diff --git a/README.md b/README.md index 6910deb1..f90afb50 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Behavior Domain Definition Language -**Note: You are reading the docs for the 3.0.0b1 release, which is a backwards-incompatible version of BDDL containing a subset of BEHAVIOR-1K activities released as part of the BEHAVIOR-1K beta release. Please go to the tags menu to see BEHAVIOR-100 code and files.** +**Note: You are reading the docs for the 3.1.0 release, which is a backwards-incompatible version of BDDL containing a subset of BEHAVIOR-1K activities released as part of the BEHAVIOR-1K beta release. Please go to the tags menu to see BEHAVIOR-100 code and files.** The Behavior Domain Definition Language (BDDL) is a domain-specific language designed for the Benchmark for Everyday Household Activities in Virtual, Interactive, and ecOlogical enviRonments (BEHAVIOR). diff --git a/bddl/activity_definitions/adding_chemicals_to_hot_tub/problem0.bddl b/bddl/activity_definitions/adding_chemicals_to_hot_tub/problem0.bddl index 5da49e5d..7d250351 100644 --- a/bddl/activity_definitions/adding_chemicals_to_hot_tub/problem0.bddl +++ b/bddl/activity_definitions/adding_chemicals_to_hot_tub/problem0.bddl @@ -21,7 +21,7 @@ (:goal (and - (filled ?hot_tub.n.02_1 ?chlorine.n.01_1) + (contains ?hot_tub.n.02_1 ?chlorine.n.01_1) (filled ?hot_tub.n.02_1 ?water.n.06_1) ) ) diff --git a/bddl/activity_definitions/bag_groceries/problem0.bddl b/bddl/activity_definitions/bag_groceries/problem0.bddl index a880dce6..4f709fdd 100644 --- a/bddl/activity_definitions/bag_groceries/problem0.bddl +++ b/bddl/activity_definitions/bag_groceries/problem0.bddl @@ -7,7 +7,7 @@ canned_food.n.01_1 - canned_food.n.01 egg.n.02_1 - egg.n.02 apple.n.01_1 - apple.n.01 - orange_juice__carton.n.01_1 - orange_juice__carton.n.01 + bottle__of__orange_juice.n.01_1 - bottle__of__orange_juice.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,7 +18,7 @@ (ontop canned_food.n.01_1 checkout.n.03_1) (ontop egg.n.02_1 checkout.n.03_1) (ontop apple.n.01_1 checkout.n.03_1) - (ontop orange_juice__carton.n.01_1 checkout.n.03_1) + (ontop bottle__of__orange_juice.n.01_1 checkout.n.03_1) (inroom checkout.n.03_1 grocery_store) (inroom floor.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) @@ -36,7 +36,7 @@ ) (exists (?plastic_bag.n.01 - plastic_bag.n.01) - (inside ?orange_juice__carton.n.01_1 ?plastic_bag.n.01) + (inside ?bottle__of__orange_juice.n.01_1 ?plastic_bag.n.01) ) (exists (?plastic_bag.n.01 - plastic_bag.n.01) diff --git a/bddl/activity_definitions/bottling_wine/problem0.bddl b/bddl/activity_definitions/bottling_wine/problem0.bddl index 46c8ec0c..29e39f8b 100644 --- a/bddl/activity_definitions/bottling_wine/problem0.bddl +++ b/bddl/activity_definitions/bottling_wine/problem0.bddl @@ -19,11 +19,7 @@ (ontop wine_bottle.n.01_1 countertop.n.01_1) (ontop wine_bottle.n.01_2 countertop.n.01_1) (ontop wine_bottle.n.01_3 countertop.n.01_1) - (ontop wine_bottle.n.01_4 countertop.n.01_1) - (open wine_bottle.n.01_1) - (open wine_bottle.n.01_2) - (open wine_bottle.n.01_3) - (open wine_bottle.n.01_4) + (ontop wine_bottle.n.01_4 countertop.n.01_1) (inside cork.n.04_1 cabinet.n.01_1) (inside cork.n.04_2 cabinet.n.01_1) (inside cork.n.04_3 cabinet.n.01_1) diff --git a/bddl/activity_definitions/boxing_food_after_dinner/problem0.bddl b/bddl/activity_definitions/boxing_food_after_dinner/problem0.bddl index 521f566f..1672493c 100644 --- a/bddl/activity_definitions/boxing_food_after_dinner/problem0.bddl +++ b/bddl/activity_definitions/boxing_food_after_dinner/problem0.bddl @@ -4,16 +4,23 @@ (:objects breakfast_table.n.01_1 - breakfast_table.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 - leftovers.n.01_1 leftovers.n.01_2 leftovers.n.01_3 - leftovers.n.01 + kabob.n.01_1 kabob.n.01_2 kabob.n.01_3 - kabob.n.01 + plate.n.04_1 plate.n.04_2 plate.n.04_3 - plate.n.04 tupperware.n.01_1 - tupperware.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop leftovers.n.01_1 breakfast_table.n.01_1) - (ontop leftovers.n.01_2 breakfast_table.n.01_1) - (ontop leftovers.n.01_3 breakfast_table.n.01_1) + (cooked kabob.n.01_1) + (cooked kabob.n.01_2) + (cooked kabob.n.01_3) + (ontop kabob.n.01_1 plate.n.04_1) + (ontop kabob.n.01_2 plate.n.04_2) + (ontop kabob.n.01_3 plate.n.04_3) + (ontop plate.n.04_1 breakfast_table.n.01_1) + (ontop plate.n.04_2 breakfast_table.n.01_1) + (ontop plate.n.04_3 breakfast_table.n.01_1) (ontop tupperware.n.01_1 breakfast_table.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) (inroom breakfast_table.n.01_1 dining_room) @@ -24,11 +31,13 @@ (:goal (and (forall - (?leftovers.n.01 - leftovers.n.01) - (inside ?leftovers.n.01 ?tupperware.n.01_1) + (?kabob.n.01 - kabob.n.01) + (inside ?kabob.n.01 ?tupperware.n.01_1) + ) + (inside ?tupperware.n.01_1 ?electric_refrigerator.n.01_1) + (not + (open ?electric_refrigerator.n.01_1) ) - (inside ?tupperware.n.01_1 ?electric_refrigerator.n.01_1) - (closed ?electric_refrigerator.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/brewing_coffee/problem0.bddl b/bddl/activity_definitions/brewing_coffee/problem0.bddl index 6d0bbb93..ade89fb1 100644 --- a/bddl/activity_definitions/brewing_coffee/problem0.bddl +++ b/bddl/activity_definitions/brewing_coffee/problem0.bddl @@ -23,7 +23,7 @@ (ontop coffee_maker.n.01_1 countertop.n.01_1) (ontop mug.n.04_1 countertop.n.01_1) (inroom countertop.n.01_1 kitchen) - (inroom sink.n.01_1 countertop.n.01_1) + (inroom sink.n.01_1 kitchen) (future drip_coffee.n.01_1) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/bringing_glass_to_recycling/problem0.bddl b/bddl/activity_definitions/bringing_glass_to_recycling/problem0.bddl index 7acba005..465f9de1 100644 --- a/bddl/activity_definitions/bringing_glass_to_recycling/problem0.bddl +++ b/bddl/activity_definitions/bringing_glass_to_recycling/problem0.bddl @@ -21,8 +21,10 @@ (:goal (and - (inside ?water_glass.n.02_1 ?recycling_bin.n.01_1) - (closed ?recycling_bin.n.01_1) + (inside ?water_glass.n.02_1 ?recycling_bin.n.01_1) + (not + (open ?recycling_bin.n.01_1) + ) ) ) ) diff --git a/bddl/activity_definitions/bringing_in_mail/problem0.bddl b/bddl/activity_definitions/bringing_in_mail/problem0.bddl index 8387aa6e..5d0ceaf0 100644 --- a/bddl/activity_definitions/bringing_in_mail/problem0.bddl +++ b/bddl/activity_definitions/bringing_in_mail/problem0.bddl @@ -15,8 +15,7 @@ (inside mail.n.04_1 mailbox.n.01_1) (inside mail.n.04_2 mailbox.n.01_1) (inside mail.n.04_3 mailbox.n.01_1) - (inside mail.n.04_4 mailbox.n.01_1) - (closed mailbox.n.01_1) + (inside mail.n.04_4 mailbox.n.01_1) (inroom coffee_table.n.01_1 living_room) (inroom lawn.n.01_1 garden) (inroom floor.n.01_1 living_room) @@ -29,7 +28,9 @@ (?mail.n.04 - mail.n.04) (ontop ?mail.n.04 ?coffee_table.n.01_1) ) - (closed ?mailbox.n.01_1) + (not + (open ?mailbox.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/bringing_laundry/problem0.bddl b/bddl/activity_definitions/bringing_laundry/problem0.bddl index c716eac7..0f7dcd6b 100644 --- a/bddl/activity_definitions/bringing_laundry/problem0.bddl +++ b/bddl/activity_definitions/bringing_laundry/problem0.bddl @@ -4,7 +4,7 @@ (:objects washer.n.03_1 - washer.n.03 stain.n.01_1 - stain.n.01 - laundry.n.01_1 laundry.n.01_2 - laundry.n.01 + garment.n.01_1 garment.n.01_2 - garment.n.01 hamper.n.02_1 - hamper.n.02 floor.n.01_1 floor.n.01_2 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -12,10 +12,10 @@ (:init (open washer.n.03_1) - (covered laundry.n.01_1 stain.n.01_1) - (inside laundry.n.01_1 hamper.n.02_1) - (covered laundry.n.01_2 stain.n.01_1) - (inside laundry.n.01_2 hamper.n.02_1) + (covered garment.n.01_1 stain.n.01_1) + (inside garment.n.01_1 hamper.n.02_1) + (covered garment.n.01_2 stain.n.01_1) + (inside garment.n.01_2 hamper.n.02_1) (ontop hamper.n.02_1 floor.n.01_2) (ontop agent.n.01_1 floor.n.01_1) (inroom washer.n.03_1 utility_room) @@ -26,8 +26,8 @@ (:goal (and (forall - (?laundry.n.01 - laundry.n.01) - (inside ?laundry.n.01 ?washer.n.03_1) + (?garment.n.01 - garment.n.01) + (inside ?garment.n.01 ?washer.n.03_1) ) ) ) diff --git a/bddl/activity_definitions/bringing_paper_to_recycling/problem0.bddl b/bddl/activity_definitions/bringing_paper_to_recycling/problem0.bddl index d4a96875..85f9f158 100644 --- a/bddl/activity_definitions/bringing_paper_to_recycling/problem0.bddl +++ b/bddl/activity_definitions/bringing_paper_to_recycling/problem0.bddl @@ -23,8 +23,10 @@ (forall (?paper.n.01 - paper.n.01) (inside ?paper.n.01 ?recycling_bin.n.01_1) - ) - (closed ?recycling_bin.n.01_1) + ) + (not + (open ?recycling_bin.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/buy_a_air_conditioner/problem0.bddl b/bddl/activity_definitions/buy_a_air_conditioner/problem0.bddl index 7cef4d37..afe2f9dc 100644 --- a/bddl/activity_definitions/buy_a_air_conditioner/problem0.bddl +++ b/bddl/activity_definitions/buy_a_air_conditioner/problem0.bddl @@ -3,7 +3,6 @@ (:objects money.n.01_1 - money.n.01 - carton.n.02_1 - carton.n.02 air_conditioner.n.01_1 - air_conditioner.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 checkout.n.03_1 - checkout.n.03 @@ -12,9 +11,8 @@ ) (:init - (ontop money.n.01_1 carton.n.02_1) - (inside air_conditioner.n.01_1 carton.n.02_1) - (ontop carton.n.02_1 shopping_cart.n.01_1) + (inside money.n.01_1 shopping_cart.n.01_1) + (ontop air_conditioner.n.01_1 floor.n.01_1) (inroom checkout.n.03_1 grocery_store) (inroom shopping_cart.n.01_1 grocery_store) (inroom floor.n.01_1 grocery_store) @@ -24,8 +22,7 @@ (:goal (and (ontop ?money.n.01_1 ?checkout.n.03_1) - (ontop ?carton.n.02_1 ?checkout.n.03_1) - (inside ?air_conditioner.n.01_1 ?carton.n.02_1) + (ontop ?air_conditioner.n.01_1 ?checkout.n.03_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/buy_a_keg/problem0.bddl b/bddl/activity_definitions/buy_a_keg/problem0.bddl index 5c6270f3..91a1a522 100644 --- a/bddl/activity_definitions/buy_a_keg/problem0.bddl +++ b/bddl/activity_definitions/buy_a_keg/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - keg.n.02_1 - keg.n.02 + beer_barrel.n.01_1 - beer_barrel.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 credit_card.n.01_1 - credit_card.n.01 checkout.n.03_1 - checkout.n.03 @@ -11,7 +11,7 @@ ) (:init - (inside keg.n.02_1 shopping_cart.n.01_1) + (inside beer_barrel.n.01_1 shopping_cart.n.01_1) (inside credit_card.n.01_1 shopping_cart.n.01_1) (inroom checkout.n.03_1 grocery_store) (inroom shopping_cart.n.01_1 grocery_store) @@ -21,7 +21,7 @@ (:goal (and - (ontop ?keg.n.02_1 ?checkout.n.03_1) + (ontop ?beer_barrel.n.01_1 ?checkout.n.03_1) (ontop ?credit_card.n.01_1 ?checkout.n.03_1) ) ) diff --git a/bddl/activity_definitions/buy_alcohol/problem0.bddl b/bddl/activity_definitions/buy_alcohol/problem0.bddl index f08c8e13..d55d3ce7 100644 --- a/bddl/activity_definitions/buy_alcohol/problem0.bddl +++ b/bddl/activity_definitions/buy_alcohol/problem0.bddl @@ -2,9 +2,9 @@ (:domain omnigibson) (:objects - beer_bottle.n.01_1 - beer_bottle.n.01 - wine_bottle.n.01_1 - wine_bottle.n.01 - vodka_bottle.n.01_1 - vodka_bottle.n.01 + bottle__of__beer.n.01_1 - bottle__of__beer.n.01 + bottle__of__wine.n.01_1 - bottle__of__wine.n.01 + bottle__of__vodka.n.01_1 - bottle__of__vodka.n.01 shelf.n.01_1 - shelf.n.01 money.n.01_1 - money.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 @@ -14,9 +14,9 @@ ) (:init - (inside beer_bottle.n.01_1 shelf.n.01_1) - (inside wine_bottle.n.01_1 shelf.n.01_1) - (ontop vodka_bottle.n.01_1 shelf.n.01_1) + (inside bottle__of__beer.n.01_1 shelf.n.01_1) + (inside bottle__of__wine.n.01_1 shelf.n.01_1) + (ontop bottle__of__vodka.n.01_1 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) (inroom checkout.n.03_1 grocery_store) (inroom shelf.n.01_1 grocery_store) @@ -27,9 +27,9 @@ (:goal (and - (ontop ?beer_bottle.n.01_1 ?checkout.n.03_1) - (ontop ?wine_bottle.n.01_1 ?checkout.n.03_1) - (ontop ?vodka_bottle.n.01_1 ?checkout.n.03_1) + (ontop ?bottle__of__beer.n.01_1 ?checkout.n.03_1) + (ontop ?bottle__of__wine.n.01_1 ?checkout.n.03_1) + (ontop ?bottle__of__vodka.n.01_1 ?checkout.n.03_1) (ontop ?money.n.01_1 ?checkout.n.03_1) ) ) diff --git a/bddl/activity_definitions/buy_candle_making_supplies/problem0.bddl b/bddl/activity_definitions/buy_candle_making_supplies/problem0.bddl index 5dea166f..d58c73cc 100644 --- a/bddl/activity_definitions/buy_candle_making_supplies/problem0.bddl +++ b/bddl/activity_definitions/buy_candle_making_supplies/problem0.bddl @@ -3,7 +3,7 @@ (:objects shelf.n.01_1 - shelf.n.01 - beeswax.n.01_1 - beeswax.n.01 + paraffin.n.01_1 - paraffin.n.01 candlestick.n.01_1 candlestick.n.01_2 - candlestick.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 money.n.01_1 - money.n.01 @@ -13,7 +13,7 @@ ) (:init - (ontop beeswax.n.01_1 shelf.n.01_1) + (ontop paraffin.n.01_1 shelf.n.01_1) (ontop candlestick.n.01_1 shelf.n.01_1) (inside candlestick.n.01_2 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) @@ -30,7 +30,7 @@ (?candlestick.n.01 - candlestick.n.01) (ontop ?candlestick.n.01 ?checkout.n.03_1) ) - (ontop ?beeswax.n.01_1 ?checkout.n.03_1) + (ontop ?paraffin.n.01_1 ?checkout.n.03_1) (ontop ?money.n.01_1 ?checkout.n.03_1) ) ) diff --git a/bddl/activity_definitions/buy_dog_food/problem0.bddl b/bddl/activity_definitions/buy_dog_food/problem0.bddl index a3f7a00e..4a4e983a 100644 --- a/bddl/activity_definitions/buy_dog_food/problem0.bddl +++ b/bddl/activity_definitions/buy_dog_food/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - dog_food__can.n.01_1 - dog_food__can.n.01 + can__of__dog_food.n.01_1 - can__of__dog_food.n.01 shelf.n.01_1 - shelf.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 money.n.01_1 - money.n.01 @@ -12,7 +12,7 @@ ) (:init - (inside dog_food__can.n.01_1 shelf.n.01_1) + (inside can__of__dog_food.n.01_1 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) (inroom checkout.n.03_1 grocery_store) (inroom shelf.n.01_1 grocery_store) @@ -23,7 +23,7 @@ (:goal (and - (ontop ?dog_food__can.n.01_1 ?checkout.n.03_1) + (ontop ?can__of__dog_food.n.01_1 ?checkout.n.03_1) (ontop ?money.n.01_1 ?checkout.n.03_1) ) ) diff --git a/bddl/activity_definitions/buy_food_for_a_party/problem0.bddl b/bddl/activity_definitions/buy_food_for_a_party/problem0.bddl index b9fc6164..47ba196d 100644 --- a/bddl/activity_definitions/buy_food_for_a_party/problem0.bddl +++ b/bddl/activity_definitions/buy_food_for_a_party/problem0.bddl @@ -6,9 +6,9 @@ checkout.n.03_1 - checkout.n.03 cake.n.03_1 - cake.n.03 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 - milk__carton.n.01_1 - milk__carton.n.01 - apple_juice__bottle.n.01_1 - apple_juice__bottle.n.01 - pasta__box.n.01_1 pasta__box.n.01_2 - pasta__box.n.01 + carton__of__milk.n.01_1 - carton__of__milk.n.01 + bottle__of__apple_juice.n.01_1 - bottle__of__apple_juice.n.01 + pack__of__pasta.n.01_1 pack__of__pasta.n.01_2 - pack__of__pasta.n.01 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 money.n.01_5 - money.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 floor.n.01_1 - floor.n.01 @@ -18,16 +18,15 @@ (:init (ontop cash_register.n.01_1 checkout.n.03_1) (inside cake.n.03_1 shelf.n.01_1) - (inside milk__carton.n.01_1 shelf.n.01_2) - (inside apple_juice__bottle.n.01_1 shelf.n.01_2) - (inside pasta__box.n.01_1 shelf.n.01_3) - (inside pasta__box.n.01_2 shelf.n.01_3) + (inside carton__of__milk.n.01_1 shelf.n.01_2) + (inside bottle__of__apple_juice.n.01_1 shelf.n.01_2) + (inside pack__of__pasta.n.01_1 shelf.n.01_3) + (inside pack__of__pasta.n.01_2 shelf.n.01_3) (inside money.n.01_1 shopping_cart.n.01_1) (inside money.n.01_2 shopping_cart.n.01_1) (inside money.n.01_3 shopping_cart.n.01_1) (inside money.n.01_4 shopping_cart.n.01_1) - (inside money.n.01_5 shopping_cart.n.01_1) - (closed cash_register.n.01_1) + (inside money.n.01_5 shopping_cart.n.01_1) (inroom floor.n.01_1 grocery_store) (inroom checkout.n.03_1 grocery_store) (inroom shelf.n.01_1 grocery_store) @@ -44,11 +43,11 @@ (inside ?money.n.01 ?cash_register.n.01_1) ) (ontop ?cake.n.03_1 ?checkout.n.03_1) - (ontop ?milk__carton.n.01_1 ?checkout.n.03_1) - (ontop ?apple_juice__bottle.n.01_1 ?checkout.n.03_1) + (ontop ?carton__of__milk.n.01_1 ?checkout.n.03_1) + (ontop ?bottle__of__apple_juice.n.01_1 ?checkout.n.03_1) (forall - (?pasta__box.n.01 - pasta__box.n.01) - (ontop ?pasta__box.n.01 ?checkout.n.03_1) + (?pack__of__pasta.n.01 - pack__of__pasta.n.01) + (ontop ?pack__of__pasta.n.01 ?checkout.n.03_1) ) ) ) diff --git a/bddl/activity_definitions/buy_food_for_camping/problem0.bddl b/bddl/activity_definitions/buy_food_for_camping/problem0.bddl index cd7396bb..933d7987 100644 --- a/bddl/activity_definitions/buy_food_for_camping/problem0.bddl +++ b/bddl/activity_definitions/buy_food_for_camping/problem0.bddl @@ -6,27 +6,26 @@ checkout.n.03_1 - checkout.n.03 water_bottle.n.01_1 water_bottle.n.01_2 - water_bottle.n.01 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 shelf.n.01_4 - shelf.n.01 - pop_bottle.n.01_1 pop_bottle.n.01_2 - pop_bottle.n.01 + bottle__of__soda.n.01_1 bottle__of__soda.n.01_2 - bottle__of__soda.n.01 cookie.n.01_1 cookie.n.01_2 - cookie.n.01 hotdog.n.02_1 hotdog.n.02_2 - hotdog.n.02 - can.n.01_1 - can.n.01 + canned_food.n.01_1 - canned_food.n.01 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 - money.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop water_bottle.n.01_1 shelf.n.01_1) (ontop water_bottle.n.01_2 shelf.n.01_1) - (ontop pop_bottle.n.01_1 shelf.n.01_1) - (ontop pop_bottle.n.01_2 shelf.n.01_1) + (ontop bottle__of__soda.n.01_1 shelf.n.01_1) + (ontop bottle__of__soda.n.01_2 shelf.n.01_1) (ontop cookie.n.01_1 shelf.n.01_2) (ontop cookie.n.01_2 shelf.n.01_2) (ontop hotdog.n.02_1 shelf.n.01_3) (ontop hotdog.n.02_2 shelf.n.01_3) - (ontop can.n.01_1 shelf.n.01_4) + (ontop canned_food.n.01_1 shelf.n.01_4) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) (ontop money.n.01_3 checkout.n.03_1) @@ -42,16 +41,15 @@ ) (:goal - (and - (open ?cash_register.n.01_1) + (and (forall (?water_bottle.n.01 - water_bottle.n.01) (ontop ?water_bottle.n.01 ?checkout.n.03_1) ) (forall - (?pop_bottle.n.01 - pop_bottle.n.01) - (ontop ?pop_bottle.n.01 ?checkout.n.03_1) + (?bottle__of__soda.n.01 - bottle__of__soda.n.01) + (ontop ?bottle__of__soda.n.01 ?checkout.n.03_1) ) (forall @@ -64,10 +62,10 @@ (ontop ?hotdog.n.02 ?checkout.n.03_1) ) - (ontop ?can.n.01_1 ?checkout.n.03_1) + (ontop ?canned_food.n.01_1 ?checkout.n.03_1) (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) diff --git a/bddl/activity_definitions/buy_good_chocolate/problem0.bddl b/bddl/activity_definitions/buy_good_chocolate/problem0.bddl index 35ecb31e..56383fbc 100644 --- a/bddl/activity_definitions/buy_good_chocolate/problem0.bddl +++ b/bddl/activity_definitions/buy_good_chocolate/problem0.bddl @@ -4,9 +4,9 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - chocolate_box.n.01_1 - chocolate_box.n.01 + box__of__chocolates.n.01_1 - box__of__chocolates.n.01 shelf.n.01_1 shelf.n.01_2 - shelf.n.01 - cocoa__box.n.01_1 - cocoa__box.n.01 + bag__of__cocoa.n.01_1 - bag__of__cocoa.n.01 money.n.01_1 money.n.01_2 money.n.01_3 - money.n.01 sack.n.01_1 - sack.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 @@ -15,10 +15,9 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (inside chocolate_box.n.01_1 shelf.n.01_1) - (inside cocoa__box.n.01_1 shelf.n.01_2) + (ontop cash_register.n.01_1 checkout.n.03_1) + (inside box__of__chocolates.n.01_1 shelf.n.01_1) + (inside bag__of__cocoa.n.01_1 shelf.n.01_2) (inside money.n.01_1 shopping_cart.n.01_1) (inside money.n.01_2 shopping_cart.n.01_1) (inside money.n.01_3 shopping_cart.n.01_1) @@ -33,8 +32,8 @@ (:goal (and - (inside ?chocolate_box.n.01_1 ?sack.n.01_1) - (inside ?cocoa__box.n.01_1 ?sack.n.01_1) + (inside ?box__of__chocolates.n.01_1 ?sack.n.01_1) + (inside ?bag__of__cocoa.n.01_1 ?sack.n.01_1) (forall (?money.n.01 - money.n.01) (inside ?money.n.01 ?cash_register.n.01_1) diff --git a/bddl/activity_definitions/buy_home_use_medical_supplies/problem0.bddl b/bddl/activity_definitions/buy_home_use_medical_supplies/problem0.bddl index 4b710ff6..1a1a73a7 100644 --- a/bddl/activity_definitions/buy_home_use_medical_supplies/problem0.bddl +++ b/bddl/activity_definitions/buy_home_use_medical_supplies/problem0.bddl @@ -9,7 +9,7 @@ shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 first-aid_kit.n.01_1 - first-aid_kit.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 - vitamin_pill__bottle.n.01_1 - vitamin_pill__bottle.n.01 + bottle__of__aspirin.n.01_1 - bottle__of__aspirin.n.01 bandage.n.01_1 - bandage.n.01 credit_card.n.01_1 - credit_card.n.01 floor.n.01_1 - floor.n.01 @@ -17,12 +17,11 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop plastic_bag.n.01_1 checkout.n.03_1) (inside bottle__of__antihistamines.n.01_1 shelf.n.01_2) (inside first-aid_kit.n.01_1 shelf.n.01_1) - (inside vitamin_pill__bottle.n.01_1 shelf.n.01_1) + (inside bottle__of__aspirin.n.01_1 shelf.n.01_1) (inside bandage.n.01_1 shelf.n.01_3) (inside credit_card.n.01_1 shopping_cart.n.01_1) (inroom floor.n.01_1 grocery_store) @@ -39,7 +38,7 @@ (and (inside ?bottle__of__antihistamines.n.01_1 ?plastic_bag.n.01_1) (ontop ?first-aid_kit.n.01_1 ?checkout.n.03_1) - (inside ?vitamin_pill__bottle.n.01_1 ?plastic_bag.n.01_1) + (inside ?bottle__of__aspirin.n.01_1 ?plastic_bag.n.01_1) (inside ?bandage.n.01_1 ?plastic_bag.n.01_1) (ontop ?plastic_bag.n.01_1 ?checkout.n.03_1) (nextto ?credit_card.n.01_1 ?cash_register.n.01_1) diff --git a/bddl/activity_definitions/buy_meat_from_a_butcher/problem0.bddl b/bddl/activity_definitions/buy_meat_from_a_butcher/problem0.bddl index 3e4a5b54..d53f9fea 100644 --- a/bddl/activity_definitions/buy_meat_from_a_butcher/problem0.bddl +++ b/bddl/activity_definitions/buy_meat_from_a_butcher/problem0.bddl @@ -8,21 +8,20 @@ shelf.n.01_1 shelf.n.01_2 - shelf.n.01 brisket.n.01_1 - brisket.n.01 bratwurst.n.01_1 bratwurst.n.01_2 - bratwurst.n.01 - ground_beef__package.n.01_1 - ground_beef__package.n.01 + pack__of__ground_beef.n.01_1 - pack__of__ground_beef.n.01 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 money.n.01_5 money.n.01_6 - money.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop steak.n.01_1 shelf.n.01_1) (ontop steak.n.01_2 shelf.n.01_1) (ontop brisket.n.01_1 shelf.n.01_2) (ontop bratwurst.n.01_1 shelf.n.01_2) (ontop bratwurst.n.01_2 shelf.n.01_2) - (ontop ground_beef__package.n.01_1 shelf.n.01_1) + (ontop pack__of__ground_beef.n.01_1 shelf.n.01_1) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) (ontop money.n.01_3 checkout.n.03_1) @@ -39,18 +38,17 @@ ) (:goal - (and - (open ?cash_register.n.01_1) + (and (forn (5) (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) (forn (1) (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?checkout.n.03_1) + (nextto ?money.n.01 ?checkout.n.03_1) ) (forall @@ -64,7 +62,7 @@ ) (ontop ?brisket.n.01_1 ?checkout.n.03_1) - (ontop ?ground_beef__package.n.01_1 ?checkout.n.03_1) + (ontop ?pack__of__ground_beef.n.01_1 ?checkout.n.03_1) ) diff --git a/bddl/activity_definitions/buy_mulch/problem0.bddl b/bddl/activity_definitions/buy_mulch/problem0.bddl index e5928a97..6a48a365 100644 --- a/bddl/activity_definitions/buy_mulch/problem0.bddl +++ b/bddl/activity_definitions/buy_mulch/problem0.bddl @@ -7,28 +7,25 @@ pot_plant.n.01_1 pot_plant.n.01_2 pot_plant.n.01_3 - pot_plant.n.01 floor.n.01_1 - floor.n.01 shelf.n.01_1 - shelf.n.01 - mulch__bag.n.01_1 mulch__bag.n.01_2 mulch__bag.n.01_3 - mulch__bag.n.01 + bag__of__mulch.n.01_1 bag__of__mulch.n.01_2 bag__of__mulch.n.01_3 - bag__of__mulch.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 - wall.n.01_1 - wall.n.01 money.n.01_1 money.n.01_2 - money.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop pot_plant.n.01_1 floor.n.01_1) (ontop pot_plant.n.01_2 shelf.n.01_1) (ontop pot_plant.n.01_3 shelf.n.01_1) - (ontop mulch__bag.n.01_1 floor.n.01_1) - (ontop mulch__bag.n.01_2 floor.n.01_1) - (ontop mulch__bag.n.01_3 floor.n.01_1) + (ontop bag__of__mulch.n.01_1 floor.n.01_1) + (ontop bag__of__mulch.n.01_2 floor.n.01_1) + (ontop bag__of__mulch.n.01_3 floor.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) (inside money.n.01_2 shopping_cart.n.01_1) (inroom floor.n.01_1 grocery_store) (inroom checkout.n.03_1 grocery_store) (inroom shopping_cart.n.01_1 grocery_store) - (inroom wall.n.01_1 grocery_store) (inroom shelf.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) @@ -40,8 +37,8 @@ (inside ?money.n.01 ?cash_register.n.01_1) ) (forall - (?mulch__bag.n.01 - mulch__bag.n.01) - (nextto ?mulch__bag.n.01 ?checkout.n.03_1) + (?bag__of__mulch.n.01 - bag__of__mulch.n.01) + (nextto ?bag__of__mulch.n.01 ?checkout.n.03_1) ) ) ) diff --git a/bddl/activity_definitions/buy_natural_beef/problem0.bddl b/bddl/activity_definitions/buy_natural_beef/problem0.bddl index c844da1f..c993501f 100644 --- a/bddl/activity_definitions/buy_natural_beef/problem0.bddl +++ b/bddl/activity_definitions/buy_natural_beef/problem0.bddl @@ -4,7 +4,7 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - ground_beef__package.n.01_1 ground_beef__package.n.01_2 ground_beef__package.n.01_3 - ground_beef__package.n.01 + pack__of__ground_beef.n.01_1 pack__of__ground_beef.n.01_2 pack__of__ground_beef.n.01_3 - pack__of__ground_beef.n.01 cooler.n.01_1 - cooler.n.01 money.n.01_1 money.n.01_2 money.n.01_3 - money.n.01 floor.n.01_1 - floor.n.01 @@ -13,11 +13,10 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (ontop ground_beef__package.n.01_1 cooler.n.01_1) - (ontop ground_beef__package.n.01_2 cooler.n.01_1) - (ontop ground_beef__package.n.01_3 cooler.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) + (ontop pack__of__ground_beef.n.01_1 cooler.n.01_1) + (ontop pack__of__ground_beef.n.01_2 cooler.n.01_1) + (ontop pack__of__ground_beef.n.01_3 cooler.n.01_1) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) (ontop money.n.01_3 checkout.n.03_1) @@ -30,17 +29,16 @@ ) (:goal - (and - (open ?cash_register.n.01_1) - (ontop ?ground_beef__package.n.01_1 ?checkout.n.03_1) - (ontop ?ground_beef__package.n.01_2 ?checkout.n.03_1) + (and + (ontop ?pack__of__ground_beef.n.01_1 ?checkout.n.03_1) + (ontop ?pack__of__ground_beef.n.01_2 ?checkout.n.03_1) (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) (not - (ontop ?ground_beef__package.n.01_3 ?checkout.n.03_1) + (ontop ?pack__of__ground_beef.n.01_3 ?checkout.n.03_1) ) diff --git a/bddl/activity_definitions/buy_natural_supplements/problem0.bddl b/bddl/activity_definitions/buy_natural_supplements/problem0.bddl index 39cbe7bf..232a7e3c 100644 --- a/bddl/activity_definitions/buy_natural_supplements/problem0.bddl +++ b/bddl/activity_definitions/buy_natural_supplements/problem0.bddl @@ -4,7 +4,7 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - vitamin_pill__bottle.n.01_1 vitamin_pill__bottle.n.01_2 vitamin_pill__bottle.n.01_3 vitamin_pill__bottle.n.01_4 - vitamin_pill__bottle.n.01 + bottle__of__supplements.n.01_1 bottle__of__supplements.n.01_2 bottle__of__supplements.n.01_3 bottle__of__supplements.n.01_4 - bottle__of__supplements.n.01 shelf.n.01_1 shelf.n.01_2 - shelf.n.01 money.n.01_1 money.n.01_2 money.n.01_3 - money.n.01 sack.n.01_1 - sack.n.01 @@ -13,12 +13,11 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (ontop vitamin_pill__bottle.n.01_1 shelf.n.01_1) - (ontop vitamin_pill__bottle.n.01_2 shelf.n.01_2) - (ontop vitamin_pill__bottle.n.01_3 shelf.n.01_1) - (ontop vitamin_pill__bottle.n.01_4 shelf.n.01_2) + (ontop cash_register.n.01_1 checkout.n.03_1) + (ontop bottle__of__supplements.n.01_1 shelf.n.01_1) + (ontop bottle__of__supplements.n.01_2 shelf.n.01_2) + (ontop bottle__of__supplements.n.01_3 shelf.n.01_1) + (ontop bottle__of__supplements.n.01_4 shelf.n.01_2) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) (ontop money.n.01_3 checkout.n.03_1) @@ -32,17 +31,16 @@ ) (:goal - (and - (open ?cash_register.n.01_1) + (and (ontop ?sack.n.01_1 ?checkout.n.03_1) (forall - (?vitamin_pill__bottle.n.01 - vitamin_pill__bottle.n.01) - (ontop ?vitamin_pill__bottle.n.01 ?sack.n.01_1) + (?bottle__of__supplements.n.01 - bottle__of__supplements.n.01) + (ontop ?bottle__of__supplements.n.01 ?sack.n.01_1) ) (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) diff --git a/bddl/activity_definitions/buy_pet_food_for_less/problem0.bddl b/bddl/activity_definitions/buy_pet_food_for_less/problem0.bddl index a6bb9645..f2ae003e 100644 --- a/bddl/activity_definitions/buy_pet_food_for_less/problem0.bddl +++ b/bddl/activity_definitions/buy_pet_food_for_less/problem0.bddl @@ -4,7 +4,7 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - dog_food__can.n.01_1 dog_food__can.n.01_2 - dog_food__can.n.01 + can__of__dog_food.n.01_1 can__of__dog_food.n.01_2 - can__of__dog_food.n.01 shelf.n.01_1 shelf.n.01_2 - shelf.n.01 money.n.01_1 money.n.01_2 money.n.01_3 - money.n.01 canned_food.n.01_1 canned_food.n.01_2 - canned_food.n.01 @@ -14,10 +14,9 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (ontop dog_food__can.n.01_1 shelf.n.01_1) - (ontop dog_food__can.n.01_2 shelf.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) + (ontop can__of__dog_food.n.01_1 shelf.n.01_1) + (ontop can__of__dog_food.n.01_2 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) (inside money.n.01_2 shopping_cart.n.01_1) (inside money.n.01_3 shopping_cart.n.01_1) @@ -35,8 +34,8 @@ (:goal (and (forall - (?dog_food__can.n.01 - dog_food__can.n.01) - (ontop ?dog_food__can.n.01 ?checkout.n.03_1) + (?can__of__dog_food.n.01 - can__of__dog_food.n.01) + (ontop ?can__of__dog_food.n.01 ?checkout.n.03_1) ) (forall (?canned_food.n.01 - canned_food.n.01) diff --git a/bddl/activity_definitions/buy_rechargeable_batteries/problem0.bddl b/bddl/activity_definitions/buy_rechargeable_batteries/problem0.bddl index e226c205..57f89c05 100644 --- a/bddl/activity_definitions/buy_rechargeable_batteries/problem0.bddl +++ b/bddl/activity_definitions/buy_rechargeable_batteries/problem0.bddl @@ -15,8 +15,7 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop battery.n.02_1 shelf.n.01_1) (ontop battery.n.02_2 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) diff --git a/bddl/activity_definitions/buy_salad_greens/problem0.bddl b/bddl/activity_definitions/buy_salad_greens/problem0.bddl index eea459ce..5714f8b4 100644 --- a/bddl/activity_definitions/buy_salad_greens/problem0.bddl +++ b/bddl/activity_definitions/buy_salad_greens/problem0.bddl @@ -14,8 +14,7 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop lettuce.n.03_1 shelf.n.01_1) (ontop spinach.n.02_1 shelf.n.01_1) (ontop plastic_bag.n.01_1 checkout.n.03_1) diff --git a/bddl/activity_definitions/buy_school_supplies/problem0.bddl b/bddl/activity_definitions/buy_school_supplies/problem0.bddl index 8ec8a494..5dd93924 100644 --- a/bddl/activity_definitions/buy_school_supplies/problem0.bddl +++ b/bddl/activity_definitions/buy_school_supplies/problem0.bddl @@ -4,14 +4,13 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - glue__bottle.n.01_1 - glue__bottle.n.01 + bottle__of__glue.n.01_1 - bottle__of__glue.n.01 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 notebook.n.01_1 notebook.n.01_2 - notebook.n.01 crayon.n.01_1 - crayon.n.01 pencil.n.01_1 - pencil.n.01 pencil_box.n.01_1 - pencil_box.n.01 backpack.n.01_1 - backpack.n.01 - wall.n.01_1 - wall.n.01 eraser.n.01_1 - eraser.n.01 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 - money.n.01 floor.n.01_1 - floor.n.01 @@ -19,16 +18,15 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (ontop glue__bottle.n.01_1 shelf.n.01_3) + (ontop cash_register.n.01_1 checkout.n.03_1) + (ontop bottle__of__glue.n.01_1 shelf.n.01_3) (ontop notebook.n.01_1 shelf.n.01_1) (ontop notebook.n.01_2 shelf.n.01_1) (ontop notebook.n.01_1 notebook.n.01_2) (ontop crayon.n.01_1 shelf.n.01_2) (ontop pencil.n.01_1 shelf.n.01_2) (ontop pencil_box.n.01_1 shelf.n.01_3) - (ontop backpack.n.01_1 wall.n.01_1) + (ontop backpack.n.01_1 shelf.n.01_1) (ontop eraser.n.01_1 shelf.n.01_2) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) @@ -39,15 +37,13 @@ (inroom shelf.n.01_2 grocery_store) (inroom shelf.n.01_3 grocery_store) (inroom checkout.n.03_1 grocery_store) - (inroom wall.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) (:goal - (and - (open ?cash_register.n.01_1) - (ontop ?glue__bottle.n.01_1 ?checkout.n.03_1) + (and + (ontop ?bottle__of__glue.n.01_1 ?checkout.n.03_1) (ontop ?notebook.n.01_1 ?checkout.n.03_1) (ontop ?notebook.n.01_2 ?checkout.n.03_1) (ontop ?crayon.n.01_1 ?checkout.n.03_1) @@ -57,7 +53,7 @@ (nextto ?eraser.n.01_1 ?pencil_box.n.01_1) (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) diff --git a/bddl/activity_definitions/buy_school_supplies_for_high_school/problem0.bddl b/bddl/activity_definitions/buy_school_supplies_for_high_school/problem0.bddl index 37df88bc..084d1c97 100644 --- a/bddl/activity_definitions/buy_school_supplies_for_high_school/problem0.bddl +++ b/bddl/activity_definitions/buy_school_supplies_for_high_school/problem0.bddl @@ -18,8 +18,7 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop backpack.n.01_1 shelf.n.01_1) (inside laptop.n.01_1 shelf.n.01_1) (inside calculator.n.02_1 shelf.n.01_2) diff --git a/bddl/activity_definitions/buy_used_gardening_equipment/problem0.bddl b/bddl/activity_definitions/buy_used_gardening_equipment/problem0.bddl index 70fc09f3..91d76d1b 100644 --- a/bddl/activity_definitions/buy_used_gardening_equipment/problem0.bddl +++ b/bddl/activity_definitions/buy_used_gardening_equipment/problem0.bddl @@ -15,8 +15,7 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop money.n.01_1 checkout.n.03_1) (ontop money.n.01_2 checkout.n.03_1) (ontop glove.n.02_1 shelf.n.01_1) @@ -37,10 +36,9 @@ (and (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) - ) - (open ?cash_register.n.01_1) + ) (ontop ?trowel.n.01_1 ?checkout.n.03_1) (ontop ?watering_can.n.01_1 ?checkout.n.03_1) (ontop ?pruner.n.02_1 ?checkout.n.03_1) diff --git a/bddl/activity_definitions/buying_cleaning_supplies/problem0.bddl b/bddl/activity_definitions/buying_cleaning_supplies/problem0.bddl index 5178567e..19c25053 100644 --- a/bddl/activity_definitions/buying_cleaning_supplies/problem0.bddl +++ b/bddl/activity_definitions/buying_cleaning_supplies/problem0.bddl @@ -4,13 +4,12 @@ (:objects cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 - liquid_soap__bottle.n.01_1 - liquid_soap__bottle.n.01 + bottle__of__liquid_soap.n.01_1 - bottle__of__liquid_soap.n.01 shelf.n.01_1 shelf.n.01_2 - shelf.n.01 vacuum.n.04_1 - vacuum.n.04 - dustcloth.n.01_1 - dustcloth.n.01 + rag.n.01_1 - rag.n.01 scrub_brush.n.01_1 - scrub_brush.n.01 atomizer.n.01_1 - atomizer.n.01 - wall.n.01_1 - wall.n.01 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 money.n.01_5 money.n.01_6 - money.n.01 floor.n.01_1 - floor.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 @@ -18,11 +17,10 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) - (ontop liquid_soap__bottle.n.01_1 shelf.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) + (ontop bottle__of__liquid_soap.n.01_1 shelf.n.01_1) (inside vacuum.n.04_1 floor.n.01_1) - (inside dustcloth.n.01_1 shelf.n.01_2) + (inside rag.n.01_1 shelf.n.01_2) (inside scrub_brush.n.01_1 shelf.n.01_2) (ontop atomizer.n.01_1 shelf.n.01_1) (inside money.n.01_1 shopping_cart.n.01_1) @@ -36,7 +34,6 @@ (inroom shelf.n.01_2 grocery_store) (inroom checkout.n.03_1 grocery_store) (inroom shopping_cart.n.01_1 grocery_store) - (inroom wall.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) @@ -50,8 +47,8 @@ (ontop ?vacuum.n.04_1 ?shopping_cart.n.01_1) (inside ?vacuum.n.04_1 ?shopping_cart.n.01_1) ) - (ontop ?liquid_soap__bottle.n.01_1 ?checkout.n.03_1) - (ontop ?dustcloth.n.01_1 ?checkout.n.03_1) + (ontop ?bottle__of__liquid_soap.n.01_1 ?checkout.n.03_1) + (ontop ?rag.n.01_1 ?checkout.n.03_1) (ontop ?scrub_brush.n.01_1 ?checkout.n.03_1) (ontop ?atomizer.n.01_1 ?checkout.n.03_1) ) diff --git a/bddl/activity_definitions/buying_everyday_consumer_goods/problem0.bddl b/bddl/activity_definitions/buying_everyday_consumer_goods/problem0.bddl index b8a6ed8e..49f33d33 100644 --- a/bddl/activity_definitions/buying_everyday_consumer_goods/problem0.bddl +++ b/bddl/activity_definitions/buying_everyday_consumer_goods/problem0.bddl @@ -5,7 +5,7 @@ cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 credit_card.n.01_1 - credit_card.n.01 - dairy_product.n.01_1 dairy_product.n.01_2 - dairy_product.n.01 + bottle__of__milk.n.01_1 bottle__of__milk.n.01_2 - bottle__of__milk.n.01 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 apple.n.01_1 apple.n.01_2 - apple.n.01 pineapple.n.02_1 - pineapple.n.02 @@ -15,11 +15,10 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop credit_card.n.01_1 checkout.n.03_1) - (ontop dairy_product.n.01_1 shelf.n.01_1) - (ontop dairy_product.n.01_2 shelf.n.01_1) + (ontop bottle__of__milk.n.01_1 shelf.n.01_1) + (ontop bottle__of__milk.n.01_2 shelf.n.01_1) (ontop apple.n.01_1 shelf.n.01_2) (ontop pineapple.n.02_1 shelf.n.01_2) (ontop apple.n.01_2 shelf.n.01_3) @@ -39,8 +38,8 @@ (exists (?sack.n.01 - sack.n.01) (forall - (?dairy_product.n.01 - dairy_product.n.01) - (inside ?dairy_product.n.01 ?sack.n.01) + (?bottle__of__milk.n.01 - bottle__of__milk.n.01) + (inside ?bottle__of__milk.n.01 ?sack.n.01) ) ) (exists @@ -59,18 +58,18 @@ (forall (?apple.n.01 - apple.n.01) (forall - (?dairy_product.n.01 - dairy_product.n.01) + (?bottle__of__milk.n.01 - bottle__of__milk.n.01) (not - (nextto ?apple.n.01 ?dairy_product.n.01) + (nextto ?apple.n.01 ?bottle__of__milk.n.01) ) ) ) (forall (?pineapple.n.02 - pineapple.n.02) (forall - (?dairy_product.n.01 - dairy_product.n.01) + (?bottle__of__milk.n.01 - bottle__of__milk.n.01) (not - (nextto ?pineapple.n.02 ?dairy_product.n.01) + (nextto ?pineapple.n.02 ?bottle__of__milk.n.01) ) ) ) diff --git a/bddl/activity_definitions/buying_fast_food/problem0.bddl b/bddl/activity_definitions/buying_fast_food/problem0.bddl index 5feecea6..6dd04272 100644 --- a/bddl/activity_definitions/buying_fast_food/problem0.bddl +++ b/bddl/activity_definitions/buying_fast_food/problem0.bddl @@ -11,7 +11,7 @@ shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 french_fries.n.02_1 french_fries.n.02_2 - french_fries.n.02 can__of__soda.n.01_1 can__of__soda.n.01_2 - can__of__soda.n.01 - package.n.02_1 - package.n.02 + shopping_basket.n.01_1 - shopping_basket.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -26,7 +26,7 @@ (inside french_fries.n.02_2 shelf.n.01_2) (inside can__of__soda.n.01_1 shelf.n.01_3) (inside can__of__soda.n.01_2 shelf.n.01_3) - (inside package.n.02_1 checkout.n.03_1) + (inside shopping_basket.n.01_1 checkout.n.03_1) (inroom floor.n.01_1 grocery_store) (inroom checkout.n.03_1 grocery_store) (inroom shelf.n.01_1 grocery_store) @@ -41,14 +41,14 @@ (nextto ?credit_card.n.01_1 ?cash_register.n.01_1) (forall (?hamburger.n.01 - hamburger.n.01) - (inside ?hamburger.n.01 ?package.n.02_1) + (inside ?hamburger.n.01 ?shopping_basket.n.01_1) ) (forall (?can__of__soda.n.01 - can__of__soda.n.01) (ontop ?can__of__soda.n.01 ?checkout.n.03_1) ) - (inside ?french_fries.n.02_1 ?package.n.02_1) - (ontop ?package.n.02_1 ?checkout.n.03_1) + (inside ?french_fries.n.02_1 ?shopping_basket.n.01_1) + (ontop ?shopping_basket.n.01_1 ?checkout.n.03_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/buying_gardening_supplies/problem0.bddl b/bddl/activity_definitions/buying_gardening_supplies/problem0.bddl index 41c93649..6f6fb054 100644 --- a/bddl/activity_definitions/buying_gardening_supplies/problem0.bddl +++ b/bddl/activity_definitions/buying_gardening_supplies/problem0.bddl @@ -5,13 +5,12 @@ cash_register.n.01_1 - cash_register.n.01 checkout.n.03_1 - checkout.n.03 rake.n.03_1 - rake.n.03 - wall.n.01_1 - wall.n.01 pruner.n.02_1 - pruner.n.02 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 money.n.01_1 money.n.01_2 money.n.01_3 - money.n.01 shears.n.01_1 - shears.n.01 shovel.n.01_1 - shovel.n.01 - mulch__bag.n.01_1 - mulch__bag.n.01 + bag__of__mulch.n.01_1 - bag__of__mulch.n.01 fertilizer__atomizer.n.01_1 - fertilizer__atomizer.n.01 pot_plant.n.01_1 pot_plant.n.01_2 pot_plant.n.01_3 - pot_plant.n.01 floor.n.01_1 - floor.n.01 @@ -27,7 +26,7 @@ (ontop pruner.n.02_1 shelf.n.01_1) (ontop shears.n.01_1 shelf.n.01_1) (ontop shovel.n.01_1 floor.n.01_1) - (ontop mulch__bag.n.01_1 shelf.n.01_2) + (ontop bag__of__mulch.n.01_1 shelf.n.01_2) (ontop fertilizer__atomizer.n.01_1 shelf.n.01_2) (ontop pot_plant.n.01_1 shelf.n.01_3) (ontop pot_plant.n.01_2 shelf.n.01_3) @@ -37,7 +36,6 @@ (inroom shelf.n.01_2 grocery_store) (inroom shelf.n.01_3 grocery_store) (inroom checkout.n.03_1 grocery_store) - (inroom wall.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) @@ -48,16 +46,14 @@ (ontop ?pruner.n.02_1 ?checkout.n.03_1) (ontop ?shears.n.01_1 ?checkout.n.03_1) (nextto ?shovel.n.01_1 ?checkout.n.03_1) - (nextto ?mulch__bag.n.01_1 ?checkout.n.03_1) + (nextto ?bag__of__mulch.n.01_1 ?checkout.n.03_1) (ontop ?fertilizer__atomizer.n.01_1 ?checkout.n.03_1) (ontop ?pot_plant.n.01_1 ?checkout.n.03_1) (ontop ?pot_plant.n.01_2 ?checkout.n.03_1) (ontop ?pot_plant.n.01_3 ?shelf.n.01_3) - - (open ?cash_register.n.01_1) (forall (?money.n.01 - money.n.01) - (ontop ?money.n.01 ?cash_register.n.01_1) + (nextto ?money.n.01 ?cash_register.n.01_1) ) ) diff --git a/bddl/activity_definitions/buying_groceries/problem0.bddl b/bddl/activity_definitions/buying_groceries/problem0.bddl index 8628fb38..3b2f2e2f 100644 --- a/bddl/activity_definitions/buying_groceries/problem0.bddl +++ b/bddl/activity_definitions/buying_groceries/problem0.bddl @@ -7,10 +7,10 @@ plastic_bag.n.01_1 plastic_bag.n.01_2 - plastic_bag.n.01 prawn.n.01_1 - prawn.n.01 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 shelf.n.01_4 - shelf.n.01 - apple_juice__bottle.n.01_1 - apple_juice__bottle.n.01 - milk__carton.n.01_1 - milk__carton.n.01 - peanut_butter__jar.n.01_1 - peanut_butter__jar.n.01 - white_rice__sack.n.01_1 - white_rice__sack.n.01 + bottle__of__apple_juice.n.01_1 - bottle__of__apple_juice.n.01 + carton__of__milk.n.01_1 - carton__of__milk.n.01 + bottle__of__peanut_butter.n.01_1 - bottle__of__peanut_butter.n.01 + bag__of__brown_rice.n.01_1 - bag__of__brown_rice.n.01 banana.n.02_1 - banana.n.02 money.n.01_1 money.n.01_2 money.n.01_3 money.n.01_4 money.n.01_5 - money.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 @@ -19,15 +19,14 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop plastic_bag.n.01_1 checkout.n.03_1) (ontop plastic_bag.n.01_2 checkout.n.03_1) (inside prawn.n.01_1 shelf.n.01_4) - (inside apple_juice__bottle.n.01_1 shelf.n.01_1) - (inside milk__carton.n.01_1 shelf.n.01_1) - (inside peanut_butter__jar.n.01_1 shelf.n.01_2) - (inside white_rice__sack.n.01_1 shelf.n.01_2) + (inside bottle__of__apple_juice.n.01_1 shelf.n.01_1) + (inside carton__of__milk.n.01_1 shelf.n.01_1) + (inside bottle__of__peanut_butter.n.01_1 shelf.n.01_2) + (inside bag__of__brown_rice.n.01_1 shelf.n.01_2) (inside banana.n.02_1 shelf.n.01_3) (inside money.n.01_1 shopping_cart.n.01_1) (inside money.n.01_2 shopping_cart.n.01_1) @@ -49,16 +48,16 @@ (exists (?plastic_bag.n.01 - plastic_bag.n.01) (and - (inside ?milk__carton.n.01_1 ?plastic_bag.n.01) - (inside ?apple_juice__bottle.n.01_1 ?plastic_bag.n.01) + (inside ?carton__of__milk.n.01_1 ?plastic_bag.n.01) + (inside ?bottle__of__apple_juice.n.01_1 ?plastic_bag.n.01) (inside ?prawn.n.01_1 ?plastic_bag.n.01) ) ) (exists (?plastic_bag.n.01 - plastic_bag.n.01) (and - (inside ?peanut_butter__jar.n.01_1 ?plastic_bag.n.01) - (inside ?white_rice__sack.n.01_1 ?plastic_bag.n.01) + (inside ?bottle__of__peanut_butter.n.01_1 ?plastic_bag.n.01) + (inside ?bag__of__brown_rice.n.01_1 ?plastic_bag.n.01) (inside ?banana.n.02_1 ?plastic_bag.n.01) ) ) @@ -69,7 +68,7 @@ (forall (?plastic_bag.n.01 - plastic_bag.n.01) (imply - (inside ?milk__carton.n.01_1 ?plastic_bag.n.01_1) + (inside ?carton__of__milk.n.01_1 ?plastic_bag.n.01_1) (not (inside ?banana.n.02_1 ?plastic_bag.n.01) ) diff --git a/bddl/activity_definitions/can_beans/problem0.bddl b/bddl/activity_definitions/can_beans/problem0.bddl index 304d40cd..a4eab3ef 100644 --- a/bddl/activity_definitions/can_beans/problem0.bddl +++ b/bddl/activity_definitions/can_beans/problem0.bddl @@ -30,7 +30,9 @@ (?can.n.01 - can.n.01) (and (filled ?can.n.01 ?black_bean.n.01_1) - (closed ?can.n.01) + (not + (open ?can.n.01) + ) (inside ?can.n.01 ?cabinet.n.01_1) ) ) diff --git a/bddl/activity_definitions/can_fruit/problem0.bddl b/bddl/activity_definitions/can_fruit/problem0.bddl index 068fa590..01602f1d 100644 --- a/bddl/activity_definitions/can_fruit/problem0.bddl +++ b/bddl/activity_definitions/can_fruit/problem0.bddl @@ -45,8 +45,10 @@ ) (forall (?mason_jar.n.01 - mason_jar.n.01) - (closed ?mason_jar.n.01) + (not + (open ?mason_jar.n.01) + ) ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/can_meat/problem0.bddl b/bddl/activity_definitions/can_meat/problem0.bddl index fd654de4..d72b5ff8 100644 --- a/bddl/activity_definitions/can_meat/problem0.bddl +++ b/bddl/activity_definitions/can_meat/problem0.bddl @@ -41,7 +41,9 @@ ) (forall (?mason_jar.n.01 - mason_jar.n.01) - (closed ?mason_jar.n.01) + (not + (open ?mason_jar.n.01) + ) ) (forall (?mason_jar.n.01 - mason_jar.n.01) diff --git a/bddl/activity_definitions/canning_food/problem0.bddl b/bddl/activity_definitions/canning_food/problem0.bddl index b871506a..dc35658e 100644 --- a/bddl/activity_definitions/canning_food/problem0.bddl +++ b/bddl/activity_definitions/canning_food/problem0.bddl @@ -2,8 +2,8 @@ (:domain omnigibson) (:objects - beef_roast.n.01_1 - beef_roast.n.01 - diced__beef_roast.n.01_1 - diced__beef_roast.n.01 + steak.n.01_1 - steak.n.01 + diced__steak.n.01_1 - diced__steak.n.01 pineapple.n.02_1 - pineapple.n.02 diced__pineapple.n.01_1 - diced__pineapple.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -17,7 +17,7 @@ ) (:init - (inside beef_roast.n.01_1 electric_refrigerator.n.01_1) + (inside steak.n.01_1 electric_refrigerator.n.01_1) (inside pineapple.n.02_1 electric_refrigerator.n.01_1) (inside mason_jar.n.01_1 cabinet.n.01_1) (inside mason_jar.n.01_2 cabinet.n.01_1) @@ -28,18 +28,18 @@ (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (future diced__pineapple.n.01_1) - (future diced__beef_roast.n.01_1) + (future diced__steak.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (real ?diced__beef_roast.n.01_1) + (real ?diced__steak.n.01_1) (real ?diced__pineapple.n.01_1) (exists (?mason_jar.n.01 - mason_jar.n.01) (and - (filled ?mason_jar.n.01 ?diced__beef_roast.n.01_1) + (filled ?mason_jar.n.01 ?diced__steak.n.01_1) (not (contains ?mason_jar.n.01 ?diced__pineapple.n.01_1) ) @@ -50,7 +50,7 @@ (and (filled ?mason_jar.n.01 ?diced__pineapple.n.01_1) (not - (contains ?mason_jar.n.01 ?diced__beef_roast.n.01_1) + (contains ?mason_jar.n.01 ?diced__steak.n.01_1) ) ) ) @@ -58,7 +58,9 @@ (?mason_jar.n.01 - mason_jar.n.01) (and (inside ?mason_jar.n.01 ?cabinet.n.01_1) - (closed ?mason_jar.n.01) + (not + (open ?mason_jar.n.01) + ) ) ) ) diff --git a/bddl/activity_definitions/carrying_in_groceries/problem0.bddl b/bddl/activity_definitions/carrying_in_groceries/problem0.bddl index 861968a6..9462054f 100644 --- a/bddl/activity_definitions/carrying_in_groceries/problem0.bddl +++ b/bddl/activity_definitions/carrying_in_groceries/problem0.bddl @@ -8,7 +8,7 @@ bacon.n.01_1 - bacon.n.01 beefsteak_tomato.n.01_1 - beefsteak_tomato.n.01 white_bread.n.01_1 - white_bread.n.01 - milk__carton.n.01_1 - milk__carton.n.01 + carton__of__milk.n.01_1 - carton__of__milk.n.01 countertop.n.01_1 - countertop.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 floor.n.01_1 - floor.n.01 @@ -22,7 +22,7 @@ (inside bacon.n.01_1 plastic_bag.n.01_1) (inside beefsteak_tomato.n.01_1 plastic_bag.n.01_1) (inside white_bread.n.01_1 plastic_bag.n.01_1) - (inside milk__carton.n.01_1 plastic_bag.n.01_2) + (inside carton__of__milk.n.01_1 plastic_bag.n.01_2) (inroom driveway.n.01_1 garden) (inroom countertop.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) @@ -35,7 +35,7 @@ (inside ?bacon.n.01_1 ?electric_refrigerator.n.01_1) (inside ?beefsteak_tomato.n.01_1 ?electric_refrigerator.n.01_1) (ontop ?white_bread.n.01_1 ?countertop.n.01_1) - (inside ?milk__carton.n.01_1 ?electric_refrigerator.n.01_1) + (inside ?carton__of__milk.n.01_1 ?electric_refrigerator.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/changing_bulbs/problem0.bddl b/bddl/activity_definitions/changing_bulbs/problem0.bddl index c3967a59..8f9442c1 100644 --- a/bddl/activity_definitions/changing_bulbs/problem0.bddl +++ b/bddl/activity_definitions/changing_bulbs/problem0.bddl @@ -6,8 +6,6 @@ light_bulb.n.01_1 - light_bulb.n.01 table_lamp.n.01_1 - table_lamp.n.01 coffee_table.n.01_1 - coffee_table.n.01 - wall.n.01_1 - wall.n.01 - ladder.n.01_1 - ladder.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -19,9 +17,7 @@ ) (ontop light_bulb.n.01_1 coffee_table.n.01_1) (ontop table_lamp.n.01_1 coffee_table.n.01_1) - (inroom ladder.n.01_1 living_room) (inroom coffee_table.n.01_1 living_room) - (inroom wall.n.01_1 living_room) (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/changing_light_bulbs/problem0.bddl b/bddl/activity_definitions/changing_light_bulbs/problem0.bddl index 4c097f5b..19d2aa7f 100644 --- a/bddl/activity_definitions/changing_light_bulbs/problem0.bddl +++ b/bddl/activity_definitions/changing_light_bulbs/problem0.bddl @@ -7,7 +7,6 @@ light_bulb.n.01_1 light_bulb.n.01_2 - light_bulb.n.01 broken__light_bulb.n.01_1 broken__light_bulb.n.01_2 - broken__light_bulb.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 - wall.n.01_1 wall.n.01_2 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -31,8 +30,6 @@ ) (inroom floor.n.01_1 bedroom) (inroom floor.n.01_2 dining_room) - (inroom wall.n.01_1 bedroom) - (inroom wall.n.01_2 dining_room) (inroom table_lamp.n.01_1 bedroom) (inroom breakfast_table.n.01_1 dining_room) (ontop agent.n.01_1 floor.n.01_2) diff --git a/bddl/activity_definitions/chop_an_onion/problem0.bddl b/bddl/activity_definitions/chop_an_onion/problem0.bddl index c14efe39..96430377 100644 --- a/bddl/activity_definitions/chop_an_onion/problem0.bddl +++ b/bddl/activity_definitions/chop_an_onion/problem0.bddl @@ -13,7 +13,7 @@ ) (:init - (inside chopping_board.n.01_1 countertop.n.01_1) + (ontop chopping_board.n.01_1 countertop.n.01_1) (ontop carving_knife.n.01_1 chopping_board.n.01_1) (ontop vidalia_onion.n.01_1 chopping_board.n.01_1) (inroom countertop.n.01_1 kitchen) @@ -30,4 +30,4 @@ (inside ?chopping_board.n.01_1 ?sink.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/clean_a_air_conditioner/problem0.bddl b/bddl/activity_definitions/clean_a_air_conditioner/problem0.bddl index e017fb30..cbcd6993 100644 --- a/bddl/activity_definitions/clean_a_air_conditioner/problem0.bddl +++ b/bddl/activity_definitions/clean_a_air_conditioner/problem0.bddl @@ -12,12 +12,11 @@ (:init (covered air_conditioner.n.01_1 dust.n.01_1) - (toggled_on rag.n.01_1) (not (toggled_on air_conditioner.n.01_1) ) (ontop rag.n.01_1 breakfast_table.n.01_1) - (inroom air_conditioner.n.01_1 dining_room) + (ontop air_conditioner.n.01_1 floor.n.01_1) (inroom breakfast_table.n.01_1 dining_room) (inroom floor.n.01_1 dining_room) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/clean_a_baseball_glove/problem0.bddl b/bddl/activity_definitions/clean_a_baseball_glove/problem0.bddl index cea5bff8..29e19cdb 100644 --- a/bddl/activity_definitions/clean_a_baseball_glove/problem0.bddl +++ b/bddl/activity_definitions/clean_a_baseball_glove/problem0.bddl @@ -15,8 +15,8 @@ ) (:init - (inside baseball_glove.n.01_1 sink.n.01_1) - (inside rag.n.01_1 sink.n.01_1) + (ontop baseball_glove.n.01_1 sink.n.01_1) + (ontop rag.n.01_1 sink.n.01_1) (filled disinfectant__bottle.n.01_2 saddle_soap.n.01_1) (not (covered baseball_glove.n.01_1 disinfectant.n.01_1) diff --git a/bddl/activity_definitions/clean_a_beer_keg/problem0.bddl b/bddl/activity_definitions/clean_a_beer_keg/problem0.bddl index c7de72a7..60f2c4a3 100644 --- a/bddl/activity_definitions/clean_a_beer_keg/problem0.bddl +++ b/bddl/activity_definitions/clean_a_beer_keg/problem0.bddl @@ -5,7 +5,7 @@ hand_towel.n.01_1 - hand_towel.n.01 sink.n.01_1 - sink.n.01 disinfectant__bottle.n.01_1 - disinfectant__bottle.n.01 - keg.n.02_1 - keg.n.02 + beer_barrel.n.01_1 - beer_barrel.n.01 floor.n.01_1 - floor.n.01 beer.n.01_1 - beer.n.01 disinfectant.n.01_1 - disinfectant.n.01 @@ -17,10 +17,10 @@ (:init (ontop hand_towel.n.01_1 countertop.n.01_1) (ontop disinfectant__bottle.n.01_1 countertop.n.01_1) - (ontop keg.n.02_1 floor.n.01_1) - (covered keg.n.02_1 beer.n.01_1) + (ontop beer_barrel.n.01_1 floor.n.01_1) + (covered beer_barrel.n.01_1 beer.n.01_1) (not - (covered keg.n.02_1 disinfectant.n.01_1) + (covered beer_barrel.n.01_1 disinfectant.n.01_1) ) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) @@ -33,9 +33,9 @@ (:goal (and - (covered ?keg.n.02_1 ?disinfectant.n.01_1) + (covered ?beer_barrel.n.01_1 ?disinfectant.n.01_1) (not - (covered ?keg.n.02_1 ?beer.n.01_1) + (covered ?beer_barrel.n.01_1 ?beer.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/clean_a_blender/problem0.bddl b/bddl/activity_definitions/clean_a_blender/problem0.bddl index fb44c7c3..82e47766 100644 --- a/bddl/activity_definitions/clean_a_blender/problem0.bddl +++ b/bddl/activity_definitions/clean_a_blender/problem0.bddl @@ -15,7 +15,7 @@ ) (:init - (inside blender.n.01_1 sink.n.01_1) + (ontop blender.n.01_1 sink.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 countertop.n.01_1) (ontop sponge.n.01_1 countertop.n.01_1) diff --git a/bddl/activity_definitions/clean_a_chicken_coop/problem0.bddl b/bddl/activity_definitions/clean_a_chicken_coop/problem0.bddl index 960d544d..e3dfd5af 100644 --- a/bddl/activity_definitions/clean_a_chicken_coop/problem0.bddl +++ b/bddl/activity_definitions/clean_a_chicken_coop/problem0.bddl @@ -20,9 +20,6 @@ (ontop chicken_coop.n.01_1 floor.n.01_1) (insource watering_can.n.01_1 water.n.06_1) (ontop watering_can.n.01_1 floor.n.01_1) - (not - (toggled_on watering_can.n.01_1) - ) (ontop rag.n.01_1 chicken_coop.n.01_1) (not (covered chicken_coop.n.01_1 detergent.n.02_1) diff --git a/bddl/activity_definitions/clean_a_company_office/problem0.bddl b/bddl/activity_definitions/clean_a_company_office/problem0.bddl index 7743c208..a062717b 100644 --- a/bddl/activity_definitions/clean_a_company_office/problem0.bddl +++ b/bddl/activity_definitions/clean_a_company_office/problem0.bddl @@ -8,7 +8,7 @@ mouse.n.04_1 mouse.n.04_2 - mouse.n.04 legal_document.n.01_1 - legal_document.n.01 carton.n.02_1 - carton.n.02 - writing_paper.n.01_1 - writing_paper.n.01 + sheet.n.02_1 - sheet.n.02 pen.n.01_1 - pen.n.01 book.n.02_1 - book.n.02 recycling_bin.n.01_1 - recycling_bin.n.01 @@ -28,7 +28,7 @@ (ontop mouse.n.04_2 desk.n.01_2) (ontop legal_document.n.01_1 desk.n.01_1) (ontop carton.n.02_1 desk.n.01_1) - (ontop writing_paper.n.01_1 desk.n.01_2) + (ontop sheet.n.02_1 desk.n.01_2) (ontop pen.n.01_1 desk.n.01_1) (ontop book.n.02_1 desk.n.01_2) (ontop recycling_bin.n.01_1 desk.n.01_1) @@ -74,7 +74,7 @@ (covered ?keyboard.n.01 ?dust.n.01_1) ) ) - (inside ?writing_paper.n.01_1 ?carton.n.02_1) + (inside ?sheet.n.02_1 ?carton.n.02_1) (inside ?pen.n.01_1 ?carton.n.02_1) (inside ?legal_document.n.01_1 ?carton.n.02_1) (inside ?book.n.02_1 ?carton.n.02_1) diff --git a/bddl/activity_definitions/clean_a_flat_panel_monitor/problem0.bddl b/bddl/activity_definitions/clean_a_flat_panel_monitor/problem0.bddl index cf39cde9..5c819652 100644 --- a/bddl/activity_definitions/clean_a_flat_panel_monitor/problem0.bddl +++ b/bddl/activity_definitions/clean_a_flat_panel_monitor/problem0.bddl @@ -6,7 +6,6 @@ rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 sink.n.01_1 - sink.n.01 rag.n.01_1 - rag.n.01 - dustcloth.n.01_1 - dustcloth.n.01 dust.n.01_1 - dust.n.01 monitor.n.04_1 - monitor.n.04 stain.n.01_1 - stain.n.01 @@ -17,10 +16,9 @@ (:init (ontop rubbing_alcohol__atomizer.n.01_1 floor.n.01_1) - (filled rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) (ontop rag.n.01_1 floor.n.01_1) - (ontop dustcloth.n.01_1 floor.n.01_1) - (covered monitor.n.04_1 dust.n.01_1) + (covered monitor.n.04_1 dust.n.01_1) (covered monitor.n.04_1 stain.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) diff --git a/bddl/activity_definitions/clean_a_glass_pipe/problem0.bddl b/bddl/activity_definitions/clean_a_glass_pipe/problem0.bddl index 147d0c7c..040fafc4 100644 --- a/bddl/activity_definitions/clean_a_glass_pipe/problem0.bddl +++ b/bddl/activity_definitions/clean_a_glass_pipe/problem0.bddl @@ -8,7 +8,7 @@ stain.n.01_1 - stain.n.01 sodium_carbonate.n.01_1 - sodium_carbonate.n.01 rubbing_alcohol.n.01_1 - rubbing_alcohol.n.01 - rubbing_alcohol__bottle.n.01_1 - rubbing_alcohol__bottle.n.01 + rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 sink.n.01_1 - sink.n.01 pipe_cleaner.n.01_1 - pipe_cleaner.n.01 rag.n.01_1 - rag.n.01 @@ -22,8 +22,8 @@ (covered pipe.n.01_1 adhesive_material.n.01_1) (covered pipe.n.01_1 stain.n.01_1) (covered pipe.n.01_1 sodium_carbonate.n.01_1) - (filled rubbing_alcohol__bottle.n.01_1 rubbing_alcohol.n.01_1) - (ontop rubbing_alcohol__bottle.n.01_1 floor.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (ontop rubbing_alcohol__atomizer.n.01_1 floor.n.01_1) (ontop sack.n.01_1 floor.n.01_1) (inside pipe_cleaner.n.01_1 sack.n.01_1) (ontop rag.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/clean_a_hot_water_dispenser/problem0.bddl b/bddl/activity_definitions/clean_a_hot_water_dispenser/problem0.bddl index 482e7743..34c685ac 100644 --- a/bddl/activity_definitions/clean_a_hot_water_dispenser/problem0.bddl +++ b/bddl/activity_definitions/clean_a_hot_water_dispenser/problem0.bddl @@ -12,7 +12,7 @@ (:init (covered sink.n.01_1 dust.n.01_1) - (inside rag.n.01_1 sink.n.01_1) + (ontop rag.n.01_1 sink.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom floor.n.01_1 kitchen) (inroom sink.n.01_1 kitchen) diff --git a/bddl/activity_definitions/clean_a_kitchen_sink/problem0.bddl b/bddl/activity_definitions/clean_a_kitchen_sink/problem0.bddl index aedc76fc..1d4f21af 100644 --- a/bddl/activity_definitions/clean_a_kitchen_sink/problem0.bddl +++ b/bddl/activity_definitions/clean_a_kitchen_sink/problem0.bddl @@ -21,9 +21,9 @@ (covered sink.n.01_1 crumb.n.03_1) (ontop sponge.n.01_1 countertop.n.01_1) (ontop compost_bin.n.01_1 floor.n.01_1) - (inside spinach.n.02_1 sink.n.01_1) - (inside spinach.n.02_2 sink.n.01_1) - (inside spinach.n.02_3 sink.n.01_1) + (ontop spinach.n.02_1 sink.n.01_1) + (ontop spinach.n.02_2 sink.n.01_1) + (ontop spinach.n.02_3 sink.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 countertop.n.01_1) (insource sink.n.01_1 water.n.06_1) diff --git a/bddl/activity_definitions/clean_a_kitchen_table/problem0.bddl b/bddl/activity_definitions/clean_a_kitchen_table/problem0.bddl index dcb7d8d6..0f9bc3f5 100644 --- a/bddl/activity_definitions/clean_a_kitchen_table/problem0.bddl +++ b/bddl/activity_definitions/clean_a_kitchen_table/problem0.bddl @@ -43,7 +43,7 @@ ) (or (inside ?chopping_board.n.01_1 ?sink.n.01_1) - (nextto ?chopping_board.n.01_1 ?sink.n.01_1) + (ontop ?chopping_board.n.01_1 ?sink.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/clean_a_loofah_or_natural_sponge/problem0.bddl b/bddl/activity_definitions/clean_a_loofah_or_natural_sponge/problem0.bddl index d738f9c6..e393c8ab 100644 --- a/bddl/activity_definitions/clean_a_loofah_or_natural_sponge/problem0.bddl +++ b/bddl/activity_definitions/clean_a_loofah_or_natural_sponge/problem0.bddl @@ -7,7 +7,7 @@ water.n.06_1 - water.n.06 rag.n.01_1 - rag.n.01 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 sink.n.01_1 - sink.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -15,10 +15,10 @@ (:init (covered loofa.n.01_1 stain.n.01_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) - (ontop bleaching_agent__bottle.n.01_1 floor.n.01_1) - (inside loofa.n.01_1 sink.n.01_1) - (inside rag.n.01_1 sink.n.01_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) + (ontop bleaching_agent__atomizer.n.01_1 floor.n.01_1) + (ontop loofa.n.01_1 sink.n.01_1) + (ontop rag.n.01_1 sink.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) (inroom floor.n.01_1 bathroom) diff --git a/bddl/activity_definitions/clean_a_mousepad/problem0.bddl b/bddl/activity_definitions/clean_a_mousepad/problem0.bddl index c4073628..0471e2fd 100644 --- a/bddl/activity_definitions/clean_a_mousepad/problem0.bddl +++ b/bddl/activity_definitions/clean_a_mousepad/problem0.bddl @@ -14,7 +14,7 @@ (:init (covered mousepad.n.01_1 dust.n.01_1) (ontop rag.n.01_1 mousepad.n.01_1) - (inside mousepad.n.01_1 sink.n.01_1) + (ontop mousepad.n.01_1 sink.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) (inroom floor.n.01_1 bathroom) diff --git a/bddl/activity_definitions/clean_a_quilt/problem0.bddl b/bddl/activity_definitions/clean_a_quilt/problem0.bddl index afe9921d..446d4085 100644 --- a/bddl/activity_definitions/clean_a_quilt/problem0.bddl +++ b/bddl/activity_definitions/clean_a_quilt/problem0.bddl @@ -18,7 +18,7 @@ (filled detergent__bottle.n.01_1 detergent.n.02_1) (inside detergent__bottle.n.01_1 cabinet.n.01_1) (ontop quilt.n.01_1 floor.n.01_1) - (inroom coatrack.n.01_1 utility_room) + (ontop coatrack.n.01_1 floor.n.01_1) (inroom floor.n.01_1 utility_room) (inroom washer.n.03_1 utility_room) (inroom cabinet.n.01_1 utility_room) diff --git a/bddl/activity_definitions/clean_a_razor_blade/problem0.bddl b/bddl/activity_definitions/clean_a_razor_blade/problem0.bddl index 2978dcdc..2c644b4a 100644 --- a/bddl/activity_definitions/clean_a_razor_blade/problem0.bddl +++ b/bddl/activity_definitions/clean_a_razor_blade/problem0.bddl @@ -20,7 +20,7 @@ (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 floor.n.01_1) (ontop rag.n.01_1 floor.n.01_1) - (inside razor.n.01_1 sink.n.01_1) + (ontop razor.n.01_1 sink.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) (inroom floor.n.01_1 bathroom) diff --git a/bddl/activity_definitions/clean_a_rug/problem0.bddl b/bddl/activity_definitions/clean_a_rug/problem0.bddl index 88cf620a..e17e2af9 100644 --- a/bddl/activity_definitions/clean_a_rug/problem0.bddl +++ b/bddl/activity_definitions/clean_a_rug/problem0.bddl @@ -14,7 +14,7 @@ (covered rug.n.01_1 dust.n.01_1) (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 utility_room) - (inroom rug.n.01_1 utility_room) + (ontop rug.n.01_1 floor.n.01_1) ) (:goal diff --git a/bddl/activity_definitions/clean_a_sauna/problem0.bddl b/bddl/activity_definitions/clean_a_sauna/problem0.bddl index c971992b..67f20a5e 100644 --- a/bddl/activity_definitions/clean_a_sauna/problem0.bddl +++ b/bddl/activity_definitions/clean_a_sauna/problem0.bddl @@ -6,7 +6,7 @@ mold.n.05_1 - mold.n.05 mildew.n.02_1 - mildew.n.02 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 liquid_soap.n.01_1 - liquid_soap.n.01 liquid_soap__bottle.n.01_1 - liquid_soap__bottle.n.01 swab.n.02_1 - swab.n.02 @@ -24,8 +24,8 @@ (covered floor.n.01_1 mildew.n.02_1) (covered sauna_heater.n.01_1 stain.n.01_1) (covered bench.n.01_1 mold.n.05_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) - (inside bleaching_agent__bottle.n.01_1 cabinet.n.03_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) + (inside bleaching_agent__atomizer.n.01_1 cabinet.n.03_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (inside liquid_soap__bottle.n.01_1 cabinet.n.03_1) (inside rag.n.01_1 cabinet.n.03_1) diff --git a/bddl/activity_definitions/clean_a_toaster_oven/problem0.bddl b/bddl/activity_definitions/clean_a_toaster_oven/problem0.bddl index 21469b8e..9a65e197 100644 --- a/bddl/activity_definitions/clean_a_toaster_oven/problem0.bddl +++ b/bddl/activity_definitions/clean_a_toaster_oven/problem0.bddl @@ -18,7 +18,7 @@ (:init (ontop toaster_oven.n.01_1 countertop.n.01_1) - (filled detergent__atomizer.n.01_1 detergent.n.02_1) + (insource detergent__atomizer.n.01_1 detergent.n.02_1) (covered toaster_oven.n.01_1 crumb.n.03_1) (covered toaster_oven.n.01_1 stain.n.01_1) (inside toast.n.01_1 toaster_oven.n.01_1) diff --git a/bddl/activity_definitions/clean_a_vacuum/problem0.bddl b/bddl/activity_definitions/clean_a_vacuum/problem0.bddl index 04e8f1e3..102a348d 100644 --- a/bddl/activity_definitions/clean_a_vacuum/problem0.bddl +++ b/bddl/activity_definitions/clean_a_vacuum/problem0.bddl @@ -18,7 +18,7 @@ (ontop vacuum.n.04_1 floor.n.01_1) (ontop paper_towel.n.01_1 floor.n.01_1) (ontop canister.n.02_1 floor.n.01_1) - (filled canister.n.02_1 debris.n.01_1) + (covered canister.n.02_1 debris.n.01_1) (covered vacuum.n.04_1 dust.n.01_1) (ontop ashcan.n.01_1 floor.n.01_1) (filled disinfectant__bottle.n.01_1 disinfectant.n.01_1) @@ -30,7 +30,7 @@ (:goal (and (not - (filled ?canister.n.02_1 ?debris.n.01_1) + (covered ?canister.n.02_1 ?debris.n.01_1) ) (not (covered ?vacuum.n.04_1 ?dust.n.01_1) diff --git a/bddl/activity_definitions/clean_a_whiteboard/problem0.bddl b/bddl/activity_definitions/clean_a_whiteboard/problem0.bddl index c533dfb2..43cc4a4b 100644 --- a/bddl/activity_definitions/clean_a_whiteboard/problem0.bddl +++ b/bddl/activity_definitions/clean_a_whiteboard/problem0.bddl @@ -6,7 +6,7 @@ desk.n.01_1 - desk.n.01 display_panel.n.01_1 - display_panel.n.01 rubbing_alcohol.n.01_1 - rubbing_alcohol.n.01 - rubbing_alcohol__bottle.n.01_1 - rubbing_alcohol__bottle.n.01 + rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 ink.n.01_1 - ink.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -14,8 +14,8 @@ (:init (ontop paper_towel.n.01_1 desk.n.01_1) - (filled rubbing_alcohol__bottle.n.01_1 rubbing_alcohol.n.01_1) - (ontop rubbing_alcohol__bottle.n.01_1 desk.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (ontop rubbing_alcohol__atomizer.n.01_1 desk.n.01_1) (covered display_panel.n.01_1 ink.n.01_1) (inroom desk.n.01_1 classroom) (inroom floor.n.01_1 classroom) diff --git a/bddl/activity_definitions/clean_an_electric_kettle/problem0.bddl b/bddl/activity_definitions/clean_an_electric_kettle/problem0.bddl index 410f4330..4a7175e5 100644 --- a/bddl/activity_definitions/clean_an_electric_kettle/problem0.bddl +++ b/bddl/activity_definitions/clean_an_electric_kettle/problem0.bddl @@ -31,7 +31,7 @@ (:goal (and - (inside ?kettle.n.01_1 ?sink.n.01_1) + (ontop ?kettle.n.01_1 ?sink.n.01_1) (not (covered ?kettle.n.01_1 ?stain.n.01_1) ) diff --git a/bddl/activity_definitions/clean_an_electric_razor/problem0.bddl b/bddl/activity_definitions/clean_an_electric_razor/problem0.bddl index 521fc3a1..7a7a6eff 100644 --- a/bddl/activity_definitions/clean_an_electric_razor/problem0.bddl +++ b/bddl/activity_definitions/clean_an_electric_razor/problem0.bddl @@ -10,13 +10,12 @@ hair.n.04_1 - hair.n.04 lotion.n.01_1 - lotion.n.01 water.n.06_1 - water.n.06 - wall.n.01_1 - wall.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside razor.n.01_1 sink.n.01_1) + (ontop razor.n.01_1 sink.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 floor.n.01_1) (ontop tissue.n.02_1 floor.n.01_1) @@ -24,8 +23,7 @@ (covered razor.n.01_1 lotion.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) - (inroom floor.n.01_1 bathroom) - (inroom wall.n.01_1 bathroom) + (inroom floor.n.01_1 bathroom) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/clean_carpets/problem0.bddl b/bddl/activity_definitions/clean_carpets/problem0.bddl index d5c60dcd..32efe293 100644 --- a/bddl/activity_definitions/clean_carpets/problem0.bddl +++ b/bddl/activity_definitions/clean_carpets/problem0.bddl @@ -14,7 +14,7 @@ (ontop vacuum.n.04_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 playroom) - (inroom rug.n.01_1 playroom) + (ontop rug.n.01_1 floor.n.01_1) ) (:goal diff --git a/bddl/activity_definitions/clean_clear_plastic/problem0.bddl b/bddl/activity_definitions/clean_clear_plastic/problem0.bddl index c2cd64e1..8535349a 100644 --- a/bddl/activity_definitions/clean_clear_plastic/problem0.bddl +++ b/bddl/activity_definitions/clean_clear_plastic/problem0.bddl @@ -18,6 +18,7 @@ (ontop sodium_carbonate__jar.n.01_1 countertop.n.01_1) (covered sodium_carbonate__jar.n.01_1 stain.n.01_1) (covered sodium_carbonate__jar.n.01_1 sodium_carbonate.n.01_1) + (filled sodium_carbonate__jar.n.01_1 sodium_carbonate.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 countertop.n.01_1) (insource sink.n.01_1 water.n.06_1) @@ -35,6 +36,9 @@ (not (covered ?sodium_carbonate__jar.n.01_1 ?sodium_carbonate.n.01_1) ) + (not + (contains ?sodium_carbonate__jar.n.01_1 ?sodium_carbonate.n.01_1) + ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/clean_decking/problem0.bddl b/bddl/activity_definitions/clean_decking/problem0.bddl index 5ddececa..ff5febe8 100644 --- a/bddl/activity_definitions/clean_decking/problem0.bddl +++ b/bddl/activity_definitions/clean_decking/problem0.bddl @@ -11,7 +11,7 @@ liquid_soap.n.01_1 - liquid_soap.n.01 liquid_soap__bottle.n.01_1 - liquid_soap__bottle.n.01 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 ashcan.n.01_1 - ashcan.n.01 water.n.06_1 - water.n.06 scrub_brush.n.01_1 - scrub_brush.n.01 @@ -28,8 +28,8 @@ (ontop watering_can.n.01_1 floor.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 floor.n.01_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) - (ontop bleaching_agent__bottle.n.01_1 floor.n.01_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) + (ontop bleaching_agent__atomizer.n.01_1 floor.n.01_1) (covered board.n.02_1 mud.n.03_1) (insource watering_can.n.01_1 water.n.06_1) (ontop scrub_brush.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/clean_fur/problem0.bddl b/bddl/activity_definitions/clean_fur/problem0.bddl index f45d5864..b47b0072 100644 --- a/bddl/activity_definitions/clean_fur/problem0.bddl +++ b/bddl/activity_definitions/clean_fur/problem0.bddl @@ -10,7 +10,7 @@ toilet_soap.n.01_1 - toilet_soap.n.01 toilet_soap__bottle.n.01_1 - toilet_soap__bottle.n.01 conditioner.n.03_1 - conditioner.n.03 - conditioner__bottle.n.01_1 - conditioner__bottle.n.01 + conditioner__atomizer.n.01_1 - conditioner__atomizer.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -22,8 +22,8 @@ (ontop rag.n.01_2 floor.n.01_1) (filled toilet_soap__bottle.n.01_1 toilet_soap.n.01_1) (ontop toilet_soap__bottle.n.01_1 floor.n.01_1) - (filled conditioner__bottle.n.01_1 conditioner.n.03_1) - (ontop conditioner__bottle.n.01_1 floor.n.01_1) + (insource conditioner__atomizer.n.01_1 conditioner.n.03_1) + (ontop conditioner__atomizer.n.01_1 floor.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom floor.n.01_1 utility_room) (inroom sink.n.01_1 utility_room) diff --git a/bddl/activity_definitions/clean_invisalign/problem0.bddl b/bddl/activity_definitions/clean_invisalign/problem0.bddl index 3063fff8..e0a2204b 100644 --- a/bddl/activity_definitions/clean_invisalign/problem0.bddl +++ b/bddl/activity_definitions/clean_invisalign/problem0.bddl @@ -14,17 +14,18 @@ disinfectant__bottle.n.01_1 - disinfectant__bottle.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 - stool.n.01_1 - stool.n.01 + stool.n.01_1 stool.n.01_2 - stool.n.01 ) (:init (ontop stool.n.01_1 floor.n.01_1) + (ontop stool.n.01_2 floor.n.01_1) (ontop retainer.n.03_1 stool.n.01_1) (ontop pencil_box.n.01_1 stool.n.01_1) (ontop toothbrush.n.01_1 stool.n.01_1) (filled sodium_carbonate__jar.n.01_1 sodium_carbonate.n.01_1) (ontop sodium_carbonate__jar.n.01_1 floor.n.01_1) - (ontop rag.n.01_1 stool.n.01_1) + (ontop rag.n.01_1 stool.n.01_2) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 bathroom) (inroom floor.n.01_1 bathroom) @@ -39,4 +40,4 @@ (covered ?pencil_box.n.01_1 ?disinfectant.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/clean_jewels/problem0.bddl b/bddl/activity_definitions/clean_jewels/problem0.bddl index 13b92d89..bf7d356b 100644 --- a/bddl/activity_definitions/clean_jewels/problem0.bddl +++ b/bddl/activity_definitions/clean_jewels/problem0.bddl @@ -5,7 +5,7 @@ bowl.n.01_1 - bowl.n.01 sink.n.01_1 - sink.n.01 ammonia_water.n.01_1 - ammonia_water.n.01 - ammonia_water__bottle.n.01_1 - ammonia_water__bottle.n.01 + ammonia_water__atomizer.n.01_1 - ammonia_water__atomizer.n.01 diamond.n.01_1 diamond.n.01_2 diamond.n.01_3 - diamond.n.01 toothbrush.n.01_1 - toothbrush.n.01 stain.n.01_1 - stain.n.01 @@ -21,8 +21,8 @@ (inside diamond.n.01_1 bowl.n.01_1) (inside diamond.n.01_2 bowl.n.01_1) (inside diamond.n.01_3 bowl.n.01_1) - (filled ammonia_water__bottle.n.01_1 ammonia_water.n.01_1) - (ontop ammonia_water__bottle.n.01_1 floor.n.01_1) + (insource ammonia_water__atomizer.n.01_1 ammonia_water.n.01_1) + (ontop ammonia_water__atomizer.n.01_1 floor.n.01_1) (ontop toothbrush.n.01_1 stool.n.01_1) (covered diamond.n.01_1 stain.n.01_1) (covered diamond.n.01_2 stain.n.01_1) diff --git a/bddl/activity_definitions/clean_leather_sandals/problem0.bddl b/bddl/activity_definitions/clean_leather_sandals/problem0.bddl index 46c29900..00a236a7 100644 --- a/bddl/activity_definitions/clean_leather_sandals/problem0.bddl +++ b/bddl/activity_definitions/clean_leather_sandals/problem0.bddl @@ -8,7 +8,7 @@ hand_towel.n.01_1 - hand_towel.n.01 sandal.n.01_1 sandal.n.01_2 - sandal.n.01 conditioner.n.03_1 - conditioner.n.03 - conditioner__bottle.n.01_1 - conditioner__bottle.n.01 + conditioner__atomizer.n.01_1 - conditioner__atomizer.n.01 stain.n.01_1 - stain.n.01 water.n.06_1 - water.n.06 floor.n.01_1 - floor.n.01 @@ -18,8 +18,8 @@ (:init (filled saddle_soap__bottle.n.01_1 saddle_soap.n.01_1) (ontop saddle_soap__bottle.n.01_1 floor.n.01_1) - (filled conditioner__bottle.n.01_1 conditioner.n.03_1) - (ontop conditioner__bottle.n.01_1 floor.n.01_1) + (insource conditioner__atomizer.n.01_1 conditioner.n.03_1) + (ontop conditioner__atomizer.n.01_1 floor.n.01_1) (ontop hand_towel.n.01_1 floor.n.01_1) (ontop sandal.n.01_1 floor.n.01_1) (ontop sandal.n.01_2 floor.n.01_1) diff --git a/bddl/activity_definitions/clean_marker_off_a_doll/problem0.bddl b/bddl/activity_definitions/clean_marker_off_a_doll/problem0.bddl index 99e38fe2..685636f8 100644 --- a/bddl/activity_definitions/clean_marker_off_a_doll/problem0.bddl +++ b/bddl/activity_definitions/clean_marker_off_a_doll/problem0.bddl @@ -3,13 +3,13 @@ (:objects rubbing_alcohol.n.01_1 - rubbing_alcohol.n.01 - rubbing_alcohol__bottle.n.01_1 - rubbing_alcohol__bottle.n.01 - cotton.n.02_1 - cotton.n.02 + rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 + sponge.n.01_1 - sponge.n.01 rag.n.01_1 - rag.n.01 sink.n.01_1 - sink.n.01 doll.n.01_1 - doll.n.01 acetone.n.01_1 - acetone.n.01 - acetone__bottle.n.01_1 - acetone__bottle.n.01 + acetone__atomizer.n.01_1 - acetone__atomizer.n.01 stool.n.01_1 - stool.n.01 ink.n.01_1 - ink.n.01 water.n.06_1 - water.n.06 @@ -19,13 +19,13 @@ (:init (ontop stool.n.01_1 floor.n.01_1) - (filled rubbing_alcohol__bottle.n.01_1 rubbing_alcohol.n.01_1) - (ontop rubbing_alcohol__bottle.n.01_1 stool.n.01_1) - (ontop cotton.n.02_1 stool.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (ontop rubbing_alcohol__atomizer.n.01_1 stool.n.01_1) + (ontop sponge.n.01_1 stool.n.01_1) (ontop rag.n.01_1 sink.n.01_1) (ontop doll.n.01_1 stool.n.01_1) - (filled acetone__bottle.n.01_1 acetone.n.01_1) - (ontop acetone__bottle.n.01_1 stool.n.01_1) + (insource acetone__atomizer.n.01_1 acetone.n.01_1) + (ontop acetone__atomizer.n.01_1 stool.n.01_1) (covered doll.n.01_1 ink.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 utility_room) diff --git a/bddl/activity_definitions/clean_mirrors/problem0.bddl b/bddl/activity_definitions/clean_mirrors/problem0.bddl index 972a3718..0bb54543 100644 --- a/bddl/activity_definitions/clean_mirrors/problem0.bddl +++ b/bddl/activity_definitions/clean_mirrors/problem0.bddl @@ -18,7 +18,7 @@ ) (:init - (filled vinegar__atomizer.n.01_1 vinegar.n.01_1) + (insource vinegar__atomizer.n.01_1 vinegar.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop vinegar__atomizer.n.01_1 floor.n.01_1) (ontop liquid_soap__bottle.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/clean_outdoor_tiles/problem0.bddl b/bddl/activity_definitions/clean_outdoor_tiles/problem0.bddl index 8b13e07a..ba046c80 100644 --- a/bddl/activity_definitions/clean_outdoor_tiles/problem0.bddl +++ b/bddl/activity_definitions/clean_outdoor_tiles/problem0.bddl @@ -9,7 +9,7 @@ liquid_soap.n.01_1 - liquid_soap.n.01 liquid_soap__bottle.n.01_1 - liquid_soap__bottle.n.01 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 stain.n.01_1 - stain.n.01 agent.n.01_1 - agent.n.01 ) @@ -23,8 +23,8 @@ (ontop swab.n.02_1 floor.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (ontop liquid_soap__bottle.n.01_1 floor.n.01_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) - (ontop bleaching_agent__bottle.n.01_1 floor.n.01_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) + (ontop bleaching_agent__atomizer.n.01_1 floor.n.01_1) (covered tile.n.01_1 stain.n.01_1) (covered tile.n.01_2 stain.n.01_1) (covered tile.n.01_3 stain.n.01_1) diff --git a/bddl/activity_definitions/clean_paper_lampshades/problem0.bddl b/bddl/activity_definitions/clean_paper_lampshades/problem0.bddl index dacf1e74..80a00840 100644 --- a/bddl/activity_definitions/clean_paper_lampshades/problem0.bddl +++ b/bddl/activity_definitions/clean_paper_lampshades/problem0.bddl @@ -3,7 +3,6 @@ (:objects rag.n.01_1 - rag.n.01 - dustcloth.n.01_1 - dustcloth.n.01 lampshade.n.01_1 lampshade.n.01_2 - lampshade.n.01 coffee_table.n.01_1 - coffee_table.n.01 dust.n.01_1 - dust.n.01 @@ -13,8 +12,7 @@ (:init (ontop rag.n.01_1 coffee_table.n.01_1) - (ontop dustcloth.n.01_1 coffee_table.n.01_1) - (ontop lampshade.n.01_1 coffee_table.n.01_1) + (ontop lampshade.n.01_1 coffee_table.n.01_1) (ontop lampshade.n.01_2 coffee_table.n.01_1) (covered lampshade.n.01_1 dust.n.01_1) (covered lampshade.n.01_2 dust.n.01_1) diff --git a/bddl/activity_definitions/clean_piano_keys/problem0.bddl b/bddl/activity_definitions/clean_piano_keys/problem0.bddl index d9b5d780..ed04cdbd 100644 --- a/bddl/activity_definitions/clean_piano_keys/problem0.bddl +++ b/bddl/activity_definitions/clean_piano_keys/problem0.bddl @@ -3,16 +3,14 @@ (:objects piano.n.01_1 - piano.n.01 - dustcloth.n.01_1 - dustcloth.n.01 + rag.n.01_1 - rag.n.01 shelf.n.01_1 - shelf.n.01 dust.n.01_1 - dust.n.01 - rag.n.01_1 - rag.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop dustcloth.n.01_1 shelf.n.01_1) (covered piano.n.01_1 dust.n.01_1) (inside rag.n.01_1 shelf.n.01_1) (inroom floor.n.01_1 living_room) diff --git a/bddl/activity_definitions/clean_rubber_bathmats/problem0.bddl b/bddl/activity_definitions/clean_rubber_bathmats/problem0.bddl index 630ca4e4..bdf34403 100644 --- a/bddl/activity_definitions/clean_rubber_bathmats/problem0.bddl +++ b/bddl/activity_definitions/clean_rubber_bathmats/problem0.bddl @@ -3,7 +3,7 @@ (:objects mat.n.01_1 - mat.n.01 - bathtub.n.01_1 - bathtub.n.01 + sink.n.01_1 - sink.n.01 water.n.06_1 - water.n.06 scrub_brush.n.01_1 - scrub_brush.n.01 detergent.n.02_1 - detergent.n.02 @@ -16,7 +16,7 @@ ) (:init - (inside mat.n.01_1 bathtub.n.01_1) + (ontop mat.n.01_1 sink.n.01_1) (ontop scrub_brush.n.01_1 floor.n.01_1) (filled detergent__bottle.n.01_1 detergent.n.02_1) (ontop detergent__bottle.n.01_1 floor.n.01_1) @@ -24,12 +24,12 @@ (covered mat.n.01_1 disinfectant.n.01_1) ) (covered mat.n.01_1 mildew.n.02_1) - (insource bathtub.n.01_1 water.n.06_1) + (insource sink.n.01_1 water.n.06_1) (ontop agent.n.01_1 floor.n.01_1) (filled disinfectant__bottle.n.01_1 disinfectant.n.01_1) (ontop disinfectant__bottle.n.01_1 floor.n.01_1) (inroom floor.n.01_1 bathroom) - (inroom bathtub.n.01_1 bathroom) + (inroom sink.n.01_1 bathroom) ) (:goal diff --git a/bddl/activity_definitions/clean_stucco/problem0.bddl b/bddl/activity_definitions/clean_stucco/problem0.bddl index f7721df1..d779f183 100644 --- a/bddl/activity_definitions/clean_stucco/problem0.bddl +++ b/bddl/activity_definitions/clean_stucco/problem0.bddl @@ -8,7 +8,7 @@ bucket.n.01_1 - bucket.n.01 driveway.n.01_1 - driveway.n.01 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 water.n.06_1 - water.n.06 scrub_brush.n.01_1 - scrub_brush.n.01 floor.n.01_1 - floor.n.01 @@ -19,10 +19,10 @@ (covered wall.n.01_1 mold.n.05_1) (covered wall.n.01_1 stucco.n.01_1) (ontop bucket.n.01_1 driveway.n.01_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) (filled bucket.n.01_1 water.n.06_1) (ontop scrub_brush.n.01_1 driveway.n.01_1) - (ontop bleaching_agent__bottle.n.01_1 driveway.n.01_1) + (ontop bleaching_agent__atomizer.n.01_1 driveway.n.01_1) (inroom driveway.n.01_1 garden) (inroom wall.n.01_1 garden) (inroom floor.n.01_1 garden) diff --git a/bddl/activity_definitions/clean_tennis_balls/problem0.bddl b/bddl/activity_definitions/clean_tennis_balls/problem0.bddl index 347f56b6..11407288 100644 --- a/bddl/activity_definitions/clean_tennis_balls/problem0.bddl +++ b/bddl/activity_definitions/clean_tennis_balls/problem0.bddl @@ -22,7 +22,7 @@ (covered tennis_ball.n.01_2 mud.n.03_1) (insource sink.n.01_1 water.n.06_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) - (inside liquid_soap__bottle.n.01_1 sink.n.01_1) + (ontop liquid_soap__bottle.n.01_1 sink.n.01_1) (inside tennis_ball.n.01_1 bucket.n.01_1) (inside tennis_ball.n.01_2 bucket.n.01_1) (inside sponge.n.01_1 bucket.n.01_1) @@ -47,4 +47,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/clean_up_after_a_dinner_party/problem0.bddl b/bddl/activity_definitions/clean_up_after_a_dinner_party/problem0.bddl index 371f50e2..275415c2 100644 --- a/bddl/activity_definitions/clean_up_after_a_dinner_party/problem0.bddl +++ b/bddl/activity_definitions/clean_up_after_a_dinner_party/problem0.bddl @@ -15,7 +15,6 @@ (:init (ontop wine_bottle.n.01_1 breakfast_table.n.01_1) - (open wine_bottle.n.01_1) (ontop hamburger.n.01_1 breakfast_table.n.01_1) (ontop hamburger.n.01_2 breakfast_table.n.01_1) (ontop burrito.n.01_1 breakfast_table.n.01_1) @@ -64,4 +63,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/clean_up_your_desk/problem0.bddl b/bddl/activity_definitions/clean_up_your_desk/problem0.bddl index b0033d26..be115fc1 100644 --- a/bddl/activity_definitions/clean_up_your_desk/problem0.bddl +++ b/bddl/activity_definitions/clean_up_your_desk/problem0.bddl @@ -80,7 +80,9 @@ (ontop ?notebook.n.01_1 ?desk.n.01_1) (ontop ?pencil_box.n.01_1 ?desk.n.01_1) (ontop ?laptop.n.01_1 ?desk.n.01_1) - (closed ?laptop.n.01_1) + (not + (open ?laptop.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/clean_wood_siding/problem0.bddl b/bddl/activity_definitions/clean_wood_siding/problem0.bddl index eb576bc8..33fa966b 100644 --- a/bddl/activity_definitions/clean_wood_siding/problem0.bddl +++ b/bddl/activity_definitions/clean_wood_siding/problem0.bddl @@ -4,7 +4,7 @@ (:objects adhesive_material.n.01_1 - adhesive_material.n.01 rubbing_alcohol.n.01_1 - rubbing_alcohol.n.01 - rubbing_alcohol__bottle.n.01_1 - rubbing_alcohol__bottle.n.01 + rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 door.n.01_1 - door.n.01 sponge.n.01_1 - sponge.n.01 floor.n.01_1 - floor.n.01 @@ -13,8 +13,8 @@ (:init (covered door.n.01_1 adhesive_material.n.01_1) - (filled rubbing_alcohol__bottle.n.01_1 rubbing_alcohol.n.01_1) - (ontop rubbing_alcohol__bottle.n.01_1 floor.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (ontop rubbing_alcohol__atomizer.n.01_1 floor.n.01_1) (ontop sponge.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) (inroom door.n.01_1 bathroom) diff --git a/bddl/activity_definitions/clean_your_cleaning_supplies/problem0.bddl b/bddl/activity_definitions/clean_your_cleaning_supplies/problem0.bddl index 3e4fb15f..89036b65 100644 --- a/bddl/activity_definitions/clean_your_cleaning_supplies/problem0.bddl +++ b/bddl/activity_definitions/clean_your_cleaning_supplies/problem0.bddl @@ -4,12 +4,11 @@ (:objects scrub_brush.n.01_1 - scrub_brush.n.01 sink.n.01_1 - sink.n.01 - dustcloth.n.01_1 - dustcloth.n.01 + rag.n.01_1 - rag.n.01 stain.n.01_1 - stain.n.01 dust.n.01_1 - dust.n.01 mold.n.05_1 - mold.n.05 detergent.n.02_1 - detergent.n.02 - rag.n.01_1 - rag.n.01 detergent__bottle.n.01_1 - detergent__bottle.n.01 water.n.06_1 - water.n.06 floor.n.01_1 - floor.n.01 @@ -20,12 +19,11 @@ (:init (covered scrub_brush.n.01_1 dust.n.01_1) (covered scrub_brush.n.01_1 mold.n.05_1) - (covered dustcloth.n.01_1 stain.n.01_1) - (ontop dustcloth.n.01_1 countertop.n.01_1) + (covered rag.n.01_1 stain.n.01_1) + (ontop rag.n.01_1 countertop.n.01_1) (ontop scrub_brush.n.01_1 countertop.n.01_1) (filled detergent__bottle.n.01_1 detergent.n.02_1) - (ontop rag.n.01_1 countertop.n.01_1) - (ontop detergent__bottle.n.01_1 countertop.n.01_1) + (ontop detergent__bottle.n.01_1 countertop.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) @@ -42,7 +40,7 @@ (covered ?scrub_brush.n.01_1 ?mold.n.05_1) ) (not - (covered ?dustcloth.n.01_1 ?stain.n.01_1) + (covered ?rag.n.01_1 ?stain.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/clean_your_house_after_a_wild_party/problem0.bddl b/bddl/activity_definitions/clean_your_house_after_a_wild_party/problem0.bddl index 1650a130..f2303e8e 100644 --- a/bddl/activity_definitions/clean_your_house_after_a_wild_party/problem0.bddl +++ b/bddl/activity_definitions/clean_your_house_after_a_wild_party/problem0.bddl @@ -18,7 +18,7 @@ liquid_soap.n.01_1 - liquid_soap.n.01 liquid_soap__bottle.n.01_1 - liquid_soap__bottle.n.01 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 water.n.06_1 - water.n.06 adhesive_material.n.01_1 - adhesive_material.n.01 dust.n.01_1 - dust.n.01 @@ -33,7 +33,7 @@ (ontop plate.n.04_2 floor.n.01_2) (ontop plate.n.04_3 coffee_table.n.01_1) (ontop cup.n.01_1 coffee_table.n.01_1) - (inside cup.n.01_2 sink.n.01_1) + (ontop cup.n.01_2 sink.n.01_1) (ontop cup.n.01_3 floor.n.01_1) (ontop recycling_bin.n.01_1 floor.n.01_2) (ontop recycling_bin.n.01_2 floor.n.01_1) @@ -45,11 +45,11 @@ (ontop vacuum.n.04_1 floor.n.01_3) (inside swab.n.02_1 cabinet.n.01_1) (inside liquid_soap__bottle.n.01_1 cabinet.n.01_1) - (inside bleaching_agent__bottle.n.01_1 cabinet.n.01_1) + (inside bleaching_agent__atomizer.n.01_1 cabinet.n.01_1) (ontop hand_towel.n.01_1 floor.n.01_1) (ontop hand_towel.n.01_2 countertop.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) (covered floor.n.01_1 water.n.06_1) (covered floor.n.01_2 adhesive_material.n.01_1) (covered floor.n.01_3 dust.n.01_1) diff --git a/bddl/activity_definitions/clean_your_laundry_room/problem0.bddl b/bddl/activity_definitions/clean_your_laundry_room/problem0.bddl index 8a318680..049a7fac 100644 --- a/bddl/activity_definitions/clean_your_laundry_room/problem0.bddl +++ b/bddl/activity_definitions/clean_your_laundry_room/problem0.bddl @@ -6,7 +6,7 @@ clothes_dryer.n.01_1 - clothes_dryer.n.01 water.n.06_1 - water.n.06 bleaching_agent.n.01_1 - bleaching_agent.n.01 - bleaching_agent__bottle.n.01_1 - bleaching_agent__bottle.n.01 + bleaching_agent__atomizer.n.01_1 - bleaching_agent__atomizer.n.01 washer.n.03_1 - washer.n.03 dust.n.01_1 - dust.n.01 mold.n.05_1 - mold.n.05 @@ -19,8 +19,8 @@ (ontop rag.n.01_1 clothes_dryer.n.01_1) (covered clothes_dryer.n.01_1 dust.n.01_1) (covered washer.n.03_1 mold.n.05_1) - (filled bleaching_agent__bottle.n.01_1 bleaching_agent.n.01_1) - (ontop bleaching_agent__bottle.n.01_1 washer.n.03_1) + (insource bleaching_agent__atomizer.n.01_1 bleaching_agent.n.01_1) + (ontop bleaching_agent__atomizer.n.01_1 washer.n.03_1) (ontop agent.n.01_1 floor.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 utility_room) diff --git a/bddl/activity_definitions/cleaning_around_pool_in_garden/problem0.bddl b/bddl/activity_definitions/cleaning_around_pool_in_garden/problem0.bddl index 33bcd1bf..07f7ae15 100644 --- a/bddl/activity_definitions/cleaning_around_pool_in_garden/problem0.bddl +++ b/bddl/activity_definitions/cleaning_around_pool_in_garden/problem0.bddl @@ -13,7 +13,7 @@ (:init (covered driveway.n.01_1 dust.n.01_1) (ontop broom.n.01_1 floor.n.01_1) - (ontop pool.n.01_1 driveway.n.01_1) + (inroom pool.n.01_1 garden) (inroom floor.n.01_1 garden) (inroom driveway.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cleaning_barbecue_grill/problem0.bddl b/bddl/activity_definitions/cleaning_barbecue_grill/problem0.bddl index 1c2ee564..e28d4604 100644 --- a/bddl/activity_definitions/cleaning_barbecue_grill/problem0.bddl +++ b/bddl/activity_definitions/cleaning_barbecue_grill/problem0.bddl @@ -14,7 +14,7 @@ ) (:init - (ontop grill.n.02_1 floor.n.01_1) + (inroom grill.n.02_1 garage) (covered grill.n.02_1 stain.n.01_1) (covered grill.n.02_1 dust.n.01_1) (ontop bucket.n.01_1 table.n.02_1) diff --git a/bddl/activity_definitions/cleaning_bathrooms/problem0.bddl b/bddl/activity_definitions/cleaning_bathrooms/problem0.bddl index d074388a..28bd1a3a 100644 --- a/bddl/activity_definitions/cleaning_bathrooms/problem0.bddl +++ b/bddl/activity_definitions/cleaning_bathrooms/problem0.bddl @@ -19,7 +19,7 @@ (covered bathtub.n.01_1 stain.n.01_1) (covered toilet.n.02_1 stain.n.01_1) (covered floor.n.01_1 stain.n.01_1) - (inside bar_soap.n.01_1 sink.n.01_1) + (ontop bar_soap.n.01_1 sink.n.01_1) (inside scrub_brush.n.01_1 bathtub.n.01_1) (ontop bucket.n.01_1 floor.n.01_1) (ontop rag.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cleaning_cups_in_living_room/problem0.bddl b/bddl/activity_definitions/cleaning_cups_in_living_room/problem0.bddl index 36ecb3e9..06c61cac 100644 --- a/bddl/activity_definitions/cleaning_cups_in_living_room/problem0.bddl +++ b/bddl/activity_definitions/cleaning_cups_in_living_room/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - chalice.n.01_1 chalice.n.01_2 chalice.n.01_3 - chalice.n.01 + wineglass.n.01_1 wineglass.n.01_2 wineglass.n.01_3 - wineglass.n.01 red_wine.n.01_1 - red_wine.n.01 white_wine.n.01_1 - white_wine.n.01 table.n.02_1 - table.n.02 @@ -13,16 +13,16 @@ ) (:init - (ontop chalice.n.01_1 table.n.02_1) - (ontop chalice.n.01_2 table.n.02_1) - (ontop chalice.n.01_3 table.n.02_1) + (ontop wineglass.n.01_1 table.n.02_1) + (ontop wineglass.n.01_2 table.n.02_1) + (ontop wineglass.n.01_3 table.n.02_1) (ontop rag.n.01_1 table.n.02_1) - (covered chalice.n.01_1 dust.n.01_1) - (covered chalice.n.01_2 dust.n.01_1) - (covered chalice.n.01_3 dust.n.01_1) - (covered chalice.n.01_1 red_wine.n.01_1) - (covered chalice.n.01_2 red_wine.n.01_1) - (covered chalice.n.01_3 white_wine.n.01_1) + (covered wineglass.n.01_1 dust.n.01_1) + (covered wineglass.n.01_2 dust.n.01_1) + (covered wineglass.n.01_3 dust.n.01_1) + (covered wineglass.n.01_1 red_wine.n.01_1) + (covered wineglass.n.01_2 red_wine.n.01_1) + (covered wineglass.n.01_3 white_wine.n.01_1) (inroom table.n.02_1 living_room) (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) @@ -31,19 +31,19 @@ (:goal (and (forall - (?chalice.n.01 - chalice.n.01) + (?wineglass.n.01 - wineglass.n.01) (and (not - (covered ?chalice.n.01 ?dust.n.01_1) + (covered ?wineglass.n.01 ?dust.n.01_1) ) (not - (covered ?chalice.n.01 ?white_wine.n.01_1) + (covered ?wineglass.n.01 ?white_wine.n.01_1) ) (not - (covered ?chalice.n.01 ?red_wine.n.01_1) + (covered ?wineglass.n.01 ?red_wine.n.01_1) ) ) ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/cleaning_debris_out_of_car/problem0.bddl b/bddl/activity_definitions/cleaning_debris_out_of_car/problem0.bddl index 8265b056..b81f776c 100644 --- a/bddl/activity_definitions/cleaning_debris_out_of_car/problem0.bddl +++ b/bddl/activity_definitions/cleaning_debris_out_of_car/problem0.bddl @@ -4,7 +4,8 @@ (:objects car.n.01_1 - car.n.01 driveway.n.01_1 - driveway.n.01 - debris.n.01_1 - debris.n.01 + cup__of__yogurt.n.01_1 - cup__of__yogurt.n.01 + bag__of__chips.n.01_1 - bag__of__chips.n.01 vacuum.n.04_1 - vacuum.n.04 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -12,7 +13,8 @@ (:init (ontop car.n.01_1 driveway.n.01_1) - (contains car.n.01_1 debris.n.01_1) + (inside cup__of__yogurt.n.01_1 car.n.01_1) + (inside bag__of__chips.n.01_1 car.n.01_1) (ontop vacuum.n.04_1 driveway.n.01_1) (inroom driveway.n.01_1 garden) (inroom floor.n.01_1 garden) @@ -22,7 +24,10 @@ (:goal (and (not - (contains car.n.01_1 debris.n.01_1) + (inside ?cup__of__yogurt.n.01_1 ?car.n.01_1) + ) + (not + (inside ?bag__of__chips.n.01_1 ?car.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/cleaning_freezer/problem0.bddl b/bddl/activity_definitions/cleaning_freezer/problem0.bddl index 6b4acad1..01ecebf0 100644 --- a/bddl/activity_definitions/cleaning_freezer/problem0.bddl +++ b/bddl/activity_definitions/cleaning_freezer/problem0.bddl @@ -11,10 +11,6 @@ towel.n.01_1 - towel.n.01 floor.n.01_1 - floor.n.01 sink.n.01_1 - sink.n.01 - countertop.n.01_1 - countertop.n.01 - stove.n.01_1 - stove.n.01 - door.n.01_1 - door.n.01 - chair.n.01_1 - chair.n.01 agent.n.01_1 - agent.n.01 ) @@ -28,12 +24,8 @@ (ontop towel.n.01_1 table.n.02_1) (inroom floor.n.01_1 kitchen) (inroom sink.n.01_1 kitchen) - (inroom countertop.n.01_1 kitchen) - (inroom stove.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) - (inroom door.n.01_1 kitchen) (inroom table.n.02_1 kitchen) - (inroom chair.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/cleaning_garden_tools/problem0.bddl b/bddl/activity_definitions/cleaning_garden_tools/problem0.bddl index c1cb64be..64ac21f0 100644 --- a/bddl/activity_definitions/cleaning_garden_tools/problem0.bddl +++ b/bddl/activity_definitions/cleaning_garden_tools/problem0.bddl @@ -19,7 +19,6 @@ mud.n.03_1 - mud.n.03 water.n.06_1 - water.n.06 watering_can.n.01_1 - watering_can.n.01 - scrub.n.01_1 - scrub.n.01 rail_fence.n.01_1 - rail_fence.n.01 steel_wool.n.01_1 - steel_wool.n.01 agent.n.01_1 - agent.n.01 @@ -50,7 +49,6 @@ (inside liquid_soap__bottle.n.01_1 packing_box.n.02_1) (inroom rail_fence.n.01_1 garden) (inroom floor.n.01_1 garden) - (inroom scrub.n.01_1 garden) ) (:goal diff --git a/bddl/activity_definitions/cleaning_glasses_off_bar/problem0.bddl b/bddl/activity_definitions/cleaning_glasses_off_bar/problem0.bddl index 18f52790..c9b526db 100644 --- a/bddl/activity_definitions/cleaning_glasses_off_bar/problem0.bddl +++ b/bddl/activity_definitions/cleaning_glasses_off_bar/problem0.bddl @@ -3,10 +3,9 @@ (:objects stain.n.01_1 - stain.n.01 - chalice.n.01_1 chalice.n.01_2 chalice.n.01_3 - chalice.n.01 + wineglass.n.01_1 wineglass.n.01_2 wineglass.n.01_3 - wineglass.n.01 gin.n.01_1 - gin.n.01 orange_juice.n.01_1 - orange_juice.n.01 - wineglass.n.01_1 wineglass.n.01_2 - wineglass.n.01 red_wine.n.01_1 - red_wine.n.01 beer_glass.n.01_1 beer_glass.n.01_2 - beer_glass.n.01 beer.n.01_1 - beer.n.01 @@ -17,28 +16,21 @@ ) (:init - (covered chalice.n.01_1 stain.n.01_1) - (covered chalice.n.01_1 gin.n.01_1) - (covered chalice.n.01_1 orange_juice.n.01_1) - (covered chalice.n.01_2 stain.n.01_1) - (covered chalice.n.01_2 gin.n.01_1) - (covered chalice.n.01_2 orange_juice.n.01_1) - (covered chalice.n.01_3 stain.n.01_1) - (covered chalice.n.01_3 gin.n.01_1) - (covered chalice.n.01_3 orange_juice.n.01_1) (covered wineglass.n.01_1 stain.n.01_1) + (covered wineglass.n.01_1 gin.n.01_1) + (covered wineglass.n.01_1 orange_juice.n.01_1) (covered wineglass.n.01_2 stain.n.01_1) - (covered wineglass.n.01_1 red_wine.n.01_1) - (covered wineglass.n.01_2 red_wine.n.01_1) + (covered wineglass.n.01_2 gin.n.01_1) + (covered wineglass.n.01_2 orange_juice.n.01_1) + (covered wineglass.n.01_3 stain.n.01_1) + (covered wineglass.n.01_3 red_wine.n.01_1) (covered beer_glass.n.01_1 stain.n.01_1) (covered beer_glass.n.01_2 stain.n.01_1) (covered beer_glass.n.01_1 beer.n.01_1) (covered beer_glass.n.01_2 beer.n.01_1) - (ontop chalice.n.01_1 bar.n.02_1) - (ontop chalice.n.01_2 bar.n.02_1) - (ontop chalice.n.01_3 bar.n.02_1) - (ontop wineglass.n.01_1 bar.n.02_1) + (ontop wineglass.n.01_1 bar.n.02_1) (ontop wineglass.n.01_2 bar.n.02_1) + (ontop wineglass.n.01_3 bar.n.02_1) (ontop beer_glass.n.01_1 bar.n.02_1) (ontop beer_glass.n.01_1 bar.n.02_1) (ontop beer_glass.n.01_2 bar.n.02_1) @@ -51,14 +43,7 @@ (:goal (and (forall - (?chalice.n.01 - chalice.n.01) - (or - (inside ?chalice.n.01 ?sink.n.01_1) - (nextto ?chalice.n.01 ?sink.n.01_1) - ) - ) - (forall - (?wineglass.n.01 - wineglass.n.01) + (?wineglass.n.01 - wineglass.n.01) (or (inside ?wineglass.n.01 ?sink.n.01_1) (nextto ?wineglass.n.01 ?sink.n.01_1) diff --git a/bddl/activity_definitions/cleaning_kitchen_knives/problem0.bddl b/bddl/activity_definitions/cleaning_kitchen_knives/problem0.bddl index 8911f931..ece57544 100644 --- a/bddl/activity_definitions/cleaning_kitchen_knives/problem0.bddl +++ b/bddl/activity_definitions/cleaning_kitchen_knives/problem0.bddl @@ -29,8 +29,7 @@ (ontop sponge.n.01_1 countertop.n.01_1) (not (covered sponge.n.01_1 water.n.06_1) - ) - (filled sink.n.01_1 liquid_soap.n.01_1) + ) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) diff --git a/bddl/activity_definitions/cleaning_patio_furniture/problem0.bddl b/bddl/activity_definitions/cleaning_patio_furniture/problem0.bddl index 01ec6619..0fa55b15 100644 --- a/bddl/activity_definitions/cleaning_patio_furniture/problem0.bddl +++ b/bddl/activity_definitions/cleaning_patio_furniture/problem0.bddl @@ -34,10 +34,6 @@ (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 garden) (inroom coffee_table.n.01_1 garden) - (inroom lawn_chair.n.01_1 garden) - (inroom lawn_chair.n.01_1 garden) - (inroom lawn_chair.n.01_1 garden) - (inroom lawn_chair.n.01_1 garden) ) (:goal diff --git a/bddl/activity_definitions/cleaning_pet_bed/problem0.bddl b/bddl/activity_definitions/cleaning_pet_bed/problem0.bddl index 1be3f8fa..d967893d 100644 --- a/bddl/activity_definitions/cleaning_pet_bed/problem0.bddl +++ b/bddl/activity_definitions/cleaning_pet_bed/problem0.bddl @@ -20,7 +20,7 @@ (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 playroom) (inroom shelf.n.01_1 playroom) - (inroom rug.n.01_1 playroom) + (ontop rug.n.01_1 floor.n.01_1) ) (:goal diff --git a/bddl/activity_definitions/cleaning_restaurant_table/problem0.bddl b/bddl/activity_definitions/cleaning_restaurant_table/problem0.bddl index 17a41046..e28cf28b 100644 --- a/bddl/activity_definitions/cleaning_restaurant_table/problem0.bddl +++ b/bddl/activity_definitions/cleaning_restaurant_table/problem0.bddl @@ -10,7 +10,7 @@ bowl.n.01_1 - bowl.n.01 disinfectant.n.01_1 - disinfectant.n.01 disinfectant__bottle.n.01_1 - disinfectant__bottle.n.01 - countertop.n.01_1 - countertop.n.01 + kitchen_table.n.01_1 - kitchen_table.n.01 ashcan.n.01_1 - ashcan.n.01 water.n.06_1 - water.n.06 sink.n.01_1 - sink.n.01 @@ -28,14 +28,13 @@ (covered breakfast_table.n.01_1 breadcrumb.n.01_1) (ontop ashcan.n.01_1 floor.n.01_2) (filled disinfectant__bottle.n.01_1 disinfectant.n.01_1) - (ontop disinfectant__bottle.n.01_1 countertop.n.01_1) - (ontop hand_towel.n.01_1 countertop.n.01_1) + (ontop disinfectant__bottle.n.01_1 kitchen_table.n.01_1) + (ontop hand_towel.n.01_1 kitchen_table.n.01_1) (insource sink.n.01_1 water.n.06_1) - (inroom dinner_napkin.n.01_1 dining_room) (inroom breakfast_table.n.01_1 dining_room) (inroom sink.n.01_1 kitchen) (inroom floor.n.01_2 kitchen) - (inroom countertop.n.01_1 kitchen) + (inroom kitchen_table.n.01_1 kitchen) (inroom floor.n.01_1 dining_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/cleaning_skis/problem0.bddl b/bddl/activity_definitions/cleaning_skis/problem0.bddl index de08d06b..343902a1 100644 --- a/bddl/activity_definitions/cleaning_skis/problem0.bddl +++ b/bddl/activity_definitions/cleaning_skis/problem0.bddl @@ -5,7 +5,7 @@ ski.n.01_1 ski.n.01_2 - ski.n.01 stain.n.01_1 - stain.n.01 rubbing_alcohol.n.01_1 - rubbing_alcohol.n.01 - rubbing_alcohol__bottle.n.01_1 - rubbing_alcohol__bottle.n.01 + rubbing_alcohol__atomizer.n.01_1 - rubbing_alcohol__atomizer.n.01 bathtub.n.01_1 - bathtub.n.01 snow.n.01_1 - snow.n.01 scraper.n.01_1 - scraper.n.01 @@ -23,12 +23,12 @@ (covered ski.n.01_2 snow.n.01_1) (covered ski.n.01_1 stain.n.01_1) (covered ski.n.01_2 stain.n.01_1) - (filled rubbing_alcohol__bottle.n.01_1 rubbing_alcohol.n.01_1) - (ontop rubbing_alcohol__bottle.n.01_1 floor.n.01_1) + (insource rubbing_alcohol__atomizer.n.01_1 rubbing_alcohol.n.01_1) + (ontop rubbing_alcohol__atomizer.n.01_1 floor.n.01_1) (ontop rag.n.01_1 floor.n.01_1) (ontop scraper.n.01_1 floor.n.01_1) (insource sink.n.01_1 water.n.06_1) - (inroom bathtub.n.01_1 utility_room) + (inroom bathtub.n.01_1 bathroom) (inroom floor.n.01_1 utility_room) (inroom sink.n.01_1 utility_room) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cleaning_stuff_out_of_car/problem0.bddl b/bddl/activity_definitions/cleaning_stuff_out_of_car/problem0.bddl index 6f403dce..6667712b 100644 --- a/bddl/activity_definitions/cleaning_stuff_out_of_car/problem0.bddl +++ b/bddl/activity_definitions/cleaning_stuff_out_of_car/problem0.bddl @@ -7,7 +7,7 @@ dixie_cup.n.01_1 dixie_cup.n.01_2 - dixie_cup.n.01 newspaper.n.03_1 - newspaper.n.03 plastic_bag.n.01_1 - plastic_bag.n.01 - candy.n.01_1 candy.n.01_2 - candy.n.01 + box__of__candy.n.01_1 box__of__candy.n.01_2 - box__of__candy.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,8 +18,8 @@ (inside dixie_cup.n.01_1 car.n.01_1) (inside dixie_cup.n.01_2 car.n.01_1) (inside newspaper.n.03_1 car.n.01_1) - (inside candy.n.01_1 car.n.01_1) - (inside candy.n.01_2 car.n.01_1) + (inside box__of__candy.n.01_1 car.n.01_1) + (inside box__of__candy.n.01_2 car.n.01_1) (inroom driveway.n.01_1 garden) (inroom floor.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) @@ -34,9 +34,9 @@ ) ) (forall - (?candy.n.01 - candy.n.01) + (?box__of__candy.n.01 - box__of__candy.n.01) (not - (inside ?candy.n.01 ?car.n.01_1) + (inside ?box__of__candy.n.01 ?car.n.01_1) ) ) (not diff --git a/bddl/activity_definitions/cleaning_the_hot_tub/problem0.bddl b/bddl/activity_definitions/cleaning_the_hot_tub/problem0.bddl index e0db56a8..0fe2e122 100644 --- a/bddl/activity_definitions/cleaning_the_hot_tub/problem0.bddl +++ b/bddl/activity_definitions/cleaning_the_hot_tub/problem0.bddl @@ -9,20 +9,19 @@ sink.n.01_1 - sink.n.01 agent.n.01_1 - agent.n.01 ) - - (:init - (ontop pool.n.01_1 floor.n.01_1) - (covered pool.n.01_1 stain.n.01_1) - (ontop scrub_brush.n.01_1 floor.n.01_1) - (inroom floor.n.01_1 garage) + + (:init + (inroom pool.n.01_1 garden) + (covered pool.n.01_1 stain.n.01_1) + (ontop scrub_brush.n.01_1 floor.n.01_1) + (inroom floor.n.01_1 garage) (inroom sink.n.01_1 bathroom) (ontop agent.n.01_1 floor.n.01_1) ) - - (:goal - (and - (ontop ?pool.n.01_1 ?floor.n.01_1) - (not + + (:goal + (and + (not (covered ?pool.n.01_1 ?stain.n.01_1) ) ) diff --git a/bddl/activity_definitions/cleaning_the_pool/problem0.bddl b/bddl/activity_definitions/cleaning_the_pool/problem0.bddl index 77f2ba34..3140c25e 100644 --- a/bddl/activity_definitions/cleaning_the_pool/problem0.bddl +++ b/bddl/activity_definitions/cleaning_the_pool/problem0.bddl @@ -14,7 +14,7 @@ ) (:init - (ontop pool.n.01_1 floor.n.01_1) + (inroom pool.n.01_1 garden) (covered pool.n.01_1 stain.n.01_1) (ontop scrub_brush.n.01_1 floor.n.01_1) (filled detergent__bottle.n.01_1 detergent.n.02_1) @@ -32,7 +32,6 @@ (covered ?pool.n.01_1 ?stain.n.01_1) ) (ontop ?scrub_brush.n.01_1 ?shelf.n.01_1) - (ontop ?detergent.n.02_1 ?floor.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/cleaning_the_yard/problem0.bddl b/bddl/activity_definitions/cleaning_the_yard/problem0.bddl index 53500723..63f7b23b 100644 --- a/bddl/activity_definitions/cleaning_the_yard/problem0.bddl +++ b/bddl/activity_definitions/cleaning_the_yard/problem0.bddl @@ -27,7 +27,6 @@ (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 garden) (inroom rail_fence.n.01_1 garden) - (inroom scrub.n.01_1 garden) (inroom lawn.n.01_1 garden) ) diff --git a/bddl/activity_definitions/cleaning_toilet/problem0.bddl b/bddl/activity_definitions/cleaning_toilet/problem0.bddl index de532d5b..8002a382 100644 --- a/bddl/activity_definitions/cleaning_toilet/problem0.bddl +++ b/bddl/activity_definitions/cleaning_toilet/problem0.bddl @@ -29,7 +29,6 @@ (covered ?toilet.n.02_1 stain.n.01_1) ) (ontop ?scrub_brush.n.01_1 ?floor.n.01_1) - (ontop ?detergent.n.02_1 ?floor.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/cleaning_tools_and_equipment/problem0.bddl b/bddl/activity_definitions/cleaning_tools_and_equipment/problem0.bddl index 37d426fb..2a0c590d 100644 --- a/bddl/activity_definitions/cleaning_tools_and_equipment/problem0.bddl +++ b/bddl/activity_definitions/cleaning_tools_and_equipment/problem0.bddl @@ -5,10 +5,9 @@ drill.n.01_1 - drill.n.01 washer.n.03_1 - washer.n.03 adhesive_material.n.01_1 - adhesive_material.n.01 - dustcloth.n.01_1 - dustcloth.n.01 + rag.n.01_1 - rag.n.01 cabinet.n.01_1 - cabinet.n.01 dust.n.01_1 - dust.n.01 - rag.n.01_1 - rag.n.01 floor.n.01_1 - floor.n.01 toothbrush.n.01_1 - toothbrush.n.01 sink.n.01_1 - sink.n.01 @@ -25,9 +24,8 @@ (ontop drill.n.01_1 washer.n.03_1) (covered drill.n.01_1 adhesive_material.n.01_1) (covered drill.n.01_1 dust.n.01_1) - (inside dustcloth.n.01_1 cabinet.n.01_1) (inside rag.n.01_1 cabinet.n.01_1) - (inside toothbrush.n.01_1 sink.n.01_1) + (ontop toothbrush.n.01_1 sink.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) (inside liquid_soap__bottle.n.01_1 cabinet.n.01_1) (ontop bucket.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cleaning_up_after_a_meal/problem0.bddl b/bddl/activity_definitions/cleaning_up_after_a_meal/problem0.bddl index e602b8f0..1502def4 100644 --- a/bddl/activity_definitions/cleaning_up_after_a_meal/problem0.bddl +++ b/bddl/activity_definitions/cleaning_up_after_a_meal/problem0.bddl @@ -78,18 +78,15 @@ (inside ?hamburger.n.01 ?sack.n.01_1) ) (ontop ?sack.n.01_1 ?floor.n.01_1) - (not - (covered ?floor.n.01_1 ?stain.n.01_1) - ) - (not - (covered ?chair.n.01_2 ?stain.n.01_1) - ) - (not - (covered ?floor.n.01_1 ?stain.n.01_1) - ) (not (covered ?table.n.02_1 ?stain.n.01_1) - ) + ) + (forall + (?chair.n.01 - chair.n.01) + (not + (covered ?chair.n.01 ?stain.n.01_1) + ) + ) ) ) ) diff --git a/bddl/activity_definitions/cleaning_up_after_an_event/problem0.bddl b/bddl/activity_definitions/cleaning_up_after_an_event/problem0.bddl index 61d1a1c9..eb382ece 100644 --- a/bddl/activity_definitions/cleaning_up_after_an_event/problem0.bddl +++ b/bddl/activity_definitions/cleaning_up_after_an_event/problem0.bddl @@ -7,7 +7,7 @@ floor.n.01_1 - floor.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 dishwasher.n.01_1 - dishwasher.n.01 - leftovers.n.01_1 - leftovers.n.01 + hotdog.n.02_1 - hotdog.n.02 sink.n.01_1 - sink.n.01 bottle__of__apple_juice.n.01_1 - bottle__of__apple_juice.n.01 broom.n.01_1 - broom.n.01 @@ -24,10 +24,10 @@ (ontop cup.n.01_2 floor.n.01_1) (ontop cup.n.01_3 electric_refrigerator.n.01_1) (ontop cup.n.01_4 dishwasher.n.01_1) - (inside leftovers.n.01_1 sink.n.01_1) - (inside bottle__of__apple_juice.n.01_1 sink.n.01_1) + (ontop hotdog.n.02_1 sink.n.01_1) + (ontop bottle__of__apple_juice.n.01_1 sink.n.01_1) (ontop broom.n.01_1 floor.n.01_1) - (inside sponge.n.01_1 sink.n.01_1) + (ontop sponge.n.01_1 sink.n.01_1) (not (covered sponge.n.01_1 water.n.06_1) ) @@ -49,11 +49,11 @@ (?cup.n.01 - cup.n.01) (inside ?cup.n.01 ?dishwasher.n.01_1) ) - (inside ?leftovers.n.01_1 ?electric_refrigerator.n.01_1) + (inside ?hotdog.n.02_1 ?electric_refrigerator.n.01_1) (inside ?bottle__of__apple_juice.n.01_1 ?electric_refrigerator.n.01_1) (nextto ?broom.n.01_1 ?dishwasher.n.01_1) (covered ?sponge.n.01_1 ?water.n.06_1) - (overlaid ?sponge.n.01_1 ?sink.n.01_1) + (inside ?sponge.n.01_1 ?sink.n.01_1) (overlaid ?curtain.n.01_1 ?window.n.01_1) ) ) diff --git a/bddl/activity_definitions/cleaning_up_branches_and_twigs/problem0.bddl b/bddl/activity_definitions/cleaning_up_branches_and_twigs/problem0.bddl index 895be02e..ae9256e1 100644 --- a/bddl/activity_definitions/cleaning_up_branches_and_twigs/problem0.bddl +++ b/bddl/activity_definitions/cleaning_up_branches_and_twigs/problem0.bddl @@ -11,16 +11,15 @@ agent.n.01_1 - agent.n.01 ) - (:init - (ontop lawn.n.01_1 floor.n.01_1) - (ontop grill.n.02_1 lawn.n.01_1) + (:init (ontop branch.n.02_1 grill.n.02_1) (ontop branch.n.02_2 lawn.n.01_1) (ontop branch.n.02_3 lawn.n.01_1) (ontop ashcan.n.01_1 lawn.n.01_1) (ontop pruner.n.02_1 lawn.n.01_1) (ontop agent.n.01_1 floor.n.01_1) - (inroom floor.n.01_1 garden) + (inroom floor.n.01_1 garden) + (inroom lawn.n.01_1 garden) (inroom grill.n.02_1 garden) ) diff --git a/bddl/activity_definitions/clearing_table_after_coffee/problem0.bddl b/bddl/activity_definitions/clearing_table_after_coffee/problem0.bddl index f8306a6a..a2ec1766 100644 --- a/bddl/activity_definitions/clearing_table_after_coffee/problem0.bddl +++ b/bddl/activity_definitions/clearing_table_after_coffee/problem0.bddl @@ -12,13 +12,12 @@ ) (:init - (toggled_on coffee_maker.n.01_1) - (ontop coffee_maker.n.01_1 countertop.n.01_1) + (toggled_on coffee_maker.n.01_1) + (ontop coffee_maker.n.01_1 countertop.n.01_1) (ontop mug.n.04_1 countertop.n.01_1) (ontop mug.n.04_2 countertop.n.01_1) (filled mug.n.04_1 drip_coffee.n.01_1) - (filled coffee_maker.n.01_1 drip_coffee.n.01_1) - (inroom countertop.n.01_1 kitchen) + (inroom countertop.n.01_1 kitchen) (inroom dishwasher.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) @@ -28,9 +27,6 @@ (and (not (toggled_on ?coffee_maker.n.01_1) - ) - (not - (filled ?coffee_maker.n.01_1 ?drip_coffee.n.01_1) ) (forall (?mug.n.04 - mug.n.04) diff --git a/bddl/activity_definitions/clearing_table_after_supper/problem0.bddl b/bddl/activity_definitions/clearing_table_after_supper/problem0.bddl index b80063ba..0d61e326 100644 --- a/bddl/activity_definitions/clearing_table_after_supper/problem0.bddl +++ b/bddl/activity_definitions/clearing_table_after_supper/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - leftovers.n.01_1 leftovers.n.01_2 leftovers.n.01_3 - leftovers.n.01 + meatball.n.01_1 meatball.n.01_2 meatball.n.01_3 - meatball.n.01 plate.n.04_1 plate.n.04_2 plate.n.04_3 - plate.n.04 tupperware.n.01_1 tupperware.n.01_2 - tupperware.n.01 crumb.n.03_1 - crumb.n.03 @@ -16,9 +16,12 @@ ) (:init - (ontop leftovers.n.01_1 plate.n.04_1) - (ontop leftovers.n.01_2 plate.n.04_2) - (ontop leftovers.n.01_3 plate.n.04_3) + (cooked meatball.n.01_1) + (cooked meatball.n.01_2) + (cooked meatball.n.01_3) + (ontop meatball.n.01_1 plate.n.04_1) + (ontop meatball.n.01_2 plate.n.04_2) + (ontop meatball.n.01_3 plate.n.04_3) (ontop plate.n.04_1 breakfast_table.n.01_1) (ontop plate.n.04_2 breakfast_table.n.01_1) (ontop plate.n.04_3 breakfast_table.n.01_1) @@ -41,10 +44,10 @@ (:goal (and (forall - (?leftovers.n.01 - leftovers.n.01) + (?meatball.n.01 - meatball.n.01) (exists (?tupperware.n.01 - tupperware.n.01) - (inside ?leftovers.n.01 ?tupperware.n.01) + (inside ?meatball.n.01 ?tupperware.n.01) ) ) (forall diff --git a/bddl/activity_definitions/cold_brew_coffee/problem0.bddl b/bddl/activity_definitions/cold_brew_coffee/problem0.bddl index 58263280..cd25db1c 100644 --- a/bddl/activity_definitions/cold_brew_coffee/problem0.bddl +++ b/bddl/activity_definitions/cold_brew_coffee/problem0.bddl @@ -4,12 +4,11 @@ (:objects ground_coffee.n.01_1 - ground_coffee.n.01 water.n.06_1 - water.n.06 - drip_coffee.n.01_1 - drip_coffee.n.01 - paper_coffee_filter.n.01_1 - paper_coffee_filter.n.01 mason_jar.n.01_1 - mason_jar.n.01 countertop.n.01_1 - countertop.n.01 sink.n.01_1 - sink.n.01 tablespoon.n.02_1 - tablespoon.n.02 + electric_refrigerator.n.01_1 - electric_refrigerator.n.01 agent.n.01_1 - agent.n.01 floor.n.01_1 - floor.n.01 ) @@ -19,19 +18,19 @@ (ontop mason_jar.n.01_1 countertop.n.01_1) (ontop tablespoon.n.02_1 countertop.n.01_1) (insource sink.n.01_1 water.n.06_1) - (ontop paper_coffee_filter.n.01_1 countertop.n.01_1) (ontop mason_jar.n.01_1 countertop.n.01_1) (inroom countertop.n.01_1 kitchen) (inroom sink.n.01_1 kitchen) - (future drip_coffee.n.01_1) (inroom floor.n.01_1 kitchen) + (inroom electric_refrigerator.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (real ?drip_coffee.n.01_1) - (contains ?mason_jar.n.01_1 ?drip_coffee.n.01_1) + (contains ?mason_jar.n.01_1 ?ground_coffee.n.01_1) + (filled ?mason_jar.n.01_1 ?water.n.06_1) + (inside ?mason_jar.n.01_1 ?electric_refrigerator.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/collecting_dishes_from_around_house/problem0.bddl b/bddl/activity_definitions/collecting_dishes_from_around_house/problem0.bddl index 70f7f2aa..788d2e25 100644 --- a/bddl/activity_definitions/collecting_dishes_from_around_house/problem0.bddl +++ b/bddl/activity_definitions/collecting_dishes_from_around_house/problem0.bddl @@ -5,7 +5,7 @@ mug.n.04_1 mug.n.04_2 - mug.n.04 coffee_table.n.01_1 - coffee_table.n.01 bowl.n.01_1 - bowl.n.01 - desk.n.01_1 - desk.n.01 + console_table.n.01_1 - console_table.n.01 sink.n.01_1 - sink.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -14,9 +14,9 @@ (:init (ontop mug.n.04_1 coffee_table.n.01_1) (ontop mug.n.04_2 coffee_table.n.01_1) - (ontop bowl.n.01_1 desk.n.01_1) + (ontop bowl.n.01_1 console_table.n.01_1) (inroom coffee_table.n.01_1 living_room) - (inroom desk.n.01_1 bedroom) + (inroom console_table.n.01_1 bedroom) (inroom floor.n.01_1 living_room) (inroom sink.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cook_a_turkey/problem0.bddl b/bddl/activity_definitions/cook_a_turkey/problem0.bddl index 6e18cf14..f7e2c107 100644 --- a/bddl/activity_definitions/cook_a_turkey/problem0.bddl +++ b/bddl/activity_definitions/cook_a_turkey/problem0.bddl @@ -19,7 +19,6 @@ (ontop frying_pan.n.01_1 oven.n.01_1) (ontop turkey.n.04_1 wax_paper.n.01_1) (inside wax_paper.n.01_1 oven.n.01_1) - (unfolded wax_paper.n.01_1) (insource rosemary__shaker.n.01_1 rosemary.n.02_1) (inside rosemary__shaker.n.01_1 cabinet.n.01_1) (inside butter.n.01_1 cabinet.n.01_1) diff --git a/bddl/activity_definitions/cook_bacon/problem0.bddl b/bddl/activity_definitions/cook_bacon/problem0.bddl index ac58bf74..c93a1c62 100644 --- a/bddl/activity_definitions/cook_bacon/problem0.bddl +++ b/bddl/activity_definitions/cook_bacon/problem0.bddl @@ -3,20 +3,21 @@ (:objects bacon.n.01_1 bacon.n.01_2 bacon.n.01_3 bacon.n.01_4 bacon.n.01_5 bacon.n.01_6 - bacon.n.01 - aluminum_foil.n.01_1 - aluminum_foil.n.01 - electric_refrigerator.n.01_1 - electric_refrigerator.n.01 + tray.n.01_1 - tray.n.01 + electric_refrigerator.n.01_1 - electric_refrigerator.n.01 + stove.n.01_1 - stove.n.01 griddle.n.01_1 - griddle.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop bacon.n.01_1 aluminum_foil.n.01_1) - (ontop bacon.n.01_2 aluminum_foil.n.01_1) - (ontop bacon.n.01_3 aluminum_foil.n.01_1) - (ontop bacon.n.01_4 aluminum_foil.n.01_1) - (ontop bacon.n.01_5 aluminum_foil.n.01_1) - (ontop bacon.n.01_6 aluminum_foil.n.01_1) + (ontop bacon.n.01_1 tray.n.01_1) + (ontop bacon.n.01_2 tray.n.01_1) + (ontop bacon.n.01_3 tray.n.01_1) + (ontop bacon.n.01_4 tray.n.01_1) + (ontop bacon.n.01_5 tray.n.01_1) + (ontop bacon.n.01_6 tray.n.01_1) (not (cooked bacon.n.01_1) ) @@ -35,8 +36,9 @@ (not (cooked bacon.n.01_6) ) - (inside aluminum_foil.n.01_1 electric_refrigerator.n.01_1) - (inroom griddle.n.01_1 kitchen) + (inside tray.n.01_1 electric_refrigerator.n.01_1) + (ontop griddle.n.01_1 stove.n.01_1) + (inroom stove.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) @@ -50,4 +52,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/cook_beef_and_onions/problem0.bddl b/bddl/activity_definitions/cook_beef_and_onions/problem0.bddl index 59b7ff15..84742bb4 100644 --- a/bddl/activity_definitions/cook_beef_and_onions/problem0.bddl +++ b/bddl/activity_definitions/cook_beef_and_onions/problem0.bddl @@ -11,7 +11,6 @@ cooked__diced__green_onion.n.01_1 - cooked__diced__green_onion.n.01 soy_sauce.n.01_1 - soy_sauce.n.01 soy_sauce__bottle.n.01_1 - soy_sauce__bottle.n.01 - plastic_wrap.n.01_1 - plastic_wrap.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 oven.n.01_1 - oven.n.01 floor.n.01_1 - floor.n.01 @@ -20,9 +19,7 @@ (:init (inside steak.n.01_1 electric_refrigerator.n.01_1) - (ontop steak.n.01_1 plastic_wrap.n.01_1) - (overlaid plastic_wrap.n.01_1 steak.n.01_1) - (inside vidalia_onion.n.01_1 electric_refrigerator.n.01_1) + (inside vidalia_onion.n.01_1 electric_refrigerator.n.01_1) (inside green_onion.n.01_1 electric_refrigerator.n.01_1) (filled soy_sauce__bottle.n.01_1 soy_sauce.n.01_1) (inside soy_sauce__bottle.n.01_1 electric_refrigerator.n.01_1) @@ -56,4 +53,4 @@ (contains ?wok.n.01_1 ?cooked__diced__green_onion.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/cook_chicken_and_rice/problem0.bddl b/bddl/activity_definitions/cook_chicken_and_rice/problem0.bddl index 6c2a7a22..e65a3801 100644 --- a/bddl/activity_definitions/cook_chicken_and_rice/problem0.bddl +++ b/bddl/activity_definitions/cook_chicken_and_rice/problem0.bddl @@ -5,7 +5,7 @@ white_rice.n.01_1 - white_rice.n.01 cooked__white_rice.n.01_1 - cooked__white_rice.n.01 bowl.n.01_1 - bowl.n.01 - kitchen_table.n.01_1 - kitchen_table.n.01 + countertop.n.01_1 - countertop.n.01 chicken.n.01_1 - chicken.n.01 rice_cooker.n.01_1 - rice_cooker.n.01 olive_oil.n.01_1 - olive_oil.n.01 @@ -25,17 +25,17 @@ (inside bowl.n.01_1 electric_refrigerator.n.01_1) (inside chicken.n.01_1 tupperware.n.01_1) (inside tupperware.n.01_1 electric_refrigerator.n.01_1) - (ontop rice_cooker.n.01_1 kitchen_table.n.01_1) + (ontop rice_cooker.n.01_1 countertop.n.01_1) (filled olive_oil__bottle.n.01_1 olive_oil.n.01_1) - (ontop olive_oil__bottle.n.01_1 kitchen_table.n.01_1) + (ontop olive_oil__bottle.n.01_1 countertop.n.01_1) (insource salt__shaker.n.01_1 salt.n.02_1) - (ontop salt__shaker.n.01_1 kitchen_table.n.01_1) + (ontop salt__shaker.n.01_1 countertop.n.01_1) (not (cooked chicken.n.01_1) ) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) - (inroom kitchen_table.n.01_1 kitchen) + (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/cook_lamb/problem0.bddl b/bddl/activity_definitions/cook_lamb/problem0.bddl index bfed0810..38c16ddf 100644 --- a/bddl/activity_definitions/cook_lamb/problem0.bddl +++ b/bddl/activity_definitions/cook_lamb/problem0.bddl @@ -3,7 +3,7 @@ (:objects stockpot.n.01_1 - stockpot.n.01 - lamb.n.01_1 - lamb.n.01 + lamb.n.05_1 - lamb.n.05 wax_paper.n.01_1 - wax_paper.n.01 mint.n.04_1 mint.n.04_2 mint.n.04_3 mint.n.04_4 - mint.n.04 bowl.n.01_1 bowl.n.01_2 - bowl.n.01 @@ -19,11 +19,11 @@ (:init (inside stockpot.n.01_1 cabinet.n.01_1) - (ontop lamb.n.01_1 wax_paper.n.01_1) + (ontop lamb.n.05_1 wax_paper.n.01_1) (not - (cooked lamb.n.01_1) + (cooked lamb.n.05_1) ) - (frozen lamb.n.01_1) + (frozen lamb.n.05_1) (inside wax_paper.n.01_1 electric_refrigerator.n.01_1) (inside mint.n.04_1 bowl.n.01_1) (inside mint.n.04_2 bowl.n.01_1) @@ -44,17 +44,17 @@ (:goal (and - (cooked ?lamb.n.01_1) - (covered ?lamb.n.01_1 ?salt.n.02_1) + (cooked ?lamb.n.05_1) + (covered ?lamb.n.05_1 ?salt.n.02_1) (forall (?mint.n.04 - mint.n.04) - (ontop ?mint.n.04 ?lamb.n.01_1) + (ontop ?mint.n.04 ?lamb.n.05_1) ) (forall (?clove.n.03 - clove.n.03) (and (cooked ?clove.n.03) - (touching ?clove.n.03 ?lamb.n.01_1) + (touching ?clove.n.03 ?lamb.n.05_1) ) ) ) diff --git a/bddl/activity_definitions/cook_noodles/problem0.bddl b/bddl/activity_definitions/cook_noodles/problem0.bddl index 6b521f85..a9ef8d1f 100644 --- a/bddl/activity_definitions/cook_noodles/problem0.bddl +++ b/bddl/activity_definitions/cook_noodles/problem0.bddl @@ -11,7 +11,6 @@ cooked__noodle.n.01_1 - cooked__noodle.n.01 tupperware.n.01_1 - tupperware.n.01 water.n.06_1 - water.n.06 - cabinet.n.03_1 - cabinet.n.03 stove.n.01_1 - stove.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -26,7 +25,6 @@ (future cooked__noodle.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom shelf.n.01_1 kitchen) - (inroom cabinet.n.03_1 kitchen) (inroom sink.n.01_1 kitchen) (inroom stove.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) diff --git a/bddl/activity_definitions/cook_ramen_noodles/problem0.bddl b/bddl/activity_definitions/cook_ramen_noodles/problem0.bddl index 2bda810f..59292920 100644 --- a/bddl/activity_definitions/cook_ramen_noodles/problem0.bddl +++ b/bddl/activity_definitions/cook_ramen_noodles/problem0.bddl @@ -3,7 +3,6 @@ (:objects ramen.n.01_1 - ramen.n.01 - cooked__ramen.n.01_1 - cooked__ramen.n.01 countertop.n.01_1 - countertop.n.01 stove.n.01_1 - stove.n.01 stockpot.n.01_1 - stockpot.n.01 @@ -17,7 +16,6 @@ (:init (ontop ramen.n.01_1 countertop.n.01_1) (inside stockpot.n.01_1 cabinet.n.01_1) - (future cooked__ramen.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) @@ -29,7 +27,7 @@ (:goal (and - (real ?cooked__ramen.n.01_1) + (cooked ramen.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/cook_simple_ginger_and_garlic_prawns/problem0.bddl b/bddl/activity_definitions/cook_simple_ginger_and_garlic_prawns/problem0.bddl deleted file mode 100644 index 26f689e8..00000000 --- a/bddl/activity_definitions/cook_simple_ginger_and_garlic_prawns/problem0.bddl +++ /dev/null @@ -1,56 +0,0 @@ -(define (problem cook_simple_ginger_and_garlic_prawns-0) - (:domain omnigibson) - - (:objects - prawn.n.01_1 - prawn.n.01 - frying_pan.n.01_1 - frying_pan.n.01 - clove.n.03_1 clove.n.03_2 - clove.n.03 - lime.n.06_1 - lime.n.06 - casserole.n.02_1 - casserole.n.02 - stove.n.01_1 - stove.n.01 - butter.n.01_1 - butter.n.01 - floor.n.01_1 - floor.n.01 - agent.n.01_1 - agent.n.01 - ) - - (:init - (ontop prawn.n.01_1 frying_pan.n.01_1) - (ontop clove.n.03_1 frying_pan.n.01_1) - (ontop clove.n.03_2 frying_pan.n.01_1) - (ontop lime.n.06_1 frying_pan.n.01_1) - (ontop casserole.n.02_1 stove.n.01_1) - (toggled_on stove.n.01_1) - (ontop frying_pan.n.01_1 stove.n.01_1) - (ontop butter.n.01_1 frying_pan.n.01_1) - (not - (cooked prawn.n.01_1) - ) - (not - (hot frying_pan.n.01_1) - ) - (inroom floor.n.01_1 kitchen) - (inroom stove.n.01_1 kitchen) - (ontop agent.n.01_1 floor.n.01_1) - ) - - (:goal - (and - (and - (covered ?prawn.n.01_1 ?butter.n.01_1) - (ontop ?lime.n.06_1 ?casserole.n.02_1) - (ontop ?prawn.n.01_1 ?casserole.n.02_1) - (ontop ?clove.n.03_1 ?casserole.n.02_1) - (ontop ?clove.n.03_2 ?casserole.n.02_1) - (ontop ?frying_pan.n.01_1 ?stove.n.01_1) - (ontop ?casserole.n.02_1 ?stove.n.01_1) - ) - (and - (cooked ?prawn.n.01_1) - (not - (toggled_on ?stove.n.01_1) - ) - (hot ?frying_pan.n.01_1) - ) - ) - ) -) \ No newline at end of file diff --git a/bddl/activity_definitions/heating_soup/problem0.bddl b/bddl/activity_definitions/cook_soup/problem0.bddl similarity index 79% rename from bddl/activity_definitions/heating_soup/problem0.bddl rename to bddl/activity_definitions/cook_soup/problem0.bddl index 6c506f7e..0b993a4f 100644 --- a/bddl/activity_definitions/heating_soup/problem0.bddl +++ b/bddl/activity_definitions/cook_soup/problem0.bddl @@ -1,11 +1,11 @@ -(define (problem heating_soup-0) +(define (problem cook_soup-0) (:domain omnigibson) (:objects chicken_soup.n.01_1 - chicken_soup.n.01 cooked__chicken_soup.n.01_1 - cooked__chicken_soup.n.01 bowl.n.01_1 - bowl.n.01 - chicken_soup__can.n.01_1 - chicken_soup__can.n.01 + chicken_soup__carton.n.01_1 - chicken_soup__carton.n.01 microwave.n.02_1 - microwave.n.02 countertop.n.01_1 - countertop.n.01 floor.n.01_1 - floor.n.01 @@ -13,8 +13,8 @@ ) (:init - (filled chicken_soup__can.n.01_1 chicken_soup.n.01_1) - (ontop chicken_soup__can.n.01_1 countertop.n.01_1) + (filled chicken_soup__carton.n.01_1 chicken_soup.n.01_1) + (ontop chicken_soup__carton.n.01_1 countertop.n.01_1) (not (toggled_on microwave.n.02_1) ) diff --git a/bddl/activity_definitions/cook_vegetables/problem0.bddl b/bddl/activity_definitions/cook_vegetables/problem0.bddl index 5b90cab9..d130ccfd 100644 --- a/bddl/activity_definitions/cook_vegetables/problem0.bddl +++ b/bddl/activity_definitions/cook_vegetables/problem0.bddl @@ -10,7 +10,7 @@ casserole.n.02_1 - casserole.n.02 spinach.n.02_1 - spinach.n.02 parmesan.n.01_1 - parmesan.n.01 - parmesan__bottle.n.01_1 - parmesan__bottle.n.01 + parmesan__shaker.n.01_1 - parmesan__shaker.n.01 cabinet.n.01_1 - cabinet.n.01 floor.n.01_1 - floor.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -32,8 +32,8 @@ (inside broccoli.n.02_1 electric_refrigerator.n.01_1) (inside brussels_sprouts.n.01_1 electric_refrigerator.n.01_1) (inside spinach.n.02_1 electric_refrigerator.n.01_1) - (filled parmesan__bottle.n.01_1 parmesan.n.01_1) - (inside parmesan__bottle.n.01_1 electric_refrigerator.n.01_1) + (insource parmesan__shaker.n.01_1 parmesan.n.01_1) + (inside parmesan__shaker.n.01_1 electric_refrigerator.n.01_1) (inside casserole.n.02_1 cabinet.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) diff --git a/bddl/activity_definitions/cooking_lunch/problem0.bddl b/bddl/activity_definitions/cooking_lunch/problem0.bddl index fa575984..f22ba560 100644 --- a/bddl/activity_definitions/cooking_lunch/problem0.bddl +++ b/bddl/activity_definitions/cooking_lunch/problem0.bddl @@ -4,7 +4,7 @@ (:objects bread_slice.n.01_1 bread_slice.n.01_2 - bread_slice.n.01 parmesan.n.01_1 - parmesan.n.01 - parmesan__bottle.n.01_1 - parmesan__bottle.n.01 + parmesan__shaker.n.01_1 - parmesan__shaker.n.01 beefsteak_tomato.n.01_1 - beefsteak_tomato.n.01 diced__beefsteak_tomato.n.01_1 - diced__beefsteak_tomato.n.01 mustard.n.02_1 - mustard.n.02 @@ -26,8 +26,8 @@ (ontop carving_knife.n.01_1 countertop.n.01_1) (ontop plate.n.04_1 countertop.n.01_1) (ontop plate.n.04_2 plate.n.04_1) - (filled parmesan__bottle.n.01_1 parmesan.n.01_1) - (inside parmesan__bottle.n.01_1 electric_refrigerator.n.01_1) + (insource parmesan__shaker.n.01_1 parmesan.n.01_1) + (inside parmesan__shaker.n.01_1 electric_refrigerator.n.01_1) (filled mustard__bottle.n.01_1 mustard.n.02_1) (inside mustard__bottle.n.01_1 electric_refrigerator.n.01_1) (inside steak.n.01_1 electric_refrigerator.n.01_1) diff --git a/bddl/activity_definitions/cool_cakes/problem0.bddl b/bddl/activity_definitions/cool_cakes/problem0.bddl index 64380726..5389c2ad 100644 --- a/bddl/activity_definitions/cool_cakes/problem0.bddl +++ b/bddl/activity_definitions/cool_cakes/problem0.bddl @@ -2,17 +2,19 @@ (:domain omnigibson) (:objects - sponge_cake.n.01_1 - sponge_cake.n.01 + fruitcake.n.02_1 - fruitcake.n.02 oven.n.01_1 - oven.n.01 cookie_sheet.n.01_1 - cookie_sheet.n.01 + countertop.n.01_1 - countertop.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside sponge_cake.n.01_1 oven.n.01_1) - (hot sponge_cake.n.01_1) - (inroom cookie_sheet.n.01_1 kitchen) + (inside fruitcake.n.02_1 oven.n.01_1) + (hot fruitcake.n.02_1) + (ontop cookie_sheet.n.01_1 countertop.n.01_1) + (inroom countertop.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) @@ -21,9 +23,9 @@ (:goal (and (not - (hot ?sponge_cake.n.01_1) + (hot ?fruitcake.n.02_1) ) - (ontop ?sponge_cake.n.01_1 ?cookie_sheet.n.01_1) + (ontop ?fruitcake.n.02_1 ?cookie_sheet.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/decorating_for_religious_ceremony/problem0.bddl b/bddl/activity_definitions/decorating_for_religious_ceremony/problem0.bddl index f1f69d36..ab6b2a72 100644 --- a/bddl/activity_definitions/decorating_for_religious_ceremony/problem0.bddl +++ b/bddl/activity_definitions/decorating_for_religious_ceremony/problem0.bddl @@ -8,10 +8,9 @@ sign.n.02_1 - sign.n.02 floor.n.01_1 - floor.n.01 candlestick.n.01_1 - candlestick.n.01 - bookcase.n.01_1 - bookcase.n.01 straight_chair.n.01_1 - straight_chair.n.01 wall.n.01_1 - wall.n.01 - pedestal_table.n.01_1 - pedestal_table.n.01 + shelf.n.01_1 - shelf.n.01 agent.n.01_1 - agent.n.01 ) @@ -19,7 +18,7 @@ (inside dip.n.07_1 cabinet.n.01_1) (inside wreath.n.01_1 cabinet.n.01_1) (ontop sign.n.02_1 floor.n.01_1) - (ontop candlestick.n.01_1 bookcase.n.01_1) + (ontop candlestick.n.01_1 cabinet.n.01_1) (not (attached dip.n.07_1 candlestick.n.01_1) ) @@ -33,15 +32,14 @@ (inroom straight_chair.n.01_1 playroom) (inroom wall.n.01_1 playroom) (inroom cabinet.n.01_1 playroom) - (inroom bookcase.n.01_1 playroom) - (inroom pedestal_table.n.01_1 playroom) + (inroom shelf.n.01_1 playroom) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and (attached ?dip.n.07_1 ?candlestick.n.01_1) - (ontop ?candlestick.n.01_1 ?pedestal_table.n.01_1) + (ontop ?candlestick.n.01_1 ?shelf.n.01_1) (attached ?sign.n.02_1 ?wall.n.01_1) (attached ?wreath.n.01_1 ?wall.n.01_1) ) diff --git a/bddl/activity_definitions/decorating_outside_for_holidays/problem0.bddl b/bddl/activity_definitions/decorating_outside_for_holidays/problem0.bddl index b397690c..69810fdd 100644 --- a/bddl/activity_definitions/decorating_outside_for_holidays/problem0.bddl +++ b/bddl/activity_definitions/decorating_outside_for_holidays/problem0.bddl @@ -10,7 +10,6 @@ tree.n.01_1 - tree.n.01 wall.n.01_1 - wall.n.01 coffee_table.n.01_1 - coffee_table.n.01 - ladder.n.01_1 - ladder.n.01 agent.n.01_1 - agent.n.01 ) @@ -32,7 +31,6 @@ (inroom tree.n.01_1 garden) (inroom floor.n.01_1 garden) (inroom wall.n.01_1 garden) - (inroom ladder.n.01_1 garden) (inroom coffee_table.n.01_1 living_room) (inroom floor.n.01_2 living_room) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/decorating_outside_for_parties/problem0.bddl b/bddl/activity_definitions/decorating_outside_for_parties/problem0.bddl index 34f0ce61..31d5980d 100644 --- a/bddl/activity_definitions/decorating_outside_for_parties/problem0.bddl +++ b/bddl/activity_definitions/decorating_outside_for_parties/problem0.bddl @@ -7,11 +7,11 @@ sign.n.02_1 - sign.n.02 floor.n.01_1 - floor.n.01 centerpiece.n.02_1 - centerpiece.n.02 - gift__box.n.01_1 - gift__box.n.01 + gift_box.n.01_1 - gift_box.n.01 bow.n.08_1 - bow.n.08 tree.n.01_1 - tree.n.01 wall.n.01_1 - wall.n.01 - pedestal_table.n.01_1 - pedestal_table.n.01 + coffee_table.n.01_1 - coffee_table.n.01 agent.n.01_1 - agent.n.01 ) @@ -30,18 +30,18 @@ ) (ontop centerpiece.n.02_1 floor.n.01_1) (ontop bow.n.08_1 floor.n.01_1) - (ontop gift__box.n.01_1 floor.n.01_1) + (ontop gift_box.n.01_1 floor.n.01_1) (inroom floor.n.01_1 garden) (inroom tree.n.01_1 garden) (inroom wall.n.01_1 garden) - (inroom pedestal_table.n.01_1 garden) + (inroom coffee_table.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (ontop ?gift__box.n.01_1 ?pedestal_table.n.01_1) - (ontop ?centerpiece.n.02_1 ?pedestal_table.n.01_1) + (ontop ?gift_box.n.01_1 ?coffee_table.n.01_1) + (ontop ?centerpiece.n.02_1 ?coffee_table.n.01_1) (forall (?balloon.n.01 - balloon.n.01) (ontop ?balloon.n.01 ?floor.n.01_1) diff --git a/bddl/activity_definitions/delivering_groceries_to_doorstep/problem0.bddl b/bddl/activity_definitions/delivering_groceries_to_doorstep/problem0.bddl index 4518b033..44af556f 100644 --- a/bddl/activity_definitions/delivering_groceries_to_doorstep/problem0.bddl +++ b/bddl/activity_definitions/delivering_groceries_to_doorstep/problem0.bddl @@ -2,9 +2,9 @@ (:domain omnigibson) (:objects - brown_bread.n.02_1 - brown_bread.n.02 + bread_slice.n.01_1 - bread_slice.n.01 sack.n.01_1 - sack.n.01 - milk__carton.n.01_1 - milk__carton.n.01 + carton__of__milk.n.01_1 - carton__of__milk.n.01 chicken.n.01_1 - chicken.n.01 floor.n.01_1 - floor.n.01 driveway.n.01_1 - driveway.n.01 @@ -13,8 +13,8 @@ ) (:init - (inside brown_bread.n.02_1 sack.n.01_1) - (inside milk__carton.n.01_1 sack.n.01_1) + (inside bread_slice.n.01_1 sack.n.01_1) + (inside carton__of__milk.n.01_1 sack.n.01_1) (inside chicken.n.01_1 sack.n.01_1) (ontop sack.n.01_1 driveway.n.01_1) (inroom door.n.01_1 corridor) @@ -27,8 +27,8 @@ (and (nextto ?sack.n.01_1 ?door.n.01_1) (ontop ?sack.n.01_1 ?floor.n.01_1) - (inside ?brown_bread.n.02_1 ?sack.n.01_1) - (inside ?milk__carton.n.01_1 ?sack.n.01_1) + (inside ?bread_slice.n.01_1 ?sack.n.01_1) + (inside ?carton__of__milk.n.01_1 ?sack.n.01_1) (inside ?chicken.n.01_1 ?sack.n.01_1) ) ) diff --git a/bddl/activity_definitions/dispose_of_batteries/problem0.bddl b/bddl/activity_definitions/dispose_of_batteries/problem0.bddl index 358d7d6a..cedf20d8 100644 --- a/bddl/activity_definitions/dispose_of_batteries/problem0.bddl +++ b/bddl/activity_definitions/dispose_of_batteries/problem0.bddl @@ -16,7 +16,7 @@ (inside hand_blower.n.01_1 cabinet.n.01_1) (ontop battery.n.02_2 floor.n.01_1) (ontop razor.n.01_1 cabinet.n.01_1) - (inside ashcan.n.01_1 floor.n.01_1) + (ontop ashcan.n.01_1 floor.n.01_1) (inroom cabinet.n.01_1 bedroom) (inroom floor.n.01_1 bedroom) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/disposing_of_lawn_clippings/problem0.bddl b/bddl/activity_definitions/disposing_of_lawn_clippings/problem0.bddl index 0c716283..c137a586 100644 --- a/bddl/activity_definitions/disposing_of_lawn_clippings/problem0.bddl +++ b/bddl/activity_definitions/disposing_of_lawn_clippings/problem0.bddl @@ -12,7 +12,7 @@ ) (:init - (ontop lawn.n.01_1 floor.n.01_1) + (inroom lawn.n.01_1 garden) (ontop plastic_bag.n.01_1 floor.n.01_1) (covered lawn.n.01_1 bunchgrass.n.01_1) (ontop compost_bin.n.01_1 lawn.n.01_1) diff --git a/bddl/activity_definitions/distributing_groceries_at_food_bank/problem0.bddl b/bddl/activity_definitions/distributing_groceries_at_food_bank/problem0.bddl index 092a3b4d..7f949445 100644 --- a/bddl/activity_definitions/distributing_groceries_at_food_bank/problem0.bddl +++ b/bddl/activity_definitions/distributing_groceries_at_food_bank/problem0.bddl @@ -2,13 +2,12 @@ (:domain omnigibson) (:objects - milk__carton.n.01_1 milk__carton.n.01_2 milk__carton.n.01_3 milk__carton.n.01_4 - milk__carton.n.01 + carton__of__milk.n.01_1 carton__of__milk.n.01_2 carton__of__milk.n.01_3 carton__of__milk.n.01_4 - carton__of__milk.n.01 shelf.n.01_1 - shelf.n.01 - apple_juice__bottle.n.01_1 apple_juice__bottle.n.01_2 apple_juice__bottle.n.01_3 apple_juice__bottle.n.01_4 apple_juice__bottle.n.01_5 - apple_juice__bottle.n.01 + bottle__of__apple_juice.n.01_1 bottle__of__apple_juice.n.01_2 bottle__of__apple_juice.n.01_3 bottle__of__apple_juice.n.01_4 bottle__of__apple_juice.n.01_5 - bottle__of__apple_juice.n.01 canned_food.n.01_1 canned_food.n.01_2 canned_food.n.01_3 canned_food.n.01_4 - canned_food.n.01 - pasta__box.n.01_1 pasta__box.n.01_2 pasta__box.n.01_3 pasta__box.n.01_4 pasta__box.n.01_5 pasta__box.n.01_6 - pasta__box.n.01 + pack__of__pasta.n.01_1 pack__of__pasta.n.01_2 pack__of__pasta.n.01_3 pack__of__pasta.n.01_4 pack__of__pasta.n.01_5 pack__of__pasta.n.01_6 - pack__of__pasta.n.01 packing_box.n.02_1 packing_box.n.02_2 packing_box.n.02_3 packing_box.n.02_4 - packing_box.n.02 - worktable.n.01_1 - worktable.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,28 +17,27 @@ (ontop packing_box.n.02_2 floor.n.01_1) (ontop packing_box.n.02_3 floor.n.01_1) (ontop packing_box.n.02_4 floor.n.01_1) - (inside milk__carton.n.01_1 shelf.n.01_1) - (inside milk__carton.n.01_2 shelf.n.01_1) - (inside milk__carton.n.01_3 shelf.n.01_1) - (inside milk__carton.n.01_4 shelf.n.01_1) - (inside apple_juice__bottle.n.01_1 shelf.n.01_1) - (inside apple_juice__bottle.n.01_2 shelf.n.01_1) - (inside apple_juice__bottle.n.01_3 shelf.n.01_1) - (inside apple_juice__bottle.n.01_4 shelf.n.01_1) - (inside apple_juice__bottle.n.01_5 shelf.n.01_1) + (inside carton__of__milk.n.01_1 shelf.n.01_1) + (inside carton__of__milk.n.01_2 shelf.n.01_1) + (inside carton__of__milk.n.01_3 shelf.n.01_1) + (inside carton__of__milk.n.01_4 shelf.n.01_1) + (inside bottle__of__apple_juice.n.01_1 shelf.n.01_1) + (inside bottle__of__apple_juice.n.01_2 shelf.n.01_1) + (inside bottle__of__apple_juice.n.01_3 shelf.n.01_1) + (inside bottle__of__apple_juice.n.01_4 shelf.n.01_1) + (inside bottle__of__apple_juice.n.01_5 shelf.n.01_1) (inside canned_food.n.01_1 shelf.n.01_1) (inside canned_food.n.01_2 shelf.n.01_1) (inside canned_food.n.01_3 shelf.n.01_1) (inside canned_food.n.01_4 shelf.n.01_1) - (inside pasta__box.n.01_1 shelf.n.01_1) - (inside pasta__box.n.01_2 shelf.n.01_1) - (inside pasta__box.n.01_3 shelf.n.01_1) - (inside pasta__box.n.01_4 shelf.n.01_1) - (inside pasta__box.n.01_5 shelf.n.01_1) - (inside pasta__box.n.01_6 shelf.n.01_1) + (inside pack__of__pasta.n.01_1 shelf.n.01_1) + (inside pack__of__pasta.n.01_2 shelf.n.01_1) + (inside pack__of__pasta.n.01_3 shelf.n.01_1) + (inside pack__of__pasta.n.01_4 shelf.n.01_1) + (inside pack__of__pasta.n.01_5 shelf.n.01_1) + (inside pack__of__pasta.n.01_6 shelf.n.01_1) (inroom shelf.n.01_1 grocery_store) (inroom floor.n.01_1 grocery_store) - (inroom worktable.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) @@ -47,18 +45,18 @@ (and (forpairs (?packing_box.n.02 - packing_box.n.02) - (?milk__carton.n.01 - milk__carton.n.01) - (inside ?milk__carton.n.01 ?packing_box.n.02) + (?carton__of__milk.n.01 - carton__of__milk.n.01) + (inside ?carton__of__milk.n.01 ?packing_box.n.02) ) (forpairs (?packing_box.n.02 - packing_box.n.02) - (?pasta__box.n.01 - pasta__box.n.01) - (inside ?pasta__box.n.01 ?packing_box.n.02) + (?pack__of__pasta.n.01 - pack__of__pasta.n.01) + (inside ?pack__of__pasta.n.01 ?packing_box.n.02) ) (forpairs (?packing_box.n.02 - packing_box.n.02) - (?apple_juice__bottle.n.01 - apple_juice__bottle.n.01) - (inside ?apple_juice__bottle.n.01 ?packing_box.n.02) + (?bottle__of__apple_juice.n.01 - bottle__of__apple_juice.n.01) + (inside ?bottle__of__apple_juice.n.01 ?packing_box.n.02) ) (forpairs (?packing_box.n.02 - packing_box.n.02) diff --git a/bddl/activity_definitions/domain_omnigibson.bddl b/bddl/activity_definitions/domain_omnigibson.bddl index 6972f8f9..c0a025fd 100644 --- a/bddl/activity_definitions/domain_omnigibson.bddl +++ b/bddl/activity_definitions/domain_omnigibson.bddl @@ -1,22 +1,31 @@ (define (domain omnigibson) (:requirements :strips :adl) (:predicates - (inside ?obj1 ?obj2) - (nextto ?obj1 ?obj2) - (ontop ?obj1 ?obj2) - (under ?obj1 ?obj2) - (broken ?obj1) - (burnt ?obj1) (cooked ?obj1) - (dusty ?obj1) (frozen ?obj1) (open ?obj1) - (perished ?obj1) - (screwed ?obj1) - (stained ?obj1) - (sliced ?obj1) - (saturated ?obj1 ?obj2) - (timeset ?obj1) + (folded ?obj1) + (unfolded ?obj1) (toggled_on ?obj1) + (hot ?obj1) + (on_fire ?obj1) + (future ?obj1) + (real ?obj1) + (saturated ?obj1 ?obj2) + (covered ?obj1 ?obj2) + (filled ?obj1 ?obj2) + (contains ?obj1 ?obj2) + (ontop ?obj1 ?obj2) + (nextto ?obj1 ?obj2) + (under ?obj1 ?obj2) + (touching ?obj1 ?obj2) + (inside ?obj1 ?obj2) + (overlaid ?obj1 ?obj2) + (attached ?obj1 ?obj2) + (draped ?obj1 ?obj2) + (insource ?obj1 ?obj2) + (inroom ?obj1 ?obj2) + (broken ?obj1) + (assembled ?obj1) ) ) diff --git a/bddl/activity_definitions/donating_clothing/problem0.bddl b/bddl/activity_definitions/donating_clothing/problem0.bddl index 4abacc9f..add36ecc 100644 --- a/bddl/activity_definitions/donating_clothing/problem0.bddl +++ b/bddl/activity_definitions/donating_clothing/problem0.bddl @@ -14,7 +14,7 @@ ) (:init - (ontop chest_of_drawers.n.01_1 floor.n.01_1) + (inroom chest_of_drawers.n.01_1 closet) (inside sweater.n.01_1 chest_of_drawers.n.01_1) (ontop boot.n.01_1 floor.n.01_1) (ontop boot.n.01_2 floor.n.01_1) diff --git a/bddl/activity_definitions/drying_dishes/problem0.bddl b/bddl/activity_definitions/drying_dishes/problem0.bddl index dd481374..c499401c 100644 --- a/bddl/activity_definitions/drying_dishes/problem0.bddl +++ b/bddl/activity_definitions/drying_dishes/problem0.bddl @@ -24,10 +24,10 @@ (covered saucer.n.02_2 water.n.06_1) (covered platter.n.01_1 water.n.06_1) (ontop dishtowel.n.01_1 countertop.n.01_1) - (inside plate.n.04_1 sink.n.01_1) - (inside plate.n.04_2 sink.n.01_1) - (inside plate.n.04_3 sink.n.01_1) - (inside plate.n.04_4 sink.n.01_1) + (ontop plate.n.04_1 sink.n.01_1) + (ontop plate.n.04_2 sink.n.01_1) + (ontop plate.n.04_3 sink.n.01_1) + (ontop plate.n.04_4 sink.n.01_1) (ontop saucer.n.02_1 countertop.n.01_1) (ontop saucer.n.02_2 countertop.n.01_1) (ontop platter.n.01_1 countertop.n.01_1) diff --git a/bddl/activity_definitions/fill_a_punching_bag/problem0.bddl b/bddl/activity_definitions/fill_a_punching_bag/problem0.bddl index a878dcb7..7889da61 100644 --- a/bddl/activity_definitions/fill_a_punching_bag/problem0.bddl +++ b/bddl/activity_definitions/fill_a_punching_bag/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - sand.n.04_1 - sand.n.04 + white_rice.n.01_1 - white_rice.n.01 bucket.n.01_1 - bucket.n.01 punching_bag.n.02_1 - punching_bag.n.02 floor.n.01_1 - floor.n.01 @@ -10,7 +10,7 @@ ) (:init - (filled bucket.n.01_1 sand.n.04_1) + (filled bucket.n.01_1 white_rice.n.01_1) (ontop punching_bag.n.02_1 floor.n.01_1) (ontop bucket.n.01_1 floor.n.01_1) (inroom floor.n.01_1 garage) @@ -19,7 +19,7 @@ (:goal (and - (filled ?punching_bag.n.02_1 ?sand.n.04_1) + (filled ?punching_bag.n.02_1 ?white_rice.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/fixing_broken_chair/problem0.bddl b/bddl/activity_definitions/fixing_broken_chair/problem0.bddl index 8bcb2755..cdd533be 100644 --- a/bddl/activity_definitions/fixing_broken_chair/problem0.bddl +++ b/bddl/activity_definitions/fixing_broken_chair/problem0.bddl @@ -3,21 +3,21 @@ (:objects floor.n.01_1 - floor.n.01 - chair.n.01_1 - chair.n.01 + armchair.n.01_1 - armchair.n.01 agent.n.01_1 - agent.n.01 ) (:init - (broken chair.n.01_1) + (broken armchair.n.01_1) (inroom floor.n.01_1 living_room) - (inroom chair.n.01_1 living_room) + (inroom armchair.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and (not - (broken ?chair.n.01_1) + (broken ?armchair.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/fixing_broken_table/problem0.bddl b/bddl/activity_definitions/fixing_broken_table/problem0.bddl index f29bd4be..ec2a26de 100644 --- a/bddl/activity_definitions/fixing_broken_table/problem0.bddl +++ b/bddl/activity_definitions/fixing_broken_table/problem0.bddl @@ -10,7 +10,7 @@ (:init (broken coffee_table.n.01_1) (inroom floor.n.01_1 garage) - (inroom coffee_table.n.01_1 garage) + (ontop coffee_table.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/freeze_lasagna/problem0.bddl b/bddl/activity_definitions/freeze_lasagna/problem0.bddl index eb7c7252..4e6c041f 100644 --- a/bddl/activity_definitions/freeze_lasagna/problem0.bddl +++ b/bddl/activity_definitions/freeze_lasagna/problem0.bddl @@ -41,7 +41,7 @@ (forpairs (?wax_paper.n.01 - wax_paper.n.01) (?lasagna.n.01 - lasagna.n.01) - (overlaid ?wax_paper.n.01 ?lasagna.n.01) + (ontop ?wax_paper.n.01 ?lasagna.n.01) ) (forpairs (?aluminum_foil.n.01 - aluminum_foil.n.01) diff --git a/bddl/activity_definitions/freeze_meat/problem0.bddl b/bddl/activity_definitions/freeze_meat/problem0.bddl index e3b7db46..b1fad68b 100644 --- a/bddl/activity_definitions/freeze_meat/problem0.bddl +++ b/bddl/activity_definitions/freeze_meat/problem0.bddl @@ -44,7 +44,7 @@ (?steak.n.01 - steak.n.01) (and (inside ?steak.n.01 ?tupperware.n.01) - (overlaid ?wax_paper.n.01 ?steak.n.01_1) + (ontop ?wax_paper.n.01 ?steak.n.01_1) ) ) ) @@ -57,7 +57,7 @@ (?chicken.n.01 - chicken.n.01) (and (inside ?chicken.n.01 ?tupperware.n.01) - (overlaid ?wax_paper.n.01 ?chicken.n.01) + (ontop ?wax_paper.n.01 ?chicken.n.01) ) ) ) diff --git a/bddl/activity_definitions/glaze_a_ham/problem0.bddl b/bddl/activity_definitions/glaze_a_ham/problem0.bddl index 550ab62c..f927eb3b 100644 --- a/bddl/activity_definitions/glaze_a_ham/problem0.bddl +++ b/bddl/activity_definitions/glaze_a_ham/problem0.bddl @@ -9,7 +9,7 @@ oven.n.01_1 - oven.n.01 virginia_ham.n.01_1 - virginia_ham.n.01 stockpot.n.01_1 - stockpot.n.01 - foil.n.01_1 - foil.n.01 + aluminum_foil.n.01_1 - aluminum_foil.n.01 cabinet.n.01_1 - cabinet.n.01 sink.n.01_1 - sink.n.01 floor.n.01_1 - floor.n.01 @@ -24,7 +24,7 @@ (inside virginia_ham.n.01_1 stockpot.n.01_1) (cooked virginia_ham.n.01_1) (hot virginia_ham.n.01_1) - (inside foil.n.01_1 cabinet.n.01_1) + (inside aluminum_foil.n.01_1 cabinet.n.01_1) (ontop stockpot.n.01_1 oven.n.01_1) (inroom floor.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) @@ -37,7 +37,7 @@ (and (covered ?virginia_ham.n.01_1 ?maple_syrup.n.01_1) (covered ?virginia_ham.n.01_1 ?glaze.n.01_1) - (overlaid ?foil.n.01_1 ?virginia_ham.n.01_1) + (overlaid ?aluminum_foil.n.01_1 ?virginia_ham.n.01_1) (inside ?virginia_ham.n.01_1 ?stockpot.n.01_1) ) ) diff --git a/bddl/activity_definitions/grill_burgers/problem0.bddl b/bddl/activity_definitions/grill_burgers/problem0.bddl index 122faf5d..25ef0ceb 100644 --- a/bddl/activity_definitions/grill_burgers/problem0.bddl +++ b/bddl/activity_definitions/grill_burgers/problem0.bddl @@ -11,7 +11,7 @@ toasting_fork.n.01_1 - toasting_fork.n.01 tongs.n.01_1 - tongs.n.01 cigar_lighter.n.01_1 - cigar_lighter.n.01 - bap.n.01_1 bap.n.01_2 bap.n.01_3 bap.n.01_4 - bap.n.01 + hamburger_bun.n.01_1 hamburger_bun.n.01_2 hamburger_bun.n.01_3 hamburger_bun.n.01_4 - hamburger_bun.n.01 driveway.n.01_1 - driveway.n.01 lawn.n.01_1 - lawn.n.01 floor.n.01_1 - floor.n.01 @@ -39,10 +39,10 @@ (cooked patty.n.01_4) ) (ontop sack.n.01_1 stool.n.01_1) - (inside bap.n.01_1 sack.n.01_1) - (inside bap.n.01_2 sack.n.01_1) - (inside bap.n.01_3 sack.n.01_1) - (inside bap.n.01_4 sack.n.01_1) + (inside hamburger_bun.n.01_1 sack.n.01_1) + (inside hamburger_bun.n.01_2 sack.n.01_1) + (inside hamburger_bun.n.01_3 sack.n.01_1) + (inside hamburger_bun.n.01_4 sack.n.01_1) (ontop spatula.n.01_1 stool.n.01_2) (ontop toasting_fork.n.01_1 stool.n.01_2) (ontop tongs.n.01_1 stool.n.01_2) @@ -62,8 +62,8 @@ ) (forpairs (?patty.n.01 - patty.n.01) - (?bap.n.01 - bap.n.01) - (ontop ?patty.n.01 ?bap.n.01) + (?hamburger_bun.n.01 - hamburger_bun.n.01) + (ontop ?patty.n.01 ?hamburger_bun.n.01) ) ) ) diff --git a/bddl/activity_definitions/hang_icicle_lights/problem0.bddl b/bddl/activity_definitions/hang_icicle_lights/problem0.bddl index 10704f38..9bcbec43 100644 --- a/bddl/activity_definitions/hang_icicle_lights/problem0.bddl +++ b/bddl/activity_definitions/hang_icicle_lights/problem0.bddl @@ -3,7 +3,7 @@ (:objects fairy_light.n.01_1 - fairy_light.n.01 - pedestal_table.n.01_1 - pedestal_table.n.01 + coffee_table.n.01_1 - coffee_table.n.01 floor.n.01_1 - floor.n.01 wall.n.01_1 - wall.n.01 tree.n.01_1 - tree.n.01 @@ -11,14 +11,14 @@ ) (:init - (ontop fairy_light.n.01_1 pedestal_table.n.01_1) + (ontop fairy_light.n.01_1 coffee_table.n.01_1) (not (attached fairy_light.n.01_1 wall.n.01_1) ) (inroom floor.n.01_1 garden) (inroom wall.n.01_1 garden) (inroom tree.n.01_1 garden) - (inroom pedestal_table.n.01_1 garden) + (inroom coffee_table.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/hanging_clothes/problem0.bddl b/bddl/activity_definitions/hanging_clothes/problem0.bddl index 9d6e4a30..85c26f84 100644 --- a/bddl/activity_definitions/hanging_clothes/problem0.bddl +++ b/bddl/activity_definitions/hanging_clothes/problem0.bddl @@ -5,25 +5,23 @@ sweater.n.01_1 - sweater.n.01 skirt.n.01_1 - skirt.n.01 dress.n.01_1 - dress.n.01 - chest_of_drawers.n.01_1 - chest_of_drawers.n.01 hanger.n.02_1 hanger.n.02_2 hanger.n.02_3 - hanger.n.02 wardrobe.n.01_1 - wardrobe.n.01 - wall.n.01_1 - wall.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 + bed.n.01_1 - bed.n.01 ) (:init - (ontop sweater.n.01_1 chest_of_drawers.n.01_1) - (ontop dress.n.01_1 chest_of_drawers.n.01_1) - (ontop skirt.n.01_1 chest_of_drawers.n.01_1) + (ontop sweater.n.01_1 bed.n.01_1) + (ontop dress.n.01_1 bed.n.01_1) + (ontop skirt.n.01_1 bed.n.01_1) (attached hanger.n.02_1 wardrobe.n.01_1) (attached hanger.n.02_3 wardrobe.n.01_1) (attached hanger.n.02_2 wardrobe.n.01_1) - (inroom wall.n.01_1 closet) (inroom floor.n.01_1 closet) (inroom wardrobe.n.01_1 closet) - (inroom chest_of_drawers.n.01_1 closet) + (inroom bed.n.01_1 bedroom) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/hoe_weeds/problem0.bddl b/bddl/activity_definitions/hoe_weeds/problem0.bddl index 05637557..6dd84281 100644 --- a/bddl/activity_definitions/hoe_weeds/problem0.bddl +++ b/bddl/activity_definitions/hoe_weeds/problem0.bddl @@ -17,7 +17,7 @@ (ontop weed.n.01_4 lawn.n.01_1) (ontop weed.n.01_5 lawn.n.01_1) (ontop hoe.n.01_1 lawn.n.01_1) - (ontop lawn.n.01_1 floor.n.01_1) + (inroom lawn.n.01_1 garden) (ontop ashcan.n.01_1 lawn.n.01_1) (ontop agent.n.01_1 floor.n.01_1) (inroom floor.n.01_1 garden) diff --git a/bddl/activity_definitions/installing_a_fence/problem0.bddl b/bddl/activity_definitions/installing_a_fence/problem0.bddl index eee02341..6fef4018 100644 --- a/bddl/activity_definitions/installing_a_fence/problem0.bddl +++ b/bddl/activity_definitions/installing_a_fence/problem0.bddl @@ -3,26 +3,25 @@ (:objects floor.n.01_1 - floor.n.01 - house_paint.n.01_1 - house_paint.n.01 - house_paint__can.n.01_1 - house_paint__can.n.01 + spray_paint.n.01_1 - spray_paint.n.01 + spray_paint__can.n.01_1 - spray_paint__can.n.01 rail_fence.n.01_1 - rail_fence.n.01 agent.n.01_1 - agent.n.01 ) (:init - (filled house_paint__can.n.01_1 house_paint.n.01_1) - (ontop house_paint__can.n.01_1 floor.n.01_1) - (ontop rail_fence.n.01_1 floor.n.01_1) + (insource spray_paint__can.n.01_1 spray_paint.n.01_1) + (ontop spray_paint__can.n.01_1 floor.n.01_1) + (inroom rail_fence.n.01_1 garden) (inroom floor.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (covered ?rail_fence.n.01_1 ?house_paint.n.01_1) - (ontop ?rail_fence.n.01_1 ?floor.n.01_1) - (not - (covered ?floor.n.01_1 ?house_paint.n.01_1) + (covered ?rail_fence.n.01_1 ?spray_paint.n.01_1) + (not + (covered ?floor.n.01_1 ?spray_paint.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/installing_smoke_detectors/problem0.bddl b/bddl/activity_definitions/installing_smoke_detectors/problem0.bddl index 618a9af4..a7feb945 100644 --- a/bddl/activity_definitions/installing_smoke_detectors/problem0.bddl +++ b/bddl/activity_definitions/installing_smoke_detectors/problem0.bddl @@ -18,8 +18,8 @@ (attached fire_alarm.n.02_2 wall.n.01_2) ) (inroom wall.n.01_1 bathroom) - (inroom wall.n.01_2 dining_room) - (inroom floor.n.01_1 dining_room) + (inroom wall.n.01_2 living_room) + (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/laying_clothes_out/problem0.bddl b/bddl/activity_definitions/laying_clothes_out/problem0.bddl index 2e55dc4b..054cb8ce 100644 --- a/bddl/activity_definitions/laying_clothes_out/problem0.bddl +++ b/bddl/activity_definitions/laying_clothes_out/problem0.bddl @@ -19,7 +19,7 @@ (inside sandal.n.01_2 cedar_chest.n.01_1) (inroom wardrobe.n.01_1 closet) (inroom floor.n.01_1 closet) - (inroom cedar_chest.n.01_1 closet) + (inside cedar_chest.n.01_1 wardrobe.n.01_1) (inroom bed.n.01_1 bedroom) (inroom floor.n.01_2 bedroom) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/laying_out_a_feast/problem0.bddl b/bddl/activity_definitions/laying_out_a_feast/problem0.bddl index e8901cab..79eecbc3 100644 --- a/bddl/activity_definitions/laying_out_a_feast/problem0.bddl +++ b/bddl/activity_definitions/laying_out_a_feast/problem0.bddl @@ -5,7 +5,7 @@ bowl.n.01_1 bowl.n.01_2 - bowl.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 lettuce.n.03_1 - lettuce.n.03 - lamb.n.01_1 - lamb.n.01 + lamb.n.05_1 - lamb.n.05 potato.n.01_1 potato.n.01_2 - potato.n.01 tiramisu.n.01_1 - tiramisu.n.01 platter.n.01_1 platter.n.01_2 - platter.n.01 @@ -20,9 +20,9 @@ (:init (inside platter.n.01_1 cabinet.n.01_1) (ontop platter.n.01_2 platter.n.01_1) - (cooked lamb.n.01_1) + (cooked lamb.n.05_1) (not - (hot lamb.n.01_1) + (hot lamb.n.05_1) ) (cooked potato.n.01_1) (not @@ -35,7 +35,7 @@ (frozen tiramisu.n.01_1) (inside lettuce.n.03_1 bowl.n.01_1) (inside bowl.n.01_1 electric_refrigerator.n.01_1) - (inside lamb.n.01_1 tupperware.n.01_1) + (inside lamb.n.05_1 tupperware.n.01_1) (inside tupperware.n.01_1 electric_refrigerator.n.01_1) (inside potato.n.01_1 tupperware.n.01_2) (inside potato.n.01_2 tupperware.n.01_2) @@ -55,13 +55,13 @@ (and (exists (?platter.n.01 - platter.n.01) - (ontop ?lamb.n.01_1 ?platter.n.01) + (ontop ?lamb.n.05_1 ?platter.n.01) ) (exists (?platter.n.01 - platter.n.01) (ontop ?potato.n.01_1 ?platter.n.01) ) - (hot ?lamb.n.01_1) + (hot ?lamb.n.05_1) (hot ?potato.n.01_1) (forall (?platter.n.01 - platter.n.01) diff --git a/bddl/activity_definitions/laying_out_snacks_at_work/problem0.bddl b/bddl/activity_definitions/laying_out_snacks_at_work/problem0.bddl index a3ee29bd..6b7db534 100644 --- a/bddl/activity_definitions/laying_out_snacks_at_work/problem0.bddl +++ b/bddl/activity_definitions/laying_out_snacks_at_work/problem0.bddl @@ -5,7 +5,7 @@ chip.n.04_1 - chip.n.04 bowl.n.01_1 bowl.n.01_2 - bowl.n.01 tortilla.n.01_1 - tortilla.n.01 - countertop.n.01_1 - countertop.n.01 + cabinet.n.01_1 - cabinet.n.01 conference_table.n.01_1 - conference_table.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -14,10 +14,10 @@ (:init (ontop chip.n.04_1 bowl.n.01_1) (ontop tortilla.n.01_1 bowl.n.01_2) - (ontop bowl.n.01_1 countertop.n.01_1) - (ontop bowl.n.01_2 countertop.n.01_1) + (inside bowl.n.01_1 cabinet.n.01_1) + (inside bowl.n.01_2 cabinet.n.01_1) (inroom conference_table.n.01_1 meeting_room) - (inroom countertop.n.01_1 meeting_room) + (inroom cabinet.n.01_1 meeting_room) (inroom floor.n.01_1 meeting_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/loading_shopping_into_car/problem0.bddl b/bddl/activity_definitions/loading_shopping_into_car/problem0.bddl index 61585885..d7bad1dd 100644 --- a/bddl/activity_definitions/loading_shopping_into_car/problem0.bddl +++ b/bddl/activity_definitions/loading_shopping_into_car/problem0.bddl @@ -9,7 +9,7 @@ chicken.n.01_1 - chicken.n.01 wine_bottle.n.01_1 wine_bottle.n.01_2 - wine_bottle.n.01 egg.n.02_1 - egg.n.02 - jerky.n.01_1 - jerky.n.01 + bag__of__jerky.n.01_1 - bag__of__jerky.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -20,7 +20,7 @@ (inside pineapple.n.02_2 plastic_bag.n.01_1) (inside pineapple.n.02_3 plastic_bag.n.01_1) (inside egg.n.02_1 plastic_bag.n.01_2) - (inside jerky.n.01_1 plastic_bag.n.01_2) + (inside bag__of__jerky.n.01_1 plastic_bag.n.01_2) (inside chicken.n.01_1 plastic_bag.n.01_2) (frozen chicken.n.01_1) (ontop wine_bottle.n.01_1 driveway.n.01_1) diff --git a/bddl/activity_definitions/make_a_bake_sale_stand_stall/problem0.bddl b/bddl/activity_definitions/make_a_bake_sale_stand_stall/problem0.bddl index e6105a8d..d5c7ca9e 100644 --- a/bddl/activity_definitions/make_a_bake_sale_stand_stall/problem0.bddl +++ b/bddl/activity_definitions/make_a_bake_sale_stand_stall/problem0.bddl @@ -23,8 +23,7 @@ (inside plate.n.04_2 carton.n.02_1) (inside plate.n.04_3 carton.n.02_1) (inside pitcher.n.02_1 carton.n.02_1) - (filled mason_jar.n.01_1 lemonade.n.01_1) - (closed mason_jar.n.01_1) + (filled mason_jar.n.01_1 lemonade.n.01_1) (inside mason_jar.n.01_1 carton.n.02_2) (overlaid plastic_wrap.n.01_1 cookie_sheet.n.01_1) (inside cookie_sheet.n.01_1 carton.n.02_2) diff --git a/bddl/activity_definitions/make_a_blended_iced_cappuccino/problem0.bddl b/bddl/activity_definitions/make_a_blended_iced_cappuccino/problem0.bddl index 6ec2574f..12ca57b6 100644 --- a/bddl/activity_definitions/make_a_blended_iced_cappuccino/problem0.bddl +++ b/bddl/activity_definitions/make_a_blended_iced_cappuccino/problem0.bddl @@ -4,6 +4,7 @@ (:objects water.n.06_1 - water.n.06 instant_coffee.n.01_1 - instant_coffee.n.01 + coffee_maker.n.01_1 - coffee_maker.n.01 cane_sugar.n.02_1 - cane_sugar.n.02 chocolate_milk.n.01_1 - chocolate_milk.n.01 ice_cube.n.01_1 ice_cube.n.01_2 ice_cube.n.01_3 - ice_cube.n.01 @@ -37,6 +38,7 @@ (inside ice_cube.n.01_3 bowl.n.01_1) (ontop cup.n.01_1 countertop.n.01_1) (ontop blender.n.01_1 countertop.n.01_1) + (ontop coffee_maker.n.01_1 countertop.n.01_1) (inside bowl.n.01_1 electric_refrigerator.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) diff --git a/bddl/activity_definitions/make_a_cappuccino/problem0.bddl b/bddl/activity_definitions/make_a_cappuccino/problem0.bddl index 1e1b98bb..5c1a08a7 100644 --- a/bddl/activity_definitions/make_a_cappuccino/problem0.bddl +++ b/bddl/activity_definitions/make_a_cappuccino/problem0.bddl @@ -7,7 +7,7 @@ cane_sugar.n.02_1 - cane_sugar.n.02 whole_milk.n.01_1 - whole_milk.n.01 foam.n.01_1 - foam.n.01 - blender.n.01_1 - blender.n.01 + coffee_maker.n.01_1 - coffee_maker.n.01 teacup.n.02_1 - teacup.n.02 cappuccino.n.01_1 - cappuccino.n.01 stirrer.n.02_1 - stirrer.n.02 @@ -33,7 +33,7 @@ (filled carafe.n.01_1 whole_milk.n.01_1) (filled carboy.n.01_1 foam.n.01_1) (ontop carboy.n.01_1 countertop.n.01_1) - (ontop blender.n.01_1 countertop.n.01_2) + (ontop coffee_maker.n.01_1 countertop.n.01_2) (ontop teacup.n.02_1 countertop.n.01_2) (ontop stirrer.n.02_1 countertop.n.01_3) (inside carafe.n.01_1 electric_refrigerator.n.01_1) diff --git a/bddl/activity_definitions/make_a_cheese_pastry/problem0.bddl b/bddl/activity_definitions/make_a_cheese_pastry/problem0.bddl index 935e57d8..6e181e23 100644 --- a/bddl/activity_definitions/make_a_cheese_pastry/problem0.bddl +++ b/bddl/activity_definitions/make_a_cheese_pastry/problem0.bddl @@ -12,7 +12,7 @@ flour__sack.n.01_1 - flour__sack.n.01 electric_mixer.n.01_1 - electric_mixer.n.01 mixing_bowl.n.01_1 - mixing_bowl.n.01 - cheese_pastry.n.01_1 cheese_pastry.n.01_2 cheese_pastry.n.01_3 cheese_pastry.n.01_4 cheese_pastry.n.01_5 cheese_pastry.n.01_6 - cheese_pastry.n.01 + cheese_tart.n.01_1 cheese_tart.n.01_2 cheese_tart.n.01_3 cheese_tart.n.01_4 cheese_tart.n.01_5 cheese_tart.n.01_6 - cheese_tart.n.01 oven.n.01_1 - oven.n.01 cookie_sheet.n.01_1 - cookie_sheet.n.01 sugar__sack.n.01_1 - sugar__sack.n.01 @@ -61,27 +61,27 @@ (inroom cabinet.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (ontop cookie_sheet.n.01_1 countertop.n.01_2) - (future cheese_pastry.n.01_1) - (future cheese_pastry.n.01_2) - (future cheese_pastry.n.01_3) - (future cheese_pastry.n.01_4) - (future cheese_pastry.n.01_5) - (future cheese_pastry.n.01_6) + (future cheese_tart.n.01_1) + (future cheese_tart.n.01_2) + (future cheese_tart.n.01_3) + (future cheese_tart.n.01_4) + (future cheese_tart.n.01_5) + (future cheese_tart.n.01_6) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (real ?cheese_pastry.n.01_1) - (real ?cheese_pastry.n.01_2) - (real ?cheese_pastry.n.01_3) - (real ?cheese_pastry.n.01_4) - (real ?cheese_pastry.n.01_5) - (real ?cheese_pastry.n.01_6) + (real ?cheese_tart.n.01_1) + (real ?cheese_tart.n.01_2) + (real ?cheese_tart.n.01_3) + (real ?cheese_tart.n.01_4) + (real ?cheese_tart.n.01_5) + (real ?cheese_tart.n.01_6) (forall - (?cheese_pastry.n.01 - cheese_pastry.n.01) - (cooked ?cheese_pastry.n.01) + (?cheese_tart.n.01 - cheese_tart.n.01) + (cooked ?cheese_tart.n.01) ) ) ) diff --git a/bddl/activity_definitions/make_a_chia_breakfast_bowl/problem0.bddl b/bddl/activity_definitions/make_a_chia_breakfast_bowl/problem0.bddl index 2de3b425..eced8253 100644 --- a/bddl/activity_definitions/make_a_chia_breakfast_bowl/problem0.bddl +++ b/bddl/activity_definitions/make_a_chia_breakfast_bowl/problem0.bddl @@ -6,7 +6,7 @@ granola__box.n.01_1 - granola__box.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 yogurt.n.01_1 - yogurt.n.01 - yogurt__cup.n.01_1 - yogurt__cup.n.01 + yogurt__carton.n.01_1 - yogurt__carton.n.01 blackberry.n.01_1 blackberry.n.01_2 - blackberry.n.01 bowl.n.01_1 bowl.n.01_2 - bowl.n.01 plate.n.04_1 - plate.n.04 @@ -22,8 +22,8 @@ (filled granola__box.n.01_1 granola.n.01_1) (ontop granola__box.n.01_1 breakfast_table.n.01_1) (ontop plate.n.04_1 breakfast_table.n.01_1) - (filled yogurt__cup.n.01_1 yogurt.n.01_1) - (ontop yogurt__cup.n.01_1 breakfast_table.n.01_1) + (filled yogurt__carton.n.01_1 yogurt.n.01_1) + (ontop yogurt__carton.n.01_1 breakfast_table.n.01_1) (ontop blackberry.n.01_1 plate.n.04_1) (ontop blackberry.n.01_2 plate.n.04_1) (ontop raspberry.n.02_1 plate.n.04_1) diff --git a/bddl/activity_definitions/make_a_frappe/problem0.bddl b/bddl/activity_definitions/make_a_frappe/problem0.bddl index 62d436d1..6ae4d65d 100644 --- a/bddl/activity_definitions/make_a_frappe/problem0.bddl +++ b/bddl/activity_definitions/make_a_frappe/problem0.bddl @@ -17,7 +17,7 @@ electric_refrigerator.n.01_1 - electric_refrigerator.n.01 tablespoon.n.02_1 - tablespoon.n.02 ice_cream__carton.n.01_1 - ice_cream__carton.n.01 - ice_cream.n.01_1 - ice_cream.n.01 + scoop_of_ice_cream.n.01_1 - scoop_of_ice_cream.n.01 agent.n.01_1 - agent.n.01 floor.n.01_1 - floor.n.01 ) @@ -35,7 +35,7 @@ (inside ice_cube.n.01_4 bowl.n.01_1) (ontop cup.n.01_1 countertop.n.01_1) (ontop blender.n.01_1 countertop.n.01_1) - (inside ice_cream.n.01_1 ice_cream__carton.n.01_1) + (inside scoop_of_ice_cream.n.01_1 ice_cream__carton.n.01_1) (inside ice_cream__carton.n.01_1 electric_refrigerator.n.01_1) (inside bowl.n.01_1 electric_refrigerator.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) diff --git a/bddl/activity_definitions/make_a_good_turkey_burger/problem0.bddl b/bddl/activity_definitions/make_a_good_turkey_burger/problem0.bddl deleted file mode 100644 index 57c67d9b..00000000 --- a/bddl/activity_definitions/make_a_good_turkey_burger/problem0.bddl +++ /dev/null @@ -1,73 +0,0 @@ -(define (problem make_a_good_turkey_burger-0) - (:domain omnigibson) - - (:objects - bap.n.01_1 bap.n.01_2 - bap.n.01 - breakfast_table.n.01_1 - breakfast_table.n.01 - lettuce.n.03_1 - lettuce.n.03 - mayonnaise.n.01_1 - mayonnaise.n.01 - mayonnaise__jar.n.01_1 - mayonnaise__jar.n.01 - mustard.n.02_1 - mustard.n.02 - mustard__bottle.n.01_1 - mustard__bottle.n.01 - hamburger.n.01_1 - hamburger.n.01 - cheddar.n.02_1 - cheddar.n.02 - floor.n.01_1 - floor.n.01 - agent.n.01_1 - agent.n.01 - ) - - (:init - (ontop bap.n.01_1 breakfast_table.n.01_1) - (ontop lettuce.n.03_1 breakfast_table.n.01_1) - (covered mayonnaise__jar.n.01_1 mayonnaise.n.01_1) - (ontop mayonnaise__jar.n.01_1 breakfast_table.n.01_1) - (covered mustard__bottle.n.01_1 mustard.n.02_1) - (ontop mustard__bottle.n.01_1 breakfast_table.n.01_1) - (ontop hamburger.n.01_1 breakfast_table.n.01_1) - (ontop cheddar.n.02_1 breakfast_table.n.01_1) - (ontop bap.n.01_2 breakfast_table.n.01_1) - (inroom breakfast_table.n.01_1 kitchen) - (inroom floor.n.01_1 kitchen) - (ontop agent.n.01_1 floor.n.01_1) - ) - - (:goal - (and - (exists - (?bap.n.01 - bap.n.01) - (ontop ?bap.n.01_1 ?breakfast_table.n.01_1) - ) - (forall - (?lettuce.n.03 - lettuce.n.03) - (ontop ?lettuce.n.03 ?bap.n.01_1) - ) - (forall - (?mayonnaise.n.01 - mayonnaise.n.01) - (covered ?bap.n.01_2 ?mayonnaise.n.01) - ) - (forall - (?mayonnaise__jar.n.01 - mayonnaise__jar.n.01) - (ontop ?mayonnaise__jar.n.01 ?breakfast_table.n.01_1) - ) - (forall - (?mustard.n.02 - mustard.n.02) - (covered ?bap.n.01_2 ?mustard.n.02) - ) - (forall - (?mustard__bottle.n.01 - mustard__bottle.n.01) - (ontop ?mustard__bottle.n.01 ?breakfast_table.n.01_1) - ) - (forall - (?hamburger.n.01 - hamburger.n.01) - (ontop ?hamburger.n.01 ?lettuce.n.03_1) - ) - (forall - (?cheddar.n.02 - cheddar.n.02) - (ontop ?cheddar.n.02 ?hamburger.n.01_1) - ) - (forall - (?bap.n.01 - bap.n.01) - (ontop ?bap.n.01_2 ?cheddar.n.02_1) - ) - ) - ) -) \ No newline at end of file diff --git a/bddl/activity_definitions/make_a_lunch_box/problem0.bddl b/bddl/activity_definitions/make_a_lunch_box/problem0.bddl index 0bcc234d..cbbfbcff 100644 --- a/bddl/activity_definitions/make_a_lunch_box/problem0.bddl +++ b/bddl/activity_definitions/make_a_lunch_box/problem0.bddl @@ -4,7 +4,7 @@ (:objects club_sandwich.n.01_1 - club_sandwich.n.01 countertop.n.01_1 - countertop.n.01 - apple_juice__bottle.n.01_1 - apple_juice__bottle.n.01 + bottle__of__apple_juice.n.01_1 - bottle__of__apple_juice.n.01 sack.n.01_1 - sack.n.01 plastic_wrap.n.01_1 - plastic_wrap.n.01 floor.n.01_1 - floor.n.01 @@ -13,7 +13,7 @@ (:init (ontop club_sandwich.n.01_1 countertop.n.01_1) - (ontop apple_juice__bottle.n.01_1 countertop.n.01_1) + (ontop bottle__of__apple_juice.n.01_1 countertop.n.01_1) (ontop sack.n.01_1 countertop.n.01_1) (ontop plastic_wrap.n.01_1 countertop.n.01_1) (inroom countertop.n.01_1 kitchen) @@ -28,8 +28,8 @@ (ontop ?club_sandwich.n.01 ?sack.n.01_1) ) (forall - (?apple_juice__bottle.n.01 - apple_juice__bottle.n.01) - (ontop ?apple_juice__bottle.n.01 ?sack.n.01_1) + (?bottle__of__apple_juice.n.01 - bottle__of__apple_juice.n.01) + (ontop ?bottle__of__apple_juice.n.01 ?sack.n.01_1) ) (forall (?sack.n.01 - sack.n.01) diff --git a/bddl/activity_definitions/make_a_military_care_package/problem0.bddl b/bddl/activity_definitions/make_a_military_care_package/problem0.bddl index 1d8e34fe..cb018fc4 100644 --- a/bddl/activity_definitions/make_a_military_care_package/problem0.bddl +++ b/bddl/activity_definitions/make_a_military_care_package/problem0.bddl @@ -9,10 +9,10 @@ bottle__of__liquid_soap.n.01_1 - bottle__of__liquid_soap.n.01 flashlight.n.01_1 - flashlight.n.01 toothbrush.n.01_1 - toothbrush.n.01 - bottle__of__analgesics.n.01_1 - bottle__of__analgesics.n.01 + bottle__of__medicine.n.01_1 - bottle__of__medicine.n.01 bottle__of__lotion.n.01_1 - bottle__of__lotion.n.01 cookie.n.01_1 - cookie.n.01 - chocolate_box.n.01_1 - chocolate_box.n.01 + box__of__chocolates.n.01_1 - box__of__chocolates.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -24,10 +24,10 @@ (ontop bottle__of__liquid_soap.n.01_1 coffee_table.n.01_1) (ontop flashlight.n.01_1 coffee_table.n.01_1) (ontop toothbrush.n.01_1 coffee_table.n.01_1) - (ontop bottle__of__analgesics.n.01_1 coffee_table.n.01_1) + (ontop bottle__of__medicine.n.01_1 coffee_table.n.01_1) (ontop bottle__of__lotion.n.01_1 coffee_table.n.01_1) (ontop cookie.n.01_1 coffee_table.n.01_1) - (ontop chocolate_box.n.01_1 coffee_table.n.01_1) + (ontop box__of__chocolates.n.01_1 coffee_table.n.01_1) (inroom coffee_table.n.01_1 living_room) (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) @@ -40,10 +40,10 @@ (inside ?bottle__of__liquid_soap.n.01_1 ?carton.n.02_1) (inside ?flashlight.n.01_1 ?carton.n.02_1) (inside ?toothbrush.n.01_1 ?carton.n.02_1) - (inside ?bottle__of__analgesics.n.01_1 ?carton.n.02_1) + (inside ?bottle__of__medicine.n.01_1 ?carton.n.02_1) (inside ?bottle__of__lotion.n.01_1 ?carton.n.02_1) (inside ?cookie.n.01_1 ?carton.n.02_1) - (inside ?chocolate_box.n.01_1 ?carton.n.02_1) + (inside ?box__of__chocolates.n.01_1 ?carton.n.02_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/make_a_milkshake/problem0.bddl b/bddl/activity_definitions/make_a_milkshake/problem0.bddl index ef7ce760..3b54a026 100644 --- a/bddl/activity_definitions/make_a_milkshake/problem0.bddl +++ b/bddl/activity_definitions/make_a_milkshake/problem0.bddl @@ -4,7 +4,7 @@ (:objects whole_milk.n.01_1 - whole_milk.n.01 chocolate_sauce.n.01_1 - chocolate_sauce.n.01 - ice_cream.n.01_1 - ice_cream.n.01 + scoop_of_ice_cream.n.01_1 - scoop_of_ice_cream.n.01 milkshake.n.01_1 - milkshake.n.01 blender.n.01_1 - blender.n.01 cup.n.01_1 - cup.n.01 @@ -17,12 +17,12 @@ agent.n.01_1 - agent.n.01 floor.n.01_1 - floor.n.01 ) - - (:init - (filled milk__carton.n.01_1 whole_milk.n.01_1) - (ontop tablespoon.n.02_1 countertop.n.01_1) - (filled chocolate_sauce__bottle.n.01_1 chocolate_sauce.n.01_1) - (inside ice_cream.n.01_1 ice_cream__carton.n.01_1) + + (:init + (filled milk__carton.n.01_1 whole_milk.n.01_1) + (ontop tablespoon.n.02_1 countertop.n.01_1) + (filled chocolate_sauce__bottle.n.01_1 chocolate_sauce.n.01_1) + (inside scoop_of_ice_cream.n.01_1 ice_cream__carton.n.01_1) (ontop blender.n.01_1 countertop.n.01_1) (ontop cup.n.01_1 countertop.n.01_1) (inside ice_cream__carton.n.01_1 electric_refrigerator.n.01_1) diff --git a/bddl/activity_definitions/make_a_sandwich/problem0.bddl b/bddl/activity_definitions/make_a_sandwich/problem0.bddl index f6127c3c..2f05028f 100644 --- a/bddl/activity_definitions/make_a_sandwich/problem0.bddl +++ b/bddl/activity_definitions/make_a_sandwich/problem0.bddl @@ -38,13 +38,9 @@ (and (exists (?bread_slice.n.01 - bread_slice.n.01) - (and - (or - (ontop ?bread_slice.n.01 ?bread_slice.n.01_1) - (ontop ?bread_slice.n.01 ?bread_slice.n.01_2) - ) - (under ?peanut_butter.n.01_1 ?bread_slice.n.01) - (under ?jelly.n.02_1 ?bread_slice.n.01) + (or + (ontop ?bread_slice.n.01 ?bread_slice.n.01_1) + (ontop ?bread_slice.n.01 ?bread_slice.n.01_2) ) ) (exists @@ -54,8 +50,8 @@ (forall (?bread_slice.n.01 - bread_slice.n.01) (and - (touching ?peanut_butter.n.01_1 ?bread_slice.n.01) - (touching ?jelly.n.02_1 ?bread_slice.n.01) + (covered ?bread_slice.n.01 ?peanut_butter.n.01_1) + (covered ?bread_slice.n.01 ?jelly.n.02_1) ) ) ) diff --git a/bddl/activity_definitions/make_a_small_vegetable_garden/problem0.bddl b/bddl/activity_definitions/make_a_small_vegetable_garden/problem0.bddl index 366cf940..1771597e 100644 --- a/bddl/activity_definitions/make_a_small_vegetable_garden/problem0.bddl +++ b/bddl/activity_definitions/make_a_small_vegetable_garden/problem0.bddl @@ -15,61 +15,61 @@ coffee_table.n.01_1 - coffee_table.n.01 agent.n.01_1 - agent.n.01 ) - - (:init - (insource fertilizer__atomizer.n.01_1 fertilizer.n.01_1) - (ontop fertilizer__atomizer.n.01_1 floor.n.01_1) - (filled soil__bag.n.01_1 soil.n.02_1) + + (:init + (insource fertilizer__atomizer.n.01_1 fertilizer.n.01_1) + (ontop fertilizer__atomizer.n.01_1 floor.n.01_1) + (filled soil__bag.n.01_1 soil.n.02_1) (ontop soil__bag.n.01_1 floor.n.01_1) (filled pumpkin_seed__bag.n.01_1 pumpkin_seed.n.01_1) - (ontop pumpkin_seed__bag.n.01_1 coffee_table.n.01_1) - (ontop pottable__chili.n.01_1 coffee_table.n.01_1) + (ontop pumpkin_seed__bag.n.01_1 coffee_table.n.01_1) + (ontop pottable__chili.n.01_1 coffee_table.n.01_1) (ontop pottable__beefsteak_tomato.n.01_1 coffee_table.n.01_1) (ontop pottable__beefsteak_tomato.n.01_2 coffee_table.n.01_1) (ontop pot.n.04_1 floor.n.01_1) (ontop pot.n.04_2 floor.n.01_1) (ontop pot.n.04_3 floor.n.01_1) - (inroom floor.n.01_1 garden) - (inroom coffee_table.n.01_1 garden) + (inroom floor.n.01_1 garden) + (inroom coffee_table.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) - - (:goal - (and - (exists + + (:goal + (and + (exists (?pot.n.04 - pot.n.04) - (and - (forall + (and + (forall (?pottable__beefsteak_tomato.n.01 - pottable__beefsteak_tomato.n.01) (inside ?pottable__beefsteak_tomato.n.01 ?pot.n.04) ) - (not + (not (contains ?pot.n.04 ?pumpkin_seed.n.01_1) ) - (not + (not (inside ?pottable__chili.n.01_1 ?pot.n.04) ) ) ) - (exists + (exists (?pot.n.04 - pot.n.04) - (and - (forall + (and + (forall (?pottable__beefsteak_tomato.n.01 - pottable__beefsteak_tomato.n.01) (not (inside ?pottable__beefsteak_tomato.n.01 ?pot.n.04) ) ) (contains ?pot.n.04 ?pumpkin_seed.n.01_1) - (not + (not (inside ?pottable__chili.n.01_1 ?pot.n.04) ) ) ) - (exists + (exists (?pot.n.04 - pot.n.04) - (and - (forall + (and + (forall (?pottable__beefsteak_tomato.n.01 - pottable__beefsteak_tomato.n.01) (not (inside ?pottable__beefsteak_tomato.n.01 ?pot.n.04) diff --git a/bddl/activity_definitions/make_bagels/problem0.bddl b/bddl/activity_definitions/make_bagels/problem0.bddl index 7f0d851d..92326fff 100644 --- a/bddl/activity_definitions/make_bagels/problem0.bddl +++ b/bddl/activity_definitions/make_bagels/problem0.bddl @@ -19,7 +19,7 @@ salt__shaker.n.01_1 - salt__shaker.n.01 honey__jar.n.01_1 - honey__jar.n.01 yeast__jar.n.01_1 - yeast__jar.n.01 - sesame_seed__bottle.n.01_1 - sesame_seed__bottle.n.01 + sesame_seed__shaker.n.01_1 - sesame_seed__shaker.n.01 countertop.n.01_1 countertop.n.01_2 countertop.n.01_3 - countertop.n.01 bowl.n.01_1 - bowl.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -42,8 +42,8 @@ (ontop electric_mixer.n.01_1 countertop.n.01_2) (attached mixing_bowl.n.01_1 electric_mixer.n.01_1) (inside raw_egg.n.01_1 bowl.n.01_1) - (filled sesame_seed__bottle.n.01_1 sesame_seed.n.01_1) - (ontop sesame_seed__bottle.n.01_1 countertop.n.01_3) + (insource sesame_seed__shaker.n.01_1 sesame_seed.n.01_1) + (ontop sesame_seed__shaker.n.01_1 countertop.n.01_3) (inside bowl.n.01_1 electric_refrigerator.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) diff --git a/bddl/activity_definitions/make_brownies/problem0.bddl b/bddl/activity_definitions/make_brownies/problem0.bddl index 050ffb33..04e23036 100644 --- a/bddl/activity_definitions/make_brownies/problem0.bddl +++ b/bddl/activity_definitions/make_brownies/problem0.bddl @@ -9,8 +9,8 @@ raw_egg.n.01_1 - raw_egg.n.01 flour.n.01_1 - flour.n.01 salt.n.02_1 - salt.n.02 - walnut.n.01_1 - walnut.n.01 - spatula.n.01_1 - spatula.n.01 + walnut.n.01_1 walnut.n.01_2 walnut.n.01_3 walnut.n.01_4 walnut.n.01_5 walnut.n.01_6 walnut.n.01_7 - walnut.n.01 + electric_mixer.n.01_1 - electric_mixer.n.01 mixing_bowl.n.01_1 - mixing_bowl.n.01 brownie.n.03_1 brownie.n.03_2 brownie.n.03_3 brownie.n.03_4 brownie.n.03_5 brownie.n.03_6 - brownie.n.03 oven.n.01_1 - oven.n.01 @@ -22,9 +22,10 @@ salt__shaker.n.01_1 - salt__shaker.n.01 countertop.n.01_1 countertop.n.01_2 countertop.n.01_3 - countertop.n.01 vanilla__bottle.n.01_1 - vanilla__bottle.n.01 - bowl.n.01_1 - bowl.n.01 + bowl.n.01_1 bowl.n.01_2 - bowl.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 tablespoon.n.02_1 - tablespoon.n.02 + microwave.n.02_1 - microwave.n.02 agent.n.01_1 - agent.n.01 floor.n.01_1 - floor.n.01 ) @@ -43,13 +44,21 @@ (ontop flour__sack.n.01_1 countertop.n.01_2) (insource salt__shaker.n.01_1 salt.n.02_1) (ontop salt__shaker.n.01_1 countertop.n.01_2) - (ontop walnut.n.01_1 countertop.n.01_2) - (ontop spatula.n.01_1 countertop.n.01_2) + (inside walnut.n.01_1 bowl.n.01_2) + (inside walnut.n.01_2 bowl.n.01_2) + (inside walnut.n.01_3 bowl.n.01_2) + (inside walnut.n.01_4 bowl.n.01_2) + (inside walnut.n.01_5 bowl.n.01_2) + (inside walnut.n.01_6 bowl.n.01_2) + (inside walnut.n.01_7 bowl.n.01_2) + (ontop bowl.n.01_2 countertop.n.01_2) + (ontop electric_mixer.n.01_1 countertop.n.01_2) (ontop mixing_bowl.n.01_1 countertop.n.01_2) (inside bowl.n.01_1 electric_refrigerator.n.01_1) (inside tupperware.n.01_1 electric_refrigerator.n.01_1) (inroom electric_refrigerator.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) + (inroom microwave.n.02_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom countertop.n.01_2 kitchen) (inroom countertop.n.01_3 kitchen) diff --git a/bddl/activity_definitions/make_carne_asada/problem0.bddl b/bddl/activity_definitions/make_carne_asada/problem0.bddl deleted file mode 100644 index 26497dbd..00000000 --- a/bddl/activity_definitions/make_carne_asada/problem0.bddl +++ /dev/null @@ -1,37 +0,0 @@ -(define (problem make_carne_asada-0) - (:domain omnigibson) - - (:objects - carne_asada.n.01_1 - carne_asada.n.01 - countertop.n.01_1 - countertop.n.01 - ground_beef__package.n.01_1 - ground_beef__package.n.01 - cooking_oil__bottle.n.01_1 - cooking_oil__bottle.n.01 - chili.n.02_1 - chili.n.02 - frying_pan.n.01_1 - frying_pan.n.01 - stove.n.01_1 - stove.n.01 - floor.n.01_1 - floor.n.01 - agent.n.01_1 - agent.n.01 - ) - - (:init - (not - (cooked carne_asada.n.01_1) - ) - (ontop carne_asada.n.01_1 countertop.n.01_1) - (ontop ground_beef__package.n.01_1 countertop.n.01_1) - (ontop cooking_oil__bottle.n.01_1 countertop.n.01_1) - (ontop chili.n.02_1 countertop.n.01_1) - (ontop frying_pan.n.01_1 stove.n.01_1) - (inroom countertop.n.01_1 kitchen) - (inroom stove.n.01_1 kitchen) - (inroom floor.n.01_1 kitchen) - (ontop agent.n.01_1 floor.n.01_1) - ) - - (:goal - (and - (cooked ?carne_asada.n.01_1) - (ontop ?carne_asada.n.01_1 ?stove.n.01_1) - ) - ) -) \ No newline at end of file diff --git a/bddl/activity_definitions/make_chicken_fajitas/problem0.bddl b/bddl/activity_definitions/make_chicken_fajitas/problem0.bddl index e10fdb71..f617c33b 100644 --- a/bddl/activity_definitions/make_chicken_fajitas/problem0.bddl +++ b/bddl/activity_definitions/make_chicken_fajitas/problem0.bddl @@ -25,7 +25,7 @@ cooked__salt.n.01_1 - cooked__salt.n.01 salt__shaker.n.01_1 - salt__shaker.n.01 marjoram.n.02_1 - marjoram.n.02 - cooked__marjoram.n.02_1 - cooked__marjoram.n.02 + cooked__marjoram.n.01_1 - cooked__marjoram.n.01 marjoram__shaker.n.01_1 - marjoram__shaker.n.01 cumin.n.02_1 - cumin.n.02 cooked__cumin.n.01_1 - cooked__cumin.n.01 @@ -84,7 +84,7 @@ (future cooked__diced__vidalia_onion.n.01_1) (future cooked__black_pepper.n.01_1) (future cooked__salt.n.01_1) - (future cooked__marjoram.n.02_1) + (future cooked__marjoram.n.01_1) (future cooked__cumin.n.01_1) (future cooked__paprika.n.01_1) (future cooked__salsa.n.01_1) @@ -105,7 +105,7 @@ (real ?cooked__diced__vidalia_onion.n.01_1) (real ?cooked__black_pepper.n.01_1) (real ?cooked__salt.n.01_1) - (real ?cooked__marjoram.n.02_1) + (real ?cooked__marjoram.n.01_1) (real ?cooked__cumin.n.01_1) (real ?cooked__paprika.n.01_1) (real ?cooked__salsa.n.01_1) @@ -121,7 +121,7 @@ (contains ?frying_pan.n.01_1 ?cooked__diced__vidalia_onion.n.01_1) (contains ?frying_pan.n.01_1 ?cooked__black_pepper.n.01_1) (contains ?frying_pan.n.01_1 ?cooked__salt.n.01_1) - (contains ?frying_pan.n.01_1 ?cooked__marjoram.n.02_1) + (contains ?frying_pan.n.01_1 ?cooked__marjoram.n.01_1) (contains ?frying_pan.n.01_1 ?cooked__cumin.n.01_1) (contains ?frying_pan.n.01_1 ?cooked__paprika.n.01_1) (contains ?frying_pan.n.01_1 ?cooked__salsa.n.01_1) diff --git a/bddl/activity_definitions/make_coffee/problem0.bddl b/bddl/activity_definitions/make_coffee/problem0.bddl index aea00988..50c2abc7 100644 --- a/bddl/activity_definitions/make_coffee/problem0.bddl +++ b/bddl/activity_definitions/make_coffee/problem0.bddl @@ -26,7 +26,6 @@ (future drip_coffee.n.01_1) (inroom floor.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) - (inroom countertop.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/make_cookie_dough/problem0.bddl b/bddl/activity_definitions/make_cookie_dough/problem0.bddl index 2a4163b0..d27f5b7c 100644 --- a/bddl/activity_definitions/make_cookie_dough/problem0.bddl +++ b/bddl/activity_definitions/make_cookie_dough/problem0.bddl @@ -9,7 +9,7 @@ butter.n.01_1 - butter.n.01 baking_powder.n.01_1 - baking_powder.n.01 salt.n.02_1 - salt.n.02 - cookie_dough.n.01_1 - cookie_dough.n.01 + sugar_cookie_dough.n.01_1 - sugar_cookie_dough.n.01 electric_mixer.n.01_1 - electric_mixer.n.01 mixing_bowl.n.01_1 - mixing_bowl.n.01 flour__sack.n.01_1 - flour__sack.n.01 @@ -50,7 +50,7 @@ (inroom countertop.n.01_1 kitchen) (inroom countertop.n.01_2 kitchen) (inroom microwave.n.02_1 kitchen) - (future cookie_dough.n.01_1) + (future sugar_cookie_dough.n.01_1) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) @@ -58,10 +58,10 @@ (:goal (and (not - (cooked ?cookie_dough.n.01_1) + (cooked ?sugar_cookie_dough.n.01_1) ) - (real ?cookie_dough.n.01_1) - (inside ?cookie_dough.n.01_1 ?mixing_bowl.n.01_1) + (real ?sugar_cookie_dough.n.01_1) + (inside ?sugar_cookie_dough.n.01_1 ?mixing_bowl.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/make_dinner_rolls/problem0.bddl b/bddl/activity_definitions/make_dinner_rolls/problem0.bddl index d9143683..922ceabc 100644 --- a/bddl/activity_definitions/make_dinner_rolls/problem0.bddl +++ b/bddl/activity_definitions/make_dinner_rolls/problem0.bddl @@ -14,7 +14,7 @@ oven.n.01_1 - oven.n.01 cookie_sheet.n.01_1 - cookie_sheet.n.01 flour__sack.n.01_1 - flour__sack.n.01 - yeast__bottle.n.01_1 - yeast__bottle.n.01 + yeast__shaker.n.01_1 - yeast__shaker.n.01 salt__shaker.n.01_1 - salt__shaker.n.01 sugar__sack.n.01_1 - sugar__sack.n.01 butter__package.n.01_1 - butter__package.n.01 @@ -29,8 +29,8 @@ (:init (filled flour__sack.n.01_1 flour.n.01_1) (inside flour__sack.n.01_1 cabinet.n.01_1) - (filled yeast__bottle.n.01_1 yeast.n.01_1) - (inside yeast__bottle.n.01_1 cabinet.n.01_1) + (insource yeast__shaker.n.01_1 yeast.n.01_1) + (inside yeast__shaker.n.01_1 cabinet.n.01_1) (insource salt__shaker.n.01_1 salt.n.02_1) (ontop salt__shaker.n.01_1 countertop.n.01_1) (filled sugar__sack.n.01_1 granulated_sugar.n.01_1) diff --git a/bddl/activity_definitions/make_dinosaur_goody_bags/problem0.bddl b/bddl/activity_definitions/make_dinosaur_goody_bags/problem0.bddl index 5a6631d8..48267661 100644 --- a/bddl/activity_definitions/make_dinosaur_goody_bags/problem0.bddl +++ b/bddl/activity_definitions/make_dinosaur_goody_bags/problem0.bddl @@ -6,7 +6,7 @@ countertop.n.01_1 - countertop.n.01 doll.n.01_1 doll.n.01_2 - doll.n.01 teddy.n.01_1 teddy.n.01_2 - teddy.n.01 - candy.n.01_1 candy.n.01_2 candy.n.01_3 candy.n.01_4 - candy.n.01 + box__of__chocolates.n.01_1 box__of__chocolates.n.01_2 box__of__chocolates.n.01_3 box__of__chocolates.n.01_4 - box__of__chocolates.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,10 +18,10 @@ (ontop doll.n.01_2 countertop.n.01_1) (ontop teddy.n.01_1 countertop.n.01_1) (ontop teddy.n.01_2 countertop.n.01_1) - (ontop candy.n.01_1 countertop.n.01_1) - (ontop candy.n.01_2 countertop.n.01_1) - (ontop candy.n.01_3 countertop.n.01_1) - (ontop candy.n.01_4 countertop.n.01_1) + (ontop box__of__chocolates.n.01_1 countertop.n.01_1) + (ontop box__of__chocolates.n.01_2 countertop.n.01_1) + (ontop box__of__chocolates.n.01_3 countertop.n.01_1) + (ontop box__of__chocolates.n.01_4 countertop.n.01_1) (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) @@ -43,8 +43,8 @@ (?sack.n.01 - sack.n.01) (forn (2) - (?candy.n.01 - candy.n.01) - (inside ?candy.n.01 ?sack.n.01) + (?box__of__chocolates.n.01 - box__of__chocolates.n.01) + (inside ?box__of__chocolates.n.01 ?sack.n.01) ) ) ) diff --git a/bddl/activity_definitions/make_green_tea_latte/problem0.bddl b/bddl/activity_definitions/make_green_tea_latte/problem0.bddl index 3eadba9a..e682f168 100644 --- a/bddl/activity_definitions/make_green_tea_latte/problem0.bddl +++ b/bddl/activity_definitions/make_green_tea_latte/problem0.bddl @@ -3,7 +3,8 @@ (:objects water.n.06_1 - water.n.06 - tea_bag.n.01_1 - tea_bag.n.01 + green_tea.n.01_1 - green_tea.n.01 + mason_jar.n.01_1 - mason_jar.n.01 cup.n.01_1 - cup.n.01 low-fat_milk.n.01_1 - low-fat_milk.n.01 green_tea_latte.n.01_1 - green_tea_latte.n.01 @@ -18,7 +19,8 @@ (:init (filled carafe.n.01_1 water.n.06_1) (ontop carafe.n.01_1 countertop.n.01_1) - (ontop tea_bag.n.01_1 countertop.n.01_1) + (filled mason_jar.n.01_1 green_tea.n.01_1) + (ontop mason_jar.n.01_1 countertop.n.01_1) (ontop cup.n.01_1 countertop.n.01_1) (filled carafe.n.01_2 low-fat_milk.n.01_1) (ontop carafe.n.01_2 countertop.n.01_1) diff --git a/bddl/activity_definitions/make_homemade_bird_food/problem0.bddl b/bddl/activity_definitions/make_homemade_bird_food/problem0.bddl index 00fca4d1..d1b722ef 100644 --- a/bddl/activity_definitions/make_homemade_bird_food/problem0.bddl +++ b/bddl/activity_definitions/make_homemade_bird_food/problem0.bddl @@ -10,7 +10,7 @@ raisin.n.01_1 - raisin.n.01 raisin__box.n.01_1 - raisin__box.n.01 pinecone.n.01_1 - pinecone.n.01 - bird_feed.n.01_1 - bird_feed.n.01 + diced__apple.n.01_1 - diced__apple.n.01 table_knife.n.01_1 - table_knife.n.01 peanut_butter__jar.n.01_1 - peanut_butter__jar.n.01 sunflower_seed__bag.n.01_1 - sunflower_seed__bag.n.01 @@ -43,14 +43,19 @@ (inroom countertop.n.01_2 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) - (future bird_feed.n.01_1) + (future diced__apple.n.01_1) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (real ?bird_feed.n.01_1) + (real ?diced__apple.n.01_1) + (covered ?pinecone.n.01_1 ?peanut_butter.n.01_1) + (covered ?pinecone.n.01_1 ?almond.n.02_1) + (covered ?pinecone.n.01_1 ?diced__apple.n.01_1) + (covered ?pinecone.n.01_1 ?sunflower_seed.n.01_1) + (covered ?pinecone.n.01_1 ?raisin.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/make_hot_cocoa/problem0.bddl b/bddl/activity_definitions/make_hot_cocoa/problem0.bddl index bbf470bb..00918eb0 100644 --- a/bddl/activity_definitions/make_hot_cocoa/problem0.bddl +++ b/bddl/activity_definitions/make_hot_cocoa/problem0.bddl @@ -18,6 +18,7 @@ electric_refrigerator.n.01_1 - electric_refrigerator.n.01 milk__carton.n.01_1 - milk__carton.n.01 vanilla__bottle.n.01_1 - vanilla__bottle.n.01 + stove.n.01_1 - stove.n.01 agent.n.01_1 - agent.n.01 floor.n.01_1 - floor.n.01 ) @@ -39,6 +40,7 @@ (ontop mug.n.04_1 countertop.n.01_2) (ontop teaspoon.n.02_1 countertop.n.01_2) (inroom electric_refrigerator.n.01_1 kitchen) + (inroom stove.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom countertop.n.01_2 kitchen) (future cocoa.n.01_1) @@ -52,7 +54,7 @@ (contains ?mug.n.04_1 ?cocoa.n.01_1) (forall (?marshmallow.n.01 - marshmallow.n.01) - (contains ?mug.n.04_1 ?marshmallow.n.01) + (inside ?marshmallow.n.01 ?mug.n.04_1) ) ) ) diff --git a/bddl/activity_definitions/make_iced_tea/problem0.bddl b/bddl/activity_definitions/make_iced_tea/problem0.bddl index 4a8918f3..e813e3d2 100644 --- a/bddl/activity_definitions/make_iced_tea/problem0.bddl +++ b/bddl/activity_definitions/make_iced_tea/problem0.bddl @@ -13,6 +13,7 @@ cup.n.01_1 - cup.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 tablespoon.n.02_1 - tablespoon.n.02 + stove.n.01_1 - stove.n.01 sink.n.01_1 - sink.n.01 cabinet.n.01_1 - cabinet.n.01 agent.n.01_1 - agent.n.01 @@ -35,6 +36,7 @@ (inroom sink.n.01_1 kitchen) (future tea.n.01_1) (inroom floor.n.01_1 kitchen) + (inroom stove.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/make_macaroni_and_cheese/problem0.bddl b/bddl/activity_definitions/make_macaroni_and_cheese/problem0.bddl index d2554579..467ab65e 100644 --- a/bddl/activity_definitions/make_macaroni_and_cheese/problem0.bddl +++ b/bddl/activity_definitions/make_macaroni_and_cheese/problem0.bddl @@ -56,8 +56,7 @@ (insource sink.n.01_1 water.n.06_1) (future macaroni_and_cheese.n.01_1) (inroom floor.n.01_1 kitchen) - (inroom oven.n.01_1 kitchen) - (inroom electric_refrigerator.n.01_1 kitchen) + (inroom electric_refrigerator.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom countertop.n.01_2 kitchen) (inroom stove.n.01_1 kitchen) diff --git a/bddl/activity_definitions/make_muffins/problem0.bddl b/bddl/activity_definitions/make_muffins/problem0.bddl index e667ebeb..f5d5c3cc 100644 --- a/bddl/activity_definitions/make_muffins/problem0.bddl +++ b/bddl/activity_definitions/make_muffins/problem0.bddl @@ -13,7 +13,7 @@ mixing_bowl.n.01_1 - mixing_bowl.n.01 muffin.n.01_1 muffin.n.01_2 muffin.n.01_3 muffin.n.01_4 muffin.n.01_5 muffin.n.01_6 - muffin.n.01 oven.n.01_1 - oven.n.01 - tray.n.01_1 - tray.n.01 + cookie_sheet.n.01_1 - cookie_sheet.n.01 flour__sack.n.01_1 - flour__sack.n.01 baking_powder__jar.n.01_1 - baking_powder__jar.n.01 salt__shaker.n.01_1 - salt__shaker.n.01 @@ -51,7 +51,7 @@ (inroom cabinet.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom countertop.n.01_2 kitchen) - (ontop tray.n.01_1 countertop.n.01_2) + (ontop cookie_sheet.n.01_1 countertop.n.01_2) (future muffin.n.01_5) (future muffin.n.01_6) (future muffin.n.01_1) @@ -73,7 +73,7 @@ (?muffin.n.01 - muffin.n.01) (and (cooked ?muffin.n.01) - (ontop ?muffin.n.01 ?tray.n.01_1) + (ontop ?muffin.n.01 ?cookie_sheet.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/make_mustard_herb_and_spice_seasoning/problem0.bddl b/bddl/activity_definitions/make_mustard_herb_and_spice_seasoning/problem0.bddl index 099bdc58..bc24fd3b 100644 --- a/bddl/activity_definitions/make_mustard_herb_and_spice_seasoning/problem0.bddl +++ b/bddl/activity_definitions/make_mustard_herb_and_spice_seasoning/problem0.bddl @@ -11,7 +11,7 @@ mustard_seasoning.n.01_1 - mustard_seasoning.n.01 blender.n.01_1 - blender.n.01 bowl.n.01_1 - bowl.n.01 - mustard_seed__bottle.n.01_1 - mustard_seed__bottle.n.01 + mustard_seed__shaker.n.01_1 - mustard_seed__shaker.n.01 sage__shaker.n.01_1 - sage__shaker.n.01 cumin__shaker.n.01_1 - cumin__shaker.n.01 rosemary__shaker.n.01_1 - rosemary__shaker.n.01 @@ -24,8 +24,8 @@ ) (:init - (filled mustard_seed__bottle.n.01_1 mustard_seed.n.01_1) - (inside mustard_seed__bottle.n.01_1 cabinet.n.01_1) + (insource mustard_seed__shaker.n.01_1 mustard_seed.n.01_1) + (inside mustard_seed__shaker.n.01_1 cabinet.n.01_1) (insource sage__shaker.n.01_1 sage.n.02_1) (inside sage__shaker.n.01_1 cabinet.n.01_1) (insource cumin__shaker.n.01_1 cumin.n.02_1) diff --git a/bddl/activity_definitions/make_pizza_dough/problem0.bddl b/bddl/activity_definitions/make_pizza_dough/problem0.bddl index 29dbdaf1..7c067b40 100644 --- a/bddl/activity_definitions/make_pizza_dough/problem0.bddl +++ b/bddl/activity_definitions/make_pizza_dough/problem0.bddl @@ -11,7 +11,7 @@ pizza_dough.n.01_1 - pizza_dough.n.01 electric_mixer.n.01_1 - electric_mixer.n.01 mixing_bowl.n.01_1 - mixing_bowl.n.01 - yeast__bottle.n.01_1 - yeast__bottle.n.01 + yeast__shaker.n.01_1 - yeast__shaker.n.01 sugar__sack.n.01_1 - sugar__sack.n.01 flour__sack.n.01_1 - flour__sack.n.01 salt__shaker.n.01_1 - salt__shaker.n.01 @@ -24,8 +24,8 @@ ) (:init - (filled yeast__bottle.n.01_1 yeast.n.01_1) - (inside yeast__bottle.n.01_1 cabinet.n.01_1) + (insource yeast__shaker.n.01_1 yeast.n.01_1) + (inside yeast__shaker.n.01_1 cabinet.n.01_1) (filled sugar__sack.n.01_1 granulated_sugar.n.01_1) (inside sugar__sack.n.01_1 cabinet.n.01_1) (filled flour__sack.n.01_1 flour.n.01_1) diff --git a/bddl/activity_definitions/make_red_beans_and_rice/problem0.bddl b/bddl/activity_definitions/make_red_beans_and_rice/problem0.bddl index 8ab6aa4a..3eaf4286 100644 --- a/bddl/activity_definitions/make_red_beans_and_rice/problem0.bddl +++ b/bddl/activity_definitions/make_red_beans_and_rice/problem0.bddl @@ -11,7 +11,7 @@ salt.n.02_1 - salt.n.02 cooked__salt.n.01_1 - cooked__salt.n.01 marjoram.n.02_1 - marjoram.n.02 - cooked__marjoram.n.02_1 - cooked__marjoram.n.02 + cooked__marjoram.n.01_1 - cooked__marjoram.n.01 black_pepper.n.02_1 - black_pepper.n.02 cooked__black_pepper.n.01_1 - cooked__black_pepper.n.01 pepper__shaker.n.01_1 - pepper__shaker.n.01 @@ -75,7 +75,7 @@ (future cooked__diced__bell_pepper.n.01_1) (future cooked__diced__clove.n.01_1) (future cooked__salt.n.01_1) - (future cooked__marjoram.n.02_1) + (future cooked__marjoram.n.01_1) (future cooked__black_pepper.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) @@ -94,7 +94,7 @@ (real ?salt.n.02_1) ) (or - (real ?cooked__marjoram.n.02_1) + (real ?cooked__marjoram.n.01_1) (real ?marjoram.n.02_1) ) (or @@ -114,7 +114,7 @@ ) (or (contains ?stockpot.n.01_1 ?marjoram.n.02_1) - (contains ?stockpot.n.01_1 ?cooked__marjoram.n.02_1) + (contains ?stockpot.n.01_1 ?cooked__marjoram.n.01_1) ) (or (contains ?stockpot.n.01_1 ?black_pepper.n.02_1) diff --git a/bddl/activity_definitions/make_the_ultimate_spa_basket/problem0.bddl b/bddl/activity_definitions/make_the_ultimate_spa_basket/problem0.bddl index 4f8bb6d9..ca3205ef 100644 --- a/bddl/activity_definitions/make_the_ultimate_spa_basket/problem0.bddl +++ b/bddl/activity_definitions/make_the_ultimate_spa_basket/problem0.bddl @@ -4,18 +4,18 @@ (:objects wicker_basket.n.01_1 - wicker_basket.n.01 console_table.n.01_1 - console_table.n.01 - lotion__bottle.n.01_1 - lotion__bottle.n.01 - perfume__bottle.n.01_1 - perfume__bottle.n.01 - essential_oil__bottle.n.01_1 - essential_oil__bottle.n.01 + bottle__of__lotion.n.01_1 - bottle__of__lotion.n.01 + bottle__of__perfume.n.01_1 - bottle__of__perfume.n.01 + bottle__of__essential_oil.n.01_1 - bottle__of__essential_oil.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init (ontop wicker_basket.n.01_1 console_table.n.01_1) - (ontop lotion__bottle.n.01_1 console_table.n.01_1) - (ontop perfume__bottle.n.01_1 console_table.n.01_1) - (ontop essential_oil__bottle.n.01_1 console_table.n.01_1) + (ontop bottle__of__lotion.n.01_1 console_table.n.01_1) + (ontop bottle__of__perfume.n.01_1 console_table.n.01_1) + (ontop bottle__of__essential_oil.n.01_1 console_table.n.01_1) (inroom console_table.n.01_1 spa) (inroom floor.n.01_1 spa) (ontop agent.n.01_1 floor.n.01_1) @@ -23,9 +23,9 @@ (:goal (and - (inside ?essential_oil__bottle.n.01_1 ?wicker_basket.n.01_1) - (inside ?lotion__bottle.n.01_1 ?wicker_basket.n.01_1) - (inside ?perfume__bottle.n.01_1 ?wicker_basket.n.01_1) + (inside ?bottle__of__essential_oil.n.01_1 ?wicker_basket.n.01_1) + (inside ?bottle__of__lotion.n.01_1 ?wicker_basket.n.01_1) + (inside ?bottle__of__perfume.n.01_1 ?wicker_basket.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/moving_stuff_to_storage/problem0.bddl b/bddl/activity_definitions/moving_stuff_to_storage/problem0.bddl index e8dae1f1..8e6a8141 100644 --- a/bddl/activity_definitions/moving_stuff_to_storage/problem0.bddl +++ b/bddl/activity_definitions/moving_stuff_to_storage/problem0.bddl @@ -9,7 +9,6 @@ painting.n.01_1 - painting.n.01 textbook.n.01_1 textbook.n.01_2 - textbook.n.01 carton.n.02_1 carton.n.02_2 - carton.n.02 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -17,13 +16,12 @@ (inside ice_skate.n.01_1 shelf.n.01_1) (inside ice_skate.n.01_2 shelf.n.01_1) (ontop bowling_ball.n.01_1 floor.n.01_1) - (attached painting.n.01_1 wall.n.01_1) (inside textbook.n.01_1 shelf.n.01_1) (inside textbook.n.01_2 shelf.n.01_1) + (ontop painting.n.01_1 floor.n.01_1) (ontop carton.n.02_1 floor.n.01_1) (ontop carton.n.02_2 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) - (inroom wall.n.01_1 living_room) (inroom shelf.n.01_1 living_room) (inroom floor.n.01_1 living_room) (inroom floor.n.01_2 storage_room) diff --git a/bddl/activity_definitions/opening_doors/problem0.bddl b/bddl/activity_definitions/opening_doors/problem0.bddl index f9403a3f..8e1c32d0 100644 --- a/bddl/activity_definitions/opening_doors/problem0.bddl +++ b/bddl/activity_definitions/opening_doors/problem0.bddl @@ -7,8 +7,13 @@ agent.n.01_1 - agent.n.01 ) - (:init - (closed door.n.01_1) + (:init + (not + (open door.n.01_1) + ) + (not + (open door.n.01_2) + ) (inroom door.n.01_1 bathroom) (inroom door.n.01_2 living_room) (inroom floor.n.01_1 bathroom) diff --git a/bddl/activity_definitions/opening_windows/problem0.bddl b/bddl/activity_definitions/opening_windows/problem0.bddl index 2e88fb43..c3a5b946 100644 --- a/bddl/activity_definitions/opening_windows/problem0.bddl +++ b/bddl/activity_definitions/opening_windows/problem0.bddl @@ -7,9 +7,13 @@ agent.n.01_1 - agent.n.01 ) - (:init - (closed window.n.01_1) - (closed window.n.01_2) + (:init + (not + (open window.n.01_1) + ) + (not + (open window.n.01_2) + ) (inroom floor.n.01_1 living_room) (inroom window.n.01_1 living_room) (inroom window.n.01_2 living_room) diff --git a/bddl/activity_definitions/organise_a_linen_closet/problem0.bddl b/bddl/activity_definitions/organise_a_linen_closet/problem0.bddl index 3a18ad43..011bd0cb 100644 --- a/bddl/activity_definitions/organise_a_linen_closet/problem0.bddl +++ b/bddl/activity_definitions/organise_a_linen_closet/problem0.bddl @@ -21,8 +21,8 @@ (unfolded bath_towel.n.01_1) (unfolded bath_towel.n.01_2) (inroom floor.n.01_1 closet) - (inroom cedar_chest.n.01_1 closet) - (inroom cedar_chest.n.01_2 closet) + (ontop cedar_chest.n.01_1 floor.n.01_1) + (ontop cedar_chest.n.01_2 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/organizing_office_documents/problem0.bddl b/bddl/activity_definitions/organizing_office_documents/problem0.bddl index a4f84d83..6c2c7374 100644 --- a/bddl/activity_definitions/organizing_office_documents/problem0.bddl +++ b/bddl/activity_definitions/organizing_office_documents/problem0.bddl @@ -7,7 +7,6 @@ folder.n.02_1 - folder.n.02 cabinet.n.01_1 - cabinet.n.01 post-it.n.01_1 - post-it.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -17,7 +16,6 @@ (inside folder.n.02_1 cabinet.n.01_1) (inside post-it.n.01_1 cabinet.n.01_1) (inroom floor.n.01_1 private_office) - (inroom wall.n.01_1 private_office) (inroom cabinet.n.01_1 private_office) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/organizing_skating_stuff/problem0.bddl b/bddl/activity_definitions/organizing_skating_stuff/problem0.bddl index a4f9a6a2..068ccfee 100644 --- a/bddl/activity_definitions/organizing_skating_stuff/problem0.bddl +++ b/bddl/activity_definitions/organizing_skating_stuff/problem0.bddl @@ -21,7 +21,7 @@ (ontop hockey_stick.n.01_1 floor.n.01_1) (ontop helmet.n.01_1 bed.n.01_1) (ontop duffel_bag.n.01_1 floor.n.01_1) - (ontop puck.n.02_1 duffel_bag.n.01_1) + (ontop puck.n.02_1 floor.n.01_1) (inroom floor.n.01_1 bedroom) (inroom bed.n.01_1 bedroom) (ontop agent.n.01_1 floor.n.01_1) @@ -39,8 +39,10 @@ ) (inside ?helmet.n.01_1 ?duffel_bag.n.01_1) (inside ?puck.n.02_1 ?duffel_bag.n.01_1) - (closed ?duffel_bag.n.01_1) + (not + (open ?duffel_bag.n.01_1) + ) (nextto ?hockey_stick.n.01_1 ?duffel_bag.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/organizing_volunteer_materials/problem0.bddl b/bddl/activity_definitions/organizing_volunteer_materials/problem0.bddl index 76d40abd..ac81174a 100644 --- a/bddl/activity_definitions/organizing_volunteer_materials/problem0.bddl +++ b/bddl/activity_definitions/organizing_volunteer_materials/problem0.bddl @@ -2,7 +2,6 @@ (:domain omnigibson) (:objects - wall.n.01_1 - wall.n.01 dress.n.01_1 dress.n.01_2 - dress.n.01 packing_box.n.02_1 packing_box.n.02_2 - packing_box.n.02 floor.n.01_1 - floor.n.01 @@ -20,7 +19,6 @@ (ontop packing_box.n.02_1 floor.n.01_1) (ontop packing_box.n.02_2 floor.n.01_1) (inroom floor.n.01_1 empty_room) - (inroom wall.n.01_1 empty_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/outfit_a_basic_toolbox/problem0.bddl b/bddl/activity_definitions/outfit_a_basic_toolbox/problem0.bddl index 30f33270..27d90c92 100644 --- a/bddl/activity_definitions/outfit_a_basic_toolbox/problem0.bddl +++ b/bddl/activity_definitions/outfit_a_basic_toolbox/problem0.bddl @@ -31,7 +31,9 @@ (inside ?flashlight.n.01_1 ?toolbox.n.01_1) (inside ?allen_wrench.n.01_1 ?toolbox.n.01_1) (inside ?screwdriver.n.01_1 ?toolbox.n.01_1) - (closed ?toolbox.n.01_1) + (not + (open ?toolbox.n.01_1) + ) (ontop ?toolbox.n.01_1 ?floor.n.01_1) ) ) diff --git a/bddl/activity_definitions/pack_a_beach_bag/problem0.bddl b/bddl/activity_definitions/pack_a_beach_bag/problem0.bddl index e0df6931..a9e2b304 100644 --- a/bddl/activity_definitions/pack_a_beach_bag/problem0.bddl +++ b/bddl/activity_definitions/pack_a_beach_bag/problem0.bddl @@ -2,13 +2,13 @@ (:domain omnigibson) (:objects - sunscreen__bottle.n.01_1 - sunscreen__bottle.n.01 + bottle__of__sunscreen.n.01_1 - bottle__of__sunscreen.n.01 floor.n.01_1 - floor.n.01 carryall.n.01_1 - carryall.n.01 bath_towel.n.01_1 - bath_towel.n.01 door.n.01_1 - door.n.01 club_sandwich.n.01_1 - club_sandwich.n.01 - melon.n.01_1 - melon.n.01 + watermelon.n.02_1 - watermelon.n.02 agent.n.01_1 - agent.n.01 ) @@ -16,8 +16,8 @@ (ontop carryall.n.01_1 floor.n.01_1) (ontop bath_towel.n.01_1 floor.n.01_1) (ontop club_sandwich.n.01_1 carryall.n.01_1) - (ontop sunscreen__bottle.n.01_1 floor.n.01_1) - (ontop melon.n.01_1 club_sandwich.n.01_1) + (ontop bottle__of__sunscreen.n.01_1 floor.n.01_1) + (ontop watermelon.n.02_1 club_sandwich.n.01_1) (inroom floor.n.01_1 empty_room) (inroom door.n.01_1 empty_room) (ontop agent.n.01_1 floor.n.01_1) @@ -28,8 +28,8 @@ (folded ?bath_towel.n.01_1) (inside ?bath_towel.n.01_1 ?carryall.n.01_1) (inside ?club_sandwich.n.01_1 ?carryall.n.01_1) - (inside ?sunscreen__bottle.n.01_1 ?carryall.n.01_1) - (inside ?melon.n.01_1 ?carryall.n.01_1) + (inside ?bottle__of__sunscreen.n.01_1 ?carryall.n.01_1) + (inside ?watermelon.n.02_1 ?carryall.n.01_1) (nextto ?carryall.n.01_1 ?door.n.01_1) ) ) diff --git a/bddl/activity_definitions/pack_a_pencil_case/problem0.bddl b/bddl/activity_definitions/pack_a_pencil_case/problem0.bddl index fede8bc6..8519050c 100644 --- a/bddl/activity_definitions/pack_a_pencil_case/problem0.bddl +++ b/bddl/activity_definitions/pack_a_pencil_case/problem0.bddl @@ -30,8 +30,10 @@ (inside ?pen.n.01_1 ?pencil_box.n.01_1) (inside ?pencil.n.01_1 ?pencil_box.n.01_1) (inside ?eraser.n.01_1 ?pencil_box.n.01_1) - (inside ?shears.n.01_1 ?pencil_box.n.01_1) - (closed ?pencil_box.n.01_1) + (inside ?shears.n.01_1 ?pencil_box.n.01_1) + (not + (open ?pencil_box.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/packing_grocery_bags_into_car/problem0.bddl b/bddl/activity_definitions/packing_grocery_bags_into_car/problem0.bddl index cf5bae61..7133a3d8 100644 --- a/bddl/activity_definitions/packing_grocery_bags_into_car/problem0.bddl +++ b/bddl/activity_definitions/packing_grocery_bags_into_car/problem0.bddl @@ -5,7 +5,7 @@ car.n.01_1 - car.n.01 floor.n.01_1 - floor.n.01 sack.n.01_1 sack.n.01_2 sack.n.01_3 sack.n.01_4 - sack.n.01 - baked_goods.n.01_1 baked_goods.n.01_2 - baked_goods.n.01 + bap.n.01_1 bap.n.01_2 - bap.n.01 bottle__of__cold_cream.n.01_1 - bottle__of__cold_cream.n.01 bottle__of__shampoo.n.01_1 - bottle__of__shampoo.n.01 toilet_tissue.n.01_1 toilet_tissue.n.01_2 - toilet_tissue.n.01 @@ -21,8 +21,8 @@ (ontop sack.n.01_2 floor.n.01_1) (ontop sack.n.01_3 floor.n.01_1) (ontop sack.n.01_4 floor.n.01_1) - (inside baked_goods.n.01_1 sack.n.01_1) - (inside baked_goods.n.01_2 sack.n.01_1) + (inside bap.n.01_1 sack.n.01_1) + (inside bap.n.01_2 sack.n.01_1) (inside bottle__of__cold_cream.n.01_1 sack.n.01_2) (inside bottle__of__shampoo.n.01_1 sack.n.01_2) (inside toilet_tissue.n.01_1 sack.n.01_3) @@ -42,10 +42,10 @@ (inside ?sack.n.01 ?car.n.01_1) ) (forall - (?baked_goods.n.01 - baked_goods.n.01) + (?bap.n.01 - bap.n.01) (exists (?sack.n.01 - sack.n.01) - (inside ?baked_goods.n.01 ?sack.n.01) + (inside ?bap.n.01 ?sack.n.01) ) ) (forall diff --git a/bddl/activity_definitions/packing_meal_for_delivery/problem0.bddl b/bddl/activity_definitions/packing_meal_for_delivery/problem0.bddl index 5b53881d..ab07bdd6 100644 --- a/bddl/activity_definitions/packing_meal_for_delivery/problem0.bddl +++ b/bddl/activity_definitions/packing_meal_for_delivery/problem0.bddl @@ -3,7 +3,7 @@ (:objects hamburger.n.01_1 hamburger.n.01_2 hamburger.n.01_3 hamburger.n.01_4 - hamburger.n.01 - kitchen_table.n.01_1 - kitchen_table.n.01 + countertop.n.01_1 - countertop.n.01 backpack.n.01_1 - backpack.n.01 sack.n.01_1 sack.n.01_2 sack.n.01_3 sack.n.01_4 - sack.n.01 floor.n.01_1 - floor.n.01 @@ -19,21 +19,21 @@ (cooked hamburger.n.01_2) (cooked hamburger.n.01_3) (cooked hamburger.n.01_4) - (ontop hamburger.n.01_1 kitchen_table.n.01_1) - (ontop hamburger.n.01_2 kitchen_table.n.01_1) - (ontop hamburger.n.01_3 kitchen_table.n.01_1) - (ontop hamburger.n.01_4 kitchen_table.n.01_1) - (ontop backpack.n.01_1 kitchen_table.n.01_1) - (ontop sack.n.01_1 kitchen_table.n.01_1) - (ontop sack.n.01_2 kitchen_table.n.01_1) - (ontop sack.n.01_3 kitchen_table.n.01_1) - (ontop sack.n.01_4 kitchen_table.n.01_1) + (ontop hamburger.n.01_1 countertop.n.01_1) + (ontop hamburger.n.01_2 countertop.n.01_1) + (ontop hamburger.n.01_3 countertop.n.01_1) + (ontop hamburger.n.01_4 countertop.n.01_1) + (ontop backpack.n.01_1 countertop.n.01_1) + (ontop sack.n.01_1 countertop.n.01_1) + (ontop sack.n.01_2 countertop.n.01_1) + (ontop sack.n.01_3 countertop.n.01_1) + (ontop sack.n.01_4 countertop.n.01_1) (inroom floor.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (inroom window.n.01_1 kitchen) - (inroom kitchen_table.n.01_1 kitchen) + (inroom countertop.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/packing_moving_van/problem0.bddl b/bddl/activity_definitions/packing_moving_van/problem0.bddl index 3f41c614..d7e109e4 100644 --- a/bddl/activity_definitions/packing_moving_van/problem0.bddl +++ b/bddl/activity_definitions/packing_moving_van/problem0.bddl @@ -32,7 +32,9 @@ (?carton.n.02 - carton.n.02) (and (inside ?carton.n.02 ?van.n.05_1) - (closed ?carton.n.02) + (not + (open ?carton.n.02) + ) ) ) (forall diff --git a/bddl/activity_definitions/packing_picnic_food_into_car/problem0.bddl b/bddl/activity_definitions/packing_picnic_food_into_car/problem0.bddl index 301696f8..00a6bcd9 100644 --- a/bddl/activity_definitions/packing_picnic_food_into_car/problem0.bddl +++ b/bddl/activity_definitions/packing_picnic_food_into_car/problem0.bddl @@ -30,7 +30,7 @@ (ontop bag.n.06_1 table.n.02_1) (ontop bag.n.06_2 table.n.02_1) (ontop water_bottle.n.01_1 floor.n.01_1) - (ontop table.n.02_1 lawn.n.01_1) + (inroom table.n.02_1 garden) (inroom floor.n.01_1 garden) (inroom driveway.n.01_1 garden) (inroom lawn.n.01_1 garden) diff --git a/bddl/activity_definitions/packing_picnic_into_car/problem0.bddl b/bddl/activity_definitions/packing_picnic_into_car/problem0.bddl index 8d591cb3..acebc49c 100644 --- a/bddl/activity_definitions/packing_picnic_into_car/problem0.bddl +++ b/bddl/activity_definitions/packing_picnic_into_car/problem0.bddl @@ -8,7 +8,7 @@ blanket.n.01_1 - blanket.n.01 beer_bottle.n.01_1 beer_bottle.n.01_2 - beer_bottle.n.01 water_bottle.n.01_1 - water_bottle.n.01 - sunscreen__bottle.n.01_1 - sunscreen__bottle.n.01 + bottle__of__sunscreen.n.01_1 - bottle__of__sunscreen.n.01 cupcake.n.01_1 cupcake.n.01_2 - cupcake.n.01 paper_towel.n.01_1 - paper_towel.n.01 carving_knife.n.01_1 - carving_knife.n.01 @@ -26,7 +26,7 @@ (inside cupcake.n.01_1 wicker_basket.n.01_1) (inside cupcake.n.01_2 wicker_basket.n.01_1) (inside water_bottle.n.01_1 wicker_basket.n.01_2) - (inside sunscreen__bottle.n.01_1 wicker_basket.n.01_2) + (inside bottle__of__sunscreen.n.01_1 wicker_basket.n.01_2) (ontop paper_towel.n.01_1 driveway.n.01_1) (inside carving_knife.n.01_1 wicker_basket.n.01_2) (inroom driveway.n.01_1 garden) @@ -48,7 +48,7 @@ ) (exists (?wicker_basket.n.01 - wicker_basket.n.01) - (inside ?sunscreen__bottle.n.01_1 ?wicker_basket.n.01) + (inside ?bottle__of__sunscreen.n.01_1 ?wicker_basket.n.01) ) (exists (?wicker_basket.n.01 - wicker_basket.n.01) diff --git a/bddl/activity_definitions/painting_porch/problem0.bddl b/bddl/activity_definitions/painting_porch/problem0.bddl index 8d506c2f..093873ff 100644 --- a/bddl/activity_definitions/painting_porch/problem0.bddl +++ b/bddl/activity_definitions/painting_porch/problem0.bddl @@ -2,18 +2,16 @@ (:domain omnigibson) (:objects - paintbrush.n.01_1 - paintbrush.n.01 floor.n.01_1 - floor.n.01 - house_paint.n.01_1 - house_paint.n.01 - house_paint__can.n.01_1 - house_paint__can.n.01 + spray_paint.n.01_1 - spray_paint.n.01 + spray_paint__can.n.01_1 - spray_paint__can.n.01 wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop house_paint__can.n.01_1 floor.n.01_1) - (ontop paintbrush.n.01_1 floor.n.01_1) - (covered paintbrush.n.01_1 house_paint.n.01_1) + (ontop spray_paint__can.n.01_1 floor.n.01_1) + (insource spray_paint__can.n.01_1 spray_paint.n.01_1) (inroom floor.n.01_1 garden) (inroom wall.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) @@ -21,7 +19,7 @@ (:goal (and - (covered ?floor.n.01_1 ?house_paint.n.01_1) + (covered ?floor.n.01_1 ?spray_paint.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/passing_out_drinks/problem0.bddl b/bddl/activity_definitions/passing_out_drinks/problem0.bddl index f20809c3..29e134e3 100644 --- a/bddl/activity_definitions/passing_out_drinks/problem0.bddl +++ b/bddl/activity_definitions/passing_out_drinks/problem0.bddl @@ -5,7 +5,7 @@ beer.n.01_1 - beer.n.01 beer_bottle.n.01_1 beer_bottle.n.01_1 - beer_bottle.n.01 cabinet.n.01_1 - cabinet.n.01 - champagne__bottle.n.01_1 - champagne__bottle.n.01 + bottle__of__champagne.n.01_1 - bottle__of__champagne.n.01 martini.n.01_1 - martini.n.01 pitcher.n.02_1 - pitcher.n.02 wineglass.n.01_1 wineglass.n.01_1 - wineglass.n.01 @@ -19,7 +19,7 @@ (filled beer_bottle.n.01_1 beer.n.01_1) (inside beer_bottle.n.01_1 cabinet.n.01_1) (inside beer_bottle.n.01_1 cabinet.n.01_1) - (inside champagne__bottle.n.01_1 cabinet.n.01_1) + (inside bottle__of__champagne.n.01_1 cabinet.n.01_1) (filled pitcher.n.02_1 martini.n.01_1) (inside pitcher.n.02_1 cabinet.n.01_1) (inside wineglass.n.01_1 cabinet.n.01_1) @@ -36,7 +36,7 @@ (ontop ?beer_bottle.n.01_1 ?breakfast_table.n.01_1) (filled ?beer_glass.n.01_1 ?beer.n.01_1) (ontop ?beer_glass.n.01_1 ?breakfast_table.n.01_1) - (ontop ?champagne__bottle.n.01_1 ?breakfast_table.n.01_1) + (ontop ?bottle__of__champagne.n.01_1 ?breakfast_table.n.01_1) (forall (?wineglass.n.01 - wineglass.n.01) (and diff --git a/bddl/activity_definitions/paying_for_purchases/problem0.bddl b/bddl/activity_definitions/paying_for_purchases/problem0.bddl index 3465cef4..35f9b016 100644 --- a/bddl/activity_definitions/paying_for_purchases/problem0.bddl +++ b/bddl/activity_definitions/paying_for_purchases/problem0.bddl @@ -2,8 +2,8 @@ (:domain omnigibson) (:objects - cash_register.n.01_1 - cash_register.n.01 shopping_basket.n.01_1 - shopping_basket.n.01 + checkout.n.03_1 - checkout.n.03 money.n.01_1 - money.n.01 apple.n.01_1 apple.n.01_2 - apple.n.01 floor.n.01_1 - floor.n.01 @@ -15,14 +15,15 @@ (inside apple.n.01_1 shopping_basket.n.01_1) (inside apple.n.01_2 shopping_basket.n.01_1) (inroom floor.n.01_1 grocery_store) - (inroom shopping_basket.n.01_1 grocery_store) - (inroom cash_register.n.01_1 grocery_store) + (inroom checkout.n.03_1 grocery_store) + (ontop shopping_basket.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (inside ?money.n.01_1 ?cash_register.n.01_1) + (ontop ?shopping_basket.n.01_1 ?checkout.n.03_1) + (ontop ?money.n.01_1 ?checkout.n.03_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/picking_fruit_and_vegetables/problem0.bddl b/bddl/activity_definitions/picking_fruit_and_vegetables/problem0.bddl index d11b807a..413e681d 100644 --- a/bddl/activity_definitions/picking_fruit_and_vegetables/problem0.bddl +++ b/bddl/activity_definitions/picking_fruit_and_vegetables/problem0.bddl @@ -10,6 +10,7 @@ eggplant.n.01_1 eggplant.n.01_2 - eggplant.n.01 zucchini.n.02_1 zucchini.n.02_2 zucchini.n.02_3 - zucchini.n.02 stain.n.01_1 - stain.n.01 + shelf.n.01_1 - shelf.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,17 +19,18 @@ (ontop half__mango.n.01_1 mango.n.02_1) (covered zucchini.n.02_3 stain.n.01_1) (covered eggplant.n.01_2 stain.n.01_1) - (inroom shopping_basket.n.01_1 grocery_store) + (ontop shopping_basket.n.01_1 floor.n.01_1) + (inroom shelf.n.01_1 grocery_store) (inroom floor.n.01_1 grocery_store) - (inroom pineapple.n.02_1 grocery_store) - (inroom mango.n.02_1 grocery_store) - (inroom mango.n.02_2 grocery_store) - (inroom cantaloup.n.02_1 grocery_store) - (inroom zucchini.n.02_1 grocery_store) - (inroom zucchini.n.02_2 grocery_store) - (inroom zucchini.n.02_3 grocery_store) - (inroom eggplant.n.01_1 grocery_store) - (inroom eggplant.n.01_2 grocery_store) + (ontop pineapple.n.02_1 shelf.n.01_1) + (ontop mango.n.02_1 shelf.n.01_1) + (ontop mango.n.02_2 shelf.n.01_1) + (ontop cantaloup.n.02_1 shelf.n.01_1) + (ontop zucchini.n.02_1 shelf.n.01_1) + (ontop zucchini.n.02_2 shelf.n.01_1) + (ontop zucchini.n.02_3 shelf.n.01_1) + (ontop eggplant.n.01_1 shelf.n.01_1) + (ontop eggplant.n.01_2 shelf.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) @@ -79,4 +81,4 @@ (inside ?cantaloup.n.02_1 ?shopping_basket.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/picking_up_prescriptions/problem0.bddl b/bddl/activity_definitions/picking_up_prescriptions/problem0.bddl index 6518ee21..c1ddae9b 100644 --- a/bddl/activity_definitions/picking_up_prescriptions/problem0.bddl +++ b/bddl/activity_definitions/picking_up_prescriptions/problem0.bddl @@ -7,10 +7,10 @@ bottle__of__antihistamines.n.01_1 bottle__of__antihistamines.n.01_2 - bottle__of__antihistamines.n.01 shelf.n.01_1 shelf.n.01_2 - shelf.n.01 plastic_bag.n.01_1 - plastic_bag.n.01 - desk.n.01_1 - desk.n.01 + checkout.n.03_1 - checkout.n.03 printer.n.03_1 - printer.n.03 desktop_computer.n.01_1 - desktop_computer.n.01 - writing_paper.n.01_1 - writing_paper.n.01 + sheet.n.02_1 - sheet.n.02 agent.n.01_1 - agent.n.01 ) @@ -19,14 +19,14 @@ (inside pill_bottle.n.01_2 shelf.n.01_1) (inside bottle__of__antihistamines.n.01_1 shelf.n.01_2) (inside bottle__of__antihistamines.n.01_2 shelf.n.01_2) - (ontop plastic_bag.n.01_1 desk.n.01_1) - (ontop printer.n.03_1 desk.n.01_1) - (ontop desktop_computer.n.01_1 desk.n.01_1) - (ontop writing_paper.n.01_1 printer.n.03_1) + (ontop plastic_bag.n.01_1 checkout.n.03_1) + (ontop printer.n.03_1 checkout.n.03_1) + (ontop desktop_computer.n.01_1 checkout.n.03_1) + (ontop sheet.n.02_1 printer.n.03_1) + (inroom checkout.n.03_1 grocery_store) (inroom floor.n.01_1 grocery_store) (inroom shelf.n.01_1 grocery_store) (inroom shelf.n.01_2 grocery_store) - (inroom desk.n.01_1 grocery_store) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/picking_up_toys/problem0.bddl b/bddl/activity_definitions/picking_up_toys/problem0.bddl index d6165a0b..9b4abdce 100644 --- a/bddl/activity_definitions/picking_up_toys/problem0.bddl +++ b/bddl/activity_definitions/picking_up_toys/problem0.bddl @@ -9,7 +9,6 @@ tennis_ball.n.01_1 - tennis_ball.n.01 shelf.n.01_1 - shelf.n.01 window.n.01_1 - window.n.01 - wall.n.01_1 - wall.n.01 toy_box.n.01_1 toy_box.n.01_2 - toy_box.n.01 agent.n.01_1 - agent.n.01 ) @@ -24,10 +23,9 @@ (ontop tennis_ball.n.01_1 shelf.n.01_1) (inroom floor.n.01_1 childs_room) (inroom window.n.01_1 childs_room) - (inroom wall.n.01_1 childs_room) (inroom shelf.n.01_1 childs_room) - (inroom toy_box.n.01_1 childs_room) - (inroom toy_box.n.01_2 childs_room) + (ontop toy_box.n.01_1 floor.n.01_1) + (ontop toy_box.n.01_2 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/picking_vegetables_in_garden/problem0.bddl b/bddl/activity_definitions/picking_vegetables_in_garden/problem0.bddl index 0ba83990..c051b6ac 100644 --- a/bddl/activity_definitions/picking_vegetables_in_garden/problem0.bddl +++ b/bddl/activity_definitions/picking_vegetables_in_garden/problem0.bddl @@ -13,7 +13,7 @@ ) (:init - (ontop rail_fence.n.01_1 lawn.n.01_1) + (inroom rail_fence.n.01_1 garden) (ontop artichoke.n.02_1 lawn.n.01_1) (ontop chard.n.02_1 lawn.n.01_1) (ontop beet.n.02_1 lawn.n.01_1) diff --git a/bddl/activity_definitions/polish_cymbals/problem0.bddl b/bddl/activity_definitions/polish_cymbals/problem0.bddl index 3c4f9059..eaa0dddb 100644 --- a/bddl/activity_definitions/polish_cymbals/problem0.bddl +++ b/bddl/activity_definitions/polish_cymbals/problem0.bddl @@ -22,7 +22,7 @@ (ontop cymbal.n.01_2 floor.n.01_1) (ontop bowl.n.01_1 floor.n.01_1) (filled lemon_juice__bottle.n.01_1 lemon_juice.n.01_1) - (filled lemon_juice__bottle.n.01_1 vinegar.n.01_1) + (filled vinegar__bottle.n.01_1 vinegar.n.01_1) (ontop lemon_juice__bottle.n.01_1 floor.n.01_1) (ontop vinegar__bottle.n.01_1 floor.n.01_1) (filled polish__bottle.n.01_1 polish.n.03_1) diff --git a/bddl/activity_definitions/pour_a_glass_of_wine/problem0.bddl b/bddl/activity_definitions/pour_a_glass_of_wine/problem0.bddl index 20007a65..aca87800 100644 --- a/bddl/activity_definitions/pour_a_glass_of_wine/problem0.bddl +++ b/bddl/activity_definitions/pour_a_glass_of_wine/problem0.bddl @@ -4,7 +4,7 @@ (:objects red_wine.n.01_1 - red_wine.n.01 wine_bottle.n.01_1 - wine_bottle.n.01 - chalice.n.01_1 - chalice.n.01 + wineglass.n.01_1 - wineglass.n.01 bar.n.02_1 - bar.n.02 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -12,7 +12,7 @@ (:init (filled wine_bottle.n.01_1 red_wine.n.01_1) - (ontop chalice.n.01_1 bar.n.02_1) + (ontop wineglass.n.01_1 bar.n.02_1) (ontop wine_bottle.n.01_1 bar.n.02_1) (inroom bar.n.02_1 bar) (inroom floor.n.01_1 bar) @@ -21,7 +21,7 @@ (:goal (and - (filled ?chalice.n.01_1 ?red_wine.n.01_1) + (filled ?wineglass.n.01_1 ?red_wine.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/prepare_a_breakfast_bar/problem0.bddl b/bddl/activity_definitions/prepare_a_breakfast_bar/problem0.bddl index 39bac424..922ebe82 100644 --- a/bddl/activity_definitions/prepare_a_breakfast_bar/problem0.bddl +++ b/bddl/activity_definitions/prepare_a_breakfast_bar/problem0.bddl @@ -4,7 +4,7 @@ (:objects tray.n.01_1 - tray.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 - orange_juice__carton.n.01_1 - orange_juice__carton.n.01 + carton__of__orange_juice.n.01_1 - carton__of__orange_juice.n.01 platter.n.01_1 platter.n.01_2 platter.n.01_3 - platter.n.01 buttermilk_pancake.n.01_1 buttermilk_pancake.n.01_2 - buttermilk_pancake.n.01 waffle.n.01_1 waffle.n.01_2 - waffle.n.01 @@ -22,7 +22,7 @@ (:init (ontop tray.n.01_1 countertop.n.01_1) - (inside orange_juice__carton.n.01_1 electric_refrigerator.n.01_1) + (inside carton__of__orange_juice.n.01_1 electric_refrigerator.n.01_1) (inside platter.n.01_1 cabinet.n.01_1) (inside platter.n.01_2 cabinet.n.01_1) (inside platter.n.01_3 cabinet.n.01_1) @@ -46,7 +46,7 @@ (:goal (and - (ontop ?orange_juice__carton.n.01_1 ?breakfast_table.n.01_1) + (ontop ?carton__of__orange_juice.n.01_1 ?breakfast_table.n.01_1) (exists (?platter.n.01 - platter.n.01) (forall diff --git a/bddl/activity_definitions/prepare_a_slow_dinner_party/problem0.bddl b/bddl/activity_definitions/prepare_a_slow_dinner_party/problem0.bddl index fa0c4427..4ea10c22 100644 --- a/bddl/activity_definitions/prepare_a_slow_dinner_party/problem0.bddl +++ b/bddl/activity_definitions/prepare_a_slow_dinner_party/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - chalice.n.01_1 chalice.n.01_2 chalice.n.01_3 - chalice.n.01 + wineglass.n.01_1 wineglass.n.01_2 wineglass.n.01_3 - wineglass.n.01 cabinet.n.01_1 - cabinet.n.01 turkey.n.04_1 - turkey.n.04 platter.n.01_1 platter.n.01_2 - platter.n.01 @@ -19,9 +19,9 @@ ) (:init - (inside chalice.n.01_1 cabinet.n.01_1) - (inside chalice.n.01_2 cabinet.n.01_1) - (inside chalice.n.01_3 cabinet.n.01_1) + (inside wineglass.n.01_1 cabinet.n.01_1) + (inside wineglass.n.01_2 cabinet.n.01_1) + (inside wineglass.n.01_3 cabinet.n.01_1) (inside turkey.n.04_1 electric_refrigerator.n.01_1) (cooked turkey.n.04_1) (ontop platter.n.01_1 countertop.n.01_1) @@ -44,11 +44,11 @@ (:goal (and (forpairs - (?chalice.n.01 - chalice.n.01) + (?wineglass.n.01 - wineglass.n.01) (?plate.n.04 - plate.n.04) (and - (nextto ?chalice.n.01 ?plate.n.04) - (ontop ?chalice.n.01 ?table.n.02_1) + (nextto ?wineglass.n.01 ?plate.n.04) + (ontop ?wineglass.n.01 ?table.n.02_1) (ontop ?plate.n.04 ?table.n.02_1) ) ) diff --git a/bddl/activity_definitions/prepare_an_emergency_school_kit/problem0.bddl b/bddl/activity_definitions/prepare_an_emergency_school_kit/problem0.bddl index c0461b3a..c67f9729 100644 --- a/bddl/activity_definitions/prepare_an_emergency_school_kit/problem0.bddl +++ b/bddl/activity_definitions/prepare_an_emergency_school_kit/problem0.bddl @@ -6,11 +6,11 @@ pen.n.01_1 - pen.n.01 floor.n.01_1 - floor.n.01 notebook.n.01_1 - notebook.n.01 - perfume__bottle.n.01_1 - perfume__bottle.n.01 + bottle__of__perfume.n.01_1 - bottle__of__perfume.n.01 granola_bar.n.01_1 - granola_bar.n.01 wallet.n.01_1 - wallet.n.01 tissue.n.02_1 - tissue.n.02 - gum__box.n.01_1 - gum__box.n.01 + box__of__candy.n.01_1 - box__of__candy.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,26 +18,28 @@ (open backpack.n.01_1) (ontop pen.n.01_1 floor.n.01_1) (ontop notebook.n.01_1 floor.n.01_1) - (ontop perfume__bottle.n.01_1 floor.n.01_1) + (ontop bottle__of__perfume.n.01_1 floor.n.01_1) (ontop granola_bar.n.01_1 floor.n.01_1) (ontop wallet.n.01_1 floor.n.01_1) (ontop tissue.n.02_1 floor.n.01_1) - (ontop gum__box.n.01_1 floor.n.01_1) + (ontop box__of__candy.n.01_1 floor.n.01_1) (ontop backpack.n.01_1 floor.n.01_1) (inroom floor.n.01_1 corridor) (ontop agent.n.01_1 floor.n.01_1) ) (:goal - (and - (closed ?backpack.n.01_1) + (and + (not + (open ?backpack.n.01_1) + ) (inside ?pen.n.01_1 ?backpack.n.01_1) (inside ?notebook.n.01_1 ?backpack.n.01_1) - (inside ?perfume__bottle.n.01_1 ?backpack.n.01_1) + (inside ?bottle__of__perfume.n.01_1 ?backpack.n.01_1) (inside ?granola_bar.n.01_1 ?backpack.n.01_1) (inside ?wallet.n.01_1 ?backpack.n.01_1) (inside ?tissue.n.02_1 ?backpack.n.01_1) - (inside ?gum__box.n.01_1 ?backpack.n.01_1) + (inside ?box__of__candy.n.01_1 ?backpack.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/preparing_clothes_for_the_next_day/problem0.bddl b/bddl/activity_definitions/preparing_clothes_for_the_next_day/problem0.bddl index c9af3cca..02df9b13 100644 --- a/bddl/activity_definitions/preparing_clothes_for_the_next_day/problem0.bddl +++ b/bddl/activity_definitions/preparing_clothes_for_the_next_day/problem0.bddl @@ -23,8 +23,8 @@ (inside jean.n.01_1 cedar_chest.n.01_2) (inside wallet.n.01_1 cedar_chest.n.01_1) (ontop wardrobe.n.01_1 floor.n.01_1) - (inroom cedar_chest.n.01_1 closet) - (inroom cedar_chest.n.01_2 closet) + (ontop cedar_chest.n.01_1 floor.n.01_1) + (ontop cedar_chest.n.01_2 floor.n.01_1) (inroom floor.n.01_1 closet) (inroom floor.n.01_2 childs_room) (inroom bed.n.01_1 childs_room) @@ -43,4 +43,4 @@ (ontop ?wallet.n.01_1 ?jean.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/preparing_food_for_a_fundraiser/problem0.bddl b/bddl/activity_definitions/preparing_food_for_a_fundraiser/problem0.bddl index 400165c2..be8e5e24 100644 --- a/bddl/activity_definitions/preparing_food_for_a_fundraiser/problem0.bddl +++ b/bddl/activity_definitions/preparing_food_for_a_fundraiser/problem0.bddl @@ -2,28 +2,28 @@ (:domain omnigibson) (:objects - hot_sauce__bottle.n.01_1 - hot_sauce__bottle.n.01 + bottle__of__hot_sauce.n.01_1 - bottle__of__hot_sauce.n.01 cheddar.n.02_1 cheddar.n.02_2 - cheddar.n.02 lasagna.n.01_1 - lasagna.n.01 - soup__can.n.01_1 - soup__can.n.01 + bottle__of__soup.n.01_1 - bottle__of__soup.n.01 tupperware.n.01_1 tupperware.n.01_2 tupperware.n.01_3 - tupperware.n.01 carton.n.02_1 - carton.n.02 cabinet.n.01_1 cabinet.n.01_2 - cabinet.n.01 bratwurst.n.01_1 - bratwurst.n.01 - cornbread.n.01_1 - cornbread.n.01 + bread_slice.n.01_1 - bread_slice.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside hot_sauce__bottle.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__hot_sauce.n.01_1 electric_refrigerator.n.01_1) (inside cheddar.n.02_1 electric_refrigerator.n.01_1) (inside cheddar.n.02_2 electric_refrigerator.n.01_1) (inside lasagna.n.01_1 electric_refrigerator.n.01_1) - (inside soup__can.n.01_1 cabinet.n.01_1) + (inside bottle__of__soup.n.01_1 cabinet.n.01_1) (inside bratwurst.n.01_1 electric_refrigerator.n.01_1) - (inside cornbread.n.01_1 cabinet.n.01_1) + (inside bread_slice.n.01_1 cabinet.n.01_1) (inside tupperware.n.01_1 cabinet.n.01_2) (inside tupperware.n.01_2 cabinet.n.01_2) (inside tupperware.n.01_3 cabinet.n.01_2) @@ -37,8 +37,8 @@ (:goal (and - (inside ?hot_sauce__bottle.n.01_1 ?carton.n.02_1) - (inside ?soup__can.n.01_1 ?carton.n.02_1) + (inside ?bottle__of__hot_sauce.n.01_1 ?carton.n.02_1) + (inside ?bottle__of__soup.n.01_1 ?carton.n.02_1) (exists (?tupperware.n.01 - tupperware.n.01) (forall @@ -48,7 +48,7 @@ ) (exists (?tupperware.n.01 - tupperware.n.01) - (inside ?cornbread.n.01_1 ?tupperware.n.01) + (inside ?bread_slice.n.01_1 ?tupperware.n.01) ) (exists (?tupperware.n.01 - tupperware.n.01) diff --git a/bddl/activity_definitions/preserving_fruit/problem0.bddl b/bddl/activity_definitions/preserving_fruit/problem0.bddl index f1e1380a..fbe1ee55 100644 --- a/bddl/activity_definitions/preserving_fruit/problem0.bddl +++ b/bddl/activity_definitions/preserving_fruit/problem0.bddl @@ -57,7 +57,9 @@ ) ) (contains ?mason_jar.n.01_1 ?sugar_syrup.n.01_1) - (closed ?mason_jar.n.01_1) + (not + (open ?mason_jar.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/preserving_meat/problem0.bddl b/bddl/activity_definitions/preserving_meat/problem0.bddl index 5fb10d23..74737b6a 100644 --- a/bddl/activity_definitions/preserving_meat/problem0.bddl +++ b/bddl/activity_definitions/preserving_meat/problem0.bddl @@ -30,7 +30,9 @@ (and (contains ?mason_jar.n.01_1 ?diced__chicken.n.01_1) (contains ?mason_jar.n.01_1 ?salt.n.02_1) - (closed ?mason_jar.n.01_1) + (not + (open ?mason_jar.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/put_together_a_goodie_bag/problem0.bddl b/bddl/activity_definitions/put_together_a_goodie_bag/problem0.bddl index a39d33b3..041ffa80 100644 --- a/bddl/activity_definitions/put_together_a_goodie_bag/problem0.bddl +++ b/bddl/activity_definitions/put_together_a_goodie_bag/problem0.bddl @@ -4,7 +4,7 @@ (:objects sack.n.01_1 sack.n.01_2 - sack.n.01 cabinet.n.01_1 cabinet.n.01_2 - cabinet.n.01 - candy.n.01_1 candy.n.01_2 - candy.n.01 + box__of__cookies.n.01_1 box__of__cookies.n.01_2 - box__of__cookies.n.01 countertop.n.01_1 - countertop.n.01 postcard.n.01_1 postcard.n.01_2 - postcard.n.01 chocolate_kiss.n.01_1 - chocolate_kiss.n.01 @@ -19,8 +19,8 @@ (:init (inside sack.n.01_1 cabinet.n.01_1) (inside sack.n.01_2 cabinet.n.01_2) - (ontop candy.n.01_1 countertop.n.01_1) - (ontop candy.n.01_2 countertop.n.01_1) + (ontop box__of__cookies.n.01_1 countertop.n.01_1) + (ontop box__of__cookies.n.01_2 countertop.n.01_1) (ontop postcard.n.01_1 countertop.n.01_1) (ontop postcard.n.01_2 countertop.n.01_1) (filled mason_jar.n.01_1 chocolate_kiss.n.01_1) @@ -53,8 +53,8 @@ ) (forpairs (?sack.n.01 - sack.n.01) - (?candy.n.01 - candy.n.01) - (inside ?candy.n.01 ?sack.n.01) + (?box__of__cookies.n.01 - box__of__cookies.n.01) + (inside ?box__of__cookies.n.01 ?sack.n.01) ) (forpairs (?sack.n.01 - sack.n.01) diff --git a/bddl/activity_definitions/put_together_a_scrapping_tool_kit/problem0.bddl b/bddl/activity_definitions/put_together_a_scrapping_tool_kit/problem0.bddl index 23cea72d..9e07bed4 100644 --- a/bddl/activity_definitions/put_together_a_scrapping_tool_kit/problem0.bddl +++ b/bddl/activity_definitions/put_together_a_scrapping_tool_kit/problem0.bddl @@ -28,7 +28,9 @@ (inside ?screwdriver.n.01_1 ?toolbox.n.01_1) (inside ?wrench.n.03_1 ?toolbox.n.01_1) (inside ?pliers.n.01_1 ?toolbox.n.01_1) - (closed toolbox.n.01_1) + (not + (open ?toolbox.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/putting_clothes_in_storage/problem0.bddl b/bddl/activity_definitions/putting_clothes_in_storage/problem0.bddl index 767f973a..3184f50e 100644 --- a/bddl/activity_definitions/putting_clothes_in_storage/problem0.bddl +++ b/bddl/activity_definitions/putting_clothes_in_storage/problem0.bddl @@ -7,7 +7,6 @@ coat.n.01_1 coat.n.01_2 - coat.n.01 trouser.n.01_1 trouser.n.01_2 - trouser.n.01 jersey.n.03_1 jersey.n.03_2 - jersey.n.03 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -22,7 +21,6 @@ (ontop jersey.n.03_1 floor.n.01_1) (ontop jersey.n.03_2 floor.n.01_1) (inroom floor.n.01_1 storage_room) - (inroom wall.n.01_1 storage_room) (ontop agent.n.01_1 floor.n.01_1) ) @@ -78,4 +76,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_clothes_into_closet/problem0.bddl b/bddl/activity_definitions/putting_clothes_into_closet/problem0.bddl index c52599c3..fac9c5bc 100644 --- a/bddl/activity_definitions/putting_clothes_into_closet/problem0.bddl +++ b/bddl/activity_definitions/putting_clothes_into_closet/problem0.bddl @@ -10,7 +10,6 @@ polo_shirt.n.01_1 - polo_shirt.n.01 hanger.n.02_1 hanger.n.02_2 hanger.n.02_3 hanger.n.02_4 - hanger.n.02 wardrobe.n.01_1 - wardrobe.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -27,7 +26,6 @@ (attached hanger.n.02_4 wardrobe.n.01_1) (ontop wardrobe.n.01_1 floor.n.01_1) (inroom floor.n.01_1 bedroom) - (inroom wall.n.01_1 bedroom) (ontop agent.n.01_1 floor.n.01_1) ) @@ -39,4 +37,4 @@ (draped ?jersey.n.03_1 ?hanger.n.02_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_dirty_dishes_in_sink/problem0.bddl b/bddl/activity_definitions/putting_dirty_dishes_in_sink/problem0.bddl index 55e501c5..bbb9752d 100644 --- a/bddl/activity_definitions/putting_dirty_dishes_in_sink/problem0.bddl +++ b/bddl/activity_definitions/putting_dirty_dishes_in_sink/problem0.bddl @@ -6,7 +6,7 @@ marinara.n.01_1 - marinara.n.01 bowl.n.01_1 bowl.n.01_2 bowl.n.01_3 - bowl.n.01 plate.n.04_1 plate.n.04_2 - plate.n.04 - kitchen_table.n.01_1 - kitchen_table.n.01 + countertop.n.01_1 - countertop.n.01 sink.n.01_1 - sink.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -18,14 +18,14 @@ (covered bowl.n.01_3 marinara.n.01_1) (covered plate.n.04_1 breadcrumb.n.01_1) (covered plate.n.04_2 marinara.n.01_1) - (ontop bowl.n.01_1 kitchen_table.n.01_1) - (ontop bowl.n.01_2 kitchen_table.n.01_1) - (ontop bowl.n.01_3 kitchen_table.n.01_1) - (ontop plate.n.04_1 kitchen_table.n.01_1) - (ontop plate.n.04_2 kitchen_table.n.01_1) + (ontop bowl.n.01_1 countertop.n.01_1) + (ontop bowl.n.01_2 countertop.n.01_1) + (ontop bowl.n.01_3 countertop.n.01_1) + (ontop plate.n.04_1 countertop.n.01_1) + (ontop plate.n.04_2 countertop.n.01_1) (inroom floor.n.01_1 kitchen) (inroom sink.n.01_1 kitchen) - (inroom kitchen_table.n.01_1 kitchen) + (inroom countertop.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/putting_food_in_fridge/problem0.bddl b/bddl/activity_definitions/putting_food_in_fridge/problem0.bddl index b9bccaf0..26132fed 100644 --- a/bddl/activity_definitions/putting_food_in_fridge/problem0.bddl +++ b/bddl/activity_definitions/putting_food_in_fridge/problem0.bddl @@ -3,28 +3,27 @@ (:objects chicken.n.01_1 - chicken.n.01 - milk__carton.n.01_1 - milk__carton.n.01 + carton__of__milk.n.01_1 - carton__of__milk.n.01 plate.n.04_1 - plate.n.04 tupperware.n.01_1 - tupperware.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 - orange_juice__carton.n.01_1 - orange_juice__carton.n.01 + carton__of__orange_juice.n.01_1 - carton__of__orange_juice.n.01 beefsteak_tomato.n.01_1 beefsteak_tomato.n.01_2 - beefsteak_tomato.n.01 egg.n.02_1 egg.n.02_2 - egg.n.02 water.n.06_1 - water.n.06 sink.n.01_1 - sink.n.01 floor.n.01_1 - floor.n.01 - wall.n.01_1 - wall.n.01 cabinet.n.01_1 - cabinet.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop milk__carton.n.01_1 breakfast_table.n.01_1) + (ontop carton__of__milk.n.01_1 breakfast_table.n.01_1) (ontop chicken.n.01_1 plate.n.04_1) (cooked chicken.n.01_1) (ontop plate.n.04_1 breakfast_table.n.01_1) - (ontop orange_juice__carton.n.01_1 breakfast_table.n.01_1) + (ontop carton__of__orange_juice.n.01_1 breakfast_table.n.01_1) (ontop beefsteak_tomato.n.01_1 breakfast_table.n.01_1) (ontop beefsteak_tomato.n.01_2 breakfast_table.n.01_1) (ontop egg.n.02_1 breakfast_table.n.01_1) @@ -34,7 +33,6 @@ (inside tupperware.n.01_1 cabinet.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom floor.n.01_1 kitchen) - (inroom wall.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) (inroom sink.n.01_1 kitchen) @@ -44,8 +42,8 @@ (:goal (and - (inside ?milk__carton.n.01_1 ?electric_refrigerator.n.01_1) - (inside ?orange_juice__carton.n.01_1 ?electric_refrigerator.n.01_1) + (inside ?carton__of__milk.n.01_1 ?electric_refrigerator.n.01_1) + (inside ?carton__of__orange_juice.n.01_1 ?electric_refrigerator.n.01_1) (inside ?chicken.n.01_1 ?tupperware.n.01_1) (inside ?tupperware.n.01_1 ?electric_refrigerator.n.01_1) (forall @@ -55,8 +53,10 @@ (forall (?egg.n.02 - egg.n.02) (inside ?egg.n.02 ?electric_refrigerator.n.01_1) - ) - (closed ?electric_refrigerator.n.01_1) + ) + (not + (open ?electric_refrigerator.n.01_1) + ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_laundry_in_drawer/problem0.bddl b/bddl/activity_definitions/putting_laundry_in_drawer/problem0.bddl index 2e88f3b6..f7f7bce2 100644 --- a/bddl/activity_definitions/putting_laundry_in_drawer/problem0.bddl +++ b/bddl/activity_definitions/putting_laundry_in_drawer/problem0.bddl @@ -7,7 +7,7 @@ short_pants.n.01_1 - short_pants.n.01 polo_shirt.n.01_1 polo_shirt.n.01_2 - polo_shirt.n.01 jean.n.01_1 - jean.n.01 - pajama.n.01_1 - pajama.n.01 + pajama.n.02_1 - pajama.n.02 tank_top.n.01_1 tank_top.n.01_2 - tank_top.n.01 sweatshirt.n.01_1 - sweatshirt.n.01 chest_of_drawers.n.01_1 - chest_of_drawers.n.01 @@ -20,7 +20,7 @@ (ontop polo_shirt.n.01_1 desk.n.01_1) (ontop polo_shirt.n.01_2 desk.n.01_1) (ontop sweatshirt.n.01_1 desk.n.01_1) - (ontop pajama.n.01_1 desk.n.01_1) + (ontop pajama.n.02_1 desk.n.01_1) (ontop tank_top.n.01_1 desk.n.01_1) (ontop tank_top.n.01_2 desk.n.01_1) (inroom desk.n.01_1 bedroom) @@ -43,9 +43,9 @@ (folded ?jean.n.01_1) (exists (?chest_of_drawers.n.01 - chest_of_drawers.n.01) - (inside ?pajama.n.01_1 ?chest_of_drawers.n.01) + (inside ?pajama.n.02_1 ?chest_of_drawers.n.01) ) - (folded ?pajama.n.01_1) + (folded ?pajama.n.02_1) (exists (?chest_of_drawers.n.01 - chest_of_drawers.n.01) (inside ?sweatshirt.n.01_1 ?chest_of_drawers.n.01) diff --git a/bddl/activity_definitions/putting_leftovers_away/problem0.bddl b/bddl/activity_definitions/putting_leftovers_away/problem0.bddl index a7b6e7ca..fb6e8f8b 100644 --- a/bddl/activity_definitions/putting_leftovers_away/problem0.bddl +++ b/bddl/activity_definitions/putting_leftovers_away/problem0.bddl @@ -4,7 +4,7 @@ (:objects box__of__lasagna.n.01_1 box__of__lasagna.n.01_2 box__of__lasagna.n.01_3 box__of__lasagna.n.01_4 - box__of__lasagna.n.01 floor.n.01_1 - floor.n.01 - tomato_sauce__jar.n.01_1 tomato_sauce__jar.n.01_2 tomato_sauce__jar.n.01_3 tomato_sauce__jar.n.01_4 - tomato_sauce__jar.n.01 + jar__of__spaghetti_sauce.n.01_1 jar__of__spaghetti_sauce.n.01_2 jar__of__spaghetti_sauce.n.01_3 jar__of__spaghetti_sauce.n.01_4 - jar__of__spaghetti_sauce.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 countertop.n.01_1 - countertop.n.01 agent.n.01_1 - agent.n.01 @@ -15,10 +15,10 @@ (ontop box__of__lasagna.n.01_2 countertop.n.01_1) (ontop box__of__lasagna.n.01_3 countertop.n.01_1) (ontop box__of__lasagna.n.01_4 countertop.n.01_1) - (ontop tomato_sauce__jar.n.01_1 countertop.n.01_1) - (ontop tomato_sauce__jar.n.01_2 countertop.n.01_1) - (ontop tomato_sauce__jar.n.01_3 countertop.n.01_1) - (ontop tomato_sauce__jar.n.01_4 countertop.n.01_1) + (ontop jar__of__spaghetti_sauce.n.01_1 countertop.n.01_1) + (ontop jar__of__spaghetti_sauce.n.01_2 countertop.n.01_1) + (ontop jar__of__spaghetti_sauce.n.01_3 countertop.n.01_1) + (ontop jar__of__spaghetti_sauce.n.01_4 countertop.n.01_1) (inroom countertop.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) @@ -32,8 +32,8 @@ (inside ?box__of__lasagna.n.01 ?electric_refrigerator.n.01_1) ) (forall - (?tomato_sauce__jar.n.01 - tomato_sauce__jar.n.01) - (inside ?tomato_sauce__jar.n.01 ?electric_refrigerator.n.01_1) + (?jar__of__spaghetti_sauce.n.01 - jar__of__spaghetti_sauce.n.01) + (inside ?jar__of__spaghetti_sauce.n.01 ?electric_refrigerator.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/putting_meal_in_fridge_at_work/problem0.bddl b/bddl/activity_definitions/putting_meal_in_fridge_at_work/problem0.bddl index 97271a72..2aabef68 100644 --- a/bddl/activity_definitions/putting_meal_in_fridge_at_work/problem0.bddl +++ b/bddl/activity_definitions/putting_meal_in_fridge_at_work/problem0.bddl @@ -10,8 +10,7 @@ agent.n.01_1 - agent.n.01 ) - (:init - (closed electric_refrigerator.n.01_1) + (:init (ontop club_sandwich.n.01_1 plate.n.04_1) (ontop club_sandwich.n.01_2 plate.n.04_1) (ontop plate.n.04_1 desk.n.01_1) diff --git a/bddl/activity_definitions/putting_meal_on_plate/problem0.bddl b/bddl/activity_definitions/putting_meal_on_plate/problem0.bddl index 18450ac9..834c96bf 100644 --- a/bddl/activity_definitions/putting_meal_on_plate/problem0.bddl +++ b/bddl/activity_definitions/putting_meal_on_plate/problem0.bddl @@ -6,11 +6,10 @@ electric_refrigerator.n.01_1 - electric_refrigerator.n.01 oven.n.01_1 - oven.n.01 plate.n.04_1 plate.n.04_2 - plate.n.04 - kitchen_table.n.01_1 kitchen_table.n.01_2 - kitchen_table.n.01 + countertop.n.01_1 - countertop.n.01 water_glass.n.02_1 - water_glass.n.02 apple.n.01_1 apple.n.01_2 - apple.n.01 floor.n.01_1 - floor.n.01 - wall.n.01_1 - wall.n.01 cabinet.n.01_1 - cabinet.n.01 window.n.01_1 - window.n.01 agent.n.01_1 - agent.n.01 @@ -21,19 +20,17 @@ (inside porkchop.n.01_2 oven.n.01_1) (open electric_refrigerator.n.01_1) (open oven.n.01_1) - (ontop plate.n.04_1 kitchen_table.n.01_1) - (ontop plate.n.04_2 kitchen_table.n.01_1) - (ontop water_glass.n.02_1 kitchen_table.n.01_1) + (ontop plate.n.04_1 countertop.n.01_1) + (ontop plate.n.04_2 countertop.n.01_1) + (ontop water_glass.n.02_1 countertop.n.01_1) (inside apple.n.01_1 electric_refrigerator.n.01_1) (inside apple.n.01_2 electric_refrigerator.n.01_1) (inroom floor.n.01_1 kitchen) (inroom electric_refrigerator.n.01_1 kitchen) - (inroom wall.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) (inroom window.n.01_1 kitchen) (inroom oven.n.01_1 kitchen) - (inroom kitchen_table.n.01_1 kitchen) - (inroom kitchen_table.n.01_2 kitchen) + (inroom countertop.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) @@ -43,9 +40,13 @@ (ontop ?porkchop.n.01_2 ?plate.n.04_2) (hot ?porkchop.n.01_2) (frozen ?porkchop.n.01_1) - (or - (closed ?oven.n.01_1) - (closed ?oven.n.01_1) + (or + (not + (open ?oven.n.01_1) + ) + (not + (open ?oven.n.01_1) + ) ) ) ) diff --git a/bddl/activity_definitions/putting_out_condiments/problem0.bddl b/bddl/activity_definitions/putting_out_condiments/problem0.bddl index 43f9e85d..655dcd94 100644 --- a/bddl/activity_definitions/putting_out_condiments/problem0.bddl +++ b/bddl/activity_definitions/putting_out_condiments/problem0.bddl @@ -4,12 +4,12 @@ (:objects wicker_basket.n.01_1 wicker_basket.n.01_2 - wicker_basket.n.01 countertop.n.01_1 - countertop.n.01 - vinegar__bottle.n.01_1 - vinegar__bottle.n.01 + bottle__of__vinegar.n.01_1 - bottle__of__vinegar.n.01 pickle.n.01_1 - pickle.n.01 - mustard__bottle.n.01_1 - mustard__bottle.n.01 - peanut_butter__jar.n.01_1 - peanut_butter__jar.n.01 - tomato_sauce__jar.n.01_1 - tomato_sauce__jar.n.01 - mayonnaise__jar.n.01_1 - mayonnaise__jar.n.01 + bottle__of__mustard.n.01_1 - bottle__of__mustard.n.01 + bottle__of__peanut_butter.n.01_1 - bottle__of__peanut_butter.n.01 + jar__of__spaghetti_sauce.n.01_1 - jar__of__spaghetti_sauce.n.01 + bottle__of__mayonnaise.n.01_1 - bottle__of__mayonnaise.n.01 table_knife.n.01_1 table_knife.n.01_2 table_knife.n.01_3 table_knife.n.01_4 table_knife.n.01_5 table_knife.n.01_6 table_knife.n.01_7 - table_knife.n.01 cabinet.n.01_1 - cabinet.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -21,12 +21,12 @@ (:init (ontop wicker_basket.n.01_1 countertop.n.01_1) (ontop wicker_basket.n.01_2 countertop.n.01_1) - (ontop vinegar__bottle.n.01_1 countertop.n.01_1) + (ontop bottle__of__vinegar.n.01_1 countertop.n.01_1) (inside pickle.n.01_1 electric_refrigerator.n.01_1) - (inside mustard__bottle.n.01_1 electric_refrigerator.n.01_1) - (inside peanut_butter__jar.n.01_1 cabinet.n.01_1) - (inside tomato_sauce__jar.n.01_1 electric_refrigerator.n.01_1) - (inside mayonnaise__jar.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__mustard.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__peanut_butter.n.01_1 cabinet.n.01_1) + (inside jar__of__spaghetti_sauce.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__mayonnaise.n.01_1 electric_refrigerator.n.01_1) (inside table_knife.n.01_1 cabinet.n.01_1) (inside table_knife.n.01_2 cabinet.n.01_1) (inside table_knife.n.01_3 cabinet.n.01_1) @@ -44,12 +44,12 @@ (:goal (and - (ontop ?vinegar__bottle.n.01_1 ?breakfast_table.n.01_1) + (ontop ?bottle__of__vinegar.n.01_1 ?breakfast_table.n.01_1) (ontop ?pickle.n.01_1 ?breakfast_table.n.01_1) - (ontop ?mustard__bottle.n.01_1 ?breakfast_table.n.01_1) - (ontop ?tomato_sauce__jar.n.01_1 ?breakfast_table.n.01_1) - (ontop ?peanut_butter__jar.n.01_1 ?breakfast_table.n.01_1) - (ontop ?mayonnaise__jar.n.01_1 ?breakfast_table.n.01_1) + (ontop ?bottle__of__mustard.n.01_1 ?breakfast_table.n.01_1) + (ontop ?jar__of__spaghetti_sauce.n.01_1 ?breakfast_table.n.01_1) + (ontop ?bottle__of__peanut_butter.n.01_1 ?breakfast_table.n.01_1) + (ontop ?bottle__of__mayonnaise.n.01_1 ?breakfast_table.n.01_1) (forn (4) (?table_knife.n.01 - table_knife.n.01) diff --git a/bddl/activity_definitions/putting_roast_in_oven/problem0.bddl b/bddl/activity_definitions/putting_roast_in_oven/problem0.bddl index 1e43c589..eac590b0 100644 --- a/bddl/activity_definitions/putting_roast_in_oven/problem0.bddl +++ b/bddl/activity_definitions/putting_roast_in_oven/problem0.bddl @@ -4,7 +4,6 @@ (:objects oven.n.01_1 - oven.n.01 chicken.n.01_1 - chicken.n.01 - casserole.n.02_1 - casserole.n.02 gravy.n.01_1 - gravy.n.01 soy_sauce.n.01_1 - soy_sauce.n.01 rosemary.n.02_1 - rosemary.n.02 @@ -16,13 +15,12 @@ ) (:init - (inside chicken.n.01_1 casserole.n.02_1) (covered chicken.n.01_1 gravy.n.01_1) (covered chicken.n.01_1 soy_sauce.n.01_1) (covered chicken.n.01_1 rosemary.n.02_1) (covered chicken.n.01_1 salt.n.02_1) (covered chicken.n.01_1 olive_oil.n.01_1) - (ontop casserole.n.02_1 countertop.n.01_1) + (ontop chicken.n.01_1 countertop.n.01_1) (inroom oven.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) @@ -31,8 +29,7 @@ (:goal (and - (inside ?chicken.n.01_1 ?casserole.n.02_1) - (inside ?casserole.n.02_1 ?oven.n.01_1) + (inside ?chicken.n.01_1 ?oven.n.01_1) (toggled_on ?oven.n.01_1) (covered ?chicken.n.01_1 ?gravy.n.01_1) (covered ?chicken.n.01_1 ?soy_sauce.n.01_1) @@ -41,4 +38,4 @@ (covered ?chicken.n.01_1 ?olive_oil.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_shopping_away/problem0.bddl b/bddl/activity_definitions/putting_shopping_away/problem0.bddl index 30353137..66ba1039 100644 --- a/bddl/activity_definitions/putting_shopping_away/problem0.bddl +++ b/bddl/activity_definitions/putting_shopping_away/problem0.bddl @@ -4,10 +4,10 @@ (:objects sack.n.01_1 sack.n.01_2 - sack.n.01 floor.n.01_1 - floor.n.01 - ground_beef__package.n.01_1 - ground_beef__package.n.01 - cooking_oil__bottle.n.01_1 - cooking_oil__bottle.n.01 + pack__of__ground_beef.n.01_1 - pack__of__ground_beef.n.01 + bottle__of__cooking_oil.n.01_1 - bottle__of__cooking_oil.n.01 cup__of__yogurt.n.01_1 - cup__of__yogurt.n.01 - cereal_box.n.01_1 - cereal_box.n.01 + box__of__cereal.n.01_1 - box__of__cereal.n.01 canned_food.n.01_1 - canned_food.n.01 cabinet.n.01_1 - cabinet.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -17,10 +17,10 @@ (:init (ontop sack.n.01_1 floor.n.01_1) (ontop sack.n.01_2 floor.n.01_1) - (inside ground_beef__package.n.01_1 sack.n.01_1) - (inside cooking_oil__bottle.n.01_1 sack.n.01_1) + (inside pack__of__ground_beef.n.01_1 sack.n.01_1) + (inside bottle__of__cooking_oil.n.01_1 sack.n.01_1) (inside cup__of__yogurt.n.01_1 sack.n.01_2) - (inside cereal_box.n.01_1 sack.n.01_2) + (inside box__of__cereal.n.01_1 sack.n.01_2) (inside canned_food.n.01_1 sack.n.01_2) (inroom floor.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) @@ -30,11 +30,11 @@ (:goal (and - (inside ?ground_beef__package.n.01_1 ?electric_refrigerator.n.01_1) - (inside ?cooking_oil__bottle.n.01_1 ?cabinet.n.01_1) + (inside ?pack__of__ground_beef.n.01_1 ?electric_refrigerator.n.01_1) + (inside ?bottle__of__cooking_oil.n.01_1 ?cabinet.n.01_1) (inside ?cup__of__yogurt.n.01_1 ?electric_refrigerator.n.01_1) (inside ?canned_food.n.01_1 ?cabinet.n.01_1) - (inside ?cereal_box.n.01_1 ?cabinet.n.01_1) + (inside ?box__of__cereal.n.01_1 ?cabinet.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/putting_towels_in_bathroom/problem0.bddl b/bddl/activity_definitions/putting_towels_in_bathroom/problem0.bddl index 57a97116..150a6bbe 100644 --- a/bddl/activity_definitions/putting_towels_in_bathroom/problem0.bddl +++ b/bddl/activity_definitions/putting_towels_in_bathroom/problem0.bddl @@ -8,7 +8,6 @@ floor.n.01_1 - floor.n.01 towel_rack.n.01_1 - towel_rack.n.01 mirror.n.01_1 - mirror.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -19,7 +18,6 @@ (inroom cabinet.n.01_1 bathroom) (inroom towel_rack.n.01_1 bathroom) (inroom mirror.n.01_1 bathroom) - (inroom wall.n.01_1 bathroom) (ontop agent.n.01_1 floor.n.01_1) ) @@ -29,4 +27,4 @@ (draped ?hand_towel.n.01_1 ?towel_rack.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_up_Christmas_decorations_inside/problem0.bddl b/bddl/activity_definitions/putting_up_Christmas_decorations_inside/problem0.bddl index 1a2454e6..8d462649 100644 --- a/bddl/activity_definitions/putting_up_Christmas_decorations_inside/problem0.bddl +++ b/bddl/activity_definitions/putting_up_Christmas_decorations_inside/problem0.bddl @@ -6,7 +6,7 @@ wreath.n.01_1 - wreath.n.01 bow.n.08_1 bow.n.08_2 bow.n.08_3 - bow.n.08 candle.n.01_1 candle.n.01_2 - candle.n.01 - wrapping.n.01_1 wrapping.n.01_2 wrapping.n.01_3 - wrapping.n.01 + gift_box.n.01_1 gift_box.n.01_2 gift_box.n.01_3 - gift_box.n.01 carton.n.02_1 - carton.n.02 floor.n.01_1 - floor.n.01 table.n.02_1 - table.n.02 @@ -23,9 +23,9 @@ (inside bow.n.08_3 carton.n.02_1) (inside candle.n.01_1 carton.n.02_1) (inside candle.n.01_2 carton.n.02_1) - (ontop wrapping.n.01_1 floor.n.01_1) - (ontop wrapping.n.01_2 floor.n.01_1) - (ontop wrapping.n.01_3 floor.n.01_1) + (ontop gift_box.n.01_1 floor.n.01_1) + (ontop gift_box.n.01_2 floor.n.01_1) + (ontop gift_box.n.01_3 floor.n.01_1) (inroom floor.n.01_1 living_room) (inroom table.n.02_1 dining_room) (inroom sofa.n.01_1 living_room) @@ -35,10 +35,10 @@ (:goal (and (forall - (?wrapping.n.01 - wrapping.n.01) + (?gift_box.n.01 - gift_box.n.01) (or - (nextto ?wrapping.n.01 ?christmas_tree.n.05_1) - (under ?wrapping.n.01 ?christmas_tree.n.05_1) + (nextto ?gift_box.n.01 ?christmas_tree.n.05_1) + (under ?gift_box.n.01 ?christmas_tree.n.05_1) ) ) (forall diff --git a/bddl/activity_definitions/putting_up_Christmas_decorations_outside/problem0.bddl b/bddl/activity_definitions/putting_up_Christmas_decorations_outside/problem0.bddl index 1fd3c4a8..51a9c093 100644 --- a/bddl/activity_definitions/putting_up_Christmas_decorations_outside/problem0.bddl +++ b/bddl/activity_definitions/putting_up_Christmas_decorations_outside/problem0.bddl @@ -8,7 +8,6 @@ wreath.n.01_1 - wreath.n.01 lantern.n.01_1 lantern.n.01_2 - lantern.n.01 poinsettia.n.01_1 poinsettia.n.01_2 - poinsettia.n.01 - ladder.n.01_1 - ladder.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -27,7 +26,6 @@ (attached wreath.n.01_1 wall.n.01_1) ) (inroom lawn.n.01_1 garden) - (inroom ladder.n.01_1 garden) (inroom floor.n.01_1 garden) (inroom wall.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) @@ -53,4 +51,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/putting_up_Christmas_lights_inside/problem0.bddl b/bddl/activity_definitions/putting_up_Christmas_lights_inside/problem0.bddl index 4af05d3b..05b4dce9 100644 --- a/bddl/activity_definitions/putting_up_Christmas_lights_inside/problem0.bddl +++ b/bddl/activity_definitions/putting_up_Christmas_lights_inside/problem0.bddl @@ -5,7 +5,6 @@ fairy_light.n.01_1 - fairy_light.n.01 floor.n.01_1 - floor.n.01 wall.n.01_1 - wall.n.01 - ladder.n.01_1 - ladder.n.01 agent.n.01_1 - agent.n.01 ) @@ -16,7 +15,6 @@ ) (inroom floor.n.01_1 living_room) (inroom wall.n.01_1 living_room) - (ontop ladder.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/putting_up_outdoor_holiday_decorations/problem0.bddl b/bddl/activity_definitions/putting_up_outdoor_holiday_decorations/problem0.bddl index 141fbbdf..1f7ecc4f 100644 --- a/bddl/activity_definitions/putting_up_outdoor_holiday_decorations/problem0.bddl +++ b/bddl/activity_definitions/putting_up_outdoor_holiday_decorations/problem0.bddl @@ -31,7 +31,7 @@ (inroom wall.n.01_1 garden) (inroom floor.n.01_2 living_room) (inroom rail_fence.n.01_1 garden) - (inroom pot_plant.n.01_1 garden) + (ontop pot_plant.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_2) ) @@ -44,4 +44,4 @@ (ontop ?pot_plant.n.01_1 ?lawn.n.01_1) ) ) -) +) \ No newline at end of file diff --git a/bddl/activity_definitions/rearranging_kitchen_furniture/problem0.bddl b/bddl/activity_definitions/rearranging_kitchen_furniture/problem0.bddl index bdfc6e52..5b183c38 100644 --- a/bddl/activity_definitions/rearranging_kitchen_furniture/problem0.bddl +++ b/bddl/activity_definitions/rearranging_kitchen_furniture/problem0.bddl @@ -14,7 +14,7 @@ (:init (ontop toaster_oven.n.01_1 countertop.n.01_1) (ontop wooden_spoon.n.02_1 countertop.n.01_1) - (ontop table.n.02_1 floor.n.01_1) + (inroom table.n.02_1 living_room) (inroom floor.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) diff --git a/bddl/activity_definitions/remove_a_broken_light_bulb/problem0.bddl b/bddl/activity_definitions/remove_a_broken_light_bulb/problem0.bddl index 6d476938..65239e8e 100644 --- a/bddl/activity_definitions/remove_a_broken_light_bulb/problem0.bddl +++ b/bddl/activity_definitions/remove_a_broken_light_bulb/problem0.bddl @@ -6,7 +6,6 @@ floor.n.01_1 - floor.n.01 broken__light_bulb.n.01_1 - broken__light_bulb.n.01 coffee_table.n.01_1 - coffee_table.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -15,7 +14,6 @@ (attached broken__light_bulb.n.01_1 table_lamp.n.01_1) (inroom floor.n.01_1 living_room) (inroom coffee_table.n.01_1 living_room) - (inroom wall.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) ) @@ -26,4 +24,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/removing_lint_from_dryer/problem0.bddl b/bddl/activity_definitions/removing_lint_from_dryer/problem0.bddl index dec722b9..d3aa45c3 100644 --- a/bddl/activity_definitions/removing_lint_from_dryer/problem0.bddl +++ b/bddl/activity_definitions/removing_lint_from_dryer/problem0.bddl @@ -10,7 +10,6 @@ floor.n.01_1 - floor.n.01 dust.n.01_1 - dust.n.01 washer.n.03_1 - washer.n.03 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -23,7 +22,6 @@ (inroom floor.n.01_1 utility_room) (inroom washer.n.03_1 utility_room) (inroom clothes_dryer.n.01_1 utility_room) - (inroom wall.n.01_1 utility_room) (ontop agent.n.01_1 floor.n.01_1) ) diff --git a/bddl/activity_definitions/returning_consumer_goods/problem0.bddl b/bddl/activity_definitions/returning_consumer_goods/problem0.bddl index a0fbe2ac..3655c41d 100644 --- a/bddl/activity_definitions/returning_consumer_goods/problem0.bddl +++ b/bddl/activity_definitions/returning_consumer_goods/problem0.bddl @@ -4,7 +4,7 @@ (:objects money.n.01_1 - money.n.01 checkout.n.03_1 - checkout.n.03 - pop_bottle.n.01_1 pop_bottle.n.01_2 - pop_bottle.n.01 + bottle__of__soda.n.01_1 bottle__of__soda.n.01_2 - bottle__of__soda.n.01 shoulder_bag.n.01_1 - shoulder_bag.n.01 sack.n.01_1 - sack.n.01 floor.n.01_1 - floor.n.01 @@ -14,8 +14,8 @@ (:init (ontop money.n.01_1 checkout.n.03_1) - (inside pop_bottle.n.01_1 sack.n.01_1) - (inside pop_bottle.n.01_2 sack.n.01_1) + (inside bottle__of__soda.n.01_1 sack.n.01_1) + (inside bottle__of__soda.n.01_2 sack.n.01_1) (ontop sack.n.01_1 checkout.n.03_1) (ontop shoulder_bag.n.01_1 checkout.n.03_1) (inroom floor.n.01_1 grocery_store) @@ -28,8 +28,8 @@ (and (inside ?money.n.01_1 ?shoulder_bag.n.01_1) (forall - (?pop_bottle.n.01 - pop_bottle.n.01) - (ontop ?pop_bottle.n.01 ?checkout.n.03_1) + (?bottle__of__soda.n.01 - bottle__of__soda.n.01) + (ontop ?bottle__of__soda.n.01 ?checkout.n.03_1) ) ) ) diff --git a/bddl/activity_definitions/returning_videotapes_to_store/problem0.bddl b/bddl/activity_definitions/returning_videotapes_to_store/problem0.bddl index ffb74e6f..9a9cbcb9 100644 --- a/bddl/activity_definitions/returning_videotapes_to_store/problem0.bddl +++ b/bddl/activity_definitions/returning_videotapes_to_store/problem0.bddl @@ -11,8 +11,7 @@ ) (:init - (ontop cash_register.n.01_1 checkout.n.03_1) - (closed cash_register.n.01_1) + (ontop cash_register.n.01_1 checkout.n.03_1) (ontop videodisk.n.01_1 checkout.n.03_1) (ontop videodisk.n.01_2 checkout.n.03_1) (ontop videodisk.n.01_3 checkout.n.03_1) diff --git a/bddl/activity_definitions/selling_products_at_flea_market/problem0.bddl b/bddl/activity_definitions/selling_products_at_flea_market/problem0.bddl index bd2ee644..bb293fa5 100644 --- a/bddl/activity_definitions/selling_products_at_flea_market/problem0.bddl +++ b/bddl/activity_definitions/selling_products_at_flea_market/problem0.bddl @@ -2,27 +2,27 @@ (:domain omnigibson) (:objects - chocolate_box.n.01_1 chocolate_box.n.01_2 - chocolate_box.n.01 + box__of__chocolates.n.01_1 box__of__chocolates.n.01_2 - box__of__chocolates.n.01 carton.n.02_1 carton.n.02_2 - carton.n.02 - pop_bottle.n.01_1 pop_bottle.n.01_2 - pop_bottle.n.01 - cookie.n.01_1 cookie.n.01_2 - cookie.n.01 + bottle__of__soda.n.01_1 bottle__of__soda.n.01_2 - bottle__of__soda.n.01 + chocolate_chip_cookie.n.01_1 chocolate_chip_cookie.n.01_2 - chocolate_chip_cookie.n.01 cash_register.n.01_1 - cash_register.n.01 booth.n.01_1 - booth.n.01 - candy.n.01_1 candy.n.01_2 - candy.n.01 + box__of__candy.n.01_1 box__of__candy.n.01_2 - box__of__candy.n.01 floor.n.01_1 - floor.n.01 price_tag.n.01_1 price_tag.n.01_2 price_tag.n.01_3 price_tag.n.01_4 - price_tag.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside chocolate_box.n.01_1 carton.n.02_1) - (inside chocolate_box.n.01_2 carton.n.02_1) - (inside pop_bottle.n.01_1 carton.n.02_1) - (inside pop_bottle.n.01_2 carton.n.02_1) - (inside cookie.n.01_1 carton.n.02_1) - (inside cookie.n.01_2 carton.n.02_1) - (inside candy.n.01_1 carton.n.02_1) - (inside candy.n.01_2 carton.n.02_1) + (inside box__of__chocolates.n.01_1 carton.n.02_1) + (inside box__of__chocolates.n.01_2 carton.n.02_1) + (inside bottle__of__soda.n.01_1 carton.n.02_1) + (inside bottle__of__soda.n.01_2 carton.n.02_1) + (inside chocolate_chip_cookie.n.01_1 carton.n.02_1) + (inside chocolate_chip_cookie.n.01_2 carton.n.02_1) + (inside box__of__candy.n.01_1 carton.n.02_1) + (inside box__of__candy.n.01_2 carton.n.02_1) (inside cash_register.n.01_1 carton.n.02_2) (ontop carton.n.02_1 floor.n.01_1) (ontop carton.n.02_2 floor.n.01_1) @@ -39,58 +39,58 @@ (and (ontop ?cash_register.n.01_1 ?booth.n.01_1) (forall - (?chocolate_box.n.01 - chocolate_box.n.01) - (ontop ?chocolate_box.n.01 ?booth.n.01_1) + (?box__of__chocolates.n.01 - box__of__chocolates.n.01) + (ontop ?box__of__chocolates.n.01 ?booth.n.01_1) ) - (nextto ?chocolate_box.n.01_1 ?chocolate_box.n.01_2) + (nextto ?box__of__chocolates.n.01_1 ?box__of__chocolates.n.01_2) (exists (?price_tag.n.01 - price_tag.n.01) (and (exists - (?chocolate_box.n.01 - chocolate_box.n.01) - (touching ?price_tag.n.01 ?chocolate_box.n.01) + (?box__of__chocolates.n.01 - box__of__chocolates.n.01) + (touching ?price_tag.n.01 ?box__of__chocolates.n.01) ) ) ) (forall - (?pop_bottle.n.01 - pop_bottle.n.01) - (ontop ?pop_bottle.n.01 ?booth.n.01_1) + (?bottle__of__soda.n.01 - bottle__of__soda.n.01) + (ontop ?bottle__of__soda.n.01 ?booth.n.01_1) ) - (nextto ?pop_bottle.n.01_1 ?pop_bottle.n.01_2) + (nextto ?bottle__of__soda.n.01_1 ?bottle__of__soda.n.01_2) (exists (?price_tag.n.01 - price_tag.n.01) (and (exists - (?pop_bottle.n.01 - pop_bottle.n.01) - (touching ?price_tag.n.01 ?pop_bottle.n.01) + (?bottle__of__soda.n.01 - bottle__of__soda.n.01) + (touching ?price_tag.n.01 ?bottle__of__soda.n.01) ) ) ) (forall - (?cookie.n.01 - cookie.n.01) - (ontop ?cookie.n.01 ?booth.n.01_1) + (?chocolate_chip_cookie.n.01 - chocolate_chip_cookie.n.01) + (ontop ?chocolate_chip_cookie.n.01 ?booth.n.01_1) ) - (nextto ?cookie.n.01_1 ?cookie.n.01_2) + (nextto ?chocolate_chip_cookie.n.01_1 ?chocolate_chip_cookie.n.01_2) (exists (?price_tag.n.01 - price_tag.n.01) (and (exists - (?cookie.n.01 - cookie.n.01) - (touching ?price_tag.n.01 ?cookie.n.01) + (?chocolate_chip_cookie.n.01 - chocolate_chip_cookie.n.01) + (touching ?price_tag.n.01 ?chocolate_chip_cookie.n.01) ) ) ) (forall - (?candy.n.01 - candy.n.01) - (ontop ?candy.n.01 ?booth.n.01_1) + (?box__of__candy.n.01 - box__of__candy.n.01) + (ontop ?box__of__candy.n.01 ?booth.n.01_1) ) - (nextto ?candy.n.01_1 ?candy.n.01_2) + (nextto ?box__of__candy.n.01_1 ?box__of__candy.n.01_2) (exists (?price_tag.n.01 - price_tag.n.01) (and (exists - (?candy.n.01 - candy.n.01) - (touching ?price_tag.n.01 ?candy.n.01) + (?box__of__candy.n.01 - box__of__candy.n.01) + (touching ?price_tag.n.01 ?box__of__candy.n.01) ) ) ) diff --git a/bddl/activity_definitions/sending_packages/problem0.bddl b/bddl/activity_definitions/sending_packages/problem0.bddl index 37344783..2e4ef579 100644 --- a/bddl/activity_definitions/sending_packages/problem0.bddl +++ b/bddl/activity_definitions/sending_packages/problem0.bddl @@ -6,7 +6,6 @@ coffee_table.n.01_1 - coffee_table.n.01 mailbox.n.01_1 - mailbox.n.01 floor.n.01_1 floor.n.01_2 - floor.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -18,7 +17,6 @@ (ontop mailbox.n.01_1 floor.n.01_1) (inroom coffee_table.n.01_1 living_room) (inroom floor.n.01_1 garden) - (inroom wall.n.01_1 garden) (inroom floor.n.01_2 living_room) (ontop agent.n.01_1 floor.n.01_2) ) @@ -32,9 +30,11 @@ (inside ?package.n.02 ?mailbox.n.01_1) (nextto ?package.n.02 ?mailbox.n.01_1) ) - (closed ?package.n.02) + (not + (open ?package.n.02) + ) ) ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/serving_food_at_a_homeless_shelter/problem0.bddl b/bddl/activity_definitions/serving_food_at_a_homeless_shelter/problem0.bddl index d73da1c2..5b979270 100644 --- a/bddl/activity_definitions/serving_food_at_a_homeless_shelter/problem0.bddl +++ b/bddl/activity_definitions/serving_food_at_a_homeless_shelter/problem0.bddl @@ -45,12 +45,12 @@ (ontop water_bottle.n.01_1 breakfast_table.n.01_1) (ontop water_bottle.n.01_2 breakfast_table.n.01_1) (ontop tupperware.n.01_1 breakfast_table.n.01_1) - (inside ladle.n.01_1 casserole.n.02_1) - (inside ladle.n.01_2 casserole.n.02_2) - (inside ladle.n.01_3 casserole.n.02_3) - (inside ladle.n.01_4 casserole.n.02_4) - (inside ladle.n.01_5 casserole.n.02_5) - (inside ladle.n.01_6 casserole.n.02_6) + (ontop ladle.n.01_1 casserole.n.02_1) + (ontop ladle.n.01_2 casserole.n.02_2) + (ontop ladle.n.01_3 casserole.n.02_3) + (ontop ladle.n.01_4 casserole.n.02_4) + (ontop ladle.n.01_5 casserole.n.02_5) + (ontop ladle.n.01_6 casserole.n.02_6) (ontop plate.n.04_1 breakfast_table.n.01_2) (ontop plate.n.04_2 breakfast_table.n.01_2) (ontop bowl.n.01_1 breakfast_table.n.01_2) diff --git a/bddl/activity_definitions/set_a_fancy_table/problem0.bddl b/bddl/activity_definitions/set_a_fancy_table/problem0.bddl index ac755a0e..695feeb7 100644 --- a/bddl/activity_definitions/set_a_fancy_table/problem0.bddl +++ b/bddl/activity_definitions/set_a_fancy_table/problem0.bddl @@ -80,9 +80,6 @@ (nextto ?wineglass.n.01_1 ?plate.n.04_1) (nextto ?water_glass.n.02_1 ?wineglass.n.01_1) (ontop ?vase.n.01_1 ?breakfast_table.n.01_1) - (not - (touching ?vase.n.01_1 ?place_mat.n.01_1) - ) (inside ?bouquet.n.01_1 ?vase.n.01_1) (nextto ?candlestick.n.01_1 ?vase.n.01_1) (forall diff --git a/bddl/activity_definitions/set_a_table_for_a_tea_party/problem0.bddl b/bddl/activity_definitions/set_a_table_for_a_tea_party/problem0.bddl index fc50e358..7ab78afa 100644 --- a/bddl/activity_definitions/set_a_table_for_a_tea_party/problem0.bddl +++ b/bddl/activity_definitions/set_a_table_for_a_tea_party/problem0.bddl @@ -12,9 +12,9 @@ teacup.n.02_1 - teacup.n.02 teapot.n.01_1 - teapot.n.01 scone.n.01_1 - scone.n.01 - jam__jar.n.01_1 - jam__jar.n.01 + jar__of__jam.n.01_1 - jar__of__jam.n.01 sugar_cookie.n.01_1 - sugar_cookie.n.01 - honey__jar.n.01_1 - honey__jar.n.01 + jar__of__honey.n.01_1 - jar__of__honey.n.01 plate.n.04_1 - plate.n.04 table_knife.n.01_1 table_knife.n.01_2 - table_knife.n.01 tablefork.n.01_1 - tablefork.n.01 @@ -36,8 +36,8 @@ (ontop tray.n.01_1 console_table.n.01_1) (ontop teacup.n.02_1 console_table.n.01_1) (ontop teapot.n.01_1 console_table.n.01_1) - (ontop jam__jar.n.01_1 console_table.n.01_1) - (ontop honey__jar.n.01_1 console_table.n.01_1) + (ontop jar__of__jam.n.01_1 console_table.n.01_1) + (ontop jar__of__honey.n.01_1 console_table.n.01_1) (ontop table_knife.n.01_1 plate.n.04_1) (ontop table_knife.n.01_2 plate.n.04_1) (ontop tablefork.n.01_1 plate.n.04_1) @@ -62,15 +62,15 @@ ) (ontop ?scone.n.01_1 ?tray.n.01_1) (ontop ?sugar_cookie.n.01_1 ?tray.n.01_1) - (ontop ?honey__jar.n.01_1 ?tray.n.01_1) + (ontop ?jar__of__honey.n.01_1 ?tray.n.01_1) (exists (?table_knife.n.01 - table_knife.n.01) - (touching ?table_knife.n.01 ?honey__jar.n.01_1) + (touching ?table_knife.n.01 ?jar__of__honey.n.01_1) ) - (ontop ?jam__jar.n.01_1 ?tray.n.01_1) + (ontop ?jar__of__jam.n.01_1 ?tray.n.01_1) (exists (?table_knife.n.01 - table_knife.n.01) - (touching ?table_knife.n.01 ?jam__jar.n.01_1) + (touching ?table_knife.n.01 ?jar__of__jam.n.01_1) ) (ontop ?tray.n.01_1 ?breakfast_table.n.01_1) (contains ?tray.n.01_2 ?diced__cheddar.n.01_1) diff --git a/bddl/activity_definitions/set_up_a_bird_cage/problem0.bddl b/bddl/activity_definitions/set_up_a_bird_cage/problem0.bddl index 7a894aff..c146facc 100644 --- a/bddl/activity_definitions/set_up_a_bird_cage/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_bird_cage/problem0.bddl @@ -5,7 +5,7 @@ birdcage.n.01_1 - birdcage.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 bowl.n.01_1 bowl.n.01_2 - bowl.n.01 - pinwheel.n.03_1 pinwheel.n.03_2 - pinwheel.n.03 + toy_figure.n.01_1 toy_figure.n.01_2 - toy_figure.n.01 water.n.06_1 - water.n.06 sink.n.01_1 - sink.n.01 apple.n.01_1 - apple.n.01 @@ -17,8 +17,8 @@ (ontop birdcage.n.01_1 breakfast_table.n.01_1) (ontop bowl.n.01_1 breakfast_table.n.01_1) (ontop bowl.n.01_2 breakfast_table.n.01_1) - (ontop pinwheel.n.03_1 breakfast_table.n.01_1) - (ontop pinwheel.n.03_2 breakfast_table.n.01_1) + (ontop toy_figure.n.01_1 breakfast_table.n.01_1) + (ontop toy_figure.n.01_2 breakfast_table.n.01_1) (ontop apple.n.01_1 breakfast_table.n.01_1) (insource sink.n.01_1 water.n.06_1) (inroom sink.n.01_1 kitchen) @@ -48,8 +48,8 @@ ) ) (forall - (?pinwheel.n.03 - pinwheel.n.03) - (inside ?pinwheel.n.03 ?birdcage.n.01_1) + (?toy_figure.n.01 - toy_figure.n.01) + (inside ?toy_figure.n.01 ?birdcage.n.01_1) ) (forall (?bowl.n.01 - bowl.n.01) diff --git a/bddl/activity_definitions/set_up_a_buffet/problem0.bddl b/bddl/activity_definitions/set_up_a_buffet/problem0.bddl index 232c3e4e..a46af436 100644 --- a/bddl/activity_definitions/set_up_a_buffet/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_buffet/problem0.bddl @@ -108,7 +108,7 @@ ) (contains ?casserole.n.02 ?cooked__diced__broccoli.n.01_1) (not - (contains ?casserole.n.02 ?chicken_leg.n.01_1) + (inside ?chicken_leg.n.01_1 ?casserole.n.02) ) (not (contains ?casserole.n.02 ?cooked__quinoa.n.01_1) diff --git a/bddl/activity_definitions/set_up_a_coffee_station_in_your_kitchen/problem0.bddl b/bddl/activity_definitions/set_up_a_coffee_station_in_your_kitchen/problem0.bddl index 704ff2bb..abf137f2 100644 --- a/bddl/activity_definitions/set_up_a_coffee_station_in_your_kitchen/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_coffee_station_in_your_kitchen/problem0.bddl @@ -4,7 +4,7 @@ (:objects coffee_maker.n.01_1 - coffee_maker.n.01 countertop.n.01_1 - countertop.n.01 - instant_coffee__jar.n.01_1 - instant_coffee__jar.n.01 + bottle__of__coffee.n.01_1 - bottle__of__coffee.n.01 cabinet.n.01_1 - cabinet.n.01 paper_coffee_filter.n.01_1 - paper_coffee_filter.n.01 teacup.n.02_1 - teacup.n.02 @@ -17,7 +17,7 @@ (:init (ontop coffee_maker.n.01_1 countertop.n.01_1) - (inside instant_coffee__jar.n.01_1 cabinet.n.01_1) + (inside bottle__of__coffee.n.01_1 cabinet.n.01_1) (inside paper_coffee_filter.n.01_1 cabinet.n.01_1) (inside teacup.n.02_1 dishwasher.n.01_1) (inside saucer.n.02_1 dishwasher.n.01_1) @@ -32,7 +32,7 @@ (:goal (and (ontop ?coffee_maker.n.01_1 ?countertop.n.01_1) - (nextto ?instant_coffee__jar.n.01_1 ?coffee_maker.n.01_1) + (nextto ?bottle__of__coffee.n.01_1 ?coffee_maker.n.01_1) (ontop ?paper_coffee_filter.n.01_1 ?coffee_maker.n.01_1) (ontop ?saucer.n.02_1 ?countertop.n.01_1) (ontop ?teacup.n.02_1 ?saucer.n.02_1) diff --git a/bddl/activity_definitions/set_up_a_guinea_pig_cage/problem0.bddl b/bddl/activity_definitions/set_up_a_guinea_pig_cage/problem0.bddl index fe68e218..19307cd7 100644 --- a/bddl/activity_definitions/set_up_a_guinea_pig_cage/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_guinea_pig_cage/problem0.bddl @@ -3,7 +3,7 @@ (:objects hutch.n.01_1 - hutch.n.01 - gunnysack.n.01_1 - gunnysack.n.01 + carton.n.02_1 - carton.n.02 floor.n.01_1 - floor.n.01 pellet_food.n.01_1 - pellet_food.n.01 pellet_food__bag.n.01_1 - pellet_food__bag.n.01 @@ -20,8 +20,8 @@ (ontop pellet_food__bag.n.01_1 floor.n.01_1) (ontop water_bottle.n.01_1 coffee_table.n.01_1) (ontop bowl.n.01_1 coffee_table.n.01_1) - (filled gunnysack.n.01_1 hay.n.01_1) - (ontop gunnysack.n.01_1 floor.n.01_1) + (filled carton.n.02_1 hay.n.01_1) + (ontop carton.n.02_1 floor.n.01_1) (inroom coffee_table.n.01_1 living_room) (inroom floor.n.01_1 living_room) (ontop agent.n.01_1 floor.n.01_1) @@ -33,7 +33,7 @@ (filled ?bowl.n.01_1 ?pellet_food.n.01_1) (inside ?bowl.n.01_1 ?hutch.n.01_1) (inside ?water_bottle.n.01_1 ?hutch.n.01_1) - (contains ?hutch.n.01_1 ?hay.n.01_1) + (covered ?hutch.n.01_1 ?hay.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/set_up_a_home_office_in_your_garage/problem0.bddl b/bddl/activity_definitions/set_up_a_home_office_in_your_garage/problem0.bddl index ba81ca9f..f9558071 100644 --- a/bddl/activity_definitions/set_up_a_home_office_in_your_garage/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_home_office_in_your_garage/problem0.bddl @@ -8,7 +8,6 @@ router.n.02_1 - router.n.02 carton.n.02_1 - carton.n.02 swivel_chair.n.01_1 - swivel_chair.n.01 - wall.n.01_1 - wall.n.01 desk.n.01_1 - desk.n.01 agent.n.01_1 - agent.n.01 ) @@ -20,7 +19,6 @@ (ontop carton.n.02_1 floor.n.01_1) (inroom floor.n.01_1 corridor) (inroom swivel_chair.n.01_1 garage) - (inroom wall.n.01_1 garage) (inroom desk.n.01_1 garage) (ontop agent.n.01_1 floor.n.01_1) ) @@ -32,4 +30,4 @@ (ontop ?router.n.02_1 ?floor.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/set_up_a_hot_dog_bar/problem0.bddl b/bddl/activity_definitions/set_up_a_hot_dog_bar/problem0.bddl index 9326d868..0482341b 100644 --- a/bddl/activity_definitions/set_up_a_hot_dog_bar/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_hot_dog_bar/problem0.bddl @@ -6,8 +6,8 @@ coffee_table.n.01_1 - coffee_table.n.01 frankfurter_bun.n.01_1 frankfurter_bun.n.01_2 - frankfurter_bun.n.01 hotdog.n.02_1 hotdog.n.02_2 - hotdog.n.02 - catsup__bottle.n.01_1 - catsup__bottle.n.01 - mustard__bottle.n.01_1 - mustard__bottle.n.01 + bottle__of__catsup.n.01_1 - bottle__of__catsup.n.01 + bottle__of__mustard.n.01_1 - bottle__of__mustard.n.01 bowl.n.01_1 - bowl.n.01 vidalia_onion.n.01_1 vidalia_onion.n.01_2 - vidalia_onion.n.01 diced__vidalia_onion.n.01_1 - diced__vidalia_onion.n.01 @@ -30,8 +30,8 @@ (ontop sack.n.01_1 countertop.n.01_1) (inside hotdog.n.02_1 electric_refrigerator.n.01_1) (inside hotdog.n.02_2 electric_refrigerator.n.01_1) - (inside catsup__bottle.n.01_1 electric_refrigerator.n.01_1) - (inside mustard__bottle.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__catsup.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__mustard.n.01_1 electric_refrigerator.n.01_1) (inside vidalia_onion.n.01_1 bowl.n.01_1) (inside vidalia_onion.n.01_2 bowl.n.01_1) (ontop bowl.n.01_1 countertop.n.01_1) @@ -85,8 +85,8 @@ (ontop ?tongs.n.01 ?plate.n.04) ) (overlaid ?tablecloth.n.01_1 ?coffee_table.n.01_1) - (ontop ?catsup__bottle.n.01_1 ?tablecloth.n.01_1) - (ontop ?mustard__bottle.n.01_1 ?tablecloth.n.01_1) + (ontop ?bottle__of__catsup.n.01_1 ?tablecloth.n.01_1) + (ontop ?bottle__of__mustard.n.01_1 ?tablecloth.n.01_1) (filled ?bowl.n.01_1 ?diced__vidalia_onion.n.01_1) (ontop ?bowl.n.01_1 ?tablecloth.n.01_1) ) diff --git a/bddl/activity_definitions/set_up_a_mouse_cage/problem0.bddl b/bddl/activity_definitions/set_up_a_mouse_cage/problem0.bddl index c09a5b9f..452b79a2 100644 --- a/bddl/activity_definitions/set_up_a_mouse_cage/problem0.bddl +++ b/bddl/activity_definitions/set_up_a_mouse_cage/problem0.bddl @@ -2,11 +2,10 @@ (:domain omnigibson) (:objects - pinwheel.n.03_1 pinwheel.n.03_2 - pinwheel.n.03 floor.n.01_1 - floor.n.01 petfood.n.01_1 - petfood.n.01 petfood__bag.n.01_1 - petfood__bag.n.01 - tissue.n.02_1 - tissue.n.02 + hand_towel.n.01_1 - hand_towel.n.01 hamster_wheel.n.01_1 - hamster_wheel.n.01 water_bottle.n.01_1 - water_bottle.n.01 hutch.n.01_1 - hutch.n.01 @@ -16,11 +15,9 @@ ) (:init - (ontop pinwheel.n.03_1 floor.n.01_1) - (ontop pinwheel.n.03_2 floor.n.01_1) (filled petfood__bag.n.01_1 petfood.n.01_1) (ontop petfood__bag.n.01_1 floor.n.01_1) - (ontop tissue.n.02_1 floor.n.01_1) + (ontop hand_towel.n.01_1 floor.n.01_1) (ontop hamster_wheel.n.01_1 floor.n.01_1) (ontop water_bottle.n.01_1 floor.n.01_1) (ontop hutch.n.01_1 floor.n.01_1) @@ -32,12 +29,8 @@ (:goal (and - (forall - (?pinwheel.n.03 - pinwheel.n.03) - (inside ?pinwheel.n.03 ?hutch.n.01_1) - ) (filled ?bowl.n.01_1 ?petfood.n.01_1) - (overlaid ?tissue.n.02_1 ?hutch.n.01_1) + (overlaid ?hand_towel.n.01_1 ?hutch.n.01_1) (inside ?hamster_wheel.n.01_1 ?hutch.n.01_1) (inside ?water_bottle.n.01_1 ?hutch.n.01_1) (ontop ?hutch.n.01_1 ?coffee_table.n.01_1) diff --git a/bddl/activity_definitions/setting_table_for_coffee/problem0.bddl b/bddl/activity_definitions/setting_table_for_coffee/problem0.bddl index 43031367..875ba3c8 100644 --- a/bddl/activity_definitions/setting_table_for_coffee/problem0.bddl +++ b/bddl/activity_definitions/setting_table_for_coffee/problem0.bddl @@ -5,7 +5,7 @@ espresso.n.01_1 - espresso.n.01 pitcher.n.02_1 - pitcher.n.02 countertop.n.01_1 - countertop.n.01 - cream__carton.n.01_1 - cream__carton.n.01 + box__of__cream.n.01_1 - box__of__cream.n.01 shelf.n.01_1 - shelf.n.01 napkin.n.01_1 napkin.n.01_2 - napkin.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 @@ -20,7 +20,7 @@ (:init (filled pitcher.n.02_1 espresso.n.01_1) (ontop pitcher.n.02_1 countertop.n.01_1) - (inside cream__carton.n.01_1 electric_refrigerator.n.01_1) + (inside box__of__cream.n.01_1 electric_refrigerator.n.01_1) (ontop napkin.n.01_1 breakfast_table.n.01_1) (ontop napkin.n.01_2 breakfast_table.n.01_1) (filled bowl.n.01_1 granulated_sugar.n.01_1) @@ -30,7 +30,7 @@ (inroom breakfast_table.n.01_1 dining_room) (inroom shelf.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) - (inroom electric_refrigerator.n.01_1 dining_room) + (inroom electric_refrigerator.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) @@ -39,7 +39,7 @@ (and (filled ?pitcher.n.02_1 ?espresso.n.01_1) (ontop ?pitcher.n.02_1 ?countertop.n.01_1) - (ontop ?cream__carton.n.01_1 ?breakfast_table.n.01_1) + (ontop ?box__of__cream.n.01_1 ?breakfast_table.n.01_1) (forall (?napkin.n.01 - napkin.n.01) (ontop ?napkin.n.01 ?breakfast_table.n.01_1) diff --git a/bddl/activity_definitions/setting_up_for_an_event/problem0.bddl b/bddl/activity_definitions/setting_up_for_an_event/problem0.bddl index 33f5a842..c4ee08aa 100644 --- a/bddl/activity_definitions/setting_up_for_an_event/problem0.bddl +++ b/bddl/activity_definitions/setting_up_for_an_event/problem0.bddl @@ -5,7 +5,7 @@ hamburger.n.01_1 hamburger.n.01_2 hamburger.n.01_3 hamburger.n.01_4 - hamburger.n.01 floor.n.01_1 - floor.n.01 beer_bottle.n.01_1 beer_bottle.n.01_2 beer_bottle.n.01_3 beer_bottle.n.01_4 - beer_bottle.n.01 - gift__box.n.01_1 gift__box.n.01_2 gift__box.n.01_3 gift__box.n.01_4 - gift__box.n.01 + gift_box.n.01_1 gift_box.n.01_2 gift_box.n.01_3 gift_box.n.01_4 - gift_box.n.01 tablecloth.n.01_1 - tablecloth.n.01 coffee_table.n.01_1 - coffee_table.n.01 agent.n.01_1 - agent.n.01 @@ -20,10 +20,10 @@ (ontop beer_bottle.n.01_2 coffee_table.n.01_1) (ontop beer_bottle.n.01_3 coffee_table.n.01_1) (ontop beer_bottle.n.01_4 coffee_table.n.01_1) - (ontop gift__box.n.01_1 floor.n.01_1) - (ontop gift__box.n.01_2 floor.n.01_1) - (ontop gift__box.n.01_3 floor.n.01_1) - (ontop gift__box.n.01_4 floor.n.01_1) + (ontop gift_box.n.01_1 floor.n.01_1) + (ontop gift_box.n.01_2 floor.n.01_1) + (ontop gift_box.n.01_3 floor.n.01_1) + (ontop gift_box.n.01_4 floor.n.01_1) (ontop tablecloth.n.01_1 floor.n.01_1) (inroom coffee_table.n.01_1 garden) (inroom floor.n.01_1 garden) @@ -39,22 +39,22 @@ (nextto ?hamburger.n.01 ?beer_bottle.n.01) ) (forpairs - (?gift__box.n.01 - gift__box.n.01) + (?gift_box.n.01 - gift_box.n.01) (?beer_bottle.n.01 - beer_bottle.n.01) - (nextto ?gift__box.n.01 ?beer_bottle.n.01) + (nextto ?gift_box.n.01 ?beer_bottle.n.01) ) (forpairs (?hamburger.n.01 - hamburger.n.01) - (?gift__box.n.01 - gift__box.n.01) - (nextto ?hamburger.n.01 ?gift__box.n.01) + (?gift_box.n.01 - gift_box.n.01) + (nextto ?hamburger.n.01 ?gift_box.n.01) ) (forall (?hamburger.n.01 - hamburger.n.01) (ontop ?hamburger.n.01 ?tablecloth.n.01_1) ) (forall - (?gift__box.n.01 - gift__box.n.01) - (ontop ?gift__box.n.01 ?tablecloth.n.01_1) + (?gift_box.n.01 - gift_box.n.01) + (ontop ?gift_box.n.01 ?tablecloth.n.01_1) ) (forall (?beer_bottle.n.01 - beer_bottle.n.01) diff --git a/bddl/activity_definitions/setting_up_garden_furniture/problem0.bddl b/bddl/activity_definitions/setting_up_garden_furniture/problem0.bddl index 41c8a927..f0d3d93c 100644 --- a/bddl/activity_definitions/setting_up_garden_furniture/problem0.bddl +++ b/bddl/activity_definitions/setting_up_garden_furniture/problem0.bddl @@ -6,7 +6,6 @@ floor.n.01_1 - floor.n.01 lawn_chair.n.01_1 lawn_chair.n.01_2 lawn_chair.n.01_3 - lawn_chair.n.01 teacup.n.02_1 teacup.n.02_2 - teacup.n.02 - table.n.02_1 - table.n.02 lawn.n.01_1 - lawn.n.01 driveway.n.01_1 - driveway.n.01 tree.n.01_1 - tree.n.01 @@ -21,8 +20,7 @@ (ontop lawn_chair.n.01_3 floor.n.01_1) (ontop teacup.n.02_1 lawn_chair.n.01_3) (ontop teacup.n.02_2 lawn_chair.n.01_3) - (ontop table.n.02_1 floor.n.01_1) - (inroom floor.n.01_1 garden) + (inroom floor.n.01_1 garden) (inroom lawn.n.01_1 garden) (inroom driveway.n.01_1 garden) (inroom tree.n.01_1 garden) diff --git a/bddl/activity_definitions/setting_up_living_room_for_guest/problem0.bddl b/bddl/activity_definitions/setting_up_living_room_for_guest/problem0.bddl index 955b320c..c2ac9939 100644 --- a/bddl/activity_definitions/setting_up_living_room_for_guest/problem0.bddl +++ b/bddl/activity_definitions/setting_up_living_room_for_guest/problem0.bddl @@ -5,11 +5,11 @@ chip.n.04_1 chip.n.04_2 chip.n.04_3 - chip.n.04 bowl.n.01_1 - bowl.n.01 shelf.n.01_1 - shelf.n.01 - novel.n.02_1 novel.n.02_2 novel.n.02_3 - novel.n.02 + hardback.n.01_1 hardback.n.01_2 hardback.n.01_3 - hardback.n.01 table.n.02_1 - table.n.02 floor.n.01_1 - floor.n.01 dust.n.01_1 - dust.n.01 - dustcloth.n.01_1 - dustcloth.n.01 + rag.n.01_1 - rag.n.01 teddy.n.01_1 - teddy.n.01 agent.n.01_1 - agent.n.01 ) @@ -19,10 +19,10 @@ (inside chip.n.04_2 bowl.n.01_1) (inside chip.n.04_3 bowl.n.01_1) (inside bowl.n.01_1 shelf.n.01_1) - (ontop novel.n.02_1 table.n.02_1) - (ontop novel.n.02_2 table.n.02_1) - (ontop novel.n.02_3 floor.n.01_1) - (inside dustcloth.n.01_1 shelf.n.01_1) + (ontop hardback.n.01_1 table.n.02_1) + (ontop hardback.n.01_2 table.n.02_1) + (ontop hardback.n.01_3 floor.n.01_1) + (inside rag.n.01_1 shelf.n.01_1) (ontop teddy.n.01_1 floor.n.01_1) (covered table.n.02_1 dust.n.01_1) (inroom floor.n.01_1 living_room) @@ -39,11 +39,11 @@ ) (ontop ?bowl.n.01_1 ?table.n.02_1) (forall - (?novel.n.02 - novel.n.02) - (inside ?novel.n.02 ?shelf.n.01_1) + (?hardback.n.01 - hardback.n.01) + (inside ?hardback.n.01 ?shelf.n.01_1) ) - (inside ?dustcloth.n.01_1 ?shelf.n.01_1) - (folded ?dustcloth.n.01_1) + (inside ?rag.n.01_1 ?shelf.n.01_1) + (folded ?rag.n.01_1) (inside ?teddy.n.01_1 ?shelf.n.01_1) (not (covered ?table.n.02_1 ?dust.n.01_1) diff --git a/bddl/activity_definitions/setting_up_room_for_a_movie/problem0.bddl b/bddl/activity_definitions/setting_up_room_for_a_movie/problem0.bddl index 39ee1f70..8708ce55 100644 --- a/bddl/activity_definitions/setting_up_room_for_a_movie/problem0.bddl +++ b/bddl/activity_definitions/setting_up_room_for_a_movie/problem0.bddl @@ -7,7 +7,7 @@ bowl.n.01_1 - bowl.n.01 can__of__soda.n.01_1 can__of__soda.n.01_2 can__of__soda.n.01_3 - can__of__soda.n.01 shelf.n.01_1 - shelf.n.01 - throw.n.04_1 - throw.n.04 + sheet.n.03_1 - sheet.n.03 table.n.02_1 - table.n.02 floor.n.01_1 - floor.n.01 television_receiver.n.01_1 - television_receiver.n.01 @@ -21,7 +21,7 @@ (ontop can__of__soda.n.01_1 shelf.n.01_1) (ontop can__of__soda.n.01_2 shelf.n.01_1) (ontop can__of__soda.n.01_3 shelf.n.01_1) - (ontop throw.n.04_1 table.n.02_1) + (ontop sheet.n.03_1 table.n.02_1) (ontop bowl.n.01_1 table.n.02_1) (inroom floor.n.01_1 living_room) (inroom table.n.02_1 living_room) @@ -37,7 +37,7 @@ (?can__of__soda.n.01 - can__of__soda.n.01) (ontop ?can__of__soda.n.01 ?table.n.02_1) ) - (ontop ?throw.n.04_1 ?sofa.n.01_1) + (ontop ?sheet.n.03_1 ?sofa.n.01_1) (filled ?bowl.n.01_1 ?popcorn.n.02_1) (ontop ?bowl.n.01_1 ?table.n.02_1) ) diff --git a/bddl/activity_definitions/setup_a_bar_for_a_cocktail_party/problem0.bddl b/bddl/activity_definitions/setup_a_bar_for_a_cocktail_party/problem0.bddl index d67d6e6b..0979465b 100644 --- a/bddl/activity_definitions/setup_a_bar_for_a_cocktail_party/problem0.bddl +++ b/bddl/activity_definitions/setup_a_bar_for_a_cocktail_party/problem0.bddl @@ -2,11 +2,11 @@ (:domain omnigibson) (:objects - vodka__bottle.n.01_1 - vodka__bottle.n.01 + bottle__of__vodka.n.01_1 - bottle__of__vodka.n.01 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 - tequila__bottle.n.01_1 - tequila__bottle.n.01 - gin__bottle.n.01_1 - gin__bottle.n.01 - orange_juice__carton.n.01_1 - orange_juice__carton.n.01 + bottle__of__tequila.n.01_1 - bottle__of__tequila.n.01 + bottle__of__gin.n.01_1 - bottle__of__gin.n.01 + carton__of__orange_juice.n.01_1 - carton__of__orange_juice.n.01 wine_bottle.n.01_1 wine_bottle.n.01_2 - wine_bottle.n.01 red_wine.n.01_1 - red_wine.n.01 white_wine.n.01_1 - white_wine.n.01 @@ -25,10 +25,10 @@ ) (:init - (inside vodka__bottle.n.01_1 electric_refrigerator.n.01_1) - (inside tequila__bottle.n.01_1 electric_refrigerator.n.01_1) - (inside gin__bottle.n.01_1 electric_refrigerator.n.01_1) - (inside orange_juice__carton.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__vodka.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__tequila.n.01_1 electric_refrigerator.n.01_1) + (inside bottle__of__gin.n.01_1 electric_refrigerator.n.01_1) + (inside carton__of__orange_juice.n.01_1 electric_refrigerator.n.01_1) (filled wine_bottle.n.01_1 white_wine.n.01_1) (inside wine_bottle.n.01_1 electric_refrigerator.n.01_1) (filled wine_bottle.n.01_2 red_wine.n.01_1) @@ -61,10 +61,10 @@ (:goal (and - (ontop ?vodka__bottle.n.01_1 ?countertop.n.01_1) - (ontop ?tequila__bottle.n.01_1 ?countertop.n.01_1) - (ontop ?gin__bottle.n.01_1 ?countertop.n.01_1) - (ontop ?orange_juice__carton.n.01_1 ?countertop.n.01_1) + (ontop ?bottle__of__vodka.n.01_1 ?countertop.n.01_1) + (ontop ?bottle__of__tequila.n.01_1 ?countertop.n.01_1) + (ontop ?bottle__of__gin.n.01_1 ?countertop.n.01_1) + (ontop ?carton__of__orange_juice.n.01_1 ?countertop.n.01_1) (forall (?wine_bottle.n.01 - wine_bottle.n.01) (ontop ?wine_bottle.n.01 ?countertop.n.01_1) diff --git a/bddl/activity_definitions/setup_a_garden_party/problem0.bddl b/bddl/activity_definitions/setup_a_garden_party/problem0.bddl index db64c8ee..53133b9a 100644 --- a/bddl/activity_definitions/setup_a_garden_party/problem0.bddl +++ b/bddl/activity_definitions/setup_a_garden_party/problem0.bddl @@ -2,9 +2,9 @@ (:domain omnigibson) (:objects - champagne__bottle.n.01_1 - champagne__bottle.n.01 + bottle__of__champagne.n.01_1 - bottle__of__champagne.n.01 serving_cart.n.01_1 - serving_cart.n.01 - lemonade__bottle.n.01_1 - lemonade__bottle.n.01 + bottle__of__lemonade.n.01_1 - bottle__of__lemonade.n.01 goblet.n.01_1 goblet.n.01_2 goblet.n.01_3 - goblet.n.01 diced__watermelon.n.01_1 - diced__watermelon.n.01 tupperware.n.01_1 - tupperware.n.01 @@ -17,8 +17,8 @@ ) (:init - (ontop champagne__bottle.n.01_1 serving_cart.n.01_1) - (ontop lemonade__bottle.n.01_1 serving_cart.n.01_1) + (ontop bottle__of__champagne.n.01_1 serving_cart.n.01_1) + (ontop bottle__of__lemonade.n.01_1 serving_cart.n.01_1) (ontop goblet.n.01_1 serving_cart.n.01_1) (ontop goblet.n.01_2 serving_cart.n.01_1) (ontop goblet.n.01_3 serving_cart.n.01_1) @@ -28,15 +28,15 @@ (ontop platter.n.01_1 coffee_table.n.01_1) (inroom coffee_table.n.01_1 garden) (inroom floor.n.01_1 garden) - (inroom serving_cart.n.01_1 garden) + (ontop serving_cart.n.01_1 floor.n.01_1) (inroom wall.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (ontop ?champagne__bottle.n.01_1 ?coffee_table.n.01_1) - (ontop ?lemonade__bottle.n.01_1 ?coffee_table.n.01_1) + (ontop ?bottle__of__champagne.n.01_1 ?coffee_table.n.01_1) + (ontop ?bottle__of__lemonade.n.01_1 ?coffee_table.n.01_1) (forall (?goblet.n.01 - goblet.n.01) (ontop ?goblet.n.01 ?coffee_table.n.01_1) @@ -45,4 +45,4 @@ (ontop ?platter.n.01_1 ?coffee_table.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/shopping_at_warehouse_stores/problem0.bddl b/bddl/activity_definitions/shopping_at_warehouse_stores/problem0.bddl index d21b4ba1..f563b357 100644 --- a/bddl/activity_definitions/shopping_at_warehouse_stores/problem0.bddl +++ b/bddl/activity_definitions/shopping_at_warehouse_stores/problem0.bddl @@ -2,10 +2,10 @@ (:domain omnigibson) (:objects - corn_flake__box.n.01_1 - corn_flake__box.n.01 + box__of__corn_flakes.n.01_1 - box__of__corn_flakes.n.01 shopping_cart.n.01_1 - shopping_cart.n.01 baguet.n.01_1 - baguet.n.01 - cream_cheese__box.n.01_1 - cream_cheese__box.n.01 + bag__of__cream_cheese.n.01_1 - bag__of__cream_cheese.n.01 pomegranate.n.02_1 - pomegranate.n.02 watermelon.n.02_1 - watermelon.n.02 chicken.n.01_1 - chicken.n.01 @@ -15,9 +15,9 @@ ) (:init - (ontop corn_flake__box.n.01_1 shopping_cart.n.01_1) + (ontop box__of__corn_flakes.n.01_1 shopping_cart.n.01_1) (ontop baguet.n.01_1 shopping_cart.n.01_1) - (ontop cream_cheese__box.n.01_1 shopping_cart.n.01_1) + (ontop bag__of__cream_cheese.n.01_1 shopping_cart.n.01_1) (ontop pomegranate.n.02_1 shopping_cart.n.01_1) (ontop watermelon.n.02_1 shopping_cart.n.01_1) (ontop chicken.n.01_1 shopping_cart.n.01_1) @@ -29,9 +29,9 @@ (:goal (and - (ontop ?corn_flake__box.n.01_1 ?checkout.n.03_1) + (ontop ?box__of__corn_flakes.n.01_1 ?checkout.n.03_1) (ontop ?baguet.n.01_1 ?checkout.n.03_1) - (ontop ?cream_cheese__box.n.01_1 ?checkout.n.03_1) + (ontop ?bag__of__cream_cheese.n.01_1 ?checkout.n.03_1) (ontop ?pomegranate.n.02_1 ?checkout.n.03_1) (ontop ?watermelon.n.02_1 ?checkout.n.03_1) ) diff --git a/bddl/activity_definitions/sorting_art_supplies/problem0.bddl b/bddl/activity_definitions/sorting_art_supplies/problem0.bddl index 878ce8c3..33a9313d 100644 --- a/bddl/activity_definitions/sorting_art_supplies/problem0.bddl +++ b/bddl/activity_definitions/sorting_art_supplies/problem0.bddl @@ -2,9 +2,9 @@ (:domain omnigibson) (:objects - writing_paper.n.01_1 writing_paper.n.01_2 - writing_paper.n.01 + sheet.n.02_1 sheet.n.02_2 - sheet.n.02 carton.n.02_1 - carton.n.02 - glue__bottle.n.01_1 - glue__bottle.n.01 + bottle__of__glue.n.01_1 - bottle__of__glue.n.01 paintbrush.n.01_1 paintbrush.n.01_2 - paintbrush.n.01 pencil_box.n.01_1 pencil_box.n.01_2 - pencil_box.n.01 coffee_table.n.01_1 - coffee_table.n.01 @@ -15,9 +15,9 @@ ) (:init - (inside writing_paper.n.01_1 carton.n.02_1) - (inside writing_paper.n.01_2 carton.n.02_1) - (inside glue__bottle.n.01_1 carton.n.02_1) + (inside sheet.n.02_1 carton.n.02_1) + (inside sheet.n.02_2 carton.n.02_1) + (inside bottle__of__glue.n.01_1 carton.n.02_1) (inside paintbrush.n.01_1 carton.n.02_1) (inside paintbrush.n.01_2 carton.n.02_1) (ontop pencil_box.n.01_1 coffee_table.n.01_1) @@ -34,8 +34,8 @@ (:goal (and (forall - (?writing_paper.n.01 - writing_paper.n.01) - (inside ?writing_paper.n.01 ?cabinet.n.01_1) + (?sheet.n.02 - sheet.n.02) + (inside ?sheet.n.02 ?cabinet.n.01_1) ) (exists (?pencil_box.n.01 - pencil_box.n.01) @@ -51,7 +51,7 @@ (inside ?marker.n.03 ?pencil_box.n.01) ) ) - (inside ?glue__bottle.n.01_1 ?cabinet.n.01_1) + (inside ?bottle__of__glue.n.01_1 ?cabinet.n.01_1) (forall (?pencil_box.n.01 - pencil_box.n.01) (inside ?pencil_box.n.01 ?cabinet.n.01_1) diff --git a/bddl/activity_definitions/sorting_household_items/problem0.bddl b/bddl/activity_definitions/sorting_household_items/problem0.bddl index d58f168d..a57aa02a 100644 --- a/bddl/activity_definitions/sorting_household_items/problem0.bddl +++ b/bddl/activity_definitions/sorting_household_items/problem0.bddl @@ -2,27 +2,27 @@ (:domain omnigibson) (:objects - detergent__bottle.n.01_1 detergent__bottle.n.01_2 - detergent__bottle.n.01 + bottle__of__detergent.n.01_1 bottle__of__detergent.n.01_2 - bottle__of__detergent.n.01 wicker_basket.n.01_1 wicker_basket.n.01_2 - wicker_basket.n.01 floor.n.01_1 - floor.n.01 soap_dish.n.01_1 - soap_dish.n.01 sanitary_napkin.n.01_1 - sanitary_napkin.n.01 deodorant__atomizer.n.01_1 - deodorant__atomizer.n.01 - makeup.n.01_1 - makeup.n.01 + lipstick.n.01_1 - lipstick.n.01 toothbrush.n.01_1 - toothbrush.n.01 cabinet.n.01_1 - cabinet.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside detergent__bottle.n.01_1 wicker_basket.n.01_1) - (inside detergent__bottle.n.01_2 wicker_basket.n.01_1) + (inside bottle__of__detergent.n.01_1 wicker_basket.n.01_1) + (inside bottle__of__detergent.n.01_2 wicker_basket.n.01_1) (ontop wicker_basket.n.01_1 floor.n.01_1) (ontop wicker_basket.n.01_2 floor.n.01_1) (inside soap_dish.n.01_1 wicker_basket.n.01_1) (inside sanitary_napkin.n.01_1 wicker_basket.n.01_1) (inside deodorant__atomizer.n.01_1 wicker_basket.n.01_2) - (inside makeup.n.01_1 wicker_basket.n.01_2) + (inside lipstick.n.01_1 wicker_basket.n.01_2) (inside toothbrush.n.01_1 wicker_basket.n.01_2) (inroom floor.n.01_1 bathroom) (inroom cabinet.n.01_1 bathroom) @@ -32,18 +32,18 @@ (:goal (and (forall - (?detergent__bottle.n.01 - detergent__bottle.n.01) - (inside ?detergent__bottle.n.01 ?cabinet.n.01_1) + (?bottle__of__detergent.n.01 - bottle__of__detergent.n.01) + (inside ?bottle__of__detergent.n.01 ?cabinet.n.01_1) ) - (nextto ?detergent__bottle.n.01_1 ?detergent__bottle.n.01_2) + (nextto ?bottle__of__detergent.n.01_1 ?bottle__of__detergent.n.01_2) (exists - (?detergent__bottle.n.01 - detergent__bottle.n.01) - (nextto ?soap_dish.n.01_1 ?detergent__bottle.n.01) + (?bottle__of__detergent.n.01 - bottle__of__detergent.n.01) + (nextto ?soap_dish.n.01_1 ?bottle__of__detergent.n.01) ) (inside ?sanitary_napkin.n.01_1 ?cabinet.n.01_1) (nextto ?deodorant__atomizer.n.01_1 ?sanitary_napkin.n.01_1) - (nextto ?makeup.n.01_1 ?cabinet.n.01_1) - (nextto ?toothbrush.n.01_1 ?makeup.n.01_1) + (nextto ?lipstick.n.01_1 ?cabinet.n.01_1) + (nextto ?toothbrush.n.01_1 ?lipstick.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/sorting_items_for_garage_sale/problem0.bddl b/bddl/activity_definitions/sorting_items_for_garage_sale/problem0.bddl index 323f76e8..0383431d 100644 --- a/bddl/activity_definitions/sorting_items_for_garage_sale/problem0.bddl +++ b/bddl/activity_definitions/sorting_items_for_garage_sale/problem0.bddl @@ -14,7 +14,6 @@ blanket.n.01_1 - blanket.n.01 gym_shoe.n.01_1 gym_shoe.n.01_2 - gym_shoe.n.01 shelf.n.01_1 - shelf.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -45,7 +44,6 @@ (ontop gym_shoe.n.01_2 textbook.n.01_3) (inroom floor.n.01_1 garage) (inroom shelf.n.01_1 garage) - (inroom wall.n.01_1 garage) (ontop agent.n.01_1 floor.n.01_1) ) @@ -111,4 +109,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/sorting_newspapers_for_recycling/problem0.bddl b/bddl/activity_definitions/sorting_newspapers_for_recycling/problem0.bddl index acdb2342..58d413fb 100644 --- a/bddl/activity_definitions/sorting_newspapers_for_recycling/problem0.bddl +++ b/bddl/activity_definitions/sorting_newspapers_for_recycling/problem0.bddl @@ -46,4 +46,4 @@ (ontop ?comic_book.n.01_1 ?bookcase.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/sorting_vegetables/problem0.bddl b/bddl/activity_definitions/sorting_vegetables/problem0.bddl index 8ec32803..a0f49540 100644 --- a/bddl/activity_definitions/sorting_vegetables/problem0.bddl +++ b/bddl/activity_definitions/sorting_vegetables/problem0.bddl @@ -3,23 +3,23 @@ (:objects mixing_bowl.n.01_1 mixing_bowl.n.01_2 mixing_bowl.n.01_3 - mixing_bowl.n.01 - kitchen_table.n.01_1 - kitchen_table.n.01 + countertop.n.01_1 - countertop.n.01 sack.n.01_1 sack.n.01_2 - sack.n.01 bok_choy.n.02_1 bok_choy.n.02_2 bok_choy.n.02_3 - bok_choy.n.02 chard.n.02_1 chard.n.02_2 chard.n.02_3 - chard.n.02 sweet_corn.n.02_1 sweet_corn.n.02_2 sweet_corn.n.02_3 - sweet_corn.n.02 artichoke.n.02_1 artichoke.n.02_2 - artichoke.n.02 - leek.n.01_1 leek.n.01_2 - leek.n.01 + leek.n.02_1 leek.n.02_2 - leek.n.02 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop mixing_bowl.n.01_1 kitchen_table.n.01_1) - (ontop mixing_bowl.n.01_2 kitchen_table.n.01_1) - (ontop mixing_bowl.n.01_3 kitchen_table.n.01_1) - (ontop sack.n.01_1 kitchen_table.n.01_1) - (ontop sack.n.01_2 kitchen_table.n.01_1) + (ontop mixing_bowl.n.01_1 countertop.n.01_1) + (ontop mixing_bowl.n.01_2 countertop.n.01_1) + (ontop mixing_bowl.n.01_3 countertop.n.01_1) + (ontop sack.n.01_1 countertop.n.01_1) + (ontop sack.n.01_2 countertop.n.01_1) (inside bok_choy.n.02_1 sack.n.01_1) (inside bok_choy.n.02_2 sack.n.01_1) (inside bok_choy.n.02_3 sack.n.01_1) @@ -31,9 +31,9 @@ (inside sweet_corn.n.02_3 sack.n.01_2) (inside artichoke.n.02_1 sweet_corn.n.02_1) (inside artichoke.n.02_2 sack.n.01_2) - (inside leek.n.01_1 sack.n.01_1) - (inside leek.n.01_2 sack.n.01_1) - (inroom kitchen_table.n.01_1 kitchen) + (inside leek.n.02_1 sack.n.01_1) + (inside leek.n.02_2 sack.n.01_1) + (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) ) @@ -55,7 +55,7 @@ (inside ?sweet_corn.n.02_1 ?mixing_bowl.n.01) ) (not - (inside ?leek.n.01_1 ?mixing_bowl.n.01) + (inside ?leek.n.02_1 ?mixing_bowl.n.01) ) ) ) @@ -63,8 +63,8 @@ (?mixing_bowl.n.01 - mixing_bowl.n.01) (and (forall - (?leek.n.01 - leek.n.01) - (inside ?leek.n.01 ?mixing_bowl.n.01) + (?leek.n.02 - leek.n.02) + (inside ?leek.n.02 ?mixing_bowl.n.01) ) (forall (?artichoke.n.02 - artichoke.n.02) @@ -95,4 +95,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/sorting_volunteer_materials/problem0.bddl b/bddl/activity_definitions/sorting_volunteer_materials/problem0.bddl index 70feb1c2..0d9d95e8 100644 --- a/bddl/activity_definitions/sorting_volunteer_materials/problem0.bddl +++ b/bddl/activity_definitions/sorting_volunteer_materials/problem0.bddl @@ -6,7 +6,7 @@ floor.n.01_1 - floor.n.01 notebook.n.01_1 notebook.n.01_2 - notebook.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 - handbook.n.01_1 handbook.n.01_2 - handbook.n.01 + catalog.n.01_1 catalog.n.01_2 - catalog.n.01 bandanna.n.01_1 bandanna.n.01_2 - bandanna.n.01 rubber_boot.n.01_1 rubber_boot.n.01_2 - rubber_boot.n.01 apron.n.01_1 apron.n.01_2 - apron.n.01 @@ -22,15 +22,15 @@ (ontop packing_box.n.02_3 floor.n.01_1) (ontop notebook.n.01_1 breakfast_table.n.01_1) (ontop notebook.n.01_2 notebook.n.01_1) - (ontop handbook.n.01_1 breakfast_table.n.01_1) - (ontop handbook.n.01_2 handbook.n.01_1) + (ontop catalog.n.01_1 breakfast_table.n.01_1) + (ontop catalog.n.01_2 catalog.n.01_1) (ontop bandanna.n.01_1 breakfast_table.n.01_1) (ontop bandanna.n.01_2 breakfast_table.n.01_1) (ontop rubber_boot.n.01_1 floor.n.01_1) (ontop rubber_boot.n.01_2 floor.n.01_1) (ontop apron.n.01_2 breakfast_table.n.01_1) - (ontop glove.n.02_1 handbook.n.01_2) - (ontop glove.n.02_2 handbook.n.01_2) + (ontop glove.n.02_1 catalog.n.01_2) + (ontop glove.n.02_2 catalog.n.01_2) (ontop backpack.n.01_1 floor.n.01_1) (ontop backpack.n.01_2 floor.n.01_1) (ontop water_bottle.n.01_1 breakfast_table.n.01_1) @@ -51,8 +51,8 @@ (inside ?notebook.n.01 ?packing_box.n.02) ) (forall - (?handbook.n.01 - handbook.n.01) - (inside ?handbook.n.01 ?packing_box.n.02) + (?catalog.n.01 - catalog.n.01) + (inside ?catalog.n.01 ?packing_box.n.02) ) ) ) diff --git a/bddl/activity_definitions/spraying_for_bugs/problem0.bddl b/bddl/activity_definitions/spraying_for_bugs/problem0.bddl index 97c16d0f..0f6e0af1 100644 --- a/bddl/activity_definitions/spraying_for_bugs/problem0.bddl +++ b/bddl/activity_definitions/spraying_for_bugs/problem0.bddl @@ -11,7 +11,7 @@ (:init (ontop insectifuge__atomizer.n.01_1 floor.n.01_1) - (filled insectifuge__atomizer.n.01_1 insectifuge.n.01_1) + (insource insectifuge__atomizer.n.01_1 insectifuge.n.01_1) (inroom lawn.n.01_1 garden) (inroom floor.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/spring_clean_your_skateboard/problem0.bddl b/bddl/activity_definitions/spring_clean_your_skateboard/problem0.bddl index 80166fe9..158e19fb 100644 --- a/bddl/activity_definitions/spring_clean_your_skateboard/problem0.bddl +++ b/bddl/activity_definitions/spring_clean_your_skateboard/problem0.bddl @@ -3,7 +3,7 @@ (:objects acetone.n.01_1 - acetone.n.01 - acetone__bottle.n.01_1 - acetone__bottle.n.01 + acetone__atomizer.n.01_1 - acetone__atomizer.n.01 bucket.n.01_1 - bucket.n.01 water.n.06_1 - water.n.06 stain.n.01_1 - stain.n.01 @@ -14,8 +14,8 @@ ) (:init - (filled acetone__bottle.n.01_1 acetone.n.01_1) - (ontop acetone__bottle.n.01_1 floor.n.01_1) + (insource acetone__atomizer.n.01_1 acetone.n.01_1) + (ontop acetone__atomizer.n.01_1 floor.n.01_1) (filled bucket.n.01_1 water.n.06_1) (ontop bucket.n.01_1 floor.n.01_1) (ontop skateboard.n.01_1 floor.n.01_1) diff --git a/bddl/activity_definitions/stash_snacks_in_your_room/problem0.bddl b/bddl/activity_definitions/stash_snacks_in_your_room/problem0.bddl index ab30a8b2..1c014039 100644 --- a/bddl/activity_definitions/stash_snacks_in_your_room/problem0.bddl +++ b/bddl/activity_definitions/stash_snacks_in_your_room/problem0.bddl @@ -4,8 +4,8 @@ (:objects chip.n.04_1 chip.n.04_2 - chip.n.04 bed.n.01_1 - bed.n.01 - candy.n.01_1 candy.n.01_2 - candy.n.01 - jerky.n.01_1 jerky.n.01_2 - jerky.n.01 + pack__of__chocolate_bar.n.01_1 pack__of__chocolate_bar.n.01_2 - pack__of__chocolate_bar.n.01 + bag__of__jerky.n.01_1 bag__of__jerky.n.01_2 - bag__of__jerky.n.01 chocolate_bar.n.01_1 - chocolate_bar.n.01 granola_bar.n.01_1 granola_bar.n.01_2 - granola_bar.n.01 sack.n.01_1 - sack.n.01 @@ -20,10 +20,10 @@ (:init (ontop chip.n.04_1 bed.n.01_1) (ontop chip.n.04_2 bed.n.01_1) - (ontop candy.n.01_1 bed.n.01_1) - (ontop candy.n.01_2 bed.n.01_1) - (ontop jerky.n.01_1 bed.n.01_1) - (ontop jerky.n.01_2 bed.n.01_1) + (ontop pack__of__chocolate_bar.n.01_1 bed.n.01_1) + (ontop pack__of__chocolate_bar.n.01_2 bed.n.01_1) + (ontop bag__of__jerky.n.01_1 bed.n.01_1) + (ontop bag__of__jerky.n.01_2 bed.n.01_1) (ontop chocolate_bar.n.01_1 bed.n.01_1) (ontop granola_bar.n.01_1 bed.n.01_1) (ontop granola_bar.n.01_2 sack.n.01_1) @@ -45,12 +45,12 @@ (nextto ?chip.n.04 ?bed.n.01_1) ) (forall - (?candy.n.01 - candy.n.01) - (inside ?candy.n.01 ?cabinet.n.01_1) + (?pack__of__chocolate_bar.n.01 - pack__of__chocolate_bar.n.01) + (inside ?pack__of__chocolate_bar.n.01 ?cabinet.n.01_1) ) (forall - (?jerky.n.01 - jerky.n.01) - (inside ?jerky.n.01 ?cabinet.n.01_1) + (?bag__of__jerky.n.01 - bag__of__jerky.n.01) + (inside ?bag__of__jerky.n.01 ?cabinet.n.01_1) ) (forall (?chocolate_bar.n.01 - chocolate_bar.n.01) diff --git a/bddl/activity_definitions/stock_a_bar/problem0.bddl b/bddl/activity_definitions/stock_a_bar/problem0.bddl index 866ff304..459d3499 100644 --- a/bddl/activity_definitions/stock_a_bar/problem0.bddl +++ b/bddl/activity_definitions/stock_a_bar/problem0.bddl @@ -2,21 +2,21 @@ (:domain omnigibson) (:objects - vodka__bottle.n.01_1 vodka__bottle.n.01_2 - vodka__bottle.n.01 + bottle__of__vodka.n.01_1 bottle__of__vodka.n.01_2 - bottle__of__vodka.n.01 packing_box.n.02_1 - packing_box.n.02 - rum__bottle.n.01_1 rum__bottle.n.01_2 - rum__bottle.n.01 - gin__bottle.n.01_1 - gin__bottle.n.01 + bottle__of__rum.n.01_1 bottle__of__rum.n.01_2 - bottle__of__rum.n.01 + bottle__of__gin.n.01_1 - bottle__of__gin.n.01 shelf.n.01_1 - shelf.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (inside vodka__bottle.n.01_1 packing_box.n.02_1) - (inside rum__bottle.n.01_1 packing_box.n.02_1) - (inside gin__bottle.n.01_1 packing_box.n.02_1) - (inside vodka__bottle.n.01_2 packing_box.n.02_1) - (inside rum__bottle.n.01_2 packing_box.n.02_1) + (inside bottle__of__vodka.n.01_1 packing_box.n.02_1) + (inside bottle__of__rum.n.01_1 packing_box.n.02_1) + (inside bottle__of__gin.n.01_1 packing_box.n.02_1) + (inside bottle__of__vodka.n.01_2 packing_box.n.02_1) + (inside bottle__of__rum.n.01_2 packing_box.n.02_1) (ontop packing_box.n.02_1 floor.n.01_1) (inroom floor.n.01_1 bar) (inroom shelf.n.01_1 bar) @@ -26,14 +26,14 @@ (:goal (and (forall - (?vodka__bottle.n.01 - vodka__bottle.n.01) - (inside ?vodka__bottle.n.01 ?shelf.n.01_1) + (?bottle__of__vodka.n.01 - bottle__of__vodka.n.01) + (inside ?bottle__of__vodka.n.01 ?shelf.n.01_1) ) (forall - (?rum__bottle.n.01 - rum__bottle.n.01) - (inside ?rum__bottle.n.01 ?shelf.n.01_1) + (?bottle__of__rum.n.01 - bottle__of__rum.n.01) + (inside ?bottle__of__rum.n.01 ?shelf.n.01_1) ) - (inside ?gin__bottle.n.01_1 ?shelf.n.01_1) + (inside ?bottle__of__gin.n.01_1 ?shelf.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/stock_a_bar_cart/problem0.bddl b/bddl/activity_definitions/stock_a_bar_cart/problem0.bddl index 8cea1bfe..5da5b200 100644 --- a/bddl/activity_definitions/stock_a_bar_cart/problem0.bddl +++ b/bddl/activity_definitions/stock_a_bar_cart/problem0.bddl @@ -7,7 +7,7 @@ beer_glass.n.01_1 beer_glass.n.01_2 - beer_glass.n.01 cabinet.n.01_1 - cabinet.n.01 bottle__of__wine.n.01_1 - bottle__of__wine.n.01 - bottle__of__brandy.n.01_1 - bottle__of__brandy.n.01 + bottle__of__whiskey.n.01_1 - bottle__of__whiskey.n.01 dishtowel.n.01_1 - dishtowel.n.01 bottle__of__tonic.n.01_1 - bottle__of__tonic.n.01 bottle__of__lemonade.n.01_1 - bottle__of__lemonade.n.01 @@ -23,14 +23,14 @@ (ontop beer_glass.n.01_1 cabinet.n.01_1) (ontop bottle__of__wine.n.01_1 shelf.n.01_1) (ontop beer_glass.n.01_2 cabinet.n.01_1) - (ontop bottle__of__brandy.n.01_1 shelf.n.01_1) + (ontop bottle__of__whiskey.n.01_1 shelf.n.01_1) (ontop dishtowel.n.01_1 shelf.n.01_1) (ontop bottle__of__tonic.n.01_1 shelf.n.01_1) (ontop bottle__of__lemonade.n.01_1 shelf.n.01_1) (ontop teaspoon.n.02_1 shelf.n.01_1) (ontop shot_glass.n.01_1 shelf.n.01_1) (inroom floor.n.01_1 kitchen) - (inroom serving_cart.n.01_1 kitchen) + (ontop serving_cart.n.01_1 floor.n.01_1) (inroom shelf.n.01_1 kitchen) (inroom cabinet.n.01_1 kitchen) (inroom serving_cart.n.01_1 kitchen) @@ -41,7 +41,7 @@ (and (nextto ?bottle__of__wine.n.01_1 ?bottle__of__beer.n.01_1) (ontop ?shot_glass.n.01_1 ?serving_cart.n.01_1) - (ontop ?bottle__of__brandy.n.01_1 ?serving_cart.n.01_1) + (ontop ?bottle__of__whiskey.n.01_1 ?serving_cart.n.01_1) (ontop ?bottle__of__beer.n.01_1 ?serving_cart.n.01_1) (ontop ?bottle__of__tonic.n.01_1 ?serving_cart.n.01_1) (ontop ?bottle__of__lemonade.n.01_1 ?serving_cart.n.01_1) diff --git a/bddl/activity_definitions/stock_grocery_shelves/problem0.bddl b/bddl/activity_definitions/stock_grocery_shelves/problem0.bddl index 9b93cbca..8e04a65e 100644 --- a/bddl/activity_definitions/stock_grocery_shelves/problem0.bddl +++ b/bddl/activity_definitions/stock_grocery_shelves/problem0.bddl @@ -2,14 +2,14 @@ (:domain omnigibson) (:objects - brown_bread.n.02_1 brown_bread.n.02_2 brown_bread.n.02_3 - brown_bread.n.02 + pack__of__bread.n.01_1 pack__of__bread.n.01_2 pack__of__bread.n.01_3 - pack__of__bread.n.01 toilet_tissue.n.01_1 toilet_tissue.n.01_2 - toilet_tissue.n.01 - cat_food__tin.n.01_1 cat_food__tin.n.01_2 cat_food__tin.n.01_3 cat_food__tin.n.01_4 cat_food__tin.n.01_5 - cat_food__tin.n.01 + can__of__cat_food.n.01_1 can__of__cat_food.n.01_2 can__of__cat_food.n.01_3 can__of__cat_food.n.01_4 can__of__cat_food.n.01_5 - can__of__cat_food.n.01 floor.n.01_1 - floor.n.01 - soda_water__bottle.n.01_1 soda_water__bottle.n.01_2 soda_water__bottle.n.01_3 soda_water__bottle.n.01_4 soda_water__bottle.n.01_5 - soda_water__bottle.n.01 - candy.n.01_1 candy.n.01_2 candy.n.01_3 candy.n.01_4 candy.n.01_5 - candy.n.01 - pop_bottle.n.01_1 pop_bottle.n.01_2 pop_bottle.n.01_3 pop_bottle.n.01_4 pop_bottle.n.01_5 - pop_bottle.n.01 - cooking_oil__bottle.n.01_1 cooking_oil__bottle.n.01_2 cooking_oil__bottle.n.01_3 - cooking_oil__bottle.n.01 + water_bottle.n.01_1 water_bottle.n.01_2 water_bottle.n.01_3 water_bottle.n.01_4 water_bottle.n.01_5 - water_bottle.n.01 + pack__of__chocolate_bar.n.01_1 pack__of__chocolate_bar.n.01_2 pack__of__chocolate_bar.n.01_3 pack__of__chocolate_bar.n.01_4 pack__of__chocolate_bar.n.01_5 - pack__of__chocolate_bar.n.01 + bottle__of__soda.n.01_1 bottle__of__soda.n.01_2 bottle__of__soda.n.01_3 bottle__of__soda.n.01_4 bottle__of__soda.n.01_5 - bottle__of__soda.n.01 + bottle__of__cooking_oil.n.01_1 bottle__of__cooking_oil.n.01_2 bottle__of__cooking_oil.n.01_3 - bottle__of__cooking_oil.n.01 cigarette.n.01_1 cigarette.n.01_2 cigarette.n.01_3 cigarette.n.01_4 - cigarette.n.01 carton.n.02_1 carton.n.02_2 carton.n.02_3 carton.n.02_4 - carton.n.02 shelf.n.01_1 shelf.n.01_2 shelf.n.01_3 - shelf.n.01 @@ -17,32 +17,32 @@ ) (:init - (inside brown_bread.n.02_1 carton.n.02_1) - (inside brown_bread.n.02_2 carton.n.02_1) - (inside brown_bread.n.02_3 carton.n.02_1) - (inside cooking_oil__bottle.n.01_1 carton.n.02_1) - (inside cooking_oil__bottle.n.01_2 carton.n.02_1) - (inside cooking_oil__bottle.n.01_3 carton.n.02_1) - (inside cat_food__tin.n.01_1 carton.n.02_2) - (inside cat_food__tin.n.01_2 carton.n.02_2) - (inside cat_food__tin.n.01_3 carton.n.02_2) - (inside cat_food__tin.n.01_4 carton.n.02_2) - (inside cat_food__tin.n.01_5 carton.n.02_2) - (inside soda_water__bottle.n.01_1 carton.n.02_3) - (inside soda_water__bottle.n.01_2 carton.n.02_3) - (inside soda_water__bottle.n.01_3 carton.n.02_3) - (inside soda_water__bottle.n.01_4 carton.n.02_3) - (inside soda_water__bottle.n.01_5 carton.n.02_3) - (inside pop_bottle.n.01_1 carton.n.02_3) - (inside pop_bottle.n.01_2 carton.n.02_3) - (inside pop_bottle.n.01_3 carton.n.02_3) - (inside pop_bottle.n.01_4 carton.n.02_3) - (inside pop_bottle.n.01_5 carton.n.02_3) - (inside candy.n.01_1 carton.n.02_3) - (inside candy.n.01_2 carton.n.02_3) - (inside candy.n.01_3 carton.n.02_3) - (inside candy.n.01_4 carton.n.02_3) - (inside candy.n.01_5 carton.n.02_3) + (inside pack__of__bread.n.01_1 carton.n.02_1) + (inside pack__of__bread.n.01_2 carton.n.02_1) + (inside pack__of__bread.n.01_3 carton.n.02_1) + (inside bottle__of__cooking_oil.n.01_1 carton.n.02_1) + (inside bottle__of__cooking_oil.n.01_2 carton.n.02_1) + (inside bottle__of__cooking_oil.n.01_3 carton.n.02_1) + (inside can__of__cat_food.n.01_1 carton.n.02_2) + (inside can__of__cat_food.n.01_2 carton.n.02_2) + (inside can__of__cat_food.n.01_3 carton.n.02_2) + (inside can__of__cat_food.n.01_4 carton.n.02_2) + (inside can__of__cat_food.n.01_5 carton.n.02_2) + (inside water_bottle.n.01_1 carton.n.02_3) + (inside water_bottle.n.01_2 carton.n.02_3) + (inside water_bottle.n.01_3 carton.n.02_3) + (inside water_bottle.n.01_4 carton.n.02_3) + (inside water_bottle.n.01_5 carton.n.02_3) + (inside bottle__of__soda.n.01_1 carton.n.02_3) + (inside bottle__of__soda.n.01_2 carton.n.02_3) + (inside bottle__of__soda.n.01_3 carton.n.02_3) + (inside bottle__of__soda.n.01_4 carton.n.02_3) + (inside bottle__of__soda.n.01_5 carton.n.02_3) + (inside pack__of__chocolate_bar.n.01_1 carton.n.02_3) + (inside pack__of__chocolate_bar.n.01_2 carton.n.02_3) + (inside pack__of__chocolate_bar.n.01_3 carton.n.02_3) + (inside pack__of__chocolate_bar.n.01_4 carton.n.02_3) + (inside pack__of__chocolate_bar.n.01_5 carton.n.02_3) (inside cigarette.n.01_1 carton.n.02_4) (inside cigarette.n.01_2 carton.n.02_4) (inside cigarette.n.01_3 carton.n.02_4) @@ -65,15 +65,15 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?cat_food__tin.n.01 - cat_food__tin.n.01) + (?can__of__cat_food.n.01 - can__of__cat_food.n.01) (and - (inside ?cat_food__tin.n.01 ?shelf.n.01) + (inside ?can__of__cat_food.n.01 ?shelf.n.01) (or - (touching ?cat_food__tin.n.01 ?cat_food__tin.n.01_1) - (touching ?cat_food__tin.n.01 ?cat_food__tin.n.01_2) - (touching ?cat_food__tin.n.01 ?cat_food__tin.n.01_3) - (touching ?cat_food__tin.n.01 ?cat_food__tin.n.01_4) - (touching ?cat_food__tin.n.01 ?cat_food__tin.n.01_5) + (touching ?can__of__cat_food.n.01 ?can__of__cat_food.n.01_1) + (touching ?can__of__cat_food.n.01 ?can__of__cat_food.n.01_2) + (touching ?can__of__cat_food.n.01 ?can__of__cat_food.n.01_3) + (touching ?can__of__cat_food.n.01 ?can__of__cat_food.n.01_4) + (touching ?can__of__cat_food.n.01 ?can__of__cat_food.n.01_5) ) ) ) @@ -81,13 +81,13 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?brown_bread.n.02 - brown_bread.n.02) + (?pack__of__bread.n.01 - pack__of__bread.n.01) (and - (inside ?brown_bread.n.02 ?shelf.n.01) + (inside ?pack__of__bread.n.01 ?shelf.n.01) (or - (touching ?brown_bread.n.02 ?brown_bread.n.02_1) - (touching ?brown_bread.n.02 ?brown_bread.n.02_2) - (touching ?brown_bread.n.02 ?brown_bread.n.02_3) + (touching ?pack__of__bread.n.01 ?pack__of__bread.n.01_1) + (touching ?pack__of__bread.n.01 ?pack__of__bread.n.01_2) + (touching ?pack__of__bread.n.01 ?pack__of__bread.n.01_3) ) ) ) @@ -95,15 +95,15 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?pop_bottle.n.01 - pop_bottle.n.01) + (?bottle__of__soda.n.01 - bottle__of__soda.n.01) (and - (inside ?pop_bottle.n.01 ?shelf.n.01) + (inside ?bottle__of__soda.n.01 ?shelf.n.01) (or - (touching ?pop_bottle.n.01 ?pop_bottle.n.01_1) - (touching ?pop_bottle.n.01 ?pop_bottle.n.01_2) - (touching ?pop_bottle.n.01 ?pop_bottle.n.01_3) - (touching ?pop_bottle.n.01 ?pop_bottle.n.01_4) - (touching ?pop_bottle.n.01 ?pop_bottle.n.01_5) + (touching ?bottle__of__soda.n.01 ?bottle__of__soda.n.01_1) + (touching ?bottle__of__soda.n.01 ?bottle__of__soda.n.01_2) + (touching ?bottle__of__soda.n.01 ?bottle__of__soda.n.01_3) + (touching ?bottle__of__soda.n.01 ?bottle__of__soda.n.01_4) + (touching ?bottle__of__soda.n.01 ?bottle__of__soda.n.01_5) ) ) ) @@ -111,13 +111,13 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?cooking_oil__bottle.n.01 - cooking_oil__bottle.n.01) + (?bottle__of__cooking_oil.n.01 - bottle__of__cooking_oil.n.01) (and - (inside ?cooking_oil__bottle.n.01 ?shelf.n.01) + (inside ?bottle__of__cooking_oil.n.01 ?shelf.n.01) (or - (touching ?cooking_oil__bottle.n.01 ?cooking_oil__bottle.n.01_1) - (touching ?cooking_oil__bottle.n.01 ?cooking_oil__bottle.n.01_2) - (touching ?cooking_oil__bottle.n.01 ?cooking_oil__bottle.n.01_3) + (touching ?bottle__of__cooking_oil.n.01 ?bottle__of__cooking_oil.n.01_1) + (touching ?bottle__of__cooking_oil.n.01 ?bottle__of__cooking_oil.n.01_2) + (touching ?bottle__of__cooking_oil.n.01 ?bottle__of__cooking_oil.n.01_3) ) ) ) @@ -153,15 +153,15 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?soda_water__bottle.n.01 - soda_water__bottle.n.01) + (?water_bottle.n.01 - water_bottle.n.01) (and - (inside ?soda_water__bottle.n.01 ?shelf.n.01) + (inside ?water_bottle.n.01 ?shelf.n.01) (or - (touching ?soda_water__bottle.n.01 ?soda_water__bottle.n.01_1) - (touching ?soda_water__bottle.n.01 ?soda_water__bottle.n.01_2) - (touching ?soda_water__bottle.n.01 ?soda_water__bottle.n.01_3) - (touching ?soda_water__bottle.n.01 ?soda_water__bottle.n.01_4) - (touching ?soda_water__bottle.n.01 ?soda_water__bottle.n.01_5) + (touching ?water_bottle.n.01 ?water_bottle.n.01_1) + (touching ?water_bottle.n.01 ?water_bottle.n.01_2) + (touching ?water_bottle.n.01 ?water_bottle.n.01_3) + (touching ?water_bottle.n.01 ?water_bottle.n.01_4) + (touching ?water_bottle.n.01 ?water_bottle.n.01_5) ) ) ) @@ -169,15 +169,15 @@ (exists (?shelf.n.01 - shelf.n.01) (forall - (?candy.n.01 - candy.n.01) + (?pack__of__chocolate_bar.n.01 - pack__of__chocolate_bar.n.01) (and - (inside ?candy.n.01 ?shelf.n.01) + (inside ?pack__of__chocolate_bar.n.01 ?shelf.n.01) (or - (touching ?candy.n.01 ?candy.n.01_1) - (touching ?candy.n.01 ?candy.n.01_2) - (touching ?candy.n.01 ?candy.n.01_3) - (touching ?candy.n.01 ?candy.n.01_4) - (touching ?candy.n.01 ?candy.n.01_5) + (touching ?pack__of__chocolate_bar.n.01 ?pack__of__chocolate_bar.n.01_1) + (touching ?pack__of__chocolate_bar.n.01 ?pack__of__chocolate_bar.n.01_2) + (touching ?pack__of__chocolate_bar.n.01 ?pack__of__chocolate_bar.n.01_3) + (touching ?pack__of__chocolate_bar.n.01 ?pack__of__chocolate_bar.n.01_4) + (touching ?pack__of__chocolate_bar.n.01 ?pack__of__chocolate_bar.n.01_5) ) ) ) diff --git a/bddl/activity_definitions/store_baby_clothes/problem0.bddl b/bddl/activity_definitions/store_baby_clothes/problem0.bddl index 66be6060..e4de6bca 100644 --- a/bddl/activity_definitions/store_baby_clothes/problem0.bddl +++ b/bddl/activity_definitions/store_baby_clothes/problem0.bddl @@ -5,7 +5,7 @@ bath_towel.n.01_1 - bath_towel.n.01 bed.n.01_1 - bed.n.01 diaper.n.01_1 diaper.n.01_2 - diaper.n.01 - pajama.n.01_1 - pajama.n.01 + pajama.n.02_1 - pajama.n.02 baby_shoe.n.01_1 baby_shoe.n.01_2 - baby_shoe.n.01 sock.n.01_1 sock.n.01_2 - sock.n.01 shelf.n.01_1 - shelf.n.01 @@ -17,7 +17,7 @@ (ontop bath_towel.n.01_1 bed.n.01_1) (ontop diaper.n.01_1 bed.n.01_1) (ontop diaper.n.01_2 bed.n.01_1) - (ontop pajama.n.01_1 bed.n.01_1) + (ontop pajama.n.02_1 bed.n.01_1) (ontop sock.n.01_1 bed.n.01_1) (ontop sock.n.01_2 bed.n.01_1) (ontop baby_shoe.n.01_1 floor.n.01_1) @@ -36,8 +36,8 @@ (?diaper.n.01 - diaper.n.01) (inside ?diaper.n.01 ?shelf.n.01_1) ) - (inside ?pajama.n.01_1 ?shelf.n.01_1) - (folded ?pajama.n.01_1) + (inside ?pajama.n.02_1 ?shelf.n.01_1) + (folded ?pajama.n.02_1) (forall (?sock.n.01 - sock.n.01) (and diff --git a/bddl/activity_definitions/store_baking_soda/problem0.bddl b/bddl/activity_definitions/store_baking_soda/problem0.bddl index adfc945a..1b2f63e6 100644 --- a/bddl/activity_definitions/store_baking_soda/problem0.bddl +++ b/bddl/activity_definitions/store_baking_soda/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - sodium_carbonate__jar.n.01_1 sodium_carbonate__jar.n.01_2 - sodium_carbonate__jar.n.01 + box__of__baking_soda.n.01_1 box__of__baking_soda.n.01_2 - box__of__baking_soda.n.01 countertop.n.01_1 - countertop.n.01 cabinet.n.01_1 - cabinet.n.01 floor.n.01_1 - floor.n.01 @@ -10,8 +10,8 @@ ) (:init - (ontop sodium_carbonate__jar.n.01_1 countertop.n.01_1) - (ontop sodium_carbonate__jar.n.01_2 countertop.n.01_1) + (ontop box__of__baking_soda.n.01_1 countertop.n.01_1) + (ontop box__of__baking_soda.n.01_2 countertop.n.01_1) (inroom cabinet.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) @@ -21,10 +21,10 @@ (:goal (and (forall - (?sodium_carbonate__jar.n.01 - sodium_carbonate__jar.n.01) - (inside ?sodium_carbonate__jar.n.01 ?cabinet.n.01_1) + (?box__of__baking_soda.n.01 - box__of__baking_soda.n.01) + (inside ?box__of__baking_soda.n.01 ?cabinet.n.01_1) ) - (nextto ?sodium_carbonate__jar.n.01_2 ?sodium_carbonate__jar.n.01_1) + (nextto ?box__of__baking_soda.n.01_2 ?box__of__baking_soda.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/store_bobby_pins/problem0.bddl b/bddl/activity_definitions/store_bobby_pins/problem0.bddl index 213ed744..de3a8835 100644 --- a/bddl/activity_definitions/store_bobby_pins/problem0.bddl +++ b/bddl/activity_definitions/store_bobby_pins/problem0.bddl @@ -25,7 +25,9 @@ (?bobby_pin.n.01 - bobby_pin.n.01) (inside ?bobby_pin.n.01 ?pencil_box.n.01_1) ) - (closed ?pencil_box.n.01_1) + (not + (open ?pencil_box.n.01_1) + ) (inside ?pencil_box.n.01_1 ?shelf.n.01_1) ) ) diff --git a/bddl/activity_definitions/store_honey/problem0.bddl b/bddl/activity_definitions/store_honey/problem0.bddl index 514e287f..c7f78f6d 100644 --- a/bddl/activity_definitions/store_honey/problem0.bddl +++ b/bddl/activity_definitions/store_honey/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - honey__jar.n.01_1 - honey__jar.n.01 + jar__of__honey.n.01_1 - jar__of__honey.n.01 countertop.n.01_1 - countertop.n.01 cabinet.n.01_1 - cabinet.n.01 floor.n.01_1 - floor.n.01 @@ -10,7 +10,7 @@ ) (:init - (ontop honey__jar.n.01_1 countertop.n.01_1) + (ontop jar__of__honey.n.01_1 countertop.n.01_1) (inroom cabinet.n.01_1 kitchen) (inroom countertop.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) @@ -19,7 +19,7 @@ (:goal (and - (inside ?honey__jar.n.01_1 ?cabinet.n.01_1) + (inside ?jar__of__honey.n.01_1 ?cabinet.n.01_1) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/store_produce/problem0.bddl b/bddl/activity_definitions/store_produce/problem0.bddl index 6dc6960e..6b3a548d 100644 --- a/bddl/activity_definitions/store_produce/problem0.bddl +++ b/bddl/activity_definitions/store_produce/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - mango.n.01_1 mango.n.01_2 - mango.n.01 + mango.n.02_1 mango.n.02_2 - mango.n.02 pomegranate.n.02_1 pomegranate.n.02_2 - pomegranate.n.02 plastic_bag.n.01_1 - plastic_bag.n.01 floor.n.01_1 - floor.n.01 @@ -11,8 +11,8 @@ ) (:init - (inside mango.n.01_1 plastic_bag.n.01_1) - (inside mango.n.01_2 plastic_bag.n.01_1) + (inside mango.n.02_1 plastic_bag.n.01_1) + (inside mango.n.02_2 plastic_bag.n.01_1) (inside pomegranate.n.02_1 plastic_bag.n.01_1) (inside pomegranate.n.02_2 plastic_bag.n.01_1) (ontop plastic_bag.n.01_1 floor.n.01_1) @@ -28,8 +28,8 @@ (inside ?pomegranate.n.02 ?electric_refrigerator.n.01_1) ) (forall - (?mango.n.01 - mango.n.01) - (inside ?mango.n.01 ?electric_refrigerator.n.01_1) + (?mango.n.02 - mango.n.02) + (inside ?mango.n.02 ?electric_refrigerator.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/store_rugs/problem0.bddl b/bddl/activity_definitions/store_rugs/problem0.bddl index 31e93ea3..4ead5bed 100644 --- a/bddl/activity_definitions/store_rugs/problem0.bddl +++ b/bddl/activity_definitions/store_rugs/problem0.bddl @@ -5,10 +5,8 @@ rug.n.01_1 - rug.n.01 floor.n.01_1 - floor.n.01 dust.n.01_1 - dust.n.01 + cabinet.n.01_1 - cabinet.n.01 vacuum.n.04_1 - vacuum.n.04 - rope.n.01_1 - rope.n.01 - plastic_wrap.n.01_1 - plastic_wrap.n.01 - wall.n.01_1 - wall.n.01 agent.n.01_1 - agent.n.01 ) @@ -16,21 +14,17 @@ (ontop rug.n.01_1 floor.n.01_1) (covered rug.n.01_1 dust.n.01_1) (ontop vacuum.n.04_1 rug.n.01_1) - (ontop rope.n.01_1 floor.n.01_1) - (ontop plastic_wrap.n.01_1 floor.n.01_1) (inroom floor.n.01_1 utility_room) - (inroom wall.n.01_1 utility_room) + (inroom cabinet.n.01_1 utility_room) (ontop agent.n.01_1 floor.n.01_1) ) (:goal (and - (nextto ?rug.n.01_1 ?wall.n.01_1) - (overlaid ?rope.n.01_1 ?rug.n.01_1) - (overlaid ?plastic_wrap.n.01_1 ?rug.n.01_1) + (inside ?rug.n.01_1 ?cabinet.n.01_1) (not (covered ?rug.n.01_1 ?dust.n.01_1) ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/store_silver_coins/problem0.bddl b/bddl/activity_definitions/store_silver_coins/problem0.bddl index 4b3036f4..c364b138 100644 --- a/bddl/activity_definitions/store_silver_coins/problem0.bddl +++ b/bddl/activity_definitions/store_silver_coins/problem0.bddl @@ -5,7 +5,6 @@ silver.n.02_1 silver.n.02_3 - silver.n.02 hand_towel.n.01_1 - hand_towel.n.01 breakfast_table.n.01_1 - breakfast_table.n.01 - polish__bottle.n.01_1 - polish__bottle.n.01 cup.n.01_1 - cup.n.01 cabinet.n.01_1 - cabinet.n.01 floor.n.01_1 - floor.n.01 @@ -17,7 +16,6 @@ (ontop silver.n.02_1 hand_towel.n.01_1) (ontop silver.n.02_3 hand_towel.n.01_1) (ontop hand_towel.n.01_1 breakfast_table.n.01_1) - (ontop polish__bottle.n.01_1 breakfast_table.n.01_1) (ontop cup.n.01_1 breakfast_table.n.01_1) (inroom cabinet.n.01_1 private_office) (inroom breakfast_table.n.01_1 private_office) diff --git a/bddl/activity_definitions/store_vodka/problem0.bddl b/bddl/activity_definitions/store_vodka/problem0.bddl index 99a8f520..a7e3ff24 100644 --- a/bddl/activity_definitions/store_vodka/problem0.bddl +++ b/bddl/activity_definitions/store_vodka/problem0.bddl @@ -2,15 +2,15 @@ (:domain omnigibson) (:objects - vodka__bottle.n.01_1 vodka__bottle.n.01_2 - vodka__bottle.n.01 + bottle__of__vodka.n.01_1 bottle__of__vodka.n.01_2 - bottle__of__vodka.n.01 floor.n.01_1 - floor.n.01 cabinet.n.01_1 - cabinet.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop vodka__bottle.n.01_1 floor.n.01_1) - (ontop vodka__bottle.n.01_2 floor.n.01_1) + (ontop bottle__of__vodka.n.01_1 floor.n.01_1) + (ontop bottle__of__vodka.n.01_2 floor.n.01_1) (inroom cabinet.n.01_1 kitchen) (inroom floor.n.01_1 kitchen) (ontop agent.n.01_1 floor.n.01_1) @@ -19,10 +19,10 @@ (:goal (and (forall - (?vodka__bottle.n.01 - vodka__bottle.n.01) - (inside ?vodka__bottle.n.01 ?cabinet.n.01_1) + (?bottle__of__vodka.n.01 - bottle__of__vodka.n.01) + (inside ?bottle__of__vodka.n.01 ?cabinet.n.01_1) ) - (nextto ?vodka__bottle.n.01_1 ?vodka__bottle.n.01_2) + (nextto ?bottle__of__vodka.n.01_1 ?bottle__of__vodka.n.01_2) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/sweeping_patio/problem0.bddl b/bddl/activity_definitions/sweeping_patio/problem0.bddl index 55335b22..a6d8e184 100644 --- a/bddl/activity_definitions/sweeping_patio/problem0.bddl +++ b/bddl/activity_definitions/sweeping_patio/problem0.bddl @@ -8,7 +8,6 @@ entire_leaf.n.01_1 entire_leaf.n.01_2 entire_leaf.n.01_3 entire_leaf.n.01_4 entire_leaf.n.01_5 - entire_leaf.n.01 plastic_bag.n.01_1 - plastic_bag.n.01 lawn.n.01_1 - lawn.n.01 - rocking_chair.n.01_1 rocking_chair.n.01_2 - rocking_chair.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 ) @@ -25,8 +24,6 @@ (inroom lawn.n.01_1 garden) (inroom driveway.n.01_1 garden) (inroom floor.n.01_1 garden) - (inroom rocking_chair.n.01_1 garden) - (inroom rocking_chair.n.01_2 garden) (ontop agent.n.01_1 floor.n.01_1) ) @@ -41,4 +38,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/taking_down_curtains/problem0.bddl b/bddl/activity_definitions/taking_down_curtains/problem0.bddl index f4a864a6..b54771c8 100644 --- a/bddl/activity_definitions/taking_down_curtains/problem0.bddl +++ b/bddl/activity_definitions/taking_down_curtains/problem0.bddl @@ -16,7 +16,7 @@ (draped curtain.n.01_2 curtain_rod.n.01_1) (inroom floor.n.01_1 bedroom) (inroom wall.n.01_1 bedroom) - (inroom stool.n.01_1 bedroom) + (ontop stool.n.01_1 floor.n.01_1) (ontop agent.n.01_1 floor.n.01_1) ) @@ -30,4 +30,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/taking_fish_out_of_freezer/problem0.bddl b/bddl/activity_definitions/taking_fish_out_of_freezer/problem0.bddl index cbc3bb34..fb4a6f37 100644 --- a/bddl/activity_definitions/taking_fish_out_of_freezer/problem0.bddl +++ b/bddl/activity_definitions/taking_fish_out_of_freezer/problem0.bddl @@ -4,7 +4,6 @@ (:objects fish.n.02_1 fish.n.02_2 fish.n.02_3 - fish.n.02 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 - deep-freeze.n.02_1 - deep-freeze.n.02 shopping_cart.n.01_1 - shopping_cart.n.01 floor.n.01_1 - floor.n.01 agent.n.01_1 - agent.n.01 @@ -17,7 +16,6 @@ (frozen fish.n.02_2) (inside fish.n.02_3 electric_refrigerator.n.01_1) (frozen fish.n.02_3) - (inroom deep-freeze.n.02_1 grocery_store) (inroom shopping_cart.n.01_1 grocery_store) (inroom electric_refrigerator.n.01_1 grocery_store) (inroom floor.n.01_1 grocery_store) @@ -32,4 +30,4 @@ ) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/taking_trash_outside/problem0.bddl b/bddl/activity_definitions/taking_trash_outside/problem0.bddl index 6e679316..25e1b164 100644 --- a/bddl/activity_definitions/taking_trash_outside/problem0.bddl +++ b/bddl/activity_definitions/taking_trash_outside/problem0.bddl @@ -2,14 +2,14 @@ (:domain omnigibson) (:objects - bagged__rubbish.n.01_1 bagged__rubbish.n.01_2 - bagged__rubbish.n.01 + bag__of__rubbish.n.01_1 bag__of__rubbish.n.01_2 - bag__of__rubbish.n.01 floor.n.01_1 floor.n.01_2 - floor.n.01 agent.n.01_1 - agent.n.01 ) (:init - (ontop bagged__rubbish.n.01_1 floor.n.01_2) - (ontop bagged__rubbish.n.01_2 floor.n.01_2) + (ontop bag__of__rubbish.n.01_1 floor.n.01_2) + (ontop bag__of__rubbish.n.01_2 floor.n.01_2) (inroom floor.n.01_1 garden) (inroom floor.n.01_2 living_room) (ontop agent.n.01_1 floor.n.01_2) @@ -18,8 +18,8 @@ (:goal (and (forall - (?bagged__rubbish.n.01 - bagged__rubbish.n.01) - (ontop ?bagged__rubbish.n.01 ?floor.n.01_1) + (?bag__of__rubbish.n.01 - bag__of__rubbish.n.01) + (ontop ?bag__of__rubbish.n.01 ?floor.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/tidying_bathroom/problem0.bddl b/bddl/activity_definitions/tidying_bathroom/problem0.bddl index 4b8b08c2..fa13a709 100644 --- a/bddl/activity_definitions/tidying_bathroom/problem0.bddl +++ b/bddl/activity_definitions/tidying_bathroom/problem0.bddl @@ -10,7 +10,7 @@ toilet.n.02_1 - toilet.n.02 deodorant__atomizer.n.01_1 - deodorant__atomizer.n.01 toothbrush.n.01_1 - toothbrush.n.01 - hair_spray__can.n.01_1 - hair_spray__can.n.01 + bottle__of__shampoo.n.01_1 - bottle__of__shampoo.n.01 hamper.n.02_1 - hamper.n.02 lingerie.n.01_1 - lingerie.n.01 short_pants.n.01_1 - short_pants.n.01 @@ -31,7 +31,7 @@ (ontop packing_box.n.02_1 toilet.n.02_1) (ontop deodorant__atomizer.n.01_1 floor.n.01_1) (ontop toothbrush.n.01_1 toilet.n.02_1) - (inside hair_spray__can.n.01_1 wicker_basket.n.01_1) + (inside bottle__of__shampoo.n.01_1 wicker_basket.n.01_1) (ontop hamper.n.02_1 floor.n.01_1) (ontop lingerie.n.01_1 floor.n.01_1) (ontop short_pants.n.01_1 toilet.n.02_1) @@ -64,7 +64,7 @@ ) (inside ?deodorant__atomizer.n.01_1 ?packing_box.n.02_1) (inside ?toothbrush.n.01_1 ?packing_box.n.02_1) - (inside ?hair_spray__can.n.01_1 ?packing_box.n.02_1) + (inside ?bottle__of__shampoo.n.01_1 ?packing_box.n.02_1) (inside ?lingerie.n.01_1 ?hamper.n.02_1) (inside ?short_pants.n.01_1 ?hamper.n.02_1) (inside ?legging.n.01_1 ?hamper.n.02_1) diff --git a/bddl/activity_definitions/toast_coconut/problem0.bddl b/bddl/activity_definitions/toast_coconut/problem0.bddl index f44618e3..600b1fcb 100644 --- a/bddl/activity_definitions/toast_coconut/problem0.bddl +++ b/bddl/activity_definitions/toast_coconut/problem0.bddl @@ -13,7 +13,7 @@ ) (:init - (filled coconut.n.01_1 mason_jar.n.01_1) + (filled mason_jar.n.01_1 coconut.n.01_1) (inside mason_jar.n.01_1 cabinet.n.01_1) (ontop frying_pan.n.01_1 stove.n.01_1) (inroom cabinet.n.01_1 kitchen) diff --git a/bddl/activity_definitions/unloading_groceries/problem0.bddl b/bddl/activity_definitions/unloading_groceries/problem0.bddl index 5855956f..2364c1c1 100644 --- a/bddl/activity_definitions/unloading_groceries/problem0.bddl +++ b/bddl/activity_definitions/unloading_groceries/problem0.bddl @@ -4,7 +4,7 @@ (:objects white_bread.n.01_1 - white_bread.n.01 sack.n.01_1 - sack.n.01 - corn_flake__box.n.01_1 - corn_flake__box.n.01 + box__of__corn_flakes.n.01_1 - box__of__corn_flakes.n.01 cup__of__yogurt.n.01_1 - cup__of__yogurt.n.01 egg.n.02_1 - egg.n.02 electric_refrigerator.n.01_1 - electric_refrigerator.n.01 @@ -15,7 +15,7 @@ (:init (inside white_bread.n.01_1 sack.n.01_1) - (inside corn_flake__box.n.01_1 sack.n.01_1) + (inside box__of__corn_flakes.n.01_1 sack.n.01_1) (inside cup__of__yogurt.n.01_1 sack.n.01_1) (inside egg.n.02_1 sack.n.01_1) (ontop sack.n.01_1 floor.n.01_1) @@ -28,11 +28,15 @@ (:goal (and (inside ?white_bread.n.01_1 ?cabinet.n.01_1) - (inside ?corn_flake__box.n.01_1 ?cabinet.n.01_1) + (inside ?box__of__corn_flakes.n.01_1 ?cabinet.n.01_1) (inside ?cup__of__yogurt.n.01_1 ?electric_refrigerator.n.01_1) - (inside ?egg.n.02_1 ?electric_refrigerator.n.01_1) - (closed ?electric_refrigerator.n.01_1) - (closed ?cabinet.n.01_1) + (inside ?egg.n.02_1 ?electric_refrigerator.n.01_1) + (not + (open ?electric_refrigerator.n.01_1) + ) + (not + (open ?cabinet.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/unpacking_car_for_trip/problem0.bddl b/bddl/activity_definitions/unpacking_car_for_trip/problem0.bddl index 77bba3c9..6f520169 100644 --- a/bddl/activity_definitions/unpacking_car_for_trip/problem0.bddl +++ b/bddl/activity_definitions/unpacking_car_for_trip/problem0.bddl @@ -9,7 +9,6 @@ golf_club.n.02_1 - golf_club.n.02 baseball_glove.n.01_1 - baseball_glove.n.01 shelf.n.01_1 - shelf.n.01 - gate.n.01_1 - gate.n.01 agent.n.01_1 - agent.n.01 ) @@ -20,7 +19,6 @@ (inside golf_club.n.02_1 car.n.01_1) (inside baseball_glove.n.01_1 car.n.01_1) (inroom shelf.n.01_1 living_room) - (inroom gate.n.01_1 living_room) (inroom floor.n.01_1 garden) (ontop agent.n.01_1 floor.n.01_1) ) @@ -33,4 +31,4 @@ (inside ?bag.n.06_1 ?shelf.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/unpacking_childs_bag/problem0.bddl b/bddl/activity_definitions/unpacking_childs_bag/problem0.bddl index a7e963f1..e5e0f2aa 100644 --- a/bddl/activity_definitions/unpacking_childs_bag/problem0.bddl +++ b/bddl/activity_definitions/unpacking_childs_bag/problem0.bddl @@ -14,8 +14,7 @@ bed.n.01_1 - bed.n.01 ) - (:init - (closed backpack.n.01_1) + (:init (ontop backpack.n.01_1 bed.n.01_1) (inside pen.n.01_1 backpack.n.01_1) (inside pen.n.01_2 backpack.n.01_1) @@ -51,8 +50,10 @@ (ontop ?crayon.n.01 ?desk.n.01_1) ) (ontop ?notebook.n.01_1 ?desk.n.01_1) - (nextto ?backpack.n.01_1 ?desk.n.01_1) - (closed ?backpack.n.01_1) + (nextto ?backpack.n.01_1 ?desk.n.01_1) + (not + (open ?backpack.n.01_1) + ) ) ) ) \ No newline at end of file diff --git a/bddl/activity_definitions/unpacking_recreational_vehicle_for_trip/problem0.bddl b/bddl/activity_definitions/unpacking_recreational_vehicle_for_trip/problem0.bddl index 8b6e5dc9..1f9f8ab8 100644 --- a/bddl/activity_definitions/unpacking_recreational_vehicle_for_trip/problem0.bddl +++ b/bddl/activity_definitions/unpacking_recreational_vehicle_for_trip/problem0.bddl @@ -12,7 +12,6 @@ fishing_gear.n.01_1 fishing_gear.n.01_2 - fishing_gear.n.01 sleeping_bag.n.01_1 sleeping_bag.n.01_2 - sleeping_bag.n.01 cooler.n.01_1 - cooler.n.01 - wall.n.01_1 wall.n.01_2 - wall.n.01 shelf.n.01_1 - shelf.n.01 agent.n.01_1 - agent.n.01 ) @@ -33,8 +32,6 @@ (inroom driveway.n.01_1 garden) (inroom floor.n.01_1 living_room) (inroom shelf.n.01_1 living_room) - (inroom wall.n.01_1 garden) - (inroom wall.n.01_2 living_room) (ontop agent.n.01_1 driveway.n.01_1) ) @@ -42,7 +39,7 @@ (and (forall (?bicycle.n.01 - bicycle.n.01) - (nextto ?bicycle.n.01 ?wall.n.01_1) + (nextto ?bicycle.n.01 ?shelf.n.01_1) ) (forall (?bag.n.06 - bag.n.06) @@ -54,7 +51,7 @@ ) (forall (?fishing_gear.n.01 - fishing_gear.n.01) - (nextto ?fishing_gear.n.01 ?wall.n.01_2) + (nextto ?fishing_gear.n.01 ?shelf.n.01_1) ) (forall (?sleeping_bag.n.01 - sleeping_bag.n.01) @@ -66,4 +63,4 @@ (ontop ?cooler.n.01_1 ?floor.n.01_1) ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/wash_a_motorcycle/problem0.bddl b/bddl/activity_definitions/wash_a_motorcycle/problem0.bddl index 96427c8d..650f0662 100644 --- a/bddl/activity_definitions/wash_a_motorcycle/problem0.bddl +++ b/bddl/activity_definitions/wash_a_motorcycle/problem0.bddl @@ -21,8 +21,7 @@ ) (:init - (ontop rail_fence.n.01_1 lawn.n.01_1) - (ontop motorcycle.n.01_1 driveway.n.01_1) + (ontop motorcycle.n.01_1 driveway.n.01_1) (covered motorcycle.n.01_1 bunchgrass.n.01_1) (covered motorcycle.n.01_1 mud.n.03_1) (ontop bucket.n.01_1 driveway.n.01_1) @@ -33,7 +32,8 @@ (ontop rag.n.01_1 driveway.n.01_1) (ontop scrub_brush.n.01_1 floor.n.01_1) (ontop watering_can.n.01_1 driveway.n.01_1) - (insource watering_can.n.01_1 water.n.06_1) + (insource watering_can.n.01_1 water.n.06_1) + (inroom rail_fence.n.01_1 garden) (inroom driveway.n.01_1 garden) (inroom lawn.n.01_1 garden) (inroom floor.n.01_1 garden) diff --git a/bddl/activity_definitions/wash_an_infant_car_seat/problem0.bddl b/bddl/activity_definitions/wash_an_infant_car_seat/problem0.bddl index 476c9fd3..c5d430cd 100644 --- a/bddl/activity_definitions/wash_an_infant_car_seat/problem0.bddl +++ b/bddl/activity_definitions/wash_an_infant_car_seat/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - car_seat.n.01_1 - car_seat.n.01 + infant_car_seat.n.01_1 - infant_car_seat.n.01 floor.n.01_1 floor.n.01_2 - floor.n.01 adhesive_material.n.01_1 - adhesive_material.n.01 dust.n.01_1 - dust.n.01 @@ -18,11 +18,11 @@ ) (:init - (ontop car_seat.n.01_1 floor.n.01_1) - (covered car_seat.n.01_1 adhesive_material.n.01_1) - (covered car_seat.n.01_1 dust.n.01_1) - (covered car_seat.n.01_1 crumb.n.03_1) - (covered car_seat.n.01_1 dirt.n.02_1) + (ontop infant_car_seat.n.01_1 floor.n.01_1) + (covered infant_car_seat.n.01_1 adhesive_material.n.01_1) + (covered infant_car_seat.n.01_1 dust.n.01_1) + (covered infant_car_seat.n.01_1 crumb.n.03_1) + (covered infant_car_seat.n.01_1 dirt.n.02_1) (ontop sponge.n.01_1 floor.n.01_1) (covered sponge.n.01_1 water.n.06_1) (ontop scrub_brush.n.01_1 floor.n.01_1) @@ -38,16 +38,16 @@ (:goal (and (not - (covered ?car_seat.n.01_1 ?adhesive_material.n.01_1) + (covered ?infant_car_seat.n.01_1 ?adhesive_material.n.01_1) ) (not - (covered ?car_seat.n.01_1 ?dust.n.01_1) + (covered ?infant_car_seat.n.01_1 ?dust.n.01_1) ) (not - (covered ?car_seat.n.01_1 ?crumb.n.03_1) + (covered ?infant_car_seat.n.01_1 ?crumb.n.03_1) ) (not - (covered ?car_seat.n.01_1 ?dirt.n.02_1) + (covered ?infant_car_seat.n.01_1 ?dirt.n.02_1) ) ) ) diff --git a/bddl/activity_definitions/wash_baby_bottles/problem0.bddl b/bddl/activity_definitions/wash_baby_bottles/problem0.bddl index b966695d..85d76811 100644 --- a/bddl/activity_definitions/wash_baby_bottles/problem0.bddl +++ b/bddl/activity_definitions/wash_baby_bottles/problem0.bddl @@ -23,7 +23,7 @@ (not (covered bottle.n.03_2 disinfectant.n.01_1) ) - (inside bottle.n.03_3 sink.n.01_1) + (ontop bottle.n.03_3 sink.n.01_1) (not (covered bottle.n.03_3 disinfectant.n.01_1) ) diff --git a/bddl/activity_definitions/wash_delicates_in_the_laundry/problem0.bddl b/bddl/activity_definitions/wash_delicates_in_the_laundry/problem0.bddl index cb64a212..ecc1a716 100644 --- a/bddl/activity_definitions/wash_delicates_in_the_laundry/problem0.bddl +++ b/bddl/activity_definitions/wash_delicates_in_the_laundry/problem0.bddl @@ -11,7 +11,6 @@ detergent__bottle.n.01_1 - detergent__bottle.n.01 underwear.n.01_1 underwear.n.01_2 - underwear.n.01 floor.n.01_1 - floor.n.01 - wall.n.01_1 - wall.n.01 clothes_dryer.n.01_1 - clothes_dryer.n.01 agent.n.01_1 - agent.n.01 ) @@ -35,7 +34,6 @@ (ontop detergent__bottle.n.01_1 washer.n.03_1) (inroom floor.n.01_1 utility_room) (inroom washer.n.03_1 utility_room) - (inroom wall.n.01_1 utility_room) (inroom clothes_dryer.n.01_1 utility_room) (ontop agent.n.01_1 floor.n.01_1) ) @@ -68,4 +66,4 @@ ) ) -) \ No newline at end of file +) diff --git a/bddl/activity_definitions/washing_bowls/problem0.bddl b/bddl/activity_definitions/washing_bowls/problem0.bddl index 67bdbaa5..741aace4 100644 --- a/bddl/activity_definitions/washing_bowls/problem0.bddl +++ b/bddl/activity_definitions/washing_bowls/problem0.bddl @@ -17,9 +17,9 @@ ) (:init - (inside bowl.n.01_1 sink.n.01_1) - (inside bowl.n.01_2 sink.n.01_1) - (inside sponge.n.01_1 sink.n.01_1) + (ontop bowl.n.01_1 sink.n.01_1) + (ontop bowl.n.01_2 sink.n.01_1) + (ontop sponge.n.01_1 sink.n.01_1) (covered bowl.n.01_1 stain.n.01_1) (covered bowl.n.01_1 milk.n.01_1) (covered bowl.n.01_2 stain.n.01_1) diff --git a/bddl/activity_definitions/washing_fabrics/problem0.bddl b/bddl/activity_definitions/washing_fabrics/problem0.bddl index d27f77a1..00754960 100644 --- a/bddl/activity_definitions/washing_fabrics/problem0.bddl +++ b/bddl/activity_definitions/washing_fabrics/problem0.bddl @@ -2,7 +2,7 @@ (:domain omnigibson) (:objects - silk.n.01_1 silk.n.01_2 - silk.n.01 + garment.n.01_1 garment.n.01_2 - garment.n.01 bucket.n.01_1 - bucket.n.01 floor.n.01_1 - floor.n.01 stain.n.01_1 - stain.n.01 @@ -14,10 +14,10 @@ ) (:init - (ontop silk.n.01_1 floor.n.01_1) - (ontop silk.n.01_2 floor.n.01_1) - (covered silk.n.01_1 stain.n.01_1) - (covered silk.n.01_2 stain.n.01_1) + (ontop garment.n.01_1 floor.n.01_1) + (ontop garment.n.01_2 floor.n.01_1) + (covered garment.n.01_1 stain.n.01_1) + (covered garment.n.01_2 stain.n.01_1) (ontop bucket.n.01_1 floor.n.01_1) (filled detergent__bottle.n.01_1 detergent.n.02_1) (ontop detergent__bottle.n.01_1 floor.n.01_1) @@ -30,9 +30,9 @@ (:goal (and (forall - (?silk.n.01 - silk.n.01) + (?garment.n.01 - garment.n.01) (not - (covered ?silk.n.01 ?stain.n.01_1) + (covered ?garment.n.01 ?stain.n.01_1) ) ) ) diff --git a/bddl/activity_definitions/washing_plates/problem0.bddl b/bddl/activity_definitions/washing_plates/problem0.bddl index f7b6e668..2715c6be 100644 --- a/bddl/activity_definitions/washing_plates/problem0.bddl +++ b/bddl/activity_definitions/washing_plates/problem0.bddl @@ -17,7 +17,7 @@ ) (:init - (inside dishtowel.n.01_1 sink.n.01_1) + (ontop dishtowel.n.01_1 sink.n.01_1) (ontop scrub_brush.n.01_1 countertop.n.01_1) (covered plate.n.04_1 breadcrumb.n.01_1) (covered plate.n.04_2 breadcrumb.n.01_1) diff --git a/bddl/activity_definitions/washing_pots_and_pans/problem0.bddl b/bddl/activity_definitions/washing_pots_and_pans/problem0.bddl index 27a5b21e..061495b4 100644 --- a/bddl/activity_definitions/washing_pots_and_pans/problem0.bddl +++ b/bddl/activity_definitions/washing_pots_and_pans/problem0.bddl @@ -27,7 +27,7 @@ (ontop pan.n.01_3 countertop.n.01_2) (covered pan.n.01_3 stain.n.01_1) (ontop scrub_brush.n.01_1 countertop.n.01_2) - (inside bar_soap.n.01_1 sink.n.01_1) + (ontop bar_soap.n.01_1 sink.n.01_1) (inroom cabinet.n.01_1 kitchen) (inroom cabinet.n.01_2 kitchen) (inroom sink.n.01_1 kitchen) diff --git a/bddl/activity_definitions/washing_utensils/problem0.bddl b/bddl/activity_definitions/washing_utensils/problem0.bddl index 4f0a90b7..4419b27c 100644 --- a/bddl/activity_definitions/washing_utensils/problem0.bddl +++ b/bddl/activity_definitions/washing_utensils/problem0.bddl @@ -18,15 +18,15 @@ ) (:init - (inside teaspoon.n.02_1 sink.n.01_1) - (inside teaspoon.n.02_2 sink.n.01_1) - (inside teaspoon.n.02_3 sink.n.01_1) + (ontop teaspoon.n.02_1 sink.n.01_1) + (ontop teaspoon.n.02_2 sink.n.01_1) + (ontop teaspoon.n.02_3 sink.n.01_1) (covered teaspoon.n.02_1 soy_sauce.n.01_1) (covered teaspoon.n.02_1 soy_sauce.n.01_1) (covered teaspoon.n.02_1 cooking_oil.n.01_1) (covered teaspoon.n.02_1 soy_sauce.n.01_1) (covered teaspoon.n.02_1 cooking_oil.n.01_1) - (inside spatula.n.01_1 sink.n.01_1) + (ontop spatula.n.01_1 sink.n.01_1) (covered spatula.n.01_1 cooking_oil.n.01_1) (ontop sponge.n.01_1 countertop.n.01_1) (filled liquid_soap__bottle.n.01_1 liquid_soap.n.01_1) diff --git a/bddl/activity_definitions/watering_indoor_flowers/problem0.bddl b/bddl/activity_definitions/watering_indoor_flowers/problem0.bddl index 2196c24a..40eb1850 100644 --- a/bddl/activity_definitions/watering_indoor_flowers/problem0.bddl +++ b/bddl/activity_definitions/watering_indoor_flowers/problem0.bddl @@ -27,7 +27,7 @@ (and (forall (?pot_plant.n.01 - pot_plant.n.01) - (saturated ?pot_plant.n.01 ?water.n.06_1) + (covered ?pot_plant.n.01 ?water.n.06_1) ) ) ) diff --git a/bddl/activity_definitions/watering_outdoor_flowers/problem0.bddl b/bddl/activity_definitions/watering_outdoor_flowers/problem0.bddl index f1c07ac4..d07a7fd1 100644 --- a/bddl/activity_definitions/watering_outdoor_flowers/problem0.bddl +++ b/bddl/activity_definitions/watering_outdoor_flowers/problem0.bddl @@ -26,7 +26,7 @@ (?scrub.n.01 - scrub.n.01) (saturated ?scrub.n.01 ?water.n.06_1) ) - (saturated ?flower.n.02_1 ?water.n.06_1) + (covered ?flower.n.02_1 ?water.n.06_1) ) ) ) diff --git a/bddl/activity_definitions/watering_outdoor_plants/problem0.bddl b/bddl/activity_definitions/watering_outdoor_plants/problem0.bddl index 52e091a9..0d3af08b 100644 --- a/bddl/activity_definitions/watering_outdoor_plants/problem0.bddl +++ b/bddl/activity_definitions/watering_outdoor_plants/problem0.bddl @@ -29,11 +29,11 @@ (and (forall (?pot_plant.n.01 - pot_plant.n.01) - (saturated ?pot_plant.n.01 ?water.n.06_1) + (covered ?pot_plant.n.01 ?water.n.06_1) ) (forall (?tree.n.01 - tree.n.01) - (saturated ?tree.n.01 ?water.n.06_1) + (covered ?tree.n.01 ?water.n.06_1) ) ) ) diff --git a/bddl/data_generation/get_hierarchy_full.py b/bddl/data_generation/get_hierarchy_full.py index 372edce9..00c9bab1 100644 --- a/bddl/data_generation/get_hierarchy_full.py +++ b/bddl/data_generation/get_hierarchy_full.py @@ -5,16 +5,31 @@ problem that each synset can have multiple hypernyms ''' import json +import pandas as pd import pathlib from nltk.corpus import wordnet as wn HIERARCHY_OUTPUT_FN = pathlib.Path(__file__).parents[1] / "generated_data" / "output_hierarchy.json" +HIERARCHY_PROPERTIES_OUTPUT_FN = pathlib.Path(__file__).parents[1] / "generated_data" / "output_hierarchy_properties.json" +CATEGORY_MAPPING_FN = pathlib.Path(__file__).parents[1] / "generated_data" / "category_mapping.csv" +SYN_PROP_PARAM_FN = pathlib.Path(__file__).parents[1] / "generated_data" / "propagated_annots_params.json" + + +def add_igibson_objects(node, synset_to_cat): + ''' + Go through the hierarchy and add the words associated with the synsets as attributes. + ''' + if node["name"] in synset_to_cat: + node["categories"] = sorted(synset_to_cat[node["name"]]) + + if "children" in node: + for child_node in node["children"]: + add_igibson_objects(child_node, synset_to_cat) def add_path(path, hierarchy): if not path: return - # print("Path is nontrivial") synset = path[-1] if "children" not in hierarchy: hierarchy["children"] = [] @@ -41,6 +56,13 @@ def generate_paths(paths, path, synset, syn_prop_dict): generate_paths(paths, path + [hypernym], hypernym, syn_prop_dict) +def add_properties(node, syn_prop_param_dict): + node["abilities"] = syn_prop_param_dict[node["name"]] + if "children" in node: + for child_node in node["children"]: + add_properties(child_node, syn_prop_param_dict) + + # API def get_hierarchy(syn_prop_dict): @@ -56,11 +78,30 @@ def get_hierarchy(syn_prop_dict): for path in paths: add_path(path[:-1], hierarchy) + synset_to_cat_raw = pd.read_csv(CATEGORY_MAPPING_FN)[["category", "synset"]].to_dict(orient="records") + synset_to_cat = {} + for rec in synset_to_cat_raw: + syn, cat = rec["synset"], rec["category"] + if syn in synset_to_cat: + synset_to_cat[syn].append(cat) + else: + synset_to_cat[syn] = [cat] + add_igibson_objects(hierarchy, synset_to_cat) + with open(HIERARCHY_OUTPUT_FN, "w") as f: json.dump(hierarchy, f, indent=2) return hierarchy +def create_get_save_hierarchy_with_properties(hierarchy): + with open(SYN_PROP_PARAM_FN) as f: + syn_prop_param_dict = json.load(f) + add_properties(hierarchy, syn_prop_param_dict) + with open(HIERARCHY_PROPERTIES_OUTPUT_FN, "w") as f: + json.dump(hierarchy, f, indent=2) + return hierarchy + + if __name__ == "__main__": pass diff --git a/bddl/data_generation/get_syn_prop_annots_canonical.py b/bddl/data_generation/get_syn_prop_annots_canonical.py index 468880cb..153bc456 100644 --- a/bddl/data_generation/get_syn_prop_annots_canonical.py +++ b/bddl/data_generation/get_syn_prop_annots_canonical.py @@ -37,6 +37,7 @@ "stainable": "stained", "sliceable": "sliced", "slicer": None, + "diceable": "diced", "soakable": "soaked", "timeSetable": "time_set", "toggleable": "toggled_on", @@ -79,6 +80,12 @@ "particleSink": None, "needsOrientation": None, "waterCook": None, + "nonDeformable": None, + "nonSubstance": None, + "sceneObject": None, + "drapeable": None, + "physicalSubstance": None, + "mixingTool": None, } ########### GET INPUT CANONICALS ########### @@ -92,6 +99,8 @@ def get_annots_canonical(syn_prop_dict): synset_canonical[prop] = {} elif prop == "objectType" and applies in DESIRED_PROPS: synset_canonical[applies] = {} + if applies not in ["liquid", "visualSubstance", "macroPhysicalSubstance", "microPhysicalSubstance"]: + synset_canonical["nonSubstance"] = {} canonical[synset] = synset_canonical canonical_with_programmatic = add_programmatic_properties(canonical) return canonical_with_programmatic @@ -111,11 +120,13 @@ def add_programmatic_properties(synset_content): # runs programmatic addition ov synset_content[synset]["boilable"] = {} if ("visualSubstance" in synset_content[synset]) or ("microPhysicalSubstance" in synset_content[synset]) or ("macroPhysicalSubstance" in synset_content[synset]) or ("liquid" in synset_content[synset]): synset_content[synset]["substance"] = {} + if ("microPhysicalSubstance" in synset_content[synset]) or ("macroPhysicalSubstance" in synset_content[synset]) or ("liquid" in synset_content[synset]): + synset_content[synset]["physicalSubstance"] = {} if ("cloth" in synset_content[synset]) or ("rope" in synset_content[synset]) or ("softBody" in synset_content[synset]): synset_content[synset]["deformable"] = {} - if ("cloth" in synset_content[synset]) or ("softBody" in synset_content[synset]): - synset_content[synset].update({"foldable": {}, "unfoldable": {}}) # NOTE turns out foldable needs to be based on cloth - if synset_content[synset].get('substance') == None: # non-substances are both wetable and mixable + if ("cloth" in synset_content[synset]) or ("rope" in synset_content[synset]): + synset_content[synset]["drapeable"] = {} + if "nonSubstance" in synset_content[synset]: # non-substances are both wetable and mixable synset_content[synset].update({ "wetable": {}, "mixable": {}, diff --git a/bddl/data_generation/parse_tm_cleaning_csv.py b/bddl/data_generation/parse_tm_cleaning_csv.py new file mode 100644 index 00000000..12697f6e --- /dev/null +++ b/bddl/data_generation/parse_tm_cleaning_csv.py @@ -0,0 +1,204 @@ +import csv +import json +from enum import IntEnum +from bddl.object_taxonomy import ObjectTaxonomy +import pathlib + + +PROP_PARAM_ANNOTS_DIR = pathlib.Path(__file__).parents[1] / "generated_data" / "prop_param_annots" +PARTICLE_APPLIER_FILE = PROP_PARAM_ANNOTS_DIR / "particleApplier.csv" +PARTICLE_SOURCE_FILE = PROP_PARAM_ANNOTS_DIR / "particleSource.csv" + + +# Specific methods for applying / removing particles +class ParticleModifyMethod(IntEnum): + ADJACENCY = 0 + PROJECTION = 1 + + +# Specific condition types for applying / removing particles +class ParticleModifyCondition(IntEnum): + FUNCTION = 0 + SATURATED = 1 + TOGGLEDON = 2 + GRAVITY = 3 + +PREDICATE_MAPPING = { + "saturated": ParticleModifyCondition.SATURATED, + "toggled_on": ParticleModifyCondition.TOGGLEDON, + "function": ParticleModifyCondition.FUNCTION, +} + +PARTICLE_APPLIER_MAPPING = {} +with open(PARTICLE_APPLIER_FILE) as csvfile: + reader = csv.DictReader(csvfile) + for row in reader: + PARTICLE_APPLIER_MAPPING[row["synset"]] = row["system"] + +PARTICLE_SOURCE_MAPPING = {} +with open(PARTICLE_SOURCE_FILE) as csvfile: + reader = csv.DictReader(csvfile) + for row in reader: + PARTICLE_SOURCE_MAPPING[row["synset"]] = row["system"] + +def parse_predicate(predicate): + pred_type = PREDICATE_MAPPING[predicate.split(" ")[0]] + if pred_type == ParticleModifyCondition.SATURATED: + cond = (pred_type, predicate.split(" ")[1].split(".")[0]) + elif pred_type == ParticleModifyCondition.TOGGLEDON: + cond = (pred_type, True) + elif pred_type == ParticleModifyCondition.FUNCTION: + raise ValueError("Not supported") + else: + raise ValueError(f"Unsupported condition type: {pred_type}") + return cond + + +def parse_conditions_entry(unparsed_conditions): + print(f"Parsing: {unparsed_conditions}") + if unparsed_conditions.isnumeric(): + always_true = bool(int(unparsed_conditions)) + conditions = [] if always_true else None + else: + conditions = [parse_predicate(predicate=pred) for pred in unparsed_conditions.lower().split(" or ")] + return conditions + +def parse_tm_cleaning_csv(): + synset_cleaning_mapping = dict() + + PROP_PARAM_ANNOTS_DIR = pathlib.Path(__file__).parents[1] / "generated_data" / "prop_param_annots" + TM_CLEANING_FILE = PROP_PARAM_ANNOTS_DIR / "tm_cleaning.csv" + REMOVER_SYNSET_MAPPING = pathlib.Path(__file__).parents[1] / "generated_data" / "remover_synset_mapping.json" + OUTPUT_HIERARCHY_PROPERTIES = pathlib.Path(__file__).parents[1] / "generated_data" / "output_hierarchy_properties.json" + + rows = [] + with open(TM_CLEANING_FILE) as csvfile: + reader = csv.reader(csvfile, delimiter=",", quotechar='"') + for row in reader: + rows.append(row) + + # Remove first row + header, rows = rows[1], rows[2:] + + start_idx = 0 + for idx, head in enumerate(header): + if head == "water.n.06": + start_idx = idx + break + assert start_idx != 0 + + for row in rows: + synset_entry = row[start_idx - 4] + synset = synset_entry.split(" ")[0] + + if synset == "": + break + + if "not particleremover" in synset_entry.lower(): + continue + + default_visual_conditions = parse_conditions_entry(row[start_idx - 2]) + default_physical_conditions = parse_conditions_entry(row[start_idx - 1]) + + remover_kwargs = { + "conditions": dict(), + "default_physical_conditions": default_physical_conditions, + "default_visual_conditions": default_visual_conditions, + "method": ParticleModifyMethod.PROJECTION if "vacuum" in synset.lower() else ParticleModifyMethod.ADJACENCY, + } + + for idx, substance_synset in enumerate(header[start_idx:]): + # Grab condition + conditions = parse_conditions_entry(row[start_idx + idx]) + if conditions is not None: + og_cat = substance_synset.split(".")[0] + remover_kwargs["conditions"][og_cat] = conditions + + synset_cleaning_mapping[synset] = remover_kwargs + + ot = ObjectTaxonomy() + pruned_synset_cleaning_mapping = dict() + for synset, remover_kwargs in synset_cleaning_mapping.items(): + if not ot.is_valid_synset(synset): + continue + leaf_synsets = ot.get_leaf_descendants(synset=synset) + leaf_synsets = [synset] if len(leaf_synsets) == 0 else leaf_synsets + for leaf_synset in leaf_synsets: + abilities = ot.get_abilities(leaf_synset) + if "particleRemover" in abilities: + pruned_synset_cleaning_mapping[leaf_synset] = remover_kwargs + + + with open(REMOVER_SYNSET_MAPPING, "w+") as f: + json.dump(synset_cleaning_mapping, f, indent=2) + + + # Modify the output hierarchy properties + with open(OUTPUT_HIERARCHY_PROPERTIES, "r") as f: + ohp = json.load(f) + + not_annotated_removers = set() + + def find_and_replace_synsets_recursively(ohp_root): + # global pruned_synset_cleaning_mapping, not_annotated_removers + if isinstance(ohp_root, dict): + # Leaf node + if "name" in ohp_root.keys() and "children" not in ohp_root.keys(): + name = ohp_root["name"] + # Assign synset to category mapping for substance + if "substance" in ohp_root["abilities"]: + correct_category = name.split(".")[0].replace("-", "_") + # If categories already exist, it's read from the object modeling spreadsheet category mapping + if "categories" in ohp_root: + assert len(ohp_root["categories"]) == 1 + # Otherwise, infer from the synset + else: + ohp_root["categories"] = [correct_category] + + # Make sure particleRemover annotation aligns + if "particleRemover" in ohp_root["abilities"]: + if name not in pruned_synset_cleaning_mapping: + print(f"no particleRemover annotated for {name}") + not_annotated_removers.add(name) + if "particleSink" in ohp_root["abilities"]: + print(f"Adding particleSink kwargs for: {name}") + ohp_root["abilities"]["particleSink"] = { + "conditions": {}, + "default_physical_conditions": [], + "default_visual_conditions": None, + } + if "particleApplier" in ohp_root["abilities"]: + print(f"Adding particleApplier kwargs for: {name}") + assert name in PARTICLE_APPLIER_MAPPING + ohp_root["abilities"]["particleApplier"] = { + "conditions": {PARTICLE_APPLIER_MAPPING[name]: [(ParticleModifyCondition.GRAVITY, True) if "needsOrientation" in ohp_root["abilities"] else (ParticleModifyCondition.TOGGLEDON, True)]}, + "method": ParticleModifyMethod.PROJECTION, + } + if "particleSource" in ohp_root["abilities"]: + print(f"Adding particleSource kwargs for: {name}") + assert name in PARTICLE_SOURCE_MAPPING + ohp_root["abilities"]["particleSource"] = { + "conditions": {PARTICLE_SOURCE_MAPPING[name]: [(ParticleModifyCondition.GRAVITY, True) if "needsOrientation" in ohp_root["abilities"] else (ParticleModifyCondition.TOGGLEDON, True)]}, + "method": ParticleModifyMethod.PROJECTION, + } + for k, v in ohp_root.items(): + if k == "name" and v in pruned_synset_cleaning_mapping: + # print(f"found: {v}") + assert "children" not in ohp_root.keys() + assert "particleRemover" in ohp_root["abilities"] + ohp_root["abilities"]["particleRemover"] = pruned_synset_cleaning_mapping[v] + break + elif k == "children": + for child in v: + find_and_replace_synsets_recursively(ohp_root=child) + else: + find_and_replace_synsets_recursively(ohp_root=v) + + find_and_replace_synsets_recursively(ohp_root=ohp) + + with open(OUTPUT_HIERARCHY_PROPERTIES, "w+") as f: + json.dump(ohp, f, indent=2) + + +if __name__ == "__main__": + parse_tm_cleaning_csv() diff --git a/bddl/data_generation/process_prop_param_annots.py b/bddl/data_generation/process_prop_param_annots.py index e3584aee..e5bc4e5a 100644 --- a/bddl/data_generation/process_prop_param_annots.py +++ b/bddl/data_generation/process_prop_param_annots.py @@ -6,15 +6,18 @@ PARAMS_OUTFILE_FN = pathlib.Path(__file__).parents[1] / "generated_data" / "propagated_annots_params.json" UNRESOLVED_DIR = pathlib.Path(__file__).parents[1] / "generated_data" / "unresolved" -PROP_PARAM_ANNOTS_DIR = pathlib.Path(__file__).parents[1] / "prop_param_annots" +PROP_PARAM_ANNOTS_DIR = pathlib.Path(__file__).parents[1] / "generated_data" / "prop_param_annots" +SYNS_TO_PROPS = pathlib.Path(__file__).parents[1] / "generated_data" / "propagated_annots_canonical.json" +PROPS_TO_SYNS = pathlib.Path(__file__).parents[1] / "generated_data" / "properties_to_synsets.json" +SYNSET_LIST = pathlib.Path(__file__).parents[1] / "generated_data" / "synsets.csv" +leaf_synsets = set(pd.read_csv(SYNSET_LIST)["synset"]) def add_cookable_params(propagated_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param): # Cooking - print("COOKING") - print() cooking_params = pd.read_csv(PROP_PARAM_ANNOTS_DIR / "cooking.csv") cooking_params = cooking_params[cooking_params["require_cookable/overcookable_temperature"] == True][["synset", "value_cook(C)", "value_overcook(C)"]] for i, [synset, cook_temp, overcook_temp] in cooking_params.iterrows(): + if synset not in leaf_synsets: continue try: float(cook_temp) except ValueError: @@ -24,37 +27,36 @@ def add_cookable_params(propagated_canonical, props_to_syns, synset_nonexistent, prop_but_no_param["cookable"].append(synset) continue if synset not in propagated_canonical: - # print(f"{synset} not in syn-to-prop file.") synset_nonexistent["cookable"].append(synset) continue if "cookable" not in propagated_canonical[synset]: - # print(f"{synset} is not cookable but has cookable property param annotation.") param_but_no_prop["cookable"].append(synset) continue propagated_canonical[synset]["cookable"]["cook_temperature"] = float(cook_temp) - # syns_to_props[synset]["cookable"]["overcook_temperature"] = float(overcook_temp) + propagated_canonical[synset]["cookable"]["burn_temperature"] = 200. for cookable_synset in props_to_syns["cookable"]: + if synset not in leaf_synsets: continue try: wn_syn = wn.synset(cookable_synset) except: continue if "cook_temperature" not in propagated_canonical[cookable_synset]["cookable"] and \ all(syn.name in propagated_canonical for syn in wn.synset(cookable_synset).hyponyms()): - # print(f"{cookable_synset} is annotated as cookable but does not have cookable property param annotation") prop_but_no_param["cookable"].append(cookable_synset) def add_coldsource_params(propagated_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param): # coldSource - print(); print() - print("COLDSOURCE") - print() coldSource_params = pd.read_csv(PROP_PARAM_ANNOTS_DIR / "coldSource.csv") - coldSource_params = coldSource_params[coldSource_params["require_coldsource_temperature"] == True][["synset", "value(C)"]] - for i, [synset, temp] in coldSource_params.iterrows(): + coldSource_params = coldSource_params[coldSource_params["require_coldsource_temperature"] == True][["synset", "value(C)", "requires_toggled_on", "requires_closed", "requires_inside"]] + for i, [synset, temp, requires_toggled_on, requires_closed, requires_inside] in coldSource_params.iterrows(): + if synset not in leaf_synsets: continue try: float(temp) + int(requires_toggled_on) + int(requires_closed) + int(requires_inside) except ValueError: prop_but_no_param["coldSource"].append(synset) continue @@ -62,68 +64,83 @@ def add_coldsource_params(propagated_canonical, props_to_syns, synset_nonexisten prop_but_no_param["coldSource"].append(synset) continue if synset not in propagated_canonical: - # print(f"{synset} not in syn-to-prop file.") synset_nonexistent["coldSource"].append(synset) continue if "coldSource" not in propagated_canonical[synset]: - # print(f"{synset} is not coldSource but has coldSource property param annotation.") param_but_no_prop["coldSource"].append(synset) continue propagated_canonical[synset]["coldSource"]["temperature"] = float(temp) propagated_canonical[synset]["coldSource"]["heating_rate"] = 0.01 + propagated_canonical[synset]["coldSource"]["requires_toggled_on"] = int(requires_toggled_on) + propagated_canonical[synset]["coldSource"]["requires_closed"] = int(requires_closed) + propagated_canonical[synset]["coldSource"]["requires_inside"] = int(requires_inside) for coldSource_synset in props_to_syns["coldSource"]: + if synset not in leaf_synsets: continue try: wn_syn = wn.synset(coldSource_synset) except: continue if "temperature" not in propagated_canonical[coldSource_synset]["coldSource"] and \ all(syn.name in propagated_canonical for syn in wn.synset(coldSource_synset).hyponyms()): - # print(f"{coldSource_synset} is annotated as coldSource_synset but does not have coldSource_synset property param annotation") prop_but_no_param["coldSource"].append(coldSource_synset) def add_heatsource_params(propagated_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param): # heatSource - print(); print() - print("HEATSOURCE") - print() heatSource_params = pd.read_csv(PROP_PARAM_ANNOTS_DIR / "heatSource.csv") - heatSource_params = heatSource_params[heatSource_params["require_heatsource_temperature"] == True][["synset", "value(C)"]] - # print(heatSource_params) - # import sys; sys.exit() - for i, [synset, temp] in heatSource_params.iterrows(): + heatSource_params = heatSource_params[heatSource_params["require_heatsource_temperature"] == True][["synset", "value(C)", "requires_toggled_on", "requires_closed", "requires_inside"]] + for i, [synset, temp, requires_toggled_on, requires_closed, requires_inside] in heatSource_params.iterrows(): + if synset not in leaf_synsets: continue try: float(temp) + int(requires_toggled_on) + int(requires_closed) + int(requires_inside) except ValueError: prop_but_no_param["heatSource"].append(synset) continue if pd.isna(float(temp)): - print(synset) prop_but_no_param["heatSource"].append(synset) continue if synset not in propagated_canonical: - # print(f"{synset} not in syn-to-prop file.") synset_nonexistent["heatSource"].append(synset) continue if "heatSource" not in propagated_canonical[synset]: - # print(f"{synset} is not heatSource but has heatSource property param annotation.") param_but_no_prop["heatSource"].append(synset) continue propagated_canonical[synset]["heatSource"]["temperature"] = float(temp) propagated_canonical[synset]["heatSource"]["heating_rate"] = 0.01 + propagated_canonical[synset]["heatSource"]["requires_toggled_on"] = int(requires_toggled_on) + propagated_canonical[synset]["heatSource"]["requires_closed"] = int(requires_closed) + propagated_canonical[synset]["heatSource"]["requires_inside"] = int(requires_inside) for heatSource_synset in props_to_syns["heatSource"]: + if synset not in leaf_synsets: continue try: wn_syn = wn.synset(heatSource_synset) except: continue if "temperature" not in propagated_canonical[heatSource_synset]["heatSource"] and \ all(syn.name in propagated_canonical for syn in wn.synset(heatSource_synset).hyponyms()): - # print(f"{heatSource_synset} is annotated as heatSource but does not have heatSource property param annotation") prop_but_no_param["heatSource"].append(heatSource_synset) + +def add_heatable_params(propagated_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param): + # TODO will need to change when there are heating params + for heatable_syn in props_to_syns["heatable"]: + propagated_canonical[heatable_syn]["heatable"]["heat_temperature"] = 40. + + +def add_flammable_params(propagated_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param): + for flammable_syn in props_to_syns["flammable"]: + propagated_canonical[flammable_syn]["flammable"]["ignition_temperature"] = 250. + propagated_canonical[flammable_syn]["flammable"]["fire_temperature"] = 1000. + propagated_canonical[flammable_syn]["flammable"]["heating_rate"] = 0.04 + propagated_canonical[flammable_syn]["flammable"]["distance_threshold"] = 0.2 + + # TODO check if that everything that SHOULD have a certain parameter annotation DOES have it def create_get_save_propagated_annots_params(propagated_canonical, props_to_syns): @@ -133,6 +150,8 @@ def create_get_save_propagated_annots_params(propagated_canonical, props_to_syns add_cookable_params(propagated_params_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param) add_coldsource_params(propagated_params_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param) add_heatsource_params(propagated_params_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param) + add_heatable_params(propagated_params_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param) + add_flammable_params(propagated_params_canonical, props_to_syns, synset_nonexistent, param_but_no_prop, prop_but_no_param) with open(PARAMS_OUTFILE_FN, "w") as f: json.dump(propagated_params_canonical, f, indent=4) @@ -142,4 +161,12 @@ def create_get_save_propagated_annots_params(propagated_canonical, props_to_syns with open(UNRESOLVED_DIR / "param_but_no_prop.json", "w") as f: json.dump(param_but_no_prop, f, indent=4) with open(UNRESOLVED_DIR / "prop_but_no_param_or_malformed_param.json", "w") as f: - json.dump(prop_but_no_param, f, indent=4) \ No newline at end of file + json.dump(prop_but_no_param, f, indent=4) + + +if __name__ == "__main__": + with open(SYNS_TO_PROPS, "r") as f: + syns_to_props = json.load(f) + with open(PROPS_TO_SYNS, "r") as f: + props_to_syns = json.load(f) + create_get_save_propagated_annots_params(syns_to_props, props_to_syns) diff --git a/bddl/data_generation/prop_config.py b/bddl/data_generation/prop_config.py index 28337d1a..878cb69f 100644 --- a/bddl/data_generation/prop_config.py +++ b/bddl/data_generation/prop_config.py @@ -10,7 +10,7 @@ "cookable", "heatSource", "coldSource", - "fireSource", + # "fireSource", # deprecated "sliceable", "slicer", # "soakable", # deprecated @@ -31,6 +31,10 @@ "particleRemover", "particleApplier", "particleSource", + "particleSink", "needsOrientation", - "waterCook" -] \ No newline at end of file + "waterCook", + "mixingTool", + "sceneObject", + "diceable", +] diff --git a/bddl/data_generation/pull_sheets.py b/bddl/data_generation/pull_sheets.py index 844b6efa..2eb9bc09 100644 --- a/bddl/data_generation/pull_sheets.py +++ b/bddl/data_generation/pull_sheets.py @@ -7,11 +7,20 @@ ASSETS_SHEET_KEY = "10L8wjNDvr1XYMMHas4IYYP9ZK7TfQHu--Kzoi0qhAe4" SYNSETS_SHEET_KEY = "1eIQn1HzUJV15nCP4MqsHvrdWAV9VrKoxOqSnQxF0_1A" +SYMSET_PARAMS_SHEET_KEY = "1GXXa0uAsXiULVMELxrhFNNgjC_cBHXvj0uxT571Jnzs" +TM_SHEET_KEY = "11PsOlRYjsJ_WZZzMc6-iOi0oT_pIgKgvzXLg3kR00KM" ALL_SHEETS = [ (ASSETS_SHEET_KEY, "Object Category Mapping", "category_mapping.csv"), (ASSETS_SHEET_KEY, "Allowed Room Types", "allowed_room_types.csv"), + (ASSETS_SHEET_KEY, "Substance Hyperparams", "substance_hyperparams.csv"), (SYNSETS_SHEET_KEY, "Synsets", "synsets.csv"), + (SYMSET_PARAMS_SHEET_KEY, "heatsource", "prop_param_annots/heatSource.csv"), + (SYMSET_PARAMS_SHEET_KEY, "coldsource", "prop_param_annots/coldSource.csv"), + (SYMSET_PARAMS_SHEET_KEY, "cooking", "prop_param_annots/cooking.csv"), + (SYMSET_PARAMS_SHEET_KEY, "particleApplier", "prop_param_annots/particleApplier.csv"), + (SYMSET_PARAMS_SHEET_KEY, "particleSource", "prop_param_annots/particleSource.csv"), + (TM_SHEET_KEY, "cleaning substance-based dirtiness", "prop_param_annots/tm_cleaning.csv"), ] def main(): diff --git a/bddl/data_generation/run_everything.py b/bddl/data_generation/run_everything.py index b3057513..84edb44a 100644 --- a/bddl/data_generation/run_everything.py +++ b/bddl/data_generation/run_everything.py @@ -1,8 +1,9 @@ import pathlib -from bddl.data_generation.get_hierarchy_full import get_hierarchy +from bddl.data_generation.get_hierarchy_full import get_hierarchy, create_get_save_hierarchy_with_properties from bddl.data_generation.get_syn_prop_annots_canonical import create_get_save_annots_canonical, create_get_save_properties_to_synsets, create_get_save_synsets_to_descriptors from bddl.data_generation.propagate_by_intersection import create_get_save_propagated_canonical from bddl.data_generation.process_prop_param_annots import create_get_save_propagated_annots_params +from bddl.data_generation.parse_tm_cleaning_csv import parse_tm_cleaning_csv import pandas as pd import csv import nltk @@ -20,7 +21,7 @@ # owned_models.to_csv("owned_models.csv", index=False) def main(): - nltk.download('wordnet') + nltk.download("wordnet") # Get full hierarchy (it's created and saved on import) with open(SYN_PROP_DATA_FN, "r") as f: @@ -44,6 +45,12 @@ def main(): # Add parameter info to syns-to-props create_get_save_propagated_annots_params(propagated_canonical, props_to_syns) + # Add prop-param info to hierarchy + create_get_save_hierarchy_with_properties(hierarchy) + + # Add TM cleaning info to hierarchy + parse_tm_cleaning_csv() + # # Create and save activity-specific hierarchies (no getting because that will get complicated) # create_save_activity_specific_hierarchies() diff --git a/bddl/generated_data/category_mapping.csv b/bddl/generated_data/category_mapping.csv index d91d7045..91dcd8b6 100644 --- a/bddl/generated_data/category_mapping.csv +++ b/bddl/generated_data/category_mapping.csv @@ -1,1401 +1,1937 @@ -id,category,human readable category,synset,container approved,approved,is_b200,mass_estimate,mass,enable_ag,size_x,size_y,size_z,hasAvgSpec?,description,approval comments -0,ceilings,ceilings,ceiling.n.01,1,1,1,,,,,,,,, -1,walls,walls,wall.n.01,1,1,1,,,,,,,,, -2,floors,floors,floor.n.01,1,1,1,,,,,,,1,, -3,armchair,armchair,armchair.n.01,1,1,1,21.13,21.13058,0,0.76835000,0.79095600,0.83413600,1,, -4,basket,basket,basket.n.01,1,1,1,1.09,1.08862,1,0.32308800,0.40411400,0.13335000,1,, -5,bathtub,bathtub,bathtub.n.01,1,1,1,57.61,57.60618,0,1.59893000,0.74930000,0.63030100,1,, -6,bed,bed,bed.n.01,1,1,1,57.13,57.12538,0,1.52400000,2.03200000,1.01600000,1,, -7,bench,bench,bench.n.01,1,1,1,13.90,13.89806,0,1.16840000,0.46482000,0.43180000,1,, -8,bottom_cabinet,bottom cabinet,cabinet.n.01,1,1,1,22.44,27.53757,1,0.68437125,0.45297725,0.91440000,1,, -9,bottom_cabinet_no_top,bottom cabinet no top,cabinet.n.01,1,1,1,22.44,27.53757,1,0.68437125,0.45297725,0.91440000,1,, -10,breakfast_table,breakfast table,breakfast_table.n.01,1,1,1,18.14,18.14368,0,1.19380000,0.74930000,0.75565000,1,, -11,burner,burner,burner.n.02,1,1,1,16.78,16.78290,0,0.69532500,0.55079900,0.10566400,1,, -12,carpet,carpet,rug.n.01,1,1,1,2.40,2.40404,0,1.40970000,0.77597000,0.05676900,1,, -13,chaise_longue,chaise longue,chaise_longue.n.01,1,1,1,9.07,9.07184,0,0.59004200,0.66040000,0.78003400,1,, -14,chest,chest,chest.n.02,1,1,1,7.26,7.25747,0,0.75946000,0.39878000,0.39878000,1,, -15,coffee_maker,coffee maker,coffee_maker.n.01,1,1,1,3.54,3.53802,1,0.27508200,0.30226000,0.32258000,1,, -16,coffee_table,coffee table,coffee_table.n.01,1,1,1,11.62,11.61999,0,0.99060000,0.50800000,0.44958000,1,, -17,console_table,console table,console_table.n.01,1,1,1,11.79,11.79339,0,1.05410000,0.30480000,0.76200000,1,, -18,countertop,countertop,countertop.n.01,1,1,1,221.13,221.12610,0,3.96240000,0.63500000,0.03175000,1,, -19,crib,crib,crib.n.01,1,1,1,20.64,20.63844,0,1.43002000,0.75565000,1.02235000,1,, -20,desk,desk,desk.n.01,1,1,1,18.14,18.14368,0,1.19380000,0.74930000,0.75565000,1,, -21,dishwasher,dishwasher,dishwasher.n.01,1,1,1,30.39,30.39066,1,0.56197500,0.57073800,0.84289900,1,, -22,door,door,door.n.01,1,1,1,26.31,26.30834,1,0.76200000,0.03492500,2.03200000,1,, -23,floor_lamp,floor lamp,floor_lamp.n.01,1,1,1,4.30,4.29552,1,0.26289000,0.29464000,1.62293300,1,, -24,folding_chair,folding chair,folding_chair.n.01,1,1,1,9.07,9.07184,0,0.59004200,0.66040000,0.78003400,1,, -25,fridge,fridge,electric_refrigerator.n.01,1,1,1,92.99,92.98636,1,0.76200000,0.68580000,1.67640000,1,, -26,gaming_table,gaming table,gaming_table.n.01,1,1,1,18.14,18.14368,0,1.19380000,0.74930000,0.75565000,1,, -27,grandfather_clock,grandfather clock,grandfather_clock.n.01,1,1,1,21.32,21.31882,0,0.52705000,0.26987500,1.95580000,1,, -28,guitar,guitar,guitar.n.01,1,1,1,1.75,1.74633,1,0.40792400,0.11988800,1.04140000,1,, -29,heater,heater,heater.n.01,1,1,1,3.97,3.96893,1,0.35560000,0.13335000,0.24130000,1,, -30,highchair,highchair,highchair.n.01,1,1,1,9.07,9.07184,0,0.59004200,0.66040000,0.78003400,1,, -31,laptop,laptop,laptop.n.01,1,1,1,1.71,1.71231,1,0.34671000,0.23609300,0.01981200,1,, -32,loudspeaker,loudspeaker,loudspeaker.n.01,1,1,1,6.53,0.54431,1,0.17500000,0.18491200,0.19000000,1,, -33,microwave,microwave,microwave.n.02,1,1,1,12.03,12.03153,1,0.51689000,0.40528875,0.30772100,1,, -34,mirror,mirror,mirror.n.01,1,1,1,4.51,4.51097,1,0.57162700,0.03086100,0.75882500,1,, -35,monitor,monitor,monitor.n.04,1,1,1,3.26,3.26000,1,0.54025800,0.18542000,0.38354000,1,, -36,oven,oven,oven.n.01,1,1,1,63.50,63.50288,1,0.67945000,0.52501800,0.63500000,1,, -37,pedestal_table,pedestal table,pedestal_table.n.01,1,1,1,18.14,18.14368,0,1.19380000,0.74930000,0.75565000,1,, -38,piano,piano,piano.n.01,1,1,1,228.16,228.15678,0,1.52400000,0.63500000,1.21920000,1,, -39,picture,picture,photograph.n.01,1,1,1,0.47,0.47174,1,0.68580000,0.02413000,1.06680000,1,, -40,pillow,pillow,pillow.n.01,1,1,1,1.13,1.13398,1,0.58420000,0.35560000,0.08890000,1,, -41,pool_table,pool table,pool_table.n.01,1,1,1,74.73,74.72928,0,2.03200000,1.13347500,0.79692500,1,, -42,pot_plant,pot plant,pot_plant.n.01,1,1,1,4.54,4.53592,1,0.25400000,0.39878000,1.02108000,1,, -43,rail_fence,rail fence,rail_fence.n.01,1,1,1,4.80,4.79900,1,1.19989600,0.13970000,0.76200000,1,, -44,range_hood,range hood,range_hood.n.01,1,1,1,13.50,13.50343,0,0.76200000,0.47498000,0.91998800,1,, -45,rocking_chair,rocking chair,rocking_chair.n.01,1,1,1,9.07,9.07184,0,0.59004200,0.66040000,0.78003400,1,, -46,shelf,shelf,shelf.n.01,1,1,1,11.09,11.09032,0,0.61087000,0.24003000,1.12903000,1,, -47,shower,shower,shower.n.01,1,1,1,236.32,236.32143,0,1.53428700,1.53428700,2.03200000,1,, -48,sink,sink,sink.n.01,1,1,1,9.46,9.45739,0,0.46831250,0.52622450,0.22072600,1,, -49,sofa,sofa,sofa.n.01,1,1,1,41.60,41.59892,0,1.97002400,0.78003400,0.81991200,1,, -50,speaker_system,speaker system,loudspeaker.n.01,1,1,1,6.53,12.51914,0,0.32512000,0.41350000,0.43942000,1,, -51,stand,stand,stand.n.04,1,1,1,18.14,18.14368,0,1.19380000,0.74930000,0.75565000,1,, -52,standing_tv,standing tv,television_receiver.n.01,1,1,1,17.55,17.55401,0,1.28905000,0.23050500,0.78232000,1,, -53,stool,stool,stool.n.01,1,1,1,6.17,6.16658,1,0.41249600,0.40640000,0.64135000,1,, -54,stove,stove,stove.n.01,1,1,1,77.56,77.56423,0,0.76200000,0.73025000,0.93014800,1,, -55,straight_chair,straight chair,straight_chair.n.01,1,1,1,9.07,9.07184,0,0.59004200,0.66040000,0.78003400,1,, -56,swivel_chair,swivel chair,swivel_chair.n.01,1,1,1,12.52,12.51914,0,0.64000000,0.68580000,1.04775000,1,, -57,table_lamp,table lamp,table_lamp.n.01,1,1,1,0.81,0.80739,1,0.17780000,0.27990800,0.35991800,1,, -58,toilet,toilet,toilet.n.02,1,1,1,33.82,33.81528,0,0.50720625,0.58102500,0.70453250,1,, -59,top_cabinet,top cabinet,cabinet.n.01,1,1,1,22.44,12.24698,1,0.56515000,0.30480000,0.62407800,1,, -60,towel_rack,towel rack,towel_rack.n.01,1,1,1,0.91,0.90718,0,0.47396400,0.17272000,0.11938000,1,, -61,trash_can,trash can,ashcan.n.01,1,1,1,3.18,3.17514,1,0.35941000,0.35560000,0.65709800,1,, -62,treadmill,treadmill,treadmill.n.01,1,1,1,73.48,73.48190,0,0.81026000,1.74625000,1.44145000,1,, -63,wall_clock,wall clock,wall_clock.n.01,1,1,1,0.57,0.57153,1,0.30772100,0.03619500,0.30772100,1,, -64,wall_mounted_tv,wall mounted tv,television_receiver.n.01,1,1,1,17.55,17.55401,0,1.28905000,0.10000000,0.73000000,1,, -65,washer,washer,washer.n.03,1,1,1,73.00,72.99994,0,0.60960000,0.64770000,0.85090000,1,, -66,window,window,window.n.01,1,1,1,29.26,29.25668,0,1.52400000,0.08255000,1.01600000,1,, -67,apple,apple,apple.n.01,1,1,1,0.07,0.09000,1,0.09000000,0.09000000,0.14732000,1,, -68,apricot,apricot,apricot.n.02,1,1,1,0.07,0.09000,1,0.09000000,0.09000000,0.14732000,1,, -69,artichoke,artichoke,artichoke.n.02,1,1,1,0.01,0.01000,1,0.13000000,0.13000000,0.06500000,1,, -70,banana,banana,banana.n.02,1,1,1,0.12,0.12000,1,0.20000000,0.05000000,0.15000000,1,, -71,beet,beet,beet.n.02,1,1,1,0.10,0.10000,1,0.10160000,0.10160000,0.30000000,1,, -72,bell_pepper,bell pepper,bell_pepper.n.02,1,1,1,0.25,0.25174,1,0.09766300,0.08902700,0.09372600,1,, -73,bowl,bowl,bowl.n.01,1,1,1,0.10,0.10000,1,0.15000000,0.15000000,0.06000000,1,, -74,broccoli,broccoli,broccoli.n.02,1,1,1,0.01,0.01100,1,0.05000000,0.03000000,0.05000000,1,, -75,bucket,bucket,bucket.n.01,1,1,1,3.00,3.00000,1,0.30000000,0.30000000,0.40000000,1,, -76,bulldog_clip,bulldog clip,bulldog_clip.n.01,1,1,1,0.02,0.02000,1,0.03000000,0.03000000,0.03000000,1,, -77,bulletin_board,bulletin board,bulletin_board.n.02,1,1,1,5.00,5.00000,1,0.91440000,0.07000000,0.60960000,1,, -78,butter,butter,butter.n.01,1,1,1,0.47,0.46500,1,0.20000000,0.05000000,0.10000000,1,, -79,caliper,caliper,caliper.n.01,1,1,1,0.20,0.20000,1,0.24739600,0.04000000,0.01000000,1,, -80,canned_food,canned food,canned_food.n.01,1,1,1,0.80,0.80000,1,0.10000000,0.10000000,0.17000000,1,, -81,cantaloup,cantaloup,cantaloup.n.02,1,1,1,2.00,2.00000,1,0.20000000,0.16000000,0.16000000,1,, -82,carafe,carafe,carafe.n.01,1,1,1,0.50,0.50000,1,0.07620000,0.07620000,0.25000000,1,, -83,carrot,carrot,carrot.n.03,1,1,1,0.06,0.06000,1,0.21000000,0.03000000,0.04000000,1,, -84,carving_knife,carving knife,carving_knife.n.01,1,1,1,0.31,0.30617,1,0.26670000,0.04279900,0.02540000,1,, -85,casserole,casserole,casserole.n.02,1,1,1,1.79,1.78754,1,0.32118300,0.26035000,0.18935700,1,, -86,cherry,cherry,cherry.n.03,1,1,1,0.02,0.02400,1,0.07000000,0.03000000,0.06000000,1,, -87,chestnut,chestnut,chestnut.n.03,1,1,1,0.01,0.01000,1,0.02000000,0.01600000,0.02000000,1,, -88,chip,chip,chip.n.04,1,1,1,0.23,0.22680,1,0.13000000,0.07000000,0.21000000,1,, -89,chives,chives,chives.n.01,1,1,1,0.02,0.01500,1,0.28000000,0.04000000,0.05500000,1,, -90,chopping_board,chopping board,chopping_board.n.01,1,1,1,1.45,1.45150,1,0.41910000,0.30607000,0.02032000,1,, -91,clove,clove,clove.n.03,1,1,1,0.02,0.02000,1,0.06000000,0.06000000,0.07500000,1,, -92,coatrack,coatrack,coatrack.n.01,1,1,1,3.87,3.87141,1,0.61074300,0.31889700,1.75082200,1,, -93,colander,colander,colander.n.01,1,1,1,0.77,0.77111,1,0.32994600,0.28397200,0.12395200,1,, -94,cruet,cruet,cruet.n.01,1,1,1,0.20,0.20000,1,0.06500000,0.06500000,0.19500000,1,, -95,cucumber,cucumber,cucumber.n.02,1,1,1,0.39,0.38555,1,0.26670000,0.05207000,0.04572000,1,, -96,digital_scale,digital scale,scale.n.07,1,1,1,1.68,1.75000,1,0.30000000,0.25000000,0.03000000,1,, -97,dinner_napkin,dinner napkin,dinner_napkin.n.01,1,1,1,0.30,0.30000,1,0.17145000,0.06000000,0.04000000,1,, -98,dipper,dipper,dipper.n.01,1,1,1,0.15,0.15000,1,0.03000000,0.03000000,0.25000000,1,, -99,dish_rack,dish rack,dish_rack.n.01,1,1,1,4.00,4.00000,0,0.70000000,0.15000000,0.70000000,1,, -100,egg,egg,egg.n.02,1,1,1,0.77,0.76544,1,0.22352000,0.10541000,0.07000000,1,, -101,eggplant,eggplant,eggplant.n.01,1,1,1,0.45,0.45109,1,0.22000000,0.07000000,0.07000000,1,, -102,frying_pan,frying pan,frying_pan.n.01,1,1,1,2.00,2.00000,1,0.60000000,0.25000000,0.05000000,1,, -103,glass,glass,glass.n.02,1,1,1,0.24,0.24097,1,0.09000000,0.09000000,0.15000000,1,, -104,gooseberry,gooseberry,gooseberry.n.02,1,1,1,0.00,0.00200,1,0.01400000,0.01400000,0.01400000,1,, -105,grape,grape,grape.n.01,1,1,1,0.15,0.15000,1,0.12000000,0.10160000,0.13589000,1,, -106,grater,grater,grater.n.01,1,1,1,0.25,0.25000,1,0.11500000,0.08890000,0.25400000,1,, -107,griddle,griddle,griddle.n.01,1,1,1,2.95,2.95289,1,0.55880000,0.32766000,0.07620000,1,, -108,half_apple,half apple,half__apple.n.01,1,1,0,0.07,0.04500,1,0.09000000,0.04500000,0.14732000,1,, -109,half_chestnut,half chestnut,half__chestnut.n.01,1,1,0,0.01,0.00500,1,0.02000000,0.01600000,0.01000000,1,, -110,half_coconut_fruit,half coconut fruit,half__coconut.n.01,1,1,0,0.52,0.35000,1,0.14000000,0.07000000,0.17000000,1,, -111,half_lemon,half lemon,half__lemon.n.01,1,1,0,0.05,0.03500,1,0.08000000,0.07000000,0.06500000,1,, -112,half_mushroom,half mushroom,half__mushroom.n.01,1,1,0,0.03,0.02500,1,0.03000000,0.01500000,0.04000000,1,, -113,half_orange,half orange,half__orange.n.01,1,1,0,0.06,0.04000,1,0.08500000,0.08500000,0.04500000,1,, -114,half_pineapple,half pineapple,half__pineapple.n.01,1,1,0,0.75,0.50000,1,0.14000000,0.14000000,0.14000000,1,, -115,half_plum,half plum,half__plum.n.01,1,1,0,0.05,0.03000,1,0.02000000,0.04000000,0.10000000,1,, -116,half_pomegranate,half pomegranate,half__pomegranate.n.01,1,1,0,0.19,0.12750,1,0.08000000,0.04000000,0.10500000,1,, -117,half_pomelo,half pomelo,half__pomelo.n.01,1,1,0,0.14,0.09800,1,0.07962900,0.03500000,0.15481300,1,, -118,half_beefsteak_tomato,,half__beefsteak_tomato.n.01,1,1,0,0.08,0.05000,1,0.10000000,0.10000000,0.04500000,1,, -119,head_cabbage,head cabbage,head_cabbage.n.02,1,1,1,1.09,1.09316,1,0.15900400,0.15697200,0.13995400,1,, -120,honing_steel,honing steel,steel.n.03,1,1,1,0.30,0.29913,1,0.40005000,0.05080000,0.05080000,1,, -121,jar,jar,mason_jar.n.01,1,1,1,8.00,8.00000,1,0.22000000,0.22000000,0.27000000,1,, -122,kettle,kettle,kettle.n.01,1,1,1,1.20,1.20000,1,0.17000000,0.17000000,0.20000000,1,, -123,kitchen_analog_scale,kitchen analog scale,scale.n.07,1,1,1,1.68,1.60000,1,0.25000000,0.23000000,0.33000000,1,, -124,kiwi,kiwi,kiwi.n.03,1,1,1,0.06,0.07600,1,0.12000000,0.11000000,0.09000000,1,, -125,lemon,lemon,lemon.n.01,1,1,1,0.05,0.07000,1,0.08000000,0.07000000,0.11000000,1,, -126,lettuce,lettuce,lettuce.n.03,1,1,1,0.03,0.03000,1,0.10000000,0.10000000,0.12000000,1,, -127,lid,lid,lid.n.02,1,1,1,0.65,0.65000,1,0.20000000,0.20000000,0.07000000,1,, -128,mat,mat,mat.n.07,1,1,1,0.36,0.36200,1,0.45000000,0.30000000,0.00300000,1,, -129,mug,mug,mug.n.04,1,1,1,0.40,0.40000,1,0.12000000,0.08100000,0.09200000,1,, -130,mushroom,mushroom,mushroom.n.05,1,1,1,0.03,0.02500,1,0.03000000,0.03000000,0.04000000,1,, -131,olive,olive,olive.n.04,1,1,1,0.40,0.40000,1,0.07500000,0.07500000,0.15000000,1,, -132,bottle_of_olive_oil,bottle of olive oil,bottle__of__olive_oil.n.01,1,1,1,0.15,0.15000,1,,,,1,, -133,orange,orange,orange.n.01,1,1,1,0.06,0.08000,1,0.08500000,0.08500000,0.09000000,1,, -134,paper_clip,paper clip,paper_clip.n.01,1,1,1,0.00,0.00050,1,0.02000000,0.00500000,0.00100000,1,, -135,paper_towel,paper towel,paper_towel.n.01,1,1,1,0.73,0.73000,1,0.11430000,0.11430000,0.31750000,1,, -136,paper_towel_holder,paper towel holder,paper_towel_holder.n.01,1,1,1,0.45,0.45359,1,0.20800000,0.13970000,0.31750000,1,, -137,parsley,parsley,parsley.n.02,1,1,1,0.01,0.00500,1,0.15000000,0.06000000,0.04000000,1,, -138,pea,pea,pea.n.01,1,1,1,0.01,0.00500,1,0.09236710,0.03356610,0.06000000,1,, -139,peach,peach,peach.n.03,1,1,1,0.07,0.09000,1,0.09000000,0.09000000,0.14732000,1,, -140,pear,pear,pear.n.01,1,1,1,0.14,0.18597,1,0.07962900,0.07188200,0.15481300,1,, -141,pen,pen,pen.n.01,1,1,1,0.02,0.02000,1,0.15000000,0.01500000,0.01500000,1,, -142,pencil,pencil,pencil.n.01,1,1,1,0.01,0.00700,1,0.16002000,0.00800000,0.00800000,1,, -143,pencil_box,pencil box,pencil_box.n.01,1,1,1,0.08,0.08000,1,0.20000000,0.07000000,0.07000000,1,, -144,pepper_grinder,pepper grinder,pepper_mill.n.01,1,1,1,0.23,0.22590,1,0.06553200,0.05969000,0.13970000,1,, -145,pineapple,pineapple,pineapple.n.02,1,1,1,0.75,1.00000,1,0.14000000,0.14000000,0.28000000,1,, -146,pistachio,pistachio,pistachio.n.02,1,1,1,0.00,0.00060,1,0.00500000,0.00500000,0.01200000,1,, -147,plum,plum,plum.n.02,1,1,1,0.05,0.06000,1,0.04000000,0.04000000,0.10000000,1,, -148,pomegranate,pomegranate,pomegranate.n.02,1,1,1,0.19,0.25515,1,0.08000000,0.08000000,0.10500000,1,, -149,pomelo,pomelo,pomelo.n.02,1,1,1,0.14,0.18597,1,0.07962900,0.07188200,0.15481300,1,, -150,pop_case,pop case,case__of__pop.n.01,1,1,1,2.52,4.64000,1,0.40000000,0.13400000,0.12600000,1,, -151,potato,potato,potato.n.01,1,1,1,0.68,0.67812,1,0.15532100,0.07785100,0.08128000,1,, -152,pumpkin,pumpkin,pumpkin.n.02,1,1,1,2.00,2.00000,1,0.15000000,0.15000000,0.14000000,1,, -153,radish,radish,radish.n.01,1,1,1,0.45,0.45000,1,0.25000000,0.05000000,0.05000000,1,, -154,raspberry,raspberry,raspberry.n.02,1,1,1,0.00,0.00100,1,0.01000000,0.01000000,0.01500000,1,, -155,rosehip,rosehip,hip.n.05,1,1,1,0.03,0.03000,1,0.08000000,0.05000000,0.07000000,1,, -156,saucepan,saucepan,saucepan.n.01,1,1,1,1.50,1.50000,1,0.50000000,0.30000000,0.14478000,1,, -157,soup_ladle,soup ladle,soup_ladle.n.01,1,1,1,0.20,0.20000,1,0.30000000,0.11000000,0.11000000,1,, -158,spatula,spatula,spatula.n.01,1,1,1,0.08,0.08186,1,0.07921000,0.02063750,0.29970000,1,, -159,spinach,spinach,spinach.n.02,1,1,1,0.09,0.09072,1,0.20000000,0.16000000,0.23000000,1,, -160,spoon,spoon,spoon.n.01,1,1,1,0.06,0.06000,1,0.05000000,0.03000000,0.13000000,1,, -161,sticky_note,sticky note,sticky_note.n.01,1,1,1,0.10,0.10000,1,0.07600000,0.07600000,0.01500000,1,, -162,straight_pin,straight pin,straight_pin.n.01,1,1,1,0.00,0.00010,1,0.01500000,0.00300000,0.00300000,1,, -163,strawberry,strawberry,strawberry.n.01,1,1,1,0.01,0.01000,1,0.04000000,0.02500000,0.02500000,1,, -164,sweet_corn,sweet corn,sweet_corn.n.02,1,1,1,0.60,0.60000,1,0.30000000,0.13000000,0.07000000,1,, -165,table_knife,table knife,table_knife.n.01,1,1,1,0.06,0.06000,1,0.16000000,0.03000000,0.00300000,1,, -166,tablefork,tablefork,tablefork.n.01,1,1,1,0.05,0.05000,1,0.20053300,0.04978400,0.02247900,1,, -167,teapot,teapot,teapot.n.01,1,1,1,3.30,3.30000,1,0.26416000,0.19812000,0.17780000,1,, -168,thumbtack,thumbtack,thumbtack.n.01,1,1,1,0.00,0.00010,1,0.00400000,0.00400000,0.01000000,1,, -169,toasting_fork,toasting fork,toasting_fork.n.01,1,1,1,0.05,0.04536,1,0.03302000,0.01270000,0.13970000,1,, -170,tongs,tongs,tongs.n.01,1,1,1,0.26,0.25750,1,0.04483100,0.03276600,0.32258000,1,, -171,vidalia_onion,vidalia onion,vidalia_onion.n.01,1,1,1,0.13,0.13000,1,0.09000000,0.09000000,0.10000000,1,, -172,walnut,walnut,walnut.n.01,1,1,1,0.02,0.02000,1,0.03000000,0.03000000,0.04000000,1,, -173,watermelon,watermelon,watermelon.n.02,1,1,1,8.00,8.00000,1,0.20000000,0.20000000,0.20000000,1,, -174,whiteboard,whiteboard,display_panel.n.01,1,1,1,7.00,7.00000,1,0.91440000,0.07000000,0.60960000,1,, -175,bottle_of_wine,bottle of wine,bottle__of__wine.n.01,1,1,1,1.20,1.20000,1,0.07620000,0.07620000,0.30480000,1,, -176,zucchini,zucchini,zucchini.n.02,1,1,1,0.50,0.50000,1,0.11000000,0.09000000,0.22000000,1,, -177,gym_shoe,gym shoe,gym_shoe.n.01,1,1,1,0.34,0.34445,1,0.23849965,0.13000000,0.07388987,1,, -178,video_game,video game,computer_game.n.01,1,1,1,0.40,0.40000,1,0.19050000,0.13462000,0.00762000,1,, -179,board_game,board game,board_game.n.01,1,1,1,0.68,0.67980,1,0.29845000,0.13690600,0.13360400,1,, -180,walker,walker,walker.n.04,1,1,1,0.40,0.40000,1,0.28000000,0.12000000,0.08000000,1,, -181,sandal,sandal,sandal.n.01,1,1,1,0.18,0.17500,1,0.26000000,0.10000000,0.07000000,1,, -182,hat,hat,hat.n.01,1,1,1,0.11,0.11400,1,0.28140000,0.28140000,0.17000000,1,, -183,bottle_of_protein_powder,bottle of protein powder,bottle__of__protein_powder.n.01,1,1,1,0.92,0.92079,1,0.20320000,0.16033750,0.24645010,1,, -184,keyboard,keyboard,keyboard.n.01,1,1,1,0.85,0.84573,1,0.45250400,0.14541500,0.03327400,1,, -185,headset,headset,headset.n.01,1,1,1,0.28,0.28000,1,0.20999958,0.20497800,0.09499981,1,, -186,mouse,mouse,mouse.n.04,1,1,1,0.10,0.09951,1,0.12077700,0.06680200,0.04686300,1,, -187,hard_drive,hard drive,disk_drive.n.01,1,1,1,0.23,0.22680,1,0.11684000,0.08204200,0.02540000,1,, -188,hammer,hammer,hammer.n.02,1,1,1,0.70,0.69853,1,0.28016200,0.11938000,0.04800600,1,, -189,glove,glove,glove.n.02,1,1,1,0.14,0.13600,1,0.25000000,0.20000000,0.00500000,1,, -190,bath_towel,bath towel,bath_towel.n.01,1,1,1,0.71,0.71259,1,0.33299400,0.25908000,0.07000000,1,, -191,dishtowel,dishtowel,dishtowel.n.01,1,1,1,0.14,0.14000,1,0.25000000,0.15000000,0.01000000,1,, -192,hand_towel,hand towel,hand_towel.n.01,1,1,1,0.20,0.20000,1,0.30000000,0.25000000,0.03000000,1,, -193,toy,toy,plaything.n.01,1,1,1,0.25,0.25000,1,0.15000000,0.15000000,0.15000000,1,, -194,envelope,envelope,envelope.n.01,1,1,1,0.01,0.00675,1,0.24638000,0.10795000,0.00100000,1,, -195,box_of_chocolates,box of chocolates,box__of__chocolates.n.01,1,1,1,0.80,0.80000,1,0.30000000,0.20000000,0.05000000,1,, -196,soap,soap,soap.n.01,1,1,0,0.13,0.12800,1,0.08000000,0.08000000,0.02000000,1,, -197,box_of_crackers,box of crackers,box__of__crackers.n.01,1,1,1,0.25,0.19800,1,0.19250000,0.17000000,0.19000000,1,,supersynset of pretzel -198,ball,ball,ball.n.01,1,1,1,0.07,0.07000,1,0.10000000,0.10000000,0.10000000,1,, -199,t_shirt,t shirt,jersey.n.03,1,1,1,0.30,0.29500,1,0.74000000,0.35000000,0.60000000,1,, -200,candy_cane,candy cane,candy_cane.n.01,1,1,1,0.03,0.02800,1,0.06000000,0.00500000,0.10000000,1,, -201,shampoo,shampoo,shampoo.n.01,1,1,1,0.96,0.95708,1,0.09347200,0.07429500,0.22542500,1,, -203,candle,candle,candle.n.01,1,1,1,0.40,0.40000,1,0.15000000,0.12000000,0.10000000,1,, -204,folderal,folderal,folderal.n.01,1,1,1,0.13,0.12700,1,0.23000000,0.06000000,0.23000000,1,, -205,light_bulb,light bulb,light_bulb.n.01,1,1,1,0.20,0.20211,1,0.13779500,0.07010400,0.12801600,1,, -206,wall_socket,wall socket,wall_socket.n.01,1,1,1,0.08,0.07500,0,0.07000000,0.00500000,0.11500000,1,, -207,bell,bell,bell.n.01,1,1,1,0.08,0.08000,1,0.15000000,0.08000000,0.08000000,1,, -208,baseboard,baseboard,baseboard.n.01,1,1,1,0.40,0.40000,1,0.20000000,0.04000000,0.11000000,1,, -209,plywood,plywood,plywood.n.01,1,1,1,0.48,0.47500,1,0.15000000,0.01500000,0.30000000,1,, -210,tile,tile,tile.n.01,1,1,1,2.20,2.20000,1,0.30000000,0.30000000,0.01000000,1,, -211,clout_nail,clout nail,clout_nail.n.01,1,1,1,0.00,0.00100,1,0.00400000,0.00400000,0.05000000,1,, -212,hinge,hinge,hinge.n.01,1,1,1,0.40,0.39689,1,0.09575800,0.02019300,0.05715000,1,, -213,screwdriver,screwdriver,screwdriver.n.01,1,1,1,0.15,0.15195,1,0.19608760,0.04765000,0.03939500,1,, -214,pocketknife,pocketknife,pocketknife.n.01,1,1,1,0.13,0.12604,1,0.13970000,0.03005997,0.02540000,1,, -215,hardback,hardback,hardback.n.01,1,1,1,0.45,0.45000,1,0.25400000,0.03500000,0.17780000,1,, -216,notebook,notebook,notebook.n.01,1,1,1,0.42,0.42000,1,0.25125000,0.17335500,0.01409700,1,, -217,hairbrush,hairbrush,hairbrush.n.01,1,1,1,0.15,0.15000,1,0.24000000,0.07000000,0.04500000,1,, -218,chili,chili,chili.n.02,1,1,1,0.03,0.03000,1,0.06000000,0.03000000,0.02000000,1,, -219,hamburger,hamburger,hamburger.n.01,1,1,1,0.20,0.20000,1,0.11000000,0.11000000,0.07000000,1,, -220,tray,tray,tray.n.01,1,1,1,1.80,1.79623,1,0.47955200,0.34582100,0.06172200,1,, -221,toothpick,toothpick,toothpick.n.01,1,1,1,0.00,0.00010,1,0.00180000,0.00180000,0.06350000,1,, -222,plate,plate,plate.n.04,1,1,1,0.40,0.40000,1,0.20000000,0.20000000,0.04127500,1,, -223,dart,dart,dart.n.01,1,1,1,0.02,0.02400,1,0.08600000,0.02500000,0.02500000,1,, -224,dartboard,dartboard,dartboard.n.01,1,1,1,4.00,4.00000,1,0.45100000,0.03810000,0.45100000,1,, -225,blender,blender,blender.n.01,1,1,1,2.70,2.70341,1,0.22999700,0.15875000,0.36436300,1,, -226,straw,straw,straw.n.04,1,1,1,0.04,0.04200,1,0.26784300,0.00700000,0.00700000,1,, -227,folder,folder,folder.n.02,1,1,1,0.34,0.33736,1,0.30480000,0.24130000,0.06096000,1,, -228,calculator,calculator,calculator.n.02,1,1,1,0.12,0.11793,1,0.15000000,0.15000000,0.03048000,1,, -229,necklace,necklace,necklace.n.01,1,1,1,0.00,0.00454,1,0.43180000,0.00965200,0.01600200,1,, -230,bracelet,bracelet,bracelet.n.02,1,1,1,0.02,0.02000,1,0.07000000,0.05000000,0.01000000,1,, -231,ring,ring,ring.n.08,1,1,1,0.00,0.00400,1,0.01500000,0.01500000,0.00500000,1,, -232,cup,cup,cup.n.01,1,1,1,0.45,0.45359,1,0.13208000,0.09144000,0.11176000,1,, -233,platter,platter,platter.n.01,1,1,1,1.65,1.65038,1,0.34030000,0.17240000,0.25950000,1,, -234,cauldron,cauldron,caldron.n.01,1,1,1,2.00,2.00000,1,0.30000000,0.30000000,0.25000000,1,, -235,coffee_cup,coffee cup,coffee_cup.n.01,1,1,1,0.45,0.45359,1,0.20701000,0.11049000,0.18097500,1,, -236,bow,bow,bow.n.08,1,1,1,0.12,0.12000,1,0.17000000,0.03000000,0.30000000,1,, -237,wreath,wreath,wreath.n.01,1,1,1,0.15,0.15000,1,0.20000000,0.20000000,0.08000000,1,, -238,chopstick,chopstick,chopstick.n.01,1,1,1,0.08,0.08080,1,0.23812500,0.01000000,0.00500000,1,, -239,sushi,sushi,sushi.n.01,1,1,1,0.09,0.09000,1,0.03000000,0.03000000,0.04000000,1,, -240,sheet,sheet,sheet.n.03,1,1,1,0.80,0.80000,1,1.80000000,1.20000000,0.02000000,1,, -241,broom,broom,broom.n.01,1,1,1,0.58,0.58287,1,0.29972000,0.08752600,0.80040000,1,, -242,carpet_sweeper,carpet sweeper,carpet_sweeper.n.01,1,1,1,1.43,1.43039,1,0.41592500,0.19367500,0.63500000,1,, -243,coat,coat,coat.n.01,1,1,1,1.70,1.70000,1,0.50000000,0.10000000,0.74000000,1,, -244,jeans,jeans,jean.n.01,1,1,1,0.40,0.40000,1,0.45000000,0.02500000,0.97000000,1,, -245,paintbrush,paintbrush,paintbrush.n.01,1,1,1,0.22,0.22000,1,0.22302500,0.11111250,0.02000000,1,, -246,pajamas,pajamas,pajama.n.02,1,1,1,0.20,0.20000,1,0.45000000,0.02500000,0.97000000,1,, -247,pegboard,pegboard,pegboard.n.01,1,1,1,1.10,1.10000,1,0.50000000,0.01200000,0.40000000,1,, -248,scrub_brush,scrub brush,scrub_brush.n.01,1,1,1,0.08,0.07796,1,0.12700000,0.07950200,0.06500000,1,, -249,sock,sock,sock.n.01,1,1,1,0.08,0.08000,1,0.22000000,0.07000000,0.04000000,1,, -250,trowel,trowel,trowel.n.01,1,1,1,0.15,0.14742,1,0.27970000,0.07691000,0.05969000,1,, -251,vacuum,vacuum,vacuum.n.04,1,1,1,5.44,5.44000,1,0.35775900,0.30099000,1.09200000,1,, -252,umbrella,umbrella,umbrella.n.01,1,1,1,0.41,0.40823,1,0.68580000,0.05080000,0.05080000,1,, -253,toaster,toaster,toaster.n.02,1,1,0,1.54,1.54221,1,0.28448000,0.18499988,0.19050000,1,, -254,iron,iron,iron.n.04,1,1,1,1.37,1.37212,1,0.30238700,0.13703300,0.14795500,1,, -255,hook,hook,hook.n.05,1,1,1,1.80,1.80000,1,1.00000000,0.10000000,0.13220700,1,, -256,car,car,car.n.01,1,1,0,1204.00,1204.00000,0,4.05800000,1.85000000,1.51800000,1,, -257,drill,drill,drill.n.01,1,1,1,1.81,1.81437,1,0.31000000,0.16002000,0.19685000,1,, -258,dustpan,dustpan,dustpan.n.02,1,1,1,0.40,0.40000,1,0.29425900,0.26657300,0.07100000,1,, -259,lawn_mower,lawn mower,lawn_mower.n.01,1,1,1,17.01,17.00971,0,0.72136000,0.40894000,0.51562000,1,, -260,painting,painting,painting.n.01,1,1,1,0.60,0.60000,1,0.25000000,0.02000000,0.30000000,1,, -261,bottle_of_powder,bottle of powder,bottle__of__powder.n.01,1,1,1,0.23,0.22680,1,0.07600000,0.07600000,0.21920200,1,, -262,rake,rake,rake.n.03,1,1,1,1.16,1.15666,1,1.63195000,0.40081200,0.08890000,1,, -263,scraper,scraper,scraper.n.01,1,1,1,0.15,0.15422,1,0.17526000,0.10160000,0.04445000,1,, -264,ladder,ladder,ladder.n.01,1,1,1,7.71,7.71107,1,0.53975000,0.17780000,1.09220000,1,, -265,toothbrush,toothbrush,toothbrush.n.01,1,1,1,0.02,0.02000,1,0.13208000,0.01800000,0.02540000,1,, -266,chicken,chicken,chicken.n.01,1,1,1,1.36,1.36078,1,0.37465000,0.20320000,0.14000000,1,, -267,dress,dress,dress.n.01,1,1,1,0.29,0.29484,1,0.50000000,0.10000000,0.70000000,1,, -268,hanger,hanger,hanger.n.02,1,1,1,0.10,0.10000,1,0.44450000,0.00635000,0.23012400,1,, -269,pork,pork,pork.n.01,1,1,1,0.45,0.45359,1,0.21907500,0.16510000,0.03225800,1,, -270,rib,rib,rib.n.03,1,1,1,0.40,0.40000,1,0.20000000,0.12547600,0.06000000,1,, -271,steak,steak,steak.n.01,1,1,1,0.23,0.22500,1,0.29845000,0.23177500,0.02857500,1,, -272,jar_of_sugar,jar of sugar,jar__of__sugar.n.01,1,1,1,0.45,0.45359,1,0.15240000,0.13970000,0.13335000,1,, -273,crab,crab,crab.n.05,1,1,1,0.75,0.75000,1,0.35000000,0.25000000,0.04000000,1,, -274,fillet,fillet,fillet.n.02,1,1,1,0.49,0.49442,1,0.19050000,0.18923000,0.09398000,1,, -275,magazine,magazine,magazine.n.02,1,1,1,0.24,0.24000,1,0.27620000,0.20320000,0.58000000,1,, -276,newspaper,newspaper,newspaper.n.03,1,1,1,0.02,0.02083,1,0.23971250,0.11424920,0.03000000,1,, -277,muffin,muffin,muffin.n.01,1,1,1,0.12,0.12000,1,0.08000000,0.08000000,0.10000000,1,, -278,ice_cube,ice cube,ice_cube.n.01,1,1,1,0.01,0.01438,1,0.02500000,0.02500000,0.02500000,1,, -279,cinnamon,cinnamon,cinnamon.n.03,1,1,1,0.11,0.10670,1,0.12290425,0.04000000,0.04000000,1,, -280,lime,lime,lime.n.06,1,1,1,0.09,0.09000,1,0.07620000,0.07620000,0.12700000,1,, -281,almond,almond,almond.n.02,1,1,1,0.04,0.04000,1,0.09000000,0.08500000,0.04000000,1,, -282,grill,grill,grill.n.02,1,1,1,10.70,10.70000,1,0.55000000,0.55000000,0.30000000,1,, -283,bagel,bagel,bagel.n.01,1,1,1,0.11,0.10500,1,0.15000000,0.15000000,0.05000000,1,, -284,baguette,baguette,baguet.n.01,1,1,1,0.44,0.44019,1,0.34765000,0.04445000,0.06350000,1,, -285,basil,basil,basil.n.03,1,1,1,0.03,0.02877,1,0.13000000,0.07000000,0.13000000,1,, -286,celery,celery,celery.n.02,1,1,1,0.25,0.25000,1,0.30000000,0.06985000,0.07000000,1,, -287,cupcake,cupcake,cupcake.n.01,1,1,1,0.08,0.08000,1,0.07000000,0.07000000,0.09000000,1,, -288,green_onion,green onion,green_onion.n.01,1,1,1,0.08,0.09000,1,0.25654000,0.09271000,0.04318000,1,, -289,lasagna,lasagna,lasagna.n.01,1,1,1,0.30,0.29700,1,0.20000000,0.05000000,0.13000000,1,, -290,mousetrap,mousetrap,mousetrap.n.01,1,1,1,0.12,0.12400,1,0.14000000,0.05000000,0.03000000,1,, -291,pretzel,pretzel,pretzel.n.01,1,1,1,0.30,0.30164,1,0.21336000,0.07556500,0.24130000,1,, -292,prosciutto,prosciutto,prosciutto.n.01,1,1,1,0.80,0.80000,1,0.22860000,0.22860000,0.16000000,1,, -293,razor,razor,razor.n.01,1,1,1,0.03,0.03402,1,0.15875000,0.04000000,0.01500000,1,, -294,tinsel,tinsel,tinsel.n.02,1,1,1,0.20,0.20000,1,0.70000000,0.10000000,0.30000000,1,, -295,christmas_tree,christmas tree,christmas_tree.n.05,1,1,1,18.30,18.00000,1,1.32080000,1.32080000,2.28600000,1,, -296,christmas_tree_decorated,christmas tree decorated,christmas_tree.n.05,1,1,1,18.30,18.59700,1,1.32080000,1.32080000,2.28600000,1,, -297,fire_alarm,fire alarm,fire_alarm.n.02,1,1,1,0.25,0.25174,1,0.10000000,0.10000000,0.08000000,1,, -298,comb,comb,comb.n.01,1,1,1,0.01,0.01000,1,0.14000000,0.00200000,0.03000000,1,, -299,dental_floss,dental floss,dental_floss.n.01,1,1,1,0.02,0.02000,1,0.04000000,0.02000000,0.04000000,1,, -300,document,document,document.n.01,1,1,1,0.20,0.20000,1,0.34518600,0.25577800,0.02000000,1,, -301,duffel_bag,duffel bag,duffel_bag.n.01,1,1,1,0.53,0.53000,1,0.52070000,0.27940000,0.29210000,1,, -302,facsimile,facsimile,facsimile.n.02,1,1,1,2.39,2.39500,1,0.27000000,0.13000000,0.11000000,1,, -303,gingerbread,gingerbread,gingerbread.n.01,1,1,1,0.05,0.05000,1,0.18351500,0.13000000,0.01500000,1,, -304,lipstick,lipstick,lipstick.n.01,1,1,1,0.02,0.02454,1,0.02159000,0.02159000,0.08000000,1,, -305,lollipop,lollipop,lollipop.n.02,1,1,1,0.03,0.03000,1,0.07000000,0.01000000,0.15200000,1,, -306,modem,modem,modem.n.01,1,1,1,0.64,0.63503,1,0.18415000,0.05715000,0.22039600,1,, -307,printer,printer,printer.n.03,1,1,1,9.00,9.00000,1,0.83256200,0.63256200,0.40000000,1,, -308,scanner,scanner,scanner.n.02,1,1,1,1.52,1.51953,1,0.55000000,0.45000000,0.06000000,1,, -309,stocking,stocking,stocking.n.01,1,1,1,0.13,0.13000,1,0.42000000,0.24000000,0.07500000,1,, -310,watch,watch,watch.n.01,1,1,1,0.05,0.04536,1,0.08000000,0.03000000,0.05000000,1,, -311,carton,carton,carton.n.02,1,1,1,1.00,1.00000,1,1.20000000,1.20000000,1.00000000,1,, -312,briefcase,briefcase,briefcase.n.01,1,1,1,1.50,1.50000,1,0.40000000,0.33000000,0.30000000,1,, -313,tea_bag,tea bag,tea_bag.n.01,1,1,1,0.02,0.02000,1,,,,1,, -314,shoulder_bag,shoulder bag,shoulder_bag.n.01,1,1,1,1.00,1.00000,1,0.40000000,0.15000000,0.30000000,1,, -315,paper_bag,paper bag,sack.n.01,1,1,1,0.05,0.05000,1,0.30000000,0.15000000,0.35000000,1,, -316,backpack,backpack,backpack.n.01,1,1,1,1.50,1.50000,1,0.40000000,0.40000000,0.50000000,1,, -317,eames_chair,eames chair,eames_chair.n.01,1,1,0,11.29,11.28699,,,,,,, -318,shower_stall,shower stall,shower_stall.n.01,1,1,0,10.04,10.03970,,,,,,, -319,soap_dispenser,soap dispenser,soap_dispenser.n.01,1,1,0,0.40,0.40000,,,,,,, -320,toilet_paper,toilet paper,toilet_tissue.n.01,1,1,0,0.10,0.10000,,,,,,, -321,room_light,room light,room_light.n.01,1,1,0,0.30,0.30106,,,,,,Light that's hanging on a cable from the ceiling, -322,architectural_plan,architectural plan,plan.n.03,1,1,0,0.47,0.47174,,,,,,, -323,urinal,urinal,urinal.n.01,1,1,0,93.20,93.19804,,,,,,, -324,bicycle,bicycle,bicycle.n.01,1,1,0,1204.00,20.00000,,,,,,, -325,square_light,square light,room_light.n.01,1,1,0,0.30,0.30106,,,,,,Square light panels attached to the ceiling, -326,downlight,downlight,room_light.n.01,1,1,0,0.30,0.30106,,,,,,"Round spot lights, possibly recessed, in the ceiling", -327,toilet_paper_dispenser,toilet paper dispenser,toilet_paper_dispenser.n.01,1,1,0,0.40,0.40000,,,,,,More public restroom kind of toilet paper dispenser, -328,vending_machine,vending machine,vending_machine.n.01,1,1,0,2.76,7.00000,,,,,,, -329,desktop_computer,desktop computer,desktop_computer.n.01,1,1,0,1.71,10.00000,,,,,,, -330,magazine_rack,magazine rack,magazine_rack.n.01,1,1,0,5.60,2.00000,,,,,,, -331,motorcycle,motorcycle,motorcycle.n.01,1,1,0,1204.00,185.00000,,,,,,, -332,locker,locker,cabinet.n.03,1,1,0,10.04,15.00000,,,,,,, -333,photocopier,photocopier,photocopier.n.01,1,1,0,2.39,8.00000,,,,,,, -334,shredder,shredder,shredder.n.01,1,1,0,8.49,18.00000,,,,,,, -335,sign,sign,sign.n.02,1,1,0,0.20,0.20000,,,,,,, -336,conference_table,conference table,conference_table.n.01,1,1,0,23.61,25.00000,,,,,,, -337,cart,cart,handcart.n.01,1,1,0,1204.00,33.00000,,,,,,, -338,electric_mixer,electric mixer,electric_mixer.n.01,1,1,0,2.70,10.00000,,,,,,, -339,paper_towel_dispenser,paper towel dispenser,paper_towel_dispenser.n.01,1,1,0,0.40,0.50000,,,,,,, -340,wall_mounted_shelf,wall mounted shelf,shelf.n.01,1,1,0,11.09,7.00000,,,,,,, -341,jug,jug,pitcher.n.02,1,1,0,1.50,0.50000,,,,,,, -342,commercial_kitchen_sink,commercial kitchen sink,sink.n.01,1,1,0,9.46,9.45739,,,,,,, -343,commercial_kitchen_table,commercial kitchen table,kitchen_table.n.01,1,1,0,23.61,23.60763,,,,,,, -344,room_ventilator,room ventilator,ventilator.n.01,1,1,0,8.49,8.49019,,,,,,, -345,deep_fryer,deep fryer,deep_fryer.n.01,1,1,0,2.00,3.00000,,,,,,, -346,metal_bottom_cabinet,metal bottom cabinet,cabinet.n.01,1,1,0,22.44,22.44071,,,,,,, -347,gravy_boat,gravy boat,gravy_boat.n.01,1,1,0,1.79,1.00000,,,,,,, -348,croissant,croissant,crescent_roll.n.01,1,1,0,0.11,0.10500,,,,,,, -349,flower,flower,flower.n.02,1,1,0,0.38,0.37552,,,,,,S: (n) flower (a plant cultivated for its blooms or blossoms), -350,electric_switch,electric switch,switch.n.01,1,1,1,8.49,0.49019,0,,,,,, -351,pillar,pillar,column.n.07,1,1,0,5.60,15.00000,,,,,,"S: (n) column, pillar ((architecture) a tall vertical cylindrical structure standing upright and used to support a structure)", -352,chess_set,chess set,chess_set.n.01,1,1,0,0.15,3.00000,,,,,,S: (n) chess set (checkerboard and a set of 32 pieces used to play chess), -353,cloche,cloche,cloche.n.01,1,1,0,0.41,1.00000,,,,,,https://en.wikipedia.org/wiki/Cloche_(tableware) covers plates and keeps them warm, -354,wall_mounted_soap_dispenser,wall mounted soap dispenser,soap_dispenser.n.01,1,1,0,0.40,1.00000,,,,,,, -355,cleaver,cleaver,cleaver.n.01,1,1,0,0.16,1.16407,,,,,,, -356,can_of_corn,can of corn,can__of__corn.n.01,1,1,0,0.60,1.00000,,,,,,, -357,booth,booth,booth.n.01,1,1,0,23.61,40.00000,,,,,,S: (n) booth (a table (in a restaurant or bar) surrounded by two high-backed benches), -358,boiler,boiler,kettle.n.01,1,1,0,0.25,2.00000,,,,,,, -359,food_slicer,food slicer,slicer.n.02,1,1,0,2.76,2.00000,,,,,,,a machine for cutting; usually with a revolving blade? -360,fire_extinguisher,fire extinguisher,fire_extinguisher.n.01,1,1,0,8.49,3.00000,,,,,,, -361,jukebox,jukebox,jukebox.n.01,1,1,0,2.76,2.76404,,,,,,"S: (n) jukebox, nickelodeon (a cabinet containing an automatic record player; records are played by inserting a coin)", -362,pay_phone,pay phone,pay-phone.n.01,1,1,0,9.25,9.25252,,,,,,"S: (n) pay-phone, pay-station (a coin-operated telephone)", -363,menu,menu,menu.n.01,1,1,0,0.20,0.20000,,,,,,"S: (n) menu, bill of fare, card, carte du jour, carte (a list of dishes available at a restaurant) ""the menu was in French""", -364,pepper_shaker,pepper shaker,pepper__shaker.n.01,1,1,0,38.43,0.20000,,,,,,"S: (n) pepper shaker, pepper box, pepper pot (a shaker with a perforated top for sprinkling ground pepper)", -365,salt_shaker,salt shaker,salt__shaker.n.01,1,1,1,38.43,0.20000,1,,,,,"S: (n) saltshaker, salt shaker (a shaker with a perforated top for sprinkling salt)", -366,bar,bar,bar.n.02,1,1,0,23.61,8.00000,,,,,,"S: (n) bar (a counter where you can obtain food or drink) ""he bought a hot dog and a coke at the bar""", -367,chandelier,chandelier,chandelier.n.01,1,1,0,93.20,10.00000,,,,,,, -368,popcorn_machine,popcorn machine,popper.n.03,1,1,0,1.86,10.00000,,,,,,S: (n) popcorn (small kernels of corn exploded by heat), -369,beer_tap,beer tap,beer_tap.n.01,1,1,0,50.84,2.00000,,,,,,, -370,ceiling_air_conditioner,ceiling air conditioner,air_conditioner.n.01,1,1,0,8.49,8.49019,,,,,,centralized AC system attached to the ceiling, -371,phonograph_record,phonograph record,phonograph_record.n.01,1,1,0,8.49,8.49019,,,,,,"S: (n) phonograph record, phonograph recording, record, disk, disc, platter (sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove)", -372,hanging_plant,hanging plant,pot_plant.n.01,1,1,0,4.54,4.53592,,,,,,, -373,room_divider,room divider,screen.n.09,1,1,0,10.04,10.03970,,,,,,,approved by cem -374,lantern,lantern,lantern.n.01,1,1,0,0.30,0.30106,,,,,,, -375,cake_stand,cake stand,base.n.08,1,1,0,5.60,5.59516,,,,,,, -376,skeletal_frame,skeletal frame,skeleton.n.04,1,1,0,9.75,10.00000,,,,,,"(the internal supporting structure that gives an artifact its shape) ""the building has a steel skeleton""", -377,ottoman,ottoman,footstool.n.01,1,1,0,6.17,6.16658,,,,,,(a low seat or a stool to rest the feet of a seated person), -378,counter,counter,counter.n.01,1,1,0,23.61,10.00000,,,,,,,I think the correct class should be countertop -379,key_chain,key chain,key.n.01,1,1,0,8.49,0.30000,,,,,,, -380,arched_window,arched window,window.n.01,1,1,0,29.26,,,,,,,, -381,curtain,curtain,curtain.n.01,1,1,0,9.48,10.00000,,,,,,, -382,handle,handle,handle.n.01,1,1,0,2.38,2.00000,,,,,,, -383,l_shaped_handle,l shaped handle,handle.n.01,1,1,0,2.38,2.00000,,,,,,"corner handle, can be used vertically too", -384,wall_mounted_light,wall mounted light,room_light.n.01,1,1,0,0.30,0.30000,,,,,,, -385,pasta_server,pasta server,server.n.04,1,1,0,1.78,1.77646,,,,,,, -386,handset,handset,handset.n.01,1,1,0,9.25,0.70000,,,,,,, -387,potato_masher,potato masher,masher.n.02,1,1,0,1.78,1.77646,,,,,,, -388,skimmer,skimmer,skimmer.n.02,1,1,0,1.86,1.86211,,,,,,, -389,whisk,whisk,whisk.n.01,1,1,0,2.70,1.50000,,,,,,, -390,bunch_of_bananas,bunch of bananas,banana.n.02,1,1,0,0.12,1.00000,,,,,,, -391,wok,wok,wok.n.01,1,1,0,1.75,2.00000,,,,,,, -392,ceiling_rack,ceiling rack,ceiling_rack.n.01,1,1,0,2.93,2.92620,,,,,,ceiling rack to hang kitchware, -393,arbor,arbor,arbor.n.03,1,1,0,9.75,1.00000,,,,,,, -394,binder,binder,binder.n.03,1,1,0,0.41,0.40823,,,,,,"S: (n) binder, ring-binder (holds loose papers or magazines)", -395,freezer,freezer,deep-freeze.n.02,1,1,0,92.99,92.98636,,,,,,"S: (n) deep-freeze, Deepfreeze, deep freezer, freezer (electric refrigerator (trade name Deepfreeze) in which food is frozen and stored for long periods of time)", -396,canister,canister,canister.n.02,1,1,0,38.43,0.50000,,,,,,"S: (n) canister, cannister, tin (metal container for storing dry foods such as tea or flour)", -397,shopping_basket,shopping basket,shopping_basket.n.01,1,1,0,1.09,1.08862,,,,,,S: (n) shopping basket (a handbasket used to carry goods while shopping), -398,kebab,kebab,kabob.n.01,1,1,0,0.38,0.50000,,,,,,"S: (n) kabob, kebab, shish kebab (cubes of meat marinated and cooked on a skewer usually with vegetables)", -399,bag_of_cocoa,bag of cocoa,bag__of__cocoa.n.01,1,1,0,0.61,0.60962,,,,,,S: (n) cocoa (powder of ground roasted cacao beans with most of the fat removed), -400,paper_cup,paper cup,dixie_cup.n.01,1,1,0,0.45,0.20000,,,,,,"S: (n) Dixie cup, paper cup (a disposable cup made of paper; for holding drinks)", -401,box_of_granola_bars,box of granola bars,box__of__granola_bars.n.01,1,1,0,0.05,0.10000,,,,,,, -402,box_of_rice,box of rice,box__of__rice.n.01,1,1,0,1.00,5.00000,,,,,,, -403,tissue_dispenser,tissue dispenser,tissue_dispenser.n.01,1,1,0,0.10,0.50000,,,,,,"S: (n) napkin, table napkin, serviette (a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing)", -404,bottle_of_water,bottle of water,bottle__of__water.n.01,1,1,1,0.63,0.63000,1,,,,,S: (n) water bottle (a bottle for holding water), -405,security_camera,security camera,security_camera.n.01,1,1,0,3.66,3.66358,,,,,,"Security camera, no subsynset matched security camera", -406,open_air_cooler,open air cooler,cooler.n.01,1,1,0,92.99,92.98636,,,,,,"Is a type of fridge but doesn't go that low in temperature, doesn't have doors", -407,umbrella_rack,umbrella rack,umbrella_rack.n.01,1,1,0,2.93,2.92620,,,,,,Rack that has holes in it so that one can pu their umbrella while going into a store, -408,snack_rack,snack rack,snack_rack.n.01,1,1,0,2.93,2.92620,,,,,,Rack that's near the cashier that miscallenous stuff like snacks are placed on, -409,oden_cooker,oden cooker,crock_pot.n.01,1,1,0,1.86,1.86211,,,,,,, -410,crock_pot,crock pot,crock_pot.n.01,1,1,0,1.86,1.86211,,,,,,S: (n) Crock Pot (an electric cooker that maintains a relatively low temperature), -411,greenery,greenery,greenery.n.01,1,1,0,0.38,0.37552,,,,,,, -412,box_of_beer,box of beer,box__of__beer.n.01,1,1,0,0.70,6.00000,,,,,,, -413,coaster,coaster,coaster.n.03,1,1,0,0.41,0.40823,,,,,,, -414,wineglass,wineglass,wineglass.n.01,1,1,0,0.24,0.24097,,,,,,, -415,credit_card_terminal,credit card terminal,cash_register.n.01,1,1,0,2.78,2.77916,,,,,,A Pos machine, -416,cash_register,cash register,cash_register.n.01,1,1,0,2.78,2.77916,,,,,,"S: (n) cash register, register (a cashbox with an adding machine to register transactions; used in shops to add up the bill)", -417,bedding,bedding,bedclothes.n.01,1,1,0,1.33,1.33000,,,,,,, -418,showerhead,showerhead,showerhead.n.01,1,1,0,14.13,11.00000,,,,,,, -419,bush,bush,scrub.n.01,1,1,0,0.00,,,,,,,, -420,hand_dryer,hand dryer,hand_dryer.n.01,1,1,0,70.52,5.00000,,,,,,, -421,vase,vase,vase.n.01,1,1,0,8.00,3.00000,,,,,,S: (n) vase (an open jar of glass or porcelain used as an ornament or to hold flowers), -422,window_blind,window blind,window_blind.n.01,1,1,0,0.41,1.00000,,,,,,, -423,flat_bench,flat bench,flat_bench.n.02,1,1,0,13.90,13.89806,,,,,,S: (n) flat bench (a bench on which a weightlifter lies to do exercises), -424,free_weight,free weight,weight.n.02,1,1,0,15.43,8.00000,,,,,,"S: (n) weight, free weight, exercising weight (sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms)", -425,free_weight_rack,free weight rack,free_weight_rack.n.01,1,1,0,2.93,2.92620,,,,,,The rack that has all the free weights on it, -426,ceiling_fan,ceiling fan,ceiling_fan.n.01,1,1,0,8.49,8.49000,,,,,,, -427,weight_bar,weight bar,bar.n.13,1,1,0,5.60,5.59516,,,,,,S: (n) bar (a horizontal rod that serves as a support for gymnasts as they perform exercises), -428,soda_cup,soda cup,dixie_cup.n.01,1,1,0,0.45,0.20000,,,,,,used in fast food chain, -429,exercise_bike,exercise bike,exercise_bike.n.01,1,1,0,73.48,73.48190,,,,,,"S: (n) exercise bike, exercycle (an exercise device resembling a stationary bike)", -430,elliptical_machine,elliptical machine,exercise_bike.n.01,1,1,0,73.48,73.48190,,,,,,Gym equipment that resembels a treadmill -- google,CHECK THIS EXACT WORD MATCH BUT NOT IN WORDNET -431,spotlight,spotlight,spotlight.n.02,1,1,0,0.30,2.00000,,,,,,"S: (n) spotlight, spot (a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer)", -432,hot_tub,hot tub,hot_tub.n.02,1,1,0,57.61,57.60618,,,,,,S: (n) hot tub (a very large tub (large enough for more than one bather) filled with hot water) jacuzzi, -433,fence,fence,fence.n.01,1,1,0,4.80,,,,,,,, -434,water_glass,water glass,water_glass.n.02,1,1,0,0.24,0.80000,,,,,,, -435,dessert_stand,dessert stand,base.n.08,1,1,0,5.60,2.00000,,,,,,, -436,turnstile,turnstile,turnstile.n.02,1,1,0,26.31,20.00000,,,,,,turnstile (a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering), -437,checkout_counter,checkout counter,checkout.n.03,1,1,0,23.61,21.00000,,,,,,, -438,box_of_candy,box of candy,box__of__candy.n.01,1,1,0,0.03,1.00000,,,,,,, -439,candle_holder,candle holder,candlestick.n.01,1,1,0,0.45,0.45359,,,,,,, -440,bottle_of_whiskey,bottle of whiskey,bottle__of__whiskey.n.01,1,1,0,0.63,1.00000,,,,,,, -441,bouquet,bouquet,bouquet.n.01,1,1,0,0.15,1.00000,,,,,,, -442,fragrance_decanter,fragrance decanter,carafe.n.01,1,1,0,0.50,0.50000,,,,,,, -443,massage_bed,massage bed,bed.n.01,1,1,0,57.13,15.00000,,,,,,Not in the Wordnet but specifically the word for such beds is called massage bed/table, -444,wine_fridge,wine fridge,electric_refrigerator.n.01,1,1,0,92.99,,,,,,,, -445,sauna_heater,sauna heater,sauna_heater.n.01,1,1,0,3.97,3.96893,,,,,,, -446,beer_glass,beer glass,beer_glass.n.01,1,1,0,0.40,0.40000,,,,,,, -447,jam_dispenser,jam dispenser,jam_dispenser.n.01,1,1,0,0.35,0.34500,,,,,,, -448,soap_dish,soap dish,soap_dish.n.01,1,1,0,93.20,93.19804,,,,,,S: (n) soap dish (a bathroom or kitchen fixture for holding a bar of soap), -449,grocery_shelf,grocery shelf,shelf.n.01,1,1,0,11.09,11.09032,,,,,,, -450,grocery_cupboard,grocery cupboard,cupboard.n.01,1,1,0,10.04,10.03970,,,,,,, -451,sauna_bench,sauna bench,bench.n.01,1,1,0,13.90,13.89806,,,,,,Idk what to do with this, -452,statue,statue,statue.n.01,1,1,0,0.90,3.00000,,,,,,S: (n) statue (a sculpture representing a human or animal), -453,hammam_bench,hammam bench,bench.n.01,1,1,0,13.90,13.89806,,,,,,Idk what to do with this, -454,bag_of_rice,bag of rice,bag__of__rice.n.01,1,1,0,1.00,5.00000,,,,,,, -455,carton_of_eggs,carton of eggs,carton__of__eggs.n.01,1,1,0,0.77,2.00000,,,,,,, -456,mango,mango,mango.n.02,1,1,0,0.44,0.43796,,,,,,, -457,microscope,microscope,compound_microscope.n.01,1,1,0,3.19,3.18996,,,,,,, -458,test_tube_rack,test tube rack,test_tube_rack.n.01,1,1,0,2.93,1.00000,,,,,,, -459,test_tube,test tube,test_tube.n.01,1,1,0,3.52,0.10000,,,,,,, -460,gate,gate,gate.n.01,1,1,0,26.31,,,,,,,, -461,plant_stem,plant stem,cutting.n.02,1,1,0,0.38,0.37552,,,,,,, -462,garden_light,garden light,floor_lamp.n.01,1,1,0,4.30,2.00000,,,,,,floor-mounted standing garden lamps, -463,fire_sprinkler,fire sprinkler,sprinkler.n.01,1,1,0,8.49,2.00000,,,,,,, -464,blackboard,blackboard,blackboard.n.01,1,1,0,2.31,3.00000,,,,,,, -465,blackboard_eraser,blackboard eraser,blackboard_eraser.n.01,1,1,0,0.03,0.03000,,,,,,, -466,round_bottom_flask,round bottom flask,round-bottom_flask.n.01,1,1,0,0.63,0.63333,,,,,,, -467,buret,buret,burette.n.01,1,1,0,3.64,3.64224,,,,,,, -468,candy_dispenser_shelf,candy dispenser shelf,candy_dispenser_shelf.n.01,1,1,0,0.40,1.00000,,,,,,, -469,dry_food_dispenser_shelf,dry food dispenser shelf,dry_food_dispenser_shelf.n.01,1,1,0,0.40,1.00000,,,,,,, -470,drinking_fountain,drinking fountain,drinking_fountain.n.02,1,1,0,10.04,10.03970,,,,,,, -471,bottle_of_pop,bottle of pop,bottle__of__pop.n.01,1,1,0,0.63,0.63333,,,,,,, -472,can_of_soda,can of soda,can__of__soda.n.01,1,1,0,38.43,1.30000,,,,,,, -473,projector,projector,projector.n.02,1,1,0,3.19,3.18996,,,,,,, -474,ceiling_mounted_projector,ceiling mounted projector,projector.n.02,1,1,0,3.19,3.18996,,,,,,, -475,table_runner,table runner,tablecloth.n.01,1,1,0,2.40,1.00000,,,,,,, -476,durian,durian,durian.n.02,1,1,0,0.44,0.43796,,,,,,, -477,alarm_clock,alarm clock,alarm_clock.n.01,1,1,0,10.95,2.00000,,,,,,, -478,place_mat,place mat,place_mat.n.01,1,1,0,0.33,1.00000,,,,,,, -479,bidet,bidet,bidet.n.01,1,1,0,5.67,5.66830,,,,,,, -480,wafer,wafer,wafer.n.02,1,1,0,0.05,0.50000,,,,,,, -481,chocolate_bar,chocolate bar,chocolate_bar.n.01,1,1,0,0.80,0.80000,,,,,,, -482,graduated_cylinder,graduated cylinder,graduated_cylinder.n.01,1,1,0,3.64,3.64224,,,,,,, -483,box_of_oatmeal,box of oatmeal,box__of__oatmeal.n.01,1,1,0,0.35,0.56245,,,,,,, -484,display_case,display case,case.n.20,1,1,0,38.43,,,,,,,, -485,pack_of_cigarettes,pack of cigarettes,pack__of__cigarettes.n.01,1,1,0,0.76,0.76268,,,,,,, -486,desk_organizer,desk organizer,magazine_rack.n.01,1,1,0,5.60,2.00000,,,,,,, -487,cubicle,cubicle,carrel.n.02,1,1,0,10.04,10.03970,,,,,,"S: (n) booth, cubicle, stall, kiosk (small area set off by walls for special use)", -488,desk_phone,desk phone,desk_phone.n.01,1,1,0,9.25,6.00000,,,,,,S: (n) desk phone (a telephone set that sits on a desk or table), -489,erlenmeyer_flask,erlenmeyer flask,erlenmeyer_flask.n.01,1,1,0,0.63,0.63333,,,,,,, -490,bed_screen,bed screen,screen.n.09,1,1,0,26.31,16.00000,,,,,,screen (partition consisting of a decorative frame or panel that serves to divide a space), -491,first_aid_kit,first aid kit,first-aid_kit.n.01,1,1,0,0.54,1.00000,,,,,,, -492,hospital_bed,hospital bed,hospital_bed.n.02,1,1,0,57.13,70.00000,,,,,,, -493,gym_mat,gym mat,mat.n.03,1,1,0,15.43,2.00000,,,,,,, -494,globe,globe,globe.n.03,1,1,0,7.30,2.00000,,,,,,, -495,pedestal,pedestal,base.n.08,1,1,0,5.60,,,,,,,, -496,tree,tree,tree.n.01,1,1,0,0.00,,,,,,,, -497,ceiling_mounted_basketball_hoop,ceiling mounted basketball hoop,basket.n.03,1,1,0,26.42,15.00000,,,,,,, -498,pommel_horse,pommel horse,pommel_horse.n.01,1,1,0,15.43,120.00000,,,,,,, -499,parallel_bars,parallel bars,parallel_bars.n.01,1,1,0,15.43,17.00000,,,,,,, -500,scoreboard,scoreboard,scoreboard.n.01,1,1,0,6.63,6.63273,,,,,,, -501,volleyball_net,volleyball net,volleyball_net.n.01,1,1,0,37.40,7.00000,,,,,,, -502,lab_table,lab table,worktable.n.01,1,1,0,23.61,40.00000,,,,,,, -503,display_fridge,display fridge,electric_refrigerator.n.01,1,1,0,92.99,92.98636,,,,,,, -504,bookcase,bookcase,bookcase.n.01,1,1,0,19.19,19.18890,,,,,,S: (n) bookcase (a piece of furniture with shelves for storing books), -505,funnel,funnel,funnel.n.02,1,1,0,1.78,1.00000,,,,,,, -506,gooseneck_microphone,gooseneck microphone,microphone.n.01,1,1,0,4.45,4.44782,,,,,,"S: (n) microphone, mike, mic (device for converting sound waves into electrical energy)", -507,magnetic_stirrer,magnetic stirrer,stirrer.n.02,1,1,0,1.18,1.17737,,,,,,, -508,classroom_mock_up,classroom mock up,mock-up.n.01,1,1,0,0.47,3.00000,,,,,,"model, maket, simulation for learning in classroom", -509,elevator_door,elevator door,elevator_door.n.01,1,1,0,8.49,8.49019,,,,,,The door of an elevator, -510,information_bulletin,information bulletin,information_bulletin.n.01,1,1,0,0.20,0.70000,,,,,,S: (n) information bulletin (a bulletin containing the latest information), -511,saucepot,saucepot,saucepot.n.01,1,1,0,2.17,2.16667,,,,,,, -512,stockpot,stockpot,stockpot.n.01,1,1,0,2.17,2.16667,,,,,,, -513,specimen_bottle,specimen bottle,specimen_bottle.n.01,1,1,0,0.63,0.63333,,,,,,, -514,pencil_holder,pencil holder,pencil_holder.n.01,1,1,0,0.45,0.45359,,,,,,, -515,periodic_table,periodic table,periodic_table.n.01,1,1,0,0.15,0.15000,,,,,,, -516,petri_dish,petri dish,petri_dish.n.01,1,1,0,1.79,1.78754,,,,,,, -517,clipboard,clipboard,clipboard.n.01,1,1,0,221.13,1.00000,,,,,,, -518,test_tube_holder,test tube holder,tongs.n.01,1,1,0,0.26,0.90000,,,,,,, -519,paperback_book,paperback book,paperback_book.n.01,1,1,0,0.44,2.00000,,,,,,, -520,paper_sheet,paper sheet,sheet.n.02,1,1,0,0.10,0.10000,,,,,,, -521,saucer,saucer,saucer.n.02,1,1,0,1.03,1.02519,,,,,,, -522,webcam,webcam,webcam.n.02,1,1,0,15.43,5.00000,,,,,,, -523,spirit_lamp,spirit lamp,spirit_lamp.n.01,1,1,0,0.30,1.00000,,,,,,, -524,buret_clamp,buret clamp,clamp.n.01,1,1,0,0.45,0.45359,,,,,,, -525,flask_clamp,flask clamp,clamp.n.01,1,1,0,0.45,0.45359,,,,,,, -526,test_tube_clamp,test tube clamp,clamp.n.01,1,1,0,0.45,0.45359,,,,,,, -527,playground,playground,playground.n.02,1,1,0,11.90,,,,,,,, -528,sandbox,sandbox,sandbox.n.02,1,1,0,0.25,20.00000,,,,,,, -529,toy_box,toy box,toy_box.n.01,1,1,0,7.26,7.25747,,,,,,, -530,toilet_paper_holder,toilet paper holder,toilet_paper_holder.n.01,1,1,0,0.45,0.45359,,,,,,, -531,electric_fan,electric fan,electric_fan.n.01,1,1,0,8.49,8.49019,,,,,,"S: (n) electric fan, blower (a fan run by an electric motor)", -532,terrarium,terrarium,terrarium.n.01,1,1,0,10.04,12.00000,,,,,,, -533,trophy,trophy,trophy.n.02,1,1,0,0.20,2.00000,,,,,,, -534,lab_exhaust_hood,lab exhaust hood,lab_exhaust_hood.n.01,1,1,0,13.50,13.50343,,,,,,, -535,water_cooler,water cooler,water_cooler.n.01,1,1,0,8.49,8.49019,,,,,,, -536,map,map,map.n.01,1,1,0,0.47,0.47174,,,,,,, -537,garden_plant,garden plant,garden_plant.n.01,1,1,0,1.52,1.51764,,,,,,, -538,bottle_of_champagne,bottle of champagne,bottle__of__champagne.n.01,1,1,0,0.47,0.80000,,,,,,"S: (n) champagne, bubbly (a white sparkling wine either produced in Champagne or resembling that produced there)", -539,pill_bottle,pill bottle,pill_bottle.n.01,1,1,0,0.63,0.63333,,,,,,, -540,sculpture,sculpture,sculpture.n.01,1,1,0,0.90,7.00000,,,,,,, -541,picture_frame,picture frame,picture_frame.n.01,1,1,0,9.75,1.00000,,,,,,"with a support, can stand on the table on its own", -542,bench_press_machine,bench press machine,bench_press.n.01,1,1,0,0.54,11.00000,,,,,,, -543,pine_cone,pine cone,pinecone.n.01,1,1,0,0.38,0.37552,,,,,,, -544,sound_system,sound system,audio_system.n.01,1,1,0,12.10,12.09831,,,,,,the thing with the CD player and amplifier that loudspeakers are connected to, -545,camera,camera,camera.n.01,1,1,0,15.43,7.00000,,,,,,a photo camera, -546,drink_dispenser,drink dispenser,drink_dispenser.n.01,1,1,0,0.40,2.00000,,,,,,, -547,bun,bun,bun.n.01,1,1,0,0.11,0.10500,,,,,,, -548,eyeglasses,eyeglasses,spectacles.n.01,1,1,0,3.19,1.00000,,,,,,, -549,seashell,seashell,seashell.n.01,1,1,0,0.38,0.37552,,,,,,, -550,structural_element,structural element,skeleton.n.04,1,1,0,9.75,9.74706,,,,,,, -551,swing,swing,swing.n.02,1,1,0,4.37,4.37009,,,,,,, -552,shopping_cart,shopping cart,shopping_cart.n.01,1,1,0,1204.00,20.00000,,,,,,, -553,box_of_sake,box of sake,box__of__sake.n.01,1,1,0,0.47,5.00000,,,,,,, -554,bottle_of_sake,bottle of sake,bottle__of__sake.n.01,1,1,0,0.47,0.80000,,,,,,, -555,motion_sensor,motion sensor,photoelectric_cell.n.01,1,1,0,6.47,0.50000,,,,,,for lights and toilet., -556,hair_dryer,hair dryer,hand_blower.n.01,1,1,0,39.50,7.00000,,,,,,, -557,fireplace,fireplace,fireplace.n.01,1,1,0,10.04,,,,,,,, -558,rock,rock,rock.n.01,1,1,0,0.38,1.00000,,,,,,, -559,tiramisu,tiramisu,tiramisu.n.01,1,1,0,0.30,0.70000,,,,,,, -560,storage_box,storage box,box.n.01,1,1,0,2.78,2.77916,,,,,,, -561,chalice,chalice,goblet.n.01,1,1,0,0.24,2.00000,,,,,,, -562,reagent_bottle,reagent bottle,carboy.n.01,1,1,0,0.63,0.63333,,,,,,, -563,marker,marker,marker.n.03,1,1,0,0.06,0.06400,,,,,,, -564,wall_mounted_loudspeaker,wall mounted loudspeaker,loudspeaker.n.01,1,1,0,6.53,6.53172,,,,,,, -565,projection_screen,projection screen,screen.n.01,1,1,0,75.41,17.00000,,,,,,, -566,stadium_stand,stadium stand,stand.n.10,1,1,0,1.27,,,,,,,, -567,notepad,notepad,notepad.n.01,1,1,0,0.10,,,,,,,, -568,stairs,stairs,step.n.04,1,1,0,7.71,,,,,,,, -569,lawn,lawn,lawn.n.01,1,1,0,11.90,,,,,,,the grass part of exterior floors, -570,blanket,blanket,blanket.n.01,1,1,0,1.33,,,,,,,, -571,background,background,backdrop.n.01,1,1,0,0.54,,,,,,,, -572,soccer_ball,soccer ball,soccer_ball.n.01,1,1,0,0.07,,,,,,,, -573,hammock,hammock,hammock.n.03,1,1,0,57.13,,,,,,,, -574,fairy_light,fairy light,fairy_light.n.01,1,1,0,0.30,,,,,,,lights hanging from a cable, -575,railing,railing,railing.n.01,1,1,0,15.55,,,,,,,, -576,cigar,cigar,cigar.n.01,1,1,0,0.76,,,,,,,S: (n) cigar (a roll of tobacco for smoking), -577,stapler,stapler,stapler.n.01,1,1,0,2.76,,,,,,,"S: (n) stapler, stapling machine (a machine that inserts staples into sheets of paper in order to fasten them together)", -578,ivy,ivy,ivy.n.01,1,1,0,0.01,,,,,,,"S: (n) ivy, common ivy, English ivy, Hedera helix (Old World vine with lobed evergreen leaves and black berrylike fruits)", -579,bamboo,bamboo,bamboo.n.01,1,1,0,1.06,,,,,,,S: (n) bamboo (woody tropical grass having hollow woody stems; mature canes used for construction and furniture), -580,garden_umbrella,garden umbrella,garden_umbrella.n.01,1,1,0,0.41,,,,,,,"The big umbrellas that are placed in gardens, patios, and beaches", -581,weed,weed,weed.n.01,1,1,0,0.01,,,,,,,S: (n) weed (any plant that crowds out cultivated plants), -582,hall_tree,hall tree,wardrobe.n.01,1,1,0,19.19,,,,,,,a special type of wardrobe for entryways that have bottom drawers exposed coat hangers., -583,pergola,pergola,arbor.n.03,1,1,0,9.75,,,,,,,"S: (n) arbor, arbour, bower, pergola (a framework that supports climbing plants) ""the arbor provided a shady resting place in the park""", -584,candy,candy,candy.n.01,1,1,0,0.03,,,,,,,individually wrapped candies, -585,rose,rose,rose.n.01,1,1,0,0.00,,,,,,,"S: (n) rose, rosebush (any of many shrubs of the genus Rosa that bear roses)", -586,garage_door,garage door,gate.n.01,1,1,0,26.31,,,,,,,, -587,knife_block,knife block,knife_block.n.01,1,1,0,5.60,,,,,,,, -588,garden_chair,garden chair,lawn_chair.n.01,1,1,0,11.29,,,,,,,, -589,postcard,postcard,postcard.n.01,1,1,0,0.20,,,,,,,, -590,coffee_bean,coffee bean,coffee_bean.n.01,1,1,0,0.02,,,,,,,, -591,paper_coffee_filter,paper coffee filter,paper_coffee_filter.n.01,1,1,0,0.77,,,,,,,, -592,colored_pencil,colored pencil,pencil.n.01,1,1,0,0.01,,,,,,,, -593,comic_book,comic book,comic_book.n.01,1,1,0,7.61,,,,,,,, -595,joystick,joystick,joystick.n.02,1,1,0,5.00,,,,,,,, -596,cookie_cutter,cookie cutter,cookie_cutter.n.01,1,1,0,1.78,,,,,,,, -597,bottle_of_orange_juice,bottle of orange juice,bottle__of__orange_juice.n.01,1,1,0,1.72,,,,,,,, -598,hair_spray,hair spray,hair_spray.n.01,1,1,0,0.25,,,,,,,, -599,corkscrew,corkscrew,corkscrew.n.01,1,1,0,0.36,,,,,,,, -600,mannequin,mannequin,mannequin.n.02,1,1,0,0.47,,,,,,,, -601,ceremonial_robe,ceremonial robe,gown.n.05,1,1,0,0.33,,,,,,,, -602,shoe,shoe,shoe.n.01,1,1,0,0.31,,,,,,,, -603,cotton_ball,cotton ball,cotton.n.01,1,1,0,1.06,,,,,,,, -604,cranberry,cranberry,cranberry.n.02,1,1,0,0.30,,,,,,,, -605,lobster,lobster,lobster.n.01,1,1,0,1.52,,,,,,,, -606,crayon,crayon,crayon.n.01,1,1,0,0.01,0.01000,1,0.14000000,0.00700000,0.00700000,,, -607,crouton,crouton,crouton.n.01,1,1,0,0.23,,,,,,,, -608,sliced_cucumber,sliced cucumber,sliced__cucumber.n.01,1,1,0,0.39,,,,,,,"to be used as a ""half cucumber"" -> needs diceable", -609,chopped_lettuce,chopped lettuce,chopped__lettuce.n.01,1,1,0,0.03,,,,,,,"to be used as a ""half lettuce"" -> needs diceable", -610,crystal,crystal,crystal.n.03,1,1,0,0.38,,,,,,,, -611,bottle,bottle,bottle.n.01,1,1,0,0.63,,,,,,,this should only be used for unbranded bottles e.g. openable and empty, -612,garden_coffee_table,garden coffee table,coffee_table.n.01,1,1,0,11.62,,,,,,,coffee table but for garden, -613,garden_statue,garden statue,statue.n.01,1,1,0,0.90,,,,,,,any kind of statue/monument in the garden, -614,driveway,driveway,driveway.n.01,1,1,0,4.92,,,,,,,part of exterior floor where cars are parked, -615,hanging_banners,hanging banners,banner.n.01,1,1,0,3.74,,,,,,,banners hanging on a rope, -616,decoration,decoration,decoration.n.01,1,1,0,3.74,,,,,,,any kind of decorative object, -617,nightstand,nightstand,stand.n.04,1,1,1,18.14,20.00000,0,,,,,, -618,suitcase,suitcase,bag.n.06,1,1,0,1.50,,,,,,,, -619,teaspoon,teaspoon,teaspoon.n.02,1,1,0,0.06,,,,,,,, -620,wardrobe,wardrobe,wardrobe.n.01,1,1,0,19.19,,,,,,,, -621,pestle,pestle,pestle.n.03,1,1,0,0.36,,,,,,,, -622,skirt,skirt,skirt.n.01,1,1,0,1.33,,,,,,,, -623,hourglass,hourglass,sandglass.n.01,1,1,0,7.31,,,,,,,, -624,pants,pants,long_trousers.n.01,1,1,0,0.40,,,,,,,, -625,drawer_unit,drawer unit,chest_of_drawers.n.01,1,1,0,19.19,,,,,,,, -626,ashtray,ashtray,ashtray.n.01,1,1,0,1.10,,,,,,,, -627,tennis_racket,tennis racket,tennis_racket.n.01,1,1,0,1.18,,,,,,,, -628,poster,poster,poster.n.01,1,1,0,0.20,,,,,,,, -629,fennel,fennel,fennel.n.02,1,1,0,0.14,,,,,,,, -630,curtain_rod,curtain rod,curtain_rod.n.01,1,1,0,1.18,,,,,,,, -631,bottle_of_coke,bottle of coke,bottle__of__coke.n.01,1,1,0,0.63,,,,,,,, -632,mint_leaf,mint leaf,mint.n.04,1,1,0,0.02,,,,,,,, -633,cymbal,cymbal,cymbal.n.01,1,1,0,228.16,,,,,,,, -634,dahlia_flower,dahlia flower,dahlia.n.01,1,1,0,0.01,,,,,,,, -635,flower_petal,flower petal,petal.n.01,1,1,0,0.38,,,,,,,, -636,spray_bottle,spray bottle,atomizer.n.01,1,1,0,0.70,,,,,,,, -637,decanter,decanter,carafe.n.01,1,1,0,0.50,,,,,,,, -638,dehumidifier,dehumidifier,dehumidifier.n.01,1,1,0,39.26,,,,,,,, -639,denture,denture,denture.n.01,1,1,0,8.49,,,,,,,, -640,diamond,diamond,diamond.n.01,1,1,0,0.00,,,,,,,, -641,diaper,diaper,diaper.n.01,1,1,0,0.51,,,,,,,, -642,dice,dice,die.n.01,1,1,0,0.01,,,,,,,, -643,dowel,dowel,dowel.n.01,1,1,0,0.00,,,,,,,, -644,dried_apricot,dried apricot,dried_apricot.n.01,1,1,0,0.44,,,,,,,, -645,bay_leaf,bay leaf,bay_leaf.n.01,1,1,0,0.01,,,,,,,, -646,drumstick,drumstick,drumstick.n.02,1,1,1,0.09,0.09072,1,0.40640000,0.01435100,0.01435100,,, -647,drumset,drumset,drum.n.01,1,1,0,228.16,,,,,,,, -648,duct_tape,duct tape,duct_tape.n.01,1,1,0,0.80,,,,,,,, -649,dumpling,dumpling,dumpling.n.01,1,1,0,0.45,,,,,,,, -650,zhenglong,zhenglong,steamer.n.02,1,1,0,1.86,,,,,,,, -651,dutch_oven,dutch oven,dutch_oven.n.02,1,1,0,2.17,,,,,,,, -652,mattress,mattress,mattress.n.01,1,1,0,0.36,,,,,,,, -653,easter_egg,easter egg,easter_egg.n.01,1,1,0,0.03,,,,,,,, -654,electric_hand_mixer,electric hand mixer,electric_mixer.n.01,1,1,0,2.70,,,,,,,, -655,electric_kettle,electric kettle,kettle.n.01,1,1,0,1.20,,,,,,,, -656,feather,feather,feather.n.01,1,1,0,0.72,,,,,,,, -657,sliced_chocolate_cake,sliced chocolate cake,sliced__chocolate_cake.n.01,1,1,0,0.06,,,,,,,"to be used as a ""half cake"" -> needs diceable", -658,firewood,firewood,firewood.n.01,1,1,0,0.60,,,,,,,, -659,fishing_rod,fishing rod,fishing_rod.n.01,1,1,0,1.18,,,,,,,, -660,flag_pole,flag pole,pole.n.01,1,1,0,1.18,,,,,,,, -661,flashlight,flashlight,flashlight.n.01,1,1,0,0.20,,,,,,,, -662,fountain,fountain,fountain.n.01,1,1,0,10.04,,,,,,,, -663,frame,frame,frame.n.10,1,1,0,9.75,,,,,,,, -664,french_fry_holder,french fry holder,french_fry_holder.n.01,1,1,0,0.05,,,,,,,, -665,french_fries,french fries,french_fries.n.02,1,1,0,0.68,,,,,,,, -666,french_toast,french toast,french_toast.n.01,1,1,0,0.38,,,,,,,, -667,garlic,garlic,whole_garlic.n.01,1,1,0,0.02,,,,,,,, -668,beer_keg,beer keg,beer_barrel.n.01,1,1,0,5.67,,,,,,,, -669,coffee_grinder,coffee grinder,coffee_mill.n.01,1,1,0,0.23,,,,,,,, -670,geode,geode,geode.n.01,1,1,0,0.54,,,,,,,, -671,gift_box,gift box,gift__box.n.01,1,1,0,2.78,,,,,,,, -672,bottle_of_gin,bottle of gin,bottle__of__gin.n.01,1,1,0,0.47,,,,,,,, -673,granola_bar,granola bar,granola_bar.n.01,1,1,0,0.05,,,,,,,, -674,dreidel,dreidel,dreidel.n.01,1,1,0,0.25,,,,,,,, -675,dried_cranberry,dried cranberry,cranberry.n.02,1,1,0,0.30,,,,,,,, -676,goggles,goggles,goggles.n.02,1,1,0,3.19,,,,,,,, -677,french_press,french press,coffee_maker.n.01,1,1,0,3.54,,,,,,,, -678,heap_of_granola,heap of granola,heap__of__granola.n.01,1,1,0,0.56,,,,,,,, -679,heap_of_raisins,heap of raisins,heap__of__raisins.n.01,1,1,0,0.44,,,,,,,, -680,heap_of_oatmeal,heap of oatmeal,heap__of__oatmeal.n.01,1,1,0,0.35,,,,,,,, -681,grapefruit,grapefruit,grapefruit.n.02,1,1,0,0.09,,,,,,,, -682,heap_of_gravel,heap of gravel,heap__of__gravel.n.01,1,1,0,1.06,,,,,,,, -683,green_bean,green bean,green_bean.n.01,1,1,0,0.00,,,,,,,, -684,portafilter,portafilter,portafilter.n.01,1,1,0,0.77,,,,,,,, -685,hamster_wheel,hamster wheel,hamster_wheel.n.01,1,1,0,73.48,,,,,,,, -686,haystack,haystack,hay.n.01,1,1,0,0.60,,,,,,,, -687,hazelnut,hazelnut,hazelnut.n.02,1,1,0,0.00,,,,,,,, -688,heatgun,heatgun,heatgun.n.01,1,1,0,3.97,,,,,,,, -689,basil_leaf,basil leaf,basil.n.03,1,1,0,0.03,,,,,,,, -690,hockey_puck,hockey puck,puck.n.02,1,1,0,5.40,,,,,,,, -691,hiking_boot,hiking boot,hiking_boot.n.01,1,1,0,0.31,,,,,,,, -692,hockey_stick,hockey stick,hockey_stick.n.01,1,1,0,15.43,,,,,,,, -693,hoe,hoe,hoe.n.01,1,1,0,1.63,,,,,,,, -694,hoodie,hoodie,sweatshirt.n.01,1,1,0,0.47,,,,,,,, -695,hotdog_frank,hotdog frank,frank.n.02,1,1,0,0.20,,,,,,,, -696,hotdog_bun,hotdog bun,frankfurter_bun.n.01,1,1,0,0.11,,,,,,,, -697,ice_bucket,ice bucket,bucket.n.01,1,1,0,3.00,,,,,,,, -698,ironing_board,ironing board,ironing_board.n.01,1,1,0,3.23,,,,,,,, -699,jade_roller,jade roller,jade_roller.n.01,1,1,0,1.20,,,,,,,, -700,jelly_bean,jelly bean,jelly_bean.n.01,1,1,0,0.03,,,,,,,, -701,quilt,quilt,quilt.n.01,1,1,0,1.33,,,,,,,, -702,jersey,jersey,jersey.n.03,1,1,0,0.30,,,,,,,, -703,jigger,jigger,shot_glass.n.01,1,1,0,0.24,,,,,,,, -704,kale,kale,kale.n.03,1,1,0,1.09,,,,,,,, -705,juicer,juicer,reamer.n.01,1,1,0,1.78,,,,,,,, -706,keys,keys,key.n.01,1,1,0,8.49,,,,,,,, -707,meringue,meringue,meringue.n.01,1,1,0,3.74,,,,,,,, -708,kayak,kayak,kayak.n.01,1,1,0,1204.00,,,,,,,, -709,paddle,paddle,paddle.n.04,1,1,0,1.18,,,,,,,, -710,holly_decoration,holly decoration,holly.n.03,1,1,0,0.00,,,,,,,, -711,jade,jade,jade.n.01,1,1,0,0.01,,,,,,,, -712,work_helmet,work helmet,helmet.n.01,1,1,0,0.41,,,,,,,, -713,air_conditioner,air conditioner,air_conditioner.n.01,1,1,0,8.49,,,,,,,, -714,allen_wrench,allen wrench,allen_wrench.n.01,1,1,0,0.36,,,,,,,, -715,antlers,antlers,antler.n.01,1,1,0,0.54,,,,,,,, -716,apple_pie,apple pie,apple_pie.n.01,1,1,0,0.50,,,,,,,, -717,apron,apron,apron.n.01,1,1,0,0.33,,,,,,,, -718,arugula,arugula,arugula.n.02,1,1,0,0.01,,,,,,,, -719,asparagus,asparagus,asparagus.n.02,1,1,0,0.28,,,,,,,, -720,avocado,avocado,avocado.n.01,1,1,0,0.20,0.20412,1,0.08001000,0.08001000,0.17106900,,, -721,axe,axe,ax.n.01,1,1,0,0.13,,,,,,,, -722,baby_bottle,baby bottle,bottle.n.03,1,1,0,0.63,,,,,,,, -723,bacon,bacon,bacon.n.01,1,1,0,0.80,,,,,,,, -724,bait,bait,bait.n.01,1,1,0,0.54,,,,,,,, -725,baking_sheet,baking sheet,cookie_sheet.n.01,1,1,0,1.86,,,,,,,, -726,balloon,balloon,balloon.n.01,1,1,0,1204.00,,,,,,,, -727,bandage,bandage,bandage.n.01,1,1,0,1.33,,,,,,,, -728,bandana,bandana,bandanna.n.01,1,1,0,0.43,,,,,,,, -729,baseball,baseball,baseball.n.02,1,1,0,7.75,,,,,,,, -730,baseball_bat,baseball bat,bat.n.05,1,1,0,0.09,,,,,,,, -731,baseball_cap,baseball cap,baseball_cap.n.01,1,1,0,0.11,,,,,,,, -732,baseball_glove,baseball glove,baseball_glove.n.01,1,1,0,15.43,,,,,,,, -733,bath_rug,bath rug,bath_mat.n.01,1,1,0,0.71,,,,,,,, -734,battery,battery,battery.n.02,1,1,0,0.15,,,,,,,, -735,batting_gloves,batting gloves,batting_glove.n.01,1,1,0,7.78,,,,,,,, -736,bedsheet,bedsheet,sheet.n.03,1,1,0,0.80,,,,,,,, -737,beeswax_candle,beeswax candle,beeswax_candle.n.01,1,1,0,0.60,,,,,,,, -738,bikini,bikini,bikini.n.02,1,1,0,0.51,,,,,,,, -739,birdcage,birdcage,birdcage.n.01,1,1,0,10.04,,,,,,,, -740,birdseed,birdseed,bird_feed.n.01,1,1,0,0.60,,,,,,,, -741,biscuit,biscuit,biscuit.n.01,1,1,0,0.12,,,,,,,, -742,blouse,blouse,blouse.n.01,1,1,0,0.29,,,,,,,, -743,blueberry,blueberry,blueberry.n.02,1,1,0,0.08,,,,,,,, -744,blueberry_mousse,blueberry mousse,blueberry_mousse.n.01,1,1,0,0.30,,,,,,,, -745,bobby_pin,bobby pin,bobby_pin.n.01,1,1,0,0.00,,,,,,,, -747,book_case,book case,bookcase.n.01,1,1,0,19.19,,,,,,,, -748,bookend,bookend,bookend.n.01,1,1,0,5.60,,,,,,,, -749,bowling_ball,bowling ball,bowling_ball.n.01,1,1,0,0.07,,,,,,,, -750,box,box,box.n.01,1,1,0,2.78,,,,,,,, -751,boxing_gloves,boxing gloves,boxing_glove.n.01,1,1,0,15.43,,,,,,,, -752,bra,bra,brassiere.n.01,1,1,0,0.17,,,,,,,, -753,branch,branch,branch.n.02,1,1,0,0.38,,,,,,,, -754,bratwurst,bratwurst,bratwurst.n.01,1,1,0,0.08,,,,,,,, -755,bread,bread,bread.n.01,1,1,0,0.23,,,,,,,, -756,breadcrumb,breadcrumb,breadcrumb.n.01,1,1,0,0.00,,,,,,,, -757,brisket,brisket,brisket.n.01,1,1,0,0.48,,,,,,,, -758,brownie,brownie,brownie.n.03,1,1,0,0.05,,,,,,,, -759,brussels_sprouts,brussels sprouts,brussels_sprouts.n.01,1,1,0,0.50,,,,,,,, -760,bottle_of_bug_repellent,bottle of bug repellent,bottle__of__bug_repellent.n.01,1,1,0,0.67,,,,,,,, -761,bulb,bulb,light_bulb.n.01,1,1,0,0.20,,,,,,,, -763,burrito,burrito,burrito.n.01,1,1,0,0.38,,,,,,,, -764,butternut_squash,butternut squash,butternut_squash.n.01,1,1,0,0.01,,,,,,,, -765,candied_yam,candied yam,yam.n.03,1,1,0,0.38,,,,,,,, -767,can_of_coffee,can of coffee,can__of__coffee.n.01,1,1,0,38.43,,,,,,,, -768,can_of_sardines,can of sardines,can__of__sardines.n.01,1,1,0,38.43,,,,,,,, -769,can_of_tomatoes,can of tomatoes,can__of__tomatoes.n.01,1,1,0,38.43,,,,,,,, -770,canvas,canvas,painting.n.01,1,1,0,0.43,,,,,,,, -771,cardigan,cardigan,cardigan.n.01,1,1,0,0.47,,,,,,,, -772,cardstock,cardstock,card.n.04,1,1,0,0.20,,,,,,,, -774,cauliflower,cauliflower,cauliflower.n.02,1,1,0,0.01,,,,,,,, -775,ceramic_tile,ceramic tile,tile.n.01,1,1,0,2.20,,,,,,,, -776,chalk,chalk,chalk.n.01,1,1,0,1.06,,,,,,,, -777,charcoal,charcoal,charcoal.n.02,1,1,0,0.94,,,,,,,, -778,charcoal_grill,charcoal grill,grill.n.02,1,1,0,10.70,,,,,,,, -779,chard,chard,chard.n.02,1,1,0,0.01,,,,,,,, -780,cheese_danish,cheese danish,danish.n.02,1,1,0,0.11,,,,,,,, -781,cherry_tomato,cherry tomato,cherry_tomato.n.02,1,1,0,0.08,,,,,,,, -782,chicken_breast,chicken breast,chicken_breast.n.02,1,1,0,1.20,,,,,,,, -783,chicken_coop,chicken coop,chicken_coop.n.01,1,1,0,10.04,,,,,,,, -784,chicken_leg,chicken leg,chicken_leg.n.01,1,1,0,0.49,,,,,,,, -785,chicken_thigh,chicken thigh,chicken_leg.n.01,1,1,0,0.49,,,,,,,, -786,chicken_wing,chicken wing,chicken_wing.n.01,1,1,0,1.36,,,,,,,, -787,chili_pepper,chili pepper,chili.n.02,1,1,0,0.03,,,,,,,, -788,china,china,china.n.02,1,1,0,1.78,,,,,,,, -789,chisel,chisel,chisel.n.01,1,1,0,0.13,,,,,,,, -790,chocolate_chip,chocolate chip,chocolate_kiss.n.01,1,1,0,0.80,,,,,,,, -791,chorizo,chorizo,chorizo.n.01,1,1,0,0.08,,,,,,,, -792,cigarette,cigarette,cigarette.n.01,1,1,0,0.76,,,,,,,, -793,cinnamon_stick,cinnamon stick,cinnamon_bark.n.01,1,1,0,0.38,,,,,,,, -794,clamp,clamp,clamp.n.01,1,1,0,0.45,,,,,,,, -795,clothesline,clothesline,clothesline.n.01,1,1,0,0.41,,,,,,,, -796,compost_bin,compost bin,compost_bin.n.01,1,1,0,3.18,,,,,,,, -797,cooler,cooler,cooler.n.01,1,1,0,92.99,,,,,,,, -798,crawfish,crawfish,crayfish.n.02,1,1,0,0.75,,,,,,,, -799,credit_card,credit card,credit_card.n.01,1,1,0,0.73,,,,,,,, -800,cutting_board,cutting board,chopping_board.n.01,1,1,0,1.45,,,,,,,, -801,bottle_of_dish_soap,bottle of dish soap,bottle__of__dish_soap.n.01,1,1,0,0.13,,,,,,,, -802,dog_food,dog food,dog_food.n.01,1,1,0,0.60,,,,,,,, -803,donut,donut,doughnut.n.02,1,1,0,0.06,,,,,,,, -804,drying_rack,drying rack,drying_rack.n.01,1,1,0,2.93,,,,,,,, -805,duck,duck,duck.n.03,1,1,0,1.36,,,,,,,, -806,easel,easel,easel.n.01,1,1,0,5.60,,,,,,,, -807,firewood_grate,firewood grate,grate.n.01,1,1,0,9.75,,,,,,,, -808,food_processor,food processor,food_processor.n.01,1,1,0,31.64,,,,,,,, -809,fuel_can,fuel can,fuel__can.n.01,1,1,0,38.43,,,,,,,, -810,goalkeeper_gloves,goalkeeper gloves,goalkeeper_gloves.n.01,1,1,0,0.14,,,,,,,, -811,goblet,goblet,goblet.n.01,1,1,0,0.24,,,,,,,, -812,golf_club,golf club,golf_club.n.02,1,1,0,15.43,,,,,,,, -813,green_tea,green tea,green_tea.n.01,1,1,0,0.02,,,,,,,, -814,gunpowder,gunpowder,gunpowder.n.01,1,1,0,0.70,,,,,,,, -815,hanging_basket,hanging basket,pot_plant.n.01,1,1,0,38.43,,,,,,,, -816,headstone,headstone,gravestone.n.01,1,1,0,5.02,,,,,,,, -817,inhaler,inhaler,inhaler.n.01,1,1,0,0.40,,,,,,,, -818,instant_pot,instant pot,crock_pot.n.01,1,1,0,1.86,,,,,,,, -819,jacket,jacket,jacket.n.01,1,1,0,1.70,,,,,,,, -820,letter,letter,letter.n.01,1,1,0,0.34,,,,,,,, -821,life_jacket,life jacket,life_jacket.n.01,1,1,0,14.78,,,,,,,, -822,lighter,lighter,cigar_lighter.n.01,1,1,0,8.49,,,,,,,, -823,lighter_fluid,lighter fluid,butane.n.01,1,1,0,0.55,,,,,,,, -824,lingerie,lingerie,lingerie.n.01,1,1,0,0.05,,,,,,,, -825,lint_roller,lint roller,lint_roller.n.01,1,1,0,1.20,,,,,,,, -826,lip_balm,lip balm,lip_balm.n.01,1,1,0,0.16,,,,,,,, -827,litter_box,litter box,litter_box.n.01,1,1,0,2.78,,,,,,,, -828,log,log,log.n.01,1,1,0,1.06,,,,,,,, -829,longboard,longboard,skateboard.n.01,1,1,0,603.61,,,,,,,, -830,loofah,loofah,loofa.n.01,1,1,0,0.01,,,,,,,, -831,magnifying_glass,magnifying glass,hand_glass.n.02,1,1,0,3.19,,,,,,,, -832,mailbox,mailbox,mailbox.n.01,1,1,0,2.78,,,,,,,, -833,marshmallow,marshmallow,marshmallow.n.01,1,1,0,0.03,,,,,,,, -834,face_mask,face mask,face_mask.n.01,1,1,0,0.54,,,,,,,, -835,match,match,match.n.01,1,1,0,8.49,,,,,,,, -836,match_box,match box,matchbox.n.01,1,1,0,2.78,,,,,,,, -837,measuring_cup,measuring cup,measuring_cup.n.01,1,1,0,38.43,,,,,,,, -838,measuring_tape,measuring tape,tape.n.04,1,1,0,3.64,,,,,,,, -839,meat_thermometer,meat thermometer,meat_thermometer.n.01,1,1,0,3.64,,,,,,,, -841,microfiber_cloth,microfiber cloth,rag.n.01,1,1,0,0.35,,,,,,,, -842,microphone,microphone,microphone.n.01,1,1,0,4.45,,,,,,,, -843,mint,mint,mint.n.04,1,1,0,0.02,,,,,,,, -844,mixing_bowl,mixing bowl,mixing_bowl.n.01,1,1,0,1.79,,,,,,,, -845,mortar,mortar,mortar.n.03,1,1,0,5.67,,,,,,,, -846,moth_ball,moth ball,mothball.n.01,1,1,0,1.20,,,,,,,, -847,mulch,mulch,mulch.n.01,1,1,0,0.41,,,,,,,, -848,mussel,mussel,mussel.n.01,1,1,0,0.75,,,,,,,, -849,name_tag,name tag,name_tag.n.01,1,1,0,0.20,,,,,,,, -850,nativity_figurine,nativity figurine,nativity_figurine.n.01,1,1,0,0.54,,,,,,,, -851,necktie,necktie,necktie.n.01,1,1,0,0.51,,,,,,,, -852,nectarine,nectarine,nectarine.n.02,1,1,0,0.44,,,,,,,, -853,nickel,nickel,nickel.n.02,1,1,0,1.27,,,,,,,, -854,noodle,noodle,noodle.n.01,1,1,0,0.45,,,,,,,, -855,okra,okra,gumbo.n.03,1,1,0,0.01,,,,,,,, -856,omelet,omelet,omelet.n.01,1,1,0,0.38,,,,,,,, -857,onesie,onesie,jump_suit.n.01,1,1,0,0.51,,,,,,,, -858,outlet,outlet,wall_socket.n.01,1,1,1,0.08,0.05000,1,,,,,, -859,oyster,oyster,huitre.n.01,1,1,0,1.52,,,,,,,, -860,pallet,pallet,pallet.n.02,1,1,0,75.41,,,,,,,, -861,papaya,papaya,papaya.n.02,1,1,0,0.00,,,,,,,, -862,paper_liners,paper liners,lining.n.01,1,1,0,0.41,,,,,,,, -863,paraffin_wax,paraffin wax,paraffin.n.01,1,1,0,0.15,,,,,,,, -864,feta,feta,feta.n.01,1,1,0,0.25,,,,,,,, -865,parsnip,parsnip,parsnip.n.03,1,1,0,0.38,,,,,,,, -866,pastry_cutter,pastry cutter,pastry_cutter.n.01,1,1,0,0.13,,,,,,,, -867,paver,paver,paving_stone.n.01,1,1,0,0.00,,,,,,,, -868,pea_pod,pea pod,pea_pod.n.01,1,1,0,0.38,,,,,,,, -869,peanut,peanut,peanut.n.01,1,1,0,0.38,,,,,,,, -870,pearl,pearl,pearl.n.01,1,1,0,0.00,,,,,,,, -871,pencil_case,pencil case,pencil_box.n.01,1,1,0,0.08,,,,,,,, -872,pennant,pennant,pennant.n.02,1,1,0,0.20,,,,,,,, -873,penny,penny,penny.n.02,1,1,0,0.25,,,,,,,, -874,pet_bed,pet bed,pet_bed.n.01,1,1,0,57.13,,,,,,,, -875,cell_phone,cell phone,cellular_telephone.n.01,1,1,0,9.25,,,,,,,, -876,pickle,pickle,pickle.n.01,1,1,0,0.40,,,,,,,, -877,pickup_truck,pickup truck,pickup.n.01,1,1,0,1204.00,,,,,,,, -878,pill,pill,pill.n.02,1,1,0,0.16,,,,,,,, -879,pillowcase,pillowcase,case.n.19,1,1,0,0.80,,,,,,,, -880,pipe_cleaner,pipe cleaner,pipe_cleaner.n.01,1,1,0,1.01,,,,,,,, -881,pitcher,pitcher,pitcher.n.02,1,1,1,1.50,0.90000,1,,,,,, -882,pizza,pizza,pizza.n.01,1,1,0,0.38,,,,,,,, -883,pizza_box,pizza box,pizza_box.n.01,1,1,0,2.78,,,,,,,, -884,plant_pot,plant pot,pot.n.04,1,1,0,38.43,,,,,,,, -885,plastic_bag,plastic bag,plastic_bag.n.01,1,1,0,0.69,,,,,,,, -887,plier,plier,pliers.n.01,1,1,0,0.24,,,,,,,, -888,plug,plug,plug.n.05,1,1,0,15.55,,,,,,,, -889,poker,poker,poker.n.01,1,1,0,1.18,,,,,,,, -890,pole,pole,pole.n.01,1,1,0,1.18,,,,,,,, -891,polo_shirt,polo shirt,polo_shirt.n.01,1,1,0,0.30,,,,,,,, -892,pork_chop,pork chop,porkchop.n.01,1,1,0,0.48,,,,,,,, -893,pork_rib,pork rib,rib.n.03,1,1,0,0.40,,,,,,,, -894,power_drill,power drill,drill.n.01,1,1,0,1.81,,,,,,,, -895,power_strip,power strip,wall_socket.n.01,1,1,0,0.08,,,,,,,, -896,pressure_cooker,pressure cooker,pressure_cooker.n.01,1,1,0,5.67,,,,,,,, -897,pump,pump,pump.n.01,1,1,0,8.49,,,,,,,, -898,punching_bag,punching bag,punching_bag.n.02,1,1,0,0.07,,,,,,,, -899,putty_knife,putty knife,putty_knife.n.01,1,1,0,0.36,,,,,,,, -900,jigsaw_puzzle,jigsaw puzzle,jigsaw_puzzle.n.01,1,1,0,37.40,,,,,,,, -901,jigsaw_puzzle_piece,jigsaw puzzle piece,jigsaw_puzzle_piece.n.01,1,1,0,37.40,,,,,,,, -902,quail_breast,quail breast,quail.n.01,1,1,0,1.36,,,,,,,, -903,quail_breast_raw,quail breast raw,quail.n.01,1,1,0,1.36,,,,,,,, -904,quail_leg,quail leg,quail.n.01,1,1,0,1.36,,,,,,,, -905,quarter,quarter,quarter.n.10,1,1,0,0.25,,,,,,,, -906,quartz,quartz,quartz.n.02,1,1,0,1.06,,,,,,,, -907,radio,radio,radio_receiver.n.01,1,1,0,14.94,,,,,,,, -908,raincoat,raincoat,raincoat.n.01,1,1,0,1.70,,,,,,,, -909,raspberries,raspberries,raspberry.n.02,1,1,0,0.00,,,,,,,, -910,retainer,retainer,retainer.n.03,1,1,0,8.49,,,,,,,, -911,rhubarb,rhubarb,pieplant.n.01,1,1,0,0.28,,,,,,,, -912,rice_cooker,rice cooker,rice_cooker.n.01,1,1,0,1.86,,,,,,,, -913,risotto,risotto,risotto.n.01,1,1,0,0.38,,,,,,,, -914,sliced_roast_beef,sliced roast beef,sliced__roast_beef.n.01,1,1,0,0.48,,,,,,,, -915,roasting_pan,roasting pan,roaster.n.04,1,1,0,1.75,,,,,,,, -916,rolling_pin,rolling pin,rolling_pin.n.01,1,1,0,1.78,,,,,,,, -917,rope,rope,rope.n.01,1,1,0,0.41,,,,,,,, -918,rosemary,rosemary,rosemary.n.02,1,1,0,0.02,,,,,,,, -919,ruler,ruler,rule.n.12,1,1,0,0.01,,,,,,,, -920,rutabaga,rutabaga,rutabaga.n.01,1,1,0,0.45,,,,,,,, -921,salmon,salmon,salmon.n.03,1,1,0,1.52,,,,,,,, -922,sandals,sandals,sandal.n.01,1,1,0,0.18,,,,,,,, -923,sauna_suit,sauna suit,sweat_suit.n.01,1,1,0,0.51,,,,,,,, -924,scone,scone,scone.n.01,1,1,0,0.12,,,,,,,, -925,scrambled_eggs,scrambled eggs,scrambled_eggs.n.01,1,1,0,0.38,,,,,,,, -926,screw,screw,screw.n.04,1,1,0,0.00,,,,,,,, -927,shaker,shaker,shaker.n.03,1,1,0,38.43,,,,,,,, -928,shoe_box,shoe box,shoebox.n.02,1,1,0,2.78,,,,,,,, -929,shortening,shortening,shortening.n.01,1,1,0,0.15,,,,,,,, -930,shorts,shorts,short_pants.n.01,1,1,0,0.40,,,,,,,, -931,shovel,shovel,shovel.n.01,1,1,0,0.36,,,,,,,, -932,shrimp,shrimp,prawn.n.01,1,1,0,1.52,,,,,,,, -933,shutter,shutter,shutter.n.02,1,1,0,0.41,,,,,,,, -934,silver_coins,silver coins,silver.n.02,1,1,0,1.27,,,,,,,, -935,skates,skates,ice_skate.n.01,1,1,0,15.43,,,,,,,, -936,ski,ski,ski.n.01,1,1,0,8.49,,,,,,,, -937,smoker,smoker,grill.n.02,1,1,0,10.70,,,,,,,, -938,sneakers,sneakers,gym_shoe.n.01,1,1,0,0.34,,,,,,,, -939,snow_globe,snow globe,snow_globe.n.01,1,1,0,0.25,,,,,,,, -940,socks,socks,sock.n.01,1,1,0,0.08,,,,,,,, -941,sod,sod,turf.n.01,1,1,0,11.90,,,,,,,, -942,softball,softball,softball.n.01,1,1,0,0.07,,,,,,,, -943,spaghetti,spaghetti,spaghetti.n.01,1,1,0,0.50,0.50000,1,0.05555556,0.01500000,0.25000000,,, -944,sparkler,sparkler,sparkler.n.02,1,1,0,0.70,,,,,,,, -945,sponge,sponge,sponge.n.01,1,1,0,1.06,,,,,,,, -946,squid,squid,squid.n.01,1,1,0,0.75,,,,,,,, -947,star_anise,star anise,chinese_anise.n.02,1,1,0,0.14,,,,,,,, -948,steamer_basket,steamer basket,steamer.n.02,1,1,0,1.86,,,,,,,, -949,steel_wool,steel wool,steel_wool.n.01,1,1,0,1.06,,,,,,,, -950,sticker,sticker,gummed_label.n.01,1,1,0,0.20,,,,,,,, -951,strawberries,strawberries,strawberry.n.01,1,1,0,0.01,,,,,,,, -952,stroller,stroller,baby_buggy.n.01,1,1,0,1204.00,,,,,,,, -953,sunflower,sunflower,sunflower.n.01,1,1,0,0.01,,,,,,,, -954,sunglasses,sunglasses,sunglasses.n.02,1,1,0,3.19,,,,,,,, -955,sweatshirt,sweatshirt,sweatshirt.n.01,1,1,0,0.47,,,,,,,, -956,syringe,syringe,syringe.n.01,1,1,0,3.19,,,,,,,, -957,tablet,tablet,tablet.n.05,1,1,0,1.11,,,,,,,, -958,tackle_box,tackle box,fishing_gear.n.01,1,1,0,15.43,,,,,,,, -959,taco,taco,taco.n.02,1,1,0,0.38,,,,,,,, -960,tag,tag,tag.n.02,1,1,0,0.20,,,,,,,, -961,tank_top,tank top,tank_top.n.01,1,1,0,0.30,,,,,,,, -962,tarp,tarp,tarpaulin.n.01,1,1,0,0.43,,,,,,,, -963,tassel,tassel,tassel.n.01,1,1,0,0.01,,,,,,,, -964,teacup,teacup,teacup.n.02,1,1,0,0.45,,,,,,,, -965,teddy_bear,teddy bear,teddy.n.01,1,1,0,0.25,,,,,,,, -966,tennis_ball,tennis ball,tennis_ball.n.01,1,1,0,0.07,,,,,,,, -967,tent,tent,tent.n.01,1,1,0,10.04,,,,,,,, -968,textbook,textbook,textbook.n.01,1,1,0,0.28,,,,,,,, -969,thermostat,thermostat,thermostat.n.01,1,1,0,8.49,,,,,,,, -970,ticket,ticket,ticket.n.01,1,1,0,0.20,,,,,,,, -971,tights,tights,tights.n.01,1,1,0,0.11,,,,,,,, -972,toolbox,toolbox,toolbox.n.01,1,1,0,7.26,,,,,,,, -973,tortilla,tortilla,tortilla.n.01,1,1,0,0.06,,,,,,,, -974,tortilla_chips,tortilla chips,tortilla_chip.n.01,1,1,0,0.21,,,,,,,, -975,tote,tote,carryall.n.01,1,1,0,0.69,,,,,,,, -976,toy_train,toy train,train_set.n.01,1,1,0,0.25,,,,,,,, -977,trailer,trailer,trailer.n.03,1,1,0,1204.00,,,,,,,, -978,trombone,trombone,trombone.n.01,1,1,0,114.95,,,,,,,, -979,trumpet,trumpet,cornet.n.01,1,1,0,114.95,,,,,,,, -980,tulip,tulip,tulip.n.01,1,1,0,0.02,,,,,,,, -981,tuna,tuna,tuna.n.02,1,1,0,0.75,,,,,,,, -982,tupperware,tupperware,tupperware.n.01,1,1,0,38.43,,,,,,,, -983,twine,twine,string.n.01,1,1,0,0.41,,,,,,,, -984,utility_knife,utility knife,utility_knife.n.01,1,1,0,0.16,,,,,,,, -985,valentine_wreath,valentine wreath,wreath.n.01,1,1,0,0.15,,,,,,,, -986,vest,vest,vest.n.01,1,1,0,0.51,,,,,,,, -987,violin,violin,violin.n.01,1,1,0,114.95,,,,,,,, -988,violin_case,violin case,violin_case.n.01,1,1,0,1.50,,,,,,,, -989,bottle_of_vodka,bottle of vodka,bottle__of__vodka.n.01,1,1,0,0.47,,,,,,,, -990,waffle,waffle,waffle.n.01,1,1,0,0.06,,,,,,,, -991,waffle_maker,waffle maker,waffle_iron.n.01,1,1,0,31.64,,,,,,,, -992,wallet,wallet,wallet.n.01,1,1,0,1.50,,,,,,,, -993,wallpaper,wallpaper,wallpaper.n.01,1,1,0,0.10,,,,,,,, -994,water_dispenser,water dispenser,water_dispenser.n.01,1,1,0,0.40,,,,,,,, -995,water_filter,water filter,water_filter.n.01,1,1,0,0.77,,,,,,,, -996,watering_can,watering can,watering_can.n.01,1,1,0,38.43,,,,,,,, -997,white_chocolate,white chocolate,white_chocolate.n.01,1,1,0,0.80,,,,,,,, -998,whitewall_tire,whitewall tire,whitewall_tire.n.01,1,1,0,0.80,,,,,,,, -999,wire_cutter,wire cutter,wire_cutter.n.01,1,1,0,0.13,,,,,,,, -1000,wrapping_paper,wrapping paper,wrapping_paper.n.01,1,1,0,0.10,,,,,,,, -1001,zipper,zipper,slide_fastener.n.01,1,1,0,0.00,,,,,,,, -1002,bottle_of_lemon_juice,,bottle__of__lemon_juice.n.01,1,1,0,0.01,0.01000,,,,,,, -1003,bar_soap,,bar_soap.n.01,1,1,1,,0.11000,1,,,,,, -1004,bottle_of_liquid_soap,,bottle__of__liquid_soap.n.01,1,1,0,,,,,,,,, -1005,cocktail_glass,,goblet.n.01,1,1,1,,0.15000,1,,,,,, -1006,drip_pot,,drip_pot.n.01,1,1,0,,,,,,,,, -1007,pool_stick,,cue.n.04,1,1,1,,0.51000,1,,,,,, -1008,pool_ball,,pool_ball.n.01,1,1,1,,0.17000,1,,,,,, -1009,date,,date.n.08,1,1,1,,0.00700,1,,,,,, -1010,cap,bottle cap,cap.n.02,1,1,1,0.65,0.01000,1,,,,,, -1011,shelf_back_panel,,shelf_back.n.01,1,1,1,,2.00000,1,,,,,, -1012,shelf_shelf,,shelf_shelf.n.01,1,1,1,,3.00000,1,,,,,, -1013,shelf_top,,shelf_top.n.01,1,1,1,,3.00000,1,,,,,, -1014,shelf_baseboard,,shelf_baseboard.n.01,1,1,1,,1.00000,1,,,,,, -1015,shelf_side,,shelf_side.n.01,1,1,1,,6.00000,1,,,,,, -1016,bottle_of_beer,,bottle__of__beer.n.01,1,1,,,,,,,,,, -1017,box_of_cereal,,box__of__cereal.n.01,1,1,,,,,,,,,, -1018,bag_of_chips,,bag__of__chips.n.01,1,1,,,,,,,,,, -1019,coconut_fruit,,coconut.n.02,1,1,,,,,,,,,, -1020,bottle_of_cologne,,bottle__of__cologne.n.01,1,1,,,,,,,,,, -1022,boxed_cpu_board,,boxed__cpu_board.n.01,1,1,,,,,,,,,, -1023,bottle_of_detergent,,bottle__of__detergent.n.01,1,1,,,,,,,,,, -1024,ginger_root,,ginger.n.03,1,1,,,,,,,,,, -1025,boxed_ink_cartridge,,boxed__ink_cartridge.n.01,1,1,,,,,,,,,, -1026,jar_of_jam,,jar__of__jam.n.01,1,1,,,,,,,,,, -1027,tube_of_lotion,,tube__of__lotion.n.01,1,1,,,,,,,,,, -1028,jar_of_mayonnaise,,jar__of__mayonnaise.n.01,1,1,,,,,,,,,, -1029,bottle_of_medicine,,bottle__of__medicine.n.01,1,1,,,,,,,,,, -1030,jug_of_milk,,jug__of__milk.n.01,1,1,,,,,,,,,, -1031,bucket_of_paint,,bucket__of__paint.n.01,1,1,,,,,,,,,, -1032,pack_of_pasta,,pack__of__pasta.n.01,1,1,,,,,,,,,, -1033,bottle_of_perfume,,bottle__of__perfume.n.01,1,1,,,,,,,,,, -1034,wading_pool,,wading_pool.n.01,1,1,,,,,,,,,, -1035,pack_of_protein_powder,,pack__of__protein_powder.n.01,1,1,,,,,,,,,, -1036,jar_of_puree,,jar__of__puree.n.01,1,1,,,,,,,,,, -1037,boxed_router,,boxed__router.n.01,1,1,,,,,,,,,, -1038,jar_of_spaghetti_sauce,,jar__of__spaghetti_sauce.n.01,1,1,,,,,,,,,, -1039,bottle_of_sunscreen,,bottle__of__sunscreen.n.01,1,1,,,,,,,,,, -1040,tube_of_toothpaste,,tube__of__toothpaste.n.01,1,1,,,,,,,,,, -1041,cup_of_yogurt,,cup__of__yogurt.n.01,1,1,,,,,,,,,, -1042,bag_of_cookies,,bag__of__cookies.n.01,1,1,,,,,,,,,, -1043,diced_green_onion,,diced__green_onion.n.01,1,1,,,,,,,,,, -1044,hose_cart,,hose_cart.n.01,1,1,,,,,,,,,, -1045,jar_of_grains,,jar__of__grains.n.01,1,1,,,,,,,,,, -1046,paint_roller,,paint_roller.n.01,1,1,,,,,,,,,, -1047,salad_bowl,,salad__bowl.n.01,1,1,,,,,,,,,, -1048,half_watermelon,,half__watermelon.n.01,1,1,,,,,,,,,, -1049,box_of_flour,,box__of__flour.n.01,1,1,,,,,,,,,, -1050,bottle_of_apple_juice,,bottle__of__apple_juice.n.01,1,1,,,,,,,,,, -1051,bag_of_auricularia,,bag__of__auricularia.n.01,1,1,,,,,,,,,, -1052,bag_of_shiitake,,bag__of__shiitake.n.01,1,1,,,,,,,,,, -1053,bottle_of_barbecue_sauce,,bottle__of__barbecue_sauce.n.01,1,1,,,,,,,,,, -1054,box_of_brown_sugar,,box__of__brown_sugar.n.01,1,1,,,,,,,,,, -1055,box_of_cane_sugar,,box__of__cane_sugar.n.01,1,1,,,,,,,,,, -1056,box_of_corn_flakes,,box__of__corn_flakes.n.01,1,1,,,,,,,,,, -1057,box_of_lasagna,,box__of__lasagna.n.01,1,1,,,,,,,,,, -1058,box_of_milk,,box__of__milk.n.01,1,1,,,,,,,,,, -1059,box_of_sanitary_napkins,,box__of__sanitary_napkin.n.01,1,1,,,,,,,,,, -1060,box_of_tissues,,box__of__tissue.n.01,1,1,,,,,,,,,, -1061,box_of_yogurt,,box__of__yogurt.n.01,1,1,,,,,,,,,, -1062,bottle_of_carrot_juice,,bottle__of__carrot_juice.n.01,1,1,,,,,,,,,, -1063,bottle_of_catsup,,bottle__of__catsup.n.01,1,1,,,,,,,,,, -1064,bottle_of_garlic_sauce,,bottle__of__garlic_sauce.n.01,1,1,,,,,,,,,, -1065,bottle_of_hot_sauce,,bottle__of__hot_sauce.n.01,1,1,,,,,,,,,, -1066,bottle_of_lime_juice,,bottle__of__lime_juice.n.01,1,1,,,,,,,,,, -1067,bottle_of_pesto,,bottle__of__pesto.n.01,1,1,,,,,,,,,, -1068,box_of_tomato_juice,,box__of__tomato_juice.n.01,1,1,,,,,,,,,, -1069,bottle_of_tomato_paste,,bottle__of__tomato_paste.n.01,1,1,,,,,,,,,, -1070,packaged_bread,,packaged__bread.n.01,1,1,,,,,,,,,, -1071,bottle_of_coffee,,bottle__of__coffee.n.01,1,1,,,,,,,,,, -1072,bottle_of_milk,,bottle__of__milk.n.01,1,1,,,,,,,,,, -1073,bottle_of_soup,,bottle__of__soup.n.01,1,1,,,,,,,,,, -1074,box_of_fruit,,box__of__fruit.n.01,1,1,,,,,,,,,, -1075,box_of_lemons,,box__of__lemons.n.01,1,1,,,,,,,,,, -1076,box_of_raspberries,,box__of__raspberries.n.01,1,1,,,,,,,,,, -1077,bag_of_flour,,bag__of__flour.n.01,1,1,,,,,,,,,, -1078,bottle_of_ginger_beer,,bottle__of__ginger_beer.n.01,1,1,,,,,,,,,, -1079,bottle_of_lemon_sauce,,bottle__of__lemon_sauce.n.01,1,1,,,,,,,,,, -1080,can_of_baking_mix,,can__of__baking_mix.n.01,1,1,,,,,,,,,, -1081,box_of_baking_mix,,box__of__baking_mix.n.01,1,1,,,,,,,,,, -1082,bottle_of_mushroom_sauce,,bottle__of__mushroom_sauce.n.01,1,1,,,,,,,,,, -1083,can_of_oatmeal,,can__of__oatmeal.n.01,1,1,,,,,,,,,, -1084,jar_of_orange_sauce,,jar__of__orange_sauce.n.01,1,1,,,,,,,,,, -1085,box_of_apple_juice,,box__of__apple_juice.n.01,1,1,,,,,,,,,, -1086,bag_of_cream_cheese,,bag__of__cream_cheese.n.01,1,1,,,,,,,,,, -1087,bag_of_ice_cream,,bag__of__ice_cream.n.01,1,1,,,,,,,,,, -1088,bottle_of_lemonade,,bottle__of__lemonade.n.01,1,1,,,,,,,,,, -1089,bottle_of_papaya_juice,,bottle__of__papaya_juice.n.01,1,1,,,,,,,,,, -1090,bottle_of_soy_milk,,bottle__of__soy_milk.n.01,1,1,,,,,,,,,, -1091,bottle_of_tonic,,bottle__of__tonic.n.01,1,1,,,,,,,,,, -1092,box_of_ice_cream,,box__of__ice_cream.n.01,1,1,,,,,,,,,, -1093,box_of_salt,,box__of__salt.n.01,1,1,,,,,,,,,, -1094,can_of_icetea,,can__of__icetea.n.01,1,1,,,,,,,,,, -1095,carton_of_milk,,carton__of__milk.n.01,1,1,,,,,,,,,, -1096,carton_of_orange_juice,,carton__of__orange_juice.n.01,1,1,,,,,,,,,, -1097,carton_of_pineapple_juice,,carton__of__pineapple_juice.n.01,1,1,,,,,,,,,, -1098,packaged_chocolate_bar,,packaged__chocolate_bar.n.01,1,1,,,,,,,,,, -1099,bottle_of_coconut_water,,bottle__of__coconut_water.n.01,1,1,,,,,,,,,, -1100,box_of_cream,,box__of__cream.n.01,1,1,,,,,,,,,, -1101,bottle_of_fruit_punch,,bottle__of__fruit_punch.n.01,1,1,,,,,,,,,, -1102,bottle_of_lotion,,bottle__of__lotion.n.01,1,1,,,,,,,,,, -1103,bag_of_popcorn,,bag__of__popcorn.n.01,1,1,,,,,,,,,, -1104,boxed_cake,,boxed__cake.n.01,1,1,,,,,,,,,, -1105,box_of_champagne,,box__of__champagne.n.01,1,1,,,,,,,,,, -1106,box_of_rum,,box__of__rum.n.01,1,1,,,,,,,,,, -1107,box_of_whiskey,,box__of__whiskey.n.01,1,1,,,,,,,,,, -1108,box_of_wine,,box__of__wine.n.01,1,1,,,,,,,,,, -1109,box_of_butter,,box__of__butter.n.01,1,1,,,,,,,,,, -1110,carton_of_soy_milk,,carton__of__soy_milk.n.01,1,1,,,,,,,,,, -1111,carton_of_chocolate_milk,,carton__of__chocolate_milk.n.01,1,1,,,,,,,,,, -1112,box_of_coffee,,box__of__coffee.n.01,1,1,,,,,,,,,, -1113,pack_of_ramen,,pack__of__ramen.n.01,1,1,,,,,,,,,, -1114,bottle_of_rum,,bottle__of__rum.n.01,1,1,,,,,,,,,, -1115,bottle_of_soda,,bottle__of__soda.n.01,1,1,,,,,,,,,, -1116,bottle_of_tea,,bottle__of__tea.n.01,1,1,,,,,,,,,, -1117,box_of_vegetable_juice,,box__of__vegetable_juice.n.01,1,1,,,,,,,,,, -1118,shampoo_dispenser,,shampoo__dispenser.n.01,1,1,,,,,,,,,, -1119,conditioner_dispenser,,conditioner__dispenser.n.01,1,1,,,,,,,,,, -1120,bag_of_tea,,bag__of__tea.n.01,1,1,,,,,,,,,, -1121,wrapped_hamburger,,wrapped_hamburger.n.01,1,1,,,,,,,,,, -1122,bottle_of_mustard,,bottle__of__mustard.n.01,1,1,,,,,,,,,, -1123,isopropanol_dispenser,,isopropanol__dispenser.n.01,1,1,,,,,,,,,, -1124,bottle_of_cooking_oil,,bottle__of__cooking_oil.n.01,1,1,,,,,,,,,, -1125,can_of_tomato_paste,,can__of__tomato_paste.n.01,1,1,,,,,,,,,, -1126,roof,,roof.n.01,1,1,,,,,,,,,, -1127,bottle_of_shampoo,,bottle__of__shampoo.n.01,1,1,,,,,,,,,, -1128,bottle_of_acetone,,bottle__of__acetone.n.01,1,1,,,,,,,,,, -1129,bottle_of_acid,,bottle__of__acid.n.01,1,1,,,,,,,,,, -1130,bottle_of_vinegar,,bottle__of__vinegar.n.01,1,1,,,,,,,,,, -1131,glue_stick,,glue_stick.n.01,1,1,,,,,,,,,, -1132,bottle_of_glue,,bottle__of__glue.n.01,1,1,,,,,,,,,, -1133,spray_can,,aerosol.n.02,1,1,,,,,,,,,, -1134,hamper,,hamper.n.02,1,1,,,,,,,,,, -1135,volleyball,,volleyball.n.02,1,1,,,,,,,,,, -1136,loin,,loin.n.01,1,1,,,,,,,,,, -1137,air_filter,,air_filter.n.01,1,1,,,,,,,,,, -1138,air_freshener_atomizer,,air_freshener__atomizer.n.01,1,1,,,,,,,,,, -1139,bottle_of_alfredo_sauce,,bottle__of__alfredo_sauce.n.01,1,1,,,,,,,,,, -1140,algae,,alga.n.01,1,1,,,,,,,,,, -1141,bottle_of_allspice,,bottle__of__allspice.n.01,1,1,,,,,,,,,, -1142,box_of_almond_milk,,box__of__almond_milk.n.01,1,1,,,,,,,,,, -1143,aluminium_foil,,aluminum_foil.n.01,1,1,,,,,,,,,, -1144,bottle_of_antihistamines,,bottle__of__antihistamines.n.01,1,1,,,,,,,,,, -1145,bottle_of_apple_cider,,bottle__of__apple_cider.n.01,1,1,,,,,,,,,, -1146,bottle_of_applesauce,,bottle__of__applesauce.n.01,1,1,,,,,,,,,, -1147,arepa,,arepa.n.01,1,1,,,,,,,,,, -1148,ash,,ash.n.01,1,1,,,,,,,,,, -1149,bottle_of_aspirin,,bottle__of__aspirin.n.01,1,1,,,,,,,,,, -1150,bottle_of_baby_oil,,bottle__of__baby_oil.n.01,1,1,,,,,,,,,, -1151,box_of_baking_powder,,box__of__baking_powder.n.01,1,1,,,,,,,,,, -1152,box_of_baking_soda,,box__of__baking_soda.n.01,1,1,,,,,,,,,, -1153,bottle_of_balsamic_vinegar,,bottle__of__balsamic_vinegar.n.01,1,1,,,,,,,,,, -1154,box_of_barley,,box__of__barley.n.01,1,1,,,,,,,,,, -1155,can_of_bay_leaves,,can__of__bay_leaves.n.01,1,1,,,,,,,,,, -1156,bird_feeder,,bird_feeder.n.01,1,1,,,,,,,,,, -1157,bottle_of_bleach_agent,,bottle__of__bleach_agent.n.01,1,1,,,,,,,,,, -1158,bottle_of_brandy,,bottle__of__brandy.n.01,1,1,,,,,,,,,, -1159,bag_of_breadcrumbs,,bag__of__breadcrumbs.n.01,1,1,,,,,,,,,, -1160,broccolini,,broccolini.n.01,1,1,,,,,,,,,, -1161,bag_of_brown_rice,,bag__of__brown_rice.n.01,1,1,,,,,,,,,, -1162,bottle_of_buttermilk,,bottle__of__buttermilk.n.01,1,1,,,,,,,,,, -1163,cactus,,cactus.n.01,1,1,,,,,,,,,, -1164,calendar,,calendar.n.01,1,1,,,,,,,,,, -1165,cashew,,cashew.n.02,1,1,,,,,,,,,, -1166,catalog,,catalog.n.01,1,1,,,,,,,,,, -1167,bottle_of_caulk,,bottle__of__caulk.n.01,1,1,,,,,,,,,, -1168,cd,,compact_disk.n.01,1,1,,,,,,,,,, -1169,centerpiece,,centerpiece.n.02,1,1,,,,,,,,,, -1170,charger,,charger.n.02,1,1,,,,,,,,,, -1171,cheesecake,,cheesecake.n.01,1,1,,,,,,,,,, -1172,bouillon_cube,,bouillon_cube.n.01,1,1,,,,,,,,,, -1173,chicken_tender,,chicken_tender.n.01,1,1,,,,,,,,,, -1174,chicken_wire,,chicken_wire.n.01,1,1,,,,,,,,,, -1175,chickpea,,chickpea.n.03,1,1,,,,,,,,,, -1176,bottle_of_chocolate_sauce,,bottle__of__chocolate_sauce.n.01,1,1,,,,,,,,,, -1177,cilantro,,coriander.n.03,1,1,,,,,,,,,, -1178,sliced_lemon,,sliced__lemon.n.01,1,1,,,,,,,,,, -1179,bottle_of_cleaner,,bottle__of__cleaner.n.01,1,1,,,,,,,,,, -1180,bottle_of_cocoa,,bottle__of__cocoa.n.01,1,1,,,,,,,,,, -1181,box_of_coconut_milk,,box__of__coconut_milk.n.01,1,1,,,,,,,,,, -1182,bottle_of_coconut_milk,,bottle__of__coconut_milk.n.01,1,1,,,,,,,,,, -1183,bottle_of_coconut_oil,,bottle__of__coconut_oil.n.01,1,1,,,,,,,,,, -1184,copper_wire,,copper_wire.n.01,1,1,,,,,,,,,, -1185,bottle_of_cranberry_juice,,bottle__of__cranberry_juice.n.01,1,1,,,,,,,,,, -1186,bottle_of_skin_cream,,bottle__of__skin_cream.n.01,1,1,,,,,,,,,, -1187,bottle_of_chili_pepper,,bottle__of__chili_pepper.n.01,1,1,,,,,,,,,, -1188,jar_of_cumin,,jar__of__cumin.n.01,1,1,,,,,,,,,, -1189,jar_of_curry_powder,,jar__of__curry_powder.n.01,1,1,,,,,,,,,, -1190,bottle_of_degreaser,,bottle__of__degreaser.n.01,1,1,,,,,,,,,, -1191,jar_of_dill_seed,,jar__of__dill_seed.n.01,1,1,,,,,,,,,, -1192,doll,,doll.n.01,1,1,,,,,,,,,, -1193,bottle_of_essential_oil,,bottle__of__essential_oil.n.01,1,1,,,,,,,,,, -1194,bottle_of_fabric_softener,,bottle__of__fabric_softener.n.01,1,1,,,,,,,,,, -1195,bottle_of_face_cream,,bottle__of__face_cream.n.01,1,1,,,,,,,,,, -1196,bottle_of_fennel,,bottle__of__fennel.n.01,1,1,,,,,,,,,, -1197,bag_of_fertilizer,,bag__of__fertilizer.n.01,1,1,,,,,,,,,, -1198,bottle_of_food_coloring,,bottle__of__food_coloring.n.01,1,1,,,,,,,,,, -1199,bottle_of_frosting,,bottle__of__frosting.n.01,1,1,,,,,,,,,, -1200,bottle_of_ginger,,bottle__of__ginger.n.01,1,1,,,,,,,,,, -1201,bottle_of_glass_cleaner,,bottle__of__glass_cleaner.n.01,1,1,,,,,,,,,, -1202,bottle_of_ground_cloves,,bottle__of__ground_cloves.n.01,1,1,,,,,,,,,, -1203,bottle_of_ground_mace,,bottle__of__ground_mace.n.01,1,1,,,,,,,,,, -1204,bottle_of_ground_nutmeg,,bottle__of__ground_nutmeg.n.01,1,1,,,,,,,,,, -1205,bottle_of_conditioner,,bottle__of__conditioner.n.01,1,1,,,,,,,,,, -1206,icicle_lights,,icicle_lights.n.01,1,1,,,,,,,,,, -1207,jar_of_ink,,jar__of__ink.n.01,1,1,,,,,,,,,, -1208,kabob,,kabob.n.01,1,1,,,,,,,,,, -1209,skiff,,skiff.n.01,1,1,,,,,,,,,, -1210,farm_stand,,farm_stand.n.01,1,1,,,,,,,,,, -1211,sourdough,,sour_bread.n.01,1,1,,,,,,,,,, -1212,toast,,toast.n.01,1,1,,,,,,,,,, -1213,banana_bread,,banana_bread.n.01,1,1,,,,,,,,,, -1214,hamburger_bun,,hamburger_bun.n.01,1,1,,,,,,,,,, -1215,fruitcake,,fruitcake.n.02,1,1,,,,,,,,,, -1216,digital_camera,,digital_camera.n.01,1,1,,,,,,,,,, -1217,pillar_candle,,pillar_candle.n.01,1,1,,,,,,,,,, -1218,cedar_chest,,cedar_chest.n.01,1,1,,,,,,,,,, -1219,key,,key.n.01,1,1,,,,,,,,,, -1220,bottle_of_lacquer,,bottle__of__lacquer.n.01,1,1,,,,,,,,,, -1221,bottle_of_lavender_oil,,bottle__of__lavender_oil.n.01,1,1,,,,,,,,,, -1222,leaf,,entire_leaf.n.01,1,1,,,,,,,,,, -1223,leaf_blower,,leaf_blower.n.01,1,1,,,,,,,,,, -1224,leek,,leek.n.02,1,1,,,,,,,,,, -1225,legging,,legging.n.01,1,1,,,,,,,,,, -1226,leotard,,leotard.n.01,1,1,,,,,,,,,, -1227,chocolate_chip_cookie,,chocolate_chip_cookie.n.01,1,1,,,,,,,,,, -1228,chocolate_biscuit,,chocolate_biscuit.n.01,1,1,,,,,,,,,, -1229,butter_cookie,,butter_cookie.n.01,1,1,,,,,,,,,, -1230,bottle_of_sour_cream,,bottle__of__sour_cream.n.01,1,1,,,,,,,,,, -1231,legal_document,,legal_document.n.01,1,1,,,,,,,,,, -1232,cookie_dough,,cookie_dough.n.01,1,1,,,,,,,,,, -1233,chocolate_cake,,chocolate_cake.n.01,1,1,,,,,,,,,, -1234,cinnamon_roll,,cinnamon_roll.n.01,1,1,,,,,,,,,, -1235,clothes_dryer,,clothes_dryer.n.01,1,1,,,,,,,,,, -1236,rubber_eraser,,rubber_eraser.n.01,1,1,,,,,,,,,, -1237,license_plate,,license_plate.n.01,1,1,,,,,,,,,, -1238,sliced_lime,,sliced__lime.n.01,1,1,,,,,,,,,, -1239,lock,,lock.n.01,1,1,,,,,,,,,, -1240,water_faucet,,water_faucet.n.01,1,1,,,,,,,,,, -1241,skyrocket,,skyrocket.n.02,1,1,,,,,,,,,, -1242,national_flag,,national_flag.n.01,1,1,,,,,,,,,, -1243,canteen,,canteen.n.01,1,1,,,,,,,,,, -1244,bottle_of_lubricant,,bottle__of__lubricant.n.01,1,1,,,,,,,,,, -1245,lunch_box,,lunch_box.n.01,1,1,,,,,,,,,, -1246,mac_and_cheese,,macaroni_and_cheese.n.01,1,1,,,,,,,,,, -1247,lily,,lily.n.01,1,1,,,,,,,,,, -1248,macaron,,macaroon.n.01,1,1,,,,,,,,,, -1249,mail,,mail.n.04,1,1,,,,,,,,,, -1250,mallet,,mallet.n.01,1,1,,,,,,,,,, -1251,bottle_of_maple_syrup,,bottle__of__maple_syrup.n.01,1,1,,,,,,,,,, -1252,marigold,,marigold.n.01,1,1,,,,,,,,,, -1253,mashed_potatoes,,mashed_potato.n.02,1,1,,,,,,,,,, -1254,bottle_of_mayonnaise,,bottle__of__mayonnaise.n.01,1,1,,,,,,,,,, -1255,rubber_glove,,rubber_glove.n.01,1,1,,,,,,,,,, -1256,bunchgrass,,bunchgrass.n.01,1,1,,,,,,,,,, -1257,sliced_melon,,sliced__melon.n.01,1,1,,,,,,,,,, -1258,bottle_of_milkshake,,bottle__of__milkshake.n.01,1,1,,,,,,,,,, -1259,bottle_of_cold_cream,,bottle__of__cold_cream.n.01,1,1,,,,,,,,,, -1260,bottle_of_molasses,,bottle__of__molasses.n.01,1,1,,,,,,,,,, -1261,money,,money.n.01,1,1,,,,,,,,,, -1262,mop,,swab.n.02,1,1,,,,,,,,,, -1263,mop_bucket,,mop_bucket.n.01,1,1,,,,,,,,,, -1264,mousepad,,mousepad.n.01,1,1,,,,,,,,,, -1265,bottle_of_mustard_seeds,,bottle__of__mustard_seeds.n.01,1,1,,,,,,,,,, -1266,bottle_of_oil,,bottle__of__oil.n.01,1,1,,,,,,,,,, -1267,sliced_onion,,sliced__onion.n.01,1,1,,,,,,,,,, -1268,bottle_of_onion_powder,,bottle__of__onion_powder.n.01,1,1,,,,,,,,,, -1269,storage_organizer,,storage_organizer.n.01,1,1,,,,,,,,,, -1270,bottle_of_paint_remover,,bottle__of__paint_remover.n.01,1,1,,,,,,,,,, -1271,virginia_ham,,virginia_ham.n.01,1,1,,,,,,,,,, -1272,serving_cart,,serving_cart.n.01,1,1,,,,,,,,,, -1273,jar_of_pepper,,jar__of__pepper.n.01,1,1,,,,,,,,,, -1274,ruby,,ruby.n.01,1,1,,,,,,,,,, -1275,parer,,parer.n.02,1,1,,,,,,,,,, -1276,buttermilk_pancake,,buttermilk_pancake.n.01,1,1,,,,,,,,,, -1277,penne,,penne.n.01,1,1,,,,,,,,,, -1278,conchiglie,,conchiglie.n.01,1,1,,,,,,,,,, -1279,ravioli,,ravioli.n.01,1,1,,,,,,,,,, -1280,bottle_of_black_pepper,,bottle__of__black_pepper.n.01,1,1,,,,,,,,,, -1281,sliced_papaya,,sliced__papaya.n.01,1,1,,,,,,,,,, -1282,bottle_of_paprika,,bottle__of__paprika.n.01,1,1,,,,,,,,,, -1283,bottle_of_parsley,,bottle__of__parsley.n.01,1,1,,,,,,,,,, -1284,bottle_of_peanut_butter,,bottle__of__peanut_butter.n.01,1,1,,,,,,,,,, -1285,pecan,,pecan.n.03,1,1,,,,,,,,,, -1286,peppermint_candy,,peppermint.n.03,1,1,,,,,,,,,, -1287,bottle_of_pesticide,,bottle__of__pesticide.n.01,1,1,,,,,,,,,, -1288,poop,,fecal_matter.n.01,1,1,,,,,,,,,, -1289,pine_nut,,pine_nut.n.01,1,1,,,,,,,,,, -1290,pipe,,pipe.n.02,1,1,,,,,,,,,, -1291,toy_figure,,toy_figure.n.01,1,1,,,,,,,,,, -1292,swimming_pool,,swimming_pool.n.01,1,1,,,,,,,,,, -1293,shoe_rack,,shoe_rack.n.01,1,1,,,,,,,,,, -1294,whiskey_stone,,whiskey_stone.n.01,1,1,,,,,,,,,, -1295,boulder,,boulder.n.01,1,1,,,,,,,,,, -1296,bottle_of_pizza_sauce,,bottle__of__pizza_sauce.n.01,1,1,,,,,,,,,, -1297,jar_of_bath_salt,,jar__of__bath_salt.n.01,1,1,,,,,,,,,, -1298,club_sandwich,,club_sandwich.n.01,1,1,,,,,,,,,, -1299,pack_of_kielbasa,,pack__of__kielbasa.n.01,1,1,,,,,,,,,, -1300,ripsaw,,ripsaw.n.01,1,1,,,,,,,,,, -1301,chainsaw,,chain_saw.n.01,1,1,,,,,,,,,, -1302,shears,,shears.n.01,1,1,,,,,,,,,, -1303,dress_shirt,,dress_shirt.n.01,1,1,,,,,,,,,, -1304,bottle_of_poppy_seeds,,bottle__of__poppy_seeds.n.01,1,1,,,,,,,,,, -1305,postage_stamp,,postage.n.02,1,1,,,,,,,,,, -1306,bottle_of_seasoning,,bottle__of__seasoning.n.01,1,1,,,,,,,,,, -1307,power_washer,,power_washer.n.01,1,1,,,,,,,,,, -1308,pruner,,pruner.n.02,1,1,,,,,,,,,, -1309,bottle_of_pumpkin_pie_spice,,bottle__of__pumpkin_pie_spice.n.01,1,1,,,,,,,,,, -1310,pumpkin_seed,,pumpkin_seed.n.01,1,1,,,,,,,,,, -1311,quiche,,quiche.n.02,1,1,,,,,,,,,, -1312,raisin,,raisin.n.01,1,1,,,,,,,,,, -1313,receipt,,receipt.n.02,1,1,,,,,,,,,, -1314,bottle_of_rosemary,,bottle__of__rosemary.n.01,1,1,,,,,,,,,, -1315,bottle_of_sage,,bottle__of__sage.n.01,1,1,,,,,,,,,, -1316,bottle_of_salsa,,bottle__of__salsa.n.01,1,1,,,,,,,,,, -1317,bottle_of_sangria,,bottle__of__sangria.n.01,1,1,,,,,,,,,, -1318,bottle_of_disinfectant,,bottle__of__disinfectant.n.01,1,1,,,,,,,,,, -1319,bottle_of_spice,,bottle__of__spice.n.01,1,1,,,,,,,,,, -1320,saxophone,,sax.n.02,1,1,,,,,,,,,, -1321,scoop,,scoop.n.06,1,1,,,,,,,,,, -1322,octopus,,octopus.n.01,1,1,,,,,,,,,, -1323,bottle_of_sealant,,bottle__of__sealant.n.01,1,1,,,,,,,,,, -1324,bottle_of_sesame_oil,,bottle__of__sesame_oil.n.01,1,1,,,,,,,,,, -1325,bottle_of_sesame_seeds,,bottle__of__sesame_seeds.n.01,1,1,,,,,,,,,, -1326,shiitake,,shiitake.n.01,1,1,,,,,,,,,, -1327,sieve,,sieve.n.01,1,1,,,,,,,,,, -1328,bottle_of_soy_sauce,,bottle__of__soy_sauce.n.01,1,1,,,,,,,,,, -1329,soybean,,soy.n.04,1,1,,,,,,,,,, -1330,bottle_of_paint,,bottle__of__paint.n.01,1,1,,,,,,,,,, -1331,sprinkler,,sprinkler.n.01,1,1,,,,,,,,,, -1332,squeegee,,squeegee.n.01,1,1,,,,,,,,,, -1333,bottle_of_sriracha,,bottle__of__sriracha.n.01,1,1,,,,,,,,,, -1334,stake,,stake.n.05,1,1,,,,,,,,,, -1335,staple,,staple.n.05,1,1,,,,,,,,,, -1336,bag_of_starch,,bag__of__starch.n.01,1,1,,,,,,,,,, -1337,bottle_of_solvent,,bottle__of__solvent.n.01,1,1,,,,,,,,,, -1338,sugar_cube,,lump_sugar.n.01,1,1,,,,,,,,,, -1339,sunflower_seed,,sunflower_seed.n.01,1,1,,,,,,,,,, -1340,bottle_of_supplements,,bottle__of__supplements.n.01,1,1,,,,,,,,,, -1341,bottle_of_almond_oil,,bottle__of__almond_oil.n.01,1,1,,,,,,,,,, -1342,tablecloth,,tablecloth.n.01,1,1,,,,,,,,,, -1343,box_of_takeout,,box__of__takeout.n.01,1,1,,,,,,,,,, -1344,tank,,tank.n.02,1,1,,,,,,,,,, -1345,bottle_of_tea_leaves,,bottle__of__tea_leaves.n.01,1,1,,,,,,,,,, -1346,bottle_of_tequila,,bottle__of__tequila.n.01,1,1,,,,,,,,,, -1347,sliced_tomato,,sliced__tomato.n.01,1,1,,,,,,,,,, -1348,bag_of_snacks,,bag__of__snacks.n.01,1,1,,,,,,,,,, -1349,turkey,,turkey.n.04,1,1,,,,,,,,,, -1350,tweezers,,tweezers.n.01,1,1,,,,,,,,,, -1351,van,,van.n.05,1,1,,,,,,,,,, -1352,vegetable_peeler,,peeler.n.03,1,1,,,,,,,,,, -1353,wheelbarrow,,barrow.n.03,1,1,,,,,,,,,, -1354,whetstone,,whetstone.n.01,1,1,,,,,,,,,, -1355,whistle,,whistle.n.04,1,1,,,,,,,,,, -1356,wind_chime,,wind_chime.n.01,1,1,,,,,,,,,, -1357,wood_chip,,wood_chip.n.01,1,1,,,,,,,,,, -1358,bag_of_yeast,,bag__of__yeast.n.01,1,1,,,,,,,,,, -1359,yoga_mat,,yoga_mat.n.01,1,1,,,,,,,,,, -1360,wooden_spoon,,wooden_spoon.n.02,1,1,,,,,,,,,, -1361,tablespoon,,tablespoon.n.02,1,1,,,,,,,,,, -1362,taboret,,taboret.n.01,1,1,,,,,,,,,, -1363,echeveria_elegans,,echeveria_elegans.n.01,1,1,,,,,,,,,, -1364,crewneck_sweater,,crewneck_sweater.n.01,1,1,,,,,,,,,, -1365,maillot,,maillot.n.01,1,1,,,,,,,,,, -1366,cellulose_tape,,cellulose_tape.n.01,1,1,,,,,,,,,, -1367,masking_tape,,masking_tape.n.01,1,1,,,,,,,,,, -1368,cheese_tart,,cheese_tart.n.01,1,1,,,,,,,,,, -1369,tartlet,,tartlet.n.01,1,1,,,,,,,,,, -1370,digital_thermometer,,self-registering_thermometer.n.01,1,1,,,,,,,,,, -1371,cotton_thread,,cotton.n.04,1,1,,,,,,,,,, -1372,car_tire,,car_tire.n.01,1,1,,,,,,,,,, -1373,beefsteak_tomato,,beefsteak_tomato.n.01,1,1,,,,,,,,,, -1374,camera_tripod,,camera_tripod.n.01,1,1,,,,,,,,,, -1375,lorry,,lorry.n.02,1,1,,,,,,,,,, -1376,tobacco_pipe,,pipe.n.01,1,1,,,,,,,,,, -1377,white_turnip,,white_turnip.n.02,1,1,,,,,,,,,, -1378,boxers,,drawers.n.01,1,1,,,,,,,,,, -1379,dip_candle,,dip.n.07,1,1,,,,,,,,,, -1380,open_end_wrench,,open-end_wrench.n.01,1,1,,,,,,,,,, -1381,black_bean,,black_bean.n.01,1,1,,,,,,,,,, -1382,rubber_boot,,rubber_boot.n.01,1,1,,,,,,,,,, -1383,packing_box,,packing_box.n.02,1,1,,,,,,,,,, -1384,plant_pot_stand,,plant_pot_stand.n.01,1,1,,,,,,,,,, -1385,slingback,,slingback.n.01,1,1,,,,,,,,,, -1386,walking_shoe,,walking_shoe.n.01,1,1,,,,,,,,,, -1387,set_triangle,,square.n.08,1,1,,,,,,,,,, -1388,box_of_shampoo,,box__of__shampoo.n.01,1,1,,,,,,,,,, -1389,bottle_of_alcohol,,bottle__of__alcohol.n.01,1,1,,,,,,,,,, -1390,bottle_of_ammonia,,bottle__of__ammonia.n.01,1,1,,,,,,,,,, -1391,radiator,,radiator.n.02,1,1,,,,,,,,,, -1392,box_of_cookies,,box__of__cookies.n.01,1,1,,,,,,,,,, -1393,can_of_beans,,can__of__beans.n.01,1,1,,,,,,,,,, -1394,jar_of_jelly,,jar__of__jelly.n.01,1,1,,,,,,,,,, -1395,blackberry,,blackberry.n.01,1,1,,,,,,,,,, -1396,deodorant_stick,,deodorant__stick.n.01,1,1,,,,,,,,,, -1397,bottle_of_deicer,,bottle__of__deicer.n.01,1,1,,,,,,,,,, -1398,dvd,,videodisk.n.01,1,1,,,,,,,,,, -1399,ice_tray,,icetray.n.02,1,1,,,,,,,,,, -1400,bag_of_oranges,,bag__of__oranges.n.01,1,1,,,,,,,,,, -1401,vanilla_flower,,vanilla.n.01,1,1,,,,,,,,,, -1402,jar_of_honey,,jar__of__honey.n.01,1,1,,,,,,,,,, -1403,clothesline_pole,,pole.n.01,1,1,,,,,,,,,, -1407,burlap_bag,,gunnysack.n.01,1,1,,,,,,,,,, -1408,trout,,trout.n.01,1,1,,,,,,,,,, -1409,case_of_eyeshadow,,case__of__eyeshadow.n.01,1,1,,,,,,,,,, -1410,swiss_cheese,,swiss_cheese.n.01,1,1,,,,,,,,,, -1411,peanut_nut,,peanut.n.04,1,1,,,,,,,,,, +id,category,board link,synset,approved,mass estimate ig2,mass estimate gpt3,mass estimate gpt4,old annotated mass,new annotated mass,mass (auto),description,approval comments +0,ceilings,ceilings,ceiling.n.01,1,,,,,,,, +1,walls,walls,wall.n.01,1,,,,,,,, +2,floors,floors,floor.n.01,1,,,,,,,, +3,armchair,armchair,armchair.n.01,1,21.131,25.000,20.000,21.131,20.000,20.000,, +5,bathtub,bathtub,bathtub.n.01,1,57.606,150.000,110.000,57.606,110.00,110.000,, +6,bed,bed,bed.n.01,1,57.125,50.000,50.000,57.125,50.00,50.000,, +7,bench,bench,bench.n.01,1,13.898,30.000,25.000,13.898,25.000,25.000,, +8,bottom_cabinet,bottom_cabinet,cabinet.n.01,1,22.441,50.000,50.000,27.538,50.000,50.000,, +9,bottom_cabinet_no_top,bottom_cabinet_no_top,cabinet.n.01,1,22.441,30.000,40.000,27.538,40.000,40.000,, +10,breakfast_table,breakfast_table,breakfast_table.n.01,1,18.144,40.000,10.000,18.144,18.00,18.000,, +11,burner,burner,burner.n.02,1,16.783,,0.500,16.783,0.500,0.500,, +12,carpet,carpet,rug.n.01,1,2.404,,,2.404,8.00,8.000,, +13,chaise_longue,chaise_longue,chaise_longue.n.01,1,9.072,50.000,30.000,9.072,,40.000,, +15,coffee_maker,coffee_maker,coffee_maker.n.01,1,3.538,5.000,2.500,3.538,,3.750,, +16,coffee_table,coffee_table,coffee_table.n.01,1,11.620,20.000,15.000,11.620,,17.500,, +17,console_table,console_table,console_table.n.01,1,11.793,15.000,15.000,11.793,,15.000,, +18,countertop,countertop,countertop.n.01,1,221.126,,,221.126,221.126,221.126,, +19,crib,crib,crib.n.01,1,20.638,20.000,30.000,20.638,,25.000,, +20,desk,desk,desk.n.01,1,18.144,50.000,40.000,18.144,,45.000,, +21,dishwasher,dishwasher,dishwasher.n.01,1,30.391,60.000,45.000,30.391,,52.500,, +22,door,door,door.n.01,1,26.308,,35.000,26.308,,35.000,, +23,floor_lamp,floor_lamp,floor_lamp.n.01,1,4.296,5.000,5.000,4.296,,5.000,, +24,folding_chair,folding_chair,folding_chair.n.01,1,9.072,5.000,4.500,9.072,,4.750,, +25,fridge,fridge,electric_refrigerator.n.01,1,92.986,100.000,75.000,92.986,,87.500,, +26,gaming_table,gaming_table,gaming_table.n.01,1,18.144,60.000,50.000,18.144,,55.000,, +27,grandfather_clock,grandfather_clock,grandfather_clock.n.01,1,21.319,100.000,50.000,21.319,,75.000,, +28,guitar,guitar,guitar.n.01,1,1.746,5.000,2.000,1.746,,3.500,, +30,highchair,highchair,highchair.n.01,1,9.072,10.000,8.000,9.072,,9.000,, +31,laptop,laptop,laptop.n.01,1,1.712,2.000,2.000,1.712,,2.000,, +32,loudspeaker,loudspeaker,loudspeaker.n.01,1,6.532,5.000,15.000,0.544,,10.000,, +33,microwave,microwave,microwave.n.02,1,12.032,15.000,15.000,12.032,,15.000,, +34,mirror,mirror,mirror.n.01,1,4.511,10.000,,4.511,4.511,4.511,, +35,monitor,monitor,monitor.n.04,1,3.260,5.000,5.000,3.260,,5.000,, +36,oven,oven,oven.n.01,1,63.503,50.000,65.000,63.503,,57.500,, +37,pedestal_table,pedestal_table,pedestal_table.n.01,1,18.144,40.000,15.000,18.144,,27.500,, +38,piano,piano,piano.n.01,1,228.157,200.000,200.000,228.157,,200.000,, +39,picture,picture,photograph.n.01,1,0.472,,,0.472,0.472,0.472,, +40,pillow,pillow,pillow.n.01,1,1.134,1.000,1.500,1.134,,1.250,, +41,pool_table,pool_table,pool_table.n.01,1,74.729,250.000,250.000,74.729,,250.000,, +42,pot_plant,pot_plant,pot_plant.n.01,1,4.536,,,4.536,4.536,4.536,, +43,rail_fence,rail_fence,rail_fence.n.01,1,4.799,,,4.799,4.799,4.799,, +44,range_hood,range_hood,range_hood.n.01,1,13.503,20.000,15.000,13.503,,17.500,, +45,rocking_chair,rocking_chair,rocking_chair.n.01,1,9.072,25.000,15.000,9.072,,20.000,, +46,shelf,shelf,shelf.n.01,1,11.090,10.000,,11.090,,10.000,, +47,shower,shower,shower.n.01,1,236.321,50.000,,236.321,,50.000,, +48,sink,sink,sink.n.01,1,9.457,30.000,25.000,9.457,,27.500,, +49,sofa,sofa,sofa.n.01,1,41.599,100.000,45.000,41.599,,72.500,, +50,speaker_system,speaker_system,loudspeaker.n.01,1,6.532,20.000,20.000,12.519,,20.000,, +51,stand,stand,stand.n.04,1,18.144,5.000,7.000,18.144,,6.000,, +52,standing_tv,standing_tv,television_receiver.n.01,1,17.554,25.000,20.000,17.554,,22.500,, +54,stove,stove,stove.n.01,1,77.564,50.000,75.000,77.564,,62.500,, +55,straight_chair,straight_chair,straight_chair.n.01,1,9.072,5.000,7.000,9.072,,6.000,, +56,swivel_chair,swivel_chair,swivel_chair.n.01,1,12.519,8.000,15.000,12.519,,11.500,, +57,table_lamp,table_lamp,table_lamp.n.01,1,0.807,2.000,2.500,0.807,,2.250,, +58,toilet,toilet,toilet.n.02,1,33.815,30.000,35.000,33.815,,32.500,, +59,top_cabinet,top_cabinet,cabinet.n.01,1,22.441,40.000,40.000,12.247,,40.000,, +60,towel_rack,towel_rack,towel_rack.n.01,1,0.907,2.000,1.500,0.907,,1.750,, +61,trash_can,trash_can,ashcan.n.01,1,3.175,5.000,2.000,3.175,,3.500,, +62,treadmill,treadmill,treadmill.n.01,1,73.482,100.000,80.000,73.482,,90.000,, +63,wall_clock,wall_clock,wall_clock.n.01,1,0.572,2.000,1.000,0.572,,1.500,, +64,wall_mounted_tv,wall_mounted_tv,television_receiver.n.01,1,17.554,20.000,20.000,17.554,,20.000,, +65,washer,washer,washer.n.03,1,73.000,70.000,75.000,73.000,,72.500,, +66,window,window,window.n.01,1,29.257,20.000,,29.257,20.000,20.000,, +67,apple,apple,apple.n.01,1,0.068,0.200,0.150,0.090,,0.175,, +68,apricot,apricot,apricot.n.02,1,0.068,0.050,0.040,0.090,,0.045,, +69,artichoke,artichoke,artichoke.n.02,1,0.010,0.500,0.200,0.010,,0.350,, +70,banana,banana,banana.n.02,1,0.120,0.100,0.120,0.120,,0.110,, +71,beet,beet,beet.n.02,1,0.100,0.300,0.175,0.100,,0.238,, +72,bell_pepper,bell_pepper,bell_pepper.n.02,1,0.252,0.200,0.150,0.252,,0.175,, +73,bowl,bowl,bowl.n.01,1,0.100,0.500,0.400,0.100,,0.450,, +74,broccoli,broccoli,broccoli.n.02,1,0.011,0.300,0.300,0.011,,0.300,, +75,bucket,bucket,bucket.n.01,1,3.000,2.000,1.000,3.000,,1.500,, +76,bulldog_clip,bulldog_clip,bulldog_clip.n.01,1,0.020,0.050,0.010,0.020,,0.030,, +77,bulletin_board,bulletin_board,bulletin_board.n.02,1,5.000,2.000,,5.000,2.000,2.000,, +78,butter,butter,butter.n.01,1,0.465,0.500,0.227,0.465,,0.364,, +79,caliper,caliper,caliper.n.01,1,0.200,0.100,0.300,0.200,,0.200,, +80,canned_food,canned_food,canned_food.n.01,1,0.800,0.500,0.400,0.800,,0.450,, +81,cantaloup,cantaloup,cantaloup.n.02,1,2.000,1.000,1.100,2.000,,1.050,, +82,carafe,carafe,carafe.n.01,1,0.500,0.500,0.500,0.500,,0.500,, +83,carrot,carrot,carrot.n.03,1,0.060,0.100,0.060,0.060,,0.080,, +84,carving_knife,carving_knife,carving_knife.n.01,1,0.306,0.200,0.200,0.306,,0.200,, +85,casserole,casserole,casserole.n.02,1,1.788,2.000,1.300,1.788,,1.650,, +86,cherry,cherry,cherry.n.03,1,0.024,0.020,0.010,0.024,,0.015,, +87,chestnut,chestnut,chestnut.n.03,1,0.008,0.050,0.010,0.010,,0.030,, +88,chip,chip,chip.n.04,1,0.227,0.010,0.005,0.227,,0.008,, +89,chives,chives,chives.n.01,1,0.015,0.050,0.005,0.015,,0.028,, +90,chopping_board,chopping_board,chopping_board.n.01,1,1.451,1.000,0.700,1.451,,0.850,, +91,garlic_clove,garlic_clove,clove.n.03,1,0.020,0.020,0.003,0.020,,0.012,, +92,coatrack,coatrack,coatrack.n.01,1,3.871,2.000,5.000,3.871,,3.500,, +93,colander,colander,colander.n.01,1,0.771,0.500,0.400,0.771,,0.450,, +94,cruet,cruet,cruet.n.01,1,0.200,0.200,0.300,0.200,,0.250,, +95,cucumber,cucumber,cucumber.n.02,1,0.386,0.200,0.300,0.386,,0.250,, +96,digital_scale,digital_scale,scale.n.07,1,1.675,2.000,1.000,1.750,,1.500,, +97,dinner_napkin,dinner_napkin,dinner_napkin.n.01,1,0.300,0.100,0.020,0.300,,0.060,, +98,dipper,dipper,dipper.n.01,1,0.150,0.200,0.100,0.150,,0.150,, +99,dish_rack,dish_rack,dish_rack.n.01,1,4.000,2.000,1.000,4.000,,1.500,, +100,egg,egg,egg.n.02,1,0.765,0.050,0.050,0.765,,0.050,, +101,eggplant,eggplant,eggplant.n.01,1,0.451,0.500,0.150,0.451,,0.325,, +102,frying_pan,frying_pan,frying_pan.n.01,1,2.000,1.500,1.000,2.000,,1.250,, +104,gooseberry,gooseberry,gooseberry.n.02,1,0.002,0.010,0.010,0.002,,0.010,, +105,grape,grape,grape.n.01,1,0.150,0.005,0.005,0.150,,0.005,, +106,grater,grater,grater.n.01,1,0.250,0.200,0.300,0.250,,0.250,, +107,griddle,griddle,griddle.n.01,1,2.953,2.000,2.000,2.953,,2.000,, +108,half_apple,half_apple,half__apple.n.01,1,0.068,0.100,0.100,0.045,,0.100,, +109,half_chestnut,half_chestnut,half__chestnut.n.01,1,0.008,0.020,0.010,0.005,,0.015,, +110,half_coconut_fruit,half_coconut_fruit,half__coconut.n.01,1,0.525,0.700,0.300,0.350,,0.500,, +111,half_lemon,half_lemon,half__lemon.n.01,1,0.053,0.060,0.060,0.035,,0.060,, +112,half_mushroom,half_mushroom,half__mushroom.n.01,1,0.025,0.050,0.010,0.025,,0.030,, +113,half_orange,half_orange,half__orange.n.01,1,0.060,0.080,0.075,0.040,,0.078,, +114,half_pineapple,half_pineapple,half__pineapple.n.01,1,0.750,1.200,1.000,0.500,,1.100,, +115,half_plum,half_plum,half__plum.n.01,1,0.045,0.050,0.030,0.030,,0.040,, +116,half_pomegranate,half_pomegranate,half__pomegranate.n.01,1,0.191,0.400,0.200,0.128,,0.300,, +117,half_pomelo,half_pomelo,half__pomelo.n.01,1,0.142,1.500,0.500,0.098,,1.000,, +118,half_beefsteak_tomato,half_beefsteak_tomato,half__beefsteak_tomato.n.01,1,0.075,0.100,0.125,0.050,,0.113,, +119,head_cabbage,head_cabbage,head_cabbage.n.02,1,1.093,1.500,1.000,1.093,,1.250,, +120,honing_steel,honing_steel,steel.n.03,1,0.299,0.200,0.300,0.299,,0.250,, +121,jar,jar,mason_jar.n.01,1,8.000,0.500,0.500,8.000,,0.500,, +122,kettle,kettle,kettle.n.01,1,1.200,2.000,1.000,1.200,,1.500,, +123,kitchen_analog_scale,kitchen_analog_scale,scale.n.07,1,1.675,0.500,1.000,1.600,,0.750,, +124,kiwi,kiwi,kiwi.n.03,1,0.057,0.100,0.075,0.076,,0.088,, +125,lemon,lemon,lemon.n.01,1,0.053,0.100,0.120,0.070,,0.110,, +126,lettuce,lettuce,lettuce.n.03,1,0.030,0.200,0.500,0.030,,0.350,, +127,lid,lid,lid.n.02,1,0.650,0.100,0.200,0.650,,0.150,, +129,mug,mug,mug.n.04,1,0.400,0.300,0.400,0.400,,0.350,, +130,mushroom,mushroom,mushroom.n.05,1,0.025,0.050,0.020,0.025,,0.035,, +131,olive,olive,olive.n.04,1,0.400,0.010,0.005,0.400,,0.008,, +132,bottle_of_olive_oil,bottle_of_olive_oil,bottle__of__olive_oil.n.01,1,0.150,1.000,1.000,0.150,,1.000,, +133,orange,orange,orange.n.01,1,0.060,0.200,0.150,0.080,,0.175,, +134,paper_clip,paper_clip,paper_clip.n.01,1,0.001,0.002,0.001,0.001,,0.002,, +135,paper_towel,paper_towel,paper_towel.n.01,1,0.730,0.010,0.010,0.730,,0.010,, +136,paper_towel_holder,paper_towel_holder,paper_towel_holder.n.01,1,0.454,0.500,0.500,0.454,,0.500,, +137,parsley,parsley,parsley.n.02,1,0.005,0.050,0.020,0.005,,0.035,, +138,pea,pea,pea.n.01,1,0.005,0.002,0.002,0.005,,0.002,, +139,peach,peach,peach.n.03,1,0.068,0.200,0.150,0.090,,0.175,, +140,pear,pear,pear.n.01,1,0.142,0.200,0.180,0.186,,0.190,, +141,pen,pen,pen.n.01,1,0.020,0.010,0.010,0.020,,0.010,, +142,pencil,pencil,pencil.n.01,1,0.007,0.010,0.010,0.007,,0.010,, +143,pencil_box,pencil_box,pencil_box.n.01,1,0.080,0.200,0.200,0.080,,0.200,, +144,pepper_grinder,pepper_grinder,pepper_mill.n.01,1,0.226,0.200,0.500,0.226,,0.350,, +145,pineapple,pineapple,pineapple.n.02,1,0.750,1.500,2.000,1.000,,1.750,, +146,pistachio,pistachio,pistachio.n.02,1,0.001,0.010,0.001,0.001,,0.006,, +147,plum,plum,plum.n.02,1,0.045,0.050,0.070,0.060,,0.060,, +148,pomegranate,pomegranate,pomegranate.n.02,1,0.191,0.400,0.400,0.255,,0.400,, +149,pomelo,pomelo,pomelo.n.02,1,0.142,1.500,1.000,0.186,,1.250,, +150,pop_case,pop_case,case__of__pop.n.01,1,2.520,0.500,5.000,4.640,,2.750,, +151,potato,potato,potato.n.01,1,0.678,0.200,0.200,0.678,,0.200,, +152,pumpkin,pumpkin,pumpkin.n.02,1,2.000,3.000,4.000,2.000,,3.500,, +153,radish,radish,radish.n.01,1,0.450,0.100,0.020,0.450,,0.060,, +154,raspberry,raspberry,raspberry.n.02,1,0.001,0.005,0.003,0.001,,0.004,, +155,rosehip,rosehip,hip.n.05,1,0.030,0.010,0.005,0.030,,0.008,, +156,saucepan,saucepan,saucepan.n.01,1,1.500,1.000,1.500,1.500,,1.250,, +157,soup_ladle,soup_ladle,soup_ladle.n.01,1,0.200,0.200,0.150,0.200,,0.175,, +158,spatula,spatula,spatula.n.01,1,0.082,0.100,0.100,0.082,,0.100,, +159,spinach,spinach,spinach.n.02,1,0.091,0.200,0.030,0.091,,0.115,, +161,sticky_note,sticky_note,sticky_note.n.01,1,0.100,0.010,0.005,0.100,,0.008,, +162,straight_pin,straight_pin,straight_pin.n.01,1,0.000,0.000,0.001,0.000,,0.001,, +163,strawberry,strawberry,strawberry.n.01,1,0.008,0.020,0.015,0.010,,0.018,, +164,sweet_corn,sweet_corn,sweet_corn.n.02,1,0.600,0.200,0.250,0.600,,0.225,, +165,table_knife,table_knife,table_knife.n.01,1,0.060,0.100,0.080,0.060,,0.090,, +166,tablefork,tablefork,tablefork.n.01,1,0.050,0.100,0.070,0.050,,0.085,, +167,teapot,teapot,teapot.n.01,1,3.300,0.500,1.000,3.300,,0.750,, +168,thumbtack,thumbtack,thumbtack.n.01,1,0.000,0.001,0.001,0.000,,0.001,, +169,toasting_fork,toasting_fork,toasting_fork.n.01,1,0.045,0.200,0.100,0.045,,0.150,, +170,tongs,tongs,tongs.n.01,1,0.257,0.500,0.200,0.257,,0.350,, +171,vidalia_onion,vidalia_onion,vidalia_onion.n.01,1,0.130,0.200,0.150,0.130,,0.175,, +172,walnut,walnut,walnut.n.01,1,0.020,0.020,0.015,0.020,,0.018,, +173,watermelon,watermelon,watermelon.n.02,1,8.000,10.000,9.000,8.000,,9.500,, +174,whiteboard,whiteboard,display_panel.n.01,1,7.000,5.000,7.000,7.000,,6.000,, +175,bottle_of_wine,bottle_of_wine,bottle__of__wine.n.01,1,1.200,1.500,1.200,1.200,,1.350,, +176,zucchini,zucchini,zucchini.n.02,1,0.500,0.300,0.200,0.500,,0.250,, +177,gym_shoe,gym_shoe,gym_shoe.n.01,1,0.344,0.500,0.400,0.344,,0.450,, +178,video_game,video_game,computer_game.n.01,1,0.400,0.200,0.100,0.400,,0.150,, +179,board_game,board_game,board_game.n.01,1,0.680,1.000,1.200,0.680,,1.100,, +180,walker,walker,walker.n.04,1,0.400,0.500,2.500,0.400,,1.500,, +181,sandal,sandal,sandal.n.01,1,0.175,0.300,0.300,0.175,,0.300,, +182,hat,hat,hat.n.01,1,0.114,0.100,0.100,0.114,,0.100,, +183,bottle_of_protein_powder,bottle_of_protein_powder,bottle__of__protein_powder.n.01,1,0.921,1.000,1.100,0.921,,1.050,, +184,keyboard,keyboard,keyboard.n.01,1,0.846,1.000,0.900,0.846,,0.950,, +185,headset,headset,headset.n.01,1,0.280,0.100,0.300,0.280,,0.200,, +186,mouse,mouse,mouse.n.04,1,0.100,0.100,0.100,0.100,,0.100,, +187,hard_drive,hard_drive,disk_drive.n.01,1,0.227,0.500,0.600,0.227,,0.550,, +188,hammer,hammer,hammer.n.02,1,0.699,1.000,1.500,0.699,,1.250,, +190,bath_towel,bath_towel,bath_towel.n.01,1,0.713,0.500,0.600,0.713,,0.550,, +191,dishtowel,dishtowel,dishtowel.n.01,1,0.140,0.100,0.100,0.140,,0.100,, +192,hand_towel,hand_towel,hand_towel.n.01,1,0.200,0.050,0.100,0.200,,0.075,, +194,envelope,envelope,envelope.n.01,1,0.007,0.010,0.010,0.007,,0.010,, +195,box_of_chocolates,box_of_chocolates,box__of__chocolates.n.01,1,0.800,0.200,0.500,0.800,,0.350,, +197,box_of_crackers,box_of_crackers,box__of__crackers.n.01,1,0.250,0.200,0.250,0.198,,0.225,,supersynset of pretzel +199,t_shirt,t_shirt,jersey.n.03,1,0.295,0.200,0.200,0.295,,0.200,, +200,candy_cane,candy_cane,candy_cane.n.01,1,0.028,0.020,0.028,0.028,,0.024,, +201,shampoo,shampoo,shampoo.n.01,1,0.957,0.500,0.400,0.957,,0.450,, +204,folderal,folderal,folderal.n.01,1,0.127,0.010,0.500,0.127,,0.255,, +205,light_bulb,light_bulb,light_bulb.n.01,1,0.202,0.050,0.030,0.202,,0.040,, +206,wall_socket,wall_socket,wall_socket.n.01,1,0.075,0.100,0.150,0.075,,0.125,, +207,bell,bell,bell.n.01,1,0.080,1.000,1.000,0.080,,1.000,, +208,baseboard,baseboard,baseboard.n.01,1,0.400,2.000,2.000,0.400,,2.000,, +209,plywood,plywood,plywood.n.01,1,0.475,600.000,25.000,0.475,,312.500,, +210,tile,tile,tile.n.01,1,2.200,2.000,1.800,2.200,,1.900,, +211,clout_nail,clout_nail,clout_nail.n.01,1,0.001,0.005,0.010,0.001,,0.008,, +212,hinge,hinge,hinge.n.01,1,0.397,0.500,0.075,0.397,,0.288,, +213,screwdriver,screwdriver,screwdriver.n.01,1,0.152,0.200,0.150,0.152,,0.175,, +214,pocketknife,pocketknife,pocketknife.n.01,1,0.126,0.100,0.150,0.126,,0.125,, +215,hardback,hardback,hardback.n.01,1,0.450,0.500,1.000,0.450,,0.750,, +216,notebook,notebook,notebook.n.01,1,0.420,0.200,0.500,0.420,,0.350,, +217,hairbrush,hairbrush,hairbrush.n.01,1,0.150,0.100,0.100,0.150,,0.100,, +218,chili,chili,chili.n.02,1,0.030,0.020,0.045,0.030,,0.033,, +219,hamburger,hamburger,hamburger.n.01,1,0.200,0.100,0.200,0.200,,0.150,, +220,tray,tray,tray.n.01,1,1.796,0.500,0.500,1.796,,0.500,, +221,toothpick,toothpick,toothpick.n.01,1,0.000,0.001,0.000,0.000,,0.001,, +222,plate,plate,plate.n.04,1,0.400,0.500,0.600,0.400,,0.550,, +223,dart,dart,dart.n.01,1,0.024,0.050,0.020,0.024,,0.035,, +224,dartboard,dartboard,dartboard.n.01,1,4.000,5.000,3.500,4.000,,4.250,, +225,blender,blender,blender.n.01,1,2.703,3.000,1.500,2.703,,2.250,, +226,straw,straw,straw.n.04,1,0.042,0.001,0.001,0.042,,0.001,, +227,folder,folder,folder.n.02,1,0.337,0.100,0.250,0.337,,0.175,, +228,calculator,calculator,calculator.n.02,1,0.118,0.200,0.100,0.118,,0.150,, +229,necklace,necklace,necklace.n.01,1,0.005,0.050,0.050,0.005,,0.050,, +230,bracelet,bracelet,bracelet.n.02,1,0.020,0.020,0.030,0.020,,0.025,, +231,ring,ring,ring.n.08,1,0.004,0.010,0.015,0.004,,0.013,, +233,platter,platter,platter.n.01,1,1.650,2.000,1.500,1.650,,1.750,, +234,cauldron,cauldron,caldron.n.01,1,2.000,20.000,5.000,2.000,,12.500,, +235,coffee_cup,coffee_cup,coffee_cup.n.01,1,0.454,0.200,0.350,0.454,,0.275,, +236,bow,bow,bow.n.08,1,0.120,0.100,0.050,0.120,,0.075,, +237,wreath,wreath,wreath.n.01,1,0.150,1.000,1.000,0.150,,1.000,, +238,chopstick,chopstick,chopstick.n.01,1,0.081,0.020,0.020,0.081,,0.020,, +239,sushi,sushi,sushi.n.01,1,0.090,0.100,0.075,0.090,,0.088,, +241,broom,broom,broom.n.01,1,0.583,1.000,1.000,0.583,,1.000,, +242,carpet_sweeper,carpet_sweeper,carpet_sweeper.n.01,1,1.430,2.000,2.500,1.430,,2.250,, +244,jeans,jeans,jean.n.01,1,0.400,0.500,0.700,0.400,,0.600,, +245,paintbrush,paintbrush,paintbrush.n.01,1,0.220,0.100,0.050,0.220,,0.075,, +246,pajamas,pajamas,pajama.n.02,1,0.200,0.500,0.300,0.200,,0.400,, +247,pegboard,pegboard,pegboard.n.01,1,1.100,2.000,10.000,1.100,,6.000,, +248,scrub_brush,scrub_brush,scrub_brush.n.01,1,0.078,0.200,0.350,0.078,,0.275,, +249,sock,sock,sock.n.01,1,0.080,0.100,0.065,0.080,,0.083,, +250,trowel,trowel,trowel.n.01,1,0.147,0.500,0.400,0.147,,0.450,, +251,vacuum,vacuum,vacuum.n.04,1,5.440,5.400,5.000,5.440,,5.200,, +252,umbrella,umbrella,umbrella.n.01,1,0.408,0.500,0.500,0.408,,0.500,, +253,toaster,toaster,toaster.n.02,1,1.542,1.200,1.500,1.542,,1.350,, +254,iron,iron,iron.n.04,1,1.372,1.500,1.300,1.372,,1.400,, +255,hook,hook,hook.n.05,1,1.800,0.100,0.020,1.800,,0.060,, +256,car,car,car.n.01,1,"1,204.000","1,500.000","1,500.000","1,204.000",,1500.000,, +257,drill,drill,drill.n.01,1,1.814,2.500,1.500,1.814,,2.000,, +258,dustpan,dustpan,dustpan.n.02,1,0.400,0.300,0.250,0.400,,0.275,, +259,lawn_mower,lawn_mower,lawn_mower.n.01,1,17.010,30.000,30.000,17.010,,30.000,, +260,painting,painting,painting.n.01,1,0.600,2.500,3.000,0.600,,2.750,, +261,bottle_of_powder,bottle_of_powder,bottle__of__powder.n.01,1,0.227,0.500,1.200,0.227,,0.850,, +262,rake,rake,rake.n.03,1,1.157,1.000,1.500,1.157,,1.250,, +263,scraper,scraper,scraper.n.01,1,0.154,0.200,0.500,0.154,,0.350,, +264,ladder,ladder,ladder.n.01,1,7.711,5.000,10.000,7.711,,7.500,, +265,toothbrush,toothbrush,toothbrush.n.01,1,0.020,0.030,0.020,0.020,,0.025,, +266,chicken,chicken,chicken.n.01,1,1.361,1.500,1.500,1.361,,1.500,, +267,dress,dress,dress.n.01,1,0.295,0.500,0.500,0.295,,0.500,, +268,hanger,hanger,hanger.n.02,1,0.100,0.100,0.100,0.100,,0.100,, +269,pork,pork,pork.n.01,1,0.454,1.500,1.000,0.454,,1.250,, +270,rib,rib,rib.n.03,1,0.400,0.500,0.300,0.400,,0.400,, +271,steak,steak,steak.n.01,1,0.225,0.200,0.350,0.225,,0.275,, +272,jar_of_sugar,jar_of_sugar,jar__of__sugar.n.01,1,0.454,1.000,1.500,0.454,,1.250,, +273,crab,crab,crab.n.05,1,0.750,0.500,0.600,0.750,,0.550,, +274,fillet,fillet,fillet.n.02,1,0.494,0.200,0.200,0.494,,0.200,, +275,magazine,magazine,magazine.n.02,1,0.240,0.300,0.250,0.240,,0.275,, +276,newspaper,newspaper,newspaper.n.03,1,0.021,0.200,0.100,0.021,,0.150,, +277,muffin,muffin,muffin.n.01,1,0.120,0.100,0.100,0.120,,0.100,, +278,ice_cube,ice_cube,ice_cube.n.01,1,0.014,0.010,0.030,0.014,,0.020,, +279,cinnamon,cinnamon,cinnamon.n.03,1,0.107,0.050,0.200,0.107,,0.125,, +280,lime,lime,lime.n.06,1,0.090,0.100,0.130,0.090,,0.115,, +281,almond,almond,almond.n.02,1,0.040,0.001,0.002,0.040,,0.002,, +282,grill,grill,grill.n.02,1,10.700,10.000,15.000,10.700,,12.500,, +283,bagel,bagel,bagel.n.01,1,0.105,0.100,0.085,0.105,,0.093,, +284,baguette,baguette,baguet.n.01,1,0.440,0.200,0.250,0.440,,0.225,, +285,basil,basil,basil.n.03,1,0.029,0.050,0.005,0.029,,0.028,, +286,celery,celery,celery.n.02,1,0.250,0.200,0.400,0.250,,0.300,, +287,cupcake,cupcake,cupcake.n.01,1,0.080,0.050,0.100,0.080,,0.075,, +288,green_onion,green_onion,green_onion.n.01,1,0.078,0.050,0.015,0.090,,0.033,, +289,lasagna,lasagna,lasagna.n.01,1,0.297,1.000,0.850,0.297,,0.925,, +290,mousetrap,mousetrap,mousetrap.n.01,1,0.124,0.100,0.100,0.124,,0.100,, +291,pretzel,pretzel,pretzel.n.01,1,0.302,0.050,0.030,0.302,,0.040,, +292,prosciutto,prosciutto,prosciutto.n.01,1,0.800,0.500,0.050,0.800,,0.275,, +293,razor,razor,razor.n.01,1,0.034,0.100,0.050,0.034,,0.075,, +294,tinsel,tinsel,tinsel.n.02,1,0.200,0.010,0.020,0.200,,0.015,, +295,christmas_tree,christmas_tree,christmas_tree.n.05,1,18.299,20.000,30.000,18.000,,25.000,, +296,christmas_tree_decorated,christmas_tree_decorated,christmas_tree.n.05,1,18.299,20.000,32.000,18.597,,26.000,, +297,fire_alarm,fire_alarm,fire_alarm.n.02,1,0.252,0.300,0.200,0.252,,0.250,, +298,comb,comb,comb.n.01,1,0.010,0.050,0.020,0.010,,0.035,, +299,dental_floss,dental_floss,dental_floss.n.01,1,0.020,0.010,0.010,0.020,,0.010,, +301,duffel_bag,duffel_bag,duffel_bag.n.01,1,0.530,2.500,7.500,0.530,,5.000,, +302,facsimile,facsimile,facsimile.n.02,1,2.395,15.000,8.000,2.395,,11.500,, +303,gingerbread,gingerbread,gingerbread.n.01,1,0.050,0.500,0.045,0.050,,0.273,, +304,lipstick,lipstick,lipstick.n.01,1,0.025,0.020,0.030,0.025,,0.025,, +305,lollipop,lollipop,lollipop.n.02,1,0.030,0.050,0.028,0.030,,0.039,, +306,modem,modem,modem.n.01,1,0.635,0.500,0.400,0.635,,0.450,, +307,printer,printer,printer.n.03,1,9.000,20.000,7.200,9.000,,13.600,, +308,scanner,scanner,scanner.n.02,1,1.520,5.000,5.500,1.520,,5.250,, +309,stocking,stocking,stocking.n.01,1,0.130,0.100,0.050,0.130,,0.075,, +310,watch,watch,watch.n.01,1,0.045,0.050,0.080,0.045,,0.065,, +311,carton,carton,carton.n.02,1,1.000,0.200,0.300,1.000,,0.250,, +312,briefcase,briefcase,briefcase.n.01,1,1.500,2.000,2.500,1.500,,2.250,, +313,tea_bag,tea_bag,tea_bag.n.01,1,0.017,0.005,0.002,0.020,,0.004,, +314,shoulder_bag,shoulder_bag,shoulder_bag.n.01,1,1.000,0.500,1.000,1.000,,0.750,, +315,paper_bag,paper_bag,sack.n.01,1,0.050,0.050,0.020,0.050,,0.035,, +316,backpack,backpack,backpack.n.01,1,1.500,1.000,1.000,1.500,,1.000,, +317,eames_chair,eames_chair,eames_chair.n.01,1,11.287,10.000,8.000,11.287,,9.000,, +318,shower_stall,shower_stall,shower_stall.n.01,1,10.040,150.000,90.000,10.040,,120.000,, +319,soap_dispenser,soap_dispenser,soap_dispenser.n.01,1,0.400,0.500,0.400,0.400,,0.450,, +320,toilet_paper,toilet_paper,toilet_tissue.n.01,1,0.100,0.100,0.227,0.100,,0.164,, +321,room_light,room_light,room_light.n.01,1,0.301,1.000,2.500,0.301,,1.750,Light that's hanging on a cable from the ceiling, +322,architectural_plan,architectural_plan,plan.n.03,1,0.472,0.100,0.050,0.472,,0.075,, +323,urinal,urinal,urinal.n.01,1,93.198,50.000,25.000,93.198,,37.500,, +324,bicycle,bicycle,bicycle.n.01,1,"1,204.000",10.000,15.000,20.000,,12.500,, +325,square_light,square_light,room_light.n.01,1,0.301,1.000,2.500,0.301,,1.750,Square light panels attached to the ceiling, +326,downlight,downlight,room_light.n.01,1,0.301,1.000,1.000,0.301,,1.000,"Round spot lights, possibly recessed, in the ceiling", +327,toilet_paper_dispenser,toilet_paper_dispenser,toilet_paper_dispenser.n.01,1,0.400,0.500,1.500,0.400,,1.000,More public restroom kind of toilet paper dispenser, +328,vending_machine,vending_machine,vending_machine.n.01,1,2.764,300.000,400.000,7.000,,350.000,, +329,desktop_computer,desktop_computer,desktop_computer.n.01,1,1.712,5.000,7.000,10.000,,6.000,, +330,magazine_rack,magazine_rack,magazine_rack.n.01,1,5.595,2.000,5.000,2.000,,3.500,, +331,motorcycle,motorcycle,motorcycle.n.01,1,"1,204.000",200.000,180.000,185.000,,190.000,, +332,locker,locker,cabinet.n.03,1,10.040,50.000,25.000,15.000,,37.500,, +333,photocopier,photocopier,photocopier.n.01,1,2.395,100.000,100.000,8.000,,100.000,, +334,shredder,shredder,shredder.n.01,1,8.490,10.000,8.000,18.000,,9.000,, +336,conference_table,conference_table,conference_table.n.01,1,23.608,100.000,70.000,25.000,,85.000,, +338,electric_mixer,electric_mixer,electric_mixer.n.01,1,2.703,3.000,2.000,10.000,,2.500,, +339,paper_towel_dispenser,paper_towel_dispenser,paper_towel_dispenser.n.01,1,0.400,0.500,3.000,0.500,,1.750,, +340,wall_mounted_shelf,wall_mounted_shelf,shelf.n.01,1,11.090,5.000,4.000,7.000,,4.500,, +341,jug,jug,pitcher.n.02,1,1.500,1.000,1.000,0.500,,1.000,, +342,commercial_kitchen_sink,commercial_kitchen_sink,sink.n.01,1,9.457,50.000,50.000,9.457,,50.000,, +343,commercial_kitchen_table,commercial_kitchen_table,kitchen_table.n.01,1,23.608,100.000,60.000,23.608,,80.000,, +344,room_ventilator,room_ventilator,ventilator.n.01,1,8.490,2.000,7.000,8.490,,4.500,, +345,deep_fryer,deep_fryer,deep_fryer.n.01,1,2.000,5.000,15.000,3.000,,10.000,, +346,metal_bottom_cabinet,metal_bottom_cabinet,cabinet.n.01,1,22.441,30.000,30.000,22.441,,30.000,, +347,gravy_boat,gravy_boat,gravy_boat.n.01,1,1.788,0.500,0.500,1.000,,0.500,, +348,croissant,croissant,crescent_roll.n.01,1,0.105,0.100,0.065,0.105,,0.083,, +349,flower,flower,flower.n.02,1,0.376,0.050,0.100,0.376,,0.075,S: (n) flower (a plant cultivated for its blooms or blossoms), +350,electric_switch,electric_switch,switch.n.01,1,8.490,0.100,0.200,0.490,,0.150,, +351,pillar,pillar,column.n.07,1,5.595,500.000,"1,000.000",15.000,,750.000,"S: (n) column, pillar ((architecture) a tall vertical cylindrical structure standing upright and used to support a structure)", +352,chess_set,chess_set,chess_set.n.01,1,0.150,1.000,2.500,3.000,,1.750,S: (n) chess set (checkerboard and a set of 32 pieces used to play chess), +353,cloche,cloche,cloche.n.01,1,0.408,2.000,1.000,1.000,,1.500,https://en.wikipedia.org/wiki/Cloche_(tableware) covers plates and keeps them warm, +354,wall_mounted_soap_dispenser,wall_mounted_soap_dispenser,soap_dispenser.n.01,1,0.400,0.500,1.000,1.000,,0.750,, +355,cleaver,cleaver,cleaver.n.01,1,0.164,1.000,1.000,1.164,,1.000,, +356,can_of_corn,can_of_corn,can__of__corn.n.01,1,0.600,0.400,0.425,1.000,,0.413,, +357,booth,booth,booth.n.01,1,23.608,50.000,100.000,40.000,,75.000,S: (n) booth (a table (in a restaurant or bar) surrounded by two high-backed benches), +358,boiler,boiler,kettle.n.01,1,0.247,10.000,10.000,2.000,,10.000,, +359,food_slicer,food_slicer,slicer.n.02,1,2.764,5.000,7.000,2.000,,6.000,,a machine for cutting; usually with a revolving blade? +360,fire_extinguisher,fire_extinguisher,fire_extinguisher.n.01,1,8.490,10.000,9.000,3.000,,9.500,, +361,jukebox,jukebox,jukebox.n.01,1,2.764,300.000,100.000,2.764,,200.000,"S: (n) jukebox, nickelodeon (a cabinet containing an automatic record player; records are played by inserting a coin)", +362,pay_phone,pay_phone,pay-phone.n.01,1,9.253,20.000,27.000,9.253,,23.500,"S: (n) pay-phone, pay-station (a coin-operated telephone)", +363,menu,menu,menu.n.01,1,0.200,0.100,0.050,0.200,,0.075,"S: (n) menu, bill of fare, card, carte du jour, carte (a list of dishes available at a restaurant) ""the menu was in French""", +364,pepper_shaker,pepper_shaker,pepper__shaker.n.01,1,38.432,0.100,0.150,0.200,,0.125,"S: (n) pepper shaker, pepper box, pepper pot (a shaker with a perforated top for sprinkling ground pepper)", +365,salt_shaker,salt_shaker,salt__shaker.n.01,1,38.432,0.100,0.150,0.200,,0.125,"S: (n) saltshaker, salt shaker (a shaker with a perforated top for sprinkling salt)", +366,bar,bar,bar.n.02,1,23.608,200.000,"1,000.000",8.000,,600.000,"S: (n) bar (a counter where you can obtain food or drink) ""he bought a hot dog and a coke at the bar""", +367,chandelier,chandelier,chandelier.n.01,1,93.198,15.000,15.000,10.000,,15.000,, +368,popcorn_machine,popcorn_machine,popper.n.03,1,1.862,10.000,20.000,10.000,,15.000,S: (n) popcorn (small kernels of corn exploded by heat), +369,beer_tap,beer_tap,beer_tap.n.01,1,50.844,1.000,2.500,2.000,,1.750,, +370,ceiling_air_conditioner,ceiling_air_conditioner,air_conditioner.n.01,1,8.490,50.000,20.000,8.490,,35.000,centralized AC system attached to the ceiling, +371,phonograph_record,phonograph_record,phonograph_record.n.01,1,8.490,0.100,0.380,8.490,,0.240,"S: (n) phonograph record, phonograph recording, record, disk, disc, platter (sound recording consisting of a disk with a continuous groove; used to reproduce music by rotating while a phonograph needle tracks in the groove)", +372,hanging_plant,hanging_plant,pot_plant.n.01,1,4.536,1.000,2.000,4.536,,1.500,, +373,room_divider,room_divider,screen.n.09,1,10.040,10.000,20.000,10.040,,15.000,,approved by cem +374,lantern,lantern,lantern.n.01,1,0.301,0.500,1.000,0.301,,0.750,, +375,cake_stand,cake_stand,base.n.08,1,5.595,2.000,1.500,5.595,,1.750,, +376,skeletal_frame,skeletal_frame,skeleton.n.04,1,9.747,50.000,50.000,10.000,,50.000,"(the internal supporting structure that gives an artifact its shape) ""the building has a steel skeleton""", +377,ottoman,ottoman,footstool.n.01,1,6.167,5.000,15.000,6.167,,10.000,(a low seat or a stool to rest the feet of a seated person), +379,key_chain,key_chain,key.n.01,1,8.490,0.100,0.050,0.300,,0.075,, +380,arched_window,arched_window,window.n.01,1,29.257,20.000,40.000,,,30.000,, +381,curtain,curtain,curtain.n.01,1,9.476,1.000,2.000,10.000,,1.500,, +382,handle,handle,handle.n.01,1,2.380,0.100,0.200,2.000,,0.150,, +383,l_shaped_handle,l_shaped_handle,handle.n.01,1,2.380,0.100,0.250,2.000,,0.175,"corner handle, can be used vertically too", +384,wall_mounted_light,wall_mounted_light,room_light.n.01,1,0.301,2.000,2.000,0.300,,2.000,, +385,pasta_server,pasta_server,server.n.04,1,1.776,0.100,0.100,1.776,,0.100,, +386,handset,handset,handset.n.01,1,9.253,0.300,0.300,0.700,,0.300,, +387,potato_masher,potato_masher,masher.n.02,1,1.776,0.200,0.200,1.776,,0.200,, +388,skimmer,skimmer,skimmer.n.02,1,1.862,0.200,0.100,1.862,,0.150,, +389,whisk,whisk,whisk.n.01,1,2.703,0.100,0.100,1.500,,0.100,, +390,bunch_of_bananas,bunch_of_bananas,banana.n.02,1,0.120,1.000,1.250,1.000,,1.125,, +391,wok,wok,wok.n.01,1,1.750,3.000,2.000,2.000,,2.500,, +392,ceiling_rack,ceiling_rack,ceiling_rack.n.01,1,2.926,10.000,10.000,2.926,,10.000,ceiling rack to hang kitchware, +393,arbor,arbor,arbor.n.03,1,9.747,50.000,80.000,1.000,,65.000,, +394,binder,binder,binder.n.03,1,0.408,0.500,1.000,0.408,,0.750,"S: (n) binder, ring-binder (holds loose papers or magazines)", +395,freezer,freezer,deep-freeze.n.02,1,92.986,100.000,70.000,92.986,,85.000,"S: (n) deep-freeze, Deepfreeze, deep freezer, freezer (electric refrigerator (trade name Deepfreeze) in which food is frozen and stored for long periods of time)", +396,canister,canister,canister.n.02,1,38.432,1.000,1.000,0.500,,1.000,"S: (n) canister, cannister, tin (metal container for storing dry foods such as tea or flour)", +397,shopping_basket,shopping_basket,shopping_basket.n.01,1,1.089,0.500,0.500,1.089,,0.500,S: (n) shopping basket (a handbasket used to carry goods while shopping), +398,kebab,kebab,kabob.n.01,1,0.383,0.200,0.200,0.500,,0.200,"S: (n) kabob, kebab, shish kebab (cubes of meat marinated and cooked on a skewer usually with vegetables)", +399,bag_of_cocoa,bag_of_cocoa,bag__of__cocoa.n.01,1,0.610,1.000,0.500,0.610,,0.750,S: (n) cocoa (powder of ground roasted cacao beans with most of the fat removed), +400,paper_cup,paper_cup,dixie_cup.n.01,1,0.454,0.010,0.010,0.200,,0.010,"S: (n) Dixie cup, paper cup (a disposable cup made of paper; for holding drinks)", +401,box_of_granola_bars,box_of_granola_bars,box__of__granola_bars.n.01,1,0.052,0.500,0.500,0.100,,0.500,, +402,box_of_rice,box_of_rice,box__of__rice.n.01,1,1.000,1.000,1.000,5.000,,1.000,, +403,tissue_dispenser,tissue_dispenser,tissue_dispenser.n.01,1,0.100,0.500,0.300,0.500,,0.400,"S: (n) napkin, table napkin, serviette (a small piece of table linen that is used to wipe the mouth and to cover the lap in order to protect clothing)", +404,bottle_of_water,bottle_of_water,bottle__of__water.n.01,1,0.633,0.500,1.000,0.630,,0.750,S: (n) water bottle (a bottle for holding water), +405,security_camera,security_camera,security_camera.n.01,1,3.664,2.000,1.500,3.664,,1.750,"Security camera, no subsynset matched security camera", +406,open_air_cooler,open_air_cooler,cooler.n.01,1,92.986,50.000,35.000,92.986,,42.500,"Is a type of fridge but doesn't go that low in temperature, doesn't have doors", +407,umbrella_rack,umbrella_rack,umbrella_rack.n.01,1,2.926,2.000,10.000,2.926,,6.000,Rack that has holes in it so that one can pu their umbrella while going into a store, +408,snack_rack,snack_rack,snack_rack.n.01,1,2.926,10.000,10.000,2.926,,10.000,Rack that's near the cashier that miscallenous stuff like snacks are placed on, +409,oden_cooker,oden_cooker,crock_pot.n.01,1,1.862,5.000,3.000,1.862,,4.000,, +410,crock_pot,crock_pot,crock_pot.n.01,1,1.862,5.000,3.000,1.862,,4.000,S: (n) Crock Pot (an electric cooker that maintains a relatively low temperature), +411,greenery,greenery,greenery.n.01,1,0.376,0.500,0.100,0.376,,0.300,, +412,box_of_beer,box_of_beer,box__of__beer.n.01,1,0.700,6.000,7.000,6.000,,6.500,, +413,coaster,coaster,coaster.n.03,1,0.408,0.100,0.050,0.408,,0.075,, +414,wineglass,wineglass,wineglass.n.01,1,0.241,0.200,0.200,0.241,,0.200,, +415,credit_card_terminal,credit_card_terminal,cash_register.n.01,1,2.779,1.000,1.000,2.779,,1.000,A Pos machine, +416,cash_register,cash_register,cash_register.n.01,1,2.779,20.000,10.000,2.779,,15.000,"S: (n) cash register, register (a cashbox with an adding machine to register transactions; used in shops to add up the bill)", +418,showerhead,showerhead,showerhead.n.01,1,14.129,0.500,0.500,11.000,,0.500,, +419,bush,bush,scrub.n.01,1,0.002,50.000,15.000,,,32.500,, +420,hand_dryer,hand_dryer,hand_dryer.n.01,1,70.519,2.000,2.500,5.000,,2.250,, +421,vase,vase,vase.n.01,1,8.000,0.500,1.000,3.000,,0.750,S: (n) vase (an open jar of glass or porcelain used as an ornament or to hold flowers), +422,window_blind,window_blind,window_blind.n.01,1,0.408,1.000,1.500,1.000,,1.250,, +423,flat_bench,flat_bench,flat_bench.n.02,1,13.898,30.000,15.000,13.898,,22.500,S: (n) flat bench (a bench on which a weightlifter lies to do exercises), +424,free_weight,free_weight,weight.n.02,1,15.432,5.000,10.000,8.000,,7.500,"S: (n) weight, free weight, exercising weight (sports equipment used in calisthenic exercises and weightlifting; it is not attached to anything and is raised and lowered by use of the hands and arms)", +425,free_weight_rack,free_weight_rack,free_weight_rack.n.01,1,2.926,20.000,20.000,2.926,,20.000,The rack that has all the free weights on it, +426,ceiling_fan,ceiling_fan,ceiling_fan.n.01,1,8.490,5.000,7.000,8.490,,6.000,, +427,weight_bar,weight_bar,bar.n.13,1,5.595,5.000,10.000,5.595,,7.500,S: (n) bar (a horizontal rod that serves as a support for gymnasts as they perform exercises), +428,soda_cup,soda_cup,dixie_cup.n.01,1,0.454,0.100,0.020,0.200,,0.060,used in fast food chain, +429,exercise_bike,exercise_bike,exercise_bike.n.01,1,73.482,50.000,35.000,73.482,,42.500,"S: (n) exercise bike, exercycle (an exercise device resembling a stationary bike)", +430,elliptical_machine,elliptical_machine,exercise_bike.n.01,1,73.482,50.000,80.000,73.482,,65.000,Gym equipment that resembels a treadmill -- google,CHECK THIS EXACT WORD MATCH BUT NOT IN WORDNET +431,spotlight,spotlight,spotlight.n.02,1,0.301,2.000,1.000,2.000,,1.500,"S: (n) spotlight, spot (a lamp that produces a strong beam of light to illuminate a restricted area; used to focus attention of a stage performer)", +432,hot_tub,hot_tub,hot_tub.n.02,1,57.606,500.000,200.000,57.606,,350.000,S: (n) hot tub (a very large tub (large enough for more than one bather) filled with hot water) jacuzzi, +434,water_glass,water_glass,water_glass.n.02,1,0.241,0.200,0.200,0.800,,0.200,, +435,dessert_stand,dessert_stand,base.n.08,1,5.595,1.000,1.500,2.000,,1.250,, +436,turnstile,turnstile,turnstile.n.02,1,26.308,200.000,100.000,20.000,,150.000,turnstile (a gate consisting of a post that acts as a pivot for rotating arms; set in a passageway for controlling the persons entering), +437,checkout_counter,checkout_counter,checkout.n.03,1,23.608,100.000,50.000,21.000,,75.000,, +438,box_of_candy,box_of_candy,box__of__candy.n.01,1,0.029,0.500,0.500,1.000,,0.500,, +439,candle_holder,candle_holder,candlestick.n.01,1,0.454,0.100,1.000,0.454,,0.550,, +440,bottle_of_whiskey,bottle_of_whiskey,bottle__of__whiskey.n.01,1,0.633,1.000,1.500,1.000,,1.250,, +441,bouquet,bouquet,bouquet.n.01,1,0.150,0.500,0.750,1.000,,0.625,, +442,fragrance_decanter,fragrance_decanter,carafe.n.01,1,0.500,0.500,1.000,0.500,,0.750,, +443,massage_bed,massage_bed,bed.n.01,1,57.125,150.000,100.000,15.000,,125.000,Not in the Wordnet but specifically the word for such beds is called massage bed/table, +444,wine_fridge,wine_fridge,electric_refrigerator.n.01,1,92.986,50.000,50.000,,,50.000,, +445,sauna_heater,sauna_heater,sauna_heater.n.01,1,3.969,20.000,10.000,3.969,,15.000,, +446,beer_glass,beer_glass,beer_glass.n.01,1,0.400,0.300,0.400,0.400,,0.350,, +447,jam_dispenser,jam_dispenser,jam__dispenser.n.01,1,0.345,1.000,2.000,0.345,,1.500,, +448,soap_dish,soap_dish,soap_dish.n.01,1,93.198,0.100,0.200,93.198,,0.150,S: (n) soap dish (a bathroom or kitchen fixture for holding a bar of soap), +449,grocery_shelf,grocery_shelf,shelf.n.01,1,11.090,10.000,30.000,11.090,,20.000,, +450,grocery_cupboard,grocery_cupboard,cupboard.n.01,1,10.040,50.000,20.000,10.040,,35.000,, +451,sauna_bench,sauna_bench,bench.n.01,1,13.898,50.000,30.000,13.898,,40.000,Idk what to do with this, +452,statue,statue,statue.n.01,1,0.900,"1,000.000",100.000,3.000,,550.000,S: (n) statue (a sculpture representing a human or animal), +453,hammam_bench,hammam_bench,bench.n.01,1,13.898,50.000,30.000,13.898,,40.000,Idk what to do with this, +454,bag_of_rice,bag_of_rice,bag__of__rice.n.01,1,1.000,5.000,1.000,5.000,,3.000,, +455,carton_of_eggs,carton_of_eggs,carton__of__eggs.n.01,1,0.765,1.500,0.600,2.000,,1.050,, +456,mango,mango,mango.n.02,1,0.438,0.500,0.200,0.438,,0.350,, +457,microscope,microscope,compound_microscope.n.01,1,3.190,1.000,6.000,3.190,,3.500,, +458,test_tube_rack,test_tube_rack,test_tube_rack.n.01,1,2.926,0.500,0.500,1.000,,0.500,, +459,test_tube,test_tube,test_tube.n.01,1,3.521,0.050,0.050,0.100,,0.050,, +460,gate,gate,gate.n.01,1,26.308,100.000,30.000,,,65.000,, +461,plant_stem,plant_stem,cutting.n.02,1,0.376,0.100,0.050,0.376,,0.075,, +462,garden_light,garden_light,floor_lamp.n.01,1,4.296,10.000,2.000,2.000,,6.000,floor-mounted standing garden lamps, +463,fire_sprinkler,fire_sprinkler,sprinkler.n.01,1,8.490,1.000,1.000,2.000,,1.000,, +464,blackboard,blackboard,blackboard.n.01,1,2.309,20.000,10.000,3.000,,15.000,, +465,blackboard_eraser,blackboard_eraser,blackboard_eraser.n.01,1,0.030,0.100,0.050,0.030,,0.075,, +466,round_bottom_flask,round_bottom_flask,round-bottom_flask.n.01,1,0.633,0.500,0.500,0.633,,0.500,, +467,buret,buret,burette.n.01,1,3.642,0.500,0.100,3.642,,0.300,, +468,candy_dispenser_shelf,candy_dispenser_shelf,candy_dispenser_shelf.n.01,1,0.400,2.000,15.000,1.000,,8.500,, +469,dry_food_dispenser_shelf,dry_food_dispenser_shelf,dry_food_dispenser_shelf.n.01,1,0.400,2.000,15.000,1.000,,8.500,, +470,drinking_fountain,drinking_fountain,drinking_fountain.n.02,1,10.040,100.000,50.000,10.040,,75.000,, +471,bottle_of_pop,bottle_of_pop,bottle__of__pop.n.01,1,0.633,0.500,1.000,0.633,,0.750,, +472,can_of_soda,can_of_soda,can__of__soda.n.01,1,38.432,0.350,0.355,1.300,,0.353,, +473,projector,projector,projector.n.02,1,3.190,5.000,3.000,3.190,,4.000,, +474,ceiling_mounted_projector,ceiling_mounted_projector,projector.n.02,1,3.190,5.000,3.000,3.190,,4.000,, +475,table_runner,table_runner,tablecloth.n.01,1,2.404,0.500,0.200,1.000,,0.350,, +476,durian,durian,durian.n.02,1,0.438,2.000,2.000,0.438,,2.000,, +477,alarm_clock,alarm_clock,alarm_clock.n.01,1,10.945,0.500,0.500,2.000,,0.500,, +478,place_mat,place_mat,place_mat.n.01,1,0.331,0.100,0.100,1.000,,0.100,, +479,bidet,bidet,bidet.n.01,1,5.668,20.000,25.000,5.668,,22.500,, +480,wafer,wafer,wafer.n.02,1,0.052,0.010,0.010,0.500,,0.010,, +481,chocolate_bar,chocolate_bar,chocolate_bar.n.01,1,0.800,0.100,0.100,0.800,,0.100,, +482,graduated_cylinder,graduated_cylinder,graduated_cylinder.n.01,1,3.642,0.500,0.200,3.642,,0.350,, +483,box_of_oatmeal,box_of_oatmeal,box__of__oatmeal.n.01,1,0.350,1.000,0.500,0.562,,0.750,, +484,display_case,display_case,case.n.20,1,38.432,50.000,40.000,,,45.000,, +485,pack_of_cigarettes,pack_of_cigarettes,pack__of__cigarettes.n.01,1,0.763,0.200,0.020,0.763,,0.110,, +486,desk_organizer,desk_organizer,magazine_rack.n.01,1,5.595,1.000,1.000,2.000,,1.000,, +487,cubicle,cubicle,carrel.n.02,1,10.040,100.000,200.000,10.040,,150.000,"S: (n) booth, cubicle, stall, kiosk (small area set off by walls for special use)", +488,desk_phone,desk_phone,desk_phone.n.01,1,9.253,1.000,1.000,6.000,,1.000,S: (n) desk phone (a telephone set that sits on a desk or table), +489,erlenmeyer_flask,erlenmeyer_flask,erlenmeyer_flask.n.01,1,0.633,0.500,0.200,0.633,,0.350,, +490,bed_screen,bed_screen,screen.n.09,1,26.308,20.000,10.000,16.000,,15.000,screen (partition consisting of a decorative frame or panel that serves to divide a space), +491,first_aid_kit,first_aid_kit,first-aid_kit.n.01,1,0.540,2.000,1.000,1.000,,1.500,, +492,hospital_bed,hospital_bed,hospital_bed.n.02,1,57.125,100.000,100.000,70.000,,100.000,, +493,gym_mat,gym_mat,mat.n.03,1,15.432,5.000,10.000,2.000,,7.500,, +494,globe,globe,globe.n.03,1,7.301,10.000,1.000,2.000,,5.500,, +495,pedestal,pedestal,base.n.08,1,5.595,50.000,20.000,,,35.000,, +496,tree,tree,tree.n.01,1,0.002,"1,000.000",500.000,,,750.000,, +497,ceiling_mounted_basketball_hoop,ceiling_mounted_basketball_hoop,basket.n.03,1,26.416,20.000,15.000,15.000,,17.500,, +498,pommel_horse,pommel_horse,pommel_horse.n.01,1,15.432,50.000,30.000,120.000,,40.000,, +499,parallel_bars,parallel_bars,parallel_bars.n.01,1,15.432,100.000,75.000,17.000,,87.500,, +500,scoreboard,scoreboard,scoreboard.n.01,1,6.633,50.000,50.000,6.633,,50.000,, +501,volleyball_net,volleyball_net,volleyball_net.n.01,1,37.400,2.000,11.300,7.000,,6.650,, +502,lab_table,lab_table,worktable.n.01,1,23.608,60.000,45.000,40.000,,52.500,, +503,display_fridge,display_fridge,electric_refrigerator.n.01,1,92.986,150.000,130.000,92.986,,140.000,, +504,bookcase,bookcase,bookcase.n.01,1,19.189,50.000,30.800,19.189,,40.400,S: (n) bookcase (a piece of furniture with shelves for storing books), +505,funnel,funnel,funnel.n.02,1,1.776,0.200,0.050,1.000,,0.125,, +506,gooseneck_microphone,gooseneck_microphone,microphone.n.01,1,4.448,0.500,1.000,4.448,,0.750,"S: (n) microphone, mike, mic (device for converting sound waves into electrical energy)", +507,magnetic_stirrer,magnetic_stirrer,stirrer.n.02,1,1.177,3.000,2.500,1.177,,2.750,, +508,classroom_mock_up,classroom_mock_up,mock-up.n.01,1,0.472,500.000,100.000,3.000,,300.000,"model, maket, simulation for learning in classroom", +509,elevator_door,elevator_door,elevator_door.n.01,1,8.490,150.000,90.000,8.490,,120.000,The door of an elevator, +510,information_bulletin,information_bulletin,information_bulletin.n.01,1,0.200,1.000,0.050,0.700,,0.525,S: (n) information bulletin (a bulletin containing the latest information), +511,saucepot,saucepot,saucepot.n.01,1,2.167,2.000,1.500,2.167,,1.750,, +512,stockpot,stockpot,stockpot.n.01,1,2.167,5.000,2.500,2.167,,3.750,, +513,specimen_bottle,specimen_bottle,specimen_bottle.n.01,1,0.633,0.100,0.200,0.633,,0.150,, +514,pencil_holder,pencil_holder,pencil_holder.n.01,1,0.454,0.200,0.100,0.454,,0.150,, +515,periodic_table,periodic_table,periodic_table.n.01,1,0.150,5.000,2.300,0.150,,3.650,, +516,petri_dish,petri_dish,petri_dish.n.01,1,1.788,0.050,0.025,1.788,,0.038,, +517,clipboard,clipboard,clipboard.n.01,1,221.126,0.500,0.400,1.000,,0.450,, +518,test_tube_holder,test_tube_holder,tongs.n.01,1,0.257,0.100,0.150,0.900,,0.125,, +519,paperback_book,paperback_book,paperback_book.n.01,1,0.435,0.500,0.280,2.000,,0.390,, +520,paper_sheet,paper_sheet,sheet.n.02,1,0.100,0.010,0.005,0.100,,0.008,, +521,saucer,saucer,saucer.n.02,1,1.025,0.100,0.100,1.025,,0.100,, +522,webcam,webcam,webcam.n.02,1,15.432,0.100,0.100,5.000,,0.100,, +523,spirit_lamp,spirit_lamp,spirit_lamp.n.01,1,0.301,0.200,0.300,1.000,,0.250,, +524,buret_clamp,buret_clamp,clamp.n.01,1,0.454,0.100,0.300,0.454,,0.200,, +525,flask_clamp,flask_clamp,clamp.n.01,1,0.454,0.100,0.300,0.454,,0.200,, +526,test_tube_clamp,test_tube_clamp,clamp.n.01,1,0.454,0.100,0.150,0.454,,0.125,, +527,playground,playground,playground.n.02,1,11.903,"1,000.000","50,000.000",,,25500.000,, +528,sandbox,sandbox,sandbox.n.02,1,0.250,50.000,"1,000.000",20.000,,525.000,, +529,toy_box,toy_box,toy_box.n.01,1,7.257,5.000,2.000,7.257,,3.500,, +530,toilet_paper_holder,toilet_paper_holder,toilet_paper_holder.n.01,1,0.454,0.500,0.500,0.454,,0.500,, +531,electric_fan,electric_fan,electric_fan.n.01,1,8.490,2.000,2.000,8.490,,2.000,"S: (n) electric fan, blower (a fan run by an electric motor)", +532,terrarium,terrarium,terrarium.n.01,1,10.040,10.000,5.000,12.000,,7.500,, +533,trophy,trophy,trophy.n.02,1,0.200,1.000,2.000,2.000,,1.500,, +534,lab_exhaust_hood,lab_exhaust_hood,lab_exhaust_hood.n.01,1,13.503,300.000,50.000,13.503,,175.000,, +535,water_cooler,water_cooler,water_cooler.n.01,1,8.490,50.000,20.000,8.490,,35.000,, +536,map,map,map.n.01,1,0.472,0.500,0.100,0.472,,0.300,, +537,garden_plant,garden_plant,garden_plant.n.01,1,1.518,2.000,1.000,1.518,,1.500,, +538,bottle_of_champagne,bottle_of_champagne,bottle__of__champagne.n.01,1,0.470,1.500,1.400,0.800,,1.450,"S: (n) champagne, bubbly (a white sparkling wine either produced in Champagne or resembling that produced there)", +539,pill_bottle,pill_bottle,pill_bottle.n.01,1,0.633,0.100,0.050,0.633,,0.075,, +541,picture_frame,picture_frame,picture_frame.n.01,1,9.747,1.000,1.000,1.000,,1.000,"with a support, can stand on the table on its own", +542,bench_press_machine,bench_press_machine,bench_press.n.01,1,0.540,200.000,80.000,11.000,,140.000,, +543,pine_cone,pine_cone,pinecone.n.01,1,0.376,0.050,0.050,0.376,,0.050,, +544,sound_system,sound_system,audio_system.n.01,1,12.098,50.000,10.000,12.098,,30.000,the thing with the CD player and amplifier that loudspeakers are connected to, +546,drink_dispenser,drink_dispenser,drink__dispenser.n.01,1,0.400,5.000,3.000,2.000,,4.000,, +548,eyeglasses,eyeglasses,spectacles.n.01,1,3.190,0.100,0.030,1.000,,0.065,, +549,seashell,seashell,seashell.n.01,1,0.376,0.050,0.020,0.376,,0.035,, +550,structural_element,structural_element,skeleton.n.04,1,9.747,100.000,500.000,9.747,,300.000,, +551,swing,swing,swing.n.02,1,4.370,50.000,25.000,4.370,,37.500,, +552,shopping_cart,shopping_cart,shopping_cart.n.01,1,"1,204.000",15.000,20.000,20.000,,17.500,, +553,box_of_sake,box_of_sake,box__of__sake.n.01,1,0.470,1.500,1.500,5.000,,1.500,, +554,bottle_of_sake,bottle_of_sake,bottle__of__sake.n.01,1,0.470,0.750,1.200,0.800,,0.975,, +555,motion_sensor,motion_sensor,photoelectric_cell.n.01,1,6.469,0.100,0.200,0.500,,0.150,for lights and toilet., +556,hair_dryer,hair_dryer,hand_blower.n.01,1,39.505,0.500,0.500,7.000,,0.500,, +557,fireplace,fireplace,fireplace.n.01,1,10.040,250.000,800.000,,,525.000,, +559,tiramisu,tiramisu,tiramisu.n.01,1,0.303,1.000,0.500,0.700,,0.750,, +560,storage_box,storage_box,storage_box.n.01,1,2.779,0.500,1.000,2.779,,0.750,, +561,chalice,chalice,goblet.n.01,1,0.241,0.500,0.500,2.000,,0.500,, +562,reagent_bottle,reagent_bottle,carboy.n.01,1,0.633,2.000,1.000,0.633,,1.500,, +563,marker,marker,marker.n.03,1,0.064,0.050,0.020,0.064,,0.035,, +564,wall_mounted_loudspeaker,wall_mounted_loudspeaker,loudspeaker.n.01,1,6.532,10.000,3.000,6.532,,6.500,, +565,projection_screen,projection_screen,screen.n.01,1,75.409,5.000,10.000,17.000,,7.500,, +566,stadium_stand,stadium_stand,stand.n.10,1,1.269,"5,000.000","10,000.000",,,7500.000,, +567,notepad,notepad,notepad.n.01,1,0.100,0.100,0.200,,,0.150,, +568,stairs,stairs,step.n.04,1,7.711,200.000,200.000,,,200.000,, +569,lawn,lawn,lawn.n.01,1,11.903,"1,000.000","5,000.000",,,3000.000,the grass part of exterior floors, +570,blanket,blanket,blanket.n.01,1,1.328,2.000,1.500,,,1.750,, +571,background,background,backdrop.n.01,1,0.540,5.000,5.000,,,5.000,, +572,soccer_ball,soccer_ball,soccer_ball.n.01,1,0.070,0.400,0.430,,,0.415,, +573,hammock,hammock,hammock.n.03,1,57.125,2.000,3.000,,,2.500,, +574,fairy_light,fairy_light,fairy_light.n.01,1,0.301,0.020,0.500,,,0.260,lights hanging from a cable, +575,railing,railing,railing.n.01,1,15.554,10.000,10.000,,,10.000,, +576,cigar,cigar,cigar.n.01,1,0.763,0.010,0.020,,,0.015,S: (n) cigar (a roll of tobacco for smoking), +577,stapler,stapler,stapler.n.01,1,2.764,0.500,0.250,,,0.375,"S: (n) stapler, stapling machine (a machine that inserts staples into sheets of paper in order to fasten them together)", +578,ivy,ivy,ivy.n.01,1,0.009,0.100,2.000,,,1.050,"S: (n) ivy, common ivy, English ivy, Hedera helix (Old World vine with lobed evergreen leaves and black berrylike fruits)", +579,bamboo,bamboo,bamboo.n.01,1,1.055,50.000,2.000,,,26.000,S: (n) bamboo (woody tropical grass having hollow woody stems; mature canes used for construction and furniture), +580,garden_umbrella,garden_umbrella,garden_umbrella.n.01,1,0.408,5.000,8.000,,,6.500,"The big umbrellas that are placed in gardens, patios, and beaches", +581,weed,weed,weed.n.01,1,0.009,0.100,0.200,,,0.150,S: (n) weed (any plant that crowds out cultivated plants), +582,hall_tree,hall_tree,wardrobe.n.01,1,19.189,50.000,20.000,,,35.000,a special type of wardrobe for entryways that have bottom drawers exposed coat hangers., +583,pergola,pergola,arbor.n.03,1,9.747,100.000,100.000,,,100.000,"S: (n) arbor, arbour, bower, pergola (a framework that supports climbing plants) ""the arbor provided a shady resting place in the park""", +585,rose,rose,rose.n.01,1,0.002,0.100,1.000,,,0.550,"S: (n) rose, rosebush (any of many shrubs of the genus Rosa that bear roses)", +586,garage_door,garage_door,gate.n.01,1,26.308,100.000,80.000,,,90.000,, +587,knife_block,knife_block,knife_block.n.01,1,5.595,2.000,2.000,,,2.000,, +588,garden_chair,garden_chair,lawn_chair.n.01,1,11.287,5.000,5.000,,,5.000,, +589,postcard,postcard,postcard.n.01,1,0.200,0.010,0.006,,,0.008,, +590,coffee_bean,coffee_bean,coffee_bean.n.01,1,0.015,0.001,0.001,,,0.001,, +591,paper_coffee_filter,paper_coffee_filter,paper_coffee_filter.n.01,1,0.771,0.001,0.003,,,0.002,, +592,colored_pencil,colored_pencil,pencil.n.01,1,0.007,0.010,0.006,,,0.008,, +593,comic_book,comic_book,comic_book.n.01,1,7.613,0.500,0.200,,,0.350,, +595,joystick,joystick,joystick.n.02,1,5.005,0.200,0.400,,,0.300,, +596,cookie_cutter,cookie_cutter,cookie_cutter.n.01,1,1.776,0.050,0.050,,,0.050,, +597,bottle_of_orange_juice,bottle_of_orange_juice,bottle__of__orange_juice.n.01,1,1.722,1.000,1.200,,,1.100,, +598,hair_spray,hair_spray,hair_spray.n.01,1,0.253,0.200,0.400,,,0.300,, +599,corkscrew,corkscrew,corkscrew.n.01,1,0.359,0.050,0.075,,,0.063,, +600,mannequin,mannequin,mannequin.n.02,1,0.472,20.000,15.000,,,17.500,, +601,ceremonial_robe,ceremonial_robe,gown.n.05,1,0.333,2.000,1.500,,,1.750,, +603,cotton_ball,cotton_ball,cotton.n.01,1,1.055,0.001,0.002,,,0.002,, +604,cranberry,cranberry,cranberry.n.02,1,0.300,0.010,0.002,,,0.006,, +605,lobster,lobster,lobster.n.01,1,1.518,0.500,0.600,,,0.550,, +606,crayon,crayon,crayon.n.01,1,0.010,0.005,0.010,0.010,,0.008,, +607,crouton,crouton,crouton.n.01,1,0.233,0.010,0.002,,,0.006,, +608,sliced_cucumber,sliced_cucumber,sliced__cucumber.n.01,1,0.386,0.200,0.025,,,0.113,"to be used as a ""half cucumber"" -> needs diceable", +609,chopped_lettuce,chopped_lettuce,chopped__lettuce.n.01,1,0.030,0.100,0.025,,,0.063,"to be used as a ""half lettuce"" -> needs diceable", +610,crystal,crystal,crystal.n.03,1,0.376,0.500,1.000,,,0.750,, +612,garden_coffee_table,garden_coffee_table,coffee_table.n.01,1,11.620,10.000,10.000,,,10.000,coffee table but for garden, +613,garden_statue,garden_statue,statue.n.01,1,0.900,100.000,50.000,,,75.000,any kind of statue/monument in the garden, +614,driveway,driveway,driveway.n.01,1,4.918,"1,000.000","5,000.000",,,3000.000,part of exterior floor where cars are parked, +615,hanging_banners,hanging_banners,banner.n.01,1,3.743,1.000,1.000,,,1.000,banners hanging on a rope, +617,nightstand,nightstand,stand.n.04,1,18.144,20.000,10.000,20.000,,15.000,, +618,suitcase,suitcase,bag.n.06,1,1.500,3.000,4.500,,,3.750,, +619,teaspoon,teaspoon,teaspoon.n.02,1,0.060,0.010,0.020,,,0.015,, +620,wardrobe,wardrobe,wardrobe.n.01,1,19.189,100.000,50.000,,,75.000,, +621,pestle,pestle,pestle.n.03,1,0.359,0.500,0.500,,,0.500,, +622,skirt,skirt,skirt.n.01,1,1.328,0.300,0.200,,,0.250,, +623,hourglass,hourglass,sandglass.n.01,1,7.312,1.000,0.300,,,0.650,, +624,pants,pants,long_trousers.n.01,1,0.400,0.500,0.500,,,0.500,, +625,drawer_unit,drawer_unit,chest_of_drawers.n.01,1,19.189,50.000,30.000,,,40.000,, +626,ashtray,ashtray,ashtray.n.01,1,1.098,0.500,0.400,,,0.450,, +627,tennis_racket,tennis_racket,tennis_racket.n.01,1,1.177,0.300,0.300,,,0.300,, +628,poster,poster,poster.n.01,1,0.200,0.100,0.050,,,0.075,, +629,fennel,fennel,fennel.n.02,1,0.142,0.500,0.200,,,0.350,, +630,curtain_rod,curtain_rod,curtain_rod.n.01,1,1.177,1.000,2.000,,,1.500,, +631,bottle_of_coke,bottle_of_coke,bottle__of__coke.n.01,1,0.633,0.500,1.500,,,1.000,, +632,mint_leaf,mint_leaf,mint.n.04,1,0.017,0.001,0.001,,,0.001,, +633,cymbal,cymbal,cymbal.n.01,1,228.157,2.000,1.000,,,1.500,, +634,dahlia_flower,dahlia_flower,dahlia.n.01,1,0.009,0.100,0.030,,,0.065,, +635,flower_petal,flower_petal,petal.n.01,1,0.376,0.001,0.001,,,0.001,, +636,spray_bottle,spray_bottle,atomizer.n.01,1,0.699,0.100,0.400,,,0.250,, +637,decanter,decanter,carafe.n.01,1,0.500,0.500,1.000,,,0.750,, +638,dehumidifier,dehumidifier,dehumidifier.n.01,1,39.262,20.000,10.000,,,15.000,, +639,denture,denture,denture.n.01,1,8.490,0.100,0.025,,,0.063,, +640,diamond,diamond,diamond.n.01,1,0.004,0.500,0.003,,,0.252,, +641,diaper,diaper,diaper.n.01,1,0.506,0.100,0.100,,,0.100,, +642,dice,dice,die.n.01,1,0.014,0.010,0.006,,,0.008,, +643,dowel,dowel,dowel.n.01,1,0.004,0.100,0.020,,,0.060,, +644,dried_apricot,dried_apricot,dried_apricot.n.01,1,0.438,0.010,0.005,,,0.008,, +645,bay_leaf,bay_leaf,bay_leaf.n.01,1,0.009,0.001,0.002,,,0.002,, +646,drumstick,drumstick,drumstick.n.02,1,0.091,0.100,0.200,0.091,,0.150,, +648,duct_tape,duct_tape,duct_tape.n.01,1,0.800,0.100,0.300,,,0.200,, +649,dumpling,dumpling,dumpling.n.01,1,0.454,0.050,0.025,,,0.038,, +650,zhenglong,zhenglong,steamer.n.02,1,1.862,1.000,3.000,,,2.000,, +651,dutch_oven,dutch_oven,dutch_oven.n.02,1,2.167,5.000,5.000,,,5.000,, +652,mattress,mattress,mattress.n.01,1,0.362,45.000,35.000,,,40.000,, +653,easter_egg,easter_egg,easter_egg.n.01,1,0.029,0.050,0.050,,,0.050,, +654,electric_hand_mixer,electric_hand_mixer,electric_mixer.n.01,1,2.703,1.500,1.500,,,1.500,, +655,electric_kettle,electric_kettle,kettle.n.01,1,1.200,1.000,1.200,,,1.100,, +656,feather,feather,feather.n.01,1,0.715,0.003,0.001,,,0.002,, +657,sliced_chocolate_cake,sliced_chocolate_cake,sliced__chocolate_cake.n.01,1,0.061,0.500,0.075,,,0.288,"to be used as a ""half cake"" -> needs diceable", +658,firewood,firewood,firewood.n.01,1,0.601,10.000,4.000,,,7.000,, +659,fishing_rod,fishing_rod,fishing_rod.n.01,1,1.177,0.500,0.500,,,0.500,, +660,flag_pole,flag_pole,pole.n.01,1,1.177,15.000,10.000,,,12.500,, +661,flashlight,flashlight,flashlight.n.01,1,0.202,0.100,0.200,,,0.150,, +662,fountain,fountain,fountain.n.01,1,10.040,500.000,"2,000.000",,,1250.000,, +663,frame,frame,frame.n.10,1,9.747,2.000,1.500,,,1.750,, +664,french_fry_holder,french_fry_holder,french_fry_holder.n.01,1,0.050,0.200,0.050,,,0.125,, +665,french_fries,french_fries,french_fries.n.02,1,0.678,0.100,0.075,,,0.088,, +666,french_toast,french_toast,french_toast.n.01,1,0.383,0.100,0.100,,,0.100,, +667,garlic,garlic,whole_garlic.n.01,1,0.015,0.050,0.045,,,0.048,, +668,beer_keg,beer_keg,beer_barrel.n.01,1,5.668,50.000,72.000,,,61.000,, +669,coffee_grinder,coffee_grinder,coffee_mill.n.01,1,0.226,1.000,1.200,,,1.100,, +670,geode,geode,geode.n.01,1,0.535,2.000,2.000,,,2.000,, +672,bottle_of_gin,bottle_of_gin,bottle__of__gin.n.01,1,0.470,1.500,1.300,,,1.400,, +673,granola_bar,granola_bar,granola_bar.n.01,1,0.052,0.100,0.045,,,0.073,, +674,dreidel,dreidel,dreidel.n.01,1,0.250,0.010,0.015,,,0.013,, +675,dried_cranberry,dried_cranberry,dried_cranberry.n.01,1,0.300,0.001,0.001,,,0.001,, +676,goggles,goggles,goggles.n.02,1,3.190,0.200,0.200,,,0.200,, +677,french_press,french_press,coffee_maker.n.01,1,3.538,0.500,0.970,,,0.735,, +678,heap_of_granola,heap_of_granola,heap__of__granola.n.01,1,0.562,0.500,0.500,,,0.500,, +679,heap_of_raisins,heap_of_raisins,heap__of__raisins.n.01,1,0.438,0.500,0.430,,,0.465,, +680,heap_of_oatmeal,heap_of_oatmeal,heap__of__oatmeal.n.01,1,0.350,0.500,0.450,,,0.475,, +681,grapefruit,grapefruit,grapefruit.n.02,1,0.086,0.500,0.350,,,0.425,, +682,heap_of_gravel,heap_of_gravel,heap__of__gravel.n.01,1,1.055,50.000,"1,500.000",,,775.000,, +683,green_bean,green_bean,green_bean.n.01,1,0.000,0.020,0.010,,,0.015,, +684,portafilter,portafilter,portafilter.n.01,1,0.771,0.200,0.800,,,0.500,, +685,hamster_wheel,hamster_wheel,hamster_wheel.n.01,1,73.482,0.500,0.500,,,0.500,, +687,hazelnut,hazelnut,hazelnut.n.02,1,0.002,0.001,0.002,,,0.002,, +688,heatgun,heatgun,heatgun.n.01,1,3.969,1.000,1.000,,,1.000,, +689,basil_leaf,basil_leaf,basil.n.03,1,0.029,0.005,0.001,,,0.003,, +690,hockey_puck,hockey_puck,puck.n.02,1,5.400,0.160,0.170,,,0.165,, +691,hiking_boot,hiking_boot,hiking_boot.n.01,1,0.306,1.000,1.200,,,1.100,, +692,hockey_stick,hockey_stick,hockey_stick.n.01,1,15.432,0.500,0.600,,,0.550,, +693,hoe,hoe,hoe.n.01,1,1.627,1.500,2.000,,,1.750,, +694,hoodie,hoodie,sweatshirt.n.01,1,0.468,0.500,0.700,,,0.600,, +695,hotdog_frank,hotdog_frank,frank.n.02,1,0.200,0.100,0.075,,,0.088,, +696,hotdog_bun,hotdog_bun,frankfurter_bun.n.01,1,0.105,0.050,0.050,,,0.050,, +697,ice_bucket,ice_bucket,bucket.n.01,1,3.000,1.000,1.000,,,1.000,, +698,ironing_board,ironing_board,ironing_board.n.01,1,3.226,3.000,6.000,,,4.500,, +699,jade_roller,jade_roller,jade_roller.n.01,1,1.200,0.100,0.150,,,0.125,, +700,jelly_bean,jelly_bean,jelly_bean.n.01,1,0.029,0.001,0.002,,,0.002,, +701,quilt,quilt,quilt.n.01,1,1.328,2.000,2.500,,,2.250,, +702,jersey,jersey,jersey.n.03,1,0.295,0.200,0.300,,,0.250,, +703,jigger,jigger,shot_glass.n.01,1,0.241,0.050,0.150,,,0.100,, +704,kale,kale,kale.n.03,1,1.093,0.500,0.500,,,0.500,, +705,juicer,juicer,reamer.n.01,1,1.776,0.500,2.000,,,1.250,, +706,keys,keys,key.n.01,1,8.490,0.100,0.022,,,0.061,, +707,meringue,meringue,meringue.n.01,1,3.743,0.200,0.030,,,0.115,, +708,kayak,kayak,kayak.n.01,1,"1,204.000",20.000,20.000,,,20.000,, +709,paddle,paddle,paddle.n.04,1,1.177,0.500,1.000,,,0.750,, +710,holly_decoration,holly_decoration,holly.n.03,1,0.002,0.100,0.500,,,0.300,, +711,jade,jade,jade.n.01,1,0.014,1.500,2.000,,,1.750,, +712,work_helmet,work_helmet,helmet.n.01,1,0.408,1.000,1.400,,,1.200,, +713,air_conditioner,air_conditioner,air_conditioner.n.01,1,8.490,50.000,25.000,,,37.500,, +714,allen_wrench,allen_wrench,allen_wrench.n.01,1,0.359,0.100,0.100,,,0.100,, +715,antlers,antlers,antler.n.01,1,0.535,5.000,3.000,,,4.000,, +716,apple_pie,apple_pie,apple_pie.n.01,1,0.500,1.000,1.000,,,1.000,, +717,apron,apron,apron.n.01,1,0.333,0.200,0.200,,,0.200,, +718,arugula,arugula,arugula.n.02,1,0.009,0.200,0.010,,,0.105,, +719,asparagus,asparagus,asparagus.n.02,1,0.276,0.200,0.100,,,0.150,, +720,avocado,avocado,avocado.n.01,1,0.204,0.200,0.200,0.204,,0.200,, +721,axe,axe,ax.n.01,1,0.128,2.000,2.500,,,2.250,, +722,baby_bottle,baby_bottle,bottle.n.03,1,0.633,0.200,0.100,,,0.150,, +723,bacon,bacon,bacon.n.01,1,0.800,1.000,1.000,,,1.000,, +724,bait,bait,bait.n.01,1,0.540,0.100,0.020,,,0.060,, +725,baking_sheet,baking_sheet,cookie_sheet.n.01,1,1.862,0.500,1.500,,,1.000,, +726,balloon,balloon,balloon.n.01,1,"1,204.000",0.050,0.002,,,0.026,, +727,bandage,bandage,bandage.n.01,1,1.328,0.050,0.020,,,0.035,, +728,bandana,bandana,bandanna.n.01,1,0.427,0.050,0.100,,,0.075,, +729,baseball,baseball,baseball.n.02,1,7.751,0.150,0.145,,,0.148,, +730,baseball_bat,baseball_bat,baseball_bat.n.01,1,0.091,0.800,1.000,,,0.900,, +731,baseball_cap,baseball_cap,baseball_cap.n.01,1,0.114,0.100,0.100,,,0.100,, +732,baseball_glove,baseball_glove,baseball_glove.n.01,1,15.432,0.500,0.700,,,0.600,, +733,bath_rug,bath_rug,bath_mat.n.01,1,0.713,1.000,1.400,,,1.200,, +734,battery,battery,battery.n.02,1,0.150,0.500,0.200,,,0.350,, +735,batting_gloves,batting_gloves,batting_glove.n.01,1,7.784,0.200,0.150,,,0.175,, +736,bed_sheet,bed_sheet,sheet.n.03,1,0.800,1.000,1.500,,,1.250,, +737,beeswax_candle,beeswax_candle,beeswax_candle.n.01,1,0.603,0.200,0.200,,,0.200,, +738,bikini,bikini,bikini.n.02,1,0.506,0.200,0.100,,,0.150,, +739,birdcage,birdcage,birdcage.n.01,1,10.040,2.000,1.500,,,1.750,, +741,biscuit,biscuit,biscuit.n.01,1,0.120,0.050,0.050,,,0.050,, +742,blouse,blouse,blouse.n.01,1,0.295,0.200,0.200,,,0.200,, +743,blueberry,blueberry,blueberry.n.02,1,0.079,0.005,0.002,,,0.004,, +745,bobby_pin,bobby_pin,bobby_pin.n.01,1,0.000,0.001,0.002,,,0.002,, +747,book_case,book_case,bookcase.n.01,1,19.189,20.000,30.000,,,25.000,, +748,bookend,bookend,bookend.n.01,1,5.595,0.500,0.500,,,0.500,, +749,bowling_ball,bowling_ball,bowling_ball.n.01,1,0.070,6.000,6.350,,,6.175,, +751,boxing_gloves,boxing_gloves,boxing_glove.n.01,1,15.432,0.500,0.450,,,0.475,, +752,bra,bra,brassiere.n.01,1,0.172,0.100,0.100,,,0.100,, +753,branch,branch,branch.n.02,1,0.376,,1.000,,,1.000,, +754,bratwurst,bratwurst,bratwurst.n.01,1,0.083,0.100,0.150,,,0.125,, +756,breadcrumb,breadcrumb,breadcrumb.n.01,1,0.001,,0.001,,,0.001,, +757,brisket,brisket,brisket.n.01,1,0.475,2.000,5.000,,,3.500,, +758,brownie,brownie,brownie.n.03,1,0.052,0.100,0.050,,,0.075,, +759,brussels_sprouts,brussels_sprouts,brussels_sprouts.n.01,1,0.501,0.020,0.015,,,0.018,, +760,bottle_of_bug_repellent,bottle_of_bug_repellent,bottle__of__bug_repellent.n.01,1,0.670,0.500,0.350,,,0.425,, +761,bulb,bulb,light_bulb.n.01,1,0.202,0.100,0.030,,,0.065,, +763,burrito,burrito,burrito.n.01,1,0.383,0.500,0.500,,,0.500,, +764,butternut_squash,butternut_squash,butternut_squash.n.01,1,0.009,1.500,1.500,,,1.500,, +765,candied_yam,candied_yam,yam.n.03,1,0.376,0.500,0.200,,,0.350,, +767,can_of_coffee,can_of_coffee,can__of__coffee.n.01,1,38.432,0.500,1.000,,,0.750,, +768,can_of_sardines,can_of_sardines,can__of__sardines.n.01,1,38.432,0.100,0.200,,,0.150,, +769,can_of_tomatoes,can_of_tomatoes,can__of__tomatoes.n.01,1,38.432,0.400,0.400,,,0.400,, +770,canvas,canvas,painting.n.01,1,0.427,,1.000,,,1.000,, +771,cardigan,cardigan,cardigan.n.01,1,0.468,,0.400,,,0.400,, +772,cardstock,cardstock,card.n.04,1,0.200,,0.020,,,0.020,, +774,cauliflower,cauliflower,cauliflower.n.02,1,0.009,1.000,1.200,,,1.100,, +775,ceramic_tile,ceramic_tile,tile.n.01,1,2.200,,2.000,,,2.000,, +776,chalk,chalk,chalk.n.01,1,1.055,,0.050,,,0.050,, +777,charcoal,charcoal,charcoal.n.02,1,0.935,0.100,0.500,,,0.300,, +778,charcoal_grill,charcoal_grill,grill.n.02,1,10.700,20.000,10.000,,,15.000,, +779,chard,chard,chard.n.02,1,0.009,0.500,0.500,,,0.500,, +780,cheese_danish,cheese_danish,danish.n.02,1,0.105,0.100,0.075,,,0.088,, +781,cherry_tomato,cherry_tomato,cherry_tomato.n.02,1,0.075,0.020,0.020,,,0.020,, +782,chicken_breast,chicken_breast,chicken_breast.n.02,1,1.200,0.200,0.200,,,0.200,, +783,chicken_coop,chicken_coop,chicken_coop.n.01,1,10.040,,50.000,,,50.000,, +784,chicken_leg,chicken_leg,chicken_leg.n.01,1,0.494,0.100,0.150,,,0.125,, +785,chicken_thigh,chicken_thigh,chicken_leg.n.01,1,0.494,0.100,0.150,,,0.125,, +786,chicken_wing,chicken_wing,chicken_wing.n.01,1,1.361,0.050,0.030,,,0.040,, +787,chili_pepper,chili_pepper,chili.n.02,1,0.030,0.010,0.010,,,0.010,, +788,china,china,china.n.02,1,1.776,,1.000,,,1.000,, +789,chisel,chisel,chisel.n.01,1,0.128,,0.500,,,0.500,, +791,chorizo,chorizo,chorizo.n.01,1,0.083,0.100,0.150,,,0.125,, +792,cigarette,cigarette,cigarette.n.01,1,0.763,,0.001,,,0.001,, +793,cinnamon_stick,cinnamon_stick,cinnamon_bark.n.01,1,0.376,,0.010,,,0.010,, +794,clamp,clamp,clamp.n.01,1,0.454,,0.500,,,0.500,, +795,clothesline,clothesline,clothesline.n.01,1,0.407,,0.500,,,0.500,, +796,compost_bin,compost_bin,compost_bin.n.01,1,3.175,,10.000,,,10.000,, +797,cooler,cooler,cooler.n.01,1,92.986,,2.000,,,2.000,, +798,crawfish,crawfish,crayfish.n.02,1,0.750,0.050,0.050,,,0.050,, +799,credit_card,credit_card,credit_card.n.01,1,0.735,,0.005,,,0.005,, +800,cutting_board,cutting_board,chopping_board.n.01,1,1.451,,1.500,,,1.500,, +801,bottle_of_dish_soap,bottle_of_dish_soap,bottle__of__dish_soap.n.01,1,0.128,1.000,0.800,,,0.900,, +802,dog_food,dog_food,dog_food.n.01,1,0.601,,15.000,,,15.000,, +803,donut,donut,doughnut.n.02,1,0.061,0.100,0.050,,,0.075,, +804,drying_rack,drying_rack,drying_rack.n.01,1,2.926,,3.000,,,3.000,, +805,duck,duck,duck.n.03,1,1.361,2.000,1.000,,,1.500,, +806,easel,easel,easel.n.01,1,5.595,5.000,5.000,,,5.000,, +807,firewood_grate,firewood_grate,grate.n.01,1,9.747,10.000,15.000,,,12.500,, +808,food_processor,food_processor,food_processor.n.01,1,31.636,5.000,4.000,,,4.500,, +809,fuel_can,fuel_can,fuel__can.n.01,1,38.432,20.000,1.000,,,10.500,, +810,goalkeeper_gloves,goalkeeper_gloves,goalkeeper_gloves.n.01,1,0.136,0.500,0.100,,,0.300,, +811,goblet,goblet,goblet.n.01,1,0.241,0.300,0.300,,,0.300,, +812,golf_club,golf_club,golf_club.n.02,1,15.432,0.500,1.000,,,0.750,, +813,green_tea,green_tea,green_tea.n.01,1,0.017,0.050,0.002,,,0.026,, +814,gunpowder,gunpowder,gunpowder.n.01,1,0.699,0.050,0.700,,,0.375,, +815,hanging_basket,hanging_basket,pot_plant.n.01,1,38.432,2.000,2.000,,,2.000,, +816,headstone,headstone,gravestone.n.01,1,5.020,200.000,113.400,,,156.700,, +817,inhaler,inhaler,inhaler.n.01,1,0.400,0.050,0.050,,,0.050,, +818,instant_pot,instant_pot,crock_pot.n.01,1,1.862,4.000,5.000,,,4.500,, +819,jacket,jacket,jacket.n.01,1,1.700,1.000,0.800,,,0.900,, +820,letter,letter,letter.n.01,1,0.336,0.010,0.028,,,0.019,, +821,life_jacket,life_jacket,life_jacket.n.01,1,14.781,1.000,0.700,,,0.850,, +822,lighter,lighter,cigar_lighter.n.01,1,8.490,0.050,0.020,,,0.035,, +823,bottle_of_lighter_fluid,bottle_of_lighter_fluid,bottle__of__lighter_fluid.n.01,1,0.547,1.000,0.200,,,0.600,, +824,lingerie,lingerie,lingerie.n.01,1,0.050,0.200,0.100,,,0.150,, +825,lint_roller,lint_roller,lint_roller.n.01,1,1.200,0.100,0.070,,,0.085,, +826,lip_balm,lip_balm,lip_balm.n.01,1,0.159,0.010,0.015,,,0.013,, +827,litter_box,litter_box,litter_box.n.01,1,2.779,1.000,1.500,,,1.250,, +828,log,log,log.n.01,1,1.055,20.000,30.000,,,25.000,, +829,longboard,longboard,skateboard.n.01,1,603.613,3.000,3.500,,,3.250,, +830,loofah,loofah,loofa.n.01,1,0.009,0.100,0.020,,,0.060,, +831,magnifying_glass,magnifying_glass,hand_glass.n.02,1,3.190,0.100,0.100,,,0.100,, +832,mailbox,mailbox,mailbox.n.01,1,2.779,10.000,6.000,,,8.000,, +833,marshmallow,marshmallow,marshmallow.n.01,1,0.029,0.010,0.007,,,0.009,, +834,face_mask,face_mask,face_mask.n.01,1,0.540,0.100,0.030,,,0.065,, +835,match,match,match.n.01,1,8.490,0.010,0.001,,,0.006,, +836,match_box,match_box,matchbox.n.01,1,2.779,0.100,0.020,,,0.060,, +837,measuring_cup,measuring_cup,measuring_cup.n.01,1,38.432,0.200,0.200,,,0.200,, +838,measuring_tape,measuring_tape,tape.n.04,1,3.642,0.050,0.150,,,0.100,, +839,meat_thermometer,meat_thermometer,meat_thermometer.n.01,1,3.642,0.100,0.050,,,0.075,, +841,microfiber_cloth,microfiber_cloth,liner.n.03,1,0.350,0.050,0.080,,,0.065,, +842,microphone,microphone,microphone.n.01,1,4.448,0.500,0.400,,,0.450,, +843,mint,mint,mint.n.04,1,0.017,0.050,0.002,,,0.026,, +844,mixing_bowl,mixing_bowl,mixing_bowl.n.01,1,1.788,0.500,0.800,,,0.650,, +845,mortar,mortar,mortar.n.03,1,5.668,1.000,1.300,,,1.150,, +846,moth_ball,moth_ball,mothball.n.01,1,1.200,0.050,0.005,,,0.028,, +848,mussel,mussel,mussel.n.01,1,0.750,0.100,0.050,,,0.075,, +849,name_tag,name_tag,name_tag.n.01,1,0.200,0.010,0.010,,,0.010,, +850,nativity_figurine,nativity_figurine,nativity_figurine.n.01,1,0.540,0.100,0.300,,,0.200,, +852,nectarine,nectarine,nectarine.n.02,1,0.438,0.200,0.150,,,0.175,, +853,nickel,nickel,nickel.n.02,1,1.269,0.005,0.005,,,0.005,, +854,noodle,noodle,noodle.n.01,1,0.454,0.100,0.005,,,0.053,, +855,okra,okra,gumbo.n.03,1,0.009,0.100,0.030,,,0.065,, +856,omelet,omelet,omelet.n.01,1,0.383,0.200,0.200,,,0.200,, +857,onesie,onesie,jump_suit.n.01,1,0.506,0.500,0.200,,,0.350,, +858,outlet,outlet,wall_socket.n.01,1,0.075,0.100,0.100,0.050,,0.100,, +859,oyster,oyster,huitre.n.01,1,1.518,0.030,0.100,,,0.065,, +860,pallet,pallet,pallet.n.02,1,75.409,20.000,25.000,,,22.500,, +861,papaya,papaya,papaya.n.02,1,0.002,1.000,1.000,,,1.000,, +862,paper_liners,paper_liners,lining.n.01,1,0.408,0.010,0.005,,,0.008,, +863,paraffin_wax,paraffin_wax,paraffin.n.01,1,0.150,0.900,0.500,,,0.700,, +864,feta,feta,feta.n.01,1,0.252,1.000,0.200,,,0.600,, +865,parsnip,parsnip,parsnip.n.03,1,0.376,0.200,0.150,,,0.175,, +866,pastry_cutter,pastry_cutter,pastry_cutter.n.01,1,0.128,0.200,0.100,,,0.150,, +867,paver,paver,paving_stone.n.01,1,0.000,15.000,5.000,,,10.000,, +868,pea_pod,pea_pod,pea_pod.n.01,1,0.376,0.020,0.020,,,0.020,, +869,peanut,peanut,peanut.n.01,1,0.376,0.005,0.001,,,0.003,, +870,pearl,pearl,pearl.n.01,1,0.004,0.010,0.001,,,0.006,, +871,pencil_case,pencil_case,pencil_box.n.01,1,0.080,0.100,0.100,,,0.100,, +872,pennant,pennant,pennant.n.02,1,0.200,0.200,0.100,,,0.150,, +873,penny,penny,penny.n.02,1,0.247,0.005,0.003,,,0.004,, +874,pet_bed,pet_bed,pet_bed.n.01,1,57.125,3.000,1.500,,,2.250,, +875,cell_phone,cell_phone,cellular_telephone.n.01,1,9.253,0.150,0.174,,,0.162,, +876,pickle,pickle,pickle.n.01,1,0.400,0.500,0.030,,,0.265,, +877,pickup_truck,pickup_truck,pickup.n.01,1,"1,204.000","2,000.000","1,800.000",,,1900.000,, +878,pill,pill,pill.n.02,1,0.159,0.050,0.001,,,0.026,, +879,pillowcase,pillowcase,case.n.19,1,0.800,0.100,0.200,,,0.150,, +880,pipe_cleaner,pipe_cleaner,pipe_cleaner.n.01,1,1.007,0.001,0.010,,,0.006,, +881,pitcher,pitcher,pitcher.n.02,1,1.500,1.000,0.600,0.900,,0.800,, +882,pizza,pizza,pizza.n.01,1,0.383,0.500,0.800,,,0.650,, +883,pizza_box,pizza_box,pizza_box.n.01,1,2.779,0.100,0.200,,,0.150,, +884,plant_pot,plant_pot,pot.n.04,1,38.432,1.000,0.700,,,0.850,, +885,plastic_bag,plastic_bag,plastic_bag.n.01,1,0.693,0.010,0.015,,,0.013,, +887,plier,plier,pliers.n.01,1,0.236,0.300,0.250,,,0.275,, +888,plug,plug,plug.n.05,1,15.554,0.050,0.050,,,0.050,, +889,poker,poker,poker.n.01,1,1.177,0.500,0.500,,,0.500,, +890,pole,pole,pole.n.01,1,1.177,5.000,4.000,,,4.500,, +891,polo_shirt,polo_shirt,polo_shirt.n.01,1,0.295,0.300,0.200,,,0.250,, +892,pork_chop,pork_chop,porkchop.n.01,1,0.475,0.200,0.200,,,0.200,, +893,pork_rib,pork_rib,rib.n.03,1,0.400,0.300,0.450,,,0.375,, +894,power_drill,power_drill,drill.n.01,1,1.814,2.000,1.500,,,1.750,, +895,power_strip,power_strip,wall_socket.n.01,1,0.075,0.200,0.700,,,0.450,, +896,pressure_cooker,pressure_cooker,pressure_cooker.n.01,1,5.668,2.000,2.200,,,2.100,, +897,pump,pump,pump.n.01,1,8.490,10.000,15.000,,,12.500,, +898,punching_bag,punching_bag,punching_bag.n.02,1,0.070,50.000,25.000,,,37.500,, +899,putty_knife,putty_knife,putty_knife.n.01,1,0.359,0.100,0.100,,,0.100,, +900,jigsaw_puzzle,jigsaw_puzzle,jigsaw_puzzle.n.01,1,37.400,0.500,0.700,,,0.600,, +901,jigsaw_puzzle_piece,jigsaw_puzzle_piece,jigsaw_puzzle_piece.n.01,1,37.400,0.010,0.005,,,0.008,, +902,quail_breast,quail_breast,quail.n.01,1,1.361,0.050,0.060,,,0.055,, +903,quail_breast_raw,quail_breast_raw,quail.n.01,1,1.361,0.050,0.060,,,0.055,, +904,quail_leg,quail_leg,quail.n.01,1,1.361,0.020,0.020,,,0.020,, +905,quarter,quarter,quarter.n.10,1,0.247,0.005,0.006,,,0.006,, +906,quartz,quartz,quartz.n.02,1,1.055,2.000,2.650,,,2.325,, +907,radio,radio,radio_receiver.n.01,1,14.944,2.000,1.200,,,1.600,, +908,raincoat,raincoat,raincoat.n.01,1,1.700,1.500,0.700,,,1.100,, +909,raspberries,raspberries,raspberry.n.02,1,0.001,0.050,0.002,,,0.026,, +910,retainer,retainer,retainer.n.03,1,8.490,0.100,0.010,,,0.055,, +911,rhubarb,rhubarb,pieplant.n.01,1,0.276,0.500,0.600,,,0.550,, +912,rice_cooker,rice_cooker,rice_cooker.n.01,1,1.862,2.500,2.700,,,2.600,, +913,risotto,risotto,risotto.n.01,1,0.383,0.500,0.400,,,0.450,, +914,sliced_roast_beef,sliced_roast_beef,sliced__roast_beef.n.01,1,0.475,0.200,0.200,,,0.200,, +915,roasting_pan,roasting_pan,roaster.n.04,1,1.750,1.500,1.200,,,1.350,, +916,rolling_pin,rolling_pin,rolling_pin.n.01,1,1.776,0.500,1.500,,,1.000,, +917,rope,rope,rope.n.01,1,0.407,5.000,1.400,,,3.200,, +918,rosemary,rosemary,rosemary.n.02,1,0.017,0.100,0.001,,,0.051,, +919,ruler,ruler,rule.n.12,1,0.010,0.050,0.020,,,0.035,, +920,rutabaga,rutabaga,rutabaga.n.01,1,0.450,1.000,0.800,,,0.900,, +921,salmon,salmon,salmon.n.03,1,1.518,2.000,1.000,,,1.500,, +923,sauna_suit,sauna_suit,sweat_suit.n.01,1,0.506,0.500,0.700,,,0.600,, +924,scone,scone,scone.n.01,1,0.120,0.050,0.070,,,0.060,, +925,scrambled_eggs,scrambled_eggs,scrambled_eggs.n.01,1,0.383,0.100,0.100,,,0.100,, +926,screw,screw,screw.n.04,1,0.004,0.010,0.010,,,0.010,, +927,shaker,shaker,shaker.n.03,1,38.432,0.200,0.200,,,0.200,, +928,shoe_box,shoe_box,shoebox.n.02,1,2.779,0.050,0.300,,,0.175,, +930,shorts,shorts,short_pants.n.01,1,0.400,0.300,0.300,,,0.300,, +931,shovel,shovel,shovel.n.01,1,0.359,2.000,1.800,,,1.900,, +932,shrimp,shrimp,prawn.n.01,1,1.518,0.050,0.040,,,0.045,, +933,shutter,shutter,shutter.n.02,1,0.408,2.000,5.000,,,3.500,, +934,silver_coins,silver_coins,silver.n.02,1,1.269,0.010,0.025,,,0.018,, +935,skates,skates,ice_skate.n.01,1,15.432,1.500,1.800,,,1.650,, +936,ski,ski,ski.n.01,1,8.490,2.000,2.500,,,2.250,, +937,smoker,smoker,grill.n.02,1,10.700,20.000,45.000,,,32.500,, +939,snow_globe,snow_globe,snow_globe.n.01,1,0.250,0.500,1.000,,,0.750,, +941,sod,sod,turf.n.01,1,11.903,20.000,15.000,,,17.500,, +942,softball,softball,softball.n.01,1,0.070,0.200,0.200,,,0.200,, +944,sparkler,sparkler,sparkler.n.02,1,0.699,0.010,0.020,,,0.015,, +945,sponge,sponge,sponge.n.01,1,1.055,0.100,0.015,,,0.058,, +946,squid,squid,squid.n.01,1,0.750,0.200,0.400,,,0.300,, +947,star_anise,star_anise,chinese_anise.n.02,1,0.142,0.050,0.010,,,0.030,, +948,steamer_basket,steamer_basket,steamer.n.02,1,1.862,0.500,0.500,,,0.500,, +949,steel_wool,steel_wool,steel_wool.n.01,1,1.055,0.100,0.017,,,0.059,, +950,sticker,sticker,gummed_label.n.01,1,0.200,0.010,0.001,,,0.006,, +951,strawberries,strawberries,strawberry.n.01,1,0.008,0.050,0.012,,,0.031,, +952,stroller,stroller,baby_buggy.n.01,1,"1,204.000",10.000,9.000,,,9.500,, +953,sunflower,sunflower,sunflower.n.01,1,0.009,1.000,1.000,,,1.000,, +954,sunglasses,sunglasses,sunglasses.n.02,1,3.190,0.100,0.030,,,0.065,, +955,sweatshirt,sweatshirt,sweatshirt.n.01,1,0.468,0.500,0.300,,,0.400,, +956,syringe,syringe,syringe.n.01,1,3.190,0.050,0.020,,,0.035,, +957,tablet,tablet,tablet.n.05,1,1.107,0.500,0.500,,,0.500,, +958,tackle_box,tackle_box,fishing_gear.n.01,1,15.432,2.500,1.500,,,2.000,, +959,taco,taco,taco.n.02,1,0.383,0.200,0.100,,,0.150,, +960,tag,tag,tag.n.02,1,0.200,0.010,0.001,,,0.006,, +961,tank_top,tank_top,tank_top.n.01,1,0.295,0.200,0.150,,,0.175,, +962,tarp,tarp,tarpaulin.n.01,1,0.427,5.000,1.800,,,3.400,, +963,tassel,tassel,tassel.n.01,1,0.008,0.050,0.005,,,0.028,, +964,teacup,teacup,teacup.n.02,1,0.454,0.200,0.200,,,0.200,, +965,teddy_bear,teddy_bear,teddy.n.01,1,0.250,0.500,0.500,,,0.500,, +966,tennis_ball,tennis_ball,tennis_ball.n.01,1,0.070,0.060,0.057,,,0.059,, +967,tent,tent,tent.n.01,1,10.040,20.000,4.000,,,12.000,, +968,textbook,textbook,textbook.n.01,1,0.283,1.000,1.500,,,1.250,, +969,thermostat,thermostat,thermostat.n.01,1,8.490,0.200,0.125,,,0.163,, +970,ticket,ticket,ticket.n.01,1,0.200,0.010,0.002,,,0.006,, +971,tights,tights,tights.n.01,1,0.105,0.100,0.100,,,0.100,, +972,toolbox,toolbox,toolbox.n.01,1,7.257,5.000,4.000,,,4.500,, +973,tortilla,tortilla,tortilla.n.01,1,0.061,0.050,0.025,,,0.038,, +974,tortilla_chips,tortilla_chips,tortilla_chip.n.01,1,0.213,0.020,0.002,,,0.011,, +975,tote,tote,carryall.n.01,1,0.693,0.500,0.700,,,0.600,, +976,toy_train,toy_train,train_set.n.01,1,0.250,0.500,1.200,,,0.850,, +977,trailer,trailer,trailer.n.03,1,"1,204.000","1,500.000","2,000.000",,,1750.000,, +978,trombone,trombone,trombone.n.01,1,114.952,2.000,3.600,,,2.800,, +979,trumpet,trumpet,cornet.n.01,1,114.952,1.500,1.300,,,1.400,, +980,tulip,tulip,tulip.n.01,1,0.015,0.100,0.030,,,0.065,, +981,tuna,tuna,tuna.n.02,1,0.750,100.000,30.000,,,65.000,, +982,tupperware,tupperware,tupperware.n.01,1,38.432,0.500,0.200,,,0.350,, +983,twine,twine,string.n.01,1,0.407,0.050,0.050,,,0.050,, +984,utility_knife,utility_knife,utility_knife.n.01,1,0.164,0.200,0.200,,,0.200,, +985,valentine_wreath,valentine_wreath,wreath.n.01,1,0.150,0.500,1.000,,,0.750,, +986,vest,vest,vest.n.01,1,0.506,0.200,0.500,,,0.350,, +987,violin,violin,violin.n.01,1,114.952,0.500,0.600,,,0.550,, +988,violin_case,violin_case,violin_case.n.01,1,1.500,2.000,2.500,,,2.250,, +989,bottle_of_vodka,bottle_of_vodka,bottle__of__vodka.n.01,1,0.470,1.500,1.500,,,1.500,, +990,waffle,waffle,waffle.n.01,1,0.061,0.100,0.075,,,0.088,, +991,waffle_maker,waffle_maker,waffle_iron.n.01,1,31.636,2.000,1.800,,,1.900,, +992,wallet,wallet,wallet.n.01,1,1.500,0.100,0.200,,,0.150,, +994,water_dispenser,water_dispenser,water__dispenser.n.01,1,0.400,10.000,2.500,,,6.250,, +995,water_filter,water_filter,water_filter.n.01,1,0.771,1.000,0.500,,,0.750,, +996,watering_can,watering_can,watering_can.n.01,1,38.432,1.000,0.300,,,0.650,, +997,white_chocolate,white_chocolate,white_chocolate.n.01,1,0.800,0.100,0.100,,,0.100,, +998,whitewall_tire,whitewall_tire,whitewall_tire.n.01,1,0.800,10.000,10.000,,,10.000,, +999,wire_cutter,wire_cutter,wire_cutter.n.01,1,0.128,0.200,0.300,,,0.250,, +1000,wrapping_paper,wrapping_paper,wrapping_paper.n.01,1,0.100,0.100,0.500,,,0.300,, +1001,zipper,zipper,slide_fastener.n.01,1,0.004,0.050,0.010,,,0.030,, +1002,bottle_of_lemon_juice,bottle_of_lemon_juice,bottle__of__lemon_juice.n.01,1,0.010,1.000,1.000,0.010,,1.000,, +1003,bar_soap,bar_soap,bar_soap.n.01,1,,0.200,0.150,0.110,,0.175,, +1004,bottle_of_liquid_soap,bottle_of_liquid_soap,bottle__of__liquid_soap.n.01,1,,0.500,1.200,,,0.850,, +1005,cocktail_glass,cocktail_glass,goblet.n.01,1,,0.200,0.200,0.150,,0.200,, +1006,drip_pot,drip_pot,drip_pot.n.01,1,,1.000,1.000,,,1.000,, +1007,pool_stick,pool_stick,cue.n.04,1,,0.500,0.500,0.510,,0.500,, +1008,pool_ball,pool_ball,pool_ball.n.01,1,,0.170,0.170,0.170,,0.170,, +1009,date,date,date.n.08,1,,0.020,0.020,0.007,,0.020,, +1010,cap,cap,cap.n.02,1,0.650,0.010,0.100,0.010,,0.055,, +1011,shelf_back_panel,shelf_back_panel,shelf_back.n.01,1,,4.500,5.000,2.000,,4.750,, +1012,shelf_shelf,shelf_shelf,shelf_shelf.n.01,1,,2.300,10.000,3.000,,6.150,, +1013,shelf_top,shelf_top,shelf_top.n.01,1,,1.800,8.000,3.000,,4.900,, +1014,shelf_baseboard,shelf_baseboard,shelf_baseboard.n.01,1,,2.500,3.000,1.000,,2.750,, +1015,shelf_side,shelf_side,shelf_side.n.01,1,,2.200,4.000,6.000,,3.100,, +1016,bottle_of_beer,bottle_of_beer,bottle__of__beer.n.01,1,,0.500,0.900,,,0.700,, +1017,box_of_cereal,box_of_cereal,box__of__cereal.n.01,1,,0.450,0.500,,,0.475,, +1018,bag_of_chips,bag_of_chips,bag__of__chips.n.01,1,,0.200,0.200,,,0.200,, +1019,coconut_fruit,coconut_fruit,coconut.n.02,1,,1.400,1.400,,,1.400,, +1020,bottle_of_cologne,bottle_of_cologne,bottle__of__cologne.n.01,1,,0.300,0.500,,,0.400,, +1022,boxed_cpu_board,boxed_cpu_board,boxed__cpu_board.n.01,1,,0.500,0.700,,,0.600,, +1023,bottle_of_detergent,bottle_of_detergent,bottle__of__detergent.n.01,1,,1.200,2.500,,,1.850,, +1024,ginger_root,ginger_root,ginger.n.03,1,,0.050,0.120,,,0.085,, +1025,boxed_ink_cartridge,boxed_ink_cartridge,boxed__ink_cartridge.n.01,1,,0.100,0.200,,,0.150,, +1026,jar_of_jam,jar_of_jam,jar__of__jam.n.01,1,,0.700,0.700,,,0.700,, +1027,tube_of_lotion,tube_of_lotion,tube__of__lotion.n.01,1,,0.100,0.200,,,0.150,, +1028,jar_of_mayonnaise,jar_of_mayonnaise,jar__of__mayonnaise.n.01,1,,0.800,0.900,,,0.850,, +1029,bottle_of_medicine,bottle_of_medicine,bottle__of__medicine.n.01,1,,0.100,0.200,,,0.150,, +1030,jug_of_milk,jug_of_milk,jug__of__milk.n.01,1,,3.500,2.300,,,2.900,, +1031,bucket_of_paint,bucket_of_paint,bucket__of__paint.n.01,1,,2.300,6.000,,,4.150,, +1032,pack_of_pasta,pack_of_pasta,pack__of__pasta.n.01,1,,0.500,1.000,,,0.750,, +1033,bottle_of_perfume,bottle_of_perfume,bottle__of__perfume.n.01,1,,0.300,0.300,,,0.300,, +1034,wading_pool,wading_pool,wading_pool.n.01,1,,10.000,7.000,,,8.500,, +1035,pack_of_protein_powder,pack_of_protein_powder,pack__of__protein_powder.n.01,1,,0.500,1.000,,,0.750,, +1036,jar_of_puree,jar_of_puree,jar__of__puree.n.01,1,,0.700,0.700,,,0.700,, +1037,boxed_router,boxed_router,boxed__router.n.01,1,,1.500,0.500,,,1.000,, +1038,jar_of_spaghetti_sauce,jar_of_spaghetti_sauce,jar__of__spaghetti_sauce.n.01,1,,0.700,1.000,,,0.850,, +1039,bottle_of_sunscreen,bottle_of_sunscreen,bottle__of__sunscreen.n.01,1,,0.100,0.200,,,0.150,, +1040,tube_of_toothpaste,tube_of_toothpaste,tube__of__toothpaste.n.01,1,,0.100,0.200,,,0.150,, +1041,cup_of_yogurt,cup_of_yogurt,cup__of__yogurt.n.01,1,,0.250,0.250,,,0.250,, +1042,bag_of_cookies,bag_of_cookies,bag__of__cookies.n.01,1,,0.300,0.500,,,0.400,, +1044,hose_cart,hose_cart,hose_cart.n.01,1,,8.000,30.000,,,19.000,, +1045,jar_of_grains,jar_of_grains,jar__of__grains.n.01,1,,0.800,1.500,,,1.150,, +1046,paint_roller,paint_roller,paint_roller.n.01,1,,0.200,0.500,,,0.350,, +1047,salad_bowl,salad_bowl,salad__bowl.n.01,1,,0.800,0.700,,,0.750,, +1048,half_watermelon,half_watermelon,half__watermelon.n.01,1,,7.000,4.500,,,5.750,, +1049,box_of_flour,box_of_flour,box__of__flour.n.01,1,,1.000,2.300,,,1.650,, +1050,bottle_of_apple_juice,bottle_of_apple_juice,bottle__of__apple_juice.n.01,1,,1.500,1.500,,,1.500,, +1051,bag_of_auricularia,bag_of_auricularia,bag__of__auricularia.n.01,1,,0.100,0.500,,,0.300,, +1052,bag_of_shiitake,bag_of_shiitake,bag__of__shiitake.n.01,1,,0.200,0.500,,,0.350,, +1053,bottle_of_barbecue_sauce,bottle_of_barbecue_sauce,bottle__of__barbecue_sauce.n.01,1,,0.500,0.800,,,0.650,, +1054,box_of_brown_sugar,box_of_brown_sugar,box__of__brown_sugar.n.01,1,,1.000,0.500,,,0.750,, +1055,box_of_cane_sugar,box_of_cane_sugar,box__of__cane_sugar.n.01,1,,1.000,0.500,,,0.750,, +1056,box_of_corn_flakes,box_of_corn_flakes,box__of__corn_flakes.n.01,1,,0.500,0.500,,,0.500,, +1057,box_of_lasagna,box_of_lasagna,box__of__lasagna.n.01,1,,0.600,0.500,,,0.550,, +1058,box_of_milk,box_of_milk,box__of__milk.n.01,1,,1.000,1.000,,,1.000,, +1059,box_of_sanitary_napkins,box_of_sanitary_napkins,box__of__sanitary_napkin.n.01,1,,0.500,0.200,,,0.350,, +1060,box_of_tissues,box_of_tissues,box__of__tissue.n.01,1,,0.300,0.200,,,0.250,, +1061,box_of_yogurt,box_of_yogurt,box__of__yogurt.n.01,1,,0.500,1.000,,,0.750,, +1062,bottle_of_carrot_juice,bottle_of_carrot_juice,bottle__of__carrot_juice.n.01,1,,1.000,1.500,,,1.250,, +1063,bottle_of_catsup,bottle_of_catsup,bottle__of__catsup.n.01,1,,0.500,1.000,,,0.750,, +1064,bottle_of_garlic_sauce,bottle_of_garlic_sauce,bottle__of__garlic_sauce.n.01,1,,0.300,1.000,,,0.650,, +1065,bottle_of_hot_sauce,bottle_of_hot_sauce,bottle__of__hot_sauce.n.01,1,,0.300,0.300,,,0.300,, +1066,bottle_of_lime_juice,bottle_of_lime_juice,bottle__of__lime_juice.n.01,1,,0.500,1.500,,,1.000,, +1067,bottle_of_pesto,bottle_of_pesto,bottle__of__pesto.n.01,1,,0.300,0.300,,,0.300,, +1068,box_of_tomato_juice,box_of_tomato_juice,box__of__tomato_juice.n.01,1,,1.000,1.500,,,1.250,, +1069,bottle_of_tomato_paste,bottle_of_tomato_paste,bottle__of__tomato_paste.n.01,1,,0.500,0.400,,,0.450,, +1070,pack_of_bread,pack_of_bread,pack__of__bread.n.01,1,,,0.500,,,0.500,, +1071,bottle_of_coffee,bottle_of_coffee,bottle__of__coffee.n.01,1,,0.500,1.000,,,0.750,, +1072,bottle_of_milk,bottle_of_milk,bottle__of__milk.n.01,1,,1.000,1.000,,,1.000,, +1073,bottle_of_soup,bottle_of_soup,bottle__of__soup.n.01,1,,0.500,1.000,,,0.750,, +1074,box_of_fruit,box_of_fruit,box__of__fruit.n.01,1,,1.000,2.000,,,1.500,, +1075,box_of_lemons,box_of_lemons,box__of__lemons.n.01,1,,1.000,2.000,,,1.500,, +1076,box_of_raspberries,box_of_raspberries,box__of__raspberries.n.01,1,,0.200,0.500,,,0.350,, +1077,bag_of_flour,bag_of_flour,bag__of__flour.n.01,1,,1.000,2.300,,,1.650,, +1078,bottle_of_ginger_beer,bottle_of_ginger_beer,bottle__of__ginger_beer.n.01,1,,0.300,1.500,,,0.900,, +1079,bottle_of_lemon_sauce,bottle_of_lemon_sauce,bottle__of__lemon_sauce.n.01,1,,0.300,1.000,,,0.650,, +1080,can_of_baking_mix,can_of_baking_mix,can__of__baking_mix.n.01,1,,0.500,0.500,,,0.500,, +1081,box_of_baking_mix,box_of_baking_mix,box__of__baking_mix.n.01,1,,0.500,0.500,,,0.500,, +1082,bottle_of_mushroom_sauce,bottle_of_mushroom_sauce,bottle__of__mushroom_sauce.n.01,1,,0.300,1.000,,,0.650,, +1083,can_of_oatmeal,can_of_oatmeal,can__of__oatmeal.n.01,1,,0.500,0.500,,,0.500,, +1084,jar_of_orange_sauce,jar_of_orange_sauce,jar__of__orange_sauce.n.01,1,,0.500,1.000,,,0.750,, +1085,box_of_apple_juice,box_of_apple_juice,box__of__apple_juice.n.01,1,,1.000,1.500,,,1.250,, +1086,bag_of_cream_cheese,bag_of_cream_cheese,bag__of__cream_cheese.n.01,1,,0.200,0.500,,,0.350,, +1087,bag_of_ice_cream,bag_of_ice_cream,bag__of__ice_cream.n.01,1,,0.500,1.000,,,0.750,, +1088,bottle_of_lemonade,bottle_of_lemonade,bottle__of__lemonade.n.01,1,,0.500,1.500,,,1.000,, +1089,bottle_of_papaya_juice,bottle_of_papaya_juice,bottle__of__papaya_juice.n.01,1,,1.000,1.500,,,1.250,, +1090,bottle_of_soy_milk,bottle_of_soy_milk,bottle__of__soy_milk.n.01,1,,1.000,1.000,,,1.000,, +1091,bottle_of_tonic,bottle_of_tonic,bottle__of__tonic.n.01,1,,0.500,1.500,,,1.000,, +1092,box_of_ice_cream,box_of_ice_cream,box__of__ice_cream.n.01,1,,0.500,1.000,,,0.750,, +1093,box_of_salt,box_of_salt,box__of__salt.n.01,1,,0.500,1.300,,,0.900,, +1094,can_of_icetea,can_of_icetea,can__of__icetea.n.01,1,,0.300,0.350,,,0.325,, +1095,carton_of_milk,carton_of_milk,carton__of__milk.n.01,1,,1.000,1.000,,,1.000,, +1096,carton_of_orange_juice,carton_of_orange_juice,carton__of__orange_juice.n.01,1,,1.000,1.000,,,1.000,, +1097,carton_of_pineapple_juice,carton_of_pineapple_juice,carton__of__pineapple_juice.n.01,1,,1.000,1.000,,,1.000,, +1098,pack_of_chocolate_bar,pack_of_chocolate_bar,pack__of__chocolate_bar.n.01,1,,,0.100,,,0.100,, +1099,bottle_of_coconut_water,bottle_of_coconut_water,bottle__of__coconut_water.n.01,1,,0.500,1.000,,,0.750,, +1100,box_of_cream,box_of_cream,box__of__cream.n.01,1,,0.500,0.300,,,0.400,, +1101,bottle_of_fruit_punch,bottle_of_fruit_punch,bottle__of__fruit_punch.n.01,1,,0.500,1.500,,,1.000,, +1102,bottle_of_lotion,bottle_of_lotion,bottle__of__lotion.n.01,1,,0.300,0.200,,,0.250,, +1103,bag_of_popcorn,bag_of_popcorn,bag__of__popcorn.n.01,1,,0.200,0.300,,,0.250,, +1104,boxed_cake,boxed_cake,boxed__cake.n.01,1,,0.500,0.500,,,0.500,, +1105,box_of_champagne,box_of_champagne,box__of__champagne.n.01,1,,1.500,1.500,,,1.500,, +1106,box_of_rum,box_of_rum,box__of__rum.n.01,1,,1.000,1.000,,,1.000,, +1107,box_of_whiskey,box_of_whiskey,box__of__whiskey.n.01,1,,1.000,1.000,,,1.000,, +1108,box_of_wine,box_of_wine,box__of__wine.n.01,1,,1.500,1.500,,,1.500,, +1109,box_of_butter,box_of_butter,box__of__butter.n.01,1,,0.454,0.500,,,0.477,, +1110,carton_of_soy_milk,carton_of_soy_milk,carton__of__soy_milk.n.01,1,,1.018,1.000,,,1.009,, +1111,carton_of_chocolate_milk,carton_of_chocolate_milk,carton__of__chocolate_milk.n.01,1,,1.018,1.000,,,1.009,, +1112,box_of_coffee,box_of_coffee,box__of__coffee.n.01,1,,0.454,0.454,,,0.454,, +1113,pack_of_ramen,pack_of_ramen,pack__of__ramen.n.01,1,,0.085,0.085,,,0.085,, +1114,bottle_of_rum,bottle_of_rum,bottle__of__rum.n.01,1,,1.500,1.400,,,1.450,, +1115,bottle_of_soda,bottle_of_soda,bottle__of__soda.n.01,1,,0.591,1.000,,,0.796,, +1116,bottle_of_tea,bottle_of_tea,bottle__of__tea.n.01,1,,0.591,1.000,,,0.796,, +1117,box_of_vegetable_juice,box_of_vegetable_juice,box__of__vegetable_juice.n.01,1,,0.907,1.000,,,0.954,, +1118,shampoo_dispenser,shampoo_dispenser,shampoo__dispenser.n.01,1,,,1.200,,,1.200,, +1119,conditioner_dispenser,conditioner_dispenser,conditioner__dispenser.n.01,1,,,1.200,,,1.200,, +1120,bag_of_tea,bag_of_tea,bag__of__tea.n.01,1,,0.227,0.100,,,0.164,, +1121,wrapped_hamburger,wrapped_hamburger,wrapped_hamburger.n.01,1,,0.113,0.150,,,0.132,, +1122,bottle_of_mustard,bottle_of_mustard,bottle__of__mustard.n.01,1,,0.283,0.454,,,0.369,, +1123,isopropanol_dispenser,isopropanol_dispenser,isopropanol__dispenser.n.01,1,,,1.000,,,1.000,, +1124,bottle_of_cooking_oil,bottle_of_cooking_oil,bottle__of__cooking_oil.n.01,1,,0.907,0.946,,,0.927,, +1125,can_of_tomato_paste,can_of_tomato_paste,can__of__tomato_paste.n.01,1,,0.156,0.156,,,0.156,, +1126,roof,roof,roof.n.01,1,,10.000,0.000,,,5.000,, +1127,bottle_of_shampoo,bottle_of_shampoo,bottle__of__shampoo.n.01,1,,0.591,0.500,,,0.546,, +1130,bottle_of_vinegar,bottle_of_vinegar,bottle__of__vinegar.n.01,1,,0.946,1.000,,,0.973,, +1131,glue_stick,glue_stick,glue_stick.n.01,1,,0.020,0.020,,,0.020,, +1132,bottle_of_glue,bottle_of_glue,bottle__of__glue.n.01,1,,0.473,0.150,,,0.312,, +1133,spray_can,spray_can,aerosol.n.02,1,,,0.250,,,0.250,, +1134,hamper,hamper,hamper.n.02,1,,,1.000,,,1.000,, +1135,volleyball,volleyball,volleyball.n.02,1,,0.260,0.270,,,0.265,, +1136,loin,loin,loin.n.01,1,,2.268,2.000,,,2.134,, +1137,air_filter,air_filter,air_filter.n.01,1,,,0.500,,,0.500,, +1138,air_freshener_atomizer,air_freshener_atomizer,air_freshener__atomizer.n.01,1,,,0.250,,,0.250,, +1139,bottle_of_alfredo_sauce,bottle_of_alfredo_sauce,bottle__of__alfredo_sauce.n.01,1,,0.454,0.700,,,0.577,, +1140,alga,alga,alga.n.01,1,,,0.010,,,0.010,, +1142,box_of_almond_milk,box_of_almond_milk,box__of__almond_milk.n.01,1,,1.018,1.000,,,1.009,, +1144,bottle_of_antihistamines,bottle_of_antihistamines,bottle__of__antihistamines.n.01,1,,0.113,0.150,,,0.132,, +1145,bottle_of_apple_cider,bottle_of_apple_cider,bottle__of__apple_cider.n.01,1,,1.500,1.000,,,1.250,, +1147,arepa,arepa,arepa.n.01,1,,,0.100,,,0.100,, +1149,bottle_of_aspirin,bottle_of_aspirin,bottle__of__aspirin.n.01,1,,0.113,0.150,,,0.132,, +1150,bottle_of_baby_oil,bottle_of_baby_oil,bottle__of__baby_oil.n.01,1,,0.453,0.200,,,0.327,, +1151,box_of_baking_powder,box_of_baking_powder,box__of__baking_powder.n.01,1,,0.227,0.230,,,0.229,, +1152,box_of_baking_soda,box_of_baking_soda,box__of__baking_soda.n.01,1,,0.454,0.454,,,0.454,, +1154,box_of_barley,box_of_barley,box__of__barley.n.01,1,,0.907,0.454,,,0.681,, +1155,can_of_bay_leaves,can_of_bay_leaves,can__of__bay_leaves.n.01,1,,0.028,0.050,,,0.039,, +1156,bird_feeder,bird_feeder,bird_feeder.n.01,1,,,1.500,,,1.500,, +1157,bottle_of_bleach_agent,bottle_of_bleach_agent,bottle__of__bleach_agent.n.01,1,,1.500,3.780,,,2.640,, +1159,bag_of_breadcrumbs,bag_of_breadcrumbs,bag__of__breadcrumbs.n.01,1,,0.454,0.230,,,0.342,, +1160,broccolini,broccolini,broccolini.n.01,1,,0.200,0.200,,,0.200,, +1161,bag_of_brown_rice,bag_of_brown_rice,bag__of__brown_rice.n.01,1,,1.000,1.000,,,1.000,, +1163,cactus,cactus,cactus.n.01,1,,10.000,5.000,,,7.500,, +1164,calendar,calendar,calendar.n.01,1,,0.500,0.300,,,0.400,, +1165,cashew,cashew,cashew.n.02,1,,0.050,0.010,,,0.030,, +1166,catalog,catalog,catalog.n.01,1,,0.500,0.600,,,0.550,, +1167,bottle_of_caulk,bottle_of_caulk,bottle__of__caulk.n.01,1,,1.000,0.400,,,0.700,, +1168,cd,cd,compact_disk.n.01,1,,0.020,0.015,,,0.018,, +1169,centerpiece,centerpiece,centerpiece.n.02,1,,2.000,2.000,,,2.000,, +1170,charger,charger,charger.n.02,1,,0.100,0.200,,,0.150,, +1171,cheesecake,cheesecake,cheesecake.n.01,1,,1.000,2.500,,,1.750,, +1172,bouillon_cube,bouillon_cube,bouillon_cube.n.01,1,,0.010,0.010,,,0.010,, +1173,chicken_tender,chicken_tender,chicken_tender.n.01,1,,0.100,0.050,,,0.075,, +1174,chicken_wire,chicken_wire,chicken_wire.n.01,1,,5.000,3.000,,,4.000,, +1175,chickpea,chickpea,chickpea.n.03,1,,0.050,0.010,,,0.030,, +1176,bottle_of_chocolate_sauce,bottle_of_chocolate_sauce,bottle__of__chocolate_sauce.n.01,1,,1.000,0.500,,,0.750,, +1177,cilantro,cilantro,coriander.n.03,1,,0.200,0.050,,,0.125,, +1178,sliced_lemon,sliced_lemon,sliced__lemon.n.01,1,,0.100,0.060,,,0.080,, +1179,bottle_of_cleaner,bottle_of_cleaner,bottle__of__cleaner.n.01,1,,1.000,1.500,,,1.250,, +1180,bottle_of_cocoa,bottle_of_cocoa,bottle__of__cocoa.n.01,1,,1.000,0.600,,,0.800,, +1181,box_of_coconut_milk,box_of_coconut_milk,box__of__coconut_milk.n.01,1,,0.500,1.000,,,0.750,, +1182,bottle_of_coconut_milk,bottle_of_coconut_milk,bottle__of__coconut_milk.n.01,1,,0.500,1.200,,,0.850,, +1183,bottle_of_coconut_oil,bottle_of_coconut_oil,bottle__of__coconut_oil.n.01,1,,1.000,0.920,,,0.960,, +1184,copper_wire,copper_wire,copper_wire.n.01,1,,0.100,0.015,,,0.058,, +1185,bottle_of_cranberry_juice,bottle_of_cranberry_juice,bottle__of__cranberry_juice.n.01,1,,1.000,1.400,,,1.200,, +1186,bottle_of_skin_cream,bottle_of_skin_cream,bottle__of__skin_cream.n.01,1,,1.000,0.200,,,0.600,, +1187,bottle_of_chili_pepper,bottle_of_chili_pepper,bottle__of__chili_pepper.n.01,1,,1.000,0.150,,,0.575,, +1188,jar_of_cumin,jar_of_cumin,jar__of__cumin.n.01,1,,0.200,0.180,,,0.190,, +1189,jar_of_curry_powder,jar_of_curry_powder,jar__of__curry_powder.n.01,1,,0.200,0.200,,,0.200,, +1190,bottle_of_degreaser,bottle_of_degreaser,bottle__of__degreaser.n.01,1,,1.000,0.950,,,0.975,, +1191,jar_of_dill_seed,jar_of_dill_seed,jar__of__dill_seed.n.01,1,,0.200,0.050,,,0.125,, +1192,doll,doll,doll.n.01,1,,0.500,0.500,,,0.500,, +1193,bottle_of_essential_oil,bottle_of_essential_oil,bottle__of__essential_oil.n.01,1,,0.100,0.150,,,0.125,, +1194,bottle_of_fabric_softener,bottle_of_fabric_softener,bottle__of__fabric_softener.n.01,1,,1.000,1.800,,,1.400,, +1195,bottle_of_face_cream,bottle_of_face_cream,bottle__of__face_cream.n.01,1,,1.000,0.250,,,0.625,, +1196,bottle_of_fennel,bottle_of_fennel,bottle__of__fennel.n.01,1,,1.000,0.150,,,0.575,, +1197,bag_of_fertilizer,bag_of_fertilizer,bag__of__fertilizer.n.01,1,,5.000,25.000,,,15.000,, +1199,bottle_of_frosting,bottle_of_frosting,bottle__of__frosting.n.01,1,,1.000,0.500,,,0.750,, +1200,bottle_of_ginger,bottle_of_ginger,bottle__of__ginger.n.01,1,,1.000,0.200,,,0.600,, +1201,bottle_of_glass_cleaner,bottle_of_glass_cleaner,bottle__of__glass_cleaner.n.01,1,,1.000,1.200,,,1.100,, +1202,bottle_of_ground_cloves,bottle_of_ground_cloves,bottle__of__ground_cloves.n.01,1,,0.100,0.150,,,0.125,, +1203,bottle_of_ground_mace,bottle_of_ground_mace,bottle__of__ground_mace.n.01,1,,0.100,0.150,,,0.125,, +1204,bottle_of_ground_nutmeg,bottle_of_ground_nutmeg,bottle__of__ground_nutmeg.n.01,1,,0.100,0.150,,,0.125,, +1205,bottle_of_conditioner,bottle_of_conditioner,bottle__of__conditioner.n.01,1,,1.000,0.900,,,0.950,, +1206,icicle_lights,icicle_lights,icicle_lights.n.01,1,,0.500,0.500,,,0.500,, +1208,kabob,kabob,kabob.n.01,1,,0.200,0.200,,,0.200,, +1209,skiff,skiff,skiff.n.01,1,,200.000,50.000,,,125.000,, +1210,farm_stand,farm_stand,farm_stand.n.01,1,,,60.000,,,60.000,, +1211,sourdough,sourdough,sour_bread.n.01,1,,,1.000,,,1.000,, +1212,toast,toast,toast.n.01,1,,,0.050,,,0.050,, +1214,hamburger_bun,hamburger_bun,hamburger_bun.n.01,1,,,0.075,,,0.075,, +1215,fruitcake,fruitcake,fruitcake.n.02,1,,,2.000,,,2.000,, +1216,digital_camera,digital_camera,digital_camera.n.01,1,,,0.500,,,0.500,, +1217,pillar_candle,pillar_candle,pillar_candle.n.01,1,,,0.750,,,0.750,, +1218,cedar_chest,cedar_chest,cedar_chest.n.01,1,,,25.000,,,25.000,, +1219,key,key,key.n.01,1,,,0.020,,,0.020,, +1220,bottle_of_lacquer,bottle_of_lacquer,bottle__of__lacquer.n.01,1,,,0.600,,,0.600,, +1221,bottle_of_lavender_oil,bottle_of_lavender_oil,bottle__of__lavender_oil.n.01,1,,,0.150,,,0.150,, +1222,leaf,leaf,entire_leaf.n.01,1,,,0.002,,,0.002,, +1223,leaf_blower,leaf_blower,leaf_blower.n.01,1,,,3.600,,,3.600,, +1224,leek,leek,leek.n.02,1,,,0.100,,,0.100,, +1225,legging,legging,legging.n.01,1,,,0.200,,,0.200,, +1226,leotard,leotard,leotard.n.01,1,,,0.200,,,0.200,, +1227,chocolate_chip_cookie,chocolate_chip_cookie,chocolate_chip_cookie.n.01,1,,,0.025,,,0.025,, +1228,chocolate_biscuit,chocolate_biscuit,chocolate_biscuit.n.01,1,,,0.020,,,0.020,, +1229,butter_cookie,butter_cookie,butter_cookie.n.01,1,,,0.020,,,0.020,, +1230,bottle_of_sour_cream,bottle_of_sour_cream,bottle__of__sour_cream.n.01,1,,,0.500,,,0.500,, +1232,cookie_dough,cookie_dough,cookie_dough.n.01,1,,,1.500,,,1.500,, +1233,chocolate_cake,chocolate_cake,chocolate_cake.n.01,1,,,2.500,,,2.500,, +1234,cinnamon_roll,cinnamon_roll,cinnamon_roll.n.01,1,,,0.075,,,0.075,, +1235,clothes_dryer,clothes_dryer,clothes_dryer.n.01,1,,,50.000,,,50.000,, +1236,rubber_eraser,rubber_eraser,rubber_eraser.n.01,1,,,0.020,,,0.020,, +1237,license_plate,license_plate,license_plate.n.01,1,,,0.300,,,0.300,, +1238,sliced_lime,sliced_lime,sliced__lime.n.01,1,,,0.030,,,0.030,, +1239,lock,lock,lock.n.01,1,,,0.300,,,0.300,, +1240,water_faucet,water_faucet,water_faucet.n.01,1,,,1.500,,,1.500,, +1241,skyrocket,skyrocket,skyrocket.n.02,1,,,0.200,,,0.200,, +1242,national_flag,national_flag,national_flag.n.01,1,,,1.000,,,1.000,, +1243,canteen,canteen,canteen.n.01,1,,,0.350,,,0.350,, +1244,bottle_of_lubricant,bottle_of_lubricant,bottle__of__lubricant.n.01,1,,,0.500,,,0.500,, +1245,lunch_box,lunch_box,lunch_box.n.01,1,,,0.300,,,0.300,, +1246,mac_and_cheese,mac_and_cheese,macaroni_and_cheese.n.01,1,,,0.500,,,0.500,, +1247,lily,lily,lily.n.01,1,,,0.200,,,0.200,, +1248,macaron,macaron,macaroon.n.01,1,,,0.020,,,0.020,, +1249,mail,mail,mail.n.04,1,,,0.100,,,0.100,, +1250,mallet,mallet,mallet.n.01,1,,,1.000,,,1.000,, +1251,bottle_of_maple_syrup,bottle_of_maple_syrup,bottle__of__maple_syrup.n.01,1,,,1.360,,,1.360,, +1252,marigold,marigold,marigold.n.01,1,,,0.100,,,0.100,, +1254,bottle_of_mayonnaise,bottle_of_mayonnaise,bottle__of__mayonnaise.n.01,1,,,0.910,,,0.910,, +1255,rubber_glove,rubber_glove,rubber_glove.n.01,1,,,0.040,,,0.040,, +1256,bunchgrass,bunchgrass,bunchgrass.n.01,1,,,0.500,,,0.500,, +1257,sliced_melon,sliced_melon,sliced__melon.n.01,1,,,0.500,,,0.500,, +1258,bottle_of_milkshake,bottle_of_milkshake,bottle__of__milkshake.n.01,1,,,0.600,,,0.600,, +1259,bottle_of_cold_cream,bottle_of_cold_cream,bottle__of__cold_cream.n.01,1,,,0.500,,,0.500,, +1260,bottle_of_molasses,bottle_of_molasses,bottle__of__molasses.n.01,1,,,1.430,,,1.430,, +1261,money,money,money.n.01,1,,,0.010,,,0.010,, +1262,mop,mop,swab.n.02,1,,,2.000,,,2.000,, +1263,mop_bucket,mop_bucket,mop_bucket.n.01,1,,,1.000,,,1.000,, +1264,mousepad,mousepad,mousepad.n.01,1,,,0.100,,,0.100,, +1265,bottle_of_mustard_seeds,bottle_of_mustard_seeds,bottle__of__mustard_seeds.n.01,1,,,0.750,,,0.750,, +1266,bottle_of_oil,bottle_of_oil,bottle__of__oil.n.01,1,,,0.910,,,0.910,, +1267,sliced_onion,sliced_onion,sliced__onion.n.01,1,,,0.150,,,0.150,, +1268,bottle_of_onion_powder,bottle_of_onion_powder,bottle__of__onion_powder.n.01,1,,,0.500,,,0.500,, +1269,storage_organizer,storage_organizer,storage_organizer.n.01,1,,,10.000,,,10.000,, +1270,bottle_of_paint_remover,bottle_of_paint_remover,bottle__of__paint_remover.n.01,1,,,1.000,,,1.000,, +1271,virginia_ham,virginia_ham,virginia_ham.n.01,1,,,5.000,,,5.000,, +1272,serving_cart,serving_cart,serving_cart.n.01,1,,,15.000,,,15.000,, +1273,jar_of_pepper,jar_of_pepper,jar__of__pepper.n.01,1,,,0.200,,,0.200,, +1274,ruby,ruby,ruby.n.01,1,,,0.001,,,0.001,, +1275,parer,parer,parer.n.02,1,,,0.100,,,0.100,, +1276,buttermilk_pancake,buttermilk_pancake,buttermilk_pancake.n.01,1,,,0.080,,,0.080,, +1277,penne,penne,penne.n.01,1,,,0.010,,,0.010,, +1278,conchiglie,conchiglie,conchiglie.n.01,1,,,0.010,,,0.010,, +1279,ravioli,ravioli,ravioli.n.01,1,,,0.030,,,0.030,, +1280,bottle_of_black_pepper,bottle_of_black_pepper,bottle__of__black_pepper.n.01,1,,,0.500,,,0.500,, +1281,sliced_papaya,sliced_papaya,sliced__papaya.n.01,1,,,0.300,,,0.300,, +1282,bottle_of_paprika,bottle_of_paprika,bottle__of__paprika.n.01,1,,,0.500,,,0.500,, +1284,bottle_of_peanut_butter,bottle_of_peanut_butter,bottle__of__peanut_butter.n.01,1,,,0.500,,,0.500,, +1285,pecan,pecan,pecan.n.03,1,,,0.005,,,0.005,, +1286,peppermint_candy,peppermint_candy,peppermint.n.03,1,,,0.010,,,0.010,, +1287,bottle_of_pesticide,bottle_of_pesticide,bottle__of__pesticide.n.01,1,,,1.000,,,1.000,, +1289,pine_nut,pine_nut,pine_nut.n.01,1,,,0.001,,,0.001,, +1290,pipe,pipe,pipe.n.02,1,,,2.000,,,2.000,, +1291,toy_figure,toy_figure,toy_figure.n.01,1,,,0.050,,,0.050,, +1292,swimming_pool,swimming_pool,swimming_pool.n.01,1,,20.000,0.000,,,10.000,, +1293,shoe_rack,shoe_rack,shoe_rack.n.01,1,,,5.000,,,5.000,, +1294,whiskey_stone,whiskey_stone,whiskey_stone.n.01,1,,,0.030,,,0.030,, +1295,boulder,boulder,boulder.n.01,1,,1.000,0.000,,,0.500,, +1296,bottle_of_pizza_sauce,bottle_of_pizza_sauce,bottle__of__pizza_sauce.n.01,1,,,0.500,,,0.500,, +1297,jar_of_bath_salt,jar_of_bath_salt,jar__of__bath_salt.n.01,1,,,1.000,,,1.000,, +1298,club_sandwich,club_sandwich,club_sandwich.n.01,1,,,0.200,,,0.200,, +1299,pack_of_kielbasa,pack_of_kielbasa,pack__of__kielbasa.n.01,1,,,1.000,,,1.000,, +1300,ripsaw,ripsaw,ripsaw.n.01,1,,,1.000,,,1.000,, +1301,chainsaw,chainsaw,chain_saw.n.01,1,,,7.000,,,7.000,, +1302,shears,shears,shears.n.01,1,,,0.200,,,0.200,, +1303,dress_shirt,dress_shirt,dress_shirt.n.01,1,,,0.300,,,0.300,, +1304,bottle_of_poppy_seeds,bottle_of_poppy_seeds,bottle__of__poppy_seeds.n.01,1,,,0.500,,,0.500,, +1305,postage_stamp,postage_stamp,postage.n.02,1,,,0.000,,,0.000,, +1306,bottle_of_seasoning,bottle_of_seasoning,bottle__of__seasoning.n.01,1,,,0.500,,,0.500,, +1307,power_washer,power_washer,power_washer.n.01,1,,,7.500,,,7.500,, +1308,pruner,pruner,pruner.n.02,1,,,1.000,,,1.000,, +1309,bottle_of_pumpkin_pie_spice,bottle_of_pumpkin_pie_spice,bottle__of__pumpkin_pie_spice.n.01,1,,,0.500,,,0.500,, +1310,pumpkin_seed,pumpkin_seed,pumpkin_seed.n.01,1,,0.000,0.001,,,0.001,, +1311,quiche,quiche,quiche.n.02,1,,0.750,0.500,,,0.625,, +1313,receipt,receipt,receipt.n.02,1,,0.000,0.001,,,0.001,, +1315,bottle_of_sage,bottle_of_sage,bottle__of__sage.n.01,1,,0.250,0.200,,,0.225,, +1316,bottle_of_salsa,bottle_of_salsa,bottle__of__salsa.n.01,1,,0.500,0.680,,,0.590,, +1318,bottle_of_disinfectant,bottle_of_disinfectant,bottle__of__disinfectant.n.01,1,,0.500,1.100,,,0.800,, +1320,saxophone,saxophone,sax.n.02,1,,3.000,2.500,,,2.750,, +1321,scoop,scoop,scoop.n.06,1,,0.500,0.150,,,0.325,, +1322,octopus,octopus,octopus.n.01,1,,0.500,0.300,,,0.400,, +1323,bottle_of_sealant,bottle_of_sealant,bottle__of__sealant.n.01,1,,0.500,1.000,,,0.750,, +1324,bottle_of_sesame_oil,bottle_of_sesame_oil,bottle__of__sesame_oil.n.01,1,,0.500,0.900,,,0.700,, +1325,bottle_of_sesame_seeds,bottle_of_sesame_seeds,bottle__of__sesame_seeds.n.01,1,,0.500,0.350,,,0.425,, +1326,shiitake,shiitake,shiitake.n.01,1,,0.100,0.025,,,0.063,, +1327,sieve,sieve,sieve.n.01,1,,0.250,0.200,,,0.225,, +1328,bottle_of_soy_sauce,bottle_of_soy_sauce,bottle__of__soy_sauce.n.01,1,,0.500,1.000,,,0.750,, +1329,soybean,soybean,soy.n.04,1,,0.000,0.000,,,0.000,, +1330,bottle_of_paint,bottle_of_paint,bottle__of__paint.n.01,1,,0.500,2.500,,,1.500,, +1331,sprinkler,sprinkler,sprinkler.n.01,1,,1.000,0.500,,,0.750,, +1332,squeegee,squeegee,squeegee.n.01,1,,0.250,0.150,,,0.200,, +1333,bottle_of_sriracha,bottle_of_sriracha,bottle__of__sriracha.n.01,1,,0.500,0.680,,,0.590,, +1334,stake,stake,stake.n.05,1,,1.000,2.000,,,1.500,, +1335,staple,staple,staple.n.05,1,,0.000,0.000,,,0.000,, +1336,bag_of_starch,bag_of_starch,bag__of__starch.n.01,1,,0.500,1.000,,,0.750,, +1337,bottle_of_solvent,bottle_of_solvent,bottle__of__solvent.n.01,1,,0.500,1.000,,,0.750,, +1338,sugar_cube,sugar_cube,lump_sugar.n.01,1,,0.000,0.003,,,0.002,, +1340,bottle_of_supplements,bottle_of_supplements,bottle__of__supplements.n.01,1,,0.500,0.500,,,0.500,, +1341,bottle_of_almond_oil,bottle_of_almond_oil,bottle__of__almond_oil.n.01,1,,0.500,0.900,,,0.700,, +1342,tablecloth,tablecloth,tablecloth.n.01,1,,1.000,1.000,,,1.000,, +1343,box_of_takeout,box_of_takeout,box__of__takeout.n.01,1,,1.000,1.000,,,1.000,, +1344,tank,tank,tank.n.02,1,,"5,000.000","30,000.000",,,17500.000,, +1345,bottle_of_tea_leaves,bottle_of_tea_leaves,bottle__of__tea_leaves.n.01,1,,0.250,0.200,,,0.225,, +1346,bottle_of_tequila,bottle_of_tequila,bottle__of__tequila.n.01,1,,1.500,1.400,,,1.450,, +1347,sliced_tomato,sliced_tomato,sliced__tomato.n.01,1,,0.150,0.100,,,0.125,, +1348,bag_of_snacks,bag_of_snacks,bag__of__snacks.n.01,1,,0.500,0.500,,,0.500,, +1349,turkey,turkey,turkey.n.04,1,,6.000,7.000,,,6.500,, +1350,tweezers,tweezers,tweezers.n.01,1,,0.050,0.030,,,0.040,, +1351,van,van,van.n.05,1,,"2,000.000","3,000.000",,,2500.000,, +1352,vegetable_peeler,vegetable_peeler,peeler.n.03,1,,0.100,0.080,,,0.090,, +1353,wheelbarrow,wheelbarrow,barrow.n.03,1,,15.000,20.000,,,17.500,, +1354,whetstone,whetstone,whetstone.n.01,1,,0.500,0.500,,,0.500,, +1355,whistle,whistle,whistle.n.04,1,,0.050,0.020,,,0.035,, +1356,wind_chime,wind_chime,wind_chime.n.01,1,,0.500,1.000,,,0.750,, +1357,wood_chip,wood_chip,wood_chip.n.01,1,,0.000,0.002,,,0.001,, +1358,bag_of_yeast,bag_of_yeast,bag__of__yeast.n.01,1,,0.250,0.500,,,0.375,, +1359,yoga_mat,yoga_mat,yoga_mat.n.01,1,,2.000,1.500,,,1.750,, +1360,wooden_spoon,wooden_spoon,wooden_spoon.n.02,1,,0.100,0.080,,,0.090,, +1361,tablespoon,tablespoon,tablespoon.n.02,1,,0.050,0.020,,,0.035,, +1362,taboret,taboret,taboret.n.01,1,,2.000,2.000,,,2.000,, +1363,echeveria_elegans,echeveria_elegans,echeveria_elegans.n.01,1,,0.500,0.500,,,0.500,, +1364,crewneck_sweater,crewneck_sweater,crewneck_sweater.n.01,1,,0.500,0.500,,,0.500,, +1365,maillot,maillot,maillot.n.01,1,,0.300,0.200,,,0.250,, +1366,cellulose_tape,cellulose_tape,cellulose_tape.n.01,1,,0.020,0.200,,,0.110,, +1367,masking_tape,masking_tape,masking_tape.n.01,1,,0.030,0.200,,,0.115,, +1368,cheese_tart,cheese_tart,cheese_tart.n.01,1,,0.100,0.100,,,0.100,, +1369,tartlet,tartlet,tartlet.n.01,1,,0.050,0.050,,,0.050,, +1370,digital_thermometer,digital_thermometer,self-registering_thermometer.n.01,1,,0.100,0.100,,,0.100,, +1371,cotton_thread,cotton_thread,cotton.n.04,1,,0.010,0.020,,,0.015,, +1372,car_tire,car_tire,car_tire.n.01,1,,25.000,10.000,,,17.500,, +1373,beefsteak_tomato,beefsteak_tomato,beefsteak_tomato.n.01,1,,0.300,0.200,,,0.250,, +1374,camera_tripod,camera_tripod,camera_tripod.n.01,1,,2.000,1.500,,,1.750,, +1375,lorry,lorry,lorry.n.02,1,,"5,000.000","8,000.000",,,6500.000,, +1376,tobacco_pipe,tobacco_pipe,pipe.n.01,1,,0.050,0.050,,,0.050,, +1377,white_turnip,white_turnip,white_turnip.n.02,1,,0.200,0.200,,,0.200,, +1378,boxers,boxers,drawers.n.01,1,,0.100,0.100,,,0.100,, +1379,dip_candle,dip_candle,dip.n.07,1,,0.200,0.020,,,0.110,, +1380,open_end_wrench,open_end_wrench,open-end_wrench.n.01,1,,0.500,0.500,,,0.500,, +1382,rubber_boot,rubber_boot,rubber_boot.n.01,1,,1.500,1.500,,,1.500,, +1383,packing_box,packing_box,packing_box.n.02,1,,10.000,5.000,,,7.500,, +1384,plant_pot_stand,plant_pot_stand,plant_pot_stand.n.01,1,,3.000,3.500,,,3.250,, +1385,slingback,slingback,slingback.n.01,1,,0.500,0.300,,,0.400,, +1386,walking_shoe,walking_shoe,walking_shoe.n.01,1,,0.500,0.800,,,0.650,, +1387,set_triangle,set_triangle,square.n.08,1,,0.500,0.100,,,0.300,, +1388,box_of_shampoo,box_of_shampoo,box__of__shampoo.n.01,1,,0.500,1.500,,,1.000,, +1389,bottle_of_alcohol,bottle_of_alcohol,bottle__of__alcohol.n.01,1,,1.000,1.000,,,1.000,, +1390,bottle_of_ammonia,bottle_of_ammonia,bottle__of__ammonia.n.01,1,,1.000,1.200,,,1.100,, +1391,radiator,radiator,radiator.n.02,1,,20.000,10.000,,,15.000,, +1392,box_of_cookies,box_of_cookies,box__of__cookies.n.01,1,,0.500,0.500,,,0.500,, +1393,can_of_beans,can_of_beans,can__of__beans.n.01,1,,0.500,0.400,,,0.450,, +1394,jar_of_jelly,jar_of_jelly,jar__of__jelly.n.01,1,,0.500,0.600,,,0.550,, +1395,blackberry,blackberry,blackberry.n.01,1,,0.010,0.002,,,0.006,, +1396,deodorant_stick,deodorant_stick,deodorant_stick.n.01,1,,0.100,0.150,,,0.125,, +1397,bottle_of_deicer,bottle_of_deicer,bottle__of__deicer.n.01,1,,1.000,0.500,,,0.750,, +1398,dvd,dvd,videodisk.n.01,1,,0.200,0.020,,,0.110,, +1399,ice_tray,ice_tray,icetray.n.02,1,,0.050,0.200,,,0.125,, +1400,bag_of_oranges,bag_of_oranges,bag__of__oranges.n.01,1,,2.000,2.500,,,2.250,, +1401,vanilla_flower,vanilla_flower,vanilla.n.01,1,,0.050,0.000,,,0.025,, +1402,jar_of_honey,jar_of_honey,jar__of__honey.n.01,1,,0.500,1.300,,,0.900,, +1403,clothesline_pole,clothesline_pole,pole.n.01,1,,5.000,3.000,,,4.000,, +1407,burlap_bag,burlap_bag,gunnysack.n.01,1,,0.100,0.200,,,0.150,, +1408,trout,trout,trout.n.01,1,,1.000,1.500,,,1.250,, +1409,case_of_eyeshadow,case_of_eyeshadow,case__of__eyeshadow.n.01,1,,0.500,0.050,,,0.275,, +1410,swiss_cheese,swiss_cheese,swiss_cheese.n.01,1,,0.500,1.000,,,0.750,, +1411,peanut_nut,peanut_nut,peanut.n.04,1,,0.010,0.000,,,0.005,, +1412,balsamic_vinegar_bottle,balsamic_vinegar_bottle,balsamic_vinegar__bottle.n.01,1,,0.500,0.750,,,0.625,, +1413,box_of_aluminium_foil,box_of_aluminium_foil,box__of__aluminium_foil.n.01,1,,0.500,0.500,,,0.500,, +1414,agent,agent,agent.n.01,1,,80.000,,,,80.000,, +1575,wicker_basket,wicker_basket,wicker_basket.n.01,1,,0.500,,,,0.500,, +1415,bust,bust,bust.n.03,1,,10.000,,,,10.000,, +1416,bread_slice,bread_slice,bread_slice.n.01,1,,0.050,,,,0.050,, +1417,wool_coat,wool_coat,wool_coat.n.01,1,,1.500,,,,1.500,, +1418,kid_glove,kid_glove,kid_glove.n.01,1,,0.100,,,,0.100,, +1420,recycling_bin,recycling_bin,recycling_bin.n.01,1,,5.000,,,,5.000,, +1421,frail,frail,frail.n.02,1,,0.500,,,,0.500,, +1422,water_bottle,water_bottle,water_bottle.n.01,1,,0.200,,,,0.200,, +1423,wine_bottle,wine_bottle,wine_bottle.n.01,1,,1.200,,,,1.200,, +1424,oil_bottle,oil_bottle,oil__bottle.n.01,1,,0.500,,,,0.500,, +1426,soft_roll,soft_roll,soft_roll.n.01,1,,0.100,,,,0.100,, +1427,hanging,hanging,hanging.n.01,1,,2.000,,,,2.000,, +1428,high_heel,high_heel,pump.n.03,1,,0.300,,,,0.300,, +1429,music_stool,music_stool,music_stool.n.01,1,,5.000,,,,5.000,, +1430,reception_desk,reception_desk,reception_desk.n.01,1,,50.000,,,,50.000,, +1431,cleansing_bottle,cleansing_bottle,cleansing__bottle.n.01,1,,0.500,,,,0.500,, +1432,beer_bottle,beer_bottle,beer_bottle.n.01,1,,0.500,,,,0.500,, +1433,ink_bottle,ink_bottle,ink__bottle.n.01,1,,0.300,,,,0.300,, +1434,floor_mat,floor_mat,mat.n.01,1,,2.000,,,,2.000,, +1435,rum_bottle,rum_bottle,rum__bottle.n.01,1,,1.500,,,,1.500,, +1436,toaster_oven,toaster_oven,toaster_oven.n.01,1,,10.000,,,,10.000,, +1437,allspice_shaker,allspice_shaker,allspice__shaker.n.01,1,,0.200,,,,0.200,, +1438,ice_cream_cone,ice_cream_cone,ice_cream_cone.n.01,1,,0.050,,,,0.050,, +1439,cork,cork,cork.n.04,1,,0.010,,,,0.010,, +1440,lily_pad,lily_pad,lily_pad.n.01,1,,0.100,,,,0.100,, +1441,low_resolution_tree,low_resolution_tree,tree.n.01,1,,"5,000.000",,,,5000.000,, +1442,parsley_shaker,parsley_shaker,parsley__shaker.n.01,1,,0.200,,,,0.200,, +1443,rosemary_shaker,rosemary_shaker,rosemary__shaker.n.01,1,,0.200,,,,0.200,, +1444,savory_spice_shaker,savory_spice_shaker,savory_spice__shaker.n.01,1,,0.200,,,,0.200,, +1445,acorn,acorn,acorn.n.01,1,,0.010,,,,0.010,, +1446,address,address,address.n.05,1,,0.100,,,,0.100,, +1447,baby_shoe,baby_shoe,baby_shoe.n.01,1,,0.100,,,,0.100,, +1448,aluminum_foil,aluminum_foil,aluminum_foil.n.01,1,,0.010,,,,0.010,, +1449,bag_of_mulch,bag_of_mulch,bag__of__mulch.n.01,1,,20.000,,,,20.000,, +1450,bag_of_rubbish,bag_of_rubbish,bag__of__rubbish.n.01,1,,5.000,,,,5.000,, +1451,belt,belt,belt.n.02,1,,0.200,,,,0.200,, +1452,bicycle_chain,bicycle_chain,bicycle_chain.n.01,1,,0.500,,,,0.500,, +1453,bicycle_rack,bicycle_rack,bicycle_rack.n.01,1,,5.000,,,,5.000,, +1454,board,board,board.n.02,1,,5.000,,,,5.000,, +1455,legal_document,legal_document,legal_document.n.01,1,,0.100,,,,0.100,, +1456,bok_choy,bok_choy,bok_choy.n.02,1,,0.300,,,,0.300,, +1457,broken_glass,broken_glass,broken__glass.n.01,1,,1.000,,,,1.000,, +1458,broken_light_bulb,broken_light_bulb,broken__light_bulb.n.01,1,,0.100,,,,0.100,, +1459,cat_food_tin,cat_food_tin,cat_food__tin.n.01,1,,0.200,,,,0.200,, +1460,dog_food_can,dog_food_can,dog_food__can.n.01,1,,0.300,,,,0.300,, +1461,can_of_cat_food,can_of_cat_food,can__of__cat_food.n.01,1,,0.300,,,,0.300,, +1462,can_of_dog_food,can_of_dog_food,can__of__dog_food.n.01,1,,0.400,,,,0.400,, +1463,car_wheel,car_wheel,car_wheel.n.01,1,,15.000,,,,15.000,, +1464,cement,cement,cement.n.01,1,,"2,000.000",,,,2000.000,, +1465,clipper,clipper,clipper.n.04,1,,0.200,,,,0.200,, +1466,cola_bottle,cola_bottle,cola__bottle.n.01,1,,0.500,,,,0.500,, +1467,cup_holder,cup_holder,cup_holder.n.01,1,,0.200,,,,0.200,, +1468,daffodil_bulb,daffodil_bulb,daffodil_bulb.n.01,1,,0.050,,,,0.050,, +1469,pottable_daffodil,pottable_daffodil,pottable__daffodil.n.01,1,,0.100,,,,0.100,, +1470,dog_collar,dog_collar,dog_collar.n.01,1,,0.100,,,,0.100,, +1471,doily,doily,doily.n.01,1,,0.050,,,,0.050,, +1472,emery_paper,emery_paper,emery_paper.n.01,1,,0.010,,,,0.010,, +1473,flagpole,flagpole,flagpole.n.02,1,,10.000,,,,10.000,, +1474,fur_coat,fur_coat,fur_coat.n.01,1,,2.000,,,,2.000,, +1475,gelatin,gelatin,gelatin.n.02,1,,0.100,,,,0.100,, +1476,gourd,gourd,gourd.n.02,1,,0.500,,,,0.500,, +1477,ham_hock,ham_hock,ham_hock.n.01,1,,0.500,,,,0.500,, +1478,hose,hose,hose.n.03,1,,2.000,,,,2.000,, +1479,hutch,hutch,hutch.n.01,1,,20.000,,,,20.000,, +1480,ice,ice,ice.n.01,1,,0.900,,,,0.900,, +1481,pellet,pellet,jacket.n.05,1,,0.010,,,,0.010,, +1482,bag_of_jerky,bag_of_jerky,bag__of__jerky.n.01,1,,0.200,,,,0.200,, +1483,kayak_rack,kayak_rack,kayak_rack.n.01,1,,5.000,,,,5.000,, +1484,kielbasa,kielbasa,kielbasa.n.01,1,,0.300,,,,0.300,, +1485,lace,lace,lace.n.01,1,,0.050,,,,0.050,, +1486,lamb,lamb,lamb.n.05,1,,25.000,,,,25.000,, +1487,lampshade,lampshade,lampshade.n.01,1,,0.300,,,,0.300,, +1488,meat_loaf,meat_loaf,meat_loaf.n.01,1,,1.000,,,,1.000,, +1489,meatball,meatball,meatball.n.01,1,,0.050,,,,0.050,, +1490,mustard_leaf,mustard_leaf,mustard.n.03,1,,0.040,,,,0.040,, +1491,pack_of_ground_beef,pack_of_ground_beef,pack__of__ground_beef.n.01,1,,454.000,,,,454.000,, +1492,package,package,package.n.02,1,,0.500,,,,0.500,, +1493,patty,patty,patty.n.01,1,,0.100,,,,0.100,, +1494,pewter_teapot,pewter_teapot,pewter_teapot.n.01,1,,1.000,,,,1.000,, +1495,plastic_wrap,plastic_wrap,plastic_wrap.n.01,1,,0.001,,,,0.001,, +1496,post_it,post_it,post-it.n.01,1,,0.001,,,,0.001,, +1497,pottable_cactus,pottable_cactus,pottable__cactus.n.01,1,,0.500,,,,0.500,, +1498,pottable_dahlia,pottable_dahlia,pottable__dahlia.n.01,1,,0.100,,,,0.100,, +1499,pottable_marigold,pottable_marigold,pottable__marigold.n.01,1,,0.100,,,,0.100,, +1500,price_tag,price_tag,price_tag.n.01,1,,0.001,,,,0.001,, +1501,raw_egg,raw_egg,raw_egg.n.01,1,,0.050,,,,0.050,, +1502,recreational_vehicle,recreational_vehicle,recreational_vehicle.n.01,1,,"5,000.000",,,,5000.000,, +1503,windshield,windshield,windshield.n.01,1,,20.000,,,,20.000,, +1504,ribbon,ribbon,ribbon.n.01,1,,0.010,,,,0.010,, +1505,router,router,router.n.02,1,,1.000,,,,1.000,, +1506,salad,salad,salad.n.01,1,,0.500,,,,0.500,, +1507,sanitary_napkin,sanitary_napkin,sanitary_napkin.n.01,1,,0.010,,,,0.010,, +1508,scallop,scallop,scallop.n.02,1,,0.100,,,,0.100,, +1509,scarf,scarf,scarf.n.01,1,,0.100,,,,0.100,, +1510,schnitzel,schnitzel,schnitzel.n.01,1,,0.200,,,,0.200,, +1511,cup_of_ranch,cup_of_ranch,cup__of__ranch.n.01,1,,0.250,,,,0.250,, +1512,skateboard_wheel,skateboard_wheel,skateboard_wheel.n.01,1,,0.500,,,,0.500,, +1513,sleeping_bag,sleeping_bag,sleeping_bag.n.01,1,,1.500,,,,1.500,, +1514,space_heater,space_heater,space_heater.n.01,1,,3.000,,,,3.000,, +1515,tofu,tofu,tofu.n.02,1,,0.200,,,,0.200,, +1516,trailer_truck,trailer_truck,trailer_truck.n.01,1,,"15,000.000",,,,15000.000,, +1517,trampoline,trampoline,trampoline.n.01,1,,50.000,,,,50.000,, +1518,turkey_leg,turkey_leg,turkey_leg.n.01,1,,0.500,,,,0.500,, +1519,veal,veal,veal.n.01,1,,200.000,,,,200.000,, +1520,gift_box,gift_box,gift_box.n.01,1,,0.500,,,,0.500,, +1521,wax_paper,wax_paper,wax_paper.n.01,1,,0.001,,,,0.001,, +1523,ice_lolly,ice_lolly,ice_lolly.n.01,1,,0.100,,,,0.100,, +1524,hard_boiled_egg,hard_boiled_egg,hard-boiled_egg.n.01,1,,0.050,,,,0.050,, +1525,half_hard_boiled_egg,half_hard_boiled_egg,half__hard-boiled_egg.n.01,1,,0.025,,,,0.025,, +1526,half_mango,half_mango,half__mango.n.01,1,,0.250,,,,0.250,, +1527,half_apricot,half_apricot,half__apricot.n.01,1,,0.050,,,,0.050,, +1528,half_kiwi,half_kiwi,half__kiwi.n.01,1,,0.050,,,,0.050,, +1529,half_peach,half_peach,half__peach.n.01,1,,0.100,,,,0.100,, +1530,half_strawberry,half_strawberry,half__strawberry.n.01,1,,0.010,,,,0.010,, +1531,half_pear,half_pear,half__pear.n.01,1,,0.100,,,,0.100,, +1532,half_vidalia_onion,half_vidalia_onion,half__vidalia_onion.n.01,1,,0.150,,,,0.150,, +1533,half_lime,half_lime,half__lime.n.01,1,,0.050,,,,0.050,, +1534,half_bell_pepper,half_bell_pepper,half__bell_pepper.n.01,1,,0.100,,,,0.100,, +1535,sliced_eggplant,sliced_eggplant,sliced__eggplant.n.01,1,,0.200,,,,0.200,, +1536,half_eggplant,half_eggplant,half__eggplant.n.01,1,,0.250,,,,0.250,, +1537,half_potato,half_potato,half__potato.n.01,1,,0.100,,,,0.100,, +1538,wallpaper,wallpaper,wallpaper.n.01,1,,0.010,,,,0.010,, +1539,infant_car_seat,infant_car_seat,infant_car_seat.n.01,1,,4.000,,,,4.000,, +1540,pottable_beefsteak_tomato,pottable_beefsteak_tomato,pottable__beefsteak_tomato.n.01,1,,0.200,,,,0.200,, +1541,conch,conch,conch.n.01,1,,0.500,,,,0.500,, +1542,copper_pot,copper_pot,copper_pot.n.01,1,,2.000,,,,2.000,, +1543,signpost,signpost,signpost.n.01,1,,5.000,,,,5.000,, +1544,necktie,necktie,necktie.n.01,1,,0.100,,,,0.100,, +1545,pottable_chili,pottable_chili,pottable__chili.n.01,1,,0.050,,,,0.050,, +1546,squeeze_bottle,squeeze_bottle,squeeze_bottle.n.01,1,,0.100,,,,0.100,, +1547,scoop_of_ice_cream,scoop_of_ice_cream,scoop_of_ice_cream.n.01,1,,0.100,,,,0.100,, +1548,cookie_stick,cookie_stick,cookie_stick.n.01,1,,0.050,,,,0.050,, +1579,chopping_block,chopping_block,chopping_block.n.01,1,,10.000,,,,10.000,, +1576,sliced__brisket,sliced__brisket,sliced__brisket.n.01,1,,0.300,,,,0.300,, +1577,sugar_cookie,sugar_cookie,sugar_cookie.n.01,1,,0.025,,,,0.025,, +1578,spice_cookie,spice_cookie,spice_cookie.n.01,1,,0.025,,,,0.025,, +1580,acetone,acetone,acetone.n.01,1,,0.790,,,,0.790,, +1581,adhesive_material,adhesive_material,adhesive_material.n.01,1,,0.001,,,,0.001,, +1582,allspice,allspice,allspice.n.03,1,,0.050,,,,0.050,, +1584,ammonia_water,ammonia_water,ammonia_water.n.01,1,,1.000,,,,1.000,, +1585,applesauce,applesauce,applesauce.n.01,1,,0.250,,,,0.250,, +1586,ash,ash,ash.n.01,1,,0.001,,,,0.001,, +1587,baby_oil,baby_oil,baby_oil.n.01,1,,0.900,,,,0.900,, +1588,baking_powder,baking_powder,baking_powder.n.01,1,,0.200,,,,0.200,, +1589,barbecue_sauce,barbecue_sauce,barbecue_sauce.n.01,1,,0.500,,,,0.500,, +1590,beaten_egg,beaten_egg,beaten_egg.n.01,1,,0.050,,,,0.050,, +1591,beef_broth,beef_broth,beef_broth.n.01,1,,1.000,,,,1.000,, +1592,beef_stew,beef_stew,beef_stew.n.01,1,,1.000,,,,1.000,, +1593,beer,beer,beer.n.01,1,,0.500,,,,0.500,, +1594,bird_feed,bird_feed,bird_feed.n.01,1,,0.500,,,,0.500,, +1595,black_bean,black_bean,black_bean.n.01,1,,0.050,,,,0.050,, +1596,black_pepper,black_pepper,black_pepper.n.02,1,,0.050,,,,0.050,, +1597,bleaching_agent,bleaching_agent,bleaching_agent.n.01,1,,0.100,,,,0.100,, +1599,blueberry_mousse,blueberry_mousse,blueberry_mousse.n.01,1,,0.200,,,,0.200,, +1601,brown_rice,brown_rice,brown_rice.n.01,1,,0.200,,,,0.200,, +1602,brown_sugar,brown_sugar,brown_sugar.n.01,1,,0.200,,,,0.200,, +1604,cafe_au_lait,cafe_au_lait,cafe_au_lait.n.01,1,,0.300,,,,0.300,, +1605,cake_mix,cake_mix,cake_mix.n.01,1,,0.500,,,,0.500,, +1606,cane_sugar,cane_sugar,cane_sugar.n.02,1,,0.200,,,,0.200,, +1607,cappuccino,cappuccino,cappuccino.n.01,1,,0.300,,,,0.300,, +1608,carrot_juice,carrot_juice,carrot_juice.n.01,1,,0.250,,,,0.250,, +1609,cat_food,cat_food,cat_food.n.01,1,,0.200,,,,0.200,, +1610,catsup,catsup,catsup.n.01,1,,0.300,,,,0.300,, +1611,cayenne,cayenne,cayenne.n.02,1,,0.050,,,,0.050,, +1612,champagne,champagne,champagne.n.01,1,,0.750,,,,0.750,, +1613,cherry_filling,cherry_filling,cherry_filling.n.01,1,,0.200,,,,0.200,, +1614,chia_seed,chia_seed,chia_seed.n.01,1,,0.050,,,,0.050,, +1615,chicken_broth,chicken_broth,chicken_broth.n.01,1,,1.000,,,,1.000,, +1616,chicken_curry,chicken_curry,chicken_curry.n.01,1,,0.400,,,,0.400,, +1617,chicken_soup,chicken_soup,chicken_soup.n.01,1,,0.400,,,,0.400,, +1619,chlorine,chlorine,chlorine.n.01,1,,0.010,,,,0.010,, +1620,chocolate_kiss,chocolate_kiss,chocolate_kiss.n.01,1,,0.010,,,,0.010,, +1621,chocolate_milk,chocolate_milk,chocolate_milk.n.01,1,,1.000,,,,1.000,, +1622,chocolate_sauce,chocolate_sauce,chocolate_sauce.n.01,1,,0.500,,,,0.500,, +1623,chowder,chowder,chowder.n.01,1,,0.500,,,,0.500,, +1625,cinnamon_sugar,cinnamon_sugar,cinnamon_sugar.n.01,1,,0.200,,,,0.200,, +1626,clove,clove,clove.n.04,1,,0.010,,,,0.010,, +1627,coal,coal,coal.n.01,1,,0.200,,,,0.200,, +1629,cocoa_powder,cocoa_powder,cocoa_powder.n.01,1,,0.050,,,,0.050,, +1630,coconut,coconut,coconut.n.01,1,,0.700,,,,0.700,, +1631,coconut_oil,coconut_oil,coconut_oil.n.01,1,,0.900,,,,0.900,, +1633,coffee_grounds,coffee_grounds,coffee_grounds.n.01,1,,0.020,,,,0.020,, +1634,conditioner,conditioner,conditioner.n.03,1,,0.300,,,,0.300,, +1635,cooked__black_bean,cooked__black_bean,cooked__black_bean.n.01,1,,0.050,,,,0.050,, +1636,cooked__black_pepper,cooked__black_pepper,cooked__black_pepper.n.01,1,,0.050,,,,0.050,, +1637,cooked__breadcrumb,cooked__breadcrumb,cooked__breadcrumb.n.01,1,,0.100,,,,0.100,, +1638,cooked__brown_rice,cooked__brown_rice,cooked__brown_rice.n.01,1,,0.200,,,,0.200,, +1639,cooked__chicken_soup,cooked__chicken_soup,cooked__chicken_soup.n.01,1,,0.400,,,,0.400,, +1640,cooked__chickpea,cooked__chickpea,cooked__chickpea.n.01,1,,0.050,,,,0.050,, +1641,cooked__coconut,cooked__coconut,cooked__coconut.n.01,1,,0.700,,,,0.700,, +1642,cooked__cooking_oil,cooked__cooking_oil,cooked__cooking_oil.n.01,1,,0.900,,,,0.900,, +1643,cooked__cumin,cooked__cumin,cooked__cumin.n.01,1,,0.050,,,,0.050,, +1644,cooked__curry_powder,cooked__curry_powder,cooked__curry_powder.n.01,1,,0.050,,,,0.050,, +1645,cooked__diced__beefsteak_tomato,cooked__diced__beefsteak_tomato,cooked__diced__beefsteak_tomato.n.01,1,,0.200,,,,0.200,, +1646,cooked__diced__bell_pepper,cooked__diced__bell_pepper,cooked__diced__bell_pepper.n.01,1,,0.200,,,,0.200,, +1647,cooked__diced__broccoli,cooked__diced__broccoli,cooked__diced__broccoli.n.01,1,,0.200,,,,0.200,, +1648,cooked__diced__carne_asada,cooked__diced__carne_asada,cooked__diced__carne_asada.n.01,1,,0.400,,,,0.400,, +1649,cooked__diced__carrot,cooked__diced__carrot,cooked__diced__carrot.n.01,1,,0.100,,,,0.100,, +1650,cooked__diced__chard,cooked__diced__chard,cooked__diced__chard.n.01,1,,0.200,,,,0.200,, +1651,cooked__diced__chicken,cooked__diced__chicken,cooked__diced__chicken.n.01,1,,0.200,,,,0.200,, +1652,cooked__diced__chili,cooked__diced__chili,cooked__diced__chili.n.01,1,,0.100,,,,0.100,, +1653,cooked__diced__chorizo,cooked__diced__chorizo,cooked__diced__chorizo.n.01,1,,0.200,,,,0.200,, +1654,cooked__diced__clove,cooked__diced__clove,cooked__diced__clove.n.01,1,,0.005,,,,0.005,, +1655,cooked__diced__green_onion,cooked__diced__green_onion,cooked__diced__green_onion.n.01,1,,0.030,,,,0.030,, +1656,cooked__diced__head_cabbage,cooked__diced__head_cabbage,cooked__diced__head_cabbage.n.01,1,,1.200,,,,1.200,, +1657,cooked__diced__potato,cooked__diced__potato,cooked__diced__potato.n.01,1,,0.200,,,,0.200,, +1658,cooked__diced__steak,cooked__diced__steak,cooked__diced__steak.n.01,1,,0.200,,,,0.200,, +1659,cooked__diced__turkey,cooked__diced__turkey,cooked__diced__turkey.n.01,1,,0.200,,,,0.200,, +1660,cooked__diced__vidalia_onion,cooked__diced__vidalia_onion,cooked__diced__vidalia_onion.n.01,1,,0.170,,,,0.170,, +1661,cooked__diced__virginia_ham,cooked__diced__virginia_ham,cooked__diced__virginia_ham.n.01,1,,0.200,,,,0.200,, +1662,cooked__diced__zucchini,cooked__diced__zucchini,cooked__diced__zucchini.n.01,1,,0.200,,,,0.200,, +1663,cooked__fritter_batter,cooked__fritter_batter,cooked__fritter_batter.n.01,1,,0.200,,,,0.200,, +1664,cooked__granulated_sugar,cooked__granulated_sugar,cooked__granulated_sugar.n.01,1,,0.200,,,,0.200,, +1665,cooked__ground_beef,cooked__ground_beef,cooked__ground_beef.n.01,1,,0.200,,,,0.200,, +1666,cooked__kidney_bean,cooked__kidney_bean,cooked__kidney_bean.n.01,1,,0.200,,,,0.200,, +1667,cooked__lemon_pepper_seasoning,cooked__lemon_pepper_seasoning,cooked__lemon-pepper_seasoning.n.01,1,,0.200,,,,0.200,, +1668,cooked__marinade,cooked__marinade,cooked__marinade.n.01,1,,0.200,,,,0.200,, +1669,cooked__marinara,cooked__marinara,cooked__marinara.n.01,1,,0.200,,,,0.200,, +1670,cooked__marjoram,cooked__marjoram,cooked__marjoram.n.01,1,,0.020,,,,0.020,, +1671,cooked__melted__butter,cooked__melted__butter,cooked__melted__butter.n.01,1,,0.200,,,,0.200,, +1672,cooked__noodle,cooked__noodle,cooked__noodle.n.01,1,,0.200,,,,0.200,, +1673,cooked__olive_oil,cooked__olive_oil,cooked__olive_oil.n.01,1,,0.200,,,,0.200,, +1674,cooked__onion_powder,cooked__onion_powder,cooked__onion_powder.n.01,1,,0.200,,,,0.200,, +1675,cooked__orzo,cooked__orzo,cooked__orzo.n.01,1,,0.200,,,,0.200,, +1676,cooked__paprika,cooked__paprika,cooked__paprika.n.01,1,,0.200,,,,0.200,, +1677,cooked__pea,cooked__pea,cooked__pea.n.01,1,,0.200,,,,0.200,, +1678,cooked__penne,cooked__penne,cooked__penne.n.01,1,,0.200,,,,0.200,, +1679,cooked__popcorn,cooked__popcorn,cooked__popcorn.n.01,1,,0.200,,,,0.200,, +1680,cooked__pumpkin_seed,cooked__pumpkin_seed,cooked__pumpkin_seed.n.01,1,,0.200,,,,0.200,, +1681,cooked__quinoa,cooked__quinoa,cooked__quinoa.n.01,1,,0.200,,,,0.200,, +1683,cooked__red_meat_sauce,cooked__red_meat_sauce,cooked__red_meat_sauce.n.01,1,,0.200,,,,0.200,, +1684,cooked__red_wine,cooked__red_wine,cooked__red_wine.n.01,1,,0.200,,,,0.200,, +1685,cooked__saffron,cooked__saffron,cooked__saffron.n.01,1,,0.200,,,,0.200,, +1686,cooked__salsa,cooked__salsa,cooked__salsa.n.01,1,,0.200,,,,0.200,, +1687,cooked__salt,cooked__salt,cooked__salt.n.01,1,,0.200,,,,0.200,, +1688,cooked__sunflower_seed,cooked__sunflower_seed,cooked__sunflower_seed.n.01,1,,0.200,,,,0.200,, +1689,cooked__water,cooked__water,cooked__water.n.01,1,,0.200,,,,0.200,, +1690,cooked__white_rice,cooked__white_rice,cooked__white_rice.n.01,1,,0.200,,,,0.200,, +1691,cooked__white_wine,cooked__white_wine,cooked__white_wine.n.01,1,,0.200,,,,0.200,, +1692,cooked__wine_sauce,cooked__wine_sauce,cooked__wine_sauce.n.01,1,,0.200,,,,0.200,, +1693,cooking_oil,cooking_oil,cooking_oil.n.01,1,,0.200,,,,0.200,, +1694,coriander,coriander,coriander.n.02,1,,0.004,,,,0.004,, +1695,cornstarch,cornstarch,cornstarch.n.01,1,,0.150,,,,0.150,, +1696,cream_cheese,cream_cheese,cream_cheese.n.01,1,,0.200,,,,0.200,, +1697,cream_of_tartar,cream_of_tartar,cream_of_tartar.n.01,1,,0.200,,,,0.200,, +1698,cream_soda,cream_soda,cream_soda.n.01,1,,0.350,,,,0.350,, +1700,cumin,cumin,cumin.n.02,1,,0.004,,,,0.004,, +1701,curry_powder,curry_powder,curry_powder.n.01,1,,0.050,,,,0.050,, +1702,debris,debris,debris.n.01,1,,0.100,,,,0.100,, +1703,detergent,detergent,detergent.n.02,1,,1.500,,,,1.500,, +1704,diced__apple,diced__apple,diced__apple.n.01,1,,0.150,,,,0.150,, +1705,diced__avocado,diced__avocado,diced__avocado.n.01,1,,0.200,,,,0.200,, +1707,diced__beefsteak_tomato,diced__beefsteak_tomato,diced__beefsteak_tomato.n.01,1,,0.100,,,,0.100,, +1708,diced__beet,diced__beet,diced__beet.n.01,1,,0.150,,,,0.150,, +1709,diced__bell_pepper,diced__bell_pepper,diced__bell_pepper.n.01,1,,0.200,,,,0.200,, +1710,diced__carrot,diced__carrot,diced__carrot.n.01,1,,0.100,,,,0.100,, +1711,diced__cheddar,diced__cheddar,diced__cheddar.n.01,1,,0.100,,,,0.100,, +1712,diced__chicken,diced__chicken,diced__chicken.n.01,1,,0.200,,,,0.200,, +1713,diced__chili,diced__chili,diced__chili.n.01,1,,0.050,,,,0.050,, +1714,diced__clove,diced__clove,diced__clove.n.01,1,,0.005,,,,0.005,, +1715,diced__cucumber,diced__cucumber,diced__cucumber.n.01,1,,0.100,,,,0.100,, +1716,diced__feta,diced__feta,diced__feta.n.01,1,,0.100,,,,0.100,, +1717,diced__green_onion,diced__green_onion,diced__green_onion.n.01,1,,0.050,,,,0.050,, +1718,diced__kiwi,diced__kiwi,diced__kiwi.n.01,1,,0.100,,,,0.100,, +1719,diced__lemon,diced__lemon,diced__lemon.n.01,1,,0.100,,,,0.100,, +1720,diced__lettuce,diced__lettuce,diced__lettuce.n.01,1,,0.100,,,,0.100,, +1721,diced__mango,diced__mango,diced__mango.n.01,1,,0.200,,,,0.200,, +1722,diced__pineapple,diced__pineapple,diced__pineapple.n.01,1,,0.150,,,,0.150,, +1723,diced__potato,diced__potato,diced__potato.n.01,1,,0.150,,,,0.150,, +1724,diced__spinach,diced__spinach,diced__spinach.n.01,1,,0.100,,,,0.100,, +1725,diced__vidalia_onion,diced__vidalia_onion,diced__vidalia_onion.n.01,1,,0.150,,,,0.150,, +1726,diced__virginia_ham,diced__virginia_ham,diced__virginia_ham.n.01,1,,0.200,,,,0.200,, +1727,diced__watermelon,diced__watermelon,diced__watermelon.n.01,1,,0.200,,,,0.200,, +1728,diced__zucchini,diced__zucchini,diced__zucchini.n.01,1,,0.150,,,,0.150,, +1729,dirt,dirt,dirt.n.02,1,,0.100,,,,0.100,, +1730,disinfectant,disinfectant,disinfectant.n.01,1,,1.000,,,,1.000,, +1732,drip_coffee,drip_coffee,drip_coffee.n.01,1,,0.005,,,,0.005,, +1733,dust,dust,dust.n.01,1,,0.010,,,,0.010,, +1734,eggnog,eggnog,eggnog.n.01,1,,1.000,,,,1.000,, +1735,espresso,espresso,espresso.n.01,1,,0.020,,,,0.020,, +1736,fabric_softener,fabric_softener,fabric_softener.n.01,1,,1.500,,,,1.500,, +1737,fecal_matter,fecal_matter,fecal_matter.n.01,1,,0.200,,,,0.200,, +1738,fertilizer,fertilizer,fertilizer.n.01,1,,1.000,,,,1.000,, +1739,fish_stew,fish_stew,fish_stew.n.01,1,,0.500,,,,0.500,, +1740,floor_wax,floor_wax,floor_wax.n.01,1,,1.000,,,,1.000,, +1741,flour,flour,flour.n.01,1,,0.600,,,,0.600,, +1742,foam,foam,foam.n.01,1,,0.020,,,,0.020,, +1743,fritter_batter,fritter_batter,fritter_batter.n.01,1,,1.500,,,,1.500,, +1744,frosting,frosting,frosting.n.01,1,,1.500,,,,1.500,, +1745,fruit_punch,fruit_punch,fruit_punch.n.01,1,,1.000,,,,1.000,, +1746,gasoline,gasoline,gasoline.n.01,1,,0.750,,,,0.750,, +1747,gin,gin,gin.n.01,1,,0.900,,,,0.900,, +1748,ginger,ginger,ginger.n.02,1,,0.030,,,,0.030,, +1749,ginger_beer,ginger_beer,ginger_beer.n.01,1,,0.500,,,,0.500,, +1750,glaze,glaze,glaze.n.01,1,,1.000,,,,1.000,, +1751,granola,granola,granola.n.01,1,,0.200,,,,0.200,, +1752,granulated_salt,granulated_salt,granulated_salt.n.01,1,,0.005,,,,0.005,, +1753,granulated_sugar,granulated_sugar,granulated_sugar.n.01,1,,0.004,,,,0.004,, +1754,grated_cheese,grated_cheese,grated_cheese.n.01,1,,0.002,,,,0.002,, +1755,gravy,gravy,gravy.n.01,1,,0.010,,,,0.010,, +1756,grease,grease,grease.n.01,1,,0.900,,,,0.900,, +1758,green_tea_latte,green_tea_latte,green_tea_latte.n.01,1,,0.350,,,,0.350,, +1759,ground_beef,ground_beef,ground_beef.n.01,1,,0.200,,,,0.200,, +1760,ground_coffee,ground_coffee,ground_coffee.n.01,1,,0.250,,,,0.250,, +1761,hair,hair,hair.n.04,1,,0.000,,,,0.000,, +1762,hay,hay,hay.n.01,1,,0.150,,,,0.150,, +1763,heavy_cream,heavy_cream,heavy_cream.n.01,1,,1.010,,,,1.010,, +1764,herbicide,herbicide,herbicide.n.01,1,,1.000,,,,1.000,, +1765,honey,honey,honey.n.01,1,,1.440,,,,1.440,, +1766,hot_sauce,hot_sauce,hot_sauce.n.01,1,,1.000,,,,1.000,, +1767,house_paint,house_paint,house_paint.n.01,1,,1.200,,,,1.200,, +1768,hummus,hummus,hummus.n.01,1,,1.000,,,,1.000,, +1769,hydrogen_peroxide,hydrogen_peroxide,hydrogen_peroxide.n.01,1,,1.440,,,,1.440,, +1770,iced_cappuccino,iced_cappuccino,iced_cappuccino.n.01,1,,0.350,,,,0.350,, +1771,iced_chocolate,iced_chocolate,iced_chocolate.n.01,1,,0.350,,,,0.350,, +1772,incision,incision,incision.n.01,1,,0.000,,,,0.000,, +1773,ink,ink,ink.n.01,1,,0.001,,,,0.001,, +1774,insectifuge,insectifuge,insectifuge.n.01,1,,1.000,,,,1.000,, +1775,instant_coffee,instant_coffee,instant_coffee.n.01,1,,0.250,,,,0.250,, +1776,jelly,jelly,jelly.n.02,1,,1.000,,,,1.000,, +1778,jerk_seasoning,jerk_seasoning,jerk_seasoning.n.01,1,,1.000,,,,1.000,, +1779,jimmies,jimmies,jimmies.n.01,1,,0.001,,,,0.001,, +1780,kidney_bean,kidney_bean,kidney_bean.n.01,1,,0.003,,,,0.003,, +1781,lemon_pepper_seasoning,lemon_pepper_seasoning,lemon-pepper_seasoning.n.01,1,,1.000,,,,1.000,, +1782,lemon_juice,lemon_juice,lemon_juice.n.01,1,,0.993,,,,0.993,, +1783,lemon_stain_remover,lemon_stain_remover,lemon_stain_remover.n.01,1,,1.000,,,,1.000,, +1784,lemonade,lemonade,lemonade.n.01,1,,1.000,,,,1.000,, +1785,lime_juice,lime_juice,lime_juice.n.01,1,,0.993,,,,0.993,, +1786,limeade,limeade,limeade.n.01,1,,1.000,,,,1.000,, +1787,lint,lint,lint.n.01,1,,0.000,,,,0.000,, +1788,liquid_soap,liquid_soap,liquid_soap.n.01,1,,1.000,,,,1.000,, +1789,lotion,lotion,lotion.n.01,1,,1.000,,,,1.000,, +1790,low_fat_milk,low_fat_milk,low-fat_milk.n.01,1,,1.030,,,,1.030,, +1791,lubricant,lubricant,lubricant.n.01,1,,0.900,,,,0.900,, +1792,maple_syrup,maple_syrup,maple_syrup.n.01,1,,1.360,,,,1.360,, +1793,margarine,margarine,margarine.n.01,1,,0.900,,,,0.900,, +1794,marinade,marinade,marinade.n.01,1,,1.000,,,,1.000,, +1795,marinara,marinara,marinara.n.01,1,,1.000,,,,1.000,, +1796,marjoram,marjoram,marjoram.n.02,1,,0.002,,,,0.002,, +1797,martini,martini,martini.n.01,1,,0.150,,,,0.150,, +1798,mashed_potato,mashed_potato,mashed_potato.n.02,1,,0.750,,,,0.750,, +1799,mayonnaise,mayonnaise,mayonnaise.n.01,1,,0.920,,,,0.920,, +1800,melted__butter,melted__butter,melted__butter.n.01,1,,0.911,,,,0.911,, +1801,melted__grated_cheese,melted__grated_cheese,melted__grated_cheese.n.01,1,,0.002,,,,0.002,, +1802,melted__white_chocolate,melted__white_chocolate,melted__white_chocolate.n.01,1,,0.985,,,,0.985,, +1803,mildew,mildew,mildew.n.02,1,,0.001,,,,0.001,, +1804,milkshake,milkshake,milkshake.n.01,1,,0.350,,,,0.350,, +1805,mold,mold,mold.n.05,1,,0.001,,,,0.001,, +1806,mud,mud,mud.n.03,1,,1.200,,,,1.200,, +1807,mulch,mulch,mulch.n.01,1,,0.500,,,,0.500,, +1808,mustard,mustard,mustard.n.02,1,,0.005,,,,0.005,, +1809,mustard_seasoning,mustard_seasoning,mustard_seasoning.n.01,1,,1.000,,,,1.000,, +1810,mustard_seed,mustard_seed,mustard_seed.n.01,1,,0.003,,,,0.003,, +1812,nutmeg,nutmeg,nutmeg.n.02,1,,0.005,,,,0.005,, +1813,oat,oat,oat.n.02,1,,0.001,,,,0.001,, +1814,oatmeal,oatmeal,oatmeal.n.01,1,,0.002,,,,0.002,, +1815,olive_oil,olive_oil,olive_oil.n.01,1,,0.920,,,,0.920,, +1816,onion_powder,onion_powder,onion_powder.n.01,1,,0.005,,,,0.005,, +1817,onion_ring_batter,onion_ring_batter,onion_ring_batter.n.01,1,,0.200,,,,0.200,, +1818,orange_juice,orange_juice,orange_juice.n.01,1,,0.993,,,,0.993,, +1819,orzo,orzo,orzo.n.01,1,,0.002,,,,0.002,, +1820,pancake_batter,pancake_batter,pancake_batter.n.01,1,,0.200,,,,0.200,, +1821,paprika,paprika,paprika.n.02,1,,0.005,,,,0.005,, +1822,parmesan,parmesan,parmesan.n.01,1,,0.001,,,,0.001,, +1824,peanut_butter,peanut_butter,peanut_butter.n.01,1,,0.950,,,,0.950,, +1826,pellet_food,pellet_food,pellet_food.n.01,1,,0.250,,,,0.250,, +1828,pesticide,pesticide,pesticide.n.01,1,,1.000,,,,1.000,, +1829,pesto,pesto,pesto.n.01,1,,1.000,,,,1.000,, +1831,pineapple_juice,pineapple_juice,pineapple_juice.n.01,1,,0.993,,,,0.993,, +1832,polish,polish,polish.n.03,1,,0.200,,,,0.200,, +1833,popcorn,popcorn,popcorn.n.02,1,,0.001,,,,0.001,, +1834,pumpkin_pie_spice,pumpkin_pie_spice,pumpkin_pie_spice.n.01,1,,0.005,,,,0.005,, +1836,quinoa,quinoa,quinoa.n.01,1,,0.001,,,,0.001,, +1837,raisin,raisin,raisin.n.01,1,,0.000,,,,0.000,, +1838,red_meat_sauce,red_meat_sauce,red_meat_sauce.n.01,1,,1.000,,,,1.000,, +1839,red_wine,red_wine,red_wine.n.01,1,,0.985,,,,0.985,, +1840,refried_beans,refried_beans,refried_beans.n.01,1,,0.900,,,,0.900,, +1842,rubbing_alcohol,rubbing_alcohol,rubbing_alcohol.n.01,1,,0.785,,,,0.785,, +1843,rum,rum,rum.n.01,1,,0.920,,,,0.920,, +1844,rust,rust,rust.n.01,1,,0.001,,,,0.001,, +1845,saddle_soap,saddle_soap,saddle_soap.n.01,1,,1.000,,,,1.000,, +1846,saffron,saffron,saffron.n.02,1,,0.000,,,,0.000,, +1847,sage,sage,sage.n.02,1,,0.001,,,,0.001,, +1848,salsa,salsa,salsa.n.01,1,,1.000,,,,1.000,, +1849,salt,salt,salt.n.02,1,,0.005,,,,0.005,, +1850,sand,sand,sand.n.04,1,,1.600,,,,1.600,, +1851,sealant,sealant,sealant.n.01,1,,1.000,,,,1.000,, +1852,seawater,seawater,seawater.n.01,1,,1.025,,,,1.025,, +1853,sesame_oil,sesame_oil,sesame_oil.n.01,1,,0.920,,,,0.920,, +1854,sesame_seed,sesame_seed,sesame_seed.n.01,1,,0.000,,,,0.000,, +1856,shortening,shortening,shortening.n.01,1,,0.900,,,,0.900,, +1857,smoothie,smoothie,smoothie.n.02,1,,0.350,,,,0.350,, +1858,snow,snow,snow.n.01,1,,0.100,,,,0.100,, +1859,soda_water,soda_water,soda_water.n.03,1,,1.000,,,,1.000,, +1860,sodium_carbonate,sodium_carbonate,sodium_carbonate.n.01,1,,2.530,,,,2.530,, +1861,soil,soil,soil.n.02,1,,1.400,,,,1.400,, +1862,soy_sauce,soy_sauce,soy_sauce.n.01,1,,1.000,,,,1.000,, +1863,spray_paint,spray_paint,spray_paint.n.01,1,,0.350,,,,0.350,, +1864,stain,stain,stain.n.01,1,,0.050,,,,0.050,, +1865,stucco,stucco,stucco.n.01,1,,1.800,,,,1.800,, +1866,sugar_coffee_scrub,sugar_coffee_scrub,sugar_coffee_scrub.n.01,1,,0.200,,,,0.200,, +1867,sugar_syrup,sugar_syrup,sugar_syrup.n.01,1,,1.200,,,,1.200,, +1868,sunflower_seed,sunflower_seed,sunflower_seed.n.01,1,,0.000,,,,0.000,, +1869,tarnish,tarnish,tarnish.n.02,1,,0.010,,,,0.010,, +1870,tea,tea,tea.n.01,1,,0.001,,,,0.001,, +1871,thyme,thyme,thyme.n.02,1,,0.001,,,,0.001,, +1872,toilet_soap,toilet_soap,toilet_soap.n.01,1,,0.100,,,,0.100,, +1873,tomato_paste,tomato_paste,tomato_paste.n.01,1,,1.200,,,,1.200,, +1874,tomato_rice,tomato_rice,tomato_rice.n.01,1,,0.001,,,,0.001,, +1875,tomato_sauce,tomato_sauce,tomato_sauce.n.01,1,,1.000,,,,1.000,, +1876,tonic,tonic,tonic.n.01,1,,1.000,,,,1.000,, +1877,toothpaste,toothpaste,toothpaste.n.01,1,,0.200,,,,0.200,, +1878,vanilla,vanilla,vanilla.n.02,1,,0.002,,,,0.002,, +1879,vinegar,vinegar,vinegar.n.01,1,,1.000,,,,1.000,, +1880,vinegar_cleaning_solution,vinegar_cleaning_solution,vinegar_cleaning_solution.n.01,1,,1.000,,,,1.000,, +1881,vodka,vodka,vodka.n.01,1,,0.920,,,,0.920,, +1882,water,water,water.n.06,1,,1.000,,,,1.000,, +1883,wax_remnant,wax_remnant,wax_remnant.n.01,1,,0.001,,,,0.001,, +1884,whipped_cream,whipped_cream,whipped_cream.n.01,1,,0.960,,,,0.960,, +1885,white_rice,white_rice,white_rice.n.01,1,,0.001,,,,0.001,, +1886,white_wine,white_wine,white_wine.n.01,1,,0.985,,,,0.985,, +1887,whole_milk,whole_milk,whole_milk.n.01,1,,1.032,,,,1.032,, +1888,wine_sauce,wine_sauce,wine_sauce.n.01,1,,1.000,,,,1.000,, +1889,wrinkle,wrinkle,wrinkle.n.01,1,,0.001,,,,0.001,, +1890,yeast,yeast,yeast.n.01,1,,0.010,,,,0.010,, +1891,yogurt,yogurt,yogurt.n.01,1,,1.030,,,,1.030,, +1894,ammonia_water_atomizer,ammonia_water_atomizer,ammonia_water__atomizer.n.01,1,,0.400,,,,0.400,, +1895,bleaching_agent_atomizer,bleaching_agent_atomizer,bleaching_agent__atomizer.n.01,1,,0.400,,,,0.400,, +1896,conditioner_atomizer,conditioner_atomizer,conditioner__atomizer.n.01,1,,0.400,,,,0.400,, +1897,deodorant_atomizer,deodorant_atomizer,deodorant__atomizer.n.01,1,,0.400,,,,0.400,, +1898,detergent_atomizer,detergent_atomizer,detergent__atomizer.n.01,1,,0.400,,,,0.400,, +1899,fertilizer_atomizer,fertilizer_atomizer,fertilizer__atomizer.n.01,1,,0.400,,,,0.400,, +1900,insectifuge_atomizer,insectifuge_atomizer,insectifuge__atomizer.n.01,1,,0.400,,,,0.400,, +1901,pesticide_atomizer,pesticide_atomizer,pesticide__atomizer.n.01,1,,0.400,,,,0.400,, +1902,rubbing_alcohol_atomizer,rubbing_alcohol_atomizer,rubbing_alcohol__atomizer.n.01,1,,0.400,,,,0.400,, +1903,sealant_atomizer,sealant_atomizer,sealant__atomizer.n.01,1,,0.400,,,,0.400,, +1904,spray_paint_can,spray_paint_can,spray_paint__can.n.01,1,,0.400,,,,0.400,, +1905,vinegar_atomizer,vinegar_atomizer,vinegar__atomizer.n.01,1,,0.400,,,,0.400,, +1906,water_atomizer,water_atomizer,water__atomizer.n.01,1,,0.400,,,,0.400,, +1907,whipped_cream_atomizer,whipped_cream_atomizer,whipped_cream__atomizer.n.01,1,,0.400,,,,0.400,, +1908,chlorine_bottle,chlorine_bottle,chlorine__bottle.n.01,1,,0.200,,,,0.200,, +1909,detergent_bottle,detergent_bottle,detergent__bottle.n.01,1,,0.200,,,,0.200,, +1910,disinfectant_bottle,disinfectant_bottle,disinfectant__bottle.n.01,1,,0.200,,,,0.200,, +1911,fabric_softener_bottle,fabric_softener_bottle,fabric_softener__bottle.n.01,1,,0.200,,,,0.200,, +1912,floor_wax_bottle,floor_wax_bottle,floor_wax__bottle.n.01,1,,0.200,,,,0.200,, +1913,herbicide_bottle,herbicide_bottle,herbicide__bottle.n.01,1,,0.200,,,,0.200,, +1914,hydrogen_peroxide_bottle,hydrogen_peroxide_bottle,hydrogen_peroxide__bottle.n.01,1,,0.500,,,,0.500,, +1915,liquid_soap_bottle,liquid_soap_bottle,liquid_soap__bottle.n.01,1,,0.300,,,,0.300,, +1916,lubricant_bottle,lubricant_bottle,lubricant__bottle.n.01,1,,0.400,,,,0.400,, +1917,polish_bottle,polish_bottle,polish__bottle.n.01,1,,0.300,,,,0.300,, +1918,saddle_soap_bottle,saddle_soap_bottle,saddle_soap__bottle.n.01,1,,0.300,,,,0.300,, +1919,salt_bottle,salt_bottle,salt__bottle.n.01,1,,0.400,,,,0.400,, +1920,shampoo_bottle,shampoo_bottle,shampoo__bottle.n.01,1,,0.400,,,,0.400,, +1921,soap_bottle,soap_bottle,soap__bottle.n.01,1,,0.300,,,,0.300,, +1922,solvent_bottle,solvent_bottle,solvent__bottle.n.01,1,,0.500,,,,0.500,, +1923,toilet_soap_bottle,toilet_soap_bottle,toilet_soap__bottle.n.01,1,,0.300,,,,0.300,, +1924,bird_feed_bag,bird_feed_bag,bird_feed__bag.n.01,1,,20.000,,,,20.000,, +1925,brown_rice_sack,brown_rice_sack,brown_rice__sack.n.01,1,,5.000,,,,5.000,, +1926,brown_sugar_sack,brown_sugar_sack,brown_sugar__sack.n.01,1,,5.000,,,,5.000,, +1927,chia_seed_bag,chia_seed_bag,chia_seed__bag.n.01,1,,1.000,,,,1.000,, +1928,flour_sack,flour_sack,flour__sack.n.01,1,,5.000,,,,5.000,, +1929,granulated_sugar_sack,granulated_sugar_sack,granulated_sugar__sack.n.01,1,,5.000,,,,5.000,, +1930,grated_cheese_sack,grated_cheese_sack,grated_cheese__sack.n.01,1,,2.000,,,,2.000,, +1931,ground_beef_package,ground_beef_package,ground_beef__package.n.01,1,,0.500,,,,0.500,, +1932,mulch_bag,mulch_bag,mulch__bag.n.01,1,,20.000,,,,20.000,, +1933,pellet_food_bag,pellet_food_bag,pellet_food__bag.n.01,1,,10.000,,,,10.000,, +1934,petfood_bag,petfood_bag,petfood__bag.n.01,1,,10.000,,,,10.000,, +1935,popcorn_bag,popcorn_bag,popcorn__bag.n.01,1,,0.100,,,,0.100,, +1936,pumpkin_seed_bag,pumpkin_seed_bag,pumpkin_seed__bag.n.01,1,,1.000,,,,1.000,, +1937,soil_bag,soil_bag,soil__bag.n.01,1,,20.000,,,,20.000,, +1938,sugar_sack,sugar_sack,sugar__sack.n.01,1,,5.000,,,,5.000,, +1939,sunflower_seed_bag,sunflower_seed_bag,sunflower_seed__bag.n.01,1,,2.000,,,,2.000,, +1940,white_rice_sack,white_rice_sack,white_rice__sack.n.01,1,,5.000,,,,5.000,, +1941,beef_broth_carton,beef_broth_carton,beef_broth__carton.n.01,1,,1.000,,,,1.000,, +1942,chicken_broth_carton,chicken_broth_carton,chicken_broth__carton.n.01,1,,1.000,,,,1.000,, +1943,chicken_soup_carton,chicken_soup_carton,chicken_soup__carton.n.01,1,,1.000,,,,1.000,, +1944,milk_carton,milk_carton,milk__carton.n.01,1,,1.000,,,,1.000,, +1945,orange_juice_carton,orange_juice_carton,orange_juice__carton.n.01,1,,1.000,,,,1.000,, +1946,pineapple_juice_carton,pineapple_juice_carton,pineapple_juice__carton.n.01,1,,1.000,,,,1.000,, +1947,shortening_carton,shortening_carton,shortening__carton.n.01,1,,1.000,,,,1.000,, +1948,yogurt_carton,yogurt_carton,yogurt__carton.n.01,1,,1.000,,,,1.000,, +1949,baking_powder_jar,baking_powder_jar,baking_powder__jar.n.01,1,,0.200,,,,0.200,, +1950,basil_jar,basil_jar,basil__jar.n.01,1,,0.200,,,,0.200,, +1951,butter_package,butter_package,butter__package.n.01,1,,0.200,,,,0.200,, +1952,chickpea_can,chickpea_can,chickpea__can.n.01,1,,0.500,,,,0.500,, +1953,clove_jar,clove_jar,clove__jar.n.01,1,,0.200,,,,0.200,, +1954,cocoa_box,cocoa_box,cocoa__box.n.01,1,,0.500,,,,0.500,, +1955,cocoa_powder_box,cocoa_powder_box,cocoa_powder__box.n.01,1,,0.500,,,,0.500,, +1956,coconut_oil_jar,coconut_oil_jar,coconut_oil__jar.n.01,1,,0.500,,,,0.500,, +1957,coffee_bean_jar,coffee_bean_jar,coffee_bean__jar.n.01,1,,0.500,,,,0.500,, +1958,cornstarch_jar,cornstarch_jar,cornstarch__jar.n.01,1,,0.500,,,,0.500,, +1959,cream_carton,cream_carton,cream__carton.n.01,1,,1.000,,,,1.000,, +1960,cream_cheese_box,cream_cheese_box,cream_cheese__box.n.01,1,,0.200,,,,0.200,, +1961,feta_box,feta_box,feta__box.n.01,1,,0.200,,,,0.200,, +1962,frosting_jar,frosting_jar,frosting__jar.n.01,1,,0.300,,,,0.300,, +1963,gelatin_box,gelatin_box,gelatin__box.n.01,1,,0.500,,,,0.500,, +1964,granola_box,granola_box,granola__box.n.01,1,,0.300,,,,0.300,, +1965,granulated_sugar_jar,granulated_sugar_jar,granulated_sugar__jar.n.01,1,,0.800,,,,0.800,, +1966,honey_jar,honey_jar,honey__jar.n.01,1,,1.200,,,,1.200,, +1967,hummus_box,hummus_box,hummus__box.n.01,1,,0.400,,,,0.400,, +1968,ice_cream_carton,ice_cream_carton,ice_cream__carton.n.01,1,,1.500,,,,1.500,, +1969,instant_coffee_jar,instant_coffee_jar,instant_coffee__jar.n.01,1,,0.600,,,,0.600,, +1970,jelly_jar,jelly_jar,jelly__jar.n.01,1,,0.900,,,,0.900,, +1971,jelly_bean_jar,jelly_bean_jar,jelly_bean__jar.n.01,1,,0.700,,,,0.700,, +1972,jimmies_jar,jimmies_jar,jimmies__jar.n.01,1,,0.500,,,,0.500,, +1973,maple_syrup_jar,maple_syrup_jar,maple_syrup__jar.n.01,1,,1.000,,,,1.000,, +1974,margarine_box,margarine_box,margarine__box.n.01,1,,0.400,,,,0.400,, +1975,marinara_jar,marinara_jar,marinara__jar.n.01,1,,0.800,,,,0.800,, +1976,noodle_jar,noodle_jar,noodle__jar.n.01,1,,0.600,,,,0.600,, +1977,oat_box,oat_box,oat__box.n.01,1,,0.300,,,,0.300,, +1978,pasta_box,pasta_box,pasta__box.n.01,1,,0.500,,,,0.500,, +1979,peanut_butter_jar,peanut_butter_jar,peanut_butter__jar.n.01,1,,1.300,,,,1.300,, +1980,raisin_box,raisin_box,raisin__box.n.01,1,,0.300,,,,0.300,, +1981,refried_beans_can,refried_beans_can,refried_beans__can.n.01,1,,0.400,,,,0.400,, +1982,sodium_carbonate_jar,sodium_carbonate_jar,sodium_carbonate__jar.n.01,1,,0.700,,,,0.700,, +1983,tomato_sauce_jar,tomato_sauce_jar,tomato_sauce__jar.n.01,1,,0.900,,,,0.900,, +1984,yeast_jar,yeast_jar,yeast__jar.n.01,1,,0.600,,,,0.600,, +1985,cooking_oil_bottle,cooking_oil_bottle,cooking_oil__bottle.n.01,1,,1.200,,,,1.200,, +1986,lemon_juice_bottle,lemon_juice_bottle,lemon_juice__bottle.n.01,1,,1.000,,,,1.000,, +1987,lime_juice_bottle,lime_juice_bottle,lime_juice__bottle.n.01,1,,1.100,,,,1.100,, +1988,olive_oil_bottle,olive_oil_bottle,olive_oil__bottle.n.01,1,,1.200,,,,1.200,, +1989,sesame_oil_bottle,sesame_oil_bottle,sesame_oil__bottle.n.01,1,,1.100,,,,1.100,, +1990,vinegar_bottle,vinegar_bottle,vinegar__bottle.n.01,1,,1.000,,,,1.000,, +1991,cayenne_shaker,cayenne_shaker,cayenne__shaker.n.01,1,,0.200,,,,0.200,, +1992,cinnamon_shaker,cinnamon_shaker,cinnamon__shaker.n.01,1,,0.200,,,,0.200,, +1993,coriander_shaker,coriander_shaker,coriander__shaker.n.01,1,,0.200,,,,0.200,, +1994,cream_of_tartar_shaker,cream_of_tartar_shaker,cream_of_tartar__shaker.n.01,1,,0.200,,,,0.200,, +1995,cumin_shaker,cumin_shaker,cumin__shaker.n.01,1,,0.200,,,,0.200,, +1996,curry_powder_shaker,curry_powder_shaker,curry_powder__shaker.n.01,1,,0.200,,,,0.200,, +1997,ginger_shaker,ginger_shaker,ginger__shaker.n.01,1,,0.200,,,,0.200,, +1998,lemon_pepper_seasoning_shaker,lemon_pepper_seasoning_shaker,lemon-pepper_seasoning__shaker.n.01,1,,0.200,,,,0.200,, +1999,marjoram_shaker,marjoram_shaker,marjoram__shaker.n.01,1,,0.200,,,,0.200,, +2000,mustard_seed_shaker,mustard_seed_shaker,mustard_seed__shaker.n.01,1,,0.200,,,,0.200,, +2001,nutmeg_shaker,nutmeg_shaker,nutmeg__shaker.n.01,1,,0.200,,,,0.200,, +2002,onion_powder_shaker,onion_powder_shaker,onion_powder__shaker.n.01,1,,0.200,,,,0.200,, +2003,paprika_shaker,paprika_shaker,paprika__shaker.n.01,1,,0.200,,,,0.200,, +2004,parmesan_shaker,parmesan_shaker,parmesan__shaker.n.01,1,,0.200,,,,0.200,, +2005,saffron_shaker,saffron_shaker,saffron__shaker.n.01,1,,0.200,,,,0.200,, +2006,sage_shaker,sage_shaker,sage__shaker.n.01,1,,0.200,,,,0.200,, +2007,sesame_seed_shaker,sesame_seed_shaker,sesame_seed__shaker.n.01,1,,0.200,,,,0.200,, +2008,thyme_shaker,thyme_shaker,thyme__shaker.n.01,1,,0.200,,,,0.200,, +2009,yeast_shaker,yeast_shaker,yeast__shaker.n.01,1,,0.200,,,,0.200,, +2010,barbecue_sauce_bottle,barbecue_sauce_bottle,barbecue_sauce__bottle.n.01,1,,1.200,,,,1.200,, +2011,catsup_bottle,catsup_bottle,catsup__bottle.n.01,1,,1.000,,,,1.000,, +2012,chocolate_sauce_bottle,chocolate_sauce_bottle,chocolate_sauce__bottle.n.01,1,,1.100,,,,1.100,, +2013,glaze_bottle,glaze_bottle,glaze__bottle.n.01,1,,0.500,,,,0.500,, +2014,hot_sauce_bottle,hot_sauce_bottle,hot_sauce__bottle.n.01,1,,0.300,,,,0.300,, +2015,mustard_bottle,mustard_bottle,mustard__bottle.n.01,1,,0.400,,,,0.400,, +2016,salsa_bottle,salsa_bottle,salsa__bottle.n.01,1,,0.400,,,,0.400,, +2017,soy_sauce_bottle,soy_sauce_bottle,soy_sauce__bottle.n.01,1,,0.600,,,,0.600,, +2018,sugar_syrup_bottle,sugar_syrup_bottle,sugar_syrup__bottle.n.01,1,,0.500,,,,0.500,, +2019,vanilla_bottle,vanilla_bottle,vanilla__bottle.n.01,1,,0.300,,,,0.300,, +2020,white_sauce_bottle,white_sauce_bottle,white_sauce__bottle.n.01,1,,0.500,,,,0.500,, +2021,wine_sauce_bottle,wine_sauce_bottle,wine_sauce__bottle.n.01,1,,0.500,,,,0.500,, +2022,lemonade_bottle,lemonade_bottle,lemonade__bottle.n.01,1,,0.600,,,,0.600,, +2023,soda_can,soda_can,soda__can.n.01,1,,0.150,,,,0.150,, +2024,soda_water_bottle,soda_water_bottle,soda_water__bottle.n.01,1,,0.500,,,,0.500,, +2025,tomato_paste_can,tomato_paste_can,tomato_paste__can.n.01,1,,0.400,,,,0.400,, +2026,vodka_bottle,vodka_bottle,vodka__bottle.n.01,1,,1.200,,,,1.200,, +2027,whiskey_bottle,whiskey_bottle,whiskey__bottle.n.01,1,,1.200,,,,1.200,, +2028,portrait,portrait,portrait.n.02,1,,3,,,,3.000,, +2029,bap,bap,bap.n.01,1,,0.1,,,,0.100,, +2030,ramen,ramen,ramen.n.01,1,,0.2,,,,0.200,, +2031,rag,rag,rag.n.01,1,,0.05,,,,0.050,, +2032,lens,lens,lens.n.01,1,,0.02,,,,0.020,, +2033,paving_stone,paving_stone,paving_stone.n.01,1,,2,,,,2.000,, +2034,cheddar,cheddar,cheddar.n.02,1,,0.2,,,,0.200,, +2035,half_zucchini,half_zucchini,half__zucchini.n.01,1,,0.2,,,,0.200,, +2036,lint_screen,lint_screen,lint_screen.n.01,1,,0.1,,,,0.100,, +2037,lemon_peel,lemon_peel,lemon_peel.n.01,1,,0.02,,,,0.020,, +2038,can,can,can.n.01,1,,0.1,,,,0.100,, +2039,clam,clam,clam.n.03,1,,0.1,,,,0.100,, +2040,edible_cookie_dough,edible_cookie_dough,edible_cookie_dough.n.01,1,,0.4,,,,0.400,, +2041,half_apple_pie,half_apple_pie,half__apple_pie.n.01,1,,1.2,,,,1.200,, +2042,half_feta,half_feta,half__feta.n.01,1,,0.2,,,,0.200,, +2043,half_log,half_log,half__log.n.01,1,,3,,,,3.000,, +2044,hotdog,hotdog,hotdog.n.02,1,,0.1,,,,0.100,, +2045,cast,cast,mold.n.02,1,,0.5,,,,0.500,, +2046,pastry,pastry,pastry.n.01,1,,0.2,,,,0.200,, +2047,pebble,pebble,pebble.n.01,1,,0.1,,,,0.100,, +2048,pepperoni,pepperoni,pepperoni.n.01,1,,0.05,,,,0.050,, +2049,pizza_dough,pizza_dough,pizza_dough.n.01,1,,0.4,,,,0.400,, +2050,sugar_cookie_dough,sugar_cookie_dough,sugar_cookie_dough.n.01,1,,0.4,,,,0.400,, +2051,poinsettia,poinsettia,poinsettia.n.01,1,,0.5,,,,0.500,, +2052,acetone_atomizer,acetone_atomizer,acetone__atomizer.n.01,1,,0.1,,,,0.100,, +2053,hard_candy,hard_candy,hard_candy.n.01,1,,0.015,,,,0.015,, +2054,beaker,beaker,beaker.n.02,1,,0.200,,,,0.200,, +2055,stone_wall,stone_wall,stone_wall.n.01,1,,750.000,,,,750.000,, +2056,charcoal_powder,charcoal_powder,charcoal.n.01,1,,0.200,,,,0.200,, +2057,fennel_dried,fennel_dried,fennel.n.04,1,,0.050,,,,0.050,, +2058,bagel_dough,bagel_dough,bagel_dough.n.01,1,,0.100,,,,0.100,, +2059,biscuit_dough,biscuit_dough,biscuit_dough.n.01,1,,0.080,,,,0.080,, +2060,half_papaya,half_papaya,half__papaya.n.01,1,,0.500,,,,0.500,, +2061,liquid_carton,liquid_carton,liquid_carton.n.01,1,,0.200,,,,0.200,, +2062,roll_dough,roll_dough,roll_dough.n.01,1,,0.120,,,,0.120,, +2063,sliced_brisket,sliced_brisket,sliced__brisket.n.01,1,,0.250,,,,0.250,, +2064,spice_cookie_dough,spice_cookie_dough,spice_cookie_dough.n.01,1,,0.090,,,,0.090,, +2065,toy_dice,toy_dice,toy_dice.n.01,1,,0.020,,,,0.020,, +2066,toy_car,toy_car,toy_car.n.01,1,,0.100,,,,0.100,, +2067,beach_toy,beach_toy,beach_toy.n.01,1,,0.300,,,,0.300,, +2068,alphabet_abacus,alphabet_abacus,alphabet_abacus.n.01,1,,0.500,,,,0.500,, diff --git a/bddl/generated_data/output_hierarchy.json b/bddl/generated_data/output_hierarchy.json index 314af017..1964e7f7 100644 --- a/bddl/generated_data/output_hierarchy.json +++ b/bddl/generated_data/output_hierarchy.json @@ -26,40 +26,226 @@ "hasModel": true, "children": [ { - "name": "vessel.n.03", + "name": "dispenser.n.01", "hasModel": true, "children": [ { - "name": "acetone__bottle.n.01", - "hasModel": true + "name": "acetone__atomizer.n.01", + "hasModel": true, + "categories": [ + "acetone_atomizer" + ] }, { - "name": "ammonia_water__bottle.n.01", - "hasModel": true + "name": "aerosol.n.02", + "hasModel": true, + "categories": [ + "spray_can" + ] + }, + { + "name": "air_freshener__atomizer.n.01", + "hasModel": true, + "categories": [ + "air_freshener_atomizer" + ] + }, + { + "name": "ammonia_water__atomizer.n.01", + "hasModel": true, + "categories": [ + "ammonia_water_atomizer" + ] + }, + { + "name": "atomizer.n.01", + "hasModel": true, + "categories": [ + "spray_bottle" + ] + }, + { + "name": "bleaching_agent__atomizer.n.01", + "hasModel": true, + "categories": [ + "bleaching_agent_atomizer" + ] + }, + { + "name": "candy_dispenser_shelf.n.01", + "hasModel": true, + "categories": [ + "candy_dispenser_shelf" + ] + }, + { + "name": "conditioner__atomizer.n.01", + "hasModel": true, + "categories": [ + "conditioner_atomizer" + ] + }, + { + "name": "deodorant__atomizer.n.01", + "hasModel": true, + "categories": [ + "deodorant_atomizer" + ] + }, + { + "name": "detergent__atomizer.n.01", + "hasModel": true, + "categories": [ + "detergent_atomizer" + ] + }, + { + "name": "dry_food_dispenser_shelf.n.01", + "hasModel": true, + "categories": [ + "dry_food_dispenser_shelf" + ] + }, + { + "name": "fertilizer__atomizer.n.01", + "hasModel": true, + "categories": [ + "fertilizer_atomizer" + ] + }, + { + "name": "inhaler.n.01", + "hasModel": true, + "categories": [ + "inhaler" + ] + }, + { + "name": "insectifuge__atomizer.n.01", + "hasModel": true, + "categories": [ + "insectifuge_atomizer" + ] + }, + { + "name": "pesticide__atomizer.n.01", + "hasModel": true, + "categories": [ + "pesticide_atomizer" + ] + }, + { + "name": "rubbing_alcohol__atomizer.n.01", + "hasModel": true, + "categories": [ + "rubbing_alcohol_atomizer" + ] + }, + { + "name": "sealant__atomizer.n.01", + "hasModel": true, + "categories": [ + "sealant_atomizer" + ] + }, + { + "name": "soap_dispenser.n.01", + "hasModel": true, + "categories": [ + "soap_dispenser", + "wall_mounted_soap_dispenser" + ] + }, + { + "name": "spray_paint__can.n.01", + "hasModel": true, + "categories": [ + "spray_paint_can" + ] + }, + { + "name": "tissue_dispenser.n.01", + "hasModel": true, + "categories": [ + "tissue_dispenser" + ] + }, + { + "name": "vinegar__atomizer.n.01", + "hasModel": true, + "categories": [ + "vinegar_atomizer" + ] + }, + { + "name": "water__atomizer.n.01", + "hasModel": true, + "categories": [ + "water_atomizer" + ] + }, + { + "name": "whipped_cream__atomizer.n.01", + "hasModel": true, + "categories": [ + "whipped_cream_atomizer" + ] }, + { + "name": "whipped_cream__can.n.01", + "hasModel": true + } + ] + }, + { + "name": "allspice__shaker.n.01", + "hasModel": true, + "categories": [ + "allspice_shaker" + ] + }, + { + "name": "vessel.n.03", + "hasModel": true, + "children": [ { "name": "apple_juice__bottle.n.01", "hasModel": true }, { "name": "baking_powder__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baking_powder_jar" + ] + }, + { + "name": "balsamic_vinegar__bottle.n.01", + "hasModel": true, + "categories": [ + "balsamic_vinegar_bottle" + ] }, { "name": "barbecue_sauce__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "barbecue_sauce_bottle" + ] }, { "name": "basil__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "basil_jar" + ] }, { "name": "bathtub.n.01", - "hasModel": true - }, - { - "name": "beef_broth__carton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bathtub" + ] }, { "name": "barrel.n.02", @@ -67,11 +253,10 @@ "children": [ { "name": "beer_barrel.n.01", - "hasModel": true - }, - { - "name": "keg.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "beer_keg" + ] } ] }, @@ -81,7 +266,10 @@ "children": [ { "name": "beer_bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer_bottle" + ] }, { "name": "flask.n.01", @@ -89,15 +277,24 @@ "children": [ { "name": "canteen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "canteen" + ] }, { "name": "erlenmeyer_flask.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "erlenmeyer_flask" + ] }, { "name": "round-bottom_flask.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "round_bottom_flask" + ] }, { "name": "vacuum_flask.n.01", @@ -113,15 +310,26 @@ }, { "name": "carafe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carafe", + "decanter", + "fragrance_decanter" + ] }, { "name": "carboy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "reagent_bottle" + ] }, { "name": "cruet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cruet" + ] }, { "name": "jug.n.01", @@ -129,7 +337,10 @@ }, { "name": "pill_bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pill_bottle" + ] }, { "name": "pop_bottle.n.01", @@ -137,15 +348,24 @@ }, { "name": "specimen_bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "specimen_bottle" + ] }, { "name": "water_bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "water_bottle" + ] }, { "name": "wine_bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wine_bottle" + ] } ] }, @@ -155,17 +375,19 @@ "children": [ { "name": "bidet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bidet" + ] } ] }, - { - "name": "bleaching_agent__bottle.n.01", - "hasModel": true - }, { "name": "bottle.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "baby_bottle" + ] }, { "name": "bourbon__bottle.n.01", @@ -173,7 +395,10 @@ }, { "name": "bowl.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bowl" + ] }, { "name": "brandy__bottle.n.01", @@ -181,7 +406,11 @@ }, { "name": "bucket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bucket", + "ice_bucket" + ] }, { "name": "pot.n.01", @@ -189,11 +418,17 @@ "children": [ { "name": "caldron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cauldron" + ] }, { "name": "copper_pot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "copper_pot" + ] }, { "name": "coffeepot.n.01", @@ -201,91 +436,132 @@ "children": [ { "name": "drip_pot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drip_pot" + ] } ] }, { "name": "dutch_oven.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "dutch_oven" + ] }, { "name": "kettle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boiler", + "electric_kettle", + "kettle" + ] }, { "name": "pewter_teapot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pewter_teapot" + ] }, { "name": "saucepot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saucepot" + ] }, { "name": "stockpot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stockpot" + ] }, { "name": "teapot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "teapot" + ] } ] }, { "name": "catsup__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "catsup_bottle" + ] }, { "name": "champagne__bottle.n.01", "hasModel": true }, - { - "name": "chicken_broth__carton.n.01", - "hasModel": true - }, { "name": "chlorine__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chlorine_bottle" + ] }, { "name": "chocolate_sauce__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_sauce_bottle" + ] }, { "name": "clove__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clove_jar" + ] }, { "name": "coconut_oil__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coconut_oil_jar" + ] }, { "name": "coffee_bean__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_bean_jar" + ] }, { "name": "cola__bottle.n.01", - "hasModel": true - }, - { - "name": "conditioner__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cola_bottle" + ] }, { "name": "cooking_oil__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooking_oil_bottle" + ] }, { "name": "cornstarch__jar.n.01", - "hasModel": true - }, - { - "name": "cream__carton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cornstarch_jar" + ] }, { "name": "detergent__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "detergent_bottle" + ] }, { "name": "ladle.n.01", @@ -293,21 +569,33 @@ "children": [ { "name": "dipper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dipper" + ] }, { "name": "scoop.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "scoop" + ] }, { "name": "soup_ladle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soup_ladle" + ] } ] }, { "name": "disinfectant__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "disinfectant_bottle" + ] }, { "name": "essential_oil__bottle.n.01", @@ -315,15 +603,24 @@ }, { "name": "fabric_softener__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fabric_softener_bottle" + ] }, { "name": "floor_wax__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "floor_wax_bottle" + ] }, { "name": "frosting__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "frosting_jar" + ] }, { "name": "gin__bottle.n.01", @@ -331,47 +628,70 @@ }, { "name": "glaze__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "glaze_bottle" + ] }, { - "name": "glue__bottle.n.01", - "hasModel": true + "name": "granulated_sugar__jar.n.01", + "hasModel": true, + "categories": [ + "granulated_sugar_jar" + ] }, { - "name": "granulated_sugar__jar.n.01", + "name": "herb__jar.n.01", "hasModel": true }, { "name": "herbicide__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "herbicide_bottle" + ] }, { "name": "honey__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "honey_jar" + ] }, { "name": "hot_sauce__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hot_sauce_bottle" + ] }, { "name": "hot_tub.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hot_tub" + ] }, { "name": "hydrogen_peroxide__bottle.n.01", - "hasModel": true - }, - { - "name": "ice_cream__carton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hydrogen_peroxide_bottle" + ] }, { "name": "ink__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ink_bottle" + ] }, { "name": "instant_coffee__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "instant_coffee_jar" + ] }, { "name": "jam__jar.n.01", @@ -379,31 +699,52 @@ }, { "name": "jelly__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jelly_jar" + ] }, { "name": "jelly_bean__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jelly_bean_jar" + ] }, { "name": "jimmies__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jimmies_jar" + ] }, { "name": "lemon_juice__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_juice_bottle" + ] }, { "name": "lemonade__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemonade_bottle" + ] }, { "name": "lime_juice__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lime_juice_bottle" + ] }, { "name": "liquid_soap__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "liquid_soap_bottle" + ] }, { "name": "lotion__bottle.n.01", @@ -411,15 +752,24 @@ }, { "name": "lubricant__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lubricant_bottle" + ] }, { "name": "maple_syrup__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "maple_syrup_jar" + ] }, { "name": "marinara__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marinara_jar" + ] }, { "name": "jar.n.01", @@ -427,11 +777,17 @@ "children": [ { "name": "mason_jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar" + ] }, { "name": "vase.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vase" + ] } ] }, @@ -439,17 +795,19 @@ "name": "mayonnaise__jar.n.01", "hasModel": true }, - { - "name": "milk__carton.n.01", - "hasModel": true - }, { "name": "mop_bucket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mop_bucket" + ] }, { "name": "mortar.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "mortar" + ] }, { "name": "drinking_vessel.n.01", @@ -457,53 +815,55 @@ "children": [ { "name": "mug.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "mug" + ] } ] }, { "name": "mustard__bottle.n.01", - "hasModel": true - }, - { - "name": "mustard_seed__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mustard_bottle" + ] }, { "name": "noodle__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "noodle_jar" + ] }, { "name": "olive_oil__bottle.n.01", - "hasModel": true - }, - { - "name": "orange_juice__carton.n.01", - "hasModel": true - }, - { - "name": "parmesan__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "olive_oil_bottle" + ] }, { "name": "peanut_butter__jar.n.01", - "hasModel": true - }, - { - "name": "perfume__bottle.n.01", - "hasModel": true - }, - { - "name": "pineapple_juice__carton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "peanut_butter_jar" + ] }, { "name": "pitcher.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "jug", + "pitcher" + ] }, { "name": "polish__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "polish_bottle" + ] }, { "name": "autoclave.n.01", @@ -511,29 +871,47 @@ "children": [ { "name": "pressure_cooker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pressure_cooker" + ] } ] }, - { - "name": "rubbing_alcohol__bottle.n.01", - "hasModel": true - }, { "name": "rum__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum_bottle" + ] }, { "name": "saddle_soap__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saddle_soap_bottle" + ] + }, + { + "name": "salad__bowl.n.01", + "hasModel": true, + "categories": [ + "salad_bowl" + ] }, { "name": "salsa__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "salsa_bottle" + ] }, { "name": "salt__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "salt_bottle" + ] }, { "name": "sealant__bottle.n.01", @@ -541,43 +919,59 @@ }, { "name": "sesame_oil__bottle.n.01", - "hasModel": true - }, - { - "name": "sesame_seed__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sesame_oil_bottle" + ] }, { "name": "shampoo__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shampoo_bottle" + ] }, { "name": "soap__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soap_bottle" + ] }, { "name": "soda_water__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soda_water_bottle" + ] }, { "name": "sodium_carbonate__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sodium_carbonate_jar" + ] }, { "name": "solvent__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "solvent_bottle" + ] }, { "name": "soy_sauce__bottle.n.01", - "hasModel": true - }, - { - "name": "stew__carton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soy_sauce_bottle" + ] }, { "name": "sugar_syrup__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_syrup_bottle" + ] }, { "name": "sunscreen__bottle.n.01", @@ -585,7 +979,10 @@ }, { "name": "tank.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tank" + ] }, { "name": "tequila__bottle.n.01", @@ -593,7 +990,10 @@ }, { "name": "toilet_soap__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_soap_bottle" + ] }, { "name": "tomato_juice__bottle.n.01", @@ -601,7 +1001,10 @@ }, { "name": "tomato_sauce__jar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_sauce_jar" + ] }, { "name": "tub.n.02", @@ -609,7 +1012,10 @@ }, { "name": "vanilla__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vanilla_bottle" + ] }, { "name": "vegetable_oil__bottle.n.01", @@ -617,7 +1023,10 @@ }, { "name": "vinegar__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vinegar_bottle" + ] }, { "name": "vitamin_pill__bottle.n.01", @@ -625,167 +1034,86 @@ }, { "name": "vodka__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka_bottle" + ] }, { "name": "whiskey__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whiskey_bottle" + ] }, { "name": "white_sauce__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_sauce_bottle" + ] }, { "name": "wine_sauce__bottle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wine_sauce_bottle" + ] }, { - "name": "yeast__bottle.n.01", - "hasModel": true + "name": "yeast__jar.n.01", + "hasModel": true, + "categories": [ + "yeast_jar" + ] }, { - "name": "yeast__jar.n.01", - "hasModel": true + "name": "oil__bottle.n.01", + "hasModel": true, + "categories": [ + "oil_bottle" + ] }, { - "name": "yogurt__carton.n.01", - "hasModel": true + "name": "squeeze_bottle.n.01", + "hasModel": true, + "categories": [ + "squeeze_bottle" + ] + }, + { + "name": "cleansing__bottle.n.01", + "hasModel": true, + "categories": [ + "cleansing_bottle" + ] } ] }, { - "name": "dispenser.n.01", + "name": "bin.n.01", "hasModel": true, "children": [ { - "name": "aerosol.n.02", - "hasModel": true - }, - { - "name": "air_freshener__atomizer.n.01", - "hasModel": true - }, - { - "name": "ammonia_water__atomizer.n.01", - "hasModel": true - }, - { - "name": "atomizer.n.01", - "hasModel": true - }, - { - "name": "candy_dispenser_shelf.n.01", - "hasModel": true - }, - { - "name": "conditioner__dispenser.n.01", - "hasModel": true - }, - { - "name": "deodorant__atomizer.n.01", - "hasModel": true - }, - { - "name": "detergent__atomizer.n.01", - "hasModel": true - }, - { - "name": "drink_dispenser.n.01", - "hasModel": true - }, - { - "name": "dry_food_dispenser_shelf.n.01", - "hasModel": true - }, - { - "name": "fertilizer__atomizer.n.01", - "hasModel": true - }, - { - "name": "hair_spray__can.n.01", - "hasModel": true - }, - { - "name": "inhaler.n.01", - "hasModel": true - }, - { - "name": "insectifuge__atomizer.n.01", - "hasModel": true - }, - { - "name": "isopropanol__dispenser.n.01", - "hasModel": true - }, - { - "name": "pesticide__atomizer.n.01", - "hasModel": true - }, - { - "name": "rubbing_alcohol__atomizer.n.01", - "hasModel": true - }, - { - "name": "sealant__atomizer.n.01", - "hasModel": true - }, - { - "name": "shampoo__dispenser.n.01", - "hasModel": true - }, - { - "name": "soap_dispenser.n.01", - "hasModel": true - }, - { - "name": "spray_paint__can.n.01", - "hasModel": true - }, - { - "name": "tissue_dispenser.n.01", - "hasModel": true - }, - { - "name": "vinegar__atomizer.n.01", - "hasModel": true - }, - { - "name": "water__atomizer.n.01", - "hasModel": true - }, - { - "name": "water_dispenser.n.01", - "hasModel": true - }, - { - "name": "whipped_cream__atomizer.n.01", - "hasModel": true - }, - { - "name": "whipped_cream__can.n.01", - "hasModel": true - } - ] - }, - { - "name": "allspice__shaker.n.01", - "hasModel": true - }, - { - "name": "bin.n.01", - "hasModel": true, - "children": [ - { - "name": "ashcan.n.01", - "hasModel": true + "name": "ashcan.n.01", + "hasModel": true, + "categories": [ + "trash_can" + ] }, { "name": "compost_bin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "compost_bin" + ] }, { "name": "recycling_bin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "recycling_bin" + ] } ] }, @@ -795,19 +1123,31 @@ "children": [ { "name": "ashtray.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ashtray" + ] }, { "name": "dustpan.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "dustpan" + ] }, { "name": "icetray.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "ice_tray" + ] }, { "name": "tray.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tray" + ] } ] }, @@ -817,7 +1157,10 @@ "children": [ { "name": "baby_buggy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stroller" + ] }, { "name": "handcart.n.01", @@ -825,21 +1168,33 @@ "children": [ { "name": "barrow.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "wheelbarrow" + ] }, { "name": "serving_cart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "serving_cart" + ] }, { "name": "shopping_cart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shopping_cart" + ] } ] }, { "name": "bicycle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bicycle" + ] }, { "name": "self-propelled_vehicle.n.01", @@ -851,7 +1206,10 @@ "children": [ { "name": "car.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "car" + ] }, { "name": "truck.n.01", @@ -859,37 +1217,58 @@ "children": [ { "name": "lorry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "lorry" + ] }, { "name": "pickup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pickup_truck" + ] }, { "name": "trailer_truck.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trailer_truck" + ] }, { "name": "van.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "van" + ] } ] }, { "name": "motorcycle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "motorcycle" + ] } ] }, { "name": "recreational_vehicle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "recreational_vehicle" + ] } ] }, { "name": "skateboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "longboard" + ] }, { "name": "wagon.n.04", @@ -903,14 +1282,34 @@ "children": [ { "name": "backpack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "backpack" + ] }, { - "name": "bag__of__popcorn.n.01", - "hasModel": true + "name": "brown_rice__sack.n.01", + "hasModel": true, + "categories": [ + "brown_rice_sack" + ] + }, + { + "name": "brown_sugar__sack.n.01", + "hasModel": true, + "categories": [ + "brown_sugar_sack" + ] }, { "name": "carryall.n.01", + "hasModel": true, + "categories": [ + "tote" + ] + }, + { + "name": "cornmeal__sack.n.01", "hasModel": true }, { @@ -919,13 +1318,40 @@ "children": [ { "name": "duffel_bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "duffel_bag" + ] } ] }, + { + "name": "flour__sack.n.01", + "hasModel": true, + "categories": [ + "flour_sack" + ] + }, + { + "name": "granulated_sugar__sack.n.01", + "hasModel": true, + "categories": [ + "granulated_sugar_sack" + ] + }, + { + "name": "grated_cheese__sack.n.01", + "hasModel": true, + "categories": [ + "grated_cheese_sack" + ] + }, { "name": "gunnysack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "burlap_bag" + ] }, { "name": "ice_pack.n.01", @@ -933,19 +1359,38 @@ }, { "name": "plastic_bag.n.01", - "hasModel": true - }, - { - "name": "popcorn__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plastic_bag" + ] }, { "name": "sack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_bag" + ] }, { "name": "sleeping_bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sleeping_bag" + ] + }, + { + "name": "sugar__sack.n.01", + "hasModel": true, + "categories": [ + "sugar_sack" + ] + }, + { + "name": "white_rice__sack.n.01", + "hasModel": true, + "categories": [ + "white_rice_sack" + ] } ] }, @@ -959,93 +1404,53 @@ "children": [ { "name": "bag.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "suitcase" + ] } ] }, { "name": "briefcase.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "briefcase" + ] }, { "name": "violin_case.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "violin_case" + ] }, { "name": "wallet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wallet" + ] } ] }, { - "name": "glass.n.02", + "name": "box.n.01", "hasModel": true, "children": [ { - "name": "beer_glass.n.01", - "hasModel": true - }, - { - "name": "goblet.n.01", - "hasModel": true - }, - { - "name": "shot_glass.n.01", - "hasModel": true + "name": "beef_broth__carton.n.01", + "hasModel": true, + "categories": [ + "beef_broth_carton" + ] }, { - "name": "tumbler.n.02", - "hasModel": true - }, - { - "name": "water_glass.n.02", - "hasModel": true - }, - { - "name": "wineglass.n.01", - "hasModel": true - } - ] - }, - { - "name": "bird_feed__bag.n.01", - "hasModel": true - }, - { - "name": "bread-bin.n.01", - "hasModel": true - }, - { - "name": "broken__glass.n.01", - "hasModel": true - }, - { - "name": "brown_rice__sack.n.01", - "hasModel": true - }, - { - "name": "brown_sugar__sack.n.01", - "hasModel": true - }, - { - "name": "butter__package.n.01", - "hasModel": true - }, - { - "name": "can.n.01", - "hasModel": true - }, - { - "name": "canister.n.02", - "hasModel": true - }, - { - "name": "box.n.01", - "hasModel": true, - "children": [ - { - "name": "carton.n.02", - "hasModel": true + "name": "carton.n.02", + "hasModel": true, + "categories": [ + "carton" + ] }, { "name": "strongbox.n.01", @@ -1057,7 +1462,11 @@ "children": [ { "name": "cash_register.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cash_register", + "credit_card_terminal" + ] } ] } @@ -1069,29 +1478,75 @@ "children": [ { "name": "cedar_chest.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cedar_chest" + ] }, { "name": "toolbox.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toolbox" + ] }, { "name": "toy_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toy_box" + ] } ] }, { - "name": "cereal_box.n.01", - "hasModel": true + "name": "chicken_broth__carton.n.01", + "hasModel": true, + "categories": [ + "chicken_broth_carton" + ] + }, + { + "name": "cream__carton.n.01", + "hasModel": true, + "categories": [ + "cream_carton" + ] + }, + { + "name": "ice_cream__carton.n.01", + "hasModel": true, + "categories": [ + "ice_cream_carton" + ] }, { "name": "mailbox.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mailbox" + ] }, { "name": "matchbox.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "match_box" + ] + }, + { + "name": "milk__carton.n.01", + "hasModel": true, + "categories": [ + "milk_carton" + ] + }, + { + "name": "orange_juice__carton.n.01", + "hasModel": true, + "categories": [ + "orange_juice_carton" + ] }, { "name": "crate.n.01", @@ -1099,35 +1554,183 @@ "children": [ { "name": "packing_box.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "packing_box" + ] } ] }, { "name": "pencil_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pencil_box", + "pencil_case" + ] + }, + { + "name": "pineapple_juice__carton.n.01", + "hasModel": true, + "categories": [ + "pineapple_juice_carton" + ] }, { "name": "shoebox.n.02", + "hasModel": true, + "categories": [ + "shoe_box" + ] + }, + { + "name": "shortening__carton.n.01", + "hasModel": true, + "categories": [ + "shortening_carton" + ] + }, + { + "name": "stew__carton.n.01", + "hasModel": true + }, + { + "name": "storage_container.n.01", "hasModel": true + }, + { + "name": "yogurt__carton.n.01", + "hasModel": true, + "categories": [ + "yogurt_carton" + ] + }, + { + "name": "chicken_soup__carton.n.01", + "hasModel": true, + "categories": [ + "chicken_soup_carton" + ] + }, + { + "name": "liquid_carton.n.01", + "hasModel": true, + "categories": [ + "liquid_carton" + ] } ] }, { - "name": "case.n.20", + "name": "glass.n.02", + "hasModel": true, + "children": [ + { + "name": "beer_glass.n.01", + "hasModel": true, + "categories": [ + "beer_glass" + ] + }, + { + "name": "goblet.n.01", + "hasModel": true, + "categories": [ + "chalice", + "cocktail_glass", + "goblet" + ] + }, + { + "name": "shot_glass.n.01", + "hasModel": true, + "categories": [ + "jigger" + ] + }, + { + "name": "tumbler.n.02", + "hasModel": true + }, + { + "name": "water_glass.n.02", + "hasModel": true, + "categories": [ + "water_glass" + ] + }, + { + "name": "wineglass.n.01", + "hasModel": true, + "categories": [ + "wineglass" + ] + } + ] + }, + { + "name": "bird_feed__bag.n.01", + "hasModel": true, + "categories": [ + "bird_feed_bag" + ] + }, + { + "name": "bread-bin.n.01", "hasModel": true }, + { + "name": "broken__glass.n.01", + "hasModel": true, + "categories": [ + "broken_glass" + ] + }, + { + "name": "butter__package.n.01", + "hasModel": true, + "categories": [ + "butter_package" + ] + }, + { + "name": "can.n.01", + "hasModel": true, + "categories": [ + "can" + ] + }, + { + "name": "canister.n.02", + "hasModel": true, + "categories": [ + "canister" + ] + }, + { + "name": "case.n.20", + "hasModel": true, + "categories": [ + "display_case" + ] + }, { "name": "dish.n.01", "hasModel": true, "children": [ { "name": "casserole.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "casserole" + ] }, { "name": "gravy_boat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gravy_boat" + ] }, { "name": "bowl.n.03", @@ -1135,11 +1738,10 @@ "children": [ { "name": "mixing_bowl.n.01", - "hasModel": true - }, - { - "name": "salad__bowl.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mixing_bowl" + ] }, { "name": "soup_bowl.n.01", @@ -1149,7 +1751,10 @@ }, { "name": "petri_dish.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "petri_dish" + ] } ] }, @@ -1159,11 +1764,17 @@ }, { "name": "cat_food__tin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cat_food_tin" + ] }, { "name": "cayenne__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cayenne_shaker" + ] }, { "name": "cup.n.01", @@ -1175,69 +1786,111 @@ }, { "name": "coffee_cup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_cup" + ] }, { "name": "dixie_cup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_cup", + "soda_cup" + ] }, { "name": "teacup.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "teacup" + ] + }, + { + "name": "beaker.n.02", + "hasModel": true, + "categories": [ + "beaker" + ] } ] }, { "name": "chia_seed__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chia_seed_bag" + ] }, { "name": "chickpea__can.n.01", - "hasModel": true - }, - { - "name": "chocolate_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chickpea_can" + ] }, { "name": "cinnamon__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon_shaker" + ] }, { "name": "cocoa__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cocoa_box" + ] }, { "name": "cocoa_powder__box.n.01", - "hasModel": true - }, - { - "name": "coriander__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cocoa_powder_box" + ] }, { - "name": "corn_flake__box.n.01", - "hasModel": true + "name": "conditioner__dispenser.n.01", + "hasModel": true, + "categories": [ + "conditioner_dispenser" + ] }, { - "name": "cornmeal__sack.n.01", - "hasModel": true + "name": "coriander__shaker.n.01", + "hasModel": true, + "categories": [ + "coriander_shaker" + ] }, { "name": "cream_cheese__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_cheese_box" + ] }, { "name": "cream_of_tartar__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_of_tartar_shaker" + ] }, { "name": "cumin__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cumin_shaker" + ] }, { "name": "curry_powder__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "curry_powder_shaker" + ] }, { "name": "spoon.n.01", @@ -1253,57 +1906,82 @@ }, { "name": "tablespoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tablespoon" + ] }, { "name": "teaspoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "teaspoon" + ] }, { "name": "wooden_spoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "wooden_spoon" + ] } ] }, { - "name": "dog_food__bag.n.01", - "hasModel": true + "name": "drink__dispenser.n.01", + "hasModel": true, + "categories": [ + "drink_dispenser" + ] }, { "name": "envelope.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "envelope" + ] }, { "name": "feta__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "feta_box" + ] }, { - "name": "flour__sack.n.01", - "hasModel": true + "name": "fuel__can.n.01", + "hasModel": true, + "categories": [ + "fuel_can" + ] }, { "name": "gelatin__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gelatin_box" + ] }, { "name": "ginger__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger_shaker" + ] }, { "name": "granola__box.n.01", - "hasModel": true - }, - { - "name": "granulated_sugar__sack.n.01", - "hasModel": true - }, - { - "name": "grated_cheese__sack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "granola_box" + ] }, { "name": "ground_beef__package.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ground_beef_package" + ] }, { "name": "basket.n.01", @@ -1311,15 +1989,31 @@ "children": [ { "name": "hamper.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hamper" + ] }, { "name": "shopping_basket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shopping_basket" + ] }, { "name": "wicker_basket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wicker_basket" + ] + }, + { + "name": "frail.n.02", + "hasModel": true, + "categories": [ + "frail" + ] } ] }, @@ -1329,15 +2023,31 @@ }, { "name": "hummus__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hummus_box" + ] }, { - "name": "jam_dispenser.n.01", - "hasModel": true + "name": "isopropanol__dispenser.n.01", + "hasModel": true, + "categories": [ + "isopropanol_dispenser" + ] + }, + { + "name": "jam__dispenser.n.01", + "hasModel": true, + "categories": [ + "jam_dispenser" + ] }, { "name": "lemon-pepper_seasoning__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_pepper_seasoning_shaker" + ] }, { "name": "lentil__box.n.01", @@ -1345,19 +2055,31 @@ }, { "name": "litter_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "litter_box" + ] }, { "name": "lunch_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lunch_box" + ] }, { "name": "margarine__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "margarine_box" + ] }, { "name": "marjoram__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marjoram_shaker" + ] }, { "name": "measure.n.09", @@ -1365,65 +2087,124 @@ "children": [ { "name": "measuring_cup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "measuring_cup" + ] } ] }, { "name": "mold.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cast" + ] }, { "name": "mulch__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mulch_bag" + ] + }, + { + "name": "mustard_seed__shaker.n.01", + "hasModel": true, + "categories": [ + "mustard_seed_shaker" + ] }, { "name": "nutmeg__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "nutmeg_shaker" + ] }, { "name": "oat__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "oat_box" + ] }, { "name": "onion_powder__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "onion_powder_shaker" + ] }, { - "name": "package.n.02", - "hasModel": true + "name": "paprika__shaker.n.01", + "hasModel": true, + "categories": [ + "paprika_shaker" + ] }, { - "name": "paprika__shaker.n.01", - "hasModel": true + "name": "parmesan__shaker.n.01", + "hasModel": true, + "categories": [ + "parmesan_shaker" + ] }, { "name": "pasta__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pasta_box" + ] }, { "name": "pellet_food__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pellet_food_bag" + ] }, { "name": "pepper__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pepper_shaker" + ] }, { "name": "petfood__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "petfood_bag" + ] }, { "name": "pizza_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pizza_box" + ] + }, + { + "name": "popcorn__bag.n.01", + "hasModel": true, + "categories": [ + "popcorn_bag" + ] }, { "name": "pot.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "plant_pot" + ] }, { "name": "pumpkin_seed__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pumpkin_seed_bag" + ] }, { "name": "quinoa__box.n.01", @@ -1431,35 +2212,66 @@ }, { "name": "raisin__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "raisin_box" + ] }, { "name": "refried_beans__can.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "refried_beans_can" + ] }, { "name": "rosemary__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rosemary_shaker" + ] }, { "name": "saffron__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saffron_shaker" + ] }, { "name": "sage__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sage_shaker" + ] }, { "name": "salt__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "salt_shaker" + ] + }, + { + "name": "sesame_seed__shaker.n.01", + "hasModel": true, + "categories": [ + "sesame_seed_shaker" + ] }, { "name": "shaker.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "shaker" + ] }, { - "name": "shortening__carton.n.01", - "hasModel": true + "name": "shampoo__dispenser.n.01", + "hasModel": true, + "categories": [ + "shampoo_dispenser" + ] }, { "name": "bag.n.04", @@ -1467,17 +2279,26 @@ "children": [ { "name": "shoulder_bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shoulder_bag" + ] } ] }, { "name": "soda__can.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soda_can" + ] }, { "name": "soil__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soil_bag" + ] }, { "name": "soup__can.n.01", @@ -1485,43 +2306,87 @@ }, { "name": "storage_organizer.n.01", - "hasModel": true - }, - { - "name": "sugar__sack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "storage_organizer" + ] }, { "name": "sunflower_seed__bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sunflower_seed_bag" + ] }, { "name": "thyme__shaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "thyme_shaker" + ] }, { "name": "tomato_paste__can.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_paste_can" + ] }, { "name": "tupperware.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tupperware" + ] + }, + { + "name": "water__dispenser.n.01", + "hasModel": true, + "categories": [ + "water_dispenser" + ] }, { "name": "watering_can.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "watering_can" + ] }, { - "name": "white_rice__sack.n.01", - "hasModel": true + "name": "yeast__shaker.n.01", + "hasModel": true, + "categories": [ + "yeast_shaker" + ] }, { - "name": "chicken_soup__can.n.01", - "hasModel": true + "name": "dog_food__can.n.01", + "hasModel": true, + "categories": [ + "dog_food_can" + ] }, { - "name": "yogurt__cup.n.01", - "hasModel": true + "name": "parsley__shaker.n.01", + "hasModel": true, + "categories": [ + "parsley_shaker" + ] + }, + { + "name": "savory_spice__shaker.n.01", + "hasModel": true, + "categories": [ + "savory_spice_shaker" + ] + }, + { + "name": "package.n.02", + "hasModel": true, + "categories": [ + "package" + ] } ] }, @@ -1543,7 +2408,11 @@ "children": [ { "name": "air_conditioner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "air_conditioner", + "ceiling_air_conditioner" + ] } ] }, @@ -1575,11 +2444,17 @@ "children": [ { "name": "car_wheel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "car_wheel" + ] }, { "name": "skateboard_wheel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "skateboard_wheel" + ] } ] }, @@ -1595,19 +2470,32 @@ }, { "name": "hammock.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "hammock" + ] }, { "name": "pump.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pump" + ] }, { "name": "sprinkler.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fire_sprinkler", + "sprinkler" + ] }, { "name": "swing.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "swing" + ] } ] }, @@ -1625,23 +2513,35 @@ "children": [ { "name": "beer_tap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer_tap" + ] }, { "name": "water_faucet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "water_faucet" + ] } ] }, { "name": "thermostat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "thermostat" + ] } ] }, { "name": "joystick.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "joystick" + ] }, { "name": "handwheel.n.02", @@ -1655,7 +2555,10 @@ }, { "name": "switch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "electric_switch" + ] }, { "name": "governor.n.02", @@ -1683,7 +2586,10 @@ "children": [ { "name": "puck.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hockey_puck" + ] } ] } @@ -1699,7 +2605,10 @@ "children": [ { "name": "air_filter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "air_filter" + ] }, { "name": "strainer.n.01", @@ -1707,11 +2616,17 @@ "children": [ { "name": "colander.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "colander" + ] }, { "name": "sieve.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sieve" + ] } ] }, @@ -1721,17 +2636,26 @@ "children": [ { "name": "paper_coffee_filter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_coffee_filter" + ] }, { "name": "portafilter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "portafilter" + ] } ] }, { "name": "water_filter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "water_filter" + ] } ] }, @@ -1753,7 +2677,10 @@ "children": [ { "name": "alarm_clock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "alarm_clock" + ] }, { "name": "pendulum_clock.n.01", @@ -1761,33 +2688,51 @@ "children": [ { "name": "grandfather_clock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grandfather_clock" + ] } ] }, { "name": "wall_clock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wall_clock" + ] } ] }, { "name": "sandglass.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hourglass" + ] }, { "name": "watch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "watch" + ] } ] }, { "name": "burette.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "buret" + ] }, { "name": "caliper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "caliper" + ] }, { "name": "gauge.n.01", @@ -1799,7 +2744,10 @@ "children": [ { "name": "graduated_cylinder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "graduated_cylinder" + ] } ] }, @@ -1809,11 +2757,17 @@ "children": [ { "name": "meat_thermometer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meat_thermometer" + ] }, { "name": "self-registering_thermometer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "digital_thermometer" + ] } ] }, @@ -1827,17 +2781,27 @@ "children": [ { "name": "rule.n.12", - "hasModel": true + "hasModel": true, + "categories": [ + "ruler" + ] } ] }, { "name": "scale.n.07", - "hasModel": true + "hasModel": true, + "categories": [ + "digital_scale", + "kitchen_analog_scale" + ] }, { "name": "tape.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "measuring_tape" + ] } ] }, @@ -1859,11 +2823,17 @@ "children": [ { "name": "compound_microscope.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "microscope" + ] }, { "name": "hand_glass.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "magnifying_glass" + ] } ] } @@ -1887,7 +2857,10 @@ "children": [ { "name": "dart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dart" + ] } ] }, @@ -1903,19 +2876,32 @@ "children": [ { "name": "goggles.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "goggles" + ] }, { "name": "projector.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "ceiling_mounted_projector", + "projector" + ] }, { "name": "spectacles.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eyeglasses" + ] }, { "name": "sunglasses.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sunglasses" + ] } ] }, @@ -1925,7 +2911,10 @@ "children": [ { "name": "syringe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "syringe" + ] } ] } @@ -1941,7 +2930,10 @@ }, { "name": "battery.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "battery" + ] }, { "name": "circuit.n.01", @@ -1969,7 +2961,10 @@ "children": [ { "name": "headset.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "headset" + ] } ] } @@ -1977,23 +2972,38 @@ }, { "name": "loudspeaker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "loudspeaker", + "speaker_system", + "wall_mounted_loudspeaker" + ] }, { "name": "microphone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gooseneck_microphone", + "microphone" + ] } ] }, { "name": "photoelectric_cell.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "motion_sensor" + ] } ] }, { "name": "plug.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "plug" + ] }, { "name": "security_system.n.02", @@ -2011,11 +3021,19 @@ "children": [ { "name": "bar.n.13", - "hasModel": true + "hasModel": true, + "categories": [ + "weight_bar" + ] }, { "name": "base.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "cake_stand", + "dessert_stand", + "pedestal" + ] }, { "name": "bearing.n.06", @@ -2023,7 +3041,10 @@ }, { "name": "bookend.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bookend" + ] }, { "name": "structural_member.n.01", @@ -2039,7 +3060,10 @@ "children": [ { "name": "column.n.07", - "hasModel": true + "hasModel": true, + "categories": [ + "pillar" + ] }, { "name": "post.n.04", @@ -2047,7 +3071,10 @@ "children": [ { "name": "stake.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "stake" + ] } ] } @@ -2069,25 +3096,41 @@ "children": [ { "name": "camera_tripod.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "camera_tripod" + ] }, { "name": "easel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "easel" + ] } ] }, { "name": "knife_block.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "knife_block" + ] }, { "name": "magazine_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "desk_organizer", + "magazine_rack" + ] }, { "name": "plant_pot_stand.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plant_pot_stand" + ] } ] }, @@ -2097,13 +3140,25 @@ "children": [ { "name": "car_seat.n.01", - "hasModel": true + "hasModel": true, + "children": [ + { + "name": "infant_car_seat.n.01", + "hasModel": true, + "categories": [ + "infant_car_seat" + ] + } + ] } ] }, { "name": "hanger.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hanger" + ] }, { "name": "harness.n.01", @@ -2115,31 +3170,54 @@ }, { "name": "shelf_back.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shelf_back_panel" + ] }, { "name": "shelf_baseboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shelf_baseboard" + ] }, { "name": "shelf_shelf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shelf_shelf" + ] }, { "name": "shelf_side.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shelf_side" + ] }, { "name": "shelf_top.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shelf_top" + ] }, { "name": "shelf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grocery_shelf", + "shelf", + "wall_mounted_shelf" + ] }, { "name": "step.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "stairs" + ] } ] }, @@ -2157,15 +3235,24 @@ "children": [ { "name": "beeswax_candle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beeswax_candle" + ] }, { "name": "dip.n.07", - "hasModel": true + "hasModel": true, + "categories": [ + "dip_candle" + ] }, { "name": "pillar_candle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pillar_candle" + ] } ] }, @@ -2175,29 +3262,48 @@ "children": [ { "name": "broken__light_bulb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "broken_light_bulb" + ] }, { "name": "flashlight.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "flashlight" + ] }, { "name": "light_bulb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bulb", + "light_bulb" + ] } ] }, { "name": "lantern.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lantern" + ] }, { "name": "spirit_lamp.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spirit_lamp" + ] }, { "name": "spotlight.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "spotlight" + ] } ] }, @@ -2207,15 +3313,27 @@ "children": [ { "name": "fairy_light.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fairy_light" + ] }, { "name": "icicle_lights.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "icicle_lights" + ] }, { "name": "room_light.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "downlight", + "room_light", + "square_light", + "wall_mounted_light" + ] } ] } @@ -2227,11 +3345,17 @@ "children": [ { "name": "bell.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bell" + ] }, { "name": "whistle.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "whistle" + ] } ] }, @@ -2241,11 +3365,17 @@ "children": [ { "name": "bell.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bell" + ] }, { "name": "whistle.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "whistle" + ] } ] }, @@ -2271,7 +3401,10 @@ }, { "name": "calculator.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "calculator" + ] }, { "name": "power_tool.n.01", @@ -2283,7 +3416,10 @@ "children": [ { "name": "chain_saw.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chainsaw" + ] } ] } @@ -2299,11 +3435,17 @@ "children": [ { "name": "coffee_mill.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_grinder" + ] }, { "name": "pepper_mill.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pepper_grinder" + ] } ] } @@ -2323,7 +3465,10 @@ "children": [ { "name": "desktop_computer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "desktop_computer" + ] }, { "name": "portable_computer.n.01", @@ -2331,11 +3476,17 @@ "children": [ { "name": "laptop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "laptop" + ] }, { "name": "tablet.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "tablet" + ] } ] } @@ -2361,17 +3512,26 @@ "children": [ { "name": "jukebox.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jukebox" + ] } ] }, { "name": "printer.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "printer" + ] }, { "name": "slicer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "food_slicer" + ] }, { "name": "staple_gun.n.01", @@ -2379,7 +3539,10 @@ }, { "name": "stapler.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stapler" + ] }, { "name": "trimmer.n.02", @@ -2391,7 +3554,10 @@ "children": [ { "name": "vending_machine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vending_machine" + ] } ] } @@ -2399,7 +3565,10 @@ }, { "name": "bird_feeder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bird_feeder" + ] }, { "name": "restraint.n.06", @@ -2419,7 +3588,10 @@ "children": [ { "name": "bobby_pin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bobby_pin" + ] } ] }, @@ -2429,7 +3601,10 @@ }, { "name": "straight_pin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "straight_pin" + ] } ] }, @@ -2443,11 +3618,17 @@ "children": [ { "name": "bulldog_clip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bulldog_clip" + ] }, { "name": "paper_clip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_clip" + ] } ] }, @@ -2461,7 +3642,10 @@ "children": [ { "name": "clout_nail.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clout_nail" + ] }, { "name": "staple.n.04", @@ -2473,7 +3657,10 @@ "children": [ { "name": "thumbtack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "thumbtack" + ] } ] } @@ -2485,19 +3672,31 @@ }, { "name": "dowel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dowel" + ] }, { "name": "lock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lock" + ] }, { "name": "screw.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "screw" + ] }, { "name": "slide_fastener.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "zipper" + ] }, { "name": "paper_fastener.n.01", @@ -2505,11 +3704,17 @@ "children": [ { "name": "staple.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "staple" + ] }, { "name": "thumbtack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "thumbtack" + ] } ] } @@ -2549,7 +3754,10 @@ "children": [ { "name": "copper_wire.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "copper_wire" + ] } ] } @@ -2565,33 +3773,57 @@ "children": [ { "name": "candlestick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "candle_holder" + ] }, { "name": "cup_holder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cup_holder" + ] }, { "name": "french_fry_holder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "french_fry_holder" + ] }, { "name": "paper_towel_holder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_towel_holder" + ] }, { "name": "pencil_holder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pencil_holder" + ] }, { "name": "toilet_paper_holder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_paper_holder" + ] } ] }, { "name": "clamp.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "buret_clamp", + "clamp", + "flask_clamp", + "test_tube_clamp" + ] } ] }, @@ -2601,17 +3833,26 @@ "children": [ { "name": "ceiling_fan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ceiling_fan" + ] }, { "name": "electric_fan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "electric_fan" + ] } ] }, { "name": "charger.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "charger" + ] }, { "name": "lighter.n.02", @@ -2619,17 +3860,26 @@ "children": [ { "name": "cigar_lighter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lighter" + ] }, { "name": "match.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "match" + ] } ] }, { "name": "comb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "comb" + ] }, { "name": "memory_device.n.01", @@ -2641,11 +3891,17 @@ "children": [ { "name": "compact_disk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cd" + ] }, { "name": "videodisk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dvd" + ] } ] }, @@ -2655,7 +3911,10 @@ "children": [ { "name": "compact_disk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cd" + ] }, { "name": "sound_recording.n.01", @@ -2663,7 +3922,10 @@ "children": [ { "name": "phonograph_record.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "phonograph_record" + ] } ] } @@ -2685,11 +3947,17 @@ "children": [ { "name": "cornet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trumpet" + ] }, { "name": "trombone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trombone" + ] } ] }, @@ -2707,7 +3975,10 @@ "children": [ { "name": "sax.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "saxophone" + ] } ] } @@ -2723,7 +3994,10 @@ "children": [ { "name": "cymbal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cymbal" + ] }, { "name": "drum.n.01", @@ -2731,7 +4005,10 @@ }, { "name": "piano.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "piano" + ] } ] }, @@ -2741,11 +4018,17 @@ "children": [ { "name": "guitar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "guitar" + ] }, { "name": "piano.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "piano" + ] }, { "name": "bowed_stringed_instrument.n.01", @@ -2753,7 +4036,10 @@ "children": [ { "name": "violin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "violin" + ] } ] } @@ -2765,7 +4051,10 @@ "children": [ { "name": "piano.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "piano" + ] } ] } @@ -2777,11 +4066,17 @@ "children": [ { "name": "denture.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "denture" + ] }, { "name": "retainer.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "retainer" + ] } ] }, @@ -2811,7 +4106,10 @@ "children": [ { "name": "disk_drive.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hard_drive" + ] } ] }, @@ -2825,21 +4123,33 @@ "children": [ { "name": "display_panel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whiteboard" + ] }, { "name": "monitor.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "monitor" + ] } ] }, { "name": "mouse.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "mouse" + ] }, { "name": "scanner.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "scanner" + ] } ] }, @@ -2859,19 +4169,32 @@ "children": [ { "name": "exercise_bike.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "elliptical_machine", + "exercise_bike" + ] }, { "name": "hamster_wheel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hamster_wheel" + ] }, { "name": "treadmill.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "treadmill" + ] }, { "name": "yoga_mat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "yoga_mat" + ] } ] }, @@ -2881,13 +4204,19 @@ "children": [ { "name": "fire_alarm.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "fire_alarm" + ] } ] }, { "name": "fire_extinguisher.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fire_extinguisher" + ] }, { "name": "blower.n.01", @@ -2895,17 +4224,28 @@ "children": [ { "name": "hand_blower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hair_dryer" + ] } ] }, { "name": "key.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "key", + "key_chain", + "keys" + ] }, { "name": "keyboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "keyboard" + ] }, { "name": "optical_device.n.01", @@ -2913,7 +4253,10 @@ "children": [ { "name": "lens.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lens" + ] } ] }, @@ -2923,7 +4266,10 @@ "children": [ { "name": "mirror.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mirror" + ] } ] }, @@ -2933,7 +4279,10 @@ "children": [ { "name": "mousetrap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mousetrap" + ] } ] }, @@ -2943,13 +4292,19 @@ "children": [ { "name": "paintbrush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paintbrush" + ] } ] }, { "name": "peeler.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "vegetable_peeler" + ] }, { "name": "detector.n.01", @@ -2957,7 +4312,10 @@ "children": [ { "name": "photoelectric_cell.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "motion_sensor" + ] } ] }, @@ -2967,15 +4325,24 @@ "children": [ { "name": "radiator.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "radiator" + ] }, { "name": "sauna_heater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sauna_heater" + ] }, { "name": "space_heater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "space_heater" + ] } ] }, @@ -2985,7 +4352,10 @@ }, { "name": "router.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "router" + ] }, { "name": "elastic_device.n.01", @@ -3009,7 +4379,10 @@ }, { "name": "shredder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shredder" + ] }, { "name": "runner.n.09", @@ -3017,7 +4390,10 @@ "children": [ { "name": "ski.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ski" + ] } ] }, @@ -3027,15 +4403,25 @@ }, { "name": "tongs.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "test_tube_holder", + "tongs" + ] }, { "name": "ventilator.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "room_ventilator" + ] }, { "name": "water_cooler.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "water_cooler" + ] } ] }, @@ -3057,11 +4443,17 @@ "children": [ { "name": "allen_wrench.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "allen_wrench" + ] }, { "name": "open-end_wrench.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "open_end_wrench" + ] } ] }, @@ -3075,7 +4467,10 @@ "children": [ { "name": "corkscrew.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "corkscrew" + ] } ] } @@ -3083,11 +4478,17 @@ }, { "name": "hammer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hammer" + ] }, { "name": "heatgun.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "heatgun" + ] }, { "name": "pick.n.06", @@ -3099,13 +4500,19 @@ }, { "name": "toothpick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothpick" + ] } ] }, { "name": "pestle.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "pestle" + ] }, { "name": "pincer.n.01", @@ -3117,7 +4524,10 @@ }, { "name": "pliers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plier" + ] }, { "name": "saw.n.02", @@ -3133,13 +4543,19 @@ "children": [ { "name": "pruner.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pruner" + ] } ] }, { "name": "ripsaw.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ripsaw" + ] } ] } @@ -3151,33 +4567,54 @@ "children": [ { "name": "putty_knife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "putty_knife" + ] } ] }, { "name": "scraper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scraper" + ] }, { "name": "screwdriver.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "screwdriver" + ] }, { "name": "shovel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shovel" + ] }, { "name": "square.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "set_triangle" + ] }, { "name": "trowel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trowel" + ] }, { "name": "tweezers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tweezers" + ] } ] }, @@ -3195,7 +4632,10 @@ "children": [ { "name": "ax.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "axe" + ] }, { "name": "knife.n.01", @@ -3203,33 +4643,54 @@ "children": [ { "name": "carving_knife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carving_knife" + ] }, { "name": "cleaver.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cleaver" + ] }, { "name": "parer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "parer" + ] }, { "name": "pocketknife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pocketknife" + ] }, { "name": "table_knife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "table_knife" + ] }, { "name": "utility_knife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "utility_knife" + ] } ] }, { "name": "chisel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chisel" + ] }, { "name": "scissors.n.01", @@ -3237,27 +4698,42 @@ "children": [ { "name": "clipper.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "clipper" + ] }, { "name": "shears.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shears" + ] } ] }, { "name": "razor.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "razor" + ] }, { "name": "wire_cutter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wire_cutter" + ] } ] }, { "name": "pastry_cutter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pastry_cutter" + ] } ] }, @@ -3277,7 +4753,10 @@ "children": [ { "name": "chain_saw.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chainsaw" + ] } ] } @@ -3285,11 +4764,18 @@ }, { "name": "drill.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drill", + "power_drill" + ] }, { "name": "hoe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hoe" + ] }, { "name": "garden_tool.n.01", @@ -3297,13 +4783,19 @@ "children": [ { "name": "lawn_mower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lawn_mower" + ] } ] }, { "name": "rake.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "rake" + ] } ] }, @@ -3323,15 +4815,26 @@ }, { "name": "curtain_rod.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "curtain_rod" + ] }, { "name": "fishing_rod.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fishing_rod" + ] }, { "name": "pole.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clothesline_pole", + "flag_pole", + "pole" + ] } ] }, @@ -3345,7 +4848,16 @@ "children": [ { "name": "bat.n.05", - "hasModel": true + "hasModel": true, + "children": [ + { + "name": "baseball_bat.n.01", + "hasModel": true, + "categories": [ + "baseball_bat" + ] + } + ] } ] }, @@ -3355,7 +4867,10 @@ }, { "name": "drumstick.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "drumstick" + ] }, { "name": "staff.n.02", @@ -3363,7 +4878,10 @@ "children": [ { "name": "flagpole.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "flagpole" + ] } ] } @@ -3375,11 +4893,17 @@ "children": [ { "name": "blackboard_eraser.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blackboard_eraser" + ] }, { "name": "rubber_eraser.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rubber_eraser" + ] } ] }, @@ -3397,15 +4921,25 @@ "children": [ { "name": "blender.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blender" + ] }, { "name": "electric_mixer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "electric_hand_mixer", + "electric_mixer" + ] }, { "name": "whisk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whisk" + ] } ] }, @@ -3419,11 +4953,17 @@ "children": [ { "name": "caldron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cauldron" + ] }, { "name": "copper_pot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "copper_pot" + ] }, { "name": "coffeepot.n.01", @@ -3431,39 +4971,65 @@ "children": [ { "name": "drip_pot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drip_pot" + ] } ] }, { "name": "dutch_oven.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "dutch_oven" + ] }, { "name": "kettle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boiler", + "electric_kettle", + "kettle" + ] }, { "name": "pewter_teapot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pewter_teapot" + ] }, { "name": "saucepot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saucepot" + ] }, { "name": "stockpot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stockpot" + ] }, { "name": "teapot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "teapot" + ] } ] }, { "name": "cookie_sheet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baking_sheet" + ] }, { "name": "cooker.n.01", @@ -3471,15 +5037,26 @@ "children": [ { "name": "crock_pot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crock_pot", + "instant_pot", + "oden_cooker" + ] }, { "name": "popper.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "popcorn_machine" + ] }, { "name": "rice_cooker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rice_cooker" + ] } ] }, @@ -3489,29 +5066,47 @@ "children": [ { "name": "frying_pan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "frying_pan" + ] }, { "name": "roaster.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "roasting_pan" + ] }, { "name": "saucepan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saucepan" + ] }, { "name": "wok.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wok" + ] } ] }, { "name": "griddle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "griddle" + ] }, { "name": "skimmer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "skimmer" + ] }, { "name": "turner.n.08", @@ -3519,27 +5114,43 @@ "children": [ { "name": "spatula.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spatula" + ] } ] }, { "name": "steamer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "steamer_basket", + "zhenglong" + ] } ] }, { "name": "cookie_cutter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cookie_cutter" + ] }, { "name": "grater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grater" + ] }, { "name": "masher.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "potato_masher" + ] }, { "name": "squeezer.n.01", @@ -3547,13 +5158,19 @@ "children": [ { "name": "reamer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "juicer" + ] } ] }, { "name": "rolling_pin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rolling_pin" + ] } ] }, @@ -3567,7 +5184,10 @@ "children": [ { "name": "china.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "china" + ] } ] } @@ -3575,11 +5195,17 @@ }, { "name": "funnel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "funnel" + ] }, { "name": "server.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "pasta_server" + ] } ] }, @@ -3589,23 +5215,38 @@ "children": [ { "name": "broom.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "broom" + ] }, { "name": "carpet_sweeper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carpet_sweeper" + ] }, { "name": "pipe_cleaner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pipe_cleaner" + ] }, { "name": "squeegee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "squeegee" + ] }, { "name": "swab.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mop" + ] } ] }, @@ -3615,23 +5256,39 @@ "children": [ { "name": "charcoal.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "charcoal" + ] }, { "name": "crayon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crayon" + ] }, { "name": "marker.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "marker" + ] }, { "name": "pen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pen" + ] }, { "name": "pencil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "colored_pencil", + "pencil" + ] } ] }, @@ -3653,17 +5310,26 @@ "children": [ { "name": "clipper.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "clipper" + ] }, { "name": "shears.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shears" + ] } ] }, { "name": "pliers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plier" + ] } ] }, @@ -3685,11 +5351,17 @@ "children": [ { "name": "cue.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "pool_stick" + ] }, { "name": "mallet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mallet" + ] }, { "name": "racket.n.04", @@ -3697,7 +5369,10 @@ "children": [ { "name": "tennis_racket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tennis_racket" + ] } ] } @@ -3705,7 +5380,10 @@ }, { "name": "glue_stick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "glue_stick" + ] }, { "name": "brush.n.02", @@ -3713,29 +5391,47 @@ "children": [ { "name": "hairbrush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hairbrush" + ] }, { "name": "paintbrush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paintbrush" + ] }, { "name": "scrub_brush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scrub_brush" + ] }, { "name": "toothbrush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothbrush" + ] } ] }, { "name": "hook.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "hook" + ] }, { "name": "hose_cart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hose_cart" + ] }, { "name": "needle.n.03", @@ -3747,7 +5443,10 @@ "children": [ { "name": "paddle.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "paddle" + ] } ] }, @@ -3757,7 +5456,10 @@ "children": [ { "name": "poker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "poker" + ] } ] }, @@ -3767,13 +5469,19 @@ "children": [ { "name": "steel.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "honing_steel" + ] } ] }, { "name": "stirrer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "magnetic_stirrer" + ] } ] }, @@ -3795,45 +5503,77 @@ "children": [ { "name": "armchair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "armchair" + ] }, { "name": "chaise_longue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chaise_longue" + ] }, { "name": "eames_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eames_chair" + ] }, { "name": "folding_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "folding_chair" + ] }, { "name": "highchair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "highchair" + ] }, { "name": "lawn_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garden_chair" + ] }, { "name": "rocking_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rocking_chair" + ] }, { "name": "straight_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "straight_chair" + ] }, { "name": "swivel_chair.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "swivel_chair" + ] } ] }, { "name": "bench.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bench", + "hammam_bench", + "sauna_bench" + ] }, { "name": "stool.n.01", @@ -3841,17 +5581,33 @@ "children": [ { "name": "footstool.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ottoman" + ] }, { "name": "taboret.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "taboret" + ] + }, + { + "name": "music_stool.n.01", + "hasModel": true, + "categories": [ + "music_stool" + ] } ] }, { "name": "sofa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sofa" + ] } ] }, @@ -3865,61 +5621,112 @@ "children": [ { "name": "bar.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bar" + ] }, { "name": "checkout.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "checkout_counter" + ] + }, + { + "name": "reception_desk.n.01", + "hasModel": true, + "categories": [ + "reception_desk" + ] } ] }, { "name": "booth.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "booth" + ] }, { "name": "breakfast_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "breakfast_table" + ] }, { "name": "coffee_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_table", + "garden_coffee_table" + ] }, { "name": "conference_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "conference_table" + ] }, { "name": "console_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "console_table" + ] }, { "name": "desk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "desk" + ] }, { "name": "gaming_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gaming_table" + ] }, { "name": "kitchen_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "commercial_kitchen_table" + ] }, { "name": "pedestal_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pedestal_table" + ] }, { "name": "pool_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pool_table" + ] }, { "name": "stand.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "nightstand", + "stand" + ] }, { "name": "worktable.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lab_table" + ] } ] }, @@ -3929,25 +5736,45 @@ "children": [ { "name": "bed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bed", + "massage_bed" + ] }, { "name": "pet_bed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pet_bed" + ] } ] }, { "name": "bookcase.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "book_case", + "bookcase" + ] }, { "name": "cabinet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottom_cabinet", + "bottom_cabinet_no_top", + "metal_bottom_cabinet", + "top_cabinet" + ] }, { "name": "chest_of_drawers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drawer_unit" + ] }, { "name": "baby_bed.n.01", @@ -3955,7 +5782,10 @@ "children": [ { "name": "crib.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crib" + ] } ] }, @@ -3965,31 +5795,51 @@ "children": [ { "name": "floor_lamp.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "floor_lamp", + "garden_light" + ] }, { "name": "table_lamp.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "table_lamp" + ] } ] }, { "name": "hospital_bed.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hospital_bed" + ] }, { "name": "wardrobe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hall_tree", + "wardrobe" + ] } ] }, { "name": "curtain.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "curtain" + ] }, { "name": "rug.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carpet" + ] } ] }, @@ -4003,7 +5853,10 @@ "children": [ { "name": "audio_system.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sound_system" + ] }, { "name": "telephone.n.01", @@ -4015,21 +5868,33 @@ "children": [ { "name": "cellular_telephone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cell_phone" + ] } ] }, { "name": "desk_phone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "desk_phone" + ] }, { "name": "handset.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "handset" + ] }, { "name": "pay-phone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pay_phone" + ] } ] }, @@ -4043,11 +5908,17 @@ "children": [ { "name": "joystick.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "joystick" + ] }, { "name": "scanner.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "scanner" + ] } ] } @@ -4055,7 +5926,10 @@ }, { "name": "modem.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "modem" + ] }, { "name": "set.n.13", @@ -4067,11 +5941,18 @@ "children": [ { "name": "radio_receiver.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "radio" + ] }, { "name": "television_receiver.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "standing_tv", + "wall_mounted_tv" + ] } ] } @@ -4089,15 +5970,31 @@ "children": [ { "name": "baseball_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baseball_glove" + ] }, { "name": "baseball.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "baseball" + ] + }, + { + "name": "baseball_bat.n.01", + "hasModel": true, + "categories": [ + "baseball_bat" + ] }, { "name": "batting_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "batting_gloves" + ] } ] }, @@ -4107,7 +6004,10 @@ "children": [ { "name": "basket.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "ceiling_mounted_basketball_hoop" + ] } ] }, @@ -4117,13 +6017,19 @@ "children": [ { "name": "boxing_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxing_gloves" + ] } ] }, { "name": "flat_bench.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "flat_bench" + ] }, { "name": "golf_equipment.n.01", @@ -4131,7 +6037,10 @@ "children": [ { "name": "golf_club.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "golf_club" + ] } ] }, @@ -4141,7 +6050,10 @@ "children": [ { "name": "hockey_stick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hockey_stick" + ] } ] }, @@ -4151,13 +6063,19 @@ "children": [ { "name": "ice_skate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "skates" + ] } ] }, { "name": "mat.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "gym_mat" + ] }, { "name": "gymnastic_apparatus.n.01", @@ -4165,7 +6083,10 @@ "children": [ { "name": "parallel_bars.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "parallel_bars" + ] }, { "name": "horse.n.02", @@ -4173,19 +6094,28 @@ "children": [ { "name": "pommel_horse.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pommel_horse" + ] } ] }, { "name": "trampoline.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trampoline" + ] } ] }, { "name": "weight.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "free_weight" + ] } ] }, @@ -4199,35 +6129,59 @@ "children": [ { "name": "baseball.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "baseball" + ] }, { "name": "bowling_ball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bowling_ball" + ] }, { "name": "pool_ball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pool_ball" + ] }, { "name": "punching_bag.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "punching_bag" + ] }, { "name": "soccer_ball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soccer_ball" + ] }, { "name": "softball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "softball" + ] }, { "name": "tennis_ball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tennis_ball" + ] }, { "name": "volleyball.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "volleyball" + ] } ] }, @@ -4237,7 +6191,10 @@ "children": [ { "name": "basket.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "ceiling_mounted_basketball_hoop" + ] } ] }, @@ -4251,11 +6208,17 @@ "children": [ { "name": "jigsaw_puzzle_piece.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jigsaw_puzzle_piece" + ] }, { "name": "jigsaw_puzzle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jigsaw_puzzle" + ] } ] } @@ -4263,7 +6226,10 @@ }, { "name": "pool_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pool_table" + ] }, { "name": "net.n.05", @@ -4271,7 +6237,10 @@ "children": [ { "name": "volleyball_net.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "volleyball_net" + ] } ] } @@ -4287,15 +6256,24 @@ "children": [ { "name": "digital_camera.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "digital_camera" + ] }, { "name": "security_camera.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "security_camera" + ] }, { "name": "webcam.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "webcam" + ] } ] } @@ -4311,11 +6289,17 @@ "children": [ { "name": "facsimile.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "facsimile" + ] }, { "name": "photocopier.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "photocopier" + ] } ] } @@ -4331,13 +6315,19 @@ "children": [ { "name": "first-aid_kit.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "first_aid_kit" + ] } ] }, { "name": "fishing_gear.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tackle_box" + ] } ] }, @@ -4351,7 +6341,10 @@ "children": [ { "name": "life_jacket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "life_jacket" + ] } ] } @@ -4365,7 +6358,10 @@ "children": [ { "name": "audio_system.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sound_system" + ] } ] }, @@ -4383,7 +6379,10 @@ "children": [ { "name": "baby_buggy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stroller" + ] }, { "name": "handcart.n.01", @@ -4391,21 +6390,33 @@ "children": [ { "name": "barrow.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "wheelbarrow" + ] }, { "name": "serving_cart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "serving_cart" + ] }, { "name": "shopping_cart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shopping_cart" + ] } ] }, { "name": "bicycle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bicycle" + ] }, { "name": "self-propelled_vehicle.n.01", @@ -4417,7 +6428,10 @@ "children": [ { "name": "car.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "car" + ] }, { "name": "truck.n.01", @@ -4425,37 +6439,58 @@ "children": [ { "name": "lorry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "lorry" + ] }, { "name": "pickup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pickup_truck" + ] }, { "name": "trailer_truck.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trailer_truck" + ] }, { "name": "van.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "van" + ] } ] }, { "name": "motorcycle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "motorcycle" + ] } ] }, { "name": "recreational_vehicle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "recreational_vehicle" + ] } ] }, { "name": "skateboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "longboard" + ] }, { "name": "wagon.n.04", @@ -4477,7 +6512,10 @@ "children": [ { "name": "balloon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "balloon" + ] } ] } @@ -4487,14 +6525,6 @@ "name": "vessel.n.02", "hasModel": true, "children": [ - { - "name": "dog_food__can.n.01", - "hasModel": true - }, - { - "name": "fuel__can.n.01", - "hasModel": true - }, { "name": "boat.n.01", "hasModel": true, @@ -4509,13 +6539,19 @@ "children": [ { "name": "kayak.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kayak" + ] } ] }, { "name": "skiff.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "skiff" + ] } ] } @@ -4529,7 +6565,10 @@ }, { "name": "trailer.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "trailer" + ] } ] }, @@ -4551,7 +6590,10 @@ "children": [ { "name": "bicycle_chain.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bicycle_chain" + ] } ] }, @@ -4573,7 +6615,10 @@ "children": [ { "name": "hinge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hinge" + ] } ] } @@ -4625,7 +6670,10 @@ "children": [ { "name": "comic_book.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "comic_book" + ] } ] } @@ -4657,7 +6705,10 @@ }, { "name": "lipstick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lipstick" + ] } ] }, @@ -4669,11 +6720,17 @@ }, { "name": "hair_spray.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hair_spray" + ] }, { "name": "lotion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lotion" + ] }, { "name": "perfume.n.02", @@ -4707,7 +6764,10 @@ }, { "name": "toothbrush.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothbrush" + ] } ] } @@ -4727,7 +6787,10 @@ "children": [ { "name": "aluminum_foil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "aluminum_foil" + ] } ] } @@ -4735,7 +6798,10 @@ }, { "name": "blackboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blackboard" + ] }, { "name": "board.n.03", @@ -4743,11 +6809,18 @@ "children": [ { "name": "bulletin_board.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bulletin_board" + ] }, { "name": "chopping_board.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chopping_board", + "cutting_board" + ] }, { "name": "springboard.n.01", @@ -4761,15 +6834,24 @@ }, { "name": "ironing_board.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ironing_board" + ] }, { "name": "scoreboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scoreboard" + ] }, { "name": "skateboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "longboard" + ] }, { "name": "wallboard.n.01", @@ -4783,7 +6865,10 @@ "children": [ { "name": "license_plate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "license_plate" + ] }, { "name": "disk.n.02", @@ -4791,7 +6876,10 @@ "children": [ { "name": "puck.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hockey_puck" + ] } ] } @@ -4807,7 +6895,10 @@ "children": [ { "name": "plywood.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plywood" + ] } ] }, @@ -4845,7 +6936,10 @@ "children": [ { "name": "apron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apron" + ] } ] }, @@ -4859,13 +6953,19 @@ "children": [ { "name": "baseball_cap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baseball_cap" + ] } ] }, { "name": "hat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hat" + ] } ] }, @@ -4879,19 +6979,31 @@ "children": [ { "name": "batting_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "batting_gloves" + ] }, { "name": "goalkeeper_gloves.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "goalkeeper_gloves" + ] }, { "name": "kid_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kid_glove" + ] }, { "name": "rubber_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rubber_glove" + ] } ] } @@ -4903,7 +7015,10 @@ "children": [ { "name": "belt.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "belt" + ] } ] }, @@ -4917,11 +7032,17 @@ "children": [ { "name": "bikini.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bikini" + ] }, { "name": "maillot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "maillot" + ] } ] }, @@ -4931,7 +7052,10 @@ "children": [ { "name": "brassiere.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bra" + ] }, { "name": "underpants.n.01", @@ -4939,7 +7063,10 @@ "children": [ { "name": "drawers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxers" + ] } ] }, @@ -4949,7 +7076,10 @@ "children": [ { "name": "lingerie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lingerie" + ] } ] } @@ -4961,11 +7091,17 @@ "children": [ { "name": "cardigan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cardigan" + ] }, { "name": "crewneck_sweater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crewneck_sweater" + ] }, { "name": "pullover.n.01", @@ -4973,7 +7109,11 @@ "children": [ { "name": "sweatshirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hoodie", + "sweatshirt" + ] } ] } @@ -4981,7 +7121,10 @@ }, { "name": "diaper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diaper" + ] }, { "name": "shirt.n.01", @@ -4989,19 +7132,32 @@ "children": [ { "name": "dress_shirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dress_shirt" + ] }, { "name": "jersey.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "jersey", + "t_shirt" + ] }, { "name": "polo_shirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "polo_shirt" + ] }, { "name": "tank_top.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tank_top" + ] } ] }, @@ -5015,19 +7171,31 @@ "children": [ { "name": "fur_coat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fur_coat" + ] }, { "name": "jacket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jacket" + ] }, { "name": "raincoat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "raincoat" + ] }, { "name": "wool_coat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wool_coat" + ] } ] }, @@ -5049,19 +7217,24 @@ "children": [ { "name": "jean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jeans" + ] }, { "name": "long_trousers.n.01", - "hasModel": true - }, - { - "name": "pajama.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pants" + ] }, { "name": "short_pants.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shorts" + ] }, { "name": "slacks.n.01", @@ -5071,19 +7244,24 @@ }, { "name": "jump_suit.n.01", - "hasModel": true - }, - { - "name": "laundry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "onesie" + ] }, { "name": "legging.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "legging" + ] }, { "name": "leotard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "leotard" + ] }, { "name": "neckwear.n.01", @@ -5091,13 +7269,19 @@ "children": [ { "name": "necktie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "necktie" + ] } ] }, { "name": "scarf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scarf" + ] }, { "name": "suit.n.01", @@ -5105,11 +7289,17 @@ }, { "name": "sweat_suit.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sauna_suit" + ] }, { "name": "vest.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vest" + ] } ] }, @@ -5123,17 +7313,26 @@ "children": [ { "name": "blouse.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blouse" + ] } ] }, { "name": "brassiere.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bra" + ] }, { "name": "dress.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dress" + ] } ] }, @@ -5153,7 +7352,10 @@ "children": [ { "name": "gown.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "ceremonial_robe" + ] } ] }, @@ -5167,7 +7369,10 @@ "children": [ { "name": "jean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jeans" + ] } ] } @@ -5189,7 +7394,10 @@ "children": [ { "name": "pajama.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pajamas" + ] } ] }, @@ -5203,15 +7411,24 @@ "children": [ { "name": "sock.n.01", - "hasModel": true - }, + "hasModel": true, + "categories": [ + "sock" + ] + }, { "name": "stocking.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stocking" + ] }, { "name": "tights.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tights" + ] } ] } @@ -5225,95 +7442,129 @@ "children": [ { "name": "bag__of__auricularia.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_auricularia" + ] }, { "name": "bag__of__breadcrumbs.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_breadcrumbs" + ] }, { "name": "bag__of__brown_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_brown_rice" + ] }, { "name": "bag__of__chips.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_chips" + ] }, { "name": "bag__of__cocoa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_cocoa" + ] }, { "name": "bag__of__cookies.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_cookies" + ] }, { "name": "bag__of__cream_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_cream_cheese" + ] }, { "name": "bag__of__fertilizer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_fertilizer" + ] }, { "name": "bag__of__flour.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_flour" + ] }, { "name": "bag__of__ice_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_ice_cream" + ] }, { "name": "bag__of__oranges.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_oranges" + ] + }, + { + "name": "bag__of__popcorn.n.01", + "hasModel": true, + "categories": [ + "bag_of_popcorn" + ] }, { "name": "bag__of__rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_rice" + ] }, { "name": "bag__of__shiitake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_shiitake" + ] }, { "name": "bag__of__snacks.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_snacks" + ] }, { "name": "bag__of__starch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_starch" + ] }, { "name": "bag__of__tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_tea" + ] }, { "name": "bag__of__yeast.n.01", - "hasModel": true - }, - { - "name": "bagged_chip.n.01", - "hasModel": true - }, - { - "name": "bagged_chocolate_bar.n.01", - "hasModel": true - }, - { - "name": "bagged_cookie.n.01", - "hasModel": true - }, - { - "name": "bagged_ice_cream.n.01", - "hasModel": true - }, - { - "name": "bagged_popcorn.n.01", - "hasModel": true - }, - { - "name": "beer_box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bag_of_yeast" + ] }, { "name": "bottle__of__acetone.n.01", @@ -5325,11 +7576,17 @@ }, { "name": "bottle__of__alcohol.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_alcohol" + ] }, { "name": "bottle__of__alfredo_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_alfredo_sauce" + ] }, { "name": "bottle__of__allspice.n.01", @@ -5337,27 +7594,38 @@ }, { "name": "bottle__of__almond_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_almond_oil" + ] }, { "name": "bottle__of__ammonia.n.01", - "hasModel": true - }, - { - "name": "bottle__of__analgesics.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ammonia" + ] }, { "name": "bottle__of__antihistamines.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_antihistamines" + ] }, { "name": "bottle__of__apple_cider.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_apple_cider" + ] }, { "name": "bottle__of__apple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_apple_juice" + ] }, { "name": "bottle__of__applesauce.n.01", @@ -5365,11 +7633,17 @@ }, { "name": "bottle__of__aspirin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_aspirin" + ] }, { "name": "bottle__of__baby_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_baby_oil" + ] }, { "name": "bottle__of__balsamic_vinegar.n.01", @@ -5377,27 +7651,38 @@ }, { "name": "bottle__of__barbecue_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_barbecue_sauce" + ] }, { "name": "bottle__of__beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_beer" + ] }, { "name": "bottle__of__black_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_black_pepper" + ] }, { "name": "bottle__of__bleach_agent.n.01", - "hasModel": true - }, - { - "name": "bottle__of__brandy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_bleach_agent" + ] }, { "name": "bottle__of__bug_repellent.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_bug_repellent" + ] }, { "name": "bottle__of__buttermilk.n.01", @@ -5405,111 +7690,192 @@ }, { "name": "bottle__of__carrot_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_carrot_juice" + ] }, { "name": "bottle__of__catsup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_catsup" + ] }, { "name": "bottle__of__caulk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_caulk" + ] }, { "name": "bottle__of__champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_champagne" + ] }, { "name": "bottle__of__chili_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_chili_pepper" + ] }, { "name": "bottle__of__chocolate_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_chocolate_sauce" + ] }, { "name": "bottle__of__cleaner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cleaner" + ] }, { "name": "bottle__of__cocoa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cocoa" + ] }, { "name": "bottle__of__coconut_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_coconut_milk" + ] }, { "name": "bottle__of__coconut_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_coconut_oil" + ] }, { "name": "bottle__of__coconut_water.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_coconut_water" + ] }, { "name": "bottle__of__coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_coffee" + ] }, { "name": "bottle__of__coke.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_coke" + ] }, { "name": "bottle__of__cold_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cold_cream" + ] }, { "name": "bottle__of__cologne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cologne" + ] }, { "name": "bottle__of__conditioner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_conditioner" + ] }, { "name": "bottle__of__cooking_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cooking_oil" + ] }, { "name": "bottle__of__cranberry_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_cranberry_juice" + ] }, { "name": "bottle__of__degreaser.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_degreaser" + ] }, { "name": "bottle__of__deicer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_deicer" + ] }, { "name": "bottle__of__detergent.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_detergent" + ] }, { "name": "bottle__of__dish_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_dish_soap" + ] }, { "name": "bottle__of__disinfectant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_disinfectant" + ] }, { "name": "bottle__of__essential_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_essential_oil" + ] }, { "name": "bottle__of__fabric_softener.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_fabric_softener" + ] }, { "name": "bottle__of__face_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_face_cream" + ] }, { "name": "bottle__of__fennel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_fennel" + ] }, { "name": "bottle__of__food_coloring.n.01", @@ -5517,155 +7883,276 @@ }, { "name": "bottle__of__frosting.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_frosting" + ] }, { "name": "bottle__of__fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_fruit_punch" + ] }, { "name": "bottle__of__garlic_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_garlic_sauce" + ] }, { "name": "bottle__of__gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_gin" + ] }, { "name": "bottle__of__ginger_beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ginger_beer" + ] }, { "name": "bottle__of__ginger.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ginger" + ] }, { "name": "bottle__of__glass_cleaner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_glass_cleaner" + ] }, { "name": "bottle__of__glue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_glue" + ] }, { "name": "bottle__of__ground_cloves.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ground_cloves" + ] }, { "name": "bottle__of__ground_mace.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ground_mace" + ] }, { "name": "bottle__of__ground_nutmeg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_ground_nutmeg" + ] }, { "name": "bottle__of__hot_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_hot_sauce" + ] }, { "name": "bottle__of__lacquer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lacquer" + ] }, { "name": "bottle__of__lavender_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lavender_oil" + ] }, { "name": "bottle__of__lemon_juice.n.01", - "hasModel": true - }, + "hasModel": true, + "categories": [ + "bottle_of_lemon_juice" + ] + }, { "name": "bottle__of__lemon_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lemon_sauce" + ] }, { "name": "bottle__of__lemonade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lemonade" + ] + }, + { + "name": "bottle__of__lighter_fluid.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lighter_fluid" + ] }, { "name": "bottle__of__lime_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lime_juice" + ] }, { "name": "bottle__of__liquid_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_liquid_soap" + ] }, { "name": "bottle__of__lotion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lotion" + ] }, { "name": "bottle__of__lubricant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_lubricant" + ] }, { "name": "bottle__of__maple_syrup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_maple_syrup" + ] }, { "name": "bottle__of__mayonnaise.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_mayonnaise" + ] }, { "name": "bottle__of__medicine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_medicine" + ] }, { "name": "bottle__of__milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_milk" + ] }, { "name": "bottle__of__milkshake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_milkshake" + ] }, { "name": "bottle__of__molasses.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_molasses" + ] }, { "name": "bottle__of__mushroom_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_mushroom_sauce" + ] }, { "name": "bottle__of__mustard_seeds.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_mustard_seeds" + ] }, { "name": "bottle__of__mustard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_mustard" + ] }, { "name": "bottle__of__oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_oil" + ] }, { "name": "bottle__of__olive_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_olive_oil" + ] }, { "name": "bottle__of__onion_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_onion_powder" + ] }, { "name": "bottle__of__orange_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_orange_juice" + ] }, { "name": "bottle__of__paint_remover.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_paint_remover" + ] }, { "name": "bottle__of__paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_paint" + ] }, { "name": "bottle__of__papaya_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_papaya_juice" + ] }, { "name": "bottle__of__paprika.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_paprika" + ] }, { "name": "bottle__of__parsley.n.01", @@ -5673,43 +8160,73 @@ }, { "name": "bottle__of__peanut_butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_peanut_butter" + ] }, { "name": "bottle__of__perfume.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_perfume" + ] }, { "name": "bottle__of__pesticide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_pesticide" + ] }, { "name": "bottle__of__pesto.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_pesto" + ] }, { "name": "bottle__of__pizza_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_pizza_sauce" + ] }, { "name": "bottle__of__pop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_pop" + ] }, { "name": "bottle__of__poppy_seeds.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_poppy_seeds" + ] }, { "name": "bottle__of__powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_powder" + ] }, { "name": "bottle__of__protein_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_protein_powder" + ] }, { "name": "bottle__of__pumpkin_pie_spice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_pumpkin_pie_spice" + ] }, { "name": "bottle__of__rosemary.n.01", @@ -5717,19 +8234,31 @@ }, { "name": "bottle__of__rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_rum" + ] }, { "name": "bottle__of__sage.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sage" + ] }, { "name": "bottle__of__sake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sake" + ] }, { "name": "bottle__of__salsa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_salsa" + ] }, { "name": "bottle__of__sangria.n.01", @@ -5737,51 +8266,87 @@ }, { "name": "bottle__of__sealant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sealant" + ] }, { "name": "bottle__of__seasoning.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_seasoning" + ] }, { "name": "bottle__of__sesame_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sesame_oil" + ] }, { "name": "bottle__of__sesame_seeds.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sesame_seeds" + ] }, { "name": "bottle__of__shampoo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_shampoo" + ] }, { "name": "bottle__of__skin_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_skin_cream" + ] }, { "name": "bottle__of__soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_soda" + ] }, { "name": "bottle__of__solvent.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_solvent" + ] }, { "name": "bottle__of__soup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_soup" + ] }, { "name": "bottle__of__sour_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sour_cream" + ] }, { "name": "bottle__of__soy_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_soy_milk" + ] }, { "name": "bottle__of__soy_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_soy_sauce" + ] }, { "name": "bottle__of__spice.n.01", @@ -5789,371 +8354,563 @@ }, { "name": "bottle__of__sriracha.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sriracha" + ] }, { "name": "bottle__of__sunscreen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_sunscreen" + ] }, { "name": "bottle__of__supplements.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_supplements" + ] }, { "name": "bottle__of__tea_leaves.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_tea_leaves" + ] }, { "name": "bottle__of__tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_tea" + ] }, { "name": "bottle__of__tequila.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_tequila" + ] }, { "name": "bottle__of__tomato_paste.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_tomato_paste" + ] }, { "name": "bottle__of__tonic.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_tonic" + ] }, { "name": "bottle__of__vinegar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_vinegar" + ] }, { "name": "bottle__of__vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_vodka" + ] }, { "name": "bottle__of__water.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_water" + ] }, { "name": "bottle__of__whiskey.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_whiskey" + ] }, { "name": "bottle__of__wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bottle_of_wine" + ] }, { "name": "box__of__almond_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_almond_milk" + ] }, { "name": "box__of__apple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_apple_juice" + ] }, { "name": "box__of__baking_mix.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_baking_mix" + ] }, { "name": "box__of__baking_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_baking_powder" + ] }, { "name": "box__of__baking_soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_baking_soda" + ] }, { "name": "box__of__barley.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_barley" + ] }, { "name": "box__of__beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_beer" + ] }, { "name": "box__of__brown_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_brown_sugar" + ] }, { "name": "box__of__butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_butter" + ] }, { "name": "box__of__candy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_candy" + ] }, { "name": "box__of__cane_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_cane_sugar" + ] }, { "name": "box__of__cereal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_cereal" + ] }, { "name": "box__of__champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_champagne" + ] }, { "name": "box__of__chocolates.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_chocolates" + ] }, { "name": "box__of__coconut_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_coconut_milk" + ] }, { "name": "box__of__coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_coffee" + ] }, { "name": "box__of__cookies.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_cookies" + ] }, { "name": "box__of__corn_flakes.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_corn_flakes" + ] }, { "name": "box__of__crackers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_crackers" + ] }, { "name": "box__of__cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_cream" + ] }, { "name": "box__of__flour.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_flour" + ] }, { "name": "box__of__fruit.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_fruit" + ] }, { "name": "box__of__granola_bars.n.01", - "hasModel": true - }, - { - "name": "box__of__gum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_granola_bars" + ] }, { "name": "box__of__ice_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_ice_cream" + ] }, { "name": "box__of__lasagna.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_lasagna" + ] }, { "name": "box__of__lemons.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_lemons" + ] }, { "name": "box__of__milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_milk" + ] }, { "name": "box__of__oatmeal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_oatmeal" + ] }, { "name": "box__of__raspberries.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_raspberries" + ] }, { "name": "box__of__rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_rice" + ] }, { "name": "box__of__rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_rum" + ] }, { "name": "box__of__sake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_sake" + ] }, { "name": "box__of__salt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_salt" + ] }, { "name": "box__of__sanitary_napkin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_sanitary_napkins" + ] }, { "name": "box__of__shampoo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_shampoo" + ] }, { "name": "box__of__takeout.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_takeout" + ] }, { "name": "box__of__tissue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_tissues" + ] }, { "name": "box__of__tomato_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_tomato_juice" + ] }, { "name": "box__of__vegetable_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_vegetable_juice" + ] }, { "name": "box__of__whiskey.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_whiskey" + ] }, { "name": "box__of__wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_wine" + ] }, { "name": "box__of__yogurt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "box_of_yogurt" + ] }, { "name": "boxed__cake.n.01", - "hasModel": true - }, - { - "name": "boxed_butter.n.01", - "hasModel": true - }, - { - "name": "boxed_cake.n.01", - "hasModel": true - }, - { - "name": "boxed_chocolate.n.01", - "hasModel": true - }, - { - "name": "boxed_coffee.n.01", - "hasModel": true - }, - { - "name": "boxed_cookie.n.01", - "hasModel": true - }, - { - "name": "boxed_raspberries.n.01", - "hasModel": true - }, - { - "name": "brown_sugar__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxed_cake" + ] }, { "name": "bucket__of__paint.n.01", - "hasModel": true - }, - { - "name": "butter__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bucket_of_paint" + ] }, { "name": "can__of__baking_mix.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_baking_mix" + ] }, { "name": "can__of__bay_leaves.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_bay_leaves" + ] }, { "name": "can__of__beans.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_beans" + ] }, { "name": "can__of__coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_coffee" + ] }, { "name": "can__of__corn.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_corn" + ] }, { "name": "can__of__icetea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_icetea" + ] }, { "name": "can__of__oatmeal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_oatmeal" + ] }, { "name": "can__of__sardines.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_sardines" + ] }, { "name": "can__of__soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_soda" + ] }, { "name": "can__of__tomato_paste.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_tomato_paste" + ] }, { "name": "can__of__tomatoes.n.01", - "hasModel": true - }, - { - "name": "candy__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "can_of_tomatoes" + ] }, { "name": "carton__of__chocolate_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_chocolate_milk" + ] }, { "name": "carton__of__eggs.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_eggs" + ] }, { "name": "carton__of__milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_milk" + ] }, { "name": "carton__of__orange_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_orange_juice" + ] }, { "name": "carton__of__pineapple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_pineapple_juice" + ] }, { "name": "carton__of__soy_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carton_of_soy_milk" + ] }, { "name": "case__of__eyeshadow.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "case_of_eyeshadow" + ] }, { "name": "case__of__pop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pop_case" + ] }, { "name": "cup__of__yogurt.n.01", - "hasModel": true - }, - { - "name": "deodorant__stick.n.01", - "hasModel": true - }, - { - "name": "egg__box.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cup_of_yogurt" + ] }, { - "name": "gift__box.n.01", - "hasModel": true + "name": "deodorant_stick.n.01", + "hasModel": true, + "categories": [ + "deodorant_stick" + ] }, { - "name": "gum__box.n.01", - "hasModel": true + "name": "gift_box.n.01", + "hasModel": true, + "categories": [ + "gift_box" + ] }, { "name": "jar__of__bath_salt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_bath_salt" + ] }, { "name": "jar__of__beans.n.01", @@ -6161,23 +8918,38 @@ }, { "name": "jar__of__cumin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_cumin" + ] }, { "name": "jar__of__curry_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_curry_powder" + ] }, { "name": "jar__of__dill_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_dill_seed" + ] }, { "name": "jar__of__grains.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_grains" + ] }, { "name": "jar__of__honey.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_honey" + ] }, { "name": "jar__of__ink.n.01", @@ -6185,91 +8957,189 @@ }, { "name": "jar__of__jam.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_jam" + ] }, { "name": "jar__of__jelly.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_jelly" + ] }, { "name": "jar__of__mayonnaise.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_mayonnaise" + ] }, { "name": "jar__of__orange_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_orange_sauce" + ] }, { "name": "jar__of__pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_pepper" + ] }, { "name": "jar__of__puree.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_puree" + ] }, { "name": "jar__of__spaghetti_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_spaghetti_sauce" + ] }, { "name": "jar__of__sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jar_of_sugar" + ] + }, + { + "name": "bag__of__jerky.n.01", + "hasModel": true, + "categories": [ + "bag_of_jerky" + ] }, { "name": "jug__of__milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jug_of_milk" + ] }, { - "name": "mix__box.n.01", - "hasModel": true + "name": "pack__of__bread.n.01", + "hasModel": true, + "categories": [ + "pack_of_bread" + ] }, { "name": "pack__of__cigarettes.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pack_of_cigarettes" + ] + }, + { + "name": "pack__of__chocolate_bar.n.01", + "hasModel": true, + "categories": [ + "pack_of_chocolate_bar" + ] }, { "name": "pack__of__kielbasa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pack_of_kielbasa" + ] }, { "name": "pack__of__pasta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pack_of_pasta" + ] }, { "name": "pack__of__protein_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pack_of_protein_powder" + ] }, { "name": "pack__of__ramen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pack_of_ramen" + ] }, { - "name": "packaged__bread.n.01", - "hasModel": true + "name": "tube__of__lotion.n.01", + "hasModel": true, + "categories": [ + "tube_of_lotion" + ] }, { - "name": "packaged__chocolate_bar.n.01", - "hasModel": true + "name": "tube__of__toothpaste.n.01", + "hasModel": true, + "categories": [ + "tube_of_toothpaste" + ] }, { - "name": "packaged_lemons.n.01", - "hasModel": true + "name": "wrapped_hamburger.n.01", + "hasModel": true, + "categories": [ + "wrapped_hamburger" + ] }, { - "name": "packaged_oranges.n.01", - "hasModel": true - }, + "name": "can__of__dog_food.n.01", + "hasModel": true, + "categories": [ + "can_of_dog_food" + ] + }, { - "name": "tube__of__lotion.n.01", - "hasModel": true + "name": "pack__of__ground_beef.n.01", + "hasModel": true, + "categories": [ + "pack_of_ground_beef" + ] }, { - "name": "tube__of__toothpaste.n.01", - "hasModel": true + "name": "bag__of__mulch.n.01", + "hasModel": true, + "categories": [ + "bag_of_mulch" + ] }, { - "name": "wrapped_hamburger.n.01", + "name": "box__of__aluminium_foil.n.01", + "hasModel": true, + "categories": [ + "box_of_aluminium_foil" + ] + }, + { + "name": "can__of__cat_food.n.01", + "hasModel": true, + "categories": [ + "can_of_cat_food" + ] + }, + { + "name": "sack__of__brown_rice.n.01", "hasModel": true + }, + { + "name": "cup__of__ranch.n.01", + "hasModel": true, + "categories": [ + "cup_of_ranch" + ] } ] }, @@ -6279,15 +9149,24 @@ "children": [ { "name": "boxed__cpu_board.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxed_cpu_board" + ] }, { "name": "boxed__ink_cartridge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxed_ink_cartridge" + ] }, { "name": "boxed__router.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxed_router" + ] }, { "name": "appliance.n.02", @@ -6299,15 +9178,24 @@ "children": [ { "name": "clothes_dryer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clothes_dryer" + ] }, { "name": "hand_blower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hair_dryer" + ] }, { "name": "hand_dryer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hand_dryer" + ] } ] }, @@ -6321,7 +9209,10 @@ "children": [ { "name": "clothes_dryer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clothes_dryer" + ] }, { "name": "refrigerator.n.01", @@ -6329,25 +9220,43 @@ "children": [ { "name": "cooler.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooler", + "open_air_cooler" + ] }, { "name": "deep-freeze.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "freezer" + ] }, { "name": "electric_refrigerator.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "display_fridge", + "fridge", + "wine_fridge" + ] } ] }, { "name": "dishwasher.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dishwasher" + ] }, { "name": "washer.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "washer" + ] } ] }, @@ -6357,11 +9266,18 @@ "children": [ { "name": "coffee_maker.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_maker", + "french_press" + ] }, { "name": "deep_fryer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "deep_fryer" + ] }, { "name": "disposal.n.04", @@ -6369,7 +9285,10 @@ }, { "name": "food_processor.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "food_processor" + ] }, { "name": "ice_maker.n.01", @@ -6377,59 +9296,98 @@ }, { "name": "microwave.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "microwave" + ] }, { "name": "oven.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "oven" + ] }, { "name": "stove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stove" + ] }, { "name": "toaster_oven.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toaster_oven" + ] }, { "name": "toaster.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "toaster" + ] }, { "name": "waffle_iron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "waffle_maker" + ] } ] }, { "name": "iron.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "iron" + ] }, { "name": "leaf_blower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "leaf_blower" + ] }, { "name": "paper_towel_dispenser.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_towel_dispenser" + ] }, { "name": "power_washer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "power_washer" + ] }, { "name": "toilet_paper_dispenser.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_paper_dispenser" + ] }, { "name": "vacuum.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "vacuum" + ] } ] }, { "name": "dehumidifier.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dehumidifier" + ] } ] } @@ -6455,11 +9413,17 @@ "children": [ { "name": "bath_mat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bath_rug" + ] }, { "name": "bath_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bath_towel" + ] } ] }, @@ -6469,11 +9433,17 @@ "children": [ { "name": "case.n.19", - "hasModel": true + "hasModel": true, + "categories": [ + "pillowcase" + ] }, { "name": "sheet.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "bed_sheet" + ] } ] }, @@ -6487,29 +9457,38 @@ "children": [ { "name": "dinner_napkin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dinner_napkin" + ] } ] }, { "name": "place_mat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "place_mat" + ] }, { "name": "tablecloth.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "table_runner", + "tablecloth" + ] } ] }, { "name": "doily.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "doily" + ] } ] - }, - { - "name": "laundry.n.01", - "hasModel": true } ] } @@ -6531,7 +9510,10 @@ "children": [ { "name": "apron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apron" + ] } ] }, @@ -6545,13 +9527,19 @@ "children": [ { "name": "baseball_cap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baseball_cap" + ] } ] }, { "name": "hat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hat" + ] } ] }, @@ -6565,19 +9553,31 @@ "children": [ { "name": "batting_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "batting_gloves" + ] }, { "name": "goalkeeper_gloves.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "goalkeeper_gloves" + ] }, { "name": "kid_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kid_glove" + ] }, { "name": "rubber_glove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rubber_glove" + ] } ] } @@ -6589,7 +9589,10 @@ "children": [ { "name": "belt.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "belt" + ] } ] }, @@ -6603,11 +9606,17 @@ "children": [ { "name": "bikini.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bikini" + ] }, { "name": "maillot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "maillot" + ] } ] }, @@ -6617,7 +9626,10 @@ "children": [ { "name": "brassiere.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bra" + ] }, { "name": "underpants.n.01", @@ -6625,7 +9637,10 @@ "children": [ { "name": "drawers.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boxers" + ] } ] }, @@ -6635,7 +9650,10 @@ "children": [ { "name": "lingerie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lingerie" + ] } ] } @@ -6647,11 +9665,17 @@ "children": [ { "name": "cardigan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cardigan" + ] }, { "name": "crewneck_sweater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crewneck_sweater" + ] }, { "name": "pullover.n.01", @@ -6659,7 +9683,11 @@ "children": [ { "name": "sweatshirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hoodie", + "sweatshirt" + ] } ] } @@ -6667,7 +9695,10 @@ }, { "name": "diaper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diaper" + ] }, { "name": "shirt.n.01", @@ -6675,19 +9706,32 @@ "children": [ { "name": "dress_shirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dress_shirt" + ] }, { "name": "jersey.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "jersey", + "t_shirt" + ] }, { "name": "polo_shirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "polo_shirt" + ] }, { "name": "tank_top.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tank_top" + ] } ] }, @@ -6701,19 +9745,31 @@ "children": [ { "name": "fur_coat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fur_coat" + ] }, { "name": "jacket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jacket" + ] }, { "name": "raincoat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "raincoat" + ] }, { "name": "wool_coat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wool_coat" + ] } ] }, @@ -6735,19 +9791,24 @@ "children": [ { "name": "jean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jeans" + ] }, { "name": "long_trousers.n.01", - "hasModel": true - }, - { - "name": "pajama.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pants" + ] }, { "name": "short_pants.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shorts" + ] }, { "name": "slacks.n.01", @@ -6757,19 +9818,24 @@ }, { "name": "jump_suit.n.01", - "hasModel": true - }, - { - "name": "laundry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "onesie" + ] }, { "name": "legging.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "legging" + ] }, { "name": "leotard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "leotard" + ] }, { "name": "neckwear.n.01", @@ -6777,13 +9843,19 @@ "children": [ { "name": "necktie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "necktie" + ] } ] }, { "name": "scarf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scarf" + ] }, { "name": "suit.n.01", @@ -6791,11 +9863,17 @@ }, { "name": "sweat_suit.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sauna_suit" + ] }, { "name": "vest.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vest" + ] } ] }, @@ -6809,17 +9887,26 @@ "children": [ { "name": "blouse.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blouse" + ] } ] }, { "name": "brassiere.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bra" + ] }, { "name": "dress.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dress" + ] } ] }, @@ -6839,7 +9926,10 @@ "children": [ { "name": "gown.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "ceremonial_robe" + ] } ] }, @@ -6853,7 +9943,10 @@ "children": [ { "name": "jean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jeans" + ] } ] } @@ -6875,7 +9968,10 @@ "children": [ { "name": "pajama.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pajamas" + ] } ] }, @@ -6889,15 +9985,24 @@ "children": [ { "name": "sock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sock" + ] }, { "name": "stocking.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stocking" + ] }, { "name": "tights.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tights" + ] } ] } @@ -6915,27 +10020,52 @@ "children": [ { "name": "baby_shoe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baby_shoe" + ] }, { "name": "gym_shoe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gym_shoe" + ] }, { "name": "sandal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sandal" + ] }, { "name": "slingback.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "slingback" + ] }, { "name": "walker.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "walker" + ] }, { "name": "walking_shoe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "walking_shoe" + ] + }, + { + "name": "pump.n.03", + "hasModel": true, + "categories": [ + "high_heel" + ] } ] }, @@ -6949,11 +10079,17 @@ }, { "name": "hiking_boot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hiking_boot" + ] }, { "name": "rubber_boot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rubber_boot" + ] }, { "name": "ski_boot.n.01", @@ -6973,7 +10109,10 @@ "children": [ { "name": "bandage.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bandage" + ] } ] }, @@ -6983,7 +10122,10 @@ "children": [ { "name": "blanket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blanket" + ] }, { "name": "mattress_cover.n.01", @@ -6991,17 +10133,19 @@ }, { "name": "quilt.n.01", - "hasModel": true - }, - { - "name": "throw.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "quilt" + ] } ] }, { "name": "skirt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "skirt" + ] } ] }, @@ -7011,7 +10155,10 @@ "children": [ { "name": "binder.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "binder" + ] }, { "name": "housing.n.02", @@ -7027,7 +10174,10 @@ "children": [ { "name": "jacket.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "pellet" + ] } ] } @@ -7035,11 +10185,17 @@ }, { "name": "cloche.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cloche" + ] }, { "name": "coaster.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "coaster" + ] }, { "name": "blind.n.03", @@ -7047,15 +10203,24 @@ "children": [ { "name": "curtain.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "curtain" + ] }, { "name": "shutter.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "shutter" + ] }, { "name": "window_blind.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "window_blind" + ] } ] }, @@ -7065,7 +10230,10 @@ "children": [ { "name": "face_mask.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "face_mask" + ] } ] }, @@ -7079,11 +10247,17 @@ "children": [ { "name": "garden_umbrella.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garden_umbrella" + ] }, { "name": "umbrella.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "umbrella" + ] } ] } @@ -7103,7 +10277,10 @@ "children": [ { "name": "helmet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "work_helmet" + ] } ] } @@ -7117,13 +10294,19 @@ "children": [ { "name": "lampshade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lampshade" + ] } ] }, { "name": "lining.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_liners" + ] }, { "name": "screen.n.05", @@ -7131,21 +10314,33 @@ "children": [ { "name": "lint_screen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lint_screen" + ] }, { "name": "windshield.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "windshield" + ] } ] }, { "name": "mulch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mulch" + ] }, { "name": "roof.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "roof" + ] } ] }, @@ -7155,11 +10350,17 @@ "children": [ { "name": "cap.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cap" + ] }, { "name": "lid.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "lid" + ] } ] }, @@ -7193,11 +10394,17 @@ }, { "name": "house_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "house_paint" + ] }, { "name": "spray_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spray_paint" + ] } ] }, @@ -7227,7 +10434,10 @@ }, { "name": "folder.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "folder" + ] }, { "name": "hood.n.06", @@ -7235,11 +10445,17 @@ "children": [ { "name": "lab_exhaust_hood.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lab_exhaust_hood" + ] }, { "name": "range_hood.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "range_hood" + ] } ] }, @@ -7249,11 +10465,17 @@ "children": [ { "name": "mat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "floor_mat" + ] }, { "name": "rug.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carpet" + ] } ] }, @@ -7263,7 +10485,10 @@ "children": [ { "name": "plastic_wrap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plastic_wrap" + ] } ] }, @@ -7287,7 +10512,11 @@ "children": [ { "name": "arbor.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "arbor", + "pergola" + ] }, { "name": "rack.n.01", @@ -7295,73 +10524,127 @@ "children": [ { "name": "bicycle_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bicycle_rack" + ] }, { "name": "ceiling_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ceiling_rack" + ] }, { "name": "coatrack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coatrack" + ] }, { "name": "dish_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dish_rack" + ] }, { "name": "drying_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drying_rack" + ] }, { "name": "free_weight_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "free_weight_rack" + ] }, { "name": "kayak_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kayak_rack" + ] }, { "name": "shoe_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shoe_rack" + ] }, { "name": "snack_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "snack_rack" + ] }, { "name": "test_tube_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "test_tube_rack" + ] }, { "name": "towel_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "towel_rack" + ] }, { "name": "umbrella_rack.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "umbrella_rack" + ] } ] }, { "name": "frame.n.10", - "hasModel": true + "hasModel": true, + "categories": [ + "frame" + ] }, { "name": "grate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "firewood_grate" + ] }, { "name": "grill.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "charcoal_grill", + "grill", + "smoker" + ] }, { "name": "picture_frame.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "picture_frame" + ] }, { "name": "window.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "arched_window", + "window" + ] } ] }, @@ -7377,7 +10660,11 @@ }, { "name": "skeleton.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "skeletal_frame", + "structural_element" + ] } ] }, @@ -7395,11 +10682,17 @@ "children": [ { "name": "birdcage.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "birdcage" + ] }, { "name": "hutch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hutch" + ] } ] }, @@ -7413,13 +10706,19 @@ "children": [ { "name": "carrel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cubicle" + ] } ] }, { "name": "fireplace.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fireplace" + ] } ] }, @@ -7429,7 +10728,10 @@ "children": [ { "name": "terrarium.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "terrarium" + ] } ] } @@ -7445,7 +10747,10 @@ "children": [ { "name": "cabinet.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "locker" + ] }, { "name": "luggage_compartment.n.01", @@ -7463,11 +10768,17 @@ "children": [ { "name": "farm_stand.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "farm_stand" + ] }, { "name": "shower_stall.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shower_stall" + ] } ] } @@ -7481,7 +10792,10 @@ "children": [ { "name": "cupboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grocery_cupboard" + ] } ] } @@ -7501,7 +10815,10 @@ "children": [ { "name": "chicken_coop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_coop" + ] } ] } @@ -7521,7 +10838,10 @@ "children": [ { "name": "cork.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cork" + ] } ] } @@ -7537,19 +10857,32 @@ "children": [ { "name": "door.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "door" + ] }, { "name": "elevator_door.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "elevator_door" + ] }, { "name": "gate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garage_door", + "gate" + ] }, { "name": "turnstile.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "turnstile" + ] } ] }, @@ -7563,13 +10896,26 @@ }, { "name": "rail_fence.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rail_fence" + ] + }, + { + "name": "stone_wall.n.01", + "hasModel": true, + "categories": [ + "stone_wall" + ] } ] }, { "name": "railing.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "railing" + ] } ] } @@ -7577,11 +10923,17 @@ }, { "name": "drinking_fountain.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "drinking_fountain" + ] }, { "name": "fountain.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fountain" + ] }, { "name": "memorial.n.03", @@ -7589,7 +10941,10 @@ "children": [ { "name": "gravestone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "headstone" + ] } ] }, @@ -7603,7 +10958,10 @@ "children": [ { "name": "plywood.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "plywood" + ] } ] } @@ -7615,7 +10973,10 @@ "children": [ { "name": "scoreboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scoreboard" + ] } ] }, @@ -7625,11 +10986,18 @@ "children": [ { "name": "screen.n.09", - "hasModel": true + "hasModel": true, + "categories": [ + "bed_screen", + "room_divider" + ] }, { "name": "wall.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "walls" + ] } ] }, @@ -7639,7 +11007,10 @@ "children": [ { "name": "tent.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tent" + ] } ] } @@ -7659,7 +11030,10 @@ "children": [ { "name": "cement.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cement" + ] } ] } @@ -7683,7 +11057,10 @@ "children": [ { "name": "backdrop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "background" + ] } ] } @@ -7695,7 +11072,10 @@ "children": [ { "name": "globe.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "globe" + ] }, { "name": "figure.n.04", @@ -7707,7 +11087,10 @@ "children": [ { "name": "mannequin.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mannequin" + ] } ] }, @@ -7717,7 +11100,10 @@ "children": [ { "name": "nativity_figurine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "nativity_figurine" + ] } ] } @@ -7725,7 +11111,10 @@ }, { "name": "mock-up.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "classroom_mock_up" + ] } ] }, @@ -7735,17 +11124,26 @@ "children": [ { "name": "letter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "letter" + ] } ] }, { "name": "map.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "map" + ] }, { "name": "photograph.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "picture" + ] }, { "name": "drawing.n.02", @@ -7753,7 +11151,10 @@ "children": [ { "name": "plan.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "architectural_plan" + ] } ] }, @@ -7767,7 +11168,10 @@ "children": [ { "name": "portrait.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "portrait" + ] } ] } @@ -7789,11 +11193,18 @@ "children": [ { "name": "bust.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "bust" + ] }, { "name": "statue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garden_statue", + "statue" + ] } ] } @@ -7805,7 +11216,11 @@ "children": [ { "name": "painting.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "canvas", + "painting" + ] } ] } @@ -7829,21 +11244,17 @@ "children": [ { "name": "catalog.n.01", - "hasModel": true - }, - { - "name": "reference_book.n.01", "hasModel": true, - "children": [ - { - "name": "handbook.n.01", - "hasModel": true - } + "categories": [ + "catalog" ] }, { "name": "textbook.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "textbook" + ] } ] }, @@ -7853,7 +11264,10 @@ "children": [ { "name": "comic_book.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "comic_book" + ] } ] } @@ -7867,29 +11281,40 @@ "children": [ { "name": "hardback.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hardback" + ] }, { "name": "notebook.n.01", - "hasModel": true - }, - { - "name": "novel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "notebook" + ] }, { "name": "paperback_book.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paperback_book" + ] } ] }, { "name": "magazine.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "magazine" + ] }, { "name": "newspaper.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "newspaper" + ] } ] } @@ -7909,7 +11334,10 @@ "children": [ { "name": "bandanna.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bandana" + ] } ] }, @@ -7919,33 +11347,47 @@ "children": [ { "name": "bath_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bath_towel" + ] }, { "name": "dishtowel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dishtowel" + ] }, { "name": "hand_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hand_towel" + ] }, { "name": "paper_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_towel" + ] } ] }, - { - "name": "dustcloth.n.01", - "hasModel": true - }, { "name": "liner.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "microfiber_cloth" + ] }, { "name": "rag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rag" + ] } ] }, @@ -7975,7 +11417,10 @@ }, { "name": "chicken_wire.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_wire" + ] } ] }, @@ -7983,10 +11428,6 @@ "name": "cobweb.n.01", "hasModel": true }, - { - "name": "cotton.n.02", - "hasModel": true - }, { "name": "felt.n.01", "hasModel": true @@ -7995,17 +11436,16 @@ "name": "knit.n.01", "hasModel": true }, - { - "name": "silk.n.01", - "hasModel": true - }, { "name": "canvas.n.01", "hasModel": true, "children": [ { "name": "tarpaulin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tarp" + ] } ] }, @@ -8041,11 +11481,17 @@ "children": [ { "name": "banner.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hanging_banners" + ] }, { "name": "national_flag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "national_flag" + ] } ] } @@ -8069,7 +11515,10 @@ "children": [ { "name": "baseboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baseboard" + ] } ] }, @@ -8079,17 +11528,27 @@ "children": [ { "name": "bouquet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bouquet" + ] }, { "name": "wreath.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "valentine_wreath", + "wreath" + ] } ] }, { "name": "bow.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "bow" + ] }, { "name": "adornment.n.01", @@ -8101,7 +11560,10 @@ "children": [ { "name": "bracelet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bracelet" + ] }, { "name": "jewel.n.01", @@ -8109,45 +11571,73 @@ "children": [ { "name": "diamond.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diamond" + ] }, { "name": "pearl.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pearl" + ] }, { "name": "ruby.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ruby" + ] } ] }, { "name": "necklace.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "necklace" + ] }, { "name": "ring.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "ring" + ] } ] }, { "name": "tassel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tassel" + ] } ] }, { "name": "centerpiece.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "centerpiece" + ] }, { "name": "christmas_tree.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "christmas_tree", + "christmas_tree_decorated" + ] }, { "name": "folderal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "folderal" + ] }, { "name": "garnish.n.01", @@ -8159,19 +11649,31 @@ "children": [ { "name": "frosting.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "frosting" + ] }, { "name": "glaze.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "glaze" + ] }, { "name": "meringue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meringue" + ] }, { "name": "whipped_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whipped_cream" + ] } ] } @@ -8179,7 +11681,10 @@ }, { "name": "holly.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "holly_decoration" + ] }, { "name": "stud.n.02", @@ -8187,7 +11692,17 @@ }, { "name": "wind_chime.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wind_chime" + ] + }, + { + "name": "hanging.n.01", + "hasModel": true, + "categories": [ + "hanging" + ] } ] }, @@ -8201,7 +11716,10 @@ "children": [ { "name": "board.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "board" + ] }, { "name": "strip.n.05", @@ -8217,7 +11735,10 @@ }, { "name": "toothpick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothpick" + ] } ] } @@ -8233,7 +11754,10 @@ "children": [ { "name": "cement.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cement" + ] } ] }, @@ -8247,15 +11771,25 @@ "children": [ { "name": "gravestone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "headstone" + ] }, { "name": "paving_stone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paver", + "paving_stone" + ] }, { "name": "whetstone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whetstone" + ] } ] }, @@ -8277,7 +11811,10 @@ }, { "name": "stucco.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stucco" + ] } ] } @@ -8303,11 +11840,17 @@ "children": [ { "name": "car_tire.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "car_tire" + ] }, { "name": "whitewall_tire.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whitewall_tire" + ] } ] }, @@ -8327,7 +11870,10 @@ "children": [ { "name": "dog_collar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dog_collar" + ] } ] }, @@ -8351,15 +11897,24 @@ "children": [ { "name": "cellulose_tape.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cellulose_tape" + ] }, { "name": "duct_tape.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "duct_tape" + ] }, { "name": "masking_tape.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "masking_tape" + ] } ] } @@ -8389,11 +11944,17 @@ "children": [ { "name": "casserole.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "casserole" + ] }, { "name": "gravy_boat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gravy_boat" + ] }, { "name": "bowl.n.03", @@ -8401,11 +11962,10 @@ "children": [ { "name": "mixing_bowl.n.01", - "hasModel": true - }, - { - "name": "salad__bowl.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mixing_bowl" + ] }, { "name": "soup_bowl.n.01", @@ -8415,7 +11975,10 @@ }, { "name": "petri_dish.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "petri_dish" + ] } ] }, @@ -8429,15 +11992,32 @@ }, { "name": "coffee_cup.n.01", - "hasModel": true - }, + "hasModel": true, + "categories": [ + "coffee_cup" + ] + }, { "name": "dixie_cup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_cup", + "soda_cup" + ] }, { "name": "teacup.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "teacup" + ] + }, + { + "name": "beaker.n.02", + "hasModel": true, + "categories": [ + "beaker" + ] } ] } @@ -8445,7 +12025,10 @@ }, { "name": "chopstick.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chopstick" + ] }, { "name": "cutlery.n.02", @@ -8465,15 +12048,24 @@ }, { "name": "tablespoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tablespoon" + ] }, { "name": "teaspoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "teaspoon" + ] }, { "name": "wooden_spoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "wooden_spoon" + ] } ] }, @@ -8487,17 +12079,26 @@ }, { "name": "tablefork.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tablefork" + ] }, { "name": "toasting_fork.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toasting_fork" + ] } ] }, { "name": "table_knife.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "table_knife" + ] } ] }, @@ -8511,15 +12112,24 @@ "children": [ { "name": "plate.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "plate" + ] }, { "name": "platter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "platter" + ] }, { "name": "saucer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "saucer" + ] } ] } @@ -8531,7 +12141,10 @@ "children": [ { "name": "wooden_spoon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "wooden_spoon" + ] } ] } @@ -8553,7 +12166,10 @@ "children": [ { "name": "ceiling.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ceilings" + ] } ] } @@ -8569,7 +12185,10 @@ "children": [ { "name": "clipboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clipboard" + ] } ] }, @@ -8579,7 +12198,10 @@ "children": [ { "name": "countertop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "countertop" + ] } ] } @@ -8591,11 +12213,17 @@ "children": [ { "name": "dartboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dartboard" + ] }, { "name": "pegboard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pegboard" + ] } ] }, @@ -8605,7 +12233,10 @@ "children": [ { "name": "floor.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "floors" + ] }, { "name": "platform.n.01", @@ -8613,7 +12244,10 @@ "children": [ { "name": "pallet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pallet" + ] } ] } @@ -8621,7 +12255,10 @@ }, { "name": "screen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "projection_screen" + ] } ] }, @@ -8635,7 +12272,10 @@ "children": [ { "name": "chandelier.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chandelier" + ] } ] }, @@ -8645,29 +12285,48 @@ "children": [ { "name": "shower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shower" + ] }, { "name": "sink.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "commercial_kitchen_sink", + "sink" + ] }, { "name": "toilet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet" + ] }, { "name": "urinal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "urinal" + ] }, { "name": "water_faucet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "water_faucet" + ] } ] }, { "name": "soap_dish.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soap_dish" + ] } ] }, @@ -8677,7 +12336,10 @@ "children": [ { "name": "chopping_block.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chopping_block" + ] }, { "name": "cube.n.05", @@ -8685,11 +12347,17 @@ "children": [ { "name": "die.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dice" + ] }, { "name": "ice_cube.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ice_cube" + ] } ] }, @@ -8699,7 +12367,11 @@ "children": [ { "name": "tile.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ceramic_tile", + "tile" + ] } ] } @@ -8715,7 +12387,10 @@ "children": [ { "name": "clothesline.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "clothesline" + ] }, { "name": "thread.n.01", @@ -8723,25 +12398,40 @@ "children": [ { "name": "cotton.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cotton_thread" + ] }, { "name": "dental_floss.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dental_floss" + ] }, { "name": "tinsel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tinsel" + ] } ] }, { "name": "lace.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lace" + ] }, { "name": "string.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "twine" + ] }, { "name": "tie.n.09", @@ -8755,7 +12445,10 @@ }, { "name": "rope.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rope" + ] } ] }, @@ -8765,7 +12458,10 @@ "children": [ { "name": "doll.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "doll" + ] }, { "name": "top.n.08", @@ -8773,37 +12469,82 @@ "children": [ { "name": "dreidel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dreidel" + ] } ] }, - { - "name": "pinwheel.n.03", - "hasModel": true - }, { "name": "sandbox.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sandbox" + ] }, { "name": "snow_globe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "snow_globe" + ] }, { "name": "swing.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "swing" + ] }, { "name": "teddy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "teddy_bear" + ] + }, + { + "name": "toy_car.n.01", + "hasModel": true, + "categories": [ + "toy_car" + ] + }, + { + "name": "toy_dice.n.01", + "hasModel": true, + "categories": [ + "toy_dice" + ] }, { "name": "toy_figure.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toy_figure" + ] + }, + { + "name": "beach_toy.n.01", + "hasModel": true, + "categories": [ + "beach_toy" + ] }, { "name": "train_set.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toy_train" + ] + }, + { + "name": "alphabet_abacus.n.01", + "hasModel": true, + "categories": [ + "alphabet_abacus" + ] } ] }, @@ -8817,7 +12558,10 @@ "children": [ { "name": "driveway.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "driveway" + ] } ] }, @@ -8835,23 +12579,38 @@ "children": [ { "name": "hose.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "hose" + ] }, { "name": "pipe.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tobacco_pipe" + ] }, { "name": "pipe.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pipe" + ] }, { "name": "straw.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "straw" + ] }, { "name": "test_tube.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "test_tube" + ] } ] } @@ -8869,7 +12628,10 @@ "children": [ { "name": "ladder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ladder" + ] } ] } @@ -8883,7 +12645,10 @@ "children": [ { "name": "globe.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "globe" + ] } ] }, @@ -8897,7 +12662,10 @@ "children": [ { "name": "life_jacket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "life_jacket" + ] } ] } @@ -8917,7 +12685,10 @@ }, { "name": "mattress.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mattress" + ] }, { "name": "mat.n.07", @@ -8925,11 +12696,17 @@ "children": [ { "name": "mousepad.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mousepad" + ] }, { "name": "place_mat.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "place_mat" + ] } ] }, @@ -8939,7 +12716,10 @@ }, { "name": "sanitary_napkin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sanitary_napkin" + ] } ] }, @@ -8949,7 +12729,10 @@ "children": [ { "name": "pillow.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pillow" + ] } ] } @@ -8979,7 +12762,10 @@ "children": [ { "name": "showerhead.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "showerhead" + ] } ] } @@ -9007,7 +12793,10 @@ "children": [ { "name": "swimming_pool.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "swimming_pool" + ] } ] } @@ -9023,11 +12812,17 @@ "children": [ { "name": "swimming_pool.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "swimming_pool" + ] }, { "name": "wading_pool.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wading_pool" + ] } ] } @@ -9073,7 +12868,10 @@ "children": [ { "name": "acorn.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "acorn" + ] }, { "name": "drupe.n.01", @@ -9081,7 +12879,10 @@ "children": [ { "name": "almond.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "almond" + ] }, { "name": "drupelet.n.01", @@ -9089,33 +12890,62 @@ "children": [ { "name": "blackberry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blackberry" + ] }, { "name": "raspberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ] } ] }, { "name": "cherry.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "cherry" + ] }, { "name": "half__plum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_plum" + ] }, { "name": "olive.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "olive" + ] }, { "name": "peach.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "peach" + ] }, { "name": "plum.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "plum" + ] + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ] } ] }, @@ -9133,51 +12963,87 @@ "children": [ { "name": "almond.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "almond" + ] }, { "name": "cashew.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cashew" + ] }, { "name": "chestnut.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "chestnut" + ] }, { "name": "coconut.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "coconut_fruit" + ] }, { "name": "half__chestnut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_chestnut" + ] }, { "name": "half__coconut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_coconut_fruit" + ] }, { "name": "hazelnut.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hazelnut" + ] }, { "name": "peanut.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "peanut_nut" + ] }, { "name": "pecan.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "pecan" + ] }, { "name": "pine_nut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pine_nut" + ] }, { "name": "pistachio.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pistachio" + ] }, { "name": "walnut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "walnut" + ] } ] } @@ -9189,37 +13055,61 @@ "children": [ { "name": "chia_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chia_seed" + ] }, { "name": "cooked__cumin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__cumin" + ] }, { "name": "cooked__pumpkin_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__pumpkin_seed" + ] }, { "name": "cooked__sunflower_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__sunflower_seed" + ] }, { "name": "cumin.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cumin" + ] }, { "name": "pumpkin_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pumpkin_seed" + ] }, { "name": "sunflower_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sunflower_seed" + ] } ] }, { "name": "coffee_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_bean" + ] } ] }, @@ -9229,19 +13119,32 @@ "children": [ { "name": "apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apple" + ] }, { "name": "apricot.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "apricot" + ] }, { "name": "avocado.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "avocado" + ] }, { "name": "banana.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "banana", + "bunch_of_bananas" + ] }, { "name": "berry.n.01", @@ -9249,15 +13152,24 @@ "children": [ { "name": "blackberry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blackberry" + ] }, { "name": "blueberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "blueberry" + ] }, { "name": "cranberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cranberry" + ] }, { "name": "currant.n.01", @@ -9265,17 +13177,39 @@ "children": [ { "name": "gooseberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "gooseberry" + ] } ] }, { "name": "raspberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ] }, { "name": "strawberry.n.01", + "hasModel": true, + "categories": [ + "strawberries", + "strawberry" + ] + }, + { + "name": "diced__strawberry.n.01", "hasModel": true + }, + { + "name": "half__strawberry.n.01", + "hasModel": true, + "categories": [ + "half_strawberry" + ] } ] }, @@ -9289,47 +13223,77 @@ "children": [ { "name": "cantaloup.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cantaloup" + ] } ] }, { "name": "diced__watermelon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__watermelon" + ] }, { "name": "half__watermelon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_watermelon" + ] }, { "name": "sliced__melon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_melon" + ] }, { "name": "watermelon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "watermelon" + ] } ] }, { "name": "cherry.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "cherry" + ] }, { "name": "date.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "date" + ] }, { "name": "diced__apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__apple" + ] }, { "name": "diced__avocado.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__avocado" + ] }, { "name": "diced__kiwi.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__kiwi" + ] }, { "name": "citrus.n.01", @@ -9337,61 +13301,107 @@ "children": [ { "name": "diced__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__lemon" + ] }, { "name": "grapefruit.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "grapefruit" + ] }, { "name": "half__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_lemon" + ] }, { "name": "half__lime.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_lime" + ] }, { "name": "half__orange.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_orange" + ] }, { "name": "half__pomelo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pomelo" + ] }, { "name": "lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon" + ] }, { "name": "lime.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "lime" + ] }, { "name": "orange.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orange" + ] }, { "name": "pomelo.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pomelo" + ] }, { "name": "sliced__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_lemon" + ] }, { "name": "sliced__lime.n.01", + "hasModel": true, + "categories": [ + "sliced_lime" + ] + }, + { + "name": "diced__orange.n.01", "hasModel": true } ] }, { "name": "diced__mango.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__mango" + ] }, { "name": "diced__pineapple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__pineapple" + ] }, { "name": "dried_fruit.n.01", @@ -9399,81 +13409,180 @@ "children": [ { "name": "dried_apricot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dried_apricot" + ] }, { - "name": "heap__of__raisins.n.01", - "hasModel": true + "name": "raisin.n.01", + "hasModel": true, + "categories": [ + "raisin" + ] }, { - "name": "raisin.n.01", - "hasModel": true + "name": "dried_cranberry.n.01", + "hasModel": true, + "categories": [ + "dried_cranberry" + ] } ] }, { "name": "durian.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "durian" + ] }, { "name": "grape.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grape" + ] }, { "name": "half__apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_apple" + ] }, { "name": "half__mango.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_mango" + ] }, { "name": "half__pineapple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pineapple" + ] + }, + { + "name": "half__plum.n.01", + "hasModel": true, + "categories": [ + "half_plum" + ] }, { "name": "half__pomegranate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pomegranate" + ] }, { "name": "kiwi.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "kiwi" + ] }, { "name": "mango.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mango" + ] }, { "name": "nectarine.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "nectarine" + ] }, { "name": "papaya.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "papaya" + ] }, { "name": "peach.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "peach" + ] }, { "name": "pear.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pear" + ] }, { "name": "pineapple.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pineapple" + ] }, { "name": "plum.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "plum" + ] }, { "name": "pomegranate.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pomegranate" + ] }, { "name": "sliced__papaya.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_papaya" + ] + }, + { + "name": "half__apricot.n.01", + "hasModel": true, + "categories": [ + "half_apricot" + ] + }, + { + "name": "half__kiwi.n.01", + "hasModel": true, + "categories": [ + "half_kiwi" + ] + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ] + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ] + }, + { + "name": "half__papaya.n.01", + "hasModel": true, + "categories": [ + "half_papaya" + ] } ] }, @@ -9483,31 +13592,67 @@ "children": [ { "name": "apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apple" + ] }, { - "name": "pear.n.01", - "hasModel": true - } - ] - }, + "name": "diced__apple.n.01", + "hasModel": true, + "categories": [ + "diced__apple" + ] + }, + { + "name": "half__apple.n.01", + "hasModel": true, + "categories": [ + "half_apple" + ] + }, + { + "name": "pear.n.01", + "hasModel": true, + "categories": [ + "pear" + ] + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ] + } + ] + }, { "name": "berry.n.02", "hasModel": true, "children": [ { "name": "cranberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cranberry" + ] } ] }, { "name": "gourd.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "gourd" + ] }, { "name": "hip.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "rosehip" + ] }, { "name": "pod.n.02", @@ -9515,7 +13660,10 @@ "children": [ { "name": "peanut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "peanut" + ] } ] } @@ -9523,7 +13671,10 @@ }, { "name": "flower.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "flower" + ] }, { "name": "cone.n.03", @@ -9531,7 +13682,10 @@ "children": [ { "name": "pinecone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pine_cone" + ] } ] }, @@ -9559,11 +13713,17 @@ "children": [ { "name": "branch.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "branch" + ] }, { "name": "cutting.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "plant_stem" + ] }, { "name": "bulb.n.01", @@ -9571,7 +13731,10 @@ "children": [ { "name": "daffodil_bulb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "daffodil_bulb" + ] } ] }, @@ -9587,11 +13750,17 @@ "children": [ { "name": "entire_leaf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "leaf" + ] }, { "name": "greenery.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "greenery" + ] }, { "name": "pad.n.02", @@ -9599,7 +13768,10 @@ "children": [ { "name": "lily_pad.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lily_pad" + ] } ] }, @@ -9609,7 +13781,10 @@ "children": [ { "name": "petal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "flower_petal" + ] } ] } @@ -9629,19 +13804,31 @@ "children": [ { "name": "boulder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "boulder" + ] }, { "name": "crystal.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "crystal" + ] }, { "name": "pebble.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pebble" + ] }, { "name": "whiskey_stone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whiskey_stone" + ] } ] }, @@ -9655,7 +13842,10 @@ "children": [ { "name": "cinnamon_bark.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon_stick" + ] } ] }, @@ -9665,7 +13855,10 @@ "children": [ { "name": "feather.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "feather" + ] } ] }, @@ -9683,7 +13876,10 @@ "children": [ { "name": "pea_pod.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pea_pod" + ] } ] }, @@ -9711,7 +13907,10 @@ "children": [ { "name": "seashell.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "seashell" + ] } ] }, @@ -9768,16 +13967,15 @@ { "name": "barley.n.02", "hasModel": true - }, - { - "name": "heap__of__oatmeal.n.01", - "hasModel": true } ] }, { "name": "bunchgrass.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bunchgrass" + ] } ] } @@ -9801,11 +13999,17 @@ "children": [ { "name": "cooked__kidney_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__kidney_bean" + ] }, { "name": "kidney_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kidney_bean" + ] } ] } @@ -9824,6 +14028,19 @@ "hasModel": true } ] + }, + { + "name": "tomato.n.02", + "hasModel": true, + "children": [ + { + "name": "pottable__beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "pottable_beefsteak_tomato" + ] + } + ] } ] }, @@ -9841,7 +14058,10 @@ "children": [ { "name": "butternut_squash.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "butternut_squash" + ] } ] } @@ -9869,11 +14089,17 @@ "children": [ { "name": "cooked__kidney_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__kidney_bean" + ] }, { "name": "kidney_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kidney_bean" + ] } ] } @@ -9887,7 +14113,10 @@ }, { "name": "ivy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ivy" + ] } ] }, @@ -9897,15 +14126,24 @@ "children": [ { "name": "cactus.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cactus" + ] }, { "name": "echeveria_elegans.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "echeveria_elegans" + ] }, { "name": "pottable__cactus.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pottable_cactus" + ] } ] }, @@ -9923,17 +14161,26 @@ "children": [ { "name": "chives.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chives" + ] } ] }, { "name": "lily.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lily" + ] }, { "name": "tulip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tulip" + ] } ] }, @@ -9943,7 +14190,10 @@ "children": [ { "name": "pottable__daffodil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pottable_daffodil" + ] } ] } @@ -9963,23 +14213,38 @@ "children": [ { "name": "dahlia.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dahlia_flower" + ] }, { "name": "marigold.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marigold" + ] }, { "name": "pottable__dahlia.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pottable_dahlia" + ] }, { "name": "pottable__marigold.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pottable_marigold" + ] }, { "name": "sunflower.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sunflower" + ] }, { "name": "orchid.n.01", @@ -9987,7 +14252,10 @@ "children": [ { "name": "vanilla.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vanilla_flower" + ] } ] } @@ -10019,35 +14287,56 @@ "children": [ { "name": "poinsettia.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "poinsettia" + ] } ] }, { "name": "rose.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rose" + ] } ] }, { "name": "tree.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "low_resolution_tree", + "tree" + ] } ] }, { "name": "weed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "weed" + ] } ] }, { "name": "garden_plant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garden_plant" + ] }, { "name": "pot_plant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hanging_basket", + "hanging_plant", + "pot_plant" + ] } ] }, @@ -10061,7 +14350,10 @@ "children": [ { "name": "alga.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "alga" + ] } ] } @@ -10089,15 +14381,24 @@ }, { "name": "mildew.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mildew" + ] }, { "name": "mold.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "mold" + ] }, { "name": "shiitake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shiitake" + ] } ] }, @@ -10119,7 +14420,10 @@ "children": [ { "name": "conch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "conch" + ] } ] } @@ -10173,7 +14477,10 @@ "children": [ { "name": "bandanna.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bandana" + ] } ] }, @@ -10183,33 +14490,47 @@ "children": [ { "name": "bath_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bath_towel" + ] }, { "name": "dishtowel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dishtowel" + ] }, { "name": "hand_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hand_towel" + ] }, { "name": "paper_towel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_towel" + ] } ] }, - { - "name": "dustcloth.n.01", - "hasModel": true - }, { "name": "liner.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "microfiber_cloth" + ] }, { "name": "rag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rag" + ] } ] } @@ -10225,7 +14546,10 @@ "children": [ { "name": "burner.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "burner" + ] } ] }, @@ -10259,7 +14583,12 @@ "children": [ { "name": "wall_socket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "outlet", + "power_strip", + "wall_socket" + ] } ] } @@ -10275,7 +14604,11 @@ "children": [ { "name": "handle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "handle", + "l_shaped_handle" + ] } ] } @@ -10331,7 +14664,10 @@ "children": [ { "name": "lawn.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lawn" + ] }, { "name": "yard.n.02", @@ -10339,7 +14675,10 @@ "children": [ { "name": "playground.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "playground" + ] } ] } @@ -10375,7 +14714,10 @@ }, { "name": "ribbon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ribbon" + ] }, { "name": "film.n.04", @@ -10393,7 +14735,10 @@ "children": [ { "name": "turf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sod" + ] } ] } @@ -10429,7 +14774,10 @@ "children": [ { "name": "acetone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "acetone" + ] } ] }, @@ -10455,7 +14803,10 @@ }, { "name": "grease.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grease" + ] }, { "name": "linseed_oil.n.01", @@ -10463,28 +14814,6 @@ } ] }, - { - "name": "wax.n.01", - "hasModel": true, - "children": [ - { - "name": "beeswax.n.01", - "hasModel": true - }, - { - "name": "floor_wax.n.01", - "hasModel": true - }, - { - "name": "paraffin.n.01", - "hasModel": true - }, - { - "name": "wax_remnant.n.01", - "hasModel": true - } - ] - }, { "name": "fat.n.01", "hasModel": true, @@ -10503,23 +14832,38 @@ }, { "name": "coconut_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coconut_oil" + ] }, { "name": "cooked__cooking_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ] }, { "name": "cooked__olive_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ] }, { "name": "cooking_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooking_oil" + ] }, { "name": "olive_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "olive_oil" + ] }, { "name": "peanut_oil.n.01", @@ -10527,17 +14871,50 @@ }, { "name": "sesame_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sesame_oil" + ] } ] }, { "name": "shortening.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shortening" + ] } ] } ] + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ] + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ] + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ] + } + ] } ] }, @@ -10555,7 +14932,10 @@ "children": [ { "name": "cornstarch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cornstarch" + ] } ] } @@ -10587,7 +14967,10 @@ "children": [ { "name": "gasoline.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gasoline" + ] } ] }, @@ -10633,37 +15016,61 @@ "children": [ { "name": "bar_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bar_soap" + ] }, { "name": "liquid_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "liquid_soap" + ] }, { "name": "saddle_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saddle_soap" + ] }, { "name": "sugar_coffee_scrub.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_coffee_scrub" + ] }, { "name": "toilet_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_soap" + ] } ] }, { "name": "detergent.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "detergent" + ] }, { "name": "lemon_stain_remover.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_stain_remover" + ] }, { "name": "shampoo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shampoo" + ] }, { "name": "dentifrice.n.01", @@ -10671,19 +15078,28 @@ "children": [ { "name": "toothpaste.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothpaste" + ] } ] }, { "name": "vinegar_cleaning_solution.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vinegar_cleaning_solution" + ] } ] }, { "name": "polish.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "polish" + ] } ] }, @@ -10703,7 +15119,10 @@ }, { "name": "cream_of_tartar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_of_tartar" + ] }, { "name": "sulfate.n.01", @@ -10717,7 +15136,10 @@ }, { "name": "sodium_carbonate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sodium_carbonate" + ] } ] }, @@ -10741,7 +15163,10 @@ "children": [ { "name": "seawater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "seawater" + ] } ] } @@ -10753,7 +15178,10 @@ "children": [ { "name": "insectifuge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "insectifuge" + ] } ] }, @@ -10789,7 +15217,10 @@ "children": [ { "name": "rust.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rust" + ] } ] } @@ -10803,17 +15234,26 @@ "children": [ { "name": "conditioner.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "conditioner" + ] }, { "name": "fabric_softener.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fabric_softener" + ] } ] }, { "name": "fertilizer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fertilizer" + ] }, { "name": "explosive.n.01", @@ -10821,7 +15261,10 @@ "children": [ { "name": "gunpowder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gunpowder" + ] }, { "name": "low_explosive.n.01", @@ -10833,11 +15276,17 @@ "children": [ { "name": "skyrocket.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "skyrocket" + ] }, { "name": "sparkler.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sparkler" + ] } ] } @@ -10847,25 +15296,37 @@ }, { "name": "herbicide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "herbicide" + ] }, { "name": "pesticide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pesticide" + ] } ] }, { "name": "adhesive_material.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "adhesive_material" + ] }, { "name": "waste.n.01", "hasModel": true, "children": [ { - "name": "bagged__rubbish.n.01", - "hasModel": true + "name": "bag__of__rubbish.n.01", + "hasModel": true, + "categories": [ + "bag_of_rubbish" + ] }, { "name": "rubbish.n.01", @@ -10873,7 +15334,10 @@ "children": [ { "name": "debris.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "debris" + ] } ] }, @@ -10883,7 +15347,10 @@ "children": [ { "name": "fecal_matter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fecal_matter" + ] } ] }, @@ -10903,15 +15370,24 @@ "children": [ { "name": "bamboo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bamboo" + ] }, { "name": "half__log.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_log" + ] }, { "name": "log.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "log" + ] }, { "name": "sawdust.n.01", @@ -10923,7 +15399,10 @@ "children": [ { "name": "wood_chip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wood_chip" + ] } ] } @@ -10947,11 +15426,17 @@ "children": [ { "name": "cigar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigar" + ] }, { "name": "cigarette.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigarette" + ] } ] } @@ -10963,7 +15448,10 @@ "children": [ { "name": "cotton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cotton_ball" + ] }, { "name": "hemp.n.01", @@ -10975,30 +15463,6 @@ } ] }, - { - "name": "animal_material.n.01", - "hasModel": true, - "children": [ - { - "name": "animal_product.n.01", - "hasModel": true, - "children": [ - { - "name": "beeswax.n.01", - "hasModel": true - } - ] - }, - { - "name": "feather.n.01", - "hasModel": true - }, - { - "name": "shell.n.02", - "hasModel": true - } - ] - }, { "name": "mineral.n.01", "hasModel": true, @@ -11017,7 +15481,10 @@ "children": [ { "name": "chalk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chalk" + ] } ] } @@ -11029,7 +15496,10 @@ }, { "name": "quartz.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "quartz" + ] } ] }, @@ -11047,7 +15517,10 @@ "children": [ { "name": "card.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cardstock" + ] } ] }, @@ -11057,11 +15530,17 @@ "children": [ { "name": "notepad.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "notepad" + ] }, { "name": "sticky_note.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sticky_note" + ] } ] }, @@ -11075,7 +15554,10 @@ "children": [ { "name": "post-it.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "post_it" + ] } ] } @@ -11083,7 +15565,10 @@ }, { "name": "sheet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_sheet" + ] }, { "name": "tissue.n.02", @@ -11091,21 +15576,33 @@ "children": [ { "name": "toilet_tissue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_paper" + ] } ] }, { "name": "wallpaper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wallpaper" + ] }, { "name": "wax_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wax_paper" + ] }, { "name": "wrapping_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wrapping_paper" + ] } ] }, @@ -11119,7 +15616,10 @@ "children": [ { "name": "card.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cardstock" + ] } ] } @@ -11139,7 +15639,10 @@ "children": [ { "name": "cotton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cotton_ball" + ] }, { "name": "hemp.n.01", @@ -11151,11 +15654,17 @@ }, { "name": "lint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lint" + ] }, { "name": "loofa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "loofah" + ] } ] }, @@ -11165,7 +15674,10 @@ "children": [ { "name": "dust.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dust" + ] } ] }, @@ -11193,11 +15705,17 @@ }, { "name": "house_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "house_paint" + ] }, { "name": "spray_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spray_paint" + ] } ] } @@ -11209,10 +15727,33 @@ "children": [ { "name": "emery_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "emery_paper" + ] }, { "name": "steel_wool.n.01", + "hasModel": true, + "categories": [ + "steel_wool" + ] + } + ] + }, + { + "name": "animal_material.n.01", + "hasModel": true, + "children": [ + { + "name": "feather.n.01", + "hasModel": true, + "categories": [ + "feather" + ] + }, + { + "name": "shell.n.02", "hasModel": true } ] @@ -11251,10 +15792,6 @@ } ] }, - { - "name": "heap__of__gravel.n.01", - "hasModel": true - }, { "name": "limestone.n.01", "hasModel": true @@ -11293,7 +15830,10 @@ "children": [ { "name": "lemon_peel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_peel" + ] }, { "name": "orange_peel.n.01", @@ -11315,15 +15855,24 @@ "children": [ { "name": "mud.n.03", - "hasModel": true - }, + "hasModel": true, + "categories": [ + "mud" + ] + }, { "name": "soil.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "soil" + ] }, { "name": "sand.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "sand" + ] } ] }, @@ -11343,7 +15892,10 @@ "children": [ { "name": "sealant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sealant" + ] } ] }, @@ -11357,7 +15909,10 @@ "children": [ { "name": "sponge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sponge" + ] } ] } @@ -11375,7 +15930,10 @@ "children": [ { "name": "acetone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "acetone" + ] } ] } @@ -11405,13 +15963,19 @@ }, { "name": "charcoal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "charcoal_powder" + ] } ] }, { "name": "chlorine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chlorine" + ] }, { "name": "nitrogen.n.01", @@ -11429,7 +15993,10 @@ "children": [ { "name": "ammonia_water.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ammonia_water" + ] }, { "name": "antifreeze.n.01", @@ -11453,11 +16020,17 @@ }, { "name": "orange_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orange_juice" + ] }, { "name": "pineapple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pineapple_juice" + ] } ] }, @@ -11471,7 +16044,10 @@ "children": [ { "name": "beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer" + ] } ] }, @@ -11499,11 +16075,17 @@ }, { "name": "gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gin" + ] }, { "name": "rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum" + ] }, { "name": "tequila.n.01", @@ -11511,7 +16093,10 @@ }, { "name": "vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka" + ] } ] }, @@ -11525,25 +16110,40 @@ "children": [ { "name": "champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "champagne" + ] } ] }, { "name": "cooked__red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_wine" + ] }, { "name": "cooked__white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_wine" + ] }, { "name": "red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_wine" + ] }, { "name": "white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_wine" + ] } ] }, @@ -11557,11 +16157,17 @@ "children": [ { "name": "eggnog.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggnog" + ] }, { "name": "fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fruit_punch" + ] } ] }, @@ -11575,7 +16181,10 @@ }, { "name": "martini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "martini" + ] }, { "name": "mojito.n.01", @@ -11613,15 +16222,24 @@ }, { "name": "chocolate_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_milk" + ] }, { "name": "low-fat_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "low_fat_milk" + ] }, { "name": "whole_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whole_milk" + ] } ] }, @@ -11631,27 +16249,45 @@ "children": [ { "name": "cafe_au_lait.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cafe_au_lait" + ] }, { "name": "cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cappuccino" + ] }, { "name": "drip_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drip_coffee" + ] }, { "name": "espresso.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "espresso" + ] }, { "name": "ground_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ground_coffee" + ] }, { "name": "instant_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "instant_coffee" + ] } ] }, @@ -11675,7 +16311,10 @@ }, { "name": "cream_soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_soda" + ] }, { "name": "ginger_ale.n.01", @@ -11687,7 +16326,10 @@ }, { "name": "tonic.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tonic" + ] } ] }, @@ -11697,19 +16339,31 @@ }, { "name": "ginger_beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger_beer" + ] }, { "name": "green_tea_latte.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_tea_latte" + ] }, { "name": "iced_cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_cappuccino" + ] }, { "name": "iced_chocolate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_chocolate" + ] }, { "name": "lemon_water.n.01", @@ -11721,27 +16375,49 @@ "children": [ { "name": "lemonade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemonade" + ] }, { "name": "limeade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "limeade" + ] } ] }, { "name": "smoothie.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "smoothie" + ] }, { "name": "tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tea" + ] } ] }, + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ] + }, { "name": "ink.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ink" + ] }, { "name": "alcohol.n.02", @@ -11755,7 +16431,10 @@ }, { "name": "water.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "water" + ] } ] } @@ -11789,7 +16468,10 @@ }, { "name": "stucco.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stucco" + ] } ] }, @@ -11877,7 +16559,10 @@ }, { "name": "barbecue_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "barbecue_sauce" + ] }, { "name": "white_sauce.n.01", @@ -11891,7 +16576,10 @@ }, { "name": "chocolate_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_sauce" + ] }, { "name": "spaghetti_sauce.n.01", @@ -11899,37 +16587,61 @@ "children": [ { "name": "cooked__marinara.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__marinara" + ] }, { "name": "cooked__red_meat_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_meat_sauce" + ] }, { "name": "marinara.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marinara" + ] }, { "name": "red_meat_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_meat_sauce" + ] }, { "name": "tomato_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_sauce" + ] } ] }, { "name": "cooked__wine_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__wine_sauce" + ] }, { "name": "gravy.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gravy" + ] }, { "name": "hot_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hot_sauce" + ] }, { "name": "dressing.n.01", @@ -11937,7 +16649,10 @@ "children": [ { "name": "mayonnaise.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mayonnaise" + ] } ] }, @@ -11947,11 +16662,17 @@ }, { "name": "pesto.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pesto" + ] }, { "name": "wine_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wine_sauce" + ] }, { "name": "worcester_sauce.n.01", @@ -11965,15 +16686,24 @@ }, { "name": "catsup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "catsup" + ] }, { "name": "cooked__marinade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__marinade" + ] }, { "name": "cooked__salsa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__salsa" + ] }, { "name": "dip.n.04", @@ -11991,11 +16721,17 @@ "children": [ { "name": "hummus.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hummus" + ] }, { "name": "margarine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "margarine" + ] }, { "name": "miso.n.01", @@ -12007,17 +16743,26 @@ }, { "name": "peanut_butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "peanut_butter" + ] } ] }, { "name": "marinade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marinade" + ] }, { "name": "mustard.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mustard" + ] }, { "name": "relish.n.02", @@ -12025,25 +16770,40 @@ "children": [ { "name": "olive.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "olive" + ] }, { "name": "pickle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pickle" + ] } ] }, { "name": "salsa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "salsa" + ] }, { "name": "soy_sauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "soy_sauce" + ] }, { "name": "vinegar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vinegar" + ] } ] }, @@ -12053,27 +16813,45 @@ "children": [ { "name": "allspice.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "allspice" + ] }, { "name": "chinese_anise.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "star_anise" + ] }, { "name": "cinnamon.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon" + ] }, { "name": "clove.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "clove" + ] }, { "name": "fennel.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "fennel_dried" + ] }, { "name": "ginger.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger" + ] }, { "name": "mace.n.03", @@ -12081,11 +16859,17 @@ }, { "name": "nutmeg.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "nutmeg" + ] }, { "name": "pumpkin_pie_spice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pumpkin_pie_spice" + ] } ] }, @@ -12095,19 +16879,32 @@ "children": [ { "name": "basil.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "basil", + "basil_leaf" + ] }, { "name": "bay_leaf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bay_leaf" + ] }, { "name": "cooked__marjoram.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__marjoram" + ] }, { "name": "coriander.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "cilantro" + ] }, { "name": "tea.n.05", @@ -12115,37 +16912,62 @@ "children": [ { "name": "green_tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_tea" + ] }, { "name": "tea_bag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tea_bag" + ] } ] }, { "name": "marjoram.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "marjoram" + ] }, { "name": "mint.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "mint", + "mint_leaf" + ] }, { "name": "parsley.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "parsley" + ] }, { "name": "rosemary.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "rosemary" + ] }, { "name": "sage.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sage" + ] }, { "name": "thyme.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "thyme" + ] } ] }, @@ -12155,17 +16977,26 @@ "children": [ { "name": "black_pepper.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "black_pepper" + ] }, { "name": "cooked__black_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__black_pepper" + ] } ] }, { "name": "bouillon_cube.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bouillon_cube" + ] }, { "name": "sweetening.n.01", @@ -12177,27 +17008,45 @@ "children": [ { "name": "brown_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "brown_sugar" + ] }, { "name": "cane_sugar.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cane_sugar" + ] }, { "name": "cinnamon_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon_sugar" + ] }, { "name": "cooked__granulated_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__granulated_sugar" + ] }, { "name": "granulated_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "granulated_sugar" + ] }, { "name": "lump_sugar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_cube" + ] } ] }, @@ -12211,7 +17060,10 @@ }, { "name": "maple_syrup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "maple_syrup" + ] }, { "name": "molasses.n.01", @@ -12219,13 +17071,19 @@ }, { "name": "sugar_syrup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_syrup" + ] } ] }, { "name": "honey.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "honey" + ] } ] }, @@ -12239,7 +17097,10 @@ }, { "name": "cayenne.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cayenne" + ] }, { "name": "chili_powder.n.01", @@ -12251,85 +17112,145 @@ "children": [ { "name": "clove.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "garlic_clove" + ] }, { "name": "cooked__diced__clove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__clove" + ] }, { "name": "diced__clove.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__clove" + ] }, { "name": "whole_garlic.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garlic" + ] } ] }, { "name": "cooked__curry_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__curry_powder" + ] }, { "name": "cooked__lemon-pepper_seasoning.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__lemon_pepper_seasoning" + ] }, { "name": "cooked__onion_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__onion_powder" + ] }, { "name": "cooked__paprika.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__paprika" + ] }, { "name": "cooked__saffron.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__saffron" + ] }, { "name": "cooked__salt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__salt" + ] }, { "name": "coriander.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "coriander" + ] }, { "name": "curry_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "curry_powder" + ] }, { "name": "ginger.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger_root" + ] }, { "name": "granulated_salt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "granulated_salt" + ] }, { "name": "jerk_seasoning.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jerk_seasoning" + ] }, { "name": "lemon-pepper_seasoning.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_pepper_seasoning" + ] }, { "name": "mustard_seasoning.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mustard_seasoning" + ] }, { "name": "mustard_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mustard_seed" + ] }, { "name": "onion_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "onion_powder" + ] }, { "name": "paprika.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "paprika" + ] }, { "name": "poppy_seed.n.01", @@ -12341,15 +17262,24 @@ }, { "name": "saffron.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "saffron" + ] }, { "name": "salt.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "salt" + ] }, { "name": "sesame_seed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sesame_seed" + ] }, { "name": "turmeric.n.02", @@ -12357,7 +17287,10 @@ }, { "name": "vanilla.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "vanilla" + ] } ] }, @@ -12371,7 +17304,10 @@ }, { "name": "tomato_paste.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_paste" + ] } ] }, @@ -12389,23 +17325,38 @@ }, { "name": "brown_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "brown_rice" + ] }, { "name": "cooked__brown_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__brown_rice" + ] }, { "name": "cooked__white_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_rice" + ] }, { "name": "tomato_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_rice" + ] }, { "name": "white_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_rice" + ] } ] }, @@ -12415,29 +17366,47 @@ "children": [ { "name": "cooked__popcorn.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__popcorn" + ] }, { "name": "popcorn.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "popcorn" + ] }, { "name": "sweet_corn.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sweet_corn" + ] } ] }, { "name": "cooked__quinoa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__quinoa" + ] }, { "name": "oat.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "oat" + ] }, { "name": "quinoa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "quinoa" + ] }, { "name": "wheat.n.02", @@ -12459,23 +17428,38 @@ }, { "name": "brown_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "brown_rice" + ] }, { "name": "cooked__brown_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__brown_rice" + ] }, { "name": "cooked__white_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_rice" + ] }, { "name": "tomato_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tomato_rice" + ] }, { "name": "white_rice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_rice" + ] } ] }, @@ -12489,7 +17473,10 @@ "children": [ { "name": "bagel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bagel" + ] }, { "name": "sweet_roll.n.01", @@ -12497,25 +17484,47 @@ "children": [ { "name": "cinnamon_roll.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon_roll" + ] }, { "name": "danish.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cheese_danish" + ] } ] }, { "name": "crescent_roll.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "croissant" + ] }, { "name": "frankfurter_bun.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hotdog_bun" + ] }, { "name": "hamburger_bun.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hamburger_bun" + ] + }, + { + "name": "soft_roll.n.01", + "hasModel": true, + "categories": [ + "soft_roll" + ] } ] }, @@ -12529,7 +17538,10 @@ "children": [ { "name": "baguet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baguette" + ] } ] } @@ -12545,37 +17557,40 @@ }, { "name": "biscuit.n.01", - "hasModel": true - }, - { - "name": "cornbread.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "biscuit" + ] }, { "name": "muffin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "muffin" + ] }, { "name": "scone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scone" + ] } ] }, - { - "name": "bap.n.01", - "hasModel": true - }, { "name": "bread_slice.n.01", - "hasModel": true - }, - { - "name": "brown_bread.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bread_slice" + ] }, { "name": "crouton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crouton" + ] }, { "name": "garlic_bread.n.01", @@ -12587,7 +17602,10 @@ "children": [ { "name": "meat_loaf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meat_loaf" + ] } ] }, @@ -12607,31 +17625,77 @@ "children": [ { "name": "pretzel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pretzel" + ] } ] }, { "name": "sour_bread.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sourdough" + ] }, { "name": "toast.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toast" + ] + }, + { + "name": "bap.n.01", + "hasModel": true, + "categories": [ + "bap" + ] } ] }, { - "name": "french_fries.n.02", - "hasModel": true + "name": "cooked__diced__potato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ] }, { - "name": "mashed_potato.n.02", - "hasModel": true + "name": "diced__potato.n.01", + "hasModel": true, + "categories": [ + "diced__potato" + ] + }, + { + "name": "french_fries.n.02", + "hasModel": true, + "categories": [ + "french_fries" + ] + }, + { + "name": "half__potato.n.01", + "hasModel": true, + "categories": [ + "half_potato" + ] + }, + { + "name": "mashed_potato.n.02", + "hasModel": true, + "categories": [ + "mashed_potato" + ] }, { "name": "potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "potato" + ] } ] }, @@ -12645,11 +17709,17 @@ "children": [ { "name": "bagel_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bagel_dough" + ] }, { "name": "biscuit_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "biscuit_dough" + ] }, { "name": "chocolate_cookie_dough.n.01", @@ -12657,31 +17727,52 @@ }, { "name": "cookie_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cookie_dough" + ] }, { "name": "edible_cookie_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "edible_cookie_dough" + ] }, { "name": "pastry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pastry" + ] }, { "name": "pizza_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pizza_dough" + ] }, { "name": "spice_cookie_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spice_cookie_dough" + ] }, { "name": "sugar_cookie_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_cookie_dough" + ] }, { "name": "roll_dough.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "roll_dough" + ] } ] }, @@ -12695,7 +17786,10 @@ "children": [ { "name": "cake_mix.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cake_mix" + ] } ] } @@ -12707,23 +17801,47 @@ "children": [ { "name": "cooked__fritter_batter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__fritter_batter" + ] }, { "name": "fritter_batter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fritter_batter" + ] }, { "name": "onion_ring_batter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "onion_ring_batter" + ] }, { "name": "pancake_batter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pancake_batter" + ] }, { "name": "cornbread_batter.n.01", "hasModel": true + }, + { + "name": "brownie_batter.n.01", + "hasModel": true + }, + { + "name": "muffin_batter.n.01", + "hasModel": true + }, + { + "name": "waffle_batter.n.01", + "hasModel": true } ] }, @@ -12751,13 +17869,19 @@ }, { "name": "tofu.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tofu" + ] } ] }, { "name": "beaten_egg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beaten_egg" + ] }, { "name": "dairy_product.n.01", @@ -12773,7 +17897,10 @@ }, { "name": "cheddar.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cheddar" + ] }, { "name": "cottage_cheese.n.01", @@ -12781,27 +17908,45 @@ }, { "name": "cream_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_cheese" + ] }, { "name": "diced__cheddar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__cheddar" + ] }, { "name": "diced__feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__feta" + ] }, { "name": "feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "feta" + ] }, { "name": "grated_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grated_cheese" + ] }, { "name": "half__feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_feta" + ] }, { "name": "melted__cheddar.n.01", @@ -12809,7 +17954,10 @@ }, { "name": "melted__grated_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "melted__grated_cheese" + ] }, { "name": "melted__parmesan.n.01", @@ -12821,7 +17969,10 @@ }, { "name": "parmesan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "parmesan" + ] }, { "name": "ricotta.n.01", @@ -12829,13 +17980,19 @@ }, { "name": "swiss_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "swiss_cheese" + ] } ] }, { "name": "butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "butter" + ] }, { "name": "milk.n.01", @@ -12847,21 +18004,33 @@ }, { "name": "chocolate_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_milk" + ] }, { "name": "low-fat_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "low_fat_milk" + ] }, { "name": "whole_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whole_milk" + ] } ] }, { "name": "cooked__melted__butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__melted__butter" + ] }, { "name": "cream.n.02", @@ -12869,7 +18038,10 @@ "children": [ { "name": "heavy_cream.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "heavy_cream" + ] }, { "name": "sour_cream.n.01", @@ -12879,17 +18051,26 @@ }, { "name": "melted__butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "melted__butter" + ] }, { "name": "yogurt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "yogurt" + ] } ] }, { "name": "canned_food.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "canned_food" + ] }, { "name": "juice.n.01", @@ -12897,15 +18078,24 @@ "children": [ { "name": "carrot_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "carrot_juice" + ] }, { "name": "lemon_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_juice" + ] }, { "name": "lime_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lime_juice" + ] }, { "name": "papaya_juice.n.01", @@ -12917,10 +18107,6 @@ } ] }, - { - "name": "cocoa.n.02", - "hasModel": true - }, { "name": "milk.n.04", "hasModel": true, @@ -12955,15 +18141,24 @@ }, { "name": "egg.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "egg" + ] }, { "name": "flour.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "flour" + ] }, { "name": "raw_egg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "raw_egg" + ] } ] }, @@ -12999,7 +18194,10 @@ }, { "name": "cherry_filling.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cherry_filling" + ] } ] }, @@ -13009,7 +18207,10 @@ "children": [ { "name": "blueberry_mousse.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blueberry_mousse" + ] } ] }, @@ -13022,18 +18223,27 @@ "hasModel": true, "children": [ { - "name": "ice_cream.n.01", - "hasModel": true + "name": "scoop_of_ice_cream.n.01", + "hasModel": true, + "categories": [ + "scoop_of_ice_cream" + ] }, { "name": "ice_lolly.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ice_lolly" + ] } ] }, { "name": "tiramisu.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tiramisu" + ] } ] } @@ -13045,7 +18255,10 @@ "children": [ { "name": "applesauce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "applesauce" + ] }, { "name": "snack_food.n.01", @@ -13057,25 +18270,40 @@ "children": [ { "name": "arepa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "arepa" + ] }, { "name": "club_sandwich.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "club_sandwich" + ] }, { "name": "hamburger.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hamburger" + ] }, { "name": "hotdog.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hotdog" + ] } ] }, { "name": "chip.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "chip" + ] }, { "name": "corn_chip.n.01", @@ -13083,7 +18311,10 @@ "children": [ { "name": "tortilla_chip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tortilla_chips" + ] } ] } @@ -13099,11 +18330,17 @@ "children": [ { "name": "beef_broth.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beef_broth" + ] }, { "name": "chicken_broth.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_broth" + ] } ] }, @@ -13119,15 +18356,24 @@ }, { "name": "chicken_soup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_soup" + ] }, { "name": "chowder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chowder" + ] }, { "name": "cooked__chicken_soup.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__chicken_soup" + ] }, { "name": "gazpacho.n.01", @@ -13145,11 +18391,17 @@ "children": [ { "name": "beef_stew.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beef_stew" + ] }, { "name": "fish_stew.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fish_stew" + ] }, { "name": "lamb_stew.n.01", @@ -13159,7 +18411,10 @@ }, { "name": "burrito.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "burrito" + ] }, { "name": "carne_asada.n.01", @@ -13171,17 +18426,19 @@ "children": [ { "name": "chicken_curry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_curry" + ] } ] }, { "name": "cooked__diced__carne_asada.n.01", - "hasModel": true - }, - { - "name": "cooked__ramen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__carne_asada" + ] }, { "name": "custard.n.01", @@ -13193,7 +18450,10 @@ }, { "name": "french_toast.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "french_toast" + ] }, { "name": "boiled_egg.n.01", @@ -13201,17 +18461,27 @@ "children": [ { "name": "half__hard-boiled_egg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_hard_boiled_egg" + ] }, { "name": "hard-boiled_egg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hard_boiled_egg" + ] } ] }, { "name": "kabob.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kabob", + "kebab" + ] }, { "name": "pasta.n.01", @@ -13219,11 +18489,17 @@ "children": [ { "name": "lasagna.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lasagna" + ] }, { "name": "macaroni_and_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mac_and_cheese" + ] }, { "name": "spaghetti.n.01", @@ -13233,11 +18509,17 @@ }, { "name": "meat_loaf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meat_loaf" + ] }, { "name": "meatball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meatball" + ] }, { "name": "porridge.n.01", @@ -13245,13 +18527,19 @@ "children": [ { "name": "oatmeal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "oatmeal" + ] } ] }, { "name": "omelet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "omelet" + ] }, { "name": "paella.n.01", @@ -13259,11 +18547,17 @@ }, { "name": "patty.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "patty" + ] }, { "name": "pizza.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pizza" + ] }, { "name": "pudding.n.01", @@ -13275,35 +18569,59 @@ }, { "name": "ramen.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ramen" + ] }, { "name": "refried_beans.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "refried_beans" + ] }, { "name": "risotto.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "risotto" + ] }, { "name": "salad.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "salad" + ] }, { "name": "schnitzel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "schnitzel" + ] }, { "name": "scrambled_eggs.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scrambled_eggs" + ] }, { "name": "sushi.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sushi" + ] }, { "name": "taco.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "taco" + ] } ] }, @@ -13321,7 +18639,10 @@ "children": [ { "name": "candy_cane.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "candy_cane" + ] }, { "name": "kiss.n.03", @@ -13329,25 +18650,40 @@ "children": [ { "name": "chocolate_kiss.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_kiss" + ] } ] }, { "name": "easter_egg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "easter_egg" + ] }, { "name": "jelly_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jelly_bean" + ] }, { "name": "lollipop.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "lollipop" + ] }, { "name": "marshmallow.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "marshmallow" + ] }, { "name": "mint.n.05", @@ -13355,9 +18691,19 @@ "children": [ { "name": "peppermint.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "peppermint_candy" + ] } ] + }, + { + "name": "hard_candy.n.01", + "hasModel": true, + "categories": [ + "hard_candy" + ] } ] }, @@ -13379,7 +18725,10 @@ }, { "name": "jelly.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "jelly" + ] } ] } @@ -13389,7 +18738,10 @@ }, { "name": "gelatin.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "gelatin" + ] } ] }, @@ -13417,11 +18769,17 @@ }, { "name": "orange_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orange_juice" + ] }, { "name": "pineapple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pineapple_juice" + ] } ] }, @@ -13435,7 +18793,10 @@ "children": [ { "name": "beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer" + ] } ] }, @@ -13463,11 +18824,17 @@ }, { "name": "gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gin" + ] }, { "name": "rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum" + ] }, { "name": "tequila.n.01", @@ -13475,7 +18842,10 @@ }, { "name": "vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka" + ] } ] }, @@ -13489,25 +18859,40 @@ "children": [ { "name": "champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "champagne" + ] } ] }, { "name": "cooked__red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_wine" + ] }, { "name": "cooked__white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_wine" + ] }, { "name": "red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_wine" + ] }, { "name": "white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_wine" + ] } ] }, @@ -13521,11 +18906,17 @@ "children": [ { "name": "eggnog.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggnog" + ] }, { "name": "fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fruit_punch" + ] } ] }, @@ -13539,7 +18930,10 @@ }, { "name": "martini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "martini" + ] }, { "name": "mojito.n.01", @@ -13577,15 +18971,24 @@ }, { "name": "chocolate_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_milk" + ] }, { "name": "low-fat_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "low_fat_milk" + ] }, { "name": "whole_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whole_milk" + ] } ] }, @@ -13595,27 +18998,45 @@ "children": [ { "name": "cafe_au_lait.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cafe_au_lait" + ] }, { "name": "cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cappuccino" + ] }, { "name": "drip_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drip_coffee" + ] }, { "name": "espresso.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "espresso" + ] }, { "name": "ground_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ground_coffee" + ] }, { "name": "instant_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "instant_coffee" + ] } ] }, @@ -13639,7 +19060,10 @@ }, { "name": "cream_soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_soda" + ] }, { "name": "ginger_ale.n.01", @@ -13651,7 +19075,10 @@ }, { "name": "tonic.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tonic" + ] } ] }, @@ -13661,19 +19088,31 @@ }, { "name": "ginger_beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger_beer" + ] }, { "name": "green_tea_latte.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_tea_latte" + ] }, { "name": "iced_cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_cappuccino" + ] }, { "name": "iced_chocolate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_chocolate" + ] }, { "name": "lemon_water.n.01", @@ -13685,21 +19124,33 @@ "children": [ { "name": "lemonade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemonade" + ] }, { "name": "limeade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "limeade" + ] } ] }, { "name": "smoothie.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "smoothie" + ] }, { "name": "tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tea" + ] } ] }, @@ -13709,7 +19160,10 @@ "children": [ { "name": "bird_feed.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bird_feed" + ] }, { "name": "petfood.n.01", @@ -13717,15 +19171,24 @@ "children": [ { "name": "cat_food.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cat_food" + ] }, { "name": "dog_food.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dog_food" + ] }, { "name": "pellet_food.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pellet_food" + ] } ] }, @@ -13735,7 +19198,10 @@ "children": [ { "name": "hay.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hay" + ] } ] } @@ -13743,11 +19209,17 @@ }, { "name": "cooked__water.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__water" + ] }, { "name": "soda_water.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "soda_water" + ] }, { "name": "fare.n.04", @@ -13773,7 +19245,10 @@ }, { "name": "water.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "water" + ] } ] }, @@ -13807,11 +19282,17 @@ "children": [ { "name": "baby_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baby_oil" + ] }, { "name": "lip_balm.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lip_balm" + ] } ] }, @@ -13821,7 +19302,10 @@ "children": [ { "name": "rubbing_alcohol.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rubbing_alcohol" + ] } ] } @@ -13833,7 +19317,10 @@ "children": [ { "name": "pill.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pill" + ] } ] }, @@ -13869,7 +19356,10 @@ "children": [ { "name": "beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer" + ] } ] }, @@ -13897,11 +19387,17 @@ }, { "name": "gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gin" + ] }, { "name": "rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum" + ] }, { "name": "tequila.n.01", @@ -13909,7 +19405,10 @@ }, { "name": "vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka" + ] } ] }, @@ -13923,25 +19422,40 @@ "children": [ { "name": "champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "champagne" + ] } ] }, { "name": "cooked__red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_wine" + ] }, { "name": "cooked__white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_wine" + ] }, { "name": "red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_wine" + ] }, { "name": "white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_wine" + ] } ] }, @@ -13955,11 +19469,17 @@ "children": [ { "name": "eggnog.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggnog" + ] }, { "name": "fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fruit_punch" + ] } ] }, @@ -13973,7 +19493,10 @@ }, { "name": "martini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "martini" + ] }, { "name": "mojito.n.01", @@ -14011,11 +19534,17 @@ "children": [ { "name": "cigar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigar" + ] }, { "name": "cigarette.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigarette" + ] } ] } @@ -14031,7 +19560,10 @@ }, { "name": "bleaching_agent.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bleaching_agent" + ] }, { "name": "chemical_agent.n.01", @@ -14047,7 +19579,10 @@ "children": [ { "name": "hydrogen_peroxide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hydrogen_peroxide" + ] } ] } @@ -14055,7 +19590,10 @@ }, { "name": "disinfectant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "disinfectant" + ] } ] }, @@ -14065,11 +19603,17 @@ "children": [ { "name": "baking_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baking_powder" + ] }, { "name": "yeast.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "yeast" + ] } ] }, @@ -14083,7 +19627,10 @@ }, { "name": "charcoal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "charcoal_powder" + ] }, { "name": "fossil_fuel.n.01", @@ -14091,23 +19638,55 @@ "children": [ { "name": "coal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coal" + ] } ] }, { "name": "firewood.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "firewood" + ] }, { "name": "gasoline.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gasoline" + ] + } + ] + }, + { + "name": "nutrient.n.02", + "hasModel": true, + "children": [ + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ] + }, + { + "name": "water.n.06", + "hasModel": true, + "categories": [ + "water" + ] } ] }, { "name": "lubricant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lubricant" + ] }, { "name": "jelly.n.03", @@ -14124,16 +19703,6 @@ ] } ] - }, - { - "name": "nutrient.n.02", - "hasModel": true, - "children": [ - { - "name": "water.n.06", - "hasModel": true - } - ] } ] }, @@ -14159,7 +19728,10 @@ "children": [ { "name": "apple_pie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apple_pie" + ] }, { "name": "tart.n.02", @@ -14167,31 +19739,46 @@ "children": [ { "name": "cheese_tart.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cheese_tart" + ] }, { "name": "quiche.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "quiche" + ] }, { "name": "tartlet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tartlet" + ] } ] }, { "name": "half__apple_pie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_apple_pie" + ] } ] }, { - "name": "cheese_pastry.n.01", + "name": "pie_crust.n.01", "hasModel": true }, { - "name": "pie_crust.n.01", - "hasModel": true + "name": "ice_cream_cone.n.01", + "hasModel": true, + "categories": [ + "ice_cream_cone" + ] } ] }, @@ -14205,7 +19792,10 @@ "children": [ { "name": "bagel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bagel" + ] }, { "name": "sweet_roll.n.01", @@ -14213,25 +19803,47 @@ "children": [ { "name": "cinnamon_roll.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cinnamon_roll" + ] }, { "name": "danish.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cheese_danish" + ] } ] }, { "name": "crescent_roll.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "croissant" + ] }, { "name": "frankfurter_bun.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hotdog_bun" + ] }, { "name": "hamburger_bun.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "hamburger_bun" + ] + }, + { + "name": "soft_roll.n.01", + "hasModel": true, + "categories": [ + "soft_roll" + ] } ] }, @@ -14245,7 +19857,10 @@ "children": [ { "name": "baguet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "baguette" + ] } ] } @@ -14261,37 +19876,40 @@ }, { "name": "biscuit.n.01", - "hasModel": true - }, - { - "name": "cornbread.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "biscuit" + ] }, { "name": "muffin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "muffin" + ] }, { "name": "scone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "scone" + ] } ] }, - { - "name": "bap.n.01", - "hasModel": true - }, { "name": "bread_slice.n.01", - "hasModel": true - }, - { - "name": "brown_bread.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bread_slice" + ] }, { "name": "crouton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "crouton" + ] }, { "name": "garlic_bread.n.01", @@ -14303,7 +19921,10 @@ "children": [ { "name": "meat_loaf.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "meat_loaf" + ] } ] }, @@ -14323,17 +19944,33 @@ "children": [ { "name": "pretzel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pretzel" + ] } ] }, { "name": "sour_bread.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sourdough" + ] }, { "name": "toast.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toast" + ] + }, + { + "name": "bap.n.01", + "hasModel": true, + "categories": [ + "bap" + ] } ] }, @@ -14347,39 +19984,73 @@ "children": [ { "name": "brownie.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "brownie" + ] }, { "name": "butter_cookie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "butter_cookie" + ] }, { "name": "chocolate_biscuit.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_biscuit" + ] }, { "name": "chocolate_chip_cookie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_chip_cookie" + ] }, { "name": "granola_bar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "granola_bar" + ] }, { "name": "macaroon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "macaron" + ] }, { "name": "spice_cookie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spice_cookie" + ] }, { "name": "sugar_cookie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_cookie" + ] }, { "name": "wafer.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "wafer" + ] + }, + { + "name": "cookie_stick.n.01", + "hasModel": true, + "categories": [ + "cookie_stick" + ] } ] }, @@ -14389,7 +20060,10 @@ "children": [ { "name": "buttermilk_pancake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "buttermilk_pancake" + ] }, { "name": "potato_pancake.n.01", @@ -14397,21 +20071,33 @@ }, { "name": "tortilla.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tortilla" + ] } ] }, { "name": "cheesecake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cheesecake" + ] }, { "name": "chocolate_cake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_cake" + ] }, { "name": "cupcake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cupcake" + ] }, { "name": "friedcake.n.01", @@ -14419,29 +20105,40 @@ "children": [ { "name": "doughnut.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "donut" + ] } ] }, { "name": "fruitcake.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "fruitcake" + ] }, { "name": "gingerbread.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gingerbread" + ] }, { "name": "sliced__chocolate_cake.n.01", - "hasModel": true - }, - { - "name": "sponge_cake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_chocolate_cake" + ] }, { "name": "waffle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "waffle" + ] } ] } @@ -14457,19 +20154,32 @@ "children": [ { "name": "apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "apple" + ] }, { "name": "apricot.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "apricot" + ] }, { "name": "avocado.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "avocado" + ] }, { "name": "banana.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "banana", + "bunch_of_bananas" + ] }, { "name": "berry.n.01", @@ -14477,15 +20187,24 @@ "children": [ { "name": "blackberry.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "blackberry" + ] }, { "name": "blueberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "blueberry" + ] }, { "name": "cranberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cranberry" + ] }, { "name": "currant.n.01", @@ -14493,17 +20212,39 @@ "children": [ { "name": "gooseberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "gooseberry" + ] } ] }, { "name": "raspberry.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ] }, { "name": "strawberry.n.01", + "hasModel": true, + "categories": [ + "strawberries", + "strawberry" + ] + }, + { + "name": "diced__strawberry.n.01", "hasModel": true + }, + { + "name": "half__strawberry.n.01", + "hasModel": true, + "categories": [ + "half_strawberry" + ] } ] }, @@ -14517,47 +20258,77 @@ "children": [ { "name": "cantaloup.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cantaloup" + ] } ] }, { "name": "diced__watermelon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__watermelon" + ] }, { "name": "half__watermelon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_watermelon" + ] }, { "name": "sliced__melon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_melon" + ] }, { "name": "watermelon.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "watermelon" + ] } ] }, { "name": "cherry.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "cherry" + ] }, { "name": "date.n.08", - "hasModel": true + "hasModel": true, + "categories": [ + "date" + ] }, { "name": "diced__apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__apple" + ] }, { "name": "diced__avocado.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__avocado" + ] }, { "name": "diced__kiwi.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__kiwi" + ] }, { "name": "citrus.n.01", @@ -14565,61 +20336,107 @@ "children": [ { "name": "diced__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__lemon" + ] }, { "name": "grapefruit.n.02", - "hasModel": true - }, + "hasModel": true, + "categories": [ + "grapefruit" + ] + }, { "name": "half__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_lemon" + ] }, { "name": "half__lime.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_lime" + ] }, { "name": "half__orange.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_orange" + ] }, { "name": "half__pomelo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pomelo" + ] }, { "name": "lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon" + ] }, { "name": "lime.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "lime" + ] }, { "name": "orange.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orange" + ] }, { "name": "pomelo.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pomelo" + ] }, { "name": "sliced__lemon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_lemon" + ] }, { "name": "sliced__lime.n.01", + "hasModel": true, + "categories": [ + "sliced_lime" + ] + }, + { + "name": "diced__orange.n.01", "hasModel": true } ] }, { "name": "diced__mango.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__mango" + ] }, { "name": "diced__pineapple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__pineapple" + ] }, { "name": "dried_fruit.n.01", @@ -14627,81 +20444,180 @@ "children": [ { "name": "dried_apricot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dried_apricot" + ] }, { - "name": "heap__of__raisins.n.01", - "hasModel": true + "name": "raisin.n.01", + "hasModel": true, + "categories": [ + "raisin" + ] }, { - "name": "raisin.n.01", - "hasModel": true + "name": "dried_cranberry.n.01", + "hasModel": true, + "categories": [ + "dried_cranberry" + ] } ] }, { "name": "durian.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "durian" + ] }, { "name": "grape.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grape" + ] }, { "name": "half__apple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_apple" + ] }, { "name": "half__mango.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_mango" + ] }, { "name": "half__pineapple.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pineapple" + ] + }, + { + "name": "half__plum.n.01", + "hasModel": true, + "categories": [ + "half_plum" + ] }, { "name": "half__pomegranate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_pomegranate" + ] }, { "name": "kiwi.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "kiwi" + ] }, { "name": "mango.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "mango" + ] }, { "name": "nectarine.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "nectarine" + ] }, { "name": "papaya.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "papaya" + ] }, { "name": "peach.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "peach" + ] }, { "name": "pear.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pear" + ] }, { "name": "pineapple.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pineapple" + ] }, { "name": "plum.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "plum" + ] }, { "name": "pomegranate.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pomegranate" + ] }, { "name": "sliced__papaya.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_papaya" + ] + }, + { + "name": "half__apricot.n.01", + "hasModel": true, + "categories": [ + "half_apricot" + ] + }, + { + "name": "half__kiwi.n.01", + "hasModel": true, + "categories": [ + "half_kiwi" + ] + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ] + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ] + }, + { + "name": "half__papaya.n.01", + "hasModel": true, + "categories": [ + "half_papaya" + ] } ] }, @@ -14711,7 +20627,10 @@ "children": [ { "name": "artichoke.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "artichoke" + ] }, { "name": "greens.n.01", @@ -14723,29 +20642,47 @@ "children": [ { "name": "arugula.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "arugula" + ] }, { "name": "chopped__lettuce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chopped_lettuce" + ] }, { "name": "diced__lettuce.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__lettuce" + ] }, { "name": "lettuce.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "lettuce" + ] } ] }, { "name": "chard.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "chard" + ] }, { "name": "cooked__diced__chard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__chard" + ] }, { "name": "diced__chard.n.01", @@ -14753,17 +20690,26 @@ }, { "name": "diced__spinach.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__spinach" + ] }, { "name": "spinach.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "spinach" + ] } ] }, { "name": "asparagus.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "asparagus" + ] }, { "name": "solanaceous_vegetable.n.01", @@ -14775,31 +20721,45 @@ "children": [ { "name": "beefsteak_tomato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beefsteak_tomato" + ] }, { "name": "cherry_tomato.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cherry_tomato" + ] }, { "name": "cooked__diced__beefsteak_tomato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__beefsteak_tomato" + ] }, { "name": "diced__beefsteak_tomato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__beefsteak_tomato" + ] }, { "name": "half__beefsteak_tomato.n.01", - "hasModel": true - }, - { - "name": "pottable__beefsteak_tomato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_beefsteak_tomato" + ] }, { "name": "sliced__tomato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_tomato" + ] } ] }, @@ -14813,19 +20773,31 @@ "children": [ { "name": "bell_pepper.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bell_pepper" + ] }, { "name": "cooked__diced__bell_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__bell_pepper" + ] }, { "name": "diced__bell_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__bell_pepper" + ] }, { "name": "half__bell_pepper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_bell_pepper" + ] } ] }, @@ -14835,35 +20807,85 @@ "children": [ { "name": "chili.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "chili", + "chili_pepper" + ] }, { "name": "cooked__diced__chili.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__chili" + ] }, { "name": "diced__chili.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__chili" + ] }, { "name": "pottable__chili.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pottable_chili" + ] } ] } ] }, + { + "name": "cooked__diced__potato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ] + }, + { + "name": "diced__potato.n.01", + "hasModel": true, + "categories": [ + "diced__potato" + ] + }, { "name": "eggplant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggplant" + ] }, { "name": "half__eggplant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_eggplant" + ] + }, + { + "name": "half__potato.n.01", + "hasModel": true, + "categories": [ + "half_potato" + ] }, { "name": "potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "potato" + ] + }, + { + "name": "sliced__eggplant.n.01", + "hasModel": true, + "categories": [ + "sliced_eggplant" + ] } ] }, @@ -14873,47 +20895,80 @@ "children": [ { "name": "beet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "beet" + ] }, { "name": "carrot.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "carrot" + ] }, { "name": "cooked__diced__carrot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__carrot" + ] }, { "name": "cooked__diced__potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ] }, { "name": "diced__beet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__beet" + ] }, { "name": "diced__carrot.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__carrot" + ] }, { "name": "diced__potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__potato" + ] }, { "name": "half__potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_potato" + ] }, { "name": "parsnip.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "parsnip" + ] }, { "name": "potato.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "potato" + ] }, { "name": "radish.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "radish" + ] }, { "name": "turnip.n.02", @@ -14921,11 +20976,17 @@ "children": [ { "name": "rutabaga.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rutabaga" + ] }, { "name": "white_turnip.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "white_turnip" + ] } ] }, @@ -14935,7 +20996,10 @@ "children": [ { "name": "yam.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "candied_yam" + ] } ] } @@ -14955,11 +21019,17 @@ "children": [ { "name": "black_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "black_bean" + ] }, { "name": "cooked__black_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__black_bean" + ] }, { "name": "fresh_bean.n.01", @@ -14967,7 +21037,10 @@ "children": [ { "name": "green_bean.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_bean" + ] }, { "name": "shell_bean.n.02", @@ -14985,21 +21058,33 @@ }, { "name": "soy.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "soybean" + ] } ] }, { "name": "chickpea.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "chickpea" + ] }, { "name": "cooked__chickpea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__chickpea" + ] }, { "name": "cooked__pea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__pea" + ] }, { "name": "lentil.n.01", @@ -15007,7 +21092,10 @@ }, { "name": "pea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pea" + ] } ] }, @@ -15021,11 +21109,17 @@ "children": [ { "name": "bok_choy.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "bok_choy" + ] }, { "name": "cooked__diced__head_cabbage.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__head_cabbage" + ] }, { "name": "diced__head_cabbage.n.01", @@ -15033,11 +21127,17 @@ }, { "name": "head_cabbage.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "head_cabbage" + ] }, { "name": "kale.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "kale" + ] } ] }, @@ -15047,23 +21147,38 @@ }, { "name": "broccoli.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "broccoli" + ] }, { "name": "broccolini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "broccolini" + ] }, { "name": "brussels_sprouts.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "brussels_sprouts" + ] }, { "name": "cauliflower.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cauliflower" + ] }, { "name": "cooked__diced__broccoli.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__broccoli" + ] }, { "name": "diced__broccoli.n.01", @@ -15071,11 +21186,17 @@ }, { "name": "mustard.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "mustard_leaf" + ] }, { "name": "radish.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "radish" + ] }, { "name": "turnip.n.02", @@ -15083,11 +21204,17 @@ "children": [ { "name": "rutabaga.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rutabaga" + ] }, { "name": "white_turnip.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "white_turnip" + ] } ] } @@ -15095,7 +21222,10 @@ }, { "name": "celery.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "celery" + ] }, { "name": "onion.n.03", @@ -15103,35 +21233,59 @@ "children": [ { "name": "cooked__diced__green_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__green_onion" + ] }, { "name": "cooked__diced__vidalia_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__vidalia_onion" + ] }, { "name": "diced__green_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__green_onion" + ] }, { "name": "diced__vidalia_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__vidalia_onion" + ] }, { "name": "green_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_onion" + ] }, { "name": "half__vidalia_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_vidalia_onion" + ] }, { "name": "sliced__onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_onion" + ] }, { "name": "vidalia_onion.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vidalia_onion" + ] } ] }, @@ -15145,19 +21299,31 @@ "children": [ { "name": "cooked__diced__zucchini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__zucchini" + ] }, { "name": "diced__zucchini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__zucchini" + ] }, { "name": "half__zucchini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_zucchini" + ] }, { "name": "zucchini.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "zucchini" + ] } ] } @@ -15165,7 +21331,10 @@ }, { "name": "cucumber.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cucumber" + ] }, { "name": "diced__celery.n.01", @@ -15173,39 +21342,66 @@ }, { "name": "diced__cucumber.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__cucumber" + ] }, { "name": "fennel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "fennel" + ] }, { "name": "gumbo.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "okra" + ] }, { "name": "half__mushroom.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_mushroom" + ] }, { "name": "leek.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "leek" + ] }, { "name": "mushroom.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "mushroom" + ] }, { "name": "pieplant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rhubarb" + ] }, { "name": "pumpkin.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pumpkin" + ] }, { "name": "sliced__cucumber.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sliced_cucumber" + ] } ] } @@ -15225,7 +21421,10 @@ "children": [ { "name": "bacon.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bacon" + ] }, { "name": "ham.n.01", @@ -15233,49 +21432,49 @@ "children": [ { "name": "cooked__diced__virginia_ham.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__virginia_ham" + ] }, { "name": "diced__virginia_ham.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__virginia_ham" + ] }, { "name": "prosciutto.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "prosciutto" + ] }, { "name": "virginia_ham.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "virginia_ham" + ] } ] } ] }, { - "name": "roast.n.01", + "name": "brisket.n.01", "hasModel": true, - "children": [ - { - "name": "beef_roast.n.01", - "hasModel": true - }, - { - "name": "diced__beef_roast.n.01", - "hasModel": true - }, - { - "name": "sliced__roast_beef.n.01", - "hasModel": true - } + "categories": [ + "brisket" ] }, - { - "name": "brisket.n.01", - "hasModel": true - }, { "name": "cooked__diced__steak.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__steak" + ] }, { "name": "diced__steak.n.01", @@ -15287,13 +21486,19 @@ "children": [ { "name": "ham_hock.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ham_hock" + ] } ] }, { "name": "loin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "loin" + ] }, { "name": "chop.n.02", @@ -15301,25 +21506,56 @@ "children": [ { "name": "porkchop.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pork_chop" + ] } ] }, { "name": "rib.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "pork_rib", + "rib" + ] }, { "name": "sirloin.n.01", "hasModel": true }, + { + "name": "roast.n.01", + "hasModel": true, + "children": [ + { + "name": "sliced__roast_beef.n.01", + "hasModel": true, + "categories": [ + "sliced_roast_beef" + ] + } + ] + }, { "name": "steak.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "steak" + ] }, { "name": "tenderloin.n.02", "hasModel": true + }, + { + "name": "sliced__brisket.n.01", + "hasModel": true, + "categories": [ + "sliced__brisket", + "sliced_brisket" + ] } ] }, @@ -15333,7 +21569,10 @@ "children": [ { "name": "bratwurst.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bratwurst" + ] }, { "name": "cooked__diced__bratwurst.n.01", @@ -15347,23 +21586,38 @@ }, { "name": "chorizo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chorizo" + ] }, { "name": "cooked__diced__chorizo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__chorizo" + ] }, { "name": "frank.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "hotdog_frank" + ] }, { "name": "kielbasa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "kielbasa" + ] }, { "name": "pepperoni.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pepperoni" + ] } ] }, @@ -15377,27 +21631,45 @@ "children": [ { "name": "chicken.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken" + ] }, { "name": "cooked__diced__chicken.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__chicken" + ] }, { "name": "cooked__diced__turkey.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__diced__turkey" + ] }, { "name": "diced__chicken.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__chicken" + ] }, { "name": "duck.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "duck" + ] }, { "name": "turkey.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "turkey" + ] } ] }, @@ -15407,7 +21679,12 @@ "children": [ { "name": "quail.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "quail_breast", + "quail_breast_raw", + "quail_leg" + ] } ] } @@ -15423,29 +21700,40 @@ "children": [ { "name": "cooked__ground_beef.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__ground_beef" + ] }, { "name": "ground_beef.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ground_beef" + ] } ] }, - { - "name": "jerky.n.01", - "hasModel": true - }, { "name": "lamb.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "lamb" + ] }, { "name": "pork.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pork" + ] }, { "name": "veal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "veal" + ] }, { "name": "game.n.07", @@ -15469,7 +21757,10 @@ }, { "name": "cheddar.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "cheddar" + ] }, { "name": "cottage_cheese.n.01", @@ -15477,27 +21768,45 @@ }, { "name": "cream_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_cheese" + ] }, { "name": "diced__cheddar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__cheddar" + ] }, { "name": "diced__feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "diced__feta" + ] }, { "name": "feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "feta" + ] }, { "name": "grated_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grated_cheese" + ] }, { "name": "half__feta.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_feta" + ] }, { "name": "melted__cheddar.n.01", @@ -15505,7 +21814,10 @@ }, { "name": "melted__grated_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "melted__grated_cheese" + ] }, { "name": "melted__parmesan.n.01", @@ -15517,7 +21829,10 @@ }, { "name": "parmesan.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "parmesan" + ] }, { "name": "ricotta.n.01", @@ -15525,13 +21840,19 @@ }, { "name": "swiss_cheese.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "swiss_cheese" + ] } ] }, { "name": "butter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "butter" + ] }, { "name": "convenience_food.n.01", @@ -15543,7 +21864,10 @@ "children": [ { "name": "cake_mix.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cake_mix" + ] } ] } @@ -15559,29 +21883,47 @@ "children": [ { "name": "chocolate_bar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_bar" + ] }, { "name": "chocolate_kiss.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_kiss" + ] }, { "name": "jimmies.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jimmies" + ] } ] }, { "name": "cocoa_powder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cocoa_powder" + ] }, { "name": "melted__white_chocolate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "melted__white_chocolate" + ] }, { "name": "white_chocolate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_chocolate" + ] } ] }, @@ -15595,31 +21937,52 @@ "children": [ { "name": "clam.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "clam" + ] }, { "name": "crab.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "crab" + ] }, { "name": "crayfish.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "crawfish" + ] }, { "name": "huitre.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "oyster" + ] }, { "name": "lobster.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lobster" + ] }, { "name": "mussel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "mussel" + ] }, { "name": "scallop.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "scallop" + ] } ] }, @@ -15651,27 +22014,42 @@ }, { "name": "tuna.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tuna" + ] } ] }, { "name": "octopus.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "octopus" + ] }, { "name": "prawn.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shrimp" + ] }, { "name": "squid.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "squid" + ] } ] }, { "name": "coconut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coconut" + ] }, { "name": "pasta.n.02", @@ -15679,23 +22057,38 @@ "children": [ { "name": "conchiglie.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "conchiglie" + ] }, { "name": "cooked__noodle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__noodle" + ] }, { "name": "cooked__orzo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__orzo" + ] }, { "name": "cooked__penne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__penne" + ] }, { "name": "dumpling.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dumpling" + ] }, { "name": "macaroni.n.02", @@ -15703,25 +22096,40 @@ }, { "name": "noodle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "noodle" + ] }, { "name": "orzo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orzo" + ] }, { "name": "penne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "penne" + ] }, { "name": "ravioli.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ravioli" + ] } ] }, { "name": "cooked__coconut.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__coconut" + ] }, { "name": "breakfast_food.n.01", @@ -15741,11 +22149,10 @@ }, { "name": "granola.n.01", - "hasModel": true - }, - { - "name": "heap__of__granola.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "granola" + ] } ] } @@ -15753,27 +22160,32 @@ } ] }, - { - "name": "leftovers.n.01", - "hasModel": true - }, { "name": "fish.n.02", "hasModel": true, "children": [ { "name": "salmon.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "salmon" + ] }, { "name": "trout.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "trout" + ] } ] }, { "name": "yogurt.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "yogurt" + ] } ] }, @@ -15783,7 +22195,10 @@ "children": [ { "name": "ice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ice" + ] }, { "name": "gem.n.02", @@ -15795,7 +22210,10 @@ "children": [ { "name": "jade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jade" + ] } ] } @@ -15821,7 +22239,10 @@ "children": [ { "name": "ash.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ash" + ] } ] }, @@ -15839,7 +22260,10 @@ }, { "name": "chlorine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chlorine" + ] }, { "name": "nitrogen.n.01", @@ -15857,7 +22281,10 @@ "children": [ { "name": "seawater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "seawater" + ] } ] } @@ -15871,7 +22298,10 @@ "children": [ { "name": "coal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coal" + ] }, { "name": "peat.n.01", @@ -15893,7 +22323,10 @@ "children": [ { "name": "coffee_grounds.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coffee_grounds" + ] } ] } @@ -15904,347 +22337,94 @@ ] }, { - "name": "thing.n.12", + "name": "causal_agent.n.01", "hasModel": true, "children": [ { - "name": "unit.n.05", + "name": "agent.n.01", + "hasModel": true, + "categories": [ + "agent" + ] + }, + { + "name": "agent.n.03", "hasModel": true, "children": [ { - "name": "molecule.n.01", + "name": "drug.n.01", "hasModel": true, "children": [ { - "name": "macromolecule.n.01", + "name": "medicine.n.02", "hasModel": true, "children": [ { - "name": "lipid.n.01", + "name": "analgesic.n.01", + "hasModel": true + }, + { + "name": "antihistamine.n.01", + "hasModel": true + }, + { + "name": "remedy.n.02", "hasModel": true, "children": [ { - "name": "oil.n.01", + "name": "ointment.n.01", "hasModel": true, "children": [ { - "name": "almond_oil.n.01", - "hasModel": true - }, - { - "name": "essential_oil.n.01", - "hasModel": true - }, - { - "name": "grease.n.01", - "hasModel": true + "name": "baby_oil.n.01", + "hasModel": true, + "categories": [ + "baby_oil" + ] }, { - "name": "linseed_oil.n.01", - "hasModel": true + "name": "lip_balm.n.01", + "hasModel": true, + "categories": [ + "lip_balm" + ] } ] }, { - "name": "wax.n.01", + "name": "lotion.n.02", "hasModel": true, "children": [ { - "name": "beeswax.n.01", - "hasModel": true - }, - { - "name": "floor_wax.n.01", - "hasModel": true - }, - { - "name": "paraffin.n.01", - "hasModel": true - }, - { - "name": "wax_remnant.n.01", - "hasModel": true + "name": "rubbing_alcohol.n.01", + "hasModel": true, + "categories": [ + "rubbing_alcohol" + ] } ] - }, + } + ] + }, + { + "name": "dose.n.01", + "hasModel": true, + "children": [ { - "name": "fat.n.01", - "hasModel": true, - "children": [ - { - "name": "edible_fat.n.01", - "hasModel": true, - "children": [ - { - "name": "vegetable_oil.n.01", - "hasModel": true, - "children": [ - { - "name": "canola_oil.n.01", - "hasModel": true - }, - { - "name": "coconut_oil.n.01", - "hasModel": true - }, - { - "name": "cooked__cooking_oil.n.01", - "hasModel": true - }, - { - "name": "cooked__olive_oil.n.01", - "hasModel": true - }, - { - "name": "cooking_oil.n.01", - "hasModel": true - }, - { - "name": "olive_oil.n.01", - "hasModel": true - }, - { - "name": "peanut_oil.n.01", - "hasModel": true - }, - { - "name": "sesame_oil.n.01", - "hasModel": true - } - ] - }, - { - "name": "shortening.n.01", - "hasModel": true - } - ] - } - ] - } - ] - }, - { - "name": "carbohydrate.n.01", - "hasModel": true, - "children": [ - { - "name": "polysaccharide.n.01", - "hasModel": true, - "children": [ - { - "name": "starch.n.01", - "hasModel": true, - "children": [ - { - "name": "cornstarch.n.01", - "hasModel": true - } - ] - } - ] - } - ] - } - ] - } - ] - } - ] - }, - { - "name": "part.n.03", - "hasModel": true, - "children": [ - { - "name": "body_part.n.01", - "hasModel": true, - "children": [ - { - "name": "process.n.05", - "hasModel": true, - "children": [ - { - "name": "horn.n.02", - "hasModel": true, - "children": [ - { - "name": "antler.n.01", - "hasModel": true - } - ] - }, - { - "name": "tail.n.01", - "hasModel": true, - "children": [ - { - "name": "oxtail.n.01", - "hasModel": true - } - ] - } - ] - }, - { - "name": "tissue.n.01", - "hasModel": true, - "children": [ - { - "name": "animal_tissue.n.01", - "hasModel": true, - "children": [ - { - "name": "connective_tissue.n.01", - "hasModel": true, - "children": [ - { - "name": "bone.n.01", - "hasModel": true - } - ] - } - ] - } - ] - }, - { - "name": "structure.n.04", - "hasModel": true, - "children": [ - { - "name": "filament.n.03", - "hasModel": true, - "children": [ - { - "name": "hair.n.04", - "hasModel": true - } - ] - }, - { - "name": "tube.n.04", - "hasModel": true, - "children": [ - { - "name": "vessel.n.01", - "hasModel": true, - "children": [ - { - "name": "herb__jar.n.01", - "hasModel": true - } - ] - } - ] - }, - { - "name": "valve.n.01", - "hasModel": true - } - ] - } - ] - }, - { - "name": "fragment.n.01", - "hasModel": true, - "children": [ - { - "name": "ember.n.01", - "hasModel": true - } - ] - }, - { - "name": "hunk.n.02", - "hasModel": true, - "children": [ - { - "name": "nodule.n.03", - "hasModel": true, - "children": [ - { - "name": "geode.n.01", - "hasModel": true - } - ] - } - ] - } - ] - } - ] - }, - { - "name": "causal_agent.n.01", - "hasModel": true, - "children": [ - { - "name": "agent.n.03", - "hasModel": true, - "children": [ - { - "name": "drug.n.01", - "hasModel": true, - "children": [ - { - "name": "medicine.n.02", - "hasModel": true, - "children": [ - { - "name": "analgesic.n.01", - "hasModel": true - }, - { - "name": "antihistamine.n.01", - "hasModel": true - }, - { - "name": "remedy.n.02", - "hasModel": true, - "children": [ - { - "name": "ointment.n.01", - "hasModel": true, - "children": [ - { - "name": "baby_oil.n.01", - "hasModel": true - }, - { - "name": "lip_balm.n.01", - "hasModel": true - } - ] - }, - { - "name": "lotion.n.02", - "hasModel": true, - "children": [ - { - "name": "rubbing_alcohol.n.01", - "hasModel": true - } - ] - } - ] - }, - { - "name": "dose.n.01", - "hasModel": true, - "children": [ - { - "name": "pill.n.02", - "hasModel": true - } - ] - }, - { - "name": "powder.n.03", - "hasModel": true, - "children": [ - { - "name": "toilet_powder.n.01", + "name": "pill.n.02", + "hasModel": true, + "categories": [ + "pill" + ] + } + ] + }, + { + "name": "powder.n.03", + "hasModel": true, + "children": [ + { + "name": "toilet_powder.n.01", "hasModel": true, "children": [ { @@ -16271,7 +22451,10 @@ "children": [ { "name": "beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer" + ] } ] }, @@ -16299,11 +22482,17 @@ }, { "name": "gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gin" + ] }, { "name": "rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum" + ] }, { "name": "tequila.n.01", @@ -16311,7 +22500,10 @@ }, { "name": "vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka" + ] } ] }, @@ -16325,25 +22517,40 @@ "children": [ { "name": "champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "champagne" + ] } ] }, { "name": "cooked__red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_wine" + ] }, { "name": "cooked__white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_wine" + ] }, { "name": "red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_wine" + ] }, { "name": "white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_wine" + ] } ] }, @@ -16357,11 +22564,17 @@ "children": [ { "name": "eggnog.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggnog" + ] }, { "name": "fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fruit_punch" + ] } ] }, @@ -16375,48 +22588,347 @@ }, { "name": "martini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "martini" + ] }, { "name": "mojito.n.01", "hasModel": true }, { - "name": "old_fashioned.n.01", - "hasModel": true + "name": "old_fashioned.n.01", + "hasModel": true + } + ] + }, + { + "name": "hot_toddy.n.01", + "hasModel": true + } + ] + }, + { + "name": "liqueur.n.01", + "hasModel": true + }, + { + "name": "sake.n.02", + "hasModel": true + } + ] + }, + { + "name": "tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "roll_of_tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "cigar.n.01", + "hasModel": true, + "categories": [ + "cigar" + ] + }, + { + "name": "cigarette.n.01", + "hasModel": true, + "categories": [ + "cigarette" + ] + } + ] + } + ] + } + ] + } + ] + }, + { + "name": "antifungal.n.01", + "hasModel": true + }, + { + "name": "bleaching_agent.n.01", + "hasModel": true, + "categories": [ + "bleaching_agent" + ] + }, + { + "name": "chemical_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "desiccant.n.01", + "hasModel": true + }, + { + "name": "oxidant.n.01", + "hasModel": true, + "children": [ + { + "name": "hydrogen_peroxide.n.01", + "hasModel": true, + "categories": [ + "hydrogen_peroxide" + ] + } + ] + } + ] + }, + { + "name": "disinfectant.n.01", + "hasModel": true, + "categories": [ + "disinfectant" + ] + } + ] + }, + { + "name": "person.n.01", + "hasModel": true + } + ] + }, + { + "name": "thing.n.12", + "hasModel": true, + "children": [ + { + "name": "unit.n.05", + "hasModel": true, + "children": [ + { + "name": "molecule.n.01", + "hasModel": true, + "children": [ + { + "name": "macromolecule.n.01", + "hasModel": true, + "children": [ + { + "name": "lipid.n.01", + "hasModel": true, + "children": [ + { + "name": "oil.n.01", + "hasModel": true, + "children": [ + { + "name": "almond_oil.n.01", + "hasModel": true + }, + { + "name": "essential_oil.n.01", + "hasModel": true + }, + { + "name": "grease.n.01", + "hasModel": true, + "categories": [ + "grease" + ] + }, + { + "name": "linseed_oil.n.01", + "hasModel": true + } + ] + }, + { + "name": "fat.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_fat.n.01", + "hasModel": true, + "children": [ + { + "name": "vegetable_oil.n.01", + "hasModel": true, + "children": [ + { + "name": "canola_oil.n.01", + "hasModel": true + }, + { + "name": "coconut_oil.n.01", + "hasModel": true, + "categories": [ + "coconut_oil" + ] + }, + { + "name": "cooked__cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ] + }, + { + "name": "cooked__olive_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ] + }, + { + "name": "cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooking_oil" + ] + }, + { + "name": "olive_oil.n.01", + "hasModel": true, + "categories": [ + "olive_oil" + ] + }, + { + "name": "peanut_oil.n.01", + "hasModel": true + }, + { + "name": "sesame_oil.n.01", + "hasModel": true, + "categories": [ + "sesame_oil" + ] + } + ] + }, + { + "name": "shortening.n.01", + "hasModel": true, + "categories": [ + "shortening" + ] + } + ] + } + ] + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ] + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ] + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ] + } + ] + } + ] + }, + { + "name": "carbohydrate.n.01", + "hasModel": true, + "children": [ + { + "name": "polysaccharide.n.01", + "hasModel": true, + "children": [ + { + "name": "starch.n.01", + "hasModel": true, + "children": [ + { + "name": "cornstarch.n.01", + "hasModel": true, + "categories": [ + "cornstarch" + ] } ] - }, - { - "name": "hot_toddy.n.01", - "hasModel": true } ] - }, + } + ] + } + ] + } + ] + } + ] + }, + { + "name": "part.n.03", + "hasModel": true, + "children": [ + { + "name": "body_part.n.01", + "hasModel": true, + "children": [ + { + "name": "process.n.05", + "hasModel": true, + "children": [ + { + "name": "horn.n.02", + "hasModel": true, + "children": [ { - "name": "liqueur.n.01", - "hasModel": true - }, + "name": "antler.n.01", + "hasModel": true, + "categories": [ + "antlers" + ] + } + ] + }, + { + "name": "tail.n.01", + "hasModel": true, + "children": [ { - "name": "sake.n.02", + "name": "oxtail.n.01", "hasModel": true } ] - }, + } + ] + }, + { + "name": "tissue.n.01", + "hasModel": true, + "children": [ { - "name": "tobacco.n.01", + "name": "animal_tissue.n.01", "hasModel": true, "children": [ { - "name": "roll_of_tobacco.n.01", + "name": "connective_tissue.n.01", "hasModel": true, "children": [ { - "name": "cigar.n.01", - "hasModel": true - }, - { - "name": "cigarette.n.01", + "name": "bone.n.01", "hasModel": true } ] @@ -16424,46 +22936,62 @@ ] } ] + }, + { + "name": "structure.n.04", + "hasModel": true, + "children": [ + { + "name": "filament.n.03", + "hasModel": true, + "children": [ + { + "name": "hair.n.04", + "hasModel": true, + "categories": [ + "hair" + ] + } + ] + }, + { + "name": "valve.n.01", + "hasModel": true + } + ] } ] }, { - "name": "antifungal.n.01", - "hasModel": true - }, - { - "name": "bleaching_agent.n.01", - "hasModel": true - }, - { - "name": "chemical_agent.n.01", + "name": "fragment.n.01", "hasModel": true, "children": [ { - "name": "desiccant.n.01", + "name": "ember.n.01", "hasModel": true - }, + } + ] + }, + { + "name": "hunk.n.02", + "hasModel": true, + "children": [ { - "name": "oxidant.n.01", + "name": "nodule.n.03", "hasModel": true, "children": [ { - "name": "hydrogen_peroxide.n.01", - "hasModel": true + "name": "geode.n.01", + "hasModel": true, + "categories": [ + "geode" + ] } ] } ] - }, - { - "name": "disinfectant.n.01", - "hasModel": true } ] - }, - { - "name": "person.n.01", - "hasModel": true } ] }, @@ -16497,7 +23025,10 @@ "children": [ { "name": "snow.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "snow" + ] } ] } @@ -16553,7 +23084,10 @@ "children": [ { "name": "acetone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "acetone" + ] } ] }, @@ -16579,7 +23113,10 @@ }, { "name": "grease.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "grease" + ] }, { "name": "linseed_oil.n.01", @@ -16587,28 +23124,6 @@ } ] }, - { - "name": "wax.n.01", - "hasModel": true, - "children": [ - { - "name": "beeswax.n.01", - "hasModel": true - }, - { - "name": "floor_wax.n.01", - "hasModel": true - }, - { - "name": "paraffin.n.01", - "hasModel": true - }, - { - "name": "wax_remnant.n.01", - "hasModel": true - } - ] - }, { "name": "fat.n.01", "hasModel": true, @@ -16627,23 +23142,38 @@ }, { "name": "coconut_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "coconut_oil" + ] }, { "name": "cooked__cooking_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ] }, { "name": "cooked__olive_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ] }, { "name": "cooking_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooking_oil" + ] }, { "name": "olive_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "olive_oil" + ] }, { "name": "peanut_oil.n.01", @@ -16651,17 +23181,50 @@ }, { "name": "sesame_oil.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sesame_oil" + ] } ] }, { "name": "shortening.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shortening" + ] } ] } ] + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ] + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ] + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ] + } + ] } ] }, @@ -16679,7 +23242,10 @@ "children": [ { "name": "cornstarch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cornstarch" + ] } ] } @@ -16711,7 +23277,10 @@ "children": [ { "name": "gasoline.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gasoline" + ] } ] }, @@ -16757,37 +23326,61 @@ "children": [ { "name": "bar_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bar_soap" + ] }, { "name": "liquid_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "liquid_soap" + ] }, { "name": "saddle_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "saddle_soap" + ] }, { "name": "sugar_coffee_scrub.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sugar_coffee_scrub" + ] }, { "name": "toilet_soap.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_soap" + ] } ] }, { "name": "detergent.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "detergent" + ] }, { "name": "lemon_stain_remover.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_stain_remover" + ] }, { "name": "shampoo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "shampoo" + ] }, { "name": "dentifrice.n.01", @@ -16795,19 +23388,28 @@ "children": [ { "name": "toothpaste.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toothpaste" + ] } ] }, { "name": "vinegar_cleaning_solution.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vinegar_cleaning_solution" + ] } ] }, { "name": "polish.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "polish" + ] } ] }, @@ -16827,7 +23429,10 @@ }, { "name": "cream_of_tartar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_of_tartar" + ] }, { "name": "sulfate.n.01", @@ -16841,7 +23446,10 @@ }, { "name": "sodium_carbonate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sodium_carbonate" + ] } ] }, @@ -16865,7 +23473,10 @@ "children": [ { "name": "seawater.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "seawater" + ] } ] } @@ -16877,7 +23488,10 @@ "children": [ { "name": "insectifuge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "insectifuge" + ] } ] }, @@ -16913,7 +23527,10 @@ "children": [ { "name": "rust.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rust" + ] } ] } @@ -16927,17 +23544,26 @@ "children": [ { "name": "conditioner.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "conditioner" + ] }, { "name": "fabric_softener.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fabric_softener" + ] } ] }, { "name": "fertilizer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fertilizer" + ] }, { "name": "explosive.n.01", @@ -16945,7 +23571,10 @@ "children": [ { "name": "gunpowder.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gunpowder" + ] }, { "name": "low_explosive.n.01", @@ -16957,11 +23586,17 @@ "children": [ { "name": "skyrocket.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "skyrocket" + ] }, { "name": "sparkler.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "sparkler" + ] } ] } @@ -16971,25 +23606,37 @@ }, { "name": "herbicide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "herbicide" + ] }, { "name": "pesticide.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pesticide" + ] } ] }, { "name": "adhesive_material.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "adhesive_material" + ] }, { "name": "waste.n.01", "hasModel": true, "children": [ { - "name": "bagged__rubbish.n.01", - "hasModel": true + "name": "bag__of__rubbish.n.01", + "hasModel": true, + "categories": [ + "bag_of_rubbish" + ] }, { "name": "rubbish.n.01", @@ -16997,7 +23644,10 @@ "children": [ { "name": "debris.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "debris" + ] } ] }, @@ -17007,7 +23657,10 @@ "children": [ { "name": "fecal_matter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fecal_matter" + ] } ] }, @@ -17027,15 +23680,24 @@ "children": [ { "name": "bamboo.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bamboo" + ] }, { "name": "half__log.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "half_log" + ] }, { "name": "log.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "log" + ] }, { "name": "sawdust.n.01", @@ -17047,7 +23709,10 @@ "children": [ { "name": "wood_chip.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wood_chip" + ] } ] } @@ -17071,11 +23736,17 @@ "children": [ { "name": "cigar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigar" + ] }, { "name": "cigarette.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cigarette" + ] } ] } @@ -17087,7 +23758,10 @@ "children": [ { "name": "cotton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cotton_ball" + ] }, { "name": "hemp.n.01", @@ -17099,30 +23773,6 @@ } ] }, - { - "name": "animal_material.n.01", - "hasModel": true, - "children": [ - { - "name": "animal_product.n.01", - "hasModel": true, - "children": [ - { - "name": "beeswax.n.01", - "hasModel": true - } - ] - }, - { - "name": "feather.n.01", - "hasModel": true - }, - { - "name": "shell.n.02", - "hasModel": true - } - ] - }, { "name": "mineral.n.01", "hasModel": true, @@ -17141,7 +23791,10 @@ "children": [ { "name": "chalk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chalk" + ] } ] } @@ -17153,7 +23806,10 @@ }, { "name": "quartz.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "quartz" + ] } ] }, @@ -17171,7 +23827,10 @@ "children": [ { "name": "card.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cardstock" + ] } ] }, @@ -17181,11 +23840,17 @@ "children": [ { "name": "notepad.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "notepad" + ] }, { "name": "sticky_note.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sticky_note" + ] } ] }, @@ -17199,7 +23864,10 @@ "children": [ { "name": "post-it.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "post_it" + ] } ] } @@ -17207,7 +23875,10 @@ }, { "name": "sheet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "paper_sheet" + ] }, { "name": "tissue.n.02", @@ -17215,21 +23886,33 @@ "children": [ { "name": "toilet_tissue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "toilet_paper" + ] } ] }, { "name": "wallpaper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wallpaper" + ] }, { "name": "wax_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wax_paper" + ] }, { "name": "wrapping_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wrapping_paper" + ] } ] }, @@ -17243,7 +23926,10 @@ "children": [ { "name": "card.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "cardstock" + ] } ] } @@ -17263,7 +23949,10 @@ "children": [ { "name": "cotton.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cotton_ball" + ] }, { "name": "hemp.n.01", @@ -17275,11 +23964,17 @@ }, { "name": "lint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lint" + ] }, { "name": "loofa.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "loofah" + ] } ] }, @@ -17289,7 +23984,10 @@ "children": [ { "name": "dust.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "dust" + ] } ] }, @@ -17317,11 +24015,17 @@ }, { "name": "house_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "house_paint" + ] }, { "name": "spray_paint.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "spray_paint" + ] } ] } @@ -17333,10 +24037,33 @@ "children": [ { "name": "emery_paper.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "emery_paper" + ] }, { "name": "steel_wool.n.01", + "hasModel": true, + "categories": [ + "steel_wool" + ] + } + ] + }, + { + "name": "animal_material.n.01", + "hasModel": true, + "children": [ + { + "name": "feather.n.01", + "hasModel": true, + "categories": [ + "feather" + ] + }, + { + "name": "shell.n.02", "hasModel": true } ] @@ -17375,10 +24102,6 @@ } ] }, - { - "name": "heap__of__gravel.n.01", - "hasModel": true - }, { "name": "limestone.n.01", "hasModel": true @@ -17417,7 +24140,10 @@ "children": [ { "name": "lemon_peel.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemon_peel" + ] }, { "name": "orange_peel.n.01", @@ -17439,15 +24165,24 @@ "children": [ { "name": "mud.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "mud" + ] }, { "name": "soil.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "soil" + ] }, { "name": "sand.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "sand" + ] } ] }, @@ -17467,7 +24202,10 @@ "children": [ { "name": "sealant.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sealant" + ] } ] }, @@ -17481,7 +24219,10 @@ "children": [ { "name": "sponge.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sponge" + ] } ] } @@ -17499,7 +24240,10 @@ "children": [ { "name": "acetone.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "acetone" + ] } ] } @@ -17529,13 +24273,19 @@ }, { "name": "charcoal.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "charcoal_powder" + ] } ] }, { "name": "chlorine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chlorine" + ] }, { "name": "nitrogen.n.01", @@ -17553,7 +24303,10 @@ "children": [ { "name": "ammonia_water.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ammonia_water" + ] }, { "name": "antifreeze.n.01", @@ -17577,11 +24330,17 @@ }, { "name": "orange_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "orange_juice" + ] }, { "name": "pineapple_juice.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "pineapple_juice" + ] } ] }, @@ -17595,7 +24354,10 @@ "children": [ { "name": "beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "beer" + ] } ] }, @@ -17623,11 +24385,17 @@ }, { "name": "gin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "gin" + ] }, { "name": "rum.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "rum" + ] }, { "name": "tequila.n.01", @@ -17635,7 +24403,10 @@ }, { "name": "vodka.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "vodka" + ] } ] }, @@ -17649,25 +24420,40 @@ "children": [ { "name": "champagne.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "champagne" + ] } ] }, { "name": "cooked__red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__red_wine" + ] }, { "name": "cooked__white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__white_wine" + ] }, { "name": "red_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "red_wine" + ] }, { "name": "white_wine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "white_wine" + ] } ] }, @@ -17681,11 +24467,17 @@ "children": [ { "name": "eggnog.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "eggnog" + ] }, { "name": "fruit_punch.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "fruit_punch" + ] } ] }, @@ -17699,7 +24491,10 @@ }, { "name": "martini.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "martini" + ] }, { "name": "mojito.n.01", @@ -17737,15 +24532,24 @@ }, { "name": "chocolate_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chocolate_milk" + ] }, { "name": "low-fat_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "low_fat_milk" + ] }, { "name": "whole_milk.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "whole_milk" + ] } ] }, @@ -17755,27 +24559,45 @@ "children": [ { "name": "cafe_au_lait.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cafe_au_lait" + ] }, { "name": "cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cappuccino" + ] }, { "name": "drip_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "drip_coffee" + ] }, { "name": "espresso.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "espresso" + ] }, { "name": "ground_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ground_coffee" + ] }, { "name": "instant_coffee.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "instant_coffee" + ] } ] }, @@ -17799,7 +24621,10 @@ }, { "name": "cream_soda.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cream_soda" + ] }, { "name": "ginger_ale.n.01", @@ -17811,7 +24636,10 @@ }, { "name": "tonic.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tonic" + ] } ] }, @@ -17821,19 +24649,31 @@ }, { "name": "ginger_beer.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ginger_beer" + ] }, { "name": "green_tea_latte.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "green_tea_latte" + ] }, { "name": "iced_cappuccino.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_cappuccino" + ] }, { "name": "iced_chocolate.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "iced_chocolate" + ] }, { "name": "lemon_water.n.01", @@ -17845,27 +24685,49 @@ "children": [ { "name": "lemonade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lemonade" + ] }, { "name": "limeade.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "limeade" + ] } ] }, { "name": "smoothie.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "smoothie" + ] }, { "name": "tea.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "tea" + ] } ] }, + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ] + }, { "name": "ink.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ink" + ] }, { "name": "alcohol.n.02", @@ -17879,7 +24741,10 @@ }, { "name": "water.n.06", - "hasModel": true + "hasModel": true, + "categories": [ + "water" + ] } ] } @@ -17913,7 +24778,10 @@ }, { "name": "stucco.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stucco" + ] } ] }, @@ -17995,7 +24863,10 @@ "children": [ { "name": "credit_card.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "credit_card" + ] } ] } @@ -18027,7 +24898,10 @@ "children": [ { "name": "silver.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "silver_coins" + ] } ] } @@ -18040,6 +24914,28 @@ ] } ] + }, + { + "name": "transferred_property.n.01", + "hasModel": true, + "children": [ + { + "name": "acquisition.n.02", + "hasModel": true, + "children": [ + { + "name": "gift.n.01", + "hasModel": true, + "children": [ + { + "name": "present.n.02", + "hasModel": true + } + ] + } + ] + } + ] } ] }, @@ -18061,7 +24957,10 @@ "children": [ { "name": "stand.n.10", - "hasModel": true + "hasModel": true, + "categories": [ + "stadium_stand" + ] } ] } @@ -18087,13 +24986,26 @@ "children": [ { "name": "address.n.05", - "hasModel": true + "hasModel": true, + "categories": [ + "address" + ] } ] }, { "name": "poster.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "poster" + ] + }, + { + "name": "signpost.n.01", + "hasModel": true, + "categories": [ + "signpost" + ] } ] }, @@ -18125,7 +25037,10 @@ "children": [ { "name": "credit_card.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "credit_card" + ] } ] } @@ -18153,7 +25068,10 @@ "children": [ { "name": "gummed_label.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "sticker" + ] }, { "name": "tag.n.01", @@ -18161,17 +25079,26 @@ "children": [ { "name": "name_tag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "name_tag" + ] }, { "name": "price_tag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "price_tag" + ] } ] }, { "name": "tag.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tag" + ] } ] } @@ -18183,7 +25110,10 @@ "children": [ { "name": "postage.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "postage_stamp" + ] } ] }, @@ -18193,7 +25123,10 @@ "children": [ { "name": "trophy.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "trophy" + ] } ] } @@ -18209,7 +25142,10 @@ "children": [ { "name": "pennant.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "pennant" + ] } ] }, @@ -18243,7 +25179,10 @@ "children": [ { "name": "information_bulletin.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "information_bulletin" + ] } ] } @@ -18265,7 +25204,10 @@ "children": [ { "name": "menu.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "menu" + ] } ] } @@ -18281,7 +25223,10 @@ "children": [ { "name": "receipt.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "receipt" + ] } ] } @@ -18301,7 +25246,10 @@ "children": [ { "name": "legal_document.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "legal_document" + ] }, { "name": "commercial_document.n.01", @@ -18309,7 +25257,10 @@ "children": [ { "name": "ticket.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "ticket" + ] } ] } @@ -18325,7 +25276,10 @@ "children": [ { "name": "letter.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "letter" + ] } ] } @@ -18343,7 +25297,10 @@ "children": [ { "name": "postcard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "postcard" + ] } ] } @@ -18373,7 +25330,10 @@ "children": [ { "name": "postcard.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "postcard" + ] } ] } @@ -18429,11 +25389,18 @@ "children": [ { "name": "bouquet.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bouquet" + ] }, { "name": "wreath.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "valentine_wreath", + "wreath" + ] } ] }, @@ -18447,7 +25414,10 @@ "children": [ { "name": "periodic_table.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "periodic_table" + ] } ] } @@ -18465,13 +25435,53 @@ "children": [ { "name": "chess_set.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chess_set" + ] + } + ] + }, + { + "name": "pile.n.01", + "hasModel": true, + "children": [ + { + "name": "heap__of__granola.n.01", + "hasModel": true, + "categories": [ + "heap_of_granola" + ] + }, + { + "name": "heap__of__gravel.n.01", + "hasModel": true, + "categories": [ + "heap_of_gravel" + ] + }, + { + "name": "heap__of__oatmeal.n.01", + "hasModel": true, + "categories": [ + "heap_of_oatmeal" + ] + }, + { + "name": "heap__of__raisins.n.01", + "hasModel": true, + "categories": [ + "heap_of_raisins" + ] } ] }, { "name": "mail.n.04", - "hasModel": true + "hasModel": true, + "categories": [ + "mail" + ] }, { "name": "vegetation.n.01", @@ -18479,9 +25489,16 @@ "children": [ { "name": "scrub.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bush" + ] } ] + }, + { + "name": "package.n.01", + "hasModel": true } ] }, @@ -18491,7 +25508,10 @@ "children": [ { "name": "chlorine.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chlorine" + ] } ] } @@ -18523,7 +25543,10 @@ "children": [ { "name": "bait.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bait" + ] } ] } @@ -18543,7 +25566,10 @@ "children": [ { "name": "calendar.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "calendar" + ] } ] } @@ -18571,7 +25597,10 @@ "children": [ { "name": "national_flag.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "national_flag" + ] } ] } @@ -18623,7 +25652,10 @@ "children": [ { "name": "bench_press.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "bench_press_machine" + ] } ] } @@ -18647,7 +25679,10 @@ "children": [ { "name": "board_game.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "board_game" + ] } ] } @@ -18663,7 +25698,10 @@ "children": [ { "name": "computer_game.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "video_game" + ] } ] } @@ -18721,7 +25759,10 @@ "children": [ { "name": "foam.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "foam" + ] } ] } @@ -18729,7 +25770,10 @@ }, { "name": "mothball.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "moth_ball" + ] } ] } @@ -18785,11 +25829,18 @@ "children": [ { "name": "bust.n.03", - "hasModel": true + "hasModel": true, + "categories": [ + "bust" + ] }, { "name": "statue.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "garden_statue", + "statue" + ] } ] } @@ -18811,11 +25862,17 @@ "children": [ { "name": "incision.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "incision" + ] }, { "name": "wrinkle.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "wrinkle" + ] } ] } @@ -18831,15 +25888,24 @@ "children": [ { "name": "jade_roller.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "jade_roller" + ] }, { "name": "lint_roller.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "lint_roller" + ] }, { "name": "paint_roller.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "paint_roller" + ] } ] } @@ -18867,7 +25933,10 @@ "children": [ { "name": "dirt.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "dirt" + ] } ] } @@ -18915,11 +25984,17 @@ "children": [ { "name": "stain.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "stain" + ] }, { "name": "tarnish.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "tarnish" + ] } ] } @@ -18953,11 +26028,17 @@ "children": [ { "name": "breadcrumb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "breadcrumb" + ] }, { "name": "cooked__breadcrumb.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "cooked__breadcrumb" + ] } ] } @@ -18975,11 +26056,17 @@ "children": [ { "name": "chicken_breast.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_breast" + ] }, { "name": "chicken_tender.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_tender" + ] }, { "name": "diced__chicken_breast.n.01", @@ -18993,11 +26080,18 @@ "children": [ { "name": "chicken_leg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_leg", + "chicken_thigh" + ] }, { "name": "turkey_leg.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "turkey_leg" + ] } ] }, @@ -19007,7 +26101,10 @@ "children": [ { "name": "chicken_wing.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "chicken_wing" + ] } ] }, @@ -19017,7 +26114,10 @@ "children": [ { "name": "fillet.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "fillet" + ] } ] }, @@ -19027,7 +26127,10 @@ "children": [ { "name": "milkshake.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "milkshake" + ] }, { "name": "sangaree.n.01", @@ -19055,7 +26158,10 @@ "children": [ { "name": "money.n.01", - "hasModel": true + "hasModel": true, + "categories": [ + "money" + ] }, { "name": "currency.n.01", @@ -19071,15 +26177,24 @@ "children": [ { "name": "nickel.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "nickel" + ] }, { "name": "penny.n.02", - "hasModel": true + "hasModel": true, + "categories": [ + "penny" + ] }, { "name": "quarter.n.10", - "hasModel": true + "hasModel": true, + "categories": [ + "quarter" + ] } ] } diff --git a/bddl/generated_data/output_hierarchy_properties.json b/bddl/generated_data/output_hierarchy_properties.json new file mode 100644 index 00000000..f2922762 --- /dev/null +++ b/bddl/generated_data/output_hierarchy_properties.json @@ -0,0 +1,197275 @@ +{ + "name": "entity.n.01", + "children": [ + { + "name": "physical_entity.n.01", + "hasModel": true, + "children": [ + { + "name": "object.n.01", + "hasModel": true, + "children": [ + { + "name": "whole.n.02", + "hasModel": true, + "children": [ + { + "name": "artifact.n.01", + "hasModel": true, + "children": [ + { + "name": "instrumentality.n.03", + "hasModel": true, + "children": [ + { + "name": "container.n.01", + "hasModel": true, + "children": [ + { + "name": "dispenser.n.01", + "hasModel": true, + "children": [ + { + "name": "acetone__atomizer.n.01", + "hasModel": true, + "categories": [ + "acetone_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "acetone": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "aerosol.n.02", + "hasModel": true, + "categories": [ + "spray_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "air_freshener__atomizer.n.01", + "hasModel": true, + "categories": [ + "air_freshener_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "air_freshener": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ammonia_water__atomizer.n.01", + "hasModel": true, + "categories": [ + "ammonia_water_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "ammonia_water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "atomizer.n.01", + "hasModel": true, + "categories": [ + "spray_bottle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bleaching_agent__atomizer.n.01", + "hasModel": true, + "categories": [ + "bleaching_agent_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "bleaching_agent": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "candy_dispenser_shelf.n.01", + "hasModel": true, + "categories": [ + "candy_dispenser_shelf" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "conditioner__atomizer.n.01", + "hasModel": true, + "categories": [ + "conditioner_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "conditioner": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "deodorant__atomizer.n.01", + "hasModel": true, + "categories": [ + "deodorant_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "deodorant": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "detergent__atomizer.n.01", + "hasModel": true, + "categories": [ + "detergent_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "detergent": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dry_food_dispenser_shelf.n.01", + "hasModel": true, + "categories": [ + "dry_food_dispenser_shelf" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fertilizer__atomizer.n.01", + "hasModel": true, + "categories": [ + "fertilizer_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "fertilizer": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "inhaler.n.01", + "hasModel": true, + "categories": [ + "inhaler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "insectifuge__atomizer.n.01", + "hasModel": true, + "categories": [ + "insectifuge_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "insectifuge": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pesticide__atomizer.n.01", + "hasModel": true, + "categories": [ + "pesticide_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "pesticide": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubbing_alcohol__atomizer.n.01", + "hasModel": true, + "categories": [ + "rubbing_alcohol_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "rubbing_alcohol": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sealant__atomizer.n.01", + "hasModel": true, + "categories": [ + "sealant_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "sealant": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soap_dispenser.n.01", + "hasModel": true, + "categories": [ + "soap_dispenser", + "wall_mounted_soap_dispenser" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": { + "conditions": { + "liquid_soap": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spray_paint__can.n.01", + "hasModel": true, + "categories": [ + "spray_paint_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "spray_paint": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tissue_dispenser.n.01", + "hasModel": true, + "categories": [ + "tissue_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vinegar__atomizer.n.01", + "hasModel": true, + "categories": [ + "vinegar_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "vinegar": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water__atomizer.n.01", + "hasModel": true, + "categories": [ + "water_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whipped_cream__atomizer.n.01", + "hasModel": true, + "categories": [ + "whipped_cream_atomizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "whipped_cream": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whipped_cream__can.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "whipped_cream": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "allspice__shaker.n.01", + "hasModel": true, + "categories": [ + "allspice_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "allspice": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vessel.n.03", + "hasModel": true, + "children": [ + { + "name": "apple_juice__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "baking_powder__jar.n.01", + "hasModel": true, + "categories": [ + "baking_powder_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "balsamic_vinegar__bottle.n.01", + "hasModel": true, + "categories": [ + "balsamic_vinegar_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "barbecue_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "barbecue_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "basil__jar.n.01", + "hasModel": true, + "categories": [ + "basil_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bathtub.n.01", + "hasModel": true, + "categories": [ + "bathtub" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "barrel.n.02", + "hasModel": true, + "children": [ + { + "name": "beer_barrel.n.01", + "hasModel": true, + "categories": [ + "beer_keg" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle.n.01", + "hasModel": true, + "children": [ + { + "name": "beer_bottle.n.01", + "hasModel": true, + "categories": [ + "beer_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flask.n.01", + "hasModel": true, + "children": [ + { + "name": "canteen.n.01", + "hasModel": true, + "categories": [ + "canteen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "erlenmeyer_flask.n.01", + "hasModel": true, + "categories": [ + "erlenmeyer_flask" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "round-bottom_flask.n.01", + "hasModel": true, + "categories": [ + "round_bottom_flask" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vacuum_flask.n.01", + "hasModel": true, + "children": [ + { + "name": "thermos.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carafe.n.01", + "hasModel": true, + "categories": [ + "carafe", + "decanter", + "fragrance_decanter" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carboy.n.01", + "hasModel": true, + "categories": [ + "reagent_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cruet.n.01", + "hasModel": true, + "categories": [ + "cruet" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jug.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pill_bottle.n.01", + "hasModel": true, + "categories": [ + "pill_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pop_bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "specimen_bottle.n.01", + "hasModel": true, + "categories": [ + "specimen_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_bottle.n.01", + "hasModel": true, + "categories": [ + "water_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wine_bottle.n.01", + "hasModel": true, + "categories": [ + "wine_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "basin.n.01", + "hasModel": true, + "children": [ + { + "name": "bidet.n.01", + "hasModel": true, + "categories": [ + "bidet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle.n.03", + "hasModel": true, + "categories": [ + "baby_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bourbon__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bowl.n.01", + "hasModel": true, + "categories": [ + "bowl" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brandy__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bucket.n.01", + "hasModel": true, + "categories": [ + "bucket", + "ice_bucket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pot.n.01", + "hasModel": true, + "children": [ + { + "name": "caldron.n.01", + "hasModel": true, + "categories": [ + "cauldron" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "copper_pot.n.01", + "hasModel": true, + "categories": [ + "copper_pot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffeepot.n.01", + "hasModel": true, + "children": [ + { + "name": "drip_pot.n.01", + "hasModel": true, + "categories": [ + "drip_pot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dutch_oven.n.02", + "hasModel": true, + "categories": [ + "dutch_oven" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kettle.n.01", + "hasModel": true, + "categories": [ + "boiler", + "electric_kettle", + "kettle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 100.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pewter_teapot.n.01", + "hasModel": true, + "categories": [ + "pewter_teapot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saucepot.n.01", + "hasModel": true, + "categories": [ + "saucepot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stockpot.n.01", + "hasModel": true, + "categories": [ + "stockpot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teapot.n.01", + "hasModel": true, + "categories": [ + "teapot" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "catsup__bottle.n.01", + "hasModel": true, + "categories": [ + "catsup_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "champagne__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chlorine__bottle.n.01", + "hasModel": true, + "categories": [ + "chlorine_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "chocolate_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "clove__jar.n.01", + "hasModel": true, + "categories": [ + "clove_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coconut_oil__jar.n.01", + "hasModel": true, + "categories": [ + "coconut_oil_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffee_bean__jar.n.01", + "hasModel": true, + "categories": [ + "coffee_bean_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cola__bottle.n.01", + "hasModel": true, + "categories": [ + "cola_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooking_oil__bottle.n.01", + "hasModel": true, + "categories": [ + "cooking_oil_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cornstarch__jar.n.01", + "hasModel": true, + "categories": [ + "cornstarch_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "detergent__bottle.n.01", + "hasModel": true, + "categories": [ + "detergent_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ladle.n.01", + "hasModel": true, + "children": [ + { + "name": "dipper.n.01", + "hasModel": true, + "categories": [ + "dipper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scoop.n.06", + "hasModel": true, + "categories": [ + "scoop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soup_ladle.n.01", + "hasModel": true, + "categories": [ + "soup_ladle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "disinfectant__bottle.n.01", + "hasModel": true, + "categories": [ + "disinfectant_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "essential_oil__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fabric_softener__bottle.n.01", + "hasModel": true, + "categories": [ + "fabric_softener_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "floor_wax__bottle.n.01", + "hasModel": true, + "categories": [ + "floor_wax_bottle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frosting__jar.n.01", + "hasModel": true, + "categories": [ + "frosting_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gin__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "glaze__bottle.n.01", + "hasModel": true, + "categories": [ + "glaze_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "granulated_sugar__jar.n.01", + "hasModel": true, + "categories": [ + "granulated_sugar_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "herb__jar.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "herbicide__bottle.n.01", + "hasModel": true, + "categories": [ + "herbicide_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "honey__jar.n.01", + "hasModel": true, + "categories": [ + "honey_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hot_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "hot_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hot_tub.n.02", + "hasModel": true, + "categories": [ + "hot_tub" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hydrogen_peroxide__bottle.n.01", + "hasModel": true, + "categories": [ + "hydrogen_peroxide_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ink__bottle.n.01", + "hasModel": true, + "categories": [ + "ink_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "instant_coffee__jar.n.01", + "hasModel": true, + "categories": [ + "instant_coffee_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jam__jar.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jelly__jar.n.01", + "hasModel": true, + "categories": [ + "jelly_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jelly_bean__jar.n.01", + "hasModel": true, + "categories": [ + "jelly_bean_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jimmies__jar.n.01", + "hasModel": true, + "categories": [ + "jimmies_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lemon_juice__bottle.n.01", + "hasModel": true, + "categories": [ + "lemon_juice_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lemonade__bottle.n.01", + "hasModel": true, + "categories": [ + "lemonade_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lime_juice__bottle.n.01", + "hasModel": true, + "categories": [ + "lime_juice_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liquid_soap__bottle.n.01", + "hasModel": true, + "categories": [ + "liquid_soap_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lotion__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lubricant__bottle.n.01", + "hasModel": true, + "categories": [ + "lubricant_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "maple_syrup__jar.n.01", + "hasModel": true, + "categories": [ + "maple_syrup_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "marinara__jar.n.01", + "hasModel": true, + "categories": [ + "marinara_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar.n.01", + "hasModel": true, + "children": [ + { + "name": "mason_jar.n.01", + "hasModel": true, + "categories": [ + "jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vase.n.01", + "hasModel": true, + "categories": [ + "vase" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mayonnaise__jar.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mop_bucket.n.01", + "hasModel": true, + "categories": [ + "mop_bucket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mortar.n.03", + "hasModel": true, + "categories": [ + "mortar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drinking_vessel.n.01", + "hasModel": true, + "children": [ + { + "name": "mug.n.04", + "hasModel": true, + "categories": [ + "mug" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mustard__bottle.n.01", + "hasModel": true, + "categories": [ + "mustard_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "noodle__jar.n.01", + "hasModel": true, + "categories": [ + "noodle_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "olive_oil__bottle.n.01", + "hasModel": true, + "categories": [ + "olive_oil_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peanut_butter__jar.n.01", + "hasModel": true, + "categories": [ + "peanut_butter_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pitcher.n.02", + "hasModel": true, + "categories": [ + "jug", + "pitcher" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "polish__bottle.n.01", + "hasModel": true, + "categories": [ + "polish_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "autoclave.n.01", + "hasModel": true, + "children": [ + { + "name": "pressure_cooker.n.01", + "hasModel": true, + "categories": [ + "pressure_cooker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 121.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rum__bottle.n.01", + "hasModel": true, + "categories": [ + "rum_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saddle_soap__bottle.n.01", + "hasModel": true, + "categories": [ + "saddle_soap_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "salad__bowl.n.01", + "hasModel": true, + "categories": [ + "salad_bowl" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "salsa__bottle.n.01", + "hasModel": true, + "categories": [ + "salsa_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "salt__bottle.n.01", + "hasModel": true, + "categories": [ + "salt_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sealant__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sesame_oil__bottle.n.01", + "hasModel": true, + "categories": [ + "sesame_oil_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shampoo__bottle.n.01", + "hasModel": true, + "categories": [ + "shampoo_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soap__bottle.n.01", + "hasModel": true, + "categories": [ + "soap_bottle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soda_water__bottle.n.01", + "hasModel": true, + "categories": [ + "soda_water_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sodium_carbonate__jar.n.01", + "hasModel": true, + "categories": [ + "sodium_carbonate_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "solvent__bottle.n.01", + "hasModel": true, + "categories": [ + "solvent_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soy_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "soy_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sugar_syrup__bottle.n.01", + "hasModel": true, + "categories": [ + "sugar_syrup_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sunscreen__bottle.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tank.n.02", + "hasModel": true, + "categories": [ + "tank" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tequila__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toilet_soap__bottle.n.01", + "hasModel": true, + "categories": [ + "toilet_soap_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tomato_juice__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tomato_sauce__jar.n.01", + "hasModel": true, + "categories": [ + "tomato_sauce_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tub.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vanilla__bottle.n.01", + "hasModel": true, + "categories": [ + "vanilla_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vegetable_oil__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vinegar__bottle.n.01", + "hasModel": true, + "categories": [ + "vinegar_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vitamin_pill__bottle.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vodka__bottle.n.01", + "hasModel": true, + "categories": [ + "vodka_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whiskey__bottle.n.01", + "hasModel": true, + "categories": [ + "whiskey_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "white_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wine_sauce__bottle.n.01", + "hasModel": true, + "categories": [ + "wine_sauce_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yeast__jar.n.01", + "hasModel": true, + "categories": [ + "yeast_jar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oil__bottle.n.01", + "hasModel": true, + "categories": [ + "oil_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "squeeze_bottle.n.01", + "hasModel": true, + "categories": [ + "squeeze_bottle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cleansing__bottle.n.01", + "hasModel": true, + "categories": [ + "cleansing_bottle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bin.n.01", + "hasModel": true, + "children": [ + { + "name": "ashcan.n.01", + "hasModel": true, + "categories": [ + "trash_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "compost_bin.n.01", + "hasModel": true, + "categories": [ + "compost_bin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "recycling_bin.n.01", + "hasModel": true, + "categories": [ + "recycling_bin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "receptacle.n.01", + "hasModel": true, + "children": [ + { + "name": "ashtray.n.01", + "hasModel": true, + "categories": [ + "ashtray" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dustpan.n.02", + "hasModel": true, + "categories": [ + "dustpan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "icetray.n.02", + "hasModel": true, + "categories": [ + "ice_tray" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tray.n.01", + "hasModel": true, + "categories": [ + "tray" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wheeled_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "baby_buggy.n.01", + "hasModel": true, + "categories": [ + "stroller" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handcart.n.01", + "hasModel": true, + "children": [ + { + "name": "barrow.n.03", + "hasModel": true, + "categories": [ + "wheelbarrow" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "serving_cart.n.01", + "hasModel": true, + "categories": [ + "serving_cart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shopping_cart.n.01", + "hasModel": true, + "categories": [ + "shopping_cart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bicycle.n.01", + "hasModel": true, + "categories": [ + "bicycle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "self-propelled_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "motor_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "car.n.01", + "hasModel": true, + "categories": [ + "car" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "truck.n.01", + "hasModel": true, + "children": [ + { + "name": "lorry.n.02", + "hasModel": true, + "categories": [ + "lorry" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pickup.n.01", + "hasModel": true, + "categories": [ + "pickup_truck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trailer_truck.n.01", + "hasModel": true, + "categories": [ + "trailer_truck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "van.n.05", + "hasModel": true, + "categories": [ + "van" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "motorcycle.n.01", + "hasModel": true, + "categories": [ + "motorcycle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "recreational_vehicle.n.01", + "hasModel": true, + "categories": [ + "recreational_vehicle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skateboard.n.01", + "hasModel": true, + "categories": [ + "longboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wagon.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag.n.01", + "hasModel": true, + "children": [ + { + "name": "backpack.n.01", + "hasModel": true, + "categories": [ + "backpack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brown_rice__sack.n.01", + "hasModel": true, + "categories": [ + "brown_rice_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brown_sugar__sack.n.01", + "hasModel": true, + "categories": [ + "brown_sugar_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carryall.n.01", + "hasModel": true, + "categories": [ + "tote" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cornmeal__sack.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drawstring_bag.n.01", + "hasModel": true, + "children": [ + { + "name": "duffel_bag.n.01", + "hasModel": true, + "categories": [ + "duffel_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flour__sack.n.01", + "hasModel": true, + "categories": [ + "flour_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "granulated_sugar__sack.n.01", + "hasModel": true, + "categories": [ + "granulated_sugar_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grated_cheese__sack.n.01", + "hasModel": true, + "categories": [ + "grated_cheese_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gunnysack.n.01", + "hasModel": true, + "categories": [ + "burlap_bag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_pack.n.01", + "hasModel": true, + "abilities": { + "coldSource": { + "temperature": 0.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plastic_bag.n.01", + "hasModel": true, + "categories": [ + "plastic_bag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sack.n.01", + "hasModel": true, + "categories": [ + "paper_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sleeping_bag.n.01", + "hasModel": true, + "categories": [ + "sleeping_bag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sugar__sack.n.01", + "hasModel": true, + "categories": [ + "sugar_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_rice__sack.n.01", + "hasModel": true, + "categories": [ + "white_rice_sack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "case.n.05", + "hasModel": true, + "children": [ + { + "name": "baggage.n.01", + "hasModel": true, + "children": [ + { + "name": "bag.n.06", + "hasModel": true, + "categories": [ + "suitcase" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "briefcase.n.01", + "hasModel": true, + "categories": [ + "briefcase" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "violin_case.n.01", + "hasModel": true, + "categories": [ + "violin_case" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wallet.n.01", + "hasModel": true, + "categories": [ + "wallet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box.n.01", + "hasModel": true, + "children": [ + { + "name": "beef_broth__carton.n.01", + "hasModel": true, + "categories": [ + "beef_broth_carton" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton.n.02", + "hasModel": true, + "categories": [ + "carton" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strongbox.n.01", + "hasModel": true, + "children": [ + { + "name": "cashbox.n.01", + "hasModel": true, + "children": [ + { + "name": "cash_register.n.01", + "hasModel": true, + "categories": [ + "cash_register", + "credit_card_terminal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chest.n.02", + "hasModel": true, + "children": [ + { + "name": "cedar_chest.n.01", + "hasModel": true, + "categories": [ + "cedar_chest" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toolbox.n.01", + "hasModel": true, + "categories": [ + "toolbox" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toy_box.n.01", + "hasModel": true, + "categories": [ + "toy_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chicken_broth__carton.n.01", + "hasModel": true, + "categories": [ + "chicken_broth_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cream__carton.n.01", + "hasModel": true, + "categories": [ + "cream_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_cream__carton.n.01", + "hasModel": true, + "categories": [ + "ice_cream_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mailbox.n.01", + "hasModel": true, + "categories": [ + "mailbox" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "matchbox.n.01", + "hasModel": true, + "categories": [ + "match_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "milk__carton.n.01", + "hasModel": true, + "categories": [ + "milk_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orange_juice__carton.n.01", + "hasModel": true, + "categories": [ + "orange_juice_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crate.n.01", + "hasModel": true, + "children": [ + { + "name": "packing_box.n.02", + "hasModel": true, + "categories": [ + "packing_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pencil_box.n.01", + "hasModel": true, + "categories": [ + "pencil_box", + "pencil_case" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pineapple_juice__carton.n.01", + "hasModel": true, + "categories": [ + "pineapple_juice_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shoebox.n.02", + "hasModel": true, + "categories": [ + "shoe_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shortening__carton.n.01", + "hasModel": true, + "categories": [ + "shortening_carton" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stew__carton.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "storage_container.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yogurt__carton.n.01", + "hasModel": true, + "categories": [ + "yogurt_carton" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chicken_soup__carton.n.01", + "hasModel": true, + "categories": [ + "chicken_soup_carton" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liquid_carton.n.01", + "hasModel": true, + "categories": [ + "liquid_carton" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "glass.n.02", + "hasModel": true, + "children": [ + { + "name": "beer_glass.n.01", + "hasModel": true, + "categories": [ + "beer_glass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "goblet.n.01", + "hasModel": true, + "categories": [ + "chalice", + "cocktail_glass", + "goblet" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shot_glass.n.01", + "hasModel": true, + "categories": [ + "jigger" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tumbler.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_glass.n.02", + "hasModel": true, + "categories": [ + "water_glass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wineglass.n.01", + "hasModel": true, + "categories": [ + "wineglass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bird_feed__bag.n.01", + "hasModel": true, + "categories": [ + "bird_feed_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bread-bin.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "broken__glass.n.01", + "hasModel": true, + "categories": [ + "broken_glass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "butter__package.n.01", + "hasModel": true, + "categories": [ + "butter_package" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can.n.01", + "hasModel": true, + "categories": [ + "can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "canister.n.02", + "hasModel": true, + "categories": [ + "canister" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "case.n.20", + "hasModel": true, + "categories": [ + "display_case" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dish.n.01", + "hasModel": true, + "children": [ + { + "name": "casserole.n.02", + "hasModel": true, + "categories": [ + "casserole" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gravy_boat.n.01", + "hasModel": true, + "categories": [ + "gravy_boat" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bowl.n.03", + "hasModel": true, + "children": [ + { + "name": "mixing_bowl.n.01", + "hasModel": true, + "categories": [ + "mixing_bowl" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soup_bowl.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "petri_dish.n.01", + "hasModel": true, + "categories": [ + "petri_dish" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cassette.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cat_food__tin.n.01", + "hasModel": true, + "categories": [ + "cat_food_tin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cayenne__shaker.n.01", + "hasModel": true, + "categories": [ + "cayenne_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "cayenne": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cup.n.01", + "hasModel": true, + "children": [ + { + "name": "chalice.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffee_cup.n.01", + "hasModel": true, + "categories": [ + "coffee_cup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dixie_cup.n.01", + "hasModel": true, + "categories": [ + "paper_cup", + "soda_cup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teacup.n.02", + "hasModel": true, + "categories": [ + "teacup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "beaker.n.02", + "hasModel": true, + "categories": [ + "beaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chia_seed__bag.n.01", + "hasModel": true, + "categories": [ + "chia_seed_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chickpea__can.n.01", + "hasModel": true, + "categories": [ + "chickpea_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cinnamon__shaker.n.01", + "hasModel": true, + "categories": [ + "cinnamon_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "cinnamon": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cocoa__box.n.01", + "hasModel": true, + "categories": [ + "cocoa_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cocoa_powder__box.n.01", + "hasModel": true, + "categories": [ + "cocoa_powder_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "conditioner__dispenser.n.01", + "hasModel": true, + "categories": [ + "conditioner_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "conditioner": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coriander__shaker.n.01", + "hasModel": true, + "categories": [ + "coriander_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "coriander": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cream_cheese__box.n.01", + "hasModel": true, + "categories": [ + "cream_cheese_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cream_of_tartar__shaker.n.01", + "hasModel": true, + "categories": [ + "cream_of_tartar_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "cream_of_tartar": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cumin__shaker.n.01", + "hasModel": true, + "categories": [ + "cumin_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "cumin": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "curry_powder__shaker.n.01", + "hasModel": true, + "categories": [ + "curry_powder_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "curry_powder": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spoon.n.01", + "hasModel": true, + "children": [ + { + "name": "dessert_spoon.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soupspoon.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tablespoon.n.02", + "hasModel": true, + "categories": [ + "tablespoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teaspoon.n.02", + "hasModel": true, + "categories": [ + "teaspoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wooden_spoon.n.02", + "hasModel": true, + "categories": [ + "wooden_spoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drink__dispenser.n.01", + "hasModel": true, + "categories": [ + "drink_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "envelope.n.01", + "hasModel": true, + "categories": [ + "envelope" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "feta__box.n.01", + "hasModel": true, + "categories": [ + "feta_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fuel__can.n.01", + "hasModel": true, + "categories": [ + "fuel_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gelatin__box.n.01", + "hasModel": true, + "categories": [ + "gelatin_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ginger__shaker.n.01", + "hasModel": true, + "categories": [ + "ginger_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "ginger": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "granola__box.n.01", + "hasModel": true, + "categories": [ + "granola_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ground_beef__package.n.01", + "hasModel": true, + "categories": [ + "ground_beef_package" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "basket.n.01", + "hasModel": true, + "children": [ + { + "name": "hamper.n.02", + "hasModel": true, + "categories": [ + "hamper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shopping_basket.n.01", + "hasModel": true, + "categories": [ + "shopping_basket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wicker_basket.n.01", + "hasModel": true, + "categories": [ + "wicker_basket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frail.n.02", + "hasModel": true, + "categories": [ + "frail" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "house_paint__can.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hummus__box.n.01", + "hasModel": true, + "categories": [ + "hummus_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "isopropanol__dispenser.n.01", + "hasModel": true, + "categories": [ + "isopropanol_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "isopropanol": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jam__dispenser.n.01", + "hasModel": true, + "categories": [ + "jam_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "jam": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lemon-pepper_seasoning__shaker.n.01", + "hasModel": true, + "categories": [ + "lemon_pepper_seasoning_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "lemon_pepper_seasoning": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lentil__box.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "litter_box.n.01", + "hasModel": true, + "categories": [ + "litter_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lunch_box.n.01", + "hasModel": true, + "categories": [ + "lunch_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "margarine__box.n.01", + "hasModel": true, + "categories": [ + "margarine_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "marjoram__shaker.n.01", + "hasModel": true, + "categories": [ + "marjoram_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "marjoram": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "measure.n.09", + "hasModel": true, + "children": [ + { + "name": "measuring_cup.n.01", + "hasModel": true, + "categories": [ + "measuring_cup" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mold.n.02", + "hasModel": true, + "categories": [ + "cast" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mulch__bag.n.01", + "hasModel": true, + "categories": [ + "mulch_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mustard_seed__shaker.n.01", + "hasModel": true, + "categories": [ + "mustard_seed_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "mustard_seed": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nutmeg__shaker.n.01", + "hasModel": true, + "categories": [ + "nutmeg_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "nutmeg": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oat__box.n.01", + "hasModel": true, + "categories": [ + "oat_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "onion_powder__shaker.n.01", + "hasModel": true, + "categories": [ + "onion_powder_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "onion_powder": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paprika__shaker.n.01", + "hasModel": true, + "categories": [ + "paprika_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "paprika": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parmesan__shaker.n.01", + "hasModel": true, + "categories": [ + "parmesan_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "parmesan": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pasta__box.n.01", + "hasModel": true, + "categories": [ + "pasta_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pellet_food__bag.n.01", + "hasModel": true, + "categories": [ + "pellet_food_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pepper__shaker.n.01", + "hasModel": true, + "categories": [ + "pepper_shaker" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "black_pepper": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "petfood__bag.n.01", + "hasModel": true, + "categories": [ + "petfood_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pizza_box.n.01", + "hasModel": true, + "categories": [ + "pizza_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "popcorn__bag.n.01", + "hasModel": true, + "categories": [ + "popcorn_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pot.n.04", + "hasModel": true, + "categories": [ + "plant_pot" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pumpkin_seed__bag.n.01", + "hasModel": true, + "categories": [ + "pumpkin_seed_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quinoa__box.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raisin__box.n.01", + "hasModel": true, + "categories": [ + "raisin_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "refried_beans__can.n.01", + "hasModel": true, + "categories": [ + "refried_beans_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rosemary__shaker.n.01", + "hasModel": true, + "categories": [ + "rosemary_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "rosemary": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saffron__shaker.n.01", + "hasModel": true, + "categories": [ + "saffron_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "saffron": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sage__shaker.n.01", + "hasModel": true, + "categories": [ + "sage_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "sage": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "salt__shaker.n.01", + "hasModel": true, + "categories": [ + "salt_shaker" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "salt": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sesame_seed__shaker.n.01", + "hasModel": true, + "categories": [ + "sesame_seed_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "sesame_seed": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shaker.n.03", + "hasModel": true, + "categories": [ + "shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shampoo__dispenser.n.01", + "hasModel": true, + "categories": [ + "shampoo_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "shampoo": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag.n.04", + "hasModel": true, + "children": [ + { + "name": "shoulder_bag.n.01", + "hasModel": true, + "categories": [ + "shoulder_bag" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soda__can.n.01", + "hasModel": true, + "categories": [ + "soda_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soil__bag.n.01", + "hasModel": true, + "categories": [ + "soil_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soup__can.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "storage_organizer.n.01", + "hasModel": true, + "categories": [ + "storage_organizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sunflower_seed__bag.n.01", + "hasModel": true, + "categories": [ + "sunflower_seed_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thyme__shaker.n.01", + "hasModel": true, + "categories": [ + "thyme_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "thyme": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tomato_paste__can.n.01", + "hasModel": true, + "categories": [ + "tomato_paste_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tupperware.n.01", + "hasModel": true, + "categories": [ + "tupperware" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water__dispenser.n.01", + "hasModel": true, + "categories": [ + "water_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "watering_can.n.01", + "hasModel": true, + "categories": [ + "watering_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleSource": { + "conditions": { + "water": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yeast__shaker.n.01", + "hasModel": true, + "categories": [ + "yeast_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "yeast": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dog_food__can.n.01", + "hasModel": true, + "categories": [ + "dog_food_can" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parsley__shaker.n.01", + "hasModel": true, + "categories": [ + "parsley_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "parsley": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "savory_spice__shaker.n.01", + "hasModel": true, + "categories": [ + "savory_spice_shaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "savory_spice": [ + [ + 3, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "package.n.02", + "hasModel": true, + "categories": [ + "package" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "device.n.01", + "hasModel": true, + "children": [ + { + "name": "adapter.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mechanism.n.05", + "hasModel": true, + "children": [ + { + "name": "cooling_system.n.02", + "hasModel": true, + "children": [ + { + "name": "air_conditioner.n.01", + "hasModel": true, + "categories": [ + "air_conditioner", + "ceiling_air_conditioner" + ], + "abilities": { + "coldSource": { + "temperature": 16.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "coldSource": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mechanical_device.n.01", + "hasModel": true, + "children": [ + { + "name": "hook.n.04", + "hasModel": true, + "children": [ + { + "name": "anchor.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bumper.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "machine.n.04", + "hasModel": true, + "children": [ + { + "name": "wheel.n.01", + "hasModel": true, + "children": [ + { + "name": "car_wheel.n.01", + "hasModel": true, + "categories": [ + "car_wheel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skateboard_wheel.n.01", + "hasModel": true, + "categories": [ + "skateboard_wheel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lever.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pulley.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hammock.n.03", + "hasModel": true, + "categories": [ + "hammock" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pump.n.01", + "hasModel": true, + "categories": [ + "pump" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sprinkler.n.01", + "hasModel": true, + "categories": [ + "fire_sprinkler", + "sprinkler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "swing.n.02", + "hasModel": true, + "categories": [ + "swing" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "control.n.09", + "hasModel": true, + "children": [ + { + "name": "regulator.n.01", + "hasModel": true, + "children": [ + { + "name": "faucet.n.01", + "hasModel": true, + "children": [ + { + "name": "beer_tap.n.01", + "hasModel": true, + "categories": [ + "beer_tap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_faucet.n.01", + "hasModel": true, + "categories": [ + "water_faucet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thermostat.n.01", + "hasModel": true, + "categories": [ + "thermostat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "joystick.n.02", + "hasModel": true, + "categories": [ + "joystick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handwheel.n.02", + "hasModel": true, + "children": [ + { + "name": "steering_wheel.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "switch.n.01", + "hasModel": true, + "categories": [ + "electric_switch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "governor.n.02", + "hasModel": true, + "children": [ + { + "name": "timer.n.03", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rotating_mechanism.n.01", + "hasModel": true, + "children": [ + { + "name": "circle.n.08", + "hasModel": true, + "children": [ + { + "name": "disk.n.02", + "hasModel": true, + "children": [ + { + "name": "puck.n.02", + "hasModel": true, + "categories": [ + "hockey_puck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "filter.n.01", + "hasModel": true, + "children": [ + { + "name": "air_filter.n.01", + "hasModel": true, + "categories": [ + "air_filter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strainer.n.01", + "hasModel": true, + "children": [ + { + "name": "colander.n.01", + "hasModel": true, + "categories": [ + "colander" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sieve.n.01", + "hasModel": true, + "categories": [ + "sieve" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffee_filter.n.01", + "hasModel": true, + "children": [ + { + "name": "paper_coffee_filter.n.01", + "hasModel": true, + "categories": [ + "paper_coffee_filter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "portafilter.n.01", + "hasModel": true, + "categories": [ + "portafilter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_filter.n.01", + "hasModel": true, + "categories": [ + "water_filter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "measuring_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "timepiece.n.01", + "hasModel": true, + "children": [ + { + "name": "clock.n.01", + "hasModel": true, + "children": [ + { + "name": "alarm_clock.n.01", + "hasModel": true, + "categories": [ + "alarm_clock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pendulum_clock.n.01", + "hasModel": true, + "children": [ + { + "name": "grandfather_clock.n.01", + "hasModel": true, + "categories": [ + "grandfather_clock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wall_clock.n.01", + "hasModel": true, + "categories": [ + "wall_clock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sandglass.n.01", + "hasModel": true, + "categories": [ + "hourglass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "watch.n.01", + "hasModel": true, + "categories": [ + "watch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "burette.n.01", + "hasModel": true, + "categories": [ + "buret" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "caliper.n.01", + "hasModel": true, + "categories": [ + "caliper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gauge.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "graduate.n.02", + "hasModel": true, + "children": [ + { + "name": "graduated_cylinder.n.01", + "hasModel": true, + "categories": [ + "graduated_cylinder" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thermometer.n.01", + "hasModel": true, + "children": [ + { + "name": "meat_thermometer.n.01", + "hasModel": true, + "categories": [ + "meat_thermometer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "self-registering_thermometer.n.01", + "hasModel": true, + "categories": [ + "digital_thermometer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "meter.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "measuring_stick.n.01", + "hasModel": true, + "children": [ + { + "name": "rule.n.12", + "hasModel": true, + "categories": [ + "ruler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scale.n.07", + "hasModel": true, + "categories": [ + "digital_scale", + "kitchen_analog_scale" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tape.n.04", + "hasModel": true, + "categories": [ + "measuring_tape" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scientific_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "magnifier.n.01", + "hasModel": true, + "children": [ + { + "name": "microscope.n.01", + "hasModel": true, + "children": [ + { + "name": "light_microscope.n.01", + "hasModel": true, + "children": [ + { + "name": "compound_microscope.n.01", + "hasModel": true, + "categories": [ + "microscope" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hand_glass.n.02", + "hasModel": true, + "categories": [ + "magnifying_glass" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "console.n.02", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "weapon.n.01", + "hasModel": true, + "children": [ + { + "name": "projectile.n.01", + "hasModel": true, + "children": [ + { + "name": "dart.n.01", + "hasModel": true, + "categories": [ + "dart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gun.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "optical_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "goggles.n.02", + "hasModel": true, + "categories": [ + "goggles" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "projector.n.02", + "hasModel": true, + "categories": [ + "ceiling_mounted_projector", + "projector" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spectacles.n.01", + "hasModel": true, + "categories": [ + "eyeglasses" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sunglasses.n.02", + "hasModel": true, + "categories": [ + "sunglasses" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "medical_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "syringe.n.01", + "hasModel": true, + "categories": [ + "syringe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electrical_device.n.01", + "hasModel": true, + "children": [ + { + "name": "antenna.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "battery.n.02", + "hasModel": true, + "categories": [ + "battery" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "circuit.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "control_panel.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "transducer.n.01", + "hasModel": true, + "children": [ + { + "name": "electro-acoustic_transducer.n.01", + "hasModel": true, + "children": [ + { + "name": "earphone.n.01", + "hasModel": true, + "children": [ + { + "name": "telephone_receiver.n.01", + "hasModel": true, + "children": [ + { + "name": "headset.n.01", + "hasModel": true, + "categories": [ + "headset" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "loudspeaker.n.01", + "hasModel": true, + "categories": [ + "loudspeaker", + "speaker_system", + "wall_mounted_loudspeaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "microphone.n.01", + "hasModel": true, + "categories": [ + "gooseneck_microphone", + "microphone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "photoelectric_cell.n.01", + "hasModel": true, + "categories": [ + "motion_sensor" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plug.n.05", + "hasModel": true, + "categories": [ + "plug" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "security_system.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spark_plug.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "support.n.10", + "hasModel": true, + "children": [ + { + "name": "bar.n.13", + "hasModel": true, + "categories": [ + "weight_bar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "base.n.08", + "hasModel": true, + "categories": [ + "cake_stand", + "dessert_stand", + "pedestal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bearing.n.06", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bookend.n.01", + "hasModel": true, + "categories": [ + "bookend" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "structural_member.n.01", + "hasModel": true, + "children": [ + { + "name": "brace.n.09", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "upright.n.01", + "hasModel": true, + "children": [ + { + "name": "column.n.07", + "hasModel": true, + "categories": [ + "pillar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "post.n.04", + "hasModel": true, + "children": [ + { + "name": "stake.n.05", + "hasModel": true, + "categories": [ + "stake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bracket.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rack.n.05", + "hasModel": true, + "children": [ + { + "name": "tripod.n.01", + "hasModel": true, + "children": [ + { + "name": "camera_tripod.n.01", + "hasModel": true, + "categories": [ + "camera_tripod" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "easel.n.01", + "hasModel": true, + "categories": [ + "easel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "knife_block.n.01", + "hasModel": true, + "categories": [ + "knife_block" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "magazine_rack.n.01", + "hasModel": true, + "categories": [ + "desk_organizer", + "magazine_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plant_pot_stand.n.01", + "hasModel": true, + "categories": [ + "plant_pot_stand" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "seat.n.04", + "hasModel": true, + "children": [ + { + "name": "car_seat.n.01", + "hasModel": true, + "children": [ + { + "name": "infant_car_seat.n.01", + "hasModel": true, + "categories": [ + "infant_car_seat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hanger.n.02", + "hasModel": true, + "categories": [ + "hanger" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "harness.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "perch.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf_back.n.01", + "hasModel": true, + "categories": [ + "shelf_back_panel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf_baseboard.n.01", + "hasModel": true, + "categories": [ + "shelf_baseboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf_shelf.n.01", + "hasModel": true, + "categories": [ + "shelf_shelf" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf_side.n.01", + "hasModel": true, + "categories": [ + "shelf_side" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf_top.n.01", + "hasModel": true, + "categories": [ + "shelf_top" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelf.n.01", + "hasModel": true, + "categories": [ + "grocery_shelf", + "shelf", + "wall_mounted_shelf" + ], + "abilities": { + "assembleable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "step.n.04", + "hasModel": true, + "categories": [ + "stairs" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "source_of_illumination.n.01", + "hasModel": true, + "children": [ + { + "name": "lamp.n.01", + "hasModel": true, + "children": [ + { + "name": "candle.n.01", + "hasModel": true, + "children": [ + { + "name": "beeswax_candle.n.01", + "hasModel": true, + "categories": [ + "beeswax_candle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dip.n.07", + "hasModel": true, + "categories": [ + "dip_candle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pillar_candle.n.01", + "hasModel": true, + "categories": [ + "pillar_candle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electric_lamp.n.01", + "hasModel": true, + "children": [ + { + "name": "broken__light_bulb.n.01", + "hasModel": true, + "categories": [ + "broken_light_bulb" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flashlight.n.01", + "hasModel": true, + "categories": [ + "flashlight" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "light_bulb.n.01", + "hasModel": true, + "categories": [ + "bulb", + "light_bulb" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 65.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lantern.n.01", + "hasModel": true, + "categories": [ + "lantern" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spirit_lamp.n.01", + "hasModel": true, + "categories": [ + "spirit_lamp" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spotlight.n.02", + "hasModel": true, + "categories": [ + "spotlight" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "light.n.02", + "hasModel": true, + "children": [ + { + "name": "fairy_light.n.01", + "hasModel": true, + "categories": [ + "fairy_light" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "icicle_lights.n.01", + "hasModel": true, + "categories": [ + "icicle_lights" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "room_light.n.01", + "hasModel": true, + "categories": [ + "downlight", + "room_light", + "square_light", + "wall_mounted_light" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "acoustic_device.n.01", + "hasModel": true, + "children": [ + { + "name": "bell.n.01", + "hasModel": true, + "categories": [ + "bell" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whistle.n.04", + "hasModel": true, + "categories": [ + "whistle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "signaling_device.n.01", + "hasModel": true, + "children": [ + { + "name": "bell.n.01", + "hasModel": true, + "categories": [ + "bell" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whistle.n.04", + "hasModel": true, + "categories": [ + "whistle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "machine.n.01", + "hasModel": true, + "children": [ + { + "name": "farm_machine.n.01", + "hasModel": true, + "children": [ + { + "name": "harvester.n.02", + "hasModel": true, + "children": [ + { + "name": "binder.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "calculator.n.02", + "hasModel": true, + "categories": [ + "calculator" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "power_tool.n.01", + "hasModel": true, + "children": [ + { + "name": "power_saw.n.01", + "hasModel": true, + "children": [ + { + "name": "chain_saw.n.01", + "hasModel": true, + "categories": [ + "chainsaw" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "machinery.n.01", + "hasModel": true, + "children": [ + { + "name": "mill.n.04", + "hasModel": true, + "children": [ + { + "name": "coffee_mill.n.01", + "hasModel": true, + "categories": [ + "coffee_grinder" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pepper_mill.n.01", + "hasModel": true, + "categories": [ + "pepper_grinder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleApplier": { + "conditions": { + "black_pepper": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "computer.n.01", + "hasModel": true, + "children": [ + { + "name": "digital_computer.n.01", + "hasModel": true, + "children": [ + { + "name": "personal_computer.n.01", + "hasModel": true, + "children": [ + { + "name": "desktop_computer.n.01", + "hasModel": true, + "categories": [ + "desktop_computer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "portable_computer.n.01", + "hasModel": true, + "children": [ + { + "name": "laptop.n.01", + "hasModel": true, + "categories": [ + "laptop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tablet.n.05", + "hasModel": true, + "categories": [ + "tablet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "motor.n.01", + "hasModel": true, + "children": [ + { + "name": "engine.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 90.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "record_player.n.01", + "hasModel": true, + "children": [ + { + "name": "jukebox.n.01", + "hasModel": true, + "categories": [ + "jukebox" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "printer.n.03", + "hasModel": true, + "categories": [ + "printer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slicer.n.02", + "hasModel": true, + "categories": [ + "food_slicer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "staple_gun.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stapler.n.01", + "hasModel": true, + "categories": [ + "stapler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trimmer.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slot_machine.n.01", + "hasModel": true, + "children": [ + { + "name": "vending_machine.n.01", + "hasModel": true, + "categories": [ + "vending_machine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bird_feeder.n.01", + "hasModel": true, + "categories": [ + "bird_feeder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "restraint.n.06", + "hasModel": true, + "children": [ + { + "name": "fastener.n.02", + "hasModel": true, + "children": [ + { + "name": "pin.n.09", + "hasModel": true, + "children": [ + { + "name": "hairpin.n.01", + "hasModel": true, + "children": [ + { + "name": "bobby_pin.n.01", + "hasModel": true, + "categories": [ + "bobby_pin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skewer.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "straight_pin.n.01", + "hasModel": true, + "categories": [ + "straight_pin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "buckle.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "clip.n.03", + "hasModel": true, + "children": [ + { + "name": "bulldog_clip.n.01", + "hasModel": true, + "categories": [ + "bulldog_clip" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_clip.n.01", + "hasModel": true, + "categories": [ + "paper_clip" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "clothespin.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nail.n.02", + "hasModel": true, + "children": [ + { + "name": "clout_nail.n.01", + "hasModel": true, + "categories": [ + "clout_nail" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "staple.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tack.n.02", + "hasModel": true, + "children": [ + { + "name": "thumbtack.n.01", + "hasModel": true, + "categories": [ + "thumbtack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cringle.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dowel.n.01", + "hasModel": true, + "categories": [ + "dowel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lock.n.01", + "hasModel": true, + "categories": [ + "lock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "screw.n.04", + "hasModel": true, + "categories": [ + "screw" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slide_fastener.n.01", + "hasModel": true, + "categories": [ + "zipper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_fastener.n.01", + "hasModel": true, + "children": [ + { + "name": "staple.n.05", + "hasModel": true, + "categories": [ + "staple" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thumbtack.n.01", + "hasModel": true, + "categories": [ + "thumbtack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brake.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chain.n.05", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strengthener.n.01", + "hasModel": true, + "children": [ + { + "name": "brace.n.09", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "conductor.n.04", + "hasModel": true, + "children": [ + { + "name": "cable.n.02", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wire.n.02", + "hasModel": true, + "children": [ + { + "name": "copper_wire.n.01", + "hasModel": true, + "categories": [ + "copper_wire" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "holding_device.n.01", + "hasModel": true, + "children": [ + { + "name": "holder.n.01", + "hasModel": true, + "children": [ + { + "name": "candlestick.n.01", + "hasModel": true, + "categories": [ + "candle_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cup_holder.n.01", + "hasModel": true, + "categories": [ + "cup_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "french_fry_holder.n.01", + "hasModel": true, + "categories": [ + "french_fry_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_towel_holder.n.01", + "hasModel": true, + "categories": [ + "paper_towel_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pencil_holder.n.01", + "hasModel": true, + "categories": [ + "pencil_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toilet_paper_holder.n.01", + "hasModel": true, + "categories": [ + "toilet_paper_holder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "clamp.n.01", + "hasModel": true, + "categories": [ + "buret_clamp", + "clamp", + "flask_clamp", + "test_tube_clamp" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fan.n.01", + "hasModel": true, + "children": [ + { + "name": "ceiling_fan.n.01", + "hasModel": true, + "categories": [ + "ceiling_fan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electric_fan.n.01", + "hasModel": true, + "categories": [ + "electric_fan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "charger.n.02", + "hasModel": true, + "categories": [ + "charger" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lighter.n.02", + "hasModel": true, + "children": [ + { + "name": "cigar_lighter.n.01", + "hasModel": true, + "categories": [ + "lighter" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "match.n.01", + "hasModel": true, + "categories": [ + "match" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "comb.n.01", + "hasModel": true, + "categories": [ + "comb" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "memory_device.n.01", + "hasModel": true, + "children": [ + { + "name": "optical_disk.n.01", + "hasModel": true, + "children": [ + { + "name": "compact_disk.n.01", + "hasModel": true, + "categories": [ + "cd" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "videodisk.n.01", + "hasModel": true, + "categories": [ + "dvd" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "recording.n.03", + "hasModel": true, + "children": [ + { + "name": "compact_disk.n.01", + "hasModel": true, + "categories": [ + "cd" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sound_recording.n.01", + "hasModel": true, + "children": [ + { + "name": "phonograph_record.n.01", + "hasModel": true, + "categories": [ + "phonograph_record" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "musical_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "wind_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "brass.n.02", + "hasModel": true, + "children": [ + { + "name": "cornet.n.01", + "hasModel": true, + "categories": [ + "trumpet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trombone.n.01", + "hasModel": true, + "categories": [ + "trombone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "woodwind.n.01", + "hasModel": true, + "children": [ + { + "name": "beating-reed_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "single-reed_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "sax.n.02", + "hasModel": true, + "categories": [ + "saxophone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "percussion_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "cymbal.n.01", + "hasModel": true, + "categories": [ + "cymbal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drum.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "piano.n.01", + "hasModel": true, + "categories": [ + "piano" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stringed_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "guitar.n.01", + "hasModel": true, + "categories": [ + "guitar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "piano.n.01", + "hasModel": true, + "categories": [ + "piano" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bowed_stringed_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "violin.n.01", + "hasModel": true, + "categories": [ + "violin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "keyboard_instrument.n.01", + "hasModel": true, + "children": [ + { + "name": "piano.n.01", + "hasModel": true, + "categories": [ + "piano" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dental_appliance.n.01", + "hasModel": true, + "children": [ + { + "name": "denture.n.01", + "hasModel": true, + "categories": [ + "denture" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "retainer.n.03", + "hasModel": true, + "categories": [ + "retainer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "indicator.n.03", + "hasModel": true, + "children": [ + { + "name": "dial.n.03", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pointer.n.02", + "hasModel": true, + "children": [ + { + "name": "needle.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drive.n.10", + "hasModel": true, + "children": [ + { + "name": "disk_drive.n.01", + "hasModel": true, + "categories": [ + "hard_drive" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electronic_device.n.01", + "hasModel": true, + "children": [ + { + "name": "display.n.06", + "hasModel": true, + "children": [ + { + "name": "display_panel.n.01", + "hasModel": true, + "categories": [ + "whiteboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "monitor.n.04", + "hasModel": true, + "categories": [ + "monitor" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mouse.n.04", + "hasModel": true, + "categories": [ + "mouse" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scanner.n.02", + "hasModel": true, + "categories": [ + "scanner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lifting_device.n.01", + "hasModel": true, + "children": [ + { + "name": "elevator.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "exercise_device.n.01", + "hasModel": true, + "children": [ + { + "name": "exercise_bike.n.01", + "hasModel": true, + "categories": [ + "elliptical_machine", + "exercise_bike" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hamster_wheel.n.01", + "hasModel": true, + "categories": [ + "hamster_wheel" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "treadmill.n.01", + "hasModel": true, + "categories": [ + "treadmill" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yoga_mat.n.01", + "hasModel": true, + "categories": [ + "yoga_mat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "alarm.n.02", + "hasModel": true, + "children": [ + { + "name": "fire_alarm.n.02", + "hasModel": true, + "categories": [ + "fire_alarm" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fire_extinguisher.n.01", + "hasModel": true, + "categories": [ + "fire_extinguisher" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blower.n.01", + "hasModel": true, + "children": [ + { + "name": "hand_blower.n.01", + "hasModel": true, + "categories": [ + "hair_dryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 45.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "key.n.01", + "hasModel": true, + "categories": [ + "key", + "key_chain", + "keys" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "keyboard.n.01", + "hasModel": true, + "categories": [ + "keyboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "optical_device.n.01", + "hasModel": true, + "children": [ + { + "name": "lens.n.01", + "hasModel": true, + "categories": [ + "lens" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "reflector.n.01", + "hasModel": true, + "children": [ + { + "name": "mirror.n.01", + "hasModel": true, + "categories": [ + "mirror" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trap.n.01", + "hasModel": true, + "children": [ + { + "name": "mousetrap.n.01", + "hasModel": true, + "categories": [ + "mousetrap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "applicator.n.01", + "hasModel": true, + "children": [ + { + "name": "paintbrush.n.01", + "hasModel": true, + "categories": [ + "paintbrush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peeler.n.03", + "hasModel": true, + "categories": [ + "vegetable_peeler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "detector.n.01", + "hasModel": true, + "children": [ + { + "name": "photoelectric_cell.n.01", + "hasModel": true, + "categories": [ + "motion_sensor" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "heater.n.01", + "hasModel": true, + "children": [ + { + "name": "radiator.n.02", + "hasModel": true, + "categories": [ + "radiator" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 91.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sauna_heater.n.01", + "hasModel": true, + "categories": [ + "sauna_heater" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 77.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "space_heater.n.01", + "hasModel": true, + "categories": [ + "space_heater" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 42.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "release.n.08", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "router.n.02", + "hasModel": true, + "categories": [ + "router" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "elastic_device.n.01", + "hasModel": true, + "children": [ + { + "name": "rubber_band.n.01", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "damper.n.02", + "hasModel": true, + "children": [ + { + "name": "shock_absorber.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shredder.n.01", + "hasModel": true, + "categories": [ + "shredder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "runner.n.09", + "hasModel": true, + "children": [ + { + "name": "ski.n.01", + "hasModel": true, + "categories": [ + "ski" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "straightener.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tongs.n.01", + "hasModel": true, + "categories": [ + "test_tube_holder", + "tongs" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ventilator.n.01", + "hasModel": true, + "categories": [ + "room_ventilator" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_cooler.n.01", + "hasModel": true, + "categories": [ + "water_cooler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "implement.n.01", + "hasModel": true, + "children": [ + { + "name": "tool.n.01", + "hasModel": true, + "children": [ + { + "name": "hand_tool.n.01", + "hasModel": true, + "children": [ + { + "name": "wrench.n.03", + "hasModel": true, + "children": [ + { + "name": "allen_wrench.n.01", + "hasModel": true, + "categories": [ + "allen_wrench" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "open-end_wrench.n.01", + "hasModel": true, + "categories": [ + "open_end_wrench" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "opener.n.03", + "hasModel": true, + "children": [ + { + "name": "bottle_opener.n.01", + "hasModel": true, + "children": [ + { + "name": "corkscrew.n.01", + "hasModel": true, + "categories": [ + "corkscrew" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hammer.n.02", + "hasModel": true, + "categories": [ + "hammer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "heatgun.n.01", + "hasModel": true, + "categories": [ + "heatgun" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pick.n.06", + "hasModel": true, + "children": [ + { + "name": "icepick.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toothpick.n.01", + "hasModel": true, + "categories": [ + "toothpick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pestle.n.03", + "hasModel": true, + "categories": [ + "pestle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pincer.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pitchfork.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pliers.n.01", + "hasModel": true, + "categories": [ + "plier" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saw.n.02", + "hasModel": true, + "children": [ + { + "name": "handsaw.n.01", + "hasModel": true, + "children": [ + { + "name": "pruning_saw.n.01", + "hasModel": true, + "children": [ + { + "name": "pruner.n.02", + "hasModel": true, + "categories": [ + "pruner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ripsaw.n.01", + "hasModel": true, + "categories": [ + "ripsaw" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spatula.n.02", + "hasModel": true, + "children": [ + { + "name": "putty_knife.n.01", + "hasModel": true, + "categories": [ + "putty_knife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scraper.n.01", + "hasModel": true, + "categories": [ + "scraper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "screwdriver.n.01", + "hasModel": true, + "categories": [ + "screwdriver" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shovel.n.01", + "hasModel": true, + "categories": [ + "shovel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "square.n.08", + "hasModel": true, + "categories": [ + "set_triangle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trowel.n.01", + "hasModel": true, + "categories": [ + "trowel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tweezers.n.01", + "hasModel": true, + "categories": [ + "tweezers" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cutting_implement.n.01", + "hasModel": true, + "children": [ + { + "name": "cutter.n.06", + "hasModel": true, + "children": [ + { + "name": "edge_tool.n.01", + "hasModel": true, + "children": [ + { + "name": "ax.n.01", + "hasModel": true, + "categories": [ + "axe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "knife.n.01", + "hasModel": true, + "children": [ + { + "name": "carving_knife.n.01", + "hasModel": true, + "categories": [ + "carving_knife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cleaver.n.01", + "hasModel": true, + "categories": [ + "cleaver" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parer.n.02", + "hasModel": true, + "categories": [ + "parer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pocketknife.n.01", + "hasModel": true, + "categories": [ + "pocketknife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "table_knife.n.01", + "hasModel": true, + "categories": [ + "table_knife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "utility_knife.n.01", + "hasModel": true, + "categories": [ + "utility_knife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chisel.n.01", + "hasModel": true, + "categories": [ + "chisel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scissors.n.01", + "hasModel": true, + "children": [ + { + "name": "clipper.n.04", + "hasModel": true, + "categories": [ + "clipper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shears.n.01", + "hasModel": true, + "categories": [ + "shears" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "razor.n.01", + "hasModel": true, + "categories": [ + "razor" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wire_cutter.n.01", + "hasModel": true, + "categories": [ + "wire_cutter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pastry_cutter.n.01", + "hasModel": true, + "categories": [ + "pastry_cutter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blade.n.09", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "power_tool.n.01", + "hasModel": true, + "children": [ + { + "name": "power_saw.n.01", + "hasModel": true, + "children": [ + { + "name": "chain_saw.n.01", + "hasModel": true, + "categories": [ + "chainsaw" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drill.n.01", + "hasModel": true, + "categories": [ + "drill", + "power_drill" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hoe.n.01", + "hasModel": true, + "categories": [ + "hoe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "garden_tool.n.01", + "hasModel": true, + "children": [ + { + "name": "lawn_mower.n.01", + "hasModel": true, + "categories": [ + "lawn_mower" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rake.n.03", + "hasModel": true, + "categories": [ + "rake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rod.n.01", + "hasModel": true, + "children": [ + { + "name": "shaft.n.03", + "hasModel": true, + "children": [ + { + "name": "axle.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "curtain_rod.n.01", + "hasModel": true, + "categories": [ + "curtain_rod" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fishing_rod.n.01", + "hasModel": true, + "categories": [ + "fishing_rod" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pole.n.01", + "hasModel": true, + "categories": [ + "clothesline_pole", + "flag_pole", + "pole" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stick.n.01", + "hasModel": true, + "children": [ + { + "name": "club.n.03", + "hasModel": true, + "children": [ + { + "name": "bat.n.05", + "hasModel": true, + "children": [ + { + "name": "baseball_bat.n.01", + "hasModel": true, + "categories": [ + "baseball_bat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bow.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drumstick.n.02", + "hasModel": true, + "categories": [ + "drumstick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "staff.n.02", + "hasModel": true, + "children": [ + { + "name": "flagpole.n.02", + "hasModel": true, + "categories": [ + "flagpole" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "eraser.n.01", + "hasModel": true, + "children": [ + { + "name": "blackboard_eraser.n.01", + "hasModel": true, + "categories": [ + "blackboard_eraser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubber_eraser.n.01", + "hasModel": true, + "categories": [ + "rubber_eraser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "utensil.n.01", + "hasModel": true, + "children": [ + { + "name": "kitchen_utensil.n.01", + "hasModel": true, + "children": [ + { + "name": "mixer.n.04", + "hasModel": true, + "children": [ + { + "name": "blender.n.01", + "hasModel": true, + "categories": [ + "blender" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electric_mixer.n.01", + "hasModel": true, + "categories": [ + "electric_hand_mixer", + "electric_mixer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whisk.n.01", + "hasModel": true, + "categories": [ + "whisk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooking_utensil.n.01", + "hasModel": true, + "children": [ + { + "name": "pot.n.01", + "hasModel": true, + "children": [ + { + "name": "caldron.n.01", + "hasModel": true, + "categories": [ + "cauldron" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "copper_pot.n.01", + "hasModel": true, + "categories": [ + "copper_pot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffeepot.n.01", + "hasModel": true, + "children": [ + { + "name": "drip_pot.n.01", + "hasModel": true, + "categories": [ + "drip_pot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dutch_oven.n.02", + "hasModel": true, + "categories": [ + "dutch_oven" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kettle.n.01", + "hasModel": true, + "categories": [ + "boiler", + "electric_kettle", + "kettle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 100.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pewter_teapot.n.01", + "hasModel": true, + "categories": [ + "pewter_teapot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saucepot.n.01", + "hasModel": true, + "categories": [ + "saucepot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stockpot.n.01", + "hasModel": true, + "categories": [ + "stockpot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teapot.n.01", + "hasModel": true, + "categories": [ + "teapot" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cookie_sheet.n.01", + "hasModel": true, + "categories": [ + "baking_sheet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooker.n.01", + "hasModel": true, + "children": [ + { + "name": "crock_pot.n.01", + "hasModel": true, + "categories": [ + "crock_pot", + "instant_pot", + "oden_cooker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "popper.n.03", + "hasModel": true, + "categories": [ + "popcorn_machine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rice_cooker.n.01", + "hasModel": true, + "categories": [ + "rice_cooker" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pan.n.01", + "hasModel": true, + "children": [ + { + "name": "frying_pan.n.01", + "hasModel": true, + "categories": [ + "frying_pan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "roaster.n.04", + "hasModel": true, + "categories": [ + "roasting_pan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saucepan.n.01", + "hasModel": true, + "categories": [ + "saucepan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wok.n.01", + "hasModel": true, + "categories": [ + "wok" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "griddle.n.01", + "hasModel": true, + "categories": [ + "griddle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 200.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skimmer.n.02", + "hasModel": true, + "categories": [ + "skimmer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turner.n.08", + "hasModel": true, + "children": [ + { + "name": "spatula.n.01", + "hasModel": true, + "categories": [ + "spatula" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "steamer.n.02", + "hasModel": true, + "categories": [ + "steamer_basket", + "zhenglong" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 212.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cookie_cutter.n.01", + "hasModel": true, + "categories": [ + "cookie_cutter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grater.n.01", + "hasModel": true, + "categories": [ + "grater" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "masher.n.02", + "hasModel": true, + "categories": [ + "potato_masher" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "squeezer.n.01", + "hasModel": true, + "children": [ + { + "name": "reamer.n.01", + "hasModel": true, + "categories": [ + "juicer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rolling_pin.n.01", + "hasModel": true, + "categories": [ + "rolling_pin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ceramic_ware.n.01", + "hasModel": true, + "children": [ + { + "name": "porcelain.n.01", + "hasModel": true, + "children": [ + { + "name": "china.n.02", + "hasModel": true, + "categories": [ + "china" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "funnel.n.02", + "hasModel": true, + "categories": [ + "funnel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "server.n.04", + "hasModel": true, + "categories": [ + "pasta_server" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cleaning_implement.n.01", + "hasModel": true, + "children": [ + { + "name": "broom.n.01", + "hasModel": true, + "categories": [ + "broom" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carpet_sweeper.n.01", + "hasModel": true, + "categories": [ + "carpet_sweeper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "dust": [], + "dirt": [], + "debris": [] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pipe_cleaner.n.01", + "hasModel": true, + "categories": [ + "pipe_cleaner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "squeegee.n.01", + "hasModel": true, + "categories": [ + "squeegee" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "swab.n.02", + "hasModel": true, + "categories": [ + "mop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "writing_implement.n.01", + "hasModel": true, + "children": [ + { + "name": "charcoal.n.02", + "hasModel": true, + "categories": [ + "charcoal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crayon.n.01", + "hasModel": true, + "categories": [ + "crayon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "marker.n.03", + "hasModel": true, + "categories": [ + "marker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pen.n.01", + "hasModel": true, + "categories": [ + "pen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pencil.n.01", + "hasModel": true, + "categories": [ + "colored_pencil", + "pencil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bar.n.03", + "hasModel": true, + "children": [ + { + "name": "lever.n.01", + "hasModel": true, + "children": [ + { + "name": "compound_lever.n.01", + "hasModel": true, + "children": [ + { + "name": "scissors.n.01", + "hasModel": true, + "children": [ + { + "name": "clipper.n.04", + "hasModel": true, + "categories": [ + "clipper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shears.n.01", + "hasModel": true, + "categories": [ + "shears" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pliers.n.01", + "hasModel": true, + "categories": [ + "plier" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "key.n.15", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crossbar.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sports_implement.n.01", + "hasModel": true, + "children": [ + { + "name": "cue.n.04", + "hasModel": true, + "categories": [ + "pool_stick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mallet.n.01", + "hasModel": true, + "categories": [ + "mallet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "racket.n.04", + "hasModel": true, + "children": [ + { + "name": "tennis_racket.n.01", + "hasModel": true, + "categories": [ + "tennis_racket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "glue_stick.n.01", + "hasModel": true, + "categories": [ + "glue_stick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brush.n.02", + "hasModel": true, + "children": [ + { + "name": "hairbrush.n.01", + "hasModel": true, + "categories": [ + "hairbrush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paintbrush.n.01", + "hasModel": true, + "categories": [ + "paintbrush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scrub_brush.n.01", + "hasModel": true, + "categories": [ + "scrub_brush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toothbrush.n.01", + "hasModel": true, + "categories": [ + "toothbrush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hook.n.05", + "hasModel": true, + "categories": [ + "hook" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hose_cart.n.01", + "hasModel": true, + "categories": [ + "hose_cart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "needle.n.03", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oar.n.01", + "hasModel": true, + "children": [ + { + "name": "paddle.n.04", + "hasModel": true, + "categories": [ + "paddle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fire_iron.n.01", + "hasModel": true, + "children": [ + { + "name": "poker.n.01", + "hasModel": true, + "categories": [ + "poker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sharpener.n.01", + "hasModel": true, + "children": [ + { + "name": "steel.n.03", + "hasModel": true, + "categories": [ + "honing_steel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stirrer.n.02", + "hasModel": true, + "categories": [ + "magnetic_stirrer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "furnishing.n.02", + "hasModel": true, + "children": [ + { + "name": "furniture.n.01", + "hasModel": true, + "children": [ + { + "name": "seat.n.03", + "hasModel": true, + "children": [ + { + "name": "chair.n.01", + "hasModel": true, + "children": [ + { + "name": "armchair.n.01", + "hasModel": true, + "categories": [ + "armchair" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chaise_longue.n.01", + "hasModel": true, + "categories": [ + "chaise_longue" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "eames_chair.n.01", + "hasModel": true, + "categories": [ + "eames_chair" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "folding_chair.n.01", + "hasModel": true, + "categories": [ + "folding_chair" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "highchair.n.01", + "hasModel": true, + "categories": [ + "highchair" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lawn_chair.n.01", + "hasModel": true, + "categories": [ + "garden_chair" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rocking_chair.n.01", + "hasModel": true, + "categories": [ + "rocking_chair" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "straight_chair.n.01", + "hasModel": true, + "categories": [ + "straight_chair" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "swivel_chair.n.01", + "hasModel": true, + "categories": [ + "swivel_chair" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bench.n.01", + "hasModel": true, + "categories": [ + "bench", + "hammam_bench", + "sauna_bench" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stool.n.01", + "hasModel": true, + "children": [ + { + "name": "footstool.n.01", + "hasModel": true, + "categories": [ + "ottoman" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "taboret.n.01", + "hasModel": true, + "categories": [ + "taboret" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "music_stool.n.01", + "hasModel": true, + "categories": [ + "music_stool" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sofa.n.01", + "hasModel": true, + "categories": [ + "sofa" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "table.n.02", + "hasModel": true, + "children": [ + { + "name": "counter.n.01", + "hasModel": true, + "children": [ + { + "name": "bar.n.02", + "hasModel": true, + "categories": [ + "bar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "checkout.n.03", + "hasModel": true, + "categories": [ + "checkout_counter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "reception_desk.n.01", + "hasModel": true, + "categories": [ + "reception_desk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "booth.n.01", + "hasModel": true, + "categories": [ + "booth" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "breakfast_table.n.01", + "hasModel": true, + "categories": [ + "breakfast_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffee_table.n.01", + "hasModel": true, + "categories": [ + "coffee_table", + "garden_coffee_table" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "conference_table.n.01", + "hasModel": true, + "categories": [ + "conference_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "console_table.n.01", + "hasModel": true, + "categories": [ + "console_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "desk.n.01", + "hasModel": true, + "categories": [ + "desk" + ], + "abilities": { + "assembleable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gaming_table.n.01", + "hasModel": true, + "categories": [ + "gaming_table" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kitchen_table.n.01", + "hasModel": true, + "categories": [ + "commercial_kitchen_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pedestal_table.n.01", + "hasModel": true, + "categories": [ + "pedestal_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pool_table.n.01", + "hasModel": true, + "categories": [ + "pool_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stand.n.04", + "hasModel": true, + "categories": [ + "nightstand", + "stand" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "worktable.n.01", + "hasModel": true, + "categories": [ + "lab_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bedroom_furniture.n.01", + "hasModel": true, + "children": [ + { + "name": "bed.n.01", + "hasModel": true, + "categories": [ + "bed", + "massage_bed" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pet_bed.n.01", + "hasModel": true, + "categories": [ + "pet_bed" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bookcase.n.01", + "hasModel": true, + "categories": [ + "book_case", + "bookcase" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cabinet.n.01", + "hasModel": true, + "categories": [ + "bottom_cabinet", + "bottom_cabinet_no_top", + "metal_bottom_cabinet", + "top_cabinet" + ], + "abilities": { + "assembleable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chest_of_drawers.n.01", + "hasModel": true, + "categories": [ + "drawer_unit" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "baby_bed.n.01", + "hasModel": true, + "children": [ + { + "name": "crib.n.01", + "hasModel": true, + "categories": [ + "crib" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lamp.n.02", + "hasModel": true, + "children": [ + { + "name": "floor_lamp.n.01", + "hasModel": true, + "categories": [ + "floor_lamp", + "garden_light" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "table_lamp.n.01", + "hasModel": true, + "categories": [ + "table_lamp" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hospital_bed.n.02", + "hasModel": true, + "categories": [ + "hospital_bed" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wardrobe.n.01", + "hasModel": true, + "categories": [ + "hall_tree", + "wardrobe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "curtain.n.01", + "hasModel": true, + "categories": [ + "curtain" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rug.n.01", + "hasModel": true, + "categories": [ + "carpet" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "electronic_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "audio_system.n.01", + "hasModel": true, + "categories": [ + "sound_system" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "telephone.n.01", + "hasModel": true, + "children": [ + { + "name": "radiotelephone.n.02", + "hasModel": true, + "children": [ + { + "name": "cellular_telephone.n.01", + "hasModel": true, + "categories": [ + "cell_phone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "desk_phone.n.01", + "hasModel": true, + "categories": [ + "desk_phone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handset.n.01", + "hasModel": true, + "categories": [ + "handset" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pay-phone.n.01", + "hasModel": true, + "categories": [ + "pay_phone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peripheral.n.01", + "hasModel": true, + "children": [ + { + "name": "data_input_device.n.01", + "hasModel": true, + "children": [ + { + "name": "joystick.n.02", + "hasModel": true, + "categories": [ + "joystick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scanner.n.02", + "hasModel": true, + "categories": [ + "scanner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "modem.n.01", + "hasModel": true, + "categories": [ + "modem" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "set.n.13", + "hasModel": true, + "children": [ + { + "name": "receiver.n.01", + "hasModel": true, + "children": [ + { + "name": "radio_receiver.n.01", + "hasModel": true, + "categories": [ + "radio" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "television_receiver.n.01", + "hasModel": true, + "categories": [ + "standing_tv", + "wall_mounted_tv" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sports_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "baseball_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "baseball_glove.n.01", + "hasModel": true, + "categories": [ + "baseball_glove" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "baseball.n.02", + "hasModel": true, + "categories": [ + "baseball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "baseball_bat.n.01", + "hasModel": true, + "categories": [ + "baseball_bat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "batting_glove.n.01", + "hasModel": true, + "categories": [ + "batting_gloves" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "basketball_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "basket.n.03", + "hasModel": true, + "categories": [ + "ceiling_mounted_basketball_hoop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boxing_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "boxing_glove.n.01", + "hasModel": true, + "categories": [ + "boxing_gloves" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flat_bench.n.02", + "hasModel": true, + "categories": [ + "flat_bench" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "golf_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "golf_club.n.02", + "hasModel": true, + "categories": [ + "golf_club" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stick.n.06", + "hasModel": true, + "children": [ + { + "name": "hockey_stick.n.01", + "hasModel": true, + "categories": [ + "hockey_stick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skate.n.01", + "hasModel": true, + "children": [ + { + "name": "ice_skate.n.01", + "hasModel": true, + "categories": [ + "skates" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mat.n.03", + "hasModel": true, + "categories": [ + "gym_mat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gymnastic_apparatus.n.01", + "hasModel": true, + "children": [ + { + "name": "parallel_bars.n.01", + "hasModel": true, + "categories": [ + "parallel_bars" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "horse.n.02", + "hasModel": true, + "children": [ + { + "name": "pommel_horse.n.01", + "hasModel": true, + "categories": [ + "pommel_horse" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trampoline.n.01", + "hasModel": true, + "categories": [ + "trampoline" + ], + "abilities": { + "assembleable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "weight.n.02", + "hasModel": true, + "categories": [ + "free_weight" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "game_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "ball.n.01", + "hasModel": true, + "children": [ + { + "name": "baseball.n.02", + "hasModel": true, + "categories": [ + "baseball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bowling_ball.n.01", + "hasModel": true, + "categories": [ + "bowling_ball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pool_ball.n.01", + "hasModel": true, + "categories": [ + "pool_ball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "punching_bag.n.02", + "hasModel": true, + "categories": [ + "punching_bag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soccer_ball.n.01", + "hasModel": true, + "categories": [ + "soccer_ball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "softball.n.01", + "hasModel": true, + "categories": [ + "softball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tennis_ball.n.01", + "hasModel": true, + "categories": [ + "tennis_ball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "volleyball.n.02", + "hasModel": true, + "categories": [ + "volleyball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "goal.n.03", + "hasModel": true, + "children": [ + { + "name": "basket.n.03", + "hasModel": true, + "categories": [ + "ceiling_mounted_basketball_hoop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "game.n.09", + "hasModel": true, + "children": [ + { + "name": "puzzle.n.02", + "hasModel": true, + "children": [ + { + "name": "jigsaw_puzzle_piece.n.01", + "hasModel": true, + "categories": [ + "jigsaw_puzzle_piece" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jigsaw_puzzle.n.01", + "hasModel": true, + "categories": [ + "jigsaw_puzzle" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pool_table.n.01", + "hasModel": true, + "categories": [ + "pool_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "net.n.05", + "hasModel": true, + "children": [ + { + "name": "volleyball_net.n.01", + "hasModel": true, + "categories": [ + "volleyball_net" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "photographic_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "camera.n.01", + "hasModel": true, + "children": [ + { + "name": "digital_camera.n.01", + "hasModel": true, + "categories": [ + "digital_camera" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "security_camera.n.01", + "hasModel": true, + "categories": [ + "security_camera" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "webcam.n.02", + "hasModel": true, + "categories": [ + "webcam" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "apparatus.n.01", + "hasModel": true, + "children": [ + { + "name": "duplicator.n.01", + "hasModel": true, + "children": [ + { + "name": "facsimile.n.02", + "hasModel": true, + "categories": [ + "facsimile" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "photocopier.n.01", + "hasModel": true, + "categories": [ + "photocopier" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gear.n.04", + "hasModel": true, + "children": [ + { + "name": "kit.n.02", + "hasModel": true, + "children": [ + { + "name": "first-aid_kit.n.01", + "hasModel": true, + "categories": [ + "first_aid_kit" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fishing_gear.n.01", + "hasModel": true, + "categories": [ + "tackle_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rescue_equipment.n.01", + "hasModel": true, + "children": [ + { + "name": "life_preserver.n.01", + "hasModel": true, + "children": [ + { + "name": "life_jacket.n.01", + "hasModel": true, + "categories": [ + "life_jacket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "system.n.01", + "hasModel": true, + "children": [ + { + "name": "audio_system.n.01", + "hasModel": true, + "categories": [ + "sound_system" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "conveyance.n.03", + "hasModel": true, + "children": [ + { + "name": "vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "wheeled_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "baby_buggy.n.01", + "hasModel": true, + "categories": [ + "stroller" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handcart.n.01", + "hasModel": true, + "children": [ + { + "name": "barrow.n.03", + "hasModel": true, + "categories": [ + "wheelbarrow" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "serving_cart.n.01", + "hasModel": true, + "categories": [ + "serving_cart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shopping_cart.n.01", + "hasModel": true, + "categories": [ + "shopping_cart" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bicycle.n.01", + "hasModel": true, + "categories": [ + "bicycle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "self-propelled_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "motor_vehicle.n.01", + "hasModel": true, + "children": [ + { + "name": "car.n.01", + "hasModel": true, + "categories": [ + "car" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "truck.n.01", + "hasModel": true, + "children": [ + { + "name": "lorry.n.02", + "hasModel": true, + "categories": [ + "lorry" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pickup.n.01", + "hasModel": true, + "categories": [ + "pickup_truck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trailer_truck.n.01", + "hasModel": true, + "categories": [ + "trailer_truck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "van.n.05", + "hasModel": true, + "categories": [ + "van" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "motorcycle.n.01", + "hasModel": true, + "categories": [ + "motorcycle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "recreational_vehicle.n.01", + "hasModel": true, + "categories": [ + "recreational_vehicle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skateboard.n.01", + "hasModel": true, + "categories": [ + "longboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wagon.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "craft.n.02", + "hasModel": true, + "children": [ + { + "name": "aircraft.n.01", + "hasModel": true, + "children": [ + { + "name": "lighter-than-air_craft.n.01", + "hasModel": true, + "children": [ + { + "name": "balloon.n.01", + "hasModel": true, + "categories": [ + "balloon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vessel.n.02", + "hasModel": true, + "children": [ + { + "name": "boat.n.01", + "hasModel": true, + "children": [ + { + "name": "small_boat.n.01", + "hasModel": true, + "children": [ + { + "name": "canoe.n.01", + "hasModel": true, + "children": [ + { + "name": "kayak.n.01", + "hasModel": true, + "categories": [ + "kayak" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skiff.n.01", + "hasModel": true, + "categories": [ + "skiff" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trailer.n.03", + "hasModel": true, + "categories": [ + "trailer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "connection.n.03", + "hasModel": true, + "children": [ + { + "name": "attachment.n.04", + "hasModel": true, + "children": [ + { + "name": "ligament.n.02", + "hasModel": true, + "children": [ + { + "name": "chain.n.03", + "hasModel": true, + "children": [ + { + "name": "bicycle_chain.n.01", + "hasModel": true, + "categories": [ + "bicycle_chain" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wire.n.01", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "junction.n.04", + "hasModel": true, + "children": [ + { + "name": "joint.n.05", + "hasModel": true, + "children": [ + { + "name": "hinge.n.01", + "hasModel": true, + "categories": [ + "hinge" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ceramic.n.01", + "hasModel": true, + "children": [ + { + "name": "brick.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "weaponry.n.01", + "hasModel": true, + "children": [ + { + "name": "ammunition.n.01", + "hasModel": true, + "children": [ + { + "name": "case_shot.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "medium.n.01", + "hasModel": true, + "children": [ + { + "name": "print_media.n.01", + "hasModel": true, + "children": [ + { + "name": "press.n.02", + "hasModel": true, + "children": [ + { + "name": "magazine.n.01", + "hasModel": true, + "children": [ + { + "name": "comic_book.n.01", + "hasModel": true, + "categories": [ + "comic_book" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toiletry.n.01", + "hasModel": true, + "children": [ + { + "name": "deodorant.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "deodorant" + ] + }, + { + "name": "cosmetic.n.01", + "hasModel": true, + "children": [ + { + "name": "makeup.n.01", + "hasModel": true, + "children": [ + { + "name": "eyeshadow.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "eyeshadow" + ] + }, + { + "name": "lipstick.n.01", + "hasModel": true, + "categories": [ + "lipstick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "nail_polish.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "nail_polish" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "hair_spray.n.01", + "hasModel": true, + "categories": [ + "hair_spray" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lotion.n.01", + "hasModel": true, + "categories": [ + "lotion" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "perfume.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "perfume" + ] + }, + { + "name": "cream.n.03", + "hasModel": true, + "children": [ + { + "name": "sunscreen.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sunscreen" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "powder.n.03", + "hasModel": true, + "children": [ + { + "name": "toilet_powder.n.01", + "hasModel": true, + "children": [ + { + "name": "talcum.n.02", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "talcum" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "toothbrush.n.01", + "hasModel": true, + "categories": [ + "toothbrush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "sheet.n.06", + "hasModel": true, + "children": [ + { + "name": "sheet_metal.n.01", + "hasModel": true, + "children": [ + { + "name": "foil.n.01", + "hasModel": true, + "children": [ + { + "name": "aluminum_foil.n.01", + "hasModel": true, + "categories": [ + "aluminum_foil" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blackboard.n.01", + "hasModel": true, + "categories": [ + "blackboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "board.n.03", + "hasModel": true, + "children": [ + { + "name": "bulletin_board.n.02", + "hasModel": true, + "categories": [ + "bulletin_board" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chopping_board.n.01", + "hasModel": true, + "categories": [ + "chopping_board", + "cutting_board" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "springboard.n.01", + "hasModel": true, + "children": [ + { + "name": "diving_board.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ironing_board.n.01", + "hasModel": true, + "categories": [ + "ironing_board" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scoreboard.n.01", + "hasModel": true, + "categories": [ + "scoreboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skateboard.n.01", + "hasModel": true, + "categories": [ + "longboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wallboard.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plate.n.02", + "hasModel": true, + "children": [ + { + "name": "license_plate.n.01", + "hasModel": true, + "categories": [ + "license_plate" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "disk.n.02", + "hasModel": true, + "children": [ + { + "name": "puck.n.02", + "hasModel": true, + "categories": [ + "hockey_puck" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "panel.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "laminate.n.01", + "hasModel": true, + "children": [ + { + "name": "plywood.n.01", + "hasModel": true, + "categories": [ + "plywood" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stencil.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "antiquity.n.03", + "hasModel": true, + "children": [ + { + "name": "antique.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "commodity.n.01", + "hasModel": true, + "children": [ + { + "name": "consumer_goods.n.01", + "hasModel": true, + "children": [ + { + "name": "clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "protective_garment.n.01", + "hasModel": true, + "children": [ + { + "name": "apron.n.01", + "hasModel": true, + "categories": [ + "apron" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "headdress.n.01", + "hasModel": true, + "children": [ + { + "name": "cap.n.01", + "hasModel": true, + "children": [ + { + "name": "baseball_cap.n.01", + "hasModel": true, + "categories": [ + "baseball_cap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hat.n.01", + "hasModel": true, + "categories": [ + "hat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handwear.n.01", + "hasModel": true, + "children": [ + { + "name": "glove.n.02", + "hasModel": true, + "children": [ + { + "name": "batting_glove.n.01", + "hasModel": true, + "categories": [ + "batting_gloves" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "goalkeeper_gloves.n.01", + "hasModel": true, + "categories": [ + "goalkeeper_gloves" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kid_glove.n.01", + "hasModel": true, + "categories": [ + "kid_glove" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubber_glove.n.01", + "hasModel": true, + "categories": [ + "rubber_glove" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "accessory.n.01", + "hasModel": true, + "children": [ + { + "name": "belt.n.02", + "hasModel": true, + "categories": [ + "belt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "garment.n.01", + "hasModel": true, + "children": [ + { + "name": "swimsuit.n.01", + "hasModel": true, + "children": [ + { + "name": "bikini.n.02", + "hasModel": true, + "categories": [ + "bikini" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "maillot.n.01", + "hasModel": true, + "categories": [ + "maillot" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "undergarment.n.01", + "hasModel": true, + "children": [ + { + "name": "brassiere.n.01", + "hasModel": true, + "categories": [ + "bra" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "underpants.n.01", + "hasModel": true, + "children": [ + { + "name": "drawers.n.01", + "hasModel": true, + "categories": [ + "boxers" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "underwear.n.01", + "hasModel": true, + "children": [ + { + "name": "lingerie.n.01", + "hasModel": true, + "categories": [ + "lingerie" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweater.n.01", + "hasModel": true, + "children": [ + { + "name": "cardigan.n.01", + "hasModel": true, + "categories": [ + "cardigan" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crewneck_sweater.n.01", + "hasModel": true, + "categories": [ + "crewneck_sweater" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pullover.n.01", + "hasModel": true, + "children": [ + { + "name": "sweatshirt.n.01", + "hasModel": true, + "categories": [ + "hoodie", + "sweatshirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diaper.n.01", + "hasModel": true, + "categories": [ + "diaper" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shirt.n.01", + "hasModel": true, + "children": [ + { + "name": "dress_shirt.n.01", + "hasModel": true, + "categories": [ + "dress_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jersey.n.03", + "hasModel": true, + "categories": [ + "jersey", + "t_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "polo_shirt.n.01", + "hasModel": true, + "categories": [ + "polo_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tank_top.n.01", + "hasModel": true, + "categories": [ + "tank_top" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "overgarment.n.01", + "hasModel": true, + "children": [ + { + "name": "coat.n.01", + "hasModel": true, + "children": [ + { + "name": "fur_coat.n.01", + "hasModel": true, + "categories": [ + "fur_coat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jacket.n.01", + "hasModel": true, + "categories": [ + "jacket" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raincoat.n.01", + "hasModel": true, + "categories": [ + "raincoat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wool_coat.n.01", + "hasModel": true, + "categories": [ + "wool_coat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cloak.n.02", + "hasModel": true, + "children": [ + { + "name": "shawl.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trouser.n.01", + "hasModel": true, + "children": [ + { + "name": "jean.n.01", + "hasModel": true, + "categories": [ + "jeans" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "long_trousers.n.01", + "hasModel": true, + "categories": [ + "pants" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "short_pants.n.01", + "hasModel": true, + "categories": [ + "shorts" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slacks.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jump_suit.n.01", + "hasModel": true, + "categories": [ + "onesie" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "legging.n.01", + "hasModel": true, + "categories": [ + "legging" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "leotard.n.01", + "hasModel": true, + "categories": [ + "leotard" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "neckwear.n.01", + "hasModel": true, + "children": [ + { + "name": "necktie.n.01", + "hasModel": true, + "categories": [ + "necktie" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scarf.n.01", + "hasModel": true, + "categories": [ + "scarf" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "suit.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweat_suit.n.01", + "hasModel": true, + "categories": [ + "sauna_suit" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vest.n.01", + "hasModel": true, + "categories": [ + "vest" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "woman's_clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "top.n.10", + "hasModel": true, + "children": [ + { + "name": "blouse.n.01", + "hasModel": true, + "categories": [ + "blouse" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brassiere.n.01", + "hasModel": true, + "categories": [ + "bra" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dress.n.01", + "hasModel": true, + "categories": [ + "dress" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "attire.n.01", + "hasModel": true, + "children": [ + { + "name": "costume.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "outerwear.n.01", + "hasModel": true, + "children": [ + { + "name": "gown.n.05", + "hasModel": true, + "categories": [ + "ceremonial_robe" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "apparel.n.01", + "hasModel": true, + "children": [ + { + "name": "workwear.n.01", + "hasModel": true, + "children": [ + { + "name": "jean.n.01", + "hasModel": true, + "categories": [ + "jeans" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "work-clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "overall.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nightwear.n.01", + "hasModel": true, + "children": [ + { + "name": "pajama.n.02", + "hasModel": true, + "categories": [ + "pajamas" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "footwear.n.01", + "hasModel": true, + "children": [ + { + "name": "hosiery.n.01", + "hasModel": true, + "children": [ + { + "name": "sock.n.01", + "hasModel": true, + "categories": [ + "sock" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stocking.n.01", + "hasModel": true, + "categories": [ + "stocking" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tights.n.01", + "hasModel": true, + "categories": [ + "tights" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grocery.n.02", + "hasModel": true, + "children": [ + { + "name": "bag__of__auricularia.n.01", + "hasModel": true, + "categories": [ + "bag_of_auricularia" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__breadcrumbs.n.01", + "hasModel": true, + "categories": [ + "bag_of_breadcrumbs" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__brown_rice.n.01", + "hasModel": true, + "categories": [ + "bag_of_brown_rice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__chips.n.01", + "hasModel": true, + "categories": [ + "bag_of_chips" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__cocoa.n.01", + "hasModel": true, + "categories": [ + "bag_of_cocoa" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__cookies.n.01", + "hasModel": true, + "categories": [ + "bag_of_cookies" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__cream_cheese.n.01", + "hasModel": true, + "categories": [ + "bag_of_cream_cheese" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__fertilizer.n.01", + "hasModel": true, + "categories": [ + "bag_of_fertilizer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__flour.n.01", + "hasModel": true, + "categories": [ + "bag_of_flour" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__ice_cream.n.01", + "hasModel": true, + "categories": [ + "bag_of_ice_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__oranges.n.01", + "hasModel": true, + "categories": [ + "bag_of_oranges" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__popcorn.n.01", + "hasModel": true, + "categories": [ + "bag_of_popcorn" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__rice.n.01", + "hasModel": true, + "categories": [ + "bag_of_rice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__shiitake.n.01", + "hasModel": true, + "categories": [ + "bag_of_shiitake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__snacks.n.01", + "hasModel": true, + "categories": [ + "bag_of_snacks" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__starch.n.01", + "hasModel": true, + "categories": [ + "bag_of_starch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__tea.n.01", + "hasModel": true, + "categories": [ + "bag_of_tea" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__yeast.n.01", + "hasModel": true, + "categories": [ + "bag_of_yeast" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__acetone.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__acid.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__alcohol.n.01", + "hasModel": true, + "categories": [ + "bottle_of_alcohol" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__alfredo_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_alfredo_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__allspice.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__almond_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_almond_oil" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ammonia.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ammonia" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__antihistamines.n.01", + "hasModel": true, + "categories": [ + "bottle_of_antihistamines" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__apple_cider.n.01", + "hasModel": true, + "categories": [ + "bottle_of_apple_cider" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__apple_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_apple_juice" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__applesauce.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__aspirin.n.01", + "hasModel": true, + "categories": [ + "bottle_of_aspirin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__baby_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_baby_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__balsamic_vinegar.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__barbecue_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_barbecue_sauce" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__beer.n.01", + "hasModel": true, + "categories": [ + "bottle_of_beer" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__black_pepper.n.01", + "hasModel": true, + "categories": [ + "bottle_of_black_pepper" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__bleach_agent.n.01", + "hasModel": true, + "categories": [ + "bottle_of_bleach_agent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__bug_repellent.n.01", + "hasModel": true, + "categories": [ + "bottle_of_bug_repellent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__buttermilk.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__carrot_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_carrot_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__catsup.n.01", + "hasModel": true, + "categories": [ + "bottle_of_catsup" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__caulk.n.01", + "hasModel": true, + "categories": [ + "bottle_of_caulk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__champagne.n.01", + "hasModel": true, + "categories": [ + "bottle_of_champagne" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__chili_pepper.n.01", + "hasModel": true, + "categories": [ + "bottle_of_chili_pepper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__chocolate_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_chocolate_sauce" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cleaner.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cleaner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cocoa.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cocoa" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__coconut_milk.n.01", + "hasModel": true, + "categories": [ + "bottle_of_coconut_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__coconut_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_coconut_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__coconut_water.n.01", + "hasModel": true, + "categories": [ + "bottle_of_coconut_water" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__coffee.n.01", + "hasModel": true, + "categories": [ + "bottle_of_coffee" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__coke.n.01", + "hasModel": true, + "categories": [ + "bottle_of_coke" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cold_cream.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cold_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cologne.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cologne" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__conditioner.n.01", + "hasModel": true, + "categories": [ + "bottle_of_conditioner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cooking_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cooking_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__cranberry_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_cranberry_juice" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__degreaser.n.01", + "hasModel": true, + "categories": [ + "bottle_of_degreaser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__deicer.n.01", + "hasModel": true, + "categories": [ + "bottle_of_deicer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__detergent.n.01", + "hasModel": true, + "categories": [ + "bottle_of_detergent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__dish_soap.n.01", + "hasModel": true, + "categories": [ + "bottle_of_dish_soap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__disinfectant.n.01", + "hasModel": true, + "categories": [ + "bottle_of_disinfectant" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__essential_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_essential_oil" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__fabric_softener.n.01", + "hasModel": true, + "categories": [ + "bottle_of_fabric_softener" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__face_cream.n.01", + "hasModel": true, + "categories": [ + "bottle_of_face_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__fennel.n.01", + "hasModel": true, + "categories": [ + "bottle_of_fennel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__food_coloring.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__frosting.n.01", + "hasModel": true, + "categories": [ + "bottle_of_frosting" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__fruit_punch.n.01", + "hasModel": true, + "categories": [ + "bottle_of_fruit_punch" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__garlic_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_garlic_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__gin.n.01", + "hasModel": true, + "categories": [ + "bottle_of_gin" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ginger_beer.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ginger_beer" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ginger.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ginger" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__glass_cleaner.n.01", + "hasModel": true, + "categories": [ + "bottle_of_glass_cleaner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__glue.n.01", + "hasModel": true, + "categories": [ + "bottle_of_glue" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ground_cloves.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ground_cloves" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ground_mace.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ground_mace" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__ground_nutmeg.n.01", + "hasModel": true, + "categories": [ + "bottle_of_ground_nutmeg" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__hot_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_hot_sauce" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lacquer.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lacquer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lavender_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lavender_oil" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lemon_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lemon_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lemon_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lemon_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lemonade.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lemonade" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lighter_fluid.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lighter_fluid" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lime_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lime_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__liquid_soap.n.01", + "hasModel": true, + "categories": [ + "bottle_of_liquid_soap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lotion.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lotion" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__lubricant.n.01", + "hasModel": true, + "categories": [ + "bottle_of_lubricant" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__maple_syrup.n.01", + "hasModel": true, + "categories": [ + "bottle_of_maple_syrup" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__mayonnaise.n.01", + "hasModel": true, + "categories": [ + "bottle_of_mayonnaise" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__medicine.n.01", + "hasModel": true, + "categories": [ + "bottle_of_medicine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__milk.n.01", + "hasModel": true, + "categories": [ + "bottle_of_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__milkshake.n.01", + "hasModel": true, + "categories": [ + "bottle_of_milkshake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__molasses.n.01", + "hasModel": true, + "categories": [ + "bottle_of_molasses" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__mushroom_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_mushroom_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__mustard_seeds.n.01", + "hasModel": true, + "categories": [ + "bottle_of_mustard_seeds" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__mustard.n.01", + "hasModel": true, + "categories": [ + "bottle_of_mustard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__olive_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_olive_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__onion_powder.n.01", + "hasModel": true, + "categories": [ + "bottle_of_onion_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__orange_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_orange_juice" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__paint_remover.n.01", + "hasModel": true, + "categories": [ + "bottle_of_paint_remover" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__paint.n.01", + "hasModel": true, + "categories": [ + "bottle_of_paint" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__papaya_juice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_papaya_juice" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__paprika.n.01", + "hasModel": true, + "categories": [ + "bottle_of_paprika" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__parsley.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__peanut_butter.n.01", + "hasModel": true, + "categories": [ + "bottle_of_peanut_butter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__perfume.n.01", + "hasModel": true, + "categories": [ + "bottle_of_perfume" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__pesticide.n.01", + "hasModel": true, + "categories": [ + "bottle_of_pesticide" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__pesto.n.01", + "hasModel": true, + "categories": [ + "bottle_of_pesto" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__pizza_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_pizza_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__pop.n.01", + "hasModel": true, + "categories": [ + "bottle_of_pop" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__poppy_seeds.n.01", + "hasModel": true, + "categories": [ + "bottle_of_poppy_seeds" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__powder.n.01", + "hasModel": true, + "categories": [ + "bottle_of_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__protein_powder.n.01", + "hasModel": true, + "categories": [ + "bottle_of_protein_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__pumpkin_pie_spice.n.01", + "hasModel": true, + "categories": [ + "bottle_of_pumpkin_pie_spice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__rosemary.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__rum.n.01", + "hasModel": true, + "categories": [ + "bottle_of_rum" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sage.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sage" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sake.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sake" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__salsa.n.01", + "hasModel": true, + "categories": [ + "bottle_of_salsa" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sangria.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sealant.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sealant" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__seasoning.n.01", + "hasModel": true, + "categories": [ + "bottle_of_seasoning" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sesame_oil.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sesame_oil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sesame_seeds.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sesame_seeds" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__shampoo.n.01", + "hasModel": true, + "categories": [ + "bottle_of_shampoo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__skin_cream.n.01", + "hasModel": true, + "categories": [ + "bottle_of_skin_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__soda.n.01", + "hasModel": true, + "categories": [ + "bottle_of_soda" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__solvent.n.01", + "hasModel": true, + "categories": [ + "bottle_of_solvent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__soup.n.01", + "hasModel": true, + "categories": [ + "bottle_of_soup" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sour_cream.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sour_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__soy_milk.n.01", + "hasModel": true, + "categories": [ + "bottle_of_soy_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__soy_sauce.n.01", + "hasModel": true, + "categories": [ + "bottle_of_soy_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__spice.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sriracha.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sriracha" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__sunscreen.n.01", + "hasModel": true, + "categories": [ + "bottle_of_sunscreen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__supplements.n.01", + "hasModel": true, + "categories": [ + "bottle_of_supplements" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__tea_leaves.n.01", + "hasModel": true, + "categories": [ + "bottle_of_tea_leaves" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__tea.n.01", + "hasModel": true, + "categories": [ + "bottle_of_tea" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__tequila.n.01", + "hasModel": true, + "categories": [ + "bottle_of_tequila" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__tomato_paste.n.01", + "hasModel": true, + "categories": [ + "bottle_of_tomato_paste" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__tonic.n.01", + "hasModel": true, + "categories": [ + "bottle_of_tonic" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__vinegar.n.01", + "hasModel": true, + "categories": [ + "bottle_of_vinegar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__vodka.n.01", + "hasModel": true, + "categories": [ + "bottle_of_vodka" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__water.n.01", + "hasModel": true, + "categories": [ + "bottle_of_water" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__whiskey.n.01", + "hasModel": true, + "categories": [ + "bottle_of_whiskey" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bottle__of__wine.n.01", + "hasModel": true, + "categories": [ + "bottle_of_wine" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__almond_milk.n.01", + "hasModel": true, + "categories": [ + "box_of_almond_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__apple_juice.n.01", + "hasModel": true, + "categories": [ + "box_of_apple_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__baking_mix.n.01", + "hasModel": true, + "categories": [ + "box_of_baking_mix" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__baking_powder.n.01", + "hasModel": true, + "categories": [ + "box_of_baking_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__baking_soda.n.01", + "hasModel": true, + "categories": [ + "box_of_baking_soda" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__barley.n.01", + "hasModel": true, + "categories": [ + "box_of_barley" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__beer.n.01", + "hasModel": true, + "categories": [ + "box_of_beer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__brown_sugar.n.01", + "hasModel": true, + "categories": [ + "box_of_brown_sugar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__butter.n.01", + "hasModel": true, + "categories": [ + "box_of_butter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__candy.n.01", + "hasModel": true, + "categories": [ + "box_of_candy" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__cane_sugar.n.01", + "hasModel": true, + "categories": [ + "box_of_cane_sugar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__cereal.n.01", + "hasModel": true, + "categories": [ + "box_of_cereal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__champagne.n.01", + "hasModel": true, + "categories": [ + "box_of_champagne" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__chocolates.n.01", + "hasModel": true, + "categories": [ + "box_of_chocolates" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__coconut_milk.n.01", + "hasModel": true, + "categories": [ + "box_of_coconut_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__coffee.n.01", + "hasModel": true, + "categories": [ + "box_of_coffee" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__cookies.n.01", + "hasModel": true, + "categories": [ + "box_of_cookies" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__corn_flakes.n.01", + "hasModel": true, + "categories": [ + "box_of_corn_flakes" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__crackers.n.01", + "hasModel": true, + "categories": [ + "box_of_crackers" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__cream.n.01", + "hasModel": true, + "categories": [ + "box_of_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__flour.n.01", + "hasModel": true, + "categories": [ + "box_of_flour" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__fruit.n.01", + "hasModel": true, + "categories": [ + "box_of_fruit" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__granola_bars.n.01", + "hasModel": true, + "categories": [ + "box_of_granola_bars" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__ice_cream.n.01", + "hasModel": true, + "categories": [ + "box_of_ice_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__lasagna.n.01", + "hasModel": true, + "categories": [ + "box_of_lasagna" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__lemons.n.01", + "hasModel": true, + "categories": [ + "box_of_lemons" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__milk.n.01", + "hasModel": true, + "categories": [ + "box_of_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__oatmeal.n.01", + "hasModel": true, + "categories": [ + "box_of_oatmeal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__raspberries.n.01", + "hasModel": true, + "categories": [ + "box_of_raspberries" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__rice.n.01", + "hasModel": true, + "categories": [ + "box_of_rice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__rum.n.01", + "hasModel": true, + "categories": [ + "box_of_rum" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__sake.n.01", + "hasModel": true, + "categories": [ + "box_of_sake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__salt.n.01", + "hasModel": true, + "categories": [ + "box_of_salt" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__sanitary_napkin.n.01", + "hasModel": true, + "categories": [ + "box_of_sanitary_napkins" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__shampoo.n.01", + "hasModel": true, + "categories": [ + "box_of_shampoo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__takeout.n.01", + "hasModel": true, + "categories": [ + "box_of_takeout" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__tissue.n.01", + "hasModel": true, + "categories": [ + "box_of_tissues" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__tomato_juice.n.01", + "hasModel": true, + "categories": [ + "box_of_tomato_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__vegetable_juice.n.01", + "hasModel": true, + "categories": [ + "box_of_vegetable_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__whiskey.n.01", + "hasModel": true, + "categories": [ + "box_of_whiskey" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__wine.n.01", + "hasModel": true, + "categories": [ + "box_of_wine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__yogurt.n.01", + "hasModel": true, + "categories": [ + "box_of_yogurt" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boxed__cake.n.01", + "hasModel": true, + "categories": [ + "boxed_cake" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bucket__of__paint.n.01", + "hasModel": true, + "categories": [ + "bucket_of_paint" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__baking_mix.n.01", + "hasModel": true, + "categories": [ + "can_of_baking_mix" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__bay_leaves.n.01", + "hasModel": true, + "categories": [ + "can_of_bay_leaves" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__beans.n.01", + "hasModel": true, + "categories": [ + "can_of_beans" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__coffee.n.01", + "hasModel": true, + "categories": [ + "can_of_coffee" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__corn.n.01", + "hasModel": true, + "categories": [ + "can_of_corn" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__icetea.n.01", + "hasModel": true, + "categories": [ + "can_of_icetea" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__oatmeal.n.01", + "hasModel": true, + "categories": [ + "can_of_oatmeal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__sardines.n.01", + "hasModel": true, + "categories": [ + "can_of_sardines" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__soda.n.01", + "hasModel": true, + "categories": [ + "can_of_soda" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__tomato_paste.n.01", + "hasModel": true, + "categories": [ + "can_of_tomato_paste" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__tomatoes.n.01", + "hasModel": true, + "categories": [ + "can_of_tomatoes" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__chocolate_milk.n.01", + "hasModel": true, + "categories": [ + "carton_of_chocolate_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__eggs.n.01", + "hasModel": true, + "categories": [ + "carton_of_eggs" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__milk.n.01", + "hasModel": true, + "categories": [ + "carton_of_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__orange_juice.n.01", + "hasModel": true, + "categories": [ + "carton_of_orange_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__pineapple_juice.n.01", + "hasModel": true, + "categories": [ + "carton_of_pineapple_juice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carton__of__soy_milk.n.01", + "hasModel": true, + "categories": [ + "carton_of_soy_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "case__of__eyeshadow.n.01", + "hasModel": true, + "categories": [ + "case_of_eyeshadow" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "case__of__pop.n.01", + "hasModel": true, + "categories": [ + "pop_case" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cup__of__yogurt.n.01", + "hasModel": true, + "categories": [ + "cup_of_yogurt" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "deodorant_stick.n.01", + "hasModel": true, + "categories": [ + "deodorant_stick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gift_box.n.01", + "hasModel": true, + "categories": [ + "gift_box" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__bath_salt.n.01", + "hasModel": true, + "categories": [ + "jar_of_bath_salt" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__beans.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__cumin.n.01", + "hasModel": true, + "categories": [ + "jar_of_cumin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__curry_powder.n.01", + "hasModel": true, + "categories": [ + "jar_of_curry_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__dill_seed.n.01", + "hasModel": true, + "categories": [ + "jar_of_dill_seed" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__grains.n.01", + "hasModel": true, + "categories": [ + "jar_of_grains" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__honey.n.01", + "hasModel": true, + "categories": [ + "jar_of_honey" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__ink.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__jam.n.01", + "hasModel": true, + "categories": [ + "jar_of_jam" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__jelly.n.01", + "hasModel": true, + "categories": [ + "jar_of_jelly" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__mayonnaise.n.01", + "hasModel": true, + "categories": [ + "jar_of_mayonnaise" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__orange_sauce.n.01", + "hasModel": true, + "categories": [ + "jar_of_orange_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__pepper.n.01", + "hasModel": true, + "categories": [ + "jar_of_pepper" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__puree.n.01", + "hasModel": true, + "categories": [ + "jar_of_puree" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__spaghetti_sauce.n.01", + "hasModel": true, + "categories": [ + "jar_of_spaghetti_sauce" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jar__of__sugar.n.01", + "hasModel": true, + "categories": [ + "jar_of_sugar" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__jerky.n.01", + "hasModel": true, + "categories": [ + "bag_of_jerky" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jug__of__milk.n.01", + "hasModel": true, + "categories": [ + "jug_of_milk" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__bread.n.01", + "hasModel": true, + "categories": [ + "pack_of_bread" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__cigarettes.n.01", + "hasModel": true, + "categories": [ + "pack_of_cigarettes" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__chocolate_bar.n.01", + "hasModel": true, + "categories": [ + "pack_of_chocolate_bar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__kielbasa.n.01", + "hasModel": true, + "categories": [ + "pack_of_kielbasa" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__pasta.n.01", + "hasModel": true, + "categories": [ + "pack_of_pasta" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__protein_powder.n.01", + "hasModel": true, + "categories": [ + "pack_of_protein_powder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__ramen.n.01", + "hasModel": true, + "categories": [ + "pack_of_ramen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tube__of__lotion.n.01", + "hasModel": true, + "categories": [ + "tube_of_lotion" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tube__of__toothpaste.n.01", + "hasModel": true, + "categories": [ + "tube_of_toothpaste" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wrapped_hamburger.n.01", + "hasModel": true, + "categories": [ + "wrapped_hamburger" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__dog_food.n.01", + "hasModel": true, + "categories": [ + "can_of_dog_food" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pack__of__ground_beef.n.01", + "hasModel": true, + "categories": [ + "pack_of_ground_beef" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bag__of__mulch.n.01", + "hasModel": true, + "categories": [ + "bag_of_mulch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "box__of__aluminium_foil.n.01", + "hasModel": true, + "categories": [ + "box_of_aluminium_foil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "can__of__cat_food.n.01", + "hasModel": true, + "categories": [ + "can_of_cat_food" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sack__of__brown_rice.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cup__of__ranch.n.01", + "hasModel": true, + "categories": [ + "cup_of_ranch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "durables.n.01", + "hasModel": true, + "children": [ + { + "name": "boxed__cpu_board.n.01", + "hasModel": true, + "categories": [ + "boxed_cpu_board" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boxed__ink_cartridge.n.01", + "hasModel": true, + "categories": [ + "boxed_ink_cartridge" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boxed__router.n.01", + "hasModel": true, + "categories": [ + "boxed_router" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "appliance.n.02", + "hasModel": true, + "children": [ + { + "name": "dryer.n.01", + "hasModel": true, + "children": [ + { + "name": "clothes_dryer.n.01", + "hasModel": true, + "categories": [ + "clothes_dryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hand_blower.n.01", + "hasModel": true, + "categories": [ + "hair_dryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 45.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hand_dryer.n.01", + "hasModel": true, + "categories": [ + "hand_dryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "home_appliance.n.01", + "hasModel": true, + "children": [ + { + "name": "white_goods.n.01", + "hasModel": true, + "children": [ + { + "name": "clothes_dryer.n.01", + "hasModel": true, + "categories": [ + "clothes_dryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "refrigerator.n.01", + "hasModel": true, + "children": [ + { + "name": "cooler.n.01", + "hasModel": true, + "categories": [ + "cooler", + "open_air_cooler" + ], + "abilities": { + "coldSource": { + "temperature": 4.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 1 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "deep-freeze.n.02", + "hasModel": true, + "categories": [ + "freezer" + ], + "abilities": { + "coldSource": { + "temperature": -18.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 1, + "requires_inside": 1 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "electric_refrigerator.n.01", + "hasModel": true, + "categories": [ + "display_fridge", + "fridge", + "wine_fridge" + ], + "abilities": { + "coldSource": { + "temperature": 1.7, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 1, + "requires_inside": 1 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "coldSource": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dishwasher.n.01", + "hasModel": true, + "categories": [ + "dishwasher" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "washer.n.03", + "hasModel": true, + "categories": [ + "washer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kitchen_appliance.n.01", + "hasModel": true, + "children": [ + { + "name": "coffee_maker.n.01", + "hasModel": true, + "categories": [ + "coffee_maker", + "french_press" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 93.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "deep_fryer.n.01", + "hasModel": true, + "categories": [ + "deep_fryer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "disposal.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "food_processor.n.01", + "hasModel": true, + "categories": [ + "food_processor" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_maker.n.01", + "hasModel": true, + "abilities": { + "coldSource": { + "temperature": -8.9, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "microwave.n.02", + "hasModel": true, + "categories": [ + "microwave" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 100.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oven.n.01", + "hasModel": true, + "categories": [ + "oven" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 250.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stove.n.01", + "hasModel": true, + "categories": [ + "stove" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 1980.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toaster_oven.n.01", + "hasModel": true, + "categories": [ + "toaster_oven" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 204.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toaster.n.02", + "hasModel": true, + "categories": [ + "toaster" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 148.889, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "waffle_iron.n.01", + "hasModel": true, + "categories": [ + "waffle_maker" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "iron.n.04", + "hasModel": true, + "categories": [ + "iron" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 180.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "wrinkle": [ + [ + 2, + true + ] + ] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "leaf_blower.n.01", + "hasModel": true, + "categories": [ + "leaf_blower" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_towel_dispenser.n.01", + "hasModel": true, + "categories": [ + "paper_towel_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "power_washer.n.01", + "hasModel": true, + "categories": [ + "power_washer" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toilet_paper_dispenser.n.01", + "hasModel": true, + "categories": [ + "toilet_paper_dispenser" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vacuum.n.04", + "hasModel": true, + "categories": [ + "vacuum" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "dust": [ + [ + 2, + true + ] + ], + "dirt": [ + [ + 2, + true + ] + ], + "debris": [ + [ + 2, + true + ] + ], + "bunchgrass": [ + [ + 2, + true + ] + ] + }, + "default_physical_conditions": [ + [ + 2, + true + ] + ], + "default_visual_conditions": [ + [ + 2, + true + ] + ], + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dehumidifier.n.01", + "hasModel": true, + "categories": [ + "dehumidifier" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drygoods.n.01", + "hasModel": true, + "children": [ + { + "name": "white_goods.n.02", + "hasModel": true, + "children": [ + { + "name": "linen.n.03", + "hasModel": true, + "children": [ + { + "name": "bath_linen.n.01", + "hasModel": true, + "children": [ + { + "name": "bath_mat.n.01", + "hasModel": true, + "categories": [ + "bath_rug" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bath_towel.n.01", + "hasModel": true, + "categories": [ + "bath_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bed_linen.n.01", + "hasModel": true, + "children": [ + { + "name": "case.n.19", + "hasModel": true, + "categories": [ + "pillowcase" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sheet.n.03", + "hasModel": true, + "categories": [ + "bed_sheet" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "table_linen.n.01", + "hasModel": true, + "children": [ + { + "name": "napkin.n.01", + "hasModel": true, + "children": [ + { + "name": "dinner_napkin.n.01", + "hasModel": true, + "categories": [ + "dinner_napkin" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "place_mat.n.01", + "hasModel": true, + "categories": [ + "place_mat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tablecloth.n.01", + "hasModel": true, + "categories": [ + "table_runner", + "tablecloth" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "doily.n.01", + "hasModel": true, + "categories": [ + "doily" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "covering.n.02", + "hasModel": true, + "children": [ + { + "name": "clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "protective_garment.n.01", + "hasModel": true, + "children": [ + { + "name": "apron.n.01", + "hasModel": true, + "categories": [ + "apron" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "headdress.n.01", + "hasModel": true, + "children": [ + { + "name": "cap.n.01", + "hasModel": true, + "children": [ + { + "name": "baseball_cap.n.01", + "hasModel": true, + "categories": [ + "baseball_cap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hat.n.01", + "hasModel": true, + "categories": [ + "hat" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "handwear.n.01", + "hasModel": true, + "children": [ + { + "name": "glove.n.02", + "hasModel": true, + "children": [ + { + "name": "batting_glove.n.01", + "hasModel": true, + "categories": [ + "batting_gloves" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "goalkeeper_gloves.n.01", + "hasModel": true, + "categories": [ + "goalkeeper_gloves" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kid_glove.n.01", + "hasModel": true, + "categories": [ + "kid_glove" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubber_glove.n.01", + "hasModel": true, + "categories": [ + "rubber_glove" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "accessory.n.01", + "hasModel": true, + "children": [ + { + "name": "belt.n.02", + "hasModel": true, + "categories": [ + "belt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "garment.n.01", + "hasModel": true, + "children": [ + { + "name": "swimsuit.n.01", + "hasModel": true, + "children": [ + { + "name": "bikini.n.02", + "hasModel": true, + "categories": [ + "bikini" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "maillot.n.01", + "hasModel": true, + "categories": [ + "maillot" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "undergarment.n.01", + "hasModel": true, + "children": [ + { + "name": "brassiere.n.01", + "hasModel": true, + "categories": [ + "bra" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "underpants.n.01", + "hasModel": true, + "children": [ + { + "name": "drawers.n.01", + "hasModel": true, + "categories": [ + "boxers" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "underwear.n.01", + "hasModel": true, + "children": [ + { + "name": "lingerie.n.01", + "hasModel": true, + "categories": [ + "lingerie" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweater.n.01", + "hasModel": true, + "children": [ + { + "name": "cardigan.n.01", + "hasModel": true, + "categories": [ + "cardigan" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crewneck_sweater.n.01", + "hasModel": true, + "categories": [ + "crewneck_sweater" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pullover.n.01", + "hasModel": true, + "children": [ + { + "name": "sweatshirt.n.01", + "hasModel": true, + "categories": [ + "hoodie", + "sweatshirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diaper.n.01", + "hasModel": true, + "categories": [ + "diaper" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shirt.n.01", + "hasModel": true, + "children": [ + { + "name": "dress_shirt.n.01", + "hasModel": true, + "categories": [ + "dress_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jersey.n.03", + "hasModel": true, + "categories": [ + "jersey", + "t_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "polo_shirt.n.01", + "hasModel": true, + "categories": [ + "polo_shirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tank_top.n.01", + "hasModel": true, + "categories": [ + "tank_top" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "overgarment.n.01", + "hasModel": true, + "children": [ + { + "name": "coat.n.01", + "hasModel": true, + "children": [ + { + "name": "fur_coat.n.01", + "hasModel": true, + "categories": [ + "fur_coat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jacket.n.01", + "hasModel": true, + "categories": [ + "jacket" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raincoat.n.01", + "hasModel": true, + "categories": [ + "raincoat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wool_coat.n.01", + "hasModel": true, + "categories": [ + "wool_coat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cloak.n.02", + "hasModel": true, + "children": [ + { + "name": "shawl.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trouser.n.01", + "hasModel": true, + "children": [ + { + "name": "jean.n.01", + "hasModel": true, + "categories": [ + "jeans" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "long_trousers.n.01", + "hasModel": true, + "categories": [ + "pants" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "short_pants.n.01", + "hasModel": true, + "categories": [ + "shorts" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slacks.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jump_suit.n.01", + "hasModel": true, + "categories": [ + "onesie" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "legging.n.01", + "hasModel": true, + "categories": [ + "legging" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "leotard.n.01", + "hasModel": true, + "categories": [ + "leotard" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "neckwear.n.01", + "hasModel": true, + "children": [ + { + "name": "necktie.n.01", + "hasModel": true, + "categories": [ + "necktie" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scarf.n.01", + "hasModel": true, + "categories": [ + "scarf" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "suit.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweat_suit.n.01", + "hasModel": true, + "categories": [ + "sauna_suit" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vest.n.01", + "hasModel": true, + "categories": [ + "vest" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "woman's_clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "top.n.10", + "hasModel": true, + "children": [ + { + "name": "blouse.n.01", + "hasModel": true, + "categories": [ + "blouse" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brassiere.n.01", + "hasModel": true, + "categories": [ + "bra" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dress.n.01", + "hasModel": true, + "categories": [ + "dress" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "attire.n.01", + "hasModel": true, + "children": [ + { + "name": "costume.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "outerwear.n.01", + "hasModel": true, + "children": [ + { + "name": "gown.n.05", + "hasModel": true, + "categories": [ + "ceremonial_robe" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "apparel.n.01", + "hasModel": true, + "children": [ + { + "name": "workwear.n.01", + "hasModel": true, + "children": [ + { + "name": "jean.n.01", + "hasModel": true, + "categories": [ + "jeans" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "work-clothing.n.01", + "hasModel": true, + "children": [ + { + "name": "overall.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nightwear.n.01", + "hasModel": true, + "children": [ + { + "name": "pajama.n.02", + "hasModel": true, + "categories": [ + "pajamas" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "footwear.n.01", + "hasModel": true, + "children": [ + { + "name": "hosiery.n.01", + "hasModel": true, + "children": [ + { + "name": "sock.n.01", + "hasModel": true, + "categories": [ + "sock" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stocking.n.01", + "hasModel": true, + "categories": [ + "stocking" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tights.n.01", + "hasModel": true, + "categories": [ + "tights" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "footwear.n.02", + "hasModel": true, + "children": [ + { + "name": "shoe.n.01", + "hasModel": true, + "children": [ + { + "name": "baby_shoe.n.01", + "hasModel": true, + "categories": [ + "baby_shoe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gym_shoe.n.01", + "hasModel": true, + "categories": [ + "gym_shoe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sandal.n.01", + "hasModel": true, + "categories": [ + "sandal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slingback.n.01", + "hasModel": true, + "categories": [ + "slingback" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "walker.n.04", + "hasModel": true, + "categories": [ + "walker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "walking_shoe.n.01", + "hasModel": true, + "categories": [ + "walking_shoe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pump.n.03", + "hasModel": true, + "categories": [ + "high_heel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boot.n.01", + "hasModel": true, + "children": [ + { + "name": "buskin.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hiking_boot.n.01", + "hasModel": true, + "categories": [ + "hiking_boot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubber_boot.n.01", + "hasModel": true, + "categories": [ + "rubber_boot" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ski_boot.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cloth_covering.n.01", + "hasModel": true, + "children": [ + { + "name": "dressing.n.04", + "hasModel": true, + "children": [ + { + "name": "bandage.n.01", + "hasModel": true, + "categories": [ + "bandage" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bedclothes.n.01", + "hasModel": true, + "children": [ + { + "name": "blanket.n.01", + "hasModel": true, + "categories": [ + "blanket" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mattress_cover.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quilt.n.01", + "hasModel": true, + "categories": [ + "quilt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skirt.n.01", + "hasModel": true, + "categories": [ + "skirt" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "protective_covering.n.01", + "hasModel": true, + "children": [ + { + "name": "binder.n.03", + "hasModel": true, + "categories": [ + "binder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "housing.n.02", + "hasModel": true, + "children": [ + { + "name": "cabinet.n.04", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell.n.08", + "hasModel": true, + "children": [ + { + "name": "jacket.n.05", + "hasModel": true, + "categories": [ + "pellet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cloche.n.01", + "hasModel": true, + "categories": [ + "cloche" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coaster.n.03", + "hasModel": true, + "categories": [ + "coaster" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blind.n.03", + "hasModel": true, + "children": [ + { + "name": "curtain.n.01", + "hasModel": true, + "categories": [ + "curtain" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shutter.n.02", + "hasModel": true, + "categories": [ + "shutter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "window_blind.n.01", + "hasModel": true, + "categories": [ + "window_blind" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mask.n.04", + "hasModel": true, + "children": [ + { + "name": "face_mask.n.01", + "hasModel": true, + "categories": [ + "face_mask" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelter.n.02", + "hasModel": true, + "children": [ + { + "name": "canopy.n.03", + "hasModel": true, + "children": [ + { + "name": "garden_umbrella.n.01", + "hasModel": true, + "categories": [ + "garden_umbrella" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "umbrella.n.01", + "hasModel": true, + "categories": [ + "umbrella" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shield.n.01", + "hasModel": true, + "children": [ + { + "name": "plate.n.14", + "hasModel": true, + "children": [ + { + "name": "armor_plate.n.01", + "hasModel": true, + "children": [ + { + "name": "helmet.n.01", + "hasModel": true, + "categories": [ + "work_helmet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shade.n.03", + "hasModel": true, + "children": [ + { + "name": "lampshade.n.01", + "hasModel": true, + "categories": [ + "lampshade" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lining.n.01", + "hasModel": true, + "categories": [ + "paper_liners" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "screen.n.05", + "hasModel": true, + "children": [ + { + "name": "lint_screen.n.01", + "hasModel": true, + "categories": [ + "lint_screen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "windshield.n.01", + "hasModel": true, + "categories": [ + "windshield" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mulch.n.01", + "hasModel": true, + "categories": [ + "mulch" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "roof.n.01", + "hasModel": true, + "categories": [ + "roof" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "top.n.09", + "hasModel": true, + "children": [ + { + "name": "cap.n.02", + "hasModel": true, + "categories": [ + "cap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lid.n.02", + "hasModel": true, + "categories": [ + "lid" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coating.n.01", + "hasModel": true, + "children": [ + { + "name": "coat_of_paint.n.01", + "hasModel": true, + "children": [ + { + "name": "flat_coat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "flat_coat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "paint.n.01", + "hasModel": true, + "children": [ + { + "name": "coat_of_paint.n.01", + "hasModel": true, + "children": [ + { + "name": "flat_coat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "flat_coat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "house_paint.n.01", + "hasModel": true, + "categories": [ + "house_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "spray_paint.n.01", + "hasModel": true, + "categories": [ + "spray_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "enamel.n.04", + "hasModel": true, + "children": [ + { + "name": "nail_polish.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "nail_polish" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "patina.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "patina" + ] + }, + { + "name": "seal.n.07", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "seal" + ] + }, + { + "name": "varnish.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "varnish" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "folder.n.02", + "hasModel": true, + "categories": [ + "folder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hood.n.06", + "hasModel": true, + "children": [ + { + "name": "lab_exhaust_hood.n.01", + "hasModel": true, + "categories": [ + "lab_exhaust_hood" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "range_hood.n.01", + "hasModel": true, + "categories": [ + "range_hood" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "floor_cover.n.01", + "hasModel": true, + "children": [ + { + "name": "mat.n.01", + "hasModel": true, + "categories": [ + "floor_mat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rug.n.01", + "hasModel": true, + "categories": [ + "carpet" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wrapping.n.01", + "hasModel": true, + "children": [ + { + "name": "plastic_wrap.n.01", + "hasModel": true, + "categories": [ + "plastic_wrap" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "screen.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "structure.n.01", + "hasModel": true, + "children": [ + { + "name": "supporting_structure.n.01", + "hasModel": true, + "children": [ + { + "name": "framework.n.03", + "hasModel": true, + "children": [ + { + "name": "arbor.n.03", + "hasModel": true, + "categories": [ + "arbor", + "pergola" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rack.n.01", + "hasModel": true, + "children": [ + { + "name": "bicycle_rack.n.01", + "hasModel": true, + "categories": [ + "bicycle_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ceiling_rack.n.01", + "hasModel": true, + "categories": [ + "ceiling_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coatrack.n.01", + "hasModel": true, + "categories": [ + "coatrack" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dish_rack.n.01", + "hasModel": true, + "categories": [ + "dish_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drying_rack.n.01", + "hasModel": true, + "categories": [ + "drying_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "free_weight_rack.n.01", + "hasModel": true, + "categories": [ + "free_weight_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kayak_rack.n.01", + "hasModel": true, + "categories": [ + "kayak_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shoe_rack.n.01", + "hasModel": true, + "categories": [ + "shoe_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "snack_rack.n.01", + "hasModel": true, + "categories": [ + "snack_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "test_tube_rack.n.01", + "hasModel": true, + "categories": [ + "test_tube_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "towel_rack.n.01", + "hasModel": true, + "categories": [ + "towel_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "umbrella_rack.n.01", + "hasModel": true, + "categories": [ + "umbrella_rack" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frame.n.10", + "hasModel": true, + "categories": [ + "frame" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grate.n.01", + "hasModel": true, + "categories": [ + "firewood_grate" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grill.n.02", + "hasModel": true, + "categories": [ + "charcoal_grill", + "grill", + "smoker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "picture_frame.n.01", + "hasModel": true, + "categories": [ + "picture_frame" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "window.n.01", + "hasModel": true, + "categories": [ + "arched_window", + "window" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "support.n.07", + "hasModel": true, + "children": [ + { + "name": "foundation.n.03", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "skeleton.n.04", + "hasModel": true, + "categories": [ + "skeletal_frame", + "structural_element" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "area.n.05", + "hasModel": true, + "children": [ + { + "name": "enclosure.n.01", + "hasModel": true, + "children": [ + { + "name": "cage.n.01", + "hasModel": true, + "children": [ + { + "name": "birdcage.n.01", + "hasModel": true, + "categories": [ + "birdcage" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hutch.n.01", + "hasModel": true, + "categories": [ + "hutch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "recess.n.04", + "hasModel": true, + "children": [ + { + "name": "alcove.n.01", + "hasModel": true, + "children": [ + { + "name": "carrel.n.02", + "hasModel": true, + "categories": [ + "cubicle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fireplace.n.01", + "hasModel": true, + "categories": [ + "fireplace" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vivarium.n.01", + "hasModel": true, + "children": [ + { + "name": "terrarium.n.01", + "hasModel": true, + "categories": [ + "terrarium" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "room.n.01", + "hasModel": true, + "children": [ + { + "name": "compartment.n.02", + "hasModel": true, + "children": [ + { + "name": "cabinet.n.03", + "hasModel": true, + "categories": [ + "locker" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "luggage_compartment.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "closet.n.04", + "hasModel": true, + "children": [ + { + "name": "booth.n.02", + "hasModel": true, + "children": [ + { + "name": "farm_stand.n.01", + "hasModel": true, + "categories": [ + "farm_stand" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shower_stall.n.01", + "hasModel": true, + "categories": [ + "shower_stall" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "storage_space.n.01", + "hasModel": true, + "children": [ + { + "name": "cupboard.n.01", + "hasModel": true, + "categories": [ + "grocery_cupboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bridge.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "building.n.01", + "hasModel": true, + "children": [ + { + "name": "farm_building.n.01", + "hasModel": true, + "children": [ + { + "name": "chicken_coop.n.01", + "hasModel": true, + "categories": [ + "chicken_coop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "obstruction.n.01", + "hasModel": true, + "children": [ + { + "name": "blockage.n.02", + "hasModel": true, + "children": [ + { + "name": "plug.n.01", + "hasModel": true, + "children": [ + { + "name": "cork.n.04", + "hasModel": true, + "categories": [ + "cork" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "barrier.n.01", + "hasModel": true, + "children": [ + { + "name": "movable_barrier.n.01", + "hasModel": true, + "children": [ + { + "name": "door.n.01", + "hasModel": true, + "categories": [ + "door" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "elevator_door.n.01", + "hasModel": true, + "categories": [ + "elevator_door" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gate.n.01", + "hasModel": true, + "categories": [ + "garage_door", + "gate" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "openable": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turnstile.n.02", + "hasModel": true, + "categories": [ + "turnstile" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fence.n.01", + "hasModel": true, + "children": [ + { + "name": "hedge.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rail_fence.n.01", + "hasModel": true, + "categories": [ + "rail_fence" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stone_wall.n.01", + "hasModel": true, + "categories": [ + "stone_wall" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "railing.n.01", + "hasModel": true, + "categories": [ + "railing" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drinking_fountain.n.02", + "hasModel": true, + "categories": [ + "drinking_fountain" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fountain.n.01", + "hasModel": true, + "categories": [ + "fountain" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "memorial.n.03", + "hasModel": true, + "children": [ + { + "name": "gravestone.n.01", + "hasModel": true, + "categories": [ + "headstone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lamination.n.01", + "hasModel": true, + "children": [ + { + "name": "laminate.n.01", + "hasModel": true, + "children": [ + { + "name": "plywood.n.01", + "hasModel": true, + "categories": [ + "plywood" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "signboard.n.01", + "hasModel": true, + "children": [ + { + "name": "scoreboard.n.01", + "hasModel": true, + "categories": [ + "scoreboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "partition.n.01", + "hasModel": true, + "children": [ + { + "name": "screen.n.09", + "hasModel": true, + "categories": [ + "bed_screen", + "room_divider" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wall.n.01", + "hasModel": true, + "categories": [ + "walls" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shelter.n.01", + "hasModel": true, + "children": [ + { + "name": "tent.n.01", + "hasModel": true, + "categories": [ + "tent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paving.n.01", + "hasModel": true, + "children": [ + { + "name": "asphalt.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "asphalt" + ] + }, + { + "name": "concrete.n.01", + "hasModel": true, + "children": [ + { + "name": "cement.n.01", + "hasModel": true, + "categories": [ + "cement" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "creation.n.02", + "hasModel": true, + "children": [ + { + "name": "representation.n.02", + "hasModel": true, + "children": [ + { + "name": "stage_set.n.01", + "hasModel": true, + "children": [ + { + "name": "scenery.n.01", + "hasModel": true, + "children": [ + { + "name": "backdrop.n.01", + "hasModel": true, + "categories": [ + "background" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "model.n.04", + "hasModel": true, + "children": [ + { + "name": "globe.n.03", + "hasModel": true, + "categories": [ + "globe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "figure.n.04", + "hasModel": true, + "children": [ + { + "name": "dummy.n.03", + "hasModel": true, + "children": [ + { + "name": "mannequin.n.02", + "hasModel": true, + "categories": [ + "mannequin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "figurine.n.01", + "hasModel": true, + "children": [ + { + "name": "nativity_figurine.n.01", + "hasModel": true, + "categories": [ + "nativity_figurine" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mock-up.n.01", + "hasModel": true, + "categories": [ + "classroom_mock_up" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "document.n.02", + "hasModel": true, + "children": [ + { + "name": "letter.n.01", + "hasModel": true, + "categories": [ + "letter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "map.n.01", + "hasModel": true, + "categories": [ + "map" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "photograph.n.01", + "hasModel": true, + "categories": [ + "picture" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drawing.n.02", + "hasModel": true, + "children": [ + { + "name": "plan.n.03", + "hasModel": true, + "categories": [ + "architectural_plan" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "picture.n.01", + "hasModel": true, + "children": [ + { + "name": "likeness.n.02", + "hasModel": true, + "children": [ + { + "name": "portrait.n.02", + "hasModel": true, + "categories": [ + "portrait" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "art.n.01", + "hasModel": true, + "children": [ + { + "name": "plastic_art.n.01", + "hasModel": true, + "children": [ + { + "name": "sculpture.n.01", + "hasModel": true, + "children": [ + { + "name": "bust.n.03", + "hasModel": true, + "categories": [ + "bust" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "statue.n.01", + "hasModel": true, + "categories": [ + "garden_statue", + "statue" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "graphic_art.n.01", + "hasModel": true, + "children": [ + { + "name": "painting.n.01", + "hasModel": true, + "categories": [ + "canvas", + "painting" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "product.n.02", + "hasModel": true, + "children": [ + { + "name": "work.n.02", + "hasModel": true, + "children": [ + { + "name": "publication.n.01", + "hasModel": true, + "children": [ + { + "name": "book.n.01", + "hasModel": true, + "children": [ + { + "name": "catalog.n.01", + "hasModel": true, + "categories": [ + "catalog" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "textbook.n.01", + "hasModel": true, + "categories": [ + "textbook" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "magazine.n.01", + "hasModel": true, + "children": [ + { + "name": "comic_book.n.01", + "hasModel": true, + "categories": [ + "comic_book" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "book.n.02", + "hasModel": true, + "children": [ + { + "name": "hardback.n.01", + "hasModel": true, + "categories": [ + "hardback" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "notebook.n.01", + "hasModel": true, + "categories": [ + "notebook" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paperback_book.n.01", + "hasModel": true, + "categories": [ + "paperback_book" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "magazine.n.02", + "hasModel": true, + "categories": [ + "magazine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "newspaper.n.03", + "hasModel": true, + "categories": [ + "newspaper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fabric.n.01", + "hasModel": true, + "children": [ + { + "name": "piece_of_cloth.n.01", + "hasModel": true, + "children": [ + { + "name": "handkerchief.n.01", + "hasModel": true, + "children": [ + { + "name": "bandanna.n.01", + "hasModel": true, + "categories": [ + "bandana" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "towel.n.01", + "hasModel": true, + "children": [ + { + "name": "bath_towel.n.01", + "hasModel": true, + "categories": [ + "bath_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dishtowel.n.01", + "hasModel": true, + "categories": [ + "dishtowel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hand_towel.n.01", + "hasModel": true, + "categories": [ + "hand_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_towel.n.01", + "hasModel": true, + "categories": [ + "paper_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liner.n.03", + "hasModel": true, + "categories": [ + "microfiber_cloth" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rag.n.01", + "hasModel": true, + "categories": [ + "rag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sacking.n.01", + "hasModel": true, + "children": [ + { + "name": "burlap.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "net.n.06", + "hasModel": true, + "children": [ + { + "name": "gauze.n.02", + "hasModel": true, + "children": [ + { + "name": "cheesecloth.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chicken_wire.n.01", + "hasModel": true, + "categories": [ + "chicken_wire" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cobweb.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "felt.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "knit.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "canvas.n.01", + "hasModel": true, + "children": [ + { + "name": "tarpaulin.n.01", + "hasModel": true, + "categories": [ + "tarp" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "velcro.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "velvet.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wool.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "decoration.n.01", + "hasModel": true, + "children": [ + { + "name": "design.n.04", + "hasModel": true, + "children": [ + { + "name": "emblem.n.01", + "hasModel": true, + "children": [ + { + "name": "flag.n.01", + "hasModel": true, + "children": [ + { + "name": "banner.n.01", + "hasModel": true, + "categories": [ + "hanging_banners" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "national_flag.n.01", + "hasModel": true, + "categories": [ + "national_flag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "device.n.04", + "hasModel": true, + "children": [ + { + "name": "seal.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "molding.n.02", + "hasModel": true, + "children": [ + { + "name": "baseboard.n.01", + "hasModel": true, + "categories": [ + "baseboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flower_arrangement.n.01", + "hasModel": true, + "children": [ + { + "name": "bouquet.n.01", + "hasModel": true, + "categories": [ + "bouquet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wreath.n.01", + "hasModel": true, + "categories": [ + "valentine_wreath", + "wreath" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bow.n.08", + "hasModel": true, + "categories": [ + "bow" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "adornment.n.01", + "hasModel": true, + "children": [ + { + "name": "jewelry.n.01", + "hasModel": true, + "children": [ + { + "name": "bracelet.n.02", + "hasModel": true, + "categories": [ + "bracelet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jewel.n.01", + "hasModel": true, + "children": [ + { + "name": "diamond.n.01", + "hasModel": true, + "categories": [ + "diamond" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pearl.n.01", + "hasModel": true, + "categories": [ + "pearl" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ruby.n.01", + "hasModel": true, + "categories": [ + "ruby" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "necklace.n.01", + "hasModel": true, + "categories": [ + "necklace" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ring.n.08", + "hasModel": true, + "categories": [ + "ring" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tassel.n.01", + "hasModel": true, + "categories": [ + "tassel" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "centerpiece.n.02", + "hasModel": true, + "categories": [ + "centerpiece" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "christmas_tree.n.05", + "hasModel": true, + "categories": [ + "christmas_tree", + "christmas_tree_decorated" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "folderal.n.01", + "hasModel": true, + "categories": [ + "folderal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "garnish.n.01", + "hasModel": true, + "children": [ + { + "name": "topping.n.01", + "hasModel": true, + "children": [ + { + "name": "frosting.n.01", + "hasModel": true, + "categories": [ + "frosting" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "glaze.n.01", + "hasModel": true, + "categories": [ + "glaze" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "meringue.n.01", + "hasModel": true, + "categories": [ + "meringue" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "whipped_cream.n.01", + "hasModel": true, + "categories": [ + "whipped_cream" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "holly.n.03", + "hasModel": true, + "categories": [ + "holly_decoration" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stud.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wind_chime.n.01", + "hasModel": true, + "categories": [ + "wind_chime" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hanging.n.01", + "hasModel": true, + "categories": [ + "hanging" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "building_material.n.01", + "hasModel": true, + "children": [ + { + "name": "lumber.n.01", + "hasModel": true, + "children": [ + { + "name": "board.n.02", + "hasModel": true, + "categories": [ + "board" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strip.n.05", + "hasModel": true, + "children": [ + { + "name": "picket.n.05", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slat.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toothpick.n.01", + "hasModel": true, + "categories": [ + "toothpick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brick.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "concrete.n.01", + "hasModel": true, + "children": [ + { + "name": "cement.n.01", + "hasModel": true, + "categories": [ + "cement" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flooring.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stone.n.02", + "hasModel": true, + "children": [ + { + "name": "gravestone.n.01", + "hasModel": true, + "categories": [ + "headstone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paving_stone.n.01", + "hasModel": true, + "categories": [ + "paver", + "paving_stone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whetstone.n.01", + "hasModel": true, + "categories": [ + "whetstone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "covering_material.n.01", + "hasModel": true, + "children": [ + { + "name": "plaster.n.01", + "hasModel": true, + "children": [ + { + "name": "grout.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "grout" + ] + }, + { + "name": "spackle.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "spackle" + ] + }, + { + "name": "stucco.n.01", + "hasModel": true, + "categories": [ + "stucco" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "strip.n.02", + "hasModel": true, + "children": [ + { + "name": "band.n.07", + "hasModel": true, + "children": [ + { + "name": "hoop.n.02", + "hasModel": true, + "children": [ + { + "name": "tire.n.01", + "hasModel": true, + "children": [ + { + "name": "car_tire.n.01", + "hasModel": true, + "categories": [ + "car_tire" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whitewall_tire.n.01", + "hasModel": true, + "categories": [ + "whitewall_tire" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "napkin_ring.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "collar.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "collar.n.06", + "hasModel": true, + "children": [ + { + "name": "dog_collar.n.01", + "hasModel": true, + "categories": [ + "dog_collar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "girdle.n.02", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubber_band.n.01", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tape.n.01", + "hasModel": true, + "children": [ + { + "name": "adhesive_tape.n.01", + "hasModel": true, + "children": [ + { + "name": "cellulose_tape.n.01", + "hasModel": true, + "categories": [ + "cellulose_tape" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "duct_tape.n.01", + "hasModel": true, + "categories": [ + "duct_tape" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "masking_tape.n.01", + "hasModel": true, + "categories": [ + "masking_tape" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "article.n.02", + "hasModel": true, + "children": [ + { + "name": "ware.n.01", + "hasModel": true, + "children": [ + { + "name": "tableware.n.01", + "hasModel": true, + "children": [ + { + "name": "crockery.n.01", + "hasModel": true, + "children": [ + { + "name": "dish.n.01", + "hasModel": true, + "children": [ + { + "name": "casserole.n.02", + "hasModel": true, + "categories": [ + "casserole" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gravy_boat.n.01", + "hasModel": true, + "categories": [ + "gravy_boat" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bowl.n.03", + "hasModel": true, + "children": [ + { + "name": "mixing_bowl.n.01", + "hasModel": true, + "categories": [ + "mixing_bowl" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soup_bowl.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "petri_dish.n.01", + "hasModel": true, + "categories": [ + "petri_dish" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cup.n.01", + "hasModel": true, + "children": [ + { + "name": "chalice.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coffee_cup.n.01", + "hasModel": true, + "categories": [ + "coffee_cup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dixie_cup.n.01", + "hasModel": true, + "categories": [ + "paper_cup", + "soda_cup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teacup.n.02", + "hasModel": true, + "categories": [ + "teacup" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "beaker.n.02", + "hasModel": true, + "categories": [ + "beaker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chopstick.n.01", + "hasModel": true, + "categories": [ + "chopstick" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cutlery.n.02", + "hasModel": true, + "children": [ + { + "name": "spoon.n.01", + "hasModel": true, + "children": [ + { + "name": "dessert_spoon.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soupspoon.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tablespoon.n.02", + "hasModel": true, + "categories": [ + "tablespoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teaspoon.n.02", + "hasModel": true, + "categories": [ + "teaspoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wooden_spoon.n.02", + "hasModel": true, + "categories": [ + "wooden_spoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fork.n.01", + "hasModel": true, + "children": [ + { + "name": "salad_fork.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tablefork.n.01", + "hasModel": true, + "categories": [ + "tablefork" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toasting_fork.n.01", + "hasModel": true, + "categories": [ + "toasting_fork" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "table_knife.n.01", + "hasModel": true, + "categories": [ + "table_knife" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "glassware.n.01", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flatware.n.01", + "hasModel": true, + "children": [ + { + "name": "plate.n.04", + "hasModel": true, + "categories": [ + "plate" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "platter.n.01", + "hasModel": true, + "categories": [ + "platter" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saucer.n.02", + "hasModel": true, + "categories": [ + "saucer" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "woodenware.n.01", + "hasModel": true, + "children": [ + { + "name": "wooden_spoon.n.02", + "hasModel": true, + "categories": [ + "wooden_spoon" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "mixingTool": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "surface.n.01", + "hasModel": true, + "children": [ + { + "name": "side.n.05", + "hasModel": true, + "children": [ + { + "name": "upper_surface.n.01", + "hasModel": true, + "children": [ + { + "name": "ceiling.n.01", + "hasModel": true, + "categories": [ + "ceilings" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "work_surface.n.01", + "hasModel": true, + "children": [ + { + "name": "writing_board.n.01", + "hasModel": true, + "children": [ + { + "name": "clipboard.n.01", + "hasModel": true, + "categories": [ + "clipboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tabletop.n.01", + "hasModel": true, + "children": [ + { + "name": "countertop.n.01", + "hasModel": true, + "categories": [ + "countertop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "board.n.09", + "hasModel": true, + "children": [ + { + "name": "dartboard.n.01", + "hasModel": true, + "categories": [ + "dartboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pegboard.n.01", + "hasModel": true, + "categories": [ + "pegboard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "horizontal_surface.n.01", + "hasModel": true, + "children": [ + { + "name": "floor.n.01", + "hasModel": true, + "categories": [ + "floors" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "platform.n.01", + "hasModel": true, + "children": [ + { + "name": "pallet.n.02", + "hasModel": true, + "categories": [ + "pallet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "screen.n.01", + "hasModel": true, + "categories": [ + "projection_screen" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fixture.n.01", + "hasModel": true, + "children": [ + { + "name": "lighting_fixture.n.01", + "hasModel": true, + "children": [ + { + "name": "chandelier.n.01", + "hasModel": true, + "categories": [ + "chandelier" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plumbing_fixture.n.01", + "hasModel": true, + "children": [ + { + "name": "shower.n.01", + "hasModel": true, + "categories": [ + "shower" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSink": { + "conditions": {}, + "default_physical_conditions": [], + "default_visual_conditions": null + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sink.n.01", + "hasModel": true, + "categories": [ + "commercial_kitchen_sink", + "sink" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSink": { + "conditions": {}, + "default_physical_conditions": [], + "default_visual_conditions": null + }, + "particleSource": { + "conditions": { + "water": [ + [ + 2, + true + ] + ] + }, + "method": 1 + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "waterSource": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toilet.n.02", + "hasModel": true, + "categories": [ + "toilet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSink": { + "conditions": {}, + "default_physical_conditions": [], + "default_visual_conditions": null + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "urinal.n.01", + "hasModel": true, + "categories": [ + "urinal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSink": { + "conditions": {}, + "default_physical_conditions": [], + "default_visual_conditions": null + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water_faucet.n.01", + "hasModel": true, + "categories": [ + "water_faucet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soap_dish.n.01", + "hasModel": true, + "categories": [ + "soap_dish" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "block.n.01", + "hasModel": true, + "children": [ + { + "name": "chopping_block.n.01", + "hasModel": true, + "categories": [ + "chopping_block" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cube.n.05", + "hasModel": true, + "children": [ + { + "name": "die.n.01", + "hasModel": true, + "categories": [ + "dice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_cube.n.01", + "hasModel": true, + "categories": [ + "ice_cube" + ], + "abilities": { + "breakable": {}, + "coldSource": { + "temperature": 0.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "slab.n.01", + "hasModel": true, + "children": [ + { + "name": "tile.n.01", + "hasModel": true, + "categories": [ + "ceramic_tile", + "tile" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "line.n.18", + "hasModel": true, + "children": [ + { + "name": "cord.n.01", + "hasModel": true, + "children": [ + { + "name": "clothesline.n.01", + "hasModel": true, + "categories": [ + "clothesline" + ], + "abilities": { + "assembleable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thread.n.01", + "hasModel": true, + "children": [ + { + "name": "cotton.n.04", + "hasModel": true, + "categories": [ + "cotton_thread" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dental_floss.n.01", + "hasModel": true, + "categories": [ + "dental_floss" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tinsel.n.02", + "hasModel": true, + "categories": [ + "tinsel" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lace.n.01", + "hasModel": true, + "categories": [ + "lace" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "string.n.01", + "hasModel": true, + "categories": [ + "twine" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tie.n.09", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wick.n.02", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rope.n.01", + "hasModel": true, + "categories": [ + "rope" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plaything.n.01", + "hasModel": true, + "children": [ + { + "name": "doll.n.01", + "hasModel": true, + "categories": [ + "doll" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "top.n.08", + "hasModel": true, + "children": [ + { + "name": "dreidel.n.01", + "hasModel": true, + "categories": [ + "dreidel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sandbox.n.02", + "hasModel": true, + "categories": [ + "sandbox" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "snow_globe.n.01", + "hasModel": true, + "categories": [ + "snow_globe" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "swing.n.02", + "hasModel": true, + "categories": [ + "swing" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "teddy.n.01", + "hasModel": true, + "categories": [ + "teddy_bear" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toy_car.n.01", + "hasModel": true, + "categories": [ + "toy_car" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toy_dice.n.01", + "hasModel": true, + "categories": [ + "toy_dice" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toy_figure.n.01", + "hasModel": true, + "categories": [ + "toy_figure" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "beach_toy.n.01", + "hasModel": true, + "categories": [ + "beach_toy" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "train_set.n.01", + "hasModel": true, + "categories": [ + "toy_train" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "alphabet_abacus.n.01", + "hasModel": true, + "categories": [ + "alphabet_abacus" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "way.n.06", + "hasModel": true, + "children": [ + { + "name": "road.n.01", + "hasModel": true, + "children": [ + { + "name": "driveway.n.01", + "hasModel": true, + "categories": [ + "driveway" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "passage.n.03", + "hasModel": true, + "children": [ + { + "name": "conduit.n.01", + "hasModel": true, + "children": [ + { + "name": "tube.n.01", + "hasModel": true, + "children": [ + { + "name": "hose.n.03", + "hasModel": true, + "categories": [ + "hose" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rope": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pipe.n.01", + "hasModel": true, + "categories": [ + "tobacco_pipe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pipe.n.02", + "hasModel": true, + "categories": [ + "pipe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "straw.n.04", + "hasModel": true, + "categories": [ + "straw" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "test_tube.n.01", + "hasModel": true, + "categories": [ + "test_tube" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "stairway.n.01", + "hasModel": true, + "children": [ + { + "name": "stairs.n.01", + "hasModel": true, + "children": [ + { + "name": "ladder.n.01", + "hasModel": true, + "categories": [ + "ladder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sphere.n.02", + "hasModel": true, + "children": [ + { + "name": "globe.n.03", + "hasModel": true, + "categories": [ + "globe" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "float.n.06", + "hasModel": true, + "children": [ + { + "name": "life_preserver.n.01", + "hasModel": true, + "children": [ + { + "name": "life_jacket.n.01", + "hasModel": true, + "categories": [ + "life_jacket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "padding.n.01", + "hasModel": true, + "children": [ + { + "name": "pad.n.04", + "hasModel": true, + "children": [ + { + "name": "mattress_pad.n.01", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mattress.n.01", + "hasModel": true, + "categories": [ + "mattress" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mat.n.07", + "hasModel": true, + "children": [ + { + "name": "mousepad.n.01", + "hasModel": true, + "categories": [ + "mousepad" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "place_mat.n.01", + "hasModel": true, + "categories": [ + "place_mat" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "potholder.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sanitary_napkin.n.01", + "hasModel": true, + "categories": [ + "sanitary_napkin" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cushion.n.03", + "hasModel": true, + "children": [ + { + "name": "pillow.n.01", + "hasModel": true, + "categories": [ + "pillow" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "opening.n.10", + "hasModel": true, + "children": [ + { + "name": "aperture.n.03", + "hasModel": true, + "children": [ + { + "name": "mouthpiece.n.06", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spout.n.01", + "hasModel": true, + "children": [ + { + "name": "nozzle.n.01", + "hasModel": true, + "children": [ + { + "name": "showerhead.n.01", + "hasModel": true, + "categories": [ + "showerhead" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hole.n.02", + "hasModel": true, + "children": [ + { + "name": "vent.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "facility.n.01", + "hasModel": true, + "children": [ + { + "name": "athletic_facility.n.01", + "hasModel": true, + "children": [ + { + "name": "swimming_pool.n.01", + "hasModel": true, + "categories": [ + "swimming_pool" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "excavation.n.03", + "hasModel": true, + "children": [ + { + "name": "pool.n.01", + "hasModel": true, + "children": [ + { + "name": "swimming_pool.n.01", + "hasModel": true, + "categories": [ + "swimming_pool" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wading_pool.n.01", + "hasModel": true, + "categories": [ + "wading_pool" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "thing.n.04", + "hasModel": true, + "children": [ + { + "name": "pill.n.01", + "hasModel": true, + "children": [ + { + "name": "vitamin_pill.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "vitamin_pill" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "natural_object.n.01", + "hasModel": true, + "children": [ + { + "name": "plant_part.n.01", + "hasModel": true, + "children": [ + { + "name": "plant_organ.n.01", + "hasModel": true, + "children": [ + { + "name": "reproductive_structure.n.01", + "hasModel": true, + "children": [ + { + "name": "fruit.n.01", + "hasModel": true, + "children": [ + { + "name": "acorn.n.01", + "hasModel": true, + "categories": [ + "acorn" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drupe.n.01", + "hasModel": true, + "children": [ + { + "name": "almond.n.02", + "hasModel": true, + "categories": [ + "almond" + ], + "abilities": { + "cookable": { + "cook_temperature": 163.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "drupelet.n.01", + "hasModel": true, + "children": [ + { + "name": "blackberry.n.01", + "hasModel": true, + "categories": [ + "blackberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raspberry.n.02", + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cherry.n.03", + "hasModel": true, + "categories": [ + "cherry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__plum.n.01", + "hasModel": true, + "categories": [ + "half_plum" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "olive.n.04", + "hasModel": true, + "categories": [ + "olive" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peach.n.03", + "hasModel": true, + "categories": [ + "peach" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plum.n.02", + "hasModel": true, + "categories": [ + "plum" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "seed.n.01", + "hasModel": true, + "children": [ + { + "name": "nut.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_nut.n.01", + "hasModel": true, + "children": [ + { + "name": "almond.n.02", + "hasModel": true, + "categories": [ + "almond" + ], + "abilities": { + "cookable": { + "cook_temperature": 163.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cashew.n.02", + "hasModel": true, + "categories": [ + "cashew" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + }, + { + "name": "chestnut.n.03", + "hasModel": true, + "categories": [ + "chestnut" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coconut.n.02", + "hasModel": true, + "categories": [ + "coconut_fruit" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__chestnut.n.01", + "hasModel": true, + "categories": [ + "half_chestnut" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__coconut.n.01", + "hasModel": true, + "categories": [ + "half_coconut_fruit" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hazelnut.n.02", + "hasModel": true, + "categories": [ + "hazelnut" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peanut.n.04", + "hasModel": true, + "categories": [ + "peanut_nut" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pecan.n.03", + "hasModel": true, + "categories": [ + "pecan" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "pine_nut.n.01", + "hasModel": true, + "categories": [ + "pine_nut" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "pistachio.n.02", + "hasModel": true, + "categories": [ + "pistachio" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "walnut.n.01", + "hasModel": true, + "categories": [ + "walnut" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "edible_seed.n.01", + "hasModel": true, + "children": [ + { + "name": "chia_seed.n.01", + "hasModel": true, + "categories": [ + "chia_seed" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__cumin.n.01", + "hasModel": true, + "categories": [ + "cooked__cumin" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__pumpkin_seed.n.01", + "hasModel": true, + "categories": [ + "cooked__pumpkin_seed" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cooked__sunflower_seed.n.01", + "hasModel": true, + "categories": [ + "cooked__sunflower_seed" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cumin.n.02", + "hasModel": true, + "categories": [ + "cumin" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pumpkin_seed.n.01", + "hasModel": true, + "categories": [ + "pumpkin_seed" + ], + "abilities": { + "cookable": { + "cook_temperature": 177.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sunflower_seed.n.01", + "hasModel": true, + "categories": [ + "sunflower_seed" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coffee_bean.n.01", + "hasModel": true, + "categories": [ + "coffee_bean" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "edible_fruit.n.01", + "hasModel": true, + "children": [ + { + "name": "apple.n.01", + "hasModel": true, + "categories": [ + "apple" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "apricot.n.02", + "hasModel": true, + "categories": [ + "apricot" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "avocado.n.01", + "hasModel": true, + "categories": [ + "avocado" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "banana.n.02", + "hasModel": true, + "categories": [ + "banana", + "bunch_of_bananas" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "berry.n.01", + "hasModel": true, + "children": [ + { + "name": "blackberry.n.01", + "hasModel": true, + "categories": [ + "blackberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blueberry.n.02", + "hasModel": true, + "categories": [ + "blueberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cranberry.n.02", + "hasModel": true, + "categories": [ + "cranberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "currant.n.01", + "hasModel": true, + "children": [ + { + "name": "gooseberry.n.02", + "hasModel": true, + "categories": [ + "gooseberry" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raspberry.n.02", + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strawberry.n.01", + "hasModel": true, + "categories": [ + "strawberries", + "strawberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__strawberry.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "diced__strawberry" + ] + }, + { + "name": "half__strawberry.n.01", + "hasModel": true, + "categories": [ + "half_strawberry" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "melon.n.01", + "hasModel": true, + "children": [ + { + "name": "muskmelon.n.02", + "hasModel": true, + "children": [ + { + "name": "cantaloup.n.02", + "hasModel": true, + "categories": [ + "cantaloup" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__watermelon.n.01", + "hasModel": true, + "categories": [ + "diced__watermelon" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__watermelon.n.01", + "hasModel": true, + "categories": [ + "half_watermelon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__melon.n.01", + "hasModel": true, + "categories": [ + "sliced_melon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "watermelon.n.02", + "hasModel": true, + "categories": [ + "watermelon" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cherry.n.03", + "hasModel": true, + "categories": [ + "cherry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "date.n.08", + "hasModel": true, + "categories": [ + "date" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__apple.n.01", + "hasModel": true, + "categories": [ + "diced__apple" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__avocado.n.01", + "hasModel": true, + "categories": [ + "diced__avocado" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__kiwi.n.01", + "hasModel": true, + "categories": [ + "diced__kiwi" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "citrus.n.01", + "hasModel": true, + "children": [ + { + "name": "diced__lemon.n.01", + "hasModel": true, + "categories": [ + "diced__lemon" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "grapefruit.n.02", + "hasModel": true, + "categories": [ + "grapefruit" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__lemon.n.01", + "hasModel": true, + "categories": [ + "half_lemon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__lime.n.01", + "hasModel": true, + "categories": [ + "half_lime" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__orange.n.01", + "hasModel": true, + "categories": [ + "half_orange" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pomelo.n.01", + "hasModel": true, + "categories": [ + "half_pomelo" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lemon.n.01", + "hasModel": true, + "categories": [ + "lemon" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lime.n.06", + "hasModel": true, + "categories": [ + "lime" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orange.n.01", + "hasModel": true, + "categories": [ + "orange" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pomelo.n.02", + "hasModel": true, + "categories": [ + "pomelo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__lemon.n.01", + "hasModel": true, + "categories": [ + "sliced_lemon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__lime.n.01", + "hasModel": true, + "categories": [ + "sliced_lime" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__orange.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "diced__orange" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "diced__mango.n.01", + "hasModel": true, + "categories": [ + "diced__mango" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__pineapple.n.01", + "hasModel": true, + "categories": [ + "diced__pineapple" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dried_fruit.n.01", + "hasModel": true, + "children": [ + { + "name": "dried_apricot.n.01", + "hasModel": true, + "categories": [ + "dried_apricot" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raisin.n.01", + "hasModel": true, + "categories": [ + "raisin" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "dried_cranberry.n.01", + "hasModel": true, + "categories": [ + "dried_cranberry" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "durian.n.02", + "hasModel": true, + "categories": [ + "durian" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grape.n.01", + "hasModel": true, + "categories": [ + "grape" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__apple.n.01", + "hasModel": true, + "categories": [ + "half_apple" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__mango.n.01", + "hasModel": true, + "categories": [ + "half_mango" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pineapple.n.01", + "hasModel": true, + "categories": [ + "half_pineapple" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__plum.n.01", + "hasModel": true, + "categories": [ + "half_plum" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pomegranate.n.01", + "hasModel": true, + "categories": [ + "half_pomegranate" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kiwi.n.03", + "hasModel": true, + "categories": [ + "kiwi" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mango.n.02", + "hasModel": true, + "categories": [ + "mango" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nectarine.n.02", + "hasModel": true, + "categories": [ + "nectarine" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "papaya.n.02", + "hasModel": true, + "categories": [ + "papaya" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peach.n.03", + "hasModel": true, + "categories": [ + "peach" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pear.n.01", + "hasModel": true, + "categories": [ + "pear" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pineapple.n.02", + "hasModel": true, + "categories": [ + "pineapple" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plum.n.02", + "hasModel": true, + "categories": [ + "plum" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pomegranate.n.02", + "hasModel": true, + "categories": [ + "pomegranate" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__papaya.n.01", + "hasModel": true, + "categories": [ + "sliced_papaya" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__apricot.n.01", + "hasModel": true, + "categories": [ + "half_apricot" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__kiwi.n.01", + "hasModel": true, + "categories": [ + "half_kiwi" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__papaya.n.01", + "hasModel": true, + "categories": [ + "half_papaya" + ], + "abilities": { + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "pome.n.01", + "hasModel": true, + "children": [ + { + "name": "apple.n.01", + "hasModel": true, + "categories": [ + "apple" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__apple.n.01", + "hasModel": true, + "categories": [ + "diced__apple" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__apple.n.01", + "hasModel": true, + "categories": [ + "half_apple" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pear.n.01", + "hasModel": true, + "categories": [ + "pear" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "berry.n.02", + "hasModel": true, + "children": [ + { + "name": "cranberry.n.02", + "hasModel": true, + "categories": [ + "cranberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "gourd.n.02", + "hasModel": true, + "categories": [ + "gourd" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hip.n.05", + "hasModel": true, + "categories": [ + "rosehip" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pod.n.02", + "hasModel": true, + "children": [ + { + "name": "peanut.n.01", + "hasModel": true, + "categories": [ + "peanut" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "flower.n.02", + "hasModel": true, + "categories": [ + "flower" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cone.n.03", + "hasModel": true, + "children": [ + { + "name": "pinecone.n.01", + "hasModel": true, + "categories": [ + "pine_cone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "agamete.n.01", + "hasModel": true, + "children": [ + { + "name": "spore.n.01", + "hasModel": true, + "children": [ + { + "name": "pollen.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "pollen" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "stalk.n.02", + "hasModel": true, + "children": [ + { + "name": "branch.n.02", + "hasModel": true, + "categories": [ + "branch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cutting.n.02", + "hasModel": true, + "categories": [ + "plant_stem" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bulb.n.01", + "hasModel": true, + "children": [ + { + "name": "daffodil_bulb.n.01", + "hasModel": true, + "categories": [ + "daffodil_bulb" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trunk.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "leaf.n.01", + "hasModel": true, + "children": [ + { + "name": "entire_leaf.n.01", + "hasModel": true, + "categories": [ + "leaf" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "greenery.n.01", + "hasModel": true, + "categories": [ + "greenery" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pad.n.02", + "hasModel": true, + "children": [ + { + "name": "lily_pad.n.01", + "hasModel": true, + "categories": [ + "lily_pad" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "floral_leaf.n.01", + "hasModel": true, + "children": [ + { + "name": "petal.n.01", + "hasModel": true, + "categories": [ + "flower_petal" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sprout.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "rock.n.01", + "hasModel": true, + "children": [ + { + "name": "boulder.n.01", + "hasModel": true, + "categories": [ + "boulder" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crystal.n.03", + "hasModel": true, + "categories": [ + "crystal" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pebble.n.01", + "hasModel": true, + "categories": [ + "pebble" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "whiskey_stone.n.01", + "hasModel": true, + "categories": [ + "whiskey_stone" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "covering.n.01", + "hasModel": true, + "children": [ + { + "name": "bark.n.01", + "hasModel": true, + "children": [ + { + "name": "cinnamon_bark.n.01", + "hasModel": true, + "categories": [ + "cinnamon_stick" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "body_covering.n.01", + "hasModel": true, + "children": [ + { + "name": "feather.n.01", + "hasModel": true, + "categories": [ + "feather" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sheath.n.02", + "hasModel": true, + "children": [ + { + "name": "husk.n.02", + "hasModel": true, + "children": [ + { + "name": "pod.n.01", + "hasModel": true, + "children": [ + { + "name": "pea_pod.n.01", + "hasModel": true, + "categories": [ + "pea_pod" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hull.n.01", + "hasModel": true, + "children": [ + { + "name": "shell.n.04", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scale.n.10", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell.n.10", + "hasModel": true, + "children": [ + { + "name": "seashell.n.01", + "hasModel": true, + "categories": [ + "seashell" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell.n.05", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "living_thing.n.01", + "hasModel": true, + "children": [ + { + "name": "organism.n.01", + "hasModel": true, + "children": [ + { + "name": "plant.n.02", + "hasModel": true, + "children": [ + { + "name": "vascular_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "desert_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "agave.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "herb.n.01", + "hasModel": true, + "children": [ + { + "name": "gramineous_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "grass.n.01", + "hasModel": true, + "children": [ + { + "name": "cereal.n.01", + "hasModel": true, + "children": [ + { + "name": "barley.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "barley" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "bunchgrass.n.01", + "hasModel": true, + "categories": [ + "bunchgrass" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "legume.n.01", + "hasModel": true, + "children": [ + { + "name": "bean.n.03", + "hasModel": true, + "children": [ + { + "name": "bush_bean.n.01", + "hasModel": true, + "children": [ + { + "name": "common_bean.n.01", + "hasModel": true, + "children": [ + { + "name": "cooked__kidney_bean.n.01", + "hasModel": true, + "categories": [ + "cooked__kidney_bean" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "kidney_bean.n.01", + "hasModel": true, + "categories": [ + "kidney_bean" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mint.n.02", + "hasModel": true, + "children": [ + { + "name": "peppermint.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tomato.n.02", + "hasModel": true, + "children": [ + { + "name": "pottable__beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "pottable_beefsteak_tomato" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "vine.n.01", + "hasModel": true, + "children": [ + { + "name": "squash.n.01", + "hasModel": true, + "children": [ + { + "name": "winter_squash.n.01", + "hasModel": true, + "children": [ + { + "name": "butternut_squash.n.01", + "hasModel": true, + "categories": [ + "butternut_squash" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "climber.n.01", + "hasModel": true, + "children": [ + { + "name": "legume.n.01", + "hasModel": true, + "children": [ + { + "name": "bean.n.03", + "hasModel": true, + "children": [ + { + "name": "bush_bean.n.01", + "hasModel": true, + "children": [ + { + "name": "common_bean.n.01", + "hasModel": true, + "children": [ + { + "name": "cooked__kidney_bean.n.01", + "hasModel": true, + "categories": [ + "cooked__kidney_bean" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "kidney_bean.n.01", + "hasModel": true, + "categories": [ + "kidney_bean" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ivy.n.01", + "hasModel": true, + "categories": [ + "ivy" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "succulent.n.01", + "hasModel": true, + "children": [ + { + "name": "cactus.n.01", + "hasModel": true, + "categories": [ + "cactus" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "echeveria_elegans.n.01", + "hasModel": true, + "categories": [ + "echeveria_elegans" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pottable__cactus.n.01", + "hasModel": true, + "categories": [ + "pottable_cactus" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bulbous_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "liliaceous_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "alliaceous_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "chives.n.01", + "hasModel": true, + "categories": [ + "chives" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lily.n.01", + "hasModel": true, + "categories": [ + "lily" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tulip.n.01", + "hasModel": true, + "categories": [ + "tulip" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "narcissus.n.01", + "hasModel": true, + "children": [ + { + "name": "pottable__daffodil.n.01", + "hasModel": true, + "categories": [ + "pottable_daffodil" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spermatophyte.n.01", + "hasModel": true, + "children": [ + { + "name": "angiosperm.n.01", + "hasModel": true, + "children": [ + { + "name": "flower.n.01", + "hasModel": true, + "children": [ + { + "name": "dahlia.n.01", + "hasModel": true, + "categories": [ + "dahlia_flower" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "marigold.n.01", + "hasModel": true, + "categories": [ + "marigold" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pottable__dahlia.n.01", + "hasModel": true, + "categories": [ + "pottable_dahlia" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pottable__marigold.n.01", + "hasModel": true, + "categories": [ + "pottable_marigold" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sunflower.n.01", + "hasModel": true, + "categories": [ + "sunflower" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orchid.n.01", + "hasModel": true, + "children": [ + { + "name": "vanilla.n.01", + "hasModel": true, + "categories": [ + "vanilla_flower" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "evergreen.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "woody_plant.n.01", + "hasModel": true, + "children": [ + { + "name": "shrub.n.01", + "hasModel": true, + "children": [ + { + "name": "lavender.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spurge.n.01", + "hasModel": true, + "children": [ + { + "name": "poinsettia.n.01", + "hasModel": true, + "categories": [ + "poinsettia" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rose.n.01", + "hasModel": true, + "categories": [ + "rose" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tree.n.01", + "hasModel": true, + "categories": [ + "low_resolution_tree", + "tree" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "weed.n.01", + "hasModel": true, + "categories": [ + "weed" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "garden_plant.n.01", + "hasModel": true, + "categories": [ + "garden_plant" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pot_plant.n.01", + "hasModel": true, + "categories": [ + "hanging_basket", + "hanging_plant", + "pot_plant" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "microorganism.n.01", + "hasModel": true, + "children": [ + { + "name": "protoctist.n.01", + "hasModel": true, + "children": [ + { + "name": "alga.n.01", + "hasModel": true, + "categories": [ + "alga" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "fungus.n.01", + "hasModel": true, + "children": [ + { + "name": "basidiomycete.n.01", + "hasModel": true, + "children": [ + { + "name": "agaric.n.02", + "hasModel": true, + "children": [ + { + "name": "chanterelle.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mildew.n.02", + "hasModel": true, + "categories": [ + "mildew" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "mold.n.05", + "hasModel": true, + "categories": [ + "mold" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "shiitake.n.01", + "hasModel": true, + "categories": [ + "shiitake" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "animal.n.01", + "hasModel": true, + "children": [ + { + "name": "invertebrate.n.01", + "hasModel": true, + "children": [ + { + "name": "mollusk.n.01", + "hasModel": true, + "children": [ + { + "name": "gastropod.n.01", + "hasModel": true, + "children": [ + { + "name": "conch.n.01", + "hasModel": true, + "categories": [ + "conch" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nonvascular_organism.n.01", + "hasModel": true, + "children": [ + { + "name": "bryophyte.n.01", + "hasModel": true, + "children": [ + { + "name": "moss.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "moss" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "person.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "part.n.02", + "hasModel": true, + "children": [ + { + "name": "piece.n.01", + "hasModel": true, + "children": [ + { + "name": "piece_of_cloth.n.01", + "hasModel": true, + "children": [ + { + "name": "handkerchief.n.01", + "hasModel": true, + "children": [ + { + "name": "bandanna.n.01", + "hasModel": true, + "categories": [ + "bandana" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "towel.n.01", + "hasModel": true, + "children": [ + { + "name": "bath_towel.n.01", + "hasModel": true, + "categories": [ + "bath_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dishtowel.n.01", + "hasModel": true, + "categories": [ + "dishtowel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hand_towel.n.01", + "hasModel": true, + "categories": [ + "hand_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paper_towel.n.01", + "hasModel": true, + "categories": [ + "paper_towel" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liner.n.03", + "hasModel": true, + "categories": [ + "microfiber_cloth" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rag.n.01", + "hasModel": true, + "categories": [ + "rag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "component.n.03", + "hasModel": true, + "children": [ + { + "name": "heating_element.n.01", + "hasModel": true, + "children": [ + { + "name": "burner.n.02", + "hasModel": true, + "categories": [ + "burner" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": { + "temperature": 500.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "toggleable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "module.n.04", + "hasModel": true, + "children": [ + { + "name": "cartridge.n.03", + "hasModel": true, + "children": [ + { + "name": "ink_cartridge.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "accessory.n.02", + "hasModel": true, + "children": [ + { + "name": "fitting.n.02", + "hasModel": true, + "children": [ + { + "name": "receptacle.n.03", + "hasModel": true, + "children": [ + { + "name": "wall_socket.n.01", + "hasModel": true, + "categories": [ + "outlet", + "power_strip", + "wall_socket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "appendage.n.03", + "hasModel": true, + "children": [ + { + "name": "handle.n.01", + "hasModel": true, + "categories": [ + "handle", + "l_shaped_handle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "geological_formation.n.01", + "hasModel": true, + "children": [ + { + "name": "natural_depression.n.01", + "hasModel": true, + "children": [ + { + "name": "hole.n.05", + "hasModel": true, + "children": [ + { + "name": "pit.n.01", + "hasModel": true, + "children": [ + { + "name": "fire_pit.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "location.n.01", + "hasModel": true, + "children": [ + { + "name": "region.n.03", + "hasModel": true, + "children": [ + { + "name": "geographical_area.n.01", + "hasModel": true, + "children": [ + { + "name": "tract.n.01", + "hasModel": true, + "children": [ + { + "name": "field.n.01", + "hasModel": true, + "children": [ + { + "name": "lawn.n.01", + "hasModel": true, + "categories": [ + "lawn" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yard.n.02", + "hasModel": true, + "children": [ + { + "name": "playground.n.02", + "hasModel": true, + "categories": [ + "playground" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "line.n.11", + "hasModel": true, + "children": [ + { + "name": "path.n.04", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "keepsake.n.01", + "hasModel": true, + "children": [ + { + "name": "party_favor.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ribbon.n.01", + "hasModel": true, + "categories": [ + "ribbon" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "film.n.04", + "hasModel": true, + "children": [ + { + "name": "scum.n.02", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "scum" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "land.n.02", + "hasModel": true, + "children": [ + { + "name": "turf.n.01", + "hasModel": true, + "categories": [ + "sod" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "matter.n.03", + "hasModel": true, + "children": [ + { + "name": "substance.n.01", + "hasModel": true, + "children": [ + { + "name": "material.n.01", + "hasModel": true, + "children": [ + { + "name": "chemical.n.01", + "hasModel": true, + "children": [ + { + "name": "compound.n.02", + "hasModel": true, + "children": [ + { + "name": "organic_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "ketone.n.01", + "hasModel": true, + "children": [ + { + "name": "acetone.n.01", + "hasModel": true, + "categories": [ + "acetone" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "macromolecule.n.01", + "hasModel": true, + "children": [ + { + "name": "lipid.n.01", + "hasModel": true, + "children": [ + { + "name": "oil.n.01", + "hasModel": true, + "children": [ + { + "name": "almond_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "almond_oil" + ] + }, + { + "name": "essential_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "essential_oil" + ] + }, + { + "name": "grease.n.01", + "hasModel": true, + "categories": [ + "grease" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "linseed_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "linseed_oil" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "fat.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_fat.n.01", + "hasModel": true, + "children": [ + { + "name": "vegetable_oil.n.01", + "hasModel": true, + "children": [ + { + "name": "canola_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "canola_oil" + ] + }, + { + "name": "coconut_oil.n.01", + "hasModel": true, + "categories": [ + "coconut_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__olive_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "olive_oil.n.01", + "hasModel": true, + "categories": [ + "olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "peanut_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peanut_oil" + ] + }, + { + "name": "sesame_oil.n.01", + "hasModel": true, + "categories": [ + "sesame_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "shortening.n.01", + "hasModel": true, + "categories": [ + "shortening" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "carbohydrate.n.01", + "hasModel": true, + "children": [ + { + "name": "polysaccharide.n.01", + "hasModel": true, + "children": [ + { + "name": "starch.n.01", + "hasModel": true, + "children": [ + { + "name": "cornstarch.n.01", + "hasModel": true, + "categories": [ + "cornstarch" + ], + "abilities": { + "cookable": { + "cook_temperature": 90.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "aliphatic_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "methane_series.n.01", + "hasModel": true, + "children": [ + { + "name": "butane.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "butane" + ] + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hydrocarbon.n.01", + "hasModel": true, + "children": [ + { + "name": "gasoline.n.01", + "hasModel": true, + "categories": [ + "gasoline" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "resin.n.01", + "hasModel": true, + "children": [ + { + "name": "synthetic_resin.n.01", + "hasModel": true, + "children": [ + { + "name": "vinyl_polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "polyvinyl_chloride.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "acid.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "acid" + ] + }, + { + "name": "formulation.n.01", + "hasModel": true, + "children": [ + { + "name": "cleansing_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "soap.n.01", + "hasModel": true, + "children": [ + { + "name": "bar_soap.n.01", + "hasModel": true, + "categories": [ + "bar_soap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liquid_soap.n.01", + "hasModel": true, + "categories": [ + "liquid_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "saddle_soap.n.01", + "hasModel": true, + "categories": [ + "saddle_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sugar_coffee_scrub.n.01", + "hasModel": true, + "categories": [ + "sugar_coffee_scrub" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "toilet_soap.n.01", + "hasModel": true, + "categories": [ + "toilet_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "detergent.n.02", + "hasModel": true, + "categories": [ + "detergent" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_stain_remover.n.01", + "hasModel": true, + "categories": [ + "lemon_stain_remover" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "shampoo.n.01", + "hasModel": true, + "categories": [ + "shampoo" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dentifrice.n.01", + "hasModel": true, + "children": [ + { + "name": "toothpaste.n.01", + "hasModel": true, + "categories": [ + "toothpaste" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "vinegar_cleaning_solution.n.01", + "hasModel": true, + "categories": [ + "vinegar_cleaning_solution" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "polish.n.03", + "hasModel": true, + "categories": [ + "polish" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "salt.n.01", + "hasModel": true, + "children": [ + { + "name": "carbonate.n.01", + "hasModel": true, + "children": [ + { + "name": "calcium_carbonate.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "calcium_carbonate" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream_of_tartar.n.01", + "hasModel": true, + "categories": [ + "cream_of_tartar" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sulfate.n.01", + "hasModel": true, + "children": [ + { + "name": "magnesium_sulfate.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "magnesium_sulfate" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sodium_carbonate.n.01", + "hasModel": true, + "categories": [ + "sodium_carbonate" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "binary_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "sodium_chloride.n.01", + "hasModel": true, + "children": [ + { + "name": "halite.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water.n.01", + "hasModel": true, + "children": [ + { + "name": "seawater.n.01", + "hasModel": true, + "categories": [ + "seawater" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "repellent.n.02", + "hasModel": true, + "children": [ + { + "name": "insectifuge.n.01", + "hasModel": true, + "categories": [ + "insectifuge" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "synthetic_resin.n.01", + "hasModel": true, + "children": [ + { + "name": "vinyl_polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "polyvinyl_chloride.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oxide.n.01", + "hasModel": true, + "children": [ + { + "name": "ferric_oxide.n.01", + "hasModel": true, + "children": [ + { + "name": "rust.n.01", + "hasModel": true, + "categories": [ + "rust" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "softener.n.01", + "hasModel": true, + "children": [ + { + "name": "conditioner.n.03", + "hasModel": true, + "categories": [ + "conditioner" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fabric_softener.n.01", + "hasModel": true, + "categories": [ + "fabric_softener" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fertilizer.n.01", + "hasModel": true, + "categories": [ + "fertilizer" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "explosive.n.01", + "hasModel": true, + "children": [ + { + "name": "gunpowder.n.01", + "hasModel": true, + "categories": [ + "gunpowder" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low_explosive.n.01", + "hasModel": true, + "children": [ + { + "name": "firework.n.01", + "hasModel": true, + "children": [ + { + "name": "skyrocket.n.02", + "hasModel": true, + "categories": [ + "skyrocket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sparkler.n.02", + "hasModel": true, + "categories": [ + "sparkler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "herbicide.n.01", + "hasModel": true, + "categories": [ + "herbicide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pesticide.n.01", + "hasModel": true, + "categories": [ + "pesticide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "adhesive_material.n.01", + "hasModel": true, + "categories": [ + "adhesive_material" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "waste.n.01", + "hasModel": true, + "children": [ + { + "name": "bag__of__rubbish.n.01", + "hasModel": true, + "categories": [ + "bag_of_rubbish" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubbish.n.01", + "hasModel": true, + "children": [ + { + "name": "debris.n.01", + "hasModel": true, + "categories": [ + "debris" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "body_waste.n.01", + "hasModel": true, + "children": [ + { + "name": "fecal_matter.n.01", + "hasModel": true, + "categories": [ + "fecal_matter" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "garbage.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "plant_material.n.01", + "hasModel": true, + "children": [ + { + "name": "wood.n.01", + "hasModel": true, + "children": [ + { + "name": "bamboo.n.01", + "hasModel": true, + "categories": [ + "bamboo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__log.n.01", + "hasModel": true, + "categories": [ + "half_log" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "log.n.01", + "hasModel": true, + "categories": [ + "log" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sawdust.n.01", + "hasModel": true, + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sawdust" + ] + }, + { + "name": "matchwood.n.01", + "hasModel": true, + "children": [ + { + "name": "wood_chip.n.01", + "hasModel": true, + "categories": [ + "wood_chip" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chaff.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "chaff" + ] + }, + { + "name": "plant_product.n.01", + "hasModel": true, + "children": [ + { + "name": "tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "roll_of_tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "cigar.n.01", + "hasModel": true, + "categories": [ + "cigar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cigarette.n.01", + "hasModel": true, + "categories": [ + "cigarette" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plant_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "cotton.n.01", + "hasModel": true, + "categories": [ + "cotton_ball" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hemp.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "mineral.n.01", + "hasModel": true, + "children": [ + { + "name": "borax.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "borax" + ] + }, + { + "name": "spar.n.01", + "hasModel": true, + "children": [ + { + "name": "calcite.n.01", + "hasModel": true, + "children": [ + { + "name": "chalk.n.01", + "hasModel": true, + "categories": [ + "chalk" + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "halite.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quartz.n.02", + "hasModel": true, + "categories": [ + "quartz" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "paper.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cardboard.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.04", + "hasModel": true, + "categories": [ + "cardstock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pad.n.01", + "hasModel": true, + "children": [ + { + "name": "notepad.n.01", + "hasModel": true, + "categories": [ + "notepad" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sticky_note.n.01", + "hasModel": true, + "categories": [ + "sticky_note" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "writing_paper.n.01", + "hasModel": true, + "children": [ + { + "name": "notepaper.n.01", + "hasModel": true, + "children": [ + { + "name": "post-it.n.01", + "hasModel": true, + "categories": [ + "post_it" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sheet.n.02", + "hasModel": true, + "categories": [ + "paper_sheet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tissue.n.02", + "hasModel": true, + "children": [ + { + "name": "toilet_tissue.n.01", + "hasModel": true, + "categories": [ + "toilet_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wallpaper.n.01", + "hasModel": true, + "categories": [ + "wallpaper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wax_paper.n.01", + "hasModel": true, + "categories": [ + "wax_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wrapping_paper.n.01", + "hasModel": true, + "categories": [ + "wrapping_paper" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "packing_material.n.01", + "hasModel": true, + "children": [ + { + "name": "cardboard.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.04", + "hasModel": true, + "categories": [ + "cardstock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "natural_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "plant_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "cotton.n.01", + "hasModel": true, + "categories": [ + "cotton_ball" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hemp.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lint.n.01", + "hasModel": true, + "categories": [ + "lint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "loofa.n.01", + "hasModel": true, + "categories": [ + "loofah" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "particulate.n.01", + "hasModel": true, + "children": [ + { + "name": "dust.n.01", + "hasModel": true, + "categories": [ + "dust" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "coloring_material.n.01", + "hasModel": true, + "children": [ + { + "name": "dye.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "dye" + ] + }, + { + "name": "paint.n.01", + "hasModel": true, + "children": [ + { + "name": "coat_of_paint.n.01", + "hasModel": true, + "children": [ + { + "name": "flat_coat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "flat_coat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "house_paint.n.01", + "hasModel": true, + "categories": [ + "house_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "spray_paint.n.01", + "hasModel": true, + "categories": [ + "spray_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "abrasive.n.01", + "hasModel": true, + "children": [ + { + "name": "emery_paper.n.01", + "hasModel": true, + "categories": [ + "emery_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "steel_wool.n.01", + "hasModel": true, + "categories": [ + "steel_wool" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "animal_material.n.01", + "hasModel": true, + "children": [ + { + "name": "feather.n.01", + "hasModel": true, + "categories": [ + "feather" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell.n.02", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rock.n.02", + "hasModel": true, + "children": [ + { + "name": "gravel.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "gravel" + ] + }, + { + "name": "sedimentary_rock.n.01", + "hasModel": true, + "children": [ + { + "name": "arenaceous_rock.n.01", + "hasModel": true, + "children": [ + { + "name": "sandstone.n.01", + "hasModel": true, + "children": [ + { + "name": "grit.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "grit" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "limestone.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "limestone.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "discharge.n.03", + "hasModel": true, + "children": [ + { + "name": "exudate.n.01", + "hasModel": true, + "children": [ + { + "name": "gum.n.03", + "hasModel": true, + "children": [ + { + "name": "lacquer.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "lacquer" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "rind.n.01", + "hasModel": true, + "children": [ + { + "name": "peel.n.02", + "hasModel": true, + "children": [ + { + "name": "lemon_peel.n.01", + "hasModel": true, + "categories": [ + "lemon_peel" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orange_peel.n.01", + "hasModel": true, + "children": [ + { + "name": "orange_zest.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "orange_zest" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "sliceable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "sliceable": {} + } + }, + { + "name": "earth.n.02", + "hasModel": true, + "children": [ + { + "name": "mud.n.03", + "hasModel": true, + "categories": [ + "mud" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "soil.n.02", + "hasModel": true, + "categories": [ + "soil" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sand.n.04", + "hasModel": true, + "categories": [ + "sand" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "humate.n.01", + "hasModel": true, + "children": [ + { + "name": "peat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sealing_material.n.01", + "hasModel": true, + "children": [ + { + "name": "sealant.n.01", + "hasModel": true, + "categories": [ + "sealant" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "sorbent.n.01", + "hasModel": true, + "children": [ + { + "name": "absorbent_material.n.01", + "hasModel": true, + "children": [ + { + "name": "sponge.n.01", + "hasModel": true, + "categories": [ + "sponge" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "medium.n.07", + "hasModel": true, + "children": [ + { + "name": "solvent.n.01", + "hasModel": true, + "children": [ + { + "name": "acetone.n.01", + "hasModel": true, + "categories": [ + "acetone" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chemical_element.n.01", + "hasModel": true, + "children": [ + { + "name": "metallic_element.n.01", + "hasModel": true, + "children": [ + { + "name": "aluminum.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carbon.n.01", + "hasModel": true, + "children": [ + { + "name": "carbon_black.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "carbon_black" + ] + }, + { + "name": "charcoal.n.01", + "hasModel": true, + "categories": [ + "charcoal_powder" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chlorine.n.01", + "hasModel": true, + "categories": [ + "chlorine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "nitrogen.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "nitrogen" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "fluid.n.01", + "hasModel": true, + "children": [ + { + "name": "liquid.n.01", + "hasModel": true, + "children": [ + { + "name": "ammonia_water.n.01", + "hasModel": true, + "categories": [ + "ammonia_water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "antifreeze.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antifreeze" + ] + }, + { + "name": "beverage.n.01", + "hasModel": true, + "children": [ + { + "name": "fruit_juice.n.01", + "hasModel": true, + "children": [ + { + "name": "apple_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "apple_juice" + ] + }, + { + "name": "cranberry_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cranberry_juice" + ] + }, + { + "name": "orange_juice.n.01", + "hasModel": true, + "categories": [ + "orange_juice" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pineapple_juice.n.01", + "hasModel": true, + "categories": [ + "pineapple_juice" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "alcohol.n.01", + "hasModel": true, + "children": [ + { + "name": "brew.n.01", + "hasModel": true, + "children": [ + { + "name": "beer.n.01", + "hasModel": true, + "categories": [ + "beer" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquor.n.01", + "hasModel": true, + "children": [ + { + "name": "whiskey.n.01", + "hasModel": true, + "children": [ + { + "name": "bourbon.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bourbon" + ] + }, + { + "name": "scotch.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "scotch" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "brandy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brandy" + ] + }, + { + "name": "gin.n.01", + "hasModel": true, + "categories": [ + "gin" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "rum.n.01", + "hasModel": true, + "categories": [ + "rum" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tequila.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tequila" + ] + }, + { + "name": "vodka.n.01", + "hasModel": true, + "categories": [ + "vodka" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine.n.01", + "hasModel": true, + "children": [ + { + "name": "sparkling_wine.n.01", + "hasModel": true, + "children": [ + { + "name": "champagne.n.01", + "hasModel": true, + "categories": [ + "champagne" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__white_wine" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_wine.n.01", + "hasModel": true, + "categories": [ + "red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_wine.n.01", + "hasModel": true, + "categories": [ + "white_wine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixed_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "punch.n.02", + "hasModel": true, + "children": [ + { + "name": "eggnog.n.01", + "hasModel": true, + "categories": [ + "eggnog" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fruit_punch.n.01", + "hasModel": true, + "categories": [ + "fruit_punch" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocktail.n.01", + "hasModel": true, + "children": [ + { + "name": "margarita.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "margarita" + ] + }, + { + "name": "martini.n.01", + "hasModel": true, + "categories": [ + "martini" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mojito.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mojito" + ] + }, + { + "name": "old_fashioned.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "old_fashioned" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_toddy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "hot_toddy" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liqueur.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "liqueur" + ] + }, + { + "name": "sake.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sake" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "milk.n.01", + "hasModel": true, + "children": [ + { + "name": "buttermilk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "buttermilk" + ] + }, + { + "name": "chocolate_milk.n.01", + "hasModel": true, + "categories": [ + "chocolate_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low-fat_milk.n.01", + "hasModel": true, + "categories": [ + "low_fat_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "whole_milk.n.01", + "hasModel": true, + "categories": [ + "whole_milk" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coffee.n.01", + "hasModel": true, + "children": [ + { + "name": "cafe_au_lait.n.01", + "hasModel": true, + "categories": [ + "cafe_au_lait" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cappuccino.n.01", + "hasModel": true, + "categories": [ + "cappuccino" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "drip_coffee.n.01", + "hasModel": true, + "categories": [ + "drip_coffee" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "espresso.n.01", + "hasModel": true, + "categories": [ + "espresso" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ground_coffee.n.01", + "hasModel": true, + "categories": [ + "ground_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "instant_coffee.n.01", + "hasModel": true, + "categories": [ + "instant_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cider.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cider" + ] + }, + { + "name": "soft_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "cola.n.02", + "hasModel": true, + "children": [ + { + "name": "coca_cola.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "coca_cola" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream_soda.n.01", + "hasModel": true, + "categories": [ + "cream_soda" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ginger_ale.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "ginger_ale" + ] + }, + { + "name": "pop.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "pop" + ] + }, + { + "name": "tonic.n.01", + "hasModel": true, + "categories": [ + "tonic" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocoa.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cocoa" + ] + }, + { + "name": "ginger_beer.n.01", + "hasModel": true, + "categories": [ + "ginger_beer" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "green_tea_latte.n.01", + "hasModel": true, + "categories": [ + "green_tea_latte" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_cappuccino.n.01", + "hasModel": true, + "categories": [ + "iced_cappuccino" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_chocolate.n.01", + "hasModel": true, + "categories": [ + "iced_chocolate" + ], + "abilities": { + "boilable": {}, + "breakable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_water.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "lemon_water" + ] + }, + { + "name": "fruit_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "lemonade.n.01", + "hasModel": true, + "categories": [ + "lemonade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "limeade.n.01", + "hasModel": true, + "categories": [ + "limeade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "smoothie.n.02", + "hasModel": true, + "categories": [ + "smoothie" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tea.n.01", + "hasModel": true, + "categories": [ + "tea" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ink.n.01", + "hasModel": true, + "categories": [ + "ink" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "alcohol.n.02", + "hasModel": true, + "children": [ + { + "name": "isopropyl_alcohol.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "isopropyl_alcohol" + ] + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "water.n.06", + "hasModel": true, + "categories": [ + "water" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixture.n.01", + "hasModel": true, + "children": [ + { + "name": "composition.n.03", + "hasModel": true, + "children": [ + { + "name": "compost.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "compost" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "plaster.n.01", + "hasModel": true, + "children": [ + { + "name": "grout.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "grout" + ] + }, + { + "name": "spackle.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "spackle" + ] + }, + { + "name": "stucco.n.01", + "hasModel": true, + "categories": [ + "stucco" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "solution.n.01", + "hasModel": true, + "children": [ + { + "name": "sap.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sap" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "petrolatum.n.01", + "hasModel": true, + "children": [ + { + "name": "vaseline.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "vaseline" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "body_substance.n.01", + "hasModel": true, + "children": [ + { + "name": "liquid_body_substance.n.01", + "hasModel": true, + "children": [ + { + "name": "secretion.n.02", + "hasModel": true, + "children": [ + { + "name": "nectar.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "nectar" + ] + }, + { + "name": "perspiration.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "perspiration" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "substance.n.07", + "hasModel": true, + "children": [ + { + "name": "food.n.01", + "hasModel": true, + "children": [ + { + "name": "foodstuff.n.02", + "hasModel": true, + "children": [ + { + "name": "ingredient.n.03", + "hasModel": true, + "children": [ + { + "name": "flavorer.n.01", + "hasModel": true, + "children": [ + { + "name": "condiment.n.01", + "hasModel": true, + "children": [ + { + "name": "sauce.n.01", + "hasModel": true, + "children": [ + { + "name": "aioli.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "aioli" + ] + }, + { + "name": "barbecue_sauce.n.01", + "hasModel": true, + "categories": [ + "barbecue_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_sauce.n.01", + "hasModel": true, + "children": [ + { + "name": "cheese_sauce.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cheese_sauce" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chocolate_sauce.n.01", + "hasModel": true, + "categories": [ + "chocolate_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "spaghetti_sauce.n.01", + "hasModel": true, + "children": [ + { + "name": "cooked__marinara.n.01", + "hasModel": true, + "categories": [ + "cooked__marinara" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_meat_sauce.n.01", + "hasModel": true, + "categories": [ + "cooked__red_meat_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "marinara.n.01", + "hasModel": true, + "categories": [ + "marinara" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_meat_sauce.n.01", + "hasModel": true, + "categories": [ + "red_meat_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tomato_sauce.n.01", + "hasModel": true, + "categories": [ + "tomato_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__wine_sauce.n.01", + "hasModel": true, + "categories": [ + "cooked__wine_sauce" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "gravy.n.01", + "hasModel": true, + "categories": [ + "gravy" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_sauce.n.01", + "hasModel": true, + "categories": [ + "hot_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dressing.n.01", + "hasModel": true, + "children": [ + { + "name": "mayonnaise.n.01", + "hasModel": true, + "categories": [ + "mayonnaise" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mushroom_sauce.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mushroom_sauce" + ] + }, + { + "name": "pesto.n.01", + "hasModel": true, + "categories": [ + "pesto" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 90.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine_sauce.n.01", + "hasModel": true, + "categories": [ + "wine_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "worcester_sauce.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "worcester_sauce" + ] + }, + { + "name": "cheese_pastry_filling.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cheese_pastry_filling" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "catsup.n.01", + "hasModel": true, + "categories": [ + "catsup" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__marinade.n.01", + "hasModel": true, + "categories": [ + "cooked__marinade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__salsa.n.01", + "hasModel": true, + "categories": [ + "cooked__salsa" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dip.n.04", + "hasModel": true, + "children": [ + { + "name": "guacamole.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "guacamole" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "spread.n.05", + "hasModel": true, + "children": [ + { + "name": "hummus.n.01", + "hasModel": true, + "categories": [ + "hummus" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "margarine.n.01", + "hasModel": true, + "categories": [ + "margarine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "miso.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "miso" + ] + }, + { + "name": "nut_butter.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "nut_butter" + ] + }, + { + "name": "peanut_butter.n.01", + "hasModel": true, + "categories": [ + "peanut_butter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "marinade.n.01", + "hasModel": true, + "categories": [ + "marinade" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mustard.n.02", + "hasModel": true, + "categories": [ + "mustard" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "relish.n.02", + "hasModel": true, + "children": [ + { + "name": "olive.n.04", + "hasModel": true, + "categories": [ + "olive" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pickle.n.01", + "hasModel": true, + "categories": [ + "pickle" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "salsa.n.01", + "hasModel": true, + "categories": [ + "salsa" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "soy_sauce.n.01", + "hasModel": true, + "categories": [ + "soy_sauce" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "vinegar.n.01", + "hasModel": true, + "categories": [ + "vinegar" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "spice.n.02", + "hasModel": true, + "children": [ + { + "name": "allspice.n.03", + "hasModel": true, + "categories": [ + "allspice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chinese_anise.n.02", + "hasModel": true, + "categories": [ + "star_anise" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cinnamon.n.03", + "hasModel": true, + "categories": [ + "cinnamon" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "clove.n.04", + "hasModel": true, + "categories": [ + "clove" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "fennel.n.04", + "hasModel": true, + "categories": [ + "fennel_dried" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "ginger.n.02", + "hasModel": true, + "categories": [ + "ginger" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "mace.n.03", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mace" + ] + }, + { + "name": "nutmeg.n.02", + "hasModel": true, + "categories": [ + "nutmeg" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pumpkin_pie_spice.n.01", + "hasModel": true, + "categories": [ + "pumpkin_pie_spice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "herb.n.02", + "hasModel": true, + "children": [ + { + "name": "basil.n.03", + "hasModel": true, + "categories": [ + "basil", + "basil_leaf" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bay_leaf.n.01", + "hasModel": true, + "categories": [ + "bay_leaf" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__marjoram.n.01", + "hasModel": true, + "categories": [ + "cooked__marjoram" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "coriander.n.03", + "hasModel": true, + "categories": [ + "cilantro" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tea.n.05", + "hasModel": true, + "children": [ + { + "name": "green_tea.n.01", + "hasModel": true, + "categories": [ + "green_tea" + ], + "abilities": { + "cookable": { + "cook_temperature": 82.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tea_bag.n.01", + "hasModel": true, + "categories": [ + "tea_bag" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "marjoram.n.02", + "hasModel": true, + "categories": [ + "marjoram" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mint.n.04", + "hasModel": true, + "categories": [ + "mint", + "mint_leaf" + ], + "abilities": { + "cookable": { + "cook_temperature": 50.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parsley.n.02", + "hasModel": true, + "categories": [ + "parsley" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rosemary.n.02", + "hasModel": true, + "categories": [ + "rosemary" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sage.n.02", + "hasModel": true, + "categories": [ + "sage" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "thyme.n.02", + "hasModel": true, + "categories": [ + "thyme" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "pepper.n.03", + "hasModel": true, + "children": [ + { + "name": "black_pepper.n.02", + "hasModel": true, + "categories": [ + "black_pepper" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__black_pepper.n.01", + "hasModel": true, + "categories": [ + "cooked__black_pepper" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "bouillon_cube.n.01", + "hasModel": true, + "categories": [ + "bouillon_cube" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweetening.n.01", + "hasModel": true, + "children": [ + { + "name": "sugar.n.01", + "hasModel": true, + "children": [ + { + "name": "brown_sugar.n.01", + "hasModel": true, + "categories": [ + "brown_sugar" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cane_sugar.n.02", + "hasModel": true, + "categories": [ + "cane_sugar" + ], + "abilities": { + "cookable": { + "cook_temperature": 130.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cinnamon_sugar.n.01", + "hasModel": true, + "categories": [ + "cinnamon_sugar" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__granulated_sugar.n.01", + "hasModel": true, + "categories": [ + "cooked__granulated_sugar" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "granulated_sugar.n.01", + "hasModel": true, + "categories": [ + "granulated_sugar" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lump_sugar.n.01", + "hasModel": true, + "categories": [ + "sugar_cube" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "syrup.n.01", + "hasModel": true, + "children": [ + { + "name": "corn_syrup.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "corn_syrup" + ] + }, + { + "name": "maple_syrup.n.01", + "hasModel": true, + "categories": [ + "maple_syrup" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "molasses.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 130.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "molasses" + ] + }, + { + "name": "sugar_syrup.n.01", + "hasModel": true, + "categories": [ + "sugar_syrup" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "honey.n.01", + "hasModel": true, + "categories": [ + "honey" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "caraway_seed.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "caraway_seed" + ] + }, + { + "name": "cardamom.n.02", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cardamom" + ] + }, + { + "name": "cayenne.n.02", + "hasModel": true, + "categories": [ + "cayenne" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "chili_powder.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "chili_powder" + ] + }, + { + "name": "garlic.n.02", + "hasModel": true, + "children": [ + { + "name": "clove.n.03", + "hasModel": true, + "categories": [ + "garlic_clove" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__clove.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__clove" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__clove.n.01", + "hasModel": true, + "categories": [ + "diced__clove" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "whole_garlic.n.01", + "hasModel": true, + "categories": [ + "garlic" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cooked__curry_powder.n.01", + "hasModel": true, + "categories": [ + "cooked__curry_powder" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__lemon-pepper_seasoning.n.01", + "hasModel": true, + "categories": [ + "cooked__lemon_pepper_seasoning" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__onion_powder.n.01", + "hasModel": true, + "categories": [ + "cooked__onion_powder" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__paprika.n.01", + "hasModel": true, + "categories": [ + "cooked__paprika" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cooked__saffron.n.01", + "hasModel": true, + "categories": [ + "cooked__saffron" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__salt.n.01", + "hasModel": true, + "categories": [ + "cooked__salt" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coriander.n.02", + "hasModel": true, + "categories": [ + "coriander" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "curry_powder.n.01", + "hasModel": true, + "categories": [ + "curry_powder" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ginger.n.03", + "hasModel": true, + "categories": [ + "ginger_root" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "granulated_salt.n.01", + "hasModel": true, + "categories": [ + "granulated_salt" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "jerk_seasoning.n.01", + "hasModel": true, + "categories": [ + "jerk_seasoning" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon-pepper_seasoning.n.01", + "hasModel": true, + "categories": [ + "lemon_pepper_seasoning" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mustard_seasoning.n.01", + "hasModel": true, + "categories": [ + "mustard_seasoning" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mustard_seed.n.01", + "hasModel": true, + "categories": [ + "mustard_seed" + ], + "abilities": { + "cookable": { + "cook_temperature": 180.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "onion_powder.n.01", + "hasModel": true, + "categories": [ + "onion_powder" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "paprika.n.02", + "hasModel": true, + "categories": [ + "paprika" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "poppy_seed.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "poppy_seed" + ] + }, + { + "name": "poultry_seasoning.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "poultry_seasoning" + ] + }, + { + "name": "saffron.n.02", + "hasModel": true, + "categories": [ + "saffron" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "salt.n.02", + "hasModel": true, + "categories": [ + "salt" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sesame_seed.n.01", + "hasModel": true, + "categories": [ + "sesame_seed" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "turmeric.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "turmeric" + ] + }, + { + "name": "vanilla.n.02", + "hasModel": true, + "categories": [ + "vanilla" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "egg_white.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 72.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "egg_white" + ] + }, + { + "name": "egg_yolk.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 72.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tomato_paste.n.01", + "hasModel": true, + "categories": [ + "tomato_paste" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "grain.n.02", + "hasModel": true, + "children": [ + { + "name": "rice.n.01", + "hasModel": true, + "children": [ + { + "name": "arborio_rice.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + }, + "categories": [ + "arborio_rice" + ] + }, + { + "name": "brown_rice.n.01", + "hasModel": true, + "categories": [ + "brown_rice" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "cooked__brown_rice.n.01", + "hasModel": true, + "categories": [ + "cooked__brown_rice" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_rice.n.01", + "hasModel": true, + "categories": [ + "cooked__white_rice" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tomato_rice.n.01", + "hasModel": true, + "categories": [ + "tomato_rice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_rice.n.01", + "hasModel": true, + "categories": [ + "white_rice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "corn.n.03", + "hasModel": true, + "children": [ + { + "name": "cooked__popcorn.n.01", + "hasModel": true, + "categories": [ + "cooked__popcorn" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "popcorn.n.02", + "hasModel": true, + "categories": [ + "popcorn" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sweet_corn.n.02", + "hasModel": true, + "categories": [ + "sweet_corn" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cooked__quinoa.n.01", + "hasModel": true, + "categories": [ + "cooked__quinoa" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "oat.n.02", + "hasModel": true, + "categories": [ + "oat" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "quinoa.n.01", + "hasModel": true, + "categories": [ + "quinoa" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wheat.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "wheat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "starches.n.01", + "hasModel": true, + "children": [ + { + "name": "rice.n.01", + "hasModel": true, + "children": [ + { + "name": "arborio_rice.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + }, + "categories": [ + "arborio_rice" + ] + }, + { + "name": "brown_rice.n.01", + "hasModel": true, + "categories": [ + "brown_rice" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "cooked__brown_rice.n.01", + "hasModel": true, + "categories": [ + "cooked__brown_rice" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_rice.n.01", + "hasModel": true, + "categories": [ + "cooked__white_rice" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tomato_rice.n.01", + "hasModel": true, + "categories": [ + "tomato_rice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_rice.n.01", + "hasModel": true, + "categories": [ + "white_rice" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "bread.n.01", + "hasModel": true, + "children": [ + { + "name": "bun.n.01", + "hasModel": true, + "children": [ + { + "name": "bagel.n.01", + "hasModel": true, + "categories": [ + "bagel" + ], + "abilities": { + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweet_roll.n.01", + "hasModel": true, + "children": [ + { + "name": "cinnamon_roll.n.01", + "hasModel": true, + "categories": [ + "cinnamon_roll" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "danish.n.02", + "hasModel": true, + "categories": [ + "cheese_danish" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crescent_roll.n.01", + "hasModel": true, + "categories": [ + "croissant" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frankfurter_bun.n.01", + "hasModel": true, + "categories": [ + "hotdog_bun" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hamburger_bun.n.01", + "hasModel": true, + "categories": [ + "hamburger_bun" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soft_roll.n.01", + "hasModel": true, + "categories": [ + "soft_roll" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "french_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "baguet.n.01", + "hasModel": true, + "categories": [ + "baguette" + ], + "abilities": { + "cookable": { + "cook_temperature": 177.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quick_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "banana_bread.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "biscuit.n.01", + "hasModel": true, + "categories": [ + "biscuit" + ], + "abilities": { + "cookable": { + "cook_temperature": 218.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "muffin.n.01", + "hasModel": true, + "categories": [ + "muffin" + ], + "abilities": { + "cookable": { + "cook_temperature": 93.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scone.n.01", + "hasModel": true, + "categories": [ + "scone" + ], + "abilities": { + "cookable": { + "cook_temperature": 93.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bread_slice.n.01", + "hasModel": true, + "categories": [ + "bread_slice" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crouton.n.01", + "hasModel": true, + "categories": [ + "crouton" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "garlic_bread.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 218.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "loaf_of_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "meat_loaf.n.01", + "hasModel": true, + "categories": [ + "meat_loaf" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flatbread.n.01", + "hasModel": true, + "children": [ + { + "name": "pita.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 246.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cracker.n.01", + "hasModel": true, + "children": [ + { + "name": "pretzel.n.01", + "hasModel": true, + "categories": [ + "pretzel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sour_bread.n.01", + "hasModel": true, + "categories": [ + "sourdough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toast.n.01", + "hasModel": true, + "categories": [ + "toast" + ], + "abilities": { + "cookable": { + "cook_temperature": 177.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bap.n.01", + "hasModel": true, + "categories": [ + "bap" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cooked__diced__potato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__potato.n.01", + "hasModel": true, + "categories": [ + "diced__potato" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "french_fries.n.02", + "hasModel": true, + "categories": [ + "french_fries" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__potato.n.01", + "hasModel": true, + "categories": [ + "half_potato" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mashed_potato.n.02", + "hasModel": true, + "categories": [ + "mashed_potato" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "potato.n.01", + "hasModel": true, + "categories": [ + "potato" + ], + "abilities": { + "cookable": { + "cook_temperature": 98.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "concoction.n.01", + "hasModel": true, + "children": [ + { + "name": "dough.n.01", + "hasModel": true, + "children": [ + { + "name": "bagel_dough.n.01", + "hasModel": true, + "categories": [ + "bagel_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "biscuit_dough.n.01", + "hasModel": true, + "categories": [ + "biscuit_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_cookie_dough.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cookie_dough.n.01", + "hasModel": true, + "categories": [ + "cookie_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "edible_cookie_dough.n.01", + "hasModel": true, + "categories": [ + "edible_cookie_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pastry.n.01", + "hasModel": true, + "categories": [ + "pastry" + ], + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pizza_dough.n.01", + "hasModel": true, + "categories": [ + "pizza_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spice_cookie_dough.n.01", + "hasModel": true, + "categories": [ + "spice_cookie_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sugar_cookie_dough.n.01", + "hasModel": true, + "categories": [ + "sugar_cookie_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "roll_dough.n.01", + "hasModel": true, + "categories": [ + "roll_dough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mix.n.01", + "hasModel": true, + "children": [ + { + "name": "ready-mix.n.01", + "hasModel": true, + "children": [ + { + "name": "cake_mix.n.01", + "hasModel": true, + "categories": [ + "cake_mix" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "batter.n.02", + "hasModel": true, + "children": [ + { + "name": "cooked__fritter_batter.n.01", + "hasModel": true, + "categories": [ + "cooked__fritter_batter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fritter_batter.n.01", + "hasModel": true, + "categories": [ + "fritter_batter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "onion_ring_batter.n.01", + "hasModel": true, + "categories": [ + "onion_ring_batter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pancake_batter.n.01", + "hasModel": true, + "categories": [ + "pancake_batter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cornbread_batter.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cornbread_batter" + ] + }, + { + "name": "brownie_batter.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brownie_batter" + ] + }, + { + "name": "muffin_batter.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "muffin_batter" + ] + }, + { + "name": "waffle_batter.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "waffle_batter" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "filling.n.03", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "filling" + ] + }, + { + "name": "roux.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "roux" + ] + }, + { + "name": "stuffing.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "stuffing" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "curd.n.01", + "hasModel": true, + "children": [ + { + "name": "bean_curd.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tofu.n.02", + "hasModel": true, + "categories": [ + "tofu" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "beaten_egg.n.01", + "hasModel": true, + "categories": [ + "beaten_egg" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dairy_product.n.01", + "hasModel": true, + "children": [ + { + "name": "cheese.n.01", + "hasModel": true, + "children": [ + { + "name": "bleu.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cheddar.n.02", + "hasModel": true, + "categories": [ + "cheddar" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cottage_cheese.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "cottage_cheese" + ] + }, + { + "name": "cream_cheese.n.01", + "hasModel": true, + "categories": [ + "cream_cheese" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "diced__cheddar.n.01", + "hasModel": true, + "categories": [ + "diced__cheddar" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__feta.n.01", + "hasModel": true, + "categories": [ + "diced__feta" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "feta.n.01", + "hasModel": true, + "categories": [ + "feta" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grated_cheese.n.01", + "hasModel": true, + "categories": [ + "grated_cheese" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__feta.n.01", + "hasModel": true, + "categories": [ + "half_feta" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "melted__cheddar.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "melted__cheddar" + ] + }, + { + "name": "melted__grated_cheese.n.01", + "hasModel": true, + "categories": [ + "melted__grated_cheese" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "melted__parmesan.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "melted__parmesan" + ] + }, + { + "name": "mozzarella.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parmesan.n.01", + "hasModel": true, + "categories": [ + "parmesan" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "ricotta.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "ricotta" + ] + }, + { + "name": "swiss_cheese.n.01", + "hasModel": true, + "categories": [ + "swiss_cheese" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "butter.n.01", + "hasModel": true, + "categories": [ + "butter" + ], + "abilities": { + "cookable": { + "cook_temperature": 38.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "milk.n.01", + "hasModel": true, + "children": [ + { + "name": "buttermilk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "buttermilk" + ] + }, + { + "name": "chocolate_milk.n.01", + "hasModel": true, + "categories": [ + "chocolate_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low-fat_milk.n.01", + "hasModel": true, + "categories": [ + "low_fat_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "whole_milk.n.01", + "hasModel": true, + "categories": [ + "whole_milk" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__melted__butter.n.01", + "hasModel": true, + "categories": [ + "cooked__melted__butter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream.n.02", + "hasModel": true, + "children": [ + { + "name": "heavy_cream.n.01", + "hasModel": true, + "categories": [ + "heavy_cream" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sour_cream.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sour_cream" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "melted__butter.n.01", + "hasModel": true, + "categories": [ + "melted__butter" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "yogurt.n.01", + "hasModel": true, + "categories": [ + "yogurt" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "canned_food.n.01", + "hasModel": true, + "categories": [ + "canned_food" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "juice.n.01", + "hasModel": true, + "children": [ + { + "name": "carrot_juice.n.01", + "hasModel": true, + "categories": [ + "carrot_juice" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_juice.n.01", + "hasModel": true, + "categories": [ + "lemon_juice" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lime_juice.n.01", + "hasModel": true, + "categories": [ + "lime_juice" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "papaya_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "papaya_juice" + ] + }, + { + "name": "tomato_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tomato_juice" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "milk.n.04", + "hasModel": true, + "children": [ + { + "name": "coconut_milk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "coconut_milk" + ] + }, + { + "name": "soya_milk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "soya_milk" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coloring.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "coloring" + ] + }, + { + "name": "cooked__flour.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cooked__flour" + ] + }, + { + "name": "meal.n.03", + "hasModel": true, + "children": [ + { + "name": "cornmeal.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "cornmeal" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "egg.n.02", + "hasModel": true, + "categories": [ + "egg" + ], + "abilities": { + "breakable": {}, + "cookable": { + "cook_temperature": 68.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flour.n.01", + "hasModel": true, + "categories": [ + "flour" + ], + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "raw_egg.n.01", + "hasModel": true, + "categories": [ + "raw_egg" + ], + "abilities": { + "cloth": {}, + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "nutriment.n.01", + "hasModel": true, + "children": [ + { + "name": "course.n.07", + "hasModel": true, + "children": [ + { + "name": "appetizer.n.01", + "hasModel": true, + "children": [ + { + "name": "antipasto.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "dessert.n.01", + "hasModel": true, + "children": [ + { + "name": "compote.n.01", + "hasModel": true, + "children": [ + { + "name": "blueberry_compote.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cherry_filling.n.01", + "hasModel": true, + "categories": [ + "cherry_filling" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "mousse.n.01", + "hasModel": true, + "children": [ + { + "name": "blueberry_mousse.n.01", + "hasModel": true, + "categories": [ + "blueberry_mousse" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "dumpling.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frozen_dessert.n.01", + "hasModel": true, + "children": [ + { + "name": "scoop_of_ice_cream.n.01", + "hasModel": true, + "categories": [ + "scoop_of_ice_cream" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_lolly.n.01", + "hasModel": true, + "categories": [ + "ice_lolly" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tiramisu.n.01", + "hasModel": true, + "categories": [ + "tiramisu" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "dish.n.02", + "hasModel": true, + "children": [ + { + "name": "applesauce.n.01", + "hasModel": true, + "categories": [ + "applesauce" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "snack_food.n.01", + "hasModel": true, + "children": [ + { + "name": "sandwich.n.01", + "hasModel": true, + "children": [ + { + "name": "arepa.n.01", + "hasModel": true, + "categories": [ + "arepa" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "club_sandwich.n.01", + "hasModel": true, + "categories": [ + "club_sandwich" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hamburger.n.01", + "hasModel": true, + "categories": [ + "hamburger" + ], + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hotdog.n.02", + "hasModel": true, + "categories": [ + "hotdog" + ], + "abilities": { + "cookable": { + "cook_temperature": 60.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chip.n.04", + "hasModel": true, + "categories": [ + "chip" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "corn_chip.n.01", + "hasModel": true, + "children": [ + { + "name": "tortilla_chip.n.01", + "hasModel": true, + "categories": [ + "tortilla_chips" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soup.n.01", + "hasModel": true, + "children": [ + { + "name": "broth.n.01", + "hasModel": true, + "children": [ + { + "name": "beef_broth.n.01", + "hasModel": true, + "categories": [ + "beef_broth" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chicken_broth.n.01", + "hasModel": true, + "categories": [ + "chicken_broth" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "broth.n.02", + "hasModel": true, + "children": [ + { + "name": "bouillon.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bouillon" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chicken_soup.n.01", + "hasModel": true, + "categories": [ + "chicken_soup" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chowder.n.01", + "hasModel": true, + "categories": [ + "chowder" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__chicken_soup.n.01", + "hasModel": true, + "categories": [ + "cooked__chicken_soup" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "gazpacho.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "gazpacho" + ] + }, + { + "name": "petite_marmite.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "petite_marmite" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "stew.n.02", + "hasModel": true, + "children": [ + { + "name": "beef_stew.n.01", + "hasModel": true, + "categories": [ + "beef_stew" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fish_stew.n.01", + "hasModel": true, + "categories": [ + "fish_stew" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lamb_stew.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "lamb_stew" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "burrito.n.01", + "hasModel": true, + "categories": [ + "burrito" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carne_asada.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "curry.n.01", + "hasModel": true, + "children": [ + { + "name": "chicken_curry.n.01", + "hasModel": true, + "categories": [ + "chicken_curry" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__diced__carne_asada.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__carne_asada" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "custard.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "custard" + ] + }, + { + "name": "enchilada.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "french_toast.n.01", + "hasModel": true, + "categories": [ + "french_toast" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "boiled_egg.n.01", + "hasModel": true, + "children": [ + { + "name": "half__hard-boiled_egg.n.01", + "hasModel": true, + "categories": [ + "half_hard_boiled_egg" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hard-boiled_egg.n.01", + "hasModel": true, + "categories": [ + "hard_boiled_egg" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kabob.n.01", + "hasModel": true, + "categories": [ + "kabob", + "kebab" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pasta.n.01", + "hasModel": true, + "children": [ + { + "name": "lasagna.n.01", + "hasModel": true, + "categories": [ + "lasagna" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "macaroni_and_cheese.n.01", + "hasModel": true, + "categories": [ + "mac_and_cheese" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spaghetti.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "spaghetti" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "meat_loaf.n.01", + "hasModel": true, + "categories": [ + "meat_loaf" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "meatball.n.01", + "hasModel": true, + "categories": [ + "meatball" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "porridge.n.01", + "hasModel": true, + "children": [ + { + "name": "oatmeal.n.01", + "hasModel": true, + "categories": [ + "oatmeal" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "omelet.n.01", + "hasModel": true, + "categories": [ + "omelet" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paella.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "patty.n.01", + "hasModel": true, + "categories": [ + "patty" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pizza.n.01", + "hasModel": true, + "categories": [ + "pizza" + ], + "abilities": { + "cookable": { + "cook_temperature": 246.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pudding.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ramekin.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ramen.n.01", + "hasModel": true, + "categories": [ + "ramen" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "refried_beans.n.01", + "hasModel": true, + "categories": [ + "refried_beans" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "risotto.n.01", + "hasModel": true, + "categories": [ + "risotto" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "salad.n.01", + "hasModel": true, + "categories": [ + "salad" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "schnitzel.n.01", + "hasModel": true, + "categories": [ + "schnitzel" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scrambled_eggs.n.01", + "hasModel": true, + "categories": [ + "scrambled_eggs" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "sushi.n.01", + "hasModel": true, + "categories": [ + "sushi" + ], + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "taco.n.02", + "hasModel": true, + "categories": [ + "taco" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "dainty.n.01", + "hasModel": true, + "children": [ + { + "name": "sweet.n.03", + "hasModel": true, + "children": [ + { + "name": "candy.n.01", + "hasModel": true, + "children": [ + { + "name": "candy_cane.n.01", + "hasModel": true, + "categories": [ + "candy_cane" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kiss.n.03", + "hasModel": true, + "children": [ + { + "name": "chocolate_kiss.n.01", + "hasModel": true, + "categories": [ + "chocolate_kiss" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "easter_egg.n.01", + "hasModel": true, + "categories": [ + "easter_egg" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "jelly_bean.n.01", + "hasModel": true, + "categories": [ + "jelly_bean" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "lollipop.n.02", + "hasModel": true, + "categories": [ + "lollipop" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "marshmallow.n.01", + "hasModel": true, + "categories": [ + "marshmallow" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mint.n.05", + "hasModel": true, + "children": [ + { + "name": "peppermint.n.03", + "hasModel": true, + "categories": [ + "peppermint_candy" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hard_candy.n.01", + "hasModel": true, + "categories": [ + "hard_candy" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chewing_gum.n.01", + "hasModel": true, + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "confiture.n.01", + "hasModel": true, + "children": [ + { + "name": "conserve.n.01", + "hasModel": true, + "children": [ + { + "name": "jam.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "jam" + ] + }, + { + "name": "jelly.n.02", + "hasModel": true, + "categories": [ + "jelly" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "gelatin.n.02", + "hasModel": true, + "categories": [ + "gelatin" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "puree.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "puree" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "beverage.n.01", + "hasModel": true, + "children": [ + { + "name": "fruit_juice.n.01", + "hasModel": true, + "children": [ + { + "name": "apple_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "apple_juice" + ] + }, + { + "name": "cranberry_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cranberry_juice" + ] + }, + { + "name": "orange_juice.n.01", + "hasModel": true, + "categories": [ + "orange_juice" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pineapple_juice.n.01", + "hasModel": true, + "categories": [ + "pineapple_juice" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "alcohol.n.01", + "hasModel": true, + "children": [ + { + "name": "brew.n.01", + "hasModel": true, + "children": [ + { + "name": "beer.n.01", + "hasModel": true, + "categories": [ + "beer" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquor.n.01", + "hasModel": true, + "children": [ + { + "name": "whiskey.n.01", + "hasModel": true, + "children": [ + { + "name": "bourbon.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bourbon" + ] + }, + { + "name": "scotch.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "scotch" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "brandy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brandy" + ] + }, + { + "name": "gin.n.01", + "hasModel": true, + "categories": [ + "gin" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "rum.n.01", + "hasModel": true, + "categories": [ + "rum" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tequila.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tequila" + ] + }, + { + "name": "vodka.n.01", + "hasModel": true, + "categories": [ + "vodka" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine.n.01", + "hasModel": true, + "children": [ + { + "name": "sparkling_wine.n.01", + "hasModel": true, + "children": [ + { + "name": "champagne.n.01", + "hasModel": true, + "categories": [ + "champagne" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__white_wine" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_wine.n.01", + "hasModel": true, + "categories": [ + "red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_wine.n.01", + "hasModel": true, + "categories": [ + "white_wine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixed_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "punch.n.02", + "hasModel": true, + "children": [ + { + "name": "eggnog.n.01", + "hasModel": true, + "categories": [ + "eggnog" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fruit_punch.n.01", + "hasModel": true, + "categories": [ + "fruit_punch" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocktail.n.01", + "hasModel": true, + "children": [ + { + "name": "margarita.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "margarita" + ] + }, + { + "name": "martini.n.01", + "hasModel": true, + "categories": [ + "martini" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mojito.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mojito" + ] + }, + { + "name": "old_fashioned.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "old_fashioned" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_toddy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "hot_toddy" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liqueur.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "liqueur" + ] + }, + { + "name": "sake.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sake" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "milk.n.01", + "hasModel": true, + "children": [ + { + "name": "buttermilk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "buttermilk" + ] + }, + { + "name": "chocolate_milk.n.01", + "hasModel": true, + "categories": [ + "chocolate_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low-fat_milk.n.01", + "hasModel": true, + "categories": [ + "low_fat_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "whole_milk.n.01", + "hasModel": true, + "categories": [ + "whole_milk" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coffee.n.01", + "hasModel": true, + "children": [ + { + "name": "cafe_au_lait.n.01", + "hasModel": true, + "categories": [ + "cafe_au_lait" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cappuccino.n.01", + "hasModel": true, + "categories": [ + "cappuccino" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "drip_coffee.n.01", + "hasModel": true, + "categories": [ + "drip_coffee" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "espresso.n.01", + "hasModel": true, + "categories": [ + "espresso" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ground_coffee.n.01", + "hasModel": true, + "categories": [ + "ground_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "instant_coffee.n.01", + "hasModel": true, + "categories": [ + "instant_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cider.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cider" + ] + }, + { + "name": "soft_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "cola.n.02", + "hasModel": true, + "children": [ + { + "name": "coca_cola.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "coca_cola" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream_soda.n.01", + "hasModel": true, + "categories": [ + "cream_soda" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ginger_ale.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "ginger_ale" + ] + }, + { + "name": "pop.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "pop" + ] + }, + { + "name": "tonic.n.01", + "hasModel": true, + "categories": [ + "tonic" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocoa.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cocoa" + ] + }, + { + "name": "ginger_beer.n.01", + "hasModel": true, + "categories": [ + "ginger_beer" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "green_tea_latte.n.01", + "hasModel": true, + "categories": [ + "green_tea_latte" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_cappuccino.n.01", + "hasModel": true, + "categories": [ + "iced_cappuccino" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_chocolate.n.01", + "hasModel": true, + "categories": [ + "iced_chocolate" + ], + "abilities": { + "boilable": {}, + "breakable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_water.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "lemon_water" + ] + }, + { + "name": "fruit_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "lemonade.n.01", + "hasModel": true, + "categories": [ + "lemonade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "limeade.n.01", + "hasModel": true, + "categories": [ + "limeade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "smoothie.n.02", + "hasModel": true, + "categories": [ + "smoothie" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tea.n.01", + "hasModel": true, + "categories": [ + "tea" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "feed.n.01", + "hasModel": true, + "children": [ + { + "name": "bird_feed.n.01", + "hasModel": true, + "categories": [ + "bird_feed" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "petfood.n.01", + "hasModel": true, + "children": [ + { + "name": "cat_food.n.01", + "hasModel": true, + "categories": [ + "cat_food" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dog_food.n.01", + "hasModel": true, + "categories": [ + "dog_food" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pellet_food.n.01", + "hasModel": true, + "categories": [ + "pellet_food" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fodder.n.02", + "hasModel": true, + "children": [ + { + "name": "hay.n.01", + "hasModel": true, + "categories": [ + "hay" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "soda_water.n.03", + "hasModel": true, + "categories": [ + "soda_water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fare.n.04", + "hasModel": true, + "children": [ + { + "name": "diet.n.01", + "hasModel": true, + "children": [ + { + "name": "dietary_supplement.n.01", + "hasModel": true, + "children": [ + { + "name": "vitamin_pill.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "vitamin_pill" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "water.n.06", + "hasModel": true, + "categories": [ + "water" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "agent.n.03", + "hasModel": true, + "children": [ + { + "name": "drug.n.01", + "hasModel": true, + "children": [ + { + "name": "medicine.n.02", + "hasModel": true, + "children": [ + { + "name": "analgesic.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "analgesic" + ] + }, + { + "name": "antihistamine.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antihistamine" + ] + }, + { + "name": "remedy.n.02", + "hasModel": true, + "children": [ + { + "name": "ointment.n.01", + "hasModel": true, + "children": [ + { + "name": "baby_oil.n.01", + "hasModel": true, + "categories": [ + "baby_oil" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lip_balm.n.01", + "hasModel": true, + "categories": [ + "lip_balm" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "lotion.n.02", + "hasModel": true, + "children": [ + { + "name": "rubbing_alcohol.n.01", + "hasModel": true, + "categories": [ + "rubbing_alcohol" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "dose.n.01", + "hasModel": true, + "children": [ + { + "name": "pill.n.02", + "hasModel": true, + "categories": [ + "pill" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + }, + { + "name": "powder.n.03", + "hasModel": true, + "children": [ + { + "name": "toilet_powder.n.01", + "hasModel": true, + "children": [ + { + "name": "talcum.n.02", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "talcum" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "drug_of_abuse.n.01", + "hasModel": true, + "children": [ + { + "name": "alcohol.n.01", + "hasModel": true, + "children": [ + { + "name": "brew.n.01", + "hasModel": true, + "children": [ + { + "name": "beer.n.01", + "hasModel": true, + "categories": [ + "beer" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquor.n.01", + "hasModel": true, + "children": [ + { + "name": "whiskey.n.01", + "hasModel": true, + "children": [ + { + "name": "bourbon.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bourbon" + ] + }, + { + "name": "scotch.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "scotch" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "brandy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brandy" + ] + }, + { + "name": "gin.n.01", + "hasModel": true, + "categories": [ + "gin" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "rum.n.01", + "hasModel": true, + "categories": [ + "rum" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tequila.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tequila" + ] + }, + { + "name": "vodka.n.01", + "hasModel": true, + "categories": [ + "vodka" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine.n.01", + "hasModel": true, + "children": [ + { + "name": "sparkling_wine.n.01", + "hasModel": true, + "children": [ + { + "name": "champagne.n.01", + "hasModel": true, + "categories": [ + "champagne" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__white_wine" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_wine.n.01", + "hasModel": true, + "categories": [ + "red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_wine.n.01", + "hasModel": true, + "categories": [ + "white_wine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixed_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "punch.n.02", + "hasModel": true, + "children": [ + { + "name": "eggnog.n.01", + "hasModel": true, + "categories": [ + "eggnog" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fruit_punch.n.01", + "hasModel": true, + "categories": [ + "fruit_punch" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocktail.n.01", + "hasModel": true, + "children": [ + { + "name": "margarita.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "margarita" + ] + }, + { + "name": "martini.n.01", + "hasModel": true, + "categories": [ + "martini" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mojito.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mojito" + ] + }, + { + "name": "old_fashioned.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "old_fashioned" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_toddy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "hot_toddy" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liqueur.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "liqueur" + ] + }, + { + "name": "sake.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sake" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "roll_of_tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "cigar.n.01", + "hasModel": true, + "categories": [ + "cigar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cigarette.n.01", + "hasModel": true, + "categories": [ + "cigarette" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "antifungal.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antifungal" + ] + }, + { + "name": "bleaching_agent.n.01", + "hasModel": true, + "categories": [ + "bleaching_agent" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chemical_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "desiccant.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oxidant.n.01", + "hasModel": true, + "children": [ + { + "name": "hydrogen_peroxide.n.01", + "hasModel": true, + "categories": [ + "hydrogen_peroxide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "disinfectant.n.01", + "hasModel": true, + "categories": [ + "disinfectant" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "leaven.n.01", + "hasModel": true, + "children": [ + { + "name": "baking_powder.n.01", + "hasModel": true, + "categories": [ + "baking_powder" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "yeast.n.01", + "hasModel": true, + "categories": [ + "yeast" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fuel.n.01", + "hasModel": true, + "children": [ + { + "name": "butane.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "butane" + ] + }, + { + "name": "charcoal.n.01", + "hasModel": true, + "categories": [ + "charcoal_powder" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fossil_fuel.n.01", + "hasModel": true, + "children": [ + { + "name": "coal.n.01", + "hasModel": true, + "categories": [ + "coal" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "firewood.n.01", + "hasModel": true, + "categories": [ + "firewood" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gasoline.n.01", + "hasModel": true, + "categories": [ + "gasoline" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "nutrient.n.02", + "hasModel": true, + "children": [ + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "water.n.06", + "hasModel": true, + "categories": [ + "water" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lubricant.n.01", + "hasModel": true, + "categories": [ + "lubricant" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "jelly.n.03", + "hasModel": true, + "children": [ + { + "name": "petrolatum.n.01", + "hasModel": true, + "children": [ + { + "name": "vaseline.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "vaseline" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "solid.n.01", + "hasModel": true, + "children": [ + { + "name": "food.n.02", + "hasModel": true, + "children": [ + { + "name": "baked_goods.n.01", + "hasModel": true, + "children": [ + { + "name": "pastry.n.02", + "hasModel": true, + "children": [ + { + "name": "pie.n.01", + "hasModel": true, + "children": [ + { + "name": "apple_pie.n.01", + "hasModel": true, + "categories": [ + "apple_pie" + ], + "abilities": { + "cookable": { + "cook_temperature": 80.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tart.n.02", + "hasModel": true, + "children": [ + { + "name": "cheese_tart.n.01", + "hasModel": true, + "categories": [ + "cheese_tart" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quiche.n.02", + "hasModel": true, + "categories": [ + "quiche" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tartlet.n.01", + "hasModel": true, + "categories": [ + "tartlet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__apple_pie.n.01", + "hasModel": true, + "categories": [ + "half_apple_pie" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pie_crust.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 200.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ice_cream_cone.n.01", + "hasModel": true, + "categories": [ + "ice_cream_cone" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bread.n.01", + "hasModel": true, + "children": [ + { + "name": "bun.n.01", + "hasModel": true, + "children": [ + { + "name": "bagel.n.01", + "hasModel": true, + "categories": [ + "bagel" + ], + "abilities": { + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweet_roll.n.01", + "hasModel": true, + "children": [ + { + "name": "cinnamon_roll.n.01", + "hasModel": true, + "categories": [ + "cinnamon_roll" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "danish.n.02", + "hasModel": true, + "categories": [ + "cheese_danish" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crescent_roll.n.01", + "hasModel": true, + "categories": [ + "croissant" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "frankfurter_bun.n.01", + "hasModel": true, + "categories": [ + "hotdog_bun" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hamburger_bun.n.01", + "hasModel": true, + "categories": [ + "hamburger_bun" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "soft_roll.n.01", + "hasModel": true, + "categories": [ + "soft_roll" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "french_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "baguet.n.01", + "hasModel": true, + "categories": [ + "baguette" + ], + "abilities": { + "cookable": { + "cook_temperature": 177.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quick_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "banana_bread.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "biscuit.n.01", + "hasModel": true, + "categories": [ + "biscuit" + ], + "abilities": { + "cookable": { + "cook_temperature": 218.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "muffin.n.01", + "hasModel": true, + "categories": [ + "muffin" + ], + "abilities": { + "cookable": { + "cook_temperature": 93.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scone.n.01", + "hasModel": true, + "categories": [ + "scone" + ], + "abilities": { + "cookable": { + "cook_temperature": 93.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bread_slice.n.01", + "hasModel": true, + "categories": [ + "bread_slice" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crouton.n.01", + "hasModel": true, + "categories": [ + "crouton" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "garlic_bread.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 218.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "loaf_of_bread.n.01", + "hasModel": true, + "children": [ + { + "name": "meat_loaf.n.01", + "hasModel": true, + "categories": [ + "meat_loaf" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flatbread.n.01", + "hasModel": true, + "children": [ + { + "name": "pita.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 246.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cracker.n.01", + "hasModel": true, + "children": [ + { + "name": "pretzel.n.01", + "hasModel": true, + "categories": [ + "pretzel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sour_bread.n.01", + "hasModel": true, + "categories": [ + "sourdough" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "toast.n.01", + "hasModel": true, + "categories": [ + "toast" + ], + "abilities": { + "cookable": { + "cook_temperature": 177.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "bap.n.01", + "hasModel": true, + "categories": [ + "bap" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cake.n.03", + "hasModel": true, + "children": [ + { + "name": "cookie.n.01", + "hasModel": true, + "children": [ + { + "name": "brownie.n.03", + "hasModel": true, + "categories": [ + "brownie" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "butter_cookie.n.01", + "hasModel": true, + "categories": [ + "butter_cookie" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_biscuit.n.01", + "hasModel": true, + "categories": [ + "chocolate_biscuit" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_chip_cookie.n.01", + "hasModel": true, + "categories": [ + "chocolate_chip_cookie" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "granola_bar.n.01", + "hasModel": true, + "categories": [ + "granola_bar" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "macaroon.n.01", + "hasModel": true, + "categories": [ + "macaron" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "spice_cookie.n.01", + "hasModel": true, + "categories": [ + "spice_cookie" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sugar_cookie.n.01", + "hasModel": true, + "categories": [ + "sugar_cookie" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wafer.n.02", + "hasModel": true, + "categories": [ + "wafer" + ], + "abilities": { + "breakable": {}, + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cookie_stick.n.01", + "hasModel": true, + "categories": [ + "cookie_stick" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pancake.n.01", + "hasModel": true, + "children": [ + { + "name": "buttermilk_pancake.n.01", + "hasModel": true, + "categories": [ + "buttermilk_pancake" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "potato_pancake.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tortilla.n.01", + "hasModel": true, + "categories": [ + "tortilla" + ], + "abilities": { + "cloth": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cheesecake.n.01", + "hasModel": true, + "categories": [ + "cheesecake" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_cake.n.01", + "hasModel": true, + "categories": [ + "chocolate_cake" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cupcake.n.01", + "hasModel": true, + "categories": [ + "cupcake" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "friedcake.n.01", + "hasModel": true, + "children": [ + { + "name": "doughnut.n.02", + "hasModel": true, + "categories": [ + "donut" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fruitcake.n.02", + "hasModel": true, + "categories": [ + "fruitcake" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gingerbread.n.01", + "hasModel": true, + "categories": [ + "gingerbread" + ], + "abilities": { + "cookable": { + "cook_temperature": 175.0, + "burn_temperature": 200.0 + }, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__chocolate_cake.n.01", + "hasModel": true, + "categories": [ + "sliced_chocolate_cake" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "waffle.n.01", + "hasModel": true, + "categories": [ + "waffle" + ], + "abilities": { + "cookable": { + "cook_temperature": 191.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "produce.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_fruit.n.01", + "hasModel": true, + "children": [ + { + "name": "apple.n.01", + "hasModel": true, + "categories": [ + "apple" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "apricot.n.02", + "hasModel": true, + "categories": [ + "apricot" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "avocado.n.01", + "hasModel": true, + "categories": [ + "avocado" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "banana.n.02", + "hasModel": true, + "categories": [ + "banana", + "bunch_of_bananas" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "berry.n.01", + "hasModel": true, + "children": [ + { + "name": "blackberry.n.01", + "hasModel": true, + "categories": [ + "blackberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "blueberry.n.02", + "hasModel": true, + "categories": [ + "blueberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cranberry.n.02", + "hasModel": true, + "categories": [ + "cranberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "currant.n.01", + "hasModel": true, + "children": [ + { + "name": "gooseberry.n.02", + "hasModel": true, + "categories": [ + "gooseberry" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raspberry.n.02", + "hasModel": true, + "categories": [ + "raspberries", + "raspberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "strawberry.n.01", + "hasModel": true, + "categories": [ + "strawberries", + "strawberry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__strawberry.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "diced__strawberry" + ] + }, + { + "name": "half__strawberry.n.01", + "hasModel": true, + "categories": [ + "half_strawberry" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "melon.n.01", + "hasModel": true, + "children": [ + { + "name": "muskmelon.n.02", + "hasModel": true, + "children": [ + { + "name": "cantaloup.n.02", + "hasModel": true, + "categories": [ + "cantaloup" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__watermelon.n.01", + "hasModel": true, + "categories": [ + "diced__watermelon" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__watermelon.n.01", + "hasModel": true, + "categories": [ + "half_watermelon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__melon.n.01", + "hasModel": true, + "categories": [ + "sliced_melon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "watermelon.n.02", + "hasModel": true, + "categories": [ + "watermelon" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cherry.n.03", + "hasModel": true, + "categories": [ + "cherry" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "date.n.08", + "hasModel": true, + "categories": [ + "date" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__apple.n.01", + "hasModel": true, + "categories": [ + "diced__apple" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__avocado.n.01", + "hasModel": true, + "categories": [ + "diced__avocado" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__kiwi.n.01", + "hasModel": true, + "categories": [ + "diced__kiwi" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "citrus.n.01", + "hasModel": true, + "children": [ + { + "name": "diced__lemon.n.01", + "hasModel": true, + "categories": [ + "diced__lemon" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "grapefruit.n.02", + "hasModel": true, + "categories": [ + "grapefruit" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__lemon.n.01", + "hasModel": true, + "categories": [ + "half_lemon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__lime.n.01", + "hasModel": true, + "categories": [ + "half_lime" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__orange.n.01", + "hasModel": true, + "categories": [ + "half_orange" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pomelo.n.01", + "hasModel": true, + "categories": [ + "half_pomelo" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lemon.n.01", + "hasModel": true, + "categories": [ + "lemon" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lime.n.06", + "hasModel": true, + "categories": [ + "lime" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orange.n.01", + "hasModel": true, + "categories": [ + "orange" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pomelo.n.02", + "hasModel": true, + "categories": [ + "pomelo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__lemon.n.01", + "hasModel": true, + "categories": [ + "sliced_lemon" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__lime.n.01", + "hasModel": true, + "categories": [ + "sliced_lime" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__orange.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "diced__orange" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "diced__mango.n.01", + "hasModel": true, + "categories": [ + "diced__mango" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__pineapple.n.01", + "hasModel": true, + "categories": [ + "diced__pineapple" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dried_fruit.n.01", + "hasModel": true, + "children": [ + { + "name": "dried_apricot.n.01", + "hasModel": true, + "categories": [ + "dried_apricot" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "raisin.n.01", + "hasModel": true, + "categories": [ + "raisin" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "dried_cranberry.n.01", + "hasModel": true, + "categories": [ + "dried_cranberry" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "durian.n.02", + "hasModel": true, + "categories": [ + "durian" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grape.n.01", + "hasModel": true, + "categories": [ + "grape" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__apple.n.01", + "hasModel": true, + "categories": [ + "half_apple" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__mango.n.01", + "hasModel": true, + "categories": [ + "half_mango" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pineapple.n.01", + "hasModel": true, + "categories": [ + "half_pineapple" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__plum.n.01", + "hasModel": true, + "categories": [ + "half_plum" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pomegranate.n.01", + "hasModel": true, + "categories": [ + "half_pomegranate" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kiwi.n.03", + "hasModel": true, + "categories": [ + "kiwi" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mango.n.02", + "hasModel": true, + "categories": [ + "mango" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "nectarine.n.02", + "hasModel": true, + "categories": [ + "nectarine" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "papaya.n.02", + "hasModel": true, + "categories": [ + "papaya" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "peach.n.03", + "hasModel": true, + "categories": [ + "peach" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pear.n.01", + "hasModel": true, + "categories": [ + "pear" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pineapple.n.02", + "hasModel": true, + "categories": [ + "pineapple" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plum.n.02", + "hasModel": true, + "categories": [ + "plum" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pomegranate.n.02", + "hasModel": true, + "categories": [ + "pomegranate" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__papaya.n.01", + "hasModel": true, + "categories": [ + "sliced_papaya" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__apricot.n.01", + "hasModel": true, + "categories": [ + "half_apricot" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__kiwi.n.01", + "hasModel": true, + "categories": [ + "half_kiwi" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__peach.n.01", + "hasModel": true, + "categories": [ + "half_peach" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__pear.n.01", + "hasModel": true, + "categories": [ + "half_pear" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__papaya.n.01", + "hasModel": true, + "categories": [ + "half_papaya" + ], + "abilities": { + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "vegetable.n.01", + "hasModel": true, + "children": [ + { + "name": "artichoke.n.02", + "hasModel": true, + "categories": [ + "artichoke" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "greens.n.01", + "hasModel": true, + "children": [ + { + "name": "salad_green.n.01", + "hasModel": true, + "children": [ + { + "name": "arugula.n.02", + "hasModel": true, + "categories": [ + "arugula" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chopped__lettuce.n.01", + "hasModel": true, + "categories": [ + "chopped_lettuce" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__lettuce.n.01", + "hasModel": true, + "categories": [ + "diced__lettuce" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lettuce.n.03", + "hasModel": true, + "categories": [ + "lettuce" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chard.n.02", + "hasModel": true, + "categories": [ + "chard" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__chard.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__chard" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__chard.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__chard" + ] + }, + { + "name": "diced__spinach.n.01", + "hasModel": true, + "categories": [ + "diced__spinach" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "spinach.n.02", + "hasModel": true, + "categories": [ + "spinach" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "asparagus.n.02", + "hasModel": true, + "categories": [ + "asparagus" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "solanaceous_vegetable.n.01", + "hasModel": true, + "children": [ + { + "name": "tomato.n.01", + "hasModel": true, + "children": [ + { + "name": "beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "beefsteak_tomato" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cherry_tomato.n.02", + "hasModel": true, + "categories": [ + "cherry_tomato" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__beefsteak_tomato" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "diced__beefsteak_tomato" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__beefsteak_tomato.n.01", + "hasModel": true, + "categories": [ + "half_beefsteak_tomato" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__tomato.n.01", + "hasModel": true, + "categories": [ + "sliced_tomato" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "pepper.n.04", + "hasModel": true, + "children": [ + { + "name": "sweet_pepper.n.02", + "hasModel": true, + "children": [ + { + "name": "bell_pepper.n.02", + "hasModel": true, + "categories": [ + "bell_pepper" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__bell_pepper.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__bell_pepper" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__bell_pepper.n.01", + "hasModel": true, + "categories": [ + "diced__bell_pepper" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__bell_pepper.n.01", + "hasModel": true, + "categories": [ + "half_bell_pepper" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "hot_pepper.n.02", + "hasModel": true, + "children": [ + { + "name": "chili.n.02", + "hasModel": true, + "categories": [ + "chili", + "chili_pepper" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__chili.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__chili" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__chili.n.01", + "hasModel": true, + "categories": [ + "diced__chili" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pottable__chili.n.01", + "hasModel": true, + "categories": [ + "pottable_chili" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cooked__diced__potato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__potato.n.01", + "hasModel": true, + "categories": [ + "diced__potato" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "eggplant.n.01", + "hasModel": true, + "categories": [ + "eggplant" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__eggplant.n.01", + "hasModel": true, + "categories": [ + "half_eggplant" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__potato.n.01", + "hasModel": true, + "categories": [ + "half_potato" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "potato.n.01", + "hasModel": true, + "categories": [ + "potato" + ], + "abilities": { + "cookable": { + "cook_temperature": 98.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__eggplant.n.01", + "hasModel": true, + "categories": [ + "sliced_eggplant" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "root_vegetable.n.01", + "hasModel": true, + "children": [ + { + "name": "beet.n.02", + "hasModel": true, + "categories": [ + "beet" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carrot.n.03", + "hasModel": true, + "categories": [ + "carrot" + ], + "abilities": { + "cookable": { + "cook_temperature": 91.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__carrot.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__carrot" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__diced__potato.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__potato" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__beet.n.01", + "hasModel": true, + "categories": [ + "diced__beet" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__carrot.n.01", + "hasModel": true, + "categories": [ + "diced__carrot" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__potato.n.01", + "hasModel": true, + "categories": [ + "diced__potato" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__potato.n.01", + "hasModel": true, + "categories": [ + "half_potato" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parsnip.n.03", + "hasModel": true, + "categories": [ + "parsnip" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "potato.n.01", + "hasModel": true, + "categories": [ + "potato" + ], + "abilities": { + "cookable": { + "cook_temperature": 98.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "radish.n.01", + "hasModel": true, + "categories": [ + "radish" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turnip.n.02", + "hasModel": true, + "children": [ + { + "name": "rutabaga.n.01", + "hasModel": true, + "categories": [ + "rutabaga" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_turnip.n.02", + "hasModel": true, + "categories": [ + "white_turnip" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sweet_potato.n.02", + "hasModel": true, + "children": [ + { + "name": "yam.n.03", + "hasModel": true, + "categories": [ + "candied_yam" + ], + "abilities": { + "cookable": { + "cook_temperature": 96.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "legume.n.03", + "hasModel": true, + "children": [ + { + "name": "bean.n.01", + "hasModel": true, + "children": [ + { + "name": "common_bean.n.02", + "hasModel": true, + "children": [ + { + "name": "black_bean.n.01", + "hasModel": true, + "categories": [ + "black_bean" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "cooked__black_bean.n.01", + "hasModel": true, + "categories": [ + "cooked__black_bean" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fresh_bean.n.01", + "hasModel": true, + "children": [ + { + "name": "green_bean.n.01", + "hasModel": true, + "categories": [ + "green_bean" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell_bean.n.02", + "hasModel": true, + "children": [ + { + "name": "lima_bean.n.03", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "lima_bean" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "soy.n.04", + "hasModel": true, + "categories": [ + "soybean" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chickpea.n.03", + "hasModel": true, + "categories": [ + "chickpea" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "cooked__chickpea.n.01", + "hasModel": true, + "categories": [ + "cooked__chickpea" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__pea.n.01", + "hasModel": true, + "categories": [ + "cooked__pea" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lentil.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + }, + "categories": [ + "lentil" + ] + }, + { + "name": "pea.n.01", + "hasModel": true, + "categories": [ + "pea" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cruciferous_vegetable.n.01", + "hasModel": true, + "children": [ + { + "name": "cabbage.n.01", + "hasModel": true, + "children": [ + { + "name": "bok_choy.n.02", + "hasModel": true, + "categories": [ + "bok_choy" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__head_cabbage.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__head_cabbage" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__head_cabbage.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__head_cabbage" + ] + }, + { + "name": "head_cabbage.n.02", + "hasModel": true, + "categories": [ + "head_cabbage" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kale.n.03", + "hasModel": true, + "categories": [ + "kale" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "broccoli_rabe.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "broccoli.n.02", + "hasModel": true, + "categories": [ + "broccoli" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "broccolini.n.01", + "hasModel": true, + "categories": [ + "broccolini" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "brussels_sprouts.n.01", + "hasModel": true, + "categories": [ + "brussels_sprouts" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cauliflower.n.02", + "hasModel": true, + "categories": [ + "cauliflower" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__broccoli.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__broccoli" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__broccoli.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__broccoli" + ] + }, + { + "name": "mustard.n.03", + "hasModel": true, + "categories": [ + "mustard_leaf" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "radish.n.01", + "hasModel": true, + "categories": [ + "radish" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turnip.n.02", + "hasModel": true, + "children": [ + { + "name": "rutabaga.n.01", + "hasModel": true, + "categories": [ + "rutabaga" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "white_turnip.n.02", + "hasModel": true, + "categories": [ + "white_turnip" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "celery.n.02", + "hasModel": true, + "categories": [ + "celery" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "onion.n.03", + "hasModel": true, + "children": [ + { + "name": "cooked__diced__green_onion.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__green_onion" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__diced__vidalia_onion.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__vidalia_onion" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__green_onion.n.01", + "hasModel": true, + "categories": [ + "diced__green_onion" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__vidalia_onion.n.01", + "hasModel": true, + "categories": [ + "diced__vidalia_onion" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "green_onion.n.01", + "hasModel": true, + "categories": [ + "green_onion" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__vidalia_onion.n.01", + "hasModel": true, + "categories": [ + "half_vidalia_onion" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__onion.n.01", + "hasModel": true, + "categories": [ + "sliced_onion" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vidalia_onion.n.01", + "hasModel": true, + "categories": [ + "vidalia_onion" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "squash.n.02", + "hasModel": true, + "children": [ + { + "name": "summer_squash.n.02", + "hasModel": true, + "children": [ + { + "name": "cooked__diced__zucchini.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__zucchini" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__zucchini.n.01", + "hasModel": true, + "categories": [ + "diced__zucchini" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__zucchini.n.01", + "hasModel": true, + "categories": [ + "half_zucchini" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "zucchini.n.02", + "hasModel": true, + "categories": [ + "zucchini" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cucumber.n.02", + "hasModel": true, + "categories": [ + "cucumber" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__celery.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__celery" + ] + }, + { + "name": "diced__cucumber.n.01", + "hasModel": true, + "categories": [ + "diced__cucumber" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fennel.n.02", + "hasModel": true, + "categories": [ + "fennel" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gumbo.n.03", + "hasModel": true, + "categories": [ + "okra" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__mushroom.n.01", + "hasModel": true, + "categories": [ + "half_mushroom" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "leek.n.02", + "hasModel": true, + "categories": [ + "leek" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mushroom.n.05", + "hasModel": true, + "categories": [ + "mushroom" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pieplant.n.01", + "hasModel": true, + "categories": [ + "rhubarb" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pumpkin.n.02", + "hasModel": true, + "categories": [ + "pumpkin" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__cucumber.n.01", + "hasModel": true, + "categories": [ + "sliced_cucumber" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "meat.n.01", + "hasModel": true, + "children": [ + { + "name": "cut.n.06", + "hasModel": true, + "children": [ + { + "name": "cut_of_pork.n.01", + "hasModel": true, + "children": [ + { + "name": "bacon.n.01", + "hasModel": true, + "categories": [ + "bacon" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "ham.n.01", + "hasModel": true, + "children": [ + { + "name": "cooked__diced__virginia_ham.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__virginia_ham" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__virginia_ham.n.01", + "hasModel": true, + "categories": [ + "diced__virginia_ham" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "prosciutto.n.01", + "hasModel": true, + "categories": [ + "prosciutto" + ], + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "virginia_ham.n.01", + "hasModel": true, + "categories": [ + "virginia_ham" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "brisket.n.01", + "hasModel": true, + "categories": [ + "brisket" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__steak.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__steak" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__steak.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__steak" + ] + }, + { + "name": "leg.n.05", + "hasModel": true, + "children": [ + { + "name": "ham_hock.n.01", + "hasModel": true, + "categories": [ + "ham_hock" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "loin.n.01", + "hasModel": true, + "categories": [ + "loin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chop.n.02", + "hasModel": true, + "children": [ + { + "name": "porkchop.n.01", + "hasModel": true, + "categories": [ + "pork_chop" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rib.n.03", + "hasModel": true, + "categories": [ + "pork_rib", + "rib" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sirloin.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "roast.n.01", + "hasModel": true, + "children": [ + { + "name": "sliced__roast_beef.n.01", + "hasModel": true, + "categories": [ + "sliced_roast_beef" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "steak.n.01", + "hasModel": true, + "categories": [ + "steak" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tenderloin.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sliced__brisket.n.01", + "hasModel": true, + "categories": [ + "sliced__brisket", + "sliced_brisket" + ], + "abilities": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "sausage.n.01", + "hasModel": true, + "children": [ + { + "name": "pork_sausage.n.01", + "hasModel": true, + "children": [ + { + "name": "bratwurst.n.01", + "hasModel": true, + "categories": [ + "bratwurst" + ], + "abilities": { + "cookable": { + "cook_temperature": 72.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__bratwurst.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cooked__diced__bratwurst" + ] + }, + { + "name": "diced__bratwurst.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__bratwurst" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chorizo.n.01", + "hasModel": true, + "categories": [ + "chorizo" + ], + "abilities": { + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__chorizo.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__chorizo" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "frank.n.02", + "hasModel": true, + "categories": [ + "hotdog_frank" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "kielbasa.n.01", + "hasModel": true, + "categories": [ + "kielbasa" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pepperoni.n.01", + "hasModel": true, + "categories": [ + "pepperoni" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "bird.n.02", + "hasModel": true, + "children": [ + { + "name": "poultry.n.02", + "hasModel": true, + "children": [ + { + "name": "chicken.n.01", + "hasModel": true, + "categories": [ + "chicken" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cooked__diced__chicken.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__chicken" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__diced__turkey.n.01", + "hasModel": true, + "categories": [ + "cooked__diced__turkey" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__chicken.n.01", + "hasModel": true, + "categories": [ + "diced__chicken" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "duck.n.03", + "hasModel": true, + "categories": [ + "duck" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turkey.n.04", + "hasModel": true, + "categories": [ + "turkey" + ], + "abilities": { + "cookable": { + "cook_temperature": 82.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "wildfowl.n.01", + "hasModel": true, + "children": [ + { + "name": "quail.n.01", + "hasModel": true, + "categories": [ + "quail_breast", + "quail_breast_raw", + "quail_leg" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cold_cuts.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "beef.n.02", + "hasModel": true, + "children": [ + { + "name": "cooked__ground_beef.n.01", + "hasModel": true, + "categories": [ + "cooked__ground_beef" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "ground_beef.n.01", + "hasModel": true, + "categories": [ + "ground_beef" + ], + "abilities": { + "cookable": { + "cook_temperature": 72.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "lamb.n.05", + "hasModel": true, + "categories": [ + "lamb" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pork.n.01", + "hasModel": true, + "categories": [ + "pork" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "veal.n.01", + "hasModel": true, + "categories": [ + "veal" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "game.n.07", + "hasModel": true, + "children": [ + { + "name": "venison.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cheese.n.01", + "hasModel": true, + "children": [ + { + "name": "bleu.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cheddar.n.02", + "hasModel": true, + "categories": [ + "cheddar" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cottage_cheese.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "cottage_cheese" + ] + }, + { + "name": "cream_cheese.n.01", + "hasModel": true, + "categories": [ + "cream_cheese" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "diced__cheddar.n.01", + "hasModel": true, + "categories": [ + "diced__cheddar" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "diced__feta.n.01", + "hasModel": true, + "categories": [ + "diced__feta" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "feta.n.01", + "hasModel": true, + "categories": [ + "feta" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grated_cheese.n.01", + "hasModel": true, + "categories": [ + "grated_cheese" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "half__feta.n.01", + "hasModel": true, + "categories": [ + "half_feta" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "melted__cheddar.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "melted__cheddar" + ] + }, + { + "name": "melted__grated_cheese.n.01", + "hasModel": true, + "categories": [ + "melted__grated_cheese" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "melted__parmesan.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "melted__parmesan" + ] + }, + { + "name": "mozzarella.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "parmesan.n.01", + "hasModel": true, + "categories": [ + "parmesan" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "ricotta.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "ricotta" + ] + }, + { + "name": "swiss_cheese.n.01", + "hasModel": true, + "categories": [ + "swiss_cheese" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "butter.n.01", + "hasModel": true, + "categories": [ + "butter" + ], + "abilities": { + "cookable": { + "cook_temperature": 38.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "convenience_food.n.01", + "hasModel": true, + "children": [ + { + "name": "ready-mix.n.01", + "hasModel": true, + "children": [ + { + "name": "cake_mix.n.01", + "hasModel": true, + "categories": [ + "cake_mix" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chocolate.n.02", + "hasModel": true, + "children": [ + { + "name": "chocolate_candy.n.01", + "hasModel": true, + "children": [ + { + "name": "chocolate_bar.n.01", + "hasModel": true, + "categories": [ + "chocolate_bar" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chocolate_kiss.n.01", + "hasModel": true, + "categories": [ + "chocolate_kiss" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "jimmies.n.01", + "hasModel": true, + "categories": [ + "jimmies" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cocoa_powder.n.01", + "hasModel": true, + "categories": [ + "cocoa_powder" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "melted__white_chocolate.n.01", + "hasModel": true, + "categories": [ + "melted__white_chocolate" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_chocolate.n.01", + "hasModel": true, + "categories": [ + "white_chocolate" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "seafood.n.01", + "hasModel": true, + "children": [ + { + "name": "shellfish.n.01", + "hasModel": true, + "children": [ + { + "name": "clam.n.03", + "hasModel": true, + "categories": [ + "clam" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crab.n.05", + "hasModel": true, + "categories": [ + "crab" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "crayfish.n.02", + "hasModel": true, + "categories": [ + "crawfish" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "huitre.n.01", + "hasModel": true, + "categories": [ + "oyster" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lobster.n.01", + "hasModel": true, + "categories": [ + "lobster" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mussel.n.01", + "hasModel": true, + "categories": [ + "mussel" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "scallop.n.02", + "hasModel": true, + "categories": [ + "scallop" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "saltwater_fish.n.01", + "hasModel": true, + "children": [ + { + "name": "cod.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "grouper.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "flatfish.n.01", + "hasModel": true, + "children": [ + { + "name": "halibut.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "snapper.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tuna.n.02", + "hasModel": true, + "categories": [ + "tuna" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "octopus.n.01", + "hasModel": true, + "categories": [ + "octopus" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "prawn.n.01", + "hasModel": true, + "categories": [ + "shrimp" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "squid.n.01", + "hasModel": true, + "categories": [ + "squid" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "coconut.n.01", + "hasModel": true, + "categories": [ + "coconut" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pasta.n.02", + "hasModel": true, + "children": [ + { + "name": "conchiglie.n.01", + "hasModel": true, + "categories": [ + "conchiglie" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__noodle.n.01", + "hasModel": true, + "categories": [ + "cooked__noodle" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cooked__orzo.n.01", + "hasModel": true, + "categories": [ + "cooked__orzo" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cooked__penne.n.01", + "hasModel": true, + "categories": [ + "cooked__penne" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "dumpling.n.01", + "hasModel": true, + "categories": [ + "dumpling" + ], + "abilities": { + "cookable": {}, + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "macaroni.n.02", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "macaroni" + ] + }, + { + "name": "noodle.n.01", + "hasModel": true, + "categories": [ + "noodle" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "orzo.n.01", + "hasModel": true, + "categories": [ + "orzo" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {}, + "waterCook": {} + } + }, + { + "name": "penne.n.01", + "hasModel": true, + "categories": [ + "penne" + ], + "abilities": { + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "ravioli.n.01", + "hasModel": true, + "categories": [ + "ravioli" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "cooked__coconut.n.01", + "hasModel": true, + "categories": [ + "cooked__coconut" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "breakfast_food.n.01", + "hasModel": true, + "children": [ + { + "name": "cereal.n.03", + "hasModel": true, + "children": [ + { + "name": "cold_cereal.n.01", + "hasModel": true, + "children": [ + { + "name": "corn_flake.n.01", + "hasModel": true, + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "corn_flake" + ] + }, + { + "name": "granola.n.01", + "hasModel": true, + "categories": [ + "granola" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fish.n.02", + "hasModel": true, + "children": [ + { + "name": "salmon.n.03", + "hasModel": true, + "categories": [ + "salmon" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "trout.n.01", + "hasModel": true, + "categories": [ + "trout" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "yogurt.n.01", + "hasModel": true, + "categories": [ + "yogurt" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "crystal.n.01", + "hasModel": true, + "children": [ + { + "name": "ice.n.01", + "hasModel": true, + "categories": [ + "ice" + ], + "abilities": { + "breakable": {}, + "coldSource": { + "temperature": 0.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "gem.n.02", + "hasModel": true, + "children": [ + { + "name": "opaque_gem.n.01", + "hasModel": true, + "children": [ + { + "name": "jade.n.01", + "hasModel": true, + "categories": [ + "jade" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "glass.n.01", + "hasModel": true, + "children": [ + { + "name": "safety_glass.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "residue.n.01", + "hasModel": true, + "children": [ + { + "name": "ash.n.01", + "hasModel": true, + "categories": [ + "ash" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fluid.n.02", + "hasModel": true, + "children": [ + { + "name": "gas.n.02", + "hasModel": true, + "children": [ + { + "name": "butane.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "butane" + ] + }, + { + "name": "chlorine.n.01", + "hasModel": true, + "categories": [ + "chlorine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "nitrogen.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "nitrogen" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquid.n.03", + "hasModel": true, + "children": [ + { + "name": "water.n.01", + "hasModel": true, + "children": [ + { + "name": "seawater.n.01", + "hasModel": true, + "categories": [ + "seawater" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "vegetable_matter.n.01", + "hasModel": true, + "children": [ + { + "name": "coal.n.01", + "hasModel": true, + "categories": [ + "coal" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "peat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sediment.n.01", + "hasModel": true, + "children": [ + { + "name": "dregs.n.01", + "hasModel": true, + "children": [ + { + "name": "grounds.n.05", + "hasModel": true, + "children": [ + { + "name": "coffee_grounds.n.01", + "hasModel": true, + "categories": [ + "coffee_grounds" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "causal_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "agent.n.01", + "hasModel": true, + "categories": [ + "agent" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "agent.n.03", + "hasModel": true, + "children": [ + { + "name": "drug.n.01", + "hasModel": true, + "children": [ + { + "name": "medicine.n.02", + "hasModel": true, + "children": [ + { + "name": "analgesic.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "analgesic" + ] + }, + { + "name": "antihistamine.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antihistamine" + ] + }, + { + "name": "remedy.n.02", + "hasModel": true, + "children": [ + { + "name": "ointment.n.01", + "hasModel": true, + "children": [ + { + "name": "baby_oil.n.01", + "hasModel": true, + "categories": [ + "baby_oil" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lip_balm.n.01", + "hasModel": true, + "categories": [ + "lip_balm" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "lotion.n.02", + "hasModel": true, + "children": [ + { + "name": "rubbing_alcohol.n.01", + "hasModel": true, + "categories": [ + "rubbing_alcohol" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "dose.n.01", + "hasModel": true, + "children": [ + { + "name": "pill.n.02", + "hasModel": true, + "categories": [ + "pill" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "slicer": {}, + "substance": {} + } + }, + { + "name": "powder.n.03", + "hasModel": true, + "children": [ + { + "name": "toilet_powder.n.01", + "hasModel": true, + "children": [ + { + "name": "talcum.n.02", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "talcum" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "drug_of_abuse.n.01", + "hasModel": true, + "children": [ + { + "name": "alcohol.n.01", + "hasModel": true, + "children": [ + { + "name": "brew.n.01", + "hasModel": true, + "children": [ + { + "name": "beer.n.01", + "hasModel": true, + "categories": [ + "beer" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquor.n.01", + "hasModel": true, + "children": [ + { + "name": "whiskey.n.01", + "hasModel": true, + "children": [ + { + "name": "bourbon.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bourbon" + ] + }, + { + "name": "scotch.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "scotch" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "brandy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brandy" + ] + }, + { + "name": "gin.n.01", + "hasModel": true, + "categories": [ + "gin" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "rum.n.01", + "hasModel": true, + "categories": [ + "rum" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tequila.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tequila" + ] + }, + { + "name": "vodka.n.01", + "hasModel": true, + "categories": [ + "vodka" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine.n.01", + "hasModel": true, + "children": [ + { + "name": "sparkling_wine.n.01", + "hasModel": true, + "children": [ + { + "name": "champagne.n.01", + "hasModel": true, + "categories": [ + "champagne" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__white_wine" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_wine.n.01", + "hasModel": true, + "categories": [ + "red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_wine.n.01", + "hasModel": true, + "categories": [ + "white_wine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixed_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "punch.n.02", + "hasModel": true, + "children": [ + { + "name": "eggnog.n.01", + "hasModel": true, + "categories": [ + "eggnog" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fruit_punch.n.01", + "hasModel": true, + "categories": [ + "fruit_punch" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocktail.n.01", + "hasModel": true, + "children": [ + { + "name": "margarita.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "margarita" + ] + }, + { + "name": "martini.n.01", + "hasModel": true, + "categories": [ + "martini" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mojito.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mojito" + ] + }, + { + "name": "old_fashioned.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "old_fashioned" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_toddy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "hot_toddy" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liqueur.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "liqueur" + ] + }, + { + "name": "sake.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sake" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "roll_of_tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "cigar.n.01", + "hasModel": true, + "categories": [ + "cigar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cigarette.n.01", + "hasModel": true, + "categories": [ + "cigarette" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "antifungal.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antifungal" + ] + }, + { + "name": "bleaching_agent.n.01", + "hasModel": true, + "categories": [ + "bleaching_agent" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chemical_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "desiccant.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oxidant.n.01", + "hasModel": true, + "children": [ + { + "name": "hydrogen_peroxide.n.01", + "hasModel": true, + "categories": [ + "hydrogen_peroxide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "disinfectant.n.01", + "hasModel": true, + "categories": [ + "disinfectant" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "person.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "thing.n.12", + "hasModel": true, + "children": [ + { + "name": "unit.n.05", + "hasModel": true, + "children": [ + { + "name": "molecule.n.01", + "hasModel": true, + "children": [ + { + "name": "macromolecule.n.01", + "hasModel": true, + "children": [ + { + "name": "lipid.n.01", + "hasModel": true, + "children": [ + { + "name": "oil.n.01", + "hasModel": true, + "children": [ + { + "name": "almond_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "almond_oil" + ] + }, + { + "name": "essential_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "essential_oil" + ] + }, + { + "name": "grease.n.01", + "hasModel": true, + "categories": [ + "grease" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "linseed_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "linseed_oil" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "fat.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_fat.n.01", + "hasModel": true, + "children": [ + { + "name": "vegetable_oil.n.01", + "hasModel": true, + "children": [ + { + "name": "canola_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "canola_oil" + ] + }, + { + "name": "coconut_oil.n.01", + "hasModel": true, + "categories": [ + "coconut_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__olive_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "olive_oil.n.01", + "hasModel": true, + "categories": [ + "olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "peanut_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peanut_oil" + ] + }, + { + "name": "sesame_oil.n.01", + "hasModel": true, + "categories": [ + "sesame_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "shortening.n.01", + "hasModel": true, + "categories": [ + "shortening" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "carbohydrate.n.01", + "hasModel": true, + "children": [ + { + "name": "polysaccharide.n.01", + "hasModel": true, + "children": [ + { + "name": "starch.n.01", + "hasModel": true, + "children": [ + { + "name": "cornstarch.n.01", + "hasModel": true, + "categories": [ + "cornstarch" + ], + "abilities": { + "cookable": { + "cook_temperature": 90.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "part.n.03", + "hasModel": true, + "children": [ + { + "name": "body_part.n.01", + "hasModel": true, + "children": [ + { + "name": "process.n.05", + "hasModel": true, + "children": [ + { + "name": "horn.n.02", + "hasModel": true, + "children": [ + { + "name": "antler.n.01", + "hasModel": true, + "categories": [ + "antlers" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tail.n.01", + "hasModel": true, + "children": [ + { + "name": "oxtail.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tissue.n.01", + "hasModel": true, + "children": [ + { + "name": "animal_tissue.n.01", + "hasModel": true, + "children": [ + { + "name": "connective_tissue.n.01", + "hasModel": true, + "children": [ + { + "name": "bone.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 218.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "structure.n.04", + "hasModel": true, + "children": [ + { + "name": "filament.n.03", + "hasModel": true, + "children": [ + { + "name": "hair.n.04", + "hasModel": true, + "categories": [ + "hair" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "valve.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "fragment.n.01", + "hasModel": true, + "children": [ + { + "name": "ember.n.01", + "hasModel": true, + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "ember" + ] + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "hunk.n.02", + "hasModel": true, + "children": [ + { + "name": "nodule.n.03", + "hasModel": true, + "children": [ + { + "name": "geode.n.01", + "hasModel": true, + "categories": [ + "geode" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "process.n.06", + "hasModel": true, + "children": [ + { + "name": "phenomenon.n.01", + "hasModel": true, + "children": [ + { + "name": "natural_phenomenon.n.01", + "hasModel": true, + "children": [ + { + "name": "physical_phenomenon.n.01", + "hasModel": true, + "children": [ + { + "name": "atmospheric_phenomenon.n.01", + "hasModel": true, + "children": [ + { + "name": "weather.n.01", + "hasModel": true, + "children": [ + { + "name": "precipitation.n.03", + "hasModel": true, + "children": [ + { + "name": "snow.n.01", + "hasModel": true, + "categories": [ + "snow" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "abstraction.n.06", + "hasModel": true, + "children": [ + { + "name": "relation.n.01", + "hasModel": true, + "children": [ + { + "name": "part.n.01", + "hasModel": true, + "children": [ + { + "name": "substance.n.01", + "hasModel": true, + "children": [ + { + "name": "material.n.01", + "hasModel": true, + "children": [ + { + "name": "chemical.n.01", + "hasModel": true, + "children": [ + { + "name": "compound.n.02", + "hasModel": true, + "children": [ + { + "name": "organic_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "ketone.n.01", + "hasModel": true, + "children": [ + { + "name": "acetone.n.01", + "hasModel": true, + "categories": [ + "acetone" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "macromolecule.n.01", + "hasModel": true, + "children": [ + { + "name": "lipid.n.01", + "hasModel": true, + "children": [ + { + "name": "oil.n.01", + "hasModel": true, + "children": [ + { + "name": "almond_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "almond_oil" + ] + }, + { + "name": "essential_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "essential_oil" + ] + }, + { + "name": "grease.n.01", + "hasModel": true, + "categories": [ + "grease" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "linseed_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "linseed_oil" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "fat.n.01", + "hasModel": true, + "children": [ + { + "name": "edible_fat.n.01", + "hasModel": true, + "children": [ + { + "name": "vegetable_oil.n.01", + "hasModel": true, + "children": [ + { + "name": "canola_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "canola_oil" + ] + }, + { + "name": "coconut_oil.n.01", + "hasModel": true, + "categories": [ + "coconut_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__olive_oil.n.01", + "hasModel": true, + "categories": [ + "cooked__olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooking_oil.n.01", + "hasModel": true, + "categories": [ + "cooking_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "olive_oil.n.01", + "hasModel": true, + "categories": [ + "olive_oil" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "peanut_oil.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peanut_oil" + ] + }, + { + "name": "sesame_oil.n.01", + "hasModel": true, + "categories": [ + "sesame_oil" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "shortening.n.01", + "hasModel": true, + "categories": [ + "shortening" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wax.n.01", + "hasModel": true, + "children": [ + { + "name": "floor_wax.n.01", + "hasModel": true, + "categories": [ + "floor_wax" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "paraffin.n.01", + "hasModel": true, + "categories": [ + "paraffin_wax" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wax_remnant.n.01", + "hasModel": true, + "categories": [ + "wax_remnant" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "carbohydrate.n.01", + "hasModel": true, + "children": [ + { + "name": "polysaccharide.n.01", + "hasModel": true, + "children": [ + { + "name": "starch.n.01", + "hasModel": true, + "children": [ + { + "name": "cornstarch.n.01", + "hasModel": true, + "categories": [ + "cornstarch" + ], + "abilities": { + "cookable": { + "cook_temperature": 90.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "aliphatic_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "methane_series.n.01", + "hasModel": true, + "children": [ + { + "name": "butane.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "butane" + ] + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hydrocarbon.n.01", + "hasModel": true, + "children": [ + { + "name": "gasoline.n.01", + "hasModel": true, + "categories": [ + "gasoline" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "resin.n.01", + "hasModel": true, + "children": [ + { + "name": "synthetic_resin.n.01", + "hasModel": true, + "children": [ + { + "name": "vinyl_polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "polyvinyl_chloride.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "acid.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "acid" + ] + }, + { + "name": "formulation.n.01", + "hasModel": true, + "children": [ + { + "name": "cleansing_agent.n.01", + "hasModel": true, + "children": [ + { + "name": "soap.n.01", + "hasModel": true, + "children": [ + { + "name": "bar_soap.n.01", + "hasModel": true, + "categories": [ + "bar_soap" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "liquid_soap.n.01", + "hasModel": true, + "categories": [ + "liquid_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "saddle_soap.n.01", + "hasModel": true, + "categories": [ + "saddle_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sugar_coffee_scrub.n.01", + "hasModel": true, + "categories": [ + "sugar_coffee_scrub" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "toilet_soap.n.01", + "hasModel": true, + "categories": [ + "toilet_soap" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "detergent.n.02", + "hasModel": true, + "categories": [ + "detergent" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_stain_remover.n.01", + "hasModel": true, + "categories": [ + "lemon_stain_remover" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "shampoo.n.01", + "hasModel": true, + "categories": [ + "shampoo" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "dentifrice.n.01", + "hasModel": true, + "children": [ + { + "name": "toothpaste.n.01", + "hasModel": true, + "categories": [ + "toothpaste" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "vinegar_cleaning_solution.n.01", + "hasModel": true, + "categories": [ + "vinegar_cleaning_solution" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "polish.n.03", + "hasModel": true, + "categories": [ + "polish" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "salt.n.01", + "hasModel": true, + "children": [ + { + "name": "carbonate.n.01", + "hasModel": true, + "children": [ + { + "name": "calcium_carbonate.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "calcium_carbonate" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream_of_tartar.n.01", + "hasModel": true, + "categories": [ + "cream_of_tartar" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sulfate.n.01", + "hasModel": true, + "children": [ + { + "name": "magnesium_sulfate.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "magnesium_sulfate" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sodium_carbonate.n.01", + "hasModel": true, + "categories": [ + "sodium_carbonate" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "binary_compound.n.01", + "hasModel": true, + "children": [ + { + "name": "sodium_chloride.n.01", + "hasModel": true, + "children": [ + { + "name": "halite.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "water.n.01", + "hasModel": true, + "children": [ + { + "name": "seawater.n.01", + "hasModel": true, + "categories": [ + "seawater" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "repellent.n.02", + "hasModel": true, + "children": [ + { + "name": "insectifuge.n.01", + "hasModel": true, + "categories": [ + "insectifuge" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "synthetic_resin.n.01", + "hasModel": true, + "children": [ + { + "name": "vinyl_polymer.n.01", + "hasModel": true, + "children": [ + { + "name": "polyvinyl_chloride.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "oxide.n.01", + "hasModel": true, + "children": [ + { + "name": "ferric_oxide.n.01", + "hasModel": true, + "children": [ + { + "name": "rust.n.01", + "hasModel": true, + "categories": [ + "rust" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "softener.n.01", + "hasModel": true, + "children": [ + { + "name": "conditioner.n.03", + "hasModel": true, + "categories": [ + "conditioner" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fabric_softener.n.01", + "hasModel": true, + "categories": [ + "fabric_softener" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fertilizer.n.01", + "hasModel": true, + "categories": [ + "fertilizer" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "explosive.n.01", + "hasModel": true, + "children": [ + { + "name": "gunpowder.n.01", + "hasModel": true, + "categories": [ + "gunpowder" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low_explosive.n.01", + "hasModel": true, + "children": [ + { + "name": "firework.n.01", + "hasModel": true, + "children": [ + { + "name": "skyrocket.n.02", + "hasModel": true, + "categories": [ + "skyrocket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sparkler.n.02", + "hasModel": true, + "categories": [ + "sparkler" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "herbicide.n.01", + "hasModel": true, + "categories": [ + "herbicide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pesticide.n.01", + "hasModel": true, + "categories": [ + "pesticide" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "adhesive_material.n.01", + "hasModel": true, + "categories": [ + "adhesive_material" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "waste.n.01", + "hasModel": true, + "children": [ + { + "name": "bag__of__rubbish.n.01", + "hasModel": true, + "categories": [ + "bag_of_rubbish" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rubbish.n.01", + "hasModel": true, + "children": [ + { + "name": "debris.n.01", + "hasModel": true, + "categories": [ + "debris" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "body_waste.n.01", + "hasModel": true, + "children": [ + { + "name": "fecal_matter.n.01", + "hasModel": true, + "categories": [ + "fecal_matter" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "garbage.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "plant_material.n.01", + "hasModel": true, + "children": [ + { + "name": "wood.n.01", + "hasModel": true, + "children": [ + { + "name": "bamboo.n.01", + "hasModel": true, + "categories": [ + "bamboo" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "half__log.n.01", + "hasModel": true, + "categories": [ + "half_log" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "log.n.01", + "hasModel": true, + "categories": [ + "log" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sawdust.n.01", + "hasModel": true, + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sawdust" + ] + }, + { + "name": "matchwood.n.01", + "hasModel": true, + "children": [ + { + "name": "wood_chip.n.01", + "hasModel": true, + "categories": [ + "wood_chip" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "chaff.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "chaff" + ] + }, + { + "name": "plant_product.n.01", + "hasModel": true, + "children": [ + { + "name": "tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "roll_of_tobacco.n.01", + "hasModel": true, + "children": [ + { + "name": "cigar.n.01", + "hasModel": true, + "categories": [ + "cigar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cigarette.n.01", + "hasModel": true, + "categories": [ + "cigarette" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "plant_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "cotton.n.01", + "hasModel": true, + "categories": [ + "cotton_ball" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hemp.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "mineral.n.01", + "hasModel": true, + "children": [ + { + "name": "borax.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "borax" + ] + }, + { + "name": "spar.n.01", + "hasModel": true, + "children": [ + { + "name": "calcite.n.01", + "hasModel": true, + "children": [ + { + "name": "chalk.n.01", + "hasModel": true, + "categories": [ + "chalk" + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "breakable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "halite.n.01", + "hasModel": true, + "abilities": { + "cookable": { + "cook_temperature": 204.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quartz.n.02", + "hasModel": true, + "categories": [ + "quartz" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "paper.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "cardboard.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.04", + "hasModel": true, + "categories": [ + "cardstock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pad.n.01", + "hasModel": true, + "children": [ + { + "name": "notepad.n.01", + "hasModel": true, + "categories": [ + "notepad" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sticky_note.n.01", + "hasModel": true, + "categories": [ + "sticky_note" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "writing_paper.n.01", + "hasModel": true, + "children": [ + { + "name": "notepaper.n.01", + "hasModel": true, + "children": [ + { + "name": "post-it.n.01", + "hasModel": true, + "categories": [ + "post_it" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sheet.n.02", + "hasModel": true, + "categories": [ + "paper_sheet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tissue.n.02", + "hasModel": true, + "children": [ + { + "name": "toilet_tissue.n.01", + "hasModel": true, + "categories": [ + "toilet_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wallpaper.n.01", + "hasModel": true, + "categories": [ + "wallpaper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wax_paper.n.01", + "hasModel": true, + "categories": [ + "wax_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wrapping_paper.n.01", + "hasModel": true, + "categories": [ + "wrapping_paper" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "packing_material.n.01", + "hasModel": true, + "children": [ + { + "name": "cardboard.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.04", + "hasModel": true, + "categories": [ + "cardstock" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "natural_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "plant_fiber.n.01", + "hasModel": true, + "children": [ + { + "name": "cotton.n.01", + "hasModel": true, + "categories": [ + "cotton_ball" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "hemp.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lint.n.01", + "hasModel": true, + "categories": [ + "lint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "loofa.n.01", + "hasModel": true, + "categories": [ + "loofah" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "particulate.n.01", + "hasModel": true, + "children": [ + { + "name": "dust.n.01", + "hasModel": true, + "categories": [ + "dust" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "coloring_material.n.01", + "hasModel": true, + "children": [ + { + "name": "dye.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "dye" + ] + }, + { + "name": "paint.n.01", + "hasModel": true, + "children": [ + { + "name": "coat_of_paint.n.01", + "hasModel": true, + "children": [ + { + "name": "flat_coat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "flat_coat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "house_paint.n.01", + "hasModel": true, + "categories": [ + "house_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "spray_paint.n.01", + "hasModel": true, + "categories": [ + "spray_paint" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "abrasive.n.01", + "hasModel": true, + "children": [ + { + "name": "emery_paper.n.01", + "hasModel": true, + "categories": [ + "emery_paper" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "steel_wool.n.01", + "hasModel": true, + "categories": [ + "steel_wool" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "animal_material.n.01", + "hasModel": true, + "children": [ + { + "name": "feather.n.01", + "hasModel": true, + "categories": [ + "feather" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "shell.n.02", + "hasModel": true, + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "rock.n.02", + "hasModel": true, + "children": [ + { + "name": "gravel.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "gravel" + ] + }, + { + "name": "sedimentary_rock.n.01", + "hasModel": true, + "children": [ + { + "name": "arenaceous_rock.n.01", + "hasModel": true, + "children": [ + { + "name": "sandstone.n.01", + "hasModel": true, + "children": [ + { + "name": "grit.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "grit" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "limestone.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "limestone.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "discharge.n.03", + "hasModel": true, + "children": [ + { + "name": "exudate.n.01", + "hasModel": true, + "children": [ + { + "name": "gum.n.03", + "hasModel": true, + "children": [ + { + "name": "lacquer.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "lacquer" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "rind.n.01", + "hasModel": true, + "children": [ + { + "name": "peel.n.02", + "hasModel": true, + "children": [ + { + "name": "lemon_peel.n.01", + "hasModel": true, + "categories": [ + "lemon_peel" + ], + "abilities": { + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "orange_peel.n.01", + "hasModel": true, + "children": [ + { + "name": "orange_zest.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + }, + "categories": [ + "orange_zest" + ] + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "sliceable": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "sliceable": {} + } + }, + { + "name": "earth.n.02", + "hasModel": true, + "children": [ + { + "name": "mud.n.03", + "hasModel": true, + "categories": [ + "mud" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "soil.n.02", + "hasModel": true, + "categories": [ + "soil" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sand.n.04", + "hasModel": true, + "categories": [ + "sand" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "humate.n.01", + "hasModel": true, + "children": [ + { + "name": "peat.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "peat" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sealing_material.n.01", + "hasModel": true, + "children": [ + { + "name": "sealant.n.01", + "hasModel": true, + "categories": [ + "sealant" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "sorbent.n.01", + "hasModel": true, + "children": [ + { + "name": "absorbent_material.n.01", + "hasModel": true, + "children": [ + { + "name": "sponge.n.01", + "hasModel": true, + "categories": [ + "sponge" + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "deformable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "medium.n.07", + "hasModel": true, + "children": [ + { + "name": "solvent.n.01", + "hasModel": true, + "children": [ + { + "name": "acetone.n.01", + "hasModel": true, + "categories": [ + "acetone" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chemical_element.n.01", + "hasModel": true, + "children": [ + { + "name": "metallic_element.n.01", + "hasModel": true, + "children": [ + { + "name": "aluminum.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "carbon.n.01", + "hasModel": true, + "children": [ + { + "name": "carbon_black.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "carbon_black" + ] + }, + { + "name": "charcoal.n.01", + "hasModel": true, + "categories": [ + "charcoal_powder" + ], + "abilities": { + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "chlorine.n.01", + "hasModel": true, + "categories": [ + "chlorine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "nitrogen.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "nitrogen" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "fluid.n.01", + "hasModel": true, + "children": [ + { + "name": "liquid.n.01", + "hasModel": true, + "children": [ + { + "name": "ammonia_water.n.01", + "hasModel": true, + "categories": [ + "ammonia_water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "antifreeze.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "antifreeze" + ] + }, + { + "name": "beverage.n.01", + "hasModel": true, + "children": [ + { + "name": "fruit_juice.n.01", + "hasModel": true, + "children": [ + { + "name": "apple_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "apple_juice" + ] + }, + { + "name": "cranberry_juice.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cranberry_juice" + ] + }, + { + "name": "orange_juice.n.01", + "hasModel": true, + "categories": [ + "orange_juice" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "pineapple_juice.n.01", + "hasModel": true, + "categories": [ + "pineapple_juice" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "alcohol.n.01", + "hasModel": true, + "children": [ + { + "name": "brew.n.01", + "hasModel": true, + "children": [ + { + "name": "beer.n.01", + "hasModel": true, + "categories": [ + "beer" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liquor.n.01", + "hasModel": true, + "children": [ + { + "name": "whiskey.n.01", + "hasModel": true, + "children": [ + { + "name": "bourbon.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "bourbon" + ] + }, + { + "name": "scotch.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "scotch" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "brandy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "brandy" + ] + }, + { + "name": "gin.n.01", + "hasModel": true, + "categories": [ + "gin" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "rum.n.01", + "hasModel": true, + "categories": [ + "rum" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tequila.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "tequila" + ] + }, + { + "name": "vodka.n.01", + "hasModel": true, + "categories": [ + "vodka" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "wine.n.01", + "hasModel": true, + "children": [ + { + "name": "sparkling_wine.n.01", + "hasModel": true, + "children": [ + { + "name": "champagne.n.01", + "hasModel": true, + "categories": [ + "champagne" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__red_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__white_wine.n.01", + "hasModel": true, + "categories": [ + "cooked__white_wine" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "red_wine.n.01", + "hasModel": true, + "categories": [ + "red_wine" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "white_wine.n.01", + "hasModel": true, + "categories": [ + "white_wine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixed_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "punch.n.02", + "hasModel": true, + "children": [ + { + "name": "eggnog.n.01", + "hasModel": true, + "categories": [ + "eggnog" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "fruit_punch.n.01", + "hasModel": true, + "categories": [ + "fruit_punch" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocktail.n.01", + "hasModel": true, + "children": [ + { + "name": "margarita.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "margarita" + ] + }, + { + "name": "martini.n.01", + "hasModel": true, + "categories": [ + "martini" + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mojito.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "mojito" + ] + }, + { + "name": "old_fashioned.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "old_fashioned" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "hot_toddy.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "hot_toddy" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "liqueur.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "liqueur" + ] + }, + { + "name": "sake.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sake" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "milk.n.01", + "hasModel": true, + "children": [ + { + "name": "buttermilk.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "buttermilk" + ] + }, + { + "name": "chocolate_milk.n.01", + "hasModel": true, + "categories": [ + "chocolate_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "low-fat_milk.n.01", + "hasModel": true, + "categories": [ + "low_fat_milk" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "whole_milk.n.01", + "hasModel": true, + "categories": [ + "whole_milk" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "coffee.n.01", + "hasModel": true, + "children": [ + { + "name": "cafe_au_lait.n.01", + "hasModel": true, + "categories": [ + "cafe_au_lait" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cappuccino.n.01", + "hasModel": true, + "categories": [ + "cappuccino" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "drip_coffee.n.01", + "hasModel": true, + "categories": [ + "drip_coffee" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "espresso.n.01", + "hasModel": true, + "categories": [ + "espresso" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ground_coffee.n.01", + "hasModel": true, + "categories": [ + "ground_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "instant_coffee.n.01", + "hasModel": true, + "categories": [ + "instant_coffee" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cider.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cider" + ] + }, + { + "name": "soft_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "cola.n.02", + "hasModel": true, + "children": [ + { + "name": "coca_cola.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "coca_cola" + ] + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cream_soda.n.01", + "hasModel": true, + "categories": [ + "cream_soda" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ginger_ale.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "ginger_ale" + ] + }, + { + "name": "pop.n.02", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "pop" + ] + }, + { + "name": "tonic.n.01", + "hasModel": true, + "categories": [ + "tonic" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cocoa.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "cocoa" + ] + }, + { + "name": "ginger_beer.n.01", + "hasModel": true, + "categories": [ + "ginger_beer" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "green_tea_latte.n.01", + "hasModel": true, + "categories": [ + "green_tea_latte" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_cappuccino.n.01", + "hasModel": true, + "categories": [ + "iced_cappuccino" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "iced_chocolate.n.01", + "hasModel": true, + "categories": [ + "iced_chocolate" + ], + "abilities": { + "boilable": {}, + "breakable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "lemon_water.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "lemon_water" + ] + }, + { + "name": "fruit_drink.n.01", + "hasModel": true, + "children": [ + { + "name": "lemonade.n.01", + "hasModel": true, + "categories": [ + "lemonade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "limeade.n.01", + "hasModel": true, + "categories": [ + "limeade" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "smoothie.n.02", + "hasModel": true, + "categories": [ + "smoothie" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "tea.n.01", + "hasModel": true, + "categories": [ + "tea" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "cooked__water.n.01", + "hasModel": true, + "categories": [ + "cooked__water" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "ink.n.01", + "hasModel": true, + "categories": [ + "ink" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "alcohol.n.02", + "hasModel": true, + "children": [ + { + "name": "isopropyl_alcohol.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "isopropyl_alcohol" + ] + } + ], + "abilities": { + "boilable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "water.n.06", + "hasModel": true, + "categories": [ + "water" + ], + "abilities": { + "boilable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "mixture.n.01", + "hasModel": true, + "children": [ + { + "name": "composition.n.03", + "hasModel": true, + "children": [ + { + "name": "compost.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "compost" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "plaster.n.01", + "hasModel": true, + "children": [ + { + "name": "grout.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "grout" + ] + }, + { + "name": "spackle.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "spackle" + ] + }, + { + "name": "stucco.n.01", + "hasModel": true, + "categories": [ + "stucco" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "solution.n.01", + "hasModel": true, + "children": [ + { + "name": "sap.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sap" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "petrolatum.n.01", + "hasModel": true, + "children": [ + { + "name": "vaseline.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "vaseline" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {} + } + }, + { + "name": "body_substance.n.01", + "hasModel": true, + "children": [ + { + "name": "liquid_body_substance.n.01", + "hasModel": true, + "children": [ + { + "name": "secretion.n.02", + "hasModel": true, + "children": [ + { + "name": "nectar.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "nectar" + ] + }, + { + "name": "perspiration.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "perspiration" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "possession.n.02", + "hasModel": true, + "children": [ + { + "name": "assets.n.01", + "hasModel": true, + "children": [ + { + "name": "credit.n.02", + "hasModel": true, + "children": [ + { + "name": "credit_line.n.01", + "hasModel": true, + "children": [ + { + "name": "consumer_credit.n.01", + "hasModel": true, + "children": [ + { + "name": "open-end_credit.n.01", + "hasModel": true, + "children": [ + { + "name": "credit_card.n.01", + "hasModel": true, + "categories": [ + "credit_card" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "material_resource.n.01", + "hasModel": true, + "children": [ + { + "name": "wealth.n.03", + "hasModel": true, + "children": [ + { + "name": "treasure.n.01", + "hasModel": true, + "children": [ + { + "name": "valuable.n.01", + "hasModel": true, + "children": [ + { + "name": "precious_metal.n.01", + "hasModel": true, + "children": [ + { + "name": "silver.n.02", + "hasModel": true, + "categories": [ + "silver_coins" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "transferred_property.n.01", + "hasModel": true, + "children": [ + { + "name": "acquisition.n.02", + "hasModel": true, + "children": [ + { + "name": "gift.n.01", + "hasModel": true, + "children": [ + { + "name": "present.n.02", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "position.n.07", + "hasModel": true, + "children": [ + { + "name": "room.n.02", + "hasModel": true, + "children": [ + { + "name": "seating.n.01", + "hasModel": true, + "children": [ + { + "name": "tiered_seat.n.01", + "hasModel": true, + "children": [ + { + "name": "stand.n.10", + "hasModel": true, + "categories": [ + "stadium_stand" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "communication.n.02", + "hasModel": true, + "children": [ + { + "name": "sign.n.02", + "hasModel": true, + "children": [ + { + "name": "street_sign.n.01", + "hasModel": true, + "children": [ + { + "name": "address.n.05", + "hasModel": true, + "categories": [ + "address" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "poster.n.01", + "hasModel": true, + "categories": [ + "poster" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "signpost.n.01", + "hasModel": true, + "categories": [ + "signpost" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "visual_communication.n.01", + "hasModel": true, + "children": [ + { + "name": "artwork.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "indication.n.01", + "hasModel": true, + "children": [ + { + "name": "evidence.n.02", + "hasModel": true, + "children": [ + { + "name": "identification.n.02", + "hasModel": true, + "children": [ + { + "name": "positive_identification.n.01", + "hasModel": true, + "children": [ + { + "name": "credit_card.n.01", + "hasModel": true, + "categories": [ + "credit_card" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "signal.n.01", + "hasModel": true, + "children": [ + { + "name": "symbol.n.01", + "hasModel": true, + "children": [ + { + "name": "marker.n.02", + "hasModel": true, + "children": [ + { + "name": "label.n.04", + "hasModel": true, + "children": [ + { + "name": "gummed_label.n.01", + "hasModel": true, + "categories": [ + "sticker" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tag.n.01", + "hasModel": true, + "children": [ + { + "name": "name_tag.n.01", + "hasModel": true, + "categories": [ + "name_tag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "price_tag.n.01", + "hasModel": true, + "categories": [ + "price_tag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "tag.n.02", + "hasModel": true, + "categories": [ + "tag" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "token.n.01", + "hasModel": true, + "children": [ + { + "name": "postage.n.02", + "hasModel": true, + "categories": [ + "postage_stamp" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "award.n.02", + "hasModel": true, + "children": [ + { + "name": "trophy.n.02", + "hasModel": true, + "categories": [ + "trophy" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "visual_signal.n.01", + "hasModel": true, + "children": [ + { + "name": "flag.n.04", + "hasModel": true, + "children": [ + { + "name": "pennant.n.02", + "hasModel": true, + "categories": [ + "pennant" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "post.n.09", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "message.n.02", + "hasModel": true, + "children": [ + { + "name": "information.n.01", + "hasModel": true, + "children": [ + { + "name": "news.n.02", + "hasModel": true, + "children": [ + { + "name": "report.n.03", + "hasModel": true, + "children": [ + { + "name": "bulletin.n.01", + "hasModel": true, + "children": [ + { + "name": "information_bulletin.n.01", + "hasModel": true, + "categories": [ + "information_bulletin" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "database.n.01", + "hasModel": true, + "children": [ + { + "name": "list.n.01", + "hasModel": true, + "children": [ + { + "name": "bill.n.07", + "hasModel": true, + "children": [ + { + "name": "menu.n.01", + "hasModel": true, + "categories": [ + "menu" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "acknowledgment.n.03", + "hasModel": true, + "children": [ + { + "name": "receipt.n.02", + "hasModel": true, + "categories": [ + "receipt" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "written_communication.n.01", + "hasModel": true, + "children": [ + { + "name": "writing.n.02", + "hasModel": true, + "children": [ + { + "name": "document.n.01", + "hasModel": true, + "children": [ + { + "name": "legal_document.n.01", + "hasModel": true, + "categories": [ + "legal_document" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "commercial_document.n.01", + "hasModel": true, + "children": [ + { + "name": "ticket.n.01", + "hasModel": true, + "categories": [ + "ticket" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "slicer": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "matter.n.06", + "hasModel": true, + "children": [ + { + "name": "text.n.01", + "hasModel": true, + "children": [ + { + "name": "letter.n.01", + "hasModel": true, + "categories": [ + "letter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "correspondence.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.03", + "hasModel": true, + "children": [ + { + "name": "postcard.n.01", + "hasModel": true, + "categories": [ + "postcard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "message.n.01", + "hasModel": true, + "children": [ + { + "name": "mail.n.01", + "hasModel": true, + "children": [ + { + "name": "first_class.n.02", + "hasModel": true, + "children": [ + { + "name": "correspondence.n.01", + "hasModel": true, + "children": [ + { + "name": "card.n.03", + "hasModel": true, + "children": [ + { + "name": "postcard.n.01", + "hasModel": true, + "categories": [ + "postcard" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "group.n.01", + "hasModel": true, + "children": [ + { + "name": "biological_group.n.01", + "hasModel": true, + "children": [ + { + "name": "taxonomic_group.n.01", + "hasModel": true, + "children": [ + { + "name": "genus.n.02", + "hasModel": true, + "children": [ + { + "name": "fungus_genus.n.01", + "hasModel": true, + "children": [ + { + "name": "auricularia.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "arrangement.n.02", + "hasModel": true, + "children": [ + { + "name": "flower_arrangement.n.01", + "hasModel": true, + "children": [ + { + "name": "bouquet.n.01", + "hasModel": true, + "categories": [ + "bouquet" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wreath.n.01", + "hasModel": true, + "categories": [ + "valentine_wreath", + "wreath" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "array.n.01", + "hasModel": true, + "children": [ + { + "name": "table.n.01", + "hasModel": true, + "children": [ + { + "name": "periodic_table.n.01", + "hasModel": true, + "categories": [ + "periodic_table" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "collection.n.01", + "hasModel": true, + "children": [ + { + "name": "set.n.01", + "hasModel": true, + "children": [ + { + "name": "chess_set.n.01", + "hasModel": true, + "categories": [ + "chess_set" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "pile.n.01", + "hasModel": true, + "children": [ + { + "name": "heap__of__granola.n.01", + "hasModel": true, + "categories": [ + "heap_of_granola" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "heap__of__gravel.n.01", + "hasModel": true, + "categories": [ + "heap_of_gravel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "heap__of__oatmeal.n.01", + "hasModel": true, + "categories": [ + "heap_of_oatmeal" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "heap__of__raisins.n.01", + "hasModel": true, + "categories": [ + "heap_of_raisins" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "mail.n.04", + "hasModel": true, + "categories": [ + "mail" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "vegetation.n.01", + "hasModel": true, + "children": [ + { + "name": "scrub.n.01", + "hasModel": true, + "categories": [ + "bush" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "package.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "halogen.n.01", + "hasModel": true, + "children": [ + { + "name": "chlorine.n.01", + "hasModel": true, + "categories": [ + "chlorine" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "psychological_feature.n.01", + "hasModel": true, + "children": [ + { + "name": "cognition.n.01", + "hasModel": true, + "children": [ + { + "name": "cognitive_factor.n.01", + "hasModel": true, + "children": [ + { + "name": "determinant.n.01", + "hasModel": true, + "children": [ + { + "name": "influence.n.03", + "hasModel": true, + "children": [ + { + "name": "temptation.n.01", + "hasModel": true, + "children": [ + { + "name": "bait.n.01", + "hasModel": true, + "categories": [ + "bait" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "structure.n.03", + "hasModel": true, + "children": [ + { + "name": "arrangement.n.03", + "hasModel": true, + "children": [ + { + "name": "calendar.n.01", + "hasModel": true, + "categories": [ + "calendar" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "process.n.02", + "hasModel": true, + "children": [ + { + "name": "basic_cognitive_process.n.01", + "hasModel": true, + "children": [ + { + "name": "representational_process.n.01", + "hasModel": true, + "children": [ + { + "name": "symbol.n.02", + "hasModel": true, + "children": [ + { + "name": "emblem.n.02", + "hasModel": true, + "children": [ + { + "name": "national_flag.n.01", + "hasModel": true, + "categories": [ + "national_flag" + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "event.n.01", + "hasModel": true, + "children": [ + { + "name": "act.n.02", + "hasModel": true, + "children": [ + { + "name": "activity.n.01", + "hasModel": true, + "children": [ + { + "name": "work.n.01", + "hasModel": true, + "children": [ + { + "name": "labor.n.02", + "hasModel": true, + "children": [ + { + "name": "effort.n.02", + "hasModel": true, + "children": [ + { + "name": "exercise.n.01", + "hasModel": true, + "children": [ + { + "name": "bodybuilding.n.01", + "hasModel": true, + "children": [ + { + "name": "weightlift.n.01", + "hasModel": true, + "children": [ + { + "name": "bench_press.n.01", + "hasModel": true, + "categories": [ + "bench_press_machine" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "game.n.01", + "hasModel": true, + "children": [ + { + "name": "parlor_game.n.01", + "hasModel": true, + "children": [ + { + "name": "board_game.n.01", + "hasModel": true, + "categories": [ + "board_game" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diversion.n.01", + "hasModel": true, + "children": [ + { + "name": "game.n.03", + "hasModel": true, + "children": [ + { + "name": "computer_game.n.01", + "hasModel": true, + "categories": [ + "video_game" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "attribute.n.02", + "hasModel": true, + "children": [ + { + "name": "shape.n.02", + "hasModel": true, + "children": [ + { + "name": "round_shape.n.01", + "hasModel": true, + "children": [ + { + "name": "cylinder.n.02", + "hasModel": true, + "children": [ + { + "name": "barrel.n.03", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "disk.n.01", + "hasModel": true, + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "sphere.n.05", + "hasModel": true, + "children": [ + { + "name": "ball.n.03", + "hasModel": true, + "children": [ + { + "name": "globule.n.01", + "hasModel": true, + "children": [ + { + "name": "bubble.n.01", + "hasModel": true, + "children": [ + { + "name": "foam.n.01", + "hasModel": true, + "categories": [ + "foam" + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "mothball.n.01", + "hasModel": true, + "categories": [ + "moth_ball" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "line.n.04", + "hasModel": true, + "children": [ + { + "name": "curve.n.01", + "hasModel": true, + "children": [ + { + "name": "closed_curve.n.01", + "hasModel": true, + "children": [ + { + "name": "simple_closed_curve.n.01", + "hasModel": true, + "children": [ + { + "name": "loop.n.02", + "hasModel": true, + "children": [ + { + "name": "belt.n.01", + "hasModel": true, + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cloth": {}, + "deformable": {}, + "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "figure.n.06", + "hasModel": true, + "children": [ + { + "name": "solid_figure.n.01", + "hasModel": true, + "children": [ + { + "name": "sculpture.n.01", + "hasModel": true, + "children": [ + { + "name": "bust.n.03", + "hasModel": true, + "categories": [ + "bust" + ], + "abilities": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "statue.n.01", + "hasModel": true, + "categories": [ + "garden_statue", + "statue" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "solid.n.03", + "hasModel": true, + "children": [ + { + "name": "concave_shape.n.01", + "hasModel": true, + "children": [ + { + "name": "depression.n.08", + "hasModel": true, + "children": [ + { + "name": "incision.n.01", + "hasModel": true, + "categories": [ + "incision" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "wrinkle.n.01", + "hasModel": true, + "categories": [ + "wrinkle" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "cylinder.n.01", + "hasModel": true, + "children": [ + { + "name": "roller.n.04", + "hasModel": true, + "children": [ + { + "name": "jade_roller.n.01", + "hasModel": true, + "categories": [ + "jade_roller" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "lint_roller.n.01", + "hasModel": true, + "categories": [ + "lint_roller" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleRemover": { + "conditions": { + "dust": [], + "dirt": [], + "debris": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": [], + "method": 0 + }, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "paint_roller.n.01", + "hasModel": true, + "categories": [ + "paint_roller" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "state.n.02", + "hasModel": true, + "children": [ + { + "name": "condition.n.01", + "hasModel": true, + "children": [ + { + "name": "sanitary_condition.n.01", + "hasModel": true, + "children": [ + { + "name": "dirtiness.n.01", + "hasModel": true, + "children": [ + { + "name": "dirt.n.02", + "hasModel": true, + "categories": [ + "dirt" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "property.n.02", + "hasModel": true, + "children": [ + { + "name": "visual_property.n.01", + "hasModel": true, + "children": [ + { + "name": "light.n.07", + "hasModel": true, + "children": [ + { + "name": "brightness.n.01", + "hasModel": true, + "children": [ + { + "name": "glitter.n.01", + "hasModel": true, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + }, + "categories": [ + "glitter" + ] + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "quality.n.01", + "hasModel": true, + "children": [ + { + "name": "appearance.n.01", + "hasModel": true, + "children": [ + { + "name": "stain.n.01", + "hasModel": true, + "categories": [ + "stain" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + }, + { + "name": "tarnish.n.02", + "hasModel": true, + "categories": [ + "tarnish" + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "substance": {}, + "visualSubstance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "measure.n.02", + "hasModel": true, + "children": [ + { + "name": "indefinite_quantity.n.01", + "hasModel": true, + "children": [ + { + "name": "small_indefinite_quantity.n.01", + "hasModel": true, + "children": [ + { + "name": "taste.n.05", + "hasModel": true, + "children": [ + { + "name": "morsel.n.02", + "hasModel": true, + "children": [ + { + "name": "crumb.n.03", + "hasModel": true, + "children": [ + { + "name": "breadcrumb.n.01", + "hasModel": true, + "categories": [ + "breadcrumb" + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "sliceable": {}, + "substance": {} + } + }, + { + "name": "cooked__breadcrumb.n.01", + "hasModel": true, + "categories": [ + "cooked__breadcrumb" + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "helping.n.01", + "hasModel": true, + "children": [ + { + "name": "breast.n.03", + "hasModel": true, + "children": [ + { + "name": "chicken_breast.n.02", + "hasModel": true, + "categories": [ + "chicken_breast" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "chicken_tender.n.01", + "hasModel": true, + "categories": [ + "chicken_tender" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "diced__chicken_breast.n.01", + "hasModel": true, + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "diced__chicken_breast" + ] + } + ], + "abilities": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "drumstick.n.01", + "hasModel": true, + "children": [ + { + "name": "chicken_leg.n.01", + "hasModel": true, + "categories": [ + "chicken_leg", + "chicken_thigh" + ], + "abilities": { + "cookable": { + "cook_temperature": 74.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "turkey_leg.n.01", + "hasModel": true, + "categories": [ + "turkey_leg" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "wing.n.09", + "hasModel": true, + "children": [ + { + "name": "chicken_wing.n.01", + "hasModel": true, + "categories": [ + "chicken_wing" + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "piece.n.08", + "hasModel": true, + "children": [ + { + "name": "fillet.n.02", + "hasModel": true, + "categories": [ + "fillet" + ], + "abilities": { + "cookable": { + "cook_temperature": 63.0, + "burn_temperature": 200.0 + }, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "drink.n.01", + "hasModel": true, + "children": [ + { + "name": "milkshake.n.01", + "hasModel": true, + "categories": [ + "milkshake" + ], + "abilities": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + }, + { + "name": "sangaree.n.01", + "hasModel": true, + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "categories": [ + "sangaree" + ] + } + ], + "abilities": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + }, + { + "name": "system_of_measurement.n.01", + "hasModel": true, + "children": [ + { + "name": "standard.n.01", + "hasModel": true, + "children": [ + { + "name": "medium_of_exchange.n.01", + "hasModel": true, + "children": [ + { + "name": "money.n.01", + "hasModel": true, + "categories": [ + "money" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "currency.n.01", + "hasModel": true, + "children": [ + { + "name": "coinage.n.01", + "hasModel": true, + "children": [ + { + "name": "coin.n.01", + "hasModel": true, + "children": [ + { + "name": "nickel.n.02", + "hasModel": true, + "categories": [ + "nickel" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "penny.n.02", + "hasModel": true, + "categories": [ + "penny" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + }, + { + "name": "quarter.n.10", + "hasModel": true, + "categories": [ + "quarter" + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } + } + ], + "hasModel": false, + "abilities": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + } +} \ No newline at end of file diff --git a/bddl/generated_data/prop_param_annots/coldSource.csv b/bddl/generated_data/prop_param_annots/coldSource.csv new file mode 100644 index 00000000..86c892dc --- /dev/null +++ b/bddl/generated_data/prop_param_annots/coldSource.csv @@ -0,0 +1,11707 @@ +synset,property,gpt3_answer,human_review,require_coldsource_temperature,value(C),source,comment,requires_toggled_on,requires_closed,requires_inside +ginger_ale.n.01,liquid,1,1,FALSE,,,,,, +ginger_ale.n.01,heatSource,0,0,FALSE,,,,,, +ginger_ale.n.01,fireSource,0,0,FALSE,,,,,, +ginger_ale.n.01,cookable,0,0,FALSE,,,,,, +ginger_ale.n.01,coldSource,0,0,FALSE,,,,,, +ginger_ale.n.01,sliceable,0,0,FALSE,,,,,, +ginger_ale.n.01,slicer,1,0,FALSE,,,,,, +ginger_ale.n.01,soakable,0,0,FALSE,,,,,, +floor.n.01,liquid,0,0,FALSE,,,,,, +floor.n.01,heatSource,0,0,FALSE,,,,,, +floor.n.01,fireSource,0,0,FALSE,,,,,, +floor.n.01,cookable,0,0,FALSE,,,,,, +floor.n.01,coldSource,0,0,FALSE,,,,,, +floor.n.01,sliceable,0,0,FALSE,,,,,, +floor.n.01,slicer,0,0,FALSE,,,,,, +floor.n.01,soakable,0,0,FALSE,,,,,, +armchair.n.01,liquid,0,0,FALSE,,,,,, +armchair.n.01,heatSource,0,0,FALSE,,,,,, +armchair.n.01,fireSource,0,0,FALSE,,,,,, +armchair.n.01,cookable,0,0,FALSE,,,,,, +armchair.n.01,coldSource,0,0,FALSE,,,,,, +armchair.n.01,sliceable,0,0,FALSE,,,,,, +armchair.n.01,slicer,1,0,FALSE,,,,,, +armchair.n.01,soakable,0,0,FALSE,,,,,, +basket.n.01,liquid,0,0,FALSE,,,,,, +basket.n.01,heatSource,0,0,FALSE,,,,,, +basket.n.01,fireSource,0,0,FALSE,,,,,, +basket.n.01,cookable,0,0,FALSE,,,,,, +basket.n.01,coldSource,0,0,FALSE,,,,,, +basket.n.01,sliceable,0,0,FALSE,,,,,, +basket.n.01,slicer,1,0,FALSE,,,,,, +basket.n.01,soakable,1,0,FALSE,,,,,, +bathtub.n.01,liquid,1,0,FALSE,,,,,, +bathtub.n.01,heatSource,0,0,FALSE,,,,,, +bathtub.n.01,fireSource,0,0,FALSE,,,,,, +bathtub.n.01,cookable,0,0,FALSE,,,,,, +bathtub.n.01,coldSource,1,0,FALSE,,,,,, +bathtub.n.01,sliceable,0,0,FALSE,,,,,, +bathtub.n.01,slicer,0,0,FALSE,,,,,, +bathtub.n.01,soakable,0,0,FALSE,,,,,, +bed.n.01,liquid,0,0,FALSE,,,,,, +bed.n.01,heatSource,0,0,FALSE,,,,,, +bed.n.01,fireSource,0,0,FALSE,,,,,, +bed.n.01,cookable,0,0,FALSE,,,,,, +bed.n.01,coldSource,0,0,FALSE,,,,,, +bed.n.01,sliceable,0,0,FALSE,,,,,, +bed.n.01,slicer,0,0,FALSE,,,,,, +bed.n.01,soakable,1,0,FALSE,,,,,, +bench.n.01,liquid,0,0,FALSE,,,,,, +bench.n.01,heatSource,0,0,FALSE,,,,,, +bench.n.01,fireSource,0,0,FALSE,,,,,, +bench.n.01,cookable,0,0,FALSE,,,,,, +bench.n.01,coldSource,0,0,FALSE,,,,,, +bench.n.01,sliceable,0,0,FALSE,,,,,, +bench.n.01,slicer,0,0,FALSE,,,,,, +bench.n.01,soakable,1,0,FALSE,,,,,, +cabinet.n.01,liquid,0,0,FALSE,,,,,, +cabinet.n.01,heatSource,0,0,FALSE,,,,,, +cabinet.n.01,fireSource,0,0,FALSE,,,,,, +cabinet.n.01,cookable,0,0,FALSE,,,,,, +cabinet.n.01,coldSource,0,0,FALSE,,,,,, +cabinet.n.01,sliceable,0,0,FALSE,,,,,, +cabinet.n.01,slicer,1,0,FALSE,,,,,, +cabinet.n.01,soakable,0,0,FALSE,,,,,, +breakfast_table.n.01,liquid,0,0,FALSE,,,,,, +breakfast_table.n.01,heatSource,0,0,FALSE,,,,,, +breakfast_table.n.01,fireSource,0,0,FALSE,,,,,, +breakfast_table.n.01,cookable,0,0,FALSE,,,,,, +breakfast_table.n.01,coldSource,0,0,FALSE,,,,,, +breakfast_table.n.01,sliceable,0,0,FALSE,,,,,, +breakfast_table.n.01,slicer,0,0,FALSE,,,,,, +breakfast_table.n.01,soakable,0,0,FALSE,,,,,, +burner.n.02,liquid,0,0,FALSE,,,,,, +burner.n.02,heatSource,1,1,FALSE,,,,,, +burner.n.02,fireSource,0,0,FALSE,,,,,, +burner.n.02,cookable,0,0,FALSE,,,,,, +burner.n.02,coldSource,0,0,FALSE,,,,,, +burner.n.02,sliceable,0,0,FALSE,,,,,, +burner.n.02,slicer,1,0,FALSE,,,,,, +burner.n.02,soakable,0,0,FALSE,,,,,, +rug.n.01,liquid,0,0,FALSE,,,,,, +rug.n.01,heatSource,0,0,FALSE,,,,,, +rug.n.01,fireSource,0,0,FALSE,,,,,, +rug.n.01,cookable,0,0,FALSE,,,,,, +rug.n.01,coldSource,0,0,FALSE,,,,,, +rug.n.01,sliceable,0,0,FALSE,,,,,, +rug.n.01,slicer,0,0,FALSE,,,,,, +rug.n.01,soakable,0,1,FALSE,,,,,, +chaise_longue.n.01,liquid,0,0,FALSE,,,,,, +chaise_longue.n.01,heatSource,0,0,FALSE,,,,,, +chaise_longue.n.01,fireSource,0,0,FALSE,,,,,, +chaise_longue.n.01,cookable,0,0,FALSE,,,,,, +chaise_longue.n.01,coldSource,0,0,FALSE,,,,,, +chaise_longue.n.01,sliceable,0,0,FALSE,,,,,, +chaise_longue.n.01,slicer,0,0,FALSE,,,,,, +chaise_longue.n.01,soakable,0,0,FALSE,,,,,, +chest.n.02,liquid,0,0,FALSE,,,,,, +chest.n.02,heatSource,0,0,FALSE,,,,,, +chest.n.02,fireSource,0,0,FALSE,,,,,, +chest.n.02,cookable,0,0,FALSE,,,,,, +chest.n.02,coldSource,0,0,FALSE,,,,,, +chest.n.02,sliceable,0,0,FALSE,,,,,, +chest.n.02,slicer,1,0,FALSE,,,,,, +chest.n.02,soakable,0,0,FALSE,,,,,, +coffee_maker.n.01,liquid,0,0,FALSE,,,,,, +coffee_maker.n.01,heatSource,0,1,FALSE,,,,,, +coffee_maker.n.01,fireSource,0,0,FALSE,,,,,, +coffee_maker.n.01,cookable,0,0,FALSE,,,,,, +coffee_maker.n.01,coldSource,0,0,FALSE,,,,,, +coffee_maker.n.01,sliceable,0,0,FALSE,,,,,, +coffee_maker.n.01,slicer,1,0,FALSE,,,,,, +coffee_maker.n.01,soakable,0,0,FALSE,,,,,, +coffee_table.n.01,liquid,0,0,FALSE,,,,,, +coffee_table.n.01,heatSource,0,0,FALSE,,,,,, +coffee_table.n.01,fireSource,0,0,FALSE,,,,,, +coffee_table.n.01,cookable,0,0,FALSE,,,,,, +coffee_table.n.01,coldSource,0,0,FALSE,,,,,, +coffee_table.n.01,sliceable,0,0,FALSE,,,,,, +coffee_table.n.01,slicer,0,0,FALSE,,,,,, +coffee_table.n.01,soakable,0,0,FALSE,,,,,, +console_table.n.01,liquid,0,0,FALSE,,,,,, +console_table.n.01,heatSource,0,0,FALSE,,,,,, +console_table.n.01,fireSource,0,0,FALSE,,,,,, +console_table.n.01,cookable,0,0,FALSE,,,,,, +console_table.n.01,coldSource,0,0,FALSE,,,,,, +console_table.n.01,sliceable,0,0,FALSE,,,,,, +console_table.n.01,slicer,1,0,FALSE,,,,,, +console_table.n.01,soakable,0,0,FALSE,,,,,, +countertop.n.01,liquid,0,0,FALSE,,,,,, +countertop.n.01,heatSource,0,0,FALSE,,,,,, +countertop.n.01,fireSource,0,0,FALSE,,,,,, +countertop.n.01,cookable,0,0,FALSE,,,,,, +countertop.n.01,coldSource,0,0,FALSE,,,,,, +countertop.n.01,sliceable,0,0,FALSE,,,,,, +countertop.n.01,slicer,1,0,FALSE,,,,,, +countertop.n.01,soakable,0,0,FALSE,,,,,, +crib.n.01,liquid,0,0,FALSE,,,,,, +crib.n.01,heatSource,0,0,FALSE,,,,,, +crib.n.01,fireSource,0,0,FALSE,,,,,, +crib.n.01,cookable,0,0,FALSE,,,,,, +crib.n.01,coldSource,0,0,FALSE,,,,,, +crib.n.01,sliceable,0,0,FALSE,,,,,, +crib.n.01,slicer,1,0,FALSE,,,,,, +crib.n.01,soakable,0,0,FALSE,,,,,, +desk.n.01,liquid,0,0,FALSE,,,,,, +desk.n.01,heatSource,0,0,FALSE,,,,,, +desk.n.01,fireSource,0,0,FALSE,,,,,, +desk.n.01,cookable,0,0,FALSE,,,,,, +desk.n.01,coldSource,0,0,FALSE,,,,,, +desk.n.01,sliceable,0,0,FALSE,,,,,, +desk.n.01,slicer,0,0,FALSE,,,,,, +desk.n.01,soakable,0,0,FALSE,,,,,, +dishwasher.n.01,liquid,0,0,FALSE,,,,,, +dishwasher.n.01,heatSource,0,0,FALSE,,,,,, +dishwasher.n.01,fireSource,0,0,FALSE,,,,,, +dishwasher.n.01,cookable,0,0,FALSE,,,,,, +dishwasher.n.01,coldSource,0,0,FALSE,,,,,, +dishwasher.n.01,sliceable,0,0,FALSE,,,,,, +dishwasher.n.01,slicer,1,0,FALSE,,,,,, +dishwasher.n.01,soakable,0,0,FALSE,,,,,, +door.n.01,liquid,0,0,FALSE,,,,,, +door.n.01,heatSource,0,0,FALSE,,,,,, +door.n.01,fireSource,0,0,FALSE,,,,,, +door.n.01,cookable,0,0,FALSE,,,,,, +door.n.01,coldSource,0,0,FALSE,,,,,, +door.n.01,sliceable,0,0,FALSE,,,,,, +door.n.01,slicer,1,0,FALSE,,,,,, +door.n.01,soakable,0,0,FALSE,,,,,, +dryer.n.01,liquid,0,0,FALSE,,,,,, +dryer.n.01,heatSource,0,0,FALSE,,,,,, +dryer.n.01,fireSource,0,0,FALSE,,,,,, +dryer.n.01,cookable,0,0,FALSE,,,,,, +dryer.n.01,coldSource,0,0,FALSE,,,,,, +dryer.n.01,sliceable,0,0,FALSE,,,,,, +dryer.n.01,slicer,1,0,FALSE,,,,,, +dryer.n.01,soakable,0,0,FALSE,,,,,, +floor_lamp.n.01,liquid,0,0,FALSE,,,,,, +floor_lamp.n.01,heatSource,0,0,FALSE,,,,,, +floor_lamp.n.01,fireSource,0,0,FALSE,,,,,, +floor_lamp.n.01,cookable,0,0,FALSE,,,,,, +floor_lamp.n.01,coldSource,0,0,FALSE,,,,,, +floor_lamp.n.01,sliceable,0,0,FALSE,,,,,, +floor_lamp.n.01,slicer,0,0,FALSE,,,,,, +floor_lamp.n.01,soakable,0,0,FALSE,,,,,, +folding_chair.n.01,liquid,0,0,FALSE,,,,,, +folding_chair.n.01,heatSource,0,0,FALSE,,,,,, +folding_chair.n.01,fireSource,0,0,FALSE,,,,,, +folding_chair.n.01,cookable,0,0,FALSE,,,,,, +folding_chair.n.01,coldSource,0,0,FALSE,,,,,, +folding_chair.n.01,sliceable,0,0,FALSE,,,,,, +folding_chair.n.01,slicer,1,0,FALSE,,,,,, +folding_chair.n.01,soakable,1,0,FALSE,,,,,, +electric_refrigerator.n.01,liquid,0,0,FALSE,,,,,, +electric_refrigerator.n.01,heatSource,0,0,FALSE,,,,,, +electric_refrigerator.n.01,fireSource,0,0,FALSE,,,,,, +electric_refrigerator.n.01,cookable,1,0,FALSE,,,,,, +electric_refrigerator.n.01,coldSource,0,1,TRUE,1.7,"https://www.realsimple.com/food-recipes/shopping-storing/food/refrigerator-temperature#:~:text=The%20U.S.%20Food%20and%20Drug,1.7%20to%203.3%C2%B0C).",,0,1,1 +electric_refrigerator.n.01,sliceable,0,0,FALSE,,,,,, +electric_refrigerator.n.01,slicer,1,0,FALSE,,,,,, +electric_refrigerator.n.01,soakable,0,0,FALSE,,,,,, +gaming_table.n.01,liquid,0,0,FALSE,,,,,, +gaming_table.n.01,heatSource,0,0,FALSE,,,,,, +gaming_table.n.01,fireSource,0,0,FALSE,,,,,, +gaming_table.n.01,cookable,0,0,FALSE,,,,,, +gaming_table.n.01,coldSource,0,0,FALSE,,,,,, +gaming_table.n.01,sliceable,0,0,FALSE,,,,,, +gaming_table.n.01,slicer,1,0,FALSE,,,,,, +gaming_table.n.01,soakable,0,0,FALSE,,,,,, +grandfather_clock.n.01,liquid,0,0,FALSE,,,,,, +grandfather_clock.n.01,heatSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,fireSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,cookable,0,0,FALSE,,,,,, +grandfather_clock.n.01,coldSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,sliceable,0,0,FALSE,,,,,, +grandfather_clock.n.01,slicer,1,0,FALSE,,,,,, +grandfather_clock.n.01,soakable,0,0,FALSE,,,,,, +guitar.n.01,liquid,0,0,FALSE,,,,,, +guitar.n.01,heatSource,0,0,FALSE,,,,,, +guitar.n.01,fireSource,0,0,FALSE,,,,,, +guitar.n.01,cookable,0,0,FALSE,,,,,, +guitar.n.01,coldSource,0,0,FALSE,,,,,, +guitar.n.01,sliceable,0,0,FALSE,,,,,, +guitar.n.01,slicer,1,0,FALSE,,,,,, +guitar.n.01,soakable,0,0,FALSE,,,,,, +heater.n.01,liquid,0,0,FALSE,,,,,, +heater.n.01,heatSource,1,1,FALSE,,,,,, +heater.n.01,fireSource,0,0,FALSE,,,,,, +heater.n.01,cookable,0,0,FALSE,,,,,, +heater.n.01,coldSource,0,0,FALSE,,,,,, +heater.n.01,sliceable,0,0,FALSE,,,,,, +heater.n.01,slicer,1,0,FALSE,,,,,, +heater.n.01,soakable,0,0,FALSE,,,,,, +highchair.n.01,liquid,0,0,FALSE,,,,,, +highchair.n.01,heatSource,0,0,FALSE,,,,,, +highchair.n.01,fireSource,0,0,FALSE,,,,,, +highchair.n.01,cookable,0,0,FALSE,,,,,, +highchair.n.01,coldSource,1,0,FALSE,,,,,, +highchair.n.01,sliceable,0,0,FALSE,,,,,, +highchair.n.01,slicer,1,0,FALSE,,,,,, +highchair.n.01,soakable,1,0,FALSE,,,,,, +laptop.n.01,liquid,0,0,FALSE,,,,,, +laptop.n.01,heatSource,0,0,FALSE,,,,,, +laptop.n.01,fireSource,0,0,FALSE,,,,,, +laptop.n.01,cookable,0,0,FALSE,,,,,, +laptop.n.01,coldSource,0,0,FALSE,,,,,, +laptop.n.01,sliceable,0,0,FALSE,,,,,, +laptop.n.01,slicer,1,0,FALSE,,,,,, +laptop.n.01,soakable,0,0,FALSE,,,,,, +loudspeaker.n.01,liquid,0,0,FALSE,,,,,, +loudspeaker.n.01,heatSource,0,0,FALSE,,,,,, +loudspeaker.n.01,fireSource,0,0,FALSE,,,,,, +loudspeaker.n.01,cookable,0,0,FALSE,,,,,, +loudspeaker.n.01,coldSource,0,0,FALSE,,,,,, +loudspeaker.n.01,sliceable,0,0,FALSE,,,,,, +loudspeaker.n.01,slicer,1,0,FALSE,,,,,, +loudspeaker.n.01,soakable,0,0,FALSE,,,,,, +microwave.n.02,liquid,0,0,FALSE,,,,,, +microwave.n.02,heatSource,1,1,FALSE,,,,,, +microwave.n.02,fireSource,1,0,FALSE,,,,,, +microwave.n.02,cookable,0,0,FALSE,,,,,, +microwave.n.02,coldSource,0,0,FALSE,,,,,, +microwave.n.02,sliceable,0,0,FALSE,,,,,, +microwave.n.02,slicer,1,0,FALSE,,,,,, +microwave.n.02,soakable,0,0,FALSE,,,,,, +mirror.n.01,liquid,0,0,FALSE,,,,,, +mirror.n.01,heatSource,0,0,FALSE,,,,,, +mirror.n.01,fireSource,0,0,FALSE,,,,,, +mirror.n.01,cookable,0,0,FALSE,,,,,, +mirror.n.01,coldSource,0,0,FALSE,,,,,, +mirror.n.01,sliceable,0,0,FALSE,,,,,, +mirror.n.01,slicer,1,0,FALSE,,,,,, +mirror.n.01,soakable,0,0,FALSE,,,,,, +monitor.n.04,liquid,0,0,FALSE,,,,,, +monitor.n.04,heatSource,0,0,FALSE,,,,,, +monitor.n.04,fireSource,0,0,FALSE,,,,,, +monitor.n.04,cookable,0,0,FALSE,,,,,, +monitor.n.04,coldSource,0,0,FALSE,,,,,, +monitor.n.04,sliceable,0,0,FALSE,,,,,, +monitor.n.04,slicer,1,0,FALSE,,,,,, +monitor.n.04,soakable,0,0,FALSE,,,,,, +oven.n.01,liquid,0,0,FALSE,,,,,, +oven.n.01,heatSource,1,1,FALSE,,,,,, +oven.n.01,fireSource,1,0,FALSE,,,,,, +oven.n.01,cookable,0,0,FALSE,,,,,, +oven.n.01,coldSource,0,0,FALSE,,,,,, +oven.n.01,sliceable,0,0,FALSE,,,,,, +oven.n.01,slicer,1,0,FALSE,,,,,, +oven.n.01,soakable,0,0,FALSE,,,,,, +pedestal_table.n.01,liquid,0,0,FALSE,,,,,, +pedestal_table.n.01,heatSource,0,0,FALSE,,,,,, +pedestal_table.n.01,fireSource,0,0,FALSE,,,,,, +pedestal_table.n.01,cookable,0,0,FALSE,,,,,, +pedestal_table.n.01,coldSource,0,0,FALSE,,,,,, +pedestal_table.n.01,sliceable,0,0,FALSE,,,,,, +pedestal_table.n.01,slicer,0,0,FALSE,,,,,, +pedestal_table.n.01,soakable,0,0,FALSE,,,,,, +piano.n.01,liquid,0,0,FALSE,,,,,, +piano.n.01,heatSource,0,0,FALSE,,,,,, +piano.n.01,fireSource,0,0,FALSE,,,,,, +piano.n.01,cookable,0,0,FALSE,,,,,, +piano.n.01,coldSource,0,0,FALSE,,,,,, +piano.n.01,sliceable,0,0,FALSE,,,,,, +piano.n.01,slicer,1,0,FALSE,,,,,, +piano.n.01,soakable,0,0,FALSE,,,,,, +photograph.n.01,liquid,0,0,FALSE,,,,,, +photograph.n.01,heatSource,0,0,FALSE,,,,,, +photograph.n.01,fireSource,0,0,FALSE,,,,,, +photograph.n.01,cookable,0,0,FALSE,,,,,, +photograph.n.01,coldSource,0,0,FALSE,,,,,, +photograph.n.01,sliceable,0,0,FALSE,,,,,, +photograph.n.01,slicer,0,0,FALSE,,,,,, +photograph.n.01,soakable,0,0,FALSE,,,,,, +pillow.n.01,liquid,0,0,FALSE,,,,,, +pillow.n.01,heatSource,0,0,FALSE,,,,,, +pillow.n.01,fireSource,0,0,FALSE,,,,,, +pillow.n.01,cookable,0,0,FALSE,,,,,, +pillow.n.01,coldSource,0,0,FALSE,,,,,, +pillow.n.01,sliceable,0,0,FALSE,,,,,, +pillow.n.01,slicer,0,0,FALSE,,,,,, +pillow.n.01,soakable,0,1,FALSE,,,,,, +pool_table.n.01,liquid,0,0,FALSE,,,,,, +pool_table.n.01,heatSource,0,0,FALSE,,,,,, +pool_table.n.01,fireSource,0,0,FALSE,,,,,, +pool_table.n.01,cookable,0,0,FALSE,,,,,, +pool_table.n.01,coldSource,0,0,FALSE,,,,,, +pool_table.n.01,sliceable,0,0,FALSE,,,,,, +pool_table.n.01,slicer,0,0,FALSE,,,,,, +pool_table.n.01,soakable,0,0,FALSE,,,,,, +pot_plant.n.01,liquid,0,0,FALSE,,,,,, +pot_plant.n.01,heatSource,0,0,FALSE,,,,,, +pot_plant.n.01,fireSource,0,0,FALSE,,,,,, +pot_plant.n.01,cookable,0,0,FALSE,,,,,, +pot_plant.n.01,coldSource,0,0,FALSE,,,,,, +pot_plant.n.01,sliceable,0,0,FALSE,,,,,, +pot_plant.n.01,slicer,0,0,FALSE,,,,,, +pot_plant.n.01,soakable,0,0,FALSE,,,,,, +rail_fence.n.01,liquid,0,0,FALSE,,,,,, +rail_fence.n.01,heatSource,0,0,FALSE,,,,,, +rail_fence.n.01,fireSource,0,0,FALSE,,,,,, +rail_fence.n.01,cookable,0,0,FALSE,,,,,, +rail_fence.n.01,coldSource,0,0,FALSE,,,,,, +rail_fence.n.01,sliceable,0,0,FALSE,,,,,, +rail_fence.n.01,slicer,0,0,FALSE,,,,,, +rail_fence.n.01,soakable,0,0,FALSE,,,,,, +range_hood.n.01,liquid,0,0,FALSE,,,,,, +range_hood.n.01,heatSource,0,0,FALSE,,,,,, +range_hood.n.01,fireSource,0,0,FALSE,,,,,, +range_hood.n.01,cookable,0,0,FALSE,,,,,, +range_hood.n.01,coldSource,0,0,FALSE,,,,,, +range_hood.n.01,sliceable,0,0,FALSE,,,,,, +range_hood.n.01,slicer,0,0,FALSE,,,,,, +range_hood.n.01,soakable,0,0,FALSE,,,,,, +rocking_chair.n.01,liquid,0,0,FALSE,,,,,, +rocking_chair.n.01,heatSource,0,0,FALSE,,,,,, +rocking_chair.n.01,fireSource,0,0,FALSE,,,,,, +rocking_chair.n.01,cookable,0,0,FALSE,,,,,, +rocking_chair.n.01,coldSource,0,0,FALSE,,,,,, +rocking_chair.n.01,sliceable,0,0,FALSE,,,,,, +rocking_chair.n.01,slicer,1,0,FALSE,,,,,, +rocking_chair.n.01,soakable,0,0,FALSE,,,,,, +shelf.n.01,liquid,0,0,FALSE,,,,,, +shelf.n.01,heatSource,0,0,FALSE,,,,,, +shelf.n.01,fireSource,0,0,FALSE,,,,,, +shelf.n.01,cookable,0,0,FALSE,,,,,, +shelf.n.01,coldSource,0,0,FALSE,,,,,, +shelf.n.01,sliceable,0,0,FALSE,,,,,, +shelf.n.01,slicer,0,0,FALSE,,,,,, +shelf.n.01,soakable,0,0,FALSE,,,,,, +shower.n.01,liquid,0,0,FALSE,,,,,, +shower.n.01,heatSource,0,0,FALSE,,,,,, +shower.n.01,fireSource,0,0,FALSE,,,,,, +shower.n.01,cookable,1,0,FALSE,,,,,, +shower.n.01,coldSource,1,0,FALSE,,,,,, +shower.n.01,sliceable,0,0,FALSE,,,,,, +shower.n.01,slicer,1,0,FALSE,,,,,, +shower.n.01,soakable,0,0,FALSE,,,,,, +sink.n.01,liquid,0,0,FALSE,,,,,, +sink.n.01,heatSource,0,0,FALSE,,,,,, +sink.n.01,fireSource,0,0,FALSE,,,,,, +sink.n.01,cookable,1,0,FALSE,,,,,, +sink.n.01,coldSource,1,0,FALSE,,,,,, +sink.n.01,sliceable,0,0,FALSE,,,,,, +sink.n.01,slicer,0,0,FALSE,,,,,, +sink.n.01,soakable,0,0,FALSE,,,,,, +sofa.n.01,liquid,0,0,FALSE,,,,,, +sofa.n.01,heatSource,0,0,FALSE,,,,,, +sofa.n.01,fireSource,0,0,FALSE,,,,,, +sofa.n.01,cookable,0,0,FALSE,,,,,, +sofa.n.01,coldSource,0,0,FALSE,,,,,, +sofa.n.01,sliceable,0,0,FALSE,,,,,, +sofa.n.01,slicer,0,0,FALSE,,,,,, +sofa.n.01,soakable,0,0,FALSE,,,,,, +stand.n.04,liquid,0,0,FALSE,,,,,, +stand.n.04,heatSource,0,0,FALSE,,,,,, +stand.n.04,fireSource,0,0,FALSE,,,,,, +stand.n.04,cookable,0,0,FALSE,,,,,, +stand.n.04,coldSource,0,0,FALSE,,,,,, +stand.n.04,sliceable,0,0,FALSE,,,,,, +stand.n.04,slicer,1,0,FALSE,,,,,, +stand.n.04,soakable,1,0,FALSE,,,,,, +television_receiver.n.01,liquid,0,0,FALSE,,,,,, +television_receiver.n.01,heatSource,0,0,FALSE,,,,,, +television_receiver.n.01,fireSource,0,0,FALSE,,,,,, +television_receiver.n.01,cookable,0,0,FALSE,,,,,, +television_receiver.n.01,coldSource,0,0,FALSE,,,,,, +television_receiver.n.01,sliceable,0,0,FALSE,,,,,, +television_receiver.n.01,slicer,1,0,FALSE,,,,,, +television_receiver.n.01,soakable,0,0,FALSE,,,,,, +stool.n.01,liquid,0,0,FALSE,,,,,, +stool.n.01,heatSource,0,0,FALSE,,,,,, +stool.n.01,fireSource,0,0,FALSE,,,,,, +stool.n.01,cookable,0,0,FALSE,,,,,, +stool.n.01,coldSource,0,0,FALSE,,,,,, +stool.n.01,sliceable,0,0,FALSE,,,,,, +stool.n.01,slicer,0,0,FALSE,,,,,, +stool.n.01,soakable,1,0,FALSE,,,,,, +stove.n.01,liquid,0,0,FALSE,,,,,, +stove.n.01,heatSource,1,0,FALSE,,,,,, +stove.n.01,fireSource,1,0,FALSE,,,,,, +stove.n.01,cookable,0,0,FALSE,,,,,, +stove.n.01,coldSource,0,0,FALSE,,,,,, +stove.n.01,sliceable,0,0,FALSE,,,,,, +stove.n.01,slicer,1,0,FALSE,,,,,, +stove.n.01,soakable,0,0,FALSE,,,,,, +straight_chair.n.01,liquid,0,0,FALSE,,,,,, +straight_chair.n.01,heatSource,0,0,FALSE,,,,,, +straight_chair.n.01,fireSource,0,0,FALSE,,,,,, +straight_chair.n.01,cookable,0,0,FALSE,,,,,, +straight_chair.n.01,coldSource,0,0,FALSE,,,,,, +straight_chair.n.01,sliceable,0,0,FALSE,,,,,, +straight_chair.n.01,slicer,0,0,FALSE,,,,,, +straight_chair.n.01,soakable,0,0,FALSE,,,,,, +swivel_chair.n.01,liquid,0,0,FALSE,,,,,, +swivel_chair.n.01,heatSource,0,0,FALSE,,,,,, +swivel_chair.n.01,fireSource,0,0,FALSE,,,,,, +swivel_chair.n.01,cookable,0,0,FALSE,,,,,, +swivel_chair.n.01,coldSource,0,0,FALSE,,,,,, +swivel_chair.n.01,sliceable,0,0,FALSE,,,,,, +swivel_chair.n.01,slicer,1,0,FALSE,,,,,, +swivel_chair.n.01,soakable,0,0,FALSE,,,,,, +table_lamp.n.01,liquid,0,0,FALSE,,,,,, +table_lamp.n.01,heatSource,0,0,FALSE,,,,,, +table_lamp.n.01,fireSource,0,0,FALSE,,,,,, +table_lamp.n.01,cookable,0,0,FALSE,,,,,, +table_lamp.n.01,coldSource,0,0,FALSE,,,,,, +table_lamp.n.01,sliceable,0,0,FALSE,,,,,, +table_lamp.n.01,slicer,1,0,FALSE,,,,,, +table_lamp.n.01,soakable,0,0,FALSE,,,,,, +toilet.n.02,liquid,0,0,FALSE,,,,,, +toilet.n.02,heatSource,0,0,FALSE,,,,,, +toilet.n.02,fireSource,0,0,FALSE,,,,,, +toilet.n.02,cookable,0,0,FALSE,,,,,, +toilet.n.02,coldSource,0,0,FALSE,,,,,, +toilet.n.02,sliceable,0,0,FALSE,,,,,, +toilet.n.02,slicer,1,0,FALSE,,,,,, +toilet.n.02,soakable,0,0,FALSE,,,,,, +towel_rack.n.01,liquid,0,0,FALSE,,,,,, +towel_rack.n.01,heatSource,0,0,FALSE,,,,,, +towel_rack.n.01,fireSource,0,0,FALSE,,,,,, +towel_rack.n.01,cookable,0,0,FALSE,,,,,, +towel_rack.n.01,coldSource,0,0,FALSE,,,,,, +towel_rack.n.01,sliceable,0,0,FALSE,,,,,, +towel_rack.n.01,slicer,1,0,FALSE,,,,,, +towel_rack.n.01,soakable,0,0,FALSE,,,,,, +ashcan.n.01,liquid,0,0,FALSE,,,,,, +ashcan.n.01,heatSource,0,0,FALSE,,,,,, +ashcan.n.01,fireSource,0,0,FALSE,,,,,, +ashcan.n.01,cookable,0,0,FALSE,,,,,, +ashcan.n.01,coldSource,0,0,FALSE,,,,,, +ashcan.n.01,sliceable,0,0,FALSE,,,,,, +ashcan.n.01,slicer,1,0,FALSE,,,,,, +ashcan.n.01,soakable,0,0,FALSE,,,,,, +treadmill.n.01,liquid,0,0,FALSE,,,,,, +treadmill.n.01,heatSource,0,0,FALSE,,,,,, +treadmill.n.01,fireSource,0,0,FALSE,,,,,, +treadmill.n.01,cookable,0,0,FALSE,,,,,, +treadmill.n.01,coldSource,0,0,FALSE,,,,,, +treadmill.n.01,sliceable,0,0,FALSE,,,,,, +treadmill.n.01,slicer,0,0,FALSE,,,,,, +treadmill.n.01,soakable,0,0,FALSE,,,,,, +wall_clock.n.01,liquid,0,0,FALSE,,,,,, +wall_clock.n.01,heatSource,0,0,FALSE,,,,,, +wall_clock.n.01,fireSource,0,0,FALSE,,,,,, +wall_clock.n.01,cookable,0,0,FALSE,,,,,, +wall_clock.n.01,coldSource,0,0,FALSE,,,,,, +wall_clock.n.01,sliceable,0,0,FALSE,,,,,, +wall_clock.n.01,slicer,1,0,FALSE,,,,,, +wall_clock.n.01,soakable,0,0,FALSE,,,,,, +washer.n.03,liquid,0,0,FALSE,,,,,, +washer.n.03,heatSource,0,0,FALSE,,,,,, +washer.n.03,fireSource,0,0,FALSE,,,,,, +washer.n.03,cookable,0,0,FALSE,,,,,, +washer.n.03,coldSource,0,0,FALSE,,,,,, +washer.n.03,sliceable,0,0,FALSE,,,,,, +washer.n.03,slicer,1,0,FALSE,,,,,, +washer.n.03,soakable,0,0,FALSE,,,,,, +window.n.01,liquid,0,0,FALSE,,,,,, +window.n.01,heatSource,0,0,FALSE,,,,,, +window.n.01,fireSource,0,0,FALSE,,,,,, +window.n.01,cookable,0,0,FALSE,,,,,, +window.n.01,coldSource,0,0,FALSE,,,,,, +window.n.01,sliceable,0,0,FALSE,,,,,, +window.n.01,slicer,1,0,FALSE,,,,,, +window.n.01,soakable,0,0,FALSE,,,,,, +apple.n.01,liquid,0,0,FALSE,,,,,, +apple.n.01,heatSource,0,0,FALSE,,,,,, +apple.n.01,fireSource,1,0,FALSE,,,,,, +apple.n.01,cookable,0,1,FALSE,,,,,, +apple.n.01,coldSource,0,0,FALSE,,,,,, +apple.n.01,sliceable,1,1,FALSE,,,,,, +apple.n.01,slicer,0,0,FALSE,,,,,, +apple.n.01,soakable,0,0,FALSE,,,,,, +apricot.n.02,liquid,0,0,FALSE,,,,,, +apricot.n.02,heatSource,0,0,FALSE,,,,,, +apricot.n.02,fireSource,0,0,FALSE,,,,,, +apricot.n.02,cookable,0,1,FALSE,,,,,, +apricot.n.02,coldSource,0,0,FALSE,,,,,, +apricot.n.02,sliceable,0,1,FALSE,,,,,, +apricot.n.02,slicer,0,0,FALSE,,,,,, +apricot.n.02,soakable,0,0,FALSE,,,,,, +artichoke.n.02,liquid,0,0,FALSE,,,,,, +artichoke.n.02,heatSource,0,0,FALSE,,,,,, +artichoke.n.02,fireSource,1,0,FALSE,,,,,, +artichoke.n.02,cookable,0,1,FALSE,,,,,, +artichoke.n.02,coldSource,0,0,FALSE,,,,,, +artichoke.n.02,sliceable,0,1,FALSE,,,,,, +artichoke.n.02,slicer,0,0,FALSE,,,,,, +artichoke.n.02,soakable,0,0,FALSE,,,,,, +banana.n.02,liquid,0,0,FALSE,,,,,, +banana.n.02,heatSource,0,0,FALSE,,,,,, +banana.n.02,fireSource,0,0,FALSE,,,,,, +banana.n.02,cookable,0,1,FALSE,,,,,, +banana.n.02,coldSource,0,0,FALSE,,,,,, +banana.n.02,sliceable,0,1,FALSE,,,,,, +banana.n.02,slicer,0,0,FALSE,,,,,, +banana.n.02,soakable,0,0,FALSE,,,,,, +bean.n.01,liquid,0,0,FALSE,,,,,, +bean.n.01,heatSource,0,0,FALSE,,,,,, +bean.n.01,fireSource,1,0,FALSE,,,,,, +bean.n.01,cookable,0,1,FALSE,,,,,, +bean.n.01,coldSource,0,0,FALSE,,,,,, +bean.n.01,sliceable,0,0,FALSE,,,,,, +bean.n.01,slicer,1,0,FALSE,,,,,, +bean.n.01,soakable,0,0,FALSE,,,,,, +beet.n.02,liquid,0,0,FALSE,,,,,, +beet.n.02,heatSource,0,0,FALSE,,,,,, +beet.n.02,fireSource,1,0,FALSE,,,,,, +beet.n.02,cookable,0,1,FALSE,,,,,, +beet.n.02,coldSource,0,0,FALSE,,,,,, +beet.n.02,sliceable,0,1,FALSE,,,,,, +beet.n.02,slicer,0,0,FALSE,,,,,, +beet.n.02,soakable,0,0,FALSE,,,,,, +bell_pepper.n.02,liquid,0,0,FALSE,,,,,, +bell_pepper.n.02,heatSource,0,0,FALSE,,,,,, +bell_pepper.n.02,fireSource,1,0,FALSE,,,,,, +bell_pepper.n.02,cookable,0,1,FALSE,,,,,, +bell_pepper.n.02,coldSource,0,0,FALSE,,,,,, +bell_pepper.n.02,sliceable,0,1,FALSE,,,,,, +bell_pepper.n.02,slicer,1,0,FALSE,,,,,, +bell_pepper.n.02,soakable,0,0,FALSE,,,,,, +bowl.n.01,liquid,0,0,FALSE,,,,,, +bowl.n.01,heatSource,0,0,FALSE,,,,,, +bowl.n.01,fireSource,0,0,FALSE,,,,,, +bowl.n.01,cookable,0,0,FALSE,,,,,, +bowl.n.01,coldSource,1,0,FALSE,,,,,, +bowl.n.01,sliceable,0,0,FALSE,,,,,, +bowl.n.01,slicer,0,0,FALSE,,,,,, +bowl.n.01,soakable,0,0,FALSE,,,,,, +broccoli.n.02,liquid,0,0,FALSE,,,,,, +broccoli.n.02,heatSource,0,0,FALSE,,,,,, +broccoli.n.02,fireSource,0,0,FALSE,,,,,, +broccoli.n.02,cookable,0,1,FALSE,,,,,, +broccoli.n.02,coldSource,0,0,FALSE,,,,,, +broccoli.n.02,sliceable,0,1,FALSE,,,,,, +broccoli.n.02,slicer,0,0,FALSE,,,,,, +broccoli.n.02,soakable,0,0,FALSE,,,,,, +bucket.n.01,liquid,0,0,FALSE,,,,,, +bucket.n.01,heatSource,0,0,FALSE,,,,,, +bucket.n.01,fireSource,0,0,FALSE,,,,,, +bucket.n.01,cookable,0,0,FALSE,,,,,, +bucket.n.01,coldSource,1,0,FALSE,,,,,, +bucket.n.01,sliceable,0,0,FALSE,,,,,, +bucket.n.01,slicer,1,0,FALSE,,,,,, +bucket.n.01,soakable,0,0,FALSE,,,,,, +bulldog_clip.n.01,liquid,0,0,FALSE,,,,,, +bulldog_clip.n.01,heatSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,fireSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,cookable,0,0,FALSE,,,,,, +bulldog_clip.n.01,coldSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,sliceable,0,0,FALSE,,,,,, +bulldog_clip.n.01,slicer,1,0,FALSE,,,,,, +bulldog_clip.n.01,soakable,0,0,FALSE,,,,,, +bulletin_board.n.02,liquid,0,0,FALSE,,,,,, +bulletin_board.n.02,heatSource,0,0,FALSE,,,,,, +bulletin_board.n.02,fireSource,0,0,FALSE,,,,,, +bulletin_board.n.02,cookable,0,0,FALSE,,,,,, +bulletin_board.n.02,coldSource,0,0,FALSE,,,,,, +bulletin_board.n.02,sliceable,0,0,FALSE,,,,,, +bulletin_board.n.02,slicer,1,0,FALSE,,,,,, +bulletin_board.n.02,soakable,0,0,FALSE,,,,,, +butter.n.01,liquid,0,0,FALSE,,,,,, +butter.n.01,heatSource,0,0,FALSE,,,,,, +butter.n.01,fireSource,1,1,FALSE,,,,,, +butter.n.01,cookable,0,1,FALSE,,,,,, +butter.n.01,coldSource,0,0,FALSE,,,,,, +butter.n.01,sliceable,0,1,FALSE,,,,,, +butter.n.01,slicer,0,0,FALSE,,,,,, +butter.n.01,soakable,1,0,FALSE,,,,,, +caliper.n.01,liquid,0,0,FALSE,,,,,, +caliper.n.01,heatSource,0,0,FALSE,,,,,, +caliper.n.01,fireSource,0,0,FALSE,,,,,, +caliper.n.01,cookable,0,0,FALSE,,,,,, +caliper.n.01,coldSource,0,0,FALSE,,,,,, +caliper.n.01,sliceable,0,0,FALSE,,,,,, +caliper.n.01,slicer,1,0,FALSE,,,,,, +caliper.n.01,soakable,0,0,FALSE,,,,,, +canned_food.n.01,liquid,0,0,FALSE,,,,,, +canned_food.n.01,heatSource,0,0,FALSE,,,,,, +canned_food.n.01,fireSource,1,0,FALSE,,,,,, +canned_food.n.01,cookable,0,1,FALSE,,,,,, +canned_food.n.01,coldSource,1,0,FALSE,,,,,, +canned_food.n.01,sliceable,0,0,FALSE,,,,,, +canned_food.n.01,slicer,0,0,FALSE,,,,,, +canned_food.n.01,soakable,0,0,FALSE,,,,,, +cantaloup.n.02,liquid,0,0,FALSE,,,,,, +cantaloup.n.02,heatSource,0,0,FALSE,,,,,, +cantaloup.n.02,fireSource,0,0,FALSE,,,,,, +cantaloup.n.02,cookable,0,0,FALSE,,,,,, +cantaloup.n.02,coldSource,0,0,FALSE,,,,,, +cantaloup.n.02,sliceable,0,0,FALSE,,,,,, +cantaloup.n.02,slicer,0,0,FALSE,,,,,, +cantaloup.n.02,soakable,0,0,FALSE,,,,,, +carafe.n.01,liquid,0,0,FALSE,,,,,, +carafe.n.01,heatSource,0,0,FALSE,,,,,, +carafe.n.01,fireSource,0,0,FALSE,,,,,, +carafe.n.01,cookable,0,0,FALSE,,,,,, +carafe.n.01,coldSource,1,0,FALSE,,,,,, +carafe.n.01,sliceable,0,0,FALSE,,,,,, +carafe.n.01,slicer,1,0,FALSE,,,,,, +carafe.n.01,soakable,0,0,FALSE,,,,,, +carrot.n.03,liquid,0,0,FALSE,,,,,, +carrot.n.03,heatSource,0,0,FALSE,,,,,, +carrot.n.03,fireSource,1,0,FALSE,,,,,, +carrot.n.03,cookable,0,1,FALSE,,,,,, +carrot.n.03,coldSource,0,0,FALSE,,,,,, +carrot.n.03,sliceable,0,0,FALSE,,,,,, +carrot.n.03,slicer,0,0,FALSE,,,,,, +carrot.n.03,soakable,0,0,FALSE,,,,,, +carving_knife.n.01,liquid,0,0,FALSE,,,,,, +carving_knife.n.01,heatSource,0,0,FALSE,,,,,, +carving_knife.n.01,fireSource,0,0,FALSE,,,,,, +carving_knife.n.01,cookable,0,0,FALSE,,,,,, +carving_knife.n.01,coldSource,0,0,FALSE,,,,,, +carving_knife.n.01,sliceable,0,0,FALSE,,,,,, +carving_knife.n.01,slicer,0,1,FALSE,,,,,, +carving_knife.n.01,soakable,0,0,FALSE,,,,,, +casserole.n.02,liquid,0,0,FALSE,,,,,, +casserole.n.02,heatSource,0,0,FALSE,,,,,, +casserole.n.02,fireSource,1,0,FALSE,,,,,, +casserole.n.02,cookable,0,1,FALSE,,,,,, +casserole.n.02,coldSource,0,0,FALSE,,,,,, +casserole.n.02,sliceable,0,1,FALSE,,,,,, +casserole.n.02,slicer,0,0,FALSE,,,,,, +casserole.n.02,soakable,0,0,FALSE,,,,,, +catsup.n.01,liquid,0,0,FALSE,,,,,, +catsup.n.01,heatSource,0,0,FALSE,,,,,, +catsup.n.01,fireSource,1,0,FALSE,,,,,, +catsup.n.01,cookable,0,1,FALSE,,,,,, +catsup.n.01,coldSource,0,0,FALSE,,,,,, +catsup.n.01,sliceable,0,0,FALSE,,,,,, +catsup.n.01,slicer,0,0,FALSE,,,,,, +catsup.n.01,soakable,0,0,FALSE,,,,,, +cherry.n.03,liquid,0,0,FALSE,,,,,, +cherry.n.03,heatSource,0,0,FALSE,,,,,, +cherry.n.03,fireSource,0,0,FALSE,,,,,, +cherry.n.03,cookable,0,1,FALSE,,,,,, +cherry.n.03,coldSource,0,0,FALSE,,,,,, +cherry.n.03,sliceable,0,1,FALSE,,,,,, +cherry.n.03,slicer,1,0,FALSE,,,,,, +cherry.n.03,soakable,0,0,FALSE,,,,,, +chestnut.n.03,liquid,0,0,FALSE,,,,,, +chestnut.n.03,heatSource,0,0,FALSE,,,,,, +chestnut.n.03,fireSource,1,0,FALSE,,,,,, +chestnut.n.03,cookable,0,1,FALSE,,,,,, +chestnut.n.03,coldSource,0,0,FALSE,,,,,, +chestnut.n.03,sliceable,0,0,FALSE,,,,,, +chestnut.n.03,slicer,0,0,FALSE,,,,,, +chestnut.n.03,soakable,0,0,FALSE,,,,,, +chip.n.04,liquid,0,0,FALSE,,,,,, +chip.n.04,heatSource,0,0,FALSE,,,,,, +chip.n.04,fireSource,1,0,FALSE,,,,,, +chip.n.04,cookable,0,0,FALSE,,,,,, +chip.n.04,coldSource,0,0,FALSE,,,,,, +chip.n.04,sliceable,0,0,FALSE,,,,,, +chip.n.04,slicer,1,0,FALSE,,,,,, +chip.n.04,soakable,0,0,FALSE,,,,,, +chives.n.01,liquid,0,0,FALSE,,,,,, +chives.n.01,heatSource,0,0,FALSE,,,,,, +chives.n.01,fireSource,0,0,FALSE,,,,,, +chives.n.01,cookable,0,1,FALSE,,,,,, +chives.n.01,coldSource,0,0,FALSE,,,,,, +chives.n.01,sliceable,0,1,FALSE,,,,,, +chives.n.01,slicer,0,0,FALSE,,,,,, +chives.n.01,soakable,0,0,FALSE,,,,,, +chopping_board.n.01,liquid,0,0,FALSE,,,,,, +chopping_board.n.01,heatSource,0,0,FALSE,,,,,, +chopping_board.n.01,fireSource,0,0,FALSE,,,,,, +chopping_board.n.01,cookable,0,0,FALSE,,,,,, +chopping_board.n.01,coldSource,0,0,FALSE,,,,,, +chopping_board.n.01,sliceable,0,0,FALSE,,,,,, +chopping_board.n.01,slicer,0,0,FALSE,,,,,, +chopping_board.n.01,soakable,0,0,FALSE,,,,,, +clove.n.03,liquid,0,0,FALSE,,,,,, +clove.n.03,heatSource,0,0,FALSE,,,,,, +clove.n.03,fireSource,1,0,FALSE,,,,,, +clove.n.03,cookable,0,1,FALSE,,,,,, +clove.n.03,coldSource,0,0,FALSE,,,,,, +clove.n.03,sliceable,0,0,FALSE,,,,,, +clove.n.03,slicer,0,0,FALSE,,,,,, +clove.n.03,soakable,0,0,FALSE,,,,,, +coatrack.n.01,liquid,0,0,FALSE,,,,,, +coatrack.n.01,heatSource,0,0,FALSE,,,,,, +coatrack.n.01,fireSource,0,0,FALSE,,,,,, +coatrack.n.01,cookable,0,0,FALSE,,,,,, +coatrack.n.01,coldSource,0,0,FALSE,,,,,, +coatrack.n.01,sliceable,0,0,FALSE,,,,,, +coatrack.n.01,slicer,1,0,FALSE,,,,,, +coatrack.n.01,soakable,0,0,FALSE,,,,,, +coconut.n.01,liquid,0,0,FALSE,,,,,, +coconut.n.01,heatSource,0,0,FALSE,,,,,, +coconut.n.01,fireSource,1,0,FALSE,,,,,, +coconut.n.01,cookable,0,1,FALSE,,,,,, +coconut.n.01,coldSource,0,0,FALSE,,,,,, +coconut.n.01,sliceable,0,0,FALSE,,,,,, +coconut.n.01,slicer,0,0,FALSE,,,,,, +coconut.n.01,soakable,0,0,FALSE,,,,,, +colander.n.01,liquid,0,0,FALSE,,,,,, +colander.n.01,heatSource,0,0,FALSE,,,,,, +colander.n.01,fireSource,0,0,FALSE,,,,,, +colander.n.01,cookable,0,0,FALSE,,,,,, +colander.n.01,coldSource,1,0,FALSE,,,,,, +colander.n.01,sliceable,0,0,FALSE,,,,,, +colander.n.01,slicer,1,0,FALSE,,,,,, +colander.n.01,soakable,0,0,FALSE,,,,,, +cream.n.02,liquid,1,1,FALSE,,,,,, +cream.n.02,heatSource,0,0,FALSE,,,,,, +cream.n.02,fireSource,0,0,FALSE,,,,,, +cream.n.02,cookable,0,1,FALSE,,,,,, +cream.n.02,coldSource,0,0,FALSE,,,,,, +cream.n.02,sliceable,0,0,FALSE,,,,,, +cream.n.02,slicer,0,0,FALSE,,,,,, +cream.n.02,soakable,0,0,FALSE,,,,,, +cream_pitcher.n.01,liquid,0,0,FALSE,,,,,, +cream_pitcher.n.01,heatSource,0,0,FALSE,,,,,, +cream_pitcher.n.01,fireSource,0,0,FALSE,,,,,, +cream_pitcher.n.01,cookable,0,0,FALSE,,,,,, +cream_pitcher.n.01,coldSource,1,0,FALSE,,,,,, +cream_pitcher.n.01,sliceable,0,0,FALSE,,,,,, +cream_pitcher.n.01,slicer,1,0,FALSE,,,,,, +cream_pitcher.n.01,soakable,0,0,FALSE,,,,,, +cruet.n.01,liquid,0,0,FALSE,,,,,, +cruet.n.01,heatSource,0,0,FALSE,,,,,, +cruet.n.01,fireSource,0,0,FALSE,,,,,, +cruet.n.01,cookable,0,0,FALSE,,,,,, +cruet.n.01,coldSource,1,0,FALSE,,,,,, +cruet.n.01,sliceable,0,0,FALSE,,,,,, +cruet.n.01,slicer,1,0,FALSE,,,,,, +cruet.n.01,soakable,0,0,FALSE,,,,,, +cucumber.n.02,liquid,0,0,FALSE,,,,,, +cucumber.n.02,heatSource,0,0,FALSE,,,,,, +cucumber.n.02,fireSource,0,0,FALSE,,,,,, +cucumber.n.02,cookable,0,1,FALSE,,,,,, +cucumber.n.02,coldSource,0,0,FALSE,,,,,, +cucumber.n.02,sliceable,0,1,FALSE,,,,,, +cucumber.n.02,slicer,1,0,FALSE,,,,,, +cucumber.n.02,soakable,0,0,FALSE,,,,,, +scale.n.07,liquid,0,0,FALSE,,,,,, +scale.n.07,heatSource,0,0,FALSE,,,,,, +scale.n.07,fireSource,0,0,FALSE,,,,,, +scale.n.07,cookable,0,0,FALSE,,,,,, +scale.n.07,coldSource,0,0,FALSE,,,,,, +scale.n.07,sliceable,0,0,FALSE,,,,,, +scale.n.07,slicer,1,0,FALSE,,,,,, +scale.n.07,soakable,0,0,FALSE,,,,,, +dinner_napkin.n.01,liquid,0,0,FALSE,,,,,, +dinner_napkin.n.01,heatSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,fireSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,cookable,0,0,FALSE,,,,,, +dinner_napkin.n.01,coldSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,sliceable,0,0,FALSE,,,,,, +dinner_napkin.n.01,slicer,0,0,FALSE,,,,,, +dinner_napkin.n.01,soakable,1,1,FALSE,,,,,, +dipper.n.01,liquid,1,1,FALSE,,,,,, +dipper.n.01,heatSource,0,0,FALSE,,,,,, +dipper.n.01,fireSource,0,0,FALSE,,,,,, +dipper.n.01,cookable,0,0,FALSE,,,,,, +dipper.n.01,coldSource,1,0,FALSE,,,,,, +dipper.n.01,sliceable,0,0,FALSE,,,,,, +dipper.n.01,slicer,1,0,FALSE,,,,,, +dipper.n.01,soakable,0,0,FALSE,,,,,, +dish_rack.n.01,liquid,0,0,FALSE,,,,,, +dish_rack.n.01,heatSource,0,0,FALSE,,,,,, +dish_rack.n.01,fireSource,0,0,FALSE,,,,,, +dish_rack.n.01,cookable,0,0,FALSE,,,,,, +dish_rack.n.01,coldSource,0,0,FALSE,,,,,, +dish_rack.n.01,sliceable,0,0,FALSE,,,,,, +dish_rack.n.01,slicer,0,0,FALSE,,,,,, +dish_rack.n.01,soakable,0,0,FALSE,,,,,, +egg.n.02,liquid,0,0,FALSE,,,,,, +egg.n.02,heatSource,0,0,FALSE,,,,,, +egg.n.02,fireSource,1,0,FALSE,,,,,, +egg.n.02,cookable,0,1,FALSE,,,,,, +egg.n.02,coldSource,0,0,FALSE,,,,,, +egg.n.02,sliceable,0,0,FALSE,,,,,, +egg.n.02,slicer,0,0,FALSE,,,,,, +egg.n.02,soakable,0,0,FALSE,,,,,, +eggplant.n.01,liquid,0,0,FALSE,,,,,, +eggplant.n.01,heatSource,0,0,FALSE,,,,,, +eggplant.n.01,fireSource,1,0,FALSE,,,,,, +eggplant.n.01,cookable,0,1,FALSE,,,,,, +eggplant.n.01,coldSource,0,0,FALSE,,,,,, +eggplant.n.01,sliceable,0,1,FALSE,,,,,, +eggplant.n.01,slicer,1,0,FALSE,,,,,, +eggplant.n.01,soakable,0,0,FALSE,,,,,, +eraser.n.01,liquid,0,0,FALSE,,,,,, +eraser.n.01,heatSource,0,0,FALSE,,,,,, +eraser.n.01,fireSource,0,0,FALSE,,,,,, +eraser.n.01,cookable,0,0,FALSE,,,,,, +eraser.n.01,coldSource,0,0,FALSE,,,,,, +eraser.n.01,sliceable,0,0,FALSE,,,,,, +eraser.n.01,slicer,1,0,FALSE,,,,,, +eraser.n.01,soakable,0,0,FALSE,,,,,, +flour.n.01,liquid,0,0,FALSE,,,,,, +flour.n.01,heatSource,0,0,FALSE,,,,,, +flour.n.01,fireSource,1,0,FALSE,,,,,, +flour.n.01,cookable,0,1,FALSE,,,,,, +flour.n.01,coldSource,0,0,FALSE,,,,,, +flour.n.01,sliceable,0,0,FALSE,,,,,, +flour.n.01,slicer,0,0,FALSE,,,,,, +flour.n.01,soakable,0,0,FALSE,,,,,, +foot_rule.n.01,liquid,0,0,FALSE,,,,,, +foot_rule.n.01,heatSource,0,0,FALSE,,,,,, +foot_rule.n.01,fireSource,0,0,FALSE,,,,,, +foot_rule.n.01,cookable,0,0,FALSE,,,,,, +foot_rule.n.01,coldSource,0,0,FALSE,,,,,, +foot_rule.n.01,sliceable,0,0,FALSE,,,,,, +foot_rule.n.01,slicer,0,0,FALSE,,,,,, +foot_rule.n.01,soakable,0,0,FALSE,,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,,, +frying_pan.n.01,heatSource,1,1,FALSE,,,,,, +frying_pan.n.01,fireSource,1,0,FALSE,,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,,, +glass.n.02,liquid,0,0,FALSE,,,,,, +glass.n.02,heatSource,0,0,FALSE,,,,,, +glass.n.02,fireSource,0,0,FALSE,,,,,, +glass.n.02,cookable,0,0,FALSE,,,,,, +glass.n.02,coldSource,1,0,FALSE,,,,,, +glass.n.02,sliceable,0,0,FALSE,,,,,, +glass.n.02,slicer,1,0,FALSE,,,,,, +glass.n.02,soakable,0,0,FALSE,,,,,, +gooseberry.n.01,liquid,0,0,FALSE,,,,,, +gooseberry.n.01,heatSource,0,0,FALSE,,,,,, +gooseberry.n.01,fireSource,1,0,FALSE,,,,,, +gooseberry.n.01,cookable,0,1,FALSE,,,,,, +gooseberry.n.01,coldSource,0,0,FALSE,,,,,, +gooseberry.n.01,sliceable,0,0,FALSE,,,,,, +gooseberry.n.01,slicer,0,0,FALSE,,,,,, +gooseberry.n.01,soakable,0,0,FALSE,,,,,, +grape.n.01,liquid,0,0,FALSE,,,,,, +grape.n.01,heatSource,0,0,FALSE,,,,,, +grape.n.01,fireSource,0,0,FALSE,,,,,, +grape.n.01,cookable,0,1,FALSE,,,,,, +grape.n.01,coldSource,0,0,FALSE,,,,,, +grape.n.01,sliceable,0,0,FALSE,,,,,, +grape.n.01,slicer,0,0,FALSE,,,,,, +grape.n.01,soakable,0,0,FALSE,,,,,, +grater.n.01,liquid,0,0,FALSE,,,,,, +grater.n.01,heatSource,0,0,FALSE,,,,,, +grater.n.01,fireSource,0,0,FALSE,,,,,, +grater.n.01,cookable,0,0,FALSE,,,,,, +grater.n.01,coldSource,0,0,FALSE,,,,,, +grater.n.01,sliceable,0,0,FALSE,,,,,, +grater.n.01,slicer,1,1,FALSE,,,,,, +grater.n.01,soakable,0,0,FALSE,,,,,, +griddle.n.01,liquid,0,0,FALSE,,,,,, +griddle.n.01,heatSource,1,1,FALSE,,,,,, +griddle.n.01,fireSource,1,0,FALSE,,,,,, +griddle.n.01,cookable,0,0,FALSE,,,,,, +griddle.n.01,coldSource,0,0,FALSE,,,,,, +griddle.n.01,sliceable,0,0,FALSE,,,,,, +griddle.n.01,slicer,1,0,FALSE,,,,,, +griddle.n.01,soakable,0,0,FALSE,,,,,, +kiwi.n.03,liquid,0,0,FALSE,,,,,, +kiwi.n.03,heatSource,0,0,FALSE,,,,,, +kiwi.n.03,fireSource,0,0,FALSE,,,,,, +kiwi.n.03,cookable,0,1,FALSE,,,,,, +kiwi.n.03,coldSource,0,0,FALSE,,,,,, +kiwi.n.03,sliceable,0,1,FALSE,,,,,, +kiwi.n.03,slicer,0,0,FALSE,,,,,, +kiwi.n.03,soakable,0,0,FALSE,,,,,, +lemon.n.01,liquid,0,0,FALSE,,,,,, +lemon.n.01,heatSource,0,0,FALSE,,,,,, +lemon.n.01,fireSource,0,0,FALSE,,,,,, +lemon.n.01,cookable,0,1,FALSE,,,,,, +lemon.n.01,coldSource,0,0,FALSE,,,,,, +lemon.n.01,sliceable,0,1,FALSE,,,,,, +lemon.n.01,slicer,1,0,FALSE,,,,,, +lemon.n.01,soakable,0,0,FALSE,,,,,, +mushroom.n.05,liquid,0,0,FALSE,,,,,, +mushroom.n.05,heatSource,0,0,FALSE,,,,,, +mushroom.n.05,fireSource,1,0,FALSE,,,,,, +mushroom.n.05,cookable,0,1,FALSE,,,,,, +mushroom.n.05,coldSource,0,0,FALSE,,,,,, +mushroom.n.05,sliceable,0,1,FALSE,,,,,, +mushroom.n.05,slicer,0,0,FALSE,,,,,, +mushroom.n.05,soakable,0,0,FALSE,,,,,, +orange.n.01,liquid,0,0,FALSE,,,,,, +orange.n.01,heatSource,0,0,FALSE,,,,,, +orange.n.01,fireSource,0,0,FALSE,,,,,, +orange.n.01,cookable,0,1,FALSE,,,,,, +orange.n.01,coldSource,0,0,FALSE,,,,,, +orange.n.01,sliceable,0,1,FALSE,,,,,, +orange.n.01,slicer,0,0,FALSE,,,,,, +orange.n.01,soakable,0,0,FALSE,,,,,, +peach.n.03,liquid,0,0,FALSE,,,,,, +peach.n.03,heatSource,0,0,FALSE,,,,,, +peach.n.03,fireSource,0,0,FALSE,,,,,, +peach.n.03,cookable,0,1,FALSE,,,,,, +peach.n.03,coldSource,0,0,FALSE,,,,,, +peach.n.03,sliceable,0,1,FALSE,,,,,, +peach.n.03,slicer,1,0,FALSE,,,,,, +peach.n.03,soakable,0,0,FALSE,,,,,, +pear.n.01,liquid,0,0,FALSE,,,,,, +pear.n.01,heatSource,0,0,FALSE,,,,,, +pear.n.01,fireSource,0,0,FALSE,,,,,, +pear.n.01,cookable,0,1,FALSE,,,,,, +pear.n.01,coldSource,1,0,FALSE,,,,,, +pear.n.01,sliceable,0,1,FALSE,,,,,, +pear.n.01,slicer,0,0,FALSE,,,,,, +pear.n.01,soakable,0,0,FALSE,,,,,, +pineapple.n.02,liquid,0,0,FALSE,,,,,, +pineapple.n.02,heatSource,0,0,FALSE,,,,,, +pineapple.n.02,fireSource,0,0,FALSE,,,,,, +pineapple.n.02,cookable,0,1,FALSE,,,,,, +pineapple.n.02,coldSource,0,0,FALSE,,,,,, +pineapple.n.02,sliceable,0,1,FALSE,,,,,, +pineapple.n.02,slicer,0,0,FALSE,,,,,, +pineapple.n.02,soakable,0,0,FALSE,,,,,, +plum.n.02,liquid,0,0,FALSE,,,,,, +plum.n.02,heatSource,0,0,FALSE,,,,,, +plum.n.02,fireSource,1,0,FALSE,,,,,, +plum.n.02,cookable,0,1,FALSE,,,,,, +plum.n.02,coldSource,0,0,FALSE,,,,,, +plum.n.02,sliceable,0,1,FALSE,,,,,, +plum.n.02,slicer,0,0,FALSE,,,,,, +plum.n.02,soakable,0,0,FALSE,,,,,, +pomegranate.n.02,liquid,0,0,FALSE,,,,,, +pomegranate.n.02,heatSource,0,0,FALSE,,,,,, +pomegranate.n.02,fireSource,0,0,FALSE,,,,,, +pomegranate.n.02,cookable,0,0,FALSE,,,,,, +pomegranate.n.02,coldSource,0,0,FALSE,,,,,, +pomegranate.n.02,sliceable,0,0,FALSE,,,,,, +pomegranate.n.02,slicer,0,0,FALSE,,,,,, +pomegranate.n.02,soakable,0,0,FALSE,,,,,, +pomelo.n.02,liquid,0,0,FALSE,,,,,, +pomelo.n.02,heatSource,0,0,FALSE,,,,,, +pomelo.n.02,fireSource,0,0,FALSE,,,,,, +pomelo.n.02,cookable,0,0,FALSE,,,,,, +pomelo.n.02,coldSource,0,0,FALSE,,,,,, +pomelo.n.02,sliceable,0,0,FALSE,,,,,, +pomelo.n.02,slicer,0,0,FALSE,,,,,, +pomelo.n.02,soakable,0,0,FALSE,,,,,, +strawberry.n.01,liquid,0,0,FALSE,,,,,, +strawberry.n.01,heatSource,0,0,FALSE,,,,,, +strawberry.n.01,fireSource,0,0,FALSE,,,,,, +strawberry.n.01,cookable,0,1,FALSE,,,,,, +strawberry.n.01,coldSource,0,0,FALSE,,,,,, +strawberry.n.01,sliceable,0,1,FALSE,,,,,, +strawberry.n.01,slicer,0,0,FALSE,,,,,, +strawberry.n.01,soakable,0,0,FALSE,,,,,, +tomato.n.01,liquid,0,0,FALSE,,,,,, +tomato.n.01,heatSource,0,0,FALSE,,,,,, +tomato.n.01,fireSource,1,0,FALSE,,,,,, +tomato.n.01,cookable,0,1,FALSE,,,,,, +tomato.n.01,coldSource,0,0,FALSE,,,,,, +tomato.n.01,sliceable,0,1,FALSE,,,,,, +tomato.n.01,slicer,0,0,FALSE,,,,,, +tomato.n.01,soakable,0,0,FALSE,,,,,, +vidalia_onion.n.01,liquid,0,0,FALSE,,,,,, +vidalia_onion.n.01,heatSource,0,0,FALSE,,,,,, +vidalia_onion.n.01,fireSource,1,0,FALSE,,,,,, +vidalia_onion.n.01,cookable,0,1,FALSE,,,,,, +vidalia_onion.n.01,coldSource,0,0,FALSE,,,,,, +vidalia_onion.n.01,sliceable,0,1,FALSE,,,,,, +vidalia_onion.n.01,slicer,0,0,FALSE,,,,,, +vidalia_onion.n.01,soakable,0,0,FALSE,,,,,, +head_cabbage.n.02,liquid,0,0,FALSE,,,,,, +head_cabbage.n.02,heatSource,0,0,FALSE,,,,,, +head_cabbage.n.02,fireSource,1,0,FALSE,,,,,, +head_cabbage.n.02,cookable,0,1,FALSE,,,,,, +head_cabbage.n.02,coldSource,0,0,FALSE,,,,,, +head_cabbage.n.02,sliceable,0,1,FALSE,,,,,, +head_cabbage.n.02,slicer,0,0,FALSE,,,,,, +head_cabbage.n.02,soakable,0,0,FALSE,,,,,, +highlighter.n.02,liquid,0,0,FALSE,,,,,, +highlighter.n.02,heatSource,0,0,FALSE,,,,,, +highlighter.n.02,fireSource,0,0,FALSE,,,,,, +highlighter.n.02,cookable,0,0,FALSE,,,,,, +highlighter.n.02,coldSource,1,0,FALSE,,,,,, +highlighter.n.02,sliceable,0,0,FALSE,,,,,, +highlighter.n.02,slicer,1,0,FALSE,,,,,, +highlighter.n.02,soakable,0,0,FALSE,,,,,, +steel.n.03,liquid,0,0,FALSE,,,,,, +steel.n.03,heatSource,0,0,FALSE,,,,,, +steel.n.03,fireSource,0,0,FALSE,,,,,, +steel.n.03,cookable,0,0,FALSE,,,,,, +steel.n.03,coldSource,0,0,FALSE,,,,,, +steel.n.03,sliceable,0,0,FALSE,,,,,, +steel.n.03,slicer,0,0,FALSE,,,,,, +steel.n.03,soakable,0,0,FALSE,,,,,, +jar.n.01,liquid,0,0,FALSE,,,,,, +jar.n.01,heatSource,0,0,FALSE,,,,,, +jar.n.01,fireSource,0,0,FALSE,,,,,, +jar.n.01,cookable,0,0,FALSE,,,,,, +jar.n.01,coldSource,1,0,FALSE,,,,,, +jar.n.01,sliceable,0,0,FALSE,,,,,, +jar.n.01,slicer,0,0,FALSE,,,,,, +jar.n.01,soakable,0,0,FALSE,,,,,, +kettle.n.01,liquid,0,0,FALSE,,,,,, +kettle.n.01,heatSource,1,1,FALSE,,,,,, +kettle.n.01,fireSource,1,0,FALSE,,,,,, +kettle.n.01,cookable,0,0,FALSE,,,,,, +kettle.n.01,coldSource,1,0,FALSE,,,,,, +kettle.n.01,sliceable,0,0,FALSE,,,,,, +kettle.n.01,slicer,1,0,FALSE,,,,,, +kettle.n.01,soakable,0,0,FALSE,,,,,, +lettuce.n.03,liquid,0,0,FALSE,,,,,, +lettuce.n.03,heatSource,0,0,FALSE,,,,,, +lettuce.n.03,fireSource,0,0,FALSE,,,,,, +lettuce.n.03,cookable,0,1,FALSE,,,,,, +lettuce.n.03,coldSource,0,0,FALSE,,,,,, +lettuce.n.03,sliceable,0,1,FALSE,,,,,, +lettuce.n.03,slicer,0,0,FALSE,,,,,, +lettuce.n.03,soakable,0,0,FALSE,,,,,, +lid.n.02,liquid,0,0,FALSE,,,,,, +lid.n.02,heatSource,0,0,FALSE,,,,,, +lid.n.02,fireSource,0,0,FALSE,,,,,, +lid.n.02,cookable,0,0,FALSE,,,,,, +lid.n.02,coldSource,0,0,FALSE,,,,,, +lid.n.02,sliceable,0,0,FALSE,,,,,, +lid.n.02,slicer,1,1,FALSE,,,,,, +lid.n.02,soakable,1,1,FALSE,,,,,, +mat.n.07,liquid,0,0,FALSE,,,,,, +mat.n.07,heatSource,0,0,FALSE,,,,,, +mat.n.07,fireSource,0,0,FALSE,,,,,, +mat.n.07,cookable,0,0,FALSE,,,,,, +mat.n.07,coldSource,0,0,FALSE,,,,,, +mat.n.07,sliceable,0,0,FALSE,,,,,, +mat.n.07,slicer,1,0,FALSE,,,,,, +mat.n.07,soakable,1,1,FALSE,,,,,, +mug.n.04,liquid,0,0,FALSE,,,,,, +mug.n.04,heatSource,0,0,FALSE,,,,,, +mug.n.04,fireSource,0,0,FALSE,,,,,, +mug.n.04,cookable,0,0,FALSE,,,,,, +mug.n.04,coldSource,1,0,FALSE,,,,,, +mug.n.04,sliceable,0,0,FALSE,,,,,, +mug.n.04,slicer,1,0,FALSE,,,,,, +mug.n.04,soakable,0,0,FALSE,,,,,, +oatmeal.n.01,liquid,0,0,FALSE,,,,,, +oatmeal.n.01,heatSource,0,0,FALSE,,,,,, +oatmeal.n.01,fireSource,1,0,FALSE,,,,,, +oatmeal.n.01,cookable,0,1,FALSE,,,,,, +oatmeal.n.01,coldSource,0,0,FALSE,,,,,, +oatmeal.n.01,sliceable,0,0,FALSE,,,,,, +oatmeal.n.01,slicer,0,0,FALSE,,,,,, +oatmeal.n.01,soakable,0,0,FALSE,,,,,, +oatmeal.n.02,liquid,0,0,FALSE,,,,,, +oatmeal.n.02,heatSource,0,0,FALSE,,,,,, +oatmeal.n.02,fireSource,1,0,FALSE,,,,,, +oatmeal.n.02,cookable,0,1,FALSE,,,,,, +oatmeal.n.02,coldSource,1,0,FALSE,,,,,, +oatmeal.n.02,sliceable,0,0,FALSE,,,,,, +oatmeal.n.02,slicer,0,0,FALSE,,,,,, +oatmeal.n.02,soakable,0,0,FALSE,,,,,, +olive.n.04,liquid,0,0,FALSE,,,,,, +olive.n.04,heatSource,0,0,FALSE,,,,,, +olive.n.04,fireSource,0,0,FALSE,,,,,, +olive.n.04,cookable,0,1,FALSE,,,,,, +olive.n.04,coldSource,0,0,FALSE,,,,,, +olive.n.04,sliceable,0,1,FALSE,,,,,, +olive.n.04,slicer,0,0,FALSE,,,,,, +olive.n.04,soakable,0,0,FALSE,,,,,, +olive_oil.n.01,liquid,1,1,FALSE,,,,,, +olive_oil.n.01,heatSource,0,0,FALSE,,,,,, +olive_oil.n.01,fireSource,0,1,FALSE,,,,,, +olive_oil.n.01,cookable,0,1,FALSE,,,,,, +olive_oil.n.01,coldSource,0,0,FALSE,,,,,, +olive_oil.n.01,sliceable,0,0,FALSE,,,,,, +olive_oil.n.01,slicer,0,0,FALSE,,,,,, +olive_oil.n.01,soakable,0,0,FALSE,,,,,, +paper_clip.n.01,liquid,0,0,FALSE,,,,,, +paper_clip.n.01,heatSource,0,0,FALSE,,,,,, +paper_clip.n.01,fireSource,0,0,FALSE,,,,,, +paper_clip.n.01,cookable,0,0,FALSE,,,,,, +paper_clip.n.01,coldSource,0,0,FALSE,,,,,, +paper_clip.n.01,sliceable,0,0,FALSE,,,,,, +paper_clip.n.01,slicer,1,0,FALSE,,,,,, +paper_clip.n.01,soakable,1,0,FALSE,,,,,, +paper_towel.n.01,liquid,0,0,FALSE,,,,,, +paper_towel.n.01,heatSource,0,0,FALSE,,,,,, +paper_towel.n.01,fireSource,0,0,FALSE,,,,,, +paper_towel.n.01,cookable,0,0,FALSE,,,,,, +paper_towel.n.01,coldSource,0,0,FALSE,,,,,, +paper_towel.n.01,sliceable,0,0,FALSE,,,,,, +paper_towel.n.01,slicer,1,0,FALSE,,,,,, +paper_towel.n.01,soakable,0,1,FALSE,,,,,, +holder.n.01,liquid,0,0,FALSE,,,,,, +holder.n.01,heatSource,0,0,FALSE,,,,,, +holder.n.01,fireSource,0,0,FALSE,,,,,, +holder.n.01,cookable,0,0,FALSE,,,,,, +holder.n.01,coldSource,0,0,FALSE,,,,,, +holder.n.01,sliceable,0,0,FALSE,,,,,, +holder.n.01,slicer,1,0,FALSE,,,,,, +holder.n.01,soakable,1,0,FALSE,,,,,, +parsley.n.02,liquid,0,0,FALSE,,,,,, +parsley.n.02,heatSource,0,0,FALSE,,,,,, +parsley.n.02,fireSource,1,0,FALSE,,,,,, +parsley.n.02,cookable,0,1,FALSE,,,,,, +parsley.n.02,coldSource,0,0,FALSE,,,,,, +parsley.n.02,sliceable,0,1,FALSE,,,,,, +parsley.n.02,slicer,0,0,FALSE,,,,,, +parsley.n.02,soakable,0,0,FALSE,,,,,, +pea.n.01,liquid,0,0,FALSE,,,,,, +pea.n.01,heatSource,0,0,FALSE,,,,,, +pea.n.01,fireSource,1,0,FALSE,,,,,, +pea.n.01,cookable,0,1,FALSE,,,,,, +pea.n.01,coldSource,0,0,FALSE,,,,,, +pea.n.01,sliceable,0,0,FALSE,,,,,, +pea.n.01,slicer,0,0,FALSE,,,,,, +pea.n.01,soakable,0,0,FALSE,,,,,, +pen.n.01,liquid,0,0,FALSE,,,,,, +pen.n.01,heatSource,0,0,FALSE,,,,,, +pen.n.01,fireSource,0,0,FALSE,,,,,, +pen.n.01,cookable,0,0,FALSE,,,,,, +pen.n.01,coldSource,1,0,FALSE,,,,,, +pen.n.01,sliceable,0,0,FALSE,,,,,, +pen.n.01,slicer,1,0,FALSE,,,,,, +pen.n.01,soakable,0,0,FALSE,,,,,, +pencil.n.01,liquid,0,0,FALSE,,,,,, +pencil.n.01,heatSource,0,0,FALSE,,,,,, +pencil.n.01,fireSource,0,0,FALSE,,,,,, +pencil.n.01,cookable,0,0,FALSE,,,,,, +pencil.n.01,coldSource,0,0,FALSE,,,,,, +pencil.n.01,sliceable,0,0,FALSE,,,,,, +pencil.n.01,slicer,1,0,FALSE,,,,,, +pencil.n.01,soakable,0,0,FALSE,,,,,, +pencil_box.n.01,liquid,0,0,FALSE,,,,,, +pencil_box.n.01,heatSource,0,0,FALSE,,,,,, +pencil_box.n.01,fireSource,0,0,FALSE,,,,,, +pencil_box.n.01,cookable,0,0,FALSE,,,,,, +pencil_box.n.01,coldSource,0,0,FALSE,,,,,, +pencil_box.n.01,sliceable,0,0,FALSE,,,,,, +pencil_box.n.01,slicer,1,0,FALSE,,,,,, +pencil_box.n.01,soakable,0,0,FALSE,,,,,, +pepper_mill.n.01,liquid,0,0,FALSE,,,,,, +pepper_mill.n.01,heatSource,0,0,FALSE,,,,,, +pepper_mill.n.01,fireSource,0,0,FALSE,,,,,, +pepper_mill.n.01,cookable,0,0,FALSE,,,,,, +pepper_mill.n.01,coldSource,0,0,FALSE,,,,,, +pepper_mill.n.01,sliceable,0,0,FALSE,,,,,, +pepper_mill.n.01,slicer,1,0,FALSE,,,,,, +pepper_mill.n.01,soakable,0,0,FALSE,,,,,, +pistachio.n.02,liquid,0,0,FALSE,,,,,, +pistachio.n.02,heatSource,0,0,FALSE,,,,,, +pistachio.n.02,fireSource,0,0,FALSE,,,,,, +pistachio.n.02,cookable,0,1,FALSE,,,,,, +pistachio.n.02,coldSource,0,0,FALSE,,,,,, +pistachio.n.02,sliceable,0,0,FALSE,,,,,, +pistachio.n.02,slicer,0,0,FALSE,,,,,, +pistachio.n.02,soakable,0,0,FALSE,,,,,, +pop.n.02,liquid,1,1,FALSE,,,,,, +pop.n.02,heatSource,0,0,FALSE,,,,,, +pop.n.02,fireSource,0,0,FALSE,,,,,, +pop.n.02,cookable,0,0,FALSE,,,,,, +pop.n.02,coldSource,0,0,FALSE,,,,,, +pop.n.02,sliceable,0,0,FALSE,,,,,, +pop.n.02,slicer,1,0,FALSE,,,,,, +pop.n.02,soakable,0,0,FALSE,,,,,, +potato.n.01,liquid,0,0,FALSE,,,,,, +potato.n.01,heatSource,0,0,FALSE,,,,,, +potato.n.01,fireSource,1,0,FALSE,,,,,, +potato.n.01,cookable,0,1,FALSE,,,,,, +potato.n.01,coldSource,0,0,FALSE,,,,,, +potato.n.01,sliceable,0,1,FALSE,,,,,, +potato.n.01,slicer,1,0,FALSE,,,,,, +potato.n.01,soakable,0,0,FALSE,,,,,, +pumpkin.n.02,liquid,0,0,FALSE,,,,,, +pumpkin.n.02,heatSource,0,0,FALSE,,,,,, +pumpkin.n.02,fireSource,1,0,FALSE,,,,,, +pumpkin.n.02,cookable,0,1,FALSE,,,,,, +pumpkin.n.02,coldSource,0,0,FALSE,,,,,, +pumpkin.n.02,sliceable,0,1,FALSE,,,,,, +pumpkin.n.02,slicer,1,0,FALSE,,,,,, +pumpkin.n.02,soakable,0,0,FALSE,,,,,, +radish.n.01,liquid,0,0,FALSE,,,,,, +radish.n.01,heatSource,0,0,FALSE,,,,,, +radish.n.01,fireSource,1,0,FALSE,,,,,, +radish.n.01,cookable,0,1,FALSE,,,,,, +radish.n.01,coldSource,0,0,FALSE,,,,,, +radish.n.01,sliceable,0,1,FALSE,,,,,, +radish.n.01,slicer,0,0,FALSE,,,,,, +radish.n.01,soakable,0,0,FALSE,,,,,, +raspberry.n.02,liquid,0,0,FALSE,,,,,, +raspberry.n.02,heatSource,0,0,FALSE,,,,,, +raspberry.n.02,fireSource,0,0,FALSE,,,,,, +raspberry.n.02,cookable,0,1,FALSE,,,,,, +raspberry.n.02,coldSource,0,0,FALSE,,,,,, +raspberry.n.02,sliceable,0,0,FALSE,,,,,, +raspberry.n.02,slicer,0,0,FALSE,,,,,, +raspberry.n.02,soakable,0,0,FALSE,,,,,, +hip.n.05,liquid,0,0,FALSE,,,,,, +hip.n.05,heatSource,0,0,FALSE,,,,,, +hip.n.05,fireSource,0,0,FALSE,,,,,, +hip.n.05,cookable,0,1,FALSE,,,,,, +hip.n.05,coldSource,0,0,FALSE,,,,,, +hip.n.05,sliceable,0,1,FALSE,,,,,, +hip.n.05,slicer,0,0,FALSE,,,,,, +hip.n.05,soakable,0,0,FALSE,,,,,, +saucepan.n.01,liquid,0,0,FALSE,,,,,, +saucepan.n.01,heatSource,1,1,FALSE,,,,,, +saucepan.n.01,fireSource,1,0,FALSE,,,,,, +saucepan.n.01,cookable,0,0,FALSE,,,,,, +saucepan.n.01,coldSource,1,0,FALSE,,,,,, +saucepan.n.01,sliceable,0,0,FALSE,,,,,, +saucepan.n.01,slicer,1,0,FALSE,,,,,, +saucepan.n.01,soakable,0,0,FALSE,,,,,, +soup_ladle.n.01,liquid,0,0,FALSE,,,,,, +soup_ladle.n.01,heatSource,0,0,FALSE,,,,,, +soup_ladle.n.01,fireSource,0,0,FALSE,,,,,, +soup_ladle.n.01,cookable,0,0,FALSE,,,,,, +soup_ladle.n.01,coldSource,1,0,FALSE,,,,,, +soup_ladle.n.01,sliceable,0,0,FALSE,,,,,, +soup_ladle.n.01,slicer,1,0,FALSE,,,,,, +soup_ladle.n.01,soakable,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,liquid,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,heatSource,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,fireSource,1,0,FALSE,,,,,, +spaghetti_sauce.n.01,cookable,0,1,FALSE,,,,,, +spaghetti_sauce.n.01,coldSource,1,0,FALSE,,,,,, +spaghetti_sauce.n.01,sliceable,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,slicer,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,soakable,0,0,FALSE,,,,,, +spatula.n.01,liquid,0,0,FALSE,,,,,, +spatula.n.01,heatSource,0,0,FALSE,,,,,, +spatula.n.01,fireSource,0,0,FALSE,,,,,, +spatula.n.01,cookable,0,0,FALSE,,,,,, +spatula.n.01,coldSource,0,0,FALSE,,,,,, +spatula.n.01,sliceable,0,0,FALSE,,,,,, +spatula.n.01,slicer,1,0,FALSE,,,,,, +spatula.n.01,soakable,0,0,FALSE,,,,,, +spinach.n.02,liquid,0,0,FALSE,,,,,, +spinach.n.02,heatSource,0,0,FALSE,,,,,, +spinach.n.02,fireSource,1,0,FALSE,,,,,, +spinach.n.02,cookable,0,1,FALSE,,,,,, +spinach.n.02,coldSource,0,0,FALSE,,,,,, +spinach.n.02,sliceable,0,1,FALSE,,,,,, +spinach.n.02,slicer,0,0,FALSE,,,,,, +spinach.n.02,soakable,0,0,FALSE,,,,,, +spoon.n.01,liquid,0,0,FALSE,,,,,, +spoon.n.01,heatSource,0,0,FALSE,,,,,, +spoon.n.01,fireSource,0,0,FALSE,,,,,, +spoon.n.01,cookable,0,0,FALSE,,,,,, +spoon.n.01,coldSource,1,0,FALSE,,,,,, +spoon.n.01,sliceable,0,0,FALSE,,,,,, +spoon.n.01,slicer,1,0,FALSE,,,,,, +spoon.n.01,soakable,0,0,FALSE,,,,,, +pad.n.01,liquid,0,0,FALSE,,,,,, +pad.n.01,heatSource,0,0,FALSE,,,,,, +pad.n.01,fireSource,0,0,FALSE,,,,,, +pad.n.01,cookable,0,0,FALSE,,,,,, +pad.n.01,coldSource,0,0,FALSE,,,,,, +pad.n.01,sliceable,0,0,FALSE,,,,,, +pad.n.01,slicer,1,0,FALSE,,,,,, +pad.n.01,soakable,1,0,FALSE,,,,,, +straight_pin.n.01,liquid,0,0,FALSE,,,,,, +straight_pin.n.01,heatSource,0,0,FALSE,,,,,, +straight_pin.n.01,fireSource,0,0,FALSE,,,,,, +straight_pin.n.01,cookable,0,0,FALSE,,,,,, +straight_pin.n.01,coldSource,0,0,FALSE,,,,,, +straight_pin.n.01,sliceable,0,0,FALSE,,,,,, +straight_pin.n.01,slicer,1,0,FALSE,,,,,, +straight_pin.n.01,soakable,0,0,FALSE,,,,,, +sweet_corn.n.02,liquid,0,0,FALSE,,,,,, +sweet_corn.n.02,heatSource,0,0,FALSE,,,,,, +sweet_corn.n.02,fireSource,1,0,FALSE,,,,,, +sweet_corn.n.02,cookable,0,1,FALSE,,,,,, +sweet_corn.n.02,coldSource,0,0,FALSE,,,,,, +sweet_corn.n.02,sliceable,0,0,FALSE,,,,,, +sweet_corn.n.02,slicer,0,0,FALSE,,,,,, +sweet_corn.n.02,soakable,0,0,FALSE,,,,,, +table_knife.n.01,liquid,0,0,FALSE,,,,,, +table_knife.n.01,heatSource,0,0,FALSE,,,,,, +table_knife.n.01,fireSource,0,0,FALSE,,,,,, +table_knife.n.01,cookable,0,0,FALSE,,,,,, +table_knife.n.01,coldSource,0,0,FALSE,,,,,, +table_knife.n.01,sliceable,0,0,FALSE,,,,,, +table_knife.n.01,slicer,1,1,FALSE,,,,,, +table_knife.n.01,soakable,0,0,FALSE,,,,,, +tablefork.n.01,liquid,0,0,FALSE,,,,,, +tablefork.n.01,heatSource,0,0,FALSE,,,,,, +tablefork.n.01,fireSource,0,0,FALSE,,,,,, +tablefork.n.01,cookable,0,0,FALSE,,,,,, +tablefork.n.01,coldSource,0,0,FALSE,,,,,, +tablefork.n.01,sliceable,0,0,FALSE,,,,,, +tablefork.n.01,slicer,0,0,FALSE,,,,,, +tablefork.n.01,soakable,0,0,FALSE,,,,,, +tape.n.01,liquid,0,0,FALSE,,,,,, +tape.n.01,heatSource,0,0,FALSE,,,,,, +tape.n.01,fireSource,0,0,FALSE,,,,,, +tape.n.01,cookable,0,0,FALSE,,,,,, +tape.n.01,coldSource,0,0,FALSE,,,,,, +tape.n.01,sliceable,0,1,FALSE,,,,,, +tape.n.01,slicer,1,0,FALSE,,,,,, +tape.n.01,soakable,1,0,FALSE,,,,,, +teapot.n.01,liquid,0,0,FALSE,,,,,, +teapot.n.01,heatSource,0,0,FALSE,,,,,, +teapot.n.01,fireSource,0,0,FALSE,,,,,, +teapot.n.01,cookable,0,0,FALSE,,,,,, +teapot.n.01,coldSource,1,0,FALSE,,,,,, +teapot.n.01,sliceable,0,0,FALSE,,,,,, +teapot.n.01,slicer,1,0,FALSE,,,,,, +teapot.n.01,soakable,0,0,FALSE,,,,,, +thumbtack.n.01,liquid,0,0,FALSE,,,,,, +thumbtack.n.01,heatSource,0,0,FALSE,,,,,, +thumbtack.n.01,fireSource,0,0,FALSE,,,,,, +thumbtack.n.01,cookable,0,0,FALSE,,,,,, +thumbtack.n.01,coldSource,0,0,FALSE,,,,,, +thumbtack.n.01,sliceable,0,0,FALSE,,,,,, +thumbtack.n.01,slicer,1,0,FALSE,,,,,, +thumbtack.n.01,soakable,0,0,FALSE,,,,,, +toasting_fork.n.01,liquid,0,0,FALSE,,,,,, +toasting_fork.n.01,heatSource,1,0,FALSE,,,,,, +toasting_fork.n.01,fireSource,1,0,FALSE,,,,,, +toasting_fork.n.01,cookable,0,0,FALSE,,,,,, +toasting_fork.n.01,coldSource,0,0,FALSE,,,,,, +toasting_fork.n.01,sliceable,0,0,FALSE,,,,,, +toasting_fork.n.01,slicer,1,0,FALSE,,,,,, +toasting_fork.n.01,soakable,0,0,FALSE,,,,,, +tongs.n.01,liquid,0,0,FALSE,,,,,, +tongs.n.01,heatSource,0,0,FALSE,,,,,, +tongs.n.01,fireSource,0,0,FALSE,,,,,, +tongs.n.01,cookable,0,0,FALSE,,,,,, +tongs.n.01,coldSource,0,0,FALSE,,,,,, +tongs.n.01,sliceable,0,0,FALSE,,,,,, +tongs.n.01,slicer,1,0,FALSE,,,,,, +tongs.n.01,soakable,1,0,FALSE,,,,,, +turnip.n.02,liquid,0,0,FALSE,,,,,, +turnip.n.02,heatSource,0,0,FALSE,,,,,, +turnip.n.02,fireSource,1,0,FALSE,,,,,, +turnip.n.02,cookable,0,1,FALSE,,,,,, +turnip.n.02,coldSource,0,0,FALSE,,,,,, +turnip.n.02,sliceable,0,1,FALSE,,,,,, +turnip.n.02,slicer,1,0,FALSE,,,,,, +turnip.n.02,soakable,0,0,FALSE,,,,,, +walnut.n.01,liquid,0,0,FALSE,,,,,, +walnut.n.01,heatSource,0,0,FALSE,,,,,, +walnut.n.01,fireSource,0,0,FALSE,,,,,, +walnut.n.01,cookable,0,1,FALSE,,,,,, +walnut.n.01,coldSource,0,0,FALSE,,,,,, +walnut.n.01,sliceable,0,1,FALSE,,,,,, +walnut.n.01,slicer,0,0,FALSE,,,,,, +walnut.n.01,soakable,0,0,FALSE,,,,,, +watermelon.n.02,liquid,0,0,FALSE,,,,,, +watermelon.n.02,heatSource,0,0,FALSE,,,,,, +watermelon.n.02,fireSource,0,0,FALSE,,,,,, +watermelon.n.02,cookable,0,1,FALSE,,,,,, +watermelon.n.02,coldSource,0,0,FALSE,,,,,, +watermelon.n.02,sliceable,0,1,FALSE,,,,,, +watermelon.n.02,slicer,0,0,FALSE,,,,,, +watermelon.n.02,soakable,0,0,FALSE,,,,,, +display_panel.n.01,liquid,0,0,FALSE,,,,,, +display_panel.n.01,heatSource,0,0,FALSE,,,,,, +display_panel.n.01,fireSource,0,0,FALSE,,,,,, +display_panel.n.01,cookable,0,0,FALSE,,,,,, +display_panel.n.01,coldSource,0,0,FALSE,,,,,, +display_panel.n.01,sliceable,0,0,FALSE,,,,,, +display_panel.n.01,slicer,1,0,FALSE,,,,,, +display_panel.n.01,soakable,0,0,FALSE,,,,,, +wine_bottle.n.01,liquid,0,0,FALSE,,,,,, +wine_bottle.n.01,heatSource,0,0,FALSE,,,,,, +wine_bottle.n.01,fireSource,0,0,FALSE,,,,,, +wine_bottle.n.01,cookable,0,0,FALSE,,,,,, +wine_bottle.n.01,sliceable,0,0,FALSE,,,,,, +wine_bottle.n.01,slicer,0,0,FALSE,,,,,, +wine_bottle.n.01,soakable,0,0,FALSE,,,,,, +yogurt.n.01,liquid,0,0,FALSE,,,,,, +yogurt.n.01,heatSource,0,0,FALSE,,,,,, +yogurt.n.01,fireSource,0,0,FALSE,,,,,, +yogurt.n.01,cookable,1,1,FALSE,,,,,, +yogurt.n.01,coldSource,0,0,FALSE,,,,,, +yogurt.n.01,sliceable,0,0,FALSE,,,,,, +yogurt.n.01,slicer,0,0,FALSE,,,,,, +yogurt.n.01,soakable,0,0,FALSE,,,,,, +zucchini.n.02,liquid,0,0,FALSE,,,,,, +zucchini.n.02,heatSource,0,0,FALSE,,,,,, +zucchini.n.02,fireSource,1,0,FALSE,,,,,, +zucchini.n.02,cookable,0,1,FALSE,,,,,, +zucchini.n.02,coldSource,0,0,FALSE,,,,,, +zucchini.n.02,sliceable,0,1,FALSE,,,,,, +zucchini.n.02,slicer,1,0,FALSE,,,,,, +zucchini.n.02,soakable,0,0,FALSE,,,,,, +gym_shoe.n.01,liquid,0,0,FALSE,,,,,, +gym_shoe.n.01,heatSource,0,0,FALSE,,,,,, +gym_shoe.n.01,fireSource,0,0,FALSE,,,,,, +gym_shoe.n.01,cookable,0,0,FALSE,,,,,, +gym_shoe.n.01,coldSource,0,0,FALSE,,,,,, +gym_shoe.n.01,sliceable,0,0,FALSE,,,,,, +gym_shoe.n.01,slicer,0,0,FALSE,,,,,, +gym_shoe.n.01,soakable,0,1,FALSE,,,,,, +computer_game.n.01,liquid,0,0,FALSE,,,,,, +computer_game.n.01,heatSource,0,0,FALSE,,,,,, +computer_game.n.01,fireSource,0,0,FALSE,,,,,, +computer_game.n.01,cookable,0,0,FALSE,,,,,, +computer_game.n.01,coldSource,0,0,FALSE,,,,,, +computer_game.n.01,sliceable,0,0,FALSE,,,,,, +computer_game.n.01,slicer,1,0,FALSE,,,,,, +computer_game.n.01,soakable,0,0,FALSE,,,,,, +board_game.n.01,liquid,0,0,FALSE,,,,,, +board_game.n.01,heatSource,0,0,FALSE,,,,,, +board_game.n.01,fireSource,0,0,FALSE,,,,,, +board_game.n.01,cookable,0,0,FALSE,,,,,, +board_game.n.01,coldSource,0,0,FALSE,,,,,, +board_game.n.01,sliceable,0,0,FALSE,,,,,, +board_game.n.01,slicer,1,0,FALSE,,,,,, +board_game.n.01,soakable,0,0,FALSE,,,,,, +walker.n.04,liquid,0,0,FALSE,,,,,, +walker.n.04,heatSource,0,0,FALSE,,,,,, +walker.n.04,fireSource,0,0,FALSE,,,,,, +walker.n.04,cookable,0,0,FALSE,,,,,, +walker.n.04,coldSource,0,0,FALSE,,,,,, +walker.n.04,sliceable,0,0,FALSE,,,,,, +walker.n.04,slicer,1,0,FALSE,,,,,, +walker.n.04,soakable,0,1,FALSE,,,,,, +medicine.n.02,liquid,1,0,FALSE,,,,,, +medicine.n.02,heatSource,0,0,FALSE,,,,,, +medicine.n.02,fireSource,0,0,FALSE,,,,,, +medicine.n.02,cookable,0,0,FALSE,,,,,, +medicine.n.02,coldSource,1,0,FALSE,,,,,, +medicine.n.02,sliceable,0,0,FALSE,,,,,, +medicine.n.02,slicer,0,0,FALSE,,,,,, +medicine.n.02,soakable,0,0,FALSE,,,,,, +sandal.n.01,liquid,0,0,FALSE,,,,,, +sandal.n.01,heatSource,0,0,FALSE,,,,,, +sandal.n.01,fireSource,0,0,FALSE,,,,,, +sandal.n.01,cookable,0,0,FALSE,,,,,, +sandal.n.01,coldSource,0,0,FALSE,,,,,, +sandal.n.01,sliceable,0,0,FALSE,,,,,, +sandal.n.01,slicer,1,0,FALSE,,,,,, +sandal.n.01,soakable,0,1,FALSE,,,,,, +hat.n.01,liquid,0,0,FALSE,,,,,, +hat.n.01,heatSource,0,0,FALSE,,,,,, +hat.n.01,fireSource,0,0,FALSE,,,,,, +hat.n.01,cookable,0,0,FALSE,,,,,, +hat.n.01,coldSource,0,0,FALSE,,,,,, +hat.n.01,sliceable,0,0,FALSE,,,,,, +hat.n.01,slicer,1,0,FALSE,,,,,, +hat.n.01,soakable,1,1,FALSE,,,,,, +protein.n.01,liquid,0,0,FALSE,,,,,, +protein.n.01,heatSource,0,0,FALSE,,,,,, +protein.n.01,fireSource,1,0,FALSE,,,,,, +protein.n.01,cookable,0,0,FALSE,,,,,, +protein.n.01,coldSource,0,0,FALSE,,,,,, +protein.n.01,sliceable,0,0,FALSE,,,,,, +protein.n.01,slicer,0,0,FALSE,,,,,, +protein.n.01,soakable,1,0,FALSE,,,,,, +ink_cartridge.n.01,liquid,0,0,FALSE,,,,,, +ink_cartridge.n.01,heatSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,fireSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,cookable,0,0,FALSE,,,,,, +ink_cartridge.n.01,coldSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,sliceable,0,0,FALSE,,,,,, +ink_cartridge.n.01,slicer,0,0,FALSE,,,,,, +ink_cartridge.n.01,soakable,0,0,FALSE,,,,,, +cpu_board.n.01,liquid,0,0,FALSE,,,,,, +cpu_board.n.01,heatSource,0,0,FALSE,,,,,, +cpu_board.n.01,fireSource,0,0,FALSE,,,,,, +cpu_board.n.01,cookable,0,0,FALSE,,,,,, +cpu_board.n.01,coldSource,0,0,FALSE,,,,,, +cpu_board.n.01,sliceable,0,0,FALSE,,,,,, +cpu_board.n.01,slicer,1,0,FALSE,,,,,, +cpu_board.n.01,soakable,0,0,FALSE,,,,,, +router.n.02,liquid,0,0,FALSE,,,,,, +router.n.02,heatSource,0,0,FALSE,,,,,, +router.n.02,fireSource,0,0,FALSE,,,,,, +router.n.02,cookable,0,0,FALSE,,,,,, +router.n.02,coldSource,0,0,FALSE,,,,,, +router.n.02,sliceable,0,0,FALSE,,,,,, +router.n.02,slicer,1,0,FALSE,,,,,, +router.n.02,soakable,0,0,FALSE,,,,,, +keyboard.n.01,liquid,0,0,FALSE,,,,,, +keyboard.n.01,heatSource,0,0,FALSE,,,,,, +keyboard.n.01,fireSource,0,0,FALSE,,,,,, +keyboard.n.01,cookable,0,0,FALSE,,,,,, +keyboard.n.01,coldSource,0,0,FALSE,,,,,, +keyboard.n.01,sliceable,0,0,FALSE,,,,,, +keyboard.n.01,slicer,1,0,FALSE,,,,,, +keyboard.n.01,soakable,0,0,FALSE,,,,,, +headset.n.01,liquid,0,0,FALSE,,,,,, +headset.n.01,heatSource,0,0,FALSE,,,,,, +headset.n.01,fireSource,0,0,FALSE,,,,,, +headset.n.01,cookable,0,0,FALSE,,,,,, +headset.n.01,coldSource,0,0,FALSE,,,,,, +headset.n.01,sliceable,0,0,FALSE,,,,,, +headset.n.01,slicer,1,0,FALSE,,,,,, +headset.n.01,soakable,1,0,FALSE,,,,,, +mouse.n.04,liquid,0,0,FALSE,,,,,, +mouse.n.04,heatSource,0,0,FALSE,,,,,, +mouse.n.04,fireSource,0,0,FALSE,,,,,, +mouse.n.04,cookable,0,0,FALSE,,,,,, +mouse.n.04,coldSource,0,0,FALSE,,,,,, +mouse.n.04,sliceable,0,0,FALSE,,,,,, +mouse.n.04,slicer,1,0,FALSE,,,,,, +mouse.n.04,soakable,0,0,FALSE,,,,,, +disk_drive.n.01,liquid,0,0,FALSE,,,,,, +disk_drive.n.01,heatSource,0,0,FALSE,,,,,, +disk_drive.n.01,fireSource,0,0,FALSE,,,,,, +disk_drive.n.01,cookable,0,0,FALSE,,,,,, +disk_drive.n.01,coldSource,0,0,FALSE,,,,,, +disk_drive.n.01,sliceable,0,0,FALSE,,,,,, +disk_drive.n.01,slicer,1,0,FALSE,,,,,, +disk_drive.n.01,soakable,0,0,FALSE,,,,,, +hammer.n.02,liquid,0,0,FALSE,,,,,, +hammer.n.02,heatSource,0,0,FALSE,,,,,, +hammer.n.02,fireSource,0,0,FALSE,,,,,, +hammer.n.02,cookable,0,0,FALSE,,,,,, +hammer.n.02,coldSource,0,0,FALSE,,,,,, +hammer.n.02,sliceable,0,0,FALSE,,,,,, +hammer.n.02,slicer,1,0,FALSE,,,,,, +hammer.n.02,soakable,0,0,FALSE,,,,,, +glove.n.02,liquid,0,0,FALSE,,,,,, +glove.n.02,heatSource,0,0,FALSE,,,,,, +glove.n.02,fireSource,0,0,FALSE,,,,,, +glove.n.02,cookable,0,0,FALSE,,,,,, +glove.n.02,coldSource,0,0,FALSE,,,,,, +glove.n.02,sliceable,0,0,FALSE,,,,,, +glove.n.02,slicer,1,0,FALSE,,,,,, +glove.n.02,soakable,0,1,FALSE,,,,,, +bath_towel.n.01,liquid,0,0,FALSE,,,,,, +bath_towel.n.01,heatSource,0,0,FALSE,,,,,, +bath_towel.n.01,fireSource,0,0,FALSE,,,,,, +bath_towel.n.01,cookable,0,0,FALSE,,,,,, +bath_towel.n.01,coldSource,0,0,FALSE,,,,,, +bath_towel.n.01,sliceable,0,0,FALSE,,,,,, +bath_towel.n.01,slicer,0,0,FALSE,,,,,, +bath_towel.n.01,soakable,1,1,FALSE,,,,,, +dishtowel.n.01,liquid,0,0,FALSE,,,,,, +dishtowel.n.01,heatSource,0,0,FALSE,,,,,, +dishtowel.n.01,fireSource,0,0,FALSE,,,,,, +dishtowel.n.01,cookable,0,0,FALSE,,,,,, +dishtowel.n.01,coldSource,0,0,FALSE,,,,,, +dishtowel.n.01,sliceable,0,0,FALSE,,,,,, +dishtowel.n.01,slicer,1,0,FALSE,,,,,, +dishtowel.n.01,soakable,1,1,FALSE,,,,,, +hand_towel.n.01,liquid,0,0,FALSE,,,,,, +hand_towel.n.01,heatSource,0,0,FALSE,,,,,, +hand_towel.n.01,fireSource,0,0,FALSE,,,,,, +hand_towel.n.01,cookable,0,0,FALSE,,,,,, +hand_towel.n.01,coldSource,0,0,FALSE,,,,,, +hand_towel.n.01,sliceable,0,0,FALSE,,,,,, +hand_towel.n.01,slicer,0,0,FALSE,,,,,, +hand_towel.n.01,soakable,1,1,FALSE,,,,,, +plaything.n.01,liquid,0,0,FALSE,,,,,, +plaything.n.01,heatSource,0,0,FALSE,,,,,, +plaything.n.01,fireSource,0,0,FALSE,,,,,, +plaything.n.01,cookable,0,0,FALSE,,,,,, +plaything.n.01,coldSource,0,0,FALSE,,,,,, +plaything.n.01,sliceable,0,0,FALSE,,,,,, +plaything.n.01,slicer,0,0,FALSE,,,,,, +plaything.n.01,soakable,1,0,FALSE,,,,,, +envelope.n.01,liquid,0,0,FALSE,,,,,, +envelope.n.01,heatSource,0,0,FALSE,,,,,, +envelope.n.01,fireSource,0,0,FALSE,,,,,, +envelope.n.01,cookable,0,0,FALSE,,,,,, +envelope.n.01,coldSource,0,0,FALSE,,,,,, +envelope.n.01,sliceable,0,0,FALSE,,,,,, +envelope.n.01,slicer,1,0,FALSE,,,,,, +envelope.n.01,soakable,1,1,FALSE,,,,,, +chocolate.n.02,liquid,0,0,FALSE,,,,,, +chocolate.n.02,heatSource,0,0,FALSE,,,,,, +chocolate.n.02,fireSource,0,0,FALSE,,,,,, +chocolate.n.02,cookable,0,1,FALSE,,,,,, +chocolate.n.02,coldSource,0,0,FALSE,,,,,, +chocolate.n.02,sliceable,0,1,FALSE,,,,,, +chocolate.n.02,slicer,0,0,FALSE,,,,,, +chocolate.n.02,soakable,0,0,FALSE,,,,,, +ribbon.n.01,liquid,0,0,FALSE,,,,,, +ribbon.n.01,heatSource,0,0,FALSE,,,,,, +ribbon.n.01,fireSource,0,0,FALSE,,,,,, +ribbon.n.01,cookable,0,0,FALSE,,,,,, +ribbon.n.01,coldSource,0,0,FALSE,,,,,, +ribbon.n.01,sliceable,0,0,FALSE,,,,,, +ribbon.n.01,slicer,1,0,FALSE,,,,,, +ribbon.n.01,soakable,1,1,FALSE,,,,,, +lotion.n.01,liquid,1,1,FALSE,,,,,, +lotion.n.01,heatSource,0,0,FALSE,,,,,, +lotion.n.01,fireSource,0,0,FALSE,,,,,, +lotion.n.01,cookable,0,0,FALSE,,,,,, +lotion.n.01,coldSource,0,0,FALSE,,,,,, +lotion.n.01,sliceable,0,0,FALSE,,,,,, +lotion.n.01,slicer,0,0,FALSE,,,,,, +lotion.n.01,soakable,0,0,FALSE,,,,,, +soap.n.01,liquid,0,0,FALSE,,,,,, +soap.n.01,heatSource,0,0,FALSE,,,,,, +soap.n.01,fireSource,0,0,FALSE,,,,,, +soap.n.01,cookable,0,0,FALSE,,,,,, +soap.n.01,coldSource,1,0,FALSE,,,,,, +soap.n.01,sliceable,0,0,FALSE,,,,,, +soap.n.01,slicer,0,0,FALSE,,,,,, +soap.n.01,soakable,0,0,FALSE,,,,,, +cracker.n.01,liquid,0,0,FALSE,,,,,, +cracker.n.01,heatSource,0,0,FALSE,,,,,, +cracker.n.01,fireSource,1,0,FALSE,,,,,, +cracker.n.01,cookable,0,1,FALSE,,,,,, +cracker.n.01,coldSource,0,0,FALSE,,,,,, +cracker.n.01,sliceable,0,1,FALSE,,,,,, +cracker.n.01,slicer,1,0,FALSE,,,,,, +cracker.n.01,soakable,0,0,FALSE,,,,,, +ball.n.01,liquid,0,0,FALSE,,,,,, +ball.n.01,heatSource,0,0,FALSE,,,,,, +ball.n.01,fireSource,0,0,FALSE,,,,,, +ball.n.01,cookable,0,0,FALSE,,,,,, +ball.n.01,coldSource,0,0,FALSE,,,,,, +ball.n.01,sliceable,0,0,FALSE,,,,,, +ball.n.01,slicer,0,0,FALSE,,,,,, +ball.n.01,soakable,0,0,FALSE,,,,,, +jersey.n.03,liquid,0,0,FALSE,,,,,, +jersey.n.03,heatSource,0,0,FALSE,,,,,, +jersey.n.03,fireSource,0,0,FALSE,,,,,, +jersey.n.03,cookable,0,0,FALSE,,,,,, +jersey.n.03,coldSource,0,0,FALSE,,,,,, +jersey.n.03,sliceable,0,0,FALSE,,,,,, +jersey.n.03,slicer,0,0,FALSE,,,,,, +jersey.n.03,soakable,0,1,FALSE,,,,,, +candy_cane.n.01,liquid,0,0,FALSE,,,,,, +candy_cane.n.01,heatSource,0,0,FALSE,,,,,, +candy_cane.n.01,fireSource,0,0,FALSE,,,,,, +candy_cane.n.01,cookable,0,0,FALSE,,,,,, +candy_cane.n.01,coldSource,0,0,FALSE,,,,,, +candy_cane.n.01,sliceable,0,0,FALSE,,,,,, +candy_cane.n.01,slicer,1,0,FALSE,,,,,, +candy_cane.n.01,soakable,0,0,FALSE,,,,,, +shampoo.n.01,liquid,1,1,FALSE,,,,,, +shampoo.n.01,heatSource,0,0,FALSE,,,,,, +shampoo.n.01,fireSource,0,0,FALSE,,,,,, +shampoo.n.01,cookable,0,0,FALSE,,,,,, +shampoo.n.01,coldSource,1,0,FALSE,,,,,, +shampoo.n.01,sliceable,0,0,FALSE,,,,,, +shampoo.n.01,slicer,0,0,FALSE,,,,,, +shampoo.n.01,soakable,0,0,FALSE,,,,,, +conditioner.n.03,liquid,1,1,FALSE,,,,,, +conditioner.n.03,heatSource,0,0,FALSE,,,,,, +conditioner.n.03,fireSource,0,0,FALSE,,,,,, +conditioner.n.03,cookable,0,0,FALSE,,,,,, +conditioner.n.03,coldSource,0,0,FALSE,,,,,, +conditioner.n.03,sliceable,0,0,FALSE,,,,,, +conditioner.n.03,slicer,0,0,FALSE,,,,,, +conditioner.n.03,soakable,0,0,FALSE,,,,,, +candle.n.01,liquid,0,0,FALSE,,,,,, +candle.n.01,heatSource,1,1,FALSE,,,,,, +candle.n.01,fireSource,0,1,FALSE,,,,,, +candle.n.01,cookable,0,0,FALSE,,,,,, +candle.n.01,coldSource,0,0,FALSE,,,,,, +candle.n.01,sliceable,0,0,FALSE,,,,,, +candle.n.01,slicer,1,0,FALSE,,,,,, +candle.n.01,soakable,0,0,FALSE,,,,,, +water.n.06,liquid,1,1,FALSE,,,,,, +water.n.06,heatSource,0,0,FALSE,,,,,, +water.n.06,fireSource,0,0,FALSE,,,,,, +water.n.06,cookable,0,1,FALSE,,,,,, +water.n.06,coldSource,1,0,FALSE,,,,,, +water.n.06,sliceable,0,0,FALSE,,,,,, +water.n.06,slicer,0,0,FALSE,,,,,, +water.n.06,soakable,0,0,FALSE,,,,,, +folderal.n.01,liquid,0,0,FALSE,,,,,, +folderal.n.01,heatSource,0,0,FALSE,,,,,, +folderal.n.01,fireSource,0,0,FALSE,,,,,, +folderal.n.01,cookable,0,0,FALSE,,,,,, +folderal.n.01,coldSource,0,0,FALSE,,,,,, +folderal.n.01,sliceable,0,0,FALSE,,,,,, +folderal.n.01,slicer,0,0,FALSE,,,,,, +folderal.n.01,soakable,0,0,FALSE,,,,,, +light_bulb.n.01,liquid,0,0,FALSE,,,,,, +light_bulb.n.01,heatSource,1,1,FALSE,,,,,, +light_bulb.n.01,fireSource,0,0,FALSE,,,,,, +light_bulb.n.01,cookable,0,0,FALSE,,,,,, +light_bulb.n.01,coldSource,0,0,FALSE,,,,,, +light_bulb.n.01,sliceable,0,0,FALSE,,,,,, +light_bulb.n.01,slicer,1,0,FALSE,,,,,, +light_bulb.n.01,soakable,0,0,FALSE,,,,,, +wall_socket.n.01,liquid,0,0,FALSE,,,,,, +wall_socket.n.01,heatSource,0,0,FALSE,,,,,, +wall_socket.n.01,fireSource,0,0,FALSE,,,,,, +wall_socket.n.01,cookable,0,0,FALSE,,,,,, +wall_socket.n.01,coldSource,0,0,FALSE,,,,,, +wall_socket.n.01,sliceable,0,0,FALSE,,,,,, +wall_socket.n.01,slicer,1,0,FALSE,,,,,, +wall_socket.n.01,soakable,0,0,FALSE,,,,,, +cord.n.01,liquid,0,0,FALSE,,,,,, +cord.n.01,heatSource,0,0,FALSE,,,,,, +cord.n.01,fireSource,0,0,FALSE,,,,,, +cord.n.01,cookable,0,0,FALSE,,,,,, +cord.n.01,coldSource,0,0,FALSE,,,,,, +cord.n.01,sliceable,0,1,FALSE,,,,,, +cord.n.01,slicer,1,0,FALSE,,,,,, +cord.n.01,soakable,0,0,FALSE,,,,,, +bell.n.01,liquid,0,0,FALSE,,,,,, +bell.n.01,heatSource,0,0,FALSE,,,,,, +bell.n.01,fireSource,0,0,FALSE,,,,,, +bell.n.01,cookable,0,0,FALSE,,,,,, +bell.n.01,coldSource,0,0,FALSE,,,,,, +bell.n.01,sliceable,0,0,FALSE,,,,,, +bell.n.01,slicer,1,0,FALSE,,,,,, +bell.n.01,soakable,0,0,FALSE,,,,,, +baseboard.n.01,liquid,0,0,FALSE,,,,,, +baseboard.n.01,heatSource,0,0,FALSE,,,,,, +baseboard.n.01,fireSource,0,0,FALSE,,,,,, +baseboard.n.01,cookable,0,0,FALSE,,,,,, +baseboard.n.01,coldSource,0,0,FALSE,,,,,, +baseboard.n.01,sliceable,0,0,FALSE,,,,,, +baseboard.n.01,slicer,0,0,FALSE,,,,,, +baseboard.n.01,soakable,0,1,FALSE,,,,,, +plywood.n.01,liquid,0,0,FALSE,,,,,, +plywood.n.01,heatSource,0,0,FALSE,,,,,, +plywood.n.01,fireSource,0,0,FALSE,,,,,, +plywood.n.01,cookable,0,0,FALSE,,,,,, +plywood.n.01,coldSource,0,0,FALSE,,,,,, +plywood.n.01,sliceable,0,0,FALSE,,,,,, +plywood.n.01,slicer,1,0,FALSE,,,,,, +plywood.n.01,soakable,0,1,FALSE,,,,,, +tile.n.01,liquid,0,0,FALSE,,,,,, +tile.n.01,heatSource,0,0,FALSE,,,,,, +tile.n.01,fireSource,0,0,FALSE,,,,,, +tile.n.01,cookable,0,0,FALSE,,,,,, +tile.n.01,coldSource,0,0,FALSE,,,,,, +tile.n.01,sliceable,0,0,FALSE,,,,,, +tile.n.01,slicer,1,0,FALSE,,,,,, +tile.n.01,soakable,0,0,FALSE,,,,,, +clout_nail.n.01,liquid,0,0,FALSE,,,,,, +clout_nail.n.01,heatSource,0,0,FALSE,,,,,, +clout_nail.n.01,fireSource,0,0,FALSE,,,,,, +clout_nail.n.01,cookable,0,0,FALSE,,,,,, +clout_nail.n.01,coldSource,0,0,FALSE,,,,,, +clout_nail.n.01,sliceable,0,0,FALSE,,,,,, +clout_nail.n.01,slicer,1,0,FALSE,,,,,, +clout_nail.n.01,soakable,0,0,FALSE,,,,,, +hinge.n.01,liquid,0,0,FALSE,,,,,, +hinge.n.01,heatSource,0,0,FALSE,,,,,, +hinge.n.01,fireSource,0,0,FALSE,,,,,, +hinge.n.01,cookable,0,0,FALSE,,,,,, +hinge.n.01,coldSource,0,0,FALSE,,,,,, +hinge.n.01,sliceable,0,0,FALSE,,,,,, +hinge.n.01,slicer,1,0,FALSE,,,,,, +hinge.n.01,soakable,1,0,FALSE,,,,,, +screwdriver.n.01,liquid,0,0,FALSE,,,,,, +screwdriver.n.01,heatSource,0,0,FALSE,,,,,, +screwdriver.n.01,fireSource,0,0,FALSE,,,,,, +screwdriver.n.01,cookable,0,0,FALSE,,,,,, +screwdriver.n.01,coldSource,0,0,FALSE,,,,,, +screwdriver.n.01,sliceable,0,0,FALSE,,,,,, +screwdriver.n.01,slicer,1,0,FALSE,,,,,, +screwdriver.n.01,soakable,0,0,FALSE,,,,,, +drumstick.n.02,liquid,0,0,FALSE,,,,,, +drumstick.n.02,heatSource,0,0,FALSE,,,,,, +drumstick.n.02,fireSource,1,0,FALSE,,,,,, +drumstick.n.02,cookable,0,0,FALSE,,,,,, +drumstick.n.02,coldSource,0,0,FALSE,,,,,, +drumstick.n.02,sliceable,0,0,FALSE,,,,,, +drumstick.n.02,slicer,0,0,FALSE,,,,,, +drumstick.n.02,soakable,0,0,FALSE,,,,,, +rag.n.01,liquid,0,0,FALSE,,,,,, +rag.n.01,heatSource,0,0,FALSE,,,,,, +rag.n.01,fireSource,0,0,FALSE,,,,,, +rag.n.01,cookable,0,0,FALSE,,,,,, +rag.n.01,coldSource,0,0,FALSE,,,,,, +rag.n.01,sliceable,0,0,FALSE,,,,,, +rag.n.01,slicer,1,0,FALSE,,,,,, +rag.n.01,soakable,1,1,FALSE,,,,,, +package.n.02,liquid,0,0,FALSE,,,,,, +package.n.02,heatSource,0,0,FALSE,,,,,, +package.n.02,fireSource,0,0,FALSE,,,,,, +package.n.02,cookable,0,0,FALSE,,,,,, +package.n.02,coldSource,0,0,FALSE,,,,,, +package.n.02,sliceable,0,0,FALSE,,,,,, +package.n.02,slicer,1,0,FALSE,,,,,, +package.n.02,soakable,0,0,FALSE,,,,,, +pocketknife.n.01,liquid,0,0,FALSE,,,,,, +pocketknife.n.01,heatSource,0,0,FALSE,,,,,, +pocketknife.n.01,fireSource,0,0,FALSE,,,,,, +pocketknife.n.01,cookable,0,0,FALSE,,,,,, +pocketknife.n.01,coldSource,0,0,FALSE,,,,,, +pocketknife.n.01,sliceable,1,0,FALSE,,,,,, +pocketknife.n.01,slicer,1,1,FALSE,,,,,, +pocketknife.n.01,soakable,1,0,FALSE,,,,,, +scissors.n.01,liquid,0,0,FALSE,,,,,, +scissors.n.01,heatSource,0,0,FALSE,,,,,, +scissors.n.01,fireSource,0,0,FALSE,,,,,, +scissors.n.01,cookable,0,0,FALSE,,,,,, +scissors.n.01,coldSource,0,0,FALSE,,,,,, +scissors.n.01,sliceable,0,0,FALSE,,,,,, +scissors.n.01,slicer,1,1,FALSE,,,,,, +scissors.n.01,soakable,1,0,FALSE,,,,,, +hardback.n.01,liquid,0,0,FALSE,,,,,, +hardback.n.01,heatSource,0,0,FALSE,,,,,, +hardback.n.01,fireSource,0,0,FALSE,,,,,, +hardback.n.01,cookable,0,0,FALSE,,,,,, +hardback.n.01,coldSource,0,0,FALSE,,,,,, +hardback.n.01,sliceable,0,0,FALSE,,,,,, +hardback.n.01,slicer,0,0,FALSE,,,,,, +hardback.n.01,soakable,0,1,FALSE,,,,,, +notebook.n.01,liquid,0,0,FALSE,,,,,, +notebook.n.01,heatSource,0,0,FALSE,,,,,, +notebook.n.01,fireSource,0,0,FALSE,,,,,, +notebook.n.01,cookable,0,0,FALSE,,,,,, +notebook.n.01,coldSource,0,0,FALSE,,,,,, +notebook.n.01,sliceable,0,0,FALSE,,,,,, +notebook.n.01,slicer,1,0,FALSE,,,,,, +notebook.n.01,soakable,1,1,FALSE,,,,,, +hairbrush.n.01,liquid,0,0,FALSE,,,,,, +hairbrush.n.01,heatSource,0,0,FALSE,,,,,, +hairbrush.n.01,fireSource,0,0,FALSE,,,,,, +hairbrush.n.01,cookable,0,0,FALSE,,,,,, +hairbrush.n.01,coldSource,0,0,FALSE,,,,,, +hairbrush.n.01,sliceable,0,0,FALSE,,,,,, +hairbrush.n.01,slicer,0,0,FALSE,,,,,, +hairbrush.n.01,soakable,0,0,FALSE,,,,,, +sausage.n.01,liquid,0,0,FALSE,,,,,, +sausage.n.01,heatSource,0,0,FALSE,,,,,, +sausage.n.01,fireSource,1,0,FALSE,,,,,, +sausage.n.01,cookable,0,1,FALSE,,,,,, +sausage.n.01,coldSource,0,0,FALSE,,,,,, +sausage.n.01,sliceable,0,1,FALSE,,,,,, +sausage.n.01,slicer,0,0,FALSE,,,,,, +sausage.n.01,soakable,1,0,FALSE,,,,,, +chili.n.02,liquid,0,0,FALSE,,,,,, +chili.n.02,heatSource,1,0,FALSE,,,,,, +chili.n.02,fireSource,1,0,FALSE,,,,,, +chili.n.02,cookable,0,1,FALSE,,,,,, +chili.n.02,coldSource,0,0,FALSE,,,,,, +chili.n.02,sliceable,0,1,FALSE,,,,,, +chili.n.02,slicer,1,0,FALSE,,,,,, +chili.n.02,soakable,0,0,FALSE,,,,,, +hamburger.n.01,liquid,0,0,FALSE,,,,,, +hamburger.n.01,heatSource,0,0,FALSE,,,,,, +hamburger.n.01,fireSource,1,0,FALSE,,,,,, +hamburger.n.01,cookable,0,1,FALSE,,,,,, +hamburger.n.01,coldSource,0,0,FALSE,,,,,, +hamburger.n.01,sliceable,0,1,FALSE,,,,,, +hamburger.n.01,slicer,0,0,FALSE,,,,,, +hamburger.n.01,soakable,0,0,FALSE,,,,,, +tray.n.01,liquid,0,0,FALSE,,,,,, +tray.n.01,heatSource,0,0,FALSE,,,,,, +tray.n.01,fireSource,0,0,FALSE,,,,,, +tray.n.01,cookable,0,0,FALSE,,,,,, +tray.n.01,coldSource,0,0,FALSE,,,,,, +tray.n.01,sliceable,0,0,FALSE,,,,,, +tray.n.01,slicer,1,0,FALSE,,,,,, +tray.n.01,soakable,0,0,FALSE,,,,,, +toothpick.n.01,liquid,0,0,FALSE,,,,,, +toothpick.n.01,heatSource,0,0,FALSE,,,,,, +toothpick.n.01,fireSource,0,0,FALSE,,,,,, +toothpick.n.01,cookable,0,0,FALSE,,,,,, +toothpick.n.01,coldSource,0,0,FALSE,,,,,, +toothpick.n.01,sliceable,0,0,FALSE,,,,,, +toothpick.n.01,slicer,1,0,FALSE,,,,,, +toothpick.n.01,soakable,0,0,FALSE,,,,,, +plate.n.04,liquid,0,0,FALSE,,,,,, +plate.n.04,heatSource,0,0,FALSE,,,,,, +plate.n.04,fireSource,0,0,FALSE,,,,,, +plate.n.04,cookable,0,0,FALSE,,,,,, +plate.n.04,coldSource,0,0,FALSE,,,,,, +plate.n.04,sliceable,0,0,FALSE,,,,,, +plate.n.04,slicer,1,0,FALSE,,,,,, +plate.n.04,soakable,0,0,FALSE,,,,,, +dart.n.01,liquid,0,0,FALSE,,,,,, +dart.n.01,heatSource,0,0,FALSE,,,,,, +dart.n.01,fireSource,0,0,FALSE,,,,,, +dart.n.01,cookable,0,0,FALSE,,,,,, +dart.n.01,coldSource,0,0,FALSE,,,,,, +dart.n.01,sliceable,0,0,FALSE,,,,,, +dart.n.01,slicer,1,0,FALSE,,,,,, +dart.n.01,soakable,0,0,FALSE,,,,,, +dartboard.n.01,liquid,0,0,FALSE,,,,,, +dartboard.n.01,heatSource,0,0,FALSE,,,,,, +dartboard.n.01,fireSource,0,0,FALSE,,,,,, +dartboard.n.01,cookable,0,0,FALSE,,,,,, +dartboard.n.01,coldSource,0,0,FALSE,,,,,, +dartboard.n.01,sliceable,0,0,FALSE,,,,,, +dartboard.n.01,slicer,1,0,FALSE,,,,,, +dartboard.n.01,soakable,0,1,FALSE,,,,,, +blender.n.01,liquid,1,0,FALSE,,,,,, +blender.n.01,heatSource,0,0,FALSE,,,,,, +blender.n.01,fireSource,0,0,FALSE,,,,,, +blender.n.01,cookable,0,0,FALSE,,,,,, +blender.n.01,coldSource,1,0,FALSE,,,,,, +blender.n.01,sliceable,0,0,FALSE,,,,,, +blender.n.01,slicer,1,1,FALSE,,,,,, +blender.n.01,soakable,0,0,FALSE,,,,,, +straw.n.04,liquid,0,0,FALSE,,,,,, +straw.n.04,heatSource,0,0,FALSE,,,,,, +straw.n.04,fireSource,0,0,FALSE,,,,,, +straw.n.04,cookable,0,0,FALSE,,,,,, +straw.n.04,coldSource,1,0,FALSE,,,,,, +straw.n.04,sliceable,0,0,FALSE,,,,,, +straw.n.04,slicer,0,0,FALSE,,,,,, +straw.n.04,soakable,0,0,FALSE,,,,,, +date.n.08,liquid,0,0,FALSE,,,,,, +date.n.08,heatSource,0,0,FALSE,,,,,, +date.n.08,fireSource,0,0,FALSE,,,,,, +date.n.08,cookable,0,1,FALSE,,,,,, +date.n.08,coldSource,0,0,FALSE,,,,,, +date.n.08,sliceable,0,1,FALSE,,,,,, +date.n.08,slicer,0,0,FALSE,,,,,, +date.n.08,soakable,0,0,FALSE,,,,,, +folder.n.02,liquid,0,0,FALSE,,,,,, +folder.n.02,heatSource,0,0,FALSE,,,,,, +folder.n.02,fireSource,0,0,FALSE,,,,,, +folder.n.02,cookable,0,0,FALSE,,,,,, +folder.n.02,coldSource,0,0,FALSE,,,,,, +folder.n.02,sliceable,0,0,FALSE,,,,,, +folder.n.02,slicer,0,0,FALSE,,,,,, +folder.n.02,soakable,1,1,FALSE,,,,,, +calculator.n.02,liquid,0,0,FALSE,,,,,, +calculator.n.02,heatSource,0,0,FALSE,,,,,, +calculator.n.02,fireSource,0,0,FALSE,,,,,, +calculator.n.02,cookable,0,0,FALSE,,,,,, +calculator.n.02,coldSource,0,0,FALSE,,,,,, +calculator.n.02,sliceable,0,0,FALSE,,,,,, +calculator.n.02,slicer,1,0,FALSE,,,,,, +calculator.n.02,soakable,0,0,FALSE,,,,,, +necklace.n.01,liquid,0,0,FALSE,,,,,, +necklace.n.01,heatSource,0,0,FALSE,,,,,, +necklace.n.01,fireSource,0,0,FALSE,,,,,, +necklace.n.01,cookable,0,0,FALSE,,,,,, +necklace.n.01,coldSource,0,0,FALSE,,,,,, +necklace.n.01,sliceable,0,0,FALSE,,,,,, +necklace.n.01,slicer,0,0,FALSE,,,,,, +necklace.n.01,soakable,0,0,FALSE,,,,,, +jewel.n.01,liquid,0,0,FALSE,,,,,, +jewel.n.01,heatSource,0,0,FALSE,,,,,, +jewel.n.01,fireSource,0,0,FALSE,,,,,, +jewel.n.01,cookable,0,0,FALSE,,,,,, +jewel.n.01,coldSource,0,0,FALSE,,,,,, +jewel.n.01,sliceable,0,0,FALSE,,,,,, +jewel.n.01,slicer,0,0,FALSE,,,,,, +jewel.n.01,soakable,0,0,FALSE,,,,,, +bracelet.n.02,liquid,0,0,FALSE,,,,,, +bracelet.n.02,heatSource,0,0,FALSE,,,,,, +bracelet.n.02,fireSource,0,0,FALSE,,,,,, +bracelet.n.02,cookable,0,0,FALSE,,,,,, +bracelet.n.02,coldSource,0,0,FALSE,,,,,, +bracelet.n.02,sliceable,0,0,FALSE,,,,,, +bracelet.n.02,slicer,1,0,FALSE,,,,,, +bracelet.n.02,soakable,0,0,FALSE,,,,,, +ring.n.08,liquid,0,0,FALSE,,,,,, +ring.n.08,heatSource,0,0,FALSE,,,,,, +ring.n.08,fireSource,0,0,FALSE,,,,,, +ring.n.08,cookable,0,0,FALSE,,,,,, +ring.n.08,coldSource,0,0,FALSE,,,,,, +ring.n.08,sliceable,0,0,FALSE,,,,,, +ring.n.08,slicer,1,0,FALSE,,,,,, +ring.n.08,soakable,0,0,FALSE,,,,,, +cup.n.01,liquid,1,0,FALSE,,,,,, +cup.n.01,heatSource,0,0,FALSE,,,,,, +cup.n.01,fireSource,0,0,FALSE,,,,,, +cup.n.01,cookable,0,0,FALSE,,,,,, +cup.n.01,coldSource,1,0,FALSE,,,,,, +cup.n.01,sliceable,0,0,FALSE,,,,,, +cup.n.01,slicer,1,0,FALSE,,,,,, +cup.n.01,soakable,0,0,FALSE,,,,,, +platter.n.01,liquid,0,0,FALSE,,,,,, +platter.n.01,heatSource,0,0,FALSE,,,,,, +platter.n.01,fireSource,0,0,FALSE,,,,,, +platter.n.01,cookable,0,0,FALSE,,,,,, +platter.n.01,coldSource,1,0,FALSE,,,,,, +platter.n.01,sliceable,0,0,FALSE,,,,,, +platter.n.01,slicer,1,0,FALSE,,,,,, +platter.n.01,soakable,0,0,FALSE,,,,,, +caldron.n.01,liquid,0,0,FALSE,,,,,, +caldron.n.01,heatSource,1,1,FALSE,,,,,, +caldron.n.01,fireSource,1,0,FALSE,,,,,, +caldron.n.01,cookable,0,0,FALSE,,,,,, +caldron.n.01,coldSource,0,0,FALSE,,,,,, +caldron.n.01,sliceable,0,0,FALSE,,,,,, +caldron.n.01,slicer,1,0,FALSE,,,,,, +caldron.n.01,soakable,0,0,FALSE,,,,,, +coffee.n.01,liquid,1,1,FALSE,,,,,, +coffee.n.01,heatSource,0,0,FALSE,,,,,, +coffee.n.01,fireSource,0,0,FALSE,,,,,, +coffee.n.01,cookable,0,0,FALSE,,,,,, +coffee.n.01,coldSource,0,0,FALSE,,,,,, +coffee.n.01,sliceable,0,0,FALSE,,,,,, +coffee.n.01,slicer,1,0,FALSE,,,,,, +coffee.n.01,soakable,0,0,FALSE,,,,,, +crumb.n.03,liquid,0,0,FALSE,,,,,, +crumb.n.03,heatSource,0,0,FALSE,,,,,, +crumb.n.03,fireSource,1,0,FALSE,,,,,, +crumb.n.03,cookable,0,0,FALSE,,,,,, +crumb.n.03,coldSource,0,0,FALSE,,,,,, +crumb.n.03,sliceable,0,0,FALSE,,,,,, +crumb.n.03,slicer,0,0,FALSE,,,,,, +crumb.n.03,soakable,0,0,FALSE,,,,,, +cookie.n.01,liquid,0,0,FALSE,,,,,, +cookie.n.01,heatSource,0,0,FALSE,,,,,, +cookie.n.01,fireSource,1,0,FALSE,,,,,, +cookie.n.01,cookable,0,1,FALSE,,,,,, +cookie.n.01,coldSource,0,0,FALSE,,,,,, +cookie.n.01,sliceable,0,1,FALSE,,,,,, +cookie.n.01,slicer,0,0,FALSE,,,,,, +cookie.n.01,soakable,0,1,FALSE,,,,,, +wrapping.n.01,liquid,0,0,FALSE,,,,,, +wrapping.n.01,heatSource,0,0,FALSE,,,,,, +wrapping.n.01,fireSource,0,0,FALSE,,,,,, +wrapping.n.01,cookable,0,0,FALSE,,,,,, +wrapping.n.01,coldSource,0,0,FALSE,,,,,, +wrapping.n.01,sliceable,0,1,FALSE,,,,,, +wrapping.n.01,slicer,0,0,FALSE,,,,,, +wrapping.n.01,soakable,1,0,FALSE,,,,,, +bow.n.08,liquid,0,0,FALSE,,,,,, +bow.n.08,heatSource,0,0,FALSE,,,,,, +bow.n.08,fireSource,0,0,FALSE,,,,,, +bow.n.08,cookable,0,0,FALSE,,,,,, +bow.n.08,coldSource,0,0,FALSE,,,,,, +bow.n.08,sliceable,0,0,FALSE,,,,,, +bow.n.08,slicer,1,0,FALSE,,,,,, +bow.n.08,soakable,0,1,FALSE,,,,,, +wreath.n.01,liquid,0,0,FALSE,,,,,, +wreath.n.01,heatSource,0,0,FALSE,,,,,, +wreath.n.01,fireSource,0,0,FALSE,,,,,, +wreath.n.01,cookable,0,0,FALSE,,,,,, +wreath.n.01,coldSource,0,0,FALSE,,,,,, +wreath.n.01,sliceable,0,0,FALSE,,,,,, +wreath.n.01,slicer,0,0,FALSE,,,,,, +wreath.n.01,soakable,0,0,FALSE,,,,,, +martini.n.01,liquid,1,1,FALSE,,,,,, +martini.n.01,heatSource,0,0,FALSE,,,,,, +martini.n.01,fireSource,0,0,FALSE,,,,,, +martini.n.01,cookable,0,0,FALSE,,,,,, +martini.n.01,coldSource,1,0,FALSE,,,,,, +martini.n.01,sliceable,0,0,FALSE,,,,,, +martini.n.01,slicer,0,0,FALSE,,,,,, +martini.n.01,soakable,0,0,FALSE,,,,,, +chopstick.n.01,liquid,0,0,FALSE,,,,,, +chopstick.n.01,heatSource,0,0,FALSE,,,,,, +chopstick.n.01,fireSource,0,0,FALSE,,,,,, +chopstick.n.01,cookable,0,0,FALSE,,,,,, +chopstick.n.01,coldSource,0,0,FALSE,,,,,, +chopstick.n.01,sliceable,0,0,FALSE,,,,,, +chopstick.n.01,slicer,1,0,FALSE,,,,,, +chopstick.n.01,soakable,0,0,FALSE,,,,,, +sushi.n.01,liquid,0,0,FALSE,,,,,, +sushi.n.01,heatSource,0,0,FALSE,,,,,, +sushi.n.01,fireSource,0,0,FALSE,,,,,, +sushi.n.01,cookable,0,1,FALSE,,,,,, +sushi.n.01,coldSource,0,0,FALSE,,,,,, +sushi.n.01,sliceable,0,1,FALSE,,,,,, +sushi.n.01,slicer,0,0,FALSE,,,,,, +sushi.n.01,soakable,1,0,FALSE,,,,,, +cranberry.n.02,liquid,0,0,FALSE,,,,,, +cranberry.n.02,heatSource,0,0,FALSE,,,,,, +cranberry.n.02,fireSource,0,0,FALSE,,,,,, +cranberry.n.02,cookable,0,1,FALSE,,,,,, +cranberry.n.02,coldSource,0,0,FALSE,,,,,, +cranberry.n.02,sliceable,0,1,FALSE,,,,,, +cranberry.n.02,slicer,0,0,FALSE,,,,,, +cranberry.n.02,soakable,0,0,FALSE,,,,,, +salad.n.01,liquid,0,0,FALSE,,,,,, +salad.n.01,heatSource,0,0,FALSE,,,,,, +salad.n.01,fireSource,0,0,FALSE,,,,,, +salad.n.01,cookable,0,1,FALSE,,,,,, +salad.n.01,coldSource,0,0,FALSE,,,,,, +salad.n.01,sliceable,0,0,FALSE,,,,,, +salad.n.01,slicer,0,0,FALSE,,,,,, +salad.n.01,soakable,1,0,FALSE,,,,,, +soup.n.01,liquid,1,1,FALSE,,,,,, +soup.n.01,heatSource,0,0,FALSE,,,,,, +soup.n.01,fireSource,1,0,FALSE,,,,,, +soup.n.01,cookable,0,1,FALSE,,,,,, +soup.n.01,coldSource,1,0,FALSE,,,,,, +soup.n.01,sliceable,0,0,FALSE,,,,,, +soup.n.01,slicer,1,0,FALSE,,,,,, +soup.n.01,soakable,0,0,FALSE,,,,,, +sheet.n.03,liquid,0,0,FALSE,,,,,, +sheet.n.03,heatSource,0,0,FALSE,,,,,, +sheet.n.03,fireSource,0,0,FALSE,,,,,, +sheet.n.03,cookable,0,0,FALSE,,,,,, +sheet.n.03,coldSource,0,0,FALSE,,,,,, +sheet.n.03,sliceable,0,0,FALSE,,,,,, +sheet.n.03,slicer,0,0,FALSE,,,,,, +sheet.n.03,soakable,1,1,FALSE,,,,,, +atomizer.n.01,liquid,1,0,FALSE,,,,,, +atomizer.n.01,heatSource,0,0,FALSE,,,,,, +atomizer.n.01,fireSource,0,0,FALSE,,,,,, +atomizer.n.01,cookable,0,0,FALSE,,,,,, +atomizer.n.01,coldSource,1,0,FALSE,,,,,, +atomizer.n.01,sliceable,0,0,FALSE,,,,,, +atomizer.n.01,slicer,1,1,FALSE,,,,,, +atomizer.n.01,soakable,0,0,FALSE,,,,,, +broom.n.01,liquid,0,0,FALSE,,,,,, +broom.n.01,heatSource,0,0,FALSE,,,,,, +broom.n.01,fireSource,0,0,FALSE,,,,,, +broom.n.01,cookable,0,0,FALSE,,,,,, +broom.n.01,coldSource,0,0,FALSE,,,,,, +broom.n.01,sliceable,0,0,FALSE,,,,,, +broom.n.01,slicer,1,0,FALSE,,,,,, +broom.n.01,soakable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,liquid,0,0,FALSE,,,,,, +carpet_sweeper.n.01,heatSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,fireSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,cookable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,coldSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,sliceable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,slicer,1,0,FALSE,,,,,, +carpet_sweeper.n.01,soakable,0,0,FALSE,,,,,, +coat.n.01,liquid,0,0,FALSE,,,,,, +coat.n.01,heatSource,0,0,FALSE,,,,,, +coat.n.01,fireSource,0,0,FALSE,,,,,, +coat.n.01,cookable,0,0,FALSE,,,,,, +coat.n.01,coldSource,0,0,FALSE,,,,,, +coat.n.01,sliceable,0,0,FALSE,,,,,, +coat.n.01,slicer,1,0,FALSE,,,,,, +coat.n.01,soakable,1,1,FALSE,,,,,, +detergent.n.02,liquid,1,1,FALSE,,,,,, +detergent.n.02,heatSource,0,0,FALSE,,,,,, +detergent.n.02,fireSource,0,0,FALSE,,,,,, +detergent.n.02,cookable,0,0,FALSE,,,,,, +detergent.n.02,coldSource,1,0,FALSE,,,,,, +detergent.n.02,sliceable,0,0,FALSE,,,,,, +detergent.n.02,slicer,0,0,FALSE,,,,,, +detergent.n.02,soakable,0,0,FALSE,,,,,, +jean.n.01,liquid,0,0,FALSE,,,,,, +jean.n.01,heatSource,0,0,FALSE,,,,,, +jean.n.01,fireSource,0,0,FALSE,,,,,, +jean.n.01,cookable,0,0,FALSE,,,,,, +jean.n.01,coldSource,1,0,FALSE,,,,,, +jean.n.01,sliceable,0,0,FALSE,,,,,, +jean.n.01,slicer,1,0,FALSE,,,,,, +jean.n.01,soakable,1,1,FALSE,,,,,, +paint.n.01,liquid,1,1,FALSE,,,,,, +paint.n.01,heatSource,0,0,FALSE,,,,,, +paint.n.01,fireSource,0,0,FALSE,,,,,, +paint.n.01,cookable,0,0,FALSE,,,,,, +paint.n.01,coldSource,1,0,FALSE,,,,,, +paint.n.01,sliceable,0,0,FALSE,,,,,, +paint.n.01,slicer,1,0,FALSE,,,,,, +paint.n.01,soakable,0,0,FALSE,,,,,, +paintbrush.n.01,liquid,0,0,FALSE,,,,,, +paintbrush.n.01,heatSource,0,0,FALSE,,,,,, +paintbrush.n.01,fireSource,0,0,FALSE,,,,,, +paintbrush.n.01,cookable,0,0,FALSE,,,,,, +paintbrush.n.01,coldSource,1,0,FALSE,,,,,, +paintbrush.n.01,sliceable,0,0,FALSE,,,,,, +paintbrush.n.01,slicer,0,0,FALSE,,,,,, +paintbrush.n.01,soakable,0,0,FALSE,,,,,, +pajama.n.02,liquid,0,0,FALSE,,,,,, +pajama.n.02,heatSource,0,0,FALSE,,,,,, +pajama.n.02,fireSource,0,0,FALSE,,,,,, +pajama.n.02,cookable,0,0,FALSE,,,,,, +pajama.n.02,coldSource,0,0,FALSE,,,,,, +pajama.n.02,sliceable,0,0,FALSE,,,,,, +pajama.n.02,slicer,0,0,FALSE,,,,,, +pajama.n.02,soakable,1,1,FALSE,,,,,, +pegboard.n.01,liquid,0,0,FALSE,,,,,, +pegboard.n.01,heatSource,0,0,FALSE,,,,,, +pegboard.n.01,fireSource,0,0,FALSE,,,,,, +pegboard.n.01,cookable,0,0,FALSE,,,,,, +pegboard.n.01,coldSource,0,0,FALSE,,,,,, +pegboard.n.01,sliceable,0,0,FALSE,,,,,, +pegboard.n.01,slicer,1,0,FALSE,,,,,, +pegboard.n.01,soakable,0,0,FALSE,,,,,, +roller.n.04,liquid,0,0,FALSE,,,,,, +roller.n.04,heatSource,0,0,FALSE,,,,,, +roller.n.04,fireSource,0,0,FALSE,,,,,, +roller.n.04,cookable,0,0,FALSE,,,,,, +roller.n.04,coldSource,0,0,FALSE,,,,,, +roller.n.04,sliceable,0,0,FALSE,,,,,, +roller.n.04,slicer,1,0,FALSE,,,,,, +roller.n.04,soakable,0,0,FALSE,,,,,, +scrub_brush.n.01,liquid,0,0,FALSE,,,,,, +scrub_brush.n.01,heatSource,0,0,FALSE,,,,,, +scrub_brush.n.01,fireSource,0,0,FALSE,,,,,, +scrub_brush.n.01,cookable,0,0,FALSE,,,,,, +scrub_brush.n.01,coldSource,0,0,FALSE,,,,,, +scrub_brush.n.01,sliceable,0,0,FALSE,,,,,, +scrub_brush.n.01,slicer,1,0,FALSE,,,,,, +scrub_brush.n.01,soakable,0,0,FALSE,,,,,, +sock.n.01,liquid,0,0,FALSE,,,,,, +sock.n.01,heatSource,0,0,FALSE,,,,,, +sock.n.01,fireSource,0,0,FALSE,,,,,, +sock.n.01,cookable,0,0,FALSE,,,,,, +sock.n.01,coldSource,0,0,FALSE,,,,,, +sock.n.01,sliceable,0,0,FALSE,,,,,, +sock.n.01,slicer,1,0,FALSE,,,,,, +sock.n.01,soakable,1,1,FALSE,,,,,, +sweater.n.01,liquid,0,0,FALSE,,,,,, +sweater.n.01,heatSource,0,0,FALSE,,,,,, +sweater.n.01,fireSource,0,0,FALSE,,,,,, +sweater.n.01,cookable,0,0,FALSE,,,,,, +sweater.n.01,coldSource,0,0,FALSE,,,,,, +sweater.n.01,sliceable,0,0,FALSE,,,,,, +sweater.n.01,slicer,0,0,FALSE,,,,,, +sweater.n.01,soakable,1,1,FALSE,,,,,, +trowel.n.01,liquid,0,0,FALSE,,,,,, +trowel.n.01,heatSource,0,0,FALSE,,,,,, +trowel.n.01,fireSource,0,0,FALSE,,,,,, +trowel.n.01,cookable,0,0,FALSE,,,,,, +trowel.n.01,coldSource,0,0,FALSE,,,,,, +trowel.n.01,sliceable,0,0,FALSE,,,,,, +trowel.n.01,slicer,1,0,FALSE,,,,,, +trowel.n.01,soakable,0,0,FALSE,,,,,, +underwear.n.01,liquid,0,0,FALSE,,,,,, +underwear.n.01,heatSource,0,0,FALSE,,,,,, +underwear.n.01,fireSource,0,0,FALSE,,,,,, +underwear.n.01,cookable,0,0,FALSE,,,,,, +underwear.n.01,coldSource,0,0,FALSE,,,,,, +underwear.n.01,sliceable,0,0,FALSE,,,,,, +underwear.n.01,slicer,0,0,FALSE,,,,,, +underwear.n.01,soakable,1,1,FALSE,,,,,, +vacuum.n.04,liquid,0,0,FALSE,,,,,, +vacuum.n.04,heatSource,0,0,FALSE,,,,,, +vacuum.n.04,fireSource,0,0,FALSE,,,,,, +vacuum.n.04,cookable,0,0,FALSE,,,,,, +vacuum.n.04,coldSource,0,0,FALSE,,,,,, +vacuum.n.04,sliceable,0,0,FALSE,,,,,, +vacuum.n.04,slicer,1,0,FALSE,,,,,, +vacuum.n.04,soakable,0,0,FALSE,,,,,, +umbrella.n.01,liquid,0,0,FALSE,,,,,, +umbrella.n.01,heatSource,0,0,FALSE,,,,,, +umbrella.n.01,fireSource,0,0,FALSE,,,,,, +umbrella.n.01,cookable,0,0,FALSE,,,,,, +umbrella.n.01,coldSource,0,0,FALSE,,,,,, +umbrella.n.01,sliceable,0,0,FALSE,,,,,, +umbrella.n.01,slicer,1,0,FALSE,,,,,, +umbrella.n.01,soakable,1,0,FALSE,,,,,, +sunglass.n.01,liquid,0,0,FALSE,,,,,, +sunglass.n.01,heatSource,0,0,FALSE,,,,,, +sunglass.n.01,fireSource,0,0,FALSE,,,,,, +sunglass.n.01,cookable,0,0,FALSE,,,,,, +sunglass.n.01,coldSource,0,0,FALSE,,,,,, +sunglass.n.01,sliceable,0,0,FALSE,,,,,, +sunglass.n.01,slicer,1,0,FALSE,,,,,, +sunglass.n.01,soakable,0,0,FALSE,,,,,, +toaster.n.02,liquid,0,0,FALSE,,,,,, +toaster.n.02,heatSource,1,1,FALSE,,,,,, +toaster.n.02,fireSource,0,0,FALSE,,,,,, +toaster.n.02,cookable,0,0,FALSE,,,,,, +toaster.n.02,coldSource,0,0,FALSE,,,,,, +toaster.n.02,sliceable,0,0,FALSE,,,,,, +toaster.n.02,slicer,1,0,FALSE,,,,,, +toaster.n.02,soakable,0,0,FALSE,,,,,, +iron.n.04,liquid,0,0,FALSE,,,,,, +iron.n.04,heatSource,1,1,FALSE,,,,,, +iron.n.04,fireSource,0,0,FALSE,,,,,, +iron.n.04,cookable,0,0,FALSE,,,,,, +iron.n.04,coldSource,0,0,FALSE,,,,,, +iron.n.04,sliceable,0,0,FALSE,,,,,, +iron.n.04,slicer,1,0,FALSE,,,,,, +iron.n.04,soakable,0,0,FALSE,,,,,, +hook.n.05,liquid,0,0,FALSE,,,,,, +hook.n.05,heatSource,0,0,FALSE,,,,,, +hook.n.05,fireSource,0,0,FALSE,,,,,, +hook.n.05,cookable,0,0,FALSE,,,,,, +hook.n.05,coldSource,0,0,FALSE,,,,,, +hook.n.05,sliceable,0,0,FALSE,,,,,, +hook.n.05,slicer,0,0,FALSE,,,,,, +hook.n.05,soakable,0,0,FALSE,,,,,, +salt.n.02,liquid,0,0,FALSE,,,,,, +salt.n.02,heatSource,0,0,FALSE,,,,,, +salt.n.02,fireSource,0,0,FALSE,,,,,, +salt.n.02,cookable,0,1,FALSE,,,,,, +salt.n.02,coldSource,0,0,FALSE,,,,,, +salt.n.02,sliceable,0,0,FALSE,,,,,, +salt.n.02,slicer,1,0,FALSE,,,,,, +salt.n.02,soakable,0,0,FALSE,,,,,, +beer.n.01,liquid,1,1,FALSE,,,,,, +beer.n.01,heatSource,0,0,FALSE,,,,,, +beer.n.01,fireSource,0,0,FALSE,,,,,, +beer.n.01,cookable,0,1,FALSE,,,,,, +beer.n.01,coldSource,1,0,FALSE,,,,,, +beer.n.01,sliceable,0,0,FALSE,,,,,, +beer.n.01,slicer,0,0,FALSE,,,,,, +beer.n.01,soakable,0,0,FALSE,,,,,, +juice.n.01,liquid,1,1,FALSE,,,,,, +juice.n.01,heatSource,0,0,FALSE,,,,,, +juice.n.01,fireSource,1,0,FALSE,,,,,, +juice.n.01,cookable,0,1,FALSE,,,,,, +juice.n.01,coldSource,1,0,FALSE,,,,,, +juice.n.01,sliceable,0,0,FALSE,,,,,, +juice.n.01,slicer,0,0,FALSE,,,,,, +juice.n.01,soakable,0,0,FALSE,,,,,, +car.n.01,liquid,0,0,FALSE,,,,,, +car.n.01,heatSource,0,0,FALSE,,,,,, +car.n.01,fireSource,0,0,FALSE,,,,,, +car.n.01,cookable,0,0,FALSE,,,,,, +car.n.01,coldSource,0,0,FALSE,,,,,, +car.n.01,sliceable,0,0,FALSE,,,,,, +car.n.01,slicer,1,0,FALSE,,,,,, +car.n.01,soakable,0,0,FALSE,,,,,, +drill.n.01,liquid,0,0,FALSE,,,,,, +drill.n.01,heatSource,0,0,FALSE,,,,,, +drill.n.01,fireSource,0,0,FALSE,,,,,, +drill.n.01,cookable,0,0,FALSE,,,,,, +drill.n.01,coldSource,0,0,FALSE,,,,,, +drill.n.01,sliceable,0,0,FALSE,,,,,, +drill.n.01,slicer,1,1,FALSE,,,,,, +drill.n.01,soakable,0,0,FALSE,,,,,, +dustpan.n.02,liquid,0,0,FALSE,,,,,, +dustpan.n.02,heatSource,0,0,FALSE,,,,,, +dustpan.n.02,fireSource,0,0,FALSE,,,,,, +dustpan.n.02,cookable,0,0,FALSE,,,,,, +dustpan.n.02,coldSource,0,0,FALSE,,,,,, +dustpan.n.02,sliceable,0,0,FALSE,,,,,, +dustpan.n.02,slicer,0,0,FALSE,,,,,, +dustpan.n.02,soakable,0,0,FALSE,,,,,, +lawn_mower.n.01,liquid,0,0,FALSE,,,,,, +lawn_mower.n.01,heatSource,0,0,FALSE,,,,,, +lawn_mower.n.01,fireSource,0,0,FALSE,,,,,, +lawn_mower.n.01,cookable,0,0,FALSE,,,,,, +lawn_mower.n.01,coldSource,0,0,FALSE,,,,,, +lawn_mower.n.01,sliceable,0,0,FALSE,,,,,, +lawn_mower.n.01,slicer,1,0,FALSE,,,,,, +lawn_mower.n.01,soakable,0,0,FALSE,,,,,, +painting.n.01,liquid,0,0,FALSE,,,,,, +painting.n.01,heatSource,0,0,FALSE,,,,,, +painting.n.01,fireSource,0,0,FALSE,,,,,, +painting.n.01,cookable,0,0,FALSE,,,,,, +painting.n.01,coldSource,0,0,FALSE,,,,,, +painting.n.01,sliceable,0,0,FALSE,,,,,, +painting.n.01,slicer,0,0,FALSE,,,,,, +painting.n.01,soakable,0,1,FALSE,,,,,, +powder.n.03,liquid,0,0,FALSE,,,,,, +powder.n.03,heatSource,0,0,FALSE,,,,,, +powder.n.03,fireSource,0,0,FALSE,,,,,, +powder.n.03,cookable,0,0,FALSE,,,,,, +powder.n.03,coldSource,0,0,FALSE,,,,,, +powder.n.03,sliceable,0,0,FALSE,,,,,, +powder.n.03,slicer,0,0,FALSE,,,,,, +powder.n.03,soakable,0,0,FALSE,,,,,, +rake.n.03,liquid,0,0,FALSE,,,,,, +rake.n.03,heatSource,0,0,FALSE,,,,,, +rake.n.03,fireSource,0,0,FALSE,,,,,, +rake.n.03,cookable,0,0,FALSE,,,,,, +rake.n.03,coldSource,0,0,FALSE,,,,,, +rake.n.03,sliceable,0,0,FALSE,,,,,, +rake.n.03,slicer,1,1,FALSE,,,,,, +rake.n.03,soakable,0,0,FALSE,,,,,, +scarf.n.01,liquid,0,0,FALSE,,,,,, +scarf.n.01,heatSource,0,0,FALSE,,,,,, +scarf.n.01,fireSource,0,0,FALSE,,,,,, +scarf.n.01,cookable,0,0,FALSE,,,,,, +scarf.n.01,coldSource,0,0,FALSE,,,,,, +scarf.n.01,sliceable,0,0,FALSE,,,,,, +scarf.n.01,slicer,1,0,FALSE,,,,,, +scarf.n.01,soakable,1,1,FALSE,,,,,, +scraper.n.01,liquid,0,0,FALSE,,,,,, +scraper.n.01,heatSource,0,0,FALSE,,,,,, +scraper.n.01,fireSource,0,0,FALSE,,,,,, +scraper.n.01,cookable,0,0,FALSE,,,,,, +scraper.n.01,coldSource,0,0,FALSE,,,,,, +scraper.n.01,sliceable,0,0,FALSE,,,,,, +scraper.n.01,slicer,0,0,FALSE,,,,,, +scraper.n.01,soakable,0,0,FALSE,,,,,, +ladder.n.01,liquid,0,0,FALSE,,,,,, +ladder.n.01,heatSource,0,0,FALSE,,,,,, +ladder.n.01,fireSource,0,0,FALSE,,,,,, +ladder.n.01,cookable,0,0,FALSE,,,,,, +ladder.n.01,coldSource,0,0,FALSE,,,,,, +ladder.n.01,sliceable,0,0,FALSE,,,,,, +ladder.n.01,slicer,1,0,FALSE,,,,,, +ladder.n.01,soakable,1,0,FALSE,,,,,, +toothbrush.n.01,liquid,0,0,FALSE,,,,,, +toothbrush.n.01,heatSource,0,0,FALSE,,,,,, +toothbrush.n.01,fireSource,0,0,FALSE,,,,,, +toothbrush.n.01,cookable,0,0,FALSE,,,,,, +toothbrush.n.01,coldSource,0,0,FALSE,,,,,, +toothbrush.n.01,sliceable,0,0,FALSE,,,,,, +toothbrush.n.01,slicer,1,0,FALSE,,,,,, +toothbrush.n.01,soakable,0,0,FALSE,,,,,, +beef.n.02,liquid,0,0,FALSE,,,,,, +beef.n.02,heatSource,0,0,FALSE,,,,,, +beef.n.02,fireSource,1,0,FALSE,,,,,, +beef.n.02,cookable,0,1,FALSE,,,,,, +beef.n.02,coldSource,0,0,FALSE,,,,,, +beef.n.02,sliceable,0,1,FALSE,,,,,, +beef.n.02,slicer,0,0,FALSE,,,,,, +beef.n.02,soakable,0,0,FALSE,,,,,, +perfume.n.02,liquid,0,1,FALSE,,,,,, +perfume.n.02,heatSource,0,0,FALSE,,,,,, +perfume.n.02,fireSource,0,0,FALSE,,,,,, +perfume.n.02,cookable,0,0,FALSE,,,,,, +perfume.n.02,coldSource,0,0,FALSE,,,,,, +perfume.n.02,sliceable,0,0,FALSE,,,,,, +perfume.n.02,slicer,1,0,FALSE,,,,,, +perfume.n.02,soakable,0,0,FALSE,,,,,, +pork.n.01,liquid,0,0,FALSE,,,,,, +pork.n.01,heatSource,0,0,FALSE,,,,,, +pork.n.01,fireSource,1,0,FALSE,,,,,, +pork.n.01,cookable,0,1,FALSE,,,,,, +pork.n.01,coldSource,0,0,FALSE,,,,,, +pork.n.01,sliceable,0,1,FALSE,,,,,, +pork.n.01,slicer,0,0,FALSE,,,,,, +pork.n.01,soakable,0,0,FALSE,,,,,, +rib.n.03,liquid,0,0,FALSE,,,,,, +rib.n.03,heatSource,0,0,FALSE,,,,,, +rib.n.03,fireSource,1,0,FALSE,,,,,, +rib.n.03,cookable,0,1,FALSE,,,,,, +rib.n.03,coldSource,0,0,FALSE,,,,,, +rib.n.03,sliceable,0,1,FALSE,,,,,, +rib.n.03,slicer,0,0,FALSE,,,,,, +rib.n.03,soakable,0,0,FALSE,,,,,, +steak.n.01,liquid,0,0,FALSE,,,,,, +steak.n.01,heatSource,0,0,FALSE,,,,,, +steak.n.01,fireSource,1,0,FALSE,,,,,, +steak.n.01,cookable,0,1,FALSE,,,,,, +steak.n.01,coldSource,0,0,FALSE,,,,,, +steak.n.01,sliceable,0,1,FALSE,,,,,, +steak.n.01,slicer,0,0,FALSE,,,,,, +steak.n.01,soakable,0,0,FALSE,,,,,, +sugar.n.01,liquid,0,0,FALSE,,,,,, +sugar.n.01,heatSource,0,0,FALSE,,,,,, +sugar.n.01,fireSource,0,0,FALSE,,,,,, +sugar.n.01,cookable,0,1,FALSE,,,,,, +sugar.n.01,coldSource,0,0,FALSE,,,,,, +sugar.n.01,sliceable,0,0,FALSE,,,,,, +sugar.n.01,slicer,0,0,FALSE,,,,,, +sugar.n.01,soakable,0,0,FALSE,,,,,, +crab.n.05,liquid,0,0,FALSE,,,,,, +crab.n.05,heatSource,0,0,FALSE,,,,,, +crab.n.05,fireSource,1,0,FALSE,,,,,, +crab.n.05,cookable,0,1,FALSE,,,,,, +crab.n.05,coldSource,0,0,FALSE,,,,,, +crab.n.05,sliceable,0,1,FALSE,,,,,, +crab.n.05,slicer,0,0,FALSE,,,,,, +crab.n.05,soakable,0,0,FALSE,,,,,, +fillet.n.02,liquid,0,0,FALSE,,,,,, +fillet.n.02,heatSource,0,0,FALSE,,,,,, +fillet.n.02,fireSource,1,0,FALSE,,,,,, +fillet.n.02,cookable,0,1,FALSE,,,,,, +fillet.n.02,coldSource,0,0,FALSE,,,,,, +fillet.n.02,sliceable,0,1,FALSE,,,,,, +fillet.n.02,slicer,0,0,FALSE,,,,,, +fillet.n.02,soakable,0,0,FALSE,,,,,, +fish.n.02,liquid,0,0,FALSE,,,,,, +fish.n.02,heatSource,0,0,FALSE,,,,,, +fish.n.02,fireSource,1,0,FALSE,,,,,, +fish.n.02,cookable,0,1,FALSE,,,,,, +fish.n.02,coldSource,0,0,FALSE,,,,,, +fish.n.02,sliceable,0,1,FALSE,,,,,, +fish.n.02,slicer,0,0,FALSE,,,,,, +fish.n.02,soakable,0,0,FALSE,,,,,, +magazine.n.02,liquid,0,0,FALSE,,,,,, +magazine.n.02,heatSource,0,0,FALSE,,,,,, +magazine.n.02,fireSource,0,0,FALSE,,,,,, +magazine.n.02,cookable,0,0,FALSE,,,,,, +magazine.n.02,coldSource,0,0,FALSE,,,,,, +magazine.n.02,sliceable,0,0,FALSE,,,,,, +magazine.n.02,slicer,0,0,FALSE,,,,,, +magazine.n.02,soakable,0,1,FALSE,,,,,, +newspaper.n.03,liquid,0,0,FALSE,,,,,, +newspaper.n.03,heatSource,0,0,FALSE,,,,,, +newspaper.n.03,fireSource,0,0,FALSE,,,,,, +newspaper.n.03,cookable,0,0,FALSE,,,,,, +newspaper.n.03,coldSource,0,0,FALSE,,,,,, +newspaper.n.03,sliceable,0,0,FALSE,,,,,, +newspaper.n.03,slicer,0,0,FALSE,,,,,, +newspaper.n.03,soakable,1,1,FALSE,,,,,, +pool.n.01,liquid,1,0,FALSE,,,,,, +pool.n.01,heatSource,0,0,FALSE,,,,,, +pool.n.01,fireSource,0,0,FALSE,,,,,, +pool.n.01,cookable,0,0,FALSE,,,,,, +pool.n.01,coldSource,0,0,FALSE,,,,,, +pool.n.01,sliceable,0,0,FALSE,,,,,, +pool.n.01,slicer,0,0,FALSE,,,,,, +pool.n.01,soakable,0,0,FALSE,,,,,, +tart.n.02,liquid,0,0,FALSE,,,,,, +tart.n.02,heatSource,0,0,FALSE,,,,,, +tart.n.02,fireSource,0,0,FALSE,,,,,, +tart.n.02,cookable,0,1,FALSE,,,,,, +tart.n.02,coldSource,1,0,FALSE,,,,,, +tart.n.02,sliceable,0,1,FALSE,,,,,, +tart.n.02,slicer,0,0,FALSE,,,,,, +tart.n.02,soakable,0,0,FALSE,,,,,, +muffin.n.01,liquid,0,0,FALSE,,,,,, +muffin.n.01,heatSource,0,0,FALSE,,,,,, +muffin.n.01,fireSource,1,0,FALSE,,,,,, +muffin.n.01,cookable,0,1,FALSE,,,,,, +muffin.n.01,coldSource,0,0,FALSE,,,,,, +muffin.n.01,sliceable,0,1,FALSE,,,,,, +muffin.n.01,slicer,0,0,FALSE,,,,,, +muffin.n.01,soakable,0,0,FALSE,,,,,, +ice_cube.n.01,liquid,0,0,FALSE,,,,,, +ice_cube.n.01,heatSource,0,0,FALSE,,,,,, +ice_cube.n.01,fireSource,0,0,FALSE,,,,,, +ice_cube.n.01,cookable,1,0,FALSE,,,,,, +ice_cube.n.01,coldSource,0,1,TRUE,0,,,0,0,0 +ice_cube.n.01,sliceable,0,0,FALSE,,,,,, +ice_cube.n.01,slicer,1,1,FALSE,,,,,, +ice_cube.n.01,soakable,0,0,FALSE,,,,,, +cinnamon.n.03,liquid,0,0,FALSE,,,,,, +cinnamon.n.03,heatSource,0,0,FALSE,,,,,, +cinnamon.n.03,fireSource,0,0,FALSE,,,,,, +cinnamon.n.03,cookable,0,1,FALSE,,,,,, +cinnamon.n.03,coldSource,0,0,FALSE,,,,,, +cinnamon.n.03,sliceable,0,0,FALSE,,,,,, +cinnamon.n.03,slicer,1,0,FALSE,,,,,, +cinnamon.n.03,soakable,0,0,FALSE,,,,,, +lime.n.06,liquid,0,0,FALSE,,,,,, +lime.n.06,heatSource,0,0,FALSE,,,,,, +lime.n.06,fireSource,0,0,FALSE,,,,,, +lime.n.06,cookable,0,1,FALSE,,,,,, +lime.n.06,coldSource,0,0,FALSE,,,,,, +lime.n.06,sliceable,0,1,FALSE,,,,,, +lime.n.06,slicer,0,0,FALSE,,,,,, +lime.n.06,soakable,0,0,FALSE,,,,,, +ginger.n.02,liquid,0,0,FALSE,,,,,, +ginger.n.02,heatSource,0,0,FALSE,,,,,, +ginger.n.02,fireSource,1,0,FALSE,,,,,, +ginger.n.02,cookable,0,1,FALSE,,,,,, +ginger.n.02,coldSource,0,0,FALSE,,,,,, +ginger.n.02,sliceable,0,1,FALSE,,,,,, +ginger.n.02,slicer,0,0,FALSE,,,,,, +ginger.n.02,soakable,0,0,FALSE,,,,,, +cereal.n.03,liquid,0,0,FALSE,,,,,, +cereal.n.03,heatSource,0,0,FALSE,,,,,, +cereal.n.03,fireSource,1,0,FALSE,,,,,, +cereal.n.03,cookable,0,0,FALSE,,,,,, +cereal.n.03,coldSource,0,0,FALSE,,,,,, +cereal.n.03,sliceable,0,0,FALSE,,,,,, +cereal.n.03,slicer,0,0,FALSE,,,,,, +cereal.n.03,soakable,0,0,FALSE,,,,,, +cheese.n.01,liquid,0,0,FALSE,,,,,, +cheese.n.01,heatSource,0,0,FALSE,,,,,, +cheese.n.01,fireSource,1,0,FALSE,,,,,, +cheese.n.01,cookable,0,1,FALSE,,,,,, +cheese.n.01,coldSource,0,0,FALSE,,,,,, +cheese.n.01,sliceable,0,1,FALSE,,,,,, +cheese.n.01,slicer,1,0,FALSE,,,,,, +cheese.n.01,soakable,0,0,FALSE,,,,,, +milk.n.01,liquid,1,1,FALSE,,,,,, +milk.n.01,heatSource,0,0,FALSE,,,,,, +milk.n.01,fireSource,0,0,FALSE,,,,,, +milk.n.01,cookable,0,1,FALSE,,,,,, +milk.n.01,coldSource,1,0,FALSE,,,,,, +milk.n.01,sliceable,0,0,FALSE,,,,,, +milk.n.01,slicer,0,0,FALSE,,,,,, +milk.n.01,soakable,0,0,FALSE,,,,,, +pasta.n.02,liquid,0,0,FALSE,,,,,, +pasta.n.02,heatSource,0,0,FALSE,,,,,, +pasta.n.02,fireSource,1,0,FALSE,,,,,, +pasta.n.02,cookable,0,1,FALSE,,,,,, +pasta.n.02,coldSource,0,0,FALSE,,,,,, +pasta.n.02,sliceable,0,0,FALSE,,,,,, +pasta.n.02,slicer,1,0,FALSE,,,,,, +pasta.n.02,soakable,1,0,FALSE,,,,,, +almond.n.02,liquid,0,0,FALSE,,,,,, +almond.n.02,heatSource,0,0,FALSE,,,,,, +almond.n.02,fireSource,0,0,FALSE,,,,,, +almond.n.02,cookable,0,1,FALSE,,,,,, +almond.n.02,coldSource,0,0,FALSE,,,,,, +almond.n.02,sliceable,0,0,FALSE,,,,,, +almond.n.02,slicer,0,0,FALSE,,,,,, +almond.n.02,soakable,0,0,FALSE,,,,,, +grill.n.02,liquid,0,0,FALSE,,,,,, +grill.n.02,heatSource,0,0,FALSE,,,,,, +grill.n.02,fireSource,0,0,FALSE,,,,,, +grill.n.02,cookable,0,0,FALSE,,,,,, +grill.n.02,coldSource,0,0,FALSE,,,,,, +grill.n.02,sliceable,0,0,FALSE,,,,,, +grill.n.02,slicer,1,0,FALSE,,,,,, +grill.n.02,soakable,0,0,FALSE,,,,,, +hose.n.03,liquid,1,0,FALSE,,,,,, +hose.n.03,heatSource,0,0,FALSE,,,,,, +hose.n.03,fireSource,0,0,FALSE,,,,,, +hose.n.03,cookable,0,0,FALSE,,,,,, +hose.n.03,coldSource,1,0,FALSE,,,,,, +hose.n.03,sliceable,0,0,FALSE,,,,,, +hose.n.03,slicer,1,0,FALSE,,,,,, +hose.n.03,soakable,0,0,FALSE,,,,,, +jam.n.01,liquid,0,1,FALSE,,,,,, +jam.n.01,heatSource,0,0,FALSE,,,,,, +jam.n.01,fireSource,1,0,FALSE,,,,,, +jam.n.01,cookable,0,1,FALSE,,,,,, +jam.n.01,coldSource,0,0,FALSE,,,,,, +jam.n.01,sliceable,0,0,FALSE,,,,,, +jam.n.01,slicer,1,0,FALSE,,,,,, +jam.n.01,soakable,0,0,FALSE,,,,,, +puree.n.01,liquid,1,1,FALSE,,,,,, +puree.n.01,heatSource,0,0,FALSE,,,,,, +puree.n.01,fireSource,1,0,FALSE,,,,,, +puree.n.01,cookable,0,1,FALSE,,,,,, +puree.n.01,coldSource,1,0,FALSE,,,,,, +puree.n.01,sliceable,0,0,FALSE,,,,,, +puree.n.01,slicer,0,0,FALSE,,,,,, +puree.n.01,soakable,0,0,FALSE,,,,,, +bagel.n.01,liquid,0,0,FALSE,,,,,, +bagel.n.01,heatSource,0,0,FALSE,,,,,, +bagel.n.01,fireSource,1,0,FALSE,,,,,, +bagel.n.01,cookable,0,1,FALSE,,,,,, +bagel.n.01,coldSource,1,0,FALSE,,,,,, +bagel.n.01,sliceable,0,1,FALSE,,,,,, +bagel.n.01,slicer,1,0,FALSE,,,,,, +bagel.n.01,soakable,0,0,FALSE,,,,,, +baguet.n.01,liquid,0,0,FALSE,,,,,, +baguet.n.01,heatSource,0,0,FALSE,,,,,, +baguet.n.01,fireSource,0,0,FALSE,,,,,, +baguet.n.01,cookable,0,1,FALSE,,,,,, +baguet.n.01,coldSource,0,0,FALSE,,,,,, +baguet.n.01,sliceable,0,1,FALSE,,,,,, +baguet.n.01,slicer,0,0,FALSE,,,,,, +baguet.n.01,soakable,0,0,FALSE,,,,,, +basil.n.03,liquid,0,0,FALSE,,,,,, +basil.n.03,heatSource,0,0,FALSE,,,,,, +basil.n.03,fireSource,1,0,FALSE,,,,,, +basil.n.03,cookable,0,1,FALSE,,,,,, +basil.n.03,coldSource,0,0,FALSE,,,,,, +basil.n.03,sliceable,0,0,FALSE,,,,,, +basil.n.03,slicer,0,0,FALSE,,,,,, +basil.n.03,soakable,0,0,FALSE,,,,,, +celery.n.02,liquid,0,0,FALSE,,,,,, +celery.n.02,heatSource,0,0,FALSE,,,,,, +celery.n.02,fireSource,1,0,FALSE,,,,,, +celery.n.02,cookable,0,1,FALSE,,,,,, +celery.n.02,coldSource,0,0,FALSE,,,,,, +celery.n.02,sliceable,0,1,FALSE,,,,,, +celery.n.02,slicer,0,0,FALSE,,,,,, +celery.n.02,soakable,0,0,FALSE,,,,,, +cupcake.n.01,liquid,0,0,FALSE,,,,,, +cupcake.n.01,heatSource,0,0,FALSE,,,,,, +cupcake.n.01,fireSource,1,0,FALSE,,,,,, +cupcake.n.01,cookable,0,0,FALSE,,,,,, +cupcake.n.01,coldSource,0,0,FALSE,,,,,, +cupcake.n.01,sliceable,0,1,FALSE,,,,,, +cupcake.n.01,slicer,1,0,FALSE,,,,,, +cupcake.n.01,soakable,0,0,FALSE,,,,,, +green_onion.n.01,liquid,0,0,FALSE,,,,,, +green_onion.n.01,heatSource,0,0,FALSE,,,,,, +green_onion.n.01,fireSource,0,0,FALSE,,,,,, +green_onion.n.01,cookable,0,1,FALSE,,,,,, +green_onion.n.01,coldSource,0,0,FALSE,,,,,, +green_onion.n.01,sliceable,0,1,FALSE,,,,,, +green_onion.n.01,slicer,0,0,FALSE,,,,,, +green_onion.n.01,soakable,0,0,FALSE,,,,,, +guacamole.n.01,liquid,0,0,FALSE,,,,,, +guacamole.n.01,heatSource,0,0,FALSE,,,,,, +guacamole.n.01,fireSource,0,0,FALSE,,,,,, +guacamole.n.01,cookable,0,1,FALSE,,,,,, +guacamole.n.01,coldSource,0,0,FALSE,,,,,, +guacamole.n.01,sliceable,0,0,FALSE,,,,,, +guacamole.n.01,slicer,0,0,FALSE,,,,,, +guacamole.n.01,soakable,0,0,FALSE,,,,,, +lasagna.n.01,liquid,0,0,FALSE,,,,,, +lasagna.n.01,heatSource,0,0,FALSE,,,,,, +lasagna.n.01,fireSource,1,0,FALSE,,,,,, +lasagna.n.01,cookable,0,1,FALSE,,,,,, +lasagna.n.01,coldSource,1,0,FALSE,,,,,, +lasagna.n.01,sliceable,0,0,FALSE,,,,,, +lasagna.n.01,slicer,0,0,FALSE,,,,,, +lasagna.n.01,soakable,0,0,FALSE,,,,,, +mayonnaise.n.01,liquid,1,1,FALSE,,,,,, +mayonnaise.n.01,heatSource,0,0,FALSE,,,,,, +mayonnaise.n.01,fireSource,0,0,FALSE,,,,,, +mayonnaise.n.01,cookable,0,1,FALSE,,,,,, +mayonnaise.n.01,coldSource,1,0,FALSE,,,,,, +mayonnaise.n.01,sliceable,0,0,FALSE,,,,,, +mayonnaise.n.01,slicer,0,0,FALSE,,,,,, +mayonnaise.n.01,soakable,0,0,FALSE,,,,,, +mousetrap.n.01,liquid,0,0,FALSE,,,,,, +mousetrap.n.01,heatSource,0,0,FALSE,,,,,, +mousetrap.n.01,fireSource,0,0,FALSE,,,,,, +mousetrap.n.01,cookable,0,0,FALSE,,,,,, +mousetrap.n.01,coldSource,0,0,FALSE,,,,,, +mousetrap.n.01,sliceable,0,0,FALSE,,,,,, +mousetrap.n.01,slicer,1,0,FALSE,,,,,, +mousetrap.n.01,soakable,0,0,FALSE,,,,,, +pretzel.n.01,liquid,0,0,FALSE,,,,,, +pretzel.n.01,heatSource,0,0,FALSE,,,,,, +pretzel.n.01,fireSource,0,0,FALSE,,,,,, +pretzel.n.01,cookable,0,0,FALSE,,,,,, +pretzel.n.01,coldSource,0,0,FALSE,,,,,, +pretzel.n.01,sliceable,0,1,FALSE,,,,,, +pretzel.n.01,slicer,1,0,FALSE,,,,,, +pretzel.n.01,soakable,0,0,FALSE,,,,,, +prosciutto.n.01,liquid,0,0,FALSE,,,,,, +prosciutto.n.01,heatSource,0,0,FALSE,,,,,, +prosciutto.n.01,fireSource,0,0,FALSE,,,,,, +prosciutto.n.01,cookable,0,1,FALSE,,,,,, +prosciutto.n.01,coldSource,0,0,FALSE,,,,,, +prosciutto.n.01,sliceable,0,1,FALSE,,,,,, +prosciutto.n.01,slicer,1,0,FALSE,,,,,, +prosciutto.n.01,soakable,0,0,FALSE,,,,,, +razor.n.01,liquid,0,0,FALSE,,,,,, +razor.n.01,heatSource,0,0,FALSE,,,,,, +razor.n.01,fireSource,0,0,FALSE,,,,,, +razor.n.01,cookable,0,0,FALSE,,,,,, +razor.n.01,coldSource,0,0,FALSE,,,,,, +razor.n.01,sliceable,0,0,FALSE,,,,,, +razor.n.01,slicer,1,1,FALSE,,,,,, +razor.n.01,soakable,0,0,FALSE,,,,,, +sunscreen.n.01,liquid,0,1,FALSE,,,,,, +sunscreen.n.01,heatSource,0,0,FALSE,,,,,, +sunscreen.n.01,fireSource,0,0,FALSE,,,,,, +sunscreen.n.01,cookable,0,0,FALSE,,,,,, +sunscreen.n.01,coldSource,0,0,FALSE,,,,,, +sunscreen.n.01,sliceable,0,0,FALSE,,,,,, +sunscreen.n.01,slicer,0,0,FALSE,,,,,, +sunscreen.n.01,soakable,0,0,FALSE,,,,,, +tinsel.n.02,liquid,0,0,FALSE,,,,,, +tinsel.n.02,heatSource,0,0,FALSE,,,,,, +tinsel.n.02,fireSource,0,0,FALSE,,,,,, +tinsel.n.02,cookable,0,0,FALSE,,,,,, +tinsel.n.02,coldSource,0,0,FALSE,,,,,, +tinsel.n.02,sliceable,0,0,FALSE,,,,,, +tinsel.n.02,slicer,0,0,FALSE,,,,,, +tinsel.n.02,soakable,0,0,FALSE,,,,,, +christmas_tree.n.05,liquid,0,0,FALSE,,,,,, +christmas_tree.n.05,heatSource,0,0,FALSE,,,,,, +christmas_tree.n.05,fireSource,0,1,FALSE,,,,,, +christmas_tree.n.05,cookable,0,0,FALSE,,,,,, +christmas_tree.n.05,coldSource,0,0,FALSE,,,,,, +christmas_tree.n.05,sliceable,0,0,FALSE,,,,,, +christmas_tree.n.05,slicer,0,0,FALSE,,,,,, +christmas_tree.n.05,soakable,0,0,FALSE,,,,,, +vinegar.n.01,liquid,1,1,FALSE,,,,,, +vinegar.n.01,heatSource,0,0,FALSE,,,,,, +vinegar.n.01,fireSource,0,0,FALSE,,,,,, +vinegar.n.01,cookable,0,1,FALSE,,,,,, +vinegar.n.01,coldSource,0,0,FALSE,,,,,, +vinegar.n.01,sliceable,0,0,FALSE,,,,,, +vinegar.n.01,slicer,0,0,FALSE,,,,,, +vinegar.n.01,soakable,0,0,FALSE,,,,,, +alarm.n.02,liquid,0,0,FALSE,,,,,, +alarm.n.02,heatSource,0,0,FALSE,,,,,, +alarm.n.02,fireSource,0,0,FALSE,,,,,, +alarm.n.02,cookable,0,0,FALSE,,,,,, +alarm.n.02,coldSource,0,0,FALSE,,,,,, +alarm.n.02,sliceable,0,0,FALSE,,,,,, +alarm.n.02,slicer,1,0,FALSE,,,,,, +alarm.n.02,soakable,0,0,FALSE,,,,,, +cologne.n.02,liquid,1,1,FALSE,,,,,, +cologne.n.02,heatSource,0,0,FALSE,,,,,, +cologne.n.02,fireSource,0,0,FALSE,,,,,, +cologne.n.02,cookable,0,0,FALSE,,,,,, +cologne.n.02,coldSource,1,0,FALSE,,,,,, +cologne.n.02,sliceable,0,0,FALSE,,,,,, +cologne.n.02,slicer,1,0,FALSE,,,,,, +cologne.n.02,soakable,0,0,FALSE,,,,,, +comb.n.01,liquid,0,0,FALSE,,,,,, +comb.n.01,heatSource,0,0,FALSE,,,,,, +comb.n.01,fireSource,0,0,FALSE,,,,,, +comb.n.01,cookable,0,0,FALSE,,,,,, +comb.n.01,coldSource,0,0,FALSE,,,,,, +comb.n.01,sliceable,0,0,FALSE,,,,,, +comb.n.01,slicer,1,0,FALSE,,,,,, +comb.n.01,soakable,0,0,FALSE,,,,,, +dental_floss.n.01,liquid,0,0,FALSE,,,,,, +dental_floss.n.01,heatSource,0,0,FALSE,,,,,, +dental_floss.n.01,fireSource,0,0,FALSE,,,,,, +dental_floss.n.01,cookable,0,0,FALSE,,,,,, +dental_floss.n.01,coldSource,0,0,FALSE,,,,,, +dental_floss.n.01,sliceable,0,0,FALSE,,,,,, +dental_floss.n.01,slicer,1,1,FALSE,,,,,, +dental_floss.n.01,soakable,1,0,FALSE,,,,,, +document.n.01,liquid,0,0,FALSE,,,,,, +document.n.01,heatSource,0,0,FALSE,,,,,, +document.n.01,fireSource,0,0,FALSE,,,,,, +document.n.01,cookable,0,0,FALSE,,,,,, +document.n.01,coldSource,1,0,FALSE,,,,,, +document.n.01,sliceable,0,0,FALSE,,,,,, +document.n.01,slicer,1,0,FALSE,,,,,, +document.n.01,soakable,1,1,FALSE,,,,,, +duffel_bag.n.01,liquid,0,0,FALSE,,,,,, +duffel_bag.n.01,heatSource,0,0,FALSE,,,,,, +duffel_bag.n.01,fireSource,0,0,FALSE,,,,,, +duffel_bag.n.01,cookable,0,0,FALSE,,,,,, +duffel_bag.n.01,coldSource,0,0,FALSE,,,,,, +duffel_bag.n.01,sliceable,0,0,FALSE,,,,,, +duffel_bag.n.01,slicer,0,0,FALSE,,,,,, +duffel_bag.n.01,soakable,0,1,FALSE,,,,,, +facsimile.n.02,liquid,0,0,FALSE,,,,,, +facsimile.n.02,heatSource,0,0,FALSE,,,,,, +facsimile.n.02,fireSource,0,0,FALSE,,,,,, +facsimile.n.02,cookable,0,0,FALSE,,,,,, +facsimile.n.02,coldSource,0,0,FALSE,,,,,, +facsimile.n.02,sliceable,0,0,FALSE,,,,,, +facsimile.n.02,slicer,1,0,FALSE,,,,,, +facsimile.n.02,soakable,0,1,FALSE,,,,,, +gingerbread.n.01,liquid,0,0,FALSE,,,,,, +gingerbread.n.01,heatSource,0,0,FALSE,,,,,, +gingerbread.n.01,fireSource,1,0,FALSE,,,,,, +gingerbread.n.01,cookable,0,1,FALSE,,,,,, +gingerbread.n.01,coldSource,1,0,FALSE,,,,,, +gingerbread.n.01,sliceable,0,1,FALSE,,,,,, +gingerbread.n.01,slicer,1,0,FALSE,,,,,, +gingerbread.n.01,soakable,0,1,FALSE,,,,,, +lipstick.n.01,liquid,0,0,FALSE,,,,,, +lipstick.n.01,heatSource,0,0,FALSE,,,,,, +lipstick.n.01,fireSource,0,0,FALSE,,,,,, +lipstick.n.01,cookable,0,0,FALSE,,,,,, +lipstick.n.01,coldSource,1,0,FALSE,,,,,, +lipstick.n.01,sliceable,0,1,FALSE,,,,,, +lipstick.n.01,slicer,0,0,FALSE,,,,,, +lipstick.n.01,soakable,0,0,FALSE,,,,,, +lollipop.n.02,liquid,0,0,FALSE,,,,,, +lollipop.n.02,heatSource,0,0,FALSE,,,,,, +lollipop.n.02,fireSource,0,0,FALSE,,,,,, +lollipop.n.02,cookable,0,0,FALSE,,,,,, +lollipop.n.02,coldSource,0,0,FALSE,,,,,, +lollipop.n.02,sliceable,0,0,FALSE,,,,,, +lollipop.n.02,slicer,1,0,FALSE,,,,,, +lollipop.n.02,soakable,0,0,FALSE,,,,,, +modem.n.01,liquid,0,0,FALSE,,,,,, +modem.n.01,heatSource,0,0,FALSE,,,,,, +modem.n.01,fireSource,0,0,FALSE,,,,,, +modem.n.01,cookable,0,0,FALSE,,,,,, +modem.n.01,coldSource,0,0,FALSE,,,,,, +modem.n.01,sliceable,0,0,FALSE,,,,,, +modem.n.01,slicer,1,0,FALSE,,,,,, +modem.n.01,soakable,0,0,FALSE,,,,,, +printer.n.03,liquid,0,0,FALSE,,,,,, +printer.n.03,heatSource,0,0,FALSE,,,,,, +printer.n.03,fireSource,0,0,FALSE,,,,,, +printer.n.03,cookable,0,0,FALSE,,,,,, +printer.n.03,coldSource,0,0,FALSE,,,,,, +printer.n.03,sliceable,0,0,FALSE,,,,,, +printer.n.03,slicer,1,0,FALSE,,,,,, +printer.n.03,soakable,0,0,FALSE,,,,,, +saw.n.02,liquid,0,0,FALSE,,,,,, +saw.n.02,heatSource,0,0,FALSE,,,,,, +saw.n.02,fireSource,0,0,FALSE,,,,,, +saw.n.02,cookable,0,0,FALSE,,,,,, +saw.n.02,coldSource,0,0,FALSE,,,,,, +saw.n.02,sliceable,0,0,FALSE,,,,,, +saw.n.02,slicer,1,1,FALSE,,,,,, +saw.n.02,soakable,0,0,FALSE,,,,,, +scanner.n.02,liquid,0,0,FALSE,,,,,, +scanner.n.02,heatSource,0,0,FALSE,,,,,, +scanner.n.02,fireSource,0,0,FALSE,,,,,, +scanner.n.02,cookable,0,0,FALSE,,,,,, +scanner.n.02,coldSource,0,0,FALSE,,,,,, +scanner.n.02,sliceable,0,0,FALSE,,,,,, +scanner.n.02,slicer,1,0,FALSE,,,,,, +scanner.n.02,soakable,0,0,FALSE,,,,,, +stocking.n.01,liquid,0,0,FALSE,,,,,, +stocking.n.01,heatSource,0,0,FALSE,,,,,, +stocking.n.01,fireSource,0,0,FALSE,,,,,, +stocking.n.01,cookable,0,0,FALSE,,,,,, +stocking.n.01,coldSource,0,0,FALSE,,,,,, +stocking.n.01,sliceable,0,0,FALSE,,,,,, +stocking.n.01,slicer,0,0,FALSE,,,,,, +stocking.n.01,soakable,0,1,FALSE,,,,,, +toothpaste.n.01,liquid,0,0,FALSE,,,,,, +toothpaste.n.01,heatSource,0,0,FALSE,,,,,, +toothpaste.n.01,fireSource,0,0,FALSE,,,,,, +toothpaste.n.01,cookable,0,0,FALSE,,,,,, +toothpaste.n.01,coldSource,1,0,FALSE,,,,,, +toothpaste.n.01,sliceable,0,0,FALSE,,,,,, +toothpaste.n.01,slicer,0,0,FALSE,,,,,, +toothpaste.n.01,soakable,0,0,FALSE,,,,,, +watch.n.01,liquid,0,0,FALSE,,,,,, +watch.n.01,heatSource,0,0,FALSE,,,,,, +watch.n.01,fireSource,0,0,FALSE,,,,,, +watch.n.01,cookable,0,0,FALSE,,,,,, +watch.n.01,coldSource,0,0,FALSE,,,,,, +watch.n.01,sliceable,0,0,FALSE,,,,,, +watch.n.01,slicer,1,0,FALSE,,,,,, +watch.n.01,soakable,0,0,FALSE,,,,,, +carton.n.02,liquid,0,0,FALSE,,,,,, +carton.n.02,heatSource,0,0,FALSE,,,,,, +carton.n.02,fireSource,0,1,FALSE,,,,,, +carton.n.02,cookable,0,0,FALSE,,,,,, +carton.n.02,coldSource,1,0,FALSE,,,,,, +carton.n.02,sliceable,0,0,FALSE,,,,,, +carton.n.02,slicer,1,0,FALSE,,,,,, +carton.n.02,soakable,1,1,FALSE,,,,,, +briefcase.n.01,liquid,0,0,FALSE,,,,,, +briefcase.n.01,heatSource,0,0,FALSE,,,,,, +briefcase.n.01,fireSource,0,0,FALSE,,,,,, +briefcase.n.01,cookable,0,0,FALSE,,,,,, +briefcase.n.01,coldSource,0,0,FALSE,,,,,, +briefcase.n.01,sliceable,0,0,FALSE,,,,,, +briefcase.n.01,slicer,1,0,FALSE,,,,,, +briefcase.n.01,soakable,0,0,FALSE,,,,,, +tea_bag.n.01,liquid,0,0,FALSE,,,,,, +tea_bag.n.01,heatSource,0,0,FALSE,,,,,, +tea_bag.n.01,fireSource,0,0,FALSE,,,,,, +tea_bag.n.01,cookable,0,1,FALSE,,,,,, +tea_bag.n.01,coldSource,0,0,FALSE,,,,,, +tea_bag.n.01,sliceable,0,0,FALSE,,,,,, +tea_bag.n.01,slicer,0,0,FALSE,,,,,, +tea_bag.n.01,soakable,0,1,FALSE,,,,,, +shoulder_bag.n.01,liquid,0,0,FALSE,,,,,, +shoulder_bag.n.01,heatSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,fireSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,cookable,0,0,FALSE,,,,,, +shoulder_bag.n.01,coldSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,sliceable,0,0,FALSE,,,,,, +shoulder_bag.n.01,slicer,0,0,FALSE,,,,,, +shoulder_bag.n.01,soakable,0,1,FALSE,,,,,, +sack.n.01,liquid,0,0,FALSE,,,,,, +sack.n.01,heatSource,0,0,FALSE,,,,,, +sack.n.01,fireSource,0,0,FALSE,,,,,, +sack.n.01,cookable,0,0,FALSE,,,,,, +sack.n.01,coldSource,0,0,FALSE,,,,,, +sack.n.01,sliceable,0,0,FALSE,,,,,, +sack.n.01,slicer,1,0,FALSE,,,,,, +sack.n.01,soakable,1,0,FALSE,,,,,, +backpack.n.01,liquid,0,0,FALSE,,,,,, +backpack.n.01,heatSource,0,0,FALSE,,,,,, +backpack.n.01,fireSource,0,0,FALSE,,,,,, +backpack.n.01,cookable,0,0,FALSE,,,,,, +backpack.n.01,coldSource,0,0,FALSE,,,,,, +backpack.n.01,sliceable,0,0,FALSE,,,,,, +backpack.n.01,slicer,0,0,FALSE,,,,,, +backpack.n.01,soakable,0,1,FALSE,,,,,, +ink.n.01,liquid,1,1,FALSE,,,,,, +ink.n.01,heatSource,0,0,FALSE,,,,,, +ink.n.01,fireSource,0,0,FALSE,,,,,, +ink.n.01,cookable,0,0,FALSE,,,,,, +ink.n.01,coldSource,1,0,FALSE,,,,,, +ink.n.01,sliceable,0,0,FALSE,,,,,, +ink.n.01,slicer,0,0,FALSE,,,,,, +ink.n.01,soakable,0,0,FALSE,,,,,, +fireplace.n.01,liquid,0,0,FALSE,,,,,, +fireplace.n.01,heatSource,1,1,FALSE,,,,,, +fireplace.n.01,fireSource,0,0,FALSE,,,,,, +fireplace.n.01,cookable,0,0,FALSE,,,,,, +fireplace.n.01,coldSource,0,0,FALSE,,,,,, +fireplace.n.01,sliceable,0,0,FALSE,,,,,, +fireplace.n.01,slicer,1,0,FALSE,,,,,, +fireplace.n.01,soakable,0,0,FALSE,,,,,, +knob.n.02,liquid,0,0,FALSE,,,,,, +knob.n.02,heatSource,0,0,FALSE,,,,,, +knob.n.02,fireSource,0,0,FALSE,,,,,, +knob.n.02,cookable,0,0,FALSE,,,,,, +knob.n.02,coldSource,0,0,FALSE,,,,,, +knob.n.02,sliceable,0,0,FALSE,,,,,, +knob.n.02,slicer,1,0,FALSE,,,,,, +knob.n.02,soakable,0,0,FALSE,,,,,, +pastry.n.01,liquid,0,0,FALSE,,,,,, +pastry.n.01,heatSource,0,0,FALSE,,,,,, +pastry.n.01,fireSource,1,0,FALSE,,,,,, +pastry.n.01,cookable,0,1,FALSE,,,,,, +pastry.n.01,coldSource,0,0,FALSE,,,,,, +pastry.n.01,sliceable,0,1,FALSE,,,,,, +pastry.n.01,slicer,1,0,FALSE,,,,,, +pastry.n.01,soakable,1,1,FALSE,,,,,, +pliers.n.01,liquid,0,0,FALSE,,,,,, +pliers.n.01,heatSource,0,0,FALSE,,,,,, +pliers.n.01,fireSource,0,0,FALSE,,,,,, +pliers.n.01,cookable,0,0,FALSE,,,,,, +pliers.n.01,coldSource,0,0,FALSE,,,,,, +pliers.n.01,sliceable,0,0,FALSE,,,,,, +pliers.n.01,slicer,1,1,FALSE,,,,,, +pliers.n.01,soakable,1,0,FALSE,,,,,, +rope.n.01,liquid,0,0,FALSE,,,,,, +rope.n.01,heatSource,0,0,FALSE,,,,,, +rope.n.01,fireSource,0,0,FALSE,,,,,, +rope.n.01,cookable,0,0,FALSE,,,,,, +rope.n.01,coldSource,0,0,FALSE,,,,,, +rope.n.01,sliceable,0,1,FALSE,,,,,, +rope.n.01,slicer,1,0,FALSE,,,,,, +rope.n.01,soakable,0,0,FALSE,,,,,, +shorts.n.01,liquid,0,0,FALSE,,,,,, +shorts.n.01,heatSource,0,0,FALSE,,,,,, +shorts.n.01,fireSource,0,0,FALSE,,,,,, +shorts.n.01,cookable,0,0,FALSE,,,,,, +shorts.n.01,coldSource,0,0,FALSE,,,,,, +shorts.n.01,sliceable,0,0,FALSE,,,,,, +shorts.n.01,slicer,0,0,FALSE,,,,,, +shorts.n.01,soakable,1,1,FALSE,,,,,, +squash.n.02,liquid,0,0,FALSE,,,,,, +squash.n.02,heatSource,0,0,FALSE,,,,,, +squash.n.02,fireSource,1,0,FALSE,,,,,, +squash.n.02,cookable,0,1,FALSE,,,,,, +squash.n.02,coldSource,0,0,FALSE,,,,,, +squash.n.02,sliceable,0,1,FALSE,,,,,, +squash.n.02,slicer,1,0,FALSE,,,,,, +squash.n.02,soakable,0,0,FALSE,,,,,, +stew.n.02,liquid,0,0,FALSE,,,,,, +stew.n.02,heatSource,0,0,FALSE,,,,,, +stew.n.02,fireSource,1,1,FALSE,,,,,, +stew.n.02,cookable,0,1,FALSE,,,,,, +stew.n.02,coldSource,1,0,FALSE,,,,,, +stew.n.02,sliceable,0,0,FALSE,,,,,, +stew.n.02,slicer,0,0,FALSE,,,,,, +stew.n.02,soakable,0,0,FALSE,,,,,, +sticker.n.02,liquid,0,0,FALSE,,,,,, +sticker.n.02,heatSource,0,0,FALSE,,,,,, +sticker.n.02,fireSource,0,0,FALSE,,,,,, +sticker.n.02,cookable,0,0,FALSE,,,,,, +sticker.n.02,coldSource,0,0,FALSE,,,,,, +sticker.n.02,sliceable,0,0,FALSE,,,,,, +sticker.n.02,slicer,1,0,FALSE,,,,,, +sticker.n.02,soakable,0,0,FALSE,,,,,, +timer.n.03,liquid,0,0,FALSE,,,,,, +timer.n.03,heatSource,0,0,FALSE,,,,,, +timer.n.03,fireSource,0,0,FALSE,,,,,, +timer.n.03,cookable,0,0,FALSE,,,,,, +timer.n.03,coldSource,0,0,FALSE,,,,,, +timer.n.03,sliceable,0,0,FALSE,,,,,, +timer.n.03,slicer,1,0,FALSE,,,,,, +timer.n.03,soakable,0,0,FALSE,,,,,, +toast.n.01,liquid,0,0,FALSE,,,,,, +toast.n.01,heatSource,1,0,FALSE,,,,,, +toast.n.01,fireSource,1,0,FALSE,,,,,, +toast.n.01,cookable,0,1,FALSE,,,,,, +toast.n.01,coldSource,0,0,FALSE,,,,,, +toast.n.01,sliceable,0,1,FALSE,,,,,, +toast.n.01,slicer,1,0,FALSE,,,,,, +toast.n.01,soakable,0,1,FALSE,,,,,, +adhesive.n.01,liquid,0,1,FALSE,,,,,, +adhesive.n.01,heatSource,0,0,FALSE,,,,,, +adhesive.n.01,fireSource,0,0,FALSE,,,,,, +adhesive.n.01,cookable,0,0,FALSE,,,,,, +adhesive.n.01,coldSource,0,0,FALSE,,,,,, +adhesive.n.01,sliceable,0,0,FALSE,,,,,, +adhesive.n.01,slicer,0,0,FALSE,,,,,, +adhesive.n.01,soakable,0,0,FALSE,,,,,, +appliance.n.02,liquid,0,0,FALSE,,,,,, +appliance.n.02,heatSource,1,0,FALSE,,,,,, +appliance.n.02,fireSource,0,0,FALSE,,,,,, +appliance.n.02,cookable,1,0,FALSE,,,,,, +appliance.n.02,coldSource,0,0,FALSE,,,,,, +appliance.n.02,sliceable,0,0,FALSE,,,,,, +appliance.n.02,slicer,1,0,FALSE,,,,,, +appliance.n.02,soakable,0,0,FALSE,,,,,, +foundation.n.03,liquid,0,0,FALSE,,,,,, +foundation.n.03,heatSource,0,0,FALSE,,,,,, +foundation.n.03,fireSource,0,0,FALSE,,,,,, +foundation.n.03,cookable,0,0,FALSE,,,,,, +foundation.n.03,coldSource,0,0,FALSE,,,,,, +foundation.n.03,sliceable,0,0,FALSE,,,,,, +foundation.n.03,slicer,0,0,FALSE,,,,,, +foundation.n.03,soakable,0,0,FALSE,,,,,, +cable.n.02,liquid,0,0,FALSE,,,,,, +cable.n.02,heatSource,0,0,FALSE,,,,,, +cable.n.02,fireSource,0,0,FALSE,,,,,, +cable.n.02,cookable,0,0,FALSE,,,,,, +cable.n.02,coldSource,0,0,FALSE,,,,,, +cable.n.02,sliceable,0,1,FALSE,,,,,, +cable.n.02,slicer,1,0,FALSE,,,,,, +cable.n.02,soakable,0,0,FALSE,,,,,, +cable.n.03,liquid,0,0,FALSE,,,,,, +cable.n.03,heatSource,0,0,FALSE,,,,,, +cable.n.03,fireSource,0,0,FALSE,,,,,, +cable.n.03,cookable,0,0,FALSE,,,,,, +cable.n.03,coldSource,0,0,FALSE,,,,,, +cable.n.03,sliceable,0,1,FALSE,,,,,, +cable.n.03,slicer,1,0,FALSE,,,,,, +cable.n.03,soakable,0,0,FALSE,,,,,, +card.n.03,liquid,0,0,FALSE,,,,,, +card.n.03,heatSource,0,0,FALSE,,,,,, +card.n.03,fireSource,0,1,FALSE,,,,,, +card.n.03,cookable,0,0,FALSE,,,,,, +card.n.03,coldSource,0,0,FALSE,,,,,, +card.n.03,sliceable,0,0,FALSE,,,,,, +card.n.03,slicer,1,0,FALSE,,,,,, +card.n.03,soakable,1,1,FALSE,,,,,, +chain.n.01,liquid,0,0,FALSE,,,,,, +chain.n.01,heatSource,0,0,FALSE,,,,,, +chain.n.01,fireSource,0,0,FALSE,,,,,, +chain.n.01,cookable,0,0,FALSE,,,,,, +chain.n.01,coldSource,0,0,FALSE,,,,,, +chain.n.01,sliceable,0,0,FALSE,,,,,, +chain.n.01,slicer,1,0,FALSE,,,,,, +chain.n.01,soakable,0,0,FALSE,,,,,, +chain.n.05,liquid,0,0,FALSE,,,,,, +chain.n.05,heatSource,0,0,FALSE,,,,,, +chain.n.05,fireSource,0,0,FALSE,,,,,, +chain.n.05,cookable,0,0,FALSE,,,,,, +chain.n.05,coldSource,0,0,FALSE,,,,,, +chain.n.05,sliceable,0,0,FALSE,,,,,, +chain.n.05,slicer,1,0,FALSE,,,,,, +chain.n.05,soakable,0,0,FALSE,,,,,, +clamp.n.01,liquid,0,0,FALSE,,,,,, +clamp.n.01,heatSource,0,0,FALSE,,,,,, +clamp.n.01,fireSource,0,0,FALSE,,,,,, +clamp.n.01,cookable,0,0,FALSE,,,,,, +clamp.n.01,coldSource,0,0,FALSE,,,,,, +clamp.n.01,sliceable,0,0,FALSE,,,,,, +clamp.n.01,slicer,0,0,FALSE,,,,,, +clamp.n.01,soakable,0,0,FALSE,,,,,, +concrete.n.01,liquid,0,0,FALSE,,,,,, +concrete.n.01,heatSource,0,0,FALSE,,,,,, +concrete.n.01,fireSource,0,0,FALSE,,,,,, +concrete.n.01,cookable,0,0,FALSE,,,,,, +concrete.n.01,coldSource,0,0,FALSE,,,,,, +concrete.n.01,sliceable,0,0,FALSE,,,,,, +concrete.n.01,slicer,0,0,FALSE,,,,,, +concrete.n.01,soakable,0,0,FALSE,,,,,, +dairy.n.01,liquid,0,0,FALSE,,,,,, +dairy.n.01,heatSource,0,0,FALSE,,,,,, +dairy.n.01,fireSource,0,0,FALSE,,,,,, +dairy.n.01,cookable,0,1,FALSE,,,,,, +dairy.n.01,coldSource,0,0,FALSE,,,,,, +dairy.n.01,sliceable,0,0,FALSE,,,,,, +dairy.n.01,slicer,0,0,FALSE,,,,,, +dairy.n.01,soakable,0,0,FALSE,,,,,, +duck.n.03,liquid,0,0,FALSE,,,,,, +duck.n.03,heatSource,0,0,FALSE,,,,,, +duck.n.03,fireSource,1,0,FALSE,,,,,, +duck.n.03,cookable,0,1,FALSE,,,,,, +duck.n.03,coldSource,0,0,FALSE,,,,,, +duck.n.03,sliceable,0,1,FALSE,,,,,, +duck.n.03,slicer,0,0,FALSE,,,,,, +duck.n.03,soakable,0,0,FALSE,,,,,, +electronics.n.01,liquid,0,0,FALSE,,,,,, +electronics.n.01,heatSource,0,0,FALSE,,,,,, +electronics.n.01,fireSource,0,0,FALSE,,,,,, +electronics.n.01,cookable,0,0,FALSE,,,,,, +electronics.n.01,coldSource,0,0,FALSE,,,,,, +electronics.n.01,sliceable,0,0,FALSE,,,,,, +electronics.n.01,slicer,1,0,FALSE,,,,,, +electronics.n.01,soakable,0,0,FALSE,,,,,, +fertilizer.n.01,liquid,0,1,FALSE,,,,,, +fertilizer.n.01,heatSource,0,0,FALSE,,,,,, +fertilizer.n.01,fireSource,1,0,FALSE,,,,,, +fertilizer.n.01,cookable,0,0,FALSE,,,,,, +fertilizer.n.01,coldSource,0,0,FALSE,,,,,, +fertilizer.n.01,sliceable,0,0,FALSE,,,,,, +fertilizer.n.01,slicer,0,0,FALSE,,,,,, +fertilizer.n.01,soakable,0,0,FALSE,,,,,, +gravy.n.01,liquid,1,1,FALSE,,,,,, +gravy.n.01,heatSource,0,0,FALSE,,,,,, +gravy.n.01,fireSource,1,0,FALSE,,,,,, +gravy.n.01,cookable,0,1,FALSE,,,,,, +gravy.n.01,coldSource,1,0,FALSE,,,,,, +gravy.n.01,sliceable,0,0,FALSE,,,,,, +gravy.n.01,slicer,0,0,FALSE,,,,,, +gravy.n.01,soakable,0,0,FALSE,,,,,, +hair.n.01,liquid,0,0,FALSE,,,,,, +hair.n.01,heatSource,0,0,FALSE,,,,,, +hair.n.01,fireSource,0,0,FALSE,,,,,, +hair.n.01,cookable,0,0,FALSE,,,,,, +hair.n.01,coldSource,0,0,FALSE,,,,,, +hair.n.01,sliceable,0,0,FALSE,,,,,, +hair.n.01,slicer,0,0,FALSE,,,,,, +hair.n.01,soakable,0,0,FALSE,,,,,, +lining.n.01,liquid,0,0,FALSE,,,,,, +lining.n.01,heatSource,0,0,FALSE,,,,,, +lining.n.01,fireSource,0,0,FALSE,,,,,, +lining.n.01,cookable,0,0,FALSE,,,,,, +lining.n.01,coldSource,0,0,FALSE,,,,,, +lining.n.01,sliceable,0,0,FALSE,,,,,, +lining.n.01,slicer,0,0,FALSE,,,,,, +lining.n.01,soakable,1,0,FALSE,,,,,, +log.n.01,liquid,0,0,FALSE,,,,,, +log.n.01,heatSource,1,0,FALSE,,,,,, +log.n.01,fireSource,0,1,FALSE,,,,,, +log.n.01,cookable,0,0,FALSE,,,,,, +log.n.01,coldSource,0,0,FALSE,,,,,, +log.n.01,sliceable,0,1,FALSE,,,,,, +log.n.01,slicer,1,0,FALSE,,,,,, +log.n.01,soakable,0,1,FALSE,,,,,, +mask.n.02,liquid,0,0,FALSE,,,,,, +mask.n.02,heatSource,0,0,FALSE,,,,,, +mask.n.02,fireSource,0,0,FALSE,,,,,, +mask.n.02,cookable,0,0,FALSE,,,,,, +mask.n.02,coldSource,0,0,FALSE,,,,,, +mask.n.02,sliceable,0,0,FALSE,,,,,, +mask.n.02,slicer,1,0,FALSE,,,,,, +mask.n.02,soakable,0,1,FALSE,,,,,, +pole.n.01,liquid,0,0,FALSE,,,,,, +pole.n.01,heatSource,0,0,FALSE,,,,,, +pole.n.01,fireSource,0,0,FALSE,,,,,, +pole.n.01,cookable,0,0,FALSE,,,,,, +pole.n.01,coldSource,0,0,FALSE,,,,,, +pole.n.01,sliceable,0,0,FALSE,,,,,, +pole.n.01,slicer,1,0,FALSE,,,,,, +pole.n.01,soakable,0,0,FALSE,,,,,, +seafood.n.01,liquid,0,0,FALSE,,,,,, +seafood.n.01,heatSource,0,0,FALSE,,,,,, +seafood.n.01,fireSource,1,0,FALSE,,,,,, +seafood.n.01,cookable,0,1,FALSE,,,,,, +seafood.n.01,coldSource,0,0,FALSE,,,,,, +seafood.n.01,sliceable,0,1,FALSE,,,,,, +seafood.n.01,slicer,0,0,FALSE,,,,,, +seafood.n.01,soakable,0,0,FALSE,,,,,, +shrub.n.01,liquid,0,0,FALSE,,,,,, +shrub.n.01,heatSource,0,0,FALSE,,,,,, +shrub.n.01,fireSource,0,1,FALSE,,,,,, +shrub.n.01,cookable,0,0,FALSE,,,,,, +shrub.n.01,coldSource,0,0,FALSE,,,,,, +shrub.n.01,sliceable,0,0,FALSE,,,,,, +shrub.n.01,slicer,0,0,FALSE,,,,,, +shrub.n.01,soakable,0,0,FALSE,,,,,, +tarpaulin.n.01,liquid,0,0,FALSE,,,,,, +tarpaulin.n.01,heatSource,0,0,FALSE,,,,,, +tarpaulin.n.01,fireSource,0,0,FALSE,,,,,, +tarpaulin.n.01,cookable,0,0,FALSE,,,,,, +tarpaulin.n.01,coldSource,0,0,FALSE,,,,,, +tarpaulin.n.01,sliceable,0,0,FALSE,,,,,, +tarpaulin.n.01,slicer,1,0,FALSE,,,,,, +tarpaulin.n.01,soakable,1,1,FALSE,,,,,, +acid.n.01,liquid,0,1,FALSE,,,,,, +acid.n.01,heatSource,0,0,FALSE,,,,,, +acid.n.01,fireSource,0,0,FALSE,,,,,, +acid.n.01,cookable,0,0,FALSE,,,,,, +acid.n.01,coldSource,0,0,FALSE,,,,,, +acid.n.01,sliceable,0,0,FALSE,,,,,, +acid.n.01,slicer,0,0,FALSE,,,,,, +acid.n.01,soakable,0,0,FALSE,,,,,, +cauliflower.n.01,liquid,0,0,FALSE,,,,,, +cauliflower.n.01,heatSource,0,0,FALSE,,,,,, +cauliflower.n.01,fireSource,1,0,FALSE,,,,,, +cauliflower.n.01,cookable,0,1,FALSE,,,,,, +cauliflower.n.01,coldSource,0,0,FALSE,,,,,, +cauliflower.n.01,sliceable,0,0,FALSE,,,,,, +cauliflower.n.01,slicer,0,0,FALSE,,,,,, +cauliflower.n.01,soakable,0,0,FALSE,,,,,, +coriander.n.03,liquid,0,0,FALSE,,,,,, +coriander.n.03,heatSource,0,0,FALSE,,,,,, +coriander.n.03,fireSource,0,0,FALSE,,,,,, +coriander.n.03,cookable,0,1,FALSE,,,,,, +coriander.n.03,coldSource,0,0,FALSE,,,,,, +coriander.n.03,sliceable,0,0,FALSE,,,,,, +coriander.n.03,slicer,0,0,FALSE,,,,,, +coriander.n.03,soakable,0,0,FALSE,,,,,, +grocery.n.02,liquid,0,0,FALSE,,,,,, +grocery.n.02,heatSource,0,0,FALSE,,,,,, +grocery.n.02,fireSource,0,0,FALSE,,,,,, +grocery.n.02,cookable,0,1,FALSE,,,,,, +grocery.n.02,coldSource,0,0,FALSE,,,,,, +grocery.n.02,sliceable,0,1,FALSE,,,,,, +grocery.n.02,slicer,0,0,FALSE,,,,,, +grocery.n.02,soakable,0,0,FALSE,,,,,, +lace.n.01,liquid,0,0,FALSE,,,,,, +lace.n.01,heatSource,0,0,FALSE,,,,,, +lace.n.01,fireSource,0,0,FALSE,,,,,, +lace.n.01,cookable,0,0,FALSE,,,,,, +lace.n.01,coldSource,0,0,FALSE,,,,,, +lace.n.01,sliceable,0,0,FALSE,,,,,, +lace.n.01,slicer,0,0,FALSE,,,,,, +lace.n.01,soakable,0,1,FALSE,,,,,, +marinade.n.01,liquid,1,1,FALSE,,,,,, +marinade.n.01,heatSource,0,0,FALSE,,,,,, +marinade.n.01,fireSource,1,0,FALSE,,,,,, +marinade.n.01,cookable,0,1,FALSE,,,,,, +marinade.n.01,coldSource,1,0,FALSE,,,,,, +marinade.n.01,sliceable,0,0,FALSE,,,,,, +marinade.n.01,slicer,0,0,FALSE,,,,,, +marinade.n.01,soakable,0,0,FALSE,,,,,, +nutmeg.n.02,liquid,0,0,FALSE,,,,,, +nutmeg.n.02,heatSource,0,0,FALSE,,,,,, +nutmeg.n.02,fireSource,0,0,FALSE,,,,,, +nutmeg.n.02,cookable,0,1,FALSE,,,,,, +nutmeg.n.02,coldSource,0,0,FALSE,,,,,, +nutmeg.n.02,sliceable,0,0,FALSE,,,,,, +nutmeg.n.02,slicer,0,0,FALSE,,,,,, +nutmeg.n.02,soakable,0,0,FALSE,,,,,, +pesticide.n.01,liquid,1,1,FALSE,,,,,, +pesticide.n.01,heatSource,0,0,FALSE,,,,,, +pesticide.n.01,fireSource,0,0,FALSE,,,,,, +pesticide.n.01,cookable,0,0,FALSE,,,,,, +pesticide.n.01,coldSource,1,0,FALSE,,,,,, +pesticide.n.01,sliceable,0,0,FALSE,,,,,, +pesticide.n.01,slicer,0,0,FALSE,,,,,, +pesticide.n.01,soakable,0,0,FALSE,,,,,, +pie.n.01,liquid,0,0,FALSE,,,,,, +pie.n.01,heatSource,0,0,FALSE,,,,,, +pie.n.01,fireSource,1,0,FALSE,,,,,, +pie.n.01,cookable,0,1,FALSE,,,,,, +pie.n.01,coldSource,1,0,FALSE,,,,,, +pie.n.01,sliceable,0,1,FALSE,,,,,, +pie.n.01,slicer,0,0,FALSE,,,,,, +pie.n.01,soakable,0,0,FALSE,,,,,, +silk.n.01,liquid,0,0,FALSE,,,,,, +silk.n.01,heatSource,0,0,FALSE,,,,,, +silk.n.01,fireSource,0,0,FALSE,,,,,, +silk.n.01,cookable,0,0,FALSE,,,,,, +silk.n.01,coldSource,0,0,FALSE,,,,,, +silk.n.01,sliceable,0,0,FALSE,,,,,, +silk.n.01,slicer,0,0,FALSE,,,,,, +silk.n.01,soakable,1,1,FALSE,,,,,, +staple.n.04,liquid,0,0,FALSE,,,,,, +staple.n.04,heatSource,0,0,FALSE,,,,,, +staple.n.04,fireSource,0,0,FALSE,,,,,, +staple.n.04,cookable,0,0,FALSE,,,,,, +staple.n.04,coldSource,0,0,FALSE,,,,,, +staple.n.04,sliceable,0,0,FALSE,,,,,, +staple.n.04,slicer,0,0,FALSE,,,,,, +staple.n.04,soakable,0,0,FALSE,,,,,, +broth.n.01,liquid,1,1,FALSE,,,,,, +broth.n.01,heatSource,0,0,FALSE,,,,,, +broth.n.01,fireSource,1,0,FALSE,,,,,, +broth.n.01,cookable,0,1,FALSE,,,,,, +broth.n.01,coldSource,1,0,FALSE,,,,,, +broth.n.01,sliceable,0,0,FALSE,,,,,, +broth.n.01,slicer,0,0,FALSE,,,,,, +broth.n.01,soakable,0,0,FALSE,,,,,, +store.n.02,liquid,0,0,FALSE,,,,,, +store.n.02,heatSource,0,0,FALSE,,,,,, +store.n.02,fireSource,0,0,FALSE,,,,,, +store.n.02,cookable,0,0,FALSE,,,,,, +store.n.02,coldSource,0,0,FALSE,,,,,, +store.n.02,sliceable,0,0,FALSE,,,,,, +store.n.02,slicer,0,0,FALSE,,,,,, +store.n.02,soakable,0,0,FALSE,,,,,, +sweetening.n.01,liquid,0,0,FALSE,,,,,, +sweetening.n.01,heatSource,0,0,FALSE,,,,,, +sweetening.n.01,fireSource,1,0,FALSE,,,,,, +sweetening.n.01,cookable,0,1,FALSE,,,,,, +sweetening.n.01,coldSource,0,0,FALSE,,,,,, +sweetening.n.01,sliceable,0,0,FALSE,,,,,, +sweetening.n.01,slicer,0,0,FALSE,,,,,, +sweetening.n.01,soakable,0,0,FALSE,,,,,, +tablet.n.03,liquid,0,0,FALSE,,,,,, +tablet.n.03,heatSource,0,0,FALSE,,,,,, +tablet.n.03,fireSource,0,0,FALSE,,,,,, +tablet.n.03,cookable,0,0,FALSE,,,,,, +tablet.n.03,coldSource,0,0,FALSE,,,,,, +tablet.n.03,sliceable,0,0,FALSE,,,,,, +tablet.n.03,slicer,1,0,FALSE,,,,,, +tablet.n.03,soakable,0,0,FALSE,,,,,, +wool.n.01,liquid,0,0,FALSE,,,,,, +wool.n.01,heatSource,0,0,FALSE,,,,,, +wool.n.01,fireSource,0,0,FALSE,,,,,, +wool.n.01,cookable,0,0,FALSE,,,,,, +wool.n.01,coldSource,0,0,FALSE,,,,,, +wool.n.01,sliceable,0,0,FALSE,,,,,, +wool.n.01,slicer,0,0,FALSE,,,,,, +wool.n.01,soakable,1,1,FALSE,,,,,, +asparagus.n.02,liquid,0,0,FALSE,,,,,, +asparagus.n.02,heatSource,0,0,FALSE,,,,,, +asparagus.n.02,fireSource,1,0,FALSE,,,,,, +asparagus.n.02,cookable,0,1,FALSE,,,,,, +asparagus.n.02,coldSource,0,0,FALSE,,,,,, +asparagus.n.02,sliceable,0,1,FALSE,,,,,, +asparagus.n.02,slicer,0,0,FALSE,,,,,, +asparagus.n.02,soakable,0,0,FALSE,,,,,, +cooler.n.01,liquid,0,0,FALSE,,,,,, +cooler.n.01,heatSource,0,0,FALSE,,,,,, +cooler.n.01,fireSource,0,0,FALSE,,,,,, +cooler.n.01,cookable,1,0,FALSE,,,,,, +cooler.n.01,coldSource,1,1,TRUE,4,https://huntingwaterfalls.com/how-cold-is-a-cooler-full-of-ice/,with ice,0,0,1 +cooler.n.01,sliceable,0,0,FALSE,,,,,, +cooler.n.01,slicer,1,0,FALSE,,,,,, +cooler.n.01,soakable,0,0,FALSE,,,,,, +lamp.n.01,liquid,0,0,FALSE,,,,,, +lamp.n.01,heatSource,0,1,FALSE,,,,,, +lamp.n.01,fireSource,0,0,FALSE,,,,,, +lamp.n.01,cookable,0,0,FALSE,,,,,, +lamp.n.01,coldSource,0,0,FALSE,,,,,, +lamp.n.01,sliceable,0,0,FALSE,,,,,, +lamp.n.01,slicer,1,0,FALSE,,,,,, +lamp.n.01,soakable,0,0,FALSE,,,,,, +mud.n.01,liquid,0,0,FALSE,,,,,, +mud.n.01,heatSource,0,0,FALSE,,,,,, +mud.n.01,fireSource,0,0,FALSE,,,,,, +mud.n.01,cookable,0,0,FALSE,,,,,, +mud.n.01,coldSource,0,0,FALSE,,,,,, +mud.n.01,sliceable,0,0,FALSE,,,,,, +mud.n.01,slicer,0,0,FALSE,,,,,, +mud.n.01,soakable,0,0,FALSE,,,,,, +mulch.n.01,liquid,0,0,FALSE,,,,,, +mulch.n.01,heatSource,0,0,FALSE,,,,,, +mulch.n.01,fireSource,0,1,FALSE,,,,,, +mulch.n.01,cookable,0,0,FALSE,,,,,, +mulch.n.01,coldSource,0,0,FALSE,,,,,, +mulch.n.01,sliceable,0,0,FALSE,,,,,, +mulch.n.01,slicer,0,0,FALSE,,,,,, +mulch.n.01,soakable,0,0,FALSE,,,,,, +panel.n.01,liquid,0,0,FALSE,,,,,, +panel.n.01,heatSource,0,0,FALSE,,,,,, +panel.n.01,fireSource,0,0,FALSE,,,,,, +panel.n.01,cookable,0,0,FALSE,,,,,, +panel.n.01,coldSource,0,0,FALSE,,,,,, +panel.n.01,sliceable,0,0,FALSE,,,,,, +panel.n.01,slicer,1,0,FALSE,,,,,, +panel.n.01,soakable,1,1,FALSE,,,,,, +control_panel.n.01,liquid,0,0,FALSE,,,,,, +control_panel.n.01,heatSource,0,0,FALSE,,,,,, +control_panel.n.01,fireSource,0,0,FALSE,,,,,, +control_panel.n.01,cookable,0,0,FALSE,,,,,, +control_panel.n.01,coldSource,0,0,FALSE,,,,,, +control_panel.n.01,sliceable,0,0,FALSE,,,,,, +control_panel.n.01,slicer,1,0,FALSE,,,,,, +control_panel.n.01,soakable,0,0,FALSE,,,,,, +slide_fastener.n.01,liquid,0,0,FALSE,,,,,, +slide_fastener.n.01,heatSource,0,0,FALSE,,,,,, +slide_fastener.n.01,fireSource,0,0,FALSE,,,,,, +slide_fastener.n.01,cookable,0,0,FALSE,,,,,, +slide_fastener.n.01,coldSource,0,0,FALSE,,,,,, +slide_fastener.n.01,sliceable,0,0,FALSE,,,,,, +slide_fastener.n.01,slicer,0,0,FALSE,,,,,, +slide_fastener.n.01,soakable,0,0,FALSE,,,,,, +acetone.n.01,liquid,1,1,FALSE,,,,,, +acetone.n.01,heatSource,0,0,FALSE,,,,,, +acetone.n.01,fireSource,0,0,FALSE,,,,,, +acetone.n.01,cookable,0,0,FALSE,,,,,, +acetone.n.01,coldSource,0,0,FALSE,,,,,, +acetone.n.01,sliceable,0,0,FALSE,,,,,, +acetone.n.01,slicer,0,0,FALSE,,,,,, +acetone.n.01,soakable,0,0,FALSE,,,,,, +batter.n.02,liquid,1,1,FALSE,,,,,, +batter.n.02,heatSource,0,0,FALSE,,,,,, +batter.n.02,fireSource,1,0,FALSE,,,,,, +batter.n.02,cookable,0,1,FALSE,,,,,, +batter.n.02,coldSource,1,0,FALSE,,,,,, +batter.n.02,sliceable,0,0,FALSE,,,,,, +batter.n.02,slicer,0,0,FALSE,,,,,, +batter.n.02,soakable,1,0,FALSE,,,,,, +belt.n.01,liquid,0,0,FALSE,,,,,, +belt.n.01,heatSource,0,0,FALSE,,,,,, +belt.n.01,fireSource,0,0,FALSE,,,,,, +belt.n.01,cookable,0,0,FALSE,,,,,, +belt.n.01,coldSource,0,0,FALSE,,,,,, +belt.n.01,sliceable,0,0,FALSE,,,,,, +belt.n.01,slicer,1,0,FALSE,,,,,, +belt.n.01,soakable,0,0,FALSE,,,,,, +belt.n.02,liquid,0,0,FALSE,,,,,, +belt.n.02,heatSource,0,0,FALSE,,,,,, +belt.n.02,fireSource,0,0,FALSE,,,,,, +belt.n.02,cookable,0,0,FALSE,,,,,, +belt.n.02,coldSource,0,0,FALSE,,,,,, +belt.n.02,sliceable,0,0,FALSE,,,,,, +belt.n.02,slicer,1,0,FALSE,,,,,, +belt.n.02,soakable,0,0,FALSE,,,,,, +blueberry.n.02,liquid,0,0,FALSE,,,,,, +blueberry.n.02,heatSource,0,0,FALSE,,,,,, +blueberry.n.02,fireSource,0,0,FALSE,,,,,, +blueberry.n.02,cookable,0,1,FALSE,,,,,, +blueberry.n.02,coldSource,1,0,FALSE,,,,,, +blueberry.n.02,sliceable,0,1,FALSE,,,,,, +blueberry.n.02,slicer,0,0,FALSE,,,,,, +blueberry.n.02,soakable,0,0,FALSE,,,,,, +bracket.n.04,liquid,0,0,FALSE,,,,,, +bracket.n.04,heatSource,0,0,FALSE,,,,,, +bracket.n.04,fireSource,0,0,FALSE,,,,,, +bracket.n.04,cookable,0,0,FALSE,,,,,, +bracket.n.04,coldSource,0,0,FALSE,,,,,, +bracket.n.04,sliceable,0,0,FALSE,,,,,, +bracket.n.04,slicer,0,0,FALSE,,,,,, +bracket.n.04,soakable,0,0,FALSE,,,,,, +bun.n.01,liquid,0,0,FALSE,,,,,, +bun.n.01,heatSource,0,0,FALSE,,,,,, +bun.n.01,fireSource,1,0,FALSE,,,,,, +bun.n.01,cookable,0,1,FALSE,,,,,, +bun.n.01,coldSource,0,0,FALSE,,,,,, +bun.n.01,sliceable,0,1,FALSE,,,,,, +bun.n.01,slicer,1,0,FALSE,,,,,, +bun.n.01,soakable,1,0,FALSE,,,,,, +cabbage.n.03,liquid,0,0,FALSE,,,,,, +cabbage.n.03,heatSource,0,0,FALSE,,,,,, +cabbage.n.03,fireSource,1,0,FALSE,,,,,, +cabbage.n.03,cookable,0,1,FALSE,,,,,, +cabbage.n.03,coldSource,0,0,FALSE,,,,,, +cabbage.n.03,sliceable,0,1,FALSE,,,,,, +cabbage.n.03,slicer,0,0,FALSE,,,,,, +cabbage.n.03,soakable,0,0,FALSE,,,,,, +clip.n.03,liquid,0,0,FALSE,,,,,, +clip.n.03,heatSource,0,0,FALSE,,,,,, +clip.n.03,fireSource,0,0,FALSE,,,,,, +clip.n.03,cookable,0,0,FALSE,,,,,, +clip.n.03,coldSource,0,0,FALSE,,,,,, +clip.n.03,sliceable,0,0,FALSE,,,,,, +clip.n.03,slicer,1,0,FALSE,,,,,, +clip.n.03,soakable,0,0,FALSE,,,,,, +condiment.n.01,liquid,0,0,FALSE,,,,,, +condiment.n.01,heatSource,0,0,FALSE,,,,,, +condiment.n.01,fireSource,1,0,FALSE,,,,,, +condiment.n.01,cookable,0,1,FALSE,,,,,, +condiment.n.01,coldSource,0,0,FALSE,,,,,, +condiment.n.01,sliceable,0,0,FALSE,,,,,, +condiment.n.01,slicer,0,0,FALSE,,,,,, +condiment.n.01,soakable,0,0,FALSE,,,,,, +cumin.n.02,liquid,0,0,FALSE,,,,,, +cumin.n.02,heatSource,0,0,FALSE,,,,,, +cumin.n.02,fireSource,1,0,FALSE,,,,,, +cumin.n.02,cookable,0,1,FALSE,,,,,, +cumin.n.02,coldSource,0,0,FALSE,,,,,, +cumin.n.02,sliceable,0,0,FALSE,,,,,, +cumin.n.02,slicer,0,0,FALSE,,,,,, +cumin.n.02,soakable,0,0,FALSE,,,,,, +fire.n.01,liquid,0,0,FALSE,,,,,, +fire.n.01,heatSource,1,1,FALSE,,,,,, +fire.n.01,fireSource,0,0,FALSE,,,,,, +fire.n.01,cookable,0,0,FALSE,,,,,, +fire.n.01,coldSource,0,0,FALSE,,,,,, +fire.n.01,sliceable,0,0,FALSE,,,,,, +fire.n.01,slicer,0,0,FALSE,,,,,, +fire.n.01,soakable,0,0,FALSE,,,,,, +game.n.09,liquid,0,0,FALSE,,,,,, +game.n.09,heatSource,0,0,FALSE,,,,,, +game.n.09,fireSource,0,0,FALSE,,,,,, +game.n.09,cookable,0,0,FALSE,,,,,, +game.n.09,coldSource,0,0,FALSE,,,,,, +game.n.09,sliceable,0,0,FALSE,,,,,, +game.n.09,slicer,1,0,FALSE,,,,,, +game.n.09,soakable,1,0,FALSE,,,,,, +ham.n.01,liquid,0,0,FALSE,,,,,, +ham.n.01,heatSource,0,0,FALSE,,,,,, +ham.n.01,fireSource,1,0,FALSE,,,,,, +ham.n.01,cookable,0,1,FALSE,,,,,, +ham.n.01,coldSource,0,0,FALSE,,,,,, +ham.n.01,sliceable,0,1,FALSE,,,,,, +ham.n.01,slicer,0,0,FALSE,,,,,, +ham.n.01,soakable,0,0,FALSE,,,,,, +hamper.n.02,liquid,0,0,FALSE,,,,,, +hamper.n.02,heatSource,0,0,FALSE,,,,,, +hamper.n.02,fireSource,0,0,FALSE,,,,,, +hamper.n.02,cookable,0,0,FALSE,,,,,, +hamper.n.02,coldSource,0,0,FALSE,,,,,, +hamper.n.02,sliceable,0,0,FALSE,,,,,, +hamper.n.02,slicer,1,0,FALSE,,,,,, +hamper.n.02,soakable,1,0,FALSE,,,,,, +lint.n.01,liquid,0,0,FALSE,,,,,, +lint.n.01,heatSource,0,0,FALSE,,,,,, +lint.n.01,fireSource,0,1,FALSE,,,,,, +lint.n.01,cookable,0,0,FALSE,,,,,, +lint.n.01,coldSource,0,0,FALSE,,,,,, +lint.n.01,sliceable,0,0,FALSE,,,,,, +lint.n.01,slicer,0,0,FALSE,,,,,, +lint.n.01,soakable,0,1,FALSE,,,,,, +marker.n.03,liquid,0,0,FALSE,,,,,, +marker.n.03,heatSource,0,0,FALSE,,,,,, +marker.n.03,fireSource,0,0,FALSE,,,,,, +marker.n.03,cookable,0,0,FALSE,,,,,, +marker.n.03,coldSource,1,0,FALSE,,,,,, +marker.n.03,sliceable,0,0,FALSE,,,,,, +marker.n.03,slicer,1,0,FALSE,,,,,, +marker.n.03,soakable,0,0,FALSE,,,,,, +pipe.n.02,liquid,0,0,FALSE,,,,,, +pipe.n.02,heatSource,0,0,FALSE,,,,,, +pipe.n.02,fireSource,0,0,FALSE,,,,,, +pipe.n.02,cookable,0,0,FALSE,,,,,, +pipe.n.02,coldSource,0,0,FALSE,,,,,, +pipe.n.02,sliceable,0,0,FALSE,,,,,, +pipe.n.02,slicer,1,0,FALSE,,,,,, +pipe.n.02,soakable,0,0,FALSE,,,,,, +seawater.n.01,liquid,1,1,FALSE,,,,,, +seawater.n.01,heatSource,0,0,FALSE,,,,,, +seawater.n.01,fireSource,0,0,FALSE,,,,,, +seawater.n.01,cookable,0,0,FALSE,,,,,, +seawater.n.01,coldSource,0,0,FALSE,,,,,, +seawater.n.01,sliceable,0,0,FALSE,,,,,, +seawater.n.01,slicer,0,0,FALSE,,,,,, +seawater.n.01,soakable,0,0,FALSE,,,,,, +snow.n.01,liquid,0,0,FALSE,,,,,, +snow.n.01,heatSource,0,0,FALSE,,,,,, +snow.n.01,fireSource,0,0,FALSE,,,,,, +snow.n.01,cookable,0,0,FALSE,,,,,, +snow.n.01,coldSource,0,0,FALSE,,,,,, +snow.n.01,sliceable,0,0,FALSE,,,,,, +snow.n.01,slicer,0,0,FALSE,,,,,, +snow.n.01,soakable,0,0,FALSE,,,,,, +tire.n.01,liquid,0,0,FALSE,,,,,, +tire.n.01,heatSource,0,0,FALSE,,,,,, +tire.n.01,fireSource,0,0,FALSE,,,,,, +tire.n.01,cookable,0,0,FALSE,,,,,, +tire.n.01,coldSource,0,0,FALSE,,,,,, +tire.n.01,sliceable,0,0,FALSE,,,,,, +tire.n.01,slicer,0,0,FALSE,,,,,, +tire.n.01,soakable,0,0,FALSE,,,,,, +artwork.n.01,liquid,0,0,FALSE,,,,,, +artwork.n.01,heatSource,0,0,FALSE,,,,,, +artwork.n.01,fireSource,0,0,FALSE,,,,,, +artwork.n.01,cookable,0,0,FALSE,,,,,, +artwork.n.01,coldSource,1,0,FALSE,,,,,, +artwork.n.01,sliceable,0,0,FALSE,,,,,, +artwork.n.01,slicer,0,0,FALSE,,,,,, +artwork.n.01,soakable,1,0,FALSE,,,,,, +avocado.n.01,liquid,0,0,FALSE,,,,,, +avocado.n.01,heatSource,0,0,FALSE,,,,,, +avocado.n.01,fireSource,0,0,FALSE,,,,,, +avocado.n.01,cookable,0,1,FALSE,,,,,, +avocado.n.01,coldSource,0,0,FALSE,,,,,, +avocado.n.01,sliceable,0,1,FALSE,,,,,, +avocado.n.01,slicer,0,0,FALSE,,,,,, +avocado.n.01,soakable,0,0,FALSE,,,,,, +bone.n.01,liquid,0,0,FALSE,,,,,, +bone.n.01,heatSource,0,0,FALSE,,,,,, +bone.n.01,fireSource,0,0,FALSE,,,,,, +bone.n.01,cookable,0,1,FALSE,,,,,, +bone.n.01,coldSource,0,0,FALSE,,,,,, +bone.n.01,sliceable,0,0,FALSE,,,,,, +bone.n.01,slicer,0,0,FALSE,,,,,, +bone.n.01,soakable,0,0,FALSE,,,,,, +cornstarch.n.01,liquid,0,0,FALSE,,,,,, +cornstarch.n.01,heatSource,0,0,FALSE,,,,,, +cornstarch.n.01,fireSource,1,0,FALSE,,,,,, +cornstarch.n.01,cookable,0,1,FALSE,,,,,, +cornstarch.n.01,coldSource,1,0,FALSE,,,,,, +cornstarch.n.01,sliceable,0,0,FALSE,,,,,, +cornstarch.n.01,slicer,1,0,FALSE,,,,,, +cornstarch.n.01,soakable,0,0,FALSE,,,,,, +gift.n.01,liquid,0,0,FALSE,,,,,, +gift.n.01,heatSource,0,0,FALSE,,,,,, +gift.n.01,fireSource,0,0,FALSE,,,,,, +gift.n.01,cookable,0,0,FALSE,,,,,, +gift.n.01,coldSource,0,0,FALSE,,,,,, +gift.n.01,sliceable,0,0,FALSE,,,,,, +gift.n.01,slicer,0,0,FALSE,,,,,, +gift.n.01,soakable,0,0,FALSE,,,,,, +greens.n.01,liquid,0,0,FALSE,,,,,, +greens.n.01,heatSource,0,0,FALSE,,,,,, +greens.n.01,fireSource,1,0,FALSE,,,,,, +greens.n.01,cookable,0,1,FALSE,,,,,, +greens.n.01,coldSource,0,0,FALSE,,,,,, +greens.n.01,sliceable,0,1,FALSE,,,,,, +greens.n.01,slicer,0,0,FALSE,,,,,, +greens.n.01,soakable,1,0,FALSE,,,,,, +jacket.n.01,liquid,0,0,FALSE,,,,,, +jacket.n.01,heatSource,0,0,FALSE,,,,,, +jacket.n.01,fireSource,0,0,FALSE,,,,,, +jacket.n.01,cookable,0,0,FALSE,,,,,, +jacket.n.01,coldSource,0,0,FALSE,,,,,, +jacket.n.01,sliceable,0,0,FALSE,,,,,, +jacket.n.01,slicer,1,0,FALSE,,,,,, +jacket.n.01,soakable,1,1,FALSE,,,,,, +mattress.n.01,liquid,0,0,FALSE,,,,,, +mattress.n.01,heatSource,0,0,FALSE,,,,,, +mattress.n.01,fireSource,0,0,FALSE,,,,,, +mattress.n.01,cookable,0,0,FALSE,,,,,, +mattress.n.01,coldSource,1,0,FALSE,,,,,, +mattress.n.01,sliceable,0,0,FALSE,,,,,, +mattress.n.01,slicer,0,0,FALSE,,,,,, +mattress.n.01,soakable,0,1,FALSE,,,,,, +mildew.n.02,liquid,0,0,FALSE,,,,,, +mildew.n.02,heatSource,0,0,FALSE,,,,,, +mildew.n.02,fireSource,0,0,FALSE,,,,,, +mildew.n.02,cookable,0,0,FALSE,,,,,, +mildew.n.02,coldSource,0,0,FALSE,,,,,, +mildew.n.02,sliceable,0,0,FALSE,,,,,, +mildew.n.02,slicer,0,0,FALSE,,,,,, +mildew.n.02,soakable,0,0,FALSE,,,,,, +noodle.n.01,liquid,0,0,FALSE,,,,,, +noodle.n.01,heatSource,0,0,FALSE,,,,,, +noodle.n.01,fireSource,1,0,FALSE,,,,,, +noodle.n.01,cookable,0,1,FALSE,,,,,, +noodle.n.01,coldSource,1,0,FALSE,,,,,, +noodle.n.01,sliceable,0,0,FALSE,,,,,, +noodle.n.01,slicer,1,0,FALSE,,,,,, +noodle.n.01,soakable,1,0,FALSE,,,,,, +pin.n.09,liquid,0,0,FALSE,,,,,, +pin.n.09,heatSource,0,0,FALSE,,,,,, +pin.n.09,fireSource,0,0,FALSE,,,,,, +pin.n.09,cookable,0,0,FALSE,,,,,, +pin.n.09,coldSource,0,0,FALSE,,,,,, +pin.n.09,sliceable,0,0,FALSE,,,,,, +pin.n.09,slicer,1,0,FALSE,,,,,, +pin.n.09,soakable,0,0,FALSE,,,,,, +steam.n.01,liquid,0,0,FALSE,,,,,, +steam.n.01,heatSource,1,0,FALSE,,,,,, +steam.n.01,fireSource,1,0,FALSE,,,,,, +steam.n.01,cookable,0,0,FALSE,,,,,, +steam.n.01,coldSource,0,0,FALSE,,,,,, +steam.n.01,sliceable,0,0,FALSE,,,,,, +steam.n.01,slicer,0,0,FALSE,,,,,, +steam.n.01,soakable,0,0,FALSE,,,,,, +tablecloth.n.01,liquid,0,0,FALSE,,,,,, +tablecloth.n.01,heatSource,0,0,FALSE,,,,,, +tablecloth.n.01,fireSource,0,0,FALSE,,,,,, +tablecloth.n.01,cookable,0,0,FALSE,,,,,, +tablecloth.n.01,coldSource,0,0,FALSE,,,,,, +tablecloth.n.01,sliceable,0,0,FALSE,,,,,, +tablecloth.n.01,slicer,1,0,FALSE,,,,,, +tablecloth.n.01,soakable,1,1,FALSE,,,,,, +tank.n.02,liquid,0,0,FALSE,,,,,, +tank.n.02,heatSource,0,0,FALSE,,,,,, +tank.n.02,fireSource,0,0,FALSE,,,,,, +tank.n.02,cookable,0,0,FALSE,,,,,, +tank.n.02,coldSource,0,0,FALSE,,,,,, +tank.n.02,sliceable,0,0,FALSE,,,,,, +tank.n.02,slicer,1,0,FALSE,,,,,, +tank.n.02,soakable,0,0,FALSE,,,,,, +charcoal.n.01,liquid,0,0,FALSE,,,,,, +charcoal.n.01,heatSource,1,0,FALSE,,,,,, +charcoal.n.01,fireSource,1,1,FALSE,,,,,, +charcoal.n.01,cookable,0,0,FALSE,,,,,, +charcoal.n.01,coldSource,0,0,FALSE,,,,,, +charcoal.n.01,sliceable,0,0,FALSE,,,,,, +charcoal.n.01,slicer,1,0,FALSE,,,,,, +charcoal.n.01,soakable,0,0,FALSE,,,,,, +clothesline.n.01,liquid,0,0,FALSE,,,,,, +clothesline.n.01,heatSource,0,0,FALSE,,,,,, +clothesline.n.01,fireSource,0,0,FALSE,,,,,, +clothesline.n.01,cookable,0,0,FALSE,,,,,, +clothesline.n.01,coldSource,0,0,FALSE,,,,,, +clothesline.n.01,sliceable,0,0,FALSE,,,,,, +clothesline.n.01,slicer,1,0,FALSE,,,,,, +clothesline.n.01,soakable,0,1,FALSE,,,,,, +rod.n.01,liquid,0,0,FALSE,,,,,, +rod.n.01,heatSource,0,0,FALSE,,,,,, +rod.n.01,fireSource,0,0,FALSE,,,,,, +rod.n.01,cookable,0,0,FALSE,,,,,, +rod.n.01,coldSource,0,0,FALSE,,,,,, +rod.n.01,sliceable,0,1,FALSE,,,,,, +rod.n.01,slicer,1,0,FALSE,,,,,, +rod.n.01,soakable,0,0,FALSE,,,,,, +foam.n.01,liquid,0,0,FALSE,,,,,, +foam.n.01,heatSource,0,0,FALSE,,,,,, +foam.n.01,fireSource,0,0,FALSE,,,,,, +foam.n.01,cookable,0,0,FALSE,,,,,, +foam.n.01,coldSource,0,0,FALSE,,,,,, +foam.n.01,sliceable,0,1,FALSE,,,,,, +foam.n.01,slicer,0,0,FALSE,,,,,, +foam.n.01,soakable,0,1,FALSE,,,,,, +jewelry.n.01,liquid,0,0,FALSE,,,,,, +jewelry.n.01,heatSource,0,0,FALSE,,,,,, +jewelry.n.01,fireSource,0,0,FALSE,,,,,, +jewelry.n.01,cookable,0,0,FALSE,,,,,, +jewelry.n.01,coldSource,0,0,FALSE,,,,,, +jewelry.n.01,sliceable,0,0,FALSE,,,,,, +jewelry.n.01,slicer,0,0,FALSE,,,,,, +jewelry.n.01,soakable,0,0,FALSE,,,,,, +kale.n.03,liquid,0,0,FALSE,,,,,, +kale.n.03,heatSource,0,0,FALSE,,,,,, +kale.n.03,fireSource,1,0,FALSE,,,,,, +kale.n.03,cookable,0,1,FALSE,,,,,, +kale.n.03,coldSource,0,0,FALSE,,,,,, +kale.n.03,sliceable,0,1,FALSE,,,,,, +kale.n.03,slicer,0,0,FALSE,,,,,, +kale.n.03,soakable,0,0,FALSE,,,,,, +nozzle.n.01,liquid,1,0,FALSE,,,,,, +nozzle.n.01,heatSource,0,0,FALSE,,,,,, +nozzle.n.01,fireSource,0,0,FALSE,,,,,, +nozzle.n.01,cookable,0,0,FALSE,,,,,, +nozzle.n.01,coldSource,1,0,FALSE,,,,,, +nozzle.n.01,sliceable,0,0,FALSE,,,,,, +nozzle.n.01,slicer,1,0,FALSE,,,,,, +nozzle.n.01,soakable,0,0,FALSE,,,,,, +paprika.n.02,liquid,0,0,FALSE,,,,,, +paprika.n.02,heatSource,0,0,FALSE,,,,,, +paprika.n.02,fireSource,1,0,FALSE,,,,,, +paprika.n.02,cookable,0,1,FALSE,,,,,, +paprika.n.02,coldSource,0,0,FALSE,,,,,, +paprika.n.02,sliceable,0,0,FALSE,,,,,, +paprika.n.02,slicer,1,0,FALSE,,,,,, +paprika.n.02,soakable,0,0,FALSE,,,,,, +case.n.01,liquid,0,0,FALSE,,,,,, +case.n.01,heatSource,0,0,FALSE,,,,,, +case.n.01,fireSource,0,0,FALSE,,,,,, +case.n.01,cookable,0,0,FALSE,,,,,, +case.n.01,coldSource,0,0,FALSE,,,,,, +case.n.01,sliceable,0,0,FALSE,,,,,, +case.n.01,slicer,1,0,FALSE,,,,,, +case.n.01,soakable,1,0,FALSE,,,,,, +pizza.n.01,liquid,0,0,FALSE,,,,,, +pizza.n.01,heatSource,0,0,FALSE,,,,,, +pizza.n.01,fireSource,1,0,FALSE,,,,,, +pizza.n.01,cookable,0,1,FALSE,,,,,, +pizza.n.01,coldSource,0,0,FALSE,,,,,, +pizza.n.01,sliceable,0,1,FALSE,,,,,, +pizza.n.01,slicer,1,0,FALSE,,,,,, +pizza.n.01,soakable,0,0,FALSE,,,,,, +rosemary.n.02,liquid,0,0,FALSE,,,,,, +rosemary.n.02,heatSource,0,0,FALSE,,,,,, +rosemary.n.02,fireSource,1,0,FALSE,,,,,, +rosemary.n.02,cookable,0,0,FALSE,,,,,, +rosemary.n.02,coldSource,0,0,FALSE,,,,,, +rosemary.n.02,sliceable,0,0,FALSE,,,,,, +rosemary.n.02,slicer,0,0,FALSE,,,,,, +rosemary.n.02,soakable,0,0,FALSE,,,,,, +incision.n.01,liquid,0,0,FALSE,,,,,, +incision.n.01,heatSource,0,0,FALSE,,,,,, +incision.n.01,fireSource,0,0,FALSE,,,,,, +incision.n.01,cookable,0,0,FALSE,,,,,, +incision.n.01,coldSource,0,0,FALSE,,,,,, +incision.n.01,sliceable,0,0,FALSE,,,,,, +incision.n.01,slicer,0,0,FALSE,,,,,, +incision.n.01,soakable,0,0,FALSE,,,,,, +tag.n.01,liquid,0,0,FALSE,,,,,, +tag.n.01,heatSource,0,0,FALSE,,,,,, +tag.n.01,fireSource,0,0,FALSE,,,,,, +tag.n.01,cookable,0,0,FALSE,,,,,, +tag.n.01,coldSource,0,0,FALSE,,,,,, +tag.n.01,sliceable,0,0,FALSE,,,,,, +tag.n.01,slicer,1,0,FALSE,,,,,, +tag.n.01,soakable,1,1,FALSE,,,,,, +wineglass.n.01,liquid,0,0,FALSE,,,,,, +wineglass.n.01,heatSource,0,0,FALSE,,,,,, +wineglass.n.01,fireSource,0,0,FALSE,,,,,, +wineglass.n.01,cookable,0,0,FALSE,,,,,, +wineglass.n.01,coldSource,1,0,FALSE,,,,,, +wineglass.n.01,sliceable,0,0,FALSE,,,,,, +wineglass.n.01,slicer,1,0,FALSE,,,,,, +wineglass.n.01,soakable,0,0,FALSE,,,,,, +boot.n.01,liquid,0,0,FALSE,,,,,, +boot.n.01,heatSource,0,0,FALSE,,,,,, +boot.n.01,fireSource,0,0,FALSE,,,,,, +boot.n.01,cookable,0,0,FALSE,,,,,, +boot.n.01,coldSource,0,0,FALSE,,,,,, +boot.n.01,sliceable,0,0,FALSE,,,,,, +boot.n.01,slicer,0,0,FALSE,,,,,, +boot.n.01,soakable,0,1,FALSE,,,,,, +branch.n.02,liquid,0,0,FALSE,,,,,, +branch.n.02,heatSource,0,0,FALSE,,,,,, +branch.n.02,fireSource,0,1,FALSE,,,,,, +branch.n.02,cookable,0,0,FALSE,,,,,, +branch.n.02,coldSource,0,0,FALSE,,,,,, +branch.n.02,sliceable,0,1,FALSE,,,,,, +branch.n.02,slicer,0,0,FALSE,,,,,, +branch.n.02,soakable,0,0,FALSE,,,,,, +candy.n.01,liquid,0,0,FALSE,,,,,, +candy.n.01,heatSource,0,0,FALSE,,,,,, +candy.n.01,fireSource,0,0,FALSE,,,,,, +candy.n.01,cookable,0,0,FALSE,,,,,, +candy.n.01,coldSource,0,0,FALSE,,,,,, +candy.n.01,sliceable,0,0,FALSE,,,,,, +candy.n.01,slicer,1,0,FALSE,,,,,, +candy.n.01,soakable,0,0,FALSE,,,,,, +curtain.n.01,liquid,0,0,FALSE,,,,,, +curtain.n.01,heatSource,0,0,FALSE,,,,,, +curtain.n.01,fireSource,0,0,FALSE,,,,,, +curtain.n.01,cookable,0,0,FALSE,,,,,, +curtain.n.01,coldSource,0,0,FALSE,,,,,, +curtain.n.01,sliceable,0,0,FALSE,,,,,, +curtain.n.01,slicer,1,0,FALSE,,,,,, +curtain.n.01,soakable,0,1,FALSE,,,,,, +spectacles.n.01,liquid,0,0,FALSE,,,,,, +spectacles.n.01,heatSource,0,0,FALSE,,,,,, +spectacles.n.01,fireSource,0,0,FALSE,,,,,, +spectacles.n.01,cookable,0,0,FALSE,,,,,, +spectacles.n.01,coldSource,1,0,FALSE,,,,,, +spectacles.n.01,sliceable,0,0,FALSE,,,,,, +spectacles.n.01,slicer,1,0,FALSE,,,,,, +spectacles.n.01,soakable,1,0,FALSE,,,,,, +linen.n.03,liquid,0,0,FALSE,,,,,, +linen.n.03,heatSource,0,0,FALSE,,,,,, +linen.n.03,fireSource,0,0,FALSE,,,,,, +linen.n.03,cookable,0,0,FALSE,,,,,, +linen.n.03,coldSource,0,0,FALSE,,,,,, +linen.n.03,sliceable,0,0,FALSE,,,,,, +linen.n.03,slicer,0,0,FALSE,,,,,, +linen.n.03,soakable,1,1,FALSE,,,,,, +mint.n.04,liquid,0,0,FALSE,,,,,, +mint.n.04,heatSource,0,0,FALSE,,,,,, +mint.n.04,fireSource,0,0,FALSE,,,,,, +mint.n.04,cookable,0,1,FALSE,,,,,, +mint.n.04,coldSource,0,0,FALSE,,,,,, +mint.n.04,sliceable,0,0,FALSE,,,,,, +mint.n.04,slicer,1,0,FALSE,,,,,, +mint.n.04,soakable,0,0,FALSE,,,,,, +pillow.n.1,liquid,0,0,FALSE,,,,,, +pillow.n.1,heatSource,0,0,FALSE,,,,,, +pillow.n.1,fireSource,0,0,FALSE,,,,,, +pillow.n.1,cookable,0,0,FALSE,,,,,, +pillow.n.1,coldSource,0,0,FALSE,,,,,, +pillow.n.1,sliceable,0,0,FALSE,,,,,, +pillow.n.1,slicer,0,0,FALSE,,,,,, +pillow.n.1,soakable,1,1,FALSE,,,,,, +pitcher.n.02,liquid,0,0,FALSE,,,,,, +pitcher.n.02,heatSource,0,0,FALSE,,,,,, +pitcher.n.02,fireSource,0,0,FALSE,,,,,, +pitcher.n.02,cookable,0,0,FALSE,,,,,, +pitcher.n.02,coldSource,1,0,FALSE,,,,,, +pitcher.n.02,sliceable,0,0,FALSE,,,,,, +pitcher.n.02,slicer,1,0,FALSE,,,,,, +pitcher.n.02,soakable,0,0,FALSE,,,,,, +produce.n.01,liquid,0,0,FALSE,,,,,, +produce.n.01,heatSource,0,0,FALSE,,,,,, +produce.n.01,fireSource,0,0,FALSE,,,,,, +produce.n.01,cookable,0,1,FALSE,,,,,, +produce.n.01,coldSource,0,0,FALSE,,,,,, +produce.n.01,sliceable,1,1,FALSE,,,,,, +produce.n.01,slicer,0,0,FALSE,,,,,, +produce.n.01,soakable,0,0,FALSE,,,,,, +hoop.n.02,liquid,0,0,FALSE,,,,,, +hoop.n.02,heatSource,0,0,FALSE,,,,,, +hoop.n.02,fireSource,0,0,FALSE,,,,,, +hoop.n.02,cookable,0,0,FALSE,,,,,, +hoop.n.02,coldSource,0,0,FALSE,,,,,, +hoop.n.02,sliceable,0,0,FALSE,,,,,, +hoop.n.02,slicer,1,0,FALSE,,,,,, +hoop.n.02,soakable,0,0,FALSE,,,,,, +shrimp.n.03,liquid,0,0,FALSE,,,,,, +shrimp.n.03,heatSource,0,0,FALSE,,,,,, +shrimp.n.03,fireSource,1,0,FALSE,,,,,, +shrimp.n.03,cookable,0,1,FALSE,,,,,, +shrimp.n.03,coldSource,0,0,FALSE,,,,,, +shrimp.n.03,sliceable,0,1,FALSE,,,,,, +shrimp.n.03,slicer,0,0,FALSE,,,,,, +shrimp.n.03,soakable,0,0,FALSE,,,,,, +compost.n.01,liquid,0,0,FALSE,,,,,, +compost.n.01,heatSource,0,0,FALSE,,,,,, +compost.n.01,fireSource,0,1,FALSE,,,,,, +compost.n.01,cookable,0,0,FALSE,,,,,, +compost.n.01,coldSource,0,0,FALSE,,,,,, +compost.n.01,sliceable,0,0,FALSE,,,,,, +compost.n.01,slicer,0,0,FALSE,,,,,, +compost.n.01,soakable,0,0,FALSE,,,,,, +screen.n.04,liquid,0,0,FALSE,,,,,, +screen.n.04,heatSource,0,0,FALSE,,,,,, +screen.n.04,fireSource,0,0,FALSE,,,,,, +screen.n.04,cookable,0,0,FALSE,,,,,, +screen.n.04,coldSource,0,0,FALSE,,,,,, +screen.n.04,sliceable,0,0,FALSE,,,,,, +screen.n.04,slicer,1,0,FALSE,,,,,, +screen.n.04,soakable,0,0,FALSE,,,,,, +beverage.n.01,liquid,1,1,FALSE,,,,,, +beverage.n.01,heatSource,0,0,FALSE,,,,,, +beverage.n.01,fireSource,0,0,FALSE,,,,,, +beverage.n.01,cookable,1,0,FALSE,,,,,, +beverage.n.01,coldSource,1,0,FALSE,,,,,, +beverage.n.01,sliceable,0,0,FALSE,,,,,, +beverage.n.01,slicer,0,0,FALSE,,,,,, +beverage.n.01,soakable,0,0,FALSE,,,,,, +gasoline.n.01,liquid,1,1,FALSE,,,,,, +gasoline.n.01,heatSource,1,0,FALSE,,,,,, +gasoline.n.01,fireSource,0,1,FALSE,,,,,, +gasoline.n.01,cookable,0,0,FALSE,,,,,, +gasoline.n.01,coldSource,0,0,FALSE,,,,,, +gasoline.n.01,sliceable,0,0,FALSE,,,,,, +gasoline.n.01,slicer,1,0,FALSE,,,,,, +gasoline.n.01,soakable,0,0,FALSE,,,,,, +grain.n.01,liquid,0,0,FALSE,,,,,, +grain.n.01,heatSource,0,0,FALSE,,,,,, +grain.n.01,fireSource,1,0,FALSE,,,,,, +grain.n.01,cookable,0,1,FALSE,,,,,, +grain.n.01,coldSource,0,0,FALSE,,,,,, +grain.n.01,sliceable,0,0,FALSE,,,,,, +grain.n.01,slicer,1,0,FALSE,,,,,, +grain.n.01,soakable,0,0,FALSE,,,,,, +mail.n.04,liquid,0,0,FALSE,,,,,, +mail.n.04,heatSource,0,0,FALSE,,,,,, +mail.n.04,fireSource,0,0,FALSE,,,,,, +mail.n.04,cookable,0,0,FALSE,,,,,, +mail.n.04,coldSource,0,0,FALSE,,,,,, +mail.n.04,sliceable,0,0,FALSE,,,,,, +mail.n.04,slicer,1,0,FALSE,,,,,, +mail.n.04,soakable,0,0,FALSE,,,,,, +bag.n.06,liquid,0,0,FALSE,,,,,, +bag.n.06,heatSource,0,0,FALSE,,,,,, +bag.n.06,fireSource,0,0,FALSE,,,,,, +bag.n.06,cookable,0,0,FALSE,,,,,, +bag.n.06,coldSource,0,0,FALSE,,,,,, +bag.n.06,sliceable,0,0,FALSE,,,,,, +bag.n.06,slicer,1,0,FALSE,,,,,, +bag.n.06,soakable,1,1,FALSE,,,,,, +berry.n.01,liquid,0,0,FALSE,,,,,, +berry.n.01,heatSource,0,0,FALSE,,,,,, +berry.n.01,fireSource,1,0,FALSE,,,,,, +berry.n.01,cookable,0,1,FALSE,,,,,, +berry.n.01,coldSource,0,0,FALSE,,,,,, +berry.n.01,sliceable,0,1,FALSE,,,,,, +berry.n.01,slicer,0,0,FALSE,,,,,, +berry.n.01,soakable,0,0,FALSE,,,,,, +coat.n.03,liquid,0,0,FALSE,,,,,, +coat.n.03,heatSource,0,0,FALSE,,,,,, +coat.n.03,fireSource,0,0,FALSE,,,,,, +coat.n.03,cookable,0,0,FALSE,,,,,, +coat.n.03,coldSource,0,0,FALSE,,,,,, +coat.n.03,sliceable,0,0,FALSE,,,,,, +coat.n.03,slicer,0,0,FALSE,,,,,, +coat.n.03,soakable,0,1,FALSE,,,,,, +corn.n.01,liquid,0,0,FALSE,,,,,, +corn.n.01,heatSource,0,0,FALSE,,,,,, +corn.n.01,fireSource,1,0,FALSE,,,,,, +corn.n.01,cookable,0,1,FALSE,,,,,, +corn.n.01,coldSource,0,0,FALSE,,,,,, +corn.n.01,sliceable,0,1,FALSE,,,,,, +corn.n.01,slicer,0,0,FALSE,,,,,, +corn.n.01,soakable,0,0,FALSE,,,,,, +ginger.n.03,liquid,0,0,FALSE,,,,,, +ginger.n.03,heatSource,0,0,FALSE,,,,,, +ginger.n.03,fireSource,1,0,FALSE,,,,,, +ginger.n.03,cookable,0,1,FALSE,,,,,, +ginger.n.03,coldSource,0,0,FALSE,,,,,, +ginger.n.03,sliceable,0,1,FALSE,,,,,, +ginger.n.03,slicer,1,0,FALSE,,,,,, +ginger.n.03,soakable,0,0,FALSE,,,,,, +mustard.n.02,liquid,0,0,FALSE,,,,,, +mustard.n.02,heatSource,0,0,FALSE,,,,,, +mustard.n.02,fireSource,1,0,FALSE,,,,,, +mustard.n.02,cookable,0,1,FALSE,,,,,, +mustard.n.02,coldSource,0,0,FALSE,,,,,, +mustard.n.02,sliceable,0,0,FALSE,,,,,, +mustard.n.02,slicer,0,0,FALSE,,,,,, +mustard.n.02,soakable,0,0,FALSE,,,,,, +rust.n.01,liquid,0,0,FALSE,,,,,, +rust.n.01,heatSource,0,0,FALSE,,,,,, +rust.n.01,fireSource,0,0,FALSE,,,,,, +rust.n.01,cookable,0,0,FALSE,,,,,, +rust.n.01,coldSource,0,0,FALSE,,,,,, +rust.n.01,sliceable,0,0,FALSE,,,,,, +rust.n.01,slicer,0,0,FALSE,,,,,, +rust.n.01,soakable,0,0,FALSE,,,,,, +screen.n.03,liquid,0,0,FALSE,,,,,, +screen.n.03,heatSource,0,0,FALSE,,,,,, +screen.n.03,fireSource,0,0,FALSE,,,,,, +screen.n.03,cookable,0,0,FALSE,,,,,, +screen.n.03,coldSource,0,0,FALSE,,,,,, +screen.n.03,sliceable,0,0,FALSE,,,,,, +screen.n.03,slicer,1,0,FALSE,,,,,, +screen.n.03,soakable,0,0,FALSE,,,,,, +handcart.n.01,liquid,0,0,FALSE,,,,,, +handcart.n.01,heatSource,0,0,FALSE,,,,,, +handcart.n.01,fireSource,0,0,FALSE,,,,,, +handcart.n.01,cookable,0,0,FALSE,,,,,, +handcart.n.01,coldSource,0,0,FALSE,,,,,, +handcart.n.01,sliceable,0,0,FALSE,,,,,, +handcart.n.01,slicer,0,0,FALSE,,,,,, +handcart.n.01,soakable,0,0,FALSE,,,,,, +bolt.n.06,liquid,0,0,FALSE,,,,,, +bolt.n.06,heatSource,0,0,FALSE,,,,,, +bolt.n.06,fireSource,0,0,FALSE,,,,,, +bolt.n.06,cookable,0,0,FALSE,,,,,, +bolt.n.06,coldSource,0,0,FALSE,,,,,, +bolt.n.06,sliceable,0,0,FALSE,,,,,, +bolt.n.06,slicer,1,1,FALSE,,,,,, +bolt.n.06,soakable,0,0,FALSE,,,,,, +weed.n.01,liquid,0,0,FALSE,,,,,, +weed.n.01,heatSource,0,0,FALSE,,,,,, +weed.n.01,fireSource,0,0,FALSE,,,,,, +weed.n.01,cookable,0,0,FALSE,,,,,, +weed.n.01,coldSource,0,0,FALSE,,,,,, +weed.n.01,sliceable,0,0,FALSE,,,,,, +weed.n.01,slicer,0,0,FALSE,,,,,, +weed.n.01,soakable,0,0,FALSE,,,,,, +cane_sugar.n.02,liquid,0,0,FALSE,,,,,, +cane_sugar.n.02,heatSource,0,0,FALSE,,,,,, +cane_sugar.n.02,fireSource,0,0,FALSE,,,,,, +cane_sugar.n.02,cookable,0,1,FALSE,,,,,, +cane_sugar.n.02,coldSource,0,0,FALSE,,,,,, +cane_sugar.n.02,sliceable,0,0,FALSE,,,,,, +cane_sugar.n.02,slicer,1,0,FALSE,,,,,, +cane_sugar.n.02,soakable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,liquid,1,1,FALSE,,,,,, +hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,cookable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,slicer,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,soakable,0,0,FALSE,,,,,, +icecream.n.01,liquid,0,0,FALSE,,,,,, +icecream.n.01,heatSource,0,0,FALSE,,,,,, +icecream.n.01,fireSource,0,0,FALSE,,,,,, +icecream.n.01,cookable,1,1,FALSE,,,,,, +icecream.n.01,coldSource,1,0,FALSE,,,,,, +icecream.n.01,sliceable,0,0,FALSE,,,,,, +icecream.n.01,slicer,1,0,FALSE,,,,,, +icecream.n.01,soakable,0,0,FALSE,,,,,, +nail.n.02,liquid,0,0,FALSE,,,,,, +nail.n.02,heatSource,0,0,FALSE,,,,,, +nail.n.02,fireSource,0,0,FALSE,,,,,, +nail.n.02,cookable,0,0,FALSE,,,,,, +nail.n.02,coldSource,0,0,FALSE,,,,,, +nail.n.02,sliceable,0,0,FALSE,,,,,, +nail.n.02,slicer,1,0,FALSE,,,,,, +nail.n.02,soakable,0,0,FALSE,,,,,, +thermometer.n.01,liquid,0,0,FALSE,,,,,, +thermometer.n.01,heatSource,0,0,FALSE,,,,,, +thermometer.n.01,fireSource,0,0,FALSE,,,,,, +thermometer.n.01,cookable,0,0,FALSE,,,,,, +thermometer.n.01,coldSource,1,0,FALSE,,,,,, +thermometer.n.01,sliceable,0,0,FALSE,,,,,, +thermometer.n.01,slicer,1,0,FALSE,,,,,, +thermometer.n.01,soakable,0,0,FALSE,,,,,, +pan.n.01,liquid,0,0,FALSE,,,,,, +pan.n.01,heatSource,1,1,FALSE,,,,,, +pan.n.01,fireSource,1,0,FALSE,,,,,, +pan.n.01,cookable,0,0,FALSE,,,,,, +pan.n.01,coldSource,1,0,FALSE,,,,,, +pan.n.01,sliceable,0,0,FALSE,,,,,, +pan.n.01,slicer,1,0,FALSE,,,,,, +pan.n.01,soakable,0,0,FALSE,,,,,, +disinfectant.n.01,liquid,1,1,FALSE,,,,,, +disinfectant.n.01,heatSource,0,0,FALSE,,,,,, +disinfectant.n.01,fireSource,0,0,FALSE,,,,,, +disinfectant.n.01,cookable,0,0,FALSE,,,,,, +disinfectant.n.01,coldSource,0,0,FALSE,,,,,, +disinfectant.n.01,sliceable,0,0,FALSE,,,,,, +disinfectant.n.01,slicer,0,0,FALSE,,,,,, +disinfectant.n.01,soakable,0,0,FALSE,,,,,, +dough.n.01,liquid,0,0,FALSE,,,,,, +dough.n.01,heatSource,0,0,FALSE,,,,,, +dough.n.01,fireSource,0,0,FALSE,,,,,, +dough.n.01,cookable,0,1,FALSE,,,,,, +dough.n.01,coldSource,0,0,FALSE,,,,,, +dough.n.01,sliceable,0,1,FALSE,,,,,, +dough.n.01,slicer,0,0,FALSE,,,,,, +dough.n.01,soakable,1,0,FALSE,,,,,, +garment.n.01,liquid,0,0,FALSE,,,,,, +garment.n.01,heatSource,0,0,FALSE,,,,,, +garment.n.01,fireSource,0,0,FALSE,,,,,, +garment.n.01,cookable,0,0,FALSE,,,,,, +garment.n.01,coldSource,0,0,FALSE,,,,,, +garment.n.01,sliceable,0,0,FALSE,,,,,, +garment.n.01,slicer,0,0,FALSE,,,,,, +garment.n.01,soakable,1,1,FALSE,,,,,, +marjoram.n.01,liquid,0,0,FALSE,,,,,, +marjoram.n.01,heatSource,0,0,FALSE,,,,,, +marjoram.n.01,fireSource,0,0,FALSE,,,,,, +marjoram.n.01,cookable,0,1,FALSE,,,,,, +marjoram.n.01,coldSource,0,0,FALSE,,,,,, +marjoram.n.01,sliceable,0,0,FALSE,,,,,, +marjoram.n.01,slicer,0,0,FALSE,,,,,, +marjoram.n.01,soakable,0,0,FALSE,,,,,, +root.n.01,liquid,0,0,FALSE,,,,,, +root.n.01,heatSource,0,0,FALSE,,,,,, +root.n.01,fireSource,0,0,FALSE,,,,,, +root.n.01,cookable,0,0,FALSE,,,,,, +root.n.01,coldSource,0,0,FALSE,,,,,, +root.n.01,sliceable,0,0,FALSE,,,,,, +root.n.01,slicer,0,0,FALSE,,,,,, +root.n.01,soakable,0,0,FALSE,,,,,, +soy_sauce.n.01,liquid,1,1,FALSE,,,,,, +soy_sauce.n.01,heatSource,0,0,FALSE,,,,,, +soy_sauce.n.01,fireSource,1,0,FALSE,,,,,, +soy_sauce.n.01,cookable,0,1,FALSE,,,,,, +soy_sauce.n.01,coldSource,0,0,FALSE,,,,,, +soy_sauce.n.01,sliceable,0,0,FALSE,,,,,, +soy_sauce.n.01,slicer,0,0,FALSE,,,,,, +soy_sauce.n.01,soakable,0,0,FALSE,,,,,, +container.n.01,liquid,0,0,FALSE,,,,,, +container.n.01,heatSource,0,0,FALSE,,,,,, +container.n.01,fireSource,0,0,FALSE,,,,,, +container.n.01,cookable,0,0,FALSE,,,,,, +container.n.01,coldSource,1,0,FALSE,,,,,, +container.n.01,sliceable,0,0,FALSE,,,,,, +container.n.01,slicer,1,0,FALSE,,,,,, +container.n.01,soakable,1,0,FALSE,,,,,, +trunk.n.01,liquid,0,0,FALSE,,,,,, +trunk.n.01,heatSource,0,0,FALSE,,,,,, +trunk.n.01,fireSource,0,1,FALSE,,,,,, +trunk.n.01,cookable,0,0,FALSE,,,,,, +trunk.n.01,coldSource,0,0,FALSE,,,,,, +trunk.n.01,sliceable,0,1,FALSE,,,,,, +trunk.n.01,slicer,0,0,FALSE,,,,,, +trunk.n.01,soakable,0,1,FALSE,,,,,, +luggage_compartment.n.01,liquid,0,0,FALSE,,,,,, +luggage_compartment.n.01,heatSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,fireSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,cookable,0,0,FALSE,,,,,, +luggage_compartment.n.01,coldSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,sliceable,0,0,FALSE,,,,,, +luggage_compartment.n.01,slicer,0,0,FALSE,,,,,, +luggage_compartment.n.01,soakable,0,0,FALSE,,,,,, +vanilla.n.02,liquid,0,0,FALSE,,,,,, +vanilla.n.02,heatSource,0,0,FALSE,,,,,, +vanilla.n.02,fireSource,0,0,FALSE,,,,,, +vanilla.n.02,cookable,0,1,FALSE,,,,,, +vanilla.n.02,coldSource,0,0,FALSE,,,,,, +vanilla.n.02,sliceable,0,0,FALSE,,,,,, +vanilla.n.02,slicer,0,0,FALSE,,,,,, +vanilla.n.02,soakable,0,0,FALSE,,,,,, +vegetable_oil.n.01,liquid,1,1,FALSE,,,,,, +vegetable_oil.n.01,heatSource,0,0,FALSE,,,,,, +vegetable_oil.n.01,fireSource,1,1,FALSE,,,,,, +vegetable_oil.n.01,cookable,0,1,FALSE,,,,,, +vegetable_oil.n.01,coldSource,1,0,FALSE,,,,,, +vegetable_oil.n.01,sliceable,0,0,FALSE,,,,,, +vegetable_oil.n.01,slicer,0,0,FALSE,,,,,, +vegetable_oil.n.01,soakable,0,0,FALSE,,,,,, +board.n.02,liquid,0,0,FALSE,,,,,, +board.n.02,heatSource,0,0,FALSE,,,,,, +board.n.02,fireSource,0,0,FALSE,,,,,, +board.n.02,cookable,0,0,FALSE,,,,,, +board.n.02,coldSource,0,0,FALSE,,,,,, +board.n.02,sliceable,0,0,FALSE,,,,,, +board.n.02,slicer,1,0,FALSE,,,,,, +board.n.02,soakable,0,0,FALSE,,,,,, +cake.n.03,liquid,0,0,FALSE,,,,,, +cake.n.03,heatSource,0,0,FALSE,,,,,, +cake.n.03,fireSource,1,0,FALSE,,,,,, +cake.n.03,cookable,0,0,FALSE,,,,,, +cake.n.03,coldSource,0,0,FALSE,,,,,, +cake.n.03,sliceable,0,1,FALSE,,,,,, +cake.n.03,slicer,0,0,FALSE,,,,,, +cake.n.03,soakable,0,0,FALSE,,,,,, +decoration.n.01,liquid,0,0,FALSE,,,,,, +decoration.n.01,heatSource,0,0,FALSE,,,,,, +decoration.n.01,fireSource,0,0,FALSE,,,,,, +decoration.n.01,cookable,0,0,FALSE,,,,,, +decoration.n.01,coldSource,0,0,FALSE,,,,,, +decoration.n.01,sliceable,0,0,FALSE,,,,,, +decoration.n.01,slicer,0,0,FALSE,,,,,, +decoration.n.01,soakable,0,0,FALSE,,,,,, +maple_syrup.n.01,liquid,1,1,FALSE,,,,,, +maple_syrup.n.01,heatSource,0,0,FALSE,,,,,, +maple_syrup.n.01,fireSource,1,0,FALSE,,,,,, +maple_syrup.n.01,cookable,0,1,FALSE,,,,,, +maple_syrup.n.01,coldSource,0,0,FALSE,,,,,, +maple_syrup.n.01,sliceable,0,0,FALSE,,,,,, +maple_syrup.n.01,slicer,0,0,FALSE,,,,,, +maple_syrup.n.01,soakable,0,0,FALSE,,,,,, +sandwich.n.01,liquid,0,0,FALSE,,,,,, +sandwich.n.01,heatSource,0,0,FALSE,,,,,, +sandwich.n.01,fireSource,0,0,FALSE,,,,,, +sandwich.n.01,cookable,0,1,FALSE,,,,,, +sandwich.n.01,coldSource,0,0,FALSE,,,,,, +sandwich.n.01,sliceable,0,1,FALSE,,,,,, +sandwich.n.01,slicer,1,0,FALSE,,,,,, +sandwich.n.01,soakable,1,1,FALSE,,,,,, +thyme.n.02,liquid,0,0,FALSE,,,,,, +thyme.n.02,heatSource,0,0,FALSE,,,,,, +thyme.n.02,fireSource,1,0,FALSE,,,,,, +thyme.n.02,cookable,0,1,FALSE,,,,,, +thyme.n.02,coldSource,0,0,FALSE,,,,,, +thyme.n.02,sliceable,0,0,FALSE,,,,,, +thyme.n.02,slicer,1,0,FALSE,,,,,, +thyme.n.02,soakable,0,0,FALSE,,,,,, +turkey.n.04,liquid,0,0,FALSE,,,,,, +turkey.n.04,heatSource,0,0,FALSE,,,,,, +turkey.n.04,fireSource,1,0,FALSE,,,,,, +turkey.n.04,cookable,0,1,FALSE,,,,,, +turkey.n.04,coldSource,0,0,FALSE,,,,,, +turkey.n.04,sliceable,0,1,FALSE,,,,,, +turkey.n.04,slicer,1,0,FALSE,,,,,, +turkey.n.04,soakable,0,0,FALSE,,,,,, +battery.n.01,liquid,0,0,FALSE,,,,,, +battery.n.01,heatSource,0,0,FALSE,,,,,, +battery.n.01,fireSource,0,1,FALSE,,,,,, +battery.n.01,cookable,0,0,FALSE,,,,,, +battery.n.01,coldSource,0,0,FALSE,,,,,, +battery.n.01,sliceable,0,0,FALSE,,,,,, +battery.n.01,slicer,1,0,FALSE,,,,,, +battery.n.01,soakable,0,0,FALSE,,,,,, +french_fries.n.01,liquid,0,0,FALSE,,,,,, +french_fries.n.01,heatSource,1,0,FALSE,,,,,, +french_fries.n.01,fireSource,1,0,FALSE,,,,,, +french_fries.n.01,cookable,0,1,FALSE,,,,,, +french_fries.n.01,coldSource,0,0,FALSE,,,,,, +french_fries.n.01,sliceable,0,1,FALSE,,,,,, +french_fries.n.01,slicer,0,0,FALSE,,,,,, +french_fries.n.01,soakable,0,0,FALSE,,,,,, +garlic.n.02,liquid,0,0,FALSE,,,,,, +garlic.n.02,heatSource,0,0,FALSE,,,,,, +garlic.n.02,fireSource,1,0,FALSE,,,,,, +garlic.n.02,cookable,0,1,FALSE,,,,,, +garlic.n.02,coldSource,0,0,FALSE,,,,,, +garlic.n.02,sliceable,0,1,FALSE,,,,,, +garlic.n.02,slicer,0,0,FALSE,,,,,, +garlic.n.02,soakable,0,0,FALSE,,,,,, +leftovers.n.01,liquid,0,0,FALSE,,,,,, +leftovers.n.01,heatSource,0,0,FALSE,,,,,, +leftovers.n.01,fireSource,1,0,FALSE,,,,,, +leftovers.n.01,cookable,0,1,FALSE,,,,,, +leftovers.n.01,coldSource,0,0,FALSE,,,,,, +leftovers.n.01,sliceable,0,0,FALSE,,,,,, +leftovers.n.01,slicer,0,0,FALSE,,,,,, +leftovers.n.01,soakable,0,0,FALSE,,,,,, +rock.n.01,liquid,0,0,FALSE,,,,,, +rock.n.01,heatSource,0,0,FALSE,,,,,, +rock.n.01,fireSource,0,0,FALSE,,,,,, +rock.n.01,cookable,0,0,FALSE,,,,,, +rock.n.01,coldSource,0,0,FALSE,,,,,, +rock.n.01,sliceable,0,0,FALSE,,,,,, +rock.n.01,slicer,0,0,FALSE,,,,,, +rock.n.01,soakable,0,0,FALSE,,,,,, +release.n.08,liquid,0,0,FALSE,,,,,, +release.n.08,heatSource,0,0,FALSE,,,,,, +release.n.08,fireSource,0,0,FALSE,,,,,, +release.n.08,cookable,0,0,FALSE,,,,,, +release.n.08,coldSource,0,0,FALSE,,,,,, +release.n.08,sliceable,0,0,FALSE,,,,,, +release.n.08,slicer,1,0,FALSE,,,,,, +release.n.08,soakable,0,0,FALSE,,,,,, +dessert.n.01,liquid,0,0,FALSE,,,,,, +dessert.n.01,heatSource,0,0,FALSE,,,,,, +dessert.n.01,fireSource,1,0,FALSE,,,,,, +dessert.n.01,cookable,0,1,FALSE,,,,,, +dessert.n.01,coldSource,1,0,FALSE,,,,,, +dessert.n.01,sliceable,1,1,FALSE,,,,,, +dessert.n.01,slicer,0,0,FALSE,,,,,, +dessert.n.01,soakable,0,0,FALSE,,,,,, +fan.n.01,liquid,0,0,FALSE,,,,,, +fan.n.01,heatSource,0,0,FALSE,,,,,, +fan.n.01,fireSource,0,0,FALSE,,,,,, +fan.n.01,cookable,0,0,FALSE,,,,,, +fan.n.01,coldSource,0,0,FALSE,,,,,, +fan.n.01,sliceable,0,0,FALSE,,,,,, +fan.n.01,slicer,1,0,FALSE,,,,,, +fan.n.01,soakable,0,0,FALSE,,,,,, +trouser.n.01,liquid,0,0,FALSE,,,,,, +trouser.n.01,heatSource,0,0,FALSE,,,,,, +trouser.n.01,fireSource,0,0,FALSE,,,,,, +trouser.n.01,cookable,0,0,FALSE,,,,,, +trouser.n.01,coldSource,0,0,FALSE,,,,,, +trouser.n.01,sliceable,0,0,FALSE,,,,,, +trouser.n.01,slicer,0,0,FALSE,,,,,, +trouser.n.01,soakable,1,1,FALSE,,,,,, +pickup.n.01,liquid,0,0,FALSE,,,,,, +pickup.n.01,heatSource,0,0,FALSE,,,,,, +pickup.n.01,fireSource,0,0,FALSE,,,,,, +pickup.n.01,cookable,0,0,FALSE,,,,,, +pickup.n.01,coldSource,0,0,FALSE,,,,,, +pickup.n.01,sliceable,0,0,FALSE,,,,,, +pickup.n.01,slicer,1,0,FALSE,,,,,, +pickup.n.01,soakable,0,0,FALSE,,,,,, +shovel.n.01,liquid,0,0,FALSE,,,,,, +shovel.n.01,heatSource,0,0,FALSE,,,,,, +shovel.n.01,fireSource,0,0,FALSE,,,,,, +shovel.n.01,cookable,0,0,FALSE,,,,,, +shovel.n.01,coldSource,0,0,FALSE,,,,,, +shovel.n.01,sliceable,0,0,FALSE,,,,,, +shovel.n.01,slicer,1,1,FALSE,,,,,, +shovel.n.01,soakable,0,0,FALSE,,,,,, +cooker.n.01,liquid,0,0,FALSE,,,,,, +cooker.n.01,heatSource,1,1,FALSE,,,,,, +cooker.n.01,fireSource,1,0,FALSE,,,,,, +cooker.n.01,cookable,0,0,FALSE,,,,,, +cooker.n.01,coldSource,0,0,FALSE,,,,,, +cooker.n.01,sliceable,0,0,FALSE,,,,,, +cooker.n.01,slicer,1,1,FALSE,,,,,, +cooker.n.01,soakable,0,0,FALSE,,,,,, +tea.n.01,liquid,1,1,FALSE,,,,,, +tea.n.01,heatSource,0,0,FALSE,,,,,, +tea.n.01,fireSource,0,0,FALSE,,,,,, +tea.n.01,cookable,0,0,FALSE,,,,,, +tea.n.01,coldSource,1,0,FALSE,,,,,, +tea.n.01,sliceable,0,0,FALSE,,,,,, +tea.n.01,slicer,0,0,FALSE,,,,,, +tea.n.01,soakable,0,0,FALSE,,,,,, +ammonia_water.n.01,liquid,1,1,FALSE,,,,,, +ammonia_water.n.01,heatSource,0,0,FALSE,,,,,, +ammonia_water.n.01,fireSource,0,0,FALSE,,,,,, +ammonia_water.n.01,cookable,0,0,FALSE,,,,,, +ammonia_water.n.01,coldSource,0,0,FALSE,,,,,, +ammonia_water.n.01,sliceable,0,0,FALSE,,,,,, +ammonia_water.n.01,slicer,0,0,FALSE,,,,,, +ammonia_water.n.01,soakable,0,0,FALSE,,,,,, +computer.n.1,liquid,0,0,FALSE,,,,,, +computer.n.1,heatSource,0,0,FALSE,,,,,, +computer.n.1,fireSource,0,0,FALSE,,,,,, +computer.n.1,cookable,0,0,FALSE,,,,,, +computer.n.1,coldSource,0,0,FALSE,,,,,, +computer.n.1,sliceable,0,0,FALSE,,,,,, +computer.n.1,slicer,1,0,FALSE,,,,,, +computer.n.1,soakable,0,0,FALSE,,,,,, +cotton.n.02,liquid,0,0,FALSE,,,,,, +cotton.n.02,heatSource,0,0,FALSE,,,,,, +cotton.n.02,fireSource,0,1,FALSE,,,,,, +cotton.n.02,cookable,0,0,FALSE,,,,,, +cotton.n.02,coldSource,0,0,FALSE,,,,,, +cotton.n.02,sliceable,0,0,FALSE,,,,,, +cotton.n.02,slicer,0,0,FALSE,,,,,, +cotton.n.02,soakable,1,1,FALSE,,,,,, +recreational_vehicle.n.01,liquid,0,0,FALSE,,,,,, +recreational_vehicle.n.01,heatSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,fireSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,cookable,0,0,FALSE,,,,,, +recreational_vehicle.n.01,coldSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,sliceable,0,0,FALSE,,,,,, +recreational_vehicle.n.01,slicer,0,0,FALSE,,,,,, +recreational_vehicle.n.01,soakable,0,0,FALSE,,,,,, +seat.n.01,liquid,0,0,FALSE,,,,,, +seat.n.01,heatSource,0,0,FALSE,,,,,, +seat.n.01,fireSource,0,0,FALSE,,,,,, +seat.n.01,cookable,0,0,FALSE,,,,,, +seat.n.01,coldSource,0,0,FALSE,,,,,, +seat.n.01,sliceable,0,0,FALSE,,,,,, +seat.n.01,slicer,0,0,FALSE,,,,,, +seat.n.01,soakable,1,0,FALSE,,,,,, +steamer.n.02,liquid,0,0,FALSE,,,,,, +steamer.n.02,heatSource,1,1,FALSE,,,,,, +steamer.n.02,fireSource,1,0,FALSE,,,,,, +steamer.n.02,cookable,0,0,FALSE,,,,,, +steamer.n.02,sliceable,0,0,FALSE,,,,,, +steamer.n.02,slicer,1,0,FALSE,,,,,, +steamer.n.02,soakable,0,0,FALSE,,,,,, +thread.n.01,liquid,0,0,FALSE,,,,,, +thread.n.01,heatSource,0,0,FALSE,,,,,, +thread.n.01,fireSource,0,0,FALSE,,,,,, +thread.n.01,cookable,0,0,FALSE,,,,,, +thread.n.01,coldSource,0,0,FALSE,,,,,, +thread.n.01,sliceable,0,0,FALSE,,,,,, +thread.n.01,slicer,1,0,FALSE,,,,,, +thread.n.01,soakable,0,0,FALSE,,,,,, +tissue.n.02,liquid,0,0,FALSE,,,,,, +tissue.n.02,heatSource,0,0,FALSE,,,,,, +tissue.n.02,fireSource,0,1,FALSE,,,,,, +tissue.n.02,cookable,0,0,FALSE,,,,,, +tissue.n.02,coldSource,0,0,FALSE,,,,,, +tissue.n.02,sliceable,0,0,FALSE,,,,,, +tissue.n.02,slicer,1,0,FALSE,,,,,, +tissue.n.02,soakable,1,1,FALSE,,,,,, +box.n.01,liquid,0,0,FALSE,,,,,, +box.n.01,heatSource,0,0,FALSE,,,,,, +box.n.01,fireSource,0,0,FALSE,,,,,, +box.n.01,cookable,0,0,FALSE,,,,,, +box.n.01,coldSource,0,0,FALSE,,,,,, +box.n.01,sliceable,0,0,FALSE,,,,,, +box.n.01,slicer,1,0,FALSE,,,,,, +box.n.01,soakable,1,0,FALSE,,,,,, +cellular_telephone.n.01,liquid,0,0,FALSE,,,,,, +cellular_telephone.n.01,heatSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,fireSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,cookable,0,0,FALSE,,,,,, +cellular_telephone.n.01,coldSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,sliceable,0,0,FALSE,,,,,, +cellular_telephone.n.01,slicer,1,0,FALSE,,,,,, +cellular_telephone.n.01,soakable,1,0,FALSE,,,,,, +key.n.01,liquid,0,0,FALSE,,,,,, +key.n.01,heatSource,0,0,FALSE,,,,,, +key.n.01,fireSource,0,0,FALSE,,,,,, +key.n.01,cookable,0,0,FALSE,,,,,, +key.n.01,coldSource,0,0,FALSE,,,,,, +key.n.01,sliceable,0,0,FALSE,,,,,, +key.n.01,slicer,1,0,FALSE,,,,,, +key.n.01,soakable,0,0,FALSE,,,,,, +key.n.15,liquid,0,0,FALSE,,,,,, +key.n.15,heatSource,0,0,FALSE,,,,,, +key.n.15,fireSource,0,0,FALSE,,,,,, +key.n.15,cookable,0,0,FALSE,,,,,, +key.n.15,coldSource,0,0,FALSE,,,,,, +key.n.15,sliceable,0,0,FALSE,,,,,, +key.n.15,slicer,1,0,FALSE,,,,,, +key.n.15,soakable,0,0,FALSE,,,,,, +label.n.01,liquid,0,0,FALSE,,,,,, +label.n.01,heatSource,0,0,FALSE,,,,,, +label.n.01,fireSource,0,0,FALSE,,,,,, +label.n.01,cookable,0,0,FALSE,,,,,, +label.n.01,coldSource,0,0,FALSE,,,,,, +label.n.01,sliceable,0,0,FALSE,,,,,, +label.n.01,slicer,1,0,FALSE,,,,,, +label.n.01,soakable,1,0,FALSE,,,,,, +syrup.n.01,liquid,1,1,FALSE,,,,,, +syrup.n.01,heatSource,0,0,FALSE,,,,,, +syrup.n.01,fireSource,1,0,FALSE,,,,,, +syrup.n.01,cookable,0,1,FALSE,,,,,, +syrup.n.01,coldSource,1,0,FALSE,,,,,, +syrup.n.01,sliceable,0,0,FALSE,,,,,, +syrup.n.01,slicer,1,0,FALSE,,,,,, +syrup.n.01,soakable,0,0,FALSE,,,,,, +cotton_ball.n.01,liquid,0,0,FALSE,,,,,, +cotton_ball.n.01,heatSource,0,0,FALSE,,,,,, +cotton_ball.n.01,fireSource,0,1,FALSE,,,,,, +cotton_ball.n.01,cookable,0,0,FALSE,,,,,, +cotton_ball.n.01,coldSource,0,0,FALSE,,,,,, +cotton_ball.n.01,sliceable,0,0,FALSE,,,,,, +cotton_ball.n.01,slicer,0,0,FALSE,,,,,, +cotton_ball.n.01,soakable,0,1,FALSE,,,,,, +swab.n.02,liquid,0,0,FALSE,,,,,, +swab.n.02,heatSource,0,0,FALSE,,,,,, +swab.n.02,fireSource,0,0,FALSE,,,,,, +swab.n.02,cookable,0,0,FALSE,,,,,, +swab.n.02,coldSource,1,0,FALSE,,,,,, +swab.n.02,sliceable,0,0,FALSE,,,,,, +swab.n.02,slicer,1,0,FALSE,,,,,, +swab.n.02,soakable,0,0,FALSE,,,,,, +polish.n.03,liquid,0,0,FALSE,,,,,, +polish.n.03,heatSource,0,0,FALSE,,,,,, +polish.n.03,fireSource,0,0,FALSE,,,,,, +polish.n.03,cookable,0,0,FALSE,,,,,, +polish.n.03,coldSource,1,0,FALSE,,,,,, +polish.n.03,sliceable,0,0,FALSE,,,,,, +polish.n.03,slicer,1,0,FALSE,,,,,, +polish.n.03,soakable,0,0,FALSE,,,,,, +shirt.n.01,liquid,0,0,FALSE,,,,,, +shirt.n.01,heatSource,0,0,FALSE,,,,,, +shirt.n.01,fireSource,0,0,FALSE,,,,,, +shirt.n.01,cookable,0,0,FALSE,,,,,, +shirt.n.01,coldSource,0,0,FALSE,,,,,, +shirt.n.01,sliceable,0,0,FALSE,,,,,, +shirt.n.01,slicer,1,0,FALSE,,,,,, +shirt.n.01,soakable,1,1,FALSE,,,,,, +tub.n.02,liquid,1,0,FALSE,,,,,, +tub.n.02,heatSource,0,0,FALSE,,,,,, +tub.n.02,fireSource,0,0,FALSE,,,,,, +tub.n.02,cookable,0,0,FALSE,,,,,, +tub.n.02,coldSource,1,0,FALSE,,,,,, +tub.n.02,sliceable,0,0,FALSE,,,,,, +tub.n.02,slicer,1,0,FALSE,,,,,, +tub.n.02,soakable,0,0,FALSE,,,,,, +sports_equipment.n.01,liquid,0,0,FALSE,,,,,, +sports_equipment.n.01,heatSource,0,0,FALSE,,,,,, +sports_equipment.n.01,fireSource,0,0,FALSE,,,,,, +sports_equipment.n.01,cookable,0,0,FALSE,,,,,, +sports_equipment.n.01,coldSource,0,0,FALSE,,,,,, +sports_equipment.n.01,sliceable,0,0,FALSE,,,,,, +sports_equipment.n.01,slicer,0,0,FALSE,,,,,, +sports_equipment.n.01,soakable,0,0,FALSE,,,,,, +radiator.n.01,liquid,0,0,FALSE,,,,,, +radiator.n.01,heatSource,1,1,FALSE,,,,,, +radiator.n.01,fireSource,0,0,FALSE,,,,,, +radiator.n.01,cookable,1,0,FALSE,,,,,, +radiator.n.01,coldSource,0,0,FALSE,,,,,, +radiator.n.01,sliceable,0,0,FALSE,,,,,, +radiator.n.01,slicer,1,0,FALSE,,,,,, +radiator.n.01,soakable,0,0,FALSE,,,,,, +putty.n.01,liquid,0,0,FALSE,,,,,, +putty.n.01,heatSource,0,0,FALSE,,,,,, +putty.n.01,fireSource,0,0,FALSE,,,,,, +putty.n.01,cookable,0,0,FALSE,,,,,, +putty.n.01,coldSource,1,0,FALSE,,,,,, +putty.n.01,sliceable,0,0,FALSE,,,,,, +putty.n.01,slicer,1,0,FALSE,,,,,, +putty.n.01,soakable,0,0,FALSE,,,,,, +projector.n.02,liquid,0,0,FALSE,,,,,, +projector.n.02,heatSource,0,0,FALSE,,,,,, +projector.n.02,fireSource,0,0,FALSE,,,,,, +projector.n.02,cookable,0,0,FALSE,,,,,, +projector.n.02,coldSource,0,0,FALSE,,,,,, +projector.n.02,sliceable,0,0,FALSE,,,,,, +projector.n.02,slicer,1,0,FALSE,,,,,, +projector.n.02,soakable,0,0,FALSE,,,,,, +flat_coat.n.01,liquid,0,0,FALSE,,,,,, +flat_coat.n.01,heatSource,0,0,FALSE,,,,,, +flat_coat.n.01,fireSource,0,0,FALSE,,,,,, +flat_coat.n.01,cookable,0,0,FALSE,,,,,, +flat_coat.n.01,coldSource,0,0,FALSE,,,,,, +flat_coat.n.01,sliceable,0,0,FALSE,,,,,, +flat_coat.n.01,slicer,0,0,FALSE,,,,,, +flat_coat.n.01,soakable,0,1,FALSE,,,,,, +potato_salad.n.01,liquid,0,0,FALSE,,,,,, +potato_salad.n.01,heatSource,0,0,FALSE,,,,,, +potato_salad.n.01,fireSource,1,0,FALSE,,,,,, +potato_salad.n.01,cookable,0,1,FALSE,,,,,, +potato_salad.n.01,coldSource,0,0,FALSE,,,,,, +potato_salad.n.01,sliceable,0,0,FALSE,,,,,, +potato_salad.n.01,slicer,0,0,FALSE,,,,,, +potato_salad.n.01,soakable,0,0,FALSE,,,,,, +postage.n.02,liquid,0,0,FALSE,,,,,, +postage.n.02,heatSource,0,0,FALSE,,,,,, +postage.n.02,fireSource,0,0,FALSE,,,,,, +postage.n.02,cookable,0,0,FALSE,,,,,, +postage.n.02,coldSource,0,0,FALSE,,,,,, +postage.n.02,sliceable,0,0,FALSE,,,,,, +postage.n.02,slicer,0,0,FALSE,,,,,, +postage.n.02,soakable,0,1,FALSE,,,,,, +plaque.n.01,liquid,0,0,FALSE,,,,,, +plaque.n.01,heatSource,0,0,FALSE,,,,,, +plaque.n.01,fireSource,0,0,FALSE,,,,,, +plaque.n.01,cookable,0,0,FALSE,,,,,, +plaque.n.01,coldSource,0,0,FALSE,,,,,, +plaque.n.01,sliceable,0,0,FALSE,,,,,, +plaque.n.01,slicer,0,0,FALSE,,,,,, +plaque.n.01,soakable,0,0,FALSE,,,,,, +pie_crust.n.01,liquid,0,0,FALSE,,,,,, +pie_crust.n.01,heatSource,0,0,FALSE,,,,,, +pie_crust.n.01,fireSource,1,0,FALSE,,,,,, +pie_crust.n.01,cookable,0,1,FALSE,,,,,, +pie_crust.n.01,coldSource,0,0,FALSE,,,,,, +pie_crust.n.01,sliceable,0,1,FALSE,,,,,, +pie_crust.n.01,slicer,0,0,FALSE,,,,,, +pie_crust.n.01,soakable,1,1,FALSE,,,,,, +pesto.n.01,liquid,0,0,FALSE,,,,,, +pesto.n.01,heatSource,0,0,FALSE,,,,,, +pesto.n.01,fireSource,1,0,FALSE,,,,,, +pesto.n.01,cookable,0,1,FALSE,,,,,, +pesto.n.01,coldSource,0,0,FALSE,,,,,, +pesto.n.01,sliceable,0,0,FALSE,,,,,, +pesto.n.01,slicer,1,0,FALSE,,,,,, +pesto.n.01,soakable,1,0,FALSE,,,,,, +penne.n.01,liquid,0,0,FALSE,,,,,, +penne.n.01,heatSource,0,0,FALSE,,,,,, +penne.n.01,fireSource,1,0,FALSE,,,,,, +penne.n.01,cookable,0,1,FALSE,,,,,, +penne.n.01,coldSource,0,0,FALSE,,,,,, +penne.n.01,sliceable,0,1,FALSE,,,,,, +penne.n.01,slicer,1,0,FALSE,,,,,, +penne.n.01,soakable,0,0,FALSE,,,,,, +pearl.n.01,liquid,0,0,FALSE,,,,,, +pearl.n.01,heatSource,0,0,FALSE,,,,,, +pearl.n.01,fireSource,0,0,FALSE,,,,,, +pearl.n.01,cookable,0,0,FALSE,,,,,, +pearl.n.01,coldSource,0,0,FALSE,,,,,, +pearl.n.01,sliceable,0,0,FALSE,,,,,, +pearl.n.01,slicer,0,0,FALSE,,,,,, +pearl.n.01,soakable,0,0,FALSE,,,,,, +peanut_oil.n.01,liquid,1,1,FALSE,,,,,, +peanut_oil.n.01,heatSource,0,0,FALSE,,,,,, +peanut_oil.n.01,fireSource,1,1,FALSE,,,,,, +peanut_oil.n.01,cookable,0,1,FALSE,,,,,, +peanut_oil.n.01,coldSource,1,0,FALSE,,,,,, +peanut_oil.n.01,sliceable,0,0,FALSE,,,,,, +peanut_oil.n.01,slicer,0,0,FALSE,,,,,, +peanut_oil.n.01,soakable,0,0,FALSE,,,,,, +paving_stone.n.01,liquid,0,0,FALSE,,,,,, +paving_stone.n.01,heatSource,0,0,FALSE,,,,,, +paving_stone.n.01,fireSource,0,0,FALSE,,,,,, +paving_stone.n.01,cookable,0,0,FALSE,,,,,, +paving_stone.n.01,coldSource,0,0,FALSE,,,,,, +paving_stone.n.01,sliceable,0,0,FALSE,,,,,, +paving_stone.n.01,slicer,0,0,FALSE,,,,,, +paving_stone.n.01,soakable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,liquid,0,0,FALSE,,,,,, +kitchen_utensil.n.01,heatSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,fireSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,cookable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,coldSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,sliceable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,slicer,1,1,FALSE,,,,,, +kitchen_utensil.n.01,soakable,0,0,FALSE,,,,,, +brush.n.02,liquid,0,0,FALSE,,,,,, +brush.n.02,heatSource,0,0,FALSE,,,,,, +brush.n.02,fireSource,0,0,FALSE,,,,,, +brush.n.02,cookable,0,0,FALSE,,,,,, +brush.n.02,coldSource,0,0,FALSE,,,,,, +brush.n.02,sliceable,0,0,FALSE,,,,,, +brush.n.02,slicer,0,0,FALSE,,,,,, +brush.n.02,soakable,0,0,FALSE,,,,,, +papaya.n.01,liquid,0,0,FALSE,,,,,, +papaya.n.01,heatSource,0,0,FALSE,,,,,, +papaya.n.01,fireSource,0,0,FALSE,,,,,, +papaya.n.01,cookable,0,1,FALSE,,,,,, +papaya.n.01,coldSource,0,0,FALSE,,,,,, +papaya.n.01,sliceable,0,1,FALSE,,,,,, +papaya.n.01,slicer,0,0,FALSE,,,,,, +papaya.n.01,soakable,0,0,FALSE,,,,,, +painkiller.n.01,liquid,0,0,FALSE,,,,,, +painkiller.n.01,heatSource,0,0,FALSE,,,,,, +painkiller.n.01,fireSource,0,0,FALSE,,,,,, +painkiller.n.01,cookable,0,0,FALSE,,,,,, +painkiller.n.01,coldSource,0,0,FALSE,,,,,, +painkiller.n.01,sliceable,0,0,FALSE,,,,,, +painkiller.n.01,slicer,0,0,FALSE,,,,,, +painkiller.n.01,soakable,0,0,FALSE,,,,,, +analgesic.n.01,liquid,0,0,FALSE,,,,,, +analgesic.n.01,heatSource,0,0,FALSE,,,,,, +analgesic.n.01,fireSource,0,0,FALSE,,,,,, +analgesic.n.01,cookable,0,0,FALSE,,,,,, +analgesic.n.01,coldSource,0,0,FALSE,,,,,, +analgesic.n.01,sliceable,0,0,FALSE,,,,,, +analgesic.n.01,slicer,0,0,FALSE,,,,,, +analgesic.n.01,soakable,0,0,FALSE,,,,,, +napkin_ring.n.01,liquid,0,0,FALSE,,,,,, +napkin_ring.n.01,heatSource,0,0,FALSE,,,,,, +napkin_ring.n.01,fireSource,0,0,FALSE,,,,,, +napkin_ring.n.01,cookable,0,0,FALSE,,,,,, +napkin_ring.n.01,coldSource,0,0,FALSE,,,,,, +napkin_ring.n.01,sliceable,0,0,FALSE,,,,,, +napkin_ring.n.01,slicer,0,0,FALSE,,,,,, +napkin_ring.n.01,soakable,0,0,FALSE,,,,,, +molasses.n.01,liquid,1,1,FALSE,,,,,, +molasses.n.01,heatSource,0,0,FALSE,,,,,, +molasses.n.01,fireSource,1,0,FALSE,,,,,, +molasses.n.01,cookable,0,1,FALSE,,,,,, +molasses.n.01,coldSource,0,0,FALSE,,,,,, +molasses.n.01,sliceable,0,0,FALSE,,,,,, +molasses.n.01,slicer,0,0,FALSE,,,,,, +molasses.n.01,soakable,0,0,FALSE,,,,,, +menu.n.01,liquid,0,0,FALSE,,,,,, +menu.n.01,heatSource,0,0,FALSE,,,,,, +menu.n.01,fireSource,0,0,FALSE,,,,,, +menu.n.01,cookable,0,0,FALSE,,,,,, +menu.n.01,coldSource,0,0,FALSE,,,,,, +menu.n.01,sliceable,0,0,FALSE,,,,,, +menu.n.01,slicer,1,0,FALSE,,,,,, +menu.n.01,soakable,0,0,FALSE,,,,,, +meatball.n.01,liquid,0,0,FALSE,,,,,, +meatball.n.01,heatSource,0,0,FALSE,,,,,, +meatball.n.01,fireSource,1,0,FALSE,,,,,, +meatball.n.01,cookable,0,1,FALSE,,,,,, +meatball.n.01,coldSource,0,0,FALSE,,,,,, +meatball.n.01,sliceable,0,1,FALSE,,,,,, +meatball.n.01,slicer,0,0,FALSE,,,,,, +meatball.n.01,soakable,0,0,FALSE,,,,,, +mattress_pad.n.01,liquid,0,0,FALSE,,,,,, +mattress_pad.n.01,heatSource,0,0,FALSE,,,,,, +mattress_pad.n.01,fireSource,0,0,FALSE,,,,,, +mattress_pad.n.01,cookable,0,0,FALSE,,,,,, +mattress_pad.n.01,coldSource,0,0,FALSE,,,,,, +mattress_pad.n.01,sliceable,0,0,FALSE,,,,,, +mattress_pad.n.01,slicer,0,0,FALSE,,,,,, +mattress_pad.n.01,soakable,0,1,FALSE,,,,,, +margarita.n.01,liquid,1,1,FALSE,,,,,, +fruit_juice.n.01,liquid,1,1,FALSE,,,,,, +fruit_juice.n.01,heatSource,0,0,FALSE,,,,,, +fruit_juice.n.01,fireSource,0,0,FALSE,,,,,, +fruit_juice.n.01,cookable,0,0,FALSE,,,,,, +fruit_juice.n.01,coldSource,1,0,FALSE,,,,,, +fruit_juice.n.01,sliceable,0,0,FALSE,,,,,, +fruit_juice.n.01,slicer,0,0,FALSE,,,,,, +fruit_juice.n.01,soakable,0,0,FALSE,,,,,, +garden_tool.n.01,liquid,0,0,FALSE,,,,,, +garden_tool.n.01,heatSource,0,0,FALSE,,,,,, +garden_tool.n.01,fireSource,0,0,FALSE,,,,,, +garden_tool.n.01,cookable,0,0,FALSE,,,,,, +garden_tool.n.01,coldSource,0,0,FALSE,,,,,, +garden_tool.n.01,sliceable,0,0,FALSE,,,,,, +garden_tool.n.01,slicer,1,0,FALSE,,,,,, +garden_tool.n.01,soakable,0,0,FALSE,,,,,, +glaze.n.01,liquid,0,0,FALSE,,,,,, +glaze.n.01,heatSource,0,0,FALSE,,,,,, +glaze.n.01,fireSource,1,0,FALSE,,,,,, +glaze.n.01,cookable,0,1,FALSE,,,,,, +glaze.n.01,coldSource,1,0,FALSE,,,,,, +glaze.n.01,sliceable,0,0,FALSE,,,,,, +glaze.n.01,slicer,0,0,FALSE,,,,,, +glaze.n.01,soakable,0,0,FALSE,,,,,, +glue.n.01,liquid,0,0,FALSE,,,,,, +glue.n.01,heatSource,0,0,FALSE,,,,,, +glue.n.01,fireSource,0,0,FALSE,,,,,, +glue.n.01,cookable,0,0,FALSE,,,,,, +glue.n.01,coldSource,0,0,FALSE,,,,,, +glue.n.01,sliceable,0,0,FALSE,,,,,, +glue.n.01,slicer,0,0,FALSE,,,,,, +glue.n.01,soakable,0,0,FALSE,,,,,, +grit.n.01,liquid,0,0,FALSE,,,,,, +grit.n.01,heatSource,0,0,FALSE,,,,,, +grit.n.01,fireSource,0,0,FALSE,,,,,, +grit.n.01,cookable,0,0,FALSE,,,,,, +grit.n.01,coldSource,0,0,FALSE,,,,,, +grit.n.01,sliceable,0,0,FALSE,,,,,, +grit.n.01,slicer,0,0,FALSE,,,,,, +grit.n.01,soakable,0,0,FALSE,,,,,, +grocery_bag.n.01,liquid,0,0,FALSE,,,,,, +grocery_bag.n.01,heatSource,0,0,FALSE,,,,,, +grocery_bag.n.01,fireSource,0,0,FALSE,,,,,, +grocery_bag.n.01,cookable,0,0,FALSE,,,,,, +grocery_bag.n.01,coldSource,1,0,FALSE,,,,,, +grocery_bag.n.01,sliceable,0,0,FALSE,,,,,, +grocery_bag.n.01,slicer,1,0,FALSE,,,,,, +grocery_bag.n.01,soakable,1,0,FALSE,,,,,, +grout.n.01,liquid,0,1,FALSE,,,,,, +grout.n.01,heatSource,0,0,FALSE,,,,,, +grout.n.01,fireSource,0,0,FALSE,,,,,, +grout.n.01,cookable,0,0,FALSE,,,,,, +grout.n.01,coldSource,0,0,FALSE,,,,,, +grout.n.01,sliceable,0,0,FALSE,,,,,, +grout.n.01,slicer,1,0,FALSE,,,,,, +grout.n.01,soakable,0,0,FALSE,,,,,, +chewing_gum.n.01,liquid,0,0,FALSE,,,,,, +chewing_gum.n.01,heatSource,0,0,FALSE,,,,,, +chewing_gum.n.01,fireSource,0,0,FALSE,,,,,, +chewing_gum.n.01,cookable,0,0,FALSE,,,,,, +chewing_gum.n.01,coldSource,0,0,FALSE,,,,,, +chewing_gum.n.01,sliceable,0,0,FALSE,,,,,, +chewing_gum.n.01,slicer,0,0,FALSE,,,,,, +chewing_gum.n.01,soakable,0,0,FALSE,,,,,, +hammock.n.02,liquid,0,0,FALSE,,,,,, +hammock.n.02,heatSource,0,0,FALSE,,,,,, +hammock.n.02,fireSource,0,0,FALSE,,,,,, +hammock.n.02,cookable,0,0,FALSE,,,,,, +hammock.n.02,coldSource,0,0,FALSE,,,,,, +hammock.n.02,sliceable,0,0,FALSE,,,,,, +hammock.n.02,slicer,0,0,FALSE,,,,,, +hammock.n.02,soakable,0,1,FALSE,,,,,, +hemp.n.01,liquid,0,0,FALSE,,,,,, +hemp.n.01,heatSource,0,0,FALSE,,,,,, +hemp.n.01,fireSource,0,0,FALSE,,,,,, +hemp.n.01,cookable,0,0,FALSE,,,,,, +hemp.n.01,coldSource,0,0,FALSE,,,,,, +hemp.n.01,sliceable,0,1,FALSE,,,,,, +hemp.n.01,slicer,0,0,FALSE,,,,,, +hemp.n.01,soakable,0,0,FALSE,,,,,, +hot_tub.n.01,liquid,0,0,FALSE,,,,,, +hot_tub.n.01,heatSource,1,0,FALSE,,,,,, +hot_tub.n.01,fireSource,0,0,FALSE,,,,,, +hot_tub.n.01,cookable,0,0,FALSE,,,,,, +hot_tub.n.01,coldSource,1,0,FALSE,,,,,, +hot_tub.n.01,sliceable,0,0,FALSE,,,,,, +hot_tub.n.01,slicer,0,0,FALSE,,,,,, +hot_tub.n.01,soakable,0,0,FALSE,,,,,, +jalapeno.n.02,liquid,0,0,FALSE,,,,,, +jalapeno.n.02,heatSource,1,0,FALSE,,,,,, +jalapeno.n.02,fireSource,1,0,FALSE,,,,,, +jalapeno.n.02,cookable,0,1,FALSE,,,,,, +jalapeno.n.02,coldSource,0,0,FALSE,,,,,, +jalapeno.n.02,sliceable,0,1,FALSE,,,,,, +jalapeno.n.02,slicer,1,0,FALSE,,,,,, +jalapeno.n.02,soakable,0,0,FALSE,,,,,, +jelly_bean.n.01,liquid,0,0,FALSE,,,,,, +jelly_bean.n.01,heatSource,0,0,FALSE,,,,,, +jelly_bean.n.01,fireSource,0,0,FALSE,,,,,, +jelly_bean.n.01,cookable,0,1,FALSE,,,,,, +jelly_bean.n.01,coldSource,0,0,FALSE,,,,,, +jelly_bean.n.01,sliceable,0,1,FALSE,,,,,, +jelly_bean.n.01,slicer,1,0,FALSE,,,,,, +jelly_bean.n.01,soakable,0,0,FALSE,,,,,, +ember.n.01,liquid,0,0,FALSE,,,,,, +ember.n.01,heatSource,1,1,FALSE,,,,,, +ember.n.01,fireSource,1,1,FALSE,,,,,, +ember.n.01,cookable,0,0,FALSE,,,,,, +ember.n.01,coldSource,0,0,FALSE,,,,,, +ember.n.01,sliceable,0,0,FALSE,,,,,, +ember.n.01,slicer,0,0,FALSE,,,,,, +ember.n.01,soakable,0,0,FALSE,,,,,, +knife.n.01,liquid,0,0,FALSE,,,,,, +knife.n.01,heatSource,0,0,FALSE,,,,,, +knife.n.01,fireSource,0,0,FALSE,,,,,, +knife.n.01,cookable,0,0,FALSE,,,,,, +knife.n.01,coldSource,0,0,FALSE,,,,,, +knife.n.01,sliceable,1,0,FALSE,,,,,, +knife.n.01,slicer,1,1,FALSE,,,,,, +knife.n.01,soakable,0,0,FALSE,,,,,, +edge_tool.n.01,liquid,0,0,FALSE,,,,,, +edge_tool.n.01,heatSource,0,0,FALSE,,,,,, +edge_tool.n.01,fireSource,0,0,FALSE,,,,,, +edge_tool.n.01,cookable,0,0,FALSE,,,,,, +edge_tool.n.01,coldSource,0,0,FALSE,,,,,, +edge_tool.n.01,sliceable,1,0,FALSE,,,,,, +edge_tool.n.01,slicer,1,1,FALSE,,,,,, +edge_tool.n.01,soakable,0,0,FALSE,,,,,, +bridge.n.01,liquid,0,0,FALSE,,,,,, +bridge.n.01,heatSource,0,0,FALSE,,,,,, +bridge.n.01,fireSource,0,0,FALSE,,,,,, +bridge.n.01,cookable,0,0,FALSE,,,,,, +bridge.n.01,coldSource,0,0,FALSE,,,,,, +bridge.n.01,sliceable,0,0,FALSE,,,,,, +bridge.n.01,slicer,1,0,FALSE,,,,,, +bridge.n.01,soakable,0,0,FALSE,,,,,, +bungee.n.01,liquid,0,0,FALSE,,,,,, +bungee.n.01,heatSource,0,0,FALSE,,,,,, +bungee.n.01,fireSource,0,0,FALSE,,,,,, +bungee.n.01,cookable,0,0,FALSE,,,,,, +bungee.n.01,coldSource,0,0,FALSE,,,,,, +bungee.n.01,sliceable,0,0,FALSE,,,,,, +bungee.n.01,slicer,1,0,FALSE,,,,,, +bungee.n.01,soakable,0,0,FALSE,,,,,, +candelabrum.n.01,liquid,0,0,FALSE,,,,,, +candelabrum.n.01,heatSource,0,0,FALSE,,,,,, +candelabrum.n.01,fireSource,0,0,FALSE,,,,,, +candelabrum.n.01,cookable,0,0,FALSE,,,,,, +candelabrum.n.01,coldSource,0,0,FALSE,,,,,, +candelabrum.n.01,sliceable,0,0,FALSE,,,,,, +candelabrum.n.01,slicer,1,0,FALSE,,,,,, +candelabrum.n.01,soakable,0,0,FALSE,,,,,, +cashew.n.02,liquid,0,0,FALSE,,,,,, +cashew.n.02,heatSource,0,0,FALSE,,,,,, +cashew.n.02,fireSource,1,0,FALSE,,,,,, +cashew.n.02,cookable,0,1,FALSE,,,,,, +cashew.n.02,coldSource,0,0,FALSE,,,,,, +cashew.n.02,sliceable,0,0,FALSE,,,,,, +cashew.n.02,slicer,0,1,FALSE,,,,,, +cashew.n.02,soakable,0,0,FALSE,,,,,, +cassette.n.01,liquid,0,0,FALSE,,,,,, +cassette.n.01,heatSource,0,0,FALSE,,,,,, +cassette.n.01,fireSource,0,0,FALSE,,,,,, +cassette.n.01,cookable,0,0,FALSE,,,,,, +cassette.n.01,coldSource,0,0,FALSE,,,,,, +cassette.n.01,sliceable,0,0,FALSE,,,,,, +cassette.n.01,slicer,1,0,FALSE,,,,,, +cassette.n.01,soakable,0,0,FALSE,,,,,, +skillet.n.01,liquid,0,0,FALSE,,,,,, +skillet.n.01,heatSource,1,1,FALSE,,,,,, +skillet.n.01,fireSource,1,0,FALSE,,,,,, +skillet.n.01,cookable,0,0,FALSE,,,,,, +skillet.n.01,coldSource,0,0,FALSE,,,,,, +skillet.n.01,sliceable,0,0,FALSE,,,,,, +skillet.n.01,slicer,1,0,FALSE,,,,,, +skillet.n.01,soakable,0,0,FALSE,,,,,, +cheesecake.n.01,liquid,0,0,FALSE,,,,,, +cheesecake.n.01,heatSource,0,0,FALSE,,,,,, +cheesecake.n.01,fireSource,1,0,FALSE,,,,,, +cheesecake.n.01,cookable,0,1,FALSE,,,,,, +cheesecake.n.01,coldSource,1,0,FALSE,,,,,, +cheesecake.n.01,sliceable,0,1,FALSE,,,,,, +cheesecake.n.01,slicer,0,0,FALSE,,,,,, +cheesecake.n.01,soakable,0,0,FALSE,,,,,, +chorizo.n.01,liquid,0,0,FALSE,,,,,, +chorizo.n.01,heatSource,0,0,FALSE,,,,,, +chorizo.n.01,fireSource,1,0,FALSE,,,,,, +chorizo.n.01,cookable,0,1,FALSE,,,,,, +chorizo.n.01,coldSource,0,0,FALSE,,,,,, +chorizo.n.01,sliceable,0,1,FALSE,,,,,, +chorizo.n.01,slicer,1,0,FALSE,,,,,, +chorizo.n.01,soakable,0,0,FALSE,,,,,, +chowder.n.01,liquid,0,1,FALSE,,,,,, +chowder.n.01,heatSource,0,0,FALSE,,,,,, +chowder.n.01,fireSource,1,0,FALSE,,,,,, +chowder.n.01,cookable,0,1,FALSE,,,,,, +chowder.n.01,coldSource,1,0,FALSE,,,,,, +chowder.n.01,sliceable,0,0,FALSE,,,,,, +chowder.n.01,slicer,0,0,FALSE,,,,,, +chowder.n.01,soakable,0,0,FALSE,,,,,, +fairy_light.n.01,liquid,0,0,FALSE,,,,,, +fairy_light.n.01,heatSource,0,0,FALSE,,,,,, +fairy_light.n.01,fireSource,0,0,FALSE,,,,,, +fairy_light.n.01,cookable,0,0,FALSE,,,,,, +fairy_light.n.01,coldSource,0,0,FALSE,,,,,, +fairy_light.n.01,sliceable,0,0,FALSE,,,,,, +fairy_light.n.01,slicer,1,0,FALSE,,,,,, +fairy_light.n.01,soakable,0,0,FALSE,,,,,, +citric_acid.n.01,liquid,0,0,FALSE,,,,,, +citric_acid.n.01,heatSource,0,0,FALSE,,,,,, +citric_acid.n.01,fireSource,0,0,FALSE,,,,,, +citric_acid.n.01,cookable,0,0,FALSE,,,,,, +citric_acid.n.01,coldSource,0,0,FALSE,,,,,, +citric_acid.n.01,sliceable,0,0,FALSE,,,,,, +citric_acid.n.01,slicer,0,0,FALSE,,,,,, +citric_acid.n.01,soakable,0,0,FALSE,,,,,, +cleansing_agent.n.01,liquid,1,1,FALSE,,,,,, +cleansing_agent.n.01,heatSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,fireSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,cookable,0,0,FALSE,,,,,, +cleansing_agent.n.01,coldSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,sliceable,0,0,FALSE,,,,,, +cleansing_agent.n.01,slicer,0,0,FALSE,,,,,, +cleansing_agent.n.01,soakable,0,0,FALSE,,,,,, +coaster.n.03,liquid,0,0,FALSE,,,,,, +coaster.n.03,heatSource,0,0,FALSE,,,,,, +coaster.n.03,fireSource,0,0,FALSE,,,,,, +coaster.n.03,cookable,0,0,FALSE,,,,,, +coaster.n.03,coldSource,0,0,FALSE,,,,,, +coaster.n.03,sliceable,0,0,FALSE,,,,,, +coaster.n.03,slicer,0,0,FALSE,,,,,, +coaster.n.03,soakable,0,1,FALSE,,,,,, +cod.n.02,liquid,0,0,FALSE,,,,,, +cod.n.02,heatSource,0,0,FALSE,,,,,, +cod.n.02,fireSource,1,0,FALSE,,,,,, +cod.n.02,cookable,0,1,FALSE,,,,,, +cod.n.02,coldSource,0,0,FALSE,,,,,, +cod.n.02,sliceable,0,1,FALSE,,,,,, +cod.n.02,slicer,0,0,FALSE,,,,,, +cod.n.02,soakable,0,0,FALSE,,,,,, +cola.n.02,liquid,1,1,FALSE,,,,,, +cola.n.02,heatSource,0,0,FALSE,,,,,, +cola.n.02,fireSource,0,0,FALSE,,,,,, +cola.n.02,cookable,1,1,FALSE,,,,,, +cola.n.02,coldSource,1,0,FALSE,,,,,, +cola.n.02,sliceable,0,0,FALSE,,,,,, +cola.n.02,slicer,0,0,FALSE,,,,,, +cola.n.02,soakable,0,0,FALSE,,,,,, +comic_book.n.01,liquid,0,0,FALSE,,,,,, +comic_book.n.01,heatSource,0,0,FALSE,,,,,, +comic_book.n.01,fireSource,0,0,FALSE,,,,,, +comic_book.n.01,cookable,0,0,FALSE,,,,,, +comic_book.n.01,coldSource,0,0,FALSE,,,,,, +comic_book.n.01,sliceable,0,0,FALSE,,,,,, +comic_book.n.01,slicer,0,0,FALSE,,,,,, +comic_book.n.01,soakable,0,1,FALSE,,,,,, +cookie_cutter.n.01,liquid,0,0,FALSE,,,,,, +cookie_cutter.n.01,heatSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,fireSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,cookable,0,0,FALSE,,,,,, +cookie_cutter.n.01,coldSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,sliceable,0,0,FALSE,,,,,, +cookie_cutter.n.01,slicer,1,1,FALSE,,,,,, +cookie_cutter.n.01,soakable,0,0,FALSE,,,,,, +cottage_cheese.n.01,liquid,0,0,FALSE,,,,,, +cottage_cheese.n.01,heatSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,fireSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,cookable,0,1,FALSE,,,,,, +cottage_cheese.n.01,coldSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,sliceable,0,1,FALSE,,,,,, +cottage_cheese.n.01,slicer,0,0,FALSE,,,,,, +cottage_cheese.n.01,soakable,0,0,FALSE,,,,,, +cranberry_juice.n.01,liquid,1,1,FALSE,,,,,, +cranberry_juice.n.01,heatSource,0,0,FALSE,,,,,, +cranberry_juice.n.01,fireSource,0,0,FALSE,,,,,, +cranberry_juice.n.01,cookable,0,1,FALSE,,,,,, +cranberry_juice.n.01,coldSource,1,0,FALSE,,,,,, +cranberry_juice.n.01,sliceable,0,0,FALSE,,,,,, +cranberry_juice.n.01,slicer,0,0,FALSE,,,,,, +cranberry_juice.n.01,soakable,0,0,FALSE,,,,,, +curry_powder.n.01,liquid,0,0,FALSE,,,,,, +curry_powder.n.01,heatSource,0,0,FALSE,,,,,, +curry_powder.n.01,fireSource,1,0,FALSE,,,,,, +curry_powder.n.01,cookable,0,1,FALSE,,,,,, +curry_powder.n.01,coldSource,0,0,FALSE,,,,,, +curry_powder.n.01,sliceable,0,0,FALSE,,,,,, +curry_powder.n.01,slicer,0,0,FALSE,,,,,, +curry_powder.n.01,soakable,0,0,FALSE,,,,,, +cold_cuts.n.01,liquid,0,0,FALSE,,,,,, +cold_cuts.n.01,heatSource,0,0,FALSE,,,,,, +cold_cuts.n.01,fireSource,0,0,FALSE,,,,,, +cold_cuts.n.01,cookable,1,1,FALSE,,,,,, +cold_cuts.n.01,coldSource,0,0,FALSE,,,,,, +cold_cuts.n.01,sliceable,0,1,FALSE,,,,,, +cold_cuts.n.01,slicer,0,0,FALSE,,,,,, +cold_cuts.n.01,soakable,0,0,FALSE,,,,,, +diamond.n.01,liquid,0,0,FALSE,,,,,, +diamond.n.01,heatSource,0,0,FALSE,,,,,, +diamond.n.01,fireSource,0,0,FALSE,,,,,, +diamond.n.01,cookable,0,0,FALSE,,,,,, +diamond.n.01,coldSource,0,0,FALSE,,,,,, +diamond.n.01,sliceable,0,0,FALSE,,,,,, +diamond.n.01,slicer,0,0,FALSE,,,,,, +diamond.n.01,soakable,0,0,FALSE,,,,,, +bag.n.04,liquid,0,0,FALSE,,,,,, +bag.n.04,heatSource,0,0,FALSE,,,,,, +bag.n.04,fireSource,0,0,FALSE,,,,,, +bag.n.04,cookable,0,0,FALSE,,,,,, +bag.n.04,coldSource,0,0,FALSE,,,,,, +bag.n.04,sliceable,0,0,FALSE,,,,,, +bag.n.04,slicer,1,0,FALSE,,,,,, +bag.n.04,soakable,1,0,FALSE,,,,,, +dinner_plate.n.01,liquid,0,0,FALSE,,,,,, +dinner_plate.n.01,heatSource,0,0,FALSE,,,,,, +dinner_plate.n.01,fireSource,0,0,FALSE,,,,,, +dinner_plate.n.01,cookable,0,0,FALSE,,,,,, +dinner_plate.n.01,coldSource,0,0,FALSE,,,,,, +dinner_plate.n.01,sliceable,0,0,FALSE,,,,,, +dinner_plate.n.01,slicer,1,0,FALSE,,,,,, +dinner_plate.n.01,soakable,0,0,FALSE,,,,,, +essence.n.04,liquid,0,0,FALSE,,,,,, +essence.n.04,heatSource,0,0,FALSE,,,,,, +essence.n.04,fireSource,0,0,FALSE,,,,,, +essence.n.04,cookable,0,0,FALSE,,,,,, +essence.n.04,coldSource,1,0,FALSE,,,,,, +essence.n.04,sliceable,0,0,FALSE,,,,,, +essence.n.04,slicer,0,0,FALSE,,,,,, +essence.n.04,soakable,0,0,FALSE,,,,,, +aluminum.n.01,liquid,0,0,FALSE,,,,,, +aluminum.n.01,heatSource,0,0,FALSE,,,,,, +aluminum.n.01,fireSource,0,0,FALSE,,,,,, +aluminum.n.01,cookable,0,0,FALSE,,,,,, +aluminum.n.01,coldSource,0,0,FALSE,,,,,, +aluminum.n.01,sliceable,0,0,FALSE,,,,,, +aluminum.n.01,slicer,0,0,FALSE,,,,,, +aluminum.n.01,soakable,0,0,FALSE,,,,,, +antenna.n.01,liquid,0,0,FALSE,,,,,, +antenna.n.01,heatSource,0,0,FALSE,,,,,, +antenna.n.01,fireSource,0,0,FALSE,,,,,, +antenna.n.01,cookable,0,0,FALSE,,,,,, +antenna.n.01,coldSource,0,0,FALSE,,,,,, +antenna.n.01,sliceable,0,0,FALSE,,,,,, +antenna.n.01,slicer,1,0,FALSE,,,,,, +antenna.n.01,soakable,0,0,FALSE,,,,,, +cider.n.01,liquid,1,1,FALSE,,,,,, +cider.n.01,heatSource,0,0,FALSE,,,,,, +cider.n.01,fireSource,0,0,FALSE,,,,,, +cider.n.01,cookable,0,1,FALSE,,,,,, +cider.n.01,coldSource,1,0,FALSE,,,,,, +cider.n.01,sliceable,0,0,FALSE,,,,,, +cider.n.01,slicer,0,0,FALSE,,,,,, +cider.n.01,soakable,0,0,FALSE,,,,,, +apron.n.01,liquid,0,0,FALSE,,,,,, +apron.n.01,heatSource,0,0,FALSE,,,,,, +apron.n.01,fireSource,0,0,FALSE,,,,,, +apron.n.01,cookable,0,0,FALSE,,,,,, +apron.n.01,coldSource,0,0,FALSE,,,,,, +apron.n.01,sliceable,0,0,FALSE,,,,,, +apron.n.01,slicer,0,0,FALSE,,,,,, +apron.n.01,soakable,1,1,FALSE,,,,,, +artichoke.n.01,liquid,0,0,FALSE,,,,,, +artichoke.n.01,heatSource,0,0,FALSE,,,,,, +artichoke.n.01,fireSource,1,0,FALSE,,,,,, +artichoke.n.01,cookable,0,1,FALSE,,,,,, +artichoke.n.01,coldSource,0,0,FALSE,,,,,, +artichoke.n.01,sliceable,0,1,FALSE,,,,,, +artichoke.n.01,slicer,0,0,FALSE,,,,,, +artichoke.n.01,soakable,0,0,FALSE,,,,,, +bandage.n.01,liquid,0,0,FALSE,,,,,, +bandage.n.01,heatSource,0,0,FALSE,,,,,, +bandage.n.01,fireSource,0,0,FALSE,,,,,, +bandage.n.01,cookable,0,0,FALSE,,,,,, +bandage.n.01,coldSource,0,0,FALSE,,,,,, +bandage.n.01,sliceable,0,0,FALSE,,,,,, +bandage.n.01,slicer,0,0,FALSE,,,,,, +bandage.n.01,soakable,1,1,FALSE,,,,,, +banner.n.01,liquid,0,0,FALSE,,,,,, +banner.n.01,heatSource,0,0,FALSE,,,,,, +banner.n.01,fireSource,0,0,FALSE,,,,,, +banner.n.01,cookable,0,0,FALSE,,,,,, +banner.n.01,coldSource,0,0,FALSE,,,,,, +banner.n.01,sliceable,0,0,FALSE,,,,,, +banner.n.01,slicer,1,0,FALSE,,,,,, +banner.n.01,soakable,0,1,FALSE,,,,,, +bar.n.03,liquid,0,0,FALSE,,,,,, +bar.n.03,heatSource,0,0,FALSE,,,,,, +bar.n.03,fireSource,0,0,FALSE,,,,,, +bar.n.03,cookable,0,0,FALSE,,,,,, +bar.n.03,coldSource,0,0,FALSE,,,,,, +bar.n.03,sliceable,0,0,FALSE,,,,,, +bar.n.03,slicer,1,0,FALSE,,,,,, +bar.n.03,soakable,0,0,FALSE,,,,,, +bark.n.01,liquid,0,0,FALSE,,,,,, +bark.n.01,heatSource,0,0,FALSE,,,,,, +bark.n.01,fireSource,0,1,FALSE,,,,,, +bark.n.01,cookable,0,0,FALSE,,,,,, +bark.n.01,coldSource,0,0,FALSE,,,,,, +bark.n.01,sliceable,0,0,FALSE,,,,,, +bark.n.01,slicer,0,0,FALSE,,,,,, +bark.n.01,soakable,0,1,FALSE,,,,,, +barrel.n.03,liquid,0,0,FALSE,,,,,, +barrel.n.03,heatSource,0,0,FALSE,,,,,, +barrel.n.03,fireSource,0,0,FALSE,,,,,, +barrel.n.03,cookable,0,0,FALSE,,,,,, +barrel.n.03,coldSource,0,0,FALSE,,,,,, +barrel.n.03,sliceable,0,0,FALSE,,,,,, +barrel.n.03,slicer,1,0,FALSE,,,,,, +barrel.n.03,soakable,0,1,FALSE,,,,,, +bird_feeder.n.01,liquid,0,0,FALSE,,,,,, +bird_feeder.n.01,heatSource,0,0,FALSE,,,,,, +bird_feeder.n.01,fireSource,0,0,FALSE,,,,,, +bird_feeder.n.01,cookable,0,0,FALSE,,,,,, +bird_feeder.n.01,coldSource,0,0,FALSE,,,,,, +bird_feeder.n.01,sliceable,0,0,FALSE,,,,,, +bird_feeder.n.01,slicer,0,0,FALSE,,,,,, +bird_feeder.n.01,soakable,0,0,FALSE,,,,,, +blazer.n.01,liquid,0,0,FALSE,,,,,, +blazer.n.01,heatSource,0,0,FALSE,,,,,, +blazer.n.01,fireSource,0,0,FALSE,,,,,, +blazer.n.01,cookable,0,0,FALSE,,,,,, +blazer.n.01,coldSource,0,0,FALSE,,,,,, +blazer.n.01,sliceable,0,0,FALSE,,,,,, +blazer.n.01,slicer,1,0,FALSE,,,,,, +blazer.n.01,soakable,1,1,FALSE,,,,,, +bleu.n.01,liquid,0,0,FALSE,,,,,, +bleu.n.01,heatSource,0,0,FALSE,,,,,, +bleu.n.01,fireSource,0,0,FALSE,,,,,, +bleu.n.01,cookable,0,1,FALSE,,,,,, +bleu.n.01,coldSource,0,0,FALSE,,,,,, +bleu.n.01,sliceable,0,1,FALSE,,,,,, +bleu.n.01,slicer,0,0,FALSE,,,,,, +bleu.n.01,soakable,0,0,FALSE,,,,,, +notepad.n.01,liquid,0,0,FALSE,,,,,, +notepad.n.01,heatSource,0,0,FALSE,,,,,, +notepad.n.01,fireSource,0,0,FALSE,,,,,, +notepad.n.01,cookable,0,0,FALSE,,,,,, +notepad.n.01,coldSource,0,0,FALSE,,,,,, +notepad.n.01,sliceable,0,0,FALSE,,,,,, +notepad.n.01,slicer,1,0,FALSE,,,,,, +notepad.n.01,soakable,1,0,FALSE,,,,,, +nut_butter.n.01,liquid,0,0,FALSE,,,,,, +nut_butter.n.01,heatSource,0,0,FALSE,,,,,, +nut_butter.n.01,fireSource,0,0,FALSE,,,,,, +nut_butter.n.01,cookable,0,1,FALSE,,,,,, +nut_butter.n.01,coldSource,0,0,FALSE,,,,,, +nut_butter.n.01,sliceable,0,1,FALSE,,,,,, +nut_butter.n.01,slicer,0,0,FALSE,,,,,, +nut_butter.n.01,soakable,0,0,FALSE,,,,,, +okra.n.02,liquid,0,0,FALSE,,,,,, +okra.n.02,heatSource,0,0,FALSE,,,,,, +okra.n.02,fireSource,1,0,FALSE,,,,,, +okra.n.02,cookable,0,1,FALSE,,,,,, +okra.n.02,coldSource,0,0,FALSE,,,,,, +okra.n.02,sliceable,0,1,FALSE,,,,,, +okra.n.02,slicer,0,0,FALSE,,,,,, +okra.n.02,soakable,0,0,FALSE,,,,,, +old_fashioned.n.01,liquid,0,0,FALSE,,,,,, +old_fashioned.n.01,heatSource,0,0,FALSE,,,,,, +old_fashioned.n.01,fireSource,0,0,FALSE,,,,,, +old_fashioned.n.01,cookable,0,0,FALSE,,,,,, +old_fashioned.n.01,coldSource,0,0,FALSE,,,,,, +old_fashioned.n.01,sliceable,0,0,FALSE,,,,,, +old_fashioned.n.01,slicer,0,0,FALSE,,,,,, +old_fashioned.n.01,soakable,0,0,FALSE,,,,,, +overall.n.01,liquid,0,0,FALSE,,,,,, +overall.n.01,heatSource,0,0,FALSE,,,,,, +overall.n.01,fireSource,0,0,FALSE,,,,,, +overall.n.01,cookable,0,0,FALSE,,,,,, +overall.n.01,coldSource,0,0,FALSE,,,,,, +overall.n.01,sliceable,0,0,FALSE,,,,,, +overall.n.01,slicer,0,0,FALSE,,,,,, +overall.n.01,soakable,1,0,FALSE,,,,,, +solvent.n.01,liquid,1,1,FALSE,,,,,, +solvent.n.01,heatSource,0,0,FALSE,,,,,, +solvent.n.01,fireSource,0,0,FALSE,,,,,, +solvent.n.01,cookable,0,0,FALSE,,,,,, +solvent.n.01,coldSource,1,0,FALSE,,,,,, +solvent.n.01,sliceable,0,0,FALSE,,,,,, +solvent.n.01,slicer,0,0,FALSE,,,,,, +solvent.n.01,soakable,0,0,FALSE,,,,,, +passport.n.02,liquid,0,0,FALSE,,,,,, +passport.n.02,heatSource,0,0,FALSE,,,,,, +passport.n.02,fireSource,0,0,FALSE,,,,,, +passport.n.02,cookable,0,0,FALSE,,,,,, +passport.n.02,coldSource,0,0,FALSE,,,,,, +passport.n.02,sliceable,0,0,FALSE,,,,,, +passport.n.02,slicer,0,0,FALSE,,,,,, +passport.n.02,soakable,0,1,FALSE,,,,,, +penny.n.02,liquid,0,0,FALSE,,,,,, +penny.n.02,heatSource,0,0,FALSE,,,,,, +penny.n.02,fireSource,0,0,FALSE,,,,,, +penny.n.02,cookable,0,0,FALSE,,,,,, +penny.n.02,coldSource,0,0,FALSE,,,,,, +penny.n.02,sliceable,0,0,FALSE,,,,,, +penny.n.02,slicer,1,0,FALSE,,,,,, +penny.n.02,soakable,0,0,FALSE,,,,,, +petfood.n.01,liquid,0,0,FALSE,,,,,, +petfood.n.01,heatSource,0,0,FALSE,,,,,, +petfood.n.01,fireSource,1,0,FALSE,,,,,, +petfood.n.01,cookable,0,1,FALSE,,,,,, +petfood.n.01,coldSource,0,0,FALSE,,,,,, +petfood.n.01,sliceable,0,0,FALSE,,,,,, +petfood.n.01,slicer,0,0,FALSE,,,,,, +petfood.n.01,soakable,0,0,FALSE,,,,,, +hair.n.04,liquid,0,0,FALSE,,,,,, +hair.n.04,heatSource,0,0,FALSE,,,,,, +hair.n.04,fireSource,0,0,FALSE,,,,,, +hair.n.04,cookable,0,0,FALSE,,,,,, +hair.n.04,coldSource,0,0,FALSE,,,,,, +hair.n.04,sliceable,0,0,FALSE,,,,,, +hair.n.04,slicer,0,0,FALSE,,,,,, +hair.n.04,soakable,0,0,FALSE,,,,,, +salsa.n.01,liquid,0,0,FALSE,,,,,, +salsa.n.01,heatSource,1,0,FALSE,,,,,, +salsa.n.01,fireSource,1,0,FALSE,,,,,, +salsa.n.01,cookable,0,1,FALSE,,,,,, +salsa.n.01,coldSource,0,0,FALSE,,,,,, +salsa.n.01,sliceable,0,0,FALSE,,,,,, +salsa.n.01,slicer,0,0,FALSE,,,,,, +salsa.n.01,soakable,0,0,FALSE,,,,,, +pinecone.n.01,liquid,0,0,FALSE,,,,,, +pinecone.n.01,heatSource,0,0,FALSE,,,,,, +pinecone.n.01,fireSource,0,0,FALSE,,,,,, +pinecone.n.01,cookable,0,0,FALSE,,,,,, +pinecone.n.01,coldSource,0,0,FALSE,,,,,, +pinecone.n.01,sliceable,0,0,FALSE,,,,,, +pinecone.n.01,slicer,0,0,FALSE,,,,,, +pinecone.n.01,soakable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,liquid,0,0,FALSE,,,,,, +pipe_cleaner.n.01,heatSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,fireSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,cookable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,coldSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,sliceable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,slicer,1,0,FALSE,,,,,, +pipe_cleaner.n.01,soakable,0,0,FALSE,,,,,, +pita.n.01,liquid,0,0,FALSE,,,,,, +pita.n.01,heatSource,0,0,FALSE,,,,,, +pita.n.01,fireSource,1,0,FALSE,,,,,, +pita.n.01,cookable,0,1,FALSE,,,,,, +pita.n.01,coldSource,1,0,FALSE,,,,,, +pita.n.01,sliceable,0,1,FALSE,,,,,, +pita.n.01,slicer,1,0,FALSE,,,,,, +pita.n.01,soakable,1,1,FALSE,,,,,, +pitchfork.n.01,liquid,0,0,FALSE,,,,,, +pitchfork.n.01,heatSource,0,0,FALSE,,,,,, +pitchfork.n.01,fireSource,0,0,FALSE,,,,,, +pitchfork.n.01,cookable,0,0,FALSE,,,,,, +pitchfork.n.01,coldSource,0,0,FALSE,,,,,, +pitchfork.n.01,sliceable,0,0,FALSE,,,,,, +pitchfork.n.01,slicer,1,0,FALSE,,,,,, +pitchfork.n.01,soakable,0,0,FALSE,,,,,, +ice_lolly.n.01,liquid,0,0,FALSE,,,,,, +ice_lolly.n.01,heatSource,0,0,FALSE,,,,,, +ice_lolly.n.01,fireSource,0,0,FALSE,,,,,, +ice_lolly.n.01,cookable,1,0,FALSE,,,,,, +ice_lolly.n.01,coldSource,0,0,FALSE,,,,,, +ice_lolly.n.01,sliceable,0,0,FALSE,,,,,, +ice_lolly.n.01,slicer,0,0,FALSE,,,,,, +ice_lolly.n.01,soakable,0,0,FALSE,,,,,, +mushroom.n.01,liquid,0,0,FALSE,,,,,, +mushroom.n.01,heatSource,0,0,FALSE,,,,,, +mushroom.n.01,fireSource,1,0,FALSE,,,,,, +mushroom.n.01,cookable,0,1,FALSE,,,,,, +mushroom.n.01,coldSource,0,0,FALSE,,,,,, +mushroom.n.01,sliceable,0,1,FALSE,,,,,, +mushroom.n.01,slicer,0,0,FALSE,,,,,, +mushroom.n.01,soakable,0,0,FALSE,,,,,, +price_tag.n.01,liquid,0,0,FALSE,,,,,, +price_tag.n.01,heatSource,0,0,FALSE,,,,,, +price_tag.n.01,fireSource,0,0,FALSE,,,,,, +price_tag.n.01,cookable,0,0,FALSE,,,,,, +price_tag.n.01,coldSource,0,0,FALSE,,,,,, +price_tag.n.01,sliceable,0,0,FALSE,,,,,, +price_tag.n.01,slicer,1,0,FALSE,,,,,, +price_tag.n.01,soakable,0,0,FALSE,,,,,, +pumpkin_seed.n.01,liquid,0,0,FALSE,,,,,, +pumpkin_seed.n.01,heatSource,0,0,FALSE,,,,,, +pumpkin_seed.n.01,fireSource,1,0,FALSE,,,,,, +pumpkin_seed.n.01,cookable,0,1,FALSE,,,,,, +pumpkin_seed.n.01,coldSource,0,0,FALSE,,,,,, +pumpkin_seed.n.01,sliceable,0,0,FALSE,,,,,, +pumpkin_seed.n.01,slicer,0,0,FALSE,,,,,, +pumpkin_seed.n.01,soakable,0,0,FALSE,,,,,, +refried_beans.n.01,liquid,0,0,FALSE,,,,,, +refried_beans.n.01,heatSource,0,0,FALSE,,,,,, +refried_beans.n.01,fireSource,1,0,FALSE,,,,,, +refried_beans.n.01,cookable,0,1,FALSE,,,,,, +refried_beans.n.01,coldSource,0,0,FALSE,,,,,, +refried_beans.n.01,sliceable,0,0,FALSE,,,,,, +refried_beans.n.01,slicer,0,0,FALSE,,,,,, +refried_beans.n.01,soakable,0,0,FALSE,,,,,, +risotto.n.01,liquid,0,0,FALSE,,,,,, +risotto.n.01,heatSource,0,0,FALSE,,,,,, +risotto.n.01,fireSource,1,0,FALSE,,,,,, +risotto.n.01,cookable,0,1,FALSE,,,,,, +risotto.n.01,coldSource,1,0,FALSE,,,,,, +risotto.n.01,sliceable,0,0,FALSE,,,,,, +risotto.n.01,slicer,1,0,FALSE,,,,,, +risotto.n.01,soakable,0,0,FALSE,,,,,, +saffron.n.02,liquid,0,0,FALSE,,,,,, +saffron.n.02,heatSource,0,0,FALSE,,,,,, +saffron.n.02,fireSource,1,0,FALSE,,,,,, +saffron.n.02,cookable,0,1,FALSE,,,,,, +saffron.n.02,coldSource,0,0,FALSE,,,,,, +saffron.n.02,sliceable,0,0,FALSE,,,,,, +saffron.n.02,slicer,0,0,FALSE,,,,,, +saffron.n.02,soakable,0,0,FALSE,,,,,, +sage.n.02,liquid,0,0,FALSE,,,,,, +sage.n.02,heatSource,0,0,FALSE,,,,,, +sage.n.02,fireSource,1,0,FALSE,,,,,, +sage.n.02,cookable,0,1,FALSE,,,,,, +sage.n.02,coldSource,0,0,FALSE,,,,,, +sage.n.02,sliceable,0,0,FALSE,,,,,, +sage.n.02,slicer,0,0,FALSE,,,,,, +sage.n.02,soakable,0,0,FALSE,,,,,, +scotch.n.02,liquid,1,1,FALSE,,,,,, +scotch.n.02,heatSource,0,0,FALSE,,,,,, +scotch.n.02,fireSource,0,0,FALSE,,,,,, +scotch.n.02,cookable,0,0,FALSE,,,,,, +scotch.n.02,coldSource,1,0,FALSE,,,,,, +scotch.n.02,sliceable,0,0,FALSE,,,,,, +scotch.n.02,slicer,1,0,FALSE,,,,,, +scotch.n.02,soakable,0,0,FALSE,,,,,, +sediment.n.01,liquid,0,0,FALSE,,,,,, +sediment.n.01,heatSource,0,0,FALSE,,,,,, +sediment.n.01,fireSource,0,0,FALSE,,,,,, +sediment.n.01,cookable,0,0,FALSE,,,,,, +sediment.n.01,coldSource,0,0,FALSE,,,,,, +sediment.n.01,sliceable,0,0,FALSE,,,,,, +sediment.n.01,slicer,0,0,FALSE,,,,,, +sediment.n.01,soakable,0,0,FALSE,,,,,, +shaving_cream.n.01,liquid,0,0,FALSE,,,,,, +shaving_cream.n.01,heatSource,0,0,FALSE,,,,,, +shaving_cream.n.01,fireSource,0,0,FALSE,,,,,, +shaving_cream.n.01,cookable,0,0,FALSE,,,,,, +shaving_cream.n.01,coldSource,1,0,FALSE,,,,,, +shaving_cream.n.01,sliceable,0,0,FALSE,,,,,, +shaving_cream.n.01,slicer,0,0,FALSE,,,,,, +shaving_cream.n.01,soakable,0,0,FALSE,,,,,, +sirloin.n.01,liquid,0,0,FALSE,,,,,, +sirloin.n.01,heatSource,0,0,FALSE,,,,,, +sirloin.n.01,fireSource,1,0,FALSE,,,,,, +sirloin.n.01,cookable,0,1,FALSE,,,,,, +sirloin.n.01,coldSource,0,0,FALSE,,,,,, +sirloin.n.01,sliceable,0,1,FALSE,,,,,, +sirloin.n.01,slicer,0,0,FALSE,,,,,, +sirloin.n.01,soakable,0,0,FALSE,,,,,, +slacks.n.01,liquid,0,0,FALSE,,,,,, +slacks.n.01,heatSource,0,0,FALSE,,,,,, +slacks.n.01,fireSource,0,0,FALSE,,,,,, +slacks.n.01,cookable,0,0,FALSE,,,,,, +slacks.n.01,coldSource,0,0,FALSE,,,,,, +slacks.n.01,sliceable,0,0,FALSE,,,,,, +slacks.n.01,slicer,0,0,FALSE,,,,,, +slacks.n.01,soakable,1,1,FALSE,,,,,, +fire_alarm.n.02,liquid,0,0,FALSE,,,,,, +fire_alarm.n.02,heatSource,0,0,FALSE,,,,,, +fire_alarm.n.02,fireSource,0,0,FALSE,,,,,, +fire_alarm.n.02,cookable,0,0,FALSE,,,,,, +fire_alarm.n.02,coldSource,0,0,FALSE,,,,,, +fire_alarm.n.02,sliceable,0,0,FALSE,,,,,, +fire_alarm.n.02,slicer,1,0,FALSE,,,,,, +fire_alarm.n.02,soakable,0,0,FALSE,,,,,, +smoke_alarm.n.01,liquid,0,0,FALSE,,,,,, +smoke_alarm.n.01,heatSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,fireSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,cookable,0,0,FALSE,,,,,, +smoke_alarm.n.01,coldSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,sliceable,0,0,FALSE,,,,,, +smoke_alarm.n.01,slicer,0,0,FALSE,,,,,, +smoke_alarm.n.01,soakable,0,0,FALSE,,,,,, +ski_boot.n.01,liquid,0,0,FALSE,,,,,, +ski_boot.n.01,heatSource,0,0,FALSE,,,,,, +ski_boot.n.01,fireSource,0,0,FALSE,,,,,, +ski_boot.n.01,cookable,0,0,FALSE,,,,,, +ski_boot.n.01,coldSource,0,0,FALSE,,,,,, +ski_boot.n.01,sliceable,0,0,FALSE,,,,,, +ski_boot.n.01,slicer,1,0,FALSE,,,,,, +ski_boot.n.01,soakable,0,1,FALSE,,,,,, +turf.n.01,liquid,0,0,FALSE,,,,,, +turf.n.01,heatSource,0,0,FALSE,,,,,, +turf.n.01,fireSource,0,0,FALSE,,,,,, +turf.n.01,cookable,0,0,FALSE,,,,,, +turf.n.01,coldSource,0,0,FALSE,,,,,, +turf.n.01,sliceable,0,0,FALSE,,,,,, +turf.n.01,slicer,0,0,FALSE,,,,,, +turf.n.01,soakable,0,0,FALSE,,,,,, +soup_bowl.n.01,liquid,0,0,FALSE,,,,,, +soup_bowl.n.01,heatSource,0,0,FALSE,,,,,, +soup_bowl.n.01,fireSource,0,0,FALSE,,,,,, +soup_bowl.n.01,cookable,0,0,FALSE,,,,,, +soup_bowl.n.01,coldSource,1,0,FALSE,,,,,, +soup_bowl.n.01,sliceable,0,0,FALSE,,,,,, +soup_bowl.n.01,slicer,0,0,FALSE,,,,,, +soup_bowl.n.01,soakable,0,0,FALSE,,,,,, +spark_plug.n.01,liquid,0,0,FALSE,,,,,, +spark_plug.n.01,heatSource,0,0,FALSE,,,,,, +spark_plug.n.01,fireSource,0,0,FALSE,,,,,, +spark_plug.n.01,cookable,0,0,FALSE,,,,,, +spark_plug.n.01,coldSource,0,0,FALSE,,,,,, +spark_plug.n.01,sliceable,0,0,FALSE,,,,,, +spark_plug.n.01,slicer,1,0,FALSE,,,,,, +spark_plug.n.01,soakable,0,0,FALSE,,,,,, +tap.n.06,liquid,0,0,FALSE,,,,,, +tap.n.06,heatSource,0,0,FALSE,,,,,, +tap.n.06,fireSource,0,0,FALSE,,,,,, +tap.n.06,cookable,0,0,FALSE,,,,,, +tap.n.06,coldSource,0,0,FALSE,,,,,, +tap.n.06,sliceable,0,0,FALSE,,,,,, +tap.n.06,slicer,0,0,FALSE,,,,,, +tap.n.06,soakable,0,0,FALSE,,,,,, +squid.n.01,liquid,0,0,FALSE,,,,,, +squid.n.01,heatSource,0,0,FALSE,,,,,, +squid.n.01,fireSource,1,0,FALSE,,,,,, +squid.n.01,cookable,0,1,FALSE,,,,,, +squid.n.01,coldSource,0,0,FALSE,,,,,, +squid.n.01,sliceable,0,1,FALSE,,,,,, +squid.n.01,slicer,0,0,FALSE,,,,,, +squid.n.01,soakable,0,0,FALSE,,,,,, +staple_gun.n.01,liquid,0,0,FALSE,,,,,, +staple_gun.n.01,heatSource,0,0,FALSE,,,,,, +staple_gun.n.01,fireSource,0,0,FALSE,,,,,, +staple_gun.n.01,cookable,0,0,FALSE,,,,,, +staple_gun.n.01,coldSource,0,0,FALSE,,,,,, +staple_gun.n.01,sliceable,0,0,FALSE,,,,,, +staple_gun.n.01,slicer,1,0,FALSE,,,,,, +staple_gun.n.01,soakable,0,0,FALSE,,,,,, +stencil.n.01,liquid,0,0,FALSE,,,,,, +stencil.n.01,heatSource,0,0,FALSE,,,,,, +stencil.n.01,fireSource,0,0,FALSE,,,,,, +stencil.n.01,cookable,0,0,FALSE,,,,,, +stencil.n.01,coldSource,0,0,FALSE,,,,,, +stencil.n.01,sliceable,0,0,FALSE,,,,,, +stencil.n.01,slicer,1,0,FALSE,,,,,, +stencil.n.01,soakable,0,0,FALSE,,,,,, +stereo.n.01,liquid,0,0,FALSE,,,,,, +stereo.n.01,heatSource,0,0,FALSE,,,,,, +stereo.n.01,fireSource,0,0,FALSE,,,,,, +stereo.n.01,cookable,0,0,FALSE,,,,,, +stereo.n.01,coldSource,0,0,FALSE,,,,,, +stereo.n.01,sliceable,0,0,FALSE,,,,,, +stereo.n.01,slicer,1,0,FALSE,,,,,, +stereo.n.01,soakable,0,0,FALSE,,,,,, +baby_buggy.n.01,liquid,0,0,FALSE,,,,,, +baby_buggy.n.01,heatSource,0,0,FALSE,,,,,, +baby_buggy.n.01,fireSource,0,0,FALSE,,,,,, +baby_buggy.n.01,cookable,0,0,FALSE,,,,,, +baby_buggy.n.01,coldSource,0,0,FALSE,,,,,, +baby_buggy.n.01,sliceable,0,0,FALSE,,,,,, +baby_buggy.n.01,slicer,0,0,FALSE,,,,,, +baby_buggy.n.01,soakable,1,0,FALSE,,,,,, +sunflower.n.01,liquid,0,0,FALSE,,,,,, +sunflower.n.01,heatSource,0,0,FALSE,,,,,, +sunflower.n.01,fireSource,0,0,FALSE,,,,,, +sunflower.n.01,cookable,0,0,FALSE,,,,,, +sunflower.n.01,coldSource,1,0,FALSE,,,,,, +sunflower.n.01,sliceable,0,1,FALSE,,,,,, +sunflower.n.01,slicer,1,0,FALSE,,,,,, +sunflower.n.01,soakable,0,0,FALSE,,,,,, +sport_utility.n.01,liquid,0,0,FALSE,,,,,, +sport_utility.n.01,heatSource,0,0,FALSE,,,,,, +sport_utility.n.01,fireSource,0,0,FALSE,,,,,, +sport_utility.n.01,cookable,0,0,FALSE,,,,,, +sport_utility.n.01,coldSource,0,0,FALSE,,,,,, +sport_utility.n.01,sliceable,0,0,FALSE,,,,,, +sport_utility.n.01,slicer,0,0,FALSE,,,,,, +sport_utility.n.01,soakable,0,0,FALSE,,,,,, +tackle.n.03,liquid,0,0,FALSE,,,,,, +tackle.n.03,heatSource,0,0,FALSE,,,,,, +tackle.n.03,fireSource,0,0,FALSE,,,,,, +tackle.n.03,cookable,0,0,FALSE,,,,,, +tackle.n.03,coldSource,0,0,FALSE,,,,,, +tackle.n.03,sliceable,0,0,FALSE,,,,,, +tackle.n.03,slicer,1,0,FALSE,,,,,, +tackle.n.03,soakable,0,0,FALSE,,,,,, +tenderloin.n.02,liquid,0,0,FALSE,,,,,, +tenderloin.n.02,heatSource,0,0,FALSE,,,,,, +tenderloin.n.02,fireSource,1,0,FALSE,,,,,, +tenderloin.n.02,cookable,0,1,FALSE,,,,,, +tenderloin.n.02,coldSource,0,0,FALSE,,,,,, +tenderloin.n.02,sliceable,0,1,FALSE,,,,,, +tenderloin.n.02,slicer,0,0,FALSE,,,,,, +tenderloin.n.02,soakable,0,0,FALSE,,,,,, +tequila.n.01,liquid,1,1,FALSE,,,,,, +tequila.n.01,heatSource,0,0,FALSE,,,,,, +tequila.n.01,fireSource,0,0,FALSE,,,,,, +tequila.n.01,cookable,0,0,FALSE,,,,,, +tequila.n.01,coldSource,1,0,FALSE,,,,,, +tequila.n.01,sliceable,0,0,FALSE,,,,,, +tequila.n.01,slicer,0,0,FALSE,,,,,, +tequila.n.01,soakable,0,0,FALSE,,,,,, +textbook.n.01,liquid,0,0,FALSE,,,,,, +textbook.n.01,heatSource,0,0,FALSE,,,,,, +textbook.n.01,fireSource,0,0,FALSE,,,,,, +textbook.n.01,cookable,0,0,FALSE,,,,,, +textbook.n.01,coldSource,0,0,FALSE,,,,,, +textbook.n.01,sliceable,0,0,FALSE,,,,,, +textbook.n.01,slicer,1,0,FALSE,,,,,, +textbook.n.01,soakable,0,1,FALSE,,,,,, +tortilla_chip.n.01,liquid,0,0,FALSE,,,,,, +tortilla_chip.n.01,heatSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,fireSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,cookable,0,1,FALSE,,,,,, +tortilla_chip.n.01,coldSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,sliceable,0,1,FALSE,,,,,, +tortilla_chip.n.01,slicer,1,0,FALSE,,,,,, +tortilla_chip.n.01,soakable,0,1,FALSE,,,,,, +snack.n.01,liquid,0,0,FALSE,,,,,, +snack.n.01,heatSource,0,0,FALSE,,,,,, +snack.n.01,fireSource,1,0,FALSE,,,,,, +snack.n.01,cookable,0,1,FALSE,,,,,, +snack.n.01,coldSource,0,0,FALSE,,,,,, +snack.n.01,sliceable,1,1,FALSE,,,,,, +snack.n.01,slicer,0,0,FALSE,,,,,, +snack.n.01,soakable,0,0,FALSE,,,,,, +trap.n.01,liquid,0,0,FALSE,,,,,, +trap.n.01,heatSource,0,0,FALSE,,,,,, +trap.n.01,fireSource,0,0,FALSE,,,,,, +trap.n.01,cookable,0,0,FALSE,,,,,, +trap.n.01,coldSource,0,0,FALSE,,,,,, +trap.n.01,sliceable,0,0,FALSE,,,,,, +trap.n.01,slicer,0,0,FALSE,,,,,, +trap.n.01,soakable,0,0,FALSE,,,,,, +trimmer.n.02,liquid,0,0,FALSE,,,,,, +trimmer.n.02,heatSource,0,0,FALSE,,,,,, +trimmer.n.02,fireSource,0,0,FALSE,,,,,, +trimmer.n.02,cookable,0,0,FALSE,,,,,, +trimmer.n.02,coldSource,0,0,FALSE,,,,,, +trimmer.n.02,sliceable,0,0,FALSE,,,,,, +trimmer.n.02,slicer,1,1,FALSE,,,,,, +trimmer.n.02,soakable,0,0,FALSE,,,,,, +tuber.n.01,liquid,0,0,FALSE,,,,,, +tuber.n.01,heatSource,0,0,FALSE,,,,,, +tuber.n.01,fireSource,1,0,FALSE,,,,,, +tuber.n.01,cookable,0,1,FALSE,,,,,, +tuber.n.01,coldSource,0,0,FALSE,,,,,, +tuber.n.01,sliceable,0,1,FALSE,,,,,, +tuber.n.01,slicer,0,0,FALSE,,,,,, +tuber.n.01,soakable,0,0,FALSE,,,,,, +tulip.n.01,liquid,0,0,FALSE,,,,,, +tulip.n.01,heatSource,0,0,FALSE,,,,,, +tulip.n.01,fireSource,0,0,FALSE,,,,,, +tulip.n.01,cookable,0,0,FALSE,,,,,, +tulip.n.01,coldSource,0,0,FALSE,,,,,, +tulip.n.01,sliceable,0,1,FALSE,,,,,, +tulip.n.01,slicer,1,0,FALSE,,,,,, +tulip.n.01,soakable,0,0,FALSE,,,,,, +turmeric.n.02,liquid,0,0,FALSE,,,,,, +turmeric.n.02,heatSource,0,0,FALSE,,,,,, +turmeric.n.02,fireSource,1,0,FALSE,,,,,, +turmeric.n.02,cookable,0,1,FALSE,,,,,, +turmeric.n.02,coldSource,0,0,FALSE,,,,,, +turmeric.n.02,sliceable,0,1,FALSE,,,,,, +turmeric.n.02,slicer,0,0,FALSE,,,,,, +turmeric.n.02,soakable,0,0,FALSE,,,,,, +turtleneck.n.01,liquid,0,0,FALSE,,,,,, +turtleneck.n.01,heatSource,0,0,FALSE,,,,,, +turtleneck.n.01,fireSource,0,0,FALSE,,,,,, +turtleneck.n.01,cookable,0,0,FALSE,,,,,, +turtleneck.n.01,coldSource,0,0,FALSE,,,,,, +turtleneck.n.01,sliceable,0,0,FALSE,,,,,, +turtleneck.n.01,slicer,0,0,FALSE,,,,,, +turtleneck.n.01,soakable,1,1,FALSE,,,,,, +varnish.n.01,liquid,0,1,FALSE,,,,,, +varnish.n.01,heatSource,0,0,FALSE,,,,,, +varnish.n.01,fireSource,0,0,FALSE,,,,,, +varnish.n.01,cookable,0,0,FALSE,,,,,, +varnish.n.01,coldSource,1,0,FALSE,,,,,, +varnish.n.01,sliceable,0,0,FALSE,,,,,, +varnish.n.01,slicer,1,0,FALSE,,,,,, +varnish.n.01,soakable,0,0,FALSE,,,,,, +wagon.n.04,liquid,0,0,FALSE,,,,,, +wagon.n.04,heatSource,0,0,FALSE,,,,,, +wagon.n.04,fireSource,0,0,FALSE,,,,,, +wagon.n.04,cookable,0,0,FALSE,,,,,, +wagon.n.04,coldSource,0,0,FALSE,,,,,, +wagon.n.04,sliceable,0,0,FALSE,,,,,, +wagon.n.04,slicer,1,0,FALSE,,,,,, +wagon.n.04,soakable,0,0,FALSE,,,,,, +wallpaper.n.01,liquid,0,0,FALSE,,,,,, +wallpaper.n.01,heatSource,0,0,FALSE,,,,,, +wallpaper.n.01,fireSource,0,0,FALSE,,,,,, +wallpaper.n.01,cookable,0,0,FALSE,,,,,, +wallpaper.n.01,coldSource,0,0,FALSE,,,,,, +wallpaper.n.01,sliceable,0,0,FALSE,,,,,, +wallpaper.n.01,slicer,0,0,FALSE,,,,,, +wallpaper.n.01,soakable,0,1,FALSE,,,,,, +pepper.n.01,liquid,0,0,FALSE,,,,,, +pepper.n.01,heatSource,0,0,FALSE,,,,,, +pepper.n.01,fireSource,1,0,FALSE,,,,,, +pepper.n.01,cookable,0,1,FALSE,,,,,, +pepper.n.01,coldSource,0,0,FALSE,,,,,, +pepper.n.01,sliceable,0,1,FALSE,,,,,, +pepper.n.01,slicer,0,0,FALSE,,,,,, +pepper.n.01,soakable,0,0,FALSE,,,,,, +wine_bottle.n.0,liquid,0,0,FALSE,,,,,, +wine_bottle.n.0,heatSource,0,0,FALSE,,,,,, +wine_bottle.n.0,fireSource,0,0,FALSE,,,,,, +wine_bottle.n.0,cookable,0,0,FALSE,,,,,, +wine_bottle.n.0,coldSource,1,0,FALSE,,,,,, +wine_bottle.n.0,sliceable,0,0,FALSE,,,,,, +wine_bottle.n.0,slicer,0,0,FALSE,,,,,, +wine_bottle.n.0,soakable,0,0,FALSE,,,,,, +air_conditioner.n.01,liquid,0,0,FALSE,,,,,, +air_conditioner.n.01,heatSource,0,1,FALSE,,,,,, +air_conditioner.n.01,fireSource,0,0,FALSE,,,,,, +air_conditioner.n.01,cookable,1,0,FALSE,,,,,, +air_conditioner.n.01,coldSource,0,1,TRUE,16,"https://dunckleeinc.com/what-outside-temperature-is-too-cold-for-air-conditioner/#:~:text=Each%20air%20conditioner%2C%20regardless%20of,be%20below%2060%20degrees%20Fahrenheit.&text=The%20unit's%20inner%20coils%20will,ultimately%20damage%20the%20air%20conditioner.",,1,0,0 +air_conditioner.n.01,sliceable,0,0,FALSE,,,,,, +air_conditioner.n.01,slicer,1,0,FALSE,,,,,, +air_conditioner.n.01,soakable,0,0,FALSE,,,,,, +garlic_bread.n.01,liquid,0,0,FALSE,,,,,, +garlic_bread.n.01,heatSource,1,0,FALSE,,,,,, +garlic_bread.n.01,fireSource,1,0,FALSE,,,,,, +garlic_bread.n.01,cookable,0,1,FALSE,,,,,, +garlic_bread.n.01,coldSource,0,0,FALSE,,,,,, +garlic_bread.n.01,sliceable,0,1,FALSE,,,,,, +garlic_bread.n.01,slicer,1,0,FALSE,,,,,, +garlic_bread.n.01,soakable,0,0,FALSE,,,,,, +gas_tank.n.01,liquid,0,0,FALSE,,,,,, +gas_tank.n.01,heatSource,0,0,FALSE,,,,,, +gas_tank.n.01,fireSource,0,0,FALSE,,,,,, +gas_tank.n.01,cookable,0,0,FALSE,,,,,, +gas_tank.n.01,coldSource,1,0,FALSE,,,,,, +gas_tank.n.01,sliceable,0,0,FALSE,,,,,, +gas_tank.n.01,slicer,1,0,FALSE,,,,,, +gas_tank.n.01,soakable,0,0,FALSE,,,,,, +gauge.n.01,liquid,0,0,FALSE,,,,,, +gauge.n.01,heatSource,0,0,FALSE,,,,,, +gauge.n.01,fireSource,0,0,FALSE,,,,,, +gauge.n.01,cookable,0,0,FALSE,,,,,, +gauge.n.01,coldSource,1,0,FALSE,,,,,, +gauge.n.01,sliceable,0,0,FALSE,,,,,, +gauge.n.01,slicer,1,0,FALSE,,,,,, +gauge.n.01,soakable,0,0,FALSE,,,,,, +gelatin.n.02,liquid,0,0,FALSE,,,,,, +gelatin.n.02,heatSource,0,0,FALSE,,,,,, +gelatin.n.02,fireSource,1,0,FALSE,,,,,, +gelatin.n.02,cookable,0,1,FALSE,,,,,, +gelatin.n.02,coldSource,0,0,FALSE,,,,,, +gelatin.n.02,sliceable,0,1,FALSE,,,,,, +gelatin.n.02,slicer,0,0,FALSE,,,,,, +gelatin.n.02,soakable,1,0,FALSE,,,,,, +party_favor.n.01,liquid,0,0,FALSE,,,,,, +party_favor.n.01,heatSource,0,0,FALSE,,,,,, +party_favor.n.01,fireSource,0,0,FALSE,,,,,, +party_favor.n.01,cookable,0,0,FALSE,,,,,, +party_favor.n.01,coldSource,0,0,FALSE,,,,,, +party_favor.n.01,sliceable,0,0,FALSE,,,,,, +party_favor.n.01,slicer,0,0,FALSE,,,,,, +party_favor.n.01,soakable,0,0,FALSE,,,,,, +goblet.n.01,liquid,0,0,FALSE,,,,,, +goblet.n.01,heatSource,0,0,FALSE,,,,,, +goblet.n.01,fireSource,0,0,FALSE,,,,,, +goblet.n.01,cookable,0,0,FALSE,,,,,, +goblet.n.01,coldSource,1,0,FALSE,,,,,, +goblet.n.01,sliceable,0,0,FALSE,,,,,, +goblet.n.01,slicer,1,0,FALSE,,,,,, +goblet.n.01,soakable,0,0,FALSE,,,,,, +golf_club.n.02,liquid,0,0,FALSE,,,,,, +golf_club.n.02,heatSource,0,0,FALSE,,,,,, +golf_club.n.02,fireSource,0,0,FALSE,,,,,, +golf_club.n.02,cookable,0,0,FALSE,,,,,, +golf_club.n.02,coldSource,0,0,FALSE,,,,,, +golf_club.n.02,sliceable,0,0,FALSE,,,,,, +golf_club.n.02,slicer,0,0,FALSE,,,,,, +golf_club.n.02,soakable,0,0,FALSE,,,,,, +grapefruit.n.02,liquid,0,0,FALSE,,,,,, +grapefruit.n.02,heatSource,0,0,FALSE,,,,,, +grapefruit.n.02,fireSource,0,0,FALSE,,,,,, +grapefruit.n.02,cookable,0,1,FALSE,,,,,, +grapefruit.n.02,coldSource,0,0,FALSE,,,,,, +grapefruit.n.02,sliceable,0,1,FALSE,,,,,, +grapefruit.n.02,slicer,0,0,FALSE,,,,,, +grapefruit.n.02,soakable,0,0,FALSE,,,,,, +coffee_grounds.n.01,liquid,0,0,FALSE,,,,,, +coffee_grounds.n.01,heatSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,fireSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,cookable,0,1,FALSE,,,,,, +coffee_grounds.n.01,coldSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,sliceable,0,0,FALSE,,,,,, +coffee_grounds.n.01,slicer,0,0,FALSE,,,,,, +coffee_grounds.n.01,soakable,0,0,FALSE,,,,,, +powdered_ginger.n.01,liquid,0,0,FALSE,,,,,, +powdered_ginger.n.01,heatSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,fireSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,cookable,0,1,FALSE,,,,,, +powdered_ginger.n.01,coldSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,sliceable,0,0,FALSE,,,,,, +powdered_ginger.n.01,slicer,0,0,FALSE,,,,,, +powdered_ginger.n.01,soakable,0,0,FALSE,,,,,, +gun.n.01,liquid,0,0,FALSE,,,,,, +gun.n.01,heatSource,0,0,FALSE,,,,,, +gun.n.01,fireSource,0,0,FALSE,,,,,, +gun.n.01,cookable,0,0,FALSE,,,,,, +gun.n.01,coldSource,0,0,FALSE,,,,,, +gun.n.01,sliceable,0,0,FALSE,,,,,, +gun.n.01,slicer,1,0,FALSE,,,,,, +gun.n.01,soakable,0,0,FALSE,,,,,, +action_mechanism.n.01,liquid,0,0,FALSE,,,,,, +action_mechanism.n.01,heatSource,0,0,FALSE,,,,,, +action_mechanism.n.01,fireSource,0,0,FALSE,,,,,, +action_mechanism.n.01,cookable,0,0,FALSE,,,,,, +action_mechanism.n.01,coldSource,0,0,FALSE,,,,,, +action_mechanism.n.01,sliceable,0,0,FALSE,,,,,, +action_mechanism.n.01,slicer,0,0,FALSE,,,,,, +action_mechanism.n.01,soakable,0,0,FALSE,,,,,, +handkerchief.n.01,liquid,0,0,FALSE,,,,,, +handkerchief.n.01,heatSource,0,0,FALSE,,,,,, +handkerchief.n.01,fireSource,0,0,FALSE,,,,,, +handkerchief.n.01,cookable,0,0,FALSE,,,,,, +handkerchief.n.01,coldSource,0,0,FALSE,,,,,, +handkerchief.n.01,sliceable,0,0,FALSE,,,,,, +handkerchief.n.01,slicer,0,0,FALSE,,,,,, +handkerchief.n.01,soakable,1,1,FALSE,,,,,, +harness.n.01,liquid,0,0,FALSE,,,,,, +harness.n.01,heatSource,0,0,FALSE,,,,,, +harness.n.01,fireSource,0,0,FALSE,,,,,, +harness.n.01,cookable,0,0,FALSE,,,,,, +harness.n.01,coldSource,0,0,FALSE,,,,,, +harness.n.01,sliceable,0,0,FALSE,,,,,, +harness.n.01,slicer,0,0,FALSE,,,,,, +harness.n.01,soakable,0,0,FALSE,,,,,, +home_fries.n.01,liquid,0,0,FALSE,,,,,, +home_fries.n.01,heatSource,1,0,FALSE,,,,,, +home_fries.n.01,fireSource,1,0,FALSE,,,,,, +home_fries.n.01,cookable,0,1,FALSE,,,,,, +home_fries.n.01,coldSource,0,0,FALSE,,,,,, +home_fries.n.01,sliceable,0,1,FALSE,,,,,, +home_fries.n.01,slicer,1,0,FALSE,,,,,, +home_fries.n.01,soakable,0,0,FALSE,,,,,, +hay.n.01,liquid,0,0,FALSE,,,,,, +hay.n.01,heatSource,0,0,FALSE,,,,,, +hay.n.01,fireSource,0,0,FALSE,,,,,, +hay.n.01,cookable,0,0,FALSE,,,,,, +hay.n.01,coldSource,0,0,FALSE,,,,,, +hay.n.01,sliceable,0,0,FALSE,,,,,, +hay.n.01,slicer,0,0,FALSE,,,,,, +hay.n.01,soakable,0,1,FALSE,,,,,, +hockey_stick.n.01,liquid,0,0,FALSE,,,,,, +hockey_stick.n.01,heatSource,0,0,FALSE,,,,,, +hockey_stick.n.01,fireSource,0,0,FALSE,,,,,, +hockey_stick.n.01,cookable,0,0,FALSE,,,,,, +hockey_stick.n.01,coldSource,0,0,FALSE,,,,,, +hockey_stick.n.01,sliceable,0,0,FALSE,,,,,, +hockey_stick.n.01,slicer,1,0,FALSE,,,,,, +hockey_stick.n.01,soakable,0,0,FALSE,,,,,, +holly.n.01,liquid,0,0,FALSE,,,,,, +holly.n.01,heatSource,0,0,FALSE,,,,,, +holly.n.01,fireSource,0,0,FALSE,,,,,, +holly.n.01,cookable,0,0,FALSE,,,,,, +holly.n.01,coldSource,0,0,FALSE,,,,,, +holly.n.01,sliceable,0,1,FALSE,,,,,, +holly.n.01,slicer,0,0,FALSE,,,,,, +holly.n.01,soakable,0,0,FALSE,,,,,, +sweatshirt.n.01,liquid,0,0,FALSE,,,,,, +sweatshirt.n.01,heatSource,0,0,FALSE,,,,,, +sweatshirt.n.01,fireSource,0,0,FALSE,,,,,, +sweatshirt.n.01,cookable,0,0,FALSE,,,,,, +sweatshirt.n.01,coldSource,0,0,FALSE,,,,,, +sweatshirt.n.01,sliceable,0,0,FALSE,,,,,, +sweatshirt.n.01,slicer,1,0,FALSE,,,,,, +sweatshirt.n.01,soakable,1,1,FALSE,,,,,, +ice_maker.n.01,liquid,0,0,FALSE,,,,,, +ice_maker.n.01,heatSource,0,0,FALSE,,,,,, +ice_maker.n.01,fireSource,0,0,FALSE,,,,,, +ice_maker.n.01,cookable,1,0,FALSE,,,,,, +ice_maker.n.01,coldSource,0,1,TRUE,-8.9,https://products.geappliances.com/appliance/gea-support-search-content?contentId=39364,,1,0,1 +ice_maker.n.01,sliceable,0,0,FALSE,,,,,, +ice_maker.n.01,slicer,1,0,FALSE,,,,,, +ice_maker.n.01,soakable,0,0,FALSE,,,,,, +musical_instrument.n.01,liquid,0,0,FALSE,,,,,, +musical_instrument.n.01,heatSource,0,0,FALSE,,,,,, +musical_instrument.n.01,fireSource,0,0,FALSE,,,,,, +musical_instrument.n.01,cookable,0,0,FALSE,,,,,, +musical_instrument.n.01,coldSource,0,0,FALSE,,,,,, +musical_instrument.n.01,sliceable,0,0,FALSE,,,,,, +musical_instrument.n.01,slicer,0,0,FALSE,,,,,, +musical_instrument.n.01,soakable,0,0,FALSE,,,,,, +mobile_phone.n.01,liquid,0,0,FALSE,,,,,, +mobile_phone.n.01,heatSource,0,0,FALSE,,,,,, +mobile_phone.n.01,fireSource,0,0,FALSE,,,,,, +mobile_phone.n.01,cookable,0,0,FALSE,,,,,, +mobile_phone.n.01,coldSource,0,0,FALSE,,,,,, +mobile_phone.n.01,sliceable,0,0,FALSE,,,,,, +mobile_phone.n.01,slicer,1,0,FALSE,,,,,, +mobile_phone.n.01,soakable,1,0,FALSE,,,,,, +isopropyl_alcohol.n.01,liquid,1,1,FALSE,,,,,, +isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,cookable,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,slicer,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,soakable,0,0,FALSE,,,,,, +kayak.n.01,liquid,0,0,FALSE,,,,,, +kayak.n.01,heatSource,0,0,FALSE,,,,,, +kayak.n.01,fireSource,0,0,FALSE,,,,,, +kayak.n.01,cookable,0,0,FALSE,,,,,, +kayak.n.01,coldSource,0,0,FALSE,,,,,, +kayak.n.01,sliceable,0,0,FALSE,,,,,, +kayak.n.01,slicer,1,0,FALSE,,,,,, +kayak.n.01,soakable,0,0,FALSE,,,,,, +booth.n.02,liquid,0,0,FALSE,,,,,, +booth.n.02,heatSource,0,0,FALSE,,,,,, +booth.n.02,fireSource,0,0,FALSE,,,,,, +booth.n.02,cookable,0,0,FALSE,,,,,, +booth.n.02,coldSource,0,0,FALSE,,,,,, +booth.n.02,sliceable,0,0,FALSE,,,,,, +booth.n.02,slicer,1,0,FALSE,,,,,, +booth.n.02,soakable,0,0,FALSE,,,,,, +laminate.n.01,liquid,0,0,FALSE,,,,,, +laminate.n.01,heatSource,0,0,FALSE,,,,,, +laminate.n.01,fireSource,0,0,FALSE,,,,,, +laminate.n.01,cookable,0,0,FALSE,,,,,, +laminate.n.01,coldSource,0,0,FALSE,,,,,, +laminate.n.01,sliceable,0,0,FALSE,,,,,, +laminate.n.01,slicer,1,0,FALSE,,,,,, +laminate.n.01,soakable,1,1,FALSE,,,,,, +lampshade.n.01,liquid,0,0,FALSE,,,,,, +lampshade.n.01,heatSource,0,0,FALSE,,,,,, +lampshade.n.01,fireSource,0,0,FALSE,,,,,, +lampshade.n.01,cookable,0,0,FALSE,,,,,, +lampshade.n.01,coldSource,0,0,FALSE,,,,,, +lampshade.n.01,sliceable,0,0,FALSE,,,,,, +lampshade.n.01,slicer,1,0,FALSE,,,,,, +lampshade.n.01,soakable,0,1,FALSE,,,,,, +lavender.n.01,liquid,0,0,FALSE,,,,,, +lavender.n.01,heatSource,0,0,FALSE,,,,,, +lavender.n.01,fireSource,0,0,FALSE,,,,,, +lavender.n.01,cookable,0,1,FALSE,,,,,, +lavender.n.01,coldSource,0,0,FALSE,,,,,, +lavender.n.01,sliceable,0,0,FALSE,,,,,, +lavender.n.01,slicer,0,0,FALSE,,,,,, +lavender.n.01,soakable,0,0,FALSE,,,,,, +spike_lavender.n.01,liquid,0,0,FALSE,,,,,, +spike_lavender.n.01,heatSource,0,0,FALSE,,,,,, +spike_lavender.n.01,fireSource,0,0,FALSE,,,,,, +spike_lavender.n.01,cookable,0,1,FALSE,,,,,, +spike_lavender.n.01,coldSource,0,0,FALSE,,,,,, +spike_lavender.n.01,sliceable,0,0,FALSE,,,,,, +spike_lavender.n.01,slicer,0,0,FALSE,,,,,, +spike_lavender.n.01,soakable,0,0,FALSE,,,,,, +soft_drink.n.01,liquid,1,1,FALSE,,,,,, +soft_drink.n.01,heatSource,0,0,FALSE,,,,,, +soft_drink.n.01,fireSource,0,0,FALSE,,,,,, +soft_drink.n.01,cookable,1,1,FALSE,,,,,, +soft_drink.n.01,coldSource,0,0,FALSE,,,,,, +soft_drink.n.01,sliceable,0,0,FALSE,,,,,, +soft_drink.n.01,slicer,0,0,FALSE,,,,,, +soft_drink.n.01,soakable,0,0,FALSE,,,,,, +limestone.n.01,liquid,0,0,FALSE,,,,,, +limestone.n.01,heatSource,0,0,FALSE,,,,,, +limestone.n.01,fireSource,0,0,FALSE,,,,,, +limestone.n.01,cookable,0,0,FALSE,,,,,, +limestone.n.01,coldSource,0,0,FALSE,,,,,, +limestone.n.01,sliceable,0,0,FALSE,,,,,, +limestone.n.01,slicer,0,0,FALSE,,,,,, +limestone.n.01,soakable,0,0,FALSE,,,,,, +linseed_oil.n.01,liquid,0,0,FALSE,,,,,, +linseed_oil.n.01,heatSource,0,0,FALSE,,,,,, +linseed_oil.n.01,fireSource,0,1,FALSE,,,,,, +linseed_oil.n.01,cookable,0,0,FALSE,,,,,, +linseed_oil.n.01,coldSource,0,0,FALSE,,,,,, +linseed_oil.n.01,sliceable,0,0,FALSE,,,,,, +linseed_oil.n.01,slicer,0,0,FALSE,,,,,, +linseed_oil.n.01,soakable,0,0,FALSE,,,,,, +bait.n.01,liquid,1,0,FALSE,,,,,, +bait.n.01,heatSource,0,0,FALSE,,,,,, +bait.n.01,fireSource,1,0,FALSE,,,,,, +bait.n.01,cookable,0,0,FALSE,,,,,, +bait.n.01,coldSource,1,0,FALSE,,,,,, +bait.n.01,sliceable,0,0,FALSE,,,,,, +bait.n.01,slicer,0,0,FALSE,,,,,, +bait.n.01,soakable,1,0,FALSE,,,,,, +macaroni.n.02,liquid,0,0,FALSE,,,,,, +macaroni.n.02,heatSource,0,0,FALSE,,,,,, +macaroni.n.02,fireSource,1,0,FALSE,,,,,, +macaroni.n.02,cookable,0,1,FALSE,,,,,, +macaroni.n.02,coldSource,0,0,FALSE,,,,,, +macaroni.n.02,sliceable,0,1,FALSE,,,,,, +macaroni.n.02,slicer,0,0,FALSE,,,,,, +macaroni.n.02,soakable,0,1,FALSE,,,,,, +map.n.01,liquid,0,0,FALSE,,,,,, +map.n.01,heatSource,0,0,FALSE,,,,,, +map.n.01,fireSource,0,0,FALSE,,,,,, +map.n.01,cookable,0,0,FALSE,,,,,, +map.n.01,coldSource,0,0,FALSE,,,,,, +map.n.01,sliceable,0,0,FALSE,,,,,, +map.n.01,slicer,1,0,FALSE,,,,,, +map.n.01,soakable,1,1,FALSE,,,,,, +green_tea.n.01,liquid,0,1,FALSE,,,,,, +green_tea.n.01,heatSource,0,0,FALSE,,,,,, +green_tea.n.01,fireSource,0,0,FALSE,,,,,, +green_tea.n.01,cookable,0,1,FALSE,,,,,, +green_tea.n.01,coldSource,0,0,FALSE,,,,,, +green_tea.n.01,sliceable,0,0,FALSE,,,,,, +green_tea.n.01,slicer,0,0,FALSE,,,,,, +green_tea.n.01,soakable,0,0,FALSE,,,,,, +mattress_cover.n.01,liquid,0,0,FALSE,,,,,, +mattress_cover.n.01,heatSource,0,0,FALSE,,,,,, +mattress_cover.n.01,fireSource,0,0,FALSE,,,,,, +mattress_cover.n.01,cookable,0,0,FALSE,,,,,, +mattress_cover.n.01,coldSource,0,0,FALSE,,,,,, +mattress_cover.n.01,sliceable,0,0,FALSE,,,,,, +mattress_cover.n.01,slicer,0,0,FALSE,,,,,, +mattress_cover.n.01,soakable,1,1,FALSE,,,,,, +meringue.n.01,liquid,0,0,FALSE,,,,,, +meringue.n.01,heatSource,0,0,FALSE,,,,,, +meringue.n.01,fireSource,1,0,FALSE,,,,,, +meringue.n.01,cookable,0,1,FALSE,,,,,, +meringue.n.01,coldSource,0,0,FALSE,,,,,, +meringue.n.01,sliceable,0,1,FALSE,,,,,, +meringue.n.01,slicer,1,0,FALSE,,,,,, +meringue.n.01,soakable,1,0,FALSE,,,,,, +mixing_bowl.n.01,liquid,0,0,FALSE,,,,,, +mixing_bowl.n.01,heatSource,0,0,FALSE,,,,,, +mixing_bowl.n.01,fireSource,0,0,FALSE,,,,,, +mixing_bowl.n.01,cookable,0,0,FALSE,,,,,, +mixing_bowl.n.01,coldSource,1,0,FALSE,,,,,, +mixing_bowl.n.01,sliceable,0,0,FALSE,,,,,, +mixing_bowl.n.01,slicer,1,0,FALSE,,,,,, +mixing_bowl.n.01,soakable,0,0,FALSE,,,,,, +cocktail.n.01,liquid,1,1,FALSE,,,,,, +cocktail.n.01,heatSource,0,0,FALSE,,,,,, +cocktail.n.01,fireSource,0,0,FALSE,,,,,, +cocktail.n.01,cookable,0,0,FALSE,,,,,, +cocktail.n.01,coldSource,1,0,FALSE,,,,,, +cocktail.n.01,sliceable,0,0,FALSE,,,,,, +cocktail.n.01,slicer,1,0,FALSE,,,,,, +cocktail.n.01,soakable,0,0,FALSE,,,,,, +mountain_bike.n.01,liquid,0,0,FALSE,,,,,, +mountain_bike.n.01,heatSource,0,0,FALSE,,,,,, +mountain_bike.n.01,fireSource,0,0,FALSE,,,,,, +mountain_bike.n.01,cookable,0,0,FALSE,,,,,, +mountain_bike.n.01,coldSource,0,0,FALSE,,,,,, +mountain_bike.n.01,sliceable,0,0,FALSE,,,,,, +mountain_bike.n.01,slicer,0,0,FALSE,,,,,, +mountain_bike.n.01,soakable,0,0,FALSE,,,,,, +mouthpiece.n.06,liquid,0,0,FALSE,,,,,, +mouthpiece.n.06,heatSource,0,0,FALSE,,,,,, +mouthpiece.n.06,fireSource,0,0,FALSE,,,,,, +mouthpiece.n.06,cookable,0,0,FALSE,,,,,, +mouthpiece.n.06,coldSource,0,0,FALSE,,,,,, +mouthpiece.n.06,sliceable,0,0,FALSE,,,,,, +mouthpiece.n.06,slicer,0,0,FALSE,,,,,, +mouthpiece.n.06,soakable,0,0,FALSE,,,,,, +nail_polish.n.01,liquid,1,1,FALSE,,,,,, +nail_polish.n.01,heatSource,0,0,FALSE,,,,,, +nail_polish.n.01,fireSource,0,1,FALSE,,,,,, +nail_polish.n.01,cookable,0,0,FALSE,,,,,, +nail_polish.n.01,coldSource,1,0,FALSE,,,,,, +nail_polish.n.01,sliceable,0,0,FALSE,,,,,, +nail_polish.n.01,slicer,0,0,FALSE,,,,,, +nail_polish.n.01,soakable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,liquid,0,0,FALSE,,,,,, +fire_extinguisher.n.01,heatSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,fireSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,cookable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,coldSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,sliceable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,slicer,1,0,FALSE,,,,,, +fire_extinguisher.n.01,soakable,0,0,FALSE,,,,,, +fire_pit.n.01,liquid,0,0,FALSE,,,,,, +fire_pit.n.01,heatSource,1,1,FALSE,,,,,, +fire_pit.n.01,fireSource,0,0,FALSE,,,,,, +fire_pit.n.01,cookable,0,0,FALSE,,,,,, +fire_pit.n.01,coldSource,0,0,FALSE,,,,,, +fire_pit.n.01,sliceable,0,0,FALSE,,,,,, +fire_pit.n.01,slicer,0,0,FALSE,,,,,, +fire_pit.n.01,soakable,0,0,FALSE,,,,,, +fish_knife.n.01,liquid,0,0,FALSE,,,,,, +fish_knife.n.01,heatSource,0,0,FALSE,,,,,, +fish_knife.n.01,fireSource,0,0,FALSE,,,,,, +fish_knife.n.01,cookable,0,0,FALSE,,,,,, +fish_knife.n.01,coldSource,0,0,FALSE,,,,,, +fish_knife.n.01,sliceable,0,0,FALSE,,,,,, +fish_knife.n.01,slicer,0,1,FALSE,,,,,, +fish_knife.n.01,soakable,0,0,FALSE,,,,,, +flag.n.01,liquid,0,0,FALSE,,,,,, +flag.n.01,heatSource,0,0,FALSE,,,,,, +flag.n.01,fireSource,0,0,FALSE,,,,,, +flag.n.01,cookable,0,0,FALSE,,,,,, +flag.n.01,coldSource,1,0,FALSE,,,,,, +flag.n.01,sliceable,0,0,FALSE,,,,,, +flag.n.01,slicer,1,0,FALSE,,,,,, +flag.n.01,soakable,1,1,FALSE,,,,,, +drug.n.01,liquid,0,0,FALSE,,,,,, +drug.n.01,heatSource,0,0,FALSE,,,,,, +drug.n.01,fireSource,1,0,FALSE,,,,,, +drug.n.01,cookable,0,0,FALSE,,,,,, +drug.n.01,coldSource,1,0,FALSE,,,,,, +drug.n.01,sliceable,0,0,FALSE,,,,,, +drug.n.01,slicer,0,0,FALSE,,,,,, +drug.n.01,soakable,0,0,FALSE,,,,,, +dumpling.n.02,liquid,0,0,FALSE,,,,,, +dumpling.n.02,heatSource,0,0,FALSE,,,,,, +dumpling.n.02,fireSource,1,0,FALSE,,,,,, +dumpling.n.02,cookable,0,1,FALSE,,,,,, +dumpling.n.02,coldSource,1,0,FALSE,,,,,, +dumpling.n.02,sliceable,0,1,FALSE,,,,,, +dumpling.n.02,slicer,0,0,FALSE,,,,,, +dumpling.n.02,soakable,1,0,FALSE,,,,,, +circuit.n.01,liquid,0,0,FALSE,,,,,, +circuit.n.01,heatSource,0,0,FALSE,,,,,, +circuit.n.01,fireSource,0,0,FALSE,,,,,, +circuit.n.01,cookable,0,0,FALSE,,,,,, +circuit.n.01,coldSource,0,0,FALSE,,,,,, +circuit.n.01,sliceable,0,1,FALSE,,,,,, +circuit.n.01,slicer,1,0,FALSE,,,,,, +circuit.n.01,soakable,0,0,FALSE,,,,,, +enchilada.n.01,liquid,0,0,FALSE,,,,,, +enchilada.n.01,heatSource,0,0,FALSE,,,,,, +enchilada.n.01,fireSource,1,0,FALSE,,,,,, +enchilada.n.01,cookable,0,1,FALSE,,,,,, +enchilada.n.01,coldSource,0,0,FALSE,,,,,, +enchilada.n.01,sliceable,0,1,FALSE,,,,,, +enchilada.n.01,slicer,0,0,FALSE,,,,,, +enchilada.n.01,soakable,1,0,FALSE,,,,,, +magnesium_sulfate.n.01,liquid,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,heatSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,fireSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,cookable,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,coldSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,sliceable,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,slicer,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,soakable,0,0,FALSE,,,,,, +wheat.n.02,liquid,0,0,FALSE,,,,,, +wheat.n.02,heatSource,0,0,FALSE,,,,,, +wheat.n.02,fireSource,1,0,FALSE,,,,,, +wheat.n.02,cookable,0,1,FALSE,,,,,, +wheat.n.02,coldSource,0,0,FALSE,,,,,, +wheat.n.02,sliceable,0,1,FALSE,,,,,, +wheat.n.02,slicer,0,0,FALSE,,,,,, +wheat.n.02,soakable,0,0,FALSE,,,,,, +fastener.n.02,liquid,0,0,FALSE,,,,,, +fastener.n.02,heatSource,0,0,FALSE,,,,,, +fastener.n.02,fireSource,0,0,FALSE,,,,,, +fastener.n.02,cookable,0,0,FALSE,,,,,, +fastener.n.02,coldSource,0,0,FALSE,,,,,, +fastener.n.02,sliceable,0,0,FALSE,,,,,, +fastener.n.02,slicer,0,0,FALSE,,,,,, +fastener.n.02,soakable,0,0,FALSE,,,,,, +common_bean.n.02,liquid,0,0,FALSE,,,,,, +common_bean.n.02,heatSource,0,0,FALSE,,,,,, +common_bean.n.02,fireSource,1,0,FALSE,,,,,, +common_bean.n.02,cookable,0,1,FALSE,,,,,, +common_bean.n.02,coldSource,0,0,FALSE,,,,,, +common_bean.n.02,sliceable,0,0,FALSE,,,,,, +common_bean.n.02,slicer,0,0,FALSE,,,,,, +common_bean.n.02,soakable,0,0,FALSE,,,,,, +dried_fruit.n.01,liquid,0,0,FALSE,,,,,, +dried_fruit.n.01,heatSource,0,0,FALSE,,,,,, +dried_fruit.n.01,fireSource,1,0,FALSE,,,,,, +dried_fruit.n.01,cookable,0,1,FALSE,,,,,, +dried_fruit.n.01,coldSource,0,0,FALSE,,,,,, +dried_fruit.n.01,sliceable,0,1,FALSE,,,,,, +dried_fruit.n.01,slicer,0,0,FALSE,,,,,, +dried_fruit.n.01,soakable,0,0,FALSE,,,,,, +herb.n.02,liquid,0,0,FALSE,,,,,, +herb.n.02,heatSource,0,0,FALSE,,,,,, +herb.n.02,fireSource,1,0,FALSE,,,,,, +herb.n.02,cookable,0,1,FALSE,,,,,, +herb.n.02,coldSource,0,0,FALSE,,,,,, +herb.n.02,sliceable,0,0,FALSE,,,,,, +herb.n.02,slicer,0,0,FALSE,,,,,, +herb.n.02,soakable,0,0,FALSE,,,,,, +wheel.n.01,liquid,0,0,FALSE,,,,,, +wheel.n.01,heatSource,0,0,FALSE,,,,,, +wheel.n.01,fireSource,0,0,FALSE,,,,,, +wheel.n.01,cookable,0,0,FALSE,,,,,, +wheel.n.01,coldSource,0,0,FALSE,,,,,, +wheel.n.01,sliceable,0,0,FALSE,,,,,, +wheel.n.01,slicer,0,0,FALSE,,,,,, +wheel.n.01,soakable,0,0,FALSE,,,,,, +can.n.01,liquid,0,0,FALSE,,,,,, +can.n.01,heatSource,0,0,FALSE,,,,,, +can.n.01,fireSource,0,0,FALSE,,,,,, +can.n.01,cookable,0,0,FALSE,,,,,, +can.n.01,coldSource,0,0,FALSE,,,,,, +can.n.01,sliceable,0,0,FALSE,,,,,, +can.n.01,slicer,1,0,FALSE,,,,,, +can.n.01,soakable,0,0,FALSE,,,,,, +flavorer.n.01,liquid,0,0,FALSE,,,,,, +flavorer.n.01,heatSource,0,0,FALSE,,,,,, +flavorer.n.01,fireSource,1,0,FALSE,,,,,, +flavorer.n.01,cookable,0,1,FALSE,,,,,, +flavorer.n.01,coldSource,0,0,FALSE,,,,,, +flavorer.n.01,sliceable,0,0,FALSE,,,,,, +flavorer.n.01,slicer,0,0,FALSE,,,,,, +flavorer.n.01,soakable,0,0,FALSE,,,,,, +shell.n.02,liquid,0,0,FALSE,,,,,, +shell.n.02,heatSource,0,0,FALSE,,,,,, +shell.n.02,fireSource,0,0,FALSE,,,,,, +shell.n.02,cookable,0,0,FALSE,,,,,, +shell.n.02,coldSource,0,0,FALSE,,,,,, +shell.n.02,sliceable,0,0,FALSE,,,,,, +shell.n.02,slicer,0,0,FALSE,,,,,, +shell.n.02,soakable,0,0,FALSE,,,,,, +shell.n.04,liquid,0,0,FALSE,,,,,, +shell.n.04,heatSource,0,0,FALSE,,,,,, +shell.n.04,fireSource,0,0,FALSE,,,,,, +shell.n.04,cookable,0,0,FALSE,,,,,, +shell.n.04,coldSource,0,0,FALSE,,,,,, +shell.n.04,sliceable,0,0,FALSE,,,,,, +shell.n.04,slicer,0,0,FALSE,,,,,, +shell.n.04,soakable,0,0,FALSE,,,,,, +bacon.n.01,liquid,0,0,FALSE,,,,,, +bacon.n.01,heatSource,0,0,FALSE,,,,,, +bacon.n.01,fireSource,1,0,FALSE,,,,,, +bacon.n.01,cookable,0,1,FALSE,,,,,, +bacon.n.01,coldSource,0,0,FALSE,,,,,, +bacon.n.01,sliceable,0,1,FALSE,,,,,, +bacon.n.01,slicer,1,0,FALSE,,,,,, +bacon.n.01,soakable,0,0,FALSE,,,,,, +black_pepper.n.02,liquid,0,0,FALSE,,,,,, +black_pepper.n.02,heatSource,0,0,FALSE,,,,,, +black_pepper.n.02,fireSource,1,0,FALSE,,,,,, +black_pepper.n.02,cookable,0,1,FALSE,,,,,, +black_pepper.n.02,coldSource,0,0,FALSE,,,,,, +black_pepper.n.02,sliceable,0,0,FALSE,,,,,, +black_pepper.n.02,slicer,0,0,FALSE,,,,,, +black_pepper.n.02,soakable,0,0,FALSE,,,,,, +leather.n.01,liquid,0,0,FALSE,,,,,, +leather.n.01,heatSource,0,0,FALSE,,,,,, +leather.n.01,fireSource,0,0,FALSE,,,,,, +leather.n.01,cookable,0,0,FALSE,,,,,, +leather.n.01,coldSource,0,0,FALSE,,,,,, +leather.n.01,sliceable,0,0,FALSE,,,,,, +leather.n.01,slicer,0,0,FALSE,,,,,, +leather.n.01,soakable,1,1,FALSE,,,,,, +fabric.n.01,liquid,0,0,FALSE,,,,,, +fabric.n.01,heatSource,0,0,FALSE,,,,,, +fabric.n.01,fireSource,0,0,FALSE,,,,,, +fabric.n.01,cookable,0,0,FALSE,,,,,, +fabric.n.01,coldSource,0,0,FALSE,,,,,, +fabric.n.01,sliceable,0,0,FALSE,,,,,, +fabric.n.01,slicer,0,0,FALSE,,,,,, +fabric.n.01,soakable,1,1,FALSE,,,,,, +onion.n.03,liquid,0,0,FALSE,,,,,, +onion.n.03,heatSource,0,0,FALSE,,,,,, +onion.n.03,fireSource,1,0,FALSE,,,,,, +onion.n.03,cookable,0,1,FALSE,,,,,, +onion.n.03,coldSource,0,0,FALSE,,,,,, +onion.n.03,sliceable,0,1,FALSE,,,,,, +onion.n.03,slicer,1,0,FALSE,,,,,, +onion.n.03,soakable,0,0,FALSE,,,,,, +grass.n.01,liquid,0,0,FALSE,,,,,, +grass.n.01,heatSource,0,0,FALSE,,,,,, +grass.n.01,fireSource,0,0,FALSE,,,,,, +grass.n.01,cookable,0,0,FALSE,,,,,, +grass.n.01,coldSource,0,0,FALSE,,,,,, +grass.n.01,sliceable,0,1,FALSE,,,,,, +grass.n.01,slicer,0,0,FALSE,,,,,, +grass.n.01,soakable,0,0,FALSE,,,,,, +laundry.n.01,liquid,0,0,FALSE,,,,,, +laundry.n.01,heatSource,0,0,FALSE,,,,,, +laundry.n.01,fireSource,0,0,FALSE,,,,,, +laundry.n.01,cookable,0,0,FALSE,,,,,, +laundry.n.01,coldSource,1,0,FALSE,,,,,, +laundry.n.01,sliceable,0,0,FALSE,,,,,, +laundry.n.01,slicer,1,0,FALSE,,,,,, +laundry.n.01,soakable,0,1,FALSE,,,,,, +sand.n.01,liquid,0,0,FALSE,,,,,, +sand.n.01,heatSource,0,0,FALSE,,,,,, +sand.n.01,fireSource,0,0,FALSE,,,,,, +sand.n.01,cookable,0,0,FALSE,,,,,, +sand.n.01,coldSource,0,0,FALSE,,,,,, +sand.n.01,sliceable,0,0,FALSE,,,,,, +sand.n.01,slicer,0,0,FALSE,,,,,, +sand.n.01,soakable,0,1,FALSE,,,,,, +emery_paper.n.01,liquid,0,0,FALSE,,,,,, +emery_paper.n.01,heatSource,0,0,FALSE,,,,,, +emery_paper.n.01,fireSource,0,0,FALSE,,,,,, +emery_paper.n.01,cookable,0,0,FALSE,,,,,, +emery_paper.n.01,coldSource,0,0,FALSE,,,,,, +emery_paper.n.01,sliceable,0,0,FALSE,,,,,, +emery_paper.n.01,slicer,1,0,FALSE,,,,,, +emery_paper.n.01,soakable,0,0,FALSE,,,,,, +wax.n.01,liquid,0,0,FALSE,,,,,, +wax.n.01,heatSource,0,0,FALSE,,,,,, +wax.n.01,fireSource,0,0,FALSE,,,,,, +wax.n.01,cookable,0,0,FALSE,,,,,, +wax.n.01,coldSource,0,0,FALSE,,,,,, +wax.n.01,sliceable,0,0,FALSE,,,,,, +wax.n.01,slicer,0,0,FALSE,,,,,, +wax.n.01,soakable,0,0,FALSE,,,,,, +blanket.n.01,liquid,0,0,FALSE,,,,,, +blanket.n.01,heatSource,1,0,FALSE,,,,,, +blanket.n.01,fireSource,0,0,FALSE,,,,,, +blanket.n.01,cookable,0,0,FALSE,,,,,, +blanket.n.01,coldSource,0,0,FALSE,,,,,, +blanket.n.01,sliceable,0,0,FALSE,,,,,, +blanket.n.01,slicer,0,0,FALSE,,,,,, +blanket.n.01,soakable,1,1,FALSE,,,,,, +chair.n.01,liquid,0,0,FALSE,,,,,, +chair.n.01,heatSource,0,0,FALSE,,,,,, +chair.n.01,fireSource,0,0,FALSE,,,,,, +chair.n.01,cookable,0,0,FALSE,,,,,, +chair.n.01,coldSource,0,0,FALSE,,,,,, +chair.n.01,sliceable,0,0,FALSE,,,,,, +chair.n.01,slicer,1,0,FALSE,,,,,, +chair.n.01,soakable,1,0,FALSE,,,,,, +sieve.n.01,liquid,0,0,FALSE,,,,,, +sieve.n.01,heatSource,0,0,FALSE,,,,,, +sieve.n.01,fireSource,0,0,FALSE,,,,,, +sieve.n.01,cookable,0,0,FALSE,,,,,, +sieve.n.01,coldSource,0,0,FALSE,,,,,, +sieve.n.01,sliceable,0,0,FALSE,,,,,, +sieve.n.01,slicer,1,0,FALSE,,,,,, +sieve.n.01,soakable,1,0,FALSE,,,,,, +flower.n.02,liquid,0,0,FALSE,,,,,, +flower.n.02,heatSource,0,0,FALSE,,,,,, +flower.n.02,fireSource,0,0,FALSE,,,,,, +flower.n.02,cookable,0,1,FALSE,,,,,, +flower.n.02,coldSource,0,0,FALSE,,,,,, +flower.n.02,sliceable,0,1,FALSE,,,,,, +flower.n.02,slicer,0,0,FALSE,,,,,, +flower.n.02,soakable,0,0,FALSE,,,,,, +frame.n.10,liquid,0,0,FALSE,,,,,, +frame.n.10,heatSource,0,0,FALSE,,,,,, +frame.n.10,fireSource,0,0,FALSE,,,,,, +frame.n.10,cookable,0,0,FALSE,,,,,, +frame.n.10,coldSource,0,0,FALSE,,,,,, +frame.n.10,sliceable,0,0,FALSE,,,,,, +frame.n.10,slicer,1,0,FALSE,,,,,, +frame.n.10,soakable,0,0,FALSE,,,,,, +utensil.n.01,liquid,0,0,FALSE,,,,,, +utensil.n.01,heatSource,0,0,FALSE,,,,,, +utensil.n.01,fireSource,1,0,FALSE,,,,,, +utensil.n.01,cookable,0,0,FALSE,,,,,, +utensil.n.01,coldSource,0,0,FALSE,,,,,, +utensil.n.01,sliceable,1,0,FALSE,,,,,, +utensil.n.01,slicer,1,1,FALSE,,,,,, +utensil.n.01,soakable,1,0,FALSE,,,,,, +rub.n.02,liquid,0,0,FALSE,,,,,, +rub.n.02,heatSource,0,0,FALSE,,,,,, +rub.n.02,fireSource,0,0,FALSE,,,,,, +rub.n.02,cookable,0,0,FALSE,,,,,, +rub.n.02,coldSource,0,0,FALSE,,,,,, +rub.n.02,sliceable,0,0,FALSE,,,,,, +rub.n.02,slicer,0,0,FALSE,,,,,, +rub.n.02,soakable,0,1,FALSE,,,,,, +foil.n.01,liquid,0,0,FALSE,,,,,, +foil.n.01,heatSource,0,0,FALSE,,,,,, +foil.n.01,fireSource,0,0,FALSE,,,,,, +foil.n.01,cookable,0,0,FALSE,,,,,, +foil.n.01,coldSource,0,0,FALSE,,,,,, +foil.n.01,sliceable,0,0,FALSE,,,,,, +foil.n.01,slicer,1,0,FALSE,,,,,, +foil.n.01,soakable,1,0,FALSE,,,,,, +liquid.n.01,liquid,1,1,FALSE,,,,,, +liquid.n.01,heatSource,0,0,FALSE,,,,,, +liquid.n.01,fireSource,0,0,FALSE,,,,,, +liquid.n.01,cookable,0,0,FALSE,,,,,, +liquid.n.01,coldSource,1,0,FALSE,,,,,, +liquid.n.01,sliceable,0,0,FALSE,,,,,, +liquid.n.01,slicer,0,0,FALSE,,,,,, +liquid.n.01,soakable,0,0,FALSE,,,,,, +wire.n.01,liquid,0,0,FALSE,,,,,, +wire.n.01,heatSource,0,0,FALSE,,,,,, +wire.n.01,fireSource,0,0,FALSE,,,,,, +wire.n.01,cookable,0,0,FALSE,,,,,, +wire.n.01,coldSource,0,0,FALSE,,,,,, +wire.n.01,sliceable,0,0,FALSE,,,,,, +wire.n.01,slicer,1,0,FALSE,,,,,, +wire.n.01,soakable,0,0,FALSE,,,,,, +napkin.n.01,liquid,0,0,FALSE,,,,,, +napkin.n.01,heatSource,0,0,FALSE,,,,,, +napkin.n.01,fireSource,0,1,FALSE,,,,,, +napkin.n.01,cookable,0,0,FALSE,,,,,, +napkin.n.01,coldSource,0,0,FALSE,,,,,, +napkin.n.01,sliceable,0,0,FALSE,,,,,, +napkin.n.01,slicer,1,0,FALSE,,,,,, +napkin.n.01,soakable,1,1,FALSE,,,,,, +bite.n.04,liquid,0,0,FALSE,,,,,, +bite.n.04,heatSource,0,0,FALSE,,,,,, +bite.n.04,fireSource,1,0,FALSE,,,,,, +bite.n.04,cookable,0,1,FALSE,,,,,, +bite.n.04,coldSource,0,0,FALSE,,,,,, +bite.n.04,sliceable,0,0,FALSE,,,,,, +bite.n.04,slicer,0,0,FALSE,,,,,, +bite.n.04,soakable,0,0,FALSE,,,,,, +light.n.02,liquid,0,0,FALSE,,,,,, +light.n.02,heatSource,0,0,FALSE,,,,,, +light.n.02,fireSource,0,0,FALSE,,,,,, +light.n.02,cookable,0,0,FALSE,,,,,, +light.n.02,coldSource,0,0,FALSE,,,,,, +light.n.02,sliceable,0,0,FALSE,,,,,, +light.n.02,slicer,1,0,FALSE,,,,,, +light.n.02,soakable,0,0,FALSE,,,,,, +tree.n.01,liquid,0,0,FALSE,,,,,, +tree.n.01,heatSource,0,0,FALSE,,,,,, +tree.n.01,fireSource,0,1,FALSE,,,,,, +tree.n.01,cookable,0,0,FALSE,,,,,, +tree.n.01,coldSource,0,0,FALSE,,,,,, +tree.n.01,sliceable,0,0,FALSE,,,,,, +tree.n.01,slicer,0,0,FALSE,,,,,, +tree.n.01,soakable,0,0,FALSE,,,,,, +truck.n.01,liquid,0,0,FALSE,,,,,, +truck.n.01,heatSource,0,0,FALSE,,,,,, +truck.n.01,fireSource,0,0,FALSE,,,,,, +truck.n.01,cookable,0,0,FALSE,,,,,, +truck.n.01,coldSource,0,0,FALSE,,,,,, +truck.n.01,sliceable,0,0,FALSE,,,,,, +truck.n.01,slicer,1,0,FALSE,,,,,, +truck.n.01,soakable,0,0,FALSE,,,,,, +shoe.n.01,liquid,0,0,FALSE,,,,,, +shoe.n.01,heatSource,0,0,FALSE,,,,,, +shoe.n.01,fireSource,0,0,FALSE,,,,,, +shoe.n.01,cookable,0,0,FALSE,,,,,, +shoe.n.01,coldSource,0,0,FALSE,,,,,, +shoe.n.01,sliceable,0,0,FALSE,,,,,, +shoe.n.01,slicer,0,0,FALSE,,,,,, +shoe.n.01,soakable,0,1,FALSE,,,,,, +stalk.n.02,liquid,0,0,FALSE,,,,,, +stalk.n.02,heatSource,0,0,FALSE,,,,,, +stalk.n.02,fireSource,0,0,FALSE,,,,,, +stalk.n.02,cookable,0,0,FALSE,,,,,, +stalk.n.02,coldSource,0,0,FALSE,,,,,, +stalk.n.02,sliceable,0,0,FALSE,,,,,, +stalk.n.02,slicer,0,0,FALSE,,,,,, +stalk.n.02,soakable,0,0,FALSE,,,,,, +honey.n.01,liquid,1,1,FALSE,,,,,, +honey.n.01,heatSource,0,0,FALSE,,,,,, +honey.n.01,fireSource,0,0,FALSE,,,,,, +honey.n.01,cookable,0,1,FALSE,,,,,, +honey.n.01,coldSource,1,0,FALSE,,,,,, +honey.n.01,sliceable,0,0,FALSE,,,,,, +honey.n.01,slicer,0,0,FALSE,,,,,, +honey.n.01,soakable,0,0,FALSE,,,,,, +plastic.n.01,liquid,0,0,FALSE,,,,,, +plastic.n.01,heatSource,0,0,FALSE,,,,,, +plastic.n.01,fireSource,0,0,FALSE,,,,,, +plastic.n.01,cookable,0,0,FALSE,,,,,, +plastic.n.01,coldSource,0,0,FALSE,,,,,, +plastic.n.01,sliceable,0,0,FALSE,,,,,, +plastic.n.01,slicer,0,0,FALSE,,,,,, +plastic.n.01,soakable,1,0,FALSE,,,,,, +sodium_carbonate.n.01,liquid,0,0,FALSE,,,,,, +sodium_carbonate.n.01,heatSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,fireSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,cookable,0,0,FALSE,,,,,, +sodium_carbonate.n.01,coldSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,sliceable,0,0,FALSE,,,,,, +sodium_carbonate.n.01,slicer,0,0,FALSE,,,,,, +sodium_carbonate.n.01,soakable,0,0,FALSE,,,,,, +mixer.n.04,liquid,0,0,FALSE,,,,,, +mixer.n.04,heatSource,0,0,FALSE,,,,,, +mixer.n.04,fireSource,0,0,FALSE,,,,,, +mixer.n.04,cookable,0,0,FALSE,,,,,, +mixer.n.04,coldSource,0,0,FALSE,,,,,, +mixer.n.04,sliceable,0,0,FALSE,,,,,, +mixer.n.04,slicer,1,1,FALSE,,,,,, +mixer.n.04,soakable,0,0,FALSE,,,,,, +wax_paper.n.01,liquid,0,0,FALSE,,,,,, +wax_paper.n.01,heatSource,0,0,FALSE,,,,,, +wax_paper.n.01,fireSource,0,0,FALSE,,,,,, +wax_paper.n.01,cookable,0,0,FALSE,,,,,, +wax_paper.n.01,coldSource,0,0,FALSE,,,,,, +wax_paper.n.01,sliceable,0,0,FALSE,,,,,, +wax_paper.n.01,slicer,0,0,FALSE,,,,,, +wax_paper.n.01,soakable,1,1,FALSE,,,,,, +plastic_bag.n.01,liquid,0,0,FALSE,,,,,, +plastic_bag.n.01,heatSource,0,0,FALSE,,,,,, +plastic_bag.n.01,fireSource,0,0,FALSE,,,,,, +plastic_bag.n.01,cookable,0,0,FALSE,,,,,, +plastic_bag.n.01,coldSource,0,0,FALSE,,,,,, +plastic_bag.n.01,sliceable,0,0,FALSE,,,,,, +plastic_bag.n.01,slicer,1,0,FALSE,,,,,, +plastic_bag.n.01,soakable,1,0,FALSE,,,,,, +dirt.n.02,liquid,0,0,FALSE,,,,,, +dirt.n.02,heatSource,0,0,FALSE,,,,,, +dirt.n.02,fireSource,0,0,FALSE,,,,,, +dirt.n.02,cookable,0,0,FALSE,,,,,, +dirt.n.02,coldSource,0,0,FALSE,,,,,, +dirt.n.02,sliceable,0,0,FALSE,,,,,, +dirt.n.02,slicer,0,0,FALSE,,,,,, +dirt.n.02,soakable,0,0,FALSE,,,,,, +meal.n.01,liquid,0,0,FALSE,,,,,, +meal.n.01,heatSource,0,0,FALSE,,,,,, +meal.n.01,fireSource,1,0,FALSE,,,,,, +meal.n.01,cookable,0,1,FALSE,,,,,, +meal.n.01,coldSource,0,0,FALSE,,,,,, +meal.n.01,sliceable,1,1,FALSE,,,,,, +meal.n.01,slicer,0,0,FALSE,,,,,, +meal.n.01,soakable,0,0,FALSE,,,,,, +nut.n.01,liquid,0,0,FALSE,,,,,, +nut.n.01,heatSource,0,0,FALSE,,,,,, +nut.n.01,fireSource,1,0,FALSE,,,,,, +nut.n.01,cookable,0,1,FALSE,,,,,, +nut.n.01,coldSource,0,0,FALSE,,,,,, +nut.n.01,sliceable,0,0,FALSE,,,,,, +nut.n.01,slicer,1,0,FALSE,,,,,, +nut.n.01,soakable,0,0,FALSE,,,,,, +seed.n.02,liquid,0,0,FALSE,,,,,, +seed.n.02,heatSource,0,0,FALSE,,,,,, +seed.n.02,fireSource,0,0,FALSE,,,,,, +seed.n.02,cookable,0,1,FALSE,,,,,, +seed.n.02,coldSource,0,0,FALSE,,,,,, +seed.n.02,sliceable,0,0,FALSE,,,,,, +seed.n.02,slicer,0,0,FALSE,,,,,, +seed.n.02,soakable,0,0,FALSE,,,,,, +book.n.01,liquid,0,0,FALSE,,,,,, +book.n.01,heatSource,0,0,FALSE,,,,,, +book.n.01,fireSource,0,0,FALSE,,,,,, +book.n.01,cookable,0,0,FALSE,,,,,, +book.n.01,coldSource,0,0,FALSE,,,,,, +book.n.01,sliceable,0,0,FALSE,,,,,, +book.n.01,slicer,0,0,FALSE,,,,,, +book.n.01,soakable,0,1,FALSE,,,,,, +blade.n.09,liquid,0,0,FALSE,,,,,, +blade.n.09,heatSource,0,0,FALSE,,,,,, +blade.n.09,fireSource,0,0,FALSE,,,,,, +blade.n.09,cookable,0,0,FALSE,,,,,, +blade.n.09,coldSource,0,0,FALSE,,,,,, +blade.n.09,sliceable,1,0,FALSE,,,,,, +blade.n.09,slicer,1,1,FALSE,,,,,, +blade.n.09,soakable,0,0,FALSE,,,,,, +mold.n.05,liquid,0,0,FALSE,,,,,, +mold.n.05,heatSource,0,0,FALSE,,,,,, +mold.n.05,fireSource,0,0,FALSE,,,,,, +mold.n.05,cookable,0,0,FALSE,,,,,, +mold.n.05,coldSource,0,0,FALSE,,,,,, +mold.n.05,sliceable,0,0,FALSE,,,,,, +mold.n.05,slicer,0,0,FALSE,,,,,, +mold.n.05,soakable,0,0,FALSE,,,,,, +sauce.n.01,liquid,0,1,FALSE,,,,,, +sauce.n.01,heatSource,0,0,FALSE,,,,,, +sauce.n.01,fireSource,1,0,FALSE,,,,,, +sauce.n.01,cookable,0,1,FALSE,,,,,, +sauce.n.01,coldSource,1,0,FALSE,,,,,, +sauce.n.01,sliceable,0,0,FALSE,,,,,, +sauce.n.01,slicer,0,0,FALSE,,,,,, +sauce.n.01,soakable,0,0,FALSE,,,,,, +screw.n.04,liquid,0,0,FALSE,,,,,, +screw.n.04,heatSource,0,0,FALSE,,,,,, +screw.n.04,fireSource,0,0,FALSE,,,,,, +screw.n.04,cookable,0,0,FALSE,,,,,, +screw.n.04,coldSource,0,0,FALSE,,,,,, +screw.n.04,sliceable,0,0,FALSE,,,,,, +screw.n.04,slicer,0,0,FALSE,,,,,, +screw.n.04,soakable,0,0,FALSE,,,,,, +spice.n.02,liquid,0,0,FALSE,,,,,, +spice.n.02,heatSource,0,0,FALSE,,,,,, +spice.n.02,fireSource,1,0,FALSE,,,,,, +spice.n.02,cookable,0,1,FALSE,,,,,, +spice.n.02,coldSource,0,0,FALSE,,,,,, +spice.n.02,sliceable,0,0,FALSE,,,,,, +spice.n.02,slicer,0,0,FALSE,,,,,, +spice.n.02,soakable,0,0,FALSE,,,,,, +aluminium_foil.n.01,liquid,0,0,FALSE,,,,,, +aluminium_foil.n.01,heatSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,fireSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,cookable,0,0,FALSE,,,,,, +aluminium_foil.n.01,coldSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,sliceable,0,1,FALSE,,,,,, +aluminium_foil.n.01,slicer,0,0,FALSE,,,,,, +aluminium_foil.n.01,soakable,0,0,FALSE,,,,,, +rice.n.01,liquid,0,0,FALSE,,,,,, +rice.n.01,heatSource,0,0,FALSE,,,,,, +rice.n.01,fireSource,1,0,FALSE,,,,,, +rice.n.01,cookable,0,1,FALSE,,,,,, +rice.n.01,coldSource,1,0,FALSE,,,,,, +rice.n.01,sliceable,0,0,FALSE,,,,,, +rice.n.01,slicer,1,0,FALSE,,,,,, +rice.n.01,soakable,0,0,FALSE,,,,,, +wine.n.01,liquid,1,1,FALSE,,,,,, +wine.n.01,heatSource,0,0,FALSE,,,,,, +wine.n.01,fireSource,0,0,FALSE,,,,,, +wine.n.01,cookable,0,1,FALSE,,,,,, +wine.n.01,coldSource,1,0,FALSE,,,,,, +wine.n.01,sliceable,0,0,FALSE,,,,,, +wine.n.01,slicer,0,0,FALSE,,,,,, +wine.n.01,soakable,0,0,FALSE,,,,,, +rack.n.05,liquid,0,0,FALSE,,,,,, +rack.n.05,heatSource,0,0,FALSE,,,,,, +rack.n.05,fireSource,0,0,FALSE,,,,,, +rack.n.05,cookable,0,0,FALSE,,,,,, +rack.n.05,coldSource,0,0,FALSE,,,,,, +rack.n.05,sliceable,0,0,FALSE,,,,,, +rack.n.05,slicer,1,0,FALSE,,,,,, +rack.n.05,soakable,1,0,FALSE,,,,,, +leaf.n.01,liquid,0,0,FALSE,,,,,, +leaf.n.01,heatSource,0,0,FALSE,,,,,, +leaf.n.01,fireSource,0,0,FALSE,,,,,, +leaf.n.01,cookable,0,0,FALSE,,,,,, +leaf.n.01,coldSource,0,0,FALSE,,,,,, +leaf.n.01,sliceable,0,1,FALSE,,,,,, +leaf.n.01,slicer,0,0,FALSE,,,,,, +leaf.n.01,soakable,0,1,FALSE,,,,,, +plastic_wrap.n.01,liquid,0,0,FALSE,,,,,, +plastic_wrap.n.01,heatSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,fireSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,cookable,0,0,FALSE,,,,,, +plastic_wrap.n.01,coldSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,sliceable,0,0,FALSE,,,,,, +plastic_wrap.n.01,slicer,1,0,FALSE,,,,,, +plastic_wrap.n.01,soakable,0,0,FALSE,,,,,, +bearing.n.06,liquid,0,0,FALSE,,,,,, +bearing.n.06,heatSource,0,0,FALSE,,,,,, +bearing.n.06,fireSource,0,0,FALSE,,,,,, +bearing.n.06,cookable,0,0,FALSE,,,,,, +bearing.n.06,coldSource,0,0,FALSE,,,,,, +bearing.n.06,sliceable,0,0,FALSE,,,,,, +bearing.n.06,slicer,1,0,FALSE,,,,,, +bearing.n.06,soakable,0,0,FALSE,,,,,, +liquid_soap.n.01,liquid,1,1,FALSE,,,,,, +liquid_soap.n.01,heatSource,0,0,FALSE,,,,,, +liquid_soap.n.01,fireSource,0,0,FALSE,,,,,, +liquid_soap.n.01,cookable,0,0,FALSE,,,,,, +liquid_soap.n.01,coldSource,1,0,FALSE,,,,,, +liquid_soap.n.01,sliceable,0,0,FALSE,,,,,, +liquid_soap.n.01,slicer,0,0,FALSE,,,,,, +liquid_soap.n.01,soakable,0,0,FALSE,,,,,, +bookend.n.01,liquid,0,0,FALSE,,,,,, +bookend.n.01,heatSource,0,0,FALSE,,,,,, +bookend.n.01,fireSource,0,0,FALSE,,,,,, +bookend.n.01,cookable,0,0,FALSE,,,,,, +bookend.n.01,coldSource,0,0,FALSE,,,,,, +bookend.n.01,sliceable,0,0,FALSE,,,,,, +bookend.n.01,slicer,1,0,FALSE,,,,,, +bookend.n.01,soakable,0,0,FALSE,,,,,, +brace.n.09,liquid,0,0,FALSE,,,,,, +brace.n.09,heatSource,0,0,FALSE,,,,,, +brace.n.09,fireSource,0,0,FALSE,,,,,, +brace.n.09,cookable,0,0,FALSE,,,,,, +brace.n.09,coldSource,0,0,FALSE,,,,,, +brace.n.09,sliceable,0,0,FALSE,,,,,, +brace.n.09,slicer,0,0,FALSE,,,,,, +brace.n.09,soakable,0,0,FALSE,,,,,, +buckle.n.01,liquid,0,0,FALSE,,,,,, +buckle.n.01,heatSource,0,0,FALSE,,,,,, +buckle.n.01,fireSource,0,0,FALSE,,,,,, +buckle.n.01,cookable,0,0,FALSE,,,,,, +buckle.n.01,coldSource,0,0,FALSE,,,,,, +buckle.n.01,sliceable,0,0,FALSE,,,,,, +buckle.n.01,slicer,1,1,FALSE,,,,,, +buckle.n.01,soakable,0,0,FALSE,,,,,, +insectifuge.n.01,liquid,0,0,FALSE,,,,,, +insectifuge.n.01,heatSource,0,0,FALSE,,,,,, +insectifuge.n.01,fireSource,0,0,FALSE,,,,,, +insectifuge.n.01,cookable,0,0,FALSE,,,,,, +insectifuge.n.01,coldSource,0,0,FALSE,,,,,, +insectifuge.n.01,sliceable,0,0,FALSE,,,,,, +insectifuge.n.01,slicer,0,0,FALSE,,,,,, +insectifuge.n.01,soakable,0,0,FALSE,,,,,, +insect_repellent.n.01,liquid,0,0,FALSE,,,,,, +insect_repellent.n.01,heatSource,0,0,FALSE,,,,,, +insect_repellent.n.01,fireSource,0,0,FALSE,,,,,, +insect_repellent.n.01,cookable,0,0,FALSE,,,,,, +insect_repellent.n.01,coldSource,0,0,FALSE,,,,,, +insect_repellent.n.01,sliceable,0,0,FALSE,,,,,, +insect_repellent.n.01,slicer,0,0,FALSE,,,,,, +insect_repellent.n.01,soakable,0,0,FALSE,,,,,, +bumper.n.02,liquid,0,0,FALSE,,,,,, +bumper.n.02,heatSource,0,0,FALSE,,,,,, +bumper.n.02,fireSource,0,0,FALSE,,,,,, +bumper.n.02,cookable,0,0,FALSE,,,,,, +bumper.n.02,coldSource,0,0,FALSE,,,,,, +bumper.n.02,sliceable,0,0,FALSE,,,,,, +bumper.n.02,slicer,0,0,FALSE,,,,,, +bumper.n.02,soakable,0,0,FALSE,,,,,, +burlap.n.01,liquid,0,0,FALSE,,,,,, +burlap.n.01,heatSource,0,0,FALSE,,,,,, +burlap.n.01,fireSource,0,0,FALSE,,,,,, +burlap.n.01,cookable,0,0,FALSE,,,,,, +burlap.n.01,coldSource,0,0,FALSE,,,,,, +burlap.n.01,sliceable,0,0,FALSE,,,,,, +burlap.n.01,slicer,0,0,FALSE,,,,,, +burlap.n.01,soakable,0,1,FALSE,,,,,, +frosting.n.01,liquid,0,0,FALSE,,,,,, +frosting.n.01,heatSource,0,0,FALSE,,,,,, +frosting.n.01,fireSource,0,0,FALSE,,,,,, +frosting.n.01,cookable,0,1,FALSE,,,,,, +frosting.n.01,coldSource,1,0,FALSE,,,,,, +frosting.n.01,sliceable,0,0,FALSE,,,,,, +frosting.n.01,slicer,1,0,FALSE,,,,,, +frosting.n.01,soakable,0,0,FALSE,,,,,, +cactus.n.01,liquid,0,0,FALSE,,,,,, +cactus.n.01,heatSource,0,0,FALSE,,,,,, +cactus.n.01,fireSource,0,0,FALSE,,,,,, +cactus.n.01,cookable,0,1,FALSE,,,,,, +cactus.n.01,coldSource,0,0,FALSE,,,,,, +cactus.n.01,sliceable,0,1,FALSE,,,,,, +cactus.n.01,slicer,1,0,FALSE,,,,,, +cactus.n.01,soakable,0,0,FALSE,,,,,, +calendar.n.01,liquid,0,0,FALSE,,,,,, +calendar.n.01,heatSource,0,0,FALSE,,,,,, +calendar.n.01,fireSource,0,0,FALSE,,,,,, +calendar.n.01,cookable,0,0,FALSE,,,,,, +calendar.n.01,coldSource,0,0,FALSE,,,,,, +calendar.n.01,sliceable,0,0,FALSE,,,,,, +calendar.n.01,slicer,1,0,FALSE,,,,,, +calendar.n.01,soakable,0,1,FALSE,,,,,, +cardamom.n.02,liquid,0,0,FALSE,,,,,, +cardamom.n.02,heatSource,0,0,FALSE,,,,,, +cardamom.n.02,fireSource,1,0,FALSE,,,,,, +cardamom.n.02,cookable,0,1,FALSE,,,,,, +cardamom.n.02,coldSource,0,0,FALSE,,,,,, +cardamom.n.02,sliceable,0,0,FALSE,,,,,, +cardamom.n.02,slicer,0,0,FALSE,,,,,, +cardamom.n.02,soakable,0,0,FALSE,,,,,, +electric_fan.n.01,liquid,0,0,FALSE,,,,,, +electric_fan.n.01,heatSource,0,0,FALSE,,,,,, +electric_fan.n.01,fireSource,0,0,FALSE,,,,,, +electric_fan.n.01,cookable,0,0,FALSE,,,,,, +electric_fan.n.01,coldSource,0,0,FALSE,,,,,, +electric_fan.n.01,sliceable,0,0,FALSE,,,,,, +electric_fan.n.01,slicer,1,0,FALSE,,,,,, +electric_fan.n.01,soakable,0,0,FALSE,,,,,, +cellophane.n.01,liquid,0,0,FALSE,,,,,, +cellophane.n.01,heatSource,0,0,FALSE,,,,,, +cellophane.n.01,fireSource,0,0,FALSE,,,,,, +cellophane.n.01,cookable,0,0,FALSE,,,,,, +cellophane.n.01,coldSource,0,0,FALSE,,,,,, +cellophane.n.01,sliceable,0,0,FALSE,,,,,, +cellophane.n.01,slicer,1,0,FALSE,,,,,, +cellophane.n.01,soakable,1,0,FALSE,,,,,, +centerpiece.n.02,liquid,0,0,FALSE,,,,,, +centerpiece.n.02,heatSource,0,0,FALSE,,,,,, +centerpiece.n.02,fireSource,0,0,FALSE,,,,,, +centerpiece.n.02,cookable,0,0,FALSE,,,,,, +centerpiece.n.02,coldSource,0,0,FALSE,,,,,, +centerpiece.n.02,sliceable,0,0,FALSE,,,,,, +centerpiece.n.02,slicer,0,0,FALSE,,,,,, +centerpiece.n.02,soakable,0,0,FALSE,,,,,, +cereal_box.n.01,liquid,0,0,FALSE,,,,,, +cereal_box.n.01,heatSource,0,0,FALSE,,,,,, +cereal_box.n.01,fireSource,0,0,FALSE,,,,,, +cereal_box.n.01,cookable,0,0,FALSE,,,,,, +cereal_box.n.01,coldSource,0,0,FALSE,,,,,, +cereal_box.n.01,sliceable,0,0,FALSE,,,,,, +cereal_box.n.01,slicer,0,0,FALSE,,,,,, +cereal_box.n.01,soakable,1,1,FALSE,,,,,, +chain_saw.n.01,liquid,0,0,FALSE,,,,,, +chain_saw.n.01,heatSource,0,0,FALSE,,,,,, +chain_saw.n.01,fireSource,0,0,FALSE,,,,,, +chain_saw.n.01,cookable,0,0,FALSE,,,,,, +chain_saw.n.01,coldSource,0,0,FALSE,,,,,, +chain_saw.n.01,sliceable,0,0,FALSE,,,,,, +chain_saw.n.01,slicer,1,1,FALSE,,,,,, +chain_saw.n.01,soakable,0,0,FALSE,,,,,, +blackboard.n.01,liquid,0,0,FALSE,,,,,, +blackboard.n.01,heatSource,0,0,FALSE,,,,,, +blackboard.n.01,fireSource,0,0,FALSE,,,,,, +blackboard.n.01,cookable,0,0,FALSE,,,,,, +blackboard.n.01,coldSource,0,0,FALSE,,,,,, +blackboard.n.01,sliceable,0,0,FALSE,,,,,, +blackboard.n.01,slicer,1,0,FALSE,,,,,, +blackboard.n.01,soakable,0,0,FALSE,,,,,, +chard.n.01,liquid,0,0,FALSE,,,,,, +chard.n.01,heatSource,0,0,FALSE,,,,,, +chard.n.01,fireSource,1,0,FALSE,,,,,, +chard.n.01,cookable,0,1,FALSE,,,,,, +chard.n.01,coldSource,0,0,FALSE,,,,,, +chard.n.01,sliceable,0,1,FALSE,,,,,, +chard.n.01,slicer,0,0,FALSE,,,,,, +chard.n.01,soakable,0,0,FALSE,,,,,, +cherry_tomato.n.02,liquid,0,0,FALSE,,,,,, +cherry_tomato.n.02,heatSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,fireSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,cookable,0,1,FALSE,,,,,, +cherry_tomato.n.02,coldSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,sliceable,0,1,FALSE,,,,,, +cherry_tomato.n.02,slicer,0,0,FALSE,,,,,, +cherry_tomato.n.02,soakable,0,0,FALSE,,,,,, +edible_seed.n.01,liquid,0,0,FALSE,,,,,, +edible_seed.n.01,heatSource,0,0,FALSE,,,,,, +edible_seed.n.01,fireSource,1,0,FALSE,,,,,, +edible_seed.n.01,cookable,0,1,FALSE,,,,,, +edible_seed.n.01,coldSource,0,0,FALSE,,,,,, +edible_seed.n.01,sliceable,0,0,FALSE,,,,,, +edible_seed.n.01,slicer,0,0,FALSE,,,,,, +edible_seed.n.01,soakable,0,0,FALSE,,,,,, +chicken_leg.n.01,liquid,0,0,FALSE,,,,,, +chicken_leg.n.01,heatSource,0,0,FALSE,,,,,, +chicken_leg.n.01,fireSource,1,0,FALSE,,,,,, +chicken_leg.n.01,cookable,0,1,FALSE,,,,,, +chicken_leg.n.01,coldSource,0,0,FALSE,,,,,, +chicken_leg.n.01,sliceable,0,1,FALSE,,,,,, +chicken_leg.n.01,slicer,0,0,FALSE,,,,,, +chicken_leg.n.01,soakable,0,0,FALSE,,,,,, +chicken_soup.n.01,liquid,1,1,FALSE,,,,,, +chicken_soup.n.01,heatSource,0,0,FALSE,,,,,, +chicken_soup.n.01,fireSource,1,0,FALSE,,,,,, +chicken_soup.n.01,cookable,0,1,FALSE,,,,,, +chicken_soup.n.01,coldSource,0,0,FALSE,,,,,, +chicken_soup.n.01,sliceable,0,0,FALSE,,,,,, +chicken_soup.n.01,slicer,0,0,FALSE,,,,,, +chicken_soup.n.01,soakable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,liquid,0,0,FALSE,,,,,, +piece_of_cloth.n.01,heatSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,fireSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,cookable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,coldSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,sliceable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,slicer,0,0,FALSE,,,,,, +piece_of_cloth.n.01,soakable,1,1,FALSE,,,,,, +clock.n.01,liquid,0,0,FALSE,,,,,, +clock.n.01,heatSource,0,0,FALSE,,,,,, +clock.n.01,fireSource,0,0,FALSE,,,,,, +clock.n.01,cookable,0,0,FALSE,,,,,, +clock.n.01,coldSource,0,0,FALSE,,,,,, +clock.n.01,sliceable,0,0,FALSE,,,,,, +clock.n.01,slicer,1,0,FALSE,,,,,, +clock.n.01,soakable,0,0,FALSE,,,,,, +cabinet.n.04,liquid,0,0,FALSE,,,,,, +cabinet.n.04,heatSource,0,0,FALSE,,,,,, +cabinet.n.04,fireSource,0,0,FALSE,,,,,, +cabinet.n.04,cookable,0,0,FALSE,,,,,, +cabinet.n.04,coldSource,0,0,FALSE,,,,,, +cabinet.n.04,sliceable,0,0,FALSE,,,,,, +cabinet.n.04,slicer,1,0,FALSE,,,,,, +cabinet.n.04,soakable,0,0,FALSE,,,,,, +knob.n.01,liquid,0,0,FALSE,,,,,, +knob.n.01,heatSource,0,0,FALSE,,,,,, +knob.n.01,fireSource,0,0,FALSE,,,,,, +knob.n.01,cookable,0,0,FALSE,,,,,, +knob.n.01,coldSource,0,0,FALSE,,,,,, +knob.n.01,sliceable,0,0,FALSE,,,,,, +knob.n.01,slicer,1,0,FALSE,,,,,, +knob.n.01,soakable,0,0,FALSE,,,,,, +corn_syrup.n.01,liquid,1,1,FALSE,,,,,, +corn_syrup.n.01,heatSource,0,0,FALSE,,,,,, +corn_syrup.n.01,fireSource,0,0,FALSE,,,,,, +corn_syrup.n.01,cookable,0,1,FALSE,,,,,, +corn_syrup.n.01,coldSource,0,0,FALSE,,,,,, +corn_syrup.n.01,sliceable,0,0,FALSE,,,,,, +corn_syrup.n.01,slicer,0,0,FALSE,,,,,, +corn_syrup.n.01,soakable,0,0,FALSE,,,,,, +costume.n.01,liquid,0,0,FALSE,,,,,, +costume.n.01,heatSource,0,0,FALSE,,,,,, +costume.n.01,fireSource,0,0,FALSE,,,,,, +costume.n.01,cookable,0,0,FALSE,,,,,, +costume.n.01,coldSource,0,0,FALSE,,,,,, +costume.n.01,sliceable,0,0,FALSE,,,,,, +costume.n.01,slicer,0,0,FALSE,,,,,, +costume.n.01,soakable,0,1,FALSE,,,,,, +crossbar.n.01,liquid,0,0,FALSE,,,,,, +crossbar.n.01,heatSource,0,0,FALSE,,,,,, +crossbar.n.01,fireSource,0,0,FALSE,,,,,, +crossbar.n.01,cookable,0,0,FALSE,,,,,, +crossbar.n.01,coldSource,0,0,FALSE,,,,,, +crossbar.n.01,sliceable,0,0,FALSE,,,,,, +crossbar.n.01,slicer,1,0,FALSE,,,,,, +crossbar.n.01,soakable,0,0,FALSE,,,,,, +crouton.n.01,liquid,0,0,FALSE,,,,,, +crouton.n.01,heatSource,0,0,FALSE,,,,,, +crouton.n.01,fireSource,1,0,FALSE,,,,,, +crouton.n.01,cookable,0,1,FALSE,,,,,, +crouton.n.01,coldSource,0,0,FALSE,,,,,, +crouton.n.01,sliceable,0,1,FALSE,,,,,, +crouton.n.01,slicer,0,0,FALSE,,,,,, +crouton.n.01,soakable,0,1,FALSE,,,,,, +curry.n.01,liquid,0,0,FALSE,,,,,, +curry.n.01,heatSource,0,0,FALSE,,,,,, +curry.n.01,fireSource,1,0,FALSE,,,,,, +curry.n.01,cookable,0,1,FALSE,,,,,, +curry.n.01,coldSource,0,0,FALSE,,,,,, +curry.n.01,sliceable,0,0,FALSE,,,,,, +curry.n.01,slicer,0,0,FALSE,,,,,, +curry.n.01,soakable,0,0,FALSE,,,,,, +custard.n.01,liquid,0,0,FALSE,,,,,, +custard.n.01,heatSource,0,0,FALSE,,,,,, +custard.n.01,fireSource,1,0,FALSE,,,,,, +custard.n.01,cookable,0,1,FALSE,,,,,, +custard.n.01,coldSource,1,0,FALSE,,,,,, +custard.n.01,sliceable,0,0,FALSE,,,,,, +custard.n.01,slicer,0,0,FALSE,,,,,, +custard.n.01,soakable,0,0,FALSE,,,,,, +antifreeze.n.01,liquid,1,1,FALSE,,,,,, +antifreeze.n.01,heatSource,0,0,FALSE,,,,,, +antifreeze.n.01,fireSource,0,0,FALSE,,,,,, +antifreeze.n.01,cookable,1,0,FALSE,,,,,, +antifreeze.n.01,coldSource,1,0,FALSE,,,,,, +antifreeze.n.01,sliceable,0,0,FALSE,,,,,, +antifreeze.n.01,slicer,0,0,FALSE,,,,,, +antifreeze.n.01,soakable,0,0,FALSE,,,,,, +denture.n.01,liquid,0,0,FALSE,,,,,, +denture.n.01,heatSource,0,0,FALSE,,,,,, +denture.n.01,fireSource,0,0,FALSE,,,,,, +denture.n.01,cookable,0,0,FALSE,,,,,, +denture.n.01,coldSource,1,0,FALSE,,,,,, +denture.n.01,sliceable,0,0,FALSE,,,,,, +denture.n.01,slicer,0,0,FALSE,,,,,, +denture.n.01,soakable,0,0,FALSE,,,,,, +dial.n.03,liquid,0,0,FALSE,,,,,, +dial.n.03,heatSource,0,0,FALSE,,,,,, +dial.n.03,fireSource,0,0,FALSE,,,,,, +dial.n.03,cookable,0,0,FALSE,,,,,, +dial.n.03,coldSource,0,0,FALSE,,,,,, +dial.n.03,sliceable,0,0,FALSE,,,,,, +dial.n.03,slicer,1,0,FALSE,,,,,, +dial.n.03,soakable,0,0,FALSE,,,,,, +dog_food.n.01,liquid,0,0,FALSE,,,,,, +dog_food.n.01,heatSource,0,0,FALSE,,,,,, +dog_food.n.01,fireSource,1,0,FALSE,,,,,, +dog_food.n.01,cookable,0,1,FALSE,,,,,, +dog_food.n.01,coldSource,0,0,FALSE,,,,,, +dog_food.n.01,sliceable,0,0,FALSE,,,,,, +dog_food.n.01,slicer,0,0,FALSE,,,,,, +dog_food.n.01,soakable,0,1,FALSE,,,,,, +dowel.n.01,liquid,0,0,FALSE,,,,,, +dowel.n.01,heatSource,0,0,FALSE,,,,,, +dowel.n.01,fireSource,0,0,FALSE,,,,,, +dowel.n.01,cookable,0,0,FALSE,,,,,, +dowel.n.01,coldSource,0,0,FALSE,,,,,, +dowel.n.01,sliceable,0,0,FALSE,,,,,, +dowel.n.01,slicer,1,0,FALSE,,,,,, +dowel.n.01,soakable,0,1,FALSE,,,,,, +racket.n.04,liquid,0,0,FALSE,,,,,, +racket.n.04,heatSource,0,0,FALSE,,,,,, +racket.n.04,fireSource,0,0,FALSE,,,,,, +racket.n.04,cookable,0,0,FALSE,,,,,, +racket.n.04,coldSource,0,0,FALSE,,,,,, +racket.n.04,sliceable,0,0,FALSE,,,,,, +racket.n.04,slicer,1,0,FALSE,,,,,, +racket.n.04,soakable,0,0,FALSE,,,,,, +rubber_boot.n.01,liquid,0,0,FALSE,,,,,, +rubber_boot.n.01,heatSource,0,0,FALSE,,,,,, +rubber_boot.n.01,fireSource,0,0,FALSE,,,,,, +rubber_boot.n.01,cookable,0,0,FALSE,,,,,, +rubber_boot.n.01,coldSource,0,0,FALSE,,,,,, +rubber_boot.n.01,sliceable,0,0,FALSE,,,,,, +rubber_boot.n.01,slicer,0,0,FALSE,,,,,, +rubber_boot.n.01,soakable,0,0,FALSE,,,,,, +ramekin.n.01,liquid,0,0,FALSE,,,,,, +ramekin.n.01,heatSource,0,0,FALSE,,,,,, +ramekin.n.01,fireSource,1,0,FALSE,,,,,, +ramekin.n.01,cookable,0,1,FALSE,,,,,, +ramekin.n.01,coldSource,1,0,FALSE,,,,,, +ramekin.n.01,sliceable,0,1,FALSE,,,,,, +ramekin.n.01,slicer,1,0,FALSE,,,,,, +ramekin.n.01,soakable,0,0,FALSE,,,,,, +retainer.n.03,liquid,0,0,FALSE,,,,,, +retainer.n.03,heatSource,0,0,FALSE,,,,,, +retainer.n.03,fireSource,0,0,FALSE,,,,,, +retainer.n.03,cookable,0,0,FALSE,,,,,, +retainer.n.03,coldSource,0,0,FALSE,,,,,, +retainer.n.03,sliceable,0,0,FALSE,,,,,, +retainer.n.03,slicer,0,0,FALSE,,,,,, +retainer.n.03,soakable,0,0,FALSE,,,,,, +pieplant.n.01,liquid,0,0,FALSE,,,,,, +pieplant.n.01,heatSource,0,0,FALSE,,,,,, +pieplant.n.01,fireSource,1,0,FALSE,,,,,, +pieplant.n.01,cookable,0,1,FALSE,,,,,, +pieplant.n.01,coldSource,0,0,FALSE,,,,,, +pieplant.n.01,sliceable,0,1,FALSE,,,,,, +pieplant.n.01,slicer,0,0,FALSE,,,,,, +pieplant.n.01,soakable,0,0,FALSE,,,,,, +ricotta.n.01,liquid,0,0,FALSE,,,,,, +ricotta.n.01,heatSource,0,0,FALSE,,,,,, +ricotta.n.01,fireSource,0,0,FALSE,,,,,, +ricotta.n.01,cookable,0,1,FALSE,,,,,, +ricotta.n.01,coldSource,0,0,FALSE,,,,,, +ricotta.n.01,sliceable,0,1,FALSE,,,,,, +ricotta.n.01,slicer,0,0,FALSE,,,,,, +ricotta.n.01,soakable,0,0,FALSE,,,,,, +halite.n.01,liquid,0,0,FALSE,,,,,, +halite.n.01,heatSource,0,0,FALSE,,,,,, +halite.n.01,fireSource,0,0,FALSE,,,,,, +halite.n.01,cookable,0,1,FALSE,,,,,, +halite.n.01,coldSource,0,0,FALSE,,,,,, +halite.n.01,sliceable,0,0,FALSE,,,,,, +halite.n.01,slicer,0,0,FALSE,,,,,, +halite.n.01,soakable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,liquid,1,1,FALSE,,,,,, +rubbing_alcohol.n.01,heatSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,fireSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,cookable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,coldSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,sliceable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,slicer,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,soakable,0,0,FALSE,,,,,, +rutabaga.n.01,liquid,0,0,FALSE,,,,,, +rutabaga.n.01,heatSource,0,0,FALSE,,,,,, +rutabaga.n.01,fireSource,1,0,FALSE,,,,,, +rutabaga.n.01,cookable,0,1,FALSE,,,,,, +rutabaga.n.01,coldSource,0,0,FALSE,,,,,, +rutabaga.n.01,sliceable,0,1,FALSE,,,,,, +rutabaga.n.01,slicer,0,0,FALSE,,,,,, +rutabaga.n.01,soakable,0,0,FALSE,,,,,, +scale.n.10,liquid,0,0,FALSE,,,,,, +scale.n.10,heatSource,0,0,FALSE,,,,,, +scale.n.10,fireSource,0,0,FALSE,,,,,, +scale.n.10,cookable,0,0,FALSE,,,,,, +scale.n.10,coldSource,0,0,FALSE,,,,,, +scale.n.10,sliceable,0,0,FALSE,,,,,, +scale.n.10,slicer,1,0,FALSE,,,,,, +scale.n.10,soakable,0,0,FALSE,,,,,, +scone.n.01,liquid,0,0,FALSE,,,,,, +scone.n.01,heatSource,0,0,FALSE,,,,,, +scone.n.01,fireSource,1,0,FALSE,,,,,, +scone.n.01,cookable,0,1,FALSE,,,,,, +scone.n.01,coldSource,1,0,FALSE,,,,,, +scone.n.01,sliceable,0,1,FALSE,,,,,, +scone.n.01,slicer,0,0,FALSE,,,,,, +scone.n.01,soakable,0,0,FALSE,,,,,, +seashell.n.01,liquid,0,0,FALSE,,,,,, +seashell.n.01,heatSource,0,0,FALSE,,,,,, +seashell.n.01,fireSource,0,0,FALSE,,,,,, +seashell.n.01,cookable,0,0,FALSE,,,,,, +seashell.n.01,coldSource,0,0,FALSE,,,,,, +seashell.n.01,sliceable,0,0,FALSE,,,,,, +seashell.n.01,slicer,1,0,FALSE,,,,,, +seashell.n.01,soakable,0,0,FALSE,,,,,, +shellac.n.02,liquid,1,1,FALSE,,,,,, +shellac.n.02,heatSource,0,0,FALSE,,,,,, +shellac.n.02,fireSource,0,0,FALSE,,,,,, +shellac.n.02,cookable,0,0,FALSE,,,,,, +shellac.n.02,coldSource,0,0,FALSE,,,,,, +shellac.n.02,sliceable,0,0,FALSE,,,,,, +shellac.n.02,slicer,1,0,FALSE,,,,,, +shellac.n.02,soakable,0,0,FALSE,,,,,, +shiitake.n.01,liquid,0,0,FALSE,,,,,, +shiitake.n.01,heatSource,0,0,FALSE,,,,,, +shiitake.n.01,fireSource,1,0,FALSE,,,,,, +shiitake.n.01,cookable,0,1,FALSE,,,,,, +shiitake.n.01,coldSource,0,0,FALSE,,,,,, +shiitake.n.01,sliceable,0,1,FALSE,,,,,, +shiitake.n.01,slicer,1,0,FALSE,,,,,, +shiitake.n.01,soakable,0,0,FALSE,,,,,, +shoebox.n.02,liquid,0,0,FALSE,,,,,, +shoebox.n.02,heatSource,0,0,FALSE,,,,,, +shoebox.n.02,fireSource,0,0,FALSE,,,,,, +shoebox.n.02,cookable,0,0,FALSE,,,,,, +shoebox.n.02,coldSource,0,0,FALSE,,,,,, +shoebox.n.02,sliceable,0,0,FALSE,,,,,, +shoebox.n.02,slicer,0,0,FALSE,,,,,, +shoebox.n.02,soakable,1,1,FALSE,,,,,, +shutter.n.02,liquid,0,0,FALSE,,,,,, +shutter.n.02,heatSource,0,0,FALSE,,,,,, +shutter.n.02,fireSource,0,0,FALSE,,,,,, +shutter.n.02,cookable,0,0,FALSE,,,,,, +shutter.n.02,coldSource,0,0,FALSE,,,,,, +shutter.n.02,sliceable,0,0,FALSE,,,,,, +shutter.n.02,slicer,1,0,FALSE,,,,,, +shutter.n.02,soakable,1,0,FALSE,,,,,, +silver.n.02,liquid,0,0,FALSE,,,,,, +silver.n.02,heatSource,0,0,FALSE,,,,,, +silver.n.02,fireSource,0,0,FALSE,,,,,, +silver.n.02,cookable,0,0,FALSE,,,,,, +silver.n.02,coldSource,0,0,FALSE,,,,,, +silver.n.02,sliceable,0,0,FALSE,,,,,, +silver.n.02,slicer,1,0,FALSE,,,,,, +silver.n.02,soakable,0,0,FALSE,,,,,, +skateboard.n.01,liquid,0,0,FALSE,,,,,, +skateboard.n.01,heatSource,0,0,FALSE,,,,,, +skateboard.n.01,fireSource,0,0,FALSE,,,,,, +skateboard.n.01,cookable,0,0,FALSE,,,,,, +skateboard.n.01,coldSource,0,0,FALSE,,,,,, +skateboard.n.01,sliceable,0,0,FALSE,,,,,, +skateboard.n.01,slicer,0,0,FALSE,,,,,, +skateboard.n.01,soakable,0,0,FALSE,,,,,, +slat.n.01,liquid,0,0,FALSE,,,,,, +slat.n.01,heatSource,0,0,FALSE,,,,,, +slat.n.01,fireSource,0,0,FALSE,,,,,, +slat.n.01,cookable,0,0,FALSE,,,,,, +slat.n.01,coldSource,0,0,FALSE,,,,,, +slat.n.01,sliceable,0,0,FALSE,,,,,, +slat.n.01,slicer,1,0,FALSE,,,,,, +slat.n.01,soakable,1,0,FALSE,,,,,, +snapper.n.02,liquid,0,0,FALSE,,,,,, +snapper.n.02,heatSource,0,0,FALSE,,,,,, +snapper.n.02,fireSource,1,0,FALSE,,,,,, +snapper.n.02,cookable,0,1,FALSE,,,,,, +snapper.n.02,coldSource,0,0,FALSE,,,,,, +snapper.n.02,sliceable,0,1,FALSE,,,,,, +snapper.n.02,slicer,0,0,FALSE,,,,,, +snapper.n.02,soakable,0,0,FALSE,,,,,, +snow_pea.n.02,liquid,0,0,FALSE,,,,,, +snow_pea.n.02,heatSource,0,0,FALSE,,,,,, +snow_pea.n.02,fireSource,1,0,FALSE,,,,,, +snow_pea.n.02,cookable,0,1,FALSE,,,,,, +snow_pea.n.02,coldSource,0,0,FALSE,,,,,, +snow_pea.n.02,sliceable,0,0,FALSE,,,,,, +snow_pea.n.02,slicer,0,0,FALSE,,,,,, +snow_pea.n.02,soakable,0,0,FALSE,,,,,, +scum.n.02,liquid,0,0,FALSE,,,,,, +scum.n.02,heatSource,0,0,FALSE,,,,,, +scum.n.02,fireSource,0,0,FALSE,,,,,, +scum.n.02,cookable,0,0,FALSE,,,,,, +scum.n.02,coldSource,0,0,FALSE,,,,,, +scum.n.02,sliceable,0,0,FALSE,,,,,, +scum.n.02,slicer,0,0,FALSE,,,,,, +scum.n.02,soakable,0,0,FALSE,,,,,, +soccer.n.01,liquid,0,0,FALSE,,,,,, +soccer.n.01,heatSource,0,0,FALSE,,,,,, +soccer.n.01,fireSource,0,0,FALSE,,,,,, +soccer.n.01,cookable,0,0,FALSE,,,,,, +soccer.n.01,coldSource,0,0,FALSE,,,,,, +soccer.n.01,sliceable,0,0,FALSE,,,,,, +soccer.n.01,slicer,1,0,FALSE,,,,,, +soccer.n.01,soakable,0,0,FALSE,,,,,, +hand_tool.n.01,liquid,0,0,FALSE,,,,,, +hand_tool.n.01,heatSource,0,0,FALSE,,,,,, +hand_tool.n.01,fireSource,0,0,FALSE,,,,,, +hand_tool.n.01,cookable,0,0,FALSE,,,,,, +hand_tool.n.01,coldSource,0,0,FALSE,,,,,, +hand_tool.n.01,sliceable,0,0,FALSE,,,,,, +hand_tool.n.01,slicer,1,1,FALSE,,,,,, +hand_tool.n.01,soakable,0,0,FALSE,,,,,, +carbon_black.n.01,liquid,0,0,FALSE,,,,,, +carbon_black.n.01,heatSource,0,0,FALSE,,,,,, +carbon_black.n.01,fireSource,0,0,FALSE,,,,,, +carbon_black.n.01,cookable,0,0,FALSE,,,,,, +carbon_black.n.01,coldSource,0,0,FALSE,,,,,, +carbon_black.n.01,sliceable,0,0,FALSE,,,,,, +carbon_black.n.01,slicer,0,0,FALSE,,,,,, +carbon_black.n.01,soakable,0,0,FALSE,,,,,, +soy.n.04,liquid,0,0,FALSE,,,,,, +soy.n.04,heatSource,0,0,FALSE,,,,,, +soy.n.04,fireSource,1,0,FALSE,,,,,, +soy.n.04,cookable,0,1,FALSE,,,,,, +soy.n.04,coldSource,0,0,FALSE,,,,,, +soy.n.04,sliceable,0,0,FALSE,,,,,, +soy.n.04,slicer,0,0,FALSE,,,,,, +soy.n.04,soakable,0,0,FALSE,,,,,, +spackle.n.01,liquid,0,0,FALSE,,,,,, +spackle.n.01,heatSource,0,0,FALSE,,,,,, +spackle.n.01,fireSource,0,0,FALSE,,,,,, +spackle.n.01,cookable,0,0,FALSE,,,,,, +spackle.n.01,coldSource,1,0,FALSE,,,,,, +spackle.n.01,sliceable,0,0,FALSE,,,,,, +spackle.n.01,slicer,1,0,FALSE,,,,,, +spackle.n.01,soakable,0,0,FALSE,,,,,, +bottle.n.01,liquid,1,0,FALSE,,,,,, +bottle.n.01,heatSource,0,0,FALSE,,,,,, +bottle.n.01,fireSource,0,0,FALSE,,,,,, +bottle.n.01,cookable,0,0,FALSE,,,,,, +bottle.n.01,coldSource,1,0,FALSE,,,,,, +bottle.n.01,sliceable,0,0,FALSE,,,,,, +bottle.n.01,slicer,1,0,FALSE,,,,,, +bottle.n.01,soakable,0,0,FALSE,,,,,, +hot_sauce.n.01,liquid,0,0,FALSE,,,,,, +hot_sauce.n.01,heatSource,1,0,FALSE,,,,,, +hot_sauce.n.01,fireSource,1,0,FALSE,,,,,, +hot_sauce.n.01,cookable,0,1,FALSE,,,,,, +hot_sauce.n.01,coldSource,0,0,FALSE,,,,,, +hot_sauce.n.01,sliceable,0,0,FALSE,,,,,, +hot_sauce.n.01,slicer,0,0,FALSE,,,,,, +hot_sauce.n.01,soakable,0,0,FALSE,,,,,, +cooking_utensil.n.01,liquid,0,0,FALSE,,,,,, +cooking_utensil.n.01,heatSource,1,0,FALSE,,,,,, +cooking_utensil.n.01,fireSource,1,0,FALSE,,,,,, +cooking_utensil.n.01,cookable,0,0,FALSE,,,,,, +cooking_utensil.n.01,coldSource,0,0,FALSE,,,,,, +cooking_utensil.n.01,sliceable,0,0,FALSE,,,,,, +cooking_utensil.n.01,slicer,1,0,FALSE,,,,,, +cooking_utensil.n.01,soakable,0,0,FALSE,,,,,, +stucco.n.01,liquid,0,0,FALSE,,,,,, +stucco.n.01,heatSource,0,0,FALSE,,,,,, +stucco.n.01,fireSource,0,0,FALSE,,,,,, +stucco.n.01,cookable,0,0,FALSE,,,,,, +stucco.n.01,coldSource,0,0,FALSE,,,,,, +stucco.n.01,sliceable,0,0,FALSE,,,,,, +stucco.n.01,slicer,0,0,FALSE,,,,,, +stucco.n.01,soakable,0,0,FALSE,,,,,, +summer_squash.n.01,liquid,0,0,FALSE,,,,,, +summer_squash.n.01,heatSource,0,0,FALSE,,,,,, +summer_squash.n.01,fireSource,1,0,FALSE,,,,,, +summer_squash.n.01,cookable,0,1,FALSE,,,,,, +summer_squash.n.01,coldSource,0,0,FALSE,,,,,, +summer_squash.n.01,sliceable,0,1,FALSE,,,,,, +summer_squash.n.01,slicer,1,0,FALSE,,,,,, +summer_squash.n.01,soakable,0,0,FALSE,,,,,, +perspiration.n.01,liquid,1,1,FALSE,,,,,, +perspiration.n.01,heatSource,0,0,FALSE,,,,,, +perspiration.n.01,fireSource,0,0,FALSE,,,,,, +perspiration.n.01,cookable,0,0,FALSE,,,,,, +perspiration.n.01,coldSource,0,0,FALSE,,,,,, +perspiration.n.01,sliceable,0,0,FALSE,,,,,, +perspiration.n.01,slicer,0,0,FALSE,,,,,, +perspiration.n.01,soakable,0,0,FALSE,,,,,, +almond_oil.n.01,liquid,1,1,FALSE,,,,,, +almond_oil.n.01,heatSource,0,0,FALSE,,,,,, +almond_oil.n.01,fireSource,0,1,FALSE,,,,,, +almond_oil.n.01,cookable,0,1,FALSE,,,,,, +almond_oil.n.01,coldSource,1,0,FALSE,,,,,, +almond_oil.n.01,sliceable,0,0,FALSE,,,,,, +almond_oil.n.01,slicer,0,0,FALSE,,,,,, +almond_oil.n.01,soakable,0,0,FALSE,,,,,, +sweet_pepper.n.01,liquid,0,0,FALSE,,,,,, +sweet_pepper.n.01,heatSource,0,0,FALSE,,,,,, +sweet_pepper.n.01,fireSource,1,0,FALSE,,,,,, +sweet_pepper.n.01,cookable,0,1,FALSE,,,,,, +sweet_pepper.n.01,coldSource,0,0,FALSE,,,,,, +sweet_pepper.n.01,sliceable,0,1,FALSE,,,,,, +sweet_pepper.n.01,slicer,1,0,FALSE,,,,,, +sweet_pepper.n.01,soakable,0,0,FALSE,,,,,, +swiss_cheese.n.01,liquid,0,0,FALSE,,,,,, +swiss_cheese.n.01,heatSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,fireSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,cookable,0,1,FALSE,,,,,, +swiss_cheese.n.01,coldSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,sliceable,0,1,FALSE,,,,,, +swiss_cheese.n.01,slicer,1,0,FALSE,,,,,, +swiss_cheese.n.01,soakable,0,0,FALSE,,,,,, +syringe.n.01,liquid,1,0,FALSE,,,,,, +syringe.n.01,heatSource,0,0,FALSE,,,,,, +syringe.n.01,fireSource,0,0,FALSE,,,,,, +syringe.n.01,cookable,0,0,FALSE,,,,,, +syringe.n.01,coldSource,1,0,FALSE,,,,,, +syringe.n.01,sliceable,0,0,FALSE,,,,,, +syringe.n.01,slicer,1,0,FALSE,,,,,, +syringe.n.01,soakable,0,0,FALSE,,,,,, +talcum.n.02,liquid,0,0,FALSE,,,,,, +talcum.n.02,heatSource,0,0,FALSE,,,,,, +talcum.n.02,fireSource,0,0,FALSE,,,,,, +talcum.n.02,cookable,0,0,FALSE,,,,,, +talcum.n.02,coldSource,0,0,FALSE,,,,,, +talcum.n.02,sliceable,0,0,FALSE,,,,,, +talcum.n.02,slicer,0,0,FALSE,,,,,, +talcum.n.02,soakable,0,0,FALSE,,,,,, +tarnish.n.01,liquid,0,0,FALSE,,,,,, +tarnish.n.01,heatSource,0,0,FALSE,,,,,, +tarnish.n.01,fireSource,0,0,FALSE,,,,,, +tarnish.n.01,cookable,0,0,FALSE,,,,,, +tarnish.n.01,coldSource,0,0,FALSE,,,,,, +tarnish.n.01,sliceable,0,0,FALSE,,,,,, +tarnish.n.01,slicer,0,0,FALSE,,,,,, +tarnish.n.01,soakable,0,0,FALSE,,,,,, +tassel.n.01,liquid,0,0,FALSE,,,,,, +tassel.n.01,heatSource,0,0,FALSE,,,,,, +tassel.n.01,fireSource,0,0,FALSE,,,,,, +tassel.n.01,cookable,0,0,FALSE,,,,,, +tassel.n.01,coldSource,0,0,FALSE,,,,,, +tassel.n.01,sliceable,0,0,FALSE,,,,,, +tassel.n.01,slicer,0,0,FALSE,,,,,, +tassel.n.01,soakable,0,0,FALSE,,,,,, +teddy.n.01,liquid,0,0,FALSE,,,,,, +teddy.n.01,heatSource,0,0,FALSE,,,,,, +teddy.n.01,fireSource,0,0,FALSE,,,,,, +teddy.n.01,cookable,0,0,FALSE,,,,,, +teddy.n.01,coldSource,0,0,FALSE,,,,,, +teddy.n.01,sliceable,0,0,FALSE,,,,,, +teddy.n.01,slicer,0,0,FALSE,,,,,, +teddy.n.01,soakable,0,1,FALSE,,,,,, +toaster_oven.n.01,liquid,0,0,FALSE,,,,,, +toaster_oven.n.01,heatSource,1,1,FALSE,,,,,, +toaster_oven.n.01,fireSource,0,0,FALSE,,,,,, +toaster_oven.n.01,cookable,0,0,FALSE,,,,,, +toaster_oven.n.01,coldSource,0,0,FALSE,,,,,, +toaster_oven.n.01,sliceable,0,0,FALSE,,,,,, +toaster_oven.n.01,slicer,1,0,FALSE,,,,,, +toaster_oven.n.01,soakable,0,0,FALSE,,,,,, +trampoline.n.01,liquid,0,0,FALSE,,,,,, +trampoline.n.01,heatSource,0,0,FALSE,,,,,, +trampoline.n.01,fireSource,0,0,FALSE,,,,,, +trampoline.n.01,cookable,0,0,FALSE,,,,,, +trampoline.n.01,coldSource,0,0,FALSE,,,,,, +trampoline.n.01,sliceable,0,0,FALSE,,,,,, +trampoline.n.01,slicer,0,0,FALSE,,,,,, +trampoline.n.01,soakable,0,0,FALSE,,,,,, +tripod.n.01,liquid,0,0,FALSE,,,,,, +tripod.n.01,heatSource,0,0,FALSE,,,,,, +tripod.n.01,fireSource,0,0,FALSE,,,,,, +tripod.n.01,cookable,0,0,FALSE,,,,,, +tripod.n.01,coldSource,0,0,FALSE,,,,,, +tripod.n.01,sliceable,0,0,FALSE,,,,,, +tripod.n.01,slicer,0,0,FALSE,,,,,, +tripod.n.01,soakable,0,0,FALSE,,,,,, +trophy.n.02,liquid,0,0,FALSE,,,,,, +trophy.n.02,heatSource,0,0,FALSE,,,,,, +trophy.n.02,fireSource,0,0,FALSE,,,,,, +trophy.n.02,cookable,0,0,FALSE,,,,,, +trophy.n.02,coldSource,0,0,FALSE,,,,,, +trophy.n.02,sliceable,0,0,FALSE,,,,,, +trophy.n.02,slicer,1,0,FALSE,,,,,, +trophy.n.02,soakable,0,0,FALSE,,,,,, +petite_marmite.n.01,liquid,1,1,FALSE,,,,,, +petite_marmite.n.01,heatSource,0,0,FALSE,,,,,, +petite_marmite.n.01,fireSource,1,0,FALSE,,,,,, +petite_marmite.n.01,cookable,0,1,FALSE,,,,,, +petite_marmite.n.01,coldSource,0,0,FALSE,,,,,, +petite_marmite.n.01,sliceable,0,0,FALSE,,,,,, +petite_marmite.n.01,slicer,0,0,FALSE,,,,,, +petite_marmite.n.01,soakable,0,0,FALSE,,,,,, +venison.n.01,liquid,0,0,FALSE,,,,,, +venison.n.01,heatSource,0,0,FALSE,,,,,, +venison.n.01,fireSource,1,0,FALSE,,,,,, +venison.n.01,cookable,0,1,FALSE,,,,,, +venison.n.01,coldSource,0,0,FALSE,,,,,, +venison.n.01,sliceable,0,1,FALSE,,,,,, +venison.n.01,slicer,0,0,FALSE,,,,,, +venison.n.01,soakable,0,0,FALSE,,,,,, +vest.n.01,liquid,0,0,FALSE,,,,,, +vest.n.01,heatSource,0,0,FALSE,,,,,, +vest.n.01,fireSource,0,0,FALSE,,,,,, +vest.n.01,cookable,0,0,FALSE,,,,,, +vest.n.01,coldSource,0,0,FALSE,,,,,, +vest.n.01,sliceable,0,0,FALSE,,,,,, +vest.n.01,slicer,0,0,FALSE,,,,,, +vest.n.01,soakable,0,1,FALSE,,,,,, +kitchen_appliance.n.01,liquid,0,0,FALSE,,,,,, +kitchen_appliance.n.01,heatSource,1,0,FALSE,,,,,, +kitchen_appliance.n.01,fireSource,0,0,FALSE,,,,,, +kitchen_appliance.n.01,cookable,1,0,FALSE,,,,,, +kitchen_appliance.n.01,coldSource,0,0,FALSE,,,,,, +kitchen_appliance.n.01,sliceable,0,0,FALSE,,,,,, +kitchen_appliance.n.01,slicer,1,1,FALSE,,,,,, +kitchen_appliance.n.01,soakable,0,0,FALSE,,,,,, +dispenser.n.01,liquid,0,0,FALSE,,,,,, +dispenser.n.01,heatSource,0,0,FALSE,,,,,, +dispenser.n.01,fireSource,0,0,FALSE,,,,,, +dispenser.n.01,cookable,0,0,FALSE,,,,,, +dispenser.n.01,coldSource,1,0,FALSE,,,,,, +dispenser.n.01,sliceable,0,0,FALSE,,,,,, +dispenser.n.01,slicer,1,1,FALSE,,,,,, +dispenser.n.01,soakable,0,0,FALSE,,,,,, +water_filter.n.01,liquid,0,0,FALSE,,,,,, +water_filter.n.01,heatSource,0,0,FALSE,,,,,, +water_filter.n.01,fireSource,0,0,FALSE,,,,,, +water_filter.n.01,cookable,0,0,FALSE,,,,,, +water_filter.n.01,coldSource,1,0,FALSE,,,,,, +water_filter.n.01,sliceable,0,0,FALSE,,,,,, +water_filter.n.01,slicer,1,0,FALSE,,,,,, +water_filter.n.01,soakable,0,0,FALSE,,,,,, +whetstone.n.01,liquid,0,0,FALSE,,,,,, +whetstone.n.01,heatSource,0,0,FALSE,,,,,, +whetstone.n.01,fireSource,0,0,FALSE,,,,,, +whetstone.n.01,cookable,0,0,FALSE,,,,,, +whetstone.n.01,coldSource,0,0,FALSE,,,,,, +whetstone.n.01,sliceable,0,0,FALSE,,,,,, +whetstone.n.01,slicer,1,0,FALSE,,,,,, +whetstone.n.01,soakable,0,0,FALSE,,,,,, +whistle.n.04,liquid,0,0,FALSE,,,,,, +whistle.n.04,heatSource,0,0,FALSE,,,,,, +whistle.n.04,fireSource,0,0,FALSE,,,,,, +whistle.n.04,cookable,0,0,FALSE,,,,,, +whistle.n.04,coldSource,0,0,FALSE,,,,,, +whistle.n.04,sliceable,0,0,FALSE,,,,,, +whistle.n.04,slicer,1,0,FALSE,,,,,, +whistle.n.04,soakable,0,0,FALSE,,,,,, +white_sauce.n.01,liquid,0,1,FALSE,,,,,, +white_sauce.n.01,heatSource,0,0,FALSE,,,,,, +white_sauce.n.01,fireSource,1,0,FALSE,,,,,, +white_sauce.n.01,cookable,0,1,FALSE,,,,,, +white_sauce.n.01,coldSource,1,0,FALSE,,,,,, +white_sauce.n.01,sliceable,0,0,FALSE,,,,,, +white_sauce.n.01,slicer,0,0,FALSE,,,,,, +white_sauce.n.01,soakable,0,0,FALSE,,,,,, +bread.n.01,liquid,0,0,FALSE,,,,,, +bread.n.01,heatSource,0,0,FALSE,,,,,, +bread.n.01,fireSource,1,0,FALSE,,,,,, +bread.n.01,cookable,0,1,FALSE,,,,,, +bread.n.01,coldSource,0,0,FALSE,,,,,, +bread.n.01,sliceable,0,1,FALSE,,,,,, +bread.n.01,slicer,1,0,FALSE,,,,,, +bread.n.01,soakable,1,1,FALSE,,,,,, +overgarment.n.01,liquid,0,0,FALSE,,,,,, +overgarment.n.01,heatSource,0,0,FALSE,,,,,, +overgarment.n.01,fireSource,0,0,FALSE,,,,,, +overgarment.n.01,cookable,0,0,FALSE,,,,,, +overgarment.n.01,coldSource,0,0,FALSE,,,,,, +overgarment.n.01,sliceable,0,0,FALSE,,,,,, +overgarment.n.01,slicer,0,0,FALSE,,,,,, +overgarment.n.01,soakable,1,1,FALSE,,,,,, +wire_cutter.n.01,liquid,0,0,FALSE,,,,,, +wire_cutter.n.01,heatSource,0,0,FALSE,,,,,, +wire_cutter.n.01,fireSource,0,0,FALSE,,,,,, +wire_cutter.n.01,cookable,0,0,FALSE,,,,,, +wire_cutter.n.01,coldSource,0,0,FALSE,,,,,, +wire_cutter.n.01,sliceable,0,0,FALSE,,,,,, +wire_cutter.n.01,slicer,1,1,FALSE,,,,,, +wire_cutter.n.01,soakable,0,0,FALSE,,,,,, +wok.n.01,liquid,0,0,FALSE,,,,,, +wok.n.01,heatSource,1,1,FALSE,,,,,, +wok.n.01,fireSource,1,0,FALSE,,,,,, +wok.n.01,cookable,0,0,FALSE,,,,,, +wok.n.01,coldSource,0,0,FALSE,,,,,, +wok.n.01,sliceable,0,0,FALSE,,,,,, +wok.n.01,slicer,0,0,FALSE,,,,,, +wok.n.01,soakable,0,0,FALSE,,,,,, +yam.n.03,liquid,0,0,FALSE,,,,,, +yam.n.03,heatSource,0,0,FALSE,,,,,, +yam.n.03,fireSource,1,0,FALSE,,,,,, +yam.n.03,cookable,0,1,FALSE,,,,,, +yam.n.03,coldSource,0,0,FALSE,,,,,, +yam.n.03,sliceable,0,1,FALSE,,,,,, +yam.n.03,slicer,1,0,FALSE,,,,,, +yam.n.03,soakable,0,0,FALSE,,,,,, +mat.n.03,liquid,0,0,FALSE,,,,,, +mat.n.03,heatSource,0,0,FALSE,,,,,, +mat.n.03,fireSource,0,0,FALSE,,,,,, +mat.n.03,cookable,0,0,FALSE,,,,,, +mat.n.03,coldSource,0,0,FALSE,,,,,, +mat.n.03,sliceable,0,0,FALSE,,,,,, +mat.n.03,slicer,0,0,FALSE,,,,,, +mat.n.03,soakable,0,1,FALSE,,,,,, +adhesive_material.n.01,liquid,0,0,FALSE,,,,,, +adhesive_material.n.01,heatSource,0,0,FALSE,,,,,, +adhesive_material.n.01,fireSource,0,0,FALSE,,,,,, +adhesive_material.n.01,cookable,0,0,FALSE,,,,,, +adhesive_material.n.01,coldSource,0,0,FALSE,,,,,, +adhesive_material.n.01,sliceable,0,0,FALSE,,,,,, +adhesive_material.n.01,slicer,0,0,FALSE,,,,,, +adhesive_material.n.01,soakable,0,0,FALSE,,,,,, +nectar.n.01,liquid,1,1,FALSE,,,,,, +nectar.n.01,heatSource,0,0,FALSE,,,,,, +nectar.n.01,fireSource,0,0,FALSE,,,,,, +nectar.n.01,cookable,0,0,FALSE,,,,,, +nectar.n.01,coldSource,1,0,FALSE,,,,,, +nectar.n.01,sliceable,0,0,FALSE,,,,,, +nectar.n.01,slicer,0,0,FALSE,,,,,, +nectar.n.01,soakable,0,0,FALSE,,,,,, +apple_pie.n.01,liquid,0,0,FALSE,,,,,, +apple_pie.n.01,heatSource,0,0,FALSE,,,,,, +apple_pie.n.01,fireSource,1,0,FALSE,,,,,, +apple_pie.n.01,cookable,0,1,FALSE,,,,,, +apple_pie.n.01,coldSource,0,0,FALSE,,,,,, +apple_pie.n.01,sliceable,1,1,FALSE,,,,,, +apple_pie.n.01,slicer,0,0,FALSE,,,,,, +apple_pie.n.01,soakable,0,0,FALSE,,,,,, +applesauce.n.01,liquid,0,1,FALSE,,,,,, +applesauce.n.01,heatSource,0,0,FALSE,,,,,, +applesauce.n.01,fireSource,1,1,FALSE,,,,,, +applesauce.n.01,cookable,0,0,FALSE,,,,,, +applesauce.n.01,coldSource,1,0,FALSE,,,,,, +applesauce.n.01,sliceable,0,0,FALSE,,,,,, +applesauce.n.01,slicer,0,0,FALSE,,,,,, +applesauce.n.01,soakable,0,0,FALSE,,,,,, +instrumentality.n.03,liquid,0,0,FALSE,,,,,, +instrumentality.n.03,heatSource,1,0,FALSE,,,,,, +instrumentality.n.03,fireSource,1,0,FALSE,,,,,, +instrumentality.n.03,cookable,1,0,FALSE,,,,,, +instrumentality.n.03,coldSource,1,0,FALSE,,,,,, +instrumentality.n.03,sliceable,1,0,FALSE,,,,,, +instrumentality.n.03,slicer,1,0,FALSE,,,,,, +instrumentality.n.03,soakable,1,0,FALSE,,,,,, +ashtray.n.01,liquid,0,0,FALSE,,,,,, +ashtray.n.01,heatSource,0,0,FALSE,,,,,, +ashtray.n.01,fireSource,0,0,FALSE,,,,,, +ashtray.n.01,cookable,0,0,FALSE,,,,,, +ashtray.n.01,coldSource,0,0,FALSE,,,,,, +ashtray.n.01,sliceable,0,0,FALSE,,,,,, +ashtray.n.01,slicer,1,0,FALSE,,,,,, +ashtray.n.01,soakable,0,0,FALSE,,,,,, +asphalt.n.01,liquid,0,0,FALSE,,,,,, +asphalt.n.01,heatSource,0,0,FALSE,,,,,, +asphalt.n.01,fireSource,0,0,FALSE,,,,,, +asphalt.n.01,cookable,0,0,FALSE,,,,,, +asphalt.n.01,coldSource,0,0,FALSE,,,,,, +asphalt.n.01,sliceable,0,0,FALSE,,,,,, +asphalt.n.01,slicer,0,0,FALSE,,,,,, +asphalt.n.01,soakable,0,0,FALSE,,,,,, +aspirin.n.01,liquid,0,0,FALSE,,,,,, +aspirin.n.01,heatSource,0,0,FALSE,,,,,, +aspirin.n.01,fireSource,0,0,FALSE,,,,,, +aspirin.n.01,cookable,0,0,FALSE,,,,,, +aspirin.n.01,coldSource,0,0,FALSE,,,,,, +aspirin.n.01,sliceable,0,0,FALSE,,,,,, +aspirin.n.01,slicer,1,0,FALSE,,,,,, +aspirin.n.01,soakable,0,0,FALSE,,,,,, +clothing.n.01,liquid,0,0,FALSE,,,,,, +clothing.n.01,heatSource,0,0,FALSE,,,,,, +clothing.n.01,fireSource,0,0,FALSE,,,,,, +clothing.n.01,cookable,0,0,FALSE,,,,,, +clothing.n.01,coldSource,0,0,FALSE,,,,,, +clothing.n.01,sliceable,0,0,FALSE,,,,,, +clothing.n.01,slicer,0,0,FALSE,,,,,, +clothing.n.01,soakable,1,1,FALSE,,,,,, +bamboo.n.01,liquid,0,0,FALSE,,,,,, +bamboo.n.01,heatSource,0,0,FALSE,,,,,, +bamboo.n.01,fireSource,0,0,FALSE,,,,,, +bamboo.n.01,cookable,0,0,FALSE,,,,,, +bamboo.n.01,coldSource,0,0,FALSE,,,,,, +bamboo.n.01,sliceable,0,1,FALSE,,,,,, +bamboo.n.01,slicer,1,0,FALSE,,,,,, +bamboo.n.01,soakable,0,0,FALSE,,,,,, +bandanna.n.01,liquid,0,0,FALSE,,,,,, +bandanna.n.01,heatSource,0,0,FALSE,,,,,, +bandanna.n.01,fireSource,0,0,FALSE,,,,,, +bandanna.n.01,cookable,0,0,FALSE,,,,,, +bandanna.n.01,coldSource,0,0,FALSE,,,,,, +bandanna.n.01,sliceable,0,0,FALSE,,,,,, +bandanna.n.01,slicer,1,0,FALSE,,,,,, +bandanna.n.01,soakable,1,1,FALSE,,,,,, +barley.n.02,liquid,0,0,FALSE,,,,,, +barley.n.02,heatSource,0,0,FALSE,,,,,, +barley.n.02,fireSource,1,0,FALSE,,,,,, +barley.n.02,cookable,0,1,FALSE,,,,,, +barley.n.02,coldSource,0,0,FALSE,,,,,, +barley.n.02,sliceable,0,0,FALSE,,,,,, +barley.n.02,slicer,0,0,FALSE,,,,,, +barley.n.02,soakable,0,0,FALSE,,,,,, +baseball.n.02,liquid,0,0,FALSE,,,,,, +baseball.n.02,heatSource,0,0,FALSE,,,,,, +baseball.n.02,fireSource,0,0,FALSE,,,,,, +baseball.n.02,cookable,0,0,FALSE,,,,,, +baseball.n.02,coldSource,0,0,FALSE,,,,,, +baseball.n.02,sliceable,0,0,FALSE,,,,,, +baseball.n.02,slicer,1,0,FALSE,,,,,, +baseball.n.02,soakable,0,0,FALSE,,,,,, +hand_glass.n.02,liquid,0,0,FALSE,,,,,, +hand_glass.n.02,heatSource,0,0,FALSE,,,,,, +hand_glass.n.02,fireSource,0,0,FALSE,,,,,, +hand_glass.n.02,cookable,0,0,FALSE,,,,,, +hand_glass.n.02,coldSource,1,0,FALSE,,,,,, +hand_glass.n.02,sliceable,0,0,FALSE,,,,,, +hand_glass.n.02,slicer,1,0,FALSE,,,,,, +hand_glass.n.02,soakable,0,0,FALSE,,,,,, +marigold.n.01,liquid,0,0,FALSE,,,,,, +marigold.n.01,heatSource,0,0,FALSE,,,,,, +marigold.n.01,fireSource,0,0,FALSE,,,,,, +marigold.n.01,cookable,0,0,FALSE,,,,,, +marigold.n.01,coldSource,0,0,FALSE,,,,,, +marigold.n.01,sliceable,0,1,FALSE,,,,,, +marigold.n.01,slicer,1,0,FALSE,,,,,, +marigold.n.01,soakable,0,0,FALSE,,,,,, +meat_loaf.n.01,liquid,0,0,FALSE,,,,,, +meat_loaf.n.01,heatSource,0,0,FALSE,,,,,, +meat_loaf.n.01,fireSource,1,0,FALSE,,,,,, +meat_loaf.n.01,cookable,0,1,FALSE,,,,,, +meat_loaf.n.01,coldSource,0,0,FALSE,,,,,, +meat_loaf.n.01,sliceable,0,1,FALSE,,,,,, +meat_loaf.n.01,slicer,0,0,FALSE,,,,,, +meat_loaf.n.01,soakable,0,0,FALSE,,,,,, +menorah.n.02,liquid,0,0,FALSE,,,,,, +menorah.n.02,heatSource,0,0,FALSE,,,,,, +menorah.n.02,fireSource,0,0,FALSE,,,,,, +menorah.n.02,cookable,0,0,FALSE,,,,,, +menorah.n.02,coldSource,1,0,FALSE,,,,,, +menorah.n.02,sliceable,0,0,FALSE,,,,,, +menorah.n.02,slicer,1,0,FALSE,,,,,, +menorah.n.02,soakable,0,0,FALSE,,,,,, +cup.n.03,liquid,0,0,FALSE,,,,,, +cup.n.03,heatSource,0,0,FALSE,,,,,, +cup.n.03,fireSource,0,0,FALSE,,,,,, +cup.n.03,cookable,0,0,FALSE,,,,,, +cup.n.03,coldSource,1,0,FALSE,,,,,, +cup.n.03,sliceable,0,0,FALSE,,,,,, +cup.n.03,slicer,1,0,FALSE,,,,,, +cup.n.03,soakable,0,0,FALSE,,,,,, +microphone.n.01,liquid,0,0,FALSE,,,,,, +microphone.n.01,heatSource,0,0,FALSE,,,,,, +microphone.n.01,fireSource,0,0,FALSE,,,,,, +microphone.n.01,cookable,0,0,FALSE,,,,,, +microphone.n.01,coldSource,0,0,FALSE,,,,,, +microphone.n.01,sliceable,0,0,FALSE,,,,,, +microphone.n.01,slicer,1,0,FALSE,,,,,, +microphone.n.01,soakable,0,0,FALSE,,,,,, +jug.n.01,liquid,1,0,FALSE,,,,,, +jug.n.01,heatSource,0,0,FALSE,,,,,, +jug.n.01,fireSource,0,0,FALSE,,,,,, +jug.n.01,cookable,0,0,FALSE,,,,,, +jug.n.01,coldSource,1,0,FALSE,,,,,, +jug.n.01,sliceable,0,0,FALSE,,,,,, +jug.n.01,slicer,1,0,FALSE,,,,,, +jug.n.01,soakable,0,0,FALSE,,,,,, +milkshake.n.01,liquid,1,1,FALSE,,,,,, +milkshake.n.01,heatSource,0,0,FALSE,,,,,, +milkshake.n.01,fireSource,0,0,FALSE,,,,,, +milkshake.n.01,cookable,1,1,FALSE,,,,,, +milkshake.n.01,coldSource,1,0,FALSE,,,,,, +milkshake.n.01,sliceable,0,0,FALSE,,,,,, +milkshake.n.01,slicer,0,0,FALSE,,,,,, +milkshake.n.01,soakable,0,0,FALSE,,,,,, +miso.n.01,liquid,0,0,FALSE,,,,,, +miso.n.01,heatSource,0,0,FALSE,,,,,, +miso.n.01,fireSource,1,0,FALSE,,,,,, +miso.n.01,cookable,0,1,FALSE,,,,,, +miso.n.01,coldSource,0,0,FALSE,,,,,, +miso.n.01,sliceable,0,0,FALSE,,,,,, +miso.n.01,slicer,0,0,FALSE,,,,,, +miso.n.01,soakable,0,0,FALSE,,,,,, +mortar.n.03,liquid,0,0,FALSE,,,,,, +mortar.n.03,heatSource,0,0,FALSE,,,,,, +mortar.n.03,fireSource,0,0,FALSE,,,,,, +mortar.n.03,cookable,0,0,FALSE,,,,,, +mortar.n.03,coldSource,0,0,FALSE,,,,,, +mortar.n.03,sliceable,0,0,FALSE,,,,,, +mortar.n.03,slicer,1,0,FALSE,,,,,, +mortar.n.03,soakable,0,0,FALSE,,,,,, +motorcycle.n.01,liquid,0,0,FALSE,,,,,, +motorcycle.n.01,heatSource,0,0,FALSE,,,,,, +motorcycle.n.01,fireSource,0,0,FALSE,,,,,, +motorcycle.n.01,cookable,0,0,FALSE,,,,,, +motorcycle.n.01,coldSource,0,0,FALSE,,,,,, +motorcycle.n.01,sliceable,0,0,FALSE,,,,,, +motorcycle.n.01,slicer,1,0,FALSE,,,,,, +motorcycle.n.01,soakable,0,0,FALSE,,,,,, +meter.n.02,liquid,0,0,FALSE,,,,,, +meter.n.02,heatSource,0,0,FALSE,,,,,, +meter.n.02,fireSource,0,0,FALSE,,,,,, +meter.n.02,cookable,0,0,FALSE,,,,,, +meter.n.02,coldSource,0,0,FALSE,,,,,, +meter.n.02,sliceable,0,0,FALSE,,,,,, +meter.n.02,slicer,1,0,FALSE,,,,,, +meter.n.02,soakable,0,0,FALSE,,,,,, +mustard_seed.n.01,liquid,0,0,FALSE,,,,,, +mustard_seed.n.01,heatSource,0,0,FALSE,,,,,, +mustard_seed.n.01,fireSource,1,0,FALSE,,,,,, +mustard_seed.n.01,cookable,0,1,FALSE,,,,,, +mustard_seed.n.01,coldSource,0,0,FALSE,,,,,, +mustard_seed.n.01,sliceable,0,0,FALSE,,,,,, +mustard_seed.n.01,slicer,0,0,FALSE,,,,,, +mustard_seed.n.01,soakable,0,0,FALSE,,,,,, +nacho.n.01,liquid,0,0,FALSE,,,,,, +nacho.n.01,heatSource,0,0,FALSE,,,,,, +nacho.n.01,fireSource,1,0,FALSE,,,,,, +nacho.n.01,cookable,0,1,FALSE,,,,,, +nacho.n.01,coldSource,0,0,FALSE,,,,,, +nacho.n.01,sliceable,0,1,FALSE,,,,,, +nacho.n.01,slicer,1,0,FALSE,,,,,, +nacho.n.01,soakable,0,1,FALSE,,,,,, +name_tag.n.01,liquid,0,0,FALSE,,,,,, +name_tag.n.01,heatSource,0,0,FALSE,,,,,, +name_tag.n.01,fireSource,0,0,FALSE,,,,,, +name_tag.n.01,cookable,0,0,FALSE,,,,,, +name_tag.n.01,coldSource,1,0,FALSE,,,,,, +name_tag.n.01,sliceable,0,0,FALSE,,,,,, +name_tag.n.01,slicer,1,0,FALSE,,,,,, +name_tag.n.01,soakable,0,0,FALSE,,,,,, +nectarine.n.02,liquid,0,0,FALSE,,,,,, +nectarine.n.02,heatSource,0,0,FALSE,,,,,, +nectarine.n.02,fireSource,0,0,FALSE,,,,,, +nectarine.n.02,cookable,0,1,FALSE,,,,,, +nectarine.n.02,coldSource,0,0,FALSE,,,,,, +nectarine.n.02,sliceable,0,1,FALSE,,,,,, +nectarine.n.02,slicer,0,0,FALSE,,,,,, +nectarine.n.02,soakable,0,0,FALSE,,,,,, +nitrogen.n.01,liquid,0,0,FALSE,,,,,, +nitrogen.n.01,heatSource,0,0,FALSE,,,,,, +nitrogen.n.01,fireSource,0,0,FALSE,,,,,, +nitrogen.n.01,cookable,0,0,FALSE,,,,,, +nitrogen.n.01,coldSource,0,0,FALSE,,,,,, +nitrogen.n.01,sliceable,0,0,FALSE,,,,,, +nitrogen.n.01,slicer,1,0,FALSE,,,,,, +nitrogen.n.01,soakable,0,0,FALSE,,,,,, +omelet.n.01,liquid,0,0,FALSE,,,,,, +omelet.n.01,heatSource,0,0,FALSE,,,,,, +omelet.n.01,fireSource,1,0,FALSE,,,,,, +omelet.n.01,cookable,0,1,FALSE,,,,,, +omelet.n.01,coldSource,1,0,FALSE,,,,,, +omelet.n.01,sliceable,0,1,FALSE,,,,,, +omelet.n.01,slicer,0,0,FALSE,,,,,, +omelet.n.01,soakable,1,0,FALSE,,,,,, +nightwear.n.01,liquid,0,0,FALSE,,,,,, +nightwear.n.01,heatSource,0,0,FALSE,,,,,, +nightwear.n.01,fireSource,0,0,FALSE,,,,,, +nightwear.n.01,cookable,0,0,FALSE,,,,,, +nightwear.n.01,coldSource,0,0,FALSE,,,,,, +nightwear.n.01,sliceable,0,0,FALSE,,,,,, +nightwear.n.01,slicer,0,0,FALSE,,,,,, +nightwear.n.01,soakable,0,1,FALSE,,,,,, +orange_zest.n.01,liquid,0,1,FALSE,,,,,, +orange_zest.n.01,heatSource,0,0,FALSE,,,,,, +orange_zest.n.01,fireSource,0,0,FALSE,,,,,, +orange_zest.n.01,cookable,0,1,FALSE,,,,,, +orange_zest.n.01,coldSource,0,0,FALSE,,,,,, +orange_zest.n.01,sliceable,0,1,FALSE,,,,,, +orange_zest.n.01,slicer,0,0,FALSE,,,,,, +orange_zest.n.01,soakable,0,0,FALSE,,,,,, +remover.n.01,liquid,1,1,FALSE,,,,,, +remover.n.01,heatSource,0,0,FALSE,,,,,, +remover.n.01,fireSource,0,0,FALSE,,,,,, +remover.n.01,cookable,0,0,FALSE,,,,,, +remover.n.01,coldSource,0,0,FALSE,,,,,, +remover.n.01,sliceable,0,0,FALSE,,,,,, +remover.n.01,slicer,0,0,FALSE,,,,,, +remover.n.01,soakable,0,0,FALSE,,,,,, +cut_of_pork.n.01,liquid,0,0,FALSE,,,,,, +cut_of_pork.n.01,heatSource,0,0,FALSE,,,,,, +cut_of_pork.n.01,fireSource,1,0,FALSE,,,,,, +cut_of_pork.n.01,cookable,0,1,FALSE,,,,,, +cut_of_pork.n.01,coldSource,0,0,FALSE,,,,,, +cut_of_pork.n.01,sliceable,0,1,FALSE,,,,,, +cut_of_pork.n.01,slicer,0,0,FALSE,,,,,, +cut_of_pork.n.01,soakable,0,0,FALSE,,,,,, +paraffin.n.01,liquid,0,0,FALSE,,,,,, +paraffin.n.01,heatSource,0,0,FALSE,,,,,, +paraffin.n.01,fireSource,0,1,FALSE,,,,,, +paraffin.n.01,cookable,0,0,FALSE,,,,,, +paraffin.n.01,coldSource,0,0,FALSE,,,,,, +paraffin.n.01,sliceable,0,0,FALSE,,,,,, +paraffin.n.01,slicer,0,0,FALSE,,,,,, +paraffin.n.01,soakable,0,0,FALSE,,,,,, +paring_knife.n.01,liquid,0,0,FALSE,,,,,, +paring_knife.n.01,heatSource,0,0,FALSE,,,,,, +paring_knife.n.01,fireSource,0,0,FALSE,,,,,, +paring_knife.n.01,cookable,0,0,FALSE,,,,,, +paring_knife.n.01,coldSource,0,0,FALSE,,,,,, +paring_knife.n.01,sliceable,1,0,FALSE,,,,,, +paring_knife.n.01,slicer,1,1,FALSE,,,,,, +paring_knife.n.01,soakable,0,0,FALSE,,,,,, +cutter.n.06,liquid,0,0,FALSE,,,,,, +cutter.n.06,heatSource,0,0,FALSE,,,,,, +cutter.n.06,fireSource,0,0,FALSE,,,,,, +cutter.n.06,cookable,0,0,FALSE,,,,,, +cutter.n.06,coldSource,0,0,FALSE,,,,,, +cutter.n.06,sliceable,1,0,FALSE,,,,,, +cutter.n.06,slicer,1,1,FALSE,,,,,, +cutter.n.06,soakable,0,0,FALSE,,,,,, +peat.n.01,liquid,0,0,FALSE,,,,,, +peat.n.01,heatSource,1,0,FALSE,,,,,, +peat.n.01,fireSource,0,1,FALSE,,,,,, +peat.n.01,cookable,0,0,FALSE,,,,,, +peat.n.01,coldSource,0,0,FALSE,,,,,, +peat.n.01,sliceable,0,0,FALSE,,,,,, +peat.n.01,slicer,0,0,FALSE,,,,,, +peat.n.01,soakable,0,0,FALSE,,,,,, +pepper_shaker.n.01,liquid,0,0,FALSE,,,,,, +pepper_shaker.n.01,heatSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,fireSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,cookable,0,0,FALSE,,,,,, +pepper_shaker.n.01,coldSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,sliceable,0,0,FALSE,,,,,, +pepper_shaker.n.01,slicer,1,0,FALSE,,,,,, +pepper_shaker.n.01,soakable,0,0,FALSE,,,,,, +peppermint.n.03,liquid,0,0,FALSE,,,,,, +peppermint.n.03,heatSource,0,0,FALSE,,,,,, +peppermint.n.03,fireSource,0,0,FALSE,,,,,, +peppermint.n.03,cookable,0,1,FALSE,,,,,, +peppermint.n.03,coldSource,0,0,FALSE,,,,,, +peppermint.n.03,sliceable,0,1,FALSE,,,,,, +peppermint.n.03,slicer,0,0,FALSE,,,,,, +peppermint.n.03,soakable,0,0,FALSE,,,,,, +perch.n.01,liquid,0,0,FALSE,,,,,, +perch.n.01,heatSource,0,0,FALSE,,,,,, +perch.n.01,fireSource,0,0,FALSE,,,,,, +perch.n.01,cookable,0,0,FALSE,,,,,, +perch.n.01,coldSource,0,0,FALSE,,,,,, +perch.n.01,sliceable,0,1,FALSE,,,,,, +perch.n.01,slicer,0,0,FALSE,,,,,, +perch.n.01,soakable,0,0,FALSE,,,,,, +pestle.n.03,liquid,0,0,FALSE,,,,,, +pestle.n.03,heatSource,0,0,FALSE,,,,,, +pestle.n.03,fireSource,0,0,FALSE,,,,,, +pestle.n.03,cookable,0,0,FALSE,,,,,, +pestle.n.03,coldSource,0,0,FALSE,,,,,, +pestle.n.03,sliceable,0,0,FALSE,,,,,, +pestle.n.03,slicer,0,0,FALSE,,,,,, +pestle.n.03,soakable,0,0,FALSE,,,,,, +fecal_matter.n.01,liquid,0,0,FALSE,,,,,, +fecal_matter.n.01,heatSource,0,0,FALSE,,,,,, +fecal_matter.n.01,fireSource,0,0,FALSE,,,,,, +fecal_matter.n.01,cookable,0,0,FALSE,,,,,, +fecal_matter.n.01,coldSource,0,0,FALSE,,,,,, +fecal_matter.n.01,sliceable,0,0,FALSE,,,,,, +fecal_matter.n.01,slicer,0,0,FALSE,,,,,, +fecal_matter.n.01,soakable,0,0,FALSE,,,,,, +photocopier.n.01,liquid,0,0,FALSE,,,,,, +photocopier.n.01,heatSource,0,0,FALSE,,,,,, +photocopier.n.01,fireSource,0,0,FALSE,,,,,, +photocopier.n.01,cookable,0,0,FALSE,,,,,, +photocopier.n.01,coldSource,0,0,FALSE,,,,,, +photocopier.n.01,sliceable,0,0,FALSE,,,,,, +photocopier.n.01,slicer,1,0,FALSE,,,,,, +photocopier.n.01,soakable,0,0,FALSE,,,,,, +picture_frame.n.01,liquid,0,0,FALSE,,,,,, +picture_frame.n.01,heatSource,0,0,FALSE,,,,,, +picture_frame.n.01,fireSource,0,0,FALSE,,,,,, +picture_frame.n.01,cookable,0,0,FALSE,,,,,, +picture_frame.n.01,coldSource,0,0,FALSE,,,,,, +picture_frame.n.01,sliceable,0,0,FALSE,,,,,, +picture_frame.n.01,slicer,0,0,FALSE,,,,,, +picture_frame.n.01,soakable,0,0,FALSE,,,,,, +pill.n.01,liquid,0,0,FALSE,,,,,, +pill.n.01,heatSource,0,0,FALSE,,,,,, +pill.n.01,fireSource,0,0,FALSE,,,,,, +pill.n.01,cookable,0,0,FALSE,,,,,, +pill.n.01,coldSource,0,0,FALSE,,,,,, +pill.n.01,sliceable,0,0,FALSE,,,,,, +pill.n.01,slicer,1,0,FALSE,,,,,, +pill.n.01,soakable,0,0,FALSE,,,,,, +pilsner.n.01,liquid,1,1,FALSE,,,,,, +pilsner.n.01,heatSource,0,0,FALSE,,,,,, +pilsner.n.01,fireSource,0,0,FALSE,,,,,, +pilsner.n.01,cookable,0,0,FALSE,,,,,, +pilsner.n.01,coldSource,0,0,FALSE,,,,,, +pilsner.n.01,sliceable,0,0,FALSE,,,,,, +pilsner.n.01,slicer,1,0,FALSE,,,,,, +pilsner.n.01,soakable,0,0,FALSE,,,,,, +pine_nut.n.01,liquid,0,0,FALSE,,,,,, +pine_nut.n.01,heatSource,0,0,FALSE,,,,,, +pine_nut.n.01,fireSource,1,0,FALSE,,,,,, +pine_nut.n.01,cookable,0,1,FALSE,,,,,, +pine_nut.n.01,coldSource,0,0,FALSE,,,,,, +pine_nut.n.01,sliceable,0,1,FALSE,,,,,, +pine_nut.n.01,slicer,0,0,FALSE,,,,,, +pine_nut.n.01,soakable,0,0,FALSE,,,,,, +tomato_sauce.n.01,liquid,0,0,FALSE,,,,,, +tomato_sauce.n.01,heatSource,0,0,FALSE,,,,,, +tomato_sauce.n.01,fireSource,1,0,FALSE,,,,,, +tomato_sauce.n.01,cookable,0,1,FALSE,,,,,, +tomato_sauce.n.01,coldSource,1,0,FALSE,,,,,, +tomato_sauce.n.01,sliceable,0,0,FALSE,,,,,, +tomato_sauce.n.01,slicer,0,0,FALSE,,,,,, +tomato_sauce.n.01,soakable,0,0,FALSE,,,,,, +slab.n.01,liquid,0,0,FALSE,,,,,, +slab.n.01,heatSource,0,0,FALSE,,,,,, +slab.n.01,fireSource,0,0,FALSE,,,,,, +slab.n.01,cookable,0,0,FALSE,,,,,, +slab.n.01,coldSource,0,0,FALSE,,,,,, +slab.n.01,sliceable,0,0,FALSE,,,,,, +slab.n.01,slicer,0,0,FALSE,,,,,, +slab.n.01,soakable,0,0,FALSE,,,,,, +poker.n.01,liquid,0,0,FALSE,,,,,, +poker.n.01,heatSource,1,0,FALSE,,,,,, +poker.n.01,fireSource,0,0,FALSE,,,,,, +poker.n.01,cookable,0,0,FALSE,,,,,, +poker.n.01,coldSource,0,0,FALSE,,,,,, +poker.n.01,sliceable,0,0,FALSE,,,,,, +poker.n.01,slicer,1,0,FALSE,,,,,, +poker.n.01,soakable,0,0,FALSE,,,,,, +polo_shirt.n.01,liquid,0,0,FALSE,,,,,, +polo_shirt.n.01,heatSource,0,0,FALSE,,,,,, +polo_shirt.n.01,fireSource,0,0,FALSE,,,,,, +polo_shirt.n.01,cookable,0,0,FALSE,,,,,, +polo_shirt.n.01,coldSource,0,0,FALSE,,,,,, +polo_shirt.n.01,sliceable,0,0,FALSE,,,,,, +polo_shirt.n.01,slicer,0,0,FALSE,,,,,, +polo_shirt.n.01,soakable,1,1,FALSE,,,,,, +poppy_seed.n.01,liquid,0,0,FALSE,,,,,, +poppy_seed.n.01,heatSource,0,0,FALSE,,,,,, +poppy_seed.n.01,fireSource,1,0,FALSE,,,,,, +poppy_seed.n.01,cookable,0,0,FALSE,,,,,, +poppy_seed.n.01,coldSource,0,0,FALSE,,,,,, +poppy_seed.n.01,sliceable,0,0,FALSE,,,,,, +poppy_seed.n.01,slicer,0,0,FALSE,,,,,, +poppy_seed.n.01,soakable,0,0,FALSE,,,,,, +pork_tenderloin.n.01,liquid,0,0,FALSE,,,,,, +pork_tenderloin.n.01,heatSource,0,0,FALSE,,,,,, +pork_tenderloin.n.01,fireSource,1,0,FALSE,,,,,, +pork_tenderloin.n.01,cookable,0,1,FALSE,,,,,, +pork_tenderloin.n.01,coldSource,0,0,FALSE,,,,,, +pork_tenderloin.n.01,sliceable,0,1,FALSE,,,,,, +pork_tenderloin.n.01,slicer,0,0,FALSE,,,,,, +pork_tenderloin.n.01,soakable,0,0,FALSE,,,,,, +porter.n.07,liquid,0,1,FALSE,,,,,, +porter.n.07,heatSource,0,0,FALSE,,,,,, +porter.n.07,fireSource,0,0,FALSE,,,,,, +porter.n.07,cookable,0,0,FALSE,,,,,, +porter.n.07,coldSource,0,0,FALSE,,,,,, +porter.n.07,sliceable,0,0,FALSE,,,,,, +porter.n.07,slicer,0,0,FALSE,,,,,, +porter.n.07,soakable,0,0,FALSE,,,,,, +outlet.n.02,liquid,0,0,FALSE,,,,,, +outlet.n.02,heatSource,0,0,FALSE,,,,,, +outlet.n.02,fireSource,0,0,FALSE,,,,,, +outlet.n.02,cookable,0,0,FALSE,,,,,, +outlet.n.02,coldSource,0,0,FALSE,,,,,, +outlet.n.02,sliceable,0,0,FALSE,,,,,, +outlet.n.02,slicer,1,0,FALSE,,,,,, +outlet.n.02,soakable,0,0,FALSE,,,,,, +white_wine.n.01,liquid,1,1,FALSE,,,,,, +white_wine.n.01,heatSource,0,0,FALSE,,,,,, +white_wine.n.01,fireSource,0,0,FALSE,,,,,, +white_wine.n.01,cookable,0,0,FALSE,,,,,, +white_wine.n.01,coldSource,1,0,FALSE,,,,,, +white_wine.n.01,sliceable,0,0,FALSE,,,,,, +white_wine.n.01,slicer,0,0,FALSE,,,,,, +white_wine.n.01,soakable,0,0,FALSE,,,,,, +pudding.n.01,liquid,0,0,FALSE,,,,,, +pudding.n.01,heatSource,0,0,FALSE,,,,,, +pudding.n.01,fireSource,1,0,FALSE,,,,,, +pudding.n.01,cookable,0,1,FALSE,,,,,, +pudding.n.01,coldSource,1,0,FALSE,,,,,, +pudding.n.01,sliceable,0,0,FALSE,,,,,, +pudding.n.01,slicer,0,0,FALSE,,,,,, +pudding.n.01,soakable,1,0,FALSE,,,,,, +pulley.n.01,liquid,0,0,FALSE,,,,,, +pulley.n.01,heatSource,0,0,FALSE,,,,,, +pulley.n.01,fireSource,0,0,FALSE,,,,,, +pulley.n.01,cookable,0,0,FALSE,,,,,, +pulley.n.01,coldSource,0,0,FALSE,,,,,, +pulley.n.01,sliceable,0,0,FALSE,,,,,, +pulley.n.01,slicer,0,0,FALSE,,,,,, +pulley.n.01,soakable,0,0,FALSE,,,,,, +punch.n.02,liquid,1,1,FALSE,,,,,, +punch.n.02,heatSource,0,0,FALSE,,,,,, +punch.n.02,fireSource,0,0,FALSE,,,,,, +punch.n.02,cookable,1,1,FALSE,,,,,, +punch.n.02,coldSource,1,0,FALSE,,,,,, +punch.n.02,sliceable,0,0,FALSE,,,,,, +punch.n.02,slicer,0,0,FALSE,,,,,, +punch.n.02,soakable,0,0,FALSE,,,,,, +gourd.n.02,liquid,0,0,FALSE,,,,,, +gourd.n.02,heatSource,0,0,FALSE,,,,,, +gourd.n.02,fireSource,0,0,FALSE,,,,,, +gourd.n.02,cookable,0,1,FALSE,,,,,, +gourd.n.02,coldSource,0,0,FALSE,,,,,, +gourd.n.02,sliceable,0,1,FALSE,,,,,, +gourd.n.02,slicer,0,0,FALSE,,,,,, +gourd.n.02,soakable,0,0,FALSE,,,,,, +grouper.n.01,liquid,0,0,FALSE,,,,,, +grouper.n.01,heatSource,0,0,FALSE,,,,,, +grouper.n.01,fireSource,1,0,FALSE,,,,,, +grouper.n.01,cookable,0,1,FALSE,,,,,, +grouper.n.01,coldSource,0,0,FALSE,,,,,, +grouper.n.01,sliceable,0,1,FALSE,,,,,, +grouper.n.01,slicer,0,0,FALSE,,,,,, +grouper.n.01,soakable,0,0,FALSE,,,,,, +hairpin.n.01,liquid,0,0,FALSE,,,,,, +hairpin.n.01,heatSource,0,0,FALSE,,,,,, +hairpin.n.01,fireSource,0,0,FALSE,,,,,, +hairpin.n.01,cookable,0,0,FALSE,,,,,, +hairpin.n.01,coldSource,0,0,FALSE,,,,,, +hairpin.n.01,sliceable,0,0,FALSE,,,,,, +hairpin.n.01,slicer,1,0,FALSE,,,,,, +hairpin.n.01,soakable,0,0,FALSE,,,,,, +tie.n.09,liquid,0,0,FALSE,,,,,, +tie.n.09,heatSource,0,0,FALSE,,,,,, +tie.n.09,fireSource,0,0,FALSE,,,,,, +tie.n.09,cookable,0,0,FALSE,,,,,, +tie.n.09,coldSource,0,0,FALSE,,,,,, +tie.n.09,sliceable,0,0,FALSE,,,,,, +tie.n.09,slicer,0,0,FALSE,,,,,, +tie.n.09,soakable,0,0,FALSE,,,,,, +halibut.n.01,liquid,0,0,FALSE,,,,,, +halibut.n.01,heatSource,0,0,FALSE,,,,,, +halibut.n.01,fireSource,1,0,FALSE,,,,,, +halibut.n.01,cookable,0,1,FALSE,,,,,, +halibut.n.01,coldSource,0,0,FALSE,,,,,, +halibut.n.01,sliceable,0,1,FALSE,,,,,, +halibut.n.01,slicer,0,0,FALSE,,,,,, +halibut.n.01,soakable,0,0,FALSE,,,,,, +ham_hock.n.01,liquid,0,0,FALSE,,,,,, +ham_hock.n.01,heatSource,0,0,FALSE,,,,,, +ham_hock.n.01,fireSource,1,0,FALSE,,,,,, +ham_hock.n.01,cookable,0,1,FALSE,,,,,, +ham_hock.n.01,coldSource,0,0,FALSE,,,,,, +ham_hock.n.01,sliceable,0,1,FALSE,,,,,, +ham_hock.n.01,slicer,1,0,FALSE,,,,,, +ham_hock.n.01,soakable,0,0,FALSE,,,,,, +hand_shovel.n.01,liquid,0,0,FALSE,,,,,, +hand_shovel.n.01,heatSource,0,0,FALSE,,,,,, +hand_shovel.n.01,fireSource,0,0,FALSE,,,,,, +hand_shovel.n.01,cookable,0,0,FALSE,,,,,, +hand_shovel.n.01,coldSource,0,0,FALSE,,,,,, +hand_shovel.n.01,sliceable,0,0,FALSE,,,,,, +hand_shovel.n.01,slicer,1,0,FALSE,,,,,, +hand_shovel.n.01,soakable,0,0,FALSE,,,,,, +iron.n.03,liquid,0,0,FALSE,,,,,, +iron.n.03,heatSource,1,0,FALSE,,,,,, +iron.n.03,fireSource,0,0,FALSE,,,,,, +iron.n.03,cookable,0,0,FALSE,,,,,, +iron.n.03,coldSource,0,0,FALSE,,,,,, +iron.n.03,sliceable,0,0,FALSE,,,,,, +iron.n.03,slicer,1,0,FALSE,,,,,, +iron.n.03,soakable,0,0,FALSE,,,,,, +planter.n.01,liquid,0,0,FALSE,,,,,, +planter.n.01,heatSource,0,0,FALSE,,,,,, +planter.n.01,fireSource,0,0,FALSE,,,,,, +planter.n.01,cookable,0,0,FALSE,,,,,, +planter.n.01,coldSource,0,0,FALSE,,,,,, +planter.n.01,sliceable,0,0,FALSE,,,,,, +planter.n.01,slicer,1,0,FALSE,,,,,, +planter.n.01,soakable,0,0,FALSE,,,,,, +hazelnut.n.01,liquid,0,0,FALSE,,,,,, +hazelnut.n.01,heatSource,0,0,FALSE,,,,,, +hazelnut.n.01,fireSource,1,0,FALSE,,,,,, +hazelnut.n.01,cookable,0,1,FALSE,,,,,, +hazelnut.n.01,coldSource,0,0,FALSE,,,,,, +hazelnut.n.01,sliceable,0,1,FALSE,,,,,, +hazelnut.n.01,slicer,0,0,FALSE,,,,,, +hazelnut.n.01,soakable,0,0,FALSE,,,,,, +forefront.n.01,liquid,0,0,FALSE,,,,,, +forefront.n.01,heatSource,0,0,FALSE,,,,,, +forefront.n.01,fireSource,0,0,FALSE,,,,,, +forefront.n.01,cookable,0,0,FALSE,,,,,, +forefront.n.01,coldSource,1,0,FALSE,,,,,, +forefront.n.01,sliceable,0,0,FALSE,,,,,, +forefront.n.01,slicer,0,0,FALSE,,,,,, +forefront.n.01,soakable,0,0,FALSE,,,,,, +hedge.n.01,liquid,0,0,FALSE,,,,,, +hedge.n.01,heatSource,0,0,FALSE,,,,,, +hedge.n.01,fireSource,0,0,FALSE,,,,,, +hedge.n.01,cookable,0,0,FALSE,,,,,, +hedge.n.01,coldSource,0,0,FALSE,,,,,, +hedge.n.01,sliceable,0,0,FALSE,,,,,, +hedge.n.01,slicer,0,0,FALSE,,,,,, +hedge.n.01,soakable,0,0,FALSE,,,,,, +allen_wrench.n.01,liquid,0,0,FALSE,,,,,, +allen_wrench.n.01,heatSource,0,0,FALSE,,,,,, +allen_wrench.n.01,fireSource,0,0,FALSE,,,,,, +allen_wrench.n.01,cookable,0,0,FALSE,,,,,, +allen_wrench.n.01,coldSource,0,0,FALSE,,,,,, +allen_wrench.n.01,sliceable,0,0,FALSE,,,,,, +allen_wrench.n.01,slicer,1,0,FALSE,,,,,, +allen_wrench.n.01,soakable,0,0,FALSE,,,,,, +buskin.n.01,liquid,0,0,FALSE,,,,,, +buskin.n.01,heatSource,0,0,FALSE,,,,,, +buskin.n.01,fireSource,0,0,FALSE,,,,,, +buskin.n.01,cookable,0,0,FALSE,,,,,, +buskin.n.01,coldSource,0,0,FALSE,,,,,, +buskin.n.01,sliceable,0,0,FALSE,,,,,, +buskin.n.01,slicer,0,0,FALSE,,,,,, +buskin.n.01,soakable,0,1,FALSE,,,,,, +hutch.n.01,liquid,0,0,FALSE,,,,,, +hutch.n.01,heatSource,0,0,FALSE,,,,,, +hutch.n.01,fireSource,0,0,FALSE,,,,,, +hutch.n.01,cookable,0,0,FALSE,,,,,, +hutch.n.01,coldSource,0,0,FALSE,,,,,, +hutch.n.01,sliceable,0,0,FALSE,,,,,, +hutch.n.01,slicer,0,0,FALSE,,,,,, +hutch.n.01,soakable,0,0,FALSE,,,,,, +inhaler.n.01,liquid,0,0,FALSE,,,,,, +inhaler.n.01,heatSource,0,0,FALSE,,,,,, +inhaler.n.01,fireSource,0,0,FALSE,,,,,, +inhaler.n.01,cookable,0,0,FALSE,,,,,, +inhaler.n.01,coldSource,0,0,FALSE,,,,,, +inhaler.n.01,sliceable,0,0,FALSE,,,,,, +inhaler.n.01,slicer,1,0,FALSE,,,,,, +inhaler.n.01,soakable,0,0,FALSE,,,,,, +jerky.n.01,liquid,0,0,FALSE,,,,,, +jerky.n.01,heatSource,0,0,FALSE,,,,,, +jerky.n.01,fireSource,1,0,FALSE,,,,,, +jerky.n.01,cookable,0,1,FALSE,,,,,, +jerky.n.01,coldSource,0,0,FALSE,,,,,, +jerky.n.01,sliceable,0,1,FALSE,,,,,, +jerky.n.01,slicer,0,0,FALSE,,,,,, +jerky.n.01,soakable,0,0,FALSE,,,,,, +shot_glass.n.01,liquid,0,0,FALSE,,,,,, +shot_glass.n.01,heatSource,0,0,FALSE,,,,,, +shot_glass.n.01,fireSource,0,0,FALSE,,,,,, +shot_glass.n.01,cookable,0,0,FALSE,,,,,, +shot_glass.n.01,coldSource,1,0,FALSE,,,,,, +shot_glass.n.01,sliceable,0,0,FALSE,,,,,, +shot_glass.n.01,slicer,1,0,FALSE,,,,,, +shot_glass.n.01,soakable,0,0,FALSE,,,,,, +lager.n.02,liquid,1,1,FALSE,,,,,, +lager.n.02,heatSource,0,0,FALSE,,,,,, +lager.n.02,fireSource,0,0,FALSE,,,,,, +lager.n.02,cookable,0,0,FALSE,,,,,, +lager.n.02,coldSource,1,0,FALSE,,,,,, +lager.n.02,sliceable,0,0,FALSE,,,,,, +lager.n.02,slicer,0,0,FALSE,,,,,, +lager.n.02,soakable,0,0,FALSE,,,,,, +legging.n.01,liquid,0,0,FALSE,,,,,, +legging.n.01,heatSource,0,0,FALSE,,,,,, +legging.n.01,fireSource,0,0,FALSE,,,,,, +legging.n.01,cookable,0,0,FALSE,,,,,, +legging.n.01,coldSource,0,0,FALSE,,,,,, +legging.n.01,sliceable,0,0,FALSE,,,,,, +legging.n.01,slicer,0,0,FALSE,,,,,, +legging.n.01,soakable,1,1,FALSE,,,,,, +lemon_peel.n.01,liquid,0,0,FALSE,,,,,, +lemon_peel.n.01,heatSource,0,0,FALSE,,,,,, +lemon_peel.n.01,fireSource,0,0,FALSE,,,,,, +lemon_peel.n.01,cookable,0,1,FALSE,,,,,, +lemon_peel.n.01,coldSource,0,0,FALSE,,,,,, +lemon_peel.n.01,sliceable,0,1,FALSE,,,,,, +lemon_peel.n.01,slicer,0,0,FALSE,,,,,, +lemon_peel.n.01,soakable,0,0,FALSE,,,,,, +lens.n.01,liquid,0,0,FALSE,,,,,, +lens.n.01,heatSource,0,0,FALSE,,,,,, +lens.n.01,fireSource,0,0,FALSE,,,,,, +lens.n.01,cookable,0,0,FALSE,,,,,, +lens.n.01,coldSource,0,0,FALSE,,,,,, +lens.n.01,sliceable,0,0,FALSE,,,,,, +lens.n.01,slicer,1,0,FALSE,,,,,, +lens.n.01,soakable,0,0,FALSE,,,,,, +butane.n.01,liquid,0,0,FALSE,,,,,, +butane.n.01,heatSource,0,0,FALSE,,,,,, +butane.n.01,fireSource,0,0,FALSE,,,,,, +butane.n.01,cookable,0,0,FALSE,,,,,, +butane.n.01,coldSource,0,0,FALSE,,,,,, +butane.n.01,sliceable,0,0,FALSE,,,,,, +butane.n.01,slicer,1,0,FALSE,,,,,, +butane.n.01,soakable,0,0,FALSE,,,,,, +lily.n.01,liquid,0,0,FALSE,,,,,, +lily.n.01,heatSource,0,0,FALSE,,,,,, +lily.n.01,fireSource,0,0,FALSE,,,,,, +lily.n.01,cookable,0,0,FALSE,,,,,, +lily.n.01,coldSource,0,0,FALSE,,,,,, +lily.n.01,sliceable,0,0,FALSE,,,,,, +lily.n.01,slicer,1,0,FALSE,,,,,, +lily.n.01,soakable,0,0,FALSE,,,,,, +lima_bean.n.03,liquid,0,0,FALSE,,,,,, +lima_bean.n.03,heatSource,0,0,FALSE,,,,,, +lima_bean.n.03,fireSource,1,0,FALSE,,,,,, +lima_bean.n.03,cookable,0,1,FALSE,,,,,, +lima_bean.n.03,coldSource,0,0,FALSE,,,,,, +lima_bean.n.03,sliceable,0,0,FALSE,,,,,, +lima_bean.n.03,slicer,1,0,FALSE,,,,,, +lima_bean.n.03,soakable,0,0,FALSE,,,,,, +limeade.n.01,liquid,1,1,FALSE,,,,,, +limeade.n.01,heatSource,0,0,FALSE,,,,,, +limeade.n.01,fireSource,0,0,FALSE,,,,,, +limeade.n.01,cookable,1,1,FALSE,,,,,, +limeade.n.01,coldSource,1,0,FALSE,,,,,, +limeade.n.01,sliceable,0,0,FALSE,,,,,, +limeade.n.01,slicer,0,0,FALSE,,,,,, +limeade.n.01,soakable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,liquid,0,0,FALSE,,,,,, +calcium_carbonate.n.01,heatSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,fireSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,cookable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,coldSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,sliceable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,slicer,0,0,FALSE,,,,,, +calcium_carbonate.n.01,soakable,0,0,FALSE,,,,,, +liqueur.n.01,liquid,1,1,FALSE,,,,,, +liqueur.n.01,heatSource,0,0,FALSE,,,,,, +liqueur.n.01,fireSource,0,0,FALSE,,,,,, +liqueur.n.01,cookable,0,0,FALSE,,,,,, +liqueur.n.01,coldSource,1,0,FALSE,,,,,, +liqueur.n.01,sliceable,0,0,FALSE,,,,,, +liqueur.n.01,slicer,1,0,FALSE,,,,,, +liqueur.n.01,soakable,0,0,FALSE,,,,,, +loofah.n.02,liquid,0,0,FALSE,,,,,, +loofah.n.02,heatSource,0,0,FALSE,,,,,, +loofah.n.02,fireSource,0,0,FALSE,,,,,, +loofah.n.02,cookable,0,0,FALSE,,,,,, +loofah.n.02,coldSource,0,0,FALSE,,,,,, +loofah.n.02,sliceable,0,1,FALSE,,,,,, +loofah.n.02,slicer,0,0,FALSE,,,,,, +loofah.n.02,soakable,0,0,FALSE,,,,,, +land.n.02,liquid,0,0,FALSE,,,,,, +land.n.02,heatSource,0,0,FALSE,,,,,, +land.n.02,fireSource,0,0,FALSE,,,,,, +land.n.02,cookable,0,0,FALSE,,,,,, +land.n.02,coldSource,0,0,FALSE,,,,,, +land.n.02,sliceable,0,0,FALSE,,,,,, +land.n.02,slicer,0,0,FALSE,,,,,, +land.n.02,soakable,0,0,FALSE,,,,,, +wood.n.01,liquid,0,0,FALSE,,,,,, +wood.n.01,heatSource,0,0,FALSE,,,,,, +wood.n.01,fireSource,0,1,FALSE,,,,,, +wood.n.01,cookable,0,0,FALSE,,,,,, +wood.n.01,coldSource,0,0,FALSE,,,,,, +wood.n.01,sliceable,0,0,FALSE,,,,,, +wood.n.01,slicer,0,0,FALSE,,,,,, +wood.n.01,soakable,0,1,FALSE,,,,,, +rubbish.n.01,liquid,0,0,FALSE,,,,,, +rubbish.n.01,heatSource,0,0,FALSE,,,,,, +rubbish.n.01,fireSource,0,0,FALSE,,,,,, +rubbish.n.01,cookable,0,0,FALSE,,,,,, +rubbish.n.01,coldSource,0,0,FALSE,,,,,, +rubbish.n.01,sliceable,0,0,FALSE,,,,,, +rubbish.n.01,slicer,0,0,FALSE,,,,,, +rubbish.n.01,soakable,0,0,FALSE,,,,,, +case.n.05,liquid,0,0,FALSE,,,,,, +case.n.05,heatSource,0,0,FALSE,,,,,, +case.n.05,fireSource,0,0,FALSE,,,,,, +case.n.05,cookable,0,0,FALSE,,,,,, +case.n.05,coldSource,0,0,FALSE,,,,,, +case.n.05,sliceable,0,0,FALSE,,,,,, +case.n.05,slicer,1,0,FALSE,,,,,, +case.n.05,soakable,1,0,FALSE,,,,,, +plant.n.02,liquid,0,0,FALSE,,,,,, +plant.n.02,heatSource,0,0,FALSE,,,,,, +plant.n.02,fireSource,0,0,FALSE,,,,,, +plant.n.02,cookable,0,0,FALSE,,,,,, +plant.n.02,coldSource,0,0,FALSE,,,,,, +plant.n.02,sliceable,0,0,FALSE,,,,,, +plant.n.02,slicer,0,0,FALSE,,,,,, +plant.n.02,soakable,0,0,FALSE,,,,,, +bleaching_agent.n.01,liquid,0,0,FALSE,,,,,, +bleaching_agent.n.01,heatSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,fireSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,cookable,0,0,FALSE,,,,,, +bleaching_agent.n.01,coldSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,sliceable,0,0,FALSE,,,,,, +bleaching_agent.n.01,slicer,0,0,FALSE,,,,,, +bleaching_agent.n.01,soakable,0,0,FALSE,,,,,, +bin.n.01,liquid,0,0,FALSE,,,,,, +bin.n.01,heatSource,0,0,FALSE,,,,,, +bin.n.01,fireSource,0,0,FALSE,,,,,, +bin.n.01,cookable,0,0,FALSE,,,,,, +bin.n.01,coldSource,0,0,FALSE,,,,,, +bin.n.01,sliceable,0,0,FALSE,,,,,, +bin.n.01,slicer,1,0,FALSE,,,,,, +bin.n.01,soakable,0,0,FALSE,,,,,, +lemon_juice.n.01,liquid,1,1,FALSE,,,,,, +lemon_juice.n.01,heatSource,0,0,FALSE,,,,,, +lemon_juice.n.01,fireSource,0,0,FALSE,,,,,, +lemon_juice.n.01,cookable,0,1,FALSE,,,,,, +lemon_juice.n.01,coldSource,0,0,FALSE,,,,,, +lemon_juice.n.01,sliceable,0,0,FALSE,,,,,, +lemon_juice.n.01,slicer,0,0,FALSE,,,,,, +lemon_juice.n.01,soakable,0,0,FALSE,,,,,, +apparel.n.01,liquid,0,0,FALSE,,,,,, +apparel.n.01,heatSource,0,0,FALSE,,,,,, +apparel.n.01,fireSource,0,0,FALSE,,,,,, +apparel.n.01,cookable,0,0,FALSE,,,,,, +apparel.n.01,coldSource,0,0,FALSE,,,,,, +apparel.n.01,sliceable,0,0,FALSE,,,,,, +apparel.n.01,slicer,0,0,FALSE,,,,,, +apparel.n.01,soakable,1,1,FALSE,,,,,, +dust.n.01,liquid,0,0,FALSE,,,,,, +dust.n.01,heatSource,0,0,FALSE,,,,,, +dust.n.01,fireSource,0,0,FALSE,,,,,, +dust.n.01,cookable,0,0,FALSE,,,,,, +dust.n.01,coldSource,0,0,FALSE,,,,,, +dust.n.01,sliceable,0,0,FALSE,,,,,, +dust.n.01,slicer,0,0,FALSE,,,,,, +dust.n.01,soakable,0,0,FALSE,,,,,, +money.n.01,liquid,0,0,FALSE,,,,,, +money.n.01,heatSource,0,0,FALSE,,,,,, +money.n.01,fireSource,0,0,FALSE,,,,,, +money.n.01,cookable,0,0,FALSE,,,,,, +money.n.01,coldSource,0,0,FALSE,,,,,, +money.n.01,sliceable,0,0,FALSE,,,,,, +money.n.01,slicer,1,0,FALSE,,,,,, +money.n.01,soakable,0,1,FALSE,,,,,, +solution.n.01,liquid,1,1,FALSE,,,,,, +solution.n.01,heatSource,0,0,FALSE,,,,,, +solution.n.01,fireSource,1,0,FALSE,,,,,, +solution.n.01,cookable,1,0,FALSE,,,,,, +solution.n.01,coldSource,1,0,FALSE,,,,,, +solution.n.01,sliceable,1,0,FALSE,,,,,, +solution.n.01,slicer,0,0,FALSE,,,,,, +solution.n.01,soakable,0,0,FALSE,,,,,, +alcohol.n.01,liquid,1,1,FALSE,,,,,, +alcohol.n.01,heatSource,0,0,FALSE,,,,,, +alcohol.n.01,fireSource,0,0,FALSE,,,,,, +alcohol.n.01,cookable,0,0,FALSE,,,,,, +alcohol.n.01,coldSource,1,0,FALSE,,,,,, +alcohol.n.01,sliceable,0,0,FALSE,,,,,, +alcohol.n.01,slicer,0,0,FALSE,,,,,, +alcohol.n.01,soakable,0,0,FALSE,,,,,, +ice.n.01,liquid,0,0,FALSE,,,,,, +ice.n.01,heatSource,0,0,FALSE,,,,,, +ice.n.01,fireSource,0,0,FALSE,,,,,, +ice.n.01,cookable,1,0,FALSE,,,,,, +ice.n.01,coldSource,0,1,TRUE,0,,,0,0,0 +ice.n.01,sliceable,0,0,FALSE,,,,,, +ice.n.01,slicer,0,0,FALSE,,,,,, +ice.n.01,soakable,0,0,FALSE,,,,,, +debris.n.01,liquid,0,0,FALSE,,,,,, +debris.n.01,heatSource,0,0,FALSE,,,,,, +debris.n.01,fireSource,0,0,FALSE,,,,,, +debris.n.01,cookable,0,0,FALSE,,,,,, +debris.n.01,coldSource,0,0,FALSE,,,,,, +debris.n.01,sliceable,0,0,FALSE,,,,,, +debris.n.01,slicer,0,0,FALSE,,,,,, +debris.n.01,soakable,0,1,FALSE,,,,,, +cayenne.n.02,liquid,0,0,FALSE,,,,,, +cayenne.n.02,heatSource,1,0,FALSE,,,,,, +cayenne.n.02,fireSource,1,0,FALSE,,,,,, +cayenne.n.02,cookable,0,1,FALSE,,,,,, +cayenne.n.02,coldSource,0,0,FALSE,,,,,, +cayenne.n.02,sliceable,0,1,FALSE,,,,,, +cayenne.n.02,slicer,1,0,FALSE,,,,,, +cayenne.n.02,soakable,0,0,FALSE,,,,,, +teaspoon.n.02,liquid,0,0,FALSE,,,,,, +teaspoon.n.02,heatSource,0,0,FALSE,,,,,, +teaspoon.n.02,fireSource,0,0,FALSE,,,,,, +teaspoon.n.02,cookable,0,0,FALSE,,,,,, +teaspoon.n.02,coldSource,0,0,FALSE,,,,,, +teaspoon.n.02,sliceable,0,0,FALSE,,,,,, +teaspoon.n.02,slicer,1,0,FALSE,,,,,, +teaspoon.n.02,soakable,0,0,FALSE,,,,,, +cayenne.n.01,liquid,0,0,FALSE,,,,,, +cayenne.n.01,heatSource,1,0,FALSE,,,,,, +cayenne.n.01,fireSource,1,0,FALSE,,,,,, +cayenne.n.01,cookable,0,1,FALSE,,,,,, +cayenne.n.01,coldSource,0,0,FALSE,,,,,, +cayenne.n.01,sliceable,0,1,FALSE,,,,,, +cayenne.n.01,slicer,1,0,FALSE,,,,,, +cayenne.n.01,soakable,0,0,FALSE,,,,,, +fruit.n.01,liquid,0,0,FALSE,,,,,, +fruit.n.01,heatSource,0,0,FALSE,,,,,, +fruit.n.01,fireSource,1,0,FALSE,,,,,, +fruit.n.01,cookable,0,1,FALSE,,,,,, +fruit.n.01,coldSource,1,0,FALSE,,,,,, +fruit.n.01,sliceable,1,1,FALSE,,,,,, +fruit.n.01,slicer,0,0,FALSE,,,,,, +fruit.n.01,soakable,0,0,FALSE,,,,,, +meat.n.01,liquid,0,0,FALSE,,,,,, +meat.n.01,heatSource,0,0,FALSE,,,,,, +meat.n.01,fireSource,1,0,FALSE,,,,,, +meat.n.01,cookable,0,1,FALSE,,,,,, +meat.n.01,coldSource,0,0,FALSE,,,,,, +meat.n.01,sliceable,0,1,FALSE,,,,,, +meat.n.01,slicer,0,0,FALSE,,,,,, +meat.n.01,soakable,0,0,FALSE,,,,,, +sponge.n.01,liquid,0,0,FALSE,,,,,, +sponge.n.01,heatSource,0,0,FALSE,,,,,, +sponge.n.01,fireSource,0,0,FALSE,,,,,, +sponge.n.01,cookable,0,0,FALSE,,,,,, +sponge.n.01,coldSource,1,0,FALSE,,,,,, +sponge.n.01,sliceable,0,0,FALSE,,,,,, +sponge.n.01,slicer,1,0,FALSE,,,,,, +sponge.n.01,soakable,1,1,FALSE,,,,,, +vegetable.n.01,liquid,0,0,FALSE,,,,,, +vegetable.n.01,heatSource,0,0,FALSE,,,,,, +vegetable.n.01,fireSource,1,0,FALSE,,,,,, +vegetable.n.01,cookable,0,1,FALSE,,,,,, +vegetable.n.01,coldSource,0,0,FALSE,,,,,, +vegetable.n.01,sliceable,0,1,FALSE,,,,,, +vegetable.n.01,slicer,0,0,FALSE,,,,,, +vegetable.n.01,soakable,0,0,FALSE,,,,,, +paper.n.01,liquid,0,0,FALSE,,,,,, +paper.n.01,heatSource,0,0,FALSE,,,,,, +paper.n.01,fireSource,0,0,FALSE,,,,,, +paper.n.01,cookable,0,0,FALSE,,,,,, +paper.n.01,coldSource,1,0,FALSE,,,,,, +paper.n.01,sliceable,0,0,FALSE,,,,,, +paper.n.01,slicer,1,0,FALSE,,,,,, +paper.n.01,soakable,1,1,FALSE,,,,,, +dish.n.02,liquid,0,0,FALSE,,,,,, +dish.n.02,heatSource,0,0,FALSE,,,,,, +dish.n.02,fireSource,1,0,FALSE,,,,,, +dish.n.02,cookable,0,1,FALSE,,,,,, +dish.n.02,coldSource,1,0,FALSE,,,,,, +dish.n.02,sliceable,0,0,FALSE,,,,,, +dish.n.02,slicer,0,0,FALSE,,,,,, +dish.n.02,soakable,0,0,FALSE,,,,,, +dish.n.01,liquid,0,0,FALSE,,,,,, +dish.n.01,heatSource,0,0,FALSE,,,,,, +dish.n.01,fireSource,1,0,FALSE,,,,,, +dish.n.01,cookable,0,0,FALSE,,,,,, +dish.n.01,coldSource,1,0,FALSE,,,,,, +dish.n.01,sliceable,0,0,FALSE,,,,,, +dish.n.01,slicer,0,0,FALSE,,,,,, +dish.n.01,soakable,0,0,FALSE,,,,,, +stain.n.01,liquid,0,0,FALSE,,,,,, +stain.n.01,heatSource,0,0,FALSE,,,,,, +stain.n.01,fireSource,0,0,FALSE,,,,,, +stain.n.01,cookable,0,0,FALSE,,,,,, +stain.n.01,coldSource,0,0,FALSE,,,,,, +stain.n.01,sliceable,0,0,FALSE,,,,,, +stain.n.01,slicer,0,0,FALSE,,,,,, +stain.n.01,soakable,0,0,FALSE,,,,,, +food.n.02,liquid,0,0,FALSE,,,,,, +food.n.02,heatSource,0,0,FALSE,,,,,, +food.n.02,fireSource,1,0,FALSE,,,,,, +food.n.02,cookable,0,1,FALSE,,,,,, +food.n.02,coldSource,1,0,FALSE,,,,,, +food.n.02,sliceable,1,0,FALSE,,,,,, +food.n.02,slicer,0,0,FALSE,,,,,, +food.n.02,soakable,0,0,FALSE,,,,,, +pot.n.01,liquid,0,0,FALSE,,,,,, +pot.n.01,heatSource,1,0,FALSE,,,,,, +pot.n.01,fireSource,1,0,FALSE,,,,,, +pot.n.01,cookable,0,1,FALSE,,,,,, +pot.n.01,coldSource,1,0,FALSE,,,,,, +pot.n.01,sliceable,0,0,FALSE,,,,,, +pot.n.01,slicer,1,0,FALSE,,,,,, +pot.n.01,soakable,0,0,FALSE,,,,,, +bag.n.01,liquid,0,0,FALSE,,,,,, +bag.n.01,heatSource,0,0,FALSE,,,,,, +bag.n.01,fireSource,0,0,FALSE,,,,,, +bag.n.01,cookable,0,0,FALSE,,,,,, +bag.n.01,coldSource,1,0,FALSE,,,,,, +bag.n.01,sliceable,0,0,FALSE,,,,,, +bag.n.01,slicer,1,0,FALSE,,,,,, +bag.n.01,soakable,1,0,FALSE,,,,,, +oil.n.01,liquid,1,1,FALSE,,,,,, +oil.n.01,heatSource,0,0,FALSE,,,,,, +oil.n.01,fireSource,0,1,FALSE,,,,,, +oil.n.01,cookable,0,1,FALSE,,,,,, +oil.n.01,coldSource,0,0,FALSE,,,,,, +oil.n.01,sliceable,0,0,FALSE,,,,,, +oil.n.01,slicer,0,0,FALSE,,,,,, +oil.n.01,soakable,0,0,FALSE,,,,,, +towel.n.01,liquid,0,0,FALSE,,,,,, +towel.n.01,heatSource,0,0,FALSE,,,,,, +towel.n.01,fireSource,0,0,FALSE,,,,,, +towel.n.01,cookable,0,0,FALSE,,,,,, +towel.n.01,coldSource,0,0,FALSE,,,,,, +towel.n.01,sliceable,0,0,FALSE,,,,,, +towel.n.01,slicer,1,0,FALSE,,,,,, +towel.n.01,soakable,1,1,FALSE,,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,,, +frying_pan.n.01,heatSource,1,1,FALSE,,,,,, +frying_pan.n.01,fireSource,1,0,FALSE,,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,,, +egg_white.n.01,liquid,1,1,FALSE,,,,,, +egg_white.n.01,heatSource,0,0,FALSE,,,,,, +egg_white.n.01,fireSource,1,0,FALSE,,,,,, +egg_white.n.01,cookable,0,1,FALSE,,,,,, +egg_white.n.01,coldSource,0,0,FALSE,,,,,, +egg_white.n.01,sliceable,0,0,FALSE,,,,,, +egg_white.n.01,slicer,0,0,FALSE,,,,,, +egg_white.n.01,soakable,0,0,FALSE,,,,,, +egg_yolk.n.01,liquid,1,1,FALSE,,,,,, +egg_yolk.n.01,heatSource,0,0,FALSE,,,,,, +egg_yolk.n.01,fireSource,1,0,FALSE,,,,,, +egg_yolk.n.01,cookable,0,1,FALSE,,,,,, +egg_yolk.n.01,coldSource,0,0,FALSE,,,,,, +egg_yolk.n.01,sliceable,0,0,FALSE,,,,,, +egg_yolk.n.01,slicer,0,0,FALSE,,,,,, +egg_yolk.n.01,soakable,0,0,FALSE,,,,,, +food_processor.n.01,liquid,0,0,FALSE,,,,,, +food_processor.n.01,heatSource,0,0,FALSE,,,,,, +food_processor.n.01,fireSource,0,0,FALSE,,,,,, +food_processor.n.01,cookable,0,0,FALSE,,,,,, +food_processor.n.01,coldSource,0,0,FALSE,,,,,, +food_processor.n.01,sliceable,1,0,FALSE,,,,,, +food_processor.n.01,slicer,1,0,FALSE,,,,,, +food_processor.n.01,soakable,0,0,FALSE,,,,,, +ironing_board.n.01,liquid,0,0,FALSE,,,,,, +ironing_board.n.01,heatSource,0,0,FALSE,,,,,, +ironing_board.n.01,fireSource,0,0,FALSE,,,,,, +ironing_board.n.01,cookable,0,0,FALSE,,,,,, +ironing_board.n.01,coldSource,0,0,FALSE,,,,,, +ironing_board.n.01,sliceable,0,0,FALSE,,,,,, +ironing_board.n.01,slicer,1,0,FALSE,,,,,, +ironing_board.n.01,soakable,1,0,FALSE,,,,,, +sour_cream.n.01,liquid,1,1,FALSE,,,,,, +sour_cream.n.01,heatSource,0,0,FALSE,,,,,, +sour_cream.n.01,fireSource,0,0,FALSE,,,,,, +sour_cream.n.01,cookable,0,1,FALSE,,,,,, +sour_cream.n.01,coldSource,0,0,FALSE,,,,,, +sour_cream.n.01,sliceable,0,0,FALSE,,,,,, +sour_cream.n.01,slicer,0,0,FALSE,,,,,, +sour_cream.n.01,soakable,0,0,FALSE,,,,,, +chlorine.n.01,liquid,0,0,FALSE,,,,,, +chlorine.n.01,heatSource,0,0,FALSE,,,,,, +chlorine.n.01,fireSource,0,0,FALSE,,,,,, +chlorine.n.01,cookable,0,0,FALSE,,,,,, +chlorine.n.01,coldSource,0,0,FALSE,,,,,, +chlorine.n.01,sliceable,0,0,FALSE,,,,,, +chlorine.n.01,slicer,1,0,FALSE,,,,,, +chlorine.n.01,soakable,0,0,FALSE,,,,,, +cookie_sheet.n.01,liquid,0,0,FALSE,,,,,, +cookie_sheet.n.01,heatSource,1,0,FALSE,,,,,, +cookie_sheet.n.01,fireSource,1,0,FALSE,,,,,, +cookie_sheet.n.01,cookable,0,0,FALSE,,,,,, +cookie_sheet.n.01,coldSource,0,0,FALSE,,,,,, +cookie_sheet.n.01,sliceable,0,0,FALSE,,,,,, +cookie_sheet.n.01,slicer,1,0,FALSE,,,,,, +cookie_sheet.n.01,soakable,0,0,FALSE,,,,,, +credit_card.n.01,liquid,0,0,FALSE,,,,,, +credit_card.n.01,heatSource,0,0,FALSE,,,,,, +credit_card.n.01,fireSource,0,0,FALSE,,,,,, +credit_card.n.01,cookable,0,0,FALSE,,,,,, +credit_card.n.01,coldSource,0,0,FALSE,,,,,, +credit_card.n.01,sliceable,0,0,FALSE,,,,,, +credit_card.n.01,slicer,1,0,FALSE,,,,,, +credit_card.n.01,soakable,0,0,FALSE,,,,,, +red_wine.n.01,liquid,1,1,FALSE,,,,,, +red_wine.n.01,heatSource,0,0,FALSE,,,,,, +red_wine.n.01,fireSource,0,0,FALSE,,,,,, +red_wine.n.01,cookable,0,1,FALSE,,,,,, +red_wine.n.01,coldSource,1,0,FALSE,,,,,, +red_wine.n.01,sliceable,0,0,FALSE,,,,,, +red_wine.n.01,slicer,0,0,FALSE,,,,,, +red_wine.n.01,soakable,0,0,FALSE,,,,,, +whipped_cream.n.01,liquid,0,0,FALSE,,,,,, +whipped_cream.n.01,heatSource,0,0,FALSE,,,,,, +whipped_cream.n.01,fireSource,0,0,FALSE,,,,,, +whipped_cream.n.01,cookable,0,1,FALSE,,,,,, +whipped_cream.n.01,coldSource,0,0,FALSE,,,,,, +whipped_cream.n.01,sliceable,0,0,FALSE,,,,,, +whipped_cream.n.01,slicer,0,0,FALSE,,,,,, +whipped_cream.n.01,soakable,0,0,FALSE,,,,,, +mason_jar.n.01,liquid,0,0,FALSE,,,,,, +mason_jar.n.01,heatSource,0,0,FALSE,,,,,, +mason_jar.n.01,fireSource,0,0,FALSE,,,,,, +mason_jar.n.01,cookable,0,0,FALSE,,,,,, +mason_jar.n.01,coldSource,1,0,FALSE,,,,,, +mason_jar.n.01,sliceable,0,0,FALSE,,,,,, +mason_jar.n.01,slicer,1,0,FALSE,,,,,, +mason_jar.n.01,soakable,0,0,FALSE,,,,,, +green_bean.n.01,liquid,0,0,FALSE,,,,,, +green_bean.n.01,heatSource,0,0,FALSE,,,,,, +green_bean.n.01,fireSource,1,0,FALSE,,,,,, +green_bean.n.01,cookable,0,1,FALSE,,,,,, +green_bean.n.01,coldSource,0,0,FALSE,,,,,, +green_bean.n.01,sliceable,0,1,FALSE,,,,,, +green_bean.n.01,slicer,0,0,FALSE,,,,,, +green_bean.n.01,soakable,0,0,FALSE,,,,,, +steel_wool.n.01,liquid,0,0,FALSE,,,,,, +steel_wool.n.01,heatSource,0,0,FALSE,,,,,, +steel_wool.n.01,fireSource,0,0,FALSE,,,,,, +steel_wool.n.01,cookable,0,0,FALSE,,,,,, +steel_wool.n.01,coldSource,0,0,FALSE,,,,,, +steel_wool.n.01,sliceable,0,0,FALSE,,,,,, +steel_wool.n.01,slicer,0,0,FALSE,,,,,, +steel_wool.n.01,soakable,0,0,FALSE,,,,,, +potholder.n.01,liquid,0,0,FALSE,,,,,, +potholder.n.01,heatSource,0,0,FALSE,,,,,, +potholder.n.01,fireSource,0,0,FALSE,,,,,, +potholder.n.01,cookable,0,0,FALSE,,,,,, +potholder.n.01,coldSource,0,0,FALSE,,,,,, +potholder.n.01,sliceable,0,0,FALSE,,,,,, +potholder.n.01,slicer,1,0,FALSE,,,,,, +potholder.n.01,soakable,1,0,FALSE,,,,,, +hand_blower.n.01,liquid,0,0,FALSE,,,,,, +hand_blower.n.01,heatSource,1,1,FALSE,,,,,, +hand_blower.n.01,fireSource,0,0,FALSE,,,,,, +hand_blower.n.01,cookable,0,0,FALSE,,,,,, +hand_blower.n.01,coldSource,0,0,FALSE,,,,,, +hand_blower.n.01,sliceable,0,0,FALSE,,,,,, +hand_blower.n.01,slicer,1,0,FALSE,,,,,, +hand_blower.n.01,soakable,0,0,FALSE,,,,,, +peanut_butter.n.01,liquid,0,0,FALSE,,,,,, +peanut_butter.n.01,heatSource,0,0,FALSE,,,,,, +peanut_butter.n.01,fireSource,0,0,FALSE,,,,,, +peanut_butter.n.01,cookable,0,1,FALSE,,,,,, +peanut_butter.n.01,coldSource,0,0,FALSE,,,,,, +peanut_butter.n.01,sliceable,0,0,FALSE,,,,,, +peanut_butter.n.01,slicer,0,0,FALSE,,,,,, +peanut_butter.n.01,soakable,0,0,FALSE,,,,,, +radio.n.01,liquid,0,0,FALSE,,,,,, +radio.n.01,heatSource,0,0,FALSE,,,,,, +radio.n.01,fireSource,0,0,FALSE,,,,,, +radio.n.01,cookable,0,0,FALSE,,,,,, +radio.n.01,coldSource,0,0,FALSE,,,,,, +radio.n.01,sliceable,0,0,FALSE,,,,,, +radio.n.01,slicer,1,0,FALSE,,,,,, +radio.n.01,soakable,0,0,FALSE,,,,,, +raincoat.n.01,liquid,0,0,FALSE,,,,,, +raincoat.n.01,heatSource,0,0,FALSE,,,,,, +raincoat.n.01,fireSource,0,0,FALSE,,,,,, +raincoat.n.01,cookable,0,0,FALSE,,,,,, +raincoat.n.01,coldSource,1,0,FALSE,,,,,, +raincoat.n.01,sliceable,0,0,FALSE,,,,,, +raincoat.n.01,slicer,0,0,FALSE,,,,,, +raincoat.n.01,soakable,1,0,FALSE,,,,,, +tote_bag.n.01,liquid,0,0,FALSE,,,,,, +tote_bag.n.01,heatSource,0,0,FALSE,,,,,, +tote_bag.n.01,fireSource,0,0,FALSE,,,,,, +tote_bag.n.01,cookable,0,0,FALSE,,,,,, +tote_bag.n.01,coldSource,0,0,FALSE,,,,,, +tote_bag.n.01,sliceable,0,0,FALSE,,,,,, +tote_bag.n.01,slicer,0,0,FALSE,,,,,, +tote_bag.n.01,soakable,0,0,FALSE,,,,,, +roux.n.01,liquid,0,0,FALSE,,,,,, +roux.n.01,heatSource,1,0,FALSE,,,,,, +roux.n.01,fireSource,1,0,FALSE,,,,,, +roux.n.01,cookable,0,1,FALSE,,,,,, +roux.n.01,coldSource,0,0,FALSE,,,,,, +roux.n.01,sliceable,0,0,FALSE,,,,,, +roux.n.01,slicer,0,0,FALSE,,,,,, +roux.n.01,soakable,0,0,FALSE,,,,,, +salad_fork.n.01,liquid,0,0,FALSE,,,,,, +salad_fork.n.01,heatSource,0,0,FALSE,,,,,, +salad_fork.n.01,fireSource,0,0,FALSE,,,,,, +salad_fork.n.01,cookable,0,0,FALSE,,,,,, +salad_fork.n.01,coldSource,0,0,FALSE,,,,,, +salad_fork.n.01,sliceable,0,0,FALSE,,,,,, +salad_fork.n.01,slicer,0,0,FALSE,,,,,, +salad_fork.n.01,soakable,0,0,FALSE,,,,,, +sap.n.01,liquid,1,1,FALSE,,,,,, +herbicide.n.01,liquid,1,1,FALSE,,,,,, +herbicide.n.01,heatSource,0,0,FALSE,,,,,, +herbicide.n.01,fireSource,0,0,FALSE,,,,,, +herbicide.n.01,cookable,0,0,FALSE,,,,,, +herbicide.n.01,coldSource,1,0,FALSE,,,,,, +herbicide.n.01,sliceable,0,0,FALSE,,,,,, +herbicide.n.01,slicer,0,0,FALSE,,,,,, +herbicide.n.01,soakable,0,0,FALSE,,,,,, +hoe.n.01,liquid,0,0,FALSE,,,,,, +hoe.n.01,heatSource,0,0,FALSE,,,,,, +hoe.n.01,fireSource,0,0,FALSE,,,,,, +hoe.n.01,cookable,0,0,FALSE,,,,,, +hoe.n.01,coldSource,0,0,FALSE,,,,,, +hoe.n.01,sliceable,0,0,FALSE,,,,,, +hoe.n.01,slicer,1,0,FALSE,,,,,, +hoe.n.01,soakable,0,0,FALSE,,,,,, +chaff.n.01,liquid,0,0,FALSE,,,,,, +chaff.n.01,heatSource,0,0,FALSE,,,,,, +chaff.n.01,fireSource,0,1,FALSE,,,,,, +chaff.n.01,cookable,0,0,FALSE,,,,,, +chaff.n.01,coldSource,0,0,FALSE,,,,,, +chaff.n.01,sliceable,0,0,FALSE,,,,,, +chaff.n.01,slicer,0,0,FALSE,,,,,, +chaff.n.01,soakable,0,1,FALSE,,,,,, +keg.n.02,liquid,0,0,FALSE,,,,,, +keg.n.02,heatSource,0,0,FALSE,,,,,, +keg.n.02,fireSource,0,0,FALSE,,,,,, +keg.n.02,cookable,0,0,FALSE,,,,,, +keg.n.02,coldSource,0,0,FALSE,,,,,, +keg.n.02,sliceable,0,0,FALSE,,,,,, +keg.n.02,slicer,1,0,FALSE,,,,,, +keg.n.02,soakable,0,1,FALSE,,,,,, +lentil.n.01,liquid,0,0,FALSE,,,,,, +lentil.n.01,heatSource,0,0,FALSE,,,,,, +lentil.n.01,fireSource,1,0,FALSE,,,,,, +lentil.n.01,cookable,0,1,FALSE,,,,,, +lentil.n.01,coldSource,0,0,FALSE,,,,,, +lentil.n.01,sliceable,0,0,FALSE,,,,,, +lentil.n.01,slicer,0,0,FALSE,,,,,, +lentil.n.01,soakable,0,1,FALSE,,,,,, +license_plate.n.01,liquid,0,0,FALSE,,,,,, +license_plate.n.01,heatSource,0,0,FALSE,,,,,, +license_plate.n.01,fireSource,0,0,FALSE,,,,,, +license_plate.n.01,cookable,0,0,FALSE,,,,,, +license_plate.n.01,coldSource,0,0,FALSE,,,,,, +license_plate.n.01,sliceable,0,0,FALSE,,,,,, +license_plate.n.01,slicer,1,0,FALSE,,,,,, +license_plate.n.01,soakable,0,0,FALSE,,,,,, +igniter.n.01,liquid,0,0,FALSE,,,,,, +igniter.n.01,heatSource,1,0,FALSE,,,,,, +igniter.n.01,fireSource,0,1,FALSE,,,,,, +igniter.n.01,cookable,0,0,FALSE,,,,,, +igniter.n.01,coldSource,0,0,FALSE,,,,,, +igniter.n.01,sliceable,0,0,FALSE,,,,,, +igniter.n.01,slicer,0,0,FALSE,,,,,, +igniter.n.01,soakable,0,0,FALSE,,,,,, +cabinet.n.03,liquid,0,0,FALSE,,,,,, +cabinet.n.03,heatSource,0,0,FALSE,,,,,, +cabinet.n.03,fireSource,0,0,FALSE,,,,,, +cabinet.n.03,cookable,0,0,FALSE,,,,,, +cabinet.n.03,coldSource,0,0,FALSE,,,,,, +cabinet.n.03,sliceable,0,0,FALSE,,,,,, +cabinet.n.03,slicer,1,0,FALSE,,,,,, +cabinet.n.03,soakable,0,0,FALSE,,,,,, +manual.n.01,liquid,0,0,FALSE,,,,,, +manual.n.01,heatSource,0,0,FALSE,,,,,, +manual.n.01,fireSource,0,0,FALSE,,,,,, +manual.n.01,cookable,0,0,FALSE,,,,,, +manual.n.01,coldSource,0,0,FALSE,,,,,, +manual.n.01,sliceable,0,0,FALSE,,,,,, +manual.n.01,slicer,1,0,FALSE,,,,,, +manual.n.01,soakable,1,1,FALSE,,,,,, +margarine.n.01,liquid,0,0,FALSE,,,,,, +margarine.n.01,heatSource,0,0,FALSE,,,,,, +margarine.n.01,fireSource,1,1,FALSE,,,,,, +margarine.n.01,cookable,0,1,FALSE,,,,,, +margarine.n.01,coldSource,0,0,FALSE,,,,,, +margarine.n.01,sliceable,0,1,FALSE,,,,,, +margarine.n.01,slicer,1,0,FALSE,,,,,, +margarine.n.01,soakable,0,0,FALSE,,,,,, +marshmallow.n.01,liquid,0,0,FALSE,,,,,, +marshmallow.n.01,heatSource,0,0,FALSE,,,,,, +marshmallow.n.01,fireSource,0,0,FALSE,,,,,, +marshmallow.n.01,cookable,0,1,FALSE,,,,,, +marshmallow.n.01,coldSource,0,0,FALSE,,,,,, +marshmallow.n.01,sliceable,0,1,FALSE,,,,,, +marshmallow.n.01,slicer,1,0,FALSE,,,,,, +marshmallow.n.01,soakable,0,0,FALSE,,,,,, +meat_thermometer.n.01,liquid,0,0,FALSE,,,,,, +meat_thermometer.n.01,heatSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,fireSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,cookable,0,0,FALSE,,,,,, +meat_thermometer.n.01,coldSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,sliceable,0,0,FALSE,,,,,, +meat_thermometer.n.01,slicer,1,0,FALSE,,,,,, +meat_thermometer.n.01,soakable,0,0,FALSE,,,,,, +mothball.n.01,liquid,0,0,FALSE,,,,,, +mothball.n.01,heatSource,0,0,FALSE,,,,,, +mothball.n.01,fireSource,0,0,FALSE,,,,,, +mothball.n.01,cookable,0,0,FALSE,,,,,, +mothball.n.01,coldSource,0,0,FALSE,,,,,, +mothball.n.01,sliceable,0,0,FALSE,,,,,, +mothball.n.01,slicer,1,0,FALSE,,,,,, +mothball.n.01,soakable,0,0,FALSE,,,,,, +supply.n.01,liquid,0,0,FALSE,,,,,, +supply.n.01,heatSource,0,0,FALSE,,,,,, +supply.n.01,fireSource,0,0,FALSE,,,,,, +supply.n.01,cookable,0,0,FALSE,,,,,, +supply.n.01,coldSource,0,0,FALSE,,,,,, +supply.n.01,sliceable,0,0,FALSE,,,,,, +supply.n.01,slicer,0,0,FALSE,,,,,, +supply.n.01,soakable,0,0,FALSE,,,,,, +pellet.n.01,liquid,0,0,FALSE,,,,,, +pellet.n.01,heatSource,0,0,FALSE,,,,,, +pellet.n.01,fireSource,1,1,FALSE,,,,,, +pellet.n.01,cookable,0,0,FALSE,,,,,, +pellet.n.01,coldSource,0,0,FALSE,,,,,, +pellet.n.01,sliceable,0,0,FALSE,,,,,, +pellet.n.01,slicer,1,1,FALSE,,,,,, +pellet.n.01,soakable,0,0,FALSE,,,,,, +poster.n.01,liquid,0,0,FALSE,,,,,, +poster.n.01,heatSource,0,0,FALSE,,,,,, +poster.n.01,fireSource,0,0,FALSE,,,,,, +poster.n.01,cookable,0,0,FALSE,,,,,, +poster.n.01,coldSource,0,0,FALSE,,,,,, +poster.n.01,sliceable,0,0,FALSE,,,,,, +poster.n.01,slicer,1,0,FALSE,,,,,, +poster.n.01,soakable,0,1,FALSE,,,,,, +power_tool.n.01,liquid,0,0,FALSE,,,,,, +power_tool.n.01,heatSource,0,0,FALSE,,,,,, +power_tool.n.01,fireSource,0,0,FALSE,,,,,, +power_tool.n.01,cookable,0,0,FALSE,,,,,, +power_tool.n.01,coldSource,0,0,FALSE,,,,,, +power_tool.n.01,sliceable,0,0,FALSE,,,,,, +power_tool.n.01,slicer,1,0,FALSE,,,,,, +power_tool.n.01,soakable,0,0,FALSE,,,,,, +puzzle.n.02,liquid,0,0,FALSE,,,,,, +puzzle.n.02,heatSource,0,0,FALSE,,,,,, +puzzle.n.02,fireSource,0,0,FALSE,,,,,, +puzzle.n.02,cookable,0,0,FALSE,,,,,, +puzzle.n.02,coldSource,1,0,FALSE,,,,,, +puzzle.n.02,sliceable,0,0,FALSE,,,,,, +puzzle.n.02,slicer,1,0,FALSE,,,,,, +puzzle.n.02,soakable,1,0,FALSE,,,,,, +relish.n.02,liquid,0,0,FALSE,,,,,, +relish.n.02,heatSource,0,0,FALSE,,,,,, +relish.n.02,fireSource,1,0,FALSE,,,,,, +relish.n.02,cookable,0,1,FALSE,,,,,, +relish.n.02,coldSource,0,0,FALSE,,,,,, +relish.n.02,sliceable,0,0,FALSE,,,,,, +relish.n.02,slicer,0,0,FALSE,,,,,, +relish.n.02,soakable,0,0,FALSE,,,,,, +rolling_pin.n.01,liquid,0,0,FALSE,,,,,, +rolling_pin.n.01,heatSource,0,0,FALSE,,,,,, +rolling_pin.n.01,fireSource,0,0,FALSE,,,,,, +rolling_pin.n.01,cookable,0,0,FALSE,,,,,, +rolling_pin.n.01,coldSource,0,0,FALSE,,,,,, +rolling_pin.n.01,sliceable,0,0,FALSE,,,,,, +rolling_pin.n.01,slicer,1,0,FALSE,,,,,, +rolling_pin.n.01,soakable,0,0,FALSE,,,,,, +salad_plate.n.01,liquid,0,0,FALSE,,,,,, +salad_plate.n.01,heatSource,0,0,FALSE,,,,,, +salad_plate.n.01,fireSource,0,0,FALSE,,,,,, +salad_plate.n.01,cookable,0,0,FALSE,,,,,, +salad_plate.n.01,coldSource,0,0,FALSE,,,,,, +salad_plate.n.01,sliceable,0,0,FALSE,,,,,, +salad_plate.n.01,slicer,0,0,FALSE,,,,,, +salad_plate.n.01,soakable,0,0,FALSE,,,,,, +sangaree.n.01,liquid,1,1,FALSE,,,,,, +sangaree.n.01,heatSource,0,0,FALSE,,,,,, +sangaree.n.01,fireSource,0,0,FALSE,,,,,, +sangaree.n.01,cookable,0,0,FALSE,,,,,, +sangaree.n.01,coldSource,1,0,FALSE,,,,,, +sangaree.n.01,sliceable,0,0,FALSE,,,,,, +sangaree.n.01,slicer,0,0,FALSE,,,,,, +sangaree.n.01,soakable,0,0,FALSE,,,,,, +scallop.n.02,liquid,0,0,FALSE,,,,,, +scallop.n.02,heatSource,0,0,FALSE,,,,,, +scallop.n.02,fireSource,1,0,FALSE,,,,,, +scallop.n.02,cookable,0,1,FALSE,,,,,, +scallop.n.02,coldSource,0,0,FALSE,,,,,, +scallop.n.02,sliceable,0,1,FALSE,,,,,, +scallop.n.02,slicer,0,0,FALSE,,,,,, +scallop.n.02,soakable,0,0,FALSE,,,,,, +shears.n.01,liquid,0,0,FALSE,,,,,, +shears.n.01,heatSource,0,0,FALSE,,,,,, +shears.n.01,fireSource,0,0,FALSE,,,,,, +shears.n.01,cookable,0,0,FALSE,,,,,, +shears.n.01,coldSource,0,0,FALSE,,,,,, +shears.n.01,sliceable,0,0,FALSE,,,,,, +shears.n.01,slicer,1,1,FALSE,,,,,, +shears.n.01,soakable,0,0,FALSE,,,,,, +shellfish.n.01,liquid,0,0,FALSE,,,,,, +shellfish.n.01,heatSource,0,0,FALSE,,,,,, +shellfish.n.01,fireSource,1,0,FALSE,,,,,, +shellfish.n.01,cookable,0,1,FALSE,,,,,, +shellfish.n.01,coldSource,0,0,FALSE,,,,,, +shellfish.n.01,sliceable,0,1,FALSE,,,,,, +shellfish.n.01,slicer,0,0,FALSE,,,,,, +shellfish.n.01,soakable,0,0,FALSE,,,,,, +silver.n.01,liquid,0,0,FALSE,,,,,, +silver.n.01,heatSource,0,0,FALSE,,,,,, +silver.n.01,fireSource,0,0,FALSE,,,,,, +silver.n.01,cookable,0,0,FALSE,,,,,, +silver.n.01,coldSource,0,0,FALSE,,,,,, +silver.n.01,sliceable,0,0,FALSE,,,,,, +silver.n.01,slicer,1,0,FALSE,,,,,, +silver.n.01,soakable,0,0,FALSE,,,,,, +squeegee.n.0,liquid,0,0,FALSE,,,,,, +squeegee.n.0,heatSource,0,0,FALSE,,,,,, +squeegee.n.0,fireSource,0,0,FALSE,,,,,, +squeegee.n.0,cookable,0,0,FALSE,,,,,, +squeegee.n.0,coldSource,0,0,FALSE,,,,,, +squeegee.n.0,sliceable,0,0,FALSE,,,,,, +squeegee.n.0,slicer,0,0,FALSE,,,,,, +squeegee.n.0,soakable,0,0,FALSE,,,,,, +stake.n.02,liquid,0,0,FALSE,,,,,, +stake.n.02,heatSource,0,0,FALSE,,,,,, +stake.n.02,fireSource,0,0,FALSE,,,,,, +stake.n.02,cookable,0,0,FALSE,,,,,, +stake.n.02,coldSource,0,0,FALSE,,,,,, +stake.n.02,sliceable,0,0,FALSE,,,,,, +stake.n.02,slicer,0,0,FALSE,,,,,, +stake.n.02,soakable,0,0,FALSE,,,,,, +starch.n.01,liquid,0,0,FALSE,,,,,, +starch.n.01,heatSource,0,0,FALSE,,,,,, +starch.n.01,fireSource,1,0,FALSE,,,,,, +starch.n.01,cookable,0,1,FALSE,,,,,, +starch.n.01,coldSource,0,0,FALSE,,,,,, +starch.n.01,sliceable,0,0,FALSE,,,,,, +starch.n.01,slicer,0,0,FALSE,,,,,, +starch.n.01,soakable,0,0,FALSE,,,,,, +note.n.01,liquid,0,0,FALSE,,,,,, +note.n.01,heatSource,0,0,FALSE,,,,,, +note.n.01,fireSource,0,0,FALSE,,,,,, +note.n.01,cookable,0,0,FALSE,,,,,, +note.n.01,coldSource,0,0,FALSE,,,,,, +note.n.01,sliceable,0,0,FALSE,,,,,, +note.n.01,slicer,1,0,FALSE,,,,,, +note.n.01,soakable,1,0,FALSE,,,,,, +plug.n.01,liquid,0,0,FALSE,,,,,, +plug.n.01,heatSource,0,0,FALSE,,,,,, +plug.n.01,fireSource,0,0,FALSE,,,,,, +plug.n.01,cookable,0,0,FALSE,,,,,, +plug.n.01,coldSource,0,0,FALSE,,,,,, +plug.n.01,sliceable,0,0,FALSE,,,,,, +plug.n.01,slicer,1,0,FALSE,,,,,, +plug.n.01,soakable,0,0,FALSE,,,,,, +succulent.n.01,liquid,0,0,FALSE,,,,,, +succulent.n.01,heatSource,0,0,FALSE,,,,,, +succulent.n.01,fireSource,0,0,FALSE,,,,,, +succulent.n.01,cookable,0,0,FALSE,,,,,, +succulent.n.01,coldSource,0,0,FALSE,,,,,, +succulent.n.01,sliceable,0,0,FALSE,,,,,, +succulent.n.01,slicer,0,0,FALSE,,,,,, +succulent.n.01,soakable,0,0,FALSE,,,,,, +sunflower_seed.n.01,liquid,0,0,FALSE,,,,,, +sunflower_seed.n.01,heatSource,0,0,FALSE,,,,,, +sunflower_seed.n.01,fireSource,1,0,FALSE,,,,,, +sunflower_seed.n.01,cookable,0,1,FALSE,,,,,, +sunflower_seed.n.01,coldSource,0,0,FALSE,,,,,, +sunflower_seed.n.01,sliceable,0,0,FALSE,,,,,, +sunflower_seed.n.01,slicer,0,0,FALSE,,,,,, +sunflower_seed.n.01,soakable,0,0,FALSE,,,,,, +taco.n.02,liquid,0,0,FALSE,,,,,, +taco.n.02,heatSource,0,0,FALSE,,,,,, +taco.n.02,fireSource,1,0,FALSE,,,,,, +taco.n.02,cookable,0,1,FALSE,,,,,, +taco.n.02,coldSource,0,0,FALSE,,,,,, +taco.n.02,sliceable,0,1,FALSE,,,,,, +taco.n.02,slicer,0,0,FALSE,,,,,, +taco.n.02,soakable,1,0,FALSE,,,,,, +teacup.n.02,liquid,0,0,FALSE,,,,,, +teacup.n.02,heatSource,0,0,FALSE,,,,,, +teacup.n.02,fireSource,0,0,FALSE,,,,,, +teacup.n.02,cookable,0,0,FALSE,,,,,, +teacup.n.02,coldSource,1,0,FALSE,,,,,, +teacup.n.02,sliceable,0,0,FALSE,,,,,, +teacup.n.02,slicer,1,0,FALSE,,,,,, +teacup.n.02,soakable,0,0,FALSE,,,,,, +thermostat.n.01,liquid,0,0,FALSE,,,,,, +thermostat.n.01,heatSource,1,0,FALSE,,,,,, +thermostat.n.01,fireSource,0,0,FALSE,,,,,, +thermostat.n.01,cookable,0,0,FALSE,,,,,, +thermostat.n.01,coldSource,0,0,FALSE,,,,,, +thermostat.n.01,sliceable,0,0,FALSE,,,,,, +thermostat.n.01,slicer,1,0,FALSE,,,,,, +thermostat.n.01,soakable,0,0,FALSE,,,,,, +toolbox.n.01,liquid,0,0,FALSE,,,,,, +toolbox.n.01,heatSource,0,0,FALSE,,,,,, +toolbox.n.01,fireSource,0,0,FALSE,,,,,, +toolbox.n.01,cookable,0,0,FALSE,,,,,, +toolbox.n.01,coldSource,0,0,FALSE,,,,,, +toolbox.n.01,sliceable,0,0,FALSE,,,,,, +toolbox.n.01,slicer,1,0,FALSE,,,,,, +toolbox.n.01,soakable,0,0,FALSE,,,,,, +barrow.n.03,liquid,0,0,FALSE,,,,,, +barrow.n.03,heatSource,0,0,FALSE,,,,,, +barrow.n.03,fireSource,0,0,FALSE,,,,,, +barrow.n.03,cookable,0,0,FALSE,,,,,, +barrow.n.03,coldSource,0,0,FALSE,,,,,, +barrow.n.03,sliceable,0,0,FALSE,,,,,, +barrow.n.03,slicer,0,0,FALSE,,,,,, +barrow.n.03,soakable,0,1,FALSE,,,,,, +wick.n.02,liquid,0,0,FALSE,,,,,, +wick.n.02,heatSource,1,0,FALSE,,,,,, +wick.n.02,fireSource,0,1,FALSE,,,,,, +wick.n.02,cookable,0,0,FALSE,,,,,, +wick.n.02,coldSource,0,0,FALSE,,,,,, +wick.n.02,sliceable,0,0,FALSE,,,,,, +wick.n.02,slicer,1,0,FALSE,,,,,, +wick.n.02,soakable,0,0,FALSE,,,,,, +windshield.n.01,liquid,0,0,FALSE,,,,,, +windshield.n.01,heatSource,0,0,FALSE,,,,,, +windshield.n.01,fireSource,0,0,FALSE,,,,,, +windshield.n.01,cookable,0,0,FALSE,,,,,, +windshield.n.01,coldSource,0,0,FALSE,,,,,, +windshield.n.01,sliceable,0,0,FALSE,,,,,, +windshield.n.01,slicer,0,0,FALSE,,,,,, +windshield.n.01,soakable,0,0,FALSE,,,,,, +rocket.n.03,liquid,0,0,FALSE,,,,,, +rocket.n.03,heatSource,0,0,FALSE,,,,,, +rocket.n.03,fireSource,0,0,FALSE,,,,,, +rocket.n.03,cookable,0,1,FALSE,,,,,, +rocket.n.03,coldSource,0,0,FALSE,,,,,, +rocket.n.03,sliceable,0,1,FALSE,,,,,, +rocket.n.03,slicer,1,0,FALSE,,,,,, +rocket.n.03,soakable,0,0,FALSE,,,,,, +baked_goods.n.01,liquid,0,0,FALSE,,,,,, +baked_goods.n.01,heatSource,1,0,FALSE,,,,,, +baked_goods.n.01,fireSource,1,0,FALSE,,,,,, +baked_goods.n.01,cookable,0,1,FALSE,,,,,, +baked_goods.n.01,coldSource,0,0,FALSE,,,,,, +baked_goods.n.01,sliceable,0,1,FALSE,,,,,, +baked_goods.n.01,slicer,0,0,FALSE,,,,,, +baked_goods.n.01,soakable,0,0,FALSE,,,,,, +balloon.n.01,liquid,0,0,FALSE,,,,,, +balloon.n.01,heatSource,0,0,FALSE,,,,,, +balloon.n.01,fireSource,0,0,FALSE,,,,,, +balloon.n.01,cookable,0,0,FALSE,,,,,, +balloon.n.01,coldSource,0,0,FALSE,,,,,, +balloon.n.01,sliceable,0,0,FALSE,,,,,, +balloon.n.01,slicer,1,0,FALSE,,,,,, +balloon.n.01,soakable,0,0,FALSE,,,,,, +biscuit.n.01,liquid,0,0,FALSE,,,,,, +biscuit.n.01,heatSource,0,0,FALSE,,,,,, +biscuit.n.01,fireSource,1,0,FALSE,,,,,, +biscuit.n.01,cookable,0,1,FALSE,,,,,, +biscuit.n.01,coldSource,0,0,FALSE,,,,,, +biscuit.n.01,sliceable,0,0,FALSE,,,,,, +biscuit.n.01,slicer,1,0,FALSE,,,,,, +biscuit.n.01,soakable,1,1,FALSE,,,,,, +bonfire.n.01,liquid,0,0,FALSE,,,,,, +bonfire.n.01,heatSource,1,1,FALSE,,,,,, +bonfire.n.01,fireSource,0,0,FALSE,,,,,, +bonfire.n.01,cookable,0,0,FALSE,,,,,, +bonfire.n.01,coldSource,0,0,FALSE,,,,,, +bonfire.n.01,sliceable,0,0,FALSE,,,,,, +bonfire.n.01,slicer,1,0,FALSE,,,,,, +bonfire.n.01,soakable,0,0,FALSE,,,,,, +bourbon.n.01,liquid,1,1,FALSE,,,,,, +bourbon.n.01,heatSource,0,0,FALSE,,,,,, +bourbon.n.01,fireSource,0,0,FALSE,,,,,, +bourbon.n.01,cookable,0,0,FALSE,,,,,, +bourbon.n.01,coldSource,0,0,FALSE,,,,,, +bourbon.n.01,sliceable,0,0,FALSE,,,,,, +bourbon.n.01,slicer,1,0,FALSE,,,,,, +bourbon.n.01,soakable,0,0,FALSE,,,,,, +brussels_sprouts.n.01,liquid,0,0,FALSE,,,,,, +brussels_sprouts.n.01,heatSource,0,0,FALSE,,,,,, +brussels_sprouts.n.01,fireSource,1,0,FALSE,,,,,, +brussels_sprouts.n.01,cookable,0,1,FALSE,,,,,, +brussels_sprouts.n.01,coldSource,0,0,FALSE,,,,,, +brussels_sprouts.n.01,sliceable,0,1,FALSE,,,,,, +brussels_sprouts.n.01,slicer,0,0,FALSE,,,,,, +brussels_sprouts.n.01,soakable,0,0,FALSE,,,,,, +case_shot.n.01,liquid,0,0,FALSE,,,,,, +case_shot.n.01,heatSource,0,0,FALSE,,,,,, +case_shot.n.01,fireSource,0,0,FALSE,,,,,, +case_shot.n.01,cookable,0,0,FALSE,,,,,, +case_shot.n.01,coldSource,0,0,FALSE,,,,,, +case_shot.n.01,sliceable,0,0,FALSE,,,,,, +case_shot.n.01,slicer,0,0,FALSE,,,,,, +case_shot.n.01,soakable,0,0,FALSE,,,,,, +car_seat.n.01,liquid,0,0,FALSE,,,,,, +car_seat.n.01,heatSource,0,0,FALSE,,,,,, +car_seat.n.01,fireSource,0,0,FALSE,,,,,, +car_seat.n.01,cookable,0,0,FALSE,,,,,, +car_seat.n.01,coldSource,0,0,FALSE,,,,,, +car_seat.n.01,sliceable,0,0,FALSE,,,,,, +car_seat.n.01,slicer,1,0,FALSE,,,,,, +car_seat.n.01,soakable,0,0,FALSE,,,,,, +cashbox.n.01,liquid,0,0,FALSE,,,,,, +cashbox.n.01,heatSource,0,0,FALSE,,,,,, +cashbox.n.01,fireSource,0,0,FALSE,,,,,, +cashbox.n.01,cookable,0,0,FALSE,,,,,, +cashbox.n.01,coldSource,0,0,FALSE,,,,,, +cashbox.n.01,sliceable,0,0,FALSE,,,,,, +cashbox.n.01,slicer,1,0,FALSE,,,,,, +cashbox.n.01,soakable,0,0,FALSE,,,,,, +compact_disk.n.01,liquid,0,0,FALSE,,,,,, +compact_disk.n.01,heatSource,0,0,FALSE,,,,,, +compact_disk.n.01,fireSource,0,0,FALSE,,,,,, +compact_disk.n.01,cookable,0,0,FALSE,,,,,, +compact_disk.n.01,coldSource,0,0,FALSE,,,,,, +compact_disk.n.01,sliceable,0,0,FALSE,,,,,, +compact_disk.n.01,slicer,0,0,FALSE,,,,,, +compact_disk.n.01,soakable,0,0,FALSE,,,,,, +flute.n.02,liquid,0,0,FALSE,,,,,, +flute.n.02,heatSource,0,0,FALSE,,,,,, +flute.n.02,fireSource,0,0,FALSE,,,,,, +flute.n.02,cookable,0,0,FALSE,,,,,, +flute.n.02,coldSource,1,0,FALSE,,,,,, +flute.n.02,sliceable,0,0,FALSE,,,,,, +flute.n.02,slicer,1,0,FALSE,,,,,, +flute.n.02,soakable,0,0,FALSE,,,,,, +cheddar.n.01,liquid,0,0,FALSE,,,,,, +cheddar.n.01,heatSource,0,0,FALSE,,,,,, +cheddar.n.01,fireSource,0,0,FALSE,,,,,, +cheddar.n.01,cookable,0,1,FALSE,,,,,, +cheddar.n.01,coldSource,0,0,FALSE,,,,,, +cheddar.n.01,sliceable,0,1,FALSE,,,,,, +cheddar.n.01,slicer,0,0,FALSE,,,,,, +cheddar.n.01,soakable,0,0,FALSE,,,,,, +cobweb.n.01,liquid,0,0,FALSE,,,,,, +cobweb.n.01,heatSource,0,0,FALSE,,,,,, +cobweb.n.01,fireSource,0,0,FALSE,,,,,, +cobweb.n.01,cookable,0,0,FALSE,,,,,, +cobweb.n.01,coldSource,0,0,FALSE,,,,,, +cobweb.n.01,sliceable,0,0,FALSE,,,,,, +cobweb.n.01,slicer,0,0,FALSE,,,,,, +cobweb.n.01,soakable,0,0,FALSE,,,,,, +coconut_milk.n.01,liquid,1,1,FALSE,,,,,, +coconut_milk.n.01,heatSource,0,0,FALSE,,,,,, +coconut_milk.n.01,fireSource,0,0,FALSE,,,,,, +coconut_milk.n.01,cookable,0,1,FALSE,,,,,, +coconut_milk.n.01,coldSource,0,0,FALSE,,,,,, +coconut_milk.n.01,sliceable,0,0,FALSE,,,,,, +coconut_milk.n.01,slicer,0,0,FALSE,,,,,, +coconut_milk.n.01,soakable,0,0,FALSE,,,,,, +coconut_oil.n.01,liquid,1,1,FALSE,,,,,, +coconut_oil.n.01,heatSource,0,0,FALSE,,,,,, +coconut_oil.n.01,fireSource,1,1,FALSE,,,,,, +coconut_oil.n.01,cookable,0,1,FALSE,,,,,, +coconut_oil.n.01,coldSource,0,0,FALSE,,,,,, +coconut_oil.n.01,sliceable,0,0,FALSE,,,,,, +coconut_oil.n.01,slicer,0,0,FALSE,,,,,, +coconut_oil.n.01,soakable,0,0,FALSE,,,,,, +collar.n.01,liquid,0,0,FALSE,,,,,, +collar.n.01,heatSource,0,0,FALSE,,,,,, +collar.n.01,fireSource,0,0,FALSE,,,,,, +collar.n.01,cookable,0,0,FALSE,,,,,, +collar.n.01,coldSource,0,0,FALSE,,,,,, +collar.n.01,sliceable,0,0,FALSE,,,,,, +collar.n.01,slicer,1,0,FALSE,,,,,, +collar.n.01,soakable,1,0,FALSE,,,,,, +copper.n.01,liquid,0,0,FALSE,,,,,, +copper.n.01,heatSource,0,0,FALSE,,,,,, +copper.n.01,fireSource,0,0,FALSE,,,,,, +copper.n.01,cookable,0,0,FALSE,,,,,, +copper.n.01,coldSource,0,0,FALSE,,,,,, +copper.n.01,sliceable,0,0,FALSE,,,,,, +copper.n.01,slicer,1,0,FALSE,,,,,, +copper.n.01,soakable,0,0,FALSE,,,,,, +crayon.n.01,liquid,0,0,FALSE,,,,,, +crayon.n.01,heatSource,0,0,FALSE,,,,,, +crayon.n.01,fireSource,0,0,FALSE,,,,,, +crayon.n.01,cookable,0,0,FALSE,,,,,, +crayon.n.01,coldSource,0,0,FALSE,,,,,, +crayon.n.01,sliceable,0,0,FALSE,,,,,, +crayon.n.01,slicer,0,0,FALSE,,,,,, +crayon.n.01,soakable,0,0,FALSE,,,,,, +deodorant.n.01,liquid,0,0,FALSE,,,,,, +deodorant.n.01,heatSource,0,0,FALSE,,,,,, +deodorant.n.01,fireSource,0,0,FALSE,,,,,, +deodorant.n.01,cookable,0,0,FALSE,,,,,, +deodorant.n.01,coldSource,0,0,FALSE,,,,,, +deodorant.n.01,sliceable,0,0,FALSE,,,,,, +deodorant.n.01,slicer,0,0,FALSE,,,,,, +deodorant.n.01,soakable,0,0,FALSE,,,,,, +dessert_spoon.n.01,liquid,0,0,FALSE,,,,,, +dessert_spoon.n.01,heatSource,0,0,FALSE,,,,,, +dessert_spoon.n.01,fireSource,0,0,FALSE,,,,,, +dessert_spoon.n.01,cookable,0,0,FALSE,,,,,, +dessert_spoon.n.01,coldSource,1,0,FALSE,,,,,, +dessert_spoon.n.01,sliceable,0,0,FALSE,,,,,, +dessert_spoon.n.01,slicer,0,0,FALSE,,,,,, +dessert_spoon.n.01,soakable,0,0,FALSE,,,,,, +diaper.n.01,liquid,0,0,FALSE,,,,,, +diaper.n.01,heatSource,0,0,FALSE,,,,,, +diaper.n.01,fireSource,0,0,FALSE,,,,,, +diaper.n.01,cookable,0,0,FALSE,,,,,, +diaper.n.01,coldSource,1,0,FALSE,,,,,, +diaper.n.01,sliceable,0,0,FALSE,,,,,, +diaper.n.01,slicer,1,0,FALSE,,,,,, +diaper.n.01,soakable,1,1,FALSE,,,,,, +rack.n.01,liquid,0,0,FALSE,,,,,, +rack.n.01,heatSource,0,0,FALSE,,,,,, +rack.n.01,fireSource,0,0,FALSE,,,,,, +rack.n.01,cookable,0,0,FALSE,,,,,, +rack.n.01,coldSource,0,0,FALSE,,,,,, +rack.n.01,sliceable,0,0,FALSE,,,,,, +rack.n.01,slicer,1,0,FALSE,,,,,, +rack.n.01,soakable,0,0,FALSE,,,,,, +wallboard.n.01,liquid,0,0,FALSE,,,,,, +wallboard.n.01,heatSource,0,0,FALSE,,,,,, +wallboard.n.01,fireSource,0,0,FALSE,,,,,, +wallboard.n.01,cookable,0,0,FALSE,,,,,, +wallboard.n.01,coldSource,0,0,FALSE,,,,,, +wallboard.n.01,sliceable,0,0,FALSE,,,,,, +wallboard.n.01,slicer,1,0,FALSE,,,,,, +wallboard.n.01,soakable,0,0,FALSE,,,,,, +dye.n.01,liquid,1,1,FALSE,,,,,, +dye.n.01,heatSource,0,0,FALSE,,,,,, +dye.n.01,fireSource,0,0,FALSE,,,,,, +dye.n.01,cookable,0,0,FALSE,,,,,, +dye.n.01,coldSource,1,0,FALSE,,,,,, +dye.n.01,sliceable,0,0,FALSE,,,,,, +dye.n.01,slicer,1,0,FALSE,,,,,, +dye.n.01,soakable,0,0,FALSE,,,,,, +dustcloth.n.01,liquid,0,0,FALSE,,,,,, +dustcloth.n.01,heatSource,0,0,FALSE,,,,,, +dustcloth.n.01,fireSource,0,0,FALSE,,,,,, +dustcloth.n.01,cookable,0,0,FALSE,,,,,, +dustcloth.n.01,coldSource,0,0,FALSE,,,,,, +dustcloth.n.01,sliceable,0,0,FALSE,,,,,, +dustcloth.n.01,slicer,0,0,FALSE,,,,,, +dustcloth.n.01,soakable,1,1,FALSE,,,,,, +fishing_rod.n.01,liquid,0,0,FALSE,,,,,, +fishing_rod.n.01,heatSource,0,0,FALSE,,,,,, +fishing_rod.n.01,fireSource,0,0,FALSE,,,,,, +fishing_rod.n.01,cookable,0,0,FALSE,,,,,, +fishing_rod.n.01,coldSource,0,0,FALSE,,,,,, +fishing_rod.n.01,sliceable,0,0,FALSE,,,,,, +fishing_rod.n.01,slicer,1,0,FALSE,,,,,, +fishing_rod.n.01,soakable,0,0,FALSE,,,,,, +flooring.n.02,liquid,0,0,FALSE,,,,,, +flooring.n.02,heatSource,0,0,FALSE,,,,,, +flooring.n.02,fireSource,0,0,FALSE,,,,,, +flooring.n.02,cookable,0,0,FALSE,,,,,, +flooring.n.02,coldSource,0,0,FALSE,,,,,, +flooring.n.02,sliceable,0,0,FALSE,,,,,, +flooring.n.02,slicer,0,0,FALSE,,,,,, +flooring.n.02,soakable,0,0,FALSE,,,,,, +coloring.n.01,liquid,0,0,FALSE,,,,,, +coloring.n.01,heatSource,0,0,FALSE,,,,,, +coloring.n.01,fireSource,1,0,FALSE,,,,,, +coloring.n.01,cookable,0,0,FALSE,,,,,, +coloring.n.01,coldSource,0,0,FALSE,,,,,, +coloring.n.01,sliceable,0,0,FALSE,,,,,, +coloring.n.01,slicer,0,0,FALSE,,,,,, +coloring.n.01,soakable,0,0,FALSE,,,,,, +fungi.n.01,liquid,0,0,FALSE,,,,,, +fungi.n.01,heatSource,0,0,FALSE,,,,,, +fungi.n.01,fireSource,0,0,FALSE,,,,,, +fungi.n.01,cookable,0,1,FALSE,,,,,, +fungi.n.01,coldSource,0,0,FALSE,,,,,, +fungi.n.01,sliceable,0,1,FALSE,,,,,, +fungi.n.01,slicer,0,0,FALSE,,,,,, +fungi.n.01,soakable,0,0,FALSE,,,,,, +fur_coat.n.01,liquid,0,0,FALSE,,,,,, +fur_coat.n.01,heatSource,0,0,FALSE,,,,,, +fur_coat.n.01,fireSource,0,0,FALSE,,,,,, +fur_coat.n.01,cookable,0,0,FALSE,,,,,, +fur_coat.n.01,coldSource,0,0,FALSE,,,,,, +fur_coat.n.01,sliceable,0,0,FALSE,,,,,, +fur_coat.n.01,slicer,0,0,FALSE,,,,,, +fur_coat.n.01,soakable,0,1,FALSE,,,,,, +disposal.n.04,liquid,0,0,FALSE,,,,,, +disposal.n.04,heatSource,0,0,FALSE,,,,,, +disposal.n.04,fireSource,0,0,FALSE,,,,,, +disposal.n.04,cookable,0,0,FALSE,,,,,, +disposal.n.04,coldSource,0,0,FALSE,,,,,, +disposal.n.04,sliceable,0,0,FALSE,,,,,, +disposal.n.04,slicer,1,0,FALSE,,,,,, +disposal.n.04,soakable,0,0,FALSE,,,,,, +gin.n.01,liquid,1,1,FALSE,,,,,, +gin.n.01,heatSource,0,0,FALSE,,,,,, +gin.n.01,fireSource,0,0,FALSE,,,,,, +gin.n.01,cookable,0,0,FALSE,,,,,, +gin.n.01,coldSource,0,0,FALSE,,,,,, +gin.n.01,sliceable,0,0,FALSE,,,,,, +gin.n.01,slicer,0,0,FALSE,,,,,, +gin.n.01,soakable,0,0,FALSE,,,,,, +granola.n.01,liquid,0,0,FALSE,,,,,, +granola.n.01,heatSource,0,0,FALSE,,,,,, +granola.n.01,fireSource,1,0,FALSE,,,,,, +granola.n.01,cookable,0,1,FALSE,,,,,, +granola.n.01,coldSource,0,0,FALSE,,,,,, +granola.n.01,sliceable,1,0,FALSE,,,,,, +granola.n.01,slicer,0,0,FALSE,,,,,, +granola.n.01,soakable,0,0,FALSE,,,,,, +hair_spray.n.01,liquid,0,1,FALSE,,,,,, +hair_spray.n.01,heatSource,0,0,FALSE,,,,,, +hair_spray.n.01,fireSource,0,0,FALSE,,,,,, +hair_spray.n.01,cookable,0,0,FALSE,,,,,, +hair_spray.n.01,coldSource,1,0,FALSE,,,,,, +hair_spray.n.01,sliceable,0,0,FALSE,,,,,, +hair_spray.n.01,slicer,1,0,FALSE,,,,,, +hair_spray.n.01,soakable,0,0,FALSE,,,,,, +helmet.n.01,liquid,0,0,FALSE,,,,,, +helmet.n.01,heatSource,0,0,FALSE,,,,,, +helmet.n.01,fireSource,0,0,FALSE,,,,,, +helmet.n.01,cookable,0,0,FALSE,,,,,, +helmet.n.01,coldSource,0,0,FALSE,,,,,, +helmet.n.01,sliceable,0,0,FALSE,,,,,, +helmet.n.01,slicer,0,0,FALSE,,,,,, +helmet.n.01,soakable,0,0,FALSE,,,,,, +cocoa.n.01,liquid,1,1,FALSE,,,,,, +cocoa.n.01,heatSource,0,0,FALSE,,,,,, +cocoa.n.01,fireSource,0,0,FALSE,,,,,, +cocoa.n.01,cookable,0,1,FALSE,,,,,, +cocoa.n.01,coldSource,0,0,FALSE,,,,,, +cocoa.n.01,sliceable,0,0,FALSE,,,,,, +cocoa.n.01,slicer,0,0,FALSE,,,,,, +cocoa.n.01,soakable,0,0,FALSE,,,,,, +ice_pack.n.01,liquid,0,0,FALSE,,,,,, +ice_pack.n.01,heatSource,0,0,FALSE,,,,,, +ice_pack.n.01,fireSource,0,0,FALSE,,,,,, +ice_pack.n.01,cookable,1,0,FALSE,,,,,, +ice_pack.n.01,coldSource,0,1,TRUE,0,,,0,0,0 +ice_pack.n.01,sliceable,0,0,FALSE,,,,,, +ice_pack.n.01,slicer,1,0,FALSE,,,,,, +ice_pack.n.01,soakable,0,0,FALSE,,,,,, +instant_coffee.n.0,liquid,0,0,FALSE,,,,,, +instant_coffee.n.0,heatSource,1,0,FALSE,,,,,, +instant_coffee.n.0,fireSource,0,0,FALSE,,,,,, +instant_coffee.n.0,cookable,0,1,FALSE,,,,,, +instant_coffee.n.0,coldSource,0,0,FALSE,,,,,, +instant_coffee.n.0,sliceable,0,0,FALSE,,,,,, +instant_coffee.n.0,slicer,0,0,FALSE,,,,,, +instant_coffee.n.0,soakable,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,liquid,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,heatSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,fireSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,cookable,0,1,FALSE,,,,,, +chinese_gooseberry.n.01,coldSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,sliceable,0,1,FALSE,,,,,, +chinese_gooseberry.n.01,slicer,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,soakable,0,0,FALSE,,,,,, +knit.n.01,liquid,0,0,FALSE,,,,,, +knit.n.01,heatSource,0,0,FALSE,,,,,, +knit.n.01,fireSource,0,0,FALSE,,,,,, +knit.n.01,cookable,0,0,FALSE,,,,,, +knit.n.01,coldSource,0,0,FALSE,,,,,, +knit.n.01,sliceable,0,0,FALSE,,,,,, +knit.n.01,slicer,0,0,FALSE,,,,,, +knit.n.01,soakable,1,1,FALSE,,,,,, +lacquer.n.01,liquid,0,1,FALSE,,,,,, +lacquer.n.01,heatSource,0,0,FALSE,,,,,, +lacquer.n.01,fireSource,0,1,FALSE,,,,,, +lacquer.n.01,cookable,0,0,FALSE,,,,,, +lacquer.n.01,coldSource,1,0,FALSE,,,,,, +lacquer.n.01,sliceable,0,0,FALSE,,,,,, +lacquer.n.01,slicer,1,0,FALSE,,,,,, +lacquer.n.01,soakable,0,0,FALSE,,,,,, +lantern.n.01,liquid,0,0,FALSE,,,,,, +lantern.n.01,heatSource,0,0,FALSE,,,,,, +lantern.n.01,fireSource,0,0,FALSE,,,,,, +lantern.n.01,cookable,0,0,FALSE,,,,,, +lantern.n.01,coldSource,0,0,FALSE,,,,,, +lantern.n.01,sliceable,0,0,FALSE,,,,,, +lantern.n.01,slicer,1,0,FALSE,,,,,, +lantern.n.01,soakable,0,1,FALSE,,,,,, +caffe_latte.n.01,liquid,1,1,FALSE,,,,,, +caffe_latte.n.01,heatSource,0,0,FALSE,,,,,, +caffe_latte.n.01,fireSource,0,0,FALSE,,,,,, +caffe_latte.n.01,cookable,0,1,FALSE,,,,,, +caffe_latte.n.01,coldSource,0,0,FALSE,,,,,, +caffe_latte.n.01,sliceable,0,0,FALSE,,,,,, +caffe_latte.n.01,slicer,0,0,FALSE,,,,,, +caffe_latte.n.01,soakable,0,0,FALSE,,,,,, +blower.n.01,liquid,0,0,FALSE,,,,,, +blower.n.01,heatSource,0,1,FALSE,,,,,, +blower.n.01,fireSource,0,0,FALSE,,,,,, +blower.n.01,cookable,0,0,FALSE,,,,,, +blower.n.01,coldSource,0,0,FALSE,,,,,, +blower.n.01,sliceable,0,0,FALSE,,,,,, +blower.n.01,slicer,1,0,FALSE,,,,,, +blower.n.01,soakable,0,0,FALSE,,,,,, +leek.n.01,liquid,0,0,FALSE,,,,,, +leek.n.01,heatSource,0,0,FALSE,,,,,, +leek.n.01,fireSource,1,0,FALSE,,,,,, +leek.n.01,cookable,0,1,FALSE,,,,,, +leek.n.01,coldSource,0,0,FALSE,,,,,, +leek.n.01,sliceable,0,1,FALSE,,,,,, +leek.n.01,slicer,0,0,FALSE,,,,,, +leek.n.01,soakable,1,0,FALSE,,,,,, +lock.n.01,liquid,0,0,FALSE,,,,,, +lock.n.01,heatSource,0,0,FALSE,,,,,, +lock.n.01,fireSource,0,0,FALSE,,,,,, +lock.n.01,cookable,0,0,FALSE,,,,,, +lock.n.01,coldSource,0,0,FALSE,,,,,, +lock.n.01,sliceable,0,0,FALSE,,,,,, +lock.n.01,slicer,1,0,FALSE,,,,,, +lock.n.01,soakable,0,0,FALSE,,,,,, +marinara.n.01,liquid,0,1,FALSE,,,,,, +marinara.n.01,heatSource,0,0,FALSE,,,,,, +marinara.n.01,fireSource,1,0,FALSE,,,,,, +marinara.n.01,cookable,0,1,FALSE,,,,,, +marinara.n.01,coldSource,1,0,FALSE,,,,,, +marinara.n.01,sliceable,0,0,FALSE,,,,,, +marinara.n.01,slicer,0,0,FALSE,,,,,, +marinara.n.01,soakable,0,0,FALSE,,,,,, +mashed_potato.n.01,liquid,0,0,FALSE,,,,,, +mashed_potato.n.01,heatSource,0,0,FALSE,,,,,, +mashed_potato.n.01,fireSource,1,0,FALSE,,,,,, +mashed_potato.n.01,cookable,0,1,FALSE,,,,,, +mashed_potato.n.01,coldSource,0,0,FALSE,,,,,, +mashed_potato.n.01,sliceable,0,0,FALSE,,,,,, +mashed_potato.n.01,slicer,0,0,FALSE,,,,,, +mashed_potato.n.01,soakable,0,0,FALSE,,,,,, +melon.n.01,liquid,0,0,FALSE,,,,,, +melon.n.01,heatSource,0,0,FALSE,,,,,, +melon.n.01,fireSource,0,0,FALSE,,,,,, +melon.n.01,cookable,0,1,FALSE,,,,,, +melon.n.01,coldSource,0,0,FALSE,,,,,, +melon.n.01,sliceable,0,1,FALSE,,,,,, +melon.n.01,slicer,0,0,FALSE,,,,,, +melon.n.01,soakable,0,0,FALSE,,,,,, +mozzarella.n.01,liquid,0,0,FALSE,,,,,, +mozzarella.n.01,heatSource,0,0,FALSE,,,,,, +mozzarella.n.01,fireSource,1,0,FALSE,,,,,, +mozzarella.n.01,cookable,0,1,FALSE,,,,,, +mozzarella.n.01,coldSource,0,0,FALSE,,,,,, +mozzarella.n.01,sliceable,0,1,FALSE,,,,,, +mozzarella.n.01,slicer,0,0,FALSE,,,,,, +mozzarella.n.01,soakable,1,0,FALSE,,,,,, +necktie.n.01,liquid,0,0,FALSE,,,,,, +necktie.n.01,heatSource,0,0,FALSE,,,,,, +necktie.n.01,fireSource,0,0,FALSE,,,,,, +necktie.n.01,cookable,0,0,FALSE,,,,,, +necktie.n.01,coldSource,0,0,FALSE,,,,,, +necktie.n.01,sliceable,0,0,FALSE,,,,,, +necktie.n.01,slicer,0,0,FALSE,,,,,, +necktie.n.01,soakable,1,1,FALSE,,,,,, +orange_juice.n.01,liquid,1,1,FALSE,,,,,, +orange_juice.n.01,heatSource,0,0,FALSE,,,,,, +orange_juice.n.01,fireSource,0,0,FALSE,,,,,, +orange_juice.n.01,cookable,0,1,FALSE,,,,,, +orange_juice.n.01,coldSource,1,0,FALSE,,,,,, +orange_juice.n.01,sliceable,0,0,FALSE,,,,,, +orange_juice.n.01,slicer,0,0,FALSE,,,,,, +orange_juice.n.01,soakable,0,0,FALSE,,,,,, +oyster.n.01,liquid,0,0,FALSE,,,,,, +oyster.n.01,heatSource,0,0,FALSE,,,,,, +oyster.n.01,fireSource,1,0,FALSE,,,,,, +oyster.n.01,cookable,0,1,FALSE,,,,,, +oyster.n.01,coldSource,0,0,FALSE,,,,,, +oyster.n.01,sliceable,0,1,FALSE,,,,,, +oyster.n.01,slicer,0,0,FALSE,,,,,, +oyster.n.01,soakable,0,0,FALSE,,,,,, +pajama.n.01,liquid,0,0,FALSE,,,,,, +pajama.n.01,heatSource,0,0,FALSE,,,,,, +pajama.n.01,fireSource,0,0,FALSE,,,,,, +pajama.n.01,cookable,0,0,FALSE,,,,,, +pajama.n.01,coldSource,0,0,FALSE,,,,,, +pajama.n.01,sliceable,0,0,FALSE,,,,,, +pajama.n.01,slicer,0,0,FALSE,,,,,, +pajama.n.01,soakable,1,1,FALSE,,,,,, +pollen.n.01,liquid,0,0,FALSE,,,,,, +pollen.n.01,heatSource,0,0,FALSE,,,,,, +pollen.n.01,fireSource,0,0,FALSE,,,,,, +pollen.n.01,cookable,0,0,FALSE,,,,,, +pollen.n.01,coldSource,0,0,FALSE,,,,,, +pollen.n.01,sliceable,0,0,FALSE,,,,,, +pollen.n.01,slicer,0,0,FALSE,,,,,, +pollen.n.01,soakable,0,0,FALSE,,,,,, +pruner.n.02,liquid,0,0,FALSE,,,,,, +pruner.n.02,heatSource,0,0,FALSE,,,,,, +pruner.n.02,fireSource,0,0,FALSE,,,,,, +pruner.n.02,cookable,0,0,FALSE,,,,,, +pruner.n.02,coldSource,0,0,FALSE,,,,,, +pruner.n.02,sliceable,0,0,FALSE,,,,,, +pruner.n.02,slicer,1,1,FALSE,,,,,, +pruner.n.02,soakable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,liquid,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,cookable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,slicer,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,soakable,0,0,FALSE,,,,,, +sesame_oil.n.01,liquid,1,1,FALSE,,,,,, +sesame_oil.n.01,heatSource,0,0,FALSE,,,,,, +sesame_oil.n.01,fireSource,1,0,FALSE,,,,,, +sesame_oil.n.01,cookable,0,1,FALSE,,,,,, +sesame_oil.n.01,coldSource,0,0,FALSE,,,,,, +sesame_oil.n.01,sliceable,0,0,FALSE,,,,,, +sesame_oil.n.01,slicer,0,0,FALSE,,,,,, +sesame_oil.n.01,soakable,0,0,FALSE,,,,,, +skewer.n.01,liquid,0,0,FALSE,,,,,, +skewer.n.01,heatSource,0,0,FALSE,,,,,, +skewer.n.01,fireSource,1,0,FALSE,,,,,, +skewer.n.01,cookable,0,0,FALSE,,,,,, +skewer.n.01,coldSource,0,0,FALSE,,,,,, +skewer.n.01,sliceable,0,0,FALSE,,,,,, +skewer.n.01,slicer,1,1,FALSE,,,,,, +skewer.n.01,soakable,0,0,FALSE,,,,,, +soupspoon.n.01,liquid,0,0,FALSE,,,,,, +soupspoon.n.01,heatSource,0,0,FALSE,,,,,, +soupspoon.n.01,fireSource,0,0,FALSE,,,,,, +soupspoon.n.01,cookable,0,0,FALSE,,,,,, +soupspoon.n.01,coldSource,1,0,FALSE,,,,,, +soupspoon.n.01,sliceable,0,0,FALSE,,,,,, +soupspoon.n.01,slicer,0,0,FALSE,,,,,, +soupspoon.n.01,soakable,0,0,FALSE,,,,,, +soda_water.n.01,liquid,0,1,FALSE,,,,,, +soda_water.n.01,heatSource,0,0,FALSE,,,,,, +soda_water.n.01,fireSource,0,0,FALSE,,,,,, +soda_water.n.01,cookable,0,0,FALSE,,,,,, +soda_water.n.01,coldSource,0,0,FALSE,,,,,, +soda_water.n.01,sliceable,0,0,FALSE,,,,,, +soda_water.n.01,slicer,1,0,FALSE,,,,,, +soda_water.n.01,soakable,0,0,FALSE,,,,,, +jimmies.n.01,liquid,0,0,FALSE,,,,,, +jimmies.n.01,heatSource,0,0,FALSE,,,,,, +jimmies.n.01,fireSource,0,0,FALSE,,,,,, +jimmies.n.01,cookable,0,1,FALSE,,,,,, +jimmies.n.01,coldSource,0,0,FALSE,,,,,, +jimmies.n.01,sliceable,0,0,FALSE,,,,,, +jimmies.n.01,slicer,0,0,FALSE,,,,,, +jimmies.n.01,soakable,0,0,FALSE,,,,,, +stud.n.02,liquid,0,0,FALSE,,,,,, +stud.n.02,heatSource,0,0,FALSE,,,,,, +stud.n.02,fireSource,0,0,FALSE,,,,,, +stud.n.02,cookable,0,0,FALSE,,,,,, +stud.n.02,coldSource,0,0,FALSE,,,,,, +stud.n.02,sliceable,0,0,FALSE,,,,,, +stud.n.02,slicer,0,0,FALSE,,,,,, +stud.n.02,soakable,0,0,FALSE,,,,,, +soapsuds.n.01,liquid,0,1,FALSE,,,,,, +soapsuds.n.01,heatSource,0,0,FALSE,,,,,, +soapsuds.n.01,fireSource,0,0,FALSE,,,,,, +soapsuds.n.01,cookable,0,0,FALSE,,,,,, +soapsuds.n.01,coldSource,0,0,FALSE,,,,,, +soapsuds.n.01,sliceable,0,0,FALSE,,,,,, +soapsuds.n.01,slicer,0,0,FALSE,,,,,, +soapsuds.n.01,soakable,0,0,FALSE,,,,,, +tennis_ball.n.01,liquid,0,0,FALSE,,,,,, +tennis_ball.n.01,heatSource,0,0,FALSE,,,,,, +tennis_ball.n.01,fireSource,0,0,FALSE,,,,,, +tennis_ball.n.01,cookable,0,0,FALSE,,,,,, +tennis_ball.n.01,coldSource,0,0,FALSE,,,,,, +tennis_ball.n.01,sliceable,0,0,FALSE,,,,,, +tennis_ball.n.01,slicer,0,0,FALSE,,,,,, +tennis_ball.n.01,soakable,0,0,FALSE,,,,,, +ticket.n.01,liquid,0,0,FALSE,,,,,, +ticket.n.01,heatSource,0,0,FALSE,,,,,, +ticket.n.01,fireSource,0,0,FALSE,,,,,, +ticket.n.01,cookable,0,0,FALSE,,,,,, +ticket.n.01,coldSource,0,0,FALSE,,,,,, +ticket.n.01,sliceable,0,0,FALSE,,,,,, +ticket.n.01,slicer,1,1,FALSE,,,,,, +ticket.n.01,soakable,0,0,FALSE,,,,,, +trailer.n.03,liquid,0,0,FALSE,,,,,, +trailer.n.03,heatSource,0,0,FALSE,,,,,, +trailer.n.03,fireSource,0,0,FALSE,,,,,, +trailer.n.03,cookable,0,0,FALSE,,,,,, +trailer.n.03,coldSource,0,0,FALSE,,,,,, +trailer.n.03,sliceable,0,0,FALSE,,,,,, +trailer.n.03,slicer,0,0,FALSE,,,,,, +trailer.n.03,soakable,0,0,FALSE,,,,,, +pincer.n.01,liquid,0,0,FALSE,,,,,, +pincer.n.01,heatSource,0,0,FALSE,,,,,, +pincer.n.01,fireSource,0,0,FALSE,,,,,, +pincer.n.01,cookable,0,0,FALSE,,,,,, +pincer.n.01,coldSource,0,0,FALSE,,,,,, +pincer.n.01,sliceable,0,0,FALSE,,,,,, +pincer.n.01,slicer,1,0,FALSE,,,,,, +pincer.n.01,soakable,1,0,FALSE,,,,,, +peeler.n.03,liquid,0,0,FALSE,,,,,, +peeler.n.03,heatSource,0,0,FALSE,,,,,, +peeler.n.03,fireSource,0,0,FALSE,,,,,, +peeler.n.03,cookable,0,0,FALSE,,,,,, +peeler.n.03,coldSource,0,0,FALSE,,,,,, +peeler.n.03,sliceable,0,0,FALSE,,,,,, +peeler.n.03,slicer,1,1,FALSE,,,,,, +peeler.n.03,soakable,0,0,FALSE,,,,,, +velvet.n.01,liquid,0,0,FALSE,,,,,, +velvet.n.01,heatSource,0,0,FALSE,,,,,, +velvet.n.01,fireSource,0,0,FALSE,,,,,, +velvet.n.01,cookable,0,0,FALSE,,,,,, +velvet.n.01,coldSource,0,0,FALSE,,,,,, +velvet.n.01,sliceable,0,0,FALSE,,,,,, +velvet.n.01,slicer,0,0,FALSE,,,,,, +velvet.n.01,soakable,1,1,FALSE,,,,,, +vessel.n.03,liquid,0,0,FALSE,,,,,, +vessel.n.03,heatSource,0,0,FALSE,,,,,, +vessel.n.03,fireSource,0,0,FALSE,,,,,, +vessel.n.03,cookable,0,0,FALSE,,,,,, +vessel.n.03,coldSource,1,0,FALSE,,,,,, +vessel.n.03,sliceable,0,0,FALSE,,,,,, +vessel.n.03,slicer,1,0,FALSE,,,,,, +vessel.n.03,soakable,0,0,FALSE,,,,,, +vine.n.01,liquid,0,0,FALSE,,,,,, +vine.n.01,heatSource,0,0,FALSE,,,,,, +vine.n.01,fireSource,0,0,FALSE,,,,,, +vine.n.01,cookable,0,0,FALSE,,,,,, +vine.n.01,coldSource,0,0,FALSE,,,,,, +vine.n.01,sliceable,0,1,FALSE,,,,,, +vine.n.01,slicer,0,0,FALSE,,,,,, +vine.n.01,soakable,0,0,FALSE,,,,,, +waffle.n.01,liquid,0,0,FALSE,,,,,, +waffle.n.01,heatSource,0,0,FALSE,,,,,, +waffle.n.01,fireSource,1,0,FALSE,,,,,, +waffle.n.01,cookable,0,1,FALSE,,,,,, +waffle.n.01,coldSource,0,0,FALSE,,,,,, +waffle.n.01,sliceable,0,1,FALSE,,,,,, +waffle.n.01,slicer,1,0,FALSE,,,,,, +waffle.n.01,soakable,0,0,FALSE,,,,,, +girdle.n.02,liquid,0,0,FALSE,,,,,, +girdle.n.02,heatSource,0,0,FALSE,,,,,, +girdle.n.02,fireSource,0,0,FALSE,,,,,, +girdle.n.02,cookable,0,0,FALSE,,,,,, +girdle.n.02,coldSource,0,0,FALSE,,,,,, +girdle.n.02,sliceable,0,0,FALSE,,,,,, +girdle.n.02,slicer,0,0,FALSE,,,,,, +girdle.n.02,soakable,0,0,FALSE,,,,,, +wallet.n.01,liquid,0,0,FALSE,,,,,, +wallet.n.01,heatSource,0,0,FALSE,,,,,, +wallet.n.01,fireSource,0,0,FALSE,,,,,, +wallet.n.01,cookable,0,0,FALSE,,,,,, +wallet.n.01,coldSource,0,0,FALSE,,,,,, +wallet.n.01,sliceable,0,0,FALSE,,,,,, +wallet.n.01,slicer,1,0,FALSE,,,,,, +wallet.n.01,soakable,1,0,FALSE,,,,,, +water_glass.n.02,liquid,1,0,FALSE,,,,,, +water_glass.n.02,heatSource,0,0,FALSE,,,,,, +water_glass.n.02,fireSource,0,0,FALSE,,,,,, +water_glass.n.02,cookable,0,0,FALSE,,,,,, +water_glass.n.02,coldSource,1,0,FALSE,,,,,, +water_glass.n.02,sliceable,0,0,FALSE,,,,,, +water_glass.n.02,slicer,0,0,FALSE,,,,,, +water_glass.n.02,soakable,0,0,FALSE,,,,,, +watering_can.n.01,liquid,1,0,FALSE,,,,,, +watering_can.n.01,heatSource,0,0,FALSE,,,,,, +watering_can.n.01,fireSource,0,0,FALSE,,,,,, +watering_can.n.01,cookable,0,0,FALSE,,,,,, +watering_can.n.01,coldSource,1,0,FALSE,,,,,, +watering_can.n.01,sliceable,0,0,FALSE,,,,,, +watering_can.n.01,slicer,0,0,FALSE,,,,,, +watering_can.n.01,soakable,0,0,FALSE,,,,,, +anchor.n.01,liquid,0,0,FALSE,,,,,, +anchor.n.01,heatSource,0,0,FALSE,,,,,, +anchor.n.01,fireSource,0,0,FALSE,,,,,, +anchor.n.01,cookable,0,0,FALSE,,,,,, +anchor.n.01,coldSource,0,0,FALSE,,,,,, +anchor.n.01,sliceable,0,0,FALSE,,,,,, +anchor.n.01,slicer,0,0,FALSE,,,,,, +anchor.n.01,soakable,0,0,FALSE,,,,,, +anchor.n.02,liquid,0,0,FALSE,,,,,, +anchor.n.02,heatSource,0,0,FALSE,,,,,, +anchor.n.02,fireSource,0,0,FALSE,,,,,, +anchor.n.02,cookable,0,0,FALSE,,,,,, +anchor.n.02,coldSource,0,0,FALSE,,,,,, +anchor.n.02,sliceable,0,0,FALSE,,,,,, +anchor.n.02,slicer,0,0,FALSE,,,,,, +anchor.n.02,soakable,0,0,FALSE,,,,,, +band.n.07,liquid,0,0,FALSE,,,,,, +band.n.07,heatSource,0,0,FALSE,,,,,, +band.n.07,fireSource,0,0,FALSE,,,,,, +band.n.07,cookable,0,0,FALSE,,,,,, +band.n.07,coldSource,0,0,FALSE,,,,,, +band.n.07,sliceable,0,0,FALSE,,,,,, +band.n.07,slicer,1,0,FALSE,,,,,, +band.n.07,soakable,1,0,FALSE,,,,,, +barbecue_sauce.n.01,liquid,0,1,FALSE,,,,,, +barbecue_sauce.n.01,heatSource,0,0,FALSE,,,,,, +barbecue_sauce.n.01,fireSource,1,0,FALSE,,,,,, +barbecue_sauce.n.01,cookable,0,1,FALSE,,,,,, +barbecue_sauce.n.01,coldSource,0,0,FALSE,,,,,, +barbecue_sauce.n.01,sliceable,0,0,FALSE,,,,,, +barbecue_sauce.n.01,slicer,0,0,FALSE,,,,,, +barbecue_sauce.n.01,soakable,0,0,FALSE,,,,,, +black_bean.n.01,liquid,0,0,FALSE,,,,,, +black_bean.n.01,heatSource,0,0,FALSE,,,,,, +black_bean.n.01,fireSource,1,0,FALSE,,,,,, +black_bean.n.01,cookable,0,1,FALSE,,,,,, +black_bean.n.01,coldSource,0,0,FALSE,,,,,, +black_bean.n.01,sliceable,0,0,FALSE,,,,,, +black_bean.n.01,slicer,0,0,FALSE,,,,,, +black_bean.n.01,soakable,0,0,FALSE,,,,,, +blouse.n.01,liquid,0,0,FALSE,,,,,, +blouse.n.01,heatSource,0,0,FALSE,,,,,, +blouse.n.01,fireSource,0,0,FALSE,,,,,, +blouse.n.01,cookable,0,0,FALSE,,,,,, +blouse.n.01,coldSource,0,0,FALSE,,,,,, +blouse.n.01,sliceable,0,0,FALSE,,,,,, +blouse.n.01,slicer,1,0,FALSE,,,,,, +blouse.n.01,soakable,1,1,FALSE,,,,,, +borax.n.01,liquid,0,0,FALSE,,,,,, +borax.n.01,heatSource,0,0,FALSE,,,,,, +borax.n.01,fireSource,0,0,FALSE,,,,,, +borax.n.01,cookable,0,0,FALSE,,,,,, +borax.n.01,coldSource,0,0,FALSE,,,,,, +borax.n.01,sliceable,0,0,FALSE,,,,,, +borax.n.01,slicer,0,0,FALSE,,,,,, +borax.n.01,soakable,0,0,FALSE,,,,,, +brake.n.01,liquid,0,0,FALSE,,,,,, +brake.n.01,heatSource,0,0,FALSE,,,,,, +brake.n.01,fireSource,0,0,FALSE,,,,,, +brake.n.01,cookable,0,0,FALSE,,,,,, +brake.n.01,coldSource,0,0,FALSE,,,,,, +brake.n.01,sliceable,0,0,FALSE,,,,,, +brake.n.01,slicer,1,0,FALSE,,,,,, +brake.n.01,soakable,0,0,FALSE,,,,,, +brake.n.05,liquid,0,0,FALSE,,,,,, +brake.n.05,heatSource,0,0,FALSE,,,,,, +brake.n.05,fireSource,0,0,FALSE,,,,,, +brake.n.05,cookable,0,0,FALSE,,,,,, +brake.n.05,coldSource,0,0,FALSE,,,,,, +brake.n.05,sliceable,0,0,FALSE,,,,,, +brake.n.05,slicer,1,0,FALSE,,,,,, +brake.n.05,soakable,1,0,FALSE,,,,,, +brandy.n.01,liquid,1,1,FALSE,,,,,, +brandy.n.01,heatSource,0,0,FALSE,,,,,, +brandy.n.01,fireSource,0,0,FALSE,,,,,, +brandy.n.01,cookable,0,0,FALSE,,,,,, +brandy.n.01,coldSource,0,0,FALSE,,,,,, +brandy.n.01,sliceable,0,0,FALSE,,,,,, +brandy.n.01,slicer,0,0,FALSE,,,,,, +brandy.n.01,soakable,0,0,FALSE,,,,,, +breakfast.n.01,liquid,0,0,FALSE,,,,,, +breakfast.n.01,heatSource,0,0,FALSE,,,,,, +breakfast.n.01,fireSource,1,0,FALSE,,,,,, +breakfast.n.01,cookable,0,1,FALSE,,,,,, +breakfast.n.01,coldSource,0,0,FALSE,,,,,, +breakfast.n.01,sliceable,0,1,FALSE,,,,,, +breakfast.n.01,slicer,0,0,FALSE,,,,,, +breakfast.n.01,soakable,0,0,FALSE,,,,,, +brown_rice.n.01,liquid,0,0,FALSE,,,,,, +brown_rice.n.01,heatSource,0,0,FALSE,,,,,, +brown_rice.n.01,fireSource,1,0,FALSE,,,,,, +brown_rice.n.01,cookable,0,1,FALSE,,,,,, +brown_rice.n.01,coldSource,0,0,FALSE,,,,,, +brown_rice.n.01,sliceable,0,0,FALSE,,,,,, +brown_rice.n.01,slicer,0,0,FALSE,,,,,, +brown_rice.n.01,soakable,0,0,FALSE,,,,,, +citrus.n.01,liquid,0,0,FALSE,,,,,, +citrus.n.01,heatSource,0,0,FALSE,,,,,, +citrus.n.01,fireSource,0,0,FALSE,,,,,, +citrus.n.01,cookable,0,1,FALSE,,,,,, +citrus.n.01,coldSource,1,0,FALSE,,,,,, +citrus.n.01,sliceable,0,1,FALSE,,,,,, +citrus.n.01,slicer,0,0,FALSE,,,,,, +citrus.n.01,soakable,0,0,FALSE,,,,,, +coffee_filter.n.01,liquid,0,0,FALSE,,,,,, +coffee_filter.n.01,heatSource,0,0,FALSE,,,,,, +coffee_filter.n.01,fireSource,0,0,FALSE,,,,,, +coffee_filter.n.01,cookable,0,0,FALSE,,,,,, +coffee_filter.n.01,coldSource,1,0,FALSE,,,,,, +coffee_filter.n.01,sliceable,0,0,FALSE,,,,,, +coffee_filter.n.01,slicer,0,0,FALSE,,,,,, +coffee_filter.n.01,soakable,0,0,FALSE,,,,,, +dutch_oven.n.01,liquid,0,0,FALSE,,,,,, +dutch_oven.n.01,heatSource,1,1,FALSE,,,,,, +dutch_oven.n.01,fireSource,1,0,FALSE,,,,,, +dutch_oven.n.01,cookable,0,0,FALSE,,,,,, +dutch_oven.n.01,coldSource,0,0,FALSE,,,,,, +dutch_oven.n.01,sliceable,0,0,FALSE,,,,,, +dutch_oven.n.01,slicer,0,0,FALSE,,,,,, +dutch_oven.n.01,soakable,0,0,FALSE,,,,,, +engine.n.0,liquid,0,0,FALSE,,,,,, +engine.n.0,heatSource,0,1,FALSE,,,,,, +engine.n.0,fireSource,0,0,FALSE,,,,,, +engine.n.0,cookable,0,0,FALSE,,,,,, +engine.n.0,coldSource,0,0,FALSE,,,,,, +engine.n.0,sliceable,0,0,FALSE,,,,,, +engine.n.0,slicer,1,0,FALSE,,,,,, +engine.n.0,soakable,0,0,FALSE,,,,,, +fennel.n.0,liquid,0,0,FALSE,,,,,, +fennel.n.0,heatSource,0,0,FALSE,,,,,, +fennel.n.0,fireSource,1,0,FALSE,,,,,, +fennel.n.0,cookable,0,0,FALSE,,,,,, +fennel.n.0,coldSource,0,0,FALSE,,,,,, +fennel.n.0,sliceable,0,0,FALSE,,,,,, +fennel.n.0,slicer,0,0,FALSE,,,,,, +fennel.n.0,soakable,0,0,FALSE,,,,,, +first-aid_kit.n.01,liquid,0,0,FALSE,,,,,, +first-aid_kit.n.01,heatSource,0,0,FALSE,,,,,, +first-aid_kit.n.01,fireSource,0,0,FALSE,,,,,, +first-aid_kit.n.01,cookable,0,0,FALSE,,,,,, +first-aid_kit.n.01,coldSource,1,0,FALSE,,,,,, +first-aid_kit.n.01,sliceable,0,0,FALSE,,,,,, +first-aid_kit.n.01,slicer,1,0,FALSE,,,,,, +first-aid_kit.n.01,soakable,1,0,FALSE,,,,,, +garland.v.01,liquid,0,0,FALSE,,,,,, +garland.v.01,heatSource,0,0,FALSE,,,,,, +garland.v.01,fireSource,0,0,FALSE,,,,,, +garland.v.01,cookable,0,0,FALSE,,,,,, +garland.v.01,coldSource,0,0,FALSE,,,,,, +garland.v.01,sliceable,0,0,FALSE,,,,,, +garland.v.01,slicer,0,0,FALSE,,,,,, +garland.v.01,soakable,0,1,FALSE,,,,,, +garnish.n.01,liquid,0,0,FALSE,,,,,, +garnish.n.01,heatSource,0,0,FALSE,,,,,, +garnish.n.01,fireSource,1,0,FALSE,,,,,, +garnish.n.01,cookable,0,0,FALSE,,,,,, +garnish.n.01,coldSource,0,0,FALSE,,,,,, +garnish.n.01,sliceable,0,0,FALSE,,,,,, +garnish.n.01,slicer,0,0,FALSE,,,,,, +garnish.n.01,soakable,0,0,FALSE,,,,,, +glassware.n.01,liquid,0,0,FALSE,,,,,, +glassware.n.01,heatSource,0,0,FALSE,,,,,, +glassware.n.01,fireSource,0,0,FALSE,,,,,, +glassware.n.01,cookable,0,0,FALSE,,,,,, +glassware.n.01,coldSource,1,0,FALSE,,,,,, +glassware.n.01,sliceable,0,0,FALSE,,,,,, +glassware.n.01,slicer,1,0,FALSE,,,,,, +glassware.n.01,soakable,0,0,FALSE,,,,,, +jelly.n.02,liquid,0,0,FALSE,,,,,, +jelly.n.02,heatSource,0,0,FALSE,,,,,, +jelly.n.02,fireSource,0,0,FALSE,,,,,, +jelly.n.02,cookable,0,1,FALSE,,,,,, +jelly.n.02,coldSource,0,0,FALSE,,,,,, +jelly.n.02,sliceable,0,1,FALSE,,,,,, +jelly.n.02,slicer,0,0,FALSE,,,,,, +jelly.n.02,soakable,0,0,FALSE,,,,,, +mallet.n.03,liquid,0,0,FALSE,,,,,, +mallet.n.03,heatSource,0,0,FALSE,,,,,, +mallet.n.03,fireSource,0,0,FALSE,,,,,, +mallet.n.03,cookable,0,0,FALSE,,,,,, +mallet.n.03,coldSource,0,0,FALSE,,,,,, +mallet.n.03,sliceable,0,0,FALSE,,,,,, +mallet.n.03,slicer,0,0,FALSE,,,,,, +mallet.n.03,soakable,0,0,FALSE,,,,,, +moss.n.01,liquid,0,0,FALSE,,,,,, +moss.n.01,heatSource,0,0,FALSE,,,,,, +moss.n.01,fireSource,0,0,FALSE,,,,,, +moss.n.01,cookable,0,0,FALSE,,,,,, +moss.n.01,coldSource,0,0,FALSE,,,,,, +moss.n.01,sliceable,0,0,FALSE,,,,,, +moss.n.01,slicer,0,0,FALSE,,,,,, +moss.n.01,soakable,0,0,FALSE,,,,,, +needle.n.03,liquid,0,0,FALSE,,,,,, +needle.n.03,heatSource,0,0,FALSE,,,,,, +needle.n.03,fireSource,0,0,FALSE,,,,,, +needle.n.03,cookable,0,0,FALSE,,,,,, +needle.n.03,coldSource,0,0,FALSE,,,,,, +needle.n.03,sliceable,0,0,FALSE,,,,,, +needle.n.03,slicer,1,0,FALSE,,,,,, +needle.n.03,soakable,0,0,FALSE,,,,,, +needle.n.02,liquid,0,0,FALSE,,,,,, +needle.n.02,heatSource,0,0,FALSE,,,,,, +needle.n.02,fireSource,0,0,FALSE,,,,,, +needle.n.02,cookable,0,0,FALSE,,,,,, +needle.n.02,coldSource,0,0,FALSE,,,,,, +needle.n.02,sliceable,0,0,FALSE,,,,,, +needle.n.02,slicer,1,0,FALSE,,,,,, +needle.n.02,soakable,0,0,FALSE,,,,,, +oat.n.01,liquid,0,0,FALSE,,,,,, +oat.n.01,heatSource,0,0,FALSE,,,,,, +oat.n.01,fireSource,1,0,FALSE,,,,,, +oat.n.01,cookable,0,1,FALSE,,,,,, +oat.n.01,coldSource,0,0,FALSE,,,,,, +oat.n.01,sliceable,0,0,FALSE,,,,,, +oat.n.01,slicer,0,0,FALSE,,,,,, +oat.n.01,soakable,0,0,FALSE,,,,,, +onion.n.01,liquid,0,0,FALSE,,,,,, +onion.n.01,heatSource,0,0,FALSE,,,,,, +onion.n.01,fireSource,1,0,FALSE,,,,,, +onion.n.01,cookable,0,1,FALSE,,,,,, +onion.n.01,coldSource,0,0,FALSE,,,,,, +onion.n.01,sliceable,0,1,FALSE,,,,,, +onion.n.01,slicer,0,0,FALSE,,,,,, +onion.n.01,soakable,0,0,FALSE,,,,,, +pallet.n.02,liquid,0,0,FALSE,,,,,, +pallet.n.02,heatSource,0,0,FALSE,,,,,, +pallet.n.02,fireSource,0,0,FALSE,,,,,, +pallet.n.02,cookable,0,0,FALSE,,,,,, +pallet.n.02,coldSource,0,0,FALSE,,,,,, +pallet.n.02,sliceable,0,0,FALSE,,,,,, +pallet.n.02,slicer,1,0,FALSE,,,,,, +pallet.n.02,soakable,0,1,FALSE,,,,,, +pencil_box.n.0,liquid,0,0,FALSE,,,,,, +pencil_box.n.0,heatSource,0,0,FALSE,,,,,, +pencil_box.n.0,fireSource,0,0,FALSE,,,,,, +pencil_box.n.0,cookable,0,0,FALSE,,,,,, +pencil_box.n.0,coldSource,0,0,FALSE,,,,,, +pencil_box.n.0,sliceable,0,0,FALSE,,,,,, +pencil_box.n.0,slicer,0,0,FALSE,,,,,, +pencil_box.n.0,soakable,0,0,FALSE,,,,,, +aroma.n.02,liquid,0,0,FALSE,,,,,, +aroma.n.02,heatSource,0,0,FALSE,,,,,, +aroma.n.02,fireSource,0,0,FALSE,,,,,, +aroma.n.02,cookable,0,0,FALSE,,,,,, +aroma.n.02,coldSource,0,0,FALSE,,,,,, +aroma.n.02,sliceable,0,0,FALSE,,,,,, +aroma.n.02,slicer,0,0,FALSE,,,,,, +aroma.n.02,soakable,0,0,FALSE,,,,,, +quilt.n.01,liquid,0,0,FALSE,,,,,, +quilt.n.01,heatSource,0,0,FALSE,,,,,, +quilt.n.01,fireSource,0,0,FALSE,,,,,, +quilt.n.01,cookable,0,0,FALSE,,,,,, +quilt.n.01,coldSource,0,0,FALSE,,,,,, +quilt.n.01,sliceable,0,0,FALSE,,,,,, +quilt.n.01,slicer,0,0,FALSE,,,,,, +quilt.n.01,soakable,1,1,FALSE,,,,,, +safety_glass.n.01,liquid,0,0,FALSE,,,,,, +safety_glass.n.01,heatSource,0,0,FALSE,,,,,, +safety_glass.n.01,fireSource,0,0,FALSE,,,,,, +safety_glass.n.01,cookable,0,0,FALSE,,,,,, +safety_glass.n.01,coldSource,1,0,FALSE,,,,,, +safety_glass.n.01,sliceable,0,0,FALSE,,,,,, +safety_glass.n.01,slicer,0,0,FALSE,,,,,, +safety_glass.n.01,soakable,0,0,FALSE,,,,,, +goggles.n.01,liquid,0,0,FALSE,,,,,, +goggles.n.01,heatSource,0,0,FALSE,,,,,, +goggles.n.01,fireSource,0,0,FALSE,,,,,, +goggles.n.01,cookable,0,0,FALSE,,,,,, +goggles.n.01,coldSource,0,0,FALSE,,,,,, +goggles.n.01,sliceable,0,0,FALSE,,,,,, +goggles.n.01,slicer,1,0,FALSE,,,,,, +goggles.n.01,soakable,0,0,FALSE,,,,,, +saltshaker.n.01,liquid,0,0,FALSE,,,,,, +saltshaker.n.01,heatSource,0,0,FALSE,,,,,, +saltshaker.n.01,fireSource,0,0,FALSE,,,,,, +saltshaker.n.01,cookable,0,0,FALSE,,,,,, +saltshaker.n.01,coldSource,0,0,FALSE,,,,,, +saltshaker.n.01,sliceable,0,0,FALSE,,,,,, +saltshaker.n.01,slicer,1,0,FALSE,,,,,, +saltshaker.n.01,soakable,0,0,FALSE,,,,,, +disk.n.01,liquid,0,0,FALSE,,,,,, +disk.n.01,heatSource,0,0,FALSE,,,,,, +disk.n.01,fireSource,0,0,FALSE,,,,,, +disk.n.01,cookable,0,0,FALSE,,,,,, +disk.n.01,coldSource,0,0,FALSE,,,,,, +disk.n.01,sliceable,0,0,FALSE,,,,,, +disk.n.01,slicer,1,0,FALSE,,,,,, +disk.n.01,soakable,0,0,FALSE,,,,,, +sawdust.n.01,liquid,0,0,FALSE,,,,,, +sawdust.n.01,heatSource,0,0,FALSE,,,,,, +sawdust.n.01,fireSource,0,1,FALSE,,,,,, +sawdust.n.01,cookable,0,0,FALSE,,,,,, +sawdust.n.01,coldSource,0,0,FALSE,,,,,, +sawdust.n.01,sliceable,0,0,FALSE,,,,,, +sawdust.n.01,slicer,1,0,FALSE,,,,,, +sawdust.n.01,soakable,0,0,FALSE,,,,,, +shallot.n.01,liquid,0,0,FALSE,,,,,, +shallot.n.01,heatSource,0,0,FALSE,,,,,, +shallot.n.01,fireSource,1,0,FALSE,,,,,, +shallot.n.01,cookable,0,1,FALSE,,,,,, +shallot.n.01,coldSource,0,0,FALSE,,,,,, +shallot.n.01,sliceable,0,1,FALSE,,,,,, +shallot.n.01,slicer,0,0,FALSE,,,,,, +shallot.n.01,soakable,0,0,FALSE,,,,,, +sign.n.02,liquid,0,0,FALSE,,,,,, +sign.n.02,heatSource,0,0,FALSE,,,,,, +sign.n.02,fireSource,0,0,FALSE,,,,,, +sign.n.02,cookable,0,0,FALSE,,,,,, +sign.n.02,coldSource,0,0,FALSE,,,,,, +sign.n.02,sliceable,0,0,FALSE,,,,,, +sign.n.02,slicer,1,0,FALSE,,,,,, +sign.n.02,soakable,0,0,FALSE,,,,,, +socket.n.01,liquid,0,0,FALSE,,,,,, +socket.n.01,heatSource,0,0,FALSE,,,,,, +socket.n.01,fireSource,0,0,FALSE,,,,,, +socket.n.01,cookable,0,0,FALSE,,,,,, +socket.n.01,coldSource,0,0,FALSE,,,,,, +socket.n.01,sliceable,0,0,FALSE,,,,,, +socket.n.01,slicer,1,0,FALSE,,,,,, +socket.n.01,soakable,0,0,FALSE,,,,,, +soya_milk.n.01,liquid,1,1,FALSE,,,,,, +soya_milk.n.01,heatSource,0,0,FALSE,,,,,, +soya_milk.n.01,fireSource,1,0,FALSE,,,,,, +soya_milk.n.01,cookable,0,1,FALSE,,,,,, +soya_milk.n.01,coldSource,1,0,FALSE,,,,,, +soya_milk.n.01,sliceable,0,0,FALSE,,,,,, +soya_milk.n.01,slicer,0,0,FALSE,,,,,, +soya_milk.n.01,soakable,0,0,FALSE,,,,,, +spaghetti.n.01,liquid,0,0,FALSE,,,,,, +spaghetti.n.01,heatSource,0,0,FALSE,,,,,, +spaghetti.n.01,fireSource,1,0,FALSE,,,,,, +spaghetti.n.01,cookable,0,1,FALSE,,,,,, +spaghetti.n.01,coldSource,0,0,FALSE,,,,,, +spaghetti.n.01,sliceable,0,1,FALSE,,,,,, +spaghetti.n.01,slicer,0,0,FALSE,,,,,, +spaghetti.n.01,soakable,0,1,FALSE,,,,,, +light.n.01,liquid,0,0,FALSE,,,,,, +light.n.01,heatSource,0,0,FALSE,,,,,, +light.n.01,fireSource,0,0,FALSE,,,,,, +light.n.01,cookable,0,0,FALSE,,,,,, +light.n.01,coldSource,0,0,FALSE,,,,,, +light.n.01,sliceable,0,0,FALSE,,,,,, +light.n.01,slicer,1,0,FALSE,,,,,, +light.n.01,soakable,0,0,FALSE,,,,,, +stuffing.n.01,liquid,0,0,FALSE,,,,,, +stuffing.n.01,heatSource,0,0,FALSE,,,,,, +stuffing.n.01,fireSource,1,0,FALSE,,,,,, +stuffing.n.01,cookable,0,1,FALSE,,,,,, +stuffing.n.01,coldSource,0,0,FALSE,,,,,, +stuffing.n.01,sliceable,0,0,FALSE,,,,,, +stuffing.n.01,slicer,0,0,FALSE,,,,,, +stuffing.n.01,soakable,1,1,FALSE,,,,,, +water_faucet.n.01,liquid,1,0,FALSE,,,,,, +water_faucet.n.01,heatSource,0,0,FALSE,,,,,, +water_faucet.n.01,fireSource,0,0,FALSE,,,,,, +water_faucet.n.01,cookable,0,0,FALSE,,,,,, +water_faucet.n.01,coldSource,1,0,FALSE,,,,,, +water_faucet.n.01,sliceable,0,0,FALSE,,,,,, +water_faucet.n.01,slicer,1,0,FALSE,,,,,, +water_faucet.n.01,soakable,0,0,FALSE,,,,,, +toiletry.n.01,liquid,0,0,FALSE,,,,,, +toiletry.n.01,heatSource,0,0,FALSE,,,,,, +toiletry.n.01,fireSource,0,0,FALSE,,,,,, +toiletry.n.01,cookable,0,0,FALSE,,,,,, +toiletry.n.01,coldSource,1,0,FALSE,,,,,, +toiletry.n.01,sliceable,0,0,FALSE,,,,,, +toiletry.n.01,slicer,1,0,FALSE,,,,,, +toiletry.n.01,soakable,1,0,FALSE,,,,,, +turnip.n.01,liquid,0,0,FALSE,,,,,, +turnip.n.01,heatSource,0,0,FALSE,,,,,, +turnip.n.01,fireSource,1,0,FALSE,,,,,, +turnip.n.01,cookable,0,1,FALSE,,,,,, +turnip.n.01,coldSource,0,0,FALSE,,,,,, +turnip.n.01,sliceable,0,1,FALSE,,,,,, +turnip.n.01,slicer,0,0,FALSE,,,,,, +turnip.n.01,soakable,0,0,FALSE,,,,,, +vinyl.n.02,liquid,0,0,FALSE,,,,,, +vinyl.n.02,heatSource,0,0,FALSE,,,,,, +vinyl.n.02,fireSource,0,0,FALSE,,,,,, +vinyl.n.02,cookable,0,0,FALSE,,,,,, +vinyl.n.02,coldSource,0,0,FALSE,,,,,, +vinyl.n.02,sliceable,0,0,FALSE,,,,,, +vinyl.n.02,slicer,0,0,FALSE,,,,,, +vinyl.n.02,soakable,0,0,FALSE,,,,,, +binder.n.01,liquid,0,0,FALSE,,,,,, +binder.n.01,heatSource,0,0,FALSE,,,,,, +binder.n.01,fireSource,0,0,FALSE,,,,,, +binder.n.01,cookable,0,0,FALSE,,,,,, +binder.n.01,coldSource,0,0,FALSE,,,,,, +binder.n.01,sliceable,0,0,FALSE,,,,,, +binder.n.01,slicer,1,0,FALSE,,,,,, +binder.n.01,soakable,0,0,FALSE,,,,,, +blackberry.n.01,liquid,0,0,FALSE,,,,,, +blackberry.n.01,heatSource,0,0,FALSE,,,,,, +blackberry.n.01,fireSource,1,0,FALSE,,,,,, +blackberry.n.01,cookable,0,1,FALSE,,,,,, +blackberry.n.01,coldSource,0,0,FALSE,,,,,, +blackberry.n.01,sliceable,0,1,FALSE,,,,,, +blackberry.n.01,slicer,1,0,FALSE,,,,,, +blackberry.n.01,soakable,0,0,FALSE,,,,,, +breadcrumb.n.01,liquid,0,0,FALSE,,,,,, +breadcrumb.n.01,heatSource,0,0,FALSE,,,,,, +breadcrumb.n.01,fireSource,1,0,FALSE,,,,,, +breadcrumb.n.01,cookable,0,1,FALSE,,,,,, +breadcrumb.n.01,coldSource,0,0,FALSE,,,,,, +breadcrumb.n.01,sliceable,0,1,FALSE,,,,,, +breadcrumb.n.01,slicer,1,0,FALSE,,,,,, +breadcrumb.n.01,soakable,0,1,FALSE,,,,,, +brick.n.01,liquid,0,0,FALSE,,,,,, +brick.n.01,heatSource,0,0,FALSE,,,,,, +brick.n.01,fireSource,1,0,FALSE,,,,,, +brick.n.01,cookable,0,0,FALSE,,,,,, +brick.n.01,coldSource,0,0,FALSE,,,,,, +brick.n.01,sliceable,0,0,FALSE,,,,,, +brick.n.01,slicer,0,0,FALSE,,,,,, +brick.n.01,soakable,0,0,FALSE,,,,,, +butter_knife.n.01,liquid,0,0,FALSE,,,,,, +butter_knife.n.01,heatSource,0,0,FALSE,,,,,, +butter_knife.n.01,fireSource,0,0,FALSE,,,,,, +butter_knife.n.01,cookable,0,0,FALSE,,,,,, +butter_knife.n.01,coldSource,0,0,FALSE,,,,,, +butter_knife.n.01,sliceable,0,0,FALSE,,,,,, +butter_knife.n.01,slicer,1,1,FALSE,,,,,, +butter_knife.n.01,soakable,0,0,FALSE,,,,,, +canola_oil.n.01,liquid,1,1,FALSE,,,,,, +canola_oil.n.01,heatSource,0,0,FALSE,,,,,, +canola_oil.n.01,fireSource,1,1,FALSE,,,,,, +canola_oil.n.01,cookable,0,1,FALSE,,,,,, +canola_oil.n.01,coldSource,1,0,FALSE,,,,,, +canola_oil.n.01,sliceable,0,0,FALSE,,,,,, +canola_oil.n.01,slicer,0,0,FALSE,,,,,, +canola_oil.n.01,soakable,0,0,FALSE,,,,,, +casserole.n.01,liquid,0,0,FALSE,,,,,, +casserole.n.01,heatSource,0,0,FALSE,,,,,, +casserole.n.01,fireSource,1,0,FALSE,,,,,, +casserole.n.01,cookable,0,1,FALSE,,,,,, +casserole.n.01,coldSource,0,0,FALSE,,,,,, +casserole.n.01,sliceable,0,1,FALSE,,,,,, +casserole.n.01,slicer,1,0,FALSE,,,,,, +casserole.n.01,soakable,0,0,FALSE,,,,,, +cement.n.01,liquid,0,0,FALSE,,,,,, +cement.n.01,heatSource,0,0,FALSE,,,,,, +cement.n.01,fireSource,0,0,FALSE,,,,,, +cement.n.01,cookable,0,0,FALSE,,,,,, +cement.n.01,coldSource,0,0,FALSE,,,,,, +cement.n.01,sliceable,0,0,FALSE,,,,,, +cement.n.01,slicer,0,0,FALSE,,,,,, +cement.n.01,soakable,0,0,FALSE,,,,,, +champagne.n.01,liquid,1,1,FALSE,,,,,, +champagne.n.01,heatSource,0,0,FALSE,,,,,, +champagne.n.01,fireSource,0,0,FALSE,,,,,, +champagne.n.01,cookable,0,0,FALSE,,,,,, +champagne.n.01,coldSource,1,0,FALSE,,,,,, +champagne.n.01,sliceable,0,0,FALSE,,,,,, +champagne.n.01,slicer,0,0,FALSE,,,,,, +champagne.n.01,soakable,0,0,FALSE,,,,,, +cheesecloth.n.01,liquid,0,0,FALSE,,,,,, +cheesecloth.n.01,heatSource,0,0,FALSE,,,,,, +cheesecloth.n.01,fireSource,0,0,FALSE,,,,,, +cheesecloth.n.01,cookable,0,0,FALSE,,,,,, +cheesecloth.n.01,coldSource,0,0,FALSE,,,,,, +cheesecloth.n.01,sliceable,0,0,FALSE,,,,,, +cheesecloth.n.01,slicer,1,0,FALSE,,,,,, +cheesecloth.n.01,soakable,1,1,FALSE,,,,,, +chicken_broth.n.01,liquid,1,1,FALSE,,,,,, +chicken_broth.n.01,heatSource,0,0,FALSE,,,,,, +chicken_broth.n.01,fireSource,1,0,FALSE,,,,,, +chicken_broth.n.01,cookable,0,1,FALSE,,,,,, +chicken_broth.n.01,coldSource,0,0,FALSE,,,,,, +chicken_broth.n.01,sliceable,0,0,FALSE,,,,,, +chicken_broth.n.01,slicer,0,0,FALSE,,,,,, +chicken_broth.n.01,soakable,0,0,FALSE,,,,,, +chocolate_sauce.n.01,liquid,0,1,FALSE,,,,,, +chocolate_sauce.n.01,heatSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,fireSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,cookable,0,1,FALSE,,,,,, +chocolate_sauce.n.01,coldSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,sliceable,0,0,FALSE,,,,,, +chocolate_sauce.n.01,slicer,0,0,FALSE,,,,,, +chocolate_sauce.n.01,soakable,0,0,FALSE,,,,,, +clam.n.01,liquid,0,0,FALSE,,,,,, +clam.n.01,heatSource,0,0,FALSE,,,,,, +clam.n.01,fireSource,1,0,FALSE,,,,,, +clam.n.01,cookable,0,1,FALSE,,,,,, +clam.n.01,coldSource,0,0,FALSE,,,,,, +clam.n.01,sliceable,0,1,FALSE,,,,,, +clam.n.01,slicer,1,0,FALSE,,,,,, +clam.n.01,soakable,0,0,FALSE,,,,,, +clothespin.n.01,liquid,0,0,FALSE,,,,,, +clothespin.n.01,heatSource,0,0,FALSE,,,,,, +clothespin.n.01,fireSource,0,0,FALSE,,,,,, +clothespin.n.01,cookable,0,0,FALSE,,,,,, +clothespin.n.01,coldSource,0,0,FALSE,,,,,, +clothespin.n.01,sliceable,0,0,FALSE,,,,,, +clothespin.n.01,slicer,1,0,FALSE,,,,,, +clothespin.n.01,soakable,1,0,FALSE,,,,,, +coconut.n.02,liquid,0,0,FALSE,,,,,, +coconut.n.02,heatSource,0,0,FALSE,,,,,, +coconut.n.02,fireSource,1,0,FALSE,,,,,, +coconut.n.02,cookable,0,1,FALSE,,,,,, +coconut.n.02,coldSource,0,0,FALSE,,,,,, +coconut.n.02,sliceable,0,1,FALSE,,,,,, +coconut.n.02,slicer,0,0,FALSE,,,,,, +coconut.n.02,soakable,0,0,FALSE,,,,,, +cornmeal.n.01,liquid,0,0,FALSE,,,,,, +cornmeal.n.01,heatSource,0,0,FALSE,,,,,, +cornmeal.n.01,fireSource,1,0,FALSE,,,,,, +cornmeal.n.01,cookable,0,1,FALSE,,,,,, +cornmeal.n.01,coldSource,0,0,FALSE,,,,,, +cornmeal.n.01,sliceable,0,1,FALSE,,,,,, +cornmeal.n.01,slicer,0,0,FALSE,,,,,, +cornmeal.n.01,soakable,0,0,FALSE,,,,,, +cosmetic.n.01,liquid,0,0,FALSE,,,,,, +cosmetic.n.01,heatSource,0,0,FALSE,,,,,, +cosmetic.n.01,fireSource,0,0,FALSE,,,,,, +cosmetic.n.01,cookable,0,0,FALSE,,,,,, +cosmetic.n.01,coldSource,1,0,FALSE,,,,,, +cosmetic.n.01,sliceable,0,0,FALSE,,,,,, +cosmetic.n.01,slicer,0,0,FALSE,,,,,, +cosmetic.n.01,soakable,0,0,FALSE,,,,,, +espresso.n.01,liquid,1,1,FALSE,,,,,, +espresso.n.01,heatSource,0,0,FALSE,,,,,, +espresso.n.01,fireSource,0,0,FALSE,,,,,, +espresso.n.01,cookable,0,1,FALSE,,,,,, +espresso.n.01,coldSource,0,0,FALSE,,,,,, +espresso.n.01,sliceable,0,0,FALSE,,,,,, +espresso.n.01,slicer,0,0,FALSE,,,,,, +espresso.n.01,soakable,0,0,FALSE,,,,,, +feather.n.01,liquid,0,0,FALSE,,,,,, +feather.n.01,heatSource,0,0,FALSE,,,,,, +feather.n.01,fireSource,0,0,FALSE,,,,,, +feather.n.01,cookable,0,0,FALSE,,,,,, +feather.n.01,coldSource,0,0,FALSE,,,,,, +feather.n.01,sliceable,0,0,FALSE,,,,,, +feather.n.01,slicer,0,0,FALSE,,,,,, +feather.n.01,soakable,0,0,FALSE,,,,,, +flashlight.n.01,liquid,0,0,FALSE,,,,,, +flashlight.n.01,heatSource,0,0,FALSE,,,,,, +flashlight.n.01,fireSource,0,0,FALSE,,,,,, +flashlight.n.01,cookable,0,0,FALSE,,,,,, +flashlight.n.01,coldSource,0,0,FALSE,,,,,, +flashlight.n.01,sliceable,0,0,FALSE,,,,,, +flashlight.n.01,slicer,1,0,FALSE,,,,,, +flashlight.n.01,soakable,1,0,FALSE,,,,,, +fuel.n.01,liquid,1,1,FALSE,,,,,, +fuel.n.01,heatSource,1,0,FALSE,,,,,, +fuel.n.01,fireSource,1,1,FALSE,,,,,, +fuel.n.01,cookable,0,0,FALSE,,,,,, +fuel.n.01,coldSource,0,0,FALSE,,,,,, +fuel.n.01,sliceable,0,0,FALSE,,,,,, +fuel.n.01,slicer,1,0,FALSE,,,,,, +fuel.n.01,soakable,0,0,FALSE,,,,,, +lamb.n.01,liquid,0,0,FALSE,,,,,, +lamb.n.01,heatSource,0,0,FALSE,,,,,, +lamb.n.01,fireSource,1,0,FALSE,,,,,, +lamb.n.01,cookable,0,1,FALSE,,,,,, +lamb.n.01,coldSource,0,0,FALSE,,,,,, +lamb.n.01,sliceable,0,1,FALSE,,,,,, +lamb.n.01,slicer,0,0,FALSE,,,,,, +lamb.n.01,soakable,0,0,FALSE,,,,,, +lubricant.n.01,liquid,1,1,FALSE,,,,,, +lubricant.n.01,heatSource,0,0,FALSE,,,,,, +lubricant.n.01,fireSource,0,0,FALSE,,,,,, +lubricant.n.01,cookable,0,0,FALSE,,,,,, +lubricant.n.01,coldSource,1,0,FALSE,,,,,, +lubricant.n.01,sliceable,0,0,FALSE,,,,,, +lubricant.n.01,slicer,0,0,FALSE,,,,,, +lubricant.n.01,soakable,0,0,FALSE,,,,,, +mango.n.01,liquid,0,0,FALSE,,,,,, +mango.n.01,heatSource,0,0,FALSE,,,,,, +mango.n.01,fireSource,0,0,FALSE,,,,,, +mango.n.01,cookable,0,1,FALSE,,,,,, +mango.n.01,coldSource,0,0,FALSE,,,,,, +mango.n.01,sliceable,0,1,FALSE,,,,,, +mango.n.01,slicer,0,0,FALSE,,,,,, +mango.n.01,soakable,0,0,FALSE,,,,,, +mussel.n.01,liquid,0,0,FALSE,,,,,, +mussel.n.01,heatSource,0,0,FALSE,,,,,, +mussel.n.01,fireSource,1,0,FALSE,,,,,, +mussel.n.01,cookable,0,1,FALSE,,,,,, +mussel.n.01,coldSource,0,0,FALSE,,,,,, +mussel.n.01,sliceable,0,1,FALSE,,,,,, +mussel.n.01,slicer,0,0,FALSE,,,,,, +mussel.n.01,soakable,0,0,FALSE,,,,,, +parmesan.n.01,liquid,0,0,FALSE,,,,,, +parmesan.n.01,heatSource,0,0,FALSE,,,,,, +parmesan.n.01,fireSource,0,0,FALSE,,,,,, +parmesan.n.01,cookable,0,1,FALSE,,,,,, +parmesan.n.01,coldSource,0,0,FALSE,,,,,, +parmesan.n.01,sliceable,0,1,FALSE,,,,,, +parmesan.n.01,slicer,1,0,FALSE,,,,,, +parmesan.n.01,soakable,0,0,FALSE,,,,,, +parsnip.n.01,liquid,0,0,FALSE,,,,,, +parsnip.n.01,heatSource,0,0,FALSE,,,,,, +parsnip.n.01,fireSource,1,0,FALSE,,,,,, +parsnip.n.01,cookable,0,1,FALSE,,,,,, +parsnip.n.01,coldSource,0,0,FALSE,,,,,, +parsnip.n.01,sliceable,0,1,FALSE,,,,,, +parsnip.n.01,slicer,1,0,FALSE,,,,,, +parsnip.n.01,soakable,0,0,FALSE,,,,,, +peanut.n.01,liquid,0,0,FALSE,,,,,, +peanut.n.01,heatSource,0,0,FALSE,,,,,, +peanut.n.01,fireSource,0,0,FALSE,,,,,, +peanut.n.01,cookable,0,1,FALSE,,,,,, +peanut.n.01,coldSource,0,0,FALSE,,,,,, +peanut.n.01,sliceable,0,0,FALSE,,,,,, +peanut.n.01,slicer,0,0,FALSE,,,,,, +peanut.n.01,soakable,0,0,FALSE,,,,,, +pepper.n.03,liquid,0,0,FALSE,,,,,, +pepper.n.03,heatSource,0,0,FALSE,,,,,, +pepper.n.03,fireSource,1,0,FALSE,,,,,, +pepper.n.03,cookable,0,1,FALSE,,,,,, +pepper.n.03,coldSource,0,0,FALSE,,,,,, +pepper.n.03,sliceable,0,1,FALSE,,,,,, +pepper.n.03,slicer,0,0,FALSE,,,,,, +pepper.n.03,soakable,0,0,FALSE,,,,,, +pineapple.n.01,liquid,0,0,FALSE,,,,,, +pineapple.n.01,heatSource,0,0,FALSE,,,,,, +pineapple.n.01,fireSource,0,0,FALSE,,,,,, +pineapple.n.01,cookable,0,1,FALSE,,,,,, +pineapple.n.01,coldSource,0,0,FALSE,,,,,, +pineapple.n.01,sliceable,0,1,FALSE,,,,,, +pineapple.n.01,slicer,0,0,FALSE,,,,,, +pineapple.n.01,soakable,0,0,FALSE,,,,,, +pot.n.04,liquid,0,0,FALSE,,,,,, +pot.n.04,heatSource,0,0,FALSE,,,,,, +pot.n.04,fireSource,0,0,FALSE,,,,,, +pot.n.04,cookable,0,0,FALSE,,,,,, +pot.n.04,coldSource,1,0,FALSE,,,,,, +pot.n.04,sliceable,0,0,FALSE,,,,,, +pot.n.04,slicer,1,0,FALSE,,,,,, +pot.n.04,soakable,0,0,FALSE,,,,,, +plum.n.01,liquid,0,0,FALSE,,,,,, +plum.n.01,heatSource,0,0,FALSE,,,,,, +plum.n.01,fireSource,1,0,FALSE,,,,,, +plum.n.01,cookable,0,1,FALSE,,,,,, +plum.n.01,coldSource,0,0,FALSE,,,,,, +plum.n.01,sliceable,0,1,FALSE,,,,,, +plum.n.01,slicer,1,0,FALSE,,,,,, +plum.n.01,soakable,0,0,FALSE,,,,,, +popcorn.n.01,liquid,0,0,FALSE,,,,,, +popcorn.n.01,heatSource,1,0,FALSE,,,,,, +popcorn.n.01,fireSource,1,0,FALSE,,,,,, +popcorn.n.01,cookable,0,1,FALSE,,,,,, +popcorn.n.01,coldSource,0,0,FALSE,,,,,, +popcorn.n.01,sliceable,0,0,FALSE,,,,,, +popcorn.n.01,slicer,1,0,FALSE,,,,,, +popcorn.n.01,soakable,0,1,FALSE,,,,,, +powdered_sugar.n.01,liquid,0,0,FALSE,,,,,, +powdered_sugar.n.01,heatSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,fireSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,cookable,0,1,FALSE,,,,,, +powdered_sugar.n.01,coldSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,sliceable,0,0,FALSE,,,,,, +powdered_sugar.n.01,slicer,0,0,FALSE,,,,,, +powdered_sugar.n.01,soakable,0,0,FALSE,,,,,, +pressure_cooker.n.01,liquid,0,0,FALSE,,,,,, +pressure_cooker.n.01,heatSource,1,1,FALSE,,,,,, +pressure_cooker.n.01,fireSource,1,0,FALSE,,,,,, +pressure_cooker.n.01,cookable,0,0,FALSE,,,,,, +pressure_cooker.n.01,coldSource,1,0,FALSE,,,,,, +pressure_cooker.n.01,sliceable,0,0,FALSE,,,,,, +pressure_cooker.n.01,slicer,1,0,FALSE,,,,,, +pressure_cooker.n.01,soakable,0,0,FALSE,,,,,, +beef_roast.n.01,liquid,0,0,FALSE,,,,,, +beef_roast.n.01,heatSource,0,0,FALSE,,,,,, +beef_roast.n.01,fireSource,1,0,FALSE,,,,,, +beef_roast.n.01,cookable,0,1,FALSE,,,,,, +beef_roast.n.01,coldSource,0,0,FALSE,,,,,, +beef_roast.n.01,sliceable,0,1,FALSE,,,,,, +beef_roast.n.01,slicer,0,0,FALSE,,,,,, +beef_roast.n.01,soakable,0,0,FALSE,,,,,, +rose.n.01,liquid,0,0,FALSE,,,,,, +rose.n.01,heatSource,0,0,FALSE,,,,,, +rose.n.01,fireSource,0,0,FALSE,,,,,, +rose.n.01,cookable,0,0,FALSE,,,,,, +rose.n.01,coldSource,0,0,FALSE,,,,,, +rose.n.01,sliceable,0,0,FALSE,,,,,, +rose.n.01,slicer,0,0,FALSE,,,,,, +rose.n.01,soakable,0,0,FALSE,,,,,, +rubber_band.n.01,liquid,0,0,FALSE,,,,,, +rubber_band.n.01,heatSource,0,0,FALSE,,,,,, +rubber_band.n.01,fireSource,0,0,FALSE,,,,,, +rubber_band.n.01,cookable,0,0,FALSE,,,,,, +rubber_band.n.01,coldSource,0,0,FALSE,,,,,, +rubber_band.n.01,sliceable,0,0,FALSE,,,,,, +rubber_band.n.01,slicer,1,0,FALSE,,,,,, +rubber_band.n.01,soakable,1,0,FALSE,,,,,, +stamp.n.03,liquid,0,0,FALSE,,,,,, +stamp.n.03,heatSource,0,0,FALSE,,,,,, +stamp.n.03,fireSource,0,0,FALSE,,,,,, +stamp.n.03,cookable,0,0,FALSE,,,,,, +stamp.n.03,coldSource,0,0,FALSE,,,,,, +stamp.n.03,sliceable,0,1,FALSE,,,,,, +stamp.n.03,slicer,1,0,FALSE,,,,,, +stamp.n.03,soakable,0,1,FALSE,,,,,, +suit.n.01,liquid,0,0,FALSE,,,,,, +suit.n.01,heatSource,0,0,FALSE,,,,,, +suit.n.01,fireSource,0,0,FALSE,,,,,, +suit.n.01,cookable,0,0,FALSE,,,,,, +suit.n.01,coldSource,0,0,FALSE,,,,,, +suit.n.01,sliceable,0,0,FALSE,,,,,, +suit.n.01,slicer,0,0,FALSE,,,,,, +suit.n.01,soakable,0,1,FALSE,,,,,, +tank_top.n.01,liquid,0,0,FALSE,,,,,, +tank_top.n.01,heatSource,0,0,FALSE,,,,,, +tank_top.n.01,fireSource,0,0,FALSE,,,,,, +tank_top.n.01,cookable,0,0,FALSE,,,,,, +tank_top.n.01,coldSource,0,0,FALSE,,,,,, +tank_top.n.01,sliceable,0,0,FALSE,,,,,, +tank_top.n.01,slicer,1,0,FALSE,,,,,, +tank_top.n.01,soakable,0,1,FALSE,,,,,, +tomato_paste.n.01,liquid,0,1,FALSE,,,,,, +tomato_paste.n.01,heatSource,0,0,FALSE,,,,,, +tomato_paste.n.01,fireSource,1,0,FALSE,,,,,, +tomato_paste.n.01,cookable,0,1,FALSE,,,,,, +tomato_paste.n.01,coldSource,0,0,FALSE,,,,,, +tomato_paste.n.01,sliceable,0,0,FALSE,,,,,, +tomato_paste.n.01,slicer,1,0,FALSE,,,,,, +tomato_paste.n.01,soakable,0,0,FALSE,,,,,, +carryall.n.01,liquid,0,0,FALSE,,,,,, +carryall.n.01,heatSource,0,0,FALSE,,,,,, +carryall.n.01,fireSource,0,0,FALSE,,,,,, +carryall.n.01,cookable,0,0,FALSE,,,,,, +carryall.n.01,coldSource,0,0,FALSE,,,,,, +carryall.n.01,sliceable,0,0,FALSE,,,,,, +carryall.n.01,slicer,0,0,FALSE,,,,,, +carryall.n.01,soakable,0,0,FALSE,,,,,, +valve.n.01,liquid,0,0,FALSE,,,,,, +valve.n.01,heatSource,0,0,FALSE,,,,,, +valve.n.01,fireSource,0,0,FALSE,,,,,, +valve.n.01,cookable,0,0,FALSE,,,,,, +valve.n.01,coldSource,0,0,FALSE,,,,,, +valve.n.01,sliceable,0,0,FALSE,,,,,, +valve.n.01,slicer,1,0,FALSE,,,,,, +valve.n.01,soakable,0,0,FALSE,,,,,, +whiskey.n.01,liquid,1,1,FALSE,,,,,, +whiskey.n.01,heatSource,0,0,FALSE,,,,,, +whiskey.n.01,fireSource,0,0,FALSE,,,,,, +whiskey.n.01,cookable,0,0,FALSE,,,,,, +whiskey.n.01,coldSource,1,0,FALSE,,,,,, +whiskey.n.01,sliceable,0,0,FALSE,,,,,, +whiskey.n.01,slicer,1,0,FALSE,,,,,, +whiskey.n.01,soakable,0,0,FALSE,,,,,, +wrinkle.n.01,liquid,0,0,FALSE,,,,,, +wrinkle.n.01,heatSource,0,0,FALSE,,,,,, +wrinkle.n.01,fireSource,0,0,FALSE,,,,,, +wrinkle.n.01,cookable,0,0,FALSE,,,,,, +wrinkle.n.01,coldSource,0,0,FALSE,,,,,, +wrinkle.n.01,sliceable,0,0,FALSE,,,,,, +wrinkle.n.01,slicer,0,0,FALSE,,,,,, +wrinkle.n.01,soakable,0,0,FALSE,,,,,, +block.n.01,liquid,0,0,FALSE,,,,,, +block.n.01,heatSource,0,0,FALSE,,,,,, +block.n.01,fireSource,0,0,FALSE,,,,,, +block.n.01,cookable,0,0,FALSE,,,,,, +block.n.01,coldSource,0,0,FALSE,,,,,, +block.n.01,sliceable,0,0,FALSE,,,,,, +block.n.01,slicer,0,0,FALSE,,,,,, +block.n.01,soakable,0,0,FALSE,,,,,, +brassiere.n.01,liquid,0,0,FALSE,,,,,, +brassiere.n.01,heatSource,0,0,FALSE,,,,,, +brassiere.n.01,fireSource,0,0,FALSE,,,,,, +brassiere.n.01,cookable,0,0,FALSE,,,,,, +brassiere.n.01,coldSource,0,0,FALSE,,,,,, +brassiere.n.01,sliceable,0,0,FALSE,,,,,, +brassiere.n.01,slicer,0,0,FALSE,,,,,, +brassiere.n.01,soakable,0,1,FALSE,,,,,, +brownie.n.03,liquid,0,0,FALSE,,,,,, +brownie.n.03,heatSource,0,0,FALSE,,,,,, +brownie.n.03,fireSource,0,0,FALSE,,,,,, +brownie.n.03,cookable,0,1,FALSE,,,,,, +brownie.n.03,coldSource,0,0,FALSE,,,,,, +brownie.n.03,sliceable,0,1,FALSE,,,,,, +brownie.n.03,slicer,1,0,FALSE,,,,,, +brownie.n.03,soakable,0,0,FALSE,,,,,, +camera.n.01,liquid,0,0,FALSE,,,,,, +camera.n.01,heatSource,0,0,FALSE,,,,,, +camera.n.01,fireSource,0,0,FALSE,,,,,, +camera.n.01,cookable,0,0,FALSE,,,,,, +camera.n.01,coldSource,0,0,FALSE,,,,,, +camera.n.01,sliceable,0,0,FALSE,,,,,, +camera.n.01,slicer,1,0,FALSE,,,,,, +camera.n.01,soakable,0,0,FALSE,,,,,, +cranberry.n.01,liquid,0,0,FALSE,,,,,, +cranberry.n.01,heatSource,0,0,FALSE,,,,,, +cranberry.n.01,fireSource,0,0,FALSE,,,,,, +cranberry.n.01,cookable,0,1,FALSE,,,,,, +cranberry.n.01,coldSource,0,0,FALSE,,,,,, +cranberry.n.01,sliceable,0,1,FALSE,,,,,, +cranberry.n.01,slicer,0,0,FALSE,,,,,, +cranberry.n.01,soakable,0,0,FALSE,,,,,, +crystal.n.01,liquid,0,0,FALSE,,,,,, +crystal.n.01,heatSource,0,0,FALSE,,,,,, +crystal.n.01,fireSource,0,0,FALSE,,,,,, +crystal.n.01,cookable,0,0,FALSE,,,,,, +crystal.n.01,coldSource,0,0,FALSE,,,,,, +crystal.n.01,sliceable,0,0,FALSE,,,,,, +crystal.n.01,slicer,0,0,FALSE,,,,,, +crystal.n.01,soakable,0,0,FALSE,,,,,, +fence.n.01,liquid,0,0,FALSE,,,,,, +fence.n.01,heatSource,0,0,FALSE,,,,,, +fence.n.01,fireSource,0,0,FALSE,,,,,, +fence.n.01,cookable,0,0,FALSE,,,,,, +fence.n.01,coldSource,0,0,FALSE,,,,,, +fence.n.01,sliceable,0,0,FALSE,,,,,, +fence.n.01,slicer,1,0,FALSE,,,,,, +fence.n.01,soakable,0,0,FALSE,,,,,, +funnel.n.01,liquid,1,0,FALSE,,,,,, +funnel.n.01,heatSource,0,0,FALSE,,,,,, +funnel.n.01,fireSource,0,0,FALSE,,,,,, +funnel.n.01,cookable,0,0,FALSE,,,,,, +funnel.n.01,coldSource,1,0,FALSE,,,,,, +funnel.n.01,sliceable,0,0,FALSE,,,,,, +funnel.n.01,slicer,1,0,FALSE,,,,,, +funnel.n.01,soakable,0,0,FALSE,,,,,, +grate.n.01,liquid,0,0,FALSE,,,,,, +grate.n.01,heatSource,1,0,FALSE,,,,,, +grate.n.01,fireSource,1,0,FALSE,,,,,, +grate.n.01,cookable,0,0,FALSE,,,,,, +grate.n.01,coldSource,0,0,FALSE,,,,,, +grate.n.01,sliceable,0,0,FALSE,,,,,, +grate.n.01,slicer,1,0,FALSE,,,,,, +grate.n.01,soakable,0,0,FALSE,,,,,, +ground_beef.n.01,liquid,0,0,FALSE,,,,,, +ground_beef.n.01,heatSource,0,0,FALSE,,,,,, +ground_beef.n.01,fireSource,1,0,FALSE,,,,,, +ground_beef.n.01,cookable,0,1,FALSE,,,,,, +ground_beef.n.01,coldSource,0,0,FALSE,,,,,, +ground_beef.n.01,sliceable,0,1,FALSE,,,,,, +ground_beef.n.01,slicer,1,0,FALSE,,,,,, +ground_beef.n.01,soakable,0,0,FALSE,,,,,, +lingerie.n.01,liquid,0,0,FALSE,,,,,, +lingerie.n.01,heatSource,0,0,FALSE,,,,,, +lingerie.n.01,fireSource,0,0,FALSE,,,,,, +lingerie.n.01,cookable,0,0,FALSE,,,,,, +lingerie.n.01,coldSource,1,0,FALSE,,,,,, +lingerie.n.01,sliceable,0,0,FALSE,,,,,, +lingerie.n.01,slicer,1,0,FALSE,,,,,, +lingerie.n.01,soakable,1,1,FALSE,,,,,, +lunch.n.01,liquid,0,0,FALSE,,,,,, +lunch.n.01,heatSource,0,0,FALSE,,,,,, +lunch.n.01,fireSource,1,0,FALSE,,,,,, +lunch.n.01,cookable,0,1,FALSE,,,,,, +lunch.n.01,coldSource,0,0,FALSE,,,,,, +lunch.n.01,sliceable,1,0,FALSE,,,,,, +lunch.n.01,slicer,1,0,FALSE,,,,,, +lunch.n.01,soakable,0,0,FALSE,,,,,, +measuring_cup.n.01,liquid,1,0,FALSE,,,,,, +measuring_cup.n.01,heatSource,0,0,FALSE,,,,,, +measuring_cup.n.01,fireSource,0,0,FALSE,,,,,, +measuring_cup.n.01,cookable,0,0,FALSE,,,,,, +measuring_cup.n.01,coldSource,1,0,FALSE,,,,,, +measuring_cup.n.01,sliceable,0,0,FALSE,,,,,, +measuring_cup.n.01,slicer,1,0,FALSE,,,,,, +measuring_cup.n.01,soakable,0,0,FALSE,,,,,, +place_mat.n.01,liquid,0,0,FALSE,,,,,, +place_mat.n.01,heatSource,0,0,FALSE,,,,,, +place_mat.n.01,fireSource,0,0,FALSE,,,,,, +place_mat.n.01,cookable,0,0,FALSE,,,,,, +place_mat.n.01,coldSource,0,0,FALSE,,,,,, +place_mat.n.01,sliceable,0,0,FALSE,,,,,, +place_mat.n.01,slicer,0,0,FALSE,,,,,, +place_mat.n.01,soakable,1,1,FALSE,,,,,, +printer.n.02,liquid,0,0,FALSE,,,,,, +printer.n.02,heatSource,0,0,FALSE,,,,,, +printer.n.02,fireSource,0,0,FALSE,,,,,, +printer.n.02,cookable,0,0,FALSE,,,,,, +printer.n.02,coldSource,0,0,FALSE,,,,,, +printer.n.02,sliceable,0,0,FALSE,,,,,, +printer.n.02,slicer,1,0,FALSE,,,,,, +printer.n.02,soakable,0,0,FALSE,,,,,, +putty_knife.n.01,liquid,0,0,FALSE,,,,,, +putty_knife.n.01,heatSource,0,0,FALSE,,,,,, +putty_knife.n.01,fireSource,0,0,FALSE,,,,,, +putty_knife.n.01,cookable,0,0,FALSE,,,,,, +putty_knife.n.01,coldSource,0,0,FALSE,,,,,, +putty_knife.n.01,sliceable,0,0,FALSE,,,,,, +putty_knife.n.01,slicer,0,1,FALSE,,,,,, +putty_knife.n.01,soakable,0,0,FALSE,,,,,, +reception.n.04,liquid,0,0,FALSE,,,,,, +reception.n.04,heatSource,0,0,FALSE,,,,,, +reception.n.04,fireSource,0,0,FALSE,,,,,, +reception.n.04,cookable,0,0,FALSE,,,,,, +reception.n.04,coldSource,0,0,FALSE,,,,,, +reception.n.04,sliceable,0,0,FALSE,,,,,, +reception.n.04,slicer,0,0,FALSE,,,,,, +reception.n.04,soakable,0,0,FALSE,,,,,, +rule.n.12,liquid,0,0,FALSE,,,,,, +rule.n.12,heatSource,0,0,FALSE,,,,,, +rule.n.12,fireSource,0,0,FALSE,,,,,, +rule.n.12,cookable,0,0,FALSE,,,,,, +rule.n.12,coldSource,0,0,FALSE,,,,,, +rule.n.12,sliceable,0,0,FALSE,,,,,, +rule.n.12,slicer,1,0,FALSE,,,,,, +rule.n.12,soakable,0,0,FALSE,,,,,, +rum.n.01,liquid,1,1,FALSE,,,,,, +rum.n.01,heatSource,0,0,FALSE,,,,,, +rum.n.01,fireSource,0,0,FALSE,,,,,, +rum.n.01,cookable,0,0,FALSE,,,,,, +rum.n.01,coldSource,0,0,FALSE,,,,,, +rum.n.01,sliceable,0,0,FALSE,,,,,, +rum.n.01,slicer,0,0,FALSE,,,,,, +rum.n.01,soakable,0,0,FALSE,,,,,, +salmon.n.01,liquid,0,0,FALSE,,,,,, +salmon.n.01,heatSource,0,0,FALSE,,,,,, +salmon.n.01,fireSource,1,0,FALSE,,,,,, +salmon.n.01,cookable,0,1,FALSE,,,,,, +salmon.n.01,coldSource,0,0,FALSE,,,,,, +salmon.n.01,sliceable,0,1,FALSE,,,,,, +salmon.n.01,slicer,0,0,FALSE,,,,,, +salmon.n.01,soakable,0,0,FALSE,,,,,, +scoop.n.02,liquid,0,0,FALSE,,,,,, +scoop.n.02,heatSource,0,0,FALSE,,,,,, +scoop.n.02,fireSource,0,0,FALSE,,,,,, +scoop.n.02,cookable,0,0,FALSE,,,,,, +scoop.n.02,coldSource,0,0,FALSE,,,,,, +scoop.n.02,sliceable,0,0,FALSE,,,,,, +scoop.n.02,slicer,1,0,FALSE,,,,,, +scoop.n.02,soakable,0,0,FALSE,,,,,, +skirt.n.01,liquid,0,0,FALSE,,,,,, +skirt.n.01,heatSource,0,0,FALSE,,,,,, +skirt.n.01,fireSource,0,0,FALSE,,,,,, +skirt.n.01,cookable,0,0,FALSE,,,,,, +skirt.n.01,coldSource,0,0,FALSE,,,,,, +skirt.n.01,sliceable,0,0,FALSE,,,,,, +skirt.n.01,slicer,0,0,FALSE,,,,,, +skirt.n.01,soakable,1,1,FALSE,,,,,, +smoothie.n.02,liquid,1,1,FALSE,,,,,, +smoothie.n.02,heatSource,0,0,FALSE,,,,,, +smoothie.n.02,fireSource,0,0,FALSE,,,,,, +smoothie.n.02,cookable,1,0,FALSE,,,,,, +smoothie.n.02,sliceable,0,0,FALSE,,,,,, +smoothie.n.02,slicer,0,0,FALSE,,,,,, +smoothie.n.02,soakable,0,0,FALSE,,,,,, +sprinkler.n.01,liquid,0,0,FALSE,,,,,, +sprinkler.n.01,heatSource,0,0,FALSE,,,,,, +sprinkler.n.01,fireSource,0,0,FALSE,,,,,, +sprinkler.n.01,cookable,0,0,FALSE,,,,,, +sprinkler.n.01,coldSource,0,0,FALSE,,,,,, +sprinkler.n.01,sliceable,0,0,FALSE,,,,,, +sprinkler.n.01,slicer,1,1,FALSE,,,,,, +sprinkler.n.01,soakable,0,0,FALSE,,,,,, +suede.n.01,liquid,0,0,FALSE,,,,,, +suede.n.01,heatSource,0,0,FALSE,,,,,, +suede.n.01,fireSource,0,0,FALSE,,,,,, +suede.n.01,cookable,0,0,FALSE,,,,,, +suede.n.01,coldSource,0,0,FALSE,,,,,, +suede.n.01,sliceable,0,0,FALSE,,,,,, +suede.n.01,slicer,0,0,FALSE,,,,,, +suede.n.01,soakable,0,1,FALSE,,,,,, +sunglasses.n.01,liquid,0,0,FALSE,,,,,, +sunglasses.n.01,heatSource,0,0,FALSE,,,,,, +sunglasses.n.01,fireSource,0,0,FALSE,,,,,, +sunglasses.n.01,cookable,0,0,FALSE,,,,,, +sunglasses.n.01,coldSource,0,0,FALSE,,,,,, +sunglasses.n.01,sliceable,0,0,FALSE,,,,,, +sunglasses.n.01,slicer,1,0,FALSE,,,,,, +sunglasses.n.01,soakable,1,0,FALSE,,,,,, +tights.n.01,liquid,0,0,FALSE,,,,,, +tights.n.01,heatSource,0,0,FALSE,,,,,, +tights.n.01,fireSource,0,0,FALSE,,,,,, +tights.n.01,cookable,0,0,FALSE,,,,,, +tights.n.01,coldSource,1,0,FALSE,,,,,, +tights.n.01,sliceable,0,0,FALSE,,,,,, +tights.n.01,slicer,0,0,FALSE,,,,,, +tights.n.01,soakable,1,1,FALSE,,,,,, +string.n.01,liquid,0,0,FALSE,,,,,, +string.n.01,heatSource,0,0,FALSE,,,,,, +string.n.01,fireSource,0,0,FALSE,,,,,, +string.n.01,cookable,0,0,FALSE,,,,,, +string.n.01,coldSource,0,0,FALSE,,,,,, +string.n.01,sliceable,0,1,FALSE,,,,,, +string.n.01,slicer,1,0,FALSE,,,,,, +string.n.01,soakable,0,0,FALSE,,,,,, +velcro.n.01,liquid,0,0,FALSE,,,,,, +velcro.n.01,heatSource,0,0,FALSE,,,,,, +velcro.n.01,fireSource,0,0,FALSE,,,,,, +velcro.n.01,cookable,0,0,FALSE,,,,,, +velcro.n.01,coldSource,0,0,FALSE,,,,,, +velcro.n.01,sliceable,0,0,FALSE,,,,,, +velcro.n.01,slicer,1,0,FALSE,,,,,, +velcro.n.01,soakable,0,0,FALSE,,,,,, +vitamin_pill.n.01,liquid,0,0,FALSE,,,,,, +vitamin_pill.n.01,heatSource,0,0,FALSE,,,,,, +vitamin_pill.n.01,fireSource,0,0,FALSE,,,,,, +vitamin_pill.n.01,cookable,0,0,FALSE,,,,,, +vitamin_pill.n.01,coldSource,1,0,FALSE,,,,,, +vitamin_pill.n.01,sliceable,0,0,FALSE,,,,,, +vitamin_pill.n.01,slicer,0,0,FALSE,,,,,, +vitamin_pill.n.01,soakable,0,0,FALSE,,,,,, +vodka.n.01,liquid,1,1,FALSE,,,,,, +vodka.n.01,heatSource,0,0,FALSE,,,,,, +vodka.n.01,fireSource,0,0,FALSE,,,,,, +vodka.n.01,cookable,0,0,FALSE,,,,,, +vodka.n.01,coldSource,0,0,FALSE,,,,,, +vodka.n.01,sliceable,0,0,FALSE,,,,,, +vodka.n.01,slicer,1,0,FALSE,,,,,, +vodka.n.01,soakable,0,0,FALSE,,,,,, +yeast.n.01,liquid,0,0,FALSE,,,,,, +yeast.n.01,heatSource,0,0,FALSE,,,,,, +yeast.n.01,fireSource,0,0,FALSE,,,,,, +yeast.n.01,cookable,0,0,FALSE,,,,,, +yeast.n.01,coldSource,0,0,FALSE,,,,,, +yeast.n.01,sliceable,0,0,FALSE,,,,,, +yeast.n.01,slicer,1,0,FALSE,,,,,, +yeast.n.01,soakable,0,0,FALSE,,,,,, +alga.n.01,liquid,0,0,FALSE,,,,,, +alga.n.01,heatSource,0,0,FALSE,,,,,, +alga.n.01,fireSource,0,0,FALSE,,,,,, +alga.n.01,cookable,0,0,FALSE,,,,,, +alga.n.01,coldSource,0,0,FALSE,,,,,, +alga.n.01,sliceable,0,0,FALSE,,,,,, +alga.n.01,slicer,0,0,FALSE,,,,,, +alga.n.01,soakable,0,0,FALSE,,,,,, +baking_powder.n.01,liquid,0,0,FALSE,,,,,, +baking_powder.n.01,heatSource,0,0,FALSE,,,,,, +baking_powder.n.01,fireSource,0,0,FALSE,,,,,, +baking_powder.n.01,cookable,0,0,FALSE,,,,,, +baking_powder.n.01,coldSource,0,0,FALSE,,,,,, +baking_powder.n.01,sliceable,0,0,FALSE,,,,,, +baking_powder.n.01,slicer,0,0,FALSE,,,,,, +baking_powder.n.01,soakable,0,0,FALSE,,,,,, +bay_leaf.n.01,liquid,0,0,FALSE,,,,,, +bay_leaf.n.01,heatSource,0,0,FALSE,,,,,, +bay_leaf.n.01,fireSource,1,0,FALSE,,,,,, +bay_leaf.n.01,cookable,0,1,FALSE,,,,,, +bay_leaf.n.01,coldSource,0,0,FALSE,,,,,, +bay_leaf.n.01,sliceable,0,1,FALSE,,,,,, +bay_leaf.n.01,slicer,0,0,FALSE,,,,,, +bay_leaf.n.01,soakable,0,0,FALSE,,,,,, +bicycle.n.01,liquid,0,0,FALSE,,,,,, +bicycle.n.01,heatSource,0,0,FALSE,,,,,, +bicycle.n.01,fireSource,0,0,FALSE,,,,,, +bicycle.n.01,cookable,0,0,FALSE,,,,,, +bicycle.n.01,coldSource,0,0,FALSE,,,,,, +bicycle.n.01,sliceable,0,0,FALSE,,,,,, +bicycle.n.01,slicer,0,0,FALSE,,,,,, +bicycle.n.01,soakable,1,0,FALSE,,,,,, +boat.n.01,liquid,0,0,FALSE,,,,,, +boat.n.01,heatSource,0,0,FALSE,,,,,, +boat.n.01,fireSource,0,0,FALSE,,,,,, +boat.n.01,cookable,0,0,FALSE,,,,,, +boat.n.01,coldSource,0,0,FALSE,,,,,, +boat.n.01,sliceable,0,0,FALSE,,,,,, +boat.n.01,slicer,1,0,FALSE,,,,,, +boat.n.01,soakable,0,0,FALSE,,,,,, +shell.n.08,liquid,0,0,FALSE,,,,,, +shell.n.08,heatSource,0,0,FALSE,,,,,, +shell.n.08,fireSource,0,0,FALSE,,,,,, +shell.n.08,cookable,0,0,FALSE,,,,,, +shell.n.08,coldSource,0,0,FALSE,,,,,, +shell.n.08,sliceable,0,0,FALSE,,,,,, +shell.n.08,slicer,1,0,FALSE,,,,,, +shell.n.08,soakable,0,0,FALSE,,,,,, +clay.n.01,liquid,0,0,FALSE,,,,,, +clay.n.01,heatSource,0,0,FALSE,,,,,, +clay.n.01,fireSource,0,0,FALSE,,,,,, +clay.n.01,cookable,0,0,FALSE,,,,,, +clay.n.01,coldSource,0,0,FALSE,,,,,, +clay.n.01,sliceable,0,0,FALSE,,,,,, +clay.n.01,slicer,0,0,FALSE,,,,,, +clay.n.01,soakable,0,1,FALSE,,,,,, +crust.n.02,liquid,0,0,FALSE,,,,,, +crust.n.02,heatSource,0,0,FALSE,,,,,, +crust.n.02,fireSource,1,0,FALSE,,,,,, +crust.n.02,cookable,0,1,FALSE,,,,,, +crust.n.02,coldSource,0,0,FALSE,,,,,, +crust.n.02,sliceable,0,1,FALSE,,,,,, +crust.n.02,slicer,1,0,FALSE,,,,,, +crust.n.02,soakable,0,1,FALSE,,,,,, +shock_absorber.n.01,liquid,0,0,FALSE,,,,,, +shock_absorber.n.01,heatSource,0,0,FALSE,,,,,, +shock_absorber.n.01,fireSource,0,0,FALSE,,,,,, +shock_absorber.n.01,cookable,0,0,FALSE,,,,,, +shock_absorber.n.01,coldSource,0,0,FALSE,,,,,, +shock_absorber.n.01,sliceable,0,0,FALSE,,,,,, +shock_absorber.n.01,slicer,0,0,FALSE,,,,,, +shock_absorber.n.01,soakable,0,0,FALSE,,,,,, +cushion.v.01,liquid,0,0,FALSE,,,,,, +cushion.v.01,heatSource,0,0,FALSE,,,,,, +cushion.v.01,fireSource,0,0,FALSE,,,,,, +cushion.v.01,cookable,0,0,FALSE,,,,,, +cushion.v.01,coldSource,0,0,FALSE,,,,,, +cushion.v.01,sliceable,0,0,FALSE,,,,,, +cushion.v.01,slicer,0,0,FALSE,,,,,, +cushion.v.01,soakable,0,1,FALSE,,,,,, +duct_tape.n.01,liquid,0,0,FALSE,,,,,, +duct_tape.n.01,heatSource,0,0,FALSE,,,,,, +duct_tape.n.01,fireSource,0,0,FALSE,,,,,, +duct_tape.n.01,cookable,0,0,FALSE,,,,,, +duct_tape.n.01,coldSource,0,0,FALSE,,,,,, +duct_tape.n.01,sliceable,0,1,FALSE,,,,,, +duct_tape.n.01,slicer,0,0,FALSE,,,,,, +duct_tape.n.01,soakable,1,0,FALSE,,,,,, +firewood.n.01,liquid,0,0,FALSE,,,,,, +firewood.n.01,heatSource,1,1,FALSE,,,,,, +firewood.n.01,fireSource,0,1,FALSE,,,,,, +firewood.n.01,cookable,0,0,FALSE,,,,,, +firewood.n.01,coldSource,0,0,FALSE,,,,,, +firewood.n.01,sliceable,0,0,FALSE,,,,,, +firewood.n.01,slicer,1,0,FALSE,,,,,, +firewood.n.01,soakable,0,1,FALSE,,,,,, +hotdog.n.02,liquid,0,0,FALSE,,,,,, +hotdog.n.02,heatSource,0,0,FALSE,,,,,, +hotdog.n.02,fireSource,1,0,FALSE,,,,,, +hotdog.n.02,cookable,0,1,FALSE,,,,,, +hotdog.n.02,coldSource,0,0,FALSE,,,,,, +hotdog.n.02,sliceable,0,1,FALSE,,,,,, +hotdog.n.02,slicer,0,0,FALSE,,,,,, +hotdog.n.02,soakable,0,0,FALSE,,,,,, +letter.n.01,liquid,0,0,FALSE,,,,,, +letter.n.01,heatSource,0,0,FALSE,,,,,, +letter.n.01,fireSource,0,0,FALSE,,,,,, +letter.n.01,cookable,0,0,FALSE,,,,,, +letter.n.01,coldSource,0,0,FALSE,,,,,, +letter.n.01,sliceable,0,0,FALSE,,,,,, +letter.n.01,slicer,0,0,FALSE,,,,,, +letter.n.01,soakable,1,1,FALSE,,,,,, +lime_juice.n.01,liquid,1,1,FALSE,,,,,, +lime_juice.n.01,heatSource,0,0,FALSE,,,,,, +lime_juice.n.01,fireSource,0,0,FALSE,,,,,, +lime_juice.n.01,cookable,0,1,FALSE,,,,,, +lime_juice.n.01,coldSource,1,0,FALSE,,,,,, +lime_juice.n.01,sliceable,0,0,FALSE,,,,,, +lime_juice.n.01,slicer,0,0,FALSE,,,,,, +lime_juice.n.01,soakable,0,0,FALSE,,,,,, +pecan.n.03,liquid,0,0,FALSE,,,,,, +pecan.n.03,heatSource,0,0,FALSE,,,,,, +pecan.n.03,fireSource,0,0,FALSE,,,,,, +pecan.n.03,cookable,0,1,FALSE,,,,,, +pecan.n.03,coldSource,0,0,FALSE,,,,,, +pecan.n.03,sliceable,0,1,FALSE,,,,,, +pecan.n.03,slicer,1,0,FALSE,,,,,, +pecan.n.03,soakable,0,0,FALSE,,,,,, +pickle.n.01,liquid,0,0,FALSE,,,,,, +pickle.n.01,heatSource,0,0,FALSE,,,,,, +pickle.n.01,fireSource,1,1,FALSE,,,,,, +pickle.n.01,cookable,0,0,FALSE,,,,,, +pickle.n.01,coldSource,0,0,FALSE,,,,,, +pickle.n.01,sliceable,0,1,FALSE,,,,,, +pickle.n.01,slicer,0,0,FALSE,,,,,, +pickle.n.01,soakable,0,0,FALSE,,,,,, +pump.n.01,liquid,0,0,FALSE,,,,,, +pump.n.01,heatSource,0,0,FALSE,,,,,, +pump.n.01,fireSource,0,0,FALSE,,,,,, +pump.n.01,cookable,0,0,FALSE,,,,,, +pump.n.01,coldSource,0,0,FALSE,,,,,, +pump.n.01,sliceable,0,0,FALSE,,,,,, +pump.n.01,slicer,1,0,FALSE,,,,,, +pump.n.01,soakable,0,0,FALSE,,,,,, +raisin.n.01,liquid,0,0,FALSE,,,,,, +raisin.n.01,heatSource,0,0,FALSE,,,,,, +raisin.n.01,fireSource,0,0,FALSE,,,,,, +raisin.n.01,cookable,0,1,FALSE,,,,,, +raisin.n.01,coldSource,0,0,FALSE,,,,,, +raisin.n.01,sliceable,0,1,FALSE,,,,,, +raisin.n.01,slicer,0,0,FALSE,,,,,, +raisin.n.01,soakable,0,0,FALSE,,,,,, +sealant.n.01,liquid,0,0,FALSE,,,,,, +sealant.n.01,heatSource,0,0,FALSE,,,,,, +sealant.n.01,fireSource,0,0,FALSE,,,,,, +sealant.n.01,cookable,0,0,FALSE,,,,,, +sealant.n.01,coldSource,0,0,FALSE,,,,,, +sealant.n.01,sliceable,0,0,FALSE,,,,,, +sealant.n.01,slicer,0,0,FALSE,,,,,, +sealant.n.01,soakable,0,0,FALSE,,,,,, +stockpot.n.01,liquid,0,0,FALSE,,,,,, +stockpot.n.01,heatSource,1,1,FALSE,,,,,, +stockpot.n.01,fireSource,1,0,FALSE,,,,,, +stockpot.n.01,cookable,0,0,FALSE,,,,,, +stockpot.n.01,coldSource,1,0,FALSE,,,,,, +stockpot.n.01,sliceable,0,0,FALSE,,,,,, +stockpot.n.01,slicer,1,0,FALSE,,,,,, +stockpot.n.01,soakable,0,0,FALSE,,,,,, +bean_curd.n.01,liquid,0,0,FALSE,,,,,, +bean_curd.n.01,heatSource,0,0,FALSE,,,,,, +bean_curd.n.01,fireSource,1,0,FALSE,,,,,, +bean_curd.n.01,cookable,0,1,FALSE,,,,,, +bean_curd.n.01,coldSource,0,0,FALSE,,,,,, +bean_curd.n.01,sliceable,0,1,FALSE,,,,,, +bean_curd.n.01,slicer,0,0,FALSE,,,,,, +bean_curd.n.01,soakable,0,0,FALSE,,,,,, +toilet_tissue.n.01,liquid,0,0,FALSE,,,,,, +toilet_tissue.n.01,heatSource,0,0,FALSE,,,,,, +toilet_tissue.n.01,fireSource,0,1,FALSE,,,,,, +toilet_tissue.n.01,cookable,0,0,FALSE,,,,,, +toilet_tissue.n.01,coldSource,0,0,FALSE,,,,,, +toilet_tissue.n.01,sliceable,0,1,FALSE,,,,,, +toilet_tissue.n.01,slicer,0,0,FALSE,,,,,, +toilet_tissue.n.01,soakable,1,1,FALSE,,,,,, +tuna.n.02,liquid,0,0,FALSE,,,,,, +tuna.n.02,heatSource,0,0,FALSE,,,,,, +tuna.n.02,fireSource,1,0,FALSE,,,,,, +tuna.n.02,cookable,0,1,FALSE,,,,,, +tuna.n.02,coldSource,0,0,FALSE,,,,,, +tuna.n.02,sliceable,0,1,FALSE,,,,,, +tuna.n.02,slicer,1,0,FALSE,,,,,, +tuna.n.02,soakable,0,0,FALSE,,,,,, +whisk.n.01,liquid,0,0,FALSE,,,,,, +whisk.n.01,heatSource,0,0,FALSE,,,,,, +whisk.n.01,fireSource,0,0,FALSE,,,,,, +whisk.n.01,cookable,0,0,FALSE,,,,,, +whisk.n.01,coldSource,1,0,FALSE,,,,,, +whisk.n.01,sliceable,0,0,FALSE,,,,,, +whisk.n.01,slicer,1,1,FALSE,,,,,, +whisk.n.01,soakable,0,0,FALSE,,,,,, +blind.n.03,liquid,0,0,FALSE,,,,,, +blind.n.03,heatSource,0,0,FALSE,,,,,, +blind.n.03,fireSource,0,0,FALSE,,,,,, +blind.n.03,cookable,0,0,FALSE,,,,,, +blind.n.03,coldSource,0,0,FALSE,,,,,, +blind.n.03,sliceable,0,0,FALSE,,,,,, +blind.n.03,slicer,0,0,FALSE,,,,,, +blind.n.03,soakable,0,1,FALSE,,,,,, +buttermilk.n.01,liquid,0,1,FALSE,,,,,, +dressing.n.01,liquid,0,1,FALSE,,,,,, +dressing.n.01,heatSource,0,0,FALSE,,,,,, +dressing.n.01,fireSource,0,0,FALSE,,,,,, +dressing.n.01,cookable,0,1,FALSE,,,,,, +dressing.n.01,coldSource,1,0,FALSE,,,,,, +dressing.n.01,sliceable,0,0,FALSE,,,,,, +dressing.n.01,slicer,0,0,FALSE,,,,,, +dressing.n.01,soakable,1,0,FALSE,,,,,, +gravel.n.01,liquid,0,0,FALSE,,,,,, +gravel.n.01,heatSource,0,0,FALSE,,,,,, +gravel.n.01,fireSource,0,0,FALSE,,,,,, +gravel.n.01,cookable,0,0,FALSE,,,,,, +gravel.n.01,coldSource,0,0,FALSE,,,,,, +gravel.n.01,sliceable,0,0,FALSE,,,,,, +gravel.n.01,slicer,0,0,FALSE,,,,,, +gravel.n.01,soakable,0,0,FALSE,,,,,, +mill.n.04,liquid,0,0,FALSE,,,,,, +mill.n.04,heatSource,0,0,FALSE,,,,,, +mill.n.04,fireSource,0,0,FALSE,,,,,, +mill.n.04,cookable,0,0,FALSE,,,,,, +mill.n.04,coldSource,0,0,FALSE,,,,,, +mill.n.04,sliceable,0,0,FALSE,,,,,, +mill.n.04,slicer,1,0,FALSE,,,,,, +mill.n.04,soakable,0,0,FALSE,,,,,, +hummus.n.01,liquid,0,0,FALSE,,,,,, +hummus.n.01,heatSource,0,0,FALSE,,,,,, +hummus.n.01,fireSource,1,0,FALSE,,,,,, +hummus.n.01,cookable,0,1,FALSE,,,,,, +hummus.n.01,coldSource,0,0,FALSE,,,,,, +hummus.n.01,sliceable,0,1,FALSE,,,,,, +hummus.n.01,slicer,1,0,FALSE,,,,,, +hummus.n.01,soakable,0,0,FALSE,,,,,, +lemonade.n.01,liquid,1,1,FALSE,,,,,, +lemonade.n.01,heatSource,0,0,FALSE,,,,,, +lemonade.n.01,fireSource,0,0,FALSE,,,,,, +lemonade.n.01,cookable,1,1,FALSE,,,,,, +lemonade.n.01,coldSource,1,0,FALSE,,,,,, +lemonade.n.01,sliceable,0,0,FALSE,,,,,, +lemonade.n.01,slicer,0,0,FALSE,,,,,, +lemonade.n.01,soakable,0,0,FALSE,,,,,, +mailbox.n.01,liquid,0,0,FALSE,,,,,, +mailbox.n.01,heatSource,0,0,FALSE,,,,,, +mailbox.n.01,fireSource,0,0,FALSE,,,,,, +mailbox.n.01,cookable,0,0,FALSE,,,,,, +mailbox.n.01,coldSource,0,0,FALSE,,,,,, +mailbox.n.01,sliceable,0,0,FALSE,,,,,, +mailbox.n.01,slicer,1,0,FALSE,,,,,, +mailbox.n.01,soakable,0,0,FALSE,,,,,, +tape_measure.n.01,liquid,0,0,FALSE,,,,,, +tape_measure.n.01,heatSource,0,0,FALSE,,,,,, +tape_measure.n.01,fireSource,0,0,FALSE,,,,,, +tape_measure.n.01,cookable,0,0,FALSE,,,,,, +tape_measure.n.01,coldSource,0,0,FALSE,,,,,, +tape_measure.n.01,sliceable,0,1,FALSE,,,,,, +tape_measure.n.01,slicer,1,0,FALSE,,,,,, +tape_measure.n.01,soakable,0,0,FALSE,,,,,, +pancake.n.01,liquid,0,0,FALSE,,,,,, +pancake.n.01,heatSource,0,0,FALSE,,,,,, +pancake.n.01,fireSource,1,0,FALSE,,,,,, +pancake.n.01,cookable,0,1,FALSE,,,,,, +pancake.n.01,coldSource,0,0,FALSE,,,,,, +pancake.n.01,sliceable,0,1,FALSE,,,,,, +pancake.n.01,slicer,1,0,FALSE,,,,,, +pancake.n.01,soakable,0,1,FALSE,,,,,, +pea_pod.n.01,liquid,0,0,FALSE,,,,,, +pea_pod.n.01,heatSource,0,0,FALSE,,,,,, +pea_pod.n.01,fireSource,0,0,FALSE,,,,,, +pea_pod.n.01,cookable,0,1,FALSE,,,,,, +pea_pod.n.01,coldSource,0,0,FALSE,,,,,, +pea_pod.n.01,sliceable,0,0,FALSE,,,,,, +pea_pod.n.01,slicer,0,0,FALSE,,,,,, +pea_pod.n.01,soakable,0,0,FALSE,,,,,, +shaker.n.03,liquid,0,0,FALSE,,,,,, +shaker.n.03,heatSource,0,0,FALSE,,,,,, +shaker.n.03,fireSource,0,0,FALSE,,,,,, +shaker.n.03,cookable,0,0,FALSE,,,,,, +shaker.n.03,coldSource,1,0,FALSE,,,,,, +shaker.n.03,sliceable,0,0,FALSE,,,,,, +shaker.n.03,slicer,1,0,FALSE,,,,,, +shaker.n.03,soakable,0,0,FALSE,,,,,, +shopping_cart.n.01,liquid,0,0,FALSE,,,,,, +shopping_cart.n.01,heatSource,0,0,FALSE,,,,,, +shopping_cart.n.01,fireSource,0,0,FALSE,,,,,, +shopping_cart.n.01,cookable,0,0,FALSE,,,,,, +shopping_cart.n.01,coldSource,0,0,FALSE,,,,,, +shopping_cart.n.01,sliceable,0,0,FALSE,,,,,, +shopping_cart.n.01,slicer,0,0,FALSE,,,,,, +shopping_cart.n.01,soakable,1,0,FALSE,,,,,, +stick.n.01,liquid,0,0,FALSE,,,,,, +stick.n.01,heatSource,0,0,FALSE,,,,,, +stick.n.01,fireSource,0,0,FALSE,,,,,, +stick.n.01,cookable,0,0,FALSE,,,,,, +stick.n.01,coldSource,0,0,FALSE,,,,,, +stick.n.01,sliceable,0,0,FALSE,,,,,, +stick.n.01,slicer,1,0,FALSE,,,,,, +stick.n.01,soakable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,liquid,0,0,FALSE,,,,,, +cream_of_tartar.n.01,heatSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,fireSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,cookable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,coldSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,sliceable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,slicer,0,0,FALSE,,,,,, +cream_of_tartar.n.01,soakable,0,0,FALSE,,,,,, +tartar.n.04,liquid,0,0,FALSE,,,,,, +tartar.n.04,heatSource,0,0,FALSE,,,,,, +tartar.n.04,fireSource,0,0,FALSE,,,,,, +tartar.n.04,cookable,0,0,FALSE,,,,,, +tartar.n.04,coldSource,0,0,FALSE,,,,,, +tartar.n.04,sliceable,0,0,FALSE,,,,,, +tartar.n.04,slicer,0,0,FALSE,,,,,, +tartar.n.04,soakable,0,0,FALSE,,,,,, +tent.n.01,liquid,0,0,FALSE,,,,,, +tent.n.01,heatSource,0,0,FALSE,,,,,, +tent.n.01,fireSource,0,0,FALSE,,,,,, +tent.n.01,cookable,0,0,FALSE,,,,,, +tent.n.01,coldSource,0,0,FALSE,,,,,, +tent.n.01,sliceable,0,0,FALSE,,,,,, +tent.n.01,slicer,1,0,FALSE,,,,,, +tent.n.01,soakable,1,1,FALSE,,,,,, +tortilla.n.01,liquid,0,0,FALSE,,,,,, +tortilla.n.01,heatSource,0,0,FALSE,,,,,, +tortilla.n.01,fireSource,1,9,FALSE,,,,,, +tortilla.n.01,cookable,0,1,FALSE,,,,,, +tortilla.n.01,coldSource,0,0,FALSE,,,,,, +tortilla.n.01,sliceable,0,1,FALSE,,,,,, +tortilla.n.01,slicer,1,0,FALSE,,,,,, +tortilla.n.01,soakable,1,1,FALSE,,,,,, +tube.n.01,liquid,0,0,FALSE,,,,,, +tube.n.01,heatSource,0,0,FALSE,,,,,, +tube.n.01,fireSource,0,0,FALSE,,,,,, +tube.n.01,cookable,0,0,FALSE,,,,,, +tube.n.01,coldSource,1,0,FALSE,,,,,, +tube.n.01,sliceable,0,0,FALSE,,,,,, +tube.n.01,slicer,1,0,FALSE,,,,,, +tube.n.01,soakable,0,0,FALSE,,,,,, +vase.n.01,liquid,0,0,FALSE,,,,,, +vase.n.01,heatSource,0,0,FALSE,,,,,, +vase.n.01,fireSource,0,0,FALSE,,,,,, +vase.n.01,cookable,0,0,FALSE,,,,,, +vase.n.01,coldSource,1,0,FALSE,,,,,, +vase.n.01,sliceable,0,0,FALSE,,,,,, +vase.n.01,slicer,1,0,FALSE,,,,,, +vase.n.01,soakable,0,0,FALSE,,,,,, +vent.n.01,liquid,0,0,FALSE,,,,,, +vent.n.01,heatSource,0,0,FALSE,,,,,, +vent.n.01,fireSource,0,0,FALSE,,,,,, +vent.n.01,cookable,0,0,FALSE,,,,,, +vent.n.01,coldSource,0,0,FALSE,,,,,, +vent.n.01,sliceable,0,0,FALSE,,,,,, +vent.n.01,slicer,1,0,FALSE,,,,,, +vent.n.01,soakable,0,0,FALSE,,,,,, +wrench.n.03,liquid,0,0,FALSE,,,,,, +wrench.n.03,heatSource,0,0,FALSE,,,,,, +wrench.n.03,fireSource,0,0,FALSE,,,,,, +wrench.n.03,cookable,0,0,FALSE,,,,,, +wrench.n.03,coldSource,0,0,FALSE,,,,,, +wrench.n.03,sliceable,0,0,FALSE,,,,,, +wrench.n.03,slicer,1,0,FALSE,,,,,, +wrench.n.03,soakable,0,0,FALSE,,,,,, +canvas.n.01,liquid,0,0,FALSE,,,,,, +canvas.n.01,heatSource,0,0,FALSE,,,,,, +canvas.n.01,fireSource,0,0,FALSE,,,,,, +canvas.n.01,cookable,0,0,FALSE,,,,,, +canvas.n.01,coldSource,0,0,FALSE,,,,,, +canvas.n.01,sliceable,0,0,FALSE,,,,,, +canvas.n.01,slicer,1,0,FALSE,,,,,, +canvas.n.01,soakable,1,1,FALSE,,,,,, +canvas.n.02,liquid,0,0,FALSE,,,,,, +canvas.n.02,heatSource,0,0,FALSE,,,,,, +canvas.n.02,fireSource,0,0,FALSE,,,,,, +canvas.n.02,cookable,0,0,FALSE,,,,,, +canvas.n.02,coldSource,0,0,FALSE,,,,,, +canvas.n.02,sliceable,0,0,FALSE,,,,,, +canvas.n.02,slicer,1,0,FALSE,,,,,, +canvas.n.02,soakable,0,1,FALSE,,,,,, +charger.n.02,liquid,0,0,FALSE,,,,,, +charger.n.02,heatSource,0,0,FALSE,,,,,, +charger.n.02,fireSource,0,0,FALSE,,,,,, +charger.n.02,cookable,0,0,FALSE,,,,,, +charger.n.02,coldSource,0,0,FALSE,,,,,, +charger.n.02,sliceable,0,0,FALSE,,,,,, +charger.n.02,slicer,1,0,FALSE,,,,,, +charger.n.02,soakable,0,0,FALSE,,,,,, +chicken_coop.n.01,liquid,0,0,FALSE,,,,,, +chicken_coop.n.01,heatSource,0,0,FALSE,,,,,, +chicken_coop.n.01,fireSource,0,0,FALSE,,,,,, +chicken_coop.n.01,cookable,0,0,FALSE,,,,,, +chicken_coop.n.01,coldSource,0,0,FALSE,,,,,, +chicken_coop.n.01,sliceable,0,0,FALSE,,,,,, +chicken_coop.n.01,slicer,0,0,FALSE,,,,,, +chicken_coop.n.01,soakable,0,0,FALSE,,,,,, +cork.n.01,liquid,0,0,FALSE,,,,,, +cork.n.01,heatSource,0,0,FALSE,,,,,, +cork.n.01,fireSource,0,0,FALSE,,,,,, +cork.n.01,cookable,0,0,FALSE,,,,,, +cork.n.01,coldSource,0,0,FALSE,,,,,, +cork.n.01,sliceable,0,0,FALSE,,,,,, +cork.n.01,slicer,0,0,FALSE,,,,,, +cork.n.01,soakable,0,1,FALSE,,,,,, +filling.n.03,liquid,0,0,FALSE,,,,,, +filling.n.03,heatSource,0,0,FALSE,,,,,, +filling.n.03,fireSource,1,0,FALSE,,,,,, +filling.n.03,cookable,0,1,FALSE,,,,,, +filling.n.03,coldSource,0,0,FALSE,,,,,, +filling.n.03,sliceable,0,0,FALSE,,,,,, +filling.n.03,slicer,0,0,FALSE,,,,,, +filling.n.03,soakable,1,0,FALSE,,,,,, +fruit_tree.n.01,liquid,0,0,FALSE,,,,,, +fruit_tree.n.01,heatSource,0,0,FALSE,,,,,, +fruit_tree.n.01,fireSource,0,0,FALSE,,,,,, +fruit_tree.n.01,cookable,0,0,FALSE,,,,,, +fruit_tree.n.01,coldSource,0,0,FALSE,,,,,, +fruit_tree.n.01,sliceable,0,0,FALSE,,,,,, +fruit_tree.n.01,slicer,0,0,FALSE,,,,,, +fruit_tree.n.01,soakable,0,0,FALSE,,,,,, +antifungal.n.01,liquid,0,0,FALSE,,,,,, +antifungal.n.01,heatSource,0,0,FALSE,,,,,, +antifungal.n.01,fireSource,0,0,FALSE,,,,,, +antifungal.n.01,cookable,0,0,FALSE,,,,,, +antifungal.n.01,coldSource,0,0,FALSE,,,,,, +antifungal.n.01,sliceable,0,0,FALSE,,,,,, +antifungal.n.01,slicer,0,0,FALSE,,,,,, +antifungal.n.01,soakable,0,0,FALSE,,,,,, +cushion.n.03,liquid,0,0,FALSE,,,,,, +cushion.n.03,heatSource,0,0,FALSE,,,,,, +cushion.n.03,fireSource,0,0,FALSE,,,,,, +cushion.n.03,cookable,0,0,FALSE,,,,,, +cushion.n.03,coldSource,0,0,FALSE,,,,,, +cushion.n.03,sliceable,0,0,FALSE,,,,,, +cushion.n.03,slicer,0,0,FALSE,,,,,, +cushion.n.03,soakable,1,0,FALSE,,,,,, +gazpacho.n.01,liquid,1,1,FALSE,,,,,, +gazpacho.n.01,heatSource,0,0,FALSE,,,,,, +gazpacho.n.01,fireSource,0,0,FALSE,,,,,, +gazpacho.n.01,cookable,1,1,FALSE,,,,,, +gazpacho.n.01,coldSource,1,0,FALSE,,,,,, +gazpacho.n.01,sliceable,0,0,FALSE,,,,,, +gazpacho.n.01,slicer,0,0,FALSE,,,,,, +gazpacho.n.01,soakable,0,0,FALSE,,,,,, +geode.n.01,liquid,0,0,FALSE,,,,,, +geode.n.01,heatSource,0,0,FALSE,,,,,, +geode.n.01,fireSource,0,0,FALSE,,,,,, +geode.n.01,cookable,0,0,FALSE,,,,,, +geode.n.01,coldSource,0,0,FALSE,,,,,, +geode.n.01,sliceable,0,0,FALSE,,,,,, +geode.n.01,slicer,0,0,FALSE,,,,,, +geode.n.01,soakable,0,0,FALSE,,,,,, +clove.n.04,liquid,0,0,FALSE,,,,,, +clove.n.04,heatSource,0,0,FALSE,,,,,, +clove.n.04,fireSource,1,0,FALSE,,,,,, +clove.n.04,cookable,0,1,FALSE,,,,,, +clove.n.04,coldSource,0,0,FALSE,,,,,, +clove.n.04,sliceable,0,0,FALSE,,,,,, +clove.n.04,slicer,0,0,FALSE,,,,,, +clove.n.04,soakable,0,0,FALSE,,,,,, +mace.n.03,liquid,0,0,FALSE,,,,,, +mace.n.03,heatSource,0,0,FALSE,,,,,, +mace.n.03,fireSource,1,0,FALSE,,,,,, +mace.n.03,cookable,0,1,FALSE,,,,,, +mace.n.03,coldSource,0,0,FALSE,,,,,, +mace.n.03,sliceable,0,0,FALSE,,,,,, +mace.n.03,slicer,1,0,FALSE,,,,,, +mace.n.03,soakable,0,0,FALSE,,,,,, +gunpowder.n.01,liquid,0,0,FALSE,,,,,, +gunpowder.n.01,heatSource,0,0,FALSE,,,,,, +gunpowder.n.01,fireSource,0,0,FALSE,,,,,, +gunpowder.n.01,cookable,0,0,FALSE,,,,,, +gunpowder.n.01,coldSource,0,0,FALSE,,,,,, +gunpowder.n.01,sliceable,0,0,FALSE,,,,,, +gunpowder.n.01,slicer,0,0,FALSE,,,,,, +gunpowder.n.01,soakable,0,0,FALSE,,,,,, +gravestone.n.01,liquid,0,0,FALSE,,,,,, +gravestone.n.01,heatSource,0,0,FALSE,,,,,, +gravestone.n.01,fireSource,0,0,FALSE,,,,,, +gravestone.n.01,cookable,0,0,FALSE,,,,,, +gravestone.n.01,coldSource,0,0,FALSE,,,,,, +gravestone.n.01,sliceable,0,0,FALSE,,,,,, +gravestone.n.01,slicer,0,0,FALSE,,,,,, +gravestone.n.01,soakable,0,0,FALSE,,,,,, +puck.n.02,liquid,0,0,FALSE,,,,,, +puck.n.02,heatSource,0,0,FALSE,,,,,, +puck.n.02,fireSource,0,0,FALSE,,,,,, +puck.n.02,cookable,0,0,FALSE,,,,,, +puck.n.02,coldSource,0,0,FALSE,,,,,, +puck.n.02,sliceable,0,0,FALSE,,,,,, +puck.n.02,slicer,0,0,FALSE,,,,,, +puck.n.02,soakable,0,0,FALSE,,,,,, +address.n.05,liquid,0,0,FALSE,,,,,, +address.n.05,heatSource,0,0,FALSE,,,,,, +address.n.05,fireSource,0,0,FALSE,,,,,, +address.n.05,cookable,0,0,FALSE,,,,,, +address.n.05,coldSource,0,0,FALSE,,,,,, +address.n.05,sliceable,0,0,FALSE,,,,,, +address.n.05,slicer,0,0,FALSE,,,,,, +address.n.05,soakable,0,0,FALSE,,,,,, +ice_skate.n.01,liquid,0,0,FALSE,,,,,, +ice_skate.n.01,heatSource,0,0,FALSE,,,,,, +ice_skate.n.01,fireSource,0,0,FALSE,,,,,, +ice_skate.n.01,cookable,0,0,FALSE,,,,,, +ice_skate.n.01,coldSource,0,0,FALSE,,,,,, +ice_skate.n.01,sliceable,0,0,FALSE,,,,,, +ice_skate.n.01,slicer,0,0,FALSE,,,,,, +ice_skate.n.01,soakable,0,0,FALSE,,,,,, +jade.n.01,liquid,0,0,FALSE,,,,,, +jade.n.01,heatSource,0,0,FALSE,,,,,, +jade.n.01,fireSource,0,0,FALSE,,,,,, +jade.n.01,cookable,0,0,FALSE,,,,,, +jade.n.01,coldSource,0,0,FALSE,,,,,, +jade.n.01,sliceable,0,0,FALSE,,,,,, +jade.n.01,slicer,1,0,FALSE,,,,,, +jade.n.01,soakable,0,0,FALSE,,,,,, +potato_pancake.n.01,liquid,0,0,FALSE,,,,,, +potato_pancake.n.01,heatSource,0,0,FALSE,,,,,, +potato_pancake.n.01,fireSource,1,0,FALSE,,,,,, +potato_pancake.n.01,cookable,0,1,FALSE,,,,,, +potato_pancake.n.01,coldSource,0,0,FALSE,,,,,, +potato_pancake.n.01,sliceable,0,1,FALSE,,,,,, +potato_pancake.n.01,slicer,0,0,FALSE,,,,,, +potato_pancake.n.01,soakable,0,0,FALSE,,,,,, +leotard.n.01,liquid,0,0,FALSE,,,,,, +leotard.n.01,heatSource,0,0,FALSE,,,,,, +leotard.n.01,fireSource,0,0,FALSE,,,,,, +leotard.n.01,cookable,0,0,FALSE,,,,,, +leotard.n.01,coldSource,0,0,FALSE,,,,,, +leotard.n.01,sliceable,0,0,FALSE,,,,,, +leotard.n.01,slicer,0,0,FALSE,,,,,, +leotard.n.01,soakable,0,1,FALSE,,,,,, +mousepad.n.01,liquid,0,0,FALSE,,,,,, +mousepad.n.01,heatSource,0,0,FALSE,,,,,, +mousepad.n.01,fireSource,0,0,FALSE,,,,,, +mousepad.n.01,cookable,0,0,FALSE,,,,,, +mousepad.n.01,coldSource,0,0,FALSE,,,,,, +mousepad.n.01,sliceable,0,0,FALSE,,,,,, +mousepad.n.01,slicer,1,0,FALSE,,,,,, +mousepad.n.01,soakable,1,0,FALSE,,,,,, +mustard.n.03,liquid,0,0,FALSE,,,,,, +mustard.n.03,heatSource,0,0,FALSE,,,,,, +mustard.n.03,fireSource,1,0,FALSE,,,,,, +mustard.n.03,cookable,0,1,FALSE,,,,,, +mustard.n.03,coldSource,0,0,FALSE,,,,,, +mustard.n.03,sliceable,0,1,FALSE,,,,,, +mustard.n.03,slicer,0,0,FALSE,,,,,, +mustard.n.03,soakable,0,0,FALSE,,,,,, +virgin_birth.n.02,liquid,0,0,FALSE,,,,,, +virgin_birth.n.02,heatSource,0,0,FALSE,,,,,, +virgin_birth.n.02,fireSource,0,0,FALSE,,,,,, +virgin_birth.n.02,cookable,0,0,FALSE,,,,,, +virgin_birth.n.02,coldSource,0,0,FALSE,,,,,, +virgin_birth.n.02,sliceable,0,0,FALSE,,,,,, +virgin_birth.n.02,slicer,0,0,FALSE,,,,,, +virgin_birth.n.02,soakable,0,0,FALSE,,,,,, +nickel.n.01,liquid,0,0,FALSE,,,,,, +nickel.n.01,heatSource,0,0,FALSE,,,,,, +nickel.n.01,fireSource,0,0,FALSE,,,,,, +nickel.n.01,cookable,0,0,FALSE,,,,,, +nickel.n.01,coldSource,0,0,FALSE,,,,,, +nickel.n.01,sliceable,0,0,FALSE,,,,,, +nickel.n.01,slicer,1,0,FALSE,,,,,, +nickel.n.01,soakable,0,0,FALSE,,,,,, +nickel.n.02,liquid,0,0,FALSE,,,,,, +nickel.n.02,heatSource,0,0,FALSE,,,,,, +nickel.n.02,fireSource,0,0,FALSE,,,,,, +nickel.n.02,cookable,0,0,FALSE,,,,,, +nickel.n.02,coldSource,0,0,FALSE,,,,,, +nickel.n.02,sliceable,0,0,FALSE,,,,,, +nickel.n.02,slicer,1,0,FALSE,,,,,, +nickel.n.02,soakable,0,0,FALSE,,,,,, +oxtail.n.01,liquid,0,0,FALSE,,,,,, +oxtail.n.01,heatSource,0,0,FALSE,,,,,, +oxtail.n.01,fireSource,1,0,FALSE,,,,,, +oxtail.n.01,cookable,0,1,FALSE,,,,,, +oxtail.n.01,coldSource,0,0,FALSE,,,,,, +oxtail.n.01,sliceable,0,1,FALSE,,,,,, +oxtail.n.01,slicer,0,0,FALSE,,,,,, +oxtail.n.01,soakable,0,0,FALSE,,,,,, +paella.n.01,liquid,0,0,FALSE,,,,,, +paella.n.01,heatSource,0,0,FALSE,,,,,, +paella.n.01,fireSource,1,0,FALSE,,,,,, +paella.n.01,cookable,0,1,FALSE,,,,,, +paella.n.01,coldSource,0,0,FALSE,,,,,, +paella.n.01,sliceable,0,0,FALSE,,,,,, +paella.n.01,slicer,0,0,FALSE,,,,,, +paella.n.01,soakable,0,0,FALSE,,,,,, +liner.n.02,liquid,0,0,FALSE,,,,,, +liner.n.02,heatSource,0,0,FALSE,,,,,, +liner.n.02,fireSource,0,0,FALSE,,,,,, +liner.n.02,cookable,0,0,FALSE,,,,,, +liner.n.02,coldSource,0,0,FALSE,,,,,, +liner.n.02,sliceable,0,0,FALSE,,,,,, +liner.n.02,slicer,0,0,FALSE,,,,,, +liner.n.02,soakable,0,1,FALSE,,,,,, +patina.n.01,liquid,0,0,FALSE,,,,,, +patina.n.01,heatSource,0,0,FALSE,,,,,, +patina.n.01,fireSource,0,0,FALSE,,,,,, +patina.n.01,cookable,0,0,FALSE,,,,,, +patina.n.01,coldSource,0,0,FALSE,,,,,, +patina.n.01,sliceable,0,0,FALSE,,,,,, +patina.n.01,slicer,0,0,FALSE,,,,,, +patina.n.01,soakable,0,0,FALSE,,,,,, +pennant.n.02,liquid,0,0,FALSE,,,,,, +pennant.n.02,heatSource,0,0,FALSE,,,,,, +pennant.n.02,fireSource,0,0,FALSE,,,,,, +pennant.n.02,cookable,0,0,FALSE,,,,,, +pennant.n.02,coldSource,0,0,FALSE,,,,,, +pennant.n.02,sliceable,0,0,FALSE,,,,,, +pennant.n.02,slicer,0,0,FALSE,,,,,, +pennant.n.02,soakable,0,1,FALSE,,,,,, +pepperoni.n.01,liquid,0,0,FALSE,,,,,, +pepperoni.n.01,heatSource,0,0,FALSE,,,,,, +pepperoni.n.01,fireSource,1,0,FALSE,,,,,, +pepperoni.n.01,cookable,0,1,FALSE,,,,,, +pepperoni.n.01,coldSource,0,0,FALSE,,,,,, +pepperoni.n.01,sliceable,0,1,FALSE,,,,,, +pepperoni.n.01,slicer,1,0,FALSE,,,,,, +pepperoni.n.01,soakable,0,0,FALSE,,,,,, +pewter.n.01,liquid,0,0,FALSE,,,,,, +pewter.n.01,heatSource,0,0,FALSE,,,,,, +pewter.n.01,fireSource,0,0,FALSE,,,,,, +pewter.n.01,cookable,0,0,FALSE,,,,,, +pewter.n.01,coldSource,0,0,FALSE,,,,,, +pewter.n.01,sliceable,0,0,FALSE,,,,,, +pewter.n.01,slicer,1,0,FALSE,,,,,, +pewter.n.01,soakable,0,0,FALSE,,,,,, +picket.n.05,liquid,0,0,FALSE,,,,,, +picket.n.05,heatSource,0,0,FALSE,,,,,, +picket.n.05,fireSource,0,0,FALSE,,,,,, +picket.n.05,cookable,0,0,FALSE,,,,,, +picket.n.05,coldSource,0,0,FALSE,,,,,, +picket.n.05,sliceable,0,0,FALSE,,,,,, +picket.n.05,slicer,1,0,FALSE,,,,,, +picket.n.05,soakable,0,0,FALSE,,,,,, +cardboard.n.01,liquid,0,0,FALSE,,,,,, +cardboard.n.01,heatSource,0,0,FALSE,,,,,, +cardboard.n.01,fireSource,0,1,FALSE,,,,,, +cardboard.n.01,cookable,0,0,FALSE,,,,,, +cardboard.n.01,coldSource,0,0,FALSE,,,,,, +cardboard.n.01,sliceable,0,0,FALSE,,,,,, +cardboard.n.01,slicer,1,0,FALSE,,,,,, +cardboard.n.01,soakable,1,1,FALSE,,,,,, +poinsettia.n.01,liquid,0,0,FALSE,,,,,, +poinsettia.n.01,heatSource,0,0,FALSE,,,,,, +poinsettia.n.01,fireSource,0,0,FALSE,,,,,, +poinsettia.n.01,cookable,0,0,FALSE,,,,,, +poinsettia.n.01,coldSource,0,0,FALSE,,,,,, +poinsettia.n.01,sliceable,0,0,FALSE,,,,,, +poinsettia.n.01,slicer,0,0,FALSE,,,,,, +poinsettia.n.01,soakable,0,0,FALSE,,,,,, +punching_bag.n.02,liquid,0,0,FALSE,,,,,, +punching_bag.n.02,heatSource,0,0,FALSE,,,,,, +punching_bag.n.02,fireSource,0,0,FALSE,,,,,, +punching_bag.n.02,cookable,0,0,FALSE,,,,,, +punching_bag.n.02,coldSource,0,0,FALSE,,,,,, +punching_bag.n.02,sliceable,0,0,FALSE,,,,,, +punching_bag.n.02,slicer,1,0,FALSE,,,,,, +punching_bag.n.02,soakable,0,1,FALSE,,,,,, +quail.n.01,liquid,0,0,FALSE,,,,,, +quail.n.01,heatSource,0,0,FALSE,,,,,, +quail.n.01,fireSource,1,0,FALSE,,,,,, +quail.n.01,cookable,0,1,FALSE,,,,,, +quail.n.01,coldSource,0,0,FALSE,,,,,, +quail.n.01,sliceable,0,1,FALSE,,,,,, +quail.n.01,slicer,0,0,FALSE,,,,,, +quail.n.01,soakable,0,0,FALSE,,,,,, +quarter.n.10,liquid,0,0,FALSE,,,,,, +quarter.n.10,heatSource,0,0,FALSE,,,,,, +quarter.n.10,fireSource,0,0,FALSE,,,,,, +quarter.n.10,cookable,0,0,FALSE,,,,,, +quarter.n.10,coldSource,0,0,FALSE,,,,,, +quarter.n.10,sliceable,0,0,FALSE,,,,,, +quarter.n.10,slicer,0,0,FALSE,,,,,, +quarter.n.10,soakable,0,0,FALSE,,,,,, +quartz.n.02,liquid,0,0,FALSE,,,,,, +quartz.n.02,heatSource,0,0,FALSE,,,,,, +quartz.n.02,fireSource,0,0,FALSE,,,,,, +quartz.n.02,cookable,0,0,FALSE,,,,,, +quartz.n.02,coldSource,0,0,FALSE,,,,,, +quartz.n.02,sliceable,0,0,FALSE,,,,,, +quartz.n.02,slicer,1,0,FALSE,,,,,, +quartz.n.02,soakable,0,0,FALSE,,,,,, +quiche.n.02,liquid,0,0,FALSE,,,,,, +quiche.n.02,heatSource,0,0,FALSE,,,,,, +quiche.n.02,fireSource,1,0,FALSE,,,,,, +quiche.n.02,cookable,0,1,FALSE,,,,,, +quiche.n.02,coldSource,0,0,FALSE,,,,,, +quiche.n.02,sliceable,0,1,FALSE,,,,,, +quiche.n.02,slicer,0,0,FALSE,,,,,, +quiche.n.02,soakable,0,0,FALSE,,,,,, +sweat_suit.n.01,liquid,0,0,FALSE,,,,,, +sweat_suit.n.01,heatSource,0,0,FALSE,,,,,, +sweat_suit.n.01,fireSource,0,0,FALSE,,,,,, +sweat_suit.n.01,cookable,0,0,FALSE,,,,,, +sweat_suit.n.01,coldSource,1,0,FALSE,,,,,, +sweat_suit.n.01,sliceable,0,0,FALSE,,,,,, +sweat_suit.n.01,slicer,0,0,FALSE,,,,,, +sweat_suit.n.01,soakable,0,1,FALSE,,,,,, +sax.n.02,liquid,0,0,FALSE,,,,,, +sax.n.02,heatSource,0,0,FALSE,,,,,, +sax.n.02,fireSource,0,0,FALSE,,,,,, +sax.n.02,cookable,0,0,FALSE,,,,,, +sax.n.02,coldSource,0,0,FALSE,,,,,, +sax.n.02,sliceable,0,0,FALSE,,,,,, +sax.n.02,slicer,1,0,FALSE,,,,,, +sax.n.02,soakable,0,0,FALSE,,,,,, +schnitzel.n.01,liquid,0,0,FALSE,,,,,, +schnitzel.n.01,heatSource,0,0,FALSE,,,,,, +schnitzel.n.01,fireSource,1,0,FALSE,,,,,, +schnitzel.n.01,cookable,0,1,FALSE,,,,,, +schnitzel.n.01,coldSource,0,0,FALSE,,,,,, +schnitzel.n.01,sliceable,0,0,FALSE,,,,,, +schnitzel.n.01,slicer,1,0,FALSE,,,,,, +schnitzel.n.01,soakable,0,1,FALSE,,,,,, +scorch.n.03,liquid,0,0,FALSE,,,,,, +scorch.n.03,heatSource,0,0,FALSE,,,,,, +scorch.n.03,fireSource,0,0,FALSE,,,,,, +scorch.n.03,cookable,0,0,FALSE,,,,,, +scorch.n.03,coldSource,0,0,FALSE,,,,,, +scorch.n.03,sliceable,0,0,FALSE,,,,,, +scorch.n.03,slicer,0,0,FALSE,,,,,, +scorch.n.03,soakable,0,0,FALSE,,,,,, +softball.n.01,liquid,0,0,FALSE,,,,,, +softball.n.01,heatSource,0,0,FALSE,,,,,, +softball.n.01,fireSource,0,0,FALSE,,,,,, +softball.n.01,cookable,0,0,FALSE,,,,,, +softball.n.01,coldSource,0,0,FALSE,,,,,, +softball.n.01,sliceable,0,0,FALSE,,,,,, +softball.n.01,slicer,0,0,FALSE,,,,,, +softball.n.01,soakable,0,0,FALSE,,,,,, +sparkler.n.02,liquid,0,0,FALSE,,,,,, +sparkler.n.02,heatSource,1,0,FALSE,,,,,, +sparkler.n.02,fireSource,0,1,FALSE,,,,,, +sparkler.n.02,cookable,0,0,FALSE,,,,,, +sparkler.n.02,coldSource,0,0,FALSE,,,,,, +sparkler.n.02,sliceable,0,0,FALSE,,,,,, +sparkler.n.02,slicer,0,0,FALSE,,,,,, +sparkler.n.02,soakable,0,0,FALSE,,,,,, +garbage.n.01,liquid,0,0,FALSE,,,,,, +garbage.n.01,heatSource,0,0,FALSE,,,,,, +garbage.n.01,fireSource,0,0,FALSE,,,,,, +garbage.n.01,cookable,0,0,FALSE,,,,,, +garbage.n.01,coldSource,0,0,FALSE,,,,,, +garbage.n.01,sliceable,0,0,FALSE,,,,,, +garbage.n.01,slicer,0,0,FALSE,,,,,, +garbage.n.01,soakable,0,1,FALSE,,,,,, +chinese_anise.n.02,liquid,0,0,FALSE,,,,,, +chinese_anise.n.02,heatSource,0,0,FALSE,,,,,, +chinese_anise.n.02,fireSource,1,0,FALSE,,,,,, +chinese_anise.n.02,cookable,0,1,FALSE,,,,,, +chinese_anise.n.02,coldSource,0,0,FALSE,,,,,, +chinese_anise.n.02,sliceable,0,0,FALSE,,,,,, +chinese_anise.n.02,slicer,0,0,FALSE,,,,,, +chinese_anise.n.02,soakable,0,0,FALSE,,,,,, +pill.n.02,liquid,0,0,FALSE,,,,,, +pill.n.02,heatSource,0,0,FALSE,,,,,, +pill.n.02,fireSource,0,0,FALSE,,,,,, +pill.n.02,cookable,0,0,FALSE,,,,,, +pill.n.02,coldSource,0,0,FALSE,,,,,, +pill.n.02,sliceable,0,0,FALSE,,,,,, +pill.n.02,slicer,1,1,FALSE,,,,,, +pill.n.02,soakable,0,0,FALSE,,,,,, +trombone.n.01,liquid,0,0,FALSE,,,,,, +trombone.n.01,heatSource,0,0,FALSE,,,,,, +trombone.n.01,fireSource,0,0,FALSE,,,,,, +trombone.n.01,cookable,0,0,FALSE,,,,,, +trombone.n.01,coldSource,0,0,FALSE,,,,,, +trombone.n.01,sliceable,0,0,FALSE,,,,,, +trombone.n.01,slicer,1,0,FALSE,,,,,, +trombone.n.01,soakable,0,0,FALSE,,,,,, +cornet.n.01,liquid,0,0,FALSE,,,,,, +cornet.n.01,heatSource,0,0,FALSE,,,,,, +cornet.n.01,fireSource,0,0,FALSE,,,,,, +cornet.n.01,cookable,0,0,FALSE,,,,,, +cornet.n.01,coldSource,0,0,FALSE,,,,,, +cornet.n.01,sliceable,0,0,FALSE,,,,,, +cornet.n.01,slicer,1,0,FALSE,,,,,, +cornet.n.01,soakable,0,0,FALSE,,,,,, +verdigris.n.02,liquid,0,0,FALSE,,,,,, +verdigris.n.02,heatSource,0,0,FALSE,,,,,, +verdigris.n.02,fireSource,0,0,FALSE,,,,,, +verdigris.n.02,cookable,0,0,FALSE,,,,,, +verdigris.n.02,coldSource,0,0,FALSE,,,,,, +verdigris.n.02,sliceable,0,0,FALSE,,,,,, +verdigris.n.02,slicer,0,0,FALSE,,,,,, +verdigris.n.02,soakable,0,0,FALSE,,,,,, +violin.n.01,liquid,0,0,FALSE,,,,,, +violin.n.01,heatSource,0,0,FALSE,,,,,, +violin.n.01,fireSource,0,0,FALSE,,,,,, +violin.n.01,cookable,0,0,FALSE,,,,,, +violin.n.01,coldSource,0,0,FALSE,,,,,, +violin.n.01,sliceable,0,0,FALSE,,,,,, +violin.n.01,slicer,1,0,FALSE,,,,,, +violin.n.01,soakable,0,0,FALSE,,,,,, +webcam.n.01,liquid,0,0,FALSE,,,,,, +webcam.n.01,heatSource,0,0,FALSE,,,,,, +webcam.n.01,fireSource,0,0,FALSE,,,,,, +webcam.n.01,cookable,0,0,FALSE,,,,,, +webcam.n.01,coldSource,0,0,FALSE,,,,,, +webcam.n.01,sliceable,0,0,FALSE,,,,,, +webcam.n.01,slicer,1,0,FALSE,,,,,, +webcam.n.01,soakable,0,0,FALSE,,,,,, +pebble.n.01,liquid,0,0,FALSE,,,,,, +pebble.n.01,heatSource,0,0,FALSE,,,,,, +pebble.n.01,fireSource,0,0,FALSE,,,,,, +pebble.n.01,cookable,0,0,FALSE,,,,,, +pebble.n.01,coldSource,0,0,FALSE,,,,,, +pebble.n.01,sliceable,0,0,FALSE,,,,,, +pebble.n.01,slicer,1,0,FALSE,,,,,, +pebble.n.01,soakable,0,0,FALSE,,,,,, +white_chocolate.n.01,liquid,0,0,FALSE,,,,,, +white_chocolate.n.01,heatSource,0,0,FALSE,,,,,, +white_chocolate.n.01,fireSource,0,0,FALSE,,,,,, +white_chocolate.n.01,cookable,0,1,FALSE,,,,,, +white_chocolate.n.01,coldSource,0,0,FALSE,,,,,, +white_chocolate.n.01,sliceable,0,0,FALSE,,,,,, +white_chocolate.n.01,slicer,0,0,FALSE,,,,,, +white_chocolate.n.01,soakable,0,1,FALSE,,,,,, +wine_sauce.n.01,liquid,0,1,FALSE,,,,,, +wine_sauce.n.01,heatSource,0,0,FALSE,,,,,, +wine_sauce.n.01,fireSource,1,0,FALSE,,,,,, +wine_sauce.n.01,cookable,0,1,FALSE,,,,,, +wine_sauce.n.01,coldSource,1,0,FALSE,,,,,, +wine_sauce.n.01,sliceable,0,0,FALSE,,,,,, +wine_sauce.n.01,slicer,0,0,FALSE,,,,,, +wine_sauce.n.01,soakable,0,0,FALSE,,,,,, +wind_chime.n.01,liquid,0,0,FALSE,,,,,, +wind_chime.n.01,heatSource,0,0,FALSE,,,,,, +wind_chime.n.01,fireSource,0,0,FALSE,,,,,, +wind_chime.n.01,cookable,0,0,FALSE,,,,,, +wind_chime.n.01,coldSource,0,0,FALSE,,,,,, +wind_chime.n.01,sliceable,0,0,FALSE,,,,,, +wind_chime.n.01,slicer,0,0,FALSE,,,,,, +wind_chime.n.01,soakable,0,0,FALSE,,,,,, +pipe.n.01,liquid,0,0,FALSE,,,,,, +pipe.n.01,heatSource,0,0,FALSE,,,,,, +pipe.n.01,fireSource,0,0,FALSE,,,,,, +pipe.n.01,cookable,0,0,FALSE,,,,,, +pipe.n.01,coldSource,0,0,FALSE,,,,,, +pipe.n.01,sliceable,0,0,FALSE,,,,,, +pipe.n.01,slicer,1,0,FALSE,,,,,, +pipe.n.01,soakable,0,0,FALSE,,,,,, +allspice.n.03,liquid,0,0,FALSE,,,,,, +allspice.n.03,heatSource,0,0,FALSE,,,,,, +allspice.n.03,fireSource,1,0,FALSE,,,,,, +allspice.n.03,cookable,0,1,FALSE,,,,,, +allspice.n.03,coldSource,0,0,FALSE,,,,,, +allspice.n.03,sliceable,0,0,FALSE,,,,,, +allspice.n.03,slicer,0,0,FALSE,,,,,, +allspice.n.03,soakable,0,0,FALSE,,,,,, +antihistamine.n.01,liquid,0,0,FALSE,,,,,, +antihistamine.n.01,heatSource,0,0,FALSE,,,,,, +antihistamine.n.01,fireSource,0,0,FALSE,,,,,, +antihistamine.n.01,cookable,0,0,FALSE,,,,,, +antihistamine.n.01,coldSource,0,0,FALSE,,,,,, +antihistamine.n.01,sliceable,0,0,FALSE,,,,,, +antihistamine.n.01,slicer,0,0,FALSE,,,,,, +antihistamine.n.01,soakable,0,0,FALSE,,,,,, +antipasto.n.01,liquid,0,0,FALSE,,,,,, +antipasto.n.01,heatSource,0,0,FALSE,,,,,, +antipasto.n.01,fireSource,1,0,FALSE,,,,,, +antipasto.n.01,cookable,0,1,FALSE,,,,,, +antipasto.n.01,coldSource,0,0,FALSE,,,,,, +antipasto.n.01,sliceable,0,1,FALSE,,,,,, +antipasto.n.01,slicer,0,0,FALSE,,,,,, +antipasto.n.01,soakable,0,0,FALSE,,,,,, +antler.n.01,liquid,0,0,FALSE,,,,,, +antler.n.01,heatSource,0,0,FALSE,,,,,, +antler.n.01,fireSource,0,0,FALSE,,,,,, +antler.n.01,cookable,0,0,FALSE,,,,,, +antler.n.01,coldSource,0,0,FALSE,,,,,, +antler.n.01,sliceable,0,0,FALSE,,,,,, +antler.n.01,slicer,0,0,FALSE,,,,,, +antler.n.01,soakable,0,1,FALSE,,,,,, +chickpea.n.01,liquid,0,0,FALSE,,,,,, +chickpea.n.01,heatSource,0,0,FALSE,,,,,, +chickpea.n.01,fireSource,1,0,FALSE,,,,,, +chickpea.n.01,cookable,0,1,FALSE,,,,,, +chickpea.n.01,coldSource,0,0,FALSE,,,,,, +chickpea.n.01,sliceable,0,1,FALSE,,,,,, +chickpea.n.01,slicer,1,0,FALSE,,,,,, +chickpea.n.01,soakable,0,0,FALSE,,,,,, +art.n.01,liquid,0,0,FALSE,,,,,, +art.n.01,heatSource,0,0,FALSE,,,,,, +art.n.01,fireSource,1,0,FALSE,,,,,, +art.n.01,cookable,0,0,FALSE,,,,,, +art.n.01,coldSource,0,0,FALSE,,,,,, +art.n.01,sliceable,0,0,FALSE,,,,,, +art.n.01,slicer,0,0,FALSE,,,,,, +art.n.01,soakable,1,0,FALSE,,,,,, +ax.n.01,liquid,0,0,FALSE,,,,,, +ax.n.01,heatSource,0,0,FALSE,,,,,, +ax.n.01,fireSource,0,0,FALSE,,,,,, +ax.n.01,cookable,0,0,FALSE,,,,,, +ax.n.01,coldSource,0,0,FALSE,,,,,, +ax.n.01,sliceable,0,0,FALSE,,,,,, +ax.n.01,slicer,1,1,FALSE,,,,,, +ax.n.01,soakable,0,0,FALSE,,,,,, +detector.n.01,liquid,0,0,FALSE,,,,,, +detector.n.01,heatSource,0,0,FALSE,,,,,, +detector.n.01,fireSource,0,0,FALSE,,,,,, +detector.n.01,cookable,0,0,FALSE,,,,,, +detector.n.01,coldSource,0,0,FALSE,,,,,, +detector.n.01,sliceable,0,0,FALSE,,,,,, +detector.n.01,slicer,1,0,FALSE,,,,,, +detector.n.01,soakable,0,0,FALSE,,,,,, +bat.n.05,liquid,0,0,FALSE,,,,,, +bat.n.05,heatSource,0,0,FALSE,,,,,, +bat.n.05,fireSource,0,0,FALSE,,,,,, +bat.n.05,cookable,0,0,FALSE,,,,,, +bat.n.05,coldSource,0,0,FALSE,,,,,, +bat.n.05,sliceable,0,0,FALSE,,,,,, +bat.n.05,slicer,1,0,FALSE,,,,,, +bat.n.05,soakable,0,0,FALSE,,,,,, +baseball_cap.n.01,liquid,0,0,FALSE,,,,,, +baseball_cap.n.01,heatSource,0,0,FALSE,,,,,, +baseball_cap.n.01,fireSource,0,0,FALSE,,,,,, +baseball_cap.n.01,cookable,0,0,FALSE,,,,,, +baseball_cap.n.01,coldSource,0,0,FALSE,,,,,, +baseball_cap.n.01,sliceable,0,0,FALSE,,,,,, +baseball_cap.n.01,slicer,0,0,FALSE,,,,,, +baseball_cap.n.01,soakable,0,1,FALSE,,,,,, +baseball_glove.n.01,liquid,0,0,FALSE,,,,,, +baseball_glove.n.01,heatSource,0,0,FALSE,,,,,, +baseball_glove.n.01,fireSource,0,0,FALSE,,,,,, +baseball_glove.n.01,cookable,0,0,FALSE,,,,,, +baseball_glove.n.01,coldSource,0,0,FALSE,,,,,, +baseball_glove.n.01,sliceable,0,0,FALSE,,,,,, +baseball_glove.n.01,slicer,0,0,FALSE,,,,,, +baseball_glove.n.01,soakable,0,1,FALSE,,,,,, +bath_mat.n.01,liquid,0,0,FALSE,,,,,, +bath_mat.n.01,heatSource,0,0,FALSE,,,,,, +bath_mat.n.01,fireSource,0,0,FALSE,,,,,, +bath_mat.n.01,cookable,0,0,FALSE,,,,,, +bath_mat.n.01,coldSource,0,0,FALSE,,,,,, +bath_mat.n.01,sliceable,0,0,FALSE,,,,,, +bath_mat.n.01,slicer,0,0,FALSE,,,,,, +bath_mat.n.01,soakable,1,1,FALSE,,,,,, +salt.n.01,liquid,0,0,FALSE,,,,,, +salt.n.01,heatSource,0,0,FALSE,,,,,, +salt.n.01,fireSource,0,0,FALSE,,,,,, +salt.n.01,cookable,0,1,FALSE,,,,,, +salt.n.01,coldSource,0,0,FALSE,,,,,, +salt.n.01,sliceable,0,0,FALSE,,,,,, +salt.n.01,slicer,0,0,FALSE,,,,,, +salt.n.01,soakable,0,0,FALSE,,,,,, +batting_glove.n.01,liquid,0,0,FALSE,,,,,, +batting_glove.n.01,heatSource,0,0,FALSE,,,,,, +batting_glove.n.01,fireSource,0,0,FALSE,,,,,, +batting_glove.n.01,cookable,0,0,FALSE,,,,,, +batting_glove.n.01,coldSource,0,0,FALSE,,,,,, +batting_glove.n.01,sliceable,0,0,FALSE,,,,,, +batting_glove.n.01,slicer,0,0,FALSE,,,,,, +batting_glove.n.01,soakable,0,1,FALSE,,,,,, +beef_broth.n.01,liquid,1,1,FALSE,,,,,, +beef_broth.n.01,heatSource,0,0,FALSE,,,,,, +beef_broth.n.01,fireSource,1,0,FALSE,,,,,, +beef_broth.n.01,cookable,0,1,FALSE,,,,,, +beef_broth.n.01,coldSource,0,0,FALSE,,,,,, +beef_broth.n.01,sliceable,0,0,FALSE,,,,,, +beef_broth.n.01,slicer,0,0,FALSE,,,,,, +beef_broth.n.01,soakable,0,0,FALSE,,,,,, +beer_mug.n.01,liquid,0,0,FALSE,,,,,, +beer_mug.n.01,heatSource,0,0,FALSE,,,,,, +beer_mug.n.01,fireSource,0,0,FALSE,,,,,, +beer_mug.n.01,cookable,0,0,FALSE,,,,,, +beer_mug.n.01,coldSource,1,0,FALSE,,,,,, +beer_mug.n.01,sliceable,0,0,FALSE,,,,,, +beer_mug.n.01,slicer,1,0,FALSE,,,,,, +beer_mug.n.01,soakable,0,0,FALSE,,,,,, +bicycle_chain.n.01,liquid,0,0,FALSE,,,,,, +bicycle_chain.n.01,heatSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,fireSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,cookable,0,0,FALSE,,,,,, +bicycle_chain.n.01,coldSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,sliceable,0,0,FALSE,,,,,, +bicycle_chain.n.01,slicer,0,0,FALSE,,,,,, +bicycle_chain.n.01,soakable,0,0,FALSE,,,,,, +birdcage.n.01,liquid,0,0,FALSE,,,,,, +birdcage.n.01,heatSource,0,0,FALSE,,,,,, +birdcage.n.01,fireSource,0,0,FALSE,,,,,, +birdcage.n.01,cookable,0,0,FALSE,,,,,, +birdcage.n.01,coldSource,0,0,FALSE,,,,,, +birdcage.n.01,sliceable,0,0,FALSE,,,,,, +birdcage.n.01,slicer,1,0,FALSE,,,,,, +birdcage.n.01,soakable,0,0,FALSE,,,,,, +bird_feed.n.01,liquid,0,0,FALSE,,,,,, +bird_feed.n.01,heatSource,0,0,FALSE,,,,,, +bird_feed.n.01,fireSource,0,0,FALSE,,,,,, +bird_feed.n.01,cookable,0,0,FALSE,,,,,, +bird_feed.n.01,coldSource,0,0,FALSE,,,,,, +bird_feed.n.01,sliceable,0,0,FALSE,,,,,, +bird_feed.n.01,slicer,0,0,FALSE,,,,,, +bird_feed.n.01,soakable,0,0,FALSE,,,,,, +mousse.n.01,liquid,0,0,FALSE,,,,,, +mousse.n.01,heatSource,0,0,FALSE,,,,,, +mousse.n.01,fireSource,0,0,FALSE,,,,,, +mousse.n.01,cookable,0,1,FALSE,,,,,, +mousse.n.01,coldSource,0,0,FALSE,,,,,, +mousse.n.01,sliceable,0,0,FALSE,,,,,, +mousse.n.01,slicer,0,0,FALSE,,,,,, +mousse.n.01,soakable,1,0,FALSE,,,,,, +bobby_pin.n.01,liquid,0,0,FALSE,,,,,, +bobby_pin.n.01,heatSource,0,0,FALSE,,,,,, +bobby_pin.n.01,fireSource,0,0,FALSE,,,,,, +bobby_pin.n.01,cookable,0,0,FALSE,,,,,, +bobby_pin.n.01,coldSource,0,0,FALSE,,,,,, +bobby_pin.n.01,sliceable,0,0,FALSE,,,,,, +bobby_pin.n.01,slicer,0,0,FALSE,,,,,, +bobby_pin.n.01,soakable,0,0,FALSE,,,,,, +bowling_ball.n.01,liquid,0,0,FALSE,,,,,, +bowling_ball.n.01,heatSource,0,0,FALSE,,,,,, +bowling_ball.n.01,fireSource,0,0,FALSE,,,,,, +bowling_ball.n.01,cookable,0,0,FALSE,,,,,, +bowling_ball.n.01,coldSource,0,0,FALSE,,,,,, +bowling_ball.n.01,sliceable,0,0,FALSE,,,,,, +bowling_ball.n.01,slicer,1,0,FALSE,,,,,, +bowling_ball.n.01,soakable,0,0,FALSE,,,,,, +boxing_glove.n.01,liquid,0,0,FALSE,,,,,, +boxing_glove.n.01,heatSource,0,0,FALSE,,,,,, +boxing_glove.n.01,fireSource,0,0,FALSE,,,,,, +boxing_glove.n.01,cookable,0,0,FALSE,,,,,, +boxing_glove.n.01,coldSource,0,0,FALSE,,,,,, +boxing_glove.n.01,sliceable,0,0,FALSE,,,,,, +boxing_glove.n.01,slicer,1,0,FALSE,,,,,, +boxing_glove.n.01,soakable,0,1,FALSE,,,,,, +bratwurst.n.01,liquid,0,0,FALSE,,,,,, +bratwurst.n.01,heatSource,0,0,FALSE,,,,,, +bratwurst.n.01,fireSource,1,0,FALSE,,,,,, +bratwurst.n.01,cookable,0,1,FALSE,,,,,, +bratwurst.n.01,coldSource,0,0,FALSE,,,,,, +bratwurst.n.01,sliceable,0,1,FALSE,,,,,, +bratwurst.n.01,slicer,0,0,FALSE,,,,,, +bratwurst.n.01,soakable,0,0,FALSE,,,,,, +slice.n.01,liquid,0,0,FALSE,,,,,, +slice.n.01,heatSource,0,0,FALSE,,,,,, +slice.n.01,fireSource,0,0,FALSE,,,,,, +slice.n.01,cookable,0,0,FALSE,,,,,, +slice.n.01,coldSource,0,0,FALSE,,,,,, +slice.n.01,sliceable,0,0,FALSE,,,,,, +slice.n.01,slicer,0,0,FALSE,,,,,, +slice.n.01,soakable,0,0,FALSE,,,,,, +brisket.n.01,liquid,0,0,FALSE,,,,,, +brisket.n.01,heatSource,0,0,FALSE,,,,,, +brisket.n.01,fireSource,1,0,FALSE,,,,,, +brisket.n.01,cookable,0,1,FALSE,,,,,, +brisket.n.01,coldSource,0,0,FALSE,,,,,, +brisket.n.01,sliceable,0,1,FALSE,,,,,, +brisket.n.01,slicer,0,0,FALSE,,,,,, +brisket.n.01,soakable,0,0,FALSE,,,,,, +broccoli_rabe.n.02,liquid,0,0,FALSE,,,,,, +broccoli_rabe.n.02,heatSource,0,0,FALSE,,,,,, +broccoli_rabe.n.02,fireSource,1,0,FALSE,,,,,, +broccoli_rabe.n.02,cookable,0,1,FALSE,,,,,, +broccoli_rabe.n.02,coldSource,0,0,FALSE,,,,,, +broccoli_rabe.n.02,sliceable,0,1,FALSE,,,,,, +broccoli_rabe.n.02,slicer,0,0,FALSE,,,,,, +broccoli_rabe.n.02,soakable,0,0,FALSE,,,,,, +broccoli.n.01,liquid,0,0,FALSE,,,,,, +broccoli.n.01,heatSource,0,0,FALSE,,,,,, +broccoli.n.01,fireSource,1,0,FALSE,,,,,, +broccoli.n.01,cookable,0,1,FALSE,,,,,, +broccoli.n.01,coldSource,0,0,FALSE,,,,,, +broccoli.n.01,sliceable,0,1,FALSE,,,,,, +broccoli.n.01,slicer,0,0,FALSE,,,,,, +broccoli.n.01,soakable,0,0,FALSE,,,,,, +yam.n.01,liquid,0,0,FALSE,,,,,, +yam.n.01,heatSource,0,0,FALSE,,,,,, +yam.n.01,fireSource,1,0,FALSE,,,,,, +yam.n.01,cookable,0,1,FALSE,,,,,, +yam.n.01,coldSource,0,0,FALSE,,,,,, +yam.n.01,sliceable,0,1,FALSE,,,,,, +yam.n.01,slicer,0,0,FALSE,,,,,, +yam.n.01,soakable,0,0,FALSE,,,,,, +cappuccino.n.01,liquid,1,1,FALSE,,,,,, +cappuccino.n.01,heatSource,0,0,FALSE,,,,,, +cappuccino.n.01,fireSource,0,0,FALSE,,,,,, +cappuccino.n.01,cookable,0,0,FALSE,,,,,, +cappuccino.n.01,coldSource,0,0,FALSE,,,,,, +cappuccino.n.01,sliceable,0,0,FALSE,,,,,, +cappuccino.n.01,slicer,0,0,FALSE,,,,,, +cappuccino.n.01,soakable,0,0,FALSE,,,,,, +caraway_seed.n.01,liquid,0,0,FALSE,,,,,, +caraway_seed.n.01,heatSource,0,0,FALSE,,,,,, +caraway_seed.n.01,fireSource,1,0,FALSE,,,,,, +caraway_seed.n.01,cookable,0,1,FALSE,,,,,, +caraway_seed.n.01,coldSource,0,0,FALSE,,,,,, +caraway_seed.n.01,sliceable,0,0,FALSE,,,,,, +caraway_seed.n.01,slicer,0,0,FALSE,,,,,, +caraway_seed.n.01,soakable,0,0,FALSE,,,,,, +cardigan.n.01,liquid,0,0,FALSE,,,,,, +cardigan.n.01,heatSource,0,0,FALSE,,,,,, +cardigan.n.01,fireSource,0,0,FALSE,,,,,, +cardigan.n.01,cookable,0,0,FALSE,,,,,, +cardigan.n.01,coldSource,0,0,FALSE,,,,,, +cardigan.n.01,sliceable,0,0,FALSE,,,,,, +cardigan.n.01,slicer,0,0,FALSE,,,,,, +cardigan.n.01,soakable,1,1,FALSE,,,,,, +cash_register.n.01,liquid,0,0,FALSE,,,,,, +cash_register.n.01,heatSource,0,0,FALSE,,,,,, +cash_register.n.01,fireSource,0,0,FALSE,,,,,, +cash_register.n.01,cookable,0,0,FALSE,,,,,, +cash_register.n.01,coldSource,0,0,FALSE,,,,,, +cash_register.n.01,sliceable,0,0,FALSE,,,,,, +cash_register.n.01,slicer,1,0,FALSE,,,,,, +cash_register.n.01,soakable,0,0,FALSE,,,,,, +cat_food.n.01,liquid,0,0,FALSE,,,,,, +cat_food.n.01,heatSource,0,0,FALSE,,,,,, +cat_food.n.01,fireSource,1,0,FALSE,,,,,, +cat_food.n.01,cookable,0,0,FALSE,,,,,, +cat_food.n.01,coldSource,0,0,FALSE,,,,,, +cat_food.n.01,sliceable,0,0,FALSE,,,,,, +cat_food.n.01,slicer,0,0,FALSE,,,,,, +cat_food.n.01,soakable,0,0,FALSE,,,,,, +catalog.n.01,liquid,0,0,FALSE,,,,,, +catalog.n.01,heatSource,0,0,FALSE,,,,,, +catalog.n.01,fireSource,0,0,FALSE,,,,,, +catalog.n.01,cookable,0,0,FALSE,,,,,, +catalog.n.01,coldSource,0,0,FALSE,,,,,, +catalog.n.01,sliceable,0,0,FALSE,,,,,, +catalog.n.01,slicer,0,0,FALSE,,,,,, +catalog.n.01,soakable,0,0,FALSE,,,,,, +caulk.n.01,liquid,0,0,FALSE,,,,,, +caulk.n.01,heatSource,0,0,FALSE,,,,,, +caulk.n.01,fireSource,0,0,FALSE,,,,,, +caulk.n.01,cookable,0,0,FALSE,,,,,, +caulk.n.01,coldSource,1,0,FALSE,,,,,, +caulk.n.01,sliceable,0,0,FALSE,,,,,, +caulk.n.01,slicer,0,0,FALSE,,,,,, +caulk.n.01,soakable,0,0,FALSE,,,,,, +chalk.n.01,liquid,0,0,FALSE,,,,,, +chalk.n.01,heatSource,0,0,FALSE,,,,,, +chalk.n.01,fireSource,0,0,FALSE,,,,,, +chalk.n.01,cookable,0,0,FALSE,,,,,, +chalk.n.01,coldSource,0,0,FALSE,,,,,, +chalk.n.01,sliceable,0,0,FALSE,,,,,, +chalk.n.01,slicer,1,0,FALSE,,,,,, +chalk.n.01,soakable,0,1,FALSE,,,,,, +chanterelle.n.01,liquid,0,0,FALSE,,,,,, +chanterelle.n.01,heatSource,0,0,FALSE,,,,,, +chanterelle.n.01,fireSource,1,0,FALSE,,,,,, +chanterelle.n.01,cookable,0,1,FALSE,,,,,, +chanterelle.n.01,coldSource,0,0,FALSE,,,,,, +chanterelle.n.01,sliceable,0,1,FALSE,,,,,, +chanterelle.n.01,slicer,0,0,FALSE,,,,,, +chanterelle.n.01,soakable,0,0,FALSE,,,,,, +danish.n.02,liquid,0,0,FALSE,,,,,, +danish.n.02,heatSource,0,0,FALSE,,,,,, +danish.n.02,fireSource,0,0,FALSE,,,,,, +danish.n.02,cookable,0,1,FALSE,,,,,, +danish.n.02,coldSource,1,0,FALSE,,,,,, +danish.n.02,sliceable,0,1,FALSE,,,,,, +danish.n.02,slicer,1,0,FALSE,,,,,, +danish.n.02,soakable,1,1,FALSE,,,,,, +bouillon.n.01,liquid,1,1,FALSE,,,,,, +bouillon.n.01,heatSource,0,0,FALSE,,,,,, +bouillon.n.01,fireSource,1,0,FALSE,,,,,, +bouillon.n.01,cookable,0,1,FALSE,,,,,, +bouillon.n.01,coldSource,0,0,FALSE,,,,,, +bouillon.n.01,sliceable,0,0,FALSE,,,,,, +bouillon.n.01,slicer,1,0,FALSE,,,,,, +bouillon.n.01,soakable,0,0,FALSE,,,,,, +chicken_wire.n.01,liquid,0,0,FALSE,,,,,, +chicken_wire.n.01,heatSource,0,0,FALSE,,,,,, +chicken_wire.n.01,fireSource,0,0,FALSE,,,,,, +chicken_wire.n.01,cookable,0,0,FALSE,,,,,, +chicken_wire.n.01,coldSource,0,0,FALSE,,,,,, +chicken_wire.n.01,sliceable,0,0,FALSE,,,,,, +chicken_wire.n.01,slicer,0,0,FALSE,,,,,, +chicken_wire.n.01,soakable,0,0,FALSE,,,,,, +chisel.n.01,liquid,0,0,FALSE,,,,,, +chisel.n.01,heatSource,0,0,FALSE,,,,,, +chisel.n.01,fireSource,0,0,FALSE,,,,,, +chisel.n.01,cookable,0,0,FALSE,,,,,, +chisel.n.01,coldSource,0,0,FALSE,,,,,, +chisel.n.01,sliceable,0,0,FALSE,,,,,, +chisel.n.01,slicer,1,1,FALSE,,,,,, +chisel.n.01,soakable,0,0,FALSE,,,,,, +spread.n.05,liquid,0,0,FALSE,,,,,, +spread.n.05,heatSource,0,0,FALSE,,,,,, +spread.n.05,fireSource,0,0,FALSE,,,,,, +spread.n.05,cookable,0,1,FALSE,,,,,, +spread.n.05,coldSource,0,0,FALSE,,,,,, +spread.n.05,sliceable,0,0,FALSE,,,,,, +spread.n.05,slicer,0,0,FALSE,,,,,, +spread.n.05,soakable,0,0,FALSE,,,,,, +chopping_block.n.01,liquid,0,0,FALSE,,,,,, +chopping_block.n.01,heatSource,0,0,FALSE,,,,,, +chopping_block.n.01,fireSource,0,0,FALSE,,,,,, +chopping_block.n.01,cookable,0,0,FALSE,,,,,, +chopping_block.n.01,coldSource,0,0,FALSE,,,,,, +chopping_block.n.01,sliceable,0,0,FALSE,,,,,, +chopping_block.n.01,slicer,0,0,FALSE,,,,,, +chopping_block.n.01,soakable,0,0,FALSE,,,,,, +cigarette.n.01,liquid,0,0,FALSE,,,,,, +cigarette.n.01,heatSource,0,0,FALSE,,,,,, +cigarette.n.01,fireSource,0,1,FALSE,,,,,, +cigarette.n.01,cookable,0,0,FALSE,,,,,, +cigarette.n.01,coldSource,0,0,FALSE,,,,,, +cigarette.n.01,sliceable,0,0,FALSE,,,,,, +cigarette.n.01,slicer,0,0,FALSE,,,,,, +cigarette.n.01,soakable,0,1,FALSE,,,,,, +fish_stew.n.01,liquid,0,1,FALSE,,,,,, +fish_stew.n.01,heatSource,0,0,FALSE,,,,,, +fish_stew.n.01,fireSource,1,0,FALSE,,,,,, +fish_stew.n.01,cookable,0,1,FALSE,,,,,, +fish_stew.n.01,coldSource,0,0,FALSE,,,,,, +fish_stew.n.01,sliceable,0,0,FALSE,,,,,, +fish_stew.n.01,slicer,0,0,FALSE,,,,,, +fish_stew.n.01,soakable,0,0,FALSE,,,,,, +clove.n.01,liquid,0,0,FALSE,,,,,, +clove.n.01,heatSource,0,0,FALSE,,,,,, +clove.n.01,fireSource,0,0,FALSE,,,,,, +clove.n.01,cookable,0,1,FALSE,,,,,, +clove.n.01,coldSource,0,0,FALSE,,,,,, +clove.n.01,sliceable,0,0,FALSE,,,,,, +clove.n.01,slicer,0,0,FALSE,,,,,, +clove.n.01,soakable,0,0,FALSE,,,,,, +conch.n.01,liquid,0,0,FALSE,,,,,, +conch.n.01,heatSource,0,0,FALSE,,,,,, +conch.n.01,fireSource,1,0,FALSE,,,,,, +conch.n.01,cookable,0,0,FALSE,,,,,, +conch.n.01,coldSource,0,0,FALSE,,,,,, +conch.n.01,sliceable,0,0,FALSE,,,,,, +conch.n.01,slicer,0,0,FALSE,,,,,, +conch.n.01,soakable,0,0,FALSE,,,,,, +cooking_oil.n.01,liquid,1,1,FALSE,,,,,, +cooking_oil.n.01,heatSource,1,0,FALSE,,,,,, +cooking_oil.n.01,fireSource,1,0,FALSE,,,,,, +cooking_oil.n.01,cookable,0,1,FALSE,,,,,, +cooking_oil.n.01,coldSource,0,0,FALSE,,,,,, +cooking_oil.n.01,sliceable,0,0,FALSE,,,,,, +cooking_oil.n.01,slicer,0,0,FALSE,,,,,, +cooking_oil.n.01,soakable,0,0,FALSE,,,,,, +mug.n.01,liquid,1,0,FALSE,,,,,, +mug.n.01,heatSource,0,0,FALSE,,,,,, +mug.n.01,fireSource,0,0,FALSE,,,,,, +mug.n.01,cookable,0,0,FALSE,,,,,, +mug.n.01,coldSource,1,0,FALSE,,,,,, +mug.n.01,sliceable,0,0,FALSE,,,,,, +mug.n.01,slicer,1,0,FALSE,,,,,, +mug.n.01,soakable,0,0,FALSE,,,,,, +coriander.n.02,liquid,0,0,FALSE,,,,,, +coriander.n.02,heatSource,0,0,FALSE,,,,,, +coriander.n.02,fireSource,1,0,FALSE,,,,,, +coriander.n.02,cookable,0,1,FALSE,,,,,, +coriander.n.02,coldSource,0,0,FALSE,,,,,, +coriander.n.02,sliceable,0,0,FALSE,,,,,, +coriander.n.02,slicer,0,0,FALSE,,,,,, +coriander.n.02,soakable,0,0,FALSE,,,,,, +corkscrew.n.01,liquid,0,0,FALSE,,,,,, +corkscrew.n.01,heatSource,0,0,FALSE,,,,,, +corkscrew.n.01,fireSource,0,0,FALSE,,,,,, +corkscrew.n.01,cookable,0,0,FALSE,,,,,, +corkscrew.n.01,coldSource,0,0,FALSE,,,,,, +corkscrew.n.01,sliceable,0,0,FALSE,,,,,, +corkscrew.n.01,slicer,1,0,FALSE,,,,,, +corkscrew.n.01,soakable,0,0,FALSE,,,,,, +cornbread.n.01,liquid,0,0,FALSE,,,,,, +cornbread.n.01,heatSource,0,0,FALSE,,,,,, +cornbread.n.01,fireSource,1,0,FALSE,,,,,, +cornbread.n.01,cookable,0,1,FALSE,,,,,, +cornbread.n.01,coldSource,1,0,FALSE,,,,,, +cornbread.n.01,sliceable,0,1,FALSE,,,,,, +cornbread.n.01,slicer,0,0,FALSE,,,,,, +cornbread.n.01,soakable,0,0,FALSE,,,,,, +crayfish.n.02,liquid,0,0,FALSE,,,,,, +crayfish.n.02,heatSource,0,0,FALSE,,,,,, +crayfish.n.02,fireSource,1,0,FALSE,,,,,, +crayfish.n.02,cookable,0,1,FALSE,,,,,, +crayfish.n.02,coldSource,0,0,FALSE,,,,,, +crayfish.n.02,sliceable,0,1,FALSE,,,,,, +crayfish.n.02,slicer,0,0,FALSE,,,,,, +crayfish.n.02,soakable,0,0,FALSE,,,,,, +cream_soda.n.01,liquid,1,1,FALSE,,,,,, +cream_soda.n.01,heatSource,0,0,FALSE,,,,,, +cream_soda.n.01,fireSource,0,0,FALSE,,,,,, +cream_soda.n.01,cookable,0,0,FALSE,,,,,, +cream_soda.n.01,coldSource,1,0,FALSE,,,,,, +cream_soda.n.01,sliceable,0,0,FALSE,,,,,, +cream_soda.n.01,slicer,0,0,FALSE,,,,,, +cream_soda.n.01,soakable,0,0,FALSE,,,,,, +cymbal.n.01,liquid,0,0,FALSE,,,,,, +cymbal.n.01,heatSource,0,0,FALSE,,,,,, +cymbal.n.01,fireSource,0,0,FALSE,,,,,, +cymbal.n.01,cookable,0,0,FALSE,,,,,, +cymbal.n.01,coldSource,0,0,FALSE,,,,,, +cymbal.n.01,sliceable,0,0,FALSE,,,,,, +cymbal.n.01,slicer,1,0,FALSE,,,,,, +cymbal.n.01,soakable,0,0,FALSE,,,,,, +daffodil.n.01,liquid,0,0,FALSE,,,,,, +daffodil.n.01,heatSource,0,0,FALSE,,,,,, +daffodil.n.01,fireSource,0,0,FALSE,,,,,, +daffodil.n.01,cookable,0,0,FALSE,,,,,, +daffodil.n.01,coldSource,0,0,FALSE,,,,,, +daffodil.n.01,sliceable,0,0,FALSE,,,,,, +daffodil.n.01,slicer,1,0,FALSE,,,,,, +daffodil.n.01,soakable,0,0,FALSE,,,,,, +dahlia.n.01,liquid,0,0,FALSE,,,,,, +dahlia.n.01,heatSource,0,0,FALSE,,,,,, +dahlia.n.01,fireSource,0,0,FALSE,,,,,, +dahlia.n.01,cookable,0,0,FALSE,,,,,, +dahlia.n.01,coldSource,0,0,FALSE,,,,,, +dahlia.n.01,sliceable,0,0,FALSE,,,,,, +dahlia.n.01,slicer,0,0,FALSE,,,,,, +dahlia.n.01,soakable,0,0,FALSE,,,,,, +desiccant.n.01,liquid,0,0,FALSE,,,,,, +desiccant.n.01,heatSource,0,0,FALSE,,,,,, +desiccant.n.01,fireSource,0,0,FALSE,,,,,, +desiccant.n.01,cookable,0,0,FALSE,,,,,, +desiccant.n.01,coldSource,0,0,FALSE,,,,,, +desiccant.n.01,sliceable,0,0,FALSE,,,,,, +desiccant.n.01,slicer,0,0,FALSE,,,,,, +desiccant.n.01,soakable,0,0,FALSE,,,,,, +die.n.01,liquid,0,0,FALSE,,,,,, +die.n.01,heatSource,0,0,FALSE,,,,,, +die.n.01,fireSource,0,0,FALSE,,,,,, +die.n.01,cookable,0,0,FALSE,,,,,, +die.n.01,coldSource,0,0,FALSE,,,,,, +die.n.01,sliceable,0,0,FALSE,,,,,, +die.n.01,slicer,1,0,FALSE,,,,,, +die.n.01,soakable,0,0,FALSE,,,,,, +diving_board.n.01,liquid,0,0,FALSE,,,,,, +diving_board.n.01,heatSource,0,0,FALSE,,,,,, +diving_board.n.01,fireSource,0,0,FALSE,,,,,, +diving_board.n.01,cookable,0,0,FALSE,,,,,, +diving_board.n.01,coldSource,0,0,FALSE,,,,,, +diving_board.n.01,sliceable,0,0,FALSE,,,,,, +diving_board.n.01,slicer,1,0,FALSE,,,,,, +diving_board.n.01,soakable,0,0,FALSE,,,,,, +double_boiler.n.01,liquid,0,0,FALSE,,,,,, +double_boiler.n.01,heatSource,1,1,FALSE,,,,,, +double_boiler.n.01,fireSource,0,0,FALSE,,,,,, +double_boiler.n.01,cookable,0,0,FALSE,,,,,, +double_boiler.n.01,coldSource,1,0,FALSE,,,,,, +double_boiler.n.01,sliceable,0,0,FALSE,,,,,, +double_boiler.n.01,slicer,0,0,FALSE,,,,,, +double_boiler.n.01,soakable,0,0,FALSE,,,,,, +drumstick.n.01,liquid,0,0,FALSE,,,,,, +drumstick.n.01,heatSource,0,0,FALSE,,,,,, +drumstick.n.01,fireSource,1,0,FALSE,,,,,, +drumstick.n.01,cookable,0,0,FALSE,,,,,, +drumstick.n.01,coldSource,0,0,FALSE,,,,,, +drumstick.n.01,sliceable,0,0,FALSE,,,,,, +drumstick.n.01,slicer,0,0,FALSE,,,,,, +drumstick.n.01,soakable,0,0,FALSE,,,,,, +softener.n.01,liquid,1,1,FALSE,,,,,, +deep-freeze.n.02,coldSource,1,1,TRUE,-18,"https://www.whirlpool.com/blog/kitchen/whats-the-best-freezer-temperature.html#:~:text=The%20recommended%20freezer%20temperature%20to,F%20(%2D18%C2%B0C).",,0,1,1 diff --git a/bddl/prop_param_annots/cooking.csv b/bddl/generated_data/prop_param_annots/cooking.csv similarity index 97% rename from bddl/prop_param_annots/cooking.csv rename to bddl/generated_data/prop_param_annots/cooking.csv index e5d5cecc..0beca081 100644 --- a/bddl/prop_param_annots/cooking.csv +++ b/bddl/generated_data/prop_param_annots/cooking.csv @@ -1,11709 +1,11709 @@ -synset,property,gpt3_answer,human_review,require_cookable/overcookable_temperature,value_cook(C),value_overcook(C),source1,source2,comment -ginger_ale.n.01,liquid,1,1,FALSE,,,,, -ginger_ale.n.01,heatSource,0,0,FALSE,,,,, -ginger_ale.n.01,fireSource,0,0,FALSE,,,,, -ginger_ale.n.01,cookable,0,0,FALSE,,,,, -ginger_ale.n.01,coldSource,0,0,FALSE,,,,, -ginger_ale.n.01,sliceable,0,0,FALSE,,,,, -ginger_ale.n.01,slicer,1,0,FALSE,,,,, -ginger_ale.n.01,soakable,0,0,FALSE,,,,, -floor.n.01,liquid,0,0,FALSE,,,,, -floor.n.01,heatSource,0,0,FALSE,,,,, -floor.n.01,fireSource,0,0,FALSE,,,,, -floor.n.01,cookable,0,0,FALSE,,,,, -floor.n.01,coldSource,0,0,FALSE,,,,, -floor.n.01,sliceable,0,0,FALSE,,,,, -floor.n.01,slicer,0,0,FALSE,,,,, -floor.n.01,soakable,0,0,FALSE,,,,, -armchair.n.01,liquid,0,0,FALSE,,,,, -armchair.n.01,heatSource,0,0,FALSE,,,,, -armchair.n.01,fireSource,0,0,FALSE,,,,, -armchair.n.01,cookable,0,0,FALSE,,,,, -armchair.n.01,coldSource,0,0,FALSE,,,,, -armchair.n.01,sliceable,0,0,FALSE,,,,, -armchair.n.01,slicer,1,0,FALSE,,,,, -armchair.n.01,soakable,0,0,FALSE,,,,, -basket.n.01,liquid,0,0,FALSE,,,,, -basket.n.01,heatSource,0,0,FALSE,,,,, -basket.n.01,fireSource,0,0,FALSE,,,,, -basket.n.01,cookable,0,0,FALSE,,,,, -basket.n.01,coldSource,0,0,FALSE,,,,, -basket.n.01,sliceable,0,0,FALSE,,,,, -basket.n.01,slicer,1,0,FALSE,,,,, -basket.n.01,soakable,1,0,FALSE,,,,, -bathtub.n.01,liquid,1,0,FALSE,,,,, -bathtub.n.01,heatSource,0,0,FALSE,,,,, -bathtub.n.01,fireSource,0,0,FALSE,,,,, -bathtub.n.01,cookable,0,0,FALSE,,,,, -bathtub.n.01,coldSource,1,0,FALSE,,,,, -bathtub.n.01,sliceable,0,0,FALSE,,,,, -bathtub.n.01,slicer,0,0,FALSE,,,,, -bathtub.n.01,soakable,0,0,FALSE,,,,, -bed.n.01,liquid,0,0,FALSE,,,,, -bed.n.01,heatSource,0,0,FALSE,,,,, -bed.n.01,fireSource,0,0,FALSE,,,,, -bed.n.01,cookable,0,0,FALSE,,,,, -bed.n.01,coldSource,0,0,FALSE,,,,, -bed.n.01,sliceable,0,0,FALSE,,,,, -bed.n.01,slicer,0,0,FALSE,,,,, -bed.n.01,soakable,1,0,FALSE,,,,, -bench.n.01,liquid,0,0,FALSE,,,,, -bench.n.01,heatSource,0,0,FALSE,,,,, -bench.n.01,fireSource,0,0,FALSE,,,,, -bench.n.01,cookable,0,0,FALSE,,,,, -bench.n.01,coldSource,0,0,FALSE,,,,, -bench.n.01,sliceable,0,0,FALSE,,,,, -bench.n.01,slicer,0,0,FALSE,,,,, -bench.n.01,soakable,1,0,FALSE,,,,, -cabinet.n.01,liquid,0,0,FALSE,,,,, -cabinet.n.01,heatSource,0,0,FALSE,,,,, -cabinet.n.01,fireSource,0,0,FALSE,,,,, -cabinet.n.01,cookable,0,0,FALSE,,,,, -cabinet.n.01,coldSource,0,0,FALSE,,,,, -cabinet.n.01,sliceable,0,0,FALSE,,,,, -cabinet.n.01,slicer,1,0,FALSE,,,,, -cabinet.n.01,soakable,0,0,FALSE,,,,, -breakfast_table.n.01,liquid,0,0,FALSE,,,,, -breakfast_table.n.01,heatSource,0,0,FALSE,,,,, -breakfast_table.n.01,fireSource,0,0,FALSE,,,,, -breakfast_table.n.01,cookable,0,0,FALSE,,,,, -breakfast_table.n.01,coldSource,0,0,FALSE,,,,, -breakfast_table.n.01,sliceable,0,0,FALSE,,,,, -breakfast_table.n.01,slicer,0,0,FALSE,,,,, -breakfast_table.n.01,soakable,0,0,FALSE,,,,, -burner.n.02,liquid,0,0,FALSE,,,,, -burner.n.02,heatSource,1,1,FALSE,,,,, -burner.n.02,fireSource,0,0,FALSE,,,,, -burner.n.02,cookable,0,0,FALSE,,,,, -burner.n.02,coldSource,0,0,FALSE,,,,, -burner.n.02,sliceable,0,0,FALSE,,,,, -burner.n.02,slicer,1,0,FALSE,,,,, -burner.n.02,soakable,0,0,FALSE,,,,, -rug.n.01,liquid,0,0,FALSE,,,,, -rug.n.01,heatSource,0,0,FALSE,,,,, -rug.n.01,fireSource,0,0,FALSE,,,,, -rug.n.01,cookable,0,0,FALSE,,,,, -rug.n.01,coldSource,0,0,FALSE,,,,, -rug.n.01,sliceable,0,0,FALSE,,,,, -rug.n.01,slicer,0,0,FALSE,,,,, -rug.n.01,soakable,0,1,FALSE,,,,, -chaise_longue.n.01,liquid,0,0,FALSE,,,,, -chaise_longue.n.01,heatSource,0,0,FALSE,,,,, -chaise_longue.n.01,fireSource,0,0,FALSE,,,,, -chaise_longue.n.01,cookable,0,0,FALSE,,,,, -chaise_longue.n.01,coldSource,0,0,FALSE,,,,, -chaise_longue.n.01,sliceable,0,0,FALSE,,,,, -chaise_longue.n.01,slicer,0,0,FALSE,,,,, -chaise_longue.n.01,soakable,0,0,FALSE,,,,, -chest.n.02,liquid,0,0,FALSE,,,,, -chest.n.02,heatSource,0,0,FALSE,,,,, -chest.n.02,fireSource,0,0,FALSE,,,,, -chest.n.02,cookable,0,0,FALSE,,,,, -chest.n.02,coldSource,0,0,FALSE,,,,, -chest.n.02,sliceable,0,0,FALSE,,,,, -chest.n.02,slicer,1,0,FALSE,,,,, -chest.n.02,soakable,0,0,FALSE,,,,, -coffee_maker.n.01,liquid,0,0,FALSE,,,,, -coffee_maker.n.01,heatSource,0,1,FALSE,,,,, -coffee_maker.n.01,fireSource,0,0,FALSE,,,,, -coffee_maker.n.01,cookable,0,0,FALSE,,,,, -coffee_maker.n.01,coldSource,0,0,FALSE,,,,, -coffee_maker.n.01,sliceable,0,0,FALSE,,,,, -coffee_maker.n.01,slicer,1,0,FALSE,,,,, -coffee_maker.n.01,soakable,0,0,FALSE,,,,, -coffee_table.n.01,liquid,0,0,FALSE,,,,, -coffee_table.n.01,heatSource,0,0,FALSE,,,,, -coffee_table.n.01,fireSource,0,0,FALSE,,,,, -coffee_table.n.01,cookable,0,0,FALSE,,,,, -coffee_table.n.01,coldSource,0,0,FALSE,,,,, -coffee_table.n.01,sliceable,0,0,FALSE,,,,, -coffee_table.n.01,slicer,0,0,FALSE,,,,, -coffee_table.n.01,soakable,0,0,FALSE,,,,, -console_table.n.01,liquid,0,0,FALSE,,,,, -console_table.n.01,heatSource,0,0,FALSE,,,,, -console_table.n.01,fireSource,0,0,FALSE,,,,, -console_table.n.01,cookable,0,0,FALSE,,,,, -console_table.n.01,coldSource,0,0,FALSE,,,,, -console_table.n.01,sliceable,0,0,FALSE,,,,, -console_table.n.01,slicer,1,0,FALSE,,,,, -console_table.n.01,soakable,0,0,FALSE,,,,, -countertop.n.01,liquid,0,0,FALSE,,,,, -countertop.n.01,heatSource,0,0,FALSE,,,,, -countertop.n.01,fireSource,0,0,FALSE,,,,, -countertop.n.01,cookable,0,0,FALSE,,,,, -countertop.n.01,coldSource,0,0,FALSE,,,,, -countertop.n.01,sliceable,0,0,FALSE,,,,, -countertop.n.01,slicer,1,0,FALSE,,,,, -countertop.n.01,soakable,0,0,FALSE,,,,, -crib.n.01,liquid,0,0,FALSE,,,,, -crib.n.01,heatSource,0,0,FALSE,,,,, -crib.n.01,fireSource,0,0,FALSE,,,,, -crib.n.01,cookable,0,0,FALSE,,,,, -crib.n.01,coldSource,0,0,FALSE,,,,, -crib.n.01,sliceable,0,0,FALSE,,,,, -crib.n.01,slicer,1,0,FALSE,,,,, -crib.n.01,soakable,0,0,FALSE,,,,, -desk.n.01,liquid,0,0,FALSE,,,,, -desk.n.01,heatSource,0,0,FALSE,,,,, -desk.n.01,fireSource,0,0,FALSE,,,,, -desk.n.01,cookable,0,0,FALSE,,,,, -desk.n.01,coldSource,0,0,FALSE,,,,, -desk.n.01,sliceable,0,0,FALSE,,,,, -desk.n.01,slicer,0,0,FALSE,,,,, -desk.n.01,soakable,0,0,FALSE,,,,, -dishwasher.n.01,liquid,0,0,FALSE,,,,, -dishwasher.n.01,heatSource,0,0,FALSE,,,,, -dishwasher.n.01,fireSource,0,0,FALSE,,,,, -dishwasher.n.01,cookable,0,0,FALSE,,,,, -dishwasher.n.01,coldSource,0,0,FALSE,,,,, -dishwasher.n.01,sliceable,0,0,FALSE,,,,, -dishwasher.n.01,slicer,1,0,FALSE,,,,, -dishwasher.n.01,soakable,0,0,FALSE,,,,, -door.n.01,liquid,0,0,FALSE,,,,, -door.n.01,heatSource,0,0,FALSE,,,,, -door.n.01,fireSource,0,0,FALSE,,,,, -door.n.01,cookable,0,0,FALSE,,,,, -door.n.01,coldSource,0,0,FALSE,,,,, -door.n.01,sliceable,0,0,FALSE,,,,, -door.n.01,slicer,1,0,FALSE,,,,, -door.n.01,soakable,0,0,FALSE,,,,, -dryer.n.01,liquid,0,0,FALSE,,,,, -dryer.n.01,heatSource,0,0,FALSE,,,,, -dryer.n.01,fireSource,0,0,FALSE,,,,, -dryer.n.01,cookable,0,0,FALSE,,,,, -dryer.n.01,coldSource,0,0,FALSE,,,,, -dryer.n.01,sliceable,0,0,FALSE,,,,, -dryer.n.01,slicer,1,0,FALSE,,,,, -dryer.n.01,soakable,0,0,FALSE,,,,, -floor_lamp.n.01,liquid,0,0,FALSE,,,,, -floor_lamp.n.01,heatSource,0,0,FALSE,,,,, -floor_lamp.n.01,fireSource,0,0,FALSE,,,,, -floor_lamp.n.01,cookable,0,0,FALSE,,,,, -floor_lamp.n.01,coldSource,0,0,FALSE,,,,, -floor_lamp.n.01,sliceable,0,0,FALSE,,,,, -floor_lamp.n.01,slicer,0,0,FALSE,,,,, -floor_lamp.n.01,soakable,0,0,FALSE,,,,, -folding_chair.n.01,liquid,0,0,FALSE,,,,, -folding_chair.n.01,heatSource,0,0,FALSE,,,,, -folding_chair.n.01,fireSource,0,0,FALSE,,,,, -folding_chair.n.01,cookable,0,0,FALSE,,,,, -folding_chair.n.01,coldSource,0,0,FALSE,,,,, -folding_chair.n.01,sliceable,0,0,FALSE,,,,, -folding_chair.n.01,slicer,1,0,FALSE,,,,, -folding_chair.n.01,soakable,1,0,FALSE,,,,, -electric_refrigerator.n.01,liquid,0,0,FALSE,,,,, -electric_refrigerator.n.01,heatSource,0,0,FALSE,,,,, -electric_refrigerator.n.01,fireSource,0,0,FALSE,,,,, -electric_refrigerator.n.01,cookable,1,0,FALSE,,,,, -electric_refrigerator.n.01,coldSource,0,1,FALSE,,,,, -electric_refrigerator.n.01,sliceable,0,0,FALSE,,,,, -electric_refrigerator.n.01,slicer,1,0,FALSE,,,,, -electric_refrigerator.n.01,soakable,0,0,FALSE,,,,, -gaming_table.n.01,liquid,0,0,FALSE,,,,, -gaming_table.n.01,heatSource,0,0,FALSE,,,,, -gaming_table.n.01,fireSource,0,0,FALSE,,,,, -gaming_table.n.01,cookable,0,0,FALSE,,,,, -gaming_table.n.01,coldSource,0,0,FALSE,,,,, -gaming_table.n.01,sliceable,0,0,FALSE,,,,, -gaming_table.n.01,slicer,1,0,FALSE,,,,, -gaming_table.n.01,soakable,0,0,FALSE,,,,, -grandfather_clock.n.01,liquid,0,0,FALSE,,,,, -grandfather_clock.n.01,heatSource,0,0,FALSE,,,,, -grandfather_clock.n.01,fireSource,0,0,FALSE,,,,, -grandfather_clock.n.01,cookable,0,0,FALSE,,,,, -grandfather_clock.n.01,coldSource,0,0,FALSE,,,,, -grandfather_clock.n.01,sliceable,0,0,FALSE,,,,, -grandfather_clock.n.01,slicer,1,0,FALSE,,,,, -grandfather_clock.n.01,soakable,0,0,FALSE,,,,, -guitar.n.01,liquid,0,0,FALSE,,,,, -guitar.n.01,heatSource,0,0,FALSE,,,,, -guitar.n.01,fireSource,0,0,FALSE,,,,, -guitar.n.01,cookable,0,0,FALSE,,,,, -guitar.n.01,coldSource,0,0,FALSE,,,,, -guitar.n.01,sliceable,0,0,FALSE,,,,, -guitar.n.01,slicer,1,0,FALSE,,,,, -guitar.n.01,soakable,0,0,FALSE,,,,, -heater.n.01,liquid,0,0,FALSE,,,,, -heater.n.01,heatSource,1,1,FALSE,,,,, -heater.n.01,fireSource,0,0,FALSE,,,,, -heater.n.01,cookable,0,0,FALSE,,,,, -heater.n.01,coldSource,0,0,FALSE,,,,, -heater.n.01,sliceable,0,0,FALSE,,,,, -heater.n.01,slicer,1,0,FALSE,,,,, -heater.n.01,soakable,0,0,FALSE,,,,, -highchair.n.01,liquid,0,0,FALSE,,,,, -highchair.n.01,heatSource,0,0,FALSE,,,,, -highchair.n.01,fireSource,0,0,FALSE,,,,, -highchair.n.01,cookable,0,0,FALSE,,,,, -highchair.n.01,coldSource,1,0,FALSE,,,,, -highchair.n.01,sliceable,0,0,FALSE,,,,, -highchair.n.01,slicer,1,0,FALSE,,,,, -highchair.n.01,soakable,1,0,FALSE,,,,, -laptop.n.01,liquid,0,0,FALSE,,,,, -laptop.n.01,heatSource,0,0,FALSE,,,,, -laptop.n.01,fireSource,0,0,FALSE,,,,, -laptop.n.01,cookable,0,0,FALSE,,,,, -laptop.n.01,coldSource,0,0,FALSE,,,,, -laptop.n.01,sliceable,0,0,FALSE,,,,, -laptop.n.01,slicer,1,0,FALSE,,,,, -laptop.n.01,soakable,0,0,FALSE,,,,, -loudspeaker.n.01,liquid,0,0,FALSE,,,,, -loudspeaker.n.01,heatSource,0,0,FALSE,,,,, -loudspeaker.n.01,fireSource,0,0,FALSE,,,,, -loudspeaker.n.01,cookable,0,0,FALSE,,,,, -loudspeaker.n.01,coldSource,0,0,FALSE,,,,, -loudspeaker.n.01,sliceable,0,0,FALSE,,,,, -loudspeaker.n.01,slicer,1,0,FALSE,,,,, -loudspeaker.n.01,soakable,0,0,FALSE,,,,, -microwave.n.02,liquid,0,0,FALSE,,,,, -microwave.n.02,heatSource,1,1,FALSE,,,,, -microwave.n.02,fireSource,1,0,FALSE,,,,, -microwave.n.02,cookable,0,0,FALSE,,,,, -microwave.n.02,coldSource,0,0,FALSE,,,,, -microwave.n.02,sliceable,0,0,FALSE,,,,, -microwave.n.02,slicer,1,0,FALSE,,,,, -microwave.n.02,soakable,0,0,FALSE,,,,, -mirror.n.01,liquid,0,0,FALSE,,,,, -mirror.n.01,heatSource,0,0,FALSE,,,,, -mirror.n.01,fireSource,0,0,FALSE,,,,, -mirror.n.01,cookable,0,0,FALSE,,,,, -mirror.n.01,coldSource,0,0,FALSE,,,,, -mirror.n.01,sliceable,0,0,FALSE,,,,, -mirror.n.01,slicer,1,0,FALSE,,,,, -mirror.n.01,soakable,0,0,FALSE,,,,, -monitor.n.04,liquid,0,0,FALSE,,,,, -monitor.n.04,heatSource,0,0,FALSE,,,,, -monitor.n.04,fireSource,0,0,FALSE,,,,, -monitor.n.04,cookable,0,0,FALSE,,,,, -monitor.n.04,coldSource,0,0,FALSE,,,,, -monitor.n.04,sliceable,0,0,FALSE,,,,, -monitor.n.04,slicer,1,0,FALSE,,,,, -monitor.n.04,soakable,0,0,FALSE,,,,, -oven.n.01,liquid,0,0,FALSE,,,,, -oven.n.01,heatSource,1,1,FALSE,,,,, -oven.n.01,fireSource,1,0,FALSE,,,,, -oven.n.01,cookable,0,0,FALSE,,,,, -oven.n.01,coldSource,0,0,FALSE,,,,, -oven.n.01,sliceable,0,0,FALSE,,,,, -oven.n.01,slicer,1,0,FALSE,,,,, -oven.n.01,soakable,0,0,FALSE,,,,, -pedestal_table.n.01,liquid,0,0,FALSE,,,,, -pedestal_table.n.01,heatSource,0,0,FALSE,,,,, -pedestal_table.n.01,fireSource,0,0,FALSE,,,,, -pedestal_table.n.01,cookable,0,0,FALSE,,,,, -pedestal_table.n.01,coldSource,0,0,FALSE,,,,, -pedestal_table.n.01,sliceable,0,0,FALSE,,,,, -pedestal_table.n.01,slicer,0,0,FALSE,,,,, -pedestal_table.n.01,soakable,0,0,FALSE,,,,, -piano.n.01,liquid,0,0,FALSE,,,,, -piano.n.01,heatSource,0,0,FALSE,,,,, -piano.n.01,fireSource,0,0,FALSE,,,,, -piano.n.01,cookable,0,0,FALSE,,,,, -piano.n.01,coldSource,0,0,FALSE,,,,, -piano.n.01,sliceable,0,0,FALSE,,,,, -piano.n.01,slicer,1,0,FALSE,,,,, -piano.n.01,soakable,0,0,FALSE,,,,, -photograph.n.01,liquid,0,0,FALSE,,,,, -photograph.n.01,heatSource,0,0,FALSE,,,,, -photograph.n.01,fireSource,0,0,FALSE,,,,, -photograph.n.01,cookable,0,0,FALSE,,,,, -photograph.n.01,coldSource,0,0,FALSE,,,,, -photograph.n.01,sliceable,0,0,FALSE,,,,, -photograph.n.01,slicer,0,0,FALSE,,,,, -photograph.n.01,soakable,0,0,FALSE,,,,, -pillow.n.01,liquid,0,0,FALSE,,,,, -pillow.n.01,heatSource,0,0,FALSE,,,,, -pillow.n.01,fireSource,0,0,FALSE,,,,, -pillow.n.01,cookable,0,0,FALSE,,,,, -pillow.n.01,coldSource,0,0,FALSE,,,,, -pillow.n.01,sliceable,0,0,FALSE,,,,, -pillow.n.01,slicer,0,0,FALSE,,,,, -pillow.n.01,soakable,0,1,FALSE,,,,, -pool_table.n.01,liquid,0,0,FALSE,,,,, -pool_table.n.01,heatSource,0,0,FALSE,,,,, -pool_table.n.01,fireSource,0,0,FALSE,,,,, -pool_table.n.01,cookable,0,0,FALSE,,,,, -pool_table.n.01,coldSource,0,0,FALSE,,,,, -pool_table.n.01,sliceable,0,0,FALSE,,,,, -pool_table.n.01,slicer,0,0,FALSE,,,,, -pool_table.n.01,soakable,0,0,FALSE,,,,, -pot_plant.n.01,liquid,0,0,FALSE,,,,, -pot_plant.n.01,heatSource,0,0,FALSE,,,,, -pot_plant.n.01,fireSource,0,0,FALSE,,,,, -pot_plant.n.01,cookable,0,0,FALSE,,,,, -pot_plant.n.01,coldSource,0,0,FALSE,,,,, -pot_plant.n.01,sliceable,0,0,FALSE,,,,, -pot_plant.n.01,slicer,0,0,FALSE,,,,, -pot_plant.n.01,soakable,0,0,FALSE,,,,, -rail_fence.n.01,liquid,0,0,FALSE,,,,, -rail_fence.n.01,heatSource,0,0,FALSE,,,,, -rail_fence.n.01,fireSource,0,0,FALSE,,,,, -rail_fence.n.01,cookable,0,0,FALSE,,,,, -rail_fence.n.01,coldSource,0,0,FALSE,,,,, -rail_fence.n.01,sliceable,0,0,FALSE,,,,, -rail_fence.n.01,slicer,0,0,FALSE,,,,, -rail_fence.n.01,soakable,0,0,FALSE,,,,, -range_hood.n.01,liquid,0,0,FALSE,,,,, -range_hood.n.01,heatSource,0,0,FALSE,,,,, -range_hood.n.01,fireSource,0,0,FALSE,,,,, -range_hood.n.01,cookable,0,0,FALSE,,,,, -range_hood.n.01,coldSource,0,0,FALSE,,,,, -range_hood.n.01,sliceable,0,0,FALSE,,,,, -range_hood.n.01,slicer,0,0,FALSE,,,,, -range_hood.n.01,soakable,0,0,FALSE,,,,, -rocking_chair.n.01,liquid,0,0,FALSE,,,,, -rocking_chair.n.01,heatSource,0,0,FALSE,,,,, -rocking_chair.n.01,fireSource,0,0,FALSE,,,,, -rocking_chair.n.01,cookable,0,0,FALSE,,,,, -rocking_chair.n.01,coldSource,0,0,FALSE,,,,, -rocking_chair.n.01,sliceable,0,0,FALSE,,,,, -rocking_chair.n.01,slicer,1,0,FALSE,,,,, -rocking_chair.n.01,soakable,0,0,FALSE,,,,, -shelf.n.01,liquid,0,0,FALSE,,,,, -shelf.n.01,heatSource,0,0,FALSE,,,,, -shelf.n.01,fireSource,0,0,FALSE,,,,, -shelf.n.01,cookable,0,0,FALSE,,,,, -shelf.n.01,coldSource,0,0,FALSE,,,,, -shelf.n.01,sliceable,0,0,FALSE,,,,, -shelf.n.01,slicer,0,0,FALSE,,,,, -shelf.n.01,soakable,0,0,FALSE,,,,, -shower.n.01,liquid,0,0,FALSE,,,,, -shower.n.01,heatSource,0,0,FALSE,,,,, -shower.n.01,fireSource,0,0,FALSE,,,,, -shower.n.01,cookable,1,0,FALSE,,,,, -shower.n.01,coldSource,1,0,FALSE,,,,, -shower.n.01,sliceable,0,0,FALSE,,,,, -shower.n.01,slicer,1,0,FALSE,,,,, -shower.n.01,soakable,0,0,FALSE,,,,, -sink.n.01,liquid,0,0,FALSE,,,,, -sink.n.01,heatSource,0,0,FALSE,,,,, -sink.n.01,fireSource,0,0,FALSE,,,,, -sink.n.01,cookable,1,0,FALSE,,,,, -sink.n.01,coldSource,1,0,FALSE,,,,, -sink.n.01,sliceable,0,0,FALSE,,,,, -sink.n.01,slicer,0,0,FALSE,,,,, -sink.n.01,soakable,0,0,FALSE,,,,, -sofa.n.01,liquid,0,0,FALSE,,,,, -sofa.n.01,heatSource,0,0,FALSE,,,,, -sofa.n.01,fireSource,0,0,FALSE,,,,, -sofa.n.01,cookable,0,0,FALSE,,,,, -sofa.n.01,coldSource,0,0,FALSE,,,,, -sofa.n.01,sliceable,0,0,FALSE,,,,, -sofa.n.01,slicer,0,0,FALSE,,,,, -sofa.n.01,soakable,0,0,FALSE,,,,, -stand.n.04,liquid,0,0,FALSE,,,,, -stand.n.04,heatSource,0,0,FALSE,,,,, -stand.n.04,fireSource,0,0,FALSE,,,,, -stand.n.04,cookable,0,0,FALSE,,,,, -stand.n.04,coldSource,0,0,FALSE,,,,, -stand.n.04,sliceable,0,0,FALSE,,,,, -stand.n.04,slicer,1,0,FALSE,,,,, -stand.n.04,soakable,1,0,FALSE,,,,, -television_receiver.n.01,liquid,0,0,FALSE,,,,, -television_receiver.n.01,heatSource,0,0,FALSE,,,,, -television_receiver.n.01,fireSource,0,0,FALSE,,,,, -television_receiver.n.01,cookable,0,0,FALSE,,,,, -television_receiver.n.01,coldSource,0,0,FALSE,,,,, -television_receiver.n.01,sliceable,0,0,FALSE,,,,, -television_receiver.n.01,slicer,1,0,FALSE,,,,, -television_receiver.n.01,soakable,0,0,FALSE,,,,, -stool.n.01,liquid,0,0,FALSE,,,,, -stool.n.01,heatSource,0,0,FALSE,,,,, -stool.n.01,fireSource,0,0,FALSE,,,,, -stool.n.01,cookable,0,0,FALSE,,,,, -stool.n.01,coldSource,0,0,FALSE,,,,, -stool.n.01,sliceable,0,0,FALSE,,,,, -stool.n.01,slicer,0,0,FALSE,,,,, -stool.n.01,soakable,1,0,FALSE,,,,, -stove.n.01,liquid,0,0,FALSE,,,,, -stove.n.01,heatSource,1,0,FALSE,,,,, -stove.n.01,fireSource,1,0,FALSE,,,,, -stove.n.01,cookable,0,0,FALSE,,,,, -stove.n.01,coldSource,0,0,FALSE,,,,, -stove.n.01,sliceable,0,0,FALSE,,,,, -stove.n.01,slicer,1,0,FALSE,,,,, -stove.n.01,soakable,0,0,FALSE,,,,, -straight_chair.n.01,liquid,0,0,FALSE,,,,, -straight_chair.n.01,heatSource,0,0,FALSE,,,,, -straight_chair.n.01,fireSource,0,0,FALSE,,,,, -straight_chair.n.01,cookable,0,0,FALSE,,,,, -straight_chair.n.01,coldSource,0,0,FALSE,,,,, -straight_chair.n.01,sliceable,0,0,FALSE,,,,, -straight_chair.n.01,slicer,0,0,FALSE,,,,, -straight_chair.n.01,soakable,0,0,FALSE,,,,, -swivel_chair.n.01,liquid,0,0,FALSE,,,,, -swivel_chair.n.01,heatSource,0,0,FALSE,,,,, -swivel_chair.n.01,fireSource,0,0,FALSE,,,,, -swivel_chair.n.01,cookable,0,0,FALSE,,,,, -swivel_chair.n.01,coldSource,0,0,FALSE,,,,, -swivel_chair.n.01,sliceable,0,0,FALSE,,,,, -swivel_chair.n.01,slicer,1,0,FALSE,,,,, -swivel_chair.n.01,soakable,0,0,FALSE,,,,, -table_lamp.n.01,liquid,0,0,FALSE,,,,, -table_lamp.n.01,heatSource,0,0,FALSE,,,,, -table_lamp.n.01,fireSource,0,0,FALSE,,,,, -table_lamp.n.01,cookable,0,0,FALSE,,,,, -table_lamp.n.01,coldSource,0,0,FALSE,,,,, -table_lamp.n.01,sliceable,0,0,FALSE,,,,, -table_lamp.n.01,slicer,1,0,FALSE,,,,, -table_lamp.n.01,soakable,0,0,FALSE,,,,, -toilet.n.02,liquid,0,0,FALSE,,,,, -toilet.n.02,heatSource,0,0,FALSE,,,,, -toilet.n.02,fireSource,0,0,FALSE,,,,, -toilet.n.02,cookable,0,0,FALSE,,,,, -toilet.n.02,coldSource,0,0,FALSE,,,,, -toilet.n.02,sliceable,0,0,FALSE,,,,, -toilet.n.02,slicer,1,0,FALSE,,,,, -toilet.n.02,soakable,0,0,FALSE,,,,, -towel_rack.n.01,liquid,0,0,FALSE,,,,, -towel_rack.n.01,heatSource,0,0,FALSE,,,,, -towel_rack.n.01,fireSource,0,0,FALSE,,,,, -towel_rack.n.01,cookable,0,0,FALSE,,,,, -towel_rack.n.01,coldSource,0,0,FALSE,,,,, -towel_rack.n.01,sliceable,0,0,FALSE,,,,, -towel_rack.n.01,slicer,1,0,FALSE,,,,, -towel_rack.n.01,soakable,0,0,FALSE,,,,, -ashcan.n.01,liquid,0,0,FALSE,,,,, -ashcan.n.01,heatSource,0,0,FALSE,,,,, -ashcan.n.01,fireSource,0,0,FALSE,,,,, -ashcan.n.01,cookable,0,0,FALSE,,,,, -ashcan.n.01,coldSource,0,0,FALSE,,,,, -ashcan.n.01,sliceable,0,0,FALSE,,,,, -ashcan.n.01,slicer,1,0,FALSE,,,,, -ashcan.n.01,soakable,0,0,FALSE,,,,, -treadmill.n.01,liquid,0,0,FALSE,,,,, -treadmill.n.01,heatSource,0,0,FALSE,,,,, -treadmill.n.01,fireSource,0,0,FALSE,,,,, -treadmill.n.01,cookable,0,0,FALSE,,,,, -treadmill.n.01,coldSource,0,0,FALSE,,,,, -treadmill.n.01,sliceable,0,0,FALSE,,,,, -treadmill.n.01,slicer,0,0,FALSE,,,,, -treadmill.n.01,soakable,0,0,FALSE,,,,, -wall_clock.n.01,liquid,0,0,FALSE,,,,, -wall_clock.n.01,heatSource,0,0,FALSE,,,,, -wall_clock.n.01,fireSource,0,0,FALSE,,,,, -wall_clock.n.01,cookable,0,0,FALSE,,,,, -wall_clock.n.01,coldSource,0,0,FALSE,,,,, -wall_clock.n.01,sliceable,0,0,FALSE,,,,, -wall_clock.n.01,slicer,1,0,FALSE,,,,, -wall_clock.n.01,soakable,0,0,FALSE,,,,, -washer.n.03,liquid,0,0,FALSE,,,,, -washer.n.03,heatSource,0,0,FALSE,,,,, -washer.n.03,fireSource,0,0,FALSE,,,,, -washer.n.03,cookable,0,0,FALSE,,,,, -washer.n.03,coldSource,0,0,FALSE,,,,, -washer.n.03,sliceable,0,0,FALSE,,,,, -washer.n.03,slicer,1,0,FALSE,,,,, -washer.n.03,soakable,0,0,FALSE,,,,, -window.n.01,liquid,0,0,FALSE,,,,, -window.n.01,heatSource,0,0,FALSE,,,,, -window.n.01,fireSource,0,0,FALSE,,,,, -window.n.01,cookable,0,0,FALSE,,,,, -window.n.01,coldSource,0,0,FALSE,,,,, -window.n.01,sliceable,0,0,FALSE,,,,, -window.n.01,slicer,1,0,FALSE,,,,, -window.n.01,soakable,0,0,FALSE,,,,, -apple.n.01,liquid,0,0,FALSE,,,,, -apple.n.01,heatSource,0,0,FALSE,,,,, -apple.n.01,fireSource,1,0,FALSE,,,,, -apple.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -apple.n.01,coldSource,0,0,FALSE,,,,, -apple.n.01,sliceable,1,1,FALSE,,,,, -apple.n.01,slicer,0,0,FALSE,,,,, -apple.n.01,soakable,0,0,FALSE,,,,, -apricot.n.02,liquid,0,0,FALSE,,,,, -apricot.n.02,heatSource,0,0,FALSE,,,,, -apricot.n.02,fireSource,0,0,FALSE,,,,, -apricot.n.02,cookable,0,1,TRUE,58,104,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",https://bakeschool.com/apricot-jam/, -apricot.n.02,coldSource,0,0,FALSE,,,,, -apricot.n.02,sliceable,0,1,FALSE,,,,, -apricot.n.02,slicer,0,0,FALSE,,,,, -apricot.n.02,soakable,0,0,FALSE,,,,, -artichoke.n.02,liquid,0,0,FALSE,,,,, -artichoke.n.02,heatSource,0,0,FALSE,,,,, -artichoke.n.02,fireSource,1,0,FALSE,,,,, -artichoke.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -artichoke.n.02,coldSource,0,0,FALSE,,,,, -artichoke.n.02,sliceable,0,1,FALSE,,,,, -artichoke.n.02,slicer,0,0,FALSE,,,,, -artichoke.n.02,soakable,0,0,FALSE,,,,, -banana.n.02,liquid,0,0,FALSE,,,,, -banana.n.02,heatSource,0,0,FALSE,,,,, -banana.n.02,fireSource,0,0,FALSE,,,,, -banana.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -banana.n.02,coldSource,0,0,FALSE,,,,, -banana.n.02,sliceable,0,1,FALSE,,,,, -banana.n.02,slicer,0,0,FALSE,,,,, -banana.n.02,soakable,0,0,FALSE,,,,, -bean.n.01,liquid,0,0,FALSE,,,,, -bean.n.01,heatSource,0,0,FALSE,,,,, -bean.n.01,fireSource,1,0,FALSE,,,,, -bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -bean.n.01,coldSource,0,0,FALSE,,,,, -bean.n.01,sliceable,0,0,FALSE,,,,, -bean.n.01,slicer,1,0,FALSE,,,,, -bean.n.01,soakable,0,0,FALSE,,,,, -beet.n.02,liquid,0,0,FALSE,,,,, -beet.n.02,heatSource,0,0,FALSE,,,,, -beet.n.02,fireSource,1,0,FALSE,,,,, -beet.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -beet.n.02,coldSource,0,0,FALSE,,,,, -beet.n.02,sliceable,0,1,FALSE,,,,, -beet.n.02,slicer,0,0,FALSE,,,,, -beet.n.02,soakable,0,0,FALSE,,,,, -bell_pepper.n.02,liquid,0,0,FALSE,,,,, -bell_pepper.n.02,heatSource,0,0,FALSE,,,,, -bell_pepper.n.02,fireSource,1,0,FALSE,,,,, -bell_pepper.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -bell_pepper.n.02,coldSource,0,0,FALSE,,,,, -bell_pepper.n.02,sliceable,0,1,FALSE,,,,, -bell_pepper.n.02,slicer,1,0,FALSE,,,,, -bell_pepper.n.02,soakable,0,0,FALSE,,,,, -bowl.n.01,liquid,0,0,FALSE,,,,, -bowl.n.01,heatSource,0,0,FALSE,,,,, -bowl.n.01,fireSource,0,0,FALSE,,,,, -bowl.n.01,cookable,0,0,FALSE,,,,, -bowl.n.01,coldSource,1,0,FALSE,,,,, -bowl.n.01,sliceable,0,0,FALSE,,,,, -bowl.n.01,slicer,0,0,FALSE,,,,, -bowl.n.01,soakable,0,0,FALSE,,,,, -broccoli.n.02,liquid,0,0,FALSE,,,,, -broccoli.n.02,heatSource,0,0,FALSE,,,,, -broccoli.n.02,fireSource,0,0,FALSE,,,,, -broccoli.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -broccoli.n.02,coldSource,0,0,FALSE,,,,, -broccoli.n.02,sliceable,0,1,FALSE,,,,, -broccoli.n.02,slicer,0,0,FALSE,,,,, -broccoli.n.02,soakable,0,0,FALSE,,,,, -bucket.n.01,liquid,0,0,FALSE,,,,, -bucket.n.01,heatSource,0,0,FALSE,,,,, -bucket.n.01,fireSource,0,0,FALSE,,,,, -bucket.n.01,cookable,0,0,FALSE,,,,, -bucket.n.01,coldSource,1,0,FALSE,,,,, -bucket.n.01,sliceable,0,0,FALSE,,,,, -bucket.n.01,slicer,1,0,FALSE,,,,, -bucket.n.01,soakable,0,0,FALSE,,,,, -bulldog_clip.n.01,liquid,0,0,FALSE,,,,, -bulldog_clip.n.01,heatSource,0,0,FALSE,,,,, -bulldog_clip.n.01,fireSource,0,0,FALSE,,,,, -bulldog_clip.n.01,cookable,0,0,FALSE,,,,, -bulldog_clip.n.01,coldSource,0,0,FALSE,,,,, -bulldog_clip.n.01,sliceable,0,0,FALSE,,,,, -bulldog_clip.n.01,slicer,1,0,FALSE,,,,, -bulldog_clip.n.01,soakable,0,0,FALSE,,,,, -bulletin_board.n.02,liquid,0,0,FALSE,,,,, -bulletin_board.n.02,heatSource,0,0,FALSE,,,,, -bulletin_board.n.02,fireSource,0,0,FALSE,,,,, -bulletin_board.n.02,cookable,0,0,FALSE,,,,, -bulletin_board.n.02,coldSource,0,0,FALSE,,,,, -bulletin_board.n.02,sliceable,0,0,FALSE,,,,, -bulletin_board.n.02,slicer,1,0,FALSE,,,,, -bulletin_board.n.02,soakable,0,0,FALSE,,,,, -butter.n.01,liquid,0,0,FALSE,,,,, -butter.n.01,heatSource,0,0,FALSE,,,,, -butter.n.01,fireSource,1,1,FALSE,,,,, -butter.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -butter.n.01,coldSource,0,0,FALSE,,,,, -butter.n.01,sliceable,0,1,FALSE,,,,, -butter.n.01,slicer,0,0,FALSE,,,,, -butter.n.01,soakable,1,0,FALSE,,,,, -caliper.n.01,liquid,0,0,FALSE,,,,, -caliper.n.01,heatSource,0,0,FALSE,,,,, -caliper.n.01,fireSource,0,0,FALSE,,,,, -caliper.n.01,cookable,0,0,FALSE,,,,, -caliper.n.01,coldSource,0,0,FALSE,,,,, -caliper.n.01,sliceable,0,0,FALSE,,,,, -caliper.n.01,slicer,1,0,FALSE,,,,, -caliper.n.01,soakable,0,0,FALSE,,,,, -canned_food.n.01,liquid,0,0,FALSE,,,,, -canned_food.n.01,heatSource,0,0,FALSE,,,,, -canned_food.n.01,fireSource,1,0,FALSE,,,,, -canned_food.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -canned_food.n.01,coldSource,1,0,FALSE,,,,, -canned_food.n.01,sliceable,0,0,FALSE,,,,, -canned_food.n.01,slicer,0,0,FALSE,,,,, -canned_food.n.01,soakable,0,0,FALSE,,,,, -cantaloup.n.02,liquid,0,0,FALSE,,,,, -cantaloup.n.02,heatSource,0,0,FALSE,,,,, -cantaloup.n.02,fireSource,0,0,FALSE,,,,, -cantaloup.n.02,cookable,0,0,FALSE,,,,, -cantaloup.n.02,coldSource,0,0,FALSE,,,,, -cantaloup.n.02,sliceable,0,0,FALSE,,,,, -cantaloup.n.02,slicer,0,0,FALSE,,,,, -cantaloup.n.02,soakable,0,0,FALSE,,,,, -carafe.n.01,liquid,0,0,FALSE,,,,, -carafe.n.01,heatSource,0,0,FALSE,,,,, -carafe.n.01,fireSource,0,0,FALSE,,,,, -carafe.n.01,cookable,0,0,FALSE,,,,, -carafe.n.01,coldSource,1,0,FALSE,,,,, -carafe.n.01,sliceable,0,0,FALSE,,,,, -carafe.n.01,slicer,1,0,FALSE,,,,, -carafe.n.01,soakable,0,0,FALSE,,,,, -carrot.n.03,liquid,0,0,FALSE,,,,, -carrot.n.03,heatSource,0,0,FALSE,,,,, -carrot.n.03,fireSource,1,0,FALSE,,,,, -carrot.n.03,cookable,0,1,TRUE,91,UNKNOWN,"https://bellyfull.net/baked-sweet-potato/#:~:text=Simply%20poke%20the%20potato%20with,potato%20when%20they're%20done.",, -carrot.n.03,coldSource,0,0,FALSE,,,,, -carrot.n.03,sliceable,0,0,FALSE,,,,, -carrot.n.03,slicer,0,0,FALSE,,,,, -carrot.n.03,soakable,0,0,FALSE,,,,, -carving_knife.n.01,liquid,0,0,FALSE,,,,, -carving_knife.n.01,heatSource,0,0,FALSE,,,,, -carving_knife.n.01,fireSource,0,0,FALSE,,,,, -carving_knife.n.01,cookable,0,0,FALSE,,,,, -carving_knife.n.01,coldSource,0,0,FALSE,,,,, -carving_knife.n.01,sliceable,0,0,FALSE,,,,, -carving_knife.n.01,slicer,0,1,FALSE,,,,, -carving_knife.n.01,soakable,0,0,FALSE,,,,, -casserole.n.02,liquid,0,0,FALSE,,,,, -casserole.n.02,heatSource,0,0,FALSE,,,,, -casserole.n.02,fireSource,1,0,FALSE,,,,, -casserole.n.02,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -casserole.n.02,coldSource,0,0,FALSE,,,,, -casserole.n.02,sliceable,0,1,FALSE,,,,, -casserole.n.02,slicer,0,0,FALSE,,,,, -casserole.n.02,soakable,0,0,FALSE,,,,, -catsup.n.01,liquid,0,0,FALSE,,,,, -catsup.n.01,heatSource,0,0,FALSE,,,,, -catsup.n.01,fireSource,1,0,FALSE,,,,, -catsup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-tomato-sauce-be-cooked-at/,, -catsup.n.01,coldSource,0,0,FALSE,,,,, -catsup.n.01,sliceable,0,0,FALSE,,,,, -catsup.n.01,slicer,0,0,FALSE,,,,, -catsup.n.01,soakable,0,0,FALSE,,,,, -cherry.n.03,liquid,0,0,FALSE,,,,, -cherry.n.03,heatSource,0,0,FALSE,,,,, -cherry.n.03,fireSource,0,0,FALSE,,,,, -cherry.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cherry.n.03,coldSource,0,0,FALSE,,,,, -cherry.n.03,sliceable,0,1,FALSE,,,,, -cherry.n.03,slicer,1,0,FALSE,,,,, -cherry.n.03,soakable,0,0,FALSE,,,,, -chestnut.n.03,liquid,0,0,FALSE,,,,, -chestnut.n.03,heatSource,0,0,FALSE,,,,, -chestnut.n.03,fireSource,1,0,FALSE,,,,, -chestnut.n.03,cookable,0,1,TRUE,Unknown,UNKNOWN,,, -chestnut.n.03,coldSource,0,0,FALSE,,,,, -chestnut.n.03,sliceable,0,0,FALSE,,,,, -chestnut.n.03,slicer,0,0,FALSE,,,,, -chestnut.n.03,soakable,0,0,FALSE,,,,, -chip.n.04,liquid,0,0,FALSE,,,,, -chip.n.04,heatSource,0,0,FALSE,,,,, -chip.n.04,fireSource,1,0,FALSE,,,,, -chip.n.04,cookable,0,0,FALSE,,,,, -chip.n.04,coldSource,0,0,FALSE,,,,, -chip.n.04,sliceable,0,0,FALSE,,,,, -chip.n.04,slicer,1,0,FALSE,,,,, -chip.n.04,soakable,0,0,FALSE,,,,, -chives.n.01,liquid,0,0,FALSE,,,,, -chives.n.01,heatSource,0,0,FALSE,,,,, -chives.n.01,fireSource,0,0,FALSE,,,,, -chives.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -chives.n.01,coldSource,0,0,FALSE,,,,, -chives.n.01,sliceable,0,1,FALSE,,,,, -chives.n.01,slicer,0,0,FALSE,,,,, -chives.n.01,soakable,0,0,FALSE,,,,, -chopping_board.n.01,liquid,0,0,FALSE,,,,, -chopping_board.n.01,heatSource,0,0,FALSE,,,,, -chopping_board.n.01,fireSource,0,0,FALSE,,,,, -chopping_board.n.01,cookable,0,0,FALSE,,,,, -chopping_board.n.01,coldSource,0,0,FALSE,,,,, -chopping_board.n.01,sliceable,0,0,FALSE,,,,, -chopping_board.n.01,slicer,0,0,FALSE,,,,, -chopping_board.n.01,soakable,0,0,FALSE,,,,, -clove.n.03,liquid,0,0,FALSE,,,,, -clove.n.03,heatSource,0,0,FALSE,,,,, -clove.n.03,fireSource,1,0,FALSE,,,,, -clove.n.03,cookable,0,1,TRUE,Unknown,UNKNOWN,,, -clove.n.03,coldSource,0,0,FALSE,,,,, -clove.n.03,sliceable,0,0,FALSE,,,,, -clove.n.03,slicer,0,0,FALSE,,,,, -clove.n.03,soakable,0,0,FALSE,,,,, -coatrack.n.01,liquid,0,0,FALSE,,,,, -coatrack.n.01,heatSource,0,0,FALSE,,,,, -coatrack.n.01,fireSource,0,0,FALSE,,,,, -coatrack.n.01,cookable,0,0,FALSE,,,,, -coatrack.n.01,coldSource,0,0,FALSE,,,,, -coatrack.n.01,sliceable,0,0,FALSE,,,,, -coatrack.n.01,slicer,1,0,FALSE,,,,, -coatrack.n.01,soakable,0,0,FALSE,,,,, -coconut.n.01,liquid,0,0,FALSE,,,,, -coconut.n.01,heatSource,0,0,FALSE,,,,, -coconut.n.01,fireSource,1,0,FALSE,,,,, -coconut.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -coconut.n.01,coldSource,0,0,FALSE,,,,, -coconut.n.01,sliceable,0,0,FALSE,,,,, -coconut.n.01,slicer,0,0,FALSE,,,,, -coconut.n.01,soakable,0,0,FALSE,,,,, -colander.n.01,liquid,0,0,FALSE,,,,, -colander.n.01,heatSource,0,0,FALSE,,,,, -colander.n.01,fireSource,0,0,FALSE,,,,, -colander.n.01,cookable,0,0,FALSE,,,,, -colander.n.01,coldSource,1,0,FALSE,,,,, -colander.n.01,sliceable,0,0,FALSE,,,,, -colander.n.01,slicer,1,0,FALSE,,,,, -colander.n.01,soakable,0,0,FALSE,,,,, -cream.n.02,liquid,1,1,FALSE,,,,, -cream.n.02,heatSource,0,0,FALSE,,,,, -cream.n.02,fireSource,0,0,FALSE,,,,, -cream.n.02,cookable,0,1,TRUE,77,UNKNOWN,https://blog.thermoworks.com/desserts/homemade-ice-cream-temperatures/,, -cream.n.02,coldSource,0,0,FALSE,,,,, -cream.n.02,sliceable,0,0,FALSE,,,,, -cream.n.02,slicer,0,0,FALSE,,,,, -cream.n.02,soakable,0,0,FALSE,,,,, -cream_pitcher.n.01,liquid,0,0,FALSE,,,,, -cream_pitcher.n.01,heatSource,0,0,FALSE,,,,, -cream_pitcher.n.01,fireSource,0,0,FALSE,,,,, -cream_pitcher.n.01,cookable,0,0,FALSE,,,,, -cream_pitcher.n.01,coldSource,1,0,FALSE,,,,, -cream_pitcher.n.01,sliceable,0,0,FALSE,,,,, -cream_pitcher.n.01,slicer,1,0,FALSE,,,,, -cream_pitcher.n.01,soakable,0,0,FALSE,,,,, -cruet.n.01,liquid,0,0,FALSE,,,,, -cruet.n.01,heatSource,0,0,FALSE,,,,, -cruet.n.01,fireSource,0,0,FALSE,,,,, -cruet.n.01,cookable,0,0,FALSE,,,,, -cruet.n.01,coldSource,1,0,FALSE,,,,, -cruet.n.01,sliceable,0,0,FALSE,,,,, -cruet.n.01,slicer,1,0,FALSE,,,,, -cruet.n.01,soakable,0,0,FALSE,,,,, -cucumber.n.02,liquid,0,0,FALSE,,,,, -cucumber.n.02,heatSource,0,0,FALSE,,,,, -cucumber.n.02,fireSource,0,0,FALSE,,,,, -cucumber.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cucumber.n.02,coldSource,0,0,FALSE,,,,, -cucumber.n.02,sliceable,0,1,FALSE,,,,, -cucumber.n.02,slicer,1,0,FALSE,,,,, -cucumber.n.02,soakable,0,0,FALSE,,,,, -scale.n.07,liquid,0,0,FALSE,,,,, -scale.n.07,heatSource,0,0,FALSE,,,,, -scale.n.07,fireSource,0,0,FALSE,,,,, -scale.n.07,cookable,0,0,FALSE,,,,, -scale.n.07,coldSource,0,0,FALSE,,,,, -scale.n.07,sliceable,0,0,FALSE,,,,, -scale.n.07,slicer,1,0,FALSE,,,,, -scale.n.07,soakable,0,0,FALSE,,,,, -dinner_napkin.n.01,liquid,0,0,FALSE,,,,, -dinner_napkin.n.01,heatSource,0,0,FALSE,,,,, -dinner_napkin.n.01,fireSource,0,0,FALSE,,,,, -dinner_napkin.n.01,cookable,0,0,FALSE,,,,, -dinner_napkin.n.01,coldSource,0,0,FALSE,,,,, -dinner_napkin.n.01,sliceable,0,0,FALSE,,,,, -dinner_napkin.n.01,slicer,0,0,FALSE,,,,, -dinner_napkin.n.01,soakable,1,1,FALSE,,,,, -dipper.n.01,liquid,1,1,FALSE,,,,, -dipper.n.01,heatSource,0,0,FALSE,,,,, -dipper.n.01,fireSource,0,0,FALSE,,,,, -dipper.n.01,cookable,0,0,FALSE,,,,, -dipper.n.01,coldSource,1,0,FALSE,,,,, -dipper.n.01,sliceable,0,0,FALSE,,,,, -dipper.n.01,slicer,1,0,FALSE,,,,, -dipper.n.01,soakable,0,0,FALSE,,,,, -dish_rack.n.01,liquid,0,0,FALSE,,,,, -dish_rack.n.01,heatSource,0,0,FALSE,,,,, -dish_rack.n.01,fireSource,0,0,FALSE,,,,, -dish_rack.n.01,cookable,0,0,FALSE,,,,, -dish_rack.n.01,coldSource,0,0,FALSE,,,,, -dish_rack.n.01,sliceable,0,0,FALSE,,,,, -dish_rack.n.01,slicer,0,0,FALSE,,,,, -dish_rack.n.01,soakable,0,0,FALSE,,,,, -egg.n.02,liquid,0,0,FALSE,,,,, -egg.n.02,heatSource,0,0,FALSE,,,,, -egg.n.02,fireSource,1,0,FALSE,,,,, -egg.n.02,cookable,0,1,TRUE,68,162,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://foodsguy.com/griddle-temp-for-eggs/, -egg.n.02,coldSource,0,0,FALSE,,,,, -egg.n.02,sliceable,0,0,FALSE,,,,, -egg.n.02,slicer,0,0,FALSE,,,,, -egg.n.02,soakable,0,0,FALSE,,,,, -eggplant.n.01,liquid,0,0,FALSE,,,,, -eggplant.n.01,heatSource,0,0,FALSE,,,,, -eggplant.n.01,fireSource,1,0,FALSE,,,,, -eggplant.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -eggplant.n.01,coldSource,0,0,FALSE,,,,, -eggplant.n.01,sliceable,0,1,FALSE,,,,, -eggplant.n.01,slicer,1,0,FALSE,,,,, -eggplant.n.01,soakable,0,0,FALSE,,,,, -eraser.n.01,liquid,0,0,FALSE,,,,, -eraser.n.01,heatSource,0,0,FALSE,,,,, -eraser.n.01,fireSource,0,0,FALSE,,,,, -eraser.n.01,cookable,0,0,FALSE,,,,, -eraser.n.01,coldSource,0,0,FALSE,,,,, -eraser.n.01,sliceable,0,0,FALSE,,,,, -eraser.n.01,slicer,1,0,FALSE,,,,, -eraser.n.01,soakable,0,0,FALSE,,,,, -flour.n.01,liquid,0,0,FALSE,,,,, -flour.n.01,heatSource,0,0,FALSE,,,,, -flour.n.01,fireSource,1,0,FALSE,,,,, -flour.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -flour.n.01,coldSource,0,0,FALSE,,,,, -flour.n.01,sliceable,0,0,FALSE,,,,, -flour.n.01,slicer,0,0,FALSE,,,,, -flour.n.01,soakable,0,0,FALSE,,,,, -foot_rule.n.01,liquid,0,0,FALSE,,,,, -foot_rule.n.01,heatSource,0,0,FALSE,,,,, -foot_rule.n.01,fireSource,0,0,FALSE,,,,, -foot_rule.n.01,cookable,0,0,FALSE,,,,, -foot_rule.n.01,coldSource,0,0,FALSE,,,,, -foot_rule.n.01,sliceable,0,0,FALSE,,,,, -foot_rule.n.01,slicer,0,0,FALSE,,,,, -foot_rule.n.01,soakable,0,0,FALSE,,,,, -frying_pan.n.01,liquid,0,0,FALSE,,,,, -frying_pan.n.01,heatSource,1,1,FALSE,,,,, -frying_pan.n.01,fireSource,1,0,FALSE,,,,, -frying_pan.n.01,cookable,0,0,FALSE,,,,, -frying_pan.n.01,coldSource,0,0,FALSE,,,,, -frying_pan.n.01,sliceable,0,0,FALSE,,,,, -frying_pan.n.01,slicer,1,0,FALSE,,,,, -frying_pan.n.01,soakable,0,0,FALSE,,,,, -glass.n.02,liquid,0,0,FALSE,,,,, -glass.n.02,heatSource,0,0,FALSE,,,,, -glass.n.02,fireSource,0,0,FALSE,,,,, -glass.n.02,cookable,0,0,FALSE,,,,, -glass.n.02,coldSource,1,0,FALSE,,,,, -glass.n.02,sliceable,0,0,FALSE,,,,, -glass.n.02,slicer,1,0,FALSE,,,,, -glass.n.02,soakable,0,0,FALSE,,,,, -gooseberry.n.01,liquid,0,0,FALSE,,,,, -gooseberry.n.01,heatSource,0,0,FALSE,,,,, -gooseberry.n.01,fireSource,1,0,FALSE,,,,, -gooseberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -gooseberry.n.01,coldSource,0,0,FALSE,,,,, -gooseberry.n.01,sliceable,0,0,FALSE,,,,, -gooseberry.n.01,slicer,0,0,FALSE,,,,, -gooseberry.n.01,soakable,0,0,FALSE,,,,, -grape.n.01,liquid,0,0,FALSE,,,,, -grape.n.01,heatSource,0,0,FALSE,,,,, -grape.n.01,fireSource,0,0,FALSE,,,,, -grape.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -grape.n.01,coldSource,0,0,FALSE,,,,, -grape.n.01,sliceable,0,0,FALSE,,,,, -grape.n.01,slicer,0,0,FALSE,,,,, -grape.n.01,soakable,0,0,FALSE,,,,, -grater.n.01,liquid,0,0,FALSE,,,,, -grater.n.01,heatSource,0,0,FALSE,,,,, -grater.n.01,fireSource,0,0,FALSE,,,,, -grater.n.01,cookable,0,0,FALSE,,,,, -grater.n.01,coldSource,0,0,FALSE,,,,, -grater.n.01,sliceable,0,0,FALSE,,,,, -grater.n.01,slicer,1,1,FALSE,,,,, -grater.n.01,soakable,0,0,FALSE,,,,, -griddle.n.01,liquid,0,0,FALSE,,,,, -griddle.n.01,heatSource,1,1,FALSE,,,,, -griddle.n.01,fireSource,1,0,FALSE,,,,, -griddle.n.01,cookable,0,0,FALSE,,,,, -griddle.n.01,coldSource,0,0,FALSE,,,,, -griddle.n.01,sliceable,0,0,FALSE,,,,, -griddle.n.01,slicer,1,0,FALSE,,,,, -griddle.n.01,soakable,0,0,FALSE,,,,, -kiwi.n.03,liquid,0,0,FALSE,,,,, -kiwi.n.03,heatSource,0,0,FALSE,,,,, -kiwi.n.03,fireSource,0,0,FALSE,,,,, -kiwi.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -kiwi.n.03,coldSource,0,0,FALSE,,,,, -kiwi.n.03,sliceable,0,1,FALSE,,,,, -kiwi.n.03,slicer,0,0,FALSE,,,,, -kiwi.n.03,soakable,0,0,FALSE,,,,, -lemon.n.01,liquid,0,0,FALSE,,,,, -lemon.n.01,heatSource,0,0,FALSE,,,,, -lemon.n.01,fireSource,0,0,FALSE,,,,, -lemon.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lemon.n.01,coldSource,0,0,FALSE,,,,, -lemon.n.01,sliceable,0,1,FALSE,,,,, -lemon.n.01,slicer,1,0,FALSE,,,,, -lemon.n.01,soakable,0,0,FALSE,,,,, -mushroom.n.05,liquid,0,0,FALSE,,,,, -mushroom.n.05,heatSource,0,0,FALSE,,,,, -mushroom.n.05,fireSource,1,0,FALSE,,,,, -mushroom.n.05,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -mushroom.n.05,coldSource,0,0,FALSE,,,,, -mushroom.n.05,sliceable,0,1,FALSE,,,,, -mushroom.n.05,slicer,0,0,FALSE,,,,, -mushroom.n.05,soakable,0,0,FALSE,,,,, -orange.n.01,liquid,0,0,FALSE,,,,, -orange.n.01,heatSource,0,0,FALSE,,,,, -orange.n.01,fireSource,0,0,FALSE,,,,, -orange.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -orange.n.01,coldSource,0,0,FALSE,,,,, -orange.n.01,sliceable,0,1,FALSE,,,,, -orange.n.01,slicer,0,0,FALSE,,,,, -orange.n.01,soakable,0,0,FALSE,,,,, -peach.n.03,liquid,0,0,FALSE,,,,, -peach.n.03,heatSource,0,0,FALSE,,,,, -peach.n.03,fireSource,0,0,FALSE,,,,, -peach.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -peach.n.03,coldSource,0,0,FALSE,,,,, -peach.n.03,sliceable,0,1,FALSE,,,,, -peach.n.03,slicer,1,0,FALSE,,,,, -peach.n.03,soakable,0,0,FALSE,,,,, -pear.n.01,liquid,0,0,FALSE,,,,, -pear.n.01,heatSource,0,0,FALSE,,,,, -pear.n.01,fireSource,0,0,FALSE,,,,, -pear.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pear.n.01,coldSource,1,0,FALSE,,,,, -pear.n.01,sliceable,0,1,FALSE,,,,, -pear.n.01,slicer,0,0,FALSE,,,,, -pear.n.01,soakable,0,0,FALSE,,,,, -pineapple.n.02,liquid,0,0,FALSE,,,,, -pineapple.n.02,heatSource,0,0,FALSE,,,,, -pineapple.n.02,fireSource,0,0,FALSE,,,,, -pineapple.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pineapple.n.02,coldSource,0,0,FALSE,,,,, -pineapple.n.02,sliceable,0,1,FALSE,,,,, -pineapple.n.02,slicer,0,0,FALSE,,,,, -pineapple.n.02,soakable,0,0,FALSE,,,,, -plum.n.02,liquid,0,0,FALSE,,,,, -plum.n.02,heatSource,0,0,FALSE,,,,, -plum.n.02,fireSource,1,0,FALSE,,,,, -plum.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -plum.n.02,coldSource,0,0,FALSE,,,,, -plum.n.02,sliceable,0,1,FALSE,,,,, -plum.n.02,slicer,0,0,FALSE,,,,, -plum.n.02,soakable,0,0,FALSE,,,,, -pomegranate.n.02,liquid,0,0,FALSE,,,,, -pomegranate.n.02,heatSource,0,0,FALSE,,,,, -pomegranate.n.02,fireSource,0,0,FALSE,,,,, -pomegranate.n.02,cookable,0,0,FALSE,,,,, -pomegranate.n.02,coldSource,0,0,FALSE,,,,, -pomegranate.n.02,sliceable,0,0,FALSE,,,,, -pomegranate.n.02,slicer,0,0,FALSE,,,,, -pomegranate.n.02,soakable,0,0,FALSE,,,,, -pomelo.n.02,liquid,0,0,FALSE,,,,, -pomelo.n.02,heatSource,0,0,FALSE,,,,, -pomelo.n.02,fireSource,0,0,FALSE,,,,, -pomelo.n.02,cookable,0,0,FALSE,,,,, -pomelo.n.02,coldSource,0,0,FALSE,,,,, -pomelo.n.02,sliceable,0,0,FALSE,,,,, -pomelo.n.02,slicer,0,0,FALSE,,,,, -pomelo.n.02,soakable,0,0,FALSE,,,,, -strawberry.n.01,liquid,0,0,FALSE,,,,, -strawberry.n.01,heatSource,0,0,FALSE,,,,, -strawberry.n.01,fireSource,0,0,FALSE,,,,, -strawberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -strawberry.n.01,coldSource,0,0,FALSE,,,,, -strawberry.n.01,sliceable,0,1,FALSE,,,,, -strawberry.n.01,slicer,0,0,FALSE,,,,, -strawberry.n.01,soakable,0,0,FALSE,,,,, -tomato.n.01,liquid,0,0,FALSE,,,,, -tomato.n.01,heatSource,0,0,FALSE,,,,, -tomato.n.01,fireSource,1,0,FALSE,,,,, -tomato.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -tomato.n.01,coldSource,0,0,FALSE,,,,, -tomato.n.01,sliceable,0,1,FALSE,,,,, -tomato.n.01,slicer,0,0,FALSE,,,,, -tomato.n.01,soakable,0,0,FALSE,,,,, -vidalia_onion.n.01,liquid,0,0,FALSE,,,,, -vidalia_onion.n.01,heatSource,0,0,FALSE,,,,, -vidalia_onion.n.01,fireSource,1,0,FALSE,,,,, -vidalia_onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -vidalia_onion.n.01,coldSource,0,0,FALSE,,,,, -vidalia_onion.n.01,sliceable,0,1,FALSE,,,,, -vidalia_onion.n.01,slicer,0,0,FALSE,,,,, -vidalia_onion.n.01,soakable,0,0,FALSE,,,,, -head_cabbage.n.02,liquid,0,0,FALSE,,,,, -head_cabbage.n.02,heatSource,0,0,FALSE,,,,, -head_cabbage.n.02,fireSource,1,0,FALSE,,,,, -head_cabbage.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -head_cabbage.n.02,coldSource,0,0,FALSE,,,,, -head_cabbage.n.02,sliceable,0,1,FALSE,,,,, -head_cabbage.n.02,slicer,0,0,FALSE,,,,, -head_cabbage.n.02,soakable,0,0,FALSE,,,,, -highlighter.n.02,liquid,0,0,FALSE,,,,, -highlighter.n.02,heatSource,0,0,FALSE,,,,, -highlighter.n.02,fireSource,0,0,FALSE,,,,, -highlighter.n.02,cookable,0,0,FALSE,,,,, -highlighter.n.02,coldSource,1,0,FALSE,,,,, -highlighter.n.02,sliceable,0,0,FALSE,,,,, -highlighter.n.02,slicer,1,0,FALSE,,,,, -highlighter.n.02,soakable,0,0,FALSE,,,,, -steel.n.03,liquid,0,0,FALSE,,,,, -steel.n.03,heatSource,0,0,FALSE,,,,, -steel.n.03,fireSource,0,0,FALSE,,,,, -steel.n.03,cookable,0,0,FALSE,,,,, -steel.n.03,coldSource,0,0,FALSE,,,,, -steel.n.03,sliceable,0,0,FALSE,,,,, -steel.n.03,slicer,0,0,FALSE,,,,, -steel.n.03,soakable,0,0,FALSE,,,,, -jar.n.01,liquid,0,0,FALSE,,,,, -jar.n.01,heatSource,0,0,FALSE,,,,, -jar.n.01,fireSource,0,0,FALSE,,,,, -jar.n.01,cookable,0,0,FALSE,,,,, -jar.n.01,coldSource,1,0,FALSE,,,,, -jar.n.01,sliceable,0,0,FALSE,,,,, -jar.n.01,slicer,0,0,FALSE,,,,, -jar.n.01,soakable,0,0,FALSE,,,,, -kettle.n.01,liquid,0,0,FALSE,,,,, -kettle.n.01,heatSource,1,1,FALSE,,,,, -kettle.n.01,fireSource,1,0,FALSE,,,,, -kettle.n.01,cookable,0,0,FALSE,,,,, -kettle.n.01,coldSource,1,0,FALSE,,,,, -kettle.n.01,sliceable,0,0,FALSE,,,,, -kettle.n.01,slicer,1,0,FALSE,,,,, -kettle.n.01,soakable,0,0,FALSE,,,,, -lettuce.n.03,liquid,0,0,FALSE,,,,, -lettuce.n.03,heatSource,0,0,FALSE,,,,, -lettuce.n.03,fireSource,0,0,FALSE,,,,, -lettuce.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lettuce.n.03,coldSource,0,0,FALSE,,,,, -lettuce.n.03,sliceable,0,1,FALSE,,,,, -lettuce.n.03,slicer,0,0,FALSE,,,,, -lettuce.n.03,soakable,0,0,FALSE,,,,, -lid.n.02,liquid,0,0,FALSE,,,,, -lid.n.02,heatSource,0,0,FALSE,,,,, -lid.n.02,fireSource,0,0,FALSE,,,,, -lid.n.02,cookable,0,0,FALSE,,,,, -lid.n.02,coldSource,0,0,FALSE,,,,, -lid.n.02,sliceable,0,0,FALSE,,,,, -lid.n.02,slicer,1,1,FALSE,,,,, -lid.n.02,soakable,1,1,FALSE,,,,, -mat.n.07,liquid,0,0,FALSE,,,,, -mat.n.07,heatSource,0,0,FALSE,,,,, -mat.n.07,fireSource,0,0,FALSE,,,,, -mat.n.07,cookable,0,0,FALSE,,,,, -mat.n.07,coldSource,0,0,FALSE,,,,, -mat.n.07,sliceable,0,0,FALSE,,,,, -mat.n.07,slicer,1,0,FALSE,,,,, -mat.n.07,soakable,1,1,FALSE,,,,, -mug.n.04,liquid,0,0,FALSE,,,,, -mug.n.04,heatSource,0,0,FALSE,,,,, -mug.n.04,fireSource,0,0,FALSE,,,,, -mug.n.04,cookable,0,0,FALSE,,,,, -mug.n.04,coldSource,1,0,FALSE,,,,, -mug.n.04,sliceable,0,0,FALSE,,,,, -mug.n.04,slicer,1,0,FALSE,,,,, -mug.n.04,soakable,0,0,FALSE,,,,, -oatmeal.n.01,liquid,0,0,FALSE,,,,, -oatmeal.n.01,heatSource,0,0,FALSE,,,,, -oatmeal.n.01,fireSource,1,0,FALSE,,,,, -oatmeal.n.01,cookable,0,1,TRUE,60,95,"https://www.compoundchem.com/2019/02/15/porridge/#:~:text=This%20process%20is%20starch%20gelatinisation,porridge%20thickness%20reaches%20its%20peak.",, -oatmeal.n.01,coldSource,0,0,FALSE,,,,, -oatmeal.n.01,sliceable,0,0,FALSE,,,,, -oatmeal.n.01,slicer,0,0,FALSE,,,,, -oatmeal.n.01,soakable,0,0,FALSE,,,,, -oatmeal.n.02,liquid,0,0,FALSE,,,,, -oatmeal.n.02,heatSource,0,0,FALSE,,,,, -oatmeal.n.02,fireSource,1,0,FALSE,,,,, -oatmeal.n.02,cookable,0,1,TRUE,60,95,"https://www.compoundchem.com/2019/02/15/porridge/#:~:text=This%20process%20is%20starch%20gelatinisation,porridge%20thickness%20reaches%20its%20peak.",, -oatmeal.n.02,coldSource,1,0,FALSE,,,,, -oatmeal.n.02,sliceable,0,0,FALSE,,,,, -oatmeal.n.02,slicer,0,0,FALSE,,,,, -oatmeal.n.02,soakable,0,0,FALSE,,,,, -olive.n.04,liquid,0,0,FALSE,,,,, -olive.n.04,heatSource,0,0,FALSE,,,,, -olive.n.04,fireSource,0,0,FALSE,,,,, -olive.n.04,cookable,0,1,TRUE,Unknown,UNKNOWN,,, -olive.n.04,coldSource,0,0,FALSE,,,,, -olive.n.04,sliceable,0,1,FALSE,,,,, -olive.n.04,slicer,0,0,FALSE,,,,, -olive.n.04,soakable,0,0,FALSE,,,,, -olive_oil.n.01,liquid,1,1,FALSE,,,,, -olive_oil.n.01,heatSource,0,0,FALSE,,,,, -olive_oil.n.01,fireSource,0,1,FALSE,,,,, -olive_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -olive_oil.n.01,coldSource,0,0,FALSE,,,,, -olive_oil.n.01,sliceable,0,0,FALSE,,,,, -olive_oil.n.01,slicer,0,0,FALSE,,,,, -olive_oil.n.01,soakable,0,0,FALSE,,,,, -paper_clip.n.01,liquid,0,0,FALSE,,,,, -paper_clip.n.01,heatSource,0,0,FALSE,,,,, -paper_clip.n.01,fireSource,0,0,FALSE,,,,, -paper_clip.n.01,cookable,0,0,FALSE,,,,, -paper_clip.n.01,coldSource,0,0,FALSE,,,,, -paper_clip.n.01,sliceable,0,0,FALSE,,,,, -paper_clip.n.01,slicer,1,0,FALSE,,,,, -paper_clip.n.01,soakable,1,0,FALSE,,,,, -paper_towel.n.01,liquid,0,0,FALSE,,,,, -paper_towel.n.01,heatSource,0,0,FALSE,,,,, -paper_towel.n.01,fireSource,0,0,FALSE,,,,, -paper_towel.n.01,cookable,0,0,FALSE,,,,, -paper_towel.n.01,coldSource,0,0,FALSE,,,,, -paper_towel.n.01,sliceable,0,0,FALSE,,,,, -paper_towel.n.01,slicer,1,0,FALSE,,,,, -paper_towel.n.01,soakable,0,1,FALSE,,,,, -holder.n.01,liquid,0,0,FALSE,,,,, -holder.n.01,heatSource,0,0,FALSE,,,,, -holder.n.01,fireSource,0,0,FALSE,,,,, -holder.n.01,cookable,0,0,FALSE,,,,, -holder.n.01,coldSource,0,0,FALSE,,,,, -holder.n.01,sliceable,0,0,FALSE,,,,, -holder.n.01,slicer,1,0,FALSE,,,,, -holder.n.01,soakable,1,0,FALSE,,,,, -parsley.n.02,liquid,0,0,FALSE,,,,, -parsley.n.02,heatSource,0,0,FALSE,,,,, -parsley.n.02,fireSource,1,0,FALSE,,,,, -parsley.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -parsley.n.02,coldSource,0,0,FALSE,,,,, -parsley.n.02,sliceable,0,1,FALSE,,,,, -parsley.n.02,slicer,0,0,FALSE,,,,, -parsley.n.02,soakable,0,0,FALSE,,,,, -pea.n.01,liquid,0,0,FALSE,,,,, -pea.n.01,heatSource,0,0,FALSE,,,,, -pea.n.01,fireSource,1,0,FALSE,,,,, -pea.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pea.n.01,coldSource,0,0,FALSE,,,,, -pea.n.01,sliceable,0,0,FALSE,,,,, -pea.n.01,slicer,0,0,FALSE,,,,, -pea.n.01,soakable,0,0,FALSE,,,,, -pen.n.01,liquid,0,0,FALSE,,,,, -pen.n.01,heatSource,0,0,FALSE,,,,, -pen.n.01,fireSource,0,0,FALSE,,,,, -pen.n.01,cookable,0,0,FALSE,,,,, -pen.n.01,coldSource,1,0,FALSE,,,,, -pen.n.01,sliceable,0,0,FALSE,,,,, -pen.n.01,slicer,1,0,FALSE,,,,, -pen.n.01,soakable,0,0,FALSE,,,,, -pencil.n.01,liquid,0,0,FALSE,,,,, -pencil.n.01,heatSource,0,0,FALSE,,,,, -pencil.n.01,fireSource,0,0,FALSE,,,,, -pencil.n.01,cookable,0,0,FALSE,,,,, -pencil.n.01,coldSource,0,0,FALSE,,,,, -pencil.n.01,sliceable,0,0,FALSE,,,,, -pencil.n.01,slicer,1,0,FALSE,,,,, -pencil.n.01,soakable,0,0,FALSE,,,,, -pencil_box.n.01,liquid,0,0,FALSE,,,,, -pencil_box.n.01,heatSource,0,0,FALSE,,,,, -pencil_box.n.01,fireSource,0,0,FALSE,,,,, -pencil_box.n.01,cookable,0,0,FALSE,,,,, -pencil_box.n.01,coldSource,0,0,FALSE,,,,, -pencil_box.n.01,sliceable,0,0,FALSE,,,,, -pencil_box.n.01,slicer,1,0,FALSE,,,,, -pencil_box.n.01,soakable,0,0,FALSE,,,,, -pepper_mill.n.01,liquid,0,0,FALSE,,,,, -pepper_mill.n.01,heatSource,0,0,FALSE,,,,, -pepper_mill.n.01,fireSource,0,0,FALSE,,,,, -pepper_mill.n.01,cookable,0,0,FALSE,,,,, -pepper_mill.n.01,coldSource,0,0,FALSE,,,,, -pepper_mill.n.01,sliceable,0,0,FALSE,,,,, -pepper_mill.n.01,slicer,1,0,FALSE,,,,, -pepper_mill.n.01,soakable,0,0,FALSE,,,,, -pistachio.n.02,liquid,0,0,FALSE,,,,, -pistachio.n.02,heatSource,0,0,FALSE,,,,, -pistachio.n.02,fireSource,0,0,FALSE,,,,, -pistachio.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pistachio.n.02,coldSource,0,0,FALSE,,,,, -pistachio.n.02,sliceable,0,0,FALSE,,,,, -pistachio.n.02,slicer,0,0,FALSE,,,,, -pistachio.n.02,soakable,0,0,FALSE,,,,, -pop.n.02,liquid,1,1,FALSE,,,,, -pop.n.02,heatSource,0,0,FALSE,,,,, -pop.n.02,fireSource,0,0,FALSE,,,,, -pop.n.02,cookable,0,0,FALSE,,,,, -pop.n.02,coldSource,0,0,FALSE,,,,, -pop.n.02,sliceable,0,0,FALSE,,,,, -pop.n.02,slicer,1,0,FALSE,,,,, -pop.n.02,soakable,0,0,FALSE,,,,, -potato.n.01,liquid,0,0,FALSE,,,,, -potato.n.01,heatSource,0,0,FALSE,,,,, -potato.n.01,fireSource,1,0,FALSE,,,,, -potato.n.01,cookable,0,1,TRUE,98,UNKNOWN,https://buythermopro.com/knowledge/potato-internal-temperature/,, -potato.n.01,coldSource,0,0,FALSE,,,,, -potato.n.01,sliceable,0,1,FALSE,,,,, -potato.n.01,slicer,1,0,FALSE,,,,, -potato.n.01,soakable,0,0,FALSE,,,,, -pumpkin.n.02,liquid,0,0,FALSE,,,,, -pumpkin.n.02,heatSource,0,0,FALSE,,,,, -pumpkin.n.02,fireSource,1,0,FALSE,,,,, -pumpkin.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pumpkin.n.02,coldSource,0,0,FALSE,,,,, -pumpkin.n.02,sliceable,0,1,FALSE,,,,, -pumpkin.n.02,slicer,1,0,FALSE,,,,, -pumpkin.n.02,soakable,0,0,FALSE,,,,, -radish.n.01,liquid,0,0,FALSE,,,,, -radish.n.01,heatSource,0,0,FALSE,,,,, -radish.n.01,fireSource,1,0,FALSE,,,,, -radish.n.01,cookable,0,1,TRUE,Unknown,UNKNOWN,,, -radish.n.01,coldSource,0,0,FALSE,,,,, -radish.n.01,sliceable,0,1,FALSE,,,,, -radish.n.01,slicer,0,0,FALSE,,,,, -radish.n.01,soakable,0,0,FALSE,,,,, -raspberry.n.02,liquid,0,0,FALSE,,,,, -raspberry.n.02,heatSource,0,0,FALSE,,,,, -raspberry.n.02,fireSource,0,0,FALSE,,,,, -raspberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -raspberry.n.02,coldSource,0,0,FALSE,,,,, -raspberry.n.02,sliceable,0,0,FALSE,,,,, -raspberry.n.02,slicer,0,0,FALSE,,,,, -raspberry.n.02,soakable,0,0,FALSE,,,,, -hip.n.05,liquid,0,0,FALSE,,,,, -hip.n.05,heatSource,0,0,FALSE,,,,, -hip.n.05,fireSource,0,0,FALSE,,,,, -hip.n.05,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -hip.n.05,coldSource,0,0,FALSE,,,,, -hip.n.05,sliceable,0,1,FALSE,,,,, -hip.n.05,slicer,0,0,FALSE,,,,, -hip.n.05,soakable,0,0,FALSE,,,,, -saucepan.n.01,liquid,0,0,FALSE,,,,, -saucepan.n.01,heatSource,1,1,FALSE,,,,, -saucepan.n.01,fireSource,1,0,FALSE,,,,, -saucepan.n.01,cookable,0,0,FALSE,,,,, -saucepan.n.01,coldSource,1,0,FALSE,,,,, -saucepan.n.01,sliceable,0,0,FALSE,,,,, -saucepan.n.01,slicer,1,0,FALSE,,,,, -saucepan.n.01,soakable,0,0,FALSE,,,,, -soup_ladle.n.01,liquid,0,0,FALSE,,,,, -soup_ladle.n.01,heatSource,0,0,FALSE,,,,, -soup_ladle.n.01,fireSource,0,0,FALSE,,,,, -soup_ladle.n.01,cookable,0,0,FALSE,,,,, -soup_ladle.n.01,coldSource,1,0,FALSE,,,,, -soup_ladle.n.01,sliceable,0,0,FALSE,,,,, -soup_ladle.n.01,slicer,1,0,FALSE,,,,, -soup_ladle.n.01,soakable,0,0,FALSE,,,,, -spaghetti_sauce.n.01,liquid,0,0,FALSE,,,,, -spaghetti_sauce.n.01,heatSource,0,0,FALSE,,,,, -spaghetti_sauce.n.01,fireSource,1,0,FALSE,,,,, -spaghetti_sauce.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-tomato-sauce-be-cooked-at/,, -spaghetti_sauce.n.01,coldSource,1,0,FALSE,,,,, -spaghetti_sauce.n.01,sliceable,0,0,FALSE,,,,, -spaghetti_sauce.n.01,slicer,0,0,FALSE,,,,, -spaghetti_sauce.n.01,soakable,0,0,FALSE,,,,, -spatula.n.01,liquid,0,0,FALSE,,,,, -spatula.n.01,heatSource,0,0,FALSE,,,,, -spatula.n.01,fireSource,0,0,FALSE,,,,, -spatula.n.01,cookable,0,0,FALSE,,,,, -spatula.n.01,coldSource,0,0,FALSE,,,,, -spatula.n.01,sliceable,0,0,FALSE,,,,, -spatula.n.01,slicer,1,0,FALSE,,,,, -spatula.n.01,soakable,0,0,FALSE,,,,, -spinach.n.02,liquid,0,0,FALSE,,,,, -spinach.n.02,heatSource,0,0,FALSE,,,,, -spinach.n.02,fireSource,1,0,FALSE,,,,, -spinach.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -spinach.n.02,coldSource,0,0,FALSE,,,,, -spinach.n.02,sliceable,0,1,FALSE,,,,, -spinach.n.02,slicer,0,0,FALSE,,,,, -spinach.n.02,soakable,0,0,FALSE,,,,, -spoon.n.01,liquid,0,0,FALSE,,,,, -spoon.n.01,heatSource,0,0,FALSE,,,,, -spoon.n.01,fireSource,0,0,FALSE,,,,, -spoon.n.01,cookable,0,0,FALSE,,,,, -spoon.n.01,coldSource,1,0,FALSE,,,,, -spoon.n.01,sliceable,0,0,FALSE,,,,, -spoon.n.01,slicer,1,0,FALSE,,,,, -spoon.n.01,soakable,0,0,FALSE,,,,, -pad.n.01,liquid,0,0,FALSE,,,,, -pad.n.01,heatSource,0,0,FALSE,,,,, -pad.n.01,fireSource,0,0,FALSE,,,,, -pad.n.01,cookable,0,0,FALSE,,,,, -pad.n.01,coldSource,0,0,FALSE,,,,, -pad.n.01,sliceable,0,0,FALSE,,,,, -pad.n.01,slicer,1,0,FALSE,,,,, -pad.n.01,soakable,1,0,FALSE,,,,, -straight_pin.n.01,liquid,0,0,FALSE,,,,, -straight_pin.n.01,heatSource,0,0,FALSE,,,,, -straight_pin.n.01,fireSource,0,0,FALSE,,,,, -straight_pin.n.01,cookable,0,0,FALSE,,,,, -straight_pin.n.01,coldSource,0,0,FALSE,,,,, -straight_pin.n.01,sliceable,0,0,FALSE,,,,, -straight_pin.n.01,slicer,1,0,FALSE,,,,, -straight_pin.n.01,soakable,0,0,FALSE,,,,, -sweet_corn.n.02,liquid,0,0,FALSE,,,,, -sweet_corn.n.02,heatSource,0,0,FALSE,,,,, -sweet_corn.n.02,fireSource,1,0,FALSE,,,,, -sweet_corn.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -sweet_corn.n.02,coldSource,0,0,FALSE,,,,, -sweet_corn.n.02,sliceable,0,0,FALSE,,,,, -sweet_corn.n.02,slicer,0,0,FALSE,,,,, -sweet_corn.n.02,soakable,0,0,FALSE,,,,, -table_knife.n.01,liquid,0,0,FALSE,,,,, -table_knife.n.01,heatSource,0,0,FALSE,,,,, -table_knife.n.01,fireSource,0,0,FALSE,,,,, -table_knife.n.01,cookable,0,0,FALSE,,,,, -table_knife.n.01,coldSource,0,0,FALSE,,,,, -table_knife.n.01,sliceable,0,0,FALSE,,,,, -table_knife.n.01,slicer,1,1,FALSE,,,,, -table_knife.n.01,soakable,0,0,FALSE,,,,, -tablefork.n.01,liquid,0,0,FALSE,,,,, -tablefork.n.01,heatSource,0,0,FALSE,,,,, -tablefork.n.01,fireSource,0,0,FALSE,,,,, -tablefork.n.01,cookable,0,0,FALSE,,,,, -tablefork.n.01,coldSource,0,0,FALSE,,,,, -tablefork.n.01,sliceable,0,0,FALSE,,,,, -tablefork.n.01,slicer,0,0,FALSE,,,,, -tablefork.n.01,soakable,0,0,FALSE,,,,, -tape.n.01,liquid,0,0,FALSE,,,,, -tape.n.01,heatSource,0,0,FALSE,,,,, -tape.n.01,fireSource,0,0,FALSE,,,,, -tape.n.01,cookable,0,0,FALSE,,,,, -tape.n.01,coldSource,0,0,FALSE,,,,, -tape.n.01,sliceable,0,1,FALSE,,,,, -tape.n.01,slicer,1,0,FALSE,,,,, -tape.n.01,soakable,1,0,FALSE,,,,, -teapot.n.01,liquid,0,0,FALSE,,,,, -teapot.n.01,heatSource,0,0,FALSE,,,,, -teapot.n.01,fireSource,0,0,FALSE,,,,, -teapot.n.01,cookable,0,0,FALSE,,,,, -teapot.n.01,coldSource,1,0,FALSE,,,,, -teapot.n.01,sliceable,0,0,FALSE,,,,, -teapot.n.01,slicer,1,0,FALSE,,,,, -teapot.n.01,soakable,0,0,FALSE,,,,, -thumbtack.n.01,liquid,0,0,FALSE,,,,, -thumbtack.n.01,heatSource,0,0,FALSE,,,,, -thumbtack.n.01,fireSource,0,0,FALSE,,,,, -thumbtack.n.01,cookable,0,0,FALSE,,,,, -thumbtack.n.01,coldSource,0,0,FALSE,,,,, -thumbtack.n.01,sliceable,0,0,FALSE,,,,, -thumbtack.n.01,slicer,1,0,FALSE,,,,, -thumbtack.n.01,soakable,0,0,FALSE,,,,, -toasting_fork.n.01,liquid,0,0,FALSE,,,,, -toasting_fork.n.01,heatSource,1,0,FALSE,,,,, -toasting_fork.n.01,fireSource,1,0,FALSE,,,,, -toasting_fork.n.01,cookable,0,0,FALSE,,,,, -toasting_fork.n.01,coldSource,0,0,FALSE,,,,, -toasting_fork.n.01,sliceable,0,0,FALSE,,,,, -toasting_fork.n.01,slicer,1,0,FALSE,,,,, -toasting_fork.n.01,soakable,0,0,FALSE,,,,, -tongs.n.01,liquid,0,0,FALSE,,,,, -tongs.n.01,heatSource,0,0,FALSE,,,,, -tongs.n.01,fireSource,0,0,FALSE,,,,, -tongs.n.01,cookable,0,0,FALSE,,,,, -tongs.n.01,coldSource,0,0,FALSE,,,,, -tongs.n.01,sliceable,0,0,FALSE,,,,, -tongs.n.01,slicer,1,0,FALSE,,,,, -tongs.n.01,soakable,1,0,FALSE,,,,, -turnip.n.02,liquid,0,0,FALSE,,,,, -turnip.n.02,heatSource,0,0,FALSE,,,,, -turnip.n.02,fireSource,1,0,FALSE,,,,, -turnip.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -turnip.n.02,coldSource,0,0,FALSE,,,,, -turnip.n.02,sliceable,0,1,FALSE,,,,, -turnip.n.02,slicer,1,0,FALSE,,,,, -turnip.n.02,soakable,0,0,FALSE,,,,, -walnut.n.01,liquid,0,0,FALSE,,,,, -walnut.n.01,heatSource,0,0,FALSE,,,,, -walnut.n.01,fireSource,0,0,FALSE,,,,, -walnut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -walnut.n.01,coldSource,0,0,FALSE,,,,, -walnut.n.01,sliceable,0,1,FALSE,,,,, -walnut.n.01,slicer,0,0,FALSE,,,,, -walnut.n.01,soakable,0,0,FALSE,,,,, -watermelon.n.02,liquid,0,0,FALSE,,,,, -watermelon.n.02,heatSource,0,0,FALSE,,,,, -watermelon.n.02,fireSource,0,0,FALSE,,,,, -watermelon.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -watermelon.n.02,coldSource,0,0,FALSE,,,,, -watermelon.n.02,sliceable,0,1,FALSE,,,,, -watermelon.n.02,slicer,0,0,FALSE,,,,, -watermelon.n.02,soakable,0,0,FALSE,,,,, -display_panel.n.01,liquid,0,0,FALSE,,,,, -display_panel.n.01,heatSource,0,0,FALSE,,,,, -display_panel.n.01,fireSource,0,0,FALSE,,,,, -display_panel.n.01,cookable,0,0,FALSE,,,,, -display_panel.n.01,coldSource,0,0,FALSE,,,,, -display_panel.n.01,sliceable,0,0,FALSE,,,,, -display_panel.n.01,slicer,1,0,FALSE,,,,, -display_panel.n.01,soakable,0,0,FALSE,,,,, -wine_bottle.n.01,liquid,0,0,FALSE,,,,, -wine_bottle.n.01,heatSource,0,0,FALSE,,,,, -wine_bottle.n.01,fireSource,0,0,FALSE,,,,, -wine_bottle.n.01,cookable,0,0,FALSE,,,,, -wine_bottle.n.01,coldSource,1,1,FALSE,,,,, -wine_bottle.n.01,sliceable,0,0,FALSE,,,,, -wine_bottle.n.01,slicer,0,0,FALSE,,,,, -wine_bottle.n.01,soakable,0,0,FALSE,,,,, -yogurt.n.01,liquid,0,0,FALSE,,,,, -yogurt.n.01,heatSource,0,0,FALSE,,,,, -yogurt.n.01,fireSource,0,0,FALSE,,,,, -yogurt.n.01,cookable,1,1,TRUE,37,54,https://fsi.colostate.edu/yogurt/,, -yogurt.n.01,coldSource,0,0,FALSE,,,,, -yogurt.n.01,sliceable,0,0,FALSE,,,,, -yogurt.n.01,slicer,0,0,FALSE,,,,, -yogurt.n.01,soakable,0,0,FALSE,,,,, -zucchini.n.02,liquid,0,0,FALSE,,,,, -zucchini.n.02,heatSource,0,0,FALSE,,,,, -zucchini.n.02,fireSource,1,0,FALSE,,,,, -zucchini.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -zucchini.n.02,coldSource,0,0,FALSE,,,,, -zucchini.n.02,sliceable,0,1,FALSE,,,,, -zucchini.n.02,slicer,1,0,FALSE,,,,, -zucchini.n.02,soakable,0,0,FALSE,,,,, -gym_shoe.n.01,liquid,0,0,FALSE,,,,, -gym_shoe.n.01,heatSource,0,0,FALSE,,,,, -gym_shoe.n.01,fireSource,0,0,FALSE,,,,, -gym_shoe.n.01,cookable,0,0,FALSE,,,,, -gym_shoe.n.01,coldSource,0,0,FALSE,,,,, -gym_shoe.n.01,sliceable,0,0,FALSE,,,,, -gym_shoe.n.01,slicer,0,0,FALSE,,,,, -gym_shoe.n.01,soakable,0,1,FALSE,,,,, -computer_game.n.01,liquid,0,0,FALSE,,,,, -computer_game.n.01,heatSource,0,0,FALSE,,,,, -computer_game.n.01,fireSource,0,0,FALSE,,,,, -computer_game.n.01,cookable,0,0,FALSE,,,,, -computer_game.n.01,coldSource,0,0,FALSE,,,,, -computer_game.n.01,sliceable,0,0,FALSE,,,,, -computer_game.n.01,slicer,1,0,FALSE,,,,, -computer_game.n.01,soakable,0,0,FALSE,,,,, -board_game.n.01,liquid,0,0,FALSE,,,,, -board_game.n.01,heatSource,0,0,FALSE,,,,, -board_game.n.01,fireSource,0,0,FALSE,,,,, -board_game.n.01,cookable,0,0,FALSE,,,,, -board_game.n.01,coldSource,0,0,FALSE,,,,, -board_game.n.01,sliceable,0,0,FALSE,,,,, -board_game.n.01,slicer,1,0,FALSE,,,,, -board_game.n.01,soakable,0,0,FALSE,,,,, -walker.n.04,liquid,0,0,FALSE,,,,, -walker.n.04,heatSource,0,0,FALSE,,,,, -walker.n.04,fireSource,0,0,FALSE,,,,, -walker.n.04,cookable,0,0,FALSE,,,,, -walker.n.04,coldSource,0,0,FALSE,,,,, -walker.n.04,sliceable,0,0,FALSE,,,,, -walker.n.04,slicer,1,0,FALSE,,,,, -walker.n.04,soakable,0,1,FALSE,,,,, -medicine.n.02,liquid,1,0,FALSE,,,,, -medicine.n.02,heatSource,0,0,FALSE,,,,, -medicine.n.02,fireSource,0,0,FALSE,,,,, -medicine.n.02,cookable,0,0,FALSE,,,,, -medicine.n.02,coldSource,1,0,FALSE,,,,, -medicine.n.02,sliceable,0,0,FALSE,,,,, -medicine.n.02,slicer,0,0,FALSE,,,,, -medicine.n.02,soakable,0,0,FALSE,,,,, -sandal.n.01,liquid,0,0,FALSE,,,,, -sandal.n.01,heatSource,0,0,FALSE,,,,, -sandal.n.01,fireSource,0,0,FALSE,,,,, -sandal.n.01,cookable,0,0,FALSE,,,,, -sandal.n.01,coldSource,0,0,FALSE,,,,, -sandal.n.01,sliceable,0,0,FALSE,,,,, -sandal.n.01,slicer,1,0,FALSE,,,,, -sandal.n.01,soakable,0,1,FALSE,,,,, -hat.n.01,liquid,0,0,FALSE,,,,, -hat.n.01,heatSource,0,0,FALSE,,,,, -hat.n.01,fireSource,0,0,FALSE,,,,, -hat.n.01,cookable,0,0,FALSE,,,,, -hat.n.01,coldSource,0,0,FALSE,,,,, -hat.n.01,sliceable,0,0,FALSE,,,,, -hat.n.01,slicer,1,0,FALSE,,,,, -hat.n.01,soakable,1,1,FALSE,,,,, -protein.n.01,liquid,0,0,FALSE,,,,, -protein.n.01,heatSource,0,0,FALSE,,,,, -protein.n.01,fireSource,1,0,FALSE,,,,, -protein.n.01,cookable,0,0,FALSE,,,,, -protein.n.01,coldSource,0,0,FALSE,,,,, -protein.n.01,sliceable,0,0,FALSE,,,,, -protein.n.01,slicer,0,0,FALSE,,,,, -protein.n.01,soakable,1,0,FALSE,,,,, -ink_cartridge.n.01,liquid,0,0,FALSE,,,,, -ink_cartridge.n.01,heatSource,0,0,FALSE,,,,, -ink_cartridge.n.01,fireSource,0,0,FALSE,,,,, -ink_cartridge.n.01,cookable,0,0,FALSE,,,,, -ink_cartridge.n.01,coldSource,0,0,FALSE,,,,, -ink_cartridge.n.01,sliceable,0,0,FALSE,,,,, -ink_cartridge.n.01,slicer,0,0,FALSE,,,,, -ink_cartridge.n.01,soakable,0,0,FALSE,,,,, -cpu_board.n.01,liquid,0,0,FALSE,,,,, -cpu_board.n.01,heatSource,0,0,FALSE,,,,, -cpu_board.n.01,fireSource,0,0,FALSE,,,,, -cpu_board.n.01,cookable,0,0,FALSE,,,,, -cpu_board.n.01,coldSource,0,0,FALSE,,,,, -cpu_board.n.01,sliceable,0,0,FALSE,,,,, -cpu_board.n.01,slicer,1,0,FALSE,,,,, -cpu_board.n.01,soakable,0,0,FALSE,,,,, -router.n.02,liquid,0,0,FALSE,,,,, -router.n.02,heatSource,0,0,FALSE,,,,, -router.n.02,fireSource,0,0,FALSE,,,,, -router.n.02,cookable,0,0,FALSE,,,,, -router.n.02,coldSource,0,0,FALSE,,,,, -router.n.02,sliceable,0,0,FALSE,,,,, -router.n.02,slicer,1,0,FALSE,,,,, -router.n.02,soakable,0,0,FALSE,,,,, -keyboard.n.01,liquid,0,0,FALSE,,,,, -keyboard.n.01,heatSource,0,0,FALSE,,,,, -keyboard.n.01,fireSource,0,0,FALSE,,,,, -keyboard.n.01,cookable,0,0,FALSE,,,,, -keyboard.n.01,coldSource,0,0,FALSE,,,,, -keyboard.n.01,sliceable,0,0,FALSE,,,,, -keyboard.n.01,slicer,1,0,FALSE,,,,, -keyboard.n.01,soakable,0,0,FALSE,,,,, -headset.n.01,liquid,0,0,FALSE,,,,, -headset.n.01,heatSource,0,0,FALSE,,,,, -headset.n.01,fireSource,0,0,FALSE,,,,, -headset.n.01,cookable,0,0,FALSE,,,,, -headset.n.01,coldSource,0,0,FALSE,,,,, -headset.n.01,sliceable,0,0,FALSE,,,,, -headset.n.01,slicer,1,0,FALSE,,,,, -headset.n.01,soakable,1,0,FALSE,,,,, -mouse.n.04,liquid,0,0,FALSE,,,,, -mouse.n.04,heatSource,0,0,FALSE,,,,, -mouse.n.04,fireSource,0,0,FALSE,,,,, -mouse.n.04,cookable,0,0,FALSE,,,,, -mouse.n.04,coldSource,0,0,FALSE,,,,, -mouse.n.04,sliceable,0,0,FALSE,,,,, -mouse.n.04,slicer,1,0,FALSE,,,,, -mouse.n.04,soakable,0,0,FALSE,,,,, -disk_drive.n.01,liquid,0,0,FALSE,,,,, -disk_drive.n.01,heatSource,0,0,FALSE,,,,, -disk_drive.n.01,fireSource,0,0,FALSE,,,,, -disk_drive.n.01,cookable,0,0,FALSE,,,,, -disk_drive.n.01,coldSource,0,0,FALSE,,,,, -disk_drive.n.01,sliceable,0,0,FALSE,,,,, -disk_drive.n.01,slicer,1,0,FALSE,,,,, -disk_drive.n.01,soakable,0,0,FALSE,,,,, -hammer.n.02,liquid,0,0,FALSE,,,,, -hammer.n.02,heatSource,0,0,FALSE,,,,, -hammer.n.02,fireSource,0,0,FALSE,,,,, -hammer.n.02,cookable,0,0,FALSE,,,,, -hammer.n.02,coldSource,0,0,FALSE,,,,, -hammer.n.02,sliceable,0,0,FALSE,,,,, -hammer.n.02,slicer,1,0,FALSE,,,,, -hammer.n.02,soakable,0,0,FALSE,,,,, -glove.n.02,liquid,0,0,FALSE,,,,, -glove.n.02,heatSource,0,0,FALSE,,,,, -glove.n.02,fireSource,0,0,FALSE,,,,, -glove.n.02,cookable,0,0,FALSE,,,,, -glove.n.02,coldSource,0,0,FALSE,,,,, -glove.n.02,sliceable,0,0,FALSE,,,,, -glove.n.02,slicer,1,0,FALSE,,,,, -glove.n.02,soakable,0,1,FALSE,,,,, -bath_towel.n.01,liquid,0,0,FALSE,,,,, -bath_towel.n.01,heatSource,0,0,FALSE,,,,, -bath_towel.n.01,fireSource,0,0,FALSE,,,,, -bath_towel.n.01,cookable,0,0,FALSE,,,,, -bath_towel.n.01,coldSource,0,0,FALSE,,,,, -bath_towel.n.01,sliceable,0,0,FALSE,,,,, -bath_towel.n.01,slicer,0,0,FALSE,,,,, -bath_towel.n.01,soakable,1,1,FALSE,,,,, -dishtowel.n.01,liquid,0,0,FALSE,,,,, -dishtowel.n.01,heatSource,0,0,FALSE,,,,, -dishtowel.n.01,fireSource,0,0,FALSE,,,,, -dishtowel.n.01,cookable,0,0,FALSE,,,,, -dishtowel.n.01,coldSource,0,0,FALSE,,,,, -dishtowel.n.01,sliceable,0,0,FALSE,,,,, -dishtowel.n.01,slicer,1,0,FALSE,,,,, -dishtowel.n.01,soakable,1,1,FALSE,,,,, -hand_towel.n.01,liquid,0,0,FALSE,,,,, -hand_towel.n.01,heatSource,0,0,FALSE,,,,, -hand_towel.n.01,fireSource,0,0,FALSE,,,,, -hand_towel.n.01,cookable,0,0,FALSE,,,,, -hand_towel.n.01,coldSource,0,0,FALSE,,,,, -hand_towel.n.01,sliceable,0,0,FALSE,,,,, -hand_towel.n.01,slicer,0,0,FALSE,,,,, -hand_towel.n.01,soakable,1,1,FALSE,,,,, -plaything.n.01,liquid,0,0,FALSE,,,,, -plaything.n.01,heatSource,0,0,FALSE,,,,, -plaything.n.01,fireSource,0,0,FALSE,,,,, -plaything.n.01,cookable,0,0,FALSE,,,,, -plaything.n.01,coldSource,0,0,FALSE,,,,, -plaything.n.01,sliceable,0,0,FALSE,,,,, -plaything.n.01,slicer,0,0,FALSE,,,,, -plaything.n.01,soakable,1,0,FALSE,,,,, -envelope.n.01,liquid,0,0,FALSE,,,,, -envelope.n.01,heatSource,0,0,FALSE,,,,, -envelope.n.01,fireSource,0,0,FALSE,,,,, -envelope.n.01,cookable,0,0,FALSE,,,,, -envelope.n.01,coldSource,0,0,FALSE,,,,, -envelope.n.01,sliceable,0,0,FALSE,,,,, -envelope.n.01,slicer,1,0,FALSE,,,,, -envelope.n.01,soakable,1,1,FALSE,,,,, -chocolate.n.02,liquid,0,0,FALSE,,,,, -chocolate.n.02,heatSource,0,0,FALSE,,,,, -chocolate.n.02,fireSource,0,0,FALSE,,,,, -chocolate.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -chocolate.n.02,coldSource,0,0,FALSE,,,,, -chocolate.n.02,sliceable,0,1,FALSE,,,,, -chocolate.n.02,slicer,0,0,FALSE,,,,, -chocolate.n.02,soakable,0,0,FALSE,,,,, -ribbon.n.01,liquid,0,0,FALSE,,,,, -ribbon.n.01,heatSource,0,0,FALSE,,,,, -ribbon.n.01,fireSource,0,0,FALSE,,,,, -ribbon.n.01,cookable,0,0,FALSE,,,,, -ribbon.n.01,coldSource,0,0,FALSE,,,,, -ribbon.n.01,sliceable,0,0,FALSE,,,,, -ribbon.n.01,slicer,1,0,FALSE,,,,, -ribbon.n.01,soakable,1,1,FALSE,,,,, -lotion.n.01,liquid,1,1,FALSE,,,,, -lotion.n.01,heatSource,0,0,FALSE,,,,, -lotion.n.01,fireSource,0,0,FALSE,,,,, -lotion.n.01,cookable,0,0,FALSE,,,,, -lotion.n.01,coldSource,0,0,FALSE,,,,, -lotion.n.01,sliceable,0,0,FALSE,,,,, -lotion.n.01,slicer,0,0,FALSE,,,,, -lotion.n.01,soakable,0,0,FALSE,,,,, -soap.n.01,liquid,0,0,FALSE,,,,, -soap.n.01,heatSource,0,0,FALSE,,,,, -soap.n.01,fireSource,0,0,FALSE,,,,, -soap.n.01,cookable,0,0,FALSE,,,,, -soap.n.01,coldSource,1,0,FALSE,,,,, -soap.n.01,sliceable,0,0,FALSE,,,,, -soap.n.01,slicer,0,0,FALSE,,,,, -soap.n.01,soakable,0,0,FALSE,,,,, -cracker.n.01,liquid,0,0,FALSE,,,,, -cracker.n.01,heatSource,0,0,FALSE,,,,, -cracker.n.01,fireSource,1,0,FALSE,,,,, -cracker.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cracker.n.01,coldSource,0,0,FALSE,,,,, -cracker.n.01,sliceable,0,1,FALSE,,,,, -cracker.n.01,slicer,1,0,FALSE,,,,, -cracker.n.01,soakable,0,0,FALSE,,,,, -ball.n.01,liquid,0,0,FALSE,,,,, -ball.n.01,heatSource,0,0,FALSE,,,,, -ball.n.01,fireSource,0,0,FALSE,,,,, -ball.n.01,cookable,0,0,FALSE,,,,, -ball.n.01,coldSource,0,0,FALSE,,,,, -ball.n.01,sliceable,0,0,FALSE,,,,, -ball.n.01,slicer,0,0,FALSE,,,,, -ball.n.01,soakable,0,0,FALSE,,,,, -jersey.n.03,liquid,0,0,FALSE,,,,, -jersey.n.03,heatSource,0,0,FALSE,,,,, -jersey.n.03,fireSource,0,0,FALSE,,,,, -jersey.n.03,cookable,0,0,FALSE,,,,, -jersey.n.03,coldSource,0,0,FALSE,,,,, -jersey.n.03,sliceable,0,0,FALSE,,,,, -jersey.n.03,slicer,0,0,FALSE,,,,, -jersey.n.03,soakable,0,1,FALSE,,,,, -candy_cane.n.01,liquid,0,0,FALSE,,,,, -candy_cane.n.01,heatSource,0,0,FALSE,,,,, -candy_cane.n.01,fireSource,0,0,FALSE,,,,, -candy_cane.n.01,cookable,0,0,FALSE,,,,, -candy_cane.n.01,coldSource,0,0,FALSE,,,,, -candy_cane.n.01,sliceable,0,0,FALSE,,,,, -candy_cane.n.01,slicer,1,0,FALSE,,,,, -candy_cane.n.01,soakable,0,0,FALSE,,,,, -shampoo.n.01,liquid,1,1,FALSE,,,,, -shampoo.n.01,heatSource,0,0,FALSE,,,,, -shampoo.n.01,fireSource,0,0,FALSE,,,,, -shampoo.n.01,cookable,0,0,FALSE,,,,, -shampoo.n.01,coldSource,1,0,FALSE,,,,, -shampoo.n.01,sliceable,0,0,FALSE,,,,, -shampoo.n.01,slicer,0,0,FALSE,,,,, -shampoo.n.01,soakable,0,0,FALSE,,,,, -conditioner.n.03,liquid,1,1,FALSE,,,,, -conditioner.n.03,heatSource,0,0,FALSE,,,,, -conditioner.n.03,fireSource,0,0,FALSE,,,,, -conditioner.n.03,cookable,0,0,FALSE,,,,, -conditioner.n.03,coldSource,0,0,FALSE,,,,, -conditioner.n.03,sliceable,0,0,FALSE,,,,, -conditioner.n.03,slicer,0,0,FALSE,,,,, -conditioner.n.03,soakable,0,0,FALSE,,,,, -candle.n.01,liquid,0,0,FALSE,,,,, -candle.n.01,heatSource,1,1,FALSE,,,,, -candle.n.01,fireSource,0,1,FALSE,,,,, -candle.n.01,cookable,0,0,FALSE,,,,, -candle.n.01,coldSource,0,0,FALSE,,,,, -candle.n.01,sliceable,0,0,FALSE,,,,, -candle.n.01,slicer,1,0,FALSE,,,,, -candle.n.01,soakable,0,0,FALSE,,,,, -water.n.06,liquid,1,1,FALSE,,,,, -water.n.06,heatSource,0,0,FALSE,,,,, -water.n.06,fireSource,0,0,FALSE,,,,, -water.n.06,cookable,0,1,TRUE,100,UNKNOWN,,, -water.n.06,coldSource,1,0,FALSE,,,,, -water.n.06,sliceable,0,0,FALSE,,,,, -water.n.06,slicer,0,0,FALSE,,,,, -water.n.06,soakable,0,0,FALSE,,,,, -folderal.n.01,liquid,0,0,FALSE,,,,, -folderal.n.01,heatSource,0,0,FALSE,,,,, -folderal.n.01,fireSource,0,0,FALSE,,,,, -folderal.n.01,cookable,0,0,FALSE,,,,, -folderal.n.01,coldSource,0,0,FALSE,,,,, -folderal.n.01,sliceable,0,0,FALSE,,,,, -folderal.n.01,slicer,0,0,FALSE,,,,, -folderal.n.01,soakable,0,0,FALSE,,,,, -light_bulb.n.01,liquid,0,0,FALSE,,,,, -light_bulb.n.01,heatSource,1,1,FALSE,,,,, -light_bulb.n.01,fireSource,0,0,FALSE,,,,, -light_bulb.n.01,cookable,0,0,FALSE,,,,, -light_bulb.n.01,coldSource,0,0,FALSE,,,,, -light_bulb.n.01,sliceable,0,0,FALSE,,,,, -light_bulb.n.01,slicer,1,0,FALSE,,,,, -light_bulb.n.01,soakable,0,0,FALSE,,,,, -wall_socket.n.01,liquid,0,0,FALSE,,,,, -wall_socket.n.01,heatSource,0,0,FALSE,,,,, -wall_socket.n.01,fireSource,0,0,FALSE,,,,, -wall_socket.n.01,cookable,0,0,FALSE,,,,, -wall_socket.n.01,coldSource,0,0,FALSE,,,,, -wall_socket.n.01,sliceable,0,0,FALSE,,,,, -wall_socket.n.01,slicer,1,0,FALSE,,,,, -wall_socket.n.01,soakable,0,0,FALSE,,,,, -cord.n.01,liquid,0,0,FALSE,,,,, -cord.n.01,heatSource,0,0,FALSE,,,,, -cord.n.01,fireSource,0,0,FALSE,,,,, -cord.n.01,cookable,0,0,FALSE,,,,, -cord.n.01,coldSource,0,0,FALSE,,,,, -cord.n.01,sliceable,0,1,FALSE,,,,, -cord.n.01,slicer,1,0,FALSE,,,,, -cord.n.01,soakable,0,0,FALSE,,,,, -bell.n.01,liquid,0,0,FALSE,,,,, -bell.n.01,heatSource,0,0,FALSE,,,,, -bell.n.01,fireSource,0,0,FALSE,,,,, -bell.n.01,cookable,0,0,FALSE,,,,, -bell.n.01,coldSource,0,0,FALSE,,,,, -bell.n.01,sliceable,0,0,FALSE,,,,, -bell.n.01,slicer,1,0,FALSE,,,,, -bell.n.01,soakable,0,0,FALSE,,,,, -baseboard.n.01,liquid,0,0,FALSE,,,,, -baseboard.n.01,heatSource,0,0,FALSE,,,,, -baseboard.n.01,fireSource,0,0,FALSE,,,,, -baseboard.n.01,cookable,0,0,FALSE,,,,, -baseboard.n.01,coldSource,0,0,FALSE,,,,, -baseboard.n.01,sliceable,0,0,FALSE,,,,, -baseboard.n.01,slicer,0,0,FALSE,,,,, -baseboard.n.01,soakable,0,1,FALSE,,,,, -plywood.n.01,liquid,0,0,FALSE,,,,, -plywood.n.01,heatSource,0,0,FALSE,,,,, -plywood.n.01,fireSource,0,0,FALSE,,,,, -plywood.n.01,cookable,0,0,FALSE,,,,, -plywood.n.01,coldSource,0,0,FALSE,,,,, -plywood.n.01,sliceable,0,0,FALSE,,,,, -plywood.n.01,slicer,1,0,FALSE,,,,, -plywood.n.01,soakable,0,1,FALSE,,,,, -tile.n.01,liquid,0,0,FALSE,,,,, -tile.n.01,heatSource,0,0,FALSE,,,,, -tile.n.01,fireSource,0,0,FALSE,,,,, -tile.n.01,cookable,0,0,FALSE,,,,, -tile.n.01,coldSource,0,0,FALSE,,,,, -tile.n.01,sliceable,0,0,FALSE,,,,, -tile.n.01,slicer,1,0,FALSE,,,,, -tile.n.01,soakable,0,0,FALSE,,,,, -clout_nail.n.01,liquid,0,0,FALSE,,,,, -clout_nail.n.01,heatSource,0,0,FALSE,,,,, -clout_nail.n.01,fireSource,0,0,FALSE,,,,, -clout_nail.n.01,cookable,0,0,FALSE,,,,, -clout_nail.n.01,coldSource,0,0,FALSE,,,,, -clout_nail.n.01,sliceable,0,0,FALSE,,,,, -clout_nail.n.01,slicer,1,0,FALSE,,,,, -clout_nail.n.01,soakable,0,0,FALSE,,,,, -hinge.n.01,liquid,0,0,FALSE,,,,, -hinge.n.01,heatSource,0,0,FALSE,,,,, -hinge.n.01,fireSource,0,0,FALSE,,,,, -hinge.n.01,cookable,0,0,FALSE,,,,, -hinge.n.01,coldSource,0,0,FALSE,,,,, -hinge.n.01,sliceable,0,0,FALSE,,,,, -hinge.n.01,slicer,1,0,FALSE,,,,, -hinge.n.01,soakable,1,0,FALSE,,,,, -screwdriver.n.01,liquid,0,0,FALSE,,,,, -screwdriver.n.01,heatSource,0,0,FALSE,,,,, -screwdriver.n.01,fireSource,0,0,FALSE,,,,, -screwdriver.n.01,cookable,0,0,FALSE,,,,, -screwdriver.n.01,coldSource,0,0,FALSE,,,,, -screwdriver.n.01,sliceable,0,0,FALSE,,,,, -screwdriver.n.01,slicer,1,0,FALSE,,,,, -screwdriver.n.01,soakable,0,0,FALSE,,,,, -drumstick.n.02,liquid,0,0,FALSE,,,,, -drumstick.n.02,heatSource,0,0,FALSE,,,,, -drumstick.n.02,fireSource,1,0,FALSE,,,,, -drumstick.n.02,cookable,0,0,FALSE,,,,, -drumstick.n.02,coldSource,0,0,FALSE,,,,, -drumstick.n.02,sliceable,0,0,FALSE,,,,, -drumstick.n.02,slicer,0,0,FALSE,,,,, -drumstick.n.02,soakable,0,0,FALSE,,,,, -rag.n.01,liquid,0,0,FALSE,,,,, -rag.n.01,heatSource,0,0,FALSE,,,,, -rag.n.01,fireSource,0,0,FALSE,,,,, -rag.n.01,cookable,0,0,FALSE,,,,, -rag.n.01,coldSource,0,0,FALSE,,,,, -rag.n.01,sliceable,0,0,FALSE,,,,, -rag.n.01,slicer,1,0,FALSE,,,,, -rag.n.01,soakable,1,1,FALSE,,,,, -package.n.02,liquid,0,0,FALSE,,,,, -package.n.02,heatSource,0,0,FALSE,,,,, -package.n.02,fireSource,0,0,FALSE,,,,, -package.n.02,cookable,0,0,FALSE,,,,, -package.n.02,coldSource,0,0,FALSE,,,,, -package.n.02,sliceable,0,0,FALSE,,,,, -package.n.02,slicer,1,0,FALSE,,,,, -package.n.02,soakable,0,0,FALSE,,,,, -pocketknife.n.01,liquid,0,0,FALSE,,,,, -pocketknife.n.01,heatSource,0,0,FALSE,,,,, -pocketknife.n.01,fireSource,0,0,FALSE,,,,, -pocketknife.n.01,cookable,0,0,FALSE,,,,, -pocketknife.n.01,coldSource,0,0,FALSE,,,,, -pocketknife.n.01,sliceable,1,0,FALSE,,,,, -pocketknife.n.01,slicer,1,1,FALSE,,,,, -pocketknife.n.01,soakable,1,0,FALSE,,,,, -scissors.n.01,liquid,0,0,FALSE,,,,, -scissors.n.01,heatSource,0,0,FALSE,,,,, -scissors.n.01,fireSource,0,0,FALSE,,,,, -scissors.n.01,cookable,0,0,FALSE,,,,, -scissors.n.01,coldSource,0,0,FALSE,,,,, -scissors.n.01,sliceable,0,0,FALSE,,,,, -scissors.n.01,slicer,1,1,FALSE,,,,, -scissors.n.01,soakable,1,0,FALSE,,,,, -hardback.n.01,liquid,0,0,FALSE,,,,, -hardback.n.01,heatSource,0,0,FALSE,,,,, -hardback.n.01,fireSource,0,0,FALSE,,,,, -hardback.n.01,cookable,0,0,FALSE,,,,, -hardback.n.01,coldSource,0,0,FALSE,,,,, -hardback.n.01,sliceable,0,0,FALSE,,,,, -hardback.n.01,slicer,0,0,FALSE,,,,, -hardback.n.01,soakable,0,1,FALSE,,,,, -notebook.n.01,liquid,0,0,FALSE,,,,, -notebook.n.01,heatSource,0,0,FALSE,,,,, -notebook.n.01,fireSource,0,0,FALSE,,,,, -notebook.n.01,cookable,0,0,FALSE,,,,, -notebook.n.01,coldSource,0,0,FALSE,,,,, -notebook.n.01,sliceable,0,0,FALSE,,,,, -notebook.n.01,slicer,1,0,FALSE,,,,, -notebook.n.01,soakable,1,1,FALSE,,,,, -hairbrush.n.01,liquid,0,0,FALSE,,,,, -hairbrush.n.01,heatSource,0,0,FALSE,,,,, -hairbrush.n.01,fireSource,0,0,FALSE,,,,, -hairbrush.n.01,cookable,0,0,FALSE,,,,, -hairbrush.n.01,coldSource,0,0,FALSE,,,,, -hairbrush.n.01,sliceable,0,0,FALSE,,,,, -hairbrush.n.01,slicer,0,0,FALSE,,,,, -hairbrush.n.01,soakable,0,0,FALSE,,,,, -sausage.n.01,liquid,0,0,FALSE,,,,, -sausage.n.01,heatSource,0,0,FALSE,,,,, -sausage.n.01,fireSource,1,0,FALSE,,,,, -sausage.n.01,cookable,0,1,TRUE,58,82,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",https://www.finecooking.com/article/safe-but-not-overcooked, -sausage.n.01,coldSource,0,0,FALSE,,,,, -sausage.n.01,sliceable,0,1,FALSE,,,,, -sausage.n.01,slicer,0,0,FALSE,,,,, -sausage.n.01,soakable,1,0,FALSE,,,,, -chili.n.02,liquid,0,0,FALSE,,,,, -chili.n.02,heatSource,1,0,FALSE,,,,, -chili.n.02,fireSource,1,0,FALSE,,,,, -chili.n.02,cookable,0,1,TRUE,74,UNKNOWN,http://www.delmarlearning.com/companions/content/142832075X/Forms/Acrobat/09_Recipe_flow_chart_to_identify_potential_hazards.pdf,, -chili.n.02,coldSource,0,0,FALSE,,,,, -chili.n.02,sliceable,0,1,FALSE,,,,, -chili.n.02,slicer,1,0,FALSE,,,,, -chili.n.02,soakable,0,0,FALSE,,,,, -hamburger.n.01,liquid,0,0,FALSE,,,,, -hamburger.n.01,heatSource,0,0,FALSE,,,,, -hamburger.n.01,fireSource,1,0,FALSE,,,,, -hamburger.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -hamburger.n.01,coldSource,0,0,FALSE,,,,, -hamburger.n.01,sliceable,0,1,FALSE,,,,, -hamburger.n.01,slicer,0,0,FALSE,,,,, -hamburger.n.01,soakable,0,0,FALSE,,,,, -tray.n.01,liquid,0,0,FALSE,,,,, -tray.n.01,heatSource,0,0,FALSE,,,,, -tray.n.01,fireSource,0,0,FALSE,,,,, -tray.n.01,cookable,0,0,FALSE,,,,, -tray.n.01,coldSource,0,0,FALSE,,,,, -tray.n.01,sliceable,0,0,FALSE,,,,, -tray.n.01,slicer,1,0,FALSE,,,,, -tray.n.01,soakable,0,0,FALSE,,,,, -toothpick.n.01,liquid,0,0,FALSE,,,,, -toothpick.n.01,heatSource,0,0,FALSE,,,,, -toothpick.n.01,fireSource,0,0,FALSE,,,,, -toothpick.n.01,cookable,0,0,FALSE,,,,, -toothpick.n.01,coldSource,0,0,FALSE,,,,, -toothpick.n.01,sliceable,0,0,FALSE,,,,, -toothpick.n.01,slicer,1,0,FALSE,,,,, -toothpick.n.01,soakable,0,0,FALSE,,,,, -plate.n.04,liquid,0,0,FALSE,,,,, -plate.n.04,heatSource,0,0,FALSE,,,,, -plate.n.04,fireSource,0,0,FALSE,,,,, -plate.n.04,cookable,0,0,FALSE,,,,, -plate.n.04,coldSource,0,0,FALSE,,,,, -plate.n.04,sliceable,0,0,FALSE,,,,, -plate.n.04,slicer,1,0,FALSE,,,,, -plate.n.04,soakable,0,0,FALSE,,,,, -dart.n.01,liquid,0,0,FALSE,,,,, -dart.n.01,heatSource,0,0,FALSE,,,,, -dart.n.01,fireSource,0,0,FALSE,,,,, -dart.n.01,cookable,0,0,FALSE,,,,, -dart.n.01,coldSource,0,0,FALSE,,,,, -dart.n.01,sliceable,0,0,FALSE,,,,, -dart.n.01,slicer,1,0,FALSE,,,,, -dart.n.01,soakable,0,0,FALSE,,,,, -dartboard.n.01,liquid,0,0,FALSE,,,,, -dartboard.n.01,heatSource,0,0,FALSE,,,,, -dartboard.n.01,fireSource,0,0,FALSE,,,,, -dartboard.n.01,cookable,0,0,FALSE,,,,, -dartboard.n.01,coldSource,0,0,FALSE,,,,, -dartboard.n.01,sliceable,0,0,FALSE,,,,, -dartboard.n.01,slicer,1,0,FALSE,,,,, -dartboard.n.01,soakable,0,1,FALSE,,,,, -blender.n.01,liquid,1,0,FALSE,,,,, -blender.n.01,heatSource,0,0,FALSE,,,,, -blender.n.01,fireSource,0,0,FALSE,,,,, -blender.n.01,cookable,0,0,FALSE,,,,, -blender.n.01,coldSource,1,0,FALSE,,,,, -blender.n.01,sliceable,0,0,FALSE,,,,, -blender.n.01,slicer,1,1,FALSE,,,,, -blender.n.01,soakable,0,0,FALSE,,,,, -straw.n.04,liquid,0,0,FALSE,,,,, -straw.n.04,heatSource,0,0,FALSE,,,,, -straw.n.04,fireSource,0,0,FALSE,,,,, -straw.n.04,cookable,0,0,FALSE,,,,, -straw.n.04,coldSource,1,0,FALSE,,,,, -straw.n.04,sliceable,0,0,FALSE,,,,, -straw.n.04,slicer,0,0,FALSE,,,,, -straw.n.04,soakable,0,0,FALSE,,,,, -date.n.08,liquid,0,0,FALSE,,,,, -date.n.08,heatSource,0,0,FALSE,,,,, -date.n.08,fireSource,0,0,FALSE,,,,, -date.n.08,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -date.n.08,coldSource,0,0,FALSE,,,,, -date.n.08,sliceable,0,1,FALSE,,,,, -date.n.08,slicer,0,0,FALSE,,,,, -date.n.08,soakable,0,0,FALSE,,,,, -folder.n.02,liquid,0,0,FALSE,,,,, -folder.n.02,heatSource,0,0,FALSE,,,,, -folder.n.02,fireSource,0,0,FALSE,,,,, -folder.n.02,cookable,0,0,FALSE,,,,, -folder.n.02,coldSource,0,0,FALSE,,,,, -folder.n.02,sliceable,0,0,FALSE,,,,, -folder.n.02,slicer,0,0,FALSE,,,,, -folder.n.02,soakable,1,1,FALSE,,,,, -calculator.n.02,liquid,0,0,FALSE,,,,, -calculator.n.02,heatSource,0,0,FALSE,,,,, -calculator.n.02,fireSource,0,0,FALSE,,,,, -calculator.n.02,cookable,0,0,FALSE,,,,, -calculator.n.02,coldSource,0,0,FALSE,,,,, -calculator.n.02,sliceable,0,0,FALSE,,,,, -calculator.n.02,slicer,1,0,FALSE,,,,, -calculator.n.02,soakable,0,0,FALSE,,,,, -necklace.n.01,liquid,0,0,FALSE,,,,, -necklace.n.01,heatSource,0,0,FALSE,,,,, -necklace.n.01,fireSource,0,0,FALSE,,,,, -necklace.n.01,cookable,0,0,FALSE,,,,, -necklace.n.01,coldSource,0,0,FALSE,,,,, -necklace.n.01,sliceable,0,0,FALSE,,,,, -necklace.n.01,slicer,0,0,FALSE,,,,, -necklace.n.01,soakable,0,0,FALSE,,,,, -jewel.n.01,liquid,0,0,FALSE,,,,, -jewel.n.01,heatSource,0,0,FALSE,,,,, -jewel.n.01,fireSource,0,0,FALSE,,,,, -jewel.n.01,cookable,0,0,FALSE,,,,, -jewel.n.01,coldSource,0,0,FALSE,,,,, -jewel.n.01,sliceable,0,0,FALSE,,,,, -jewel.n.01,slicer,0,0,FALSE,,,,, -jewel.n.01,soakable,0,0,FALSE,,,,, -bracelet.n.02,liquid,0,0,FALSE,,,,, -bracelet.n.02,heatSource,0,0,FALSE,,,,, -bracelet.n.02,fireSource,0,0,FALSE,,,,, -bracelet.n.02,cookable,0,0,FALSE,,,,, -bracelet.n.02,coldSource,0,0,FALSE,,,,, -bracelet.n.02,sliceable,0,0,FALSE,,,,, -bracelet.n.02,slicer,1,0,FALSE,,,,, -bracelet.n.02,soakable,0,0,FALSE,,,,, -ring.n.08,liquid,0,0,FALSE,,,,, -ring.n.08,heatSource,0,0,FALSE,,,,, -ring.n.08,fireSource,0,0,FALSE,,,,, -ring.n.08,cookable,0,0,FALSE,,,,, -ring.n.08,coldSource,0,0,FALSE,,,,, -ring.n.08,sliceable,0,0,FALSE,,,,, -ring.n.08,slicer,1,0,FALSE,,,,, -ring.n.08,soakable,0,0,FALSE,,,,, -cup.n.01,liquid,1,0,FALSE,,,,, -cup.n.01,heatSource,0,0,FALSE,,,,, -cup.n.01,fireSource,0,0,FALSE,,,,, -cup.n.01,cookable,0,0,FALSE,,,,, -cup.n.01,coldSource,1,0,FALSE,,,,, -cup.n.01,sliceable,0,0,FALSE,,,,, -cup.n.01,slicer,1,0,FALSE,,,,, -cup.n.01,soakable,0,0,FALSE,,,,, -platter.n.01,liquid,0,0,FALSE,,,,, -platter.n.01,heatSource,0,0,FALSE,,,,, -platter.n.01,fireSource,0,0,FALSE,,,,, -platter.n.01,cookable,0,0,FALSE,,,,, -platter.n.01,coldSource,1,0,FALSE,,,,, -platter.n.01,sliceable,0,0,FALSE,,,,, -platter.n.01,slicer,1,0,FALSE,,,,, -platter.n.01,soakable,0,0,FALSE,,,,, -caldron.n.01,liquid,0,0,FALSE,,,,, -caldron.n.01,heatSource,1,1,FALSE,,,,, -caldron.n.01,fireSource,1,0,FALSE,,,,, -caldron.n.01,cookable,0,0,FALSE,,,,, -caldron.n.01,coldSource,0,0,FALSE,,,,, -caldron.n.01,sliceable,0,0,FALSE,,,,, -caldron.n.01,slicer,1,0,FALSE,,,,, -caldron.n.01,soakable,0,0,FALSE,,,,, -coffee.n.01,liquid,1,1,FALSE,,,,, -coffee.n.01,heatSource,0,0,FALSE,,,,, -coffee.n.01,fireSource,0,0,FALSE,,,,, -coffee.n.01,cookable,0,0,FALSE,,,,, -coffee.n.01,coldSource,0,0,FALSE,,,,, -coffee.n.01,sliceable,0,0,FALSE,,,,, -coffee.n.01,slicer,1,0,FALSE,,,,, -coffee.n.01,soakable,0,0,FALSE,,,,, -crumb.n.03,liquid,0,0,FALSE,,,,, -crumb.n.03,heatSource,0,0,FALSE,,,,, -crumb.n.03,fireSource,1,0,FALSE,,,,, -crumb.n.03,cookable,0,0,FALSE,,,,, -crumb.n.03,coldSource,0,0,FALSE,,,,, -crumb.n.03,sliceable,0,0,FALSE,,,,, -crumb.n.03,slicer,0,0,FALSE,,,,, -crumb.n.03,soakable,0,0,FALSE,,,,, -cookie.n.01,liquid,0,0,FALSE,,,,, -cookie.n.01,heatSource,0,0,FALSE,,,,, -cookie.n.01,fireSource,1,0,FALSE,,,,, -cookie.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cookie.n.01,coldSource,0,0,FALSE,,,,, -cookie.n.01,sliceable,0,1,FALSE,,,,, -cookie.n.01,slicer,0,0,FALSE,,,,, -cookie.n.01,soakable,0,1,FALSE,,,,, -wrapping.n.01,liquid,0,0,FALSE,,,,, -wrapping.n.01,heatSource,0,0,FALSE,,,,, -wrapping.n.01,fireSource,0,0,FALSE,,,,, -wrapping.n.01,cookable,0,0,FALSE,,,,, -wrapping.n.01,coldSource,0,0,FALSE,,,,, -wrapping.n.01,sliceable,0,1,FALSE,,,,, -wrapping.n.01,slicer,0,0,FALSE,,,,, -wrapping.n.01,soakable,1,0,FALSE,,,,, -bow.n.08,liquid,0,0,FALSE,,,,, -bow.n.08,heatSource,0,0,FALSE,,,,, -bow.n.08,fireSource,0,0,FALSE,,,,, -bow.n.08,cookable,0,0,FALSE,,,,, -bow.n.08,coldSource,0,0,FALSE,,,,, -bow.n.08,sliceable,0,0,FALSE,,,,, -bow.n.08,slicer,1,0,FALSE,,,,, -bow.n.08,soakable,0,1,FALSE,,,,, -wreath.n.01,liquid,0,0,FALSE,,,,, -wreath.n.01,heatSource,0,0,FALSE,,,,, -wreath.n.01,fireSource,0,0,FALSE,,,,, -wreath.n.01,cookable,0,0,FALSE,,,,, -wreath.n.01,coldSource,0,0,FALSE,,,,, -wreath.n.01,sliceable,0,0,FALSE,,,,, -wreath.n.01,slicer,0,0,FALSE,,,,, -wreath.n.01,soakable,0,0,FALSE,,,,, -martini.n.01,liquid,1,1,FALSE,,,,, -martini.n.01,heatSource,0,0,FALSE,,,,, -martini.n.01,fireSource,0,0,FALSE,,,,, -martini.n.01,cookable,0,0,FALSE,,,,, -martini.n.01,coldSource,1,0,FALSE,,,,, -martini.n.01,sliceable,0,0,FALSE,,,,, -martini.n.01,slicer,0,0,FALSE,,,,, -martini.n.01,soakable,0,0,FALSE,,,,, -chopstick.n.01,liquid,0,0,FALSE,,,,, -chopstick.n.01,heatSource,0,0,FALSE,,,,, -chopstick.n.01,fireSource,0,0,FALSE,,,,, -chopstick.n.01,cookable,0,0,FALSE,,,,, -chopstick.n.01,coldSource,0,0,FALSE,,,,, -chopstick.n.01,sliceable,0,0,FALSE,,,,, -chopstick.n.01,slicer,1,0,FALSE,,,,, -chopstick.n.01,soakable,0,0,FALSE,,,,, -sushi.n.01,liquid,0,0,FALSE,,,,, -sushi.n.01,heatSource,0,0,FALSE,,,,, -sushi.n.01,fireSource,0,0,FALSE,,,,, -sushi.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sushi.n.01,coldSource,0,0,FALSE,,,,, -sushi.n.01,sliceable,0,1,FALSE,,,,, -sushi.n.01,slicer,0,0,FALSE,,,,, -sushi.n.01,soakable,1,0,FALSE,,,,, -cranberry.n.02,liquid,0,0,FALSE,,,,, -cranberry.n.02,heatSource,0,0,FALSE,,,,, -cranberry.n.02,fireSource,0,0,FALSE,,,,, -cranberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cranberry.n.02,coldSource,0,0,FALSE,,,,, -cranberry.n.02,sliceable,0,1,FALSE,,,,, -cranberry.n.02,slicer,0,0,FALSE,,,,, -cranberry.n.02,soakable,0,0,FALSE,,,,, -salad.n.01,liquid,0,0,FALSE,,,,, -salad.n.01,heatSource,0,0,FALSE,,,,, -salad.n.01,fireSource,0,0,FALSE,,,,, -salad.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -salad.n.01,coldSource,0,0,FALSE,,,,, -salad.n.01,sliceable,0,0,FALSE,,,,, -salad.n.01,slicer,0,0,FALSE,,,,, -salad.n.01,soakable,1,0,FALSE,,,,, -soup.n.01,liquid,1,1,FALSE,,,,, -soup.n.01,heatSource,0,0,FALSE,,,,, -soup.n.01,fireSource,1,0,FALSE,,,,, -soup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://foodsafetytrainingcertification.com/food-safety-news/national-soup-month-and-food-safe-cooling/,, -soup.n.01,coldSource,1,0,FALSE,,,,, -soup.n.01,sliceable,0,0,FALSE,,,,, -soup.n.01,slicer,1,0,FALSE,,,,, -soup.n.01,soakable,0,0,FALSE,,,,, -sheet.n.03,liquid,0,0,FALSE,,,,, -sheet.n.03,heatSource,0,0,FALSE,,,,, -sheet.n.03,fireSource,0,0,FALSE,,,,, -sheet.n.03,cookable,0,0,FALSE,,,,, -sheet.n.03,coldSource,0,0,FALSE,,,,, -sheet.n.03,sliceable,0,0,FALSE,,,,, -sheet.n.03,slicer,0,0,FALSE,,,,, -sheet.n.03,soakable,1,1,FALSE,,,,, -atomizer.n.01,liquid,1,0,FALSE,,,,, -atomizer.n.01,heatSource,0,0,FALSE,,,,, -atomizer.n.01,fireSource,0,0,FALSE,,,,, -atomizer.n.01,cookable,0,0,FALSE,,,,, -atomizer.n.01,coldSource,1,0,FALSE,,,,, -atomizer.n.01,sliceable,0,0,FALSE,,,,, -atomizer.n.01,slicer,1,1,FALSE,,,,, -atomizer.n.01,soakable,0,0,FALSE,,,,, -broom.n.01,liquid,0,0,FALSE,,,,, -broom.n.01,heatSource,0,0,FALSE,,,,, -broom.n.01,fireSource,0,0,FALSE,,,,, -broom.n.01,cookable,0,0,FALSE,,,,, -broom.n.01,coldSource,0,0,FALSE,,,,, -broom.n.01,sliceable,0,0,FALSE,,,,, -broom.n.01,slicer,1,0,FALSE,,,,, -broom.n.01,soakable,0,0,FALSE,,,,, -carpet_sweeper.n.01,liquid,0,0,FALSE,,,,, -carpet_sweeper.n.01,heatSource,0,0,FALSE,,,,, -carpet_sweeper.n.01,fireSource,0,0,FALSE,,,,, -carpet_sweeper.n.01,cookable,0,0,FALSE,,,,, -carpet_sweeper.n.01,coldSource,0,0,FALSE,,,,, -carpet_sweeper.n.01,sliceable,0,0,FALSE,,,,, -carpet_sweeper.n.01,slicer,1,0,FALSE,,,,, -carpet_sweeper.n.01,soakable,0,0,FALSE,,,,, -coat.n.01,liquid,0,0,FALSE,,,,, -coat.n.01,heatSource,0,0,FALSE,,,,, -coat.n.01,fireSource,0,0,FALSE,,,,, -coat.n.01,cookable,0,0,FALSE,,,,, -coat.n.01,coldSource,0,0,FALSE,,,,, -coat.n.01,sliceable,0,0,FALSE,,,,, -coat.n.01,slicer,1,0,FALSE,,,,, -coat.n.01,soakable,1,1,FALSE,,,,, -detergent.n.02,liquid,1,1,FALSE,,,,, -detergent.n.02,heatSource,0,0,FALSE,,,,, -detergent.n.02,fireSource,0,0,FALSE,,,,, -detergent.n.02,cookable,0,0,FALSE,,,,, -detergent.n.02,coldSource,1,0,FALSE,,,,, -detergent.n.02,sliceable,0,0,FALSE,,,,, -detergent.n.02,slicer,0,0,FALSE,,,,, -detergent.n.02,soakable,0,0,FALSE,,,,, -jean.n.01,liquid,0,0,FALSE,,,,, -jean.n.01,heatSource,0,0,FALSE,,,,, -jean.n.01,fireSource,0,0,FALSE,,,,, -jean.n.01,cookable,0,0,FALSE,,,,, -jean.n.01,coldSource,1,0,FALSE,,,,, -jean.n.01,sliceable,0,0,FALSE,,,,, -jean.n.01,slicer,1,0,FALSE,,,,, -jean.n.01,soakable,1,1,FALSE,,,,, -paint.n.01,liquid,1,1,FALSE,,,,, -paint.n.01,heatSource,0,0,FALSE,,,,, -paint.n.01,fireSource,0,0,FALSE,,,,, -paint.n.01,cookable,0,0,FALSE,,,,, -paint.n.01,coldSource,1,0,FALSE,,,,, -paint.n.01,sliceable,0,0,FALSE,,,,, -paint.n.01,slicer,1,0,FALSE,,,,, -paint.n.01,soakable,0,0,FALSE,,,,, -paintbrush.n.01,liquid,0,0,FALSE,,,,, -paintbrush.n.01,heatSource,0,0,FALSE,,,,, -paintbrush.n.01,fireSource,0,0,FALSE,,,,, -paintbrush.n.01,cookable,0,0,FALSE,,,,, -paintbrush.n.01,coldSource,1,0,FALSE,,,,, -paintbrush.n.01,sliceable,0,0,FALSE,,,,, -paintbrush.n.01,slicer,0,0,FALSE,,,,, -paintbrush.n.01,soakable,0,0,FALSE,,,,, -pajama.n.02,liquid,0,0,FALSE,,,,, -pajama.n.02,heatSource,0,0,FALSE,,,,, -pajama.n.02,fireSource,0,0,FALSE,,,,, -pajama.n.02,cookable,0,0,FALSE,,,,, -pajama.n.02,coldSource,0,0,FALSE,,,,, -pajama.n.02,sliceable,0,0,FALSE,,,,, -pajama.n.02,slicer,0,0,FALSE,,,,, -pajama.n.02,soakable,1,1,FALSE,,,,, -pegboard.n.01,liquid,0,0,FALSE,,,,, -pegboard.n.01,heatSource,0,0,FALSE,,,,, -pegboard.n.01,fireSource,0,0,FALSE,,,,, -pegboard.n.01,cookable,0,0,FALSE,,,,, -pegboard.n.01,coldSource,0,0,FALSE,,,,, -pegboard.n.01,sliceable,0,0,FALSE,,,,, -pegboard.n.01,slicer,1,0,FALSE,,,,, -pegboard.n.01,soakable,0,0,FALSE,,,,, -roller.n.04,liquid,0,0,FALSE,,,,, -roller.n.04,heatSource,0,0,FALSE,,,,, -roller.n.04,fireSource,0,0,FALSE,,,,, -roller.n.04,cookable,0,0,FALSE,,,,, -roller.n.04,coldSource,0,0,FALSE,,,,, -roller.n.04,sliceable,0,0,FALSE,,,,, -roller.n.04,slicer,1,0,FALSE,,,,, -roller.n.04,soakable,0,0,FALSE,,,,, -scrub_brush.n.01,liquid,0,0,FALSE,,,,, -scrub_brush.n.01,heatSource,0,0,FALSE,,,,, -scrub_brush.n.01,fireSource,0,0,FALSE,,,,, -scrub_brush.n.01,cookable,0,0,FALSE,,,,, -scrub_brush.n.01,coldSource,0,0,FALSE,,,,, -scrub_brush.n.01,sliceable,0,0,FALSE,,,,, -scrub_brush.n.01,slicer,1,0,FALSE,,,,, -scrub_brush.n.01,soakable,0,0,FALSE,,,,, -sock.n.01,liquid,0,0,FALSE,,,,, -sock.n.01,heatSource,0,0,FALSE,,,,, -sock.n.01,fireSource,0,0,FALSE,,,,, -sock.n.01,cookable,0,0,FALSE,,,,, -sock.n.01,coldSource,0,0,FALSE,,,,, -sock.n.01,sliceable,0,0,FALSE,,,,, -sock.n.01,slicer,1,0,FALSE,,,,, -sock.n.01,soakable,1,1,FALSE,,,,, -sweater.n.01,liquid,0,0,FALSE,,,,, -sweater.n.01,heatSource,0,0,FALSE,,,,, -sweater.n.01,fireSource,0,0,FALSE,,,,, -sweater.n.01,cookable,0,0,FALSE,,,,, -sweater.n.01,coldSource,0,0,FALSE,,,,, -sweater.n.01,sliceable,0,0,FALSE,,,,, -sweater.n.01,slicer,0,0,FALSE,,,,, -sweater.n.01,soakable,1,1,FALSE,,,,, -trowel.n.01,liquid,0,0,FALSE,,,,, -trowel.n.01,heatSource,0,0,FALSE,,,,, -trowel.n.01,fireSource,0,0,FALSE,,,,, -trowel.n.01,cookable,0,0,FALSE,,,,, -trowel.n.01,coldSource,0,0,FALSE,,,,, -trowel.n.01,sliceable,0,0,FALSE,,,,, -trowel.n.01,slicer,1,0,FALSE,,,,, -trowel.n.01,soakable,0,0,FALSE,,,,, -underwear.n.01,liquid,0,0,FALSE,,,,, -underwear.n.01,heatSource,0,0,FALSE,,,,, -underwear.n.01,fireSource,0,0,FALSE,,,,, -underwear.n.01,cookable,0,0,FALSE,,,,, -underwear.n.01,coldSource,0,0,FALSE,,,,, -underwear.n.01,sliceable,0,0,FALSE,,,,, -underwear.n.01,slicer,0,0,FALSE,,,,, -underwear.n.01,soakable,1,1,FALSE,,,,, -vacuum.n.04,liquid,0,0,FALSE,,,,, -vacuum.n.04,heatSource,0,0,FALSE,,,,, -vacuum.n.04,fireSource,0,0,FALSE,,,,, -vacuum.n.04,cookable,0,0,FALSE,,,,, -vacuum.n.04,coldSource,0,0,FALSE,,,,, -vacuum.n.04,sliceable,0,0,FALSE,,,,, -vacuum.n.04,slicer,1,0,FALSE,,,,, -vacuum.n.04,soakable,0,0,FALSE,,,,, -umbrella.n.01,liquid,0,0,FALSE,,,,, -umbrella.n.01,heatSource,0,0,FALSE,,,,, -umbrella.n.01,fireSource,0,0,FALSE,,,,, -umbrella.n.01,cookable,0,0,FALSE,,,,, -umbrella.n.01,coldSource,0,0,FALSE,,,,, -umbrella.n.01,sliceable,0,0,FALSE,,,,, -umbrella.n.01,slicer,1,0,FALSE,,,,, -umbrella.n.01,soakable,1,0,FALSE,,,,, -sunglass.n.01,liquid,0,0,FALSE,,,,, -sunglass.n.01,heatSource,0,0,FALSE,,,,, -sunglass.n.01,fireSource,0,0,FALSE,,,,, -sunglass.n.01,cookable,0,0,FALSE,,,,, -sunglass.n.01,coldSource,0,0,FALSE,,,,, -sunglass.n.01,sliceable,0,0,FALSE,,,,, -sunglass.n.01,slicer,1,0,FALSE,,,,, -sunglass.n.01,soakable,0,0,FALSE,,,,, -toaster.n.02,liquid,0,0,FALSE,,,,, -toaster.n.02,heatSource,1,1,FALSE,,,,, -toaster.n.02,fireSource,0,0,FALSE,,,,, -toaster.n.02,cookable,0,0,FALSE,,,,, -toaster.n.02,coldSource,0,0,FALSE,,,,, -toaster.n.02,sliceable,0,0,FALSE,,,,, -toaster.n.02,slicer,1,0,FALSE,,,,, -toaster.n.02,soakable,0,0,FALSE,,,,, -iron.n.04,liquid,0,0,FALSE,,,,, -iron.n.04,heatSource,1,1,FALSE,,,,, -iron.n.04,fireSource,0,0,FALSE,,,,, -iron.n.04,cookable,0,0,FALSE,,,,, -iron.n.04,coldSource,0,0,FALSE,,,,, -iron.n.04,sliceable,0,0,FALSE,,,,, -iron.n.04,slicer,1,0,FALSE,,,,, -iron.n.04,soakable,0,0,FALSE,,,,, -hook.n.05,liquid,0,0,FALSE,,,,, -hook.n.05,heatSource,0,0,FALSE,,,,, -hook.n.05,fireSource,0,0,FALSE,,,,, -hook.n.05,cookable,0,0,FALSE,,,,, -hook.n.05,coldSource,0,0,FALSE,,,,, -hook.n.05,sliceable,0,0,FALSE,,,,, -hook.n.05,slicer,0,0,FALSE,,,,, -hook.n.05,soakable,0,0,FALSE,,,,, -salt.n.02,liquid,0,0,FALSE,,,,, -salt.n.02,heatSource,0,0,FALSE,,,,, -salt.n.02,fireSource,0,0,FALSE,,,,, -salt.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -salt.n.02,coldSource,0,0,FALSE,,,,, -salt.n.02,sliceable,0,0,FALSE,,,,, -salt.n.02,slicer,1,0,FALSE,,,,, -salt.n.02,soakable,0,0,FALSE,,,,, -beer.n.01,liquid,1,1,FALSE,,,,, -beer.n.01,heatSource,0,0,FALSE,,,,, -beer.n.01,fireSource,0,0,FALSE,,,,, -beer.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -beer.n.01,coldSource,1,0,FALSE,,,,, -beer.n.01,sliceable,0,0,FALSE,,,,, -beer.n.01,slicer,0,0,FALSE,,,,, -beer.n.01,soakable,0,0,FALSE,,,,, -juice.n.01,liquid,1,1,FALSE,,,,, -juice.n.01,heatSource,0,0,FALSE,,,,, -juice.n.01,fireSource,1,0,FALSE,,,,, -juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -juice.n.01,coldSource,1,0,FALSE,,,,, -juice.n.01,sliceable,0,0,FALSE,,,,, -juice.n.01,slicer,0,0,FALSE,,,,, -juice.n.01,soakable,0,0,FALSE,,,,, -car.n.01,liquid,0,0,FALSE,,,,, -car.n.01,heatSource,0,0,FALSE,,,,, -car.n.01,fireSource,0,0,FALSE,,,,, -car.n.01,cookable,0,0,FALSE,,,,, -car.n.01,coldSource,0,0,FALSE,,,,, -car.n.01,sliceable,0,0,FALSE,,,,, -car.n.01,slicer,1,0,FALSE,,,,, -car.n.01,soakable,0,0,FALSE,,,,, -drill.n.01,liquid,0,0,FALSE,,,,, -drill.n.01,heatSource,0,0,FALSE,,,,, -drill.n.01,fireSource,0,0,FALSE,,,,, -drill.n.01,cookable,0,0,FALSE,,,,, -drill.n.01,coldSource,0,0,FALSE,,,,, -drill.n.01,sliceable,0,0,FALSE,,,,, -drill.n.01,slicer,1,1,FALSE,,,,, -drill.n.01,soakable,0,0,FALSE,,,,, -dustpan.n.02,liquid,0,0,FALSE,,,,, -dustpan.n.02,heatSource,0,0,FALSE,,,,, -dustpan.n.02,fireSource,0,0,FALSE,,,,, -dustpan.n.02,cookable,0,0,FALSE,,,,, -dustpan.n.02,coldSource,0,0,FALSE,,,,, -dustpan.n.02,sliceable,0,0,FALSE,,,,, -dustpan.n.02,slicer,0,0,FALSE,,,,, -dustpan.n.02,soakable,0,0,FALSE,,,,, -lawn_mower.n.01,liquid,0,0,FALSE,,,,, -lawn_mower.n.01,heatSource,0,0,FALSE,,,,, -lawn_mower.n.01,fireSource,0,0,FALSE,,,,, -lawn_mower.n.01,cookable,0,0,FALSE,,,,, -lawn_mower.n.01,coldSource,0,0,FALSE,,,,, -lawn_mower.n.01,sliceable,0,0,FALSE,,,,, -lawn_mower.n.01,slicer,1,0,FALSE,,,,, -lawn_mower.n.01,soakable,0,0,FALSE,,,,, -painting.n.01,liquid,0,0,FALSE,,,,, -painting.n.01,heatSource,0,0,FALSE,,,,, -painting.n.01,fireSource,0,0,FALSE,,,,, -painting.n.01,cookable,0,0,FALSE,,,,, -painting.n.01,coldSource,0,0,FALSE,,,,, -painting.n.01,sliceable,0,0,FALSE,,,,, -painting.n.01,slicer,0,0,FALSE,,,,, -painting.n.01,soakable,0,1,FALSE,,,,, -powder.n.03,liquid,0,0,FALSE,,,,, -powder.n.03,heatSource,0,0,FALSE,,,,, -powder.n.03,fireSource,0,0,FALSE,,,,, -powder.n.03,cookable,0,0,FALSE,,,,, -powder.n.03,coldSource,0,0,FALSE,,,,, -powder.n.03,sliceable,0,0,FALSE,,,,, -powder.n.03,slicer,0,0,FALSE,,,,, -powder.n.03,soakable,0,0,FALSE,,,,, -rake.n.03,liquid,0,0,FALSE,,,,, -rake.n.03,heatSource,0,0,FALSE,,,,, -rake.n.03,fireSource,0,0,FALSE,,,,, -rake.n.03,cookable,0,0,FALSE,,,,, -rake.n.03,coldSource,0,0,FALSE,,,,, -rake.n.03,sliceable,0,0,FALSE,,,,, -rake.n.03,slicer,1,1,FALSE,,,,, -rake.n.03,soakable,0,0,FALSE,,,,, -scarf.n.01,liquid,0,0,FALSE,,,,, -scarf.n.01,heatSource,0,0,FALSE,,,,, -scarf.n.01,fireSource,0,0,FALSE,,,,, -scarf.n.01,cookable,0,0,FALSE,,,,, -scarf.n.01,coldSource,0,0,FALSE,,,,, -scarf.n.01,sliceable,0,0,FALSE,,,,, -scarf.n.01,slicer,1,0,FALSE,,,,, -scarf.n.01,soakable,1,1,FALSE,,,,, -scraper.n.01,liquid,0,0,FALSE,,,,, -scraper.n.01,heatSource,0,0,FALSE,,,,, -scraper.n.01,fireSource,0,0,FALSE,,,,, -scraper.n.01,cookable,0,0,FALSE,,,,, -scraper.n.01,coldSource,0,0,FALSE,,,,, -scraper.n.01,sliceable,0,0,FALSE,,,,, -scraper.n.01,slicer,0,0,FALSE,,,,, -scraper.n.01,soakable,0,0,FALSE,,,,, -ladder.n.01,liquid,0,0,FALSE,,,,, -ladder.n.01,heatSource,0,0,FALSE,,,,, -ladder.n.01,fireSource,0,0,FALSE,,,,, -ladder.n.01,cookable,0,0,FALSE,,,,, -ladder.n.01,coldSource,0,0,FALSE,,,,, -ladder.n.01,sliceable,0,0,FALSE,,,,, -ladder.n.01,slicer,1,0,FALSE,,,,, -ladder.n.01,soakable,1,0,FALSE,,,,, -toothbrush.n.01,liquid,0,0,FALSE,,,,, -toothbrush.n.01,heatSource,0,0,FALSE,,,,, -toothbrush.n.01,fireSource,0,0,FALSE,,,,, -toothbrush.n.01,cookable,0,0,FALSE,,,,, -toothbrush.n.01,coldSource,0,0,FALSE,,,,, -toothbrush.n.01,sliceable,0,0,FALSE,,,,, -toothbrush.n.01,slicer,1,0,FALSE,,,,, -toothbrush.n.01,soakable,0,0,FALSE,,,,, -beef.n.02,liquid,0,0,FALSE,,,,, -beef.n.02,heatSource,0,0,FALSE,,,,, -beef.n.02,fireSource,1,0,FALSE,,,,, -beef.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -beef.n.02,coldSource,0,0,FALSE,,,,, -beef.n.02,sliceable,0,1,FALSE,,,,, -beef.n.02,slicer,0,0,FALSE,,,,, -beef.n.02,soakable,0,0,FALSE,,,,, -perfume.n.02,liquid,0,1,FALSE,,,,, -perfume.n.02,heatSource,0,0,FALSE,,,,, -perfume.n.02,fireSource,0,0,FALSE,,,,, -perfume.n.02,cookable,0,0,FALSE,,,,, -perfume.n.02,coldSource,0,0,FALSE,,,,, -perfume.n.02,sliceable,0,0,FALSE,,,,, -perfume.n.02,slicer,1,0,FALSE,,,,, -perfume.n.02,soakable,0,0,FALSE,,,,, -pork.n.01,liquid,0,0,FALSE,,,,, -pork.n.01,heatSource,0,0,FALSE,,,,, -pork.n.01,fireSource,1,0,FALSE,,,,, -pork.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -pork.n.01,coldSource,0,0,FALSE,,,,, -pork.n.01,sliceable,0,1,FALSE,,,,, -pork.n.01,slicer,0,0,FALSE,,,,, -pork.n.01,soakable,0,0,FALSE,,,,, -rib.n.03,liquid,0,0,FALSE,,,,, -rib.n.03,heatSource,0,0,FALSE,,,,, -rib.n.03,fireSource,1,0,FALSE,,,,, -rib.n.03,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -rib.n.03,coldSource,0,0,FALSE,,,,, -rib.n.03,sliceable,0,1,FALSE,,,,, -rib.n.03,slicer,0,0,FALSE,,,,, -rib.n.03,soakable,0,0,FALSE,,,,, -steak.n.01,liquid,0,0,FALSE,,,,, -steak.n.01,heatSource,0,0,FALSE,,,,, -steak.n.01,fireSource,1,0,FALSE,,,,, -steak.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -steak.n.01,coldSource,0,0,FALSE,,,,, -steak.n.01,sliceable,0,1,FALSE,,,,, -steak.n.01,slicer,0,0,FALSE,,,,, -steak.n.01,soakable,0,0,FALSE,,,,, -sugar.n.01,liquid,0,0,FALSE,,,,, -sugar.n.01,heatSource,0,0,FALSE,,,,, -sugar.n.01,fireSource,0,0,FALSE,,,,, -sugar.n.01,cookable,0,1,TRUE,not cookable,not cookable,,, -sugar.n.01,coldSource,0,0,FALSE,,,,, -sugar.n.01,sliceable,0,0,FALSE,,,,, -sugar.n.01,slicer,0,0,FALSE,,,,, -sugar.n.01,soakable,0,0,FALSE,,,,, -crab.n.05,liquid,0,0,FALSE,,,,, -crab.n.05,heatSource,0,0,FALSE,,,,, -crab.n.05,fireSource,1,0,FALSE,,,,, -crab.n.05,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.alaskankingcrab.com/blogs/resources/your-temperature-guide-for-cooking-seafood, -crab.n.05,coldSource,0,0,FALSE,,,,, -crab.n.05,sliceable,0,1,FALSE,,,,, -crab.n.05,slicer,0,0,FALSE,,,,, -crab.n.05,soakable,0,0,FALSE,,,,, -fillet.n.02,liquid,0,0,FALSE,,,,, -fillet.n.02,heatSource,0,0,FALSE,,,,, -fillet.n.02,fireSource,1,0,FALSE,,,,, -fillet.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -fillet.n.02,coldSource,0,0,FALSE,,,,, -fillet.n.02,sliceable,0,1,FALSE,,,,, -fillet.n.02,slicer,0,0,FALSE,,,,, -fillet.n.02,soakable,0,0,FALSE,,,,, -fish.n.02,liquid,0,0,FALSE,,,,, -fish.n.02,heatSource,0,0,FALSE,,,,, -fish.n.02,fireSource,1,0,FALSE,,,,, -fish.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -fish.n.02,coldSource,0,0,FALSE,,,,, -fish.n.02,sliceable,0,1,FALSE,,,,, -fish.n.02,slicer,0,0,FALSE,,,,, -fish.n.02,soakable,0,0,FALSE,,,,, -magazine.n.02,liquid,0,0,FALSE,,,,, -magazine.n.02,heatSource,0,0,FALSE,,,,, -magazine.n.02,fireSource,0,0,FALSE,,,,, -magazine.n.02,cookable,0,0,FALSE,,,,, -magazine.n.02,coldSource,0,0,FALSE,,,,, -magazine.n.02,sliceable,0,0,FALSE,,,,, -magazine.n.02,slicer,0,0,FALSE,,,,, -magazine.n.02,soakable,0,1,FALSE,,,,, -newspaper.n.03,liquid,0,0,FALSE,,,,, -newspaper.n.03,heatSource,0,0,FALSE,,,,, -newspaper.n.03,fireSource,0,0,FALSE,,,,, -newspaper.n.03,cookable,0,0,FALSE,,,,, -newspaper.n.03,coldSource,0,0,FALSE,,,,, -newspaper.n.03,sliceable,0,0,FALSE,,,,, -newspaper.n.03,slicer,0,0,FALSE,,,,, -newspaper.n.03,soakable,1,1,FALSE,,,,, -pool.n.01,liquid,1,0,FALSE,,,,, -pool.n.01,heatSource,0,0,FALSE,,,,, -pool.n.01,fireSource,0,0,FALSE,,,,, -pool.n.01,cookable,0,0,FALSE,,,,, -pool.n.01,coldSource,0,0,FALSE,,,,, -pool.n.01,sliceable,0,0,FALSE,,,,, -pool.n.01,slicer,0,0,FALSE,,,,, -pool.n.01,soakable,0,0,FALSE,,,,, -tart.n.02,liquid,0,0,FALSE,,,,, -tart.n.02,heatSource,0,0,FALSE,,,,, -tart.n.02,fireSource,0,0,FALSE,,,,, -tart.n.02,cookable,0,1,TRUE,80,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, -tart.n.02,coldSource,1,0,FALSE,,,,, -tart.n.02,sliceable,0,1,FALSE,,,,, -tart.n.02,slicer,0,0,FALSE,,,,, -tart.n.02,soakable,0,0,FALSE,,,,, -muffin.n.01,liquid,0,0,FALSE,,,,, -muffin.n.01,heatSource,0,0,FALSE,,,,, -muffin.n.01,fireSource,1,0,FALSE,,,,, -muffin.n.01,cookable,0,1,TRUE,93,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, -muffin.n.01,coldSource,0,0,FALSE,,,,, -muffin.n.01,sliceable,0,1,FALSE,,,,, -muffin.n.01,slicer,0,0,FALSE,,,,, -muffin.n.01,soakable,0,0,FALSE,,,,, -ice_cube.n.01,liquid,0,0,FALSE,,,,, -ice_cube.n.01,heatSource,0,0,FALSE,,,,, -ice_cube.n.01,fireSource,0,0,FALSE,,,,, -ice_cube.n.01,cookable,1,0,FALSE,,,,, -ice_cube.n.01,coldSource,0,1,FALSE,,,,, -ice_cube.n.01,sliceable,0,0,FALSE,,,,, -ice_cube.n.01,slicer,1,1,FALSE,,,,, -ice_cube.n.01,soakable,0,0,FALSE,,,,, -cinnamon.n.03,liquid,0,0,FALSE,,,,, -cinnamon.n.03,heatSource,0,0,FALSE,,,,, -cinnamon.n.03,fireSource,0,0,FALSE,,,,, -cinnamon.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cinnamon.n.03,coldSource,0,0,FALSE,,,,, -cinnamon.n.03,sliceable,0,0,FALSE,,,,, -cinnamon.n.03,slicer,1,0,FALSE,,,,, -cinnamon.n.03,soakable,0,0,FALSE,,,,, -lime.n.06,liquid,0,0,FALSE,,,,, -lime.n.06,heatSource,0,0,FALSE,,,,, -lime.n.06,fireSource,0,0,FALSE,,,,, -lime.n.06,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lime.n.06,coldSource,0,0,FALSE,,,,, -lime.n.06,sliceable,0,1,FALSE,,,,, -lime.n.06,slicer,0,0,FALSE,,,,, -lime.n.06,soakable,0,0,FALSE,,,,, -ginger.n.02,liquid,0,0,FALSE,,,,, -ginger.n.02,heatSource,0,0,FALSE,,,,, -ginger.n.02,fireSource,1,0,FALSE,,,,, -ginger.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -ginger.n.02,coldSource,0,0,FALSE,,,,, -ginger.n.02,sliceable,0,1,FALSE,,,,, -ginger.n.02,slicer,0,0,FALSE,,,,, -ginger.n.02,soakable,0,0,FALSE,,,,, -cereal.n.03,liquid,0,0,FALSE,,,,, -cereal.n.03,heatSource,0,0,FALSE,,,,, -cereal.n.03,fireSource,1,0,FALSE,,,,, -cereal.n.03,cookable,0,0,FALSE,,,,, -cereal.n.03,coldSource,0,0,FALSE,,,,, -cereal.n.03,sliceable,0,0,FALSE,,,,, -cereal.n.03,slicer,0,0,FALSE,,,,, -cereal.n.03,soakable,0,0,FALSE,,,,, -cheese.n.01,liquid,0,0,FALSE,,,,, -cheese.n.01,heatSource,0,0,FALSE,,,,, -cheese.n.01,fireSource,1,0,FALSE,,,,, -cheese.n.01,cookable,0,1,TRUE,65,66,"https://www.finecooking.com/article/the-science-of-melting-cheese#:~:text=This%20complete%20melting%20occurs%20at,grating%20cheeses%20like%20Parmigiano%2DReggiano.","https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.",Melts at around 65. Cheese is edible from cook -cheese.n.01,coldSource,0,0,FALSE,,,,, -cheese.n.01,sliceable,0,1,FALSE,,,,, -cheese.n.01,slicer,1,0,FALSE,,,,, -cheese.n.01,soakable,0,0,FALSE,,,,, -milk.n.01,liquid,1,1,FALSE,,,,, -milk.n.01,heatSource,0,0,FALSE,,,,, -milk.n.01,fireSource,0,0,FALSE,,,,, -milk.n.01,cookable,0,1,TRUE,71,UNKNOWN,"https://www.webmd.com/diet/what-to-know-about-boiling-milk#:~:text=Pasteurization%20in%20the%20United%20States,boil%20during%20the%20pasteurization%20process.",, -milk.n.01,coldSource,1,0,FALSE,,,,, -milk.n.01,sliceable,0,0,FALSE,,,,, -milk.n.01,slicer,0,0,FALSE,,,,, -milk.n.01,soakable,0,0,FALSE,,,,, -pasta.n.02,liquid,0,0,FALSE,,,,, -pasta.n.02,heatSource,0,0,FALSE,,,,, -pasta.n.02,fireSource,1,0,FALSE,,,,, -pasta.n.02,cookable,0,1,TRUE,58,UNKNOWN,https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures,, -pasta.n.02,coldSource,0,0,FALSE,,,,, -pasta.n.02,sliceable,0,0,FALSE,,,,, -pasta.n.02,slicer,1,0,FALSE,,,,, -pasta.n.02,soakable,1,0,FALSE,,,,, -almond.n.02,liquid,0,0,FALSE,,,,, -almond.n.02,heatSource,0,0,FALSE,,,,, -almond.n.02,fireSource,0,0,FALSE,,,,, -almond.n.02,cookable,0,1,TRUE,163,UNKNOWN,https://www.evolvingtable.com/how-to-roast-almonds/,, -almond.n.02,coldSource,0,0,FALSE,,,,, -almond.n.02,sliceable,0,0,FALSE,,,,, -almond.n.02,slicer,0,0,FALSE,,,,, -almond.n.02,soakable,0,0,FALSE,,,,, -grill.n.02,liquid,0,0,FALSE,,,,, -grill.n.02,heatSource,0,0,FALSE,,,,, -grill.n.02,fireSource,0,0,FALSE,,,,, -grill.n.02,cookable,0,0,FALSE,,,,, -grill.n.02,coldSource,0,0,FALSE,,,,, -grill.n.02,sliceable,0,0,FALSE,,,,, -grill.n.02,slicer,1,0,FALSE,,,,, -grill.n.02,soakable,0,0,FALSE,,,,, -hose.n.03,liquid,1,0,FALSE,,,,, -hose.n.03,heatSource,0,0,FALSE,,,,, -hose.n.03,fireSource,0,0,FALSE,,,,, -hose.n.03,cookable,0,0,FALSE,,,,, -hose.n.03,coldSource,1,0,FALSE,,,,, -hose.n.03,sliceable,0,0,FALSE,,,,, -hose.n.03,slicer,1,0,FALSE,,,,, -hose.n.03,soakable,0,0,FALSE,,,,, -jam.n.01,liquid,0,1,FALSE,,,,, -jam.n.01,heatSource,0,0,FALSE,,,,, -jam.n.01,fireSource,1,0,FALSE,,,,, -jam.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.thekitchn.com/how-to-make-basic-fruit-jam-cooking-lessons-from-the-kitchn-193560,,Boiling is roughlt 100C -jam.n.01,coldSource,0,0,FALSE,,,,, -jam.n.01,sliceable,0,0,FALSE,,,,, -jam.n.01,slicer,1,0,FALSE,,,,, -jam.n.01,soakable,0,0,FALSE,,,,, -puree.n.01,liquid,1,1,FALSE,,,,, -puree.n.01,heatSource,0,0,FALSE,,,,, -puree.n.01,fireSource,1,0,FALSE,,,,, -puree.n.01,cookable,0,1,TRUE,Unknown,UNKNOWN,,, -puree.n.01,coldSource,1,0,FALSE,,,,, -puree.n.01,sliceable,0,0,FALSE,,,,, -puree.n.01,slicer,0,0,FALSE,,,,, -puree.n.01,soakable,0,0,FALSE,,,,, -bagel.n.01,liquid,0,0,FALSE,,,,, -bagel.n.01,heatSource,0,0,FALSE,,,,, -bagel.n.01,fireSource,1,0,FALSE,,,,, -bagel.n.01,cookable,0,1,TRUE,190,UNKNOWN,"https://www.seriouseats.com/how-to-reheat-old-bagels#:~:text=The%20Method%3A%20Place%20the%20entire,for%20four%20to%20five%20minutes.",, -bagel.n.01,coldSource,1,0,FALSE,,,,, -bagel.n.01,sliceable,0,1,FALSE,,,,, -bagel.n.01,slicer,1,0,FALSE,,,,, -bagel.n.01,soakable,0,0,FALSE,,,,, -baguet.n.01,liquid,0,0,FALSE,,,,, -baguet.n.01,heatSource,0,0,FALSE,,,,, -baguet.n.01,fireSource,0,0,FALSE,,,,, -baguet.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.thespruceeats.com/how-to-toast-bread-in-an-oven-5212708#:~:text=To%20make%20toast%20in%20the,at%20the%20five%2Dminute%20mark.",,Assuming we want to toast the bread -baguet.n.01,coldSource,0,0,FALSE,,,,, -baguet.n.01,sliceable,0,1,FALSE,,,,, -baguet.n.01,slicer,0,0,FALSE,,,,, -baguet.n.01,soakable,0,0,FALSE,,,,, -basil.n.03,liquid,0,0,FALSE,,,,, -basil.n.03,heatSource,0,0,FALSE,,,,, -basil.n.03,fireSource,1,0,FALSE,,,,, -basil.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -basil.n.03,coldSource,0,0,FALSE,,,,, -basil.n.03,sliceable,0,0,FALSE,,,,, -basil.n.03,slicer,0,0,FALSE,,,,, -basil.n.03,soakable,0,0,FALSE,,,,, -celery.n.02,liquid,0,0,FALSE,,,,, -celery.n.02,heatSource,0,0,FALSE,,,,, -celery.n.02,fireSource,1,0,FALSE,,,,, -celery.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -celery.n.02,coldSource,0,0,FALSE,,,,, -celery.n.02,sliceable,0,1,FALSE,,,,, -celery.n.02,slicer,0,0,FALSE,,,,, -celery.n.02,soakable,0,0,FALSE,,,,, -cupcake.n.01,liquid,0,0,FALSE,,,,, -cupcake.n.01,heatSource,0,0,FALSE,,,,, -cupcake.n.01,fireSource,1,0,FALSE,,,,, -cupcake.n.01,cookable,0,0,FALSE,,,,, -cupcake.n.01,coldSource,0,0,FALSE,,,,, -cupcake.n.01,sliceable,0,1,FALSE,,,,, -cupcake.n.01,slicer,1,0,FALSE,,,,, -cupcake.n.01,soakable,0,0,FALSE,,,,, -green_onion.n.01,liquid,0,0,FALSE,,,,, -green_onion.n.01,heatSource,0,0,FALSE,,,,, -green_onion.n.01,fireSource,0,0,FALSE,,,,, -green_onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -green_onion.n.01,coldSource,0,0,FALSE,,,,, -green_onion.n.01,sliceable,0,1,FALSE,,,,, -green_onion.n.01,slicer,0,0,FALSE,,,,, -green_onion.n.01,soakable,0,0,FALSE,,,,, -guacamole.n.01,liquid,0,0,FALSE,,,,, -guacamole.n.01,heatSource,0,0,FALSE,,,,, -guacamole.n.01,fireSource,0,0,FALSE,,,,, -guacamole.n.01,cookable,0,1,TRUE,Guac is not cooked!,UNKNOWN,,, -guacamole.n.01,coldSource,0,0,FALSE,,,,, -guacamole.n.01,sliceable,0,0,FALSE,,,,, -guacamole.n.01,slicer,0,0,FALSE,,,,, -guacamole.n.01,soakable,0,0,FALSE,,,,, -lasagna.n.01,liquid,0,0,FALSE,,,,, -lasagna.n.01,heatSource,0,0,FALSE,,,,, -lasagna.n.01,fireSource,1,0,FALSE,,,,, -lasagna.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.amicis.com/lasagna-cooking-instructions,, -lasagna.n.01,coldSource,1,0,FALSE,,,,, -lasagna.n.01,sliceable,0,0,FALSE,,,,, -lasagna.n.01,slicer,0,0,FALSE,,,,, -lasagna.n.01,soakable,0,0,FALSE,,,,, -mayonnaise.n.01,liquid,1,1,FALSE,,,,, -mayonnaise.n.01,heatSource,0,0,FALSE,,,,, -mayonnaise.n.01,fireSource,0,0,FALSE,,,,, -mayonnaise.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,,Mayo is generally directly eaten -mayonnaise.n.01,coldSource,1,0,FALSE,,,,, -mayonnaise.n.01,sliceable,0,0,FALSE,,,,, -mayonnaise.n.01,slicer,0,0,FALSE,,,,, -mayonnaise.n.01,soakable,0,0,FALSE,,,,, -mousetrap.n.01,liquid,0,0,FALSE,,,,, -mousetrap.n.01,heatSource,0,0,FALSE,,,,, -mousetrap.n.01,fireSource,0,0,FALSE,,,,, -mousetrap.n.01,cookable,0,0,FALSE,,,,, -mousetrap.n.01,coldSource,0,0,FALSE,,,,, -mousetrap.n.01,sliceable,0,0,FALSE,,,,, -mousetrap.n.01,slicer,1,0,FALSE,,,,, -mousetrap.n.01,soakable,0,0,FALSE,,,,, -pretzel.n.01,liquid,0,0,FALSE,,,,, -pretzel.n.01,heatSource,0,0,FALSE,,,,, -pretzel.n.01,fireSource,0,0,FALSE,,,,, -pretzel.n.01,cookable,0,0,FALSE,,,,, -pretzel.n.01,coldSource,0,0,FALSE,,,,, -pretzel.n.01,sliceable,0,1,FALSE,,,,, -pretzel.n.01,slicer,1,0,FALSE,,,,, -pretzel.n.01,soakable,0,0,FALSE,,,,, -prosciutto.n.01,liquid,0,0,FALSE,,,,, -prosciutto.n.01,heatSource,0,0,FALSE,,,,, -prosciutto.n.01,fireSource,0,0,FALSE,,,,, -prosciutto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -prosciutto.n.01,coldSource,0,0,FALSE,,,,, -prosciutto.n.01,sliceable,0,1,FALSE,,,,, -prosciutto.n.01,slicer,1,0,FALSE,,,,, -prosciutto.n.01,soakable,0,0,FALSE,,,,, -razor.n.01,liquid,0,0,FALSE,,,,, -razor.n.01,heatSource,0,0,FALSE,,,,, -razor.n.01,fireSource,0,0,FALSE,,,,, -razor.n.01,cookable,0,0,FALSE,,,,, -razor.n.01,coldSource,0,0,FALSE,,,,, -razor.n.01,sliceable,0,0,FALSE,,,,, -razor.n.01,slicer,1,1,FALSE,,,,, -razor.n.01,soakable,0,0,FALSE,,,,, -sunscreen.n.01,liquid,0,1,FALSE,,,,, -sunscreen.n.01,heatSource,0,0,FALSE,,,,, -sunscreen.n.01,fireSource,0,0,FALSE,,,,, -sunscreen.n.01,cookable,0,0,FALSE,,,,, -sunscreen.n.01,coldSource,0,0,FALSE,,,,, -sunscreen.n.01,sliceable,0,0,FALSE,,,,, -sunscreen.n.01,slicer,0,0,FALSE,,,,, -sunscreen.n.01,soakable,0,0,FALSE,,,,, -tinsel.n.02,liquid,0,0,FALSE,,,,, -tinsel.n.02,heatSource,0,0,FALSE,,,,, -tinsel.n.02,fireSource,0,0,FALSE,,,,, -tinsel.n.02,cookable,0,0,FALSE,,,,, -tinsel.n.02,coldSource,0,0,FALSE,,,,, -tinsel.n.02,sliceable,0,0,FALSE,,,,, -tinsel.n.02,slicer,0,0,FALSE,,,,, -tinsel.n.02,soakable,0,0,FALSE,,,,, -christmas_tree.n.05,liquid,0,0,FALSE,,,,, -christmas_tree.n.05,heatSource,0,0,FALSE,,,,, -christmas_tree.n.05,fireSource,0,1,FALSE,,,,, -christmas_tree.n.05,cookable,0,0,FALSE,,,,, -christmas_tree.n.05,coldSource,0,0,FALSE,,,,, -christmas_tree.n.05,sliceable,0,0,FALSE,,,,, -christmas_tree.n.05,slicer,0,0,FALSE,,,,, -christmas_tree.n.05,soakable,0,0,FALSE,,,,, -vinegar.n.01,liquid,1,1,FALSE,,,,, -vinegar.n.01,heatSource,0,0,FALSE,,,,, -vinegar.n.01,fireSource,0,0,FALSE,,,,, -vinegar.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -vinegar.n.01,coldSource,0,0,FALSE,,,,, -vinegar.n.01,sliceable,0,0,FALSE,,,,, -vinegar.n.01,slicer,0,0,FALSE,,,,, -vinegar.n.01,soakable,0,0,FALSE,,,,, -alarm.n.02,liquid,0,0,FALSE,,,,, -alarm.n.02,heatSource,0,0,FALSE,,,,, -alarm.n.02,fireSource,0,0,FALSE,,,,, -alarm.n.02,cookable,0,0,FALSE,,,,, -alarm.n.02,coldSource,0,0,FALSE,,,,, -alarm.n.02,sliceable,0,0,FALSE,,,,, -alarm.n.02,slicer,1,0,FALSE,,,,, -alarm.n.02,soakable,0,0,FALSE,,,,, -cologne.n.02,liquid,1,1,FALSE,,,,, -cologne.n.02,heatSource,0,0,FALSE,,,,, -cologne.n.02,fireSource,0,0,FALSE,,,,, -cologne.n.02,cookable,0,0,FALSE,,,,, -cologne.n.02,coldSource,1,0,FALSE,,,,, -cologne.n.02,sliceable,0,0,FALSE,,,,, -cologne.n.02,slicer,1,0,FALSE,,,,, -cologne.n.02,soakable,0,0,FALSE,,,,, -comb.n.01,liquid,0,0,FALSE,,,,, -comb.n.01,heatSource,0,0,FALSE,,,,, -comb.n.01,fireSource,0,0,FALSE,,,,, -comb.n.01,cookable,0,0,FALSE,,,,, -comb.n.01,coldSource,0,0,FALSE,,,,, -comb.n.01,sliceable,0,0,FALSE,,,,, -comb.n.01,slicer,1,0,FALSE,,,,, -comb.n.01,soakable,0,0,FALSE,,,,, -dental_floss.n.01,liquid,0,0,FALSE,,,,, -dental_floss.n.01,heatSource,0,0,FALSE,,,,, -dental_floss.n.01,fireSource,0,0,FALSE,,,,, -dental_floss.n.01,cookable,0,0,FALSE,,,,, -dental_floss.n.01,coldSource,0,0,FALSE,,,,, -dental_floss.n.01,sliceable,0,0,FALSE,,,,, -dental_floss.n.01,slicer,1,1,FALSE,,,,, -dental_floss.n.01,soakable,1,0,FALSE,,,,, -document.n.01,liquid,0,0,FALSE,,,,, -document.n.01,heatSource,0,0,FALSE,,,,, -document.n.01,fireSource,0,0,FALSE,,,,, -document.n.01,cookable,0,0,FALSE,,,,, -document.n.01,coldSource,1,0,FALSE,,,,, -document.n.01,sliceable,0,0,FALSE,,,,, -document.n.01,slicer,1,0,FALSE,,,,, -document.n.01,soakable,1,1,FALSE,,,,, -duffel_bag.n.01,liquid,0,0,FALSE,,,,, -duffel_bag.n.01,heatSource,0,0,FALSE,,,,, -duffel_bag.n.01,fireSource,0,0,FALSE,,,,, -duffel_bag.n.01,cookable,0,0,FALSE,,,,, -duffel_bag.n.01,coldSource,0,0,FALSE,,,,, -duffel_bag.n.01,sliceable,0,0,FALSE,,,,, -duffel_bag.n.01,slicer,0,0,FALSE,,,,, -duffel_bag.n.01,soakable,0,1,FALSE,,,,, -facsimile.n.02,liquid,0,0,FALSE,,,,, -facsimile.n.02,heatSource,0,0,FALSE,,,,, -facsimile.n.02,fireSource,0,0,FALSE,,,,, -facsimile.n.02,cookable,0,0,FALSE,,,,, -facsimile.n.02,coldSource,0,0,FALSE,,,,, -facsimile.n.02,sliceable,0,0,FALSE,,,,, -facsimile.n.02,slicer,1,0,FALSE,,,,, -facsimile.n.02,soakable,0,1,FALSE,,,,, -gingerbread.n.01,liquid,0,0,FALSE,,,,, -gingerbread.n.01,heatSource,0,0,FALSE,,,,, -gingerbread.n.01,fireSource,1,0,FALSE,,,,, -gingerbread.n.01,cookable,0,1,TRUE,175,UNKNOWN,https://sugarspunrun.com/gingerbread/,, -gingerbread.n.01,coldSource,1,0,FALSE,,,,, -gingerbread.n.01,sliceable,0,1,FALSE,,,,, -gingerbread.n.01,slicer,1,0,FALSE,,,,, -gingerbread.n.01,soakable,0,1,FALSE,,,,, -lipstick.n.01,liquid,0,0,FALSE,,,,, -lipstick.n.01,heatSource,0,0,FALSE,,,,, -lipstick.n.01,fireSource,0,0,FALSE,,,,, -lipstick.n.01,cookable,0,0,FALSE,,,,, -lipstick.n.01,coldSource,1,0,FALSE,,,,, -lipstick.n.01,sliceable,0,1,FALSE,,,,, -lipstick.n.01,slicer,0,0,FALSE,,,,, -lipstick.n.01,soakable,0,0,FALSE,,,,, -lollipop.n.02,liquid,0,0,FALSE,,,,, -lollipop.n.02,heatSource,0,0,FALSE,,,,, -lollipop.n.02,fireSource,0,0,FALSE,,,,, -lollipop.n.02,cookable,0,0,FALSE,,,,, -lollipop.n.02,coldSource,0,0,FALSE,,,,, -lollipop.n.02,sliceable,0,0,FALSE,,,,, -lollipop.n.02,slicer,1,0,FALSE,,,,, -lollipop.n.02,soakable,0,0,FALSE,,,,, -modem.n.01,liquid,0,0,FALSE,,,,, -modem.n.01,heatSource,0,0,FALSE,,,,, -modem.n.01,fireSource,0,0,FALSE,,,,, -modem.n.01,cookable,0,0,FALSE,,,,, -modem.n.01,coldSource,0,0,FALSE,,,,, -modem.n.01,sliceable,0,0,FALSE,,,,, -modem.n.01,slicer,1,0,FALSE,,,,, -modem.n.01,soakable,0,0,FALSE,,,,, -printer.n.03,liquid,0,0,FALSE,,,,, -printer.n.03,heatSource,0,0,FALSE,,,,, -printer.n.03,fireSource,0,0,FALSE,,,,, -printer.n.03,cookable,0,0,FALSE,,,,, -printer.n.03,coldSource,0,0,FALSE,,,,, -printer.n.03,sliceable,0,0,FALSE,,,,, -printer.n.03,slicer,1,0,FALSE,,,,, -printer.n.03,soakable,0,0,FALSE,,,,, -saw.n.02,liquid,0,0,FALSE,,,,, -saw.n.02,heatSource,0,0,FALSE,,,,, -saw.n.02,fireSource,0,0,FALSE,,,,, -saw.n.02,cookable,0,0,FALSE,,,,, -saw.n.02,coldSource,0,0,FALSE,,,,, -saw.n.02,sliceable,0,0,FALSE,,,,, -saw.n.02,slicer,1,1,FALSE,,,,, -saw.n.02,soakable,0,0,FALSE,,,,, -scanner.n.02,liquid,0,0,FALSE,,,,, -scanner.n.02,heatSource,0,0,FALSE,,,,, -scanner.n.02,fireSource,0,0,FALSE,,,,, -scanner.n.02,cookable,0,0,FALSE,,,,, -scanner.n.02,coldSource,0,0,FALSE,,,,, -scanner.n.02,sliceable,0,0,FALSE,,,,, -scanner.n.02,slicer,1,0,FALSE,,,,, -scanner.n.02,soakable,0,0,FALSE,,,,, -stocking.n.01,liquid,0,0,FALSE,,,,, -stocking.n.01,heatSource,0,0,FALSE,,,,, -stocking.n.01,fireSource,0,0,FALSE,,,,, -stocking.n.01,cookable,0,0,FALSE,,,,, -stocking.n.01,coldSource,0,0,FALSE,,,,, -stocking.n.01,sliceable,0,0,FALSE,,,,, -stocking.n.01,slicer,0,0,FALSE,,,,, -stocking.n.01,soakable,0,1,FALSE,,,,, -toothpaste.n.01,liquid,0,0,FALSE,,,,, -toothpaste.n.01,heatSource,0,0,FALSE,,,,, -toothpaste.n.01,fireSource,0,0,FALSE,,,,, -toothpaste.n.01,cookable,0,0,FALSE,,,,, -toothpaste.n.01,coldSource,1,0,FALSE,,,,, -toothpaste.n.01,sliceable,0,0,FALSE,,,,, -toothpaste.n.01,slicer,0,0,FALSE,,,,, -toothpaste.n.01,soakable,0,0,FALSE,,,,, -watch.n.01,liquid,0,0,FALSE,,,,, -watch.n.01,heatSource,0,0,FALSE,,,,, -watch.n.01,fireSource,0,0,FALSE,,,,, -watch.n.01,cookable,0,0,FALSE,,,,, -watch.n.01,coldSource,0,0,FALSE,,,,, -watch.n.01,sliceable,0,0,FALSE,,,,, -watch.n.01,slicer,1,0,FALSE,,,,, -watch.n.01,soakable,0,0,FALSE,,,,, -carton.n.02,liquid,0,0,FALSE,,,,, -carton.n.02,heatSource,0,0,FALSE,,,,, -carton.n.02,fireSource,0,1,FALSE,,,,, -carton.n.02,cookable,0,0,FALSE,,,,, -carton.n.02,coldSource,1,0,FALSE,,,,, -carton.n.02,sliceable,0,0,FALSE,,,,, -carton.n.02,slicer,1,0,FALSE,,,,, -carton.n.02,soakable,1,1,FALSE,,,,, -briefcase.n.01,liquid,0,0,FALSE,,,,, -briefcase.n.01,heatSource,0,0,FALSE,,,,, -briefcase.n.01,fireSource,0,0,FALSE,,,,, -briefcase.n.01,cookable,0,0,FALSE,,,,, -briefcase.n.01,coldSource,0,0,FALSE,,,,, -briefcase.n.01,sliceable,0,0,FALSE,,,,, -briefcase.n.01,slicer,1,0,FALSE,,,,, -briefcase.n.01,soakable,0,0,FALSE,,,,, -tea_bag.n.01,liquid,0,0,FALSE,,,,, -tea_bag.n.01,heatSource,0,0,FALSE,,,,, -tea_bag.n.01,fireSource,0,0,FALSE,,,,, -tea_bag.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://whatscookingamerica.net/elleneaston/brewperfecttea.htm,,Assuning using boiled water -tea_bag.n.01,coldSource,0,0,FALSE,,,,, -tea_bag.n.01,sliceable,0,0,FALSE,,,,, -tea_bag.n.01,slicer,0,0,FALSE,,,,, -tea_bag.n.01,soakable,0,1,FALSE,,,,, -shoulder_bag.n.01,liquid,0,0,FALSE,,,,, -shoulder_bag.n.01,heatSource,0,0,FALSE,,,,, -shoulder_bag.n.01,fireSource,0,0,FALSE,,,,, -shoulder_bag.n.01,cookable,0,0,FALSE,,,,, -shoulder_bag.n.01,coldSource,0,0,FALSE,,,,, -shoulder_bag.n.01,sliceable,0,0,FALSE,,,,, -shoulder_bag.n.01,slicer,0,0,FALSE,,,,, -shoulder_bag.n.01,soakable,0,1,FALSE,,,,, -sack.n.01,liquid,0,0,FALSE,,,,, -sack.n.01,heatSource,0,0,FALSE,,,,, -sack.n.01,fireSource,0,0,FALSE,,,,, -sack.n.01,cookable,0,0,FALSE,,,,, -sack.n.01,coldSource,0,0,FALSE,,,,, -sack.n.01,sliceable,0,0,FALSE,,,,, -sack.n.01,slicer,1,0,FALSE,,,,, -sack.n.01,soakable,1,0,FALSE,,,,, -backpack.n.01,liquid,0,0,FALSE,,,,, -backpack.n.01,heatSource,0,0,FALSE,,,,, -backpack.n.01,fireSource,0,0,FALSE,,,,, -backpack.n.01,cookable,0,0,FALSE,,,,, -backpack.n.01,coldSource,0,0,FALSE,,,,, -backpack.n.01,sliceable,0,0,FALSE,,,,, -backpack.n.01,slicer,0,0,FALSE,,,,, -backpack.n.01,soakable,0,1,FALSE,,,,, -ink.n.01,liquid,1,1,FALSE,,,,, -ink.n.01,heatSource,0,0,FALSE,,,,, -ink.n.01,fireSource,0,0,FALSE,,,,, -ink.n.01,cookable,0,0,FALSE,,,,, -ink.n.01,coldSource,1,0,FALSE,,,,, -ink.n.01,sliceable,0,0,FALSE,,,,, -ink.n.01,slicer,0,0,FALSE,,,,, -ink.n.01,soakable,0,0,FALSE,,,,, -fireplace.n.01,liquid,0,0,FALSE,,,,, -fireplace.n.01,heatSource,1,1,FALSE,,,,, -fireplace.n.01,fireSource,0,0,FALSE,,,,, -fireplace.n.01,cookable,0,0,FALSE,,,,, -fireplace.n.01,coldSource,0,0,FALSE,,,,, -fireplace.n.01,sliceable,0,0,FALSE,,,,, -fireplace.n.01,slicer,1,0,FALSE,,,,, -fireplace.n.01,soakable,0,0,FALSE,,,,, -knob.n.02,liquid,0,0,FALSE,,,,, -knob.n.02,heatSource,0,0,FALSE,,,,, -knob.n.02,fireSource,0,0,FALSE,,,,, -knob.n.02,cookable,0,0,FALSE,,,,, -knob.n.02,coldSource,0,0,FALSE,,,,, -knob.n.02,sliceable,0,0,FALSE,,,,, -knob.n.02,slicer,1,0,FALSE,,,,, -knob.n.02,soakable,0,0,FALSE,,,,, -pastry.n.01,liquid,0,0,FALSE,,,,, -pastry.n.01,heatSource,0,0,FALSE,,,,, -pastry.n.01,fireSource,1,0,FALSE,,,,, -pastry.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://sallysbakingaddiction.com/danish-pastry-dough/,, -pastry.n.01,coldSource,0,0,FALSE,,,,, -pastry.n.01,sliceable,0,1,FALSE,,,,, -pastry.n.01,slicer,1,0,FALSE,,,,, -pastry.n.01,soakable,1,1,FALSE,,,,, -pliers.n.01,liquid,0,0,FALSE,,,,, -pliers.n.01,heatSource,0,0,FALSE,,,,, -pliers.n.01,fireSource,0,0,FALSE,,,,, -pliers.n.01,cookable,0,0,FALSE,,,,, -pliers.n.01,coldSource,0,0,FALSE,,,,, -pliers.n.01,sliceable,0,0,FALSE,,,,, -pliers.n.01,slicer,1,1,FALSE,,,,, -pliers.n.01,soakable,1,0,FALSE,,,,, -rope.n.01,liquid,0,0,FALSE,,,,, -rope.n.01,heatSource,0,0,FALSE,,,,, -rope.n.01,fireSource,0,0,FALSE,,,,, -rope.n.01,cookable,0,0,FALSE,,,,, -rope.n.01,coldSource,0,0,FALSE,,,,, -rope.n.01,sliceable,0,1,FALSE,,,,, -rope.n.01,slicer,1,0,FALSE,,,,, -rope.n.01,soakable,0,0,FALSE,,,,, -shorts.n.01,liquid,0,0,FALSE,,,,, -shorts.n.01,heatSource,0,0,FALSE,,,,, -shorts.n.01,fireSource,0,0,FALSE,,,,, -shorts.n.01,cookable,0,0,FALSE,,,,, -shorts.n.01,coldSource,0,0,FALSE,,,,, -shorts.n.01,sliceable,0,0,FALSE,,,,, -shorts.n.01,slicer,0,0,FALSE,,,,, -shorts.n.01,soakable,1,1,FALSE,,,,, -squash.n.02,liquid,0,0,FALSE,,,,, -squash.n.02,heatSource,0,0,FALSE,,,,, -squash.n.02,fireSource,1,0,FALSE,,,,, -squash.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -squash.n.02,coldSource,0,0,FALSE,,,,, -squash.n.02,sliceable,0,1,FALSE,,,,, -squash.n.02,slicer,1,0,FALSE,,,,, -squash.n.02,soakable,0,0,FALSE,,,,, -stew.n.02,liquid,0,0,FALSE,,,,, -stew.n.02,heatSource,0,0,FALSE,,,,, -stew.n.02,fireSource,1,1,FALSE,,,,, -stew.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://cooking.nytimes.com/recipes/4735-old-fashioned-beef-stew,, -stew.n.02,coldSource,1,0,FALSE,,,,, -stew.n.02,sliceable,0,0,FALSE,,,,, -stew.n.02,slicer,0,0,FALSE,,,,, -stew.n.02,soakable,0,0,FALSE,,,,, -sticker.n.02,liquid,0,0,FALSE,,,,, -sticker.n.02,heatSource,0,0,FALSE,,,,, -sticker.n.02,fireSource,0,0,FALSE,,,,, -sticker.n.02,cookable,0,0,FALSE,,,,, -sticker.n.02,coldSource,0,0,FALSE,,,,, -sticker.n.02,sliceable,0,0,FALSE,,,,, -sticker.n.02,slicer,1,0,FALSE,,,,, -sticker.n.02,soakable,0,0,FALSE,,,,, -timer.n.03,liquid,0,0,FALSE,,,,, -timer.n.03,heatSource,0,0,FALSE,,,,, -timer.n.03,fireSource,0,0,FALSE,,,,, -timer.n.03,cookable,0,0,FALSE,,,,, -timer.n.03,coldSource,0,0,FALSE,,,,, -timer.n.03,sliceable,0,0,FALSE,,,,, -timer.n.03,slicer,1,0,FALSE,,,,, -timer.n.03,soakable,0,0,FALSE,,,,, -toast.n.01,liquid,0,0,FALSE,,,,, -toast.n.01,heatSource,1,0,FALSE,,,,, -toast.n.01,fireSource,1,0,FALSE,,,,, -toast.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.thespruceeats.com/how-to-toast-bread-in-an-oven-5212708#:~:text=To%20make%20toast%20in%20the,at%20the%20five%2Dminute%20mark.",, -toast.n.01,coldSource,0,0,FALSE,,,,, -toast.n.01,sliceable,0,1,FALSE,,,,, -toast.n.01,slicer,1,0,FALSE,,,,, -toast.n.01,soakable,0,1,FALSE,,,,, -adhesive.n.01,liquid,0,1,FALSE,,,,, -adhesive.n.01,heatSource,0,0,FALSE,,,,, -adhesive.n.01,fireSource,0,0,FALSE,,,,, -adhesive.n.01,cookable,0,0,FALSE,,,,, -adhesive.n.01,coldSource,0,0,FALSE,,,,, -adhesive.n.01,sliceable,0,0,FALSE,,,,, -adhesive.n.01,slicer,0,0,FALSE,,,,, -adhesive.n.01,soakable,0,0,FALSE,,,,, -appliance.n.02,liquid,0,0,FALSE,,,,, -appliance.n.02,heatSource,1,0,FALSE,,,,, -appliance.n.02,fireSource,0,0,FALSE,,,,, -appliance.n.02,cookable,1,0,FALSE,,,,, -appliance.n.02,coldSource,0,0,FALSE,,,,, -appliance.n.02,sliceable,0,0,FALSE,,,,, -appliance.n.02,slicer,1,0,FALSE,,,,, -appliance.n.02,soakable,0,0,FALSE,,,,, -foundation.n.03,liquid,0,0,FALSE,,,,, -foundation.n.03,heatSource,0,0,FALSE,,,,, -foundation.n.03,fireSource,0,0,FALSE,,,,, -foundation.n.03,cookable,0,0,FALSE,,,,, -foundation.n.03,coldSource,0,0,FALSE,,,,, -foundation.n.03,sliceable,0,0,FALSE,,,,, -foundation.n.03,slicer,0,0,FALSE,,,,, -foundation.n.03,soakable,0,0,FALSE,,,,, -cable.n.02,liquid,0,0,FALSE,,,,, -cable.n.02,heatSource,0,0,FALSE,,,,, -cable.n.02,fireSource,0,0,FALSE,,,,, -cable.n.02,cookable,0,0,FALSE,,,,, -cable.n.02,coldSource,0,0,FALSE,,,,, -cable.n.02,sliceable,0,1,FALSE,,,,, -cable.n.02,slicer,1,0,FALSE,,,,, -cable.n.02,soakable,0,0,FALSE,,,,, -cable.n.03,liquid,0,0,FALSE,,,,, -cable.n.03,heatSource,0,0,FALSE,,,,, -cable.n.03,fireSource,0,0,FALSE,,,,, -cable.n.03,cookable,0,0,FALSE,,,,, -cable.n.03,coldSource,0,0,FALSE,,,,, -cable.n.03,sliceable,0,1,FALSE,,,,, -cable.n.03,slicer,1,0,FALSE,,,,, -cable.n.03,soakable,0,0,FALSE,,,,, -card.n.03,liquid,0,0,FALSE,,,,, -card.n.03,heatSource,0,0,FALSE,,,,, -card.n.03,fireSource,0,1,FALSE,,,,, -card.n.03,cookable,0,0,FALSE,,,,, -card.n.03,coldSource,0,0,FALSE,,,,, -card.n.03,sliceable,0,0,FALSE,,,,, -card.n.03,slicer,1,0,FALSE,,,,, -card.n.03,soakable,1,1,FALSE,,,,, -chain.n.01,liquid,0,0,FALSE,,,,, -chain.n.01,heatSource,0,0,FALSE,,,,, -chain.n.01,fireSource,0,0,FALSE,,,,, -chain.n.01,cookable,0,0,FALSE,,,,, -chain.n.01,coldSource,0,0,FALSE,,,,, -chain.n.01,sliceable,0,0,FALSE,,,,, -chain.n.01,slicer,1,0,FALSE,,,,, -chain.n.01,soakable,0,0,FALSE,,,,, -chain.n.05,liquid,0,0,FALSE,,,,, -chain.n.05,heatSource,0,0,FALSE,,,,, -chain.n.05,fireSource,0,0,FALSE,,,,, -chain.n.05,cookable,0,0,FALSE,,,,, -chain.n.05,coldSource,0,0,FALSE,,,,, -chain.n.05,sliceable,0,0,FALSE,,,,, -chain.n.05,slicer,1,0,FALSE,,,,, -chain.n.05,soakable,0,0,FALSE,,,,, -clamp.n.01,liquid,0,0,FALSE,,,,, -clamp.n.01,heatSource,0,0,FALSE,,,,, -clamp.n.01,fireSource,0,0,FALSE,,,,, -clamp.n.01,cookable,0,0,FALSE,,,,, -clamp.n.01,coldSource,0,0,FALSE,,,,, -clamp.n.01,sliceable,0,0,FALSE,,,,, -clamp.n.01,slicer,0,0,FALSE,,,,, -clamp.n.01,soakable,0,0,FALSE,,,,, -concrete.n.01,liquid,0,0,FALSE,,,,, -concrete.n.01,heatSource,0,0,FALSE,,,,, -concrete.n.01,fireSource,0,0,FALSE,,,,, -concrete.n.01,cookable,0,0,FALSE,,,,, -concrete.n.01,coldSource,0,0,FALSE,,,,, -concrete.n.01,sliceable,0,0,FALSE,,,,, -concrete.n.01,slicer,0,0,FALSE,,,,, -concrete.n.01,soakable,0,0,FALSE,,,,, -dairy.n.01,liquid,0,0,FALSE,,,,, -dairy.n.01,heatSource,0,0,FALSE,,,,, -dairy.n.01,fireSource,0,0,FALSE,,,,, -dairy.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -dairy.n.01,coldSource,0,0,FALSE,,,,, -dairy.n.01,sliceable,0,0,FALSE,,,,, -dairy.n.01,slicer,0,0,FALSE,,,,, -dairy.n.01,soakable,0,0,FALSE,,,,, -duck.n.03,liquid,0,0,FALSE,,,,, -duck.n.03,heatSource,0,0,FALSE,,,,, -duck.n.03,fireSource,1,0,FALSE,,,,, -duck.n.03,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -duck.n.03,coldSource,0,0,FALSE,,,,, -duck.n.03,sliceable,0,1,FALSE,,,,, -duck.n.03,slicer,0,0,FALSE,,,,, -duck.n.03,soakable,0,0,FALSE,,,,, -electronics.n.01,liquid,0,0,FALSE,,,,, -electronics.n.01,heatSource,0,0,FALSE,,,,, -electronics.n.01,fireSource,0,0,FALSE,,,,, -electronics.n.01,cookable,0,0,FALSE,,,,, -electronics.n.01,coldSource,0,0,FALSE,,,,, -electronics.n.01,sliceable,0,0,FALSE,,,,, -electronics.n.01,slicer,1,0,FALSE,,,,, -electronics.n.01,soakable,0,0,FALSE,,,,, -fertilizer.n.01,liquid,0,1,FALSE,,,,, -fertilizer.n.01,heatSource,0,0,FALSE,,,,, -fertilizer.n.01,fireSource,1,0,FALSE,,,,, -fertilizer.n.01,cookable,0,0,FALSE,,,,, -fertilizer.n.01,coldSource,0,0,FALSE,,,,, -fertilizer.n.01,sliceable,0,0,FALSE,,,,, -fertilizer.n.01,slicer,0,0,FALSE,,,,, -fertilizer.n.01,soakable,0,0,FALSE,,,,, -gravy.n.01,liquid,1,1,FALSE,,,,, -gravy.n.01,heatSource,0,0,FALSE,,,,, -gravy.n.01,fireSource,1,0,FALSE,,,,, -gravy.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,,coocable but can be eaten directly -gravy.n.01,coldSource,1,0,FALSE,,,,, -gravy.n.01,sliceable,0,0,FALSE,,,,, -gravy.n.01,slicer,0,0,FALSE,,,,, -gravy.n.01,soakable,0,0,FALSE,,,,, -hair.n.01,liquid,0,0,FALSE,,,,, -hair.n.01,heatSource,0,0,FALSE,,,,, -hair.n.01,fireSource,0,0,FALSE,,,,, -hair.n.01,cookable,0,0,FALSE,,,,, -hair.n.01,coldSource,0,0,FALSE,,,,, -hair.n.01,sliceable,0,0,FALSE,,,,, -hair.n.01,slicer,0,0,FALSE,,,,, -hair.n.01,soakable,0,0,FALSE,,,,, -lining.n.01,liquid,0,0,FALSE,,,,, -lining.n.01,heatSource,0,0,FALSE,,,,, -lining.n.01,fireSource,0,0,FALSE,,,,, -lining.n.01,cookable,0,0,FALSE,,,,, -lining.n.01,coldSource,0,0,FALSE,,,,, -lining.n.01,sliceable,0,0,FALSE,,,,, -lining.n.01,slicer,0,0,FALSE,,,,, -lining.n.01,soakable,1,0,FALSE,,,,, -log.n.01,liquid,0,0,FALSE,,,,, -log.n.01,heatSource,1,0,FALSE,,,,, -log.n.01,fireSource,0,1,FALSE,,,,, -log.n.01,cookable,0,0,FALSE,,,,, -log.n.01,coldSource,0,0,FALSE,,,,, -log.n.01,sliceable,0,1,FALSE,,,,, -log.n.01,slicer,1,0,FALSE,,,,, -log.n.01,soakable,0,1,FALSE,,,,, -mask.n.02,liquid,0,0,FALSE,,,,, -mask.n.02,heatSource,0,0,FALSE,,,,, -mask.n.02,fireSource,0,0,FALSE,,,,, -mask.n.02,cookable,0,0,FALSE,,,,, -mask.n.02,coldSource,0,0,FALSE,,,,, -mask.n.02,sliceable,0,0,FALSE,,,,, -mask.n.02,slicer,1,0,FALSE,,,,, -mask.n.02,soakable,0,1,FALSE,,,,, -pole.n.01,liquid,0,0,FALSE,,,,, -pole.n.01,heatSource,0,0,FALSE,,,,, -pole.n.01,fireSource,0,0,FALSE,,,,, -pole.n.01,cookable,0,0,FALSE,,,,, -pole.n.01,coldSource,0,0,FALSE,,,,, -pole.n.01,sliceable,0,0,FALSE,,,,, -pole.n.01,slicer,1,0,FALSE,,,,, -pole.n.01,soakable,0,0,FALSE,,,,, -seafood.n.01,liquid,0,0,FALSE,,,,, -seafood.n.01,heatSource,0,0,FALSE,,,,, -seafood.n.01,fireSource,1,0,FALSE,,,,, -seafood.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -seafood.n.01,coldSource,0,0,FALSE,,,,, -seafood.n.01,sliceable,0,1,FALSE,,,,, -seafood.n.01,slicer,0,0,FALSE,,,,, -seafood.n.01,soakable,0,0,FALSE,,,,, -shrub.n.01,liquid,0,0,FALSE,,,,, -shrub.n.01,heatSource,0,0,FALSE,,,,, -shrub.n.01,fireSource,0,1,FALSE,,,,, -shrub.n.01,cookable,0,0,FALSE,,,,, -shrub.n.01,coldSource,0,0,FALSE,,,,, -shrub.n.01,sliceable,0,0,FALSE,,,,, -shrub.n.01,slicer,0,0,FALSE,,,,, -shrub.n.01,soakable,0,0,FALSE,,,,, -tarpaulin.n.01,liquid,0,0,FALSE,,,,, -tarpaulin.n.01,heatSource,0,0,FALSE,,,,, -tarpaulin.n.01,fireSource,0,0,FALSE,,,,, -tarpaulin.n.01,cookable,0,0,FALSE,,,,, -tarpaulin.n.01,coldSource,0,0,FALSE,,,,, -tarpaulin.n.01,sliceable,0,0,FALSE,,,,, -tarpaulin.n.01,slicer,1,0,FALSE,,,,, -tarpaulin.n.01,soakable,1,1,FALSE,,,,, -acid.n.01,liquid,0,1,FALSE,,,,, -acid.n.01,heatSource,0,0,FALSE,,,,, -acid.n.01,fireSource,0,0,FALSE,,,,, -acid.n.01,cookable,0,0,FALSE,,,,, -acid.n.01,coldSource,0,0,FALSE,,,,, -acid.n.01,sliceable,0,0,FALSE,,,,, -acid.n.01,slicer,0,0,FALSE,,,,, -acid.n.01,soakable,0,0,FALSE,,,,, -cauliflower.n.01,liquid,0,0,FALSE,,,,, -cauliflower.n.01,heatSource,0,0,FALSE,,,,, -cauliflower.n.01,fireSource,1,0,FALSE,,,,, -cauliflower.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cauliflower.n.01,coldSource,0,0,FALSE,,,,, -cauliflower.n.01,sliceable,0,0,FALSE,,,,, -cauliflower.n.01,slicer,0,0,FALSE,,,,, -cauliflower.n.01,soakable,0,0,FALSE,,,,, -coriander.n.03,liquid,0,0,FALSE,,,,, -coriander.n.03,heatSource,0,0,FALSE,,,,, -coriander.n.03,fireSource,0,0,FALSE,,,,, -coriander.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -coriander.n.03,coldSource,0,0,FALSE,,,,, -coriander.n.03,sliceable,0,0,FALSE,,,,, -coriander.n.03,slicer,0,0,FALSE,,,,, -coriander.n.03,soakable,0,0,FALSE,,,,, -grocery.n.02,liquid,0,0,FALSE,,,,, -grocery.n.02,heatSource,0,0,FALSE,,,,, -grocery.n.02,fireSource,0,0,FALSE,,,,, -grocery.n.02,cookable,0,1,TRUE,not cookable,UNKNOWN,,, -grocery.n.02,coldSource,0,0,FALSE,,,,, -grocery.n.02,sliceable,0,1,FALSE,,,,, -grocery.n.02,slicer,0,0,FALSE,,,,, -grocery.n.02,soakable,0,0,FALSE,,,,, -lace.n.01,liquid,0,0,FALSE,,,,, -lace.n.01,heatSource,0,0,FALSE,,,,, -lace.n.01,fireSource,0,0,FALSE,,,,, -lace.n.01,cookable,0,0,FALSE,,,,, -lace.n.01,coldSource,0,0,FALSE,,,,, -lace.n.01,sliceable,0,0,FALSE,,,,, -lace.n.01,slicer,0,0,FALSE,,,,, -lace.n.01,soakable,0,1,FALSE,,,,, -marinade.n.01,liquid,1,1,FALSE,,,,, -marinade.n.01,heatSource,0,0,FALSE,,,,, -marinade.n.01,fireSource,1,0,FALSE,,,,, -marinade.n.01,cookable,0,1,TRUE,NO NEED TO COOK,UNKNOWN,https://www.modernhoney.com/the-best-chicken-marinade-recipe/,, -marinade.n.01,coldSource,1,0,FALSE,,,,, -marinade.n.01,sliceable,0,0,FALSE,,,,, -marinade.n.01,slicer,0,0,FALSE,,,,, -marinade.n.01,soakable,0,0,FALSE,,,,, -nutmeg.n.02,liquid,0,0,FALSE,,,,, -nutmeg.n.02,heatSource,0,0,FALSE,,,,, -nutmeg.n.02,fireSource,0,0,FALSE,,,,, -nutmeg.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -nutmeg.n.02,coldSource,0,0,FALSE,,,,, -nutmeg.n.02,sliceable,0,0,FALSE,,,,, -nutmeg.n.02,slicer,0,0,FALSE,,,,, -nutmeg.n.02,soakable,0,0,FALSE,,,,, -pesticide.n.01,liquid,1,1,FALSE,,,,, -pesticide.n.01,heatSource,0,0,FALSE,,,,, -pesticide.n.01,fireSource,0,0,FALSE,,,,, -pesticide.n.01,cookable,0,0,FALSE,,,,, -pesticide.n.01,coldSource,1,0,FALSE,,,,, -pesticide.n.01,sliceable,0,0,FALSE,,,,, -pesticide.n.01,slicer,0,0,FALSE,,,,, -pesticide.n.01,soakable,0,0,FALSE,,,,, -pie.n.01,liquid,0,0,FALSE,,,,, -pie.n.01,heatSource,0,0,FALSE,,,,, -pie.n.01,fireSource,1,0,FALSE,,,,, -pie.n.01,cookable,0,1,TRUE,190,UNKNOWN,https://www.foodnetwork.com/recipes/food-network-kitchen/apple-pie-recipe-2011423,, -pie.n.01,coldSource,1,0,FALSE,,,,, -pie.n.01,sliceable,0,1,FALSE,,,,, -pie.n.01,slicer,0,0,FALSE,,,,, -pie.n.01,soakable,0,0,FALSE,,,,, -silk.n.01,liquid,0,0,FALSE,,,,, -silk.n.01,heatSource,0,0,FALSE,,,,, -silk.n.01,fireSource,0,0,FALSE,,,,, -silk.n.01,cookable,0,0,FALSE,,,,, -silk.n.01,coldSource,0,0,FALSE,,,,, -silk.n.01,sliceable,0,0,FALSE,,,,, -silk.n.01,slicer,0,0,FALSE,,,,, -silk.n.01,soakable,1,1,FALSE,,,,, -staple.n.04,liquid,0,0,FALSE,,,,, -staple.n.04,heatSource,0,0,FALSE,,,,, -staple.n.04,fireSource,0,0,FALSE,,,,, -staple.n.04,cookable,0,0,FALSE,,,,, -staple.n.04,coldSource,0,0,FALSE,,,,, -staple.n.04,sliceable,0,0,FALSE,,,,, -staple.n.04,slicer,0,0,FALSE,,,,, -staple.n.04,soakable,0,0,FALSE,,,,, -broth.n.01,liquid,1,1,FALSE,,,,, -broth.n.01,heatSource,0,0,FALSE,,,,, -broth.n.01,fireSource,1,0,FALSE,,,,, -broth.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.tasteofhome.com/recipes/homemade-chicken-broth/,, -broth.n.01,coldSource,1,0,FALSE,,,,, -broth.n.01,sliceable,0,0,FALSE,,,,, -broth.n.01,slicer,0,0,FALSE,,,,, -broth.n.01,soakable,0,0,FALSE,,,,, -store.n.02,liquid,0,0,FALSE,,,,, -store.n.02,heatSource,0,0,FALSE,,,,, -store.n.02,fireSource,0,0,FALSE,,,,, -store.n.02,cookable,0,0,FALSE,,,,, -store.n.02,coldSource,0,0,FALSE,,,,, -store.n.02,sliceable,0,0,FALSE,,,,, -store.n.02,slicer,0,0,FALSE,,,,, -store.n.02,soakable,0,0,FALSE,,,,, -sweetening.n.01,liquid,0,0,FALSE,,,,, -sweetening.n.01,heatSource,0,0,FALSE,,,,, -sweetening.n.01,fireSource,1,0,FALSE,,,,, -sweetening.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sweetening.n.01,coldSource,0,0,FALSE,,,,, -sweetening.n.01,sliceable,0,0,FALSE,,,,, -sweetening.n.01,slicer,0,0,FALSE,,,,, -sweetening.n.01,soakable,0,0,FALSE,,,,, -tablet.n.03,liquid,0,0,FALSE,,,,, -tablet.n.03,heatSource,0,0,FALSE,,,,, -tablet.n.03,fireSource,0,0,FALSE,,,,, -tablet.n.03,cookable,0,0,FALSE,,,,, -tablet.n.03,coldSource,0,0,FALSE,,,,, -tablet.n.03,sliceable,0,0,FALSE,,,,, -tablet.n.03,slicer,1,0,FALSE,,,,, -tablet.n.03,soakable,0,0,FALSE,,,,, -wool.n.01,liquid,0,0,FALSE,,,,, -wool.n.01,heatSource,0,0,FALSE,,,,, -wool.n.01,fireSource,0,0,FALSE,,,,, -wool.n.01,cookable,0,0,FALSE,,,,, -wool.n.01,coldSource,0,0,FALSE,,,,, -wool.n.01,sliceable,0,0,FALSE,,,,, -wool.n.01,slicer,0,0,FALSE,,,,, -wool.n.01,soakable,1,1,FALSE,,,,, -asparagus.n.02,liquid,0,0,FALSE,,,,, -asparagus.n.02,heatSource,0,0,FALSE,,,,, -asparagus.n.02,fireSource,1,0,FALSE,,,,, -asparagus.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -asparagus.n.02,coldSource,0,0,FALSE,,,,, -asparagus.n.02,sliceable,0,1,FALSE,,,,, -asparagus.n.02,slicer,0,0,FALSE,,,,, -asparagus.n.02,soakable,0,0,FALSE,,,,, -cooler.n.01,liquid,0,0,FALSE,,,,, -cooler.n.01,heatSource,0,0,FALSE,,,,, -cooler.n.01,fireSource,0,0,FALSE,,,,, -cooler.n.01,cookable,1,0,FALSE,,,,, -cooler.n.01,coldSource,1,1,FALSE,,,,, -cooler.n.01,sliceable,0,0,FALSE,,,,, -cooler.n.01,slicer,1,0,FALSE,,,,, -cooler.n.01,soakable,0,0,FALSE,,,,, -lamp.n.01,liquid,0,0,FALSE,,,,, -lamp.n.01,heatSource,0,1,FALSE,,,,, -lamp.n.01,fireSource,0,0,FALSE,,,,, -lamp.n.01,cookable,0,0,FALSE,,,,, -lamp.n.01,coldSource,0,0,FALSE,,,,, -lamp.n.01,sliceable,0,0,FALSE,,,,, -lamp.n.01,slicer,1,0,FALSE,,,,, -lamp.n.01,soakable,0,0,FALSE,,,,, -mud.n.01,liquid,0,0,FALSE,,,,, -mud.n.01,heatSource,0,0,FALSE,,,,, -mud.n.01,fireSource,0,0,FALSE,,,,, -mud.n.01,cookable,0,0,FALSE,,,,, -mud.n.01,coldSource,0,0,FALSE,,,,, -mud.n.01,sliceable,0,0,FALSE,,,,, -mud.n.01,slicer,0,0,FALSE,,,,, -mud.n.01,soakable,0,0,FALSE,,,,, -mulch.n.01,liquid,0,0,FALSE,,,,, -mulch.n.01,heatSource,0,0,FALSE,,,,, -mulch.n.01,fireSource,0,1,FALSE,,,,, -mulch.n.01,cookable,0,0,FALSE,,,,, -mulch.n.01,coldSource,0,0,FALSE,,,,, -mulch.n.01,sliceable,0,0,FALSE,,,,, -mulch.n.01,slicer,0,0,FALSE,,,,, -mulch.n.01,soakable,0,0,FALSE,,,,, -panel.n.01,liquid,0,0,FALSE,,,,, -panel.n.01,heatSource,0,0,FALSE,,,,, -panel.n.01,fireSource,0,0,FALSE,,,,, -panel.n.01,cookable,0,0,FALSE,,,,, -panel.n.01,coldSource,0,0,FALSE,,,,, -panel.n.01,sliceable,0,0,FALSE,,,,, -panel.n.01,slicer,1,0,FALSE,,,,, -panel.n.01,soakable,1,1,FALSE,,,,, -control_panel.n.01,liquid,0,0,FALSE,,,,, -control_panel.n.01,heatSource,0,0,FALSE,,,,, -control_panel.n.01,fireSource,0,0,FALSE,,,,, -control_panel.n.01,cookable,0,0,FALSE,,,,, -control_panel.n.01,coldSource,0,0,FALSE,,,,, -control_panel.n.01,sliceable,0,0,FALSE,,,,, -control_panel.n.01,slicer,1,0,FALSE,,,,, -control_panel.n.01,soakable,0,0,FALSE,,,,, -slide_fastener.n.01,liquid,0,0,FALSE,,,,, -slide_fastener.n.01,heatSource,0,0,FALSE,,,,, -slide_fastener.n.01,fireSource,0,0,FALSE,,,,, -slide_fastener.n.01,cookable,0,0,FALSE,,,,, -slide_fastener.n.01,coldSource,0,0,FALSE,,,,, -slide_fastener.n.01,sliceable,0,0,FALSE,,,,, -slide_fastener.n.01,slicer,0,0,FALSE,,,,, -slide_fastener.n.01,soakable,0,0,FALSE,,,,, -acetone.n.01,liquid,1,1,FALSE,,,,, -acetone.n.01,heatSource,0,0,FALSE,,,,, -acetone.n.01,fireSource,0,0,FALSE,,,,, -acetone.n.01,cookable,0,0,FALSE,,,,, -acetone.n.01,coldSource,0,0,FALSE,,,,, -acetone.n.01,sliceable,0,0,FALSE,,,,, -acetone.n.01,slicer,0,0,FALSE,,,,, -acetone.n.01,soakable,0,0,FALSE,,,,, -batter.n.02,liquid,1,1,FALSE,,,,, -batter.n.02,heatSource,0,0,FALSE,,,,, -batter.n.02,fireSource,1,0,FALSE,,,,, -batter.n.02,cookable,0,1,TRUE,190,UNKNOWN,https://www.kidspot.com.au/kitchen/recipes/basic-batter-recipe/mqqv2vp5,, -batter.n.02,coldSource,1,0,FALSE,,,,, -batter.n.02,sliceable,0,0,FALSE,,,,, -batter.n.02,slicer,0,0,FALSE,,,,, -batter.n.02,soakable,1,0,FALSE,,,,, -belt.n.01,liquid,0,0,FALSE,,,,, -belt.n.01,heatSource,0,0,FALSE,,,,, -belt.n.01,fireSource,0,0,FALSE,,,,, -belt.n.01,cookable,0,0,FALSE,,,,, -belt.n.01,coldSource,0,0,FALSE,,,,, -belt.n.01,sliceable,0,0,FALSE,,,,, -belt.n.01,slicer,1,0,FALSE,,,,, -belt.n.01,soakable,0,0,FALSE,,,,, -belt.n.02,liquid,0,0,FALSE,,,,, -belt.n.02,heatSource,0,0,FALSE,,,,, -belt.n.02,fireSource,0,0,FALSE,,,,, -belt.n.02,cookable,0,0,FALSE,,,,, -belt.n.02,coldSource,0,0,FALSE,,,,, -belt.n.02,sliceable,0,0,FALSE,,,,, -belt.n.02,slicer,1,0,FALSE,,,,, -belt.n.02,soakable,0,0,FALSE,,,,, -blueberry.n.02,liquid,0,0,FALSE,,,,, -blueberry.n.02,heatSource,0,0,FALSE,,,,, -blueberry.n.02,fireSource,0,0,FALSE,,,,, -blueberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -blueberry.n.02,coldSource,1,0,FALSE,,,,, -blueberry.n.02,sliceable,0,1,FALSE,,,,, -blueberry.n.02,slicer,0,0,FALSE,,,,, -blueberry.n.02,soakable,0,0,FALSE,,,,, -bracket.n.04,liquid,0,0,FALSE,,,,, -bracket.n.04,heatSource,0,0,FALSE,,,,, -bracket.n.04,fireSource,0,0,FALSE,,,,, -bracket.n.04,cookable,0,0,FALSE,,,,, -bracket.n.04,coldSource,0,0,FALSE,,,,, -bracket.n.04,sliceable,0,0,FALSE,,,,, -bracket.n.04,slicer,0,0,FALSE,,,,, -bracket.n.04,soakable,0,0,FALSE,,,,, -bun.n.01,liquid,0,0,FALSE,,,,, -bun.n.01,heatSource,0,0,FALSE,,,,, -bun.n.01,fireSource,1,0,FALSE,,,,, -bun.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.epicurious.com/expert-advice/how-to-toast-hamburger-and-hot-dog-buns-article#:~:text=Bake%20Them,lightly%20crispy%2C%20about%205%20minutes.",, -bun.n.01,coldSource,0,0,FALSE,,,,, -bun.n.01,sliceable,0,1,FALSE,,,,, -bun.n.01,slicer,1,0,FALSE,,,,, -bun.n.01,soakable,1,0,FALSE,,,,, -cabbage.n.03,liquid,0,0,FALSE,,,,, -cabbage.n.03,heatSource,0,0,FALSE,,,,, -cabbage.n.03,fireSource,1,0,FALSE,,,,, -cabbage.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cabbage.n.03,coldSource,0,0,FALSE,,,,, -cabbage.n.03,sliceable,0,1,FALSE,,,,, -cabbage.n.03,slicer,0,0,FALSE,,,,, -cabbage.n.03,soakable,0,0,FALSE,,,,, -clip.n.03,liquid,0,0,FALSE,,,,, -clip.n.03,heatSource,0,0,FALSE,,,,, -clip.n.03,fireSource,0,0,FALSE,,,,, -clip.n.03,cookable,0,0,FALSE,,,,, -clip.n.03,coldSource,0,0,FALSE,,,,, -clip.n.03,sliceable,0,0,FALSE,,,,, -clip.n.03,slicer,1,0,FALSE,,,,, -clip.n.03,soakable,0,0,FALSE,,,,, -condiment.n.01,liquid,0,0,FALSE,,,,, -condiment.n.01,heatSource,0,0,FALSE,,,,, -condiment.n.01,fireSource,1,0,FALSE,,,,, -condiment.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -condiment.n.01,coldSource,0,0,FALSE,,,,, -condiment.n.01,sliceable,0,0,FALSE,,,,, -condiment.n.01,slicer,0,0,FALSE,,,,, -condiment.n.01,soakable,0,0,FALSE,,,,, -cumin.n.02,liquid,0,0,FALSE,,,,, -cumin.n.02,heatSource,0,0,FALSE,,,,, -cumin.n.02,fireSource,1,0,FALSE,,,,, -cumin.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cumin.n.02,coldSource,0,0,FALSE,,,,, -cumin.n.02,sliceable,0,0,FALSE,,,,, -cumin.n.02,slicer,0,0,FALSE,,,,, -cumin.n.02,soakable,0,0,FALSE,,,,, -fire.n.01,liquid,0,0,FALSE,,,,, -fire.n.01,heatSource,1,1,FALSE,,,,, -fire.n.01,fireSource,0,0,FALSE,,,,, -fire.n.01,cookable,0,0,FALSE,,,,, -fire.n.01,coldSource,0,0,FALSE,,,,, -fire.n.01,sliceable,0,0,FALSE,,,,, -fire.n.01,slicer,0,0,FALSE,,,,, -fire.n.01,soakable,0,0,FALSE,,,,, -game.n.09,liquid,0,0,FALSE,,,,, -game.n.09,heatSource,0,0,FALSE,,,,, -game.n.09,fireSource,0,0,FALSE,,,,, -game.n.09,cookable,0,0,FALSE,,,,, -game.n.09,coldSource,0,0,FALSE,,,,, -game.n.09,sliceable,0,0,FALSE,,,,, -game.n.09,slicer,1,0,FALSE,,,,, -game.n.09,soakable,1,0,FALSE,,,,, -ham.n.01,liquid,0,0,FALSE,,,,, -ham.n.01,heatSource,0,0,FALSE,,,,, -ham.n.01,fireSource,1,0,FALSE,,,,, -ham.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -ham.n.01,coldSource,0,0,FALSE,,,,, -ham.n.01,sliceable,0,1,FALSE,,,,, -ham.n.01,slicer,0,0,FALSE,,,,, -ham.n.01,soakable,0,0,FALSE,,,,, -hamper.n.02,liquid,0,0,FALSE,,,,, -hamper.n.02,heatSource,0,0,FALSE,,,,, -hamper.n.02,fireSource,0,0,FALSE,,,,, -hamper.n.02,cookable,0,0,FALSE,,,,, -hamper.n.02,coldSource,0,0,FALSE,,,,, -hamper.n.02,sliceable,0,0,FALSE,,,,, -hamper.n.02,slicer,1,0,FALSE,,,,, -hamper.n.02,soakable,1,0,FALSE,,,,, -lint.n.01,liquid,0,0,FALSE,,,,, -lint.n.01,heatSource,0,0,FALSE,,,,, -lint.n.01,fireSource,0,1,FALSE,,,,, -lint.n.01,cookable,0,0,FALSE,,,,, -lint.n.01,coldSource,0,0,FALSE,,,,, -lint.n.01,sliceable,0,0,FALSE,,,,, -lint.n.01,slicer,0,0,FALSE,,,,, -lint.n.01,soakable,0,1,FALSE,,,,, -marker.n.03,liquid,0,0,FALSE,,,,, -marker.n.03,heatSource,0,0,FALSE,,,,, -marker.n.03,fireSource,0,0,FALSE,,,,, -marker.n.03,cookable,0,0,FALSE,,,,, -marker.n.03,coldSource,1,0,FALSE,,,,, -marker.n.03,sliceable,0,0,FALSE,,,,, -marker.n.03,slicer,1,0,FALSE,,,,, -marker.n.03,soakable,0,0,FALSE,,,,, -pipe.n.02,liquid,0,0,FALSE,,,,, -pipe.n.02,heatSource,0,0,FALSE,,,,, -pipe.n.02,fireSource,0,0,FALSE,,,,, -pipe.n.02,cookable,0,0,FALSE,,,,, -pipe.n.02,coldSource,0,0,FALSE,,,,, -pipe.n.02,sliceable,0,0,FALSE,,,,, -pipe.n.02,slicer,1,0,FALSE,,,,, -pipe.n.02,soakable,0,0,FALSE,,,,, -seawater.n.01,liquid,1,1,FALSE,,,,, -seawater.n.01,heatSource,0,0,FALSE,,,,, -seawater.n.01,fireSource,0,0,FALSE,,,,, -seawater.n.01,cookable,0,0,FALSE,,,,, -seawater.n.01,coldSource,0,0,FALSE,,,,, -seawater.n.01,sliceable,0,0,FALSE,,,,, -seawater.n.01,slicer,0,0,FALSE,,,,, -seawater.n.01,soakable,0,0,FALSE,,,,, -snow.n.01,liquid,0,0,FALSE,,,,, -snow.n.01,heatSource,0,0,FALSE,,,,, -snow.n.01,fireSource,0,0,FALSE,,,,, -snow.n.01,cookable,0,0,FALSE,,,,, -snow.n.01,coldSource,0,0,FALSE,,,,, -snow.n.01,sliceable,0,0,FALSE,,,,, -snow.n.01,slicer,0,0,FALSE,,,,, -snow.n.01,soakable,0,0,FALSE,,,,, -tire.n.01,liquid,0,0,FALSE,,,,, -tire.n.01,heatSource,0,0,FALSE,,,,, -tire.n.01,fireSource,0,0,FALSE,,,,, -tire.n.01,cookable,0,0,FALSE,,,,, -tire.n.01,coldSource,0,0,FALSE,,,,, -tire.n.01,sliceable,0,0,FALSE,,,,, -tire.n.01,slicer,0,0,FALSE,,,,, -tire.n.01,soakable,0,0,FALSE,,,,, -artwork.n.01,liquid,0,0,FALSE,,,,, -artwork.n.01,heatSource,0,0,FALSE,,,,, -artwork.n.01,fireSource,0,0,FALSE,,,,, -artwork.n.01,cookable,0,0,FALSE,,,,, -artwork.n.01,coldSource,1,0,FALSE,,,,, -artwork.n.01,sliceable,0,0,FALSE,,,,, -artwork.n.01,slicer,0,0,FALSE,,,,, -artwork.n.01,soakable,1,0,FALSE,,,,, -avocado.n.01,liquid,0,0,FALSE,,,,, -avocado.n.01,heatSource,0,0,FALSE,,,,, -avocado.n.01,fireSource,0,0,FALSE,,,,, -avocado.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -avocado.n.01,coldSource,0,0,FALSE,,,,, -avocado.n.01,sliceable,0,1,FALSE,,,,, -avocado.n.01,slicer,0,0,FALSE,,,,, -avocado.n.01,soakable,0,0,FALSE,,,,, -bone.n.01,liquid,0,0,FALSE,,,,, -bone.n.01,heatSource,0,0,FALSE,,,,, -bone.n.01,fireSource,0,0,FALSE,,,,, -bone.n.01,cookable,0,1,TRUE,218,UNKNOWN,"https://www.foodabovegold.com/how-to-roast-bones/#:~:text=Preheat%20your%20oven%20to%20425,not%20burn%20any%20residual%20meat.",, -bone.n.01,coldSource,0,0,FALSE,,,,, -bone.n.01,sliceable,0,0,FALSE,,,,, -bone.n.01,slicer,0,0,FALSE,,,,, -bone.n.01,soakable,0,0,FALSE,,,,, -cornstarch.n.01,liquid,0,0,FALSE,,,,, -cornstarch.n.01,heatSource,0,0,FALSE,,,,, -cornstarch.n.01,fireSource,1,0,FALSE,,,,, -cornstarch.n.01,cookable,0,1,TRUE,90,UNKNOWN,"https://www.exploratorium.edu/cooking/icooks/10-06-03.html#:~:text=Cornstarch%20is%20one%20of%20the,turns%20from%20opaque%20to%20transparent.",, -cornstarch.n.01,coldSource,1,0,FALSE,,,,, -cornstarch.n.01,sliceable,0,0,FALSE,,,,, -cornstarch.n.01,slicer,1,0,FALSE,,,,, -cornstarch.n.01,soakable,0,0,FALSE,,,,, -gift.n.01,liquid,0,0,FALSE,,,,, -gift.n.01,heatSource,0,0,FALSE,,,,, -gift.n.01,fireSource,0,0,FALSE,,,,, -gift.n.01,cookable,0,0,FALSE,,,,, -gift.n.01,coldSource,0,0,FALSE,,,,, -gift.n.01,sliceable,0,0,FALSE,,,,, -gift.n.01,slicer,0,0,FALSE,,,,, -gift.n.01,soakable,0,0,FALSE,,,,, -greens.n.01,liquid,0,0,FALSE,,,,, -greens.n.01,heatSource,0,0,FALSE,,,,, -greens.n.01,fireSource,1,0,FALSE,,,,, -greens.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -greens.n.01,coldSource,0,0,FALSE,,,,, -greens.n.01,sliceable,0,1,FALSE,,,,, -greens.n.01,slicer,0,0,FALSE,,,,, -greens.n.01,soakable,1,0,FALSE,,,,, -jacket.n.01,liquid,0,0,FALSE,,,,, -jacket.n.01,heatSource,0,0,FALSE,,,,, -jacket.n.01,fireSource,0,0,FALSE,,,,, -jacket.n.01,cookable,0,0,FALSE,,,,, -jacket.n.01,coldSource,0,0,FALSE,,,,, -jacket.n.01,sliceable,0,0,FALSE,,,,, -jacket.n.01,slicer,1,0,FALSE,,,,, -jacket.n.01,soakable,1,1,FALSE,,,,, -mattress.n.01,liquid,0,0,FALSE,,,,, -mattress.n.01,heatSource,0,0,FALSE,,,,, -mattress.n.01,fireSource,0,0,FALSE,,,,, -mattress.n.01,cookable,0,0,FALSE,,,,, -mattress.n.01,coldSource,1,0,FALSE,,,,, -mattress.n.01,sliceable,0,0,FALSE,,,,, -mattress.n.01,slicer,0,0,FALSE,,,,, -mattress.n.01,soakable,0,1,FALSE,,,,, -mildew.n.02,liquid,0,0,FALSE,,,,, -mildew.n.02,heatSource,0,0,FALSE,,,,, -mildew.n.02,fireSource,0,0,FALSE,,,,, -mildew.n.02,cookable,0,0,FALSE,,,,, -mildew.n.02,coldSource,0,0,FALSE,,,,, -mildew.n.02,sliceable,0,0,FALSE,,,,, -mildew.n.02,slicer,0,0,FALSE,,,,, -mildew.n.02,soakable,0,0,FALSE,,,,, -noodle.n.01,liquid,0,0,FALSE,,,,, -noodle.n.01,heatSource,0,0,FALSE,,,,, -noodle.n.01,fireSource,1,0,FALSE,,,,, -noodle.n.01,cookable,0,1,TRUE,100,UNKNOWN,"https://foodviva.com/cooking-basics/how-to-boil-noodles/#:~:text=Boil%206%20cups%20water%20in,Stir%20occasionally%20in%20between.",, -noodle.n.01,coldSource,1,0,FALSE,,,,, -noodle.n.01,sliceable,0,0,FALSE,,,,, -noodle.n.01,slicer,1,0,FALSE,,,,, -noodle.n.01,soakable,1,0,FALSE,,,,, -pin.n.09,liquid,0,0,FALSE,,,,, -pin.n.09,heatSource,0,0,FALSE,,,,, -pin.n.09,fireSource,0,0,FALSE,,,,, -pin.n.09,cookable,0,0,FALSE,,,,, -pin.n.09,coldSource,0,0,FALSE,,,,, -pin.n.09,sliceable,0,0,FALSE,,,,, -pin.n.09,slicer,1,0,FALSE,,,,, -pin.n.09,soakable,0,0,FALSE,,,,, -steam.n.01,liquid,0,0,FALSE,,,,, -steam.n.01,heatSource,1,0,FALSE,,,,, -steam.n.01,fireSource,1,0,FALSE,,,,, -steam.n.01,cookable,0,0,FALSE,,,,, -steam.n.01,coldSource,0,0,FALSE,,,,, -steam.n.01,sliceable,0,0,FALSE,,,,, -steam.n.01,slicer,0,0,FALSE,,,,, -steam.n.01,soakable,0,0,FALSE,,,,, -tablecloth.n.01,liquid,0,0,FALSE,,,,, -tablecloth.n.01,heatSource,0,0,FALSE,,,,, -tablecloth.n.01,fireSource,0,0,FALSE,,,,, -tablecloth.n.01,cookable,0,0,FALSE,,,,, -tablecloth.n.01,coldSource,0,0,FALSE,,,,, -tablecloth.n.01,sliceable,0,0,FALSE,,,,, -tablecloth.n.01,slicer,1,0,FALSE,,,,, -tablecloth.n.01,soakable,1,1,FALSE,,,,, -tank.n.02,liquid,0,0,FALSE,,,,, -tank.n.02,heatSource,0,0,FALSE,,,,, -tank.n.02,fireSource,0,0,FALSE,,,,, -tank.n.02,cookable,0,0,FALSE,,,,, -tank.n.02,coldSource,0,0,FALSE,,,,, -tank.n.02,sliceable,0,0,FALSE,,,,, -tank.n.02,slicer,1,0,FALSE,,,,, -tank.n.02,soakable,0,0,FALSE,,,,, -charcoal.n.01,liquid,0,0,FALSE,,,,, -charcoal.n.01,heatSource,1,0,FALSE,,,,, -charcoal.n.01,fireSource,1,1,FALSE,,,,, -charcoal.n.01,cookable,0,0,FALSE,,,,, -charcoal.n.01,coldSource,0,0,FALSE,,,,, -charcoal.n.01,sliceable,0,0,FALSE,,,,, -charcoal.n.01,slicer,1,0,FALSE,,,,, -charcoal.n.01,soakable,0,0,FALSE,,,,, -clothesline.n.01,liquid,0,0,FALSE,,,,, -clothesline.n.01,heatSource,0,0,FALSE,,,,, -clothesline.n.01,fireSource,0,0,FALSE,,,,, -clothesline.n.01,cookable,0,0,FALSE,,,,, -clothesline.n.01,coldSource,0,0,FALSE,,,,, -clothesline.n.01,sliceable,0,0,FALSE,,,,, -clothesline.n.01,slicer,1,0,FALSE,,,,, -clothesline.n.01,soakable,0,1,FALSE,,,,, -rod.n.01,liquid,0,0,FALSE,,,,, -rod.n.01,heatSource,0,0,FALSE,,,,, -rod.n.01,fireSource,0,0,FALSE,,,,, -rod.n.01,cookable,0,0,FALSE,,,,, -rod.n.01,coldSource,0,0,FALSE,,,,, -rod.n.01,sliceable,0,1,FALSE,,,,, -rod.n.01,slicer,1,0,FALSE,,,,, -rod.n.01,soakable,0,0,FALSE,,,,, -foam.n.01,liquid,0,0,FALSE,,,,, -foam.n.01,heatSource,0,0,FALSE,,,,, -foam.n.01,fireSource,0,0,FALSE,,,,, -foam.n.01,cookable,0,0,FALSE,,,,, -foam.n.01,coldSource,0,0,FALSE,,,,, -foam.n.01,sliceable,0,1,FALSE,,,,, -foam.n.01,slicer,0,0,FALSE,,,,, -foam.n.01,soakable,0,1,FALSE,,,,, -jewelry.n.01,liquid,0,0,FALSE,,,,, -jewelry.n.01,heatSource,0,0,FALSE,,,,, -jewelry.n.01,fireSource,0,0,FALSE,,,,, -jewelry.n.01,cookable,0,0,FALSE,,,,, -jewelry.n.01,coldSource,0,0,FALSE,,,,, -jewelry.n.01,sliceable,0,0,FALSE,,,,, -jewelry.n.01,slicer,0,0,FALSE,,,,, -jewelry.n.01,soakable,0,0,FALSE,,,,, -kale.n.03,liquid,0,0,FALSE,,,,, -kale.n.03,heatSource,0,0,FALSE,,,,, -kale.n.03,fireSource,1,0,FALSE,,,,, -kale.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -kale.n.03,coldSource,0,0,FALSE,,,,, -kale.n.03,sliceable,0,1,FALSE,,,,, -kale.n.03,slicer,0,0,FALSE,,,,, -kale.n.03,soakable,0,0,FALSE,,,,, -nozzle.n.01,liquid,1,0,FALSE,,,,, -nozzle.n.01,heatSource,0,0,FALSE,,,,, -nozzle.n.01,fireSource,0,0,FALSE,,,,, -nozzle.n.01,cookable,0,0,FALSE,,,,, -nozzle.n.01,coldSource,1,0,FALSE,,,,, -nozzle.n.01,sliceable,0,0,FALSE,,,,, -nozzle.n.01,slicer,1,0,FALSE,,,,, -nozzle.n.01,soakable,0,0,FALSE,,,,, -paprika.n.02,liquid,0,0,FALSE,,,,, -paprika.n.02,heatSource,0,0,FALSE,,,,, -paprika.n.02,fireSource,1,0,FALSE,,,,, -paprika.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -paprika.n.02,coldSource,0,0,FALSE,,,,, -paprika.n.02,sliceable,0,0,FALSE,,,,, -paprika.n.02,slicer,1,0,FALSE,,,,, -paprika.n.02,soakable,0,0,FALSE,,,,, -case.n.01,liquid,0,0,FALSE,,,,, -case.n.01,heatSource,0,0,FALSE,,,,, -case.n.01,fireSource,0,0,FALSE,,,,, -case.n.01,cookable,0,0,FALSE,,,,, -case.n.01,coldSource,0,0,FALSE,,,,, -case.n.01,sliceable,0,0,FALSE,,,,, -case.n.01,slicer,1,0,FALSE,,,,, -case.n.01,soakable,1,0,FALSE,,,,, -pizza.n.01,liquid,0,0,FALSE,,,,, -pizza.n.01,heatSource,0,0,FALSE,,,,, -pizza.n.01,fireSource,1,0,FALSE,,,,, -pizza.n.01,cookable,0,1,TRUE,246,UNKNOWN,"https://www.simplyrecipes.com/recipes/homemade_pizza/#:~:text=Preheat%20the%20oven%20to%20475,not%20warp%20at%20high%20temperatures.",, -pizza.n.01,coldSource,0,0,FALSE,,,,, -pizza.n.01,sliceable,0,1,FALSE,,,,, -pizza.n.01,slicer,1,0,FALSE,,,,, -pizza.n.01,soakable,0,0,FALSE,,,,, -rosemary.n.02,liquid,0,0,FALSE,,,,, -rosemary.n.02,heatSource,0,0,FALSE,,,,, -rosemary.n.02,fireSource,1,0,FALSE,,,,, -rosemary.n.02,cookable,0,0,FALSE,,,,, -rosemary.n.02,coldSource,0,0,FALSE,,,,, -rosemary.n.02,sliceable,0,0,FALSE,,,,, -rosemary.n.02,slicer,0,0,FALSE,,,,, -rosemary.n.02,soakable,0,0,FALSE,,,,, -incision.n.01,liquid,0,0,FALSE,,,,, -incision.n.01,heatSource,0,0,FALSE,,,,, -incision.n.01,fireSource,0,0,FALSE,,,,, -incision.n.01,cookable,0,0,FALSE,,,,, -incision.n.01,coldSource,0,0,FALSE,,,,, -incision.n.01,sliceable,0,0,FALSE,,,,, -incision.n.01,slicer,0,0,FALSE,,,,, -incision.n.01,soakable,0,0,FALSE,,,,, -tag.n.01,liquid,0,0,FALSE,,,,, -tag.n.01,heatSource,0,0,FALSE,,,,, -tag.n.01,fireSource,0,0,FALSE,,,,, -tag.n.01,cookable,0,0,FALSE,,,,, -tag.n.01,coldSource,0,0,FALSE,,,,, -tag.n.01,sliceable,0,0,FALSE,,,,, -tag.n.01,slicer,1,0,FALSE,,,,, -tag.n.01,soakable,1,1,FALSE,,,,, -wineglass.n.01,liquid,0,0,FALSE,,,,, -wineglass.n.01,heatSource,0,0,FALSE,,,,, -wineglass.n.01,fireSource,0,0,FALSE,,,,, -wineglass.n.01,cookable,0,0,FALSE,,,,, -wineglass.n.01,coldSource,1,0,FALSE,,,,, -wineglass.n.01,sliceable,0,0,FALSE,,,,, -wineglass.n.01,slicer,1,0,FALSE,,,,, -wineglass.n.01,soakable,0,0,FALSE,,,,, -boot.n.01,liquid,0,0,FALSE,,,,, -boot.n.01,heatSource,0,0,FALSE,,,,, -boot.n.01,fireSource,0,0,FALSE,,,,, -boot.n.01,cookable,0,0,FALSE,,,,, -boot.n.01,coldSource,0,0,FALSE,,,,, -boot.n.01,sliceable,0,0,FALSE,,,,, -boot.n.01,slicer,0,0,FALSE,,,,, -boot.n.01,soakable,0,1,FALSE,,,,, -branch.n.02,liquid,0,0,FALSE,,,,, -branch.n.02,heatSource,0,0,FALSE,,,,, -branch.n.02,fireSource,0,1,FALSE,,,,, -branch.n.02,cookable,0,0,FALSE,,,,, -branch.n.02,coldSource,0,0,FALSE,,,,, -branch.n.02,sliceable,0,1,FALSE,,,,, -branch.n.02,slicer,0,0,FALSE,,,,, -branch.n.02,soakable,0,0,FALSE,,,,, -candy.n.01,liquid,0,0,FALSE,,,,, -candy.n.01,heatSource,0,0,FALSE,,,,, -candy.n.01,fireSource,0,0,FALSE,,,,, -candy.n.01,cookable,0,0,FALSE,,,,, -candy.n.01,coldSource,0,0,FALSE,,,,, -candy.n.01,sliceable,0,0,FALSE,,,,, -candy.n.01,slicer,1,0,FALSE,,,,, -candy.n.01,soakable,0,0,FALSE,,,,, -curtain.n.01,liquid,0,0,FALSE,,,,, -curtain.n.01,heatSource,0,0,FALSE,,,,, -curtain.n.01,fireSource,0,0,FALSE,,,,, -curtain.n.01,cookable,0,0,FALSE,,,,, -curtain.n.01,coldSource,0,0,FALSE,,,,, -curtain.n.01,sliceable,0,0,FALSE,,,,, -curtain.n.01,slicer,1,0,FALSE,,,,, -curtain.n.01,soakable,0,1,FALSE,,,,, -spectacles.n.01,liquid,0,0,FALSE,,,,, -spectacles.n.01,heatSource,0,0,FALSE,,,,, -spectacles.n.01,fireSource,0,0,FALSE,,,,, -spectacles.n.01,cookable,0,0,FALSE,,,,, -spectacles.n.01,coldSource,1,0,FALSE,,,,, -spectacles.n.01,sliceable,0,0,FALSE,,,,, -spectacles.n.01,slicer,1,0,FALSE,,,,, -spectacles.n.01,soakable,1,0,FALSE,,,,, -linen.n.03,liquid,0,0,FALSE,,,,, -linen.n.03,heatSource,0,0,FALSE,,,,, -linen.n.03,fireSource,0,0,FALSE,,,,, -linen.n.03,cookable,0,0,FALSE,,,,, -linen.n.03,coldSource,0,0,FALSE,,,,, -linen.n.03,sliceable,0,0,FALSE,,,,, -linen.n.03,slicer,0,0,FALSE,,,,, -linen.n.03,soakable,1,1,FALSE,,,,, -mint.n.04,liquid,0,0,FALSE,,,,, -mint.n.04,heatSource,0,0,FALSE,,,,, -mint.n.04,fireSource,0,0,FALSE,,,,, -mint.n.04,cookable,0,1,TRUE,50,UNKNOWN,"https://www.homemademastery.com/how-to-dry-mint-for-tea/#:~:text=in%20the%20oven&text=The%20important%20thing%20here%20is,dry%20for%20a%20few%20hours.",, -mint.n.04,coldSource,0,0,FALSE,,,,, -mint.n.04,sliceable,0,0,FALSE,,,,, -mint.n.04,slicer,1,0,FALSE,,,,, -mint.n.04,soakable,0,0,FALSE,,,,, -pillow.n.1,liquid,0,0,FALSE,,,,, -pillow.n.1,heatSource,0,0,FALSE,,,,, -pillow.n.1,fireSource,0,0,FALSE,,,,, -pillow.n.1,cookable,0,0,FALSE,,,,, -pillow.n.1,coldSource,0,0,FALSE,,,,, -pillow.n.1,sliceable,0,0,FALSE,,,,, -pillow.n.1,slicer,0,0,FALSE,,,,, -pillow.n.1,soakable,1,1,FALSE,,,,, -pitcher.n.02,liquid,0,0,FALSE,,,,, -pitcher.n.02,heatSource,0,0,FALSE,,,,, -pitcher.n.02,fireSource,0,0,FALSE,,,,, -pitcher.n.02,cookable,0,0,FALSE,,,,, -pitcher.n.02,coldSource,1,0,FALSE,,,,, -pitcher.n.02,sliceable,0,0,FALSE,,,,, -pitcher.n.02,slicer,1,0,FALSE,,,,, -pitcher.n.02,soakable,0,0,FALSE,,,,, -produce.n.01,liquid,0,0,FALSE,,,,, -produce.n.01,heatSource,0,0,FALSE,,,,, -produce.n.01,fireSource,0,0,FALSE,,,,, -produce.n.01,cookable,0,1,TRUE,Too general,Too general,,, -produce.n.01,coldSource,0,0,FALSE,,,,, -produce.n.01,sliceable,1,1,FALSE,,,,, -produce.n.01,slicer,0,0,FALSE,,,,, -produce.n.01,soakable,0,0,FALSE,,,,, -hoop.n.02,liquid,0,0,FALSE,,,,, -hoop.n.02,heatSource,0,0,FALSE,,,,, -hoop.n.02,fireSource,0,0,FALSE,,,,, -hoop.n.02,cookable,0,0,FALSE,,,,, -hoop.n.02,coldSource,0,0,FALSE,,,,, -hoop.n.02,sliceable,0,0,FALSE,,,,, -hoop.n.02,slicer,1,0,FALSE,,,,, -hoop.n.02,soakable,0,0,FALSE,,,,, -shrimp.n.03,liquid,0,0,FALSE,,,,, -shrimp.n.03,heatSource,0,0,FALSE,,,,, -shrimp.n.03,fireSource,1,0,FALSE,,,,, -shrimp.n.03,cookable,0,1,TRUE,63,UNKNOWN,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",, -shrimp.n.03,coldSource,0,0,FALSE,,,,, -shrimp.n.03,sliceable,0,1,FALSE,,,,, -shrimp.n.03,slicer,0,0,FALSE,,,,, -shrimp.n.03,soakable,0,0,FALSE,,,,, -compost.n.01,liquid,0,0,FALSE,,,,, -compost.n.01,heatSource,0,0,FALSE,,,,, -compost.n.01,fireSource,0,1,FALSE,,,,, -compost.n.01,cookable,0,0,FALSE,,,,, -compost.n.01,coldSource,0,0,FALSE,,,,, -compost.n.01,sliceable,0,0,FALSE,,,,, -compost.n.01,slicer,0,0,FALSE,,,,, -compost.n.01,soakable,0,0,FALSE,,,,, -screen.n.04,liquid,0,0,FALSE,,,,, -screen.n.04,heatSource,0,0,FALSE,,,,, -screen.n.04,fireSource,0,0,FALSE,,,,, -screen.n.04,cookable,0,0,FALSE,,,,, -screen.n.04,coldSource,0,0,FALSE,,,,, -screen.n.04,sliceable,0,0,FALSE,,,,, -screen.n.04,slicer,1,0,FALSE,,,,, -screen.n.04,soakable,0,0,FALSE,,,,, -beverage.n.01,liquid,1,1,FALSE,,,,, -beverage.n.01,heatSource,0,0,FALSE,,,,, -beverage.n.01,fireSource,0,0,FALSE,,,,, -beverage.n.01,cookable,1,0,FALSE,,,,, -beverage.n.01,coldSource,1,0,FALSE,,,,, -beverage.n.01,sliceable,0,0,FALSE,,,,, -beverage.n.01,slicer,0,0,FALSE,,,,, -beverage.n.01,soakable,0,0,FALSE,,,,, -gasoline.n.01,liquid,1,1,FALSE,,,,, -gasoline.n.01,heatSource,1,0,FALSE,,,,, -gasoline.n.01,fireSource,0,1,FALSE,,,,, -gasoline.n.01,cookable,0,0,FALSE,,,,, -gasoline.n.01,coldSource,0,0,FALSE,,,,, -gasoline.n.01,sliceable,0,0,FALSE,,,,, -gasoline.n.01,slicer,1,0,FALSE,,,,, -gasoline.n.01,soakable,0,0,FALSE,,,,, -grain.n.01,liquid,0,0,FALSE,,,,, -grain.n.01,heatSource,0,0,FALSE,,,,, -grain.n.01,fireSource,1,0,FALSE,,,,, -grain.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -grain.n.01,coldSource,0,0,FALSE,,,,, -grain.n.01,sliceable,0,0,FALSE,,,,, -grain.n.01,slicer,1,0,FALSE,,,,, -grain.n.01,soakable,0,0,FALSE,,,,, -mail.n.04,liquid,0,0,FALSE,,,,, -mail.n.04,heatSource,0,0,FALSE,,,,, -mail.n.04,fireSource,0,0,FALSE,,,,, -mail.n.04,cookable,0,0,FALSE,,,,, -mail.n.04,coldSource,0,0,FALSE,,,,, -mail.n.04,sliceable,0,0,FALSE,,,,, -mail.n.04,slicer,1,0,FALSE,,,,, -mail.n.04,soakable,0,0,FALSE,,,,, -bag.n.06,liquid,0,0,FALSE,,,,, -bag.n.06,heatSource,0,0,FALSE,,,,, -bag.n.06,fireSource,0,0,FALSE,,,,, -bag.n.06,cookable,0,0,FALSE,,,,, -bag.n.06,coldSource,0,0,FALSE,,,,, -bag.n.06,sliceable,0,0,FALSE,,,,, -bag.n.06,slicer,1,0,FALSE,,,,, -bag.n.06,soakable,1,1,FALSE,,,,, -berry.n.01,liquid,0,0,FALSE,,,,, -berry.n.01,heatSource,0,0,FALSE,,,,, -berry.n.01,fireSource,1,0,FALSE,,,,, -berry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -berry.n.01,coldSource,0,0,FALSE,,,,, -berry.n.01,sliceable,0,1,FALSE,,,,, -berry.n.01,slicer,0,0,FALSE,,,,, -berry.n.01,soakable,0,0,FALSE,,,,, -coat.n.03,liquid,0,0,FALSE,,,,, -coat.n.03,heatSource,0,0,FALSE,,,,, -coat.n.03,fireSource,0,0,FALSE,,,,, -coat.n.03,cookable,0,0,FALSE,,,,, -coat.n.03,coldSource,0,0,FALSE,,,,, -coat.n.03,sliceable,0,0,FALSE,,,,, -coat.n.03,slicer,0,0,FALSE,,,,, -coat.n.03,soakable,0,1,FALSE,,,,, -corn.n.01,liquid,0,0,FALSE,,,,, -corn.n.01,heatSource,0,0,FALSE,,,,, -corn.n.01,fireSource,1,0,FALSE,,,,, -corn.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -corn.n.01,coldSource,0,0,FALSE,,,,, -corn.n.01,sliceable,0,1,FALSE,,,,, -corn.n.01,slicer,0,0,FALSE,,,,, -corn.n.01,soakable,0,0,FALSE,,,,, -ginger.n.03,liquid,0,0,FALSE,,,,, -ginger.n.03,heatSource,0,0,FALSE,,,,, -ginger.n.03,fireSource,1,0,FALSE,,,,, -ginger.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -ginger.n.03,coldSource,0,0,FALSE,,,,, -ginger.n.03,sliceable,0,1,FALSE,,,,, -ginger.n.03,slicer,1,0,FALSE,,,,, -ginger.n.03,soakable,0,0,FALSE,,,,, -mustard.n.02,liquid,0,0,FALSE,,,,, -mustard.n.02,heatSource,0,0,FALSE,,,,, -mustard.n.02,fireSource,1,0,FALSE,,,,, -mustard.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -mustard.n.02,coldSource,0,0,FALSE,,,,, -mustard.n.02,sliceable,0,0,FALSE,,,,, -mustard.n.02,slicer,0,0,FALSE,,,,, -mustard.n.02,soakable,0,0,FALSE,,,,, -rust.n.01,liquid,0,0,FALSE,,,,, -rust.n.01,heatSource,0,0,FALSE,,,,, -rust.n.01,fireSource,0,0,FALSE,,,,, -rust.n.01,cookable,0,0,FALSE,,,,, -rust.n.01,coldSource,0,0,FALSE,,,,, -rust.n.01,sliceable,0,0,FALSE,,,,, -rust.n.01,slicer,0,0,FALSE,,,,, -rust.n.01,soakable,0,0,FALSE,,,,, -screen.n.03,liquid,0,0,FALSE,,,,, -screen.n.03,heatSource,0,0,FALSE,,,,, -screen.n.03,fireSource,0,0,FALSE,,,,, -screen.n.03,cookable,0,0,FALSE,,,,, -screen.n.03,coldSource,0,0,FALSE,,,,, -screen.n.03,sliceable,0,0,FALSE,,,,, -screen.n.03,slicer,1,0,FALSE,,,,, -screen.n.03,soakable,0,0,FALSE,,,,, -handcart.n.01,liquid,0,0,FALSE,,,,, -handcart.n.01,heatSource,0,0,FALSE,,,,, -handcart.n.01,fireSource,0,0,FALSE,,,,, -handcart.n.01,cookable,0,0,FALSE,,,,, -handcart.n.01,coldSource,0,0,FALSE,,,,, -handcart.n.01,sliceable,0,0,FALSE,,,,, -handcart.n.01,slicer,0,0,FALSE,,,,, -handcart.n.01,soakable,0,0,FALSE,,,,, -bolt.n.06,liquid,0,0,FALSE,,,,, -bolt.n.06,heatSource,0,0,FALSE,,,,, -bolt.n.06,fireSource,0,0,FALSE,,,,, -bolt.n.06,cookable,0,0,FALSE,,,,, -bolt.n.06,coldSource,0,0,FALSE,,,,, -bolt.n.06,sliceable,0,0,FALSE,,,,, -bolt.n.06,slicer,1,1,FALSE,,,,, -bolt.n.06,soakable,0,0,FALSE,,,,, -weed.n.01,liquid,0,0,FALSE,,,,, -weed.n.01,heatSource,0,0,FALSE,,,,, -weed.n.01,fireSource,0,0,FALSE,,,,, -weed.n.01,cookable,0,0,FALSE,,,,, -weed.n.01,coldSource,0,0,FALSE,,,,, -weed.n.01,sliceable,0,0,FALSE,,,,, -weed.n.01,slicer,0,0,FALSE,,,,, -weed.n.01,soakable,0,0,FALSE,,,,, -cane_sugar.n.02,liquid,0,0,FALSE,,,,, -cane_sugar.n.02,heatSource,0,0,FALSE,,,,, -cane_sugar.n.02,fireSource,0,0,FALSE,,,,, -cane_sugar.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cane_sugar.n.02,coldSource,0,0,FALSE,,,,, -cane_sugar.n.02,sliceable,0,0,FALSE,,,,, -cane_sugar.n.02,slicer,1,0,FALSE,,,,, -cane_sugar.n.02,soakable,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,liquid,1,1,FALSE,,,,, -hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,cookable,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,slicer,0,0,FALSE,,,,, -hydrogen_peroxide.n.01,soakable,0,0,FALSE,,,,, -icecream.n.01,liquid,0,0,FALSE,,,,, -icecream.n.01,heatSource,0,0,FALSE,,,,, -icecream.n.01,fireSource,0,0,FALSE,,,,, -icecream.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -icecream.n.01,coldSource,1,0,FALSE,,,,, -icecream.n.01,sliceable,0,0,FALSE,,,,, -icecream.n.01,slicer,1,0,FALSE,,,,, -icecream.n.01,soakable,0,0,FALSE,,,,, -nail.n.02,liquid,0,0,FALSE,,,,, -nail.n.02,heatSource,0,0,FALSE,,,,, -nail.n.02,fireSource,0,0,FALSE,,,,, -nail.n.02,cookable,0,0,FALSE,,,,, -nail.n.02,coldSource,0,0,FALSE,,,,, -nail.n.02,sliceable,0,0,FALSE,,,,, -nail.n.02,slicer,1,0,FALSE,,,,, -nail.n.02,soakable,0,0,FALSE,,,,, -thermometer.n.01,liquid,0,0,FALSE,,,,, -thermometer.n.01,heatSource,0,0,FALSE,,,,, -thermometer.n.01,fireSource,0,0,FALSE,,,,, -thermometer.n.01,cookable,0,0,FALSE,,,,, -thermometer.n.01,coldSource,1,0,FALSE,,,,, -thermometer.n.01,sliceable,0,0,FALSE,,,,, -thermometer.n.01,slicer,1,0,FALSE,,,,, -thermometer.n.01,soakable,0,0,FALSE,,,,, -pan.n.01,liquid,0,0,FALSE,,,,, -pan.n.01,heatSource,1,1,FALSE,,,,, -pan.n.01,fireSource,1,0,FALSE,,,,, -pan.n.01,cookable,0,0,FALSE,,,,, -pan.n.01,coldSource,1,0,FALSE,,,,, -pan.n.01,sliceable,0,0,FALSE,,,,, -pan.n.01,slicer,1,0,FALSE,,,,, -pan.n.01,soakable,0,0,FALSE,,,,, -disinfectant.n.01,liquid,1,1,FALSE,,,,, -disinfectant.n.01,heatSource,0,0,FALSE,,,,, -disinfectant.n.01,fireSource,0,0,FALSE,,,,, -disinfectant.n.01,cookable,0,0,FALSE,,,,, -disinfectant.n.01,coldSource,0,0,FALSE,,,,, -disinfectant.n.01,sliceable,0,0,FALSE,,,,, -disinfectant.n.01,slicer,0,0,FALSE,,,,, -disinfectant.n.01,soakable,0,0,FALSE,,,,, -dough.n.01,liquid,0,0,FALSE,,,,, -dough.n.01,heatSource,0,0,FALSE,,,,, -dough.n.01,fireSource,0,0,FALSE,,,,, -dough.n.01,cookable,0,1,TRUE,200,UNKNOWN,https://thebreadguide.com/what-is-the-ideal-oven-temperature-for-baking-bread/,, -dough.n.01,coldSource,0,0,FALSE,,,,, -dough.n.01,sliceable,0,1,FALSE,,,,, -dough.n.01,slicer,0,0,FALSE,,,,, -dough.n.01,soakable,1,0,FALSE,,,,, -garment.n.01,liquid,0,0,FALSE,,,,, -garment.n.01,heatSource,0,0,FALSE,,,,, -garment.n.01,fireSource,0,0,FALSE,,,,, -garment.n.01,cookable,0,0,FALSE,,,,, -garment.n.01,coldSource,0,0,FALSE,,,,, -garment.n.01,sliceable,0,0,FALSE,,,,, -garment.n.01,slicer,0,0,FALSE,,,,, -garment.n.01,soakable,1,1,FALSE,,,,, -marjoram.n.01,liquid,0,0,FALSE,,,,, -marjoram.n.01,heatSource,0,0,FALSE,,,,, -marjoram.n.01,fireSource,0,0,FALSE,,,,, -marjoram.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -marjoram.n.01,coldSource,0,0,FALSE,,,,, -marjoram.n.01,sliceable,0,0,FALSE,,,,, -marjoram.n.01,slicer,0,0,FALSE,,,,, -marjoram.n.01,soakable,0,0,FALSE,,,,, -root.n.01,liquid,0,0,FALSE,,,,, -root.n.01,heatSource,0,0,FALSE,,,,, -root.n.01,fireSource,0,0,FALSE,,,,, -root.n.01,cookable,0,0,FALSE,,,,, -root.n.01,coldSource,0,0,FALSE,,,,, -root.n.01,sliceable,0,0,FALSE,,,,, -root.n.01,slicer,0,0,FALSE,,,,, -root.n.01,soakable,0,0,FALSE,,,,, -soy_sauce.n.01,liquid,1,1,FALSE,,,,, -soy_sauce.n.01,heatSource,0,0,FALSE,,,,, -soy_sauce.n.01,fireSource,1,0,FALSE,,,,, -soy_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -soy_sauce.n.01,coldSource,0,0,FALSE,,,,, -soy_sauce.n.01,sliceable,0,0,FALSE,,,,, -soy_sauce.n.01,slicer,0,0,FALSE,,,,, -soy_sauce.n.01,soakable,0,0,FALSE,,,,, -container.n.01,liquid,0,0,FALSE,,,,, -container.n.01,heatSource,0,0,FALSE,,,,, -container.n.01,fireSource,0,0,FALSE,,,,, -container.n.01,cookable,0,0,FALSE,,,,, -container.n.01,coldSource,1,0,FALSE,,,,, -container.n.01,sliceable,0,0,FALSE,,,,, -container.n.01,slicer,1,0,FALSE,,,,, -container.n.01,soakable,1,0,FALSE,,,,, -trunk.n.01,liquid,0,0,FALSE,,,,, -trunk.n.01,heatSource,0,0,FALSE,,,,, -trunk.n.01,fireSource,0,1,FALSE,,,,, -trunk.n.01,cookable,0,0,FALSE,,,,, -trunk.n.01,coldSource,0,0,FALSE,,,,, -trunk.n.01,sliceable,0,1,FALSE,,,,, -trunk.n.01,slicer,0,0,FALSE,,,,, -trunk.n.01,soakable,0,1,FALSE,,,,, -luggage_compartment.n.01,liquid,0,0,FALSE,,,,, -luggage_compartment.n.01,heatSource,0,0,FALSE,,,,, -luggage_compartment.n.01,fireSource,0,0,FALSE,,,,, -luggage_compartment.n.01,cookable,0,0,FALSE,,,,, -luggage_compartment.n.01,coldSource,0,0,FALSE,,,,, -luggage_compartment.n.01,sliceable,0,0,FALSE,,,,, -luggage_compartment.n.01,slicer,0,0,FALSE,,,,, -luggage_compartment.n.01,soakable,0,0,FALSE,,,,, -vanilla.n.02,liquid,0,0,FALSE,,,,, -vanilla.n.02,heatSource,0,0,FALSE,,,,, -vanilla.n.02,fireSource,0,0,FALSE,,,,, -vanilla.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -vanilla.n.02,coldSource,0,0,FALSE,,,,, -vanilla.n.02,sliceable,0,0,FALSE,,,,, -vanilla.n.02,slicer,0,0,FALSE,,,,, -vanilla.n.02,soakable,0,0,FALSE,,,,, -vegetable_oil.n.01,liquid,1,1,FALSE,,,,, -vegetable_oil.n.01,heatSource,0,0,FALSE,,,,, -vegetable_oil.n.01,fireSource,1,1,FALSE,,,,, -vegetable_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -vegetable_oil.n.01,coldSource,1,0,FALSE,,,,, -vegetable_oil.n.01,sliceable,0,0,FALSE,,,,, -vegetable_oil.n.01,slicer,0,0,FALSE,,,,, -vegetable_oil.n.01,soakable,0,0,FALSE,,,,, -board.n.02,liquid,0,0,FALSE,,,,, -board.n.02,heatSource,0,0,FALSE,,,,, -board.n.02,fireSource,0,0,FALSE,,,,, -board.n.02,cookable,0,0,FALSE,,,,, -board.n.02,coldSource,0,0,FALSE,,,,, -board.n.02,sliceable,0,0,FALSE,,,,, -board.n.02,slicer,1,0,FALSE,,,,, -board.n.02,soakable,0,0,FALSE,,,,, -cake.n.03,liquid,0,0,FALSE,,,,, -cake.n.03,heatSource,0,0,FALSE,,,,, -cake.n.03,fireSource,1,0,FALSE,,,,, -cake.n.03,cookable,0,0,FALSE,,,,, -cake.n.03,coldSource,0,0,FALSE,,,,, -cake.n.03,sliceable,0,1,FALSE,,,,, -cake.n.03,slicer,0,0,FALSE,,,,, -cake.n.03,soakable,0,0,FALSE,,,,, -decoration.n.01,liquid,0,0,FALSE,,,,, -decoration.n.01,heatSource,0,0,FALSE,,,,, -decoration.n.01,fireSource,0,0,FALSE,,,,, -decoration.n.01,cookable,0,0,FALSE,,,,, -decoration.n.01,coldSource,0,0,FALSE,,,,, -decoration.n.01,sliceable,0,0,FALSE,,,,, -decoration.n.01,slicer,0,0,FALSE,,,,, -decoration.n.01,soakable,0,0,FALSE,,,,, -maple_syrup.n.01,liquid,1,1,FALSE,,,,, -maple_syrup.n.01,heatSource,0,0,FALSE,,,,, -maple_syrup.n.01,fireSource,1,0,FALSE,,,,, -maple_syrup.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -maple_syrup.n.01,coldSource,0,0,FALSE,,,,, -maple_syrup.n.01,sliceable,0,0,FALSE,,,,, -maple_syrup.n.01,slicer,0,0,FALSE,,,,, -maple_syrup.n.01,soakable,0,0,FALSE,,,,, -sandwich.n.01,liquid,0,0,FALSE,,,,, -sandwich.n.01,heatSource,0,0,FALSE,,,,, -sandwich.n.01,fireSource,0,0,FALSE,,,,, -sandwich.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sandwich.n.01,coldSource,0,0,FALSE,,,,, -sandwich.n.01,sliceable,0,1,FALSE,,,,, -sandwich.n.01,slicer,1,0,FALSE,,,,, -sandwich.n.01,soakable,1,1,FALSE,,,,, -thyme.n.02,liquid,0,0,FALSE,,,,, -thyme.n.02,heatSource,0,0,FALSE,,,,, -thyme.n.02,fireSource,1,0,FALSE,,,,, -thyme.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -thyme.n.02,coldSource,0,0,FALSE,,,,, -thyme.n.02,sliceable,0,0,FALSE,,,,, -thyme.n.02,slicer,1,0,FALSE,,,,, -thyme.n.02,soakable,0,0,FALSE,,,,, -turkey.n.04,liquid,0,0,FALSE,,,,, -turkey.n.04,heatSource,0,0,FALSE,,,,, -turkey.n.04,fireSource,1,0,FALSE,,,,, -turkey.n.04,cookable,0,1,TRUE,82,93,https://www.finecooking.com/article/safe-but-not-overcooked,https://www.finecooking.com/article/safe-but-not-overcooked, -turkey.n.04,coldSource,0,0,FALSE,,,,, -turkey.n.04,sliceable,0,1,FALSE,,,,, -turkey.n.04,slicer,1,0,FALSE,,,,, -turkey.n.04,soakable,0,0,FALSE,,,,, -battery.n.01,liquid,0,0,FALSE,,,,, -battery.n.01,heatSource,0,0,FALSE,,,,, -battery.n.01,fireSource,0,1,FALSE,,,,, -battery.n.01,cookable,0,0,FALSE,,,,, -battery.n.01,coldSource,0,0,FALSE,,,,, -battery.n.01,sliceable,0,0,FALSE,,,,, -battery.n.01,slicer,1,0,FALSE,,,,, -battery.n.01,soakable,0,0,FALSE,,,,, -french_fries.n.01,liquid,0,0,FALSE,,,,, -french_fries.n.01,heatSource,1,0,FALSE,,,,, -french_fries.n.01,fireSource,1,0,FALSE,,,,, -french_fries.n.01,cookable,0,1,TRUE,182,UNKNOWN,https://www.finecooking.com/recipe/classic-french-fries,, -french_fries.n.01,coldSource,0,0,FALSE,,,,, -french_fries.n.01,sliceable,0,1,FALSE,,,,, -french_fries.n.01,slicer,0,0,FALSE,,,,, -french_fries.n.01,soakable,0,0,FALSE,,,,, -garlic.n.02,liquid,0,0,FALSE,,,,, -garlic.n.02,heatSource,0,0,FALSE,,,,, -garlic.n.02,fireSource,1,0,FALSE,,,,, -garlic.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -garlic.n.02,coldSource,0,0,FALSE,,,,, -garlic.n.02,sliceable,0,1,FALSE,,,,, -garlic.n.02,slicer,0,0,FALSE,,,,, -garlic.n.02,soakable,0,0,FALSE,,,,, -leftovers.n.01,liquid,0,0,FALSE,,,,, -leftovers.n.01,heatSource,0,0,FALSE,,,,, -leftovers.n.01,fireSource,1,0,FALSE,,,,, -leftovers.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -leftovers.n.01,coldSource,0,0,FALSE,,,,, -leftovers.n.01,sliceable,0,0,FALSE,,,,, -leftovers.n.01,slicer,0,0,FALSE,,,,, -leftovers.n.01,soakable,0,0,FALSE,,,,, -rock.n.01,liquid,0,0,FALSE,,,,, -rock.n.01,heatSource,0,0,FALSE,,,,, -rock.n.01,fireSource,0,0,FALSE,,,,, -rock.n.01,cookable,0,0,FALSE,,,,, -rock.n.01,coldSource,0,0,FALSE,,,,, -rock.n.01,sliceable,0,0,FALSE,,,,, -rock.n.01,slicer,0,0,FALSE,,,,, -rock.n.01,soakable,0,0,FALSE,,,,, -release.n.08,liquid,0,0,FALSE,,,,, -release.n.08,heatSource,0,0,FALSE,,,,, -release.n.08,fireSource,0,0,FALSE,,,,, -release.n.08,cookable,0,0,FALSE,,,,, -release.n.08,coldSource,0,0,FALSE,,,,, -release.n.08,sliceable,0,0,FALSE,,,,, -release.n.08,slicer,1,0,FALSE,,,,, -release.n.08,soakable,0,0,FALSE,,,,, -dessert.n.01,liquid,0,0,FALSE,,,,, -dessert.n.01,heatSource,0,0,FALSE,,,,, -dessert.n.01,fireSource,1,0,FALSE,,,,, -dessert.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -dessert.n.01,coldSource,1,0,FALSE,,,,, -dessert.n.01,sliceable,1,1,FALSE,,,,, -dessert.n.01,slicer,0,0,FALSE,,,,, -dessert.n.01,soakable,0,0,FALSE,,,,, -fan.n.01,liquid,0,0,FALSE,,,,, -fan.n.01,heatSource,0,0,FALSE,,,,, -fan.n.01,fireSource,0,0,FALSE,,,,, -fan.n.01,cookable,0,0,FALSE,,,,, -fan.n.01,coldSource,0,0,FALSE,,,,, -fan.n.01,sliceable,0,0,FALSE,,,,, -fan.n.01,slicer,1,0,FALSE,,,,, -fan.n.01,soakable,0,0,FALSE,,,,, -trouser.n.01,liquid,0,0,FALSE,,,,, -trouser.n.01,heatSource,0,0,FALSE,,,,, -trouser.n.01,fireSource,0,0,FALSE,,,,, -trouser.n.01,cookable,0,0,FALSE,,,,, -trouser.n.01,coldSource,0,0,FALSE,,,,, -trouser.n.01,sliceable,0,0,FALSE,,,,, -trouser.n.01,slicer,0,0,FALSE,,,,, -trouser.n.01,soakable,1,1,FALSE,,,,, -pickup.n.01,liquid,0,0,FALSE,,,,, -pickup.n.01,heatSource,0,0,FALSE,,,,, -pickup.n.01,fireSource,0,0,FALSE,,,,, -pickup.n.01,cookable,0,0,FALSE,,,,, -pickup.n.01,coldSource,0,0,FALSE,,,,, -pickup.n.01,sliceable,0,0,FALSE,,,,, -pickup.n.01,slicer,1,0,FALSE,,,,, -pickup.n.01,soakable,0,0,FALSE,,,,, -shovel.n.01,liquid,0,0,FALSE,,,,, -shovel.n.01,heatSource,0,0,FALSE,,,,, -shovel.n.01,fireSource,0,0,FALSE,,,,, -shovel.n.01,cookable,0,0,FALSE,,,,, -shovel.n.01,coldSource,0,0,FALSE,,,,, -shovel.n.01,sliceable,0,0,FALSE,,,,, -shovel.n.01,slicer,1,1,FALSE,,,,, -shovel.n.01,soakable,0,0,FALSE,,,,, -cooker.n.01,liquid,0,0,FALSE,,,,, -cooker.n.01,heatSource,1,1,FALSE,,,,, -cooker.n.01,fireSource,1,0,FALSE,,,,, -cooker.n.01,cookable,0,0,FALSE,,,,, -cooker.n.01,coldSource,0,0,FALSE,,,,, -cooker.n.01,sliceable,0,0,FALSE,,,,, -cooker.n.01,slicer,1,1,FALSE,,,,, -cooker.n.01,soakable,0,0,FALSE,,,,, -tea.n.01,liquid,1,1,FALSE,,,,, -tea.n.01,heatSource,0,0,FALSE,,,,, -tea.n.01,fireSource,0,0,FALSE,,,,, -tea.n.01,cookable,0,0,FALSE,,,,, -tea.n.01,coldSource,1,0,FALSE,,,,, -tea.n.01,sliceable,0,0,FALSE,,,,, -tea.n.01,slicer,0,0,FALSE,,,,, -tea.n.01,soakable,0,0,FALSE,,,,, -ammonia_water.n.01,liquid,1,1,FALSE,,,,, -ammonia_water.n.01,heatSource,0,0,FALSE,,,,, -ammonia_water.n.01,fireSource,0,0,FALSE,,,,, -ammonia_water.n.01,cookable,0,0,FALSE,,,,, -ammonia_water.n.01,coldSource,0,0,FALSE,,,,, -ammonia_water.n.01,sliceable,0,0,FALSE,,,,, -ammonia_water.n.01,slicer,0,0,FALSE,,,,, -ammonia_water.n.01,soakable,0,0,FALSE,,,,, -computer.n.1,liquid,0,0,FALSE,,,,, -computer.n.1,heatSource,0,0,FALSE,,,,, -computer.n.1,fireSource,0,0,FALSE,,,,, -computer.n.1,cookable,0,0,FALSE,,,,, -computer.n.1,coldSource,0,0,FALSE,,,,, -computer.n.1,sliceable,0,0,FALSE,,,,, -computer.n.1,slicer,1,0,FALSE,,,,, -computer.n.1,soakable,0,0,FALSE,,,,, -cotton.n.02,liquid,0,0,FALSE,,,,, -cotton.n.02,heatSource,0,0,FALSE,,,,, -cotton.n.02,fireSource,0,1,FALSE,,,,, -cotton.n.02,cookable,0,0,FALSE,,,,, -cotton.n.02,coldSource,0,0,FALSE,,,,, -cotton.n.02,sliceable,0,0,FALSE,,,,, -cotton.n.02,slicer,0,0,FALSE,,,,, -cotton.n.02,soakable,1,1,FALSE,,,,, -recreational_vehicle.n.01,liquid,0,0,FALSE,,,,, -recreational_vehicle.n.01,heatSource,0,0,FALSE,,,,, -recreational_vehicle.n.01,fireSource,0,0,FALSE,,,,, -recreational_vehicle.n.01,cookable,0,0,FALSE,,,,, -recreational_vehicle.n.01,coldSource,0,0,FALSE,,,,, -recreational_vehicle.n.01,sliceable,0,0,FALSE,,,,, -recreational_vehicle.n.01,slicer,0,0,FALSE,,,,, -recreational_vehicle.n.01,soakable,0,0,FALSE,,,,, -seat.n.01,liquid,0,0,FALSE,,,,, -seat.n.01,heatSource,0,0,FALSE,,,,, -seat.n.01,fireSource,0,0,FALSE,,,,, -seat.n.01,cookable,0,0,FALSE,,,,, -seat.n.01,coldSource,0,0,FALSE,,,,, -seat.n.01,sliceable,0,0,FALSE,,,,, -seat.n.01,slicer,0,0,FALSE,,,,, -seat.n.01,soakable,1,0,FALSE,,,,, -steamer.n.02,liquid,0,0,FALSE,,,,, -steamer.n.02,heatSource,1,1,FALSE,,,,, -steamer.n.02,fireSource,1,0,FALSE,,,,, -steamer.n.02,cookable,0,0,FALSE,,,,, -steamer.n.02,coldSource,1,1,FALSE,,,,, -steamer.n.02,sliceable,0,0,FALSE,,,,, -steamer.n.02,slicer,1,0,FALSE,,,,, -steamer.n.02,soakable,0,0,FALSE,,,,, -thread.n.01,liquid,0,0,FALSE,,,,, -thread.n.01,heatSource,0,0,FALSE,,,,, -thread.n.01,fireSource,0,0,FALSE,,,,, -thread.n.01,cookable,0,0,FALSE,,,,, -thread.n.01,coldSource,0,0,FALSE,,,,, -thread.n.01,sliceable,0,0,FALSE,,,,, -thread.n.01,slicer,1,0,FALSE,,,,, -thread.n.01,soakable,0,0,FALSE,,,,, -tissue.n.02,liquid,0,0,FALSE,,,,, -tissue.n.02,heatSource,0,0,FALSE,,,,, -tissue.n.02,fireSource,0,1,FALSE,,,,, -tissue.n.02,cookable,0,0,FALSE,,,,, -tissue.n.02,coldSource,0,0,FALSE,,,,, -tissue.n.02,sliceable,0,0,FALSE,,,,, -tissue.n.02,slicer,1,0,FALSE,,,,, -tissue.n.02,soakable,1,1,FALSE,,,,, -box.n.01,liquid,0,0,FALSE,,,,, -box.n.01,heatSource,0,0,FALSE,,,,, -box.n.01,fireSource,0,0,FALSE,,,,, -box.n.01,cookable,0,0,FALSE,,,,, -box.n.01,coldSource,0,0,FALSE,,,,, -box.n.01,sliceable,0,0,FALSE,,,,, -box.n.01,slicer,1,0,FALSE,,,,, -box.n.01,soakable,1,0,FALSE,,,,, -cellular_telephone.n.01,liquid,0,0,FALSE,,,,, -cellular_telephone.n.01,heatSource,0,0,FALSE,,,,, -cellular_telephone.n.01,fireSource,0,0,FALSE,,,,, -cellular_telephone.n.01,cookable,0,0,FALSE,,,,, -cellular_telephone.n.01,coldSource,0,0,FALSE,,,,, -cellular_telephone.n.01,sliceable,0,0,FALSE,,,,, -cellular_telephone.n.01,slicer,1,0,FALSE,,,,, -cellular_telephone.n.01,soakable,1,0,FALSE,,,,, -key.n.01,liquid,0,0,FALSE,,,,, -key.n.01,heatSource,0,0,FALSE,,,,, -key.n.01,fireSource,0,0,FALSE,,,,, -key.n.01,cookable,0,0,FALSE,,,,, -key.n.01,coldSource,0,0,FALSE,,,,, -key.n.01,sliceable,0,0,FALSE,,,,, -key.n.01,slicer,1,0,FALSE,,,,, -key.n.01,soakable,0,0,FALSE,,,,, -key.n.15,liquid,0,0,FALSE,,,,, -key.n.15,heatSource,0,0,FALSE,,,,, -key.n.15,fireSource,0,0,FALSE,,,,, -key.n.15,cookable,0,0,FALSE,,,,, -key.n.15,coldSource,0,0,FALSE,,,,, -key.n.15,sliceable,0,0,FALSE,,,,, -key.n.15,slicer,1,0,FALSE,,,,, -key.n.15,soakable,0,0,FALSE,,,,, -label.n.01,liquid,0,0,FALSE,,,,, -label.n.01,heatSource,0,0,FALSE,,,,, -label.n.01,fireSource,0,0,FALSE,,,,, -label.n.01,cookable,0,0,FALSE,,,,, -label.n.01,coldSource,0,0,FALSE,,,,, -label.n.01,sliceable,0,0,FALSE,,,,, -label.n.01,slicer,1,0,FALSE,,,,, -label.n.01,soakable,1,0,FALSE,,,,, -syrup.n.01,liquid,1,1,FALSE,,,,, -syrup.n.01,heatSource,0,0,FALSE,,,,, -syrup.n.01,fireSource,1,0,FALSE,,,,, -syrup.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -syrup.n.01,coldSource,1,0,FALSE,,,,, -syrup.n.01,sliceable,0,0,FALSE,,,,, -syrup.n.01,slicer,1,0,FALSE,,,,, -syrup.n.01,soakable,0,0,FALSE,,,,, -cotton_ball.n.01,liquid,0,0,FALSE,,,,, -cotton_ball.n.01,heatSource,0,0,FALSE,,,,, -cotton_ball.n.01,fireSource,0,1,FALSE,,,,, -cotton_ball.n.01,cookable,0,0,FALSE,,,,, -cotton_ball.n.01,coldSource,0,0,FALSE,,,,, -cotton_ball.n.01,sliceable,0,0,FALSE,,,,, -cotton_ball.n.01,slicer,0,0,FALSE,,,,, -cotton_ball.n.01,soakable,0,1,FALSE,,,,, -swab.n.02,liquid,0,0,FALSE,,,,, -swab.n.02,heatSource,0,0,FALSE,,,,, -swab.n.02,fireSource,0,0,FALSE,,,,, -swab.n.02,cookable,0,0,FALSE,,,,, -swab.n.02,coldSource,1,0,FALSE,,,,, -swab.n.02,sliceable,0,0,FALSE,,,,, -swab.n.02,slicer,1,0,FALSE,,,,, -swab.n.02,soakable,0,0,FALSE,,,,, -polish.n.03,liquid,0,0,FALSE,,,,, -polish.n.03,heatSource,0,0,FALSE,,,,, -polish.n.03,fireSource,0,0,FALSE,,,,, -polish.n.03,cookable,0,0,FALSE,,,,, -polish.n.03,coldSource,1,0,FALSE,,,,, -polish.n.03,sliceable,0,0,FALSE,,,,, -polish.n.03,slicer,1,0,FALSE,,,,, -polish.n.03,soakable,0,0,FALSE,,,,, -shirt.n.01,liquid,0,0,FALSE,,,,, -shirt.n.01,heatSource,0,0,FALSE,,,,, -shirt.n.01,fireSource,0,0,FALSE,,,,, -shirt.n.01,cookable,0,0,FALSE,,,,, -shirt.n.01,coldSource,0,0,FALSE,,,,, -shirt.n.01,sliceable,0,0,FALSE,,,,, -shirt.n.01,slicer,1,0,FALSE,,,,, -shirt.n.01,soakable,1,1,FALSE,,,,, -tub.n.02,liquid,1,0,FALSE,,,,, -tub.n.02,heatSource,0,0,FALSE,,,,, -tub.n.02,fireSource,0,0,FALSE,,,,, -tub.n.02,cookable,0,0,FALSE,,,,, -tub.n.02,coldSource,1,0,FALSE,,,,, -tub.n.02,sliceable,0,0,FALSE,,,,, -tub.n.02,slicer,1,0,FALSE,,,,, -tub.n.02,soakable,0,0,FALSE,,,,, -sports_equipment.n.01,liquid,0,0,FALSE,,,,, -sports_equipment.n.01,heatSource,0,0,FALSE,,,,, -sports_equipment.n.01,fireSource,0,0,FALSE,,,,, -sports_equipment.n.01,cookable,0,0,FALSE,,,,, -sports_equipment.n.01,coldSource,0,0,FALSE,,,,, -sports_equipment.n.01,sliceable,0,0,FALSE,,,,, -sports_equipment.n.01,slicer,0,0,FALSE,,,,, -sports_equipment.n.01,soakable,0,0,FALSE,,,,, -radiator.n.01,liquid,0,0,FALSE,,,,, -radiator.n.01,heatSource,1,1,FALSE,,,,, -radiator.n.01,fireSource,0,0,FALSE,,,,, -radiator.n.01,cookable,1,0,FALSE,,,,, -radiator.n.01,coldSource,0,0,FALSE,,,,, -radiator.n.01,sliceable,0,0,FALSE,,,,, -radiator.n.01,slicer,1,0,FALSE,,,,, -radiator.n.01,soakable,0,0,FALSE,,,,, -putty.n.01,liquid,0,0,FALSE,,,,, -putty.n.01,heatSource,0,0,FALSE,,,,, -putty.n.01,fireSource,0,0,FALSE,,,,, -putty.n.01,cookable,0,0,FALSE,,,,, -putty.n.01,coldSource,1,0,FALSE,,,,, -putty.n.01,sliceable,0,0,FALSE,,,,, -putty.n.01,slicer,1,0,FALSE,,,,, -putty.n.01,soakable,0,0,FALSE,,,,, -projector.n.02,liquid,0,0,FALSE,,,,, -projector.n.02,heatSource,0,0,FALSE,,,,, -projector.n.02,fireSource,0,0,FALSE,,,,, -projector.n.02,cookable,0,0,FALSE,,,,, -projector.n.02,coldSource,0,0,FALSE,,,,, -projector.n.02,sliceable,0,0,FALSE,,,,, -projector.n.02,slicer,1,0,FALSE,,,,, -projector.n.02,soakable,0,0,FALSE,,,,, -flat_coat.n.01,liquid,0,0,FALSE,,,,, -flat_coat.n.01,heatSource,0,0,FALSE,,,,, -flat_coat.n.01,fireSource,0,0,FALSE,,,,, -flat_coat.n.01,cookable,0,0,FALSE,,,,, -flat_coat.n.01,coldSource,0,0,FALSE,,,,, -flat_coat.n.01,sliceable,0,0,FALSE,,,,, -flat_coat.n.01,slicer,0,0,FALSE,,,,, -flat_coat.n.01,soakable,0,1,FALSE,,,,, -potato_salad.n.01,liquid,0,0,FALSE,,,,, -potato_salad.n.01,heatSource,0,0,FALSE,,,,, -potato_salad.n.01,fireSource,1,0,FALSE,,,,, -potato_salad.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,,Mostly consumed raw -potato_salad.n.01,coldSource,0,0,FALSE,,,,, -potato_salad.n.01,sliceable,0,0,FALSE,,,,, -potato_salad.n.01,slicer,0,0,FALSE,,,,, -potato_salad.n.01,soakable,0,0,FALSE,,,,, -postage.n.02,liquid,0,0,FALSE,,,,, -postage.n.02,heatSource,0,0,FALSE,,,,, -postage.n.02,fireSource,0,0,FALSE,,,,, -postage.n.02,cookable,0,0,FALSE,,,,, -postage.n.02,coldSource,0,0,FALSE,,,,, -postage.n.02,sliceable,0,0,FALSE,,,,, -postage.n.02,slicer,0,0,FALSE,,,,, -postage.n.02,soakable,0,1,FALSE,,,,, -plaque.n.01,liquid,0,0,FALSE,,,,, -plaque.n.01,heatSource,0,0,FALSE,,,,, -plaque.n.01,fireSource,0,0,FALSE,,,,, -plaque.n.01,cookable,0,0,FALSE,,,,, -plaque.n.01,coldSource,0,0,FALSE,,,,, -plaque.n.01,sliceable,0,0,FALSE,,,,, -plaque.n.01,slicer,0,0,FALSE,,,,, -plaque.n.01,soakable,0,0,FALSE,,,,, -pie_crust.n.01,liquid,0,0,FALSE,,,,, -pie_crust.n.01,heatSource,0,0,FALSE,,,,, -pie_crust.n.01,fireSource,1,0,FALSE,,,,, -pie_crust.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pie_crust.n.01,coldSource,0,0,FALSE,,,,, -pie_crust.n.01,sliceable,0,1,FALSE,,,,, -pie_crust.n.01,slicer,0,0,FALSE,,,,, -pie_crust.n.01,soakable,1,1,FALSE,,,,, -pesto.n.01,liquid,0,0,FALSE,,,,, -pesto.n.01,heatSource,0,0,FALSE,,,,, -pesto.n.01,fireSource,1,0,FALSE,,,,, -pesto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pesto.n.01,coldSource,0,0,FALSE,,,,, -pesto.n.01,sliceable,0,0,FALSE,,,,, -pesto.n.01,slicer,1,0,FALSE,,,,, -pesto.n.01,soakable,1,0,FALSE,,,,, -penne.n.01,liquid,0,0,FALSE,,,,, -penne.n.01,heatSource,0,0,FALSE,,,,, -penne.n.01,fireSource,1,0,FALSE,,,,, -penne.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.jessicagavin.com/how-to-cook-pasta/,, -penne.n.01,coldSource,0,0,FALSE,,,,, -penne.n.01,sliceable,0,1,FALSE,,,,, -penne.n.01,slicer,1,0,FALSE,,,,, -penne.n.01,soakable,0,0,FALSE,,,,, -pearl.n.01,liquid,0,0,FALSE,,,,, -pearl.n.01,heatSource,0,0,FALSE,,,,, -pearl.n.01,fireSource,0,0,FALSE,,,,, -pearl.n.01,cookable,0,0,FALSE,,,,, -pearl.n.01,coldSource,0,0,FALSE,,,,, -pearl.n.01,sliceable,0,0,FALSE,,,,, -pearl.n.01,slicer,0,0,FALSE,,,,, -pearl.n.01,soakable,0,0,FALSE,,,,, -peanut_oil.n.01,liquid,1,1,FALSE,,,,, -peanut_oil.n.01,heatSource,0,0,FALSE,,,,, -peanut_oil.n.01,fireSource,1,1,FALSE,,,,, -peanut_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -peanut_oil.n.01,coldSource,1,0,FALSE,,,,, -peanut_oil.n.01,sliceable,0,0,FALSE,,,,, -peanut_oil.n.01,slicer,0,0,FALSE,,,,, -peanut_oil.n.01,soakable,0,0,FALSE,,,,, -paving_stone.n.01,liquid,0,0,FALSE,,,,, -paving_stone.n.01,heatSource,0,0,FALSE,,,,, -paving_stone.n.01,fireSource,0,0,FALSE,,,,, -paving_stone.n.01,cookable,0,0,FALSE,,,,, -paving_stone.n.01,coldSource,0,0,FALSE,,,,, -paving_stone.n.01,sliceable,0,0,FALSE,,,,, -paving_stone.n.01,slicer,0,0,FALSE,,,,, -paving_stone.n.01,soakable,0,0,FALSE,,,,, -kitchen_utensil.n.01,liquid,0,0,FALSE,,,,, -kitchen_utensil.n.01,heatSource,0,0,FALSE,,,,, -kitchen_utensil.n.01,fireSource,0,0,FALSE,,,,, -kitchen_utensil.n.01,cookable,0,0,FALSE,,,,, -kitchen_utensil.n.01,coldSource,0,0,FALSE,,,,, -kitchen_utensil.n.01,sliceable,0,0,FALSE,,,,, -kitchen_utensil.n.01,slicer,1,1,FALSE,,,,, -kitchen_utensil.n.01,soakable,0,0,FALSE,,,,, -brush.n.02,liquid,0,0,FALSE,,,,, -brush.n.02,heatSource,0,0,FALSE,,,,, -brush.n.02,fireSource,0,0,FALSE,,,,, -brush.n.02,cookable,0,0,FALSE,,,,, -brush.n.02,coldSource,0,0,FALSE,,,,, -brush.n.02,sliceable,0,0,FALSE,,,,, -brush.n.02,slicer,0,0,FALSE,,,,, -brush.n.02,soakable,0,0,FALSE,,,,, -papaya.n.01,liquid,0,0,FALSE,,,,, -papaya.n.01,heatSource,0,0,FALSE,,,,, -papaya.n.01,fireSource,0,0,FALSE,,,,, -papaya.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -papaya.n.01,coldSource,0,0,FALSE,,,,, -papaya.n.01,sliceable,0,1,FALSE,,,,, -papaya.n.01,slicer,0,0,FALSE,,,,, -papaya.n.01,soakable,0,0,FALSE,,,,, -painkiller.n.01,liquid,0,0,FALSE,,,,, -painkiller.n.01,heatSource,0,0,FALSE,,,,, -painkiller.n.01,fireSource,0,0,FALSE,,,,, -painkiller.n.01,cookable,0,0,FALSE,,,,, -painkiller.n.01,coldSource,0,0,FALSE,,,,, -painkiller.n.01,sliceable,0,0,FALSE,,,,, -painkiller.n.01,slicer,0,0,FALSE,,,,, -painkiller.n.01,soakable,0,0,FALSE,,,,, -analgesic.n.01,liquid,0,0,FALSE,,,,, -analgesic.n.01,heatSource,0,0,FALSE,,,,, -analgesic.n.01,fireSource,0,0,FALSE,,,,, -analgesic.n.01,cookable,0,0,FALSE,,,,, -analgesic.n.01,coldSource,0,0,FALSE,,,,, -analgesic.n.01,sliceable,0,0,FALSE,,,,, -analgesic.n.01,slicer,0,0,FALSE,,,,, -analgesic.n.01,soakable,0,0,FALSE,,,,, -napkin_ring.n.01,liquid,0,0,FALSE,,,,, -napkin_ring.n.01,heatSource,0,0,FALSE,,,,, -napkin_ring.n.01,fireSource,0,0,FALSE,,,,, -napkin_ring.n.01,cookable,0,0,FALSE,,,,, -napkin_ring.n.01,coldSource,0,0,FALSE,,,,, -napkin_ring.n.01,sliceable,0,0,FALSE,,,,, -napkin_ring.n.01,slicer,0,0,FALSE,,,,, -napkin_ring.n.01,soakable,0,0,FALSE,,,,, -molasses.n.01,liquid,1,1,FALSE,,,,, -molasses.n.01,heatSource,0,0,FALSE,,,,, -molasses.n.01,fireSource,1,0,FALSE,,,,, -molasses.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -molasses.n.01,coldSource,0,0,FALSE,,,,, -molasses.n.01,sliceable,0,0,FALSE,,,,, -molasses.n.01,slicer,0,0,FALSE,,,,, -molasses.n.01,soakable,0,0,FALSE,,,,, -menu.n.01,liquid,0,0,FALSE,,,,, -menu.n.01,heatSource,0,0,FALSE,,,,, -menu.n.01,fireSource,0,0,FALSE,,,,, -menu.n.01,cookable,0,0,FALSE,,,,, -menu.n.01,coldSource,0,0,FALSE,,,,, -menu.n.01,sliceable,0,0,FALSE,,,,, -menu.n.01,slicer,1,0,FALSE,,,,, -menu.n.01,soakable,0,0,FALSE,,,,, -meatball.n.01,liquid,0,0,FALSE,,,,, -meatball.n.01,heatSource,0,0,FALSE,,,,, -meatball.n.01,fireSource,1,0,FALSE,,,,, -meatball.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -meatball.n.01,coldSource,0,0,FALSE,,,,, -meatball.n.01,sliceable,0,1,FALSE,,,,, -meatball.n.01,slicer,0,0,FALSE,,,,, -meatball.n.01,soakable,0,0,FALSE,,,,, -mattress_pad.n.01,liquid,0,0,FALSE,,,,, -mattress_pad.n.01,heatSource,0,0,FALSE,,,,, -mattress_pad.n.01,fireSource,0,0,FALSE,,,,, -mattress_pad.n.01,cookable,0,0,FALSE,,,,, -mattress_pad.n.01,coldSource,0,0,FALSE,,,,, -mattress_pad.n.01,sliceable,0,0,FALSE,,,,, -mattress_pad.n.01,slicer,0,0,FALSE,,,,, -mattress_pad.n.01,soakable,0,1,FALSE,,,,, -margarita.n.01,liquid,1,1,FALSE,,,,, -fruit_juice.n.01,liquid,1,1,FALSE,,,,, -fruit_juice.n.01,heatSource,0,0,FALSE,,,,, -fruit_juice.n.01,fireSource,0,0,FALSE,,,,, -fruit_juice.n.01,cookable,0,0,FALSE,,,,, -fruit_juice.n.01,coldSource,1,0,FALSE,,,,, -fruit_juice.n.01,sliceable,0,0,FALSE,,,,, -fruit_juice.n.01,slicer,0,0,FALSE,,,,, -fruit_juice.n.01,soakable,0,0,FALSE,,,,, -garden_tool.n.01,liquid,0,0,FALSE,,,,, -garden_tool.n.01,heatSource,0,0,FALSE,,,,, -garden_tool.n.01,fireSource,0,0,FALSE,,,,, -garden_tool.n.01,cookable,0,0,FALSE,,,,, -garden_tool.n.01,coldSource,0,0,FALSE,,,,, -garden_tool.n.01,sliceable,0,0,FALSE,,,,, -garden_tool.n.01,slicer,1,0,FALSE,,,,, -garden_tool.n.01,soakable,0,0,FALSE,,,,, -glaze.n.01,liquid,0,0,FALSE,,,,, -glaze.n.01,heatSource,0,0,FALSE,,,,, -glaze.n.01,fireSource,1,0,FALSE,,,,, -glaze.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,https://www.pillsbury.com/recipes/basic-powdered-sugar-glaze/cc5416a0-ebee-4168-8df7-fd586cff90e8,, -glaze.n.01,coldSource,1,0,FALSE,,,,, -glaze.n.01,sliceable,0,0,FALSE,,,,, -glaze.n.01,slicer,0,0,FALSE,,,,, -glaze.n.01,soakable,0,0,FALSE,,,,, -glue.n.01,liquid,0,0,FALSE,,,,, -glue.n.01,heatSource,0,0,FALSE,,,,, -glue.n.01,fireSource,0,0,FALSE,,,,, -glue.n.01,cookable,0,0,FALSE,,,,, -glue.n.01,coldSource,0,0,FALSE,,,,, -glue.n.01,sliceable,0,0,FALSE,,,,, -glue.n.01,slicer,0,0,FALSE,,,,, -glue.n.01,soakable,0,0,FALSE,,,,, -grit.n.01,liquid,0,0,FALSE,,,,, -grit.n.01,heatSource,0,0,FALSE,,,,, -grit.n.01,fireSource,0,0,FALSE,,,,, -grit.n.01,cookable,0,0,FALSE,,,,, -grit.n.01,coldSource,0,0,FALSE,,,,, -grit.n.01,sliceable,0,0,FALSE,,,,, -grit.n.01,slicer,0,0,FALSE,,,,, -grit.n.01,soakable,0,0,FALSE,,,,, -grocery_bag.n.01,liquid,0,0,FALSE,,,,, -grocery_bag.n.01,heatSource,0,0,FALSE,,,,, -grocery_bag.n.01,fireSource,0,0,FALSE,,,,, -grocery_bag.n.01,cookable,0,0,FALSE,,,,, -grocery_bag.n.01,coldSource,1,0,FALSE,,,,, -grocery_bag.n.01,sliceable,0,0,FALSE,,,,, -grocery_bag.n.01,slicer,1,0,FALSE,,,,, -grocery_bag.n.01,soakable,1,0,FALSE,,,,, -grout.n.01,liquid,0,1,FALSE,,,,, -grout.n.01,heatSource,0,0,FALSE,,,,, -grout.n.01,fireSource,0,0,FALSE,,,,, -grout.n.01,cookable,0,0,FALSE,,,,, -grout.n.01,coldSource,0,0,FALSE,,,,, -grout.n.01,sliceable,0,0,FALSE,,,,, -grout.n.01,slicer,1,0,FALSE,,,,, -grout.n.01,soakable,0,0,FALSE,,,,, -chewing_gum.n.01,liquid,0,0,FALSE,,,,, -chewing_gum.n.01,heatSource,0,0,FALSE,,,,, -chewing_gum.n.01,fireSource,0,0,FALSE,,,,, -chewing_gum.n.01,cookable,0,0,FALSE,,,,, -chewing_gum.n.01,coldSource,0,0,FALSE,,,,, -chewing_gum.n.01,sliceable,0,0,FALSE,,,,, -chewing_gum.n.01,slicer,0,0,FALSE,,,,, -chewing_gum.n.01,soakable,0,0,FALSE,,,,, -hammock.n.02,liquid,0,0,FALSE,,,,, -hammock.n.02,heatSource,0,0,FALSE,,,,, -hammock.n.02,fireSource,0,0,FALSE,,,,, -hammock.n.02,cookable,0,0,FALSE,,,,, -hammock.n.02,coldSource,0,0,FALSE,,,,, -hammock.n.02,sliceable,0,0,FALSE,,,,, -hammock.n.02,slicer,0,0,FALSE,,,,, -hammock.n.02,soakable,0,1,FALSE,,,,, -hemp.n.01,liquid,0,0,FALSE,,,,, -hemp.n.01,heatSource,0,0,FALSE,,,,, -hemp.n.01,fireSource,0,0,FALSE,,,,, -hemp.n.01,cookable,0,0,FALSE,,,,, -hemp.n.01,coldSource,0,0,FALSE,,,,, -hemp.n.01,sliceable,0,1,FALSE,,,,, -hemp.n.01,slicer,0,0,FALSE,,,,, -hemp.n.01,soakable,0,0,FALSE,,,,, -hot_tub.n.01,liquid,0,0,FALSE,,,,, -hot_tub.n.01,heatSource,1,0,FALSE,,,,, -hot_tub.n.01,fireSource,0,0,FALSE,,,,, -hot_tub.n.01,cookable,0,0,FALSE,,,,, -hot_tub.n.01,coldSource,1,0,FALSE,,,,, -hot_tub.n.01,sliceable,0,0,FALSE,,,,, -hot_tub.n.01,slicer,0,0,FALSE,,,,, -hot_tub.n.01,soakable,0,0,FALSE,,,,, -jalapeno.n.02,liquid,0,0,FALSE,,,,, -jalapeno.n.02,heatSource,1,0,FALSE,,,,, -jalapeno.n.02,fireSource,1,0,FALSE,,,,, -jalapeno.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -jalapeno.n.02,coldSource,0,0,FALSE,,,,, -jalapeno.n.02,sliceable,0,1,FALSE,,,,, -jalapeno.n.02,slicer,1,0,FALSE,,,,, -jalapeno.n.02,soakable,0,0,FALSE,,,,, -jelly_bean.n.01,liquid,0,0,FALSE,,,,, -jelly_bean.n.01,heatSource,0,0,FALSE,,,,, -jelly_bean.n.01,fireSource,0,0,FALSE,,,,, -jelly_bean.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -jelly_bean.n.01,coldSource,0,0,FALSE,,,,, -jelly_bean.n.01,sliceable,0,1,FALSE,,,,, -jelly_bean.n.01,slicer,1,0,FALSE,,,,, -jelly_bean.n.01,soakable,0,0,FALSE,,,,, -ember.n.01,liquid,0,0,FALSE,,,,, -ember.n.01,heatSource,1,1,FALSE,,,,, -ember.n.01,fireSource,1,1,FALSE,,,,, -ember.n.01,cookable,0,0,FALSE,,,,, -ember.n.01,coldSource,0,0,FALSE,,,,, -ember.n.01,sliceable,0,0,FALSE,,,,, -ember.n.01,slicer,0,0,FALSE,,,,, -ember.n.01,soakable,0,0,FALSE,,,,, -knife.n.01,liquid,0,0,FALSE,,,,, -knife.n.01,heatSource,0,0,FALSE,,,,, -knife.n.01,fireSource,0,0,FALSE,,,,, -knife.n.01,cookable,0,0,FALSE,,,,, -knife.n.01,coldSource,0,0,FALSE,,,,, -knife.n.01,sliceable,1,0,FALSE,,,,, -knife.n.01,slicer,1,1,FALSE,,,,, -knife.n.01,soakable,0,0,FALSE,,,,, -edge_tool.n.01,liquid,0,0,FALSE,,,,, -edge_tool.n.01,heatSource,0,0,FALSE,,,,, -edge_tool.n.01,fireSource,0,0,FALSE,,,,, -edge_tool.n.01,cookable,0,0,FALSE,,,,, -edge_tool.n.01,coldSource,0,0,FALSE,,,,, -edge_tool.n.01,sliceable,1,0,FALSE,,,,, -edge_tool.n.01,slicer,1,1,FALSE,,,,, -edge_tool.n.01,soakable,0,0,FALSE,,,,, -bridge.n.01,liquid,0,0,FALSE,,,,, -bridge.n.01,heatSource,0,0,FALSE,,,,, -bridge.n.01,fireSource,0,0,FALSE,,,,, -bridge.n.01,cookable,0,0,FALSE,,,,, -bridge.n.01,coldSource,0,0,FALSE,,,,, -bridge.n.01,sliceable,0,0,FALSE,,,,, -bridge.n.01,slicer,1,0,FALSE,,,,, -bridge.n.01,soakable,0,0,FALSE,,,,, -bungee.n.01,liquid,0,0,FALSE,,,,, -bungee.n.01,heatSource,0,0,FALSE,,,,, -bungee.n.01,fireSource,0,0,FALSE,,,,, -bungee.n.01,cookable,0,0,FALSE,,,,, -bungee.n.01,coldSource,0,0,FALSE,,,,, -bungee.n.01,sliceable,0,0,FALSE,,,,, -bungee.n.01,slicer,1,0,FALSE,,,,, -bungee.n.01,soakable,0,0,FALSE,,,,, -candelabrum.n.01,liquid,0,0,FALSE,,,,, -candelabrum.n.01,heatSource,0,0,FALSE,,,,, -candelabrum.n.01,fireSource,0,0,FALSE,,,,, -candelabrum.n.01,cookable,0,0,FALSE,,,,, -candelabrum.n.01,coldSource,0,0,FALSE,,,,, -candelabrum.n.01,sliceable,0,0,FALSE,,,,, -candelabrum.n.01,slicer,1,0,FALSE,,,,, -candelabrum.n.01,soakable,0,0,FALSE,,,,, -cashew.n.02,liquid,0,0,FALSE,,,,, -cashew.n.02,heatSource,0,0,FALSE,,,,, -cashew.n.02,fireSource,1,0,FALSE,,,,, -cashew.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cashew.n.02,coldSource,0,0,FALSE,,,,, -cashew.n.02,sliceable,0,0,FALSE,,,,, -cashew.n.02,slicer,0,1,FALSE,,,,, -cashew.n.02,soakable,0,0,FALSE,,,,, -cassette.n.01,liquid,0,0,FALSE,,,,, -cassette.n.01,heatSource,0,0,FALSE,,,,, -cassette.n.01,fireSource,0,0,FALSE,,,,, -cassette.n.01,cookable,0,0,FALSE,,,,, -cassette.n.01,coldSource,0,0,FALSE,,,,, -cassette.n.01,sliceable,0,0,FALSE,,,,, -cassette.n.01,slicer,1,0,FALSE,,,,, -cassette.n.01,soakable,0,0,FALSE,,,,, -skillet.n.01,liquid,0,0,FALSE,,,,, -skillet.n.01,heatSource,1,1,FALSE,,,,, -skillet.n.01,fireSource,1,0,FALSE,,,,, -skillet.n.01,cookable,0,0,FALSE,,,,, -skillet.n.01,coldSource,0,0,FALSE,,,,, -skillet.n.01,sliceable,0,0,FALSE,,,,, -skillet.n.01,slicer,1,0,FALSE,,,,, -skillet.n.01,soakable,0,0,FALSE,,,,, -cheesecake.n.01,liquid,0,0,FALSE,,,,, -cheesecake.n.01,heatSource,0,0,FALSE,,,,, -cheesecake.n.01,fireSource,1,0,FALSE,,,,, -cheesecake.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cheesecake.n.01,coldSource,1,0,FALSE,,,,, -cheesecake.n.01,sliceable,0,1,FALSE,,,,, -cheesecake.n.01,slicer,0,0,FALSE,,,,, -cheesecake.n.01,soakable,0,0,FALSE,,,,, -chorizo.n.01,liquid,0,0,FALSE,,,,, -chorizo.n.01,heatSource,0,0,FALSE,,,,, -chorizo.n.01,fireSource,1,0,FALSE,,,,, -chorizo.n.01,cookable,0,1,TRUE,71,UNKNOWN,"https://www.premiofoods.com/how-to-cook-chorizo/#:~:text=Cook%20through%3A%20How%20long%20should,brown%20shade%20on%20all%20sides.",, -chorizo.n.01,coldSource,0,0,FALSE,,,,, -chorizo.n.01,sliceable,0,1,FALSE,,,,, -chorizo.n.01,slicer,1,0,FALSE,,,,, -chorizo.n.01,soakable,0,0,FALSE,,,,, -chowder.n.01,liquid,0,1,FALSE,,,,, -chowder.n.01,heatSource,0,0,FALSE,,,,, -chowder.n.01,fireSource,1,0,FALSE,,,,, -chowder.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -chowder.n.01,coldSource,1,0,FALSE,,,,, -chowder.n.01,sliceable,0,0,FALSE,,,,, -chowder.n.01,slicer,0,0,FALSE,,,,, -chowder.n.01,soakable,0,0,FALSE,,,,, -fairy_light.n.01,liquid,0,0,FALSE,,,,, -fairy_light.n.01,heatSource,0,0,FALSE,,,,, -fairy_light.n.01,fireSource,0,0,FALSE,,,,, -fairy_light.n.01,cookable,0,0,FALSE,,,,, -fairy_light.n.01,coldSource,0,0,FALSE,,,,, -fairy_light.n.01,sliceable,0,0,FALSE,,,,, -fairy_light.n.01,slicer,1,0,FALSE,,,,, -fairy_light.n.01,soakable,0,0,FALSE,,,,, -citric_acid.n.01,liquid,0,0,FALSE,,,,, -citric_acid.n.01,heatSource,0,0,FALSE,,,,, -citric_acid.n.01,fireSource,0,0,FALSE,,,,, -citric_acid.n.01,cookable,0,0,FALSE,,,,, -citric_acid.n.01,coldSource,0,0,FALSE,,,,, -citric_acid.n.01,sliceable,0,0,FALSE,,,,, -citric_acid.n.01,slicer,0,0,FALSE,,,,, -citric_acid.n.01,soakable,0,0,FALSE,,,,, -cleansing_agent.n.01,liquid,1,1,FALSE,,,,, -cleansing_agent.n.01,heatSource,0,0,FALSE,,,,, -cleansing_agent.n.01,fireSource,0,0,FALSE,,,,, -cleansing_agent.n.01,cookable,0,0,FALSE,,,,, -cleansing_agent.n.01,coldSource,0,0,FALSE,,,,, -cleansing_agent.n.01,sliceable,0,0,FALSE,,,,, -cleansing_agent.n.01,slicer,0,0,FALSE,,,,, -cleansing_agent.n.01,soakable,0,0,FALSE,,,,, -coaster.n.03,liquid,0,0,FALSE,,,,, -coaster.n.03,heatSource,0,0,FALSE,,,,, -coaster.n.03,fireSource,0,0,FALSE,,,,, -coaster.n.03,cookable,0,0,FALSE,,,,, -coaster.n.03,coldSource,0,0,FALSE,,,,, -coaster.n.03,sliceable,0,0,FALSE,,,,, -coaster.n.03,slicer,0,0,FALSE,,,,, -coaster.n.03,soakable,0,1,FALSE,,,,, -cod.n.02,liquid,0,0,FALSE,,,,, -cod.n.02,heatSource,0,0,FALSE,,,,, -cod.n.02,fireSource,1,0,FALSE,,,,, -cod.n.02,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,,fish -cod.n.02,coldSource,0,0,FALSE,,,,, -cod.n.02,sliceable,0,1,FALSE,,,,, -cod.n.02,slicer,0,0,FALSE,,,,, -cod.n.02,soakable,0,0,FALSE,,,,, -cola.n.02,liquid,1,1,FALSE,,,,, -cola.n.02,heatSource,0,0,FALSE,,,,, -cola.n.02,fireSource,0,0,FALSE,,,,, -cola.n.02,cookable,1,1,TRUE,N/A,UNKNOWN,,, -cola.n.02,coldSource,1,0,FALSE,,,,, -cola.n.02,sliceable,0,0,FALSE,,,,, -cola.n.02,slicer,0,0,FALSE,,,,, -cola.n.02,soakable,0,0,FALSE,,,,, -comic_book.n.01,liquid,0,0,FALSE,,,,, -comic_book.n.01,heatSource,0,0,FALSE,,,,, -comic_book.n.01,fireSource,0,0,FALSE,,,,, -comic_book.n.01,cookable,0,0,FALSE,,,,, -comic_book.n.01,coldSource,0,0,FALSE,,,,, -comic_book.n.01,sliceable,0,0,FALSE,,,,, -comic_book.n.01,slicer,0,0,FALSE,,,,, -comic_book.n.01,soakable,0,1,FALSE,,,,, -cookie_cutter.n.01,liquid,0,0,FALSE,,,,, -cookie_cutter.n.01,heatSource,0,0,FALSE,,,,, -cookie_cutter.n.01,fireSource,0,0,FALSE,,,,, -cookie_cutter.n.01,cookable,0,0,FALSE,,,,, -cookie_cutter.n.01,coldSource,0,0,FALSE,,,,, -cookie_cutter.n.01,sliceable,0,0,FALSE,,,,, -cookie_cutter.n.01,slicer,1,1,FALSE,,,,, -cookie_cutter.n.01,soakable,0,0,FALSE,,,,, -cottage_cheese.n.01,liquid,0,0,FALSE,,,,, -cottage_cheese.n.01,heatSource,0,0,FALSE,,,,, -cottage_cheese.n.01,fireSource,0,0,FALSE,,,,, -cottage_cheese.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cottage_cheese.n.01,coldSource,0,0,FALSE,,,,, -cottage_cheese.n.01,sliceable,0,1,FALSE,,,,, -cottage_cheese.n.01,slicer,0,0,FALSE,,,,, -cottage_cheese.n.01,soakable,0,0,FALSE,,,,, -cranberry_juice.n.01,liquid,1,1,FALSE,,,,, -cranberry_juice.n.01,heatSource,0,0,FALSE,,,,, -cranberry_juice.n.01,fireSource,0,0,FALSE,,,,, -cranberry_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cranberry_juice.n.01,coldSource,1,0,FALSE,,,,, -cranberry_juice.n.01,sliceable,0,0,FALSE,,,,, -cranberry_juice.n.01,slicer,0,0,FALSE,,,,, -cranberry_juice.n.01,soakable,0,0,FALSE,,,,, -curry_powder.n.01,liquid,0,0,FALSE,,,,, -curry_powder.n.01,heatSource,0,0,FALSE,,,,, -curry_powder.n.01,fireSource,1,0,FALSE,,,,, -curry_powder.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.recipetineats.com/chicken-curry/,, -curry_powder.n.01,coldSource,0,0,FALSE,,,,, -curry_powder.n.01,sliceable,0,0,FALSE,,,,, -curry_powder.n.01,slicer,0,0,FALSE,,,,, -curry_powder.n.01,soakable,0,0,FALSE,,,,, -cold_cuts.n.01,liquid,0,0,FALSE,,,,, -cold_cuts.n.01,heatSource,0,0,FALSE,,,,, -cold_cuts.n.01,fireSource,0,0,FALSE,,,,, -cold_cuts.n.01,cookable,1,1,TRUE,TOO GENERAL,UNKNOWN,,, -cold_cuts.n.01,coldSource,0,0,FALSE,,,,, -cold_cuts.n.01,sliceable,0,1,FALSE,,,,, -cold_cuts.n.01,slicer,0,0,FALSE,,,,, -cold_cuts.n.01,soakable,0,0,FALSE,,,,, -diamond.n.01,liquid,0,0,FALSE,,,,, -diamond.n.01,heatSource,0,0,FALSE,,,,, -diamond.n.01,fireSource,0,0,FALSE,,,,, -diamond.n.01,cookable,0,0,FALSE,,,,, -diamond.n.01,coldSource,0,0,FALSE,,,,, -diamond.n.01,sliceable,0,0,FALSE,,,,, -diamond.n.01,slicer,0,0,FALSE,,,,, -diamond.n.01,soakable,0,0,FALSE,,,,, -bag.n.04,liquid,0,0,FALSE,,,,, -bag.n.04,heatSource,0,0,FALSE,,,,, -bag.n.04,fireSource,0,0,FALSE,,,,, -bag.n.04,cookable,0,0,FALSE,,,,, -bag.n.04,coldSource,0,0,FALSE,,,,, -bag.n.04,sliceable,0,0,FALSE,,,,, -bag.n.04,slicer,1,0,FALSE,,,,, -bag.n.04,soakable,1,0,FALSE,,,,, -dinner_plate.n.01,liquid,0,0,FALSE,,,,, -dinner_plate.n.01,heatSource,0,0,FALSE,,,,, -dinner_plate.n.01,fireSource,0,0,FALSE,,,,, -dinner_plate.n.01,cookable,0,0,FALSE,,,,, -dinner_plate.n.01,coldSource,0,0,FALSE,,,,, -dinner_plate.n.01,sliceable,0,0,FALSE,,,,, -dinner_plate.n.01,slicer,1,0,FALSE,,,,, -dinner_plate.n.01,soakable,0,0,FALSE,,,,, -essence.n.04,liquid,0,0,FALSE,,,,, -essence.n.04,heatSource,0,0,FALSE,,,,, -essence.n.04,fireSource,0,0,FALSE,,,,, -essence.n.04,cookable,0,0,FALSE,,,,, -essence.n.04,coldSource,1,0,FALSE,,,,, -essence.n.04,sliceable,0,0,FALSE,,,,, -essence.n.04,slicer,0,0,FALSE,,,,, -essence.n.04,soakable,0,0,FALSE,,,,, -aluminum.n.01,liquid,0,0,FALSE,,,,, -aluminum.n.01,heatSource,0,0,FALSE,,,,, -aluminum.n.01,fireSource,0,0,FALSE,,,,, -aluminum.n.01,cookable,0,0,FALSE,,,,, -aluminum.n.01,coldSource,0,0,FALSE,,,,, -aluminum.n.01,sliceable,0,0,FALSE,,,,, -aluminum.n.01,slicer,0,0,FALSE,,,,, -aluminum.n.01,soakable,0,0,FALSE,,,,, -antenna.n.01,liquid,0,0,FALSE,,,,, -antenna.n.01,heatSource,0,0,FALSE,,,,, -antenna.n.01,fireSource,0,0,FALSE,,,,, -antenna.n.01,cookable,0,0,FALSE,,,,, -antenna.n.01,coldSource,0,0,FALSE,,,,, -antenna.n.01,sliceable,0,0,FALSE,,,,, -antenna.n.01,slicer,1,0,FALSE,,,,, -antenna.n.01,soakable,0,0,FALSE,,,,, -cider.n.01,liquid,1,1,FALSE,,,,, -cider.n.01,heatSource,0,0,FALSE,,,,, -cider.n.01,fireSource,0,0,FALSE,,,,, -cider.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cider.n.01,coldSource,1,0,FALSE,,,,, -cider.n.01,sliceable,0,0,FALSE,,,,, -cider.n.01,slicer,0,0,FALSE,,,,, -cider.n.01,soakable,0,0,FALSE,,,,, -apron.n.01,liquid,0,0,FALSE,,,,, -apron.n.01,heatSource,0,0,FALSE,,,,, -apron.n.01,fireSource,0,0,FALSE,,,,, -apron.n.01,cookable,0,0,FALSE,,,,, -apron.n.01,coldSource,0,0,FALSE,,,,, -apron.n.01,sliceable,0,0,FALSE,,,,, -apron.n.01,slicer,0,0,FALSE,,,,, -apron.n.01,soakable,1,1,FALSE,,,,, -artichoke.n.01,liquid,0,0,FALSE,,,,, -artichoke.n.01,heatSource,0,0,FALSE,,,,, -artichoke.n.01,fireSource,1,0,FALSE,,,,, -artichoke.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -artichoke.n.01,coldSource,0,0,FALSE,,,,, -artichoke.n.01,sliceable,0,1,FALSE,,,,, -artichoke.n.01,slicer,0,0,FALSE,,,,, -artichoke.n.01,soakable,0,0,FALSE,,,,, -bandage.n.01,liquid,0,0,FALSE,,,,, -bandage.n.01,heatSource,0,0,FALSE,,,,, -bandage.n.01,fireSource,0,0,FALSE,,,,, -bandage.n.01,cookable,0,0,FALSE,,,,, -bandage.n.01,coldSource,0,0,FALSE,,,,, -bandage.n.01,sliceable,0,0,FALSE,,,,, -bandage.n.01,slicer,0,0,FALSE,,,,, -bandage.n.01,soakable,1,1,FALSE,,,,, -banner.n.01,liquid,0,0,FALSE,,,,, -banner.n.01,heatSource,0,0,FALSE,,,,, -banner.n.01,fireSource,0,0,FALSE,,,,, -banner.n.01,cookable,0,0,FALSE,,,,, -banner.n.01,coldSource,0,0,FALSE,,,,, -banner.n.01,sliceable,0,0,FALSE,,,,, -banner.n.01,slicer,1,0,FALSE,,,,, -banner.n.01,soakable,0,1,FALSE,,,,, -bar.n.03,liquid,0,0,FALSE,,,,, -bar.n.03,heatSource,0,0,FALSE,,,,, -bar.n.03,fireSource,0,0,FALSE,,,,, -bar.n.03,cookable,0,0,FALSE,,,,, -bar.n.03,coldSource,0,0,FALSE,,,,, -bar.n.03,sliceable,0,0,FALSE,,,,, -bar.n.03,slicer,1,0,FALSE,,,,, -bar.n.03,soakable,0,0,FALSE,,,,, -bark.n.01,liquid,0,0,FALSE,,,,, -bark.n.01,heatSource,0,0,FALSE,,,,, -bark.n.01,fireSource,0,1,FALSE,,,,, -bark.n.01,cookable,0,0,FALSE,,,,, -bark.n.01,coldSource,0,0,FALSE,,,,, -bark.n.01,sliceable,0,0,FALSE,,,,, -bark.n.01,slicer,0,0,FALSE,,,,, -bark.n.01,soakable,0,1,FALSE,,,,, -barrel.n.03,liquid,0,0,FALSE,,,,, -barrel.n.03,heatSource,0,0,FALSE,,,,, -barrel.n.03,fireSource,0,0,FALSE,,,,, -barrel.n.03,cookable,0,0,FALSE,,,,, -barrel.n.03,coldSource,0,0,FALSE,,,,, -barrel.n.03,sliceable,0,0,FALSE,,,,, -barrel.n.03,slicer,1,0,FALSE,,,,, -barrel.n.03,soakable,0,1,FALSE,,,,, -bird_feeder.n.01,liquid,0,0,FALSE,,,,, -bird_feeder.n.01,heatSource,0,0,FALSE,,,,, -bird_feeder.n.01,fireSource,0,0,FALSE,,,,, -bird_feeder.n.01,cookable,0,0,FALSE,,,,, -bird_feeder.n.01,coldSource,0,0,FALSE,,,,, -bird_feeder.n.01,sliceable,0,0,FALSE,,,,, -bird_feeder.n.01,slicer,0,0,FALSE,,,,, -bird_feeder.n.01,soakable,0,0,FALSE,,,,, -blazer.n.01,liquid,0,0,FALSE,,,,, -blazer.n.01,heatSource,0,0,FALSE,,,,, -blazer.n.01,fireSource,0,0,FALSE,,,,, -blazer.n.01,cookable,0,0,FALSE,,,,, -blazer.n.01,coldSource,0,0,FALSE,,,,, -blazer.n.01,sliceable,0,0,FALSE,,,,, -blazer.n.01,slicer,1,0,FALSE,,,,, -blazer.n.01,soakable,1,1,FALSE,,,,, -bleu.n.01,liquid,0,0,FALSE,,,,, -bleu.n.01,heatSource,0,0,FALSE,,,,, -bleu.n.01,fireSource,0,0,FALSE,,,,, -bleu.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -bleu.n.01,coldSource,0,0,FALSE,,,,, -bleu.n.01,sliceable,0,1,FALSE,,,,, -bleu.n.01,slicer,0,0,FALSE,,,,, -bleu.n.01,soakable,0,0,FALSE,,,,, -notepad.n.01,liquid,0,0,FALSE,,,,, -notepad.n.01,heatSource,0,0,FALSE,,,,, -notepad.n.01,fireSource,0,0,FALSE,,,,, -notepad.n.01,cookable,0,0,FALSE,,,,, -notepad.n.01,coldSource,0,0,FALSE,,,,, -notepad.n.01,sliceable,0,0,FALSE,,,,, -notepad.n.01,slicer,1,0,FALSE,,,,, -notepad.n.01,soakable,1,0,FALSE,,,,, -nut_butter.n.01,liquid,0,0,FALSE,,,,, -nut_butter.n.01,heatSource,0,0,FALSE,,,,, -nut_butter.n.01,fireSource,0,0,FALSE,,,,, -nut_butter.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -nut_butter.n.01,coldSource,0,0,FALSE,,,,, -nut_butter.n.01,sliceable,0,1,FALSE,,,,, -nut_butter.n.01,slicer,0,0,FALSE,,,,, -nut_butter.n.01,soakable,0,0,FALSE,,,,, -okra.n.02,liquid,0,0,FALSE,,,,, -okra.n.02,heatSource,0,0,FALSE,,,,, -okra.n.02,fireSource,1,0,FALSE,,,,, -okra.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -okra.n.02,coldSource,0,0,FALSE,,,,, -okra.n.02,sliceable,0,1,FALSE,,,,, -okra.n.02,slicer,0,0,FALSE,,,,, -okra.n.02,soakable,0,0,FALSE,,,,, -old_fashioned.n.01,liquid,0,0,FALSE,,,,, -old_fashioned.n.01,heatSource,0,0,FALSE,,,,, -old_fashioned.n.01,fireSource,0,0,FALSE,,,,, -old_fashioned.n.01,cookable,0,0,FALSE,,,,, -old_fashioned.n.01,coldSource,0,0,FALSE,,,,, -old_fashioned.n.01,sliceable,0,0,FALSE,,,,, -old_fashioned.n.01,slicer,0,0,FALSE,,,,, -old_fashioned.n.01,soakable,0,0,FALSE,,,,, -overall.n.01,liquid,0,0,FALSE,,,,, -overall.n.01,heatSource,0,0,FALSE,,,,, -overall.n.01,fireSource,0,0,FALSE,,,,, -overall.n.01,cookable,0,0,FALSE,,,,, -overall.n.01,coldSource,0,0,FALSE,,,,, -overall.n.01,sliceable,0,0,FALSE,,,,, -overall.n.01,slicer,0,0,FALSE,,,,, -overall.n.01,soakable,1,0,FALSE,,,,, -solvent.n.01,liquid,1,1,FALSE,,,,, -solvent.n.01,heatSource,0,0,FALSE,,,,, -solvent.n.01,fireSource,0,0,FALSE,,,,, -solvent.n.01,cookable,0,0,FALSE,,,,, -solvent.n.01,coldSource,1,0,FALSE,,,,, -solvent.n.01,sliceable,0,0,FALSE,,,,, -solvent.n.01,slicer,0,0,FALSE,,,,, -solvent.n.01,soakable,0,0,FALSE,,,,, -passport.n.02,liquid,0,0,FALSE,,,,, -passport.n.02,heatSource,0,0,FALSE,,,,, -passport.n.02,fireSource,0,0,FALSE,,,,, -passport.n.02,cookable,0,0,FALSE,,,,, -passport.n.02,coldSource,0,0,FALSE,,,,, -passport.n.02,sliceable,0,0,FALSE,,,,, -passport.n.02,slicer,0,0,FALSE,,,,, -passport.n.02,soakable,0,1,FALSE,,,,, -penny.n.02,liquid,0,0,FALSE,,,,, -penny.n.02,heatSource,0,0,FALSE,,,,, -penny.n.02,fireSource,0,0,FALSE,,,,, -penny.n.02,cookable,0,0,FALSE,,,,, -penny.n.02,coldSource,0,0,FALSE,,,,, -penny.n.02,sliceable,0,0,FALSE,,,,, -penny.n.02,slicer,1,0,FALSE,,,,, -penny.n.02,soakable,0,0,FALSE,,,,, -petfood.n.01,liquid,0,0,FALSE,,,,, -petfood.n.01,heatSource,0,0,FALSE,,,,, -petfood.n.01,fireSource,1,0,FALSE,,,,, -petfood.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -petfood.n.01,coldSource,0,0,FALSE,,,,, -petfood.n.01,sliceable,0,0,FALSE,,,,, -petfood.n.01,slicer,0,0,FALSE,,,,, -petfood.n.01,soakable,0,0,FALSE,,,,, -hair.n.04,liquid,0,0,FALSE,,,,, -hair.n.04,heatSource,0,0,FALSE,,,,, -hair.n.04,fireSource,0,0,FALSE,,,,, -hair.n.04,cookable,0,0,FALSE,,,,, -hair.n.04,coldSource,0,0,FALSE,,,,, -hair.n.04,sliceable,0,0,FALSE,,,,, -hair.n.04,slicer,0,0,FALSE,,,,, -hair.n.04,soakable,0,0,FALSE,,,,, -salsa.n.01,liquid,0,0,FALSE,,,,, -salsa.n.01,heatSource,1,0,FALSE,,,,, -salsa.n.01,fireSource,1,0,FALSE,,,,, -salsa.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -salsa.n.01,coldSource,0,0,FALSE,,,,, -salsa.n.01,sliceable,0,0,FALSE,,,,, -salsa.n.01,slicer,0,0,FALSE,,,,, -salsa.n.01,soakable,0,0,FALSE,,,,, -pinecone.n.01,liquid,0,0,FALSE,,,,, -pinecone.n.01,heatSource,0,0,FALSE,,,,, -pinecone.n.01,fireSource,0,0,FALSE,,,,, -pinecone.n.01,cookable,0,0,FALSE,,,,, -pinecone.n.01,coldSource,0,0,FALSE,,,,, -pinecone.n.01,sliceable,0,0,FALSE,,,,, -pinecone.n.01,slicer,0,0,FALSE,,,,, -pinecone.n.01,soakable,0,0,FALSE,,,,, -pipe_cleaner.n.01,liquid,0,0,FALSE,,,,, -pipe_cleaner.n.01,heatSource,0,0,FALSE,,,,, -pipe_cleaner.n.01,fireSource,0,0,FALSE,,,,, -pipe_cleaner.n.01,cookable,0,0,FALSE,,,,, -pipe_cleaner.n.01,coldSource,0,0,FALSE,,,,, -pipe_cleaner.n.01,sliceable,0,0,FALSE,,,,, -pipe_cleaner.n.01,slicer,1,0,FALSE,,,,, -pipe_cleaner.n.01,soakable,0,0,FALSE,,,,, -pita.n.01,liquid,0,0,FALSE,,,,, -pita.n.01,heatSource,0,0,FALSE,,,,, -pita.n.01,fireSource,1,0,FALSE,,,,, -pita.n.01,cookable,0,1,TRUE,246,UNKNOWN,https://www.themediterraneandish.com/homemade-pita-bread-recipe/,, -pita.n.01,coldSource,1,0,FALSE,,,,, -pita.n.01,sliceable,0,1,FALSE,,,,, -pita.n.01,slicer,1,0,FALSE,,,,, -pita.n.01,soakable,1,1,FALSE,,,,, -pitchfork.n.01,liquid,0,0,FALSE,,,,, -pitchfork.n.01,heatSource,0,0,FALSE,,,,, -pitchfork.n.01,fireSource,0,0,FALSE,,,,, -pitchfork.n.01,cookable,0,0,FALSE,,,,, -pitchfork.n.01,coldSource,0,0,FALSE,,,,, -pitchfork.n.01,sliceable,0,0,FALSE,,,,, -pitchfork.n.01,slicer,1,0,FALSE,,,,, -pitchfork.n.01,soakable,0,0,FALSE,,,,, -ice_lolly.n.01,liquid,0,0,FALSE,,,,, -ice_lolly.n.01,heatSource,0,0,FALSE,,,,, -ice_lolly.n.01,fireSource,0,0,FALSE,,,,, -ice_lolly.n.01,cookable,1,0,FALSE,,,,, -ice_lolly.n.01,coldSource,0,0,FALSE,,,,, -ice_lolly.n.01,sliceable,0,0,FALSE,,,,, -ice_lolly.n.01,slicer,0,0,FALSE,,,,, -ice_lolly.n.01,soakable,0,0,FALSE,,,,, -mushroom.n.01,liquid,0,0,FALSE,,,,, -mushroom.n.01,heatSource,0,0,FALSE,,,,, -mushroom.n.01,fireSource,1,0,FALSE,,,,, -mushroom.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -mushroom.n.01,coldSource,0,0,FALSE,,,,, -mushroom.n.01,sliceable,0,1,FALSE,,,,, -mushroom.n.01,slicer,0,0,FALSE,,,,, -mushroom.n.01,soakable,0,0,FALSE,,,,, -price_tag.n.01,liquid,0,0,FALSE,,,,, -price_tag.n.01,heatSource,0,0,FALSE,,,,, -price_tag.n.01,fireSource,0,0,FALSE,,,,, -price_tag.n.01,cookable,0,0,FALSE,,,,, -price_tag.n.01,coldSource,0,0,FALSE,,,,, -price_tag.n.01,sliceable,0,0,FALSE,,,,, -price_tag.n.01,slicer,1,0,FALSE,,,,, -price_tag.n.01,soakable,0,0,FALSE,,,,, -pumpkin_seed.n.01,liquid,0,0,FALSE,,,,, -pumpkin_seed.n.01,heatSource,0,0,FALSE,,,,, -pumpkin_seed.n.01,fireSource,1,0,FALSE,,,,, -pumpkin_seed.n.01,cookable,0,1,TRUE,177,UNKNOWN,https://www.jessicagavin.com/how-to-roast-pumpkin-seeds/,, -pumpkin_seed.n.01,coldSource,0,0,FALSE,,,,, -pumpkin_seed.n.01,sliceable,0,0,FALSE,,,,, -pumpkin_seed.n.01,slicer,0,0,FALSE,,,,, -pumpkin_seed.n.01,soakable,0,0,FALSE,,,,, -refried_beans.n.01,liquid,0,0,FALSE,,,,, -refried_beans.n.01,heatSource,0,0,FALSE,,,,, -refried_beans.n.01,fireSource,1,0,FALSE,,,,, -refried_beans.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -refried_beans.n.01,coldSource,0,0,FALSE,,,,, -refried_beans.n.01,sliceable,0,0,FALSE,,,,, -refried_beans.n.01,slicer,0,0,FALSE,,,,, -refried_beans.n.01,soakable,0,0,FALSE,,,,, -risotto.n.01,liquid,0,0,FALSE,,,,, -risotto.n.01,heatSource,0,0,FALSE,,,,, -risotto.n.01,fireSource,1,0,FALSE,,,,, -risotto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -risotto.n.01,coldSource,1,0,FALSE,,,,, -risotto.n.01,sliceable,0,0,FALSE,,,,, -risotto.n.01,slicer,1,0,FALSE,,,,, -risotto.n.01,soakable,0,0,FALSE,,,,, -saffron.n.02,liquid,0,0,FALSE,,,,, -saffron.n.02,heatSource,0,0,FALSE,,,,, -saffron.n.02,fireSource,1,0,FALSE,,,,, -saffron.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -saffron.n.02,coldSource,0,0,FALSE,,,,, -saffron.n.02,sliceable,0,0,FALSE,,,,, -saffron.n.02,slicer,0,0,FALSE,,,,, -saffron.n.02,soakable,0,0,FALSE,,,,, -sage.n.02,liquid,0,0,FALSE,,,,, -sage.n.02,heatSource,0,0,FALSE,,,,, -sage.n.02,fireSource,1,0,FALSE,,,,, -sage.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sage.n.02,coldSource,0,0,FALSE,,,,, -sage.n.02,sliceable,0,0,FALSE,,,,, -sage.n.02,slicer,0,0,FALSE,,,,, -sage.n.02,soakable,0,0,FALSE,,,,, -scotch.n.02,liquid,1,1,FALSE,,,,, -scotch.n.02,heatSource,0,0,FALSE,,,,, -scotch.n.02,fireSource,0,0,FALSE,,,,, -scotch.n.02,cookable,0,0,FALSE,,,,, -scotch.n.02,coldSource,1,0,FALSE,,,,, -scotch.n.02,sliceable,0,0,FALSE,,,,, -scotch.n.02,slicer,1,0,FALSE,,,,, -scotch.n.02,soakable,0,0,FALSE,,,,, -sediment.n.01,liquid,0,0,FALSE,,,,, -sediment.n.01,heatSource,0,0,FALSE,,,,, -sediment.n.01,fireSource,0,0,FALSE,,,,, -sediment.n.01,cookable,0,0,FALSE,,,,, -sediment.n.01,coldSource,0,0,FALSE,,,,, -sediment.n.01,sliceable,0,0,FALSE,,,,, -sediment.n.01,slicer,0,0,FALSE,,,,, -sediment.n.01,soakable,0,0,FALSE,,,,, -shaving_cream.n.01,liquid,0,0,FALSE,,,,, -shaving_cream.n.01,heatSource,0,0,FALSE,,,,, -shaving_cream.n.01,fireSource,0,0,FALSE,,,,, -shaving_cream.n.01,cookable,0,0,FALSE,,,,, -shaving_cream.n.01,coldSource,1,0,FALSE,,,,, -shaving_cream.n.01,sliceable,0,0,FALSE,,,,, -shaving_cream.n.01,slicer,0,0,FALSE,,,,, -shaving_cream.n.01,soakable,0,0,FALSE,,,,, -sirloin.n.01,liquid,0,0,FALSE,,,,, -sirloin.n.01,heatSource,0,0,FALSE,,,,, -sirloin.n.01,fireSource,1,0,FALSE,,,,, -sirloin.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, -sirloin.n.01,coldSource,0,0,FALSE,,,,, -sirloin.n.01,sliceable,0,1,FALSE,,,,, -sirloin.n.01,slicer,0,0,FALSE,,,,, -sirloin.n.01,soakable,0,0,FALSE,,,,, -slacks.n.01,liquid,0,0,FALSE,,,,, -slacks.n.01,heatSource,0,0,FALSE,,,,, -slacks.n.01,fireSource,0,0,FALSE,,,,, -slacks.n.01,cookable,0,0,FALSE,,,,, -slacks.n.01,coldSource,0,0,FALSE,,,,, -slacks.n.01,sliceable,0,0,FALSE,,,,, -slacks.n.01,slicer,0,0,FALSE,,,,, -slacks.n.01,soakable,1,1,FALSE,,,,, -fire_alarm.n.02,liquid,0,0,FALSE,,,,, -fire_alarm.n.02,heatSource,0,0,FALSE,,,,, -fire_alarm.n.02,fireSource,0,0,FALSE,,,,, -fire_alarm.n.02,cookable,0,0,FALSE,,,,, -fire_alarm.n.02,coldSource,0,0,FALSE,,,,, -fire_alarm.n.02,sliceable,0,0,FALSE,,,,, -fire_alarm.n.02,slicer,1,0,FALSE,,,,, -fire_alarm.n.02,soakable,0,0,FALSE,,,,, -smoke_alarm.n.01,liquid,0,0,FALSE,,,,, -smoke_alarm.n.01,heatSource,0,0,FALSE,,,,, -smoke_alarm.n.01,fireSource,0,0,FALSE,,,,, -smoke_alarm.n.01,cookable,0,0,FALSE,,,,, -smoke_alarm.n.01,coldSource,0,0,FALSE,,,,, -smoke_alarm.n.01,sliceable,0,0,FALSE,,,,, -smoke_alarm.n.01,slicer,0,0,FALSE,,,,, -smoke_alarm.n.01,soakable,0,0,FALSE,,,,, -ski_boot.n.01,liquid,0,0,FALSE,,,,, -ski_boot.n.01,heatSource,0,0,FALSE,,,,, -ski_boot.n.01,fireSource,0,0,FALSE,,,,, -ski_boot.n.01,cookable,0,0,FALSE,,,,, -ski_boot.n.01,coldSource,0,0,FALSE,,,,, -ski_boot.n.01,sliceable,0,0,FALSE,,,,, -ski_boot.n.01,slicer,1,0,FALSE,,,,, -ski_boot.n.01,soakable,0,1,FALSE,,,,, -turf.n.01,liquid,0,0,FALSE,,,,, -turf.n.01,heatSource,0,0,FALSE,,,,, -turf.n.01,fireSource,0,0,FALSE,,,,, -turf.n.01,cookable,0,0,FALSE,,,,, -turf.n.01,coldSource,0,0,FALSE,,,,, -turf.n.01,sliceable,0,0,FALSE,,,,, -turf.n.01,slicer,0,0,FALSE,,,,, -turf.n.01,soakable,0,0,FALSE,,,,, -soup_bowl.n.01,liquid,0,0,FALSE,,,,, -soup_bowl.n.01,heatSource,0,0,FALSE,,,,, -soup_bowl.n.01,fireSource,0,0,FALSE,,,,, -soup_bowl.n.01,cookable,0,0,FALSE,,,,, -soup_bowl.n.01,coldSource,1,0,FALSE,,,,, -soup_bowl.n.01,sliceable,0,0,FALSE,,,,, -soup_bowl.n.01,slicer,0,0,FALSE,,,,, -soup_bowl.n.01,soakable,0,0,FALSE,,,,, -spark_plug.n.01,liquid,0,0,FALSE,,,,, -spark_plug.n.01,heatSource,0,0,FALSE,,,,, -spark_plug.n.01,fireSource,0,0,FALSE,,,,, -spark_plug.n.01,cookable,0,0,FALSE,,,,, -spark_plug.n.01,coldSource,0,0,FALSE,,,,, -spark_plug.n.01,sliceable,0,0,FALSE,,,,, -spark_plug.n.01,slicer,1,0,FALSE,,,,, -spark_plug.n.01,soakable,0,0,FALSE,,,,, -tap.n.06,liquid,0,0,FALSE,,,,, -tap.n.06,heatSource,0,0,FALSE,,,,, -tap.n.06,fireSource,0,0,FALSE,,,,, -tap.n.06,cookable,0,0,FALSE,,,,, -tap.n.06,coldSource,0,0,FALSE,,,,, -tap.n.06,sliceable,0,0,FALSE,,,,, -tap.n.06,slicer,0,0,FALSE,,,,, -tap.n.06,soakable,0,0,FALSE,,,,, -squid.n.01,liquid,0,0,FALSE,,,,, -squid.n.01,heatSource,0,0,FALSE,,,,, -squid.n.01,fireSource,1,0,FALSE,,,,, -squid.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, -squid.n.01,coldSource,0,0,FALSE,,,,, -squid.n.01,sliceable,0,1,FALSE,,,,, -squid.n.01,slicer,0,0,FALSE,,,,, -squid.n.01,soakable,0,0,FALSE,,,,, -staple_gun.n.01,liquid,0,0,FALSE,,,,, -staple_gun.n.01,heatSource,0,0,FALSE,,,,, -staple_gun.n.01,fireSource,0,0,FALSE,,,,, -staple_gun.n.01,cookable,0,0,FALSE,,,,, -staple_gun.n.01,coldSource,0,0,FALSE,,,,, -staple_gun.n.01,sliceable,0,0,FALSE,,,,, -staple_gun.n.01,slicer,1,0,FALSE,,,,, -staple_gun.n.01,soakable,0,0,FALSE,,,,, -stencil.n.01,liquid,0,0,FALSE,,,,, -stencil.n.01,heatSource,0,0,FALSE,,,,, -stencil.n.01,fireSource,0,0,FALSE,,,,, -stencil.n.01,cookable,0,0,FALSE,,,,, -stencil.n.01,coldSource,0,0,FALSE,,,,, -stencil.n.01,sliceable,0,0,FALSE,,,,, -stencil.n.01,slicer,1,0,FALSE,,,,, -stencil.n.01,soakable,0,0,FALSE,,,,, -stereo.n.01,liquid,0,0,FALSE,,,,, -stereo.n.01,heatSource,0,0,FALSE,,,,, -stereo.n.01,fireSource,0,0,FALSE,,,,, -stereo.n.01,cookable,0,0,FALSE,,,,, -stereo.n.01,coldSource,0,0,FALSE,,,,, -stereo.n.01,sliceable,0,0,FALSE,,,,, -stereo.n.01,slicer,1,0,FALSE,,,,, -stereo.n.01,soakable,0,0,FALSE,,,,, -baby_buggy.n.01,liquid,0,0,FALSE,,,,, -baby_buggy.n.01,heatSource,0,0,FALSE,,,,, -baby_buggy.n.01,fireSource,0,0,FALSE,,,,, -baby_buggy.n.01,cookable,0,0,FALSE,,,,, -baby_buggy.n.01,coldSource,0,0,FALSE,,,,, -baby_buggy.n.01,sliceable,0,0,FALSE,,,,, -baby_buggy.n.01,slicer,0,0,FALSE,,,,, -baby_buggy.n.01,soakable,1,0,FALSE,,,,, -sunflower.n.01,liquid,0,0,FALSE,,,,, -sunflower.n.01,heatSource,0,0,FALSE,,,,, -sunflower.n.01,fireSource,0,0,FALSE,,,,, -sunflower.n.01,cookable,0,0,FALSE,,,,, -sunflower.n.01,coldSource,1,0,FALSE,,,,, -sunflower.n.01,sliceable,0,1,FALSE,,,,, -sunflower.n.01,slicer,1,0,FALSE,,,,, -sunflower.n.01,soakable,0,0,FALSE,,,,, -sport_utility.n.01,liquid,0,0,FALSE,,,,, -sport_utility.n.01,heatSource,0,0,FALSE,,,,, -sport_utility.n.01,fireSource,0,0,FALSE,,,,, -sport_utility.n.01,cookable,0,0,FALSE,,,,, -sport_utility.n.01,coldSource,0,0,FALSE,,,,, -sport_utility.n.01,sliceable,0,0,FALSE,,,,, -sport_utility.n.01,slicer,0,0,FALSE,,,,, -sport_utility.n.01,soakable,0,0,FALSE,,,,, -tackle.n.03,liquid,0,0,FALSE,,,,, -tackle.n.03,heatSource,0,0,FALSE,,,,, -tackle.n.03,fireSource,0,0,FALSE,,,,, -tackle.n.03,cookable,0,0,FALSE,,,,, -tackle.n.03,coldSource,0,0,FALSE,,,,, -tackle.n.03,sliceable,0,0,FALSE,,,,, -tackle.n.03,slicer,1,0,FALSE,,,,, -tackle.n.03,soakable,0,0,FALSE,,,,, -tenderloin.n.02,liquid,0,0,FALSE,,,,, -tenderloin.n.02,heatSource,0,0,FALSE,,,,, -tenderloin.n.02,fireSource,1,0,FALSE,,,,, -tenderloin.n.02,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -tenderloin.n.02,coldSource,0,0,FALSE,,,,, -tenderloin.n.02,sliceable,0,1,FALSE,,,,, -tenderloin.n.02,slicer,0,0,FALSE,,,,, -tenderloin.n.02,soakable,0,0,FALSE,,,,, -tequila.n.01,liquid,1,1,FALSE,,,,, -tequila.n.01,heatSource,0,0,FALSE,,,,, -tequila.n.01,fireSource,0,0,FALSE,,,,, -tequila.n.01,cookable,0,0,FALSE,,,,, -tequila.n.01,coldSource,1,0,FALSE,,,,, -tequila.n.01,sliceable,0,0,FALSE,,,,, -tequila.n.01,slicer,0,0,FALSE,,,,, -tequila.n.01,soakable,0,0,FALSE,,,,, -textbook.n.01,liquid,0,0,FALSE,,,,, -textbook.n.01,heatSource,0,0,FALSE,,,,, -textbook.n.01,fireSource,0,0,FALSE,,,,, -textbook.n.01,cookable,0,0,FALSE,,,,, -textbook.n.01,coldSource,0,0,FALSE,,,,, -textbook.n.01,sliceable,0,0,FALSE,,,,, -textbook.n.01,slicer,1,0,FALSE,,,,, -textbook.n.01,soakable,0,1,FALSE,,,,, -tortilla_chip.n.01,liquid,0,0,FALSE,,,,, -tortilla_chip.n.01,heatSource,0,0,FALSE,,,,, -tortilla_chip.n.01,fireSource,0,0,FALSE,,,,, -tortilla_chip.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -tortilla_chip.n.01,coldSource,0,0,FALSE,,,,, -tortilla_chip.n.01,sliceable,0,1,FALSE,,,,, -tortilla_chip.n.01,slicer,1,0,FALSE,,,,, -tortilla_chip.n.01,soakable,0,1,FALSE,,,,, -snack.n.01,liquid,0,0,FALSE,,,,, -snack.n.01,heatSource,0,0,FALSE,,,,, -snack.n.01,fireSource,1,0,FALSE,,,,, -snack.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -snack.n.01,coldSource,0,0,FALSE,,,,, -snack.n.01,sliceable,1,1,FALSE,,,,, -snack.n.01,slicer,0,0,FALSE,,,,, -snack.n.01,soakable,0,0,FALSE,,,,, -trap.n.01,liquid,0,0,FALSE,,,,, -trap.n.01,heatSource,0,0,FALSE,,,,, -trap.n.01,fireSource,0,0,FALSE,,,,, -trap.n.01,cookable,0,0,FALSE,,,,, -trap.n.01,coldSource,0,0,FALSE,,,,, -trap.n.01,sliceable,0,0,FALSE,,,,, -trap.n.01,slicer,0,0,FALSE,,,,, -trap.n.01,soakable,0,0,FALSE,,,,, -trimmer.n.02,liquid,0,0,FALSE,,,,, -trimmer.n.02,heatSource,0,0,FALSE,,,,, -trimmer.n.02,fireSource,0,0,FALSE,,,,, -trimmer.n.02,cookable,0,0,FALSE,,,,, -trimmer.n.02,coldSource,0,0,FALSE,,,,, -trimmer.n.02,sliceable,0,0,FALSE,,,,, -trimmer.n.02,slicer,1,1,FALSE,,,,, -trimmer.n.02,soakable,0,0,FALSE,,,,, -tuber.n.01,liquid,0,0,FALSE,,,,, -tuber.n.01,heatSource,0,0,FALSE,,,,, -tuber.n.01,fireSource,1,0,FALSE,,,,, -tuber.n.01,cookable,0,1,TRUE,200,UNKNOWN,https://www.theculinarypro.com/dried-legumes-cooking-methods,, -tuber.n.01,coldSource,0,0,FALSE,,,,, -tuber.n.01,sliceable,0,1,FALSE,,,,, -tuber.n.01,slicer,0,0,FALSE,,,,, -tuber.n.01,soakable,0,0,FALSE,,,,, -tulip.n.01,liquid,0,0,FALSE,,,,, -tulip.n.01,heatSource,0,0,FALSE,,,,, -tulip.n.01,fireSource,0,0,FALSE,,,,, -tulip.n.01,cookable,0,0,FALSE,,,,, -tulip.n.01,coldSource,0,0,FALSE,,,,, -tulip.n.01,sliceable,0,1,FALSE,,,,, -tulip.n.01,slicer,1,0,FALSE,,,,, -tulip.n.01,soakable,0,0,FALSE,,,,, -turmeric.n.02,liquid,0,0,FALSE,,,,, -turmeric.n.02,heatSource,0,0,FALSE,,,,, -turmeric.n.02,fireSource,1,0,FALSE,,,,, -turmeric.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -turmeric.n.02,coldSource,0,0,FALSE,,,,, -turmeric.n.02,sliceable,0,1,FALSE,,,,, -turmeric.n.02,slicer,0,0,FALSE,,,,, -turmeric.n.02,soakable,0,0,FALSE,,,,, -turtleneck.n.01,liquid,0,0,FALSE,,,,, -turtleneck.n.01,heatSource,0,0,FALSE,,,,, -turtleneck.n.01,fireSource,0,0,FALSE,,,,, -turtleneck.n.01,cookable,0,0,FALSE,,,,, -turtleneck.n.01,coldSource,0,0,FALSE,,,,, -turtleneck.n.01,sliceable,0,0,FALSE,,,,, -turtleneck.n.01,slicer,0,0,FALSE,,,,, -turtleneck.n.01,soakable,1,1,FALSE,,,,, -varnish.n.01,liquid,0,1,FALSE,,,,, -varnish.n.01,heatSource,0,0,FALSE,,,,, -varnish.n.01,fireSource,0,0,FALSE,,,,, -varnish.n.01,cookable,0,0,FALSE,,,,, -varnish.n.01,coldSource,1,0,FALSE,,,,, -varnish.n.01,sliceable,0,0,FALSE,,,,, -varnish.n.01,slicer,1,0,FALSE,,,,, -varnish.n.01,soakable,0,0,FALSE,,,,, -wagon.n.04,liquid,0,0,FALSE,,,,, -wagon.n.04,heatSource,0,0,FALSE,,,,, -wagon.n.04,fireSource,0,0,FALSE,,,,, -wagon.n.04,cookable,0,0,FALSE,,,,, -wagon.n.04,coldSource,0,0,FALSE,,,,, -wagon.n.04,sliceable,0,0,FALSE,,,,, -wagon.n.04,slicer,1,0,FALSE,,,,, -wagon.n.04,soakable,0,0,FALSE,,,,, -wallpaper.n.01,liquid,0,0,FALSE,,,,, -wallpaper.n.01,heatSource,0,0,FALSE,,,,, -wallpaper.n.01,fireSource,0,0,FALSE,,,,, -wallpaper.n.01,cookable,0,0,FALSE,,,,, -wallpaper.n.01,coldSource,0,0,FALSE,,,,, -wallpaper.n.01,sliceable,0,0,FALSE,,,,, -wallpaper.n.01,slicer,0,0,FALSE,,,,, -wallpaper.n.01,soakable,0,1,FALSE,,,,, -pepper.n.01,liquid,0,0,FALSE,,,,, -pepper.n.01,heatSource,0,0,FALSE,,,,, -pepper.n.01,fireSource,1,0,FALSE,,,,, -pepper.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pepper.n.01,coldSource,0,0,FALSE,,,,, -pepper.n.01,sliceable,0,1,FALSE,,,,, -pepper.n.01,slicer,0,0,FALSE,,,,, -pepper.n.01,soakable,0,0,FALSE,,,,, -wine_bottle.n.0,liquid,0,0,FALSE,,,,, -wine_bottle.n.0,heatSource,0,0,FALSE,,,,, -wine_bottle.n.0,fireSource,0,0,FALSE,,,,, -wine_bottle.n.0,cookable,0,0,FALSE,,,,, -wine_bottle.n.0,coldSource,1,0,FALSE,,,,, -wine_bottle.n.0,sliceable,0,0,FALSE,,,,, -wine_bottle.n.0,slicer,0,0,FALSE,,,,, -wine_bottle.n.0,soakable,0,0,FALSE,,,,, -air_conditioner.n.01,liquid,0,0,FALSE,,,,, -air_conditioner.n.01,heatSource,0,1,FALSE,,,,, -air_conditioner.n.01,fireSource,0,0,FALSE,,,,, -air_conditioner.n.01,cookable,1,0,FALSE,,,,, -air_conditioner.n.01,coldSource,0,1,FALSE,,,,, -air_conditioner.n.01,sliceable,0,0,FALSE,,,,, -air_conditioner.n.01,slicer,1,0,FALSE,,,,, -air_conditioner.n.01,soakable,0,0,FALSE,,,,, -garlic_bread.n.01,liquid,0,0,FALSE,,,,, -garlic_bread.n.01,heatSource,1,0,FALSE,,,,, -garlic_bread.n.01,fireSource,1,0,FALSE,,,,, -garlic_bread.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.delish.com/cooking/recipe-ideas/a24803098/easy-garlic-bread-recipe/,, -garlic_bread.n.01,coldSource,0,0,FALSE,,,,, -garlic_bread.n.01,sliceable,0,1,FALSE,,,,, -garlic_bread.n.01,slicer,1,0,FALSE,,,,, -garlic_bread.n.01,soakable,0,0,FALSE,,,,, -gas_tank.n.01,liquid,0,0,FALSE,,,,, -gas_tank.n.01,heatSource,0,0,FALSE,,,,, -gas_tank.n.01,fireSource,0,0,FALSE,,,,, -gas_tank.n.01,cookable,0,0,FALSE,,,,, -gas_tank.n.01,coldSource,1,0,FALSE,,,,, -gas_tank.n.01,sliceable,0,0,FALSE,,,,, -gas_tank.n.01,slicer,1,0,FALSE,,,,, -gas_tank.n.01,soakable,0,0,FALSE,,,,, -gauge.n.01,liquid,0,0,FALSE,,,,, -gauge.n.01,heatSource,0,0,FALSE,,,,, -gauge.n.01,fireSource,0,0,FALSE,,,,, -gauge.n.01,cookable,0,0,FALSE,,,,, -gauge.n.01,coldSource,1,0,FALSE,,,,, -gauge.n.01,sliceable,0,0,FALSE,,,,, -gauge.n.01,slicer,1,0,FALSE,,,,, -gauge.n.01,soakable,0,0,FALSE,,,,, -gelatin.n.02,liquid,0,0,FALSE,,,,, -gelatin.n.02,heatSource,0,0,FALSE,,,,, -gelatin.n.02,fireSource,1,0,FALSE,,,,, -gelatin.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -gelatin.n.02,coldSource,0,0,FALSE,,,,, -gelatin.n.02,sliceable,0,1,FALSE,,,,, -gelatin.n.02,slicer,0,0,FALSE,,,,, -gelatin.n.02,soakable,1,0,FALSE,,,,, -party_favor.n.01,liquid,0,0,FALSE,,,,, -party_favor.n.01,heatSource,0,0,FALSE,,,,, -party_favor.n.01,fireSource,0,0,FALSE,,,,, -party_favor.n.01,cookable,0,0,FALSE,,,,, -party_favor.n.01,coldSource,0,0,FALSE,,,,, -party_favor.n.01,sliceable,0,0,FALSE,,,,, -party_favor.n.01,slicer,0,0,FALSE,,,,, -party_favor.n.01,soakable,0,0,FALSE,,,,, -goblet.n.01,liquid,0,0,FALSE,,,,, -goblet.n.01,heatSource,0,0,FALSE,,,,, -goblet.n.01,fireSource,0,0,FALSE,,,,, -goblet.n.01,cookable,0,0,FALSE,,,,, -goblet.n.01,coldSource,1,0,FALSE,,,,, -goblet.n.01,sliceable,0,0,FALSE,,,,, -goblet.n.01,slicer,1,0,FALSE,,,,, -goblet.n.01,soakable,0,0,FALSE,,,,, -golf_club.n.02,liquid,0,0,FALSE,,,,, -golf_club.n.02,heatSource,0,0,FALSE,,,,, -golf_club.n.02,fireSource,0,0,FALSE,,,,, -golf_club.n.02,cookable,0,0,FALSE,,,,, -golf_club.n.02,coldSource,0,0,FALSE,,,,, -golf_club.n.02,sliceable,0,0,FALSE,,,,, -golf_club.n.02,slicer,0,0,FALSE,,,,, -golf_club.n.02,soakable,0,0,FALSE,,,,, -grapefruit.n.02,liquid,0,0,FALSE,,,,, -grapefruit.n.02,heatSource,0,0,FALSE,,,,, -grapefruit.n.02,fireSource,0,0,FALSE,,,,, -grapefruit.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -grapefruit.n.02,coldSource,0,0,FALSE,,,,, -grapefruit.n.02,sliceable,0,1,FALSE,,,,, -grapefruit.n.02,slicer,0,0,FALSE,,,,, -grapefruit.n.02,soakable,0,0,FALSE,,,,, -coffee_grounds.n.01,liquid,0,0,FALSE,,,,, -coffee_grounds.n.01,heatSource,0,0,FALSE,,,,, -coffee_grounds.n.01,fireSource,0,0,FALSE,,,,, -coffee_grounds.n.01,cookable,0,1,TRUE,N/A,250,,"https://muertoscoffeeco.com/blogs/news/how-to-roast-coffee-beans#:~:text=The%20longer%20they%20roast%2C%20the,12%20hours%20before%20storing%20them.", -coffee_grounds.n.01,coldSource,0,0,FALSE,,,,, -coffee_grounds.n.01,sliceable,0,0,FALSE,,,,, -coffee_grounds.n.01,slicer,0,0,FALSE,,,,, -coffee_grounds.n.01,soakable,0,0,FALSE,,,,, -powdered_ginger.n.01,liquid,0,0,FALSE,,,,, -powdered_ginger.n.01,heatSource,0,0,FALSE,,,,, -powdered_ginger.n.01,fireSource,0,0,FALSE,,,,, -powdered_ginger.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -powdered_ginger.n.01,coldSource,0,0,FALSE,,,,, -powdered_ginger.n.01,sliceable,0,0,FALSE,,,,, -powdered_ginger.n.01,slicer,0,0,FALSE,,,,, -powdered_ginger.n.01,soakable,0,0,FALSE,,,,, -gun.n.01,liquid,0,0,FALSE,,,,, -gun.n.01,heatSource,0,0,FALSE,,,,, -gun.n.01,fireSource,0,0,FALSE,,,,, -gun.n.01,cookable,0,0,FALSE,,,,, -gun.n.01,coldSource,0,0,FALSE,,,,, -gun.n.01,sliceable,0,0,FALSE,,,,, -gun.n.01,slicer,1,0,FALSE,,,,, -gun.n.01,soakable,0,0,FALSE,,,,, -action_mechanism.n.01,liquid,0,0,FALSE,,,,, -action_mechanism.n.01,heatSource,0,0,FALSE,,,,, -action_mechanism.n.01,fireSource,0,0,FALSE,,,,, -action_mechanism.n.01,cookable,0,0,FALSE,,,,, -action_mechanism.n.01,coldSource,0,0,FALSE,,,,, -action_mechanism.n.01,sliceable,0,0,FALSE,,,,, -action_mechanism.n.01,slicer,0,0,FALSE,,,,, -action_mechanism.n.01,soakable,0,0,FALSE,,,,, -handkerchief.n.01,liquid,0,0,FALSE,,,,, -handkerchief.n.01,heatSource,0,0,FALSE,,,,, -handkerchief.n.01,fireSource,0,0,FALSE,,,,, -handkerchief.n.01,cookable,0,0,FALSE,,,,, -handkerchief.n.01,coldSource,0,0,FALSE,,,,, -handkerchief.n.01,sliceable,0,0,FALSE,,,,, -handkerchief.n.01,slicer,0,0,FALSE,,,,, -handkerchief.n.01,soakable,1,1,FALSE,,,,, -harness.n.01,liquid,0,0,FALSE,,,,, -harness.n.01,heatSource,0,0,FALSE,,,,, -harness.n.01,fireSource,0,0,FALSE,,,,, -harness.n.01,cookable,0,0,FALSE,,,,, -harness.n.01,coldSource,0,0,FALSE,,,,, -harness.n.01,sliceable,0,0,FALSE,,,,, -harness.n.01,slicer,0,0,FALSE,,,,, -harness.n.01,soakable,0,0,FALSE,,,,, -home_fries.n.01,liquid,0,0,FALSE,,,,, -home_fries.n.01,heatSource,1,0,FALSE,,,,, -home_fries.n.01,fireSource,1,0,FALSE,,,,, -home_fries.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -home_fries.n.01,coldSource,0,0,FALSE,,,,, -home_fries.n.01,sliceable,0,1,FALSE,,,,, -home_fries.n.01,slicer,1,0,FALSE,,,,, -home_fries.n.01,soakable,0,0,FALSE,,,,, -hay.n.01,liquid,0,0,FALSE,,,,, -hay.n.01,heatSource,0,0,FALSE,,,,, -hay.n.01,fireSource,0,0,FALSE,,,,, -hay.n.01,cookable,0,0,FALSE,,,,, -hay.n.01,coldSource,0,0,FALSE,,,,, -hay.n.01,sliceable,0,0,FALSE,,,,, -hay.n.01,slicer,0,0,FALSE,,,,, -hay.n.01,soakable,0,1,FALSE,,,,, -hockey_stick.n.01,liquid,0,0,FALSE,,,,, -hockey_stick.n.01,heatSource,0,0,FALSE,,,,, -hockey_stick.n.01,fireSource,0,0,FALSE,,,,, -hockey_stick.n.01,cookable,0,0,FALSE,,,,, -hockey_stick.n.01,coldSource,0,0,FALSE,,,,, -hockey_stick.n.01,sliceable,0,0,FALSE,,,,, -hockey_stick.n.01,slicer,1,0,FALSE,,,,, -hockey_stick.n.01,soakable,0,0,FALSE,,,,, -holly.n.01,liquid,0,0,FALSE,,,,, -holly.n.01,heatSource,0,0,FALSE,,,,, -holly.n.01,fireSource,0,0,FALSE,,,,, -holly.n.01,cookable,0,0,FALSE,,,,, -holly.n.01,coldSource,0,0,FALSE,,,,, -holly.n.01,sliceable,0,1,FALSE,,,,, -holly.n.01,slicer,0,0,FALSE,,,,, -holly.n.01,soakable,0,0,FALSE,,,,, -sweatshirt.n.01,liquid,0,0,FALSE,,,,, -sweatshirt.n.01,heatSource,0,0,FALSE,,,,, -sweatshirt.n.01,fireSource,0,0,FALSE,,,,, -sweatshirt.n.01,cookable,0,0,FALSE,,,,, -sweatshirt.n.01,coldSource,0,0,FALSE,,,,, -sweatshirt.n.01,sliceable,0,0,FALSE,,,,, -sweatshirt.n.01,slicer,1,0,FALSE,,,,, -sweatshirt.n.01,soakable,1,1,FALSE,,,,, -ice_maker.n.01,liquid,0,0,FALSE,,,,, -ice_maker.n.01,heatSource,0,0,FALSE,,,,, -ice_maker.n.01,fireSource,0,0,FALSE,,,,, -ice_maker.n.01,cookable,1,0,FALSE,,,,, -ice_maker.n.01,coldSource,0,1,FALSE,,,,, -ice_maker.n.01,sliceable,0,0,FALSE,,,,, -ice_maker.n.01,slicer,1,0,FALSE,,,,, -ice_maker.n.01,soakable,0,0,FALSE,,,,, -musical_instrument.n.01,liquid,0,0,FALSE,,,,, -musical_instrument.n.01,heatSource,0,0,FALSE,,,,, -musical_instrument.n.01,fireSource,0,0,FALSE,,,,, -musical_instrument.n.01,cookable,0,0,FALSE,,,,, -musical_instrument.n.01,coldSource,0,0,FALSE,,,,, -musical_instrument.n.01,sliceable,0,0,FALSE,,,,, -musical_instrument.n.01,slicer,0,0,FALSE,,,,, -musical_instrument.n.01,soakable,0,0,FALSE,,,,, -mobile_phone.n.01,liquid,0,0,FALSE,,,,, -mobile_phone.n.01,heatSource,0,0,FALSE,,,,, -mobile_phone.n.01,fireSource,0,0,FALSE,,,,, -mobile_phone.n.01,cookable,0,0,FALSE,,,,, -mobile_phone.n.01,coldSource,0,0,FALSE,,,,, -mobile_phone.n.01,sliceable,0,0,FALSE,,,,, -mobile_phone.n.01,slicer,1,0,FALSE,,,,, -mobile_phone.n.01,soakable,1,0,FALSE,,,,, -isopropyl_alcohol.n.01,liquid,1,1,FALSE,,,,, -isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,cookable,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,slicer,0,0,FALSE,,,,, -isopropyl_alcohol.n.01,soakable,0,0,FALSE,,,,, -kayak.n.01,liquid,0,0,FALSE,,,,, -kayak.n.01,heatSource,0,0,FALSE,,,,, -kayak.n.01,fireSource,0,0,FALSE,,,,, -kayak.n.01,cookable,0,0,FALSE,,,,, -kayak.n.01,coldSource,0,0,FALSE,,,,, -kayak.n.01,sliceable,0,0,FALSE,,,,, -kayak.n.01,slicer,1,0,FALSE,,,,, -kayak.n.01,soakable,0,0,FALSE,,,,, -booth.n.02,liquid,0,0,FALSE,,,,, -booth.n.02,heatSource,0,0,FALSE,,,,, -booth.n.02,fireSource,0,0,FALSE,,,,, -booth.n.02,cookable,0,0,FALSE,,,,, -booth.n.02,coldSource,0,0,FALSE,,,,, -booth.n.02,sliceable,0,0,FALSE,,,,, -booth.n.02,slicer,1,0,FALSE,,,,, -booth.n.02,soakable,0,0,FALSE,,,,, -laminate.n.01,liquid,0,0,FALSE,,,,, -laminate.n.01,heatSource,0,0,FALSE,,,,, -laminate.n.01,fireSource,0,0,FALSE,,,,, -laminate.n.01,cookable,0,0,FALSE,,,,, -laminate.n.01,coldSource,0,0,FALSE,,,,, -laminate.n.01,sliceable,0,0,FALSE,,,,, -laminate.n.01,slicer,1,0,FALSE,,,,, -laminate.n.01,soakable,1,1,FALSE,,,,, -lampshade.n.01,liquid,0,0,FALSE,,,,, -lampshade.n.01,heatSource,0,0,FALSE,,,,, -lampshade.n.01,fireSource,0,0,FALSE,,,,, -lampshade.n.01,cookable,0,0,FALSE,,,,, -lampshade.n.01,coldSource,0,0,FALSE,,,,, -lampshade.n.01,sliceable,0,0,FALSE,,,,, -lampshade.n.01,slicer,1,0,FALSE,,,,, -lampshade.n.01,soakable,0,1,FALSE,,,,, -lavender.n.01,liquid,0,0,FALSE,,,,, -lavender.n.01,heatSource,0,0,FALSE,,,,, -lavender.n.01,fireSource,0,0,FALSE,,,,, -lavender.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -lavender.n.01,coldSource,0,0,FALSE,,,,, -lavender.n.01,sliceable,0,0,FALSE,,,,, -lavender.n.01,slicer,0,0,FALSE,,,,, -lavender.n.01,soakable,0,0,FALSE,,,,, -spike_lavender.n.01,liquid,0,0,FALSE,,,,, -spike_lavender.n.01,heatSource,0,0,FALSE,,,,, -spike_lavender.n.01,fireSource,0,0,FALSE,,,,, -spike_lavender.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -spike_lavender.n.01,coldSource,0,0,FALSE,,,,, -spike_lavender.n.01,sliceable,0,0,FALSE,,,,, -spike_lavender.n.01,slicer,0,0,FALSE,,,,, -spike_lavender.n.01,soakable,0,0,FALSE,,,,, -soft_drink.n.01,liquid,1,1,FALSE,,,,, -soft_drink.n.01,heatSource,0,0,FALSE,,,,, -soft_drink.n.01,fireSource,0,0,FALSE,,,,, -soft_drink.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -soft_drink.n.01,coldSource,0,0,FALSE,,,,, -soft_drink.n.01,sliceable,0,0,FALSE,,,,, -soft_drink.n.01,slicer,0,0,FALSE,,,,, -soft_drink.n.01,soakable,0,0,FALSE,,,,, -limestone.n.01,liquid,0,0,FALSE,,,,, -limestone.n.01,heatSource,0,0,FALSE,,,,, -limestone.n.01,fireSource,0,0,FALSE,,,,, -limestone.n.01,cookable,0,0,FALSE,,,,, -limestone.n.01,coldSource,0,0,FALSE,,,,, -limestone.n.01,sliceable,0,0,FALSE,,,,, -limestone.n.01,slicer,0,0,FALSE,,,,, -limestone.n.01,soakable,0,0,FALSE,,,,, -linseed_oil.n.01,liquid,0,0,FALSE,,,,, -linseed_oil.n.01,heatSource,0,0,FALSE,,,,, -linseed_oil.n.01,fireSource,0,1,FALSE,,,,, -linseed_oil.n.01,cookable,0,0,FALSE,,,,, -linseed_oil.n.01,coldSource,0,0,FALSE,,,,, -linseed_oil.n.01,sliceable,0,0,FALSE,,,,, -linseed_oil.n.01,slicer,0,0,FALSE,,,,, -linseed_oil.n.01,soakable,0,0,FALSE,,,,, -bait.n.01,liquid,1,0,FALSE,,,,, -bait.n.01,heatSource,0,0,FALSE,,,,, -bait.n.01,fireSource,1,0,FALSE,,,,, -bait.n.01,cookable,0,0,FALSE,,,,, -bait.n.01,coldSource,1,0,FALSE,,,,, -bait.n.01,sliceable,0,0,FALSE,,,,, -bait.n.01,slicer,0,0,FALSE,,,,, -bait.n.01,soakable,1,0,FALSE,,,,, -macaroni.n.02,liquid,0,0,FALSE,,,,, -macaroni.n.02,heatSource,0,0,FALSE,,,,, -macaroni.n.02,fireSource,1,0,FALSE,,,,, -macaroni.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://www.jessicagavin.com/how-to-cook-pasta/,, -macaroni.n.02,coldSource,0,0,FALSE,,,,, -macaroni.n.02,sliceable,0,1,FALSE,,,,, -macaroni.n.02,slicer,0,0,FALSE,,,,, -macaroni.n.02,soakable,0,1,FALSE,,,,, -map.n.01,liquid,0,0,FALSE,,,,, -map.n.01,heatSource,0,0,FALSE,,,,, -map.n.01,fireSource,0,0,FALSE,,,,, -map.n.01,cookable,0,0,FALSE,,,,, -map.n.01,coldSource,0,0,FALSE,,,,, -map.n.01,sliceable,0,0,FALSE,,,,, -map.n.01,slicer,1,0,FALSE,,,,, -map.n.01,soakable,1,1,FALSE,,,,, -green_tea.n.01,liquid,0,1,FALSE,,,,, -green_tea.n.01,heatSource,0,0,FALSE,,,,, -green_tea.n.01,fireSource,0,0,FALSE,,,,, -green_tea.n.01,cookable,0,1,TRUE,82,UNKNOWN,"https://itoen.com/blogs/brewguides/how-to-brew-at-the-right-temperature#:~:text=Sencha%20(classic)%20green%20tea%20is,of%20tea%20into%20the%20teapot.",, -green_tea.n.01,coldSource,0,0,FALSE,,,,, -green_tea.n.01,sliceable,0,0,FALSE,,,,, -green_tea.n.01,slicer,0,0,FALSE,,,,, -green_tea.n.01,soakable,0,0,FALSE,,,,, -mattress_cover.n.01,liquid,0,0,FALSE,,,,, -mattress_cover.n.01,heatSource,0,0,FALSE,,,,, -mattress_cover.n.01,fireSource,0,0,FALSE,,,,, -mattress_cover.n.01,cookable,0,0,FALSE,,,,, -mattress_cover.n.01,coldSource,0,0,FALSE,,,,, -mattress_cover.n.01,sliceable,0,0,FALSE,,,,, -mattress_cover.n.01,slicer,0,0,FALSE,,,,, -mattress_cover.n.01,soakable,1,1,FALSE,,,,, -meringue.n.01,liquid,0,0,FALSE,,,,, -meringue.n.01,heatSource,0,0,FALSE,,,,, -meringue.n.01,fireSource,1,0,FALSE,,,,, -meringue.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -meringue.n.01,coldSource,0,0,FALSE,,,,, -meringue.n.01,sliceable,0,1,FALSE,,,,, -meringue.n.01,slicer,1,0,FALSE,,,,, -meringue.n.01,soakable,1,0,FALSE,,,,, -mixing_bowl.n.01,liquid,0,0,FALSE,,,,, -mixing_bowl.n.01,heatSource,0,0,FALSE,,,,, -mixing_bowl.n.01,fireSource,0,0,FALSE,,,,, -mixing_bowl.n.01,cookable,0,0,FALSE,,,,, -mixing_bowl.n.01,coldSource,1,0,FALSE,,,,, -mixing_bowl.n.01,sliceable,0,0,FALSE,,,,, -mixing_bowl.n.01,slicer,1,0,FALSE,,,,, -mixing_bowl.n.01,soakable,0,0,FALSE,,,,, -cocktail.n.01,liquid,1,1,FALSE,,,,, -cocktail.n.01,heatSource,0,0,FALSE,,,,, -cocktail.n.01,fireSource,0,0,FALSE,,,,, -cocktail.n.01,cookable,0,0,FALSE,,,,, -cocktail.n.01,coldSource,1,0,FALSE,,,,, -cocktail.n.01,sliceable,0,0,FALSE,,,,, -cocktail.n.01,slicer,1,0,FALSE,,,,, -cocktail.n.01,soakable,0,0,FALSE,,,,, -mountain_bike.n.01,liquid,0,0,FALSE,,,,, -mountain_bike.n.01,heatSource,0,0,FALSE,,,,, -mountain_bike.n.01,fireSource,0,0,FALSE,,,,, -mountain_bike.n.01,cookable,0,0,FALSE,,,,, -mountain_bike.n.01,coldSource,0,0,FALSE,,,,, -mountain_bike.n.01,sliceable,0,0,FALSE,,,,, -mountain_bike.n.01,slicer,0,0,FALSE,,,,, -mountain_bike.n.01,soakable,0,0,FALSE,,,,, -mouthpiece.n.06,liquid,0,0,FALSE,,,,, -mouthpiece.n.06,heatSource,0,0,FALSE,,,,, -mouthpiece.n.06,fireSource,0,0,FALSE,,,,, -mouthpiece.n.06,cookable,0,0,FALSE,,,,, -mouthpiece.n.06,coldSource,0,0,FALSE,,,,, -mouthpiece.n.06,sliceable,0,0,FALSE,,,,, -mouthpiece.n.06,slicer,0,0,FALSE,,,,, -mouthpiece.n.06,soakable,0,0,FALSE,,,,, -nail_polish.n.01,liquid,1,1,FALSE,,,,, -nail_polish.n.01,heatSource,0,0,FALSE,,,,, -nail_polish.n.01,fireSource,0,1,FALSE,,,,, -nail_polish.n.01,cookable,0,0,FALSE,,,,, -nail_polish.n.01,coldSource,1,0,FALSE,,,,, -nail_polish.n.01,sliceable,0,0,FALSE,,,,, -nail_polish.n.01,slicer,0,0,FALSE,,,,, -nail_polish.n.01,soakable,0,0,FALSE,,,,, -fire_extinguisher.n.01,liquid,0,0,FALSE,,,,, -fire_extinguisher.n.01,heatSource,0,0,FALSE,,,,, -fire_extinguisher.n.01,fireSource,0,0,FALSE,,,,, -fire_extinguisher.n.01,cookable,0,0,FALSE,,,,, -fire_extinguisher.n.01,coldSource,0,0,FALSE,,,,, -fire_extinguisher.n.01,sliceable,0,0,FALSE,,,,, -fire_extinguisher.n.01,slicer,1,0,FALSE,,,,, -fire_extinguisher.n.01,soakable,0,0,FALSE,,,,, -fire_pit.n.01,liquid,0,0,FALSE,,,,, -fire_pit.n.01,heatSource,1,1,FALSE,,,,, -fire_pit.n.01,fireSource,0,0,FALSE,,,,, -fire_pit.n.01,cookable,0,0,FALSE,,,,, -fire_pit.n.01,coldSource,0,0,FALSE,,,,, -fire_pit.n.01,sliceable,0,0,FALSE,,,,, -fire_pit.n.01,slicer,0,0,FALSE,,,,, -fire_pit.n.01,soakable,0,0,FALSE,,,,, -fish_knife.n.01,liquid,0,0,FALSE,,,,, -fish_knife.n.01,heatSource,0,0,FALSE,,,,, -fish_knife.n.01,fireSource,0,0,FALSE,,,,, -fish_knife.n.01,cookable,0,0,FALSE,,,,, -fish_knife.n.01,coldSource,0,0,FALSE,,,,, -fish_knife.n.01,sliceable,0,0,FALSE,,,,, -fish_knife.n.01,slicer,0,1,FALSE,,,,, -fish_knife.n.01,soakable,0,0,FALSE,,,,, -flag.n.01,liquid,0,0,FALSE,,,,, -flag.n.01,heatSource,0,0,FALSE,,,,, -flag.n.01,fireSource,0,0,FALSE,,,,, -flag.n.01,cookable,0,0,FALSE,,,,, -flag.n.01,coldSource,1,0,FALSE,,,,, -flag.n.01,sliceable,0,0,FALSE,,,,, -flag.n.01,slicer,1,0,FALSE,,,,, -flag.n.01,soakable,1,1,FALSE,,,,, -drug.n.01,liquid,0,0,FALSE,,,,, -drug.n.01,heatSource,0,0,FALSE,,,,, -drug.n.01,fireSource,1,0,FALSE,,,,, -drug.n.01,cookable,0,0,FALSE,,,,, -drug.n.01,coldSource,1,0,FALSE,,,,, -drug.n.01,sliceable,0,0,FALSE,,,,, -drug.n.01,slicer,0,0,FALSE,,,,, -drug.n.01,soakable,0,0,FALSE,,,,, -dumpling.n.02,liquid,0,0,FALSE,,,,, -dumpling.n.02,heatSource,0,0,FALSE,,,,, -dumpling.n.02,fireSource,1,0,FALSE,,,,, -dumpling.n.02,cookable,0,1,TRUE,100,UNKNOWN,"https://www.seriouseats.com/how-to-cook-frozen-dumplings-boil-steam-microwave-fry#:~:text=The%20Easiest%3A%20Steam%20or%20Boil&text=To%20boil%20dumplings%2C%20fill%20a,additional%20two%20to%20three%20minutes.",, -dumpling.n.02,coldSource,1,0,FALSE,,,,, -dumpling.n.02,sliceable,0,1,FALSE,,,,, -dumpling.n.02,slicer,0,0,FALSE,,,,, -dumpling.n.02,soakable,1,0,FALSE,,,,, -circuit.n.01,liquid,0,0,FALSE,,,,, -circuit.n.01,heatSource,0,0,FALSE,,,,, -circuit.n.01,fireSource,0,0,FALSE,,,,, -circuit.n.01,cookable,0,0,FALSE,,,,, -circuit.n.01,coldSource,0,0,FALSE,,,,, -circuit.n.01,sliceable,0,1,FALSE,,,,, -circuit.n.01,slicer,1,0,FALSE,,,,, -circuit.n.01,soakable,0,0,FALSE,,,,, -enchilada.n.01,liquid,0,0,FALSE,,,,, -enchilada.n.01,heatSource,0,0,FALSE,,,,, -enchilada.n.01,fireSource,1,0,FALSE,,,,, -enchilada.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -enchilada.n.01,coldSource,0,0,FALSE,,,,, -enchilada.n.01,sliceable,0,1,FALSE,,,,, -enchilada.n.01,slicer,0,0,FALSE,,,,, -enchilada.n.01,soakable,1,0,FALSE,,,,, -magnesium_sulfate.n.01,liquid,0,0,FALSE,,,,, -magnesium_sulfate.n.01,heatSource,0,0,FALSE,,,,, -magnesium_sulfate.n.01,fireSource,0,0,FALSE,,,,, -magnesium_sulfate.n.01,cookable,0,0,FALSE,,,,, -magnesium_sulfate.n.01,coldSource,0,0,FALSE,,,,, -magnesium_sulfate.n.01,sliceable,0,0,FALSE,,,,, -magnesium_sulfate.n.01,slicer,0,0,FALSE,,,,, -magnesium_sulfate.n.01,soakable,0,0,FALSE,,,,, -wheat.n.02,liquid,0,0,FALSE,,,,, -wheat.n.02,heatSource,0,0,FALSE,,,,, -wheat.n.02,fireSource,1,0,FALSE,,,,, -wheat.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://www.loveandlemons.com/how-to-cook-wheat-berries/,, -wheat.n.02,coldSource,0,0,FALSE,,,,, -wheat.n.02,sliceable,0,1,FALSE,,,,, -wheat.n.02,slicer,0,0,FALSE,,,,, -wheat.n.02,soakable,0,0,FALSE,,,,, -fastener.n.02,liquid,0,0,FALSE,,,,, -fastener.n.02,heatSource,0,0,FALSE,,,,, -fastener.n.02,fireSource,0,0,FALSE,,,,, -fastener.n.02,cookable,0,0,FALSE,,,,, -fastener.n.02,coldSource,0,0,FALSE,,,,, -fastener.n.02,sliceable,0,0,FALSE,,,,, -fastener.n.02,slicer,0,0,FALSE,,,,, -fastener.n.02,soakable,0,0,FALSE,,,,, -common_bean.n.02,liquid,0,0,FALSE,,,,, -common_bean.n.02,heatSource,0,0,FALSE,,,,, -common_bean.n.02,fireSource,1,0,FALSE,,,,, -common_bean.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -common_bean.n.02,coldSource,0,0,FALSE,,,,, -common_bean.n.02,sliceable,0,0,FALSE,,,,, -common_bean.n.02,slicer,0,0,FALSE,,,,, -common_bean.n.02,soakable,0,0,FALSE,,,,, -dried_fruit.n.01,liquid,0,0,FALSE,,,,, -dried_fruit.n.01,heatSource,0,0,FALSE,,,,, -dried_fruit.n.01,fireSource,1,0,FALSE,,,,, -dried_fruit.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -dried_fruit.n.01,coldSource,0,0,FALSE,,,,, -dried_fruit.n.01,sliceable,0,1,FALSE,,,,, -dried_fruit.n.01,slicer,0,0,FALSE,,,,, -dried_fruit.n.01,soakable,0,0,FALSE,,,,, -herb.n.02,liquid,0,0,FALSE,,,,, -herb.n.02,heatSource,0,0,FALSE,,,,, -herb.n.02,fireSource,1,0,FALSE,,,,, -herb.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -herb.n.02,coldSource,0,0,FALSE,,,,, -herb.n.02,sliceable,0,0,FALSE,,,,, -herb.n.02,slicer,0,0,FALSE,,,,, -herb.n.02,soakable,0,0,FALSE,,,,, -wheel.n.01,liquid,0,0,FALSE,,,,, -wheel.n.01,heatSource,0,0,FALSE,,,,, -wheel.n.01,fireSource,0,0,FALSE,,,,, -wheel.n.01,cookable,0,0,FALSE,,,,, -wheel.n.01,coldSource,0,0,FALSE,,,,, -wheel.n.01,sliceable,0,0,FALSE,,,,, -wheel.n.01,slicer,0,0,FALSE,,,,, -wheel.n.01,soakable,0,0,FALSE,,,,, -can.n.01,liquid,0,0,FALSE,,,,, -can.n.01,heatSource,0,0,FALSE,,,,, -can.n.01,fireSource,0,0,FALSE,,,,, -can.n.01,cookable,0,0,FALSE,,,,, -can.n.01,coldSource,0,0,FALSE,,,,, -can.n.01,sliceable,0,0,FALSE,,,,, -can.n.01,slicer,1,0,FALSE,,,,, -can.n.01,soakable,0,0,FALSE,,,,, -flavorer.n.01,liquid,0,0,FALSE,,,,, -flavorer.n.01,heatSource,0,0,FALSE,,,,, -flavorer.n.01,fireSource,1,0,FALSE,,,,, -flavorer.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -flavorer.n.01,coldSource,0,0,FALSE,,,,, -flavorer.n.01,sliceable,0,0,FALSE,,,,, -flavorer.n.01,slicer,0,0,FALSE,,,,, -flavorer.n.01,soakable,0,0,FALSE,,,,, -shell.n.02,liquid,0,0,FALSE,,,,, -shell.n.02,heatSource,0,0,FALSE,,,,, -shell.n.02,fireSource,0,0,FALSE,,,,, -shell.n.02,cookable,0,0,FALSE,,,,, -shell.n.02,coldSource,0,0,FALSE,,,,, -shell.n.02,sliceable,0,0,FALSE,,,,, -shell.n.02,slicer,0,0,FALSE,,,,, -shell.n.02,soakable,0,0,FALSE,,,,, -shell.n.04,liquid,0,0,FALSE,,,,, -shell.n.04,heatSource,0,0,FALSE,,,,, -shell.n.04,fireSource,0,0,FALSE,,,,, -shell.n.04,cookable,0,0,FALSE,,,,, -shell.n.04,coldSource,0,0,FALSE,,,,, -shell.n.04,sliceable,0,0,FALSE,,,,, -shell.n.04,slicer,0,0,FALSE,,,,, -shell.n.04,soakable,0,0,FALSE,,,,, -bacon.n.01,liquid,0,0,FALSE,,,,, -bacon.n.01,heatSource,0,0,FALSE,,,,, -bacon.n.01,fireSource,1,0,FALSE,,,,, -bacon.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://munsell.com/color-blog/bacon-color/,, -bacon.n.01,coldSource,0,0,FALSE,,,,, -bacon.n.01,sliceable,0,1,FALSE,,,,, -bacon.n.01,slicer,1,0,FALSE,,,,, -bacon.n.01,soakable,0,0,FALSE,,,,, -black_pepper.n.02,liquid,0,0,FALSE,,,,, -black_pepper.n.02,heatSource,0,0,FALSE,,,,, -black_pepper.n.02,fireSource,1,0,FALSE,,,,, -black_pepper.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -black_pepper.n.02,coldSource,0,0,FALSE,,,,, -black_pepper.n.02,sliceable,0,0,FALSE,,,,, -black_pepper.n.02,slicer,0,0,FALSE,,,,, -black_pepper.n.02,soakable,0,0,FALSE,,,,, -leather.n.01,liquid,0,0,FALSE,,,,, -leather.n.01,heatSource,0,0,FALSE,,,,, -leather.n.01,fireSource,0,0,FALSE,,,,, -leather.n.01,cookable,0,0,FALSE,,,,, -leather.n.01,coldSource,0,0,FALSE,,,,, -leather.n.01,sliceable,0,0,FALSE,,,,, -leather.n.01,slicer,0,0,FALSE,,,,, -leather.n.01,soakable,1,1,FALSE,,,,, -fabric.n.01,liquid,0,0,FALSE,,,,, -fabric.n.01,heatSource,0,0,FALSE,,,,, -fabric.n.01,fireSource,0,0,FALSE,,,,, -fabric.n.01,cookable,0,0,FALSE,,,,, -fabric.n.01,coldSource,0,0,FALSE,,,,, -fabric.n.01,sliceable,0,0,FALSE,,,,, -fabric.n.01,slicer,0,0,FALSE,,,,, -fabric.n.01,soakable,1,1,FALSE,,,,, -onion.n.03,liquid,0,0,FALSE,,,,, -onion.n.03,heatSource,0,0,FALSE,,,,, -onion.n.03,fireSource,1,0,FALSE,,,,, -onion.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -onion.n.03,coldSource,0,0,FALSE,,,,, -onion.n.03,sliceable,0,1,FALSE,,,,, -onion.n.03,slicer,1,0,FALSE,,,,, -onion.n.03,soakable,0,0,FALSE,,,,, -grass.n.01,liquid,0,0,FALSE,,,,, -grass.n.01,heatSource,0,0,FALSE,,,,, -grass.n.01,fireSource,0,0,FALSE,,,,, -grass.n.01,cookable,0,0,FALSE,,,,, -grass.n.01,coldSource,0,0,FALSE,,,,, -grass.n.01,sliceable,0,1,FALSE,,,,, -grass.n.01,slicer,0,0,FALSE,,,,, -grass.n.01,soakable,0,0,FALSE,,,,, -laundry.n.01,liquid,0,0,FALSE,,,,, -laundry.n.01,heatSource,0,0,FALSE,,,,, -laundry.n.01,fireSource,0,0,FALSE,,,,, -laundry.n.01,cookable,0,0,FALSE,,,,, -laundry.n.01,coldSource,1,0,FALSE,,,,, -laundry.n.01,sliceable,0,0,FALSE,,,,, -laundry.n.01,slicer,1,0,FALSE,,,,, -laundry.n.01,soakable,0,1,FALSE,,,,, -sand.n.01,liquid,0,0,FALSE,,,,, -sand.n.01,heatSource,0,0,FALSE,,,,, -sand.n.01,fireSource,0,0,FALSE,,,,, -sand.n.01,cookable,0,0,FALSE,,,,, -sand.n.01,coldSource,0,0,FALSE,,,,, -sand.n.01,sliceable,0,0,FALSE,,,,, -sand.n.01,slicer,0,0,FALSE,,,,, -sand.n.01,soakable,0,1,FALSE,,,,, -emery_paper.n.01,liquid,0,0,FALSE,,,,, -emery_paper.n.01,heatSource,0,0,FALSE,,,,, -emery_paper.n.01,fireSource,0,0,FALSE,,,,, -emery_paper.n.01,cookable,0,0,FALSE,,,,, -emery_paper.n.01,coldSource,0,0,FALSE,,,,, -emery_paper.n.01,sliceable,0,0,FALSE,,,,, -emery_paper.n.01,slicer,1,0,FALSE,,,,, -emery_paper.n.01,soakable,0,0,FALSE,,,,, -wax.n.01,liquid,0,0,FALSE,,,,, -wax.n.01,heatSource,0,0,FALSE,,,,, -wax.n.01,fireSource,0,0,FALSE,,,,, -wax.n.01,cookable,0,0,FALSE,,,,, -wax.n.01,coldSource,0,0,FALSE,,,,, -wax.n.01,sliceable,0,0,FALSE,,,,, -wax.n.01,slicer,0,0,FALSE,,,,, -wax.n.01,soakable,0,0,FALSE,,,,, -blanket.n.01,liquid,0,0,FALSE,,,,, -blanket.n.01,heatSource,1,0,FALSE,,,,, -blanket.n.01,fireSource,0,0,FALSE,,,,, -blanket.n.01,cookable,0,0,FALSE,,,,, -blanket.n.01,coldSource,0,0,FALSE,,,,, -blanket.n.01,sliceable,0,0,FALSE,,,,, -blanket.n.01,slicer,0,0,FALSE,,,,, -blanket.n.01,soakable,1,1,FALSE,,,,, -chair.n.01,liquid,0,0,FALSE,,,,, -chair.n.01,heatSource,0,0,FALSE,,,,, -chair.n.01,fireSource,0,0,FALSE,,,,, -chair.n.01,cookable,0,0,FALSE,,,,, -chair.n.01,coldSource,0,0,FALSE,,,,, -chair.n.01,sliceable,0,0,FALSE,,,,, -chair.n.01,slicer,1,0,FALSE,,,,, -chair.n.01,soakable,1,0,FALSE,,,,, -sieve.n.01,liquid,0,0,FALSE,,,,, -sieve.n.01,heatSource,0,0,FALSE,,,,, -sieve.n.01,fireSource,0,0,FALSE,,,,, -sieve.n.01,cookable,0,0,FALSE,,,,, -sieve.n.01,coldSource,0,0,FALSE,,,,, -sieve.n.01,sliceable,0,0,FALSE,,,,, -sieve.n.01,slicer,1,0,FALSE,,,,, -sieve.n.01,soakable,1,0,FALSE,,,,, -flower.n.02,liquid,0,0,FALSE,,,,, -flower.n.02,heatSource,0,0,FALSE,,,,, -flower.n.02,fireSource,0,0,FALSE,,,,, -flower.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -flower.n.02,coldSource,0,0,FALSE,,,,, -flower.n.02,sliceable,0,1,FALSE,,,,, -flower.n.02,slicer,0,0,FALSE,,,,, -flower.n.02,soakable,0,0,FALSE,,,,, -frame.n.10,liquid,0,0,FALSE,,,,, -frame.n.10,heatSource,0,0,FALSE,,,,, -frame.n.10,fireSource,0,0,FALSE,,,,, -frame.n.10,cookable,0,0,FALSE,,,,, -frame.n.10,coldSource,0,0,FALSE,,,,, -frame.n.10,sliceable,0,0,FALSE,,,,, -frame.n.10,slicer,1,0,FALSE,,,,, -frame.n.10,soakable,0,0,FALSE,,,,, -utensil.n.01,liquid,0,0,FALSE,,,,, -utensil.n.01,heatSource,0,0,FALSE,,,,, -utensil.n.01,fireSource,1,0,FALSE,,,,, -utensil.n.01,cookable,0,0,FALSE,,,,, -utensil.n.01,coldSource,0,0,FALSE,,,,, -utensil.n.01,sliceable,1,0,FALSE,,,,, -utensil.n.01,slicer,1,1,FALSE,,,,, -utensil.n.01,soakable,1,0,FALSE,,,,, -rub.n.02,liquid,0,0,FALSE,,,,, -rub.n.02,heatSource,0,0,FALSE,,,,, -rub.n.02,fireSource,0,0,FALSE,,,,, -rub.n.02,cookable,0,0,FALSE,,,,, -rub.n.02,coldSource,0,0,FALSE,,,,, -rub.n.02,sliceable,0,0,FALSE,,,,, -rub.n.02,slicer,0,0,FALSE,,,,, -rub.n.02,soakable,0,1,FALSE,,,,, -foil.n.01,liquid,0,0,FALSE,,,,, -foil.n.01,heatSource,0,0,FALSE,,,,, -foil.n.01,fireSource,0,0,FALSE,,,,, -foil.n.01,cookable,0,0,FALSE,,,,, -foil.n.01,coldSource,0,0,FALSE,,,,, -foil.n.01,sliceable,0,0,FALSE,,,,, -foil.n.01,slicer,1,0,FALSE,,,,, -foil.n.01,soakable,1,0,FALSE,,,,, -liquid.n.01,liquid,1,1,FALSE,,,,, -liquid.n.01,heatSource,0,0,FALSE,,,,, -liquid.n.01,fireSource,0,0,FALSE,,,,, -liquid.n.01,cookable,0,0,FALSE,,,,, -liquid.n.01,coldSource,1,0,FALSE,,,,, -liquid.n.01,sliceable,0,0,FALSE,,,,, -liquid.n.01,slicer,0,0,FALSE,,,,, -liquid.n.01,soakable,0,0,FALSE,,,,, -wire.n.01,liquid,0,0,FALSE,,,,, -wire.n.01,heatSource,0,0,FALSE,,,,, -wire.n.01,fireSource,0,0,FALSE,,,,, -wire.n.01,cookable,0,0,FALSE,,,,, -wire.n.01,coldSource,0,0,FALSE,,,,, -wire.n.01,sliceable,0,0,FALSE,,,,, -wire.n.01,slicer,1,0,FALSE,,,,, -wire.n.01,soakable,0,0,FALSE,,,,, -napkin.n.01,liquid,0,0,FALSE,,,,, -napkin.n.01,heatSource,0,0,FALSE,,,,, -napkin.n.01,fireSource,0,1,FALSE,,,,, -napkin.n.01,cookable,0,0,FALSE,,,,, -napkin.n.01,coldSource,0,0,FALSE,,,,, -napkin.n.01,sliceable,0,0,FALSE,,,,, -napkin.n.01,slicer,1,0,FALSE,,,,, -napkin.n.01,soakable,1,1,FALSE,,,,, -bite.n.04,liquid,0,0,FALSE,,,,, -bite.n.04,heatSource,0,0,FALSE,,,,, -bite.n.04,fireSource,1,0,FALSE,,,,, -bite.n.04,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -bite.n.04,coldSource,0,0,FALSE,,,,, -bite.n.04,sliceable,0,0,FALSE,,,,, -bite.n.04,slicer,0,0,FALSE,,,,, -bite.n.04,soakable,0,0,FALSE,,,,, -light.n.02,liquid,0,0,FALSE,,,,, -light.n.02,heatSource,0,0,FALSE,,,,, -light.n.02,fireSource,0,0,FALSE,,,,, -light.n.02,cookable,0,0,FALSE,,,,, -light.n.02,coldSource,0,0,FALSE,,,,, -light.n.02,sliceable,0,0,FALSE,,,,, -light.n.02,slicer,1,0,FALSE,,,,, -light.n.02,soakable,0,0,FALSE,,,,, -tree.n.01,liquid,0,0,FALSE,,,,, -tree.n.01,heatSource,0,0,FALSE,,,,, -tree.n.01,fireSource,0,1,FALSE,,,,, -tree.n.01,cookable,0,0,FALSE,,,,, -tree.n.01,coldSource,0,0,FALSE,,,,, -tree.n.01,sliceable,0,0,FALSE,,,,, -tree.n.01,slicer,0,0,FALSE,,,,, -tree.n.01,soakable,0,0,FALSE,,,,, -truck.n.01,liquid,0,0,FALSE,,,,, -truck.n.01,heatSource,0,0,FALSE,,,,, -truck.n.01,fireSource,0,0,FALSE,,,,, -truck.n.01,cookable,0,0,FALSE,,,,, -truck.n.01,coldSource,0,0,FALSE,,,,, -truck.n.01,sliceable,0,0,FALSE,,,,, -truck.n.01,slicer,1,0,FALSE,,,,, -truck.n.01,soakable,0,0,FALSE,,,,, -shoe.n.01,liquid,0,0,FALSE,,,,, -shoe.n.01,heatSource,0,0,FALSE,,,,, -shoe.n.01,fireSource,0,0,FALSE,,,,, -shoe.n.01,cookable,0,0,FALSE,,,,, -shoe.n.01,coldSource,0,0,FALSE,,,,, -shoe.n.01,sliceable,0,0,FALSE,,,,, -shoe.n.01,slicer,0,0,FALSE,,,,, -shoe.n.01,soakable,0,1,FALSE,,,,, -stalk.n.02,liquid,0,0,FALSE,,,,, -stalk.n.02,heatSource,0,0,FALSE,,,,, -stalk.n.02,fireSource,0,0,FALSE,,,,, -stalk.n.02,cookable,0,0,FALSE,,,,, -stalk.n.02,coldSource,0,0,FALSE,,,,, -stalk.n.02,sliceable,0,0,FALSE,,,,, -stalk.n.02,slicer,0,0,FALSE,,,,, -stalk.n.02,soakable,0,0,FALSE,,,,, -honey.n.01,liquid,1,1,FALSE,,,,, -honey.n.01,heatSource,0,0,FALSE,,,,, -honey.n.01,fireSource,0,0,FALSE,,,,, -honey.n.01,cookable,0,1,TRUE,N/A,60,"https://bee-health.extension.org/at-what-temperature-does-honey-have-to-be-heated-too-too-destroy-the-health-benefits-for-humans/#:~:text=Heating%20honey%20higher%20than%20140,of%20ripe%20honey)%20causes%20decay.",, -honey.n.01,coldSource,1,0,FALSE,,,,, -honey.n.01,sliceable,0,0,FALSE,,,,, -honey.n.01,slicer,0,0,FALSE,,,,, -honey.n.01,soakable,0,0,FALSE,,,,, -plastic.n.01,liquid,0,0,FALSE,,,,, -plastic.n.01,heatSource,0,0,FALSE,,,,, -plastic.n.01,fireSource,0,0,FALSE,,,,, -plastic.n.01,cookable,0,0,FALSE,,,,, -plastic.n.01,coldSource,0,0,FALSE,,,,, -plastic.n.01,sliceable,0,0,FALSE,,,,, -plastic.n.01,slicer,0,0,FALSE,,,,, -plastic.n.01,soakable,1,0,FALSE,,,,, -sodium_carbonate.n.01,liquid,0,0,FALSE,,,,, -sodium_carbonate.n.01,heatSource,0,0,FALSE,,,,, -sodium_carbonate.n.01,fireSource,0,0,FALSE,,,,, -sodium_carbonate.n.01,cookable,0,0,FALSE,,,,, -sodium_carbonate.n.01,coldSource,0,0,FALSE,,,,, -sodium_carbonate.n.01,sliceable,0,0,FALSE,,,,, -sodium_carbonate.n.01,slicer,0,0,FALSE,,,,, -sodium_carbonate.n.01,soakable,0,0,FALSE,,,,, -mixer.n.04,liquid,0,0,FALSE,,,,, -mixer.n.04,heatSource,0,0,FALSE,,,,, -mixer.n.04,fireSource,0,0,FALSE,,,,, -mixer.n.04,cookable,0,0,FALSE,,,,, -mixer.n.04,coldSource,0,0,FALSE,,,,, -mixer.n.04,sliceable,0,0,FALSE,,,,, -mixer.n.04,slicer,1,1,FALSE,,,,, -mixer.n.04,soakable,0,0,FALSE,,,,, -wax_paper.n.01,liquid,0,0,FALSE,,,,, -wax_paper.n.01,heatSource,0,0,FALSE,,,,, -wax_paper.n.01,fireSource,0,0,FALSE,,,,, -wax_paper.n.01,cookable,0,0,FALSE,,,,, -wax_paper.n.01,coldSource,0,0,FALSE,,,,, -wax_paper.n.01,sliceable,0,0,FALSE,,,,, -wax_paper.n.01,slicer,0,0,FALSE,,,,, -wax_paper.n.01,soakable,1,1,FALSE,,,,, -plastic_bag.n.01,liquid,0,0,FALSE,,,,, -plastic_bag.n.01,heatSource,0,0,FALSE,,,,, -plastic_bag.n.01,fireSource,0,0,FALSE,,,,, -plastic_bag.n.01,cookable,0,0,FALSE,,,,, -plastic_bag.n.01,coldSource,0,0,FALSE,,,,, -plastic_bag.n.01,sliceable,0,0,FALSE,,,,, -plastic_bag.n.01,slicer,1,0,FALSE,,,,, -plastic_bag.n.01,soakable,1,0,FALSE,,,,, -dirt.n.02,liquid,0,0,FALSE,,,,, -dirt.n.02,heatSource,0,0,FALSE,,,,, -dirt.n.02,fireSource,0,0,FALSE,,,,, -dirt.n.02,cookable,0,0,FALSE,,,,, -dirt.n.02,coldSource,0,0,FALSE,,,,, -dirt.n.02,sliceable,0,0,FALSE,,,,, -dirt.n.02,slicer,0,0,FALSE,,,,, -dirt.n.02,soakable,0,0,FALSE,,,,, -meal.n.01,liquid,0,0,FALSE,,,,, -meal.n.01,heatSource,0,0,FALSE,,,,, -meal.n.01,fireSource,1,0,FALSE,,,,, -meal.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -meal.n.01,coldSource,0,0,FALSE,,,,, -meal.n.01,sliceable,1,1,FALSE,,,,, -meal.n.01,slicer,0,0,FALSE,,,,, -meal.n.01,soakable,0,0,FALSE,,,,, -nut.n.01,liquid,0,0,FALSE,,,,, -nut.n.01,heatSource,0,0,FALSE,,,,, -nut.n.01,fireSource,1,0,FALSE,,,,, -nut.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -nut.n.01,coldSource,0,0,FALSE,,,,, -nut.n.01,sliceable,0,0,FALSE,,,,, -nut.n.01,slicer,1,0,FALSE,,,,, -nut.n.01,soakable,0,0,FALSE,,,,, -seed.n.02,liquid,0,0,FALSE,,,,, -seed.n.02,heatSource,0,0,FALSE,,,,, -seed.n.02,fireSource,0,0,FALSE,,,,, -seed.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -seed.n.02,coldSource,0,0,FALSE,,,,, -seed.n.02,sliceable,0,0,FALSE,,,,, -seed.n.02,slicer,0,0,FALSE,,,,, -seed.n.02,soakable,0,0,FALSE,,,,, -book.n.01,liquid,0,0,FALSE,,,,, -book.n.01,heatSource,0,0,FALSE,,,,, -book.n.01,fireSource,0,0,FALSE,,,,, -book.n.01,cookable,0,0,FALSE,,,,, -book.n.01,coldSource,0,0,FALSE,,,,, -book.n.01,sliceable,0,0,FALSE,,,,, -book.n.01,slicer,0,0,FALSE,,,,, -book.n.01,soakable,0,1,FALSE,,,,, -blade.n.09,liquid,0,0,FALSE,,,,, -blade.n.09,heatSource,0,0,FALSE,,,,, -blade.n.09,fireSource,0,0,FALSE,,,,, -blade.n.09,cookable,0,0,FALSE,,,,, -blade.n.09,coldSource,0,0,FALSE,,,,, -blade.n.09,sliceable,1,0,FALSE,,,,, -blade.n.09,slicer,1,1,FALSE,,,,, -blade.n.09,soakable,0,0,FALSE,,,,, -mold.n.05,liquid,0,0,FALSE,,,,, -mold.n.05,heatSource,0,0,FALSE,,,,, -mold.n.05,fireSource,0,0,FALSE,,,,, -mold.n.05,cookable,0,0,FALSE,,,,, -mold.n.05,coldSource,0,0,FALSE,,,,, -mold.n.05,sliceable,0,0,FALSE,,,,, -mold.n.05,slicer,0,0,FALSE,,,,, -mold.n.05,soakable,0,0,FALSE,,,,, -sauce.n.01,liquid,0,1,FALSE,,,,, -sauce.n.01,heatSource,0,0,FALSE,,,,, -sauce.n.01,fireSource,1,0,FALSE,,,,, -sauce.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -sauce.n.01,coldSource,1,0,FALSE,,,,, -sauce.n.01,sliceable,0,0,FALSE,,,,, -sauce.n.01,slicer,0,0,FALSE,,,,, -sauce.n.01,soakable,0,0,FALSE,,,,, -screw.n.04,liquid,0,0,FALSE,,,,, -screw.n.04,heatSource,0,0,FALSE,,,,, -screw.n.04,fireSource,0,0,FALSE,,,,, -screw.n.04,cookable,0,0,FALSE,,,,, -screw.n.04,coldSource,0,0,FALSE,,,,, -screw.n.04,sliceable,0,0,FALSE,,,,, -screw.n.04,slicer,0,0,FALSE,,,,, -screw.n.04,soakable,0,0,FALSE,,,,, -spice.n.02,liquid,0,0,FALSE,,,,, -spice.n.02,heatSource,0,0,FALSE,,,,, -spice.n.02,fireSource,1,0,FALSE,,,,, -spice.n.02,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, -spice.n.02,coldSource,0,0,FALSE,,,,, -spice.n.02,sliceable,0,0,FALSE,,,,, -spice.n.02,slicer,0,0,FALSE,,,,, -spice.n.02,soakable,0,0,FALSE,,,,, -aluminium_foil.n.01,liquid,0,0,FALSE,,,,, -aluminium_foil.n.01,heatSource,0,0,FALSE,,,,, -aluminium_foil.n.01,fireSource,0,0,FALSE,,,,, -aluminium_foil.n.01,cookable,0,0,FALSE,,,,, -aluminium_foil.n.01,coldSource,0,0,FALSE,,,,, -aluminium_foil.n.01,sliceable,0,1,FALSE,,,,, -aluminium_foil.n.01,slicer,0,0,FALSE,,,,, -aluminium_foil.n.01,soakable,0,0,FALSE,,,,, -rice.n.01,liquid,0,0,FALSE,,,,, -rice.n.01,heatSource,0,0,FALSE,,,,, -rice.n.01,fireSource,1,0,FALSE,,,,, -rice.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -rice.n.01,coldSource,1,0,FALSE,,,,, -rice.n.01,sliceable,0,0,FALSE,,,,, -rice.n.01,slicer,1,0,FALSE,,,,, -rice.n.01,soakable,0,0,FALSE,,,,, -wine.n.01,liquid,1,1,FALSE,,,,, -wine.n.01,heatSource,0,0,FALSE,,,,, -wine.n.01,fireSource,0,0,FALSE,,,,, -wine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -wine.n.01,coldSource,1,0,FALSE,,,,, -wine.n.01,sliceable,0,0,FALSE,,,,, -wine.n.01,slicer,0,0,FALSE,,,,, -wine.n.01,soakable,0,0,FALSE,,,,, -rack.n.05,liquid,0,0,FALSE,,,,, -rack.n.05,heatSource,0,0,FALSE,,,,, -rack.n.05,fireSource,0,0,FALSE,,,,, -rack.n.05,cookable,0,0,FALSE,,,,, -rack.n.05,coldSource,0,0,FALSE,,,,, -rack.n.05,sliceable,0,0,FALSE,,,,, -rack.n.05,slicer,1,0,FALSE,,,,, -rack.n.05,soakable,1,0,FALSE,,,,, -leaf.n.01,liquid,0,0,FALSE,,,,, -leaf.n.01,heatSource,0,0,FALSE,,,,, -leaf.n.01,fireSource,0,0,FALSE,,,,, -leaf.n.01,cookable,0,0,FALSE,,,,, -leaf.n.01,coldSource,0,0,FALSE,,,,, -leaf.n.01,sliceable,0,1,FALSE,,,,, -leaf.n.01,slicer,0,0,FALSE,,,,, -leaf.n.01,soakable,0,1,FALSE,,,,, -plastic_wrap.n.01,liquid,0,0,FALSE,,,,, -plastic_wrap.n.01,heatSource,0,0,FALSE,,,,, -plastic_wrap.n.01,fireSource,0,0,FALSE,,,,, -plastic_wrap.n.01,cookable,0,0,FALSE,,,,, -plastic_wrap.n.01,coldSource,0,0,FALSE,,,,, -plastic_wrap.n.01,sliceable,0,0,FALSE,,,,, -plastic_wrap.n.01,slicer,1,0,FALSE,,,,, -plastic_wrap.n.01,soakable,0,0,FALSE,,,,, -bearing.n.06,liquid,0,0,FALSE,,,,, -bearing.n.06,heatSource,0,0,FALSE,,,,, -bearing.n.06,fireSource,0,0,FALSE,,,,, -bearing.n.06,cookable,0,0,FALSE,,,,, -bearing.n.06,coldSource,0,0,FALSE,,,,, -bearing.n.06,sliceable,0,0,FALSE,,,,, -bearing.n.06,slicer,1,0,FALSE,,,,, -bearing.n.06,soakable,0,0,FALSE,,,,, -liquid_soap.n.01,liquid,1,1,FALSE,,,,, -liquid_soap.n.01,heatSource,0,0,FALSE,,,,, -liquid_soap.n.01,fireSource,0,0,FALSE,,,,, -liquid_soap.n.01,cookable,0,0,FALSE,,,,, -liquid_soap.n.01,coldSource,1,0,FALSE,,,,, -liquid_soap.n.01,sliceable,0,0,FALSE,,,,, -liquid_soap.n.01,slicer,0,0,FALSE,,,,, -liquid_soap.n.01,soakable,0,0,FALSE,,,,, -bookend.n.01,liquid,0,0,FALSE,,,,, -bookend.n.01,heatSource,0,0,FALSE,,,,, -bookend.n.01,fireSource,0,0,FALSE,,,,, -bookend.n.01,cookable,0,0,FALSE,,,,, -bookend.n.01,coldSource,0,0,FALSE,,,,, -bookend.n.01,sliceable,0,0,FALSE,,,,, -bookend.n.01,slicer,1,0,FALSE,,,,, -bookend.n.01,soakable,0,0,FALSE,,,,, -brace.n.09,liquid,0,0,FALSE,,,,, -brace.n.09,heatSource,0,0,FALSE,,,,, -brace.n.09,fireSource,0,0,FALSE,,,,, -brace.n.09,cookable,0,0,FALSE,,,,, -brace.n.09,coldSource,0,0,FALSE,,,,, -brace.n.09,sliceable,0,0,FALSE,,,,, -brace.n.09,slicer,0,0,FALSE,,,,, -brace.n.09,soakable,0,0,FALSE,,,,, -buckle.n.01,liquid,0,0,FALSE,,,,, -buckle.n.01,heatSource,0,0,FALSE,,,,, -buckle.n.01,fireSource,0,0,FALSE,,,,, -buckle.n.01,cookable,0,0,FALSE,,,,, -buckle.n.01,coldSource,0,0,FALSE,,,,, -buckle.n.01,sliceable,0,0,FALSE,,,,, -buckle.n.01,slicer,1,1,FALSE,,,,, -buckle.n.01,soakable,0,0,FALSE,,,,, -insectifuge.n.01,liquid,0,0,FALSE,,,,, -insectifuge.n.01,heatSource,0,0,FALSE,,,,, -insectifuge.n.01,fireSource,0,0,FALSE,,,,, -insectifuge.n.01,cookable,0,0,FALSE,,,,, -insectifuge.n.01,coldSource,0,0,FALSE,,,,, -insectifuge.n.01,sliceable,0,0,FALSE,,,,, -insectifuge.n.01,slicer,0,0,FALSE,,,,, -insectifuge.n.01,soakable,0,0,FALSE,,,,, -insect_repellent.n.01,liquid,0,0,FALSE,,,,, -insect_repellent.n.01,heatSource,0,0,FALSE,,,,, -insect_repellent.n.01,fireSource,0,0,FALSE,,,,, -insect_repellent.n.01,cookable,0,0,FALSE,,,,, -insect_repellent.n.01,coldSource,0,0,FALSE,,,,, -insect_repellent.n.01,sliceable,0,0,FALSE,,,,, -insect_repellent.n.01,slicer,0,0,FALSE,,,,, -insect_repellent.n.01,soakable,0,0,FALSE,,,,, -bumper.n.02,liquid,0,0,FALSE,,,,, -bumper.n.02,heatSource,0,0,FALSE,,,,, -bumper.n.02,fireSource,0,0,FALSE,,,,, -bumper.n.02,cookable,0,0,FALSE,,,,, -bumper.n.02,coldSource,0,0,FALSE,,,,, -bumper.n.02,sliceable,0,0,FALSE,,,,, -bumper.n.02,slicer,0,0,FALSE,,,,, -bumper.n.02,soakable,0,0,FALSE,,,,, -burlap.n.01,liquid,0,0,FALSE,,,,, -burlap.n.01,heatSource,0,0,FALSE,,,,, -burlap.n.01,fireSource,0,0,FALSE,,,,, -burlap.n.01,cookable,0,0,FALSE,,,,, -burlap.n.01,coldSource,0,0,FALSE,,,,, -burlap.n.01,sliceable,0,0,FALSE,,,,, -burlap.n.01,slicer,0,0,FALSE,,,,, -burlap.n.01,soakable,0,1,FALSE,,,,, -frosting.n.01,liquid,0,0,FALSE,,,,, -frosting.n.01,heatSource,0,0,FALSE,,,,, -frosting.n.01,fireSource,0,0,FALSE,,,,, -frosting.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -frosting.n.01,coldSource,1,0,FALSE,,,,, -frosting.n.01,sliceable,0,0,FALSE,,,,, -frosting.n.01,slicer,1,0,FALSE,,,,, -frosting.n.01,soakable,0,0,FALSE,,,,, -cactus.n.01,liquid,0,0,FALSE,,,,, -cactus.n.01,heatSource,0,0,FALSE,,,,, -cactus.n.01,fireSource,0,0,FALSE,,,,, -cactus.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cactus.n.01,coldSource,0,0,FALSE,,,,, -cactus.n.01,sliceable,0,1,FALSE,,,,, -cactus.n.01,slicer,1,0,FALSE,,,,, -cactus.n.01,soakable,0,0,FALSE,,,,, -calendar.n.01,liquid,0,0,FALSE,,,,, -calendar.n.01,heatSource,0,0,FALSE,,,,, -calendar.n.01,fireSource,0,0,FALSE,,,,, -calendar.n.01,cookable,0,0,FALSE,,,,, -calendar.n.01,coldSource,0,0,FALSE,,,,, -calendar.n.01,sliceable,0,0,FALSE,,,,, -calendar.n.01,slicer,1,0,FALSE,,,,, -calendar.n.01,soakable,0,1,FALSE,,,,, -cardamom.n.02,liquid,0,0,FALSE,,,,, -cardamom.n.02,heatSource,0,0,FALSE,,,,, -cardamom.n.02,fireSource,1,0,FALSE,,,,, -cardamom.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cardamom.n.02,coldSource,0,0,FALSE,,,,, -cardamom.n.02,sliceable,0,0,FALSE,,,,, -cardamom.n.02,slicer,0,0,FALSE,,,,, -cardamom.n.02,soakable,0,0,FALSE,,,,, -electric_fan.n.01,liquid,0,0,FALSE,,,,, -electric_fan.n.01,heatSource,0,0,FALSE,,,,, -electric_fan.n.01,fireSource,0,0,FALSE,,,,, -electric_fan.n.01,cookable,0,0,FALSE,,,,, -electric_fan.n.01,coldSource,0,0,FALSE,,,,, -electric_fan.n.01,sliceable,0,0,FALSE,,,,, -electric_fan.n.01,slicer,1,0,FALSE,,,,, -electric_fan.n.01,soakable,0,0,FALSE,,,,, -cellophane.n.01,liquid,0,0,FALSE,,,,, -cellophane.n.01,heatSource,0,0,FALSE,,,,, -cellophane.n.01,fireSource,0,0,FALSE,,,,, -cellophane.n.01,cookable,0,0,FALSE,,,,, -cellophane.n.01,coldSource,0,0,FALSE,,,,, -cellophane.n.01,sliceable,0,0,FALSE,,,,, -cellophane.n.01,slicer,1,0,FALSE,,,,, -cellophane.n.01,soakable,1,0,FALSE,,,,, -centerpiece.n.02,liquid,0,0,FALSE,,,,, -centerpiece.n.02,heatSource,0,0,FALSE,,,,, -centerpiece.n.02,fireSource,0,0,FALSE,,,,, -centerpiece.n.02,cookable,0,0,FALSE,,,,, -centerpiece.n.02,coldSource,0,0,FALSE,,,,, -centerpiece.n.02,sliceable,0,0,FALSE,,,,, -centerpiece.n.02,slicer,0,0,FALSE,,,,, -centerpiece.n.02,soakable,0,0,FALSE,,,,, -cereal_box.n.01,liquid,0,0,FALSE,,,,, -cereal_box.n.01,heatSource,0,0,FALSE,,,,, -cereal_box.n.01,fireSource,0,0,FALSE,,,,, -cereal_box.n.01,cookable,0,0,FALSE,,,,, -cereal_box.n.01,coldSource,0,0,FALSE,,,,, -cereal_box.n.01,sliceable,0,0,FALSE,,,,, -cereal_box.n.01,slicer,0,0,FALSE,,,,, -cereal_box.n.01,soakable,1,1,FALSE,,,,, -chain_saw.n.01,liquid,0,0,FALSE,,,,, -chain_saw.n.01,heatSource,0,0,FALSE,,,,, -chain_saw.n.01,fireSource,0,0,FALSE,,,,, -chain_saw.n.01,cookable,0,0,FALSE,,,,, -chain_saw.n.01,coldSource,0,0,FALSE,,,,, -chain_saw.n.01,sliceable,0,0,FALSE,,,,, -chain_saw.n.01,slicer,1,1,FALSE,,,,, -chain_saw.n.01,soakable,0,0,FALSE,,,,, -blackboard.n.01,liquid,0,0,FALSE,,,,, -blackboard.n.01,heatSource,0,0,FALSE,,,,, -blackboard.n.01,fireSource,0,0,FALSE,,,,, -blackboard.n.01,cookable,0,0,FALSE,,,,, -blackboard.n.01,coldSource,0,0,FALSE,,,,, -blackboard.n.01,sliceable,0,0,FALSE,,,,, -blackboard.n.01,slicer,1,0,FALSE,,,,, -blackboard.n.01,soakable,0,0,FALSE,,,,, -chard.n.01,liquid,0,0,FALSE,,,,, -chard.n.01,heatSource,0,0,FALSE,,,,, -chard.n.01,fireSource,1,0,FALSE,,,,, -chard.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -chard.n.01,coldSource,0,0,FALSE,,,,, -chard.n.01,sliceable,0,1,FALSE,,,,, -chard.n.01,slicer,0,0,FALSE,,,,, -chard.n.01,soakable,0,0,FALSE,,,,, -cherry_tomato.n.02,liquid,0,0,FALSE,,,,, -cherry_tomato.n.02,heatSource,0,0,FALSE,,,,, -cherry_tomato.n.02,fireSource,0,0,FALSE,,,,, -cherry_tomato.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cherry_tomato.n.02,coldSource,0,0,FALSE,,,,, -cherry_tomato.n.02,sliceable,0,1,FALSE,,,,, -cherry_tomato.n.02,slicer,0,0,FALSE,,,,, -cherry_tomato.n.02,soakable,0,0,FALSE,,,,, -edible_seed.n.01,liquid,0,0,FALSE,,,,, -edible_seed.n.01,heatSource,0,0,FALSE,,,,, -edible_seed.n.01,fireSource,1,0,FALSE,,,,, -edible_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -edible_seed.n.01,coldSource,0,0,FALSE,,,,, -edible_seed.n.01,sliceable,0,0,FALSE,,,,, -edible_seed.n.01,slicer,0,0,FALSE,,,,, -edible_seed.n.01,soakable,0,0,FALSE,,,,, -chicken_leg.n.01,liquid,0,0,FALSE,,,,, -chicken_leg.n.01,heatSource,0,0,FALSE,,,,, -chicken_leg.n.01,fireSource,1,0,FALSE,,,,, -chicken_leg.n.01,cookable,0,1,TRUE,74,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -chicken_leg.n.01,coldSource,0,0,FALSE,,,,, -chicken_leg.n.01,sliceable,0,1,FALSE,,,,, -chicken_leg.n.01,slicer,0,0,FALSE,,,,, -chicken_leg.n.01,soakable,0,0,FALSE,,,,, -chicken_soup.n.01,liquid,1,1,FALSE,,,,, -chicken_soup.n.01,heatSource,0,0,FALSE,,,,, -chicken_soup.n.01,fireSource,1,0,FALSE,,,,, -chicken_soup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://foodsafetytrainingcertification.com/food-safety-news/national-soup-month-and-food-safe-cooling/,, -chicken_soup.n.01,coldSource,0,0,FALSE,,,,, -chicken_soup.n.01,sliceable,0,0,FALSE,,,,, -chicken_soup.n.01,slicer,0,0,FALSE,,,,, -chicken_soup.n.01,soakable,0,0,FALSE,,,,, -piece_of_cloth.n.01,liquid,0,0,FALSE,,,,, -piece_of_cloth.n.01,heatSource,0,0,FALSE,,,,, -piece_of_cloth.n.01,fireSource,0,0,FALSE,,,,, -piece_of_cloth.n.01,cookable,0,0,FALSE,,,,, -piece_of_cloth.n.01,coldSource,0,0,FALSE,,,,, -piece_of_cloth.n.01,sliceable,0,0,FALSE,,,,, -piece_of_cloth.n.01,slicer,0,0,FALSE,,,,, -piece_of_cloth.n.01,soakable,1,1,FALSE,,,,, -clock.n.01,liquid,0,0,FALSE,,,,, -clock.n.01,heatSource,0,0,FALSE,,,,, -clock.n.01,fireSource,0,0,FALSE,,,,, -clock.n.01,cookable,0,0,FALSE,,,,, -clock.n.01,coldSource,0,0,FALSE,,,,, -clock.n.01,sliceable,0,0,FALSE,,,,, -clock.n.01,slicer,1,0,FALSE,,,,, -clock.n.01,soakable,0,0,FALSE,,,,, -cabinet.n.04,liquid,0,0,FALSE,,,,, -cabinet.n.04,heatSource,0,0,FALSE,,,,, -cabinet.n.04,fireSource,0,0,FALSE,,,,, -cabinet.n.04,cookable,0,0,FALSE,,,,, -cabinet.n.04,coldSource,0,0,FALSE,,,,, -cabinet.n.04,sliceable,0,0,FALSE,,,,, -cabinet.n.04,slicer,1,0,FALSE,,,,, -cabinet.n.04,soakable,0,0,FALSE,,,,, -knob.n.01,liquid,0,0,FALSE,,,,, -knob.n.01,heatSource,0,0,FALSE,,,,, -knob.n.01,fireSource,0,0,FALSE,,,,, -knob.n.01,cookable,0,0,FALSE,,,,, -knob.n.01,coldSource,0,0,FALSE,,,,, -knob.n.01,sliceable,0,0,FALSE,,,,, -knob.n.01,slicer,1,0,FALSE,,,,, -knob.n.01,soakable,0,0,FALSE,,,,, -corn_syrup.n.01,liquid,1,1,FALSE,,,,, -corn_syrup.n.01,heatSource,0,0,FALSE,,,,, -corn_syrup.n.01,fireSource,0,0,FALSE,,,,, -corn_syrup.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -corn_syrup.n.01,coldSource,0,0,FALSE,,,,, -corn_syrup.n.01,sliceable,0,0,FALSE,,,,, -corn_syrup.n.01,slicer,0,0,FALSE,,,,, -corn_syrup.n.01,soakable,0,0,FALSE,,,,, -costume.n.01,liquid,0,0,FALSE,,,,, -costume.n.01,heatSource,0,0,FALSE,,,,, -costume.n.01,fireSource,0,0,FALSE,,,,, -costume.n.01,cookable,0,0,FALSE,,,,, -costume.n.01,coldSource,0,0,FALSE,,,,, -costume.n.01,sliceable,0,0,FALSE,,,,, -costume.n.01,slicer,0,0,FALSE,,,,, -costume.n.01,soakable,0,1,FALSE,,,,, -crossbar.n.01,liquid,0,0,FALSE,,,,, -crossbar.n.01,heatSource,0,0,FALSE,,,,, -crossbar.n.01,fireSource,0,0,FALSE,,,,, -crossbar.n.01,cookable,0,0,FALSE,,,,, -crossbar.n.01,coldSource,0,0,FALSE,,,,, -crossbar.n.01,sliceable,0,0,FALSE,,,,, -crossbar.n.01,slicer,1,0,FALSE,,,,, -crossbar.n.01,soakable,0,0,FALSE,,,,, -crouton.n.01,liquid,0,0,FALSE,,,,, -crouton.n.01,heatSource,0,0,FALSE,,,,, -crouton.n.01,fireSource,1,0,FALSE,,,,, -crouton.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -crouton.n.01,coldSource,0,0,FALSE,,,,, -crouton.n.01,sliceable,0,1,FALSE,,,,, -crouton.n.01,slicer,0,0,FALSE,,,,, -crouton.n.01,soakable,0,1,FALSE,,,,, -curry.n.01,liquid,0,0,FALSE,,,,, -curry.n.01,heatSource,0,0,FALSE,,,,, -curry.n.01,fireSource,1,0,FALSE,,,,, -curry.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -curry.n.01,coldSource,0,0,FALSE,,,,, -curry.n.01,sliceable,0,0,FALSE,,,,, -curry.n.01,slicer,0,0,FALSE,,,,, -curry.n.01,soakable,0,0,FALSE,,,,, -custard.n.01,liquid,0,0,FALSE,,,,, -custard.n.01,heatSource,0,0,FALSE,,,,, -custard.n.01,fireSource,1,0,FALSE,,,,, -custard.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -custard.n.01,coldSource,1,0,FALSE,,,,, -custard.n.01,sliceable,0,0,FALSE,,,,, -custard.n.01,slicer,0,0,FALSE,,,,, -custard.n.01,soakable,0,0,FALSE,,,,, -antifreeze.n.01,liquid,1,1,FALSE,,,,, -antifreeze.n.01,heatSource,0,0,FALSE,,,,, -antifreeze.n.01,fireSource,0,0,FALSE,,,,, -antifreeze.n.01,cookable,1,0,FALSE,,,,, -antifreeze.n.01,coldSource,1,0,FALSE,,,,, -antifreeze.n.01,sliceable,0,0,FALSE,,,,, -antifreeze.n.01,slicer,0,0,FALSE,,,,, -antifreeze.n.01,soakable,0,0,FALSE,,,,, -denture.n.01,liquid,0,0,FALSE,,,,, -denture.n.01,heatSource,0,0,FALSE,,,,, -denture.n.01,fireSource,0,0,FALSE,,,,, -denture.n.01,cookable,0,0,FALSE,,,,, -denture.n.01,coldSource,1,0,FALSE,,,,, -denture.n.01,sliceable,0,0,FALSE,,,,, -denture.n.01,slicer,0,0,FALSE,,,,, -denture.n.01,soakable,0,0,FALSE,,,,, -dial.n.03,liquid,0,0,FALSE,,,,, -dial.n.03,heatSource,0,0,FALSE,,,,, -dial.n.03,fireSource,0,0,FALSE,,,,, -dial.n.03,cookable,0,0,FALSE,,,,, -dial.n.03,coldSource,0,0,FALSE,,,,, -dial.n.03,sliceable,0,0,FALSE,,,,, -dial.n.03,slicer,1,0,FALSE,,,,, -dial.n.03,soakable,0,0,FALSE,,,,, -dog_food.n.01,liquid,0,0,FALSE,,,,, -dog_food.n.01,heatSource,0,0,FALSE,,,,, -dog_food.n.01,fireSource,1,0,FALSE,,,,, -dog_food.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -dog_food.n.01,coldSource,0,0,FALSE,,,,, -dog_food.n.01,sliceable,0,0,FALSE,,,,, -dog_food.n.01,slicer,0,0,FALSE,,,,, -dog_food.n.01,soakable,0,1,FALSE,,,,, -dowel.n.01,liquid,0,0,FALSE,,,,, -dowel.n.01,heatSource,0,0,FALSE,,,,, -dowel.n.01,fireSource,0,0,FALSE,,,,, -dowel.n.01,cookable,0,0,FALSE,,,,, -dowel.n.01,coldSource,0,0,FALSE,,,,, -dowel.n.01,sliceable,0,0,FALSE,,,,, -dowel.n.01,slicer,1,0,FALSE,,,,, -dowel.n.01,soakable,0,1,FALSE,,,,, -racket.n.04,liquid,0,0,FALSE,,,,, -racket.n.04,heatSource,0,0,FALSE,,,,, -racket.n.04,fireSource,0,0,FALSE,,,,, -racket.n.04,cookable,0,0,FALSE,,,,, -racket.n.04,coldSource,0,0,FALSE,,,,, -racket.n.04,sliceable,0,0,FALSE,,,,, -racket.n.04,slicer,1,0,FALSE,,,,, -racket.n.04,soakable,0,0,FALSE,,,,, -rubber_boot.n.01,liquid,0,0,FALSE,,,,, -rubber_boot.n.01,heatSource,0,0,FALSE,,,,, -rubber_boot.n.01,fireSource,0,0,FALSE,,,,, -rubber_boot.n.01,cookable,0,0,FALSE,,,,, -rubber_boot.n.01,coldSource,0,0,FALSE,,,,, -rubber_boot.n.01,sliceable,0,0,FALSE,,,,, -rubber_boot.n.01,slicer,0,0,FALSE,,,,, -rubber_boot.n.01,soakable,0,0,FALSE,,,,, -ramekin.n.01,liquid,0,0,FALSE,,,,, -ramekin.n.01,heatSource,0,0,FALSE,,,,, -ramekin.n.01,fireSource,1,0,FALSE,,,,, -ramekin.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -ramekin.n.01,coldSource,1,0,FALSE,,,,, -ramekin.n.01,sliceable,0,1,FALSE,,,,, -ramekin.n.01,slicer,1,0,FALSE,,,,, -ramekin.n.01,soakable,0,0,FALSE,,,,, -retainer.n.03,liquid,0,0,FALSE,,,,, -retainer.n.03,heatSource,0,0,FALSE,,,,, -retainer.n.03,fireSource,0,0,FALSE,,,,, -retainer.n.03,cookable,0,0,FALSE,,,,, -retainer.n.03,coldSource,0,0,FALSE,,,,, -retainer.n.03,sliceable,0,0,FALSE,,,,, -retainer.n.03,slicer,0,0,FALSE,,,,, -retainer.n.03,soakable,0,0,FALSE,,,,, -pieplant.n.01,liquid,0,0,FALSE,,,,, -pieplant.n.01,heatSource,0,0,FALSE,,,,, -pieplant.n.01,fireSource,1,0,FALSE,,,,, -pieplant.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pieplant.n.01,coldSource,0,0,FALSE,,,,, -pieplant.n.01,sliceable,0,1,FALSE,,,,, -pieplant.n.01,slicer,0,0,FALSE,,,,, -pieplant.n.01,soakable,0,0,FALSE,,,,, -ricotta.n.01,liquid,0,0,FALSE,,,,, -ricotta.n.01,heatSource,0,0,FALSE,,,,, -ricotta.n.01,fireSource,0,0,FALSE,,,,, -ricotta.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -ricotta.n.01,coldSource,0,0,FALSE,,,,, -ricotta.n.01,sliceable,0,1,FALSE,,,,, -ricotta.n.01,slicer,0,0,FALSE,,,,, -ricotta.n.01,soakable,0,0,FALSE,,,,, -halite.n.01,liquid,0,0,FALSE,,,,, -halite.n.01,heatSource,0,0,FALSE,,,,, -halite.n.01,fireSource,0,0,FALSE,,,,, -halite.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://jamiegeller.com/from-jamie/how-do-you-cook-with-rock-salt/,, -halite.n.01,coldSource,0,0,FALSE,,,,, -halite.n.01,sliceable,0,0,FALSE,,,,, -halite.n.01,slicer,0,0,FALSE,,,,, -halite.n.01,soakable,0,0,FALSE,,,,, -rubbing_alcohol.n.01,liquid,1,1,FALSE,,,,, -rubbing_alcohol.n.01,heatSource,0,0,FALSE,,,,, -rubbing_alcohol.n.01,fireSource,0,0,FALSE,,,,, -rubbing_alcohol.n.01,cookable,0,0,FALSE,,,,, -rubbing_alcohol.n.01,coldSource,0,0,FALSE,,,,, -rubbing_alcohol.n.01,sliceable,0,0,FALSE,,,,, -rubbing_alcohol.n.01,slicer,0,0,FALSE,,,,, -rubbing_alcohol.n.01,soakable,0,0,FALSE,,,,, -rutabaga.n.01,liquid,0,0,FALSE,,,,, -rutabaga.n.01,heatSource,0,0,FALSE,,,,, -rutabaga.n.01,fireSource,1,0,FALSE,,,,, -rutabaga.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.mariaushakova.com/2020/02/how-to-cook-rutabaga/,, -rutabaga.n.01,coldSource,0,0,FALSE,,,,, -rutabaga.n.01,sliceable,0,1,FALSE,,,,, -rutabaga.n.01,slicer,0,0,FALSE,,,,, -rutabaga.n.01,soakable,0,0,FALSE,,,,, -scale.n.10,liquid,0,0,FALSE,,,,, -scale.n.10,heatSource,0,0,FALSE,,,,, -scale.n.10,fireSource,0,0,FALSE,,,,, -scale.n.10,cookable,0,0,FALSE,,,,, -scale.n.10,coldSource,0,0,FALSE,,,,, -scale.n.10,sliceable,0,0,FALSE,,,,, -scale.n.10,slicer,1,0,FALSE,,,,, -scale.n.10,soakable,0,0,FALSE,,,,, -scone.n.01,liquid,0,0,FALSE,,,,, -scone.n.01,heatSource,0,0,FALSE,,,,, -scone.n.01,fireSource,1,0,FALSE,,,,, -scone.n.01,cookable,0,1,TRUE,93,UNKNOWN,https://blog.thermoworks.com/bread/baked-good-doneness-temps/,, -scone.n.01,coldSource,1,0,FALSE,,,,, -scone.n.01,sliceable,0,1,FALSE,,,,, -scone.n.01,slicer,0,0,FALSE,,,,, -scone.n.01,soakable,0,0,FALSE,,,,, -seashell.n.01,liquid,0,0,FALSE,,,,, -seashell.n.01,heatSource,0,0,FALSE,,,,, -seashell.n.01,fireSource,0,0,FALSE,,,,, -seashell.n.01,cookable,0,0,FALSE,,,,, -seashell.n.01,coldSource,0,0,FALSE,,,,, -seashell.n.01,sliceable,0,0,FALSE,,,,, -seashell.n.01,slicer,1,0,FALSE,,,,, -seashell.n.01,soakable,0,0,FALSE,,,,, -shellac.n.02,liquid,1,1,FALSE,,,,, -shellac.n.02,heatSource,0,0,FALSE,,,,, -shellac.n.02,fireSource,0,0,FALSE,,,,, -shellac.n.02,cookable,0,0,FALSE,,,,, -shellac.n.02,coldSource,0,0,FALSE,,,,, -shellac.n.02,sliceable,0,0,FALSE,,,,, -shellac.n.02,slicer,1,0,FALSE,,,,, -shellac.n.02,soakable,0,0,FALSE,,,,, -shiitake.n.01,liquid,0,0,FALSE,,,,, -shiitake.n.01,heatSource,0,0,FALSE,,,,, -shiitake.n.01,fireSource,1,0,FALSE,,,,, -shiitake.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -shiitake.n.01,coldSource,0,0,FALSE,,,,, -shiitake.n.01,sliceable,0,1,FALSE,,,,, -shiitake.n.01,slicer,1,0,FALSE,,,,, -shiitake.n.01,soakable,0,0,FALSE,,,,, -shoebox.n.02,liquid,0,0,FALSE,,,,, -shoebox.n.02,heatSource,0,0,FALSE,,,,, -shoebox.n.02,fireSource,0,0,FALSE,,,,, -shoebox.n.02,cookable,0,0,FALSE,,,,, -shoebox.n.02,coldSource,0,0,FALSE,,,,, -shoebox.n.02,sliceable,0,0,FALSE,,,,, -shoebox.n.02,slicer,0,0,FALSE,,,,, -shoebox.n.02,soakable,1,1,FALSE,,,,, -shutter.n.02,liquid,0,0,FALSE,,,,, -shutter.n.02,heatSource,0,0,FALSE,,,,, -shutter.n.02,fireSource,0,0,FALSE,,,,, -shutter.n.02,cookable,0,0,FALSE,,,,, -shutter.n.02,coldSource,0,0,FALSE,,,,, -shutter.n.02,sliceable,0,0,FALSE,,,,, -shutter.n.02,slicer,1,0,FALSE,,,,, -shutter.n.02,soakable,1,0,FALSE,,,,, -silver.n.02,liquid,0,0,FALSE,,,,, -silver.n.02,heatSource,0,0,FALSE,,,,, -silver.n.02,fireSource,0,0,FALSE,,,,, -silver.n.02,cookable,0,0,FALSE,,,,, -silver.n.02,coldSource,0,0,FALSE,,,,, -silver.n.02,sliceable,0,0,FALSE,,,,, -silver.n.02,slicer,1,0,FALSE,,,,, -silver.n.02,soakable,0,0,FALSE,,,,, -skateboard.n.01,liquid,0,0,FALSE,,,,, -skateboard.n.01,heatSource,0,0,FALSE,,,,, -skateboard.n.01,fireSource,0,0,FALSE,,,,, -skateboard.n.01,cookable,0,0,FALSE,,,,, -skateboard.n.01,coldSource,0,0,FALSE,,,,, -skateboard.n.01,sliceable,0,0,FALSE,,,,, -skateboard.n.01,slicer,0,0,FALSE,,,,, -skateboard.n.01,soakable,0,0,FALSE,,,,, -slat.n.01,liquid,0,0,FALSE,,,,, -slat.n.01,heatSource,0,0,FALSE,,,,, -slat.n.01,fireSource,0,0,FALSE,,,,, -slat.n.01,cookable,0,0,FALSE,,,,, -slat.n.01,coldSource,0,0,FALSE,,,,, -slat.n.01,sliceable,0,0,FALSE,,,,, -slat.n.01,slicer,1,0,FALSE,,,,, -slat.n.01,soakable,1,0,FALSE,,,,, -snapper.n.02,liquid,0,0,FALSE,,,,, -snapper.n.02,heatSource,0,0,FALSE,,,,, -snapper.n.02,fireSource,1,0,FALSE,,,,, -snapper.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -snapper.n.02,coldSource,0,0,FALSE,,,,, -snapper.n.02,sliceable,0,1,FALSE,,,,, -snapper.n.02,slicer,0,0,FALSE,,,,, -snapper.n.02,soakable,0,0,FALSE,,,,, -snow_pea.n.02,liquid,0,0,FALSE,,,,, -snow_pea.n.02,heatSource,0,0,FALSE,,,,, -snow_pea.n.02,fireSource,1,0,FALSE,,,,, -snow_pea.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -snow_pea.n.02,coldSource,0,0,FALSE,,,,, -snow_pea.n.02,sliceable,0,0,FALSE,,,,, -snow_pea.n.02,slicer,0,0,FALSE,,,,, -snow_pea.n.02,soakable,0,0,FALSE,,,,, -scum.n.02,liquid,0,0,FALSE,,,,, -scum.n.02,heatSource,0,0,FALSE,,,,, -scum.n.02,fireSource,0,0,FALSE,,,,, -scum.n.02,cookable,0,0,FALSE,,,,, -scum.n.02,coldSource,0,0,FALSE,,,,, -scum.n.02,sliceable,0,0,FALSE,,,,, -scum.n.02,slicer,0,0,FALSE,,,,, -scum.n.02,soakable,0,0,FALSE,,,,, -soccer.n.01,liquid,0,0,FALSE,,,,, -soccer.n.01,heatSource,0,0,FALSE,,,,, -soccer.n.01,fireSource,0,0,FALSE,,,,, -soccer.n.01,cookable,0,0,FALSE,,,,, -soccer.n.01,coldSource,0,0,FALSE,,,,, -soccer.n.01,sliceable,0,0,FALSE,,,,, -soccer.n.01,slicer,1,0,FALSE,,,,, -soccer.n.01,soakable,0,0,FALSE,,,,, -hand_tool.n.01,liquid,0,0,FALSE,,,,, -hand_tool.n.01,heatSource,0,0,FALSE,,,,, -hand_tool.n.01,fireSource,0,0,FALSE,,,,, -hand_tool.n.01,cookable,0,0,FALSE,,,,, -hand_tool.n.01,coldSource,0,0,FALSE,,,,, -hand_tool.n.01,sliceable,0,0,FALSE,,,,, -hand_tool.n.01,slicer,1,1,FALSE,,,,, -hand_tool.n.01,soakable,0,0,FALSE,,,,, -carbon_black.n.01,liquid,0,0,FALSE,,,,, -carbon_black.n.01,heatSource,0,0,FALSE,,,,, -carbon_black.n.01,fireSource,0,0,FALSE,,,,, -carbon_black.n.01,cookable,0,0,FALSE,,,,, -carbon_black.n.01,coldSource,0,0,FALSE,,,,, -carbon_black.n.01,sliceable,0,0,FALSE,,,,, -carbon_black.n.01,slicer,0,0,FALSE,,,,, -carbon_black.n.01,soakable,0,0,FALSE,,,,, -soy.n.04,liquid,0,0,FALSE,,,,, -soy.n.04,heatSource,0,0,FALSE,,,,, -soy.n.04,fireSource,1,0,FALSE,,,,, -soy.n.04,cookable,0,1,TRUE,100,UNKNOWN,https://www.thespruceeats.com/how-to-cook-soy-beans-3376401,, -soy.n.04,coldSource,0,0,FALSE,,,,, -soy.n.04,sliceable,0,0,FALSE,,,,, -soy.n.04,slicer,0,0,FALSE,,,,, -soy.n.04,soakable,0,0,FALSE,,,,, -spackle.n.01,liquid,0,0,FALSE,,,,, -spackle.n.01,heatSource,0,0,FALSE,,,,, -spackle.n.01,fireSource,0,0,FALSE,,,,, -spackle.n.01,cookable,0,0,FALSE,,,,, -spackle.n.01,coldSource,1,0,FALSE,,,,, -spackle.n.01,sliceable,0,0,FALSE,,,,, -spackle.n.01,slicer,1,0,FALSE,,,,, -spackle.n.01,soakable,0,0,FALSE,,,,, -bottle.n.01,liquid,1,0,FALSE,,,,, -bottle.n.01,heatSource,0,0,FALSE,,,,, -bottle.n.01,fireSource,0,0,FALSE,,,,, -bottle.n.01,cookable,0,0,FALSE,,,,, -bottle.n.01,coldSource,1,0,FALSE,,,,, -bottle.n.01,sliceable,0,0,FALSE,,,,, -bottle.n.01,slicer,1,0,FALSE,,,,, -bottle.n.01,soakable,0,0,FALSE,,,,, -hot_sauce.n.01,liquid,0,0,FALSE,,,,, -hot_sauce.n.01,heatSource,1,0,FALSE,,,,, -hot_sauce.n.01,fireSource,1,0,FALSE,,,,, -hot_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -hot_sauce.n.01,coldSource,0,0,FALSE,,,,, -hot_sauce.n.01,sliceable,0,0,FALSE,,,,, -hot_sauce.n.01,slicer,0,0,FALSE,,,,, -hot_sauce.n.01,soakable,0,0,FALSE,,,,, -cooking_utensil.n.01,liquid,0,0,FALSE,,,,, -cooking_utensil.n.01,heatSource,1,0,FALSE,,,,, -cooking_utensil.n.01,fireSource,1,0,FALSE,,,,, -cooking_utensil.n.01,cookable,0,0,FALSE,,,,, -cooking_utensil.n.01,coldSource,0,0,FALSE,,,,, -cooking_utensil.n.01,sliceable,0,0,FALSE,,,,, -cooking_utensil.n.01,slicer,1,0,FALSE,,,,, -cooking_utensil.n.01,soakable,0,0,FALSE,,,,, -stucco.n.01,liquid,0,0,FALSE,,,,, -stucco.n.01,heatSource,0,0,FALSE,,,,, -stucco.n.01,fireSource,0,0,FALSE,,,,, -stucco.n.01,cookable,0,0,FALSE,,,,, -stucco.n.01,coldSource,0,0,FALSE,,,,, -stucco.n.01,sliceable,0,0,FALSE,,,,, -stucco.n.01,slicer,0,0,FALSE,,,,, -stucco.n.01,soakable,0,0,FALSE,,,,, -summer_squash.n.01,liquid,0,0,FALSE,,,,, -summer_squash.n.01,heatSource,0,0,FALSE,,,,, -summer_squash.n.01,fireSource,1,0,FALSE,,,,, -summer_squash.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -summer_squash.n.01,coldSource,0,0,FALSE,,,,, -summer_squash.n.01,sliceable,0,1,FALSE,,,,, -summer_squash.n.01,slicer,1,0,FALSE,,,,, -summer_squash.n.01,soakable,0,0,FALSE,,,,, -perspiration.n.01,liquid,1,1,FALSE,,,,, -perspiration.n.01,heatSource,0,0,FALSE,,,,, -perspiration.n.01,fireSource,0,0,FALSE,,,,, -perspiration.n.01,cookable,0,0,FALSE,,,,, -perspiration.n.01,coldSource,0,0,FALSE,,,,, -perspiration.n.01,sliceable,0,0,FALSE,,,,, -perspiration.n.01,slicer,0,0,FALSE,,,,, -perspiration.n.01,soakable,0,0,FALSE,,,,, -almond_oil.n.01,liquid,1,1,FALSE,,,,, -almond_oil.n.01,heatSource,0,0,FALSE,,,,, -almond_oil.n.01,fireSource,0,1,FALSE,,,,, -almond_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -almond_oil.n.01,coldSource,1,0,FALSE,,,,, -almond_oil.n.01,sliceable,0,0,FALSE,,,,, -almond_oil.n.01,slicer,0,0,FALSE,,,,, -almond_oil.n.01,soakable,0,0,FALSE,,,,, -sweet_pepper.n.01,liquid,0,0,FALSE,,,,, -sweet_pepper.n.01,heatSource,0,0,FALSE,,,,, -sweet_pepper.n.01,fireSource,1,0,FALSE,,,,, -sweet_pepper.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -sweet_pepper.n.01,coldSource,0,0,FALSE,,,,, -sweet_pepper.n.01,sliceable,0,1,FALSE,,,,, -sweet_pepper.n.01,slicer,1,0,FALSE,,,,, -sweet_pepper.n.01,soakable,0,0,FALSE,,,,, -swiss_cheese.n.01,liquid,0,0,FALSE,,,,, -swiss_cheese.n.01,heatSource,0,0,FALSE,,,,, -swiss_cheese.n.01,fireSource,0,0,FALSE,,,,, -swiss_cheese.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -swiss_cheese.n.01,coldSource,0,0,FALSE,,,,, -swiss_cheese.n.01,sliceable,0,1,FALSE,,,,, -swiss_cheese.n.01,slicer,1,0,FALSE,,,,, -swiss_cheese.n.01,soakable,0,0,FALSE,,,,, -syringe.n.01,liquid,1,0,FALSE,,,,, -syringe.n.01,heatSource,0,0,FALSE,,,,, -syringe.n.01,fireSource,0,0,FALSE,,,,, -syringe.n.01,cookable,0,0,FALSE,,,,, -syringe.n.01,coldSource,1,0,FALSE,,,,, -syringe.n.01,sliceable,0,0,FALSE,,,,, -syringe.n.01,slicer,1,0,FALSE,,,,, -syringe.n.01,soakable,0,0,FALSE,,,,, -talcum.n.02,liquid,0,0,FALSE,,,,, -talcum.n.02,heatSource,0,0,FALSE,,,,, -talcum.n.02,fireSource,0,0,FALSE,,,,, -talcum.n.02,cookable,0,0,FALSE,,,,, -talcum.n.02,coldSource,0,0,FALSE,,,,, -talcum.n.02,sliceable,0,0,FALSE,,,,, -talcum.n.02,slicer,0,0,FALSE,,,,, -talcum.n.02,soakable,0,0,FALSE,,,,, -tarnish.n.01,liquid,0,0,FALSE,,,,, -tarnish.n.01,heatSource,0,0,FALSE,,,,, -tarnish.n.01,fireSource,0,0,FALSE,,,,, -tarnish.n.01,cookable,0,0,FALSE,,,,, -tarnish.n.01,coldSource,0,0,FALSE,,,,, -tarnish.n.01,sliceable,0,0,FALSE,,,,, -tarnish.n.01,slicer,0,0,FALSE,,,,, -tarnish.n.01,soakable,0,0,FALSE,,,,, -tassel.n.01,liquid,0,0,FALSE,,,,, -tassel.n.01,heatSource,0,0,FALSE,,,,, -tassel.n.01,fireSource,0,0,FALSE,,,,, -tassel.n.01,cookable,0,0,FALSE,,,,, -tassel.n.01,coldSource,0,0,FALSE,,,,, -tassel.n.01,sliceable,0,0,FALSE,,,,, -tassel.n.01,slicer,0,0,FALSE,,,,, -tassel.n.01,soakable,0,0,FALSE,,,,, -teddy.n.01,liquid,0,0,FALSE,,,,, -teddy.n.01,heatSource,0,0,FALSE,,,,, -teddy.n.01,fireSource,0,0,FALSE,,,,, -teddy.n.01,cookable,0,0,FALSE,,,,, -teddy.n.01,coldSource,0,0,FALSE,,,,, -teddy.n.01,sliceable,0,0,FALSE,,,,, -teddy.n.01,slicer,0,0,FALSE,,,,, -teddy.n.01,soakable,0,1,FALSE,,,,, -toaster_oven.n.01,liquid,0,0,FALSE,,,,, -toaster_oven.n.01,heatSource,1,1,FALSE,,,,, -toaster_oven.n.01,fireSource,0,0,FALSE,,,,, -toaster_oven.n.01,cookable,0,0,FALSE,,,,, -toaster_oven.n.01,coldSource,0,0,FALSE,,,,, -toaster_oven.n.01,sliceable,0,0,FALSE,,,,, -toaster_oven.n.01,slicer,1,0,FALSE,,,,, -toaster_oven.n.01,soakable,0,0,FALSE,,,,, -trampoline.n.01,liquid,0,0,FALSE,,,,, -trampoline.n.01,heatSource,0,0,FALSE,,,,, -trampoline.n.01,fireSource,0,0,FALSE,,,,, -trampoline.n.01,cookable,0,0,FALSE,,,,, -trampoline.n.01,coldSource,0,0,FALSE,,,,, -trampoline.n.01,sliceable,0,0,FALSE,,,,, -trampoline.n.01,slicer,0,0,FALSE,,,,, -trampoline.n.01,soakable,0,0,FALSE,,,,, -tripod.n.01,liquid,0,0,FALSE,,,,, -tripod.n.01,heatSource,0,0,FALSE,,,,, -tripod.n.01,fireSource,0,0,FALSE,,,,, -tripod.n.01,cookable,0,0,FALSE,,,,, -tripod.n.01,coldSource,0,0,FALSE,,,,, -tripod.n.01,sliceable,0,0,FALSE,,,,, -tripod.n.01,slicer,0,0,FALSE,,,,, -tripod.n.01,soakable,0,0,FALSE,,,,, -trophy.n.02,liquid,0,0,FALSE,,,,, -trophy.n.02,heatSource,0,0,FALSE,,,,, -trophy.n.02,fireSource,0,0,FALSE,,,,, -trophy.n.02,cookable,0,0,FALSE,,,,, -trophy.n.02,coldSource,0,0,FALSE,,,,, -trophy.n.02,sliceable,0,0,FALSE,,,,, -trophy.n.02,slicer,1,0,FALSE,,,,, -trophy.n.02,soakable,0,0,FALSE,,,,, -petite_marmite.n.01,liquid,1,1,FALSE,,,,, -petite_marmite.n.01,heatSource,0,0,FALSE,,,,, -petite_marmite.n.01,fireSource,1,0,FALSE,,,,, -petite_marmite.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -petite_marmite.n.01,coldSource,0,0,FALSE,,,,, -petite_marmite.n.01,sliceable,0,0,FALSE,,,,, -petite_marmite.n.01,slicer,0,0,FALSE,,,,, -petite_marmite.n.01,soakable,0,0,FALSE,,,,, -venison.n.01,liquid,0,0,FALSE,,,,, -venison.n.01,heatSource,0,0,FALSE,,,,, -venison.n.01,fireSource,1,0,FALSE,,,,, -venison.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -venison.n.01,coldSource,0,0,FALSE,,,,, -venison.n.01,sliceable,0,1,FALSE,,,,, -venison.n.01,slicer,0,0,FALSE,,,,, -venison.n.01,soakable,0,0,FALSE,,,,, -vest.n.01,liquid,0,0,FALSE,,,,, -vest.n.01,heatSource,0,0,FALSE,,,,, -vest.n.01,fireSource,0,0,FALSE,,,,, -vest.n.01,cookable,0,0,FALSE,,,,, -vest.n.01,coldSource,0,0,FALSE,,,,, -vest.n.01,sliceable,0,0,FALSE,,,,, -vest.n.01,slicer,0,0,FALSE,,,,, -vest.n.01,soakable,0,1,FALSE,,,,, -kitchen_appliance.n.01,liquid,0,0,FALSE,,,,, -kitchen_appliance.n.01,heatSource,1,0,FALSE,,,,, -kitchen_appliance.n.01,fireSource,0,0,FALSE,,,,, -kitchen_appliance.n.01,cookable,1,0,FALSE,,,,, -kitchen_appliance.n.01,coldSource,0,0,FALSE,,,,, -kitchen_appliance.n.01,sliceable,0,0,FALSE,,,,, -kitchen_appliance.n.01,slicer,1,1,FALSE,,,,, -kitchen_appliance.n.01,soakable,0,0,FALSE,,,,, -dispenser.n.01,liquid,0,0,FALSE,,,,, -dispenser.n.01,heatSource,0,0,FALSE,,,,, -dispenser.n.01,fireSource,0,0,FALSE,,,,, -dispenser.n.01,cookable,0,0,FALSE,,,,, -dispenser.n.01,coldSource,1,0,FALSE,,,,, -dispenser.n.01,sliceable,0,0,FALSE,,,,, -dispenser.n.01,slicer,1,1,FALSE,,,,, -dispenser.n.01,soakable,0,0,FALSE,,,,, -water_filter.n.01,liquid,0,0,FALSE,,,,, -water_filter.n.01,heatSource,0,0,FALSE,,,,, -water_filter.n.01,fireSource,0,0,FALSE,,,,, -water_filter.n.01,cookable,0,0,FALSE,,,,, -water_filter.n.01,coldSource,1,0,FALSE,,,,, -water_filter.n.01,sliceable,0,0,FALSE,,,,, -water_filter.n.01,slicer,1,0,FALSE,,,,, -water_filter.n.01,soakable,0,0,FALSE,,,,, -whetstone.n.01,liquid,0,0,FALSE,,,,, -whetstone.n.01,heatSource,0,0,FALSE,,,,, -whetstone.n.01,fireSource,0,0,FALSE,,,,, -whetstone.n.01,cookable,0,0,FALSE,,,,, -whetstone.n.01,coldSource,0,0,FALSE,,,,, -whetstone.n.01,sliceable,0,0,FALSE,,,,, -whetstone.n.01,slicer,1,0,FALSE,,,,, -whetstone.n.01,soakable,0,0,FALSE,,,,, -whistle.n.04,liquid,0,0,FALSE,,,,, -whistle.n.04,heatSource,0,0,FALSE,,,,, -whistle.n.04,fireSource,0,0,FALSE,,,,, -whistle.n.04,cookable,0,0,FALSE,,,,, -whistle.n.04,coldSource,0,0,FALSE,,,,, -whistle.n.04,sliceable,0,0,FALSE,,,,, -whistle.n.04,slicer,1,0,FALSE,,,,, -whistle.n.04,soakable,0,0,FALSE,,,,, -white_sauce.n.01,liquid,0,1,FALSE,,,,, -white_sauce.n.01,heatSource,0,0,FALSE,,,,, -white_sauce.n.01,fireSource,1,0,FALSE,,,,, -white_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -white_sauce.n.01,coldSource,1,0,FALSE,,,,, -white_sauce.n.01,sliceable,0,0,FALSE,,,,, -white_sauce.n.01,slicer,0,0,FALSE,,,,, -white_sauce.n.01,soakable,0,0,FALSE,,,,, -bread.n.01,liquid,0,0,FALSE,,,,, -bread.n.01,heatSource,0,0,FALSE,,,,, -bread.n.01,fireSource,1,0,FALSE,,,,, -bread.n.01,cookable,0,1,TRUE,82,UNKNOWN,https://blog.thermoworks.com/bread/baked-good-doneness-temps/,, -bread.n.01,coldSource,0,0,FALSE,,,,, -bread.n.01,sliceable,0,1,FALSE,,,,, -bread.n.01,slicer,1,0,FALSE,,,,, -bread.n.01,soakable,1,1,FALSE,,,,, -overgarment.n.01,liquid,0,0,FALSE,,,,, -overgarment.n.01,heatSource,0,0,FALSE,,,,, -overgarment.n.01,fireSource,0,0,FALSE,,,,, -overgarment.n.01,cookable,0,0,FALSE,,,,, -overgarment.n.01,coldSource,0,0,FALSE,,,,, -overgarment.n.01,sliceable,0,0,FALSE,,,,, -overgarment.n.01,slicer,0,0,FALSE,,,,, -overgarment.n.01,soakable,1,1,FALSE,,,,, -wire_cutter.n.01,liquid,0,0,FALSE,,,,, -wire_cutter.n.01,heatSource,0,0,FALSE,,,,, -wire_cutter.n.01,fireSource,0,0,FALSE,,,,, -wire_cutter.n.01,cookable,0,0,FALSE,,,,, -wire_cutter.n.01,coldSource,0,0,FALSE,,,,, -wire_cutter.n.01,sliceable,0,0,FALSE,,,,, -wire_cutter.n.01,slicer,1,1,FALSE,,,,, -wire_cutter.n.01,soakable,0,0,FALSE,,,,, -wok.n.01,liquid,0,0,FALSE,,,,, -wok.n.01,heatSource,1,1,FALSE,,,,, -wok.n.01,fireSource,1,0,FALSE,,,,, -wok.n.01,cookable,0,0,FALSE,,,,, -wok.n.01,coldSource,0,0,FALSE,,,,, -wok.n.01,sliceable,0,0,FALSE,,,,, -wok.n.01,slicer,0,0,FALSE,,,,, -wok.n.01,soakable,0,0,FALSE,,,,, -yam.n.03,liquid,0,0,FALSE,,,,, -yam.n.03,heatSource,0,0,FALSE,,,,, -yam.n.03,fireSource,1,0,FALSE,,,,, -yam.n.03,cookable,0,1,TRUE,96,UNKNOWN,"https://bellyfull.net/baked-sweet-potato/#:~:text=Simply%20poke%20the%20potato%20with,potato%20when%20they're%20done.",, -yam.n.03,coldSource,0,0,FALSE,,,,, -yam.n.03,sliceable,0,1,FALSE,,,,, -yam.n.03,slicer,1,0,FALSE,,,,, -yam.n.03,soakable,0,0,FALSE,,,,, -mat.n.03,liquid,0,0,FALSE,,,,, -mat.n.03,heatSource,0,0,FALSE,,,,, -mat.n.03,fireSource,0,0,FALSE,,,,, -mat.n.03,cookable,0,0,FALSE,,,,, -mat.n.03,coldSource,0,0,FALSE,,,,, -mat.n.03,sliceable,0,0,FALSE,,,,, -mat.n.03,slicer,0,0,FALSE,,,,, -mat.n.03,soakable,0,1,FALSE,,,,, -adhesive_material.n.01,liquid,0,0,FALSE,,,,, -adhesive_material.n.01,heatSource,0,0,FALSE,,,,, -adhesive_material.n.01,fireSource,0,0,FALSE,,,,, -adhesive_material.n.01,cookable,0,0,FALSE,,,,, -adhesive_material.n.01,coldSource,0,0,FALSE,,,,, -adhesive_material.n.01,sliceable,0,0,FALSE,,,,, -adhesive_material.n.01,slicer,0,0,FALSE,,,,, -adhesive_material.n.01,soakable,0,0,FALSE,,,,, -nectar.n.01,liquid,1,1,FALSE,,,,, -nectar.n.01,heatSource,0,0,FALSE,,,,, -nectar.n.01,fireSource,0,0,FALSE,,,,, -nectar.n.01,cookable,0,0,FALSE,,,,, -nectar.n.01,coldSource,1,0,FALSE,,,,, -nectar.n.01,sliceable,0,0,FALSE,,,,, -nectar.n.01,slicer,0,0,FALSE,,,,, -nectar.n.01,soakable,0,0,FALSE,,,,, -apple_pie.n.01,liquid,0,0,FALSE,,,,, -apple_pie.n.01,heatSource,0,0,FALSE,,,,, -apple_pie.n.01,fireSource,1,0,FALSE,,,,, -apple_pie.n.01,cookable,0,1,TRUE,80,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, -apple_pie.n.01,coldSource,0,0,FALSE,,,,, -apple_pie.n.01,sliceable,1,1,FALSE,,,,, -apple_pie.n.01,slicer,0,0,FALSE,,,,, -apple_pie.n.01,soakable,0,0,FALSE,,,,, -applesauce.n.01,liquid,0,1,FALSE,,,,, -applesauce.n.01,heatSource,0,0,FALSE,,,,, -applesauce.n.01,fireSource,1,1,FALSE,,,,, -applesauce.n.01,cookable,0,0,FALSE,,,,, -applesauce.n.01,coldSource,1,0,FALSE,,,,, -applesauce.n.01,sliceable,0,0,FALSE,,,,, -applesauce.n.01,slicer,0,0,FALSE,,,,, -applesauce.n.01,soakable,0,0,FALSE,,,,, -instrumentality.n.03,liquid,0,0,FALSE,,,,, -instrumentality.n.03,heatSource,1,0,FALSE,,,,, -instrumentality.n.03,fireSource,1,0,FALSE,,,,, -instrumentality.n.03,cookable,1,0,FALSE,,,,, -instrumentality.n.03,coldSource,1,0,FALSE,,,,, -instrumentality.n.03,sliceable,1,0,FALSE,,,,, -instrumentality.n.03,slicer,1,0,FALSE,,,,, -instrumentality.n.03,soakable,1,0,FALSE,,,,, -ashtray.n.01,liquid,0,0,FALSE,,,,, -ashtray.n.01,heatSource,0,0,FALSE,,,,, -ashtray.n.01,fireSource,0,0,FALSE,,,,, -ashtray.n.01,cookable,0,0,FALSE,,,,, -ashtray.n.01,coldSource,0,0,FALSE,,,,, -ashtray.n.01,sliceable,0,0,FALSE,,,,, -ashtray.n.01,slicer,1,0,FALSE,,,,, -ashtray.n.01,soakable,0,0,FALSE,,,,, -asphalt.n.01,liquid,0,0,FALSE,,,,, -asphalt.n.01,heatSource,0,0,FALSE,,,,, -asphalt.n.01,fireSource,0,0,FALSE,,,,, -asphalt.n.01,cookable,0,0,FALSE,,,,, -asphalt.n.01,coldSource,0,0,FALSE,,,,, -asphalt.n.01,sliceable,0,0,FALSE,,,,, -asphalt.n.01,slicer,0,0,FALSE,,,,, -asphalt.n.01,soakable,0,0,FALSE,,,,, -aspirin.n.01,liquid,0,0,FALSE,,,,, -aspirin.n.01,heatSource,0,0,FALSE,,,,, -aspirin.n.01,fireSource,0,0,FALSE,,,,, -aspirin.n.01,cookable,0,0,FALSE,,,,, -aspirin.n.01,coldSource,0,0,FALSE,,,,, -aspirin.n.01,sliceable,0,0,FALSE,,,,, -aspirin.n.01,slicer,1,0,FALSE,,,,, -aspirin.n.01,soakable,0,0,FALSE,,,,, -clothing.n.01,liquid,0,0,FALSE,,,,, -clothing.n.01,heatSource,0,0,FALSE,,,,, -clothing.n.01,fireSource,0,0,FALSE,,,,, -clothing.n.01,cookable,0,0,FALSE,,,,, -clothing.n.01,coldSource,0,0,FALSE,,,,, -clothing.n.01,sliceable,0,0,FALSE,,,,, -clothing.n.01,slicer,0,0,FALSE,,,,, -clothing.n.01,soakable,1,1,FALSE,,,,, -bamboo.n.01,liquid,0,0,FALSE,,,,, -bamboo.n.01,heatSource,0,0,FALSE,,,,, -bamboo.n.01,fireSource,0,0,FALSE,,,,, -bamboo.n.01,cookable,0,0,FALSE,,,,, -bamboo.n.01,coldSource,0,0,FALSE,,,,, -bamboo.n.01,sliceable,0,1,FALSE,,,,, -bamboo.n.01,slicer,1,0,FALSE,,,,, -bamboo.n.01,soakable,0,0,FALSE,,,,, -bandanna.n.01,liquid,0,0,FALSE,,,,, -bandanna.n.01,heatSource,0,0,FALSE,,,,, -bandanna.n.01,fireSource,0,0,FALSE,,,,, -bandanna.n.01,cookable,0,0,FALSE,,,,, -bandanna.n.01,coldSource,0,0,FALSE,,,,, -bandanna.n.01,sliceable,0,0,FALSE,,,,, -bandanna.n.01,slicer,1,0,FALSE,,,,, -bandanna.n.01,soakable,1,1,FALSE,,,,, -barley.n.02,liquid,0,0,FALSE,,,,, -barley.n.02,heatSource,0,0,FALSE,,,,, -barley.n.02,fireSource,1,0,FALSE,,,,, -barley.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -barley.n.02,coldSource,0,0,FALSE,,,,, -barley.n.02,sliceable,0,0,FALSE,,,,, -barley.n.02,slicer,0,0,FALSE,,,,, -barley.n.02,soakable,0,0,FALSE,,,,, -baseball.n.02,liquid,0,0,FALSE,,,,, -baseball.n.02,heatSource,0,0,FALSE,,,,, -baseball.n.02,fireSource,0,0,FALSE,,,,, -baseball.n.02,cookable,0,0,FALSE,,,,, -baseball.n.02,coldSource,0,0,FALSE,,,,, -baseball.n.02,sliceable,0,0,FALSE,,,,, -baseball.n.02,slicer,1,0,FALSE,,,,, -baseball.n.02,soakable,0,0,FALSE,,,,, -hand_glass.n.02,liquid,0,0,FALSE,,,,, -hand_glass.n.02,heatSource,0,0,FALSE,,,,, -hand_glass.n.02,fireSource,0,0,FALSE,,,,, -hand_glass.n.02,cookable,0,0,FALSE,,,,, -hand_glass.n.02,coldSource,1,0,FALSE,,,,, -hand_glass.n.02,sliceable,0,0,FALSE,,,,, -hand_glass.n.02,slicer,1,0,FALSE,,,,, -hand_glass.n.02,soakable,0,0,FALSE,,,,, -marigold.n.01,liquid,0,0,FALSE,,,,, -marigold.n.01,heatSource,0,0,FALSE,,,,, -marigold.n.01,fireSource,0,0,FALSE,,,,, -marigold.n.01,cookable,0,0,FALSE,,,,, -marigold.n.01,coldSource,0,0,FALSE,,,,, -marigold.n.01,sliceable,0,1,FALSE,,,,, -marigold.n.01,slicer,1,0,FALSE,,,,, -marigold.n.01,soakable,0,0,FALSE,,,,, -meat_loaf.n.01,liquid,0,0,FALSE,,,,, -meat_loaf.n.01,heatSource,0,0,FALSE,,,,, -meat_loaf.n.01,fireSource,1,0,FALSE,,,,, -meat_loaf.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -meat_loaf.n.01,coldSource,0,0,FALSE,,,,, -meat_loaf.n.01,sliceable,0,1,FALSE,,,,, -meat_loaf.n.01,slicer,0,0,FALSE,,,,, -meat_loaf.n.01,soakable,0,0,FALSE,,,,, -menorah.n.02,liquid,0,0,FALSE,,,,, -menorah.n.02,heatSource,0,0,FALSE,,,,, -menorah.n.02,fireSource,0,0,FALSE,,,,, -menorah.n.02,cookable,0,0,FALSE,,,,, -menorah.n.02,coldSource,1,0,FALSE,,,,, -menorah.n.02,sliceable,0,0,FALSE,,,,, -menorah.n.02,slicer,1,0,FALSE,,,,, -menorah.n.02,soakable,0,0,FALSE,,,,, -cup.n.03,liquid,0,0,FALSE,,,,, -cup.n.03,heatSource,0,0,FALSE,,,,, -cup.n.03,fireSource,0,0,FALSE,,,,, -cup.n.03,cookable,0,0,FALSE,,,,, -cup.n.03,coldSource,1,0,FALSE,,,,, -cup.n.03,sliceable,0,0,FALSE,,,,, -cup.n.03,slicer,1,0,FALSE,,,,, -cup.n.03,soakable,0,0,FALSE,,,,, -microphone.n.01,liquid,0,0,FALSE,,,,, -microphone.n.01,heatSource,0,0,FALSE,,,,, -microphone.n.01,fireSource,0,0,FALSE,,,,, -microphone.n.01,cookable,0,0,FALSE,,,,, -microphone.n.01,coldSource,0,0,FALSE,,,,, -microphone.n.01,sliceable,0,0,FALSE,,,,, -microphone.n.01,slicer,1,0,FALSE,,,,, -microphone.n.01,soakable,0,0,FALSE,,,,, -jug.n.01,liquid,1,0,FALSE,,,,, -jug.n.01,heatSource,0,0,FALSE,,,,, -jug.n.01,fireSource,0,0,FALSE,,,,, -jug.n.01,cookable,0,0,FALSE,,,,, -jug.n.01,coldSource,1,0,FALSE,,,,, -jug.n.01,sliceable,0,0,FALSE,,,,, -jug.n.01,slicer,1,0,FALSE,,,,, -jug.n.01,soakable,0,0,FALSE,,,,, -milkshake.n.01,liquid,1,1,FALSE,,,,, -milkshake.n.01,heatSource,0,0,FALSE,,,,, -milkshake.n.01,fireSource,0,0,FALSE,,,,, -milkshake.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -milkshake.n.01,coldSource,1,0,FALSE,,,,, -milkshake.n.01,sliceable,0,0,FALSE,,,,, -milkshake.n.01,slicer,0,0,FALSE,,,,, -milkshake.n.01,soakable,0,0,FALSE,,,,, -miso.n.01,liquid,0,0,FALSE,,,,, -miso.n.01,heatSource,0,0,FALSE,,,,, -miso.n.01,fireSource,1,0,FALSE,,,,, -miso.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -miso.n.01,coldSource,0,0,FALSE,,,,, -miso.n.01,sliceable,0,0,FALSE,,,,, -miso.n.01,slicer,0,0,FALSE,,,,, -miso.n.01,soakable,0,0,FALSE,,,,, -mortar.n.03,liquid,0,0,FALSE,,,,, -mortar.n.03,heatSource,0,0,FALSE,,,,, -mortar.n.03,fireSource,0,0,FALSE,,,,, -mortar.n.03,cookable,0,0,FALSE,,,,, -mortar.n.03,coldSource,0,0,FALSE,,,,, -mortar.n.03,sliceable,0,0,FALSE,,,,, -mortar.n.03,slicer,1,0,FALSE,,,,, -mortar.n.03,soakable,0,0,FALSE,,,,, -motorcycle.n.01,liquid,0,0,FALSE,,,,, -motorcycle.n.01,heatSource,0,0,FALSE,,,,, -motorcycle.n.01,fireSource,0,0,FALSE,,,,, -motorcycle.n.01,cookable,0,0,FALSE,,,,, -motorcycle.n.01,coldSource,0,0,FALSE,,,,, -motorcycle.n.01,sliceable,0,0,FALSE,,,,, -motorcycle.n.01,slicer,1,0,FALSE,,,,, -motorcycle.n.01,soakable,0,0,FALSE,,,,, -meter.n.02,liquid,0,0,FALSE,,,,, -meter.n.02,heatSource,0,0,FALSE,,,,, -meter.n.02,fireSource,0,0,FALSE,,,,, -meter.n.02,cookable,0,0,FALSE,,,,, -meter.n.02,coldSource,0,0,FALSE,,,,, -meter.n.02,sliceable,0,0,FALSE,,,,, -meter.n.02,slicer,1,0,FALSE,,,,, -meter.n.02,soakable,0,0,FALSE,,,,, -mustard_seed.n.01,liquid,0,0,FALSE,,,,, -mustard_seed.n.01,heatSource,0,0,FALSE,,,,, -mustard_seed.n.01,fireSource,1,0,FALSE,,,,, -mustard_seed.n.01,cookable,0,1,TRUE,180,UNKNOWN,"https://www.theguardian.com/lifeandstyle/2014/feb/17/how-to-cook-with-mustard-seeds-vivek-singh#:~:text=2%20Heat%20the%20mustard%20oil,simmer%20for%202%2D3%20minutes.",, -mustard_seed.n.01,coldSource,0,0,FALSE,,,,, -mustard_seed.n.01,sliceable,0,0,FALSE,,,,, -mustard_seed.n.01,slicer,0,0,FALSE,,,,, -mustard_seed.n.01,soakable,0,0,FALSE,,,,, -nacho.n.01,liquid,0,0,FALSE,,,,, -nacho.n.01,heatSource,0,0,FALSE,,,,, -nacho.n.01,fireSource,1,0,FALSE,,,,, -nacho.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -nacho.n.01,coldSource,0,0,FALSE,,,,, -nacho.n.01,sliceable,0,1,FALSE,,,,, -nacho.n.01,slicer,1,0,FALSE,,,,, -nacho.n.01,soakable,0,1,FALSE,,,,, -name_tag.n.01,liquid,0,0,FALSE,,,,, -name_tag.n.01,heatSource,0,0,FALSE,,,,, -name_tag.n.01,fireSource,0,0,FALSE,,,,, -name_tag.n.01,cookable,0,0,FALSE,,,,, -name_tag.n.01,coldSource,1,0,FALSE,,,,, -name_tag.n.01,sliceable,0,0,FALSE,,,,, -name_tag.n.01,slicer,1,0,FALSE,,,,, -name_tag.n.01,soakable,0,0,FALSE,,,,, -nectarine.n.02,liquid,0,0,FALSE,,,,, -nectarine.n.02,heatSource,0,0,FALSE,,,,, -nectarine.n.02,fireSource,0,0,FALSE,,,,, -nectarine.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -nectarine.n.02,coldSource,0,0,FALSE,,,,, -nectarine.n.02,sliceable,0,1,FALSE,,,,, -nectarine.n.02,slicer,0,0,FALSE,,,,, -nectarine.n.02,soakable,0,0,FALSE,,,,, -nitrogen.n.01,liquid,0,0,FALSE,,,,, -nitrogen.n.01,heatSource,0,0,FALSE,,,,, -nitrogen.n.01,fireSource,0,0,FALSE,,,,, -nitrogen.n.01,cookable,0,0,FALSE,,,,, -nitrogen.n.01,coldSource,0,0,FALSE,,,,, -nitrogen.n.01,sliceable,0,0,FALSE,,,,, -nitrogen.n.01,slicer,1,0,FALSE,,,,, -nitrogen.n.01,soakable,0,0,FALSE,,,,, -omelet.n.01,liquid,0,0,FALSE,,,,, -omelet.n.01,heatSource,0,0,FALSE,,,,, -omelet.n.01,fireSource,1,0,FALSE,,,,, -omelet.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -omelet.n.01,coldSource,1,0,FALSE,,,,, -omelet.n.01,sliceable,0,1,FALSE,,,,, -omelet.n.01,slicer,0,0,FALSE,,,,, -omelet.n.01,soakable,1,0,FALSE,,,,, -nightwear.n.01,liquid,0,0,FALSE,,,,, -nightwear.n.01,heatSource,0,0,FALSE,,,,, -nightwear.n.01,fireSource,0,0,FALSE,,,,, -nightwear.n.01,cookable,0,0,FALSE,,,,, -nightwear.n.01,coldSource,0,0,FALSE,,,,, -nightwear.n.01,sliceable,0,0,FALSE,,,,, -nightwear.n.01,slicer,0,0,FALSE,,,,, -nightwear.n.01,soakable,0,1,FALSE,,,,, -orange_zest.n.01,liquid,0,1,FALSE,,,,, -orange_zest.n.01,heatSource,0,0,FALSE,,,,, -orange_zest.n.01,fireSource,0,0,FALSE,,,,, -orange_zest.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -orange_zest.n.01,coldSource,0,0,FALSE,,,,, -orange_zest.n.01,sliceable,0,1,FALSE,,,,, -orange_zest.n.01,slicer,0,0,FALSE,,,,, -orange_zest.n.01,soakable,0,0,FALSE,,,,, -remover.n.01,liquid,1,1,FALSE,,,,, -remover.n.01,heatSource,0,0,FALSE,,,,, -remover.n.01,fireSource,0,0,FALSE,,,,, -remover.n.01,cookable,0,0,FALSE,,,,, -remover.n.01,coldSource,0,0,FALSE,,,,, -remover.n.01,sliceable,0,0,FALSE,,,,, -remover.n.01,slicer,0,0,FALSE,,,,, -remover.n.01,soakable,0,0,FALSE,,,,, -cut_of_pork.n.01,liquid,0,0,FALSE,,,,, -cut_of_pork.n.01,heatSource,0,0,FALSE,,,,, -cut_of_pork.n.01,fireSource,1,0,FALSE,,,,, -cut_of_pork.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -cut_of_pork.n.01,coldSource,0,0,FALSE,,,,, -cut_of_pork.n.01,sliceable,0,1,FALSE,,,,, -cut_of_pork.n.01,slicer,0,0,FALSE,,,,, -cut_of_pork.n.01,soakable,0,0,FALSE,,,,, -paraffin.n.01,liquid,0,0,FALSE,,,,, -paraffin.n.01,heatSource,0,0,FALSE,,,,, -paraffin.n.01,fireSource,0,1,FALSE,,,,, -paraffin.n.01,cookable,0,0,FALSE,,,,, -paraffin.n.01,coldSource,0,0,FALSE,,,,, -paraffin.n.01,sliceable,0,0,FALSE,,,,, -paraffin.n.01,slicer,0,0,FALSE,,,,, -paraffin.n.01,soakable,0,0,FALSE,,,,, -paring_knife.n.01,liquid,0,0,FALSE,,,,, -paring_knife.n.01,heatSource,0,0,FALSE,,,,, -paring_knife.n.01,fireSource,0,0,FALSE,,,,, -paring_knife.n.01,cookable,0,0,FALSE,,,,, -paring_knife.n.01,coldSource,0,0,FALSE,,,,, -paring_knife.n.01,sliceable,1,0,FALSE,,,,, -paring_knife.n.01,slicer,1,1,FALSE,,,,, -paring_knife.n.01,soakable,0,0,FALSE,,,,, -cutter.n.06,liquid,0,0,FALSE,,,,, -cutter.n.06,heatSource,0,0,FALSE,,,,, -cutter.n.06,fireSource,0,0,FALSE,,,,, -cutter.n.06,cookable,0,0,FALSE,,,,, -cutter.n.06,coldSource,0,0,FALSE,,,,, -cutter.n.06,sliceable,1,0,FALSE,,,,, -cutter.n.06,slicer,1,1,FALSE,,,,, -cutter.n.06,soakable,0,0,FALSE,,,,, -peat.n.01,liquid,0,0,FALSE,,,,, -peat.n.01,heatSource,1,0,FALSE,,,,, -peat.n.01,fireSource,0,1,FALSE,,,,, -peat.n.01,cookable,0,0,FALSE,,,,, -peat.n.01,coldSource,0,0,FALSE,,,,, -peat.n.01,sliceable,0,0,FALSE,,,,, -peat.n.01,slicer,0,0,FALSE,,,,, -peat.n.01,soakable,0,0,FALSE,,,,, -pepper_shaker.n.01,liquid,0,0,FALSE,,,,, -pepper_shaker.n.01,heatSource,0,0,FALSE,,,,, -pepper_shaker.n.01,fireSource,0,0,FALSE,,,,, -pepper_shaker.n.01,cookable,0,0,FALSE,,,,, -pepper_shaker.n.01,coldSource,0,0,FALSE,,,,, -pepper_shaker.n.01,sliceable,0,0,FALSE,,,,, -pepper_shaker.n.01,slicer,1,0,FALSE,,,,, -pepper_shaker.n.01,soakable,0,0,FALSE,,,,, -peppermint.n.03,liquid,0,0,FALSE,,,,, -peppermint.n.03,heatSource,0,0,FALSE,,,,, -peppermint.n.03,fireSource,0,0,FALSE,,,,, -peppermint.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -peppermint.n.03,coldSource,0,0,FALSE,,,,, -peppermint.n.03,sliceable,0,1,FALSE,,,,, -peppermint.n.03,slicer,0,0,FALSE,,,,, -peppermint.n.03,soakable,0,0,FALSE,,,,, -perch.n.01,liquid,0,0,FALSE,,,,, -perch.n.01,heatSource,0,0,FALSE,,,,, -perch.n.01,fireSource,0,0,FALSE,,,,, -perch.n.01,cookable,0,0,FALSE,,,,, -perch.n.01,coldSource,0,0,FALSE,,,,, -perch.n.01,sliceable,0,1,FALSE,,,,, -perch.n.01,slicer,0,0,FALSE,,,,, -perch.n.01,soakable,0,0,FALSE,,,,, -pestle.n.03,liquid,0,0,FALSE,,,,, -pestle.n.03,heatSource,0,0,FALSE,,,,, -pestle.n.03,fireSource,0,0,FALSE,,,,, -pestle.n.03,cookable,0,0,FALSE,,,,, -pestle.n.03,coldSource,0,0,FALSE,,,,, -pestle.n.03,sliceable,0,0,FALSE,,,,, -pestle.n.03,slicer,0,0,FALSE,,,,, -pestle.n.03,soakable,0,0,FALSE,,,,, -fecal_matter.n.01,liquid,0,0,FALSE,,,,, -fecal_matter.n.01,heatSource,0,0,FALSE,,,,, -fecal_matter.n.01,fireSource,0,0,FALSE,,,,, -fecal_matter.n.01,cookable,0,0,FALSE,,,,, -fecal_matter.n.01,coldSource,0,0,FALSE,,,,, -fecal_matter.n.01,sliceable,0,0,FALSE,,,,, -fecal_matter.n.01,slicer,0,0,FALSE,,,,, -fecal_matter.n.01,soakable,0,0,FALSE,,,,, -photocopier.n.01,liquid,0,0,FALSE,,,,, -photocopier.n.01,heatSource,0,0,FALSE,,,,, -photocopier.n.01,fireSource,0,0,FALSE,,,,, -photocopier.n.01,cookable,0,0,FALSE,,,,, -photocopier.n.01,coldSource,0,0,FALSE,,,,, -photocopier.n.01,sliceable,0,0,FALSE,,,,, -photocopier.n.01,slicer,1,0,FALSE,,,,, -photocopier.n.01,soakable,0,0,FALSE,,,,, -picture_frame.n.01,liquid,0,0,FALSE,,,,, -picture_frame.n.01,heatSource,0,0,FALSE,,,,, -picture_frame.n.01,fireSource,0,0,FALSE,,,,, -picture_frame.n.01,cookable,0,0,FALSE,,,,, -picture_frame.n.01,coldSource,0,0,FALSE,,,,, -picture_frame.n.01,sliceable,0,0,FALSE,,,,, -picture_frame.n.01,slicer,0,0,FALSE,,,,, -picture_frame.n.01,soakable,0,0,FALSE,,,,, -pill.n.01,liquid,0,0,FALSE,,,,, -pill.n.01,heatSource,0,0,FALSE,,,,, -pill.n.01,fireSource,0,0,FALSE,,,,, -pill.n.01,cookable,0,0,FALSE,,,,, -pill.n.01,coldSource,0,0,FALSE,,,,, -pill.n.01,sliceable,0,0,FALSE,,,,, -pill.n.01,slicer,1,0,FALSE,,,,, -pill.n.01,soakable,0,0,FALSE,,,,, -pilsner.n.01,liquid,1,1,FALSE,,,,, -pilsner.n.01,heatSource,0,0,FALSE,,,,, -pilsner.n.01,fireSource,0,0,FALSE,,,,, -pilsner.n.01,cookable,0,0,FALSE,,,,, -pilsner.n.01,coldSource,0,0,FALSE,,,,, -pilsner.n.01,sliceable,0,0,FALSE,,,,, -pilsner.n.01,slicer,1,0,FALSE,,,,, -pilsner.n.01,soakable,0,0,FALSE,,,,, -pine_nut.n.01,liquid,0,0,FALSE,,,,, -pine_nut.n.01,heatSource,0,0,FALSE,,,,, -pine_nut.n.01,fireSource,1,0,FALSE,,,,, -pine_nut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pine_nut.n.01,coldSource,0,0,FALSE,,,,, -pine_nut.n.01,sliceable,0,1,FALSE,,,,, -pine_nut.n.01,slicer,0,0,FALSE,,,,, -pine_nut.n.01,soakable,0,0,FALSE,,,,, -tomato_sauce.n.01,liquid,0,0,FALSE,,,,, -tomato_sauce.n.01,heatSource,0,0,FALSE,,,,, -tomato_sauce.n.01,fireSource,1,0,FALSE,,,,, -tomato_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -tomato_sauce.n.01,coldSource,1,0,FALSE,,,,, -tomato_sauce.n.01,sliceable,0,0,FALSE,,,,, -tomato_sauce.n.01,slicer,0,0,FALSE,,,,, -tomato_sauce.n.01,soakable,0,0,FALSE,,,,, -slab.n.01,liquid,0,0,FALSE,,,,, -slab.n.01,heatSource,0,0,FALSE,,,,, -slab.n.01,fireSource,0,0,FALSE,,,,, -slab.n.01,cookable,0,0,FALSE,,,,, -slab.n.01,coldSource,0,0,FALSE,,,,, -slab.n.01,sliceable,0,0,FALSE,,,,, -slab.n.01,slicer,0,0,FALSE,,,,, -slab.n.01,soakable,0,0,FALSE,,,,, -poker.n.01,liquid,0,0,FALSE,,,,, -poker.n.01,heatSource,1,0,FALSE,,,,, -poker.n.01,fireSource,0,0,FALSE,,,,, -poker.n.01,cookable,0,0,FALSE,,,,, -poker.n.01,coldSource,0,0,FALSE,,,,, -poker.n.01,sliceable,0,0,FALSE,,,,, -poker.n.01,slicer,1,0,FALSE,,,,, -poker.n.01,soakable,0,0,FALSE,,,,, -polo_shirt.n.01,liquid,0,0,FALSE,,,,, -polo_shirt.n.01,heatSource,0,0,FALSE,,,,, -polo_shirt.n.01,fireSource,0,0,FALSE,,,,, -polo_shirt.n.01,cookable,0,0,FALSE,,,,, -polo_shirt.n.01,coldSource,0,0,FALSE,,,,, -polo_shirt.n.01,sliceable,0,0,FALSE,,,,, -polo_shirt.n.01,slicer,0,0,FALSE,,,,, -polo_shirt.n.01,soakable,1,1,FALSE,,,,, -poppy_seed.n.01,liquid,0,0,FALSE,,,,, -poppy_seed.n.01,heatSource,0,0,FALSE,,,,, -poppy_seed.n.01,fireSource,1,0,FALSE,,,,, -poppy_seed.n.01,cookable,0,0,FALSE,,,,, -poppy_seed.n.01,coldSource,0,0,FALSE,,,,, -poppy_seed.n.01,sliceable,0,0,FALSE,,,,, -poppy_seed.n.01,slicer,0,0,FALSE,,,,, -poppy_seed.n.01,soakable,0,0,FALSE,,,,, -pork_tenderloin.n.01,liquid,0,0,FALSE,,,,, -pork_tenderloin.n.01,heatSource,0,0,FALSE,,,,, -pork_tenderloin.n.01,fireSource,1,0,FALSE,,,,, -pork_tenderloin.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -pork_tenderloin.n.01,coldSource,0,0,FALSE,,,,, -pork_tenderloin.n.01,sliceable,0,1,FALSE,,,,, -pork_tenderloin.n.01,slicer,0,0,FALSE,,,,, -pork_tenderloin.n.01,soakable,0,0,FALSE,,,,, -porter.n.07,liquid,0,1,FALSE,,,,, -porter.n.07,heatSource,0,0,FALSE,,,,, -porter.n.07,fireSource,0,0,FALSE,,,,, -porter.n.07,cookable,0,0,FALSE,,,,, -porter.n.07,coldSource,0,0,FALSE,,,,, -porter.n.07,sliceable,0,0,FALSE,,,,, -porter.n.07,slicer,0,0,FALSE,,,,, -porter.n.07,soakable,0,0,FALSE,,,,, -outlet.n.02,liquid,0,0,FALSE,,,,, -outlet.n.02,heatSource,0,0,FALSE,,,,, -outlet.n.02,fireSource,0,0,FALSE,,,,, -outlet.n.02,cookable,0,0,FALSE,,,,, -outlet.n.02,coldSource,0,0,FALSE,,,,, -outlet.n.02,sliceable,0,0,FALSE,,,,, -outlet.n.02,slicer,1,0,FALSE,,,,, -outlet.n.02,soakable,0,0,FALSE,,,,, -white_wine.n.01,liquid,1,1,FALSE,,,,, -white_wine.n.01,heatSource,0,0,FALSE,,,,, -white_wine.n.01,fireSource,0,0,FALSE,,,,, -white_wine.n.01,cookable,0,0,FALSE,,,,, -white_wine.n.01,coldSource,1,0,FALSE,,,,, -white_wine.n.01,sliceable,0,0,FALSE,,,,, -white_wine.n.01,slicer,0,0,FALSE,,,,, -white_wine.n.01,soakable,0,0,FALSE,,,,, -pudding.n.01,liquid,0,0,FALSE,,,,, -pudding.n.01,heatSource,0,0,FALSE,,,,, -pudding.n.01,fireSource,1,0,FALSE,,,,, -pudding.n.01,cookable,0,1,TRUE,71,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, -pudding.n.01,coldSource,1,0,FALSE,,,,, -pudding.n.01,sliceable,0,0,FALSE,,,,, -pudding.n.01,slicer,0,0,FALSE,,,,, -pudding.n.01,soakable,1,0,FALSE,,,,, -pulley.n.01,liquid,0,0,FALSE,,,,, -pulley.n.01,heatSource,0,0,FALSE,,,,, -pulley.n.01,fireSource,0,0,FALSE,,,,, -pulley.n.01,cookable,0,0,FALSE,,,,, -pulley.n.01,coldSource,0,0,FALSE,,,,, -pulley.n.01,sliceable,0,0,FALSE,,,,, -pulley.n.01,slicer,0,0,FALSE,,,,, -pulley.n.01,soakable,0,0,FALSE,,,,, -punch.n.02,liquid,1,1,FALSE,,,,, -punch.n.02,heatSource,0,0,FALSE,,,,, -punch.n.02,fireSource,0,0,FALSE,,,,, -punch.n.02,cookable,1,1,TRUE,N/A,UNKNOWN,,, -punch.n.02,coldSource,1,0,FALSE,,,,, -punch.n.02,sliceable,0,0,FALSE,,,,, -punch.n.02,slicer,0,0,FALSE,,,,, -punch.n.02,soakable,0,0,FALSE,,,,, -gourd.n.02,liquid,0,0,FALSE,,,,, -gourd.n.02,heatSource,0,0,FALSE,,,,, -gourd.n.02,fireSource,0,0,FALSE,,,,, -gourd.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -gourd.n.02,coldSource,0,0,FALSE,,,,, -gourd.n.02,sliceable,0,1,FALSE,,,,, -gourd.n.02,slicer,0,0,FALSE,,,,, -gourd.n.02,soakable,0,0,FALSE,,,,, -grouper.n.01,liquid,0,0,FALSE,,,,, -grouper.n.01,heatSource,0,0,FALSE,,,,, -grouper.n.01,fireSource,1,0,FALSE,,,,, -grouper.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -grouper.n.01,coldSource,0,0,FALSE,,,,, -grouper.n.01,sliceable,0,1,FALSE,,,,, -grouper.n.01,slicer,0,0,FALSE,,,,, -grouper.n.01,soakable,0,0,FALSE,,,,, -hairpin.n.01,liquid,0,0,FALSE,,,,, -hairpin.n.01,heatSource,0,0,FALSE,,,,, -hairpin.n.01,fireSource,0,0,FALSE,,,,, -hairpin.n.01,cookable,0,0,FALSE,,,,, -hairpin.n.01,coldSource,0,0,FALSE,,,,, -hairpin.n.01,sliceable,0,0,FALSE,,,,, -hairpin.n.01,slicer,1,0,FALSE,,,,, -hairpin.n.01,soakable,0,0,FALSE,,,,, -tie.n.09,liquid,0,0,FALSE,,,,, -tie.n.09,heatSource,0,0,FALSE,,,,, -tie.n.09,fireSource,0,0,FALSE,,,,, -tie.n.09,cookable,0,0,FALSE,,,,, -tie.n.09,coldSource,0,0,FALSE,,,,, -tie.n.09,sliceable,0,0,FALSE,,,,, -tie.n.09,slicer,0,0,FALSE,,,,, -tie.n.09,soakable,0,0,FALSE,,,,, -halibut.n.01,liquid,0,0,FALSE,,,,, -halibut.n.01,heatSource,0,0,FALSE,,,,, -halibut.n.01,fireSource,1,0,FALSE,,,,, -halibut.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -halibut.n.01,coldSource,0,0,FALSE,,,,, -halibut.n.01,sliceable,0,1,FALSE,,,,, -halibut.n.01,slicer,0,0,FALSE,,,,, -halibut.n.01,soakable,0,0,FALSE,,,,, -ham_hock.n.01,liquid,0,0,FALSE,,,,, -ham_hock.n.01,heatSource,0,0,FALSE,,,,, -ham_hock.n.01,fireSource,1,0,FALSE,,,,, -ham_hock.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -ham_hock.n.01,coldSource,0,0,FALSE,,,,, -ham_hock.n.01,sliceable,0,1,FALSE,,,,, -ham_hock.n.01,slicer,1,0,FALSE,,,,, -ham_hock.n.01,soakable,0,0,FALSE,,,,, -hand_shovel.n.01,liquid,0,0,FALSE,,,,, -hand_shovel.n.01,heatSource,0,0,FALSE,,,,, -hand_shovel.n.01,fireSource,0,0,FALSE,,,,, -hand_shovel.n.01,cookable,0,0,FALSE,,,,, -hand_shovel.n.01,coldSource,0,0,FALSE,,,,, -hand_shovel.n.01,sliceable,0,0,FALSE,,,,, -hand_shovel.n.01,slicer,1,0,FALSE,,,,, -hand_shovel.n.01,soakable,0,0,FALSE,,,,, -iron.n.03,liquid,0,0,FALSE,,,,, -iron.n.03,heatSource,1,0,FALSE,,,,, -iron.n.03,fireSource,0,0,FALSE,,,,, -iron.n.03,cookable,0,0,FALSE,,,,, -iron.n.03,coldSource,0,0,FALSE,,,,, -iron.n.03,sliceable,0,0,FALSE,,,,, -iron.n.03,slicer,1,0,FALSE,,,,, -iron.n.03,soakable,0,0,FALSE,,,,, -planter.n.01,liquid,0,0,FALSE,,,,, -planter.n.01,heatSource,0,0,FALSE,,,,, -planter.n.01,fireSource,0,0,FALSE,,,,, -planter.n.01,cookable,0,0,FALSE,,,,, -planter.n.01,coldSource,0,0,FALSE,,,,, -planter.n.01,sliceable,0,0,FALSE,,,,, -planter.n.01,slicer,1,0,FALSE,,,,, -planter.n.01,soakable,0,0,FALSE,,,,, -hazelnut.n.01,liquid,0,0,FALSE,,,,, -hazelnut.n.01,heatSource,0,0,FALSE,,,,, -hazelnut.n.01,fireSource,1,0,FALSE,,,,, -hazelnut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -hazelnut.n.01,coldSource,0,0,FALSE,,,,, -hazelnut.n.01,sliceable,0,1,FALSE,,,,, -hazelnut.n.01,slicer,0,0,FALSE,,,,, -hazelnut.n.01,soakable,0,0,FALSE,,,,, -forefront.n.01,liquid,0,0,FALSE,,,,, -forefront.n.01,heatSource,0,0,FALSE,,,,, -forefront.n.01,fireSource,0,0,FALSE,,,,, -forefront.n.01,cookable,0,0,FALSE,,,,, -forefront.n.01,coldSource,1,0,FALSE,,,,, -forefront.n.01,sliceable,0,0,FALSE,,,,, -forefront.n.01,slicer,0,0,FALSE,,,,, -forefront.n.01,soakable,0,0,FALSE,,,,, -hedge.n.01,liquid,0,0,FALSE,,,,, -hedge.n.01,heatSource,0,0,FALSE,,,,, -hedge.n.01,fireSource,0,0,FALSE,,,,, -hedge.n.01,cookable,0,0,FALSE,,,,, -hedge.n.01,coldSource,0,0,FALSE,,,,, -hedge.n.01,sliceable,0,0,FALSE,,,,, -hedge.n.01,slicer,0,0,FALSE,,,,, -hedge.n.01,soakable,0,0,FALSE,,,,, -allen_wrench.n.01,liquid,0,0,FALSE,,,,, -allen_wrench.n.01,heatSource,0,0,FALSE,,,,, -allen_wrench.n.01,fireSource,0,0,FALSE,,,,, -allen_wrench.n.01,cookable,0,0,FALSE,,,,, -allen_wrench.n.01,coldSource,0,0,FALSE,,,,, -allen_wrench.n.01,sliceable,0,0,FALSE,,,,, -allen_wrench.n.01,slicer,1,0,FALSE,,,,, -allen_wrench.n.01,soakable,0,0,FALSE,,,,, -buskin.n.01,liquid,0,0,FALSE,,,,, -buskin.n.01,heatSource,0,0,FALSE,,,,, -buskin.n.01,fireSource,0,0,FALSE,,,,, -buskin.n.01,cookable,0,0,FALSE,,,,, -buskin.n.01,coldSource,0,0,FALSE,,,,, -buskin.n.01,sliceable,0,0,FALSE,,,,, -buskin.n.01,slicer,0,0,FALSE,,,,, -buskin.n.01,soakable,0,1,FALSE,,,,, -hutch.n.01,liquid,0,0,FALSE,,,,, -hutch.n.01,heatSource,0,0,FALSE,,,,, -hutch.n.01,fireSource,0,0,FALSE,,,,, -hutch.n.01,cookable,0,0,FALSE,,,,, -hutch.n.01,coldSource,0,0,FALSE,,,,, -hutch.n.01,sliceable,0,0,FALSE,,,,, -hutch.n.01,slicer,0,0,FALSE,,,,, -hutch.n.01,soakable,0,0,FALSE,,,,, -inhaler.n.01,liquid,0,0,FALSE,,,,, -inhaler.n.01,heatSource,0,0,FALSE,,,,, -inhaler.n.01,fireSource,0,0,FALSE,,,,, -inhaler.n.01,cookable,0,0,FALSE,,,,, -inhaler.n.01,coldSource,0,0,FALSE,,,,, -inhaler.n.01,sliceable,0,0,FALSE,,,,, -inhaler.n.01,slicer,1,0,FALSE,,,,, -inhaler.n.01,soakable,0,0,FALSE,,,,, -jerky.n.01,liquid,0,0,FALSE,,,,, -jerky.n.01,heatSource,0,0,FALSE,,,,, -jerky.n.01,fireSource,1,0,FALSE,,,,, -jerky.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -jerky.n.01,coldSource,0,0,FALSE,,,,, -jerky.n.01,sliceable,0,1,FALSE,,,,, -jerky.n.01,slicer,0,0,FALSE,,,,, -jerky.n.01,soakable,0,0,FALSE,,,,, -shot_glass.n.01,liquid,0,0,FALSE,,,,, -shot_glass.n.01,heatSource,0,0,FALSE,,,,, -shot_glass.n.01,fireSource,0,0,FALSE,,,,, -shot_glass.n.01,cookable,0,0,FALSE,,,,, -shot_glass.n.01,coldSource,1,0,FALSE,,,,, -shot_glass.n.01,sliceable,0,0,FALSE,,,,, -shot_glass.n.01,slicer,1,0,FALSE,,,,, -shot_glass.n.01,soakable,0,0,FALSE,,,,, -lager.n.02,liquid,1,1,FALSE,,,,, -lager.n.02,heatSource,0,0,FALSE,,,,, -lager.n.02,fireSource,0,0,FALSE,,,,, -lager.n.02,cookable,0,0,FALSE,,,,, -lager.n.02,coldSource,1,0,FALSE,,,,, -lager.n.02,sliceable,0,0,FALSE,,,,, -lager.n.02,slicer,0,0,FALSE,,,,, -lager.n.02,soakable,0,0,FALSE,,,,, -legging.n.01,liquid,0,0,FALSE,,,,, -legging.n.01,heatSource,0,0,FALSE,,,,, -legging.n.01,fireSource,0,0,FALSE,,,,, -legging.n.01,cookable,0,0,FALSE,,,,, -legging.n.01,coldSource,0,0,FALSE,,,,, -legging.n.01,sliceable,0,0,FALSE,,,,, -legging.n.01,slicer,0,0,FALSE,,,,, -legging.n.01,soakable,1,1,FALSE,,,,, -lemon_peel.n.01,liquid,0,0,FALSE,,,,, -lemon_peel.n.01,heatSource,0,0,FALSE,,,,, -lemon_peel.n.01,fireSource,0,0,FALSE,,,,, -lemon_peel.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lemon_peel.n.01,coldSource,0,0,FALSE,,,,, -lemon_peel.n.01,sliceable,0,1,FALSE,,,,, -lemon_peel.n.01,slicer,0,0,FALSE,,,,, -lemon_peel.n.01,soakable,0,0,FALSE,,,,, -lens.n.01,liquid,0,0,FALSE,,,,, -lens.n.01,heatSource,0,0,FALSE,,,,, -lens.n.01,fireSource,0,0,FALSE,,,,, -lens.n.01,cookable,0,0,FALSE,,,,, -lens.n.01,coldSource,0,0,FALSE,,,,, -lens.n.01,sliceable,0,0,FALSE,,,,, -lens.n.01,slicer,1,0,FALSE,,,,, -lens.n.01,soakable,0,0,FALSE,,,,, -butane.n.01,liquid,0,0,FALSE,,,,, -butane.n.01,heatSource,0,0,FALSE,,,,, -butane.n.01,fireSource,0,0,FALSE,,,,, -butane.n.01,cookable,0,0,FALSE,,,,, -butane.n.01,coldSource,0,0,FALSE,,,,, -butane.n.01,sliceable,0,0,FALSE,,,,, -butane.n.01,slicer,1,0,FALSE,,,,, -butane.n.01,soakable,0,0,FALSE,,,,, -lily.n.01,liquid,0,0,FALSE,,,,, -lily.n.01,heatSource,0,0,FALSE,,,,, -lily.n.01,fireSource,0,0,FALSE,,,,, -lily.n.01,cookable,0,0,FALSE,,,,, -lily.n.01,coldSource,0,0,FALSE,,,,, -lily.n.01,sliceable,0,0,FALSE,,,,, -lily.n.01,slicer,1,0,FALSE,,,,, -lily.n.01,soakable,0,0,FALSE,,,,, -lima_bean.n.03,liquid,0,0,FALSE,,,,, -lima_bean.n.03,heatSource,0,0,FALSE,,,,, -lima_bean.n.03,fireSource,1,0,FALSE,,,,, -lima_bean.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lima_bean.n.03,coldSource,0,0,FALSE,,,,, -lima_bean.n.03,sliceable,0,0,FALSE,,,,, -lima_bean.n.03,slicer,1,0,FALSE,,,,, -lima_bean.n.03,soakable,0,0,FALSE,,,,, -limeade.n.01,liquid,1,1,FALSE,,,,, -limeade.n.01,heatSource,0,0,FALSE,,,,, -limeade.n.01,fireSource,0,0,FALSE,,,,, -limeade.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -limeade.n.01,coldSource,1,0,FALSE,,,,, -limeade.n.01,sliceable,0,0,FALSE,,,,, -limeade.n.01,slicer,0,0,FALSE,,,,, -limeade.n.01,soakable,0,0,FALSE,,,,, -calcium_carbonate.n.01,liquid,0,0,FALSE,,,,, -calcium_carbonate.n.01,heatSource,0,0,FALSE,,,,, -calcium_carbonate.n.01,fireSource,0,0,FALSE,,,,, -calcium_carbonate.n.01,cookable,0,0,FALSE,,,,, -calcium_carbonate.n.01,coldSource,0,0,FALSE,,,,, -calcium_carbonate.n.01,sliceable,0,0,FALSE,,,,, -calcium_carbonate.n.01,slicer,0,0,FALSE,,,,, -calcium_carbonate.n.01,soakable,0,0,FALSE,,,,, -liqueur.n.01,liquid,1,1,FALSE,,,,, -liqueur.n.01,heatSource,0,0,FALSE,,,,, -liqueur.n.01,fireSource,0,0,FALSE,,,,, -liqueur.n.01,cookable,0,0,FALSE,,,,, -liqueur.n.01,coldSource,1,0,FALSE,,,,, -liqueur.n.01,sliceable,0,0,FALSE,,,,, -liqueur.n.01,slicer,1,0,FALSE,,,,, -liqueur.n.01,soakable,0,0,FALSE,,,,, -loofah.n.02,liquid,0,0,FALSE,,,,, -loofah.n.02,heatSource,0,0,FALSE,,,,, -loofah.n.02,fireSource,0,0,FALSE,,,,, -loofah.n.02,cookable,0,0,FALSE,,,,, -loofah.n.02,coldSource,0,0,FALSE,,,,, -loofah.n.02,sliceable,0,1,FALSE,,,,, -loofah.n.02,slicer,0,0,FALSE,,,,, -loofah.n.02,soakable,0,0,FALSE,,,,, -land.n.02,liquid,0,0,FALSE,,,,, -land.n.02,heatSource,0,0,FALSE,,,,, -land.n.02,fireSource,0,0,FALSE,,,,, -land.n.02,cookable,0,0,FALSE,,,,, -land.n.02,coldSource,0,0,FALSE,,,,, -land.n.02,sliceable,0,0,FALSE,,,,, -land.n.02,slicer,0,0,FALSE,,,,, -land.n.02,soakable,0,0,FALSE,,,,, -wood.n.01,liquid,0,0,FALSE,,,,, -wood.n.01,heatSource,0,0,FALSE,,,,, -wood.n.01,fireSource,0,1,FALSE,,,,, -wood.n.01,cookable,0,0,FALSE,,,,, -wood.n.01,coldSource,0,0,FALSE,,,,, -wood.n.01,sliceable,0,0,FALSE,,,,, -wood.n.01,slicer,0,0,FALSE,,,,, -wood.n.01,soakable,0,1,FALSE,,,,, -rubbish.n.01,liquid,0,0,FALSE,,,,, -rubbish.n.01,heatSource,0,0,FALSE,,,,, -rubbish.n.01,fireSource,0,0,FALSE,,,,, -rubbish.n.01,cookable,0,0,FALSE,,,,, -rubbish.n.01,coldSource,0,0,FALSE,,,,, -rubbish.n.01,sliceable,0,0,FALSE,,,,, -rubbish.n.01,slicer,0,0,FALSE,,,,, -rubbish.n.01,soakable,0,0,FALSE,,,,, -case.n.05,liquid,0,0,FALSE,,,,, -case.n.05,heatSource,0,0,FALSE,,,,, -case.n.05,fireSource,0,0,FALSE,,,,, -case.n.05,cookable,0,0,FALSE,,,,, -case.n.05,coldSource,0,0,FALSE,,,,, -case.n.05,sliceable,0,0,FALSE,,,,, -case.n.05,slicer,1,0,FALSE,,,,, -case.n.05,soakable,1,0,FALSE,,,,, -plant.n.02,liquid,0,0,FALSE,,,,, -plant.n.02,heatSource,0,0,FALSE,,,,, -plant.n.02,fireSource,0,0,FALSE,,,,, -plant.n.02,cookable,0,0,FALSE,,,,, -plant.n.02,coldSource,0,0,FALSE,,,,, -plant.n.02,sliceable,0,0,FALSE,,,,, -plant.n.02,slicer,0,0,FALSE,,,,, -plant.n.02,soakable,0,0,FALSE,,,,, -bleaching_agent.n.01,liquid,0,0,FALSE,,,,, -bleaching_agent.n.01,heatSource,0,0,FALSE,,,,, -bleaching_agent.n.01,fireSource,0,0,FALSE,,,,, -bleaching_agent.n.01,cookable,0,0,FALSE,,,,, -bleaching_agent.n.01,coldSource,0,0,FALSE,,,,, -bleaching_agent.n.01,sliceable,0,0,FALSE,,,,, -bleaching_agent.n.01,slicer,0,0,FALSE,,,,, -bleaching_agent.n.01,soakable,0,0,FALSE,,,,, -bin.n.01,liquid,0,0,FALSE,,,,, -bin.n.01,heatSource,0,0,FALSE,,,,, -bin.n.01,fireSource,0,0,FALSE,,,,, -bin.n.01,cookable,0,0,FALSE,,,,, -bin.n.01,coldSource,0,0,FALSE,,,,, -bin.n.01,sliceable,0,0,FALSE,,,,, -bin.n.01,slicer,1,0,FALSE,,,,, -bin.n.01,soakable,0,0,FALSE,,,,, -lemon_juice.n.01,liquid,1,1,FALSE,,,,, -lemon_juice.n.01,heatSource,0,0,FALSE,,,,, -lemon_juice.n.01,fireSource,0,0,FALSE,,,,, -lemon_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -lemon_juice.n.01,coldSource,0,0,FALSE,,,,, -lemon_juice.n.01,sliceable,0,0,FALSE,,,,, -lemon_juice.n.01,slicer,0,0,FALSE,,,,, -lemon_juice.n.01,soakable,0,0,FALSE,,,,, -apparel.n.01,liquid,0,0,FALSE,,,,, -apparel.n.01,heatSource,0,0,FALSE,,,,, -apparel.n.01,fireSource,0,0,FALSE,,,,, -apparel.n.01,cookable,0,0,FALSE,,,,, -apparel.n.01,coldSource,0,0,FALSE,,,,, -apparel.n.01,sliceable,0,0,FALSE,,,,, -apparel.n.01,slicer,0,0,FALSE,,,,, -apparel.n.01,soakable,1,1,FALSE,,,,, -dust.n.01,liquid,0,0,FALSE,,,,, -dust.n.01,heatSource,0,0,FALSE,,,,, -dust.n.01,fireSource,0,0,FALSE,,,,, -dust.n.01,cookable,0,0,FALSE,,,,, -dust.n.01,coldSource,0,0,FALSE,,,,, -dust.n.01,sliceable,0,0,FALSE,,,,, -dust.n.01,slicer,0,0,FALSE,,,,, -dust.n.01,soakable,0,0,FALSE,,,,, -money.n.01,liquid,0,0,FALSE,,,,, -money.n.01,heatSource,0,0,FALSE,,,,, -money.n.01,fireSource,0,0,FALSE,,,,, -money.n.01,cookable,0,0,FALSE,,,,, -money.n.01,coldSource,0,0,FALSE,,,,, -money.n.01,sliceable,0,0,FALSE,,,,, -money.n.01,slicer,1,0,FALSE,,,,, -money.n.01,soakable,0,1,FALSE,,,,, -solution.n.01,liquid,1,1,FALSE,,,,, -solution.n.01,heatSource,0,0,FALSE,,,,, -solution.n.01,fireSource,1,0,FALSE,,,,, -solution.n.01,cookable,1,0,FALSE,,,,, -solution.n.01,coldSource,1,0,FALSE,,,,, -solution.n.01,sliceable,1,0,FALSE,,,,, -solution.n.01,slicer,0,0,FALSE,,,,, -solution.n.01,soakable,0,0,FALSE,,,,, -alcohol.n.01,liquid,1,1,FALSE,,,,, -alcohol.n.01,heatSource,0,0,FALSE,,,,, -alcohol.n.01,fireSource,0,0,FALSE,,,,, -alcohol.n.01,cookable,0,0,FALSE,,,,, -alcohol.n.01,coldSource,1,0,FALSE,,,,, -alcohol.n.01,sliceable,0,0,FALSE,,,,, -alcohol.n.01,slicer,0,0,FALSE,,,,, -alcohol.n.01,soakable,0,0,FALSE,,,,, -ice.n.01,liquid,0,0,FALSE,,,,, -ice.n.01,heatSource,0,0,FALSE,,,,, -ice.n.01,fireSource,0,0,FALSE,,,,, -ice.n.01,cookable,1,0,FALSE,,,,, -ice.n.01,coldSource,0,1,FALSE,,,,, -ice.n.01,sliceable,0,0,FALSE,,,,, -ice.n.01,slicer,0,0,FALSE,,,,, -ice.n.01,soakable,0,0,FALSE,,,,, -debris.n.01,liquid,0,0,FALSE,,,,, -debris.n.01,heatSource,0,0,FALSE,,,,, -debris.n.01,fireSource,0,0,FALSE,,,,, -debris.n.01,cookable,0,0,FALSE,,,,, -debris.n.01,coldSource,0,0,FALSE,,,,, -debris.n.01,sliceable,0,0,FALSE,,,,, -debris.n.01,slicer,0,0,FALSE,,,,, -debris.n.01,soakable,0,1,FALSE,,,,, -cayenne.n.02,liquid,0,0,FALSE,,,,, -cayenne.n.02,heatSource,1,0,FALSE,,,,, -cayenne.n.02,fireSource,1,0,FALSE,,,,, -cayenne.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cayenne.n.02,coldSource,0,0,FALSE,,,,, -cayenne.n.02,sliceable,0,1,FALSE,,,,, -cayenne.n.02,slicer,1,0,FALSE,,,,, -cayenne.n.02,soakable,0,0,FALSE,,,,, -teaspoon.n.02,liquid,0,0,FALSE,,,,, -teaspoon.n.02,heatSource,0,0,FALSE,,,,, -teaspoon.n.02,fireSource,0,0,FALSE,,,,, -teaspoon.n.02,cookable,0,0,FALSE,,,,, -teaspoon.n.02,coldSource,0,0,FALSE,,,,, -teaspoon.n.02,sliceable,0,0,FALSE,,,,, -teaspoon.n.02,slicer,1,0,FALSE,,,,, -teaspoon.n.02,soakable,0,0,FALSE,,,,, -cayenne.n.01,liquid,0,0,FALSE,,,,, -cayenne.n.01,heatSource,1,0,FALSE,,,,, -cayenne.n.01,fireSource,1,0,FALSE,,,,, -cayenne.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cayenne.n.01,coldSource,0,0,FALSE,,,,, -cayenne.n.01,sliceable,0,1,FALSE,,,,, -cayenne.n.01,slicer,1,0,FALSE,,,,, -cayenne.n.01,soakable,0,0,FALSE,,,,, -fruit.n.01,liquid,0,0,FALSE,,,,, -fruit.n.01,heatSource,0,0,FALSE,,,,, -fruit.n.01,fireSource,1,0,FALSE,,,,, -fruit.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -fruit.n.01,coldSource,1,0,FALSE,,,,, -fruit.n.01,sliceable,1,1,FALSE,,,,, -fruit.n.01,slicer,0,0,FALSE,,,,, -fruit.n.01,soakable,0,0,FALSE,,,,, -meat.n.01,liquid,0,0,FALSE,,,,, -meat.n.01,heatSource,0,0,FALSE,,,,, -meat.n.01,fireSource,1,0,FALSE,,,,, -meat.n.01,cookable,0,1,TRUE,Too general,UNKNOWN,,, -meat.n.01,coldSource,0,0,FALSE,,,,, -meat.n.01,sliceable,0,1,FALSE,,,,, -meat.n.01,slicer,0,0,FALSE,,,,, -meat.n.01,soakable,0,0,FALSE,,,,, -sponge.n.01,liquid,0,0,FALSE,,,,, -sponge.n.01,heatSource,0,0,FALSE,,,,, -sponge.n.01,fireSource,0,0,FALSE,,,,, -sponge.n.01,cookable,0,0,FALSE,,,,, -sponge.n.01,coldSource,1,0,FALSE,,,,, -sponge.n.01,sliceable,0,0,FALSE,,,,, -sponge.n.01,slicer,1,0,FALSE,,,,, -sponge.n.01,soakable,1,1,FALSE,,,,, -vegetable.n.01,liquid,0,0,FALSE,,,,, -vegetable.n.01,heatSource,0,0,FALSE,,,,, -vegetable.n.01,fireSource,1,0,FALSE,,,,, -vegetable.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -vegetable.n.01,coldSource,0,0,FALSE,,,,, -vegetable.n.01,sliceable,0,1,FALSE,,,,, -vegetable.n.01,slicer,0,0,FALSE,,,,, -vegetable.n.01,soakable,0,0,FALSE,,,,, -paper.n.01,liquid,0,0,FALSE,,,,, -paper.n.01,heatSource,0,0,FALSE,,,,, -paper.n.01,fireSource,0,0,FALSE,,,,, -paper.n.01,cookable,0,0,FALSE,,,,, -paper.n.01,coldSource,1,0,FALSE,,,,, -paper.n.01,sliceable,0,0,FALSE,,,,, -paper.n.01,slicer,1,0,FALSE,,,,, -paper.n.01,soakable,1,1,FALSE,,,,, -dish.n.02,liquid,0,0,FALSE,,,,, -dish.n.02,heatSource,0,0,FALSE,,,,, -dish.n.02,fireSource,1,0,FALSE,,,,, -dish.n.02,cookable,0,1,TRUE,Too general,UNKNOWN,,, -dish.n.02,coldSource,1,0,FALSE,,,,, -dish.n.02,sliceable,0,0,FALSE,,,,, -dish.n.02,slicer,0,0,FALSE,,,,, -dish.n.02,soakable,0,0,FALSE,,,,, -dish.n.01,liquid,0,0,FALSE,,,,, -dish.n.01,heatSource,0,0,FALSE,,,,, -dish.n.01,fireSource,1,0,FALSE,,,,, -dish.n.01,cookable,0,0,FALSE,,,,, -dish.n.01,coldSource,1,0,FALSE,,,,, -dish.n.01,sliceable,0,0,FALSE,,,,, -dish.n.01,slicer,0,0,FALSE,,,,, -dish.n.01,soakable,0,0,FALSE,,,,, -stain.n.01,liquid,0,0,FALSE,,,,, -stain.n.01,heatSource,0,0,FALSE,,,,, -stain.n.01,fireSource,0,0,FALSE,,,,, -stain.n.01,cookable,0,0,FALSE,,,,, -stain.n.01,coldSource,0,0,FALSE,,,,, -stain.n.01,sliceable,0,0,FALSE,,,,, -stain.n.01,slicer,0,0,FALSE,,,,, -stain.n.01,soakable,0,0,FALSE,,,,, -food.n.02,liquid,0,0,FALSE,,,,, -food.n.02,heatSource,0,0,FALSE,,,,, -food.n.02,fireSource,1,0,FALSE,,,,, -food.n.02,cookable,0,1,TRUE,Too general,UNKNOWN,,, -food.n.02,coldSource,1,0,FALSE,,,,, -food.n.02,sliceable,1,0,FALSE,,,,, -food.n.02,slicer,0,0,FALSE,,,,, -food.n.02,soakable,0,0,FALSE,,,,, -pot.n.01,liquid,0,0,FALSE,,,,, -pot.n.01,heatSource,1,0,FALSE,,,,, -pot.n.01,fireSource,1,0,FALSE,,,,, -pot.n.01,cookable,0,1,TRUE,not-cookable,UNKNOWN,,, -pot.n.01,coldSource,1,0,FALSE,,,,, -pot.n.01,sliceable,0,0,FALSE,,,,, -pot.n.01,slicer,1,0,FALSE,,,,, -pot.n.01,soakable,0,0,FALSE,,,,, -bag.n.01,liquid,0,0,FALSE,,,,, -bag.n.01,heatSource,0,0,FALSE,,,,, -bag.n.01,fireSource,0,0,FALSE,,,,, -bag.n.01,cookable,0,0,FALSE,,,,, -bag.n.01,coldSource,1,0,FALSE,,,,, -bag.n.01,sliceable,0,0,FALSE,,,,, -bag.n.01,slicer,1,0,FALSE,,,,, -bag.n.01,soakable,1,0,FALSE,,,,, -oil.n.01,liquid,1,1,FALSE,,,,, -oil.n.01,heatSource,0,0,FALSE,,,,, -oil.n.01,fireSource,0,1,FALSE,,,,, -oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -oil.n.01,coldSource,0,0,FALSE,,,,, -oil.n.01,sliceable,0,0,FALSE,,,,, -oil.n.01,slicer,0,0,FALSE,,,,, -oil.n.01,soakable,0,0,FALSE,,,,, -towel.n.01,liquid,0,0,FALSE,,,,, -towel.n.01,heatSource,0,0,FALSE,,,,, -towel.n.01,fireSource,0,0,FALSE,,,,, -towel.n.01,cookable,0,0,FALSE,,,,, -towel.n.01,coldSource,0,0,FALSE,,,,, -towel.n.01,sliceable,0,0,FALSE,,,,, -towel.n.01,slicer,1,0,FALSE,,,,, -towel.n.01,soakable,1,1,FALSE,,,,, -frying_pan.n.01,liquid,0,0,FALSE,,,,, -frying_pan.n.01,heatSource,1,1,FALSE,,,,, -frying_pan.n.01,fireSource,1,0,FALSE,,,,, -frying_pan.n.01,cookable,0,0,FALSE,,,,, -frying_pan.n.01,coldSource,0,0,FALSE,,,,, -frying_pan.n.01,sliceable,0,0,FALSE,,,,, -frying_pan.n.01,slicer,1,0,FALSE,,,,, -frying_pan.n.01,soakable,0,0,FALSE,,,,, -egg_white.n.01,liquid,1,1,FALSE,,,,, -egg_white.n.01,heatSource,0,0,FALSE,,,,, -egg_white.n.01,fireSource,1,0,FALSE,,,,, -egg_white.n.01,cookable,0,1,TRUE,72,162,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://foodsguy.com/griddle-temp-for-eggs/, -egg_white.n.01,coldSource,0,0,FALSE,,,,, -egg_white.n.01,sliceable,0,0,FALSE,,,,, -egg_white.n.01,slicer,0,0,FALSE,,,,, -egg_white.n.01,soakable,0,0,FALSE,,,,, -egg_yolk.n.01,liquid,1,1,FALSE,,,,, -egg_yolk.n.01,heatSource,0,0,FALSE,,,,, -egg_yolk.n.01,fireSource,1,0,FALSE,,,,, -egg_yolk.n.01,cookable,0,1,TRUE,72,162,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://foodsguy.com/griddle-temp-for-eggs/, -egg_yolk.n.01,coldSource,0,0,FALSE,,,,, -egg_yolk.n.01,sliceable,0,0,FALSE,,,,, -egg_yolk.n.01,slicer,0,0,FALSE,,,,, -egg_yolk.n.01,soakable,0,0,FALSE,,,,, -food_processor.n.01,liquid,0,0,FALSE,,,,, -food_processor.n.01,heatSource,0,0,FALSE,,,,, -food_processor.n.01,fireSource,0,0,FALSE,,,,, -food_processor.n.01,cookable,0,0,FALSE,,,,, -food_processor.n.01,coldSource,0,0,FALSE,,,,, -food_processor.n.01,sliceable,1,0,FALSE,,,,, -food_processor.n.01,slicer,1,0,FALSE,,,,, -food_processor.n.01,soakable,0,0,FALSE,,,,, -ironing_board.n.01,liquid,0,0,FALSE,,,,, -ironing_board.n.01,heatSource,0,0,FALSE,,,,, -ironing_board.n.01,fireSource,0,0,FALSE,,,,, -ironing_board.n.01,cookable,0,0,FALSE,,,,, -ironing_board.n.01,coldSource,0,0,FALSE,,,,, -ironing_board.n.01,sliceable,0,0,FALSE,,,,, -ironing_board.n.01,slicer,1,0,FALSE,,,,, -ironing_board.n.01,soakable,1,0,FALSE,,,,, -sour_cream.n.01,liquid,1,1,FALSE,,,,, -sour_cream.n.01,heatSource,0,0,FALSE,,,,, -sour_cream.n.01,fireSource,0,0,FALSE,,,,, -sour_cream.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sour_cream.n.01,coldSource,0,0,FALSE,,,,, -sour_cream.n.01,sliceable,0,0,FALSE,,,,, -sour_cream.n.01,slicer,0,0,FALSE,,,,, -sour_cream.n.01,soakable,0,0,FALSE,,,,, -chlorine.n.01,liquid,0,0,FALSE,,,,, -chlorine.n.01,heatSource,0,0,FALSE,,,,, -chlorine.n.01,fireSource,0,0,FALSE,,,,, -chlorine.n.01,cookable,0,0,FALSE,,,,, -chlorine.n.01,coldSource,0,0,FALSE,,,,, -chlorine.n.01,sliceable,0,0,FALSE,,,,, -chlorine.n.01,slicer,1,0,FALSE,,,,, -chlorine.n.01,soakable,0,0,FALSE,,,,, -cookie_sheet.n.01,liquid,0,0,FALSE,,,,, -cookie_sheet.n.01,heatSource,1,0,FALSE,,,,, -cookie_sheet.n.01,fireSource,1,0,FALSE,,,,, -cookie_sheet.n.01,cookable,0,0,FALSE,,,,, -cookie_sheet.n.01,coldSource,0,0,FALSE,,,,, -cookie_sheet.n.01,sliceable,0,0,FALSE,,,,, -cookie_sheet.n.01,slicer,1,0,FALSE,,,,, -cookie_sheet.n.01,soakable,0,0,FALSE,,,,, -credit_card.n.01,liquid,0,0,FALSE,,,,, -credit_card.n.01,heatSource,0,0,FALSE,,,,, -credit_card.n.01,fireSource,0,0,FALSE,,,,, -credit_card.n.01,cookable,0,0,FALSE,,,,, -credit_card.n.01,coldSource,0,0,FALSE,,,,, -credit_card.n.01,sliceable,0,0,FALSE,,,,, -credit_card.n.01,slicer,1,0,FALSE,,,,, -credit_card.n.01,soakable,0,0,FALSE,,,,, -red_wine.n.01,liquid,1,1,FALSE,,,,, -red_wine.n.01,heatSource,0,0,FALSE,,,,, -red_wine.n.01,fireSource,0,0,FALSE,,,,, -red_wine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -red_wine.n.01,coldSource,1,0,FALSE,,,,, -red_wine.n.01,sliceable,0,0,FALSE,,,,, -red_wine.n.01,slicer,0,0,FALSE,,,,, -red_wine.n.01,soakable,0,0,FALSE,,,,, -whipped_cream.n.01,liquid,0,0,FALSE,,,,, -whipped_cream.n.01,heatSource,0,0,FALSE,,,,, -whipped_cream.n.01,fireSource,0,0,FALSE,,,,, -whipped_cream.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -whipped_cream.n.01,coldSource,0,0,FALSE,,,,, -whipped_cream.n.01,sliceable,0,0,FALSE,,,,, -whipped_cream.n.01,slicer,0,0,FALSE,,,,, -whipped_cream.n.01,soakable,0,0,FALSE,,,,, -mason_jar.n.01,liquid,0,0,FALSE,,,,, -mason_jar.n.01,heatSource,0,0,FALSE,,,,, -mason_jar.n.01,fireSource,0,0,FALSE,,,,, -mason_jar.n.01,cookable,0,0,FALSE,,,,, -mason_jar.n.01,coldSource,1,0,FALSE,,,,, -mason_jar.n.01,sliceable,0,0,FALSE,,,,, -mason_jar.n.01,slicer,1,0,FALSE,,,,, -mason_jar.n.01,soakable,0,0,FALSE,,,,, -green_bean.n.01,liquid,0,0,FALSE,,,,, -green_bean.n.01,heatSource,0,0,FALSE,,,,, -green_bean.n.01,fireSource,1,0,FALSE,,,,, -green_bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -green_bean.n.01,coldSource,0,0,FALSE,,,,, -green_bean.n.01,sliceable,0,1,FALSE,,,,, -green_bean.n.01,slicer,0,0,FALSE,,,,, -green_bean.n.01,soakable,0,0,FALSE,,,,, -steel_wool.n.01,liquid,0,0,FALSE,,,,, -steel_wool.n.01,heatSource,0,0,FALSE,,,,, -steel_wool.n.01,fireSource,0,0,FALSE,,,,, -steel_wool.n.01,cookable,0,0,FALSE,,,,, -steel_wool.n.01,coldSource,0,0,FALSE,,,,, -steel_wool.n.01,sliceable,0,0,FALSE,,,,, -steel_wool.n.01,slicer,0,0,FALSE,,,,, -steel_wool.n.01,soakable,0,0,FALSE,,,,, -potholder.n.01,liquid,0,0,FALSE,,,,, -potholder.n.01,heatSource,0,0,FALSE,,,,, -potholder.n.01,fireSource,0,0,FALSE,,,,, -potholder.n.01,cookable,0,0,FALSE,,,,, -potholder.n.01,coldSource,0,0,FALSE,,,,, -potholder.n.01,sliceable,0,0,FALSE,,,,, -potholder.n.01,slicer,1,0,FALSE,,,,, -potholder.n.01,soakable,1,0,FALSE,,,,, -hand_blower.n.01,liquid,0,0,FALSE,,,,, -hand_blower.n.01,heatSource,1,1,FALSE,,,,, -hand_blower.n.01,fireSource,0,0,FALSE,,,,, -hand_blower.n.01,cookable,0,0,FALSE,,,,, -hand_blower.n.01,coldSource,0,0,FALSE,,,,, -hand_blower.n.01,sliceable,0,0,FALSE,,,,, -hand_blower.n.01,slicer,1,0,FALSE,,,,, -hand_blower.n.01,soakable,0,0,FALSE,,,,, -peanut_butter.n.01,liquid,0,0,FALSE,,,,, -peanut_butter.n.01,heatSource,0,0,FALSE,,,,, -peanut_butter.n.01,fireSource,0,0,FALSE,,,,, -peanut_butter.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -peanut_butter.n.01,coldSource,0,0,FALSE,,,,, -peanut_butter.n.01,sliceable,0,0,FALSE,,,,, -peanut_butter.n.01,slicer,0,0,FALSE,,,,, -peanut_butter.n.01,soakable,0,0,FALSE,,,,, -radio.n.01,liquid,0,0,FALSE,,,,, -radio.n.01,heatSource,0,0,FALSE,,,,, -radio.n.01,fireSource,0,0,FALSE,,,,, -radio.n.01,cookable,0,0,FALSE,,,,, -radio.n.01,coldSource,0,0,FALSE,,,,, -radio.n.01,sliceable,0,0,FALSE,,,,, -radio.n.01,slicer,1,0,FALSE,,,,, -radio.n.01,soakable,0,0,FALSE,,,,, -raincoat.n.01,liquid,0,0,FALSE,,,,, -raincoat.n.01,heatSource,0,0,FALSE,,,,, -raincoat.n.01,fireSource,0,0,FALSE,,,,, -raincoat.n.01,cookable,0,0,FALSE,,,,, -raincoat.n.01,coldSource,1,0,FALSE,,,,, -raincoat.n.01,sliceable,0,0,FALSE,,,,, -raincoat.n.01,slicer,0,0,FALSE,,,,, -raincoat.n.01,soakable,1,0,FALSE,,,,, -tote_bag.n.01,liquid,0,0,FALSE,,,,, -tote_bag.n.01,heatSource,0,0,FALSE,,,,, -tote_bag.n.01,fireSource,0,0,FALSE,,,,, -tote_bag.n.01,cookable,0,0,FALSE,,,,, -tote_bag.n.01,coldSource,0,0,FALSE,,,,, -tote_bag.n.01,sliceable,0,0,FALSE,,,,, -tote_bag.n.01,slicer,0,0,FALSE,,,,, -tote_bag.n.01,soakable,0,0,FALSE,,,,, -roux.n.01,liquid,0,0,FALSE,,,,, -roux.n.01,heatSource,1,0,FALSE,,,,, -roux.n.01,fireSource,1,0,FALSE,,,,, -roux.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -roux.n.01,coldSource,0,0,FALSE,,,,, -roux.n.01,sliceable,0,0,FALSE,,,,, -roux.n.01,slicer,0,0,FALSE,,,,, -roux.n.01,soakable,0,0,FALSE,,,,, -salad_fork.n.01,liquid,0,0,FALSE,,,,, -salad_fork.n.01,heatSource,0,0,FALSE,,,,, -salad_fork.n.01,fireSource,0,0,FALSE,,,,, -salad_fork.n.01,cookable,0,0,FALSE,,,,, -salad_fork.n.01,coldSource,0,0,FALSE,,,,, -salad_fork.n.01,sliceable,0,0,FALSE,,,,, -salad_fork.n.01,slicer,0,0,FALSE,,,,, -salad_fork.n.01,soakable,0,0,FALSE,,,,, -sap.n.01,liquid,1,1,FALSE,,,,, -herbicide.n.01,liquid,1,1,FALSE,,,,, -herbicide.n.01,heatSource,0,0,FALSE,,,,, -herbicide.n.01,fireSource,0,0,FALSE,,,,, -herbicide.n.01,cookable,0,0,FALSE,,,,, -herbicide.n.01,coldSource,1,0,FALSE,,,,, -herbicide.n.01,sliceable,0,0,FALSE,,,,, -herbicide.n.01,slicer,0,0,FALSE,,,,, -herbicide.n.01,soakable,0,0,FALSE,,,,, -hoe.n.01,liquid,0,0,FALSE,,,,, -hoe.n.01,heatSource,0,0,FALSE,,,,, -hoe.n.01,fireSource,0,0,FALSE,,,,, -hoe.n.01,cookable,0,0,FALSE,,,,, -hoe.n.01,coldSource,0,0,FALSE,,,,, -hoe.n.01,sliceable,0,0,FALSE,,,,, -hoe.n.01,slicer,1,0,FALSE,,,,, -hoe.n.01,soakable,0,0,FALSE,,,,, -chaff.n.01,liquid,0,0,FALSE,,,,, -chaff.n.01,heatSource,0,0,FALSE,,,,, -chaff.n.01,fireSource,0,1,FALSE,,,,, -chaff.n.01,cookable,0,0,FALSE,,,,, -chaff.n.01,coldSource,0,0,FALSE,,,,, -chaff.n.01,sliceable,0,0,FALSE,,,,, -chaff.n.01,slicer,0,0,FALSE,,,,, -chaff.n.01,soakable,0,1,FALSE,,,,, -keg.n.02,liquid,0,0,FALSE,,,,, -keg.n.02,heatSource,0,0,FALSE,,,,, -keg.n.02,fireSource,0,0,FALSE,,,,, -keg.n.02,cookable,0,0,FALSE,,,,, -keg.n.02,coldSource,0,0,FALSE,,,,, -keg.n.02,sliceable,0,0,FALSE,,,,, -keg.n.02,slicer,1,0,FALSE,,,,, -keg.n.02,soakable,0,1,FALSE,,,,, -lentil.n.01,liquid,0,0,FALSE,,,,, -lentil.n.01,heatSource,0,0,FALSE,,,,, -lentil.n.01,fireSource,1,0,FALSE,,,,, -lentil.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -lentil.n.01,coldSource,0,0,FALSE,,,,, -lentil.n.01,sliceable,0,0,FALSE,,,,, -lentil.n.01,slicer,0,0,FALSE,,,,, -lentil.n.01,soakable,0,1,FALSE,,,,, -license_plate.n.01,liquid,0,0,FALSE,,,,, -license_plate.n.01,heatSource,0,0,FALSE,,,,, -license_plate.n.01,fireSource,0,0,FALSE,,,,, -license_plate.n.01,cookable,0,0,FALSE,,,,, -license_plate.n.01,coldSource,0,0,FALSE,,,,, -license_plate.n.01,sliceable,0,0,FALSE,,,,, -license_plate.n.01,slicer,1,0,FALSE,,,,, -license_plate.n.01,soakable,0,0,FALSE,,,,, -igniter.n.01,liquid,0,0,FALSE,,,,, -igniter.n.01,heatSource,1,0,FALSE,,,,, -igniter.n.01,fireSource,0,1,FALSE,,,,, -igniter.n.01,cookable,0,0,FALSE,,,,, -igniter.n.01,coldSource,0,0,FALSE,,,,, -igniter.n.01,sliceable,0,0,FALSE,,,,, -igniter.n.01,slicer,0,0,FALSE,,,,, -igniter.n.01,soakable,0,0,FALSE,,,,, -cabinet.n.03,liquid,0,0,FALSE,,,,, -cabinet.n.03,heatSource,0,0,FALSE,,,,, -cabinet.n.03,fireSource,0,0,FALSE,,,,, -cabinet.n.03,cookable,0,0,FALSE,,,,, -cabinet.n.03,coldSource,0,0,FALSE,,,,, -cabinet.n.03,sliceable,0,0,FALSE,,,,, -cabinet.n.03,slicer,1,0,FALSE,,,,, -cabinet.n.03,soakable,0,0,FALSE,,,,, -manual.n.01,liquid,0,0,FALSE,,,,, -manual.n.01,heatSource,0,0,FALSE,,,,, -manual.n.01,fireSource,0,0,FALSE,,,,, -manual.n.01,cookable,0,0,FALSE,,,,, -manual.n.01,coldSource,0,0,FALSE,,,,, -manual.n.01,sliceable,0,0,FALSE,,,,, -manual.n.01,slicer,1,0,FALSE,,,,, -manual.n.01,soakable,1,1,FALSE,,,,, -margarine.n.01,liquid,0,0,FALSE,,,,, -margarine.n.01,heatSource,0,0,FALSE,,,,, -margarine.n.01,fireSource,1,1,FALSE,,,,, -margarine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -margarine.n.01,coldSource,0,0,FALSE,,,,, -margarine.n.01,sliceable,0,1,FALSE,,,,, -margarine.n.01,slicer,1,0,FALSE,,,,, -margarine.n.01,soakable,0,0,FALSE,,,,, -marshmallow.n.01,liquid,0,0,FALSE,,,,, -marshmallow.n.01,heatSource,0,0,FALSE,,,,, -marshmallow.n.01,fireSource,0,0,FALSE,,,,, -marshmallow.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -marshmallow.n.01,coldSource,0,0,FALSE,,,,, -marshmallow.n.01,sliceable,0,1,FALSE,,,,, -marshmallow.n.01,slicer,1,0,FALSE,,,,, -marshmallow.n.01,soakable,0,0,FALSE,,,,, -meat_thermometer.n.01,liquid,0,0,FALSE,,,,, -meat_thermometer.n.01,heatSource,0,0,FALSE,,,,, -meat_thermometer.n.01,fireSource,0,0,FALSE,,,,, -meat_thermometer.n.01,cookable,0,0,FALSE,,,,, -meat_thermometer.n.01,coldSource,0,0,FALSE,,,,, -meat_thermometer.n.01,sliceable,0,0,FALSE,,,,, -meat_thermometer.n.01,slicer,1,0,FALSE,,,,, -meat_thermometer.n.01,soakable,0,0,FALSE,,,,, -mothball.n.01,liquid,0,0,FALSE,,,,, -mothball.n.01,heatSource,0,0,FALSE,,,,, -mothball.n.01,fireSource,0,0,FALSE,,,,, -mothball.n.01,cookable,0,0,FALSE,,,,, -mothball.n.01,coldSource,0,0,FALSE,,,,, -mothball.n.01,sliceable,0,0,FALSE,,,,, -mothball.n.01,slicer,1,0,FALSE,,,,, -mothball.n.01,soakable,0,0,FALSE,,,,, -supply.n.01,liquid,0,0,FALSE,,,,, -supply.n.01,heatSource,0,0,FALSE,,,,, -supply.n.01,fireSource,0,0,FALSE,,,,, -supply.n.01,cookable,0,0,FALSE,,,,, -supply.n.01,coldSource,0,0,FALSE,,,,, -supply.n.01,sliceable,0,0,FALSE,,,,, -supply.n.01,slicer,0,0,FALSE,,,,, -supply.n.01,soakable,0,0,FALSE,,,,, -pellet.n.01,liquid,0,0,FALSE,,,,, -pellet.n.01,heatSource,0,0,FALSE,,,,, -pellet.n.01,fireSource,1,1,FALSE,,,,, -pellet.n.01,cookable,0,0,FALSE,,,,, -pellet.n.01,coldSource,0,0,FALSE,,,,, -pellet.n.01,sliceable,0,0,FALSE,,,,, -pellet.n.01,slicer,1,1,FALSE,,,,, -pellet.n.01,soakable,0,0,FALSE,,,,, -poster.n.01,liquid,0,0,FALSE,,,,, -poster.n.01,heatSource,0,0,FALSE,,,,, -poster.n.01,fireSource,0,0,FALSE,,,,, -poster.n.01,cookable,0,0,FALSE,,,,, -poster.n.01,coldSource,0,0,FALSE,,,,, -poster.n.01,sliceable,0,0,FALSE,,,,, -poster.n.01,slicer,1,0,FALSE,,,,, -poster.n.01,soakable,0,1,FALSE,,,,, -power_tool.n.01,liquid,0,0,FALSE,,,,, -power_tool.n.01,heatSource,0,0,FALSE,,,,, -power_tool.n.01,fireSource,0,0,FALSE,,,,, -power_tool.n.01,cookable,0,0,FALSE,,,,, -power_tool.n.01,coldSource,0,0,FALSE,,,,, -power_tool.n.01,sliceable,0,0,FALSE,,,,, -power_tool.n.01,slicer,1,0,FALSE,,,,, -power_tool.n.01,soakable,0,0,FALSE,,,,, -puzzle.n.02,liquid,0,0,FALSE,,,,, -puzzle.n.02,heatSource,0,0,FALSE,,,,, -puzzle.n.02,fireSource,0,0,FALSE,,,,, -puzzle.n.02,cookable,0,0,FALSE,,,,, -puzzle.n.02,coldSource,1,0,FALSE,,,,, -puzzle.n.02,sliceable,0,0,FALSE,,,,, -puzzle.n.02,slicer,1,0,FALSE,,,,, -puzzle.n.02,soakable,1,0,FALSE,,,,, -relish.n.02,liquid,0,0,FALSE,,,,, -relish.n.02,heatSource,0,0,FALSE,,,,, -relish.n.02,fireSource,1,0,FALSE,,,,, -relish.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -relish.n.02,coldSource,0,0,FALSE,,,,, -relish.n.02,sliceable,0,0,FALSE,,,,, -relish.n.02,slicer,0,0,FALSE,,,,, -relish.n.02,soakable,0,0,FALSE,,,,, -rolling_pin.n.01,liquid,0,0,FALSE,,,,, -rolling_pin.n.01,heatSource,0,0,FALSE,,,,, -rolling_pin.n.01,fireSource,0,0,FALSE,,,,, -rolling_pin.n.01,cookable,0,0,FALSE,,,,, -rolling_pin.n.01,coldSource,0,0,FALSE,,,,, -rolling_pin.n.01,sliceable,0,0,FALSE,,,,, -rolling_pin.n.01,slicer,1,0,FALSE,,,,, -rolling_pin.n.01,soakable,0,0,FALSE,,,,, -salad_plate.n.01,liquid,0,0,FALSE,,,,, -salad_plate.n.01,heatSource,0,0,FALSE,,,,, -salad_plate.n.01,fireSource,0,0,FALSE,,,,, -salad_plate.n.01,cookable,0,0,FALSE,,,,, -salad_plate.n.01,coldSource,0,0,FALSE,,,,, -salad_plate.n.01,sliceable,0,0,FALSE,,,,, -salad_plate.n.01,slicer,0,0,FALSE,,,,, -salad_plate.n.01,soakable,0,0,FALSE,,,,, -sangaree.n.01,liquid,1,1,FALSE,,,,, -sangaree.n.01,heatSource,0,0,FALSE,,,,, -sangaree.n.01,fireSource,0,0,FALSE,,,,, -sangaree.n.01,cookable,0,0,FALSE,,,,, -sangaree.n.01,coldSource,1,0,FALSE,,,,, -sangaree.n.01,sliceable,0,0,FALSE,,,,, -sangaree.n.01,slicer,0,0,FALSE,,,,, -sangaree.n.01,soakable,0,0,FALSE,,,,, -scallop.n.02,liquid,0,0,FALSE,,,,, -scallop.n.02,heatSource,0,0,FALSE,,,,, -scallop.n.02,fireSource,1,0,FALSE,,,,, -scallop.n.02,cookable,0,1,TRUE,63,66,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,"https://www.cooksillustrated.com/how_tos/6303-taking-the-temperature-of-scallops#:~:text=After%20searing%20a%20few%20batches,of%20125%20to%20130%20degrees.", -scallop.n.02,coldSource,0,0,FALSE,,,,, -scallop.n.02,sliceable,0,1,FALSE,,,,, -scallop.n.02,slicer,0,0,FALSE,,,,, -scallop.n.02,soakable,0,0,FALSE,,,,, -shears.n.01,liquid,0,0,FALSE,,,,, -shears.n.01,heatSource,0,0,FALSE,,,,, -shears.n.01,fireSource,0,0,FALSE,,,,, -shears.n.01,cookable,0,0,FALSE,,,,, -shears.n.01,coldSource,0,0,FALSE,,,,, -shears.n.01,sliceable,0,0,FALSE,,,,, -shears.n.01,slicer,1,1,FALSE,,,,, -shears.n.01,soakable,0,0,FALSE,,,,, -shellfish.n.01,liquid,0,0,FALSE,,,,, -shellfish.n.01,heatSource,0,0,FALSE,,,,, -shellfish.n.01,fireSource,1,0,FALSE,,,,, -shellfish.n.01,cookable,0,1,TRUE,63,66,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, -shellfish.n.01,coldSource,0,0,FALSE,,,,, -shellfish.n.01,sliceable,0,1,FALSE,,,,, -shellfish.n.01,slicer,0,0,FALSE,,,,, -shellfish.n.01,soakable,0,0,FALSE,,,,, -silver.n.01,liquid,0,0,FALSE,,,,, -silver.n.01,heatSource,0,0,FALSE,,,,, -silver.n.01,fireSource,0,0,FALSE,,,,, -silver.n.01,cookable,0,0,FALSE,,,,, -silver.n.01,coldSource,0,0,FALSE,,,,, -silver.n.01,sliceable,0,0,FALSE,,,,, -silver.n.01,slicer,1,0,FALSE,,,,, -silver.n.01,soakable,0,0,FALSE,,,,, -squeegee.n.0,liquid,0,0,FALSE,,,,, -squeegee.n.0,heatSource,0,0,FALSE,,,,, -squeegee.n.0,fireSource,0,0,FALSE,,,,, -squeegee.n.0,cookable,0,0,FALSE,,,,, -squeegee.n.0,coldSource,0,0,FALSE,,,,, -squeegee.n.0,sliceable,0,0,FALSE,,,,, -squeegee.n.0,slicer,0,0,FALSE,,,,, -squeegee.n.0,soakable,0,0,FALSE,,,,, -stake.n.02,liquid,0,0,FALSE,,,,, -stake.n.02,heatSource,0,0,FALSE,,,,, -stake.n.02,fireSource,0,0,FALSE,,,,, -stake.n.02,cookable,0,0,FALSE,,,,, -stake.n.02,coldSource,0,0,FALSE,,,,, -stake.n.02,sliceable,0,0,FALSE,,,,, -stake.n.02,slicer,0,0,FALSE,,,,, -stake.n.02,soakable,0,0,FALSE,,,,, -starch.n.01,liquid,0,0,FALSE,,,,, -starch.n.01,heatSource,0,0,FALSE,,,,, -starch.n.01,fireSource,1,0,FALSE,,,,, -starch.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -starch.n.01,coldSource,0,0,FALSE,,,,, -starch.n.01,sliceable,0,0,FALSE,,,,, -starch.n.01,slicer,0,0,FALSE,,,,, -starch.n.01,soakable,0,0,FALSE,,,,, -note.n.01,liquid,0,0,FALSE,,,,, -note.n.01,heatSource,0,0,FALSE,,,,, -note.n.01,fireSource,0,0,FALSE,,,,, -note.n.01,cookable,0,0,FALSE,,,,, -note.n.01,coldSource,0,0,FALSE,,,,, -note.n.01,sliceable,0,0,FALSE,,,,, -note.n.01,slicer,1,0,FALSE,,,,, -note.n.01,soakable,1,0,FALSE,,,,, -plug.n.01,liquid,0,0,FALSE,,,,, -plug.n.01,heatSource,0,0,FALSE,,,,, -plug.n.01,fireSource,0,0,FALSE,,,,, -plug.n.01,cookable,0,0,FALSE,,,,, -plug.n.01,coldSource,0,0,FALSE,,,,, -plug.n.01,sliceable,0,0,FALSE,,,,, -plug.n.01,slicer,1,0,FALSE,,,,, -plug.n.01,soakable,0,0,FALSE,,,,, -succulent.n.01,liquid,0,0,FALSE,,,,, -succulent.n.01,heatSource,0,0,FALSE,,,,, -succulent.n.01,fireSource,0,0,FALSE,,,,, -succulent.n.01,cookable,0,0,FALSE,,,,, -succulent.n.01,coldSource,0,0,FALSE,,,,, -succulent.n.01,sliceable,0,0,FALSE,,,,, -succulent.n.01,slicer,0,0,FALSE,,,,, -succulent.n.01,soakable,0,0,FALSE,,,,, -sunflower_seed.n.01,liquid,0,0,FALSE,,,,, -sunflower_seed.n.01,heatSource,0,0,FALSE,,,,, -sunflower_seed.n.01,fireSource,1,0,FALSE,,,,, -sunflower_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,"https://www.webmd.com/diet/health-benefits-sunflower-seeds#:~:text=While%20the%20seed%20itself%20is,or%20incorporated%20into%20other%20dishes.",, -sunflower_seed.n.01,coldSource,0,0,FALSE,,,,, -sunflower_seed.n.01,sliceable,0,0,FALSE,,,,, -sunflower_seed.n.01,slicer,0,0,FALSE,,,,, -sunflower_seed.n.01,soakable,0,0,FALSE,,,,, -taco.n.02,liquid,0,0,FALSE,,,,, -taco.n.02,heatSource,0,0,FALSE,,,,, -taco.n.02,fireSource,1,0,FALSE,,,,, -taco.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -taco.n.02,coldSource,0,0,FALSE,,,,, -taco.n.02,sliceable,0,1,FALSE,,,,, -taco.n.02,slicer,0,0,FALSE,,,,, -taco.n.02,soakable,1,0,FALSE,,,,, -teacup.n.02,liquid,0,0,FALSE,,,,, -teacup.n.02,heatSource,0,0,FALSE,,,,, -teacup.n.02,fireSource,0,0,FALSE,,,,, -teacup.n.02,cookable,0,0,FALSE,,,,, -teacup.n.02,coldSource,1,0,FALSE,,,,, -teacup.n.02,sliceable,0,0,FALSE,,,,, -teacup.n.02,slicer,1,0,FALSE,,,,, -teacup.n.02,soakable,0,0,FALSE,,,,, -thermostat.n.01,liquid,0,0,FALSE,,,,, -thermostat.n.01,heatSource,1,0,FALSE,,,,, -thermostat.n.01,fireSource,0,0,FALSE,,,,, -thermostat.n.01,cookable,0,0,FALSE,,,,, -thermostat.n.01,coldSource,0,0,FALSE,,,,, -thermostat.n.01,sliceable,0,0,FALSE,,,,, -thermostat.n.01,slicer,1,0,FALSE,,,,, -thermostat.n.01,soakable,0,0,FALSE,,,,, -toolbox.n.01,liquid,0,0,FALSE,,,,, -toolbox.n.01,heatSource,0,0,FALSE,,,,, -toolbox.n.01,fireSource,0,0,FALSE,,,,, -toolbox.n.01,cookable,0,0,FALSE,,,,, -toolbox.n.01,coldSource,0,0,FALSE,,,,, -toolbox.n.01,sliceable,0,0,FALSE,,,,, -toolbox.n.01,slicer,1,0,FALSE,,,,, -toolbox.n.01,soakable,0,0,FALSE,,,,, -barrow.n.03,liquid,0,0,FALSE,,,,, -barrow.n.03,heatSource,0,0,FALSE,,,,, -barrow.n.03,fireSource,0,0,FALSE,,,,, -barrow.n.03,cookable,0,0,FALSE,,,,, -barrow.n.03,coldSource,0,0,FALSE,,,,, -barrow.n.03,sliceable,0,0,FALSE,,,,, -barrow.n.03,slicer,0,0,FALSE,,,,, -barrow.n.03,soakable,0,1,FALSE,,,,, -wick.n.02,liquid,0,0,FALSE,,,,, -wick.n.02,heatSource,1,0,FALSE,,,,, -wick.n.02,fireSource,0,1,FALSE,,,,, -wick.n.02,cookable,0,0,FALSE,,,,, -wick.n.02,coldSource,0,0,FALSE,,,,, -wick.n.02,sliceable,0,0,FALSE,,,,, -wick.n.02,slicer,1,0,FALSE,,,,, -wick.n.02,soakable,0,0,FALSE,,,,, -windshield.n.01,liquid,0,0,FALSE,,,,, -windshield.n.01,heatSource,0,0,FALSE,,,,, -windshield.n.01,fireSource,0,0,FALSE,,,,, -windshield.n.01,cookable,0,0,FALSE,,,,, -windshield.n.01,coldSource,0,0,FALSE,,,,, -windshield.n.01,sliceable,0,0,FALSE,,,,, -windshield.n.01,slicer,0,0,FALSE,,,,, -windshield.n.01,soakable,0,0,FALSE,,,,, -rocket.n.03,liquid,0,0,FALSE,,,,, -rocket.n.03,heatSource,0,0,FALSE,,,,, -rocket.n.03,fireSource,0,0,FALSE,,,,, -rocket.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -rocket.n.03,coldSource,0,0,FALSE,,,,, -rocket.n.03,sliceable,0,1,FALSE,,,,, -rocket.n.03,slicer,1,0,FALSE,,,,, -rocket.n.03,soakable,0,0,FALSE,,,,, -baked_goods.n.01,liquid,0,0,FALSE,,,,, -baked_goods.n.01,heatSource,1,0,FALSE,,,,, -baked_goods.n.01,fireSource,1,0,FALSE,,,,, -baked_goods.n.01,cookable,0,1,TRUE,Too General,UNKNOWN,,, -baked_goods.n.01,coldSource,0,0,FALSE,,,,, -baked_goods.n.01,sliceable,0,1,FALSE,,,,, -baked_goods.n.01,slicer,0,0,FALSE,,,,, -baked_goods.n.01,soakable,0,0,FALSE,,,,, -balloon.n.01,liquid,0,0,FALSE,,,,, -balloon.n.01,heatSource,0,0,FALSE,,,,, -balloon.n.01,fireSource,0,0,FALSE,,,,, -balloon.n.01,cookable,0,0,FALSE,,,,, -balloon.n.01,coldSource,0,0,FALSE,,,,, -balloon.n.01,sliceable,0,0,FALSE,,,,, -balloon.n.01,slicer,1,0,FALSE,,,,, -balloon.n.01,soakable,0,0,FALSE,,,,, -biscuit.n.01,liquid,0,0,FALSE,,,,, -biscuit.n.01,heatSource,0,0,FALSE,,,,, -biscuit.n.01,fireSource,1,0,FALSE,,,,, -biscuit.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://sugarspunrun.com/easy-homemade-biscuits/,, -biscuit.n.01,coldSource,0,0,FALSE,,,,, -biscuit.n.01,sliceable,0,0,FALSE,,,,, -biscuit.n.01,slicer,1,0,FALSE,,,,, -biscuit.n.01,soakable,1,1,FALSE,,,,, -bonfire.n.01,liquid,0,0,FALSE,,,,, -bonfire.n.01,heatSource,1,1,FALSE,,,,, -bonfire.n.01,fireSource,0,0,FALSE,,,,, -bonfire.n.01,cookable,0,0,FALSE,,,,, -bonfire.n.01,coldSource,0,0,FALSE,,,,, -bonfire.n.01,sliceable,0,0,FALSE,,,,, -bonfire.n.01,slicer,1,0,FALSE,,,,, -bonfire.n.01,soakable,0,0,FALSE,,,,, -bourbon.n.01,liquid,1,1,FALSE,,,,, -bourbon.n.01,heatSource,0,0,FALSE,,,,, -bourbon.n.01,fireSource,0,0,FALSE,,,,, -bourbon.n.01,cookable,0,0,FALSE,,,,, -bourbon.n.01,coldSource,0,0,FALSE,,,,, -bourbon.n.01,sliceable,0,0,FALSE,,,,, -bourbon.n.01,slicer,1,0,FALSE,,,,, -bourbon.n.01,soakable,0,0,FALSE,,,,, -brussels_sprouts.n.01,liquid,0,0,FALSE,,,,, -brussels_sprouts.n.01,heatSource,0,0,FALSE,,,,, -brussels_sprouts.n.01,fireSource,1,0,FALSE,,,,, -brussels_sprouts.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -brussels_sprouts.n.01,coldSource,0,0,FALSE,,,,, -brussels_sprouts.n.01,sliceable,0,1,FALSE,,,,, -brussels_sprouts.n.01,slicer,0,0,FALSE,,,,, -brussels_sprouts.n.01,soakable,0,0,FALSE,,,,, -case_shot.n.01,liquid,0,0,FALSE,,,,, -case_shot.n.01,heatSource,0,0,FALSE,,,,, -case_shot.n.01,fireSource,0,0,FALSE,,,,, -case_shot.n.01,cookable,0,0,FALSE,,,,, -case_shot.n.01,coldSource,0,0,FALSE,,,,, -case_shot.n.01,sliceable,0,0,FALSE,,,,, -case_shot.n.01,slicer,0,0,FALSE,,,,, -case_shot.n.01,soakable,0,0,FALSE,,,,, -car_seat.n.01,liquid,0,0,FALSE,,,,, -car_seat.n.01,heatSource,0,0,FALSE,,,,, -car_seat.n.01,fireSource,0,0,FALSE,,,,, -car_seat.n.01,cookable,0,0,FALSE,,,,, -car_seat.n.01,coldSource,0,0,FALSE,,,,, -car_seat.n.01,sliceable,0,0,FALSE,,,,, -car_seat.n.01,slicer,1,0,FALSE,,,,, -car_seat.n.01,soakable,0,0,FALSE,,,,, -cashbox.n.01,liquid,0,0,FALSE,,,,, -cashbox.n.01,heatSource,0,0,FALSE,,,,, -cashbox.n.01,fireSource,0,0,FALSE,,,,, -cashbox.n.01,cookable,0,0,FALSE,,,,, -cashbox.n.01,coldSource,0,0,FALSE,,,,, -cashbox.n.01,sliceable,0,0,FALSE,,,,, -cashbox.n.01,slicer,1,0,FALSE,,,,, -cashbox.n.01,soakable,0,0,FALSE,,,,, -compact_disk.n.01,liquid,0,0,FALSE,,,,, -compact_disk.n.01,heatSource,0,0,FALSE,,,,, -compact_disk.n.01,fireSource,0,0,FALSE,,,,, -compact_disk.n.01,cookable,0,0,FALSE,,,,, -compact_disk.n.01,coldSource,0,0,FALSE,,,,, -compact_disk.n.01,sliceable,0,0,FALSE,,,,, -compact_disk.n.01,slicer,0,0,FALSE,,,,, -compact_disk.n.01,soakable,0,0,FALSE,,,,, -flute.n.02,liquid,0,0,FALSE,,,,, -flute.n.02,heatSource,0,0,FALSE,,,,, -flute.n.02,fireSource,0,0,FALSE,,,,, -flute.n.02,cookable,0,0,FALSE,,,,, -flute.n.02,coldSource,1,0,FALSE,,,,, -flute.n.02,sliceable,0,0,FALSE,,,,, -flute.n.02,slicer,1,0,FALSE,,,,, -flute.n.02,soakable,0,0,FALSE,,,,, -cheddar.n.01,liquid,0,0,FALSE,,,,, -cheddar.n.01,heatSource,0,0,FALSE,,,,, -cheddar.n.01,fireSource,0,0,FALSE,,,,, -cheddar.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", -cheddar.n.01,coldSource,0,0,FALSE,,,,, -cheddar.n.01,sliceable,0,1,FALSE,,,,, -cheddar.n.01,slicer,0,0,FALSE,,,,, -cheddar.n.01,soakable,0,0,FALSE,,,,, -cobweb.n.01,liquid,0,0,FALSE,,,,, -cobweb.n.01,heatSource,0,0,FALSE,,,,, -cobweb.n.01,fireSource,0,0,FALSE,,,,, -cobweb.n.01,cookable,0,0,FALSE,,,,, -cobweb.n.01,coldSource,0,0,FALSE,,,,, -cobweb.n.01,sliceable,0,0,FALSE,,,,, -cobweb.n.01,slicer,0,0,FALSE,,,,, -cobweb.n.01,soakable,0,0,FALSE,,,,, -coconut_milk.n.01,liquid,1,1,FALSE,,,,, -coconut_milk.n.01,heatSource,0,0,FALSE,,,,, -coconut_milk.n.01,fireSource,0,0,FALSE,,,,, -coconut_milk.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -coconut_milk.n.01,coldSource,0,0,FALSE,,,,, -coconut_milk.n.01,sliceable,0,0,FALSE,,,,, -coconut_milk.n.01,slicer,0,0,FALSE,,,,, -coconut_milk.n.01,soakable,0,0,FALSE,,,,, -coconut_oil.n.01,liquid,1,1,FALSE,,,,, -coconut_oil.n.01,heatSource,0,0,FALSE,,,,, -coconut_oil.n.01,fireSource,1,1,FALSE,,,,, -coconut_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -coconut_oil.n.01,coldSource,0,0,FALSE,,,,, -coconut_oil.n.01,sliceable,0,0,FALSE,,,,, -coconut_oil.n.01,slicer,0,0,FALSE,,,,, -coconut_oil.n.01,soakable,0,0,FALSE,,,,, -collar.n.01,liquid,0,0,FALSE,,,,, -collar.n.01,heatSource,0,0,FALSE,,,,, -collar.n.01,fireSource,0,0,FALSE,,,,, -collar.n.01,cookable,0,0,FALSE,,,,, -collar.n.01,coldSource,0,0,FALSE,,,,, -collar.n.01,sliceable,0,0,FALSE,,,,, -collar.n.01,slicer,1,0,FALSE,,,,, -collar.n.01,soakable,1,0,FALSE,,,,, -copper.n.01,liquid,0,0,FALSE,,,,, -copper.n.01,heatSource,0,0,FALSE,,,,, -copper.n.01,fireSource,0,0,FALSE,,,,, -copper.n.01,cookable,0,0,FALSE,,,,, -copper.n.01,coldSource,0,0,FALSE,,,,, -copper.n.01,sliceable,0,0,FALSE,,,,, -copper.n.01,slicer,1,0,FALSE,,,,, -copper.n.01,soakable,0,0,FALSE,,,,, -crayon.n.01,liquid,0,0,FALSE,,,,, -crayon.n.01,heatSource,0,0,FALSE,,,,, -crayon.n.01,fireSource,0,0,FALSE,,,,, -crayon.n.01,cookable,0,0,FALSE,,,,, -crayon.n.01,coldSource,0,0,FALSE,,,,, -crayon.n.01,sliceable,0,0,FALSE,,,,, -crayon.n.01,slicer,0,0,FALSE,,,,, -crayon.n.01,soakable,0,0,FALSE,,,,, -deodorant.n.01,liquid,0,0,FALSE,,,,, -deodorant.n.01,heatSource,0,0,FALSE,,,,, -deodorant.n.01,fireSource,0,0,FALSE,,,,, -deodorant.n.01,cookable,0,0,FALSE,,,,, -deodorant.n.01,coldSource,0,0,FALSE,,,,, -deodorant.n.01,sliceable,0,0,FALSE,,,,, -deodorant.n.01,slicer,0,0,FALSE,,,,, -deodorant.n.01,soakable,0,0,FALSE,,,,, -dessert_spoon.n.01,liquid,0,0,FALSE,,,,, -dessert_spoon.n.01,heatSource,0,0,FALSE,,,,, -dessert_spoon.n.01,fireSource,0,0,FALSE,,,,, -dessert_spoon.n.01,cookable,0,0,FALSE,,,,, -dessert_spoon.n.01,coldSource,1,0,FALSE,,,,, -dessert_spoon.n.01,sliceable,0,0,FALSE,,,,, -dessert_spoon.n.01,slicer,0,0,FALSE,,,,, -dessert_spoon.n.01,soakable,0,0,FALSE,,,,, -diaper.n.01,liquid,0,0,FALSE,,,,, -diaper.n.01,heatSource,0,0,FALSE,,,,, -diaper.n.01,fireSource,0,0,FALSE,,,,, -diaper.n.01,cookable,0,0,FALSE,,,,, -diaper.n.01,coldSource,1,0,FALSE,,,,, -diaper.n.01,sliceable,0,0,FALSE,,,,, -diaper.n.01,slicer,1,0,FALSE,,,,, -diaper.n.01,soakable,1,1,FALSE,,,,, -rack.n.01,liquid,0,0,FALSE,,,,, -rack.n.01,heatSource,0,0,FALSE,,,,, -rack.n.01,fireSource,0,0,FALSE,,,,, -rack.n.01,cookable,0,0,FALSE,,,,, -rack.n.01,coldSource,0,0,FALSE,,,,, -rack.n.01,sliceable,0,0,FALSE,,,,, -rack.n.01,slicer,1,0,FALSE,,,,, -rack.n.01,soakable,0,0,FALSE,,,,, -wallboard.n.01,liquid,0,0,FALSE,,,,, -wallboard.n.01,heatSource,0,0,FALSE,,,,, -wallboard.n.01,fireSource,0,0,FALSE,,,,, -wallboard.n.01,cookable,0,0,FALSE,,,,, -wallboard.n.01,coldSource,0,0,FALSE,,,,, -wallboard.n.01,sliceable,0,0,FALSE,,,,, -wallboard.n.01,slicer,1,0,FALSE,,,,, -wallboard.n.01,soakable,0,0,FALSE,,,,, -dye.n.01,liquid,1,1,FALSE,,,,, -dye.n.01,heatSource,0,0,FALSE,,,,, -dye.n.01,fireSource,0,0,FALSE,,,,, -dye.n.01,cookable,0,0,FALSE,,,,, -dye.n.01,coldSource,1,0,FALSE,,,,, -dye.n.01,sliceable,0,0,FALSE,,,,, -dye.n.01,slicer,1,0,FALSE,,,,, -dye.n.01,soakable,0,0,FALSE,,,,, -dustcloth.n.01,liquid,0,0,FALSE,,,,, -dustcloth.n.01,heatSource,0,0,FALSE,,,,, -dustcloth.n.01,fireSource,0,0,FALSE,,,,, -dustcloth.n.01,cookable,0,0,FALSE,,,,, -dustcloth.n.01,coldSource,0,0,FALSE,,,,, -dustcloth.n.01,sliceable,0,0,FALSE,,,,, -dustcloth.n.01,slicer,0,0,FALSE,,,,, -dustcloth.n.01,soakable,1,1,FALSE,,,,, -fishing_rod.n.01,liquid,0,0,FALSE,,,,, -fishing_rod.n.01,heatSource,0,0,FALSE,,,,, -fishing_rod.n.01,fireSource,0,0,FALSE,,,,, -fishing_rod.n.01,cookable,0,0,FALSE,,,,, -fishing_rod.n.01,coldSource,0,0,FALSE,,,,, -fishing_rod.n.01,sliceable,0,0,FALSE,,,,, -fishing_rod.n.01,slicer,1,0,FALSE,,,,, -fishing_rod.n.01,soakable,0,0,FALSE,,,,, -flooring.n.02,liquid,0,0,FALSE,,,,, -flooring.n.02,heatSource,0,0,FALSE,,,,, -flooring.n.02,fireSource,0,0,FALSE,,,,, -flooring.n.02,cookable,0,0,FALSE,,,,, -flooring.n.02,coldSource,0,0,FALSE,,,,, -flooring.n.02,sliceable,0,0,FALSE,,,,, -flooring.n.02,slicer,0,0,FALSE,,,,, -flooring.n.02,soakable,0,0,FALSE,,,,, -coloring.n.01,liquid,0,0,FALSE,,,,, -coloring.n.01,heatSource,0,0,FALSE,,,,, -coloring.n.01,fireSource,1,0,FALSE,,,,, -coloring.n.01,cookable,0,0,FALSE,,,,, -coloring.n.01,coldSource,0,0,FALSE,,,,, -coloring.n.01,sliceable,0,0,FALSE,,,,, -coloring.n.01,slicer,0,0,FALSE,,,,, -coloring.n.01,soakable,0,0,FALSE,,,,, -fungi.n.01,liquid,0,0,FALSE,,,,, -fungi.n.01,heatSource,0,0,FALSE,,,,, -fungi.n.01,fireSource,0,0,FALSE,,,,, -fungi.n.01,cookable,0,1,TRUE,100,UNKNOWN,"https://www.madewithmushrooms.com/how-to-boil-mushrooms-to-create-perfect-mushrooms-for-any-dish/#:~:text=It%20will%20take%20around%2015,any%20dish%20you%20would%20like.",, -fungi.n.01,coldSource,0,0,FALSE,,,,, -fungi.n.01,sliceable,0,1,FALSE,,,,, -fungi.n.01,slicer,0,0,FALSE,,,,, -fungi.n.01,soakable,0,0,FALSE,,,,, -fur_coat.n.01,liquid,0,0,FALSE,,,,, -fur_coat.n.01,heatSource,0,0,FALSE,,,,, -fur_coat.n.01,fireSource,0,0,FALSE,,,,, -fur_coat.n.01,cookable,0,0,FALSE,,,,, -fur_coat.n.01,coldSource,0,0,FALSE,,,,, -fur_coat.n.01,sliceable,0,0,FALSE,,,,, -fur_coat.n.01,slicer,0,0,FALSE,,,,, -fur_coat.n.01,soakable,0,1,FALSE,,,,, -disposal.n.04,liquid,0,0,FALSE,,,,, -disposal.n.04,heatSource,0,0,FALSE,,,,, -disposal.n.04,fireSource,0,0,FALSE,,,,, -disposal.n.04,cookable,0,0,FALSE,,,,, -disposal.n.04,coldSource,0,0,FALSE,,,,, -disposal.n.04,sliceable,0,0,FALSE,,,,, -disposal.n.04,slicer,1,0,FALSE,,,,, -disposal.n.04,soakable,0,0,FALSE,,,,, -gin.n.01,liquid,1,1,FALSE,,,,, -gin.n.01,heatSource,0,0,FALSE,,,,, -gin.n.01,fireSource,0,0,FALSE,,,,, -gin.n.01,cookable,0,0,FALSE,,,,, -gin.n.01,coldSource,0,0,FALSE,,,,, -gin.n.01,sliceable,0,0,FALSE,,,,, -gin.n.01,slicer,0,0,FALSE,,,,, -gin.n.01,soakable,0,0,FALSE,,,,, -granola.n.01,liquid,0,0,FALSE,,,,, -granola.n.01,heatSource,0,0,FALSE,,,,, -granola.n.01,fireSource,1,0,FALSE,,,,, -granola.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -granola.n.01,coldSource,0,0,FALSE,,,,, -granola.n.01,sliceable,1,0,FALSE,,,,, -granola.n.01,slicer,0,0,FALSE,,,,, -granola.n.01,soakable,0,0,FALSE,,,,, -hair_spray.n.01,liquid,0,1,FALSE,,,,, -hair_spray.n.01,heatSource,0,0,FALSE,,,,, -hair_spray.n.01,fireSource,0,0,FALSE,,,,, -hair_spray.n.01,cookable,0,0,FALSE,,,,, -hair_spray.n.01,coldSource,1,0,FALSE,,,,, -hair_spray.n.01,sliceable,0,0,FALSE,,,,, -hair_spray.n.01,slicer,1,0,FALSE,,,,, -hair_spray.n.01,soakable,0,0,FALSE,,,,, -helmet.n.01,liquid,0,0,FALSE,,,,, -helmet.n.01,heatSource,0,0,FALSE,,,,, -helmet.n.01,fireSource,0,0,FALSE,,,,, -helmet.n.01,cookable,0,0,FALSE,,,,, -helmet.n.01,coldSource,0,0,FALSE,,,,, -helmet.n.01,sliceable,0,0,FALSE,,,,, -helmet.n.01,slicer,0,0,FALSE,,,,, -helmet.n.01,soakable,0,0,FALSE,,,,, -cocoa.n.01,liquid,1,1,FALSE,,,,, -cocoa.n.01,heatSource,0,0,FALSE,,,,, -cocoa.n.01,fireSource,0,0,FALSE,,,,, -cocoa.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cocoa.n.01,coldSource,0,0,FALSE,,,,, -cocoa.n.01,sliceable,0,0,FALSE,,,,, -cocoa.n.01,slicer,0,0,FALSE,,,,, -cocoa.n.01,soakable,0,0,FALSE,,,,, -ice_pack.n.01,liquid,0,0,FALSE,,,,, -ice_pack.n.01,heatSource,0,0,FALSE,,,,, -ice_pack.n.01,fireSource,0,0,FALSE,,,,, -ice_pack.n.01,cookable,1,0,FALSE,,,,, -ice_pack.n.01,coldSource,0,1,FALSE,,,,, -ice_pack.n.01,sliceable,0,0,FALSE,,,,, -ice_pack.n.01,slicer,1,0,FALSE,,,,, -ice_pack.n.01,soakable,0,0,FALSE,,,,, -instant_coffee.n.0,liquid,0,0,FALSE,,,,, -instant_coffee.n.0,heatSource,1,0,FALSE,,,,, -instant_coffee.n.0,fireSource,0,0,FALSE,,,,, -instant_coffee.n.0,cookable,0,1,TRUE,100,UNKNOWN,"https://www.wikihow.com/Make-Instant-Coffee#:~:text=Mix%20a%20tablespoon%20of%20instant,mug%20you%20plan%20on%20using.",, -instant_coffee.n.0,coldSource,0,0,FALSE,,,,, -instant_coffee.n.0,sliceable,0,0,FALSE,,,,, -instant_coffee.n.0,slicer,0,0,FALSE,,,,, -instant_coffee.n.0,soakable,0,0,FALSE,,,,, -chinese_gooseberry.n.01,liquid,0,0,FALSE,,,,, -chinese_gooseberry.n.01,heatSource,0,0,FALSE,,,,, -chinese_gooseberry.n.01,fireSource,0,0,FALSE,,,,, -chinese_gooseberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -chinese_gooseberry.n.01,coldSource,0,0,FALSE,,,,, -chinese_gooseberry.n.01,sliceable,0,1,FALSE,,,,, -chinese_gooseberry.n.01,slicer,0,0,FALSE,,,,, -chinese_gooseberry.n.01,soakable,0,0,FALSE,,,,, -knit.n.01,liquid,0,0,FALSE,,,,, -knit.n.01,heatSource,0,0,FALSE,,,,, -knit.n.01,fireSource,0,0,FALSE,,,,, -knit.n.01,cookable,0,0,FALSE,,,,, -knit.n.01,coldSource,0,0,FALSE,,,,, -knit.n.01,sliceable,0,0,FALSE,,,,, -knit.n.01,slicer,0,0,FALSE,,,,, -knit.n.01,soakable,1,1,FALSE,,,,, -lacquer.n.01,liquid,0,1,FALSE,,,,, -lacquer.n.01,heatSource,0,0,FALSE,,,,, -lacquer.n.01,fireSource,0,1,FALSE,,,,, -lacquer.n.01,cookable,0,0,FALSE,,,,, -lacquer.n.01,coldSource,1,0,FALSE,,,,, -lacquer.n.01,sliceable,0,0,FALSE,,,,, -lacquer.n.01,slicer,1,0,FALSE,,,,, -lacquer.n.01,soakable,0,0,FALSE,,,,, -lantern.n.01,liquid,0,0,FALSE,,,,, -lantern.n.01,heatSource,0,0,FALSE,,,,, -lantern.n.01,fireSource,0,0,FALSE,,,,, -lantern.n.01,cookable,0,0,FALSE,,,,, -lantern.n.01,coldSource,0,0,FALSE,,,,, -lantern.n.01,sliceable,0,0,FALSE,,,,, -lantern.n.01,slicer,1,0,FALSE,,,,, -lantern.n.01,soakable,0,1,FALSE,,,,, -caffe_latte.n.01,liquid,1,1,FALSE,,,,, -caffe_latte.n.01,heatSource,0,0,FALSE,,,,, -caffe_latte.n.01,fireSource,0,0,FALSE,,,,, -caffe_latte.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -caffe_latte.n.01,coldSource,0,0,FALSE,,,,, -caffe_latte.n.01,sliceable,0,0,FALSE,,,,, -caffe_latte.n.01,slicer,0,0,FALSE,,,,, -caffe_latte.n.01,soakable,0,0,FALSE,,,,, -blower.n.01,liquid,0,0,FALSE,,,,, -blower.n.01,heatSource,0,1,FALSE,,,,, -blower.n.01,fireSource,0,0,FALSE,,,,, -blower.n.01,cookable,0,0,FALSE,,,,, -blower.n.01,coldSource,0,0,FALSE,,,,, -blower.n.01,sliceable,0,0,FALSE,,,,, -blower.n.01,slicer,1,0,FALSE,,,,, -blower.n.01,soakable,0,0,FALSE,,,,, -leek.n.01,liquid,0,0,FALSE,,,,, -leek.n.01,heatSource,0,0,FALSE,,,,, -leek.n.01,fireSource,1,0,FALSE,,,,, -leek.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -leek.n.01,coldSource,0,0,FALSE,,,,, -leek.n.01,sliceable,0,1,FALSE,,,,, -leek.n.01,slicer,0,0,FALSE,,,,, -leek.n.01,soakable,1,0,FALSE,,,,, -lock.n.01,liquid,0,0,FALSE,,,,, -lock.n.01,heatSource,0,0,FALSE,,,,, -lock.n.01,fireSource,0,0,FALSE,,,,, -lock.n.01,cookable,0,0,FALSE,,,,, -lock.n.01,coldSource,0,0,FALSE,,,,, -lock.n.01,sliceable,0,0,FALSE,,,,, -lock.n.01,slicer,1,0,FALSE,,,,, -lock.n.01,soakable,0,0,FALSE,,,,, -marinara.n.01,liquid,0,1,FALSE,,,,, -marinara.n.01,heatSource,0,0,FALSE,,,,, -marinara.n.01,fireSource,1,0,FALSE,,,,, -marinara.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -marinara.n.01,coldSource,1,0,FALSE,,,,, -marinara.n.01,sliceable,0,0,FALSE,,,,, -marinara.n.01,slicer,0,0,FALSE,,,,, -marinara.n.01,soakable,0,0,FALSE,,,,, -mashed_potato.n.01,liquid,0,0,FALSE,,,,, -mashed_potato.n.01,heatSource,0,0,FALSE,,,,, -mashed_potato.n.01,fireSource,1,0,FALSE,,,,, -mashed_potato.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -mashed_potato.n.01,coldSource,0,0,FALSE,,,,, -mashed_potato.n.01,sliceable,0,0,FALSE,,,,, -mashed_potato.n.01,slicer,0,0,FALSE,,,,, -mashed_potato.n.01,soakable,0,0,FALSE,,,,, -melon.n.01,liquid,0,0,FALSE,,,,, -melon.n.01,heatSource,0,0,FALSE,,,,, -melon.n.01,fireSource,0,0,FALSE,,,,, -melon.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -melon.n.01,coldSource,0,0,FALSE,,,,, -melon.n.01,sliceable,0,1,FALSE,,,,, -melon.n.01,slicer,0,0,FALSE,,,,, -melon.n.01,soakable,0,0,FALSE,,,,, -mozzarella.n.01,liquid,0,0,FALSE,,,,, -mozzarella.n.01,heatSource,0,0,FALSE,,,,, -mozzarella.n.01,fireSource,1,0,FALSE,,,,, -mozzarella.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", -mozzarella.n.01,coldSource,0,0,FALSE,,,,, -mozzarella.n.01,sliceable,0,1,FALSE,,,,, -mozzarella.n.01,slicer,0,0,FALSE,,,,, -mozzarella.n.01,soakable,1,0,FALSE,,,,, -necktie.n.01,liquid,0,0,FALSE,,,,, -necktie.n.01,heatSource,0,0,FALSE,,,,, -necktie.n.01,fireSource,0,0,FALSE,,,,, -necktie.n.01,cookable,0,0,FALSE,,,,, -necktie.n.01,coldSource,0,0,FALSE,,,,, -necktie.n.01,sliceable,0,0,FALSE,,,,, -necktie.n.01,slicer,0,0,FALSE,,,,, -necktie.n.01,soakable,1,1,FALSE,,,,, -orange_juice.n.01,liquid,1,1,FALSE,,,,, -orange_juice.n.01,heatSource,0,0,FALSE,,,,, -orange_juice.n.01,fireSource,0,0,FALSE,,,,, -orange_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -orange_juice.n.01,coldSource,1,0,FALSE,,,,, -orange_juice.n.01,sliceable,0,0,FALSE,,,,, -orange_juice.n.01,slicer,0,0,FALSE,,,,, -orange_juice.n.01,soakable,0,0,FALSE,,,,, -oyster.n.01,liquid,0,0,FALSE,,,,, -oyster.n.01,heatSource,0,0,FALSE,,,,, -oyster.n.01,fireSource,1,0,FALSE,,,,, -oyster.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, -oyster.n.01,coldSource,0,0,FALSE,,,,, -oyster.n.01,sliceable,0,1,FALSE,,,,, -oyster.n.01,slicer,0,0,FALSE,,,,, -oyster.n.01,soakable,0,0,FALSE,,,,, -pajama.n.01,liquid,0,0,FALSE,,,,, -pajama.n.01,heatSource,0,0,FALSE,,,,, -pajama.n.01,fireSource,0,0,FALSE,,,,, -pajama.n.01,cookable,0,0,FALSE,,,,, -pajama.n.01,coldSource,0,0,FALSE,,,,, -pajama.n.01,sliceable,0,0,FALSE,,,,, -pajama.n.01,slicer,0,0,FALSE,,,,, -pajama.n.01,soakable,1,1,FALSE,,,,, -pollen.n.01,liquid,0,0,FALSE,,,,, -pollen.n.01,heatSource,0,0,FALSE,,,,, -pollen.n.01,fireSource,0,0,FALSE,,,,, -pollen.n.01,cookable,0,0,FALSE,,,,, -pollen.n.01,coldSource,0,0,FALSE,,,,, -pollen.n.01,sliceable,0,0,FALSE,,,,, -pollen.n.01,slicer,0,0,FALSE,,,,, -pollen.n.01,soakable,0,0,FALSE,,,,, -pruner.n.02,liquid,0,0,FALSE,,,,, -pruner.n.02,heatSource,0,0,FALSE,,,,, -pruner.n.02,fireSource,0,0,FALSE,,,,, -pruner.n.02,cookable,0,0,FALSE,,,,, -pruner.n.02,coldSource,0,0,FALSE,,,,, -pruner.n.02,sliceable,0,0,FALSE,,,,, -pruner.n.02,slicer,1,1,FALSE,,,,, -pruner.n.02,soakable,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,liquid,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,cookable,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,slicer,0,0,FALSE,,,,, -polyvinyl_chloride.n.01,soakable,0,0,FALSE,,,,, -sesame_oil.n.01,liquid,1,1,FALSE,,,,, -sesame_oil.n.01,heatSource,0,0,FALSE,,,,, -sesame_oil.n.01,fireSource,1,0,FALSE,,,,, -sesame_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -sesame_oil.n.01,coldSource,0,0,FALSE,,,,, -sesame_oil.n.01,sliceable,0,0,FALSE,,,,, -sesame_oil.n.01,slicer,0,0,FALSE,,,,, -sesame_oil.n.01,soakable,0,0,FALSE,,,,, -skewer.n.01,liquid,0,0,FALSE,,,,, -skewer.n.01,heatSource,0,0,FALSE,,,,, -skewer.n.01,fireSource,1,0,FALSE,,,,, -skewer.n.01,cookable,0,0,FALSE,,,,, -skewer.n.01,coldSource,0,0,FALSE,,,,, -skewer.n.01,sliceable,0,0,FALSE,,,,, -skewer.n.01,slicer,1,1,FALSE,,,,, -skewer.n.01,soakable,0,0,FALSE,,,,, -soupspoon.n.01,liquid,0,0,FALSE,,,,, -soupspoon.n.01,heatSource,0,0,FALSE,,,,, -soupspoon.n.01,fireSource,0,0,FALSE,,,,, -soupspoon.n.01,cookable,0,0,FALSE,,,,, -soupspoon.n.01,coldSource,1,0,FALSE,,,,, -soupspoon.n.01,sliceable,0,0,FALSE,,,,, -soupspoon.n.01,slicer,0,0,FALSE,,,,, -soupspoon.n.01,soakable,0,0,FALSE,,,,, -soda_water.n.01,liquid,0,1,FALSE,,,,, -soda_water.n.01,heatSource,0,0,FALSE,,,,, -soda_water.n.01,fireSource,0,0,FALSE,,,,, -soda_water.n.01,cookable,0,0,FALSE,,,,, -soda_water.n.01,coldSource,0,0,FALSE,,,,, -soda_water.n.01,sliceable,0,0,FALSE,,,,, -soda_water.n.01,slicer,1,0,FALSE,,,,, -soda_water.n.01,soakable,0,0,FALSE,,,,, -jimmies.n.01,liquid,0,0,FALSE,,,,, -jimmies.n.01,heatSource,0,0,FALSE,,,,, -jimmies.n.01,fireSource,0,0,FALSE,,,,, -jimmies.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -jimmies.n.01,coldSource,0,0,FALSE,,,,, -jimmies.n.01,sliceable,0,0,FALSE,,,,, -jimmies.n.01,slicer,0,0,FALSE,,,,, -jimmies.n.01,soakable,0,0,FALSE,,,,, -stud.n.02,liquid,0,0,FALSE,,,,, -stud.n.02,heatSource,0,0,FALSE,,,,, -stud.n.02,fireSource,0,0,FALSE,,,,, -stud.n.02,cookable,0,0,FALSE,,,,, -stud.n.02,coldSource,0,0,FALSE,,,,, -stud.n.02,sliceable,0,0,FALSE,,,,, -stud.n.02,slicer,0,0,FALSE,,,,, -stud.n.02,soakable,0,0,FALSE,,,,, -soapsuds.n.01,liquid,0,1,FALSE,,,,, -soapsuds.n.01,heatSource,0,0,FALSE,,,,, -soapsuds.n.01,fireSource,0,0,FALSE,,,,, -soapsuds.n.01,cookable,0,0,FALSE,,,,, -soapsuds.n.01,coldSource,0,0,FALSE,,,,, -soapsuds.n.01,sliceable,0,0,FALSE,,,,, -soapsuds.n.01,slicer,0,0,FALSE,,,,, -soapsuds.n.01,soakable,0,0,FALSE,,,,, -tennis_ball.n.01,liquid,0,0,FALSE,,,,, -tennis_ball.n.01,heatSource,0,0,FALSE,,,,, -tennis_ball.n.01,fireSource,0,0,FALSE,,,,, -tennis_ball.n.01,cookable,0,0,FALSE,,,,, -tennis_ball.n.01,coldSource,0,0,FALSE,,,,, -tennis_ball.n.01,sliceable,0,0,FALSE,,,,, -tennis_ball.n.01,slicer,0,0,FALSE,,,,, -tennis_ball.n.01,soakable,0,0,FALSE,,,,, -ticket.n.01,liquid,0,0,FALSE,,,,, -ticket.n.01,heatSource,0,0,FALSE,,,,, -ticket.n.01,fireSource,0,0,FALSE,,,,, -ticket.n.01,cookable,0,0,FALSE,,,,, -ticket.n.01,coldSource,0,0,FALSE,,,,, -ticket.n.01,sliceable,0,0,FALSE,,,,, -ticket.n.01,slicer,1,1,FALSE,,,,, -ticket.n.01,soakable,0,0,FALSE,,,,, -trailer.n.03,liquid,0,0,FALSE,,,,, -trailer.n.03,heatSource,0,0,FALSE,,,,, -trailer.n.03,fireSource,0,0,FALSE,,,,, -trailer.n.03,cookable,0,0,FALSE,,,,, -trailer.n.03,coldSource,0,0,FALSE,,,,, -trailer.n.03,sliceable,0,0,FALSE,,,,, -trailer.n.03,slicer,0,0,FALSE,,,,, -trailer.n.03,soakable,0,0,FALSE,,,,, -pincer.n.01,liquid,0,0,FALSE,,,,, -pincer.n.01,heatSource,0,0,FALSE,,,,, -pincer.n.01,fireSource,0,0,FALSE,,,,, -pincer.n.01,cookable,0,0,FALSE,,,,, -pincer.n.01,coldSource,0,0,FALSE,,,,, -pincer.n.01,sliceable,0,0,FALSE,,,,, -pincer.n.01,slicer,1,0,FALSE,,,,, -pincer.n.01,soakable,1,0,FALSE,,,,, -peeler.n.03,liquid,0,0,FALSE,,,,, -peeler.n.03,heatSource,0,0,FALSE,,,,, -peeler.n.03,fireSource,0,0,FALSE,,,,, -peeler.n.03,cookable,0,0,FALSE,,,,, -peeler.n.03,coldSource,0,0,FALSE,,,,, -peeler.n.03,sliceable,0,0,FALSE,,,,, -peeler.n.03,slicer,1,1,FALSE,,,,, -peeler.n.03,soakable,0,0,FALSE,,,,, -velvet.n.01,liquid,0,0,FALSE,,,,, -velvet.n.01,heatSource,0,0,FALSE,,,,, -velvet.n.01,fireSource,0,0,FALSE,,,,, -velvet.n.01,cookable,0,0,FALSE,,,,, -velvet.n.01,coldSource,0,0,FALSE,,,,, -velvet.n.01,sliceable,0,0,FALSE,,,,, -velvet.n.01,slicer,0,0,FALSE,,,,, -velvet.n.01,soakable,1,1,FALSE,,,,, -vessel.n.03,liquid,0,0,FALSE,,,,, -vessel.n.03,heatSource,0,0,FALSE,,,,, -vessel.n.03,fireSource,0,0,FALSE,,,,, -vessel.n.03,cookable,0,0,FALSE,,,,, -vessel.n.03,coldSource,1,0,FALSE,,,,, -vessel.n.03,sliceable,0,0,FALSE,,,,, -vessel.n.03,slicer,1,0,FALSE,,,,, -vessel.n.03,soakable,0,0,FALSE,,,,, -vine.n.01,liquid,0,0,FALSE,,,,, -vine.n.01,heatSource,0,0,FALSE,,,,, -vine.n.01,fireSource,0,0,FALSE,,,,, -vine.n.01,cookable,0,0,FALSE,,,,, -vine.n.01,coldSource,0,0,FALSE,,,,, -vine.n.01,sliceable,0,1,FALSE,,,,, -vine.n.01,slicer,0,0,FALSE,,,,, -vine.n.01,soakable,0,0,FALSE,,,,, -waffle.n.01,liquid,0,0,FALSE,,,,, -waffle.n.01,heatSource,0,0,FALSE,,,,, -waffle.n.01,fireSource,1,0,FALSE,,,,, -waffle.n.01,cookable,0,1,TRUE,191,UNKNOWN,"https://blog.thermoworks.com/chicken/chicken-and-waffles-temperature-is-everything/#:~:text=There%20are%20no%20two%20ways,everyone%20wants%20in%20a%20waffle.",, -waffle.n.01,coldSource,0,0,FALSE,,,,, -waffle.n.01,sliceable,0,1,FALSE,,,,, -waffle.n.01,slicer,1,0,FALSE,,,,, -waffle.n.01,soakable,0,0,FALSE,,,,, -girdle.n.02,liquid,0,0,FALSE,,,,, -girdle.n.02,heatSource,0,0,FALSE,,,,, -girdle.n.02,fireSource,0,0,FALSE,,,,, -girdle.n.02,cookable,0,0,FALSE,,,,, -girdle.n.02,coldSource,0,0,FALSE,,,,, -girdle.n.02,sliceable,0,0,FALSE,,,,, -girdle.n.02,slicer,0,0,FALSE,,,,, -girdle.n.02,soakable,0,0,FALSE,,,,, -wallet.n.01,liquid,0,0,FALSE,,,,, -wallet.n.01,heatSource,0,0,FALSE,,,,, -wallet.n.01,fireSource,0,0,FALSE,,,,, -wallet.n.01,cookable,0,0,FALSE,,,,, -wallet.n.01,coldSource,0,0,FALSE,,,,, -wallet.n.01,sliceable,0,0,FALSE,,,,, -wallet.n.01,slicer,1,0,FALSE,,,,, -wallet.n.01,soakable,1,0,FALSE,,,,, -water_glass.n.02,liquid,1,0,FALSE,,,,, -water_glass.n.02,heatSource,0,0,FALSE,,,,, -water_glass.n.02,fireSource,0,0,FALSE,,,,, -water_glass.n.02,cookable,0,0,FALSE,,,,, -water_glass.n.02,coldSource,1,0,FALSE,,,,, -water_glass.n.02,sliceable,0,0,FALSE,,,,, -water_glass.n.02,slicer,0,0,FALSE,,,,, -water_glass.n.02,soakable,0,0,FALSE,,,,, -watering_can.n.01,liquid,1,0,FALSE,,,,, -watering_can.n.01,heatSource,0,0,FALSE,,,,, -watering_can.n.01,fireSource,0,0,FALSE,,,,, -watering_can.n.01,cookable,0,0,FALSE,,,,, -watering_can.n.01,coldSource,1,0,FALSE,,,,, -watering_can.n.01,sliceable,0,0,FALSE,,,,, -watering_can.n.01,slicer,0,0,FALSE,,,,, -watering_can.n.01,soakable,0,0,FALSE,,,,, -anchor.n.01,liquid,0,0,FALSE,,,,, -anchor.n.01,heatSource,0,0,FALSE,,,,, -anchor.n.01,fireSource,0,0,FALSE,,,,, -anchor.n.01,cookable,0,0,FALSE,,,,, -anchor.n.01,coldSource,0,0,FALSE,,,,, -anchor.n.01,sliceable,0,0,FALSE,,,,, -anchor.n.01,slicer,0,0,FALSE,,,,, -anchor.n.01,soakable,0,0,FALSE,,,,, -anchor.n.02,liquid,0,0,FALSE,,,,, -anchor.n.02,heatSource,0,0,FALSE,,,,, -anchor.n.02,fireSource,0,0,FALSE,,,,, -anchor.n.02,cookable,0,0,FALSE,,,,, -anchor.n.02,coldSource,0,0,FALSE,,,,, -anchor.n.02,sliceable,0,0,FALSE,,,,, -anchor.n.02,slicer,0,0,FALSE,,,,, -anchor.n.02,soakable,0,0,FALSE,,,,, -band.n.07,liquid,0,0,FALSE,,,,, -band.n.07,heatSource,0,0,FALSE,,,,, -band.n.07,fireSource,0,0,FALSE,,,,, -band.n.07,cookable,0,0,FALSE,,,,, -band.n.07,coldSource,0,0,FALSE,,,,, -band.n.07,sliceable,0,0,FALSE,,,,, -band.n.07,slicer,1,0,FALSE,,,,, -band.n.07,soakable,1,0,FALSE,,,,, -barbecue_sauce.n.01,liquid,0,1,FALSE,,,,, -barbecue_sauce.n.01,heatSource,0,0,FALSE,,,,, -barbecue_sauce.n.01,fireSource,1,0,FALSE,,,,, -barbecue_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -barbecue_sauce.n.01,coldSource,0,0,FALSE,,,,, -barbecue_sauce.n.01,sliceable,0,0,FALSE,,,,, -barbecue_sauce.n.01,slicer,0,0,FALSE,,,,, -barbecue_sauce.n.01,soakable,0,0,FALSE,,,,, -black_bean.n.01,liquid,0,0,FALSE,,,,, -black_bean.n.01,heatSource,0,0,FALSE,,,,, -black_bean.n.01,fireSource,1,0,FALSE,,,,, -black_bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -black_bean.n.01,coldSource,0,0,FALSE,,,,, -black_bean.n.01,sliceable,0,0,FALSE,,,,, -black_bean.n.01,slicer,0,0,FALSE,,,,, -black_bean.n.01,soakable,0,0,FALSE,,,,, -blouse.n.01,liquid,0,0,FALSE,,,,, -blouse.n.01,heatSource,0,0,FALSE,,,,, -blouse.n.01,fireSource,0,0,FALSE,,,,, -blouse.n.01,cookable,0,0,FALSE,,,,, -blouse.n.01,coldSource,0,0,FALSE,,,,, -blouse.n.01,sliceable,0,0,FALSE,,,,, -blouse.n.01,slicer,1,0,FALSE,,,,, -blouse.n.01,soakable,1,1,FALSE,,,,, -borax.n.01,liquid,0,0,FALSE,,,,, -borax.n.01,heatSource,0,0,FALSE,,,,, -borax.n.01,fireSource,0,0,FALSE,,,,, -borax.n.01,cookable,0,0,FALSE,,,,, -borax.n.01,coldSource,0,0,FALSE,,,,, -borax.n.01,sliceable,0,0,FALSE,,,,, -borax.n.01,slicer,0,0,FALSE,,,,, -borax.n.01,soakable,0,0,FALSE,,,,, -brake.n.01,liquid,0,0,FALSE,,,,, -brake.n.01,heatSource,0,0,FALSE,,,,, -brake.n.01,fireSource,0,0,FALSE,,,,, -brake.n.01,cookable,0,0,FALSE,,,,, -brake.n.01,coldSource,0,0,FALSE,,,,, -brake.n.01,sliceable,0,0,FALSE,,,,, -brake.n.01,slicer,1,0,FALSE,,,,, -brake.n.01,soakable,0,0,FALSE,,,,, -brake.n.05,liquid,0,0,FALSE,,,,, -brake.n.05,heatSource,0,0,FALSE,,,,, -brake.n.05,fireSource,0,0,FALSE,,,,, -brake.n.05,cookable,0,0,FALSE,,,,, -brake.n.05,coldSource,0,0,FALSE,,,,, -brake.n.05,sliceable,0,0,FALSE,,,,, -brake.n.05,slicer,1,0,FALSE,,,,, -brake.n.05,soakable,1,0,FALSE,,,,, -brandy.n.01,liquid,1,1,FALSE,,,,, -brandy.n.01,heatSource,0,0,FALSE,,,,, -brandy.n.01,fireSource,0,0,FALSE,,,,, -brandy.n.01,cookable,0,0,FALSE,,,,, -brandy.n.01,coldSource,0,0,FALSE,,,,, -brandy.n.01,sliceable,0,0,FALSE,,,,, -brandy.n.01,slicer,0,0,FALSE,,,,, -brandy.n.01,soakable,0,0,FALSE,,,,, -breakfast.n.01,liquid,0,0,FALSE,,,,, -breakfast.n.01,heatSource,0,0,FALSE,,,,, -breakfast.n.01,fireSource,1,0,FALSE,,,,, -breakfast.n.01,cookable,0,1,TRUE,Too general,UNKNOWN,,, -breakfast.n.01,coldSource,0,0,FALSE,,,,, -breakfast.n.01,sliceable,0,1,FALSE,,,,, -breakfast.n.01,slicer,0,0,FALSE,,,,, -breakfast.n.01,soakable,0,0,FALSE,,,,, -brown_rice.n.01,liquid,0,0,FALSE,,,,, -brown_rice.n.01,heatSource,0,0,FALSE,,,,, -brown_rice.n.01,fireSource,1,0,FALSE,,,,, -brown_rice.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -brown_rice.n.01,coldSource,0,0,FALSE,,,,, -brown_rice.n.01,sliceable,0,0,FALSE,,,,, -brown_rice.n.01,slicer,0,0,FALSE,,,,, -brown_rice.n.01,soakable,0,0,FALSE,,,,, -citrus.n.01,liquid,0,0,FALSE,,,,, -citrus.n.01,heatSource,0,0,FALSE,,,,, -citrus.n.01,fireSource,0,0,FALSE,,,,, -citrus.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -citrus.n.01,coldSource,1,0,FALSE,,,,, -citrus.n.01,sliceable,0,1,FALSE,,,,, -citrus.n.01,slicer,0,0,FALSE,,,,, -citrus.n.01,soakable,0,0,FALSE,,,,, -coffee_filter.n.01,liquid,0,0,FALSE,,,,, -coffee_filter.n.01,heatSource,0,0,FALSE,,,,, -coffee_filter.n.01,fireSource,0,0,FALSE,,,,, -coffee_filter.n.01,cookable,0,0,FALSE,,,,, -coffee_filter.n.01,coldSource,1,0,FALSE,,,,, -coffee_filter.n.01,sliceable,0,0,FALSE,,,,, -coffee_filter.n.01,slicer,0,0,FALSE,,,,, -coffee_filter.n.01,soakable,0,0,FALSE,,,,, -dutch_oven.n.01,liquid,0,0,FALSE,,,,, -dutch_oven.n.01,heatSource,1,1,FALSE,,,,, -dutch_oven.n.01,fireSource,1,0,FALSE,,,,, -dutch_oven.n.01,cookable,0,0,FALSE,,,,, -dutch_oven.n.01,coldSource,0,0,FALSE,,,,, -dutch_oven.n.01,sliceable,0,0,FALSE,,,,, -dutch_oven.n.01,slicer,0,0,FALSE,,,,, -dutch_oven.n.01,soakable,0,0,FALSE,,,,, -engine.n.0,liquid,0,0,FALSE,,,,, -engine.n.0,heatSource,0,1,FALSE,,,,, -engine.n.0,fireSource,0,0,FALSE,,,,, -engine.n.0,cookable,0,0,FALSE,,,,, -engine.n.0,coldSource,0,0,FALSE,,,,, -engine.n.0,sliceable,0,0,FALSE,,,,, -engine.n.0,slicer,1,0,FALSE,,,,, -engine.n.0,soakable,0,0,FALSE,,,,, -fennel.n.0,liquid,0,0,FALSE,,,,, -fennel.n.0,heatSource,0,0,FALSE,,,,, -fennel.n.0,fireSource,1,0,FALSE,,,,, -fennel.n.0,cookable,0,0,FALSE,,,,, -fennel.n.0,coldSource,0,0,FALSE,,,,, -fennel.n.0,sliceable,0,0,FALSE,,,,, -fennel.n.0,slicer,0,0,FALSE,,,,, -fennel.n.0,soakable,0,0,FALSE,,,,, -first-aid_kit.n.01,liquid,0,0,FALSE,,,,, -first-aid_kit.n.01,heatSource,0,0,FALSE,,,,, -first-aid_kit.n.01,fireSource,0,0,FALSE,,,,, -first-aid_kit.n.01,cookable,0,0,FALSE,,,,, -first-aid_kit.n.01,coldSource,1,0,FALSE,,,,, -first-aid_kit.n.01,sliceable,0,0,FALSE,,,,, -first-aid_kit.n.01,slicer,1,0,FALSE,,,,, -first-aid_kit.n.01,soakable,1,0,FALSE,,,,, -garland.v.01,liquid,0,0,FALSE,,,,, -garland.v.01,heatSource,0,0,FALSE,,,,, -garland.v.01,fireSource,0,0,FALSE,,,,, -garland.v.01,cookable,0,0,FALSE,,,,, -garland.v.01,coldSource,0,0,FALSE,,,,, -garland.v.01,sliceable,0,0,FALSE,,,,, -garland.v.01,slicer,0,0,FALSE,,,,, -garland.v.01,soakable,0,1,FALSE,,,,, -garnish.n.01,liquid,0,0,FALSE,,,,, -garnish.n.01,heatSource,0,0,FALSE,,,,, -garnish.n.01,fireSource,1,0,FALSE,,,,, -garnish.n.01,cookable,0,0,FALSE,,,,, -garnish.n.01,coldSource,0,0,FALSE,,,,, -garnish.n.01,sliceable,0,0,FALSE,,,,, -garnish.n.01,slicer,0,0,FALSE,,,,, -garnish.n.01,soakable,0,0,FALSE,,,,, -glassware.n.01,liquid,0,0,FALSE,,,,, -glassware.n.01,heatSource,0,0,FALSE,,,,, -glassware.n.01,fireSource,0,0,FALSE,,,,, -glassware.n.01,cookable,0,0,FALSE,,,,, -glassware.n.01,coldSource,1,0,FALSE,,,,, -glassware.n.01,sliceable,0,0,FALSE,,,,, -glassware.n.01,slicer,1,0,FALSE,,,,, -glassware.n.01,soakable,0,0,FALSE,,,,, -jelly.n.02,liquid,0,0,FALSE,,,,, -jelly.n.02,heatSource,0,0,FALSE,,,,, -jelly.n.02,fireSource,0,0,FALSE,,,,, -jelly.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -jelly.n.02,coldSource,0,0,FALSE,,,,, -jelly.n.02,sliceable,0,1,FALSE,,,,, -jelly.n.02,slicer,0,0,FALSE,,,,, -jelly.n.02,soakable,0,0,FALSE,,,,, -mallet.n.03,liquid,0,0,FALSE,,,,, -mallet.n.03,heatSource,0,0,FALSE,,,,, -mallet.n.03,fireSource,0,0,FALSE,,,,, -mallet.n.03,cookable,0,0,FALSE,,,,, -mallet.n.03,coldSource,0,0,FALSE,,,,, -mallet.n.03,sliceable,0,0,FALSE,,,,, -mallet.n.03,slicer,0,0,FALSE,,,,, -mallet.n.03,soakable,0,0,FALSE,,,,, -moss.n.01,liquid,0,0,FALSE,,,,, -moss.n.01,heatSource,0,0,FALSE,,,,, -moss.n.01,fireSource,0,0,FALSE,,,,, -moss.n.01,cookable,0,0,FALSE,,,,, -moss.n.01,coldSource,0,0,FALSE,,,,, -moss.n.01,sliceable,0,0,FALSE,,,,, -moss.n.01,slicer,0,0,FALSE,,,,, -moss.n.01,soakable,0,0,FALSE,,,,, -needle.n.03,liquid,0,0,FALSE,,,,, -needle.n.03,heatSource,0,0,FALSE,,,,, -needle.n.03,fireSource,0,0,FALSE,,,,, -needle.n.03,cookable,0,0,FALSE,,,,, -needle.n.03,coldSource,0,0,FALSE,,,,, -needle.n.03,sliceable,0,0,FALSE,,,,, -needle.n.03,slicer,1,0,FALSE,,,,, -needle.n.03,soakable,0,0,FALSE,,,,, -needle.n.02,liquid,0,0,FALSE,,,,, -needle.n.02,heatSource,0,0,FALSE,,,,, -needle.n.02,fireSource,0,0,FALSE,,,,, -needle.n.02,cookable,0,0,FALSE,,,,, -needle.n.02,coldSource,0,0,FALSE,,,,, -needle.n.02,sliceable,0,0,FALSE,,,,, -needle.n.02,slicer,1,0,FALSE,,,,, -needle.n.02,soakable,0,0,FALSE,,,,, -oat.n.01,liquid,0,0,FALSE,,,,, -oat.n.01,heatSource,0,0,FALSE,,,,, -oat.n.01,fireSource,1,0,FALSE,,,,, -oat.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -oat.n.01,coldSource,0,0,FALSE,,,,, -oat.n.01,sliceable,0,0,FALSE,,,,, -oat.n.01,slicer,0,0,FALSE,,,,, -oat.n.01,soakable,0,0,FALSE,,,,, -onion.n.01,liquid,0,0,FALSE,,,,, -onion.n.01,heatSource,0,0,FALSE,,,,, -onion.n.01,fireSource,1,0,FALSE,,,,, -onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -onion.n.01,coldSource,0,0,FALSE,,,,, -onion.n.01,sliceable,0,1,FALSE,,,,, -onion.n.01,slicer,0,0,FALSE,,,,, -onion.n.01,soakable,0,0,FALSE,,,,, -pallet.n.02,liquid,0,0,FALSE,,,,, -pallet.n.02,heatSource,0,0,FALSE,,,,, -pallet.n.02,fireSource,0,0,FALSE,,,,, -pallet.n.02,cookable,0,0,FALSE,,,,, -pallet.n.02,coldSource,0,0,FALSE,,,,, -pallet.n.02,sliceable,0,0,FALSE,,,,, -pallet.n.02,slicer,1,0,FALSE,,,,, -pallet.n.02,soakable,0,1,FALSE,,,,, -pencil_box.n.0,liquid,0,0,FALSE,,,,, -pencil_box.n.0,heatSource,0,0,FALSE,,,,, -pencil_box.n.0,fireSource,0,0,FALSE,,,,, -pencil_box.n.0,cookable,0,0,FALSE,,,,, -pencil_box.n.0,coldSource,0,0,FALSE,,,,, -pencil_box.n.0,sliceable,0,0,FALSE,,,,, -pencil_box.n.0,slicer,0,0,FALSE,,,,, -pencil_box.n.0,soakable,0,0,FALSE,,,,, -aroma.n.02,liquid,0,0,FALSE,,,,, -aroma.n.02,heatSource,0,0,FALSE,,,,, -aroma.n.02,fireSource,0,0,FALSE,,,,, -aroma.n.02,cookable,0,0,FALSE,,,,, -aroma.n.02,coldSource,0,0,FALSE,,,,, -aroma.n.02,sliceable,0,0,FALSE,,,,, -aroma.n.02,slicer,0,0,FALSE,,,,, -aroma.n.02,soakable,0,0,FALSE,,,,, -quilt.n.01,liquid,0,0,FALSE,,,,, -quilt.n.01,heatSource,0,0,FALSE,,,,, -quilt.n.01,fireSource,0,0,FALSE,,,,, -quilt.n.01,cookable,0,0,FALSE,,,,, -quilt.n.01,coldSource,0,0,FALSE,,,,, -quilt.n.01,sliceable,0,0,FALSE,,,,, -quilt.n.01,slicer,0,0,FALSE,,,,, -quilt.n.01,soakable,1,1,FALSE,,,,, -safety_glass.n.01,liquid,0,0,FALSE,,,,, -safety_glass.n.01,heatSource,0,0,FALSE,,,,, -safety_glass.n.01,fireSource,0,0,FALSE,,,,, -safety_glass.n.01,cookable,0,0,FALSE,,,,, -safety_glass.n.01,coldSource,1,0,FALSE,,,,, -safety_glass.n.01,sliceable,0,0,FALSE,,,,, -safety_glass.n.01,slicer,0,0,FALSE,,,,, -safety_glass.n.01,soakable,0,0,FALSE,,,,, -goggles.n.01,liquid,0,0,FALSE,,,,, -goggles.n.01,heatSource,0,0,FALSE,,,,, -goggles.n.01,fireSource,0,0,FALSE,,,,, -goggles.n.01,cookable,0,0,FALSE,,,,, -goggles.n.01,coldSource,0,0,FALSE,,,,, -goggles.n.01,sliceable,0,0,FALSE,,,,, -goggles.n.01,slicer,1,0,FALSE,,,,, -goggles.n.01,soakable,0,0,FALSE,,,,, -saltshaker.n.01,liquid,0,0,FALSE,,,,, -saltshaker.n.01,heatSource,0,0,FALSE,,,,, -saltshaker.n.01,fireSource,0,0,FALSE,,,,, -saltshaker.n.01,cookable,0,0,FALSE,,,,, -saltshaker.n.01,coldSource,0,0,FALSE,,,,, -saltshaker.n.01,sliceable,0,0,FALSE,,,,, -saltshaker.n.01,slicer,1,0,FALSE,,,,, -saltshaker.n.01,soakable,0,0,FALSE,,,,, -disk.n.01,liquid,0,0,FALSE,,,,, -disk.n.01,heatSource,0,0,FALSE,,,,, -disk.n.01,fireSource,0,0,FALSE,,,,, -disk.n.01,cookable,0,0,FALSE,,,,, -disk.n.01,coldSource,0,0,FALSE,,,,, -disk.n.01,sliceable,0,0,FALSE,,,,, -disk.n.01,slicer,1,0,FALSE,,,,, -disk.n.01,soakable,0,0,FALSE,,,,, -sawdust.n.01,liquid,0,0,FALSE,,,,, -sawdust.n.01,heatSource,0,0,FALSE,,,,, -sawdust.n.01,fireSource,0,1,FALSE,,,,, -sawdust.n.01,cookable,0,0,FALSE,,,,, -sawdust.n.01,coldSource,0,0,FALSE,,,,, -sawdust.n.01,sliceable,0,0,FALSE,,,,, -sawdust.n.01,slicer,1,0,FALSE,,,,, -sawdust.n.01,soakable,0,0,FALSE,,,,, -shallot.n.01,liquid,0,0,FALSE,,,,, -shallot.n.01,heatSource,0,0,FALSE,,,,, -shallot.n.01,fireSource,1,0,FALSE,,,,, -shallot.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -shallot.n.01,coldSource,0,0,FALSE,,,,, -shallot.n.01,sliceable,0,1,FALSE,,,,, -shallot.n.01,slicer,0,0,FALSE,,,,, -shallot.n.01,soakable,0,0,FALSE,,,,, -sign.n.02,liquid,0,0,FALSE,,,,, -sign.n.02,heatSource,0,0,FALSE,,,,, -sign.n.02,fireSource,0,0,FALSE,,,,, -sign.n.02,cookable,0,0,FALSE,,,,, -sign.n.02,coldSource,0,0,FALSE,,,,, -sign.n.02,sliceable,0,0,FALSE,,,,, -sign.n.02,slicer,1,0,FALSE,,,,, -sign.n.02,soakable,0,0,FALSE,,,,, -socket.n.01,liquid,0,0,FALSE,,,,, -socket.n.01,heatSource,0,0,FALSE,,,,, -socket.n.01,fireSource,0,0,FALSE,,,,, -socket.n.01,cookable,0,0,FALSE,,,,, -socket.n.01,coldSource,0,0,FALSE,,,,, -socket.n.01,sliceable,0,0,FALSE,,,,, -socket.n.01,slicer,1,0,FALSE,,,,, -socket.n.01,soakable,0,0,FALSE,,,,, -soya_milk.n.01,liquid,1,1,FALSE,,,,, -soya_milk.n.01,heatSource,0,0,FALSE,,,,, -soya_milk.n.01,fireSource,1,0,FALSE,,,,, -soya_milk.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -soya_milk.n.01,coldSource,1,0,FALSE,,,,, -soya_milk.n.01,sliceable,0,0,FALSE,,,,, -soya_milk.n.01,slicer,0,0,FALSE,,,,, -soya_milk.n.01,soakable,0,0,FALSE,,,,, -spaghetti.n.01,liquid,0,0,FALSE,,,,, -spaghetti.n.01,heatSource,0,0,FALSE,,,,, -spaghetti.n.01,fireSource,1,0,FALSE,,,,, -spaghetti.n.01,cookable,0,1,TRUE,58,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-you-boil-spaghetti/,, -spaghetti.n.01,coldSource,0,0,FALSE,,,,, -spaghetti.n.01,sliceable,0,1,FALSE,,,,, -spaghetti.n.01,slicer,0,0,FALSE,,,,, -spaghetti.n.01,soakable,0,1,FALSE,,,,, -light.n.01,liquid,0,0,FALSE,,,,, -light.n.01,heatSource,0,0,FALSE,,,,, -light.n.01,fireSource,0,0,FALSE,,,,, -light.n.01,cookable,0,0,FALSE,,,,, -light.n.01,coldSource,0,0,FALSE,,,,, -light.n.01,sliceable,0,0,FALSE,,,,, -light.n.01,slicer,1,0,FALSE,,,,, -light.n.01,soakable,0,0,FALSE,,,,, -stuffing.n.01,liquid,0,0,FALSE,,,,, -stuffing.n.01,heatSource,0,0,FALSE,,,,, -stuffing.n.01,fireSource,1,0,FALSE,,,,, -stuffing.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -stuffing.n.01,coldSource,0,0,FALSE,,,,, -stuffing.n.01,sliceable,0,0,FALSE,,,,, -stuffing.n.01,slicer,0,0,FALSE,,,,, -stuffing.n.01,soakable,1,1,FALSE,,,,, -water_faucet.n.01,liquid,1,0,FALSE,,,,, -water_faucet.n.01,heatSource,0,0,FALSE,,,,, -water_faucet.n.01,fireSource,0,0,FALSE,,,,, -water_faucet.n.01,cookable,0,0,FALSE,,,,, -water_faucet.n.01,coldSource,1,0,FALSE,,,,, -water_faucet.n.01,sliceable,0,0,FALSE,,,,, -water_faucet.n.01,slicer,1,0,FALSE,,,,, -water_faucet.n.01,soakable,0,0,FALSE,,,,, -toiletry.n.01,liquid,0,0,FALSE,,,,, -toiletry.n.01,heatSource,0,0,FALSE,,,,, -toiletry.n.01,fireSource,0,0,FALSE,,,,, -toiletry.n.01,cookable,0,0,FALSE,,,,, -toiletry.n.01,coldSource,1,0,FALSE,,,,, -toiletry.n.01,sliceable,0,0,FALSE,,,,, -toiletry.n.01,slicer,1,0,FALSE,,,,, -toiletry.n.01,soakable,1,0,FALSE,,,,, -turnip.n.01,liquid,0,0,FALSE,,,,, -turnip.n.01,heatSource,0,0,FALSE,,,,, -turnip.n.01,fireSource,1,0,FALSE,,,,, -turnip.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -turnip.n.01,coldSource,0,0,FALSE,,,,, -turnip.n.01,sliceable,0,1,FALSE,,,,, -turnip.n.01,slicer,0,0,FALSE,,,,, -turnip.n.01,soakable,0,0,FALSE,,,,, -vinyl.n.02,liquid,0,0,FALSE,,,,, -vinyl.n.02,heatSource,0,0,FALSE,,,,, -vinyl.n.02,fireSource,0,0,FALSE,,,,, -vinyl.n.02,cookable,0,0,FALSE,,,,, -vinyl.n.02,coldSource,0,0,FALSE,,,,, -vinyl.n.02,sliceable,0,0,FALSE,,,,, -vinyl.n.02,slicer,0,0,FALSE,,,,, -vinyl.n.02,soakable,0,0,FALSE,,,,, -binder.n.01,liquid,0,0,FALSE,,,,, -binder.n.01,heatSource,0,0,FALSE,,,,, -binder.n.01,fireSource,0,0,FALSE,,,,, -binder.n.01,cookable,0,0,FALSE,,,,, -binder.n.01,coldSource,0,0,FALSE,,,,, -binder.n.01,sliceable,0,0,FALSE,,,,, -binder.n.01,slicer,1,0,FALSE,,,,, -binder.n.01,soakable,0,0,FALSE,,,,, -blackberry.n.01,liquid,0,0,FALSE,,,,, -blackberry.n.01,heatSource,0,0,FALSE,,,,, -blackberry.n.01,fireSource,1,0,FALSE,,,,, -blackberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -blackberry.n.01,coldSource,0,0,FALSE,,,,, -blackberry.n.01,sliceable,0,1,FALSE,,,,, -blackberry.n.01,slicer,1,0,FALSE,,,,, -blackberry.n.01,soakable,0,0,FALSE,,,,, -breadcrumb.n.01,liquid,0,0,FALSE,,,,, -breadcrumb.n.01,heatSource,0,0,FALSE,,,,, -breadcrumb.n.01,fireSource,1,0,FALSE,,,,, -breadcrumb.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -breadcrumb.n.01,coldSource,0,0,FALSE,,,,, -breadcrumb.n.01,sliceable,0,1,FALSE,,,,, -breadcrumb.n.01,slicer,1,0,FALSE,,,,, -breadcrumb.n.01,soakable,0,1,FALSE,,,,, -brick.n.01,liquid,0,0,FALSE,,,,, -brick.n.01,heatSource,0,0,FALSE,,,,, -brick.n.01,fireSource,1,0,FALSE,,,,, -brick.n.01,cookable,0,0,FALSE,,,,, -brick.n.01,coldSource,0,0,FALSE,,,,, -brick.n.01,sliceable,0,0,FALSE,,,,, -brick.n.01,slicer,0,0,FALSE,,,,, -brick.n.01,soakable,0,0,FALSE,,,,, -butter_knife.n.01,liquid,0,0,FALSE,,,,, -butter_knife.n.01,heatSource,0,0,FALSE,,,,, -butter_knife.n.01,fireSource,0,0,FALSE,,,,, -butter_knife.n.01,cookable,0,0,FALSE,,,,, -butter_knife.n.01,coldSource,0,0,FALSE,,,,, -butter_knife.n.01,sliceable,0,0,FALSE,,,,, -butter_knife.n.01,slicer,1,1,FALSE,,,,, -butter_knife.n.01,soakable,0,0,FALSE,,,,, -canola_oil.n.01,liquid,1,1,FALSE,,,,, -canola_oil.n.01,heatSource,0,0,FALSE,,,,, -canola_oil.n.01,fireSource,1,1,FALSE,,,,, -canola_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -canola_oil.n.01,coldSource,1,0,FALSE,,,,, -canola_oil.n.01,sliceable,0,0,FALSE,,,,, -canola_oil.n.01,slicer,0,0,FALSE,,,,, -canola_oil.n.01,soakable,0,0,FALSE,,,,, -casserole.n.01,liquid,0,0,FALSE,,,,, -casserole.n.01,heatSource,0,0,FALSE,,,,, -casserole.n.01,fireSource,1,0,FALSE,,,,, -casserole.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -casserole.n.01,coldSource,0,0,FALSE,,,,, -casserole.n.01,sliceable,0,1,FALSE,,,,, -casserole.n.01,slicer,1,0,FALSE,,,,, -casserole.n.01,soakable,0,0,FALSE,,,,, -cement.n.01,liquid,0,0,FALSE,,,,, -cement.n.01,heatSource,0,0,FALSE,,,,, -cement.n.01,fireSource,0,0,FALSE,,,,, -cement.n.01,cookable,0,0,FALSE,,,,, -cement.n.01,coldSource,0,0,FALSE,,,,, -cement.n.01,sliceable,0,0,FALSE,,,,, -cement.n.01,slicer,0,0,FALSE,,,,, -cement.n.01,soakable,0,0,FALSE,,,,, -champagne.n.01,liquid,1,1,FALSE,,,,, -champagne.n.01,heatSource,0,0,FALSE,,,,, -champagne.n.01,fireSource,0,0,FALSE,,,,, -champagne.n.01,cookable,0,0,FALSE,,,,, -champagne.n.01,coldSource,1,0,FALSE,,,,, -champagne.n.01,sliceable,0,0,FALSE,,,,, -champagne.n.01,slicer,0,0,FALSE,,,,, -champagne.n.01,soakable,0,0,FALSE,,,,, -cheesecloth.n.01,liquid,0,0,FALSE,,,,, -cheesecloth.n.01,heatSource,0,0,FALSE,,,,, -cheesecloth.n.01,fireSource,0,0,FALSE,,,,, -cheesecloth.n.01,cookable,0,0,FALSE,,,,, -cheesecloth.n.01,coldSource,0,0,FALSE,,,,, -cheesecloth.n.01,sliceable,0,0,FALSE,,,,, -cheesecloth.n.01,slicer,1,0,FALSE,,,,, -cheesecloth.n.01,soakable,1,1,FALSE,,,,, -chicken_broth.n.01,liquid,1,1,FALSE,,,,, -chicken_broth.n.01,heatSource,0,0,FALSE,,,,, -chicken_broth.n.01,fireSource,1,0,FALSE,,,,, -chicken_broth.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -chicken_broth.n.01,coldSource,0,0,FALSE,,,,, -chicken_broth.n.01,sliceable,0,0,FALSE,,,,, -chicken_broth.n.01,slicer,0,0,FALSE,,,,, -chicken_broth.n.01,soakable,0,0,FALSE,,,,, -chocolate_sauce.n.01,liquid,0,1,FALSE,,,,, -chocolate_sauce.n.01,heatSource,0,0,FALSE,,,,, -chocolate_sauce.n.01,fireSource,0,0,FALSE,,,,, -chocolate_sauce.n.01,cookable,0,1,TRUE,N/A,93,,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, -chocolate_sauce.n.01,coldSource,0,0,FALSE,,,,, -chocolate_sauce.n.01,sliceable,0,0,FALSE,,,,, -chocolate_sauce.n.01,slicer,0,0,FALSE,,,,, -chocolate_sauce.n.01,soakable,0,0,FALSE,,,,, -clam.n.01,liquid,0,0,FALSE,,,,, -clam.n.01,heatSource,0,0,FALSE,,,,, -clam.n.01,fireSource,1,0,FALSE,,,,, -clam.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -clam.n.01,coldSource,0,0,FALSE,,,,, -clam.n.01,sliceable,0,1,FALSE,,,,, -clam.n.01,slicer,1,0,FALSE,,,,, -clam.n.01,soakable,0,0,FALSE,,,,, -clothespin.n.01,liquid,0,0,FALSE,,,,, -clothespin.n.01,heatSource,0,0,FALSE,,,,, -clothespin.n.01,fireSource,0,0,FALSE,,,,, -clothespin.n.01,cookable,0,0,FALSE,,,,, -clothespin.n.01,coldSource,0,0,FALSE,,,,, -clothespin.n.01,sliceable,0,0,FALSE,,,,, -clothespin.n.01,slicer,1,0,FALSE,,,,, -clothespin.n.01,soakable,1,0,FALSE,,,,, -coconut.n.02,liquid,0,0,FALSE,,,,, -coconut.n.02,heatSource,0,0,FALSE,,,,, -coconut.n.02,fireSource,1,0,FALSE,,,,, -coconut.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -coconut.n.02,coldSource,0,0,FALSE,,,,, -coconut.n.02,sliceable,0,1,FALSE,,,,, -coconut.n.02,slicer,0,0,FALSE,,,,, -coconut.n.02,soakable,0,0,FALSE,,,,, -cornmeal.n.01,liquid,0,0,FALSE,,,,, -cornmeal.n.01,heatSource,0,0,FALSE,,,,, -cornmeal.n.01,fireSource,1,0,FALSE,,,,, -cornmeal.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cornmeal.n.01,coldSource,0,0,FALSE,,,,, -cornmeal.n.01,sliceable,0,1,FALSE,,,,, -cornmeal.n.01,slicer,0,0,FALSE,,,,, -cornmeal.n.01,soakable,0,0,FALSE,,,,, -cosmetic.n.01,liquid,0,0,FALSE,,,,, -cosmetic.n.01,heatSource,0,0,FALSE,,,,, -cosmetic.n.01,fireSource,0,0,FALSE,,,,, -cosmetic.n.01,cookable,0,0,FALSE,,,,, -cosmetic.n.01,coldSource,1,0,FALSE,,,,, -cosmetic.n.01,sliceable,0,0,FALSE,,,,, -cosmetic.n.01,slicer,0,0,FALSE,,,,, -cosmetic.n.01,soakable,0,0,FALSE,,,,, -espresso.n.01,liquid,1,1,FALSE,,,,, -espresso.n.01,heatSource,0,0,FALSE,,,,, -espresso.n.01,fireSource,0,0,FALSE,,,,, -espresso.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -espresso.n.01,coldSource,0,0,FALSE,,,,, -espresso.n.01,sliceable,0,0,FALSE,,,,, -espresso.n.01,slicer,0,0,FALSE,,,,, -espresso.n.01,soakable,0,0,FALSE,,,,, -feather.n.01,liquid,0,0,FALSE,,,,, -feather.n.01,heatSource,0,0,FALSE,,,,, -feather.n.01,fireSource,0,0,FALSE,,,,, -feather.n.01,cookable,0,0,FALSE,,,,, -feather.n.01,coldSource,0,0,FALSE,,,,, -feather.n.01,sliceable,0,0,FALSE,,,,, -feather.n.01,slicer,0,0,FALSE,,,,, -feather.n.01,soakable,0,0,FALSE,,,,, -flashlight.n.01,liquid,0,0,FALSE,,,,, -flashlight.n.01,heatSource,0,0,FALSE,,,,, -flashlight.n.01,fireSource,0,0,FALSE,,,,, -flashlight.n.01,cookable,0,0,FALSE,,,,, -flashlight.n.01,coldSource,0,0,FALSE,,,,, -flashlight.n.01,sliceable,0,0,FALSE,,,,, -flashlight.n.01,slicer,1,0,FALSE,,,,, -flashlight.n.01,soakable,1,0,FALSE,,,,, -fuel.n.01,liquid,1,1,FALSE,,,,, -fuel.n.01,heatSource,1,0,FALSE,,,,, -fuel.n.01,fireSource,1,1,FALSE,,,,, -fuel.n.01,cookable,0,0,FALSE,,,,, -fuel.n.01,coldSource,0,0,FALSE,,,,, -fuel.n.01,sliceable,0,0,FALSE,,,,, -fuel.n.01,slicer,1,0,FALSE,,,,, -fuel.n.01,soakable,0,0,FALSE,,,,, -lamb.n.01,liquid,0,0,FALSE,,,,, -lamb.n.01,heatSource,0,0,FALSE,,,,, -lamb.n.01,fireSource,1,0,FALSE,,,,, -lamb.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -lamb.n.01,coldSource,0,0,FALSE,,,,, -lamb.n.01,sliceable,0,1,FALSE,,,,, -lamb.n.01,slicer,0,0,FALSE,,,,, -lamb.n.01,soakable,0,0,FALSE,,,,, -lubricant.n.01,liquid,1,1,FALSE,,,,, -lubricant.n.01,heatSource,0,0,FALSE,,,,, -lubricant.n.01,fireSource,0,0,FALSE,,,,, -lubricant.n.01,cookable,0,0,FALSE,,,,, -lubricant.n.01,coldSource,1,0,FALSE,,,,, -lubricant.n.01,sliceable,0,0,FALSE,,,,, -lubricant.n.01,slicer,0,0,FALSE,,,,, -lubricant.n.01,soakable,0,0,FALSE,,,,, -mango.n.01,liquid,0,0,FALSE,,,,, -mango.n.01,heatSource,0,0,FALSE,,,,, -mango.n.01,fireSource,0,0,FALSE,,,,, -mango.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -mango.n.01,coldSource,0,0,FALSE,,,,, -mango.n.01,sliceable,0,1,FALSE,,,,, -mango.n.01,slicer,0,0,FALSE,,,,, -mango.n.01,soakable,0,0,FALSE,,,,, -mussel.n.01,liquid,0,0,FALSE,,,,, -mussel.n.01,heatSource,0,0,FALSE,,,,, -mussel.n.01,fireSource,1,0,FALSE,,,,, -mussel.n.01,cookable,0,1,TRUE,63,UNKNOWN,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",, -mussel.n.01,coldSource,0,0,FALSE,,,,, -mussel.n.01,sliceable,0,1,FALSE,,,,, -mussel.n.01,slicer,0,0,FALSE,,,,, -mussel.n.01,soakable,0,0,FALSE,,,,, -parmesan.n.01,liquid,0,0,FALSE,,,,, -parmesan.n.01,heatSource,0,0,FALSE,,,,, -parmesan.n.01,fireSource,0,0,FALSE,,,,, -parmesan.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", -parmesan.n.01,coldSource,0,0,FALSE,,,,, -parmesan.n.01,sliceable,0,1,FALSE,,,,, -parmesan.n.01,slicer,1,0,FALSE,,,,, -parmesan.n.01,soakable,0,0,FALSE,,,,, -parsnip.n.01,liquid,0,0,FALSE,,,,, -parsnip.n.01,heatSource,0,0,FALSE,,,,, -parsnip.n.01,fireSource,1,0,FALSE,,,,, -parsnip.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -parsnip.n.01,coldSource,0,0,FALSE,,,,, -parsnip.n.01,sliceable,0,1,FALSE,,,,, -parsnip.n.01,slicer,1,0,FALSE,,,,, -parsnip.n.01,soakable,0,0,FALSE,,,,, -peanut.n.01,liquid,0,0,FALSE,,,,, -peanut.n.01,heatSource,0,0,FALSE,,,,, -peanut.n.01,fireSource,0,0,FALSE,,,,, -peanut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -peanut.n.01,coldSource,0,0,FALSE,,,,, -peanut.n.01,sliceable,0,0,FALSE,,,,, -peanut.n.01,slicer,0,0,FALSE,,,,, -peanut.n.01,soakable,0,0,FALSE,,,,, -pepper.n.03,liquid,0,0,FALSE,,,,, -pepper.n.03,heatSource,0,0,FALSE,,,,, -pepper.n.03,fireSource,1,0,FALSE,,,,, -pepper.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pepper.n.03,coldSource,0,0,FALSE,,,,, -pepper.n.03,sliceable,0,1,FALSE,,,,, -pepper.n.03,slicer,0,0,FALSE,,,,, -pepper.n.03,soakable,0,0,FALSE,,,,, -pineapple.n.01,liquid,0,0,FALSE,,,,, -pineapple.n.01,heatSource,0,0,FALSE,,,,, -pineapple.n.01,fireSource,0,0,FALSE,,,,, -pineapple.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pineapple.n.01,coldSource,0,0,FALSE,,,,, -pineapple.n.01,sliceable,0,1,FALSE,,,,, -pineapple.n.01,slicer,0,0,FALSE,,,,, -pineapple.n.01,soakable,0,0,FALSE,,,,, -pot.n.04,liquid,0,0,FALSE,,,,, -pot.n.04,heatSource,0,0,FALSE,,,,, -pot.n.04,fireSource,0,0,FALSE,,,,, -pot.n.04,cookable,0,0,FALSE,,,,, -pot.n.04,coldSource,1,0,FALSE,,,,, -pot.n.04,sliceable,0,0,FALSE,,,,, -pot.n.04,slicer,1,0,FALSE,,,,, -pot.n.04,soakable,0,0,FALSE,,,,, -plum.n.01,liquid,0,0,FALSE,,,,, -plum.n.01,heatSource,0,0,FALSE,,,,, -plum.n.01,fireSource,1,0,FALSE,,,,, -plum.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -plum.n.01,coldSource,0,0,FALSE,,,,, -plum.n.01,sliceable,0,1,FALSE,,,,, -plum.n.01,slicer,1,0,FALSE,,,,, -plum.n.01,soakable,0,0,FALSE,,,,, -popcorn.n.01,liquid,0,0,FALSE,,,,, -popcorn.n.01,heatSource,1,0,FALSE,,,,, -popcorn.n.01,fireSource,1,0,FALSE,,,,, -popcorn.n.01,cookable,0,1,TRUE,162,UNKNOWN,https://cookieandkate.com/perfect-stovetop-popcorn-recipe/,, -popcorn.n.01,coldSource,0,0,FALSE,,,,, -popcorn.n.01,sliceable,0,0,FALSE,,,,, -popcorn.n.01,slicer,1,0,FALSE,,,,, -popcorn.n.01,soakable,0,1,FALSE,,,,, -powdered_sugar.n.01,liquid,0,0,FALSE,,,,, -powdered_sugar.n.01,heatSource,0,0,FALSE,,,,, -powdered_sugar.n.01,fireSource,0,0,FALSE,,,,, -powdered_sugar.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -powdered_sugar.n.01,coldSource,0,0,FALSE,,,,, -powdered_sugar.n.01,sliceable,0,0,FALSE,,,,, -powdered_sugar.n.01,slicer,0,0,FALSE,,,,, -powdered_sugar.n.01,soakable,0,0,FALSE,,,,, -pressure_cooker.n.01,liquid,0,0,FALSE,,,,, -pressure_cooker.n.01,heatSource,1,1,FALSE,,,,, -pressure_cooker.n.01,fireSource,1,0,FALSE,,,,, -pressure_cooker.n.01,cookable,0,0,FALSE,,,,, -pressure_cooker.n.01,coldSource,1,0,FALSE,,,,, -pressure_cooker.n.01,sliceable,0,0,FALSE,,,,, -pressure_cooker.n.01,slicer,1,0,FALSE,,,,, -pressure_cooker.n.01,soakable,0,0,FALSE,,,,, -beef_roast.n.01,liquid,0,0,FALSE,,,,, -beef_roast.n.01,heatSource,0,0,FALSE,,,,, -beef_roast.n.01,fireSource,1,0,FALSE,,,,, -beef_roast.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -beef_roast.n.01,coldSource,0,0,FALSE,,,,, -beef_roast.n.01,sliceable,0,1,FALSE,,,,, -beef_roast.n.01,slicer,0,0,FALSE,,,,, -beef_roast.n.01,soakable,0,0,FALSE,,,,, -rose.n.01,liquid,0,0,FALSE,,,,, -rose.n.01,heatSource,0,0,FALSE,,,,, -rose.n.01,fireSource,0,0,FALSE,,,,, -rose.n.01,cookable,0,0,FALSE,,,,, -rose.n.01,coldSource,0,0,FALSE,,,,, -rose.n.01,sliceable,0,0,FALSE,,,,, -rose.n.01,slicer,0,0,FALSE,,,,, -rose.n.01,soakable,0,0,FALSE,,,,, -rubber_band.n.01,liquid,0,0,FALSE,,,,, -rubber_band.n.01,heatSource,0,0,FALSE,,,,, -rubber_band.n.01,fireSource,0,0,FALSE,,,,, -rubber_band.n.01,cookable,0,0,FALSE,,,,, -rubber_band.n.01,coldSource,0,0,FALSE,,,,, -rubber_band.n.01,sliceable,0,0,FALSE,,,,, -rubber_band.n.01,slicer,1,0,FALSE,,,,, -rubber_band.n.01,soakable,1,0,FALSE,,,,, -stamp.n.03,liquid,0,0,FALSE,,,,, -stamp.n.03,heatSource,0,0,FALSE,,,,, -stamp.n.03,fireSource,0,0,FALSE,,,,, -stamp.n.03,cookable,0,0,FALSE,,,,, -stamp.n.03,coldSource,0,0,FALSE,,,,, -stamp.n.03,sliceable,0,1,FALSE,,,,, -stamp.n.03,slicer,1,0,FALSE,,,,, -stamp.n.03,soakable,0,1,FALSE,,,,, -suit.n.01,liquid,0,0,FALSE,,,,, -suit.n.01,heatSource,0,0,FALSE,,,,, -suit.n.01,fireSource,0,0,FALSE,,,,, -suit.n.01,cookable,0,0,FALSE,,,,, -suit.n.01,coldSource,0,0,FALSE,,,,, -suit.n.01,sliceable,0,0,FALSE,,,,, -suit.n.01,slicer,0,0,FALSE,,,,, -suit.n.01,soakable,0,1,FALSE,,,,, -tank_top.n.01,liquid,0,0,FALSE,,,,, -tank_top.n.01,heatSource,0,0,FALSE,,,,, -tank_top.n.01,fireSource,0,0,FALSE,,,,, -tank_top.n.01,cookable,0,0,FALSE,,,,, -tank_top.n.01,coldSource,0,0,FALSE,,,,, -tank_top.n.01,sliceable,0,0,FALSE,,,,, -tank_top.n.01,slicer,1,0,FALSE,,,,, -tank_top.n.01,soakable,0,1,FALSE,,,,, -tomato_paste.n.01,liquid,0,1,FALSE,,,,, -tomato_paste.n.01,heatSource,0,0,FALSE,,,,, -tomato_paste.n.01,fireSource,1,0,FALSE,,,,, -tomato_paste.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -tomato_paste.n.01,coldSource,0,0,FALSE,,,,, -tomato_paste.n.01,sliceable,0,0,FALSE,,,,, -tomato_paste.n.01,slicer,1,0,FALSE,,,,, -tomato_paste.n.01,soakable,0,0,FALSE,,,,, -carryall.n.01,liquid,0,0,FALSE,,,,, -carryall.n.01,heatSource,0,0,FALSE,,,,, -carryall.n.01,fireSource,0,0,FALSE,,,,, -carryall.n.01,cookable,0,0,FALSE,,,,, -carryall.n.01,coldSource,0,0,FALSE,,,,, -carryall.n.01,sliceable,0,0,FALSE,,,,, -carryall.n.01,slicer,0,0,FALSE,,,,, -carryall.n.01,soakable,0,0,FALSE,,,,, -valve.n.01,liquid,0,0,FALSE,,,,, -valve.n.01,heatSource,0,0,FALSE,,,,, -valve.n.01,fireSource,0,0,FALSE,,,,, -valve.n.01,cookable,0,0,FALSE,,,,, -valve.n.01,coldSource,0,0,FALSE,,,,, -valve.n.01,sliceable,0,0,FALSE,,,,, -valve.n.01,slicer,1,0,FALSE,,,,, -valve.n.01,soakable,0,0,FALSE,,,,, -whiskey.n.01,liquid,1,1,FALSE,,,,, -whiskey.n.01,heatSource,0,0,FALSE,,,,, -whiskey.n.01,fireSource,0,0,FALSE,,,,, -whiskey.n.01,cookable,0,0,FALSE,,,,, -whiskey.n.01,coldSource,1,0,FALSE,,,,, -whiskey.n.01,sliceable,0,0,FALSE,,,,, -whiskey.n.01,slicer,1,0,FALSE,,,,, -whiskey.n.01,soakable,0,0,FALSE,,,,, -wrinkle.n.01,liquid,0,0,FALSE,,,,, -wrinkle.n.01,heatSource,0,0,FALSE,,,,, -wrinkle.n.01,fireSource,0,0,FALSE,,,,, -wrinkle.n.01,cookable,0,0,FALSE,,,,, -wrinkle.n.01,coldSource,0,0,FALSE,,,,, -wrinkle.n.01,sliceable,0,0,FALSE,,,,, -wrinkle.n.01,slicer,0,0,FALSE,,,,, -wrinkle.n.01,soakable,0,0,FALSE,,,,, -block.n.01,liquid,0,0,FALSE,,,,, -block.n.01,heatSource,0,0,FALSE,,,,, -block.n.01,fireSource,0,0,FALSE,,,,, -block.n.01,cookable,0,0,FALSE,,,,, -block.n.01,coldSource,0,0,FALSE,,,,, -block.n.01,sliceable,0,0,FALSE,,,,, -block.n.01,slicer,0,0,FALSE,,,,, -block.n.01,soakable,0,0,FALSE,,,,, -brassiere.n.01,liquid,0,0,FALSE,,,,, -brassiere.n.01,heatSource,0,0,FALSE,,,,, -brassiere.n.01,fireSource,0,0,FALSE,,,,, -brassiere.n.01,cookable,0,0,FALSE,,,,, -brassiere.n.01,coldSource,0,0,FALSE,,,,, -brassiere.n.01,sliceable,0,0,FALSE,,,,, -brassiere.n.01,slicer,0,0,FALSE,,,,, -brassiere.n.01,soakable,0,1,FALSE,,,,, -brownie.n.03,liquid,0,0,FALSE,,,,, -brownie.n.03,heatSource,0,0,FALSE,,,,, -brownie.n.03,fireSource,0,0,FALSE,,,,, -brownie.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -brownie.n.03,coldSource,0,0,FALSE,,,,, -brownie.n.03,sliceable,0,1,FALSE,,,,, -brownie.n.03,slicer,1,0,FALSE,,,,, -brownie.n.03,soakable,0,0,FALSE,,,,, -camera.n.01,liquid,0,0,FALSE,,,,, -camera.n.01,heatSource,0,0,FALSE,,,,, -camera.n.01,fireSource,0,0,FALSE,,,,, -camera.n.01,cookable,0,0,FALSE,,,,, -camera.n.01,coldSource,0,0,FALSE,,,,, -camera.n.01,sliceable,0,0,FALSE,,,,, -camera.n.01,slicer,1,0,FALSE,,,,, -camera.n.01,soakable,0,0,FALSE,,,,, -cranberry.n.01,liquid,0,0,FALSE,,,,, -cranberry.n.01,heatSource,0,0,FALSE,,,,, -cranberry.n.01,fireSource,0,0,FALSE,,,,, -cranberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -cranberry.n.01,coldSource,0,0,FALSE,,,,, -cranberry.n.01,sliceable,0,1,FALSE,,,,, -cranberry.n.01,slicer,0,0,FALSE,,,,, -cranberry.n.01,soakable,0,0,FALSE,,,,, -crystal.n.01,liquid,0,0,FALSE,,,,, -crystal.n.01,heatSource,0,0,FALSE,,,,, -crystal.n.01,fireSource,0,0,FALSE,,,,, -crystal.n.01,cookable,0,0,FALSE,,,,, -crystal.n.01,coldSource,0,0,FALSE,,,,, -crystal.n.01,sliceable,0,0,FALSE,,,,, -crystal.n.01,slicer,0,0,FALSE,,,,, -crystal.n.01,soakable,0,0,FALSE,,,,, -fence.n.01,liquid,0,0,FALSE,,,,, -fence.n.01,heatSource,0,0,FALSE,,,,, -fence.n.01,fireSource,0,0,FALSE,,,,, -fence.n.01,cookable,0,0,FALSE,,,,, -fence.n.01,coldSource,0,0,FALSE,,,,, -fence.n.01,sliceable,0,0,FALSE,,,,, -fence.n.01,slicer,1,0,FALSE,,,,, -fence.n.01,soakable,0,0,FALSE,,,,, -funnel.n.01,liquid,1,0,FALSE,,,,, -funnel.n.01,heatSource,0,0,FALSE,,,,, -funnel.n.01,fireSource,0,0,FALSE,,,,, -funnel.n.01,cookable,0,0,FALSE,,,,, -funnel.n.01,coldSource,1,0,FALSE,,,,, -funnel.n.01,sliceable,0,0,FALSE,,,,, -funnel.n.01,slicer,1,0,FALSE,,,,, -funnel.n.01,soakable,0,0,FALSE,,,,, -grate.n.01,liquid,0,0,FALSE,,,,, -grate.n.01,heatSource,1,0,FALSE,,,,, -grate.n.01,fireSource,1,0,FALSE,,,,, -grate.n.01,cookable,0,0,FALSE,,,,, -grate.n.01,coldSource,0,0,FALSE,,,,, -grate.n.01,sliceable,0,0,FALSE,,,,, -grate.n.01,slicer,1,0,FALSE,,,,, -grate.n.01,soakable,0,0,FALSE,,,,, -ground_beef.n.01,liquid,0,0,FALSE,,,,, -ground_beef.n.01,heatSource,0,0,FALSE,,,,, -ground_beef.n.01,fireSource,1,0,FALSE,,,,, -ground_beef.n.01,cookable,0,1,TRUE,72,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -ground_beef.n.01,coldSource,0,0,FALSE,,,,, -ground_beef.n.01,sliceable,0,1,FALSE,,,,, -ground_beef.n.01,slicer,1,0,FALSE,,,,, -ground_beef.n.01,soakable,0,0,FALSE,,,,, -lingerie.n.01,liquid,0,0,FALSE,,,,, -lingerie.n.01,heatSource,0,0,FALSE,,,,, -lingerie.n.01,fireSource,0,0,FALSE,,,,, -lingerie.n.01,cookable,0,0,FALSE,,,,, -lingerie.n.01,coldSource,1,0,FALSE,,,,, -lingerie.n.01,sliceable,0,0,FALSE,,,,, -lingerie.n.01,slicer,1,0,FALSE,,,,, -lingerie.n.01,soakable,1,1,FALSE,,,,, -lunch.n.01,liquid,0,0,FALSE,,,,, -lunch.n.01,heatSource,0,0,FALSE,,,,, -lunch.n.01,fireSource,1,0,FALSE,,,,, -lunch.n.01,cookable,0,1,TRUE,Too General,UNKNOWN,,, -lunch.n.01,coldSource,0,0,FALSE,,,,, -lunch.n.01,sliceable,1,0,FALSE,,,,, -lunch.n.01,slicer,1,0,FALSE,,,,, -lunch.n.01,soakable,0,0,FALSE,,,,, -measuring_cup.n.01,liquid,1,0,FALSE,,,,, -measuring_cup.n.01,heatSource,0,0,FALSE,,,,, -measuring_cup.n.01,fireSource,0,0,FALSE,,,,, -measuring_cup.n.01,cookable,0,0,FALSE,,,,, -measuring_cup.n.01,coldSource,1,0,FALSE,,,,, -measuring_cup.n.01,sliceable,0,0,FALSE,,,,, -measuring_cup.n.01,slicer,1,0,FALSE,,,,, -measuring_cup.n.01,soakable,0,0,FALSE,,,,, -place_mat.n.01,liquid,0,0,FALSE,,,,, -place_mat.n.01,heatSource,0,0,FALSE,,,,, -place_mat.n.01,fireSource,0,0,FALSE,,,,, -place_mat.n.01,cookable,0,0,FALSE,,,,, -place_mat.n.01,coldSource,0,0,FALSE,,,,, -place_mat.n.01,sliceable,0,0,FALSE,,,,, -place_mat.n.01,slicer,0,0,FALSE,,,,, -place_mat.n.01,soakable,1,1,FALSE,,,,, -printer.n.02,liquid,0,0,FALSE,,,,, -printer.n.02,heatSource,0,0,FALSE,,,,, -printer.n.02,fireSource,0,0,FALSE,,,,, -printer.n.02,cookable,0,0,FALSE,,,,, -printer.n.02,coldSource,0,0,FALSE,,,,, -printer.n.02,sliceable,0,0,FALSE,,,,, -printer.n.02,slicer,1,0,FALSE,,,,, -printer.n.02,soakable,0,0,FALSE,,,,, -putty_knife.n.01,liquid,0,0,FALSE,,,,, -putty_knife.n.01,heatSource,0,0,FALSE,,,,, -putty_knife.n.01,fireSource,0,0,FALSE,,,,, -putty_knife.n.01,cookable,0,0,FALSE,,,,, -putty_knife.n.01,coldSource,0,0,FALSE,,,,, -putty_knife.n.01,sliceable,0,0,FALSE,,,,, -putty_knife.n.01,slicer,0,1,FALSE,,,,, -putty_knife.n.01,soakable,0,0,FALSE,,,,, -reception.n.04,liquid,0,0,FALSE,,,,, -reception.n.04,heatSource,0,0,FALSE,,,,, -reception.n.04,fireSource,0,0,FALSE,,,,, -reception.n.04,cookable,0,0,FALSE,,,,, -reception.n.04,coldSource,0,0,FALSE,,,,, -reception.n.04,sliceable,0,0,FALSE,,,,, -reception.n.04,slicer,0,0,FALSE,,,,, -reception.n.04,soakable,0,0,FALSE,,,,, -rule.n.12,liquid,0,0,FALSE,,,,, -rule.n.12,heatSource,0,0,FALSE,,,,, -rule.n.12,fireSource,0,0,FALSE,,,,, -rule.n.12,cookable,0,0,FALSE,,,,, -rule.n.12,coldSource,0,0,FALSE,,,,, -rule.n.12,sliceable,0,0,FALSE,,,,, -rule.n.12,slicer,1,0,FALSE,,,,, -rule.n.12,soakable,0,0,FALSE,,,,, -rum.n.01,liquid,1,1,FALSE,,,,, -rum.n.01,heatSource,0,0,FALSE,,,,, -rum.n.01,fireSource,0,0,FALSE,,,,, -rum.n.01,cookable,0,0,FALSE,,,,, -rum.n.01,coldSource,0,0,FALSE,,,,, -rum.n.01,sliceable,0,0,FALSE,,,,, -rum.n.01,slicer,0,0,FALSE,,,,, -rum.n.01,soakable,0,0,FALSE,,,,, -salmon.n.01,liquid,0,0,FALSE,,,,, -salmon.n.01,heatSource,0,0,FALSE,,,,, -salmon.n.01,fireSource,1,0,FALSE,,,,, -salmon.n.01,cookable,0,1,TRUE,63,93,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -salmon.n.01,coldSource,0,0,FALSE,,,,, -salmon.n.01,sliceable,0,1,FALSE,,,,, -salmon.n.01,slicer,0,0,FALSE,,,,, -salmon.n.01,soakable,0,0,FALSE,,,,, -scoop.n.02,liquid,0,0,FALSE,,,,, -scoop.n.02,heatSource,0,0,FALSE,,,,, -scoop.n.02,fireSource,0,0,FALSE,,,,, -scoop.n.02,cookable,0,0,FALSE,,,,, -scoop.n.02,coldSource,0,0,FALSE,,,,, -scoop.n.02,sliceable,0,0,FALSE,,,,, -scoop.n.02,slicer,1,0,FALSE,,,,, -scoop.n.02,soakable,0,0,FALSE,,,,, -skirt.n.01,liquid,0,0,FALSE,,,,, -skirt.n.01,heatSource,0,0,FALSE,,,,, -skirt.n.01,fireSource,0,0,FALSE,,,,, -skirt.n.01,cookable,0,0,FALSE,,,,, -skirt.n.01,coldSource,0,0,FALSE,,,,, -skirt.n.01,sliceable,0,0,FALSE,,,,, -skirt.n.01,slicer,0,0,FALSE,,,,, -skirt.n.01,soakable,1,1,FALSE,,,,, -smoothie.n.02,liquid,1,1,FALSE,,,,, -smoothie.n.02,heatSource,0,0,FALSE,,,,, -smoothie.n.02,fireSource,0,0,FALSE,,,,, -smoothie.n.02,cookable,1,0,FALSE,,,,, -smoothie.n.02,coldSource,1,1,FALSE,,,,, -smoothie.n.02,sliceable,0,0,FALSE,,,,, -smoothie.n.02,slicer,0,0,FALSE,,,,, -smoothie.n.02,soakable,0,0,FALSE,,,,, -sprinkler.n.01,liquid,0,0,FALSE,,,,, -sprinkler.n.01,heatSource,0,0,FALSE,,,,, -sprinkler.n.01,fireSource,0,0,FALSE,,,,, -sprinkler.n.01,cookable,0,0,FALSE,,,,, -sprinkler.n.01,coldSource,0,0,FALSE,,,,, -sprinkler.n.01,sliceable,0,0,FALSE,,,,, -sprinkler.n.01,slicer,1,1,FALSE,,,,, -sprinkler.n.01,soakable,0,0,FALSE,,,,, -suede.n.01,liquid,0,0,FALSE,,,,, -suede.n.01,heatSource,0,0,FALSE,,,,, -suede.n.01,fireSource,0,0,FALSE,,,,, -suede.n.01,cookable,0,0,FALSE,,,,, -suede.n.01,coldSource,0,0,FALSE,,,,, -suede.n.01,sliceable,0,0,FALSE,,,,, -suede.n.01,slicer,0,0,FALSE,,,,, -suede.n.01,soakable,0,1,FALSE,,,,, -sunglasses.n.01,liquid,0,0,FALSE,,,,, -sunglasses.n.01,heatSource,0,0,FALSE,,,,, -sunglasses.n.01,fireSource,0,0,FALSE,,,,, -sunglasses.n.01,cookable,0,0,FALSE,,,,, -sunglasses.n.01,coldSource,0,0,FALSE,,,,, -sunglasses.n.01,sliceable,0,0,FALSE,,,,, -sunglasses.n.01,slicer,1,0,FALSE,,,,, -sunglasses.n.01,soakable,1,0,FALSE,,,,, -tights.n.01,liquid,0,0,FALSE,,,,, -tights.n.01,heatSource,0,0,FALSE,,,,, -tights.n.01,fireSource,0,0,FALSE,,,,, -tights.n.01,cookable,0,0,FALSE,,,,, -tights.n.01,coldSource,1,0,FALSE,,,,, -tights.n.01,sliceable,0,0,FALSE,,,,, -tights.n.01,slicer,0,0,FALSE,,,,, -tights.n.01,soakable,1,1,FALSE,,,,, -string.n.01,liquid,0,0,FALSE,,,,, -string.n.01,heatSource,0,0,FALSE,,,,, -string.n.01,fireSource,0,0,FALSE,,,,, -string.n.01,cookable,0,0,FALSE,,,,, -string.n.01,coldSource,0,0,FALSE,,,,, -string.n.01,sliceable,0,1,FALSE,,,,, -string.n.01,slicer,1,0,FALSE,,,,, -string.n.01,soakable,0,0,FALSE,,,,, -velcro.n.01,liquid,0,0,FALSE,,,,, -velcro.n.01,heatSource,0,0,FALSE,,,,, -velcro.n.01,fireSource,0,0,FALSE,,,,, -velcro.n.01,cookable,0,0,FALSE,,,,, -velcro.n.01,coldSource,0,0,FALSE,,,,, -velcro.n.01,sliceable,0,0,FALSE,,,,, -velcro.n.01,slicer,1,0,FALSE,,,,, -velcro.n.01,soakable,0,0,FALSE,,,,, -vitamin_pill.n.01,liquid,0,0,FALSE,,,,, -vitamin_pill.n.01,heatSource,0,0,FALSE,,,,, -vitamin_pill.n.01,fireSource,0,0,FALSE,,,,, -vitamin_pill.n.01,cookable,0,0,FALSE,,,,, -vitamin_pill.n.01,coldSource,1,0,FALSE,,,,, -vitamin_pill.n.01,sliceable,0,0,FALSE,,,,, -vitamin_pill.n.01,slicer,0,0,FALSE,,,,, -vitamin_pill.n.01,soakable,0,0,FALSE,,,,, -vodka.n.01,liquid,1,1,FALSE,,,,, -vodka.n.01,heatSource,0,0,FALSE,,,,, -vodka.n.01,fireSource,0,0,FALSE,,,,, -vodka.n.01,cookable,0,0,FALSE,,,,, -vodka.n.01,coldSource,0,0,FALSE,,,,, -vodka.n.01,sliceable,0,0,FALSE,,,,, -vodka.n.01,slicer,1,0,FALSE,,,,, -vodka.n.01,soakable,0,0,FALSE,,,,, -yeast.n.01,liquid,0,0,FALSE,,,,, -yeast.n.01,heatSource,0,0,FALSE,,,,, -yeast.n.01,fireSource,0,0,FALSE,,,,, -yeast.n.01,cookable,0,0,FALSE,,,,, -yeast.n.01,coldSource,0,0,FALSE,,,,, -yeast.n.01,sliceable,0,0,FALSE,,,,, -yeast.n.01,slicer,1,0,FALSE,,,,, -yeast.n.01,soakable,0,0,FALSE,,,,, -alga.n.01,liquid,0,0,FALSE,,,,, -alga.n.01,heatSource,0,0,FALSE,,,,, -alga.n.01,fireSource,0,0,FALSE,,,,, -alga.n.01,cookable,0,0,FALSE,,,,, -alga.n.01,coldSource,0,0,FALSE,,,,, -alga.n.01,sliceable,0,0,FALSE,,,,, -alga.n.01,slicer,0,0,FALSE,,,,, -alga.n.01,soakable,0,0,FALSE,,,,, -baking_powder.n.01,liquid,0,0,FALSE,,,,, -baking_powder.n.01,heatSource,0,0,FALSE,,,,, -baking_powder.n.01,fireSource,0,0,FALSE,,,,, -baking_powder.n.01,cookable,0,0,FALSE,,,,, -baking_powder.n.01,coldSource,0,0,FALSE,,,,, -baking_powder.n.01,sliceable,0,0,FALSE,,,,, -baking_powder.n.01,slicer,0,0,FALSE,,,,, -baking_powder.n.01,soakable,0,0,FALSE,,,,, -bay_leaf.n.01,liquid,0,0,FALSE,,,,, -bay_leaf.n.01,heatSource,0,0,FALSE,,,,, -bay_leaf.n.01,fireSource,1,0,FALSE,,,,, -bay_leaf.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -bay_leaf.n.01,coldSource,0,0,FALSE,,,,, -bay_leaf.n.01,sliceable,0,1,FALSE,,,,, -bay_leaf.n.01,slicer,0,0,FALSE,,,,, -bay_leaf.n.01,soakable,0,0,FALSE,,,,, -bicycle.n.01,liquid,0,0,FALSE,,,,, -bicycle.n.01,heatSource,0,0,FALSE,,,,, -bicycle.n.01,fireSource,0,0,FALSE,,,,, -bicycle.n.01,cookable,0,0,FALSE,,,,, -bicycle.n.01,coldSource,0,0,FALSE,,,,, -bicycle.n.01,sliceable,0,0,FALSE,,,,, -bicycle.n.01,slicer,0,0,FALSE,,,,, -bicycle.n.01,soakable,1,0,FALSE,,,,, -boat.n.01,liquid,0,0,FALSE,,,,, -boat.n.01,heatSource,0,0,FALSE,,,,, -boat.n.01,fireSource,0,0,FALSE,,,,, -boat.n.01,cookable,0,0,FALSE,,,,, -boat.n.01,coldSource,0,0,FALSE,,,,, -boat.n.01,sliceable,0,0,FALSE,,,,, -boat.n.01,slicer,1,0,FALSE,,,,, -boat.n.01,soakable,0,0,FALSE,,,,, -shell.n.08,liquid,0,0,FALSE,,,,, -shell.n.08,heatSource,0,0,FALSE,,,,, -shell.n.08,fireSource,0,0,FALSE,,,,, -shell.n.08,cookable,0,0,FALSE,,,,, -shell.n.08,coldSource,0,0,FALSE,,,,, -shell.n.08,sliceable,0,0,FALSE,,,,, -shell.n.08,slicer,1,0,FALSE,,,,, -shell.n.08,soakable,0,0,FALSE,,,,, -clay.n.01,liquid,0,0,FALSE,,,,, -clay.n.01,heatSource,0,0,FALSE,,,,, -clay.n.01,fireSource,0,0,FALSE,,,,, -clay.n.01,cookable,0,0,FALSE,,,,, -clay.n.01,coldSource,0,0,FALSE,,,,, -clay.n.01,sliceable,0,0,FALSE,,,,, -clay.n.01,slicer,0,0,FALSE,,,,, -clay.n.01,soakable,0,1,FALSE,,,,, -crust.n.02,liquid,0,0,FALSE,,,,, -crust.n.02,heatSource,0,0,FALSE,,,,, -crust.n.02,fireSource,1,0,FALSE,,,,, -crust.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -crust.n.02,coldSource,0,0,FALSE,,,,, -crust.n.02,sliceable,0,1,FALSE,,,,, -crust.n.02,slicer,1,0,FALSE,,,,, -crust.n.02,soakable,0,1,FALSE,,,,, -shock_absorber.n.01,liquid,0,0,FALSE,,,,, -shock_absorber.n.01,heatSource,0,0,FALSE,,,,, -shock_absorber.n.01,fireSource,0,0,FALSE,,,,, -shock_absorber.n.01,cookable,0,0,FALSE,,,,, -shock_absorber.n.01,coldSource,0,0,FALSE,,,,, -shock_absorber.n.01,sliceable,0,0,FALSE,,,,, -shock_absorber.n.01,slicer,0,0,FALSE,,,,, -shock_absorber.n.01,soakable,0,0,FALSE,,,,, -cushion.v.01,liquid,0,0,FALSE,,,,, -cushion.v.01,heatSource,0,0,FALSE,,,,, -cushion.v.01,fireSource,0,0,FALSE,,,,, -cushion.v.01,cookable,0,0,FALSE,,,,, -cushion.v.01,coldSource,0,0,FALSE,,,,, -cushion.v.01,sliceable,0,0,FALSE,,,,, -cushion.v.01,slicer,0,0,FALSE,,,,, -cushion.v.01,soakable,0,1,FALSE,,,,, -duct_tape.n.01,liquid,0,0,FALSE,,,,, -duct_tape.n.01,heatSource,0,0,FALSE,,,,, -duct_tape.n.01,fireSource,0,0,FALSE,,,,, -duct_tape.n.01,cookable,0,0,FALSE,,,,, -duct_tape.n.01,coldSource,0,0,FALSE,,,,, -duct_tape.n.01,sliceable,0,1,FALSE,,,,, -duct_tape.n.01,slicer,0,0,FALSE,,,,, -duct_tape.n.01,soakable,1,0,FALSE,,,,, -firewood.n.01,liquid,0,0,FALSE,,,,, -firewood.n.01,heatSource,1,1,FALSE,,,,, -firewood.n.01,fireSource,0,1,FALSE,,,,, -firewood.n.01,cookable,0,0,FALSE,,,,, -firewood.n.01,coldSource,0,0,FALSE,,,,, -firewood.n.01,sliceable,0,0,FALSE,,,,, -firewood.n.01,slicer,1,0,FALSE,,,,, -firewood.n.01,soakable,0,1,FALSE,,,,, -hotdog.n.02,liquid,0,0,FALSE,,,,, -hotdog.n.02,heatSource,0,0,FALSE,,,,, -hotdog.n.02,fireSource,1,0,FALSE,,,,, -hotdog.n.02,cookable,0,1,TRUE,60,74,https://www.epicurious.com/expert-advice/the-best-method-for-cooking-hot-dogs-article,, -hotdog.n.02,coldSource,0,0,FALSE,,,,, -hotdog.n.02,sliceable,0,1,FALSE,,,,, -hotdog.n.02,slicer,0,0,FALSE,,,,, -hotdog.n.02,soakable,0,0,FALSE,,,,, -letter.n.01,liquid,0,0,FALSE,,,,, -letter.n.01,heatSource,0,0,FALSE,,,,, -letter.n.01,fireSource,0,0,FALSE,,,,, -letter.n.01,cookable,0,0,FALSE,,,,, -letter.n.01,coldSource,0,0,FALSE,,,,, -letter.n.01,sliceable,0,0,FALSE,,,,, -letter.n.01,slicer,0,0,FALSE,,,,, -letter.n.01,soakable,1,1,FALSE,,,,, -lime_juice.n.01,liquid,1,1,FALSE,,,,, -lime_juice.n.01,heatSource,0,0,FALSE,,,,, -lime_juice.n.01,fireSource,0,0,FALSE,,,,, -lime_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -lime_juice.n.01,coldSource,1,0,FALSE,,,,, -lime_juice.n.01,sliceable,0,0,FALSE,,,,, -lime_juice.n.01,slicer,0,0,FALSE,,,,, -lime_juice.n.01,soakable,0,0,FALSE,,,,, -pecan.n.03,liquid,0,0,FALSE,,,,, -pecan.n.03,heatSource,0,0,FALSE,,,,, -pecan.n.03,fireSource,0,0,FALSE,,,,, -pecan.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pecan.n.03,coldSource,0,0,FALSE,,,,, -pecan.n.03,sliceable,0,1,FALSE,,,,, -pecan.n.03,slicer,1,0,FALSE,,,,, -pecan.n.03,soakable,0,0,FALSE,,,,, -pickle.n.01,liquid,0,0,FALSE,,,,, -pickle.n.01,heatSource,0,0,FALSE,,,,, -pickle.n.01,fireSource,1,1,FALSE,,,,, -pickle.n.01,cookable,0,0,FALSE,,,,, -pickle.n.01,coldSource,0,0,FALSE,,,,, -pickle.n.01,sliceable,0,1,FALSE,,,,, -pickle.n.01,slicer,0,0,FALSE,,,,, -pickle.n.01,soakable,0,0,FALSE,,,,, -pump.n.01,liquid,0,0,FALSE,,,,, -pump.n.01,heatSource,0,0,FALSE,,,,, -pump.n.01,fireSource,0,0,FALSE,,,,, -pump.n.01,cookable,0,0,FALSE,,,,, -pump.n.01,coldSource,0,0,FALSE,,,,, -pump.n.01,sliceable,0,0,FALSE,,,,, -pump.n.01,slicer,1,0,FALSE,,,,, -pump.n.01,soakable,0,0,FALSE,,,,, -raisin.n.01,liquid,0,0,FALSE,,,,, -raisin.n.01,heatSource,0,0,FALSE,,,,, -raisin.n.01,fireSource,0,0,FALSE,,,,, -raisin.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -raisin.n.01,coldSource,0,0,FALSE,,,,, -raisin.n.01,sliceable,0,1,FALSE,,,,, -raisin.n.01,slicer,0,0,FALSE,,,,, -raisin.n.01,soakable,0,0,FALSE,,,,, -sealant.n.01,liquid,0,0,FALSE,,,,, -sealant.n.01,heatSource,0,0,FALSE,,,,, -sealant.n.01,fireSource,0,0,FALSE,,,,, -sealant.n.01,cookable,0,0,FALSE,,,,, -sealant.n.01,coldSource,0,0,FALSE,,,,, -sealant.n.01,sliceable,0,0,FALSE,,,,, -sealant.n.01,slicer,0,0,FALSE,,,,, -sealant.n.01,soakable,0,0,FALSE,,,,, -stockpot.n.01,liquid,0,0,FALSE,,,,, -stockpot.n.01,heatSource,1,1,FALSE,,,,, -stockpot.n.01,fireSource,1,0,FALSE,,,,, -stockpot.n.01,cookable,0,0,FALSE,,,,, -stockpot.n.01,coldSource,1,0,FALSE,,,,, -stockpot.n.01,sliceable,0,0,FALSE,,,,, -stockpot.n.01,slicer,1,0,FALSE,,,,, -stockpot.n.01,soakable,0,0,FALSE,,,,, -bean_curd.n.01,liquid,0,0,FALSE,,,,, -bean_curd.n.01,heatSource,0,0,FALSE,,,,, -bean_curd.n.01,fireSource,1,0,FALSE,,,,, -bean_curd.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -bean_curd.n.01,coldSource,0,0,FALSE,,,,, -bean_curd.n.01,sliceable,0,1,FALSE,,,,, -bean_curd.n.01,slicer,0,0,FALSE,,,,, -bean_curd.n.01,soakable,0,0,FALSE,,,,, -toilet_tissue.n.01,liquid,0,0,FALSE,,,,, -toilet_tissue.n.01,heatSource,0,0,FALSE,,,,, -toilet_tissue.n.01,fireSource,0,1,FALSE,,,,, -toilet_tissue.n.01,cookable,0,0,FALSE,,,,, -toilet_tissue.n.01,coldSource,0,0,FALSE,,,,, -toilet_tissue.n.01,sliceable,0,1,FALSE,,,,, -toilet_tissue.n.01,slicer,0,0,FALSE,,,,, -toilet_tissue.n.01,soakable,1,1,FALSE,,,,, -tuna.n.02,liquid,0,0,FALSE,,,,, -tuna.n.02,heatSource,0,0,FALSE,,,,, -tuna.n.02,fireSource,1,0,FALSE,,,,, -tuna.n.02,cookable,0,1,TRUE,63,82,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, -tuna.n.02,coldSource,0,0,FALSE,,,,, -tuna.n.02,sliceable,0,1,FALSE,,,,, -tuna.n.02,slicer,1,0,FALSE,,,,, -tuna.n.02,soakable,0,0,FALSE,,,,, -whisk.n.01,liquid,0,0,FALSE,,,,, -whisk.n.01,heatSource,0,0,FALSE,,,,, -whisk.n.01,fireSource,0,0,FALSE,,,,, -whisk.n.01,cookable,0,0,FALSE,,,,, -whisk.n.01,coldSource,1,0,FALSE,,,,, -whisk.n.01,sliceable,0,0,FALSE,,,,, -whisk.n.01,slicer,1,1,FALSE,,,,, -whisk.n.01,soakable,0,0,FALSE,,,,, -blind.n.03,liquid,0,0,FALSE,,,,, -blind.n.03,heatSource,0,0,FALSE,,,,, -blind.n.03,fireSource,0,0,FALSE,,,,, -blind.n.03,cookable,0,0,FALSE,,,,, -blind.n.03,coldSource,0,0,FALSE,,,,, -blind.n.03,sliceable,0,0,FALSE,,,,, -blind.n.03,slicer,0,0,FALSE,,,,, -blind.n.03,soakable,0,1,FALSE,,,,, -buttermilk.n.01,liquid,0,1,FALSE,,,,, -dressing.n.01,liquid,0,1,FALSE,,,,, -dressing.n.01,heatSource,0,0,FALSE,,,,, -dressing.n.01,fireSource,0,0,FALSE,,,,, -dressing.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -dressing.n.01,coldSource,1,0,FALSE,,,,, -dressing.n.01,sliceable,0,0,FALSE,,,,, -dressing.n.01,slicer,0,0,FALSE,,,,, -dressing.n.01,soakable,1,0,FALSE,,,,, -gravel.n.01,liquid,0,0,FALSE,,,,, -gravel.n.01,heatSource,0,0,FALSE,,,,, -gravel.n.01,fireSource,0,0,FALSE,,,,, -gravel.n.01,cookable,0,0,FALSE,,,,, -gravel.n.01,coldSource,0,0,FALSE,,,,, -gravel.n.01,sliceable,0,0,FALSE,,,,, -gravel.n.01,slicer,0,0,FALSE,,,,, -gravel.n.01,soakable,0,0,FALSE,,,,, -mill.n.04,liquid,0,0,FALSE,,,,, -mill.n.04,heatSource,0,0,FALSE,,,,, -mill.n.04,fireSource,0,0,FALSE,,,,, -mill.n.04,cookable,0,0,FALSE,,,,, -mill.n.04,coldSource,0,0,FALSE,,,,, -mill.n.04,sliceable,0,0,FALSE,,,,, -mill.n.04,slicer,1,0,FALSE,,,,, -mill.n.04,soakable,0,0,FALSE,,,,, -hummus.n.01,liquid,0,0,FALSE,,,,, -hummus.n.01,heatSource,0,0,FALSE,,,,, -hummus.n.01,fireSource,1,0,FALSE,,,,, -hummus.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -hummus.n.01,coldSource,0,0,FALSE,,,,, -hummus.n.01,sliceable,0,1,FALSE,,,,, -hummus.n.01,slicer,1,0,FALSE,,,,, -hummus.n.01,soakable,0,0,FALSE,,,,, -lemonade.n.01,liquid,1,1,FALSE,,,,, -lemonade.n.01,heatSource,0,0,FALSE,,,,, -lemonade.n.01,fireSource,0,0,FALSE,,,,, -lemonade.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -lemonade.n.01,coldSource,1,0,FALSE,,,,, -lemonade.n.01,sliceable,0,0,FALSE,,,,, -lemonade.n.01,slicer,0,0,FALSE,,,,, -lemonade.n.01,soakable,0,0,FALSE,,,,, -mailbox.n.01,liquid,0,0,FALSE,,,,, -mailbox.n.01,heatSource,0,0,FALSE,,,,, -mailbox.n.01,fireSource,0,0,FALSE,,,,, -mailbox.n.01,cookable,0,0,FALSE,,,,, -mailbox.n.01,coldSource,0,0,FALSE,,,,, -mailbox.n.01,sliceable,0,0,FALSE,,,,, -mailbox.n.01,slicer,1,0,FALSE,,,,, -mailbox.n.01,soakable,0,0,FALSE,,,,, -tape_measure.n.01,liquid,0,0,FALSE,,,,, -tape_measure.n.01,heatSource,0,0,FALSE,,,,, -tape_measure.n.01,fireSource,0,0,FALSE,,,,, -tape_measure.n.01,cookable,0,0,FALSE,,,,, -tape_measure.n.01,coldSource,0,0,FALSE,,,,, -tape_measure.n.01,sliceable,0,1,FALSE,,,,, -tape_measure.n.01,slicer,1,0,FALSE,,,,, -tape_measure.n.01,soakable,0,0,FALSE,,,,, -pancake.n.01,liquid,0,0,FALSE,,,,, -pancake.n.01,heatSource,0,0,FALSE,,,,, -pancake.n.01,fireSource,1,0,FALSE,,,,, -pancake.n.01,cookable,0,1,TRUE,175,UNKNOWN,"https://www.waltongas.com/perfect-pancakes-on-the-griddle/#:~:text=Get%20your%20griddle%20on,to%20making%20a%20perfect%20pancake.",, -pancake.n.01,coldSource,0,0,FALSE,,,,, -pancake.n.01,sliceable,0,1,FALSE,,,,, -pancake.n.01,slicer,1,0,FALSE,,,,, -pancake.n.01,soakable,0,1,FALSE,,,,, -pea_pod.n.01,liquid,0,0,FALSE,,,,, -pea_pod.n.01,heatSource,0,0,FALSE,,,,, -pea_pod.n.01,fireSource,0,0,FALSE,,,,, -pea_pod.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -pea_pod.n.01,coldSource,0,0,FALSE,,,,, -pea_pod.n.01,sliceable,0,0,FALSE,,,,, -pea_pod.n.01,slicer,0,0,FALSE,,,,, -pea_pod.n.01,soakable,0,0,FALSE,,,,, -shaker.n.03,liquid,0,0,FALSE,,,,, -shaker.n.03,heatSource,0,0,FALSE,,,,, -shaker.n.03,fireSource,0,0,FALSE,,,,, -shaker.n.03,cookable,0,0,FALSE,,,,, -shaker.n.03,coldSource,1,0,FALSE,,,,, -shaker.n.03,sliceable,0,0,FALSE,,,,, -shaker.n.03,slicer,1,0,FALSE,,,,, -shaker.n.03,soakable,0,0,FALSE,,,,, -shopping_cart.n.01,liquid,0,0,FALSE,,,,, -shopping_cart.n.01,heatSource,0,0,FALSE,,,,, -shopping_cart.n.01,fireSource,0,0,FALSE,,,,, -shopping_cart.n.01,cookable,0,0,FALSE,,,,, -shopping_cart.n.01,coldSource,0,0,FALSE,,,,, -shopping_cart.n.01,sliceable,0,0,FALSE,,,,, -shopping_cart.n.01,slicer,0,0,FALSE,,,,, -shopping_cart.n.01,soakable,1,0,FALSE,,,,, -stick.n.01,liquid,0,0,FALSE,,,,, -stick.n.01,heatSource,0,0,FALSE,,,,, -stick.n.01,fireSource,0,0,FALSE,,,,, -stick.n.01,cookable,0,0,FALSE,,,,, -stick.n.01,coldSource,0,0,FALSE,,,,, -stick.n.01,sliceable,0,0,FALSE,,,,, -stick.n.01,slicer,1,0,FALSE,,,,, -stick.n.01,soakable,0,0,FALSE,,,,, -cream_of_tartar.n.01,liquid,0,0,FALSE,,,,, -cream_of_tartar.n.01,heatSource,0,0,FALSE,,,,, -cream_of_tartar.n.01,fireSource,0,0,FALSE,,,,, -cream_of_tartar.n.01,cookable,0,0,FALSE,,,,, -cream_of_tartar.n.01,coldSource,0,0,FALSE,,,,, -cream_of_tartar.n.01,sliceable,0,0,FALSE,,,,, -cream_of_tartar.n.01,slicer,0,0,FALSE,,,,, -cream_of_tartar.n.01,soakable,0,0,FALSE,,,,, -tartar.n.04,liquid,0,0,FALSE,,,,, -tartar.n.04,heatSource,0,0,FALSE,,,,, -tartar.n.04,fireSource,0,0,FALSE,,,,, -tartar.n.04,cookable,0,0,FALSE,,,,, -tartar.n.04,coldSource,0,0,FALSE,,,,, -tartar.n.04,sliceable,0,0,FALSE,,,,, -tartar.n.04,slicer,0,0,FALSE,,,,, -tartar.n.04,soakable,0,0,FALSE,,,,, -tent.n.01,liquid,0,0,FALSE,,,,, -tent.n.01,heatSource,0,0,FALSE,,,,, -tent.n.01,fireSource,0,0,FALSE,,,,, -tent.n.01,cookable,0,0,FALSE,,,,, -tent.n.01,coldSource,0,0,FALSE,,,,, -tent.n.01,sliceable,0,0,FALSE,,,,, -tent.n.01,slicer,1,0,FALSE,,,,, -tent.n.01,soakable,1,1,FALSE,,,,, -tortilla.n.01,liquid,0,0,FALSE,,,,, -tortilla.n.01,heatSource,0,0,FALSE,,,,, -tortilla.n.01,fireSource,1,9,FALSE,,,,, -tortilla.n.01,cookable,0,1,TRUE,190,UNKNOWN,"https://www.foodnetwork.com/recipes/alton-brown/flour-tortillas-recipe-1920850#:~:text=Heat%20an%20electric%20nonstick%20griddle,about%204%20minutes%20per%20side.",, -tortilla.n.01,coldSource,0,0,FALSE,,,,, -tortilla.n.01,sliceable,0,1,FALSE,,,,, -tortilla.n.01,slicer,1,0,FALSE,,,,, -tortilla.n.01,soakable,1,1,FALSE,,,,, -tube.n.01,liquid,0,0,FALSE,,,,, -tube.n.01,heatSource,0,0,FALSE,,,,, -tube.n.01,fireSource,0,0,FALSE,,,,, -tube.n.01,cookable,0,0,FALSE,,,,, -tube.n.01,coldSource,1,0,FALSE,,,,, -tube.n.01,sliceable,0,0,FALSE,,,,, -tube.n.01,slicer,1,0,FALSE,,,,, -tube.n.01,soakable,0,0,FALSE,,,,, -vase.n.01,liquid,0,0,FALSE,,,,, -vase.n.01,heatSource,0,0,FALSE,,,,, -vase.n.01,fireSource,0,0,FALSE,,,,, -vase.n.01,cookable,0,0,FALSE,,,,, -vase.n.01,coldSource,1,0,FALSE,,,,, -vase.n.01,sliceable,0,0,FALSE,,,,, -vase.n.01,slicer,1,0,FALSE,,,,, -vase.n.01,soakable,0,0,FALSE,,,,, -vent.n.01,liquid,0,0,FALSE,,,,, -vent.n.01,heatSource,0,0,FALSE,,,,, -vent.n.01,fireSource,0,0,FALSE,,,,, -vent.n.01,cookable,0,0,FALSE,,,,, -vent.n.01,coldSource,0,0,FALSE,,,,, -vent.n.01,sliceable,0,0,FALSE,,,,, -vent.n.01,slicer,1,0,FALSE,,,,, -vent.n.01,soakable,0,0,FALSE,,,,, -wrench.n.03,liquid,0,0,FALSE,,,,, -wrench.n.03,heatSource,0,0,FALSE,,,,, -wrench.n.03,fireSource,0,0,FALSE,,,,, -wrench.n.03,cookable,0,0,FALSE,,,,, -wrench.n.03,coldSource,0,0,FALSE,,,,, -wrench.n.03,sliceable,0,0,FALSE,,,,, -wrench.n.03,slicer,1,0,FALSE,,,,, -wrench.n.03,soakable,0,0,FALSE,,,,, -canvas.n.01,liquid,0,0,FALSE,,,,, -canvas.n.01,heatSource,0,0,FALSE,,,,, -canvas.n.01,fireSource,0,0,FALSE,,,,, -canvas.n.01,cookable,0,0,FALSE,,,,, -canvas.n.01,coldSource,0,0,FALSE,,,,, -canvas.n.01,sliceable,0,0,FALSE,,,,, -canvas.n.01,slicer,1,0,FALSE,,,,, -canvas.n.01,soakable,1,1,FALSE,,,,, -canvas.n.02,liquid,0,0,FALSE,,,,, -canvas.n.02,heatSource,0,0,FALSE,,,,, -canvas.n.02,fireSource,0,0,FALSE,,,,, -canvas.n.02,cookable,0,0,FALSE,,,,, -canvas.n.02,coldSource,0,0,FALSE,,,,, -canvas.n.02,sliceable,0,0,FALSE,,,,, -canvas.n.02,slicer,1,0,FALSE,,,,, -canvas.n.02,soakable,0,1,FALSE,,,,, -charger.n.02,liquid,0,0,FALSE,,,,, -charger.n.02,heatSource,0,0,FALSE,,,,, -charger.n.02,fireSource,0,0,FALSE,,,,, -charger.n.02,cookable,0,0,FALSE,,,,, -charger.n.02,coldSource,0,0,FALSE,,,,, -charger.n.02,sliceable,0,0,FALSE,,,,, -charger.n.02,slicer,1,0,FALSE,,,,, -charger.n.02,soakable,0,0,FALSE,,,,, -chicken_coop.n.01,liquid,0,0,FALSE,,,,, -chicken_coop.n.01,heatSource,0,0,FALSE,,,,, -chicken_coop.n.01,fireSource,0,0,FALSE,,,,, -chicken_coop.n.01,cookable,0,0,FALSE,,,,, -chicken_coop.n.01,coldSource,0,0,FALSE,,,,, -chicken_coop.n.01,sliceable,0,0,FALSE,,,,, -chicken_coop.n.01,slicer,0,0,FALSE,,,,, -chicken_coop.n.01,soakable,0,0,FALSE,,,,, -cork.n.01,liquid,0,0,FALSE,,,,, -cork.n.01,heatSource,0,0,FALSE,,,,, -cork.n.01,fireSource,0,0,FALSE,,,,, -cork.n.01,cookable,0,0,FALSE,,,,, -cork.n.01,coldSource,0,0,FALSE,,,,, -cork.n.01,sliceable,0,0,FALSE,,,,, -cork.n.01,slicer,0,0,FALSE,,,,, -cork.n.01,soakable,0,1,FALSE,,,,, -filling.n.03,liquid,0,0,FALSE,,,,, -filling.n.03,heatSource,0,0,FALSE,,,,, -filling.n.03,fireSource,1,0,FALSE,,,,, -filling.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -filling.n.03,coldSource,0,0,FALSE,,,,, -filling.n.03,sliceable,0,0,FALSE,,,,, -filling.n.03,slicer,0,0,FALSE,,,,, -filling.n.03,soakable,1,0,FALSE,,,,, -fruit_tree.n.01,liquid,0,0,FALSE,,,,, -fruit_tree.n.01,heatSource,0,0,FALSE,,,,, -fruit_tree.n.01,fireSource,0,0,FALSE,,,,, -fruit_tree.n.01,cookable,0,0,FALSE,,,,, -fruit_tree.n.01,coldSource,0,0,FALSE,,,,, -fruit_tree.n.01,sliceable,0,0,FALSE,,,,, -fruit_tree.n.01,slicer,0,0,FALSE,,,,, -fruit_tree.n.01,soakable,0,0,FALSE,,,,, -antifungal.n.01,liquid,0,0,FALSE,,,,, -antifungal.n.01,heatSource,0,0,FALSE,,,,, -antifungal.n.01,fireSource,0,0,FALSE,,,,, -antifungal.n.01,cookable,0,0,FALSE,,,,, -antifungal.n.01,coldSource,0,0,FALSE,,,,, -antifungal.n.01,sliceable,0,0,FALSE,,,,, -antifungal.n.01,slicer,0,0,FALSE,,,,, -antifungal.n.01,soakable,0,0,FALSE,,,,, -cushion.n.03,liquid,0,0,FALSE,,,,, -cushion.n.03,heatSource,0,0,FALSE,,,,, -cushion.n.03,fireSource,0,0,FALSE,,,,, -cushion.n.03,cookable,0,0,FALSE,,,,, -cushion.n.03,coldSource,0,0,FALSE,,,,, -cushion.n.03,sliceable,0,0,FALSE,,,,, -cushion.n.03,slicer,0,0,FALSE,,,,, -cushion.n.03,soakable,1,0,FALSE,,,,, -gazpacho.n.01,liquid,1,1,FALSE,,,,, -gazpacho.n.01,heatSource,0,0,FALSE,,,,, -gazpacho.n.01,fireSource,0,0,FALSE,,,,, -gazpacho.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, -gazpacho.n.01,coldSource,1,0,FALSE,,,,, -gazpacho.n.01,sliceable,0,0,FALSE,,,,, -gazpacho.n.01,slicer,0,0,FALSE,,,,, -gazpacho.n.01,soakable,0,0,FALSE,,,,, -geode.n.01,liquid,0,0,FALSE,,,,, -geode.n.01,heatSource,0,0,FALSE,,,,, -geode.n.01,fireSource,0,0,FALSE,,,,, -geode.n.01,cookable,0,0,FALSE,,,,, -geode.n.01,coldSource,0,0,FALSE,,,,, -geode.n.01,sliceable,0,0,FALSE,,,,, -geode.n.01,slicer,0,0,FALSE,,,,, -geode.n.01,soakable,0,0,FALSE,,,,, -clove.n.04,liquid,0,0,FALSE,,,,, -clove.n.04,heatSource,0,0,FALSE,,,,, -clove.n.04,fireSource,1,0,FALSE,,,,, -clove.n.04,cookable,0,1,TRUE,N/A,UNKNOWN,,, -clove.n.04,coldSource,0,0,FALSE,,,,, -clove.n.04,sliceable,0,0,FALSE,,,,, -clove.n.04,slicer,0,0,FALSE,,,,, -clove.n.04,soakable,0,0,FALSE,,,,, -mace.n.03,liquid,0,0,FALSE,,,,, -mace.n.03,heatSource,0,0,FALSE,,,,, -mace.n.03,fireSource,1,0,FALSE,,,,, -mace.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -mace.n.03,coldSource,0,0,FALSE,,,,, -mace.n.03,sliceable,0,0,FALSE,,,,, -mace.n.03,slicer,1,0,FALSE,,,,, -mace.n.03,soakable,0,0,FALSE,,,,, -gunpowder.n.01,liquid,0,0,FALSE,,,,, -gunpowder.n.01,heatSource,0,0,FALSE,,,,, -gunpowder.n.01,fireSource,0,0,FALSE,,,,, -gunpowder.n.01,cookable,0,0,FALSE,,,,, -gunpowder.n.01,coldSource,0,0,FALSE,,,,, -gunpowder.n.01,sliceable,0,0,FALSE,,,,, -gunpowder.n.01,slicer,0,0,FALSE,,,,, -gunpowder.n.01,soakable,0,0,FALSE,,,,, -gravestone.n.01,liquid,0,0,FALSE,,,,, -gravestone.n.01,heatSource,0,0,FALSE,,,,, -gravestone.n.01,fireSource,0,0,FALSE,,,,, -gravestone.n.01,cookable,0,0,FALSE,,,,, -gravestone.n.01,coldSource,0,0,FALSE,,,,, -gravestone.n.01,sliceable,0,0,FALSE,,,,, -gravestone.n.01,slicer,0,0,FALSE,,,,, -gravestone.n.01,soakable,0,0,FALSE,,,,, -puck.n.02,liquid,0,0,FALSE,,,,, -puck.n.02,heatSource,0,0,FALSE,,,,, -puck.n.02,fireSource,0,0,FALSE,,,,, -puck.n.02,cookable,0,0,FALSE,,,,, -puck.n.02,coldSource,0,0,FALSE,,,,, -puck.n.02,sliceable,0,0,FALSE,,,,, -puck.n.02,slicer,0,0,FALSE,,,,, -puck.n.02,soakable,0,0,FALSE,,,,, -address.n.05,liquid,0,0,FALSE,,,,, -address.n.05,heatSource,0,0,FALSE,,,,, -address.n.05,fireSource,0,0,FALSE,,,,, -address.n.05,cookable,0,0,FALSE,,,,, -address.n.05,coldSource,0,0,FALSE,,,,, -address.n.05,sliceable,0,0,FALSE,,,,, -address.n.05,slicer,0,0,FALSE,,,,, -address.n.05,soakable,0,0,FALSE,,,,, -ice_skate.n.01,liquid,0,0,FALSE,,,,, -ice_skate.n.01,heatSource,0,0,FALSE,,,,, -ice_skate.n.01,fireSource,0,0,FALSE,,,,, -ice_skate.n.01,cookable,0,0,FALSE,,,,, -ice_skate.n.01,coldSource,0,0,FALSE,,,,, -ice_skate.n.01,sliceable,0,0,FALSE,,,,, -ice_skate.n.01,slicer,0,0,FALSE,,,,, -ice_skate.n.01,soakable,0,0,FALSE,,,,, -jade.n.01,liquid,0,0,FALSE,,,,, -jade.n.01,heatSource,0,0,FALSE,,,,, -jade.n.01,fireSource,0,0,FALSE,,,,, -jade.n.01,cookable,0,0,FALSE,,,,, -jade.n.01,coldSource,0,0,FALSE,,,,, -jade.n.01,sliceable,0,0,FALSE,,,,, -jade.n.01,slicer,1,0,FALSE,,,,, -jade.n.01,soakable,0,0,FALSE,,,,, -potato_pancake.n.01,liquid,0,0,FALSE,,,,, -potato_pancake.n.01,heatSource,0,0,FALSE,,,,, -potato_pancake.n.01,fireSource,1,0,FALSE,,,,, -potato_pancake.n.01,cookable,0,1,TRUE,190,UNKNOWN,https://www.allrecipes.com/recipe/14089/potato-pancakes-i/,, -potato_pancake.n.01,coldSource,0,0,FALSE,,,,, -potato_pancake.n.01,sliceable,0,1,FALSE,,,,, -potato_pancake.n.01,slicer,0,0,FALSE,,,,, -potato_pancake.n.01,soakable,0,0,FALSE,,,,, -leotard.n.01,liquid,0,0,FALSE,,,,, -leotard.n.01,heatSource,0,0,FALSE,,,,, -leotard.n.01,fireSource,0,0,FALSE,,,,, -leotard.n.01,cookable,0,0,FALSE,,,,, -leotard.n.01,coldSource,0,0,FALSE,,,,, -leotard.n.01,sliceable,0,0,FALSE,,,,, -leotard.n.01,slicer,0,0,FALSE,,,,, -leotard.n.01,soakable,0,1,FALSE,,,,, -mousepad.n.01,liquid,0,0,FALSE,,,,, -mousepad.n.01,heatSource,0,0,FALSE,,,,, -mousepad.n.01,fireSource,0,0,FALSE,,,,, -mousepad.n.01,cookable,0,0,FALSE,,,,, -mousepad.n.01,coldSource,0,0,FALSE,,,,, -mousepad.n.01,sliceable,0,0,FALSE,,,,, -mousepad.n.01,slicer,1,0,FALSE,,,,, -mousepad.n.01,soakable,1,0,FALSE,,,,, -mustard.n.03,liquid,0,0,FALSE,,,,, -mustard.n.03,heatSource,0,0,FALSE,,,,, -mustard.n.03,fireSource,1,0,FALSE,,,,, -mustard.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -mustard.n.03,coldSource,0,0,FALSE,,,,, -mustard.n.03,sliceable,0,1,FALSE,,,,, -mustard.n.03,slicer,0,0,FALSE,,,,, -mustard.n.03,soakable,0,0,FALSE,,,,, -virgin_birth.n.02,liquid,0,0,FALSE,,,,, -virgin_birth.n.02,heatSource,0,0,FALSE,,,,, -virgin_birth.n.02,fireSource,0,0,FALSE,,,,, -virgin_birth.n.02,cookable,0,0,FALSE,,,,, -virgin_birth.n.02,coldSource,0,0,FALSE,,,,, -virgin_birth.n.02,sliceable,0,0,FALSE,,,,, -virgin_birth.n.02,slicer,0,0,FALSE,,,,, -virgin_birth.n.02,soakable,0,0,FALSE,,,,, -nickel.n.01,liquid,0,0,FALSE,,,,, -nickel.n.01,heatSource,0,0,FALSE,,,,, -nickel.n.01,fireSource,0,0,FALSE,,,,, -nickel.n.01,cookable,0,0,FALSE,,,,, -nickel.n.01,coldSource,0,0,FALSE,,,,, -nickel.n.01,sliceable,0,0,FALSE,,,,, -nickel.n.01,slicer,1,0,FALSE,,,,, -nickel.n.01,soakable,0,0,FALSE,,,,, -nickel.n.02,liquid,0,0,FALSE,,,,, -nickel.n.02,heatSource,0,0,FALSE,,,,, -nickel.n.02,fireSource,0,0,FALSE,,,,, -nickel.n.02,cookable,0,0,FALSE,,,,, -nickel.n.02,coldSource,0,0,FALSE,,,,, -nickel.n.02,sliceable,0,0,FALSE,,,,, -nickel.n.02,slicer,1,0,FALSE,,,,, -nickel.n.02,soakable,0,0,FALSE,,,,, -oxtail.n.01,liquid,0,0,FALSE,,,,, -oxtail.n.01,heatSource,0,0,FALSE,,,,, -oxtail.n.01,fireSource,1,0,FALSE,,,,, -oxtail.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, -oxtail.n.01,coldSource,0,0,FALSE,,,,, -oxtail.n.01,sliceable,0,1,FALSE,,,,, -oxtail.n.01,slicer,0,0,FALSE,,,,, -oxtail.n.01,soakable,0,0,FALSE,,,,, -paella.n.01,liquid,0,0,FALSE,,,,, -paella.n.01,heatSource,0,0,FALSE,,,,, -paella.n.01,fireSource,1,0,FALSE,,,,, -paella.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -paella.n.01,coldSource,0,0,FALSE,,,,, -paella.n.01,sliceable,0,0,FALSE,,,,, -paella.n.01,slicer,0,0,FALSE,,,,, -paella.n.01,soakable,0,0,FALSE,,,,, -liner.n.02,liquid,0,0,FALSE,,,,, -liner.n.02,heatSource,0,0,FALSE,,,,, -liner.n.02,fireSource,0,0,FALSE,,,,, -liner.n.02,cookable,0,0,FALSE,,,,, -liner.n.02,coldSource,0,0,FALSE,,,,, -liner.n.02,sliceable,0,0,FALSE,,,,, -liner.n.02,slicer,0,0,FALSE,,,,, -liner.n.02,soakable,0,1,FALSE,,,,, -patina.n.01,liquid,0,0,FALSE,,,,, -patina.n.01,heatSource,0,0,FALSE,,,,, -patina.n.01,fireSource,0,0,FALSE,,,,, -patina.n.01,cookable,0,0,FALSE,,,,, -patina.n.01,coldSource,0,0,FALSE,,,,, -patina.n.01,sliceable,0,0,FALSE,,,,, -patina.n.01,slicer,0,0,FALSE,,,,, -patina.n.01,soakable,0,0,FALSE,,,,, -pennant.n.02,liquid,0,0,FALSE,,,,, -pennant.n.02,heatSource,0,0,FALSE,,,,, -pennant.n.02,fireSource,0,0,FALSE,,,,, -pennant.n.02,cookable,0,0,FALSE,,,,, -pennant.n.02,coldSource,0,0,FALSE,,,,, -pennant.n.02,sliceable,0,0,FALSE,,,,, -pennant.n.02,slicer,0,0,FALSE,,,,, -pennant.n.02,soakable,0,1,FALSE,,,,, -pepperoni.n.01,liquid,0,0,FALSE,,,,, -pepperoni.n.01,heatSource,0,0,FALSE,,,,, -pepperoni.n.01,fireSource,1,0,FALSE,,,,, -pepperoni.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -pepperoni.n.01,coldSource,0,0,FALSE,,,,, -pepperoni.n.01,sliceable,0,1,FALSE,,,,, -pepperoni.n.01,slicer,1,0,FALSE,,,,, -pepperoni.n.01,soakable,0,0,FALSE,,,,, -pewter.n.01,liquid,0,0,FALSE,,,,, -pewter.n.01,heatSource,0,0,FALSE,,,,, -pewter.n.01,fireSource,0,0,FALSE,,,,, -pewter.n.01,cookable,0,0,FALSE,,,,, -pewter.n.01,coldSource,0,0,FALSE,,,,, -pewter.n.01,sliceable,0,0,FALSE,,,,, -pewter.n.01,slicer,1,0,FALSE,,,,, -pewter.n.01,soakable,0,0,FALSE,,,,, -picket.n.05,liquid,0,0,FALSE,,,,, -picket.n.05,heatSource,0,0,FALSE,,,,, -picket.n.05,fireSource,0,0,FALSE,,,,, -picket.n.05,cookable,0,0,FALSE,,,,, -picket.n.05,coldSource,0,0,FALSE,,,,, -picket.n.05,sliceable,0,0,FALSE,,,,, -picket.n.05,slicer,1,0,FALSE,,,,, -picket.n.05,soakable,0,0,FALSE,,,,, -cardboard.n.01,liquid,0,0,FALSE,,,,, -cardboard.n.01,heatSource,0,0,FALSE,,,,, -cardboard.n.01,fireSource,0,1,FALSE,,,,, -cardboard.n.01,cookable,0,0,FALSE,,,,, -cardboard.n.01,coldSource,0,0,FALSE,,,,, -cardboard.n.01,sliceable,0,0,FALSE,,,,, -cardboard.n.01,slicer,1,0,FALSE,,,,, -cardboard.n.01,soakable,1,1,FALSE,,,,, -poinsettia.n.01,liquid,0,0,FALSE,,,,, -poinsettia.n.01,heatSource,0,0,FALSE,,,,, -poinsettia.n.01,fireSource,0,0,FALSE,,,,, -poinsettia.n.01,cookable,0,0,FALSE,,,,, -poinsettia.n.01,coldSource,0,0,FALSE,,,,, -poinsettia.n.01,sliceable,0,0,FALSE,,,,, -poinsettia.n.01,slicer,0,0,FALSE,,,,, -poinsettia.n.01,soakable,0,0,FALSE,,,,, -punching_bag.n.02,liquid,0,0,FALSE,,,,, -punching_bag.n.02,heatSource,0,0,FALSE,,,,, -punching_bag.n.02,fireSource,0,0,FALSE,,,,, -punching_bag.n.02,cookable,0,0,FALSE,,,,, -punching_bag.n.02,coldSource,0,0,FALSE,,,,, -punching_bag.n.02,sliceable,0,0,FALSE,,,,, -punching_bag.n.02,slicer,1,0,FALSE,,,,, -punching_bag.n.02,soakable,0,1,FALSE,,,,, -quail.n.01,liquid,0,0,FALSE,,,,, -quail.n.01,heatSource,0,0,FALSE,,,,, -quail.n.01,fireSource,1,0,FALSE,,,,, -quail.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -quail.n.01,coldSource,0,0,FALSE,,,,, -quail.n.01,sliceable,0,1,FALSE,,,,, -quail.n.01,slicer,0,0,FALSE,,,,, -quail.n.01,soakable,0,0,FALSE,,,,, -quarter.n.10,liquid,0,0,FALSE,,,,, -quarter.n.10,heatSource,0,0,FALSE,,,,, -quarter.n.10,fireSource,0,0,FALSE,,,,, -quarter.n.10,cookable,0,0,FALSE,,,,, -quarter.n.10,coldSource,0,0,FALSE,,,,, -quarter.n.10,sliceable,0,0,FALSE,,,,, -quarter.n.10,slicer,0,0,FALSE,,,,, -quarter.n.10,soakable,0,0,FALSE,,,,, -quartz.n.02,liquid,0,0,FALSE,,,,, -quartz.n.02,heatSource,0,0,FALSE,,,,, -quartz.n.02,fireSource,0,0,FALSE,,,,, -quartz.n.02,cookable,0,0,FALSE,,,,, -quartz.n.02,coldSource,0,0,FALSE,,,,, -quartz.n.02,sliceable,0,0,FALSE,,,,, -quartz.n.02,slicer,1,0,FALSE,,,,, -quartz.n.02,soakable,0,0,FALSE,,,,, -quiche.n.02,liquid,0,0,FALSE,,,,, -quiche.n.02,heatSource,0,0,FALSE,,,,, -quiche.n.02,fireSource,1,0,FALSE,,,,, -quiche.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -quiche.n.02,coldSource,0,0,FALSE,,,,, -quiche.n.02,sliceable,0,1,FALSE,,,,, -quiche.n.02,slicer,0,0,FALSE,,,,, -quiche.n.02,soakable,0,0,FALSE,,,,, -sweat_suit.n.01,liquid,0,0,FALSE,,,,, -sweat_suit.n.01,heatSource,0,0,FALSE,,,,, -sweat_suit.n.01,fireSource,0,0,FALSE,,,,, -sweat_suit.n.01,cookable,0,0,FALSE,,,,, -sweat_suit.n.01,coldSource,1,0,FALSE,,,,, -sweat_suit.n.01,sliceable,0,0,FALSE,,,,, -sweat_suit.n.01,slicer,0,0,FALSE,,,,, -sweat_suit.n.01,soakable,0,1,FALSE,,,,, -sax.n.02,liquid,0,0,FALSE,,,,, -sax.n.02,heatSource,0,0,FALSE,,,,, -sax.n.02,fireSource,0,0,FALSE,,,,, -sax.n.02,cookable,0,0,FALSE,,,,, -sax.n.02,coldSource,0,0,FALSE,,,,, -sax.n.02,sliceable,0,0,FALSE,,,,, -sax.n.02,slicer,1,0,FALSE,,,,, -sax.n.02,soakable,0,0,FALSE,,,,, -schnitzel.n.01,liquid,0,0,FALSE,,,,, -schnitzel.n.01,heatSource,0,0,FALSE,,,,, -schnitzel.n.01,fireSource,1,0,FALSE,,,,, -schnitzel.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -schnitzel.n.01,coldSource,0,0,FALSE,,,,, -schnitzel.n.01,sliceable,0,0,FALSE,,,,, -schnitzel.n.01,slicer,1,0,FALSE,,,,, -schnitzel.n.01,soakable,0,1,FALSE,,,,, -scorch.n.03,liquid,0,0,FALSE,,,,, -scorch.n.03,heatSource,0,0,FALSE,,,,, -scorch.n.03,fireSource,0,0,FALSE,,,,, -scorch.n.03,cookable,0,0,FALSE,,,,, -scorch.n.03,coldSource,0,0,FALSE,,,,, -scorch.n.03,sliceable,0,0,FALSE,,,,, -scorch.n.03,slicer,0,0,FALSE,,,,, -scorch.n.03,soakable,0,0,FALSE,,,,, -softball.n.01,liquid,0,0,FALSE,,,,, -softball.n.01,heatSource,0,0,FALSE,,,,, -softball.n.01,fireSource,0,0,FALSE,,,,, -softball.n.01,cookable,0,0,FALSE,,,,, -softball.n.01,coldSource,0,0,FALSE,,,,, -softball.n.01,sliceable,0,0,FALSE,,,,, -softball.n.01,slicer,0,0,FALSE,,,,, -softball.n.01,soakable,0,0,FALSE,,,,, -sparkler.n.02,liquid,0,0,FALSE,,,,, -sparkler.n.02,heatSource,1,0,FALSE,,,,, -sparkler.n.02,fireSource,0,1,FALSE,,,,, -sparkler.n.02,cookable,0,0,FALSE,,,,, -sparkler.n.02,coldSource,0,0,FALSE,,,,, -sparkler.n.02,sliceable,0,0,FALSE,,,,, -sparkler.n.02,slicer,0,0,FALSE,,,,, -sparkler.n.02,soakable,0,0,FALSE,,,,, -garbage.n.01,liquid,0,0,FALSE,,,,, -garbage.n.01,heatSource,0,0,FALSE,,,,, -garbage.n.01,fireSource,0,0,FALSE,,,,, -garbage.n.01,cookable,0,0,FALSE,,,,, -garbage.n.01,coldSource,0,0,FALSE,,,,, -garbage.n.01,sliceable,0,0,FALSE,,,,, -garbage.n.01,slicer,0,0,FALSE,,,,, -garbage.n.01,soakable,0,1,FALSE,,,,, -chinese_anise.n.02,liquid,0,0,FALSE,,,,, -chinese_anise.n.02,heatSource,0,0,FALSE,,,,, -chinese_anise.n.02,fireSource,1,0,FALSE,,,,, -chinese_anise.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -chinese_anise.n.02,coldSource,0,0,FALSE,,,,, -chinese_anise.n.02,sliceable,0,0,FALSE,,,,, -chinese_anise.n.02,slicer,0,0,FALSE,,,,, -chinese_anise.n.02,soakable,0,0,FALSE,,,,, -pill.n.02,liquid,0,0,FALSE,,,,, -pill.n.02,heatSource,0,0,FALSE,,,,, -pill.n.02,fireSource,0,0,FALSE,,,,, -pill.n.02,cookable,0,0,FALSE,,,,, -pill.n.02,coldSource,0,0,FALSE,,,,, -pill.n.02,sliceable,0,0,FALSE,,,,, -pill.n.02,slicer,1,1,FALSE,,,,, -pill.n.02,soakable,0,0,FALSE,,,,, -trombone.n.01,liquid,0,0,FALSE,,,,, -trombone.n.01,heatSource,0,0,FALSE,,,,, -trombone.n.01,fireSource,0,0,FALSE,,,,, -trombone.n.01,cookable,0,0,FALSE,,,,, -trombone.n.01,coldSource,0,0,FALSE,,,,, -trombone.n.01,sliceable,0,0,FALSE,,,,, -trombone.n.01,slicer,1,0,FALSE,,,,, -trombone.n.01,soakable,0,0,FALSE,,,,, -cornet.n.01,liquid,0,0,FALSE,,,,, -cornet.n.01,heatSource,0,0,FALSE,,,,, -cornet.n.01,fireSource,0,0,FALSE,,,,, -cornet.n.01,cookable,0,0,FALSE,,,,, -cornet.n.01,coldSource,0,0,FALSE,,,,, -cornet.n.01,sliceable,0,0,FALSE,,,,, -cornet.n.01,slicer,1,0,FALSE,,,,, -cornet.n.01,soakable,0,0,FALSE,,,,, -verdigris.n.02,liquid,0,0,FALSE,,,,, -verdigris.n.02,heatSource,0,0,FALSE,,,,, -verdigris.n.02,fireSource,0,0,FALSE,,,,, -verdigris.n.02,cookable,0,0,FALSE,,,,, -verdigris.n.02,coldSource,0,0,FALSE,,,,, -verdigris.n.02,sliceable,0,0,FALSE,,,,, -verdigris.n.02,slicer,0,0,FALSE,,,,, -verdigris.n.02,soakable,0,0,FALSE,,,,, -violin.n.01,liquid,0,0,FALSE,,,,, -violin.n.01,heatSource,0,0,FALSE,,,,, -violin.n.01,fireSource,0,0,FALSE,,,,, -violin.n.01,cookable,0,0,FALSE,,,,, -violin.n.01,coldSource,0,0,FALSE,,,,, -violin.n.01,sliceable,0,0,FALSE,,,,, -violin.n.01,slicer,1,0,FALSE,,,,, -violin.n.01,soakable,0,0,FALSE,,,,, -webcam.n.01,liquid,0,0,FALSE,,,,, -webcam.n.01,heatSource,0,0,FALSE,,,,, -webcam.n.01,fireSource,0,0,FALSE,,,,, -webcam.n.01,cookable,0,0,FALSE,,,,, -webcam.n.01,coldSource,0,0,FALSE,,,,, -webcam.n.01,sliceable,0,0,FALSE,,,,, -webcam.n.01,slicer,1,0,FALSE,,,,, -webcam.n.01,soakable,0,0,FALSE,,,,, -pebble.n.01,liquid,0,0,FALSE,,,,, -pebble.n.01,heatSource,0,0,FALSE,,,,, -pebble.n.01,fireSource,0,0,FALSE,,,,, -pebble.n.01,cookable,0,0,FALSE,,,,, -pebble.n.01,coldSource,0,0,FALSE,,,,, -pebble.n.01,sliceable,0,0,FALSE,,,,, -pebble.n.01,slicer,1,0,FALSE,,,,, -pebble.n.01,soakable,0,0,FALSE,,,,, -white_chocolate.n.01,liquid,0,0,FALSE,,,,, -white_chocolate.n.01,heatSource,0,0,FALSE,,,,, -white_chocolate.n.01,fireSource,0,0,FALSE,,,,, -white_chocolate.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -white_chocolate.n.01,coldSource,0,0,FALSE,,,,, -white_chocolate.n.01,sliceable,0,0,FALSE,,,,, -white_chocolate.n.01,slicer,0,0,FALSE,,,,, -white_chocolate.n.01,soakable,0,1,FALSE,,,,, -wine_sauce.n.01,liquid,0,1,FALSE,,,,, -wine_sauce.n.01,heatSource,0,0,FALSE,,,,, -wine_sauce.n.01,fireSource,1,0,FALSE,,,,, -wine_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -wine_sauce.n.01,coldSource,1,0,FALSE,,,,, -wine_sauce.n.01,sliceable,0,0,FALSE,,,,, -wine_sauce.n.01,slicer,0,0,FALSE,,,,, -wine_sauce.n.01,soakable,0,0,FALSE,,,,, -wind_chime.n.01,liquid,0,0,FALSE,,,,, -wind_chime.n.01,heatSource,0,0,FALSE,,,,, -wind_chime.n.01,fireSource,0,0,FALSE,,,,, -wind_chime.n.01,cookable,0,0,FALSE,,,,, -wind_chime.n.01,coldSource,0,0,FALSE,,,,, -wind_chime.n.01,sliceable,0,0,FALSE,,,,, -wind_chime.n.01,slicer,0,0,FALSE,,,,, -wind_chime.n.01,soakable,0,0,FALSE,,,,, -pipe.n.01,liquid,0,0,FALSE,,,,, -pipe.n.01,heatSource,0,0,FALSE,,,,, -pipe.n.01,fireSource,0,0,FALSE,,,,, -pipe.n.01,cookable,0,0,FALSE,,,,, -pipe.n.01,coldSource,0,0,FALSE,,,,, -pipe.n.01,sliceable,0,0,FALSE,,,,, -pipe.n.01,slicer,1,0,FALSE,,,,, -pipe.n.01,soakable,0,0,FALSE,,,,, -allspice.n.03,liquid,0,0,FALSE,,,,, -allspice.n.03,heatSource,0,0,FALSE,,,,, -allspice.n.03,fireSource,1,0,FALSE,,,,, -allspice.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, -allspice.n.03,coldSource,0,0,FALSE,,,,, -allspice.n.03,sliceable,0,0,FALSE,,,,, -allspice.n.03,slicer,0,0,FALSE,,,,, -allspice.n.03,soakable,0,0,FALSE,,,,, -antihistamine.n.01,liquid,0,0,FALSE,,,,, -antihistamine.n.01,heatSource,0,0,FALSE,,,,, -antihistamine.n.01,fireSource,0,0,FALSE,,,,, -antihistamine.n.01,cookable,0,0,FALSE,,,,, -antihistamine.n.01,coldSource,0,0,FALSE,,,,, -antihistamine.n.01,sliceable,0,0,FALSE,,,,, -antihistamine.n.01,slicer,0,0,FALSE,,,,, -antihistamine.n.01,soakable,0,0,FALSE,,,,, -antipasto.n.01,liquid,0,0,FALSE,,,,, -antipasto.n.01,heatSource,0,0,FALSE,,,,, -antipasto.n.01,fireSource,1,0,FALSE,,,,, -antipasto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -antipasto.n.01,coldSource,0,0,FALSE,,,,, -antipasto.n.01,sliceable,0,1,FALSE,,,,, -antipasto.n.01,slicer,0,0,FALSE,,,,, -antipasto.n.01,soakable,0,0,FALSE,,,,, -antler.n.01,liquid,0,0,FALSE,,,,, -antler.n.01,heatSource,0,0,FALSE,,,,, -antler.n.01,fireSource,0,0,FALSE,,,,, -antler.n.01,cookable,0,0,FALSE,,,,, -antler.n.01,coldSource,0,0,FALSE,,,,, -antler.n.01,sliceable,0,0,FALSE,,,,, -antler.n.01,slicer,0,0,FALSE,,,,, -antler.n.01,soakable,0,1,FALSE,,,,, -chickpea.n.01,liquid,0,0,FALSE,,,,, -chickpea.n.01,heatSource,0,0,FALSE,,,,, -chickpea.n.01,fireSource,1,0,FALSE,,,,, -chickpea.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.loveandlemons.com/roasted-chickpeas/,, -chickpea.n.01,coldSource,0,0,FALSE,,,,, -chickpea.n.01,sliceable,0,1,FALSE,,,,, -chickpea.n.01,slicer,1,0,FALSE,,,,, -chickpea.n.01,soakable,0,0,FALSE,,,,, -art.n.01,liquid,0,0,FALSE,,,,, -art.n.01,heatSource,0,0,FALSE,,,,, -art.n.01,fireSource,1,0,FALSE,,,,, -art.n.01,cookable,0,0,FALSE,,,,, -art.n.01,coldSource,0,0,FALSE,,,,, -art.n.01,sliceable,0,0,FALSE,,,,, -art.n.01,slicer,0,0,FALSE,,,,, -art.n.01,soakable,1,0,FALSE,,,,, -ax.n.01,liquid,0,0,FALSE,,,,, -ax.n.01,heatSource,0,0,FALSE,,,,, -ax.n.01,fireSource,0,0,FALSE,,,,, -ax.n.01,cookable,0,0,FALSE,,,,, -ax.n.01,coldSource,0,0,FALSE,,,,, -ax.n.01,sliceable,0,0,FALSE,,,,, -ax.n.01,slicer,1,1,FALSE,,,,, -ax.n.01,soakable,0,0,FALSE,,,,, -detector.n.01,liquid,0,0,FALSE,,,,, -detector.n.01,heatSource,0,0,FALSE,,,,, -detector.n.01,fireSource,0,0,FALSE,,,,, -detector.n.01,cookable,0,0,FALSE,,,,, -detector.n.01,coldSource,0,0,FALSE,,,,, -detector.n.01,sliceable,0,0,FALSE,,,,, -detector.n.01,slicer,1,0,FALSE,,,,, -detector.n.01,soakable,0,0,FALSE,,,,, -bat.n.05,liquid,0,0,FALSE,,,,, -bat.n.05,heatSource,0,0,FALSE,,,,, -bat.n.05,fireSource,0,0,FALSE,,,,, -bat.n.05,cookable,0,0,FALSE,,,,, -bat.n.05,coldSource,0,0,FALSE,,,,, -bat.n.05,sliceable,0,0,FALSE,,,,, -bat.n.05,slicer,1,0,FALSE,,,,, -bat.n.05,soakable,0,0,FALSE,,,,, -baseball_cap.n.01,liquid,0,0,FALSE,,,,, -baseball_cap.n.01,heatSource,0,0,FALSE,,,,, -baseball_cap.n.01,fireSource,0,0,FALSE,,,,, -baseball_cap.n.01,cookable,0,0,FALSE,,,,, -baseball_cap.n.01,coldSource,0,0,FALSE,,,,, -baseball_cap.n.01,sliceable,0,0,FALSE,,,,, -baseball_cap.n.01,slicer,0,0,FALSE,,,,, -baseball_cap.n.01,soakable,0,1,FALSE,,,,, -baseball_glove.n.01,liquid,0,0,FALSE,,,,, -baseball_glove.n.01,heatSource,0,0,FALSE,,,,, -baseball_glove.n.01,fireSource,0,0,FALSE,,,,, -baseball_glove.n.01,cookable,0,0,FALSE,,,,, -baseball_glove.n.01,coldSource,0,0,FALSE,,,,, -baseball_glove.n.01,sliceable,0,0,FALSE,,,,, -baseball_glove.n.01,slicer,0,0,FALSE,,,,, -baseball_glove.n.01,soakable,0,1,FALSE,,,,, -bath_mat.n.01,liquid,0,0,FALSE,,,,, -bath_mat.n.01,heatSource,0,0,FALSE,,,,, -bath_mat.n.01,fireSource,0,0,FALSE,,,,, -bath_mat.n.01,cookable,0,0,FALSE,,,,, -bath_mat.n.01,coldSource,0,0,FALSE,,,,, -bath_mat.n.01,sliceable,0,0,FALSE,,,,, -bath_mat.n.01,slicer,0,0,FALSE,,,,, -bath_mat.n.01,soakable,1,1,FALSE,,,,, -salt.n.01,liquid,0,0,FALSE,,,,, -salt.n.01,heatSource,0,0,FALSE,,,,, -salt.n.01,fireSource,0,0,FALSE,,,,, -salt.n.01,cookable,0,1,TRUE,not cookable,not cookable,,, -salt.n.01,coldSource,0,0,FALSE,,,,, -salt.n.01,sliceable,0,0,FALSE,,,,, -salt.n.01,slicer,0,0,FALSE,,,,, -salt.n.01,soakable,0,0,FALSE,,,,, -batting_glove.n.01,liquid,0,0,FALSE,,,,, -batting_glove.n.01,heatSource,0,0,FALSE,,,,, -batting_glove.n.01,fireSource,0,0,FALSE,,,,, -batting_glove.n.01,cookable,0,0,FALSE,,,,, -batting_glove.n.01,coldSource,0,0,FALSE,,,,, -batting_glove.n.01,sliceable,0,0,FALSE,,,,, -batting_glove.n.01,slicer,0,0,FALSE,,,,, -batting_glove.n.01,soakable,0,1,FALSE,,,,, -beef_broth.n.01,liquid,1,1,FALSE,,,,, -beef_broth.n.01,heatSource,0,0,FALSE,,,,, -beef_broth.n.01,fireSource,1,0,FALSE,,,,, -beef_broth.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -beef_broth.n.01,coldSource,0,0,FALSE,,,,, -beef_broth.n.01,sliceable,0,0,FALSE,,,,, -beef_broth.n.01,slicer,0,0,FALSE,,,,, -beef_broth.n.01,soakable,0,0,FALSE,,,,, -beer_mug.n.01,liquid,0,0,FALSE,,,,, -beer_mug.n.01,heatSource,0,0,FALSE,,,,, -beer_mug.n.01,fireSource,0,0,FALSE,,,,, -beer_mug.n.01,cookable,0,0,FALSE,,,,, -beer_mug.n.01,coldSource,1,0,FALSE,,,,, -beer_mug.n.01,sliceable,0,0,FALSE,,,,, -beer_mug.n.01,slicer,1,0,FALSE,,,,, -beer_mug.n.01,soakable,0,0,FALSE,,,,, -bicycle_chain.n.01,liquid,0,0,FALSE,,,,, -bicycle_chain.n.01,heatSource,0,0,FALSE,,,,, -bicycle_chain.n.01,fireSource,0,0,FALSE,,,,, -bicycle_chain.n.01,cookable,0,0,FALSE,,,,, -bicycle_chain.n.01,coldSource,0,0,FALSE,,,,, -bicycle_chain.n.01,sliceable,0,0,FALSE,,,,, -bicycle_chain.n.01,slicer,0,0,FALSE,,,,, -bicycle_chain.n.01,soakable,0,0,FALSE,,,,, -birdcage.n.01,liquid,0,0,FALSE,,,,, -birdcage.n.01,heatSource,0,0,FALSE,,,,, -birdcage.n.01,fireSource,0,0,FALSE,,,,, -birdcage.n.01,cookable,0,0,FALSE,,,,, -birdcage.n.01,coldSource,0,0,FALSE,,,,, -birdcage.n.01,sliceable,0,0,FALSE,,,,, -birdcage.n.01,slicer,1,0,FALSE,,,,, -birdcage.n.01,soakable,0,0,FALSE,,,,, -bird_feed.n.01,liquid,0,0,FALSE,,,,, -bird_feed.n.01,heatSource,0,0,FALSE,,,,, -bird_feed.n.01,fireSource,0,0,FALSE,,,,, -bird_feed.n.01,cookable,0,0,FALSE,,,,, -bird_feed.n.01,coldSource,0,0,FALSE,,,,, -bird_feed.n.01,sliceable,0,0,FALSE,,,,, -bird_feed.n.01,slicer,0,0,FALSE,,,,, -bird_feed.n.01,soakable,0,0,FALSE,,,,, -mousse.n.01,liquid,0,0,FALSE,,,,, -mousse.n.01,heatSource,0,0,FALSE,,,,, -mousse.n.01,fireSource,0,0,FALSE,,,,, -mousse.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -mousse.n.01,coldSource,0,0,FALSE,,,,, -mousse.n.01,sliceable,0,0,FALSE,,,,, -mousse.n.01,slicer,0,0,FALSE,,,,, -mousse.n.01,soakable,1,0,FALSE,,,,, -bobby_pin.n.01,liquid,0,0,FALSE,,,,, -bobby_pin.n.01,heatSource,0,0,FALSE,,,,, -bobby_pin.n.01,fireSource,0,0,FALSE,,,,, -bobby_pin.n.01,cookable,0,0,FALSE,,,,, -bobby_pin.n.01,coldSource,0,0,FALSE,,,,, -bobby_pin.n.01,sliceable,0,0,FALSE,,,,, -bobby_pin.n.01,slicer,0,0,FALSE,,,,, -bobby_pin.n.01,soakable,0,0,FALSE,,,,, -bowling_ball.n.01,liquid,0,0,FALSE,,,,, -bowling_ball.n.01,heatSource,0,0,FALSE,,,,, -bowling_ball.n.01,fireSource,0,0,FALSE,,,,, -bowling_ball.n.01,cookable,0,0,FALSE,,,,, -bowling_ball.n.01,coldSource,0,0,FALSE,,,,, -bowling_ball.n.01,sliceable,0,0,FALSE,,,,, -bowling_ball.n.01,slicer,1,0,FALSE,,,,, -bowling_ball.n.01,soakable,0,0,FALSE,,,,, -boxing_glove.n.01,liquid,0,0,FALSE,,,,, -boxing_glove.n.01,heatSource,0,0,FALSE,,,,, -boxing_glove.n.01,fireSource,0,0,FALSE,,,,, -boxing_glove.n.01,cookable,0,0,FALSE,,,,, -boxing_glove.n.01,coldSource,0,0,FALSE,,,,, -boxing_glove.n.01,sliceable,0,0,FALSE,,,,, -boxing_glove.n.01,slicer,1,0,FALSE,,,,, -boxing_glove.n.01,soakable,0,1,FALSE,,,,, -bratwurst.n.01,liquid,0,0,FALSE,,,,, -bratwurst.n.01,heatSource,0,0,FALSE,,,,, -bratwurst.n.01,fireSource,1,0,FALSE,,,,, -bratwurst.n.01,cookable,0,1,TRUE,72,UNKNOWN,"https://www.johnsonville.com/events-and-promos/grilling-101-the-perfect-sausage.html#:~:text=Sausage%20Temperature.,a%20dry%2C%20less%20tasty%20sausage.",, -bratwurst.n.01,coldSource,0,0,FALSE,,,,, -bratwurst.n.01,sliceable,0,1,FALSE,,,,, -bratwurst.n.01,slicer,0,0,FALSE,,,,, -bratwurst.n.01,soakable,0,0,FALSE,,,,, -slice.n.01,liquid,0,0,FALSE,,,,, -slice.n.01,heatSource,0,0,FALSE,,,,, -slice.n.01,fireSource,0,0,FALSE,,,,, -slice.n.01,cookable,0,0,FALSE,,,,, -slice.n.01,coldSource,0,0,FALSE,,,,, -slice.n.01,sliceable,0,0,FALSE,,,,, -slice.n.01,slicer,0,0,FALSE,,,,, -slice.n.01,soakable,0,0,FALSE,,,,, -brisket.n.01,liquid,0,0,FALSE,,,,, -brisket.n.01,heatSource,0,0,FALSE,,,,, -brisket.n.01,fireSource,1,0,FALSE,,,,, -brisket.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, -brisket.n.01,coldSource,0,0,FALSE,,,,, -brisket.n.01,sliceable,0,1,FALSE,,,,, -brisket.n.01,slicer,0,0,FALSE,,,,, -brisket.n.01,soakable,0,0,FALSE,,,,, -broccoli_rabe.n.02,liquid,0,0,FALSE,,,,, -broccoli_rabe.n.02,heatSource,0,0,FALSE,,,,, -broccoli_rabe.n.02,fireSource,1,0,FALSE,,,,, -broccoli_rabe.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -broccoli_rabe.n.02,coldSource,0,0,FALSE,,,,, -broccoli_rabe.n.02,sliceable,0,1,FALSE,,,,, -broccoli_rabe.n.02,slicer,0,0,FALSE,,,,, -broccoli_rabe.n.02,soakable,0,0,FALSE,,,,, -broccoli.n.01,liquid,0,0,FALSE,,,,, -broccoli.n.01,heatSource,0,0,FALSE,,,,, -broccoli.n.01,fireSource,1,0,FALSE,,,,, -broccoli.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, -broccoli.n.01,coldSource,0,0,FALSE,,,,, -broccoli.n.01,sliceable,0,1,FALSE,,,,, -broccoli.n.01,slicer,0,0,FALSE,,,,, -broccoli.n.01,soakable,0,0,FALSE,,,,, -yam.n.01,liquid,0,0,FALSE,,,,, -yam.n.01,heatSource,0,0,FALSE,,,,, -yam.n.01,fireSource,1,0,FALSE,,,,, -yam.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.delish.com/cooking/recipe-ideas/recipes/a55377/perfect-baked-sweet-potato-recipe/,, -yam.n.01,coldSource,0,0,FALSE,,,,, -yam.n.01,sliceable,0,1,FALSE,,,,, -yam.n.01,slicer,0,0,FALSE,,,,, -yam.n.01,soakable,0,0,FALSE,,,,, -cappuccino.n.01,liquid,1,1,FALSE,,,,, -cappuccino.n.01,heatSource,0,0,FALSE,,,,, -cappuccino.n.01,fireSource,0,0,FALSE,,,,, -cappuccino.n.01,cookable,0,0,FALSE,,,,, -cappuccino.n.01,coldSource,0,0,FALSE,,,,, -cappuccino.n.01,sliceable,0,0,FALSE,,,,, -cappuccino.n.01,slicer,0,0,FALSE,,,,, -cappuccino.n.01,soakable,0,0,FALSE,,,,, -caraway_seed.n.01,liquid,0,0,FALSE,,,,, -caraway_seed.n.01,heatSource,0,0,FALSE,,,,, -caraway_seed.n.01,fireSource,1,0,FALSE,,,,, -caraway_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -caraway_seed.n.01,coldSource,0,0,FALSE,,,,, -caraway_seed.n.01,sliceable,0,0,FALSE,,,,, -caraway_seed.n.01,slicer,0,0,FALSE,,,,, -caraway_seed.n.01,soakable,0,0,FALSE,,,,, -cardigan.n.01,liquid,0,0,FALSE,,,,, -cardigan.n.01,heatSource,0,0,FALSE,,,,, -cardigan.n.01,fireSource,0,0,FALSE,,,,, -cardigan.n.01,cookable,0,0,FALSE,,,,, -cardigan.n.01,coldSource,0,0,FALSE,,,,, -cardigan.n.01,sliceable,0,0,FALSE,,,,, -cardigan.n.01,slicer,0,0,FALSE,,,,, -cardigan.n.01,soakable,1,1,FALSE,,,,, -cash_register.n.01,liquid,0,0,FALSE,,,,, -cash_register.n.01,heatSource,0,0,FALSE,,,,, -cash_register.n.01,fireSource,0,0,FALSE,,,,, -cash_register.n.01,cookable,0,0,FALSE,,,,, -cash_register.n.01,coldSource,0,0,FALSE,,,,, -cash_register.n.01,sliceable,0,0,FALSE,,,,, -cash_register.n.01,slicer,1,0,FALSE,,,,, -cash_register.n.01,soakable,0,0,FALSE,,,,, -cat_food.n.01,liquid,0,0,FALSE,,,,, -cat_food.n.01,heatSource,0,0,FALSE,,,,, -cat_food.n.01,fireSource,1,0,FALSE,,,,, -cat_food.n.01,cookable,0,0,FALSE,,,,, -cat_food.n.01,coldSource,0,0,FALSE,,,,, -cat_food.n.01,sliceable,0,0,FALSE,,,,, -cat_food.n.01,slicer,0,0,FALSE,,,,, -cat_food.n.01,soakable,0,0,FALSE,,,,, -catalog.n.01,liquid,0,0,FALSE,,,,, -catalog.n.01,heatSource,0,0,FALSE,,,,, -catalog.n.01,fireSource,0,0,FALSE,,,,, -catalog.n.01,cookable,0,0,FALSE,,,,, -catalog.n.01,coldSource,0,0,FALSE,,,,, -catalog.n.01,sliceable,0,0,FALSE,,,,, -catalog.n.01,slicer,0,0,FALSE,,,,, -catalog.n.01,soakable,0,0,FALSE,,,,, -caulk.n.01,liquid,0,0,FALSE,,,,, -caulk.n.01,heatSource,0,0,FALSE,,,,, -caulk.n.01,fireSource,0,0,FALSE,,,,, -caulk.n.01,cookable,0,0,FALSE,,,,, -caulk.n.01,coldSource,1,0,FALSE,,,,, -caulk.n.01,sliceable,0,0,FALSE,,,,, -caulk.n.01,slicer,0,0,FALSE,,,,, -caulk.n.01,soakable,0,0,FALSE,,,,, -chalk.n.01,liquid,0,0,FALSE,,,,, -chalk.n.01,heatSource,0,0,FALSE,,,,, -chalk.n.01,fireSource,0,0,FALSE,,,,, -chalk.n.01,cookable,0,0,FALSE,,,,, -chalk.n.01,coldSource,0,0,FALSE,,,,, -chalk.n.01,sliceable,0,0,FALSE,,,,, -chalk.n.01,slicer,1,0,FALSE,,,,, -chalk.n.01,soakable,0,1,FALSE,,,,, -chanterelle.n.01,liquid,0,0,FALSE,,,,, -chanterelle.n.01,heatSource,0,0,FALSE,,,,, -chanterelle.n.01,fireSource,1,0,FALSE,,,,, -chanterelle.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://www.myrecipes.com/recipe/roasted-chanterelle-mushrooms,, -chanterelle.n.01,coldSource,0,0,FALSE,,,,, -chanterelle.n.01,sliceable,0,1,FALSE,,,,, -chanterelle.n.01,slicer,0,0,FALSE,,,,, -chanterelle.n.01,soakable,0,0,FALSE,,,,, -danish.n.02,liquid,0,0,FALSE,,,,, -danish.n.02,heatSource,0,0,FALSE,,,,, -danish.n.02,fireSource,0,0,FALSE,,,,, -danish.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -danish.n.02,coldSource,1,0,FALSE,,,,, -danish.n.02,sliceable,0,1,FALSE,,,,, -danish.n.02,slicer,1,0,FALSE,,,,, -danish.n.02,soakable,1,1,FALSE,,,,, -bouillon.n.01,liquid,1,1,FALSE,,,,, -bouillon.n.01,heatSource,0,0,FALSE,,,,, -bouillon.n.01,fireSource,1,0,FALSE,,,,, -bouillon.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -bouillon.n.01,coldSource,0,0,FALSE,,,,, -bouillon.n.01,sliceable,0,0,FALSE,,,,, -bouillon.n.01,slicer,1,0,FALSE,,,,, -bouillon.n.01,soakable,0,0,FALSE,,,,, -chicken_wire.n.01,liquid,0,0,FALSE,,,,, -chicken_wire.n.01,heatSource,0,0,FALSE,,,,, -chicken_wire.n.01,fireSource,0,0,FALSE,,,,, -chicken_wire.n.01,cookable,0,0,FALSE,,,,, -chicken_wire.n.01,coldSource,0,0,FALSE,,,,, -chicken_wire.n.01,sliceable,0,0,FALSE,,,,, -chicken_wire.n.01,slicer,0,0,FALSE,,,,, -chicken_wire.n.01,soakable,0,0,FALSE,,,,, -chisel.n.01,liquid,0,0,FALSE,,,,, -chisel.n.01,heatSource,0,0,FALSE,,,,, -chisel.n.01,fireSource,0,0,FALSE,,,,, -chisel.n.01,cookable,0,0,FALSE,,,,, -chisel.n.01,coldSource,0,0,FALSE,,,,, -chisel.n.01,sliceable,0,0,FALSE,,,,, -chisel.n.01,slicer,1,1,FALSE,,,,, -chisel.n.01,soakable,0,0,FALSE,,,,, -spread.n.05,liquid,0,0,FALSE,,,,, -spread.n.05,heatSource,0,0,FALSE,,,,, -spread.n.05,fireSource,0,0,FALSE,,,,, -spread.n.05,cookable,0,1,TRUE,Too General,UNKNOWN,,, -spread.n.05,coldSource,0,0,FALSE,,,,, -spread.n.05,sliceable,0,0,FALSE,,,,, -spread.n.05,slicer,0,0,FALSE,,,,, -spread.n.05,soakable,0,0,FALSE,,,,, -chopping_block.n.01,liquid,0,0,FALSE,,,,, -chopping_block.n.01,heatSource,0,0,FALSE,,,,, -chopping_block.n.01,fireSource,0,0,FALSE,,,,, -chopping_block.n.01,cookable,0,0,FALSE,,,,, -chopping_block.n.01,coldSource,0,0,FALSE,,,,, -chopping_block.n.01,sliceable,0,0,FALSE,,,,, -chopping_block.n.01,slicer,0,0,FALSE,,,,, -chopping_block.n.01,soakable,0,0,FALSE,,,,, -cigarette.n.01,liquid,0,0,FALSE,,,,, -cigarette.n.01,heatSource,0,0,FALSE,,,,, -cigarette.n.01,fireSource,0,1,FALSE,,,,, -cigarette.n.01,cookable,0,0,FALSE,,,,, -cigarette.n.01,coldSource,0,0,FALSE,,,,, -cigarette.n.01,sliceable,0,0,FALSE,,,,, -cigarette.n.01,slicer,0,0,FALSE,,,,, -cigarette.n.01,soakable,0,1,FALSE,,,,, -fish_stew.n.01,liquid,0,1,FALSE,,,,, -fish_stew.n.01,heatSource,0,0,FALSE,,,,, -fish_stew.n.01,fireSource,1,0,FALSE,,,,, -fish_stew.n.01,cookable,0,1,TRUE,63,UNKNOWN,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",, -fish_stew.n.01,coldSource,0,0,FALSE,,,,, -fish_stew.n.01,sliceable,0,0,FALSE,,,,, -fish_stew.n.01,slicer,0,0,FALSE,,,,, -fish_stew.n.01,soakable,0,0,FALSE,,,,, -clove.n.01,liquid,0,0,FALSE,,,,, -clove.n.01,heatSource,0,0,FALSE,,,,, -clove.n.01,fireSource,0,0,FALSE,,,,, -clove.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -clove.n.01,coldSource,0,0,FALSE,,,,, -clove.n.01,sliceable,0,0,FALSE,,,,, -clove.n.01,slicer,0,0,FALSE,,,,, -clove.n.01,soakable,0,0,FALSE,,,,, -conch.n.01,liquid,0,0,FALSE,,,,, -conch.n.01,heatSource,0,0,FALSE,,,,, -conch.n.01,fireSource,1,0,FALSE,,,,, -conch.n.01,cookable,0,0,FALSE,,,,, -conch.n.01,coldSource,0,0,FALSE,,,,, -conch.n.01,sliceable,0,0,FALSE,,,,, -conch.n.01,slicer,0,0,FALSE,,,,, -conch.n.01,soakable,0,0,FALSE,,,,, -cooking_oil.n.01,liquid,1,1,FALSE,,,,, -cooking_oil.n.01,heatSource,1,0,FALSE,,,,, -cooking_oil.n.01,fireSource,1,0,FALSE,,,,, -cooking_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cooking_oil.n.01,coldSource,0,0,FALSE,,,,, -cooking_oil.n.01,sliceable,0,0,FALSE,,,,, -cooking_oil.n.01,slicer,0,0,FALSE,,,,, -cooking_oil.n.01,soakable,0,0,FALSE,,,,, -mug.n.01,liquid,1,0,FALSE,,,,, -mug.n.01,heatSource,0,0,FALSE,,,,, -mug.n.01,fireSource,0,0,FALSE,,,,, -mug.n.01,cookable,0,0,FALSE,,,,, -mug.n.01,coldSource,1,0,FALSE,,,,, -mug.n.01,sliceable,0,0,FALSE,,,,, -mug.n.01,slicer,1,0,FALSE,,,,, -mug.n.01,soakable,0,0,FALSE,,,,, -coriander.n.02,liquid,0,0,FALSE,,,,, -coriander.n.02,heatSource,0,0,FALSE,,,,, -coriander.n.02,fireSource,1,0,FALSE,,,,, -coriander.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, -coriander.n.02,coldSource,0,0,FALSE,,,,, -coriander.n.02,sliceable,0,0,FALSE,,,,, -coriander.n.02,slicer,0,0,FALSE,,,,, -coriander.n.02,soakable,0,0,FALSE,,,,, -corkscrew.n.01,liquid,0,0,FALSE,,,,, -corkscrew.n.01,heatSource,0,0,FALSE,,,,, -corkscrew.n.01,fireSource,0,0,FALSE,,,,, -corkscrew.n.01,cookable,0,0,FALSE,,,,, -corkscrew.n.01,coldSource,0,0,FALSE,,,,, -corkscrew.n.01,sliceable,0,0,FALSE,,,,, -corkscrew.n.01,slicer,1,0,FALSE,,,,, -corkscrew.n.01,soakable,0,0,FALSE,,,,, -cornbread.n.01,liquid,0,0,FALSE,,,,, -cornbread.n.01,heatSource,0,0,FALSE,,,,, -cornbread.n.01,fireSource,1,0,FALSE,,,,, -cornbread.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, -cornbread.n.01,coldSource,1,0,FALSE,,,,, -cornbread.n.01,sliceable,0,1,FALSE,,,,, -cornbread.n.01,slicer,0,0,FALSE,,,,, -cornbread.n.01,soakable,0,0,FALSE,,,,, -crayfish.n.02,liquid,0,0,FALSE,,,,, -crayfish.n.02,heatSource,0,0,FALSE,,,,, -crayfish.n.02,fireSource,1,0,FALSE,,,,, -crayfish.n.02,cookable,0,1,TRUE,63,82,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://homecookworld.com/can-you-overcook-lobster/, -crayfish.n.02,coldSource,0,0,FALSE,,,,, -crayfish.n.02,sliceable,0,1,FALSE,,,,, -crayfish.n.02,slicer,0,0,FALSE,,,,, -crayfish.n.02,soakable,0,0,FALSE,,,,, -cream_soda.n.01,liquid,1,1,FALSE,,,,, -cream_soda.n.01,heatSource,0,0,FALSE,,,,, -cream_soda.n.01,fireSource,0,0,FALSE,,,,, -cream_soda.n.01,cookable,0,0,FALSE,,,,, -cream_soda.n.01,coldSource,1,0,FALSE,,,,, -cream_soda.n.01,sliceable,0,0,FALSE,,,,, -cream_soda.n.01,slicer,0,0,FALSE,,,,, -cream_soda.n.01,soakable,0,0,FALSE,,,,, -cymbal.n.01,liquid,0,0,FALSE,,,,, -cymbal.n.01,heatSource,0,0,FALSE,,,,, -cymbal.n.01,fireSource,0,0,FALSE,,,,, -cymbal.n.01,cookable,0,0,FALSE,,,,, -cymbal.n.01,coldSource,0,0,FALSE,,,,, -cymbal.n.01,sliceable,0,0,FALSE,,,,, -cymbal.n.01,slicer,1,0,FALSE,,,,, -cymbal.n.01,soakable,0,0,FALSE,,,,, -daffodil.n.01,liquid,0,0,FALSE,,,,, -daffodil.n.01,heatSource,0,0,FALSE,,,,, -daffodil.n.01,fireSource,0,0,FALSE,,,,, -daffodil.n.01,cookable,0,0,FALSE,,,,, -daffodil.n.01,coldSource,0,0,FALSE,,,,, -daffodil.n.01,sliceable,0,0,FALSE,,,,, -daffodil.n.01,slicer,1,0,FALSE,,,,, -daffodil.n.01,soakable,0,0,FALSE,,,,, -dahlia.n.01,liquid,0,0,FALSE,,,,, -dahlia.n.01,heatSource,0,0,FALSE,,,,, -dahlia.n.01,fireSource,0,0,FALSE,,,,, -dahlia.n.01,cookable,0,0,FALSE,,,,, -dahlia.n.01,coldSource,0,0,FALSE,,,,, -dahlia.n.01,sliceable,0,0,FALSE,,,,, -dahlia.n.01,slicer,0,0,FALSE,,,,, -dahlia.n.01,soakable,0,0,FALSE,,,,, -desiccant.n.01,liquid,0,0,FALSE,,,,, -desiccant.n.01,heatSource,0,0,FALSE,,,,, -desiccant.n.01,fireSource,0,0,FALSE,,,,, -desiccant.n.01,cookable,0,0,FALSE,,,,, -desiccant.n.01,coldSource,0,0,FALSE,,,,, -desiccant.n.01,sliceable,0,0,FALSE,,,,, -desiccant.n.01,slicer,0,0,FALSE,,,,, -desiccant.n.01,soakable,0,0,FALSE,,,,, -die.n.01,liquid,0,0,FALSE,,,,, -die.n.01,heatSource,0,0,FALSE,,,,, -die.n.01,fireSource,0,0,FALSE,,,,, -die.n.01,cookable,0,0,FALSE,,,,, -die.n.01,coldSource,0,0,FALSE,,,,, -die.n.01,sliceable,0,0,FALSE,,,,, -die.n.01,slicer,1,0,FALSE,,,,, -die.n.01,soakable,0,0,FALSE,,,,, -diving_board.n.01,liquid,0,0,FALSE,,,,, -diving_board.n.01,heatSource,0,0,FALSE,,,,, -diving_board.n.01,fireSource,0,0,FALSE,,,,, -diving_board.n.01,cookable,0,0,FALSE,,,,, -diving_board.n.01,coldSource,0,0,FALSE,,,,, -diving_board.n.01,sliceable,0,0,FALSE,,,,, -diving_board.n.01,slicer,1,0,FALSE,,,,, -diving_board.n.01,soakable,0,0,FALSE,,,,, -double_boiler.n.01,liquid,0,0,FALSE,,,,, -double_boiler.n.01,heatSource,1,1,FALSE,,,,, -double_boiler.n.01,fireSource,0,0,FALSE,,,,, -double_boiler.n.01,cookable,0,0,FALSE,,,,, -double_boiler.n.01,coldSource,1,0,FALSE,,,,, -double_boiler.n.01,sliceable,0,0,FALSE,,,,, -double_boiler.n.01,slicer,0,0,FALSE,,,,, -double_boiler.n.01,soakable,0,0,FALSE,,,,, -drumstick.n.01,liquid,0,0,FALSE,,,,, -drumstick.n.01,heatSource,0,0,FALSE,,,,, -drumstick.n.01,fireSource,1,0,FALSE,,,,, -drumstick.n.01,cookable,0,0,FALSE,,,,, -drumstick.n.01,coldSource,0,0,FALSE,,,,, -drumstick.n.01,sliceable,0,0,FALSE,,,,, -drumstick.n.01,slicer,0,0,FALSE,,,,, -drumstick.n.01,soakable,0,0,FALSE,,,,, -softener.n.01,liquid,1,1,FALSE,,,,, \ No newline at end of file +synset,property,gpt3_answer,human_review,require_cookable/overcookable_temperature,value_cook(C),value_overcook(C),source1,source2,comment +ginger_ale.n.01,liquid,1,1,FALSE,,,,, +ginger_ale.n.01,heatSource,0,0,FALSE,,,,, +ginger_ale.n.01,fireSource,0,0,FALSE,,,,, +ginger_ale.n.01,cookable,0,0,FALSE,,,,, +ginger_ale.n.01,coldSource,0,0,FALSE,,,,, +ginger_ale.n.01,sliceable,0,0,FALSE,,,,, +ginger_ale.n.01,slicer,1,0,FALSE,,,,, +ginger_ale.n.01,soakable,0,0,FALSE,,,,, +floor.n.01,liquid,0,0,FALSE,,,,, +floor.n.01,heatSource,0,0,FALSE,,,,, +floor.n.01,fireSource,0,0,FALSE,,,,, +floor.n.01,cookable,0,0,FALSE,,,,, +floor.n.01,coldSource,0,0,FALSE,,,,, +floor.n.01,sliceable,0,0,FALSE,,,,, +floor.n.01,slicer,0,0,FALSE,,,,, +floor.n.01,soakable,0,0,FALSE,,,,, +armchair.n.01,liquid,0,0,FALSE,,,,, +armchair.n.01,heatSource,0,0,FALSE,,,,, +armchair.n.01,fireSource,0,0,FALSE,,,,, +armchair.n.01,cookable,0,0,FALSE,,,,, +armchair.n.01,coldSource,0,0,FALSE,,,,, +armchair.n.01,sliceable,0,0,FALSE,,,,, +armchair.n.01,slicer,1,0,FALSE,,,,, +armchair.n.01,soakable,0,0,FALSE,,,,, +basket.n.01,liquid,0,0,FALSE,,,,, +basket.n.01,heatSource,0,0,FALSE,,,,, +basket.n.01,fireSource,0,0,FALSE,,,,, +basket.n.01,cookable,0,0,FALSE,,,,, +basket.n.01,coldSource,0,0,FALSE,,,,, +basket.n.01,sliceable,0,0,FALSE,,,,, +basket.n.01,slicer,1,0,FALSE,,,,, +basket.n.01,soakable,1,0,FALSE,,,,, +bathtub.n.01,liquid,1,0,FALSE,,,,, +bathtub.n.01,heatSource,0,0,FALSE,,,,, +bathtub.n.01,fireSource,0,0,FALSE,,,,, +bathtub.n.01,cookable,0,0,FALSE,,,,, +bathtub.n.01,coldSource,1,0,FALSE,,,,, +bathtub.n.01,sliceable,0,0,FALSE,,,,, +bathtub.n.01,slicer,0,0,FALSE,,,,, +bathtub.n.01,soakable,0,0,FALSE,,,,, +bed.n.01,liquid,0,0,FALSE,,,,, +bed.n.01,heatSource,0,0,FALSE,,,,, +bed.n.01,fireSource,0,0,FALSE,,,,, +bed.n.01,cookable,0,0,FALSE,,,,, +bed.n.01,coldSource,0,0,FALSE,,,,, +bed.n.01,sliceable,0,0,FALSE,,,,, +bed.n.01,slicer,0,0,FALSE,,,,, +bed.n.01,soakable,1,0,FALSE,,,,, +bench.n.01,liquid,0,0,FALSE,,,,, +bench.n.01,heatSource,0,0,FALSE,,,,, +bench.n.01,fireSource,0,0,FALSE,,,,, +bench.n.01,cookable,0,0,FALSE,,,,, +bench.n.01,coldSource,0,0,FALSE,,,,, +bench.n.01,sliceable,0,0,FALSE,,,,, +bench.n.01,slicer,0,0,FALSE,,,,, +bench.n.01,soakable,1,0,FALSE,,,,, +cabinet.n.01,liquid,0,0,FALSE,,,,, +cabinet.n.01,heatSource,0,0,FALSE,,,,, +cabinet.n.01,fireSource,0,0,FALSE,,,,, +cabinet.n.01,cookable,0,0,FALSE,,,,, +cabinet.n.01,coldSource,0,0,FALSE,,,,, +cabinet.n.01,sliceable,0,0,FALSE,,,,, +cabinet.n.01,slicer,1,0,FALSE,,,,, +cabinet.n.01,soakable,0,0,FALSE,,,,, +breakfast_table.n.01,liquid,0,0,FALSE,,,,, +breakfast_table.n.01,heatSource,0,0,FALSE,,,,, +breakfast_table.n.01,fireSource,0,0,FALSE,,,,, +breakfast_table.n.01,cookable,0,0,FALSE,,,,, +breakfast_table.n.01,coldSource,0,0,FALSE,,,,, +breakfast_table.n.01,sliceable,0,0,FALSE,,,,, +breakfast_table.n.01,slicer,0,0,FALSE,,,,, +breakfast_table.n.01,soakable,0,0,FALSE,,,,, +burner.n.02,liquid,0,0,FALSE,,,,, +burner.n.02,heatSource,1,1,FALSE,,,,, +burner.n.02,fireSource,0,0,FALSE,,,,, +burner.n.02,cookable,0,0,FALSE,,,,, +burner.n.02,coldSource,0,0,FALSE,,,,, +burner.n.02,sliceable,0,0,FALSE,,,,, +burner.n.02,slicer,1,0,FALSE,,,,, +burner.n.02,soakable,0,0,FALSE,,,,, +rug.n.01,liquid,0,0,FALSE,,,,, +rug.n.01,heatSource,0,0,FALSE,,,,, +rug.n.01,fireSource,0,0,FALSE,,,,, +rug.n.01,cookable,0,0,FALSE,,,,, +rug.n.01,coldSource,0,0,FALSE,,,,, +rug.n.01,sliceable,0,0,FALSE,,,,, +rug.n.01,slicer,0,0,FALSE,,,,, +rug.n.01,soakable,0,1,FALSE,,,,, +chaise_longue.n.01,liquid,0,0,FALSE,,,,, +chaise_longue.n.01,heatSource,0,0,FALSE,,,,, +chaise_longue.n.01,fireSource,0,0,FALSE,,,,, +chaise_longue.n.01,cookable,0,0,FALSE,,,,, +chaise_longue.n.01,coldSource,0,0,FALSE,,,,, +chaise_longue.n.01,sliceable,0,0,FALSE,,,,, +chaise_longue.n.01,slicer,0,0,FALSE,,,,, +chaise_longue.n.01,soakable,0,0,FALSE,,,,, +chest.n.02,liquid,0,0,FALSE,,,,, +chest.n.02,heatSource,0,0,FALSE,,,,, +chest.n.02,fireSource,0,0,FALSE,,,,, +chest.n.02,cookable,0,0,FALSE,,,,, +chest.n.02,coldSource,0,0,FALSE,,,,, +chest.n.02,sliceable,0,0,FALSE,,,,, +chest.n.02,slicer,1,0,FALSE,,,,, +chest.n.02,soakable,0,0,FALSE,,,,, +coffee_maker.n.01,liquid,0,0,FALSE,,,,, +coffee_maker.n.01,heatSource,0,1,FALSE,,,,, +coffee_maker.n.01,fireSource,0,0,FALSE,,,,, +coffee_maker.n.01,cookable,0,0,FALSE,,,,, +coffee_maker.n.01,coldSource,0,0,FALSE,,,,, +coffee_maker.n.01,sliceable,0,0,FALSE,,,,, +coffee_maker.n.01,slicer,1,0,FALSE,,,,, +coffee_maker.n.01,soakable,0,0,FALSE,,,,, +coffee_table.n.01,liquid,0,0,FALSE,,,,, +coffee_table.n.01,heatSource,0,0,FALSE,,,,, +coffee_table.n.01,fireSource,0,0,FALSE,,,,, +coffee_table.n.01,cookable,0,0,FALSE,,,,, +coffee_table.n.01,coldSource,0,0,FALSE,,,,, +coffee_table.n.01,sliceable,0,0,FALSE,,,,, +coffee_table.n.01,slicer,0,0,FALSE,,,,, +coffee_table.n.01,soakable,0,0,FALSE,,,,, +console_table.n.01,liquid,0,0,FALSE,,,,, +console_table.n.01,heatSource,0,0,FALSE,,,,, +console_table.n.01,fireSource,0,0,FALSE,,,,, +console_table.n.01,cookable,0,0,FALSE,,,,, +console_table.n.01,coldSource,0,0,FALSE,,,,, +console_table.n.01,sliceable,0,0,FALSE,,,,, +console_table.n.01,slicer,1,0,FALSE,,,,, +console_table.n.01,soakable,0,0,FALSE,,,,, +countertop.n.01,liquid,0,0,FALSE,,,,, +countertop.n.01,heatSource,0,0,FALSE,,,,, +countertop.n.01,fireSource,0,0,FALSE,,,,, +countertop.n.01,cookable,0,0,FALSE,,,,, +countertop.n.01,coldSource,0,0,FALSE,,,,, +countertop.n.01,sliceable,0,0,FALSE,,,,, +countertop.n.01,slicer,1,0,FALSE,,,,, +countertop.n.01,soakable,0,0,FALSE,,,,, +crib.n.01,liquid,0,0,FALSE,,,,, +crib.n.01,heatSource,0,0,FALSE,,,,, +crib.n.01,fireSource,0,0,FALSE,,,,, +crib.n.01,cookable,0,0,FALSE,,,,, +crib.n.01,coldSource,0,0,FALSE,,,,, +crib.n.01,sliceable,0,0,FALSE,,,,, +crib.n.01,slicer,1,0,FALSE,,,,, +crib.n.01,soakable,0,0,FALSE,,,,, +desk.n.01,liquid,0,0,FALSE,,,,, +desk.n.01,heatSource,0,0,FALSE,,,,, +desk.n.01,fireSource,0,0,FALSE,,,,, +desk.n.01,cookable,0,0,FALSE,,,,, +desk.n.01,coldSource,0,0,FALSE,,,,, +desk.n.01,sliceable,0,0,FALSE,,,,, +desk.n.01,slicer,0,0,FALSE,,,,, +desk.n.01,soakable,0,0,FALSE,,,,, +dishwasher.n.01,liquid,0,0,FALSE,,,,, +dishwasher.n.01,heatSource,0,0,FALSE,,,,, +dishwasher.n.01,fireSource,0,0,FALSE,,,,, +dishwasher.n.01,cookable,0,0,FALSE,,,,, +dishwasher.n.01,coldSource,0,0,FALSE,,,,, +dishwasher.n.01,sliceable,0,0,FALSE,,,,, +dishwasher.n.01,slicer,1,0,FALSE,,,,, +dishwasher.n.01,soakable,0,0,FALSE,,,,, +door.n.01,liquid,0,0,FALSE,,,,, +door.n.01,heatSource,0,0,FALSE,,,,, +door.n.01,fireSource,0,0,FALSE,,,,, +door.n.01,cookable,0,0,FALSE,,,,, +door.n.01,coldSource,0,0,FALSE,,,,, +door.n.01,sliceable,0,0,FALSE,,,,, +door.n.01,slicer,1,0,FALSE,,,,, +door.n.01,soakable,0,0,FALSE,,,,, +dryer.n.01,liquid,0,0,FALSE,,,,, +dryer.n.01,heatSource,0,0,FALSE,,,,, +dryer.n.01,fireSource,0,0,FALSE,,,,, +dryer.n.01,cookable,0,0,FALSE,,,,, +dryer.n.01,coldSource,0,0,FALSE,,,,, +dryer.n.01,sliceable,0,0,FALSE,,,,, +dryer.n.01,slicer,1,0,FALSE,,,,, +dryer.n.01,soakable,0,0,FALSE,,,,, +floor_lamp.n.01,liquid,0,0,FALSE,,,,, +floor_lamp.n.01,heatSource,0,0,FALSE,,,,, +floor_lamp.n.01,fireSource,0,0,FALSE,,,,, +floor_lamp.n.01,cookable,0,0,FALSE,,,,, +floor_lamp.n.01,coldSource,0,0,FALSE,,,,, +floor_lamp.n.01,sliceable,0,0,FALSE,,,,, +floor_lamp.n.01,slicer,0,0,FALSE,,,,, +floor_lamp.n.01,soakable,0,0,FALSE,,,,, +folding_chair.n.01,liquid,0,0,FALSE,,,,, +folding_chair.n.01,heatSource,0,0,FALSE,,,,, +folding_chair.n.01,fireSource,0,0,FALSE,,,,, +folding_chair.n.01,cookable,0,0,FALSE,,,,, +folding_chair.n.01,coldSource,0,0,FALSE,,,,, +folding_chair.n.01,sliceable,0,0,FALSE,,,,, +folding_chair.n.01,slicer,1,0,FALSE,,,,, +folding_chair.n.01,soakable,1,0,FALSE,,,,, +electric_refrigerator.n.01,liquid,0,0,FALSE,,,,, +electric_refrigerator.n.01,heatSource,0,0,FALSE,,,,, +electric_refrigerator.n.01,fireSource,0,0,FALSE,,,,, +electric_refrigerator.n.01,cookable,1,0,FALSE,,,,, +electric_refrigerator.n.01,coldSource,0,1,FALSE,,,,, +electric_refrigerator.n.01,sliceable,0,0,FALSE,,,,, +electric_refrigerator.n.01,slicer,1,0,FALSE,,,,, +electric_refrigerator.n.01,soakable,0,0,FALSE,,,,, +gaming_table.n.01,liquid,0,0,FALSE,,,,, +gaming_table.n.01,heatSource,0,0,FALSE,,,,, +gaming_table.n.01,fireSource,0,0,FALSE,,,,, +gaming_table.n.01,cookable,0,0,FALSE,,,,, +gaming_table.n.01,coldSource,0,0,FALSE,,,,, +gaming_table.n.01,sliceable,0,0,FALSE,,,,, +gaming_table.n.01,slicer,1,0,FALSE,,,,, +gaming_table.n.01,soakable,0,0,FALSE,,,,, +grandfather_clock.n.01,liquid,0,0,FALSE,,,,, +grandfather_clock.n.01,heatSource,0,0,FALSE,,,,, +grandfather_clock.n.01,fireSource,0,0,FALSE,,,,, +grandfather_clock.n.01,cookable,0,0,FALSE,,,,, +grandfather_clock.n.01,coldSource,0,0,FALSE,,,,, +grandfather_clock.n.01,sliceable,0,0,FALSE,,,,, +grandfather_clock.n.01,slicer,1,0,FALSE,,,,, +grandfather_clock.n.01,soakable,0,0,FALSE,,,,, +guitar.n.01,liquid,0,0,FALSE,,,,, +guitar.n.01,heatSource,0,0,FALSE,,,,, +guitar.n.01,fireSource,0,0,FALSE,,,,, +guitar.n.01,cookable,0,0,FALSE,,,,, +guitar.n.01,coldSource,0,0,FALSE,,,,, +guitar.n.01,sliceable,0,0,FALSE,,,,, +guitar.n.01,slicer,1,0,FALSE,,,,, +guitar.n.01,soakable,0,0,FALSE,,,,, +heater.n.01,liquid,0,0,FALSE,,,,, +heater.n.01,heatSource,1,1,FALSE,,,,, +heater.n.01,fireSource,0,0,FALSE,,,,, +heater.n.01,cookable,0,0,FALSE,,,,, +heater.n.01,coldSource,0,0,FALSE,,,,, +heater.n.01,sliceable,0,0,FALSE,,,,, +heater.n.01,slicer,1,0,FALSE,,,,, +heater.n.01,soakable,0,0,FALSE,,,,, +highchair.n.01,liquid,0,0,FALSE,,,,, +highchair.n.01,heatSource,0,0,FALSE,,,,, +highchair.n.01,fireSource,0,0,FALSE,,,,, +highchair.n.01,cookable,0,0,FALSE,,,,, +highchair.n.01,coldSource,1,0,FALSE,,,,, +highchair.n.01,sliceable,0,0,FALSE,,,,, +highchair.n.01,slicer,1,0,FALSE,,,,, +highchair.n.01,soakable,1,0,FALSE,,,,, +laptop.n.01,liquid,0,0,FALSE,,,,, +laptop.n.01,heatSource,0,0,FALSE,,,,, +laptop.n.01,fireSource,0,0,FALSE,,,,, +laptop.n.01,cookable,0,0,FALSE,,,,, +laptop.n.01,coldSource,0,0,FALSE,,,,, +laptop.n.01,sliceable,0,0,FALSE,,,,, +laptop.n.01,slicer,1,0,FALSE,,,,, +laptop.n.01,soakable,0,0,FALSE,,,,, +loudspeaker.n.01,liquid,0,0,FALSE,,,,, +loudspeaker.n.01,heatSource,0,0,FALSE,,,,, +loudspeaker.n.01,fireSource,0,0,FALSE,,,,, +loudspeaker.n.01,cookable,0,0,FALSE,,,,, +loudspeaker.n.01,coldSource,0,0,FALSE,,,,, +loudspeaker.n.01,sliceable,0,0,FALSE,,,,, +loudspeaker.n.01,slicer,1,0,FALSE,,,,, +loudspeaker.n.01,soakable,0,0,FALSE,,,,, +microwave.n.02,liquid,0,0,FALSE,,,,, +microwave.n.02,heatSource,1,1,FALSE,,,,, +microwave.n.02,fireSource,1,0,FALSE,,,,, +microwave.n.02,cookable,0,0,FALSE,,,,, +microwave.n.02,coldSource,0,0,FALSE,,,,, +microwave.n.02,sliceable,0,0,FALSE,,,,, +microwave.n.02,slicer,1,0,FALSE,,,,, +microwave.n.02,soakable,0,0,FALSE,,,,, +mirror.n.01,liquid,0,0,FALSE,,,,, +mirror.n.01,heatSource,0,0,FALSE,,,,, +mirror.n.01,fireSource,0,0,FALSE,,,,, +mirror.n.01,cookable,0,0,FALSE,,,,, +mirror.n.01,coldSource,0,0,FALSE,,,,, +mirror.n.01,sliceable,0,0,FALSE,,,,, +mirror.n.01,slicer,1,0,FALSE,,,,, +mirror.n.01,soakable,0,0,FALSE,,,,, +monitor.n.04,liquid,0,0,FALSE,,,,, +monitor.n.04,heatSource,0,0,FALSE,,,,, +monitor.n.04,fireSource,0,0,FALSE,,,,, +monitor.n.04,cookable,0,0,FALSE,,,,, +monitor.n.04,coldSource,0,0,FALSE,,,,, +monitor.n.04,sliceable,0,0,FALSE,,,,, +monitor.n.04,slicer,1,0,FALSE,,,,, +monitor.n.04,soakable,0,0,FALSE,,,,, +oven.n.01,liquid,0,0,FALSE,,,,, +oven.n.01,heatSource,1,1,FALSE,,,,, +oven.n.01,fireSource,1,0,FALSE,,,,, +oven.n.01,cookable,0,0,FALSE,,,,, +oven.n.01,coldSource,0,0,FALSE,,,,, +oven.n.01,sliceable,0,0,FALSE,,,,, +oven.n.01,slicer,1,0,FALSE,,,,, +oven.n.01,soakable,0,0,FALSE,,,,, +pedestal_table.n.01,liquid,0,0,FALSE,,,,, +pedestal_table.n.01,heatSource,0,0,FALSE,,,,, +pedestal_table.n.01,fireSource,0,0,FALSE,,,,, +pedestal_table.n.01,cookable,0,0,FALSE,,,,, +pedestal_table.n.01,coldSource,0,0,FALSE,,,,, +pedestal_table.n.01,sliceable,0,0,FALSE,,,,, +pedestal_table.n.01,slicer,0,0,FALSE,,,,, +pedestal_table.n.01,soakable,0,0,FALSE,,,,, +piano.n.01,liquid,0,0,FALSE,,,,, +piano.n.01,heatSource,0,0,FALSE,,,,, +piano.n.01,fireSource,0,0,FALSE,,,,, +piano.n.01,cookable,0,0,FALSE,,,,, +piano.n.01,coldSource,0,0,FALSE,,,,, +piano.n.01,sliceable,0,0,FALSE,,,,, +piano.n.01,slicer,1,0,FALSE,,,,, +piano.n.01,soakable,0,0,FALSE,,,,, +photograph.n.01,liquid,0,0,FALSE,,,,, +photograph.n.01,heatSource,0,0,FALSE,,,,, +photograph.n.01,fireSource,0,0,FALSE,,,,, +photograph.n.01,cookable,0,0,FALSE,,,,, +photograph.n.01,coldSource,0,0,FALSE,,,,, +photograph.n.01,sliceable,0,0,FALSE,,,,, +photograph.n.01,slicer,0,0,FALSE,,,,, +photograph.n.01,soakable,0,0,FALSE,,,,, +pillow.n.01,liquid,0,0,FALSE,,,,, +pillow.n.01,heatSource,0,0,FALSE,,,,, +pillow.n.01,fireSource,0,0,FALSE,,,,, +pillow.n.01,cookable,0,0,FALSE,,,,, +pillow.n.01,coldSource,0,0,FALSE,,,,, +pillow.n.01,sliceable,0,0,FALSE,,,,, +pillow.n.01,slicer,0,0,FALSE,,,,, +pillow.n.01,soakable,0,1,FALSE,,,,, +pool_table.n.01,liquid,0,0,FALSE,,,,, +pool_table.n.01,heatSource,0,0,FALSE,,,,, +pool_table.n.01,fireSource,0,0,FALSE,,,,, +pool_table.n.01,cookable,0,0,FALSE,,,,, +pool_table.n.01,coldSource,0,0,FALSE,,,,, +pool_table.n.01,sliceable,0,0,FALSE,,,,, +pool_table.n.01,slicer,0,0,FALSE,,,,, +pool_table.n.01,soakable,0,0,FALSE,,,,, +pot_plant.n.01,liquid,0,0,FALSE,,,,, +pot_plant.n.01,heatSource,0,0,FALSE,,,,, +pot_plant.n.01,fireSource,0,0,FALSE,,,,, +pot_plant.n.01,cookable,0,0,FALSE,,,,, +pot_plant.n.01,coldSource,0,0,FALSE,,,,, +pot_plant.n.01,sliceable,0,0,FALSE,,,,, +pot_plant.n.01,slicer,0,0,FALSE,,,,, +pot_plant.n.01,soakable,0,0,FALSE,,,,, +rail_fence.n.01,liquid,0,0,FALSE,,,,, +rail_fence.n.01,heatSource,0,0,FALSE,,,,, +rail_fence.n.01,fireSource,0,0,FALSE,,,,, +rail_fence.n.01,cookable,0,0,FALSE,,,,, +rail_fence.n.01,coldSource,0,0,FALSE,,,,, +rail_fence.n.01,sliceable,0,0,FALSE,,,,, +rail_fence.n.01,slicer,0,0,FALSE,,,,, +rail_fence.n.01,soakable,0,0,FALSE,,,,, +range_hood.n.01,liquid,0,0,FALSE,,,,, +range_hood.n.01,heatSource,0,0,FALSE,,,,, +range_hood.n.01,fireSource,0,0,FALSE,,,,, +range_hood.n.01,cookable,0,0,FALSE,,,,, +range_hood.n.01,coldSource,0,0,FALSE,,,,, +range_hood.n.01,sliceable,0,0,FALSE,,,,, +range_hood.n.01,slicer,0,0,FALSE,,,,, +range_hood.n.01,soakable,0,0,FALSE,,,,, +rocking_chair.n.01,liquid,0,0,FALSE,,,,, +rocking_chair.n.01,heatSource,0,0,FALSE,,,,, +rocking_chair.n.01,fireSource,0,0,FALSE,,,,, +rocking_chair.n.01,cookable,0,0,FALSE,,,,, +rocking_chair.n.01,coldSource,0,0,FALSE,,,,, +rocking_chair.n.01,sliceable,0,0,FALSE,,,,, +rocking_chair.n.01,slicer,1,0,FALSE,,,,, +rocking_chair.n.01,soakable,0,0,FALSE,,,,, +shelf.n.01,liquid,0,0,FALSE,,,,, +shelf.n.01,heatSource,0,0,FALSE,,,,, +shelf.n.01,fireSource,0,0,FALSE,,,,, +shelf.n.01,cookable,0,0,FALSE,,,,, +shelf.n.01,coldSource,0,0,FALSE,,,,, +shelf.n.01,sliceable,0,0,FALSE,,,,, +shelf.n.01,slicer,0,0,FALSE,,,,, +shelf.n.01,soakable,0,0,FALSE,,,,, +shower.n.01,liquid,0,0,FALSE,,,,, +shower.n.01,heatSource,0,0,FALSE,,,,, +shower.n.01,fireSource,0,0,FALSE,,,,, +shower.n.01,cookable,1,0,FALSE,,,,, +shower.n.01,coldSource,1,0,FALSE,,,,, +shower.n.01,sliceable,0,0,FALSE,,,,, +shower.n.01,slicer,1,0,FALSE,,,,, +shower.n.01,soakable,0,0,FALSE,,,,, +sink.n.01,liquid,0,0,FALSE,,,,, +sink.n.01,heatSource,0,0,FALSE,,,,, +sink.n.01,fireSource,0,0,FALSE,,,,, +sink.n.01,cookable,1,0,FALSE,,,,, +sink.n.01,coldSource,1,0,FALSE,,,,, +sink.n.01,sliceable,0,0,FALSE,,,,, +sink.n.01,slicer,0,0,FALSE,,,,, +sink.n.01,soakable,0,0,FALSE,,,,, +sofa.n.01,liquid,0,0,FALSE,,,,, +sofa.n.01,heatSource,0,0,FALSE,,,,, +sofa.n.01,fireSource,0,0,FALSE,,,,, +sofa.n.01,cookable,0,0,FALSE,,,,, +sofa.n.01,coldSource,0,0,FALSE,,,,, +sofa.n.01,sliceable,0,0,FALSE,,,,, +sofa.n.01,slicer,0,0,FALSE,,,,, +sofa.n.01,soakable,0,0,FALSE,,,,, +stand.n.04,liquid,0,0,FALSE,,,,, +stand.n.04,heatSource,0,0,FALSE,,,,, +stand.n.04,fireSource,0,0,FALSE,,,,, +stand.n.04,cookable,0,0,FALSE,,,,, +stand.n.04,coldSource,0,0,FALSE,,,,, +stand.n.04,sliceable,0,0,FALSE,,,,, +stand.n.04,slicer,1,0,FALSE,,,,, +stand.n.04,soakable,1,0,FALSE,,,,, +television_receiver.n.01,liquid,0,0,FALSE,,,,, +television_receiver.n.01,heatSource,0,0,FALSE,,,,, +television_receiver.n.01,fireSource,0,0,FALSE,,,,, +television_receiver.n.01,cookable,0,0,FALSE,,,,, +television_receiver.n.01,coldSource,0,0,FALSE,,,,, +television_receiver.n.01,sliceable,0,0,FALSE,,,,, +television_receiver.n.01,slicer,1,0,FALSE,,,,, +television_receiver.n.01,soakable,0,0,FALSE,,,,, +stool.n.01,liquid,0,0,FALSE,,,,, +stool.n.01,heatSource,0,0,FALSE,,,,, +stool.n.01,fireSource,0,0,FALSE,,,,, +stool.n.01,cookable,0,0,FALSE,,,,, +stool.n.01,coldSource,0,0,FALSE,,,,, +stool.n.01,sliceable,0,0,FALSE,,,,, +stool.n.01,slicer,0,0,FALSE,,,,, +stool.n.01,soakable,1,0,FALSE,,,,, +stove.n.01,liquid,0,0,FALSE,,,,, +stove.n.01,heatSource,1,0,FALSE,,,,, +stove.n.01,fireSource,1,0,FALSE,,,,, +stove.n.01,cookable,0,0,FALSE,,,,, +stove.n.01,coldSource,0,0,FALSE,,,,, +stove.n.01,sliceable,0,0,FALSE,,,,, +stove.n.01,slicer,1,0,FALSE,,,,, +stove.n.01,soakable,0,0,FALSE,,,,, +straight_chair.n.01,liquid,0,0,FALSE,,,,, +straight_chair.n.01,heatSource,0,0,FALSE,,,,, +straight_chair.n.01,fireSource,0,0,FALSE,,,,, +straight_chair.n.01,cookable,0,0,FALSE,,,,, +straight_chair.n.01,coldSource,0,0,FALSE,,,,, +straight_chair.n.01,sliceable,0,0,FALSE,,,,, +straight_chair.n.01,slicer,0,0,FALSE,,,,, +straight_chair.n.01,soakable,0,0,FALSE,,,,, +swivel_chair.n.01,liquid,0,0,FALSE,,,,, +swivel_chair.n.01,heatSource,0,0,FALSE,,,,, +swivel_chair.n.01,fireSource,0,0,FALSE,,,,, +swivel_chair.n.01,cookable,0,0,FALSE,,,,, +swivel_chair.n.01,coldSource,0,0,FALSE,,,,, +swivel_chair.n.01,sliceable,0,0,FALSE,,,,, +swivel_chair.n.01,slicer,1,0,FALSE,,,,, +swivel_chair.n.01,soakable,0,0,FALSE,,,,, +table_lamp.n.01,liquid,0,0,FALSE,,,,, +table_lamp.n.01,heatSource,0,0,FALSE,,,,, +table_lamp.n.01,fireSource,0,0,FALSE,,,,, +table_lamp.n.01,cookable,0,0,FALSE,,,,, +table_lamp.n.01,coldSource,0,0,FALSE,,,,, +table_lamp.n.01,sliceable,0,0,FALSE,,,,, +table_lamp.n.01,slicer,1,0,FALSE,,,,, +table_lamp.n.01,soakable,0,0,FALSE,,,,, +toilet.n.02,liquid,0,0,FALSE,,,,, +toilet.n.02,heatSource,0,0,FALSE,,,,, +toilet.n.02,fireSource,0,0,FALSE,,,,, +toilet.n.02,cookable,0,0,FALSE,,,,, +toilet.n.02,coldSource,0,0,FALSE,,,,, +toilet.n.02,sliceable,0,0,FALSE,,,,, +toilet.n.02,slicer,1,0,FALSE,,,,, +toilet.n.02,soakable,0,0,FALSE,,,,, +towel_rack.n.01,liquid,0,0,FALSE,,,,, +towel_rack.n.01,heatSource,0,0,FALSE,,,,, +towel_rack.n.01,fireSource,0,0,FALSE,,,,, +towel_rack.n.01,cookable,0,0,FALSE,,,,, +towel_rack.n.01,coldSource,0,0,FALSE,,,,, +towel_rack.n.01,sliceable,0,0,FALSE,,,,, +towel_rack.n.01,slicer,1,0,FALSE,,,,, +towel_rack.n.01,soakable,0,0,FALSE,,,,, +ashcan.n.01,liquid,0,0,FALSE,,,,, +ashcan.n.01,heatSource,0,0,FALSE,,,,, +ashcan.n.01,fireSource,0,0,FALSE,,,,, +ashcan.n.01,cookable,0,0,FALSE,,,,, +ashcan.n.01,coldSource,0,0,FALSE,,,,, +ashcan.n.01,sliceable,0,0,FALSE,,,,, +ashcan.n.01,slicer,1,0,FALSE,,,,, +ashcan.n.01,soakable,0,0,FALSE,,,,, +treadmill.n.01,liquid,0,0,FALSE,,,,, +treadmill.n.01,heatSource,0,0,FALSE,,,,, +treadmill.n.01,fireSource,0,0,FALSE,,,,, +treadmill.n.01,cookable,0,0,FALSE,,,,, +treadmill.n.01,coldSource,0,0,FALSE,,,,, +treadmill.n.01,sliceable,0,0,FALSE,,,,, +treadmill.n.01,slicer,0,0,FALSE,,,,, +treadmill.n.01,soakable,0,0,FALSE,,,,, +wall_clock.n.01,liquid,0,0,FALSE,,,,, +wall_clock.n.01,heatSource,0,0,FALSE,,,,, +wall_clock.n.01,fireSource,0,0,FALSE,,,,, +wall_clock.n.01,cookable,0,0,FALSE,,,,, +wall_clock.n.01,coldSource,0,0,FALSE,,,,, +wall_clock.n.01,sliceable,0,0,FALSE,,,,, +wall_clock.n.01,slicer,1,0,FALSE,,,,, +wall_clock.n.01,soakable,0,0,FALSE,,,,, +washer.n.03,liquid,0,0,FALSE,,,,, +washer.n.03,heatSource,0,0,FALSE,,,,, +washer.n.03,fireSource,0,0,FALSE,,,,, +washer.n.03,cookable,0,0,FALSE,,,,, +washer.n.03,coldSource,0,0,FALSE,,,,, +washer.n.03,sliceable,0,0,FALSE,,,,, +washer.n.03,slicer,1,0,FALSE,,,,, +washer.n.03,soakable,0,0,FALSE,,,,, +window.n.01,liquid,0,0,FALSE,,,,, +window.n.01,heatSource,0,0,FALSE,,,,, +window.n.01,fireSource,0,0,FALSE,,,,, +window.n.01,cookable,0,0,FALSE,,,,, +window.n.01,coldSource,0,0,FALSE,,,,, +window.n.01,sliceable,0,0,FALSE,,,,, +window.n.01,slicer,1,0,FALSE,,,,, +window.n.01,soakable,0,0,FALSE,,,,, +apple.n.01,liquid,0,0,FALSE,,,,, +apple.n.01,heatSource,0,0,FALSE,,,,, +apple.n.01,fireSource,1,0,FALSE,,,,, +apple.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +apple.n.01,coldSource,0,0,FALSE,,,,, +apple.n.01,sliceable,1,1,FALSE,,,,, +apple.n.01,slicer,0,0,FALSE,,,,, +apple.n.01,soakable,0,0,FALSE,,,,, +apricot.n.02,liquid,0,0,FALSE,,,,, +apricot.n.02,heatSource,0,0,FALSE,,,,, +apricot.n.02,fireSource,0,0,FALSE,,,,, +apricot.n.02,cookable,0,1,TRUE,58,104,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",https://bakeschool.com/apricot-jam/, +apricot.n.02,coldSource,0,0,FALSE,,,,, +apricot.n.02,sliceable,0,1,FALSE,,,,, +apricot.n.02,slicer,0,0,FALSE,,,,, +apricot.n.02,soakable,0,0,FALSE,,,,, +artichoke.n.02,liquid,0,0,FALSE,,,,, +artichoke.n.02,heatSource,0,0,FALSE,,,,, +artichoke.n.02,fireSource,1,0,FALSE,,,,, +artichoke.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +artichoke.n.02,coldSource,0,0,FALSE,,,,, +artichoke.n.02,sliceable,0,1,FALSE,,,,, +artichoke.n.02,slicer,0,0,FALSE,,,,, +artichoke.n.02,soakable,0,0,FALSE,,,,, +banana.n.02,liquid,0,0,FALSE,,,,, +banana.n.02,heatSource,0,0,FALSE,,,,, +banana.n.02,fireSource,0,0,FALSE,,,,, +banana.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +banana.n.02,coldSource,0,0,FALSE,,,,, +banana.n.02,sliceable,0,1,FALSE,,,,, +banana.n.02,slicer,0,0,FALSE,,,,, +banana.n.02,soakable,0,0,FALSE,,,,, +bean.n.01,liquid,0,0,FALSE,,,,, +bean.n.01,heatSource,0,0,FALSE,,,,, +bean.n.01,fireSource,1,0,FALSE,,,,, +bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +bean.n.01,coldSource,0,0,FALSE,,,,, +bean.n.01,sliceable,0,0,FALSE,,,,, +bean.n.01,slicer,1,0,FALSE,,,,, +bean.n.01,soakable,0,0,FALSE,,,,, +beet.n.02,liquid,0,0,FALSE,,,,, +beet.n.02,heatSource,0,0,FALSE,,,,, +beet.n.02,fireSource,1,0,FALSE,,,,, +beet.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +beet.n.02,coldSource,0,0,FALSE,,,,, +beet.n.02,sliceable,0,1,FALSE,,,,, +beet.n.02,slicer,0,0,FALSE,,,,, +beet.n.02,soakable,0,0,FALSE,,,,, +bell_pepper.n.02,liquid,0,0,FALSE,,,,, +bell_pepper.n.02,heatSource,0,0,FALSE,,,,, +bell_pepper.n.02,fireSource,1,0,FALSE,,,,, +bell_pepper.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +bell_pepper.n.02,coldSource,0,0,FALSE,,,,, +bell_pepper.n.02,sliceable,0,1,FALSE,,,,, +bell_pepper.n.02,slicer,1,0,FALSE,,,,, +bell_pepper.n.02,soakable,0,0,FALSE,,,,, +bowl.n.01,liquid,0,0,FALSE,,,,, +bowl.n.01,heatSource,0,0,FALSE,,,,, +bowl.n.01,fireSource,0,0,FALSE,,,,, +bowl.n.01,cookable,0,0,FALSE,,,,, +bowl.n.01,coldSource,1,0,FALSE,,,,, +bowl.n.01,sliceable,0,0,FALSE,,,,, +bowl.n.01,slicer,0,0,FALSE,,,,, +bowl.n.01,soakable,0,0,FALSE,,,,, +broccoli.n.02,liquid,0,0,FALSE,,,,, +broccoli.n.02,heatSource,0,0,FALSE,,,,, +broccoli.n.02,fireSource,0,0,FALSE,,,,, +broccoli.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +broccoli.n.02,coldSource,0,0,FALSE,,,,, +broccoli.n.02,sliceable,0,1,FALSE,,,,, +broccoli.n.02,slicer,0,0,FALSE,,,,, +broccoli.n.02,soakable,0,0,FALSE,,,,, +bucket.n.01,liquid,0,0,FALSE,,,,, +bucket.n.01,heatSource,0,0,FALSE,,,,, +bucket.n.01,fireSource,0,0,FALSE,,,,, +bucket.n.01,cookable,0,0,FALSE,,,,, +bucket.n.01,coldSource,1,0,FALSE,,,,, +bucket.n.01,sliceable,0,0,FALSE,,,,, +bucket.n.01,slicer,1,0,FALSE,,,,, +bucket.n.01,soakable,0,0,FALSE,,,,, +bulldog_clip.n.01,liquid,0,0,FALSE,,,,, +bulldog_clip.n.01,heatSource,0,0,FALSE,,,,, +bulldog_clip.n.01,fireSource,0,0,FALSE,,,,, +bulldog_clip.n.01,cookable,0,0,FALSE,,,,, +bulldog_clip.n.01,coldSource,0,0,FALSE,,,,, +bulldog_clip.n.01,sliceable,0,0,FALSE,,,,, +bulldog_clip.n.01,slicer,1,0,FALSE,,,,, +bulldog_clip.n.01,soakable,0,0,FALSE,,,,, +bulletin_board.n.02,liquid,0,0,FALSE,,,,, +bulletin_board.n.02,heatSource,0,0,FALSE,,,,, +bulletin_board.n.02,fireSource,0,0,FALSE,,,,, +bulletin_board.n.02,cookable,0,0,FALSE,,,,, +bulletin_board.n.02,coldSource,0,0,FALSE,,,,, +bulletin_board.n.02,sliceable,0,0,FALSE,,,,, +bulletin_board.n.02,slicer,1,0,FALSE,,,,, +bulletin_board.n.02,soakable,0,0,FALSE,,,,, +butter.n.01,liquid,0,0,FALSE,,,,, +butter.n.01,heatSource,0,0,FALSE,,,,, +butter.n.01,fireSource,1,1,FALSE,,,,, +butter.n.01,cookable,0,1,TRUE,38,UNKNOWN,,, +butter.n.01,coldSource,0,0,FALSE,,,,, +butter.n.01,sliceable,0,1,FALSE,,,,, +butter.n.01,slicer,0,0,FALSE,,,,, +butter.n.01,soakable,1,0,FALSE,,,,, +caliper.n.01,liquid,0,0,FALSE,,,,, +caliper.n.01,heatSource,0,0,FALSE,,,,, +caliper.n.01,fireSource,0,0,FALSE,,,,, +caliper.n.01,cookable,0,0,FALSE,,,,, +caliper.n.01,coldSource,0,0,FALSE,,,,, +caliper.n.01,sliceable,0,0,FALSE,,,,, +caliper.n.01,slicer,1,0,FALSE,,,,, +caliper.n.01,soakable,0,0,FALSE,,,,, +canned_food.n.01,liquid,0,0,FALSE,,,,, +canned_food.n.01,heatSource,0,0,FALSE,,,,, +canned_food.n.01,fireSource,1,0,FALSE,,,,, +canned_food.n.01,cookable,0,0,FALSE,,UNKNOWN,,, +canned_food.n.01,coldSource,1,0,FALSE,,,,, +canned_food.n.01,sliceable,0,0,FALSE,,,,, +canned_food.n.01,slicer,0,0,FALSE,,,,, +canned_food.n.01,soakable,0,0,FALSE,,,,, +cantaloup.n.02,liquid,0,0,FALSE,,,,, +cantaloup.n.02,heatSource,0,0,FALSE,,,,, +cantaloup.n.02,fireSource,0,0,FALSE,,,,, +cantaloup.n.02,cookable,0,0,FALSE,,,,, +cantaloup.n.02,coldSource,0,0,FALSE,,,,, +cantaloup.n.02,sliceable,0,0,FALSE,,,,, +cantaloup.n.02,slicer,0,0,FALSE,,,,, +cantaloup.n.02,soakable,0,0,FALSE,,,,, +carafe.n.01,liquid,0,0,FALSE,,,,, +carafe.n.01,heatSource,0,0,FALSE,,,,, +carafe.n.01,fireSource,0,0,FALSE,,,,, +carafe.n.01,cookable,0,0,FALSE,,,,, +carafe.n.01,coldSource,1,0,FALSE,,,,, +carafe.n.01,sliceable,0,0,FALSE,,,,, +carafe.n.01,slicer,1,0,FALSE,,,,, +carafe.n.01,soakable,0,0,FALSE,,,,, +carrot.n.03,liquid,0,0,FALSE,,,,, +carrot.n.03,heatSource,0,0,FALSE,,,,, +carrot.n.03,fireSource,1,0,FALSE,,,,, +carrot.n.03,cookable,0,1,TRUE,91,UNKNOWN,"https://bellyfull.net/baked-sweet-potato/#:~:text=Simply%20poke%20the%20potato%20with,potato%20when%20they're%20done.",, +carrot.n.03,coldSource,0,0,FALSE,,,,, +carrot.n.03,sliceable,0,0,FALSE,,,,, +carrot.n.03,slicer,0,0,FALSE,,,,, +carrot.n.03,soakable,0,0,FALSE,,,,, +carving_knife.n.01,liquid,0,0,FALSE,,,,, +carving_knife.n.01,heatSource,0,0,FALSE,,,,, +carving_knife.n.01,fireSource,0,0,FALSE,,,,, +carving_knife.n.01,cookable,0,0,FALSE,,,,, +carving_knife.n.01,coldSource,0,0,FALSE,,,,, +carving_knife.n.01,sliceable,0,0,FALSE,,,,, +carving_knife.n.01,slicer,0,1,FALSE,,,,, +carving_knife.n.01,soakable,0,0,FALSE,,,,, +casserole.n.02,liquid,0,0,FALSE,,,,, +casserole.n.02,heatSource,0,0,FALSE,,,,, +casserole.n.02,fireSource,1,0,FALSE,,,,, +casserole.n.02,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +casserole.n.02,coldSource,0,0,FALSE,,,,, +casserole.n.02,sliceable,0,1,FALSE,,,,, +casserole.n.02,slicer,0,0,FALSE,,,,, +casserole.n.02,soakable,0,0,FALSE,,,,, +catsup.n.01,liquid,0,0,FALSE,,,,, +catsup.n.01,heatSource,0,0,FALSE,,,,, +catsup.n.01,fireSource,1,0,FALSE,,,,, +catsup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-tomato-sauce-be-cooked-at/,, +catsup.n.01,coldSource,0,0,FALSE,,,,, +catsup.n.01,sliceable,0,0,FALSE,,,,, +catsup.n.01,slicer,0,0,FALSE,,,,, +catsup.n.01,soakable,0,0,FALSE,,,,, +cherry.n.03,liquid,0,0,FALSE,,,,, +cherry.n.03,heatSource,0,0,FALSE,,,,, +cherry.n.03,fireSource,0,0,FALSE,,,,, +cherry.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cherry.n.03,coldSource,0,0,FALSE,,,,, +cherry.n.03,sliceable,0,1,FALSE,,,,, +cherry.n.03,slicer,1,0,FALSE,,,,, +cherry.n.03,soakable,0,0,FALSE,,,,, +chestnut.n.03,liquid,0,0,FALSE,,,,, +chestnut.n.03,heatSource,0,0,FALSE,,,,, +chestnut.n.03,fireSource,1,0,FALSE,,,,, +chestnut.n.03,cookable,0,1,TRUE,58,UNKNOWN,,, +chestnut.n.03,coldSource,0,0,FALSE,,,,, +chestnut.n.03,sliceable,0,0,FALSE,,,,, +chestnut.n.03,slicer,0,0,FALSE,,,,, +chestnut.n.03,soakable,0,0,FALSE,,,,, +chip.n.04,liquid,0,0,FALSE,,,,, +chip.n.04,heatSource,0,0,FALSE,,,,, +chip.n.04,fireSource,1,0,FALSE,,,,, +chip.n.04,cookable,0,0,FALSE,,,,, +chip.n.04,coldSource,0,0,FALSE,,,,, +chip.n.04,sliceable,0,0,FALSE,,,,, +chip.n.04,slicer,1,0,FALSE,,,,, +chip.n.04,soakable,0,0,FALSE,,,,, +chives.n.01,liquid,0,0,FALSE,,,,, +chives.n.01,heatSource,0,0,FALSE,,,,, +chives.n.01,fireSource,0,0,FALSE,,,,, +chives.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +chives.n.01,coldSource,0,0,FALSE,,,,, +chives.n.01,sliceable,0,1,FALSE,,,,, +chives.n.01,slicer,0,0,FALSE,,,,, +chives.n.01,soakable,0,0,FALSE,,,,, +chopping_board.n.01,liquid,0,0,FALSE,,,,, +chopping_board.n.01,heatSource,0,0,FALSE,,,,, +chopping_board.n.01,fireSource,0,0,FALSE,,,,, +chopping_board.n.01,cookable,0,0,FALSE,,,,, +chopping_board.n.01,coldSource,0,0,FALSE,,,,, +chopping_board.n.01,sliceable,0,0,FALSE,,,,, +chopping_board.n.01,slicer,0,0,FALSE,,,,, +chopping_board.n.01,soakable,0,0,FALSE,,,,, +clove.n.03,liquid,0,0,FALSE,,,,, +clove.n.03,heatSource,0,0,FALSE,,,,, +clove.n.03,fireSource,1,0,FALSE,,,,, +clove.n.03,cookable,0,1,TRUE,58,UNKNOWN,,, +clove.n.03,coldSource,0,0,FALSE,,,,, +clove.n.03,sliceable,0,0,FALSE,,,,, +clove.n.03,slicer,0,0,FALSE,,,,, +clove.n.03,soakable,0,0,FALSE,,,,, +coatrack.n.01,liquid,0,0,FALSE,,,,, +coatrack.n.01,heatSource,0,0,FALSE,,,,, +coatrack.n.01,fireSource,0,0,FALSE,,,,, +coatrack.n.01,cookable,0,0,FALSE,,,,, +coatrack.n.01,coldSource,0,0,FALSE,,,,, +coatrack.n.01,sliceable,0,0,FALSE,,,,, +coatrack.n.01,slicer,1,0,FALSE,,,,, +coatrack.n.01,soakable,0,0,FALSE,,,,, +coconut.n.01,liquid,0,0,FALSE,,,,, +coconut.n.01,heatSource,0,0,FALSE,,,,, +coconut.n.01,fireSource,1,0,FALSE,,,,, +coconut.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +coconut.n.01,coldSource,0,0,FALSE,,,,, +coconut.n.01,sliceable,0,0,FALSE,,,,, +coconut.n.01,slicer,0,0,FALSE,,,,, +coconut.n.01,soakable,0,0,FALSE,,,,, +colander.n.01,liquid,0,0,FALSE,,,,, +colander.n.01,heatSource,0,0,FALSE,,,,, +colander.n.01,fireSource,0,0,FALSE,,,,, +colander.n.01,cookable,0,0,FALSE,,,,, +colander.n.01,coldSource,1,0,FALSE,,,,, +colander.n.01,sliceable,0,0,FALSE,,,,, +colander.n.01,slicer,1,0,FALSE,,,,, +colander.n.01,soakable,0,0,FALSE,,,,, +cream.n.02,liquid,1,1,FALSE,,,,, +cream.n.02,heatSource,0,0,FALSE,,,,, +cream.n.02,fireSource,0,0,FALSE,,,,, +cream.n.02,cookable,0,1,TRUE,77,UNKNOWN,https://blog.thermoworks.com/desserts/homemade-ice-cream-temperatures/,, +cream.n.02,coldSource,0,0,FALSE,,,,, +cream.n.02,sliceable,0,0,FALSE,,,,, +cream.n.02,slicer,0,0,FALSE,,,,, +cream.n.02,soakable,0,0,FALSE,,,,, +cream_pitcher.n.01,liquid,0,0,FALSE,,,,, +cream_pitcher.n.01,heatSource,0,0,FALSE,,,,, +cream_pitcher.n.01,fireSource,0,0,FALSE,,,,, +cream_pitcher.n.01,cookable,0,0,FALSE,,,,, +cream_pitcher.n.01,coldSource,1,0,FALSE,,,,, +cream_pitcher.n.01,sliceable,0,0,FALSE,,,,, +cream_pitcher.n.01,slicer,1,0,FALSE,,,,, +cream_pitcher.n.01,soakable,0,0,FALSE,,,,, +cruet.n.01,liquid,0,0,FALSE,,,,, +cruet.n.01,heatSource,0,0,FALSE,,,,, +cruet.n.01,fireSource,0,0,FALSE,,,,, +cruet.n.01,cookable,0,0,FALSE,,,,, +cruet.n.01,coldSource,1,0,FALSE,,,,, +cruet.n.01,sliceable,0,0,FALSE,,,,, +cruet.n.01,slicer,1,0,FALSE,,,,, +cruet.n.01,soakable,0,0,FALSE,,,,, +cucumber.n.02,liquid,0,0,FALSE,,,,, +cucumber.n.02,heatSource,0,0,FALSE,,,,, +cucumber.n.02,fireSource,0,0,FALSE,,,,, +cucumber.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cucumber.n.02,coldSource,0,0,FALSE,,,,, +cucumber.n.02,sliceable,0,1,FALSE,,,,, +cucumber.n.02,slicer,1,0,FALSE,,,,, +cucumber.n.02,soakable,0,0,FALSE,,,,, +scale.n.07,liquid,0,0,FALSE,,,,, +scale.n.07,heatSource,0,0,FALSE,,,,, +scale.n.07,fireSource,0,0,FALSE,,,,, +scale.n.07,cookable,0,0,FALSE,,,,, +scale.n.07,coldSource,0,0,FALSE,,,,, +scale.n.07,sliceable,0,0,FALSE,,,,, +scale.n.07,slicer,1,0,FALSE,,,,, +scale.n.07,soakable,0,0,FALSE,,,,, +dinner_napkin.n.01,liquid,0,0,FALSE,,,,, +dinner_napkin.n.01,heatSource,0,0,FALSE,,,,, +dinner_napkin.n.01,fireSource,0,0,FALSE,,,,, +dinner_napkin.n.01,cookable,0,0,FALSE,,,,, +dinner_napkin.n.01,coldSource,0,0,FALSE,,,,, +dinner_napkin.n.01,sliceable,0,0,FALSE,,,,, +dinner_napkin.n.01,slicer,0,0,FALSE,,,,, +dinner_napkin.n.01,soakable,1,1,FALSE,,,,, +dipper.n.01,liquid,1,1,FALSE,,,,, +dipper.n.01,heatSource,0,0,FALSE,,,,, +dipper.n.01,fireSource,0,0,FALSE,,,,, +dipper.n.01,cookable,0,0,FALSE,,,,, +dipper.n.01,coldSource,1,0,FALSE,,,,, +dipper.n.01,sliceable,0,0,FALSE,,,,, +dipper.n.01,slicer,1,0,FALSE,,,,, +dipper.n.01,soakable,0,0,FALSE,,,,, +dish_rack.n.01,liquid,0,0,FALSE,,,,, +dish_rack.n.01,heatSource,0,0,FALSE,,,,, +dish_rack.n.01,fireSource,0,0,FALSE,,,,, +dish_rack.n.01,cookable,0,0,FALSE,,,,, +dish_rack.n.01,coldSource,0,0,FALSE,,,,, +dish_rack.n.01,sliceable,0,0,FALSE,,,,, +dish_rack.n.01,slicer,0,0,FALSE,,,,, +dish_rack.n.01,soakable,0,0,FALSE,,,,, +egg.n.02,liquid,0,0,FALSE,,,,, +egg.n.02,heatSource,0,0,FALSE,,,,, +egg.n.02,fireSource,1,0,FALSE,,,,, +egg.n.02,cookable,0,1,TRUE,68,162,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://foodsguy.com/griddle-temp-for-eggs/, +egg.n.02,coldSource,0,0,FALSE,,,,, +egg.n.02,sliceable,0,0,FALSE,,,,, +egg.n.02,slicer,0,0,FALSE,,,,, +egg.n.02,soakable,0,0,FALSE,,,,, +eggplant.n.01,liquid,0,0,FALSE,,,,, +eggplant.n.01,heatSource,0,0,FALSE,,,,, +eggplant.n.01,fireSource,1,0,FALSE,,,,, +eggplant.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +eggplant.n.01,coldSource,0,0,FALSE,,,,, +eggplant.n.01,sliceable,0,1,FALSE,,,,, +eggplant.n.01,slicer,1,0,FALSE,,,,, +eggplant.n.01,soakable,0,0,FALSE,,,,, +eraser.n.01,liquid,0,0,FALSE,,,,, +eraser.n.01,heatSource,0,0,FALSE,,,,, +eraser.n.01,fireSource,0,0,FALSE,,,,, +eraser.n.01,cookable,0,0,FALSE,,,,, +eraser.n.01,coldSource,0,0,FALSE,,,,, +eraser.n.01,sliceable,0,0,FALSE,,,,, +eraser.n.01,slicer,1,0,FALSE,,,,, +eraser.n.01,soakable,0,0,FALSE,,,,, +flour.n.01,liquid,0,0,FALSE,,,,, +flour.n.01,heatSource,0,0,FALSE,,,,, +flour.n.01,fireSource,1,0,FALSE,,,,, +flour.n.01,cookable,0,1,TRUE,71,UNKNOWN,,, +flour.n.01,coldSource,0,0,FALSE,,,,, +flour.n.01,sliceable,0,0,FALSE,,,,, +flour.n.01,slicer,0,0,FALSE,,,,, +flour.n.01,soakable,0,0,FALSE,,,,, +foot_rule.n.01,liquid,0,0,FALSE,,,,, +foot_rule.n.01,heatSource,0,0,FALSE,,,,, +foot_rule.n.01,fireSource,0,0,FALSE,,,,, +foot_rule.n.01,cookable,0,0,FALSE,,,,, +foot_rule.n.01,coldSource,0,0,FALSE,,,,, +foot_rule.n.01,sliceable,0,0,FALSE,,,,, +foot_rule.n.01,slicer,0,0,FALSE,,,,, +foot_rule.n.01,soakable,0,0,FALSE,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,, +frying_pan.n.01,heatSource,1,1,FALSE,,,,, +frying_pan.n.01,fireSource,1,0,FALSE,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,, +glass.n.02,liquid,0,0,FALSE,,,,, +glass.n.02,heatSource,0,0,FALSE,,,,, +glass.n.02,fireSource,0,0,FALSE,,,,, +glass.n.02,cookable,0,0,FALSE,,,,, +glass.n.02,coldSource,1,0,FALSE,,,,, +glass.n.02,sliceable,0,0,FALSE,,,,, +glass.n.02,slicer,1,0,FALSE,,,,, +glass.n.02,soakable,0,0,FALSE,,,,, +gooseberry.n.01,liquid,0,0,FALSE,,,,, +gooseberry.n.01,heatSource,0,0,FALSE,,,,, +gooseberry.n.01,fireSource,1,0,FALSE,,,,, +gooseberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +gooseberry.n.01,coldSource,0,0,FALSE,,,,, +gooseberry.n.01,sliceable,0,0,FALSE,,,,, +gooseberry.n.01,slicer,0,0,FALSE,,,,, +gooseberry.n.01,soakable,0,0,FALSE,,,,, +grape.n.01,liquid,0,0,FALSE,,,,, +grape.n.01,heatSource,0,0,FALSE,,,,, +grape.n.01,fireSource,0,0,FALSE,,,,, +grape.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +grape.n.01,coldSource,0,0,FALSE,,,,, +grape.n.01,sliceable,0,0,FALSE,,,,, +grape.n.01,slicer,0,0,FALSE,,,,, +grape.n.01,soakable,0,0,FALSE,,,,, +grater.n.01,liquid,0,0,FALSE,,,,, +grater.n.01,heatSource,0,0,FALSE,,,,, +grater.n.01,fireSource,0,0,FALSE,,,,, +grater.n.01,cookable,0,0,FALSE,,,,, +grater.n.01,coldSource,0,0,FALSE,,,,, +grater.n.01,sliceable,0,0,FALSE,,,,, +grater.n.01,slicer,1,1,FALSE,,,,, +grater.n.01,soakable,0,0,FALSE,,,,, +griddle.n.01,liquid,0,0,FALSE,,,,, +griddle.n.01,heatSource,1,1,FALSE,,,,, +griddle.n.01,fireSource,1,0,FALSE,,,,, +griddle.n.01,cookable,0,0,FALSE,,,,, +griddle.n.01,coldSource,0,0,FALSE,,,,, +griddle.n.01,sliceable,0,0,FALSE,,,,, +griddle.n.01,slicer,1,0,FALSE,,,,, +griddle.n.01,soakable,0,0,FALSE,,,,, +kiwi.n.03,liquid,0,0,FALSE,,,,, +kiwi.n.03,heatSource,0,0,FALSE,,,,, +kiwi.n.03,fireSource,0,0,FALSE,,,,, +kiwi.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +kiwi.n.03,coldSource,0,0,FALSE,,,,, +kiwi.n.03,sliceable,0,1,FALSE,,,,, +kiwi.n.03,slicer,0,0,FALSE,,,,, +kiwi.n.03,soakable,0,0,FALSE,,,,, +lemon.n.01,liquid,0,0,FALSE,,,,, +lemon.n.01,heatSource,0,0,FALSE,,,,, +lemon.n.01,fireSource,0,0,FALSE,,,,, +lemon.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lemon.n.01,coldSource,0,0,FALSE,,,,, +lemon.n.01,sliceable,0,1,FALSE,,,,, +lemon.n.01,slicer,1,0,FALSE,,,,, +lemon.n.01,soakable,0,0,FALSE,,,,, +mushroom.n.05,liquid,0,0,FALSE,,,,, +mushroom.n.05,heatSource,0,0,FALSE,,,,, +mushroom.n.05,fireSource,1,0,FALSE,,,,, +mushroom.n.05,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +mushroom.n.05,coldSource,0,0,FALSE,,,,, +mushroom.n.05,sliceable,0,1,FALSE,,,,, +mushroom.n.05,slicer,0,0,FALSE,,,,, +mushroom.n.05,soakable,0,0,FALSE,,,,, +orange.n.01,liquid,0,0,FALSE,,,,, +orange.n.01,heatSource,0,0,FALSE,,,,, +orange.n.01,fireSource,0,0,FALSE,,,,, +orange.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +orange.n.01,coldSource,0,0,FALSE,,,,, +orange.n.01,sliceable,0,1,FALSE,,,,, +orange.n.01,slicer,0,0,FALSE,,,,, +orange.n.01,soakable,0,0,FALSE,,,,, +peach.n.03,liquid,0,0,FALSE,,,,, +peach.n.03,heatSource,0,0,FALSE,,,,, +peach.n.03,fireSource,0,0,FALSE,,,,, +peach.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +peach.n.03,coldSource,0,0,FALSE,,,,, +peach.n.03,sliceable,0,1,FALSE,,,,, +peach.n.03,slicer,1,0,FALSE,,,,, +peach.n.03,soakable,0,0,FALSE,,,,, +pear.n.01,liquid,0,0,FALSE,,,,, +pear.n.01,heatSource,0,0,FALSE,,,,, +pear.n.01,fireSource,0,0,FALSE,,,,, +pear.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pear.n.01,coldSource,1,0,FALSE,,,,, +pear.n.01,sliceable,0,1,FALSE,,,,, +pear.n.01,slicer,0,0,FALSE,,,,, +pear.n.01,soakable,0,0,FALSE,,,,, +pineapple.n.02,liquid,0,0,FALSE,,,,, +pineapple.n.02,heatSource,0,0,FALSE,,,,, +pineapple.n.02,fireSource,0,0,FALSE,,,,, +pineapple.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pineapple.n.02,coldSource,0,0,FALSE,,,,, +pineapple.n.02,sliceable,0,1,FALSE,,,,, +pineapple.n.02,slicer,0,0,FALSE,,,,, +pineapple.n.02,soakable,0,0,FALSE,,,,, +plum.n.02,liquid,0,0,FALSE,,,,, +plum.n.02,heatSource,0,0,FALSE,,,,, +plum.n.02,fireSource,1,0,FALSE,,,,, +plum.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +plum.n.02,coldSource,0,0,FALSE,,,,, +plum.n.02,sliceable,0,1,FALSE,,,,, +plum.n.02,slicer,0,0,FALSE,,,,, +plum.n.02,soakable,0,0,FALSE,,,,, +pomegranate.n.02,liquid,0,0,FALSE,,,,, +pomegranate.n.02,heatSource,0,0,FALSE,,,,, +pomegranate.n.02,fireSource,0,0,FALSE,,,,, +pomegranate.n.02,cookable,0,0,FALSE,,,,, +pomegranate.n.02,coldSource,0,0,FALSE,,,,, +pomegranate.n.02,sliceable,0,0,FALSE,,,,, +pomegranate.n.02,slicer,0,0,FALSE,,,,, +pomegranate.n.02,soakable,0,0,FALSE,,,,, +pomelo.n.02,liquid,0,0,FALSE,,,,, +pomelo.n.02,heatSource,0,0,FALSE,,,,, +pomelo.n.02,fireSource,0,0,FALSE,,,,, +pomelo.n.02,cookable,0,0,FALSE,,,,, +pomelo.n.02,coldSource,0,0,FALSE,,,,, +pomelo.n.02,sliceable,0,0,FALSE,,,,, +pomelo.n.02,slicer,0,0,FALSE,,,,, +pomelo.n.02,soakable,0,0,FALSE,,,,, +strawberry.n.01,liquid,0,0,FALSE,,,,, +strawberry.n.01,heatSource,0,0,FALSE,,,,, +strawberry.n.01,fireSource,0,0,FALSE,,,,, +strawberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +strawberry.n.01,coldSource,0,0,FALSE,,,,, +strawberry.n.01,sliceable,0,1,FALSE,,,,, +strawberry.n.01,slicer,0,0,FALSE,,,,, +strawberry.n.01,soakable,0,0,FALSE,,,,, +tomato.n.01,liquid,0,0,FALSE,,,,, +tomato.n.01,heatSource,0,0,FALSE,,,,, +tomato.n.01,fireSource,1,0,FALSE,,,,, +tomato.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +tomato.n.01,coldSource,0,0,FALSE,,,,, +tomato.n.01,sliceable,0,1,FALSE,,,,, +tomato.n.01,slicer,0,0,FALSE,,,,, +tomato.n.01,soakable,0,0,FALSE,,,,, +vidalia_onion.n.01,liquid,0,0,FALSE,,,,, +vidalia_onion.n.01,heatSource,0,0,FALSE,,,,, +vidalia_onion.n.01,fireSource,1,0,FALSE,,,,, +vidalia_onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +vidalia_onion.n.01,coldSource,0,0,FALSE,,,,, +vidalia_onion.n.01,sliceable,0,1,FALSE,,,,, +vidalia_onion.n.01,slicer,0,0,FALSE,,,,, +vidalia_onion.n.01,soakable,0,0,FALSE,,,,, +head_cabbage.n.02,liquid,0,0,FALSE,,,,, +head_cabbage.n.02,heatSource,0,0,FALSE,,,,, +head_cabbage.n.02,fireSource,1,0,FALSE,,,,, +head_cabbage.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +head_cabbage.n.02,coldSource,0,0,FALSE,,,,, +head_cabbage.n.02,sliceable,0,1,FALSE,,,,, +head_cabbage.n.02,slicer,0,0,FALSE,,,,, +head_cabbage.n.02,soakable,0,0,FALSE,,,,, +highlighter.n.02,liquid,0,0,FALSE,,,,, +highlighter.n.02,heatSource,0,0,FALSE,,,,, +highlighter.n.02,fireSource,0,0,FALSE,,,,, +highlighter.n.02,cookable,0,0,FALSE,,,,, +highlighter.n.02,coldSource,1,0,FALSE,,,,, +highlighter.n.02,sliceable,0,0,FALSE,,,,, +highlighter.n.02,slicer,1,0,FALSE,,,,, +highlighter.n.02,soakable,0,0,FALSE,,,,, +steel.n.03,liquid,0,0,FALSE,,,,, +steel.n.03,heatSource,0,0,FALSE,,,,, +steel.n.03,fireSource,0,0,FALSE,,,,, +steel.n.03,cookable,0,0,FALSE,,,,, +steel.n.03,coldSource,0,0,FALSE,,,,, +steel.n.03,sliceable,0,0,FALSE,,,,, +steel.n.03,slicer,0,0,FALSE,,,,, +steel.n.03,soakable,0,0,FALSE,,,,, +jar.n.01,liquid,0,0,FALSE,,,,, +jar.n.01,heatSource,0,0,FALSE,,,,, +jar.n.01,fireSource,0,0,FALSE,,,,, +jar.n.01,cookable,0,0,FALSE,,,,, +jar.n.01,coldSource,1,0,FALSE,,,,, +jar.n.01,sliceable,0,0,FALSE,,,,, +jar.n.01,slicer,0,0,FALSE,,,,, +jar.n.01,soakable,0,0,FALSE,,,,, +kettle.n.01,liquid,0,0,FALSE,,,,, +kettle.n.01,heatSource,1,1,FALSE,,,,, +kettle.n.01,fireSource,1,0,FALSE,,,,, +kettle.n.01,cookable,0,0,FALSE,,,,, +kettle.n.01,coldSource,1,0,FALSE,,,,, +kettle.n.01,sliceable,0,0,FALSE,,,,, +kettle.n.01,slicer,1,0,FALSE,,,,, +kettle.n.01,soakable,0,0,FALSE,,,,, +lettuce.n.03,liquid,0,0,FALSE,,,,, +lettuce.n.03,heatSource,0,0,FALSE,,,,, +lettuce.n.03,fireSource,0,0,FALSE,,,,, +lettuce.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lettuce.n.03,coldSource,0,0,FALSE,,,,, +lettuce.n.03,sliceable,0,1,FALSE,,,,, +lettuce.n.03,slicer,0,0,FALSE,,,,, +lettuce.n.03,soakable,0,0,FALSE,,,,, +lid.n.02,liquid,0,0,FALSE,,,,, +lid.n.02,heatSource,0,0,FALSE,,,,, +lid.n.02,fireSource,0,0,FALSE,,,,, +lid.n.02,cookable,0,0,FALSE,,,,, +lid.n.02,coldSource,0,0,FALSE,,,,, +lid.n.02,sliceable,0,0,FALSE,,,,, +lid.n.02,slicer,1,1,FALSE,,,,, +lid.n.02,soakable,1,1,FALSE,,,,, +mat.n.07,liquid,0,0,FALSE,,,,, +mat.n.07,heatSource,0,0,FALSE,,,,, +mat.n.07,fireSource,0,0,FALSE,,,,, +mat.n.07,cookable,0,0,FALSE,,,,, +mat.n.07,coldSource,0,0,FALSE,,,,, +mat.n.07,sliceable,0,0,FALSE,,,,, +mat.n.07,slicer,1,0,FALSE,,,,, +mat.n.07,soakable,1,1,FALSE,,,,, +mug.n.04,liquid,0,0,FALSE,,,,, +mug.n.04,heatSource,0,0,FALSE,,,,, +mug.n.04,fireSource,0,0,FALSE,,,,, +mug.n.04,cookable,0,0,FALSE,,,,, +mug.n.04,coldSource,1,0,FALSE,,,,, +mug.n.04,sliceable,0,0,FALSE,,,,, +mug.n.04,slicer,1,0,FALSE,,,,, +mug.n.04,soakable,0,0,FALSE,,,,, +oatmeal.n.01,liquid,0,0,FALSE,,,,, +oatmeal.n.01,heatSource,0,0,FALSE,,,,, +oatmeal.n.01,fireSource,1,0,FALSE,,,,, +oatmeal.n.01,cookable,0,0,FALSE,,,,, +oatmeal.n.01,coldSource,0,0,FALSE,,,,, +oatmeal.n.01,sliceable,0,0,FALSE,,,,, +oatmeal.n.01,slicer,0,0,FALSE,,,,, +oatmeal.n.01,soakable,0,0,FALSE,,,,, +oatmeal.n.02,liquid,0,0,FALSE,,,,, +oatmeal.n.02,heatSource,0,0,FALSE,,,,, +oatmeal.n.02,fireSource,1,0,FALSE,,,,, +oatmeal.n.02,cookable,0,1,TRUE,60,95,"https://www.compoundchem.com/2019/02/15/porridge/#:~:text=This%20process%20is%20starch%20gelatinisation,porridge%20thickness%20reaches%20its%20peak.",, +oatmeal.n.02,coldSource,1,0,FALSE,,,,, +oatmeal.n.02,sliceable,0,0,FALSE,,,,, +oatmeal.n.02,slicer,0,0,FALSE,,,,, +oatmeal.n.02,soakable,0,0,FALSE,,,,, +olive.n.04,liquid,0,0,FALSE,,,,, +olive.n.04,heatSource,0,0,FALSE,,,,, +olive.n.04,fireSource,0,0,FALSE,,,,, +olive.n.04,cookable,0,1,TRUE,58,UNKNOWN,,, +olive.n.04,coldSource,0,0,FALSE,,,,, +olive.n.04,sliceable,0,1,FALSE,,,,, +olive.n.04,slicer,0,0,FALSE,,,,, +olive.n.04,soakable,0,0,FALSE,,,,, +olive_oil.n.01,liquid,1,1,FALSE,,,,, +olive_oil.n.01,heatSource,0,0,FALSE,,,,, +olive_oil.n.01,fireSource,0,1,FALSE,,,,, +olive_oil.n.01,cookable,0,1,TRUE,190,UNKNOWN,,, +olive_oil.n.01,coldSource,0,0,FALSE,,,,, +olive_oil.n.01,sliceable,0,0,FALSE,,,,, +olive_oil.n.01,slicer,0,0,FALSE,,,,, +olive_oil.n.01,soakable,0,0,FALSE,,,,, +paper_clip.n.01,liquid,0,0,FALSE,,,,, +paper_clip.n.01,heatSource,0,0,FALSE,,,,, +paper_clip.n.01,fireSource,0,0,FALSE,,,,, +paper_clip.n.01,cookable,0,0,FALSE,,,,, +paper_clip.n.01,coldSource,0,0,FALSE,,,,, +paper_clip.n.01,sliceable,0,0,FALSE,,,,, +paper_clip.n.01,slicer,1,0,FALSE,,,,, +paper_clip.n.01,soakable,1,0,FALSE,,,,, +paper_towel.n.01,liquid,0,0,FALSE,,,,, +paper_towel.n.01,heatSource,0,0,FALSE,,,,, +paper_towel.n.01,fireSource,0,0,FALSE,,,,, +paper_towel.n.01,cookable,0,0,FALSE,,,,, +paper_towel.n.01,coldSource,0,0,FALSE,,,,, +paper_towel.n.01,sliceable,0,0,FALSE,,,,, +paper_towel.n.01,slicer,1,0,FALSE,,,,, +paper_towel.n.01,soakable,0,1,FALSE,,,,, +holder.n.01,liquid,0,0,FALSE,,,,, +holder.n.01,heatSource,0,0,FALSE,,,,, +holder.n.01,fireSource,0,0,FALSE,,,,, +holder.n.01,cookable,0,0,FALSE,,,,, +holder.n.01,coldSource,0,0,FALSE,,,,, +holder.n.01,sliceable,0,0,FALSE,,,,, +holder.n.01,slicer,1,0,FALSE,,,,, +holder.n.01,soakable,1,0,FALSE,,,,, +parsley.n.02,liquid,0,0,FALSE,,,,, +parsley.n.02,heatSource,0,0,FALSE,,,,, +parsley.n.02,fireSource,1,0,FALSE,,,,, +parsley.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +parsley.n.02,coldSource,0,0,FALSE,,,,, +parsley.n.02,sliceable,0,1,FALSE,,,,, +parsley.n.02,slicer,0,0,FALSE,,,,, +parsley.n.02,soakable,0,0,FALSE,,,,, +pea.n.01,liquid,0,0,FALSE,,,,, +pea.n.01,heatSource,0,0,FALSE,,,,, +pea.n.01,fireSource,1,0,FALSE,,,,, +pea.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pea.n.01,coldSource,0,0,FALSE,,,,, +pea.n.01,sliceable,0,0,FALSE,,,,, +pea.n.01,slicer,0,0,FALSE,,,,, +pea.n.01,soakable,0,0,FALSE,,,,, +pen.n.01,liquid,0,0,FALSE,,,,, +pen.n.01,heatSource,0,0,FALSE,,,,, +pen.n.01,fireSource,0,0,FALSE,,,,, +pen.n.01,cookable,0,0,FALSE,,,,, +pen.n.01,coldSource,1,0,FALSE,,,,, +pen.n.01,sliceable,0,0,FALSE,,,,, +pen.n.01,slicer,1,0,FALSE,,,,, +pen.n.01,soakable,0,0,FALSE,,,,, +pencil.n.01,liquid,0,0,FALSE,,,,, +pencil.n.01,heatSource,0,0,FALSE,,,,, +pencil.n.01,fireSource,0,0,FALSE,,,,, +pencil.n.01,cookable,0,0,FALSE,,,,, +pencil.n.01,coldSource,0,0,FALSE,,,,, +pencil.n.01,sliceable,0,0,FALSE,,,,, +pencil.n.01,slicer,1,0,FALSE,,,,, +pencil.n.01,soakable,0,0,FALSE,,,,, +pencil_box.n.01,liquid,0,0,FALSE,,,,, +pencil_box.n.01,heatSource,0,0,FALSE,,,,, +pencil_box.n.01,fireSource,0,0,FALSE,,,,, +pencil_box.n.01,cookable,0,0,FALSE,,,,, +pencil_box.n.01,coldSource,0,0,FALSE,,,,, +pencil_box.n.01,sliceable,0,0,FALSE,,,,, +pencil_box.n.01,slicer,1,0,FALSE,,,,, +pencil_box.n.01,soakable,0,0,FALSE,,,,, +pepper_mill.n.01,liquid,0,0,FALSE,,,,, +pepper_mill.n.01,heatSource,0,0,FALSE,,,,, +pepper_mill.n.01,fireSource,0,0,FALSE,,,,, +pepper_mill.n.01,cookable,0,0,FALSE,,,,, +pepper_mill.n.01,coldSource,0,0,FALSE,,,,, +pepper_mill.n.01,sliceable,0,0,FALSE,,,,, +pepper_mill.n.01,slicer,1,0,FALSE,,,,, +pepper_mill.n.01,soakable,0,0,FALSE,,,,, +pistachio.n.02,liquid,0,0,FALSE,,,,, +pistachio.n.02,heatSource,0,0,FALSE,,,,, +pistachio.n.02,fireSource,0,0,FALSE,,,,, +pistachio.n.02,cookable,0,1,TRUE,58,UNKNOWN,,, +pistachio.n.02,coldSource,0,0,FALSE,,,,, +pistachio.n.02,sliceable,0,0,FALSE,,,,, +pistachio.n.02,slicer,0,0,FALSE,,,,, +pistachio.n.02,soakable,0,0,FALSE,,,,, +pop.n.02,liquid,1,1,FALSE,,,,, +pop.n.02,heatSource,0,0,FALSE,,,,, +pop.n.02,fireSource,0,0,FALSE,,,,, +pop.n.02,cookable,0,0,FALSE,,,,, +pop.n.02,coldSource,0,0,FALSE,,,,, +pop.n.02,sliceable,0,0,FALSE,,,,, +pop.n.02,slicer,1,0,FALSE,,,,, +pop.n.02,soakable,0,0,FALSE,,,,, +potato.n.01,liquid,0,0,FALSE,,,,, +potato.n.01,heatSource,0,0,FALSE,,,,, +potato.n.01,fireSource,1,0,FALSE,,,,, +potato.n.01,cookable,0,1,TRUE,98,UNKNOWN,https://buythermopro.com/knowledge/potato-internal-temperature/,, +potato.n.01,coldSource,0,0,FALSE,,,,, +potato.n.01,sliceable,0,1,FALSE,,,,, +potato.n.01,slicer,1,0,FALSE,,,,, +potato.n.01,soakable,0,0,FALSE,,,,, +pumpkin.n.02,liquid,0,0,FALSE,,,,, +pumpkin.n.02,heatSource,0,0,FALSE,,,,, +pumpkin.n.02,fireSource,1,0,FALSE,,,,, +pumpkin.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pumpkin.n.02,coldSource,0,0,FALSE,,,,, +pumpkin.n.02,sliceable,0,1,FALSE,,,,, +pumpkin.n.02,slicer,1,0,FALSE,,,,, +pumpkin.n.02,soakable,0,0,FALSE,,,,, +radish.n.01,liquid,0,0,FALSE,,,,, +radish.n.01,heatSource,0,0,FALSE,,,,, +radish.n.01,fireSource,1,0,FALSE,,,,, +radish.n.01,cookable,0,1,TRUE,58,UNKNOWN,,, +radish.n.01,coldSource,0,0,FALSE,,,,, +radish.n.01,sliceable,0,1,FALSE,,,,, +radish.n.01,slicer,0,0,FALSE,,,,, +radish.n.01,soakable,0,0,FALSE,,,,, +raspberry.n.02,liquid,0,0,FALSE,,,,, +raspberry.n.02,heatSource,0,0,FALSE,,,,, +raspberry.n.02,fireSource,0,0,FALSE,,,,, +raspberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +raspberry.n.02,coldSource,0,0,FALSE,,,,, +raspberry.n.02,sliceable,0,0,FALSE,,,,, +raspberry.n.02,slicer,0,0,FALSE,,,,, +raspberry.n.02,soakable,0,0,FALSE,,,,, +hip.n.05,liquid,0,0,FALSE,,,,, +hip.n.05,heatSource,0,0,FALSE,,,,, +hip.n.05,fireSource,0,0,FALSE,,,,, +hip.n.05,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +hip.n.05,coldSource,0,0,FALSE,,,,, +hip.n.05,sliceable,0,1,FALSE,,,,, +hip.n.05,slicer,0,0,FALSE,,,,, +hip.n.05,soakable,0,0,FALSE,,,,, +saucepan.n.01,liquid,0,0,FALSE,,,,, +saucepan.n.01,heatSource,1,1,FALSE,,,,, +saucepan.n.01,fireSource,1,0,FALSE,,,,, +saucepan.n.01,cookable,0,0,FALSE,,,,, +saucepan.n.01,coldSource,1,0,FALSE,,,,, +saucepan.n.01,sliceable,0,0,FALSE,,,,, +saucepan.n.01,slicer,1,0,FALSE,,,,, +saucepan.n.01,soakable,0,0,FALSE,,,,, +soup_ladle.n.01,liquid,0,0,FALSE,,,,, +soup_ladle.n.01,heatSource,0,0,FALSE,,,,, +soup_ladle.n.01,fireSource,0,0,FALSE,,,,, +soup_ladle.n.01,cookable,0,0,FALSE,,,,, +soup_ladle.n.01,coldSource,1,0,FALSE,,,,, +soup_ladle.n.01,sliceable,0,0,FALSE,,,,, +soup_ladle.n.01,slicer,1,0,FALSE,,,,, +soup_ladle.n.01,soakable,0,0,FALSE,,,,, +spaghetti_sauce.n.01,liquid,0,0,FALSE,,,,, +spaghetti_sauce.n.01,heatSource,0,0,FALSE,,,,, +spaghetti_sauce.n.01,fireSource,1,0,FALSE,,,,, +spaghetti_sauce.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-tomato-sauce-be-cooked-at/,, +spaghetti_sauce.n.01,coldSource,1,0,FALSE,,,,, +spaghetti_sauce.n.01,sliceable,0,0,FALSE,,,,, +spaghetti_sauce.n.01,slicer,0,0,FALSE,,,,, +spaghetti_sauce.n.01,soakable,0,0,FALSE,,,,, +spatula.n.01,liquid,0,0,FALSE,,,,, +spatula.n.01,heatSource,0,0,FALSE,,,,, +spatula.n.01,fireSource,0,0,FALSE,,,,, +spatula.n.01,cookable,0,0,FALSE,,,,, +spatula.n.01,coldSource,0,0,FALSE,,,,, +spatula.n.01,sliceable,0,0,FALSE,,,,, +spatula.n.01,slicer,1,0,FALSE,,,,, +spatula.n.01,soakable,0,0,FALSE,,,,, +spinach.n.02,liquid,0,0,FALSE,,,,, +spinach.n.02,heatSource,0,0,FALSE,,,,, +spinach.n.02,fireSource,1,0,FALSE,,,,, +spinach.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +spinach.n.02,coldSource,0,0,FALSE,,,,, +spinach.n.02,sliceable,0,1,FALSE,,,,, +spinach.n.02,slicer,0,0,FALSE,,,,, +spinach.n.02,soakable,0,0,FALSE,,,,, +spoon.n.01,liquid,0,0,FALSE,,,,, +spoon.n.01,heatSource,0,0,FALSE,,,,, +spoon.n.01,fireSource,0,0,FALSE,,,,, +spoon.n.01,cookable,0,0,FALSE,,,,, +spoon.n.01,coldSource,1,0,FALSE,,,,, +spoon.n.01,sliceable,0,0,FALSE,,,,, +spoon.n.01,slicer,1,0,FALSE,,,,, +spoon.n.01,soakable,0,0,FALSE,,,,, +pad.n.01,liquid,0,0,FALSE,,,,, +pad.n.01,heatSource,0,0,FALSE,,,,, +pad.n.01,fireSource,0,0,FALSE,,,,, +pad.n.01,cookable,0,0,FALSE,,,,, +pad.n.01,coldSource,0,0,FALSE,,,,, +pad.n.01,sliceable,0,0,FALSE,,,,, +pad.n.01,slicer,1,0,FALSE,,,,, +pad.n.01,soakable,1,0,FALSE,,,,, +straight_pin.n.01,liquid,0,0,FALSE,,,,, +straight_pin.n.01,heatSource,0,0,FALSE,,,,, +straight_pin.n.01,fireSource,0,0,FALSE,,,,, +straight_pin.n.01,cookable,0,0,FALSE,,,,, +straight_pin.n.01,coldSource,0,0,FALSE,,,,, +straight_pin.n.01,sliceable,0,0,FALSE,,,,, +straight_pin.n.01,slicer,1,0,FALSE,,,,, +straight_pin.n.01,soakable,0,0,FALSE,,,,, +sweet_corn.n.02,liquid,0,0,FALSE,,,,, +sweet_corn.n.02,heatSource,0,0,FALSE,,,,, +sweet_corn.n.02,fireSource,1,0,FALSE,,,,, +sweet_corn.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +sweet_corn.n.02,coldSource,0,0,FALSE,,,,, +sweet_corn.n.02,sliceable,0,0,FALSE,,,,, +sweet_corn.n.02,slicer,0,0,FALSE,,,,, +sweet_corn.n.02,soakable,0,0,FALSE,,,,, +table_knife.n.01,liquid,0,0,FALSE,,,,, +table_knife.n.01,heatSource,0,0,FALSE,,,,, +table_knife.n.01,fireSource,0,0,FALSE,,,,, +table_knife.n.01,cookable,0,0,FALSE,,,,, +table_knife.n.01,coldSource,0,0,FALSE,,,,, +table_knife.n.01,sliceable,0,0,FALSE,,,,, +table_knife.n.01,slicer,1,1,FALSE,,,,, +table_knife.n.01,soakable,0,0,FALSE,,,,, +tablefork.n.01,liquid,0,0,FALSE,,,,, +tablefork.n.01,heatSource,0,0,FALSE,,,,, +tablefork.n.01,fireSource,0,0,FALSE,,,,, +tablefork.n.01,cookable,0,0,FALSE,,,,, +tablefork.n.01,coldSource,0,0,FALSE,,,,, +tablefork.n.01,sliceable,0,0,FALSE,,,,, +tablefork.n.01,slicer,0,0,FALSE,,,,, +tablefork.n.01,soakable,0,0,FALSE,,,,, +tape.n.01,liquid,0,0,FALSE,,,,, +tape.n.01,heatSource,0,0,FALSE,,,,, +tape.n.01,fireSource,0,0,FALSE,,,,, +tape.n.01,cookable,0,0,FALSE,,,,, +tape.n.01,coldSource,0,0,FALSE,,,,, +tape.n.01,sliceable,0,1,FALSE,,,,, +tape.n.01,slicer,1,0,FALSE,,,,, +tape.n.01,soakable,1,0,FALSE,,,,, +teapot.n.01,liquid,0,0,FALSE,,,,, +teapot.n.01,heatSource,0,0,FALSE,,,,, +teapot.n.01,fireSource,0,0,FALSE,,,,, +teapot.n.01,cookable,0,0,FALSE,,,,, +teapot.n.01,coldSource,1,0,FALSE,,,,, +teapot.n.01,sliceable,0,0,FALSE,,,,, +teapot.n.01,slicer,1,0,FALSE,,,,, +teapot.n.01,soakable,0,0,FALSE,,,,, +thumbtack.n.01,liquid,0,0,FALSE,,,,, +thumbtack.n.01,heatSource,0,0,FALSE,,,,, +thumbtack.n.01,fireSource,0,0,FALSE,,,,, +thumbtack.n.01,cookable,0,0,FALSE,,,,, +thumbtack.n.01,coldSource,0,0,FALSE,,,,, +thumbtack.n.01,sliceable,0,0,FALSE,,,,, +thumbtack.n.01,slicer,1,0,FALSE,,,,, +thumbtack.n.01,soakable,0,0,FALSE,,,,, +toasting_fork.n.01,liquid,0,0,FALSE,,,,, +toasting_fork.n.01,heatSource,1,0,FALSE,,,,, +toasting_fork.n.01,fireSource,1,0,FALSE,,,,, +toasting_fork.n.01,cookable,0,0,FALSE,,,,, +toasting_fork.n.01,coldSource,0,0,FALSE,,,,, +toasting_fork.n.01,sliceable,0,0,FALSE,,,,, +toasting_fork.n.01,slicer,1,0,FALSE,,,,, +toasting_fork.n.01,soakable,0,0,FALSE,,,,, +tongs.n.01,liquid,0,0,FALSE,,,,, +tongs.n.01,heatSource,0,0,FALSE,,,,, +tongs.n.01,fireSource,0,0,FALSE,,,,, +tongs.n.01,cookable,0,0,FALSE,,,,, +tongs.n.01,coldSource,0,0,FALSE,,,,, +tongs.n.01,sliceable,0,0,FALSE,,,,, +tongs.n.01,slicer,1,0,FALSE,,,,, +tongs.n.01,soakable,1,0,FALSE,,,,, +turnip.n.02,liquid,0,0,FALSE,,,,, +turnip.n.02,heatSource,0,0,FALSE,,,,, +turnip.n.02,fireSource,1,0,FALSE,,,,, +turnip.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +turnip.n.02,coldSource,0,0,FALSE,,,,, +turnip.n.02,sliceable,0,1,FALSE,,,,, +turnip.n.02,slicer,1,0,FALSE,,,,, +turnip.n.02,soakable,0,0,FALSE,,,,, +walnut.n.01,liquid,0,0,FALSE,,,,, +walnut.n.01,heatSource,0,0,FALSE,,,,, +walnut.n.01,fireSource,0,0,FALSE,,,,, +walnut.n.01,cookable,0,1,TRUE,58,UNKNOWN,,, +walnut.n.01,coldSource,0,0,FALSE,,,,, +walnut.n.01,sliceable,0,1,FALSE,,,,, +walnut.n.01,slicer,0,0,FALSE,,,,, +walnut.n.01,soakable,0,0,FALSE,,,,, +watermelon.n.02,liquid,0,0,FALSE,,,,, +watermelon.n.02,heatSource,0,0,FALSE,,,,, +watermelon.n.02,fireSource,0,0,FALSE,,,,, +watermelon.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +watermelon.n.02,coldSource,0,0,FALSE,,,,, +watermelon.n.02,sliceable,0,1,FALSE,,,,, +watermelon.n.02,slicer,0,0,FALSE,,,,, +watermelon.n.02,soakable,0,0,FALSE,,,,, +display_panel.n.01,liquid,0,0,FALSE,,,,, +display_panel.n.01,heatSource,0,0,FALSE,,,,, +display_panel.n.01,fireSource,0,0,FALSE,,,,, +display_panel.n.01,cookable,0,0,FALSE,,,,, +display_panel.n.01,coldSource,0,0,FALSE,,,,, +display_panel.n.01,sliceable,0,0,FALSE,,,,, +display_panel.n.01,slicer,1,0,FALSE,,,,, +display_panel.n.01,soakable,0,0,FALSE,,,,, +wine_bottle.n.01,liquid,0,0,FALSE,,,,, +wine_bottle.n.01,heatSource,0,0,FALSE,,,,, +wine_bottle.n.01,fireSource,0,0,FALSE,,,,, +wine_bottle.n.01,cookable,0,0,FALSE,,,,, +wine_bottle.n.01,coldSource,1,1,FALSE,,,,, +wine_bottle.n.01,sliceable,0,0,FALSE,,,,, +wine_bottle.n.01,slicer,0,0,FALSE,,,,, +wine_bottle.n.01,soakable,0,0,FALSE,,,,, +yogurt.n.01,liquid,0,0,FALSE,,,,, +yogurt.n.01,heatSource,0,0,FALSE,,,,, +yogurt.n.01,fireSource,0,0,FALSE,,,,, +yogurt.n.01,cookable,1,1,TRUE,37,54,https://fsi.colostate.edu/yogurt/,, +yogurt.n.01,coldSource,0,0,FALSE,,,,, +yogurt.n.01,sliceable,0,0,FALSE,,,,, +yogurt.n.01,slicer,0,0,FALSE,,,,, +yogurt.n.01,soakable,0,0,FALSE,,,,, +zucchini.n.02,liquid,0,0,FALSE,,,,, +zucchini.n.02,heatSource,0,0,FALSE,,,,, +zucchini.n.02,fireSource,1,0,FALSE,,,,, +zucchini.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +zucchini.n.02,coldSource,0,0,FALSE,,,,, +zucchini.n.02,sliceable,0,1,FALSE,,,,, +zucchini.n.02,slicer,1,0,FALSE,,,,, +zucchini.n.02,soakable,0,0,FALSE,,,,, +gym_shoe.n.01,liquid,0,0,FALSE,,,,, +gym_shoe.n.01,heatSource,0,0,FALSE,,,,, +gym_shoe.n.01,fireSource,0,0,FALSE,,,,, +gym_shoe.n.01,cookable,0,0,FALSE,,,,, +gym_shoe.n.01,coldSource,0,0,FALSE,,,,, +gym_shoe.n.01,sliceable,0,0,FALSE,,,,, +gym_shoe.n.01,slicer,0,0,FALSE,,,,, +gym_shoe.n.01,soakable,0,1,FALSE,,,,, +computer_game.n.01,liquid,0,0,FALSE,,,,, +computer_game.n.01,heatSource,0,0,FALSE,,,,, +computer_game.n.01,fireSource,0,0,FALSE,,,,, +computer_game.n.01,cookable,0,0,FALSE,,,,, +computer_game.n.01,coldSource,0,0,FALSE,,,,, +computer_game.n.01,sliceable,0,0,FALSE,,,,, +computer_game.n.01,slicer,1,0,FALSE,,,,, +computer_game.n.01,soakable,0,0,FALSE,,,,, +board_game.n.01,liquid,0,0,FALSE,,,,, +board_game.n.01,heatSource,0,0,FALSE,,,,, +board_game.n.01,fireSource,0,0,FALSE,,,,, +board_game.n.01,cookable,0,0,FALSE,,,,, +board_game.n.01,coldSource,0,0,FALSE,,,,, +board_game.n.01,sliceable,0,0,FALSE,,,,, +board_game.n.01,slicer,1,0,FALSE,,,,, +board_game.n.01,soakable,0,0,FALSE,,,,, +walker.n.04,liquid,0,0,FALSE,,,,, +walker.n.04,heatSource,0,0,FALSE,,,,, +walker.n.04,fireSource,0,0,FALSE,,,,, +walker.n.04,cookable,0,0,FALSE,,,,, +walker.n.04,coldSource,0,0,FALSE,,,,, +walker.n.04,sliceable,0,0,FALSE,,,,, +walker.n.04,slicer,1,0,FALSE,,,,, +walker.n.04,soakable,0,1,FALSE,,,,, +medicine.n.02,liquid,1,0,FALSE,,,,, +medicine.n.02,heatSource,0,0,FALSE,,,,, +medicine.n.02,fireSource,0,0,FALSE,,,,, +medicine.n.02,cookable,0,0,FALSE,,,,, +medicine.n.02,coldSource,1,0,FALSE,,,,, +medicine.n.02,sliceable,0,0,FALSE,,,,, +medicine.n.02,slicer,0,0,FALSE,,,,, +medicine.n.02,soakable,0,0,FALSE,,,,, +sandal.n.01,liquid,0,0,FALSE,,,,, +sandal.n.01,heatSource,0,0,FALSE,,,,, +sandal.n.01,fireSource,0,0,FALSE,,,,, +sandal.n.01,cookable,0,0,FALSE,,,,, +sandal.n.01,coldSource,0,0,FALSE,,,,, +sandal.n.01,sliceable,0,0,FALSE,,,,, +sandal.n.01,slicer,1,0,FALSE,,,,, +sandal.n.01,soakable,0,1,FALSE,,,,, +hat.n.01,liquid,0,0,FALSE,,,,, +hat.n.01,heatSource,0,0,FALSE,,,,, +hat.n.01,fireSource,0,0,FALSE,,,,, +hat.n.01,cookable,0,0,FALSE,,,,, +hat.n.01,coldSource,0,0,FALSE,,,,, +hat.n.01,sliceable,0,0,FALSE,,,,, +hat.n.01,slicer,1,0,FALSE,,,,, +hat.n.01,soakable,1,1,FALSE,,,,, +protein.n.01,liquid,0,0,FALSE,,,,, +protein.n.01,heatSource,0,0,FALSE,,,,, +protein.n.01,fireSource,1,0,FALSE,,,,, +protein.n.01,cookable,0,0,FALSE,,,,, +protein.n.01,coldSource,0,0,FALSE,,,,, +protein.n.01,sliceable,0,0,FALSE,,,,, +protein.n.01,slicer,0,0,FALSE,,,,, +protein.n.01,soakable,1,0,FALSE,,,,, +ink_cartridge.n.01,liquid,0,0,FALSE,,,,, +ink_cartridge.n.01,heatSource,0,0,FALSE,,,,, +ink_cartridge.n.01,fireSource,0,0,FALSE,,,,, +ink_cartridge.n.01,cookable,0,0,FALSE,,,,, +ink_cartridge.n.01,coldSource,0,0,FALSE,,,,, +ink_cartridge.n.01,sliceable,0,0,FALSE,,,,, +ink_cartridge.n.01,slicer,0,0,FALSE,,,,, +ink_cartridge.n.01,soakable,0,0,FALSE,,,,, +cpu_board.n.01,liquid,0,0,FALSE,,,,, +cpu_board.n.01,heatSource,0,0,FALSE,,,,, +cpu_board.n.01,fireSource,0,0,FALSE,,,,, +cpu_board.n.01,cookable,0,0,FALSE,,,,, +cpu_board.n.01,coldSource,0,0,FALSE,,,,, +cpu_board.n.01,sliceable,0,0,FALSE,,,,, +cpu_board.n.01,slicer,1,0,FALSE,,,,, +cpu_board.n.01,soakable,0,0,FALSE,,,,, +router.n.02,liquid,0,0,FALSE,,,,, +router.n.02,heatSource,0,0,FALSE,,,,, +router.n.02,fireSource,0,0,FALSE,,,,, +router.n.02,cookable,0,0,FALSE,,,,, +router.n.02,coldSource,0,0,FALSE,,,,, +router.n.02,sliceable,0,0,FALSE,,,,, +router.n.02,slicer,1,0,FALSE,,,,, +router.n.02,soakable,0,0,FALSE,,,,, +keyboard.n.01,liquid,0,0,FALSE,,,,, +keyboard.n.01,heatSource,0,0,FALSE,,,,, +keyboard.n.01,fireSource,0,0,FALSE,,,,, +keyboard.n.01,cookable,0,0,FALSE,,,,, +keyboard.n.01,coldSource,0,0,FALSE,,,,, +keyboard.n.01,sliceable,0,0,FALSE,,,,, +keyboard.n.01,slicer,1,0,FALSE,,,,, +keyboard.n.01,soakable,0,0,FALSE,,,,, +headset.n.01,liquid,0,0,FALSE,,,,, +headset.n.01,heatSource,0,0,FALSE,,,,, +headset.n.01,fireSource,0,0,FALSE,,,,, +headset.n.01,cookable,0,0,FALSE,,,,, +headset.n.01,coldSource,0,0,FALSE,,,,, +headset.n.01,sliceable,0,0,FALSE,,,,, +headset.n.01,slicer,1,0,FALSE,,,,, +headset.n.01,soakable,1,0,FALSE,,,,, +mouse.n.04,liquid,0,0,FALSE,,,,, +mouse.n.04,heatSource,0,0,FALSE,,,,, +mouse.n.04,fireSource,0,0,FALSE,,,,, +mouse.n.04,cookable,0,0,FALSE,,,,, +mouse.n.04,coldSource,0,0,FALSE,,,,, +mouse.n.04,sliceable,0,0,FALSE,,,,, +mouse.n.04,slicer,1,0,FALSE,,,,, +mouse.n.04,soakable,0,0,FALSE,,,,, +disk_drive.n.01,liquid,0,0,FALSE,,,,, +disk_drive.n.01,heatSource,0,0,FALSE,,,,, +disk_drive.n.01,fireSource,0,0,FALSE,,,,, +disk_drive.n.01,cookable,0,0,FALSE,,,,, +disk_drive.n.01,coldSource,0,0,FALSE,,,,, +disk_drive.n.01,sliceable,0,0,FALSE,,,,, +disk_drive.n.01,slicer,1,0,FALSE,,,,, +disk_drive.n.01,soakable,0,0,FALSE,,,,, +hammer.n.02,liquid,0,0,FALSE,,,,, +hammer.n.02,heatSource,0,0,FALSE,,,,, +hammer.n.02,fireSource,0,0,FALSE,,,,, +hammer.n.02,cookable,0,0,FALSE,,,,, +hammer.n.02,coldSource,0,0,FALSE,,,,, +hammer.n.02,sliceable,0,0,FALSE,,,,, +hammer.n.02,slicer,1,0,FALSE,,,,, +hammer.n.02,soakable,0,0,FALSE,,,,, +glove.n.02,liquid,0,0,FALSE,,,,, +glove.n.02,heatSource,0,0,FALSE,,,,, +glove.n.02,fireSource,0,0,FALSE,,,,, +glove.n.02,cookable,0,0,FALSE,,,,, +glove.n.02,coldSource,0,0,FALSE,,,,, +glove.n.02,sliceable,0,0,FALSE,,,,, +glove.n.02,slicer,1,0,FALSE,,,,, +glove.n.02,soakable,0,1,FALSE,,,,, +bath_towel.n.01,liquid,0,0,FALSE,,,,, +bath_towel.n.01,heatSource,0,0,FALSE,,,,, +bath_towel.n.01,fireSource,0,0,FALSE,,,,, +bath_towel.n.01,cookable,0,0,FALSE,,,,, +bath_towel.n.01,coldSource,0,0,FALSE,,,,, +bath_towel.n.01,sliceable,0,0,FALSE,,,,, +bath_towel.n.01,slicer,0,0,FALSE,,,,, +bath_towel.n.01,soakable,1,1,FALSE,,,,, +dishtowel.n.01,liquid,0,0,FALSE,,,,, +dishtowel.n.01,heatSource,0,0,FALSE,,,,, +dishtowel.n.01,fireSource,0,0,FALSE,,,,, +dishtowel.n.01,cookable,0,0,FALSE,,,,, +dishtowel.n.01,coldSource,0,0,FALSE,,,,, +dishtowel.n.01,sliceable,0,0,FALSE,,,,, +dishtowel.n.01,slicer,1,0,FALSE,,,,, +dishtowel.n.01,soakable,1,1,FALSE,,,,, +hand_towel.n.01,liquid,0,0,FALSE,,,,, +hand_towel.n.01,heatSource,0,0,FALSE,,,,, +hand_towel.n.01,fireSource,0,0,FALSE,,,,, +hand_towel.n.01,cookable,0,0,FALSE,,,,, +hand_towel.n.01,coldSource,0,0,FALSE,,,,, +hand_towel.n.01,sliceable,0,0,FALSE,,,,, +hand_towel.n.01,slicer,0,0,FALSE,,,,, +hand_towel.n.01,soakable,1,1,FALSE,,,,, +plaything.n.01,liquid,0,0,FALSE,,,,, +plaything.n.01,heatSource,0,0,FALSE,,,,, +plaything.n.01,fireSource,0,0,FALSE,,,,, +plaything.n.01,cookable,0,0,FALSE,,,,, +plaything.n.01,coldSource,0,0,FALSE,,,,, +plaything.n.01,sliceable,0,0,FALSE,,,,, +plaything.n.01,slicer,0,0,FALSE,,,,, +plaything.n.01,soakable,1,0,FALSE,,,,, +envelope.n.01,liquid,0,0,FALSE,,,,, +envelope.n.01,heatSource,0,0,FALSE,,,,, +envelope.n.01,fireSource,0,0,FALSE,,,,, +envelope.n.01,cookable,0,0,FALSE,,,,, +envelope.n.01,coldSource,0,0,FALSE,,,,, +envelope.n.01,sliceable,0,0,FALSE,,,,, +envelope.n.01,slicer,1,0,FALSE,,,,, +envelope.n.01,soakable,1,1,FALSE,,,,, +chocolate.n.02,liquid,0,0,FALSE,,,,, +chocolate.n.02,heatSource,0,0,FALSE,,,,, +chocolate.n.02,fireSource,0,0,FALSE,,,,, +chocolate.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +chocolate.n.02,coldSource,0,0,FALSE,,,,, +chocolate.n.02,sliceable,0,1,FALSE,,,,, +chocolate.n.02,slicer,0,0,FALSE,,,,, +chocolate.n.02,soakable,0,0,FALSE,,,,, +ribbon.n.01,liquid,0,0,FALSE,,,,, +ribbon.n.01,heatSource,0,0,FALSE,,,,, +ribbon.n.01,fireSource,0,0,FALSE,,,,, +ribbon.n.01,cookable,0,0,FALSE,,,,, +ribbon.n.01,coldSource,0,0,FALSE,,,,, +ribbon.n.01,sliceable,0,0,FALSE,,,,, +ribbon.n.01,slicer,1,0,FALSE,,,,, +ribbon.n.01,soakable,1,1,FALSE,,,,, +lotion.n.01,liquid,1,1,FALSE,,,,, +lotion.n.01,heatSource,0,0,FALSE,,,,, +lotion.n.01,fireSource,0,0,FALSE,,,,, +lotion.n.01,cookable,0,0,FALSE,,,,, +lotion.n.01,coldSource,0,0,FALSE,,,,, +lotion.n.01,sliceable,0,0,FALSE,,,,, +lotion.n.01,slicer,0,0,FALSE,,,,, +lotion.n.01,soakable,0,0,FALSE,,,,, +soap.n.01,liquid,0,0,FALSE,,,,, +soap.n.01,heatSource,0,0,FALSE,,,,, +soap.n.01,fireSource,0,0,FALSE,,,,, +soap.n.01,cookable,0,0,FALSE,,,,, +soap.n.01,coldSource,1,0,FALSE,,,,, +soap.n.01,sliceable,0,0,FALSE,,,,, +soap.n.01,slicer,0,0,FALSE,,,,, +soap.n.01,soakable,0,0,FALSE,,,,, +cracker.n.01,liquid,0,0,FALSE,,,,, +cracker.n.01,heatSource,0,0,FALSE,,,,, +cracker.n.01,fireSource,1,0,FALSE,,,,, +cracker.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cracker.n.01,coldSource,0,0,FALSE,,,,, +cracker.n.01,sliceable,0,1,FALSE,,,,, +cracker.n.01,slicer,1,0,FALSE,,,,, +cracker.n.01,soakable,0,0,FALSE,,,,, +ball.n.01,liquid,0,0,FALSE,,,,, +ball.n.01,heatSource,0,0,FALSE,,,,, +ball.n.01,fireSource,0,0,FALSE,,,,, +ball.n.01,cookable,0,0,FALSE,,,,, +ball.n.01,coldSource,0,0,FALSE,,,,, +ball.n.01,sliceable,0,0,FALSE,,,,, +ball.n.01,slicer,0,0,FALSE,,,,, +ball.n.01,soakable,0,0,FALSE,,,,, +jersey.n.03,liquid,0,0,FALSE,,,,, +jersey.n.03,heatSource,0,0,FALSE,,,,, +jersey.n.03,fireSource,0,0,FALSE,,,,, +jersey.n.03,cookable,0,0,FALSE,,,,, +jersey.n.03,coldSource,0,0,FALSE,,,,, +jersey.n.03,sliceable,0,0,FALSE,,,,, +jersey.n.03,slicer,0,0,FALSE,,,,, +jersey.n.03,soakable,0,1,FALSE,,,,, +candy_cane.n.01,liquid,0,0,FALSE,,,,, +candy_cane.n.01,heatSource,0,0,FALSE,,,,, +candy_cane.n.01,fireSource,0,0,FALSE,,,,, +candy_cane.n.01,cookable,0,0,FALSE,,,,, +candy_cane.n.01,coldSource,0,0,FALSE,,,,, +candy_cane.n.01,sliceable,0,0,FALSE,,,,, +candy_cane.n.01,slicer,1,0,FALSE,,,,, +candy_cane.n.01,soakable,0,0,FALSE,,,,, +shampoo.n.01,liquid,1,1,FALSE,,,,, +shampoo.n.01,heatSource,0,0,FALSE,,,,, +shampoo.n.01,fireSource,0,0,FALSE,,,,, +shampoo.n.01,cookable,0,0,FALSE,,,,, +shampoo.n.01,coldSource,1,0,FALSE,,,,, +shampoo.n.01,sliceable,0,0,FALSE,,,,, +shampoo.n.01,slicer,0,0,FALSE,,,,, +shampoo.n.01,soakable,0,0,FALSE,,,,, +conditioner.n.03,liquid,1,1,FALSE,,,,, +conditioner.n.03,heatSource,0,0,FALSE,,,,, +conditioner.n.03,fireSource,0,0,FALSE,,,,, +conditioner.n.03,cookable,0,0,FALSE,,,,, +conditioner.n.03,coldSource,0,0,FALSE,,,,, +conditioner.n.03,sliceable,0,0,FALSE,,,,, +conditioner.n.03,slicer,0,0,FALSE,,,,, +conditioner.n.03,soakable,0,0,FALSE,,,,, +candle.n.01,liquid,0,0,FALSE,,,,, +candle.n.01,heatSource,1,1,FALSE,,,,, +candle.n.01,fireSource,0,1,FALSE,,,,, +candle.n.01,cookable,0,0,FALSE,,,,, +candle.n.01,coldSource,0,0,FALSE,,,,, +candle.n.01,sliceable,0,0,FALSE,,,,, +candle.n.01,slicer,1,0,FALSE,,,,, +candle.n.01,soakable,0,0,FALSE,,,,, +water.n.06,liquid,1,1,FALSE,,,,, +water.n.06,heatSource,0,0,FALSE,,,,, +water.n.06,fireSource,0,0,FALSE,,,,, +water.n.06,cookable,0,1,TRUE,100,UNKNOWN,,, +water.n.06,coldSource,1,0,FALSE,,,,, +water.n.06,sliceable,0,0,FALSE,,,,, +water.n.06,slicer,0,0,FALSE,,,,, +water.n.06,soakable,0,0,FALSE,,,,, +folderal.n.01,liquid,0,0,FALSE,,,,, +folderal.n.01,heatSource,0,0,FALSE,,,,, +folderal.n.01,fireSource,0,0,FALSE,,,,, +folderal.n.01,cookable,0,0,FALSE,,,,, +folderal.n.01,coldSource,0,0,FALSE,,,,, +folderal.n.01,sliceable,0,0,FALSE,,,,, +folderal.n.01,slicer,0,0,FALSE,,,,, +folderal.n.01,soakable,0,0,FALSE,,,,, +light_bulb.n.01,liquid,0,0,FALSE,,,,, +light_bulb.n.01,heatSource,1,1,FALSE,,,,, +light_bulb.n.01,fireSource,0,0,FALSE,,,,, +light_bulb.n.01,cookable,0,0,FALSE,,,,, +light_bulb.n.01,coldSource,0,0,FALSE,,,,, +light_bulb.n.01,sliceable,0,0,FALSE,,,,, +light_bulb.n.01,slicer,1,0,FALSE,,,,, +light_bulb.n.01,soakable,0,0,FALSE,,,,, +wall_socket.n.01,liquid,0,0,FALSE,,,,, +wall_socket.n.01,heatSource,0,0,FALSE,,,,, +wall_socket.n.01,fireSource,0,0,FALSE,,,,, +wall_socket.n.01,cookable,0,0,FALSE,,,,, +wall_socket.n.01,coldSource,0,0,FALSE,,,,, +wall_socket.n.01,sliceable,0,0,FALSE,,,,, +wall_socket.n.01,slicer,1,0,FALSE,,,,, +wall_socket.n.01,soakable,0,0,FALSE,,,,, +cord.n.01,liquid,0,0,FALSE,,,,, +cord.n.01,heatSource,0,0,FALSE,,,,, +cord.n.01,fireSource,0,0,FALSE,,,,, +cord.n.01,cookable,0,0,FALSE,,,,, +cord.n.01,coldSource,0,0,FALSE,,,,, +cord.n.01,sliceable,0,1,FALSE,,,,, +cord.n.01,slicer,1,0,FALSE,,,,, +cord.n.01,soakable,0,0,FALSE,,,,, +bell.n.01,liquid,0,0,FALSE,,,,, +bell.n.01,heatSource,0,0,FALSE,,,,, +bell.n.01,fireSource,0,0,FALSE,,,,, +bell.n.01,cookable,0,0,FALSE,,,,, +bell.n.01,coldSource,0,0,FALSE,,,,, +bell.n.01,sliceable,0,0,FALSE,,,,, +bell.n.01,slicer,1,0,FALSE,,,,, +bell.n.01,soakable,0,0,FALSE,,,,, +baseboard.n.01,liquid,0,0,FALSE,,,,, +baseboard.n.01,heatSource,0,0,FALSE,,,,, +baseboard.n.01,fireSource,0,0,FALSE,,,,, +baseboard.n.01,cookable,0,0,FALSE,,,,, +baseboard.n.01,coldSource,0,0,FALSE,,,,, +baseboard.n.01,sliceable,0,0,FALSE,,,,, +baseboard.n.01,slicer,0,0,FALSE,,,,, +baseboard.n.01,soakable,0,1,FALSE,,,,, +plywood.n.01,liquid,0,0,FALSE,,,,, +plywood.n.01,heatSource,0,0,FALSE,,,,, +plywood.n.01,fireSource,0,0,FALSE,,,,, +plywood.n.01,cookable,0,0,FALSE,,,,, +plywood.n.01,coldSource,0,0,FALSE,,,,, +plywood.n.01,sliceable,0,0,FALSE,,,,, +plywood.n.01,slicer,1,0,FALSE,,,,, +plywood.n.01,soakable,0,1,FALSE,,,,, +tile.n.01,liquid,0,0,FALSE,,,,, +tile.n.01,heatSource,0,0,FALSE,,,,, +tile.n.01,fireSource,0,0,FALSE,,,,, +tile.n.01,cookable,0,0,FALSE,,,,, +tile.n.01,coldSource,0,0,FALSE,,,,, +tile.n.01,sliceable,0,0,FALSE,,,,, +tile.n.01,slicer,1,0,FALSE,,,,, +tile.n.01,soakable,0,0,FALSE,,,,, +clout_nail.n.01,liquid,0,0,FALSE,,,,, +clout_nail.n.01,heatSource,0,0,FALSE,,,,, +clout_nail.n.01,fireSource,0,0,FALSE,,,,, +clout_nail.n.01,cookable,0,0,FALSE,,,,, +clout_nail.n.01,coldSource,0,0,FALSE,,,,, +clout_nail.n.01,sliceable,0,0,FALSE,,,,, +clout_nail.n.01,slicer,1,0,FALSE,,,,, +clout_nail.n.01,soakable,0,0,FALSE,,,,, +hinge.n.01,liquid,0,0,FALSE,,,,, +hinge.n.01,heatSource,0,0,FALSE,,,,, +hinge.n.01,fireSource,0,0,FALSE,,,,, +hinge.n.01,cookable,0,0,FALSE,,,,, +hinge.n.01,coldSource,0,0,FALSE,,,,, +hinge.n.01,sliceable,0,0,FALSE,,,,, +hinge.n.01,slicer,1,0,FALSE,,,,, +hinge.n.01,soakable,1,0,FALSE,,,,, +screwdriver.n.01,liquid,0,0,FALSE,,,,, +screwdriver.n.01,heatSource,0,0,FALSE,,,,, +screwdriver.n.01,fireSource,0,0,FALSE,,,,, +screwdriver.n.01,cookable,0,0,FALSE,,,,, +screwdriver.n.01,coldSource,0,0,FALSE,,,,, +screwdriver.n.01,sliceable,0,0,FALSE,,,,, +screwdriver.n.01,slicer,1,0,FALSE,,,,, +screwdriver.n.01,soakable,0,0,FALSE,,,,, +drumstick.n.02,liquid,0,0,FALSE,,,,, +drumstick.n.02,heatSource,0,0,FALSE,,,,, +drumstick.n.02,fireSource,1,0,FALSE,,,,, +drumstick.n.02,cookable,0,0,FALSE,,,,, +drumstick.n.02,coldSource,0,0,FALSE,,,,, +drumstick.n.02,sliceable,0,0,FALSE,,,,, +drumstick.n.02,slicer,0,0,FALSE,,,,, +drumstick.n.02,soakable,0,0,FALSE,,,,, +rag.n.01,liquid,0,0,FALSE,,,,, +rag.n.01,heatSource,0,0,FALSE,,,,, +rag.n.01,fireSource,0,0,FALSE,,,,, +rag.n.01,cookable,0,0,FALSE,,,,, +rag.n.01,coldSource,0,0,FALSE,,,,, +rag.n.01,sliceable,0,0,FALSE,,,,, +rag.n.01,slicer,1,0,FALSE,,,,, +rag.n.01,soakable,1,1,FALSE,,,,, +package.n.02,liquid,0,0,FALSE,,,,, +package.n.02,heatSource,0,0,FALSE,,,,, +package.n.02,fireSource,0,0,FALSE,,,,, +package.n.02,cookable,0,0,FALSE,,,,, +package.n.02,coldSource,0,0,FALSE,,,,, +package.n.02,sliceable,0,0,FALSE,,,,, +package.n.02,slicer,1,0,FALSE,,,,, +package.n.02,soakable,0,0,FALSE,,,,, +pocketknife.n.01,liquid,0,0,FALSE,,,,, +pocketknife.n.01,heatSource,0,0,FALSE,,,,, +pocketknife.n.01,fireSource,0,0,FALSE,,,,, +pocketknife.n.01,cookable,0,0,FALSE,,,,, +pocketknife.n.01,coldSource,0,0,FALSE,,,,, +pocketknife.n.01,sliceable,1,0,FALSE,,,,, +pocketknife.n.01,slicer,1,1,FALSE,,,,, +pocketknife.n.01,soakable,1,0,FALSE,,,,, +scissors.n.01,liquid,0,0,FALSE,,,,, +scissors.n.01,heatSource,0,0,FALSE,,,,, +scissors.n.01,fireSource,0,0,FALSE,,,,, +scissors.n.01,cookable,0,0,FALSE,,,,, +scissors.n.01,coldSource,0,0,FALSE,,,,, +scissors.n.01,sliceable,0,0,FALSE,,,,, +scissors.n.01,slicer,1,1,FALSE,,,,, +scissors.n.01,soakable,1,0,FALSE,,,,, +hardback.n.01,liquid,0,0,FALSE,,,,, +hardback.n.01,heatSource,0,0,FALSE,,,,, +hardback.n.01,fireSource,0,0,FALSE,,,,, +hardback.n.01,cookable,0,0,FALSE,,,,, +hardback.n.01,coldSource,0,0,FALSE,,,,, +hardback.n.01,sliceable,0,0,FALSE,,,,, +hardback.n.01,slicer,0,0,FALSE,,,,, +hardback.n.01,soakable,0,1,FALSE,,,,, +notebook.n.01,liquid,0,0,FALSE,,,,, +notebook.n.01,heatSource,0,0,FALSE,,,,, +notebook.n.01,fireSource,0,0,FALSE,,,,, +notebook.n.01,cookable,0,0,FALSE,,,,, +notebook.n.01,coldSource,0,0,FALSE,,,,, +notebook.n.01,sliceable,0,0,FALSE,,,,, +notebook.n.01,slicer,1,0,FALSE,,,,, +notebook.n.01,soakable,1,1,FALSE,,,,, +hairbrush.n.01,liquid,0,0,FALSE,,,,, +hairbrush.n.01,heatSource,0,0,FALSE,,,,, +hairbrush.n.01,fireSource,0,0,FALSE,,,,, +hairbrush.n.01,cookable,0,0,FALSE,,,,, +hairbrush.n.01,coldSource,0,0,FALSE,,,,, +hairbrush.n.01,sliceable,0,0,FALSE,,,,, +hairbrush.n.01,slicer,0,0,FALSE,,,,, +hairbrush.n.01,soakable,0,0,FALSE,,,,, +sausage.n.01,liquid,0,0,FALSE,,,,, +sausage.n.01,heatSource,0,0,FALSE,,,,, +sausage.n.01,fireSource,1,0,FALSE,,,,, +sausage.n.01,cookable,0,1,TRUE,58,82,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",https://www.finecooking.com/article/safe-but-not-overcooked, +sausage.n.01,coldSource,0,0,FALSE,,,,, +sausage.n.01,sliceable,0,1,FALSE,,,,, +sausage.n.01,slicer,0,0,FALSE,,,,, +sausage.n.01,soakable,1,0,FALSE,,,,, +chili.n.02,liquid,0,0,FALSE,,,,, +chili.n.02,heatSource,1,0,FALSE,,,,, +chili.n.02,fireSource,1,0,FALSE,,,,, +chili.n.02,cookable,0,1,TRUE,74,UNKNOWN,http://www.delmarlearning.com/companions/content/142832075X/Forms/Acrobat/09_Recipe_flow_chart_to_identify_potential_hazards.pdf,, +chili.n.02,coldSource,0,0,FALSE,,,,, +chili.n.02,sliceable,0,1,FALSE,,,,, +chili.n.02,slicer,1,0,FALSE,,,,, +chili.n.02,soakable,0,0,FALSE,,,,, +hamburger.n.01,liquid,0,0,FALSE,,,,, +hamburger.n.01,heatSource,0,0,FALSE,,,,, +hamburger.n.01,fireSource,1,0,FALSE,,,,, +hamburger.n.01,cookable,0,1,TRUE,71,UNKNOWN,,, +hamburger.n.01,coldSource,0,0,FALSE,,,,, +hamburger.n.01,sliceable,0,1,FALSE,,,,, +hamburger.n.01,slicer,0,0,FALSE,,,,, +hamburger.n.01,soakable,0,0,FALSE,,,,, +tray.n.01,liquid,0,0,FALSE,,,,, +tray.n.01,heatSource,0,0,FALSE,,,,, +tray.n.01,fireSource,0,0,FALSE,,,,, +tray.n.01,cookable,0,0,FALSE,,,,, +tray.n.01,coldSource,0,0,FALSE,,,,, +tray.n.01,sliceable,0,0,FALSE,,,,, +tray.n.01,slicer,1,0,FALSE,,,,, +tray.n.01,soakable,0,0,FALSE,,,,, +toothpick.n.01,liquid,0,0,FALSE,,,,, +toothpick.n.01,heatSource,0,0,FALSE,,,,, +toothpick.n.01,fireSource,0,0,FALSE,,,,, +toothpick.n.01,cookable,0,0,FALSE,,,,, +toothpick.n.01,coldSource,0,0,FALSE,,,,, +toothpick.n.01,sliceable,0,0,FALSE,,,,, +toothpick.n.01,slicer,1,0,FALSE,,,,, +toothpick.n.01,soakable,0,0,FALSE,,,,, +plate.n.04,liquid,0,0,FALSE,,,,, +plate.n.04,heatSource,0,0,FALSE,,,,, +plate.n.04,fireSource,0,0,FALSE,,,,, +plate.n.04,cookable,0,0,FALSE,,,,, +plate.n.04,coldSource,0,0,FALSE,,,,, +plate.n.04,sliceable,0,0,FALSE,,,,, +plate.n.04,slicer,1,0,FALSE,,,,, +plate.n.04,soakable,0,0,FALSE,,,,, +dart.n.01,liquid,0,0,FALSE,,,,, +dart.n.01,heatSource,0,0,FALSE,,,,, +dart.n.01,fireSource,0,0,FALSE,,,,, +dart.n.01,cookable,0,0,FALSE,,,,, +dart.n.01,coldSource,0,0,FALSE,,,,, +dart.n.01,sliceable,0,0,FALSE,,,,, +dart.n.01,slicer,1,0,FALSE,,,,, +dart.n.01,soakable,0,0,FALSE,,,,, +dartboard.n.01,liquid,0,0,FALSE,,,,, +dartboard.n.01,heatSource,0,0,FALSE,,,,, +dartboard.n.01,fireSource,0,0,FALSE,,,,, +dartboard.n.01,cookable,0,0,FALSE,,,,, +dartboard.n.01,coldSource,0,0,FALSE,,,,, +dartboard.n.01,sliceable,0,0,FALSE,,,,, +dartboard.n.01,slicer,1,0,FALSE,,,,, +dartboard.n.01,soakable,0,1,FALSE,,,,, +blender.n.01,liquid,1,0,FALSE,,,,, +blender.n.01,heatSource,0,0,FALSE,,,,, +blender.n.01,fireSource,0,0,FALSE,,,,, +blender.n.01,cookable,0,0,FALSE,,,,, +blender.n.01,coldSource,1,0,FALSE,,,,, +blender.n.01,sliceable,0,0,FALSE,,,,, +blender.n.01,slicer,1,1,FALSE,,,,, +blender.n.01,soakable,0,0,FALSE,,,,, +straw.n.04,liquid,0,0,FALSE,,,,, +straw.n.04,heatSource,0,0,FALSE,,,,, +straw.n.04,fireSource,0,0,FALSE,,,,, +straw.n.04,cookable,0,0,FALSE,,,,, +straw.n.04,coldSource,1,0,FALSE,,,,, +straw.n.04,sliceable,0,0,FALSE,,,,, +straw.n.04,slicer,0,0,FALSE,,,,, +straw.n.04,soakable,0,0,FALSE,,,,, +date.n.08,liquid,0,0,FALSE,,,,, +date.n.08,heatSource,0,0,FALSE,,,,, +date.n.08,fireSource,0,0,FALSE,,,,, +date.n.08,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +date.n.08,coldSource,0,0,FALSE,,,,, +date.n.08,sliceable,0,1,FALSE,,,,, +date.n.08,slicer,0,0,FALSE,,,,, +date.n.08,soakable,0,0,FALSE,,,,, +folder.n.02,liquid,0,0,FALSE,,,,, +folder.n.02,heatSource,0,0,FALSE,,,,, +folder.n.02,fireSource,0,0,FALSE,,,,, +folder.n.02,cookable,0,0,FALSE,,,,, +folder.n.02,coldSource,0,0,FALSE,,,,, +folder.n.02,sliceable,0,0,FALSE,,,,, +folder.n.02,slicer,0,0,FALSE,,,,, +folder.n.02,soakable,1,1,FALSE,,,,, +calculator.n.02,liquid,0,0,FALSE,,,,, +calculator.n.02,heatSource,0,0,FALSE,,,,, +calculator.n.02,fireSource,0,0,FALSE,,,,, +calculator.n.02,cookable,0,0,FALSE,,,,, +calculator.n.02,coldSource,0,0,FALSE,,,,, +calculator.n.02,sliceable,0,0,FALSE,,,,, +calculator.n.02,slicer,1,0,FALSE,,,,, +calculator.n.02,soakable,0,0,FALSE,,,,, +necklace.n.01,liquid,0,0,FALSE,,,,, +necklace.n.01,heatSource,0,0,FALSE,,,,, +necklace.n.01,fireSource,0,0,FALSE,,,,, +necklace.n.01,cookable,0,0,FALSE,,,,, +necklace.n.01,coldSource,0,0,FALSE,,,,, +necklace.n.01,sliceable,0,0,FALSE,,,,, +necklace.n.01,slicer,0,0,FALSE,,,,, +necklace.n.01,soakable,0,0,FALSE,,,,, +jewel.n.01,liquid,0,0,FALSE,,,,, +jewel.n.01,heatSource,0,0,FALSE,,,,, +jewel.n.01,fireSource,0,0,FALSE,,,,, +jewel.n.01,cookable,0,0,FALSE,,,,, +jewel.n.01,coldSource,0,0,FALSE,,,,, +jewel.n.01,sliceable,0,0,FALSE,,,,, +jewel.n.01,slicer,0,0,FALSE,,,,, +jewel.n.01,soakable,0,0,FALSE,,,,, +bracelet.n.02,liquid,0,0,FALSE,,,,, +bracelet.n.02,heatSource,0,0,FALSE,,,,, +bracelet.n.02,fireSource,0,0,FALSE,,,,, +bracelet.n.02,cookable,0,0,FALSE,,,,, +bracelet.n.02,coldSource,0,0,FALSE,,,,, +bracelet.n.02,sliceable,0,0,FALSE,,,,, +bracelet.n.02,slicer,1,0,FALSE,,,,, +bracelet.n.02,soakable,0,0,FALSE,,,,, +ring.n.08,liquid,0,0,FALSE,,,,, +ring.n.08,heatSource,0,0,FALSE,,,,, +ring.n.08,fireSource,0,0,FALSE,,,,, +ring.n.08,cookable,0,0,FALSE,,,,, +ring.n.08,coldSource,0,0,FALSE,,,,, +ring.n.08,sliceable,0,0,FALSE,,,,, +ring.n.08,slicer,1,0,FALSE,,,,, +ring.n.08,soakable,0,0,FALSE,,,,, +cup.n.01,liquid,1,0,FALSE,,,,, +cup.n.01,heatSource,0,0,FALSE,,,,, +cup.n.01,fireSource,0,0,FALSE,,,,, +cup.n.01,cookable,0,0,FALSE,,,,, +cup.n.01,coldSource,1,0,FALSE,,,,, +cup.n.01,sliceable,0,0,FALSE,,,,, +cup.n.01,slicer,1,0,FALSE,,,,, +cup.n.01,soakable,0,0,FALSE,,,,, +platter.n.01,liquid,0,0,FALSE,,,,, +platter.n.01,heatSource,0,0,FALSE,,,,, +platter.n.01,fireSource,0,0,FALSE,,,,, +platter.n.01,cookable,0,0,FALSE,,,,, +platter.n.01,coldSource,1,0,FALSE,,,,, +platter.n.01,sliceable,0,0,FALSE,,,,, +platter.n.01,slicer,1,0,FALSE,,,,, +platter.n.01,soakable,0,0,FALSE,,,,, +caldron.n.01,liquid,0,0,FALSE,,,,, +caldron.n.01,heatSource,1,1,FALSE,,,,, +caldron.n.01,fireSource,1,0,FALSE,,,,, +caldron.n.01,cookable,0,0,FALSE,,,,, +caldron.n.01,coldSource,0,0,FALSE,,,,, +caldron.n.01,sliceable,0,0,FALSE,,,,, +caldron.n.01,slicer,1,0,FALSE,,,,, +caldron.n.01,soakable,0,0,FALSE,,,,, +coffee.n.01,liquid,1,1,FALSE,,,,, +coffee.n.01,heatSource,0,0,FALSE,,,,, +coffee.n.01,fireSource,0,0,FALSE,,,,, +coffee.n.01,cookable,0,0,FALSE,,,,, +coffee.n.01,coldSource,0,0,FALSE,,,,, +coffee.n.01,sliceable,0,0,FALSE,,,,, +coffee.n.01,slicer,1,0,FALSE,,,,, +coffee.n.01,soakable,0,0,FALSE,,,,, +crumb.n.03,liquid,0,0,FALSE,,,,, +crumb.n.03,heatSource,0,0,FALSE,,,,, +crumb.n.03,fireSource,1,0,FALSE,,,,, +crumb.n.03,cookable,0,0,FALSE,,,,, +crumb.n.03,coldSource,0,0,FALSE,,,,, +crumb.n.03,sliceable,0,0,FALSE,,,,, +crumb.n.03,slicer,0,0,FALSE,,,,, +crumb.n.03,soakable,0,0,FALSE,,,,, +cookie.n.01,liquid,0,0,FALSE,,,,, +cookie.n.01,heatSource,0,0,FALSE,,,,, +cookie.n.01,fireSource,1,0,FALSE,,,,, +cookie.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cookie.n.01,coldSource,0,0,FALSE,,,,, +cookie.n.01,sliceable,0,1,FALSE,,,,, +cookie.n.01,slicer,0,0,FALSE,,,,, +cookie.n.01,soakable,0,1,FALSE,,,,, +wrapping.n.01,liquid,0,0,FALSE,,,,, +wrapping.n.01,heatSource,0,0,FALSE,,,,, +wrapping.n.01,fireSource,0,0,FALSE,,,,, +wrapping.n.01,cookable,0,0,FALSE,,,,, +wrapping.n.01,coldSource,0,0,FALSE,,,,, +wrapping.n.01,sliceable,0,1,FALSE,,,,, +wrapping.n.01,slicer,0,0,FALSE,,,,, +wrapping.n.01,soakable,1,0,FALSE,,,,, +bow.n.08,liquid,0,0,FALSE,,,,, +bow.n.08,heatSource,0,0,FALSE,,,,, +bow.n.08,fireSource,0,0,FALSE,,,,, +bow.n.08,cookable,0,0,FALSE,,,,, +bow.n.08,coldSource,0,0,FALSE,,,,, +bow.n.08,sliceable,0,0,FALSE,,,,, +bow.n.08,slicer,1,0,FALSE,,,,, +bow.n.08,soakable,0,1,FALSE,,,,, +wreath.n.01,liquid,0,0,FALSE,,,,, +wreath.n.01,heatSource,0,0,FALSE,,,,, +wreath.n.01,fireSource,0,0,FALSE,,,,, +wreath.n.01,cookable,0,0,FALSE,,,,, +wreath.n.01,coldSource,0,0,FALSE,,,,, +wreath.n.01,sliceable,0,0,FALSE,,,,, +wreath.n.01,slicer,0,0,FALSE,,,,, +wreath.n.01,soakable,0,0,FALSE,,,,, +martini.n.01,liquid,1,1,FALSE,,,,, +martini.n.01,heatSource,0,0,FALSE,,,,, +martini.n.01,fireSource,0,0,FALSE,,,,, +martini.n.01,cookable,0,0,FALSE,,,,, +martini.n.01,coldSource,1,0,FALSE,,,,, +martini.n.01,sliceable,0,0,FALSE,,,,, +martini.n.01,slicer,0,0,FALSE,,,,, +martini.n.01,soakable,0,0,FALSE,,,,, +chopstick.n.01,liquid,0,0,FALSE,,,,, +chopstick.n.01,heatSource,0,0,FALSE,,,,, +chopstick.n.01,fireSource,0,0,FALSE,,,,, +chopstick.n.01,cookable,0,0,FALSE,,,,, +chopstick.n.01,coldSource,0,0,FALSE,,,,, +chopstick.n.01,sliceable,0,0,FALSE,,,,, +chopstick.n.01,slicer,1,0,FALSE,,,,, +chopstick.n.01,soakable,0,0,FALSE,,,,, +sushi.n.01,liquid,0,0,FALSE,,,,, +sushi.n.01,heatSource,0,0,FALSE,,,,, +sushi.n.01,fireSource,0,0,FALSE,,,,, +sushi.n.01,cookable,0,1,TRUE,71,UNKNOWN,,, +sushi.n.01,coldSource,0,0,FALSE,,,,, +sushi.n.01,sliceable,0,1,FALSE,,,,, +sushi.n.01,slicer,0,0,FALSE,,,,, +sushi.n.01,soakable,1,0,FALSE,,,,, +cranberry.n.02,liquid,0,0,FALSE,,,,, +cranberry.n.02,heatSource,0,0,FALSE,,,,, +cranberry.n.02,fireSource,0,0,FALSE,,,,, +cranberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cranberry.n.02,coldSource,0,0,FALSE,,,,, +cranberry.n.02,sliceable,0,1,FALSE,,,,, +cranberry.n.02,slicer,0,0,FALSE,,,,, +cranberry.n.02,soakable,0,0,FALSE,,,,, +salad.n.01,liquid,0,0,FALSE,,,,, +salad.n.01,heatSource,0,0,FALSE,,,,, +salad.n.01,fireSource,0,0,FALSE,,,,, +salad.n.01,cookable,0,1,TRUE,58,UNKNOWN,,, +salad.n.01,coldSource,0,0,FALSE,,,,, +salad.n.01,sliceable,0,0,FALSE,,,,, +salad.n.01,slicer,0,0,FALSE,,,,, +salad.n.01,soakable,1,0,FALSE,,,,, +soup.n.01,liquid,1,1,FALSE,,,,, +soup.n.01,heatSource,0,0,FALSE,,,,, +soup.n.01,fireSource,1,0,FALSE,,,,, +soup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://foodsafetytrainingcertification.com/food-safety-news/national-soup-month-and-food-safe-cooling/,, +soup.n.01,coldSource,1,0,FALSE,,,,, +soup.n.01,sliceable,0,0,FALSE,,,,, +soup.n.01,slicer,1,0,FALSE,,,,, +soup.n.01,soakable,0,0,FALSE,,,,, +sheet.n.03,liquid,0,0,FALSE,,,,, +sheet.n.03,heatSource,0,0,FALSE,,,,, +sheet.n.03,fireSource,0,0,FALSE,,,,, +sheet.n.03,cookable,0,0,FALSE,,,,, +sheet.n.03,coldSource,0,0,FALSE,,,,, +sheet.n.03,sliceable,0,0,FALSE,,,,, +sheet.n.03,slicer,0,0,FALSE,,,,, +sheet.n.03,soakable,1,1,FALSE,,,,, +atomizer.n.01,liquid,1,0,FALSE,,,,, +atomizer.n.01,heatSource,0,0,FALSE,,,,, +atomizer.n.01,fireSource,0,0,FALSE,,,,, +atomizer.n.01,cookable,0,0,FALSE,,,,, +atomizer.n.01,coldSource,1,0,FALSE,,,,, +atomizer.n.01,sliceable,0,0,FALSE,,,,, +atomizer.n.01,slicer,1,1,FALSE,,,,, +atomizer.n.01,soakable,0,0,FALSE,,,,, +broom.n.01,liquid,0,0,FALSE,,,,, +broom.n.01,heatSource,0,0,FALSE,,,,, +broom.n.01,fireSource,0,0,FALSE,,,,, +broom.n.01,cookable,0,0,FALSE,,,,, +broom.n.01,coldSource,0,0,FALSE,,,,, +broom.n.01,sliceable,0,0,FALSE,,,,, +broom.n.01,slicer,1,0,FALSE,,,,, +broom.n.01,soakable,0,0,FALSE,,,,, +carpet_sweeper.n.01,liquid,0,0,FALSE,,,,, +carpet_sweeper.n.01,heatSource,0,0,FALSE,,,,, +carpet_sweeper.n.01,fireSource,0,0,FALSE,,,,, +carpet_sweeper.n.01,cookable,0,0,FALSE,,,,, +carpet_sweeper.n.01,coldSource,0,0,FALSE,,,,, +carpet_sweeper.n.01,sliceable,0,0,FALSE,,,,, +carpet_sweeper.n.01,slicer,1,0,FALSE,,,,, +carpet_sweeper.n.01,soakable,0,0,FALSE,,,,, +coat.n.01,liquid,0,0,FALSE,,,,, +coat.n.01,heatSource,0,0,FALSE,,,,, +coat.n.01,fireSource,0,0,FALSE,,,,, +coat.n.01,cookable,0,0,FALSE,,,,, +coat.n.01,coldSource,0,0,FALSE,,,,, +coat.n.01,sliceable,0,0,FALSE,,,,, +coat.n.01,slicer,1,0,FALSE,,,,, +coat.n.01,soakable,1,1,FALSE,,,,, +detergent.n.02,liquid,1,1,FALSE,,,,, +detergent.n.02,heatSource,0,0,FALSE,,,,, +detergent.n.02,fireSource,0,0,FALSE,,,,, +detergent.n.02,cookable,0,0,FALSE,,,,, +detergent.n.02,coldSource,1,0,FALSE,,,,, +detergent.n.02,sliceable,0,0,FALSE,,,,, +detergent.n.02,slicer,0,0,FALSE,,,,, +detergent.n.02,soakable,0,0,FALSE,,,,, +jean.n.01,liquid,0,0,FALSE,,,,, +jean.n.01,heatSource,0,0,FALSE,,,,, +jean.n.01,fireSource,0,0,FALSE,,,,, +jean.n.01,cookable,0,0,FALSE,,,,, +jean.n.01,coldSource,1,0,FALSE,,,,, +jean.n.01,sliceable,0,0,FALSE,,,,, +jean.n.01,slicer,1,0,FALSE,,,,, +jean.n.01,soakable,1,1,FALSE,,,,, +paint.n.01,liquid,1,1,FALSE,,,,, +paint.n.01,heatSource,0,0,FALSE,,,,, +paint.n.01,fireSource,0,0,FALSE,,,,, +paint.n.01,cookable,0,0,FALSE,,,,, +paint.n.01,coldSource,1,0,FALSE,,,,, +paint.n.01,sliceable,0,0,FALSE,,,,, +paint.n.01,slicer,1,0,FALSE,,,,, +paint.n.01,soakable,0,0,FALSE,,,,, +paintbrush.n.01,liquid,0,0,FALSE,,,,, +paintbrush.n.01,heatSource,0,0,FALSE,,,,, +paintbrush.n.01,fireSource,0,0,FALSE,,,,, +paintbrush.n.01,cookable,0,0,FALSE,,,,, +paintbrush.n.01,coldSource,1,0,FALSE,,,,, +paintbrush.n.01,sliceable,0,0,FALSE,,,,, +paintbrush.n.01,slicer,0,0,FALSE,,,,, +paintbrush.n.01,soakable,0,0,FALSE,,,,, +pajama.n.02,liquid,0,0,FALSE,,,,, +pajama.n.02,heatSource,0,0,FALSE,,,,, +pajama.n.02,fireSource,0,0,FALSE,,,,, +pajama.n.02,cookable,0,0,FALSE,,,,, +pajama.n.02,coldSource,0,0,FALSE,,,,, +pajama.n.02,sliceable,0,0,FALSE,,,,, +pajama.n.02,slicer,0,0,FALSE,,,,, +pajama.n.02,soakable,1,1,FALSE,,,,, +pegboard.n.01,liquid,0,0,FALSE,,,,, +pegboard.n.01,heatSource,0,0,FALSE,,,,, +pegboard.n.01,fireSource,0,0,FALSE,,,,, +pegboard.n.01,cookable,0,0,FALSE,,,,, +pegboard.n.01,coldSource,0,0,FALSE,,,,, +pegboard.n.01,sliceable,0,0,FALSE,,,,, +pegboard.n.01,slicer,1,0,FALSE,,,,, +pegboard.n.01,soakable,0,0,FALSE,,,,, +roller.n.04,liquid,0,0,FALSE,,,,, +roller.n.04,heatSource,0,0,FALSE,,,,, +roller.n.04,fireSource,0,0,FALSE,,,,, +roller.n.04,cookable,0,0,FALSE,,,,, +roller.n.04,coldSource,0,0,FALSE,,,,, +roller.n.04,sliceable,0,0,FALSE,,,,, +roller.n.04,slicer,1,0,FALSE,,,,, +roller.n.04,soakable,0,0,FALSE,,,,, +scrub_brush.n.01,liquid,0,0,FALSE,,,,, +scrub_brush.n.01,heatSource,0,0,FALSE,,,,, +scrub_brush.n.01,fireSource,0,0,FALSE,,,,, +scrub_brush.n.01,cookable,0,0,FALSE,,,,, +scrub_brush.n.01,coldSource,0,0,FALSE,,,,, +scrub_brush.n.01,sliceable,0,0,FALSE,,,,, +scrub_brush.n.01,slicer,1,0,FALSE,,,,, +scrub_brush.n.01,soakable,0,0,FALSE,,,,, +sock.n.01,liquid,0,0,FALSE,,,,, +sock.n.01,heatSource,0,0,FALSE,,,,, +sock.n.01,fireSource,0,0,FALSE,,,,, +sock.n.01,cookable,0,0,FALSE,,,,, +sock.n.01,coldSource,0,0,FALSE,,,,, +sock.n.01,sliceable,0,0,FALSE,,,,, +sock.n.01,slicer,1,0,FALSE,,,,, +sock.n.01,soakable,1,1,FALSE,,,,, +sweater.n.01,liquid,0,0,FALSE,,,,, +sweater.n.01,heatSource,0,0,FALSE,,,,, +sweater.n.01,fireSource,0,0,FALSE,,,,, +sweater.n.01,cookable,0,0,FALSE,,,,, +sweater.n.01,coldSource,0,0,FALSE,,,,, +sweater.n.01,sliceable,0,0,FALSE,,,,, +sweater.n.01,slicer,0,0,FALSE,,,,, +sweater.n.01,soakable,1,1,FALSE,,,,, +trowel.n.01,liquid,0,0,FALSE,,,,, +trowel.n.01,heatSource,0,0,FALSE,,,,, +trowel.n.01,fireSource,0,0,FALSE,,,,, +trowel.n.01,cookable,0,0,FALSE,,,,, +trowel.n.01,coldSource,0,0,FALSE,,,,, +trowel.n.01,sliceable,0,0,FALSE,,,,, +trowel.n.01,slicer,1,0,FALSE,,,,, +trowel.n.01,soakable,0,0,FALSE,,,,, +underwear.n.01,liquid,0,0,FALSE,,,,, +underwear.n.01,heatSource,0,0,FALSE,,,,, +underwear.n.01,fireSource,0,0,FALSE,,,,, +underwear.n.01,cookable,0,0,FALSE,,,,, +underwear.n.01,coldSource,0,0,FALSE,,,,, +underwear.n.01,sliceable,0,0,FALSE,,,,, +underwear.n.01,slicer,0,0,FALSE,,,,, +underwear.n.01,soakable,1,1,FALSE,,,,, +vacuum.n.04,liquid,0,0,FALSE,,,,, +vacuum.n.04,heatSource,0,0,FALSE,,,,, +vacuum.n.04,fireSource,0,0,FALSE,,,,, +vacuum.n.04,cookable,0,0,FALSE,,,,, +vacuum.n.04,coldSource,0,0,FALSE,,,,, +vacuum.n.04,sliceable,0,0,FALSE,,,,, +vacuum.n.04,slicer,1,0,FALSE,,,,, +vacuum.n.04,soakable,0,0,FALSE,,,,, +umbrella.n.01,liquid,0,0,FALSE,,,,, +umbrella.n.01,heatSource,0,0,FALSE,,,,, +umbrella.n.01,fireSource,0,0,FALSE,,,,, +umbrella.n.01,cookable,0,0,FALSE,,,,, +umbrella.n.01,coldSource,0,0,FALSE,,,,, +umbrella.n.01,sliceable,0,0,FALSE,,,,, +umbrella.n.01,slicer,1,0,FALSE,,,,, +umbrella.n.01,soakable,1,0,FALSE,,,,, +sunglass.n.01,liquid,0,0,FALSE,,,,, +sunglass.n.01,heatSource,0,0,FALSE,,,,, +sunglass.n.01,fireSource,0,0,FALSE,,,,, +sunglass.n.01,cookable,0,0,FALSE,,,,, +sunglass.n.01,coldSource,0,0,FALSE,,,,, +sunglass.n.01,sliceable,0,0,FALSE,,,,, +sunglass.n.01,slicer,1,0,FALSE,,,,, +sunglass.n.01,soakable,0,0,FALSE,,,,, +toaster.n.02,liquid,0,0,FALSE,,,,, +toaster.n.02,heatSource,1,1,FALSE,,,,, +toaster.n.02,fireSource,0,0,FALSE,,,,, +toaster.n.02,cookable,0,0,FALSE,,,,, +toaster.n.02,coldSource,0,0,FALSE,,,,, +toaster.n.02,sliceable,0,0,FALSE,,,,, +toaster.n.02,slicer,1,0,FALSE,,,,, +toaster.n.02,soakable,0,0,FALSE,,,,, +iron.n.04,liquid,0,0,FALSE,,,,, +iron.n.04,heatSource,1,1,FALSE,,,,, +iron.n.04,fireSource,0,0,FALSE,,,,, +iron.n.04,cookable,0,0,FALSE,,,,, +iron.n.04,coldSource,0,0,FALSE,,,,, +iron.n.04,sliceable,0,0,FALSE,,,,, +iron.n.04,slicer,1,0,FALSE,,,,, +iron.n.04,soakable,0,0,FALSE,,,,, +hook.n.05,liquid,0,0,FALSE,,,,, +hook.n.05,heatSource,0,0,FALSE,,,,, +hook.n.05,fireSource,0,0,FALSE,,,,, +hook.n.05,cookable,0,0,FALSE,,,,, +hook.n.05,coldSource,0,0,FALSE,,,,, +hook.n.05,sliceable,0,0,FALSE,,,,, +hook.n.05,slicer,0,0,FALSE,,,,, +hook.n.05,soakable,0,0,FALSE,,,,, +salt.n.02,liquid,0,0,FALSE,,,,, +salt.n.02,heatSource,0,0,FALSE,,,,, +salt.n.02,fireSource,0,0,FALSE,,,,, +salt.n.02,cookable,0,1,TRUE,100,UNKNOWN,,, +salt.n.02,coldSource,0,0,FALSE,,,,, +salt.n.02,sliceable,0,0,FALSE,,,,, +salt.n.02,slicer,1,0,FALSE,,,,, +salt.n.02,soakable,0,0,FALSE,,,,, +beer.n.01,liquid,1,1,FALSE,,,,, +beer.n.01,heatSource,0,0,FALSE,,,,, +beer.n.01,fireSource,0,0,FALSE,,,,, +beer.n.01,cookable,0,1,TRUE,37,UNKNOWN,,, +beer.n.01,coldSource,1,0,FALSE,,,,, +beer.n.01,sliceable,0,0,FALSE,,,,, +beer.n.01,slicer,0,0,FALSE,,,,, +beer.n.01,soakable,0,0,FALSE,,,,, +juice.n.01,liquid,1,1,FALSE,,,,, +juice.n.01,heatSource,0,0,FALSE,,,,, +juice.n.01,fireSource,1,0,FALSE,,,,, +juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +juice.n.01,coldSource,1,0,FALSE,,,,, +juice.n.01,sliceable,0,0,FALSE,,,,, +juice.n.01,slicer,0,0,FALSE,,,,, +juice.n.01,soakable,0,0,FALSE,,,,, +car.n.01,liquid,0,0,FALSE,,,,, +car.n.01,heatSource,0,0,FALSE,,,,, +car.n.01,fireSource,0,0,FALSE,,,,, +car.n.01,cookable,0,0,FALSE,,,,, +car.n.01,coldSource,0,0,FALSE,,,,, +car.n.01,sliceable,0,0,FALSE,,,,, +car.n.01,slicer,1,0,FALSE,,,,, +car.n.01,soakable,0,0,FALSE,,,,, +drill.n.01,liquid,0,0,FALSE,,,,, +drill.n.01,heatSource,0,0,FALSE,,,,, +drill.n.01,fireSource,0,0,FALSE,,,,, +drill.n.01,cookable,0,0,FALSE,,,,, +drill.n.01,coldSource,0,0,FALSE,,,,, +drill.n.01,sliceable,0,0,FALSE,,,,, +drill.n.01,slicer,1,1,FALSE,,,,, +drill.n.01,soakable,0,0,FALSE,,,,, +dustpan.n.02,liquid,0,0,FALSE,,,,, +dustpan.n.02,heatSource,0,0,FALSE,,,,, +dustpan.n.02,fireSource,0,0,FALSE,,,,, +dustpan.n.02,cookable,0,0,FALSE,,,,, +dustpan.n.02,coldSource,0,0,FALSE,,,,, +dustpan.n.02,sliceable,0,0,FALSE,,,,, +dustpan.n.02,slicer,0,0,FALSE,,,,, +dustpan.n.02,soakable,0,0,FALSE,,,,, +lawn_mower.n.01,liquid,0,0,FALSE,,,,, +lawn_mower.n.01,heatSource,0,0,FALSE,,,,, +lawn_mower.n.01,fireSource,0,0,FALSE,,,,, +lawn_mower.n.01,cookable,0,0,FALSE,,,,, +lawn_mower.n.01,coldSource,0,0,FALSE,,,,, +lawn_mower.n.01,sliceable,0,0,FALSE,,,,, +lawn_mower.n.01,slicer,1,0,FALSE,,,,, +lawn_mower.n.01,soakable,0,0,FALSE,,,,, +painting.n.01,liquid,0,0,FALSE,,,,, +painting.n.01,heatSource,0,0,FALSE,,,,, +painting.n.01,fireSource,0,0,FALSE,,,,, +painting.n.01,cookable,0,0,FALSE,,,,, +painting.n.01,coldSource,0,0,FALSE,,,,, +painting.n.01,sliceable,0,0,FALSE,,,,, +painting.n.01,slicer,0,0,FALSE,,,,, +painting.n.01,soakable,0,1,FALSE,,,,, +powder.n.03,liquid,0,0,FALSE,,,,, +powder.n.03,heatSource,0,0,FALSE,,,,, +powder.n.03,fireSource,0,0,FALSE,,,,, +powder.n.03,cookable,0,0,FALSE,,,,, +powder.n.03,coldSource,0,0,FALSE,,,,, +powder.n.03,sliceable,0,0,FALSE,,,,, +powder.n.03,slicer,0,0,FALSE,,,,, +powder.n.03,soakable,0,0,FALSE,,,,, +rake.n.03,liquid,0,0,FALSE,,,,, +rake.n.03,heatSource,0,0,FALSE,,,,, +rake.n.03,fireSource,0,0,FALSE,,,,, +rake.n.03,cookable,0,0,FALSE,,,,, +rake.n.03,coldSource,0,0,FALSE,,,,, +rake.n.03,sliceable,0,0,FALSE,,,,, +rake.n.03,slicer,1,1,FALSE,,,,, +rake.n.03,soakable,0,0,FALSE,,,,, +scarf.n.01,liquid,0,0,FALSE,,,,, +scarf.n.01,heatSource,0,0,FALSE,,,,, +scarf.n.01,fireSource,0,0,FALSE,,,,, +scarf.n.01,cookable,0,0,FALSE,,,,, +scarf.n.01,coldSource,0,0,FALSE,,,,, +scarf.n.01,sliceable,0,0,FALSE,,,,, +scarf.n.01,slicer,1,0,FALSE,,,,, +scarf.n.01,soakable,1,1,FALSE,,,,, +scraper.n.01,liquid,0,0,FALSE,,,,, +scraper.n.01,heatSource,0,0,FALSE,,,,, +scraper.n.01,fireSource,0,0,FALSE,,,,, +scraper.n.01,cookable,0,0,FALSE,,,,, +scraper.n.01,coldSource,0,0,FALSE,,,,, +scraper.n.01,sliceable,0,0,FALSE,,,,, +scraper.n.01,slicer,0,0,FALSE,,,,, +scraper.n.01,soakable,0,0,FALSE,,,,, +ladder.n.01,liquid,0,0,FALSE,,,,, +ladder.n.01,heatSource,0,0,FALSE,,,,, +ladder.n.01,fireSource,0,0,FALSE,,,,, +ladder.n.01,cookable,0,0,FALSE,,,,, +ladder.n.01,coldSource,0,0,FALSE,,,,, +ladder.n.01,sliceable,0,0,FALSE,,,,, +ladder.n.01,slicer,1,0,FALSE,,,,, +ladder.n.01,soakable,1,0,FALSE,,,,, +toothbrush.n.01,liquid,0,0,FALSE,,,,, +toothbrush.n.01,heatSource,0,0,FALSE,,,,, +toothbrush.n.01,fireSource,0,0,FALSE,,,,, +toothbrush.n.01,cookable,0,0,FALSE,,,,, +toothbrush.n.01,coldSource,0,0,FALSE,,,,, +toothbrush.n.01,sliceable,0,0,FALSE,,,,, +toothbrush.n.01,slicer,1,0,FALSE,,,,, +toothbrush.n.01,soakable,0,0,FALSE,,,,, +beef.n.02,liquid,0,0,FALSE,,,,, +beef.n.02,heatSource,0,0,FALSE,,,,, +beef.n.02,fireSource,1,0,FALSE,,,,, +beef.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +beef.n.02,coldSource,0,0,FALSE,,,,, +beef.n.02,sliceable,0,1,FALSE,,,,, +beef.n.02,slicer,0,0,FALSE,,,,, +beef.n.02,soakable,0,0,FALSE,,,,, +perfume.n.02,liquid,0,1,FALSE,,,,, +perfume.n.02,heatSource,0,0,FALSE,,,,, +perfume.n.02,fireSource,0,0,FALSE,,,,, +perfume.n.02,cookable,0,0,FALSE,,,,, +perfume.n.02,coldSource,0,0,FALSE,,,,, +perfume.n.02,sliceable,0,0,FALSE,,,,, +perfume.n.02,slicer,1,0,FALSE,,,,, +perfume.n.02,soakable,0,0,FALSE,,,,, +pork.n.01,liquid,0,0,FALSE,,,,, +pork.n.01,heatSource,0,0,FALSE,,,,, +pork.n.01,fireSource,1,0,FALSE,,,,, +pork.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +pork.n.01,coldSource,0,0,FALSE,,,,, +pork.n.01,sliceable,0,1,FALSE,,,,, +pork.n.01,slicer,0,0,FALSE,,,,, +pork.n.01,soakable,0,0,FALSE,,,,, +rib.n.03,liquid,0,0,FALSE,,,,, +rib.n.03,heatSource,0,0,FALSE,,,,, +rib.n.03,fireSource,1,0,FALSE,,,,, +rib.n.03,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +rib.n.03,coldSource,0,0,FALSE,,,,, +rib.n.03,sliceable,0,1,FALSE,,,,, +rib.n.03,slicer,0,0,FALSE,,,,, +rib.n.03,soakable,0,0,FALSE,,,,, +steak.n.01,liquid,0,0,FALSE,,,,, +steak.n.01,heatSource,0,0,FALSE,,,,, +steak.n.01,fireSource,1,0,FALSE,,,,, +steak.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +steak.n.01,coldSource,0,0,FALSE,,,,, +steak.n.01,sliceable,0,1,FALSE,,,,, +steak.n.01,slicer,0,0,FALSE,,,,, +steak.n.01,soakable,0,0,FALSE,,,,, +sugar.n.01,liquid,0,0,FALSE,,,,, +sugar.n.01,heatSource,0,0,FALSE,,,,, +sugar.n.01,fireSource,0,0,FALSE,,,,, +sugar.n.01,cookable,0,1,TRUE,not cookable,not cookable,,, +sugar.n.01,coldSource,0,0,FALSE,,,,, +sugar.n.01,sliceable,0,0,FALSE,,,,, +sugar.n.01,slicer,0,0,FALSE,,,,, +sugar.n.01,soakable,0,0,FALSE,,,,, +crab.n.05,liquid,0,0,FALSE,,,,, +crab.n.05,heatSource,0,0,FALSE,,,,, +crab.n.05,fireSource,1,0,FALSE,,,,, +crab.n.05,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.alaskankingcrab.com/blogs/resources/your-temperature-guide-for-cooking-seafood, +crab.n.05,coldSource,0,0,FALSE,,,,, +crab.n.05,sliceable,0,1,FALSE,,,,, +crab.n.05,slicer,0,0,FALSE,,,,, +crab.n.05,soakable,0,0,FALSE,,,,, +fillet.n.02,liquid,0,0,FALSE,,,,, +fillet.n.02,heatSource,0,0,FALSE,,,,, +fillet.n.02,fireSource,1,0,FALSE,,,,, +fillet.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +fillet.n.02,coldSource,0,0,FALSE,,,,, +fillet.n.02,sliceable,0,1,FALSE,,,,, +fillet.n.02,slicer,0,0,FALSE,,,,, +fillet.n.02,soakable,0,0,FALSE,,,,, +fish.n.02,liquid,0,0,FALSE,,,,, +fish.n.02,heatSource,0,0,FALSE,,,,, +fish.n.02,fireSource,1,0,FALSE,,,,, +fish.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +fish.n.02,coldSource,0,0,FALSE,,,,, +fish.n.02,sliceable,0,1,FALSE,,,,, +fish.n.02,slicer,0,0,FALSE,,,,, +fish.n.02,soakable,0,0,FALSE,,,,, +magazine.n.02,liquid,0,0,FALSE,,,,, +magazine.n.02,heatSource,0,0,FALSE,,,,, +magazine.n.02,fireSource,0,0,FALSE,,,,, +magazine.n.02,cookable,0,0,FALSE,,,,, +magazine.n.02,coldSource,0,0,FALSE,,,,, +magazine.n.02,sliceable,0,0,FALSE,,,,, +magazine.n.02,slicer,0,0,FALSE,,,,, +magazine.n.02,soakable,0,1,FALSE,,,,, +newspaper.n.03,liquid,0,0,FALSE,,,,, +newspaper.n.03,heatSource,0,0,FALSE,,,,, +newspaper.n.03,fireSource,0,0,FALSE,,,,, +newspaper.n.03,cookable,0,0,FALSE,,,,, +newspaper.n.03,coldSource,0,0,FALSE,,,,, +newspaper.n.03,sliceable,0,0,FALSE,,,,, +newspaper.n.03,slicer,0,0,FALSE,,,,, +newspaper.n.03,soakable,1,1,FALSE,,,,, +pool.n.01,liquid,1,0,FALSE,,,,, +pool.n.01,heatSource,0,0,FALSE,,,,, +pool.n.01,fireSource,0,0,FALSE,,,,, +pool.n.01,cookable,0,0,FALSE,,,,, +pool.n.01,coldSource,0,0,FALSE,,,,, +pool.n.01,sliceable,0,0,FALSE,,,,, +pool.n.01,slicer,0,0,FALSE,,,,, +pool.n.01,soakable,0,0,FALSE,,,,, +tart.n.02,liquid,0,0,FALSE,,,,, +tart.n.02,heatSource,0,0,FALSE,,,,, +tart.n.02,fireSource,0,0,FALSE,,,,, +tart.n.02,cookable,0,1,TRUE,80,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, +tart.n.02,coldSource,1,0,FALSE,,,,, +tart.n.02,sliceable,0,1,FALSE,,,,, +tart.n.02,slicer,0,0,FALSE,,,,, +tart.n.02,soakable,0,0,FALSE,,,,, +muffin.n.01,liquid,0,0,FALSE,,,,, +muffin.n.01,heatSource,0,0,FALSE,,,,, +muffin.n.01,fireSource,1,0,FALSE,,,,, +muffin.n.01,cookable,0,1,TRUE,93,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, +muffin.n.01,coldSource,0,0,FALSE,,,,, +muffin.n.01,sliceable,0,1,FALSE,,,,, +muffin.n.01,slicer,0,0,FALSE,,,,, +muffin.n.01,soakable,0,0,FALSE,,,,, +ice_cube.n.01,liquid,0,0,FALSE,,,,, +ice_cube.n.01,heatSource,0,0,FALSE,,,,, +ice_cube.n.01,fireSource,0,0,FALSE,,,,, +ice_cube.n.01,cookable,1,0,FALSE,,,,, +ice_cube.n.01,coldSource,0,1,FALSE,,,,, +ice_cube.n.01,sliceable,0,0,FALSE,,,,, +ice_cube.n.01,slicer,1,1,FALSE,,,,, +ice_cube.n.01,soakable,0,0,FALSE,,,,, +cinnamon.n.03,liquid,0,0,FALSE,,,,, +cinnamon.n.03,heatSource,0,0,FALSE,,,,, +cinnamon.n.03,fireSource,0,0,FALSE,,,,, +cinnamon.n.03,cookable,0,1,TRUE,58,UNKNOWN,,, +cinnamon.n.03,coldSource,0,0,FALSE,,,,, +cinnamon.n.03,sliceable,0,0,FALSE,,,,, +cinnamon.n.03,slicer,1,0,FALSE,,,,, +cinnamon.n.03,soakable,0,0,FALSE,,,,, +lime.n.06,liquid,0,0,FALSE,,,,, +lime.n.06,heatSource,0,0,FALSE,,,,, +lime.n.06,fireSource,0,0,FALSE,,,,, +lime.n.06,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lime.n.06,coldSource,0,0,FALSE,,,,, +lime.n.06,sliceable,0,1,FALSE,,,,, +lime.n.06,slicer,0,0,FALSE,,,,, +lime.n.06,soakable,0,0,FALSE,,,,, +ginger.n.02,liquid,0,0,FALSE,,,,, +ginger.n.02,heatSource,0,0,FALSE,,,,, +ginger.n.02,fireSource,1,0,FALSE,,,,, +ginger.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +ginger.n.02,coldSource,0,0,FALSE,,,,, +ginger.n.02,sliceable,0,1,FALSE,,,,, +ginger.n.02,slicer,0,0,FALSE,,,,, +ginger.n.02,soakable,0,0,FALSE,,,,, +cereal.n.03,liquid,0,0,FALSE,,,,, +cereal.n.03,heatSource,0,0,FALSE,,,,, +cereal.n.03,fireSource,1,0,FALSE,,,,, +cereal.n.03,cookable,0,0,FALSE,,,,, +cereal.n.03,coldSource,0,0,FALSE,,,,, +cereal.n.03,sliceable,0,0,FALSE,,,,, +cereal.n.03,slicer,0,0,FALSE,,,,, +cereal.n.03,soakable,0,0,FALSE,,,,, +cheese.n.01,liquid,0,0,FALSE,,,,, +cheese.n.01,heatSource,0,0,FALSE,,,,, +cheese.n.01,fireSource,1,0,FALSE,,,,, +cheese.n.01,cookable,0,1,TRUE,65,66,"https://www.finecooking.com/article/the-science-of-melting-cheese#:~:text=This%20complete%20melting%20occurs%20at,grating%20cheeses%20like%20Parmigiano%2DReggiano.","https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.",Melts at around 65. Cheese is edible from cook +cheese.n.01,coldSource,0,0,FALSE,,,,, +cheese.n.01,sliceable,0,1,FALSE,,,,, +cheese.n.01,slicer,1,0,FALSE,,,,, +cheese.n.01,soakable,0,0,FALSE,,,,, +milk.n.01,liquid,1,1,FALSE,,,,, +milk.n.01,heatSource,0,0,FALSE,,,,, +milk.n.01,fireSource,0,0,FALSE,,,,, +milk.n.01,cookable,0,1,TRUE,71,UNKNOWN,"https://www.webmd.com/diet/what-to-know-about-boiling-milk#:~:text=Pasteurization%20in%20the%20United%20States,boil%20during%20the%20pasteurization%20process.",, +milk.n.01,coldSource,1,0,FALSE,,,,, +milk.n.01,sliceable,0,0,FALSE,,,,, +milk.n.01,slicer,0,0,FALSE,,,,, +milk.n.01,soakable,0,0,FALSE,,,,, +pasta.n.02,liquid,0,0,FALSE,,,,, +pasta.n.02,heatSource,0,0,FALSE,,,,, +pasta.n.02,fireSource,1,0,FALSE,,,,, +pasta.n.02,cookable,0,1,TRUE,58,UNKNOWN,https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures,, +pasta.n.02,coldSource,0,0,FALSE,,,,, +pasta.n.02,sliceable,0,0,FALSE,,,,, +pasta.n.02,slicer,1,0,FALSE,,,,, +pasta.n.02,soakable,1,0,FALSE,,,,, +almond.n.02,liquid,0,0,FALSE,,,,, +almond.n.02,heatSource,0,0,FALSE,,,,, +almond.n.02,fireSource,0,0,FALSE,,,,, +almond.n.02,cookable,0,1,TRUE,163,UNKNOWN,https://www.evolvingtable.com/how-to-roast-almonds/,, +almond.n.02,coldSource,0,0,FALSE,,,,, +almond.n.02,sliceable,0,0,FALSE,,,,, +almond.n.02,slicer,0,0,FALSE,,,,, +almond.n.02,soakable,0,0,FALSE,,,,, +grill.n.02,liquid,0,0,FALSE,,,,, +grill.n.02,heatSource,0,0,FALSE,,,,, +grill.n.02,fireSource,0,0,FALSE,,,,, +grill.n.02,cookable,0,0,FALSE,,,,, +grill.n.02,coldSource,0,0,FALSE,,,,, +grill.n.02,sliceable,0,0,FALSE,,,,, +grill.n.02,slicer,1,0,FALSE,,,,, +grill.n.02,soakable,0,0,FALSE,,,,, +hose.n.03,liquid,1,0,FALSE,,,,, +hose.n.03,heatSource,0,0,FALSE,,,,, +hose.n.03,fireSource,0,0,FALSE,,,,, +hose.n.03,cookable,0,0,FALSE,,,,, +hose.n.03,coldSource,1,0,FALSE,,,,, +hose.n.03,sliceable,0,0,FALSE,,,,, +hose.n.03,slicer,1,0,FALSE,,,,, +hose.n.03,soakable,0,0,FALSE,,,,, +jam.n.01,liquid,0,1,FALSE,,,,, +jam.n.01,heatSource,0,0,FALSE,,,,, +jam.n.01,fireSource,1,0,FALSE,,,,, +jam.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.thekitchn.com/how-to-make-basic-fruit-jam-cooking-lessons-from-the-kitchn-193560,,Boiling is roughlt 100C +jam.n.01,coldSource,0,0,FALSE,,,,, +jam.n.01,sliceable,0,0,FALSE,,,,, +jam.n.01,slicer,1,0,FALSE,,,,, +jam.n.01,soakable,0,0,FALSE,,,,, +puree.n.01,liquid,1,1,FALSE,,,,, +puree.n.01,heatSource,0,0,FALSE,,,,, +puree.n.01,fireSource,1,0,FALSE,,,,, +puree.n.01,cookable,0,0,FALSE,,,,, +puree.n.01,coldSource,1,0,FALSE,,,,, +puree.n.01,sliceable,0,0,FALSE,,,,, +puree.n.01,slicer,0,0,FALSE,,,,, +puree.n.01,soakable,0,0,FALSE,,,,, +bagel.n.01,liquid,0,0,FALSE,,,,, +bagel.n.01,heatSource,0,0,FALSE,,,,, +bagel.n.01,fireSource,1,0,FALSE,,,,, +bagel.n.01,cookable,0,1,TRUE,190,UNKNOWN,"https://www.seriouseats.com/how-to-reheat-old-bagels#:~:text=The%20Method%3A%20Place%20the%20entire,for%20four%20to%20five%20minutes.",, +bagel.n.01,coldSource,1,0,FALSE,,,,, +bagel.n.01,sliceable,0,1,FALSE,,,,, +bagel.n.01,slicer,1,0,FALSE,,,,, +bagel.n.01,soakable,0,0,FALSE,,,,, +baguet.n.01,liquid,0,0,FALSE,,,,, +baguet.n.01,heatSource,0,0,FALSE,,,,, +baguet.n.01,fireSource,0,0,FALSE,,,,, +baguet.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.thespruceeats.com/how-to-toast-bread-in-an-oven-5212708#:~:text=To%20make%20toast%20in%20the,at%20the%20five%2Dminute%20mark.",,Assuming we want to toast the bread +baguet.n.01,coldSource,0,0,FALSE,,,,, +baguet.n.01,sliceable,0,1,FALSE,,,,, +baguet.n.01,slicer,0,0,FALSE,,,,, +baguet.n.01,soakable,0,0,FALSE,,,,, +basil.n.03,liquid,0,0,FALSE,,,,, +basil.n.03,heatSource,0,0,FALSE,,,,, +basil.n.03,fireSource,1,0,FALSE,,,,, +basil.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +basil.n.03,coldSource,0,0,FALSE,,,,, +basil.n.03,sliceable,0,0,FALSE,,,,, +basil.n.03,slicer,0,0,FALSE,,,,, +basil.n.03,soakable,0,0,FALSE,,,,, +celery.n.02,liquid,0,0,FALSE,,,,, +celery.n.02,heatSource,0,0,FALSE,,,,, +celery.n.02,fireSource,1,0,FALSE,,,,, +celery.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +celery.n.02,coldSource,0,0,FALSE,,,,, +celery.n.02,sliceable,0,1,FALSE,,,,, +celery.n.02,slicer,0,0,FALSE,,,,, +celery.n.02,soakable,0,0,FALSE,,,,, +cupcake.n.01,liquid,0,0,FALSE,,,,, +cupcake.n.01,heatSource,0,0,FALSE,,,,, +cupcake.n.01,fireSource,1,0,FALSE,,,,, +cupcake.n.01,cookable,0,0,FALSE,,,,, +cupcake.n.01,coldSource,0,0,FALSE,,,,, +cupcake.n.01,sliceable,0,1,FALSE,,,,, +cupcake.n.01,slicer,1,0,FALSE,,,,, +cupcake.n.01,soakable,0,0,FALSE,,,,, +green_onion.n.01,liquid,0,0,FALSE,,,,, +green_onion.n.01,heatSource,0,0,FALSE,,,,, +green_onion.n.01,fireSource,0,0,FALSE,,,,, +green_onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +green_onion.n.01,coldSource,0,0,FALSE,,,,, +green_onion.n.01,sliceable,0,1,FALSE,,,,, +green_onion.n.01,slicer,0,0,FALSE,,,,, +green_onion.n.01,soakable,0,0,FALSE,,,,, +guacamole.n.01,liquid,0,0,FALSE,,,,, +guacamole.n.01,heatSource,0,0,FALSE,,,,, +guacamole.n.01,fireSource,0,0,FALSE,,,,, +guacamole.n.01,cookable,0,1,TRUE,58,UNKNOWN,,, +guacamole.n.01,coldSource,0,0,FALSE,,,,, +guacamole.n.01,sliceable,0,0,FALSE,,,,, +guacamole.n.01,slicer,0,0,FALSE,,,,, +guacamole.n.01,soakable,0,0,FALSE,,,,, +lasagna.n.01,liquid,0,0,FALSE,,,,, +lasagna.n.01,heatSource,0,0,FALSE,,,,, +lasagna.n.01,fireSource,1,0,FALSE,,,,, +lasagna.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.amicis.com/lasagna-cooking-instructions,, +lasagna.n.01,coldSource,1,0,FALSE,,,,, +lasagna.n.01,sliceable,0,0,FALSE,,,,, +lasagna.n.01,slicer,0,0,FALSE,,,,, +lasagna.n.01,soakable,0,0,FALSE,,,,, +mayonnaise.n.01,liquid,1,1,FALSE,,,,, +mayonnaise.n.01,heatSource,0,0,FALSE,,,,, +mayonnaise.n.01,fireSource,0,0,FALSE,,,,, +mayonnaise.n.01,cookable,0,1,TRUE,58,UNKNOWN,,,Mayo is generally directly eaten +mayonnaise.n.01,coldSource,1,0,FALSE,,,,, +mayonnaise.n.01,sliceable,0,0,FALSE,,,,, +mayonnaise.n.01,slicer,0,0,FALSE,,,,, +mayonnaise.n.01,soakable,0,0,FALSE,,,,, +mousetrap.n.01,liquid,0,0,FALSE,,,,, +mousetrap.n.01,heatSource,0,0,FALSE,,,,, +mousetrap.n.01,fireSource,0,0,FALSE,,,,, +mousetrap.n.01,cookable,0,0,FALSE,,,,, +mousetrap.n.01,coldSource,0,0,FALSE,,,,, +mousetrap.n.01,sliceable,0,0,FALSE,,,,, +mousetrap.n.01,slicer,1,0,FALSE,,,,, +mousetrap.n.01,soakable,0,0,FALSE,,,,, +pretzel.n.01,liquid,0,0,FALSE,,,,, +pretzel.n.01,heatSource,0,0,FALSE,,,,, +pretzel.n.01,fireSource,0,0,FALSE,,,,, +pretzel.n.01,cookable,0,0,FALSE,,,,, +pretzel.n.01,coldSource,0,0,FALSE,,,,, +pretzel.n.01,sliceable,0,1,FALSE,,,,, +pretzel.n.01,slicer,1,0,FALSE,,,,, +pretzel.n.01,soakable,0,0,FALSE,,,,, +prosciutto.n.01,liquid,0,0,FALSE,,,,, +prosciutto.n.01,heatSource,0,0,FALSE,,,,, +prosciutto.n.01,fireSource,0,0,FALSE,,,,, +prosciutto.n.01,cookable,0,1,TRUE,71,UNKNOWN,,, +prosciutto.n.01,coldSource,0,0,FALSE,,,,, +prosciutto.n.01,sliceable,0,1,FALSE,,,,, +prosciutto.n.01,slicer,1,0,FALSE,,,,, +prosciutto.n.01,soakable,0,0,FALSE,,,,, +razor.n.01,liquid,0,0,FALSE,,,,, +razor.n.01,heatSource,0,0,FALSE,,,,, +razor.n.01,fireSource,0,0,FALSE,,,,, +razor.n.01,cookable,0,0,FALSE,,,,, +razor.n.01,coldSource,0,0,FALSE,,,,, +razor.n.01,sliceable,0,0,FALSE,,,,, +razor.n.01,slicer,1,1,FALSE,,,,, +razor.n.01,soakable,0,0,FALSE,,,,, +sunscreen.n.01,liquid,0,1,FALSE,,,,, +sunscreen.n.01,heatSource,0,0,FALSE,,,,, +sunscreen.n.01,fireSource,0,0,FALSE,,,,, +sunscreen.n.01,cookable,0,0,FALSE,,,,, +sunscreen.n.01,coldSource,0,0,FALSE,,,,, +sunscreen.n.01,sliceable,0,0,FALSE,,,,, +sunscreen.n.01,slicer,0,0,FALSE,,,,, +sunscreen.n.01,soakable,0,0,FALSE,,,,, +tinsel.n.02,liquid,0,0,FALSE,,,,, +tinsel.n.02,heatSource,0,0,FALSE,,,,, +tinsel.n.02,fireSource,0,0,FALSE,,,,, +tinsel.n.02,cookable,0,0,FALSE,,,,, +tinsel.n.02,coldSource,0,0,FALSE,,,,, +tinsel.n.02,sliceable,0,0,FALSE,,,,, +tinsel.n.02,slicer,0,0,FALSE,,,,, +tinsel.n.02,soakable,0,0,FALSE,,,,, +christmas_tree.n.05,liquid,0,0,FALSE,,,,, +christmas_tree.n.05,heatSource,0,0,FALSE,,,,, +christmas_tree.n.05,fireSource,0,1,FALSE,,,,, +christmas_tree.n.05,cookable,0,0,FALSE,,,,, +christmas_tree.n.05,coldSource,0,0,FALSE,,,,, +christmas_tree.n.05,sliceable,0,0,FALSE,,,,, +christmas_tree.n.05,slicer,0,0,FALSE,,,,, +christmas_tree.n.05,soakable,0,0,FALSE,,,,, +vinegar.n.01,liquid,1,1,FALSE,,,,, +vinegar.n.01,heatSource,0,0,FALSE,,,,, +vinegar.n.01,fireSource,0,0,FALSE,,,,, +vinegar.n.01,cookable,0,1,TRUE,37,UNKNOWN,,, +vinegar.n.01,coldSource,0,0,FALSE,,,,, +vinegar.n.01,sliceable,0,0,FALSE,,,,, +vinegar.n.01,slicer,0,0,FALSE,,,,, +vinegar.n.01,soakable,0,0,FALSE,,,,, +alarm.n.02,liquid,0,0,FALSE,,,,, +alarm.n.02,heatSource,0,0,FALSE,,,,, +alarm.n.02,fireSource,0,0,FALSE,,,,, +alarm.n.02,cookable,0,0,FALSE,,,,, +alarm.n.02,coldSource,0,0,FALSE,,,,, +alarm.n.02,sliceable,0,0,FALSE,,,,, +alarm.n.02,slicer,1,0,FALSE,,,,, +alarm.n.02,soakable,0,0,FALSE,,,,, +cologne.n.02,liquid,1,1,FALSE,,,,, +cologne.n.02,heatSource,0,0,FALSE,,,,, +cologne.n.02,fireSource,0,0,FALSE,,,,, +cologne.n.02,cookable,0,0,FALSE,,,,, +cologne.n.02,coldSource,1,0,FALSE,,,,, +cologne.n.02,sliceable,0,0,FALSE,,,,, +cologne.n.02,slicer,1,0,FALSE,,,,, +cologne.n.02,soakable,0,0,FALSE,,,,, +comb.n.01,liquid,0,0,FALSE,,,,, +comb.n.01,heatSource,0,0,FALSE,,,,, +comb.n.01,fireSource,0,0,FALSE,,,,, +comb.n.01,cookable,0,0,FALSE,,,,, +comb.n.01,coldSource,0,0,FALSE,,,,, +comb.n.01,sliceable,0,0,FALSE,,,,, +comb.n.01,slicer,1,0,FALSE,,,,, +comb.n.01,soakable,0,0,FALSE,,,,, +dental_floss.n.01,liquid,0,0,FALSE,,,,, +dental_floss.n.01,heatSource,0,0,FALSE,,,,, +dental_floss.n.01,fireSource,0,0,FALSE,,,,, +dental_floss.n.01,cookable,0,0,FALSE,,,,, +dental_floss.n.01,coldSource,0,0,FALSE,,,,, +dental_floss.n.01,sliceable,0,0,FALSE,,,,, +dental_floss.n.01,slicer,1,1,FALSE,,,,, +dental_floss.n.01,soakable,1,0,FALSE,,,,, +document.n.01,liquid,0,0,FALSE,,,,, +document.n.01,heatSource,0,0,FALSE,,,,, +document.n.01,fireSource,0,0,FALSE,,,,, +document.n.01,cookable,0,0,FALSE,,,,, +document.n.01,coldSource,1,0,FALSE,,,,, +document.n.01,sliceable,0,0,FALSE,,,,, +document.n.01,slicer,1,0,FALSE,,,,, +document.n.01,soakable,1,1,FALSE,,,,, +duffel_bag.n.01,liquid,0,0,FALSE,,,,, +duffel_bag.n.01,heatSource,0,0,FALSE,,,,, +duffel_bag.n.01,fireSource,0,0,FALSE,,,,, +duffel_bag.n.01,cookable,0,0,FALSE,,,,, +duffel_bag.n.01,coldSource,0,0,FALSE,,,,, +duffel_bag.n.01,sliceable,0,0,FALSE,,,,, +duffel_bag.n.01,slicer,0,0,FALSE,,,,, +duffel_bag.n.01,soakable,0,1,FALSE,,,,, +facsimile.n.02,liquid,0,0,FALSE,,,,, +facsimile.n.02,heatSource,0,0,FALSE,,,,, +facsimile.n.02,fireSource,0,0,FALSE,,,,, +facsimile.n.02,cookable,0,0,FALSE,,,,, +facsimile.n.02,coldSource,0,0,FALSE,,,,, +facsimile.n.02,sliceable,0,0,FALSE,,,,, +facsimile.n.02,slicer,1,0,FALSE,,,,, +facsimile.n.02,soakable,0,1,FALSE,,,,, +gingerbread.n.01,liquid,0,0,FALSE,,,,, +gingerbread.n.01,heatSource,0,0,FALSE,,,,, +gingerbread.n.01,fireSource,1,0,FALSE,,,,, +gingerbread.n.01,cookable,0,1,TRUE,175,UNKNOWN,https://sugarspunrun.com/gingerbread/,, +gingerbread.n.01,coldSource,1,0,FALSE,,,,, +gingerbread.n.01,sliceable,0,1,FALSE,,,,, +gingerbread.n.01,slicer,1,0,FALSE,,,,, +gingerbread.n.01,soakable,0,1,FALSE,,,,, +lipstick.n.01,liquid,0,0,FALSE,,,,, +lipstick.n.01,heatSource,0,0,FALSE,,,,, +lipstick.n.01,fireSource,0,0,FALSE,,,,, +lipstick.n.01,cookable,0,0,FALSE,,,,, +lipstick.n.01,coldSource,1,0,FALSE,,,,, +lipstick.n.01,sliceable,0,1,FALSE,,,,, +lipstick.n.01,slicer,0,0,FALSE,,,,, +lipstick.n.01,soakable,0,0,FALSE,,,,, +lollipop.n.02,liquid,0,0,FALSE,,,,, +lollipop.n.02,heatSource,0,0,FALSE,,,,, +lollipop.n.02,fireSource,0,0,FALSE,,,,, +lollipop.n.02,cookable,0,0,FALSE,,,,, +lollipop.n.02,coldSource,0,0,FALSE,,,,, +lollipop.n.02,sliceable,0,0,FALSE,,,,, +lollipop.n.02,slicer,1,0,FALSE,,,,, +lollipop.n.02,soakable,0,0,FALSE,,,,, +modem.n.01,liquid,0,0,FALSE,,,,, +modem.n.01,heatSource,0,0,FALSE,,,,, +modem.n.01,fireSource,0,0,FALSE,,,,, +modem.n.01,cookable,0,0,FALSE,,,,, +modem.n.01,coldSource,0,0,FALSE,,,,, +modem.n.01,sliceable,0,0,FALSE,,,,, +modem.n.01,slicer,1,0,FALSE,,,,, +modem.n.01,soakable,0,0,FALSE,,,,, +printer.n.03,liquid,0,0,FALSE,,,,, +printer.n.03,heatSource,0,0,FALSE,,,,, +printer.n.03,fireSource,0,0,FALSE,,,,, +printer.n.03,cookable,0,0,FALSE,,,,, +printer.n.03,coldSource,0,0,FALSE,,,,, +printer.n.03,sliceable,0,0,FALSE,,,,, +printer.n.03,slicer,1,0,FALSE,,,,, +printer.n.03,soakable,0,0,FALSE,,,,, +saw.n.02,liquid,0,0,FALSE,,,,, +saw.n.02,heatSource,0,0,FALSE,,,,, +saw.n.02,fireSource,0,0,FALSE,,,,, +saw.n.02,cookable,0,0,FALSE,,,,, +saw.n.02,coldSource,0,0,FALSE,,,,, +saw.n.02,sliceable,0,0,FALSE,,,,, +saw.n.02,slicer,1,1,FALSE,,,,, +saw.n.02,soakable,0,0,FALSE,,,,, +scanner.n.02,liquid,0,0,FALSE,,,,, +scanner.n.02,heatSource,0,0,FALSE,,,,, +scanner.n.02,fireSource,0,0,FALSE,,,,, +scanner.n.02,cookable,0,0,FALSE,,,,, +scanner.n.02,coldSource,0,0,FALSE,,,,, +scanner.n.02,sliceable,0,0,FALSE,,,,, +scanner.n.02,slicer,1,0,FALSE,,,,, +scanner.n.02,soakable,0,0,FALSE,,,,, +stocking.n.01,liquid,0,0,FALSE,,,,, +stocking.n.01,heatSource,0,0,FALSE,,,,, +stocking.n.01,fireSource,0,0,FALSE,,,,, +stocking.n.01,cookable,0,0,FALSE,,,,, +stocking.n.01,coldSource,0,0,FALSE,,,,, +stocking.n.01,sliceable,0,0,FALSE,,,,, +stocking.n.01,slicer,0,0,FALSE,,,,, +stocking.n.01,soakable,0,1,FALSE,,,,, +toothpaste.n.01,liquid,0,0,FALSE,,,,, +toothpaste.n.01,heatSource,0,0,FALSE,,,,, +toothpaste.n.01,fireSource,0,0,FALSE,,,,, +toothpaste.n.01,cookable,0,0,FALSE,,,,, +toothpaste.n.01,coldSource,1,0,FALSE,,,,, +toothpaste.n.01,sliceable,0,0,FALSE,,,,, +toothpaste.n.01,slicer,0,0,FALSE,,,,, +toothpaste.n.01,soakable,0,0,FALSE,,,,, +watch.n.01,liquid,0,0,FALSE,,,,, +watch.n.01,heatSource,0,0,FALSE,,,,, +watch.n.01,fireSource,0,0,FALSE,,,,, +watch.n.01,cookable,0,0,FALSE,,,,, +watch.n.01,coldSource,0,0,FALSE,,,,, +watch.n.01,sliceable,0,0,FALSE,,,,, +watch.n.01,slicer,1,0,FALSE,,,,, +watch.n.01,soakable,0,0,FALSE,,,,, +carton.n.02,liquid,0,0,FALSE,,,,, +carton.n.02,heatSource,0,0,FALSE,,,,, +carton.n.02,fireSource,0,1,FALSE,,,,, +carton.n.02,cookable,0,0,FALSE,,,,, +carton.n.02,coldSource,1,0,FALSE,,,,, +carton.n.02,sliceable,0,0,FALSE,,,,, +carton.n.02,slicer,1,0,FALSE,,,,, +carton.n.02,soakable,1,1,FALSE,,,,, +briefcase.n.01,liquid,0,0,FALSE,,,,, +briefcase.n.01,heatSource,0,0,FALSE,,,,, +briefcase.n.01,fireSource,0,0,FALSE,,,,, +briefcase.n.01,cookable,0,0,FALSE,,,,, +briefcase.n.01,coldSource,0,0,FALSE,,,,, +briefcase.n.01,sliceable,0,0,FALSE,,,,, +briefcase.n.01,slicer,1,0,FALSE,,,,, +briefcase.n.01,soakable,0,0,FALSE,,,,, +tea_bag.n.01,liquid,0,0,FALSE,,,,, +tea_bag.n.01,heatSource,0,0,FALSE,,,,, +tea_bag.n.01,fireSource,0,0,FALSE,,,,, +tea_bag.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://whatscookingamerica.net/elleneaston/brewperfecttea.htm,,Assuning using boiled water +tea_bag.n.01,coldSource,0,0,FALSE,,,,, +tea_bag.n.01,sliceable,0,0,FALSE,,,,, +tea_bag.n.01,slicer,0,0,FALSE,,,,, +tea_bag.n.01,soakable,0,1,FALSE,,,,, +shoulder_bag.n.01,liquid,0,0,FALSE,,,,, +shoulder_bag.n.01,heatSource,0,0,FALSE,,,,, +shoulder_bag.n.01,fireSource,0,0,FALSE,,,,, +shoulder_bag.n.01,cookable,0,0,FALSE,,,,, +shoulder_bag.n.01,coldSource,0,0,FALSE,,,,, +shoulder_bag.n.01,sliceable,0,0,FALSE,,,,, +shoulder_bag.n.01,slicer,0,0,FALSE,,,,, +shoulder_bag.n.01,soakable,0,1,FALSE,,,,, +sack.n.01,liquid,0,0,FALSE,,,,, +sack.n.01,heatSource,0,0,FALSE,,,,, +sack.n.01,fireSource,0,0,FALSE,,,,, +sack.n.01,cookable,0,0,FALSE,,,,, +sack.n.01,coldSource,0,0,FALSE,,,,, +sack.n.01,sliceable,0,0,FALSE,,,,, +sack.n.01,slicer,1,0,FALSE,,,,, +sack.n.01,soakable,1,0,FALSE,,,,, +backpack.n.01,liquid,0,0,FALSE,,,,, +backpack.n.01,heatSource,0,0,FALSE,,,,, +backpack.n.01,fireSource,0,0,FALSE,,,,, +backpack.n.01,cookable,0,0,FALSE,,,,, +backpack.n.01,coldSource,0,0,FALSE,,,,, +backpack.n.01,sliceable,0,0,FALSE,,,,, +backpack.n.01,slicer,0,0,FALSE,,,,, +backpack.n.01,soakable,0,1,FALSE,,,,, +ink.n.01,liquid,1,1,FALSE,,,,, +ink.n.01,heatSource,0,0,FALSE,,,,, +ink.n.01,fireSource,0,0,FALSE,,,,, +ink.n.01,cookable,0,0,FALSE,,,,, +ink.n.01,coldSource,1,0,FALSE,,,,, +ink.n.01,sliceable,0,0,FALSE,,,,, +ink.n.01,slicer,0,0,FALSE,,,,, +ink.n.01,soakable,0,0,FALSE,,,,, +fireplace.n.01,liquid,0,0,FALSE,,,,, +fireplace.n.01,heatSource,1,1,FALSE,,,,, +fireplace.n.01,fireSource,0,0,FALSE,,,,, +fireplace.n.01,cookable,0,0,FALSE,,,,, +fireplace.n.01,coldSource,0,0,FALSE,,,,, +fireplace.n.01,sliceable,0,0,FALSE,,,,, +fireplace.n.01,slicer,1,0,FALSE,,,,, +fireplace.n.01,soakable,0,0,FALSE,,,,, +knob.n.02,liquid,0,0,FALSE,,,,, +knob.n.02,heatSource,0,0,FALSE,,,,, +knob.n.02,fireSource,0,0,FALSE,,,,, +knob.n.02,cookable,0,0,FALSE,,,,, +knob.n.02,coldSource,0,0,FALSE,,,,, +knob.n.02,sliceable,0,0,FALSE,,,,, +knob.n.02,slicer,1,0,FALSE,,,,, +knob.n.02,soakable,0,0,FALSE,,,,, +pastry.n.01,liquid,0,0,FALSE,,,,, +pastry.n.01,heatSource,0,0,FALSE,,,,, +pastry.n.01,fireSource,1,0,FALSE,,,,, +pastry.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://sallysbakingaddiction.com/danish-pastry-dough/,, +pastry.n.01,coldSource,0,0,FALSE,,,,, +pastry.n.01,sliceable,0,1,FALSE,,,,, +pastry.n.01,slicer,1,0,FALSE,,,,, +pastry.n.01,soakable,1,1,FALSE,,,,, +pliers.n.01,liquid,0,0,FALSE,,,,, +pliers.n.01,heatSource,0,0,FALSE,,,,, +pliers.n.01,fireSource,0,0,FALSE,,,,, +pliers.n.01,cookable,0,0,FALSE,,,,, +pliers.n.01,coldSource,0,0,FALSE,,,,, +pliers.n.01,sliceable,0,0,FALSE,,,,, +pliers.n.01,slicer,1,1,FALSE,,,,, +pliers.n.01,soakable,1,0,FALSE,,,,, +rope.n.01,liquid,0,0,FALSE,,,,, +rope.n.01,heatSource,0,0,FALSE,,,,, +rope.n.01,fireSource,0,0,FALSE,,,,, +rope.n.01,cookable,0,0,FALSE,,,,, +rope.n.01,coldSource,0,0,FALSE,,,,, +rope.n.01,sliceable,0,1,FALSE,,,,, +rope.n.01,slicer,1,0,FALSE,,,,, +rope.n.01,soakable,0,0,FALSE,,,,, +shorts.n.01,liquid,0,0,FALSE,,,,, +shorts.n.01,heatSource,0,0,FALSE,,,,, +shorts.n.01,fireSource,0,0,FALSE,,,,, +shorts.n.01,cookable,0,0,FALSE,,,,, +shorts.n.01,coldSource,0,0,FALSE,,,,, +shorts.n.01,sliceable,0,0,FALSE,,,,, +shorts.n.01,slicer,0,0,FALSE,,,,, +shorts.n.01,soakable,1,1,FALSE,,,,, +squash.n.02,liquid,0,0,FALSE,,,,, +squash.n.02,heatSource,0,0,FALSE,,,,, +squash.n.02,fireSource,1,0,FALSE,,,,, +squash.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +squash.n.02,coldSource,0,0,FALSE,,,,, +squash.n.02,sliceable,0,1,FALSE,,,,, +squash.n.02,slicer,1,0,FALSE,,,,, +squash.n.02,soakable,0,0,FALSE,,,,, +stew.n.02,liquid,0,0,FALSE,,,,, +stew.n.02,heatSource,0,0,FALSE,,,,, +stew.n.02,fireSource,1,1,FALSE,,,,, +stew.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://cooking.nytimes.com/recipes/4735-old-fashioned-beef-stew,, +stew.n.02,coldSource,1,0,FALSE,,,,, +stew.n.02,sliceable,0,0,FALSE,,,,, +stew.n.02,slicer,0,0,FALSE,,,,, +stew.n.02,soakable,0,0,FALSE,,,,, +sticker.n.02,liquid,0,0,FALSE,,,,, +sticker.n.02,heatSource,0,0,FALSE,,,,, +sticker.n.02,fireSource,0,0,FALSE,,,,, +sticker.n.02,cookable,0,0,FALSE,,,,, +sticker.n.02,coldSource,0,0,FALSE,,,,, +sticker.n.02,sliceable,0,0,FALSE,,,,, +sticker.n.02,slicer,1,0,FALSE,,,,, +sticker.n.02,soakable,0,0,FALSE,,,,, +timer.n.03,liquid,0,0,FALSE,,,,, +timer.n.03,heatSource,0,0,FALSE,,,,, +timer.n.03,fireSource,0,0,FALSE,,,,, +timer.n.03,cookable,0,0,FALSE,,,,, +timer.n.03,coldSource,0,0,FALSE,,,,, +timer.n.03,sliceable,0,0,FALSE,,,,, +timer.n.03,slicer,1,0,FALSE,,,,, +timer.n.03,soakable,0,0,FALSE,,,,, +toast.n.01,liquid,0,0,FALSE,,,,, +toast.n.01,heatSource,1,0,FALSE,,,,, +toast.n.01,fireSource,1,0,FALSE,,,,, +toast.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.thespruceeats.com/how-to-toast-bread-in-an-oven-5212708#:~:text=To%20make%20toast%20in%20the,at%20the%20five%2Dminute%20mark.",, +toast.n.01,coldSource,0,0,FALSE,,,,, +toast.n.01,sliceable,0,1,FALSE,,,,, +toast.n.01,slicer,1,0,FALSE,,,,, +toast.n.01,soakable,0,1,FALSE,,,,, +adhesive.n.01,liquid,0,1,FALSE,,,,, +adhesive.n.01,heatSource,0,0,FALSE,,,,, +adhesive.n.01,fireSource,0,0,FALSE,,,,, +adhesive.n.01,cookable,0,0,FALSE,,,,, +adhesive.n.01,coldSource,0,0,FALSE,,,,, +adhesive.n.01,sliceable,0,0,FALSE,,,,, +adhesive.n.01,slicer,0,0,FALSE,,,,, +adhesive.n.01,soakable,0,0,FALSE,,,,, +appliance.n.02,liquid,0,0,FALSE,,,,, +appliance.n.02,heatSource,1,0,FALSE,,,,, +appliance.n.02,fireSource,0,0,FALSE,,,,, +appliance.n.02,cookable,1,0,FALSE,,,,, +appliance.n.02,coldSource,0,0,FALSE,,,,, +appliance.n.02,sliceable,0,0,FALSE,,,,, +appliance.n.02,slicer,1,0,FALSE,,,,, +appliance.n.02,soakable,0,0,FALSE,,,,, +foundation.n.03,liquid,0,0,FALSE,,,,, +foundation.n.03,heatSource,0,0,FALSE,,,,, +foundation.n.03,fireSource,0,0,FALSE,,,,, +foundation.n.03,cookable,0,0,FALSE,,,,, +foundation.n.03,coldSource,0,0,FALSE,,,,, +foundation.n.03,sliceable,0,0,FALSE,,,,, +foundation.n.03,slicer,0,0,FALSE,,,,, +foundation.n.03,soakable,0,0,FALSE,,,,, +cable.n.02,liquid,0,0,FALSE,,,,, +cable.n.02,heatSource,0,0,FALSE,,,,, +cable.n.02,fireSource,0,0,FALSE,,,,, +cable.n.02,cookable,0,0,FALSE,,,,, +cable.n.02,coldSource,0,0,FALSE,,,,, +cable.n.02,sliceable,0,1,FALSE,,,,, +cable.n.02,slicer,1,0,FALSE,,,,, +cable.n.02,soakable,0,0,FALSE,,,,, +cable.n.03,liquid,0,0,FALSE,,,,, +cable.n.03,heatSource,0,0,FALSE,,,,, +cable.n.03,fireSource,0,0,FALSE,,,,, +cable.n.03,cookable,0,0,FALSE,,,,, +cable.n.03,coldSource,0,0,FALSE,,,,, +cable.n.03,sliceable,0,1,FALSE,,,,, +cable.n.03,slicer,1,0,FALSE,,,,, +cable.n.03,soakable,0,0,FALSE,,,,, +card.n.03,liquid,0,0,FALSE,,,,, +card.n.03,heatSource,0,0,FALSE,,,,, +card.n.03,fireSource,0,1,FALSE,,,,, +card.n.03,cookable,0,0,FALSE,,,,, +card.n.03,coldSource,0,0,FALSE,,,,, +card.n.03,sliceable,0,0,FALSE,,,,, +card.n.03,slicer,1,0,FALSE,,,,, +card.n.03,soakable,1,1,FALSE,,,,, +chain.n.01,liquid,0,0,FALSE,,,,, +chain.n.01,heatSource,0,0,FALSE,,,,, +chain.n.01,fireSource,0,0,FALSE,,,,, +chain.n.01,cookable,0,0,FALSE,,,,, +chain.n.01,coldSource,0,0,FALSE,,,,, +chain.n.01,sliceable,0,0,FALSE,,,,, +chain.n.01,slicer,1,0,FALSE,,,,, +chain.n.01,soakable,0,0,FALSE,,,,, +chain.n.05,liquid,0,0,FALSE,,,,, +chain.n.05,heatSource,0,0,FALSE,,,,, +chain.n.05,fireSource,0,0,FALSE,,,,, +chain.n.05,cookable,0,0,FALSE,,,,, +chain.n.05,coldSource,0,0,FALSE,,,,, +chain.n.05,sliceable,0,0,FALSE,,,,, +chain.n.05,slicer,1,0,FALSE,,,,, +chain.n.05,soakable,0,0,FALSE,,,,, +clamp.n.01,liquid,0,0,FALSE,,,,, +clamp.n.01,heatSource,0,0,FALSE,,,,, +clamp.n.01,fireSource,0,0,FALSE,,,,, +clamp.n.01,cookable,0,0,FALSE,,,,, +clamp.n.01,coldSource,0,0,FALSE,,,,, +clamp.n.01,sliceable,0,0,FALSE,,,,, +clamp.n.01,slicer,0,0,FALSE,,,,, +clamp.n.01,soakable,0,0,FALSE,,,,, +concrete.n.01,liquid,0,0,FALSE,,,,, +concrete.n.01,heatSource,0,0,FALSE,,,,, +concrete.n.01,fireSource,0,0,FALSE,,,,, +concrete.n.01,cookable,0,0,FALSE,,,,, +concrete.n.01,coldSource,0,0,FALSE,,,,, +concrete.n.01,sliceable,0,0,FALSE,,,,, +concrete.n.01,slicer,0,0,FALSE,,,,, +concrete.n.01,soakable,0,0,FALSE,,,,, +dairy.n.01,liquid,0,0,FALSE,,,,, +dairy.n.01,heatSource,0,0,FALSE,,,,, +dairy.n.01,fireSource,0,0,FALSE,,,,, +dairy.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +dairy.n.01,coldSource,0,0,FALSE,,,,, +dairy.n.01,sliceable,0,0,FALSE,,,,, +dairy.n.01,slicer,0,0,FALSE,,,,, +dairy.n.01,soakable,0,0,FALSE,,,,, +duck.n.03,liquid,0,0,FALSE,,,,, +duck.n.03,heatSource,0,0,FALSE,,,,, +duck.n.03,fireSource,1,0,FALSE,,,,, +duck.n.03,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +duck.n.03,coldSource,0,0,FALSE,,,,, +duck.n.03,sliceable,0,1,FALSE,,,,, +duck.n.03,slicer,0,0,FALSE,,,,, +duck.n.03,soakable,0,0,FALSE,,,,, +electronics.n.01,liquid,0,0,FALSE,,,,, +electronics.n.01,heatSource,0,0,FALSE,,,,, +electronics.n.01,fireSource,0,0,FALSE,,,,, +electronics.n.01,cookable,0,0,FALSE,,,,, +electronics.n.01,coldSource,0,0,FALSE,,,,, +electronics.n.01,sliceable,0,0,FALSE,,,,, +electronics.n.01,slicer,1,0,FALSE,,,,, +electronics.n.01,soakable,0,0,FALSE,,,,, +fertilizer.n.01,liquid,0,1,FALSE,,,,, +fertilizer.n.01,heatSource,0,0,FALSE,,,,, +fertilizer.n.01,fireSource,1,0,FALSE,,,,, +fertilizer.n.01,cookable,0,0,FALSE,,,,, +fertilizer.n.01,coldSource,0,0,FALSE,,,,, +fertilizer.n.01,sliceable,0,0,FALSE,,,,, +fertilizer.n.01,slicer,0,0,FALSE,,,,, +fertilizer.n.01,soakable,0,0,FALSE,,,,, +gravy.n.01,liquid,1,1,FALSE,,,,, +gravy.n.01,heatSource,0,0,FALSE,,,,, +gravy.n.01,fireSource,1,0,FALSE,,,,, +gravy.n.01,cookable,0,1,TRUE,37,UNKNOWN,,,coocable but can be eaten directly +gravy.n.01,coldSource,1,0,FALSE,,,,, +gravy.n.01,sliceable,0,0,FALSE,,,,, +gravy.n.01,slicer,0,0,FALSE,,,,, +gravy.n.01,soakable,0,0,FALSE,,,,, +hair.n.01,liquid,0,0,FALSE,,,,, +hair.n.01,heatSource,0,0,FALSE,,,,, +hair.n.01,fireSource,0,0,FALSE,,,,, +hair.n.01,cookable,0,0,FALSE,,,,, +hair.n.01,coldSource,0,0,FALSE,,,,, +hair.n.01,sliceable,0,0,FALSE,,,,, +hair.n.01,slicer,0,0,FALSE,,,,, +hair.n.01,soakable,0,0,FALSE,,,,, +lining.n.01,liquid,0,0,FALSE,,,,, +lining.n.01,heatSource,0,0,FALSE,,,,, +lining.n.01,fireSource,0,0,FALSE,,,,, +lining.n.01,cookable,0,0,FALSE,,,,, +lining.n.01,coldSource,0,0,FALSE,,,,, +lining.n.01,sliceable,0,0,FALSE,,,,, +lining.n.01,slicer,0,0,FALSE,,,,, +lining.n.01,soakable,1,0,FALSE,,,,, +log.n.01,liquid,0,0,FALSE,,,,, +log.n.01,heatSource,1,0,FALSE,,,,, +log.n.01,fireSource,0,1,FALSE,,,,, +log.n.01,cookable,0,0,FALSE,,,,, +log.n.01,coldSource,0,0,FALSE,,,,, +log.n.01,sliceable,0,1,FALSE,,,,, +log.n.01,slicer,1,0,FALSE,,,,, +log.n.01,soakable,0,1,FALSE,,,,, +mask.n.02,liquid,0,0,FALSE,,,,, +mask.n.02,heatSource,0,0,FALSE,,,,, +mask.n.02,fireSource,0,0,FALSE,,,,, +mask.n.02,cookable,0,0,FALSE,,,,, +mask.n.02,coldSource,0,0,FALSE,,,,, +mask.n.02,sliceable,0,0,FALSE,,,,, +mask.n.02,slicer,1,0,FALSE,,,,, +mask.n.02,soakable,0,1,FALSE,,,,, +pole.n.01,liquid,0,0,FALSE,,,,, +pole.n.01,heatSource,0,0,FALSE,,,,, +pole.n.01,fireSource,0,0,FALSE,,,,, +pole.n.01,cookable,0,0,FALSE,,,,, +pole.n.01,coldSource,0,0,FALSE,,,,, +pole.n.01,sliceable,0,0,FALSE,,,,, +pole.n.01,slicer,1,0,FALSE,,,,, +pole.n.01,soakable,0,0,FALSE,,,,, +seafood.n.01,liquid,0,0,FALSE,,,,, +seafood.n.01,heatSource,0,0,FALSE,,,,, +seafood.n.01,fireSource,1,0,FALSE,,,,, +seafood.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +seafood.n.01,coldSource,0,0,FALSE,,,,, +seafood.n.01,sliceable,0,1,FALSE,,,,, +seafood.n.01,slicer,0,0,FALSE,,,,, +seafood.n.01,soakable,0,0,FALSE,,,,, +shrub.n.01,liquid,0,0,FALSE,,,,, +shrub.n.01,heatSource,0,0,FALSE,,,,, +shrub.n.01,fireSource,0,1,FALSE,,,,, +shrub.n.01,cookable,0,0,FALSE,,,,, +shrub.n.01,coldSource,0,0,FALSE,,,,, +shrub.n.01,sliceable,0,0,FALSE,,,,, +shrub.n.01,slicer,0,0,FALSE,,,,, +shrub.n.01,soakable,0,0,FALSE,,,,, +tarpaulin.n.01,liquid,0,0,FALSE,,,,, +tarpaulin.n.01,heatSource,0,0,FALSE,,,,, +tarpaulin.n.01,fireSource,0,0,FALSE,,,,, +tarpaulin.n.01,cookable,0,0,FALSE,,,,, +tarpaulin.n.01,coldSource,0,0,FALSE,,,,, +tarpaulin.n.01,sliceable,0,0,FALSE,,,,, +tarpaulin.n.01,slicer,1,0,FALSE,,,,, +tarpaulin.n.01,soakable,1,1,FALSE,,,,, +acid.n.01,liquid,0,1,FALSE,,,,, +acid.n.01,heatSource,0,0,FALSE,,,,, +acid.n.01,fireSource,0,0,FALSE,,,,, +acid.n.01,cookable,0,0,FALSE,,,,, +acid.n.01,coldSource,0,0,FALSE,,,,, +acid.n.01,sliceable,0,0,FALSE,,,,, +acid.n.01,slicer,0,0,FALSE,,,,, +acid.n.01,soakable,0,0,FALSE,,,,, +cauliflower.n.01,liquid,0,0,FALSE,,,,, +cauliflower.n.01,heatSource,0,0,FALSE,,,,, +cauliflower.n.01,fireSource,1,0,FALSE,,,,, +cauliflower.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cauliflower.n.01,coldSource,0,0,FALSE,,,,, +cauliflower.n.01,sliceable,0,0,FALSE,,,,, +cauliflower.n.01,slicer,0,0,FALSE,,,,, +cauliflower.n.01,soakable,0,0,FALSE,,,,, +coriander.n.03,liquid,0,0,FALSE,,,,, +coriander.n.03,heatSource,0,0,FALSE,,,,, +coriander.n.03,fireSource,0,0,FALSE,,,,, +coriander.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +coriander.n.03,coldSource,0,0,FALSE,,,,, +coriander.n.03,sliceable,0,0,FALSE,,,,, +coriander.n.03,slicer,0,0,FALSE,,,,, +coriander.n.03,soakable,0,0,FALSE,,,,, +grocery.n.02,liquid,0,0,FALSE,,,,, +grocery.n.02,heatSource,0,0,FALSE,,,,, +grocery.n.02,fireSource,0,0,FALSE,,,,, +grocery.n.02,cookable,0,1,TRUE,not cookable,UNKNOWN,,, +grocery.n.02,coldSource,0,0,FALSE,,,,, +grocery.n.02,sliceable,0,1,FALSE,,,,, +grocery.n.02,slicer,0,0,FALSE,,,,, +grocery.n.02,soakable,0,0,FALSE,,,,, +lace.n.01,liquid,0,0,FALSE,,,,, +lace.n.01,heatSource,0,0,FALSE,,,,, +lace.n.01,fireSource,0,0,FALSE,,,,, +lace.n.01,cookable,0,0,FALSE,,,,, +lace.n.01,coldSource,0,0,FALSE,,,,, +lace.n.01,sliceable,0,0,FALSE,,,,, +lace.n.01,slicer,0,0,FALSE,,,,, +lace.n.01,soakable,0,1,FALSE,,,,, +marinade.n.01,liquid,1,1,FALSE,,,,, +marinade.n.01,heatSource,0,0,FALSE,,,,, +marinade.n.01,fireSource,1,0,FALSE,,,,, +marinade.n.01,cookable,0,1,TRUE,37,UNKNOWN,https://www.modernhoney.com/the-best-chicken-marinade-recipe/,, +marinade.n.01,coldSource,1,0,FALSE,,,,, +marinade.n.01,sliceable,0,0,FALSE,,,,, +marinade.n.01,slicer,0,0,FALSE,,,,, +marinade.n.01,soakable,0,0,FALSE,,,,, +nutmeg.n.02,liquid,0,0,FALSE,,,,, +nutmeg.n.02,heatSource,0,0,FALSE,,,,, +nutmeg.n.02,fireSource,0,0,FALSE,,,,, +nutmeg.n.02,cookable,0,1,TRUE,58,UNKNOWN,,, +nutmeg.n.02,coldSource,0,0,FALSE,,,,, +nutmeg.n.02,sliceable,0,0,FALSE,,,,, +nutmeg.n.02,slicer,0,0,FALSE,,,,, +nutmeg.n.02,soakable,0,0,FALSE,,,,, +pesticide.n.01,liquid,1,1,FALSE,,,,, +pesticide.n.01,heatSource,0,0,FALSE,,,,, +pesticide.n.01,fireSource,0,0,FALSE,,,,, +pesticide.n.01,cookable,0,0,FALSE,,,,, +pesticide.n.01,coldSource,1,0,FALSE,,,,, +pesticide.n.01,sliceable,0,0,FALSE,,,,, +pesticide.n.01,slicer,0,0,FALSE,,,,, +pesticide.n.01,soakable,0,0,FALSE,,,,, +pie.n.01,liquid,0,0,FALSE,,,,, +pie.n.01,heatSource,0,0,FALSE,,,,, +pie.n.01,fireSource,1,0,FALSE,,,,, +pie.n.01,cookable,0,1,TRUE,190,UNKNOWN,https://www.foodnetwork.com/recipes/food-network-kitchen/apple-pie-recipe-2011423,, +pie.n.01,coldSource,1,0,FALSE,,,,, +pie.n.01,sliceable,0,1,FALSE,,,,, +pie.n.01,slicer,0,0,FALSE,,,,, +pie.n.01,soakable,0,0,FALSE,,,,, +silk.n.01,liquid,0,0,FALSE,,,,, +silk.n.01,heatSource,0,0,FALSE,,,,, +silk.n.01,fireSource,0,0,FALSE,,,,, +silk.n.01,cookable,0,0,FALSE,,,,, +silk.n.01,coldSource,0,0,FALSE,,,,, +silk.n.01,sliceable,0,0,FALSE,,,,, +silk.n.01,slicer,0,0,FALSE,,,,, +silk.n.01,soakable,1,1,FALSE,,,,, +staple.n.04,liquid,0,0,FALSE,,,,, +staple.n.04,heatSource,0,0,FALSE,,,,, +staple.n.04,fireSource,0,0,FALSE,,,,, +staple.n.04,cookable,0,0,FALSE,,,,, +staple.n.04,coldSource,0,0,FALSE,,,,, +staple.n.04,sliceable,0,0,FALSE,,,,, +staple.n.04,slicer,0,0,FALSE,,,,, +staple.n.04,soakable,0,0,FALSE,,,,, +broth.n.01,liquid,1,1,FALSE,,,,, +broth.n.01,heatSource,0,0,FALSE,,,,, +broth.n.01,fireSource,1,0,FALSE,,,,, +broth.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.tasteofhome.com/recipes/homemade-chicken-broth/,, +broth.n.01,coldSource,1,0,FALSE,,,,, +broth.n.01,sliceable,0,0,FALSE,,,,, +broth.n.01,slicer,0,0,FALSE,,,,, +broth.n.01,soakable,0,0,FALSE,,,,, +store.n.02,liquid,0,0,FALSE,,,,, +store.n.02,heatSource,0,0,FALSE,,,,, +store.n.02,fireSource,0,0,FALSE,,,,, +store.n.02,cookable,0,0,FALSE,,,,, +store.n.02,coldSource,0,0,FALSE,,,,, +store.n.02,sliceable,0,0,FALSE,,,,, +store.n.02,slicer,0,0,FALSE,,,,, +store.n.02,soakable,0,0,FALSE,,,,, +sweetening.n.01,liquid,0,0,FALSE,,,,, +sweetening.n.01,heatSource,0,0,FALSE,,,,, +sweetening.n.01,fireSource,1,0,FALSE,,,,, +sweetening.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +sweetening.n.01,coldSource,0,0,FALSE,,,,, +sweetening.n.01,sliceable,0,0,FALSE,,,,, +sweetening.n.01,slicer,0,0,FALSE,,,,, +sweetening.n.01,soakable,0,0,FALSE,,,,, +tablet.n.03,liquid,0,0,FALSE,,,,, +tablet.n.03,heatSource,0,0,FALSE,,,,, +tablet.n.03,fireSource,0,0,FALSE,,,,, +tablet.n.03,cookable,0,0,FALSE,,,,, +tablet.n.03,coldSource,0,0,FALSE,,,,, +tablet.n.03,sliceable,0,0,FALSE,,,,, +tablet.n.03,slicer,1,0,FALSE,,,,, +tablet.n.03,soakable,0,0,FALSE,,,,, +wool.n.01,liquid,0,0,FALSE,,,,, +wool.n.01,heatSource,0,0,FALSE,,,,, +wool.n.01,fireSource,0,0,FALSE,,,,, +wool.n.01,cookable,0,0,FALSE,,,,, +wool.n.01,coldSource,0,0,FALSE,,,,, +wool.n.01,sliceable,0,0,FALSE,,,,, +wool.n.01,slicer,0,0,FALSE,,,,, +wool.n.01,soakable,1,1,FALSE,,,,, +asparagus.n.02,liquid,0,0,FALSE,,,,, +asparagus.n.02,heatSource,0,0,FALSE,,,,, +asparagus.n.02,fireSource,1,0,FALSE,,,,, +asparagus.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +asparagus.n.02,coldSource,0,0,FALSE,,,,, +asparagus.n.02,sliceable,0,1,FALSE,,,,, +asparagus.n.02,slicer,0,0,FALSE,,,,, +asparagus.n.02,soakable,0,0,FALSE,,,,, +cooler.n.01,liquid,0,0,FALSE,,,,, +cooler.n.01,heatSource,0,0,FALSE,,,,, +cooler.n.01,fireSource,0,0,FALSE,,,,, +cooler.n.01,cookable,1,0,FALSE,,,,, +cooler.n.01,coldSource,1,1,FALSE,,,,, +cooler.n.01,sliceable,0,0,FALSE,,,,, +cooler.n.01,slicer,1,0,FALSE,,,,, +cooler.n.01,soakable,0,0,FALSE,,,,, +lamp.n.01,liquid,0,0,FALSE,,,,, +lamp.n.01,heatSource,0,1,FALSE,,,,, +lamp.n.01,fireSource,0,0,FALSE,,,,, +lamp.n.01,cookable,0,0,FALSE,,,,, +lamp.n.01,coldSource,0,0,FALSE,,,,, +lamp.n.01,sliceable,0,0,FALSE,,,,, +lamp.n.01,slicer,1,0,FALSE,,,,, +lamp.n.01,soakable,0,0,FALSE,,,,, +mud.n.01,liquid,0,0,FALSE,,,,, +mud.n.01,heatSource,0,0,FALSE,,,,, +mud.n.01,fireSource,0,0,FALSE,,,,, +mud.n.01,cookable,0,0,FALSE,,,,, +mud.n.01,coldSource,0,0,FALSE,,,,, +mud.n.01,sliceable,0,0,FALSE,,,,, +mud.n.01,slicer,0,0,FALSE,,,,, +mud.n.01,soakable,0,0,FALSE,,,,, +mulch.n.01,liquid,0,0,FALSE,,,,, +mulch.n.01,heatSource,0,0,FALSE,,,,, +mulch.n.01,fireSource,0,1,FALSE,,,,, +mulch.n.01,cookable,0,0,FALSE,,,,, +mulch.n.01,coldSource,0,0,FALSE,,,,, +mulch.n.01,sliceable,0,0,FALSE,,,,, +mulch.n.01,slicer,0,0,FALSE,,,,, +mulch.n.01,soakable,0,0,FALSE,,,,, +panel.n.01,liquid,0,0,FALSE,,,,, +panel.n.01,heatSource,0,0,FALSE,,,,, +panel.n.01,fireSource,0,0,FALSE,,,,, +panel.n.01,cookable,0,0,FALSE,,,,, +panel.n.01,coldSource,0,0,FALSE,,,,, +panel.n.01,sliceable,0,0,FALSE,,,,, +panel.n.01,slicer,1,0,FALSE,,,,, +panel.n.01,soakable,1,1,FALSE,,,,, +control_panel.n.01,liquid,0,0,FALSE,,,,, +control_panel.n.01,heatSource,0,0,FALSE,,,,, +control_panel.n.01,fireSource,0,0,FALSE,,,,, +control_panel.n.01,cookable,0,0,FALSE,,,,, +control_panel.n.01,coldSource,0,0,FALSE,,,,, +control_panel.n.01,sliceable,0,0,FALSE,,,,, +control_panel.n.01,slicer,1,0,FALSE,,,,, +control_panel.n.01,soakable,0,0,FALSE,,,,, +slide_fastener.n.01,liquid,0,0,FALSE,,,,, +slide_fastener.n.01,heatSource,0,0,FALSE,,,,, +slide_fastener.n.01,fireSource,0,0,FALSE,,,,, +slide_fastener.n.01,cookable,0,0,FALSE,,,,, +slide_fastener.n.01,coldSource,0,0,FALSE,,,,, +slide_fastener.n.01,sliceable,0,0,FALSE,,,,, +slide_fastener.n.01,slicer,0,0,FALSE,,,,, +slide_fastener.n.01,soakable,0,0,FALSE,,,,, +acetone.n.01,liquid,1,1,FALSE,,,,, +acetone.n.01,heatSource,0,0,FALSE,,,,, +acetone.n.01,fireSource,0,0,FALSE,,,,, +acetone.n.01,cookable,0,0,FALSE,,,,, +acetone.n.01,coldSource,0,0,FALSE,,,,, +acetone.n.01,sliceable,0,0,FALSE,,,,, +acetone.n.01,slicer,0,0,FALSE,,,,, +acetone.n.01,soakable,0,0,FALSE,,,,, +batter.n.02,liquid,1,1,FALSE,,,,, +batter.n.02,heatSource,0,0,FALSE,,,,, +batter.n.02,fireSource,1,0,FALSE,,,,, +batter.n.02,cookable,0,1,TRUE,190,UNKNOWN,https://www.kidspot.com.au/kitchen/recipes/basic-batter-recipe/mqqv2vp5,, +batter.n.02,coldSource,1,0,FALSE,,,,, +batter.n.02,sliceable,0,0,FALSE,,,,, +batter.n.02,slicer,0,0,FALSE,,,,, +batter.n.02,soakable,1,0,FALSE,,,,, +belt.n.01,liquid,0,0,FALSE,,,,, +belt.n.01,heatSource,0,0,FALSE,,,,, +belt.n.01,fireSource,0,0,FALSE,,,,, +belt.n.01,cookable,0,0,FALSE,,,,, +belt.n.01,coldSource,0,0,FALSE,,,,, +belt.n.01,sliceable,0,0,FALSE,,,,, +belt.n.01,slicer,1,0,FALSE,,,,, +belt.n.01,soakable,0,0,FALSE,,,,, +belt.n.02,liquid,0,0,FALSE,,,,, +belt.n.02,heatSource,0,0,FALSE,,,,, +belt.n.02,fireSource,0,0,FALSE,,,,, +belt.n.02,cookable,0,0,FALSE,,,,, +belt.n.02,coldSource,0,0,FALSE,,,,, +belt.n.02,sliceable,0,0,FALSE,,,,, +belt.n.02,slicer,1,0,FALSE,,,,, +belt.n.02,soakable,0,0,FALSE,,,,, +blueberry.n.02,liquid,0,0,FALSE,,,,, +blueberry.n.02,heatSource,0,0,FALSE,,,,, +blueberry.n.02,fireSource,0,0,FALSE,,,,, +blueberry.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +blueberry.n.02,coldSource,1,0,FALSE,,,,, +blueberry.n.02,sliceable,0,1,FALSE,,,,, +blueberry.n.02,slicer,0,0,FALSE,,,,, +blueberry.n.02,soakable,0,0,FALSE,,,,, +bracket.n.04,liquid,0,0,FALSE,,,,, +bracket.n.04,heatSource,0,0,FALSE,,,,, +bracket.n.04,fireSource,0,0,FALSE,,,,, +bracket.n.04,cookable,0,0,FALSE,,,,, +bracket.n.04,coldSource,0,0,FALSE,,,,, +bracket.n.04,sliceable,0,0,FALSE,,,,, +bracket.n.04,slicer,0,0,FALSE,,,,, +bracket.n.04,soakable,0,0,FALSE,,,,, +bun.n.01,liquid,0,0,FALSE,,,,, +bun.n.01,heatSource,0,0,FALSE,,,,, +bun.n.01,fireSource,1,0,FALSE,,,,, +bun.n.01,cookable,0,1,TRUE,177,UNKNOWN,"https://www.epicurious.com/expert-advice/how-to-toast-hamburger-and-hot-dog-buns-article#:~:text=Bake%20Them,lightly%20crispy%2C%20about%205%20minutes.",, +bun.n.01,coldSource,0,0,FALSE,,,,, +bun.n.01,sliceable,0,1,FALSE,,,,, +bun.n.01,slicer,1,0,FALSE,,,,, +bun.n.01,soakable,1,0,FALSE,,,,, +cabbage.n.03,liquid,0,0,FALSE,,,,, +cabbage.n.03,heatSource,0,0,FALSE,,,,, +cabbage.n.03,fireSource,1,0,FALSE,,,,, +cabbage.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cabbage.n.03,coldSource,0,0,FALSE,,,,, +cabbage.n.03,sliceable,0,1,FALSE,,,,, +cabbage.n.03,slicer,0,0,FALSE,,,,, +cabbage.n.03,soakable,0,0,FALSE,,,,, +clip.n.03,liquid,0,0,FALSE,,,,, +clip.n.03,heatSource,0,0,FALSE,,,,, +clip.n.03,fireSource,0,0,FALSE,,,,, +clip.n.03,cookable,0,0,FALSE,,,,, +clip.n.03,coldSource,0,0,FALSE,,,,, +clip.n.03,sliceable,0,0,FALSE,,,,, +clip.n.03,slicer,1,0,FALSE,,,,, +clip.n.03,soakable,0,0,FALSE,,,,, +condiment.n.01,liquid,0,0,FALSE,,,,, +condiment.n.01,heatSource,0,0,FALSE,,,,, +condiment.n.01,fireSource,1,0,FALSE,,,,, +condiment.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +condiment.n.01,coldSource,0,0,FALSE,,,,, +condiment.n.01,sliceable,0,0,FALSE,,,,, +condiment.n.01,slicer,0,0,FALSE,,,,, +condiment.n.01,soakable,0,0,FALSE,,,,, +cumin.n.02,liquid,0,0,FALSE,,,,, +cumin.n.02,heatSource,0,0,FALSE,,,,, +cumin.n.02,fireSource,1,0,FALSE,,,,, +cumin.n.02,cookable,0,1,TRUE,58,UNKNOWN,,, +cumin.n.02,coldSource,0,0,FALSE,,,,, +cumin.n.02,sliceable,0,0,FALSE,,,,, +cumin.n.02,slicer,0,0,FALSE,,,,, +cumin.n.02,soakable,0,0,FALSE,,,,, +fire.n.01,liquid,0,0,FALSE,,,,, +fire.n.01,heatSource,1,1,FALSE,,,,, +fire.n.01,fireSource,0,0,FALSE,,,,, +fire.n.01,cookable,0,0,FALSE,,,,, +fire.n.01,coldSource,0,0,FALSE,,,,, +fire.n.01,sliceable,0,0,FALSE,,,,, +fire.n.01,slicer,0,0,FALSE,,,,, +fire.n.01,soakable,0,0,FALSE,,,,, +game.n.09,liquid,0,0,FALSE,,,,, +game.n.09,heatSource,0,0,FALSE,,,,, +game.n.09,fireSource,0,0,FALSE,,,,, +game.n.09,cookable,0,0,FALSE,,,,, +game.n.09,coldSource,0,0,FALSE,,,,, +game.n.09,sliceable,0,0,FALSE,,,,, +game.n.09,slicer,1,0,FALSE,,,,, +game.n.09,soakable,1,0,FALSE,,,,, +ham.n.01,liquid,0,0,FALSE,,,,, +ham.n.01,heatSource,0,0,FALSE,,,,, +ham.n.01,fireSource,1,0,FALSE,,,,, +ham.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +ham.n.01,coldSource,0,0,FALSE,,,,, +ham.n.01,sliceable,0,1,FALSE,,,,, +ham.n.01,slicer,0,0,FALSE,,,,, +ham.n.01,soakable,0,0,FALSE,,,,, +hamper.n.02,liquid,0,0,FALSE,,,,, +hamper.n.02,heatSource,0,0,FALSE,,,,, +hamper.n.02,fireSource,0,0,FALSE,,,,, +hamper.n.02,cookable,0,0,FALSE,,,,, +hamper.n.02,coldSource,0,0,FALSE,,,,, +hamper.n.02,sliceable,0,0,FALSE,,,,, +hamper.n.02,slicer,1,0,FALSE,,,,, +hamper.n.02,soakable,1,0,FALSE,,,,, +lint.n.01,liquid,0,0,FALSE,,,,, +lint.n.01,heatSource,0,0,FALSE,,,,, +lint.n.01,fireSource,0,1,FALSE,,,,, +lint.n.01,cookable,0,0,FALSE,,,,, +lint.n.01,coldSource,0,0,FALSE,,,,, +lint.n.01,sliceable,0,0,FALSE,,,,, +lint.n.01,slicer,0,0,FALSE,,,,, +lint.n.01,soakable,0,1,FALSE,,,,, +marker.n.03,liquid,0,0,FALSE,,,,, +marker.n.03,heatSource,0,0,FALSE,,,,, +marker.n.03,fireSource,0,0,FALSE,,,,, +marker.n.03,cookable,0,0,FALSE,,,,, +marker.n.03,coldSource,1,0,FALSE,,,,, +marker.n.03,sliceable,0,0,FALSE,,,,, +marker.n.03,slicer,1,0,FALSE,,,,, +marker.n.03,soakable,0,0,FALSE,,,,, +pipe.n.02,liquid,0,0,FALSE,,,,, +pipe.n.02,heatSource,0,0,FALSE,,,,, +pipe.n.02,fireSource,0,0,FALSE,,,,, +pipe.n.02,cookable,0,0,FALSE,,,,, +pipe.n.02,coldSource,0,0,FALSE,,,,, +pipe.n.02,sliceable,0,0,FALSE,,,,, +pipe.n.02,slicer,1,0,FALSE,,,,, +pipe.n.02,soakable,0,0,FALSE,,,,, +seawater.n.01,liquid,1,1,FALSE,,,,, +seawater.n.01,heatSource,0,0,FALSE,,,,, +seawater.n.01,fireSource,0,0,FALSE,,,,, +seawater.n.01,cookable,0,0,FALSE,,,,, +seawater.n.01,coldSource,0,0,FALSE,,,,, +seawater.n.01,sliceable,0,0,FALSE,,,,, +seawater.n.01,slicer,0,0,FALSE,,,,, +seawater.n.01,soakable,0,0,FALSE,,,,, +snow.n.01,liquid,0,0,FALSE,,,,, +snow.n.01,heatSource,0,0,FALSE,,,,, +snow.n.01,fireSource,0,0,FALSE,,,,, +snow.n.01,cookable,0,0,FALSE,,,,, +snow.n.01,coldSource,0,0,FALSE,,,,, +snow.n.01,sliceable,0,0,FALSE,,,,, +snow.n.01,slicer,0,0,FALSE,,,,, +snow.n.01,soakable,0,0,FALSE,,,,, +tire.n.01,liquid,0,0,FALSE,,,,, +tire.n.01,heatSource,0,0,FALSE,,,,, +tire.n.01,fireSource,0,0,FALSE,,,,, +tire.n.01,cookable,0,0,FALSE,,,,, +tire.n.01,coldSource,0,0,FALSE,,,,, +tire.n.01,sliceable,0,0,FALSE,,,,, +tire.n.01,slicer,0,0,FALSE,,,,, +tire.n.01,soakable,0,0,FALSE,,,,, +artwork.n.01,liquid,0,0,FALSE,,,,, +artwork.n.01,heatSource,0,0,FALSE,,,,, +artwork.n.01,fireSource,0,0,FALSE,,,,, +artwork.n.01,cookable,0,0,FALSE,,,,, +artwork.n.01,coldSource,1,0,FALSE,,,,, +artwork.n.01,sliceable,0,0,FALSE,,,,, +artwork.n.01,slicer,0,0,FALSE,,,,, +artwork.n.01,soakable,1,0,FALSE,,,,, +avocado.n.01,liquid,0,0,FALSE,,,,, +avocado.n.01,heatSource,0,0,FALSE,,,,, +avocado.n.01,fireSource,0,0,FALSE,,,,, +avocado.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +avocado.n.01,coldSource,0,0,FALSE,,,,, +avocado.n.01,sliceable,0,1,FALSE,,,,, +avocado.n.01,slicer,0,0,FALSE,,,,, +avocado.n.01,soakable,0,0,FALSE,,,,, +bone.n.01,liquid,0,0,FALSE,,,,, +bone.n.01,heatSource,0,0,FALSE,,,,, +bone.n.01,fireSource,0,0,FALSE,,,,, +bone.n.01,cookable,0,1,TRUE,218,UNKNOWN,"https://www.foodabovegold.com/how-to-roast-bones/#:~:text=Preheat%20your%20oven%20to%20425,not%20burn%20any%20residual%20meat.",, +bone.n.01,coldSource,0,0,FALSE,,,,, +bone.n.01,sliceable,0,0,FALSE,,,,, +bone.n.01,slicer,0,0,FALSE,,,,, +bone.n.01,soakable,0,0,FALSE,,,,, +cornstarch.n.01,liquid,0,0,FALSE,,,,, +cornstarch.n.01,heatSource,0,0,FALSE,,,,, +cornstarch.n.01,fireSource,1,0,FALSE,,,,, +cornstarch.n.01,cookable,0,1,TRUE,90,UNKNOWN,"https://www.exploratorium.edu/cooking/icooks/10-06-03.html#:~:text=Cornstarch%20is%20one%20of%20the,turns%20from%20opaque%20to%20transparent.",, +cornstarch.n.01,coldSource,1,0,FALSE,,,,, +cornstarch.n.01,sliceable,0,0,FALSE,,,,, +cornstarch.n.01,slicer,1,0,FALSE,,,,, +cornstarch.n.01,soakable,0,0,FALSE,,,,, +gift.n.01,liquid,0,0,FALSE,,,,, +gift.n.01,heatSource,0,0,FALSE,,,,, +gift.n.01,fireSource,0,0,FALSE,,,,, +gift.n.01,cookable,0,0,FALSE,,,,, +gift.n.01,coldSource,0,0,FALSE,,,,, +gift.n.01,sliceable,0,0,FALSE,,,,, +gift.n.01,slicer,0,0,FALSE,,,,, +gift.n.01,soakable,0,0,FALSE,,,,, +greens.n.01,liquid,0,0,FALSE,,,,, +greens.n.01,heatSource,0,0,FALSE,,,,, +greens.n.01,fireSource,1,0,FALSE,,,,, +greens.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +greens.n.01,coldSource,0,0,FALSE,,,,, +greens.n.01,sliceable,0,1,FALSE,,,,, +greens.n.01,slicer,0,0,FALSE,,,,, +greens.n.01,soakable,1,0,FALSE,,,,, +jacket.n.01,liquid,0,0,FALSE,,,,, +jacket.n.01,heatSource,0,0,FALSE,,,,, +jacket.n.01,fireSource,0,0,FALSE,,,,, +jacket.n.01,cookable,0,0,FALSE,,,,, +jacket.n.01,coldSource,0,0,FALSE,,,,, +jacket.n.01,sliceable,0,0,FALSE,,,,, +jacket.n.01,slicer,1,0,FALSE,,,,, +jacket.n.01,soakable,1,1,FALSE,,,,, +mattress.n.01,liquid,0,0,FALSE,,,,, +mattress.n.01,heatSource,0,0,FALSE,,,,, +mattress.n.01,fireSource,0,0,FALSE,,,,, +mattress.n.01,cookable,0,0,FALSE,,,,, +mattress.n.01,coldSource,1,0,FALSE,,,,, +mattress.n.01,sliceable,0,0,FALSE,,,,, +mattress.n.01,slicer,0,0,FALSE,,,,, +mattress.n.01,soakable,0,1,FALSE,,,,, +mildew.n.02,liquid,0,0,FALSE,,,,, +mildew.n.02,heatSource,0,0,FALSE,,,,, +mildew.n.02,fireSource,0,0,FALSE,,,,, +mildew.n.02,cookable,0,0,FALSE,,,,, +mildew.n.02,coldSource,0,0,FALSE,,,,, +mildew.n.02,sliceable,0,0,FALSE,,,,, +mildew.n.02,slicer,0,0,FALSE,,,,, +mildew.n.02,soakable,0,0,FALSE,,,,, +noodle.n.01,liquid,0,0,FALSE,,,,, +noodle.n.01,heatSource,0,0,FALSE,,,,, +noodle.n.01,fireSource,1,0,FALSE,,,,, +noodle.n.01,cookable,0,1,TRUE,100,UNKNOWN,"https://foodviva.com/cooking-basics/how-to-boil-noodles/#:~:text=Boil%206%20cups%20water%20in,Stir%20occasionally%20in%20between.",, +noodle.n.01,coldSource,1,0,FALSE,,,,, +noodle.n.01,sliceable,0,0,FALSE,,,,, +noodle.n.01,slicer,1,0,FALSE,,,,, +noodle.n.01,soakable,1,0,FALSE,,,,, +pin.n.09,liquid,0,0,FALSE,,,,, +pin.n.09,heatSource,0,0,FALSE,,,,, +pin.n.09,fireSource,0,0,FALSE,,,,, +pin.n.09,cookable,0,0,FALSE,,,,, +pin.n.09,coldSource,0,0,FALSE,,,,, +pin.n.09,sliceable,0,0,FALSE,,,,, +pin.n.09,slicer,1,0,FALSE,,,,, +pin.n.09,soakable,0,0,FALSE,,,,, +steam.n.01,liquid,0,0,FALSE,,,,, +steam.n.01,heatSource,1,0,FALSE,,,,, +steam.n.01,fireSource,1,0,FALSE,,,,, +steam.n.01,cookable,0,0,FALSE,,,,, +steam.n.01,coldSource,0,0,FALSE,,,,, +steam.n.01,sliceable,0,0,FALSE,,,,, +steam.n.01,slicer,0,0,FALSE,,,,, +steam.n.01,soakable,0,0,FALSE,,,,, +tablecloth.n.01,liquid,0,0,FALSE,,,,, +tablecloth.n.01,heatSource,0,0,FALSE,,,,, +tablecloth.n.01,fireSource,0,0,FALSE,,,,, +tablecloth.n.01,cookable,0,0,FALSE,,,,, +tablecloth.n.01,coldSource,0,0,FALSE,,,,, +tablecloth.n.01,sliceable,0,0,FALSE,,,,, +tablecloth.n.01,slicer,1,0,FALSE,,,,, +tablecloth.n.01,soakable,1,1,FALSE,,,,, +tank.n.02,liquid,0,0,FALSE,,,,, +tank.n.02,heatSource,0,0,FALSE,,,,, +tank.n.02,fireSource,0,0,FALSE,,,,, +tank.n.02,cookable,0,0,FALSE,,,,, +tank.n.02,coldSource,0,0,FALSE,,,,, +tank.n.02,sliceable,0,0,FALSE,,,,, +tank.n.02,slicer,1,0,FALSE,,,,, +tank.n.02,soakable,0,0,FALSE,,,,, +charcoal.n.01,liquid,0,0,FALSE,,,,, +charcoal.n.01,heatSource,1,0,FALSE,,,,, +charcoal.n.01,fireSource,1,1,FALSE,,,,, +charcoal.n.01,cookable,0,0,FALSE,,,,, +charcoal.n.01,coldSource,0,0,FALSE,,,,, +charcoal.n.01,sliceable,0,0,FALSE,,,,, +charcoal.n.01,slicer,1,0,FALSE,,,,, +charcoal.n.01,soakable,0,0,FALSE,,,,, +clothesline.n.01,liquid,0,0,FALSE,,,,, +clothesline.n.01,heatSource,0,0,FALSE,,,,, +clothesline.n.01,fireSource,0,0,FALSE,,,,, +clothesline.n.01,cookable,0,0,FALSE,,,,, +clothesline.n.01,coldSource,0,0,FALSE,,,,, +clothesline.n.01,sliceable,0,0,FALSE,,,,, +clothesline.n.01,slicer,1,0,FALSE,,,,, +clothesline.n.01,soakable,0,1,FALSE,,,,, +rod.n.01,liquid,0,0,FALSE,,,,, +rod.n.01,heatSource,0,0,FALSE,,,,, +rod.n.01,fireSource,0,0,FALSE,,,,, +rod.n.01,cookable,0,0,FALSE,,,,, +rod.n.01,coldSource,0,0,FALSE,,,,, +rod.n.01,sliceable,0,1,FALSE,,,,, +rod.n.01,slicer,1,0,FALSE,,,,, +rod.n.01,soakable,0,0,FALSE,,,,, +foam.n.01,liquid,0,0,FALSE,,,,, +foam.n.01,heatSource,0,0,FALSE,,,,, +foam.n.01,fireSource,0,0,FALSE,,,,, +foam.n.01,cookable,0,0,FALSE,,,,, +foam.n.01,coldSource,0,0,FALSE,,,,, +foam.n.01,sliceable,0,1,FALSE,,,,, +foam.n.01,slicer,0,0,FALSE,,,,, +foam.n.01,soakable,0,1,FALSE,,,,, +jewelry.n.01,liquid,0,0,FALSE,,,,, +jewelry.n.01,heatSource,0,0,FALSE,,,,, +jewelry.n.01,fireSource,0,0,FALSE,,,,, +jewelry.n.01,cookable,0,0,FALSE,,,,, +jewelry.n.01,coldSource,0,0,FALSE,,,,, +jewelry.n.01,sliceable,0,0,FALSE,,,,, +jewelry.n.01,slicer,0,0,FALSE,,,,, +jewelry.n.01,soakable,0,0,FALSE,,,,, +kale.n.03,liquid,0,0,FALSE,,,,, +kale.n.03,heatSource,0,0,FALSE,,,,, +kale.n.03,fireSource,1,0,FALSE,,,,, +kale.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +kale.n.03,coldSource,0,0,FALSE,,,,, +kale.n.03,sliceable,0,1,FALSE,,,,, +kale.n.03,slicer,0,0,FALSE,,,,, +kale.n.03,soakable,0,0,FALSE,,,,, +nozzle.n.01,liquid,1,0,FALSE,,,,, +nozzle.n.01,heatSource,0,0,FALSE,,,,, +nozzle.n.01,fireSource,0,0,FALSE,,,,, +nozzle.n.01,cookable,0,0,FALSE,,,,, +nozzle.n.01,coldSource,1,0,FALSE,,,,, +nozzle.n.01,sliceable,0,0,FALSE,,,,, +nozzle.n.01,slicer,1,0,FALSE,,,,, +nozzle.n.01,soakable,0,0,FALSE,,,,, +paprika.n.02,liquid,0,0,FALSE,,,,, +paprika.n.02,heatSource,0,0,FALSE,,,,, +paprika.n.02,fireSource,1,0,FALSE,,,,, +paprika.n.02,cookable,0,1,TRUE,58,UNKNOWN,,, +paprika.n.02,coldSource,0,0,FALSE,,,,, +paprika.n.02,sliceable,0,0,FALSE,,,,, +paprika.n.02,slicer,1,0,FALSE,,,,, +paprika.n.02,soakable,0,0,FALSE,,,,, +case.n.01,liquid,0,0,FALSE,,,,, +case.n.01,heatSource,0,0,FALSE,,,,, +case.n.01,fireSource,0,0,FALSE,,,,, +case.n.01,cookable,0,0,FALSE,,,,, +case.n.01,coldSource,0,0,FALSE,,,,, +case.n.01,sliceable,0,0,FALSE,,,,, +case.n.01,slicer,1,0,FALSE,,,,, +case.n.01,soakable,1,0,FALSE,,,,, +pizza.n.01,liquid,0,0,FALSE,,,,, +pizza.n.01,heatSource,0,0,FALSE,,,,, +pizza.n.01,fireSource,1,0,FALSE,,,,, +pizza.n.01,cookable,0,1,TRUE,246,UNKNOWN,"https://www.simplyrecipes.com/recipes/homemade_pizza/#:~:text=Preheat%20the%20oven%20to%20475,not%20warp%20at%20high%20temperatures.",, +pizza.n.01,coldSource,0,0,FALSE,,,,, +pizza.n.01,sliceable,0,1,FALSE,,,,, +pizza.n.01,slicer,1,0,FALSE,,,,, +pizza.n.01,soakable,0,0,FALSE,,,,, +rosemary.n.02,liquid,0,0,FALSE,,,,, +rosemary.n.02,heatSource,0,0,FALSE,,,,, +rosemary.n.02,fireSource,1,0,FALSE,,,,, +rosemary.n.02,cookable,0,0,FALSE,,,,, +rosemary.n.02,coldSource,0,0,FALSE,,,,, +rosemary.n.02,sliceable,0,0,FALSE,,,,, +rosemary.n.02,slicer,0,0,FALSE,,,,, +rosemary.n.02,soakable,0,0,FALSE,,,,, +incision.n.01,liquid,0,0,FALSE,,,,, +incision.n.01,heatSource,0,0,FALSE,,,,, +incision.n.01,fireSource,0,0,FALSE,,,,, +incision.n.01,cookable,0,0,FALSE,,,,, +incision.n.01,coldSource,0,0,FALSE,,,,, +incision.n.01,sliceable,0,0,FALSE,,,,, +incision.n.01,slicer,0,0,FALSE,,,,, +incision.n.01,soakable,0,0,FALSE,,,,, +tag.n.01,liquid,0,0,FALSE,,,,, +tag.n.01,heatSource,0,0,FALSE,,,,, +tag.n.01,fireSource,0,0,FALSE,,,,, +tag.n.01,cookable,0,0,FALSE,,,,, +tag.n.01,coldSource,0,0,FALSE,,,,, +tag.n.01,sliceable,0,0,FALSE,,,,, +tag.n.01,slicer,1,0,FALSE,,,,, +tag.n.01,soakable,1,1,FALSE,,,,, +wineglass.n.01,liquid,0,0,FALSE,,,,, +wineglass.n.01,heatSource,0,0,FALSE,,,,, +wineglass.n.01,fireSource,0,0,FALSE,,,,, +wineglass.n.01,cookable,0,0,FALSE,,,,, +wineglass.n.01,coldSource,1,0,FALSE,,,,, +wineglass.n.01,sliceable,0,0,FALSE,,,,, +wineglass.n.01,slicer,1,0,FALSE,,,,, +wineglass.n.01,soakable,0,0,FALSE,,,,, +boot.n.01,liquid,0,0,FALSE,,,,, +boot.n.01,heatSource,0,0,FALSE,,,,, +boot.n.01,fireSource,0,0,FALSE,,,,, +boot.n.01,cookable,0,0,FALSE,,,,, +boot.n.01,coldSource,0,0,FALSE,,,,, +boot.n.01,sliceable,0,0,FALSE,,,,, +boot.n.01,slicer,0,0,FALSE,,,,, +boot.n.01,soakable,0,1,FALSE,,,,, +branch.n.02,liquid,0,0,FALSE,,,,, +branch.n.02,heatSource,0,0,FALSE,,,,, +branch.n.02,fireSource,0,1,FALSE,,,,, +branch.n.02,cookable,0,0,FALSE,,,,, +branch.n.02,coldSource,0,0,FALSE,,,,, +branch.n.02,sliceable,0,1,FALSE,,,,, +branch.n.02,slicer,0,0,FALSE,,,,, +branch.n.02,soakable,0,0,FALSE,,,,, +candy.n.01,liquid,0,0,FALSE,,,,, +candy.n.01,heatSource,0,0,FALSE,,,,, +candy.n.01,fireSource,0,0,FALSE,,,,, +candy.n.01,cookable,0,0,FALSE,,,,, +candy.n.01,coldSource,0,0,FALSE,,,,, +candy.n.01,sliceable,0,0,FALSE,,,,, +candy.n.01,slicer,1,0,FALSE,,,,, +candy.n.01,soakable,0,0,FALSE,,,,, +curtain.n.01,liquid,0,0,FALSE,,,,, +curtain.n.01,heatSource,0,0,FALSE,,,,, +curtain.n.01,fireSource,0,0,FALSE,,,,, +curtain.n.01,cookable,0,0,FALSE,,,,, +curtain.n.01,coldSource,0,0,FALSE,,,,, +curtain.n.01,sliceable,0,0,FALSE,,,,, +curtain.n.01,slicer,1,0,FALSE,,,,, +curtain.n.01,soakable,0,1,FALSE,,,,, +spectacles.n.01,liquid,0,0,FALSE,,,,, +spectacles.n.01,heatSource,0,0,FALSE,,,,, +spectacles.n.01,fireSource,0,0,FALSE,,,,, +spectacles.n.01,cookable,0,0,FALSE,,,,, +spectacles.n.01,coldSource,1,0,FALSE,,,,, +spectacles.n.01,sliceable,0,0,FALSE,,,,, +spectacles.n.01,slicer,1,0,FALSE,,,,, +spectacles.n.01,soakable,1,0,FALSE,,,,, +linen.n.03,liquid,0,0,FALSE,,,,, +linen.n.03,heatSource,0,0,FALSE,,,,, +linen.n.03,fireSource,0,0,FALSE,,,,, +linen.n.03,cookable,0,0,FALSE,,,,, +linen.n.03,coldSource,0,0,FALSE,,,,, +linen.n.03,sliceable,0,0,FALSE,,,,, +linen.n.03,slicer,0,0,FALSE,,,,, +linen.n.03,soakable,1,1,FALSE,,,,, +mint.n.04,liquid,0,0,FALSE,,,,, +mint.n.04,heatSource,0,0,FALSE,,,,, +mint.n.04,fireSource,0,0,FALSE,,,,, +mint.n.04,cookable,0,1,TRUE,50,UNKNOWN,"https://www.homemademastery.com/how-to-dry-mint-for-tea/#:~:text=in%20the%20oven&text=The%20important%20thing%20here%20is,dry%20for%20a%20few%20hours.",, +mint.n.04,coldSource,0,0,FALSE,,,,, +mint.n.04,sliceable,0,0,FALSE,,,,, +mint.n.04,slicer,1,0,FALSE,,,,, +mint.n.04,soakable,0,0,FALSE,,,,, +pillow.n.1,liquid,0,0,FALSE,,,,, +pillow.n.1,heatSource,0,0,FALSE,,,,, +pillow.n.1,fireSource,0,0,FALSE,,,,, +pillow.n.1,cookable,0,0,FALSE,,,,, +pillow.n.1,coldSource,0,0,FALSE,,,,, +pillow.n.1,sliceable,0,0,FALSE,,,,, +pillow.n.1,slicer,0,0,FALSE,,,,, +pillow.n.1,soakable,1,1,FALSE,,,,, +pitcher.n.02,liquid,0,0,FALSE,,,,, +pitcher.n.02,heatSource,0,0,FALSE,,,,, +pitcher.n.02,fireSource,0,0,FALSE,,,,, +pitcher.n.02,cookable,0,0,FALSE,,,,, +pitcher.n.02,coldSource,1,0,FALSE,,,,, +pitcher.n.02,sliceable,0,0,FALSE,,,,, +pitcher.n.02,slicer,1,0,FALSE,,,,, +pitcher.n.02,soakable,0,0,FALSE,,,,, +produce.n.01,liquid,0,0,FALSE,,,,, +produce.n.01,heatSource,0,0,FALSE,,,,, +produce.n.01,fireSource,0,0,FALSE,,,,, +produce.n.01,cookable,0,1,TRUE,Too general,Too general,,, +produce.n.01,coldSource,0,0,FALSE,,,,, +produce.n.01,sliceable,1,1,FALSE,,,,, +produce.n.01,slicer,0,0,FALSE,,,,, +produce.n.01,soakable,0,0,FALSE,,,,, +hoop.n.02,liquid,0,0,FALSE,,,,, +hoop.n.02,heatSource,0,0,FALSE,,,,, +hoop.n.02,fireSource,0,0,FALSE,,,,, +hoop.n.02,cookable,0,0,FALSE,,,,, +hoop.n.02,coldSource,0,0,FALSE,,,,, +hoop.n.02,sliceable,0,0,FALSE,,,,, +hoop.n.02,slicer,1,0,FALSE,,,,, +hoop.n.02,soakable,0,0,FALSE,,,,, +shrimp.n.03,liquid,0,0,FALSE,,,,, +shrimp.n.03,heatSource,0,0,FALSE,,,,, +shrimp.n.03,fireSource,1,0,FALSE,,,,, +shrimp.n.03,cookable,0,1,TRUE,63,UNKNOWN,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",, +shrimp.n.03,coldSource,0,0,FALSE,,,,, +shrimp.n.03,sliceable,0,1,FALSE,,,,, +shrimp.n.03,slicer,0,0,FALSE,,,,, +shrimp.n.03,soakable,0,0,FALSE,,,,, +compost.n.01,liquid,0,0,FALSE,,,,, +compost.n.01,heatSource,0,0,FALSE,,,,, +compost.n.01,fireSource,0,1,FALSE,,,,, +compost.n.01,cookable,0,0,FALSE,,,,, +compost.n.01,coldSource,0,0,FALSE,,,,, +compost.n.01,sliceable,0,0,FALSE,,,,, +compost.n.01,slicer,0,0,FALSE,,,,, +compost.n.01,soakable,0,0,FALSE,,,,, +screen.n.04,liquid,0,0,FALSE,,,,, +screen.n.04,heatSource,0,0,FALSE,,,,, +screen.n.04,fireSource,0,0,FALSE,,,,, +screen.n.04,cookable,0,0,FALSE,,,,, +screen.n.04,coldSource,0,0,FALSE,,,,, +screen.n.04,sliceable,0,0,FALSE,,,,, +screen.n.04,slicer,1,0,FALSE,,,,, +screen.n.04,soakable,0,0,FALSE,,,,, +beverage.n.01,liquid,1,1,FALSE,,,,, +beverage.n.01,heatSource,0,0,FALSE,,,,, +beverage.n.01,fireSource,0,0,FALSE,,,,, +beverage.n.01,cookable,1,0,FALSE,,,,, +beverage.n.01,coldSource,1,0,FALSE,,,,, +beverage.n.01,sliceable,0,0,FALSE,,,,, +beverage.n.01,slicer,0,0,FALSE,,,,, +beverage.n.01,soakable,0,0,FALSE,,,,, +gasoline.n.01,liquid,1,1,FALSE,,,,, +gasoline.n.01,heatSource,1,0,FALSE,,,,, +gasoline.n.01,fireSource,0,1,FALSE,,,,, +gasoline.n.01,cookable,0,0,FALSE,,,,, +gasoline.n.01,coldSource,0,0,FALSE,,,,, +gasoline.n.01,sliceable,0,0,FALSE,,,,, +gasoline.n.01,slicer,1,0,FALSE,,,,, +gasoline.n.01,soakable,0,0,FALSE,,,,, +grain.n.01,liquid,0,0,FALSE,,,,, +grain.n.01,heatSource,0,0,FALSE,,,,, +grain.n.01,fireSource,1,0,FALSE,,,,, +grain.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +grain.n.01,coldSource,0,0,FALSE,,,,, +grain.n.01,sliceable,0,0,FALSE,,,,, +grain.n.01,slicer,1,0,FALSE,,,,, +grain.n.01,soakable,0,0,FALSE,,,,, +mail.n.04,liquid,0,0,FALSE,,,,, +mail.n.04,heatSource,0,0,FALSE,,,,, +mail.n.04,fireSource,0,0,FALSE,,,,, +mail.n.04,cookable,0,0,FALSE,,,,, +mail.n.04,coldSource,0,0,FALSE,,,,, +mail.n.04,sliceable,0,0,FALSE,,,,, +mail.n.04,slicer,1,0,FALSE,,,,, +mail.n.04,soakable,0,0,FALSE,,,,, +bag.n.06,liquid,0,0,FALSE,,,,, +bag.n.06,heatSource,0,0,FALSE,,,,, +bag.n.06,fireSource,0,0,FALSE,,,,, +bag.n.06,cookable,0,0,FALSE,,,,, +bag.n.06,coldSource,0,0,FALSE,,,,, +bag.n.06,sliceable,0,0,FALSE,,,,, +bag.n.06,slicer,1,0,FALSE,,,,, +bag.n.06,soakable,1,1,FALSE,,,,, +berry.n.01,liquid,0,0,FALSE,,,,, +berry.n.01,heatSource,0,0,FALSE,,,,, +berry.n.01,fireSource,1,0,FALSE,,,,, +berry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +berry.n.01,coldSource,0,0,FALSE,,,,, +berry.n.01,sliceable,0,1,FALSE,,,,, +berry.n.01,slicer,0,0,FALSE,,,,, +berry.n.01,soakable,0,0,FALSE,,,,, +coat.n.03,liquid,0,0,FALSE,,,,, +coat.n.03,heatSource,0,0,FALSE,,,,, +coat.n.03,fireSource,0,0,FALSE,,,,, +coat.n.03,cookable,0,0,FALSE,,,,, +coat.n.03,coldSource,0,0,FALSE,,,,, +coat.n.03,sliceable,0,0,FALSE,,,,, +coat.n.03,slicer,0,0,FALSE,,,,, +coat.n.03,soakable,0,1,FALSE,,,,, +corn.n.01,liquid,0,0,FALSE,,,,, +corn.n.01,heatSource,0,0,FALSE,,,,, +corn.n.01,fireSource,1,0,FALSE,,,,, +corn.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +corn.n.01,coldSource,0,0,FALSE,,,,, +corn.n.01,sliceable,0,1,FALSE,,,,, +corn.n.01,slicer,0,0,FALSE,,,,, +corn.n.01,soakable,0,0,FALSE,,,,, +ginger.n.03,liquid,0,0,FALSE,,,,, +ginger.n.03,heatSource,0,0,FALSE,,,,, +ginger.n.03,fireSource,1,0,FALSE,,,,, +ginger.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +ginger.n.03,coldSource,0,0,FALSE,,,,, +ginger.n.03,sliceable,0,1,FALSE,,,,, +ginger.n.03,slicer,1,0,FALSE,,,,, +ginger.n.03,soakable,0,0,FALSE,,,,, +mustard.n.02,liquid,0,0,FALSE,,,,, +mustard.n.02,heatSource,0,0,FALSE,,,,, +mustard.n.02,fireSource,1,0,FALSE,,,,, +mustard.n.02,cookable,0,1,TRUE,58,UNKNOWN,,, +mustard.n.02,coldSource,0,0,FALSE,,,,, +mustard.n.02,sliceable,0,0,FALSE,,,,, +mustard.n.02,slicer,0,0,FALSE,,,,, +mustard.n.02,soakable,0,0,FALSE,,,,, +rust.n.01,liquid,0,0,FALSE,,,,, +rust.n.01,heatSource,0,0,FALSE,,,,, +rust.n.01,fireSource,0,0,FALSE,,,,, +rust.n.01,cookable,0,0,FALSE,,,,, +rust.n.01,coldSource,0,0,FALSE,,,,, +rust.n.01,sliceable,0,0,FALSE,,,,, +rust.n.01,slicer,0,0,FALSE,,,,, +rust.n.01,soakable,0,0,FALSE,,,,, +screen.n.03,liquid,0,0,FALSE,,,,, +screen.n.03,heatSource,0,0,FALSE,,,,, +screen.n.03,fireSource,0,0,FALSE,,,,, +screen.n.03,cookable,0,0,FALSE,,,,, +screen.n.03,coldSource,0,0,FALSE,,,,, +screen.n.03,sliceable,0,0,FALSE,,,,, +screen.n.03,slicer,1,0,FALSE,,,,, +screen.n.03,soakable,0,0,FALSE,,,,, +handcart.n.01,liquid,0,0,FALSE,,,,, +handcart.n.01,heatSource,0,0,FALSE,,,,, +handcart.n.01,fireSource,0,0,FALSE,,,,, +handcart.n.01,cookable,0,0,FALSE,,,,, +handcart.n.01,coldSource,0,0,FALSE,,,,, +handcart.n.01,sliceable,0,0,FALSE,,,,, +handcart.n.01,slicer,0,0,FALSE,,,,, +handcart.n.01,soakable,0,0,FALSE,,,,, +bolt.n.06,liquid,0,0,FALSE,,,,, +bolt.n.06,heatSource,0,0,FALSE,,,,, +bolt.n.06,fireSource,0,0,FALSE,,,,, +bolt.n.06,cookable,0,0,FALSE,,,,, +bolt.n.06,coldSource,0,0,FALSE,,,,, +bolt.n.06,sliceable,0,0,FALSE,,,,, +bolt.n.06,slicer,1,1,FALSE,,,,, +bolt.n.06,soakable,0,0,FALSE,,,,, +weed.n.01,liquid,0,0,FALSE,,,,, +weed.n.01,heatSource,0,0,FALSE,,,,, +weed.n.01,fireSource,0,0,FALSE,,,,, +weed.n.01,cookable,0,0,FALSE,,,,, +weed.n.01,coldSource,0,0,FALSE,,,,, +weed.n.01,sliceable,0,0,FALSE,,,,, +weed.n.01,slicer,0,0,FALSE,,,,, +weed.n.01,soakable,0,0,FALSE,,,,, +cane_sugar.n.02,liquid,0,0,FALSE,,,,, +cane_sugar.n.02,heatSource,0,0,FALSE,,,,, +cane_sugar.n.02,fireSource,0,0,FALSE,,,,, +cane_sugar.n.02,cookable,0,1,TRUE,130,UNKNOWN,,, +cane_sugar.n.02,coldSource,0,0,FALSE,,,,, +cane_sugar.n.02,sliceable,0,0,FALSE,,,,, +cane_sugar.n.02,slicer,1,0,FALSE,,,,, +cane_sugar.n.02,soakable,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,liquid,1,1,FALSE,,,,, +hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,cookable,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,slicer,0,0,FALSE,,,,, +hydrogen_peroxide.n.01,soakable,0,0,FALSE,,,,, +icecream.n.01,liquid,0,0,FALSE,,,,, +icecream.n.01,heatSource,0,0,FALSE,,,,, +icecream.n.01,fireSource,0,0,FALSE,,,,, +icecream.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +icecream.n.01,coldSource,1,0,FALSE,,,,, +icecream.n.01,sliceable,0,0,FALSE,,,,, +icecream.n.01,slicer,1,0,FALSE,,,,, +icecream.n.01,soakable,0,0,FALSE,,,,, +nail.n.02,liquid,0,0,FALSE,,,,, +nail.n.02,heatSource,0,0,FALSE,,,,, +nail.n.02,fireSource,0,0,FALSE,,,,, +nail.n.02,cookable,0,0,FALSE,,,,, +nail.n.02,coldSource,0,0,FALSE,,,,, +nail.n.02,sliceable,0,0,FALSE,,,,, +nail.n.02,slicer,1,0,FALSE,,,,, +nail.n.02,soakable,0,0,FALSE,,,,, +thermometer.n.01,liquid,0,0,FALSE,,,,, +thermometer.n.01,heatSource,0,0,FALSE,,,,, +thermometer.n.01,fireSource,0,0,FALSE,,,,, +thermometer.n.01,cookable,0,0,FALSE,,,,, +thermometer.n.01,coldSource,1,0,FALSE,,,,, +thermometer.n.01,sliceable,0,0,FALSE,,,,, +thermometer.n.01,slicer,1,0,FALSE,,,,, +thermometer.n.01,soakable,0,0,FALSE,,,,, +pan.n.01,liquid,0,0,FALSE,,,,, +pan.n.01,heatSource,1,1,FALSE,,,,, +pan.n.01,fireSource,1,0,FALSE,,,,, +pan.n.01,cookable,0,0,FALSE,,,,, +pan.n.01,coldSource,1,0,FALSE,,,,, +pan.n.01,sliceable,0,0,FALSE,,,,, +pan.n.01,slicer,1,0,FALSE,,,,, +pan.n.01,soakable,0,0,FALSE,,,,, +disinfectant.n.01,liquid,1,1,FALSE,,,,, +disinfectant.n.01,heatSource,0,0,FALSE,,,,, +disinfectant.n.01,fireSource,0,0,FALSE,,,,, +disinfectant.n.01,cookable,0,0,FALSE,,,,, +disinfectant.n.01,coldSource,0,0,FALSE,,,,, +disinfectant.n.01,sliceable,0,0,FALSE,,,,, +disinfectant.n.01,slicer,0,0,FALSE,,,,, +disinfectant.n.01,soakable,0,0,FALSE,,,,, +dough.n.01,liquid,0,0,FALSE,,,,, +dough.n.01,heatSource,0,0,FALSE,,,,, +dough.n.01,fireSource,0,0,FALSE,,,,, +dough.n.01,cookable,0,1,TRUE,200,UNKNOWN,https://thebreadguide.com/what-is-the-ideal-oven-temperature-for-baking-bread/,, +dough.n.01,coldSource,0,0,FALSE,,,,, +dough.n.01,sliceable,0,1,FALSE,,,,, +dough.n.01,slicer,0,0,FALSE,,,,, +dough.n.01,soakable,1,0,FALSE,,,,, +garment.n.01,liquid,0,0,FALSE,,,,, +garment.n.01,heatSource,0,0,FALSE,,,,, +garment.n.01,fireSource,0,0,FALSE,,,,, +garment.n.01,cookable,0,0,FALSE,,,,, +garment.n.01,coldSource,0,0,FALSE,,,,, +garment.n.01,sliceable,0,0,FALSE,,,,, +garment.n.01,slicer,0,0,FALSE,,,,, +garment.n.01,soakable,1,1,FALSE,,,,, +marjoram.n.01,liquid,0,0,FALSE,,,,, +marjoram.n.01,heatSource,0,0,FALSE,,,,, +marjoram.n.01,fireSource,0,0,FALSE,,,,, +marjoram.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +marjoram.n.01,coldSource,0,0,FALSE,,,,, +marjoram.n.01,sliceable,0,0,FALSE,,,,, +marjoram.n.01,slicer,0,0,FALSE,,,,, +marjoram.n.01,soakable,0,0,FALSE,,,,, +root.n.01,liquid,0,0,FALSE,,,,, +root.n.01,heatSource,0,0,FALSE,,,,, +root.n.01,fireSource,0,0,FALSE,,,,, +root.n.01,cookable,0,0,FALSE,,,,, +root.n.01,coldSource,0,0,FALSE,,,,, +root.n.01,sliceable,0,0,FALSE,,,,, +root.n.01,slicer,0,0,FALSE,,,,, +root.n.01,soakable,0,0,FALSE,,,,, +soy_sauce.n.01,liquid,1,1,FALSE,,,,, +soy_sauce.n.01,heatSource,0,0,FALSE,,,,, +soy_sauce.n.01,fireSource,1,0,FALSE,,,,, +soy_sauce.n.01,cookable,0,1,TRUE,37,UNKNOWN,,, +soy_sauce.n.01,coldSource,0,0,FALSE,,,,, +soy_sauce.n.01,sliceable,0,0,FALSE,,,,, +soy_sauce.n.01,slicer,0,0,FALSE,,,,, +soy_sauce.n.01,soakable,0,0,FALSE,,,,, +container.n.01,liquid,0,0,FALSE,,,,, +container.n.01,heatSource,0,0,FALSE,,,,, +container.n.01,fireSource,0,0,FALSE,,,,, +container.n.01,cookable,0,0,FALSE,,,,, +container.n.01,coldSource,1,0,FALSE,,,,, +container.n.01,sliceable,0,0,FALSE,,,,, +container.n.01,slicer,1,0,FALSE,,,,, +container.n.01,soakable,1,0,FALSE,,,,, +trunk.n.01,liquid,0,0,FALSE,,,,, +trunk.n.01,heatSource,0,0,FALSE,,,,, +trunk.n.01,fireSource,0,1,FALSE,,,,, +trunk.n.01,cookable,0,0,FALSE,,,,, +trunk.n.01,coldSource,0,0,FALSE,,,,, +trunk.n.01,sliceable,0,1,FALSE,,,,, +trunk.n.01,slicer,0,0,FALSE,,,,, +trunk.n.01,soakable,0,1,FALSE,,,,, +luggage_compartment.n.01,liquid,0,0,FALSE,,,,, +luggage_compartment.n.01,heatSource,0,0,FALSE,,,,, +luggage_compartment.n.01,fireSource,0,0,FALSE,,,,, +luggage_compartment.n.01,cookable,0,0,FALSE,,,,, +luggage_compartment.n.01,coldSource,0,0,FALSE,,,,, +luggage_compartment.n.01,sliceable,0,0,FALSE,,,,, +luggage_compartment.n.01,slicer,0,0,FALSE,,,,, +luggage_compartment.n.01,soakable,0,0,FALSE,,,,, +vanilla.n.02,liquid,0,0,FALSE,,,,, +vanilla.n.02,heatSource,0,0,FALSE,,,,, +vanilla.n.02,fireSource,0,0,FALSE,,,,, +vanilla.n.02,cookable,0,1,TRUE,37,UNKNOWN,,, +vanilla.n.02,coldSource,0,0,FALSE,,,,, +vanilla.n.02,sliceable,0,0,FALSE,,,,, +vanilla.n.02,slicer,0,0,FALSE,,,,, +vanilla.n.02,soakable,0,0,FALSE,,,,, +vegetable_oil.n.01,liquid,1,1,FALSE,,,,, +vegetable_oil.n.01,heatSource,0,0,FALSE,,,,, +vegetable_oil.n.01,fireSource,1,1,FALSE,,,,, +vegetable_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +vegetable_oil.n.01,coldSource,1,0,FALSE,,,,, +vegetable_oil.n.01,sliceable,0,0,FALSE,,,,, +vegetable_oil.n.01,slicer,0,0,FALSE,,,,, +vegetable_oil.n.01,soakable,0,0,FALSE,,,,, +board.n.02,liquid,0,0,FALSE,,,,, +board.n.02,heatSource,0,0,FALSE,,,,, +board.n.02,fireSource,0,0,FALSE,,,,, +board.n.02,cookable,0,0,FALSE,,,,, +board.n.02,coldSource,0,0,FALSE,,,,, +board.n.02,sliceable,0,0,FALSE,,,,, +board.n.02,slicer,1,0,FALSE,,,,, +board.n.02,soakable,0,0,FALSE,,,,, +cake.n.03,liquid,0,0,FALSE,,,,, +cake.n.03,heatSource,0,0,FALSE,,,,, +cake.n.03,fireSource,1,0,FALSE,,,,, +cake.n.03,cookable,0,0,FALSE,,,,, +cake.n.03,coldSource,0,0,FALSE,,,,, +cake.n.03,sliceable,0,1,FALSE,,,,, +cake.n.03,slicer,0,0,FALSE,,,,, +cake.n.03,soakable,0,0,FALSE,,,,, +decoration.n.01,liquid,0,0,FALSE,,,,, +decoration.n.01,heatSource,0,0,FALSE,,,,, +decoration.n.01,fireSource,0,0,FALSE,,,,, +decoration.n.01,cookable,0,0,FALSE,,,,, +decoration.n.01,coldSource,0,0,FALSE,,,,, +decoration.n.01,sliceable,0,0,FALSE,,,,, +decoration.n.01,slicer,0,0,FALSE,,,,, +decoration.n.01,soakable,0,0,FALSE,,,,, +maple_syrup.n.01,liquid,1,1,FALSE,,,,, +maple_syrup.n.01,heatSource,0,0,FALSE,,,,, +maple_syrup.n.01,fireSource,1,0,FALSE,,,,, +maple_syrup.n.01,cookable,0,1,TRUE,37,UNKNOWN,,, +maple_syrup.n.01,coldSource,0,0,FALSE,,,,, +maple_syrup.n.01,sliceable,0,0,FALSE,,,,, +maple_syrup.n.01,slicer,0,0,FALSE,,,,, +maple_syrup.n.01,soakable,0,0,FALSE,,,,, +sandwich.n.01,liquid,0,0,FALSE,,,,, +sandwich.n.01,heatSource,0,0,FALSE,,,,, +sandwich.n.01,fireSource,0,0,FALSE,,,,, +sandwich.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +sandwich.n.01,coldSource,0,0,FALSE,,,,, +sandwich.n.01,sliceable,0,1,FALSE,,,,, +sandwich.n.01,slicer,1,0,FALSE,,,,, +sandwich.n.01,soakable,1,1,FALSE,,,,, +thyme.n.02,liquid,0,0,FALSE,,,,, +thyme.n.02,heatSource,0,0,FALSE,,,,, +thyme.n.02,fireSource,1,0,FALSE,,,,, +thyme.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +thyme.n.02,coldSource,0,0,FALSE,,,,, +thyme.n.02,sliceable,0,0,FALSE,,,,, +thyme.n.02,slicer,1,0,FALSE,,,,, +thyme.n.02,soakable,0,0,FALSE,,,,, +turkey.n.04,liquid,0,0,FALSE,,,,, +turkey.n.04,heatSource,0,0,FALSE,,,,, +turkey.n.04,fireSource,1,0,FALSE,,,,, +turkey.n.04,cookable,0,1,TRUE,82,93,https://www.finecooking.com/article/safe-but-not-overcooked,https://www.finecooking.com/article/safe-but-not-overcooked, +turkey.n.04,coldSource,0,0,FALSE,,,,, +turkey.n.04,sliceable,0,1,FALSE,,,,, +turkey.n.04,slicer,1,0,FALSE,,,,, +turkey.n.04,soakable,0,0,FALSE,,,,, +battery.n.01,liquid,0,0,FALSE,,,,, +battery.n.01,heatSource,0,0,FALSE,,,,, +battery.n.01,fireSource,0,1,FALSE,,,,, +battery.n.01,cookable,0,0,FALSE,,,,, +battery.n.01,coldSource,0,0,FALSE,,,,, +battery.n.01,sliceable,0,0,FALSE,,,,, +battery.n.01,slicer,1,0,FALSE,,,,, +battery.n.01,soakable,0,0,FALSE,,,,, +french_fries.n.01,liquid,0,0,FALSE,,,,, +french_fries.n.01,heatSource,1,0,FALSE,,,,, +french_fries.n.01,fireSource,1,0,FALSE,,,,, +french_fries.n.01,cookable,0,1,TRUE,182,UNKNOWN,https://www.finecooking.com/recipe/classic-french-fries,, +french_fries.n.01,coldSource,0,0,FALSE,,,,, +french_fries.n.01,sliceable,0,1,FALSE,,,,, +french_fries.n.01,slicer,0,0,FALSE,,,,, +french_fries.n.01,soakable,0,0,FALSE,,,,, +garlic.n.02,liquid,0,0,FALSE,,,,, +garlic.n.02,heatSource,0,0,FALSE,,,,, +garlic.n.02,fireSource,1,0,FALSE,,,,, +garlic.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +garlic.n.02,coldSource,0,0,FALSE,,,,, +garlic.n.02,sliceable,0,1,FALSE,,,,, +garlic.n.02,slicer,0,0,FALSE,,,,, +garlic.n.02,soakable,0,0,FALSE,,,,, +leftovers.n.01,liquid,0,0,FALSE,,,,, +leftovers.n.01,heatSource,0,0,FALSE,,,,, +leftovers.n.01,fireSource,1,0,FALSE,,,,, +leftovers.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +leftovers.n.01,coldSource,0,0,FALSE,,,,, +leftovers.n.01,sliceable,0,0,FALSE,,,,, +leftovers.n.01,slicer,0,0,FALSE,,,,, +leftovers.n.01,soakable,0,0,FALSE,,,,, +rock.n.01,liquid,0,0,FALSE,,,,, +rock.n.01,heatSource,0,0,FALSE,,,,, +rock.n.01,fireSource,0,0,FALSE,,,,, +rock.n.01,cookable,0,0,FALSE,,,,, +rock.n.01,coldSource,0,0,FALSE,,,,, +rock.n.01,sliceable,0,0,FALSE,,,,, +rock.n.01,slicer,0,0,FALSE,,,,, +rock.n.01,soakable,0,0,FALSE,,,,, +release.n.08,liquid,0,0,FALSE,,,,, +release.n.08,heatSource,0,0,FALSE,,,,, +release.n.08,fireSource,0,0,FALSE,,,,, +release.n.08,cookable,0,0,FALSE,,,,, +release.n.08,coldSource,0,0,FALSE,,,,, +release.n.08,sliceable,0,0,FALSE,,,,, +release.n.08,slicer,1,0,FALSE,,,,, +release.n.08,soakable,0,0,FALSE,,,,, +dessert.n.01,liquid,0,0,FALSE,,,,, +dessert.n.01,heatSource,0,0,FALSE,,,,, +dessert.n.01,fireSource,1,0,FALSE,,,,, +dessert.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +dessert.n.01,coldSource,1,0,FALSE,,,,, +dessert.n.01,sliceable,1,1,FALSE,,,,, +dessert.n.01,slicer,0,0,FALSE,,,,, +dessert.n.01,soakable,0,0,FALSE,,,,, +fan.n.01,liquid,0,0,FALSE,,,,, +fan.n.01,heatSource,0,0,FALSE,,,,, +fan.n.01,fireSource,0,0,FALSE,,,,, +fan.n.01,cookable,0,0,FALSE,,,,, +fan.n.01,coldSource,0,0,FALSE,,,,, +fan.n.01,sliceable,0,0,FALSE,,,,, +fan.n.01,slicer,1,0,FALSE,,,,, +fan.n.01,soakable,0,0,FALSE,,,,, +trouser.n.01,liquid,0,0,FALSE,,,,, +trouser.n.01,heatSource,0,0,FALSE,,,,, +trouser.n.01,fireSource,0,0,FALSE,,,,, +trouser.n.01,cookable,0,0,FALSE,,,,, +trouser.n.01,coldSource,0,0,FALSE,,,,, +trouser.n.01,sliceable,0,0,FALSE,,,,, +trouser.n.01,slicer,0,0,FALSE,,,,, +trouser.n.01,soakable,1,1,FALSE,,,,, +pickup.n.01,liquid,0,0,FALSE,,,,, +pickup.n.01,heatSource,0,0,FALSE,,,,, +pickup.n.01,fireSource,0,0,FALSE,,,,, +pickup.n.01,cookable,0,0,FALSE,,,,, +pickup.n.01,coldSource,0,0,FALSE,,,,, +pickup.n.01,sliceable,0,0,FALSE,,,,, +pickup.n.01,slicer,1,0,FALSE,,,,, +pickup.n.01,soakable,0,0,FALSE,,,,, +shovel.n.01,liquid,0,0,FALSE,,,,, +shovel.n.01,heatSource,0,0,FALSE,,,,, +shovel.n.01,fireSource,0,0,FALSE,,,,, +shovel.n.01,cookable,0,0,FALSE,,,,, +shovel.n.01,coldSource,0,0,FALSE,,,,, +shovel.n.01,sliceable,0,0,FALSE,,,,, +shovel.n.01,slicer,1,1,FALSE,,,,, +shovel.n.01,soakable,0,0,FALSE,,,,, +cooker.n.01,liquid,0,0,FALSE,,,,, +cooker.n.01,heatSource,1,1,FALSE,,,,, +cooker.n.01,fireSource,1,0,FALSE,,,,, +cooker.n.01,cookable,0,0,FALSE,,,,, +cooker.n.01,coldSource,0,0,FALSE,,,,, +cooker.n.01,sliceable,0,0,FALSE,,,,, +cooker.n.01,slicer,1,1,FALSE,,,,, +cooker.n.01,soakable,0,0,FALSE,,,,, +tea.n.01,liquid,1,1,FALSE,,,,, +tea.n.01,heatSource,0,0,FALSE,,,,, +tea.n.01,fireSource,0,0,FALSE,,,,, +tea.n.01,cookable,0,0,FALSE,,,,, +tea.n.01,coldSource,1,0,FALSE,,,,, +tea.n.01,sliceable,0,0,FALSE,,,,, +tea.n.01,slicer,0,0,FALSE,,,,, +tea.n.01,soakable,0,0,FALSE,,,,, +ammonia_water.n.01,liquid,1,1,FALSE,,,,, +ammonia_water.n.01,heatSource,0,0,FALSE,,,,, +ammonia_water.n.01,fireSource,0,0,FALSE,,,,, +ammonia_water.n.01,cookable,0,0,FALSE,,,,, +ammonia_water.n.01,coldSource,0,0,FALSE,,,,, +ammonia_water.n.01,sliceable,0,0,FALSE,,,,, +ammonia_water.n.01,slicer,0,0,FALSE,,,,, +ammonia_water.n.01,soakable,0,0,FALSE,,,,, +computer.n.1,liquid,0,0,FALSE,,,,, +computer.n.1,heatSource,0,0,FALSE,,,,, +computer.n.1,fireSource,0,0,FALSE,,,,, +computer.n.1,cookable,0,0,FALSE,,,,, +computer.n.1,coldSource,0,0,FALSE,,,,, +computer.n.1,sliceable,0,0,FALSE,,,,, +computer.n.1,slicer,1,0,FALSE,,,,, +computer.n.1,soakable,0,0,FALSE,,,,, +cotton.n.02,liquid,0,0,FALSE,,,,, +cotton.n.02,heatSource,0,0,FALSE,,,,, +cotton.n.02,fireSource,0,1,FALSE,,,,, +cotton.n.02,cookable,0,0,FALSE,,,,, +cotton.n.02,coldSource,0,0,FALSE,,,,, +cotton.n.02,sliceable,0,0,FALSE,,,,, +cotton.n.02,slicer,0,0,FALSE,,,,, +cotton.n.02,soakable,1,1,FALSE,,,,, +recreational_vehicle.n.01,liquid,0,0,FALSE,,,,, +recreational_vehicle.n.01,heatSource,0,0,FALSE,,,,, +recreational_vehicle.n.01,fireSource,0,0,FALSE,,,,, +recreational_vehicle.n.01,cookable,0,0,FALSE,,,,, +recreational_vehicle.n.01,coldSource,0,0,FALSE,,,,, +recreational_vehicle.n.01,sliceable,0,0,FALSE,,,,, +recreational_vehicle.n.01,slicer,0,0,FALSE,,,,, +recreational_vehicle.n.01,soakable,0,0,FALSE,,,,, +seat.n.01,liquid,0,0,FALSE,,,,, +seat.n.01,heatSource,0,0,FALSE,,,,, +seat.n.01,fireSource,0,0,FALSE,,,,, +seat.n.01,cookable,0,0,FALSE,,,,, +seat.n.01,coldSource,0,0,FALSE,,,,, +seat.n.01,sliceable,0,0,FALSE,,,,, +seat.n.01,slicer,0,0,FALSE,,,,, +seat.n.01,soakable,1,0,FALSE,,,,, +steamer.n.02,liquid,0,0,FALSE,,,,, +steamer.n.02,heatSource,1,1,FALSE,,,,, +steamer.n.02,fireSource,1,0,FALSE,,,,, +steamer.n.02,cookable,0,0,FALSE,,,,, +steamer.n.02,coldSource,1,1,FALSE,,,,, +steamer.n.02,sliceable,0,0,FALSE,,,,, +steamer.n.02,slicer,1,0,FALSE,,,,, +steamer.n.02,soakable,0,0,FALSE,,,,, +thread.n.01,liquid,0,0,FALSE,,,,, +thread.n.01,heatSource,0,0,FALSE,,,,, +thread.n.01,fireSource,0,0,FALSE,,,,, +thread.n.01,cookable,0,0,FALSE,,,,, +thread.n.01,coldSource,0,0,FALSE,,,,, +thread.n.01,sliceable,0,0,FALSE,,,,, +thread.n.01,slicer,1,0,FALSE,,,,, +thread.n.01,soakable,0,0,FALSE,,,,, +tissue.n.02,liquid,0,0,FALSE,,,,, +tissue.n.02,heatSource,0,0,FALSE,,,,, +tissue.n.02,fireSource,0,1,FALSE,,,,, +tissue.n.02,cookable,0,0,FALSE,,,,, +tissue.n.02,coldSource,0,0,FALSE,,,,, +tissue.n.02,sliceable,0,0,FALSE,,,,, +tissue.n.02,slicer,1,0,FALSE,,,,, +tissue.n.02,soakable,1,1,FALSE,,,,, +box.n.01,liquid,0,0,FALSE,,,,, +box.n.01,heatSource,0,0,FALSE,,,,, +box.n.01,fireSource,0,0,FALSE,,,,, +box.n.01,cookable,0,0,FALSE,,,,, +box.n.01,coldSource,0,0,FALSE,,,,, +box.n.01,sliceable,0,0,FALSE,,,,, +box.n.01,slicer,1,0,FALSE,,,,, +box.n.01,soakable,1,0,FALSE,,,,, +cellular_telephone.n.01,liquid,0,0,FALSE,,,,, +cellular_telephone.n.01,heatSource,0,0,FALSE,,,,, +cellular_telephone.n.01,fireSource,0,0,FALSE,,,,, +cellular_telephone.n.01,cookable,0,0,FALSE,,,,, +cellular_telephone.n.01,coldSource,0,0,FALSE,,,,, +cellular_telephone.n.01,sliceable,0,0,FALSE,,,,, +cellular_telephone.n.01,slicer,1,0,FALSE,,,,, +cellular_telephone.n.01,soakable,1,0,FALSE,,,,, +key.n.01,liquid,0,0,FALSE,,,,, +key.n.01,heatSource,0,0,FALSE,,,,, +key.n.01,fireSource,0,0,FALSE,,,,, +key.n.01,cookable,0,0,FALSE,,,,, +key.n.01,coldSource,0,0,FALSE,,,,, +key.n.01,sliceable,0,0,FALSE,,,,, +key.n.01,slicer,1,0,FALSE,,,,, +key.n.01,soakable,0,0,FALSE,,,,, +key.n.15,liquid,0,0,FALSE,,,,, +key.n.15,heatSource,0,0,FALSE,,,,, +key.n.15,fireSource,0,0,FALSE,,,,, +key.n.15,cookable,0,0,FALSE,,,,, +key.n.15,coldSource,0,0,FALSE,,,,, +key.n.15,sliceable,0,0,FALSE,,,,, +key.n.15,slicer,1,0,FALSE,,,,, +key.n.15,soakable,0,0,FALSE,,,,, +label.n.01,liquid,0,0,FALSE,,,,, +label.n.01,heatSource,0,0,FALSE,,,,, +label.n.01,fireSource,0,0,FALSE,,,,, +label.n.01,cookable,0,0,FALSE,,,,, +label.n.01,coldSource,0,0,FALSE,,,,, +label.n.01,sliceable,0,0,FALSE,,,,, +label.n.01,slicer,1,0,FALSE,,,,, +label.n.01,soakable,1,0,FALSE,,,,, +syrup.n.01,liquid,1,1,FALSE,,,,, +syrup.n.01,heatSource,0,0,FALSE,,,,, +syrup.n.01,fireSource,1,0,FALSE,,,,, +syrup.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +syrup.n.01,coldSource,1,0,FALSE,,,,, +syrup.n.01,sliceable,0,0,FALSE,,,,, +syrup.n.01,slicer,1,0,FALSE,,,,, +syrup.n.01,soakable,0,0,FALSE,,,,, +cotton_ball.n.01,liquid,0,0,FALSE,,,,, +cotton_ball.n.01,heatSource,0,0,FALSE,,,,, +cotton_ball.n.01,fireSource,0,1,FALSE,,,,, +cotton_ball.n.01,cookable,0,0,FALSE,,,,, +cotton_ball.n.01,coldSource,0,0,FALSE,,,,, +cotton_ball.n.01,sliceable,0,0,FALSE,,,,, +cotton_ball.n.01,slicer,0,0,FALSE,,,,, +cotton_ball.n.01,soakable,0,1,FALSE,,,,, +swab.n.02,liquid,0,0,FALSE,,,,, +swab.n.02,heatSource,0,0,FALSE,,,,, +swab.n.02,fireSource,0,0,FALSE,,,,, +swab.n.02,cookable,0,0,FALSE,,,,, +swab.n.02,coldSource,1,0,FALSE,,,,, +swab.n.02,sliceable,0,0,FALSE,,,,, +swab.n.02,slicer,1,0,FALSE,,,,, +swab.n.02,soakable,0,0,FALSE,,,,, +polish.n.03,liquid,0,0,FALSE,,,,, +polish.n.03,heatSource,0,0,FALSE,,,,, +polish.n.03,fireSource,0,0,FALSE,,,,, +polish.n.03,cookable,0,0,FALSE,,,,, +polish.n.03,coldSource,1,0,FALSE,,,,, +polish.n.03,sliceable,0,0,FALSE,,,,, +polish.n.03,slicer,1,0,FALSE,,,,, +polish.n.03,soakable,0,0,FALSE,,,,, +shirt.n.01,liquid,0,0,FALSE,,,,, +shirt.n.01,heatSource,0,0,FALSE,,,,, +shirt.n.01,fireSource,0,0,FALSE,,,,, +shirt.n.01,cookable,0,0,FALSE,,,,, +shirt.n.01,coldSource,0,0,FALSE,,,,, +shirt.n.01,sliceable,0,0,FALSE,,,,, +shirt.n.01,slicer,1,0,FALSE,,,,, +shirt.n.01,soakable,1,1,FALSE,,,,, +tub.n.02,liquid,1,0,FALSE,,,,, +tub.n.02,heatSource,0,0,FALSE,,,,, +tub.n.02,fireSource,0,0,FALSE,,,,, +tub.n.02,cookable,0,0,FALSE,,,,, +tub.n.02,coldSource,1,0,FALSE,,,,, +tub.n.02,sliceable,0,0,FALSE,,,,, +tub.n.02,slicer,1,0,FALSE,,,,, +tub.n.02,soakable,0,0,FALSE,,,,, +sports_equipment.n.01,liquid,0,0,FALSE,,,,, +sports_equipment.n.01,heatSource,0,0,FALSE,,,,, +sports_equipment.n.01,fireSource,0,0,FALSE,,,,, +sports_equipment.n.01,cookable,0,0,FALSE,,,,, +sports_equipment.n.01,coldSource,0,0,FALSE,,,,, +sports_equipment.n.01,sliceable,0,0,FALSE,,,,, +sports_equipment.n.01,slicer,0,0,FALSE,,,,, +sports_equipment.n.01,soakable,0,0,FALSE,,,,, +radiator.n.01,liquid,0,0,FALSE,,,,, +radiator.n.01,heatSource,1,1,FALSE,,,,, +radiator.n.01,fireSource,0,0,FALSE,,,,, +radiator.n.01,cookable,1,0,FALSE,,,,, +radiator.n.01,coldSource,0,0,FALSE,,,,, +radiator.n.01,sliceable,0,0,FALSE,,,,, +radiator.n.01,slicer,1,0,FALSE,,,,, +radiator.n.01,soakable,0,0,FALSE,,,,, +putty.n.01,liquid,0,0,FALSE,,,,, +putty.n.01,heatSource,0,0,FALSE,,,,, +putty.n.01,fireSource,0,0,FALSE,,,,, +putty.n.01,cookable,0,0,FALSE,,,,, +putty.n.01,coldSource,1,0,FALSE,,,,, +putty.n.01,sliceable,0,0,FALSE,,,,, +putty.n.01,slicer,1,0,FALSE,,,,, +putty.n.01,soakable,0,0,FALSE,,,,, +projector.n.02,liquid,0,0,FALSE,,,,, +projector.n.02,heatSource,0,0,FALSE,,,,, +projector.n.02,fireSource,0,0,FALSE,,,,, +projector.n.02,cookable,0,0,FALSE,,,,, +projector.n.02,coldSource,0,0,FALSE,,,,, +projector.n.02,sliceable,0,0,FALSE,,,,, +projector.n.02,slicer,1,0,FALSE,,,,, +projector.n.02,soakable,0,0,FALSE,,,,, +flat_coat.n.01,liquid,0,0,FALSE,,,,, +flat_coat.n.01,heatSource,0,0,FALSE,,,,, +flat_coat.n.01,fireSource,0,0,FALSE,,,,, +flat_coat.n.01,cookable,0,0,FALSE,,,,, +flat_coat.n.01,coldSource,0,0,FALSE,,,,, +flat_coat.n.01,sliceable,0,0,FALSE,,,,, +flat_coat.n.01,slicer,0,0,FALSE,,,,, +flat_coat.n.01,soakable,0,1,FALSE,,,,, +potato_salad.n.01,liquid,0,0,FALSE,,,,, +potato_salad.n.01,heatSource,0,0,FALSE,,,,, +potato_salad.n.01,fireSource,1,0,FALSE,,,,, +potato_salad.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,,Mostly consumed raw +potato_salad.n.01,coldSource,0,0,FALSE,,,,, +potato_salad.n.01,sliceable,0,0,FALSE,,,,, +potato_salad.n.01,slicer,0,0,FALSE,,,,, +potato_salad.n.01,soakable,0,0,FALSE,,,,, +postage.n.02,liquid,0,0,FALSE,,,,, +postage.n.02,heatSource,0,0,FALSE,,,,, +postage.n.02,fireSource,0,0,FALSE,,,,, +postage.n.02,cookable,0,0,FALSE,,,,, +postage.n.02,coldSource,0,0,FALSE,,,,, +postage.n.02,sliceable,0,0,FALSE,,,,, +postage.n.02,slicer,0,0,FALSE,,,,, +postage.n.02,soakable,0,1,FALSE,,,,, +plaque.n.01,liquid,0,0,FALSE,,,,, +plaque.n.01,heatSource,0,0,FALSE,,,,, +plaque.n.01,fireSource,0,0,FALSE,,,,, +plaque.n.01,cookable,0,0,FALSE,,,,, +plaque.n.01,coldSource,0,0,FALSE,,,,, +plaque.n.01,sliceable,0,0,FALSE,,,,, +plaque.n.01,slicer,0,0,FALSE,,,,, +plaque.n.01,soakable,0,0,FALSE,,,,, +pie_crust.n.01,liquid,0,0,FALSE,,,,, +pie_crust.n.01,heatSource,0,0,FALSE,,,,, +pie_crust.n.01,fireSource,1,0,FALSE,,,,, +pie_crust.n.01,cookable,0,1,TRUE,200,UNKNOWN,,, +pie_crust.n.01,coldSource,0,0,FALSE,,,,, +pie_crust.n.01,sliceable,0,1,FALSE,,,,, +pie_crust.n.01,slicer,0,0,FALSE,,,,, +pie_crust.n.01,soakable,1,1,FALSE,,,,, +pesto.n.01,liquid,0,0,FALSE,,,,, +pesto.n.01,heatSource,0,0,FALSE,,,,, +pesto.n.01,fireSource,1,0,FALSE,,,,, +pesto.n.01,cookable,0,1,TRUE,90,UNKNOWN,,, +pesto.n.01,coldSource,0,0,FALSE,,,,, +pesto.n.01,sliceable,0,0,FALSE,,,,, +pesto.n.01,slicer,1,0,FALSE,,,,, +pesto.n.01,soakable,1,0,FALSE,,,,, +penne.n.01,liquid,0,0,FALSE,,,,, +penne.n.01,heatSource,0,0,FALSE,,,,, +penne.n.01,fireSource,1,0,FALSE,,,,, +penne.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.jessicagavin.com/how-to-cook-pasta/,, +penne.n.01,coldSource,0,0,FALSE,,,,, +penne.n.01,sliceable,0,1,FALSE,,,,, +penne.n.01,slicer,1,0,FALSE,,,,, +penne.n.01,soakable,0,0,FALSE,,,,, +pearl.n.01,liquid,0,0,FALSE,,,,, +pearl.n.01,heatSource,0,0,FALSE,,,,, +pearl.n.01,fireSource,0,0,FALSE,,,,, +pearl.n.01,cookable,0,0,FALSE,,,,, +pearl.n.01,coldSource,0,0,FALSE,,,,, +pearl.n.01,sliceable,0,0,FALSE,,,,, +pearl.n.01,slicer,0,0,FALSE,,,,, +pearl.n.01,soakable,0,0,FALSE,,,,, +peanut_oil.n.01,liquid,1,1,FALSE,,,,, +peanut_oil.n.01,heatSource,0,0,FALSE,,,,, +peanut_oil.n.01,fireSource,1,1,FALSE,,,,, +peanut_oil.n.01,cookable,0,1,TRUE,190,UNKNOWN,,, +peanut_oil.n.01,coldSource,1,0,FALSE,,,,, +peanut_oil.n.01,sliceable,0,0,FALSE,,,,, +peanut_oil.n.01,slicer,0,0,FALSE,,,,, +peanut_oil.n.01,soakable,0,0,FALSE,,,,, +paving_stone.n.01,liquid,0,0,FALSE,,,,, +paving_stone.n.01,heatSource,0,0,FALSE,,,,, +paving_stone.n.01,fireSource,0,0,FALSE,,,,, +paving_stone.n.01,cookable,0,0,FALSE,,,,, +paving_stone.n.01,coldSource,0,0,FALSE,,,,, +paving_stone.n.01,sliceable,0,0,FALSE,,,,, +paving_stone.n.01,slicer,0,0,FALSE,,,,, +paving_stone.n.01,soakable,0,0,FALSE,,,,, +kitchen_utensil.n.01,liquid,0,0,FALSE,,,,, +kitchen_utensil.n.01,heatSource,0,0,FALSE,,,,, +kitchen_utensil.n.01,fireSource,0,0,FALSE,,,,, +kitchen_utensil.n.01,cookable,0,0,FALSE,,,,, +kitchen_utensil.n.01,coldSource,0,0,FALSE,,,,, +kitchen_utensil.n.01,sliceable,0,0,FALSE,,,,, +kitchen_utensil.n.01,slicer,1,1,FALSE,,,,, +kitchen_utensil.n.01,soakable,0,0,FALSE,,,,, +brush.n.02,liquid,0,0,FALSE,,,,, +brush.n.02,heatSource,0,0,FALSE,,,,, +brush.n.02,fireSource,0,0,FALSE,,,,, +brush.n.02,cookable,0,0,FALSE,,,,, +brush.n.02,coldSource,0,0,FALSE,,,,, +brush.n.02,sliceable,0,0,FALSE,,,,, +brush.n.02,slicer,0,0,FALSE,,,,, +brush.n.02,soakable,0,0,FALSE,,,,, +papaya.n.01,liquid,0,0,FALSE,,,,, +papaya.n.01,heatSource,0,0,FALSE,,,,, +papaya.n.01,fireSource,0,0,FALSE,,,,, +papaya.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +papaya.n.01,coldSource,0,0,FALSE,,,,, +papaya.n.01,sliceable,0,1,FALSE,,,,, +papaya.n.01,slicer,0,0,FALSE,,,,, +papaya.n.01,soakable,0,0,FALSE,,,,, +painkiller.n.01,liquid,0,0,FALSE,,,,, +painkiller.n.01,heatSource,0,0,FALSE,,,,, +painkiller.n.01,fireSource,0,0,FALSE,,,,, +painkiller.n.01,cookable,0,0,FALSE,,,,, +painkiller.n.01,coldSource,0,0,FALSE,,,,, +painkiller.n.01,sliceable,0,0,FALSE,,,,, +painkiller.n.01,slicer,0,0,FALSE,,,,, +painkiller.n.01,soakable,0,0,FALSE,,,,, +analgesic.n.01,liquid,0,0,FALSE,,,,, +analgesic.n.01,heatSource,0,0,FALSE,,,,, +analgesic.n.01,fireSource,0,0,FALSE,,,,, +analgesic.n.01,cookable,0,0,FALSE,,,,, +analgesic.n.01,coldSource,0,0,FALSE,,,,, +analgesic.n.01,sliceable,0,0,FALSE,,,,, +analgesic.n.01,slicer,0,0,FALSE,,,,, +analgesic.n.01,soakable,0,0,FALSE,,,,, +napkin_ring.n.01,liquid,0,0,FALSE,,,,, +napkin_ring.n.01,heatSource,0,0,FALSE,,,,, +napkin_ring.n.01,fireSource,0,0,FALSE,,,,, +napkin_ring.n.01,cookable,0,0,FALSE,,,,, +napkin_ring.n.01,coldSource,0,0,FALSE,,,,, +napkin_ring.n.01,sliceable,0,0,FALSE,,,,, +napkin_ring.n.01,slicer,0,0,FALSE,,,,, +napkin_ring.n.01,soakable,0,0,FALSE,,,,, +molasses.n.01,liquid,1,1,FALSE,,,,, +molasses.n.01,heatSource,0,0,FALSE,,,,, +molasses.n.01,fireSource,1,0,FALSE,,,,, +molasses.n.01,cookable,0,1,TRUE,130,UNKNOWN,,, +molasses.n.01,coldSource,0,0,FALSE,,,,, +molasses.n.01,sliceable,0,0,FALSE,,,,, +molasses.n.01,slicer,0,0,FALSE,,,,, +molasses.n.01,soakable,0,0,FALSE,,,,, +menu.n.01,liquid,0,0,FALSE,,,,, +menu.n.01,heatSource,0,0,FALSE,,,,, +menu.n.01,fireSource,0,0,FALSE,,,,, +menu.n.01,cookable,0,0,FALSE,,,,, +menu.n.01,coldSource,0,0,FALSE,,,,, +menu.n.01,sliceable,0,0,FALSE,,,,, +menu.n.01,slicer,1,0,FALSE,,,,, +menu.n.01,soakable,0,0,FALSE,,,,, +meatball.n.01,liquid,0,0,FALSE,,,,, +meatball.n.01,heatSource,0,0,FALSE,,,,, +meatball.n.01,fireSource,1,0,FALSE,,,,, +meatball.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +meatball.n.01,coldSource,0,0,FALSE,,,,, +meatball.n.01,sliceable,0,1,FALSE,,,,, +meatball.n.01,slicer,0,0,FALSE,,,,, +meatball.n.01,soakable,0,0,FALSE,,,,, +mattress_pad.n.01,liquid,0,0,FALSE,,,,, +mattress_pad.n.01,heatSource,0,0,FALSE,,,,, +mattress_pad.n.01,fireSource,0,0,FALSE,,,,, +mattress_pad.n.01,cookable,0,0,FALSE,,,,, +mattress_pad.n.01,coldSource,0,0,FALSE,,,,, +mattress_pad.n.01,sliceable,0,0,FALSE,,,,, +mattress_pad.n.01,slicer,0,0,FALSE,,,,, +mattress_pad.n.01,soakable,0,1,FALSE,,,,, +margarita.n.01,liquid,1,1,FALSE,,,,, +fruit_juice.n.01,liquid,1,1,FALSE,,,,, +fruit_juice.n.01,heatSource,0,0,FALSE,,,,, +fruit_juice.n.01,fireSource,0,0,FALSE,,,,, +fruit_juice.n.01,cookable,0,0,FALSE,,,,, +fruit_juice.n.01,coldSource,1,0,FALSE,,,,, +fruit_juice.n.01,sliceable,0,0,FALSE,,,,, +fruit_juice.n.01,slicer,0,0,FALSE,,,,, +fruit_juice.n.01,soakable,0,0,FALSE,,,,, +garden_tool.n.01,liquid,0,0,FALSE,,,,, +garden_tool.n.01,heatSource,0,0,FALSE,,,,, +garden_tool.n.01,fireSource,0,0,FALSE,,,,, +garden_tool.n.01,cookable,0,0,FALSE,,,,, +garden_tool.n.01,coldSource,0,0,FALSE,,,,, +garden_tool.n.01,sliceable,0,0,FALSE,,,,, +garden_tool.n.01,slicer,1,0,FALSE,,,,, +garden_tool.n.01,soakable,0,0,FALSE,,,,, +glaze.n.01,liquid,0,0,FALSE,,,,, +glaze.n.01,heatSource,0,0,FALSE,,,,, +glaze.n.01,fireSource,1,0,FALSE,,,,, +glaze.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,https://www.pillsbury.com/recipes/basic-powdered-sugar-glaze/cc5416a0-ebee-4168-8df7-fd586cff90e8,, +glaze.n.01,coldSource,1,0,FALSE,,,,, +glaze.n.01,sliceable,0,0,FALSE,,,,, +glaze.n.01,slicer,0,0,FALSE,,,,, +glaze.n.01,soakable,0,0,FALSE,,,,, +glue.n.01,liquid,0,0,FALSE,,,,, +glue.n.01,heatSource,0,0,FALSE,,,,, +glue.n.01,fireSource,0,0,FALSE,,,,, +glue.n.01,cookable,0,0,FALSE,,,,, +glue.n.01,coldSource,0,0,FALSE,,,,, +glue.n.01,sliceable,0,0,FALSE,,,,, +glue.n.01,slicer,0,0,FALSE,,,,, +glue.n.01,soakable,0,0,FALSE,,,,, +grit.n.01,liquid,0,0,FALSE,,,,, +grit.n.01,heatSource,0,0,FALSE,,,,, +grit.n.01,fireSource,0,0,FALSE,,,,, +grit.n.01,cookable,0,0,FALSE,,,,, +grit.n.01,coldSource,0,0,FALSE,,,,, +grit.n.01,sliceable,0,0,FALSE,,,,, +grit.n.01,slicer,0,0,FALSE,,,,, +grit.n.01,soakable,0,0,FALSE,,,,, +grocery_bag.n.01,liquid,0,0,FALSE,,,,, +grocery_bag.n.01,heatSource,0,0,FALSE,,,,, +grocery_bag.n.01,fireSource,0,0,FALSE,,,,, +grocery_bag.n.01,cookable,0,0,FALSE,,,,, +grocery_bag.n.01,coldSource,1,0,FALSE,,,,, +grocery_bag.n.01,sliceable,0,0,FALSE,,,,, +grocery_bag.n.01,slicer,1,0,FALSE,,,,, +grocery_bag.n.01,soakable,1,0,FALSE,,,,, +grout.n.01,liquid,0,1,FALSE,,,,, +grout.n.01,heatSource,0,0,FALSE,,,,, +grout.n.01,fireSource,0,0,FALSE,,,,, +grout.n.01,cookable,0,0,FALSE,,,,, +grout.n.01,coldSource,0,0,FALSE,,,,, +grout.n.01,sliceable,0,0,FALSE,,,,, +grout.n.01,slicer,1,0,FALSE,,,,, +grout.n.01,soakable,0,0,FALSE,,,,, +chewing_gum.n.01,liquid,0,0,FALSE,,,,, +chewing_gum.n.01,heatSource,0,0,FALSE,,,,, +chewing_gum.n.01,fireSource,0,0,FALSE,,,,, +chewing_gum.n.01,cookable,0,0,FALSE,,,,, +chewing_gum.n.01,coldSource,0,0,FALSE,,,,, +chewing_gum.n.01,sliceable,0,0,FALSE,,,,, +chewing_gum.n.01,slicer,0,0,FALSE,,,,, +chewing_gum.n.01,soakable,0,0,FALSE,,,,, +hammock.n.02,liquid,0,0,FALSE,,,,, +hammock.n.02,heatSource,0,0,FALSE,,,,, +hammock.n.02,fireSource,0,0,FALSE,,,,, +hammock.n.02,cookable,0,0,FALSE,,,,, +hammock.n.02,coldSource,0,0,FALSE,,,,, +hammock.n.02,sliceable,0,0,FALSE,,,,, +hammock.n.02,slicer,0,0,FALSE,,,,, +hammock.n.02,soakable,0,1,FALSE,,,,, +hemp.n.01,liquid,0,0,FALSE,,,,, +hemp.n.01,heatSource,0,0,FALSE,,,,, +hemp.n.01,fireSource,0,0,FALSE,,,,, +hemp.n.01,cookable,0,0,FALSE,,,,, +hemp.n.01,coldSource,0,0,FALSE,,,,, +hemp.n.01,sliceable,0,1,FALSE,,,,, +hemp.n.01,slicer,0,0,FALSE,,,,, +hemp.n.01,soakable,0,0,FALSE,,,,, +hot_tub.n.01,liquid,0,0,FALSE,,,,, +hot_tub.n.01,heatSource,1,0,FALSE,,,,, +hot_tub.n.01,fireSource,0,0,FALSE,,,,, +hot_tub.n.01,cookable,0,0,FALSE,,,,, +hot_tub.n.01,coldSource,1,0,FALSE,,,,, +hot_tub.n.01,sliceable,0,0,FALSE,,,,, +hot_tub.n.01,slicer,0,0,FALSE,,,,, +hot_tub.n.01,soakable,0,0,FALSE,,,,, +jalapeno.n.02,liquid,0,0,FALSE,,,,, +jalapeno.n.02,heatSource,1,0,FALSE,,,,, +jalapeno.n.02,fireSource,1,0,FALSE,,,,, +jalapeno.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +jalapeno.n.02,coldSource,0,0,FALSE,,,,, +jalapeno.n.02,sliceable,0,1,FALSE,,,,, +jalapeno.n.02,slicer,1,0,FALSE,,,,, +jalapeno.n.02,soakable,0,0,FALSE,,,,, +jelly_bean.n.01,liquid,0,0,FALSE,,,,, +jelly_bean.n.01,heatSource,0,0,FALSE,,,,, +jelly_bean.n.01,fireSource,0,0,FALSE,,,,, +jelly_bean.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +jelly_bean.n.01,coldSource,0,0,FALSE,,,,, +jelly_bean.n.01,sliceable,0,1,FALSE,,,,, +jelly_bean.n.01,slicer,1,0,FALSE,,,,, +jelly_bean.n.01,soakable,0,0,FALSE,,,,, +ember.n.01,liquid,0,0,FALSE,,,,, +ember.n.01,heatSource,1,1,FALSE,,,,, +ember.n.01,fireSource,1,1,FALSE,,,,, +ember.n.01,cookable,0,0,FALSE,,,,, +ember.n.01,coldSource,0,0,FALSE,,,,, +ember.n.01,sliceable,0,0,FALSE,,,,, +ember.n.01,slicer,0,0,FALSE,,,,, +ember.n.01,soakable,0,0,FALSE,,,,, +knife.n.01,liquid,0,0,FALSE,,,,, +knife.n.01,heatSource,0,0,FALSE,,,,, +knife.n.01,fireSource,0,0,FALSE,,,,, +knife.n.01,cookable,0,0,FALSE,,,,, +knife.n.01,coldSource,0,0,FALSE,,,,, +knife.n.01,sliceable,1,0,FALSE,,,,, +knife.n.01,slicer,1,1,FALSE,,,,, +knife.n.01,soakable,0,0,FALSE,,,,, +edge_tool.n.01,liquid,0,0,FALSE,,,,, +edge_tool.n.01,heatSource,0,0,FALSE,,,,, +edge_tool.n.01,fireSource,0,0,FALSE,,,,, +edge_tool.n.01,cookable,0,0,FALSE,,,,, +edge_tool.n.01,coldSource,0,0,FALSE,,,,, +edge_tool.n.01,sliceable,1,0,FALSE,,,,, +edge_tool.n.01,slicer,1,1,FALSE,,,,, +edge_tool.n.01,soakable,0,0,FALSE,,,,, +bridge.n.01,liquid,0,0,FALSE,,,,, +bridge.n.01,heatSource,0,0,FALSE,,,,, +bridge.n.01,fireSource,0,0,FALSE,,,,, +bridge.n.01,cookable,0,0,FALSE,,,,, +bridge.n.01,coldSource,0,0,FALSE,,,,, +bridge.n.01,sliceable,0,0,FALSE,,,,, +bridge.n.01,slicer,1,0,FALSE,,,,, +bridge.n.01,soakable,0,0,FALSE,,,,, +bungee.n.01,liquid,0,0,FALSE,,,,, +bungee.n.01,heatSource,0,0,FALSE,,,,, +bungee.n.01,fireSource,0,0,FALSE,,,,, +bungee.n.01,cookable,0,0,FALSE,,,,, +bungee.n.01,coldSource,0,0,FALSE,,,,, +bungee.n.01,sliceable,0,0,FALSE,,,,, +bungee.n.01,slicer,1,0,FALSE,,,,, +bungee.n.01,soakable,0,0,FALSE,,,,, +candelabrum.n.01,liquid,0,0,FALSE,,,,, +candelabrum.n.01,heatSource,0,0,FALSE,,,,, +candelabrum.n.01,fireSource,0,0,FALSE,,,,, +candelabrum.n.01,cookable,0,0,FALSE,,,,, +candelabrum.n.01,coldSource,0,0,FALSE,,,,, +candelabrum.n.01,sliceable,0,0,FALSE,,,,, +candelabrum.n.01,slicer,1,0,FALSE,,,,, +candelabrum.n.01,soakable,0,0,FALSE,,,,, +cashew.n.02,liquid,0,0,FALSE,,,,, +cashew.n.02,heatSource,0,0,FALSE,,,,, +cashew.n.02,fireSource,1,0,FALSE,,,,, +cashew.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cashew.n.02,coldSource,0,0,FALSE,,,,, +cashew.n.02,sliceable,0,0,FALSE,,,,, +cashew.n.02,slicer,0,1,FALSE,,,,, +cashew.n.02,soakable,0,0,FALSE,,,,, +cassette.n.01,liquid,0,0,FALSE,,,,, +cassette.n.01,heatSource,0,0,FALSE,,,,, +cassette.n.01,fireSource,0,0,FALSE,,,,, +cassette.n.01,cookable,0,0,FALSE,,,,, +cassette.n.01,coldSource,0,0,FALSE,,,,, +cassette.n.01,sliceable,0,0,FALSE,,,,, +cassette.n.01,slicer,1,0,FALSE,,,,, +cassette.n.01,soakable,0,0,FALSE,,,,, +skillet.n.01,liquid,0,0,FALSE,,,,, +skillet.n.01,heatSource,1,1,FALSE,,,,, +skillet.n.01,fireSource,1,0,FALSE,,,,, +skillet.n.01,cookable,0,0,FALSE,,,,, +skillet.n.01,coldSource,0,0,FALSE,,,,, +skillet.n.01,sliceable,0,0,FALSE,,,,, +skillet.n.01,slicer,1,0,FALSE,,,,, +skillet.n.01,soakable,0,0,FALSE,,,,, +cheesecake.n.01,liquid,0,0,FALSE,,,,, +cheesecake.n.01,heatSource,0,0,FALSE,,,,, +cheesecake.n.01,fireSource,1,0,FALSE,,,,, +cheesecake.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cheesecake.n.01,coldSource,1,0,FALSE,,,,, +cheesecake.n.01,sliceable,0,1,FALSE,,,,, +cheesecake.n.01,slicer,0,0,FALSE,,,,, +cheesecake.n.01,soakable,0,0,FALSE,,,,, +chorizo.n.01,liquid,0,0,FALSE,,,,, +chorizo.n.01,heatSource,0,0,FALSE,,,,, +chorizo.n.01,fireSource,1,0,FALSE,,,,, +chorizo.n.01,cookable,0,1,TRUE,71,UNKNOWN,"https://www.premiofoods.com/how-to-cook-chorizo/#:~:text=Cook%20through%3A%20How%20long%20should,brown%20shade%20on%20all%20sides.",, +chorizo.n.01,coldSource,0,0,FALSE,,,,, +chorizo.n.01,sliceable,0,1,FALSE,,,,, +chorizo.n.01,slicer,1,0,FALSE,,,,, +chorizo.n.01,soakable,0,0,FALSE,,,,, +chowder.n.01,liquid,0,1,FALSE,,,,, +chowder.n.01,heatSource,0,0,FALSE,,,,, +chowder.n.01,fireSource,1,0,FALSE,,,,, +chowder.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +chowder.n.01,coldSource,1,0,FALSE,,,,, +chowder.n.01,sliceable,0,0,FALSE,,,,, +chowder.n.01,slicer,0,0,FALSE,,,,, +chowder.n.01,soakable,0,0,FALSE,,,,, +fairy_light.n.01,liquid,0,0,FALSE,,,,, +fairy_light.n.01,heatSource,0,0,FALSE,,,,, +fairy_light.n.01,fireSource,0,0,FALSE,,,,, +fairy_light.n.01,cookable,0,0,FALSE,,,,, +fairy_light.n.01,coldSource,0,0,FALSE,,,,, +fairy_light.n.01,sliceable,0,0,FALSE,,,,, +fairy_light.n.01,slicer,1,0,FALSE,,,,, +fairy_light.n.01,soakable,0,0,FALSE,,,,, +citric_acid.n.01,liquid,0,0,FALSE,,,,, +citric_acid.n.01,heatSource,0,0,FALSE,,,,, +citric_acid.n.01,fireSource,0,0,FALSE,,,,, +citric_acid.n.01,cookable,0,0,FALSE,,,,, +citric_acid.n.01,coldSource,0,0,FALSE,,,,, +citric_acid.n.01,sliceable,0,0,FALSE,,,,, +citric_acid.n.01,slicer,0,0,FALSE,,,,, +citric_acid.n.01,soakable,0,0,FALSE,,,,, +cleansing_agent.n.01,liquid,1,1,FALSE,,,,, +cleansing_agent.n.01,heatSource,0,0,FALSE,,,,, +cleansing_agent.n.01,fireSource,0,0,FALSE,,,,, +cleansing_agent.n.01,cookable,0,0,FALSE,,,,, +cleansing_agent.n.01,coldSource,0,0,FALSE,,,,, +cleansing_agent.n.01,sliceable,0,0,FALSE,,,,, +cleansing_agent.n.01,slicer,0,0,FALSE,,,,, +cleansing_agent.n.01,soakable,0,0,FALSE,,,,, +coaster.n.03,liquid,0,0,FALSE,,,,, +coaster.n.03,heatSource,0,0,FALSE,,,,, +coaster.n.03,fireSource,0,0,FALSE,,,,, +coaster.n.03,cookable,0,0,FALSE,,,,, +coaster.n.03,coldSource,0,0,FALSE,,,,, +coaster.n.03,sliceable,0,0,FALSE,,,,, +coaster.n.03,slicer,0,0,FALSE,,,,, +coaster.n.03,soakable,0,1,FALSE,,,,, +cod.n.02,liquid,0,0,FALSE,,,,, +cod.n.02,heatSource,0,0,FALSE,,,,, +cod.n.02,fireSource,1,0,FALSE,,,,, +cod.n.02,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,,fish +cod.n.02,coldSource,0,0,FALSE,,,,, +cod.n.02,sliceable,0,1,FALSE,,,,, +cod.n.02,slicer,0,0,FALSE,,,,, +cod.n.02,soakable,0,0,FALSE,,,,, +cola.n.02,liquid,1,1,FALSE,,,,, +cola.n.02,heatSource,0,0,FALSE,,,,, +cola.n.02,fireSource,0,0,FALSE,,,,, +cola.n.02,cookable,1,1,TRUE,N/A,UNKNOWN,,, +cola.n.02,coldSource,1,0,FALSE,,,,, +cola.n.02,sliceable,0,0,FALSE,,,,, +cola.n.02,slicer,0,0,FALSE,,,,, +cola.n.02,soakable,0,0,FALSE,,,,, +comic_book.n.01,liquid,0,0,FALSE,,,,, +comic_book.n.01,heatSource,0,0,FALSE,,,,, +comic_book.n.01,fireSource,0,0,FALSE,,,,, +comic_book.n.01,cookable,0,0,FALSE,,,,, +comic_book.n.01,coldSource,0,0,FALSE,,,,, +comic_book.n.01,sliceable,0,0,FALSE,,,,, +comic_book.n.01,slicer,0,0,FALSE,,,,, +comic_book.n.01,soakable,0,1,FALSE,,,,, +cookie_cutter.n.01,liquid,0,0,FALSE,,,,, +cookie_cutter.n.01,heatSource,0,0,FALSE,,,,, +cookie_cutter.n.01,fireSource,0,0,FALSE,,,,, +cookie_cutter.n.01,cookable,0,0,FALSE,,,,, +cookie_cutter.n.01,coldSource,0,0,FALSE,,,,, +cookie_cutter.n.01,sliceable,0,0,FALSE,,,,, +cookie_cutter.n.01,slicer,1,1,FALSE,,,,, +cookie_cutter.n.01,soakable,0,0,FALSE,,,,, +cottage_cheese.n.01,liquid,0,0,FALSE,,,,, +cottage_cheese.n.01,heatSource,0,0,FALSE,,,,, +cottage_cheese.n.01,fireSource,0,0,FALSE,,,,, +cottage_cheese.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cottage_cheese.n.01,coldSource,0,0,FALSE,,,,, +cottage_cheese.n.01,sliceable,0,1,FALSE,,,,, +cottage_cheese.n.01,slicer,0,0,FALSE,,,,, +cottage_cheese.n.01,soakable,0,0,FALSE,,,,, +cranberry_juice.n.01,liquid,1,1,FALSE,,,,, +cranberry_juice.n.01,heatSource,0,0,FALSE,,,,, +cranberry_juice.n.01,fireSource,0,0,FALSE,,,,, +cranberry_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cranberry_juice.n.01,coldSource,1,0,FALSE,,,,, +cranberry_juice.n.01,sliceable,0,0,FALSE,,,,, +cranberry_juice.n.01,slicer,0,0,FALSE,,,,, +cranberry_juice.n.01,soakable,0,0,FALSE,,,,, +curry_powder.n.01,liquid,0,0,FALSE,,,,, +curry_powder.n.01,heatSource,0,0,FALSE,,,,, +curry_powder.n.01,fireSource,1,0,FALSE,,,,, +curry_powder.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.recipetineats.com/chicken-curry/,, +curry_powder.n.01,coldSource,0,0,FALSE,,,,, +curry_powder.n.01,sliceable,0,0,FALSE,,,,, +curry_powder.n.01,slicer,0,0,FALSE,,,,, +curry_powder.n.01,soakable,0,0,FALSE,,,,, +cold_cuts.n.01,liquid,0,0,FALSE,,,,, +cold_cuts.n.01,heatSource,0,0,FALSE,,,,, +cold_cuts.n.01,fireSource,0,0,FALSE,,,,, +cold_cuts.n.01,cookable,1,1,TRUE,TOO GENERAL,UNKNOWN,,, +cold_cuts.n.01,coldSource,0,0,FALSE,,,,, +cold_cuts.n.01,sliceable,0,1,FALSE,,,,, +cold_cuts.n.01,slicer,0,0,FALSE,,,,, +cold_cuts.n.01,soakable,0,0,FALSE,,,,, +diamond.n.01,liquid,0,0,FALSE,,,,, +diamond.n.01,heatSource,0,0,FALSE,,,,, +diamond.n.01,fireSource,0,0,FALSE,,,,, +diamond.n.01,cookable,0,0,FALSE,,,,, +diamond.n.01,coldSource,0,0,FALSE,,,,, +diamond.n.01,sliceable,0,0,FALSE,,,,, +diamond.n.01,slicer,0,0,FALSE,,,,, +diamond.n.01,soakable,0,0,FALSE,,,,, +bag.n.04,liquid,0,0,FALSE,,,,, +bag.n.04,heatSource,0,0,FALSE,,,,, +bag.n.04,fireSource,0,0,FALSE,,,,, +bag.n.04,cookable,0,0,FALSE,,,,, +bag.n.04,coldSource,0,0,FALSE,,,,, +bag.n.04,sliceable,0,0,FALSE,,,,, +bag.n.04,slicer,1,0,FALSE,,,,, +bag.n.04,soakable,1,0,FALSE,,,,, +dinner_plate.n.01,liquid,0,0,FALSE,,,,, +dinner_plate.n.01,heatSource,0,0,FALSE,,,,, +dinner_plate.n.01,fireSource,0,0,FALSE,,,,, +dinner_plate.n.01,cookable,0,0,FALSE,,,,, +dinner_plate.n.01,coldSource,0,0,FALSE,,,,, +dinner_plate.n.01,sliceable,0,0,FALSE,,,,, +dinner_plate.n.01,slicer,1,0,FALSE,,,,, +dinner_plate.n.01,soakable,0,0,FALSE,,,,, +essence.n.04,liquid,0,0,FALSE,,,,, +essence.n.04,heatSource,0,0,FALSE,,,,, +essence.n.04,fireSource,0,0,FALSE,,,,, +essence.n.04,cookable,0,0,FALSE,,,,, +essence.n.04,coldSource,1,0,FALSE,,,,, +essence.n.04,sliceable,0,0,FALSE,,,,, +essence.n.04,slicer,0,0,FALSE,,,,, +essence.n.04,soakable,0,0,FALSE,,,,, +aluminum.n.01,liquid,0,0,FALSE,,,,, +aluminum.n.01,heatSource,0,0,FALSE,,,,, +aluminum.n.01,fireSource,0,0,FALSE,,,,, +aluminum.n.01,cookable,0,0,FALSE,,,,, +aluminum.n.01,coldSource,0,0,FALSE,,,,, +aluminum.n.01,sliceable,0,0,FALSE,,,,, +aluminum.n.01,slicer,0,0,FALSE,,,,, +aluminum.n.01,soakable,0,0,FALSE,,,,, +antenna.n.01,liquid,0,0,FALSE,,,,, +antenna.n.01,heatSource,0,0,FALSE,,,,, +antenna.n.01,fireSource,0,0,FALSE,,,,, +antenna.n.01,cookable,0,0,FALSE,,,,, +antenna.n.01,coldSource,0,0,FALSE,,,,, +antenna.n.01,sliceable,0,0,FALSE,,,,, +antenna.n.01,slicer,1,0,FALSE,,,,, +antenna.n.01,soakable,0,0,FALSE,,,,, +cider.n.01,liquid,1,1,FALSE,,,,, +cider.n.01,heatSource,0,0,FALSE,,,,, +cider.n.01,fireSource,0,0,FALSE,,,,, +cider.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cider.n.01,coldSource,1,0,FALSE,,,,, +cider.n.01,sliceable,0,0,FALSE,,,,, +cider.n.01,slicer,0,0,FALSE,,,,, +cider.n.01,soakable,0,0,FALSE,,,,, +apron.n.01,liquid,0,0,FALSE,,,,, +apron.n.01,heatSource,0,0,FALSE,,,,, +apron.n.01,fireSource,0,0,FALSE,,,,, +apron.n.01,cookable,0,0,FALSE,,,,, +apron.n.01,coldSource,0,0,FALSE,,,,, +apron.n.01,sliceable,0,0,FALSE,,,,, +apron.n.01,slicer,0,0,FALSE,,,,, +apron.n.01,soakable,1,1,FALSE,,,,, +artichoke.n.01,liquid,0,0,FALSE,,,,, +artichoke.n.01,heatSource,0,0,FALSE,,,,, +artichoke.n.01,fireSource,1,0,FALSE,,,,, +artichoke.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +artichoke.n.01,coldSource,0,0,FALSE,,,,, +artichoke.n.01,sliceable,0,1,FALSE,,,,, +artichoke.n.01,slicer,0,0,FALSE,,,,, +artichoke.n.01,soakable,0,0,FALSE,,,,, +bandage.n.01,liquid,0,0,FALSE,,,,, +bandage.n.01,heatSource,0,0,FALSE,,,,, +bandage.n.01,fireSource,0,0,FALSE,,,,, +bandage.n.01,cookable,0,0,FALSE,,,,, +bandage.n.01,coldSource,0,0,FALSE,,,,, +bandage.n.01,sliceable,0,0,FALSE,,,,, +bandage.n.01,slicer,0,0,FALSE,,,,, +bandage.n.01,soakable,1,1,FALSE,,,,, +banner.n.01,liquid,0,0,FALSE,,,,, +banner.n.01,heatSource,0,0,FALSE,,,,, +banner.n.01,fireSource,0,0,FALSE,,,,, +banner.n.01,cookable,0,0,FALSE,,,,, +banner.n.01,coldSource,0,0,FALSE,,,,, +banner.n.01,sliceable,0,0,FALSE,,,,, +banner.n.01,slicer,1,0,FALSE,,,,, +banner.n.01,soakable,0,1,FALSE,,,,, +bar.n.03,liquid,0,0,FALSE,,,,, +bar.n.03,heatSource,0,0,FALSE,,,,, +bar.n.03,fireSource,0,0,FALSE,,,,, +bar.n.03,cookable,0,0,FALSE,,,,, +bar.n.03,coldSource,0,0,FALSE,,,,, +bar.n.03,sliceable,0,0,FALSE,,,,, +bar.n.03,slicer,1,0,FALSE,,,,, +bar.n.03,soakable,0,0,FALSE,,,,, +bark.n.01,liquid,0,0,FALSE,,,,, +bark.n.01,heatSource,0,0,FALSE,,,,, +bark.n.01,fireSource,0,1,FALSE,,,,, +bark.n.01,cookable,0,0,FALSE,,,,, +bark.n.01,coldSource,0,0,FALSE,,,,, +bark.n.01,sliceable,0,0,FALSE,,,,, +bark.n.01,slicer,0,0,FALSE,,,,, +bark.n.01,soakable,0,1,FALSE,,,,, +barrel.n.03,liquid,0,0,FALSE,,,,, +barrel.n.03,heatSource,0,0,FALSE,,,,, +barrel.n.03,fireSource,0,0,FALSE,,,,, +barrel.n.03,cookable,0,0,FALSE,,,,, +barrel.n.03,coldSource,0,0,FALSE,,,,, +barrel.n.03,sliceable,0,0,FALSE,,,,, +barrel.n.03,slicer,1,0,FALSE,,,,, +barrel.n.03,soakable,0,1,FALSE,,,,, +bird_feeder.n.01,liquid,0,0,FALSE,,,,, +bird_feeder.n.01,heatSource,0,0,FALSE,,,,, +bird_feeder.n.01,fireSource,0,0,FALSE,,,,, +bird_feeder.n.01,cookable,0,0,FALSE,,,,, +bird_feeder.n.01,coldSource,0,0,FALSE,,,,, +bird_feeder.n.01,sliceable,0,0,FALSE,,,,, +bird_feeder.n.01,slicer,0,0,FALSE,,,,, +bird_feeder.n.01,soakable,0,0,FALSE,,,,, +blazer.n.01,liquid,0,0,FALSE,,,,, +blazer.n.01,heatSource,0,0,FALSE,,,,, +blazer.n.01,fireSource,0,0,FALSE,,,,, +blazer.n.01,cookable,0,0,FALSE,,,,, +blazer.n.01,coldSource,0,0,FALSE,,,,, +blazer.n.01,sliceable,0,0,FALSE,,,,, +blazer.n.01,slicer,1,0,FALSE,,,,, +blazer.n.01,soakable,1,1,FALSE,,,,, +bleu.n.01,liquid,0,0,FALSE,,,,, +bleu.n.01,heatSource,0,0,FALSE,,,,, +bleu.n.01,fireSource,0,0,FALSE,,,,, +bleu.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +bleu.n.01,coldSource,0,0,FALSE,,,,, +bleu.n.01,sliceable,0,1,FALSE,,,,, +bleu.n.01,slicer,0,0,FALSE,,,,, +bleu.n.01,soakable,0,0,FALSE,,,,, +notepad.n.01,liquid,0,0,FALSE,,,,, +notepad.n.01,heatSource,0,0,FALSE,,,,, +notepad.n.01,fireSource,0,0,FALSE,,,,, +notepad.n.01,cookable,0,0,FALSE,,,,, +notepad.n.01,coldSource,0,0,FALSE,,,,, +notepad.n.01,sliceable,0,0,FALSE,,,,, +notepad.n.01,slicer,1,0,FALSE,,,,, +notepad.n.01,soakable,1,0,FALSE,,,,, +nut_butter.n.01,liquid,0,0,FALSE,,,,, +nut_butter.n.01,heatSource,0,0,FALSE,,,,, +nut_butter.n.01,fireSource,0,0,FALSE,,,,, +nut_butter.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +nut_butter.n.01,coldSource,0,0,FALSE,,,,, +nut_butter.n.01,sliceable,0,1,FALSE,,,,, +nut_butter.n.01,slicer,0,0,FALSE,,,,, +nut_butter.n.01,soakable,0,0,FALSE,,,,, +okra.n.02,liquid,0,0,FALSE,,,,, +okra.n.02,heatSource,0,0,FALSE,,,,, +okra.n.02,fireSource,1,0,FALSE,,,,, +okra.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +okra.n.02,coldSource,0,0,FALSE,,,,, +okra.n.02,sliceable,0,1,FALSE,,,,, +okra.n.02,slicer,0,0,FALSE,,,,, +okra.n.02,soakable,0,0,FALSE,,,,, +old_fashioned.n.01,liquid,0,0,FALSE,,,,, +old_fashioned.n.01,heatSource,0,0,FALSE,,,,, +old_fashioned.n.01,fireSource,0,0,FALSE,,,,, +old_fashioned.n.01,cookable,0,0,FALSE,,,,, +old_fashioned.n.01,coldSource,0,0,FALSE,,,,, +old_fashioned.n.01,sliceable,0,0,FALSE,,,,, +old_fashioned.n.01,slicer,0,0,FALSE,,,,, +old_fashioned.n.01,soakable,0,0,FALSE,,,,, +overall.n.01,liquid,0,0,FALSE,,,,, +overall.n.01,heatSource,0,0,FALSE,,,,, +overall.n.01,fireSource,0,0,FALSE,,,,, +overall.n.01,cookable,0,0,FALSE,,,,, +overall.n.01,coldSource,0,0,FALSE,,,,, +overall.n.01,sliceable,0,0,FALSE,,,,, +overall.n.01,slicer,0,0,FALSE,,,,, +overall.n.01,soakable,1,0,FALSE,,,,, +solvent.n.01,liquid,1,1,FALSE,,,,, +solvent.n.01,heatSource,0,0,FALSE,,,,, +solvent.n.01,fireSource,0,0,FALSE,,,,, +solvent.n.01,cookable,0,0,FALSE,,,,, +solvent.n.01,coldSource,1,0,FALSE,,,,, +solvent.n.01,sliceable,0,0,FALSE,,,,, +solvent.n.01,slicer,0,0,FALSE,,,,, +solvent.n.01,soakable,0,0,FALSE,,,,, +passport.n.02,liquid,0,0,FALSE,,,,, +passport.n.02,heatSource,0,0,FALSE,,,,, +passport.n.02,fireSource,0,0,FALSE,,,,, +passport.n.02,cookable,0,0,FALSE,,,,, +passport.n.02,coldSource,0,0,FALSE,,,,, +passport.n.02,sliceable,0,0,FALSE,,,,, +passport.n.02,slicer,0,0,FALSE,,,,, +passport.n.02,soakable,0,1,FALSE,,,,, +penny.n.02,liquid,0,0,FALSE,,,,, +penny.n.02,heatSource,0,0,FALSE,,,,, +penny.n.02,fireSource,0,0,FALSE,,,,, +penny.n.02,cookable,0,0,FALSE,,,,, +penny.n.02,coldSource,0,0,FALSE,,,,, +penny.n.02,sliceable,0,0,FALSE,,,,, +penny.n.02,slicer,1,0,FALSE,,,,, +penny.n.02,soakable,0,0,FALSE,,,,, +petfood.n.01,liquid,0,0,FALSE,,,,, +petfood.n.01,heatSource,0,0,FALSE,,,,, +petfood.n.01,fireSource,1,0,FALSE,,,,, +petfood.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +petfood.n.01,coldSource,0,0,FALSE,,,,, +petfood.n.01,sliceable,0,0,FALSE,,,,, +petfood.n.01,slicer,0,0,FALSE,,,,, +petfood.n.01,soakable,0,0,FALSE,,,,, +hair.n.04,liquid,0,0,FALSE,,,,, +hair.n.04,heatSource,0,0,FALSE,,,,, +hair.n.04,fireSource,0,0,FALSE,,,,, +hair.n.04,cookable,0,0,FALSE,,,,, +hair.n.04,coldSource,0,0,FALSE,,,,, +hair.n.04,sliceable,0,0,FALSE,,,,, +hair.n.04,slicer,0,0,FALSE,,,,, +hair.n.04,soakable,0,0,FALSE,,,,, +salsa.n.01,liquid,0,0,FALSE,,,,, +salsa.n.01,heatSource,1,0,FALSE,,,,, +salsa.n.01,fireSource,1,0,FALSE,,,,, +salsa.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +salsa.n.01,coldSource,0,0,FALSE,,,,, +salsa.n.01,sliceable,0,0,FALSE,,,,, +salsa.n.01,slicer,0,0,FALSE,,,,, +salsa.n.01,soakable,0,0,FALSE,,,,, +pinecone.n.01,liquid,0,0,FALSE,,,,, +pinecone.n.01,heatSource,0,0,FALSE,,,,, +pinecone.n.01,fireSource,0,0,FALSE,,,,, +pinecone.n.01,cookable,0,0,FALSE,,,,, +pinecone.n.01,coldSource,0,0,FALSE,,,,, +pinecone.n.01,sliceable,0,0,FALSE,,,,, +pinecone.n.01,slicer,0,0,FALSE,,,,, +pinecone.n.01,soakable,0,0,FALSE,,,,, +pipe_cleaner.n.01,liquid,0,0,FALSE,,,,, +pipe_cleaner.n.01,heatSource,0,0,FALSE,,,,, +pipe_cleaner.n.01,fireSource,0,0,FALSE,,,,, +pipe_cleaner.n.01,cookable,0,0,FALSE,,,,, +pipe_cleaner.n.01,coldSource,0,0,FALSE,,,,, +pipe_cleaner.n.01,sliceable,0,0,FALSE,,,,, +pipe_cleaner.n.01,slicer,1,0,FALSE,,,,, +pipe_cleaner.n.01,soakable,0,0,FALSE,,,,, +pita.n.01,liquid,0,0,FALSE,,,,, +pita.n.01,heatSource,0,0,FALSE,,,,, +pita.n.01,fireSource,1,0,FALSE,,,,, +pita.n.01,cookable,0,1,TRUE,246,UNKNOWN,https://www.themediterraneandish.com/homemade-pita-bread-recipe/,, +pita.n.01,coldSource,1,0,FALSE,,,,, +pita.n.01,sliceable,0,1,FALSE,,,,, +pita.n.01,slicer,1,0,FALSE,,,,, +pita.n.01,soakable,1,1,FALSE,,,,, +pitchfork.n.01,liquid,0,0,FALSE,,,,, +pitchfork.n.01,heatSource,0,0,FALSE,,,,, +pitchfork.n.01,fireSource,0,0,FALSE,,,,, +pitchfork.n.01,cookable,0,0,FALSE,,,,, +pitchfork.n.01,coldSource,0,0,FALSE,,,,, +pitchfork.n.01,sliceable,0,0,FALSE,,,,, +pitchfork.n.01,slicer,1,0,FALSE,,,,, +pitchfork.n.01,soakable,0,0,FALSE,,,,, +ice_lolly.n.01,liquid,0,0,FALSE,,,,, +ice_lolly.n.01,heatSource,0,0,FALSE,,,,, +ice_lolly.n.01,fireSource,0,0,FALSE,,,,, +ice_lolly.n.01,cookable,1,0,FALSE,,,,, +ice_lolly.n.01,coldSource,0,0,FALSE,,,,, +ice_lolly.n.01,sliceable,0,0,FALSE,,,,, +ice_lolly.n.01,slicer,0,0,FALSE,,,,, +ice_lolly.n.01,soakable,0,0,FALSE,,,,, +mushroom.n.01,liquid,0,0,FALSE,,,,, +mushroom.n.01,heatSource,0,0,FALSE,,,,, +mushroom.n.01,fireSource,1,0,FALSE,,,,, +mushroom.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +mushroom.n.01,coldSource,0,0,FALSE,,,,, +mushroom.n.01,sliceable,0,1,FALSE,,,,, +mushroom.n.01,slicer,0,0,FALSE,,,,, +mushroom.n.01,soakable,0,0,FALSE,,,,, +price_tag.n.01,liquid,0,0,FALSE,,,,, +price_tag.n.01,heatSource,0,0,FALSE,,,,, +price_tag.n.01,fireSource,0,0,FALSE,,,,, +price_tag.n.01,cookable,0,0,FALSE,,,,, +price_tag.n.01,coldSource,0,0,FALSE,,,,, +price_tag.n.01,sliceable,0,0,FALSE,,,,, +price_tag.n.01,slicer,1,0,FALSE,,,,, +price_tag.n.01,soakable,0,0,FALSE,,,,, +pumpkin_seed.n.01,liquid,0,0,FALSE,,,,, +pumpkin_seed.n.01,heatSource,0,0,FALSE,,,,, +pumpkin_seed.n.01,fireSource,1,0,FALSE,,,,, +pumpkin_seed.n.01,cookable,0,1,TRUE,177,UNKNOWN,https://www.jessicagavin.com/how-to-roast-pumpkin-seeds/,, +pumpkin_seed.n.01,coldSource,0,0,FALSE,,,,, +pumpkin_seed.n.01,sliceable,0,0,FALSE,,,,, +pumpkin_seed.n.01,slicer,0,0,FALSE,,,,, +pumpkin_seed.n.01,soakable,0,0,FALSE,,,,, +refried_beans.n.01,liquid,0,0,FALSE,,,,, +refried_beans.n.01,heatSource,0,0,FALSE,,,,, +refried_beans.n.01,fireSource,1,0,FALSE,,,,, +refried_beans.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +refried_beans.n.01,coldSource,0,0,FALSE,,,,, +refried_beans.n.01,sliceable,0,0,FALSE,,,,, +refried_beans.n.01,slicer,0,0,FALSE,,,,, +refried_beans.n.01,soakable,0,0,FALSE,,,,, +risotto.n.01,liquid,0,0,FALSE,,,,, +risotto.n.01,heatSource,0,0,FALSE,,,,, +risotto.n.01,fireSource,1,0,FALSE,,,,, +risotto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +risotto.n.01,coldSource,1,0,FALSE,,,,, +risotto.n.01,sliceable,0,0,FALSE,,,,, +risotto.n.01,slicer,1,0,FALSE,,,,, +risotto.n.01,soakable,0,0,FALSE,,,,, +saffron.n.02,liquid,0,0,FALSE,,,,, +saffron.n.02,heatSource,0,0,FALSE,,,,, +saffron.n.02,fireSource,1,0,FALSE,,,,, +saffron.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +saffron.n.02,coldSource,0,0,FALSE,,,,, +saffron.n.02,sliceable,0,0,FALSE,,,,, +saffron.n.02,slicer,0,0,FALSE,,,,, +saffron.n.02,soakable,0,0,FALSE,,,,, +sage.n.02,liquid,0,0,FALSE,,,,, +sage.n.02,heatSource,0,0,FALSE,,,,, +sage.n.02,fireSource,1,0,FALSE,,,,, +sage.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +sage.n.02,coldSource,0,0,FALSE,,,,, +sage.n.02,sliceable,0,0,FALSE,,,,, +sage.n.02,slicer,0,0,FALSE,,,,, +sage.n.02,soakable,0,0,FALSE,,,,, +scotch.n.02,liquid,1,1,FALSE,,,,, +scotch.n.02,heatSource,0,0,FALSE,,,,, +scotch.n.02,fireSource,0,0,FALSE,,,,, +scotch.n.02,cookable,0,0,FALSE,,,,, +scotch.n.02,coldSource,1,0,FALSE,,,,, +scotch.n.02,sliceable,0,0,FALSE,,,,, +scotch.n.02,slicer,1,0,FALSE,,,,, +scotch.n.02,soakable,0,0,FALSE,,,,, +sediment.n.01,liquid,0,0,FALSE,,,,, +sediment.n.01,heatSource,0,0,FALSE,,,,, +sediment.n.01,fireSource,0,0,FALSE,,,,, +sediment.n.01,cookable,0,0,FALSE,,,,, +sediment.n.01,coldSource,0,0,FALSE,,,,, +sediment.n.01,sliceable,0,0,FALSE,,,,, +sediment.n.01,slicer,0,0,FALSE,,,,, +sediment.n.01,soakable,0,0,FALSE,,,,, +shaving_cream.n.01,liquid,0,0,FALSE,,,,, +shaving_cream.n.01,heatSource,0,0,FALSE,,,,, +shaving_cream.n.01,fireSource,0,0,FALSE,,,,, +shaving_cream.n.01,cookable,0,0,FALSE,,,,, +shaving_cream.n.01,coldSource,1,0,FALSE,,,,, +shaving_cream.n.01,sliceable,0,0,FALSE,,,,, +shaving_cream.n.01,slicer,0,0,FALSE,,,,, +shaving_cream.n.01,soakable,0,0,FALSE,,,,, +sirloin.n.01,liquid,0,0,FALSE,,,,, +sirloin.n.01,heatSource,0,0,FALSE,,,,, +sirloin.n.01,fireSource,1,0,FALSE,,,,, +sirloin.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, +sirloin.n.01,coldSource,0,0,FALSE,,,,, +sirloin.n.01,sliceable,0,1,FALSE,,,,, +sirloin.n.01,slicer,0,0,FALSE,,,,, +sirloin.n.01,soakable,0,0,FALSE,,,,, +slacks.n.01,liquid,0,0,FALSE,,,,, +slacks.n.01,heatSource,0,0,FALSE,,,,, +slacks.n.01,fireSource,0,0,FALSE,,,,, +slacks.n.01,cookable,0,0,FALSE,,,,, +slacks.n.01,coldSource,0,0,FALSE,,,,, +slacks.n.01,sliceable,0,0,FALSE,,,,, +slacks.n.01,slicer,0,0,FALSE,,,,, +slacks.n.01,soakable,1,1,FALSE,,,,, +fire_alarm.n.02,liquid,0,0,FALSE,,,,, +fire_alarm.n.02,heatSource,0,0,FALSE,,,,, +fire_alarm.n.02,fireSource,0,0,FALSE,,,,, +fire_alarm.n.02,cookable,0,0,FALSE,,,,, +fire_alarm.n.02,coldSource,0,0,FALSE,,,,, +fire_alarm.n.02,sliceable,0,0,FALSE,,,,, +fire_alarm.n.02,slicer,1,0,FALSE,,,,, +fire_alarm.n.02,soakable,0,0,FALSE,,,,, +smoke_alarm.n.01,liquid,0,0,FALSE,,,,, +smoke_alarm.n.01,heatSource,0,0,FALSE,,,,, +smoke_alarm.n.01,fireSource,0,0,FALSE,,,,, +smoke_alarm.n.01,cookable,0,0,FALSE,,,,, +smoke_alarm.n.01,coldSource,0,0,FALSE,,,,, +smoke_alarm.n.01,sliceable,0,0,FALSE,,,,, +smoke_alarm.n.01,slicer,0,0,FALSE,,,,, +smoke_alarm.n.01,soakable,0,0,FALSE,,,,, +ski_boot.n.01,liquid,0,0,FALSE,,,,, +ski_boot.n.01,heatSource,0,0,FALSE,,,,, +ski_boot.n.01,fireSource,0,0,FALSE,,,,, +ski_boot.n.01,cookable,0,0,FALSE,,,,, +ski_boot.n.01,coldSource,0,0,FALSE,,,,, +ski_boot.n.01,sliceable,0,0,FALSE,,,,, +ski_boot.n.01,slicer,1,0,FALSE,,,,, +ski_boot.n.01,soakable,0,1,FALSE,,,,, +turf.n.01,liquid,0,0,FALSE,,,,, +turf.n.01,heatSource,0,0,FALSE,,,,, +turf.n.01,fireSource,0,0,FALSE,,,,, +turf.n.01,cookable,0,0,FALSE,,,,, +turf.n.01,coldSource,0,0,FALSE,,,,, +turf.n.01,sliceable,0,0,FALSE,,,,, +turf.n.01,slicer,0,0,FALSE,,,,, +turf.n.01,soakable,0,0,FALSE,,,,, +soup_bowl.n.01,liquid,0,0,FALSE,,,,, +soup_bowl.n.01,heatSource,0,0,FALSE,,,,, +soup_bowl.n.01,fireSource,0,0,FALSE,,,,, +soup_bowl.n.01,cookable,0,0,FALSE,,,,, +soup_bowl.n.01,coldSource,1,0,FALSE,,,,, +soup_bowl.n.01,sliceable,0,0,FALSE,,,,, +soup_bowl.n.01,slicer,0,0,FALSE,,,,, +soup_bowl.n.01,soakable,0,0,FALSE,,,,, +spark_plug.n.01,liquid,0,0,FALSE,,,,, +spark_plug.n.01,heatSource,0,0,FALSE,,,,, +spark_plug.n.01,fireSource,0,0,FALSE,,,,, +spark_plug.n.01,cookable,0,0,FALSE,,,,, +spark_plug.n.01,coldSource,0,0,FALSE,,,,, +spark_plug.n.01,sliceable,0,0,FALSE,,,,, +spark_plug.n.01,slicer,1,0,FALSE,,,,, +spark_plug.n.01,soakable,0,0,FALSE,,,,, +tap.n.06,liquid,0,0,FALSE,,,,, +tap.n.06,heatSource,0,0,FALSE,,,,, +tap.n.06,fireSource,0,0,FALSE,,,,, +tap.n.06,cookable,0,0,FALSE,,,,, +tap.n.06,coldSource,0,0,FALSE,,,,, +tap.n.06,sliceable,0,0,FALSE,,,,, +tap.n.06,slicer,0,0,FALSE,,,,, +tap.n.06,soakable,0,0,FALSE,,,,, +squid.n.01,liquid,0,0,FALSE,,,,, +squid.n.01,heatSource,0,0,FALSE,,,,, +squid.n.01,fireSource,1,0,FALSE,,,,, +squid.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, +squid.n.01,coldSource,0,0,FALSE,,,,, +squid.n.01,sliceable,0,1,FALSE,,,,, +squid.n.01,slicer,0,0,FALSE,,,,, +squid.n.01,soakable,0,0,FALSE,,,,, +staple_gun.n.01,liquid,0,0,FALSE,,,,, +staple_gun.n.01,heatSource,0,0,FALSE,,,,, +staple_gun.n.01,fireSource,0,0,FALSE,,,,, +staple_gun.n.01,cookable,0,0,FALSE,,,,, +staple_gun.n.01,coldSource,0,0,FALSE,,,,, +staple_gun.n.01,sliceable,0,0,FALSE,,,,, +staple_gun.n.01,slicer,1,0,FALSE,,,,, +staple_gun.n.01,soakable,0,0,FALSE,,,,, +stencil.n.01,liquid,0,0,FALSE,,,,, +stencil.n.01,heatSource,0,0,FALSE,,,,, +stencil.n.01,fireSource,0,0,FALSE,,,,, +stencil.n.01,cookable,0,0,FALSE,,,,, +stencil.n.01,coldSource,0,0,FALSE,,,,, +stencil.n.01,sliceable,0,0,FALSE,,,,, +stencil.n.01,slicer,1,0,FALSE,,,,, +stencil.n.01,soakable,0,0,FALSE,,,,, +stereo.n.01,liquid,0,0,FALSE,,,,, +stereo.n.01,heatSource,0,0,FALSE,,,,, +stereo.n.01,fireSource,0,0,FALSE,,,,, +stereo.n.01,cookable,0,0,FALSE,,,,, +stereo.n.01,coldSource,0,0,FALSE,,,,, +stereo.n.01,sliceable,0,0,FALSE,,,,, +stereo.n.01,slicer,1,0,FALSE,,,,, +stereo.n.01,soakable,0,0,FALSE,,,,, +baby_buggy.n.01,liquid,0,0,FALSE,,,,, +baby_buggy.n.01,heatSource,0,0,FALSE,,,,, +baby_buggy.n.01,fireSource,0,0,FALSE,,,,, +baby_buggy.n.01,cookable,0,0,FALSE,,,,, +baby_buggy.n.01,coldSource,0,0,FALSE,,,,, +baby_buggy.n.01,sliceable,0,0,FALSE,,,,, +baby_buggy.n.01,slicer,0,0,FALSE,,,,, +baby_buggy.n.01,soakable,1,0,FALSE,,,,, +sunflower.n.01,liquid,0,0,FALSE,,,,, +sunflower.n.01,heatSource,0,0,FALSE,,,,, +sunflower.n.01,fireSource,0,0,FALSE,,,,, +sunflower.n.01,cookable,0,0,FALSE,,,,, +sunflower.n.01,coldSource,1,0,FALSE,,,,, +sunflower.n.01,sliceable,0,1,FALSE,,,,, +sunflower.n.01,slicer,1,0,FALSE,,,,, +sunflower.n.01,soakable,0,0,FALSE,,,,, +sport_utility.n.01,liquid,0,0,FALSE,,,,, +sport_utility.n.01,heatSource,0,0,FALSE,,,,, +sport_utility.n.01,fireSource,0,0,FALSE,,,,, +sport_utility.n.01,cookable,0,0,FALSE,,,,, +sport_utility.n.01,coldSource,0,0,FALSE,,,,, +sport_utility.n.01,sliceable,0,0,FALSE,,,,, +sport_utility.n.01,slicer,0,0,FALSE,,,,, +sport_utility.n.01,soakable,0,0,FALSE,,,,, +tackle.n.03,liquid,0,0,FALSE,,,,, +tackle.n.03,heatSource,0,0,FALSE,,,,, +tackle.n.03,fireSource,0,0,FALSE,,,,, +tackle.n.03,cookable,0,0,FALSE,,,,, +tackle.n.03,coldSource,0,0,FALSE,,,,, +tackle.n.03,sliceable,0,0,FALSE,,,,, +tackle.n.03,slicer,1,0,FALSE,,,,, +tackle.n.03,soakable,0,0,FALSE,,,,, +tenderloin.n.02,liquid,0,0,FALSE,,,,, +tenderloin.n.02,heatSource,0,0,FALSE,,,,, +tenderloin.n.02,fireSource,1,0,FALSE,,,,, +tenderloin.n.02,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +tenderloin.n.02,coldSource,0,0,FALSE,,,,, +tenderloin.n.02,sliceable,0,1,FALSE,,,,, +tenderloin.n.02,slicer,0,0,FALSE,,,,, +tenderloin.n.02,soakable,0,0,FALSE,,,,, +tequila.n.01,liquid,1,1,FALSE,,,,, +tequila.n.01,heatSource,0,0,FALSE,,,,, +tequila.n.01,fireSource,0,0,FALSE,,,,, +tequila.n.01,cookable,0,0,FALSE,,,,, +tequila.n.01,coldSource,1,0,FALSE,,,,, +tequila.n.01,sliceable,0,0,FALSE,,,,, +tequila.n.01,slicer,0,0,FALSE,,,,, +tequila.n.01,soakable,0,0,FALSE,,,,, +textbook.n.01,liquid,0,0,FALSE,,,,, +textbook.n.01,heatSource,0,0,FALSE,,,,, +textbook.n.01,fireSource,0,0,FALSE,,,,, +textbook.n.01,cookable,0,0,FALSE,,,,, +textbook.n.01,coldSource,0,0,FALSE,,,,, +textbook.n.01,sliceable,0,0,FALSE,,,,, +textbook.n.01,slicer,1,0,FALSE,,,,, +textbook.n.01,soakable,0,1,FALSE,,,,, +tortilla_chip.n.01,liquid,0,0,FALSE,,,,, +tortilla_chip.n.01,heatSource,0,0,FALSE,,,,, +tortilla_chip.n.01,fireSource,0,0,FALSE,,,,, +tortilla_chip.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +tortilla_chip.n.01,coldSource,0,0,FALSE,,,,, +tortilla_chip.n.01,sliceable,0,1,FALSE,,,,, +tortilla_chip.n.01,slicer,1,0,FALSE,,,,, +tortilla_chip.n.01,soakable,0,1,FALSE,,,,, +snack.n.01,liquid,0,0,FALSE,,,,, +snack.n.01,heatSource,0,0,FALSE,,,,, +snack.n.01,fireSource,1,0,FALSE,,,,, +snack.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +snack.n.01,coldSource,0,0,FALSE,,,,, +snack.n.01,sliceable,1,1,FALSE,,,,, +snack.n.01,slicer,0,0,FALSE,,,,, +snack.n.01,soakable,0,0,FALSE,,,,, +trap.n.01,liquid,0,0,FALSE,,,,, +trap.n.01,heatSource,0,0,FALSE,,,,, +trap.n.01,fireSource,0,0,FALSE,,,,, +trap.n.01,cookable,0,0,FALSE,,,,, +trap.n.01,coldSource,0,0,FALSE,,,,, +trap.n.01,sliceable,0,0,FALSE,,,,, +trap.n.01,slicer,0,0,FALSE,,,,, +trap.n.01,soakable,0,0,FALSE,,,,, +trimmer.n.02,liquid,0,0,FALSE,,,,, +trimmer.n.02,heatSource,0,0,FALSE,,,,, +trimmer.n.02,fireSource,0,0,FALSE,,,,, +trimmer.n.02,cookable,0,0,FALSE,,,,, +trimmer.n.02,coldSource,0,0,FALSE,,,,, +trimmer.n.02,sliceable,0,0,FALSE,,,,, +trimmer.n.02,slicer,1,1,FALSE,,,,, +trimmer.n.02,soakable,0,0,FALSE,,,,, +tuber.n.01,liquid,0,0,FALSE,,,,, +tuber.n.01,heatSource,0,0,FALSE,,,,, +tuber.n.01,fireSource,1,0,FALSE,,,,, +tuber.n.01,cookable,0,1,TRUE,200,UNKNOWN,https://www.theculinarypro.com/dried-legumes-cooking-methods,, +tuber.n.01,coldSource,0,0,FALSE,,,,, +tuber.n.01,sliceable,0,1,FALSE,,,,, +tuber.n.01,slicer,0,0,FALSE,,,,, +tuber.n.01,soakable,0,0,FALSE,,,,, +tulip.n.01,liquid,0,0,FALSE,,,,, +tulip.n.01,heatSource,0,0,FALSE,,,,, +tulip.n.01,fireSource,0,0,FALSE,,,,, +tulip.n.01,cookable,0,0,FALSE,,,,, +tulip.n.01,coldSource,0,0,FALSE,,,,, +tulip.n.01,sliceable,0,1,FALSE,,,,, +tulip.n.01,slicer,1,0,FALSE,,,,, +tulip.n.01,soakable,0,0,FALSE,,,,, +turmeric.n.02,liquid,0,0,FALSE,,,,, +turmeric.n.02,heatSource,0,0,FALSE,,,,, +turmeric.n.02,fireSource,1,0,FALSE,,,,, +turmeric.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +turmeric.n.02,coldSource,0,0,FALSE,,,,, +turmeric.n.02,sliceable,0,1,FALSE,,,,, +turmeric.n.02,slicer,0,0,FALSE,,,,, +turmeric.n.02,soakable,0,0,FALSE,,,,, +turtleneck.n.01,liquid,0,0,FALSE,,,,, +turtleneck.n.01,heatSource,0,0,FALSE,,,,, +turtleneck.n.01,fireSource,0,0,FALSE,,,,, +turtleneck.n.01,cookable,0,0,FALSE,,,,, +turtleneck.n.01,coldSource,0,0,FALSE,,,,, +turtleneck.n.01,sliceable,0,0,FALSE,,,,, +turtleneck.n.01,slicer,0,0,FALSE,,,,, +turtleneck.n.01,soakable,1,1,FALSE,,,,, +varnish.n.01,liquid,0,1,FALSE,,,,, +varnish.n.01,heatSource,0,0,FALSE,,,,, +varnish.n.01,fireSource,0,0,FALSE,,,,, +varnish.n.01,cookable,0,0,FALSE,,,,, +varnish.n.01,coldSource,1,0,FALSE,,,,, +varnish.n.01,sliceable,0,0,FALSE,,,,, +varnish.n.01,slicer,1,0,FALSE,,,,, +varnish.n.01,soakable,0,0,FALSE,,,,, +wagon.n.04,liquid,0,0,FALSE,,,,, +wagon.n.04,heatSource,0,0,FALSE,,,,, +wagon.n.04,fireSource,0,0,FALSE,,,,, +wagon.n.04,cookable,0,0,FALSE,,,,, +wagon.n.04,coldSource,0,0,FALSE,,,,, +wagon.n.04,sliceable,0,0,FALSE,,,,, +wagon.n.04,slicer,1,0,FALSE,,,,, +wagon.n.04,soakable,0,0,FALSE,,,,, +wallpaper.n.01,liquid,0,0,FALSE,,,,, +wallpaper.n.01,heatSource,0,0,FALSE,,,,, +wallpaper.n.01,fireSource,0,0,FALSE,,,,, +wallpaper.n.01,cookable,0,0,FALSE,,,,, +wallpaper.n.01,coldSource,0,0,FALSE,,,,, +wallpaper.n.01,sliceable,0,0,FALSE,,,,, +wallpaper.n.01,slicer,0,0,FALSE,,,,, +wallpaper.n.01,soakable,0,1,FALSE,,,,, +pepper.n.01,liquid,0,0,FALSE,,,,, +pepper.n.01,heatSource,0,0,FALSE,,,,, +pepper.n.01,fireSource,1,0,FALSE,,,,, +pepper.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pepper.n.01,coldSource,0,0,FALSE,,,,, +pepper.n.01,sliceable,0,1,FALSE,,,,, +pepper.n.01,slicer,0,0,FALSE,,,,, +pepper.n.01,soakable,0,0,FALSE,,,,, +wine_bottle.n.0,liquid,0,0,FALSE,,,,, +wine_bottle.n.0,heatSource,0,0,FALSE,,,,, +wine_bottle.n.0,fireSource,0,0,FALSE,,,,, +wine_bottle.n.0,cookable,0,0,FALSE,,,,, +wine_bottle.n.0,coldSource,1,0,FALSE,,,,, +wine_bottle.n.0,sliceable,0,0,FALSE,,,,, +wine_bottle.n.0,slicer,0,0,FALSE,,,,, +wine_bottle.n.0,soakable,0,0,FALSE,,,,, +air_conditioner.n.01,liquid,0,0,FALSE,,,,, +air_conditioner.n.01,heatSource,0,1,FALSE,,,,, +air_conditioner.n.01,fireSource,0,0,FALSE,,,,, +air_conditioner.n.01,cookable,1,0,FALSE,,,,, +air_conditioner.n.01,coldSource,0,1,FALSE,,,,, +air_conditioner.n.01,sliceable,0,0,FALSE,,,,, +air_conditioner.n.01,slicer,1,0,FALSE,,,,, +air_conditioner.n.01,soakable,0,0,FALSE,,,,, +garlic_bread.n.01,liquid,0,0,FALSE,,,,, +garlic_bread.n.01,heatSource,1,0,FALSE,,,,, +garlic_bread.n.01,fireSource,1,0,FALSE,,,,, +garlic_bread.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.delish.com/cooking/recipe-ideas/a24803098/easy-garlic-bread-recipe/,, +garlic_bread.n.01,coldSource,0,0,FALSE,,,,, +garlic_bread.n.01,sliceable,0,1,FALSE,,,,, +garlic_bread.n.01,slicer,1,0,FALSE,,,,, +garlic_bread.n.01,soakable,0,0,FALSE,,,,, +gas_tank.n.01,liquid,0,0,FALSE,,,,, +gas_tank.n.01,heatSource,0,0,FALSE,,,,, +gas_tank.n.01,fireSource,0,0,FALSE,,,,, +gas_tank.n.01,cookable,0,0,FALSE,,,,, +gas_tank.n.01,coldSource,1,0,FALSE,,,,, +gas_tank.n.01,sliceable,0,0,FALSE,,,,, +gas_tank.n.01,slicer,1,0,FALSE,,,,, +gas_tank.n.01,soakable,0,0,FALSE,,,,, +gauge.n.01,liquid,0,0,FALSE,,,,, +gauge.n.01,heatSource,0,0,FALSE,,,,, +gauge.n.01,fireSource,0,0,FALSE,,,,, +gauge.n.01,cookable,0,0,FALSE,,,,, +gauge.n.01,coldSource,1,0,FALSE,,,,, +gauge.n.01,sliceable,0,0,FALSE,,,,, +gauge.n.01,slicer,1,0,FALSE,,,,, +gauge.n.01,soakable,0,0,FALSE,,,,, +gelatin.n.02,liquid,0,0,FALSE,,,,, +gelatin.n.02,heatSource,0,0,FALSE,,,,, +gelatin.n.02,fireSource,1,0,FALSE,,,,, +gelatin.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +gelatin.n.02,coldSource,0,0,FALSE,,,,, +gelatin.n.02,sliceable,0,1,FALSE,,,,, +gelatin.n.02,slicer,0,0,FALSE,,,,, +gelatin.n.02,soakable,1,0,FALSE,,,,, +party_favor.n.01,liquid,0,0,FALSE,,,,, +party_favor.n.01,heatSource,0,0,FALSE,,,,, +party_favor.n.01,fireSource,0,0,FALSE,,,,, +party_favor.n.01,cookable,0,0,FALSE,,,,, +party_favor.n.01,coldSource,0,0,FALSE,,,,, +party_favor.n.01,sliceable,0,0,FALSE,,,,, +party_favor.n.01,slicer,0,0,FALSE,,,,, +party_favor.n.01,soakable,0,0,FALSE,,,,, +goblet.n.01,liquid,0,0,FALSE,,,,, +goblet.n.01,heatSource,0,0,FALSE,,,,, +goblet.n.01,fireSource,0,0,FALSE,,,,, +goblet.n.01,cookable,0,0,FALSE,,,,, +goblet.n.01,coldSource,1,0,FALSE,,,,, +goblet.n.01,sliceable,0,0,FALSE,,,,, +goblet.n.01,slicer,1,0,FALSE,,,,, +goblet.n.01,soakable,0,0,FALSE,,,,, +golf_club.n.02,liquid,0,0,FALSE,,,,, +golf_club.n.02,heatSource,0,0,FALSE,,,,, +golf_club.n.02,fireSource,0,0,FALSE,,,,, +golf_club.n.02,cookable,0,0,FALSE,,,,, +golf_club.n.02,coldSource,0,0,FALSE,,,,, +golf_club.n.02,sliceable,0,0,FALSE,,,,, +golf_club.n.02,slicer,0,0,FALSE,,,,, +golf_club.n.02,soakable,0,0,FALSE,,,,, +grapefruit.n.02,liquid,0,0,FALSE,,,,, +grapefruit.n.02,heatSource,0,0,FALSE,,,,, +grapefruit.n.02,fireSource,0,0,FALSE,,,,, +grapefruit.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +grapefruit.n.02,coldSource,0,0,FALSE,,,,, +grapefruit.n.02,sliceable,0,1,FALSE,,,,, +grapefruit.n.02,slicer,0,0,FALSE,,,,, +grapefruit.n.02,soakable,0,0,FALSE,,,,, +coffee_grounds.n.01,liquid,0,0,FALSE,,,,, +coffee_grounds.n.01,heatSource,0,0,FALSE,,,,, +coffee_grounds.n.01,fireSource,0,0,FALSE,,,,, +coffee_grounds.n.01,cookable,0,1,TRUE,N/A,250,,"https://muertoscoffeeco.com/blogs/news/how-to-roast-coffee-beans#:~:text=The%20longer%20they%20roast%2C%20the,12%20hours%20before%20storing%20them.", +coffee_grounds.n.01,coldSource,0,0,FALSE,,,,, +coffee_grounds.n.01,sliceable,0,0,FALSE,,,,, +coffee_grounds.n.01,slicer,0,0,FALSE,,,,, +coffee_grounds.n.01,soakable,0,0,FALSE,,,,, +powdered_ginger.n.01,liquid,0,0,FALSE,,,,, +powdered_ginger.n.01,heatSource,0,0,FALSE,,,,, +powdered_ginger.n.01,fireSource,0,0,FALSE,,,,, +powdered_ginger.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +powdered_ginger.n.01,coldSource,0,0,FALSE,,,,, +powdered_ginger.n.01,sliceable,0,0,FALSE,,,,, +powdered_ginger.n.01,slicer,0,0,FALSE,,,,, +powdered_ginger.n.01,soakable,0,0,FALSE,,,,, +gun.n.01,liquid,0,0,FALSE,,,,, +gun.n.01,heatSource,0,0,FALSE,,,,, +gun.n.01,fireSource,0,0,FALSE,,,,, +gun.n.01,cookable,0,0,FALSE,,,,, +gun.n.01,coldSource,0,0,FALSE,,,,, +gun.n.01,sliceable,0,0,FALSE,,,,, +gun.n.01,slicer,1,0,FALSE,,,,, +gun.n.01,soakable,0,0,FALSE,,,,, +action_mechanism.n.01,liquid,0,0,FALSE,,,,, +action_mechanism.n.01,heatSource,0,0,FALSE,,,,, +action_mechanism.n.01,fireSource,0,0,FALSE,,,,, +action_mechanism.n.01,cookable,0,0,FALSE,,,,, +action_mechanism.n.01,coldSource,0,0,FALSE,,,,, +action_mechanism.n.01,sliceable,0,0,FALSE,,,,, +action_mechanism.n.01,slicer,0,0,FALSE,,,,, +action_mechanism.n.01,soakable,0,0,FALSE,,,,, +handkerchief.n.01,liquid,0,0,FALSE,,,,, +handkerchief.n.01,heatSource,0,0,FALSE,,,,, +handkerchief.n.01,fireSource,0,0,FALSE,,,,, +handkerchief.n.01,cookable,0,0,FALSE,,,,, +handkerchief.n.01,coldSource,0,0,FALSE,,,,, +handkerchief.n.01,sliceable,0,0,FALSE,,,,, +handkerchief.n.01,slicer,0,0,FALSE,,,,, +handkerchief.n.01,soakable,1,1,FALSE,,,,, +harness.n.01,liquid,0,0,FALSE,,,,, +harness.n.01,heatSource,0,0,FALSE,,,,, +harness.n.01,fireSource,0,0,FALSE,,,,, +harness.n.01,cookable,0,0,FALSE,,,,, +harness.n.01,coldSource,0,0,FALSE,,,,, +harness.n.01,sliceable,0,0,FALSE,,,,, +harness.n.01,slicer,0,0,FALSE,,,,, +harness.n.01,soakable,0,0,FALSE,,,,, +home_fries.n.01,liquid,0,0,FALSE,,,,, +home_fries.n.01,heatSource,1,0,FALSE,,,,, +home_fries.n.01,fireSource,1,0,FALSE,,,,, +home_fries.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +home_fries.n.01,coldSource,0,0,FALSE,,,,, +home_fries.n.01,sliceable,0,1,FALSE,,,,, +home_fries.n.01,slicer,1,0,FALSE,,,,, +home_fries.n.01,soakable,0,0,FALSE,,,,, +hay.n.01,liquid,0,0,FALSE,,,,, +hay.n.01,heatSource,0,0,FALSE,,,,, +hay.n.01,fireSource,0,0,FALSE,,,,, +hay.n.01,cookable,0,0,FALSE,,,,, +hay.n.01,coldSource,0,0,FALSE,,,,, +hay.n.01,sliceable,0,0,FALSE,,,,, +hay.n.01,slicer,0,0,FALSE,,,,, +hay.n.01,soakable,0,1,FALSE,,,,, +hockey_stick.n.01,liquid,0,0,FALSE,,,,, +hockey_stick.n.01,heatSource,0,0,FALSE,,,,, +hockey_stick.n.01,fireSource,0,0,FALSE,,,,, +hockey_stick.n.01,cookable,0,0,FALSE,,,,, +hockey_stick.n.01,coldSource,0,0,FALSE,,,,, +hockey_stick.n.01,sliceable,0,0,FALSE,,,,, +hockey_stick.n.01,slicer,1,0,FALSE,,,,, +hockey_stick.n.01,soakable,0,0,FALSE,,,,, +holly.n.01,liquid,0,0,FALSE,,,,, +holly.n.01,heatSource,0,0,FALSE,,,,, +holly.n.01,fireSource,0,0,FALSE,,,,, +holly.n.01,cookable,0,0,FALSE,,,,, +holly.n.01,coldSource,0,0,FALSE,,,,, +holly.n.01,sliceable,0,1,FALSE,,,,, +holly.n.01,slicer,0,0,FALSE,,,,, +holly.n.01,soakable,0,0,FALSE,,,,, +sweatshirt.n.01,liquid,0,0,FALSE,,,,, +sweatshirt.n.01,heatSource,0,0,FALSE,,,,, +sweatshirt.n.01,fireSource,0,0,FALSE,,,,, +sweatshirt.n.01,cookable,0,0,FALSE,,,,, +sweatshirt.n.01,coldSource,0,0,FALSE,,,,, +sweatshirt.n.01,sliceable,0,0,FALSE,,,,, +sweatshirt.n.01,slicer,1,0,FALSE,,,,, +sweatshirt.n.01,soakable,1,1,FALSE,,,,, +ice_maker.n.01,liquid,0,0,FALSE,,,,, +ice_maker.n.01,heatSource,0,0,FALSE,,,,, +ice_maker.n.01,fireSource,0,0,FALSE,,,,, +ice_maker.n.01,cookable,1,0,FALSE,,,,, +ice_maker.n.01,coldSource,0,1,FALSE,,,,, +ice_maker.n.01,sliceable,0,0,FALSE,,,,, +ice_maker.n.01,slicer,1,0,FALSE,,,,, +ice_maker.n.01,soakable,0,0,FALSE,,,,, +musical_instrument.n.01,liquid,0,0,FALSE,,,,, +musical_instrument.n.01,heatSource,0,0,FALSE,,,,, +musical_instrument.n.01,fireSource,0,0,FALSE,,,,, +musical_instrument.n.01,cookable,0,0,FALSE,,,,, +musical_instrument.n.01,coldSource,0,0,FALSE,,,,, +musical_instrument.n.01,sliceable,0,0,FALSE,,,,, +musical_instrument.n.01,slicer,0,0,FALSE,,,,, +musical_instrument.n.01,soakable,0,0,FALSE,,,,, +mobile_phone.n.01,liquid,0,0,FALSE,,,,, +mobile_phone.n.01,heatSource,0,0,FALSE,,,,, +mobile_phone.n.01,fireSource,0,0,FALSE,,,,, +mobile_phone.n.01,cookable,0,0,FALSE,,,,, +mobile_phone.n.01,coldSource,0,0,FALSE,,,,, +mobile_phone.n.01,sliceable,0,0,FALSE,,,,, +mobile_phone.n.01,slicer,1,0,FALSE,,,,, +mobile_phone.n.01,soakable,1,0,FALSE,,,,, +isopropyl_alcohol.n.01,liquid,1,1,FALSE,,,,, +isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,cookable,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,slicer,0,0,FALSE,,,,, +isopropyl_alcohol.n.01,soakable,0,0,FALSE,,,,, +kayak.n.01,liquid,0,0,FALSE,,,,, +kayak.n.01,heatSource,0,0,FALSE,,,,, +kayak.n.01,fireSource,0,0,FALSE,,,,, +kayak.n.01,cookable,0,0,FALSE,,,,, +kayak.n.01,coldSource,0,0,FALSE,,,,, +kayak.n.01,sliceable,0,0,FALSE,,,,, +kayak.n.01,slicer,1,0,FALSE,,,,, +kayak.n.01,soakable,0,0,FALSE,,,,, +booth.n.02,liquid,0,0,FALSE,,,,, +booth.n.02,heatSource,0,0,FALSE,,,,, +booth.n.02,fireSource,0,0,FALSE,,,,, +booth.n.02,cookable,0,0,FALSE,,,,, +booth.n.02,coldSource,0,0,FALSE,,,,, +booth.n.02,sliceable,0,0,FALSE,,,,, +booth.n.02,slicer,1,0,FALSE,,,,, +booth.n.02,soakable,0,0,FALSE,,,,, +laminate.n.01,liquid,0,0,FALSE,,,,, +laminate.n.01,heatSource,0,0,FALSE,,,,, +laminate.n.01,fireSource,0,0,FALSE,,,,, +laminate.n.01,cookable,0,0,FALSE,,,,, +laminate.n.01,coldSource,0,0,FALSE,,,,, +laminate.n.01,sliceable,0,0,FALSE,,,,, +laminate.n.01,slicer,1,0,FALSE,,,,, +laminate.n.01,soakable,1,1,FALSE,,,,, +lampshade.n.01,liquid,0,0,FALSE,,,,, +lampshade.n.01,heatSource,0,0,FALSE,,,,, +lampshade.n.01,fireSource,0,0,FALSE,,,,, +lampshade.n.01,cookable,0,0,FALSE,,,,, +lampshade.n.01,coldSource,0,0,FALSE,,,,, +lampshade.n.01,sliceable,0,0,FALSE,,,,, +lampshade.n.01,slicer,1,0,FALSE,,,,, +lampshade.n.01,soakable,0,1,FALSE,,,,, +lavender.n.01,liquid,0,0,FALSE,,,,, +lavender.n.01,heatSource,0,0,FALSE,,,,, +lavender.n.01,fireSource,0,0,FALSE,,,,, +lavender.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +lavender.n.01,coldSource,0,0,FALSE,,,,, +lavender.n.01,sliceable,0,0,FALSE,,,,, +lavender.n.01,slicer,0,0,FALSE,,,,, +lavender.n.01,soakable,0,0,FALSE,,,,, +spike_lavender.n.01,liquid,0,0,FALSE,,,,, +spike_lavender.n.01,heatSource,0,0,FALSE,,,,, +spike_lavender.n.01,fireSource,0,0,FALSE,,,,, +spike_lavender.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +spike_lavender.n.01,coldSource,0,0,FALSE,,,,, +spike_lavender.n.01,sliceable,0,0,FALSE,,,,, +spike_lavender.n.01,slicer,0,0,FALSE,,,,, +spike_lavender.n.01,soakable,0,0,FALSE,,,,, +soft_drink.n.01,liquid,1,1,FALSE,,,,, +soft_drink.n.01,heatSource,0,0,FALSE,,,,, +soft_drink.n.01,fireSource,0,0,FALSE,,,,, +soft_drink.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +soft_drink.n.01,coldSource,0,0,FALSE,,,,, +soft_drink.n.01,sliceable,0,0,FALSE,,,,, +soft_drink.n.01,slicer,0,0,FALSE,,,,, +soft_drink.n.01,soakable,0,0,FALSE,,,,, +limestone.n.01,liquid,0,0,FALSE,,,,, +limestone.n.01,heatSource,0,0,FALSE,,,,, +limestone.n.01,fireSource,0,0,FALSE,,,,, +limestone.n.01,cookable,0,0,FALSE,,,,, +limestone.n.01,coldSource,0,0,FALSE,,,,, +limestone.n.01,sliceable,0,0,FALSE,,,,, +limestone.n.01,slicer,0,0,FALSE,,,,, +limestone.n.01,soakable,0,0,FALSE,,,,, +linseed_oil.n.01,liquid,0,0,FALSE,,,,, +linseed_oil.n.01,heatSource,0,0,FALSE,,,,, +linseed_oil.n.01,fireSource,0,1,FALSE,,,,, +linseed_oil.n.01,cookable,0,0,FALSE,,,,, +linseed_oil.n.01,coldSource,0,0,FALSE,,,,, +linseed_oil.n.01,sliceable,0,0,FALSE,,,,, +linseed_oil.n.01,slicer,0,0,FALSE,,,,, +linseed_oil.n.01,soakable,0,0,FALSE,,,,, +bait.n.01,liquid,1,0,FALSE,,,,, +bait.n.01,heatSource,0,0,FALSE,,,,, +bait.n.01,fireSource,1,0,FALSE,,,,, +bait.n.01,cookable,0,0,FALSE,,,,, +bait.n.01,coldSource,1,0,FALSE,,,,, +bait.n.01,sliceable,0,0,FALSE,,,,, +bait.n.01,slicer,0,0,FALSE,,,,, +bait.n.01,soakable,1,0,FALSE,,,,, +macaroni.n.02,liquid,0,0,FALSE,,,,, +macaroni.n.02,heatSource,0,0,FALSE,,,,, +macaroni.n.02,fireSource,1,0,FALSE,,,,, +macaroni.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://www.jessicagavin.com/how-to-cook-pasta/,, +macaroni.n.02,coldSource,0,0,FALSE,,,,, +macaroni.n.02,sliceable,0,1,FALSE,,,,, +macaroni.n.02,slicer,0,0,FALSE,,,,, +macaroni.n.02,soakable,0,1,FALSE,,,,, +map.n.01,liquid,0,0,FALSE,,,,, +map.n.01,heatSource,0,0,FALSE,,,,, +map.n.01,fireSource,0,0,FALSE,,,,, +map.n.01,cookable,0,0,FALSE,,,,, +map.n.01,coldSource,0,0,FALSE,,,,, +map.n.01,sliceable,0,0,FALSE,,,,, +map.n.01,slicer,1,0,FALSE,,,,, +map.n.01,soakable,1,1,FALSE,,,,, +green_tea.n.01,liquid,0,1,FALSE,,,,, +green_tea.n.01,heatSource,0,0,FALSE,,,,, +green_tea.n.01,fireSource,0,0,FALSE,,,,, +green_tea.n.01,cookable,0,1,TRUE,82,UNKNOWN,"https://itoen.com/blogs/brewguides/how-to-brew-at-the-right-temperature#:~:text=Sencha%20(classic)%20green%20tea%20is,of%20tea%20into%20the%20teapot.",, +green_tea.n.01,coldSource,0,0,FALSE,,,,, +green_tea.n.01,sliceable,0,0,FALSE,,,,, +green_tea.n.01,slicer,0,0,FALSE,,,,, +green_tea.n.01,soakable,0,0,FALSE,,,,, +mattress_cover.n.01,liquid,0,0,FALSE,,,,, +mattress_cover.n.01,heatSource,0,0,FALSE,,,,, +mattress_cover.n.01,fireSource,0,0,FALSE,,,,, +mattress_cover.n.01,cookable,0,0,FALSE,,,,, +mattress_cover.n.01,coldSource,0,0,FALSE,,,,, +mattress_cover.n.01,sliceable,0,0,FALSE,,,,, +mattress_cover.n.01,slicer,0,0,FALSE,,,,, +mattress_cover.n.01,soakable,1,1,FALSE,,,,, +meringue.n.01,liquid,0,0,FALSE,,,,, +meringue.n.01,heatSource,0,0,FALSE,,,,, +meringue.n.01,fireSource,1,0,FALSE,,,,, +meringue.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +meringue.n.01,coldSource,0,0,FALSE,,,,, +meringue.n.01,sliceable,0,1,FALSE,,,,, +meringue.n.01,slicer,1,0,FALSE,,,,, +meringue.n.01,soakable,1,0,FALSE,,,,, +mixing_bowl.n.01,liquid,0,0,FALSE,,,,, +mixing_bowl.n.01,heatSource,0,0,FALSE,,,,, +mixing_bowl.n.01,fireSource,0,0,FALSE,,,,, +mixing_bowl.n.01,cookable,0,0,FALSE,,,,, +mixing_bowl.n.01,coldSource,1,0,FALSE,,,,, +mixing_bowl.n.01,sliceable,0,0,FALSE,,,,, +mixing_bowl.n.01,slicer,1,0,FALSE,,,,, +mixing_bowl.n.01,soakable,0,0,FALSE,,,,, +cocktail.n.01,liquid,1,1,FALSE,,,,, +cocktail.n.01,heatSource,0,0,FALSE,,,,, +cocktail.n.01,fireSource,0,0,FALSE,,,,, +cocktail.n.01,cookable,0,0,FALSE,,,,, +cocktail.n.01,coldSource,1,0,FALSE,,,,, +cocktail.n.01,sliceable,0,0,FALSE,,,,, +cocktail.n.01,slicer,1,0,FALSE,,,,, +cocktail.n.01,soakable,0,0,FALSE,,,,, +mountain_bike.n.01,liquid,0,0,FALSE,,,,, +mountain_bike.n.01,heatSource,0,0,FALSE,,,,, +mountain_bike.n.01,fireSource,0,0,FALSE,,,,, +mountain_bike.n.01,cookable,0,0,FALSE,,,,, +mountain_bike.n.01,coldSource,0,0,FALSE,,,,, +mountain_bike.n.01,sliceable,0,0,FALSE,,,,, +mountain_bike.n.01,slicer,0,0,FALSE,,,,, +mountain_bike.n.01,soakable,0,0,FALSE,,,,, +mouthpiece.n.06,liquid,0,0,FALSE,,,,, +mouthpiece.n.06,heatSource,0,0,FALSE,,,,, +mouthpiece.n.06,fireSource,0,0,FALSE,,,,, +mouthpiece.n.06,cookable,0,0,FALSE,,,,, +mouthpiece.n.06,coldSource,0,0,FALSE,,,,, +mouthpiece.n.06,sliceable,0,0,FALSE,,,,, +mouthpiece.n.06,slicer,0,0,FALSE,,,,, +mouthpiece.n.06,soakable,0,0,FALSE,,,,, +nail_polish.n.01,liquid,1,1,FALSE,,,,, +nail_polish.n.01,heatSource,0,0,FALSE,,,,, +nail_polish.n.01,fireSource,0,1,FALSE,,,,, +nail_polish.n.01,cookable,0,0,FALSE,,,,, +nail_polish.n.01,coldSource,1,0,FALSE,,,,, +nail_polish.n.01,sliceable,0,0,FALSE,,,,, +nail_polish.n.01,slicer,0,0,FALSE,,,,, +nail_polish.n.01,soakable,0,0,FALSE,,,,, +fire_extinguisher.n.01,liquid,0,0,FALSE,,,,, +fire_extinguisher.n.01,heatSource,0,0,FALSE,,,,, +fire_extinguisher.n.01,fireSource,0,0,FALSE,,,,, +fire_extinguisher.n.01,cookable,0,0,FALSE,,,,, +fire_extinguisher.n.01,coldSource,0,0,FALSE,,,,, +fire_extinguisher.n.01,sliceable,0,0,FALSE,,,,, +fire_extinguisher.n.01,slicer,1,0,FALSE,,,,, +fire_extinguisher.n.01,soakable,0,0,FALSE,,,,, +fire_pit.n.01,liquid,0,0,FALSE,,,,, +fire_pit.n.01,heatSource,1,1,FALSE,,,,, +fire_pit.n.01,fireSource,0,0,FALSE,,,,, +fire_pit.n.01,cookable,0,0,FALSE,,,,, +fire_pit.n.01,coldSource,0,0,FALSE,,,,, +fire_pit.n.01,sliceable,0,0,FALSE,,,,, +fire_pit.n.01,slicer,0,0,FALSE,,,,, +fire_pit.n.01,soakable,0,0,FALSE,,,,, +fish_knife.n.01,liquid,0,0,FALSE,,,,, +fish_knife.n.01,heatSource,0,0,FALSE,,,,, +fish_knife.n.01,fireSource,0,0,FALSE,,,,, +fish_knife.n.01,cookable,0,0,FALSE,,,,, +fish_knife.n.01,coldSource,0,0,FALSE,,,,, +fish_knife.n.01,sliceable,0,0,FALSE,,,,, +fish_knife.n.01,slicer,0,1,FALSE,,,,, +fish_knife.n.01,soakable,0,0,FALSE,,,,, +flag.n.01,liquid,0,0,FALSE,,,,, +flag.n.01,heatSource,0,0,FALSE,,,,, +flag.n.01,fireSource,0,0,FALSE,,,,, +flag.n.01,cookable,0,0,FALSE,,,,, +flag.n.01,coldSource,1,0,FALSE,,,,, +flag.n.01,sliceable,0,0,FALSE,,,,, +flag.n.01,slicer,1,0,FALSE,,,,, +flag.n.01,soakable,1,1,FALSE,,,,, +drug.n.01,liquid,0,0,FALSE,,,,, +drug.n.01,heatSource,0,0,FALSE,,,,, +drug.n.01,fireSource,1,0,FALSE,,,,, +drug.n.01,cookable,0,0,FALSE,,,,, +drug.n.01,coldSource,1,0,FALSE,,,,, +drug.n.01,sliceable,0,0,FALSE,,,,, +drug.n.01,slicer,0,0,FALSE,,,,, +drug.n.01,soakable,0,0,FALSE,,,,, +dumpling.n.02,liquid,0,0,FALSE,,,,, +dumpling.n.02,heatSource,0,0,FALSE,,,,, +dumpling.n.02,fireSource,1,0,FALSE,,,,, +dumpling.n.02,cookable,0,1,TRUE,100,UNKNOWN,"https://www.seriouseats.com/how-to-cook-frozen-dumplings-boil-steam-microwave-fry#:~:text=The%20Easiest%3A%20Steam%20or%20Boil&text=To%20boil%20dumplings%2C%20fill%20a,additional%20two%20to%20three%20minutes.",, +dumpling.n.02,coldSource,1,0,FALSE,,,,, +dumpling.n.02,sliceable,0,1,FALSE,,,,, +dumpling.n.02,slicer,0,0,FALSE,,,,, +dumpling.n.02,soakable,1,0,FALSE,,,,, +circuit.n.01,liquid,0,0,FALSE,,,,, +circuit.n.01,heatSource,0,0,FALSE,,,,, +circuit.n.01,fireSource,0,0,FALSE,,,,, +circuit.n.01,cookable,0,0,FALSE,,,,, +circuit.n.01,coldSource,0,0,FALSE,,,,, +circuit.n.01,sliceable,0,1,FALSE,,,,, +circuit.n.01,slicer,1,0,FALSE,,,,, +circuit.n.01,soakable,0,0,FALSE,,,,, +enchilada.n.01,liquid,0,0,FALSE,,,,, +enchilada.n.01,heatSource,0,0,FALSE,,,,, +enchilada.n.01,fireSource,1,0,FALSE,,,,, +enchilada.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +enchilada.n.01,coldSource,0,0,FALSE,,,,, +enchilada.n.01,sliceable,0,1,FALSE,,,,, +enchilada.n.01,slicer,0,0,FALSE,,,,, +enchilada.n.01,soakable,1,0,FALSE,,,,, +magnesium_sulfate.n.01,liquid,0,0,FALSE,,,,, +magnesium_sulfate.n.01,heatSource,0,0,FALSE,,,,, +magnesium_sulfate.n.01,fireSource,0,0,FALSE,,,,, +magnesium_sulfate.n.01,cookable,0,0,FALSE,,,,, +magnesium_sulfate.n.01,coldSource,0,0,FALSE,,,,, +magnesium_sulfate.n.01,sliceable,0,0,FALSE,,,,, +magnesium_sulfate.n.01,slicer,0,0,FALSE,,,,, +magnesium_sulfate.n.01,soakable,0,0,FALSE,,,,, +wheat.n.02,liquid,0,0,FALSE,,,,, +wheat.n.02,heatSource,0,0,FALSE,,,,, +wheat.n.02,fireSource,1,0,FALSE,,,,, +wheat.n.02,cookable,0,1,TRUE,100,UNKNOWN,https://www.loveandlemons.com/how-to-cook-wheat-berries/,, +wheat.n.02,coldSource,0,0,FALSE,,,,, +wheat.n.02,sliceable,0,1,FALSE,,,,, +wheat.n.02,slicer,0,0,FALSE,,,,, +wheat.n.02,soakable,0,0,FALSE,,,,, +fastener.n.02,liquid,0,0,FALSE,,,,, +fastener.n.02,heatSource,0,0,FALSE,,,,, +fastener.n.02,fireSource,0,0,FALSE,,,,, +fastener.n.02,cookable,0,0,FALSE,,,,, +fastener.n.02,coldSource,0,0,FALSE,,,,, +fastener.n.02,sliceable,0,0,FALSE,,,,, +fastener.n.02,slicer,0,0,FALSE,,,,, +fastener.n.02,soakable,0,0,FALSE,,,,, +common_bean.n.02,liquid,0,0,FALSE,,,,, +common_bean.n.02,heatSource,0,0,FALSE,,,,, +common_bean.n.02,fireSource,1,0,FALSE,,,,, +common_bean.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +common_bean.n.02,coldSource,0,0,FALSE,,,,, +common_bean.n.02,sliceable,0,0,FALSE,,,,, +common_bean.n.02,slicer,0,0,FALSE,,,,, +common_bean.n.02,soakable,0,0,FALSE,,,,, +dried_fruit.n.01,liquid,0,0,FALSE,,,,, +dried_fruit.n.01,heatSource,0,0,FALSE,,,,, +dried_fruit.n.01,fireSource,1,0,FALSE,,,,, +dried_fruit.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +dried_fruit.n.01,coldSource,0,0,FALSE,,,,, +dried_fruit.n.01,sliceable,0,1,FALSE,,,,, +dried_fruit.n.01,slicer,0,0,FALSE,,,,, +dried_fruit.n.01,soakable,0,0,FALSE,,,,, +herb.n.02,liquid,0,0,FALSE,,,,, +herb.n.02,heatSource,0,0,FALSE,,,,, +herb.n.02,fireSource,1,0,FALSE,,,,, +herb.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +herb.n.02,coldSource,0,0,FALSE,,,,, +herb.n.02,sliceable,0,0,FALSE,,,,, +herb.n.02,slicer,0,0,FALSE,,,,, +herb.n.02,soakable,0,0,FALSE,,,,, +wheel.n.01,liquid,0,0,FALSE,,,,, +wheel.n.01,heatSource,0,0,FALSE,,,,, +wheel.n.01,fireSource,0,0,FALSE,,,,, +wheel.n.01,cookable,0,0,FALSE,,,,, +wheel.n.01,coldSource,0,0,FALSE,,,,, +wheel.n.01,sliceable,0,0,FALSE,,,,, +wheel.n.01,slicer,0,0,FALSE,,,,, +wheel.n.01,soakable,0,0,FALSE,,,,, +can.n.01,liquid,0,0,FALSE,,,,, +can.n.01,heatSource,0,0,FALSE,,,,, +can.n.01,fireSource,0,0,FALSE,,,,, +can.n.01,cookable,0,0,FALSE,,,,, +can.n.01,coldSource,0,0,FALSE,,,,, +can.n.01,sliceable,0,0,FALSE,,,,, +can.n.01,slicer,1,0,FALSE,,,,, +can.n.01,soakable,0,0,FALSE,,,,, +flavorer.n.01,liquid,0,0,FALSE,,,,, +flavorer.n.01,heatSource,0,0,FALSE,,,,, +flavorer.n.01,fireSource,1,0,FALSE,,,,, +flavorer.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +flavorer.n.01,coldSource,0,0,FALSE,,,,, +flavorer.n.01,sliceable,0,0,FALSE,,,,, +flavorer.n.01,slicer,0,0,FALSE,,,,, +flavorer.n.01,soakable,0,0,FALSE,,,,, +shell.n.02,liquid,0,0,FALSE,,,,, +shell.n.02,heatSource,0,0,FALSE,,,,, +shell.n.02,fireSource,0,0,FALSE,,,,, +shell.n.02,cookable,0,0,FALSE,,,,, +shell.n.02,coldSource,0,0,FALSE,,,,, +shell.n.02,sliceable,0,0,FALSE,,,,, +shell.n.02,slicer,0,0,FALSE,,,,, +shell.n.02,soakable,0,0,FALSE,,,,, +shell.n.04,liquid,0,0,FALSE,,,,, +shell.n.04,heatSource,0,0,FALSE,,,,, +shell.n.04,fireSource,0,0,FALSE,,,,, +shell.n.04,cookable,0,0,FALSE,,,,, +shell.n.04,coldSource,0,0,FALSE,,,,, +shell.n.04,sliceable,0,0,FALSE,,,,, +shell.n.04,slicer,0,0,FALSE,,,,, +shell.n.04,soakable,0,0,FALSE,,,,, +bacon.n.01,liquid,0,0,FALSE,,,,, +bacon.n.01,heatSource,0,0,FALSE,,,,, +bacon.n.01,fireSource,1,0,FALSE,,,,, +bacon.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://munsell.com/color-blog/bacon-color/,, +bacon.n.01,coldSource,0,0,FALSE,,,,, +bacon.n.01,sliceable,0,1,FALSE,,,,, +bacon.n.01,slicer,1,0,FALSE,,,,, +bacon.n.01,soakable,0,0,FALSE,,,,, +black_pepper.n.02,liquid,0,0,FALSE,,,,, +black_pepper.n.02,heatSource,0,0,FALSE,,,,, +black_pepper.n.02,fireSource,1,0,FALSE,,,,, +black_pepper.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +black_pepper.n.02,coldSource,0,0,FALSE,,,,, +black_pepper.n.02,sliceable,0,0,FALSE,,,,, +black_pepper.n.02,slicer,0,0,FALSE,,,,, +black_pepper.n.02,soakable,0,0,FALSE,,,,, +leather.n.01,liquid,0,0,FALSE,,,,, +leather.n.01,heatSource,0,0,FALSE,,,,, +leather.n.01,fireSource,0,0,FALSE,,,,, +leather.n.01,cookable,0,0,FALSE,,,,, +leather.n.01,coldSource,0,0,FALSE,,,,, +leather.n.01,sliceable,0,0,FALSE,,,,, +leather.n.01,slicer,0,0,FALSE,,,,, +leather.n.01,soakable,1,1,FALSE,,,,, +fabric.n.01,liquid,0,0,FALSE,,,,, +fabric.n.01,heatSource,0,0,FALSE,,,,, +fabric.n.01,fireSource,0,0,FALSE,,,,, +fabric.n.01,cookable,0,0,FALSE,,,,, +fabric.n.01,coldSource,0,0,FALSE,,,,, +fabric.n.01,sliceable,0,0,FALSE,,,,, +fabric.n.01,slicer,0,0,FALSE,,,,, +fabric.n.01,soakable,1,1,FALSE,,,,, +onion.n.03,liquid,0,0,FALSE,,,,, +onion.n.03,heatSource,0,0,FALSE,,,,, +onion.n.03,fireSource,1,0,FALSE,,,,, +onion.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +onion.n.03,coldSource,0,0,FALSE,,,,, +onion.n.03,sliceable,0,1,FALSE,,,,, +onion.n.03,slicer,1,0,FALSE,,,,, +onion.n.03,soakable,0,0,FALSE,,,,, +grass.n.01,liquid,0,0,FALSE,,,,, +grass.n.01,heatSource,0,0,FALSE,,,,, +grass.n.01,fireSource,0,0,FALSE,,,,, +grass.n.01,cookable,0,0,FALSE,,,,, +grass.n.01,coldSource,0,0,FALSE,,,,, +grass.n.01,sliceable,0,1,FALSE,,,,, +grass.n.01,slicer,0,0,FALSE,,,,, +grass.n.01,soakable,0,0,FALSE,,,,, +laundry.n.01,liquid,0,0,FALSE,,,,, +laundry.n.01,heatSource,0,0,FALSE,,,,, +laundry.n.01,fireSource,0,0,FALSE,,,,, +laundry.n.01,cookable,0,0,FALSE,,,,, +laundry.n.01,coldSource,1,0,FALSE,,,,, +laundry.n.01,sliceable,0,0,FALSE,,,,, +laundry.n.01,slicer,1,0,FALSE,,,,, +laundry.n.01,soakable,0,1,FALSE,,,,, +sand.n.01,liquid,0,0,FALSE,,,,, +sand.n.01,heatSource,0,0,FALSE,,,,, +sand.n.01,fireSource,0,0,FALSE,,,,, +sand.n.01,cookable,0,0,FALSE,,,,, +sand.n.01,coldSource,0,0,FALSE,,,,, +sand.n.01,sliceable,0,0,FALSE,,,,, +sand.n.01,slicer,0,0,FALSE,,,,, +sand.n.01,soakable,0,1,FALSE,,,,, +emery_paper.n.01,liquid,0,0,FALSE,,,,, +emery_paper.n.01,heatSource,0,0,FALSE,,,,, +emery_paper.n.01,fireSource,0,0,FALSE,,,,, +emery_paper.n.01,cookable,0,0,FALSE,,,,, +emery_paper.n.01,coldSource,0,0,FALSE,,,,, +emery_paper.n.01,sliceable,0,0,FALSE,,,,, +emery_paper.n.01,slicer,1,0,FALSE,,,,, +emery_paper.n.01,soakable,0,0,FALSE,,,,, +wax.n.01,liquid,0,0,FALSE,,,,, +wax.n.01,heatSource,0,0,FALSE,,,,, +wax.n.01,fireSource,0,0,FALSE,,,,, +wax.n.01,cookable,0,0,FALSE,,,,, +wax.n.01,coldSource,0,0,FALSE,,,,, +wax.n.01,sliceable,0,0,FALSE,,,,, +wax.n.01,slicer,0,0,FALSE,,,,, +wax.n.01,soakable,0,0,FALSE,,,,, +blanket.n.01,liquid,0,0,FALSE,,,,, +blanket.n.01,heatSource,1,0,FALSE,,,,, +blanket.n.01,fireSource,0,0,FALSE,,,,, +blanket.n.01,cookable,0,0,FALSE,,,,, +blanket.n.01,coldSource,0,0,FALSE,,,,, +blanket.n.01,sliceable,0,0,FALSE,,,,, +blanket.n.01,slicer,0,0,FALSE,,,,, +blanket.n.01,soakable,1,1,FALSE,,,,, +chair.n.01,liquid,0,0,FALSE,,,,, +chair.n.01,heatSource,0,0,FALSE,,,,, +chair.n.01,fireSource,0,0,FALSE,,,,, +chair.n.01,cookable,0,0,FALSE,,,,, +chair.n.01,coldSource,0,0,FALSE,,,,, +chair.n.01,sliceable,0,0,FALSE,,,,, +chair.n.01,slicer,1,0,FALSE,,,,, +chair.n.01,soakable,1,0,FALSE,,,,, +sieve.n.01,liquid,0,0,FALSE,,,,, +sieve.n.01,heatSource,0,0,FALSE,,,,, +sieve.n.01,fireSource,0,0,FALSE,,,,, +sieve.n.01,cookable,0,0,FALSE,,,,, +sieve.n.01,coldSource,0,0,FALSE,,,,, +sieve.n.01,sliceable,0,0,FALSE,,,,, +sieve.n.01,slicer,1,0,FALSE,,,,, +sieve.n.01,soakable,1,0,FALSE,,,,, +flower.n.02,liquid,0,0,FALSE,,,,, +flower.n.02,heatSource,0,0,FALSE,,,,, +flower.n.02,fireSource,0,0,FALSE,,,,, +flower.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +flower.n.02,coldSource,0,0,FALSE,,,,, +flower.n.02,sliceable,0,1,FALSE,,,,, +flower.n.02,slicer,0,0,FALSE,,,,, +flower.n.02,soakable,0,0,FALSE,,,,, +frame.n.10,liquid,0,0,FALSE,,,,, +frame.n.10,heatSource,0,0,FALSE,,,,, +frame.n.10,fireSource,0,0,FALSE,,,,, +frame.n.10,cookable,0,0,FALSE,,,,, +frame.n.10,coldSource,0,0,FALSE,,,,, +frame.n.10,sliceable,0,0,FALSE,,,,, +frame.n.10,slicer,1,0,FALSE,,,,, +frame.n.10,soakable,0,0,FALSE,,,,, +utensil.n.01,liquid,0,0,FALSE,,,,, +utensil.n.01,heatSource,0,0,FALSE,,,,, +utensil.n.01,fireSource,1,0,FALSE,,,,, +utensil.n.01,cookable,0,0,FALSE,,,,, +utensil.n.01,coldSource,0,0,FALSE,,,,, +utensil.n.01,sliceable,1,0,FALSE,,,,, +utensil.n.01,slicer,1,1,FALSE,,,,, +utensil.n.01,soakable,1,0,FALSE,,,,, +rub.n.02,liquid,0,0,FALSE,,,,, +rub.n.02,heatSource,0,0,FALSE,,,,, +rub.n.02,fireSource,0,0,FALSE,,,,, +rub.n.02,cookable,0,0,FALSE,,,,, +rub.n.02,coldSource,0,0,FALSE,,,,, +rub.n.02,sliceable,0,0,FALSE,,,,, +rub.n.02,slicer,0,0,FALSE,,,,, +rub.n.02,soakable,0,1,FALSE,,,,, +foil.n.01,liquid,0,0,FALSE,,,,, +foil.n.01,heatSource,0,0,FALSE,,,,, +foil.n.01,fireSource,0,0,FALSE,,,,, +foil.n.01,cookable,0,0,FALSE,,,,, +foil.n.01,coldSource,0,0,FALSE,,,,, +foil.n.01,sliceable,0,0,FALSE,,,,, +foil.n.01,slicer,1,0,FALSE,,,,, +foil.n.01,soakable,1,0,FALSE,,,,, +liquid.n.01,liquid,1,1,FALSE,,,,, +liquid.n.01,heatSource,0,0,FALSE,,,,, +liquid.n.01,fireSource,0,0,FALSE,,,,, +liquid.n.01,cookable,0,0,FALSE,,,,, +liquid.n.01,coldSource,1,0,FALSE,,,,, +liquid.n.01,sliceable,0,0,FALSE,,,,, +liquid.n.01,slicer,0,0,FALSE,,,,, +liquid.n.01,soakable,0,0,FALSE,,,,, +wire.n.01,liquid,0,0,FALSE,,,,, +wire.n.01,heatSource,0,0,FALSE,,,,, +wire.n.01,fireSource,0,0,FALSE,,,,, +wire.n.01,cookable,0,0,FALSE,,,,, +wire.n.01,coldSource,0,0,FALSE,,,,, +wire.n.01,sliceable,0,0,FALSE,,,,, +wire.n.01,slicer,1,0,FALSE,,,,, +wire.n.01,soakable,0,0,FALSE,,,,, +napkin.n.01,liquid,0,0,FALSE,,,,, +napkin.n.01,heatSource,0,0,FALSE,,,,, +napkin.n.01,fireSource,0,1,FALSE,,,,, +napkin.n.01,cookable,0,0,FALSE,,,,, +napkin.n.01,coldSource,0,0,FALSE,,,,, +napkin.n.01,sliceable,0,0,FALSE,,,,, +napkin.n.01,slicer,1,0,FALSE,,,,, +napkin.n.01,soakable,1,1,FALSE,,,,, +bite.n.04,liquid,0,0,FALSE,,,,, +bite.n.04,heatSource,0,0,FALSE,,,,, +bite.n.04,fireSource,1,0,FALSE,,,,, +bite.n.04,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +bite.n.04,coldSource,0,0,FALSE,,,,, +bite.n.04,sliceable,0,0,FALSE,,,,, +bite.n.04,slicer,0,0,FALSE,,,,, +bite.n.04,soakable,0,0,FALSE,,,,, +light.n.02,liquid,0,0,FALSE,,,,, +light.n.02,heatSource,0,0,FALSE,,,,, +light.n.02,fireSource,0,0,FALSE,,,,, +light.n.02,cookable,0,0,FALSE,,,,, +light.n.02,coldSource,0,0,FALSE,,,,, +light.n.02,sliceable,0,0,FALSE,,,,, +light.n.02,slicer,1,0,FALSE,,,,, +light.n.02,soakable,0,0,FALSE,,,,, +tree.n.01,liquid,0,0,FALSE,,,,, +tree.n.01,heatSource,0,0,FALSE,,,,, +tree.n.01,fireSource,0,1,FALSE,,,,, +tree.n.01,cookable,0,0,FALSE,,,,, +tree.n.01,coldSource,0,0,FALSE,,,,, +tree.n.01,sliceable,0,0,FALSE,,,,, +tree.n.01,slicer,0,0,FALSE,,,,, +tree.n.01,soakable,0,0,FALSE,,,,, +truck.n.01,liquid,0,0,FALSE,,,,, +truck.n.01,heatSource,0,0,FALSE,,,,, +truck.n.01,fireSource,0,0,FALSE,,,,, +truck.n.01,cookable,0,0,FALSE,,,,, +truck.n.01,coldSource,0,0,FALSE,,,,, +truck.n.01,sliceable,0,0,FALSE,,,,, +truck.n.01,slicer,1,0,FALSE,,,,, +truck.n.01,soakable,0,0,FALSE,,,,, +shoe.n.01,liquid,0,0,FALSE,,,,, +shoe.n.01,heatSource,0,0,FALSE,,,,, +shoe.n.01,fireSource,0,0,FALSE,,,,, +shoe.n.01,cookable,0,0,FALSE,,,,, +shoe.n.01,coldSource,0,0,FALSE,,,,, +shoe.n.01,sliceable,0,0,FALSE,,,,, +shoe.n.01,slicer,0,0,FALSE,,,,, +shoe.n.01,soakable,0,1,FALSE,,,,, +stalk.n.02,liquid,0,0,FALSE,,,,, +stalk.n.02,heatSource,0,0,FALSE,,,,, +stalk.n.02,fireSource,0,0,FALSE,,,,, +stalk.n.02,cookable,0,0,FALSE,,,,, +stalk.n.02,coldSource,0,0,FALSE,,,,, +stalk.n.02,sliceable,0,0,FALSE,,,,, +stalk.n.02,slicer,0,0,FALSE,,,,, +stalk.n.02,soakable,0,0,FALSE,,,,, +honey.n.01,liquid,1,1,FALSE,,,,, +honey.n.01,heatSource,0,0,FALSE,,,,, +honey.n.01,fireSource,0,0,FALSE,,,,, +honey.n.01,cookable,0,1,TRUE,N/A,60,"https://bee-health.extension.org/at-what-temperature-does-honey-have-to-be-heated-too-too-destroy-the-health-benefits-for-humans/#:~:text=Heating%20honey%20higher%20than%20140,of%20ripe%20honey)%20causes%20decay.",, +honey.n.01,coldSource,1,0,FALSE,,,,, +honey.n.01,sliceable,0,0,FALSE,,,,, +honey.n.01,slicer,0,0,FALSE,,,,, +honey.n.01,soakable,0,0,FALSE,,,,, +plastic.n.01,liquid,0,0,FALSE,,,,, +plastic.n.01,heatSource,0,0,FALSE,,,,, +plastic.n.01,fireSource,0,0,FALSE,,,,, +plastic.n.01,cookable,0,0,FALSE,,,,, +plastic.n.01,coldSource,0,0,FALSE,,,,, +plastic.n.01,sliceable,0,0,FALSE,,,,, +plastic.n.01,slicer,0,0,FALSE,,,,, +plastic.n.01,soakable,1,0,FALSE,,,,, +sodium_carbonate.n.01,liquid,0,0,FALSE,,,,, +sodium_carbonate.n.01,heatSource,0,0,FALSE,,,,, +sodium_carbonate.n.01,fireSource,0,0,FALSE,,,,, +sodium_carbonate.n.01,cookable,0,0,FALSE,,,,, +sodium_carbonate.n.01,coldSource,0,0,FALSE,,,,, +sodium_carbonate.n.01,sliceable,0,0,FALSE,,,,, +sodium_carbonate.n.01,slicer,0,0,FALSE,,,,, +sodium_carbonate.n.01,soakable,0,0,FALSE,,,,, +mixer.n.04,liquid,0,0,FALSE,,,,, +mixer.n.04,heatSource,0,0,FALSE,,,,, +mixer.n.04,fireSource,0,0,FALSE,,,,, +mixer.n.04,cookable,0,0,FALSE,,,,, +mixer.n.04,coldSource,0,0,FALSE,,,,, +mixer.n.04,sliceable,0,0,FALSE,,,,, +mixer.n.04,slicer,1,1,FALSE,,,,, +mixer.n.04,soakable,0,0,FALSE,,,,, +wax_paper.n.01,liquid,0,0,FALSE,,,,, +wax_paper.n.01,heatSource,0,0,FALSE,,,,, +wax_paper.n.01,fireSource,0,0,FALSE,,,,, +wax_paper.n.01,cookable,0,0,FALSE,,,,, +wax_paper.n.01,coldSource,0,0,FALSE,,,,, +wax_paper.n.01,sliceable,0,0,FALSE,,,,, +wax_paper.n.01,slicer,0,0,FALSE,,,,, +wax_paper.n.01,soakable,1,1,FALSE,,,,, +plastic_bag.n.01,liquid,0,0,FALSE,,,,, +plastic_bag.n.01,heatSource,0,0,FALSE,,,,, +plastic_bag.n.01,fireSource,0,0,FALSE,,,,, +plastic_bag.n.01,cookable,0,0,FALSE,,,,, +plastic_bag.n.01,coldSource,0,0,FALSE,,,,, +plastic_bag.n.01,sliceable,0,0,FALSE,,,,, +plastic_bag.n.01,slicer,1,0,FALSE,,,,, +plastic_bag.n.01,soakable,1,0,FALSE,,,,, +dirt.n.02,liquid,0,0,FALSE,,,,, +dirt.n.02,heatSource,0,0,FALSE,,,,, +dirt.n.02,fireSource,0,0,FALSE,,,,, +dirt.n.02,cookable,0,0,FALSE,,,,, +dirt.n.02,coldSource,0,0,FALSE,,,,, +dirt.n.02,sliceable,0,0,FALSE,,,,, +dirt.n.02,slicer,0,0,FALSE,,,,, +dirt.n.02,soakable,0,0,FALSE,,,,, +meal.n.01,liquid,0,0,FALSE,,,,, +meal.n.01,heatSource,0,0,FALSE,,,,, +meal.n.01,fireSource,1,0,FALSE,,,,, +meal.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +meal.n.01,coldSource,0,0,FALSE,,,,, +meal.n.01,sliceable,1,1,FALSE,,,,, +meal.n.01,slicer,0,0,FALSE,,,,, +meal.n.01,soakable,0,0,FALSE,,,,, +nut.n.01,liquid,0,0,FALSE,,,,, +nut.n.01,heatSource,0,0,FALSE,,,,, +nut.n.01,fireSource,1,0,FALSE,,,,, +nut.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +nut.n.01,coldSource,0,0,FALSE,,,,, +nut.n.01,sliceable,0,0,FALSE,,,,, +nut.n.01,slicer,1,0,FALSE,,,,, +nut.n.01,soakable,0,0,FALSE,,,,, +seed.n.02,liquid,0,0,FALSE,,,,, +seed.n.02,heatSource,0,0,FALSE,,,,, +seed.n.02,fireSource,0,0,FALSE,,,,, +seed.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +seed.n.02,coldSource,0,0,FALSE,,,,, +seed.n.02,sliceable,0,0,FALSE,,,,, +seed.n.02,slicer,0,0,FALSE,,,,, +seed.n.02,soakable,0,0,FALSE,,,,, +book.n.01,liquid,0,0,FALSE,,,,, +book.n.01,heatSource,0,0,FALSE,,,,, +book.n.01,fireSource,0,0,FALSE,,,,, +book.n.01,cookable,0,0,FALSE,,,,, +book.n.01,coldSource,0,0,FALSE,,,,, +book.n.01,sliceable,0,0,FALSE,,,,, +book.n.01,slicer,0,0,FALSE,,,,, +book.n.01,soakable,0,1,FALSE,,,,, +blade.n.09,liquid,0,0,FALSE,,,,, +blade.n.09,heatSource,0,0,FALSE,,,,, +blade.n.09,fireSource,0,0,FALSE,,,,, +blade.n.09,cookable,0,0,FALSE,,,,, +blade.n.09,coldSource,0,0,FALSE,,,,, +blade.n.09,sliceable,1,0,FALSE,,,,, +blade.n.09,slicer,1,1,FALSE,,,,, +blade.n.09,soakable,0,0,FALSE,,,,, +mold.n.05,liquid,0,0,FALSE,,,,, +mold.n.05,heatSource,0,0,FALSE,,,,, +mold.n.05,fireSource,0,0,FALSE,,,,, +mold.n.05,cookable,0,0,FALSE,,,,, +mold.n.05,coldSource,0,0,FALSE,,,,, +mold.n.05,sliceable,0,0,FALSE,,,,, +mold.n.05,slicer,0,0,FALSE,,,,, +mold.n.05,soakable,0,0,FALSE,,,,, +sauce.n.01,liquid,0,1,FALSE,,,,, +sauce.n.01,heatSource,0,0,FALSE,,,,, +sauce.n.01,fireSource,1,0,FALSE,,,,, +sauce.n.01,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +sauce.n.01,coldSource,1,0,FALSE,,,,, +sauce.n.01,sliceable,0,0,FALSE,,,,, +sauce.n.01,slicer,0,0,FALSE,,,,, +sauce.n.01,soakable,0,0,FALSE,,,,, +screw.n.04,liquid,0,0,FALSE,,,,, +screw.n.04,heatSource,0,0,FALSE,,,,, +screw.n.04,fireSource,0,0,FALSE,,,,, +screw.n.04,cookable,0,0,FALSE,,,,, +screw.n.04,coldSource,0,0,FALSE,,,,, +screw.n.04,sliceable,0,0,FALSE,,,,, +screw.n.04,slicer,0,0,FALSE,,,,, +screw.n.04,soakable,0,0,FALSE,,,,, +spice.n.02,liquid,0,0,FALSE,,,,, +spice.n.02,heatSource,0,0,FALSE,,,,, +spice.n.02,fireSource,1,0,FALSE,,,,, +spice.n.02,cookable,0,1,TRUE,TOO GENERAL,UNKNOWN,,, +spice.n.02,coldSource,0,0,FALSE,,,,, +spice.n.02,sliceable,0,0,FALSE,,,,, +spice.n.02,slicer,0,0,FALSE,,,,, +spice.n.02,soakable,0,0,FALSE,,,,, +aluminium_foil.n.01,liquid,0,0,FALSE,,,,, +aluminium_foil.n.01,heatSource,0,0,FALSE,,,,, +aluminium_foil.n.01,fireSource,0,0,FALSE,,,,, +aluminium_foil.n.01,cookable,0,0,FALSE,,,,, +aluminium_foil.n.01,coldSource,0,0,FALSE,,,,, +aluminium_foil.n.01,sliceable,0,1,FALSE,,,,, +aluminium_foil.n.01,slicer,0,0,FALSE,,,,, +aluminium_foil.n.01,soakable,0,0,FALSE,,,,, +rice.n.01,liquid,0,0,FALSE,,,,, +rice.n.01,heatSource,0,0,FALSE,,,,, +rice.n.01,fireSource,1,0,FALSE,,,,, +rice.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +rice.n.01,coldSource,1,0,FALSE,,,,, +rice.n.01,sliceable,0,0,FALSE,,,,, +rice.n.01,slicer,1,0,FALSE,,,,, +rice.n.01,soakable,0,0,FALSE,,,,, +wine.n.01,liquid,1,1,FALSE,,,,, +wine.n.01,heatSource,0,0,FALSE,,,,, +wine.n.01,fireSource,0,0,FALSE,,,,, +wine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +wine.n.01,coldSource,1,0,FALSE,,,,, +wine.n.01,sliceable,0,0,FALSE,,,,, +wine.n.01,slicer,0,0,FALSE,,,,, +wine.n.01,soakable,0,0,FALSE,,,,, +rack.n.05,liquid,0,0,FALSE,,,,, +rack.n.05,heatSource,0,0,FALSE,,,,, +rack.n.05,fireSource,0,0,FALSE,,,,, +rack.n.05,cookable,0,0,FALSE,,,,, +rack.n.05,coldSource,0,0,FALSE,,,,, +rack.n.05,sliceable,0,0,FALSE,,,,, +rack.n.05,slicer,1,0,FALSE,,,,, +rack.n.05,soakable,1,0,FALSE,,,,, +leaf.n.01,liquid,0,0,FALSE,,,,, +leaf.n.01,heatSource,0,0,FALSE,,,,, +leaf.n.01,fireSource,0,0,FALSE,,,,, +leaf.n.01,cookable,0,0,FALSE,,,,, +leaf.n.01,coldSource,0,0,FALSE,,,,, +leaf.n.01,sliceable,0,1,FALSE,,,,, +leaf.n.01,slicer,0,0,FALSE,,,,, +leaf.n.01,soakable,0,1,FALSE,,,,, +plastic_wrap.n.01,liquid,0,0,FALSE,,,,, +plastic_wrap.n.01,heatSource,0,0,FALSE,,,,, +plastic_wrap.n.01,fireSource,0,0,FALSE,,,,, +plastic_wrap.n.01,cookable,0,0,FALSE,,,,, +plastic_wrap.n.01,coldSource,0,0,FALSE,,,,, +plastic_wrap.n.01,sliceable,0,0,FALSE,,,,, +plastic_wrap.n.01,slicer,1,0,FALSE,,,,, +plastic_wrap.n.01,soakable,0,0,FALSE,,,,, +bearing.n.06,liquid,0,0,FALSE,,,,, +bearing.n.06,heatSource,0,0,FALSE,,,,, +bearing.n.06,fireSource,0,0,FALSE,,,,, +bearing.n.06,cookable,0,0,FALSE,,,,, +bearing.n.06,coldSource,0,0,FALSE,,,,, +bearing.n.06,sliceable,0,0,FALSE,,,,, +bearing.n.06,slicer,1,0,FALSE,,,,, +bearing.n.06,soakable,0,0,FALSE,,,,, +liquid_soap.n.01,liquid,1,1,FALSE,,,,, +liquid_soap.n.01,heatSource,0,0,FALSE,,,,, +liquid_soap.n.01,fireSource,0,0,FALSE,,,,, +liquid_soap.n.01,cookable,0,0,FALSE,,,,, +liquid_soap.n.01,coldSource,1,0,FALSE,,,,, +liquid_soap.n.01,sliceable,0,0,FALSE,,,,, +liquid_soap.n.01,slicer,0,0,FALSE,,,,, +liquid_soap.n.01,soakable,0,0,FALSE,,,,, +bookend.n.01,liquid,0,0,FALSE,,,,, +bookend.n.01,heatSource,0,0,FALSE,,,,, +bookend.n.01,fireSource,0,0,FALSE,,,,, +bookend.n.01,cookable,0,0,FALSE,,,,, +bookend.n.01,coldSource,0,0,FALSE,,,,, +bookend.n.01,sliceable,0,0,FALSE,,,,, +bookend.n.01,slicer,1,0,FALSE,,,,, +bookend.n.01,soakable,0,0,FALSE,,,,, +brace.n.09,liquid,0,0,FALSE,,,,, +brace.n.09,heatSource,0,0,FALSE,,,,, +brace.n.09,fireSource,0,0,FALSE,,,,, +brace.n.09,cookable,0,0,FALSE,,,,, +brace.n.09,coldSource,0,0,FALSE,,,,, +brace.n.09,sliceable,0,0,FALSE,,,,, +brace.n.09,slicer,0,0,FALSE,,,,, +brace.n.09,soakable,0,0,FALSE,,,,, +buckle.n.01,liquid,0,0,FALSE,,,,, +buckle.n.01,heatSource,0,0,FALSE,,,,, +buckle.n.01,fireSource,0,0,FALSE,,,,, +buckle.n.01,cookable,0,0,FALSE,,,,, +buckle.n.01,coldSource,0,0,FALSE,,,,, +buckle.n.01,sliceable,0,0,FALSE,,,,, +buckle.n.01,slicer,1,1,FALSE,,,,, +buckle.n.01,soakable,0,0,FALSE,,,,, +insectifuge.n.01,liquid,0,0,FALSE,,,,, +insectifuge.n.01,heatSource,0,0,FALSE,,,,, +insectifuge.n.01,fireSource,0,0,FALSE,,,,, +insectifuge.n.01,cookable,0,0,FALSE,,,,, +insectifuge.n.01,coldSource,0,0,FALSE,,,,, +insectifuge.n.01,sliceable,0,0,FALSE,,,,, +insectifuge.n.01,slicer,0,0,FALSE,,,,, +insectifuge.n.01,soakable,0,0,FALSE,,,,, +insect_repellent.n.01,liquid,0,0,FALSE,,,,, +insect_repellent.n.01,heatSource,0,0,FALSE,,,,, +insect_repellent.n.01,fireSource,0,0,FALSE,,,,, +insect_repellent.n.01,cookable,0,0,FALSE,,,,, +insect_repellent.n.01,coldSource,0,0,FALSE,,,,, +insect_repellent.n.01,sliceable,0,0,FALSE,,,,, +insect_repellent.n.01,slicer,0,0,FALSE,,,,, +insect_repellent.n.01,soakable,0,0,FALSE,,,,, +bumper.n.02,liquid,0,0,FALSE,,,,, +bumper.n.02,heatSource,0,0,FALSE,,,,, +bumper.n.02,fireSource,0,0,FALSE,,,,, +bumper.n.02,cookable,0,0,FALSE,,,,, +bumper.n.02,coldSource,0,0,FALSE,,,,, +bumper.n.02,sliceable,0,0,FALSE,,,,, +bumper.n.02,slicer,0,0,FALSE,,,,, +bumper.n.02,soakable,0,0,FALSE,,,,, +burlap.n.01,liquid,0,0,FALSE,,,,, +burlap.n.01,heatSource,0,0,FALSE,,,,, +burlap.n.01,fireSource,0,0,FALSE,,,,, +burlap.n.01,cookable,0,0,FALSE,,,,, +burlap.n.01,coldSource,0,0,FALSE,,,,, +burlap.n.01,sliceable,0,0,FALSE,,,,, +burlap.n.01,slicer,0,0,FALSE,,,,, +burlap.n.01,soakable,0,1,FALSE,,,,, +frosting.n.01,liquid,0,0,FALSE,,,,, +frosting.n.01,heatSource,0,0,FALSE,,,,, +frosting.n.01,fireSource,0,0,FALSE,,,,, +frosting.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +frosting.n.01,coldSource,1,0,FALSE,,,,, +frosting.n.01,sliceable,0,0,FALSE,,,,, +frosting.n.01,slicer,1,0,FALSE,,,,, +frosting.n.01,soakable,0,0,FALSE,,,,, +cactus.n.01,liquid,0,0,FALSE,,,,, +cactus.n.01,heatSource,0,0,FALSE,,,,, +cactus.n.01,fireSource,0,0,FALSE,,,,, +cactus.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cactus.n.01,coldSource,0,0,FALSE,,,,, +cactus.n.01,sliceable,0,1,FALSE,,,,, +cactus.n.01,slicer,1,0,FALSE,,,,, +cactus.n.01,soakable,0,0,FALSE,,,,, +calendar.n.01,liquid,0,0,FALSE,,,,, +calendar.n.01,heatSource,0,0,FALSE,,,,, +calendar.n.01,fireSource,0,0,FALSE,,,,, +calendar.n.01,cookable,0,0,FALSE,,,,, +calendar.n.01,coldSource,0,0,FALSE,,,,, +calendar.n.01,sliceable,0,0,FALSE,,,,, +calendar.n.01,slicer,1,0,FALSE,,,,, +calendar.n.01,soakable,0,1,FALSE,,,,, +cardamom.n.02,liquid,0,0,FALSE,,,,, +cardamom.n.02,heatSource,0,0,FALSE,,,,, +cardamom.n.02,fireSource,1,0,FALSE,,,,, +cardamom.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cardamom.n.02,coldSource,0,0,FALSE,,,,, +cardamom.n.02,sliceable,0,0,FALSE,,,,, +cardamom.n.02,slicer,0,0,FALSE,,,,, +cardamom.n.02,soakable,0,0,FALSE,,,,, +electric_fan.n.01,liquid,0,0,FALSE,,,,, +electric_fan.n.01,heatSource,0,0,FALSE,,,,, +electric_fan.n.01,fireSource,0,0,FALSE,,,,, +electric_fan.n.01,cookable,0,0,FALSE,,,,, +electric_fan.n.01,coldSource,0,0,FALSE,,,,, +electric_fan.n.01,sliceable,0,0,FALSE,,,,, +electric_fan.n.01,slicer,1,0,FALSE,,,,, +electric_fan.n.01,soakable,0,0,FALSE,,,,, +cellophane.n.01,liquid,0,0,FALSE,,,,, +cellophane.n.01,heatSource,0,0,FALSE,,,,, +cellophane.n.01,fireSource,0,0,FALSE,,,,, +cellophane.n.01,cookable,0,0,FALSE,,,,, +cellophane.n.01,coldSource,0,0,FALSE,,,,, +cellophane.n.01,sliceable,0,0,FALSE,,,,, +cellophane.n.01,slicer,1,0,FALSE,,,,, +cellophane.n.01,soakable,1,0,FALSE,,,,, +centerpiece.n.02,liquid,0,0,FALSE,,,,, +centerpiece.n.02,heatSource,0,0,FALSE,,,,, +centerpiece.n.02,fireSource,0,0,FALSE,,,,, +centerpiece.n.02,cookable,0,0,FALSE,,,,, +centerpiece.n.02,coldSource,0,0,FALSE,,,,, +centerpiece.n.02,sliceable,0,0,FALSE,,,,, +centerpiece.n.02,slicer,0,0,FALSE,,,,, +centerpiece.n.02,soakable,0,0,FALSE,,,,, +cereal_box.n.01,liquid,0,0,FALSE,,,,, +cereal_box.n.01,heatSource,0,0,FALSE,,,,, +cereal_box.n.01,fireSource,0,0,FALSE,,,,, +cereal_box.n.01,cookable,0,0,FALSE,,,,, +cereal_box.n.01,coldSource,0,0,FALSE,,,,, +cereal_box.n.01,sliceable,0,0,FALSE,,,,, +cereal_box.n.01,slicer,0,0,FALSE,,,,, +cereal_box.n.01,soakable,1,1,FALSE,,,,, +chain_saw.n.01,liquid,0,0,FALSE,,,,, +chain_saw.n.01,heatSource,0,0,FALSE,,,,, +chain_saw.n.01,fireSource,0,0,FALSE,,,,, +chain_saw.n.01,cookable,0,0,FALSE,,,,, +chain_saw.n.01,coldSource,0,0,FALSE,,,,, +chain_saw.n.01,sliceable,0,0,FALSE,,,,, +chain_saw.n.01,slicer,1,1,FALSE,,,,, +chain_saw.n.01,soakable,0,0,FALSE,,,,, +blackboard.n.01,liquid,0,0,FALSE,,,,, +blackboard.n.01,heatSource,0,0,FALSE,,,,, +blackboard.n.01,fireSource,0,0,FALSE,,,,, +blackboard.n.01,cookable,0,0,FALSE,,,,, +blackboard.n.01,coldSource,0,0,FALSE,,,,, +blackboard.n.01,sliceable,0,0,FALSE,,,,, +blackboard.n.01,slicer,1,0,FALSE,,,,, +blackboard.n.01,soakable,0,0,FALSE,,,,, +chard.n.01,liquid,0,0,FALSE,,,,, +chard.n.01,heatSource,0,0,FALSE,,,,, +chard.n.01,fireSource,1,0,FALSE,,,,, +chard.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +chard.n.01,coldSource,0,0,FALSE,,,,, +chard.n.01,sliceable,0,1,FALSE,,,,, +chard.n.01,slicer,0,0,FALSE,,,,, +chard.n.01,soakable,0,0,FALSE,,,,, +cherry_tomato.n.02,liquid,0,0,FALSE,,,,, +cherry_tomato.n.02,heatSource,0,0,FALSE,,,,, +cherry_tomato.n.02,fireSource,0,0,FALSE,,,,, +cherry_tomato.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cherry_tomato.n.02,coldSource,0,0,FALSE,,,,, +cherry_tomato.n.02,sliceable,0,1,FALSE,,,,, +cherry_tomato.n.02,slicer,0,0,FALSE,,,,, +cherry_tomato.n.02,soakable,0,0,FALSE,,,,, +edible_seed.n.01,liquid,0,0,FALSE,,,,, +edible_seed.n.01,heatSource,0,0,FALSE,,,,, +edible_seed.n.01,fireSource,1,0,FALSE,,,,, +edible_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +edible_seed.n.01,coldSource,0,0,FALSE,,,,, +edible_seed.n.01,sliceable,0,0,FALSE,,,,, +edible_seed.n.01,slicer,0,0,FALSE,,,,, +edible_seed.n.01,soakable,0,0,FALSE,,,,, +chicken_leg.n.01,liquid,0,0,FALSE,,,,, +chicken_leg.n.01,heatSource,0,0,FALSE,,,,, +chicken_leg.n.01,fireSource,1,0,FALSE,,,,, +chicken_leg.n.01,cookable,0,1,TRUE,74,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +chicken_leg.n.01,coldSource,0,0,FALSE,,,,, +chicken_leg.n.01,sliceable,0,1,FALSE,,,,, +chicken_leg.n.01,slicer,0,0,FALSE,,,,, +chicken_leg.n.01,soakable,0,0,FALSE,,,,, +chicken_soup.n.01,liquid,1,1,FALSE,,,,, +chicken_soup.n.01,heatSource,0,0,FALSE,,,,, +chicken_soup.n.01,fireSource,1,0,FALSE,,,,, +chicken_soup.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://foodsafetytrainingcertification.com/food-safety-news/national-soup-month-and-food-safe-cooling/,, +chicken_soup.n.01,coldSource,0,0,FALSE,,,,, +chicken_soup.n.01,sliceable,0,0,FALSE,,,,, +chicken_soup.n.01,slicer,0,0,FALSE,,,,, +chicken_soup.n.01,soakable,0,0,FALSE,,,,, +piece_of_cloth.n.01,liquid,0,0,FALSE,,,,, +piece_of_cloth.n.01,heatSource,0,0,FALSE,,,,, +piece_of_cloth.n.01,fireSource,0,0,FALSE,,,,, +piece_of_cloth.n.01,cookable,0,0,FALSE,,,,, +piece_of_cloth.n.01,coldSource,0,0,FALSE,,,,, +piece_of_cloth.n.01,sliceable,0,0,FALSE,,,,, +piece_of_cloth.n.01,slicer,0,0,FALSE,,,,, +piece_of_cloth.n.01,soakable,1,1,FALSE,,,,, +clock.n.01,liquid,0,0,FALSE,,,,, +clock.n.01,heatSource,0,0,FALSE,,,,, +clock.n.01,fireSource,0,0,FALSE,,,,, +clock.n.01,cookable,0,0,FALSE,,,,, +clock.n.01,coldSource,0,0,FALSE,,,,, +clock.n.01,sliceable,0,0,FALSE,,,,, +clock.n.01,slicer,1,0,FALSE,,,,, +clock.n.01,soakable,0,0,FALSE,,,,, +cabinet.n.04,liquid,0,0,FALSE,,,,, +cabinet.n.04,heatSource,0,0,FALSE,,,,, +cabinet.n.04,fireSource,0,0,FALSE,,,,, +cabinet.n.04,cookable,0,0,FALSE,,,,, +cabinet.n.04,coldSource,0,0,FALSE,,,,, +cabinet.n.04,sliceable,0,0,FALSE,,,,, +cabinet.n.04,slicer,1,0,FALSE,,,,, +cabinet.n.04,soakable,0,0,FALSE,,,,, +knob.n.01,liquid,0,0,FALSE,,,,, +knob.n.01,heatSource,0,0,FALSE,,,,, +knob.n.01,fireSource,0,0,FALSE,,,,, +knob.n.01,cookable,0,0,FALSE,,,,, +knob.n.01,coldSource,0,0,FALSE,,,,, +knob.n.01,sliceable,0,0,FALSE,,,,, +knob.n.01,slicer,1,0,FALSE,,,,, +knob.n.01,soakable,0,0,FALSE,,,,, +corn_syrup.n.01,liquid,1,1,FALSE,,,,, +corn_syrup.n.01,heatSource,0,0,FALSE,,,,, +corn_syrup.n.01,fireSource,0,0,FALSE,,,,, +corn_syrup.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +corn_syrup.n.01,coldSource,0,0,FALSE,,,,, +corn_syrup.n.01,sliceable,0,0,FALSE,,,,, +corn_syrup.n.01,slicer,0,0,FALSE,,,,, +corn_syrup.n.01,soakable,0,0,FALSE,,,,, +costume.n.01,liquid,0,0,FALSE,,,,, +costume.n.01,heatSource,0,0,FALSE,,,,, +costume.n.01,fireSource,0,0,FALSE,,,,, +costume.n.01,cookable,0,0,FALSE,,,,, +costume.n.01,coldSource,0,0,FALSE,,,,, +costume.n.01,sliceable,0,0,FALSE,,,,, +costume.n.01,slicer,0,0,FALSE,,,,, +costume.n.01,soakable,0,1,FALSE,,,,, +crossbar.n.01,liquid,0,0,FALSE,,,,, +crossbar.n.01,heatSource,0,0,FALSE,,,,, +crossbar.n.01,fireSource,0,0,FALSE,,,,, +crossbar.n.01,cookable,0,0,FALSE,,,,, +crossbar.n.01,coldSource,0,0,FALSE,,,,, +crossbar.n.01,sliceable,0,0,FALSE,,,,, +crossbar.n.01,slicer,1,0,FALSE,,,,, +crossbar.n.01,soakable,0,0,FALSE,,,,, +crouton.n.01,liquid,0,0,FALSE,,,,, +crouton.n.01,heatSource,0,0,FALSE,,,,, +crouton.n.01,fireSource,1,0,FALSE,,,,, +crouton.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +crouton.n.01,coldSource,0,0,FALSE,,,,, +crouton.n.01,sliceable,0,1,FALSE,,,,, +crouton.n.01,slicer,0,0,FALSE,,,,, +crouton.n.01,soakable,0,1,FALSE,,,,, +curry.n.01,liquid,0,0,FALSE,,,,, +curry.n.01,heatSource,0,0,FALSE,,,,, +curry.n.01,fireSource,1,0,FALSE,,,,, +curry.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +curry.n.01,coldSource,0,0,FALSE,,,,, +curry.n.01,sliceable,0,0,FALSE,,,,, +curry.n.01,slicer,0,0,FALSE,,,,, +curry.n.01,soakable,0,0,FALSE,,,,, +custard.n.01,liquid,0,0,FALSE,,,,, +custard.n.01,heatSource,0,0,FALSE,,,,, +custard.n.01,fireSource,1,0,FALSE,,,,, +custard.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +custard.n.01,coldSource,1,0,FALSE,,,,, +custard.n.01,sliceable,0,0,FALSE,,,,, +custard.n.01,slicer,0,0,FALSE,,,,, +custard.n.01,soakable,0,0,FALSE,,,,, +antifreeze.n.01,liquid,1,1,FALSE,,,,, +antifreeze.n.01,heatSource,0,0,FALSE,,,,, +antifreeze.n.01,fireSource,0,0,FALSE,,,,, +antifreeze.n.01,cookable,1,0,FALSE,,,,, +antifreeze.n.01,coldSource,1,0,FALSE,,,,, +antifreeze.n.01,sliceable,0,0,FALSE,,,,, +antifreeze.n.01,slicer,0,0,FALSE,,,,, +antifreeze.n.01,soakable,0,0,FALSE,,,,, +denture.n.01,liquid,0,0,FALSE,,,,, +denture.n.01,heatSource,0,0,FALSE,,,,, +denture.n.01,fireSource,0,0,FALSE,,,,, +denture.n.01,cookable,0,0,FALSE,,,,, +denture.n.01,coldSource,1,0,FALSE,,,,, +denture.n.01,sliceable,0,0,FALSE,,,,, +denture.n.01,slicer,0,0,FALSE,,,,, +denture.n.01,soakable,0,0,FALSE,,,,, +dial.n.03,liquid,0,0,FALSE,,,,, +dial.n.03,heatSource,0,0,FALSE,,,,, +dial.n.03,fireSource,0,0,FALSE,,,,, +dial.n.03,cookable,0,0,FALSE,,,,, +dial.n.03,coldSource,0,0,FALSE,,,,, +dial.n.03,sliceable,0,0,FALSE,,,,, +dial.n.03,slicer,1,0,FALSE,,,,, +dial.n.03,soakable,0,0,FALSE,,,,, +dog_food.n.01,liquid,0,0,FALSE,,,,, +dog_food.n.01,heatSource,0,0,FALSE,,,,, +dog_food.n.01,fireSource,1,0,FALSE,,,,, +dog_food.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +dog_food.n.01,coldSource,0,0,FALSE,,,,, +dog_food.n.01,sliceable,0,0,FALSE,,,,, +dog_food.n.01,slicer,0,0,FALSE,,,,, +dog_food.n.01,soakable,0,1,FALSE,,,,, +dowel.n.01,liquid,0,0,FALSE,,,,, +dowel.n.01,heatSource,0,0,FALSE,,,,, +dowel.n.01,fireSource,0,0,FALSE,,,,, +dowel.n.01,cookable,0,0,FALSE,,,,, +dowel.n.01,coldSource,0,0,FALSE,,,,, +dowel.n.01,sliceable,0,0,FALSE,,,,, +dowel.n.01,slicer,1,0,FALSE,,,,, +dowel.n.01,soakable,0,1,FALSE,,,,, +racket.n.04,liquid,0,0,FALSE,,,,, +racket.n.04,heatSource,0,0,FALSE,,,,, +racket.n.04,fireSource,0,0,FALSE,,,,, +racket.n.04,cookable,0,0,FALSE,,,,, +racket.n.04,coldSource,0,0,FALSE,,,,, +racket.n.04,sliceable,0,0,FALSE,,,,, +racket.n.04,slicer,1,0,FALSE,,,,, +racket.n.04,soakable,0,0,FALSE,,,,, +rubber_boot.n.01,liquid,0,0,FALSE,,,,, +rubber_boot.n.01,heatSource,0,0,FALSE,,,,, +rubber_boot.n.01,fireSource,0,0,FALSE,,,,, +rubber_boot.n.01,cookable,0,0,FALSE,,,,, +rubber_boot.n.01,coldSource,0,0,FALSE,,,,, +rubber_boot.n.01,sliceable,0,0,FALSE,,,,, +rubber_boot.n.01,slicer,0,0,FALSE,,,,, +rubber_boot.n.01,soakable,0,0,FALSE,,,,, +ramekin.n.01,liquid,0,0,FALSE,,,,, +ramekin.n.01,heatSource,0,0,FALSE,,,,, +ramekin.n.01,fireSource,1,0,FALSE,,,,, +ramekin.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +ramekin.n.01,coldSource,1,0,FALSE,,,,, +ramekin.n.01,sliceable,0,1,FALSE,,,,, +ramekin.n.01,slicer,1,0,FALSE,,,,, +ramekin.n.01,soakable,0,0,FALSE,,,,, +retainer.n.03,liquid,0,0,FALSE,,,,, +retainer.n.03,heatSource,0,0,FALSE,,,,, +retainer.n.03,fireSource,0,0,FALSE,,,,, +retainer.n.03,cookable,0,0,FALSE,,,,, +retainer.n.03,coldSource,0,0,FALSE,,,,, +retainer.n.03,sliceable,0,0,FALSE,,,,, +retainer.n.03,slicer,0,0,FALSE,,,,, +retainer.n.03,soakable,0,0,FALSE,,,,, +pieplant.n.01,liquid,0,0,FALSE,,,,, +pieplant.n.01,heatSource,0,0,FALSE,,,,, +pieplant.n.01,fireSource,1,0,FALSE,,,,, +pieplant.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pieplant.n.01,coldSource,0,0,FALSE,,,,, +pieplant.n.01,sliceable,0,1,FALSE,,,,, +pieplant.n.01,slicer,0,0,FALSE,,,,, +pieplant.n.01,soakable,0,0,FALSE,,,,, +ricotta.n.01,liquid,0,0,FALSE,,,,, +ricotta.n.01,heatSource,0,0,FALSE,,,,, +ricotta.n.01,fireSource,0,0,FALSE,,,,, +ricotta.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +ricotta.n.01,coldSource,0,0,FALSE,,,,, +ricotta.n.01,sliceable,0,1,FALSE,,,,, +ricotta.n.01,slicer,0,0,FALSE,,,,, +ricotta.n.01,soakable,0,0,FALSE,,,,, +halite.n.01,liquid,0,0,FALSE,,,,, +halite.n.01,heatSource,0,0,FALSE,,,,, +halite.n.01,fireSource,0,0,FALSE,,,,, +halite.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://jamiegeller.com/from-jamie/how-do-you-cook-with-rock-salt/,, +halite.n.01,coldSource,0,0,FALSE,,,,, +halite.n.01,sliceable,0,0,FALSE,,,,, +halite.n.01,slicer,0,0,FALSE,,,,, +halite.n.01,soakable,0,0,FALSE,,,,, +rubbing_alcohol.n.01,liquid,1,1,FALSE,,,,, +rubbing_alcohol.n.01,heatSource,0,0,FALSE,,,,, +rubbing_alcohol.n.01,fireSource,0,0,FALSE,,,,, +rubbing_alcohol.n.01,cookable,0,0,FALSE,,,,, +rubbing_alcohol.n.01,coldSource,0,0,FALSE,,,,, +rubbing_alcohol.n.01,sliceable,0,0,FALSE,,,,, +rubbing_alcohol.n.01,slicer,0,0,FALSE,,,,, +rubbing_alcohol.n.01,soakable,0,0,FALSE,,,,, +rutabaga.n.01,liquid,0,0,FALSE,,,,, +rutabaga.n.01,heatSource,0,0,FALSE,,,,, +rutabaga.n.01,fireSource,1,0,FALSE,,,,, +rutabaga.n.01,cookable,0,1,TRUE,100,UNKNOWN,https://www.mariaushakova.com/2020/02/how-to-cook-rutabaga/,, +rutabaga.n.01,coldSource,0,0,FALSE,,,,, +rutabaga.n.01,sliceable,0,1,FALSE,,,,, +rutabaga.n.01,slicer,0,0,FALSE,,,,, +rutabaga.n.01,soakable,0,0,FALSE,,,,, +scale.n.10,liquid,0,0,FALSE,,,,, +scale.n.10,heatSource,0,0,FALSE,,,,, +scale.n.10,fireSource,0,0,FALSE,,,,, +scale.n.10,cookable,0,0,FALSE,,,,, +scale.n.10,coldSource,0,0,FALSE,,,,, +scale.n.10,sliceable,0,0,FALSE,,,,, +scale.n.10,slicer,1,0,FALSE,,,,, +scale.n.10,soakable,0,0,FALSE,,,,, +scone.n.01,liquid,0,0,FALSE,,,,, +scone.n.01,heatSource,0,0,FALSE,,,,, +scone.n.01,fireSource,1,0,FALSE,,,,, +scone.n.01,cookable,0,1,TRUE,93,UNKNOWN,https://blog.thermoworks.com/bread/baked-good-doneness-temps/,, +scone.n.01,coldSource,1,0,FALSE,,,,, +scone.n.01,sliceable,0,1,FALSE,,,,, +scone.n.01,slicer,0,0,FALSE,,,,, +scone.n.01,soakable,0,0,FALSE,,,,, +seashell.n.01,liquid,0,0,FALSE,,,,, +seashell.n.01,heatSource,0,0,FALSE,,,,, +seashell.n.01,fireSource,0,0,FALSE,,,,, +seashell.n.01,cookable,0,0,FALSE,,,,, +seashell.n.01,coldSource,0,0,FALSE,,,,, +seashell.n.01,sliceable,0,0,FALSE,,,,, +seashell.n.01,slicer,1,0,FALSE,,,,, +seashell.n.01,soakable,0,0,FALSE,,,,, +shellac.n.02,liquid,1,1,FALSE,,,,, +shellac.n.02,heatSource,0,0,FALSE,,,,, +shellac.n.02,fireSource,0,0,FALSE,,,,, +shellac.n.02,cookable,0,0,FALSE,,,,, +shellac.n.02,coldSource,0,0,FALSE,,,,, +shellac.n.02,sliceable,0,0,FALSE,,,,, +shellac.n.02,slicer,1,0,FALSE,,,,, +shellac.n.02,soakable,0,0,FALSE,,,,, +shiitake.n.01,liquid,0,0,FALSE,,,,, +shiitake.n.01,heatSource,0,0,FALSE,,,,, +shiitake.n.01,fireSource,1,0,FALSE,,,,, +shiitake.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +shiitake.n.01,coldSource,0,0,FALSE,,,,, +shiitake.n.01,sliceable,0,1,FALSE,,,,, +shiitake.n.01,slicer,1,0,FALSE,,,,, +shiitake.n.01,soakable,0,0,FALSE,,,,, +shoebox.n.02,liquid,0,0,FALSE,,,,, +shoebox.n.02,heatSource,0,0,FALSE,,,,, +shoebox.n.02,fireSource,0,0,FALSE,,,,, +shoebox.n.02,cookable,0,0,FALSE,,,,, +shoebox.n.02,coldSource,0,0,FALSE,,,,, +shoebox.n.02,sliceable,0,0,FALSE,,,,, +shoebox.n.02,slicer,0,0,FALSE,,,,, +shoebox.n.02,soakable,1,1,FALSE,,,,, +shutter.n.02,liquid,0,0,FALSE,,,,, +shutter.n.02,heatSource,0,0,FALSE,,,,, +shutter.n.02,fireSource,0,0,FALSE,,,,, +shutter.n.02,cookable,0,0,FALSE,,,,, +shutter.n.02,coldSource,0,0,FALSE,,,,, +shutter.n.02,sliceable,0,0,FALSE,,,,, +shutter.n.02,slicer,1,0,FALSE,,,,, +shutter.n.02,soakable,1,0,FALSE,,,,, +silver.n.02,liquid,0,0,FALSE,,,,, +silver.n.02,heatSource,0,0,FALSE,,,,, +silver.n.02,fireSource,0,0,FALSE,,,,, +silver.n.02,cookable,0,0,FALSE,,,,, +silver.n.02,coldSource,0,0,FALSE,,,,, +silver.n.02,sliceable,0,0,FALSE,,,,, +silver.n.02,slicer,1,0,FALSE,,,,, +silver.n.02,soakable,0,0,FALSE,,,,, +skateboard.n.01,liquid,0,0,FALSE,,,,, +skateboard.n.01,heatSource,0,0,FALSE,,,,, +skateboard.n.01,fireSource,0,0,FALSE,,,,, +skateboard.n.01,cookable,0,0,FALSE,,,,, +skateboard.n.01,coldSource,0,0,FALSE,,,,, +skateboard.n.01,sliceable,0,0,FALSE,,,,, +skateboard.n.01,slicer,0,0,FALSE,,,,, +skateboard.n.01,soakable,0,0,FALSE,,,,, +slat.n.01,liquid,0,0,FALSE,,,,, +slat.n.01,heatSource,0,0,FALSE,,,,, +slat.n.01,fireSource,0,0,FALSE,,,,, +slat.n.01,cookable,0,0,FALSE,,,,, +slat.n.01,coldSource,0,0,FALSE,,,,, +slat.n.01,sliceable,0,0,FALSE,,,,, +slat.n.01,slicer,1,0,FALSE,,,,, +slat.n.01,soakable,1,0,FALSE,,,,, +snapper.n.02,liquid,0,0,FALSE,,,,, +snapper.n.02,heatSource,0,0,FALSE,,,,, +snapper.n.02,fireSource,1,0,FALSE,,,,, +snapper.n.02,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +snapper.n.02,coldSource,0,0,FALSE,,,,, +snapper.n.02,sliceable,0,1,FALSE,,,,, +snapper.n.02,slicer,0,0,FALSE,,,,, +snapper.n.02,soakable,0,0,FALSE,,,,, +snow_pea.n.02,liquid,0,0,FALSE,,,,, +snow_pea.n.02,heatSource,0,0,FALSE,,,,, +snow_pea.n.02,fireSource,1,0,FALSE,,,,, +snow_pea.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +snow_pea.n.02,coldSource,0,0,FALSE,,,,, +snow_pea.n.02,sliceable,0,0,FALSE,,,,, +snow_pea.n.02,slicer,0,0,FALSE,,,,, +snow_pea.n.02,soakable,0,0,FALSE,,,,, +scum.n.02,liquid,0,0,FALSE,,,,, +scum.n.02,heatSource,0,0,FALSE,,,,, +scum.n.02,fireSource,0,0,FALSE,,,,, +scum.n.02,cookable,0,0,FALSE,,,,, +scum.n.02,coldSource,0,0,FALSE,,,,, +scum.n.02,sliceable,0,0,FALSE,,,,, +scum.n.02,slicer,0,0,FALSE,,,,, +scum.n.02,soakable,0,0,FALSE,,,,, +soccer.n.01,liquid,0,0,FALSE,,,,, +soccer.n.01,heatSource,0,0,FALSE,,,,, +soccer.n.01,fireSource,0,0,FALSE,,,,, +soccer.n.01,cookable,0,0,FALSE,,,,, +soccer.n.01,coldSource,0,0,FALSE,,,,, +soccer.n.01,sliceable,0,0,FALSE,,,,, +soccer.n.01,slicer,1,0,FALSE,,,,, +soccer.n.01,soakable,0,0,FALSE,,,,, +hand_tool.n.01,liquid,0,0,FALSE,,,,, +hand_tool.n.01,heatSource,0,0,FALSE,,,,, +hand_tool.n.01,fireSource,0,0,FALSE,,,,, +hand_tool.n.01,cookable,0,0,FALSE,,,,, +hand_tool.n.01,coldSource,0,0,FALSE,,,,, +hand_tool.n.01,sliceable,0,0,FALSE,,,,, +hand_tool.n.01,slicer,1,1,FALSE,,,,, +hand_tool.n.01,soakable,0,0,FALSE,,,,, +carbon_black.n.01,liquid,0,0,FALSE,,,,, +carbon_black.n.01,heatSource,0,0,FALSE,,,,, +carbon_black.n.01,fireSource,0,0,FALSE,,,,, +carbon_black.n.01,cookable,0,0,FALSE,,,,, +carbon_black.n.01,coldSource,0,0,FALSE,,,,, +carbon_black.n.01,sliceable,0,0,FALSE,,,,, +carbon_black.n.01,slicer,0,0,FALSE,,,,, +carbon_black.n.01,soakable,0,0,FALSE,,,,, +soy.n.04,liquid,0,0,FALSE,,,,, +soy.n.04,heatSource,0,0,FALSE,,,,, +soy.n.04,fireSource,1,0,FALSE,,,,, +soy.n.04,cookable,0,1,TRUE,100,UNKNOWN,https://www.thespruceeats.com/how-to-cook-soy-beans-3376401,, +soy.n.04,coldSource,0,0,FALSE,,,,, +soy.n.04,sliceable,0,0,FALSE,,,,, +soy.n.04,slicer,0,0,FALSE,,,,, +soy.n.04,soakable,0,0,FALSE,,,,, +spackle.n.01,liquid,0,0,FALSE,,,,, +spackle.n.01,heatSource,0,0,FALSE,,,,, +spackle.n.01,fireSource,0,0,FALSE,,,,, +spackle.n.01,cookable,0,0,FALSE,,,,, +spackle.n.01,coldSource,1,0,FALSE,,,,, +spackle.n.01,sliceable,0,0,FALSE,,,,, +spackle.n.01,slicer,1,0,FALSE,,,,, +spackle.n.01,soakable,0,0,FALSE,,,,, +bottle.n.01,liquid,1,0,FALSE,,,,, +bottle.n.01,heatSource,0,0,FALSE,,,,, +bottle.n.01,fireSource,0,0,FALSE,,,,, +bottle.n.01,cookable,0,0,FALSE,,,,, +bottle.n.01,coldSource,1,0,FALSE,,,,, +bottle.n.01,sliceable,0,0,FALSE,,,,, +bottle.n.01,slicer,1,0,FALSE,,,,, +bottle.n.01,soakable,0,0,FALSE,,,,, +hot_sauce.n.01,liquid,0,0,FALSE,,,,, +hot_sauce.n.01,heatSource,1,0,FALSE,,,,, +hot_sauce.n.01,fireSource,1,0,FALSE,,,,, +hot_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +hot_sauce.n.01,coldSource,0,0,FALSE,,,,, +hot_sauce.n.01,sliceable,0,0,FALSE,,,,, +hot_sauce.n.01,slicer,0,0,FALSE,,,,, +hot_sauce.n.01,soakable,0,0,FALSE,,,,, +cooking_utensil.n.01,liquid,0,0,FALSE,,,,, +cooking_utensil.n.01,heatSource,1,0,FALSE,,,,, +cooking_utensil.n.01,fireSource,1,0,FALSE,,,,, +cooking_utensil.n.01,cookable,0,0,FALSE,,,,, +cooking_utensil.n.01,coldSource,0,0,FALSE,,,,, +cooking_utensil.n.01,sliceable,0,0,FALSE,,,,, +cooking_utensil.n.01,slicer,1,0,FALSE,,,,, +cooking_utensil.n.01,soakable,0,0,FALSE,,,,, +stucco.n.01,liquid,0,0,FALSE,,,,, +stucco.n.01,heatSource,0,0,FALSE,,,,, +stucco.n.01,fireSource,0,0,FALSE,,,,, +stucco.n.01,cookable,0,0,FALSE,,,,, +stucco.n.01,coldSource,0,0,FALSE,,,,, +stucco.n.01,sliceable,0,0,FALSE,,,,, +stucco.n.01,slicer,0,0,FALSE,,,,, +stucco.n.01,soakable,0,0,FALSE,,,,, +summer_squash.n.01,liquid,0,0,FALSE,,,,, +summer_squash.n.01,heatSource,0,0,FALSE,,,,, +summer_squash.n.01,fireSource,1,0,FALSE,,,,, +summer_squash.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +summer_squash.n.01,coldSource,0,0,FALSE,,,,, +summer_squash.n.01,sliceable,0,1,FALSE,,,,, +summer_squash.n.01,slicer,1,0,FALSE,,,,, +summer_squash.n.01,soakable,0,0,FALSE,,,,, +perspiration.n.01,liquid,1,1,FALSE,,,,, +perspiration.n.01,heatSource,0,0,FALSE,,,,, +perspiration.n.01,fireSource,0,0,FALSE,,,,, +perspiration.n.01,cookable,0,0,FALSE,,,,, +perspiration.n.01,coldSource,0,0,FALSE,,,,, +perspiration.n.01,sliceable,0,0,FALSE,,,,, +perspiration.n.01,slicer,0,0,FALSE,,,,, +perspiration.n.01,soakable,0,0,FALSE,,,,, +almond_oil.n.01,liquid,1,1,FALSE,,,,, +almond_oil.n.01,heatSource,0,0,FALSE,,,,, +almond_oil.n.01,fireSource,0,1,FALSE,,,,, +almond_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +almond_oil.n.01,coldSource,1,0,FALSE,,,,, +almond_oil.n.01,sliceable,0,0,FALSE,,,,, +almond_oil.n.01,slicer,0,0,FALSE,,,,, +almond_oil.n.01,soakable,0,0,FALSE,,,,, +sweet_pepper.n.01,liquid,0,0,FALSE,,,,, +sweet_pepper.n.01,heatSource,0,0,FALSE,,,,, +sweet_pepper.n.01,fireSource,1,0,FALSE,,,,, +sweet_pepper.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +sweet_pepper.n.01,coldSource,0,0,FALSE,,,,, +sweet_pepper.n.01,sliceable,0,1,FALSE,,,,, +sweet_pepper.n.01,slicer,1,0,FALSE,,,,, +sweet_pepper.n.01,soakable,0,0,FALSE,,,,, +swiss_cheese.n.01,liquid,0,0,FALSE,,,,, +swiss_cheese.n.01,heatSource,0,0,FALSE,,,,, +swiss_cheese.n.01,fireSource,0,0,FALSE,,,,, +swiss_cheese.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +swiss_cheese.n.01,coldSource,0,0,FALSE,,,,, +swiss_cheese.n.01,sliceable,0,1,FALSE,,,,, +swiss_cheese.n.01,slicer,1,0,FALSE,,,,, +swiss_cheese.n.01,soakable,0,0,FALSE,,,,, +syringe.n.01,liquid,1,0,FALSE,,,,, +syringe.n.01,heatSource,0,0,FALSE,,,,, +syringe.n.01,fireSource,0,0,FALSE,,,,, +syringe.n.01,cookable,0,0,FALSE,,,,, +syringe.n.01,coldSource,1,0,FALSE,,,,, +syringe.n.01,sliceable,0,0,FALSE,,,,, +syringe.n.01,slicer,1,0,FALSE,,,,, +syringe.n.01,soakable,0,0,FALSE,,,,, +talcum.n.02,liquid,0,0,FALSE,,,,, +talcum.n.02,heatSource,0,0,FALSE,,,,, +talcum.n.02,fireSource,0,0,FALSE,,,,, +talcum.n.02,cookable,0,0,FALSE,,,,, +talcum.n.02,coldSource,0,0,FALSE,,,,, +talcum.n.02,sliceable,0,0,FALSE,,,,, +talcum.n.02,slicer,0,0,FALSE,,,,, +talcum.n.02,soakable,0,0,FALSE,,,,, +tarnish.n.01,liquid,0,0,FALSE,,,,, +tarnish.n.01,heatSource,0,0,FALSE,,,,, +tarnish.n.01,fireSource,0,0,FALSE,,,,, +tarnish.n.01,cookable,0,0,FALSE,,,,, +tarnish.n.01,coldSource,0,0,FALSE,,,,, +tarnish.n.01,sliceable,0,0,FALSE,,,,, +tarnish.n.01,slicer,0,0,FALSE,,,,, +tarnish.n.01,soakable,0,0,FALSE,,,,, +tassel.n.01,liquid,0,0,FALSE,,,,, +tassel.n.01,heatSource,0,0,FALSE,,,,, +tassel.n.01,fireSource,0,0,FALSE,,,,, +tassel.n.01,cookable,0,0,FALSE,,,,, +tassel.n.01,coldSource,0,0,FALSE,,,,, +tassel.n.01,sliceable,0,0,FALSE,,,,, +tassel.n.01,slicer,0,0,FALSE,,,,, +tassel.n.01,soakable,0,0,FALSE,,,,, +teddy.n.01,liquid,0,0,FALSE,,,,, +teddy.n.01,heatSource,0,0,FALSE,,,,, +teddy.n.01,fireSource,0,0,FALSE,,,,, +teddy.n.01,cookable,0,0,FALSE,,,,, +teddy.n.01,coldSource,0,0,FALSE,,,,, +teddy.n.01,sliceable,0,0,FALSE,,,,, +teddy.n.01,slicer,0,0,FALSE,,,,, +teddy.n.01,soakable,0,1,FALSE,,,,, +toaster_oven.n.01,liquid,0,0,FALSE,,,,, +toaster_oven.n.01,heatSource,1,1,FALSE,,,,, +toaster_oven.n.01,fireSource,0,0,FALSE,,,,, +toaster_oven.n.01,cookable,0,0,FALSE,,,,, +toaster_oven.n.01,coldSource,0,0,FALSE,,,,, +toaster_oven.n.01,sliceable,0,0,FALSE,,,,, +toaster_oven.n.01,slicer,1,0,FALSE,,,,, +toaster_oven.n.01,soakable,0,0,FALSE,,,,, +trampoline.n.01,liquid,0,0,FALSE,,,,, +trampoline.n.01,heatSource,0,0,FALSE,,,,, +trampoline.n.01,fireSource,0,0,FALSE,,,,, +trampoline.n.01,cookable,0,0,FALSE,,,,, +trampoline.n.01,coldSource,0,0,FALSE,,,,, +trampoline.n.01,sliceable,0,0,FALSE,,,,, +trampoline.n.01,slicer,0,0,FALSE,,,,, +trampoline.n.01,soakable,0,0,FALSE,,,,, +tripod.n.01,liquid,0,0,FALSE,,,,, +tripod.n.01,heatSource,0,0,FALSE,,,,, +tripod.n.01,fireSource,0,0,FALSE,,,,, +tripod.n.01,cookable,0,0,FALSE,,,,, +tripod.n.01,coldSource,0,0,FALSE,,,,, +tripod.n.01,sliceable,0,0,FALSE,,,,, +tripod.n.01,slicer,0,0,FALSE,,,,, +tripod.n.01,soakable,0,0,FALSE,,,,, +trophy.n.02,liquid,0,0,FALSE,,,,, +trophy.n.02,heatSource,0,0,FALSE,,,,, +trophy.n.02,fireSource,0,0,FALSE,,,,, +trophy.n.02,cookable,0,0,FALSE,,,,, +trophy.n.02,coldSource,0,0,FALSE,,,,, +trophy.n.02,sliceable,0,0,FALSE,,,,, +trophy.n.02,slicer,1,0,FALSE,,,,, +trophy.n.02,soakable,0,0,FALSE,,,,, +petite_marmite.n.01,liquid,1,1,FALSE,,,,, +petite_marmite.n.01,heatSource,0,0,FALSE,,,,, +petite_marmite.n.01,fireSource,1,0,FALSE,,,,, +petite_marmite.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +petite_marmite.n.01,coldSource,0,0,FALSE,,,,, +petite_marmite.n.01,sliceable,0,0,FALSE,,,,, +petite_marmite.n.01,slicer,0,0,FALSE,,,,, +petite_marmite.n.01,soakable,0,0,FALSE,,,,, +venison.n.01,liquid,0,0,FALSE,,,,, +venison.n.01,heatSource,0,0,FALSE,,,,, +venison.n.01,fireSource,1,0,FALSE,,,,, +venison.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +venison.n.01,coldSource,0,0,FALSE,,,,, +venison.n.01,sliceable,0,1,FALSE,,,,, +venison.n.01,slicer,0,0,FALSE,,,,, +venison.n.01,soakable,0,0,FALSE,,,,, +vest.n.01,liquid,0,0,FALSE,,,,, +vest.n.01,heatSource,0,0,FALSE,,,,, +vest.n.01,fireSource,0,0,FALSE,,,,, +vest.n.01,cookable,0,0,FALSE,,,,, +vest.n.01,coldSource,0,0,FALSE,,,,, +vest.n.01,sliceable,0,0,FALSE,,,,, +vest.n.01,slicer,0,0,FALSE,,,,, +vest.n.01,soakable,0,1,FALSE,,,,, +kitchen_appliance.n.01,liquid,0,0,FALSE,,,,, +kitchen_appliance.n.01,heatSource,1,0,FALSE,,,,, +kitchen_appliance.n.01,fireSource,0,0,FALSE,,,,, +kitchen_appliance.n.01,cookable,1,0,FALSE,,,,, +kitchen_appliance.n.01,coldSource,0,0,FALSE,,,,, +kitchen_appliance.n.01,sliceable,0,0,FALSE,,,,, +kitchen_appliance.n.01,slicer,1,1,FALSE,,,,, +kitchen_appliance.n.01,soakable,0,0,FALSE,,,,, +dispenser.n.01,liquid,0,0,FALSE,,,,, +dispenser.n.01,heatSource,0,0,FALSE,,,,, +dispenser.n.01,fireSource,0,0,FALSE,,,,, +dispenser.n.01,cookable,0,0,FALSE,,,,, +dispenser.n.01,coldSource,1,0,FALSE,,,,, +dispenser.n.01,sliceable,0,0,FALSE,,,,, +dispenser.n.01,slicer,1,1,FALSE,,,,, +dispenser.n.01,soakable,0,0,FALSE,,,,, +water_filter.n.01,liquid,0,0,FALSE,,,,, +water_filter.n.01,heatSource,0,0,FALSE,,,,, +water_filter.n.01,fireSource,0,0,FALSE,,,,, +water_filter.n.01,cookable,0,0,FALSE,,,,, +water_filter.n.01,coldSource,1,0,FALSE,,,,, +water_filter.n.01,sliceable,0,0,FALSE,,,,, +water_filter.n.01,slicer,1,0,FALSE,,,,, +water_filter.n.01,soakable,0,0,FALSE,,,,, +whetstone.n.01,liquid,0,0,FALSE,,,,, +whetstone.n.01,heatSource,0,0,FALSE,,,,, +whetstone.n.01,fireSource,0,0,FALSE,,,,, +whetstone.n.01,cookable,0,0,FALSE,,,,, +whetstone.n.01,coldSource,0,0,FALSE,,,,, +whetstone.n.01,sliceable,0,0,FALSE,,,,, +whetstone.n.01,slicer,1,0,FALSE,,,,, +whetstone.n.01,soakable,0,0,FALSE,,,,, +whistle.n.04,liquid,0,0,FALSE,,,,, +whistle.n.04,heatSource,0,0,FALSE,,,,, +whistle.n.04,fireSource,0,0,FALSE,,,,, +whistle.n.04,cookable,0,0,FALSE,,,,, +whistle.n.04,coldSource,0,0,FALSE,,,,, +whistle.n.04,sliceable,0,0,FALSE,,,,, +whistle.n.04,slicer,1,0,FALSE,,,,, +whistle.n.04,soakable,0,0,FALSE,,,,, +white_sauce.n.01,liquid,0,1,FALSE,,,,, +white_sauce.n.01,heatSource,0,0,FALSE,,,,, +white_sauce.n.01,fireSource,1,0,FALSE,,,,, +white_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +white_sauce.n.01,coldSource,1,0,FALSE,,,,, +white_sauce.n.01,sliceable,0,0,FALSE,,,,, +white_sauce.n.01,slicer,0,0,FALSE,,,,, +white_sauce.n.01,soakable,0,0,FALSE,,,,, +bread.n.01,liquid,0,0,FALSE,,,,, +bread.n.01,heatSource,0,0,FALSE,,,,, +bread.n.01,fireSource,1,0,FALSE,,,,, +bread.n.01,cookable,0,1,TRUE,82,UNKNOWN,https://blog.thermoworks.com/bread/baked-good-doneness-temps/,, +bread.n.01,coldSource,0,0,FALSE,,,,, +bread.n.01,sliceable,0,1,FALSE,,,,, +bread.n.01,slicer,1,0,FALSE,,,,, +bread.n.01,soakable,1,1,FALSE,,,,, +overgarment.n.01,liquid,0,0,FALSE,,,,, +overgarment.n.01,heatSource,0,0,FALSE,,,,, +overgarment.n.01,fireSource,0,0,FALSE,,,,, +overgarment.n.01,cookable,0,0,FALSE,,,,, +overgarment.n.01,coldSource,0,0,FALSE,,,,, +overgarment.n.01,sliceable,0,0,FALSE,,,,, +overgarment.n.01,slicer,0,0,FALSE,,,,, +overgarment.n.01,soakable,1,1,FALSE,,,,, +wire_cutter.n.01,liquid,0,0,FALSE,,,,, +wire_cutter.n.01,heatSource,0,0,FALSE,,,,, +wire_cutter.n.01,fireSource,0,0,FALSE,,,,, +wire_cutter.n.01,cookable,0,0,FALSE,,,,, +wire_cutter.n.01,coldSource,0,0,FALSE,,,,, +wire_cutter.n.01,sliceable,0,0,FALSE,,,,, +wire_cutter.n.01,slicer,1,1,FALSE,,,,, +wire_cutter.n.01,soakable,0,0,FALSE,,,,, +wok.n.01,liquid,0,0,FALSE,,,,, +wok.n.01,heatSource,1,1,FALSE,,,,, +wok.n.01,fireSource,1,0,FALSE,,,,, +wok.n.01,cookable,0,0,FALSE,,,,, +wok.n.01,coldSource,0,0,FALSE,,,,, +wok.n.01,sliceable,0,0,FALSE,,,,, +wok.n.01,slicer,0,0,FALSE,,,,, +wok.n.01,soakable,0,0,FALSE,,,,, +yam.n.03,liquid,0,0,FALSE,,,,, +yam.n.03,heatSource,0,0,FALSE,,,,, +yam.n.03,fireSource,1,0,FALSE,,,,, +yam.n.03,cookable,0,1,TRUE,96,UNKNOWN,"https://bellyfull.net/baked-sweet-potato/#:~:text=Simply%20poke%20the%20potato%20with,potato%20when%20they're%20done.",, +yam.n.03,coldSource,0,0,FALSE,,,,, +yam.n.03,sliceable,0,1,FALSE,,,,, +yam.n.03,slicer,1,0,FALSE,,,,, +yam.n.03,soakable,0,0,FALSE,,,,, +mat.n.03,liquid,0,0,FALSE,,,,, +mat.n.03,heatSource,0,0,FALSE,,,,, +mat.n.03,fireSource,0,0,FALSE,,,,, +mat.n.03,cookable,0,0,FALSE,,,,, +mat.n.03,coldSource,0,0,FALSE,,,,, +mat.n.03,sliceable,0,0,FALSE,,,,, +mat.n.03,slicer,0,0,FALSE,,,,, +mat.n.03,soakable,0,1,FALSE,,,,, +adhesive_material.n.01,liquid,0,0,FALSE,,,,, +adhesive_material.n.01,heatSource,0,0,FALSE,,,,, +adhesive_material.n.01,fireSource,0,0,FALSE,,,,, +adhesive_material.n.01,cookable,0,0,FALSE,,,,, +adhesive_material.n.01,coldSource,0,0,FALSE,,,,, +adhesive_material.n.01,sliceable,0,0,FALSE,,,,, +adhesive_material.n.01,slicer,0,0,FALSE,,,,, +adhesive_material.n.01,soakable,0,0,FALSE,,,,, +nectar.n.01,liquid,1,1,FALSE,,,,, +nectar.n.01,heatSource,0,0,FALSE,,,,, +nectar.n.01,fireSource,0,0,FALSE,,,,, +nectar.n.01,cookable,0,0,FALSE,,,,, +nectar.n.01,coldSource,1,0,FALSE,,,,, +nectar.n.01,sliceable,0,0,FALSE,,,,, +nectar.n.01,slicer,0,0,FALSE,,,,, +nectar.n.01,soakable,0,0,FALSE,,,,, +apple_pie.n.01,liquid,0,0,FALSE,,,,, +apple_pie.n.01,heatSource,0,0,FALSE,,,,, +apple_pie.n.01,fireSource,1,0,FALSE,,,,, +apple_pie.n.01,cookable,0,1,TRUE,80,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, +apple_pie.n.01,coldSource,0,0,FALSE,,,,, +apple_pie.n.01,sliceable,1,1,FALSE,,,,, +apple_pie.n.01,slicer,0,0,FALSE,,,,, +apple_pie.n.01,soakable,0,0,FALSE,,,,, +applesauce.n.01,liquid,0,1,FALSE,,,,, +applesauce.n.01,heatSource,0,0,FALSE,,,,, +applesauce.n.01,fireSource,1,1,FALSE,,,,, +applesauce.n.01,cookable,0,0,FALSE,,,,, +applesauce.n.01,coldSource,1,0,FALSE,,,,, +applesauce.n.01,sliceable,0,0,FALSE,,,,, +applesauce.n.01,slicer,0,0,FALSE,,,,, +applesauce.n.01,soakable,0,0,FALSE,,,,, +instrumentality.n.03,liquid,0,0,FALSE,,,,, +instrumentality.n.03,heatSource,1,0,FALSE,,,,, +instrumentality.n.03,fireSource,1,0,FALSE,,,,, +instrumentality.n.03,cookable,1,0,FALSE,,,,, +instrumentality.n.03,coldSource,1,0,FALSE,,,,, +instrumentality.n.03,sliceable,1,0,FALSE,,,,, +instrumentality.n.03,slicer,1,0,FALSE,,,,, +instrumentality.n.03,soakable,1,0,FALSE,,,,, +ashtray.n.01,liquid,0,0,FALSE,,,,, +ashtray.n.01,heatSource,0,0,FALSE,,,,, +ashtray.n.01,fireSource,0,0,FALSE,,,,, +ashtray.n.01,cookable,0,0,FALSE,,,,, +ashtray.n.01,coldSource,0,0,FALSE,,,,, +ashtray.n.01,sliceable,0,0,FALSE,,,,, +ashtray.n.01,slicer,1,0,FALSE,,,,, +ashtray.n.01,soakable,0,0,FALSE,,,,, +asphalt.n.01,liquid,0,0,FALSE,,,,, +asphalt.n.01,heatSource,0,0,FALSE,,,,, +asphalt.n.01,fireSource,0,0,FALSE,,,,, +asphalt.n.01,cookable,0,0,FALSE,,,,, +asphalt.n.01,coldSource,0,0,FALSE,,,,, +asphalt.n.01,sliceable,0,0,FALSE,,,,, +asphalt.n.01,slicer,0,0,FALSE,,,,, +asphalt.n.01,soakable,0,0,FALSE,,,,, +aspirin.n.01,liquid,0,0,FALSE,,,,, +aspirin.n.01,heatSource,0,0,FALSE,,,,, +aspirin.n.01,fireSource,0,0,FALSE,,,,, +aspirin.n.01,cookable,0,0,FALSE,,,,, +aspirin.n.01,coldSource,0,0,FALSE,,,,, +aspirin.n.01,sliceable,0,0,FALSE,,,,, +aspirin.n.01,slicer,1,0,FALSE,,,,, +aspirin.n.01,soakable,0,0,FALSE,,,,, +clothing.n.01,liquid,0,0,FALSE,,,,, +clothing.n.01,heatSource,0,0,FALSE,,,,, +clothing.n.01,fireSource,0,0,FALSE,,,,, +clothing.n.01,cookable,0,0,FALSE,,,,, +clothing.n.01,coldSource,0,0,FALSE,,,,, +clothing.n.01,sliceable,0,0,FALSE,,,,, +clothing.n.01,slicer,0,0,FALSE,,,,, +clothing.n.01,soakable,1,1,FALSE,,,,, +bamboo.n.01,liquid,0,0,FALSE,,,,, +bamboo.n.01,heatSource,0,0,FALSE,,,,, +bamboo.n.01,fireSource,0,0,FALSE,,,,, +bamboo.n.01,cookable,0,0,FALSE,,,,, +bamboo.n.01,coldSource,0,0,FALSE,,,,, +bamboo.n.01,sliceable,0,1,FALSE,,,,, +bamboo.n.01,slicer,1,0,FALSE,,,,, +bamboo.n.01,soakable,0,0,FALSE,,,,, +bandanna.n.01,liquid,0,0,FALSE,,,,, +bandanna.n.01,heatSource,0,0,FALSE,,,,, +bandanna.n.01,fireSource,0,0,FALSE,,,,, +bandanna.n.01,cookable,0,0,FALSE,,,,, +bandanna.n.01,coldSource,0,0,FALSE,,,,, +bandanna.n.01,sliceable,0,0,FALSE,,,,, +bandanna.n.01,slicer,1,0,FALSE,,,,, +bandanna.n.01,soakable,1,1,FALSE,,,,, +barley.n.02,liquid,0,0,FALSE,,,,, +barley.n.02,heatSource,0,0,FALSE,,,,, +barley.n.02,fireSource,1,0,FALSE,,,,, +barley.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +barley.n.02,coldSource,0,0,FALSE,,,,, +barley.n.02,sliceable,0,0,FALSE,,,,, +barley.n.02,slicer,0,0,FALSE,,,,, +barley.n.02,soakable,0,0,FALSE,,,,, +baseball.n.02,liquid,0,0,FALSE,,,,, +baseball.n.02,heatSource,0,0,FALSE,,,,, +baseball.n.02,fireSource,0,0,FALSE,,,,, +baseball.n.02,cookable,0,0,FALSE,,,,, +baseball.n.02,coldSource,0,0,FALSE,,,,, +baseball.n.02,sliceable,0,0,FALSE,,,,, +baseball.n.02,slicer,1,0,FALSE,,,,, +baseball.n.02,soakable,0,0,FALSE,,,,, +hand_glass.n.02,liquid,0,0,FALSE,,,,, +hand_glass.n.02,heatSource,0,0,FALSE,,,,, +hand_glass.n.02,fireSource,0,0,FALSE,,,,, +hand_glass.n.02,cookable,0,0,FALSE,,,,, +hand_glass.n.02,coldSource,1,0,FALSE,,,,, +hand_glass.n.02,sliceable,0,0,FALSE,,,,, +hand_glass.n.02,slicer,1,0,FALSE,,,,, +hand_glass.n.02,soakable,0,0,FALSE,,,,, +marigold.n.01,liquid,0,0,FALSE,,,,, +marigold.n.01,heatSource,0,0,FALSE,,,,, +marigold.n.01,fireSource,0,0,FALSE,,,,, +marigold.n.01,cookable,0,0,FALSE,,,,, +marigold.n.01,coldSource,0,0,FALSE,,,,, +marigold.n.01,sliceable,0,1,FALSE,,,,, +marigold.n.01,slicer,1,0,FALSE,,,,, +marigold.n.01,soakable,0,0,FALSE,,,,, +meat_loaf.n.01,liquid,0,0,FALSE,,,,, +meat_loaf.n.01,heatSource,0,0,FALSE,,,,, +meat_loaf.n.01,fireSource,1,0,FALSE,,,,, +meat_loaf.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +meat_loaf.n.01,coldSource,0,0,FALSE,,,,, +meat_loaf.n.01,sliceable,0,1,FALSE,,,,, +meat_loaf.n.01,slicer,0,0,FALSE,,,,, +meat_loaf.n.01,soakable,0,0,FALSE,,,,, +menorah.n.02,liquid,0,0,FALSE,,,,, +menorah.n.02,heatSource,0,0,FALSE,,,,, +menorah.n.02,fireSource,0,0,FALSE,,,,, +menorah.n.02,cookable,0,0,FALSE,,,,, +menorah.n.02,coldSource,1,0,FALSE,,,,, +menorah.n.02,sliceable,0,0,FALSE,,,,, +menorah.n.02,slicer,1,0,FALSE,,,,, +menorah.n.02,soakable,0,0,FALSE,,,,, +cup.n.03,liquid,0,0,FALSE,,,,, +cup.n.03,heatSource,0,0,FALSE,,,,, +cup.n.03,fireSource,0,0,FALSE,,,,, +cup.n.03,cookable,0,0,FALSE,,,,, +cup.n.03,coldSource,1,0,FALSE,,,,, +cup.n.03,sliceable,0,0,FALSE,,,,, +cup.n.03,slicer,1,0,FALSE,,,,, +cup.n.03,soakable,0,0,FALSE,,,,, +microphone.n.01,liquid,0,0,FALSE,,,,, +microphone.n.01,heatSource,0,0,FALSE,,,,, +microphone.n.01,fireSource,0,0,FALSE,,,,, +microphone.n.01,cookable,0,0,FALSE,,,,, +microphone.n.01,coldSource,0,0,FALSE,,,,, +microphone.n.01,sliceable,0,0,FALSE,,,,, +microphone.n.01,slicer,1,0,FALSE,,,,, +microphone.n.01,soakable,0,0,FALSE,,,,, +jug.n.01,liquid,1,0,FALSE,,,,, +jug.n.01,heatSource,0,0,FALSE,,,,, +jug.n.01,fireSource,0,0,FALSE,,,,, +jug.n.01,cookable,0,0,FALSE,,,,, +jug.n.01,coldSource,1,0,FALSE,,,,, +jug.n.01,sliceable,0,0,FALSE,,,,, +jug.n.01,slicer,1,0,FALSE,,,,, +jug.n.01,soakable,0,0,FALSE,,,,, +milkshake.n.01,liquid,1,1,FALSE,,,,, +milkshake.n.01,heatSource,0,0,FALSE,,,,, +milkshake.n.01,fireSource,0,0,FALSE,,,,, +milkshake.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +milkshake.n.01,coldSource,1,0,FALSE,,,,, +milkshake.n.01,sliceable,0,0,FALSE,,,,, +milkshake.n.01,slicer,0,0,FALSE,,,,, +milkshake.n.01,soakable,0,0,FALSE,,,,, +miso.n.01,liquid,0,0,FALSE,,,,, +miso.n.01,heatSource,0,0,FALSE,,,,, +miso.n.01,fireSource,1,0,FALSE,,,,, +miso.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +miso.n.01,coldSource,0,0,FALSE,,,,, +miso.n.01,sliceable,0,0,FALSE,,,,, +miso.n.01,slicer,0,0,FALSE,,,,, +miso.n.01,soakable,0,0,FALSE,,,,, +mortar.n.03,liquid,0,0,FALSE,,,,, +mortar.n.03,heatSource,0,0,FALSE,,,,, +mortar.n.03,fireSource,0,0,FALSE,,,,, +mortar.n.03,cookable,0,0,FALSE,,,,, +mortar.n.03,coldSource,0,0,FALSE,,,,, +mortar.n.03,sliceable,0,0,FALSE,,,,, +mortar.n.03,slicer,1,0,FALSE,,,,, +mortar.n.03,soakable,0,0,FALSE,,,,, +motorcycle.n.01,liquid,0,0,FALSE,,,,, +motorcycle.n.01,heatSource,0,0,FALSE,,,,, +motorcycle.n.01,fireSource,0,0,FALSE,,,,, +motorcycle.n.01,cookable,0,0,FALSE,,,,, +motorcycle.n.01,coldSource,0,0,FALSE,,,,, +motorcycle.n.01,sliceable,0,0,FALSE,,,,, +motorcycle.n.01,slicer,1,0,FALSE,,,,, +motorcycle.n.01,soakable,0,0,FALSE,,,,, +meter.n.02,liquid,0,0,FALSE,,,,, +meter.n.02,heatSource,0,0,FALSE,,,,, +meter.n.02,fireSource,0,0,FALSE,,,,, +meter.n.02,cookable,0,0,FALSE,,,,, +meter.n.02,coldSource,0,0,FALSE,,,,, +meter.n.02,sliceable,0,0,FALSE,,,,, +meter.n.02,slicer,1,0,FALSE,,,,, +meter.n.02,soakable,0,0,FALSE,,,,, +mustard_seed.n.01,liquid,0,0,FALSE,,,,, +mustard_seed.n.01,heatSource,0,0,FALSE,,,,, +mustard_seed.n.01,fireSource,1,0,FALSE,,,,, +mustard_seed.n.01,cookable,0,1,TRUE,180,UNKNOWN,"https://www.theguardian.com/lifeandstyle/2014/feb/17/how-to-cook-with-mustard-seeds-vivek-singh#:~:text=2%20Heat%20the%20mustard%20oil,simmer%20for%202%2D3%20minutes.",, +mustard_seed.n.01,coldSource,0,0,FALSE,,,,, +mustard_seed.n.01,sliceable,0,0,FALSE,,,,, +mustard_seed.n.01,slicer,0,0,FALSE,,,,, +mustard_seed.n.01,soakable,0,0,FALSE,,,,, +nacho.n.01,liquid,0,0,FALSE,,,,, +nacho.n.01,heatSource,0,0,FALSE,,,,, +nacho.n.01,fireSource,1,0,FALSE,,,,, +nacho.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +nacho.n.01,coldSource,0,0,FALSE,,,,, +nacho.n.01,sliceable,0,1,FALSE,,,,, +nacho.n.01,slicer,1,0,FALSE,,,,, +nacho.n.01,soakable,0,1,FALSE,,,,, +name_tag.n.01,liquid,0,0,FALSE,,,,, +name_tag.n.01,heatSource,0,0,FALSE,,,,, +name_tag.n.01,fireSource,0,0,FALSE,,,,, +name_tag.n.01,cookable,0,0,FALSE,,,,, +name_tag.n.01,coldSource,1,0,FALSE,,,,, +name_tag.n.01,sliceable,0,0,FALSE,,,,, +name_tag.n.01,slicer,1,0,FALSE,,,,, +name_tag.n.01,soakable,0,0,FALSE,,,,, +nectarine.n.02,liquid,0,0,FALSE,,,,, +nectarine.n.02,heatSource,0,0,FALSE,,,,, +nectarine.n.02,fireSource,0,0,FALSE,,,,, +nectarine.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +nectarine.n.02,coldSource,0,0,FALSE,,,,, +nectarine.n.02,sliceable,0,1,FALSE,,,,, +nectarine.n.02,slicer,0,0,FALSE,,,,, +nectarine.n.02,soakable,0,0,FALSE,,,,, +nitrogen.n.01,liquid,0,0,FALSE,,,,, +nitrogen.n.01,heatSource,0,0,FALSE,,,,, +nitrogen.n.01,fireSource,0,0,FALSE,,,,, +nitrogen.n.01,cookable,0,0,FALSE,,,,, +nitrogen.n.01,coldSource,0,0,FALSE,,,,, +nitrogen.n.01,sliceable,0,0,FALSE,,,,, +nitrogen.n.01,slicer,1,0,FALSE,,,,, +nitrogen.n.01,soakable,0,0,FALSE,,,,, +omelet.n.01,liquid,0,0,FALSE,,,,, +omelet.n.01,heatSource,0,0,FALSE,,,,, +omelet.n.01,fireSource,1,0,FALSE,,,,, +omelet.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +omelet.n.01,coldSource,1,0,FALSE,,,,, +omelet.n.01,sliceable,0,1,FALSE,,,,, +omelet.n.01,slicer,0,0,FALSE,,,,, +omelet.n.01,soakable,1,0,FALSE,,,,, +nightwear.n.01,liquid,0,0,FALSE,,,,, +nightwear.n.01,heatSource,0,0,FALSE,,,,, +nightwear.n.01,fireSource,0,0,FALSE,,,,, +nightwear.n.01,cookable,0,0,FALSE,,,,, +nightwear.n.01,coldSource,0,0,FALSE,,,,, +nightwear.n.01,sliceable,0,0,FALSE,,,,, +nightwear.n.01,slicer,0,0,FALSE,,,,, +nightwear.n.01,soakable,0,1,FALSE,,,,, +orange_zest.n.01,liquid,0,1,FALSE,,,,, +orange_zest.n.01,heatSource,0,0,FALSE,,,,, +orange_zest.n.01,fireSource,0,0,FALSE,,,,, +orange_zest.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +orange_zest.n.01,coldSource,0,0,FALSE,,,,, +orange_zest.n.01,sliceable,0,1,FALSE,,,,, +orange_zest.n.01,slicer,0,0,FALSE,,,,, +orange_zest.n.01,soakable,0,0,FALSE,,,,, +remover.n.01,liquid,1,1,FALSE,,,,, +remover.n.01,heatSource,0,0,FALSE,,,,, +remover.n.01,fireSource,0,0,FALSE,,,,, +remover.n.01,cookable,0,0,FALSE,,,,, +remover.n.01,coldSource,0,0,FALSE,,,,, +remover.n.01,sliceable,0,0,FALSE,,,,, +remover.n.01,slicer,0,0,FALSE,,,,, +remover.n.01,soakable,0,0,FALSE,,,,, +cut_of_pork.n.01,liquid,0,0,FALSE,,,,, +cut_of_pork.n.01,heatSource,0,0,FALSE,,,,, +cut_of_pork.n.01,fireSource,1,0,FALSE,,,,, +cut_of_pork.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +cut_of_pork.n.01,coldSource,0,0,FALSE,,,,, +cut_of_pork.n.01,sliceable,0,1,FALSE,,,,, +cut_of_pork.n.01,slicer,0,0,FALSE,,,,, +cut_of_pork.n.01,soakable,0,0,FALSE,,,,, +paraffin.n.01,liquid,0,0,FALSE,,,,, +paraffin.n.01,heatSource,0,0,FALSE,,,,, +paraffin.n.01,fireSource,0,1,FALSE,,,,, +paraffin.n.01,cookable,0,0,FALSE,,,,, +paraffin.n.01,coldSource,0,0,FALSE,,,,, +paraffin.n.01,sliceable,0,0,FALSE,,,,, +paraffin.n.01,slicer,0,0,FALSE,,,,, +paraffin.n.01,soakable,0,0,FALSE,,,,, +paring_knife.n.01,liquid,0,0,FALSE,,,,, +paring_knife.n.01,heatSource,0,0,FALSE,,,,, +paring_knife.n.01,fireSource,0,0,FALSE,,,,, +paring_knife.n.01,cookable,0,0,FALSE,,,,, +paring_knife.n.01,coldSource,0,0,FALSE,,,,, +paring_knife.n.01,sliceable,1,0,FALSE,,,,, +paring_knife.n.01,slicer,1,1,FALSE,,,,, +paring_knife.n.01,soakable,0,0,FALSE,,,,, +cutter.n.06,liquid,0,0,FALSE,,,,, +cutter.n.06,heatSource,0,0,FALSE,,,,, +cutter.n.06,fireSource,0,0,FALSE,,,,, +cutter.n.06,cookable,0,0,FALSE,,,,, +cutter.n.06,coldSource,0,0,FALSE,,,,, +cutter.n.06,sliceable,1,0,FALSE,,,,, +cutter.n.06,slicer,1,1,FALSE,,,,, +cutter.n.06,soakable,0,0,FALSE,,,,, +peat.n.01,liquid,0,0,FALSE,,,,, +peat.n.01,heatSource,1,0,FALSE,,,,, +peat.n.01,fireSource,0,1,FALSE,,,,, +peat.n.01,cookable,0,0,FALSE,,,,, +peat.n.01,coldSource,0,0,FALSE,,,,, +peat.n.01,sliceable,0,0,FALSE,,,,, +peat.n.01,slicer,0,0,FALSE,,,,, +peat.n.01,soakable,0,0,FALSE,,,,, +pepper_shaker.n.01,liquid,0,0,FALSE,,,,, +pepper_shaker.n.01,heatSource,0,0,FALSE,,,,, +pepper_shaker.n.01,fireSource,0,0,FALSE,,,,, +pepper_shaker.n.01,cookable,0,0,FALSE,,,,, +pepper_shaker.n.01,coldSource,0,0,FALSE,,,,, +pepper_shaker.n.01,sliceable,0,0,FALSE,,,,, +pepper_shaker.n.01,slicer,1,0,FALSE,,,,, +pepper_shaker.n.01,soakable,0,0,FALSE,,,,, +peppermint.n.03,liquid,0,0,FALSE,,,,, +peppermint.n.03,heatSource,0,0,FALSE,,,,, +peppermint.n.03,fireSource,0,0,FALSE,,,,, +peppermint.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +peppermint.n.03,coldSource,0,0,FALSE,,,,, +peppermint.n.03,sliceable,0,1,FALSE,,,,, +peppermint.n.03,slicer,0,0,FALSE,,,,, +peppermint.n.03,soakable,0,0,FALSE,,,,, +perch.n.01,liquid,0,0,FALSE,,,,, +perch.n.01,heatSource,0,0,FALSE,,,,, +perch.n.01,fireSource,0,0,FALSE,,,,, +perch.n.01,cookable,0,0,FALSE,,,,, +perch.n.01,coldSource,0,0,FALSE,,,,, +perch.n.01,sliceable,0,1,FALSE,,,,, +perch.n.01,slicer,0,0,FALSE,,,,, +perch.n.01,soakable,0,0,FALSE,,,,, +pestle.n.03,liquid,0,0,FALSE,,,,, +pestle.n.03,heatSource,0,0,FALSE,,,,, +pestle.n.03,fireSource,0,0,FALSE,,,,, +pestle.n.03,cookable,0,0,FALSE,,,,, +pestle.n.03,coldSource,0,0,FALSE,,,,, +pestle.n.03,sliceable,0,0,FALSE,,,,, +pestle.n.03,slicer,0,0,FALSE,,,,, +pestle.n.03,soakable,0,0,FALSE,,,,, +fecal_matter.n.01,liquid,0,0,FALSE,,,,, +fecal_matter.n.01,heatSource,0,0,FALSE,,,,, +fecal_matter.n.01,fireSource,0,0,FALSE,,,,, +fecal_matter.n.01,cookable,0,0,FALSE,,,,, +fecal_matter.n.01,coldSource,0,0,FALSE,,,,, +fecal_matter.n.01,sliceable,0,0,FALSE,,,,, +fecal_matter.n.01,slicer,0,0,FALSE,,,,, +fecal_matter.n.01,soakable,0,0,FALSE,,,,, +photocopier.n.01,liquid,0,0,FALSE,,,,, +photocopier.n.01,heatSource,0,0,FALSE,,,,, +photocopier.n.01,fireSource,0,0,FALSE,,,,, +photocopier.n.01,cookable,0,0,FALSE,,,,, +photocopier.n.01,coldSource,0,0,FALSE,,,,, +photocopier.n.01,sliceable,0,0,FALSE,,,,, +photocopier.n.01,slicer,1,0,FALSE,,,,, +photocopier.n.01,soakable,0,0,FALSE,,,,, +picture_frame.n.01,liquid,0,0,FALSE,,,,, +picture_frame.n.01,heatSource,0,0,FALSE,,,,, +picture_frame.n.01,fireSource,0,0,FALSE,,,,, +picture_frame.n.01,cookable,0,0,FALSE,,,,, +picture_frame.n.01,coldSource,0,0,FALSE,,,,, +picture_frame.n.01,sliceable,0,0,FALSE,,,,, +picture_frame.n.01,slicer,0,0,FALSE,,,,, +picture_frame.n.01,soakable,0,0,FALSE,,,,, +pill.n.01,liquid,0,0,FALSE,,,,, +pill.n.01,heatSource,0,0,FALSE,,,,, +pill.n.01,fireSource,0,0,FALSE,,,,, +pill.n.01,cookable,0,0,FALSE,,,,, +pill.n.01,coldSource,0,0,FALSE,,,,, +pill.n.01,sliceable,0,0,FALSE,,,,, +pill.n.01,slicer,1,0,FALSE,,,,, +pill.n.01,soakable,0,0,FALSE,,,,, +pilsner.n.01,liquid,1,1,FALSE,,,,, +pilsner.n.01,heatSource,0,0,FALSE,,,,, +pilsner.n.01,fireSource,0,0,FALSE,,,,, +pilsner.n.01,cookable,0,0,FALSE,,,,, +pilsner.n.01,coldSource,0,0,FALSE,,,,, +pilsner.n.01,sliceable,0,0,FALSE,,,,, +pilsner.n.01,slicer,1,0,FALSE,,,,, +pilsner.n.01,soakable,0,0,FALSE,,,,, +pine_nut.n.01,liquid,0,0,FALSE,,,,, +pine_nut.n.01,heatSource,0,0,FALSE,,,,, +pine_nut.n.01,fireSource,1,0,FALSE,,,,, +pine_nut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +pine_nut.n.01,coldSource,0,0,FALSE,,,,, +pine_nut.n.01,sliceable,0,1,FALSE,,,,, +pine_nut.n.01,slicer,0,0,FALSE,,,,, +pine_nut.n.01,soakable,0,0,FALSE,,,,, +tomato_sauce.n.01,liquid,0,0,FALSE,,,,, +tomato_sauce.n.01,heatSource,0,0,FALSE,,,,, +tomato_sauce.n.01,fireSource,1,0,FALSE,,,,, +tomato_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +tomato_sauce.n.01,coldSource,1,0,FALSE,,,,, +tomato_sauce.n.01,sliceable,0,0,FALSE,,,,, +tomato_sauce.n.01,slicer,0,0,FALSE,,,,, +tomato_sauce.n.01,soakable,0,0,FALSE,,,,, +slab.n.01,liquid,0,0,FALSE,,,,, +slab.n.01,heatSource,0,0,FALSE,,,,, +slab.n.01,fireSource,0,0,FALSE,,,,, +slab.n.01,cookable,0,0,FALSE,,,,, +slab.n.01,coldSource,0,0,FALSE,,,,, +slab.n.01,sliceable,0,0,FALSE,,,,, +slab.n.01,slicer,0,0,FALSE,,,,, +slab.n.01,soakable,0,0,FALSE,,,,, +poker.n.01,liquid,0,0,FALSE,,,,, +poker.n.01,heatSource,1,0,FALSE,,,,, +poker.n.01,fireSource,0,0,FALSE,,,,, +poker.n.01,cookable,0,0,FALSE,,,,, +poker.n.01,coldSource,0,0,FALSE,,,,, +poker.n.01,sliceable,0,0,FALSE,,,,, +poker.n.01,slicer,1,0,FALSE,,,,, +poker.n.01,soakable,0,0,FALSE,,,,, +polo_shirt.n.01,liquid,0,0,FALSE,,,,, +polo_shirt.n.01,heatSource,0,0,FALSE,,,,, +polo_shirt.n.01,fireSource,0,0,FALSE,,,,, +polo_shirt.n.01,cookable,0,0,FALSE,,,,, +polo_shirt.n.01,coldSource,0,0,FALSE,,,,, +polo_shirt.n.01,sliceable,0,0,FALSE,,,,, +polo_shirt.n.01,slicer,0,0,FALSE,,,,, +polo_shirt.n.01,soakable,1,1,FALSE,,,,, +poppy_seed.n.01,liquid,0,0,FALSE,,,,, +poppy_seed.n.01,heatSource,0,0,FALSE,,,,, +poppy_seed.n.01,fireSource,1,0,FALSE,,,,, +poppy_seed.n.01,cookable,0,0,FALSE,,,,, +poppy_seed.n.01,coldSource,0,0,FALSE,,,,, +poppy_seed.n.01,sliceable,0,0,FALSE,,,,, +poppy_seed.n.01,slicer,0,0,FALSE,,,,, +poppy_seed.n.01,soakable,0,0,FALSE,,,,, +pork_tenderloin.n.01,liquid,0,0,FALSE,,,,, +pork_tenderloin.n.01,heatSource,0,0,FALSE,,,,, +pork_tenderloin.n.01,fireSource,1,0,FALSE,,,,, +pork_tenderloin.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +pork_tenderloin.n.01,coldSource,0,0,FALSE,,,,, +pork_tenderloin.n.01,sliceable,0,1,FALSE,,,,, +pork_tenderloin.n.01,slicer,0,0,FALSE,,,,, +pork_tenderloin.n.01,soakable,0,0,FALSE,,,,, +porter.n.07,liquid,0,1,FALSE,,,,, +porter.n.07,heatSource,0,0,FALSE,,,,, +porter.n.07,fireSource,0,0,FALSE,,,,, +porter.n.07,cookable,0,0,FALSE,,,,, +porter.n.07,coldSource,0,0,FALSE,,,,, +porter.n.07,sliceable,0,0,FALSE,,,,, +porter.n.07,slicer,0,0,FALSE,,,,, +porter.n.07,soakable,0,0,FALSE,,,,, +outlet.n.02,liquid,0,0,FALSE,,,,, +outlet.n.02,heatSource,0,0,FALSE,,,,, +outlet.n.02,fireSource,0,0,FALSE,,,,, +outlet.n.02,cookable,0,0,FALSE,,,,, +outlet.n.02,coldSource,0,0,FALSE,,,,, +outlet.n.02,sliceable,0,0,FALSE,,,,, +outlet.n.02,slicer,1,0,FALSE,,,,, +outlet.n.02,soakable,0,0,FALSE,,,,, +white_wine.n.01,liquid,1,1,FALSE,,,,, +white_wine.n.01,heatSource,0,0,FALSE,,,,, +white_wine.n.01,fireSource,0,0,FALSE,,,,, +white_wine.n.01,cookable,0,0,FALSE,,,,, +white_wine.n.01,coldSource,1,0,FALSE,,,,, +white_wine.n.01,sliceable,0,0,FALSE,,,,, +white_wine.n.01,slicer,0,0,FALSE,,,,, +white_wine.n.01,soakable,0,0,FALSE,,,,, +pudding.n.01,liquid,0,0,FALSE,,,,, +pudding.n.01,heatSource,0,0,FALSE,,,,, +pudding.n.01,fireSource,1,0,FALSE,,,,, +pudding.n.01,cookable,0,1,TRUE,71,UNKNOWN,https://renecarter.wordpress.com/2016/12/25/baked-goods-internal-temperature-chart/,, +pudding.n.01,coldSource,1,0,FALSE,,,,, +pudding.n.01,sliceable,0,0,FALSE,,,,, +pudding.n.01,slicer,0,0,FALSE,,,,, +pudding.n.01,soakable,1,0,FALSE,,,,, +pulley.n.01,liquid,0,0,FALSE,,,,, +pulley.n.01,heatSource,0,0,FALSE,,,,, +pulley.n.01,fireSource,0,0,FALSE,,,,, +pulley.n.01,cookable,0,0,FALSE,,,,, +pulley.n.01,coldSource,0,0,FALSE,,,,, +pulley.n.01,sliceable,0,0,FALSE,,,,, +pulley.n.01,slicer,0,0,FALSE,,,,, +pulley.n.01,soakable,0,0,FALSE,,,,, +punch.n.02,liquid,1,1,FALSE,,,,, +punch.n.02,heatSource,0,0,FALSE,,,,, +punch.n.02,fireSource,0,0,FALSE,,,,, +punch.n.02,cookable,1,1,TRUE,N/A,UNKNOWN,,, +punch.n.02,coldSource,1,0,FALSE,,,,, +punch.n.02,sliceable,0,0,FALSE,,,,, +punch.n.02,slicer,0,0,FALSE,,,,, +punch.n.02,soakable,0,0,FALSE,,,,, +gourd.n.02,liquid,0,0,FALSE,,,,, +gourd.n.02,heatSource,0,0,FALSE,,,,, +gourd.n.02,fireSource,0,0,FALSE,,,,, +gourd.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +gourd.n.02,coldSource,0,0,FALSE,,,,, +gourd.n.02,sliceable,0,1,FALSE,,,,, +gourd.n.02,slicer,0,0,FALSE,,,,, +gourd.n.02,soakable,0,0,FALSE,,,,, +grouper.n.01,liquid,0,0,FALSE,,,,, +grouper.n.01,heatSource,0,0,FALSE,,,,, +grouper.n.01,fireSource,1,0,FALSE,,,,, +grouper.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +grouper.n.01,coldSource,0,0,FALSE,,,,, +grouper.n.01,sliceable,0,1,FALSE,,,,, +grouper.n.01,slicer,0,0,FALSE,,,,, +grouper.n.01,soakable,0,0,FALSE,,,,, +hairpin.n.01,liquid,0,0,FALSE,,,,, +hairpin.n.01,heatSource,0,0,FALSE,,,,, +hairpin.n.01,fireSource,0,0,FALSE,,,,, +hairpin.n.01,cookable,0,0,FALSE,,,,, +hairpin.n.01,coldSource,0,0,FALSE,,,,, +hairpin.n.01,sliceable,0,0,FALSE,,,,, +hairpin.n.01,slicer,1,0,FALSE,,,,, +hairpin.n.01,soakable,0,0,FALSE,,,,, +tie.n.09,liquid,0,0,FALSE,,,,, +tie.n.09,heatSource,0,0,FALSE,,,,, +tie.n.09,fireSource,0,0,FALSE,,,,, +tie.n.09,cookable,0,0,FALSE,,,,, +tie.n.09,coldSource,0,0,FALSE,,,,, +tie.n.09,sliceable,0,0,FALSE,,,,, +tie.n.09,slicer,0,0,FALSE,,,,, +tie.n.09,soakable,0,0,FALSE,,,,, +halibut.n.01,liquid,0,0,FALSE,,,,, +halibut.n.01,heatSource,0,0,FALSE,,,,, +halibut.n.01,fireSource,1,0,FALSE,,,,, +halibut.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +halibut.n.01,coldSource,0,0,FALSE,,,,, +halibut.n.01,sliceable,0,1,FALSE,,,,, +halibut.n.01,slicer,0,0,FALSE,,,,, +halibut.n.01,soakable,0,0,FALSE,,,,, +ham_hock.n.01,liquid,0,0,FALSE,,,,, +ham_hock.n.01,heatSource,0,0,FALSE,,,,, +ham_hock.n.01,fireSource,1,0,FALSE,,,,, +ham_hock.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +ham_hock.n.01,coldSource,0,0,FALSE,,,,, +ham_hock.n.01,sliceable,0,1,FALSE,,,,, +ham_hock.n.01,slicer,1,0,FALSE,,,,, +ham_hock.n.01,soakable,0,0,FALSE,,,,, +hand_shovel.n.01,liquid,0,0,FALSE,,,,, +hand_shovel.n.01,heatSource,0,0,FALSE,,,,, +hand_shovel.n.01,fireSource,0,0,FALSE,,,,, +hand_shovel.n.01,cookable,0,0,FALSE,,,,, +hand_shovel.n.01,coldSource,0,0,FALSE,,,,, +hand_shovel.n.01,sliceable,0,0,FALSE,,,,, +hand_shovel.n.01,slicer,1,0,FALSE,,,,, +hand_shovel.n.01,soakable,0,0,FALSE,,,,, +iron.n.03,liquid,0,0,FALSE,,,,, +iron.n.03,heatSource,1,0,FALSE,,,,, +iron.n.03,fireSource,0,0,FALSE,,,,, +iron.n.03,cookable,0,0,FALSE,,,,, +iron.n.03,coldSource,0,0,FALSE,,,,, +iron.n.03,sliceable,0,0,FALSE,,,,, +iron.n.03,slicer,1,0,FALSE,,,,, +iron.n.03,soakable,0,0,FALSE,,,,, +planter.n.01,liquid,0,0,FALSE,,,,, +planter.n.01,heatSource,0,0,FALSE,,,,, +planter.n.01,fireSource,0,0,FALSE,,,,, +planter.n.01,cookable,0,0,FALSE,,,,, +planter.n.01,coldSource,0,0,FALSE,,,,, +planter.n.01,sliceable,0,0,FALSE,,,,, +planter.n.01,slicer,1,0,FALSE,,,,, +planter.n.01,soakable,0,0,FALSE,,,,, +hazelnut.n.01,liquid,0,0,FALSE,,,,, +hazelnut.n.01,heatSource,0,0,FALSE,,,,, +hazelnut.n.01,fireSource,1,0,FALSE,,,,, +hazelnut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +hazelnut.n.01,coldSource,0,0,FALSE,,,,, +hazelnut.n.01,sliceable,0,1,FALSE,,,,, +hazelnut.n.01,slicer,0,0,FALSE,,,,, +hazelnut.n.01,soakable,0,0,FALSE,,,,, +forefront.n.01,liquid,0,0,FALSE,,,,, +forefront.n.01,heatSource,0,0,FALSE,,,,, +forefront.n.01,fireSource,0,0,FALSE,,,,, +forefront.n.01,cookable,0,0,FALSE,,,,, +forefront.n.01,coldSource,1,0,FALSE,,,,, +forefront.n.01,sliceable,0,0,FALSE,,,,, +forefront.n.01,slicer,0,0,FALSE,,,,, +forefront.n.01,soakable,0,0,FALSE,,,,, +hedge.n.01,liquid,0,0,FALSE,,,,, +hedge.n.01,heatSource,0,0,FALSE,,,,, +hedge.n.01,fireSource,0,0,FALSE,,,,, +hedge.n.01,cookable,0,0,FALSE,,,,, +hedge.n.01,coldSource,0,0,FALSE,,,,, +hedge.n.01,sliceable,0,0,FALSE,,,,, +hedge.n.01,slicer,0,0,FALSE,,,,, +hedge.n.01,soakable,0,0,FALSE,,,,, +allen_wrench.n.01,liquid,0,0,FALSE,,,,, +allen_wrench.n.01,heatSource,0,0,FALSE,,,,, +allen_wrench.n.01,fireSource,0,0,FALSE,,,,, +allen_wrench.n.01,cookable,0,0,FALSE,,,,, +allen_wrench.n.01,coldSource,0,0,FALSE,,,,, +allen_wrench.n.01,sliceable,0,0,FALSE,,,,, +allen_wrench.n.01,slicer,1,0,FALSE,,,,, +allen_wrench.n.01,soakable,0,0,FALSE,,,,, +buskin.n.01,liquid,0,0,FALSE,,,,, +buskin.n.01,heatSource,0,0,FALSE,,,,, +buskin.n.01,fireSource,0,0,FALSE,,,,, +buskin.n.01,cookable,0,0,FALSE,,,,, +buskin.n.01,coldSource,0,0,FALSE,,,,, +buskin.n.01,sliceable,0,0,FALSE,,,,, +buskin.n.01,slicer,0,0,FALSE,,,,, +buskin.n.01,soakable,0,1,FALSE,,,,, +hutch.n.01,liquid,0,0,FALSE,,,,, +hutch.n.01,heatSource,0,0,FALSE,,,,, +hutch.n.01,fireSource,0,0,FALSE,,,,, +hutch.n.01,cookable,0,0,FALSE,,,,, +hutch.n.01,coldSource,0,0,FALSE,,,,, +hutch.n.01,sliceable,0,0,FALSE,,,,, +hutch.n.01,slicer,0,0,FALSE,,,,, +hutch.n.01,soakable,0,0,FALSE,,,,, +inhaler.n.01,liquid,0,0,FALSE,,,,, +inhaler.n.01,heatSource,0,0,FALSE,,,,, +inhaler.n.01,fireSource,0,0,FALSE,,,,, +inhaler.n.01,cookable,0,0,FALSE,,,,, +inhaler.n.01,coldSource,0,0,FALSE,,,,, +inhaler.n.01,sliceable,0,0,FALSE,,,,, +inhaler.n.01,slicer,1,0,FALSE,,,,, +inhaler.n.01,soakable,0,0,FALSE,,,,, +jerky.n.01,liquid,0,0,FALSE,,,,, +jerky.n.01,heatSource,0,0,FALSE,,,,, +jerky.n.01,fireSource,1,0,FALSE,,,,, +jerky.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +jerky.n.01,coldSource,0,0,FALSE,,,,, +jerky.n.01,sliceable,0,1,FALSE,,,,, +jerky.n.01,slicer,0,0,FALSE,,,,, +jerky.n.01,soakable,0,0,FALSE,,,,, +shot_glass.n.01,liquid,0,0,FALSE,,,,, +shot_glass.n.01,heatSource,0,0,FALSE,,,,, +shot_glass.n.01,fireSource,0,0,FALSE,,,,, +shot_glass.n.01,cookable,0,0,FALSE,,,,, +shot_glass.n.01,coldSource,1,0,FALSE,,,,, +shot_glass.n.01,sliceable,0,0,FALSE,,,,, +shot_glass.n.01,slicer,1,0,FALSE,,,,, +shot_glass.n.01,soakable,0,0,FALSE,,,,, +lager.n.02,liquid,1,1,FALSE,,,,, +lager.n.02,heatSource,0,0,FALSE,,,,, +lager.n.02,fireSource,0,0,FALSE,,,,, +lager.n.02,cookable,0,0,FALSE,,,,, +lager.n.02,coldSource,1,0,FALSE,,,,, +lager.n.02,sliceable,0,0,FALSE,,,,, +lager.n.02,slicer,0,0,FALSE,,,,, +lager.n.02,soakable,0,0,FALSE,,,,, +legging.n.01,liquid,0,0,FALSE,,,,, +legging.n.01,heatSource,0,0,FALSE,,,,, +legging.n.01,fireSource,0,0,FALSE,,,,, +legging.n.01,cookable,0,0,FALSE,,,,, +legging.n.01,coldSource,0,0,FALSE,,,,, +legging.n.01,sliceable,0,0,FALSE,,,,, +legging.n.01,slicer,0,0,FALSE,,,,, +legging.n.01,soakable,1,1,FALSE,,,,, +lemon_peel.n.01,liquid,0,0,FALSE,,,,, +lemon_peel.n.01,heatSource,0,0,FALSE,,,,, +lemon_peel.n.01,fireSource,0,0,FALSE,,,,, +lemon_peel.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lemon_peel.n.01,coldSource,0,0,FALSE,,,,, +lemon_peel.n.01,sliceable,0,1,FALSE,,,,, +lemon_peel.n.01,slicer,0,0,FALSE,,,,, +lemon_peel.n.01,soakable,0,0,FALSE,,,,, +lens.n.01,liquid,0,0,FALSE,,,,, +lens.n.01,heatSource,0,0,FALSE,,,,, +lens.n.01,fireSource,0,0,FALSE,,,,, +lens.n.01,cookable,0,0,FALSE,,,,, +lens.n.01,coldSource,0,0,FALSE,,,,, +lens.n.01,sliceable,0,0,FALSE,,,,, +lens.n.01,slicer,1,0,FALSE,,,,, +lens.n.01,soakable,0,0,FALSE,,,,, +butane.n.01,liquid,0,0,FALSE,,,,, +butane.n.01,heatSource,0,0,FALSE,,,,, +butane.n.01,fireSource,0,0,FALSE,,,,, +butane.n.01,cookable,0,0,FALSE,,,,, +butane.n.01,coldSource,0,0,FALSE,,,,, +butane.n.01,sliceable,0,0,FALSE,,,,, +butane.n.01,slicer,1,0,FALSE,,,,, +butane.n.01,soakable,0,0,FALSE,,,,, +lily.n.01,liquid,0,0,FALSE,,,,, +lily.n.01,heatSource,0,0,FALSE,,,,, +lily.n.01,fireSource,0,0,FALSE,,,,, +lily.n.01,cookable,0,0,FALSE,,,,, +lily.n.01,coldSource,0,0,FALSE,,,,, +lily.n.01,sliceable,0,0,FALSE,,,,, +lily.n.01,slicer,1,0,FALSE,,,,, +lily.n.01,soakable,0,0,FALSE,,,,, +lima_bean.n.03,liquid,0,0,FALSE,,,,, +lima_bean.n.03,heatSource,0,0,FALSE,,,,, +lima_bean.n.03,fireSource,1,0,FALSE,,,,, +lima_bean.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lima_bean.n.03,coldSource,0,0,FALSE,,,,, +lima_bean.n.03,sliceable,0,0,FALSE,,,,, +lima_bean.n.03,slicer,1,0,FALSE,,,,, +lima_bean.n.03,soakable,0,0,FALSE,,,,, +limeade.n.01,liquid,1,1,FALSE,,,,, +limeade.n.01,heatSource,0,0,FALSE,,,,, +limeade.n.01,fireSource,0,0,FALSE,,,,, +limeade.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +limeade.n.01,coldSource,1,0,FALSE,,,,, +limeade.n.01,sliceable,0,0,FALSE,,,,, +limeade.n.01,slicer,0,0,FALSE,,,,, +limeade.n.01,soakable,0,0,FALSE,,,,, +calcium_carbonate.n.01,liquid,0,0,FALSE,,,,, +calcium_carbonate.n.01,heatSource,0,0,FALSE,,,,, +calcium_carbonate.n.01,fireSource,0,0,FALSE,,,,, +calcium_carbonate.n.01,cookable,0,0,FALSE,,,,, +calcium_carbonate.n.01,coldSource,0,0,FALSE,,,,, +calcium_carbonate.n.01,sliceable,0,0,FALSE,,,,, +calcium_carbonate.n.01,slicer,0,0,FALSE,,,,, +calcium_carbonate.n.01,soakable,0,0,FALSE,,,,, +liqueur.n.01,liquid,1,1,FALSE,,,,, +liqueur.n.01,heatSource,0,0,FALSE,,,,, +liqueur.n.01,fireSource,0,0,FALSE,,,,, +liqueur.n.01,cookable,0,0,FALSE,,,,, +liqueur.n.01,coldSource,1,0,FALSE,,,,, +liqueur.n.01,sliceable,0,0,FALSE,,,,, +liqueur.n.01,slicer,1,0,FALSE,,,,, +liqueur.n.01,soakable,0,0,FALSE,,,,, +loofah.n.02,liquid,0,0,FALSE,,,,, +loofah.n.02,heatSource,0,0,FALSE,,,,, +loofah.n.02,fireSource,0,0,FALSE,,,,, +loofah.n.02,cookable,0,0,FALSE,,,,, +loofah.n.02,coldSource,0,0,FALSE,,,,, +loofah.n.02,sliceable,0,1,FALSE,,,,, +loofah.n.02,slicer,0,0,FALSE,,,,, +loofah.n.02,soakable,0,0,FALSE,,,,, +land.n.02,liquid,0,0,FALSE,,,,, +land.n.02,heatSource,0,0,FALSE,,,,, +land.n.02,fireSource,0,0,FALSE,,,,, +land.n.02,cookable,0,0,FALSE,,,,, +land.n.02,coldSource,0,0,FALSE,,,,, +land.n.02,sliceable,0,0,FALSE,,,,, +land.n.02,slicer,0,0,FALSE,,,,, +land.n.02,soakable,0,0,FALSE,,,,, +wood.n.01,liquid,0,0,FALSE,,,,, +wood.n.01,heatSource,0,0,FALSE,,,,, +wood.n.01,fireSource,0,1,FALSE,,,,, +wood.n.01,cookable,0,0,FALSE,,,,, +wood.n.01,coldSource,0,0,FALSE,,,,, +wood.n.01,sliceable,0,0,FALSE,,,,, +wood.n.01,slicer,0,0,FALSE,,,,, +wood.n.01,soakable,0,1,FALSE,,,,, +rubbish.n.01,liquid,0,0,FALSE,,,,, +rubbish.n.01,heatSource,0,0,FALSE,,,,, +rubbish.n.01,fireSource,0,0,FALSE,,,,, +rubbish.n.01,cookable,0,0,FALSE,,,,, +rubbish.n.01,coldSource,0,0,FALSE,,,,, +rubbish.n.01,sliceable,0,0,FALSE,,,,, +rubbish.n.01,slicer,0,0,FALSE,,,,, +rubbish.n.01,soakable,0,0,FALSE,,,,, +case.n.05,liquid,0,0,FALSE,,,,, +case.n.05,heatSource,0,0,FALSE,,,,, +case.n.05,fireSource,0,0,FALSE,,,,, +case.n.05,cookable,0,0,FALSE,,,,, +case.n.05,coldSource,0,0,FALSE,,,,, +case.n.05,sliceable,0,0,FALSE,,,,, +case.n.05,slicer,1,0,FALSE,,,,, +case.n.05,soakable,1,0,FALSE,,,,, +plant.n.02,liquid,0,0,FALSE,,,,, +plant.n.02,heatSource,0,0,FALSE,,,,, +plant.n.02,fireSource,0,0,FALSE,,,,, +plant.n.02,cookable,0,0,FALSE,,,,, +plant.n.02,coldSource,0,0,FALSE,,,,, +plant.n.02,sliceable,0,0,FALSE,,,,, +plant.n.02,slicer,0,0,FALSE,,,,, +plant.n.02,soakable,0,0,FALSE,,,,, +bleaching_agent.n.01,liquid,0,0,FALSE,,,,, +bleaching_agent.n.01,heatSource,0,0,FALSE,,,,, +bleaching_agent.n.01,fireSource,0,0,FALSE,,,,, +bleaching_agent.n.01,cookable,0,0,FALSE,,,,, +bleaching_agent.n.01,coldSource,0,0,FALSE,,,,, +bleaching_agent.n.01,sliceable,0,0,FALSE,,,,, +bleaching_agent.n.01,slicer,0,0,FALSE,,,,, +bleaching_agent.n.01,soakable,0,0,FALSE,,,,, +bin.n.01,liquid,0,0,FALSE,,,,, +bin.n.01,heatSource,0,0,FALSE,,,,, +bin.n.01,fireSource,0,0,FALSE,,,,, +bin.n.01,cookable,0,0,FALSE,,,,, +bin.n.01,coldSource,0,0,FALSE,,,,, +bin.n.01,sliceable,0,0,FALSE,,,,, +bin.n.01,slicer,1,0,FALSE,,,,, +bin.n.01,soakable,0,0,FALSE,,,,, +lemon_juice.n.01,liquid,1,1,FALSE,,,,, +lemon_juice.n.01,heatSource,0,0,FALSE,,,,, +lemon_juice.n.01,fireSource,0,0,FALSE,,,,, +lemon_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +lemon_juice.n.01,coldSource,0,0,FALSE,,,,, +lemon_juice.n.01,sliceable,0,0,FALSE,,,,, +lemon_juice.n.01,slicer,0,0,FALSE,,,,, +lemon_juice.n.01,soakable,0,0,FALSE,,,,, +apparel.n.01,liquid,0,0,FALSE,,,,, +apparel.n.01,heatSource,0,0,FALSE,,,,, +apparel.n.01,fireSource,0,0,FALSE,,,,, +apparel.n.01,cookable,0,0,FALSE,,,,, +apparel.n.01,coldSource,0,0,FALSE,,,,, +apparel.n.01,sliceable,0,0,FALSE,,,,, +apparel.n.01,slicer,0,0,FALSE,,,,, +apparel.n.01,soakable,1,1,FALSE,,,,, +dust.n.01,liquid,0,0,FALSE,,,,, +dust.n.01,heatSource,0,0,FALSE,,,,, +dust.n.01,fireSource,0,0,FALSE,,,,, +dust.n.01,cookable,0,0,FALSE,,,,, +dust.n.01,coldSource,0,0,FALSE,,,,, +dust.n.01,sliceable,0,0,FALSE,,,,, +dust.n.01,slicer,0,0,FALSE,,,,, +dust.n.01,soakable,0,0,FALSE,,,,, +money.n.01,liquid,0,0,FALSE,,,,, +money.n.01,heatSource,0,0,FALSE,,,,, +money.n.01,fireSource,0,0,FALSE,,,,, +money.n.01,cookable,0,0,FALSE,,,,, +money.n.01,coldSource,0,0,FALSE,,,,, +money.n.01,sliceable,0,0,FALSE,,,,, +money.n.01,slicer,1,0,FALSE,,,,, +money.n.01,soakable,0,1,FALSE,,,,, +solution.n.01,liquid,1,1,FALSE,,,,, +solution.n.01,heatSource,0,0,FALSE,,,,, +solution.n.01,fireSource,1,0,FALSE,,,,, +solution.n.01,cookable,1,0,FALSE,,,,, +solution.n.01,coldSource,1,0,FALSE,,,,, +solution.n.01,sliceable,1,0,FALSE,,,,, +solution.n.01,slicer,0,0,FALSE,,,,, +solution.n.01,soakable,0,0,FALSE,,,,, +alcohol.n.01,liquid,1,1,FALSE,,,,, +alcohol.n.01,heatSource,0,0,FALSE,,,,, +alcohol.n.01,fireSource,0,0,FALSE,,,,, +alcohol.n.01,cookable,0,0,FALSE,,,,, +alcohol.n.01,coldSource,1,0,FALSE,,,,, +alcohol.n.01,sliceable,0,0,FALSE,,,,, +alcohol.n.01,slicer,0,0,FALSE,,,,, +alcohol.n.01,soakable,0,0,FALSE,,,,, +ice.n.01,liquid,0,0,FALSE,,,,, +ice.n.01,heatSource,0,0,FALSE,,,,, +ice.n.01,fireSource,0,0,FALSE,,,,, +ice.n.01,cookable,1,0,FALSE,,,,, +ice.n.01,coldSource,0,1,FALSE,,,,, +ice.n.01,sliceable,0,0,FALSE,,,,, +ice.n.01,slicer,0,0,FALSE,,,,, +ice.n.01,soakable,0,0,FALSE,,,,, +debris.n.01,liquid,0,0,FALSE,,,,, +debris.n.01,heatSource,0,0,FALSE,,,,, +debris.n.01,fireSource,0,0,FALSE,,,,, +debris.n.01,cookable,0,0,FALSE,,,,, +debris.n.01,coldSource,0,0,FALSE,,,,, +debris.n.01,sliceable,0,0,FALSE,,,,, +debris.n.01,slicer,0,0,FALSE,,,,, +debris.n.01,soakable,0,1,FALSE,,,,, +cayenne.n.02,liquid,0,0,FALSE,,,,, +cayenne.n.02,heatSource,1,0,FALSE,,,,, +cayenne.n.02,fireSource,1,0,FALSE,,,,, +cayenne.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cayenne.n.02,coldSource,0,0,FALSE,,,,, +cayenne.n.02,sliceable,0,1,FALSE,,,,, +cayenne.n.02,slicer,1,0,FALSE,,,,, +cayenne.n.02,soakable,0,0,FALSE,,,,, +teaspoon.n.02,liquid,0,0,FALSE,,,,, +teaspoon.n.02,heatSource,0,0,FALSE,,,,, +teaspoon.n.02,fireSource,0,0,FALSE,,,,, +teaspoon.n.02,cookable,0,0,FALSE,,,,, +teaspoon.n.02,coldSource,0,0,FALSE,,,,, +teaspoon.n.02,sliceable,0,0,FALSE,,,,, +teaspoon.n.02,slicer,1,0,FALSE,,,,, +teaspoon.n.02,soakable,0,0,FALSE,,,,, +cayenne.n.01,liquid,0,0,FALSE,,,,, +cayenne.n.01,heatSource,1,0,FALSE,,,,, +cayenne.n.01,fireSource,1,0,FALSE,,,,, +cayenne.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cayenne.n.01,coldSource,0,0,FALSE,,,,, +cayenne.n.01,sliceable,0,1,FALSE,,,,, +cayenne.n.01,slicer,1,0,FALSE,,,,, +cayenne.n.01,soakable,0,0,FALSE,,,,, +fruit.n.01,liquid,0,0,FALSE,,,,, +fruit.n.01,heatSource,0,0,FALSE,,,,, +fruit.n.01,fireSource,1,0,FALSE,,,,, +fruit.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +fruit.n.01,coldSource,1,0,FALSE,,,,, +fruit.n.01,sliceable,1,1,FALSE,,,,, +fruit.n.01,slicer,0,0,FALSE,,,,, +fruit.n.01,soakable,0,0,FALSE,,,,, +meat.n.01,liquid,0,0,FALSE,,,,, +meat.n.01,heatSource,0,0,FALSE,,,,, +meat.n.01,fireSource,1,0,FALSE,,,,, +meat.n.01,cookable,0,1,TRUE,Too general,UNKNOWN,,, +meat.n.01,coldSource,0,0,FALSE,,,,, +meat.n.01,sliceable,0,1,FALSE,,,,, +meat.n.01,slicer,0,0,FALSE,,,,, +meat.n.01,soakable,0,0,FALSE,,,,, +sponge.n.01,liquid,0,0,FALSE,,,,, +sponge.n.01,heatSource,0,0,FALSE,,,,, +sponge.n.01,fireSource,0,0,FALSE,,,,, +sponge.n.01,cookable,0,0,FALSE,,,,, +sponge.n.01,coldSource,1,0,FALSE,,,,, +sponge.n.01,sliceable,0,0,FALSE,,,,, +sponge.n.01,slicer,1,0,FALSE,,,,, +sponge.n.01,soakable,1,1,FALSE,,,,, +vegetable.n.01,liquid,0,0,FALSE,,,,, +vegetable.n.01,heatSource,0,0,FALSE,,,,, +vegetable.n.01,fireSource,1,0,FALSE,,,,, +vegetable.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +vegetable.n.01,coldSource,0,0,FALSE,,,,, +vegetable.n.01,sliceable,0,1,FALSE,,,,, +vegetable.n.01,slicer,0,0,FALSE,,,,, +vegetable.n.01,soakable,0,0,FALSE,,,,, +paper.n.01,liquid,0,0,FALSE,,,,, +paper.n.01,heatSource,0,0,FALSE,,,,, +paper.n.01,fireSource,0,0,FALSE,,,,, +paper.n.01,cookable,0,0,FALSE,,,,, +paper.n.01,coldSource,1,0,FALSE,,,,, +paper.n.01,sliceable,0,0,FALSE,,,,, +paper.n.01,slicer,1,0,FALSE,,,,, +paper.n.01,soakable,1,1,FALSE,,,,, +dish.n.02,liquid,0,0,FALSE,,,,, +dish.n.02,heatSource,0,0,FALSE,,,,, +dish.n.02,fireSource,1,0,FALSE,,,,, +dish.n.02,cookable,0,1,TRUE,Too general,UNKNOWN,,, +dish.n.02,coldSource,1,0,FALSE,,,,, +dish.n.02,sliceable,0,0,FALSE,,,,, +dish.n.02,slicer,0,0,FALSE,,,,, +dish.n.02,soakable,0,0,FALSE,,,,, +dish.n.01,liquid,0,0,FALSE,,,,, +dish.n.01,heatSource,0,0,FALSE,,,,, +dish.n.01,fireSource,1,0,FALSE,,,,, +dish.n.01,cookable,0,0,FALSE,,,,, +dish.n.01,coldSource,1,0,FALSE,,,,, +dish.n.01,sliceable,0,0,FALSE,,,,, +dish.n.01,slicer,0,0,FALSE,,,,, +dish.n.01,soakable,0,0,FALSE,,,,, +stain.n.01,liquid,0,0,FALSE,,,,, +stain.n.01,heatSource,0,0,FALSE,,,,, +stain.n.01,fireSource,0,0,FALSE,,,,, +stain.n.01,cookable,0,0,FALSE,,,,, +stain.n.01,coldSource,0,0,FALSE,,,,, +stain.n.01,sliceable,0,0,FALSE,,,,, +stain.n.01,slicer,0,0,FALSE,,,,, +stain.n.01,soakable,0,0,FALSE,,,,, +food.n.02,liquid,0,0,FALSE,,,,, +food.n.02,heatSource,0,0,FALSE,,,,, +food.n.02,fireSource,1,0,FALSE,,,,, +food.n.02,cookable,0,1,TRUE,Too general,UNKNOWN,,, +food.n.02,coldSource,1,0,FALSE,,,,, +food.n.02,sliceable,1,0,FALSE,,,,, +food.n.02,slicer,0,0,FALSE,,,,, +food.n.02,soakable,0,0,FALSE,,,,, +pot.n.01,liquid,0,0,FALSE,,,,, +pot.n.01,heatSource,1,0,FALSE,,,,, +pot.n.01,fireSource,1,0,FALSE,,,,, +pot.n.01,cookable,0,1,TRUE,not-cookable,UNKNOWN,,, +pot.n.01,coldSource,1,0,FALSE,,,,, +pot.n.01,sliceable,0,0,FALSE,,,,, +pot.n.01,slicer,1,0,FALSE,,,,, +pot.n.01,soakable,0,0,FALSE,,,,, +bag.n.01,liquid,0,0,FALSE,,,,, +bag.n.01,heatSource,0,0,FALSE,,,,, +bag.n.01,fireSource,0,0,FALSE,,,,, +bag.n.01,cookable,0,0,FALSE,,,,, +bag.n.01,coldSource,1,0,FALSE,,,,, +bag.n.01,sliceable,0,0,FALSE,,,,, +bag.n.01,slicer,1,0,FALSE,,,,, +bag.n.01,soakable,1,0,FALSE,,,,, +oil.n.01,liquid,1,1,FALSE,,,,, +oil.n.01,heatSource,0,0,FALSE,,,,, +oil.n.01,fireSource,0,1,FALSE,,,,, +oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +oil.n.01,coldSource,0,0,FALSE,,,,, +oil.n.01,sliceable,0,0,FALSE,,,,, +oil.n.01,slicer,0,0,FALSE,,,,, +oil.n.01,soakable,0,0,FALSE,,,,, +towel.n.01,liquid,0,0,FALSE,,,,, +towel.n.01,heatSource,0,0,FALSE,,,,, +towel.n.01,fireSource,0,0,FALSE,,,,, +towel.n.01,cookable,0,0,FALSE,,,,, +towel.n.01,coldSource,0,0,FALSE,,,,, +towel.n.01,sliceable,0,0,FALSE,,,,, +towel.n.01,slicer,1,0,FALSE,,,,, +towel.n.01,soakable,1,1,FALSE,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,, +frying_pan.n.01,heatSource,1,1,FALSE,,,,, +frying_pan.n.01,fireSource,1,0,FALSE,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,, +egg_white.n.01,liquid,1,1,FALSE,,,,, +egg_white.n.01,heatSource,0,0,FALSE,,,,, +egg_white.n.01,fireSource,1,0,FALSE,,,,, +egg_white.n.01,cookable,0,1,TRUE,72,162,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://foodsguy.com/griddle-temp-for-eggs/, +egg_white.n.01,coldSource,0,0,FALSE,,,,, +egg_white.n.01,sliceable,0,0,FALSE,,,,, +egg_white.n.01,slicer,0,0,FALSE,,,,, +egg_white.n.01,soakable,0,0,FALSE,,,,, +egg_yolk.n.01,liquid,1,1,FALSE,,,,, +egg_yolk.n.01,heatSource,0,0,FALSE,,,,, +egg_yolk.n.01,fireSource,1,0,FALSE,,,,, +egg_yolk.n.01,cookable,0,1,TRUE,72,162,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://foodsguy.com/griddle-temp-for-eggs/, +egg_yolk.n.01,coldSource,0,0,FALSE,,,,, +egg_yolk.n.01,sliceable,0,0,FALSE,,,,, +egg_yolk.n.01,slicer,0,0,FALSE,,,,, +egg_yolk.n.01,soakable,0,0,FALSE,,,,, +food_processor.n.01,liquid,0,0,FALSE,,,,, +food_processor.n.01,heatSource,0,0,FALSE,,,,, +food_processor.n.01,fireSource,0,0,FALSE,,,,, +food_processor.n.01,cookable,0,0,FALSE,,,,, +food_processor.n.01,coldSource,0,0,FALSE,,,,, +food_processor.n.01,sliceable,1,0,FALSE,,,,, +food_processor.n.01,slicer,1,0,FALSE,,,,, +food_processor.n.01,soakable,0,0,FALSE,,,,, +ironing_board.n.01,liquid,0,0,FALSE,,,,, +ironing_board.n.01,heatSource,0,0,FALSE,,,,, +ironing_board.n.01,fireSource,0,0,FALSE,,,,, +ironing_board.n.01,cookable,0,0,FALSE,,,,, +ironing_board.n.01,coldSource,0,0,FALSE,,,,, +ironing_board.n.01,sliceable,0,0,FALSE,,,,, +ironing_board.n.01,slicer,1,0,FALSE,,,,, +ironing_board.n.01,soakable,1,0,FALSE,,,,, +sour_cream.n.01,liquid,1,1,FALSE,,,,, +sour_cream.n.01,heatSource,0,0,FALSE,,,,, +sour_cream.n.01,fireSource,0,0,FALSE,,,,, +sour_cream.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +sour_cream.n.01,coldSource,0,0,FALSE,,,,, +sour_cream.n.01,sliceable,0,0,FALSE,,,,, +sour_cream.n.01,slicer,0,0,FALSE,,,,, +sour_cream.n.01,soakable,0,0,FALSE,,,,, +chlorine.n.01,liquid,0,0,FALSE,,,,, +chlorine.n.01,heatSource,0,0,FALSE,,,,, +chlorine.n.01,fireSource,0,0,FALSE,,,,, +chlorine.n.01,cookable,0,0,FALSE,,,,, +chlorine.n.01,coldSource,0,0,FALSE,,,,, +chlorine.n.01,sliceable,0,0,FALSE,,,,, +chlorine.n.01,slicer,1,0,FALSE,,,,, +chlorine.n.01,soakable,0,0,FALSE,,,,, +cookie_sheet.n.01,liquid,0,0,FALSE,,,,, +cookie_sheet.n.01,heatSource,1,0,FALSE,,,,, +cookie_sheet.n.01,fireSource,1,0,FALSE,,,,, +cookie_sheet.n.01,cookable,0,0,FALSE,,,,, +cookie_sheet.n.01,coldSource,0,0,FALSE,,,,, +cookie_sheet.n.01,sliceable,0,0,FALSE,,,,, +cookie_sheet.n.01,slicer,1,0,FALSE,,,,, +cookie_sheet.n.01,soakable,0,0,FALSE,,,,, +credit_card.n.01,liquid,0,0,FALSE,,,,, +credit_card.n.01,heatSource,0,0,FALSE,,,,, +credit_card.n.01,fireSource,0,0,FALSE,,,,, +credit_card.n.01,cookable,0,0,FALSE,,,,, +credit_card.n.01,coldSource,0,0,FALSE,,,,, +credit_card.n.01,sliceable,0,0,FALSE,,,,, +credit_card.n.01,slicer,1,0,FALSE,,,,, +credit_card.n.01,soakable,0,0,FALSE,,,,, +red_wine.n.01,liquid,1,1,FALSE,,,,, +red_wine.n.01,heatSource,0,0,FALSE,,,,, +red_wine.n.01,fireSource,0,0,FALSE,,,,, +red_wine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +red_wine.n.01,coldSource,1,0,FALSE,,,,, +red_wine.n.01,sliceable,0,0,FALSE,,,,, +red_wine.n.01,slicer,0,0,FALSE,,,,, +red_wine.n.01,soakable,0,0,FALSE,,,,, +whipped_cream.n.01,liquid,0,0,FALSE,,,,, +whipped_cream.n.01,heatSource,0,0,FALSE,,,,, +whipped_cream.n.01,fireSource,0,0,FALSE,,,,, +whipped_cream.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +whipped_cream.n.01,coldSource,0,0,FALSE,,,,, +whipped_cream.n.01,sliceable,0,0,FALSE,,,,, +whipped_cream.n.01,slicer,0,0,FALSE,,,,, +whipped_cream.n.01,soakable,0,0,FALSE,,,,, +mason_jar.n.01,liquid,0,0,FALSE,,,,, +mason_jar.n.01,heatSource,0,0,FALSE,,,,, +mason_jar.n.01,fireSource,0,0,FALSE,,,,, +mason_jar.n.01,cookable,0,0,FALSE,,,,, +mason_jar.n.01,coldSource,1,0,FALSE,,,,, +mason_jar.n.01,sliceable,0,0,FALSE,,,,, +mason_jar.n.01,slicer,1,0,FALSE,,,,, +mason_jar.n.01,soakable,0,0,FALSE,,,,, +green_bean.n.01,liquid,0,0,FALSE,,,,, +green_bean.n.01,heatSource,0,0,FALSE,,,,, +green_bean.n.01,fireSource,1,0,FALSE,,,,, +green_bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +green_bean.n.01,coldSource,0,0,FALSE,,,,, +green_bean.n.01,sliceable,0,1,FALSE,,,,, +green_bean.n.01,slicer,0,0,FALSE,,,,, +green_bean.n.01,soakable,0,0,FALSE,,,,, +steel_wool.n.01,liquid,0,0,FALSE,,,,, +steel_wool.n.01,heatSource,0,0,FALSE,,,,, +steel_wool.n.01,fireSource,0,0,FALSE,,,,, +steel_wool.n.01,cookable,0,0,FALSE,,,,, +steel_wool.n.01,coldSource,0,0,FALSE,,,,, +steel_wool.n.01,sliceable,0,0,FALSE,,,,, +steel_wool.n.01,slicer,0,0,FALSE,,,,, +steel_wool.n.01,soakable,0,0,FALSE,,,,, +potholder.n.01,liquid,0,0,FALSE,,,,, +potholder.n.01,heatSource,0,0,FALSE,,,,, +potholder.n.01,fireSource,0,0,FALSE,,,,, +potholder.n.01,cookable,0,0,FALSE,,,,, +potholder.n.01,coldSource,0,0,FALSE,,,,, +potholder.n.01,sliceable,0,0,FALSE,,,,, +potholder.n.01,slicer,1,0,FALSE,,,,, +potholder.n.01,soakable,1,0,FALSE,,,,, +hand_blower.n.01,liquid,0,0,FALSE,,,,, +hand_blower.n.01,heatSource,1,1,FALSE,,,,, +hand_blower.n.01,fireSource,0,0,FALSE,,,,, +hand_blower.n.01,cookable,0,0,FALSE,,,,, +hand_blower.n.01,coldSource,0,0,FALSE,,,,, +hand_blower.n.01,sliceable,0,0,FALSE,,,,, +hand_blower.n.01,slicer,1,0,FALSE,,,,, +hand_blower.n.01,soakable,0,0,FALSE,,,,, +peanut_butter.n.01,liquid,0,0,FALSE,,,,, +peanut_butter.n.01,heatSource,0,0,FALSE,,,,, +peanut_butter.n.01,fireSource,0,0,FALSE,,,,, +peanut_butter.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +peanut_butter.n.01,coldSource,0,0,FALSE,,,,, +peanut_butter.n.01,sliceable,0,0,FALSE,,,,, +peanut_butter.n.01,slicer,0,0,FALSE,,,,, +peanut_butter.n.01,soakable,0,0,FALSE,,,,, +radio.n.01,liquid,0,0,FALSE,,,,, +radio.n.01,heatSource,0,0,FALSE,,,,, +radio.n.01,fireSource,0,0,FALSE,,,,, +radio.n.01,cookable,0,0,FALSE,,,,, +radio.n.01,coldSource,0,0,FALSE,,,,, +radio.n.01,sliceable,0,0,FALSE,,,,, +radio.n.01,slicer,1,0,FALSE,,,,, +radio.n.01,soakable,0,0,FALSE,,,,, +raincoat.n.01,liquid,0,0,FALSE,,,,, +raincoat.n.01,heatSource,0,0,FALSE,,,,, +raincoat.n.01,fireSource,0,0,FALSE,,,,, +raincoat.n.01,cookable,0,0,FALSE,,,,, +raincoat.n.01,coldSource,1,0,FALSE,,,,, +raincoat.n.01,sliceable,0,0,FALSE,,,,, +raincoat.n.01,slicer,0,0,FALSE,,,,, +raincoat.n.01,soakable,1,0,FALSE,,,,, +tote_bag.n.01,liquid,0,0,FALSE,,,,, +tote_bag.n.01,heatSource,0,0,FALSE,,,,, +tote_bag.n.01,fireSource,0,0,FALSE,,,,, +tote_bag.n.01,cookable,0,0,FALSE,,,,, +tote_bag.n.01,coldSource,0,0,FALSE,,,,, +tote_bag.n.01,sliceable,0,0,FALSE,,,,, +tote_bag.n.01,slicer,0,0,FALSE,,,,, +tote_bag.n.01,soakable,0,0,FALSE,,,,, +roux.n.01,liquid,0,0,FALSE,,,,, +roux.n.01,heatSource,1,0,FALSE,,,,, +roux.n.01,fireSource,1,0,FALSE,,,,, +roux.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +roux.n.01,coldSource,0,0,FALSE,,,,, +roux.n.01,sliceable,0,0,FALSE,,,,, +roux.n.01,slicer,0,0,FALSE,,,,, +roux.n.01,soakable,0,0,FALSE,,,,, +salad_fork.n.01,liquid,0,0,FALSE,,,,, +salad_fork.n.01,heatSource,0,0,FALSE,,,,, +salad_fork.n.01,fireSource,0,0,FALSE,,,,, +salad_fork.n.01,cookable,0,0,FALSE,,,,, +salad_fork.n.01,coldSource,0,0,FALSE,,,,, +salad_fork.n.01,sliceable,0,0,FALSE,,,,, +salad_fork.n.01,slicer,0,0,FALSE,,,,, +salad_fork.n.01,soakable,0,0,FALSE,,,,, +sap.n.01,liquid,1,1,FALSE,,,,, +herbicide.n.01,liquid,1,1,FALSE,,,,, +herbicide.n.01,heatSource,0,0,FALSE,,,,, +herbicide.n.01,fireSource,0,0,FALSE,,,,, +herbicide.n.01,cookable,0,0,FALSE,,,,, +herbicide.n.01,coldSource,1,0,FALSE,,,,, +herbicide.n.01,sliceable,0,0,FALSE,,,,, +herbicide.n.01,slicer,0,0,FALSE,,,,, +herbicide.n.01,soakable,0,0,FALSE,,,,, +hoe.n.01,liquid,0,0,FALSE,,,,, +hoe.n.01,heatSource,0,0,FALSE,,,,, +hoe.n.01,fireSource,0,0,FALSE,,,,, +hoe.n.01,cookable,0,0,FALSE,,,,, +hoe.n.01,coldSource,0,0,FALSE,,,,, +hoe.n.01,sliceable,0,0,FALSE,,,,, +hoe.n.01,slicer,1,0,FALSE,,,,, +hoe.n.01,soakable,0,0,FALSE,,,,, +chaff.n.01,liquid,0,0,FALSE,,,,, +chaff.n.01,heatSource,0,0,FALSE,,,,, +chaff.n.01,fireSource,0,1,FALSE,,,,, +chaff.n.01,cookable,0,0,FALSE,,,,, +chaff.n.01,coldSource,0,0,FALSE,,,,, +chaff.n.01,sliceable,0,0,FALSE,,,,, +chaff.n.01,slicer,0,0,FALSE,,,,, +chaff.n.01,soakable,0,1,FALSE,,,,, +keg.n.02,liquid,0,0,FALSE,,,,, +keg.n.02,heatSource,0,0,FALSE,,,,, +keg.n.02,fireSource,0,0,FALSE,,,,, +keg.n.02,cookable,0,0,FALSE,,,,, +keg.n.02,coldSource,0,0,FALSE,,,,, +keg.n.02,sliceable,0,0,FALSE,,,,, +keg.n.02,slicer,1,0,FALSE,,,,, +keg.n.02,soakable,0,1,FALSE,,,,, +lentil.n.01,liquid,0,0,FALSE,,,,, +lentil.n.01,heatSource,0,0,FALSE,,,,, +lentil.n.01,fireSource,1,0,FALSE,,,,, +lentil.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +lentil.n.01,coldSource,0,0,FALSE,,,,, +lentil.n.01,sliceable,0,0,FALSE,,,,, +lentil.n.01,slicer,0,0,FALSE,,,,, +lentil.n.01,soakable,0,1,FALSE,,,,, +license_plate.n.01,liquid,0,0,FALSE,,,,, +license_plate.n.01,heatSource,0,0,FALSE,,,,, +license_plate.n.01,fireSource,0,0,FALSE,,,,, +license_plate.n.01,cookable,0,0,FALSE,,,,, +license_plate.n.01,coldSource,0,0,FALSE,,,,, +license_plate.n.01,sliceable,0,0,FALSE,,,,, +license_plate.n.01,slicer,1,0,FALSE,,,,, +license_plate.n.01,soakable,0,0,FALSE,,,,, +igniter.n.01,liquid,0,0,FALSE,,,,, +igniter.n.01,heatSource,1,0,FALSE,,,,, +igniter.n.01,fireSource,0,1,FALSE,,,,, +igniter.n.01,cookable,0,0,FALSE,,,,, +igniter.n.01,coldSource,0,0,FALSE,,,,, +igniter.n.01,sliceable,0,0,FALSE,,,,, +igniter.n.01,slicer,0,0,FALSE,,,,, +igniter.n.01,soakable,0,0,FALSE,,,,, +cabinet.n.03,liquid,0,0,FALSE,,,,, +cabinet.n.03,heatSource,0,0,FALSE,,,,, +cabinet.n.03,fireSource,0,0,FALSE,,,,, +cabinet.n.03,cookable,0,0,FALSE,,,,, +cabinet.n.03,coldSource,0,0,FALSE,,,,, +cabinet.n.03,sliceable,0,0,FALSE,,,,, +cabinet.n.03,slicer,1,0,FALSE,,,,, +cabinet.n.03,soakable,0,0,FALSE,,,,, +manual.n.01,liquid,0,0,FALSE,,,,, +manual.n.01,heatSource,0,0,FALSE,,,,, +manual.n.01,fireSource,0,0,FALSE,,,,, +manual.n.01,cookable,0,0,FALSE,,,,, +manual.n.01,coldSource,0,0,FALSE,,,,, +manual.n.01,sliceable,0,0,FALSE,,,,, +manual.n.01,slicer,1,0,FALSE,,,,, +manual.n.01,soakable,1,1,FALSE,,,,, +margarine.n.01,liquid,0,0,FALSE,,,,, +margarine.n.01,heatSource,0,0,FALSE,,,,, +margarine.n.01,fireSource,1,1,FALSE,,,,, +margarine.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +margarine.n.01,coldSource,0,0,FALSE,,,,, +margarine.n.01,sliceable,0,1,FALSE,,,,, +margarine.n.01,slicer,1,0,FALSE,,,,, +margarine.n.01,soakable,0,0,FALSE,,,,, +marshmallow.n.01,liquid,0,0,FALSE,,,,, +marshmallow.n.01,heatSource,0,0,FALSE,,,,, +marshmallow.n.01,fireSource,0,0,FALSE,,,,, +marshmallow.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +marshmallow.n.01,coldSource,0,0,FALSE,,,,, +marshmallow.n.01,sliceable,0,1,FALSE,,,,, +marshmallow.n.01,slicer,1,0,FALSE,,,,, +marshmallow.n.01,soakable,0,0,FALSE,,,,, +meat_thermometer.n.01,liquid,0,0,FALSE,,,,, +meat_thermometer.n.01,heatSource,0,0,FALSE,,,,, +meat_thermometer.n.01,fireSource,0,0,FALSE,,,,, +meat_thermometer.n.01,cookable,0,0,FALSE,,,,, +meat_thermometer.n.01,coldSource,0,0,FALSE,,,,, +meat_thermometer.n.01,sliceable,0,0,FALSE,,,,, +meat_thermometer.n.01,slicer,1,0,FALSE,,,,, +meat_thermometer.n.01,soakable,0,0,FALSE,,,,, +mothball.n.01,liquid,0,0,FALSE,,,,, +mothball.n.01,heatSource,0,0,FALSE,,,,, +mothball.n.01,fireSource,0,0,FALSE,,,,, +mothball.n.01,cookable,0,0,FALSE,,,,, +mothball.n.01,coldSource,0,0,FALSE,,,,, +mothball.n.01,sliceable,0,0,FALSE,,,,, +mothball.n.01,slicer,1,0,FALSE,,,,, +mothball.n.01,soakable,0,0,FALSE,,,,, +supply.n.01,liquid,0,0,FALSE,,,,, +supply.n.01,heatSource,0,0,FALSE,,,,, +supply.n.01,fireSource,0,0,FALSE,,,,, +supply.n.01,cookable,0,0,FALSE,,,,, +supply.n.01,coldSource,0,0,FALSE,,,,, +supply.n.01,sliceable,0,0,FALSE,,,,, +supply.n.01,slicer,0,0,FALSE,,,,, +supply.n.01,soakable,0,0,FALSE,,,,, +pellet.n.01,liquid,0,0,FALSE,,,,, +pellet.n.01,heatSource,0,0,FALSE,,,,, +pellet.n.01,fireSource,1,1,FALSE,,,,, +pellet.n.01,cookable,0,0,FALSE,,,,, +pellet.n.01,coldSource,0,0,FALSE,,,,, +pellet.n.01,sliceable,0,0,FALSE,,,,, +pellet.n.01,slicer,1,1,FALSE,,,,, +pellet.n.01,soakable,0,0,FALSE,,,,, +poster.n.01,liquid,0,0,FALSE,,,,, +poster.n.01,heatSource,0,0,FALSE,,,,, +poster.n.01,fireSource,0,0,FALSE,,,,, +poster.n.01,cookable,0,0,FALSE,,,,, +poster.n.01,coldSource,0,0,FALSE,,,,, +poster.n.01,sliceable,0,0,FALSE,,,,, +poster.n.01,slicer,1,0,FALSE,,,,, +poster.n.01,soakable,0,1,FALSE,,,,, +power_tool.n.01,liquid,0,0,FALSE,,,,, +power_tool.n.01,heatSource,0,0,FALSE,,,,, +power_tool.n.01,fireSource,0,0,FALSE,,,,, +power_tool.n.01,cookable,0,0,FALSE,,,,, +power_tool.n.01,coldSource,0,0,FALSE,,,,, +power_tool.n.01,sliceable,0,0,FALSE,,,,, +power_tool.n.01,slicer,1,0,FALSE,,,,, +power_tool.n.01,soakable,0,0,FALSE,,,,, +puzzle.n.02,liquid,0,0,FALSE,,,,, +puzzle.n.02,heatSource,0,0,FALSE,,,,, +puzzle.n.02,fireSource,0,0,FALSE,,,,, +puzzle.n.02,cookable,0,0,FALSE,,,,, +puzzle.n.02,coldSource,1,0,FALSE,,,,, +puzzle.n.02,sliceable,0,0,FALSE,,,,, +puzzle.n.02,slicer,1,0,FALSE,,,,, +puzzle.n.02,soakable,1,0,FALSE,,,,, +relish.n.02,liquid,0,0,FALSE,,,,, +relish.n.02,heatSource,0,0,FALSE,,,,, +relish.n.02,fireSource,1,0,FALSE,,,,, +relish.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +relish.n.02,coldSource,0,0,FALSE,,,,, +relish.n.02,sliceable,0,0,FALSE,,,,, +relish.n.02,slicer,0,0,FALSE,,,,, +relish.n.02,soakable,0,0,FALSE,,,,, +rolling_pin.n.01,liquid,0,0,FALSE,,,,, +rolling_pin.n.01,heatSource,0,0,FALSE,,,,, +rolling_pin.n.01,fireSource,0,0,FALSE,,,,, +rolling_pin.n.01,cookable,0,0,FALSE,,,,, +rolling_pin.n.01,coldSource,0,0,FALSE,,,,, +rolling_pin.n.01,sliceable,0,0,FALSE,,,,, +rolling_pin.n.01,slicer,1,0,FALSE,,,,, +rolling_pin.n.01,soakable,0,0,FALSE,,,,, +salad_plate.n.01,liquid,0,0,FALSE,,,,, +salad_plate.n.01,heatSource,0,0,FALSE,,,,, +salad_plate.n.01,fireSource,0,0,FALSE,,,,, +salad_plate.n.01,cookable,0,0,FALSE,,,,, +salad_plate.n.01,coldSource,0,0,FALSE,,,,, +salad_plate.n.01,sliceable,0,0,FALSE,,,,, +salad_plate.n.01,slicer,0,0,FALSE,,,,, +salad_plate.n.01,soakable,0,0,FALSE,,,,, +sangaree.n.01,liquid,1,1,FALSE,,,,, +sangaree.n.01,heatSource,0,0,FALSE,,,,, +sangaree.n.01,fireSource,0,0,FALSE,,,,, +sangaree.n.01,cookable,0,0,FALSE,,,,, +sangaree.n.01,coldSource,1,0,FALSE,,,,, +sangaree.n.01,sliceable,0,0,FALSE,,,,, +sangaree.n.01,slicer,0,0,FALSE,,,,, +sangaree.n.01,soakable,0,0,FALSE,,,,, +scallop.n.02,liquid,0,0,FALSE,,,,, +scallop.n.02,heatSource,0,0,FALSE,,,,, +scallop.n.02,fireSource,1,0,FALSE,,,,, +scallop.n.02,cookable,0,1,TRUE,63,66,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,"https://www.cooksillustrated.com/how_tos/6303-taking-the-temperature-of-scallops#:~:text=After%20searing%20a%20few%20batches,of%20125%20to%20130%20degrees.", +scallop.n.02,coldSource,0,0,FALSE,,,,, +scallop.n.02,sliceable,0,1,FALSE,,,,, +scallop.n.02,slicer,0,0,FALSE,,,,, +scallop.n.02,soakable,0,0,FALSE,,,,, +shears.n.01,liquid,0,0,FALSE,,,,, +shears.n.01,heatSource,0,0,FALSE,,,,, +shears.n.01,fireSource,0,0,FALSE,,,,, +shears.n.01,cookable,0,0,FALSE,,,,, +shears.n.01,coldSource,0,0,FALSE,,,,, +shears.n.01,sliceable,0,0,FALSE,,,,, +shears.n.01,slicer,1,1,FALSE,,,,, +shears.n.01,soakable,0,0,FALSE,,,,, +shellfish.n.01,liquid,0,0,FALSE,,,,, +shellfish.n.01,heatSource,0,0,FALSE,,,,, +shellfish.n.01,fireSource,1,0,FALSE,,,,, +shellfish.n.01,cookable,0,1,TRUE,63,66,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, +shellfish.n.01,coldSource,0,0,FALSE,,,,, +shellfish.n.01,sliceable,0,1,FALSE,,,,, +shellfish.n.01,slicer,0,0,FALSE,,,,, +shellfish.n.01,soakable,0,0,FALSE,,,,, +silver.n.01,liquid,0,0,FALSE,,,,, +silver.n.01,heatSource,0,0,FALSE,,,,, +silver.n.01,fireSource,0,0,FALSE,,,,, +silver.n.01,cookable,0,0,FALSE,,,,, +silver.n.01,coldSource,0,0,FALSE,,,,, +silver.n.01,sliceable,0,0,FALSE,,,,, +silver.n.01,slicer,1,0,FALSE,,,,, +silver.n.01,soakable,0,0,FALSE,,,,, +squeegee.n.0,liquid,0,0,FALSE,,,,, +squeegee.n.0,heatSource,0,0,FALSE,,,,, +squeegee.n.0,fireSource,0,0,FALSE,,,,, +squeegee.n.0,cookable,0,0,FALSE,,,,, +squeegee.n.0,coldSource,0,0,FALSE,,,,, +squeegee.n.0,sliceable,0,0,FALSE,,,,, +squeegee.n.0,slicer,0,0,FALSE,,,,, +squeegee.n.0,soakable,0,0,FALSE,,,,, +stake.n.02,liquid,0,0,FALSE,,,,, +stake.n.02,heatSource,0,0,FALSE,,,,, +stake.n.02,fireSource,0,0,FALSE,,,,, +stake.n.02,cookable,0,0,FALSE,,,,, +stake.n.02,coldSource,0,0,FALSE,,,,, +stake.n.02,sliceable,0,0,FALSE,,,,, +stake.n.02,slicer,0,0,FALSE,,,,, +stake.n.02,soakable,0,0,FALSE,,,,, +starch.n.01,liquid,0,0,FALSE,,,,, +starch.n.01,heatSource,0,0,FALSE,,,,, +starch.n.01,fireSource,1,0,FALSE,,,,, +starch.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +starch.n.01,coldSource,0,0,FALSE,,,,, +starch.n.01,sliceable,0,0,FALSE,,,,, +starch.n.01,slicer,0,0,FALSE,,,,, +starch.n.01,soakable,0,0,FALSE,,,,, +note.n.01,liquid,0,0,FALSE,,,,, +note.n.01,heatSource,0,0,FALSE,,,,, +note.n.01,fireSource,0,0,FALSE,,,,, +note.n.01,cookable,0,0,FALSE,,,,, +note.n.01,coldSource,0,0,FALSE,,,,, +note.n.01,sliceable,0,0,FALSE,,,,, +note.n.01,slicer,1,0,FALSE,,,,, +note.n.01,soakable,1,0,FALSE,,,,, +plug.n.01,liquid,0,0,FALSE,,,,, +plug.n.01,heatSource,0,0,FALSE,,,,, +plug.n.01,fireSource,0,0,FALSE,,,,, +plug.n.01,cookable,0,0,FALSE,,,,, +plug.n.01,coldSource,0,0,FALSE,,,,, +plug.n.01,sliceable,0,0,FALSE,,,,, +plug.n.01,slicer,1,0,FALSE,,,,, +plug.n.01,soakable,0,0,FALSE,,,,, +succulent.n.01,liquid,0,0,FALSE,,,,, +succulent.n.01,heatSource,0,0,FALSE,,,,, +succulent.n.01,fireSource,0,0,FALSE,,,,, +succulent.n.01,cookable,0,0,FALSE,,,,, +succulent.n.01,coldSource,0,0,FALSE,,,,, +succulent.n.01,sliceable,0,0,FALSE,,,,, +succulent.n.01,slicer,0,0,FALSE,,,,, +succulent.n.01,soakable,0,0,FALSE,,,,, +sunflower_seed.n.01,liquid,0,0,FALSE,,,,, +sunflower_seed.n.01,heatSource,0,0,FALSE,,,,, +sunflower_seed.n.01,fireSource,1,0,FALSE,,,,, +sunflower_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,"https://www.webmd.com/diet/health-benefits-sunflower-seeds#:~:text=While%20the%20seed%20itself%20is,or%20incorporated%20into%20other%20dishes.",, +sunflower_seed.n.01,coldSource,0,0,FALSE,,,,, +sunflower_seed.n.01,sliceable,0,0,FALSE,,,,, +sunflower_seed.n.01,slicer,0,0,FALSE,,,,, +sunflower_seed.n.01,soakable,0,0,FALSE,,,,, +taco.n.02,liquid,0,0,FALSE,,,,, +taco.n.02,heatSource,0,0,FALSE,,,,, +taco.n.02,fireSource,1,0,FALSE,,,,, +taco.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +taco.n.02,coldSource,0,0,FALSE,,,,, +taco.n.02,sliceable,0,1,FALSE,,,,, +taco.n.02,slicer,0,0,FALSE,,,,, +taco.n.02,soakable,1,0,FALSE,,,,, +teacup.n.02,liquid,0,0,FALSE,,,,, +teacup.n.02,heatSource,0,0,FALSE,,,,, +teacup.n.02,fireSource,0,0,FALSE,,,,, +teacup.n.02,cookable,0,0,FALSE,,,,, +teacup.n.02,coldSource,1,0,FALSE,,,,, +teacup.n.02,sliceable,0,0,FALSE,,,,, +teacup.n.02,slicer,1,0,FALSE,,,,, +teacup.n.02,soakable,0,0,FALSE,,,,, +thermostat.n.01,liquid,0,0,FALSE,,,,, +thermostat.n.01,heatSource,1,0,FALSE,,,,, +thermostat.n.01,fireSource,0,0,FALSE,,,,, +thermostat.n.01,cookable,0,0,FALSE,,,,, +thermostat.n.01,coldSource,0,0,FALSE,,,,, +thermostat.n.01,sliceable,0,0,FALSE,,,,, +thermostat.n.01,slicer,1,0,FALSE,,,,, +thermostat.n.01,soakable,0,0,FALSE,,,,, +toolbox.n.01,liquid,0,0,FALSE,,,,, +toolbox.n.01,heatSource,0,0,FALSE,,,,, +toolbox.n.01,fireSource,0,0,FALSE,,,,, +toolbox.n.01,cookable,0,0,FALSE,,,,, +toolbox.n.01,coldSource,0,0,FALSE,,,,, +toolbox.n.01,sliceable,0,0,FALSE,,,,, +toolbox.n.01,slicer,1,0,FALSE,,,,, +toolbox.n.01,soakable,0,0,FALSE,,,,, +barrow.n.03,liquid,0,0,FALSE,,,,, +barrow.n.03,heatSource,0,0,FALSE,,,,, +barrow.n.03,fireSource,0,0,FALSE,,,,, +barrow.n.03,cookable,0,0,FALSE,,,,, +barrow.n.03,coldSource,0,0,FALSE,,,,, +barrow.n.03,sliceable,0,0,FALSE,,,,, +barrow.n.03,slicer,0,0,FALSE,,,,, +barrow.n.03,soakable,0,1,FALSE,,,,, +wick.n.02,liquid,0,0,FALSE,,,,, +wick.n.02,heatSource,1,0,FALSE,,,,, +wick.n.02,fireSource,0,1,FALSE,,,,, +wick.n.02,cookable,0,0,FALSE,,,,, +wick.n.02,coldSource,0,0,FALSE,,,,, +wick.n.02,sliceable,0,0,FALSE,,,,, +wick.n.02,slicer,1,0,FALSE,,,,, +wick.n.02,soakable,0,0,FALSE,,,,, +windshield.n.01,liquid,0,0,FALSE,,,,, +windshield.n.01,heatSource,0,0,FALSE,,,,, +windshield.n.01,fireSource,0,0,FALSE,,,,, +windshield.n.01,cookable,0,0,FALSE,,,,, +windshield.n.01,coldSource,0,0,FALSE,,,,, +windshield.n.01,sliceable,0,0,FALSE,,,,, +windshield.n.01,slicer,0,0,FALSE,,,,, +windshield.n.01,soakable,0,0,FALSE,,,,, +rocket.n.03,liquid,0,0,FALSE,,,,, +rocket.n.03,heatSource,0,0,FALSE,,,,, +rocket.n.03,fireSource,0,0,FALSE,,,,, +rocket.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +rocket.n.03,coldSource,0,0,FALSE,,,,, +rocket.n.03,sliceable,0,1,FALSE,,,,, +rocket.n.03,slicer,1,0,FALSE,,,,, +rocket.n.03,soakable,0,0,FALSE,,,,, +baked_goods.n.01,liquid,0,0,FALSE,,,,, +baked_goods.n.01,heatSource,1,0,FALSE,,,,, +baked_goods.n.01,fireSource,1,0,FALSE,,,,, +baked_goods.n.01,cookable,0,1,TRUE,Too General,UNKNOWN,,, +baked_goods.n.01,coldSource,0,0,FALSE,,,,, +baked_goods.n.01,sliceable,0,1,FALSE,,,,, +baked_goods.n.01,slicer,0,0,FALSE,,,,, +baked_goods.n.01,soakable,0,0,FALSE,,,,, +balloon.n.01,liquid,0,0,FALSE,,,,, +balloon.n.01,heatSource,0,0,FALSE,,,,, +balloon.n.01,fireSource,0,0,FALSE,,,,, +balloon.n.01,cookable,0,0,FALSE,,,,, +balloon.n.01,coldSource,0,0,FALSE,,,,, +balloon.n.01,sliceable,0,0,FALSE,,,,, +balloon.n.01,slicer,1,0,FALSE,,,,, +balloon.n.01,soakable,0,0,FALSE,,,,, +biscuit.n.01,liquid,0,0,FALSE,,,,, +biscuit.n.01,heatSource,0,0,FALSE,,,,, +biscuit.n.01,fireSource,1,0,FALSE,,,,, +biscuit.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://sugarspunrun.com/easy-homemade-biscuits/,, +biscuit.n.01,coldSource,0,0,FALSE,,,,, +biscuit.n.01,sliceable,0,0,FALSE,,,,, +biscuit.n.01,slicer,1,0,FALSE,,,,, +biscuit.n.01,soakable,1,1,FALSE,,,,, +bonfire.n.01,liquid,0,0,FALSE,,,,, +bonfire.n.01,heatSource,1,1,FALSE,,,,, +bonfire.n.01,fireSource,0,0,FALSE,,,,, +bonfire.n.01,cookable,0,0,FALSE,,,,, +bonfire.n.01,coldSource,0,0,FALSE,,,,, +bonfire.n.01,sliceable,0,0,FALSE,,,,, +bonfire.n.01,slicer,1,0,FALSE,,,,, +bonfire.n.01,soakable,0,0,FALSE,,,,, +bourbon.n.01,liquid,1,1,FALSE,,,,, +bourbon.n.01,heatSource,0,0,FALSE,,,,, +bourbon.n.01,fireSource,0,0,FALSE,,,,, +bourbon.n.01,cookable,0,0,FALSE,,,,, +bourbon.n.01,coldSource,0,0,FALSE,,,,, +bourbon.n.01,sliceable,0,0,FALSE,,,,, +bourbon.n.01,slicer,1,0,FALSE,,,,, +bourbon.n.01,soakable,0,0,FALSE,,,,, +brussels_sprouts.n.01,liquid,0,0,FALSE,,,,, +brussels_sprouts.n.01,heatSource,0,0,FALSE,,,,, +brussels_sprouts.n.01,fireSource,1,0,FALSE,,,,, +brussels_sprouts.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +brussels_sprouts.n.01,coldSource,0,0,FALSE,,,,, +brussels_sprouts.n.01,sliceable,0,1,FALSE,,,,, +brussels_sprouts.n.01,slicer,0,0,FALSE,,,,, +brussels_sprouts.n.01,soakable,0,0,FALSE,,,,, +case_shot.n.01,liquid,0,0,FALSE,,,,, +case_shot.n.01,heatSource,0,0,FALSE,,,,, +case_shot.n.01,fireSource,0,0,FALSE,,,,, +case_shot.n.01,cookable,0,0,FALSE,,,,, +case_shot.n.01,coldSource,0,0,FALSE,,,,, +case_shot.n.01,sliceable,0,0,FALSE,,,,, +case_shot.n.01,slicer,0,0,FALSE,,,,, +case_shot.n.01,soakable,0,0,FALSE,,,,, +car_seat.n.01,liquid,0,0,FALSE,,,,, +car_seat.n.01,heatSource,0,0,FALSE,,,,, +car_seat.n.01,fireSource,0,0,FALSE,,,,, +car_seat.n.01,cookable,0,0,FALSE,,,,, +car_seat.n.01,coldSource,0,0,FALSE,,,,, +car_seat.n.01,sliceable,0,0,FALSE,,,,, +car_seat.n.01,slicer,1,0,FALSE,,,,, +car_seat.n.01,soakable,0,0,FALSE,,,,, +cashbox.n.01,liquid,0,0,FALSE,,,,, +cashbox.n.01,heatSource,0,0,FALSE,,,,, +cashbox.n.01,fireSource,0,0,FALSE,,,,, +cashbox.n.01,cookable,0,0,FALSE,,,,, +cashbox.n.01,coldSource,0,0,FALSE,,,,, +cashbox.n.01,sliceable,0,0,FALSE,,,,, +cashbox.n.01,slicer,1,0,FALSE,,,,, +cashbox.n.01,soakable,0,0,FALSE,,,,, +compact_disk.n.01,liquid,0,0,FALSE,,,,, +compact_disk.n.01,heatSource,0,0,FALSE,,,,, +compact_disk.n.01,fireSource,0,0,FALSE,,,,, +compact_disk.n.01,cookable,0,0,FALSE,,,,, +compact_disk.n.01,coldSource,0,0,FALSE,,,,, +compact_disk.n.01,sliceable,0,0,FALSE,,,,, +compact_disk.n.01,slicer,0,0,FALSE,,,,, +compact_disk.n.01,soakable,0,0,FALSE,,,,, +flute.n.02,liquid,0,0,FALSE,,,,, +flute.n.02,heatSource,0,0,FALSE,,,,, +flute.n.02,fireSource,0,0,FALSE,,,,, +flute.n.02,cookable,0,0,FALSE,,,,, +flute.n.02,coldSource,1,0,FALSE,,,,, +flute.n.02,sliceable,0,0,FALSE,,,,, +flute.n.02,slicer,1,0,FALSE,,,,, +flute.n.02,soakable,0,0,FALSE,,,,, +cheddar.n.01,liquid,0,0,FALSE,,,,, +cheddar.n.01,heatSource,0,0,FALSE,,,,, +cheddar.n.01,fireSource,0,0,FALSE,,,,, +cheddar.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", +cheddar.n.01,coldSource,0,0,FALSE,,,,, +cheddar.n.01,sliceable,0,1,FALSE,,,,, +cheddar.n.01,slicer,0,0,FALSE,,,,, +cheddar.n.01,soakable,0,0,FALSE,,,,, +cobweb.n.01,liquid,0,0,FALSE,,,,, +cobweb.n.01,heatSource,0,0,FALSE,,,,, +cobweb.n.01,fireSource,0,0,FALSE,,,,, +cobweb.n.01,cookable,0,0,FALSE,,,,, +cobweb.n.01,coldSource,0,0,FALSE,,,,, +cobweb.n.01,sliceable,0,0,FALSE,,,,, +cobweb.n.01,slicer,0,0,FALSE,,,,, +cobweb.n.01,soakable,0,0,FALSE,,,,, +coconut_milk.n.01,liquid,1,1,FALSE,,,,, +coconut_milk.n.01,heatSource,0,0,FALSE,,,,, +coconut_milk.n.01,fireSource,0,0,FALSE,,,,, +coconut_milk.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +coconut_milk.n.01,coldSource,0,0,FALSE,,,,, +coconut_milk.n.01,sliceable,0,0,FALSE,,,,, +coconut_milk.n.01,slicer,0,0,FALSE,,,,, +coconut_milk.n.01,soakable,0,0,FALSE,,,,, +coconut_oil.n.01,liquid,1,1,FALSE,,,,, +coconut_oil.n.01,heatSource,0,0,FALSE,,,,, +coconut_oil.n.01,fireSource,1,1,FALSE,,,,, +coconut_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +coconut_oil.n.01,coldSource,0,0,FALSE,,,,, +coconut_oil.n.01,sliceable,0,0,FALSE,,,,, +coconut_oil.n.01,slicer,0,0,FALSE,,,,, +coconut_oil.n.01,soakable,0,0,FALSE,,,,, +collar.n.01,liquid,0,0,FALSE,,,,, +collar.n.01,heatSource,0,0,FALSE,,,,, +collar.n.01,fireSource,0,0,FALSE,,,,, +collar.n.01,cookable,0,0,FALSE,,,,, +collar.n.01,coldSource,0,0,FALSE,,,,, +collar.n.01,sliceable,0,0,FALSE,,,,, +collar.n.01,slicer,1,0,FALSE,,,,, +collar.n.01,soakable,1,0,FALSE,,,,, +copper.n.01,liquid,0,0,FALSE,,,,, +copper.n.01,heatSource,0,0,FALSE,,,,, +copper.n.01,fireSource,0,0,FALSE,,,,, +copper.n.01,cookable,0,0,FALSE,,,,, +copper.n.01,coldSource,0,0,FALSE,,,,, +copper.n.01,sliceable,0,0,FALSE,,,,, +copper.n.01,slicer,1,0,FALSE,,,,, +copper.n.01,soakable,0,0,FALSE,,,,, +crayon.n.01,liquid,0,0,FALSE,,,,, +crayon.n.01,heatSource,0,0,FALSE,,,,, +crayon.n.01,fireSource,0,0,FALSE,,,,, +crayon.n.01,cookable,0,0,FALSE,,,,, +crayon.n.01,coldSource,0,0,FALSE,,,,, +crayon.n.01,sliceable,0,0,FALSE,,,,, +crayon.n.01,slicer,0,0,FALSE,,,,, +crayon.n.01,soakable,0,0,FALSE,,,,, +deodorant.n.01,liquid,0,0,FALSE,,,,, +deodorant.n.01,heatSource,0,0,FALSE,,,,, +deodorant.n.01,fireSource,0,0,FALSE,,,,, +deodorant.n.01,cookable,0,0,FALSE,,,,, +deodorant.n.01,coldSource,0,0,FALSE,,,,, +deodorant.n.01,sliceable,0,0,FALSE,,,,, +deodorant.n.01,slicer,0,0,FALSE,,,,, +deodorant.n.01,soakable,0,0,FALSE,,,,, +dessert_spoon.n.01,liquid,0,0,FALSE,,,,, +dessert_spoon.n.01,heatSource,0,0,FALSE,,,,, +dessert_spoon.n.01,fireSource,0,0,FALSE,,,,, +dessert_spoon.n.01,cookable,0,0,FALSE,,,,, +dessert_spoon.n.01,coldSource,1,0,FALSE,,,,, +dessert_spoon.n.01,sliceable,0,0,FALSE,,,,, +dessert_spoon.n.01,slicer,0,0,FALSE,,,,, +dessert_spoon.n.01,soakable,0,0,FALSE,,,,, +diaper.n.01,liquid,0,0,FALSE,,,,, +diaper.n.01,heatSource,0,0,FALSE,,,,, +diaper.n.01,fireSource,0,0,FALSE,,,,, +diaper.n.01,cookable,0,0,FALSE,,,,, +diaper.n.01,coldSource,1,0,FALSE,,,,, +diaper.n.01,sliceable,0,0,FALSE,,,,, +diaper.n.01,slicer,1,0,FALSE,,,,, +diaper.n.01,soakable,1,1,FALSE,,,,, +rack.n.01,liquid,0,0,FALSE,,,,, +rack.n.01,heatSource,0,0,FALSE,,,,, +rack.n.01,fireSource,0,0,FALSE,,,,, +rack.n.01,cookable,0,0,FALSE,,,,, +rack.n.01,coldSource,0,0,FALSE,,,,, +rack.n.01,sliceable,0,0,FALSE,,,,, +rack.n.01,slicer,1,0,FALSE,,,,, +rack.n.01,soakable,0,0,FALSE,,,,, +wallboard.n.01,liquid,0,0,FALSE,,,,, +wallboard.n.01,heatSource,0,0,FALSE,,,,, +wallboard.n.01,fireSource,0,0,FALSE,,,,, +wallboard.n.01,cookable,0,0,FALSE,,,,, +wallboard.n.01,coldSource,0,0,FALSE,,,,, +wallboard.n.01,sliceable,0,0,FALSE,,,,, +wallboard.n.01,slicer,1,0,FALSE,,,,, +wallboard.n.01,soakable,0,0,FALSE,,,,, +dye.n.01,liquid,1,1,FALSE,,,,, +dye.n.01,heatSource,0,0,FALSE,,,,, +dye.n.01,fireSource,0,0,FALSE,,,,, +dye.n.01,cookable,0,0,FALSE,,,,, +dye.n.01,coldSource,1,0,FALSE,,,,, +dye.n.01,sliceable,0,0,FALSE,,,,, +dye.n.01,slicer,1,0,FALSE,,,,, +dye.n.01,soakable,0,0,FALSE,,,,, +dustcloth.n.01,liquid,0,0,FALSE,,,,, +dustcloth.n.01,heatSource,0,0,FALSE,,,,, +dustcloth.n.01,fireSource,0,0,FALSE,,,,, +dustcloth.n.01,cookable,0,0,FALSE,,,,, +dustcloth.n.01,coldSource,0,0,FALSE,,,,, +dustcloth.n.01,sliceable,0,0,FALSE,,,,, +dustcloth.n.01,slicer,0,0,FALSE,,,,, +dustcloth.n.01,soakable,1,1,FALSE,,,,, +fishing_rod.n.01,liquid,0,0,FALSE,,,,, +fishing_rod.n.01,heatSource,0,0,FALSE,,,,, +fishing_rod.n.01,fireSource,0,0,FALSE,,,,, +fishing_rod.n.01,cookable,0,0,FALSE,,,,, +fishing_rod.n.01,coldSource,0,0,FALSE,,,,, +fishing_rod.n.01,sliceable,0,0,FALSE,,,,, +fishing_rod.n.01,slicer,1,0,FALSE,,,,, +fishing_rod.n.01,soakable,0,0,FALSE,,,,, +flooring.n.02,liquid,0,0,FALSE,,,,, +flooring.n.02,heatSource,0,0,FALSE,,,,, +flooring.n.02,fireSource,0,0,FALSE,,,,, +flooring.n.02,cookable,0,0,FALSE,,,,, +flooring.n.02,coldSource,0,0,FALSE,,,,, +flooring.n.02,sliceable,0,0,FALSE,,,,, +flooring.n.02,slicer,0,0,FALSE,,,,, +flooring.n.02,soakable,0,0,FALSE,,,,, +coloring.n.01,liquid,0,0,FALSE,,,,, +coloring.n.01,heatSource,0,0,FALSE,,,,, +coloring.n.01,fireSource,1,0,FALSE,,,,, +coloring.n.01,cookable,0,0,FALSE,,,,, +coloring.n.01,coldSource,0,0,FALSE,,,,, +coloring.n.01,sliceable,0,0,FALSE,,,,, +coloring.n.01,slicer,0,0,FALSE,,,,, +coloring.n.01,soakable,0,0,FALSE,,,,, +fungi.n.01,liquid,0,0,FALSE,,,,, +fungi.n.01,heatSource,0,0,FALSE,,,,, +fungi.n.01,fireSource,0,0,FALSE,,,,, +fungi.n.01,cookable,0,1,TRUE,100,UNKNOWN,"https://www.madewithmushrooms.com/how-to-boil-mushrooms-to-create-perfect-mushrooms-for-any-dish/#:~:text=It%20will%20take%20around%2015,any%20dish%20you%20would%20like.",, +fungi.n.01,coldSource,0,0,FALSE,,,,, +fungi.n.01,sliceable,0,1,FALSE,,,,, +fungi.n.01,slicer,0,0,FALSE,,,,, +fungi.n.01,soakable,0,0,FALSE,,,,, +fur_coat.n.01,liquid,0,0,FALSE,,,,, +fur_coat.n.01,heatSource,0,0,FALSE,,,,, +fur_coat.n.01,fireSource,0,0,FALSE,,,,, +fur_coat.n.01,cookable,0,0,FALSE,,,,, +fur_coat.n.01,coldSource,0,0,FALSE,,,,, +fur_coat.n.01,sliceable,0,0,FALSE,,,,, +fur_coat.n.01,slicer,0,0,FALSE,,,,, +fur_coat.n.01,soakable,0,1,FALSE,,,,, +disposal.n.04,liquid,0,0,FALSE,,,,, +disposal.n.04,heatSource,0,0,FALSE,,,,, +disposal.n.04,fireSource,0,0,FALSE,,,,, +disposal.n.04,cookable,0,0,FALSE,,,,, +disposal.n.04,coldSource,0,0,FALSE,,,,, +disposal.n.04,sliceable,0,0,FALSE,,,,, +disposal.n.04,slicer,1,0,FALSE,,,,, +disposal.n.04,soakable,0,0,FALSE,,,,, +gin.n.01,liquid,1,1,FALSE,,,,, +gin.n.01,heatSource,0,0,FALSE,,,,, +gin.n.01,fireSource,0,0,FALSE,,,,, +gin.n.01,cookable,0,0,FALSE,,,,, +gin.n.01,coldSource,0,0,FALSE,,,,, +gin.n.01,sliceable,0,0,FALSE,,,,, +gin.n.01,slicer,0,0,FALSE,,,,, +gin.n.01,soakable,0,0,FALSE,,,,, +granola.n.01,liquid,0,0,FALSE,,,,, +granola.n.01,heatSource,0,0,FALSE,,,,, +granola.n.01,fireSource,1,0,FALSE,,,,, +granola.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +granola.n.01,coldSource,0,0,FALSE,,,,, +granola.n.01,sliceable,1,0,FALSE,,,,, +granola.n.01,slicer,0,0,FALSE,,,,, +granola.n.01,soakable,0,0,FALSE,,,,, +hair_spray.n.01,liquid,0,1,FALSE,,,,, +hair_spray.n.01,heatSource,0,0,FALSE,,,,, +hair_spray.n.01,fireSource,0,0,FALSE,,,,, +hair_spray.n.01,cookable,0,0,FALSE,,,,, +hair_spray.n.01,coldSource,1,0,FALSE,,,,, +hair_spray.n.01,sliceable,0,0,FALSE,,,,, +hair_spray.n.01,slicer,1,0,FALSE,,,,, +hair_spray.n.01,soakable,0,0,FALSE,,,,, +helmet.n.01,liquid,0,0,FALSE,,,,, +helmet.n.01,heatSource,0,0,FALSE,,,,, +helmet.n.01,fireSource,0,0,FALSE,,,,, +helmet.n.01,cookable,0,0,FALSE,,,,, +helmet.n.01,coldSource,0,0,FALSE,,,,, +helmet.n.01,sliceable,0,0,FALSE,,,,, +helmet.n.01,slicer,0,0,FALSE,,,,, +helmet.n.01,soakable,0,0,FALSE,,,,, +cocoa.n.01,liquid,1,1,FALSE,,,,, +cocoa.n.01,heatSource,0,0,FALSE,,,,, +cocoa.n.01,fireSource,0,0,FALSE,,,,, +cocoa.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cocoa.n.01,coldSource,0,0,FALSE,,,,, +cocoa.n.01,sliceable,0,0,FALSE,,,,, +cocoa.n.01,slicer,0,0,FALSE,,,,, +cocoa.n.01,soakable,0,0,FALSE,,,,, +ice_pack.n.01,liquid,0,0,FALSE,,,,, +ice_pack.n.01,heatSource,0,0,FALSE,,,,, +ice_pack.n.01,fireSource,0,0,FALSE,,,,, +ice_pack.n.01,cookable,1,0,FALSE,,,,, +ice_pack.n.01,coldSource,0,1,FALSE,,,,, +ice_pack.n.01,sliceable,0,0,FALSE,,,,, +ice_pack.n.01,slicer,1,0,FALSE,,,,, +ice_pack.n.01,soakable,0,0,FALSE,,,,, +instant_coffee.n.0,liquid,0,0,FALSE,,,,, +instant_coffee.n.0,heatSource,1,0,FALSE,,,,, +instant_coffee.n.0,fireSource,0,0,FALSE,,,,, +instant_coffee.n.0,cookable,0,1,TRUE,100,UNKNOWN,"https://www.wikihow.com/Make-Instant-Coffee#:~:text=Mix%20a%20tablespoon%20of%20instant,mug%20you%20plan%20on%20using.",, +instant_coffee.n.0,coldSource,0,0,FALSE,,,,, +instant_coffee.n.0,sliceable,0,0,FALSE,,,,, +instant_coffee.n.0,slicer,0,0,FALSE,,,,, +instant_coffee.n.0,soakable,0,0,FALSE,,,,, +chinese_gooseberry.n.01,liquid,0,0,FALSE,,,,, +chinese_gooseberry.n.01,heatSource,0,0,FALSE,,,,, +chinese_gooseberry.n.01,fireSource,0,0,FALSE,,,,, +chinese_gooseberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +chinese_gooseberry.n.01,coldSource,0,0,FALSE,,,,, +chinese_gooseberry.n.01,sliceable,0,1,FALSE,,,,, +chinese_gooseberry.n.01,slicer,0,0,FALSE,,,,, +chinese_gooseberry.n.01,soakable,0,0,FALSE,,,,, +knit.n.01,liquid,0,0,FALSE,,,,, +knit.n.01,heatSource,0,0,FALSE,,,,, +knit.n.01,fireSource,0,0,FALSE,,,,, +knit.n.01,cookable,0,0,FALSE,,,,, +knit.n.01,coldSource,0,0,FALSE,,,,, +knit.n.01,sliceable,0,0,FALSE,,,,, +knit.n.01,slicer,0,0,FALSE,,,,, +knit.n.01,soakable,1,1,FALSE,,,,, +lacquer.n.01,liquid,0,1,FALSE,,,,, +lacquer.n.01,heatSource,0,0,FALSE,,,,, +lacquer.n.01,fireSource,0,1,FALSE,,,,, +lacquer.n.01,cookable,0,0,FALSE,,,,, +lacquer.n.01,coldSource,1,0,FALSE,,,,, +lacquer.n.01,sliceable,0,0,FALSE,,,,, +lacquer.n.01,slicer,1,0,FALSE,,,,, +lacquer.n.01,soakable,0,0,FALSE,,,,, +lantern.n.01,liquid,0,0,FALSE,,,,, +lantern.n.01,heatSource,0,0,FALSE,,,,, +lantern.n.01,fireSource,0,0,FALSE,,,,, +lantern.n.01,cookable,0,0,FALSE,,,,, +lantern.n.01,coldSource,0,0,FALSE,,,,, +lantern.n.01,sliceable,0,0,FALSE,,,,, +lantern.n.01,slicer,1,0,FALSE,,,,, +lantern.n.01,soakable,0,1,FALSE,,,,, +caffe_latte.n.01,liquid,1,1,FALSE,,,,, +caffe_latte.n.01,heatSource,0,0,FALSE,,,,, +caffe_latte.n.01,fireSource,0,0,FALSE,,,,, +caffe_latte.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +caffe_latte.n.01,coldSource,0,0,FALSE,,,,, +caffe_latte.n.01,sliceable,0,0,FALSE,,,,, +caffe_latte.n.01,slicer,0,0,FALSE,,,,, +caffe_latte.n.01,soakable,0,0,FALSE,,,,, +blower.n.01,liquid,0,0,FALSE,,,,, +blower.n.01,heatSource,0,1,FALSE,,,,, +blower.n.01,fireSource,0,0,FALSE,,,,, +blower.n.01,cookable,0,0,FALSE,,,,, +blower.n.01,coldSource,0,0,FALSE,,,,, +blower.n.01,sliceable,0,0,FALSE,,,,, +blower.n.01,slicer,1,0,FALSE,,,,, +blower.n.01,soakable,0,0,FALSE,,,,, +leek.n.01,liquid,0,0,FALSE,,,,, +leek.n.01,heatSource,0,0,FALSE,,,,, +leek.n.01,fireSource,1,0,FALSE,,,,, +leek.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +leek.n.01,coldSource,0,0,FALSE,,,,, +leek.n.01,sliceable,0,1,FALSE,,,,, +leek.n.01,slicer,0,0,FALSE,,,,, +leek.n.01,soakable,1,0,FALSE,,,,, +lock.n.01,liquid,0,0,FALSE,,,,, +lock.n.01,heatSource,0,0,FALSE,,,,, +lock.n.01,fireSource,0,0,FALSE,,,,, +lock.n.01,cookable,0,0,FALSE,,,,, +lock.n.01,coldSource,0,0,FALSE,,,,, +lock.n.01,sliceable,0,0,FALSE,,,,, +lock.n.01,slicer,1,0,FALSE,,,,, +lock.n.01,soakable,0,0,FALSE,,,,, +marinara.n.01,liquid,0,1,FALSE,,,,, +marinara.n.01,heatSource,0,0,FALSE,,,,, +marinara.n.01,fireSource,1,0,FALSE,,,,, +marinara.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +marinara.n.01,coldSource,1,0,FALSE,,,,, +marinara.n.01,sliceable,0,0,FALSE,,,,, +marinara.n.01,slicer,0,0,FALSE,,,,, +marinara.n.01,soakable,0,0,FALSE,,,,, +mashed_potato.n.01,liquid,0,0,FALSE,,,,, +mashed_potato.n.01,heatSource,0,0,FALSE,,,,, +mashed_potato.n.01,fireSource,1,0,FALSE,,,,, +mashed_potato.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +mashed_potato.n.01,coldSource,0,0,FALSE,,,,, +mashed_potato.n.01,sliceable,0,0,FALSE,,,,, +mashed_potato.n.01,slicer,0,0,FALSE,,,,, +mashed_potato.n.01,soakable,0,0,FALSE,,,,, +melon.n.01,liquid,0,0,FALSE,,,,, +melon.n.01,heatSource,0,0,FALSE,,,,, +melon.n.01,fireSource,0,0,FALSE,,,,, +melon.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +melon.n.01,coldSource,0,0,FALSE,,,,, +melon.n.01,sliceable,0,1,FALSE,,,,, +melon.n.01,slicer,0,0,FALSE,,,,, +melon.n.01,soakable,0,0,FALSE,,,,, +mozzarella.n.01,liquid,0,0,FALSE,,,,, +mozzarella.n.01,heatSource,0,0,FALSE,,,,, +mozzarella.n.01,fireSource,1,0,FALSE,,,,, +mozzarella.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", +mozzarella.n.01,coldSource,0,0,FALSE,,,,, +mozzarella.n.01,sliceable,0,1,FALSE,,,,, +mozzarella.n.01,slicer,0,0,FALSE,,,,, +mozzarella.n.01,soakable,1,0,FALSE,,,,, +necktie.n.01,liquid,0,0,FALSE,,,,, +necktie.n.01,heatSource,0,0,FALSE,,,,, +necktie.n.01,fireSource,0,0,FALSE,,,,, +necktie.n.01,cookable,0,0,FALSE,,,,, +necktie.n.01,coldSource,0,0,FALSE,,,,, +necktie.n.01,sliceable,0,0,FALSE,,,,, +necktie.n.01,slicer,0,0,FALSE,,,,, +necktie.n.01,soakable,1,1,FALSE,,,,, +orange_juice.n.01,liquid,1,1,FALSE,,,,, +orange_juice.n.01,heatSource,0,0,FALSE,,,,, +orange_juice.n.01,fireSource,0,0,FALSE,,,,, +orange_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +orange_juice.n.01,coldSource,1,0,FALSE,,,,, +orange_juice.n.01,sliceable,0,0,FALSE,,,,, +orange_juice.n.01,slicer,0,0,FALSE,,,,, +orange_juice.n.01,soakable,0,0,FALSE,,,,, +oyster.n.01,liquid,0,0,FALSE,,,,, +oyster.n.01,heatSource,0,0,FALSE,,,,, +oyster.n.01,fireSource,1,0,FALSE,,,,, +oyster.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, +oyster.n.01,coldSource,0,0,FALSE,,,,, +oyster.n.01,sliceable,0,1,FALSE,,,,, +oyster.n.01,slicer,0,0,FALSE,,,,, +oyster.n.01,soakable,0,0,FALSE,,,,, +pajama.n.01,liquid,0,0,FALSE,,,,, +pajama.n.01,heatSource,0,0,FALSE,,,,, +pajama.n.01,fireSource,0,0,FALSE,,,,, +pajama.n.01,cookable,0,0,FALSE,,,,, +pajama.n.01,coldSource,0,0,FALSE,,,,, +pajama.n.01,sliceable,0,0,FALSE,,,,, +pajama.n.01,slicer,0,0,FALSE,,,,, +pajama.n.01,soakable,1,1,FALSE,,,,, +pollen.n.01,liquid,0,0,FALSE,,,,, +pollen.n.01,heatSource,0,0,FALSE,,,,, +pollen.n.01,fireSource,0,0,FALSE,,,,, +pollen.n.01,cookable,0,0,FALSE,,,,, +pollen.n.01,coldSource,0,0,FALSE,,,,, +pollen.n.01,sliceable,0,0,FALSE,,,,, +pollen.n.01,slicer,0,0,FALSE,,,,, +pollen.n.01,soakable,0,0,FALSE,,,,, +pruner.n.02,liquid,0,0,FALSE,,,,, +pruner.n.02,heatSource,0,0,FALSE,,,,, +pruner.n.02,fireSource,0,0,FALSE,,,,, +pruner.n.02,cookable,0,0,FALSE,,,,, +pruner.n.02,coldSource,0,0,FALSE,,,,, +pruner.n.02,sliceable,0,0,FALSE,,,,, +pruner.n.02,slicer,1,1,FALSE,,,,, +pruner.n.02,soakable,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,liquid,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,cookable,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,slicer,0,0,FALSE,,,,, +polyvinyl_chloride.n.01,soakable,0,0,FALSE,,,,, +sesame_oil.n.01,liquid,1,1,FALSE,,,,, +sesame_oil.n.01,heatSource,0,0,FALSE,,,,, +sesame_oil.n.01,fireSource,1,0,FALSE,,,,, +sesame_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +sesame_oil.n.01,coldSource,0,0,FALSE,,,,, +sesame_oil.n.01,sliceable,0,0,FALSE,,,,, +sesame_oil.n.01,slicer,0,0,FALSE,,,,, +sesame_oil.n.01,soakable,0,0,FALSE,,,,, +skewer.n.01,liquid,0,0,FALSE,,,,, +skewer.n.01,heatSource,0,0,FALSE,,,,, +skewer.n.01,fireSource,1,0,FALSE,,,,, +skewer.n.01,cookable,0,0,FALSE,,,,, +skewer.n.01,coldSource,0,0,FALSE,,,,, +skewer.n.01,sliceable,0,0,FALSE,,,,, +skewer.n.01,slicer,1,1,FALSE,,,,, +skewer.n.01,soakable,0,0,FALSE,,,,, +soupspoon.n.01,liquid,0,0,FALSE,,,,, +soupspoon.n.01,heatSource,0,0,FALSE,,,,, +soupspoon.n.01,fireSource,0,0,FALSE,,,,, +soupspoon.n.01,cookable,0,0,FALSE,,,,, +soupspoon.n.01,coldSource,1,0,FALSE,,,,, +soupspoon.n.01,sliceable,0,0,FALSE,,,,, +soupspoon.n.01,slicer,0,0,FALSE,,,,, +soupspoon.n.01,soakable,0,0,FALSE,,,,, +soda_water.n.01,liquid,0,1,FALSE,,,,, +soda_water.n.01,heatSource,0,0,FALSE,,,,, +soda_water.n.01,fireSource,0,0,FALSE,,,,, +soda_water.n.01,cookable,0,0,FALSE,,,,, +soda_water.n.01,coldSource,0,0,FALSE,,,,, +soda_water.n.01,sliceable,0,0,FALSE,,,,, +soda_water.n.01,slicer,1,0,FALSE,,,,, +soda_water.n.01,soakable,0,0,FALSE,,,,, +jimmies.n.01,liquid,0,0,FALSE,,,,, +jimmies.n.01,heatSource,0,0,FALSE,,,,, +jimmies.n.01,fireSource,0,0,FALSE,,,,, +jimmies.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +jimmies.n.01,coldSource,0,0,FALSE,,,,, +jimmies.n.01,sliceable,0,0,FALSE,,,,, +jimmies.n.01,slicer,0,0,FALSE,,,,, +jimmies.n.01,soakable,0,0,FALSE,,,,, +stud.n.02,liquid,0,0,FALSE,,,,, +stud.n.02,heatSource,0,0,FALSE,,,,, +stud.n.02,fireSource,0,0,FALSE,,,,, +stud.n.02,cookable,0,0,FALSE,,,,, +stud.n.02,coldSource,0,0,FALSE,,,,, +stud.n.02,sliceable,0,0,FALSE,,,,, +stud.n.02,slicer,0,0,FALSE,,,,, +stud.n.02,soakable,0,0,FALSE,,,,, +soapsuds.n.01,liquid,0,1,FALSE,,,,, +soapsuds.n.01,heatSource,0,0,FALSE,,,,, +soapsuds.n.01,fireSource,0,0,FALSE,,,,, +soapsuds.n.01,cookable,0,0,FALSE,,,,, +soapsuds.n.01,coldSource,0,0,FALSE,,,,, +soapsuds.n.01,sliceable,0,0,FALSE,,,,, +soapsuds.n.01,slicer,0,0,FALSE,,,,, +soapsuds.n.01,soakable,0,0,FALSE,,,,, +tennis_ball.n.01,liquid,0,0,FALSE,,,,, +tennis_ball.n.01,heatSource,0,0,FALSE,,,,, +tennis_ball.n.01,fireSource,0,0,FALSE,,,,, +tennis_ball.n.01,cookable,0,0,FALSE,,,,, +tennis_ball.n.01,coldSource,0,0,FALSE,,,,, +tennis_ball.n.01,sliceable,0,0,FALSE,,,,, +tennis_ball.n.01,slicer,0,0,FALSE,,,,, +tennis_ball.n.01,soakable,0,0,FALSE,,,,, +ticket.n.01,liquid,0,0,FALSE,,,,, +ticket.n.01,heatSource,0,0,FALSE,,,,, +ticket.n.01,fireSource,0,0,FALSE,,,,, +ticket.n.01,cookable,0,0,FALSE,,,,, +ticket.n.01,coldSource,0,0,FALSE,,,,, +ticket.n.01,sliceable,0,0,FALSE,,,,, +ticket.n.01,slicer,1,1,FALSE,,,,, +ticket.n.01,soakable,0,0,FALSE,,,,, +trailer.n.03,liquid,0,0,FALSE,,,,, +trailer.n.03,heatSource,0,0,FALSE,,,,, +trailer.n.03,fireSource,0,0,FALSE,,,,, +trailer.n.03,cookable,0,0,FALSE,,,,, +trailer.n.03,coldSource,0,0,FALSE,,,,, +trailer.n.03,sliceable,0,0,FALSE,,,,, +trailer.n.03,slicer,0,0,FALSE,,,,, +trailer.n.03,soakable,0,0,FALSE,,,,, +pincer.n.01,liquid,0,0,FALSE,,,,, +pincer.n.01,heatSource,0,0,FALSE,,,,, +pincer.n.01,fireSource,0,0,FALSE,,,,, +pincer.n.01,cookable,0,0,FALSE,,,,, +pincer.n.01,coldSource,0,0,FALSE,,,,, +pincer.n.01,sliceable,0,0,FALSE,,,,, +pincer.n.01,slicer,1,0,FALSE,,,,, +pincer.n.01,soakable,1,0,FALSE,,,,, +peeler.n.03,liquid,0,0,FALSE,,,,, +peeler.n.03,heatSource,0,0,FALSE,,,,, +peeler.n.03,fireSource,0,0,FALSE,,,,, +peeler.n.03,cookable,0,0,FALSE,,,,, +peeler.n.03,coldSource,0,0,FALSE,,,,, +peeler.n.03,sliceable,0,0,FALSE,,,,, +peeler.n.03,slicer,1,1,FALSE,,,,, +peeler.n.03,soakable,0,0,FALSE,,,,, +velvet.n.01,liquid,0,0,FALSE,,,,, +velvet.n.01,heatSource,0,0,FALSE,,,,, +velvet.n.01,fireSource,0,0,FALSE,,,,, +velvet.n.01,cookable,0,0,FALSE,,,,, +velvet.n.01,coldSource,0,0,FALSE,,,,, +velvet.n.01,sliceable,0,0,FALSE,,,,, +velvet.n.01,slicer,0,0,FALSE,,,,, +velvet.n.01,soakable,1,1,FALSE,,,,, +vessel.n.03,liquid,0,0,FALSE,,,,, +vessel.n.03,heatSource,0,0,FALSE,,,,, +vessel.n.03,fireSource,0,0,FALSE,,,,, +vessel.n.03,cookable,0,0,FALSE,,,,, +vessel.n.03,coldSource,1,0,FALSE,,,,, +vessel.n.03,sliceable,0,0,FALSE,,,,, +vessel.n.03,slicer,1,0,FALSE,,,,, +vessel.n.03,soakable,0,0,FALSE,,,,, +vine.n.01,liquid,0,0,FALSE,,,,, +vine.n.01,heatSource,0,0,FALSE,,,,, +vine.n.01,fireSource,0,0,FALSE,,,,, +vine.n.01,cookable,0,0,FALSE,,,,, +vine.n.01,coldSource,0,0,FALSE,,,,, +vine.n.01,sliceable,0,1,FALSE,,,,, +vine.n.01,slicer,0,0,FALSE,,,,, +vine.n.01,soakable,0,0,FALSE,,,,, +waffle.n.01,liquid,0,0,FALSE,,,,, +waffle.n.01,heatSource,0,0,FALSE,,,,, +waffle.n.01,fireSource,1,0,FALSE,,,,, +waffle.n.01,cookable,0,1,TRUE,191,UNKNOWN,"https://blog.thermoworks.com/chicken/chicken-and-waffles-temperature-is-everything/#:~:text=There%20are%20no%20two%20ways,everyone%20wants%20in%20a%20waffle.",, +waffle.n.01,coldSource,0,0,FALSE,,,,, +waffle.n.01,sliceable,0,1,FALSE,,,,, +waffle.n.01,slicer,1,0,FALSE,,,,, +waffle.n.01,soakable,0,0,FALSE,,,,, +girdle.n.02,liquid,0,0,FALSE,,,,, +girdle.n.02,heatSource,0,0,FALSE,,,,, +girdle.n.02,fireSource,0,0,FALSE,,,,, +girdle.n.02,cookable,0,0,FALSE,,,,, +girdle.n.02,coldSource,0,0,FALSE,,,,, +girdle.n.02,sliceable,0,0,FALSE,,,,, +girdle.n.02,slicer,0,0,FALSE,,,,, +girdle.n.02,soakable,0,0,FALSE,,,,, +wallet.n.01,liquid,0,0,FALSE,,,,, +wallet.n.01,heatSource,0,0,FALSE,,,,, +wallet.n.01,fireSource,0,0,FALSE,,,,, +wallet.n.01,cookable,0,0,FALSE,,,,, +wallet.n.01,coldSource,0,0,FALSE,,,,, +wallet.n.01,sliceable,0,0,FALSE,,,,, +wallet.n.01,slicer,1,0,FALSE,,,,, +wallet.n.01,soakable,1,0,FALSE,,,,, +water_glass.n.02,liquid,1,0,FALSE,,,,, +water_glass.n.02,heatSource,0,0,FALSE,,,,, +water_glass.n.02,fireSource,0,0,FALSE,,,,, +water_glass.n.02,cookable,0,0,FALSE,,,,, +water_glass.n.02,coldSource,1,0,FALSE,,,,, +water_glass.n.02,sliceable,0,0,FALSE,,,,, +water_glass.n.02,slicer,0,0,FALSE,,,,, +water_glass.n.02,soakable,0,0,FALSE,,,,, +watering_can.n.01,liquid,1,0,FALSE,,,,, +watering_can.n.01,heatSource,0,0,FALSE,,,,, +watering_can.n.01,fireSource,0,0,FALSE,,,,, +watering_can.n.01,cookable,0,0,FALSE,,,,, +watering_can.n.01,coldSource,1,0,FALSE,,,,, +watering_can.n.01,sliceable,0,0,FALSE,,,,, +watering_can.n.01,slicer,0,0,FALSE,,,,, +watering_can.n.01,soakable,0,0,FALSE,,,,, +anchor.n.01,liquid,0,0,FALSE,,,,, +anchor.n.01,heatSource,0,0,FALSE,,,,, +anchor.n.01,fireSource,0,0,FALSE,,,,, +anchor.n.01,cookable,0,0,FALSE,,,,, +anchor.n.01,coldSource,0,0,FALSE,,,,, +anchor.n.01,sliceable,0,0,FALSE,,,,, +anchor.n.01,slicer,0,0,FALSE,,,,, +anchor.n.01,soakable,0,0,FALSE,,,,, +anchor.n.02,liquid,0,0,FALSE,,,,, +anchor.n.02,heatSource,0,0,FALSE,,,,, +anchor.n.02,fireSource,0,0,FALSE,,,,, +anchor.n.02,cookable,0,0,FALSE,,,,, +anchor.n.02,coldSource,0,0,FALSE,,,,, +anchor.n.02,sliceable,0,0,FALSE,,,,, +anchor.n.02,slicer,0,0,FALSE,,,,, +anchor.n.02,soakable,0,0,FALSE,,,,, +band.n.07,liquid,0,0,FALSE,,,,, +band.n.07,heatSource,0,0,FALSE,,,,, +band.n.07,fireSource,0,0,FALSE,,,,, +band.n.07,cookable,0,0,FALSE,,,,, +band.n.07,coldSource,0,0,FALSE,,,,, +band.n.07,sliceable,0,0,FALSE,,,,, +band.n.07,slicer,1,0,FALSE,,,,, +band.n.07,soakable,1,0,FALSE,,,,, +barbecue_sauce.n.01,liquid,0,1,FALSE,,,,, +barbecue_sauce.n.01,heatSource,0,0,FALSE,,,,, +barbecue_sauce.n.01,fireSource,1,0,FALSE,,,,, +barbecue_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +barbecue_sauce.n.01,coldSource,0,0,FALSE,,,,, +barbecue_sauce.n.01,sliceable,0,0,FALSE,,,,, +barbecue_sauce.n.01,slicer,0,0,FALSE,,,,, +barbecue_sauce.n.01,soakable,0,0,FALSE,,,,, +black_bean.n.01,liquid,0,0,FALSE,,,,, +black_bean.n.01,heatSource,0,0,FALSE,,,,, +black_bean.n.01,fireSource,1,0,FALSE,,,,, +black_bean.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +black_bean.n.01,coldSource,0,0,FALSE,,,,, +black_bean.n.01,sliceable,0,0,FALSE,,,,, +black_bean.n.01,slicer,0,0,FALSE,,,,, +black_bean.n.01,soakable,0,0,FALSE,,,,, +blouse.n.01,liquid,0,0,FALSE,,,,, +blouse.n.01,heatSource,0,0,FALSE,,,,, +blouse.n.01,fireSource,0,0,FALSE,,,,, +blouse.n.01,cookable,0,0,FALSE,,,,, +blouse.n.01,coldSource,0,0,FALSE,,,,, +blouse.n.01,sliceable,0,0,FALSE,,,,, +blouse.n.01,slicer,1,0,FALSE,,,,, +blouse.n.01,soakable,1,1,FALSE,,,,, +borax.n.01,liquid,0,0,FALSE,,,,, +borax.n.01,heatSource,0,0,FALSE,,,,, +borax.n.01,fireSource,0,0,FALSE,,,,, +borax.n.01,cookable,0,0,FALSE,,,,, +borax.n.01,coldSource,0,0,FALSE,,,,, +borax.n.01,sliceable,0,0,FALSE,,,,, +borax.n.01,slicer,0,0,FALSE,,,,, +borax.n.01,soakable,0,0,FALSE,,,,, +brake.n.01,liquid,0,0,FALSE,,,,, +brake.n.01,heatSource,0,0,FALSE,,,,, +brake.n.01,fireSource,0,0,FALSE,,,,, +brake.n.01,cookable,0,0,FALSE,,,,, +brake.n.01,coldSource,0,0,FALSE,,,,, +brake.n.01,sliceable,0,0,FALSE,,,,, +brake.n.01,slicer,1,0,FALSE,,,,, +brake.n.01,soakable,0,0,FALSE,,,,, +brake.n.05,liquid,0,0,FALSE,,,,, +brake.n.05,heatSource,0,0,FALSE,,,,, +brake.n.05,fireSource,0,0,FALSE,,,,, +brake.n.05,cookable,0,0,FALSE,,,,, +brake.n.05,coldSource,0,0,FALSE,,,,, +brake.n.05,sliceable,0,0,FALSE,,,,, +brake.n.05,slicer,1,0,FALSE,,,,, +brake.n.05,soakable,1,0,FALSE,,,,, +brandy.n.01,liquid,1,1,FALSE,,,,, +brandy.n.01,heatSource,0,0,FALSE,,,,, +brandy.n.01,fireSource,0,0,FALSE,,,,, +brandy.n.01,cookable,0,0,FALSE,,,,, +brandy.n.01,coldSource,0,0,FALSE,,,,, +brandy.n.01,sliceable,0,0,FALSE,,,,, +brandy.n.01,slicer,0,0,FALSE,,,,, +brandy.n.01,soakable,0,0,FALSE,,,,, +breakfast.n.01,liquid,0,0,FALSE,,,,, +breakfast.n.01,heatSource,0,0,FALSE,,,,, +breakfast.n.01,fireSource,1,0,FALSE,,,,, +breakfast.n.01,cookable,0,1,TRUE,Too general,UNKNOWN,,, +breakfast.n.01,coldSource,0,0,FALSE,,,,, +breakfast.n.01,sliceable,0,1,FALSE,,,,, +breakfast.n.01,slicer,0,0,FALSE,,,,, +breakfast.n.01,soakable,0,0,FALSE,,,,, +brown_rice.n.01,liquid,0,0,FALSE,,,,, +brown_rice.n.01,heatSource,0,0,FALSE,,,,, +brown_rice.n.01,fireSource,1,0,FALSE,,,,, +brown_rice.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +brown_rice.n.01,coldSource,0,0,FALSE,,,,, +brown_rice.n.01,sliceable,0,0,FALSE,,,,, +brown_rice.n.01,slicer,0,0,FALSE,,,,, +brown_rice.n.01,soakable,0,0,FALSE,,,,, +citrus.n.01,liquid,0,0,FALSE,,,,, +citrus.n.01,heatSource,0,0,FALSE,,,,, +citrus.n.01,fireSource,0,0,FALSE,,,,, +citrus.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +citrus.n.01,coldSource,1,0,FALSE,,,,, +citrus.n.01,sliceable,0,1,FALSE,,,,, +citrus.n.01,slicer,0,0,FALSE,,,,, +citrus.n.01,soakable,0,0,FALSE,,,,, +coffee_filter.n.01,liquid,0,0,FALSE,,,,, +coffee_filter.n.01,heatSource,0,0,FALSE,,,,, +coffee_filter.n.01,fireSource,0,0,FALSE,,,,, +coffee_filter.n.01,cookable,0,0,FALSE,,,,, +coffee_filter.n.01,coldSource,1,0,FALSE,,,,, +coffee_filter.n.01,sliceable,0,0,FALSE,,,,, +coffee_filter.n.01,slicer,0,0,FALSE,,,,, +coffee_filter.n.01,soakable,0,0,FALSE,,,,, +dutch_oven.n.01,liquid,0,0,FALSE,,,,, +dutch_oven.n.01,heatSource,1,1,FALSE,,,,, +dutch_oven.n.01,fireSource,1,0,FALSE,,,,, +dutch_oven.n.01,cookable,0,0,FALSE,,,,, +dutch_oven.n.01,coldSource,0,0,FALSE,,,,, +dutch_oven.n.01,sliceable,0,0,FALSE,,,,, +dutch_oven.n.01,slicer,0,0,FALSE,,,,, +dutch_oven.n.01,soakable,0,0,FALSE,,,,, +engine.n.0,liquid,0,0,FALSE,,,,, +engine.n.0,heatSource,0,1,FALSE,,,,, +engine.n.0,fireSource,0,0,FALSE,,,,, +engine.n.0,cookable,0,0,FALSE,,,,, +engine.n.0,coldSource,0,0,FALSE,,,,, +engine.n.0,sliceable,0,0,FALSE,,,,, +engine.n.0,slicer,1,0,FALSE,,,,, +engine.n.0,soakable,0,0,FALSE,,,,, +fennel.n.0,liquid,0,0,FALSE,,,,, +fennel.n.0,heatSource,0,0,FALSE,,,,, +fennel.n.0,fireSource,1,0,FALSE,,,,, +fennel.n.0,cookable,0,0,FALSE,,,,, +fennel.n.0,coldSource,0,0,FALSE,,,,, +fennel.n.0,sliceable,0,0,FALSE,,,,, +fennel.n.0,slicer,0,0,FALSE,,,,, +fennel.n.0,soakable,0,0,FALSE,,,,, +first-aid_kit.n.01,liquid,0,0,FALSE,,,,, +first-aid_kit.n.01,heatSource,0,0,FALSE,,,,, +first-aid_kit.n.01,fireSource,0,0,FALSE,,,,, +first-aid_kit.n.01,cookable,0,0,FALSE,,,,, +first-aid_kit.n.01,coldSource,1,0,FALSE,,,,, +first-aid_kit.n.01,sliceable,0,0,FALSE,,,,, +first-aid_kit.n.01,slicer,1,0,FALSE,,,,, +first-aid_kit.n.01,soakable,1,0,FALSE,,,,, +garland.v.01,liquid,0,0,FALSE,,,,, +garland.v.01,heatSource,0,0,FALSE,,,,, +garland.v.01,fireSource,0,0,FALSE,,,,, +garland.v.01,cookable,0,0,FALSE,,,,, +garland.v.01,coldSource,0,0,FALSE,,,,, +garland.v.01,sliceable,0,0,FALSE,,,,, +garland.v.01,slicer,0,0,FALSE,,,,, +garland.v.01,soakable,0,1,FALSE,,,,, +garnish.n.01,liquid,0,0,FALSE,,,,, +garnish.n.01,heatSource,0,0,FALSE,,,,, +garnish.n.01,fireSource,1,0,FALSE,,,,, +garnish.n.01,cookable,0,0,FALSE,,,,, +garnish.n.01,coldSource,0,0,FALSE,,,,, +garnish.n.01,sliceable,0,0,FALSE,,,,, +garnish.n.01,slicer,0,0,FALSE,,,,, +garnish.n.01,soakable,0,0,FALSE,,,,, +glassware.n.01,liquid,0,0,FALSE,,,,, +glassware.n.01,heatSource,0,0,FALSE,,,,, +glassware.n.01,fireSource,0,0,FALSE,,,,, +glassware.n.01,cookable,0,0,FALSE,,,,, +glassware.n.01,coldSource,1,0,FALSE,,,,, +glassware.n.01,sliceable,0,0,FALSE,,,,, +glassware.n.01,slicer,1,0,FALSE,,,,, +glassware.n.01,soakable,0,0,FALSE,,,,, +jelly.n.02,liquid,0,0,FALSE,,,,, +jelly.n.02,heatSource,0,0,FALSE,,,,, +jelly.n.02,fireSource,0,0,FALSE,,,,, +jelly.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +jelly.n.02,coldSource,0,0,FALSE,,,,, +jelly.n.02,sliceable,0,1,FALSE,,,,, +jelly.n.02,slicer,0,0,FALSE,,,,, +jelly.n.02,soakable,0,0,FALSE,,,,, +mallet.n.03,liquid,0,0,FALSE,,,,, +mallet.n.03,heatSource,0,0,FALSE,,,,, +mallet.n.03,fireSource,0,0,FALSE,,,,, +mallet.n.03,cookable,0,0,FALSE,,,,, +mallet.n.03,coldSource,0,0,FALSE,,,,, +mallet.n.03,sliceable,0,0,FALSE,,,,, +mallet.n.03,slicer,0,0,FALSE,,,,, +mallet.n.03,soakable,0,0,FALSE,,,,, +moss.n.01,liquid,0,0,FALSE,,,,, +moss.n.01,heatSource,0,0,FALSE,,,,, +moss.n.01,fireSource,0,0,FALSE,,,,, +moss.n.01,cookable,0,0,FALSE,,,,, +moss.n.01,coldSource,0,0,FALSE,,,,, +moss.n.01,sliceable,0,0,FALSE,,,,, +moss.n.01,slicer,0,0,FALSE,,,,, +moss.n.01,soakable,0,0,FALSE,,,,, +needle.n.03,liquid,0,0,FALSE,,,,, +needle.n.03,heatSource,0,0,FALSE,,,,, +needle.n.03,fireSource,0,0,FALSE,,,,, +needle.n.03,cookable,0,0,FALSE,,,,, +needle.n.03,coldSource,0,0,FALSE,,,,, +needle.n.03,sliceable,0,0,FALSE,,,,, +needle.n.03,slicer,1,0,FALSE,,,,, +needle.n.03,soakable,0,0,FALSE,,,,, +needle.n.02,liquid,0,0,FALSE,,,,, +needle.n.02,heatSource,0,0,FALSE,,,,, +needle.n.02,fireSource,0,0,FALSE,,,,, +needle.n.02,cookable,0,0,FALSE,,,,, +needle.n.02,coldSource,0,0,FALSE,,,,, +needle.n.02,sliceable,0,0,FALSE,,,,, +needle.n.02,slicer,1,0,FALSE,,,,, +needle.n.02,soakable,0,0,FALSE,,,,, +oat.n.01,liquid,0,0,FALSE,,,,, +oat.n.01,heatSource,0,0,FALSE,,,,, +oat.n.01,fireSource,1,0,FALSE,,,,, +oat.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +oat.n.01,coldSource,0,0,FALSE,,,,, +oat.n.01,sliceable,0,0,FALSE,,,,, +oat.n.01,slicer,0,0,FALSE,,,,, +oat.n.01,soakable,0,0,FALSE,,,,, +onion.n.01,liquid,0,0,FALSE,,,,, +onion.n.01,heatSource,0,0,FALSE,,,,, +onion.n.01,fireSource,1,0,FALSE,,,,, +onion.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +onion.n.01,coldSource,0,0,FALSE,,,,, +onion.n.01,sliceable,0,1,FALSE,,,,, +onion.n.01,slicer,0,0,FALSE,,,,, +onion.n.01,soakable,0,0,FALSE,,,,, +pallet.n.02,liquid,0,0,FALSE,,,,, +pallet.n.02,heatSource,0,0,FALSE,,,,, +pallet.n.02,fireSource,0,0,FALSE,,,,, +pallet.n.02,cookable,0,0,FALSE,,,,, +pallet.n.02,coldSource,0,0,FALSE,,,,, +pallet.n.02,sliceable,0,0,FALSE,,,,, +pallet.n.02,slicer,1,0,FALSE,,,,, +pallet.n.02,soakable,0,1,FALSE,,,,, +pencil_box.n.0,liquid,0,0,FALSE,,,,, +pencil_box.n.0,heatSource,0,0,FALSE,,,,, +pencil_box.n.0,fireSource,0,0,FALSE,,,,, +pencil_box.n.0,cookable,0,0,FALSE,,,,, +pencil_box.n.0,coldSource,0,0,FALSE,,,,, +pencil_box.n.0,sliceable,0,0,FALSE,,,,, +pencil_box.n.0,slicer,0,0,FALSE,,,,, +pencil_box.n.0,soakable,0,0,FALSE,,,,, +aroma.n.02,liquid,0,0,FALSE,,,,, +aroma.n.02,heatSource,0,0,FALSE,,,,, +aroma.n.02,fireSource,0,0,FALSE,,,,, +aroma.n.02,cookable,0,0,FALSE,,,,, +aroma.n.02,coldSource,0,0,FALSE,,,,, +aroma.n.02,sliceable,0,0,FALSE,,,,, +aroma.n.02,slicer,0,0,FALSE,,,,, +aroma.n.02,soakable,0,0,FALSE,,,,, +quilt.n.01,liquid,0,0,FALSE,,,,, +quilt.n.01,heatSource,0,0,FALSE,,,,, +quilt.n.01,fireSource,0,0,FALSE,,,,, +quilt.n.01,cookable,0,0,FALSE,,,,, +quilt.n.01,coldSource,0,0,FALSE,,,,, +quilt.n.01,sliceable,0,0,FALSE,,,,, +quilt.n.01,slicer,0,0,FALSE,,,,, +quilt.n.01,soakable,1,1,FALSE,,,,, +safety_glass.n.01,liquid,0,0,FALSE,,,,, +safety_glass.n.01,heatSource,0,0,FALSE,,,,, +safety_glass.n.01,fireSource,0,0,FALSE,,,,, +safety_glass.n.01,cookable,0,0,FALSE,,,,, +safety_glass.n.01,coldSource,1,0,FALSE,,,,, +safety_glass.n.01,sliceable,0,0,FALSE,,,,, +safety_glass.n.01,slicer,0,0,FALSE,,,,, +safety_glass.n.01,soakable,0,0,FALSE,,,,, +goggles.n.01,liquid,0,0,FALSE,,,,, +goggles.n.01,heatSource,0,0,FALSE,,,,, +goggles.n.01,fireSource,0,0,FALSE,,,,, +goggles.n.01,cookable,0,0,FALSE,,,,, +goggles.n.01,coldSource,0,0,FALSE,,,,, +goggles.n.01,sliceable,0,0,FALSE,,,,, +goggles.n.01,slicer,1,0,FALSE,,,,, +goggles.n.01,soakable,0,0,FALSE,,,,, +saltshaker.n.01,liquid,0,0,FALSE,,,,, +saltshaker.n.01,heatSource,0,0,FALSE,,,,, +saltshaker.n.01,fireSource,0,0,FALSE,,,,, +saltshaker.n.01,cookable,0,0,FALSE,,,,, +saltshaker.n.01,coldSource,0,0,FALSE,,,,, +saltshaker.n.01,sliceable,0,0,FALSE,,,,, +saltshaker.n.01,slicer,1,0,FALSE,,,,, +saltshaker.n.01,soakable,0,0,FALSE,,,,, +disk.n.01,liquid,0,0,FALSE,,,,, +disk.n.01,heatSource,0,0,FALSE,,,,, +disk.n.01,fireSource,0,0,FALSE,,,,, +disk.n.01,cookable,0,0,FALSE,,,,, +disk.n.01,coldSource,0,0,FALSE,,,,, +disk.n.01,sliceable,0,0,FALSE,,,,, +disk.n.01,slicer,1,0,FALSE,,,,, +disk.n.01,soakable,0,0,FALSE,,,,, +sawdust.n.01,liquid,0,0,FALSE,,,,, +sawdust.n.01,heatSource,0,0,FALSE,,,,, +sawdust.n.01,fireSource,0,1,FALSE,,,,, +sawdust.n.01,cookable,0,0,FALSE,,,,, +sawdust.n.01,coldSource,0,0,FALSE,,,,, +sawdust.n.01,sliceable,0,0,FALSE,,,,, +sawdust.n.01,slicer,1,0,FALSE,,,,, +sawdust.n.01,soakable,0,0,FALSE,,,,, +shallot.n.01,liquid,0,0,FALSE,,,,, +shallot.n.01,heatSource,0,0,FALSE,,,,, +shallot.n.01,fireSource,1,0,FALSE,,,,, +shallot.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +shallot.n.01,coldSource,0,0,FALSE,,,,, +shallot.n.01,sliceable,0,1,FALSE,,,,, +shallot.n.01,slicer,0,0,FALSE,,,,, +shallot.n.01,soakable,0,0,FALSE,,,,, +sign.n.02,liquid,0,0,FALSE,,,,, +sign.n.02,heatSource,0,0,FALSE,,,,, +sign.n.02,fireSource,0,0,FALSE,,,,, +sign.n.02,cookable,0,0,FALSE,,,,, +sign.n.02,coldSource,0,0,FALSE,,,,, +sign.n.02,sliceable,0,0,FALSE,,,,, +sign.n.02,slicer,1,0,FALSE,,,,, +sign.n.02,soakable,0,0,FALSE,,,,, +socket.n.01,liquid,0,0,FALSE,,,,, +socket.n.01,heatSource,0,0,FALSE,,,,, +socket.n.01,fireSource,0,0,FALSE,,,,, +socket.n.01,cookable,0,0,FALSE,,,,, +socket.n.01,coldSource,0,0,FALSE,,,,, +socket.n.01,sliceable,0,0,FALSE,,,,, +socket.n.01,slicer,1,0,FALSE,,,,, +socket.n.01,soakable,0,0,FALSE,,,,, +soya_milk.n.01,liquid,1,1,FALSE,,,,, +soya_milk.n.01,heatSource,0,0,FALSE,,,,, +soya_milk.n.01,fireSource,1,0,FALSE,,,,, +soya_milk.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +soya_milk.n.01,coldSource,1,0,FALSE,,,,, +soya_milk.n.01,sliceable,0,0,FALSE,,,,, +soya_milk.n.01,slicer,0,0,FALSE,,,,, +soya_milk.n.01,soakable,0,0,FALSE,,,,, +spaghetti.n.01,liquid,0,0,FALSE,,,,, +spaghetti.n.01,heatSource,0,0,FALSE,,,,, +spaghetti.n.01,fireSource,1,0,FALSE,,,,, +spaghetti.n.01,cookable,0,1,TRUE,58,UNKNOWN,https://www.iforgotitswednesday.com/what-temperature-should-you-boil-spaghetti/,, +spaghetti.n.01,coldSource,0,0,FALSE,,,,, +spaghetti.n.01,sliceable,0,1,FALSE,,,,, +spaghetti.n.01,slicer,0,0,FALSE,,,,, +spaghetti.n.01,soakable,0,1,FALSE,,,,, +light.n.01,liquid,0,0,FALSE,,,,, +light.n.01,heatSource,0,0,FALSE,,,,, +light.n.01,fireSource,0,0,FALSE,,,,, +light.n.01,cookable,0,0,FALSE,,,,, +light.n.01,coldSource,0,0,FALSE,,,,, +light.n.01,sliceable,0,0,FALSE,,,,, +light.n.01,slicer,1,0,FALSE,,,,, +light.n.01,soakable,0,0,FALSE,,,,, +stuffing.n.01,liquid,0,0,FALSE,,,,, +stuffing.n.01,heatSource,0,0,FALSE,,,,, +stuffing.n.01,fireSource,1,0,FALSE,,,,, +stuffing.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +stuffing.n.01,coldSource,0,0,FALSE,,,,, +stuffing.n.01,sliceable,0,0,FALSE,,,,, +stuffing.n.01,slicer,0,0,FALSE,,,,, +stuffing.n.01,soakable,1,1,FALSE,,,,, +water_faucet.n.01,liquid,1,0,FALSE,,,,, +water_faucet.n.01,heatSource,0,0,FALSE,,,,, +water_faucet.n.01,fireSource,0,0,FALSE,,,,, +water_faucet.n.01,cookable,0,0,FALSE,,,,, +water_faucet.n.01,coldSource,1,0,FALSE,,,,, +water_faucet.n.01,sliceable,0,0,FALSE,,,,, +water_faucet.n.01,slicer,1,0,FALSE,,,,, +water_faucet.n.01,soakable,0,0,FALSE,,,,, +toiletry.n.01,liquid,0,0,FALSE,,,,, +toiletry.n.01,heatSource,0,0,FALSE,,,,, +toiletry.n.01,fireSource,0,0,FALSE,,,,, +toiletry.n.01,cookable,0,0,FALSE,,,,, +toiletry.n.01,coldSource,1,0,FALSE,,,,, +toiletry.n.01,sliceable,0,0,FALSE,,,,, +toiletry.n.01,slicer,1,0,FALSE,,,,, +toiletry.n.01,soakable,1,0,FALSE,,,,, +turnip.n.01,liquid,0,0,FALSE,,,,, +turnip.n.01,heatSource,0,0,FALSE,,,,, +turnip.n.01,fireSource,1,0,FALSE,,,,, +turnip.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +turnip.n.01,coldSource,0,0,FALSE,,,,, +turnip.n.01,sliceable,0,1,FALSE,,,,, +turnip.n.01,slicer,0,0,FALSE,,,,, +turnip.n.01,soakable,0,0,FALSE,,,,, +vinyl.n.02,liquid,0,0,FALSE,,,,, +vinyl.n.02,heatSource,0,0,FALSE,,,,, +vinyl.n.02,fireSource,0,0,FALSE,,,,, +vinyl.n.02,cookable,0,0,FALSE,,,,, +vinyl.n.02,coldSource,0,0,FALSE,,,,, +vinyl.n.02,sliceable,0,0,FALSE,,,,, +vinyl.n.02,slicer,0,0,FALSE,,,,, +vinyl.n.02,soakable,0,0,FALSE,,,,, +binder.n.01,liquid,0,0,FALSE,,,,, +binder.n.01,heatSource,0,0,FALSE,,,,, +binder.n.01,fireSource,0,0,FALSE,,,,, +binder.n.01,cookable,0,0,FALSE,,,,, +binder.n.01,coldSource,0,0,FALSE,,,,, +binder.n.01,sliceable,0,0,FALSE,,,,, +binder.n.01,slicer,1,0,FALSE,,,,, +binder.n.01,soakable,0,0,FALSE,,,,, +blackberry.n.01,liquid,0,0,FALSE,,,,, +blackberry.n.01,heatSource,0,0,FALSE,,,,, +blackberry.n.01,fireSource,1,0,FALSE,,,,, +blackberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +blackberry.n.01,coldSource,0,0,FALSE,,,,, +blackberry.n.01,sliceable,0,1,FALSE,,,,, +blackberry.n.01,slicer,1,0,FALSE,,,,, +blackberry.n.01,soakable,0,0,FALSE,,,,, +breadcrumb.n.01,liquid,0,0,FALSE,,,,, +breadcrumb.n.01,heatSource,0,0,FALSE,,,,, +breadcrumb.n.01,fireSource,1,0,FALSE,,,,, +breadcrumb.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +breadcrumb.n.01,coldSource,0,0,FALSE,,,,, +breadcrumb.n.01,sliceable,0,1,FALSE,,,,, +breadcrumb.n.01,slicer,1,0,FALSE,,,,, +breadcrumb.n.01,soakable,0,1,FALSE,,,,, +brick.n.01,liquid,0,0,FALSE,,,,, +brick.n.01,heatSource,0,0,FALSE,,,,, +brick.n.01,fireSource,1,0,FALSE,,,,, +brick.n.01,cookable,0,0,FALSE,,,,, +brick.n.01,coldSource,0,0,FALSE,,,,, +brick.n.01,sliceable,0,0,FALSE,,,,, +brick.n.01,slicer,0,0,FALSE,,,,, +brick.n.01,soakable,0,0,FALSE,,,,, +butter_knife.n.01,liquid,0,0,FALSE,,,,, +butter_knife.n.01,heatSource,0,0,FALSE,,,,, +butter_knife.n.01,fireSource,0,0,FALSE,,,,, +butter_knife.n.01,cookable,0,0,FALSE,,,,, +butter_knife.n.01,coldSource,0,0,FALSE,,,,, +butter_knife.n.01,sliceable,0,0,FALSE,,,,, +butter_knife.n.01,slicer,1,1,FALSE,,,,, +butter_knife.n.01,soakable,0,0,FALSE,,,,, +canola_oil.n.01,liquid,1,1,FALSE,,,,, +canola_oil.n.01,heatSource,0,0,FALSE,,,,, +canola_oil.n.01,fireSource,1,1,FALSE,,,,, +canola_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +canola_oil.n.01,coldSource,1,0,FALSE,,,,, +canola_oil.n.01,sliceable,0,0,FALSE,,,,, +canola_oil.n.01,slicer,0,0,FALSE,,,,, +canola_oil.n.01,soakable,0,0,FALSE,,,,, +casserole.n.01,liquid,0,0,FALSE,,,,, +casserole.n.01,heatSource,0,0,FALSE,,,,, +casserole.n.01,fireSource,1,0,FALSE,,,,, +casserole.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +casserole.n.01,coldSource,0,0,FALSE,,,,, +casserole.n.01,sliceable,0,1,FALSE,,,,, +casserole.n.01,slicer,1,0,FALSE,,,,, +casserole.n.01,soakable,0,0,FALSE,,,,, +cement.n.01,liquid,0,0,FALSE,,,,, +cement.n.01,heatSource,0,0,FALSE,,,,, +cement.n.01,fireSource,0,0,FALSE,,,,, +cement.n.01,cookable,0,0,FALSE,,,,, +cement.n.01,coldSource,0,0,FALSE,,,,, +cement.n.01,sliceable,0,0,FALSE,,,,, +cement.n.01,slicer,0,0,FALSE,,,,, +cement.n.01,soakable,0,0,FALSE,,,,, +champagne.n.01,liquid,1,1,FALSE,,,,, +champagne.n.01,heatSource,0,0,FALSE,,,,, +champagne.n.01,fireSource,0,0,FALSE,,,,, +champagne.n.01,cookable,0,0,FALSE,,,,, +champagne.n.01,coldSource,1,0,FALSE,,,,, +champagne.n.01,sliceable,0,0,FALSE,,,,, +champagne.n.01,slicer,0,0,FALSE,,,,, +champagne.n.01,soakable,0,0,FALSE,,,,, +cheesecloth.n.01,liquid,0,0,FALSE,,,,, +cheesecloth.n.01,heatSource,0,0,FALSE,,,,, +cheesecloth.n.01,fireSource,0,0,FALSE,,,,, +cheesecloth.n.01,cookable,0,0,FALSE,,,,, +cheesecloth.n.01,coldSource,0,0,FALSE,,,,, +cheesecloth.n.01,sliceable,0,0,FALSE,,,,, +cheesecloth.n.01,slicer,1,0,FALSE,,,,, +cheesecloth.n.01,soakable,1,1,FALSE,,,,, +chicken_broth.n.01,liquid,1,1,FALSE,,,,, +chicken_broth.n.01,heatSource,0,0,FALSE,,,,, +chicken_broth.n.01,fireSource,1,0,FALSE,,,,, +chicken_broth.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +chicken_broth.n.01,coldSource,0,0,FALSE,,,,, +chicken_broth.n.01,sliceable,0,0,FALSE,,,,, +chicken_broth.n.01,slicer,0,0,FALSE,,,,, +chicken_broth.n.01,soakable,0,0,FALSE,,,,, +chocolate_sauce.n.01,liquid,0,1,FALSE,,,,, +chocolate_sauce.n.01,heatSource,0,0,FALSE,,,,, +chocolate_sauce.n.01,fireSource,0,0,FALSE,,,,, +chocolate_sauce.n.01,cookable,0,1,TRUE,N/A,93,,https://blog.thermoworks.com/fish-seafood/recommended-temperatures-seafood/, +chocolate_sauce.n.01,coldSource,0,0,FALSE,,,,, +chocolate_sauce.n.01,sliceable,0,0,FALSE,,,,, +chocolate_sauce.n.01,slicer,0,0,FALSE,,,,, +chocolate_sauce.n.01,soakable,0,0,FALSE,,,,, +clam.n.01,liquid,0,0,FALSE,,,,, +clam.n.01,heatSource,0,0,FALSE,,,,, +clam.n.01,fireSource,1,0,FALSE,,,,, +clam.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +clam.n.01,coldSource,0,0,FALSE,,,,, +clam.n.01,sliceable,0,1,FALSE,,,,, +clam.n.01,slicer,1,0,FALSE,,,,, +clam.n.01,soakable,0,0,FALSE,,,,, +clothespin.n.01,liquid,0,0,FALSE,,,,, +clothespin.n.01,heatSource,0,0,FALSE,,,,, +clothespin.n.01,fireSource,0,0,FALSE,,,,, +clothespin.n.01,cookable,0,0,FALSE,,,,, +clothespin.n.01,coldSource,0,0,FALSE,,,,, +clothespin.n.01,sliceable,0,0,FALSE,,,,, +clothespin.n.01,slicer,1,0,FALSE,,,,, +clothespin.n.01,soakable,1,0,FALSE,,,,, +coconut.n.02,liquid,0,0,FALSE,,,,, +coconut.n.02,heatSource,0,0,FALSE,,,,, +coconut.n.02,fireSource,1,0,FALSE,,,,, +coconut.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +coconut.n.02,coldSource,0,0,FALSE,,,,, +coconut.n.02,sliceable,0,1,FALSE,,,,, +coconut.n.02,slicer,0,0,FALSE,,,,, +coconut.n.02,soakable,0,0,FALSE,,,,, +cornmeal.n.01,liquid,0,0,FALSE,,,,, +cornmeal.n.01,heatSource,0,0,FALSE,,,,, +cornmeal.n.01,fireSource,1,0,FALSE,,,,, +cornmeal.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cornmeal.n.01,coldSource,0,0,FALSE,,,,, +cornmeal.n.01,sliceable,0,1,FALSE,,,,, +cornmeal.n.01,slicer,0,0,FALSE,,,,, +cornmeal.n.01,soakable,0,0,FALSE,,,,, +cosmetic.n.01,liquid,0,0,FALSE,,,,, +cosmetic.n.01,heatSource,0,0,FALSE,,,,, +cosmetic.n.01,fireSource,0,0,FALSE,,,,, +cosmetic.n.01,cookable,0,0,FALSE,,,,, +cosmetic.n.01,coldSource,1,0,FALSE,,,,, +cosmetic.n.01,sliceable,0,0,FALSE,,,,, +cosmetic.n.01,slicer,0,0,FALSE,,,,, +cosmetic.n.01,soakable,0,0,FALSE,,,,, +espresso.n.01,liquid,1,1,FALSE,,,,, +espresso.n.01,heatSource,0,0,FALSE,,,,, +espresso.n.01,fireSource,0,0,FALSE,,,,, +espresso.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +espresso.n.01,coldSource,0,0,FALSE,,,,, +espresso.n.01,sliceable,0,0,FALSE,,,,, +espresso.n.01,slicer,0,0,FALSE,,,,, +espresso.n.01,soakable,0,0,FALSE,,,,, +feather.n.01,liquid,0,0,FALSE,,,,, +feather.n.01,heatSource,0,0,FALSE,,,,, +feather.n.01,fireSource,0,0,FALSE,,,,, +feather.n.01,cookable,0,0,FALSE,,,,, +feather.n.01,coldSource,0,0,FALSE,,,,, +feather.n.01,sliceable,0,0,FALSE,,,,, +feather.n.01,slicer,0,0,FALSE,,,,, +feather.n.01,soakable,0,0,FALSE,,,,, +flashlight.n.01,liquid,0,0,FALSE,,,,, +flashlight.n.01,heatSource,0,0,FALSE,,,,, +flashlight.n.01,fireSource,0,0,FALSE,,,,, +flashlight.n.01,cookable,0,0,FALSE,,,,, +flashlight.n.01,coldSource,0,0,FALSE,,,,, +flashlight.n.01,sliceable,0,0,FALSE,,,,, +flashlight.n.01,slicer,1,0,FALSE,,,,, +flashlight.n.01,soakable,1,0,FALSE,,,,, +fuel.n.01,liquid,1,1,FALSE,,,,, +fuel.n.01,heatSource,1,0,FALSE,,,,, +fuel.n.01,fireSource,1,1,FALSE,,,,, +fuel.n.01,cookable,0,0,FALSE,,,,, +fuel.n.01,coldSource,0,0,FALSE,,,,, +fuel.n.01,sliceable,0,0,FALSE,,,,, +fuel.n.01,slicer,1,0,FALSE,,,,, +fuel.n.01,soakable,0,0,FALSE,,,,, +lamb.n.01,liquid,0,0,FALSE,,,,, +lamb.n.01,heatSource,0,0,FALSE,,,,, +lamb.n.01,fireSource,1,0,FALSE,,,,, +lamb.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +lamb.n.01,coldSource,0,0,FALSE,,,,, +lamb.n.01,sliceable,0,1,FALSE,,,,, +lamb.n.01,slicer,0,0,FALSE,,,,, +lamb.n.01,soakable,0,0,FALSE,,,,, +lubricant.n.01,liquid,1,1,FALSE,,,,, +lubricant.n.01,heatSource,0,0,FALSE,,,,, +lubricant.n.01,fireSource,0,0,FALSE,,,,, +lubricant.n.01,cookable,0,0,FALSE,,,,, +lubricant.n.01,coldSource,1,0,FALSE,,,,, +lubricant.n.01,sliceable,0,0,FALSE,,,,, +lubricant.n.01,slicer,0,0,FALSE,,,,, +lubricant.n.01,soakable,0,0,FALSE,,,,, +mango.n.01,liquid,0,0,FALSE,,,,, +mango.n.01,heatSource,0,0,FALSE,,,,, +mango.n.01,fireSource,0,0,FALSE,,,,, +mango.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +mango.n.01,coldSource,0,0,FALSE,,,,, +mango.n.01,sliceable,0,1,FALSE,,,,, +mango.n.01,slicer,0,0,FALSE,,,,, +mango.n.01,soakable,0,0,FALSE,,,,, +mussel.n.01,liquid,0,0,FALSE,,,,, +mussel.n.01,heatSource,0,0,FALSE,,,,, +mussel.n.01,fireSource,1,0,FALSE,,,,, +mussel.n.01,cookable,0,1,TRUE,63,UNKNOWN,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",, +mussel.n.01,coldSource,0,0,FALSE,,,,, +mussel.n.01,sliceable,0,1,FALSE,,,,, +mussel.n.01,slicer,0,0,FALSE,,,,, +mussel.n.01,soakable,0,0,FALSE,,,,, +parmesan.n.01,liquid,0,0,FALSE,,,,, +parmesan.n.01,heatSource,0,0,FALSE,,,,, +parmesan.n.01,fireSource,0,0,FALSE,,,,, +parmesan.n.01,cookable,0,1,TRUE,N/A,66,,"https://www.epicurious.com/expert-advice/how-to-melt-cheese-recipe-article#:~:text=According%20to%20Harold%20McGee's%20On,cheese's%20moisture%20evaporates%20too%20rapidly.", +parmesan.n.01,coldSource,0,0,FALSE,,,,, +parmesan.n.01,sliceable,0,1,FALSE,,,,, +parmesan.n.01,slicer,1,0,FALSE,,,,, +parmesan.n.01,soakable,0,0,FALSE,,,,, +parsnip.n.01,liquid,0,0,FALSE,,,,, +parsnip.n.01,heatSource,0,0,FALSE,,,,, +parsnip.n.01,fireSource,1,0,FALSE,,,,, +parsnip.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +parsnip.n.01,coldSource,0,0,FALSE,,,,, +parsnip.n.01,sliceable,0,1,FALSE,,,,, +parsnip.n.01,slicer,1,0,FALSE,,,,, +parsnip.n.01,soakable,0,0,FALSE,,,,, +peanut.n.01,liquid,0,0,FALSE,,,,, +peanut.n.01,heatSource,0,0,FALSE,,,,, +peanut.n.01,fireSource,0,0,FALSE,,,,, +peanut.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +peanut.n.01,coldSource,0,0,FALSE,,,,, +peanut.n.01,sliceable,0,0,FALSE,,,,, +peanut.n.01,slicer,0,0,FALSE,,,,, +peanut.n.01,soakable,0,0,FALSE,,,,, +pepper.n.03,liquid,0,0,FALSE,,,,, +pepper.n.03,heatSource,0,0,FALSE,,,,, +pepper.n.03,fireSource,1,0,FALSE,,,,, +pepper.n.03,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pepper.n.03,coldSource,0,0,FALSE,,,,, +pepper.n.03,sliceable,0,1,FALSE,,,,, +pepper.n.03,slicer,0,0,FALSE,,,,, +pepper.n.03,soakable,0,0,FALSE,,,,, +pineapple.n.01,liquid,0,0,FALSE,,,,, +pineapple.n.01,heatSource,0,0,FALSE,,,,, +pineapple.n.01,fireSource,0,0,FALSE,,,,, +pineapple.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pineapple.n.01,coldSource,0,0,FALSE,,,,, +pineapple.n.01,sliceable,0,1,FALSE,,,,, +pineapple.n.01,slicer,0,0,FALSE,,,,, +pineapple.n.01,soakable,0,0,FALSE,,,,, +pot.n.04,liquid,0,0,FALSE,,,,, +pot.n.04,heatSource,0,0,FALSE,,,,, +pot.n.04,fireSource,0,0,FALSE,,,,, +pot.n.04,cookable,0,0,FALSE,,,,, +pot.n.04,coldSource,1,0,FALSE,,,,, +pot.n.04,sliceable,0,0,FALSE,,,,, +pot.n.04,slicer,1,0,FALSE,,,,, +pot.n.04,soakable,0,0,FALSE,,,,, +plum.n.01,liquid,0,0,FALSE,,,,, +plum.n.01,heatSource,0,0,FALSE,,,,, +plum.n.01,fireSource,1,0,FALSE,,,,, +plum.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +plum.n.01,coldSource,0,0,FALSE,,,,, +plum.n.01,sliceable,0,1,FALSE,,,,, +plum.n.01,slicer,1,0,FALSE,,,,, +plum.n.01,soakable,0,0,FALSE,,,,, +popcorn.n.01,liquid,0,0,FALSE,,,,, +popcorn.n.01,heatSource,1,0,FALSE,,,,, +popcorn.n.01,fireSource,1,0,FALSE,,,,, +popcorn.n.01,cookable,0,1,TRUE,162,UNKNOWN,https://cookieandkate.com/perfect-stovetop-popcorn-recipe/,, +popcorn.n.01,coldSource,0,0,FALSE,,,,, +popcorn.n.01,sliceable,0,0,FALSE,,,,, +popcorn.n.01,slicer,1,0,FALSE,,,,, +popcorn.n.01,soakable,0,1,FALSE,,,,, +powdered_sugar.n.01,liquid,0,0,FALSE,,,,, +powdered_sugar.n.01,heatSource,0,0,FALSE,,,,, +powdered_sugar.n.01,fireSource,0,0,FALSE,,,,, +powdered_sugar.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +powdered_sugar.n.01,coldSource,0,0,FALSE,,,,, +powdered_sugar.n.01,sliceable,0,0,FALSE,,,,, +powdered_sugar.n.01,slicer,0,0,FALSE,,,,, +powdered_sugar.n.01,soakable,0,0,FALSE,,,,, +pressure_cooker.n.01,liquid,0,0,FALSE,,,,, +pressure_cooker.n.01,heatSource,1,1,FALSE,,,,, +pressure_cooker.n.01,fireSource,1,0,FALSE,,,,, +pressure_cooker.n.01,cookable,0,0,FALSE,,,,, +pressure_cooker.n.01,coldSource,1,0,FALSE,,,,, +pressure_cooker.n.01,sliceable,0,0,FALSE,,,,, +pressure_cooker.n.01,slicer,1,0,FALSE,,,,, +pressure_cooker.n.01,soakable,0,0,FALSE,,,,, +beef_roast.n.01,liquid,0,0,FALSE,,,,, +beef_roast.n.01,heatSource,0,0,FALSE,,,,, +beef_roast.n.01,fireSource,1,0,FALSE,,,,, +beef_roast.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +beef_roast.n.01,coldSource,0,0,FALSE,,,,, +beef_roast.n.01,sliceable,0,1,FALSE,,,,, +beef_roast.n.01,slicer,0,0,FALSE,,,,, +beef_roast.n.01,soakable,0,0,FALSE,,,,, +rose.n.01,liquid,0,0,FALSE,,,,, +rose.n.01,heatSource,0,0,FALSE,,,,, +rose.n.01,fireSource,0,0,FALSE,,,,, +rose.n.01,cookable,0,0,FALSE,,,,, +rose.n.01,coldSource,0,0,FALSE,,,,, +rose.n.01,sliceable,0,0,FALSE,,,,, +rose.n.01,slicer,0,0,FALSE,,,,, +rose.n.01,soakable,0,0,FALSE,,,,, +rubber_band.n.01,liquid,0,0,FALSE,,,,, +rubber_band.n.01,heatSource,0,0,FALSE,,,,, +rubber_band.n.01,fireSource,0,0,FALSE,,,,, +rubber_band.n.01,cookable,0,0,FALSE,,,,, +rubber_band.n.01,coldSource,0,0,FALSE,,,,, +rubber_band.n.01,sliceable,0,0,FALSE,,,,, +rubber_band.n.01,slicer,1,0,FALSE,,,,, +rubber_band.n.01,soakable,1,0,FALSE,,,,, +stamp.n.03,liquid,0,0,FALSE,,,,, +stamp.n.03,heatSource,0,0,FALSE,,,,, +stamp.n.03,fireSource,0,0,FALSE,,,,, +stamp.n.03,cookable,0,0,FALSE,,,,, +stamp.n.03,coldSource,0,0,FALSE,,,,, +stamp.n.03,sliceable,0,1,FALSE,,,,, +stamp.n.03,slicer,1,0,FALSE,,,,, +stamp.n.03,soakable,0,1,FALSE,,,,, +suit.n.01,liquid,0,0,FALSE,,,,, +suit.n.01,heatSource,0,0,FALSE,,,,, +suit.n.01,fireSource,0,0,FALSE,,,,, +suit.n.01,cookable,0,0,FALSE,,,,, +suit.n.01,coldSource,0,0,FALSE,,,,, +suit.n.01,sliceable,0,0,FALSE,,,,, +suit.n.01,slicer,0,0,FALSE,,,,, +suit.n.01,soakable,0,1,FALSE,,,,, +tank_top.n.01,liquid,0,0,FALSE,,,,, +tank_top.n.01,heatSource,0,0,FALSE,,,,, +tank_top.n.01,fireSource,0,0,FALSE,,,,, +tank_top.n.01,cookable,0,0,FALSE,,,,, +tank_top.n.01,coldSource,0,0,FALSE,,,,, +tank_top.n.01,sliceable,0,0,FALSE,,,,, +tank_top.n.01,slicer,1,0,FALSE,,,,, +tank_top.n.01,soakable,0,1,FALSE,,,,, +tomato_paste.n.01,liquid,0,1,FALSE,,,,, +tomato_paste.n.01,heatSource,0,0,FALSE,,,,, +tomato_paste.n.01,fireSource,1,0,FALSE,,,,, +tomato_paste.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +tomato_paste.n.01,coldSource,0,0,FALSE,,,,, +tomato_paste.n.01,sliceable,0,0,FALSE,,,,, +tomato_paste.n.01,slicer,1,0,FALSE,,,,, +tomato_paste.n.01,soakable,0,0,FALSE,,,,, +carryall.n.01,liquid,0,0,FALSE,,,,, +carryall.n.01,heatSource,0,0,FALSE,,,,, +carryall.n.01,fireSource,0,0,FALSE,,,,, +carryall.n.01,cookable,0,0,FALSE,,,,, +carryall.n.01,coldSource,0,0,FALSE,,,,, +carryall.n.01,sliceable,0,0,FALSE,,,,, +carryall.n.01,slicer,0,0,FALSE,,,,, +carryall.n.01,soakable,0,0,FALSE,,,,, +valve.n.01,liquid,0,0,FALSE,,,,, +valve.n.01,heatSource,0,0,FALSE,,,,, +valve.n.01,fireSource,0,0,FALSE,,,,, +valve.n.01,cookable,0,0,FALSE,,,,, +valve.n.01,coldSource,0,0,FALSE,,,,, +valve.n.01,sliceable,0,0,FALSE,,,,, +valve.n.01,slicer,1,0,FALSE,,,,, +valve.n.01,soakable,0,0,FALSE,,,,, +whiskey.n.01,liquid,1,1,FALSE,,,,, +whiskey.n.01,heatSource,0,0,FALSE,,,,, +whiskey.n.01,fireSource,0,0,FALSE,,,,, +whiskey.n.01,cookable,0,0,FALSE,,,,, +whiskey.n.01,coldSource,1,0,FALSE,,,,, +whiskey.n.01,sliceable,0,0,FALSE,,,,, +whiskey.n.01,slicer,1,0,FALSE,,,,, +whiskey.n.01,soakable,0,0,FALSE,,,,, +wrinkle.n.01,liquid,0,0,FALSE,,,,, +wrinkle.n.01,heatSource,0,0,FALSE,,,,, +wrinkle.n.01,fireSource,0,0,FALSE,,,,, +wrinkle.n.01,cookable,0,0,FALSE,,,,, +wrinkle.n.01,coldSource,0,0,FALSE,,,,, +wrinkle.n.01,sliceable,0,0,FALSE,,,,, +wrinkle.n.01,slicer,0,0,FALSE,,,,, +wrinkle.n.01,soakable,0,0,FALSE,,,,, +block.n.01,liquid,0,0,FALSE,,,,, +block.n.01,heatSource,0,0,FALSE,,,,, +block.n.01,fireSource,0,0,FALSE,,,,, +block.n.01,cookable,0,0,FALSE,,,,, +block.n.01,coldSource,0,0,FALSE,,,,, +block.n.01,sliceable,0,0,FALSE,,,,, +block.n.01,slicer,0,0,FALSE,,,,, +block.n.01,soakable,0,0,FALSE,,,,, +brassiere.n.01,liquid,0,0,FALSE,,,,, +brassiere.n.01,heatSource,0,0,FALSE,,,,, +brassiere.n.01,fireSource,0,0,FALSE,,,,, +brassiere.n.01,cookable,0,0,FALSE,,,,, +brassiere.n.01,coldSource,0,0,FALSE,,,,, +brassiere.n.01,sliceable,0,0,FALSE,,,,, +brassiere.n.01,slicer,0,0,FALSE,,,,, +brassiere.n.01,soakable,0,1,FALSE,,,,, +brownie.n.03,liquid,0,0,FALSE,,,,, +brownie.n.03,heatSource,0,0,FALSE,,,,, +brownie.n.03,fireSource,0,0,FALSE,,,,, +brownie.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +brownie.n.03,coldSource,0,0,FALSE,,,,, +brownie.n.03,sliceable,0,1,FALSE,,,,, +brownie.n.03,slicer,1,0,FALSE,,,,, +brownie.n.03,soakable,0,0,FALSE,,,,, +camera.n.01,liquid,0,0,FALSE,,,,, +camera.n.01,heatSource,0,0,FALSE,,,,, +camera.n.01,fireSource,0,0,FALSE,,,,, +camera.n.01,cookable,0,0,FALSE,,,,, +camera.n.01,coldSource,0,0,FALSE,,,,, +camera.n.01,sliceable,0,0,FALSE,,,,, +camera.n.01,slicer,1,0,FALSE,,,,, +camera.n.01,soakable,0,0,FALSE,,,,, +cranberry.n.01,liquid,0,0,FALSE,,,,, +cranberry.n.01,heatSource,0,0,FALSE,,,,, +cranberry.n.01,fireSource,0,0,FALSE,,,,, +cranberry.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +cranberry.n.01,coldSource,0,0,FALSE,,,,, +cranberry.n.01,sliceable,0,1,FALSE,,,,, +cranberry.n.01,slicer,0,0,FALSE,,,,, +cranberry.n.01,soakable,0,0,FALSE,,,,, +crystal.n.01,liquid,0,0,FALSE,,,,, +crystal.n.01,heatSource,0,0,FALSE,,,,, +crystal.n.01,fireSource,0,0,FALSE,,,,, +crystal.n.01,cookable,0,0,FALSE,,,,, +crystal.n.01,coldSource,0,0,FALSE,,,,, +crystal.n.01,sliceable,0,0,FALSE,,,,, +crystal.n.01,slicer,0,0,FALSE,,,,, +crystal.n.01,soakable,0,0,FALSE,,,,, +fence.n.01,liquid,0,0,FALSE,,,,, +fence.n.01,heatSource,0,0,FALSE,,,,, +fence.n.01,fireSource,0,0,FALSE,,,,, +fence.n.01,cookable,0,0,FALSE,,,,, +fence.n.01,coldSource,0,0,FALSE,,,,, +fence.n.01,sliceable,0,0,FALSE,,,,, +fence.n.01,slicer,1,0,FALSE,,,,, +fence.n.01,soakable,0,0,FALSE,,,,, +funnel.n.01,liquid,1,0,FALSE,,,,, +funnel.n.01,heatSource,0,0,FALSE,,,,, +funnel.n.01,fireSource,0,0,FALSE,,,,, +funnel.n.01,cookable,0,0,FALSE,,,,, +funnel.n.01,coldSource,1,0,FALSE,,,,, +funnel.n.01,sliceable,0,0,FALSE,,,,, +funnel.n.01,slicer,1,0,FALSE,,,,, +funnel.n.01,soakable,0,0,FALSE,,,,, +grate.n.01,liquid,0,0,FALSE,,,,, +grate.n.01,heatSource,1,0,FALSE,,,,, +grate.n.01,fireSource,1,0,FALSE,,,,, +grate.n.01,cookable,0,0,FALSE,,,,, +grate.n.01,coldSource,0,0,FALSE,,,,, +grate.n.01,sliceable,0,0,FALSE,,,,, +grate.n.01,slicer,1,0,FALSE,,,,, +grate.n.01,soakable,0,0,FALSE,,,,, +ground_beef.n.01,liquid,0,0,FALSE,,,,, +ground_beef.n.01,heatSource,0,0,FALSE,,,,, +ground_beef.n.01,fireSource,1,0,FALSE,,,,, +ground_beef.n.01,cookable,0,1,TRUE,72,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +ground_beef.n.01,coldSource,0,0,FALSE,,,,, +ground_beef.n.01,sliceable,0,1,FALSE,,,,, +ground_beef.n.01,slicer,1,0,FALSE,,,,, +ground_beef.n.01,soakable,0,0,FALSE,,,,, +lingerie.n.01,liquid,0,0,FALSE,,,,, +lingerie.n.01,heatSource,0,0,FALSE,,,,, +lingerie.n.01,fireSource,0,0,FALSE,,,,, +lingerie.n.01,cookable,0,0,FALSE,,,,, +lingerie.n.01,coldSource,1,0,FALSE,,,,, +lingerie.n.01,sliceable,0,0,FALSE,,,,, +lingerie.n.01,slicer,1,0,FALSE,,,,, +lingerie.n.01,soakable,1,1,FALSE,,,,, +lunch.n.01,liquid,0,0,FALSE,,,,, +lunch.n.01,heatSource,0,0,FALSE,,,,, +lunch.n.01,fireSource,1,0,FALSE,,,,, +lunch.n.01,cookable,0,1,TRUE,Too General,UNKNOWN,,, +lunch.n.01,coldSource,0,0,FALSE,,,,, +lunch.n.01,sliceable,1,0,FALSE,,,,, +lunch.n.01,slicer,1,0,FALSE,,,,, +lunch.n.01,soakable,0,0,FALSE,,,,, +measuring_cup.n.01,liquid,1,0,FALSE,,,,, +measuring_cup.n.01,heatSource,0,0,FALSE,,,,, +measuring_cup.n.01,fireSource,0,0,FALSE,,,,, +measuring_cup.n.01,cookable,0,0,FALSE,,,,, +measuring_cup.n.01,coldSource,1,0,FALSE,,,,, +measuring_cup.n.01,sliceable,0,0,FALSE,,,,, +measuring_cup.n.01,slicer,1,0,FALSE,,,,, +measuring_cup.n.01,soakable,0,0,FALSE,,,,, +place_mat.n.01,liquid,0,0,FALSE,,,,, +place_mat.n.01,heatSource,0,0,FALSE,,,,, +place_mat.n.01,fireSource,0,0,FALSE,,,,, +place_mat.n.01,cookable,0,0,FALSE,,,,, +place_mat.n.01,coldSource,0,0,FALSE,,,,, +place_mat.n.01,sliceable,0,0,FALSE,,,,, +place_mat.n.01,slicer,0,0,FALSE,,,,, +place_mat.n.01,soakable,1,1,FALSE,,,,, +printer.n.02,liquid,0,0,FALSE,,,,, +printer.n.02,heatSource,0,0,FALSE,,,,, +printer.n.02,fireSource,0,0,FALSE,,,,, +printer.n.02,cookable,0,0,FALSE,,,,, +printer.n.02,coldSource,0,0,FALSE,,,,, +printer.n.02,sliceable,0,0,FALSE,,,,, +printer.n.02,slicer,1,0,FALSE,,,,, +printer.n.02,soakable,0,0,FALSE,,,,, +putty_knife.n.01,liquid,0,0,FALSE,,,,, +putty_knife.n.01,heatSource,0,0,FALSE,,,,, +putty_knife.n.01,fireSource,0,0,FALSE,,,,, +putty_knife.n.01,cookable,0,0,FALSE,,,,, +putty_knife.n.01,coldSource,0,0,FALSE,,,,, +putty_knife.n.01,sliceable,0,0,FALSE,,,,, +putty_knife.n.01,slicer,0,1,FALSE,,,,, +putty_knife.n.01,soakable,0,0,FALSE,,,,, +reception.n.04,liquid,0,0,FALSE,,,,, +reception.n.04,heatSource,0,0,FALSE,,,,, +reception.n.04,fireSource,0,0,FALSE,,,,, +reception.n.04,cookable,0,0,FALSE,,,,, +reception.n.04,coldSource,0,0,FALSE,,,,, +reception.n.04,sliceable,0,0,FALSE,,,,, +reception.n.04,slicer,0,0,FALSE,,,,, +reception.n.04,soakable,0,0,FALSE,,,,, +rule.n.12,liquid,0,0,FALSE,,,,, +rule.n.12,heatSource,0,0,FALSE,,,,, +rule.n.12,fireSource,0,0,FALSE,,,,, +rule.n.12,cookable,0,0,FALSE,,,,, +rule.n.12,coldSource,0,0,FALSE,,,,, +rule.n.12,sliceable,0,0,FALSE,,,,, +rule.n.12,slicer,1,0,FALSE,,,,, +rule.n.12,soakable,0,0,FALSE,,,,, +rum.n.01,liquid,1,1,FALSE,,,,, +rum.n.01,heatSource,0,0,FALSE,,,,, +rum.n.01,fireSource,0,0,FALSE,,,,, +rum.n.01,cookable,0,0,FALSE,,,,, +rum.n.01,coldSource,0,0,FALSE,,,,, +rum.n.01,sliceable,0,0,FALSE,,,,, +rum.n.01,slicer,0,0,FALSE,,,,, +rum.n.01,soakable,0,0,FALSE,,,,, +salmon.n.01,liquid,0,0,FALSE,,,,, +salmon.n.01,heatSource,0,0,FALSE,,,,, +salmon.n.01,fireSource,1,0,FALSE,,,,, +salmon.n.01,cookable,0,1,TRUE,63,93,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +salmon.n.01,coldSource,0,0,FALSE,,,,, +salmon.n.01,sliceable,0,1,FALSE,,,,, +salmon.n.01,slicer,0,0,FALSE,,,,, +salmon.n.01,soakable,0,0,FALSE,,,,, +scoop.n.02,liquid,0,0,FALSE,,,,, +scoop.n.02,heatSource,0,0,FALSE,,,,, +scoop.n.02,fireSource,0,0,FALSE,,,,, +scoop.n.02,cookable,0,0,FALSE,,,,, +scoop.n.02,coldSource,0,0,FALSE,,,,, +scoop.n.02,sliceable,0,0,FALSE,,,,, +scoop.n.02,slicer,1,0,FALSE,,,,, +scoop.n.02,soakable,0,0,FALSE,,,,, +skirt.n.01,liquid,0,0,FALSE,,,,, +skirt.n.01,heatSource,0,0,FALSE,,,,, +skirt.n.01,fireSource,0,0,FALSE,,,,, +skirt.n.01,cookable,0,0,FALSE,,,,, +skirt.n.01,coldSource,0,0,FALSE,,,,, +skirt.n.01,sliceable,0,0,FALSE,,,,, +skirt.n.01,slicer,0,0,FALSE,,,,, +skirt.n.01,soakable,1,1,FALSE,,,,, +smoothie.n.02,liquid,1,1,FALSE,,,,, +smoothie.n.02,heatSource,0,0,FALSE,,,,, +smoothie.n.02,fireSource,0,0,FALSE,,,,, +smoothie.n.02,cookable,1,0,FALSE,,,,, +smoothie.n.02,coldSource,1,1,FALSE,,,,, +smoothie.n.02,sliceable,0,0,FALSE,,,,, +smoothie.n.02,slicer,0,0,FALSE,,,,, +smoothie.n.02,soakable,0,0,FALSE,,,,, +sprinkler.n.01,liquid,0,0,FALSE,,,,, +sprinkler.n.01,heatSource,0,0,FALSE,,,,, +sprinkler.n.01,fireSource,0,0,FALSE,,,,, +sprinkler.n.01,cookable,0,0,FALSE,,,,, +sprinkler.n.01,coldSource,0,0,FALSE,,,,, +sprinkler.n.01,sliceable,0,0,FALSE,,,,, +sprinkler.n.01,slicer,1,1,FALSE,,,,, +sprinkler.n.01,soakable,0,0,FALSE,,,,, +suede.n.01,liquid,0,0,FALSE,,,,, +suede.n.01,heatSource,0,0,FALSE,,,,, +suede.n.01,fireSource,0,0,FALSE,,,,, +suede.n.01,cookable,0,0,FALSE,,,,, +suede.n.01,coldSource,0,0,FALSE,,,,, +suede.n.01,sliceable,0,0,FALSE,,,,, +suede.n.01,slicer,0,0,FALSE,,,,, +suede.n.01,soakable,0,1,FALSE,,,,, +sunglasses.n.01,liquid,0,0,FALSE,,,,, +sunglasses.n.01,heatSource,0,0,FALSE,,,,, +sunglasses.n.01,fireSource,0,0,FALSE,,,,, +sunglasses.n.01,cookable,0,0,FALSE,,,,, +sunglasses.n.01,coldSource,0,0,FALSE,,,,, +sunglasses.n.01,sliceable,0,0,FALSE,,,,, +sunglasses.n.01,slicer,1,0,FALSE,,,,, +sunglasses.n.01,soakable,1,0,FALSE,,,,, +tights.n.01,liquid,0,0,FALSE,,,,, +tights.n.01,heatSource,0,0,FALSE,,,,, +tights.n.01,fireSource,0,0,FALSE,,,,, +tights.n.01,cookable,0,0,FALSE,,,,, +tights.n.01,coldSource,1,0,FALSE,,,,, +tights.n.01,sliceable,0,0,FALSE,,,,, +tights.n.01,slicer,0,0,FALSE,,,,, +tights.n.01,soakable,1,1,FALSE,,,,, +string.n.01,liquid,0,0,FALSE,,,,, +string.n.01,heatSource,0,0,FALSE,,,,, +string.n.01,fireSource,0,0,FALSE,,,,, +string.n.01,cookable,0,0,FALSE,,,,, +string.n.01,coldSource,0,0,FALSE,,,,, +string.n.01,sliceable,0,1,FALSE,,,,, +string.n.01,slicer,1,0,FALSE,,,,, +string.n.01,soakable,0,0,FALSE,,,,, +velcro.n.01,liquid,0,0,FALSE,,,,, +velcro.n.01,heatSource,0,0,FALSE,,,,, +velcro.n.01,fireSource,0,0,FALSE,,,,, +velcro.n.01,cookable,0,0,FALSE,,,,, +velcro.n.01,coldSource,0,0,FALSE,,,,, +velcro.n.01,sliceable,0,0,FALSE,,,,, +velcro.n.01,slicer,1,0,FALSE,,,,, +velcro.n.01,soakable,0,0,FALSE,,,,, +vitamin_pill.n.01,liquid,0,0,FALSE,,,,, +vitamin_pill.n.01,heatSource,0,0,FALSE,,,,, +vitamin_pill.n.01,fireSource,0,0,FALSE,,,,, +vitamin_pill.n.01,cookable,0,0,FALSE,,,,, +vitamin_pill.n.01,coldSource,1,0,FALSE,,,,, +vitamin_pill.n.01,sliceable,0,0,FALSE,,,,, +vitamin_pill.n.01,slicer,0,0,FALSE,,,,, +vitamin_pill.n.01,soakable,0,0,FALSE,,,,, +vodka.n.01,liquid,1,1,FALSE,,,,, +vodka.n.01,heatSource,0,0,FALSE,,,,, +vodka.n.01,fireSource,0,0,FALSE,,,,, +vodka.n.01,cookable,0,0,FALSE,,,,, +vodka.n.01,coldSource,0,0,FALSE,,,,, +vodka.n.01,sliceable,0,0,FALSE,,,,, +vodka.n.01,slicer,1,0,FALSE,,,,, +vodka.n.01,soakable,0,0,FALSE,,,,, +yeast.n.01,liquid,0,0,FALSE,,,,, +yeast.n.01,heatSource,0,0,FALSE,,,,, +yeast.n.01,fireSource,0,0,FALSE,,,,, +yeast.n.01,cookable,0,0,FALSE,,,,, +yeast.n.01,coldSource,0,0,FALSE,,,,, +yeast.n.01,sliceable,0,0,FALSE,,,,, +yeast.n.01,slicer,1,0,FALSE,,,,, +yeast.n.01,soakable,0,0,FALSE,,,,, +alga.n.01,liquid,0,0,FALSE,,,,, +alga.n.01,heatSource,0,0,FALSE,,,,, +alga.n.01,fireSource,0,0,FALSE,,,,, +alga.n.01,cookable,0,0,FALSE,,,,, +alga.n.01,coldSource,0,0,FALSE,,,,, +alga.n.01,sliceable,0,0,FALSE,,,,, +alga.n.01,slicer,0,0,FALSE,,,,, +alga.n.01,soakable,0,0,FALSE,,,,, +baking_powder.n.01,liquid,0,0,FALSE,,,,, +baking_powder.n.01,heatSource,0,0,FALSE,,,,, +baking_powder.n.01,fireSource,0,0,FALSE,,,,, +baking_powder.n.01,cookable,0,0,FALSE,,,,, +baking_powder.n.01,coldSource,0,0,FALSE,,,,, +baking_powder.n.01,sliceable,0,0,FALSE,,,,, +baking_powder.n.01,slicer,0,0,FALSE,,,,, +baking_powder.n.01,soakable,0,0,FALSE,,,,, +bay_leaf.n.01,liquid,0,0,FALSE,,,,, +bay_leaf.n.01,heatSource,0,0,FALSE,,,,, +bay_leaf.n.01,fireSource,1,0,FALSE,,,,, +bay_leaf.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +bay_leaf.n.01,coldSource,0,0,FALSE,,,,, +bay_leaf.n.01,sliceable,0,1,FALSE,,,,, +bay_leaf.n.01,slicer,0,0,FALSE,,,,, +bay_leaf.n.01,soakable,0,0,FALSE,,,,, +bicycle.n.01,liquid,0,0,FALSE,,,,, +bicycle.n.01,heatSource,0,0,FALSE,,,,, +bicycle.n.01,fireSource,0,0,FALSE,,,,, +bicycle.n.01,cookable,0,0,FALSE,,,,, +bicycle.n.01,coldSource,0,0,FALSE,,,,, +bicycle.n.01,sliceable,0,0,FALSE,,,,, +bicycle.n.01,slicer,0,0,FALSE,,,,, +bicycle.n.01,soakable,1,0,FALSE,,,,, +boat.n.01,liquid,0,0,FALSE,,,,, +boat.n.01,heatSource,0,0,FALSE,,,,, +boat.n.01,fireSource,0,0,FALSE,,,,, +boat.n.01,cookable,0,0,FALSE,,,,, +boat.n.01,coldSource,0,0,FALSE,,,,, +boat.n.01,sliceable,0,0,FALSE,,,,, +boat.n.01,slicer,1,0,FALSE,,,,, +boat.n.01,soakable,0,0,FALSE,,,,, +shell.n.08,liquid,0,0,FALSE,,,,, +shell.n.08,heatSource,0,0,FALSE,,,,, +shell.n.08,fireSource,0,0,FALSE,,,,, +shell.n.08,cookable,0,0,FALSE,,,,, +shell.n.08,coldSource,0,0,FALSE,,,,, +shell.n.08,sliceable,0,0,FALSE,,,,, +shell.n.08,slicer,1,0,FALSE,,,,, +shell.n.08,soakable,0,0,FALSE,,,,, +clay.n.01,liquid,0,0,FALSE,,,,, +clay.n.01,heatSource,0,0,FALSE,,,,, +clay.n.01,fireSource,0,0,FALSE,,,,, +clay.n.01,cookable,0,0,FALSE,,,,, +clay.n.01,coldSource,0,0,FALSE,,,,, +clay.n.01,sliceable,0,0,FALSE,,,,, +clay.n.01,slicer,0,0,FALSE,,,,, +clay.n.01,soakable,0,1,FALSE,,,,, +crust.n.02,liquid,0,0,FALSE,,,,, +crust.n.02,heatSource,0,0,FALSE,,,,, +crust.n.02,fireSource,1,0,FALSE,,,,, +crust.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +crust.n.02,coldSource,0,0,FALSE,,,,, +crust.n.02,sliceable,0,1,FALSE,,,,, +crust.n.02,slicer,1,0,FALSE,,,,, +crust.n.02,soakable,0,1,FALSE,,,,, +shock_absorber.n.01,liquid,0,0,FALSE,,,,, +shock_absorber.n.01,heatSource,0,0,FALSE,,,,, +shock_absorber.n.01,fireSource,0,0,FALSE,,,,, +shock_absorber.n.01,cookable,0,0,FALSE,,,,, +shock_absorber.n.01,coldSource,0,0,FALSE,,,,, +shock_absorber.n.01,sliceable,0,0,FALSE,,,,, +shock_absorber.n.01,slicer,0,0,FALSE,,,,, +shock_absorber.n.01,soakable,0,0,FALSE,,,,, +cushion.v.01,liquid,0,0,FALSE,,,,, +cushion.v.01,heatSource,0,0,FALSE,,,,, +cushion.v.01,fireSource,0,0,FALSE,,,,, +cushion.v.01,cookable,0,0,FALSE,,,,, +cushion.v.01,coldSource,0,0,FALSE,,,,, +cushion.v.01,sliceable,0,0,FALSE,,,,, +cushion.v.01,slicer,0,0,FALSE,,,,, +cushion.v.01,soakable,0,1,FALSE,,,,, +duct_tape.n.01,liquid,0,0,FALSE,,,,, +duct_tape.n.01,heatSource,0,0,FALSE,,,,, +duct_tape.n.01,fireSource,0,0,FALSE,,,,, +duct_tape.n.01,cookable,0,0,FALSE,,,,, +duct_tape.n.01,coldSource,0,0,FALSE,,,,, +duct_tape.n.01,sliceable,0,1,FALSE,,,,, +duct_tape.n.01,slicer,0,0,FALSE,,,,, +duct_tape.n.01,soakable,1,0,FALSE,,,,, +firewood.n.01,liquid,0,0,FALSE,,,,, +firewood.n.01,heatSource,1,1,FALSE,,,,, +firewood.n.01,fireSource,0,1,FALSE,,,,, +firewood.n.01,cookable,0,0,FALSE,,,,, +firewood.n.01,coldSource,0,0,FALSE,,,,, +firewood.n.01,sliceable,0,0,FALSE,,,,, +firewood.n.01,slicer,1,0,FALSE,,,,, +firewood.n.01,soakable,0,1,FALSE,,,,, +hotdog.n.02,liquid,0,0,FALSE,,,,, +hotdog.n.02,heatSource,0,0,FALSE,,,,, +hotdog.n.02,fireSource,1,0,FALSE,,,,, +hotdog.n.02,cookable,0,1,TRUE,60,74,https://www.epicurious.com/expert-advice/the-best-method-for-cooking-hot-dogs-article,, +hotdog.n.02,coldSource,0,0,FALSE,,,,, +hotdog.n.02,sliceable,0,1,FALSE,,,,, +hotdog.n.02,slicer,0,0,FALSE,,,,, +hotdog.n.02,soakable,0,0,FALSE,,,,, +letter.n.01,liquid,0,0,FALSE,,,,, +letter.n.01,heatSource,0,0,FALSE,,,,, +letter.n.01,fireSource,0,0,FALSE,,,,, +letter.n.01,cookable,0,0,FALSE,,,,, +letter.n.01,coldSource,0,0,FALSE,,,,, +letter.n.01,sliceable,0,0,FALSE,,,,, +letter.n.01,slicer,0,0,FALSE,,,,, +letter.n.01,soakable,1,1,FALSE,,,,, +lime_juice.n.01,liquid,1,1,FALSE,,,,, +lime_juice.n.01,heatSource,0,0,FALSE,,,,, +lime_juice.n.01,fireSource,0,0,FALSE,,,,, +lime_juice.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +lime_juice.n.01,coldSource,1,0,FALSE,,,,, +lime_juice.n.01,sliceable,0,0,FALSE,,,,, +lime_juice.n.01,slicer,0,0,FALSE,,,,, +lime_juice.n.01,soakable,0,0,FALSE,,,,, +pecan.n.03,liquid,0,0,FALSE,,,,, +pecan.n.03,heatSource,0,0,FALSE,,,,, +pecan.n.03,fireSource,0,0,FALSE,,,,, +pecan.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +pecan.n.03,coldSource,0,0,FALSE,,,,, +pecan.n.03,sliceable,0,1,FALSE,,,,, +pecan.n.03,slicer,1,0,FALSE,,,,, +pecan.n.03,soakable,0,0,FALSE,,,,, +pickle.n.01,liquid,0,0,FALSE,,,,, +pickle.n.01,heatSource,0,0,FALSE,,,,, +pickle.n.01,fireSource,1,1,FALSE,,,,, +pickle.n.01,cookable,0,0,FALSE,,,,, +pickle.n.01,coldSource,0,0,FALSE,,,,, +pickle.n.01,sliceable,0,1,FALSE,,,,, +pickle.n.01,slicer,0,0,FALSE,,,,, +pickle.n.01,soakable,0,0,FALSE,,,,, +pump.n.01,liquid,0,0,FALSE,,,,, +pump.n.01,heatSource,0,0,FALSE,,,,, +pump.n.01,fireSource,0,0,FALSE,,,,, +pump.n.01,cookable,0,0,FALSE,,,,, +pump.n.01,coldSource,0,0,FALSE,,,,, +pump.n.01,sliceable,0,0,FALSE,,,,, +pump.n.01,slicer,1,0,FALSE,,,,, +pump.n.01,soakable,0,0,FALSE,,,,, +raisin.n.01,liquid,0,0,FALSE,,,,, +raisin.n.01,heatSource,0,0,FALSE,,,,, +raisin.n.01,fireSource,0,0,FALSE,,,,, +raisin.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +raisin.n.01,coldSource,0,0,FALSE,,,,, +raisin.n.01,sliceable,0,1,FALSE,,,,, +raisin.n.01,slicer,0,0,FALSE,,,,, +raisin.n.01,soakable,0,0,FALSE,,,,, +sealant.n.01,liquid,0,0,FALSE,,,,, +sealant.n.01,heatSource,0,0,FALSE,,,,, +sealant.n.01,fireSource,0,0,FALSE,,,,, +sealant.n.01,cookable,0,0,FALSE,,,,, +sealant.n.01,coldSource,0,0,FALSE,,,,, +sealant.n.01,sliceable,0,0,FALSE,,,,, +sealant.n.01,slicer,0,0,FALSE,,,,, +sealant.n.01,soakable,0,0,FALSE,,,,, +stockpot.n.01,liquid,0,0,FALSE,,,,, +stockpot.n.01,heatSource,1,1,FALSE,,,,, +stockpot.n.01,fireSource,1,0,FALSE,,,,, +stockpot.n.01,cookable,0,0,FALSE,,,,, +stockpot.n.01,coldSource,1,0,FALSE,,,,, +stockpot.n.01,sliceable,0,0,FALSE,,,,, +stockpot.n.01,slicer,1,0,FALSE,,,,, +stockpot.n.01,soakable,0,0,FALSE,,,,, +bean_curd.n.01,liquid,0,0,FALSE,,,,, +bean_curd.n.01,heatSource,0,0,FALSE,,,,, +bean_curd.n.01,fireSource,1,0,FALSE,,,,, +bean_curd.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +bean_curd.n.01,coldSource,0,0,FALSE,,,,, +bean_curd.n.01,sliceable,0,1,FALSE,,,,, +bean_curd.n.01,slicer,0,0,FALSE,,,,, +bean_curd.n.01,soakable,0,0,FALSE,,,,, +toilet_tissue.n.01,liquid,0,0,FALSE,,,,, +toilet_tissue.n.01,heatSource,0,0,FALSE,,,,, +toilet_tissue.n.01,fireSource,0,1,FALSE,,,,, +toilet_tissue.n.01,cookable,0,0,FALSE,,,,, +toilet_tissue.n.01,coldSource,0,0,FALSE,,,,, +toilet_tissue.n.01,sliceable,0,1,FALSE,,,,, +toilet_tissue.n.01,slicer,0,0,FALSE,,,,, +toilet_tissue.n.01,soakable,1,1,FALSE,,,,, +tuna.n.02,liquid,0,0,FALSE,,,,, +tuna.n.02,heatSource,0,0,FALSE,,,,, +tuna.n.02,fireSource,1,0,FALSE,,,,, +tuna.n.02,cookable,0,1,TRUE,63,82,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://www.bhg.com/recipes/fish/basics/how-to-know-fish-is-done/, +tuna.n.02,coldSource,0,0,FALSE,,,,, +tuna.n.02,sliceable,0,1,FALSE,,,,, +tuna.n.02,slicer,1,0,FALSE,,,,, +tuna.n.02,soakable,0,0,FALSE,,,,, +whisk.n.01,liquid,0,0,FALSE,,,,, +whisk.n.01,heatSource,0,0,FALSE,,,,, +whisk.n.01,fireSource,0,0,FALSE,,,,, +whisk.n.01,cookable,0,0,FALSE,,,,, +whisk.n.01,coldSource,1,0,FALSE,,,,, +whisk.n.01,sliceable,0,0,FALSE,,,,, +whisk.n.01,slicer,1,1,FALSE,,,,, +whisk.n.01,soakable,0,0,FALSE,,,,, +blind.n.03,liquid,0,0,FALSE,,,,, +blind.n.03,heatSource,0,0,FALSE,,,,, +blind.n.03,fireSource,0,0,FALSE,,,,, +blind.n.03,cookable,0,0,FALSE,,,,, +blind.n.03,coldSource,0,0,FALSE,,,,, +blind.n.03,sliceable,0,0,FALSE,,,,, +blind.n.03,slicer,0,0,FALSE,,,,, +blind.n.03,soakable,0,1,FALSE,,,,, +buttermilk.n.01,liquid,0,1,FALSE,,,,, +dressing.n.01,liquid,0,1,FALSE,,,,, +dressing.n.01,heatSource,0,0,FALSE,,,,, +dressing.n.01,fireSource,0,0,FALSE,,,,, +dressing.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +dressing.n.01,coldSource,1,0,FALSE,,,,, +dressing.n.01,sliceable,0,0,FALSE,,,,, +dressing.n.01,slicer,0,0,FALSE,,,,, +dressing.n.01,soakable,1,0,FALSE,,,,, +gravel.n.01,liquid,0,0,FALSE,,,,, +gravel.n.01,heatSource,0,0,FALSE,,,,, +gravel.n.01,fireSource,0,0,FALSE,,,,, +gravel.n.01,cookable,0,0,FALSE,,,,, +gravel.n.01,coldSource,0,0,FALSE,,,,, +gravel.n.01,sliceable,0,0,FALSE,,,,, +gravel.n.01,slicer,0,0,FALSE,,,,, +gravel.n.01,soakable,0,0,FALSE,,,,, +mill.n.04,liquid,0,0,FALSE,,,,, +mill.n.04,heatSource,0,0,FALSE,,,,, +mill.n.04,fireSource,0,0,FALSE,,,,, +mill.n.04,cookable,0,0,FALSE,,,,, +mill.n.04,coldSource,0,0,FALSE,,,,, +mill.n.04,sliceable,0,0,FALSE,,,,, +mill.n.04,slicer,1,0,FALSE,,,,, +mill.n.04,soakable,0,0,FALSE,,,,, +hummus.n.01,liquid,0,0,FALSE,,,,, +hummus.n.01,heatSource,0,0,FALSE,,,,, +hummus.n.01,fireSource,1,0,FALSE,,,,, +hummus.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +hummus.n.01,coldSource,0,0,FALSE,,,,, +hummus.n.01,sliceable,0,1,FALSE,,,,, +hummus.n.01,slicer,1,0,FALSE,,,,, +hummus.n.01,soakable,0,0,FALSE,,,,, +lemonade.n.01,liquid,1,1,FALSE,,,,, +lemonade.n.01,heatSource,0,0,FALSE,,,,, +lemonade.n.01,fireSource,0,0,FALSE,,,,, +lemonade.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +lemonade.n.01,coldSource,1,0,FALSE,,,,, +lemonade.n.01,sliceable,0,0,FALSE,,,,, +lemonade.n.01,slicer,0,0,FALSE,,,,, +lemonade.n.01,soakable,0,0,FALSE,,,,, +mailbox.n.01,liquid,0,0,FALSE,,,,, +mailbox.n.01,heatSource,0,0,FALSE,,,,, +mailbox.n.01,fireSource,0,0,FALSE,,,,, +mailbox.n.01,cookable,0,0,FALSE,,,,, +mailbox.n.01,coldSource,0,0,FALSE,,,,, +mailbox.n.01,sliceable,0,0,FALSE,,,,, +mailbox.n.01,slicer,1,0,FALSE,,,,, +mailbox.n.01,soakable,0,0,FALSE,,,,, +tape_measure.n.01,liquid,0,0,FALSE,,,,, +tape_measure.n.01,heatSource,0,0,FALSE,,,,, +tape_measure.n.01,fireSource,0,0,FALSE,,,,, +tape_measure.n.01,cookable,0,0,FALSE,,,,, +tape_measure.n.01,coldSource,0,0,FALSE,,,,, +tape_measure.n.01,sliceable,0,1,FALSE,,,,, +tape_measure.n.01,slicer,1,0,FALSE,,,,, +tape_measure.n.01,soakable,0,0,FALSE,,,,, +pancake.n.01,liquid,0,0,FALSE,,,,, +pancake.n.01,heatSource,0,0,FALSE,,,,, +pancake.n.01,fireSource,1,0,FALSE,,,,, +pancake.n.01,cookable,0,1,TRUE,175,UNKNOWN,"https://www.waltongas.com/perfect-pancakes-on-the-griddle/#:~:text=Get%20your%20griddle%20on,to%20making%20a%20perfect%20pancake.",, +pancake.n.01,coldSource,0,0,FALSE,,,,, +pancake.n.01,sliceable,0,1,FALSE,,,,, +pancake.n.01,slicer,1,0,FALSE,,,,, +pancake.n.01,soakable,0,1,FALSE,,,,, +pea_pod.n.01,liquid,0,0,FALSE,,,,, +pea_pod.n.01,heatSource,0,0,FALSE,,,,, +pea_pod.n.01,fireSource,0,0,FALSE,,,,, +pea_pod.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +pea_pod.n.01,coldSource,0,0,FALSE,,,,, +pea_pod.n.01,sliceable,0,0,FALSE,,,,, +pea_pod.n.01,slicer,0,0,FALSE,,,,, +pea_pod.n.01,soakable,0,0,FALSE,,,,, +shaker.n.03,liquid,0,0,FALSE,,,,, +shaker.n.03,heatSource,0,0,FALSE,,,,, +shaker.n.03,fireSource,0,0,FALSE,,,,, +shaker.n.03,cookable,0,0,FALSE,,,,, +shaker.n.03,coldSource,1,0,FALSE,,,,, +shaker.n.03,sliceable,0,0,FALSE,,,,, +shaker.n.03,slicer,1,0,FALSE,,,,, +shaker.n.03,soakable,0,0,FALSE,,,,, +shopping_cart.n.01,liquid,0,0,FALSE,,,,, +shopping_cart.n.01,heatSource,0,0,FALSE,,,,, +shopping_cart.n.01,fireSource,0,0,FALSE,,,,, +shopping_cart.n.01,cookable,0,0,FALSE,,,,, +shopping_cart.n.01,coldSource,0,0,FALSE,,,,, +shopping_cart.n.01,sliceable,0,0,FALSE,,,,, +shopping_cart.n.01,slicer,0,0,FALSE,,,,, +shopping_cart.n.01,soakable,1,0,FALSE,,,,, +stick.n.01,liquid,0,0,FALSE,,,,, +stick.n.01,heatSource,0,0,FALSE,,,,, +stick.n.01,fireSource,0,0,FALSE,,,,, +stick.n.01,cookable,0,0,FALSE,,,,, +stick.n.01,coldSource,0,0,FALSE,,,,, +stick.n.01,sliceable,0,0,FALSE,,,,, +stick.n.01,slicer,1,0,FALSE,,,,, +stick.n.01,soakable,0,0,FALSE,,,,, +cream_of_tartar.n.01,liquid,0,0,FALSE,,,,, +cream_of_tartar.n.01,heatSource,0,0,FALSE,,,,, +cream_of_tartar.n.01,fireSource,0,0,FALSE,,,,, +cream_of_tartar.n.01,cookable,0,0,FALSE,,,,, +cream_of_tartar.n.01,coldSource,0,0,FALSE,,,,, +cream_of_tartar.n.01,sliceable,0,0,FALSE,,,,, +cream_of_tartar.n.01,slicer,0,0,FALSE,,,,, +cream_of_tartar.n.01,soakable,0,0,FALSE,,,,, +tartar.n.04,liquid,0,0,FALSE,,,,, +tartar.n.04,heatSource,0,0,FALSE,,,,, +tartar.n.04,fireSource,0,0,FALSE,,,,, +tartar.n.04,cookable,0,0,FALSE,,,,, +tartar.n.04,coldSource,0,0,FALSE,,,,, +tartar.n.04,sliceable,0,0,FALSE,,,,, +tartar.n.04,slicer,0,0,FALSE,,,,, +tartar.n.04,soakable,0,0,FALSE,,,,, +tent.n.01,liquid,0,0,FALSE,,,,, +tent.n.01,heatSource,0,0,FALSE,,,,, +tent.n.01,fireSource,0,0,FALSE,,,,, +tent.n.01,cookable,0,0,FALSE,,,,, +tent.n.01,coldSource,0,0,FALSE,,,,, +tent.n.01,sliceable,0,0,FALSE,,,,, +tent.n.01,slicer,1,0,FALSE,,,,, +tent.n.01,soakable,1,1,FALSE,,,,, +tortilla.n.01,liquid,0,0,FALSE,,,,, +tortilla.n.01,heatSource,0,0,FALSE,,,,, +tortilla.n.01,fireSource,1,9,FALSE,,,,, +tortilla.n.01,cookable,0,1,TRUE,190,UNKNOWN,"https://www.foodnetwork.com/recipes/alton-brown/flour-tortillas-recipe-1920850#:~:text=Heat%20an%20electric%20nonstick%20griddle,about%204%20minutes%20per%20side.",, +tortilla.n.01,coldSource,0,0,FALSE,,,,, +tortilla.n.01,sliceable,0,1,FALSE,,,,, +tortilla.n.01,slicer,1,0,FALSE,,,,, +tortilla.n.01,soakable,1,1,FALSE,,,,, +tube.n.01,liquid,0,0,FALSE,,,,, +tube.n.01,heatSource,0,0,FALSE,,,,, +tube.n.01,fireSource,0,0,FALSE,,,,, +tube.n.01,cookable,0,0,FALSE,,,,, +tube.n.01,coldSource,1,0,FALSE,,,,, +tube.n.01,sliceable,0,0,FALSE,,,,, +tube.n.01,slicer,1,0,FALSE,,,,, +tube.n.01,soakable,0,0,FALSE,,,,, +vase.n.01,liquid,0,0,FALSE,,,,, +vase.n.01,heatSource,0,0,FALSE,,,,, +vase.n.01,fireSource,0,0,FALSE,,,,, +vase.n.01,cookable,0,0,FALSE,,,,, +vase.n.01,coldSource,1,0,FALSE,,,,, +vase.n.01,sliceable,0,0,FALSE,,,,, +vase.n.01,slicer,1,0,FALSE,,,,, +vase.n.01,soakable,0,0,FALSE,,,,, +vent.n.01,liquid,0,0,FALSE,,,,, +vent.n.01,heatSource,0,0,FALSE,,,,, +vent.n.01,fireSource,0,0,FALSE,,,,, +vent.n.01,cookable,0,0,FALSE,,,,, +vent.n.01,coldSource,0,0,FALSE,,,,, +vent.n.01,sliceable,0,0,FALSE,,,,, +vent.n.01,slicer,1,0,FALSE,,,,, +vent.n.01,soakable,0,0,FALSE,,,,, +wrench.n.03,liquid,0,0,FALSE,,,,, +wrench.n.03,heatSource,0,0,FALSE,,,,, +wrench.n.03,fireSource,0,0,FALSE,,,,, +wrench.n.03,cookable,0,0,FALSE,,,,, +wrench.n.03,coldSource,0,0,FALSE,,,,, +wrench.n.03,sliceable,0,0,FALSE,,,,, +wrench.n.03,slicer,1,0,FALSE,,,,, +wrench.n.03,soakable,0,0,FALSE,,,,, +canvas.n.01,liquid,0,0,FALSE,,,,, +canvas.n.01,heatSource,0,0,FALSE,,,,, +canvas.n.01,fireSource,0,0,FALSE,,,,, +canvas.n.01,cookable,0,0,FALSE,,,,, +canvas.n.01,coldSource,0,0,FALSE,,,,, +canvas.n.01,sliceable,0,0,FALSE,,,,, +canvas.n.01,slicer,1,0,FALSE,,,,, +canvas.n.01,soakable,1,1,FALSE,,,,, +canvas.n.02,liquid,0,0,FALSE,,,,, +canvas.n.02,heatSource,0,0,FALSE,,,,, +canvas.n.02,fireSource,0,0,FALSE,,,,, +canvas.n.02,cookable,0,0,FALSE,,,,, +canvas.n.02,coldSource,0,0,FALSE,,,,, +canvas.n.02,sliceable,0,0,FALSE,,,,, +canvas.n.02,slicer,1,0,FALSE,,,,, +canvas.n.02,soakable,0,1,FALSE,,,,, +charger.n.02,liquid,0,0,FALSE,,,,, +charger.n.02,heatSource,0,0,FALSE,,,,, +charger.n.02,fireSource,0,0,FALSE,,,,, +charger.n.02,cookable,0,0,FALSE,,,,, +charger.n.02,coldSource,0,0,FALSE,,,,, +charger.n.02,sliceable,0,0,FALSE,,,,, +charger.n.02,slicer,1,0,FALSE,,,,, +charger.n.02,soakable,0,0,FALSE,,,,, +chicken_coop.n.01,liquid,0,0,FALSE,,,,, +chicken_coop.n.01,heatSource,0,0,FALSE,,,,, +chicken_coop.n.01,fireSource,0,0,FALSE,,,,, +chicken_coop.n.01,cookable,0,0,FALSE,,,,, +chicken_coop.n.01,coldSource,0,0,FALSE,,,,, +chicken_coop.n.01,sliceable,0,0,FALSE,,,,, +chicken_coop.n.01,slicer,0,0,FALSE,,,,, +chicken_coop.n.01,soakable,0,0,FALSE,,,,, +cork.n.01,liquid,0,0,FALSE,,,,, +cork.n.01,heatSource,0,0,FALSE,,,,, +cork.n.01,fireSource,0,0,FALSE,,,,, +cork.n.01,cookable,0,0,FALSE,,,,, +cork.n.01,coldSource,0,0,FALSE,,,,, +cork.n.01,sliceable,0,0,FALSE,,,,, +cork.n.01,slicer,0,0,FALSE,,,,, +cork.n.01,soakable,0,1,FALSE,,,,, +filling.n.03,liquid,0,0,FALSE,,,,, +filling.n.03,heatSource,0,0,FALSE,,,,, +filling.n.03,fireSource,1,0,FALSE,,,,, +filling.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +filling.n.03,coldSource,0,0,FALSE,,,,, +filling.n.03,sliceable,0,0,FALSE,,,,, +filling.n.03,slicer,0,0,FALSE,,,,, +filling.n.03,soakable,1,0,FALSE,,,,, +fruit_tree.n.01,liquid,0,0,FALSE,,,,, +fruit_tree.n.01,heatSource,0,0,FALSE,,,,, +fruit_tree.n.01,fireSource,0,0,FALSE,,,,, +fruit_tree.n.01,cookable,0,0,FALSE,,,,, +fruit_tree.n.01,coldSource,0,0,FALSE,,,,, +fruit_tree.n.01,sliceable,0,0,FALSE,,,,, +fruit_tree.n.01,slicer,0,0,FALSE,,,,, +fruit_tree.n.01,soakable,0,0,FALSE,,,,, +antifungal.n.01,liquid,0,0,FALSE,,,,, +antifungal.n.01,heatSource,0,0,FALSE,,,,, +antifungal.n.01,fireSource,0,0,FALSE,,,,, +antifungal.n.01,cookable,0,0,FALSE,,,,, +antifungal.n.01,coldSource,0,0,FALSE,,,,, +antifungal.n.01,sliceable,0,0,FALSE,,,,, +antifungal.n.01,slicer,0,0,FALSE,,,,, +antifungal.n.01,soakable,0,0,FALSE,,,,, +cushion.n.03,liquid,0,0,FALSE,,,,, +cushion.n.03,heatSource,0,0,FALSE,,,,, +cushion.n.03,fireSource,0,0,FALSE,,,,, +cushion.n.03,cookable,0,0,FALSE,,,,, +cushion.n.03,coldSource,0,0,FALSE,,,,, +cushion.n.03,sliceable,0,0,FALSE,,,,, +cushion.n.03,slicer,0,0,FALSE,,,,, +cushion.n.03,soakable,1,0,FALSE,,,,, +gazpacho.n.01,liquid,1,1,FALSE,,,,, +gazpacho.n.01,heatSource,0,0,FALSE,,,,, +gazpacho.n.01,fireSource,0,0,FALSE,,,,, +gazpacho.n.01,cookable,1,1,TRUE,N/A,UNKNOWN,,, +gazpacho.n.01,coldSource,1,0,FALSE,,,,, +gazpacho.n.01,sliceable,0,0,FALSE,,,,, +gazpacho.n.01,slicer,0,0,FALSE,,,,, +gazpacho.n.01,soakable,0,0,FALSE,,,,, +geode.n.01,liquid,0,0,FALSE,,,,, +geode.n.01,heatSource,0,0,FALSE,,,,, +geode.n.01,fireSource,0,0,FALSE,,,,, +geode.n.01,cookable,0,0,FALSE,,,,, +geode.n.01,coldSource,0,0,FALSE,,,,, +geode.n.01,sliceable,0,0,FALSE,,,,, +geode.n.01,slicer,0,0,FALSE,,,,, +geode.n.01,soakable,0,0,FALSE,,,,, +clove.n.04,liquid,0,0,FALSE,,,,, +clove.n.04,heatSource,0,0,FALSE,,,,, +clove.n.04,fireSource,1,0,FALSE,,,,, +clove.n.04,cookable,0,1,TRUE,N/A,UNKNOWN,,, +clove.n.04,coldSource,0,0,FALSE,,,,, +clove.n.04,sliceable,0,0,FALSE,,,,, +clove.n.04,slicer,0,0,FALSE,,,,, +clove.n.04,soakable,0,0,FALSE,,,,, +mace.n.03,liquid,0,0,FALSE,,,,, +mace.n.03,heatSource,0,0,FALSE,,,,, +mace.n.03,fireSource,1,0,FALSE,,,,, +mace.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +mace.n.03,coldSource,0,0,FALSE,,,,, +mace.n.03,sliceable,0,0,FALSE,,,,, +mace.n.03,slicer,1,0,FALSE,,,,, +mace.n.03,soakable,0,0,FALSE,,,,, +gunpowder.n.01,liquid,0,0,FALSE,,,,, +gunpowder.n.01,heatSource,0,0,FALSE,,,,, +gunpowder.n.01,fireSource,0,0,FALSE,,,,, +gunpowder.n.01,cookable,0,0,FALSE,,,,, +gunpowder.n.01,coldSource,0,0,FALSE,,,,, +gunpowder.n.01,sliceable,0,0,FALSE,,,,, +gunpowder.n.01,slicer,0,0,FALSE,,,,, +gunpowder.n.01,soakable,0,0,FALSE,,,,, +gravestone.n.01,liquid,0,0,FALSE,,,,, +gravestone.n.01,heatSource,0,0,FALSE,,,,, +gravestone.n.01,fireSource,0,0,FALSE,,,,, +gravestone.n.01,cookable,0,0,FALSE,,,,, +gravestone.n.01,coldSource,0,0,FALSE,,,,, +gravestone.n.01,sliceable,0,0,FALSE,,,,, +gravestone.n.01,slicer,0,0,FALSE,,,,, +gravestone.n.01,soakable,0,0,FALSE,,,,, +puck.n.02,liquid,0,0,FALSE,,,,, +puck.n.02,heatSource,0,0,FALSE,,,,, +puck.n.02,fireSource,0,0,FALSE,,,,, +puck.n.02,cookable,0,0,FALSE,,,,, +puck.n.02,coldSource,0,0,FALSE,,,,, +puck.n.02,sliceable,0,0,FALSE,,,,, +puck.n.02,slicer,0,0,FALSE,,,,, +puck.n.02,soakable,0,0,FALSE,,,,, +address.n.05,liquid,0,0,FALSE,,,,, +address.n.05,heatSource,0,0,FALSE,,,,, +address.n.05,fireSource,0,0,FALSE,,,,, +address.n.05,cookable,0,0,FALSE,,,,, +address.n.05,coldSource,0,0,FALSE,,,,, +address.n.05,sliceable,0,0,FALSE,,,,, +address.n.05,slicer,0,0,FALSE,,,,, +address.n.05,soakable,0,0,FALSE,,,,, +ice_skate.n.01,liquid,0,0,FALSE,,,,, +ice_skate.n.01,heatSource,0,0,FALSE,,,,, +ice_skate.n.01,fireSource,0,0,FALSE,,,,, +ice_skate.n.01,cookable,0,0,FALSE,,,,, +ice_skate.n.01,coldSource,0,0,FALSE,,,,, +ice_skate.n.01,sliceable,0,0,FALSE,,,,, +ice_skate.n.01,slicer,0,0,FALSE,,,,, +ice_skate.n.01,soakable,0,0,FALSE,,,,, +jade.n.01,liquid,0,0,FALSE,,,,, +jade.n.01,heatSource,0,0,FALSE,,,,, +jade.n.01,fireSource,0,0,FALSE,,,,, +jade.n.01,cookable,0,0,FALSE,,,,, +jade.n.01,coldSource,0,0,FALSE,,,,, +jade.n.01,sliceable,0,0,FALSE,,,,, +jade.n.01,slicer,1,0,FALSE,,,,, +jade.n.01,soakable,0,0,FALSE,,,,, +potato_pancake.n.01,liquid,0,0,FALSE,,,,, +potato_pancake.n.01,heatSource,0,0,FALSE,,,,, +potato_pancake.n.01,fireSource,1,0,FALSE,,,,, +potato_pancake.n.01,cookable,0,1,TRUE,190,UNKNOWN,https://www.allrecipes.com/recipe/14089/potato-pancakes-i/,, +potato_pancake.n.01,coldSource,0,0,FALSE,,,,, +potato_pancake.n.01,sliceable,0,1,FALSE,,,,, +potato_pancake.n.01,slicer,0,0,FALSE,,,,, +potato_pancake.n.01,soakable,0,0,FALSE,,,,, +leotard.n.01,liquid,0,0,FALSE,,,,, +leotard.n.01,heatSource,0,0,FALSE,,,,, +leotard.n.01,fireSource,0,0,FALSE,,,,, +leotard.n.01,cookable,0,0,FALSE,,,,, +leotard.n.01,coldSource,0,0,FALSE,,,,, +leotard.n.01,sliceable,0,0,FALSE,,,,, +leotard.n.01,slicer,0,0,FALSE,,,,, +leotard.n.01,soakable,0,1,FALSE,,,,, +mousepad.n.01,liquid,0,0,FALSE,,,,, +mousepad.n.01,heatSource,0,0,FALSE,,,,, +mousepad.n.01,fireSource,0,0,FALSE,,,,, +mousepad.n.01,cookable,0,0,FALSE,,,,, +mousepad.n.01,coldSource,0,0,FALSE,,,,, +mousepad.n.01,sliceable,0,0,FALSE,,,,, +mousepad.n.01,slicer,1,0,FALSE,,,,, +mousepad.n.01,soakable,1,0,FALSE,,,,, +mustard.n.03,liquid,0,0,FALSE,,,,, +mustard.n.03,heatSource,0,0,FALSE,,,,, +mustard.n.03,fireSource,1,0,FALSE,,,,, +mustard.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +mustard.n.03,coldSource,0,0,FALSE,,,,, +mustard.n.03,sliceable,0,1,FALSE,,,,, +mustard.n.03,slicer,0,0,FALSE,,,,, +mustard.n.03,soakable,0,0,FALSE,,,,, +virgin_birth.n.02,liquid,0,0,FALSE,,,,, +virgin_birth.n.02,heatSource,0,0,FALSE,,,,, +virgin_birth.n.02,fireSource,0,0,FALSE,,,,, +virgin_birth.n.02,cookable,0,0,FALSE,,,,, +virgin_birth.n.02,coldSource,0,0,FALSE,,,,, +virgin_birth.n.02,sliceable,0,0,FALSE,,,,, +virgin_birth.n.02,slicer,0,0,FALSE,,,,, +virgin_birth.n.02,soakable,0,0,FALSE,,,,, +nickel.n.01,liquid,0,0,FALSE,,,,, +nickel.n.01,heatSource,0,0,FALSE,,,,, +nickel.n.01,fireSource,0,0,FALSE,,,,, +nickel.n.01,cookable,0,0,FALSE,,,,, +nickel.n.01,coldSource,0,0,FALSE,,,,, +nickel.n.01,sliceable,0,0,FALSE,,,,, +nickel.n.01,slicer,1,0,FALSE,,,,, +nickel.n.01,soakable,0,0,FALSE,,,,, +nickel.n.02,liquid,0,0,FALSE,,,,, +nickel.n.02,heatSource,0,0,FALSE,,,,, +nickel.n.02,fireSource,0,0,FALSE,,,,, +nickel.n.02,cookable,0,0,FALSE,,,,, +nickel.n.02,coldSource,0,0,FALSE,,,,, +nickel.n.02,sliceable,0,0,FALSE,,,,, +nickel.n.02,slicer,1,0,FALSE,,,,, +nickel.n.02,soakable,0,0,FALSE,,,,, +oxtail.n.01,liquid,0,0,FALSE,,,,, +oxtail.n.01,heatSource,0,0,FALSE,,,,, +oxtail.n.01,fireSource,1,0,FALSE,,,,, +oxtail.n.01,cookable,0,1,TRUE,63,93,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,https://www.finecooking.com/article/safe-but-not-overcooked, +oxtail.n.01,coldSource,0,0,FALSE,,,,, +oxtail.n.01,sliceable,0,1,FALSE,,,,, +oxtail.n.01,slicer,0,0,FALSE,,,,, +oxtail.n.01,soakable,0,0,FALSE,,,,, +paella.n.01,liquid,0,0,FALSE,,,,, +paella.n.01,heatSource,0,0,FALSE,,,,, +paella.n.01,fireSource,1,0,FALSE,,,,, +paella.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +paella.n.01,coldSource,0,0,FALSE,,,,, +paella.n.01,sliceable,0,0,FALSE,,,,, +paella.n.01,slicer,0,0,FALSE,,,,, +paella.n.01,soakable,0,0,FALSE,,,,, +liner.n.02,liquid,0,0,FALSE,,,,, +liner.n.02,heatSource,0,0,FALSE,,,,, +liner.n.02,fireSource,0,0,FALSE,,,,, +liner.n.02,cookable,0,0,FALSE,,,,, +liner.n.02,coldSource,0,0,FALSE,,,,, +liner.n.02,sliceable,0,0,FALSE,,,,, +liner.n.02,slicer,0,0,FALSE,,,,, +liner.n.02,soakable,0,1,FALSE,,,,, +patina.n.01,liquid,0,0,FALSE,,,,, +patina.n.01,heatSource,0,0,FALSE,,,,, +patina.n.01,fireSource,0,0,FALSE,,,,, +patina.n.01,cookable,0,0,FALSE,,,,, +patina.n.01,coldSource,0,0,FALSE,,,,, +patina.n.01,sliceable,0,0,FALSE,,,,, +patina.n.01,slicer,0,0,FALSE,,,,, +patina.n.01,soakable,0,0,FALSE,,,,, +pennant.n.02,liquid,0,0,FALSE,,,,, +pennant.n.02,heatSource,0,0,FALSE,,,,, +pennant.n.02,fireSource,0,0,FALSE,,,,, +pennant.n.02,cookable,0,0,FALSE,,,,, +pennant.n.02,coldSource,0,0,FALSE,,,,, +pennant.n.02,sliceable,0,0,FALSE,,,,, +pennant.n.02,slicer,0,0,FALSE,,,,, +pennant.n.02,soakable,0,1,FALSE,,,,, +pepperoni.n.01,liquid,0,0,FALSE,,,,, +pepperoni.n.01,heatSource,0,0,FALSE,,,,, +pepperoni.n.01,fireSource,1,0,FALSE,,,,, +pepperoni.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +pepperoni.n.01,coldSource,0,0,FALSE,,,,, +pepperoni.n.01,sliceable,0,1,FALSE,,,,, +pepperoni.n.01,slicer,1,0,FALSE,,,,, +pepperoni.n.01,soakable,0,0,FALSE,,,,, +pewter.n.01,liquid,0,0,FALSE,,,,, +pewter.n.01,heatSource,0,0,FALSE,,,,, +pewter.n.01,fireSource,0,0,FALSE,,,,, +pewter.n.01,cookable,0,0,FALSE,,,,, +pewter.n.01,coldSource,0,0,FALSE,,,,, +pewter.n.01,sliceable,0,0,FALSE,,,,, +pewter.n.01,slicer,1,0,FALSE,,,,, +pewter.n.01,soakable,0,0,FALSE,,,,, +picket.n.05,liquid,0,0,FALSE,,,,, +picket.n.05,heatSource,0,0,FALSE,,,,, +picket.n.05,fireSource,0,0,FALSE,,,,, +picket.n.05,cookable,0,0,FALSE,,,,, +picket.n.05,coldSource,0,0,FALSE,,,,, +picket.n.05,sliceable,0,0,FALSE,,,,, +picket.n.05,slicer,1,0,FALSE,,,,, +picket.n.05,soakable,0,0,FALSE,,,,, +cardboard.n.01,liquid,0,0,FALSE,,,,, +cardboard.n.01,heatSource,0,0,FALSE,,,,, +cardboard.n.01,fireSource,0,1,FALSE,,,,, +cardboard.n.01,cookable,0,0,FALSE,,,,, +cardboard.n.01,coldSource,0,0,FALSE,,,,, +cardboard.n.01,sliceable,0,0,FALSE,,,,, +cardboard.n.01,slicer,1,0,FALSE,,,,, +cardboard.n.01,soakable,1,1,FALSE,,,,, +poinsettia.n.01,liquid,0,0,FALSE,,,,, +poinsettia.n.01,heatSource,0,0,FALSE,,,,, +poinsettia.n.01,fireSource,0,0,FALSE,,,,, +poinsettia.n.01,cookable,0,0,FALSE,,,,, +poinsettia.n.01,coldSource,0,0,FALSE,,,,, +poinsettia.n.01,sliceable,0,0,FALSE,,,,, +poinsettia.n.01,slicer,0,0,FALSE,,,,, +poinsettia.n.01,soakable,0,0,FALSE,,,,, +punching_bag.n.02,liquid,0,0,FALSE,,,,, +punching_bag.n.02,heatSource,0,0,FALSE,,,,, +punching_bag.n.02,fireSource,0,0,FALSE,,,,, +punching_bag.n.02,cookable,0,0,FALSE,,,,, +punching_bag.n.02,coldSource,0,0,FALSE,,,,, +punching_bag.n.02,sliceable,0,0,FALSE,,,,, +punching_bag.n.02,slicer,1,0,FALSE,,,,, +punching_bag.n.02,soakable,0,1,FALSE,,,,, +quail.n.01,liquid,0,0,FALSE,,,,, +quail.n.01,heatSource,0,0,FALSE,,,,, +quail.n.01,fireSource,1,0,FALSE,,,,, +quail.n.01,cookable,0,1,TRUE,74,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +quail.n.01,coldSource,0,0,FALSE,,,,, +quail.n.01,sliceable,0,1,FALSE,,,,, +quail.n.01,slicer,0,0,FALSE,,,,, +quail.n.01,soakable,0,0,FALSE,,,,, +quarter.n.10,liquid,0,0,FALSE,,,,, +quarter.n.10,heatSource,0,0,FALSE,,,,, +quarter.n.10,fireSource,0,0,FALSE,,,,, +quarter.n.10,cookable,0,0,FALSE,,,,, +quarter.n.10,coldSource,0,0,FALSE,,,,, +quarter.n.10,sliceable,0,0,FALSE,,,,, +quarter.n.10,slicer,0,0,FALSE,,,,, +quarter.n.10,soakable,0,0,FALSE,,,,, +quartz.n.02,liquid,0,0,FALSE,,,,, +quartz.n.02,heatSource,0,0,FALSE,,,,, +quartz.n.02,fireSource,0,0,FALSE,,,,, +quartz.n.02,cookable,0,0,FALSE,,,,, +quartz.n.02,coldSource,0,0,FALSE,,,,, +quartz.n.02,sliceable,0,0,FALSE,,,,, +quartz.n.02,slicer,1,0,FALSE,,,,, +quartz.n.02,soakable,0,0,FALSE,,,,, +quiche.n.02,liquid,0,0,FALSE,,,,, +quiche.n.02,heatSource,0,0,FALSE,,,,, +quiche.n.02,fireSource,1,0,FALSE,,,,, +quiche.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +quiche.n.02,coldSource,0,0,FALSE,,,,, +quiche.n.02,sliceable,0,1,FALSE,,,,, +quiche.n.02,slicer,0,0,FALSE,,,,, +quiche.n.02,soakable,0,0,FALSE,,,,, +sweat_suit.n.01,liquid,0,0,FALSE,,,,, +sweat_suit.n.01,heatSource,0,0,FALSE,,,,, +sweat_suit.n.01,fireSource,0,0,FALSE,,,,, +sweat_suit.n.01,cookable,0,0,FALSE,,,,, +sweat_suit.n.01,coldSource,1,0,FALSE,,,,, +sweat_suit.n.01,sliceable,0,0,FALSE,,,,, +sweat_suit.n.01,slicer,0,0,FALSE,,,,, +sweat_suit.n.01,soakable,0,1,FALSE,,,,, +sax.n.02,liquid,0,0,FALSE,,,,, +sax.n.02,heatSource,0,0,FALSE,,,,, +sax.n.02,fireSource,0,0,FALSE,,,,, +sax.n.02,cookable,0,0,FALSE,,,,, +sax.n.02,coldSource,0,0,FALSE,,,,, +sax.n.02,sliceable,0,0,FALSE,,,,, +sax.n.02,slicer,1,0,FALSE,,,,, +sax.n.02,soakable,0,0,FALSE,,,,, +schnitzel.n.01,liquid,0,0,FALSE,,,,, +schnitzel.n.01,heatSource,0,0,FALSE,,,,, +schnitzel.n.01,fireSource,1,0,FALSE,,,,, +schnitzel.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +schnitzel.n.01,coldSource,0,0,FALSE,,,,, +schnitzel.n.01,sliceable,0,0,FALSE,,,,, +schnitzel.n.01,slicer,1,0,FALSE,,,,, +schnitzel.n.01,soakable,0,1,FALSE,,,,, +scorch.n.03,liquid,0,0,FALSE,,,,, +scorch.n.03,heatSource,0,0,FALSE,,,,, +scorch.n.03,fireSource,0,0,FALSE,,,,, +scorch.n.03,cookable,0,0,FALSE,,,,, +scorch.n.03,coldSource,0,0,FALSE,,,,, +scorch.n.03,sliceable,0,0,FALSE,,,,, +scorch.n.03,slicer,0,0,FALSE,,,,, +scorch.n.03,soakable,0,0,FALSE,,,,, +softball.n.01,liquid,0,0,FALSE,,,,, +softball.n.01,heatSource,0,0,FALSE,,,,, +softball.n.01,fireSource,0,0,FALSE,,,,, +softball.n.01,cookable,0,0,FALSE,,,,, +softball.n.01,coldSource,0,0,FALSE,,,,, +softball.n.01,sliceable,0,0,FALSE,,,,, +softball.n.01,slicer,0,0,FALSE,,,,, +softball.n.01,soakable,0,0,FALSE,,,,, +sparkler.n.02,liquid,0,0,FALSE,,,,, +sparkler.n.02,heatSource,1,0,FALSE,,,,, +sparkler.n.02,fireSource,0,1,FALSE,,,,, +sparkler.n.02,cookable,0,0,FALSE,,,,, +sparkler.n.02,coldSource,0,0,FALSE,,,,, +sparkler.n.02,sliceable,0,0,FALSE,,,,, +sparkler.n.02,slicer,0,0,FALSE,,,,, +sparkler.n.02,soakable,0,0,FALSE,,,,, +garbage.n.01,liquid,0,0,FALSE,,,,, +garbage.n.01,heatSource,0,0,FALSE,,,,, +garbage.n.01,fireSource,0,0,FALSE,,,,, +garbage.n.01,cookable,0,0,FALSE,,,,, +garbage.n.01,coldSource,0,0,FALSE,,,,, +garbage.n.01,sliceable,0,0,FALSE,,,,, +garbage.n.01,slicer,0,0,FALSE,,,,, +garbage.n.01,soakable,0,1,FALSE,,,,, +chinese_anise.n.02,liquid,0,0,FALSE,,,,, +chinese_anise.n.02,heatSource,0,0,FALSE,,,,, +chinese_anise.n.02,fireSource,1,0,FALSE,,,,, +chinese_anise.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +chinese_anise.n.02,coldSource,0,0,FALSE,,,,, +chinese_anise.n.02,sliceable,0,0,FALSE,,,,, +chinese_anise.n.02,slicer,0,0,FALSE,,,,, +chinese_anise.n.02,soakable,0,0,FALSE,,,,, +pill.n.02,liquid,0,0,FALSE,,,,, +pill.n.02,heatSource,0,0,FALSE,,,,, +pill.n.02,fireSource,0,0,FALSE,,,,, +pill.n.02,cookable,0,0,FALSE,,,,, +pill.n.02,coldSource,0,0,FALSE,,,,, +pill.n.02,sliceable,0,0,FALSE,,,,, +pill.n.02,slicer,1,1,FALSE,,,,, +pill.n.02,soakable,0,0,FALSE,,,,, +trombone.n.01,liquid,0,0,FALSE,,,,, +trombone.n.01,heatSource,0,0,FALSE,,,,, +trombone.n.01,fireSource,0,0,FALSE,,,,, +trombone.n.01,cookable,0,0,FALSE,,,,, +trombone.n.01,coldSource,0,0,FALSE,,,,, +trombone.n.01,sliceable,0,0,FALSE,,,,, +trombone.n.01,slicer,1,0,FALSE,,,,, +trombone.n.01,soakable,0,0,FALSE,,,,, +cornet.n.01,liquid,0,0,FALSE,,,,, +cornet.n.01,heatSource,0,0,FALSE,,,,, +cornet.n.01,fireSource,0,0,FALSE,,,,, +cornet.n.01,cookable,0,0,FALSE,,,,, +cornet.n.01,coldSource,0,0,FALSE,,,,, +cornet.n.01,sliceable,0,0,FALSE,,,,, +cornet.n.01,slicer,1,0,FALSE,,,,, +cornet.n.01,soakable,0,0,FALSE,,,,, +verdigris.n.02,liquid,0,0,FALSE,,,,, +verdigris.n.02,heatSource,0,0,FALSE,,,,, +verdigris.n.02,fireSource,0,0,FALSE,,,,, +verdigris.n.02,cookable,0,0,FALSE,,,,, +verdigris.n.02,coldSource,0,0,FALSE,,,,, +verdigris.n.02,sliceable,0,0,FALSE,,,,, +verdigris.n.02,slicer,0,0,FALSE,,,,, +verdigris.n.02,soakable,0,0,FALSE,,,,, +violin.n.01,liquid,0,0,FALSE,,,,, +violin.n.01,heatSource,0,0,FALSE,,,,, +violin.n.01,fireSource,0,0,FALSE,,,,, +violin.n.01,cookable,0,0,FALSE,,,,, +violin.n.01,coldSource,0,0,FALSE,,,,, +violin.n.01,sliceable,0,0,FALSE,,,,, +violin.n.01,slicer,1,0,FALSE,,,,, +violin.n.01,soakable,0,0,FALSE,,,,, +webcam.n.01,liquid,0,0,FALSE,,,,, +webcam.n.01,heatSource,0,0,FALSE,,,,, +webcam.n.01,fireSource,0,0,FALSE,,,,, +webcam.n.01,cookable,0,0,FALSE,,,,, +webcam.n.01,coldSource,0,0,FALSE,,,,, +webcam.n.01,sliceable,0,0,FALSE,,,,, +webcam.n.01,slicer,1,0,FALSE,,,,, +webcam.n.01,soakable,0,0,FALSE,,,,, +pebble.n.01,liquid,0,0,FALSE,,,,, +pebble.n.01,heatSource,0,0,FALSE,,,,, +pebble.n.01,fireSource,0,0,FALSE,,,,, +pebble.n.01,cookable,0,0,FALSE,,,,, +pebble.n.01,coldSource,0,0,FALSE,,,,, +pebble.n.01,sliceable,0,0,FALSE,,,,, +pebble.n.01,slicer,1,0,FALSE,,,,, +pebble.n.01,soakable,0,0,FALSE,,,,, +white_chocolate.n.01,liquid,0,0,FALSE,,,,, +white_chocolate.n.01,heatSource,0,0,FALSE,,,,, +white_chocolate.n.01,fireSource,0,0,FALSE,,,,, +white_chocolate.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +white_chocolate.n.01,coldSource,0,0,FALSE,,,,, +white_chocolate.n.01,sliceable,0,0,FALSE,,,,, +white_chocolate.n.01,slicer,0,0,FALSE,,,,, +white_chocolate.n.01,soakable,0,1,FALSE,,,,, +wine_sauce.n.01,liquid,0,1,FALSE,,,,, +wine_sauce.n.01,heatSource,0,0,FALSE,,,,, +wine_sauce.n.01,fireSource,1,0,FALSE,,,,, +wine_sauce.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +wine_sauce.n.01,coldSource,1,0,FALSE,,,,, +wine_sauce.n.01,sliceable,0,0,FALSE,,,,, +wine_sauce.n.01,slicer,0,0,FALSE,,,,, +wine_sauce.n.01,soakable,0,0,FALSE,,,,, +wind_chime.n.01,liquid,0,0,FALSE,,,,, +wind_chime.n.01,heatSource,0,0,FALSE,,,,, +wind_chime.n.01,fireSource,0,0,FALSE,,,,, +wind_chime.n.01,cookable,0,0,FALSE,,,,, +wind_chime.n.01,coldSource,0,0,FALSE,,,,, +wind_chime.n.01,sliceable,0,0,FALSE,,,,, +wind_chime.n.01,slicer,0,0,FALSE,,,,, +wind_chime.n.01,soakable,0,0,FALSE,,,,, +pipe.n.01,liquid,0,0,FALSE,,,,, +pipe.n.01,heatSource,0,0,FALSE,,,,, +pipe.n.01,fireSource,0,0,FALSE,,,,, +pipe.n.01,cookable,0,0,FALSE,,,,, +pipe.n.01,coldSource,0,0,FALSE,,,,, +pipe.n.01,sliceable,0,0,FALSE,,,,, +pipe.n.01,slicer,1,0,FALSE,,,,, +pipe.n.01,soakable,0,0,FALSE,,,,, +allspice.n.03,liquid,0,0,FALSE,,,,, +allspice.n.03,heatSource,0,0,FALSE,,,,, +allspice.n.03,fireSource,1,0,FALSE,,,,, +allspice.n.03,cookable,0,1,TRUE,N/A,UNKNOWN,,, +allspice.n.03,coldSource,0,0,FALSE,,,,, +allspice.n.03,sliceable,0,0,FALSE,,,,, +allspice.n.03,slicer,0,0,FALSE,,,,, +allspice.n.03,soakable,0,0,FALSE,,,,, +antihistamine.n.01,liquid,0,0,FALSE,,,,, +antihistamine.n.01,heatSource,0,0,FALSE,,,,, +antihistamine.n.01,fireSource,0,0,FALSE,,,,, +antihistamine.n.01,cookable,0,0,FALSE,,,,, +antihistamine.n.01,coldSource,0,0,FALSE,,,,, +antihistamine.n.01,sliceable,0,0,FALSE,,,,, +antihistamine.n.01,slicer,0,0,FALSE,,,,, +antihistamine.n.01,soakable,0,0,FALSE,,,,, +antipasto.n.01,liquid,0,0,FALSE,,,,, +antipasto.n.01,heatSource,0,0,FALSE,,,,, +antipasto.n.01,fireSource,1,0,FALSE,,,,, +antipasto.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +antipasto.n.01,coldSource,0,0,FALSE,,,,, +antipasto.n.01,sliceable,0,1,FALSE,,,,, +antipasto.n.01,slicer,0,0,FALSE,,,,, +antipasto.n.01,soakable,0,0,FALSE,,,,, +antler.n.01,liquid,0,0,FALSE,,,,, +antler.n.01,heatSource,0,0,FALSE,,,,, +antler.n.01,fireSource,0,0,FALSE,,,,, +antler.n.01,cookable,0,0,FALSE,,,,, +antler.n.01,coldSource,0,0,FALSE,,,,, +antler.n.01,sliceable,0,0,FALSE,,,,, +antler.n.01,slicer,0,0,FALSE,,,,, +antler.n.01,soakable,0,1,FALSE,,,,, +chickpea.n.01,liquid,0,0,FALSE,,,,, +chickpea.n.01,heatSource,0,0,FALSE,,,,, +chickpea.n.01,fireSource,1,0,FALSE,,,,, +chickpea.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.loveandlemons.com/roasted-chickpeas/,, +chickpea.n.01,coldSource,0,0,FALSE,,,,, +chickpea.n.01,sliceable,0,1,FALSE,,,,, +chickpea.n.01,slicer,1,0,FALSE,,,,, +chickpea.n.01,soakable,0,0,FALSE,,,,, +art.n.01,liquid,0,0,FALSE,,,,, +art.n.01,heatSource,0,0,FALSE,,,,, +art.n.01,fireSource,1,0,FALSE,,,,, +art.n.01,cookable,0,0,FALSE,,,,, +art.n.01,coldSource,0,0,FALSE,,,,, +art.n.01,sliceable,0,0,FALSE,,,,, +art.n.01,slicer,0,0,FALSE,,,,, +art.n.01,soakable,1,0,FALSE,,,,, +ax.n.01,liquid,0,0,FALSE,,,,, +ax.n.01,heatSource,0,0,FALSE,,,,, +ax.n.01,fireSource,0,0,FALSE,,,,, +ax.n.01,cookable,0,0,FALSE,,,,, +ax.n.01,coldSource,0,0,FALSE,,,,, +ax.n.01,sliceable,0,0,FALSE,,,,, +ax.n.01,slicer,1,1,FALSE,,,,, +ax.n.01,soakable,0,0,FALSE,,,,, +detector.n.01,liquid,0,0,FALSE,,,,, +detector.n.01,heatSource,0,0,FALSE,,,,, +detector.n.01,fireSource,0,0,FALSE,,,,, +detector.n.01,cookable,0,0,FALSE,,,,, +detector.n.01,coldSource,0,0,FALSE,,,,, +detector.n.01,sliceable,0,0,FALSE,,,,, +detector.n.01,slicer,1,0,FALSE,,,,, +detector.n.01,soakable,0,0,FALSE,,,,, +bat.n.05,liquid,0,0,FALSE,,,,, +bat.n.05,heatSource,0,0,FALSE,,,,, +bat.n.05,fireSource,0,0,FALSE,,,,, +bat.n.05,cookable,0,0,FALSE,,,,, +bat.n.05,coldSource,0,0,FALSE,,,,, +bat.n.05,sliceable,0,0,FALSE,,,,, +bat.n.05,slicer,1,0,FALSE,,,,, +bat.n.05,soakable,0,0,FALSE,,,,, +baseball_cap.n.01,liquid,0,0,FALSE,,,,, +baseball_cap.n.01,heatSource,0,0,FALSE,,,,, +baseball_cap.n.01,fireSource,0,0,FALSE,,,,, +baseball_cap.n.01,cookable,0,0,FALSE,,,,, +baseball_cap.n.01,coldSource,0,0,FALSE,,,,, +baseball_cap.n.01,sliceable,0,0,FALSE,,,,, +baseball_cap.n.01,slicer,0,0,FALSE,,,,, +baseball_cap.n.01,soakable,0,1,FALSE,,,,, +baseball_glove.n.01,liquid,0,0,FALSE,,,,, +baseball_glove.n.01,heatSource,0,0,FALSE,,,,, +baseball_glove.n.01,fireSource,0,0,FALSE,,,,, +baseball_glove.n.01,cookable,0,0,FALSE,,,,, +baseball_glove.n.01,coldSource,0,0,FALSE,,,,, +baseball_glove.n.01,sliceable,0,0,FALSE,,,,, +baseball_glove.n.01,slicer,0,0,FALSE,,,,, +baseball_glove.n.01,soakable,0,1,FALSE,,,,, +bath_mat.n.01,liquid,0,0,FALSE,,,,, +bath_mat.n.01,heatSource,0,0,FALSE,,,,, +bath_mat.n.01,fireSource,0,0,FALSE,,,,, +bath_mat.n.01,cookable,0,0,FALSE,,,,, +bath_mat.n.01,coldSource,0,0,FALSE,,,,, +bath_mat.n.01,sliceable,0,0,FALSE,,,,, +bath_mat.n.01,slicer,0,0,FALSE,,,,, +bath_mat.n.01,soakable,1,1,FALSE,,,,, +salt.n.01,liquid,0,0,FALSE,,,,, +salt.n.01,heatSource,0,0,FALSE,,,,, +salt.n.01,fireSource,0,0,FALSE,,,,, +salt.n.01,cookable,0,1,TRUE,not cookable,not cookable,,, +salt.n.01,coldSource,0,0,FALSE,,,,, +salt.n.01,sliceable,0,0,FALSE,,,,, +salt.n.01,slicer,0,0,FALSE,,,,, +salt.n.01,soakable,0,0,FALSE,,,,, +batting_glove.n.01,liquid,0,0,FALSE,,,,, +batting_glove.n.01,heatSource,0,0,FALSE,,,,, +batting_glove.n.01,fireSource,0,0,FALSE,,,,, +batting_glove.n.01,cookable,0,0,FALSE,,,,, +batting_glove.n.01,coldSource,0,0,FALSE,,,,, +batting_glove.n.01,sliceable,0,0,FALSE,,,,, +batting_glove.n.01,slicer,0,0,FALSE,,,,, +batting_glove.n.01,soakable,0,1,FALSE,,,,, +beef_broth.n.01,liquid,1,1,FALSE,,,,, +beef_broth.n.01,heatSource,0,0,FALSE,,,,, +beef_broth.n.01,fireSource,1,0,FALSE,,,,, +beef_broth.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +beef_broth.n.01,coldSource,0,0,FALSE,,,,, +beef_broth.n.01,sliceable,0,0,FALSE,,,,, +beef_broth.n.01,slicer,0,0,FALSE,,,,, +beef_broth.n.01,soakable,0,0,FALSE,,,,, +beer_mug.n.01,liquid,0,0,FALSE,,,,, +beer_mug.n.01,heatSource,0,0,FALSE,,,,, +beer_mug.n.01,fireSource,0,0,FALSE,,,,, +beer_mug.n.01,cookable,0,0,FALSE,,,,, +beer_mug.n.01,coldSource,1,0,FALSE,,,,, +beer_mug.n.01,sliceable,0,0,FALSE,,,,, +beer_mug.n.01,slicer,1,0,FALSE,,,,, +beer_mug.n.01,soakable,0,0,FALSE,,,,, +bicycle_chain.n.01,liquid,0,0,FALSE,,,,, +bicycle_chain.n.01,heatSource,0,0,FALSE,,,,, +bicycle_chain.n.01,fireSource,0,0,FALSE,,,,, +bicycle_chain.n.01,cookable,0,0,FALSE,,,,, +bicycle_chain.n.01,coldSource,0,0,FALSE,,,,, +bicycle_chain.n.01,sliceable,0,0,FALSE,,,,, +bicycle_chain.n.01,slicer,0,0,FALSE,,,,, +bicycle_chain.n.01,soakable,0,0,FALSE,,,,, +birdcage.n.01,liquid,0,0,FALSE,,,,, +birdcage.n.01,heatSource,0,0,FALSE,,,,, +birdcage.n.01,fireSource,0,0,FALSE,,,,, +birdcage.n.01,cookable,0,0,FALSE,,,,, +birdcage.n.01,coldSource,0,0,FALSE,,,,, +birdcage.n.01,sliceable,0,0,FALSE,,,,, +birdcage.n.01,slicer,1,0,FALSE,,,,, +birdcage.n.01,soakable,0,0,FALSE,,,,, +bird_feed.n.01,liquid,0,0,FALSE,,,,, +bird_feed.n.01,heatSource,0,0,FALSE,,,,, +bird_feed.n.01,fireSource,0,0,FALSE,,,,, +bird_feed.n.01,cookable,0,0,FALSE,,,,, +bird_feed.n.01,coldSource,0,0,FALSE,,,,, +bird_feed.n.01,sliceable,0,0,FALSE,,,,, +bird_feed.n.01,slicer,0,0,FALSE,,,,, +bird_feed.n.01,soakable,0,0,FALSE,,,,, +mousse.n.01,liquid,0,0,FALSE,,,,, +mousse.n.01,heatSource,0,0,FALSE,,,,, +mousse.n.01,fireSource,0,0,FALSE,,,,, +mousse.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +mousse.n.01,coldSource,0,0,FALSE,,,,, +mousse.n.01,sliceable,0,0,FALSE,,,,, +mousse.n.01,slicer,0,0,FALSE,,,,, +mousse.n.01,soakable,1,0,FALSE,,,,, +bobby_pin.n.01,liquid,0,0,FALSE,,,,, +bobby_pin.n.01,heatSource,0,0,FALSE,,,,, +bobby_pin.n.01,fireSource,0,0,FALSE,,,,, +bobby_pin.n.01,cookable,0,0,FALSE,,,,, +bobby_pin.n.01,coldSource,0,0,FALSE,,,,, +bobby_pin.n.01,sliceable,0,0,FALSE,,,,, +bobby_pin.n.01,slicer,0,0,FALSE,,,,, +bobby_pin.n.01,soakable,0,0,FALSE,,,,, +bowling_ball.n.01,liquid,0,0,FALSE,,,,, +bowling_ball.n.01,heatSource,0,0,FALSE,,,,, +bowling_ball.n.01,fireSource,0,0,FALSE,,,,, +bowling_ball.n.01,cookable,0,0,FALSE,,,,, +bowling_ball.n.01,coldSource,0,0,FALSE,,,,, +bowling_ball.n.01,sliceable,0,0,FALSE,,,,, +bowling_ball.n.01,slicer,1,0,FALSE,,,,, +bowling_ball.n.01,soakable,0,0,FALSE,,,,, +boxing_glove.n.01,liquid,0,0,FALSE,,,,, +boxing_glove.n.01,heatSource,0,0,FALSE,,,,, +boxing_glove.n.01,fireSource,0,0,FALSE,,,,, +boxing_glove.n.01,cookable,0,0,FALSE,,,,, +boxing_glove.n.01,coldSource,0,0,FALSE,,,,, +boxing_glove.n.01,sliceable,0,0,FALSE,,,,, +boxing_glove.n.01,slicer,1,0,FALSE,,,,, +boxing_glove.n.01,soakable,0,1,FALSE,,,,, +bratwurst.n.01,liquid,0,0,FALSE,,,,, +bratwurst.n.01,heatSource,0,0,FALSE,,,,, +bratwurst.n.01,fireSource,1,0,FALSE,,,,, +bratwurst.n.01,cookable,0,1,TRUE,72,UNKNOWN,"https://www.johnsonville.com/events-and-promos/grilling-101-the-perfect-sausage.html#:~:text=Sausage%20Temperature.,a%20dry%2C%20less%20tasty%20sausage.",, +bratwurst.n.01,coldSource,0,0,FALSE,,,,, +bratwurst.n.01,sliceable,0,1,FALSE,,,,, +bratwurst.n.01,slicer,0,0,FALSE,,,,, +bratwurst.n.01,soakable,0,0,FALSE,,,,, +slice.n.01,liquid,0,0,FALSE,,,,, +slice.n.01,heatSource,0,0,FALSE,,,,, +slice.n.01,fireSource,0,0,FALSE,,,,, +slice.n.01,cookable,0,0,FALSE,,,,, +slice.n.01,coldSource,0,0,FALSE,,,,, +slice.n.01,sliceable,0,0,FALSE,,,,, +slice.n.01,slicer,0,0,FALSE,,,,, +slice.n.01,soakable,0,0,FALSE,,,,, +brisket.n.01,liquid,0,0,FALSE,,,,, +brisket.n.01,heatSource,0,0,FALSE,,,,, +brisket.n.01,fireSource,1,0,FALSE,,,,, +brisket.n.01,cookable,0,1,TRUE,63,UNKNOWN,https://www.fsis.usda.gov/food-safety/safe-food-handling-and-preparation/food-safety-basics/safe-temperature-chart,, +brisket.n.01,coldSource,0,0,FALSE,,,,, +brisket.n.01,sliceable,0,1,FALSE,,,,, +brisket.n.01,slicer,0,0,FALSE,,,,, +brisket.n.01,soakable,0,0,FALSE,,,,, +broccoli_rabe.n.02,liquid,0,0,FALSE,,,,, +broccoli_rabe.n.02,heatSource,0,0,FALSE,,,,, +broccoli_rabe.n.02,fireSource,1,0,FALSE,,,,, +broccoli_rabe.n.02,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +broccoli_rabe.n.02,coldSource,0,0,FALSE,,,,, +broccoli_rabe.n.02,sliceable,0,1,FALSE,,,,, +broccoli_rabe.n.02,slicer,0,0,FALSE,,,,, +broccoli_rabe.n.02,soakable,0,0,FALSE,,,,, +broccoli.n.01,liquid,0,0,FALSE,,,,, +broccoli.n.01,heatSource,0,0,FALSE,,,,, +broccoli.n.01,fireSource,1,0,FALSE,,,,, +broccoli.n.01,cookable,0,1,TRUE,58,UNKNOWN,"https://www.webstaurantstore.com/article/29/following-food-safety-temperatures.html#:~:text=Cook%20to%20135%20degrees%20Fahrenheit,Vegetables",, +broccoli.n.01,coldSource,0,0,FALSE,,,,, +broccoli.n.01,sliceable,0,1,FALSE,,,,, +broccoli.n.01,slicer,0,0,FALSE,,,,, +broccoli.n.01,soakable,0,0,FALSE,,,,, +yam.n.01,liquid,0,0,FALSE,,,,, +yam.n.01,heatSource,0,0,FALSE,,,,, +yam.n.01,fireSource,1,0,FALSE,,,,, +yam.n.01,cookable,0,1,TRUE,218,UNKNOWN,https://www.delish.com/cooking/recipe-ideas/recipes/a55377/perfect-baked-sweet-potato-recipe/,, +yam.n.01,coldSource,0,0,FALSE,,,,, +yam.n.01,sliceable,0,1,FALSE,,,,, +yam.n.01,slicer,0,0,FALSE,,,,, +yam.n.01,soakable,0,0,FALSE,,,,, +cappuccino.n.01,liquid,1,1,FALSE,,,,, +cappuccino.n.01,heatSource,0,0,FALSE,,,,, +cappuccino.n.01,fireSource,0,0,FALSE,,,,, +cappuccino.n.01,cookable,0,0,FALSE,,,,, +cappuccino.n.01,coldSource,0,0,FALSE,,,,, +cappuccino.n.01,sliceable,0,0,FALSE,,,,, +cappuccino.n.01,slicer,0,0,FALSE,,,,, +cappuccino.n.01,soakable,0,0,FALSE,,,,, +caraway_seed.n.01,liquid,0,0,FALSE,,,,, +caraway_seed.n.01,heatSource,0,0,FALSE,,,,, +caraway_seed.n.01,fireSource,1,0,FALSE,,,,, +caraway_seed.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +caraway_seed.n.01,coldSource,0,0,FALSE,,,,, +caraway_seed.n.01,sliceable,0,0,FALSE,,,,, +caraway_seed.n.01,slicer,0,0,FALSE,,,,, +caraway_seed.n.01,soakable,0,0,FALSE,,,,, +cardigan.n.01,liquid,0,0,FALSE,,,,, +cardigan.n.01,heatSource,0,0,FALSE,,,,, +cardigan.n.01,fireSource,0,0,FALSE,,,,, +cardigan.n.01,cookable,0,0,FALSE,,,,, +cardigan.n.01,coldSource,0,0,FALSE,,,,, +cardigan.n.01,sliceable,0,0,FALSE,,,,, +cardigan.n.01,slicer,0,0,FALSE,,,,, +cardigan.n.01,soakable,1,1,FALSE,,,,, +cash_register.n.01,liquid,0,0,FALSE,,,,, +cash_register.n.01,heatSource,0,0,FALSE,,,,, +cash_register.n.01,fireSource,0,0,FALSE,,,,, +cash_register.n.01,cookable,0,0,FALSE,,,,, +cash_register.n.01,coldSource,0,0,FALSE,,,,, +cash_register.n.01,sliceable,0,0,FALSE,,,,, +cash_register.n.01,slicer,1,0,FALSE,,,,, +cash_register.n.01,soakable,0,0,FALSE,,,,, +cat_food.n.01,liquid,0,0,FALSE,,,,, +cat_food.n.01,heatSource,0,0,FALSE,,,,, +cat_food.n.01,fireSource,1,0,FALSE,,,,, +cat_food.n.01,cookable,0,0,FALSE,,,,, +cat_food.n.01,coldSource,0,0,FALSE,,,,, +cat_food.n.01,sliceable,0,0,FALSE,,,,, +cat_food.n.01,slicer,0,0,FALSE,,,,, +cat_food.n.01,soakable,0,0,FALSE,,,,, +catalog.n.01,liquid,0,0,FALSE,,,,, +catalog.n.01,heatSource,0,0,FALSE,,,,, +catalog.n.01,fireSource,0,0,FALSE,,,,, +catalog.n.01,cookable,0,0,FALSE,,,,, +catalog.n.01,coldSource,0,0,FALSE,,,,, +catalog.n.01,sliceable,0,0,FALSE,,,,, +catalog.n.01,slicer,0,0,FALSE,,,,, +catalog.n.01,soakable,0,0,FALSE,,,,, +caulk.n.01,liquid,0,0,FALSE,,,,, +caulk.n.01,heatSource,0,0,FALSE,,,,, +caulk.n.01,fireSource,0,0,FALSE,,,,, +caulk.n.01,cookable,0,0,FALSE,,,,, +caulk.n.01,coldSource,1,0,FALSE,,,,, +caulk.n.01,sliceable,0,0,FALSE,,,,, +caulk.n.01,slicer,0,0,FALSE,,,,, +caulk.n.01,soakable,0,0,FALSE,,,,, +chalk.n.01,liquid,0,0,FALSE,,,,, +chalk.n.01,heatSource,0,0,FALSE,,,,, +chalk.n.01,fireSource,0,0,FALSE,,,,, +chalk.n.01,cookable,0,0,FALSE,,,,, +chalk.n.01,coldSource,0,0,FALSE,,,,, +chalk.n.01,sliceable,0,0,FALSE,,,,, +chalk.n.01,slicer,1,0,FALSE,,,,, +chalk.n.01,soakable,0,1,FALSE,,,,, +chanterelle.n.01,liquid,0,0,FALSE,,,,, +chanterelle.n.01,heatSource,0,0,FALSE,,,,, +chanterelle.n.01,fireSource,1,0,FALSE,,,,, +chanterelle.n.01,cookable,0,1,TRUE,204,UNKNOWN,https://www.myrecipes.com/recipe/roasted-chanterelle-mushrooms,, +chanterelle.n.01,coldSource,0,0,FALSE,,,,, +chanterelle.n.01,sliceable,0,1,FALSE,,,,, +chanterelle.n.01,slicer,0,0,FALSE,,,,, +chanterelle.n.01,soakable,0,0,FALSE,,,,, +danish.n.02,liquid,0,0,FALSE,,,,, +danish.n.02,heatSource,0,0,FALSE,,,,, +danish.n.02,fireSource,0,0,FALSE,,,,, +danish.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +danish.n.02,coldSource,1,0,FALSE,,,,, +danish.n.02,sliceable,0,1,FALSE,,,,, +danish.n.02,slicer,1,0,FALSE,,,,, +danish.n.02,soakable,1,1,FALSE,,,,, +bouillon.n.01,liquid,1,1,FALSE,,,,, +bouillon.n.01,heatSource,0,0,FALSE,,,,, +bouillon.n.01,fireSource,1,0,FALSE,,,,, +bouillon.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +bouillon.n.01,coldSource,0,0,FALSE,,,,, +bouillon.n.01,sliceable,0,0,FALSE,,,,, +bouillon.n.01,slicer,1,0,FALSE,,,,, +bouillon.n.01,soakable,0,0,FALSE,,,,, +chicken_wire.n.01,liquid,0,0,FALSE,,,,, +chicken_wire.n.01,heatSource,0,0,FALSE,,,,, +chicken_wire.n.01,fireSource,0,0,FALSE,,,,, +chicken_wire.n.01,cookable,0,0,FALSE,,,,, +chicken_wire.n.01,coldSource,0,0,FALSE,,,,, +chicken_wire.n.01,sliceable,0,0,FALSE,,,,, +chicken_wire.n.01,slicer,0,0,FALSE,,,,, +chicken_wire.n.01,soakable,0,0,FALSE,,,,, +chisel.n.01,liquid,0,0,FALSE,,,,, +chisel.n.01,heatSource,0,0,FALSE,,,,, +chisel.n.01,fireSource,0,0,FALSE,,,,, +chisel.n.01,cookable,0,0,FALSE,,,,, +chisel.n.01,coldSource,0,0,FALSE,,,,, +chisel.n.01,sliceable,0,0,FALSE,,,,, +chisel.n.01,slicer,1,1,FALSE,,,,, +chisel.n.01,soakable,0,0,FALSE,,,,, +spread.n.05,liquid,0,0,FALSE,,,,, +spread.n.05,heatSource,0,0,FALSE,,,,, +spread.n.05,fireSource,0,0,FALSE,,,,, +spread.n.05,cookable,0,1,TRUE,Too General,UNKNOWN,,, +spread.n.05,coldSource,0,0,FALSE,,,,, +spread.n.05,sliceable,0,0,FALSE,,,,, +spread.n.05,slicer,0,0,FALSE,,,,, +spread.n.05,soakable,0,0,FALSE,,,,, +chopping_block.n.01,liquid,0,0,FALSE,,,,, +chopping_block.n.01,heatSource,0,0,FALSE,,,,, +chopping_block.n.01,fireSource,0,0,FALSE,,,,, +chopping_block.n.01,cookable,0,0,FALSE,,,,, +chopping_block.n.01,coldSource,0,0,FALSE,,,,, +chopping_block.n.01,sliceable,0,0,FALSE,,,,, +chopping_block.n.01,slicer,0,0,FALSE,,,,, +chopping_block.n.01,soakable,0,0,FALSE,,,,, +cigarette.n.01,liquid,0,0,FALSE,,,,, +cigarette.n.01,heatSource,0,0,FALSE,,,,, +cigarette.n.01,fireSource,0,1,FALSE,,,,, +cigarette.n.01,cookable,0,0,FALSE,,,,, +cigarette.n.01,coldSource,0,0,FALSE,,,,, +cigarette.n.01,sliceable,0,0,FALSE,,,,, +cigarette.n.01,slicer,0,0,FALSE,,,,, +cigarette.n.01,soakable,0,1,FALSE,,,,, +fish_stew.n.01,liquid,0,1,FALSE,,,,, +fish_stew.n.01,heatSource,0,0,FALSE,,,,, +fish_stew.n.01,fireSource,1,0,FALSE,,,,, +fish_stew.n.01,cookable,0,0,FALSE,,,,, +fish_stew.n.01,coldSource,0,0,FALSE,,,,, +fish_stew.n.01,sliceable,0,0,FALSE,,,,, +fish_stew.n.01,slicer,0,0,FALSE,,,,, +fish_stew.n.01,soakable,0,0,FALSE,,,,, +clove.n.01,liquid,0,0,FALSE,,,,, +clove.n.01,heatSource,0,0,FALSE,,,,, +clove.n.01,fireSource,0,0,FALSE,,,,, +clove.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +clove.n.01,coldSource,0,0,FALSE,,,,, +clove.n.01,sliceable,0,0,FALSE,,,,, +clove.n.01,slicer,0,0,FALSE,,,,, +clove.n.01,soakable,0,0,FALSE,,,,, +conch.n.01,liquid,0,0,FALSE,,,,, +conch.n.01,heatSource,0,0,FALSE,,,,, +conch.n.01,fireSource,1,0,FALSE,,,,, +conch.n.01,cookable,0,0,FALSE,,,,, +conch.n.01,coldSource,0,0,FALSE,,,,, +conch.n.01,sliceable,0,0,FALSE,,,,, +conch.n.01,slicer,0,0,FALSE,,,,, +conch.n.01,soakable,0,0,FALSE,,,,, +cooking_oil.n.01,liquid,1,1,FALSE,,,,, +cooking_oil.n.01,heatSource,1,0,FALSE,,,,, +cooking_oil.n.01,fireSource,1,0,FALSE,,,,, +cooking_oil.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cooking_oil.n.01,coldSource,0,0,FALSE,,,,, +cooking_oil.n.01,sliceable,0,0,FALSE,,,,, +cooking_oil.n.01,slicer,0,0,FALSE,,,,, +cooking_oil.n.01,soakable,0,0,FALSE,,,,, +mug.n.01,liquid,1,0,FALSE,,,,, +mug.n.01,heatSource,0,0,FALSE,,,,, +mug.n.01,fireSource,0,0,FALSE,,,,, +mug.n.01,cookable,0,0,FALSE,,,,, +mug.n.01,coldSource,1,0,FALSE,,,,, +mug.n.01,sliceable,0,0,FALSE,,,,, +mug.n.01,slicer,1,0,FALSE,,,,, +mug.n.01,soakable,0,0,FALSE,,,,, +coriander.n.02,liquid,0,0,FALSE,,,,, +coriander.n.02,heatSource,0,0,FALSE,,,,, +coriander.n.02,fireSource,1,0,FALSE,,,,, +coriander.n.02,cookable,0,1,TRUE,N/A,UNKNOWN,,, +coriander.n.02,coldSource,0,0,FALSE,,,,, +coriander.n.02,sliceable,0,0,FALSE,,,,, +coriander.n.02,slicer,0,0,FALSE,,,,, +coriander.n.02,soakable,0,0,FALSE,,,,, +corkscrew.n.01,liquid,0,0,FALSE,,,,, +corkscrew.n.01,heatSource,0,0,FALSE,,,,, +corkscrew.n.01,fireSource,0,0,FALSE,,,,, +corkscrew.n.01,cookable,0,0,FALSE,,,,, +corkscrew.n.01,coldSource,0,0,FALSE,,,,, +corkscrew.n.01,sliceable,0,0,FALSE,,,,, +corkscrew.n.01,slicer,1,0,FALSE,,,,, +corkscrew.n.01,soakable,0,0,FALSE,,,,, +cornbread.n.01,liquid,0,0,FALSE,,,,, +cornbread.n.01,heatSource,0,0,FALSE,,,,, +cornbread.n.01,fireSource,1,0,FALSE,,,,, +cornbread.n.01,cookable,0,1,TRUE,N/A,UNKNOWN,,, +cornbread.n.01,coldSource,1,0,FALSE,,,,, +cornbread.n.01,sliceable,0,1,FALSE,,,,, +cornbread.n.01,slicer,0,0,FALSE,,,,, +cornbread.n.01,soakable,0,0,FALSE,,,,, +crayfish.n.02,liquid,0,0,FALSE,,,,, +crayfish.n.02,heatSource,0,0,FALSE,,,,, +crayfish.n.02,fireSource,1,0,FALSE,,,,, +crayfish.n.02,cookable,0,1,TRUE,63,82,"https://www.gfs.com/en-us/ideas/safe-minimum-cooking-temperatures#:~:text=Minimum%20internal%20temperature%20of%20135,be%20hot%2Dheld%20for%20service.",https://homecookworld.com/can-you-overcook-lobster/, +crayfish.n.02,coldSource,0,0,FALSE,,,,, +crayfish.n.02,sliceable,0,1,FALSE,,,,, +crayfish.n.02,slicer,0,0,FALSE,,,,, +crayfish.n.02,soakable,0,0,FALSE,,,,, +cream_soda.n.01,liquid,1,1,FALSE,,,,, +cream_soda.n.01,heatSource,0,0,FALSE,,,,, +cream_soda.n.01,fireSource,0,0,FALSE,,,,, +cream_soda.n.01,cookable,0,0,FALSE,,,,, +cream_soda.n.01,coldSource,1,0,FALSE,,,,, +cream_soda.n.01,sliceable,0,0,FALSE,,,,, +cream_soda.n.01,slicer,0,0,FALSE,,,,, +cream_soda.n.01,soakable,0,0,FALSE,,,,, +cymbal.n.01,liquid,0,0,FALSE,,,,, +cymbal.n.01,heatSource,0,0,FALSE,,,,, +cymbal.n.01,fireSource,0,0,FALSE,,,,, +cymbal.n.01,cookable,0,0,FALSE,,,,, +cymbal.n.01,coldSource,0,0,FALSE,,,,, +cymbal.n.01,sliceable,0,0,FALSE,,,,, +cymbal.n.01,slicer,1,0,FALSE,,,,, +cymbal.n.01,soakable,0,0,FALSE,,,,, +daffodil.n.01,liquid,0,0,FALSE,,,,, +daffodil.n.01,heatSource,0,0,FALSE,,,,, +daffodil.n.01,fireSource,0,0,FALSE,,,,, +daffodil.n.01,cookable,0,0,FALSE,,,,, +daffodil.n.01,coldSource,0,0,FALSE,,,,, +daffodil.n.01,sliceable,0,0,FALSE,,,,, +daffodil.n.01,slicer,1,0,FALSE,,,,, +daffodil.n.01,soakable,0,0,FALSE,,,,, +dahlia.n.01,liquid,0,0,FALSE,,,,, +dahlia.n.01,heatSource,0,0,FALSE,,,,, +dahlia.n.01,fireSource,0,0,FALSE,,,,, +dahlia.n.01,cookable,0,0,FALSE,,,,, +dahlia.n.01,coldSource,0,0,FALSE,,,,, +dahlia.n.01,sliceable,0,0,FALSE,,,,, +dahlia.n.01,slicer,0,0,FALSE,,,,, +dahlia.n.01,soakable,0,0,FALSE,,,,, +desiccant.n.01,liquid,0,0,FALSE,,,,, +desiccant.n.01,heatSource,0,0,FALSE,,,,, +desiccant.n.01,fireSource,0,0,FALSE,,,,, +desiccant.n.01,cookable,0,0,FALSE,,,,, +desiccant.n.01,coldSource,0,0,FALSE,,,,, +desiccant.n.01,sliceable,0,0,FALSE,,,,, +desiccant.n.01,slicer,0,0,FALSE,,,,, +desiccant.n.01,soakable,0,0,FALSE,,,,, +die.n.01,liquid,0,0,FALSE,,,,, +die.n.01,heatSource,0,0,FALSE,,,,, +die.n.01,fireSource,0,0,FALSE,,,,, +die.n.01,cookable,0,0,FALSE,,,,, +die.n.01,coldSource,0,0,FALSE,,,,, +die.n.01,sliceable,0,0,FALSE,,,,, +die.n.01,slicer,1,0,FALSE,,,,, +die.n.01,soakable,0,0,FALSE,,,,, +diving_board.n.01,liquid,0,0,FALSE,,,,, +diving_board.n.01,heatSource,0,0,FALSE,,,,, +diving_board.n.01,fireSource,0,0,FALSE,,,,, +diving_board.n.01,cookable,0,0,FALSE,,,,, +diving_board.n.01,coldSource,0,0,FALSE,,,,, +diving_board.n.01,sliceable,0,0,FALSE,,,,, +diving_board.n.01,slicer,1,0,FALSE,,,,, +diving_board.n.01,soakable,0,0,FALSE,,,,, +double_boiler.n.01,liquid,0,0,FALSE,,,,, +double_boiler.n.01,heatSource,1,1,FALSE,,,,, +double_boiler.n.01,fireSource,0,0,FALSE,,,,, +double_boiler.n.01,cookable,0,0,FALSE,,,,, +double_boiler.n.01,coldSource,1,0,FALSE,,,,, +double_boiler.n.01,sliceable,0,0,FALSE,,,,, +double_boiler.n.01,slicer,0,0,FALSE,,,,, +double_boiler.n.01,soakable,0,0,FALSE,,,,, +drumstick.n.01,liquid,0,0,FALSE,,,,, +drumstick.n.01,heatSource,0,0,FALSE,,,,, +drumstick.n.01,fireSource,1,0,FALSE,,,,, +drumstick.n.01,cookable,0,0,FALSE,,,,, +drumstick.n.01,coldSource,0,0,FALSE,,,,, +drumstick.n.01,sliceable,0,0,FALSE,,,,, +drumstick.n.01,slicer,0,0,FALSE,,,,, +drumstick.n.01,soakable,0,0,FALSE,,,,, +softener.n.01,liquid,1,1,FALSE,,,,, diff --git a/bddl/generated_data/prop_param_annots/heatSource.csv b/bddl/generated_data/prop_param_annots/heatSource.csv new file mode 100644 index 00000000..03623ced --- /dev/null +++ b/bddl/generated_data/prop_param_annots/heatSource.csv @@ -0,0 +1,11708 @@ +synset,property,gpt3_answer,human_review,require_heatsource_temperature,value(C),source,comment,requires_toggled_on,requires_closed,requires_inside +ginger_ale.n.01,liquid,1,1,FALSE,,,,,, +ginger_ale.n.01,heatSource,0,0,FALSE,,,,,, +ginger_ale.n.01,fireSource,0,0,FALSE,,,,,, +ginger_ale.n.01,cookable,0,0,FALSE,,,,,, +ginger_ale.n.01,coldSource,0,0,FALSE,,,,,, +ginger_ale.n.01,sliceable,0,0,FALSE,,,,,, +ginger_ale.n.01,slicer,1,0,FALSE,,,,,, +ginger_ale.n.01,soakable,0,0,FALSE,,,,,, +floor.n.01,liquid,0,0,FALSE,,,,,, +floor.n.01,heatSource,0,0,FALSE,,,,,, +floor.n.01,fireSource,0,0,FALSE,,,,,, +floor.n.01,cookable,0,0,FALSE,,,,,, +floor.n.01,coldSource,0,0,FALSE,,,,,, +floor.n.01,sliceable,0,0,FALSE,,,,,, +floor.n.01,slicer,0,0,FALSE,,,,,, +floor.n.01,soakable,0,0,FALSE,,,,,, +armchair.n.01,liquid,0,0,FALSE,,,,,, +armchair.n.01,heatSource,0,0,FALSE,,,,,, +armchair.n.01,fireSource,0,0,FALSE,,,,,, +armchair.n.01,cookable,0,0,FALSE,,,,,, +armchair.n.01,coldSource,0,0,FALSE,,,,,, +armchair.n.01,sliceable,0,0,FALSE,,,,,, +armchair.n.01,slicer,1,0,FALSE,,,,,, +armchair.n.01,soakable,0,0,FALSE,,,,,, +basket.n.01,liquid,0,0,FALSE,,,,,, +basket.n.01,heatSource,0,0,FALSE,,,,,, +basket.n.01,fireSource,0,0,FALSE,,,,,, +basket.n.01,cookable,0,0,FALSE,,,,,, +basket.n.01,coldSource,0,0,FALSE,,,,,, +basket.n.01,sliceable,0,0,FALSE,,,,,, +basket.n.01,slicer,1,0,FALSE,,,,,, +basket.n.01,soakable,1,0,FALSE,,,,,, +bathtub.n.01,liquid,1,0,FALSE,,,,,, +bathtub.n.01,heatSource,0,0,FALSE,,,,,, +bathtub.n.01,fireSource,0,0,FALSE,,,,,, +bathtub.n.01,cookable,0,0,FALSE,,,,,, +bathtub.n.01,coldSource,1,0,FALSE,,,,,, +bathtub.n.01,sliceable,0,0,FALSE,,,,,, +bathtub.n.01,slicer,0,0,FALSE,,,,,, +bathtub.n.01,soakable,0,0,FALSE,,,,,, +bed.n.01,liquid,0,0,FALSE,,,,,, +bed.n.01,heatSource,0,0,FALSE,,,,,, +bed.n.01,fireSource,0,0,FALSE,,,,,, +bed.n.01,cookable,0,0,FALSE,,,,,, +bed.n.01,coldSource,0,0,FALSE,,,,,, +bed.n.01,sliceable,0,0,FALSE,,,,,, +bed.n.01,slicer,0,0,FALSE,,,,,, +bed.n.01,soakable,1,0,FALSE,,,,,, +bench.n.01,liquid,0,0,FALSE,,,,,, +bench.n.01,heatSource,0,0,FALSE,,,,,, +bench.n.01,fireSource,0,0,FALSE,,,,,, +bench.n.01,cookable,0,0,FALSE,,,,,, +bench.n.01,coldSource,0,0,FALSE,,,,,, +bench.n.01,sliceable,0,0,FALSE,,,,,, +bench.n.01,slicer,0,0,FALSE,,,,,, +bench.n.01,soakable,1,0,FALSE,,,,,, +cabinet.n.01,liquid,0,0,FALSE,,,,,, +cabinet.n.01,heatSource,0,0,FALSE,,,,,, +cabinet.n.01,fireSource,0,0,FALSE,,,,,, +cabinet.n.01,cookable,0,0,FALSE,,,,,, +cabinet.n.01,coldSource,0,0,FALSE,,,,,, +cabinet.n.01,sliceable,0,0,FALSE,,,,,, +cabinet.n.01,slicer,1,0,FALSE,,,,,, +cabinet.n.01,soakable,0,0,FALSE,,,,,, +breakfast_table.n.01,liquid,0,0,FALSE,,,,,, +breakfast_table.n.01,heatSource,0,0,FALSE,,,,,, +breakfast_table.n.01,fireSource,0,0,FALSE,,,,,, +breakfast_table.n.01,cookable,0,0,FALSE,,,,,, +breakfast_table.n.01,coldSource,0,0,FALSE,,,,,, +breakfast_table.n.01,sliceable,0,0,FALSE,,,,,, +breakfast_table.n.01,slicer,0,0,FALSE,,,,,, +breakfast_table.n.01,soakable,0,0,FALSE,,,,,, +burner.n.02,liquid,0,0,FALSE,,,,,, +burner.n.02,heatSource,1,1,TRUE,500,https://www.hunker.com/13408107/temperature-of-a-stove-top-burner,,1,0,0 +burner.n.02,fireSource,0,0,FALSE,,,,,, +burner.n.02,cookable,0,0,FALSE,,,,,, +burner.n.02,coldSource,0,0,FALSE,,,,,, +burner.n.02,sliceable,0,0,FALSE,,,,,, +burner.n.02,slicer,1,0,FALSE,,,,,, +burner.n.02,soakable,0,0,FALSE,,,,,, +rug.n.01,liquid,0,0,FALSE,,,,,, +rug.n.01,heatSource,0,0,FALSE,,,,,, +rug.n.01,fireSource,0,0,FALSE,,,,,, +rug.n.01,cookable,0,0,FALSE,,,,,, +rug.n.01,coldSource,0,0,FALSE,,,,,, +rug.n.01,sliceable,0,0,FALSE,,,,,, +rug.n.01,slicer,0,0,FALSE,,,,,, +rug.n.01,soakable,0,1,FALSE,,,,,, +chaise_longue.n.01,liquid,0,0,FALSE,,,,,, +chaise_longue.n.01,heatSource,0,0,FALSE,,,,,, +chaise_longue.n.01,fireSource,0,0,FALSE,,,,,, +chaise_longue.n.01,cookable,0,0,FALSE,,,,,, +chaise_longue.n.01,coldSource,0,0,FALSE,,,,,, +chaise_longue.n.01,sliceable,0,0,FALSE,,,,,, +chaise_longue.n.01,slicer,0,0,FALSE,,,,,, +chaise_longue.n.01,soakable,0,0,FALSE,,,,,, +chest.n.02,liquid,0,0,FALSE,,,,,, +chest.n.02,heatSource,0,0,FALSE,,,,,, +chest.n.02,fireSource,0,0,FALSE,,,,,, +chest.n.02,cookable,0,0,FALSE,,,,,, +chest.n.02,coldSource,0,0,FALSE,,,,,, +chest.n.02,sliceable,0,0,FALSE,,,,,, +chest.n.02,slicer,1,0,FALSE,,,,,, +chest.n.02,soakable,0,0,FALSE,,,,,, +coffee_maker.n.01,liquid,0,0,FALSE,,,,,, +coffee_maker.n.01,heatSource,0,1,TRUE,93,https://kitchenseer.com/how-hot-water-in-coffee-machine-gets/,,1,0,1 +coffee_maker.n.01,fireSource,0,0,FALSE,,,,,, +coffee_maker.n.01,cookable,0,0,FALSE,,,,,, +coffee_maker.n.01,coldSource,0,0,FALSE,,,,,, +coffee_maker.n.01,sliceable,0,0,FALSE,,,,,, +coffee_maker.n.01,slicer,1,0,FALSE,,,,,, +coffee_maker.n.01,soakable,0,0,FALSE,,,,,, +coffee_table.n.01,liquid,0,0,FALSE,,,,,, +coffee_table.n.01,heatSource,0,0,FALSE,,,,,, +coffee_table.n.01,fireSource,0,0,FALSE,,,,,, +coffee_table.n.01,cookable,0,0,FALSE,,,,,, +coffee_table.n.01,coldSource,0,0,FALSE,,,,,, +coffee_table.n.01,sliceable,0,0,FALSE,,,,,, +coffee_table.n.01,slicer,0,0,FALSE,,,,,, +coffee_table.n.01,soakable,0,0,FALSE,,,,,, +console_table.n.01,liquid,0,0,FALSE,,,,,, +console_table.n.01,heatSource,0,0,FALSE,,,,,, +console_table.n.01,fireSource,0,0,FALSE,,,,,, +console_table.n.01,cookable,0,0,FALSE,,,,,, +console_table.n.01,coldSource,0,0,FALSE,,,,,, +console_table.n.01,sliceable,0,0,FALSE,,,,,, +console_table.n.01,slicer,1,0,FALSE,,,,,, +console_table.n.01,soakable,0,0,FALSE,,,,,, +countertop.n.01,liquid,0,0,FALSE,,,,,, +countertop.n.01,heatSource,0,0,FALSE,,,,,, +countertop.n.01,fireSource,0,0,FALSE,,,,,, +countertop.n.01,cookable,0,0,FALSE,,,,,, +countertop.n.01,coldSource,0,0,FALSE,,,,,, +countertop.n.01,sliceable,0,0,FALSE,,,,,, +countertop.n.01,slicer,1,0,FALSE,,,,,, +countertop.n.01,soakable,0,0,FALSE,,,,,, +crib.n.01,liquid,0,0,FALSE,,,,,, +crib.n.01,heatSource,0,0,FALSE,,,,,, +crib.n.01,fireSource,0,0,FALSE,,,,,, +crib.n.01,cookable,0,0,FALSE,,,,,, +crib.n.01,coldSource,0,0,FALSE,,,,,, +crib.n.01,sliceable,0,0,FALSE,,,,,, +crib.n.01,slicer,1,0,FALSE,,,,,, +crib.n.01,soakable,0,0,FALSE,,,,,, +desk.n.01,liquid,0,0,FALSE,,,,,, +desk.n.01,heatSource,0,0,FALSE,,,,,, +desk.n.01,fireSource,0,0,FALSE,,,,,, +desk.n.01,cookable,0,0,FALSE,,,,,, +desk.n.01,coldSource,0,0,FALSE,,,,,, +desk.n.01,sliceable,0,0,FALSE,,,,,, +desk.n.01,slicer,0,0,FALSE,,,,,, +desk.n.01,soakable,0,0,FALSE,,,,,, +dishwasher.n.01,liquid,0,0,FALSE,,,,,, +dishwasher.n.01,heatSource,0,0,FALSE,,,,,, +dishwasher.n.01,fireSource,0,0,FALSE,,,,,, +dishwasher.n.01,cookable,0,0,FALSE,,,,,, +dishwasher.n.01,coldSource,0,0,FALSE,,,,,, +dishwasher.n.01,sliceable,0,0,FALSE,,,,,, +dishwasher.n.01,slicer,1,0,FALSE,,,,,, +dishwasher.n.01,soakable,0,0,FALSE,,,,,, +door.n.01,liquid,0,0,FALSE,,,,,, +door.n.01,heatSource,0,0,FALSE,,,,,, +door.n.01,fireSource,0,0,FALSE,,,,,, +door.n.01,cookable,0,0,FALSE,,,,,, +door.n.01,coldSource,0,0,FALSE,,,,,, +door.n.01,sliceable,0,0,FALSE,,,,,, +door.n.01,slicer,1,0,FALSE,,,,,, +door.n.01,soakable,0,0,FALSE,,,,,, +dryer.n.01,liquid,0,0,FALSE,,,,,, +dryer.n.01,heatSource,0,0,FALSE,,,,,, +dryer.n.01,fireSource,0,0,FALSE,,,,,, +dryer.n.01,cookable,0,0,FALSE,,,,,, +dryer.n.01,coldSource,0,0,FALSE,,,,,, +dryer.n.01,sliceable,0,0,FALSE,,,,,, +dryer.n.01,slicer,1,0,FALSE,,,,,, +dryer.n.01,soakable,0,0,FALSE,,,,,, +floor_lamp.n.01,liquid,0,0,FALSE,,,,,, +floor_lamp.n.01,heatSource,0,0,FALSE,,,,,, +floor_lamp.n.01,fireSource,0,0,FALSE,,,,,, +floor_lamp.n.01,cookable,0,0,FALSE,,,,,, +floor_lamp.n.01,coldSource,0,0,FALSE,,,,,, +floor_lamp.n.01,sliceable,0,0,FALSE,,,,,, +floor_lamp.n.01,slicer,0,0,FALSE,,,,,, +floor_lamp.n.01,soakable,0,0,FALSE,,,,,, +folding_chair.n.01,liquid,0,0,FALSE,,,,,, +folding_chair.n.01,heatSource,0,0,FALSE,,,,,, +folding_chair.n.01,fireSource,0,0,FALSE,,,,,, +folding_chair.n.01,cookable,0,0,FALSE,,,,,, +folding_chair.n.01,coldSource,0,0,FALSE,,,,,, +folding_chair.n.01,sliceable,0,0,FALSE,,,,,, +folding_chair.n.01,slicer,1,0,FALSE,,,,,, +folding_chair.n.01,soakable,1,0,FALSE,,,,,, +electric_refrigerator.n.01,liquid,0,0,FALSE,,,,,, +electric_refrigerator.n.01,heatSource,0,0,FALSE,,,,,, +electric_refrigerator.n.01,fireSource,0,0,FALSE,,,,,, +electric_refrigerator.n.01,cookable,1,0,FALSE,,,,,, +electric_refrigerator.n.01,coldSource,0,1,FALSE,,,,,, +electric_refrigerator.n.01,sliceable,0,0,FALSE,,,,,, +electric_refrigerator.n.01,slicer,1,0,FALSE,,,,,, +electric_refrigerator.n.01,soakable,0,0,FALSE,,,,,, +gaming_table.n.01,liquid,0,0,FALSE,,,,,, +gaming_table.n.01,heatSource,0,0,FALSE,,,,,, +gaming_table.n.01,fireSource,0,0,FALSE,,,,,, +gaming_table.n.01,cookable,0,0,FALSE,,,,,, +gaming_table.n.01,coldSource,0,0,FALSE,,,,,, +gaming_table.n.01,sliceable,0,0,FALSE,,,,,, +gaming_table.n.01,slicer,1,0,FALSE,,,,,, +gaming_table.n.01,soakable,0,0,FALSE,,,,,, +grandfather_clock.n.01,liquid,0,0,FALSE,,,,,, +grandfather_clock.n.01,heatSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,fireSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,cookable,0,0,FALSE,,,,,, +grandfather_clock.n.01,coldSource,0,0,FALSE,,,,,, +grandfather_clock.n.01,sliceable,0,0,FALSE,,,,,, +grandfather_clock.n.01,slicer,1,0,FALSE,,,,,, +grandfather_clock.n.01,soakable,0,0,FALSE,,,,,, +guitar.n.01,liquid,0,0,FALSE,,,,,, +guitar.n.01,heatSource,0,0,FALSE,,,,,, +guitar.n.01,fireSource,0,0,FALSE,,,,,, +guitar.n.01,cookable,0,0,FALSE,,,,,, +guitar.n.01,coldSource,0,0,FALSE,,,,,, +guitar.n.01,sliceable,0,0,FALSE,,,,,, +guitar.n.01,slicer,1,0,FALSE,,,,,, +guitar.n.01,soakable,0,0,FALSE,,,,,, +heater.n.01,liquid,0,0,FALSE,,,,,, +heater.n.01,fireSource,0,0,FALSE,,,,,, +heater.n.01,cookable,0,0,FALSE,,,,,, +heater.n.01,coldSource,0,0,FALSE,,,,,, +heater.n.01,sliceable,0,0,FALSE,,,,,, +heater.n.01,slicer,1,0,FALSE,,,,,, +heater.n.01,soakable,0,0,FALSE,,,,,, +highchair.n.01,liquid,0,0,FALSE,,,,,, +highchair.n.01,heatSource,0,0,FALSE,,,,,, +highchair.n.01,fireSource,0,0,FALSE,,,,,, +highchair.n.01,cookable,0,0,FALSE,,,,,, +highchair.n.01,coldSource,1,0,FALSE,,,,,, +highchair.n.01,sliceable,0,0,FALSE,,,,,, +highchair.n.01,slicer,1,0,FALSE,,,,,, +highchair.n.01,soakable,1,0,FALSE,,,,,, +laptop.n.01,liquid,0,0,FALSE,,,,,, +laptop.n.01,heatSource,0,0,FALSE,,,,,, +laptop.n.01,fireSource,0,0,FALSE,,,,,, +laptop.n.01,cookable,0,0,FALSE,,,,,, +laptop.n.01,coldSource,0,0,FALSE,,,,,, +laptop.n.01,sliceable,0,0,FALSE,,,,,, +laptop.n.01,slicer,1,0,FALSE,,,,,, +laptop.n.01,soakable,0,0,FALSE,,,,,, +loudspeaker.n.01,liquid,0,0,FALSE,,,,,, +loudspeaker.n.01,heatSource,0,0,FALSE,,,,,, +loudspeaker.n.01,fireSource,0,0,FALSE,,,,,, +loudspeaker.n.01,cookable,0,0,FALSE,,,,,, +loudspeaker.n.01,coldSource,0,0,FALSE,,,,,, +loudspeaker.n.01,sliceable,0,0,FALSE,,,,,, +loudspeaker.n.01,slicer,1,0,FALSE,,,,,, +loudspeaker.n.01,soakable,0,0,FALSE,,,,,, +microwave.n.02,liquid,0,0,FALSE,,,,,, +microwave.n.02,heatSource,1,1,TRUE,100,"https://kitchenapplianceanswer.com/what-is-the-highest-temperature-microwave-can-reach/#:~:text=Final%20Thoughts-,How%20Hot%20Does%20a%20Microwave%20Get%3F,can%20heat%20foods%20up%20to.",,1,1,1 +microwave.n.02,fireSource,1,0,FALSE,,,,,, +microwave.n.02,cookable,0,0,FALSE,,,,,, +microwave.n.02,coldSource,0,0,FALSE,,,,,, +microwave.n.02,sliceable,0,0,FALSE,,,,,, +microwave.n.02,slicer,1,0,FALSE,,,,,, +microwave.n.02,soakable,0,0,FALSE,,,,,, +mirror.n.01,liquid,0,0,FALSE,,,,,, +mirror.n.01,heatSource,0,0,FALSE,,,,,, +mirror.n.01,fireSource,0,0,FALSE,,,,,, +mirror.n.01,cookable,0,0,FALSE,,,,,, +mirror.n.01,coldSource,0,0,FALSE,,,,,, +mirror.n.01,sliceable,0,0,FALSE,,,,,, +mirror.n.01,slicer,1,0,FALSE,,,,,, +mirror.n.01,soakable,0,0,FALSE,,,,,, +monitor.n.04,liquid,0,0,FALSE,,,,,, +monitor.n.04,heatSource,0,0,FALSE,,,,,, +monitor.n.04,fireSource,0,0,FALSE,,,,,, +monitor.n.04,cookable,0,0,FALSE,,,,,, +monitor.n.04,coldSource,0,0,FALSE,,,,,, +monitor.n.04,sliceable,0,0,FALSE,,,,,, +monitor.n.04,slicer,1,0,FALSE,,,,,, +monitor.n.04,soakable,0,0,FALSE,,,,,, +oven.n.01,liquid,0,0,FALSE,,,,,, +oven.n.01,heatSource,1,1,TRUE,250,https://products.geappliances.com/appliance/gea-support-search-content?contentId=18501,,1,0,1 +oven.n.01,fireSource,1,0,FALSE,,,,,, +oven.n.01,cookable,0,0,FALSE,,,,,, +oven.n.01,coldSource,0,0,FALSE,,,,,, +oven.n.01,sliceable,0,0,FALSE,,,,,, +oven.n.01,slicer,1,0,FALSE,,,,,, +oven.n.01,soakable,0,0,FALSE,,,,,, +pedestal_table.n.01,liquid,0,0,FALSE,,,,,, +pedestal_table.n.01,heatSource,0,0,FALSE,,,,,, +pedestal_table.n.01,fireSource,0,0,FALSE,,,,,, +pedestal_table.n.01,cookable,0,0,FALSE,,,,,, +pedestal_table.n.01,coldSource,0,0,FALSE,,,,,, +pedestal_table.n.01,sliceable,0,0,FALSE,,,,,, +pedestal_table.n.01,slicer,0,0,FALSE,,,,,, +pedestal_table.n.01,soakable,0,0,FALSE,,,,,, +piano.n.01,liquid,0,0,FALSE,,,,,, +piano.n.01,heatSource,0,0,FALSE,,,,,, +piano.n.01,fireSource,0,0,FALSE,,,,,, +piano.n.01,cookable,0,0,FALSE,,,,,, +piano.n.01,coldSource,0,0,FALSE,,,,,, +piano.n.01,sliceable,0,0,FALSE,,,,,, +piano.n.01,slicer,1,0,FALSE,,,,,, +piano.n.01,soakable,0,0,FALSE,,,,,, +photograph.n.01,liquid,0,0,FALSE,,,,,, +photograph.n.01,heatSource,0,0,FALSE,,,,,, +photograph.n.01,fireSource,0,0,FALSE,,,,,, +photograph.n.01,cookable,0,0,FALSE,,,,,, +photograph.n.01,coldSource,0,0,FALSE,,,,,, +photograph.n.01,sliceable,0,0,FALSE,,,,,, +photograph.n.01,slicer,0,0,FALSE,,,,,, +photograph.n.01,soakable,0,0,FALSE,,,,,, +pillow.n.01,liquid,0,0,FALSE,,,,,, +pillow.n.01,heatSource,0,0,FALSE,,,,,, +pillow.n.01,fireSource,0,0,FALSE,,,,,, +pillow.n.01,cookable,0,0,FALSE,,,,,, +pillow.n.01,coldSource,0,0,FALSE,,,,,, +pillow.n.01,sliceable,0,0,FALSE,,,,,, +pillow.n.01,slicer,0,0,FALSE,,,,,, +pillow.n.01,soakable,0,1,FALSE,,,,,, +pool_table.n.01,liquid,0,0,FALSE,,,,,, +pool_table.n.01,heatSource,0,0,FALSE,,,,,, +pool_table.n.01,fireSource,0,0,FALSE,,,,,, +pool_table.n.01,cookable,0,0,FALSE,,,,,, +pool_table.n.01,coldSource,0,0,FALSE,,,,,, +pool_table.n.01,sliceable,0,0,FALSE,,,,,, +pool_table.n.01,slicer,0,0,FALSE,,,,,, +pool_table.n.01,soakable,0,0,FALSE,,,,,, +pot_plant.n.01,liquid,0,0,FALSE,,,,,, +pot_plant.n.01,heatSource,0,0,FALSE,,,,,, +pot_plant.n.01,fireSource,0,0,FALSE,,,,,, +pot_plant.n.01,cookable,0,0,FALSE,,,,,, +pot_plant.n.01,coldSource,0,0,FALSE,,,,,, +pot_plant.n.01,sliceable,0,0,FALSE,,,,,, +pot_plant.n.01,slicer,0,0,FALSE,,,,,, +pot_plant.n.01,soakable,0,0,FALSE,,,,,, +rail_fence.n.01,liquid,0,0,FALSE,,,,,, +rail_fence.n.01,heatSource,0,0,FALSE,,,,,, +rail_fence.n.01,fireSource,0,0,FALSE,,,,,, +rail_fence.n.01,cookable,0,0,FALSE,,,,,, +rail_fence.n.01,coldSource,0,0,FALSE,,,,,, +rail_fence.n.01,sliceable,0,0,FALSE,,,,,, +rail_fence.n.01,slicer,0,0,FALSE,,,,,, +rail_fence.n.01,soakable,0,0,FALSE,,,,,, +range_hood.n.01,liquid,0,0,FALSE,,,,,, +range_hood.n.01,heatSource,0,0,FALSE,,,,,, +range_hood.n.01,fireSource,0,0,FALSE,,,,,, +range_hood.n.01,cookable,0,0,FALSE,,,,,, +range_hood.n.01,coldSource,0,0,FALSE,,,,,, +range_hood.n.01,sliceable,0,0,FALSE,,,,,, +range_hood.n.01,slicer,0,0,FALSE,,,,,, +range_hood.n.01,soakable,0,0,FALSE,,,,,, +rocking_chair.n.01,liquid,0,0,FALSE,,,,,, +rocking_chair.n.01,heatSource,0,0,FALSE,,,,,, +rocking_chair.n.01,fireSource,0,0,FALSE,,,,,, +rocking_chair.n.01,cookable,0,0,FALSE,,,,,, +rocking_chair.n.01,coldSource,0,0,FALSE,,,,,, +rocking_chair.n.01,sliceable,0,0,FALSE,,,,,, +rocking_chair.n.01,slicer,1,0,FALSE,,,,,, +rocking_chair.n.01,soakable,0,0,FALSE,,,,,, +shelf.n.01,liquid,0,0,FALSE,,,,,, +shelf.n.01,heatSource,0,0,FALSE,,,,,, +shelf.n.01,fireSource,0,0,FALSE,,,,,, +shelf.n.01,cookable,0,0,FALSE,,,,,, +shelf.n.01,coldSource,0,0,FALSE,,,,,, +shelf.n.01,sliceable,0,0,FALSE,,,,,, +shelf.n.01,slicer,0,0,FALSE,,,,,, +shelf.n.01,soakable,0,0,FALSE,,,,,, +shower.n.01,liquid,0,0,FALSE,,,,,, +shower.n.01,heatSource,0,0,FALSE,,,,,, +shower.n.01,fireSource,0,0,FALSE,,,,,, +shower.n.01,cookable,1,0,FALSE,,,,,, +shower.n.01,coldSource,1,0,FALSE,,,,,, +shower.n.01,sliceable,0,0,FALSE,,,,,, +shower.n.01,slicer,1,0,FALSE,,,,,, +shower.n.01,soakable,0,0,FALSE,,,,,, +sink.n.01,liquid,0,0,FALSE,,,,,, +sink.n.01,heatSource,0,0,FALSE,,,,,, +sink.n.01,fireSource,0,0,FALSE,,,,,, +sink.n.01,cookable,1,0,FALSE,,,,,, +sink.n.01,coldSource,1,0,FALSE,,,,,, +sink.n.01,sliceable,0,0,FALSE,,,,,, +sink.n.01,slicer,0,0,FALSE,,,,,, +sink.n.01,soakable,0,0,FALSE,,,,,, +sofa.n.01,liquid,0,0,FALSE,,,,,, +sofa.n.01,heatSource,0,0,FALSE,,,,,, +sofa.n.01,fireSource,0,0,FALSE,,,,,, +sofa.n.01,cookable,0,0,FALSE,,,,,, +sofa.n.01,coldSource,0,0,FALSE,,,,,, +sofa.n.01,sliceable,0,0,FALSE,,,,,, +sofa.n.01,slicer,0,0,FALSE,,,,,, +sofa.n.01,soakable,0,0,FALSE,,,,,, +stand.n.04,liquid,0,0,FALSE,,,,,, +stand.n.04,heatSource,0,0,FALSE,,,,,, +stand.n.04,fireSource,0,0,FALSE,,,,,, +stand.n.04,cookable,0,0,FALSE,,,,,, +stand.n.04,coldSource,0,0,FALSE,,,,,, +stand.n.04,sliceable,0,0,FALSE,,,,,, +stand.n.04,slicer,1,0,FALSE,,,,,, +stand.n.04,soakable,1,0,FALSE,,,,,, +television_receiver.n.01,liquid,0,0,FALSE,,,,,, +television_receiver.n.01,heatSource,0,0,FALSE,,,,,, +television_receiver.n.01,fireSource,0,0,FALSE,,,,,, +television_receiver.n.01,cookable,0,0,FALSE,,,,,, +television_receiver.n.01,coldSource,0,0,FALSE,,,,,, +television_receiver.n.01,sliceable,0,0,FALSE,,,,,, +television_receiver.n.01,slicer,1,0,FALSE,,,,,, +television_receiver.n.01,soakable,0,0,FALSE,,,,,, +stool.n.01,liquid,0,0,FALSE,,,,,, +stool.n.01,heatSource,0,0,FALSE,,,,,, +stool.n.01,fireSource,0,0,FALSE,,,,,, +stool.n.01,cookable,0,0,FALSE,,,,,, +stool.n.01,coldSource,0,0,FALSE,,,,,, +stool.n.01,sliceable,0,0,FALSE,,,,,, +stool.n.01,slicer,0,0,FALSE,,,,,, +stool.n.01,soakable,1,0,FALSE,,,,,, +stove.n.01,liquid,0,0,FALSE,,,,,, +stove.n.01,heatSource,1,0,FALSE,,,,,, +stove.n.01,fireSource,1,0,FALSE,,,,,, +stove.n.01,cookable,0,0,FALSE,,,,,, +stove.n.01,coldSource,0,0,FALSE,,,,,, +stove.n.01,sliceable,0,0,FALSE,,,,,, +stove.n.01,slicer,1,0,FALSE,,,,,, +stove.n.01,soakable,0,0,FALSE,,,,,, +straight_chair.n.01,liquid,0,0,FALSE,,,,,, +straight_chair.n.01,heatSource,0,0,FALSE,,,,,, +straight_chair.n.01,fireSource,0,0,FALSE,,,,,, +straight_chair.n.01,cookable,0,0,FALSE,,,,,, +straight_chair.n.01,coldSource,0,0,FALSE,,,,,, +straight_chair.n.01,sliceable,0,0,FALSE,,,,,, +straight_chair.n.01,slicer,0,0,FALSE,,,,,, +straight_chair.n.01,soakable,0,0,FALSE,,,,,, +swivel_chair.n.01,liquid,0,0,FALSE,,,,,, +swivel_chair.n.01,heatSource,0,0,FALSE,,,,,, +swivel_chair.n.01,fireSource,0,0,FALSE,,,,,, +swivel_chair.n.01,cookable,0,0,FALSE,,,,,, +swivel_chair.n.01,coldSource,0,0,FALSE,,,,,, +swivel_chair.n.01,sliceable,0,0,FALSE,,,,,, +swivel_chair.n.01,slicer,1,0,FALSE,,,,,, +swivel_chair.n.01,soakable,0,0,FALSE,,,,,, +table_lamp.n.01,liquid,0,0,FALSE,,,,,, +table_lamp.n.01,heatSource,0,0,FALSE,,,,,, +table_lamp.n.01,fireSource,0,0,FALSE,,,,,, +table_lamp.n.01,cookable,0,0,FALSE,,,,,, +table_lamp.n.01,coldSource,0,0,FALSE,,,,,, +table_lamp.n.01,sliceable,0,0,FALSE,,,,,, +table_lamp.n.01,slicer,1,0,FALSE,,,,,, +table_lamp.n.01,soakable,0,0,FALSE,,,,,, +toilet.n.02,liquid,0,0,FALSE,,,,,, +toilet.n.02,heatSource,0,0,FALSE,,,,,, +toilet.n.02,fireSource,0,0,FALSE,,,,,, +toilet.n.02,cookable,0,0,FALSE,,,,,, +toilet.n.02,coldSource,0,0,FALSE,,,,,, +toilet.n.02,sliceable,0,0,FALSE,,,,,, +toilet.n.02,slicer,1,0,FALSE,,,,,, +toilet.n.02,soakable,0,0,FALSE,,,,,, +towel_rack.n.01,liquid,0,0,FALSE,,,,,, +towel_rack.n.01,heatSource,0,0,FALSE,,,,,, +towel_rack.n.01,fireSource,0,0,FALSE,,,,,, +towel_rack.n.01,cookable,0,0,FALSE,,,,,, +towel_rack.n.01,coldSource,0,0,FALSE,,,,,, +towel_rack.n.01,sliceable,0,0,FALSE,,,,,, +towel_rack.n.01,slicer,1,0,FALSE,,,,,, +towel_rack.n.01,soakable,0,0,FALSE,,,,,, +ashcan.n.01,liquid,0,0,FALSE,,,,,, +ashcan.n.01,heatSource,0,0,FALSE,,,,,, +ashcan.n.01,fireSource,0,0,FALSE,,,,,, +ashcan.n.01,cookable,0,0,FALSE,,,,,, +ashcan.n.01,coldSource,0,0,FALSE,,,,,, +ashcan.n.01,sliceable,0,0,FALSE,,,,,, +ashcan.n.01,slicer,1,0,FALSE,,,,,, +ashcan.n.01,soakable,0,0,FALSE,,,,,, +treadmill.n.01,liquid,0,0,FALSE,,,,,, +treadmill.n.01,heatSource,0,0,FALSE,,,,,, +treadmill.n.01,fireSource,0,0,FALSE,,,,,, +treadmill.n.01,cookable,0,0,FALSE,,,,,, +treadmill.n.01,coldSource,0,0,FALSE,,,,,, +treadmill.n.01,sliceable,0,0,FALSE,,,,,, +treadmill.n.01,slicer,0,0,FALSE,,,,,, +treadmill.n.01,soakable,0,0,FALSE,,,,,, +wall_clock.n.01,liquid,0,0,FALSE,,,,,, +wall_clock.n.01,heatSource,0,0,FALSE,,,,,, +wall_clock.n.01,fireSource,0,0,FALSE,,,,,, +wall_clock.n.01,cookable,0,0,FALSE,,,,,, +wall_clock.n.01,coldSource,0,0,FALSE,,,,,, +wall_clock.n.01,sliceable,0,0,FALSE,,,,,, +wall_clock.n.01,slicer,1,0,FALSE,,,,,, +wall_clock.n.01,soakable,0,0,FALSE,,,,,, +washer.n.03,liquid,0,0,FALSE,,,,,, +washer.n.03,heatSource,0,0,FALSE,,,,,, +washer.n.03,fireSource,0,0,FALSE,,,,,, +washer.n.03,cookable,0,0,FALSE,,,,,, +washer.n.03,coldSource,0,0,FALSE,,,,,, +washer.n.03,sliceable,0,0,FALSE,,,,,, +washer.n.03,slicer,1,0,FALSE,,,,,, +washer.n.03,soakable,0,0,FALSE,,,,,, +window.n.01,liquid,0,0,FALSE,,,,,, +window.n.01,heatSource,0,0,FALSE,,,,,, +window.n.01,fireSource,0,0,FALSE,,,,,, +window.n.01,cookable,0,0,FALSE,,,,,, +window.n.01,coldSource,0,0,FALSE,,,,,, +window.n.01,sliceable,0,0,FALSE,,,,,, +window.n.01,slicer,1,0,FALSE,,,,,, +window.n.01,soakable,0,0,FALSE,,,,,, +apple.n.01,liquid,0,0,FALSE,,,,,, +apple.n.01,heatSource,0,0,FALSE,,,,,, +apple.n.01,fireSource,1,0,FALSE,,,,,, +apple.n.01,cookable,0,1,FALSE,,,,,, +apple.n.01,coldSource,0,0,FALSE,,,,,, +apple.n.01,sliceable,1,1,FALSE,,,,,, +apple.n.01,slicer,0,0,FALSE,,,,,, +apple.n.01,soakable,0,0,FALSE,,,,,, +apricot.n.02,liquid,0,0,FALSE,,,,,, +apricot.n.02,heatSource,0,0,FALSE,,,,,, +apricot.n.02,fireSource,0,0,FALSE,,,,,, +apricot.n.02,cookable,0,1,FALSE,,,,,, +apricot.n.02,coldSource,0,0,FALSE,,,,,, +apricot.n.02,sliceable,0,1,FALSE,,,,,, +apricot.n.02,slicer,0,0,FALSE,,,,,, +apricot.n.02,soakable,0,0,FALSE,,,,,, +artichoke.n.02,liquid,0,0,FALSE,,,,,, +artichoke.n.02,heatSource,0,0,FALSE,,,,,, +artichoke.n.02,fireSource,1,0,FALSE,,,,,, +artichoke.n.02,cookable,0,1,FALSE,,,,,, +artichoke.n.02,coldSource,0,0,FALSE,,,,,, +artichoke.n.02,sliceable,0,1,FALSE,,,,,, +artichoke.n.02,slicer,0,0,FALSE,,,,,, +artichoke.n.02,soakable,0,0,FALSE,,,,,, +banana.n.02,liquid,0,0,FALSE,,,,,, +banana.n.02,heatSource,0,0,FALSE,,,,,, +banana.n.02,fireSource,0,0,FALSE,,,,,, +banana.n.02,cookable,0,1,FALSE,,,,,, +banana.n.02,coldSource,0,0,FALSE,,,,,, +banana.n.02,sliceable,0,1,FALSE,,,,,, +banana.n.02,slicer,0,0,FALSE,,,,,, +banana.n.02,soakable,0,0,FALSE,,,,,, +bean.n.01,liquid,0,0,FALSE,,,,,, +bean.n.01,heatSource,0,0,FALSE,,,,,, +bean.n.01,fireSource,1,0,FALSE,,,,,, +bean.n.01,cookable,0,1,FALSE,,,,,, +bean.n.01,coldSource,0,0,FALSE,,,,,, +bean.n.01,sliceable,0,0,FALSE,,,,,, +bean.n.01,slicer,1,0,FALSE,,,,,, +bean.n.01,soakable,0,0,FALSE,,,,,, +beet.n.02,liquid,0,0,FALSE,,,,,, +beet.n.02,heatSource,0,0,FALSE,,,,,, +beet.n.02,fireSource,1,0,FALSE,,,,,, +beet.n.02,cookable,0,1,FALSE,,,,,, +beet.n.02,coldSource,0,0,FALSE,,,,,, +beet.n.02,sliceable,0,1,FALSE,,,,,, +beet.n.02,slicer,0,0,FALSE,,,,,, +beet.n.02,soakable,0,0,FALSE,,,,,, +bell_pepper.n.02,liquid,0,0,FALSE,,,,,, +bell_pepper.n.02,heatSource,0,0,FALSE,,,,,, +bell_pepper.n.02,fireSource,1,0,FALSE,,,,,, +bell_pepper.n.02,cookable,0,1,FALSE,,,,,, +bell_pepper.n.02,coldSource,0,0,FALSE,,,,,, +bell_pepper.n.02,sliceable,0,1,FALSE,,,,,, +bell_pepper.n.02,slicer,1,0,FALSE,,,,,, +bell_pepper.n.02,soakable,0,0,FALSE,,,,,, +bowl.n.01,liquid,0,0,FALSE,,,,,, +bowl.n.01,heatSource,0,0,FALSE,,,,,, +bowl.n.01,fireSource,0,0,FALSE,,,,,, +bowl.n.01,cookable,0,0,FALSE,,,,,, +bowl.n.01,coldSource,1,0,FALSE,,,,,, +bowl.n.01,sliceable,0,0,FALSE,,,,,, +bowl.n.01,slicer,0,0,FALSE,,,,,, +bowl.n.01,soakable,0,0,FALSE,,,,,, +broccoli.n.02,liquid,0,0,FALSE,,,,,, +broccoli.n.02,heatSource,0,0,FALSE,,,,,, +broccoli.n.02,fireSource,0,0,FALSE,,,,,, +broccoli.n.02,cookable,0,1,FALSE,,,,,, +broccoli.n.02,coldSource,0,0,FALSE,,,,,, +broccoli.n.02,sliceable,0,1,FALSE,,,,,, +broccoli.n.02,slicer,0,0,FALSE,,,,,, +broccoli.n.02,soakable,0,0,FALSE,,,,,, +bucket.n.01,liquid,0,0,FALSE,,,,,, +bucket.n.01,heatSource,0,0,FALSE,,,,,, +bucket.n.01,fireSource,0,0,FALSE,,,,,, +bucket.n.01,cookable,0,0,FALSE,,,,,, +bucket.n.01,coldSource,1,0,FALSE,,,,,, +bucket.n.01,sliceable,0,0,FALSE,,,,,, +bucket.n.01,slicer,1,0,FALSE,,,,,, +bucket.n.01,soakable,0,0,FALSE,,,,,, +bulldog_clip.n.01,liquid,0,0,FALSE,,,,,, +bulldog_clip.n.01,heatSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,fireSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,cookable,0,0,FALSE,,,,,, +bulldog_clip.n.01,coldSource,0,0,FALSE,,,,,, +bulldog_clip.n.01,sliceable,0,0,FALSE,,,,,, +bulldog_clip.n.01,slicer,1,0,FALSE,,,,,, +bulldog_clip.n.01,soakable,0,0,FALSE,,,,,, +bulletin_board.n.02,liquid,0,0,FALSE,,,,,, +bulletin_board.n.02,heatSource,0,0,FALSE,,,,,, +bulletin_board.n.02,fireSource,0,0,FALSE,,,,,, +bulletin_board.n.02,cookable,0,0,FALSE,,,,,, +bulletin_board.n.02,coldSource,0,0,FALSE,,,,,, +bulletin_board.n.02,sliceable,0,0,FALSE,,,,,, +bulletin_board.n.02,slicer,1,0,FALSE,,,,,, +bulletin_board.n.02,soakable,0,0,FALSE,,,,,, +butter.n.01,liquid,0,0,FALSE,,,,,, +butter.n.01,heatSource,0,0,FALSE,,,,,, +butter.n.01,fireSource,1,1,FALSE,,,,,, +butter.n.01,cookable,0,1,FALSE,,,,,, +butter.n.01,coldSource,0,0,FALSE,,,,,, +butter.n.01,sliceable,0,1,FALSE,,,,,, +butter.n.01,slicer,0,0,FALSE,,,,,, +butter.n.01,soakable,1,0,FALSE,,,,,, +caliper.n.01,liquid,0,0,FALSE,,,,,, +caliper.n.01,heatSource,0,0,FALSE,,,,,, +caliper.n.01,fireSource,0,0,FALSE,,,,,, +caliper.n.01,cookable,0,0,FALSE,,,,,, +caliper.n.01,coldSource,0,0,FALSE,,,,,, +caliper.n.01,sliceable,0,0,FALSE,,,,,, +caliper.n.01,slicer,1,0,FALSE,,,,,, +caliper.n.01,soakable,0,0,FALSE,,,,,, +canned_food.n.01,liquid,0,0,FALSE,,,,,, +canned_food.n.01,heatSource,0,0,FALSE,,,,,, +canned_food.n.01,fireSource,1,0,FALSE,,,,,, +canned_food.n.01,cookable,0,1,FALSE,,,,,, +canned_food.n.01,coldSource,1,0,FALSE,,,,,, +canned_food.n.01,sliceable,0,0,FALSE,,,,,, +canned_food.n.01,slicer,0,0,FALSE,,,,,, +canned_food.n.01,soakable,0,0,FALSE,,,,,, +cantaloup.n.02,liquid,0,0,FALSE,,,,,, +cantaloup.n.02,heatSource,0,0,FALSE,,,,,, +cantaloup.n.02,fireSource,0,0,FALSE,,,,,, +cantaloup.n.02,cookable,0,0,FALSE,,,,,, +cantaloup.n.02,coldSource,0,0,FALSE,,,,,, +cantaloup.n.02,sliceable,0,0,FALSE,,,,,, +cantaloup.n.02,slicer,0,0,FALSE,,,,,, +cantaloup.n.02,soakable,0,0,FALSE,,,,,, +carafe.n.01,liquid,0,0,FALSE,,,,,, +carafe.n.01,heatSource,0,0,FALSE,,,,,, +carafe.n.01,fireSource,0,0,FALSE,,,,,, +carafe.n.01,cookable,0,0,FALSE,,,,,, +carafe.n.01,coldSource,1,0,FALSE,,,,,, +carafe.n.01,sliceable,0,0,FALSE,,,,,, +carafe.n.01,slicer,1,0,FALSE,,,,,, +carafe.n.01,soakable,0,0,FALSE,,,,,, +carrot.n.03,liquid,0,0,FALSE,,,,,, +carrot.n.03,heatSource,0,0,FALSE,,,,,, +carrot.n.03,fireSource,1,0,FALSE,,,,,, +carrot.n.03,cookable,0,1,FALSE,,,,,, +carrot.n.03,coldSource,0,0,FALSE,,,,,, +carrot.n.03,sliceable,0,0,FALSE,,,,,, +carrot.n.03,slicer,0,0,FALSE,,,,,, +carrot.n.03,soakable,0,0,FALSE,,,,,, +carving_knife.n.01,liquid,0,0,FALSE,,,,,, +carving_knife.n.01,heatSource,0,0,FALSE,,,,,, +carving_knife.n.01,fireSource,0,0,FALSE,,,,,, +carving_knife.n.01,cookable,0,0,FALSE,,,,,, +carving_knife.n.01,coldSource,0,0,FALSE,,,,,, +carving_knife.n.01,sliceable,0,0,FALSE,,,,,, +carving_knife.n.01,slicer,0,1,FALSE,,,,,, +carving_knife.n.01,soakable,0,0,FALSE,,,,,, +casserole.n.02,liquid,0,0,FALSE,,,,,, +casserole.n.02,heatSource,0,0,FALSE,,,,,, +casserole.n.02,fireSource,1,0,FALSE,,,,,, +casserole.n.02,cookable,0,1,FALSE,,,,,, +casserole.n.02,coldSource,0,0,FALSE,,,,,, +casserole.n.02,sliceable,0,1,FALSE,,,,,, +casserole.n.02,slicer,0,0,FALSE,,,,,, +casserole.n.02,soakable,0,0,FALSE,,,,,, +catsup.n.01,liquid,0,0,FALSE,,,,,, +catsup.n.01,heatSource,0,0,FALSE,,,,,, +catsup.n.01,fireSource,1,0,FALSE,,,,,, +catsup.n.01,cookable,0,1,FALSE,,,,,, +catsup.n.01,coldSource,0,0,FALSE,,,,,, +catsup.n.01,sliceable,0,0,FALSE,,,,,, +catsup.n.01,slicer,0,0,FALSE,,,,,, +catsup.n.01,soakable,0,0,FALSE,,,,,, +cherry.n.03,liquid,0,0,FALSE,,,,,, +cherry.n.03,heatSource,0,0,FALSE,,,,,, +cherry.n.03,fireSource,0,0,FALSE,,,,,, +cherry.n.03,cookable,0,1,FALSE,,,,,, +cherry.n.03,coldSource,0,0,FALSE,,,,,, +cherry.n.03,sliceable,0,1,FALSE,,,,,, +cherry.n.03,slicer,1,0,FALSE,,,,,, +cherry.n.03,soakable,0,0,FALSE,,,,,, +chestnut.n.03,liquid,0,0,FALSE,,,,,, +chestnut.n.03,heatSource,0,0,FALSE,,,,,, +chestnut.n.03,fireSource,1,0,FALSE,,,,,, +chestnut.n.03,cookable,0,1,FALSE,,,,,, +chestnut.n.03,coldSource,0,0,FALSE,,,,,, +chestnut.n.03,sliceable,0,0,FALSE,,,,,, +chestnut.n.03,slicer,0,0,FALSE,,,,,, +chestnut.n.03,soakable,0,0,FALSE,,,,,, +chip.n.04,liquid,0,0,FALSE,,,,,, +chip.n.04,heatSource,0,0,FALSE,,,,,, +chip.n.04,fireSource,1,0,FALSE,,,,,, +chip.n.04,cookable,0,0,FALSE,,,,,, +chip.n.04,coldSource,0,0,FALSE,,,,,, +chip.n.04,sliceable,0,0,FALSE,,,,,, +chip.n.04,slicer,1,0,FALSE,,,,,, +chip.n.04,soakable,0,0,FALSE,,,,,, +chives.n.01,liquid,0,0,FALSE,,,,,, +chives.n.01,heatSource,0,0,FALSE,,,,,, +chives.n.01,fireSource,0,0,FALSE,,,,,, +chives.n.01,cookable,0,1,FALSE,,,,,, +chives.n.01,coldSource,0,0,FALSE,,,,,, +chives.n.01,sliceable,0,1,FALSE,,,,,, +chives.n.01,slicer,0,0,FALSE,,,,,, +chives.n.01,soakable,0,0,FALSE,,,,,, +chopping_board.n.01,liquid,0,0,FALSE,,,,,, +chopping_board.n.01,heatSource,0,0,FALSE,,,,,, +chopping_board.n.01,fireSource,0,0,FALSE,,,,,, +chopping_board.n.01,cookable,0,0,FALSE,,,,,, +chopping_board.n.01,coldSource,0,0,FALSE,,,,,, +chopping_board.n.01,sliceable,0,0,FALSE,,,,,, +chopping_board.n.01,slicer,0,0,FALSE,,,,,, +chopping_board.n.01,soakable,0,0,FALSE,,,,,, +clove.n.03,liquid,0,0,FALSE,,,,,, +clove.n.03,heatSource,0,0,FALSE,,,,,, +clove.n.03,fireSource,1,0,FALSE,,,,,, +clove.n.03,cookable,0,1,FALSE,,,,,, +clove.n.03,coldSource,0,0,FALSE,,,,,, +clove.n.03,sliceable,0,0,FALSE,,,,,, +clove.n.03,slicer,0,0,FALSE,,,,,, +clove.n.03,soakable,0,0,FALSE,,,,,, +coatrack.n.01,liquid,0,0,FALSE,,,,,, +coatrack.n.01,heatSource,0,0,FALSE,,,,,, +coatrack.n.01,fireSource,0,0,FALSE,,,,,, +coatrack.n.01,cookable,0,0,FALSE,,,,,, +coatrack.n.01,coldSource,0,0,FALSE,,,,,, +coatrack.n.01,sliceable,0,0,FALSE,,,,,, +coatrack.n.01,slicer,1,0,FALSE,,,,,, +coatrack.n.01,soakable,0,0,FALSE,,,,,, +coconut.n.01,liquid,0,0,FALSE,,,,,, +coconut.n.01,heatSource,0,0,FALSE,,,,,, +coconut.n.01,fireSource,1,0,FALSE,,,,,, +coconut.n.01,cookable,0,1,FALSE,,,,,, +coconut.n.01,coldSource,0,0,FALSE,,,,,, +coconut.n.01,sliceable,0,0,FALSE,,,,,, +coconut.n.01,slicer,0,0,FALSE,,,,,, +coconut.n.01,soakable,0,0,FALSE,,,,,, +colander.n.01,liquid,0,0,FALSE,,,,,, +colander.n.01,heatSource,0,0,FALSE,,,,,, +colander.n.01,fireSource,0,0,FALSE,,,,,, +colander.n.01,cookable,0,0,FALSE,,,,,, +colander.n.01,coldSource,1,0,FALSE,,,,,, +colander.n.01,sliceable,0,0,FALSE,,,,,, +colander.n.01,slicer,1,0,FALSE,,,,,, +colander.n.01,soakable,0,0,FALSE,,,,,, +cream.n.02,liquid,1,1,FALSE,,,,,, +cream.n.02,heatSource,0,0,FALSE,,,,,, +cream.n.02,fireSource,0,0,FALSE,,,,,, +cream.n.02,cookable,0,1,FALSE,,,,,, +cream.n.02,coldSource,0,0,FALSE,,,,,, +cream.n.02,sliceable,0,0,FALSE,,,,,, +cream.n.02,slicer,0,0,FALSE,,,,,, +cream.n.02,soakable,0,0,FALSE,,,,,, +cream_pitcher.n.01,liquid,0,0,FALSE,,,,,, +cream_pitcher.n.01,heatSource,0,0,FALSE,,,,,, +cream_pitcher.n.01,fireSource,0,0,FALSE,,,,,, +cream_pitcher.n.01,cookable,0,0,FALSE,,,,,, +cream_pitcher.n.01,coldSource,1,0,FALSE,,,,,, +cream_pitcher.n.01,sliceable,0,0,FALSE,,,,,, +cream_pitcher.n.01,slicer,1,0,FALSE,,,,,, +cream_pitcher.n.01,soakable,0,0,FALSE,,,,,, +cruet.n.01,liquid,0,0,FALSE,,,,,, +cruet.n.01,heatSource,0,0,FALSE,,,,,, +cruet.n.01,fireSource,0,0,FALSE,,,,,, +cruet.n.01,cookable,0,0,FALSE,,,,,, +cruet.n.01,coldSource,1,0,FALSE,,,,,, +cruet.n.01,sliceable,0,0,FALSE,,,,,, +cruet.n.01,slicer,1,0,FALSE,,,,,, +cruet.n.01,soakable,0,0,FALSE,,,,,, +cucumber.n.02,liquid,0,0,FALSE,,,,,, +cucumber.n.02,heatSource,0,0,FALSE,,,,,, +cucumber.n.02,fireSource,0,0,FALSE,,,,,, +cucumber.n.02,cookable,0,1,FALSE,,,,,, +cucumber.n.02,coldSource,0,0,FALSE,,,,,, +cucumber.n.02,sliceable,0,1,FALSE,,,,,, +cucumber.n.02,slicer,1,0,FALSE,,,,,, +cucumber.n.02,soakable,0,0,FALSE,,,,,, +scale.n.07,liquid,0,0,FALSE,,,,,, +scale.n.07,heatSource,0,0,FALSE,,,,,, +scale.n.07,fireSource,0,0,FALSE,,,,,, +scale.n.07,cookable,0,0,FALSE,,,,,, +scale.n.07,coldSource,0,0,FALSE,,,,,, +scale.n.07,sliceable,0,0,FALSE,,,,,, +scale.n.07,slicer,1,0,FALSE,,,,,, +scale.n.07,soakable,0,0,FALSE,,,,,, +dinner_napkin.n.01,liquid,0,0,FALSE,,,,,, +dinner_napkin.n.01,heatSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,fireSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,cookable,0,0,FALSE,,,,,, +dinner_napkin.n.01,coldSource,0,0,FALSE,,,,,, +dinner_napkin.n.01,sliceable,0,0,FALSE,,,,,, +dinner_napkin.n.01,slicer,0,0,FALSE,,,,,, +dinner_napkin.n.01,soakable,1,1,FALSE,,,,,, +dipper.n.01,liquid,1,1,FALSE,,,,,, +dipper.n.01,heatSource,0,0,FALSE,,,,,, +dipper.n.01,fireSource,0,0,FALSE,,,,,, +dipper.n.01,cookable,0,0,FALSE,,,,,, +dipper.n.01,coldSource,1,0,FALSE,,,,,, +dipper.n.01,sliceable,0,0,FALSE,,,,,, +dipper.n.01,slicer,1,0,FALSE,,,,,, +dipper.n.01,soakable,0,0,FALSE,,,,,, +dish_rack.n.01,liquid,0,0,FALSE,,,,,, +dish_rack.n.01,heatSource,0,0,FALSE,,,,,, +dish_rack.n.01,fireSource,0,0,FALSE,,,,,, +dish_rack.n.01,cookable,0,0,FALSE,,,,,, +dish_rack.n.01,coldSource,0,0,FALSE,,,,,, +dish_rack.n.01,sliceable,0,0,FALSE,,,,,, +dish_rack.n.01,slicer,0,0,FALSE,,,,,, +dish_rack.n.01,soakable,0,0,FALSE,,,,,, +egg.n.02,liquid,0,0,FALSE,,,,,, +egg.n.02,heatSource,0,0,FALSE,,,,,, +egg.n.02,fireSource,1,0,FALSE,,,,,, +egg.n.02,cookable,0,1,FALSE,,,,,, +egg.n.02,coldSource,0,0,FALSE,,,,,, +egg.n.02,sliceable,0,0,FALSE,,,,,, +egg.n.02,slicer,0,0,FALSE,,,,,, +egg.n.02,soakable,0,0,FALSE,,,,,, +eggplant.n.01,liquid,0,0,FALSE,,,,,, +eggplant.n.01,heatSource,0,0,FALSE,,,,,, +eggplant.n.01,fireSource,1,0,FALSE,,,,,, +eggplant.n.01,cookable,0,1,FALSE,,,,,, +eggplant.n.01,coldSource,0,0,FALSE,,,,,, +eggplant.n.01,sliceable,0,1,FALSE,,,,,, +eggplant.n.01,slicer,1,0,FALSE,,,,,, +eggplant.n.01,soakable,0,0,FALSE,,,,,, +eraser.n.01,liquid,0,0,FALSE,,,,,, +eraser.n.01,heatSource,0,0,FALSE,,,,,, +eraser.n.01,fireSource,0,0,FALSE,,,,,, +eraser.n.01,cookable,0,0,FALSE,,,,,, +eraser.n.01,coldSource,0,0,FALSE,,,,,, +eraser.n.01,sliceable,0,0,FALSE,,,,,, +eraser.n.01,slicer,1,0,FALSE,,,,,, +eraser.n.01,soakable,0,0,FALSE,,,,,, +flour.n.01,liquid,0,0,FALSE,,,,,, +flour.n.01,heatSource,0,0,FALSE,,,,,, +flour.n.01,fireSource,1,0,FALSE,,,,,, +flour.n.01,cookable,0,1,FALSE,,,,,, +flour.n.01,coldSource,0,0,FALSE,,,,,, +flour.n.01,sliceable,0,0,FALSE,,,,,, +flour.n.01,slicer,0,0,FALSE,,,,,, +flour.n.01,soakable,0,0,FALSE,,,,,, +foot_rule.n.01,liquid,0,0,FALSE,,,,,, +foot_rule.n.01,heatSource,0,0,FALSE,,,,,, +foot_rule.n.01,fireSource,0,0,FALSE,,,,,, +foot_rule.n.01,cookable,0,0,FALSE,,,,,, +foot_rule.n.01,coldSource,0,0,FALSE,,,,,, +foot_rule.n.01,sliceable,0,0,FALSE,,,,,, +foot_rule.n.01,slicer,0,0,FALSE,,,,,, +foot_rule.n.01,soakable,0,0,FALSE,,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,,, +frying_pan.n.01,heatSource,1,0,FALSE,N/A,https://iupilon.com/how-hot-can-a-frying-pan-get/,300-600F,0,0,1 +frying_pan.n.01,fireSource,1,0,FALSE,,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,,, +glass.n.02,liquid,0,0,FALSE,,,,,, +glass.n.02,heatSource,0,0,FALSE,,,,,, +glass.n.02,fireSource,0,0,FALSE,,,,,, +glass.n.02,cookable,0,0,FALSE,,,,,, +glass.n.02,coldSource,1,0,FALSE,,,,,, +glass.n.02,sliceable,0,0,FALSE,,,,,, +glass.n.02,slicer,1,0,FALSE,,,,,, +glass.n.02,soakable,0,0,FALSE,,,,,, +gooseberry.n.01,liquid,0,0,FALSE,,,,,, +gooseberry.n.01,heatSource,0,0,FALSE,,,,,, +gooseberry.n.01,fireSource,1,0,FALSE,,,,,, +gooseberry.n.01,cookable,0,1,FALSE,,,,,, +gooseberry.n.01,coldSource,0,0,FALSE,,,,,, +gooseberry.n.01,sliceable,0,0,FALSE,,,,,, +gooseberry.n.01,slicer,0,0,FALSE,,,,,, +gooseberry.n.01,soakable,0,0,FALSE,,,,,, +grape.n.01,liquid,0,0,FALSE,,,,,, +grape.n.01,heatSource,0,0,FALSE,,,,,, +grape.n.01,fireSource,0,0,FALSE,,,,,, +grape.n.01,cookable,0,1,FALSE,,,,,, +grape.n.01,coldSource,0,0,FALSE,,,,,, +grape.n.01,sliceable,0,0,FALSE,,,,,, +grape.n.01,slicer,0,0,FALSE,,,,,, +grape.n.01,soakable,0,0,FALSE,,,,,, +grater.n.01,liquid,0,0,FALSE,,,,,, +grater.n.01,heatSource,0,0,FALSE,,,,,, +grater.n.01,fireSource,0,0,FALSE,,,,,, +grater.n.01,cookable,0,0,FALSE,,,,,, +grater.n.01,coldSource,0,0,FALSE,,,,,, +grater.n.01,sliceable,0,0,FALSE,,,,,, +grater.n.01,slicer,1,1,FALSE,,,,,, +grater.n.01,soakable,0,0,FALSE,,,,,, +griddle.n.01,liquid,0,0,FALSE,,,,,, +griddle.n.01,heatSource,1,1,TRUE,200,https://www.atgrillscookware.com/blogs/cooking/ultimate-guide-to-cooking-temperature-on-electric-grills-and-griddles,,1,0,0 +griddle.n.01,fireSource,1,0,FALSE,,,,,, +griddle.n.01,cookable,0,0,FALSE,,,,,, +griddle.n.01,coldSource,0,0,FALSE,,,,,, +griddle.n.01,sliceable,0,0,FALSE,,,,,, +griddle.n.01,slicer,1,0,FALSE,,,,,, +griddle.n.01,soakable,0,0,FALSE,,,,,, +kiwi.n.03,liquid,0,0,FALSE,,,,,, +kiwi.n.03,heatSource,0,0,FALSE,,,,,, +kiwi.n.03,fireSource,0,0,FALSE,,,,,, +kiwi.n.03,cookable,0,1,FALSE,,,,,, +kiwi.n.03,coldSource,0,0,FALSE,,,,,, +kiwi.n.03,sliceable,0,1,FALSE,,,,,, +kiwi.n.03,slicer,0,0,FALSE,,,,,, +kiwi.n.03,soakable,0,0,FALSE,,,,,, +lemon.n.01,liquid,0,0,FALSE,,,,,, +lemon.n.01,heatSource,0,0,FALSE,,,,,, +lemon.n.01,fireSource,0,0,FALSE,,,,,, +lemon.n.01,cookable,0,1,FALSE,,,,,, +lemon.n.01,coldSource,0,0,FALSE,,,,,, +lemon.n.01,sliceable,0,1,FALSE,,,,,, +lemon.n.01,slicer,1,0,FALSE,,,,,, +lemon.n.01,soakable,0,0,FALSE,,,,,, +mushroom.n.05,liquid,0,0,FALSE,,,,,, +mushroom.n.05,heatSource,0,0,FALSE,,,,,, +mushroom.n.05,fireSource,1,0,FALSE,,,,,, +mushroom.n.05,cookable,0,1,FALSE,,,,,, +mushroom.n.05,coldSource,0,0,FALSE,,,,,, +mushroom.n.05,sliceable,0,1,FALSE,,,,,, +mushroom.n.05,slicer,0,0,FALSE,,,,,, +mushroom.n.05,soakable,0,0,FALSE,,,,,, +orange.n.01,liquid,0,0,FALSE,,,,,, +orange.n.01,heatSource,0,0,FALSE,,,,,, +orange.n.01,fireSource,0,0,FALSE,,,,,, +orange.n.01,cookable,0,1,FALSE,,,,,, +orange.n.01,coldSource,0,0,FALSE,,,,,, +orange.n.01,sliceable,0,1,FALSE,,,,,, +orange.n.01,slicer,0,0,FALSE,,,,,, +orange.n.01,soakable,0,0,FALSE,,,,,, +peach.n.03,liquid,0,0,FALSE,,,,,, +peach.n.03,heatSource,0,0,FALSE,,,,,, +peach.n.03,fireSource,0,0,FALSE,,,,,, +peach.n.03,cookable,0,1,FALSE,,,,,, +peach.n.03,coldSource,0,0,FALSE,,,,,, +peach.n.03,sliceable,0,1,FALSE,,,,,, +peach.n.03,slicer,1,0,FALSE,,,,,, +peach.n.03,soakable,0,0,FALSE,,,,,, +pear.n.01,liquid,0,0,FALSE,,,,,, +pear.n.01,heatSource,0,0,FALSE,,,,,, +pear.n.01,fireSource,0,0,FALSE,,,,,, +pear.n.01,cookable,0,1,FALSE,,,,,, +pear.n.01,coldSource,1,0,FALSE,,,,,, +pear.n.01,sliceable,0,1,FALSE,,,,,, +pear.n.01,slicer,0,0,FALSE,,,,,, +pear.n.01,soakable,0,0,FALSE,,,,,, +pineapple.n.02,liquid,0,0,FALSE,,,,,, +pineapple.n.02,heatSource,0,0,FALSE,,,,,, +pineapple.n.02,fireSource,0,0,FALSE,,,,,, +pineapple.n.02,cookable,0,1,FALSE,,,,,, +pineapple.n.02,coldSource,0,0,FALSE,,,,,, +pineapple.n.02,sliceable,0,1,FALSE,,,,,, +pineapple.n.02,slicer,0,0,FALSE,,,,,, +pineapple.n.02,soakable,0,0,FALSE,,,,,, +plum.n.02,liquid,0,0,FALSE,,,,,, +plum.n.02,heatSource,0,0,FALSE,,,,,, +plum.n.02,fireSource,1,0,FALSE,,,,,, +plum.n.02,cookable,0,1,FALSE,,,,,, +plum.n.02,coldSource,0,0,FALSE,,,,,, +plum.n.02,sliceable,0,1,FALSE,,,,,, +plum.n.02,slicer,0,0,FALSE,,,,,, +plum.n.02,soakable,0,0,FALSE,,,,,, +pomegranate.n.02,liquid,0,0,FALSE,,,,,, +pomegranate.n.02,heatSource,0,0,FALSE,,,,,, +pomegranate.n.02,fireSource,0,0,FALSE,,,,,, +pomegranate.n.02,cookable,0,0,FALSE,,,,,, +pomegranate.n.02,coldSource,0,0,FALSE,,,,,, +pomegranate.n.02,sliceable,0,0,FALSE,,,,,, +pomegranate.n.02,slicer,0,0,FALSE,,,,,, +pomegranate.n.02,soakable,0,0,FALSE,,,,,, +pomelo.n.02,liquid,0,0,FALSE,,,,,, +pomelo.n.02,heatSource,0,0,FALSE,,,,,, +pomelo.n.02,fireSource,0,0,FALSE,,,,,, +pomelo.n.02,cookable,0,0,FALSE,,,,,, +pomelo.n.02,coldSource,0,0,FALSE,,,,,, +pomelo.n.02,sliceable,0,0,FALSE,,,,,, +pomelo.n.02,slicer,0,0,FALSE,,,,,, +pomelo.n.02,soakable,0,0,FALSE,,,,,, +strawberry.n.01,liquid,0,0,FALSE,,,,,, +strawberry.n.01,heatSource,0,0,FALSE,,,,,, +strawberry.n.01,fireSource,0,0,FALSE,,,,,, +strawberry.n.01,cookable,0,1,FALSE,,,,,, +strawberry.n.01,coldSource,0,0,FALSE,,,,,, +strawberry.n.01,sliceable,0,1,FALSE,,,,,, +strawberry.n.01,slicer,0,0,FALSE,,,,,, +strawberry.n.01,soakable,0,0,FALSE,,,,,, +tomato.n.01,liquid,0,0,FALSE,,,,,, +tomato.n.01,heatSource,0,0,FALSE,,,,,, +tomato.n.01,fireSource,1,0,FALSE,,,,,, +tomato.n.01,cookable,0,1,FALSE,,,,,, +tomato.n.01,coldSource,0,0,FALSE,,,,,, +tomato.n.01,sliceable,0,1,FALSE,,,,,, +tomato.n.01,slicer,0,0,FALSE,,,,,, +tomato.n.01,soakable,0,0,FALSE,,,,,, +vidalia_onion.n.01,liquid,0,0,FALSE,,,,,, +vidalia_onion.n.01,heatSource,0,0,FALSE,,,,,, +vidalia_onion.n.01,fireSource,1,0,FALSE,,,,,, +vidalia_onion.n.01,cookable,0,1,FALSE,,,,,, +vidalia_onion.n.01,coldSource,0,0,FALSE,,,,,, +vidalia_onion.n.01,sliceable,0,1,FALSE,,,,,, +vidalia_onion.n.01,slicer,0,0,FALSE,,,,,, +vidalia_onion.n.01,soakable,0,0,FALSE,,,,,, +head_cabbage.n.02,liquid,0,0,FALSE,,,,,, +head_cabbage.n.02,heatSource,0,0,FALSE,,,,,, +head_cabbage.n.02,fireSource,1,0,FALSE,,,,,, +head_cabbage.n.02,cookable,0,1,FALSE,,,,,, +head_cabbage.n.02,coldSource,0,0,FALSE,,,,,, +head_cabbage.n.02,sliceable,0,1,FALSE,,,,,, +head_cabbage.n.02,slicer,0,0,FALSE,,,,,, +head_cabbage.n.02,soakable,0,0,FALSE,,,,,, +highlighter.n.02,liquid,0,0,FALSE,,,,,, +highlighter.n.02,heatSource,0,0,FALSE,,,,,, +highlighter.n.02,fireSource,0,0,FALSE,,,,,, +highlighter.n.02,cookable,0,0,FALSE,,,,,, +highlighter.n.02,coldSource,1,0,FALSE,,,,,, +highlighter.n.02,sliceable,0,0,FALSE,,,,,, +highlighter.n.02,slicer,1,0,FALSE,,,,,, +highlighter.n.02,soakable,0,0,FALSE,,,,,, +steel.n.03,liquid,0,0,FALSE,,,,,, +steel.n.03,heatSource,0,0,FALSE,,,,,, +steel.n.03,fireSource,0,0,FALSE,,,,,, +steel.n.03,cookable,0,0,FALSE,,,,,, +steel.n.03,coldSource,0,0,FALSE,,,,,, +steel.n.03,sliceable,0,0,FALSE,,,,,, +steel.n.03,slicer,0,0,FALSE,,,,,, +steel.n.03,soakable,0,0,FALSE,,,,,, +jar.n.01,liquid,0,0,FALSE,,,,,, +jar.n.01,heatSource,0,0,FALSE,,,,,, +jar.n.01,fireSource,0,0,FALSE,,,,,, +jar.n.01,cookable,0,0,FALSE,,,,,, +jar.n.01,coldSource,1,0,FALSE,,,,,, +jar.n.01,sliceable,0,0,FALSE,,,,,, +jar.n.01,slicer,0,0,FALSE,,,,,, +jar.n.01,soakable,0,0,FALSE,,,,,, +kettle.n.01,liquid,0,0,FALSE,,,,,, +kettle.n.01,heatSource,1,1,TRUE,100,https://www.nytimes.com/wirecutter/reviews/the-best-home-kettle/,,1,0,1 +kettle.n.01,fireSource,1,0,FALSE,,,,,, +kettle.n.01,cookable,0,0,FALSE,,,,,, +kettle.n.01,coldSource,1,0,FALSE,,,,,, +kettle.n.01,sliceable,0,0,FALSE,,,,,, +kettle.n.01,slicer,1,0,FALSE,,,,,, +kettle.n.01,soakable,0,0,FALSE,,,,,, +lettuce.n.03,liquid,0,0,FALSE,,,,,, +lettuce.n.03,heatSource,0,0,FALSE,,,,,, +lettuce.n.03,fireSource,0,0,FALSE,,,,,, +lettuce.n.03,cookable,0,1,FALSE,,,,,, +lettuce.n.03,coldSource,0,0,FALSE,,,,,, +lettuce.n.03,sliceable,0,1,FALSE,,,,,, +lettuce.n.03,slicer,0,0,FALSE,,,,,, +lettuce.n.03,soakable,0,0,FALSE,,,,,, +lid.n.02,liquid,0,0,FALSE,,,,,, +lid.n.02,heatSource,0,0,FALSE,,,,,, +lid.n.02,fireSource,0,0,FALSE,,,,,, +lid.n.02,cookable,0,0,FALSE,,,,,, +lid.n.02,coldSource,0,0,FALSE,,,,,, +lid.n.02,sliceable,0,0,FALSE,,,,,, +lid.n.02,slicer,1,1,FALSE,,,,,, +lid.n.02,soakable,1,1,FALSE,,,,,, +mat.n.07,liquid,0,0,FALSE,,,,,, +mat.n.07,heatSource,0,0,FALSE,,,,,, +mat.n.07,fireSource,0,0,FALSE,,,,,, +mat.n.07,cookable,0,0,FALSE,,,,,, +mat.n.07,coldSource,0,0,FALSE,,,,,, +mat.n.07,sliceable,0,0,FALSE,,,,,, +mat.n.07,slicer,1,0,FALSE,,,,,, +mat.n.07,soakable,1,1,FALSE,,,,,, +mug.n.04,liquid,0,0,FALSE,,,,,, +mug.n.04,heatSource,0,0,FALSE,,,,,, +mug.n.04,fireSource,0,0,FALSE,,,,,, +mug.n.04,cookable,0,0,FALSE,,,,,, +mug.n.04,coldSource,1,0,FALSE,,,,,, +mug.n.04,sliceable,0,0,FALSE,,,,,, +mug.n.04,slicer,1,0,FALSE,,,,,, +mug.n.04,soakable,0,0,FALSE,,,,,, +oatmeal.n.01,liquid,0,0,FALSE,,,,,, +oatmeal.n.01,heatSource,0,0,FALSE,,,,,, +oatmeal.n.01,fireSource,1,0,FALSE,,,,,, +oatmeal.n.01,cookable,0,1,FALSE,,,,,, +oatmeal.n.01,coldSource,0,0,FALSE,,,,,, +oatmeal.n.01,sliceable,0,0,FALSE,,,,,, +oatmeal.n.01,slicer,0,0,FALSE,,,,,, +oatmeal.n.01,soakable,0,0,FALSE,,,,,, +oatmeal.n.02,liquid,0,0,FALSE,,,,,, +oatmeal.n.02,heatSource,0,0,FALSE,,,,,, +oatmeal.n.02,fireSource,1,0,FALSE,,,,,, +oatmeal.n.02,cookable,0,1,FALSE,,,,,, +oatmeal.n.02,coldSource,1,0,FALSE,,,,,, +oatmeal.n.02,sliceable,0,0,FALSE,,,,,, +oatmeal.n.02,slicer,0,0,FALSE,,,,,, +oatmeal.n.02,soakable,0,0,FALSE,,,,,, +olive.n.04,liquid,0,0,FALSE,,,,,, +olive.n.04,heatSource,0,0,FALSE,,,,,, +olive.n.04,fireSource,0,0,FALSE,,,,,, +olive.n.04,cookable,0,1,FALSE,,,,,, +olive.n.04,coldSource,0,0,FALSE,,,,,, +olive.n.04,sliceable,0,1,FALSE,,,,,, +olive.n.04,slicer,0,0,FALSE,,,,,, +olive.n.04,soakable,0,0,FALSE,,,,,, +olive_oil.n.01,liquid,1,1,FALSE,,,,,, +olive_oil.n.01,heatSource,0,0,FALSE,,,,,, +olive_oil.n.01,fireSource,0,1,FALSE,,,,,, +olive_oil.n.01,cookable,0,1,FALSE,,,,,, +olive_oil.n.01,coldSource,0,0,FALSE,,,,,, +olive_oil.n.01,sliceable,0,0,FALSE,,,,,, +olive_oil.n.01,slicer,0,0,FALSE,,,,,, +olive_oil.n.01,soakable,0,0,FALSE,,,,,, +paper_clip.n.01,liquid,0,0,FALSE,,,,,, +paper_clip.n.01,heatSource,0,0,FALSE,,,,,, +paper_clip.n.01,fireSource,0,0,FALSE,,,,,, +paper_clip.n.01,cookable,0,0,FALSE,,,,,, +paper_clip.n.01,coldSource,0,0,FALSE,,,,,, +paper_clip.n.01,sliceable,0,0,FALSE,,,,,, +paper_clip.n.01,slicer,1,0,FALSE,,,,,, +paper_clip.n.01,soakable,1,0,FALSE,,,,,, +paper_towel.n.01,liquid,0,0,FALSE,,,,,, +paper_towel.n.01,heatSource,0,0,FALSE,,,,,, +paper_towel.n.01,fireSource,0,0,FALSE,,,,,, +paper_towel.n.01,cookable,0,0,FALSE,,,,,, +paper_towel.n.01,coldSource,0,0,FALSE,,,,,, +paper_towel.n.01,sliceable,0,0,FALSE,,,,,, +paper_towel.n.01,slicer,1,0,FALSE,,,,,, +paper_towel.n.01,soakable,0,1,FALSE,,,,,, +holder.n.01,liquid,0,0,FALSE,,,,,, +holder.n.01,heatSource,0,0,FALSE,,,,,, +holder.n.01,fireSource,0,0,FALSE,,,,,, +holder.n.01,cookable,0,0,FALSE,,,,,, +holder.n.01,coldSource,0,0,FALSE,,,,,, +holder.n.01,sliceable,0,0,FALSE,,,,,, +holder.n.01,slicer,1,0,FALSE,,,,,, +holder.n.01,soakable,1,0,FALSE,,,,,, +parsley.n.02,liquid,0,0,FALSE,,,,,, +parsley.n.02,heatSource,0,0,FALSE,,,,,, +parsley.n.02,fireSource,1,0,FALSE,,,,,, +parsley.n.02,cookable,0,1,FALSE,,,,,, +parsley.n.02,coldSource,0,0,FALSE,,,,,, +parsley.n.02,sliceable,0,1,FALSE,,,,,, +parsley.n.02,slicer,0,0,FALSE,,,,,, +parsley.n.02,soakable,0,0,FALSE,,,,,, +pea.n.01,liquid,0,0,FALSE,,,,,, +pea.n.01,heatSource,0,0,FALSE,,,,,, +pea.n.01,fireSource,1,0,FALSE,,,,,, +pea.n.01,cookable,0,1,FALSE,,,,,, +pea.n.01,coldSource,0,0,FALSE,,,,,, +pea.n.01,sliceable,0,0,FALSE,,,,,, +pea.n.01,slicer,0,0,FALSE,,,,,, +pea.n.01,soakable,0,0,FALSE,,,,,, +pen.n.01,liquid,0,0,FALSE,,,,,, +pen.n.01,heatSource,0,0,FALSE,,,,,, +pen.n.01,fireSource,0,0,FALSE,,,,,, +pen.n.01,cookable,0,0,FALSE,,,,,, +pen.n.01,coldSource,1,0,FALSE,,,,,, +pen.n.01,sliceable,0,0,FALSE,,,,,, +pen.n.01,slicer,1,0,FALSE,,,,,, +pen.n.01,soakable,0,0,FALSE,,,,,, +pencil.n.01,liquid,0,0,FALSE,,,,,, +pencil.n.01,heatSource,0,0,FALSE,,,,,, +pencil.n.01,fireSource,0,0,FALSE,,,,,, +pencil.n.01,cookable,0,0,FALSE,,,,,, +pencil.n.01,coldSource,0,0,FALSE,,,,,, +pencil.n.01,sliceable,0,0,FALSE,,,,,, +pencil.n.01,slicer,1,0,FALSE,,,,,, +pencil.n.01,soakable,0,0,FALSE,,,,,, +pencil_box.n.01,liquid,0,0,FALSE,,,,,, +pencil_box.n.01,heatSource,0,0,FALSE,,,,,, +pencil_box.n.01,fireSource,0,0,FALSE,,,,,, +pencil_box.n.01,cookable,0,0,FALSE,,,,,, +pencil_box.n.01,coldSource,0,0,FALSE,,,,,, +pencil_box.n.01,sliceable,0,0,FALSE,,,,,, +pencil_box.n.01,slicer,1,0,FALSE,,,,,, +pencil_box.n.01,soakable,0,0,FALSE,,,,,, +pepper_mill.n.01,liquid,0,0,FALSE,,,,,, +pepper_mill.n.01,heatSource,0,0,FALSE,,,,,, +pepper_mill.n.01,fireSource,0,0,FALSE,,,,,, +pepper_mill.n.01,cookable,0,0,FALSE,,,,,, +pepper_mill.n.01,coldSource,0,0,FALSE,,,,,, +pepper_mill.n.01,sliceable,0,0,FALSE,,,,,, +pepper_mill.n.01,slicer,1,0,FALSE,,,,,, +pepper_mill.n.01,soakable,0,0,FALSE,,,,,, +pistachio.n.02,liquid,0,0,FALSE,,,,,, +pistachio.n.02,heatSource,0,0,FALSE,,,,,, +pistachio.n.02,fireSource,0,0,FALSE,,,,,, +pistachio.n.02,cookable,0,1,FALSE,,,,,, +pistachio.n.02,coldSource,0,0,FALSE,,,,,, +pistachio.n.02,sliceable,0,0,FALSE,,,,,, +pistachio.n.02,slicer,0,0,FALSE,,,,,, +pistachio.n.02,soakable,0,0,FALSE,,,,,, +pop.n.02,liquid,1,1,FALSE,,,,,, +pop.n.02,heatSource,0,0,FALSE,,,,,, +pop.n.02,fireSource,0,0,FALSE,,,,,, +pop.n.02,cookable,0,0,FALSE,,,,,, +pop.n.02,coldSource,0,0,FALSE,,,,,, +pop.n.02,sliceable,0,0,FALSE,,,,,, +pop.n.02,slicer,1,0,FALSE,,,,,, +pop.n.02,soakable,0,0,FALSE,,,,,, +potato.n.01,liquid,0,0,FALSE,,,,,, +potato.n.01,heatSource,0,0,FALSE,,,,,, +potato.n.01,fireSource,1,0,FALSE,,,,,, +potato.n.01,cookable,0,1,FALSE,,,,,, +potato.n.01,coldSource,0,0,FALSE,,,,,, +potato.n.01,sliceable,0,1,FALSE,,,,,, +potato.n.01,slicer,1,0,FALSE,,,,,, +potato.n.01,soakable,0,0,FALSE,,,,,, +pumpkin.n.02,liquid,0,0,FALSE,,,,,, +pumpkin.n.02,heatSource,0,0,FALSE,,,,,, +pumpkin.n.02,fireSource,1,0,FALSE,,,,,, +pumpkin.n.02,cookable,0,1,FALSE,,,,,, +pumpkin.n.02,coldSource,0,0,FALSE,,,,,, +pumpkin.n.02,sliceable,0,1,FALSE,,,,,, +pumpkin.n.02,slicer,1,0,FALSE,,,,,, +pumpkin.n.02,soakable,0,0,FALSE,,,,,, +radish.n.01,liquid,0,0,FALSE,,,,,, +radish.n.01,heatSource,0,0,FALSE,,,,,, +radish.n.01,fireSource,1,0,FALSE,,,,,, +radish.n.01,cookable,0,1,FALSE,,,,,, +radish.n.01,coldSource,0,0,FALSE,,,,,, +radish.n.01,sliceable,0,1,FALSE,,,,,, +radish.n.01,slicer,0,0,FALSE,,,,,, +radish.n.01,soakable,0,0,FALSE,,,,,, +raspberry.n.02,liquid,0,0,FALSE,,,,,, +raspberry.n.02,heatSource,0,0,FALSE,,,,,, +raspberry.n.02,fireSource,0,0,FALSE,,,,,, +raspberry.n.02,cookable,0,1,FALSE,,,,,, +raspberry.n.02,coldSource,0,0,FALSE,,,,,, +raspberry.n.02,sliceable,0,0,FALSE,,,,,, +raspberry.n.02,slicer,0,0,FALSE,,,,,, +raspberry.n.02,soakable,0,0,FALSE,,,,,, +hip.n.05,liquid,0,0,FALSE,,,,,, +hip.n.05,heatSource,0,0,FALSE,,,,,, +hip.n.05,fireSource,0,0,FALSE,,,,,, +hip.n.05,cookable,0,1,FALSE,,,,,, +hip.n.05,coldSource,0,0,FALSE,,,,,, +hip.n.05,sliceable,0,1,FALSE,,,,,, +hip.n.05,slicer,0,0,FALSE,,,,,, +hip.n.05,soakable,0,0,FALSE,,,,,, +saucepan.n.01,liquid,0,0,FALSE,,,,,, +saucepan.n.01,heatSource,1,0,FALSE,N/A,https://www.finedininglovers.com/article/medium-high-heat,200-600F,0,0,1 +saucepan.n.01,fireSource,1,0,FALSE,,,,,, +saucepan.n.01,cookable,0,0,FALSE,,,,,, +saucepan.n.01,coldSource,1,0,FALSE,,,,,, +saucepan.n.01,sliceable,0,0,FALSE,,,,,, +saucepan.n.01,slicer,1,0,FALSE,,,,,, +saucepan.n.01,soakable,0,0,FALSE,,,,,, +soup_ladle.n.01,liquid,0,0,FALSE,,,,,, +soup_ladle.n.01,heatSource,0,0,FALSE,,,,,, +soup_ladle.n.01,fireSource,0,0,FALSE,,,,,, +soup_ladle.n.01,cookable,0,0,FALSE,,,,,, +soup_ladle.n.01,coldSource,1,0,FALSE,,,,,, +soup_ladle.n.01,sliceable,0,0,FALSE,,,,,, +soup_ladle.n.01,slicer,1,0,FALSE,,,,,, +soup_ladle.n.01,soakable,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,liquid,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,heatSource,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,fireSource,1,0,FALSE,,,,,, +spaghetti_sauce.n.01,cookable,0,1,FALSE,,,,,, +spaghetti_sauce.n.01,coldSource,1,0,FALSE,,,,,, +spaghetti_sauce.n.01,sliceable,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,slicer,0,0,FALSE,,,,,, +spaghetti_sauce.n.01,soakable,0,0,FALSE,,,,,, +spatula.n.01,liquid,0,0,FALSE,,,,,, +spatula.n.01,heatSource,0,0,FALSE,,,,,, +spatula.n.01,fireSource,0,0,FALSE,,,,,, +spatula.n.01,cookable,0,0,FALSE,,,,,, +spatula.n.01,coldSource,0,0,FALSE,,,,,, +spatula.n.01,sliceable,0,0,FALSE,,,,,, +spatula.n.01,slicer,1,0,FALSE,,,,,, +spatula.n.01,soakable,0,0,FALSE,,,,,, +spinach.n.02,liquid,0,0,FALSE,,,,,, +spinach.n.02,heatSource,0,0,FALSE,,,,,, +spinach.n.02,fireSource,1,0,FALSE,,,,,, +spinach.n.02,cookable,0,1,FALSE,,,,,, +spinach.n.02,coldSource,0,0,FALSE,,,,,, +spinach.n.02,sliceable,0,1,FALSE,,,,,, +spinach.n.02,slicer,0,0,FALSE,,,,,, +spinach.n.02,soakable,0,0,FALSE,,,,,, +spoon.n.01,liquid,0,0,FALSE,,,,,, +spoon.n.01,heatSource,0,0,FALSE,,,,,, +spoon.n.01,fireSource,0,0,FALSE,,,,,, +spoon.n.01,cookable,0,0,FALSE,,,,,, +spoon.n.01,coldSource,1,0,FALSE,,,,,, +spoon.n.01,sliceable,0,0,FALSE,,,,,, +spoon.n.01,slicer,1,0,FALSE,,,,,, +spoon.n.01,soakable,0,0,FALSE,,,,,, +pad.n.01,liquid,0,0,FALSE,,,,,, +pad.n.01,heatSource,0,0,FALSE,,,,,, +pad.n.01,fireSource,0,0,FALSE,,,,,, +pad.n.01,cookable,0,0,FALSE,,,,,, +pad.n.01,coldSource,0,0,FALSE,,,,,, +pad.n.01,sliceable,0,0,FALSE,,,,,, +pad.n.01,slicer,1,0,FALSE,,,,,, +pad.n.01,soakable,1,0,FALSE,,,,,, +straight_pin.n.01,liquid,0,0,FALSE,,,,,, +straight_pin.n.01,heatSource,0,0,FALSE,,,,,, +straight_pin.n.01,fireSource,0,0,FALSE,,,,,, +straight_pin.n.01,cookable,0,0,FALSE,,,,,, +straight_pin.n.01,coldSource,0,0,FALSE,,,,,, +straight_pin.n.01,sliceable,0,0,FALSE,,,,,, +straight_pin.n.01,slicer,1,0,FALSE,,,,,, +straight_pin.n.01,soakable,0,0,FALSE,,,,,, +sweet_corn.n.02,liquid,0,0,FALSE,,,,,, +sweet_corn.n.02,heatSource,0,0,FALSE,,,,,, +sweet_corn.n.02,fireSource,1,0,FALSE,,,,,, +sweet_corn.n.02,cookable,0,1,FALSE,,,,,, +sweet_corn.n.02,coldSource,0,0,FALSE,,,,,, +sweet_corn.n.02,sliceable,0,0,FALSE,,,,,, +sweet_corn.n.02,slicer,0,0,FALSE,,,,,, +sweet_corn.n.02,soakable,0,0,FALSE,,,,,, +table_knife.n.01,liquid,0,0,FALSE,,,,,, +table_knife.n.01,heatSource,0,0,FALSE,,,,,, +table_knife.n.01,fireSource,0,0,FALSE,,,,,, +table_knife.n.01,cookable,0,0,FALSE,,,,,, +table_knife.n.01,coldSource,0,0,FALSE,,,,,, +table_knife.n.01,sliceable,0,0,FALSE,,,,,, +table_knife.n.01,slicer,1,1,FALSE,,,,,, +table_knife.n.01,soakable,0,0,FALSE,,,,,, +tablefork.n.01,liquid,0,0,FALSE,,,,,, +tablefork.n.01,heatSource,0,0,FALSE,,,,,, +tablefork.n.01,fireSource,0,0,FALSE,,,,,, +tablefork.n.01,cookable,0,0,FALSE,,,,,, +tablefork.n.01,coldSource,0,0,FALSE,,,,,, +tablefork.n.01,sliceable,0,0,FALSE,,,,,, +tablefork.n.01,slicer,0,0,FALSE,,,,,, +tablefork.n.01,soakable,0,0,FALSE,,,,,, +tape.n.01,liquid,0,0,FALSE,,,,,, +tape.n.01,heatSource,0,0,FALSE,,,,,, +tape.n.01,fireSource,0,0,FALSE,,,,,, +tape.n.01,cookable,0,0,FALSE,,,,,, +tape.n.01,coldSource,0,0,FALSE,,,,,, +tape.n.01,sliceable,0,1,FALSE,,,,,, +tape.n.01,slicer,1,0,FALSE,,,,,, +tape.n.01,soakable,1,0,FALSE,,,,,, +teapot.n.01,liquid,0,0,FALSE,,,,,, +teapot.n.01,heatSource,0,0,FALSE,,,,,, +teapot.n.01,fireSource,0,0,FALSE,,,,,, +teapot.n.01,cookable,0,0,FALSE,,,,,, +teapot.n.01,coldSource,1,0,FALSE,,,,,, +teapot.n.01,sliceable,0,0,FALSE,,,,,, +teapot.n.01,slicer,1,0,FALSE,,,,,, +teapot.n.01,soakable,0,0,FALSE,,,,,, +thumbtack.n.01,liquid,0,0,FALSE,,,,,, +thumbtack.n.01,heatSource,0,0,FALSE,,,,,, +thumbtack.n.01,fireSource,0,0,FALSE,,,,,, +thumbtack.n.01,cookable,0,0,FALSE,,,,,, +thumbtack.n.01,coldSource,0,0,FALSE,,,,,, +thumbtack.n.01,sliceable,0,0,FALSE,,,,,, +thumbtack.n.01,slicer,1,0,FALSE,,,,,, +thumbtack.n.01,soakable,0,0,FALSE,,,,,, +toasting_fork.n.01,liquid,0,0,FALSE,,,,,, +toasting_fork.n.01,heatSource,1,0,FALSE,,,,,, +toasting_fork.n.01,fireSource,1,0,FALSE,,,,,, +toasting_fork.n.01,cookable,0,0,FALSE,,,,,, +toasting_fork.n.01,coldSource,0,0,FALSE,,,,,, +toasting_fork.n.01,sliceable,0,0,FALSE,,,,,, +toasting_fork.n.01,slicer,1,0,FALSE,,,,,, +toasting_fork.n.01,soakable,0,0,FALSE,,,,,, +tongs.n.01,liquid,0,0,FALSE,,,,,, +tongs.n.01,heatSource,0,0,FALSE,,,,,, +tongs.n.01,fireSource,0,0,FALSE,,,,,, +tongs.n.01,cookable,0,0,FALSE,,,,,, +tongs.n.01,coldSource,0,0,FALSE,,,,,, +tongs.n.01,sliceable,0,0,FALSE,,,,,, +tongs.n.01,slicer,1,0,FALSE,,,,,, +tongs.n.01,soakable,1,0,FALSE,,,,,, +turnip.n.02,liquid,0,0,FALSE,,,,,, +turnip.n.02,heatSource,0,0,FALSE,,,,,, +turnip.n.02,fireSource,1,0,FALSE,,,,,, +turnip.n.02,cookable,0,1,FALSE,,,,,, +turnip.n.02,coldSource,0,0,FALSE,,,,,, +turnip.n.02,sliceable,0,1,FALSE,,,,,, +turnip.n.02,slicer,1,0,FALSE,,,,,, +turnip.n.02,soakable,0,0,FALSE,,,,,, +walnut.n.01,liquid,0,0,FALSE,,,,,, +walnut.n.01,heatSource,0,0,FALSE,,,,,, +walnut.n.01,fireSource,0,0,FALSE,,,,,, +walnut.n.01,cookable,0,1,FALSE,,,,,, +walnut.n.01,coldSource,0,0,FALSE,,,,,, +walnut.n.01,sliceable,0,1,FALSE,,,,,, +walnut.n.01,slicer,0,0,FALSE,,,,,, +walnut.n.01,soakable,0,0,FALSE,,,,,, +watermelon.n.02,liquid,0,0,FALSE,,,,,, +watermelon.n.02,heatSource,0,0,FALSE,,,,,, +watermelon.n.02,fireSource,0,0,FALSE,,,,,, +watermelon.n.02,cookable,0,1,FALSE,,,,,, +watermelon.n.02,coldSource,0,0,FALSE,,,,,, +watermelon.n.02,sliceable,0,1,FALSE,,,,,, +watermelon.n.02,slicer,0,0,FALSE,,,,,, +watermelon.n.02,soakable,0,0,FALSE,,,,,, +display_panel.n.01,liquid,0,0,FALSE,,,,,, +display_panel.n.01,heatSource,0,0,FALSE,,,,,, +display_panel.n.01,fireSource,0,0,FALSE,,,,,, +display_panel.n.01,cookable,0,0,FALSE,,,,,, +display_panel.n.01,coldSource,0,0,FALSE,,,,,, +display_panel.n.01,sliceable,0,0,FALSE,,,,,, +display_panel.n.01,slicer,1,0,FALSE,,,,,, +display_panel.n.01,soakable,0,0,FALSE,,,,,, +wine_bottle.n.01,liquid,0,0,FALSE,,,,,, +wine_bottle.n.01,heatSource,0,0,FALSE,,,,,, +wine_bottle.n.01,fireSource,0,0,FALSE,,,,,, +wine_bottle.n.01,cookable,0,0,FALSE,,,,,, +wine_bottle.n.01,coldSource,1,1,FALSE,,,,,, +wine_bottle.n.01,sliceable,0,0,FALSE,,,,,, +wine_bottle.n.01,slicer,0,0,FALSE,,,,,, +wine_bottle.n.01,soakable,0,0,FALSE,,,,,, +yogurt.n.01,liquid,0,0,FALSE,,,,,, +yogurt.n.01,heatSource,0,0,FALSE,,,,,, +yogurt.n.01,fireSource,0,0,FALSE,,,,,, +yogurt.n.01,cookable,1,1,FALSE,,,,,, +yogurt.n.01,coldSource,0,0,FALSE,,,,,, +yogurt.n.01,sliceable,0,0,FALSE,,,,,, +yogurt.n.01,slicer,0,0,FALSE,,,,,, +yogurt.n.01,soakable,0,0,FALSE,,,,,, +zucchini.n.02,liquid,0,0,FALSE,,,,,, +zucchini.n.02,heatSource,0,0,FALSE,,,,,, +zucchini.n.02,fireSource,1,0,FALSE,,,,,, +zucchini.n.02,cookable,0,1,FALSE,,,,,, +zucchini.n.02,coldSource,0,0,FALSE,,,,,, +zucchini.n.02,sliceable,0,1,FALSE,,,,,, +zucchini.n.02,slicer,1,0,FALSE,,,,,, +zucchini.n.02,soakable,0,0,FALSE,,,,,, +gym_shoe.n.01,liquid,0,0,FALSE,,,,,, +gym_shoe.n.01,heatSource,0,0,FALSE,,,,,, +gym_shoe.n.01,fireSource,0,0,FALSE,,,,,, +gym_shoe.n.01,cookable,0,0,FALSE,,,,,, +gym_shoe.n.01,coldSource,0,0,FALSE,,,,,, +gym_shoe.n.01,sliceable,0,0,FALSE,,,,,, +gym_shoe.n.01,slicer,0,0,FALSE,,,,,, +gym_shoe.n.01,soakable,0,1,FALSE,,,,,, +computer_game.n.01,liquid,0,0,FALSE,,,,,, +computer_game.n.01,heatSource,0,0,FALSE,,,,,, +computer_game.n.01,fireSource,0,0,FALSE,,,,,, +computer_game.n.01,cookable,0,0,FALSE,,,,,, +computer_game.n.01,coldSource,0,0,FALSE,,,,,, +computer_game.n.01,sliceable,0,0,FALSE,,,,,, +computer_game.n.01,slicer,1,0,FALSE,,,,,, +computer_game.n.01,soakable,0,0,FALSE,,,,,, +board_game.n.01,liquid,0,0,FALSE,,,,,, +board_game.n.01,heatSource,0,0,FALSE,,,,,, +board_game.n.01,fireSource,0,0,FALSE,,,,,, +board_game.n.01,cookable,0,0,FALSE,,,,,, +board_game.n.01,coldSource,0,0,FALSE,,,,,, +board_game.n.01,sliceable,0,0,FALSE,,,,,, +board_game.n.01,slicer,1,0,FALSE,,,,,, +board_game.n.01,soakable,0,0,FALSE,,,,,, +walker.n.04,liquid,0,0,FALSE,,,,,, +walker.n.04,heatSource,0,0,FALSE,,,,,, +walker.n.04,fireSource,0,0,FALSE,,,,,, +walker.n.04,cookable,0,0,FALSE,,,,,, +walker.n.04,coldSource,0,0,FALSE,,,,,, +walker.n.04,sliceable,0,0,FALSE,,,,,, +walker.n.04,slicer,1,0,FALSE,,,,,, +walker.n.04,soakable,0,1,FALSE,,,,,, +medicine.n.02,liquid,1,0,FALSE,,,,,, +medicine.n.02,heatSource,0,0,FALSE,,,,,, +medicine.n.02,fireSource,0,0,FALSE,,,,,, +medicine.n.02,cookable,0,0,FALSE,,,,,, +medicine.n.02,coldSource,1,0,FALSE,,,,,, +medicine.n.02,sliceable,0,0,FALSE,,,,,, +medicine.n.02,slicer,0,0,FALSE,,,,,, +medicine.n.02,soakable,0,0,FALSE,,,,,, +sandal.n.01,liquid,0,0,FALSE,,,,,, +sandal.n.01,heatSource,0,0,FALSE,,,,,, +sandal.n.01,fireSource,0,0,FALSE,,,,,, +sandal.n.01,cookable,0,0,FALSE,,,,,, +sandal.n.01,coldSource,0,0,FALSE,,,,,, +sandal.n.01,sliceable,0,0,FALSE,,,,,, +sandal.n.01,slicer,1,0,FALSE,,,,,, +sandal.n.01,soakable,0,1,FALSE,,,,,, +hat.n.01,liquid,0,0,FALSE,,,,,, +hat.n.01,heatSource,0,0,FALSE,,,,,, +hat.n.01,fireSource,0,0,FALSE,,,,,, +hat.n.01,cookable,0,0,FALSE,,,,,, +hat.n.01,coldSource,0,0,FALSE,,,,,, +hat.n.01,sliceable,0,0,FALSE,,,,,, +hat.n.01,slicer,1,0,FALSE,,,,,, +hat.n.01,soakable,1,1,FALSE,,,,,, +protein.n.01,liquid,0,0,FALSE,,,,,, +protein.n.01,heatSource,0,0,FALSE,,,,,, +protein.n.01,fireSource,1,0,FALSE,,,,,, +protein.n.01,cookable,0,0,FALSE,,,,,, +protein.n.01,coldSource,0,0,FALSE,,,,,, +protein.n.01,sliceable,0,0,FALSE,,,,,, +protein.n.01,slicer,0,0,FALSE,,,,,, +protein.n.01,soakable,1,0,FALSE,,,,,, +ink_cartridge.n.01,liquid,0,0,FALSE,,,,,, +ink_cartridge.n.01,heatSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,fireSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,cookable,0,0,FALSE,,,,,, +ink_cartridge.n.01,coldSource,0,0,FALSE,,,,,, +ink_cartridge.n.01,sliceable,0,0,FALSE,,,,,, +ink_cartridge.n.01,slicer,0,0,FALSE,,,,,, +ink_cartridge.n.01,soakable,0,0,FALSE,,,,,, +cpu_board.n.01,liquid,0,0,FALSE,,,,,, +cpu_board.n.01,heatSource,0,0,FALSE,,,,,, +cpu_board.n.01,fireSource,0,0,FALSE,,,,,, +cpu_board.n.01,cookable,0,0,FALSE,,,,,, +cpu_board.n.01,coldSource,0,0,FALSE,,,,,, +cpu_board.n.01,sliceable,0,0,FALSE,,,,,, +cpu_board.n.01,slicer,1,0,FALSE,,,,,, +cpu_board.n.01,soakable,0,0,FALSE,,,,,, +router.n.02,liquid,0,0,FALSE,,,,,, +router.n.02,heatSource,0,0,FALSE,,,,,, +router.n.02,fireSource,0,0,FALSE,,,,,, +router.n.02,cookable,0,0,FALSE,,,,,, +router.n.02,coldSource,0,0,FALSE,,,,,, +router.n.02,sliceable,0,0,FALSE,,,,,, +router.n.02,slicer,1,0,FALSE,,,,,, +router.n.02,soakable,0,0,FALSE,,,,,, +keyboard.n.01,liquid,0,0,FALSE,,,,,, +keyboard.n.01,heatSource,0,0,FALSE,,,,,, +keyboard.n.01,fireSource,0,0,FALSE,,,,,, +keyboard.n.01,cookable,0,0,FALSE,,,,,, +keyboard.n.01,coldSource,0,0,FALSE,,,,,, +keyboard.n.01,sliceable,0,0,FALSE,,,,,, +keyboard.n.01,slicer,1,0,FALSE,,,,,, +keyboard.n.01,soakable,0,0,FALSE,,,,,, +headset.n.01,liquid,0,0,FALSE,,,,,, +headset.n.01,heatSource,0,0,FALSE,,,,,, +headset.n.01,fireSource,0,0,FALSE,,,,,, +headset.n.01,cookable,0,0,FALSE,,,,,, +headset.n.01,coldSource,0,0,FALSE,,,,,, +headset.n.01,sliceable,0,0,FALSE,,,,,, +headset.n.01,slicer,1,0,FALSE,,,,,, +headset.n.01,soakable,1,0,FALSE,,,,,, +mouse.n.04,liquid,0,0,FALSE,,,,,, +mouse.n.04,heatSource,0,0,FALSE,,,,,, +mouse.n.04,fireSource,0,0,FALSE,,,,,, +mouse.n.04,cookable,0,0,FALSE,,,,,, +mouse.n.04,coldSource,0,0,FALSE,,,,,, +mouse.n.04,sliceable,0,0,FALSE,,,,,, +mouse.n.04,slicer,1,0,FALSE,,,,,, +mouse.n.04,soakable,0,0,FALSE,,,,,, +disk_drive.n.01,liquid,0,0,FALSE,,,,,, +disk_drive.n.01,heatSource,0,0,FALSE,,,,,, +disk_drive.n.01,fireSource,0,0,FALSE,,,,,, +disk_drive.n.01,cookable,0,0,FALSE,,,,,, +disk_drive.n.01,coldSource,0,0,FALSE,,,,,, +disk_drive.n.01,sliceable,0,0,FALSE,,,,,, +disk_drive.n.01,slicer,1,0,FALSE,,,,,, +disk_drive.n.01,soakable,0,0,FALSE,,,,,, +hammer.n.02,liquid,0,0,FALSE,,,,,, +hammer.n.02,heatSource,0,0,FALSE,,,,,, +hammer.n.02,fireSource,0,0,FALSE,,,,,, +hammer.n.02,cookable,0,0,FALSE,,,,,, +hammer.n.02,coldSource,0,0,FALSE,,,,,, +hammer.n.02,sliceable,0,0,FALSE,,,,,, +hammer.n.02,slicer,1,0,FALSE,,,,,, +hammer.n.02,soakable,0,0,FALSE,,,,,, +glove.n.02,liquid,0,0,FALSE,,,,,, +glove.n.02,heatSource,0,0,FALSE,,,,,, +glove.n.02,fireSource,0,0,FALSE,,,,,, +glove.n.02,cookable,0,0,FALSE,,,,,, +glove.n.02,coldSource,0,0,FALSE,,,,,, +glove.n.02,sliceable,0,0,FALSE,,,,,, +glove.n.02,slicer,1,0,FALSE,,,,,, +glove.n.02,soakable,0,1,FALSE,,,,,, +bath_towel.n.01,liquid,0,0,FALSE,,,,,, +bath_towel.n.01,heatSource,0,0,FALSE,,,,,, +bath_towel.n.01,fireSource,0,0,FALSE,,,,,, +bath_towel.n.01,cookable,0,0,FALSE,,,,,, +bath_towel.n.01,coldSource,0,0,FALSE,,,,,, +bath_towel.n.01,sliceable,0,0,FALSE,,,,,, +bath_towel.n.01,slicer,0,0,FALSE,,,,,, +bath_towel.n.01,soakable,1,1,FALSE,,,,,, +dishtowel.n.01,liquid,0,0,FALSE,,,,,, +dishtowel.n.01,heatSource,0,0,FALSE,,,,,, +dishtowel.n.01,fireSource,0,0,FALSE,,,,,, +dishtowel.n.01,cookable,0,0,FALSE,,,,,, +dishtowel.n.01,coldSource,0,0,FALSE,,,,,, +dishtowel.n.01,sliceable,0,0,FALSE,,,,,, +dishtowel.n.01,slicer,1,0,FALSE,,,,,, +dishtowel.n.01,soakable,1,1,FALSE,,,,,, +hand_towel.n.01,liquid,0,0,FALSE,,,,,, +hand_towel.n.01,heatSource,0,0,FALSE,,,,,, +hand_towel.n.01,fireSource,0,0,FALSE,,,,,, +hand_towel.n.01,cookable,0,0,FALSE,,,,,, +hand_towel.n.01,coldSource,0,0,FALSE,,,,,, +hand_towel.n.01,sliceable,0,0,FALSE,,,,,, +hand_towel.n.01,slicer,0,0,FALSE,,,,,, +hand_towel.n.01,soakable,1,1,FALSE,,,,,, +plaything.n.01,liquid,0,0,FALSE,,,,,, +plaything.n.01,heatSource,0,0,FALSE,,,,,, +plaything.n.01,fireSource,0,0,FALSE,,,,,, +plaything.n.01,cookable,0,0,FALSE,,,,,, +plaything.n.01,coldSource,0,0,FALSE,,,,,, +plaything.n.01,sliceable,0,0,FALSE,,,,,, +plaything.n.01,slicer,0,0,FALSE,,,,,, +plaything.n.01,soakable,1,0,FALSE,,,,,, +envelope.n.01,liquid,0,0,FALSE,,,,,, +envelope.n.01,heatSource,0,0,FALSE,,,,,, +envelope.n.01,fireSource,0,0,FALSE,,,,,, +envelope.n.01,cookable,0,0,FALSE,,,,,, +envelope.n.01,coldSource,0,0,FALSE,,,,,, +envelope.n.01,sliceable,0,0,FALSE,,,,,, +envelope.n.01,slicer,1,0,FALSE,,,,,, +envelope.n.01,soakable,1,1,FALSE,,,,,, +chocolate.n.02,liquid,0,0,FALSE,,,,,, +chocolate.n.02,heatSource,0,0,FALSE,,,,,, +chocolate.n.02,fireSource,0,0,FALSE,,,,,, +chocolate.n.02,cookable,0,1,FALSE,,,,,, +chocolate.n.02,coldSource,0,0,FALSE,,,,,, +chocolate.n.02,sliceable,0,1,FALSE,,,,,, +chocolate.n.02,slicer,0,0,FALSE,,,,,, +chocolate.n.02,soakable,0,0,FALSE,,,,,, +ribbon.n.01,liquid,0,0,FALSE,,,,,, +ribbon.n.01,heatSource,0,0,FALSE,,,,,, +ribbon.n.01,fireSource,0,0,FALSE,,,,,, +ribbon.n.01,cookable,0,0,FALSE,,,,,, +ribbon.n.01,coldSource,0,0,FALSE,,,,,, +ribbon.n.01,sliceable,0,0,FALSE,,,,,, +ribbon.n.01,slicer,1,0,FALSE,,,,,, +ribbon.n.01,soakable,1,1,FALSE,,,,,, +lotion.n.01,liquid,1,1,FALSE,,,,,, +lotion.n.01,heatSource,0,0,FALSE,,,,,, +lotion.n.01,fireSource,0,0,FALSE,,,,,, +lotion.n.01,cookable,0,0,FALSE,,,,,, +lotion.n.01,coldSource,0,0,FALSE,,,,,, +lotion.n.01,sliceable,0,0,FALSE,,,,,, +lotion.n.01,slicer,0,0,FALSE,,,,,, +lotion.n.01,soakable,0,0,FALSE,,,,,, +soap.n.01,liquid,0,0,FALSE,,,,,, +soap.n.01,heatSource,0,0,FALSE,,,,,, +soap.n.01,fireSource,0,0,FALSE,,,,,, +soap.n.01,cookable,0,0,FALSE,,,,,, +soap.n.01,coldSource,1,0,FALSE,,,,,, +soap.n.01,sliceable,0,0,FALSE,,,,,, +soap.n.01,slicer,0,0,FALSE,,,,,, +soap.n.01,soakable,0,0,FALSE,,,,,, +cracker.n.01,liquid,0,0,FALSE,,,,,, +cracker.n.01,heatSource,0,0,FALSE,,,,,, +cracker.n.01,fireSource,1,0,FALSE,,,,,, +cracker.n.01,cookable,0,1,FALSE,,,,,, +cracker.n.01,coldSource,0,0,FALSE,,,,,, +cracker.n.01,sliceable,0,1,FALSE,,,,,, +cracker.n.01,slicer,1,0,FALSE,,,,,, +cracker.n.01,soakable,0,0,FALSE,,,,,, +ball.n.01,liquid,0,0,FALSE,,,,,, +ball.n.01,heatSource,0,0,FALSE,,,,,, +ball.n.01,fireSource,0,0,FALSE,,,,,, +ball.n.01,cookable,0,0,FALSE,,,,,, +ball.n.01,coldSource,0,0,FALSE,,,,,, +ball.n.01,sliceable,0,0,FALSE,,,,,, +ball.n.01,slicer,0,0,FALSE,,,,,, +ball.n.01,soakable,0,0,FALSE,,,,,, +jersey.n.03,liquid,0,0,FALSE,,,,,, +jersey.n.03,heatSource,0,0,FALSE,,,,,, +jersey.n.03,fireSource,0,0,FALSE,,,,,, +jersey.n.03,cookable,0,0,FALSE,,,,,, +jersey.n.03,coldSource,0,0,FALSE,,,,,, +jersey.n.03,sliceable,0,0,FALSE,,,,,, +jersey.n.03,slicer,0,0,FALSE,,,,,, +jersey.n.03,soakable,0,1,FALSE,,,,,, +candy_cane.n.01,liquid,0,0,FALSE,,,,,, +candy_cane.n.01,heatSource,0,0,FALSE,,,,,, +candy_cane.n.01,fireSource,0,0,FALSE,,,,,, +candy_cane.n.01,cookable,0,0,FALSE,,,,,, +candy_cane.n.01,coldSource,0,0,FALSE,,,,,, +candy_cane.n.01,sliceable,0,0,FALSE,,,,,, +candy_cane.n.01,slicer,1,0,FALSE,,,,,, +candy_cane.n.01,soakable,0,0,FALSE,,,,,, +shampoo.n.01,liquid,1,1,FALSE,,,,,, +shampoo.n.01,heatSource,0,0,FALSE,,,,,, +shampoo.n.01,fireSource,0,0,FALSE,,,,,, +shampoo.n.01,cookable,0,0,FALSE,,,,,, +shampoo.n.01,coldSource,1,0,FALSE,,,,,, +shampoo.n.01,sliceable,0,0,FALSE,,,,,, +shampoo.n.01,slicer,0,0,FALSE,,,,,, +shampoo.n.01,soakable,0,0,FALSE,,,,,, +conditioner.n.03,liquid,1,1,FALSE,,,,,, +conditioner.n.03,heatSource,0,0,FALSE,,,,,, +conditioner.n.03,fireSource,0,0,FALSE,,,,,, +conditioner.n.03,cookable,0,0,FALSE,,,,,, +conditioner.n.03,coldSource,0,0,FALSE,,,,,, +conditioner.n.03,sliceable,0,0,FALSE,,,,,, +conditioner.n.03,slicer,0,0,FALSE,,,,,, +conditioner.n.03,soakable,0,0,FALSE,,,,,, +candle.n.01,liquid,0,0,FALSE,,,,,, +candle.n.01,heatSource,1,1,TRUE,1000,"https://en.wikipedia.org/wiki/Candle#:~:text=On%20average%2C%20the%20flame%20temperature,temperature%20is%20approximately%201000%20K.",,0,0,0 +candle.n.01,fireSource,0,1,FALSE,,,,,, +candle.n.01,cookable,0,0,FALSE,,,,,, +candle.n.01,coldSource,0,0,FALSE,,,,,, +candle.n.01,sliceable,0,0,FALSE,,,,,, +candle.n.01,slicer,1,0,FALSE,,,,,, +candle.n.01,soakable,0,0,FALSE,,,,,, +water.n.06,liquid,1,1,FALSE,,,,,, +water.n.06,heatSource,0,0,FALSE,,,,,, +water.n.06,fireSource,0,0,FALSE,,,,,, +water.n.06,cookable,0,1,FALSE,,,,,, +water.n.06,coldSource,1,0,FALSE,,,,,, +water.n.06,sliceable,0,0,FALSE,,,,,, +water.n.06,slicer,0,0,FALSE,,,,,, +water.n.06,soakable,0,0,FALSE,,,,,, +folderal.n.01,liquid,0,0,FALSE,,,,,, +folderal.n.01,heatSource,0,0,FALSE,,,,,, +folderal.n.01,fireSource,0,0,FALSE,,,,,, +folderal.n.01,cookable,0,0,FALSE,,,,,, +folderal.n.01,coldSource,0,0,FALSE,,,,,, +folderal.n.01,sliceable,0,0,FALSE,,,,,, +folderal.n.01,slicer,0,0,FALSE,,,,,, +folderal.n.01,soakable,0,0,FALSE,,,,,, +light_bulb.n.01,liquid,0,0,FALSE,,,,,, +light_bulb.n.01,heatSource,1,1,TRUE,65,https://www.westinghouselighting.com/color-temperature.aspx,,1,0,0 +light_bulb.n.01,fireSource,0,0,FALSE,,,,,, +light_bulb.n.01,cookable,0,0,FALSE,,,,,, +light_bulb.n.01,coldSource,0,0,FALSE,,,,,, +light_bulb.n.01,sliceable,0,0,FALSE,,,,,, +light_bulb.n.01,slicer,1,0,FALSE,,,,,, +light_bulb.n.01,soakable,0,0,FALSE,,,,,, +wall_socket.n.01,liquid,0,0,FALSE,,,,,, +wall_socket.n.01,heatSource,0,0,FALSE,,,,,, +wall_socket.n.01,fireSource,0,0,FALSE,,,,,, +wall_socket.n.01,cookable,0,0,FALSE,,,,,, +wall_socket.n.01,coldSource,0,0,FALSE,,,,,, +wall_socket.n.01,sliceable,0,0,FALSE,,,,,, +wall_socket.n.01,slicer,1,0,FALSE,,,,,, +wall_socket.n.01,soakable,0,0,FALSE,,,,,, +cord.n.01,liquid,0,0,FALSE,,,,,, +cord.n.01,heatSource,0,0,FALSE,,,,,, +cord.n.01,fireSource,0,0,FALSE,,,,,, +cord.n.01,cookable,0,0,FALSE,,,,,, +cord.n.01,coldSource,0,0,FALSE,,,,,, +cord.n.01,sliceable,0,1,FALSE,,,,,, +cord.n.01,slicer,1,0,FALSE,,,,,, +cord.n.01,soakable,0,0,FALSE,,,,,, +bell.n.01,liquid,0,0,FALSE,,,,,, +bell.n.01,heatSource,0,0,FALSE,,,,,, +bell.n.01,fireSource,0,0,FALSE,,,,,, +bell.n.01,cookable,0,0,FALSE,,,,,, +bell.n.01,coldSource,0,0,FALSE,,,,,, +bell.n.01,sliceable,0,0,FALSE,,,,,, +bell.n.01,slicer,1,0,FALSE,,,,,, +bell.n.01,soakable,0,0,FALSE,,,,,, +baseboard.n.01,liquid,0,0,FALSE,,,,,, +baseboard.n.01,heatSource,0,0,FALSE,,,,,, +baseboard.n.01,fireSource,0,0,FALSE,,,,,, +baseboard.n.01,cookable,0,0,FALSE,,,,,, +baseboard.n.01,coldSource,0,0,FALSE,,,,,, +baseboard.n.01,sliceable,0,0,FALSE,,,,,, +baseboard.n.01,slicer,0,0,FALSE,,,,,, +baseboard.n.01,soakable,0,1,FALSE,,,,,, +plywood.n.01,liquid,0,0,FALSE,,,,,, +plywood.n.01,heatSource,0,0,FALSE,,,,,, +plywood.n.01,fireSource,0,0,FALSE,,,,,, +plywood.n.01,cookable,0,0,FALSE,,,,,, +plywood.n.01,coldSource,0,0,FALSE,,,,,, +plywood.n.01,sliceable,0,0,FALSE,,,,,, +plywood.n.01,slicer,1,0,FALSE,,,,,, +plywood.n.01,soakable,0,1,FALSE,,,,,, +tile.n.01,liquid,0,0,FALSE,,,,,, +tile.n.01,heatSource,0,0,FALSE,,,,,, +tile.n.01,fireSource,0,0,FALSE,,,,,, +tile.n.01,cookable,0,0,FALSE,,,,,, +tile.n.01,coldSource,0,0,FALSE,,,,,, +tile.n.01,sliceable,0,0,FALSE,,,,,, +tile.n.01,slicer,1,0,FALSE,,,,,, +tile.n.01,soakable,0,0,FALSE,,,,,, +clout_nail.n.01,liquid,0,0,FALSE,,,,,, +clout_nail.n.01,heatSource,0,0,FALSE,,,,,, +clout_nail.n.01,fireSource,0,0,FALSE,,,,,, +clout_nail.n.01,cookable,0,0,FALSE,,,,,, +clout_nail.n.01,coldSource,0,0,FALSE,,,,,, +clout_nail.n.01,sliceable,0,0,FALSE,,,,,, +clout_nail.n.01,slicer,1,0,FALSE,,,,,, +clout_nail.n.01,soakable,0,0,FALSE,,,,,, +hinge.n.01,liquid,0,0,FALSE,,,,,, +hinge.n.01,heatSource,0,0,FALSE,,,,,, +hinge.n.01,fireSource,0,0,FALSE,,,,,, +hinge.n.01,cookable,0,0,FALSE,,,,,, +hinge.n.01,coldSource,0,0,FALSE,,,,,, +hinge.n.01,sliceable,0,0,FALSE,,,,,, +hinge.n.01,slicer,1,0,FALSE,,,,,, +hinge.n.01,soakable,1,0,FALSE,,,,,, +screwdriver.n.01,liquid,0,0,FALSE,,,,,, +screwdriver.n.01,heatSource,0,0,FALSE,,,,,, +screwdriver.n.01,fireSource,0,0,FALSE,,,,,, +screwdriver.n.01,cookable,0,0,FALSE,,,,,, +screwdriver.n.01,coldSource,0,0,FALSE,,,,,, +screwdriver.n.01,sliceable,0,0,FALSE,,,,,, +screwdriver.n.01,slicer,1,0,FALSE,,,,,, +screwdriver.n.01,soakable,0,0,FALSE,,,,,, +drumstick.n.02,liquid,0,0,FALSE,,,,,, +drumstick.n.02,heatSource,0,0,FALSE,,,,,, +drumstick.n.02,fireSource,1,0,FALSE,,,,,, +drumstick.n.02,cookable,0,0,FALSE,,,,,, +drumstick.n.02,coldSource,0,0,FALSE,,,,,, +drumstick.n.02,sliceable,0,0,FALSE,,,,,, +drumstick.n.02,slicer,0,0,FALSE,,,,,, +drumstick.n.02,soakable,0,0,FALSE,,,,,, +rag.n.01,liquid,0,0,FALSE,,,,,, +rag.n.01,heatSource,0,0,FALSE,,,,,, +rag.n.01,fireSource,0,0,FALSE,,,,,, +rag.n.01,cookable,0,0,FALSE,,,,,, +rag.n.01,coldSource,0,0,FALSE,,,,,, +rag.n.01,sliceable,0,0,FALSE,,,,,, +rag.n.01,slicer,1,0,FALSE,,,,,, +rag.n.01,soakable,1,1,FALSE,,,,,, +package.n.02,liquid,0,0,FALSE,,,,,, +package.n.02,heatSource,0,0,FALSE,,,,,, +package.n.02,fireSource,0,0,FALSE,,,,,, +package.n.02,cookable,0,0,FALSE,,,,,, +package.n.02,coldSource,0,0,FALSE,,,,,, +package.n.02,sliceable,0,0,FALSE,,,,,, +package.n.02,slicer,1,0,FALSE,,,,,, +package.n.02,soakable,0,0,FALSE,,,,,, +pocketknife.n.01,liquid,0,0,FALSE,,,,,, +pocketknife.n.01,heatSource,0,0,FALSE,,,,,, +pocketknife.n.01,fireSource,0,0,FALSE,,,,,, +pocketknife.n.01,cookable,0,0,FALSE,,,,,, +pocketknife.n.01,coldSource,0,0,FALSE,,,,,, +pocketknife.n.01,sliceable,1,0,FALSE,,,,,, +pocketknife.n.01,slicer,1,1,FALSE,,,,,, +pocketknife.n.01,soakable,1,0,FALSE,,,,,, +scissors.n.01,liquid,0,0,FALSE,,,,,, +scissors.n.01,heatSource,0,0,FALSE,,,,,, +scissors.n.01,fireSource,0,0,FALSE,,,,,, +scissors.n.01,cookable,0,0,FALSE,,,,,, +scissors.n.01,coldSource,0,0,FALSE,,,,,, +scissors.n.01,sliceable,0,0,FALSE,,,,,, +scissors.n.01,slicer,1,1,FALSE,,,,,, +scissors.n.01,soakable,1,0,FALSE,,,,,, +hardback.n.01,liquid,0,0,FALSE,,,,,, +hardback.n.01,heatSource,0,0,FALSE,,,,,, +hardback.n.01,fireSource,0,0,FALSE,,,,,, +hardback.n.01,cookable,0,0,FALSE,,,,,, +hardback.n.01,coldSource,0,0,FALSE,,,,,, +hardback.n.01,sliceable,0,0,FALSE,,,,,, +hardback.n.01,slicer,0,0,FALSE,,,,,, +hardback.n.01,soakable,0,1,FALSE,,,,,, +notebook.n.01,liquid,0,0,FALSE,,,,,, +notebook.n.01,heatSource,0,0,FALSE,,,,,, +notebook.n.01,fireSource,0,0,FALSE,,,,,, +notebook.n.01,cookable,0,0,FALSE,,,,,, +notebook.n.01,coldSource,0,0,FALSE,,,,,, +notebook.n.01,sliceable,0,0,FALSE,,,,,, +notebook.n.01,slicer,1,0,FALSE,,,,,, +notebook.n.01,soakable,1,1,FALSE,,,,,, +hairbrush.n.01,liquid,0,0,FALSE,,,,,, +hairbrush.n.01,heatSource,0,0,FALSE,,,,,, +hairbrush.n.01,fireSource,0,0,FALSE,,,,,, +hairbrush.n.01,cookable,0,0,FALSE,,,,,, +hairbrush.n.01,coldSource,0,0,FALSE,,,,,, +hairbrush.n.01,sliceable,0,0,FALSE,,,,,, +hairbrush.n.01,slicer,0,0,FALSE,,,,,, +hairbrush.n.01,soakable,0,0,FALSE,,,,,, +sausage.n.01,liquid,0,0,FALSE,,,,,, +sausage.n.01,heatSource,0,0,FALSE,,,,,, +sausage.n.01,fireSource,1,0,FALSE,,,,,, +sausage.n.01,cookable,0,1,FALSE,,,,,, +sausage.n.01,coldSource,0,0,FALSE,,,,,, +sausage.n.01,sliceable,0,1,FALSE,,,,,, +sausage.n.01,slicer,0,0,FALSE,,,,,, +sausage.n.01,soakable,1,0,FALSE,,,,,, +chili.n.02,liquid,0,0,FALSE,,,,,, +chili.n.02,heatSource,1,0,FALSE,,,,,, +chili.n.02,fireSource,1,0,FALSE,,,,,, +chili.n.02,cookable,0,1,FALSE,,,,,, +chili.n.02,coldSource,0,0,FALSE,,,,,, +chili.n.02,sliceable,0,1,FALSE,,,,,, +chili.n.02,slicer,1,0,FALSE,,,,,, +chili.n.02,soakable,0,0,FALSE,,,,,, +hamburger.n.01,liquid,0,0,FALSE,,,,,, +hamburger.n.01,heatSource,0,0,FALSE,,,,,, +hamburger.n.01,fireSource,1,0,FALSE,,,,,, +hamburger.n.01,cookable,0,1,FALSE,,,,,, +hamburger.n.01,coldSource,0,0,FALSE,,,,,, +hamburger.n.01,sliceable,0,1,FALSE,,,,,, +hamburger.n.01,slicer,0,0,FALSE,,,,,, +hamburger.n.01,soakable,0,0,FALSE,,,,,, +tray.n.01,liquid,0,0,FALSE,,,,,, +tray.n.01,heatSource,0,0,FALSE,,,,,, +tray.n.01,fireSource,0,0,FALSE,,,,,, +tray.n.01,cookable,0,0,FALSE,,,,,, +tray.n.01,coldSource,0,0,FALSE,,,,,, +tray.n.01,sliceable,0,0,FALSE,,,,,, +tray.n.01,slicer,1,0,FALSE,,,,,, +tray.n.01,soakable,0,0,FALSE,,,,,, +toothpick.n.01,liquid,0,0,FALSE,,,,,, +toothpick.n.01,heatSource,0,0,FALSE,,,,,, +toothpick.n.01,fireSource,0,0,FALSE,,,,,, +toothpick.n.01,cookable,0,0,FALSE,,,,,, +toothpick.n.01,coldSource,0,0,FALSE,,,,,, +toothpick.n.01,sliceable,0,0,FALSE,,,,,, +toothpick.n.01,slicer,1,0,FALSE,,,,,, +toothpick.n.01,soakable,0,0,FALSE,,,,,, +plate.n.04,liquid,0,0,FALSE,,,,,, +plate.n.04,heatSource,0,0,FALSE,,,,,, +plate.n.04,fireSource,0,0,FALSE,,,,,, +plate.n.04,cookable,0,0,FALSE,,,,,, +plate.n.04,coldSource,0,0,FALSE,,,,,, +plate.n.04,sliceable,0,0,FALSE,,,,,, +plate.n.04,slicer,1,0,FALSE,,,,,, +plate.n.04,soakable,0,0,FALSE,,,,,, +dart.n.01,liquid,0,0,FALSE,,,,,, +dart.n.01,heatSource,0,0,FALSE,,,,,, +dart.n.01,fireSource,0,0,FALSE,,,,,, +dart.n.01,cookable,0,0,FALSE,,,,,, +dart.n.01,coldSource,0,0,FALSE,,,,,, +dart.n.01,sliceable,0,0,FALSE,,,,,, +dart.n.01,slicer,1,0,FALSE,,,,,, +dart.n.01,soakable,0,0,FALSE,,,,,, +dartboard.n.01,liquid,0,0,FALSE,,,,,, +dartboard.n.01,heatSource,0,0,FALSE,,,,,, +dartboard.n.01,fireSource,0,0,FALSE,,,,,, +dartboard.n.01,cookable,0,0,FALSE,,,,,, +dartboard.n.01,coldSource,0,0,FALSE,,,,,, +dartboard.n.01,sliceable,0,0,FALSE,,,,,, +dartboard.n.01,slicer,1,0,FALSE,,,,,, +dartboard.n.01,soakable,0,1,FALSE,,,,,, +blender.n.01,liquid,1,0,FALSE,,,,,, +blender.n.01,heatSource,0,0,FALSE,,,,,, +blender.n.01,fireSource,0,0,FALSE,,,,,, +blender.n.01,cookable,0,0,FALSE,,,,,, +blender.n.01,coldSource,1,0,FALSE,,,,,, +blender.n.01,sliceable,0,0,FALSE,,,,,, +blender.n.01,slicer,1,1,FALSE,,,,,, +blender.n.01,soakable,0,0,FALSE,,,,,, +straw.n.04,liquid,0,0,FALSE,,,,,, +straw.n.04,heatSource,0,0,FALSE,,,,,, +straw.n.04,fireSource,0,0,FALSE,,,,,, +straw.n.04,cookable,0,0,FALSE,,,,,, +straw.n.04,coldSource,1,0,FALSE,,,,,, +straw.n.04,sliceable,0,0,FALSE,,,,,, +straw.n.04,slicer,0,0,FALSE,,,,,, +straw.n.04,soakable,0,0,FALSE,,,,,, +date.n.08,liquid,0,0,FALSE,,,,,, +date.n.08,heatSource,0,0,FALSE,,,,,, +date.n.08,fireSource,0,0,FALSE,,,,,, +date.n.08,cookable,0,1,FALSE,,,,,, +date.n.08,coldSource,0,0,FALSE,,,,,, +date.n.08,sliceable,0,1,FALSE,,,,,, +date.n.08,slicer,0,0,FALSE,,,,,, +date.n.08,soakable,0,0,FALSE,,,,,, +folder.n.02,liquid,0,0,FALSE,,,,,, +folder.n.02,heatSource,0,0,FALSE,,,,,, +folder.n.02,fireSource,0,0,FALSE,,,,,, +folder.n.02,cookable,0,0,FALSE,,,,,, +folder.n.02,coldSource,0,0,FALSE,,,,,, +folder.n.02,sliceable,0,0,FALSE,,,,,, +folder.n.02,slicer,0,0,FALSE,,,,,, +folder.n.02,soakable,1,1,FALSE,,,,,, +calculator.n.02,liquid,0,0,FALSE,,,,,, +calculator.n.02,heatSource,0,0,FALSE,,,,,, +calculator.n.02,fireSource,0,0,FALSE,,,,,, +calculator.n.02,cookable,0,0,FALSE,,,,,, +calculator.n.02,coldSource,0,0,FALSE,,,,,, +calculator.n.02,sliceable,0,0,FALSE,,,,,, +calculator.n.02,slicer,1,0,FALSE,,,,,, +calculator.n.02,soakable,0,0,FALSE,,,,,, +necklace.n.01,liquid,0,0,FALSE,,,,,, +necklace.n.01,heatSource,0,0,FALSE,,,,,, +necklace.n.01,fireSource,0,0,FALSE,,,,,, +necklace.n.01,cookable,0,0,FALSE,,,,,, +necklace.n.01,coldSource,0,0,FALSE,,,,,, +necklace.n.01,sliceable,0,0,FALSE,,,,,, +necklace.n.01,slicer,0,0,FALSE,,,,,, +necklace.n.01,soakable,0,0,FALSE,,,,,, +jewel.n.01,liquid,0,0,FALSE,,,,,, +jewel.n.01,heatSource,0,0,FALSE,,,,,, +jewel.n.01,fireSource,0,0,FALSE,,,,,, +jewel.n.01,cookable,0,0,FALSE,,,,,, +jewel.n.01,coldSource,0,0,FALSE,,,,,, +jewel.n.01,sliceable,0,0,FALSE,,,,,, +jewel.n.01,slicer,0,0,FALSE,,,,,, +jewel.n.01,soakable,0,0,FALSE,,,,,, +bracelet.n.02,liquid,0,0,FALSE,,,,,, +bracelet.n.02,heatSource,0,0,FALSE,,,,,, +bracelet.n.02,fireSource,0,0,FALSE,,,,,, +bracelet.n.02,cookable,0,0,FALSE,,,,,, +bracelet.n.02,coldSource,0,0,FALSE,,,,,, +bracelet.n.02,sliceable,0,0,FALSE,,,,,, +bracelet.n.02,slicer,1,0,FALSE,,,,,, +bracelet.n.02,soakable,0,0,FALSE,,,,,, +ring.n.08,liquid,0,0,FALSE,,,,,, +ring.n.08,heatSource,0,0,FALSE,,,,,, +ring.n.08,fireSource,0,0,FALSE,,,,,, +ring.n.08,cookable,0,0,FALSE,,,,,, +ring.n.08,coldSource,0,0,FALSE,,,,,, +ring.n.08,sliceable,0,0,FALSE,,,,,, +ring.n.08,slicer,1,0,FALSE,,,,,, +ring.n.08,soakable,0,0,FALSE,,,,,, +cup.n.01,liquid,1,0,FALSE,,,,,, +cup.n.01,heatSource,0,0,FALSE,,,,,, +cup.n.01,fireSource,0,0,FALSE,,,,,, +cup.n.01,cookable,0,0,FALSE,,,,,, +cup.n.01,coldSource,1,0,FALSE,,,,,, +cup.n.01,sliceable,0,0,FALSE,,,,,, +cup.n.01,slicer,1,0,FALSE,,,,,, +cup.n.01,soakable,0,0,FALSE,,,,,, +platter.n.01,liquid,0,0,FALSE,,,,,, +platter.n.01,heatSource,0,0,FALSE,,,,,, +platter.n.01,fireSource,0,0,FALSE,,,,,, +platter.n.01,cookable,0,0,FALSE,,,,,, +platter.n.01,coldSource,1,0,FALSE,,,,,, +platter.n.01,sliceable,0,0,FALSE,,,,,, +platter.n.01,slicer,1,0,FALSE,,,,,, +platter.n.01,soakable,0,0,FALSE,,,,,, +caldron.n.01,liquid,0,0,FALSE,,,,,, +caldron.n.01,heatSource,1,0,FALSE,N/A,,,0,0,1 +caldron.n.01,fireSource,1,0,FALSE,,,,,, +caldron.n.01,cookable,0,0,FALSE,,,,,, +caldron.n.01,coldSource,0,0,FALSE,,,,,, +caldron.n.01,sliceable,0,0,FALSE,,,,,, +caldron.n.01,slicer,1,0,FALSE,,,,,, +caldron.n.01,soakable,0,0,FALSE,,,,,, +coffee.n.01,liquid,1,1,FALSE,,,,,, +coffee.n.01,heatSource,0,0,FALSE,,,,,, +coffee.n.01,fireSource,0,0,FALSE,,,,,, +coffee.n.01,cookable,0,0,FALSE,,,,,, +coffee.n.01,coldSource,0,0,FALSE,,,,,, +coffee.n.01,sliceable,0,0,FALSE,,,,,, +coffee.n.01,slicer,1,0,FALSE,,,,,, +coffee.n.01,soakable,0,0,FALSE,,,,,, +crumb.n.03,liquid,0,0,FALSE,,,,,, +crumb.n.03,heatSource,0,0,FALSE,,,,,, +crumb.n.03,fireSource,1,0,FALSE,,,,,, +crumb.n.03,cookable,0,0,FALSE,,,,,, +crumb.n.03,coldSource,0,0,FALSE,,,,,, +crumb.n.03,sliceable,0,0,FALSE,,,,,, +crumb.n.03,slicer,0,0,FALSE,,,,,, +crumb.n.03,soakable,0,0,FALSE,,,,,, +cookie.n.01,liquid,0,0,FALSE,,,,,, +cookie.n.01,heatSource,0,0,FALSE,,,,,, +cookie.n.01,fireSource,1,0,FALSE,,,,,, +cookie.n.01,cookable,0,1,FALSE,,,,,, +cookie.n.01,coldSource,0,0,FALSE,,,,,, +cookie.n.01,sliceable,0,1,FALSE,,,,,, +cookie.n.01,slicer,0,0,FALSE,,,,,, +cookie.n.01,soakable,0,1,FALSE,,,,,, +wrapping.n.01,liquid,0,0,FALSE,,,,,, +wrapping.n.01,heatSource,0,0,FALSE,,,,,, +wrapping.n.01,fireSource,0,0,FALSE,,,,,, +wrapping.n.01,cookable,0,0,FALSE,,,,,, +wrapping.n.01,coldSource,0,0,FALSE,,,,,, +wrapping.n.01,sliceable,0,1,FALSE,,,,,, +wrapping.n.01,slicer,0,0,FALSE,,,,,, +wrapping.n.01,soakable,1,0,FALSE,,,,,, +bow.n.08,liquid,0,0,FALSE,,,,,, +bow.n.08,heatSource,0,0,FALSE,,,,,, +bow.n.08,fireSource,0,0,FALSE,,,,,, +bow.n.08,cookable,0,0,FALSE,,,,,, +bow.n.08,coldSource,0,0,FALSE,,,,,, +bow.n.08,sliceable,0,0,FALSE,,,,,, +bow.n.08,slicer,1,0,FALSE,,,,,, +bow.n.08,soakable,0,1,FALSE,,,,,, +wreath.n.01,liquid,0,0,FALSE,,,,,, +wreath.n.01,heatSource,0,0,FALSE,,,,,, +wreath.n.01,fireSource,0,0,FALSE,,,,,, +wreath.n.01,cookable,0,0,FALSE,,,,,, +wreath.n.01,coldSource,0,0,FALSE,,,,,, +wreath.n.01,sliceable,0,0,FALSE,,,,,, +wreath.n.01,slicer,0,0,FALSE,,,,,, +wreath.n.01,soakable,0,0,FALSE,,,,,, +martini.n.01,liquid,1,1,FALSE,,,,,, +martini.n.01,heatSource,0,0,FALSE,,,,,, +martini.n.01,fireSource,0,0,FALSE,,,,,, +martini.n.01,cookable,0,0,FALSE,,,,,, +martini.n.01,coldSource,1,0,FALSE,,,,,, +martini.n.01,sliceable,0,0,FALSE,,,,,, +martini.n.01,slicer,0,0,FALSE,,,,,, +martini.n.01,soakable,0,0,FALSE,,,,,, +chopstick.n.01,liquid,0,0,FALSE,,,,,, +chopstick.n.01,heatSource,0,0,FALSE,,,,,, +chopstick.n.01,fireSource,0,0,FALSE,,,,,, +chopstick.n.01,cookable,0,0,FALSE,,,,,, +chopstick.n.01,coldSource,0,0,FALSE,,,,,, +chopstick.n.01,sliceable,0,0,FALSE,,,,,, +chopstick.n.01,slicer,1,0,FALSE,,,,,, +chopstick.n.01,soakable,0,0,FALSE,,,,,, +sushi.n.01,liquid,0,0,FALSE,,,,,, +sushi.n.01,heatSource,0,0,FALSE,,,,,, +sushi.n.01,fireSource,0,0,FALSE,,,,,, +sushi.n.01,cookable,0,1,FALSE,,,,,, +sushi.n.01,coldSource,0,0,FALSE,,,,,, +sushi.n.01,sliceable,0,1,FALSE,,,,,, +sushi.n.01,slicer,0,0,FALSE,,,,,, +sushi.n.01,soakable,1,0,FALSE,,,,,, +cranberry.n.02,liquid,0,0,FALSE,,,,,, +cranberry.n.02,heatSource,0,0,FALSE,,,,,, +cranberry.n.02,fireSource,0,0,FALSE,,,,,, +cranberry.n.02,cookable,0,1,FALSE,,,,,, +cranberry.n.02,coldSource,0,0,FALSE,,,,,, +cranberry.n.02,sliceable,0,1,FALSE,,,,,, +cranberry.n.02,slicer,0,0,FALSE,,,,,, +cranberry.n.02,soakable,0,0,FALSE,,,,,, +salad.n.01,liquid,0,0,FALSE,,,,,, +salad.n.01,heatSource,0,0,FALSE,,,,,, +salad.n.01,fireSource,0,0,FALSE,,,,,, +salad.n.01,cookable,0,1,FALSE,,,,,, +salad.n.01,coldSource,0,0,FALSE,,,,,, +salad.n.01,sliceable,0,0,FALSE,,,,,, +salad.n.01,slicer,0,0,FALSE,,,,,, +salad.n.01,soakable,1,0,FALSE,,,,,, +soup.n.01,liquid,1,1,FALSE,,,,,, +soup.n.01,heatSource,0,0,FALSE,,,,,, +soup.n.01,fireSource,1,0,FALSE,,,,,, +soup.n.01,cookable,0,1,FALSE,,,,,, +soup.n.01,coldSource,1,0,FALSE,,,,,, +soup.n.01,sliceable,0,0,FALSE,,,,,, +soup.n.01,slicer,1,0,FALSE,,,,,, +soup.n.01,soakable,0,0,FALSE,,,,,, +sheet.n.03,liquid,0,0,FALSE,,,,,, +sheet.n.03,heatSource,0,0,FALSE,,,,,, +sheet.n.03,fireSource,0,0,FALSE,,,,,, +sheet.n.03,cookable,0,0,FALSE,,,,,, +sheet.n.03,coldSource,0,0,FALSE,,,,,, +sheet.n.03,sliceable,0,0,FALSE,,,,,, +sheet.n.03,slicer,0,0,FALSE,,,,,, +sheet.n.03,soakable,1,1,FALSE,,,,,, +atomizer.n.01,liquid,1,0,FALSE,,,,,, +atomizer.n.01,heatSource,0,0,FALSE,,,,,, +atomizer.n.01,fireSource,0,0,FALSE,,,,,, +atomizer.n.01,cookable,0,0,FALSE,,,,,, +atomizer.n.01,coldSource,1,0,FALSE,,,,,, +atomizer.n.01,sliceable,0,0,FALSE,,,,,, +atomizer.n.01,slicer,1,1,FALSE,,,,,, +atomizer.n.01,soakable,0,0,FALSE,,,,,, +broom.n.01,liquid,0,0,FALSE,,,,,, +broom.n.01,heatSource,0,0,FALSE,,,,,, +broom.n.01,fireSource,0,0,FALSE,,,,,, +broom.n.01,cookable,0,0,FALSE,,,,,, +broom.n.01,coldSource,0,0,FALSE,,,,,, +broom.n.01,sliceable,0,0,FALSE,,,,,, +broom.n.01,slicer,1,0,FALSE,,,,,, +broom.n.01,soakable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,liquid,0,0,FALSE,,,,,, +carpet_sweeper.n.01,heatSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,fireSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,cookable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,coldSource,0,0,FALSE,,,,,, +carpet_sweeper.n.01,sliceable,0,0,FALSE,,,,,, +carpet_sweeper.n.01,slicer,1,0,FALSE,,,,,, +carpet_sweeper.n.01,soakable,0,0,FALSE,,,,,, +coat.n.01,liquid,0,0,FALSE,,,,,, +coat.n.01,heatSource,0,0,FALSE,,,,,, +coat.n.01,fireSource,0,0,FALSE,,,,,, +coat.n.01,cookable,0,0,FALSE,,,,,, +coat.n.01,coldSource,0,0,FALSE,,,,,, +coat.n.01,sliceable,0,0,FALSE,,,,,, +coat.n.01,slicer,1,0,FALSE,,,,,, +coat.n.01,soakable,1,1,FALSE,,,,,, +detergent.n.02,liquid,1,1,FALSE,,,,,, +detergent.n.02,heatSource,0,0,FALSE,,,,,, +detergent.n.02,fireSource,0,0,FALSE,,,,,, +detergent.n.02,cookable,0,0,FALSE,,,,,, +detergent.n.02,coldSource,1,0,FALSE,,,,,, +detergent.n.02,sliceable,0,0,FALSE,,,,,, +detergent.n.02,slicer,0,0,FALSE,,,,,, +detergent.n.02,soakable,0,0,FALSE,,,,,, +jean.n.01,liquid,0,0,FALSE,,,,,, +jean.n.01,heatSource,0,0,FALSE,,,,,, +jean.n.01,fireSource,0,0,FALSE,,,,,, +jean.n.01,cookable,0,0,FALSE,,,,,, +jean.n.01,coldSource,1,0,FALSE,,,,,, +jean.n.01,sliceable,0,0,FALSE,,,,,, +jean.n.01,slicer,1,0,FALSE,,,,,, +jean.n.01,soakable,1,1,FALSE,,,,,, +paint.n.01,liquid,1,1,FALSE,,,,,, +paint.n.01,heatSource,0,0,FALSE,,,,,, +paint.n.01,fireSource,0,0,FALSE,,,,,, +paint.n.01,cookable,0,0,FALSE,,,,,, +paint.n.01,coldSource,1,0,FALSE,,,,,, +paint.n.01,sliceable,0,0,FALSE,,,,,, +paint.n.01,slicer,1,0,FALSE,,,,,, +paint.n.01,soakable,0,0,FALSE,,,,,, +paintbrush.n.01,liquid,0,0,FALSE,,,,,, +paintbrush.n.01,heatSource,0,0,FALSE,,,,,, +paintbrush.n.01,fireSource,0,0,FALSE,,,,,, +paintbrush.n.01,cookable,0,0,FALSE,,,,,, +paintbrush.n.01,coldSource,1,0,FALSE,,,,,, +paintbrush.n.01,sliceable,0,0,FALSE,,,,,, +paintbrush.n.01,slicer,0,0,FALSE,,,,,, +paintbrush.n.01,soakable,0,0,FALSE,,,,,, +pajama.n.02,liquid,0,0,FALSE,,,,,, +pajama.n.02,heatSource,0,0,FALSE,,,,,, +pajama.n.02,fireSource,0,0,FALSE,,,,,, +pajama.n.02,cookable,0,0,FALSE,,,,,, +pajama.n.02,coldSource,0,0,FALSE,,,,,, +pajama.n.02,sliceable,0,0,FALSE,,,,,, +pajama.n.02,slicer,0,0,FALSE,,,,,, +pajama.n.02,soakable,1,1,FALSE,,,,,, +pegboard.n.01,liquid,0,0,FALSE,,,,,, +pegboard.n.01,heatSource,0,0,FALSE,,,,,, +pegboard.n.01,fireSource,0,0,FALSE,,,,,, +pegboard.n.01,cookable,0,0,FALSE,,,,,, +pegboard.n.01,coldSource,0,0,FALSE,,,,,, +pegboard.n.01,sliceable,0,0,FALSE,,,,,, +pegboard.n.01,slicer,1,0,FALSE,,,,,, +pegboard.n.01,soakable,0,0,FALSE,,,,,, +roller.n.04,liquid,0,0,FALSE,,,,,, +roller.n.04,heatSource,0,0,FALSE,,,,,, +roller.n.04,fireSource,0,0,FALSE,,,,,, +roller.n.04,cookable,0,0,FALSE,,,,,, +roller.n.04,coldSource,0,0,FALSE,,,,,, +roller.n.04,sliceable,0,0,FALSE,,,,,, +roller.n.04,slicer,1,0,FALSE,,,,,, +roller.n.04,soakable,0,0,FALSE,,,,,, +scrub_brush.n.01,liquid,0,0,FALSE,,,,,, +scrub_brush.n.01,heatSource,0,0,FALSE,,,,,, +scrub_brush.n.01,fireSource,0,0,FALSE,,,,,, +scrub_brush.n.01,cookable,0,0,FALSE,,,,,, +scrub_brush.n.01,coldSource,0,0,FALSE,,,,,, +scrub_brush.n.01,sliceable,0,0,FALSE,,,,,, +scrub_brush.n.01,slicer,1,0,FALSE,,,,,, +scrub_brush.n.01,soakable,0,0,FALSE,,,,,, +sock.n.01,liquid,0,0,FALSE,,,,,, +sock.n.01,heatSource,0,0,FALSE,,,,,, +sock.n.01,fireSource,0,0,FALSE,,,,,, +sock.n.01,cookable,0,0,FALSE,,,,,, +sock.n.01,coldSource,0,0,FALSE,,,,,, +sock.n.01,sliceable,0,0,FALSE,,,,,, +sock.n.01,slicer,1,0,FALSE,,,,,, +sock.n.01,soakable,1,1,FALSE,,,,,, +sweater.n.01,liquid,0,0,FALSE,,,,,, +sweater.n.01,heatSource,0,0,FALSE,,,,,, +sweater.n.01,fireSource,0,0,FALSE,,,,,, +sweater.n.01,cookable,0,0,FALSE,,,,,, +sweater.n.01,coldSource,0,0,FALSE,,,,,, +sweater.n.01,sliceable,0,0,FALSE,,,,,, +sweater.n.01,slicer,0,0,FALSE,,,,,, +sweater.n.01,soakable,1,1,FALSE,,,,,, +trowel.n.01,liquid,0,0,FALSE,,,,,, +trowel.n.01,heatSource,0,0,FALSE,,,,,, +trowel.n.01,fireSource,0,0,FALSE,,,,,, +trowel.n.01,cookable,0,0,FALSE,,,,,, +trowel.n.01,coldSource,0,0,FALSE,,,,,, +trowel.n.01,sliceable,0,0,FALSE,,,,,, +trowel.n.01,slicer,1,0,FALSE,,,,,, +trowel.n.01,soakable,0,0,FALSE,,,,,, +underwear.n.01,liquid,0,0,FALSE,,,,,, +underwear.n.01,heatSource,0,0,FALSE,,,,,, +underwear.n.01,fireSource,0,0,FALSE,,,,,, +underwear.n.01,cookable,0,0,FALSE,,,,,, +underwear.n.01,coldSource,0,0,FALSE,,,,,, +underwear.n.01,sliceable,0,0,FALSE,,,,,, +underwear.n.01,slicer,0,0,FALSE,,,,,, +underwear.n.01,soakable,1,1,FALSE,,,,,, +vacuum.n.04,liquid,0,0,FALSE,,,,,, +vacuum.n.04,heatSource,0,0,FALSE,,,,,, +vacuum.n.04,fireSource,0,0,FALSE,,,,,, +vacuum.n.04,cookable,0,0,FALSE,,,,,, +vacuum.n.04,coldSource,0,0,FALSE,,,,,, +vacuum.n.04,sliceable,0,0,FALSE,,,,,, +vacuum.n.04,slicer,1,0,FALSE,,,,,, +vacuum.n.04,soakable,0,0,FALSE,,,,,, +umbrella.n.01,liquid,0,0,FALSE,,,,,, +umbrella.n.01,heatSource,0,0,FALSE,,,,,, +umbrella.n.01,fireSource,0,0,FALSE,,,,,, +umbrella.n.01,cookable,0,0,FALSE,,,,,, +umbrella.n.01,coldSource,0,0,FALSE,,,,,, +umbrella.n.01,sliceable,0,0,FALSE,,,,,, +umbrella.n.01,slicer,1,0,FALSE,,,,,, +umbrella.n.01,soakable,1,0,FALSE,,,,,, +sunglass.n.01,liquid,0,0,FALSE,,,,,, +sunglass.n.01,heatSource,0,0,FALSE,,,,,, +sunglass.n.01,fireSource,0,0,FALSE,,,,,, +sunglass.n.01,cookable,0,0,FALSE,,,,,, +sunglass.n.01,coldSource,0,0,FALSE,,,,,, +sunglass.n.01,sliceable,0,0,FALSE,,,,,, +sunglass.n.01,slicer,1,0,FALSE,,,,,, +sunglass.n.01,soakable,0,0,FALSE,,,,,, +toaster.n.02,liquid,0,0,FALSE,,,,,, +toaster.n.02,heatSource,1,1,TRUE,148.889,https://toaster.report/how-hot-does-a-toaster-get/,,1,0,1 +toaster.n.02,fireSource,0,0,FALSE,,,,,, +toaster.n.02,cookable,0,0,FALSE,,,,,, +toaster.n.02,coldSource,0,0,FALSE,,,,,, +toaster.n.02,sliceable,0,0,FALSE,,,,,, +toaster.n.02,slicer,1,0,FALSE,,,,,, +toaster.n.02,soakable,0,0,FALSE,,,,,, +iron.n.04,liquid,0,0,FALSE,,,,,, +iron.n.04,heatSource,1,1,TRUE,180,"https://en.wikipedia.org/wiki/Ironing#:~:text=The%20heating%20is%20commonly%20done,the%20fibers%20of%20the%20material.",,1,0,0 +iron.n.04,fireSource,0,0,FALSE,,,,,, +iron.n.04,cookable,0,0,FALSE,,,,,, +iron.n.04,coldSource,0,0,FALSE,,,,,, +iron.n.04,sliceable,0,0,FALSE,,,,,, +iron.n.04,slicer,1,0,FALSE,,,,,, +iron.n.04,soakable,0,0,FALSE,,,,,, +hook.n.05,liquid,0,0,FALSE,,,,,, +hook.n.05,heatSource,0,0,FALSE,,,,,, +hook.n.05,fireSource,0,0,FALSE,,,,,, +hook.n.05,cookable,0,0,FALSE,,,,,, +hook.n.05,coldSource,0,0,FALSE,,,,,, +hook.n.05,sliceable,0,0,FALSE,,,,,, +hook.n.05,slicer,0,0,FALSE,,,,,, +hook.n.05,soakable,0,0,FALSE,,,,,, +salt.n.02,liquid,0,0,FALSE,,,,,, +salt.n.02,heatSource,0,0,FALSE,,,,,, +salt.n.02,fireSource,0,0,FALSE,,,,,, +salt.n.02,cookable,0,1,FALSE,,,,,, +salt.n.02,coldSource,0,0,FALSE,,,,,, +salt.n.02,sliceable,0,0,FALSE,,,,,, +salt.n.02,slicer,1,0,FALSE,,,,,, +salt.n.02,soakable,0,0,FALSE,,,,,, +beer.n.01,liquid,1,1,FALSE,,,,,, +beer.n.01,heatSource,0,0,FALSE,,,,,, +beer.n.01,fireSource,0,0,FALSE,,,,,, +beer.n.01,cookable,0,1,FALSE,,,,,, +beer.n.01,coldSource,1,0,FALSE,,,,,, +beer.n.01,sliceable,0,0,FALSE,,,,,, +beer.n.01,slicer,0,0,FALSE,,,,,, +beer.n.01,soakable,0,0,FALSE,,,,,, +juice.n.01,liquid,1,1,FALSE,,,,,, +juice.n.01,heatSource,0,0,FALSE,,,,,, +juice.n.01,fireSource,1,0,FALSE,,,,,, +juice.n.01,cookable,0,1,FALSE,,,,,, +juice.n.01,coldSource,1,0,FALSE,,,,,, +juice.n.01,sliceable,0,0,FALSE,,,,,, +juice.n.01,slicer,0,0,FALSE,,,,,, +juice.n.01,soakable,0,0,FALSE,,,,,, +car.n.01,liquid,0,0,FALSE,,,,,, +car.n.01,heatSource,0,0,FALSE,,,,,, +car.n.01,fireSource,0,0,FALSE,,,,,, +car.n.01,cookable,0,0,FALSE,,,,,, +car.n.01,coldSource,0,0,FALSE,,,,,, +car.n.01,sliceable,0,0,FALSE,,,,,, +car.n.01,slicer,1,0,FALSE,,,,,, +car.n.01,soakable,0,0,FALSE,,,,,, +drill.n.01,liquid,0,0,FALSE,,,,,, +drill.n.01,heatSource,0,0,FALSE,,,,,, +drill.n.01,fireSource,0,0,FALSE,,,,,, +drill.n.01,cookable,0,0,FALSE,,,,,, +drill.n.01,coldSource,0,0,FALSE,,,,,, +drill.n.01,sliceable,0,0,FALSE,,,,,, +drill.n.01,slicer,1,1,FALSE,,,,,, +drill.n.01,soakable,0,0,FALSE,,,,,, +dustpan.n.02,liquid,0,0,FALSE,,,,,, +dustpan.n.02,heatSource,0,0,FALSE,,,,,, +dustpan.n.02,fireSource,0,0,FALSE,,,,,, +dustpan.n.02,cookable,0,0,FALSE,,,,,, +dustpan.n.02,coldSource,0,0,FALSE,,,,,, +dustpan.n.02,sliceable,0,0,FALSE,,,,,, +dustpan.n.02,slicer,0,0,FALSE,,,,,, +dustpan.n.02,soakable,0,0,FALSE,,,,,, +lawn_mower.n.01,liquid,0,0,FALSE,,,,,, +lawn_mower.n.01,heatSource,0,0,FALSE,,,,,, +lawn_mower.n.01,fireSource,0,0,FALSE,,,,,, +lawn_mower.n.01,cookable,0,0,FALSE,,,,,, +lawn_mower.n.01,coldSource,0,0,FALSE,,,,,, +lawn_mower.n.01,sliceable,0,0,FALSE,,,,,, +lawn_mower.n.01,slicer,1,0,FALSE,,,,,, +lawn_mower.n.01,soakable,0,0,FALSE,,,,,, +painting.n.01,liquid,0,0,FALSE,,,,,, +painting.n.01,heatSource,0,0,FALSE,,,,,, +painting.n.01,fireSource,0,0,FALSE,,,,,, +painting.n.01,cookable,0,0,FALSE,,,,,, +painting.n.01,coldSource,0,0,FALSE,,,,,, +painting.n.01,sliceable,0,0,FALSE,,,,,, +painting.n.01,slicer,0,0,FALSE,,,,,, +painting.n.01,soakable,0,1,FALSE,,,,,, +powder.n.03,liquid,0,0,FALSE,,,,,, +powder.n.03,heatSource,0,0,FALSE,,,,,, +powder.n.03,fireSource,0,0,FALSE,,,,,, +powder.n.03,cookable,0,0,FALSE,,,,,, +powder.n.03,coldSource,0,0,FALSE,,,,,, +powder.n.03,sliceable,0,0,FALSE,,,,,, +powder.n.03,slicer,0,0,FALSE,,,,,, +powder.n.03,soakable,0,0,FALSE,,,,,, +rake.n.03,liquid,0,0,FALSE,,,,,, +rake.n.03,heatSource,0,0,FALSE,,,,,, +rake.n.03,fireSource,0,0,FALSE,,,,,, +rake.n.03,cookable,0,0,FALSE,,,,,, +rake.n.03,coldSource,0,0,FALSE,,,,,, +rake.n.03,sliceable,0,0,FALSE,,,,,, +rake.n.03,slicer,1,1,FALSE,,,,,, +rake.n.03,soakable,0,0,FALSE,,,,,, +scarf.n.01,liquid,0,0,FALSE,,,,,, +scarf.n.01,heatSource,0,0,FALSE,,,,,, +scarf.n.01,fireSource,0,0,FALSE,,,,,, +scarf.n.01,cookable,0,0,FALSE,,,,,, +scarf.n.01,coldSource,0,0,FALSE,,,,,, +scarf.n.01,sliceable,0,0,FALSE,,,,,, +scarf.n.01,slicer,1,0,FALSE,,,,,, +scarf.n.01,soakable,1,1,FALSE,,,,,, +scraper.n.01,liquid,0,0,FALSE,,,,,, +scraper.n.01,heatSource,0,0,FALSE,,,,,, +scraper.n.01,fireSource,0,0,FALSE,,,,,, +scraper.n.01,cookable,0,0,FALSE,,,,,, +scraper.n.01,coldSource,0,0,FALSE,,,,,, +scraper.n.01,sliceable,0,0,FALSE,,,,,, +scraper.n.01,slicer,0,0,FALSE,,,,,, +scraper.n.01,soakable,0,0,FALSE,,,,,, +ladder.n.01,liquid,0,0,FALSE,,,,,, +ladder.n.01,heatSource,0,0,FALSE,,,,,, +ladder.n.01,fireSource,0,0,FALSE,,,,,, +ladder.n.01,cookable,0,0,FALSE,,,,,, +ladder.n.01,coldSource,0,0,FALSE,,,,,, +ladder.n.01,sliceable,0,0,FALSE,,,,,, +ladder.n.01,slicer,1,0,FALSE,,,,,, +ladder.n.01,soakable,1,0,FALSE,,,,,, +toothbrush.n.01,liquid,0,0,FALSE,,,,,, +toothbrush.n.01,heatSource,0,0,FALSE,,,,,, +toothbrush.n.01,fireSource,0,0,FALSE,,,,,, +toothbrush.n.01,cookable,0,0,FALSE,,,,,, +toothbrush.n.01,coldSource,0,0,FALSE,,,,,, +toothbrush.n.01,sliceable,0,0,FALSE,,,,,, +toothbrush.n.01,slicer,1,0,FALSE,,,,,, +toothbrush.n.01,soakable,0,0,FALSE,,,,,, +beef.n.02,liquid,0,0,FALSE,,,,,, +beef.n.02,heatSource,0,0,FALSE,,,,,, +beef.n.02,fireSource,1,0,FALSE,,,,,, +beef.n.02,cookable,0,1,FALSE,,,,,, +beef.n.02,coldSource,0,0,FALSE,,,,,, +beef.n.02,sliceable,0,1,FALSE,,,,,, +beef.n.02,slicer,0,0,FALSE,,,,,, +beef.n.02,soakable,0,0,FALSE,,,,,, +perfume.n.02,liquid,0,1,FALSE,,,,,, +perfume.n.02,heatSource,0,0,FALSE,,,,,, +perfume.n.02,fireSource,0,0,FALSE,,,,,, +perfume.n.02,cookable,0,0,FALSE,,,,,, +perfume.n.02,coldSource,0,0,FALSE,,,,,, +perfume.n.02,sliceable,0,0,FALSE,,,,,, +perfume.n.02,slicer,1,0,FALSE,,,,,, +perfume.n.02,soakable,0,0,FALSE,,,,,, +pork.n.01,liquid,0,0,FALSE,,,,,, +pork.n.01,heatSource,0,0,FALSE,,,,,, +pork.n.01,fireSource,1,0,FALSE,,,,,, +pork.n.01,cookable,0,1,FALSE,,,,,, +pork.n.01,coldSource,0,0,FALSE,,,,,, +pork.n.01,sliceable,0,1,FALSE,,,,,, +pork.n.01,slicer,0,0,FALSE,,,,,, +pork.n.01,soakable,0,0,FALSE,,,,,, +rib.n.03,liquid,0,0,FALSE,,,,,, +rib.n.03,heatSource,0,0,FALSE,,,,,, +rib.n.03,fireSource,1,0,FALSE,,,,,, +rib.n.03,cookable,0,1,FALSE,,,,,, +rib.n.03,coldSource,0,0,FALSE,,,,,, +rib.n.03,sliceable,0,1,FALSE,,,,,, +rib.n.03,slicer,0,0,FALSE,,,,,, +rib.n.03,soakable,0,0,FALSE,,,,,, +steak.n.01,liquid,0,0,FALSE,,,,,, +steak.n.01,heatSource,0,0,FALSE,,,,,, +steak.n.01,fireSource,1,0,FALSE,,,,,, +steak.n.01,cookable,0,1,FALSE,,,,,, +steak.n.01,coldSource,0,0,FALSE,,,,,, +steak.n.01,sliceable,0,1,FALSE,,,,,, +steak.n.01,slicer,0,0,FALSE,,,,,, +steak.n.01,soakable,0,0,FALSE,,,,,, +sugar.n.01,liquid,0,0,FALSE,,,,,, +sugar.n.01,heatSource,0,0,FALSE,,,,,, +sugar.n.01,fireSource,0,0,FALSE,,,,,, +sugar.n.01,cookable,0,1,FALSE,,,,,, +sugar.n.01,coldSource,0,0,FALSE,,,,,, +sugar.n.01,sliceable,0,0,FALSE,,,,,, +sugar.n.01,slicer,0,0,FALSE,,,,,, +sugar.n.01,soakable,0,0,FALSE,,,,,, +crab.n.05,liquid,0,0,FALSE,,,,,, +crab.n.05,heatSource,0,0,FALSE,,,,,, +crab.n.05,fireSource,1,0,FALSE,,,,,, +crab.n.05,cookable,0,1,FALSE,,,,,, +crab.n.05,coldSource,0,0,FALSE,,,,,, +crab.n.05,sliceable,0,1,FALSE,,,,,, +crab.n.05,slicer,0,0,FALSE,,,,,, +crab.n.05,soakable,0,0,FALSE,,,,,, +fillet.n.02,liquid,0,0,FALSE,,,,,, +fillet.n.02,heatSource,0,0,FALSE,,,,,, +fillet.n.02,fireSource,1,0,FALSE,,,,,, +fillet.n.02,cookable,0,1,FALSE,,,,,, +fillet.n.02,coldSource,0,0,FALSE,,,,,, +fillet.n.02,sliceable,0,1,FALSE,,,,,, +fillet.n.02,slicer,0,0,FALSE,,,,,, +fillet.n.02,soakable,0,0,FALSE,,,,,, +fish.n.02,liquid,0,0,FALSE,,,,,, +fish.n.02,heatSource,0,0,FALSE,,,,,, +fish.n.02,fireSource,1,0,FALSE,,,,,, +fish.n.02,cookable,0,1,FALSE,,,,,, +fish.n.02,coldSource,0,0,FALSE,,,,,, +fish.n.02,sliceable,0,1,FALSE,,,,,, +fish.n.02,slicer,0,0,FALSE,,,,,, +fish.n.02,soakable,0,0,FALSE,,,,,, +magazine.n.02,liquid,0,0,FALSE,,,,,, +magazine.n.02,heatSource,0,0,FALSE,,,,,, +magazine.n.02,fireSource,0,0,FALSE,,,,,, +magazine.n.02,cookable,0,0,FALSE,,,,,, +magazine.n.02,coldSource,0,0,FALSE,,,,,, +magazine.n.02,sliceable,0,0,FALSE,,,,,, +magazine.n.02,slicer,0,0,FALSE,,,,,, +magazine.n.02,soakable,0,1,FALSE,,,,,, +newspaper.n.03,liquid,0,0,FALSE,,,,,, +newspaper.n.03,heatSource,0,0,FALSE,,,,,, +newspaper.n.03,fireSource,0,0,FALSE,,,,,, +newspaper.n.03,cookable,0,0,FALSE,,,,,, +newspaper.n.03,coldSource,0,0,FALSE,,,,,, +newspaper.n.03,sliceable,0,0,FALSE,,,,,, +newspaper.n.03,slicer,0,0,FALSE,,,,,, +newspaper.n.03,soakable,1,1,FALSE,,,,,, +pool.n.01,liquid,1,0,FALSE,,,,,, +pool.n.01,heatSource,0,0,FALSE,,,,,, +pool.n.01,fireSource,0,0,FALSE,,,,,, +pool.n.01,cookable,0,0,FALSE,,,,,, +pool.n.01,coldSource,0,0,FALSE,,,,,, +pool.n.01,sliceable,0,0,FALSE,,,,,, +pool.n.01,slicer,0,0,FALSE,,,,,, +pool.n.01,soakable,0,0,FALSE,,,,,, +tart.n.02,liquid,0,0,FALSE,,,,,, +tart.n.02,heatSource,0,0,FALSE,,,,,, +tart.n.02,fireSource,0,0,FALSE,,,,,, +tart.n.02,cookable,0,1,FALSE,,,,,, +tart.n.02,coldSource,1,0,FALSE,,,,,, +tart.n.02,sliceable,0,1,FALSE,,,,,, +tart.n.02,slicer,0,0,FALSE,,,,,, +tart.n.02,soakable,0,0,FALSE,,,,,, +muffin.n.01,liquid,0,0,FALSE,,,,,, +muffin.n.01,heatSource,0,0,FALSE,,,,,, +muffin.n.01,fireSource,1,0,FALSE,,,,,, +muffin.n.01,cookable,0,1,FALSE,,,,,, +muffin.n.01,coldSource,0,0,FALSE,,,,,, +muffin.n.01,sliceable,0,1,FALSE,,,,,, +muffin.n.01,slicer,0,0,FALSE,,,,,, +muffin.n.01,soakable,0,0,FALSE,,,,,, +ice_cube.n.01,liquid,0,0,FALSE,,,,,, +ice_cube.n.01,heatSource,0,0,FALSE,,,,,, +ice_cube.n.01,fireSource,0,0,FALSE,,,,,, +ice_cube.n.01,cookable,1,0,FALSE,,,,,, +ice_cube.n.01,coldSource,0,1,FALSE,,,,,, +ice_cube.n.01,sliceable,0,0,FALSE,,,,,, +ice_cube.n.01,slicer,1,1,FALSE,,,,,, +ice_cube.n.01,soakable,0,0,FALSE,,,,,, +cinnamon.n.03,liquid,0,0,FALSE,,,,,, +cinnamon.n.03,heatSource,0,0,FALSE,,,,,, +cinnamon.n.03,fireSource,0,0,FALSE,,,,,, +cinnamon.n.03,cookable,0,1,FALSE,,,,,, +cinnamon.n.03,coldSource,0,0,FALSE,,,,,, +cinnamon.n.03,sliceable,0,0,FALSE,,,,,, +cinnamon.n.03,slicer,1,0,FALSE,,,,,, +cinnamon.n.03,soakable,0,0,FALSE,,,,,, +lime.n.06,liquid,0,0,FALSE,,,,,, +lime.n.06,heatSource,0,0,FALSE,,,,,, +lime.n.06,fireSource,0,0,FALSE,,,,,, +lime.n.06,cookable,0,1,FALSE,,,,,, +lime.n.06,coldSource,0,0,FALSE,,,,,, +lime.n.06,sliceable,0,1,FALSE,,,,,, +lime.n.06,slicer,0,0,FALSE,,,,,, +lime.n.06,soakable,0,0,FALSE,,,,,, +ginger.n.02,liquid,0,0,FALSE,,,,,, +ginger.n.02,heatSource,0,0,FALSE,,,,,, +ginger.n.02,fireSource,1,0,FALSE,,,,,, +ginger.n.02,cookable,0,1,FALSE,,,,,, +ginger.n.02,coldSource,0,0,FALSE,,,,,, +ginger.n.02,sliceable,0,1,FALSE,,,,,, +ginger.n.02,slicer,0,0,FALSE,,,,,, +ginger.n.02,soakable,0,0,FALSE,,,,,, +cereal.n.03,liquid,0,0,FALSE,,,,,, +cereal.n.03,heatSource,0,0,FALSE,,,,,, +cereal.n.03,fireSource,1,0,FALSE,,,,,, +cereal.n.03,cookable,0,0,FALSE,,,,,, +cereal.n.03,coldSource,0,0,FALSE,,,,,, +cereal.n.03,sliceable,0,0,FALSE,,,,,, +cereal.n.03,slicer,0,0,FALSE,,,,,, +cereal.n.03,soakable,0,0,FALSE,,,,,, +cheese.n.01,liquid,0,0,FALSE,,,,,, +cheese.n.01,heatSource,0,0,FALSE,,,,,, +cheese.n.01,fireSource,1,0,FALSE,,,,,, +cheese.n.01,cookable,0,1,FALSE,,,,,, +cheese.n.01,coldSource,0,0,FALSE,,,,,, +cheese.n.01,sliceable,0,1,FALSE,,,,,, +cheese.n.01,slicer,1,0,FALSE,,,,,, +cheese.n.01,soakable,0,0,FALSE,,,,,, +milk.n.01,liquid,1,1,FALSE,,,,,, +milk.n.01,heatSource,0,0,FALSE,,,,,, +milk.n.01,fireSource,0,0,FALSE,,,,,, +milk.n.01,cookable,0,1,FALSE,,,,,, +milk.n.01,coldSource,1,0,FALSE,,,,,, +milk.n.01,sliceable,0,0,FALSE,,,,,, +milk.n.01,slicer,0,0,FALSE,,,,,, +milk.n.01,soakable,0,0,FALSE,,,,,, +pasta.n.02,liquid,0,0,FALSE,,,,,, +pasta.n.02,heatSource,0,0,FALSE,,,,,, +pasta.n.02,fireSource,1,0,FALSE,,,,,, +pasta.n.02,cookable,0,1,FALSE,,,,,, +pasta.n.02,coldSource,0,0,FALSE,,,,,, +pasta.n.02,sliceable,0,0,FALSE,,,,,, +pasta.n.02,slicer,1,0,FALSE,,,,,, +pasta.n.02,soakable,1,0,FALSE,,,,,, +almond.n.02,liquid,0,0,FALSE,,,,,, +almond.n.02,heatSource,0,0,FALSE,,,,,, +almond.n.02,fireSource,0,0,FALSE,,,,,, +almond.n.02,cookable,0,1,FALSE,,,,,, +almond.n.02,coldSource,0,0,FALSE,,,,,, +almond.n.02,sliceable,0,0,FALSE,,,,,, +almond.n.02,slicer,0,0,FALSE,,,,,, +almond.n.02,soakable,0,0,FALSE,,,,,, +grill.n.02,liquid,0,0,FALSE,,,,,, +grill.n.02,heatSource,0,0,FALSE,,,,,, +grill.n.02,fireSource,0,0,FALSE,,,,,, +grill.n.02,cookable,0,0,FALSE,,,,,, +grill.n.02,coldSource,0,0,FALSE,,,,,, +grill.n.02,sliceable,0,0,FALSE,,,,,, +grill.n.02,slicer,1,0,FALSE,,,,,, +grill.n.02,soakable,0,0,FALSE,,,,,, +hose.n.03,liquid,1,0,FALSE,,,,,, +hose.n.03,heatSource,0,0,FALSE,,,,,, +hose.n.03,fireSource,0,0,FALSE,,,,,, +hose.n.03,cookable,0,0,FALSE,,,,,, +hose.n.03,coldSource,1,0,FALSE,,,,,, +hose.n.03,sliceable,0,0,FALSE,,,,,, +hose.n.03,slicer,1,0,FALSE,,,,,, +hose.n.03,soakable,0,0,FALSE,,,,,, +jam.n.01,liquid,0,1,FALSE,,,,,, +jam.n.01,heatSource,0,0,FALSE,,,,,, +jam.n.01,fireSource,1,0,FALSE,,,,,, +jam.n.01,cookable,0,1,FALSE,,,,,, +jam.n.01,coldSource,0,0,FALSE,,,,,, +jam.n.01,sliceable,0,0,FALSE,,,,,, +jam.n.01,slicer,1,0,FALSE,,,,,, +jam.n.01,soakable,0,0,FALSE,,,,,, +puree.n.01,liquid,1,1,FALSE,,,,,, +puree.n.01,heatSource,0,0,FALSE,,,,,, +puree.n.01,fireSource,1,0,FALSE,,,,,, +puree.n.01,cookable,0,1,FALSE,,,,,, +puree.n.01,coldSource,1,0,FALSE,,,,,, +puree.n.01,sliceable,0,0,FALSE,,,,,, +puree.n.01,slicer,0,0,FALSE,,,,,, +puree.n.01,soakable,0,0,FALSE,,,,,, +bagel.n.01,liquid,0,0,FALSE,,,,,, +bagel.n.01,heatSource,0,0,FALSE,,,,,, +bagel.n.01,fireSource,1,0,FALSE,,,,,, +bagel.n.01,cookable,0,1,FALSE,,,,,, +bagel.n.01,coldSource,1,0,FALSE,,,,,, +bagel.n.01,sliceable,0,1,FALSE,,,,,, +bagel.n.01,slicer,1,0,FALSE,,,,,, +bagel.n.01,soakable,0,0,FALSE,,,,,, +baguet.n.01,liquid,0,0,FALSE,,,,,, +baguet.n.01,heatSource,0,0,FALSE,,,,,, +baguet.n.01,fireSource,0,0,FALSE,,,,,, +baguet.n.01,cookable,0,1,FALSE,,,,,, +baguet.n.01,coldSource,0,0,FALSE,,,,,, +baguet.n.01,sliceable,0,1,FALSE,,,,,, +baguet.n.01,slicer,0,0,FALSE,,,,,, +baguet.n.01,soakable,0,0,FALSE,,,,,, +basil.n.03,liquid,0,0,FALSE,,,,,, +basil.n.03,heatSource,0,0,FALSE,,,,,, +basil.n.03,fireSource,1,0,FALSE,,,,,, +basil.n.03,cookable,0,1,FALSE,,,,,, +basil.n.03,coldSource,0,0,FALSE,,,,,, +basil.n.03,sliceable,0,0,FALSE,,,,,, +basil.n.03,slicer,0,0,FALSE,,,,,, +basil.n.03,soakable,0,0,FALSE,,,,,, +celery.n.02,liquid,0,0,FALSE,,,,,, +celery.n.02,heatSource,0,0,FALSE,,,,,, +celery.n.02,fireSource,1,0,FALSE,,,,,, +celery.n.02,cookable,0,1,FALSE,,,,,, +celery.n.02,coldSource,0,0,FALSE,,,,,, +celery.n.02,sliceable,0,1,FALSE,,,,,, +celery.n.02,slicer,0,0,FALSE,,,,,, +celery.n.02,soakable,0,0,FALSE,,,,,, +cupcake.n.01,liquid,0,0,FALSE,,,,,, +cupcake.n.01,heatSource,0,0,FALSE,,,,,, +cupcake.n.01,fireSource,1,0,FALSE,,,,,, +cupcake.n.01,cookable,0,0,FALSE,,,,,, +cupcake.n.01,coldSource,0,0,FALSE,,,,,, +cupcake.n.01,sliceable,0,1,FALSE,,,,,, +cupcake.n.01,slicer,1,0,FALSE,,,,,, +cupcake.n.01,soakable,0,0,FALSE,,,,,, +green_onion.n.01,liquid,0,0,FALSE,,,,,, +green_onion.n.01,heatSource,0,0,FALSE,,,,,, +green_onion.n.01,fireSource,0,0,FALSE,,,,,, +green_onion.n.01,cookable,0,1,FALSE,,,,,, +green_onion.n.01,coldSource,0,0,FALSE,,,,,, +green_onion.n.01,sliceable,0,1,FALSE,,,,,, +green_onion.n.01,slicer,0,0,FALSE,,,,,, +green_onion.n.01,soakable,0,0,FALSE,,,,,, +guacamole.n.01,liquid,0,0,FALSE,,,,,, +guacamole.n.01,heatSource,0,0,FALSE,,,,,, +guacamole.n.01,fireSource,0,0,FALSE,,,,,, +guacamole.n.01,cookable,0,1,FALSE,,,,,, +guacamole.n.01,coldSource,0,0,FALSE,,,,,, +guacamole.n.01,sliceable,0,0,FALSE,,,,,, +guacamole.n.01,slicer,0,0,FALSE,,,,,, +guacamole.n.01,soakable,0,0,FALSE,,,,,, +lasagna.n.01,liquid,0,0,FALSE,,,,,, +lasagna.n.01,heatSource,0,0,FALSE,,,,,, +lasagna.n.01,fireSource,1,0,FALSE,,,,,, +lasagna.n.01,cookable,0,1,FALSE,,,,,, +lasagna.n.01,coldSource,1,0,FALSE,,,,,, +lasagna.n.01,sliceable,0,0,FALSE,,,,,, +lasagna.n.01,slicer,0,0,FALSE,,,,,, +lasagna.n.01,soakable,0,0,FALSE,,,,,, +mayonnaise.n.01,liquid,1,1,FALSE,,,,,, +mayonnaise.n.01,heatSource,0,0,FALSE,,,,,, +mayonnaise.n.01,fireSource,0,0,FALSE,,,,,, +mayonnaise.n.01,cookable,0,1,FALSE,,,,,, +mayonnaise.n.01,coldSource,1,0,FALSE,,,,,, +mayonnaise.n.01,sliceable,0,0,FALSE,,,,,, +mayonnaise.n.01,slicer,0,0,FALSE,,,,,, +mayonnaise.n.01,soakable,0,0,FALSE,,,,,, +mousetrap.n.01,liquid,0,0,FALSE,,,,,, +mousetrap.n.01,heatSource,0,0,FALSE,,,,,, +mousetrap.n.01,fireSource,0,0,FALSE,,,,,, +mousetrap.n.01,cookable,0,0,FALSE,,,,,, +mousetrap.n.01,coldSource,0,0,FALSE,,,,,, +mousetrap.n.01,sliceable,0,0,FALSE,,,,,, +mousetrap.n.01,slicer,1,0,FALSE,,,,,, +mousetrap.n.01,soakable,0,0,FALSE,,,,,, +pretzel.n.01,liquid,0,0,FALSE,,,,,, +pretzel.n.01,heatSource,0,0,FALSE,,,,,, +pretzel.n.01,fireSource,0,0,FALSE,,,,,, +pretzel.n.01,cookable,0,0,FALSE,,,,,, +pretzel.n.01,coldSource,0,0,FALSE,,,,,, +pretzel.n.01,sliceable,0,1,FALSE,,,,,, +pretzel.n.01,slicer,1,0,FALSE,,,,,, +pretzel.n.01,soakable,0,0,FALSE,,,,,, +prosciutto.n.01,liquid,0,0,FALSE,,,,,, +prosciutto.n.01,heatSource,0,0,FALSE,,,,,, +prosciutto.n.01,fireSource,0,0,FALSE,,,,,, +prosciutto.n.01,cookable,0,1,FALSE,,,,,, +prosciutto.n.01,coldSource,0,0,FALSE,,,,,, +prosciutto.n.01,sliceable,0,1,FALSE,,,,,, +prosciutto.n.01,slicer,1,0,FALSE,,,,,, +prosciutto.n.01,soakable,0,0,FALSE,,,,,, +razor.n.01,liquid,0,0,FALSE,,,,,, +razor.n.01,heatSource,0,0,FALSE,,,,,, +razor.n.01,fireSource,0,0,FALSE,,,,,, +razor.n.01,cookable,0,0,FALSE,,,,,, +razor.n.01,coldSource,0,0,FALSE,,,,,, +razor.n.01,sliceable,0,0,FALSE,,,,,, +razor.n.01,slicer,1,1,FALSE,,,,,, +razor.n.01,soakable,0,0,FALSE,,,,,, +sunscreen.n.01,liquid,0,1,FALSE,,,,,, +sunscreen.n.01,heatSource,0,0,FALSE,,,,,, +sunscreen.n.01,fireSource,0,0,FALSE,,,,,, +sunscreen.n.01,cookable,0,0,FALSE,,,,,, +sunscreen.n.01,coldSource,0,0,FALSE,,,,,, +sunscreen.n.01,sliceable,0,0,FALSE,,,,,, +sunscreen.n.01,slicer,0,0,FALSE,,,,,, +sunscreen.n.01,soakable,0,0,FALSE,,,,,, +tinsel.n.02,liquid,0,0,FALSE,,,,,, +tinsel.n.02,heatSource,0,0,FALSE,,,,,, +tinsel.n.02,fireSource,0,0,FALSE,,,,,, +tinsel.n.02,cookable,0,0,FALSE,,,,,, +tinsel.n.02,coldSource,0,0,FALSE,,,,,, +tinsel.n.02,sliceable,0,0,FALSE,,,,,, +tinsel.n.02,slicer,0,0,FALSE,,,,,, +tinsel.n.02,soakable,0,0,FALSE,,,,,, +christmas_tree.n.05,liquid,0,0,FALSE,,,,,, +christmas_tree.n.05,heatSource,0,0,FALSE,,,,,, +christmas_tree.n.05,fireSource,0,1,FALSE,,,,,, +christmas_tree.n.05,cookable,0,0,FALSE,,,,,, +christmas_tree.n.05,coldSource,0,0,FALSE,,,,,, +christmas_tree.n.05,sliceable,0,0,FALSE,,,,,, +christmas_tree.n.05,slicer,0,0,FALSE,,,,,, +christmas_tree.n.05,soakable,0,0,FALSE,,,,,, +vinegar.n.01,liquid,1,1,FALSE,,,,,, +vinegar.n.01,heatSource,0,0,FALSE,,,,,, +vinegar.n.01,fireSource,0,0,FALSE,,,,,, +vinegar.n.01,cookable,0,1,FALSE,,,,,, +vinegar.n.01,coldSource,0,0,FALSE,,,,,, +vinegar.n.01,sliceable,0,0,FALSE,,,,,, +vinegar.n.01,slicer,0,0,FALSE,,,,,, +vinegar.n.01,soakable,0,0,FALSE,,,,,, +alarm.n.02,liquid,0,0,FALSE,,,,,, +alarm.n.02,heatSource,0,0,FALSE,,,,,, +alarm.n.02,fireSource,0,0,FALSE,,,,,, +alarm.n.02,cookable,0,0,FALSE,,,,,, +alarm.n.02,coldSource,0,0,FALSE,,,,,, +alarm.n.02,sliceable,0,0,FALSE,,,,,, +alarm.n.02,slicer,1,0,FALSE,,,,,, +alarm.n.02,soakable,0,0,FALSE,,,,,, +cologne.n.02,liquid,1,1,FALSE,,,,,, +cologne.n.02,heatSource,0,0,FALSE,,,,,, +cologne.n.02,fireSource,0,0,FALSE,,,,,, +cologne.n.02,cookable,0,0,FALSE,,,,,, +cologne.n.02,coldSource,1,0,FALSE,,,,,, +cologne.n.02,sliceable,0,0,FALSE,,,,,, +cologne.n.02,slicer,1,0,FALSE,,,,,, +cologne.n.02,soakable,0,0,FALSE,,,,,, +comb.n.01,liquid,0,0,FALSE,,,,,, +comb.n.01,heatSource,0,0,FALSE,,,,,, +comb.n.01,fireSource,0,0,FALSE,,,,,, +comb.n.01,cookable,0,0,FALSE,,,,,, +comb.n.01,coldSource,0,0,FALSE,,,,,, +comb.n.01,sliceable,0,0,FALSE,,,,,, +comb.n.01,slicer,1,0,FALSE,,,,,, +comb.n.01,soakable,0,0,FALSE,,,,,, +dental_floss.n.01,liquid,0,0,FALSE,,,,,, +dental_floss.n.01,heatSource,0,0,FALSE,,,,,, +dental_floss.n.01,fireSource,0,0,FALSE,,,,,, +dental_floss.n.01,cookable,0,0,FALSE,,,,,, +dental_floss.n.01,coldSource,0,0,FALSE,,,,,, +dental_floss.n.01,sliceable,0,0,FALSE,,,,,, +dental_floss.n.01,slicer,1,1,FALSE,,,,,, +dental_floss.n.01,soakable,1,0,FALSE,,,,,, +document.n.01,liquid,0,0,FALSE,,,,,, +document.n.01,heatSource,0,0,FALSE,,,,,, +document.n.01,fireSource,0,0,FALSE,,,,,, +document.n.01,cookable,0,0,FALSE,,,,,, +document.n.01,coldSource,1,0,FALSE,,,,,, +document.n.01,sliceable,0,0,FALSE,,,,,, +document.n.01,slicer,1,0,FALSE,,,,,, +document.n.01,soakable,1,1,FALSE,,,,,, +duffel_bag.n.01,liquid,0,0,FALSE,,,,,, +duffel_bag.n.01,heatSource,0,0,FALSE,,,,,, +duffel_bag.n.01,fireSource,0,0,FALSE,,,,,, +duffel_bag.n.01,cookable,0,0,FALSE,,,,,, +duffel_bag.n.01,coldSource,0,0,FALSE,,,,,, +duffel_bag.n.01,sliceable,0,0,FALSE,,,,,, +duffel_bag.n.01,slicer,0,0,FALSE,,,,,, +duffel_bag.n.01,soakable,0,1,FALSE,,,,,, +facsimile.n.02,liquid,0,0,FALSE,,,,,, +facsimile.n.02,heatSource,0,0,FALSE,,,,,, +facsimile.n.02,fireSource,0,0,FALSE,,,,,, +facsimile.n.02,cookable,0,0,FALSE,,,,,, +facsimile.n.02,coldSource,0,0,FALSE,,,,,, +facsimile.n.02,sliceable,0,0,FALSE,,,,,, +facsimile.n.02,slicer,1,0,FALSE,,,,,, +facsimile.n.02,soakable,0,1,FALSE,,,,,, +gingerbread.n.01,liquid,0,0,FALSE,,,,,, +gingerbread.n.01,heatSource,0,0,FALSE,,,,,, +gingerbread.n.01,fireSource,1,0,FALSE,,,,,, +gingerbread.n.01,cookable,0,1,FALSE,,,,,, +gingerbread.n.01,coldSource,1,0,FALSE,,,,,, +gingerbread.n.01,sliceable,0,1,FALSE,,,,,, +gingerbread.n.01,slicer,1,0,FALSE,,,,,, +gingerbread.n.01,soakable,0,1,FALSE,,,,,, +lipstick.n.01,liquid,0,0,FALSE,,,,,, +lipstick.n.01,heatSource,0,0,FALSE,,,,,, +lipstick.n.01,fireSource,0,0,FALSE,,,,,, +lipstick.n.01,cookable,0,0,FALSE,,,,,, +lipstick.n.01,coldSource,1,0,FALSE,,,,,, +lipstick.n.01,sliceable,0,1,FALSE,,,,,, +lipstick.n.01,slicer,0,0,FALSE,,,,,, +lipstick.n.01,soakable,0,0,FALSE,,,,,, +lollipop.n.02,liquid,0,0,FALSE,,,,,, +lollipop.n.02,heatSource,0,0,FALSE,,,,,, +lollipop.n.02,fireSource,0,0,FALSE,,,,,, +lollipop.n.02,cookable,0,0,FALSE,,,,,, +lollipop.n.02,coldSource,0,0,FALSE,,,,,, +lollipop.n.02,sliceable,0,0,FALSE,,,,,, +lollipop.n.02,slicer,1,0,FALSE,,,,,, +lollipop.n.02,soakable,0,0,FALSE,,,,,, +modem.n.01,liquid,0,0,FALSE,,,,,, +modem.n.01,heatSource,0,0,FALSE,,,,,, +modem.n.01,fireSource,0,0,FALSE,,,,,, +modem.n.01,cookable,0,0,FALSE,,,,,, +modem.n.01,coldSource,0,0,FALSE,,,,,, +modem.n.01,sliceable,0,0,FALSE,,,,,, +modem.n.01,slicer,1,0,FALSE,,,,,, +modem.n.01,soakable,0,0,FALSE,,,,,, +printer.n.03,liquid,0,0,FALSE,,,,,, +printer.n.03,heatSource,0,0,FALSE,,,,,, +printer.n.03,fireSource,0,0,FALSE,,,,,, +printer.n.03,cookable,0,0,FALSE,,,,,, +printer.n.03,coldSource,0,0,FALSE,,,,,, +printer.n.03,sliceable,0,0,FALSE,,,,,, +printer.n.03,slicer,1,0,FALSE,,,,,, +printer.n.03,soakable,0,0,FALSE,,,,,, +saw.n.02,liquid,0,0,FALSE,,,,,, +saw.n.02,heatSource,0,0,FALSE,,,,,, +saw.n.02,fireSource,0,0,FALSE,,,,,, +saw.n.02,cookable,0,0,FALSE,,,,,, +saw.n.02,coldSource,0,0,FALSE,,,,,, +saw.n.02,sliceable,0,0,FALSE,,,,,, +saw.n.02,slicer,1,1,FALSE,,,,,, +saw.n.02,soakable,0,0,FALSE,,,,,, +scanner.n.02,liquid,0,0,FALSE,,,,,, +scanner.n.02,heatSource,0,0,FALSE,,,,,, +scanner.n.02,fireSource,0,0,FALSE,,,,,, +scanner.n.02,cookable,0,0,FALSE,,,,,, +scanner.n.02,coldSource,0,0,FALSE,,,,,, +scanner.n.02,sliceable,0,0,FALSE,,,,,, +scanner.n.02,slicer,1,0,FALSE,,,,,, +scanner.n.02,soakable,0,0,FALSE,,,,,, +stocking.n.01,liquid,0,0,FALSE,,,,,, +stocking.n.01,heatSource,0,0,FALSE,,,,,, +stocking.n.01,fireSource,0,0,FALSE,,,,,, +stocking.n.01,cookable,0,0,FALSE,,,,,, +stocking.n.01,coldSource,0,0,FALSE,,,,,, +stocking.n.01,sliceable,0,0,FALSE,,,,,, +stocking.n.01,slicer,0,0,FALSE,,,,,, +stocking.n.01,soakable,0,1,FALSE,,,,,, +toothpaste.n.01,liquid,0,0,FALSE,,,,,, +toothpaste.n.01,heatSource,0,0,FALSE,,,,,, +toothpaste.n.01,fireSource,0,0,FALSE,,,,,, +toothpaste.n.01,cookable,0,0,FALSE,,,,,, +toothpaste.n.01,coldSource,1,0,FALSE,,,,,, +toothpaste.n.01,sliceable,0,0,FALSE,,,,,, +toothpaste.n.01,slicer,0,0,FALSE,,,,,, +toothpaste.n.01,soakable,0,0,FALSE,,,,,, +watch.n.01,liquid,0,0,FALSE,,,,,, +watch.n.01,heatSource,0,0,FALSE,,,,,, +watch.n.01,fireSource,0,0,FALSE,,,,,, +watch.n.01,cookable,0,0,FALSE,,,,,, +watch.n.01,coldSource,0,0,FALSE,,,,,, +watch.n.01,sliceable,0,0,FALSE,,,,,, +watch.n.01,slicer,1,0,FALSE,,,,,, +watch.n.01,soakable,0,0,FALSE,,,,,, +carton.n.02,liquid,0,0,FALSE,,,,,, +carton.n.02,heatSource,0,0,FALSE,,,,,, +carton.n.02,fireSource,0,1,FALSE,,,,,, +carton.n.02,cookable,0,0,FALSE,,,,,, +carton.n.02,coldSource,1,0,FALSE,,,,,, +carton.n.02,sliceable,0,0,FALSE,,,,,, +carton.n.02,slicer,1,0,FALSE,,,,,, +carton.n.02,soakable,1,1,FALSE,,,,,, +briefcase.n.01,liquid,0,0,FALSE,,,,,, +briefcase.n.01,heatSource,0,0,FALSE,,,,,, +briefcase.n.01,fireSource,0,0,FALSE,,,,,, +briefcase.n.01,cookable,0,0,FALSE,,,,,, +briefcase.n.01,coldSource,0,0,FALSE,,,,,, +briefcase.n.01,sliceable,0,0,FALSE,,,,,, +briefcase.n.01,slicer,1,0,FALSE,,,,,, +briefcase.n.01,soakable,0,0,FALSE,,,,,, +tea_bag.n.01,liquid,0,0,FALSE,,,,,, +tea_bag.n.01,heatSource,0,0,FALSE,,,,,, +tea_bag.n.01,fireSource,0,0,FALSE,,,,,, +tea_bag.n.01,cookable,0,1,FALSE,,,,,, +tea_bag.n.01,coldSource,0,0,FALSE,,,,,, +tea_bag.n.01,sliceable,0,0,FALSE,,,,,, +tea_bag.n.01,slicer,0,0,FALSE,,,,,, +tea_bag.n.01,soakable,0,1,FALSE,,,,,, +shoulder_bag.n.01,liquid,0,0,FALSE,,,,,, +shoulder_bag.n.01,heatSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,fireSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,cookable,0,0,FALSE,,,,,, +shoulder_bag.n.01,coldSource,0,0,FALSE,,,,,, +shoulder_bag.n.01,sliceable,0,0,FALSE,,,,,, +shoulder_bag.n.01,slicer,0,0,FALSE,,,,,, +shoulder_bag.n.01,soakable,0,1,FALSE,,,,,, +sack.n.01,liquid,0,0,FALSE,,,,,, +sack.n.01,heatSource,0,0,FALSE,,,,,, +sack.n.01,fireSource,0,0,FALSE,,,,,, +sack.n.01,cookable,0,0,FALSE,,,,,, +sack.n.01,coldSource,0,0,FALSE,,,,,, +sack.n.01,sliceable,0,0,FALSE,,,,,, +sack.n.01,slicer,1,0,FALSE,,,,,, +sack.n.01,soakable,1,0,FALSE,,,,,, +backpack.n.01,liquid,0,0,FALSE,,,,,, +backpack.n.01,heatSource,0,0,FALSE,,,,,, +backpack.n.01,fireSource,0,0,FALSE,,,,,, +backpack.n.01,cookable,0,0,FALSE,,,,,, +backpack.n.01,coldSource,0,0,FALSE,,,,,, +backpack.n.01,sliceable,0,0,FALSE,,,,,, +backpack.n.01,slicer,0,0,FALSE,,,,,, +backpack.n.01,soakable,0,1,FALSE,,,,,, +ink.n.01,liquid,1,1,FALSE,,,,,, +ink.n.01,heatSource,0,0,FALSE,,,,,, +ink.n.01,fireSource,0,0,FALSE,,,,,, +ink.n.01,cookable,0,0,FALSE,,,,,, +ink.n.01,coldSource,1,0,FALSE,,,,,, +ink.n.01,sliceable,0,0,FALSE,,,,,, +ink.n.01,slicer,0,0,FALSE,,,,,, +ink.n.01,soakable,0,0,FALSE,,,,,, +fireplace.n.01,liquid,0,0,FALSE,,,,,, +fireplace.n.01,heatSource,1,0,FALSE,430,"https://fireplacetown.com/how-hot-does-a-fireplace-get#:~:text=In%20general%2C%20most%20fireplaces%20reach,type%20of%20fuel%20being%20used.",,1,0,0 +fireplace.n.01,fireSource,0,0,FALSE,,,,,, +fireplace.n.01,cookable,0,0,FALSE,,,,,, +fireplace.n.01,coldSource,0,0,FALSE,,,,,, +fireplace.n.01,sliceable,0,0,FALSE,,,,,, +fireplace.n.01,slicer,1,0,FALSE,,,,,, +fireplace.n.01,soakable,0,0,FALSE,,,,,, +knob.n.02,liquid,0,0,FALSE,,,,,, +knob.n.02,heatSource,0,0,FALSE,,,,,, +knob.n.02,fireSource,0,0,FALSE,,,,,, +knob.n.02,cookable,0,0,FALSE,,,,,, +knob.n.02,coldSource,0,0,FALSE,,,,,, +knob.n.02,sliceable,0,0,FALSE,,,,,, +knob.n.02,slicer,1,0,FALSE,,,,,, +knob.n.02,soakable,0,0,FALSE,,,,,, +pastry.n.01,liquid,0,0,FALSE,,,,,, +pastry.n.01,heatSource,0,0,FALSE,,,,,, +pastry.n.01,fireSource,1,0,FALSE,,,,,, +pastry.n.01,cookable,0,1,FALSE,,,,,, +pastry.n.01,coldSource,0,0,FALSE,,,,,, +pastry.n.01,sliceable,0,1,FALSE,,,,,, +pastry.n.01,slicer,1,0,FALSE,,,,,, +pastry.n.01,soakable,1,1,FALSE,,,,,, +pliers.n.01,liquid,0,0,FALSE,,,,,, +pliers.n.01,heatSource,0,0,FALSE,,,,,, +pliers.n.01,fireSource,0,0,FALSE,,,,,, +pliers.n.01,cookable,0,0,FALSE,,,,,, +pliers.n.01,coldSource,0,0,FALSE,,,,,, +pliers.n.01,sliceable,0,0,FALSE,,,,,, +pliers.n.01,slicer,1,1,FALSE,,,,,, +pliers.n.01,soakable,1,0,FALSE,,,,,, +rope.n.01,liquid,0,0,FALSE,,,,,, +rope.n.01,heatSource,0,0,FALSE,,,,,, +rope.n.01,fireSource,0,0,FALSE,,,,,, +rope.n.01,cookable,0,0,FALSE,,,,,, +rope.n.01,coldSource,0,0,FALSE,,,,,, +rope.n.01,sliceable,0,1,FALSE,,,,,, +rope.n.01,slicer,1,0,FALSE,,,,,, +rope.n.01,soakable,0,0,FALSE,,,,,, +shorts.n.01,liquid,0,0,FALSE,,,,,, +shorts.n.01,heatSource,0,0,FALSE,,,,,, +shorts.n.01,fireSource,0,0,FALSE,,,,,, +shorts.n.01,cookable,0,0,FALSE,,,,,, +shorts.n.01,coldSource,0,0,FALSE,,,,,, +shorts.n.01,sliceable,0,0,FALSE,,,,,, +shorts.n.01,slicer,0,0,FALSE,,,,,, +shorts.n.01,soakable,1,1,FALSE,,,,,, +squash.n.02,liquid,0,0,FALSE,,,,,, +squash.n.02,heatSource,0,0,FALSE,,,,,, +squash.n.02,fireSource,1,0,FALSE,,,,,, +squash.n.02,cookable,0,1,FALSE,,,,,, +squash.n.02,coldSource,0,0,FALSE,,,,,, +squash.n.02,sliceable,0,1,FALSE,,,,,, +squash.n.02,slicer,1,0,FALSE,,,,,, +squash.n.02,soakable,0,0,FALSE,,,,,, +stew.n.02,liquid,0,0,FALSE,,,,,, +stew.n.02,heatSource,0,0,FALSE,,,,,, +stew.n.02,fireSource,1,1,FALSE,,,,,, +stew.n.02,cookable,0,1,FALSE,,,,,, +stew.n.02,coldSource,1,0,FALSE,,,,,, +stew.n.02,sliceable,0,0,FALSE,,,,,, +stew.n.02,slicer,0,0,FALSE,,,,,, +stew.n.02,soakable,0,0,FALSE,,,,,, +sticker.n.02,liquid,0,0,FALSE,,,,,, +sticker.n.02,heatSource,0,0,FALSE,,,,,, +sticker.n.02,fireSource,0,0,FALSE,,,,,, +sticker.n.02,cookable,0,0,FALSE,,,,,, +sticker.n.02,coldSource,0,0,FALSE,,,,,, +sticker.n.02,sliceable,0,0,FALSE,,,,,, +sticker.n.02,slicer,1,0,FALSE,,,,,, +sticker.n.02,soakable,0,0,FALSE,,,,,, +timer.n.03,liquid,0,0,FALSE,,,,,, +timer.n.03,heatSource,0,0,FALSE,,,,,, +timer.n.03,fireSource,0,0,FALSE,,,,,, +timer.n.03,cookable,0,0,FALSE,,,,,, +timer.n.03,coldSource,0,0,FALSE,,,,,, +timer.n.03,sliceable,0,0,FALSE,,,,,, +timer.n.03,slicer,1,0,FALSE,,,,,, +timer.n.03,soakable,0,0,FALSE,,,,,, +toast.n.01,liquid,0,0,FALSE,,,,,, +toast.n.01,heatSource,1,0,FALSE,,,,,, +toast.n.01,fireSource,1,0,FALSE,,,,,, +toast.n.01,cookable,0,1,FALSE,,,,,, +toast.n.01,coldSource,0,0,FALSE,,,,,, +toast.n.01,sliceable,0,1,FALSE,,,,,, +toast.n.01,slicer,1,0,FALSE,,,,,, +toast.n.01,soakable,0,1,FALSE,,,,,, +adhesive.n.01,liquid,0,1,FALSE,,,,,, +adhesive.n.01,heatSource,0,0,FALSE,,,,,, +adhesive.n.01,fireSource,0,0,FALSE,,,,,, +adhesive.n.01,cookable,0,0,FALSE,,,,,, +adhesive.n.01,coldSource,0,0,FALSE,,,,,, +adhesive.n.01,sliceable,0,0,FALSE,,,,,, +adhesive.n.01,slicer,0,0,FALSE,,,,,, +adhesive.n.01,soakable,0,0,FALSE,,,,,, +appliance.n.02,liquid,0,0,FALSE,,,,,, +appliance.n.02,heatSource,1,0,FALSE,,,,,, +appliance.n.02,fireSource,0,0,FALSE,,,,,, +appliance.n.02,cookable,1,0,FALSE,,,,,, +appliance.n.02,coldSource,0,0,FALSE,,,,,, +appliance.n.02,sliceable,0,0,FALSE,,,,,, +appliance.n.02,slicer,1,0,FALSE,,,,,, +appliance.n.02,soakable,0,0,FALSE,,,,,, +foundation.n.03,liquid,0,0,FALSE,,,,,, +foundation.n.03,heatSource,0,0,FALSE,,,,,, +foundation.n.03,fireSource,0,0,FALSE,,,,,, +foundation.n.03,cookable,0,0,FALSE,,,,,, +foundation.n.03,coldSource,0,0,FALSE,,,,,, +foundation.n.03,sliceable,0,0,FALSE,,,,,, +foundation.n.03,slicer,0,0,FALSE,,,,,, +foundation.n.03,soakable,0,0,FALSE,,,,,, +cable.n.02,liquid,0,0,FALSE,,,,,, +cable.n.02,heatSource,0,0,FALSE,,,,,, +cable.n.02,fireSource,0,0,FALSE,,,,,, +cable.n.02,cookable,0,0,FALSE,,,,,, +cable.n.02,coldSource,0,0,FALSE,,,,,, +cable.n.02,sliceable,0,1,FALSE,,,,,, +cable.n.02,slicer,1,0,FALSE,,,,,, +cable.n.02,soakable,0,0,FALSE,,,,,, +cable.n.03,liquid,0,0,FALSE,,,,,, +cable.n.03,heatSource,0,0,FALSE,,,,,, +cable.n.03,fireSource,0,0,FALSE,,,,,, +cable.n.03,cookable,0,0,FALSE,,,,,, +cable.n.03,coldSource,0,0,FALSE,,,,,, +cable.n.03,sliceable,0,1,FALSE,,,,,, +cable.n.03,slicer,1,0,FALSE,,,,,, +cable.n.03,soakable,0,0,FALSE,,,,,, +card.n.03,liquid,0,0,FALSE,,,,,, +card.n.03,heatSource,0,0,FALSE,,,,,, +card.n.03,fireSource,0,1,FALSE,,,,,, +card.n.03,cookable,0,0,FALSE,,,,,, +card.n.03,coldSource,0,0,FALSE,,,,,, +card.n.03,sliceable,0,0,FALSE,,,,,, +card.n.03,slicer,1,0,FALSE,,,,,, +card.n.03,soakable,1,1,FALSE,,,,,, +chain.n.01,liquid,0,0,FALSE,,,,,, +chain.n.01,heatSource,0,0,FALSE,,,,,, +chain.n.01,fireSource,0,0,FALSE,,,,,, +chain.n.01,cookable,0,0,FALSE,,,,,, +chain.n.01,coldSource,0,0,FALSE,,,,,, +chain.n.01,sliceable,0,0,FALSE,,,,,, +chain.n.01,slicer,1,0,FALSE,,,,,, +chain.n.01,soakable,0,0,FALSE,,,,,, +chain.n.05,liquid,0,0,FALSE,,,,,, +chain.n.05,heatSource,0,0,FALSE,,,,,, +chain.n.05,fireSource,0,0,FALSE,,,,,, +chain.n.05,cookable,0,0,FALSE,,,,,, +chain.n.05,coldSource,0,0,FALSE,,,,,, +chain.n.05,sliceable,0,0,FALSE,,,,,, +chain.n.05,slicer,1,0,FALSE,,,,,, +chain.n.05,soakable,0,0,FALSE,,,,,, +clamp.n.01,liquid,0,0,FALSE,,,,,, +clamp.n.01,heatSource,0,0,FALSE,,,,,, +clamp.n.01,fireSource,0,0,FALSE,,,,,, +clamp.n.01,cookable,0,0,FALSE,,,,,, +clamp.n.01,coldSource,0,0,FALSE,,,,,, +clamp.n.01,sliceable,0,0,FALSE,,,,,, +clamp.n.01,slicer,0,0,FALSE,,,,,, +clamp.n.01,soakable,0,0,FALSE,,,,,, +concrete.n.01,liquid,0,0,FALSE,,,,,, +concrete.n.01,heatSource,0,0,FALSE,,,,,, +concrete.n.01,fireSource,0,0,FALSE,,,,,, +concrete.n.01,cookable,0,0,FALSE,,,,,, +concrete.n.01,coldSource,0,0,FALSE,,,,,, +concrete.n.01,sliceable,0,0,FALSE,,,,,, +concrete.n.01,slicer,0,0,FALSE,,,,,, +concrete.n.01,soakable,0,0,FALSE,,,,,, +dairy.n.01,liquid,0,0,FALSE,,,,,, +dairy.n.01,heatSource,0,0,FALSE,,,,,, +dairy.n.01,fireSource,0,0,FALSE,,,,,, +dairy.n.01,cookable,0,1,FALSE,,,,,, +dairy.n.01,coldSource,0,0,FALSE,,,,,, +dairy.n.01,sliceable,0,0,FALSE,,,,,, +dairy.n.01,slicer,0,0,FALSE,,,,,, +dairy.n.01,soakable,0,0,FALSE,,,,,, +duck.n.03,liquid,0,0,FALSE,,,,,, +duck.n.03,heatSource,0,0,FALSE,,,,,, +duck.n.03,fireSource,1,0,FALSE,,,,,, +duck.n.03,cookable,0,1,FALSE,,,,,, +duck.n.03,coldSource,0,0,FALSE,,,,,, +duck.n.03,sliceable,0,1,FALSE,,,,,, +duck.n.03,slicer,0,0,FALSE,,,,,, +duck.n.03,soakable,0,0,FALSE,,,,,, +electronics.n.01,liquid,0,0,FALSE,,,,,, +electronics.n.01,heatSource,0,0,FALSE,,,,,, +electronics.n.01,fireSource,0,0,FALSE,,,,,, +electronics.n.01,cookable,0,0,FALSE,,,,,, +electronics.n.01,coldSource,0,0,FALSE,,,,,, +electronics.n.01,sliceable,0,0,FALSE,,,,,, +electronics.n.01,slicer,1,0,FALSE,,,,,, +electronics.n.01,soakable,0,0,FALSE,,,,,, +fertilizer.n.01,liquid,0,1,FALSE,,,,,, +fertilizer.n.01,heatSource,0,0,FALSE,,,,,, +fertilizer.n.01,fireSource,1,0,FALSE,,,,,, +fertilizer.n.01,cookable,0,0,FALSE,,,,,, +fertilizer.n.01,coldSource,0,0,FALSE,,,,,, +fertilizer.n.01,sliceable,0,0,FALSE,,,,,, +fertilizer.n.01,slicer,0,0,FALSE,,,,,, +fertilizer.n.01,soakable,0,0,FALSE,,,,,, +gravy.n.01,liquid,1,1,FALSE,,,,,, +gravy.n.01,heatSource,0,0,FALSE,,,,,, +gravy.n.01,fireSource,1,0,FALSE,,,,,, +gravy.n.01,cookable,0,1,FALSE,,,,,, +gravy.n.01,coldSource,1,0,FALSE,,,,,, +gravy.n.01,sliceable,0,0,FALSE,,,,,, +gravy.n.01,slicer,0,0,FALSE,,,,,, +gravy.n.01,soakable,0,0,FALSE,,,,,, +hair.n.01,liquid,0,0,FALSE,,,,,, +hair.n.01,heatSource,0,0,FALSE,,,,,, +hair.n.01,fireSource,0,0,FALSE,,,,,, +hair.n.01,cookable,0,0,FALSE,,,,,, +hair.n.01,coldSource,0,0,FALSE,,,,,, +hair.n.01,sliceable,0,0,FALSE,,,,,, +hair.n.01,slicer,0,0,FALSE,,,,,, +hair.n.01,soakable,0,0,FALSE,,,,,, +lining.n.01,liquid,0,0,FALSE,,,,,, +lining.n.01,heatSource,0,0,FALSE,,,,,, +lining.n.01,fireSource,0,0,FALSE,,,,,, +lining.n.01,cookable,0,0,FALSE,,,,,, +lining.n.01,coldSource,0,0,FALSE,,,,,, +lining.n.01,sliceable,0,0,FALSE,,,,,, +lining.n.01,slicer,0,0,FALSE,,,,,, +lining.n.01,soakable,1,0,FALSE,,,,,, +log.n.01,liquid,0,0,FALSE,,,,,, +log.n.01,heatSource,1,0,FALSE,,,,,, +log.n.01,fireSource,0,1,FALSE,,,,,, +log.n.01,cookable,0,0,FALSE,,,,,, +log.n.01,coldSource,0,0,FALSE,,,,,, +log.n.01,sliceable,0,1,FALSE,,,,,, +log.n.01,slicer,1,0,FALSE,,,,,, +log.n.01,soakable,0,1,FALSE,,,,,, +mask.n.02,liquid,0,0,FALSE,,,,,, +mask.n.02,heatSource,0,0,FALSE,,,,,, +mask.n.02,fireSource,0,0,FALSE,,,,,, +mask.n.02,cookable,0,0,FALSE,,,,,, +mask.n.02,coldSource,0,0,FALSE,,,,,, +mask.n.02,sliceable,0,0,FALSE,,,,,, +mask.n.02,slicer,1,0,FALSE,,,,,, +mask.n.02,soakable,0,1,FALSE,,,,,, +pole.n.01,liquid,0,0,FALSE,,,,,, +pole.n.01,heatSource,0,0,FALSE,,,,,, +pole.n.01,fireSource,0,0,FALSE,,,,,, +pole.n.01,cookable,0,0,FALSE,,,,,, +pole.n.01,coldSource,0,0,FALSE,,,,,, +pole.n.01,sliceable,0,0,FALSE,,,,,, +pole.n.01,slicer,1,0,FALSE,,,,,, +pole.n.01,soakable,0,0,FALSE,,,,,, +seafood.n.01,liquid,0,0,FALSE,,,,,, +seafood.n.01,heatSource,0,0,FALSE,,,,,, +seafood.n.01,fireSource,1,0,FALSE,,,,,, +seafood.n.01,cookable,0,1,FALSE,,,,,, +seafood.n.01,coldSource,0,0,FALSE,,,,,, +seafood.n.01,sliceable,0,1,FALSE,,,,,, +seafood.n.01,slicer,0,0,FALSE,,,,,, +seafood.n.01,soakable,0,0,FALSE,,,,,, +shrub.n.01,liquid,0,0,FALSE,,,,,, +shrub.n.01,heatSource,0,0,FALSE,,,,,, +shrub.n.01,fireSource,0,1,FALSE,,,,,, +shrub.n.01,cookable,0,0,FALSE,,,,,, +shrub.n.01,coldSource,0,0,FALSE,,,,,, +shrub.n.01,sliceable,0,0,FALSE,,,,,, +shrub.n.01,slicer,0,0,FALSE,,,,,, +shrub.n.01,soakable,0,0,FALSE,,,,,, +tarpaulin.n.01,liquid,0,0,FALSE,,,,,, +tarpaulin.n.01,heatSource,0,0,FALSE,,,,,, +tarpaulin.n.01,fireSource,0,0,FALSE,,,,,, +tarpaulin.n.01,cookable,0,0,FALSE,,,,,, +tarpaulin.n.01,coldSource,0,0,FALSE,,,,,, +tarpaulin.n.01,sliceable,0,0,FALSE,,,,,, +tarpaulin.n.01,slicer,1,0,FALSE,,,,,, +tarpaulin.n.01,soakable,1,1,FALSE,,,,,, +acid.n.01,liquid,0,1,FALSE,,,,,, +acid.n.01,heatSource,0,0,FALSE,,,,,, +acid.n.01,fireSource,0,0,FALSE,,,,,, +acid.n.01,cookable,0,0,FALSE,,,,,, +acid.n.01,coldSource,0,0,FALSE,,,,,, +acid.n.01,sliceable,0,0,FALSE,,,,,, +acid.n.01,slicer,0,0,FALSE,,,,,, +acid.n.01,soakable,0,0,FALSE,,,,,, +cauliflower.n.01,liquid,0,0,FALSE,,,,,, +cauliflower.n.01,heatSource,0,0,FALSE,,,,,, +cauliflower.n.01,fireSource,1,0,FALSE,,,,,, +cauliflower.n.01,cookable,0,1,FALSE,,,,,, +cauliflower.n.01,coldSource,0,0,FALSE,,,,,, +cauliflower.n.01,sliceable,0,0,FALSE,,,,,, +cauliflower.n.01,slicer,0,0,FALSE,,,,,, +cauliflower.n.01,soakable,0,0,FALSE,,,,,, +coriander.n.03,liquid,0,0,FALSE,,,,,, +coriander.n.03,heatSource,0,0,FALSE,,,,,, +coriander.n.03,fireSource,0,0,FALSE,,,,,, +coriander.n.03,cookable,0,1,FALSE,,,,,, +coriander.n.03,coldSource,0,0,FALSE,,,,,, +coriander.n.03,sliceable,0,0,FALSE,,,,,, +coriander.n.03,slicer,0,0,FALSE,,,,,, +coriander.n.03,soakable,0,0,FALSE,,,,,, +grocery.n.02,liquid,0,0,FALSE,,,,,, +grocery.n.02,heatSource,0,0,FALSE,,,,,, +grocery.n.02,fireSource,0,0,FALSE,,,,,, +grocery.n.02,cookable,0,1,FALSE,,,,,, +grocery.n.02,coldSource,0,0,FALSE,,,,,, +grocery.n.02,sliceable,0,1,FALSE,,,,,, +grocery.n.02,slicer,0,0,FALSE,,,,,, +grocery.n.02,soakable,0,0,FALSE,,,,,, +lace.n.01,liquid,0,0,FALSE,,,,,, +lace.n.01,heatSource,0,0,FALSE,,,,,, +lace.n.01,fireSource,0,0,FALSE,,,,,, +lace.n.01,cookable,0,0,FALSE,,,,,, +lace.n.01,coldSource,0,0,FALSE,,,,,, +lace.n.01,sliceable,0,0,FALSE,,,,,, +lace.n.01,slicer,0,0,FALSE,,,,,, +lace.n.01,soakable,0,1,FALSE,,,,,, +marinade.n.01,liquid,1,1,FALSE,,,,,, +marinade.n.01,heatSource,0,0,FALSE,,,,,, +marinade.n.01,fireSource,1,0,FALSE,,,,,, +marinade.n.01,cookable,0,1,FALSE,,,,,, +marinade.n.01,coldSource,1,0,FALSE,,,,,, +marinade.n.01,sliceable,0,0,FALSE,,,,,, +marinade.n.01,slicer,0,0,FALSE,,,,,, +marinade.n.01,soakable,0,0,FALSE,,,,,, +nutmeg.n.02,liquid,0,0,FALSE,,,,,, +nutmeg.n.02,heatSource,0,0,FALSE,,,,,, +nutmeg.n.02,fireSource,0,0,FALSE,,,,,, +nutmeg.n.02,cookable,0,1,FALSE,,,,,, +nutmeg.n.02,coldSource,0,0,FALSE,,,,,, +nutmeg.n.02,sliceable,0,0,FALSE,,,,,, +nutmeg.n.02,slicer,0,0,FALSE,,,,,, +nutmeg.n.02,soakable,0,0,FALSE,,,,,, +pesticide.n.01,liquid,1,1,FALSE,,,,,, +pesticide.n.01,heatSource,0,0,FALSE,,,,,, +pesticide.n.01,fireSource,0,0,FALSE,,,,,, +pesticide.n.01,cookable,0,0,FALSE,,,,,, +pesticide.n.01,coldSource,1,0,FALSE,,,,,, +pesticide.n.01,sliceable,0,0,FALSE,,,,,, +pesticide.n.01,slicer,0,0,FALSE,,,,,, +pesticide.n.01,soakable,0,0,FALSE,,,,,, +pie.n.01,liquid,0,0,FALSE,,,,,, +pie.n.01,heatSource,0,0,FALSE,,,,,, +pie.n.01,fireSource,1,0,FALSE,,,,,, +pie.n.01,cookable,0,1,FALSE,,,,,, +pie.n.01,coldSource,1,0,FALSE,,,,,, +pie.n.01,sliceable,0,1,FALSE,,,,,, +pie.n.01,slicer,0,0,FALSE,,,,,, +pie.n.01,soakable,0,0,FALSE,,,,,, +silk.n.01,liquid,0,0,FALSE,,,,,, +silk.n.01,heatSource,0,0,FALSE,,,,,, +silk.n.01,fireSource,0,0,FALSE,,,,,, +silk.n.01,cookable,0,0,FALSE,,,,,, +silk.n.01,coldSource,0,0,FALSE,,,,,, +silk.n.01,sliceable,0,0,FALSE,,,,,, +silk.n.01,slicer,0,0,FALSE,,,,,, +silk.n.01,soakable,1,1,FALSE,,,,,, +staple.n.04,liquid,0,0,FALSE,,,,,, +staple.n.04,heatSource,0,0,FALSE,,,,,, +staple.n.04,fireSource,0,0,FALSE,,,,,, +staple.n.04,cookable,0,0,FALSE,,,,,, +staple.n.04,coldSource,0,0,FALSE,,,,,, +staple.n.04,sliceable,0,0,FALSE,,,,,, +staple.n.04,slicer,0,0,FALSE,,,,,, +staple.n.04,soakable,0,0,FALSE,,,,,, +broth.n.01,liquid,1,1,FALSE,,,,,, +broth.n.01,heatSource,0,0,FALSE,,,,,, +broth.n.01,fireSource,1,0,FALSE,,,,,, +broth.n.01,cookable,0,1,FALSE,,,,,, +broth.n.01,coldSource,1,0,FALSE,,,,,, +broth.n.01,sliceable,0,0,FALSE,,,,,, +broth.n.01,slicer,0,0,FALSE,,,,,, +broth.n.01,soakable,0,0,FALSE,,,,,, +store.n.02,liquid,0,0,FALSE,,,,,, +store.n.02,heatSource,0,0,FALSE,,,,,, +store.n.02,fireSource,0,0,FALSE,,,,,, +store.n.02,cookable,0,0,FALSE,,,,,, +store.n.02,coldSource,0,0,FALSE,,,,,, +store.n.02,sliceable,0,0,FALSE,,,,,, +store.n.02,slicer,0,0,FALSE,,,,,, +store.n.02,soakable,0,0,FALSE,,,,,, +sweetening.n.01,liquid,0,0,FALSE,,,,,, +sweetening.n.01,heatSource,0,0,FALSE,,,,,, +sweetening.n.01,fireSource,1,0,FALSE,,,,,, +sweetening.n.01,cookable,0,1,FALSE,,,,,, +sweetening.n.01,coldSource,0,0,FALSE,,,,,, +sweetening.n.01,sliceable,0,0,FALSE,,,,,, +sweetening.n.01,slicer,0,0,FALSE,,,,,, +sweetening.n.01,soakable,0,0,FALSE,,,,,, +tablet.n.03,liquid,0,0,FALSE,,,,,, +tablet.n.03,heatSource,0,0,FALSE,,,,,, +tablet.n.03,fireSource,0,0,FALSE,,,,,, +tablet.n.03,cookable,0,0,FALSE,,,,,, +tablet.n.03,coldSource,0,0,FALSE,,,,,, +tablet.n.03,sliceable,0,0,FALSE,,,,,, +tablet.n.03,slicer,1,0,FALSE,,,,,, +tablet.n.03,soakable,0,0,FALSE,,,,,, +wool.n.01,liquid,0,0,FALSE,,,,,, +wool.n.01,heatSource,0,0,FALSE,,,,,, +wool.n.01,fireSource,0,0,FALSE,,,,,, +wool.n.01,cookable,0,0,FALSE,,,,,, +wool.n.01,coldSource,0,0,FALSE,,,,,, +wool.n.01,sliceable,0,0,FALSE,,,,,, +wool.n.01,slicer,0,0,FALSE,,,,,, +wool.n.01,soakable,1,1,FALSE,,,,,, +asparagus.n.02,liquid,0,0,FALSE,,,,,, +asparagus.n.02,heatSource,0,0,FALSE,,,,,, +asparagus.n.02,fireSource,1,0,FALSE,,,,,, +asparagus.n.02,cookable,0,1,FALSE,,,,,, +asparagus.n.02,coldSource,0,0,FALSE,,,,,, +asparagus.n.02,sliceable,0,1,FALSE,,,,,, +asparagus.n.02,slicer,0,0,FALSE,,,,,, +asparagus.n.02,soakable,0,0,FALSE,,,,,, +cooler.n.01,liquid,0,0,FALSE,,,,,, +cooler.n.01,heatSource,0,0,FALSE,,,,,, +cooler.n.01,fireSource,0,0,FALSE,,,,,, +cooler.n.01,cookable,1,0,FALSE,,,,,, +cooler.n.01,coldSource,1,1,FALSE,,,,,, +cooler.n.01,sliceable,0,0,FALSE,,,,,, +cooler.n.01,slicer,1,0,FALSE,,,,,, +cooler.n.01,soakable,0,0,FALSE,,,,,, +lamp.n.01,liquid,0,0,FALSE,,,,,, +lamp.n.01,fireSource,0,0,FALSE,,,,,, +lamp.n.01,cookable,0,0,FALSE,,,,,, +lamp.n.01,coldSource,0,0,FALSE,,,,,, +lamp.n.01,sliceable,0,0,FALSE,,,,,, +lamp.n.01,slicer,1,0,FALSE,,,,,, +lamp.n.01,soakable,0,0,FALSE,,,,,, +mud.n.01,liquid,0,0,FALSE,,,,,, +mud.n.01,heatSource,0,0,FALSE,,,,,, +mud.n.01,fireSource,0,0,FALSE,,,,,, +mud.n.01,cookable,0,0,FALSE,,,,,, +mud.n.01,coldSource,0,0,FALSE,,,,,, +mud.n.01,sliceable,0,0,FALSE,,,,,, +mud.n.01,slicer,0,0,FALSE,,,,,, +mud.n.01,soakable,0,0,FALSE,,,,,, +mulch.n.01,liquid,0,0,FALSE,,,,,, +mulch.n.01,heatSource,0,0,FALSE,,,,,, +mulch.n.01,fireSource,0,1,FALSE,,,,,, +mulch.n.01,cookable,0,0,FALSE,,,,,, +mulch.n.01,coldSource,0,0,FALSE,,,,,, +mulch.n.01,sliceable,0,0,FALSE,,,,,, +mulch.n.01,slicer,0,0,FALSE,,,,,, +mulch.n.01,soakable,0,0,FALSE,,,,,, +panel.n.01,liquid,0,0,FALSE,,,,,, +panel.n.01,heatSource,0,0,FALSE,,,,,, +panel.n.01,fireSource,0,0,FALSE,,,,,, +panel.n.01,cookable,0,0,FALSE,,,,,, +panel.n.01,coldSource,0,0,FALSE,,,,,, +panel.n.01,sliceable,0,0,FALSE,,,,,, +panel.n.01,slicer,1,0,FALSE,,,,,, +panel.n.01,soakable,1,1,FALSE,,,,,, +control_panel.n.01,liquid,0,0,FALSE,,,,,, +control_panel.n.01,heatSource,0,0,FALSE,,,,,, +control_panel.n.01,fireSource,0,0,FALSE,,,,,, +control_panel.n.01,cookable,0,0,FALSE,,,,,, +control_panel.n.01,coldSource,0,0,FALSE,,,,,, +control_panel.n.01,sliceable,0,0,FALSE,,,,,, +control_panel.n.01,slicer,1,0,FALSE,,,,,, +control_panel.n.01,soakable,0,0,FALSE,,,,,, +slide_fastener.n.01,liquid,0,0,FALSE,,,,,, +slide_fastener.n.01,heatSource,0,0,FALSE,,,,,, +slide_fastener.n.01,fireSource,0,0,FALSE,,,,,, +slide_fastener.n.01,cookable,0,0,FALSE,,,,,, +slide_fastener.n.01,coldSource,0,0,FALSE,,,,,, +slide_fastener.n.01,sliceable,0,0,FALSE,,,,,, +slide_fastener.n.01,slicer,0,0,FALSE,,,,,, +slide_fastener.n.01,soakable,0,0,FALSE,,,,,, +acetone.n.01,liquid,1,1,FALSE,,,,,, +acetone.n.01,heatSource,0,0,FALSE,,,,,, +acetone.n.01,fireSource,0,0,FALSE,,,,,, +acetone.n.01,cookable,0,0,FALSE,,,,,, +acetone.n.01,coldSource,0,0,FALSE,,,,,, +acetone.n.01,sliceable,0,0,FALSE,,,,,, +acetone.n.01,slicer,0,0,FALSE,,,,,, +acetone.n.01,soakable,0,0,FALSE,,,,,, +batter.n.02,liquid,1,1,FALSE,,,,,, +batter.n.02,heatSource,0,0,FALSE,,,,,, +batter.n.02,fireSource,1,0,FALSE,,,,,, +batter.n.02,cookable,0,1,FALSE,,,,,, +batter.n.02,coldSource,1,0,FALSE,,,,,, +batter.n.02,sliceable,0,0,FALSE,,,,,, +batter.n.02,slicer,0,0,FALSE,,,,,, +batter.n.02,soakable,1,0,FALSE,,,,,, +belt.n.01,liquid,0,0,FALSE,,,,,, +belt.n.01,heatSource,0,0,FALSE,,,,,, +belt.n.01,fireSource,0,0,FALSE,,,,,, +belt.n.01,cookable,0,0,FALSE,,,,,, +belt.n.01,coldSource,0,0,FALSE,,,,,, +belt.n.01,sliceable,0,0,FALSE,,,,,, +belt.n.01,slicer,1,0,FALSE,,,,,, +belt.n.01,soakable,0,0,FALSE,,,,,, +belt.n.02,liquid,0,0,FALSE,,,,,, +belt.n.02,heatSource,0,0,FALSE,,,,,, +belt.n.02,fireSource,0,0,FALSE,,,,,, +belt.n.02,cookable,0,0,FALSE,,,,,, +belt.n.02,coldSource,0,0,FALSE,,,,,, +belt.n.02,sliceable,0,0,FALSE,,,,,, +belt.n.02,slicer,1,0,FALSE,,,,,, +belt.n.02,soakable,0,0,FALSE,,,,,, +blueberry.n.02,liquid,0,0,FALSE,,,,,, +blueberry.n.02,heatSource,0,0,FALSE,,,,,, +blueberry.n.02,fireSource,0,0,FALSE,,,,,, +blueberry.n.02,cookable,0,1,FALSE,,,,,, +blueberry.n.02,coldSource,1,0,FALSE,,,,,, +blueberry.n.02,sliceable,0,1,FALSE,,,,,, +blueberry.n.02,slicer,0,0,FALSE,,,,,, +blueberry.n.02,soakable,0,0,FALSE,,,,,, +bracket.n.04,liquid,0,0,FALSE,,,,,, +bracket.n.04,heatSource,0,0,FALSE,,,,,, +bracket.n.04,fireSource,0,0,FALSE,,,,,, +bracket.n.04,cookable,0,0,FALSE,,,,,, +bracket.n.04,coldSource,0,0,FALSE,,,,,, +bracket.n.04,sliceable,0,0,FALSE,,,,,, +bracket.n.04,slicer,0,0,FALSE,,,,,, +bracket.n.04,soakable,0,0,FALSE,,,,,, +bun.n.01,liquid,0,0,FALSE,,,,,, +bun.n.01,heatSource,0,0,FALSE,,,,,, +bun.n.01,fireSource,1,0,FALSE,,,,,, +bun.n.01,cookable,0,1,FALSE,,,,,, +bun.n.01,coldSource,0,0,FALSE,,,,,, +bun.n.01,sliceable,0,1,FALSE,,,,,, +bun.n.01,slicer,1,0,FALSE,,,,,, +bun.n.01,soakable,1,0,FALSE,,,,,, +cabbage.n.03,liquid,0,0,FALSE,,,,,, +cabbage.n.03,heatSource,0,0,FALSE,,,,,, +cabbage.n.03,fireSource,1,0,FALSE,,,,,, +cabbage.n.03,cookable,0,1,FALSE,,,,,, +cabbage.n.03,coldSource,0,0,FALSE,,,,,, +cabbage.n.03,sliceable,0,1,FALSE,,,,,, +cabbage.n.03,slicer,0,0,FALSE,,,,,, +cabbage.n.03,soakable,0,0,FALSE,,,,,, +clip.n.03,liquid,0,0,FALSE,,,,,, +clip.n.03,heatSource,0,0,FALSE,,,,,, +clip.n.03,fireSource,0,0,FALSE,,,,,, +clip.n.03,cookable,0,0,FALSE,,,,,, +clip.n.03,coldSource,0,0,FALSE,,,,,, +clip.n.03,sliceable,0,0,FALSE,,,,,, +clip.n.03,slicer,1,0,FALSE,,,,,, +clip.n.03,soakable,0,0,FALSE,,,,,, +condiment.n.01,liquid,0,0,FALSE,,,,,, +condiment.n.01,heatSource,0,0,FALSE,,,,,, +condiment.n.01,fireSource,1,0,FALSE,,,,,, +condiment.n.01,cookable,0,1,FALSE,,,,,, +condiment.n.01,coldSource,0,0,FALSE,,,,,, +condiment.n.01,sliceable,0,0,FALSE,,,,,, +condiment.n.01,slicer,0,0,FALSE,,,,,, +condiment.n.01,soakable,0,0,FALSE,,,,,, +cumin.n.02,liquid,0,0,FALSE,,,,,, +cumin.n.02,heatSource,0,0,FALSE,,,,,, +cumin.n.02,fireSource,1,0,FALSE,,,,,, +cumin.n.02,cookable,0,1,FALSE,,,,,, +cumin.n.02,coldSource,0,0,FALSE,,,,,, +cumin.n.02,sliceable,0,0,FALSE,,,,,, +cumin.n.02,slicer,0,0,FALSE,,,,,, +cumin.n.02,soakable,0,0,FALSE,,,,,, +fire.n.01,liquid,0,0,FALSE,,,,,, +fire.n.01,heatSource,1,1,TRUE,1100,"https://www.thoughtco.com/why-is-fire-hot-607320#:~:text=The%20color%20of%20a%20fire,2400%2D2700%C2%B0%20Fahrenheit).",,0,0,0 +fire.n.01,fireSource,0,0,FALSE,,,,,, +fire.n.01,cookable,0,0,FALSE,,,,,, +fire.n.01,coldSource,0,0,FALSE,,,,,, +fire.n.01,sliceable,0,0,FALSE,,,,,, +fire.n.01,slicer,0,0,FALSE,,,,,, +fire.n.01,soakable,0,0,FALSE,,,,,, +game.n.09,liquid,0,0,FALSE,,,,,, +game.n.09,heatSource,0,0,FALSE,,,,,, +game.n.09,fireSource,0,0,FALSE,,,,,, +game.n.09,cookable,0,0,FALSE,,,,,, +game.n.09,coldSource,0,0,FALSE,,,,,, +game.n.09,sliceable,0,0,FALSE,,,,,, +game.n.09,slicer,1,0,FALSE,,,,,, +game.n.09,soakable,1,0,FALSE,,,,,, +ham.n.01,liquid,0,0,FALSE,,,,,, +ham.n.01,heatSource,0,0,FALSE,,,,,, +ham.n.01,fireSource,1,0,FALSE,,,,,, +ham.n.01,cookable,0,1,FALSE,,,,,, +ham.n.01,coldSource,0,0,FALSE,,,,,, +ham.n.01,sliceable,0,1,FALSE,,,,,, +ham.n.01,slicer,0,0,FALSE,,,,,, +ham.n.01,soakable,0,0,FALSE,,,,,, +hamper.n.02,liquid,0,0,FALSE,,,,,, +hamper.n.02,heatSource,0,0,FALSE,,,,,, +hamper.n.02,fireSource,0,0,FALSE,,,,,, +hamper.n.02,cookable,0,0,FALSE,,,,,, +hamper.n.02,coldSource,0,0,FALSE,,,,,, +hamper.n.02,sliceable,0,0,FALSE,,,,,, +hamper.n.02,slicer,1,0,FALSE,,,,,, +hamper.n.02,soakable,1,0,FALSE,,,,,, +lint.n.01,liquid,0,0,FALSE,,,,,, +lint.n.01,heatSource,0,0,FALSE,,,,,, +lint.n.01,fireSource,0,1,FALSE,,,,,, +lint.n.01,cookable,0,0,FALSE,,,,,, +lint.n.01,coldSource,0,0,FALSE,,,,,, +lint.n.01,sliceable,0,0,FALSE,,,,,, +lint.n.01,slicer,0,0,FALSE,,,,,, +lint.n.01,soakable,0,1,FALSE,,,,,, +marker.n.03,liquid,0,0,FALSE,,,,,, +marker.n.03,heatSource,0,0,FALSE,,,,,, +marker.n.03,fireSource,0,0,FALSE,,,,,, +marker.n.03,cookable,0,0,FALSE,,,,,, +marker.n.03,coldSource,1,0,FALSE,,,,,, +marker.n.03,sliceable,0,0,FALSE,,,,,, +marker.n.03,slicer,1,0,FALSE,,,,,, +marker.n.03,soakable,0,0,FALSE,,,,,, +pipe.n.02,liquid,0,0,FALSE,,,,,, +pipe.n.02,heatSource,0,0,FALSE,,,,,, +pipe.n.02,fireSource,0,0,FALSE,,,,,, +pipe.n.02,cookable,0,0,FALSE,,,,,, +pipe.n.02,coldSource,0,0,FALSE,,,,,, +pipe.n.02,sliceable,0,0,FALSE,,,,,, +pipe.n.02,slicer,1,0,FALSE,,,,,, +pipe.n.02,soakable,0,0,FALSE,,,,,, +seawater.n.01,liquid,1,1,FALSE,,,,,, +seawater.n.01,heatSource,0,0,FALSE,,,,,, +seawater.n.01,fireSource,0,0,FALSE,,,,,, +seawater.n.01,cookable,0,0,FALSE,,,,,, +seawater.n.01,coldSource,0,0,FALSE,,,,,, +seawater.n.01,sliceable,0,0,FALSE,,,,,, +seawater.n.01,slicer,0,0,FALSE,,,,,, +seawater.n.01,soakable,0,0,FALSE,,,,,, +snow.n.01,liquid,0,0,FALSE,,,,,, +snow.n.01,heatSource,0,0,FALSE,,,,,, +snow.n.01,fireSource,0,0,FALSE,,,,,, +snow.n.01,cookable,0,0,FALSE,,,,,, +snow.n.01,coldSource,0,0,FALSE,,,,,, +snow.n.01,sliceable,0,0,FALSE,,,,,, +snow.n.01,slicer,0,0,FALSE,,,,,, +snow.n.01,soakable,0,0,FALSE,,,,,, +tire.n.01,liquid,0,0,FALSE,,,,,, +tire.n.01,heatSource,0,0,FALSE,,,,,, +tire.n.01,fireSource,0,0,FALSE,,,,,, +tire.n.01,cookable,0,0,FALSE,,,,,, +tire.n.01,coldSource,0,0,FALSE,,,,,, +tire.n.01,sliceable,0,0,FALSE,,,,,, +tire.n.01,slicer,0,0,FALSE,,,,,, +tire.n.01,soakable,0,0,FALSE,,,,,, +artwork.n.01,liquid,0,0,FALSE,,,,,, +artwork.n.01,heatSource,0,0,FALSE,,,,,, +artwork.n.01,fireSource,0,0,FALSE,,,,,, +artwork.n.01,cookable,0,0,FALSE,,,,,, +artwork.n.01,coldSource,1,0,FALSE,,,,,, +artwork.n.01,sliceable,0,0,FALSE,,,,,, +artwork.n.01,slicer,0,0,FALSE,,,,,, +artwork.n.01,soakable,1,0,FALSE,,,,,, +avocado.n.01,liquid,0,0,FALSE,,,,,, +avocado.n.01,heatSource,0,0,FALSE,,,,,, +avocado.n.01,fireSource,0,0,FALSE,,,,,, +avocado.n.01,cookable,0,1,FALSE,,,,,, +avocado.n.01,coldSource,0,0,FALSE,,,,,, +avocado.n.01,sliceable,0,1,FALSE,,,,,, +avocado.n.01,slicer,0,0,FALSE,,,,,, +avocado.n.01,soakable,0,0,FALSE,,,,,, +bone.n.01,liquid,0,0,FALSE,,,,,, +bone.n.01,heatSource,0,0,FALSE,,,,,, +bone.n.01,fireSource,0,0,FALSE,,,,,, +bone.n.01,cookable,0,1,FALSE,,,,,, +bone.n.01,coldSource,0,0,FALSE,,,,,, +bone.n.01,sliceable,0,0,FALSE,,,,,, +bone.n.01,slicer,0,0,FALSE,,,,,, +bone.n.01,soakable,0,0,FALSE,,,,,, +cornstarch.n.01,liquid,0,0,FALSE,,,,,, +cornstarch.n.01,heatSource,0,0,FALSE,,,,,, +cornstarch.n.01,fireSource,1,0,FALSE,,,,,, +cornstarch.n.01,cookable,0,1,FALSE,,,,,, +cornstarch.n.01,coldSource,1,0,FALSE,,,,,, +cornstarch.n.01,sliceable,0,0,FALSE,,,,,, +cornstarch.n.01,slicer,1,0,FALSE,,,,,, +cornstarch.n.01,soakable,0,0,FALSE,,,,,, +gift.n.01,liquid,0,0,FALSE,,,,,, +gift.n.01,heatSource,0,0,FALSE,,,,,, +gift.n.01,fireSource,0,0,FALSE,,,,,, +gift.n.01,cookable,0,0,FALSE,,,,,, +gift.n.01,coldSource,0,0,FALSE,,,,,, +gift.n.01,sliceable,0,0,FALSE,,,,,, +gift.n.01,slicer,0,0,FALSE,,,,,, +gift.n.01,soakable,0,0,FALSE,,,,,, +greens.n.01,liquid,0,0,FALSE,,,,,, +greens.n.01,heatSource,0,0,FALSE,,,,,, +greens.n.01,fireSource,1,0,FALSE,,,,,, +greens.n.01,cookable,0,1,FALSE,,,,,, +greens.n.01,coldSource,0,0,FALSE,,,,,, +greens.n.01,sliceable,0,1,FALSE,,,,,, +greens.n.01,slicer,0,0,FALSE,,,,,, +greens.n.01,soakable,1,0,FALSE,,,,,, +jacket.n.01,liquid,0,0,FALSE,,,,,, +jacket.n.01,heatSource,0,0,FALSE,,,,,, +jacket.n.01,fireSource,0,0,FALSE,,,,,, +jacket.n.01,cookable,0,0,FALSE,,,,,, +jacket.n.01,coldSource,0,0,FALSE,,,,,, +jacket.n.01,sliceable,0,0,FALSE,,,,,, +jacket.n.01,slicer,1,0,FALSE,,,,,, +jacket.n.01,soakable,1,1,FALSE,,,,,, +mattress.n.01,liquid,0,0,FALSE,,,,,, +mattress.n.01,heatSource,0,0,FALSE,,,,,, +mattress.n.01,fireSource,0,0,FALSE,,,,,, +mattress.n.01,cookable,0,0,FALSE,,,,,, +mattress.n.01,coldSource,1,0,FALSE,,,,,, +mattress.n.01,sliceable,0,0,FALSE,,,,,, +mattress.n.01,slicer,0,0,FALSE,,,,,, +mattress.n.01,soakable,0,1,FALSE,,,,,, +mildew.n.02,liquid,0,0,FALSE,,,,,, +mildew.n.02,heatSource,0,0,FALSE,,,,,, +mildew.n.02,fireSource,0,0,FALSE,,,,,, +mildew.n.02,cookable,0,0,FALSE,,,,,, +mildew.n.02,coldSource,0,0,FALSE,,,,,, +mildew.n.02,sliceable,0,0,FALSE,,,,,, +mildew.n.02,slicer,0,0,FALSE,,,,,, +mildew.n.02,soakable,0,0,FALSE,,,,,, +noodle.n.01,liquid,0,0,FALSE,,,,,, +noodle.n.01,heatSource,0,0,FALSE,,,,,, +noodle.n.01,fireSource,1,0,FALSE,,,,,, +noodle.n.01,cookable,0,1,FALSE,,,,,, +noodle.n.01,coldSource,1,0,FALSE,,,,,, +noodle.n.01,sliceable,0,0,FALSE,,,,,, +noodle.n.01,slicer,1,0,FALSE,,,,,, +noodle.n.01,soakable,1,0,FALSE,,,,,, +pin.n.09,liquid,0,0,FALSE,,,,,, +pin.n.09,heatSource,0,0,FALSE,,,,,, +pin.n.09,fireSource,0,0,FALSE,,,,,, +pin.n.09,cookable,0,0,FALSE,,,,,, +pin.n.09,coldSource,0,0,FALSE,,,,,, +pin.n.09,sliceable,0,0,FALSE,,,,,, +pin.n.09,slicer,1,0,FALSE,,,,,, +pin.n.09,soakable,0,0,FALSE,,,,,, +steam.n.01,liquid,0,0,FALSE,,,,,, +steam.n.01,heatSource,1,0,FALSE,,,,,, +steam.n.01,fireSource,1,0,FALSE,,,,,, +steam.n.01,cookable,0,0,FALSE,,,,,, +steam.n.01,coldSource,0,0,FALSE,,,,,, +steam.n.01,sliceable,0,0,FALSE,,,,,, +steam.n.01,slicer,0,0,FALSE,,,,,, +steam.n.01,soakable,0,0,FALSE,,,,,, +tablecloth.n.01,liquid,0,0,FALSE,,,,,, +tablecloth.n.01,heatSource,0,0,FALSE,,,,,, +tablecloth.n.01,fireSource,0,0,FALSE,,,,,, +tablecloth.n.01,cookable,0,0,FALSE,,,,,, +tablecloth.n.01,coldSource,0,0,FALSE,,,,,, +tablecloth.n.01,sliceable,0,0,FALSE,,,,,, +tablecloth.n.01,slicer,1,0,FALSE,,,,,, +tablecloth.n.01,soakable,1,1,FALSE,,,,,, +tank.n.02,liquid,0,0,FALSE,,,,,, +tank.n.02,heatSource,0,0,FALSE,,,,,, +tank.n.02,fireSource,0,0,FALSE,,,,,, +tank.n.02,cookable,0,0,FALSE,,,,,, +tank.n.02,coldSource,0,0,FALSE,,,,,, +tank.n.02,sliceable,0,0,FALSE,,,,,, +tank.n.02,slicer,1,0,FALSE,,,,,, +tank.n.02,soakable,0,0,FALSE,,,,,, +charcoal.n.01,liquid,0,0,FALSE,,,,,, +charcoal.n.01,heatSource,1,0,FALSE,,,,,, +charcoal.n.01,fireSource,1,1,FALSE,,,,,, +charcoal.n.01,cookable,0,0,FALSE,,,,,, +charcoal.n.01,coldSource,0,0,FALSE,,,,,, +charcoal.n.01,sliceable,0,0,FALSE,,,,,, +charcoal.n.01,slicer,1,0,FALSE,,,,,, +charcoal.n.01,soakable,0,0,FALSE,,,,,, +clothesline.n.01,liquid,0,0,FALSE,,,,,, +clothesline.n.01,heatSource,0,0,FALSE,,,,,, +clothesline.n.01,fireSource,0,0,FALSE,,,,,, +clothesline.n.01,cookable,0,0,FALSE,,,,,, +clothesline.n.01,coldSource,0,0,FALSE,,,,,, +clothesline.n.01,sliceable,0,0,FALSE,,,,,, +clothesline.n.01,slicer,1,0,FALSE,,,,,, +clothesline.n.01,soakable,0,1,FALSE,,,,,, +rod.n.01,liquid,0,0,FALSE,,,,,, +rod.n.01,heatSource,0,0,FALSE,,,,,, +rod.n.01,fireSource,0,0,FALSE,,,,,, +rod.n.01,cookable,0,0,FALSE,,,,,, +rod.n.01,coldSource,0,0,FALSE,,,,,, +rod.n.01,sliceable,0,1,FALSE,,,,,, +rod.n.01,slicer,1,0,FALSE,,,,,, +rod.n.01,soakable,0,0,FALSE,,,,,, +foam.n.01,liquid,0,0,FALSE,,,,,, +foam.n.01,heatSource,0,0,FALSE,,,,,, +foam.n.01,fireSource,0,0,FALSE,,,,,, +foam.n.01,cookable,0,0,FALSE,,,,,, +foam.n.01,coldSource,0,0,FALSE,,,,,, +foam.n.01,sliceable,0,1,FALSE,,,,,, +foam.n.01,slicer,0,0,FALSE,,,,,, +foam.n.01,soakable,0,1,FALSE,,,,,, +jewelry.n.01,liquid,0,0,FALSE,,,,,, +jewelry.n.01,heatSource,0,0,FALSE,,,,,, +jewelry.n.01,fireSource,0,0,FALSE,,,,,, +jewelry.n.01,cookable,0,0,FALSE,,,,,, +jewelry.n.01,coldSource,0,0,FALSE,,,,,, +jewelry.n.01,sliceable,0,0,FALSE,,,,,, +jewelry.n.01,slicer,0,0,FALSE,,,,,, +jewelry.n.01,soakable,0,0,FALSE,,,,,, +kale.n.03,liquid,0,0,FALSE,,,,,, +kale.n.03,heatSource,0,0,FALSE,,,,,, +kale.n.03,fireSource,1,0,FALSE,,,,,, +kale.n.03,cookable,0,1,FALSE,,,,,, +kale.n.03,coldSource,0,0,FALSE,,,,,, +kale.n.03,sliceable,0,1,FALSE,,,,,, +kale.n.03,slicer,0,0,FALSE,,,,,, +kale.n.03,soakable,0,0,FALSE,,,,,, +nozzle.n.01,liquid,1,0,FALSE,,,,,, +nozzle.n.01,heatSource,0,0,FALSE,,,,,, +nozzle.n.01,fireSource,0,0,FALSE,,,,,, +nozzle.n.01,cookable,0,0,FALSE,,,,,, +nozzle.n.01,coldSource,1,0,FALSE,,,,,, +nozzle.n.01,sliceable,0,0,FALSE,,,,,, +nozzle.n.01,slicer,1,0,FALSE,,,,,, +nozzle.n.01,soakable,0,0,FALSE,,,,,, +paprika.n.02,liquid,0,0,FALSE,,,,,, +paprika.n.02,heatSource,0,0,FALSE,,,,,, +paprika.n.02,fireSource,1,0,FALSE,,,,,, +paprika.n.02,cookable,0,1,FALSE,,,,,, +paprika.n.02,coldSource,0,0,FALSE,,,,,, +paprika.n.02,sliceable,0,0,FALSE,,,,,, +paprika.n.02,slicer,1,0,FALSE,,,,,, +paprika.n.02,soakable,0,0,FALSE,,,,,, +case.n.01,liquid,0,0,FALSE,,,,,, +case.n.01,heatSource,0,0,FALSE,,,,,, +case.n.01,fireSource,0,0,FALSE,,,,,, +case.n.01,cookable,0,0,FALSE,,,,,, +case.n.01,coldSource,0,0,FALSE,,,,,, +case.n.01,sliceable,0,0,FALSE,,,,,, +case.n.01,slicer,1,0,FALSE,,,,,, +case.n.01,soakable,1,0,FALSE,,,,,, +pizza.n.01,liquid,0,0,FALSE,,,,,, +pizza.n.01,heatSource,0,0,FALSE,,,,,, +pizza.n.01,fireSource,1,0,FALSE,,,,,, +pizza.n.01,cookable,0,1,FALSE,,,,,, +pizza.n.01,coldSource,0,0,FALSE,,,,,, +pizza.n.01,sliceable,0,1,FALSE,,,,,, +pizza.n.01,slicer,1,0,FALSE,,,,,, +pizza.n.01,soakable,0,0,FALSE,,,,,, +rosemary.n.02,liquid,0,0,FALSE,,,,,, +rosemary.n.02,heatSource,0,0,FALSE,,,,,, +rosemary.n.02,fireSource,1,0,FALSE,,,,,, +rosemary.n.02,cookable,0,0,FALSE,,,,,, +rosemary.n.02,coldSource,0,0,FALSE,,,,,, +rosemary.n.02,sliceable,0,0,FALSE,,,,,, +rosemary.n.02,slicer,0,0,FALSE,,,,,, +rosemary.n.02,soakable,0,0,FALSE,,,,,, +incision.n.01,liquid,0,0,FALSE,,,,,, +incision.n.01,heatSource,0,0,FALSE,,,,,, +incision.n.01,fireSource,0,0,FALSE,,,,,, +incision.n.01,cookable,0,0,FALSE,,,,,, +incision.n.01,coldSource,0,0,FALSE,,,,,, +incision.n.01,sliceable,0,0,FALSE,,,,,, +incision.n.01,slicer,0,0,FALSE,,,,,, +incision.n.01,soakable,0,0,FALSE,,,,,, +tag.n.01,liquid,0,0,FALSE,,,,,, +tag.n.01,heatSource,0,0,FALSE,,,,,, +tag.n.01,fireSource,0,0,FALSE,,,,,, +tag.n.01,cookable,0,0,FALSE,,,,,, +tag.n.01,coldSource,0,0,FALSE,,,,,, +tag.n.01,sliceable,0,0,FALSE,,,,,, +tag.n.01,slicer,1,0,FALSE,,,,,, +tag.n.01,soakable,1,1,FALSE,,,,,, +wineglass.n.01,liquid,0,0,FALSE,,,,,, +wineglass.n.01,heatSource,0,0,FALSE,,,,,, +wineglass.n.01,fireSource,0,0,FALSE,,,,,, +wineglass.n.01,cookable,0,0,FALSE,,,,,, +wineglass.n.01,coldSource,1,0,FALSE,,,,,, +wineglass.n.01,sliceable,0,0,FALSE,,,,,, +wineglass.n.01,slicer,1,0,FALSE,,,,,, +wineglass.n.01,soakable,0,0,FALSE,,,,,, +boot.n.01,liquid,0,0,FALSE,,,,,, +boot.n.01,heatSource,0,0,FALSE,,,,,, +boot.n.01,fireSource,0,0,FALSE,,,,,, +boot.n.01,cookable,0,0,FALSE,,,,,, +boot.n.01,coldSource,0,0,FALSE,,,,,, +boot.n.01,sliceable,0,0,FALSE,,,,,, +boot.n.01,slicer,0,0,FALSE,,,,,, +boot.n.01,soakable,0,1,FALSE,,,,,, +branch.n.02,liquid,0,0,FALSE,,,,,, +branch.n.02,heatSource,0,0,FALSE,,,,,, +branch.n.02,fireSource,0,1,FALSE,,,,,, +branch.n.02,cookable,0,0,FALSE,,,,,, +branch.n.02,coldSource,0,0,FALSE,,,,,, +branch.n.02,sliceable,0,1,FALSE,,,,,, +branch.n.02,slicer,0,0,FALSE,,,,,, +branch.n.02,soakable,0,0,FALSE,,,,,, +candy.n.01,liquid,0,0,FALSE,,,,,, +candy.n.01,heatSource,0,0,FALSE,,,,,, +candy.n.01,fireSource,0,0,FALSE,,,,,, +candy.n.01,cookable,0,0,FALSE,,,,,, +candy.n.01,coldSource,0,0,FALSE,,,,,, +candy.n.01,sliceable,0,0,FALSE,,,,,, +candy.n.01,slicer,1,0,FALSE,,,,,, +candy.n.01,soakable,0,0,FALSE,,,,,, +curtain.n.01,liquid,0,0,FALSE,,,,,, +curtain.n.01,heatSource,0,0,FALSE,,,,,, +curtain.n.01,fireSource,0,0,FALSE,,,,,, +curtain.n.01,cookable,0,0,FALSE,,,,,, +curtain.n.01,coldSource,0,0,FALSE,,,,,, +curtain.n.01,sliceable,0,0,FALSE,,,,,, +curtain.n.01,slicer,1,0,FALSE,,,,,, +curtain.n.01,soakable,0,1,FALSE,,,,,, +spectacles.n.01,liquid,0,0,FALSE,,,,,, +spectacles.n.01,heatSource,0,0,FALSE,,,,,, +spectacles.n.01,fireSource,0,0,FALSE,,,,,, +spectacles.n.01,cookable,0,0,FALSE,,,,,, +spectacles.n.01,coldSource,1,0,FALSE,,,,,, +spectacles.n.01,sliceable,0,0,FALSE,,,,,, +spectacles.n.01,slicer,1,0,FALSE,,,,,, +spectacles.n.01,soakable,1,0,FALSE,,,,,, +linen.n.03,liquid,0,0,FALSE,,,,,, +linen.n.03,heatSource,0,0,FALSE,,,,,, +linen.n.03,fireSource,0,0,FALSE,,,,,, +linen.n.03,cookable,0,0,FALSE,,,,,, +linen.n.03,coldSource,0,0,FALSE,,,,,, +linen.n.03,sliceable,0,0,FALSE,,,,,, +linen.n.03,slicer,0,0,FALSE,,,,,, +linen.n.03,soakable,1,1,FALSE,,,,,, +mint.n.04,liquid,0,0,FALSE,,,,,, +mint.n.04,heatSource,0,0,FALSE,,,,,, +mint.n.04,fireSource,0,0,FALSE,,,,,, +mint.n.04,cookable,0,1,FALSE,,,,,, +mint.n.04,coldSource,0,0,FALSE,,,,,, +mint.n.04,sliceable,0,0,FALSE,,,,,, +mint.n.04,slicer,1,0,FALSE,,,,,, +mint.n.04,soakable,0,0,FALSE,,,,,, +pillow.n.1,liquid,0,0,FALSE,,,,,, +pillow.n.1,heatSource,0,0,FALSE,,,,,, +pillow.n.1,fireSource,0,0,FALSE,,,,,, +pillow.n.1,cookable,0,0,FALSE,,,,,, +pillow.n.1,coldSource,0,0,FALSE,,,,,, +pillow.n.1,sliceable,0,0,FALSE,,,,,, +pillow.n.1,slicer,0,0,FALSE,,,,,, +pillow.n.1,soakable,1,1,FALSE,,,,,, +pitcher.n.02,liquid,0,0,FALSE,,,,,, +pitcher.n.02,heatSource,0,0,FALSE,,,,,, +pitcher.n.02,fireSource,0,0,FALSE,,,,,, +pitcher.n.02,cookable,0,0,FALSE,,,,,, +pitcher.n.02,coldSource,1,0,FALSE,,,,,, +pitcher.n.02,sliceable,0,0,FALSE,,,,,, +pitcher.n.02,slicer,1,0,FALSE,,,,,, +pitcher.n.02,soakable,0,0,FALSE,,,,,, +produce.n.01,liquid,0,0,FALSE,,,,,, +produce.n.01,heatSource,0,0,FALSE,,,,,, +produce.n.01,fireSource,0,0,FALSE,,,,,, +produce.n.01,cookable,0,1,FALSE,,,,,, +produce.n.01,coldSource,0,0,FALSE,,,,,, +produce.n.01,sliceable,1,1,FALSE,,,,,, +produce.n.01,slicer,0,0,FALSE,,,,,, +produce.n.01,soakable,0,0,FALSE,,,,,, +hoop.n.02,liquid,0,0,FALSE,,,,,, +hoop.n.02,heatSource,0,0,FALSE,,,,,, +hoop.n.02,fireSource,0,0,FALSE,,,,,, +hoop.n.02,cookable,0,0,FALSE,,,,,, +hoop.n.02,coldSource,0,0,FALSE,,,,,, +hoop.n.02,sliceable,0,0,FALSE,,,,,, +hoop.n.02,slicer,1,0,FALSE,,,,,, +hoop.n.02,soakable,0,0,FALSE,,,,,, +shrimp.n.03,liquid,0,0,FALSE,,,,,, +shrimp.n.03,heatSource,0,0,FALSE,,,,,, +shrimp.n.03,fireSource,1,0,FALSE,,,,,, +shrimp.n.03,cookable,0,1,FALSE,,,,,, +shrimp.n.03,coldSource,0,0,FALSE,,,,,, +shrimp.n.03,sliceable,0,1,FALSE,,,,,, +shrimp.n.03,slicer,0,0,FALSE,,,,,, +shrimp.n.03,soakable,0,0,FALSE,,,,,, +compost.n.01,liquid,0,0,FALSE,,,,,, +compost.n.01,heatSource,0,0,FALSE,,,,,, +compost.n.01,fireSource,0,1,FALSE,,,,,, +compost.n.01,cookable,0,0,FALSE,,,,,, +compost.n.01,coldSource,0,0,FALSE,,,,,, +compost.n.01,sliceable,0,0,FALSE,,,,,, +compost.n.01,slicer,0,0,FALSE,,,,,, +compost.n.01,soakable,0,0,FALSE,,,,,, +screen.n.04,liquid,0,0,FALSE,,,,,, +screen.n.04,heatSource,0,0,FALSE,,,,,, +screen.n.04,fireSource,0,0,FALSE,,,,,, +screen.n.04,cookable,0,0,FALSE,,,,,, +screen.n.04,coldSource,0,0,FALSE,,,,,, +screen.n.04,sliceable,0,0,FALSE,,,,,, +screen.n.04,slicer,1,0,FALSE,,,,,, +screen.n.04,soakable,0,0,FALSE,,,,,, +beverage.n.01,liquid,1,1,FALSE,,,,,, +beverage.n.01,heatSource,0,0,FALSE,,,,,, +beverage.n.01,fireSource,0,0,FALSE,,,,,, +beverage.n.01,cookable,1,0,FALSE,,,,,, +beverage.n.01,coldSource,1,0,FALSE,,,,,, +beverage.n.01,sliceable,0,0,FALSE,,,,,, +beverage.n.01,slicer,0,0,FALSE,,,,,, +beverage.n.01,soakable,0,0,FALSE,,,,,, +gasoline.n.01,liquid,1,1,FALSE,,,,,, +gasoline.n.01,heatSource,1,0,FALSE,,,,,, +gasoline.n.01,fireSource,0,1,FALSE,,,,,, +gasoline.n.01,cookable,0,0,FALSE,,,,,, +gasoline.n.01,coldSource,0,0,FALSE,,,,,, +gasoline.n.01,sliceable,0,0,FALSE,,,,,, +gasoline.n.01,slicer,1,0,FALSE,,,,,, +gasoline.n.01,soakable,0,0,FALSE,,,,,, +grain.n.01,liquid,0,0,FALSE,,,,,, +grain.n.01,heatSource,0,0,FALSE,,,,,, +grain.n.01,fireSource,1,0,FALSE,,,,,, +grain.n.01,cookable,0,1,FALSE,,,,,, +grain.n.01,coldSource,0,0,FALSE,,,,,, +grain.n.01,sliceable,0,0,FALSE,,,,,, +grain.n.01,slicer,1,0,FALSE,,,,,, +grain.n.01,soakable,0,0,FALSE,,,,,, +mail.n.04,liquid,0,0,FALSE,,,,,, +mail.n.04,heatSource,0,0,FALSE,,,,,, +mail.n.04,fireSource,0,0,FALSE,,,,,, +mail.n.04,cookable,0,0,FALSE,,,,,, +mail.n.04,coldSource,0,0,FALSE,,,,,, +mail.n.04,sliceable,0,0,FALSE,,,,,, +mail.n.04,slicer,1,0,FALSE,,,,,, +mail.n.04,soakable,0,0,FALSE,,,,,, +bag.n.06,liquid,0,0,FALSE,,,,,, +bag.n.06,heatSource,0,0,FALSE,,,,,, +bag.n.06,fireSource,0,0,FALSE,,,,,, +bag.n.06,cookable,0,0,FALSE,,,,,, +bag.n.06,coldSource,0,0,FALSE,,,,,, +bag.n.06,sliceable,0,0,FALSE,,,,,, +bag.n.06,slicer,1,0,FALSE,,,,,, +bag.n.06,soakable,1,1,FALSE,,,,,, +berry.n.01,liquid,0,0,FALSE,,,,,, +berry.n.01,heatSource,0,0,FALSE,,,,,, +berry.n.01,fireSource,1,0,FALSE,,,,,, +berry.n.01,cookable,0,1,FALSE,,,,,, +berry.n.01,coldSource,0,0,FALSE,,,,,, +berry.n.01,sliceable,0,1,FALSE,,,,,, +berry.n.01,slicer,0,0,FALSE,,,,,, +berry.n.01,soakable,0,0,FALSE,,,,,, +coat.n.03,liquid,0,0,FALSE,,,,,, +coat.n.03,heatSource,0,0,FALSE,,,,,, +coat.n.03,fireSource,0,0,FALSE,,,,,, +coat.n.03,cookable,0,0,FALSE,,,,,, +coat.n.03,coldSource,0,0,FALSE,,,,,, +coat.n.03,sliceable,0,0,FALSE,,,,,, +coat.n.03,slicer,0,0,FALSE,,,,,, +coat.n.03,soakable,0,1,FALSE,,,,,, +corn.n.01,liquid,0,0,FALSE,,,,,, +corn.n.01,heatSource,0,0,FALSE,,,,,, +corn.n.01,fireSource,1,0,FALSE,,,,,, +corn.n.01,cookable,0,1,FALSE,,,,,, +corn.n.01,coldSource,0,0,FALSE,,,,,, +corn.n.01,sliceable,0,1,FALSE,,,,,, +corn.n.01,slicer,0,0,FALSE,,,,,, +corn.n.01,soakable,0,0,FALSE,,,,,, +ginger.n.03,liquid,0,0,FALSE,,,,,, +ginger.n.03,heatSource,0,0,FALSE,,,,,, +ginger.n.03,fireSource,1,0,FALSE,,,,,, +ginger.n.03,cookable,0,1,FALSE,,,,,, +ginger.n.03,coldSource,0,0,FALSE,,,,,, +ginger.n.03,sliceable,0,1,FALSE,,,,,, +ginger.n.03,slicer,1,0,FALSE,,,,,, +ginger.n.03,soakable,0,0,FALSE,,,,,, +mustard.n.02,liquid,0,0,FALSE,,,,,, +mustard.n.02,heatSource,0,0,FALSE,,,,,, +mustard.n.02,fireSource,1,0,FALSE,,,,,, +mustard.n.02,cookable,0,1,FALSE,,,,,, +mustard.n.02,coldSource,0,0,FALSE,,,,,, +mustard.n.02,sliceable,0,0,FALSE,,,,,, +mustard.n.02,slicer,0,0,FALSE,,,,,, +mustard.n.02,soakable,0,0,FALSE,,,,,, +rust.n.01,liquid,0,0,FALSE,,,,,, +rust.n.01,heatSource,0,0,FALSE,,,,,, +rust.n.01,fireSource,0,0,FALSE,,,,,, +rust.n.01,cookable,0,0,FALSE,,,,,, +rust.n.01,coldSource,0,0,FALSE,,,,,, +rust.n.01,sliceable,0,0,FALSE,,,,,, +rust.n.01,slicer,0,0,FALSE,,,,,, +rust.n.01,soakable,0,0,FALSE,,,,,, +screen.n.03,liquid,0,0,FALSE,,,,,, +screen.n.03,heatSource,0,0,FALSE,,,,,, +screen.n.03,fireSource,0,0,FALSE,,,,,, +screen.n.03,cookable,0,0,FALSE,,,,,, +screen.n.03,coldSource,0,0,FALSE,,,,,, +screen.n.03,sliceable,0,0,FALSE,,,,,, +screen.n.03,slicer,1,0,FALSE,,,,,, +screen.n.03,soakable,0,0,FALSE,,,,,, +handcart.n.01,liquid,0,0,FALSE,,,,,, +handcart.n.01,heatSource,0,0,FALSE,,,,,, +handcart.n.01,fireSource,0,0,FALSE,,,,,, +handcart.n.01,cookable,0,0,FALSE,,,,,, +handcart.n.01,coldSource,0,0,FALSE,,,,,, +handcart.n.01,sliceable,0,0,FALSE,,,,,, +handcart.n.01,slicer,0,0,FALSE,,,,,, +handcart.n.01,soakable,0,0,FALSE,,,,,, +bolt.n.06,liquid,0,0,FALSE,,,,,, +bolt.n.06,heatSource,0,0,FALSE,,,,,, +bolt.n.06,fireSource,0,0,FALSE,,,,,, +bolt.n.06,cookable,0,0,FALSE,,,,,, +bolt.n.06,coldSource,0,0,FALSE,,,,,, +bolt.n.06,sliceable,0,0,FALSE,,,,,, +bolt.n.06,slicer,1,1,FALSE,,,,,, +bolt.n.06,soakable,0,0,FALSE,,,,,, +weed.n.01,liquid,0,0,FALSE,,,,,, +weed.n.01,heatSource,0,0,FALSE,,,,,, +weed.n.01,fireSource,0,0,FALSE,,,,,, +weed.n.01,cookable,0,0,FALSE,,,,,, +weed.n.01,coldSource,0,0,FALSE,,,,,, +weed.n.01,sliceable,0,0,FALSE,,,,,, +weed.n.01,slicer,0,0,FALSE,,,,,, +weed.n.01,soakable,0,0,FALSE,,,,,, +cane_sugar.n.02,liquid,0,0,FALSE,,,,,, +cane_sugar.n.02,heatSource,0,0,FALSE,,,,,, +cane_sugar.n.02,fireSource,0,0,FALSE,,,,,, +cane_sugar.n.02,cookable,0,1,FALSE,,,,,, +cane_sugar.n.02,coldSource,0,0,FALSE,,,,,, +cane_sugar.n.02,sliceable,0,0,FALSE,,,,,, +cane_sugar.n.02,slicer,1,0,FALSE,,,,,, +cane_sugar.n.02,soakable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,liquid,1,1,FALSE,,,,,, +hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,cookable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,slicer,0,0,FALSE,,,,,, +hydrogen_peroxide.n.01,soakable,0,0,FALSE,,,,,, +icecream.n.01,liquid,0,0,FALSE,,,,,, +icecream.n.01,heatSource,0,0,FALSE,,,,,, +icecream.n.01,fireSource,0,0,FALSE,,,,,, +icecream.n.01,cookable,1,1,FALSE,,,,,, +icecream.n.01,coldSource,1,0,FALSE,,,,,, +icecream.n.01,sliceable,0,0,FALSE,,,,,, +icecream.n.01,slicer,1,0,FALSE,,,,,, +icecream.n.01,soakable,0,0,FALSE,,,,,, +nail.n.02,liquid,0,0,FALSE,,,,,, +nail.n.02,heatSource,0,0,FALSE,,,,,, +nail.n.02,fireSource,0,0,FALSE,,,,,, +nail.n.02,cookable,0,0,FALSE,,,,,, +nail.n.02,coldSource,0,0,FALSE,,,,,, +nail.n.02,sliceable,0,0,FALSE,,,,,, +nail.n.02,slicer,1,0,FALSE,,,,,, +nail.n.02,soakable,0,0,FALSE,,,,,, +thermometer.n.01,liquid,0,0,FALSE,,,,,, +thermometer.n.01,heatSource,0,0,FALSE,,,,,, +thermometer.n.01,fireSource,0,0,FALSE,,,,,, +thermometer.n.01,cookable,0,0,FALSE,,,,,, +thermometer.n.01,coldSource,1,0,FALSE,,,,,, +thermometer.n.01,sliceable,0,0,FALSE,,,,,, +thermometer.n.01,slicer,1,0,FALSE,,,,,, +thermometer.n.01,soakable,0,0,FALSE,,,,,, +pan.n.01,liquid,0,0,FALSE,,,,,, +pan.n.01,heatSource,1,1,TRUE,N/A,,,0,0,1 +pan.n.01,fireSource,1,0,FALSE,,,,,, +pan.n.01,cookable,0,0,FALSE,,,,,, +pan.n.01,coldSource,1,0,FALSE,,,,,, +pan.n.01,sliceable,0,0,FALSE,,,,,, +pan.n.01,slicer,1,0,FALSE,,,,,, +pan.n.01,soakable,0,0,FALSE,,,,,, +disinfectant.n.01,liquid,1,1,FALSE,,,,,, +disinfectant.n.01,heatSource,0,0,FALSE,,,,,, +disinfectant.n.01,fireSource,0,0,FALSE,,,,,, +disinfectant.n.01,cookable,0,0,FALSE,,,,,, +disinfectant.n.01,coldSource,0,0,FALSE,,,,,, +disinfectant.n.01,sliceable,0,0,FALSE,,,,,, +disinfectant.n.01,slicer,0,0,FALSE,,,,,, +disinfectant.n.01,soakable,0,0,FALSE,,,,,, +dough.n.01,liquid,0,0,FALSE,,,,,, +dough.n.01,heatSource,0,0,FALSE,,,,,, +dough.n.01,fireSource,0,0,FALSE,,,,,, +dough.n.01,cookable,0,1,FALSE,,,,,, +dough.n.01,coldSource,0,0,FALSE,,,,,, +dough.n.01,sliceable,0,1,FALSE,,,,,, +dough.n.01,slicer,0,0,FALSE,,,,,, +dough.n.01,soakable,1,0,FALSE,,,,,, +garment.n.01,liquid,0,0,FALSE,,,,,, +garment.n.01,heatSource,0,0,FALSE,,,,,, +garment.n.01,fireSource,0,0,FALSE,,,,,, +garment.n.01,cookable,0,0,FALSE,,,,,, +garment.n.01,coldSource,0,0,FALSE,,,,,, +garment.n.01,sliceable,0,0,FALSE,,,,,, +garment.n.01,slicer,0,0,FALSE,,,,,, +garment.n.01,soakable,1,1,FALSE,,,,,, +marjoram.n.01,liquid,0,0,FALSE,,,,,, +marjoram.n.01,heatSource,0,0,FALSE,,,,,, +marjoram.n.01,fireSource,0,0,FALSE,,,,,, +marjoram.n.01,cookable,0,1,FALSE,,,,,, +marjoram.n.01,coldSource,0,0,FALSE,,,,,, +marjoram.n.01,sliceable,0,0,FALSE,,,,,, +marjoram.n.01,slicer,0,0,FALSE,,,,,, +marjoram.n.01,soakable,0,0,FALSE,,,,,, +root.n.01,liquid,0,0,FALSE,,,,,, +root.n.01,heatSource,0,0,FALSE,,,,,, +root.n.01,fireSource,0,0,FALSE,,,,,, +root.n.01,cookable,0,0,FALSE,,,,,, +root.n.01,coldSource,0,0,FALSE,,,,,, +root.n.01,sliceable,0,0,FALSE,,,,,, +root.n.01,slicer,0,0,FALSE,,,,,, +root.n.01,soakable,0,0,FALSE,,,,,, +soy_sauce.n.01,liquid,1,1,FALSE,,,,,, +soy_sauce.n.01,heatSource,0,0,FALSE,,,,,, +soy_sauce.n.01,fireSource,1,0,FALSE,,,,,, +soy_sauce.n.01,cookable,0,1,FALSE,,,,,, +soy_sauce.n.01,coldSource,0,0,FALSE,,,,,, +soy_sauce.n.01,sliceable,0,0,FALSE,,,,,, +soy_sauce.n.01,slicer,0,0,FALSE,,,,,, +soy_sauce.n.01,soakable,0,0,FALSE,,,,,, +container.n.01,liquid,0,0,FALSE,,,,,, +container.n.01,heatSource,0,0,FALSE,,,,,, +container.n.01,fireSource,0,0,FALSE,,,,,, +container.n.01,cookable,0,0,FALSE,,,,,, +container.n.01,coldSource,1,0,FALSE,,,,,, +container.n.01,sliceable,0,0,FALSE,,,,,, +container.n.01,slicer,1,0,FALSE,,,,,, +container.n.01,soakable,1,0,FALSE,,,,,, +trunk.n.01,liquid,0,0,FALSE,,,,,, +trunk.n.01,heatSource,0,0,FALSE,,,,,, +trunk.n.01,fireSource,0,1,FALSE,,,,,, +trunk.n.01,cookable,0,0,FALSE,,,,,, +trunk.n.01,coldSource,0,0,FALSE,,,,,, +trunk.n.01,sliceable,0,1,FALSE,,,,,, +trunk.n.01,slicer,0,0,FALSE,,,,,, +trunk.n.01,soakable,0,1,FALSE,,,,,, +luggage_compartment.n.01,liquid,0,0,FALSE,,,,,, +luggage_compartment.n.01,heatSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,fireSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,cookable,0,0,FALSE,,,,,, +luggage_compartment.n.01,coldSource,0,0,FALSE,,,,,, +luggage_compartment.n.01,sliceable,0,0,FALSE,,,,,, +luggage_compartment.n.01,slicer,0,0,FALSE,,,,,, +luggage_compartment.n.01,soakable,0,0,FALSE,,,,,, +vanilla.n.02,liquid,0,0,FALSE,,,,,, +vanilla.n.02,heatSource,0,0,FALSE,,,,,, +vanilla.n.02,fireSource,0,0,FALSE,,,,,, +vanilla.n.02,cookable,0,1,FALSE,,,,,, +vanilla.n.02,coldSource,0,0,FALSE,,,,,, +vanilla.n.02,sliceable,0,0,FALSE,,,,,, +vanilla.n.02,slicer,0,0,FALSE,,,,,, +vanilla.n.02,soakable,0,0,FALSE,,,,,, +vegetable_oil.n.01,liquid,1,1,FALSE,,,,,, +vegetable_oil.n.01,heatSource,0,0,FALSE,,,,,, +vegetable_oil.n.01,fireSource,1,1,FALSE,,,,,, +vegetable_oil.n.01,cookable,0,1,FALSE,,,,,, +vegetable_oil.n.01,coldSource,1,0,FALSE,,,,,, +vegetable_oil.n.01,sliceable,0,0,FALSE,,,,,, +vegetable_oil.n.01,slicer,0,0,FALSE,,,,,, +vegetable_oil.n.01,soakable,0,0,FALSE,,,,,, +board.n.02,liquid,0,0,FALSE,,,,,, +board.n.02,heatSource,0,0,FALSE,,,,,, +board.n.02,fireSource,0,0,FALSE,,,,,, +board.n.02,cookable,0,0,FALSE,,,,,, +board.n.02,coldSource,0,0,FALSE,,,,,, +board.n.02,sliceable,0,0,FALSE,,,,,, +board.n.02,slicer,1,0,FALSE,,,,,, +board.n.02,soakable,0,0,FALSE,,,,,, +cake.n.03,liquid,0,0,FALSE,,,,,, +cake.n.03,heatSource,0,0,FALSE,,,,,, +cake.n.03,fireSource,1,0,FALSE,,,,,, +cake.n.03,cookable,0,0,FALSE,,,,,, +cake.n.03,coldSource,0,0,FALSE,,,,,, +cake.n.03,sliceable,0,1,FALSE,,,,,, +cake.n.03,slicer,0,0,FALSE,,,,,, +cake.n.03,soakable,0,0,FALSE,,,,,, +decoration.n.01,liquid,0,0,FALSE,,,,,, +decoration.n.01,heatSource,0,0,FALSE,,,,,, +decoration.n.01,fireSource,0,0,FALSE,,,,,, +decoration.n.01,cookable,0,0,FALSE,,,,,, +decoration.n.01,coldSource,0,0,FALSE,,,,,, +decoration.n.01,sliceable,0,0,FALSE,,,,,, +decoration.n.01,slicer,0,0,FALSE,,,,,, +decoration.n.01,soakable,0,0,FALSE,,,,,, +maple_syrup.n.01,liquid,1,1,FALSE,,,,,, +maple_syrup.n.01,heatSource,0,0,FALSE,,,,,, +maple_syrup.n.01,fireSource,1,0,FALSE,,,,,, +maple_syrup.n.01,cookable,0,1,FALSE,,,,,, +maple_syrup.n.01,coldSource,0,0,FALSE,,,,,, +maple_syrup.n.01,sliceable,0,0,FALSE,,,,,, +maple_syrup.n.01,slicer,0,0,FALSE,,,,,, +maple_syrup.n.01,soakable,0,0,FALSE,,,,,, +sandwich.n.01,liquid,0,0,FALSE,,,,,, +sandwich.n.01,heatSource,0,0,FALSE,,,,,, +sandwich.n.01,fireSource,0,0,FALSE,,,,,, +sandwich.n.01,cookable,0,1,FALSE,,,,,, +sandwich.n.01,coldSource,0,0,FALSE,,,,,, +sandwich.n.01,sliceable,0,1,FALSE,,,,,, +sandwich.n.01,slicer,1,0,FALSE,,,,,, +sandwich.n.01,soakable,1,1,FALSE,,,,,, +thyme.n.02,liquid,0,0,FALSE,,,,,, +thyme.n.02,heatSource,0,0,FALSE,,,,,, +thyme.n.02,fireSource,1,0,FALSE,,,,,, +thyme.n.02,cookable,0,1,FALSE,,,,,, +thyme.n.02,coldSource,0,0,FALSE,,,,,, +thyme.n.02,sliceable,0,0,FALSE,,,,,, +thyme.n.02,slicer,1,0,FALSE,,,,,, +thyme.n.02,soakable,0,0,FALSE,,,,,, +turkey.n.04,liquid,0,0,FALSE,,,,,, +turkey.n.04,heatSource,0,0,FALSE,,,,,, +turkey.n.04,fireSource,1,0,FALSE,,,,,, +turkey.n.04,cookable,0,1,FALSE,,,,,, +turkey.n.04,coldSource,0,0,FALSE,,,,,, +turkey.n.04,sliceable,0,1,FALSE,,,,,, +turkey.n.04,slicer,1,0,FALSE,,,,,, +turkey.n.04,soakable,0,0,FALSE,,,,,, +battery.n.01,liquid,0,0,FALSE,,,,,, +battery.n.01,heatSource,0,0,FALSE,,,,,, +battery.n.01,fireSource,0,1,FALSE,,,,,, +battery.n.01,cookable,0,0,FALSE,,,,,, +battery.n.01,coldSource,0,0,FALSE,,,,,, +battery.n.01,sliceable,0,0,FALSE,,,,,, +battery.n.01,slicer,1,0,FALSE,,,,,, +battery.n.01,soakable,0,0,FALSE,,,,,, +french_fries.n.01,liquid,0,0,FALSE,,,,,, +french_fries.n.01,heatSource,1,0,FALSE,,,,,, +french_fries.n.01,fireSource,1,0,FALSE,,,,,, +french_fries.n.01,cookable,0,1,FALSE,,,,,, +french_fries.n.01,coldSource,0,0,FALSE,,,,,, +french_fries.n.01,sliceable,0,1,FALSE,,,,,, +french_fries.n.01,slicer,0,0,FALSE,,,,,, +french_fries.n.01,soakable,0,0,FALSE,,,,,, +garlic.n.02,liquid,0,0,FALSE,,,,,, +garlic.n.02,heatSource,0,0,FALSE,,,,,, +garlic.n.02,fireSource,1,0,FALSE,,,,,, +garlic.n.02,cookable,0,1,FALSE,,,,,, +garlic.n.02,coldSource,0,0,FALSE,,,,,, +garlic.n.02,sliceable,0,1,FALSE,,,,,, +garlic.n.02,slicer,0,0,FALSE,,,,,, +garlic.n.02,soakable,0,0,FALSE,,,,,, +leftovers.n.01,liquid,0,0,FALSE,,,,,, +leftovers.n.01,heatSource,0,0,FALSE,,,,,, +leftovers.n.01,fireSource,1,0,FALSE,,,,,, +leftovers.n.01,cookable,0,1,FALSE,,,,,, +leftovers.n.01,coldSource,0,0,FALSE,,,,,, +leftovers.n.01,sliceable,0,0,FALSE,,,,,, +leftovers.n.01,slicer,0,0,FALSE,,,,,, +leftovers.n.01,soakable,0,0,FALSE,,,,,, +rock.n.01,liquid,0,0,FALSE,,,,,, +rock.n.01,heatSource,0,0,FALSE,,,,,, +rock.n.01,fireSource,0,0,FALSE,,,,,, +rock.n.01,cookable,0,0,FALSE,,,,,, +rock.n.01,coldSource,0,0,FALSE,,,,,, +rock.n.01,sliceable,0,0,FALSE,,,,,, +rock.n.01,slicer,0,0,FALSE,,,,,, +rock.n.01,soakable,0,0,FALSE,,,,,, +release.n.08,liquid,0,0,FALSE,,,,,, +release.n.08,heatSource,0,0,FALSE,,,,,, +release.n.08,fireSource,0,0,FALSE,,,,,, +release.n.08,cookable,0,0,FALSE,,,,,, +release.n.08,coldSource,0,0,FALSE,,,,,, +release.n.08,sliceable,0,0,FALSE,,,,,, +release.n.08,slicer,1,0,FALSE,,,,,, +release.n.08,soakable,0,0,FALSE,,,,,, +dessert.n.01,liquid,0,0,FALSE,,,,,, +dessert.n.01,heatSource,0,0,FALSE,,,,,, +dessert.n.01,fireSource,1,0,FALSE,,,,,, +dessert.n.01,cookable,0,1,FALSE,,,,,, +dessert.n.01,coldSource,1,0,FALSE,,,,,, +dessert.n.01,sliceable,1,1,FALSE,,,,,, +dessert.n.01,slicer,0,0,FALSE,,,,,, +dessert.n.01,soakable,0,0,FALSE,,,,,, +fan.n.01,liquid,0,0,FALSE,,,,,, +fan.n.01,heatSource,0,0,FALSE,,,,,, +fan.n.01,fireSource,0,0,FALSE,,,,,, +fan.n.01,cookable,0,0,FALSE,,,,,, +fan.n.01,coldSource,0,0,FALSE,,,,,, +fan.n.01,sliceable,0,0,FALSE,,,,,, +fan.n.01,slicer,1,0,FALSE,,,,,, +fan.n.01,soakable,0,0,FALSE,,,,,, +trouser.n.01,liquid,0,0,FALSE,,,,,, +trouser.n.01,heatSource,0,0,FALSE,,,,,, +trouser.n.01,fireSource,0,0,FALSE,,,,,, +trouser.n.01,cookable,0,0,FALSE,,,,,, +trouser.n.01,coldSource,0,0,FALSE,,,,,, +trouser.n.01,sliceable,0,0,FALSE,,,,,, +trouser.n.01,slicer,0,0,FALSE,,,,,, +trouser.n.01,soakable,1,1,FALSE,,,,,, +pickup.n.01,liquid,0,0,FALSE,,,,,, +pickup.n.01,heatSource,0,0,FALSE,,,,,, +pickup.n.01,fireSource,0,0,FALSE,,,,,, +pickup.n.01,cookable,0,0,FALSE,,,,,, +pickup.n.01,coldSource,0,0,FALSE,,,,,, +pickup.n.01,sliceable,0,0,FALSE,,,,,, +pickup.n.01,slicer,1,0,FALSE,,,,,, +pickup.n.01,soakable,0,0,FALSE,,,,,, +shovel.n.01,liquid,0,0,FALSE,,,,,, +shovel.n.01,heatSource,0,0,FALSE,,,,,, +shovel.n.01,fireSource,0,0,FALSE,,,,,, +shovel.n.01,cookable,0,0,FALSE,,,,,, +shovel.n.01,coldSource,0,0,FALSE,,,,,, +shovel.n.01,sliceable,0,0,FALSE,,,,,, +shovel.n.01,slicer,1,1,FALSE,,,,,, +shovel.n.01,soakable,0,0,FALSE,,,,,, +cooker.n.01,liquid,0,0,FALSE,,,,,, +cooker.n.01,fireSource,1,0,FALSE,,,,,, +cooker.n.01,cookable,0,0,FALSE,,,,,, +cooker.n.01,coldSource,0,0,FALSE,,,,,, +cooker.n.01,sliceable,0,0,FALSE,,,,,, +cooker.n.01,slicer,1,1,FALSE,,,,,, +cooker.n.01,soakable,0,0,FALSE,,,,,, +tea.n.01,liquid,1,1,FALSE,,,,,, +tea.n.01,heatSource,0,0,FALSE,,,,,, +tea.n.01,fireSource,0,0,FALSE,,,,,, +tea.n.01,cookable,0,0,FALSE,,,,,, +tea.n.01,coldSource,1,0,FALSE,,,,,, +tea.n.01,sliceable,0,0,FALSE,,,,,, +tea.n.01,slicer,0,0,FALSE,,,,,, +tea.n.01,soakable,0,0,FALSE,,,,,, +ammonia_water.n.01,liquid,1,1,FALSE,,,,,, +ammonia_water.n.01,heatSource,0,0,FALSE,,,,,, +ammonia_water.n.01,fireSource,0,0,FALSE,,,,,, +ammonia_water.n.01,cookable,0,0,FALSE,,,,,, +ammonia_water.n.01,coldSource,0,0,FALSE,,,,,, +ammonia_water.n.01,sliceable,0,0,FALSE,,,,,, +ammonia_water.n.01,slicer,0,0,FALSE,,,,,, +ammonia_water.n.01,soakable,0,0,FALSE,,,,,, +computer.n.1,liquid,0,0,FALSE,,,,,, +computer.n.1,heatSource,0,0,FALSE,,,,,, +computer.n.1,fireSource,0,0,FALSE,,,,,, +computer.n.1,cookable,0,0,FALSE,,,,,, +computer.n.1,coldSource,0,0,FALSE,,,,,, +computer.n.1,sliceable,0,0,FALSE,,,,,, +computer.n.1,slicer,1,0,FALSE,,,,,, +computer.n.1,soakable,0,0,FALSE,,,,,, +cotton.n.02,liquid,0,0,FALSE,,,,,, +cotton.n.02,heatSource,0,0,FALSE,,,,,, +cotton.n.02,fireSource,0,1,FALSE,,,,,, +cotton.n.02,cookable,0,0,FALSE,,,,,, +cotton.n.02,coldSource,0,0,FALSE,,,,,, +cotton.n.02,sliceable,0,0,FALSE,,,,,, +cotton.n.02,slicer,0,0,FALSE,,,,,, +cotton.n.02,soakable,1,1,FALSE,,,,,, +recreational_vehicle.n.01,liquid,0,0,FALSE,,,,,, +recreational_vehicle.n.01,heatSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,fireSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,cookable,0,0,FALSE,,,,,, +recreational_vehicle.n.01,coldSource,0,0,FALSE,,,,,, +recreational_vehicle.n.01,sliceable,0,0,FALSE,,,,,, +recreational_vehicle.n.01,slicer,0,0,FALSE,,,,,, +recreational_vehicle.n.01,soakable,0,0,FALSE,,,,,, +seat.n.01,liquid,0,0,FALSE,,,,,, +seat.n.01,heatSource,0,0,FALSE,,,,,, +seat.n.01,fireSource,0,0,FALSE,,,,,, +seat.n.01,cookable,0,0,FALSE,,,,,, +seat.n.01,coldSource,0,0,FALSE,,,,,, +seat.n.01,sliceable,0,0,FALSE,,,,,, +seat.n.01,slicer,0,0,FALSE,,,,,, +seat.n.01,soakable,1,0,FALSE,,,,,, +steamer.n.02,liquid,0,0,FALSE,,,,,, +steamer.n.02,heatSource,1,1,TRUE,212,https://www.subzero-wolf.com/assistance/answers/wolf/convection-steam-oven/convection-steam-oven-temperature-ranges,,0,0,1 +steamer.n.02,fireSource,1,0,FALSE,,,,,, +steamer.n.02,cookable,0,0,FALSE,,,,,, +steamer.n.02,coldSource,1,1,FALSE,,,,,, +steamer.n.02,sliceable,0,0,FALSE,,,,,, +steamer.n.02,slicer,1,0,FALSE,,,,,, +steamer.n.02,soakable,0,0,FALSE,,,,,, +thread.n.01,liquid,0,0,FALSE,,,,,, +thread.n.01,heatSource,0,0,FALSE,,,,,, +thread.n.01,fireSource,0,0,FALSE,,,,,, +thread.n.01,cookable,0,0,FALSE,,,,,, +thread.n.01,coldSource,0,0,FALSE,,,,,, +thread.n.01,sliceable,0,0,FALSE,,,,,, +thread.n.01,slicer,1,0,FALSE,,,,,, +thread.n.01,soakable,0,0,FALSE,,,,,, +tissue.n.02,liquid,0,0,FALSE,,,,,, +tissue.n.02,heatSource,0,0,FALSE,,,,,, +tissue.n.02,fireSource,0,1,FALSE,,,,,, +tissue.n.02,cookable,0,0,FALSE,,,,,, +tissue.n.02,coldSource,0,0,FALSE,,,,,, +tissue.n.02,sliceable,0,0,FALSE,,,,,, +tissue.n.02,slicer,1,0,FALSE,,,,,, +tissue.n.02,soakable,1,1,FALSE,,,,,, +box.n.01,liquid,0,0,FALSE,,,,,, +box.n.01,heatSource,0,0,FALSE,,,,,, +box.n.01,fireSource,0,0,FALSE,,,,,, +box.n.01,cookable,0,0,FALSE,,,,,, +box.n.01,coldSource,0,0,FALSE,,,,,, +box.n.01,sliceable,0,0,FALSE,,,,,, +box.n.01,slicer,1,0,FALSE,,,,,, +box.n.01,soakable,1,0,FALSE,,,,,, +cellular_telephone.n.01,liquid,0,0,FALSE,,,,,, +cellular_telephone.n.01,heatSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,fireSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,cookable,0,0,FALSE,,,,,, +cellular_telephone.n.01,coldSource,0,0,FALSE,,,,,, +cellular_telephone.n.01,sliceable,0,0,FALSE,,,,,, +cellular_telephone.n.01,slicer,1,0,FALSE,,,,,, +cellular_telephone.n.01,soakable,1,0,FALSE,,,,,, +key.n.01,liquid,0,0,FALSE,,,,,, +key.n.01,heatSource,0,0,FALSE,,,,,, +key.n.01,fireSource,0,0,FALSE,,,,,, +key.n.01,cookable,0,0,FALSE,,,,,, +key.n.01,coldSource,0,0,FALSE,,,,,, +key.n.01,sliceable,0,0,FALSE,,,,,, +key.n.01,slicer,1,0,FALSE,,,,,, +key.n.01,soakable,0,0,FALSE,,,,,, +key.n.15,liquid,0,0,FALSE,,,,,, +key.n.15,heatSource,0,0,FALSE,,,,,, +key.n.15,fireSource,0,0,FALSE,,,,,, +key.n.15,cookable,0,0,FALSE,,,,,, +key.n.15,coldSource,0,0,FALSE,,,,,, +key.n.15,sliceable,0,0,FALSE,,,,,, +key.n.15,slicer,1,0,FALSE,,,,,, +key.n.15,soakable,0,0,FALSE,,,,,, +label.n.01,liquid,0,0,FALSE,,,,,, +label.n.01,heatSource,0,0,FALSE,,,,,, +label.n.01,fireSource,0,0,FALSE,,,,,, +label.n.01,cookable,0,0,FALSE,,,,,, +label.n.01,coldSource,0,0,FALSE,,,,,, +label.n.01,sliceable,0,0,FALSE,,,,,, +label.n.01,slicer,1,0,FALSE,,,,,, +label.n.01,soakable,1,0,FALSE,,,,,, +syrup.n.01,liquid,1,1,FALSE,,,,,, +syrup.n.01,heatSource,0,0,FALSE,,,,,, +syrup.n.01,fireSource,1,0,FALSE,,,,,, +syrup.n.01,cookable,0,1,FALSE,,,,,, +syrup.n.01,coldSource,1,0,FALSE,,,,,, +syrup.n.01,sliceable,0,0,FALSE,,,,,, +syrup.n.01,slicer,1,0,FALSE,,,,,, +syrup.n.01,soakable,0,0,FALSE,,,,,, +cotton_ball.n.01,liquid,0,0,FALSE,,,,,, +cotton_ball.n.01,heatSource,0,0,FALSE,,,,,, +cotton_ball.n.01,fireSource,0,1,FALSE,,,,,, +cotton_ball.n.01,cookable,0,0,FALSE,,,,,, +cotton_ball.n.01,coldSource,0,0,FALSE,,,,,, +cotton_ball.n.01,sliceable,0,0,FALSE,,,,,, +cotton_ball.n.01,slicer,0,0,FALSE,,,,,, +cotton_ball.n.01,soakable,0,1,FALSE,,,,,, +swab.n.02,liquid,0,0,FALSE,,,,,, +swab.n.02,heatSource,0,0,FALSE,,,,,, +swab.n.02,fireSource,0,0,FALSE,,,,,, +swab.n.02,cookable,0,0,FALSE,,,,,, +swab.n.02,coldSource,1,0,FALSE,,,,,, +swab.n.02,sliceable,0,0,FALSE,,,,,, +swab.n.02,slicer,1,0,FALSE,,,,,, +swab.n.02,soakable,0,0,FALSE,,,,,, +polish.n.03,liquid,0,0,FALSE,,,,,, +polish.n.03,heatSource,0,0,FALSE,,,,,, +polish.n.03,fireSource,0,0,FALSE,,,,,, +polish.n.03,cookable,0,0,FALSE,,,,,, +polish.n.03,coldSource,1,0,FALSE,,,,,, +polish.n.03,sliceable,0,0,FALSE,,,,,, +polish.n.03,slicer,1,0,FALSE,,,,,, +polish.n.03,soakable,0,0,FALSE,,,,,, +shirt.n.01,liquid,0,0,FALSE,,,,,, +shirt.n.01,heatSource,0,0,FALSE,,,,,, +shirt.n.01,fireSource,0,0,FALSE,,,,,, +shirt.n.01,cookable,0,0,FALSE,,,,,, +shirt.n.01,coldSource,0,0,FALSE,,,,,, +shirt.n.01,sliceable,0,0,FALSE,,,,,, +shirt.n.01,slicer,1,0,FALSE,,,,,, +shirt.n.01,soakable,1,1,FALSE,,,,,, +tub.n.02,liquid,1,0,FALSE,,,,,, +tub.n.02,heatSource,0,0,FALSE,,,,,, +tub.n.02,fireSource,0,0,FALSE,,,,,, +tub.n.02,cookable,0,0,FALSE,,,,,, +tub.n.02,coldSource,1,0,FALSE,,,,,, +tub.n.02,sliceable,0,0,FALSE,,,,,, +tub.n.02,slicer,1,0,FALSE,,,,,, +tub.n.02,soakable,0,0,FALSE,,,,,, +sports_equipment.n.01,liquid,0,0,FALSE,,,,,, +sports_equipment.n.01,heatSource,0,0,FALSE,,,,,, +sports_equipment.n.01,fireSource,0,0,FALSE,,,,,, +sports_equipment.n.01,cookable,0,0,FALSE,,,,,, +sports_equipment.n.01,coldSource,0,0,FALSE,,,,,, +sports_equipment.n.01,sliceable,0,0,FALSE,,,,,, +sports_equipment.n.01,slicer,0,0,FALSE,,,,,, +sports_equipment.n.01,soakable,0,0,FALSE,,,,,, +radiator.n.01,liquid,0,0,FALSE,,,,,, +radiator.n.02,heatSource,1,1,TRUE,91,"https://www.carparts.com/blog/how-hot-does-a-radiator-get/#:~:text=But%20how%20hot%20does%20it,degrees%20Celsius%20when%20warmed%20up.",,1,0,0 +radiator.n.01,fireSource,0,0,FALSE,,,,,, +radiator.n.01,cookable,1,0,FALSE,,,,,, +radiator.n.01,coldSource,0,0,FALSE,,,,,, +radiator.n.01,sliceable,0,0,FALSE,,,,,, +radiator.n.01,slicer,1,0,FALSE,,,,,, +radiator.n.01,soakable,0,0,FALSE,,,,,, +putty.n.01,liquid,0,0,FALSE,,,,,, +putty.n.01,heatSource,0,0,FALSE,,,,,, +putty.n.01,fireSource,0,0,FALSE,,,,,, +putty.n.01,cookable,0,0,FALSE,,,,,, +putty.n.01,coldSource,1,0,FALSE,,,,,, +putty.n.01,sliceable,0,0,FALSE,,,,,, +putty.n.01,slicer,1,0,FALSE,,,,,, +putty.n.01,soakable,0,0,FALSE,,,,,, +projector.n.02,liquid,0,0,FALSE,,,,,, +projector.n.02,heatSource,0,0,FALSE,,,,,, +projector.n.02,fireSource,0,0,FALSE,,,,,, +projector.n.02,cookable,0,0,FALSE,,,,,, +projector.n.02,coldSource,0,0,FALSE,,,,,, +projector.n.02,sliceable,0,0,FALSE,,,,,, +projector.n.02,slicer,1,0,FALSE,,,,,, +projector.n.02,soakable,0,0,FALSE,,,,,, +flat_coat.n.01,liquid,0,0,FALSE,,,,,, +flat_coat.n.01,heatSource,0,0,FALSE,,,,,, +flat_coat.n.01,fireSource,0,0,FALSE,,,,,, +flat_coat.n.01,cookable,0,0,FALSE,,,,,, +flat_coat.n.01,coldSource,0,0,FALSE,,,,,, +flat_coat.n.01,sliceable,0,0,FALSE,,,,,, +flat_coat.n.01,slicer,0,0,FALSE,,,,,, +flat_coat.n.01,soakable,0,1,FALSE,,,,,, +potato_salad.n.01,liquid,0,0,FALSE,,,,,, +potato_salad.n.01,heatSource,0,0,FALSE,,,,,, +potato_salad.n.01,fireSource,1,0,FALSE,,,,,, +potato_salad.n.01,cookable,0,1,FALSE,,,,,, +potato_salad.n.01,coldSource,0,0,FALSE,,,,,, +potato_salad.n.01,sliceable,0,0,FALSE,,,,,, +potato_salad.n.01,slicer,0,0,FALSE,,,,,, +potato_salad.n.01,soakable,0,0,FALSE,,,,,, +postage.n.02,liquid,0,0,FALSE,,,,,, +postage.n.02,heatSource,0,0,FALSE,,,,,, +postage.n.02,fireSource,0,0,FALSE,,,,,, +postage.n.02,cookable,0,0,FALSE,,,,,, +postage.n.02,coldSource,0,0,FALSE,,,,,, +postage.n.02,sliceable,0,0,FALSE,,,,,, +postage.n.02,slicer,0,0,FALSE,,,,,, +postage.n.02,soakable,0,1,FALSE,,,,,, +plaque.n.01,liquid,0,0,FALSE,,,,,, +plaque.n.01,heatSource,0,0,FALSE,,,,,, +plaque.n.01,fireSource,0,0,FALSE,,,,,, +plaque.n.01,cookable,0,0,FALSE,,,,,, +plaque.n.01,coldSource,0,0,FALSE,,,,,, +plaque.n.01,sliceable,0,0,FALSE,,,,,, +plaque.n.01,slicer,0,0,FALSE,,,,,, +plaque.n.01,soakable,0,0,FALSE,,,,,, +pie_crust.n.01,liquid,0,0,FALSE,,,,,, +pie_crust.n.01,heatSource,0,0,FALSE,,,,,, +pie_crust.n.01,fireSource,1,0,FALSE,,,,,, +pie_crust.n.01,cookable,0,1,FALSE,,,,,, +pie_crust.n.01,coldSource,0,0,FALSE,,,,,, +pie_crust.n.01,sliceable,0,1,FALSE,,,,,, +pie_crust.n.01,slicer,0,0,FALSE,,,,,, +pie_crust.n.01,soakable,1,1,FALSE,,,,,, +pesto.n.01,liquid,0,0,FALSE,,,,,, +pesto.n.01,heatSource,0,0,FALSE,,,,,, +pesto.n.01,fireSource,1,0,FALSE,,,,,, +pesto.n.01,cookable,0,1,FALSE,,,,,, +pesto.n.01,coldSource,0,0,FALSE,,,,,, +pesto.n.01,sliceable,0,0,FALSE,,,,,, +pesto.n.01,slicer,1,0,FALSE,,,,,, +pesto.n.01,soakable,1,0,FALSE,,,,,, +penne.n.01,liquid,0,0,FALSE,,,,,, +penne.n.01,heatSource,0,0,FALSE,,,,,, +penne.n.01,fireSource,1,0,FALSE,,,,,, +penne.n.01,cookable,0,1,FALSE,,,,,, +penne.n.01,coldSource,0,0,FALSE,,,,,, +penne.n.01,sliceable,0,1,FALSE,,,,,, +penne.n.01,slicer,1,0,FALSE,,,,,, +penne.n.01,soakable,0,0,FALSE,,,,,, +pearl.n.01,liquid,0,0,FALSE,,,,,, +pearl.n.01,heatSource,0,0,FALSE,,,,,, +pearl.n.01,fireSource,0,0,FALSE,,,,,, +pearl.n.01,cookable,0,0,FALSE,,,,,, +pearl.n.01,coldSource,0,0,FALSE,,,,,, +pearl.n.01,sliceable,0,0,FALSE,,,,,, +pearl.n.01,slicer,0,0,FALSE,,,,,, +pearl.n.01,soakable,0,0,FALSE,,,,,, +peanut_oil.n.01,liquid,1,1,FALSE,,,,,, +peanut_oil.n.01,heatSource,0,0,FALSE,,,,,, +peanut_oil.n.01,fireSource,1,1,FALSE,,,,,, +peanut_oil.n.01,cookable,0,1,FALSE,,,,,, +peanut_oil.n.01,coldSource,1,0,FALSE,,,,,, +peanut_oil.n.01,sliceable,0,0,FALSE,,,,,, +peanut_oil.n.01,slicer,0,0,FALSE,,,,,, +peanut_oil.n.01,soakable,0,0,FALSE,,,,,, +paving_stone.n.01,liquid,0,0,FALSE,,,,,, +paving_stone.n.01,heatSource,0,0,FALSE,,,,,, +paving_stone.n.01,fireSource,0,0,FALSE,,,,,, +paving_stone.n.01,cookable,0,0,FALSE,,,,,, +paving_stone.n.01,coldSource,0,0,FALSE,,,,,, +paving_stone.n.01,sliceable,0,0,FALSE,,,,,, +paving_stone.n.01,slicer,0,0,FALSE,,,,,, +paving_stone.n.01,soakable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,liquid,0,0,FALSE,,,,,, +kitchen_utensil.n.01,heatSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,fireSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,cookable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,coldSource,0,0,FALSE,,,,,, +kitchen_utensil.n.01,sliceable,0,0,FALSE,,,,,, +kitchen_utensil.n.01,slicer,1,1,FALSE,,,,,, +kitchen_utensil.n.01,soakable,0,0,FALSE,,,,,, +brush.n.02,liquid,0,0,FALSE,,,,,, +brush.n.02,heatSource,0,0,FALSE,,,,,, +brush.n.02,fireSource,0,0,FALSE,,,,,, +brush.n.02,cookable,0,0,FALSE,,,,,, +brush.n.02,coldSource,0,0,FALSE,,,,,, +brush.n.02,sliceable,0,0,FALSE,,,,,, +brush.n.02,slicer,0,0,FALSE,,,,,, +brush.n.02,soakable,0,0,FALSE,,,,,, +papaya.n.01,liquid,0,0,FALSE,,,,,, +papaya.n.01,heatSource,0,0,FALSE,,,,,, +papaya.n.01,fireSource,0,0,FALSE,,,,,, +papaya.n.01,cookable,0,1,FALSE,,,,,, +papaya.n.01,coldSource,0,0,FALSE,,,,,, +papaya.n.01,sliceable,0,1,FALSE,,,,,, +papaya.n.01,slicer,0,0,FALSE,,,,,, +papaya.n.01,soakable,0,0,FALSE,,,,,, +painkiller.n.01,liquid,0,0,FALSE,,,,,, +painkiller.n.01,heatSource,0,0,FALSE,,,,,, +painkiller.n.01,fireSource,0,0,FALSE,,,,,, +painkiller.n.01,cookable,0,0,FALSE,,,,,, +painkiller.n.01,coldSource,0,0,FALSE,,,,,, +painkiller.n.01,sliceable,0,0,FALSE,,,,,, +painkiller.n.01,slicer,0,0,FALSE,,,,,, +painkiller.n.01,soakable,0,0,FALSE,,,,,, +analgesic.n.01,liquid,0,0,FALSE,,,,,, +analgesic.n.01,heatSource,0,0,FALSE,,,,,, +analgesic.n.01,fireSource,0,0,FALSE,,,,,, +analgesic.n.01,cookable,0,0,FALSE,,,,,, +analgesic.n.01,coldSource,0,0,FALSE,,,,,, +analgesic.n.01,sliceable,0,0,FALSE,,,,,, +analgesic.n.01,slicer,0,0,FALSE,,,,,, +analgesic.n.01,soakable,0,0,FALSE,,,,,, +napkin_ring.n.01,liquid,0,0,FALSE,,,,,, +napkin_ring.n.01,heatSource,0,0,FALSE,,,,,, +napkin_ring.n.01,fireSource,0,0,FALSE,,,,,, +napkin_ring.n.01,cookable,0,0,FALSE,,,,,, +napkin_ring.n.01,coldSource,0,0,FALSE,,,,,, +napkin_ring.n.01,sliceable,0,0,FALSE,,,,,, +napkin_ring.n.01,slicer,0,0,FALSE,,,,,, +napkin_ring.n.01,soakable,0,0,FALSE,,,,,, +molasses.n.01,liquid,1,1,FALSE,,,,,, +molasses.n.01,heatSource,0,0,FALSE,,,,,, +molasses.n.01,fireSource,1,0,FALSE,,,,,, +molasses.n.01,cookable,0,1,FALSE,,,,,, +molasses.n.01,coldSource,0,0,FALSE,,,,,, +molasses.n.01,sliceable,0,0,FALSE,,,,,, +molasses.n.01,slicer,0,0,FALSE,,,,,, +molasses.n.01,soakable,0,0,FALSE,,,,,, +menu.n.01,liquid,0,0,FALSE,,,,,, +menu.n.01,heatSource,0,0,FALSE,,,,,, +menu.n.01,fireSource,0,0,FALSE,,,,,, +menu.n.01,cookable,0,0,FALSE,,,,,, +menu.n.01,coldSource,0,0,FALSE,,,,,, +menu.n.01,sliceable,0,0,FALSE,,,,,, +menu.n.01,slicer,1,0,FALSE,,,,,, +menu.n.01,soakable,0,0,FALSE,,,,,, +meatball.n.01,liquid,0,0,FALSE,,,,,, +meatball.n.01,heatSource,0,0,FALSE,,,,,, +meatball.n.01,fireSource,1,0,FALSE,,,,,, +meatball.n.01,cookable,0,1,FALSE,,,,,, +meatball.n.01,coldSource,0,0,FALSE,,,,,, +meatball.n.01,sliceable,0,1,FALSE,,,,,, +meatball.n.01,slicer,0,0,FALSE,,,,,, +meatball.n.01,soakable,0,0,FALSE,,,,,, +mattress_pad.n.01,liquid,0,0,FALSE,,,,,, +mattress_pad.n.01,heatSource,0,0,FALSE,,,,,, +mattress_pad.n.01,fireSource,0,0,FALSE,,,,,, +mattress_pad.n.01,cookable,0,0,FALSE,,,,,, +mattress_pad.n.01,coldSource,0,0,FALSE,,,,,, +mattress_pad.n.01,sliceable,0,0,FALSE,,,,,, +mattress_pad.n.01,slicer,0,0,FALSE,,,,,, +mattress_pad.n.01,soakable,0,1,FALSE,,,,,, +margarita.n.01,liquid,1,1,FALSE,,,,,, +fruit_juice.n.01,liquid,1,1,FALSE,,,,,, +fruit_juice.n.01,heatSource,0,0,FALSE,,,,,, +fruit_juice.n.01,fireSource,0,0,FALSE,,,,,, +fruit_juice.n.01,cookable,0,0,FALSE,,,,,, +fruit_juice.n.01,coldSource,1,0,FALSE,,,,,, +fruit_juice.n.01,sliceable,0,0,FALSE,,,,,, +fruit_juice.n.01,slicer,0,0,FALSE,,,,,, +fruit_juice.n.01,soakable,0,0,FALSE,,,,,, +garden_tool.n.01,liquid,0,0,FALSE,,,,,, +garden_tool.n.01,heatSource,0,0,FALSE,,,,,, +garden_tool.n.01,fireSource,0,0,FALSE,,,,,, +garden_tool.n.01,cookable,0,0,FALSE,,,,,, +garden_tool.n.01,coldSource,0,0,FALSE,,,,,, +garden_tool.n.01,sliceable,0,0,FALSE,,,,,, +garden_tool.n.01,slicer,1,0,FALSE,,,,,, +garden_tool.n.01,soakable,0,0,FALSE,,,,,, +glaze.n.01,liquid,0,0,FALSE,,,,,, +glaze.n.01,heatSource,0,0,FALSE,,,,,, +glaze.n.01,fireSource,1,0,FALSE,,,,,, +glaze.n.01,cookable,0,1,FALSE,,,,,, +glaze.n.01,coldSource,1,0,FALSE,,,,,, +glaze.n.01,sliceable,0,0,FALSE,,,,,, +glaze.n.01,slicer,0,0,FALSE,,,,,, +glaze.n.01,soakable,0,0,FALSE,,,,,, +glue.n.01,liquid,0,0,FALSE,,,,,, +glue.n.01,heatSource,0,0,FALSE,,,,,, +glue.n.01,fireSource,0,0,FALSE,,,,,, +glue.n.01,cookable,0,0,FALSE,,,,,, +glue.n.01,coldSource,0,0,FALSE,,,,,, +glue.n.01,sliceable,0,0,FALSE,,,,,, +glue.n.01,slicer,0,0,FALSE,,,,,, +glue.n.01,soakable,0,0,FALSE,,,,,, +grit.n.01,liquid,0,0,FALSE,,,,,, +grit.n.01,heatSource,0,0,FALSE,,,,,, +grit.n.01,fireSource,0,0,FALSE,,,,,, +grit.n.01,cookable,0,0,FALSE,,,,,, +grit.n.01,coldSource,0,0,FALSE,,,,,, +grit.n.01,sliceable,0,0,FALSE,,,,,, +grit.n.01,slicer,0,0,FALSE,,,,,, +grit.n.01,soakable,0,0,FALSE,,,,,, +grocery_bag.n.01,liquid,0,0,FALSE,,,,,, +grocery_bag.n.01,heatSource,0,0,FALSE,,,,,, +grocery_bag.n.01,fireSource,0,0,FALSE,,,,,, +grocery_bag.n.01,cookable,0,0,FALSE,,,,,, +grocery_bag.n.01,coldSource,1,0,FALSE,,,,,, +grocery_bag.n.01,sliceable,0,0,FALSE,,,,,, +grocery_bag.n.01,slicer,1,0,FALSE,,,,,, +grocery_bag.n.01,soakable,1,0,FALSE,,,,,, +grout.n.01,liquid,0,1,FALSE,,,,,, +grout.n.01,heatSource,0,0,FALSE,,,,,, +grout.n.01,fireSource,0,0,FALSE,,,,,, +grout.n.01,cookable,0,0,FALSE,,,,,, +grout.n.01,coldSource,0,0,FALSE,,,,,, +grout.n.01,sliceable,0,0,FALSE,,,,,, +grout.n.01,slicer,1,0,FALSE,,,,,, +grout.n.01,soakable,0,0,FALSE,,,,,, +chewing_gum.n.01,liquid,0,0,FALSE,,,,,, +chewing_gum.n.01,heatSource,0,0,FALSE,,,,,, +chewing_gum.n.01,fireSource,0,0,FALSE,,,,,, +chewing_gum.n.01,cookable,0,0,FALSE,,,,,, +chewing_gum.n.01,coldSource,0,0,FALSE,,,,,, +chewing_gum.n.01,sliceable,0,0,FALSE,,,,,, +chewing_gum.n.01,slicer,0,0,FALSE,,,,,, +chewing_gum.n.01,soakable,0,0,FALSE,,,,,, +hammock.n.02,liquid,0,0,FALSE,,,,,, +hammock.n.02,heatSource,0,0,FALSE,,,,,, +hammock.n.02,fireSource,0,0,FALSE,,,,,, +hammock.n.02,cookable,0,0,FALSE,,,,,, +hammock.n.02,coldSource,0,0,FALSE,,,,,, +hammock.n.02,sliceable,0,0,FALSE,,,,,, +hammock.n.02,slicer,0,0,FALSE,,,,,, +hammock.n.02,soakable,0,1,FALSE,,,,,, +hemp.n.01,liquid,0,0,FALSE,,,,,, +hemp.n.01,heatSource,0,0,FALSE,,,,,, +hemp.n.01,fireSource,0,0,FALSE,,,,,, +hemp.n.01,cookable,0,0,FALSE,,,,,, +hemp.n.01,coldSource,0,0,FALSE,,,,,, +hemp.n.01,sliceable,0,1,FALSE,,,,,, +hemp.n.01,slicer,0,0,FALSE,,,,,, +hemp.n.01,soakable,0,0,FALSE,,,,,, +hot_tub.n.01,liquid,0,0,FALSE,,,,,, +hot_tub.n.01,heatSource,1,0,FALSE,,,,,, +hot_tub.n.01,fireSource,0,0,FALSE,,,,,, +hot_tub.n.01,cookable,0,0,FALSE,,,,,, +hot_tub.n.01,coldSource,1,0,FALSE,,,,,, +hot_tub.n.01,sliceable,0,0,FALSE,,,,,, +hot_tub.n.01,slicer,0,0,FALSE,,,,,, +hot_tub.n.01,soakable,0,0,FALSE,,,,,, +jalapeno.n.02,liquid,0,0,FALSE,,,,,, +jalapeno.n.02,heatSource,1,0,FALSE,,,,,, +jalapeno.n.02,fireSource,1,0,FALSE,,,,,, +jalapeno.n.02,cookable,0,1,FALSE,,,,,, +jalapeno.n.02,coldSource,0,0,FALSE,,,,,, +jalapeno.n.02,sliceable,0,1,FALSE,,,,,, +jalapeno.n.02,slicer,1,0,FALSE,,,,,, +jalapeno.n.02,soakable,0,0,FALSE,,,,,, +jelly_bean.n.01,liquid,0,0,FALSE,,,,,, +jelly_bean.n.01,heatSource,0,0,FALSE,,,,,, +jelly_bean.n.01,fireSource,0,0,FALSE,,,,,, +jelly_bean.n.01,cookable,0,1,FALSE,,,,,, +jelly_bean.n.01,coldSource,0,0,FALSE,,,,,, +jelly_bean.n.01,sliceable,0,1,FALSE,,,,,, +jelly_bean.n.01,slicer,1,0,FALSE,,,,,, +jelly_bean.n.01,soakable,0,0,FALSE,,,,,, +ember.n.01,liquid,0,0,FALSE,,,,,, +ember.n.01,heatSource,1,0,FALSE,,,,,, +ember.n.01,fireSource,1,1,FALSE,,,,,, +ember.n.01,cookable,0,0,FALSE,,,,,, +ember.n.01,coldSource,0,0,FALSE,,,,,, +ember.n.01,sliceable,0,0,FALSE,,,,,, +ember.n.01,slicer,0,0,FALSE,,,,,, +ember.n.01,soakable,0,0,FALSE,,,,,, +knife.n.01,liquid,0,0,FALSE,,,,,, +knife.n.01,heatSource,0,0,FALSE,,,,,, +knife.n.01,fireSource,0,0,FALSE,,,,,, +knife.n.01,cookable,0,0,FALSE,,,,,, +knife.n.01,coldSource,0,0,FALSE,,,,,, +knife.n.01,sliceable,1,0,FALSE,,,,,, +knife.n.01,slicer,1,1,FALSE,,,,,, +knife.n.01,soakable,0,0,FALSE,,,,,, +edge_tool.n.01,liquid,0,0,FALSE,,,,,, +edge_tool.n.01,heatSource,0,0,FALSE,,,,,, +edge_tool.n.01,fireSource,0,0,FALSE,,,,,, +edge_tool.n.01,cookable,0,0,FALSE,,,,,, +edge_tool.n.01,coldSource,0,0,FALSE,,,,,, +edge_tool.n.01,sliceable,1,0,FALSE,,,,,, +edge_tool.n.01,slicer,1,1,FALSE,,,,,, +edge_tool.n.01,soakable,0,0,FALSE,,,,,, +bridge.n.01,liquid,0,0,FALSE,,,,,, +bridge.n.01,heatSource,0,0,FALSE,,,,,, +bridge.n.01,fireSource,0,0,FALSE,,,,,, +bridge.n.01,cookable,0,0,FALSE,,,,,, +bridge.n.01,coldSource,0,0,FALSE,,,,,, +bridge.n.01,sliceable,0,0,FALSE,,,,,, +bridge.n.01,slicer,1,0,FALSE,,,,,, +bridge.n.01,soakable,0,0,FALSE,,,,,, +bungee.n.01,liquid,0,0,FALSE,,,,,, +bungee.n.01,heatSource,0,0,FALSE,,,,,, +bungee.n.01,fireSource,0,0,FALSE,,,,,, +bungee.n.01,cookable,0,0,FALSE,,,,,, +bungee.n.01,coldSource,0,0,FALSE,,,,,, +bungee.n.01,sliceable,0,0,FALSE,,,,,, +bungee.n.01,slicer,1,0,FALSE,,,,,, +bungee.n.01,soakable,0,0,FALSE,,,,,, +candelabrum.n.01,liquid,0,0,FALSE,,,,,, +candelabrum.n.01,heatSource,0,0,FALSE,,,,,, +candelabrum.n.01,fireSource,0,0,FALSE,,,,,, +candelabrum.n.01,cookable,0,0,FALSE,,,,,, +candelabrum.n.01,coldSource,0,0,FALSE,,,,,, +candelabrum.n.01,sliceable,0,0,FALSE,,,,,, +candelabrum.n.01,slicer,1,0,FALSE,,,,,, +candelabrum.n.01,soakable,0,0,FALSE,,,,,, +cashew.n.02,liquid,0,0,FALSE,,,,,, +cashew.n.02,heatSource,0,0,FALSE,,,,,, +cashew.n.02,fireSource,1,0,FALSE,,,,,, +cashew.n.02,cookable,0,1,FALSE,,,,,, +cashew.n.02,coldSource,0,0,FALSE,,,,,, +cashew.n.02,sliceable,0,0,FALSE,,,,,, +cashew.n.02,slicer,0,1,FALSE,,,,,, +cashew.n.02,soakable,0,0,FALSE,,,,,, +cassette.n.01,liquid,0,0,FALSE,,,,,, +cassette.n.01,heatSource,0,0,FALSE,,,,,, +cassette.n.01,fireSource,0,0,FALSE,,,,,, +cassette.n.01,cookable,0,0,FALSE,,,,,, +cassette.n.01,coldSource,0,0,FALSE,,,,,, +cassette.n.01,sliceable,0,0,FALSE,,,,,, +cassette.n.01,slicer,1,0,FALSE,,,,,, +cassette.n.01,soakable,0,0,FALSE,,,,,, +skillet.n.01,liquid,0,0,FALSE,,,,,, +skillet.n.01,heatSource,1,1,TRUE,149,https://inthekitch.net/electric-skillet-temperature-guide/,,0,0,1 +skillet.n.01,fireSource,1,0,FALSE,,,,,, +skillet.n.01,cookable,0,0,FALSE,,,,,, +skillet.n.01,coldSource,0,0,FALSE,,,,,, +skillet.n.01,sliceable,0,0,FALSE,,,,,, +skillet.n.01,slicer,1,0,FALSE,,,,,, +skillet.n.01,soakable,0,0,FALSE,,,,,, +cheesecake.n.01,liquid,0,0,FALSE,,,,,, +cheesecake.n.01,heatSource,0,0,FALSE,,,,,, +cheesecake.n.01,fireSource,1,0,FALSE,,,,,, +cheesecake.n.01,cookable,0,1,FALSE,,,,,, +cheesecake.n.01,coldSource,1,0,FALSE,,,,,, +cheesecake.n.01,sliceable,0,1,FALSE,,,,,, +cheesecake.n.01,slicer,0,0,FALSE,,,,,, +cheesecake.n.01,soakable,0,0,FALSE,,,,,, +chorizo.n.01,liquid,0,0,FALSE,,,,,, +chorizo.n.01,heatSource,0,0,FALSE,,,,,, +chorizo.n.01,fireSource,1,0,FALSE,,,,,, +chorizo.n.01,cookable,0,1,FALSE,,,,,, +chorizo.n.01,coldSource,0,0,FALSE,,,,,, +chorizo.n.01,sliceable,0,1,FALSE,,,,,, +chorizo.n.01,slicer,1,0,FALSE,,,,,, +chorizo.n.01,soakable,0,0,FALSE,,,,,, +chowder.n.01,liquid,0,1,FALSE,,,,,, +chowder.n.01,heatSource,0,0,FALSE,,,,,, +chowder.n.01,fireSource,1,0,FALSE,,,,,, +chowder.n.01,cookable,0,1,FALSE,,,,,, +chowder.n.01,coldSource,1,0,FALSE,,,,,, +chowder.n.01,sliceable,0,0,FALSE,,,,,, +chowder.n.01,slicer,0,0,FALSE,,,,,, +chowder.n.01,soakable,0,0,FALSE,,,,,, +fairy_light.n.01,liquid,0,0,FALSE,,,,,, +fairy_light.n.01,heatSource,0,0,FALSE,,,,,, +fairy_light.n.01,fireSource,0,0,FALSE,,,,,, +fairy_light.n.01,cookable,0,0,FALSE,,,,,, +fairy_light.n.01,coldSource,0,0,FALSE,,,,,, +fairy_light.n.01,sliceable,0,0,FALSE,,,,,, +fairy_light.n.01,slicer,1,0,FALSE,,,,,, +fairy_light.n.01,soakable,0,0,FALSE,,,,,, +citric_acid.n.01,liquid,0,0,FALSE,,,,,, +citric_acid.n.01,heatSource,0,0,FALSE,,,,,, +citric_acid.n.01,fireSource,0,0,FALSE,,,,,, +citric_acid.n.01,cookable,0,0,FALSE,,,,,, +citric_acid.n.01,coldSource,0,0,FALSE,,,,,, +citric_acid.n.01,sliceable,0,0,FALSE,,,,,, +citric_acid.n.01,slicer,0,0,FALSE,,,,,, +citric_acid.n.01,soakable,0,0,FALSE,,,,,, +cleansing_agent.n.01,liquid,1,1,FALSE,,,,,, +cleansing_agent.n.01,heatSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,fireSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,cookable,0,0,FALSE,,,,,, +cleansing_agent.n.01,coldSource,0,0,FALSE,,,,,, +cleansing_agent.n.01,sliceable,0,0,FALSE,,,,,, +cleansing_agent.n.01,slicer,0,0,FALSE,,,,,, +cleansing_agent.n.01,soakable,0,0,FALSE,,,,,, +coaster.n.03,liquid,0,0,FALSE,,,,,, +coaster.n.03,heatSource,0,0,FALSE,,,,,, +coaster.n.03,fireSource,0,0,FALSE,,,,,, +coaster.n.03,cookable,0,0,FALSE,,,,,, +coaster.n.03,coldSource,0,0,FALSE,,,,,, +coaster.n.03,sliceable,0,0,FALSE,,,,,, +coaster.n.03,slicer,0,0,FALSE,,,,,, +coaster.n.03,soakable,0,1,FALSE,,,,,, +cod.n.02,liquid,0,0,FALSE,,,,,, +cod.n.02,heatSource,0,0,FALSE,,,,,, +cod.n.02,fireSource,1,0,FALSE,,,,,, +cod.n.02,cookable,0,1,FALSE,,,,,, +cod.n.02,coldSource,0,0,FALSE,,,,,, +cod.n.02,sliceable,0,1,FALSE,,,,,, +cod.n.02,slicer,0,0,FALSE,,,,,, +cod.n.02,soakable,0,0,FALSE,,,,,, +cola.n.02,liquid,1,1,FALSE,,,,,, +cola.n.02,heatSource,0,0,FALSE,,,,,, +cola.n.02,fireSource,0,0,FALSE,,,,,, +cola.n.02,cookable,1,1,FALSE,,,,,, +cola.n.02,coldSource,1,0,FALSE,,,,,, +cola.n.02,sliceable,0,0,FALSE,,,,,, +cola.n.02,slicer,0,0,FALSE,,,,,, +cola.n.02,soakable,0,0,FALSE,,,,,, +comic_book.n.01,liquid,0,0,FALSE,,,,,, +comic_book.n.01,heatSource,0,0,FALSE,,,,,, +comic_book.n.01,fireSource,0,0,FALSE,,,,,, +comic_book.n.01,cookable,0,0,FALSE,,,,,, +comic_book.n.01,coldSource,0,0,FALSE,,,,,, +comic_book.n.01,sliceable,0,0,FALSE,,,,,, +comic_book.n.01,slicer,0,0,FALSE,,,,,, +comic_book.n.01,soakable,0,1,FALSE,,,,,, +cookie_cutter.n.01,liquid,0,0,FALSE,,,,,, +cookie_cutter.n.01,heatSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,fireSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,cookable,0,0,FALSE,,,,,, +cookie_cutter.n.01,coldSource,0,0,FALSE,,,,,, +cookie_cutter.n.01,sliceable,0,0,FALSE,,,,,, +cookie_cutter.n.01,slicer,1,1,FALSE,,,,,, +cookie_cutter.n.01,soakable,0,0,FALSE,,,,,, +cottage_cheese.n.01,liquid,0,0,FALSE,,,,,, +cottage_cheese.n.01,heatSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,fireSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,cookable,0,1,FALSE,,,,,, +cottage_cheese.n.01,coldSource,0,0,FALSE,,,,,, +cottage_cheese.n.01,sliceable,0,1,FALSE,,,,,, +cottage_cheese.n.01,slicer,0,0,FALSE,,,,,, +cottage_cheese.n.01,soakable,0,0,FALSE,,,,,, +cranberry_juice.n.01,liquid,1,1,FALSE,,,,,, +cranberry_juice.n.01,heatSource,0,0,FALSE,,,,,, +cranberry_juice.n.01,fireSource,0,0,FALSE,,,,,, +cranberry_juice.n.01,cookable,0,1,FALSE,,,,,, +cranberry_juice.n.01,coldSource,1,0,FALSE,,,,,, +cranberry_juice.n.01,sliceable,0,0,FALSE,,,,,, +cranberry_juice.n.01,slicer,0,0,FALSE,,,,,, +cranberry_juice.n.01,soakable,0,0,FALSE,,,,,, +curry_powder.n.01,liquid,0,0,FALSE,,,,,, +curry_powder.n.01,heatSource,0,0,FALSE,,,,,, +curry_powder.n.01,fireSource,1,0,FALSE,,,,,, +curry_powder.n.01,cookable,0,1,FALSE,,,,,, +curry_powder.n.01,coldSource,0,0,FALSE,,,,,, +curry_powder.n.01,sliceable,0,0,FALSE,,,,,, +curry_powder.n.01,slicer,0,0,FALSE,,,,,, +curry_powder.n.01,soakable,0,0,FALSE,,,,,, +cold_cuts.n.01,liquid,0,0,FALSE,,,,,, +cold_cuts.n.01,heatSource,0,0,FALSE,,,,,, +cold_cuts.n.01,fireSource,0,0,FALSE,,,,,, +cold_cuts.n.01,cookable,1,1,FALSE,,,,,, +cold_cuts.n.01,coldSource,0,0,FALSE,,,,,, +cold_cuts.n.01,sliceable,0,1,FALSE,,,,,, +cold_cuts.n.01,slicer,0,0,FALSE,,,,,, +cold_cuts.n.01,soakable,0,0,FALSE,,,,,, +diamond.n.01,liquid,0,0,FALSE,,,,,, +diamond.n.01,heatSource,0,0,FALSE,,,,,, +diamond.n.01,fireSource,0,0,FALSE,,,,,, +diamond.n.01,cookable,0,0,FALSE,,,,,, +diamond.n.01,coldSource,0,0,FALSE,,,,,, +diamond.n.01,sliceable,0,0,FALSE,,,,,, +diamond.n.01,slicer,0,0,FALSE,,,,,, +diamond.n.01,soakable,0,0,FALSE,,,,,, +bag.n.04,liquid,0,0,FALSE,,,,,, +bag.n.04,heatSource,0,0,FALSE,,,,,, +bag.n.04,fireSource,0,0,FALSE,,,,,, +bag.n.04,cookable,0,0,FALSE,,,,,, +bag.n.04,coldSource,0,0,FALSE,,,,,, +bag.n.04,sliceable,0,0,FALSE,,,,,, +bag.n.04,slicer,1,0,FALSE,,,,,, +bag.n.04,soakable,1,0,FALSE,,,,,, +dinner_plate.n.01,liquid,0,0,FALSE,,,,,, +dinner_plate.n.01,heatSource,0,0,FALSE,,,,,, +dinner_plate.n.01,fireSource,0,0,FALSE,,,,,, +dinner_plate.n.01,cookable,0,0,FALSE,,,,,, +dinner_plate.n.01,coldSource,0,0,FALSE,,,,,, +dinner_plate.n.01,sliceable,0,0,FALSE,,,,,, +dinner_plate.n.01,slicer,1,0,FALSE,,,,,, +dinner_plate.n.01,soakable,0,0,FALSE,,,,,, +essence.n.04,liquid,0,0,FALSE,,,,,, +essence.n.04,heatSource,0,0,FALSE,,,,,, +essence.n.04,fireSource,0,0,FALSE,,,,,, +essence.n.04,cookable,0,0,FALSE,,,,,, +essence.n.04,coldSource,1,0,FALSE,,,,,, +essence.n.04,sliceable,0,0,FALSE,,,,,, +essence.n.04,slicer,0,0,FALSE,,,,,, +essence.n.04,soakable,0,0,FALSE,,,,,, +aluminum.n.01,liquid,0,0,FALSE,,,,,, +aluminum.n.01,heatSource,0,0,FALSE,,,,,, +aluminum.n.01,fireSource,0,0,FALSE,,,,,, +aluminum.n.01,cookable,0,0,FALSE,,,,,, +aluminum.n.01,coldSource,0,0,FALSE,,,,,, +aluminum.n.01,sliceable,0,0,FALSE,,,,,, +aluminum.n.01,slicer,0,0,FALSE,,,,,, +aluminum.n.01,soakable,0,0,FALSE,,,,,, +antenna.n.01,liquid,0,0,FALSE,,,,,, +antenna.n.01,heatSource,0,0,FALSE,,,,,, +antenna.n.01,fireSource,0,0,FALSE,,,,,, +antenna.n.01,cookable,0,0,FALSE,,,,,, +antenna.n.01,coldSource,0,0,FALSE,,,,,, +antenna.n.01,sliceable,0,0,FALSE,,,,,, +antenna.n.01,slicer,1,0,FALSE,,,,,, +antenna.n.01,soakable,0,0,FALSE,,,,,, +cider.n.01,liquid,1,1,FALSE,,,,,, +cider.n.01,heatSource,0,0,FALSE,,,,,, +cider.n.01,fireSource,0,0,FALSE,,,,,, +cider.n.01,cookable,0,1,FALSE,,,,,, +cider.n.01,coldSource,1,0,FALSE,,,,,, +cider.n.01,sliceable,0,0,FALSE,,,,,, +cider.n.01,slicer,0,0,FALSE,,,,,, +cider.n.01,soakable,0,0,FALSE,,,,,, +apron.n.01,liquid,0,0,FALSE,,,,,, +apron.n.01,heatSource,0,0,FALSE,,,,,, +apron.n.01,fireSource,0,0,FALSE,,,,,, +apron.n.01,cookable,0,0,FALSE,,,,,, +apron.n.01,coldSource,0,0,FALSE,,,,,, +apron.n.01,sliceable,0,0,FALSE,,,,,, +apron.n.01,slicer,0,0,FALSE,,,,,, +apron.n.01,soakable,1,1,FALSE,,,,,, +artichoke.n.01,liquid,0,0,FALSE,,,,,, +artichoke.n.01,heatSource,0,0,FALSE,,,,,, +artichoke.n.01,fireSource,1,0,FALSE,,,,,, +artichoke.n.01,cookable,0,1,FALSE,,,,,, +artichoke.n.01,coldSource,0,0,FALSE,,,,,, +artichoke.n.01,sliceable,0,1,FALSE,,,,,, +artichoke.n.01,slicer,0,0,FALSE,,,,,, +artichoke.n.01,soakable,0,0,FALSE,,,,,, +bandage.n.01,liquid,0,0,FALSE,,,,,, +bandage.n.01,heatSource,0,0,FALSE,,,,,, +bandage.n.01,fireSource,0,0,FALSE,,,,,, +bandage.n.01,cookable,0,0,FALSE,,,,,, +bandage.n.01,coldSource,0,0,FALSE,,,,,, +bandage.n.01,sliceable,0,0,FALSE,,,,,, +bandage.n.01,slicer,0,0,FALSE,,,,,, +bandage.n.01,soakable,1,1,FALSE,,,,,, +banner.n.01,liquid,0,0,FALSE,,,,,, +banner.n.01,heatSource,0,0,FALSE,,,,,, +banner.n.01,fireSource,0,0,FALSE,,,,,, +banner.n.01,cookable,0,0,FALSE,,,,,, +banner.n.01,coldSource,0,0,FALSE,,,,,, +banner.n.01,sliceable,0,0,FALSE,,,,,, +banner.n.01,slicer,1,0,FALSE,,,,,, +banner.n.01,soakable,0,1,FALSE,,,,,, +bar.n.03,liquid,0,0,FALSE,,,,,, +bar.n.03,heatSource,0,0,FALSE,,,,,, +bar.n.03,fireSource,0,0,FALSE,,,,,, +bar.n.03,cookable,0,0,FALSE,,,,,, +bar.n.03,coldSource,0,0,FALSE,,,,,, +bar.n.03,sliceable,0,0,FALSE,,,,,, +bar.n.03,slicer,1,0,FALSE,,,,,, +bar.n.03,soakable,0,0,FALSE,,,,,, +bark.n.01,liquid,0,0,FALSE,,,,,, +bark.n.01,heatSource,0,0,FALSE,,,,,, +bark.n.01,fireSource,0,1,FALSE,,,,,, +bark.n.01,cookable,0,0,FALSE,,,,,, +bark.n.01,coldSource,0,0,FALSE,,,,,, +bark.n.01,sliceable,0,0,FALSE,,,,,, +bark.n.01,slicer,0,0,FALSE,,,,,, +bark.n.01,soakable,0,1,FALSE,,,,,, +barrel.n.03,liquid,0,0,FALSE,,,,,, +barrel.n.03,heatSource,0,0,FALSE,,,,,, +barrel.n.03,fireSource,0,0,FALSE,,,,,, +barrel.n.03,cookable,0,0,FALSE,,,,,, +barrel.n.03,coldSource,0,0,FALSE,,,,,, +barrel.n.03,sliceable,0,0,FALSE,,,,,, +barrel.n.03,slicer,1,0,FALSE,,,,,, +barrel.n.03,soakable,0,1,FALSE,,,,,, +bird_feeder.n.01,liquid,0,0,FALSE,,,,,, +bird_feeder.n.01,heatSource,0,0,FALSE,,,,,, +bird_feeder.n.01,fireSource,0,0,FALSE,,,,,, +bird_feeder.n.01,cookable,0,0,FALSE,,,,,, +bird_feeder.n.01,coldSource,0,0,FALSE,,,,,, +bird_feeder.n.01,sliceable,0,0,FALSE,,,,,, +bird_feeder.n.01,slicer,0,0,FALSE,,,,,, +bird_feeder.n.01,soakable,0,0,FALSE,,,,,, +blazer.n.01,liquid,0,0,FALSE,,,,,, +blazer.n.01,heatSource,0,0,FALSE,,,,,, +blazer.n.01,fireSource,0,0,FALSE,,,,,, +blazer.n.01,cookable,0,0,FALSE,,,,,, +blazer.n.01,coldSource,0,0,FALSE,,,,,, +blazer.n.01,sliceable,0,0,FALSE,,,,,, +blazer.n.01,slicer,1,0,FALSE,,,,,, +blazer.n.01,soakable,1,1,FALSE,,,,,, +bleu.n.01,liquid,0,0,FALSE,,,,,, +bleu.n.01,heatSource,0,0,FALSE,,,,,, +bleu.n.01,fireSource,0,0,FALSE,,,,,, +bleu.n.01,cookable,0,1,FALSE,,,,,, +bleu.n.01,coldSource,0,0,FALSE,,,,,, +bleu.n.01,sliceable,0,1,FALSE,,,,,, +bleu.n.01,slicer,0,0,FALSE,,,,,, +bleu.n.01,soakable,0,0,FALSE,,,,,, +notepad.n.01,liquid,0,0,FALSE,,,,,, +notepad.n.01,heatSource,0,0,FALSE,,,,,, +notepad.n.01,fireSource,0,0,FALSE,,,,,, +notepad.n.01,cookable,0,0,FALSE,,,,,, +notepad.n.01,coldSource,0,0,FALSE,,,,,, +notepad.n.01,sliceable,0,0,FALSE,,,,,, +notepad.n.01,slicer,1,0,FALSE,,,,,, +notepad.n.01,soakable,1,0,FALSE,,,,,, +nut_butter.n.01,liquid,0,0,FALSE,,,,,, +nut_butter.n.01,heatSource,0,0,FALSE,,,,,, +nut_butter.n.01,fireSource,0,0,FALSE,,,,,, +nut_butter.n.01,cookable,0,1,FALSE,,,,,, +nut_butter.n.01,coldSource,0,0,FALSE,,,,,, +nut_butter.n.01,sliceable,0,1,FALSE,,,,,, +nut_butter.n.01,slicer,0,0,FALSE,,,,,, +nut_butter.n.01,soakable,0,0,FALSE,,,,,, +okra.n.02,liquid,0,0,FALSE,,,,,, +okra.n.02,heatSource,0,0,FALSE,,,,,, +okra.n.02,fireSource,1,0,FALSE,,,,,, +okra.n.02,cookable,0,1,FALSE,,,,,, +okra.n.02,coldSource,0,0,FALSE,,,,,, +okra.n.02,sliceable,0,1,FALSE,,,,,, +okra.n.02,slicer,0,0,FALSE,,,,,, +okra.n.02,soakable,0,0,FALSE,,,,,, +old_fashioned.n.01,liquid,0,0,FALSE,,,,,, +old_fashioned.n.01,heatSource,0,0,FALSE,,,,,, +old_fashioned.n.01,fireSource,0,0,FALSE,,,,,, +old_fashioned.n.01,cookable,0,0,FALSE,,,,,, +old_fashioned.n.01,coldSource,0,0,FALSE,,,,,, +old_fashioned.n.01,sliceable,0,0,FALSE,,,,,, +old_fashioned.n.01,slicer,0,0,FALSE,,,,,, +old_fashioned.n.01,soakable,0,0,FALSE,,,,,, +overall.n.01,liquid,0,0,FALSE,,,,,, +overall.n.01,heatSource,0,0,FALSE,,,,,, +overall.n.01,fireSource,0,0,FALSE,,,,,, +overall.n.01,cookable,0,0,FALSE,,,,,, +overall.n.01,coldSource,0,0,FALSE,,,,,, +overall.n.01,sliceable,0,0,FALSE,,,,,, +overall.n.01,slicer,0,0,FALSE,,,,,, +overall.n.01,soakable,1,0,FALSE,,,,,, +solvent.n.01,liquid,1,1,FALSE,,,,,, +solvent.n.01,heatSource,0,0,FALSE,,,,,, +solvent.n.01,fireSource,0,0,FALSE,,,,,, +solvent.n.01,cookable,0,0,FALSE,,,,,, +solvent.n.01,coldSource,1,0,FALSE,,,,,, +solvent.n.01,sliceable,0,0,FALSE,,,,,, +solvent.n.01,slicer,0,0,FALSE,,,,,, +solvent.n.01,soakable,0,0,FALSE,,,,,, +passport.n.02,liquid,0,0,FALSE,,,,,, +passport.n.02,heatSource,0,0,FALSE,,,,,, +passport.n.02,fireSource,0,0,FALSE,,,,,, +passport.n.02,cookable,0,0,FALSE,,,,,, +passport.n.02,coldSource,0,0,FALSE,,,,,, +passport.n.02,sliceable,0,0,FALSE,,,,,, +passport.n.02,slicer,0,0,FALSE,,,,,, +passport.n.02,soakable,0,1,FALSE,,,,,, +penny.n.02,liquid,0,0,FALSE,,,,,, +penny.n.02,heatSource,0,0,FALSE,,,,,, +penny.n.02,fireSource,0,0,FALSE,,,,,, +penny.n.02,cookable,0,0,FALSE,,,,,, +penny.n.02,coldSource,0,0,FALSE,,,,,, +penny.n.02,sliceable,0,0,FALSE,,,,,, +penny.n.02,slicer,1,0,FALSE,,,,,, +penny.n.02,soakable,0,0,FALSE,,,,,, +petfood.n.01,liquid,0,0,FALSE,,,,,, +petfood.n.01,heatSource,0,0,FALSE,,,,,, +petfood.n.01,fireSource,1,0,FALSE,,,,,, +petfood.n.01,cookable,0,1,FALSE,,,,,, +petfood.n.01,coldSource,0,0,FALSE,,,,,, +petfood.n.01,sliceable,0,0,FALSE,,,,,, +petfood.n.01,slicer,0,0,FALSE,,,,,, +petfood.n.01,soakable,0,0,FALSE,,,,,, +hair.n.04,liquid,0,0,FALSE,,,,,, +hair.n.04,heatSource,0,0,FALSE,,,,,, +hair.n.04,fireSource,0,0,FALSE,,,,,, +hair.n.04,cookable,0,0,FALSE,,,,,, +hair.n.04,coldSource,0,0,FALSE,,,,,, +hair.n.04,sliceable,0,0,FALSE,,,,,, +hair.n.04,slicer,0,0,FALSE,,,,,, +hair.n.04,soakable,0,0,FALSE,,,,,, +salsa.n.01,liquid,0,0,FALSE,,,,,, +salsa.n.01,heatSource,1,0,FALSE,,,,,, +salsa.n.01,fireSource,1,0,FALSE,,,,,, +salsa.n.01,cookable,0,1,FALSE,,,,,, +salsa.n.01,coldSource,0,0,FALSE,,,,,, +salsa.n.01,sliceable,0,0,FALSE,,,,,, +salsa.n.01,slicer,0,0,FALSE,,,,,, +salsa.n.01,soakable,0,0,FALSE,,,,,, +pinecone.n.01,liquid,0,0,FALSE,,,,,, +pinecone.n.01,heatSource,0,0,FALSE,,,,,, +pinecone.n.01,fireSource,0,0,FALSE,,,,,, +pinecone.n.01,cookable,0,0,FALSE,,,,,, +pinecone.n.01,coldSource,0,0,FALSE,,,,,, +pinecone.n.01,sliceable,0,0,FALSE,,,,,, +pinecone.n.01,slicer,0,0,FALSE,,,,,, +pinecone.n.01,soakable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,liquid,0,0,FALSE,,,,,, +pipe_cleaner.n.01,heatSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,fireSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,cookable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,coldSource,0,0,FALSE,,,,,, +pipe_cleaner.n.01,sliceable,0,0,FALSE,,,,,, +pipe_cleaner.n.01,slicer,1,0,FALSE,,,,,, +pipe_cleaner.n.01,soakable,0,0,FALSE,,,,,, +pita.n.01,liquid,0,0,FALSE,,,,,, +pita.n.01,heatSource,0,0,FALSE,,,,,, +pita.n.01,fireSource,1,0,FALSE,,,,,, +pita.n.01,cookable,0,1,FALSE,,,,,, +pita.n.01,coldSource,1,0,FALSE,,,,,, +pita.n.01,sliceable,0,1,FALSE,,,,,, +pita.n.01,slicer,1,0,FALSE,,,,,, +pita.n.01,soakable,1,1,FALSE,,,,,, +pitchfork.n.01,liquid,0,0,FALSE,,,,,, +pitchfork.n.01,heatSource,0,0,FALSE,,,,,, +pitchfork.n.01,fireSource,0,0,FALSE,,,,,, +pitchfork.n.01,cookable,0,0,FALSE,,,,,, +pitchfork.n.01,coldSource,0,0,FALSE,,,,,, +pitchfork.n.01,sliceable,0,0,FALSE,,,,,, +pitchfork.n.01,slicer,1,0,FALSE,,,,,, +pitchfork.n.01,soakable,0,0,FALSE,,,,,, +ice_lolly.n.01,liquid,0,0,FALSE,,,,,, +ice_lolly.n.01,heatSource,0,0,FALSE,,,,,, +ice_lolly.n.01,fireSource,0,0,FALSE,,,,,, +ice_lolly.n.01,cookable,1,0,FALSE,,,,,, +ice_lolly.n.01,coldSource,0,0,FALSE,,,,,, +ice_lolly.n.01,sliceable,0,0,FALSE,,,,,, +ice_lolly.n.01,slicer,0,0,FALSE,,,,,, +ice_lolly.n.01,soakable,0,0,FALSE,,,,,, +mushroom.n.01,liquid,0,0,FALSE,,,,,, +mushroom.n.01,heatSource,0,0,FALSE,,,,,, +mushroom.n.01,fireSource,1,0,FALSE,,,,,, +mushroom.n.01,cookable,0,1,FALSE,,,,,, +mushroom.n.01,coldSource,0,0,FALSE,,,,,, +mushroom.n.01,sliceable,0,1,FALSE,,,,,, +mushroom.n.01,slicer,0,0,FALSE,,,,,, +mushroom.n.01,soakable,0,0,FALSE,,,,,, +price_tag.n.01,liquid,0,0,FALSE,,,,,, +price_tag.n.01,heatSource,0,0,FALSE,,,,,, +price_tag.n.01,fireSource,0,0,FALSE,,,,,, +price_tag.n.01,cookable,0,0,FALSE,,,,,, +price_tag.n.01,coldSource,0,0,FALSE,,,,,, +price_tag.n.01,sliceable,0,0,FALSE,,,,,, +price_tag.n.01,slicer,1,0,FALSE,,,,,, +price_tag.n.01,soakable,0,0,FALSE,,,,,, +pumpkin_seed.n.01,liquid,0,0,FALSE,,,,,, +pumpkin_seed.n.01,heatSource,0,0,FALSE,,,,,, +pumpkin_seed.n.01,fireSource,1,0,FALSE,,,,,, +pumpkin_seed.n.01,cookable,0,1,FALSE,,,,,, +pumpkin_seed.n.01,coldSource,0,0,FALSE,,,,,, +pumpkin_seed.n.01,sliceable,0,0,FALSE,,,,,, +pumpkin_seed.n.01,slicer,0,0,FALSE,,,,,, +pumpkin_seed.n.01,soakable,0,0,FALSE,,,,,, +refried_beans.n.01,liquid,0,0,FALSE,,,,,, +refried_beans.n.01,heatSource,0,0,FALSE,,,,,, +refried_beans.n.01,fireSource,1,0,FALSE,,,,,, +refried_beans.n.01,cookable,0,1,FALSE,,,,,, +refried_beans.n.01,coldSource,0,0,FALSE,,,,,, +refried_beans.n.01,sliceable,0,0,FALSE,,,,,, +refried_beans.n.01,slicer,0,0,FALSE,,,,,, +refried_beans.n.01,soakable,0,0,FALSE,,,,,, +risotto.n.01,liquid,0,0,FALSE,,,,,, +risotto.n.01,heatSource,0,0,FALSE,,,,,, +risotto.n.01,fireSource,1,0,FALSE,,,,,, +risotto.n.01,cookable,0,1,FALSE,,,,,, +risotto.n.01,coldSource,1,0,FALSE,,,,,, +risotto.n.01,sliceable,0,0,FALSE,,,,,, +risotto.n.01,slicer,1,0,FALSE,,,,,, +risotto.n.01,soakable,0,0,FALSE,,,,,, +saffron.n.02,liquid,0,0,FALSE,,,,,, +saffron.n.02,heatSource,0,0,FALSE,,,,,, +saffron.n.02,fireSource,1,0,FALSE,,,,,, +saffron.n.02,cookable,0,1,FALSE,,,,,, +saffron.n.02,coldSource,0,0,FALSE,,,,,, +saffron.n.02,sliceable,0,0,FALSE,,,,,, +saffron.n.02,slicer,0,0,FALSE,,,,,, +saffron.n.02,soakable,0,0,FALSE,,,,,, +sage.n.02,liquid,0,0,FALSE,,,,,, +sage.n.02,heatSource,0,0,FALSE,,,,,, +sage.n.02,fireSource,1,0,FALSE,,,,,, +sage.n.02,cookable,0,1,FALSE,,,,,, +sage.n.02,coldSource,0,0,FALSE,,,,,, +sage.n.02,sliceable,0,0,FALSE,,,,,, +sage.n.02,slicer,0,0,FALSE,,,,,, +sage.n.02,soakable,0,0,FALSE,,,,,, +scotch.n.02,liquid,1,1,FALSE,,,,,, +scotch.n.02,heatSource,0,0,FALSE,,,,,, +scotch.n.02,fireSource,0,0,FALSE,,,,,, +scotch.n.02,cookable,0,0,FALSE,,,,,, +scotch.n.02,coldSource,1,0,FALSE,,,,,, +scotch.n.02,sliceable,0,0,FALSE,,,,,, +scotch.n.02,slicer,1,0,FALSE,,,,,, +scotch.n.02,soakable,0,0,FALSE,,,,,, +sediment.n.01,liquid,0,0,FALSE,,,,,, +sediment.n.01,heatSource,0,0,FALSE,,,,,, +sediment.n.01,fireSource,0,0,FALSE,,,,,, +sediment.n.01,cookable,0,0,FALSE,,,,,, +sediment.n.01,coldSource,0,0,FALSE,,,,,, +sediment.n.01,sliceable,0,0,FALSE,,,,,, +sediment.n.01,slicer,0,0,FALSE,,,,,, +sediment.n.01,soakable,0,0,FALSE,,,,,, +shaving_cream.n.01,liquid,0,0,FALSE,,,,,, +shaving_cream.n.01,heatSource,0,0,FALSE,,,,,, +shaving_cream.n.01,fireSource,0,0,FALSE,,,,,, +shaving_cream.n.01,cookable,0,0,FALSE,,,,,, +shaving_cream.n.01,coldSource,1,0,FALSE,,,,,, +shaving_cream.n.01,sliceable,0,0,FALSE,,,,,, +shaving_cream.n.01,slicer,0,0,FALSE,,,,,, +shaving_cream.n.01,soakable,0,0,FALSE,,,,,, +sirloin.n.01,liquid,0,0,FALSE,,,,,, +sirloin.n.01,heatSource,0,0,FALSE,,,,,, +sirloin.n.01,fireSource,1,0,FALSE,,,,,, +sirloin.n.01,cookable,0,1,FALSE,,,,,, +sirloin.n.01,coldSource,0,0,FALSE,,,,,, +sirloin.n.01,sliceable,0,1,FALSE,,,,,, +sirloin.n.01,slicer,0,0,FALSE,,,,,, +sirloin.n.01,soakable,0,0,FALSE,,,,,, +slacks.n.01,liquid,0,0,FALSE,,,,,, +slacks.n.01,heatSource,0,0,FALSE,,,,,, +slacks.n.01,fireSource,0,0,FALSE,,,,,, +slacks.n.01,cookable,0,0,FALSE,,,,,, +slacks.n.01,coldSource,0,0,FALSE,,,,,, +slacks.n.01,sliceable,0,0,FALSE,,,,,, +slacks.n.01,slicer,0,0,FALSE,,,,,, +slacks.n.01,soakable,1,1,FALSE,,,,,, +fire_alarm.n.02,liquid,0,0,FALSE,,,,,, +fire_alarm.n.02,heatSource,0,0,FALSE,,,,,, +fire_alarm.n.02,fireSource,0,0,FALSE,,,,,, +fire_alarm.n.02,cookable,0,0,FALSE,,,,,, +fire_alarm.n.02,coldSource,0,0,FALSE,,,,,, +fire_alarm.n.02,sliceable,0,0,FALSE,,,,,, +fire_alarm.n.02,slicer,1,0,FALSE,,,,,, +fire_alarm.n.02,soakable,0,0,FALSE,,,,,, +smoke_alarm.n.01,liquid,0,0,FALSE,,,,,, +smoke_alarm.n.01,heatSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,fireSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,cookable,0,0,FALSE,,,,,, +smoke_alarm.n.01,coldSource,0,0,FALSE,,,,,, +smoke_alarm.n.01,sliceable,0,0,FALSE,,,,,, +smoke_alarm.n.01,slicer,0,0,FALSE,,,,,, +smoke_alarm.n.01,soakable,0,0,FALSE,,,,,, +ski_boot.n.01,liquid,0,0,FALSE,,,,,, +ski_boot.n.01,heatSource,0,0,FALSE,,,,,, +ski_boot.n.01,fireSource,0,0,FALSE,,,,,, +ski_boot.n.01,cookable,0,0,FALSE,,,,,, +ski_boot.n.01,coldSource,0,0,FALSE,,,,,, +ski_boot.n.01,sliceable,0,0,FALSE,,,,,, +ski_boot.n.01,slicer,1,0,FALSE,,,,,, +ski_boot.n.01,soakable,0,1,FALSE,,,,,, +turf.n.01,liquid,0,0,FALSE,,,,,, +turf.n.01,heatSource,0,0,FALSE,,,,,, +turf.n.01,fireSource,0,0,FALSE,,,,,, +turf.n.01,cookable,0,0,FALSE,,,,,, +turf.n.01,coldSource,0,0,FALSE,,,,,, +turf.n.01,sliceable,0,0,FALSE,,,,,, +turf.n.01,slicer,0,0,FALSE,,,,,, +turf.n.01,soakable,0,0,FALSE,,,,,, +soup_bowl.n.01,liquid,0,0,FALSE,,,,,, +soup_bowl.n.01,heatSource,0,0,FALSE,,,,,, +soup_bowl.n.01,fireSource,0,0,FALSE,,,,,, +soup_bowl.n.01,cookable,0,0,FALSE,,,,,, +soup_bowl.n.01,coldSource,1,0,FALSE,,,,,, +soup_bowl.n.01,sliceable,0,0,FALSE,,,,,, +soup_bowl.n.01,slicer,0,0,FALSE,,,,,, +soup_bowl.n.01,soakable,0,0,FALSE,,,,,, +spark_plug.n.01,liquid,0,0,FALSE,,,,,, +spark_plug.n.01,heatSource,0,0,FALSE,,,,,, +spark_plug.n.01,fireSource,0,0,FALSE,,,,,, +spark_plug.n.01,cookable,0,0,FALSE,,,,,, +spark_plug.n.01,coldSource,0,0,FALSE,,,,,, +spark_plug.n.01,sliceable,0,0,FALSE,,,,,, +spark_plug.n.01,slicer,1,0,FALSE,,,,,, +spark_plug.n.01,soakable,0,0,FALSE,,,,,, +tap.n.06,liquid,0,0,FALSE,,,,,, +tap.n.06,heatSource,0,0,FALSE,,,,,, +tap.n.06,fireSource,0,0,FALSE,,,,,, +tap.n.06,cookable,0,0,FALSE,,,,,, +tap.n.06,coldSource,0,0,FALSE,,,,,, +tap.n.06,sliceable,0,0,FALSE,,,,,, +tap.n.06,slicer,0,0,FALSE,,,,,, +tap.n.06,soakable,0,0,FALSE,,,,,, +squid.n.01,liquid,0,0,FALSE,,,,,, +squid.n.01,heatSource,0,0,FALSE,,,,,, +squid.n.01,fireSource,1,0,FALSE,,,,,, +squid.n.01,cookable,0,1,FALSE,,,,,, +squid.n.01,coldSource,0,0,FALSE,,,,,, +squid.n.01,sliceable,0,1,FALSE,,,,,, +squid.n.01,slicer,0,0,FALSE,,,,,, +squid.n.01,soakable,0,0,FALSE,,,,,, +staple_gun.n.01,liquid,0,0,FALSE,,,,,, +staple_gun.n.01,heatSource,0,0,FALSE,,,,,, +staple_gun.n.01,fireSource,0,0,FALSE,,,,,, +staple_gun.n.01,cookable,0,0,FALSE,,,,,, +staple_gun.n.01,coldSource,0,0,FALSE,,,,,, +staple_gun.n.01,sliceable,0,0,FALSE,,,,,, +staple_gun.n.01,slicer,1,0,FALSE,,,,,, +staple_gun.n.01,soakable,0,0,FALSE,,,,,, +stencil.n.01,liquid,0,0,FALSE,,,,,, +stencil.n.01,heatSource,0,0,FALSE,,,,,, +stencil.n.01,fireSource,0,0,FALSE,,,,,, +stencil.n.01,cookable,0,0,FALSE,,,,,, +stencil.n.01,coldSource,0,0,FALSE,,,,,, +stencil.n.01,sliceable,0,0,FALSE,,,,,, +stencil.n.01,slicer,1,0,FALSE,,,,,, +stencil.n.01,soakable,0,0,FALSE,,,,,, +stereo.n.01,liquid,0,0,FALSE,,,,,, +stereo.n.01,heatSource,0,0,FALSE,,,,,, +stereo.n.01,fireSource,0,0,FALSE,,,,,, +stereo.n.01,cookable,0,0,FALSE,,,,,, +stereo.n.01,coldSource,0,0,FALSE,,,,,, +stereo.n.01,sliceable,0,0,FALSE,,,,,, +stereo.n.01,slicer,1,0,FALSE,,,,,, +stereo.n.01,soakable,0,0,FALSE,,,,,, +baby_buggy.n.01,liquid,0,0,FALSE,,,,,, +baby_buggy.n.01,heatSource,0,0,FALSE,,,,,, +baby_buggy.n.01,fireSource,0,0,FALSE,,,,,, +baby_buggy.n.01,cookable,0,0,FALSE,,,,,, +baby_buggy.n.01,coldSource,0,0,FALSE,,,,,, +baby_buggy.n.01,sliceable,0,0,FALSE,,,,,, +baby_buggy.n.01,slicer,0,0,FALSE,,,,,, +baby_buggy.n.01,soakable,1,0,FALSE,,,,,, +sunflower.n.01,liquid,0,0,FALSE,,,,,, +sunflower.n.01,heatSource,0,0,FALSE,,,,,, +sunflower.n.01,fireSource,0,0,FALSE,,,,,, +sunflower.n.01,cookable,0,0,FALSE,,,,,, +sunflower.n.01,coldSource,1,0,FALSE,,,,,, +sunflower.n.01,sliceable,0,1,FALSE,,,,,, +sunflower.n.01,slicer,1,0,FALSE,,,,,, +sunflower.n.01,soakable,0,0,FALSE,,,,,, +sport_utility.n.01,liquid,0,0,FALSE,,,,,, +sport_utility.n.01,heatSource,0,0,FALSE,,,,,, +sport_utility.n.01,fireSource,0,0,FALSE,,,,,, +sport_utility.n.01,cookable,0,0,FALSE,,,,,, +sport_utility.n.01,coldSource,0,0,FALSE,,,,,, +sport_utility.n.01,sliceable,0,0,FALSE,,,,,, +sport_utility.n.01,slicer,0,0,FALSE,,,,,, +sport_utility.n.01,soakable,0,0,FALSE,,,,,, +tackle.n.03,liquid,0,0,FALSE,,,,,, +tackle.n.03,heatSource,0,0,FALSE,,,,,, +tackle.n.03,fireSource,0,0,FALSE,,,,,, +tackle.n.03,cookable,0,0,FALSE,,,,,, +tackle.n.03,coldSource,0,0,FALSE,,,,,, +tackle.n.03,sliceable,0,0,FALSE,,,,,, +tackle.n.03,slicer,1,0,FALSE,,,,,, +tackle.n.03,soakable,0,0,FALSE,,,,,, +tenderloin.n.02,liquid,0,0,FALSE,,,,,, +tenderloin.n.02,heatSource,0,0,FALSE,,,,,, +tenderloin.n.02,fireSource,1,0,FALSE,,,,,, +tenderloin.n.02,cookable,0,1,FALSE,,,,,, +tenderloin.n.02,coldSource,0,0,FALSE,,,,,, +tenderloin.n.02,sliceable,0,1,FALSE,,,,,, +tenderloin.n.02,slicer,0,0,FALSE,,,,,, +tenderloin.n.02,soakable,0,0,FALSE,,,,,, +tequila.n.01,liquid,1,1,FALSE,,,,,, +tequila.n.01,heatSource,0,0,FALSE,,,,,, +tequila.n.01,fireSource,0,0,FALSE,,,,,, +tequila.n.01,cookable,0,0,FALSE,,,,,, +tequila.n.01,coldSource,1,0,FALSE,,,,,, +tequila.n.01,sliceable,0,0,FALSE,,,,,, +tequila.n.01,slicer,0,0,FALSE,,,,,, +tequila.n.01,soakable,0,0,FALSE,,,,,, +textbook.n.01,liquid,0,0,FALSE,,,,,, +textbook.n.01,heatSource,0,0,FALSE,,,,,, +textbook.n.01,fireSource,0,0,FALSE,,,,,, +textbook.n.01,cookable,0,0,FALSE,,,,,, +textbook.n.01,coldSource,0,0,FALSE,,,,,, +textbook.n.01,sliceable,0,0,FALSE,,,,,, +textbook.n.01,slicer,1,0,FALSE,,,,,, +textbook.n.01,soakable,0,1,FALSE,,,,,, +tortilla_chip.n.01,liquid,0,0,FALSE,,,,,, +tortilla_chip.n.01,heatSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,fireSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,cookable,0,1,FALSE,,,,,, +tortilla_chip.n.01,coldSource,0,0,FALSE,,,,,, +tortilla_chip.n.01,sliceable,0,1,FALSE,,,,,, +tortilla_chip.n.01,slicer,1,0,FALSE,,,,,, +tortilla_chip.n.01,soakable,0,1,FALSE,,,,,, +snack.n.01,liquid,0,0,FALSE,,,,,, +snack.n.01,heatSource,0,0,FALSE,,,,,, +snack.n.01,fireSource,1,0,FALSE,,,,,, +snack.n.01,cookable,0,1,FALSE,,,,,, +snack.n.01,coldSource,0,0,FALSE,,,,,, +snack.n.01,sliceable,1,1,FALSE,,,,,, +snack.n.01,slicer,0,0,FALSE,,,,,, +snack.n.01,soakable,0,0,FALSE,,,,,, +trap.n.01,liquid,0,0,FALSE,,,,,, +trap.n.01,heatSource,0,0,FALSE,,,,,, +trap.n.01,fireSource,0,0,FALSE,,,,,, +trap.n.01,cookable,0,0,FALSE,,,,,, +trap.n.01,coldSource,0,0,FALSE,,,,,, +trap.n.01,sliceable,0,0,FALSE,,,,,, +trap.n.01,slicer,0,0,FALSE,,,,,, +trap.n.01,soakable,0,0,FALSE,,,,,, +trimmer.n.02,liquid,0,0,FALSE,,,,,, +trimmer.n.02,heatSource,0,0,FALSE,,,,,, +trimmer.n.02,fireSource,0,0,FALSE,,,,,, +trimmer.n.02,cookable,0,0,FALSE,,,,,, +trimmer.n.02,coldSource,0,0,FALSE,,,,,, +trimmer.n.02,sliceable,0,0,FALSE,,,,,, +trimmer.n.02,slicer,1,1,FALSE,,,,,, +trimmer.n.02,soakable,0,0,FALSE,,,,,, +tuber.n.01,liquid,0,0,FALSE,,,,,, +tuber.n.01,heatSource,0,0,FALSE,,,,,, +tuber.n.01,fireSource,1,0,FALSE,,,,,, +tuber.n.01,cookable,0,1,FALSE,,,,,, +tuber.n.01,coldSource,0,0,FALSE,,,,,, +tuber.n.01,sliceable,0,1,FALSE,,,,,, +tuber.n.01,slicer,0,0,FALSE,,,,,, +tuber.n.01,soakable,0,0,FALSE,,,,,, +tulip.n.01,liquid,0,0,FALSE,,,,,, +tulip.n.01,heatSource,0,0,FALSE,,,,,, +tulip.n.01,fireSource,0,0,FALSE,,,,,, +tulip.n.01,cookable,0,0,FALSE,,,,,, +tulip.n.01,coldSource,0,0,FALSE,,,,,, +tulip.n.01,sliceable,0,1,FALSE,,,,,, +tulip.n.01,slicer,1,0,FALSE,,,,,, +tulip.n.01,soakable,0,0,FALSE,,,,,, +turmeric.n.02,liquid,0,0,FALSE,,,,,, +turmeric.n.02,heatSource,0,0,FALSE,,,,,, +turmeric.n.02,fireSource,1,0,FALSE,,,,,, +turmeric.n.02,cookable,0,1,FALSE,,,,,, +turmeric.n.02,coldSource,0,0,FALSE,,,,,, +turmeric.n.02,sliceable,0,1,FALSE,,,,,, +turmeric.n.02,slicer,0,0,FALSE,,,,,, +turmeric.n.02,soakable,0,0,FALSE,,,,,, +turtleneck.n.01,liquid,0,0,FALSE,,,,,, +turtleneck.n.01,heatSource,0,0,FALSE,,,,,, +turtleneck.n.01,fireSource,0,0,FALSE,,,,,, +turtleneck.n.01,cookable,0,0,FALSE,,,,,, +turtleneck.n.01,coldSource,0,0,FALSE,,,,,, +turtleneck.n.01,sliceable,0,0,FALSE,,,,,, +turtleneck.n.01,slicer,0,0,FALSE,,,,,, +turtleneck.n.01,soakable,1,1,FALSE,,,,,, +varnish.n.01,liquid,0,1,FALSE,,,,,, +varnish.n.01,heatSource,0,0,FALSE,,,,,, +varnish.n.01,fireSource,0,0,FALSE,,,,,, +varnish.n.01,cookable,0,0,FALSE,,,,,, +varnish.n.01,coldSource,1,0,FALSE,,,,,, +varnish.n.01,sliceable,0,0,FALSE,,,,,, +varnish.n.01,slicer,1,0,FALSE,,,,,, +varnish.n.01,soakable,0,0,FALSE,,,,,, +wagon.n.04,liquid,0,0,FALSE,,,,,, +wagon.n.04,heatSource,0,0,FALSE,,,,,, +wagon.n.04,fireSource,0,0,FALSE,,,,,, +wagon.n.04,cookable,0,0,FALSE,,,,,, +wagon.n.04,coldSource,0,0,FALSE,,,,,, +wagon.n.04,sliceable,0,0,FALSE,,,,,, +wagon.n.04,slicer,1,0,FALSE,,,,,, +wagon.n.04,soakable,0,0,FALSE,,,,,, +wallpaper.n.01,liquid,0,0,FALSE,,,,,, +wallpaper.n.01,heatSource,0,0,FALSE,,,,,, +wallpaper.n.01,fireSource,0,0,FALSE,,,,,, +wallpaper.n.01,cookable,0,0,FALSE,,,,,, +wallpaper.n.01,coldSource,0,0,FALSE,,,,,, +wallpaper.n.01,sliceable,0,0,FALSE,,,,,, +wallpaper.n.01,slicer,0,0,FALSE,,,,,, +wallpaper.n.01,soakable,0,1,FALSE,,,,,, +pepper.n.01,liquid,0,0,FALSE,,,,,, +pepper.n.01,heatSource,0,0,FALSE,,,,,, +pepper.n.01,fireSource,1,0,FALSE,,,,,, +pepper.n.01,cookable,0,1,FALSE,,,,,, +pepper.n.01,coldSource,0,0,FALSE,,,,,, +pepper.n.01,sliceable,0,1,FALSE,,,,,, +pepper.n.01,slicer,0,0,FALSE,,,,,, +pepper.n.01,soakable,0,0,FALSE,,,,,, +wine_bottle.n.0,liquid,0,0,FALSE,,,,,, +wine_bottle.n.0,heatSource,0,0,FALSE,,,,,, +wine_bottle.n.0,fireSource,0,0,FALSE,,,,,, +wine_bottle.n.0,cookable,0,0,FALSE,,,,,, +wine_bottle.n.0,coldSource,1,0,FALSE,,,,,, +wine_bottle.n.0,sliceable,0,0,FALSE,,,,,, +wine_bottle.n.0,slicer,0,0,FALSE,,,,,, +wine_bottle.n.0,soakable,0,0,FALSE,,,,,, +air_conditioner.n.01,liquid,0,0,FALSE,,,,,, +air_conditioner.n.01,fireSource,0,0,FALSE,,,,,, +air_conditioner.n.01,cookable,1,0,FALSE,,,,,, +air_conditioner.n.01,coldSource,0,1,FALSE,,,,,, +air_conditioner.n.01,sliceable,0,0,FALSE,,,,,, +air_conditioner.n.01,slicer,1,0,FALSE,,,,,, +air_conditioner.n.01,soakable,0,0,FALSE,,,,,, +garlic_bread.n.01,liquid,0,0,FALSE,,,,,, +garlic_bread.n.01,heatSource,1,0,FALSE,,,,,, +garlic_bread.n.01,fireSource,1,0,FALSE,,,,,, +garlic_bread.n.01,cookable,0,1,FALSE,,,,,, +garlic_bread.n.01,coldSource,0,0,FALSE,,,,,, +garlic_bread.n.01,sliceable,0,1,FALSE,,,,,, +garlic_bread.n.01,slicer,1,0,FALSE,,,,,, +garlic_bread.n.01,soakable,0,0,FALSE,,,,,, +gas_tank.n.01,liquid,0,0,FALSE,,,,,, +gas_tank.n.01,heatSource,0,0,FALSE,,,,,, +gas_tank.n.01,fireSource,0,0,FALSE,,,,,, +gas_tank.n.01,cookable,0,0,FALSE,,,,,, +gas_tank.n.01,coldSource,1,0,FALSE,,,,,, +gas_tank.n.01,sliceable,0,0,FALSE,,,,,, +gas_tank.n.01,slicer,1,0,FALSE,,,,,, +gas_tank.n.01,soakable,0,0,FALSE,,,,,, +gauge.n.01,liquid,0,0,FALSE,,,,,, +gauge.n.01,heatSource,0,0,FALSE,,,,,, +gauge.n.01,fireSource,0,0,FALSE,,,,,, +gauge.n.01,cookable,0,0,FALSE,,,,,, +gauge.n.01,coldSource,1,0,FALSE,,,,,, +gauge.n.01,sliceable,0,0,FALSE,,,,,, +gauge.n.01,slicer,1,0,FALSE,,,,,, +gauge.n.01,soakable,0,0,FALSE,,,,,, +gelatin.n.02,liquid,0,0,FALSE,,,,,, +gelatin.n.02,heatSource,0,0,FALSE,,,,,, +gelatin.n.02,fireSource,1,0,FALSE,,,,,, +gelatin.n.02,cookable,0,1,FALSE,,,,,, +gelatin.n.02,coldSource,0,0,FALSE,,,,,, +gelatin.n.02,sliceable,0,1,FALSE,,,,,, +gelatin.n.02,slicer,0,0,FALSE,,,,,, +gelatin.n.02,soakable,1,0,FALSE,,,,,, +party_favor.n.01,liquid,0,0,FALSE,,,,,, +party_favor.n.01,heatSource,0,0,FALSE,,,,,, +party_favor.n.01,fireSource,0,0,FALSE,,,,,, +party_favor.n.01,cookable,0,0,FALSE,,,,,, +party_favor.n.01,coldSource,0,0,FALSE,,,,,, +party_favor.n.01,sliceable,0,0,FALSE,,,,,, +party_favor.n.01,slicer,0,0,FALSE,,,,,, +party_favor.n.01,soakable,0,0,FALSE,,,,,, +goblet.n.01,liquid,0,0,FALSE,,,,,, +goblet.n.01,heatSource,0,0,FALSE,,,,,, +goblet.n.01,fireSource,0,0,FALSE,,,,,, +goblet.n.01,cookable,0,0,FALSE,,,,,, +goblet.n.01,coldSource,1,0,FALSE,,,,,, +goblet.n.01,sliceable,0,0,FALSE,,,,,, +goblet.n.01,slicer,1,0,FALSE,,,,,, +goblet.n.01,soakable,0,0,FALSE,,,,,, +golf_club.n.02,liquid,0,0,FALSE,,,,,, +golf_club.n.02,heatSource,0,0,FALSE,,,,,, +golf_club.n.02,fireSource,0,0,FALSE,,,,,, +golf_club.n.02,cookable,0,0,FALSE,,,,,, +golf_club.n.02,coldSource,0,0,FALSE,,,,,, +golf_club.n.02,sliceable,0,0,FALSE,,,,,, +golf_club.n.02,slicer,0,0,FALSE,,,,,, +golf_club.n.02,soakable,0,0,FALSE,,,,,, +grapefruit.n.02,liquid,0,0,FALSE,,,,,, +grapefruit.n.02,heatSource,0,0,FALSE,,,,,, +grapefruit.n.02,fireSource,0,0,FALSE,,,,,, +grapefruit.n.02,cookable,0,1,FALSE,,,,,, +grapefruit.n.02,coldSource,0,0,FALSE,,,,,, +grapefruit.n.02,sliceable,0,1,FALSE,,,,,, +grapefruit.n.02,slicer,0,0,FALSE,,,,,, +grapefruit.n.02,soakable,0,0,FALSE,,,,,, +coffee_grounds.n.01,liquid,0,0,FALSE,,,,,, +coffee_grounds.n.01,heatSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,fireSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,cookable,0,1,FALSE,,,,,, +coffee_grounds.n.01,coldSource,0,0,FALSE,,,,,, +coffee_grounds.n.01,sliceable,0,0,FALSE,,,,,, +coffee_grounds.n.01,slicer,0,0,FALSE,,,,,, +coffee_grounds.n.01,soakable,0,0,FALSE,,,,,, +powdered_ginger.n.01,liquid,0,0,FALSE,,,,,, +powdered_ginger.n.01,heatSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,fireSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,cookable,0,1,FALSE,,,,,, +powdered_ginger.n.01,coldSource,0,0,FALSE,,,,,, +powdered_ginger.n.01,sliceable,0,0,FALSE,,,,,, +powdered_ginger.n.01,slicer,0,0,FALSE,,,,,, +powdered_ginger.n.01,soakable,0,0,FALSE,,,,,, +gun.n.01,liquid,0,0,FALSE,,,,,, +gun.n.01,heatSource,0,0,FALSE,,,,,, +gun.n.01,fireSource,0,0,FALSE,,,,,, +gun.n.01,cookable,0,0,FALSE,,,,,, +gun.n.01,coldSource,0,0,FALSE,,,,,, +gun.n.01,sliceable,0,0,FALSE,,,,,, +gun.n.01,slicer,1,0,FALSE,,,,,, +gun.n.01,soakable,0,0,FALSE,,,,,, +action_mechanism.n.01,liquid,0,0,FALSE,,,,,, +action_mechanism.n.01,heatSource,0,0,FALSE,,,,,, +action_mechanism.n.01,fireSource,0,0,FALSE,,,,,, +action_mechanism.n.01,cookable,0,0,FALSE,,,,,, +action_mechanism.n.01,coldSource,0,0,FALSE,,,,,, +action_mechanism.n.01,sliceable,0,0,FALSE,,,,,, +action_mechanism.n.01,slicer,0,0,FALSE,,,,,, +action_mechanism.n.01,soakable,0,0,FALSE,,,,,, +handkerchief.n.01,liquid,0,0,FALSE,,,,,, +handkerchief.n.01,heatSource,0,0,FALSE,,,,,, +handkerchief.n.01,fireSource,0,0,FALSE,,,,,, +handkerchief.n.01,cookable,0,0,FALSE,,,,,, +handkerchief.n.01,coldSource,0,0,FALSE,,,,,, +handkerchief.n.01,sliceable,0,0,FALSE,,,,,, +handkerchief.n.01,slicer,0,0,FALSE,,,,,, +handkerchief.n.01,soakable,1,1,FALSE,,,,,, +harness.n.01,liquid,0,0,FALSE,,,,,, +harness.n.01,heatSource,0,0,FALSE,,,,,, +harness.n.01,fireSource,0,0,FALSE,,,,,, +harness.n.01,cookable,0,0,FALSE,,,,,, +harness.n.01,coldSource,0,0,FALSE,,,,,, +harness.n.01,sliceable,0,0,FALSE,,,,,, +harness.n.01,slicer,0,0,FALSE,,,,,, +harness.n.01,soakable,0,0,FALSE,,,,,, +home_fries.n.01,liquid,0,0,FALSE,,,,,, +home_fries.n.01,heatSource,1,0,FALSE,,,,,, +home_fries.n.01,fireSource,1,0,FALSE,,,,,, +home_fries.n.01,cookable,0,1,FALSE,,,,,, +home_fries.n.01,coldSource,0,0,FALSE,,,,,, +home_fries.n.01,sliceable,0,1,FALSE,,,,,, +home_fries.n.01,slicer,1,0,FALSE,,,,,, +home_fries.n.01,soakable,0,0,FALSE,,,,,, +hay.n.01,liquid,0,0,FALSE,,,,,, +hay.n.01,heatSource,0,0,FALSE,,,,,, +hay.n.01,fireSource,0,0,FALSE,,,,,, +hay.n.01,cookable,0,0,FALSE,,,,,, +hay.n.01,coldSource,0,0,FALSE,,,,,, +hay.n.01,sliceable,0,0,FALSE,,,,,, +hay.n.01,slicer,0,0,FALSE,,,,,, +hay.n.01,soakable,0,1,FALSE,,,,,, +hockey_stick.n.01,liquid,0,0,FALSE,,,,,, +hockey_stick.n.01,heatSource,0,0,FALSE,,,,,, +hockey_stick.n.01,fireSource,0,0,FALSE,,,,,, +hockey_stick.n.01,cookable,0,0,FALSE,,,,,, +hockey_stick.n.01,coldSource,0,0,FALSE,,,,,, +hockey_stick.n.01,sliceable,0,0,FALSE,,,,,, +hockey_stick.n.01,slicer,1,0,FALSE,,,,,, +hockey_stick.n.01,soakable,0,0,FALSE,,,,,, +holly.n.01,liquid,0,0,FALSE,,,,,, +holly.n.01,heatSource,0,0,FALSE,,,,,, +holly.n.01,fireSource,0,0,FALSE,,,,,, +holly.n.01,cookable,0,0,FALSE,,,,,, +holly.n.01,coldSource,0,0,FALSE,,,,,, +holly.n.01,sliceable,0,1,FALSE,,,,,, +holly.n.01,slicer,0,0,FALSE,,,,,, +holly.n.01,soakable,0,0,FALSE,,,,,, +sweatshirt.n.01,liquid,0,0,FALSE,,,,,, +sweatshirt.n.01,heatSource,0,0,FALSE,,,,,, +sweatshirt.n.01,fireSource,0,0,FALSE,,,,,, +sweatshirt.n.01,cookable,0,0,FALSE,,,,,, +sweatshirt.n.01,coldSource,0,0,FALSE,,,,,, +sweatshirt.n.01,sliceable,0,0,FALSE,,,,,, +sweatshirt.n.01,slicer,1,0,FALSE,,,,,, +sweatshirt.n.01,soakable,1,1,FALSE,,,,,, +ice_maker.n.01,liquid,0,0,FALSE,,,,,, +ice_maker.n.01,heatSource,0,0,FALSE,,,,,, +ice_maker.n.01,fireSource,0,0,FALSE,,,,,, +ice_maker.n.01,cookable,1,0,FALSE,,,,,, +ice_maker.n.01,coldSource,0,1,FALSE,,,,,, +ice_maker.n.01,sliceable,0,0,FALSE,,,,,, +ice_maker.n.01,slicer,1,0,FALSE,,,,,, +ice_maker.n.01,soakable,0,0,FALSE,,,,,, +musical_instrument.n.01,liquid,0,0,FALSE,,,,,, +musical_instrument.n.01,heatSource,0,0,FALSE,,,,,, +musical_instrument.n.01,fireSource,0,0,FALSE,,,,,, +musical_instrument.n.01,cookable,0,0,FALSE,,,,,, +musical_instrument.n.01,coldSource,0,0,FALSE,,,,,, +musical_instrument.n.01,sliceable,0,0,FALSE,,,,,, +musical_instrument.n.01,slicer,0,0,FALSE,,,,,, +musical_instrument.n.01,soakable,0,0,FALSE,,,,,, +mobile_phone.n.01,liquid,0,0,FALSE,,,,,, +mobile_phone.n.01,heatSource,0,0,FALSE,,,,,, +mobile_phone.n.01,fireSource,0,0,FALSE,,,,,, +mobile_phone.n.01,cookable,0,0,FALSE,,,,,, +mobile_phone.n.01,coldSource,0,0,FALSE,,,,,, +mobile_phone.n.01,sliceable,0,0,FALSE,,,,,, +mobile_phone.n.01,slicer,1,0,FALSE,,,,,, +mobile_phone.n.01,soakable,1,0,FALSE,,,,,, +isopropyl_alcohol.n.01,liquid,1,1,FALSE,,,,,, +isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,cookable,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,slicer,0,0,FALSE,,,,,, +isopropyl_alcohol.n.01,soakable,0,0,FALSE,,,,,, +kayak.n.01,liquid,0,0,FALSE,,,,,, +kayak.n.01,heatSource,0,0,FALSE,,,,,, +kayak.n.01,fireSource,0,0,FALSE,,,,,, +kayak.n.01,cookable,0,0,FALSE,,,,,, +kayak.n.01,coldSource,0,0,FALSE,,,,,, +kayak.n.01,sliceable,0,0,FALSE,,,,,, +kayak.n.01,slicer,1,0,FALSE,,,,,, +kayak.n.01,soakable,0,0,FALSE,,,,,, +booth.n.02,liquid,0,0,FALSE,,,,,, +booth.n.02,heatSource,0,0,FALSE,,,,,, +booth.n.02,fireSource,0,0,FALSE,,,,,, +booth.n.02,cookable,0,0,FALSE,,,,,, +booth.n.02,coldSource,0,0,FALSE,,,,,, +booth.n.02,sliceable,0,0,FALSE,,,,,, +booth.n.02,slicer,1,0,FALSE,,,,,, +booth.n.02,soakable,0,0,FALSE,,,,,, +laminate.n.01,liquid,0,0,FALSE,,,,,, +laminate.n.01,heatSource,0,0,FALSE,,,,,, +laminate.n.01,fireSource,0,0,FALSE,,,,,, +laminate.n.01,cookable,0,0,FALSE,,,,,, +laminate.n.01,coldSource,0,0,FALSE,,,,,, +laminate.n.01,sliceable,0,0,FALSE,,,,,, +laminate.n.01,slicer,1,0,FALSE,,,,,, +laminate.n.01,soakable,1,1,FALSE,,,,,, +lampshade.n.01,liquid,0,0,FALSE,,,,,, +lampshade.n.01,heatSource,0,0,FALSE,,,,,, +lampshade.n.01,fireSource,0,0,FALSE,,,,,, +lampshade.n.01,cookable,0,0,FALSE,,,,,, +lampshade.n.01,coldSource,0,0,FALSE,,,,,, +lampshade.n.01,sliceable,0,0,FALSE,,,,,, +lampshade.n.01,slicer,1,0,FALSE,,,,,, +lampshade.n.01,soakable,0,1,FALSE,,,,,, +lavender.n.01,liquid,0,0,FALSE,,,,,, +lavender.n.01,heatSource,0,0,FALSE,,,,,, +lavender.n.01,fireSource,0,0,FALSE,,,,,, +lavender.n.01,cookable,0,1,FALSE,,,,,, +lavender.n.01,coldSource,0,0,FALSE,,,,,, +lavender.n.01,sliceable,0,0,FALSE,,,,,, +lavender.n.01,slicer,0,0,FALSE,,,,,, +lavender.n.01,soakable,0,0,FALSE,,,,,, +spike_lavender.n.01,liquid,0,0,FALSE,,,,,, +spike_lavender.n.01,heatSource,0,0,FALSE,,,,,, +spike_lavender.n.01,fireSource,0,0,FALSE,,,,,, +spike_lavender.n.01,cookable,0,1,FALSE,,,,,, +spike_lavender.n.01,coldSource,0,0,FALSE,,,,,, +spike_lavender.n.01,sliceable,0,0,FALSE,,,,,, +spike_lavender.n.01,slicer,0,0,FALSE,,,,,, +spike_lavender.n.01,soakable,0,0,FALSE,,,,,, +soft_drink.n.01,liquid,1,1,FALSE,,,,,, +soft_drink.n.01,heatSource,0,0,FALSE,,,,,, +soft_drink.n.01,fireSource,0,0,FALSE,,,,,, +soft_drink.n.01,cookable,1,1,FALSE,,,,,, +soft_drink.n.01,coldSource,0,0,FALSE,,,,,, +soft_drink.n.01,sliceable,0,0,FALSE,,,,,, +soft_drink.n.01,slicer,0,0,FALSE,,,,,, +soft_drink.n.01,soakable,0,0,FALSE,,,,,, +limestone.n.01,liquid,0,0,FALSE,,,,,, +limestone.n.01,heatSource,0,0,FALSE,,,,,, +limestone.n.01,fireSource,0,0,FALSE,,,,,, +limestone.n.01,cookable,0,0,FALSE,,,,,, +limestone.n.01,coldSource,0,0,FALSE,,,,,, +limestone.n.01,sliceable,0,0,FALSE,,,,,, +limestone.n.01,slicer,0,0,FALSE,,,,,, +limestone.n.01,soakable,0,0,FALSE,,,,,, +linseed_oil.n.01,liquid,0,0,FALSE,,,,,, +linseed_oil.n.01,heatSource,0,0,FALSE,,,,,, +linseed_oil.n.01,fireSource,0,1,FALSE,,,,,, +linseed_oil.n.01,cookable,0,0,FALSE,,,,,, +linseed_oil.n.01,coldSource,0,0,FALSE,,,,,, +linseed_oil.n.01,sliceable,0,0,FALSE,,,,,, +linseed_oil.n.01,slicer,0,0,FALSE,,,,,, +linseed_oil.n.01,soakable,0,0,FALSE,,,,,, +bait.n.01,liquid,1,0,FALSE,,,,,, +bait.n.01,heatSource,0,0,FALSE,,,,,, +bait.n.01,fireSource,1,0,FALSE,,,,,, +bait.n.01,cookable,0,0,FALSE,,,,,, +bait.n.01,coldSource,1,0,FALSE,,,,,, +bait.n.01,sliceable,0,0,FALSE,,,,,, +bait.n.01,slicer,0,0,FALSE,,,,,, +bait.n.01,soakable,1,0,FALSE,,,,,, +macaroni.n.02,liquid,0,0,FALSE,,,,,, +macaroni.n.02,heatSource,0,0,FALSE,,,,,, +macaroni.n.02,fireSource,1,0,FALSE,,,,,, +macaroni.n.02,cookable,0,1,FALSE,,,,,, +macaroni.n.02,coldSource,0,0,FALSE,,,,,, +macaroni.n.02,sliceable,0,1,FALSE,,,,,, +macaroni.n.02,slicer,0,0,FALSE,,,,,, +macaroni.n.02,soakable,0,1,FALSE,,,,,, +map.n.01,liquid,0,0,FALSE,,,,,, +map.n.01,heatSource,0,0,FALSE,,,,,, +map.n.01,fireSource,0,0,FALSE,,,,,, +map.n.01,cookable,0,0,FALSE,,,,,, +map.n.01,coldSource,0,0,FALSE,,,,,, +map.n.01,sliceable,0,0,FALSE,,,,,, +map.n.01,slicer,1,0,FALSE,,,,,, +map.n.01,soakable,1,1,FALSE,,,,,, +green_tea.n.01,liquid,0,1,FALSE,,,,,, +green_tea.n.01,heatSource,0,0,FALSE,,,,,, +green_tea.n.01,fireSource,0,0,FALSE,,,,,, +green_tea.n.01,cookable,0,1,FALSE,,,,,, +green_tea.n.01,coldSource,0,0,FALSE,,,,,, +green_tea.n.01,sliceable,0,0,FALSE,,,,,, +green_tea.n.01,slicer,0,0,FALSE,,,,,, +green_tea.n.01,soakable,0,0,FALSE,,,,,, +mattress_cover.n.01,liquid,0,0,FALSE,,,,,, +mattress_cover.n.01,heatSource,0,0,FALSE,,,,,, +mattress_cover.n.01,fireSource,0,0,FALSE,,,,,, +mattress_cover.n.01,cookable,0,0,FALSE,,,,,, +mattress_cover.n.01,coldSource,0,0,FALSE,,,,,, +mattress_cover.n.01,sliceable,0,0,FALSE,,,,,, +mattress_cover.n.01,slicer,0,0,FALSE,,,,,, +mattress_cover.n.01,soakable,1,1,FALSE,,,,,, +meringue.n.01,liquid,0,0,FALSE,,,,,, +meringue.n.01,heatSource,0,0,FALSE,,,,,, +meringue.n.01,fireSource,1,0,FALSE,,,,,, +meringue.n.01,cookable,0,1,FALSE,,,,,, +meringue.n.01,coldSource,0,0,FALSE,,,,,, +meringue.n.01,sliceable,0,1,FALSE,,,,,, +meringue.n.01,slicer,1,0,FALSE,,,,,, +meringue.n.01,soakable,1,0,FALSE,,,,,, +mixing_bowl.n.01,liquid,0,0,FALSE,,,,,, +mixing_bowl.n.01,heatSource,0,0,FALSE,,,,,, +mixing_bowl.n.01,fireSource,0,0,FALSE,,,,,, +mixing_bowl.n.01,cookable,0,0,FALSE,,,,,, +mixing_bowl.n.01,coldSource,1,0,FALSE,,,,,, +mixing_bowl.n.01,sliceable,0,0,FALSE,,,,,, +mixing_bowl.n.01,slicer,1,0,FALSE,,,,,, +mixing_bowl.n.01,soakable,0,0,FALSE,,,,,, +cocktail.n.01,liquid,1,1,FALSE,,,,,, +cocktail.n.01,heatSource,0,0,FALSE,,,,,, +cocktail.n.01,fireSource,0,0,FALSE,,,,,, +cocktail.n.01,cookable,0,0,FALSE,,,,,, +cocktail.n.01,coldSource,1,0,FALSE,,,,,, +cocktail.n.01,sliceable,0,0,FALSE,,,,,, +cocktail.n.01,slicer,1,0,FALSE,,,,,, +cocktail.n.01,soakable,0,0,FALSE,,,,,, +mountain_bike.n.01,liquid,0,0,FALSE,,,,,, +mountain_bike.n.01,heatSource,0,0,FALSE,,,,,, +mountain_bike.n.01,fireSource,0,0,FALSE,,,,,, +mountain_bike.n.01,cookable,0,0,FALSE,,,,,, +mountain_bike.n.01,coldSource,0,0,FALSE,,,,,, +mountain_bike.n.01,sliceable,0,0,FALSE,,,,,, +mountain_bike.n.01,slicer,0,0,FALSE,,,,,, +mountain_bike.n.01,soakable,0,0,FALSE,,,,,, +mouthpiece.n.06,liquid,0,0,FALSE,,,,,, +mouthpiece.n.06,heatSource,0,0,FALSE,,,,,, +mouthpiece.n.06,fireSource,0,0,FALSE,,,,,, +mouthpiece.n.06,cookable,0,0,FALSE,,,,,, +mouthpiece.n.06,coldSource,0,0,FALSE,,,,,, +mouthpiece.n.06,sliceable,0,0,FALSE,,,,,, +mouthpiece.n.06,slicer,0,0,FALSE,,,,,, +mouthpiece.n.06,soakable,0,0,FALSE,,,,,, +nail_polish.n.01,liquid,1,1,FALSE,,,,,, +nail_polish.n.01,heatSource,0,0,FALSE,,,,,, +nail_polish.n.01,fireSource,0,1,FALSE,,,,,, +nail_polish.n.01,cookable,0,0,FALSE,,,,,, +nail_polish.n.01,coldSource,1,0,FALSE,,,,,, +nail_polish.n.01,sliceable,0,0,FALSE,,,,,, +nail_polish.n.01,slicer,0,0,FALSE,,,,,, +nail_polish.n.01,soakable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,liquid,0,0,FALSE,,,,,, +fire_extinguisher.n.01,heatSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,fireSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,cookable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,coldSource,0,0,FALSE,,,,,, +fire_extinguisher.n.01,sliceable,0,0,FALSE,,,,,, +fire_extinguisher.n.01,slicer,1,0,FALSE,,,,,, +fire_extinguisher.n.01,soakable,0,0,FALSE,,,,,, +fire_pit.n.01,liquid,0,0,FALSE,,,,,, +fire_pit.n.01,heatSource,1,0,FALSE,,,,,, +fire_pit.n.01,fireSource,0,0,FALSE,,,,,, +fire_pit.n.01,cookable,0,0,FALSE,,,,,, +fire_pit.n.01,coldSource,0,0,FALSE,,,,,, +fire_pit.n.01,sliceable,0,0,FALSE,,,,,, +fire_pit.n.01,slicer,0,0,FALSE,,,,,, +fire_pit.n.01,soakable,0,0,FALSE,,,,,, +fish_knife.n.01,liquid,0,0,FALSE,,,,,, +fish_knife.n.01,heatSource,0,0,FALSE,,,,,, +fish_knife.n.01,fireSource,0,0,FALSE,,,,,, +fish_knife.n.01,cookable,0,0,FALSE,,,,,, +fish_knife.n.01,coldSource,0,0,FALSE,,,,,, +fish_knife.n.01,sliceable,0,0,FALSE,,,,,, +fish_knife.n.01,slicer,0,1,FALSE,,,,,, +fish_knife.n.01,soakable,0,0,FALSE,,,,,, +flag.n.01,liquid,0,0,FALSE,,,,,, +flag.n.01,heatSource,0,0,FALSE,,,,,, +flag.n.01,fireSource,0,0,FALSE,,,,,, +flag.n.01,cookable,0,0,FALSE,,,,,, +flag.n.01,coldSource,1,0,FALSE,,,,,, +flag.n.01,sliceable,0,0,FALSE,,,,,, +flag.n.01,slicer,1,0,FALSE,,,,,, +flag.n.01,soakable,1,1,FALSE,,,,,, +drug.n.01,liquid,0,0,FALSE,,,,,, +drug.n.01,heatSource,0,0,FALSE,,,,,, +drug.n.01,fireSource,1,0,FALSE,,,,,, +drug.n.01,cookable,0,0,FALSE,,,,,, +drug.n.01,coldSource,1,0,FALSE,,,,,, +drug.n.01,sliceable,0,0,FALSE,,,,,, +drug.n.01,slicer,0,0,FALSE,,,,,, +drug.n.01,soakable,0,0,FALSE,,,,,, +dumpling.n.02,liquid,0,0,FALSE,,,,,, +dumpling.n.02,heatSource,0,0,FALSE,,,,,, +dumpling.n.02,fireSource,1,0,FALSE,,,,,, +dumpling.n.02,cookable,0,1,FALSE,,,,,, +dumpling.n.02,coldSource,1,0,FALSE,,,,,, +dumpling.n.02,sliceable,0,1,FALSE,,,,,, +dumpling.n.02,slicer,0,0,FALSE,,,,,, +dumpling.n.02,soakable,1,0,FALSE,,,,,, +circuit.n.01,liquid,0,0,FALSE,,,,,, +circuit.n.01,heatSource,0,0,FALSE,,,,,, +circuit.n.01,fireSource,0,0,FALSE,,,,,, +circuit.n.01,cookable,0,0,FALSE,,,,,, +circuit.n.01,coldSource,0,0,FALSE,,,,,, +circuit.n.01,sliceable,0,1,FALSE,,,,,, +circuit.n.01,slicer,1,0,FALSE,,,,,, +circuit.n.01,soakable,0,0,FALSE,,,,,, +enchilada.n.01,liquid,0,0,FALSE,,,,,, +enchilada.n.01,heatSource,0,0,FALSE,,,,,, +enchilada.n.01,fireSource,1,0,FALSE,,,,,, +enchilada.n.01,cookable,0,1,FALSE,,,,,, +enchilada.n.01,coldSource,0,0,FALSE,,,,,, +enchilada.n.01,sliceable,0,1,FALSE,,,,,, +enchilada.n.01,slicer,0,0,FALSE,,,,,, +enchilada.n.01,soakable,1,0,FALSE,,,,,, +magnesium_sulfate.n.01,liquid,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,heatSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,fireSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,cookable,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,coldSource,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,sliceable,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,slicer,0,0,FALSE,,,,,, +magnesium_sulfate.n.01,soakable,0,0,FALSE,,,,,, +wheat.n.02,liquid,0,0,FALSE,,,,,, +wheat.n.02,heatSource,0,0,FALSE,,,,,, +wheat.n.02,fireSource,1,0,FALSE,,,,,, +wheat.n.02,cookable,0,1,FALSE,,,,,, +wheat.n.02,coldSource,0,0,FALSE,,,,,, +wheat.n.02,sliceable,0,1,FALSE,,,,,, +wheat.n.02,slicer,0,0,FALSE,,,,,, +wheat.n.02,soakable,0,0,FALSE,,,,,, +fastener.n.02,liquid,0,0,FALSE,,,,,, +fastener.n.02,heatSource,0,0,FALSE,,,,,, +fastener.n.02,fireSource,0,0,FALSE,,,,,, +fastener.n.02,cookable,0,0,FALSE,,,,,, +fastener.n.02,coldSource,0,0,FALSE,,,,,, +fastener.n.02,sliceable,0,0,FALSE,,,,,, +fastener.n.02,slicer,0,0,FALSE,,,,,, +fastener.n.02,soakable,0,0,FALSE,,,,,, +common_bean.n.02,liquid,0,0,FALSE,,,,,, +common_bean.n.02,heatSource,0,0,FALSE,,,,,, +common_bean.n.02,fireSource,1,0,FALSE,,,,,, +common_bean.n.02,cookable,0,1,FALSE,,,,,, +common_bean.n.02,coldSource,0,0,FALSE,,,,,, +common_bean.n.02,sliceable,0,0,FALSE,,,,,, +common_bean.n.02,slicer,0,0,FALSE,,,,,, +common_bean.n.02,soakable,0,0,FALSE,,,,,, +dried_fruit.n.01,liquid,0,0,FALSE,,,,,, +dried_fruit.n.01,heatSource,0,0,FALSE,,,,,, +dried_fruit.n.01,fireSource,1,0,FALSE,,,,,, +dried_fruit.n.01,cookable,0,1,FALSE,,,,,, +dried_fruit.n.01,coldSource,0,0,FALSE,,,,,, +dried_fruit.n.01,sliceable,0,1,FALSE,,,,,, +dried_fruit.n.01,slicer,0,0,FALSE,,,,,, +dried_fruit.n.01,soakable,0,0,FALSE,,,,,, +herb.n.02,liquid,0,0,FALSE,,,,,, +herb.n.02,heatSource,0,0,FALSE,,,,,, +herb.n.02,fireSource,1,0,FALSE,,,,,, +herb.n.02,cookable,0,1,FALSE,,,,,, +herb.n.02,coldSource,0,0,FALSE,,,,,, +herb.n.02,sliceable,0,0,FALSE,,,,,, +herb.n.02,slicer,0,0,FALSE,,,,,, +herb.n.02,soakable,0,0,FALSE,,,,,, +wheel.n.01,liquid,0,0,FALSE,,,,,, +wheel.n.01,heatSource,0,0,FALSE,,,,,, +wheel.n.01,fireSource,0,0,FALSE,,,,,, +wheel.n.01,cookable,0,0,FALSE,,,,,, +wheel.n.01,coldSource,0,0,FALSE,,,,,, +wheel.n.01,sliceable,0,0,FALSE,,,,,, +wheel.n.01,slicer,0,0,FALSE,,,,,, +wheel.n.01,soakable,0,0,FALSE,,,,,, +can.n.01,liquid,0,0,FALSE,,,,,, +can.n.01,heatSource,0,0,FALSE,,,,,, +can.n.01,fireSource,0,0,FALSE,,,,,, +can.n.01,cookable,0,0,FALSE,,,,,, +can.n.01,coldSource,0,0,FALSE,,,,,, +can.n.01,sliceable,0,0,FALSE,,,,,, +can.n.01,slicer,1,0,FALSE,,,,,, +can.n.01,soakable,0,0,FALSE,,,,,, +flavorer.n.01,liquid,0,0,FALSE,,,,,, +flavorer.n.01,heatSource,0,0,FALSE,,,,,, +flavorer.n.01,fireSource,1,0,FALSE,,,,,, +flavorer.n.01,cookable,0,1,FALSE,,,,,, +flavorer.n.01,coldSource,0,0,FALSE,,,,,, +flavorer.n.01,sliceable,0,0,FALSE,,,,,, +flavorer.n.01,slicer,0,0,FALSE,,,,,, +flavorer.n.01,soakable,0,0,FALSE,,,,,, +shell.n.02,liquid,0,0,FALSE,,,,,, +shell.n.02,heatSource,0,0,FALSE,,,,,, +shell.n.02,fireSource,0,0,FALSE,,,,,, +shell.n.02,cookable,0,0,FALSE,,,,,, +shell.n.02,coldSource,0,0,FALSE,,,,,, +shell.n.02,sliceable,0,0,FALSE,,,,,, +shell.n.02,slicer,0,0,FALSE,,,,,, +shell.n.02,soakable,0,0,FALSE,,,,,, +shell.n.04,liquid,0,0,FALSE,,,,,, +shell.n.04,heatSource,0,0,FALSE,,,,,, +shell.n.04,fireSource,0,0,FALSE,,,,,, +shell.n.04,cookable,0,0,FALSE,,,,,, +shell.n.04,coldSource,0,0,FALSE,,,,,, +shell.n.04,sliceable,0,0,FALSE,,,,,, +shell.n.04,slicer,0,0,FALSE,,,,,, +shell.n.04,soakable,0,0,FALSE,,,,,, +bacon.n.01,liquid,0,0,FALSE,,,,,, +bacon.n.01,heatSource,0,0,FALSE,,,,,, +bacon.n.01,fireSource,1,0,FALSE,,,,,, +bacon.n.01,cookable,0,1,FALSE,,,,,, +bacon.n.01,coldSource,0,0,FALSE,,,,,, +bacon.n.01,sliceable,0,1,FALSE,,,,,, +bacon.n.01,slicer,1,0,FALSE,,,,,, +bacon.n.01,soakable,0,0,FALSE,,,,,, +black_pepper.n.02,liquid,0,0,FALSE,,,,,, +black_pepper.n.02,heatSource,0,0,FALSE,,,,,, +black_pepper.n.02,fireSource,1,0,FALSE,,,,,, +black_pepper.n.02,cookable,0,1,FALSE,,,,,, +black_pepper.n.02,coldSource,0,0,FALSE,,,,,, +black_pepper.n.02,sliceable,0,0,FALSE,,,,,, +black_pepper.n.02,slicer,0,0,FALSE,,,,,, +black_pepper.n.02,soakable,0,0,FALSE,,,,,, +leather.n.01,liquid,0,0,FALSE,,,,,, +leather.n.01,heatSource,0,0,FALSE,,,,,, +leather.n.01,fireSource,0,0,FALSE,,,,,, +leather.n.01,cookable,0,0,FALSE,,,,,, +leather.n.01,coldSource,0,0,FALSE,,,,,, +leather.n.01,sliceable,0,0,FALSE,,,,,, +leather.n.01,slicer,0,0,FALSE,,,,,, +leather.n.01,soakable,1,1,FALSE,,,,,, +fabric.n.01,liquid,0,0,FALSE,,,,,, +fabric.n.01,heatSource,0,0,FALSE,,,,,, +fabric.n.01,fireSource,0,0,FALSE,,,,,, +fabric.n.01,cookable,0,0,FALSE,,,,,, +fabric.n.01,coldSource,0,0,FALSE,,,,,, +fabric.n.01,sliceable,0,0,FALSE,,,,,, +fabric.n.01,slicer,0,0,FALSE,,,,,, +fabric.n.01,soakable,1,1,FALSE,,,,,, +onion.n.03,liquid,0,0,FALSE,,,,,, +onion.n.03,heatSource,0,0,FALSE,,,,,, +onion.n.03,fireSource,1,0,FALSE,,,,,, +onion.n.03,cookable,0,1,FALSE,,,,,, +onion.n.03,coldSource,0,0,FALSE,,,,,, +onion.n.03,sliceable,0,1,FALSE,,,,,, +onion.n.03,slicer,1,0,FALSE,,,,,, +onion.n.03,soakable,0,0,FALSE,,,,,, +grass.n.01,liquid,0,0,FALSE,,,,,, +grass.n.01,heatSource,0,0,FALSE,,,,,, +grass.n.01,fireSource,0,0,FALSE,,,,,, +grass.n.01,cookable,0,0,FALSE,,,,,, +grass.n.01,coldSource,0,0,FALSE,,,,,, +grass.n.01,sliceable,0,1,FALSE,,,,,, +grass.n.01,slicer,0,0,FALSE,,,,,, +grass.n.01,soakable,0,0,FALSE,,,,,, +laundry.n.01,liquid,0,0,FALSE,,,,,, +laundry.n.01,heatSource,0,0,FALSE,,,,,, +laundry.n.01,fireSource,0,0,FALSE,,,,,, +laundry.n.01,cookable,0,0,FALSE,,,,,, +laundry.n.01,coldSource,1,0,FALSE,,,,,, +laundry.n.01,sliceable,0,0,FALSE,,,,,, +laundry.n.01,slicer,1,0,FALSE,,,,,, +laundry.n.01,soakable,0,1,FALSE,,,,,, +sand.n.01,liquid,0,0,FALSE,,,,,, +sand.n.01,heatSource,0,0,FALSE,,,,,, +sand.n.01,fireSource,0,0,FALSE,,,,,, +sand.n.01,cookable,0,0,FALSE,,,,,, +sand.n.01,coldSource,0,0,FALSE,,,,,, +sand.n.01,sliceable,0,0,FALSE,,,,,, +sand.n.01,slicer,0,0,FALSE,,,,,, +sand.n.01,soakable,0,1,FALSE,,,,,, +emery_paper.n.01,liquid,0,0,FALSE,,,,,, +emery_paper.n.01,heatSource,0,0,FALSE,,,,,, +emery_paper.n.01,fireSource,0,0,FALSE,,,,,, +emery_paper.n.01,cookable,0,0,FALSE,,,,,, +emery_paper.n.01,coldSource,0,0,FALSE,,,,,, +emery_paper.n.01,sliceable,0,0,FALSE,,,,,, +emery_paper.n.01,slicer,1,0,FALSE,,,,,, +emery_paper.n.01,soakable,0,0,FALSE,,,,,, +wax.n.01,liquid,0,0,FALSE,,,,,, +wax.n.01,heatSource,0,0,FALSE,,,,,, +wax.n.01,fireSource,0,0,FALSE,,,,,, +wax.n.01,cookable,0,0,FALSE,,,,,, +wax.n.01,coldSource,0,0,FALSE,,,,,, +wax.n.01,sliceable,0,0,FALSE,,,,,, +wax.n.01,slicer,0,0,FALSE,,,,,, +wax.n.01,soakable,0,0,FALSE,,,,,, +blanket.n.01,liquid,0,0,FALSE,,,,,, +blanket.n.01,heatSource,1,0,FALSE,,,,,, +blanket.n.01,fireSource,0,0,FALSE,,,,,, +blanket.n.01,cookable,0,0,FALSE,,,,,, +blanket.n.01,coldSource,0,0,FALSE,,,,,, +blanket.n.01,sliceable,0,0,FALSE,,,,,, +blanket.n.01,slicer,0,0,FALSE,,,,,, +blanket.n.01,soakable,1,1,FALSE,,,,,, +chair.n.01,liquid,0,0,FALSE,,,,,, +chair.n.01,heatSource,0,0,FALSE,,,,,, +chair.n.01,fireSource,0,0,FALSE,,,,,, +chair.n.01,cookable,0,0,FALSE,,,,,, +chair.n.01,coldSource,0,0,FALSE,,,,,, +chair.n.01,sliceable,0,0,FALSE,,,,,, +chair.n.01,slicer,1,0,FALSE,,,,,, +chair.n.01,soakable,1,0,FALSE,,,,,, +sieve.n.01,liquid,0,0,FALSE,,,,,, +sieve.n.01,heatSource,0,0,FALSE,,,,,, +sieve.n.01,fireSource,0,0,FALSE,,,,,, +sieve.n.01,cookable,0,0,FALSE,,,,,, +sieve.n.01,coldSource,0,0,FALSE,,,,,, +sieve.n.01,sliceable,0,0,FALSE,,,,,, +sieve.n.01,slicer,1,0,FALSE,,,,,, +sieve.n.01,soakable,1,0,FALSE,,,,,, +flower.n.02,liquid,0,0,FALSE,,,,,, +flower.n.02,heatSource,0,0,FALSE,,,,,, +flower.n.02,fireSource,0,0,FALSE,,,,,, +flower.n.02,cookable,0,1,FALSE,,,,,, +flower.n.02,coldSource,0,0,FALSE,,,,,, +flower.n.02,sliceable,0,1,FALSE,,,,,, +flower.n.02,slicer,0,0,FALSE,,,,,, +flower.n.02,soakable,0,0,FALSE,,,,,, +frame.n.10,liquid,0,0,FALSE,,,,,, +frame.n.10,heatSource,0,0,FALSE,,,,,, +frame.n.10,fireSource,0,0,FALSE,,,,,, +frame.n.10,cookable,0,0,FALSE,,,,,, +frame.n.10,coldSource,0,0,FALSE,,,,,, +frame.n.10,sliceable,0,0,FALSE,,,,,, +frame.n.10,slicer,1,0,FALSE,,,,,, +frame.n.10,soakable,0,0,FALSE,,,,,, +utensil.n.01,liquid,0,0,FALSE,,,,,, +utensil.n.01,heatSource,0,0,FALSE,,,,,, +utensil.n.01,fireSource,1,0,FALSE,,,,,, +utensil.n.01,cookable,0,0,FALSE,,,,,, +utensil.n.01,coldSource,0,0,FALSE,,,,,, +utensil.n.01,sliceable,1,0,FALSE,,,,,, +utensil.n.01,slicer,1,1,FALSE,,,,,, +utensil.n.01,soakable,1,0,FALSE,,,,,, +rub.n.02,liquid,0,0,FALSE,,,,,, +rub.n.02,heatSource,0,0,FALSE,,,,,, +rub.n.02,fireSource,0,0,FALSE,,,,,, +rub.n.02,cookable,0,0,FALSE,,,,,, +rub.n.02,coldSource,0,0,FALSE,,,,,, +rub.n.02,sliceable,0,0,FALSE,,,,,, +rub.n.02,slicer,0,0,FALSE,,,,,, +rub.n.02,soakable,0,1,FALSE,,,,,, +foil.n.01,liquid,0,0,FALSE,,,,,, +foil.n.01,heatSource,0,0,FALSE,,,,,, +foil.n.01,fireSource,0,0,FALSE,,,,,, +foil.n.01,cookable,0,0,FALSE,,,,,, +foil.n.01,coldSource,0,0,FALSE,,,,,, +foil.n.01,sliceable,0,0,FALSE,,,,,, +foil.n.01,slicer,1,0,FALSE,,,,,, +foil.n.01,soakable,1,0,FALSE,,,,,, +liquid.n.01,liquid,1,1,FALSE,,,,,, +liquid.n.01,heatSource,0,0,FALSE,,,,,, +liquid.n.01,fireSource,0,0,FALSE,,,,,, +liquid.n.01,cookable,0,0,FALSE,,,,,, +liquid.n.01,coldSource,1,0,FALSE,,,,,, +liquid.n.01,sliceable,0,0,FALSE,,,,,, +liquid.n.01,slicer,0,0,FALSE,,,,,, +liquid.n.01,soakable,0,0,FALSE,,,,,, +wire.n.01,liquid,0,0,FALSE,,,,,, +wire.n.01,heatSource,0,0,FALSE,,,,,, +wire.n.01,fireSource,0,0,FALSE,,,,,, +wire.n.01,cookable,0,0,FALSE,,,,,, +wire.n.01,coldSource,0,0,FALSE,,,,,, +wire.n.01,sliceable,0,0,FALSE,,,,,, +wire.n.01,slicer,1,0,FALSE,,,,,, +wire.n.01,soakable,0,0,FALSE,,,,,, +napkin.n.01,liquid,0,0,FALSE,,,,,, +napkin.n.01,heatSource,0,0,FALSE,,,,,, +napkin.n.01,fireSource,0,1,FALSE,,,,,, +napkin.n.01,cookable,0,0,FALSE,,,,,, +napkin.n.01,coldSource,0,0,FALSE,,,,,, +napkin.n.01,sliceable,0,0,FALSE,,,,,, +napkin.n.01,slicer,1,0,FALSE,,,,,, +napkin.n.01,soakable,1,1,FALSE,,,,,, +bite.n.04,liquid,0,0,FALSE,,,,,, +bite.n.04,heatSource,0,0,FALSE,,,,,, +bite.n.04,fireSource,1,0,FALSE,,,,,, +bite.n.04,cookable,0,1,FALSE,,,,,, +bite.n.04,coldSource,0,0,FALSE,,,,,, +bite.n.04,sliceable,0,0,FALSE,,,,,, +bite.n.04,slicer,0,0,FALSE,,,,,, +bite.n.04,soakable,0,0,FALSE,,,,,, +light.n.02,liquid,0,0,FALSE,,,,,, +light.n.02,heatSource,0,0,FALSE,,,,,, +light.n.02,fireSource,0,0,FALSE,,,,,, +light.n.02,cookable,0,0,FALSE,,,,,, +light.n.02,coldSource,0,0,FALSE,,,,,, +light.n.02,sliceable,0,0,FALSE,,,,,, +light.n.02,slicer,1,0,FALSE,,,,,, +light.n.02,soakable,0,0,FALSE,,,,,, +tree.n.01,liquid,0,0,FALSE,,,,,, +tree.n.01,heatSource,0,0,FALSE,,,,,, +tree.n.01,fireSource,0,1,FALSE,,,,,, +tree.n.01,cookable,0,0,FALSE,,,,,, +tree.n.01,coldSource,0,0,FALSE,,,,,, +tree.n.01,sliceable,0,0,FALSE,,,,,, +tree.n.01,slicer,0,0,FALSE,,,,,, +tree.n.01,soakable,0,0,FALSE,,,,,, +truck.n.01,liquid,0,0,FALSE,,,,,, +truck.n.01,heatSource,0,0,FALSE,,,,,, +truck.n.01,fireSource,0,0,FALSE,,,,,, +truck.n.01,cookable,0,0,FALSE,,,,,, +truck.n.01,coldSource,0,0,FALSE,,,,,, +truck.n.01,sliceable,0,0,FALSE,,,,,, +truck.n.01,slicer,1,0,FALSE,,,,,, +truck.n.01,soakable,0,0,FALSE,,,,,, +shoe.n.01,liquid,0,0,FALSE,,,,,, +shoe.n.01,heatSource,0,0,FALSE,,,,,, +shoe.n.01,fireSource,0,0,FALSE,,,,,, +shoe.n.01,cookable,0,0,FALSE,,,,,, +shoe.n.01,coldSource,0,0,FALSE,,,,,, +shoe.n.01,sliceable,0,0,FALSE,,,,,, +shoe.n.01,slicer,0,0,FALSE,,,,,, +shoe.n.01,soakable,0,1,FALSE,,,,,, +stalk.n.02,liquid,0,0,FALSE,,,,,, +stalk.n.02,heatSource,0,0,FALSE,,,,,, +stalk.n.02,fireSource,0,0,FALSE,,,,,, +stalk.n.02,cookable,0,0,FALSE,,,,,, +stalk.n.02,coldSource,0,0,FALSE,,,,,, +stalk.n.02,sliceable,0,0,FALSE,,,,,, +stalk.n.02,slicer,0,0,FALSE,,,,,, +stalk.n.02,soakable,0,0,FALSE,,,,,, +honey.n.01,liquid,1,1,FALSE,,,,,, +honey.n.01,heatSource,0,0,FALSE,,,,,, +honey.n.01,fireSource,0,0,FALSE,,,,,, +honey.n.01,cookable,0,1,FALSE,,,,,, +honey.n.01,coldSource,1,0,FALSE,,,,,, +honey.n.01,sliceable,0,0,FALSE,,,,,, +honey.n.01,slicer,0,0,FALSE,,,,,, +honey.n.01,soakable,0,0,FALSE,,,,,, +plastic.n.01,liquid,0,0,FALSE,,,,,, +plastic.n.01,heatSource,0,0,FALSE,,,,,, +plastic.n.01,fireSource,0,0,FALSE,,,,,, +plastic.n.01,cookable,0,0,FALSE,,,,,, +plastic.n.01,coldSource,0,0,FALSE,,,,,, +plastic.n.01,sliceable,0,0,FALSE,,,,,, +plastic.n.01,slicer,0,0,FALSE,,,,,, +plastic.n.01,soakable,1,0,FALSE,,,,,, +sodium_carbonate.n.01,liquid,0,0,FALSE,,,,,, +sodium_carbonate.n.01,heatSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,fireSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,cookable,0,0,FALSE,,,,,, +sodium_carbonate.n.01,coldSource,0,0,FALSE,,,,,, +sodium_carbonate.n.01,sliceable,0,0,FALSE,,,,,, +sodium_carbonate.n.01,slicer,0,0,FALSE,,,,,, +sodium_carbonate.n.01,soakable,0,0,FALSE,,,,,, +mixer.n.04,liquid,0,0,FALSE,,,,,, +mixer.n.04,heatSource,0,0,FALSE,,,,,, +mixer.n.04,fireSource,0,0,FALSE,,,,,, +mixer.n.04,cookable,0,0,FALSE,,,,,, +mixer.n.04,coldSource,0,0,FALSE,,,,,, +mixer.n.04,sliceable,0,0,FALSE,,,,,, +mixer.n.04,slicer,1,1,FALSE,,,,,, +mixer.n.04,soakable,0,0,FALSE,,,,,, +wax_paper.n.01,liquid,0,0,FALSE,,,,,, +wax_paper.n.01,heatSource,0,0,FALSE,,,,,, +wax_paper.n.01,fireSource,0,0,FALSE,,,,,, +wax_paper.n.01,cookable,0,0,FALSE,,,,,, +wax_paper.n.01,coldSource,0,0,FALSE,,,,,, +wax_paper.n.01,sliceable,0,0,FALSE,,,,,, +wax_paper.n.01,slicer,0,0,FALSE,,,,,, +wax_paper.n.01,soakable,1,1,FALSE,,,,,, +plastic_bag.n.01,liquid,0,0,FALSE,,,,,, +plastic_bag.n.01,heatSource,0,0,FALSE,,,,,, +plastic_bag.n.01,fireSource,0,0,FALSE,,,,,, +plastic_bag.n.01,cookable,0,0,FALSE,,,,,, +plastic_bag.n.01,coldSource,0,0,FALSE,,,,,, +plastic_bag.n.01,sliceable,0,0,FALSE,,,,,, +plastic_bag.n.01,slicer,1,0,FALSE,,,,,, +plastic_bag.n.01,soakable,1,0,FALSE,,,,,, +dirt.n.02,liquid,0,0,FALSE,,,,,, +dirt.n.02,heatSource,0,0,FALSE,,,,,, +dirt.n.02,fireSource,0,0,FALSE,,,,,, +dirt.n.02,cookable,0,0,FALSE,,,,,, +dirt.n.02,coldSource,0,0,FALSE,,,,,, +dirt.n.02,sliceable,0,0,FALSE,,,,,, +dirt.n.02,slicer,0,0,FALSE,,,,,, +dirt.n.02,soakable,0,0,FALSE,,,,,, +meal.n.01,liquid,0,0,FALSE,,,,,, +meal.n.01,heatSource,0,0,FALSE,,,,,, +meal.n.01,fireSource,1,0,FALSE,,,,,, +meal.n.01,cookable,0,1,FALSE,,,,,, +meal.n.01,coldSource,0,0,FALSE,,,,,, +meal.n.01,sliceable,1,1,FALSE,,,,,, +meal.n.01,slicer,0,0,FALSE,,,,,, +meal.n.01,soakable,0,0,FALSE,,,,,, +nut.n.01,liquid,0,0,FALSE,,,,,, +nut.n.01,heatSource,0,0,FALSE,,,,,, +nut.n.01,fireSource,1,0,FALSE,,,,,, +nut.n.01,cookable,0,1,FALSE,,,,,, +nut.n.01,coldSource,0,0,FALSE,,,,,, +nut.n.01,sliceable,0,0,FALSE,,,,,, +nut.n.01,slicer,1,0,FALSE,,,,,, +nut.n.01,soakable,0,0,FALSE,,,,,, +seed.n.02,liquid,0,0,FALSE,,,,,, +seed.n.02,heatSource,0,0,FALSE,,,,,, +seed.n.02,fireSource,0,0,FALSE,,,,,, +seed.n.02,cookable,0,1,FALSE,,,,,, +seed.n.02,coldSource,0,0,FALSE,,,,,, +seed.n.02,sliceable,0,0,FALSE,,,,,, +seed.n.02,slicer,0,0,FALSE,,,,,, +seed.n.02,soakable,0,0,FALSE,,,,,, +book.n.01,liquid,0,0,FALSE,,,,,, +book.n.01,heatSource,0,0,FALSE,,,,,, +book.n.01,fireSource,0,0,FALSE,,,,,, +book.n.01,cookable,0,0,FALSE,,,,,, +book.n.01,coldSource,0,0,FALSE,,,,,, +book.n.01,sliceable,0,0,FALSE,,,,,, +book.n.01,slicer,0,0,FALSE,,,,,, +book.n.01,soakable,0,1,FALSE,,,,,, +blade.n.09,liquid,0,0,FALSE,,,,,, +blade.n.09,heatSource,0,0,FALSE,,,,,, +blade.n.09,fireSource,0,0,FALSE,,,,,, +blade.n.09,cookable,0,0,FALSE,,,,,, +blade.n.09,coldSource,0,0,FALSE,,,,,, +blade.n.09,sliceable,1,0,FALSE,,,,,, +blade.n.09,slicer,1,1,FALSE,,,,,, +blade.n.09,soakable,0,0,FALSE,,,,,, +mold.n.05,liquid,0,0,FALSE,,,,,, +mold.n.05,heatSource,0,0,FALSE,,,,,, +mold.n.05,fireSource,0,0,FALSE,,,,,, +mold.n.05,cookable,0,0,FALSE,,,,,, +mold.n.05,coldSource,0,0,FALSE,,,,,, +mold.n.05,sliceable,0,0,FALSE,,,,,, +mold.n.05,slicer,0,0,FALSE,,,,,, +mold.n.05,soakable,0,0,FALSE,,,,,, +sauce.n.01,liquid,0,1,FALSE,,,,,, +sauce.n.01,heatSource,0,0,FALSE,,,,,, +sauce.n.01,fireSource,1,0,FALSE,,,,,, +sauce.n.01,cookable,0,1,FALSE,,,,,, +sauce.n.01,coldSource,1,0,FALSE,,,,,, +sauce.n.01,sliceable,0,0,FALSE,,,,,, +sauce.n.01,slicer,0,0,FALSE,,,,,, +sauce.n.01,soakable,0,0,FALSE,,,,,, +screw.n.04,liquid,0,0,FALSE,,,,,, +screw.n.04,heatSource,0,0,FALSE,,,,,, +screw.n.04,fireSource,0,0,FALSE,,,,,, +screw.n.04,cookable,0,0,FALSE,,,,,, +screw.n.04,coldSource,0,0,FALSE,,,,,, +screw.n.04,sliceable,0,0,FALSE,,,,,, +screw.n.04,slicer,0,0,FALSE,,,,,, +screw.n.04,soakable,0,0,FALSE,,,,,, +spice.n.02,liquid,0,0,FALSE,,,,,, +spice.n.02,heatSource,0,0,FALSE,,,,,, +spice.n.02,fireSource,1,0,FALSE,,,,,, +spice.n.02,cookable,0,1,FALSE,,,,,, +spice.n.02,coldSource,0,0,FALSE,,,,,, +spice.n.02,sliceable,0,0,FALSE,,,,,, +spice.n.02,slicer,0,0,FALSE,,,,,, +spice.n.02,soakable,0,0,FALSE,,,,,, +aluminium_foil.n.01,liquid,0,0,FALSE,,,,,, +aluminium_foil.n.01,heatSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,fireSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,cookable,0,0,FALSE,,,,,, +aluminium_foil.n.01,coldSource,0,0,FALSE,,,,,, +aluminium_foil.n.01,sliceable,0,1,FALSE,,,,,, +aluminium_foil.n.01,slicer,0,0,FALSE,,,,,, +aluminium_foil.n.01,soakable,0,0,FALSE,,,,,, +rice.n.01,liquid,0,0,FALSE,,,,,, +rice.n.01,heatSource,0,0,FALSE,,,,,, +rice.n.01,fireSource,1,0,FALSE,,,,,, +rice.n.01,cookable,0,1,FALSE,,,,,, +rice.n.01,coldSource,1,0,FALSE,,,,,, +rice.n.01,sliceable,0,0,FALSE,,,,,, +rice.n.01,slicer,1,0,FALSE,,,,,, +rice.n.01,soakable,0,0,FALSE,,,,,, +wine.n.01,liquid,1,1,FALSE,,,,,, +wine.n.01,heatSource,0,0,FALSE,,,,,, +wine.n.01,fireSource,0,0,FALSE,,,,,, +wine.n.01,cookable,0,1,FALSE,,,,,, +wine.n.01,coldSource,1,0,FALSE,,,,,, +wine.n.01,sliceable,0,0,FALSE,,,,,, +wine.n.01,slicer,0,0,FALSE,,,,,, +wine.n.01,soakable,0,0,FALSE,,,,,, +rack.n.05,liquid,0,0,FALSE,,,,,, +rack.n.05,heatSource,0,0,FALSE,,,,,, +rack.n.05,fireSource,0,0,FALSE,,,,,, +rack.n.05,cookable,0,0,FALSE,,,,,, +rack.n.05,coldSource,0,0,FALSE,,,,,, +rack.n.05,sliceable,0,0,FALSE,,,,,, +rack.n.05,slicer,1,0,FALSE,,,,,, +rack.n.05,soakable,1,0,FALSE,,,,,, +leaf.n.01,liquid,0,0,FALSE,,,,,, +leaf.n.01,heatSource,0,0,FALSE,,,,,, +leaf.n.01,fireSource,0,0,FALSE,,,,,, +leaf.n.01,cookable,0,0,FALSE,,,,,, +leaf.n.01,coldSource,0,0,FALSE,,,,,, +leaf.n.01,sliceable,0,1,FALSE,,,,,, +leaf.n.01,slicer,0,0,FALSE,,,,,, +leaf.n.01,soakable,0,1,FALSE,,,,,, +plastic_wrap.n.01,liquid,0,0,FALSE,,,,,, +plastic_wrap.n.01,heatSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,fireSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,cookable,0,0,FALSE,,,,,, +plastic_wrap.n.01,coldSource,0,0,FALSE,,,,,, +plastic_wrap.n.01,sliceable,0,0,FALSE,,,,,, +plastic_wrap.n.01,slicer,1,0,FALSE,,,,,, +plastic_wrap.n.01,soakable,0,0,FALSE,,,,,, +bearing.n.06,liquid,0,0,FALSE,,,,,, +bearing.n.06,heatSource,0,0,FALSE,,,,,, +bearing.n.06,fireSource,0,0,FALSE,,,,,, +bearing.n.06,cookable,0,0,FALSE,,,,,, +bearing.n.06,coldSource,0,0,FALSE,,,,,, +bearing.n.06,sliceable,0,0,FALSE,,,,,, +bearing.n.06,slicer,1,0,FALSE,,,,,, +bearing.n.06,soakable,0,0,FALSE,,,,,, +liquid_soap.n.01,liquid,1,1,FALSE,,,,,, +liquid_soap.n.01,heatSource,0,0,FALSE,,,,,, +liquid_soap.n.01,fireSource,0,0,FALSE,,,,,, +liquid_soap.n.01,cookable,0,0,FALSE,,,,,, +liquid_soap.n.01,coldSource,1,0,FALSE,,,,,, +liquid_soap.n.01,sliceable,0,0,FALSE,,,,,, +liquid_soap.n.01,slicer,0,0,FALSE,,,,,, +liquid_soap.n.01,soakable,0,0,FALSE,,,,,, +bookend.n.01,liquid,0,0,FALSE,,,,,, +bookend.n.01,heatSource,0,0,FALSE,,,,,, +bookend.n.01,fireSource,0,0,FALSE,,,,,, +bookend.n.01,cookable,0,0,FALSE,,,,,, +bookend.n.01,coldSource,0,0,FALSE,,,,,, +bookend.n.01,sliceable,0,0,FALSE,,,,,, +bookend.n.01,slicer,1,0,FALSE,,,,,, +bookend.n.01,soakable,0,0,FALSE,,,,,, +brace.n.09,liquid,0,0,FALSE,,,,,, +brace.n.09,heatSource,0,0,FALSE,,,,,, +brace.n.09,fireSource,0,0,FALSE,,,,,, +brace.n.09,cookable,0,0,FALSE,,,,,, +brace.n.09,coldSource,0,0,FALSE,,,,,, +brace.n.09,sliceable,0,0,FALSE,,,,,, +brace.n.09,slicer,0,0,FALSE,,,,,, +brace.n.09,soakable,0,0,FALSE,,,,,, +buckle.n.01,liquid,0,0,FALSE,,,,,, +buckle.n.01,heatSource,0,0,FALSE,,,,,, +buckle.n.01,fireSource,0,0,FALSE,,,,,, +buckle.n.01,cookable,0,0,FALSE,,,,,, +buckle.n.01,coldSource,0,0,FALSE,,,,,, +buckle.n.01,sliceable,0,0,FALSE,,,,,, +buckle.n.01,slicer,1,1,FALSE,,,,,, +buckle.n.01,soakable,0,0,FALSE,,,,,, +insectifuge.n.01,liquid,0,0,FALSE,,,,,, +insectifuge.n.01,heatSource,0,0,FALSE,,,,,, +insectifuge.n.01,fireSource,0,0,FALSE,,,,,, +insectifuge.n.01,cookable,0,0,FALSE,,,,,, +insectifuge.n.01,coldSource,0,0,FALSE,,,,,, +insectifuge.n.01,sliceable,0,0,FALSE,,,,,, +insectifuge.n.01,slicer,0,0,FALSE,,,,,, +insectifuge.n.01,soakable,0,0,FALSE,,,,,, +insect_repellent.n.01,liquid,0,0,FALSE,,,,,, +insect_repellent.n.01,heatSource,0,0,FALSE,,,,,, +insect_repellent.n.01,fireSource,0,0,FALSE,,,,,, +insect_repellent.n.01,cookable,0,0,FALSE,,,,,, +insect_repellent.n.01,coldSource,0,0,FALSE,,,,,, +insect_repellent.n.01,sliceable,0,0,FALSE,,,,,, +insect_repellent.n.01,slicer,0,0,FALSE,,,,,, +insect_repellent.n.01,soakable,0,0,FALSE,,,,,, +bumper.n.02,liquid,0,0,FALSE,,,,,, +bumper.n.02,heatSource,0,0,FALSE,,,,,, +bumper.n.02,fireSource,0,0,FALSE,,,,,, +bumper.n.02,cookable,0,0,FALSE,,,,,, +bumper.n.02,coldSource,0,0,FALSE,,,,,, +bumper.n.02,sliceable,0,0,FALSE,,,,,, +bumper.n.02,slicer,0,0,FALSE,,,,,, +bumper.n.02,soakable,0,0,FALSE,,,,,, +burlap.n.01,liquid,0,0,FALSE,,,,,, +burlap.n.01,heatSource,0,0,FALSE,,,,,, +burlap.n.01,fireSource,0,0,FALSE,,,,,, +burlap.n.01,cookable,0,0,FALSE,,,,,, +burlap.n.01,coldSource,0,0,FALSE,,,,,, +burlap.n.01,sliceable,0,0,FALSE,,,,,, +burlap.n.01,slicer,0,0,FALSE,,,,,, +burlap.n.01,soakable,0,1,FALSE,,,,,, +frosting.n.01,liquid,0,0,FALSE,,,,,, +frosting.n.01,heatSource,0,0,FALSE,,,,,, +frosting.n.01,fireSource,0,0,FALSE,,,,,, +frosting.n.01,cookable,0,1,FALSE,,,,,, +frosting.n.01,coldSource,1,0,FALSE,,,,,, +frosting.n.01,sliceable,0,0,FALSE,,,,,, +frosting.n.01,slicer,1,0,FALSE,,,,,, +frosting.n.01,soakable,0,0,FALSE,,,,,, +cactus.n.01,liquid,0,0,FALSE,,,,,, +cactus.n.01,heatSource,0,0,FALSE,,,,,, +cactus.n.01,fireSource,0,0,FALSE,,,,,, +cactus.n.01,cookable,0,1,FALSE,,,,,, +cactus.n.01,coldSource,0,0,FALSE,,,,,, +cactus.n.01,sliceable,0,1,FALSE,,,,,, +cactus.n.01,slicer,1,0,FALSE,,,,,, +cactus.n.01,soakable,0,0,FALSE,,,,,, +calendar.n.01,liquid,0,0,FALSE,,,,,, +calendar.n.01,heatSource,0,0,FALSE,,,,,, +calendar.n.01,fireSource,0,0,FALSE,,,,,, +calendar.n.01,cookable,0,0,FALSE,,,,,, +calendar.n.01,coldSource,0,0,FALSE,,,,,, +calendar.n.01,sliceable,0,0,FALSE,,,,,, +calendar.n.01,slicer,1,0,FALSE,,,,,, +calendar.n.01,soakable,0,1,FALSE,,,,,, +cardamom.n.02,liquid,0,0,FALSE,,,,,, +cardamom.n.02,heatSource,0,0,FALSE,,,,,, +cardamom.n.02,fireSource,1,0,FALSE,,,,,, +cardamom.n.02,cookable,0,1,FALSE,,,,,, +cardamom.n.02,coldSource,0,0,FALSE,,,,,, +cardamom.n.02,sliceable,0,0,FALSE,,,,,, +cardamom.n.02,slicer,0,0,FALSE,,,,,, +cardamom.n.02,soakable,0,0,FALSE,,,,,, +electric_fan.n.01,liquid,0,0,FALSE,,,,,, +electric_fan.n.01,heatSource,0,0,FALSE,,,,,, +electric_fan.n.01,fireSource,0,0,FALSE,,,,,, +electric_fan.n.01,cookable,0,0,FALSE,,,,,, +electric_fan.n.01,coldSource,0,0,FALSE,,,,,, +electric_fan.n.01,sliceable,0,0,FALSE,,,,,, +electric_fan.n.01,slicer,1,0,FALSE,,,,,, +electric_fan.n.01,soakable,0,0,FALSE,,,,,, +cellophane.n.01,liquid,0,0,FALSE,,,,,, +cellophane.n.01,heatSource,0,0,FALSE,,,,,, +cellophane.n.01,fireSource,0,0,FALSE,,,,,, +cellophane.n.01,cookable,0,0,FALSE,,,,,, +cellophane.n.01,coldSource,0,0,FALSE,,,,,, +cellophane.n.01,sliceable,0,0,FALSE,,,,,, +cellophane.n.01,slicer,1,0,FALSE,,,,,, +cellophane.n.01,soakable,1,0,FALSE,,,,,, +centerpiece.n.02,liquid,0,0,FALSE,,,,,, +centerpiece.n.02,heatSource,0,0,FALSE,,,,,, +centerpiece.n.02,fireSource,0,0,FALSE,,,,,, +centerpiece.n.02,cookable,0,0,FALSE,,,,,, +centerpiece.n.02,coldSource,0,0,FALSE,,,,,, +centerpiece.n.02,sliceable,0,0,FALSE,,,,,, +centerpiece.n.02,slicer,0,0,FALSE,,,,,, +centerpiece.n.02,soakable,0,0,FALSE,,,,,, +cereal_box.n.01,liquid,0,0,FALSE,,,,,, +cereal_box.n.01,heatSource,0,0,FALSE,,,,,, +cereal_box.n.01,fireSource,0,0,FALSE,,,,,, +cereal_box.n.01,cookable,0,0,FALSE,,,,,, +cereal_box.n.01,coldSource,0,0,FALSE,,,,,, +cereal_box.n.01,sliceable,0,0,FALSE,,,,,, +cereal_box.n.01,slicer,0,0,FALSE,,,,,, +cereal_box.n.01,soakable,1,1,FALSE,,,,,, +chain_saw.n.01,liquid,0,0,FALSE,,,,,, +chain_saw.n.01,heatSource,0,0,FALSE,,,,,, +chain_saw.n.01,fireSource,0,0,FALSE,,,,,, +chain_saw.n.01,cookable,0,0,FALSE,,,,,, +chain_saw.n.01,coldSource,0,0,FALSE,,,,,, +chain_saw.n.01,sliceable,0,0,FALSE,,,,,, +chain_saw.n.01,slicer,1,1,FALSE,,,,,, +chain_saw.n.01,soakable,0,0,FALSE,,,,,, +blackboard.n.01,liquid,0,0,FALSE,,,,,, +blackboard.n.01,heatSource,0,0,FALSE,,,,,, +blackboard.n.01,fireSource,0,0,FALSE,,,,,, +blackboard.n.01,cookable,0,0,FALSE,,,,,, +blackboard.n.01,coldSource,0,0,FALSE,,,,,, +blackboard.n.01,sliceable,0,0,FALSE,,,,,, +blackboard.n.01,slicer,1,0,FALSE,,,,,, +blackboard.n.01,soakable,0,0,FALSE,,,,,, +chard.n.01,liquid,0,0,FALSE,,,,,, +chard.n.01,heatSource,0,0,FALSE,,,,,, +chard.n.01,fireSource,1,0,FALSE,,,,,, +chard.n.01,cookable,0,1,FALSE,,,,,, +chard.n.01,coldSource,0,0,FALSE,,,,,, +chard.n.01,sliceable,0,1,FALSE,,,,,, +chard.n.01,slicer,0,0,FALSE,,,,,, +chard.n.01,soakable,0,0,FALSE,,,,,, +cherry_tomato.n.02,liquid,0,0,FALSE,,,,,, +cherry_tomato.n.02,heatSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,fireSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,cookable,0,1,FALSE,,,,,, +cherry_tomato.n.02,coldSource,0,0,FALSE,,,,,, +cherry_tomato.n.02,sliceable,0,1,FALSE,,,,,, +cherry_tomato.n.02,slicer,0,0,FALSE,,,,,, +cherry_tomato.n.02,soakable,0,0,FALSE,,,,,, +edible_seed.n.01,liquid,0,0,FALSE,,,,,, +edible_seed.n.01,heatSource,0,0,FALSE,,,,,, +edible_seed.n.01,fireSource,1,0,FALSE,,,,,, +edible_seed.n.01,cookable,0,1,FALSE,,,,,, +edible_seed.n.01,coldSource,0,0,FALSE,,,,,, +edible_seed.n.01,sliceable,0,0,FALSE,,,,,, +edible_seed.n.01,slicer,0,0,FALSE,,,,,, +edible_seed.n.01,soakable,0,0,FALSE,,,,,, +chicken_leg.n.01,liquid,0,0,FALSE,,,,,, +chicken_leg.n.01,heatSource,0,0,FALSE,,,,,, +chicken_leg.n.01,fireSource,1,0,FALSE,,,,,, +chicken_leg.n.01,cookable,0,1,FALSE,,,,,, +chicken_leg.n.01,coldSource,0,0,FALSE,,,,,, +chicken_leg.n.01,sliceable,0,1,FALSE,,,,,, +chicken_leg.n.01,slicer,0,0,FALSE,,,,,, +chicken_leg.n.01,soakable,0,0,FALSE,,,,,, +chicken_soup.n.01,liquid,1,1,FALSE,,,,,, +chicken_soup.n.01,heatSource,0,0,FALSE,,,,,, +chicken_soup.n.01,fireSource,1,0,FALSE,,,,,, +chicken_soup.n.01,cookable,0,1,FALSE,,,,,, +chicken_soup.n.01,coldSource,0,0,FALSE,,,,,, +chicken_soup.n.01,sliceable,0,0,FALSE,,,,,, +chicken_soup.n.01,slicer,0,0,FALSE,,,,,, +chicken_soup.n.01,soakable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,liquid,0,0,FALSE,,,,,, +piece_of_cloth.n.01,heatSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,fireSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,cookable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,coldSource,0,0,FALSE,,,,,, +piece_of_cloth.n.01,sliceable,0,0,FALSE,,,,,, +piece_of_cloth.n.01,slicer,0,0,FALSE,,,,,, +piece_of_cloth.n.01,soakable,1,1,FALSE,,,,,, +clock.n.01,liquid,0,0,FALSE,,,,,, +clock.n.01,heatSource,0,0,FALSE,,,,,, +clock.n.01,fireSource,0,0,FALSE,,,,,, +clock.n.01,cookable,0,0,FALSE,,,,,, +clock.n.01,coldSource,0,0,FALSE,,,,,, +clock.n.01,sliceable,0,0,FALSE,,,,,, +clock.n.01,slicer,1,0,FALSE,,,,,, +clock.n.01,soakable,0,0,FALSE,,,,,, +cabinet.n.04,liquid,0,0,FALSE,,,,,, +cabinet.n.04,heatSource,0,0,FALSE,,,,,, +cabinet.n.04,fireSource,0,0,FALSE,,,,,, +cabinet.n.04,cookable,0,0,FALSE,,,,,, +cabinet.n.04,coldSource,0,0,FALSE,,,,,, +cabinet.n.04,sliceable,0,0,FALSE,,,,,, +cabinet.n.04,slicer,1,0,FALSE,,,,,, +cabinet.n.04,soakable,0,0,FALSE,,,,,, +knob.n.01,liquid,0,0,FALSE,,,,,, +knob.n.01,heatSource,0,0,FALSE,,,,,, +knob.n.01,fireSource,0,0,FALSE,,,,,, +knob.n.01,cookable,0,0,FALSE,,,,,, +knob.n.01,coldSource,0,0,FALSE,,,,,, +knob.n.01,sliceable,0,0,FALSE,,,,,, +knob.n.01,slicer,1,0,FALSE,,,,,, +knob.n.01,soakable,0,0,FALSE,,,,,, +corn_syrup.n.01,liquid,1,1,FALSE,,,,,, +corn_syrup.n.01,heatSource,0,0,FALSE,,,,,, +corn_syrup.n.01,fireSource,0,0,FALSE,,,,,, +corn_syrup.n.01,cookable,0,1,FALSE,,,,,, +corn_syrup.n.01,coldSource,0,0,FALSE,,,,,, +corn_syrup.n.01,sliceable,0,0,FALSE,,,,,, +corn_syrup.n.01,slicer,0,0,FALSE,,,,,, +corn_syrup.n.01,soakable,0,0,FALSE,,,,,, +costume.n.01,liquid,0,0,FALSE,,,,,, +costume.n.01,heatSource,0,0,FALSE,,,,,, +costume.n.01,fireSource,0,0,FALSE,,,,,, +costume.n.01,cookable,0,0,FALSE,,,,,, +costume.n.01,coldSource,0,0,FALSE,,,,,, +costume.n.01,sliceable,0,0,FALSE,,,,,, +costume.n.01,slicer,0,0,FALSE,,,,,, +costume.n.01,soakable,0,1,FALSE,,,,,, +crossbar.n.01,liquid,0,0,FALSE,,,,,, +crossbar.n.01,heatSource,0,0,FALSE,,,,,, +crossbar.n.01,fireSource,0,0,FALSE,,,,,, +crossbar.n.01,cookable,0,0,FALSE,,,,,, +crossbar.n.01,coldSource,0,0,FALSE,,,,,, +crossbar.n.01,sliceable,0,0,FALSE,,,,,, +crossbar.n.01,slicer,1,0,FALSE,,,,,, +crossbar.n.01,soakable,0,0,FALSE,,,,,, +crouton.n.01,liquid,0,0,FALSE,,,,,, +crouton.n.01,heatSource,0,0,FALSE,,,,,, +crouton.n.01,fireSource,1,0,FALSE,,,,,, +crouton.n.01,cookable,0,1,FALSE,,,,,, +crouton.n.01,coldSource,0,0,FALSE,,,,,, +crouton.n.01,sliceable,0,1,FALSE,,,,,, +crouton.n.01,slicer,0,0,FALSE,,,,,, +crouton.n.01,soakable,0,1,FALSE,,,,,, +curry.n.01,liquid,0,0,FALSE,,,,,, +curry.n.01,heatSource,0,0,FALSE,,,,,, +curry.n.01,fireSource,1,0,FALSE,,,,,, +curry.n.01,cookable,0,1,FALSE,,,,,, +curry.n.01,coldSource,0,0,FALSE,,,,,, +curry.n.01,sliceable,0,0,FALSE,,,,,, +curry.n.01,slicer,0,0,FALSE,,,,,, +curry.n.01,soakable,0,0,FALSE,,,,,, +custard.n.01,liquid,0,0,FALSE,,,,,, +custard.n.01,heatSource,0,0,FALSE,,,,,, +custard.n.01,fireSource,1,0,FALSE,,,,,, +custard.n.01,cookable,0,1,FALSE,,,,,, +custard.n.01,coldSource,1,0,FALSE,,,,,, +custard.n.01,sliceable,0,0,FALSE,,,,,, +custard.n.01,slicer,0,0,FALSE,,,,,, +custard.n.01,soakable,0,0,FALSE,,,,,, +antifreeze.n.01,liquid,1,1,FALSE,,,,,, +antifreeze.n.01,heatSource,0,0,FALSE,,,,,, +antifreeze.n.01,fireSource,0,0,FALSE,,,,,, +antifreeze.n.01,cookable,1,0,FALSE,,,,,, +antifreeze.n.01,coldSource,1,0,FALSE,,,,,, +antifreeze.n.01,sliceable,0,0,FALSE,,,,,, +antifreeze.n.01,slicer,0,0,FALSE,,,,,, +antifreeze.n.01,soakable,0,0,FALSE,,,,,, +denture.n.01,liquid,0,0,FALSE,,,,,, +denture.n.01,heatSource,0,0,FALSE,,,,,, +denture.n.01,fireSource,0,0,FALSE,,,,,, +denture.n.01,cookable,0,0,FALSE,,,,,, +denture.n.01,coldSource,1,0,FALSE,,,,,, +denture.n.01,sliceable,0,0,FALSE,,,,,, +denture.n.01,slicer,0,0,FALSE,,,,,, +denture.n.01,soakable,0,0,FALSE,,,,,, +dial.n.03,liquid,0,0,FALSE,,,,,, +dial.n.03,heatSource,0,0,FALSE,,,,,, +dial.n.03,fireSource,0,0,FALSE,,,,,, +dial.n.03,cookable,0,0,FALSE,,,,,, +dial.n.03,coldSource,0,0,FALSE,,,,,, +dial.n.03,sliceable,0,0,FALSE,,,,,, +dial.n.03,slicer,1,0,FALSE,,,,,, +dial.n.03,soakable,0,0,FALSE,,,,,, +dog_food.n.01,liquid,0,0,FALSE,,,,,, +dog_food.n.01,heatSource,0,0,FALSE,,,,,, +dog_food.n.01,fireSource,1,0,FALSE,,,,,, +dog_food.n.01,cookable,0,1,FALSE,,,,,, +dog_food.n.01,coldSource,0,0,FALSE,,,,,, +dog_food.n.01,sliceable,0,0,FALSE,,,,,, +dog_food.n.01,slicer,0,0,FALSE,,,,,, +dog_food.n.01,soakable,0,1,FALSE,,,,,, +dowel.n.01,liquid,0,0,FALSE,,,,,, +dowel.n.01,heatSource,0,0,FALSE,,,,,, +dowel.n.01,fireSource,0,0,FALSE,,,,,, +dowel.n.01,cookable,0,0,FALSE,,,,,, +dowel.n.01,coldSource,0,0,FALSE,,,,,, +dowel.n.01,sliceable,0,0,FALSE,,,,,, +dowel.n.01,slicer,1,0,FALSE,,,,,, +dowel.n.01,soakable,0,1,FALSE,,,,,, +racket.n.04,liquid,0,0,FALSE,,,,,, +racket.n.04,heatSource,0,0,FALSE,,,,,, +racket.n.04,fireSource,0,0,FALSE,,,,,, +racket.n.04,cookable,0,0,FALSE,,,,,, +racket.n.04,coldSource,0,0,FALSE,,,,,, +racket.n.04,sliceable,0,0,FALSE,,,,,, +racket.n.04,slicer,1,0,FALSE,,,,,, +racket.n.04,soakable,0,0,FALSE,,,,,, +rubber_boot.n.01,liquid,0,0,FALSE,,,,,, +rubber_boot.n.01,heatSource,0,0,FALSE,,,,,, +rubber_boot.n.01,fireSource,0,0,FALSE,,,,,, +rubber_boot.n.01,cookable,0,0,FALSE,,,,,, +rubber_boot.n.01,coldSource,0,0,FALSE,,,,,, +rubber_boot.n.01,sliceable,0,0,FALSE,,,,,, +rubber_boot.n.01,slicer,0,0,FALSE,,,,,, +rubber_boot.n.01,soakable,0,0,FALSE,,,,,, +ramekin.n.01,liquid,0,0,FALSE,,,,,, +ramekin.n.01,heatSource,0,0,FALSE,,,,,, +ramekin.n.01,fireSource,1,0,FALSE,,,,,, +ramekin.n.01,cookable,0,1,FALSE,,,,,, +ramekin.n.01,coldSource,1,0,FALSE,,,,,, +ramekin.n.01,sliceable,0,1,FALSE,,,,,, +ramekin.n.01,slicer,1,0,FALSE,,,,,, +ramekin.n.01,soakable,0,0,FALSE,,,,,, +retainer.n.03,liquid,0,0,FALSE,,,,,, +retainer.n.03,heatSource,0,0,FALSE,,,,,, +retainer.n.03,fireSource,0,0,FALSE,,,,,, +retainer.n.03,cookable,0,0,FALSE,,,,,, +retainer.n.03,coldSource,0,0,FALSE,,,,,, +retainer.n.03,sliceable,0,0,FALSE,,,,,, +retainer.n.03,slicer,0,0,FALSE,,,,,, +retainer.n.03,soakable,0,0,FALSE,,,,,, +pieplant.n.01,liquid,0,0,FALSE,,,,,, +pieplant.n.01,heatSource,0,0,FALSE,,,,,, +pieplant.n.01,fireSource,1,0,FALSE,,,,,, +pieplant.n.01,cookable,0,1,FALSE,,,,,, +pieplant.n.01,coldSource,0,0,FALSE,,,,,, +pieplant.n.01,sliceable,0,1,FALSE,,,,,, +pieplant.n.01,slicer,0,0,FALSE,,,,,, +pieplant.n.01,soakable,0,0,FALSE,,,,,, +ricotta.n.01,liquid,0,0,FALSE,,,,,, +ricotta.n.01,heatSource,0,0,FALSE,,,,,, +ricotta.n.01,fireSource,0,0,FALSE,,,,,, +ricotta.n.01,cookable,0,1,FALSE,,,,,, +ricotta.n.01,coldSource,0,0,FALSE,,,,,, +ricotta.n.01,sliceable,0,1,FALSE,,,,,, +ricotta.n.01,slicer,0,0,FALSE,,,,,, +ricotta.n.01,soakable,0,0,FALSE,,,,,, +halite.n.01,liquid,0,0,FALSE,,,,,, +halite.n.01,heatSource,0,0,FALSE,,,,,, +halite.n.01,fireSource,0,0,FALSE,,,,,, +halite.n.01,cookable,0,1,FALSE,,,,,, +halite.n.01,coldSource,0,0,FALSE,,,,,, +halite.n.01,sliceable,0,0,FALSE,,,,,, +halite.n.01,slicer,0,0,FALSE,,,,,, +halite.n.01,soakable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,liquid,1,1,FALSE,,,,,, +rubbing_alcohol.n.01,heatSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,fireSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,cookable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,coldSource,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,sliceable,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,slicer,0,0,FALSE,,,,,, +rubbing_alcohol.n.01,soakable,0,0,FALSE,,,,,, +rutabaga.n.01,liquid,0,0,FALSE,,,,,, +rutabaga.n.01,heatSource,0,0,FALSE,,,,,, +rutabaga.n.01,fireSource,1,0,FALSE,,,,,, +rutabaga.n.01,cookable,0,1,FALSE,,,,,, +rutabaga.n.01,coldSource,0,0,FALSE,,,,,, +rutabaga.n.01,sliceable,0,1,FALSE,,,,,, +rutabaga.n.01,slicer,0,0,FALSE,,,,,, +rutabaga.n.01,soakable,0,0,FALSE,,,,,, +scale.n.10,liquid,0,0,FALSE,,,,,, +scale.n.10,heatSource,0,0,FALSE,,,,,, +scale.n.10,fireSource,0,0,FALSE,,,,,, +scale.n.10,cookable,0,0,FALSE,,,,,, +scale.n.10,coldSource,0,0,FALSE,,,,,, +scale.n.10,sliceable,0,0,FALSE,,,,,, +scale.n.10,slicer,1,0,FALSE,,,,,, +scale.n.10,soakable,0,0,FALSE,,,,,, +scone.n.01,liquid,0,0,FALSE,,,,,, +scone.n.01,heatSource,0,0,FALSE,,,,,, +scone.n.01,fireSource,1,0,FALSE,,,,,, +scone.n.01,cookable,0,1,FALSE,,,,,, +scone.n.01,coldSource,1,0,FALSE,,,,,, +scone.n.01,sliceable,0,1,FALSE,,,,,, +scone.n.01,slicer,0,0,FALSE,,,,,, +scone.n.01,soakable,0,0,FALSE,,,,,, +seashell.n.01,liquid,0,0,FALSE,,,,,, +seashell.n.01,heatSource,0,0,FALSE,,,,,, +seashell.n.01,fireSource,0,0,FALSE,,,,,, +seashell.n.01,cookable,0,0,FALSE,,,,,, +seashell.n.01,coldSource,0,0,FALSE,,,,,, +seashell.n.01,sliceable,0,0,FALSE,,,,,, +seashell.n.01,slicer,1,0,FALSE,,,,,, +seashell.n.01,soakable,0,0,FALSE,,,,,, +shellac.n.02,liquid,1,1,FALSE,,,,,, +shellac.n.02,heatSource,0,0,FALSE,,,,,, +shellac.n.02,fireSource,0,0,FALSE,,,,,, +shellac.n.02,cookable,0,0,FALSE,,,,,, +shellac.n.02,coldSource,0,0,FALSE,,,,,, +shellac.n.02,sliceable,0,0,FALSE,,,,,, +shellac.n.02,slicer,1,0,FALSE,,,,,, +shellac.n.02,soakable,0,0,FALSE,,,,,, +shiitake.n.01,liquid,0,0,FALSE,,,,,, +shiitake.n.01,heatSource,0,0,FALSE,,,,,, +shiitake.n.01,fireSource,1,0,FALSE,,,,,, +shiitake.n.01,cookable,0,1,FALSE,,,,,, +shiitake.n.01,coldSource,0,0,FALSE,,,,,, +shiitake.n.01,sliceable,0,1,FALSE,,,,,, +shiitake.n.01,slicer,1,0,FALSE,,,,,, +shiitake.n.01,soakable,0,0,FALSE,,,,,, +shoebox.n.02,liquid,0,0,FALSE,,,,,, +shoebox.n.02,heatSource,0,0,FALSE,,,,,, +shoebox.n.02,fireSource,0,0,FALSE,,,,,, +shoebox.n.02,cookable,0,0,FALSE,,,,,, +shoebox.n.02,coldSource,0,0,FALSE,,,,,, +shoebox.n.02,sliceable,0,0,FALSE,,,,,, +shoebox.n.02,slicer,0,0,FALSE,,,,,, +shoebox.n.02,soakable,1,1,FALSE,,,,,, +shutter.n.02,liquid,0,0,FALSE,,,,,, +shutter.n.02,heatSource,0,0,FALSE,,,,,, +shutter.n.02,fireSource,0,0,FALSE,,,,,, +shutter.n.02,cookable,0,0,FALSE,,,,,, +shutter.n.02,coldSource,0,0,FALSE,,,,,, +shutter.n.02,sliceable,0,0,FALSE,,,,,, +shutter.n.02,slicer,1,0,FALSE,,,,,, +shutter.n.02,soakable,1,0,FALSE,,,,,, +silver.n.02,liquid,0,0,FALSE,,,,,, +silver.n.02,heatSource,0,0,FALSE,,,,,, +silver.n.02,fireSource,0,0,FALSE,,,,,, +silver.n.02,cookable,0,0,FALSE,,,,,, +silver.n.02,coldSource,0,0,FALSE,,,,,, +silver.n.02,sliceable,0,0,FALSE,,,,,, +silver.n.02,slicer,1,0,FALSE,,,,,, +silver.n.02,soakable,0,0,FALSE,,,,,, +skateboard.n.01,liquid,0,0,FALSE,,,,,, +skateboard.n.01,heatSource,0,0,FALSE,,,,,, +skateboard.n.01,fireSource,0,0,FALSE,,,,,, +skateboard.n.01,cookable,0,0,FALSE,,,,,, +skateboard.n.01,coldSource,0,0,FALSE,,,,,, +skateboard.n.01,sliceable,0,0,FALSE,,,,,, +skateboard.n.01,slicer,0,0,FALSE,,,,,, +skateboard.n.01,soakable,0,0,FALSE,,,,,, +slat.n.01,liquid,0,0,FALSE,,,,,, +slat.n.01,heatSource,0,0,FALSE,,,,,, +slat.n.01,fireSource,0,0,FALSE,,,,,, +slat.n.01,cookable,0,0,FALSE,,,,,, +slat.n.01,coldSource,0,0,FALSE,,,,,, +slat.n.01,sliceable,0,0,FALSE,,,,,, +slat.n.01,slicer,1,0,FALSE,,,,,, +slat.n.01,soakable,1,0,FALSE,,,,,, +snapper.n.02,liquid,0,0,FALSE,,,,,, +snapper.n.02,heatSource,0,0,FALSE,,,,,, +snapper.n.02,fireSource,1,0,FALSE,,,,,, +snapper.n.02,cookable,0,1,FALSE,,,,,, +snapper.n.02,coldSource,0,0,FALSE,,,,,, +snapper.n.02,sliceable,0,1,FALSE,,,,,, +snapper.n.02,slicer,0,0,FALSE,,,,,, +snapper.n.02,soakable,0,0,FALSE,,,,,, +snow_pea.n.02,liquid,0,0,FALSE,,,,,, +snow_pea.n.02,heatSource,0,0,FALSE,,,,,, +snow_pea.n.02,fireSource,1,0,FALSE,,,,,, +snow_pea.n.02,cookable,0,1,FALSE,,,,,, +snow_pea.n.02,coldSource,0,0,FALSE,,,,,, +snow_pea.n.02,sliceable,0,0,FALSE,,,,,, +snow_pea.n.02,slicer,0,0,FALSE,,,,,, +snow_pea.n.02,soakable,0,0,FALSE,,,,,, +scum.n.02,liquid,0,0,FALSE,,,,,, +scum.n.02,heatSource,0,0,FALSE,,,,,, +scum.n.02,fireSource,0,0,FALSE,,,,,, +scum.n.02,cookable,0,0,FALSE,,,,,, +scum.n.02,coldSource,0,0,FALSE,,,,,, +scum.n.02,sliceable,0,0,FALSE,,,,,, +scum.n.02,slicer,0,0,FALSE,,,,,, +scum.n.02,soakable,0,0,FALSE,,,,,, +soccer.n.01,liquid,0,0,FALSE,,,,,, +soccer.n.01,heatSource,0,0,FALSE,,,,,, +soccer.n.01,fireSource,0,0,FALSE,,,,,, +soccer.n.01,cookable,0,0,FALSE,,,,,, +soccer.n.01,coldSource,0,0,FALSE,,,,,, +soccer.n.01,sliceable,0,0,FALSE,,,,,, +soccer.n.01,slicer,1,0,FALSE,,,,,, +soccer.n.01,soakable,0,0,FALSE,,,,,, +hand_tool.n.01,liquid,0,0,FALSE,,,,,, +hand_tool.n.01,heatSource,0,0,FALSE,,,,,, +hand_tool.n.01,fireSource,0,0,FALSE,,,,,, +hand_tool.n.01,cookable,0,0,FALSE,,,,,, +hand_tool.n.01,coldSource,0,0,FALSE,,,,,, +hand_tool.n.01,sliceable,0,0,FALSE,,,,,, +hand_tool.n.01,slicer,1,1,FALSE,,,,,, +hand_tool.n.01,soakable,0,0,FALSE,,,,,, +carbon_black.n.01,liquid,0,0,FALSE,,,,,, +carbon_black.n.01,heatSource,0,0,FALSE,,,,,, +carbon_black.n.01,fireSource,0,0,FALSE,,,,,, +carbon_black.n.01,cookable,0,0,FALSE,,,,,, +carbon_black.n.01,coldSource,0,0,FALSE,,,,,, +carbon_black.n.01,sliceable,0,0,FALSE,,,,,, +carbon_black.n.01,slicer,0,0,FALSE,,,,,, +carbon_black.n.01,soakable,0,0,FALSE,,,,,, +soy.n.04,liquid,0,0,FALSE,,,,,, +soy.n.04,heatSource,0,0,FALSE,,,,,, +soy.n.04,fireSource,1,0,FALSE,,,,,, +soy.n.04,cookable,0,1,FALSE,,,,,, +soy.n.04,coldSource,0,0,FALSE,,,,,, +soy.n.04,sliceable,0,0,FALSE,,,,,, +soy.n.04,slicer,0,0,FALSE,,,,,, +soy.n.04,soakable,0,0,FALSE,,,,,, +spackle.n.01,liquid,0,0,FALSE,,,,,, +spackle.n.01,heatSource,0,0,FALSE,,,,,, +spackle.n.01,fireSource,0,0,FALSE,,,,,, +spackle.n.01,cookable,0,0,FALSE,,,,,, +spackle.n.01,coldSource,1,0,FALSE,,,,,, +spackle.n.01,sliceable,0,0,FALSE,,,,,, +spackle.n.01,slicer,1,0,FALSE,,,,,, +spackle.n.01,soakable,0,0,FALSE,,,,,, +bottle.n.01,liquid,1,0,FALSE,,,,,, +bottle.n.01,heatSource,0,0,FALSE,,,,,, +bottle.n.01,fireSource,0,0,FALSE,,,,,, +bottle.n.01,cookable,0,0,FALSE,,,,,, +bottle.n.01,coldSource,1,0,FALSE,,,,,, +bottle.n.01,sliceable,0,0,FALSE,,,,,, +bottle.n.01,slicer,1,0,FALSE,,,,,, +bottle.n.01,soakable,0,0,FALSE,,,,,, +hot_sauce.n.01,liquid,0,0,FALSE,,,,,, +hot_sauce.n.01,heatSource,1,0,FALSE,,,,,, +hot_sauce.n.01,fireSource,1,0,FALSE,,,,,, +hot_sauce.n.01,cookable,0,1,FALSE,,,,,, +hot_sauce.n.01,coldSource,0,0,FALSE,,,,,, +hot_sauce.n.01,sliceable,0,0,FALSE,,,,,, +hot_sauce.n.01,slicer,0,0,FALSE,,,,,, +hot_sauce.n.01,soakable,0,0,FALSE,,,,,, +cooking_utensil.n.01,liquid,0,0,FALSE,,,,,, +cooking_utensil.n.01,heatSource,1,0,FALSE,,,,,, +cooking_utensil.n.01,fireSource,1,0,FALSE,,,,,, +cooking_utensil.n.01,cookable,0,0,FALSE,,,,,, +cooking_utensil.n.01,coldSource,0,0,FALSE,,,,,, +cooking_utensil.n.01,sliceable,0,0,FALSE,,,,,, +cooking_utensil.n.01,slicer,1,0,FALSE,,,,,, +cooking_utensil.n.01,soakable,0,0,FALSE,,,,,, +stucco.n.01,liquid,0,0,FALSE,,,,,, +stucco.n.01,heatSource,0,0,FALSE,,,,,, +stucco.n.01,fireSource,0,0,FALSE,,,,,, +stucco.n.01,cookable,0,0,FALSE,,,,,, +stucco.n.01,coldSource,0,0,FALSE,,,,,, +stucco.n.01,sliceable,0,0,FALSE,,,,,, +stucco.n.01,slicer,0,0,FALSE,,,,,, +stucco.n.01,soakable,0,0,FALSE,,,,,, +summer_squash.n.01,liquid,0,0,FALSE,,,,,, +summer_squash.n.01,heatSource,0,0,FALSE,,,,,, +summer_squash.n.01,fireSource,1,0,FALSE,,,,,, +summer_squash.n.01,cookable,0,1,FALSE,,,,,, +summer_squash.n.01,coldSource,0,0,FALSE,,,,,, +summer_squash.n.01,sliceable,0,1,FALSE,,,,,, +summer_squash.n.01,slicer,1,0,FALSE,,,,,, +summer_squash.n.01,soakable,0,0,FALSE,,,,,, +perspiration.n.01,liquid,1,1,FALSE,,,,,, +perspiration.n.01,heatSource,0,0,FALSE,,,,,, +perspiration.n.01,fireSource,0,0,FALSE,,,,,, +perspiration.n.01,cookable,0,0,FALSE,,,,,, +perspiration.n.01,coldSource,0,0,FALSE,,,,,, +perspiration.n.01,sliceable,0,0,FALSE,,,,,, +perspiration.n.01,slicer,0,0,FALSE,,,,,, +perspiration.n.01,soakable,0,0,FALSE,,,,,, +almond_oil.n.01,liquid,1,1,FALSE,,,,,, +almond_oil.n.01,heatSource,0,0,FALSE,,,,,, +almond_oil.n.01,fireSource,0,1,FALSE,,,,,, +almond_oil.n.01,cookable,0,1,FALSE,,,,,, +almond_oil.n.01,coldSource,1,0,FALSE,,,,,, +almond_oil.n.01,sliceable,0,0,FALSE,,,,,, +almond_oil.n.01,slicer,0,0,FALSE,,,,,, +almond_oil.n.01,soakable,0,0,FALSE,,,,,, +sweet_pepper.n.01,liquid,0,0,FALSE,,,,,, +sweet_pepper.n.01,heatSource,0,0,FALSE,,,,,, +sweet_pepper.n.01,fireSource,1,0,FALSE,,,,,, +sweet_pepper.n.01,cookable,0,1,FALSE,,,,,, +sweet_pepper.n.01,coldSource,0,0,FALSE,,,,,, +sweet_pepper.n.01,sliceable,0,1,FALSE,,,,,, +sweet_pepper.n.01,slicer,1,0,FALSE,,,,,, +sweet_pepper.n.01,soakable,0,0,FALSE,,,,,, +swiss_cheese.n.01,liquid,0,0,FALSE,,,,,, +swiss_cheese.n.01,heatSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,fireSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,cookable,0,1,FALSE,,,,,, +swiss_cheese.n.01,coldSource,0,0,FALSE,,,,,, +swiss_cheese.n.01,sliceable,0,1,FALSE,,,,,, +swiss_cheese.n.01,slicer,1,0,FALSE,,,,,, +swiss_cheese.n.01,soakable,0,0,FALSE,,,,,, +syringe.n.01,liquid,1,0,FALSE,,,,,, +syringe.n.01,heatSource,0,0,FALSE,,,,,, +syringe.n.01,fireSource,0,0,FALSE,,,,,, +syringe.n.01,cookable,0,0,FALSE,,,,,, +syringe.n.01,coldSource,1,0,FALSE,,,,,, +syringe.n.01,sliceable,0,0,FALSE,,,,,, +syringe.n.01,slicer,1,0,FALSE,,,,,, +syringe.n.01,soakable,0,0,FALSE,,,,,, +talcum.n.02,liquid,0,0,FALSE,,,,,, +talcum.n.02,heatSource,0,0,FALSE,,,,,, +talcum.n.02,fireSource,0,0,FALSE,,,,,, +talcum.n.02,cookable,0,0,FALSE,,,,,, +talcum.n.02,coldSource,0,0,FALSE,,,,,, +talcum.n.02,sliceable,0,0,FALSE,,,,,, +talcum.n.02,slicer,0,0,FALSE,,,,,, +talcum.n.02,soakable,0,0,FALSE,,,,,, +tarnish.n.01,liquid,0,0,FALSE,,,,,, +tarnish.n.01,heatSource,0,0,FALSE,,,,,, +tarnish.n.01,fireSource,0,0,FALSE,,,,,, +tarnish.n.01,cookable,0,0,FALSE,,,,,, +tarnish.n.01,coldSource,0,0,FALSE,,,,,, +tarnish.n.01,sliceable,0,0,FALSE,,,,,, +tarnish.n.01,slicer,0,0,FALSE,,,,,, +tarnish.n.01,soakable,0,0,FALSE,,,,,, +tassel.n.01,liquid,0,0,FALSE,,,,,, +tassel.n.01,heatSource,0,0,FALSE,,,,,, +tassel.n.01,fireSource,0,0,FALSE,,,,,, +tassel.n.01,cookable,0,0,FALSE,,,,,, +tassel.n.01,coldSource,0,0,FALSE,,,,,, +tassel.n.01,sliceable,0,0,FALSE,,,,,, +tassel.n.01,slicer,0,0,FALSE,,,,,, +tassel.n.01,soakable,0,0,FALSE,,,,,, +teddy.n.01,liquid,0,0,FALSE,,,,,, +teddy.n.01,heatSource,0,0,FALSE,,,,,, +teddy.n.01,fireSource,0,0,FALSE,,,,,, +teddy.n.01,cookable,0,0,FALSE,,,,,, +teddy.n.01,coldSource,0,0,FALSE,,,,,, +teddy.n.01,sliceable,0,0,FALSE,,,,,, +teddy.n.01,slicer,0,0,FALSE,,,,,, +teddy.n.01,soakable,0,1,FALSE,,,,,, +toaster_oven.n.01,liquid,0,0,FALSE,,,,,, +toaster_oven.n.01,heatSource,1,1,TRUE,204,https://cookingpotsnpans.com/ovens/how-hot-do-toaster-ovens-get/,,1,1,1 +toaster_oven.n.01,fireSource,0,0,FALSE,,,,,, +toaster_oven.n.01,cookable,0,0,FALSE,,,,,, +toaster_oven.n.01,coldSource,0,0,FALSE,,,,,, +toaster_oven.n.01,sliceable,0,0,FALSE,,,,,, +toaster_oven.n.01,slicer,1,0,FALSE,,,,,, +toaster_oven.n.01,soakable,0,0,FALSE,,,,,, +trampoline.n.01,liquid,0,0,FALSE,,,,,, +trampoline.n.01,heatSource,0,0,FALSE,,,,,, +trampoline.n.01,fireSource,0,0,FALSE,,,,,, +trampoline.n.01,cookable,0,0,FALSE,,,,,, +trampoline.n.01,coldSource,0,0,FALSE,,,,,, +trampoline.n.01,sliceable,0,0,FALSE,,,,,, +trampoline.n.01,slicer,0,0,FALSE,,,,,, +trampoline.n.01,soakable,0,0,FALSE,,,,,, +tripod.n.01,liquid,0,0,FALSE,,,,,, +tripod.n.01,heatSource,0,0,FALSE,,,,,, +tripod.n.01,fireSource,0,0,FALSE,,,,,, +tripod.n.01,cookable,0,0,FALSE,,,,,, +tripod.n.01,coldSource,0,0,FALSE,,,,,, +tripod.n.01,sliceable,0,0,FALSE,,,,,, +tripod.n.01,slicer,0,0,FALSE,,,,,, +tripod.n.01,soakable,0,0,FALSE,,,,,, +trophy.n.02,liquid,0,0,FALSE,,,,,, +trophy.n.02,heatSource,0,0,FALSE,,,,,, +trophy.n.02,fireSource,0,0,FALSE,,,,,, +trophy.n.02,cookable,0,0,FALSE,,,,,, +trophy.n.02,coldSource,0,0,FALSE,,,,,, +trophy.n.02,sliceable,0,0,FALSE,,,,,, +trophy.n.02,slicer,1,0,FALSE,,,,,, +trophy.n.02,soakable,0,0,FALSE,,,,,, +petite_marmite.n.01,liquid,1,1,FALSE,,,,,, +petite_marmite.n.01,heatSource,0,0,FALSE,,,,,, +petite_marmite.n.01,fireSource,1,0,FALSE,,,,,, +petite_marmite.n.01,cookable,0,1,FALSE,,,,,, +petite_marmite.n.01,coldSource,0,0,FALSE,,,,,, +petite_marmite.n.01,sliceable,0,0,FALSE,,,,,, +petite_marmite.n.01,slicer,0,0,FALSE,,,,,, +petite_marmite.n.01,soakable,0,0,FALSE,,,,,, +venison.n.01,liquid,0,0,FALSE,,,,,, +venison.n.01,heatSource,0,0,FALSE,,,,,, +venison.n.01,fireSource,1,0,FALSE,,,,,, +venison.n.01,cookable,0,1,FALSE,,,,,, +venison.n.01,coldSource,0,0,FALSE,,,,,, +venison.n.01,sliceable,0,1,FALSE,,,,,, +venison.n.01,slicer,0,0,FALSE,,,,,, +venison.n.01,soakable,0,0,FALSE,,,,,, +vest.n.01,liquid,0,0,FALSE,,,,,, +vest.n.01,heatSource,0,0,FALSE,,,,,, +vest.n.01,fireSource,0,0,FALSE,,,,,, +vest.n.01,cookable,0,0,FALSE,,,,,, +vest.n.01,coldSource,0,0,FALSE,,,,,, +vest.n.01,sliceable,0,0,FALSE,,,,,, +vest.n.01,slicer,0,0,FALSE,,,,,, +vest.n.01,soakable,0,1,FALSE,,,,,, +kitchen_appliance.n.01,liquid,0,0,FALSE,,,,,, +kitchen_appliance.n.01,heatSource,1,0,FALSE,,,,,, +kitchen_appliance.n.01,fireSource,0,0,FALSE,,,,,, +kitchen_appliance.n.01,cookable,1,0,FALSE,,,,,, +kitchen_appliance.n.01,coldSource,0,0,FALSE,,,,,, +kitchen_appliance.n.01,sliceable,0,0,FALSE,,,,,, +kitchen_appliance.n.01,slicer,1,1,FALSE,,,,,, +kitchen_appliance.n.01,soakable,0,0,FALSE,,,,,, +dispenser.n.01,liquid,0,0,FALSE,,,,,, +dispenser.n.01,heatSource,0,0,FALSE,,,,,, +dispenser.n.01,fireSource,0,0,FALSE,,,,,, +dispenser.n.01,cookable,0,0,FALSE,,,,,, +dispenser.n.01,coldSource,1,0,FALSE,,,,,, +dispenser.n.01,sliceable,0,0,FALSE,,,,,, +dispenser.n.01,slicer,1,1,FALSE,,,,,, +dispenser.n.01,soakable,0,0,FALSE,,,,,, +water_filter.n.01,liquid,0,0,FALSE,,,,,, +water_filter.n.01,heatSource,0,0,FALSE,,,,,, +water_filter.n.01,fireSource,0,0,FALSE,,,,,, +water_filter.n.01,cookable,0,0,FALSE,,,,,, +water_filter.n.01,coldSource,1,0,FALSE,,,,,, +water_filter.n.01,sliceable,0,0,FALSE,,,,,, +water_filter.n.01,slicer,1,0,FALSE,,,,,, +water_filter.n.01,soakable,0,0,FALSE,,,,,, +whetstone.n.01,liquid,0,0,FALSE,,,,,, +whetstone.n.01,heatSource,0,0,FALSE,,,,,, +whetstone.n.01,fireSource,0,0,FALSE,,,,,, +whetstone.n.01,cookable,0,0,FALSE,,,,,, +whetstone.n.01,coldSource,0,0,FALSE,,,,,, +whetstone.n.01,sliceable,0,0,FALSE,,,,,, +whetstone.n.01,slicer,1,0,FALSE,,,,,, +whetstone.n.01,soakable,0,0,FALSE,,,,,, +whistle.n.04,liquid,0,0,FALSE,,,,,, +whistle.n.04,heatSource,0,0,FALSE,,,,,, +whistle.n.04,fireSource,0,0,FALSE,,,,,, +whistle.n.04,cookable,0,0,FALSE,,,,,, +whistle.n.04,coldSource,0,0,FALSE,,,,,, +whistle.n.04,sliceable,0,0,FALSE,,,,,, +whistle.n.04,slicer,1,0,FALSE,,,,,, +whistle.n.04,soakable,0,0,FALSE,,,,,, +white_sauce.n.01,liquid,0,1,FALSE,,,,,, +white_sauce.n.01,heatSource,0,0,FALSE,,,,,, +white_sauce.n.01,fireSource,1,0,FALSE,,,,,, +white_sauce.n.01,cookable,0,1,FALSE,,,,,, +white_sauce.n.01,coldSource,1,0,FALSE,,,,,, +white_sauce.n.01,sliceable,0,0,FALSE,,,,,, +white_sauce.n.01,slicer,0,0,FALSE,,,,,, +white_sauce.n.01,soakable,0,0,FALSE,,,,,, +bread.n.01,liquid,0,0,FALSE,,,,,, +bread.n.01,heatSource,0,0,FALSE,,,,,, +bread.n.01,fireSource,1,0,FALSE,,,,,, +bread.n.01,cookable,0,1,FALSE,,,,,, +bread.n.01,coldSource,0,0,FALSE,,,,,, +bread.n.01,sliceable,0,1,FALSE,,,,,, +bread.n.01,slicer,1,0,FALSE,,,,,, +bread.n.01,soakable,1,1,FALSE,,,,,, +overgarment.n.01,liquid,0,0,FALSE,,,,,, +overgarment.n.01,heatSource,0,0,FALSE,,,,,, +overgarment.n.01,fireSource,0,0,FALSE,,,,,, +overgarment.n.01,cookable,0,0,FALSE,,,,,, +overgarment.n.01,coldSource,0,0,FALSE,,,,,, +overgarment.n.01,sliceable,0,0,FALSE,,,,,, +overgarment.n.01,slicer,0,0,FALSE,,,,,, +overgarment.n.01,soakable,1,1,FALSE,,,,,, +wire_cutter.n.01,liquid,0,0,FALSE,,,,,, +wire_cutter.n.01,heatSource,0,0,FALSE,,,,,, +wire_cutter.n.01,fireSource,0,0,FALSE,,,,,, +wire_cutter.n.01,cookable,0,0,FALSE,,,,,, +wire_cutter.n.01,coldSource,0,0,FALSE,,,,,, +wire_cutter.n.01,sliceable,0,0,FALSE,,,,,, +wire_cutter.n.01,slicer,1,1,FALSE,,,,,, +wire_cutter.n.01,soakable,0,0,FALSE,,,,,, +wok.n.01,liquid,0,0,FALSE,,,,,, +wok.n.01,heatSource,1,0,FALSE,N/A,,,0,0,1 +wok.n.01,fireSource,1,0,FALSE,,,,,, +wok.n.01,cookable,0,0,FALSE,,,,,, +wok.n.01,coldSource,0,0,FALSE,,,,,, +wok.n.01,sliceable,0,0,FALSE,,,,,, +wok.n.01,slicer,0,0,FALSE,,,,,, +wok.n.01,soakable,0,0,FALSE,,,,,, +yam.n.03,liquid,0,0,FALSE,,,,,, +yam.n.03,heatSource,0,0,FALSE,,,,,, +yam.n.03,fireSource,1,0,FALSE,,,,,, +yam.n.03,cookable,0,1,FALSE,,,,,, +yam.n.03,coldSource,0,0,FALSE,,,,,, +yam.n.03,sliceable,0,1,FALSE,,,,,, +yam.n.03,slicer,1,0,FALSE,,,,,, +yam.n.03,soakable,0,0,FALSE,,,,,, +mat.n.03,liquid,0,0,FALSE,,,,,, +mat.n.03,heatSource,0,0,FALSE,,,,,, +mat.n.03,fireSource,0,0,FALSE,,,,,, +mat.n.03,cookable,0,0,FALSE,,,,,, +mat.n.03,coldSource,0,0,FALSE,,,,,, +mat.n.03,sliceable,0,0,FALSE,,,,,, +mat.n.03,slicer,0,0,FALSE,,,,,, +mat.n.03,soakable,0,1,FALSE,,,,,, +adhesive_material.n.01,liquid,0,0,FALSE,,,,,, +adhesive_material.n.01,heatSource,0,0,FALSE,,,,,, +adhesive_material.n.01,fireSource,0,0,FALSE,,,,,, +adhesive_material.n.01,cookable,0,0,FALSE,,,,,, +adhesive_material.n.01,coldSource,0,0,FALSE,,,,,, +adhesive_material.n.01,sliceable,0,0,FALSE,,,,,, +adhesive_material.n.01,slicer,0,0,FALSE,,,,,, +adhesive_material.n.01,soakable,0,0,FALSE,,,,,, +nectar.n.01,liquid,1,1,FALSE,,,,,, +nectar.n.01,heatSource,0,0,FALSE,,,,,, +nectar.n.01,fireSource,0,0,FALSE,,,,,, +nectar.n.01,cookable,0,0,FALSE,,,,,, +nectar.n.01,coldSource,1,0,FALSE,,,,,, +nectar.n.01,sliceable,0,0,FALSE,,,,,, +nectar.n.01,slicer,0,0,FALSE,,,,,, +nectar.n.01,soakable,0,0,FALSE,,,,,, +apple_pie.n.01,liquid,0,0,FALSE,,,,,, +apple_pie.n.01,heatSource,0,0,FALSE,,,,,, +apple_pie.n.01,fireSource,1,0,FALSE,,,,,, +apple_pie.n.01,cookable,0,1,FALSE,,,,,, +apple_pie.n.01,coldSource,0,0,FALSE,,,,,, +apple_pie.n.01,sliceable,1,1,FALSE,,,,,, +apple_pie.n.01,slicer,0,0,FALSE,,,,,, +apple_pie.n.01,soakable,0,0,FALSE,,,,,, +applesauce.n.01,liquid,0,1,FALSE,,,,,, +applesauce.n.01,heatSource,0,0,FALSE,,,,,, +applesauce.n.01,fireSource,1,1,FALSE,,,,,, +applesauce.n.01,cookable,0,0,FALSE,,,,,, +applesauce.n.01,coldSource,1,0,FALSE,,,,,, +applesauce.n.01,sliceable,0,0,FALSE,,,,,, +applesauce.n.01,slicer,0,0,FALSE,,,,,, +applesauce.n.01,soakable,0,0,FALSE,,,,,, +instrumentality.n.03,liquid,0,0,FALSE,,,,,, +instrumentality.n.03,heatSource,1,0,FALSE,,,,,, +instrumentality.n.03,fireSource,1,0,FALSE,,,,,, +instrumentality.n.03,cookable,1,0,FALSE,,,,,, +instrumentality.n.03,coldSource,1,0,FALSE,,,,,, +instrumentality.n.03,sliceable,1,0,FALSE,,,,,, +instrumentality.n.03,slicer,1,0,FALSE,,,,,, +instrumentality.n.03,soakable,1,0,FALSE,,,,,, +ashtray.n.01,liquid,0,0,FALSE,,,,,, +ashtray.n.01,heatSource,0,0,FALSE,,,,,, +ashtray.n.01,fireSource,0,0,FALSE,,,,,, +ashtray.n.01,cookable,0,0,FALSE,,,,,, +ashtray.n.01,coldSource,0,0,FALSE,,,,,, +ashtray.n.01,sliceable,0,0,FALSE,,,,,, +ashtray.n.01,slicer,1,0,FALSE,,,,,, +ashtray.n.01,soakable,0,0,FALSE,,,,,, +asphalt.n.01,liquid,0,0,FALSE,,,,,, +asphalt.n.01,heatSource,0,0,FALSE,,,,,, +asphalt.n.01,fireSource,0,0,FALSE,,,,,, +asphalt.n.01,cookable,0,0,FALSE,,,,,, +asphalt.n.01,coldSource,0,0,FALSE,,,,,, +asphalt.n.01,sliceable,0,0,FALSE,,,,,, +asphalt.n.01,slicer,0,0,FALSE,,,,,, +asphalt.n.01,soakable,0,0,FALSE,,,,,, +aspirin.n.01,liquid,0,0,FALSE,,,,,, +aspirin.n.01,heatSource,0,0,FALSE,,,,,, +aspirin.n.01,fireSource,0,0,FALSE,,,,,, +aspirin.n.01,cookable,0,0,FALSE,,,,,, +aspirin.n.01,coldSource,0,0,FALSE,,,,,, +aspirin.n.01,sliceable,0,0,FALSE,,,,,, +aspirin.n.01,slicer,1,0,FALSE,,,,,, +aspirin.n.01,soakable,0,0,FALSE,,,,,, +clothing.n.01,liquid,0,0,FALSE,,,,,, +clothing.n.01,heatSource,0,0,FALSE,,,,,, +clothing.n.01,fireSource,0,0,FALSE,,,,,, +clothing.n.01,cookable,0,0,FALSE,,,,,, +clothing.n.01,coldSource,0,0,FALSE,,,,,, +clothing.n.01,sliceable,0,0,FALSE,,,,,, +clothing.n.01,slicer,0,0,FALSE,,,,,, +clothing.n.01,soakable,1,1,FALSE,,,,,, +bamboo.n.01,liquid,0,0,FALSE,,,,,, +bamboo.n.01,heatSource,0,0,FALSE,,,,,, +bamboo.n.01,fireSource,0,0,FALSE,,,,,, +bamboo.n.01,cookable,0,0,FALSE,,,,,, +bamboo.n.01,coldSource,0,0,FALSE,,,,,, +bamboo.n.01,sliceable,0,1,FALSE,,,,,, +bamboo.n.01,slicer,1,0,FALSE,,,,,, +bamboo.n.01,soakable,0,0,FALSE,,,,,, +bandanna.n.01,liquid,0,0,FALSE,,,,,, +bandanna.n.01,heatSource,0,0,FALSE,,,,,, +bandanna.n.01,fireSource,0,0,FALSE,,,,,, +bandanna.n.01,cookable,0,0,FALSE,,,,,, +bandanna.n.01,coldSource,0,0,FALSE,,,,,, +bandanna.n.01,sliceable,0,0,FALSE,,,,,, +bandanna.n.01,slicer,1,0,FALSE,,,,,, +bandanna.n.01,soakable,1,1,FALSE,,,,,, +barley.n.02,liquid,0,0,FALSE,,,,,, +barley.n.02,heatSource,0,0,FALSE,,,,,, +barley.n.02,fireSource,1,0,FALSE,,,,,, +barley.n.02,cookable,0,1,FALSE,,,,,, +barley.n.02,coldSource,0,0,FALSE,,,,,, +barley.n.02,sliceable,0,0,FALSE,,,,,, +barley.n.02,slicer,0,0,FALSE,,,,,, +barley.n.02,soakable,0,0,FALSE,,,,,, +baseball.n.02,liquid,0,0,FALSE,,,,,, +baseball.n.02,heatSource,0,0,FALSE,,,,,, +baseball.n.02,fireSource,0,0,FALSE,,,,,, +baseball.n.02,cookable,0,0,FALSE,,,,,, +baseball.n.02,coldSource,0,0,FALSE,,,,,, +baseball.n.02,sliceable,0,0,FALSE,,,,,, +baseball.n.02,slicer,1,0,FALSE,,,,,, +baseball.n.02,soakable,0,0,FALSE,,,,,, +hand_glass.n.02,liquid,0,0,FALSE,,,,,, +hand_glass.n.02,heatSource,0,0,FALSE,,,,,, +hand_glass.n.02,fireSource,0,0,FALSE,,,,,, +hand_glass.n.02,cookable,0,0,FALSE,,,,,, +hand_glass.n.02,coldSource,1,0,FALSE,,,,,, +hand_glass.n.02,sliceable,0,0,FALSE,,,,,, +hand_glass.n.02,slicer,1,0,FALSE,,,,,, +hand_glass.n.02,soakable,0,0,FALSE,,,,,, +marigold.n.01,liquid,0,0,FALSE,,,,,, +marigold.n.01,heatSource,0,0,FALSE,,,,,, +marigold.n.01,fireSource,0,0,FALSE,,,,,, +marigold.n.01,cookable,0,0,FALSE,,,,,, +marigold.n.01,coldSource,0,0,FALSE,,,,,, +marigold.n.01,sliceable,0,1,FALSE,,,,,, +marigold.n.01,slicer,1,0,FALSE,,,,,, +marigold.n.01,soakable,0,0,FALSE,,,,,, +meat_loaf.n.01,liquid,0,0,FALSE,,,,,, +meat_loaf.n.01,heatSource,0,0,FALSE,,,,,, +meat_loaf.n.01,fireSource,1,0,FALSE,,,,,, +meat_loaf.n.01,cookable,0,1,FALSE,,,,,, +meat_loaf.n.01,coldSource,0,0,FALSE,,,,,, +meat_loaf.n.01,sliceable,0,1,FALSE,,,,,, +meat_loaf.n.01,slicer,0,0,FALSE,,,,,, +meat_loaf.n.01,soakable,0,0,FALSE,,,,,, +menorah.n.02,liquid,0,0,FALSE,,,,,, +menorah.n.02,heatSource,0,0,FALSE,,,,,, +menorah.n.02,fireSource,0,0,FALSE,,,,,, +menorah.n.02,cookable,0,0,FALSE,,,,,, +menorah.n.02,coldSource,1,0,FALSE,,,,,, +menorah.n.02,sliceable,0,0,FALSE,,,,,, +menorah.n.02,slicer,1,0,FALSE,,,,,, +menorah.n.02,soakable,0,0,FALSE,,,,,, +cup.n.03,liquid,0,0,FALSE,,,,,, +cup.n.03,heatSource,0,0,FALSE,,,,,, +cup.n.03,fireSource,0,0,FALSE,,,,,, +cup.n.03,cookable,0,0,FALSE,,,,,, +cup.n.03,coldSource,1,0,FALSE,,,,,, +cup.n.03,sliceable,0,0,FALSE,,,,,, +cup.n.03,slicer,1,0,FALSE,,,,,, +cup.n.03,soakable,0,0,FALSE,,,,,, +microphone.n.01,liquid,0,0,FALSE,,,,,, +microphone.n.01,heatSource,0,0,FALSE,,,,,, +microphone.n.01,fireSource,0,0,FALSE,,,,,, +microphone.n.01,cookable,0,0,FALSE,,,,,, +microphone.n.01,coldSource,0,0,FALSE,,,,,, +microphone.n.01,sliceable,0,0,FALSE,,,,,, +microphone.n.01,slicer,1,0,FALSE,,,,,, +microphone.n.01,soakable,0,0,FALSE,,,,,, +jug.n.01,liquid,1,0,FALSE,,,,,, +jug.n.01,heatSource,0,0,FALSE,,,,,, +jug.n.01,fireSource,0,0,FALSE,,,,,, +jug.n.01,cookable,0,0,FALSE,,,,,, +jug.n.01,coldSource,1,0,FALSE,,,,,, +jug.n.01,sliceable,0,0,FALSE,,,,,, +jug.n.01,slicer,1,0,FALSE,,,,,, +jug.n.01,soakable,0,0,FALSE,,,,,, +milkshake.n.01,liquid,1,1,FALSE,,,,,, +milkshake.n.01,heatSource,0,0,FALSE,,,,,, +milkshake.n.01,fireSource,0,0,FALSE,,,,,, +milkshake.n.01,cookable,1,1,FALSE,,,,,, +milkshake.n.01,coldSource,1,0,FALSE,,,,,, +milkshake.n.01,sliceable,0,0,FALSE,,,,,, +milkshake.n.01,slicer,0,0,FALSE,,,,,, +milkshake.n.01,soakable,0,0,FALSE,,,,,, +miso.n.01,liquid,0,0,FALSE,,,,,, +miso.n.01,heatSource,0,0,FALSE,,,,,, +miso.n.01,fireSource,1,0,FALSE,,,,,, +miso.n.01,cookable,0,1,FALSE,,,,,, +miso.n.01,coldSource,0,0,FALSE,,,,,, +miso.n.01,sliceable,0,0,FALSE,,,,,, +miso.n.01,slicer,0,0,FALSE,,,,,, +miso.n.01,soakable,0,0,FALSE,,,,,, +mortar.n.03,liquid,0,0,FALSE,,,,,, +mortar.n.03,heatSource,0,0,FALSE,,,,,, +mortar.n.03,fireSource,0,0,FALSE,,,,,, +mortar.n.03,cookable,0,0,FALSE,,,,,, +mortar.n.03,coldSource,0,0,FALSE,,,,,, +mortar.n.03,sliceable,0,0,FALSE,,,,,, +mortar.n.03,slicer,1,0,FALSE,,,,,, +mortar.n.03,soakable,0,0,FALSE,,,,,, +motorcycle.n.01,liquid,0,0,FALSE,,,,,, +motorcycle.n.01,heatSource,0,0,FALSE,,,,,, +motorcycle.n.01,fireSource,0,0,FALSE,,,,,, +motorcycle.n.01,cookable,0,0,FALSE,,,,,, +motorcycle.n.01,coldSource,0,0,FALSE,,,,,, +motorcycle.n.01,sliceable,0,0,FALSE,,,,,, +motorcycle.n.01,slicer,1,0,FALSE,,,,,, +motorcycle.n.01,soakable,0,0,FALSE,,,,,, +meter.n.02,liquid,0,0,FALSE,,,,,, +meter.n.02,heatSource,0,0,FALSE,,,,,, +meter.n.02,fireSource,0,0,FALSE,,,,,, +meter.n.02,cookable,0,0,FALSE,,,,,, +meter.n.02,coldSource,0,0,FALSE,,,,,, +meter.n.02,sliceable,0,0,FALSE,,,,,, +meter.n.02,slicer,1,0,FALSE,,,,,, +meter.n.02,soakable,0,0,FALSE,,,,,, +mustard_seed.n.01,liquid,0,0,FALSE,,,,,, +mustard_seed.n.01,heatSource,0,0,FALSE,,,,,, +mustard_seed.n.01,fireSource,1,0,FALSE,,,,,, +mustard_seed.n.01,cookable,0,1,FALSE,,,,,, +mustard_seed.n.01,coldSource,0,0,FALSE,,,,,, +mustard_seed.n.01,sliceable,0,0,FALSE,,,,,, +mustard_seed.n.01,slicer,0,0,FALSE,,,,,, +mustard_seed.n.01,soakable,0,0,FALSE,,,,,, +nacho.n.01,liquid,0,0,FALSE,,,,,, +nacho.n.01,heatSource,0,0,FALSE,,,,,, +nacho.n.01,fireSource,1,0,FALSE,,,,,, +nacho.n.01,cookable,0,1,FALSE,,,,,, +nacho.n.01,coldSource,0,0,FALSE,,,,,, +nacho.n.01,sliceable,0,1,FALSE,,,,,, +nacho.n.01,slicer,1,0,FALSE,,,,,, +nacho.n.01,soakable,0,1,FALSE,,,,,, +name_tag.n.01,liquid,0,0,FALSE,,,,,, +name_tag.n.01,heatSource,0,0,FALSE,,,,,, +name_tag.n.01,fireSource,0,0,FALSE,,,,,, +name_tag.n.01,cookable,0,0,FALSE,,,,,, +name_tag.n.01,coldSource,1,0,FALSE,,,,,, +name_tag.n.01,sliceable,0,0,FALSE,,,,,, +name_tag.n.01,slicer,1,0,FALSE,,,,,, +name_tag.n.01,soakable,0,0,FALSE,,,,,, +nectarine.n.02,liquid,0,0,FALSE,,,,,, +nectarine.n.02,heatSource,0,0,FALSE,,,,,, +nectarine.n.02,fireSource,0,0,FALSE,,,,,, +nectarine.n.02,cookable,0,1,FALSE,,,,,, +nectarine.n.02,coldSource,0,0,FALSE,,,,,, +nectarine.n.02,sliceable,0,1,FALSE,,,,,, +nectarine.n.02,slicer,0,0,FALSE,,,,,, +nectarine.n.02,soakable,0,0,FALSE,,,,,, +nitrogen.n.01,liquid,0,0,FALSE,,,,,, +nitrogen.n.01,heatSource,0,0,FALSE,,,,,, +nitrogen.n.01,fireSource,0,0,FALSE,,,,,, +nitrogen.n.01,cookable,0,0,FALSE,,,,,, +nitrogen.n.01,coldSource,0,0,FALSE,,,,,, +nitrogen.n.01,sliceable,0,0,FALSE,,,,,, +nitrogen.n.01,slicer,1,0,FALSE,,,,,, +nitrogen.n.01,soakable,0,0,FALSE,,,,,, +omelet.n.01,liquid,0,0,FALSE,,,,,, +omelet.n.01,heatSource,0,0,FALSE,,,,,, +omelet.n.01,fireSource,1,0,FALSE,,,,,, +omelet.n.01,cookable,0,1,FALSE,,,,,, +omelet.n.01,coldSource,1,0,FALSE,,,,,, +omelet.n.01,sliceable,0,1,FALSE,,,,,, +omelet.n.01,slicer,0,0,FALSE,,,,,, +omelet.n.01,soakable,1,0,FALSE,,,,,, +nightwear.n.01,liquid,0,0,FALSE,,,,,, +nightwear.n.01,heatSource,0,0,FALSE,,,,,, +nightwear.n.01,fireSource,0,0,FALSE,,,,,, +nightwear.n.01,cookable,0,0,FALSE,,,,,, +nightwear.n.01,coldSource,0,0,FALSE,,,,,, +nightwear.n.01,sliceable,0,0,FALSE,,,,,, +nightwear.n.01,slicer,0,0,FALSE,,,,,, +nightwear.n.01,soakable,0,1,FALSE,,,,,, +orange_zest.n.01,liquid,0,1,FALSE,,,,,, +orange_zest.n.01,heatSource,0,0,FALSE,,,,,, +orange_zest.n.01,fireSource,0,0,FALSE,,,,,, +orange_zest.n.01,cookable,0,1,FALSE,,,,,, +orange_zest.n.01,coldSource,0,0,FALSE,,,,,, +orange_zest.n.01,sliceable,0,1,FALSE,,,,,, +orange_zest.n.01,slicer,0,0,FALSE,,,,,, +orange_zest.n.01,soakable,0,0,FALSE,,,,,, +remover.n.01,liquid,1,1,FALSE,,,,,, +remover.n.01,heatSource,0,0,FALSE,,,,,, +remover.n.01,fireSource,0,0,FALSE,,,,,, +remover.n.01,cookable,0,0,FALSE,,,,,, +remover.n.01,coldSource,0,0,FALSE,,,,,, +remover.n.01,sliceable,0,0,FALSE,,,,,, +remover.n.01,slicer,0,0,FALSE,,,,,, +remover.n.01,soakable,0,0,FALSE,,,,,, +cut_of_pork.n.01,liquid,0,0,FALSE,,,,,, +cut_of_pork.n.01,heatSource,0,0,FALSE,,,,,, +cut_of_pork.n.01,fireSource,1,0,FALSE,,,,,, +cut_of_pork.n.01,cookable,0,1,FALSE,,,,,, +cut_of_pork.n.01,coldSource,0,0,FALSE,,,,,, +cut_of_pork.n.01,sliceable,0,1,FALSE,,,,,, +cut_of_pork.n.01,slicer,0,0,FALSE,,,,,, +cut_of_pork.n.01,soakable,0,0,FALSE,,,,,, +paraffin.n.01,liquid,0,0,FALSE,,,,,, +paraffin.n.01,heatSource,0,0,FALSE,,,,,, +paraffin.n.01,fireSource,0,1,FALSE,,,,,, +paraffin.n.01,cookable,0,0,FALSE,,,,,, +paraffin.n.01,coldSource,0,0,FALSE,,,,,, +paraffin.n.01,sliceable,0,0,FALSE,,,,,, +paraffin.n.01,slicer,0,0,FALSE,,,,,, +paraffin.n.01,soakable,0,0,FALSE,,,,,, +paring_knife.n.01,liquid,0,0,FALSE,,,,,, +paring_knife.n.01,heatSource,0,0,FALSE,,,,,, +paring_knife.n.01,fireSource,0,0,FALSE,,,,,, +paring_knife.n.01,cookable,0,0,FALSE,,,,,, +paring_knife.n.01,coldSource,0,0,FALSE,,,,,, +paring_knife.n.01,sliceable,1,0,FALSE,,,,,, +paring_knife.n.01,slicer,1,1,FALSE,,,,,, +paring_knife.n.01,soakable,0,0,FALSE,,,,,, +cutter.n.06,liquid,0,0,FALSE,,,,,, +cutter.n.06,heatSource,0,0,FALSE,,,,,, +cutter.n.06,fireSource,0,0,FALSE,,,,,, +cutter.n.06,cookable,0,0,FALSE,,,,,, +cutter.n.06,coldSource,0,0,FALSE,,,,,, +cutter.n.06,sliceable,1,0,FALSE,,,,,, +cutter.n.06,slicer,1,1,FALSE,,,,,, +cutter.n.06,soakable,0,0,FALSE,,,,,, +peat.n.01,liquid,0,0,FALSE,,,,,, +peat.n.01,heatSource,1,0,FALSE,,,,,, +peat.n.01,fireSource,0,1,FALSE,,,,,, +peat.n.01,cookable,0,0,FALSE,,,,,, +peat.n.01,coldSource,0,0,FALSE,,,,,, +peat.n.01,sliceable,0,0,FALSE,,,,,, +peat.n.01,slicer,0,0,FALSE,,,,,, +peat.n.01,soakable,0,0,FALSE,,,,,, +pepper_shaker.n.01,liquid,0,0,FALSE,,,,,, +pepper_shaker.n.01,heatSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,fireSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,cookable,0,0,FALSE,,,,,, +pepper_shaker.n.01,coldSource,0,0,FALSE,,,,,, +pepper_shaker.n.01,sliceable,0,0,FALSE,,,,,, +pepper_shaker.n.01,slicer,1,0,FALSE,,,,,, +pepper_shaker.n.01,soakable,0,0,FALSE,,,,,, +peppermint.n.03,liquid,0,0,FALSE,,,,,, +peppermint.n.03,heatSource,0,0,FALSE,,,,,, +peppermint.n.03,fireSource,0,0,FALSE,,,,,, +peppermint.n.03,cookable,0,1,FALSE,,,,,, +peppermint.n.03,coldSource,0,0,FALSE,,,,,, +peppermint.n.03,sliceable,0,1,FALSE,,,,,, +peppermint.n.03,slicer,0,0,FALSE,,,,,, +peppermint.n.03,soakable,0,0,FALSE,,,,,, +perch.n.01,liquid,0,0,FALSE,,,,,, +perch.n.01,heatSource,0,0,FALSE,,,,,, +perch.n.01,fireSource,0,0,FALSE,,,,,, +perch.n.01,cookable,0,0,FALSE,,,,,, +perch.n.01,coldSource,0,0,FALSE,,,,,, +perch.n.01,sliceable,0,1,FALSE,,,,,, +perch.n.01,slicer,0,0,FALSE,,,,,, +perch.n.01,soakable,0,0,FALSE,,,,,, +pestle.n.03,liquid,0,0,FALSE,,,,,, +pestle.n.03,heatSource,0,0,FALSE,,,,,, +pestle.n.03,fireSource,0,0,FALSE,,,,,, +pestle.n.03,cookable,0,0,FALSE,,,,,, +pestle.n.03,coldSource,0,0,FALSE,,,,,, +pestle.n.03,sliceable,0,0,FALSE,,,,,, +pestle.n.03,slicer,0,0,FALSE,,,,,, +pestle.n.03,soakable,0,0,FALSE,,,,,, +fecal_matter.n.01,liquid,0,0,FALSE,,,,,, +fecal_matter.n.01,heatSource,0,0,FALSE,,,,,, +fecal_matter.n.01,fireSource,0,0,FALSE,,,,,, +fecal_matter.n.01,cookable,0,0,FALSE,,,,,, +fecal_matter.n.01,coldSource,0,0,FALSE,,,,,, +fecal_matter.n.01,sliceable,0,0,FALSE,,,,,, +fecal_matter.n.01,slicer,0,0,FALSE,,,,,, +fecal_matter.n.01,soakable,0,0,FALSE,,,,,, +photocopier.n.01,liquid,0,0,FALSE,,,,,, +photocopier.n.01,heatSource,0,0,FALSE,,,,,, +photocopier.n.01,fireSource,0,0,FALSE,,,,,, +photocopier.n.01,cookable,0,0,FALSE,,,,,, +photocopier.n.01,coldSource,0,0,FALSE,,,,,, +photocopier.n.01,sliceable,0,0,FALSE,,,,,, +photocopier.n.01,slicer,1,0,FALSE,,,,,, +photocopier.n.01,soakable,0,0,FALSE,,,,,, +picture_frame.n.01,liquid,0,0,FALSE,,,,,, +picture_frame.n.01,heatSource,0,0,FALSE,,,,,, +picture_frame.n.01,fireSource,0,0,FALSE,,,,,, +picture_frame.n.01,cookable,0,0,FALSE,,,,,, +picture_frame.n.01,coldSource,0,0,FALSE,,,,,, +picture_frame.n.01,sliceable,0,0,FALSE,,,,,, +picture_frame.n.01,slicer,0,0,FALSE,,,,,, +picture_frame.n.01,soakable,0,0,FALSE,,,,,, +pill.n.01,liquid,0,0,FALSE,,,,,, +pill.n.01,heatSource,0,0,FALSE,,,,,, +pill.n.01,fireSource,0,0,FALSE,,,,,, +pill.n.01,cookable,0,0,FALSE,,,,,, +pill.n.01,coldSource,0,0,FALSE,,,,,, +pill.n.01,sliceable,0,0,FALSE,,,,,, +pill.n.01,slicer,1,0,FALSE,,,,,, +pill.n.01,soakable,0,0,FALSE,,,,,, +pilsner.n.01,liquid,1,1,FALSE,,,,,, +pilsner.n.01,heatSource,0,0,FALSE,,,,,, +pilsner.n.01,fireSource,0,0,FALSE,,,,,, +pilsner.n.01,cookable,0,0,FALSE,,,,,, +pilsner.n.01,coldSource,0,0,FALSE,,,,,, +pilsner.n.01,sliceable,0,0,FALSE,,,,,, +pilsner.n.01,slicer,1,0,FALSE,,,,,, +pilsner.n.01,soakable,0,0,FALSE,,,,,, +pine_nut.n.01,liquid,0,0,FALSE,,,,,, +pine_nut.n.01,heatSource,0,0,FALSE,,,,,, +pine_nut.n.01,fireSource,1,0,FALSE,,,,,, +pine_nut.n.01,cookable,0,1,FALSE,,,,,, +pine_nut.n.01,coldSource,0,0,FALSE,,,,,, +pine_nut.n.01,sliceable,0,1,FALSE,,,,,, +pine_nut.n.01,slicer,0,0,FALSE,,,,,, +pine_nut.n.01,soakable,0,0,FALSE,,,,,, +tomato_sauce.n.01,liquid,0,0,FALSE,,,,,, +tomato_sauce.n.01,heatSource,0,0,FALSE,,,,,, +tomato_sauce.n.01,fireSource,1,0,FALSE,,,,,, +tomato_sauce.n.01,cookable,0,1,FALSE,,,,,, +tomato_sauce.n.01,coldSource,1,0,FALSE,,,,,, +tomato_sauce.n.01,sliceable,0,0,FALSE,,,,,, +tomato_sauce.n.01,slicer,0,0,FALSE,,,,,, +tomato_sauce.n.01,soakable,0,0,FALSE,,,,,, +slab.n.01,liquid,0,0,FALSE,,,,,, +slab.n.01,heatSource,0,0,FALSE,,,,,, +slab.n.01,fireSource,0,0,FALSE,,,,,, +slab.n.01,cookable,0,0,FALSE,,,,,, +slab.n.01,coldSource,0,0,FALSE,,,,,, +slab.n.01,sliceable,0,0,FALSE,,,,,, +slab.n.01,slicer,0,0,FALSE,,,,,, +slab.n.01,soakable,0,0,FALSE,,,,,, +poker.n.01,liquid,0,0,FALSE,,,,,, +poker.n.01,heatSource,1,0,FALSE,,,,,, +poker.n.01,fireSource,0,0,FALSE,,,,,, +poker.n.01,cookable,0,0,FALSE,,,,,, +poker.n.01,coldSource,0,0,FALSE,,,,,, +poker.n.01,sliceable,0,0,FALSE,,,,,, +poker.n.01,slicer,1,0,FALSE,,,,,, +poker.n.01,soakable,0,0,FALSE,,,,,, +polo_shirt.n.01,liquid,0,0,FALSE,,,,,, +polo_shirt.n.01,heatSource,0,0,FALSE,,,,,, +polo_shirt.n.01,fireSource,0,0,FALSE,,,,,, +polo_shirt.n.01,cookable,0,0,FALSE,,,,,, +polo_shirt.n.01,coldSource,0,0,FALSE,,,,,, +polo_shirt.n.01,sliceable,0,0,FALSE,,,,,, +polo_shirt.n.01,slicer,0,0,FALSE,,,,,, +polo_shirt.n.01,soakable,1,1,FALSE,,,,,, +poppy_seed.n.01,liquid,0,0,FALSE,,,,,, +poppy_seed.n.01,heatSource,0,0,FALSE,,,,,, +poppy_seed.n.01,fireSource,1,0,FALSE,,,,,, +poppy_seed.n.01,cookable,0,0,FALSE,,,,,, +poppy_seed.n.01,coldSource,0,0,FALSE,,,,,, +poppy_seed.n.01,sliceable,0,0,FALSE,,,,,, +poppy_seed.n.01,slicer,0,0,FALSE,,,,,, +poppy_seed.n.01,soakable,0,0,FALSE,,,,,, +pork_tenderloin.n.01,liquid,0,0,FALSE,,,,,, +pork_tenderloin.n.01,heatSource,0,0,FALSE,,,,,, +pork_tenderloin.n.01,fireSource,1,0,FALSE,,,,,, +pork_tenderloin.n.01,cookable,0,1,FALSE,,,,,, +pork_tenderloin.n.01,coldSource,0,0,FALSE,,,,,, +pork_tenderloin.n.01,sliceable,0,1,FALSE,,,,,, +pork_tenderloin.n.01,slicer,0,0,FALSE,,,,,, +pork_tenderloin.n.01,soakable,0,0,FALSE,,,,,, +porter.n.07,liquid,0,1,FALSE,,,,,, +porter.n.07,heatSource,0,0,FALSE,,,,,, +porter.n.07,fireSource,0,0,FALSE,,,,,, +porter.n.07,cookable,0,0,FALSE,,,,,, +porter.n.07,coldSource,0,0,FALSE,,,,,, +porter.n.07,sliceable,0,0,FALSE,,,,,, +porter.n.07,slicer,0,0,FALSE,,,,,, +porter.n.07,soakable,0,0,FALSE,,,,,, +outlet.n.02,liquid,0,0,FALSE,,,,,, +outlet.n.02,heatSource,0,0,FALSE,,,,,, +outlet.n.02,fireSource,0,0,FALSE,,,,,, +outlet.n.02,cookable,0,0,FALSE,,,,,, +outlet.n.02,coldSource,0,0,FALSE,,,,,, +outlet.n.02,sliceable,0,0,FALSE,,,,,, +outlet.n.02,slicer,1,0,FALSE,,,,,, +outlet.n.02,soakable,0,0,FALSE,,,,,, +white_wine.n.01,liquid,1,1,FALSE,,,,,, +white_wine.n.01,heatSource,0,0,FALSE,,,,,, +white_wine.n.01,fireSource,0,0,FALSE,,,,,, +white_wine.n.01,cookable,0,0,FALSE,,,,,, +white_wine.n.01,coldSource,1,0,FALSE,,,,,, +white_wine.n.01,sliceable,0,0,FALSE,,,,,, +white_wine.n.01,slicer,0,0,FALSE,,,,,, +white_wine.n.01,soakable,0,0,FALSE,,,,,, +pudding.n.01,liquid,0,0,FALSE,,,,,, +pudding.n.01,heatSource,0,0,FALSE,,,,,, +pudding.n.01,fireSource,1,0,FALSE,,,,,, +pudding.n.01,cookable,0,1,FALSE,,,,,, +pudding.n.01,coldSource,1,0,FALSE,,,,,, +pudding.n.01,sliceable,0,0,FALSE,,,,,, +pudding.n.01,slicer,0,0,FALSE,,,,,, +pudding.n.01,soakable,1,0,FALSE,,,,,, +pulley.n.01,liquid,0,0,FALSE,,,,,, +pulley.n.01,heatSource,0,0,FALSE,,,,,, +pulley.n.01,fireSource,0,0,FALSE,,,,,, +pulley.n.01,cookable,0,0,FALSE,,,,,, +pulley.n.01,coldSource,0,0,FALSE,,,,,, +pulley.n.01,sliceable,0,0,FALSE,,,,,, +pulley.n.01,slicer,0,0,FALSE,,,,,, +pulley.n.01,soakable,0,0,FALSE,,,,,, +punch.n.02,liquid,1,1,FALSE,,,,,, +punch.n.02,heatSource,0,0,FALSE,,,,,, +punch.n.02,fireSource,0,0,FALSE,,,,,, +punch.n.02,cookable,1,1,FALSE,,,,,, +punch.n.02,coldSource,1,0,FALSE,,,,,, +punch.n.02,sliceable,0,0,FALSE,,,,,, +punch.n.02,slicer,0,0,FALSE,,,,,, +punch.n.02,soakable,0,0,FALSE,,,,,, +gourd.n.02,liquid,0,0,FALSE,,,,,, +gourd.n.02,heatSource,0,0,FALSE,,,,,, +gourd.n.02,fireSource,0,0,FALSE,,,,,, +gourd.n.02,cookable,0,1,FALSE,,,,,, +gourd.n.02,coldSource,0,0,FALSE,,,,,, +gourd.n.02,sliceable,0,1,FALSE,,,,,, +gourd.n.02,slicer,0,0,FALSE,,,,,, +gourd.n.02,soakable,0,0,FALSE,,,,,, +grouper.n.01,liquid,0,0,FALSE,,,,,, +grouper.n.01,heatSource,0,0,FALSE,,,,,, +grouper.n.01,fireSource,1,0,FALSE,,,,,, +grouper.n.01,cookable,0,1,FALSE,,,,,, +grouper.n.01,coldSource,0,0,FALSE,,,,,, +grouper.n.01,sliceable,0,1,FALSE,,,,,, +grouper.n.01,slicer,0,0,FALSE,,,,,, +grouper.n.01,soakable,0,0,FALSE,,,,,, +hairpin.n.01,liquid,0,0,FALSE,,,,,, +hairpin.n.01,heatSource,0,0,FALSE,,,,,, +hairpin.n.01,fireSource,0,0,FALSE,,,,,, +hairpin.n.01,cookable,0,0,FALSE,,,,,, +hairpin.n.01,coldSource,0,0,FALSE,,,,,, +hairpin.n.01,sliceable,0,0,FALSE,,,,,, +hairpin.n.01,slicer,1,0,FALSE,,,,,, +hairpin.n.01,soakable,0,0,FALSE,,,,,, +tie.n.09,liquid,0,0,FALSE,,,,,, +tie.n.09,heatSource,0,0,FALSE,,,,,, +tie.n.09,fireSource,0,0,FALSE,,,,,, +tie.n.09,cookable,0,0,FALSE,,,,,, +tie.n.09,coldSource,0,0,FALSE,,,,,, +tie.n.09,sliceable,0,0,FALSE,,,,,, +tie.n.09,slicer,0,0,FALSE,,,,,, +tie.n.09,soakable,0,0,FALSE,,,,,, +halibut.n.01,liquid,0,0,FALSE,,,,,, +halibut.n.01,heatSource,0,0,FALSE,,,,,, +halibut.n.01,fireSource,1,0,FALSE,,,,,, +halibut.n.01,cookable,0,1,FALSE,,,,,, +halibut.n.01,coldSource,0,0,FALSE,,,,,, +halibut.n.01,sliceable,0,1,FALSE,,,,,, +halibut.n.01,slicer,0,0,FALSE,,,,,, +halibut.n.01,soakable,0,0,FALSE,,,,,, +ham_hock.n.01,liquid,0,0,FALSE,,,,,, +ham_hock.n.01,heatSource,0,0,FALSE,,,,,, +ham_hock.n.01,fireSource,1,0,FALSE,,,,,, +ham_hock.n.01,cookable,0,1,FALSE,,,,,, +ham_hock.n.01,coldSource,0,0,FALSE,,,,,, +ham_hock.n.01,sliceable,0,1,FALSE,,,,,, +ham_hock.n.01,slicer,1,0,FALSE,,,,,, +ham_hock.n.01,soakable,0,0,FALSE,,,,,, +hand_shovel.n.01,liquid,0,0,FALSE,,,,,, +hand_shovel.n.01,heatSource,0,0,FALSE,,,,,, +hand_shovel.n.01,fireSource,0,0,FALSE,,,,,, +hand_shovel.n.01,cookable,0,0,FALSE,,,,,, +hand_shovel.n.01,coldSource,0,0,FALSE,,,,,, +hand_shovel.n.01,sliceable,0,0,FALSE,,,,,, +hand_shovel.n.01,slicer,1,0,FALSE,,,,,, +hand_shovel.n.01,soakable,0,0,FALSE,,,,,, +iron.n.03,liquid,0,0,FALSE,,,,,, +iron.n.03,heatSource,1,0,FALSE,,,,,, +iron.n.03,fireSource,0,0,FALSE,,,,,, +iron.n.03,cookable,0,0,FALSE,,,,,, +iron.n.03,coldSource,0,0,FALSE,,,,,, +iron.n.03,sliceable,0,0,FALSE,,,,,, +iron.n.03,slicer,1,0,FALSE,,,,,, +iron.n.03,soakable,0,0,FALSE,,,,,, +planter.n.01,liquid,0,0,FALSE,,,,,, +planter.n.01,heatSource,0,0,FALSE,,,,,, +planter.n.01,fireSource,0,0,FALSE,,,,,, +planter.n.01,cookable,0,0,FALSE,,,,,, +planter.n.01,coldSource,0,0,FALSE,,,,,, +planter.n.01,sliceable,0,0,FALSE,,,,,, +planter.n.01,slicer,1,0,FALSE,,,,,, +planter.n.01,soakable,0,0,FALSE,,,,,, +hazelnut.n.01,liquid,0,0,FALSE,,,,,, +hazelnut.n.01,heatSource,0,0,FALSE,,,,,, +hazelnut.n.01,fireSource,1,0,FALSE,,,,,, +hazelnut.n.01,cookable,0,1,FALSE,,,,,, +hazelnut.n.01,coldSource,0,0,FALSE,,,,,, +hazelnut.n.01,sliceable,0,1,FALSE,,,,,, +hazelnut.n.01,slicer,0,0,FALSE,,,,,, +hazelnut.n.01,soakable,0,0,FALSE,,,,,, +forefront.n.01,liquid,0,0,FALSE,,,,,, +forefront.n.01,heatSource,0,0,FALSE,,,,,, +forefront.n.01,fireSource,0,0,FALSE,,,,,, +forefront.n.01,cookable,0,0,FALSE,,,,,, +forefront.n.01,coldSource,1,0,FALSE,,,,,, +forefront.n.01,sliceable,0,0,FALSE,,,,,, +forefront.n.01,slicer,0,0,FALSE,,,,,, +forefront.n.01,soakable,0,0,FALSE,,,,,, +hedge.n.01,liquid,0,0,FALSE,,,,,, +hedge.n.01,heatSource,0,0,FALSE,,,,,, +hedge.n.01,fireSource,0,0,FALSE,,,,,, +hedge.n.01,cookable,0,0,FALSE,,,,,, +hedge.n.01,coldSource,0,0,FALSE,,,,,, +hedge.n.01,sliceable,0,0,FALSE,,,,,, +hedge.n.01,slicer,0,0,FALSE,,,,,, +hedge.n.01,soakable,0,0,FALSE,,,,,, +allen_wrench.n.01,liquid,0,0,FALSE,,,,,, +allen_wrench.n.01,heatSource,0,0,FALSE,,,,,, +allen_wrench.n.01,fireSource,0,0,FALSE,,,,,, +allen_wrench.n.01,cookable,0,0,FALSE,,,,,, +allen_wrench.n.01,coldSource,0,0,FALSE,,,,,, +allen_wrench.n.01,sliceable,0,0,FALSE,,,,,, +allen_wrench.n.01,slicer,1,0,FALSE,,,,,, +allen_wrench.n.01,soakable,0,0,FALSE,,,,,, +buskin.n.01,liquid,0,0,FALSE,,,,,, +buskin.n.01,heatSource,0,0,FALSE,,,,,, +buskin.n.01,fireSource,0,0,FALSE,,,,,, +buskin.n.01,cookable,0,0,FALSE,,,,,, +buskin.n.01,coldSource,0,0,FALSE,,,,,, +buskin.n.01,sliceable,0,0,FALSE,,,,,, +buskin.n.01,slicer,0,0,FALSE,,,,,, +buskin.n.01,soakable,0,1,FALSE,,,,,, +hutch.n.01,liquid,0,0,FALSE,,,,,, +hutch.n.01,heatSource,0,0,FALSE,,,,,, +hutch.n.01,fireSource,0,0,FALSE,,,,,, +hutch.n.01,cookable,0,0,FALSE,,,,,, +hutch.n.01,coldSource,0,0,FALSE,,,,,, +hutch.n.01,sliceable,0,0,FALSE,,,,,, +hutch.n.01,slicer,0,0,FALSE,,,,,, +hutch.n.01,soakable,0,0,FALSE,,,,,, +inhaler.n.01,liquid,0,0,FALSE,,,,,, +inhaler.n.01,heatSource,0,0,FALSE,,,,,, +inhaler.n.01,fireSource,0,0,FALSE,,,,,, +inhaler.n.01,cookable,0,0,FALSE,,,,,, +inhaler.n.01,coldSource,0,0,FALSE,,,,,, +inhaler.n.01,sliceable,0,0,FALSE,,,,,, +inhaler.n.01,slicer,1,0,FALSE,,,,,, +inhaler.n.01,soakable,0,0,FALSE,,,,,, +jerky.n.01,liquid,0,0,FALSE,,,,,, +jerky.n.01,heatSource,0,0,FALSE,,,,,, +jerky.n.01,fireSource,1,0,FALSE,,,,,, +jerky.n.01,cookable,0,1,FALSE,,,,,, +jerky.n.01,coldSource,0,0,FALSE,,,,,, +jerky.n.01,sliceable,0,1,FALSE,,,,,, +jerky.n.01,slicer,0,0,FALSE,,,,,, +jerky.n.01,soakable,0,0,FALSE,,,,,, +shot_glass.n.01,liquid,0,0,FALSE,,,,,, +shot_glass.n.01,heatSource,0,0,FALSE,,,,,, +shot_glass.n.01,fireSource,0,0,FALSE,,,,,, +shot_glass.n.01,cookable,0,0,FALSE,,,,,, +shot_glass.n.01,coldSource,1,0,FALSE,,,,,, +shot_glass.n.01,sliceable,0,0,FALSE,,,,,, +shot_glass.n.01,slicer,1,0,FALSE,,,,,, +shot_glass.n.01,soakable,0,0,FALSE,,,,,, +lager.n.02,liquid,1,1,FALSE,,,,,, +lager.n.02,heatSource,0,0,FALSE,,,,,, +lager.n.02,fireSource,0,0,FALSE,,,,,, +lager.n.02,cookable,0,0,FALSE,,,,,, +lager.n.02,coldSource,1,0,FALSE,,,,,, +lager.n.02,sliceable,0,0,FALSE,,,,,, +lager.n.02,slicer,0,0,FALSE,,,,,, +lager.n.02,soakable,0,0,FALSE,,,,,, +legging.n.01,liquid,0,0,FALSE,,,,,, +legging.n.01,heatSource,0,0,FALSE,,,,,, +legging.n.01,fireSource,0,0,FALSE,,,,,, +legging.n.01,cookable,0,0,FALSE,,,,,, +legging.n.01,coldSource,0,0,FALSE,,,,,, +legging.n.01,sliceable,0,0,FALSE,,,,,, +legging.n.01,slicer,0,0,FALSE,,,,,, +legging.n.01,soakable,1,1,FALSE,,,,,, +lemon_peel.n.01,liquid,0,0,FALSE,,,,,, +lemon_peel.n.01,heatSource,0,0,FALSE,,,,,, +lemon_peel.n.01,fireSource,0,0,FALSE,,,,,, +lemon_peel.n.01,cookable,0,1,FALSE,,,,,, +lemon_peel.n.01,coldSource,0,0,FALSE,,,,,, +lemon_peel.n.01,sliceable,0,1,FALSE,,,,,, +lemon_peel.n.01,slicer,0,0,FALSE,,,,,, +lemon_peel.n.01,soakable,0,0,FALSE,,,,,, +lens.n.01,liquid,0,0,FALSE,,,,,, +lens.n.01,heatSource,0,0,FALSE,,,,,, +lens.n.01,fireSource,0,0,FALSE,,,,,, +lens.n.01,cookable,0,0,FALSE,,,,,, +lens.n.01,coldSource,0,0,FALSE,,,,,, +lens.n.01,sliceable,0,0,FALSE,,,,,, +lens.n.01,slicer,1,0,FALSE,,,,,, +lens.n.01,soakable,0,0,FALSE,,,,,, +butane.n.01,liquid,0,0,FALSE,,,,,, +butane.n.01,heatSource,0,0,FALSE,,,,,, +butane.n.01,fireSource,0,0,FALSE,,,,,, +butane.n.01,cookable,0,0,FALSE,,,,,, +butane.n.01,coldSource,0,0,FALSE,,,,,, +butane.n.01,sliceable,0,0,FALSE,,,,,, +butane.n.01,slicer,1,0,FALSE,,,,,, +butane.n.01,soakable,0,0,FALSE,,,,,, +lily.n.01,liquid,0,0,FALSE,,,,,, +lily.n.01,heatSource,0,0,FALSE,,,,,, +lily.n.01,fireSource,0,0,FALSE,,,,,, +lily.n.01,cookable,0,0,FALSE,,,,,, +lily.n.01,coldSource,0,0,FALSE,,,,,, +lily.n.01,sliceable,0,0,FALSE,,,,,, +lily.n.01,slicer,1,0,FALSE,,,,,, +lily.n.01,soakable,0,0,FALSE,,,,,, +lima_bean.n.03,liquid,0,0,FALSE,,,,,, +lima_bean.n.03,heatSource,0,0,FALSE,,,,,, +lima_bean.n.03,fireSource,1,0,FALSE,,,,,, +lima_bean.n.03,cookable,0,1,FALSE,,,,,, +lima_bean.n.03,coldSource,0,0,FALSE,,,,,, +lima_bean.n.03,sliceable,0,0,FALSE,,,,,, +lima_bean.n.03,slicer,1,0,FALSE,,,,,, +lima_bean.n.03,soakable,0,0,FALSE,,,,,, +limeade.n.01,liquid,1,1,FALSE,,,,,, +limeade.n.01,heatSource,0,0,FALSE,,,,,, +limeade.n.01,fireSource,0,0,FALSE,,,,,, +limeade.n.01,cookable,1,1,FALSE,,,,,, +limeade.n.01,coldSource,1,0,FALSE,,,,,, +limeade.n.01,sliceable,0,0,FALSE,,,,,, +limeade.n.01,slicer,0,0,FALSE,,,,,, +limeade.n.01,soakable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,liquid,0,0,FALSE,,,,,, +calcium_carbonate.n.01,heatSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,fireSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,cookable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,coldSource,0,0,FALSE,,,,,, +calcium_carbonate.n.01,sliceable,0,0,FALSE,,,,,, +calcium_carbonate.n.01,slicer,0,0,FALSE,,,,,, +calcium_carbonate.n.01,soakable,0,0,FALSE,,,,,, +liqueur.n.01,liquid,1,1,FALSE,,,,,, +liqueur.n.01,heatSource,0,0,FALSE,,,,,, +liqueur.n.01,fireSource,0,0,FALSE,,,,,, +liqueur.n.01,cookable,0,0,FALSE,,,,,, +liqueur.n.01,coldSource,1,0,FALSE,,,,,, +liqueur.n.01,sliceable,0,0,FALSE,,,,,, +liqueur.n.01,slicer,1,0,FALSE,,,,,, +liqueur.n.01,soakable,0,0,FALSE,,,,,, +loofah.n.02,liquid,0,0,FALSE,,,,,, +loofah.n.02,heatSource,0,0,FALSE,,,,,, +loofah.n.02,fireSource,0,0,FALSE,,,,,, +loofah.n.02,cookable,0,0,FALSE,,,,,, +loofah.n.02,coldSource,0,0,FALSE,,,,,, +loofah.n.02,sliceable,0,1,FALSE,,,,,, +loofah.n.02,slicer,0,0,FALSE,,,,,, +loofah.n.02,soakable,0,0,FALSE,,,,,, +land.n.02,liquid,0,0,FALSE,,,,,, +land.n.02,heatSource,0,0,FALSE,,,,,, +land.n.02,fireSource,0,0,FALSE,,,,,, +land.n.02,cookable,0,0,FALSE,,,,,, +land.n.02,coldSource,0,0,FALSE,,,,,, +land.n.02,sliceable,0,0,FALSE,,,,,, +land.n.02,slicer,0,0,FALSE,,,,,, +land.n.02,soakable,0,0,FALSE,,,,,, +wood.n.01,liquid,0,0,FALSE,,,,,, +wood.n.01,heatSource,0,0,FALSE,,,,,, +wood.n.01,fireSource,0,1,FALSE,,,,,, +wood.n.01,cookable,0,0,FALSE,,,,,, +wood.n.01,coldSource,0,0,FALSE,,,,,, +wood.n.01,sliceable,0,0,FALSE,,,,,, +wood.n.01,slicer,0,0,FALSE,,,,,, +wood.n.01,soakable,0,1,FALSE,,,,,, +rubbish.n.01,liquid,0,0,FALSE,,,,,, +rubbish.n.01,heatSource,0,0,FALSE,,,,,, +rubbish.n.01,fireSource,0,0,FALSE,,,,,, +rubbish.n.01,cookable,0,0,FALSE,,,,,, +rubbish.n.01,coldSource,0,0,FALSE,,,,,, +rubbish.n.01,sliceable,0,0,FALSE,,,,,, +rubbish.n.01,slicer,0,0,FALSE,,,,,, +rubbish.n.01,soakable,0,0,FALSE,,,,,, +case.n.05,liquid,0,0,FALSE,,,,,, +case.n.05,heatSource,0,0,FALSE,,,,,, +case.n.05,fireSource,0,0,FALSE,,,,,, +case.n.05,cookable,0,0,FALSE,,,,,, +case.n.05,coldSource,0,0,FALSE,,,,,, +case.n.05,sliceable,0,0,FALSE,,,,,, +case.n.05,slicer,1,0,FALSE,,,,,, +case.n.05,soakable,1,0,FALSE,,,,,, +plant.n.02,liquid,0,0,FALSE,,,,,, +plant.n.02,heatSource,0,0,FALSE,,,,,, +plant.n.02,fireSource,0,0,FALSE,,,,,, +plant.n.02,cookable,0,0,FALSE,,,,,, +plant.n.02,coldSource,0,0,FALSE,,,,,, +plant.n.02,sliceable,0,0,FALSE,,,,,, +plant.n.02,slicer,0,0,FALSE,,,,,, +plant.n.02,soakable,0,0,FALSE,,,,,, +bleaching_agent.n.01,liquid,0,0,FALSE,,,,,, +bleaching_agent.n.01,heatSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,fireSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,cookable,0,0,FALSE,,,,,, +bleaching_agent.n.01,coldSource,0,0,FALSE,,,,,, +bleaching_agent.n.01,sliceable,0,0,FALSE,,,,,, +bleaching_agent.n.01,slicer,0,0,FALSE,,,,,, +bleaching_agent.n.01,soakable,0,0,FALSE,,,,,, +bin.n.01,liquid,0,0,FALSE,,,,,, +bin.n.01,heatSource,0,0,FALSE,,,,,, +bin.n.01,fireSource,0,0,FALSE,,,,,, +bin.n.01,cookable,0,0,FALSE,,,,,, +bin.n.01,coldSource,0,0,FALSE,,,,,, +bin.n.01,sliceable,0,0,FALSE,,,,,, +bin.n.01,slicer,1,0,FALSE,,,,,, +bin.n.01,soakable,0,0,FALSE,,,,,, +lemon_juice.n.01,liquid,1,1,FALSE,,,,,, +lemon_juice.n.01,heatSource,0,0,FALSE,,,,,, +lemon_juice.n.01,fireSource,0,0,FALSE,,,,,, +lemon_juice.n.01,cookable,0,1,FALSE,,,,,, +lemon_juice.n.01,coldSource,0,0,FALSE,,,,,, +lemon_juice.n.01,sliceable,0,0,FALSE,,,,,, +lemon_juice.n.01,slicer,0,0,FALSE,,,,,, +lemon_juice.n.01,soakable,0,0,FALSE,,,,,, +apparel.n.01,liquid,0,0,FALSE,,,,,, +apparel.n.01,heatSource,0,0,FALSE,,,,,, +apparel.n.01,fireSource,0,0,FALSE,,,,,, +apparel.n.01,cookable,0,0,FALSE,,,,,, +apparel.n.01,coldSource,0,0,FALSE,,,,,, +apparel.n.01,sliceable,0,0,FALSE,,,,,, +apparel.n.01,slicer,0,0,FALSE,,,,,, +apparel.n.01,soakable,1,1,FALSE,,,,,, +dust.n.01,liquid,0,0,FALSE,,,,,, +dust.n.01,heatSource,0,0,FALSE,,,,,, +dust.n.01,fireSource,0,0,FALSE,,,,,, +dust.n.01,cookable,0,0,FALSE,,,,,, +dust.n.01,coldSource,0,0,FALSE,,,,,, +dust.n.01,sliceable,0,0,FALSE,,,,,, +dust.n.01,slicer,0,0,FALSE,,,,,, +dust.n.01,soakable,0,0,FALSE,,,,,, +money.n.01,liquid,0,0,FALSE,,,,,, +money.n.01,heatSource,0,0,FALSE,,,,,, +money.n.01,fireSource,0,0,FALSE,,,,,, +money.n.01,cookable,0,0,FALSE,,,,,, +money.n.01,coldSource,0,0,FALSE,,,,,, +money.n.01,sliceable,0,0,FALSE,,,,,, +money.n.01,slicer,1,0,FALSE,,,,,, +money.n.01,soakable,0,1,FALSE,,,,,, +solution.n.01,liquid,1,1,FALSE,,,,,, +solution.n.01,heatSource,0,0,FALSE,,,,,, +solution.n.01,fireSource,1,0,FALSE,,,,,, +solution.n.01,cookable,1,0,FALSE,,,,,, +solution.n.01,coldSource,1,0,FALSE,,,,,, +solution.n.01,sliceable,1,0,FALSE,,,,,, +solution.n.01,slicer,0,0,FALSE,,,,,, +solution.n.01,soakable,0,0,FALSE,,,,,, +alcohol.n.01,liquid,1,1,FALSE,,,,,, +alcohol.n.01,heatSource,0,0,FALSE,,,,,, +alcohol.n.01,fireSource,0,0,FALSE,,,,,, +alcohol.n.01,cookable,0,0,FALSE,,,,,, +alcohol.n.01,coldSource,1,0,FALSE,,,,,, +alcohol.n.01,sliceable,0,0,FALSE,,,,,, +alcohol.n.01,slicer,0,0,FALSE,,,,,, +alcohol.n.01,soakable,0,0,FALSE,,,,,, +ice.n.01,liquid,0,0,FALSE,,,,,, +ice.n.01,heatSource,0,0,FALSE,,,,,, +ice.n.01,fireSource,0,0,FALSE,,,,,, +ice.n.01,cookable,1,0,FALSE,,,,,, +ice.n.01,coldSource,0,1,FALSE,,,,,, +ice.n.01,sliceable,0,0,FALSE,,,,,, +ice.n.01,slicer,0,0,FALSE,,,,,, +ice.n.01,soakable,0,0,FALSE,,,,,, +debris.n.01,liquid,0,0,FALSE,,,,,, +debris.n.01,heatSource,0,0,FALSE,,,,,, +debris.n.01,fireSource,0,0,FALSE,,,,,, +debris.n.01,cookable,0,0,FALSE,,,,,, +debris.n.01,coldSource,0,0,FALSE,,,,,, +debris.n.01,sliceable,0,0,FALSE,,,,,, +debris.n.01,slicer,0,0,FALSE,,,,,, +debris.n.01,soakable,0,1,FALSE,,,,,, +cayenne.n.02,liquid,0,0,FALSE,,,,,, +cayenne.n.02,heatSource,1,0,FALSE,,,,,, +cayenne.n.02,fireSource,1,0,FALSE,,,,,, +cayenne.n.02,cookable,0,1,FALSE,,,,,, +cayenne.n.02,coldSource,0,0,FALSE,,,,,, +cayenne.n.02,sliceable,0,1,FALSE,,,,,, +cayenne.n.02,slicer,1,0,FALSE,,,,,, +cayenne.n.02,soakable,0,0,FALSE,,,,,, +teaspoon.n.02,liquid,0,0,FALSE,,,,,, +teaspoon.n.02,heatSource,0,0,FALSE,,,,,, +teaspoon.n.02,fireSource,0,0,FALSE,,,,,, +teaspoon.n.02,cookable,0,0,FALSE,,,,,, +teaspoon.n.02,coldSource,0,0,FALSE,,,,,, +teaspoon.n.02,sliceable,0,0,FALSE,,,,,, +teaspoon.n.02,slicer,1,0,FALSE,,,,,, +teaspoon.n.02,soakable,0,0,FALSE,,,,,, +cayenne.n.01,liquid,0,0,FALSE,,,,,, +cayenne.n.01,heatSource,1,0,FALSE,,,,,, +cayenne.n.01,fireSource,1,0,FALSE,,,,,, +cayenne.n.01,cookable,0,1,FALSE,,,,,, +cayenne.n.01,coldSource,0,0,FALSE,,,,,, +cayenne.n.01,sliceable,0,1,FALSE,,,,,, +cayenne.n.01,slicer,1,0,FALSE,,,,,, +cayenne.n.01,soakable,0,0,FALSE,,,,,, +fruit.n.01,liquid,0,0,FALSE,,,,,, +fruit.n.01,heatSource,0,0,FALSE,,,,,, +fruit.n.01,fireSource,1,0,FALSE,,,,,, +fruit.n.01,cookable,0,1,FALSE,,,,,, +fruit.n.01,coldSource,1,0,FALSE,,,,,, +fruit.n.01,sliceable,1,1,FALSE,,,,,, +fruit.n.01,slicer,0,0,FALSE,,,,,, +fruit.n.01,soakable,0,0,FALSE,,,,,, +meat.n.01,liquid,0,0,FALSE,,,,,, +meat.n.01,heatSource,0,0,FALSE,,,,,, +meat.n.01,fireSource,1,0,FALSE,,,,,, +meat.n.01,cookable,0,1,FALSE,,,,,, +meat.n.01,coldSource,0,0,FALSE,,,,,, +meat.n.01,sliceable,0,1,FALSE,,,,,, +meat.n.01,slicer,0,0,FALSE,,,,,, +meat.n.01,soakable,0,0,FALSE,,,,,, +sponge.n.01,liquid,0,0,FALSE,,,,,, +sponge.n.01,heatSource,0,0,FALSE,,,,,, +sponge.n.01,fireSource,0,0,FALSE,,,,,, +sponge.n.01,cookable,0,0,FALSE,,,,,, +sponge.n.01,coldSource,1,0,FALSE,,,,,, +sponge.n.01,sliceable,0,0,FALSE,,,,,, +sponge.n.01,slicer,1,0,FALSE,,,,,, +sponge.n.01,soakable,1,1,FALSE,,,,,, +vegetable.n.01,liquid,0,0,FALSE,,,,,, +vegetable.n.01,heatSource,0,0,FALSE,,,,,, +vegetable.n.01,fireSource,1,0,FALSE,,,,,, +vegetable.n.01,cookable,0,1,FALSE,,,,,, +vegetable.n.01,coldSource,0,0,FALSE,,,,,, +vegetable.n.01,sliceable,0,1,FALSE,,,,,, +vegetable.n.01,slicer,0,0,FALSE,,,,,, +vegetable.n.01,soakable,0,0,FALSE,,,,,, +paper.n.01,liquid,0,0,FALSE,,,,,, +paper.n.01,heatSource,0,0,FALSE,,,,,, +paper.n.01,fireSource,0,0,FALSE,,,,,, +paper.n.01,cookable,0,0,FALSE,,,,,, +paper.n.01,coldSource,1,0,FALSE,,,,,, +paper.n.01,sliceable,0,0,FALSE,,,,,, +paper.n.01,slicer,1,0,FALSE,,,,,, +paper.n.01,soakable,1,1,FALSE,,,,,, +dish.n.02,liquid,0,0,FALSE,,,,,, +dish.n.02,heatSource,0,0,FALSE,,,,,, +dish.n.02,fireSource,1,0,FALSE,,,,,, +dish.n.02,cookable,0,1,FALSE,,,,,, +dish.n.02,coldSource,1,0,FALSE,,,,,, +dish.n.02,sliceable,0,0,FALSE,,,,,, +dish.n.02,slicer,0,0,FALSE,,,,,, +dish.n.02,soakable,0,0,FALSE,,,,,, +dish.n.01,liquid,0,0,FALSE,,,,,, +dish.n.01,heatSource,0,0,FALSE,,,,,, +dish.n.01,fireSource,1,0,FALSE,,,,,, +dish.n.01,cookable,0,0,FALSE,,,,,, +dish.n.01,coldSource,1,0,FALSE,,,,,, +dish.n.01,sliceable,0,0,FALSE,,,,,, +dish.n.01,slicer,0,0,FALSE,,,,,, +dish.n.01,soakable,0,0,FALSE,,,,,, +stain.n.01,liquid,0,0,FALSE,,,,,, +stain.n.01,heatSource,0,0,FALSE,,,,,, +stain.n.01,fireSource,0,0,FALSE,,,,,, +stain.n.01,cookable,0,0,FALSE,,,,,, +stain.n.01,coldSource,0,0,FALSE,,,,,, +stain.n.01,sliceable,0,0,FALSE,,,,,, +stain.n.01,slicer,0,0,FALSE,,,,,, +stain.n.01,soakable,0,0,FALSE,,,,,, +food.n.02,liquid,0,0,FALSE,,,,,, +food.n.02,heatSource,0,0,FALSE,,,,,, +food.n.02,fireSource,1,0,FALSE,,,,,, +food.n.02,cookable,0,1,FALSE,,,,,, +food.n.02,coldSource,1,0,FALSE,,,,,, +food.n.02,sliceable,1,0,FALSE,,,,,, +food.n.02,slicer,0,0,FALSE,,,,,, +food.n.02,soakable,0,0,FALSE,,,,,, +pot.n.01,liquid,0,0,FALSE,,,,,, +pot.n.01,heatSource,1,0,FALSE,,,,,, +pot.n.01,fireSource,1,0,FALSE,,,,,, +pot.n.01,cookable,0,1,FALSE,,,,,, +pot.n.01,coldSource,1,0,FALSE,,,,,, +pot.n.01,sliceable,0,0,FALSE,,,,,, +pot.n.01,slicer,1,0,FALSE,,,,,, +pot.n.01,soakable,0,0,FALSE,,,,,, +bag.n.01,liquid,0,0,FALSE,,,,,, +bag.n.01,heatSource,0,0,FALSE,,,,,, +bag.n.01,fireSource,0,0,FALSE,,,,,, +bag.n.01,cookable,0,0,FALSE,,,,,, +bag.n.01,coldSource,1,0,FALSE,,,,,, +bag.n.01,sliceable,0,0,FALSE,,,,,, +bag.n.01,slicer,1,0,FALSE,,,,,, +bag.n.01,soakable,1,0,FALSE,,,,,, +oil.n.01,liquid,1,1,FALSE,,,,,, +oil.n.01,heatSource,0,0,FALSE,,,,,, +oil.n.01,fireSource,0,1,FALSE,,,,,, +oil.n.01,cookable,0,1,FALSE,,,,,, +oil.n.01,coldSource,0,0,FALSE,,,,,, +oil.n.01,sliceable,0,0,FALSE,,,,,, +oil.n.01,slicer,0,0,FALSE,,,,,, +oil.n.01,soakable,0,0,FALSE,,,,,, +towel.n.01,liquid,0,0,FALSE,,,,,, +towel.n.01,heatSource,0,0,FALSE,,,,,, +towel.n.01,fireSource,0,0,FALSE,,,,,, +towel.n.01,cookable,0,0,FALSE,,,,,, +towel.n.01,coldSource,0,0,FALSE,,,,,, +towel.n.01,sliceable,0,0,FALSE,,,,,, +towel.n.01,slicer,1,0,FALSE,,,,,, +towel.n.01,soakable,1,1,FALSE,,,,,, +frying_pan.n.01,liquid,0,0,FALSE,,,,,, +frying_pan.n.01,heatSource,1,0,FALSE,repetition,,,0,0,1 +frying_pan.n.01,fireSource,1,0,FALSE,,,,,, +frying_pan.n.01,cookable,0,0,FALSE,,,,,, +frying_pan.n.01,coldSource,0,0,FALSE,,,,,, +frying_pan.n.01,sliceable,0,0,FALSE,,,,,, +frying_pan.n.01,slicer,1,0,FALSE,,,,,, +frying_pan.n.01,soakable,0,0,FALSE,,,,,, +egg_white.n.01,liquid,1,1,FALSE,,,,,, +egg_white.n.01,heatSource,0,0,FALSE,,,,,, +egg_white.n.01,fireSource,1,0,FALSE,,,,,, +egg_white.n.01,cookable,0,1,FALSE,,,,,, +egg_white.n.01,coldSource,0,0,FALSE,,,,,, +egg_white.n.01,sliceable,0,0,FALSE,,,,,, +egg_white.n.01,slicer,0,0,FALSE,,,,,, +egg_white.n.01,soakable,0,0,FALSE,,,,,, +egg_yolk.n.01,liquid,1,1,FALSE,,,,,, +egg_yolk.n.01,heatSource,0,0,FALSE,,,,,, +egg_yolk.n.01,fireSource,1,0,FALSE,,,,,, +egg_yolk.n.01,cookable,0,1,FALSE,,,,,, +egg_yolk.n.01,coldSource,0,0,FALSE,,,,,, +egg_yolk.n.01,sliceable,0,0,FALSE,,,,,, +egg_yolk.n.01,slicer,0,0,FALSE,,,,,, +egg_yolk.n.01,soakable,0,0,FALSE,,,,,, +food_processor.n.01,liquid,0,0,FALSE,,,,,, +food_processor.n.01,heatSource,0,0,FALSE,,,,,, +food_processor.n.01,fireSource,0,0,FALSE,,,,,, +food_processor.n.01,cookable,0,0,FALSE,,,,,, +food_processor.n.01,coldSource,0,0,FALSE,,,,,, +food_processor.n.01,sliceable,1,0,FALSE,,,,,, +food_processor.n.01,slicer,1,0,FALSE,,,,,, +food_processor.n.01,soakable,0,0,FALSE,,,,,, +ironing_board.n.01,liquid,0,0,FALSE,,,,,, +ironing_board.n.01,heatSource,0,0,FALSE,,,,,, +ironing_board.n.01,fireSource,0,0,FALSE,,,,,, +ironing_board.n.01,cookable,0,0,FALSE,,,,,, +ironing_board.n.01,coldSource,0,0,FALSE,,,,,, +ironing_board.n.01,sliceable,0,0,FALSE,,,,,, +ironing_board.n.01,slicer,1,0,FALSE,,,,,, +ironing_board.n.01,soakable,1,0,FALSE,,,,,, +sour_cream.n.01,liquid,1,1,FALSE,,,,,, +sour_cream.n.01,heatSource,0,0,FALSE,,,,,, +sour_cream.n.01,fireSource,0,0,FALSE,,,,,, +sour_cream.n.01,cookable,0,1,FALSE,,,,,, +sour_cream.n.01,coldSource,0,0,FALSE,,,,,, +sour_cream.n.01,sliceable,0,0,FALSE,,,,,, +sour_cream.n.01,slicer,0,0,FALSE,,,,,, +sour_cream.n.01,soakable,0,0,FALSE,,,,,, +chlorine.n.01,liquid,0,0,FALSE,,,,,, +chlorine.n.01,heatSource,0,0,FALSE,,,,,, +chlorine.n.01,fireSource,0,0,FALSE,,,,,, +chlorine.n.01,cookable,0,0,FALSE,,,,,, +chlorine.n.01,coldSource,0,0,FALSE,,,,,, +chlorine.n.01,sliceable,0,0,FALSE,,,,,, +chlorine.n.01,slicer,1,0,FALSE,,,,,, +chlorine.n.01,soakable,0,0,FALSE,,,,,, +cookie_sheet.n.01,liquid,0,0,FALSE,,,,,, +cookie_sheet.n.01,heatSource,1,0,FALSE,,,,,, +cookie_sheet.n.01,fireSource,1,0,FALSE,,,,,, +cookie_sheet.n.01,cookable,0,0,FALSE,,,,,, +cookie_sheet.n.01,coldSource,0,0,FALSE,,,,,, +cookie_sheet.n.01,sliceable,0,0,FALSE,,,,,, +cookie_sheet.n.01,slicer,1,0,FALSE,,,,,, +cookie_sheet.n.01,soakable,0,0,FALSE,,,,,, +credit_card.n.01,liquid,0,0,FALSE,,,,,, +credit_card.n.01,heatSource,0,0,FALSE,,,,,, +credit_card.n.01,fireSource,0,0,FALSE,,,,,, +credit_card.n.01,cookable,0,0,FALSE,,,,,, +credit_card.n.01,coldSource,0,0,FALSE,,,,,, +credit_card.n.01,sliceable,0,0,FALSE,,,,,, +credit_card.n.01,slicer,1,0,FALSE,,,,,, +credit_card.n.01,soakable,0,0,FALSE,,,,,, +red_wine.n.01,liquid,1,1,FALSE,,,,,, +red_wine.n.01,heatSource,0,0,FALSE,,,,,, +red_wine.n.01,fireSource,0,0,FALSE,,,,,, +red_wine.n.01,cookable,0,1,FALSE,,,,,, +red_wine.n.01,coldSource,1,0,FALSE,,,,,, +red_wine.n.01,sliceable,0,0,FALSE,,,,,, +red_wine.n.01,slicer,0,0,FALSE,,,,,, +red_wine.n.01,soakable,0,0,FALSE,,,,,, +whipped_cream.n.01,liquid,0,0,FALSE,,,,,, +whipped_cream.n.01,heatSource,0,0,FALSE,,,,,, +whipped_cream.n.01,fireSource,0,0,FALSE,,,,,, +whipped_cream.n.01,cookable,0,1,FALSE,,,,,, +whipped_cream.n.01,coldSource,0,0,FALSE,,,,,, +whipped_cream.n.01,sliceable,0,0,FALSE,,,,,, +whipped_cream.n.01,slicer,0,0,FALSE,,,,,, +whipped_cream.n.01,soakable,0,0,FALSE,,,,,, +mason_jar.n.01,liquid,0,0,FALSE,,,,,, +mason_jar.n.01,heatSource,0,0,FALSE,,,,,, +mason_jar.n.01,fireSource,0,0,FALSE,,,,,, +mason_jar.n.01,cookable,0,0,FALSE,,,,,, +mason_jar.n.01,coldSource,1,0,FALSE,,,,,, +mason_jar.n.01,sliceable,0,0,FALSE,,,,,, +mason_jar.n.01,slicer,1,0,FALSE,,,,,, +mason_jar.n.01,soakable,0,0,FALSE,,,,,, +green_bean.n.01,liquid,0,0,FALSE,,,,,, +green_bean.n.01,heatSource,0,0,FALSE,,,,,, +green_bean.n.01,fireSource,1,0,FALSE,,,,,, +green_bean.n.01,cookable,0,1,FALSE,,,,,, +green_bean.n.01,coldSource,0,0,FALSE,,,,,, +green_bean.n.01,sliceable,0,1,FALSE,,,,,, +green_bean.n.01,slicer,0,0,FALSE,,,,,, +green_bean.n.01,soakable,0,0,FALSE,,,,,, +steel_wool.n.01,liquid,0,0,FALSE,,,,,, +steel_wool.n.01,heatSource,0,0,FALSE,,,,,, +steel_wool.n.01,fireSource,0,0,FALSE,,,,,, +steel_wool.n.01,cookable,0,0,FALSE,,,,,, +steel_wool.n.01,coldSource,0,0,FALSE,,,,,, +steel_wool.n.01,sliceable,0,0,FALSE,,,,,, +steel_wool.n.01,slicer,0,0,FALSE,,,,,, +steel_wool.n.01,soakable,0,0,FALSE,,,,,, +potholder.n.01,liquid,0,0,FALSE,,,,,, +potholder.n.01,heatSource,0,0,FALSE,,,,,, +potholder.n.01,fireSource,0,0,FALSE,,,,,, +potholder.n.01,cookable,0,0,FALSE,,,,,, +potholder.n.01,coldSource,0,0,FALSE,,,,,, +potholder.n.01,sliceable,0,0,FALSE,,,,,, +potholder.n.01,slicer,1,0,FALSE,,,,,, +potholder.n.01,soakable,1,0,FALSE,,,,,, +hand_blower.n.01,liquid,0,0,FALSE,,,,,, +hand_blower.n.01,heatSource,1,1,TRUE,45,https://maxdry.com.au/blogs/news/5-benefits-of-warm-air-hand-dryers,,1,0,0 +hand_blower.n.01,fireSource,0,0,FALSE,,,,,, +hand_blower.n.01,cookable,0,0,FALSE,,,,,, +hand_blower.n.01,coldSource,0,0,FALSE,,,,,, +hand_blower.n.01,sliceable,0,0,FALSE,,,,,, +hand_blower.n.01,slicer,1,0,FALSE,,,,,, +hand_blower.n.01,soakable,0,0,FALSE,,,,,, +peanut_butter.n.01,liquid,0,0,FALSE,,,,,, +peanut_butter.n.01,heatSource,0,0,FALSE,,,,,, +peanut_butter.n.01,fireSource,0,0,FALSE,,,,,, +peanut_butter.n.01,cookable,0,1,FALSE,,,,,, +peanut_butter.n.01,coldSource,0,0,FALSE,,,,,, +peanut_butter.n.01,sliceable,0,0,FALSE,,,,,, +peanut_butter.n.01,slicer,0,0,FALSE,,,,,, +peanut_butter.n.01,soakable,0,0,FALSE,,,,,, +radio.n.01,liquid,0,0,FALSE,,,,,, +radio.n.01,heatSource,0,0,FALSE,,,,,, +radio.n.01,fireSource,0,0,FALSE,,,,,, +radio.n.01,cookable,0,0,FALSE,,,,,, +radio.n.01,coldSource,0,0,FALSE,,,,,, +radio.n.01,sliceable,0,0,FALSE,,,,,, +radio.n.01,slicer,1,0,FALSE,,,,,, +radio.n.01,soakable,0,0,FALSE,,,,,, +raincoat.n.01,liquid,0,0,FALSE,,,,,, +raincoat.n.01,heatSource,0,0,FALSE,,,,,, +raincoat.n.01,fireSource,0,0,FALSE,,,,,, +raincoat.n.01,cookable,0,0,FALSE,,,,,, +raincoat.n.01,coldSource,1,0,FALSE,,,,,, +raincoat.n.01,sliceable,0,0,FALSE,,,,,, +raincoat.n.01,slicer,0,0,FALSE,,,,,, +raincoat.n.01,soakable,1,0,FALSE,,,,,, +tote_bag.n.01,liquid,0,0,FALSE,,,,,, +tote_bag.n.01,heatSource,0,0,FALSE,,,,,, +tote_bag.n.01,fireSource,0,0,FALSE,,,,,, +tote_bag.n.01,cookable,0,0,FALSE,,,,,, +tote_bag.n.01,coldSource,0,0,FALSE,,,,,, +tote_bag.n.01,sliceable,0,0,FALSE,,,,,, +tote_bag.n.01,slicer,0,0,FALSE,,,,,, +tote_bag.n.01,soakable,0,0,FALSE,,,,,, +roux.n.01,liquid,0,0,FALSE,,,,,, +roux.n.01,heatSource,1,0,FALSE,,,,,, +roux.n.01,fireSource,1,0,FALSE,,,,,, +roux.n.01,cookable,0,1,FALSE,,,,,, +roux.n.01,coldSource,0,0,FALSE,,,,,, +roux.n.01,sliceable,0,0,FALSE,,,,,, +roux.n.01,slicer,0,0,FALSE,,,,,, +roux.n.01,soakable,0,0,FALSE,,,,,, +salad_fork.n.01,liquid,0,0,FALSE,,,,,, +salad_fork.n.01,heatSource,0,0,FALSE,,,,,, +salad_fork.n.01,fireSource,0,0,FALSE,,,,,, +salad_fork.n.01,cookable,0,0,FALSE,,,,,, +salad_fork.n.01,coldSource,0,0,FALSE,,,,,, +salad_fork.n.01,sliceable,0,0,FALSE,,,,,, +salad_fork.n.01,slicer,0,0,FALSE,,,,,, +salad_fork.n.01,soakable,0,0,FALSE,,,,,, +sap.n.01,liquid,1,1,FALSE,,,,,, +herbicide.n.01,liquid,1,1,FALSE,,,,,, +herbicide.n.01,heatSource,0,0,FALSE,,,,,, +herbicide.n.01,fireSource,0,0,FALSE,,,,,, +herbicide.n.01,cookable,0,0,FALSE,,,,,, +herbicide.n.01,coldSource,1,0,FALSE,,,,,, +herbicide.n.01,sliceable,0,0,FALSE,,,,,, +herbicide.n.01,slicer,0,0,FALSE,,,,,, +herbicide.n.01,soakable,0,0,FALSE,,,,,, +hoe.n.01,liquid,0,0,FALSE,,,,,, +hoe.n.01,heatSource,0,0,FALSE,,,,,, +hoe.n.01,fireSource,0,0,FALSE,,,,,, +hoe.n.01,cookable,0,0,FALSE,,,,,, +hoe.n.01,coldSource,0,0,FALSE,,,,,, +hoe.n.01,sliceable,0,0,FALSE,,,,,, +hoe.n.01,slicer,1,0,FALSE,,,,,, +hoe.n.01,soakable,0,0,FALSE,,,,,, +chaff.n.01,liquid,0,0,FALSE,,,,,, +chaff.n.01,heatSource,0,0,FALSE,,,,,, +chaff.n.01,fireSource,0,1,FALSE,,,,,, +chaff.n.01,cookable,0,0,FALSE,,,,,, +chaff.n.01,coldSource,0,0,FALSE,,,,,, +chaff.n.01,sliceable,0,0,FALSE,,,,,, +chaff.n.01,slicer,0,0,FALSE,,,,,, +chaff.n.01,soakable,0,1,FALSE,,,,,, +keg.n.02,liquid,0,0,FALSE,,,,,, +keg.n.02,heatSource,0,0,FALSE,,,,,, +keg.n.02,fireSource,0,0,FALSE,,,,,, +keg.n.02,cookable,0,0,FALSE,,,,,, +keg.n.02,coldSource,0,0,FALSE,,,,,, +keg.n.02,sliceable,0,0,FALSE,,,,,, +keg.n.02,slicer,1,0,FALSE,,,,,, +keg.n.02,soakable,0,1,FALSE,,,,,, +lentil.n.01,liquid,0,0,FALSE,,,,,, +lentil.n.01,heatSource,0,0,FALSE,,,,,, +lentil.n.01,fireSource,1,0,FALSE,,,,,, +lentil.n.01,cookable,0,1,FALSE,,,,,, +lentil.n.01,coldSource,0,0,FALSE,,,,,, +lentil.n.01,sliceable,0,0,FALSE,,,,,, +lentil.n.01,slicer,0,0,FALSE,,,,,, +lentil.n.01,soakable,0,1,FALSE,,,,,, +license_plate.n.01,liquid,0,0,FALSE,,,,,, +license_plate.n.01,heatSource,0,0,FALSE,,,,,, +license_plate.n.01,fireSource,0,0,FALSE,,,,,, +license_plate.n.01,cookable,0,0,FALSE,,,,,, +license_plate.n.01,coldSource,0,0,FALSE,,,,,, +license_plate.n.01,sliceable,0,0,FALSE,,,,,, +license_plate.n.01,slicer,1,0,FALSE,,,,,, +license_plate.n.01,soakable,0,0,FALSE,,,,,, +igniter.n.01,liquid,0,0,FALSE,,,,,, +igniter.n.01,heatSource,1,0,FALSE,,,,,, +igniter.n.01,fireSource,0,1,FALSE,,,,,, +igniter.n.01,cookable,0,0,FALSE,,,,,, +igniter.n.01,coldSource,0,0,FALSE,,,,,, +igniter.n.01,sliceable,0,0,FALSE,,,,,, +igniter.n.01,slicer,0,0,FALSE,,,,,, +igniter.n.01,soakable,0,0,FALSE,,,,,, +cabinet.n.03,liquid,0,0,FALSE,,,,,, +cabinet.n.03,heatSource,0,0,FALSE,,,,,, +cabinet.n.03,fireSource,0,0,FALSE,,,,,, +cabinet.n.03,cookable,0,0,FALSE,,,,,, +cabinet.n.03,coldSource,0,0,FALSE,,,,,, +cabinet.n.03,sliceable,0,0,FALSE,,,,,, +cabinet.n.03,slicer,1,0,FALSE,,,,,, +cabinet.n.03,soakable,0,0,FALSE,,,,,, +manual.n.01,liquid,0,0,FALSE,,,,,, +manual.n.01,heatSource,0,0,FALSE,,,,,, +manual.n.01,fireSource,0,0,FALSE,,,,,, +manual.n.01,cookable,0,0,FALSE,,,,,, +manual.n.01,coldSource,0,0,FALSE,,,,,, +manual.n.01,sliceable,0,0,FALSE,,,,,, +manual.n.01,slicer,1,0,FALSE,,,,,, +manual.n.01,soakable,1,1,FALSE,,,,,, +margarine.n.01,liquid,0,0,FALSE,,,,,, +margarine.n.01,heatSource,0,0,FALSE,,,,,, +margarine.n.01,fireSource,1,1,FALSE,,,,,, +margarine.n.01,cookable,0,1,FALSE,,,,,, +margarine.n.01,coldSource,0,0,FALSE,,,,,, +margarine.n.01,sliceable,0,1,FALSE,,,,,, +margarine.n.01,slicer,1,0,FALSE,,,,,, +margarine.n.01,soakable,0,0,FALSE,,,,,, +marshmallow.n.01,liquid,0,0,FALSE,,,,,, +marshmallow.n.01,heatSource,0,0,FALSE,,,,,, +marshmallow.n.01,fireSource,0,0,FALSE,,,,,, +marshmallow.n.01,cookable,0,1,FALSE,,,,,, +marshmallow.n.01,coldSource,0,0,FALSE,,,,,, +marshmallow.n.01,sliceable,0,1,FALSE,,,,,, +marshmallow.n.01,slicer,1,0,FALSE,,,,,, +marshmallow.n.01,soakable,0,0,FALSE,,,,,, +meat_thermometer.n.01,liquid,0,0,FALSE,,,,,, +meat_thermometer.n.01,heatSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,fireSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,cookable,0,0,FALSE,,,,,, +meat_thermometer.n.01,coldSource,0,0,FALSE,,,,,, +meat_thermometer.n.01,sliceable,0,0,FALSE,,,,,, +meat_thermometer.n.01,slicer,1,0,FALSE,,,,,, +meat_thermometer.n.01,soakable,0,0,FALSE,,,,,, +mothball.n.01,liquid,0,0,FALSE,,,,,, +mothball.n.01,heatSource,0,0,FALSE,,,,,, +mothball.n.01,fireSource,0,0,FALSE,,,,,, +mothball.n.01,cookable,0,0,FALSE,,,,,, +mothball.n.01,coldSource,0,0,FALSE,,,,,, +mothball.n.01,sliceable,0,0,FALSE,,,,,, +mothball.n.01,slicer,1,0,FALSE,,,,,, +mothball.n.01,soakable,0,0,FALSE,,,,,, +supply.n.01,liquid,0,0,FALSE,,,,,, +supply.n.01,heatSource,0,0,FALSE,,,,,, +supply.n.01,fireSource,0,0,FALSE,,,,,, +supply.n.01,cookable,0,0,FALSE,,,,,, +supply.n.01,coldSource,0,0,FALSE,,,,,, +supply.n.01,sliceable,0,0,FALSE,,,,,, +supply.n.01,slicer,0,0,FALSE,,,,,, +supply.n.01,soakable,0,0,FALSE,,,,,, +pellet.n.01,liquid,0,0,FALSE,,,,,, +pellet.n.01,heatSource,0,0,FALSE,,,,,, +pellet.n.01,fireSource,1,1,FALSE,,,,,, +pellet.n.01,cookable,0,0,FALSE,,,,,, +pellet.n.01,coldSource,0,0,FALSE,,,,,, +pellet.n.01,sliceable,0,0,FALSE,,,,,, +pellet.n.01,slicer,1,1,FALSE,,,,,, +pellet.n.01,soakable,0,0,FALSE,,,,,, +poster.n.01,liquid,0,0,FALSE,,,,,, +poster.n.01,heatSource,0,0,FALSE,,,,,, +poster.n.01,fireSource,0,0,FALSE,,,,,, +poster.n.01,cookable,0,0,FALSE,,,,,, +poster.n.01,coldSource,0,0,FALSE,,,,,, +poster.n.01,sliceable,0,0,FALSE,,,,,, +poster.n.01,slicer,1,0,FALSE,,,,,, +poster.n.01,soakable,0,1,FALSE,,,,,, +power_tool.n.01,liquid,0,0,FALSE,,,,,, +power_tool.n.01,heatSource,0,0,FALSE,,,,,, +power_tool.n.01,fireSource,0,0,FALSE,,,,,, +power_tool.n.01,cookable,0,0,FALSE,,,,,, +power_tool.n.01,coldSource,0,0,FALSE,,,,,, +power_tool.n.01,sliceable,0,0,FALSE,,,,,, +power_tool.n.01,slicer,1,0,FALSE,,,,,, +power_tool.n.01,soakable,0,0,FALSE,,,,,, +puzzle.n.02,liquid,0,0,FALSE,,,,,, +puzzle.n.02,heatSource,0,0,FALSE,,,,,, +puzzle.n.02,fireSource,0,0,FALSE,,,,,, +puzzle.n.02,cookable,0,0,FALSE,,,,,, +puzzle.n.02,coldSource,1,0,FALSE,,,,,, +puzzle.n.02,sliceable,0,0,FALSE,,,,,, +puzzle.n.02,slicer,1,0,FALSE,,,,,, +puzzle.n.02,soakable,1,0,FALSE,,,,,, +relish.n.02,liquid,0,0,FALSE,,,,,, +relish.n.02,heatSource,0,0,FALSE,,,,,, +relish.n.02,fireSource,1,0,FALSE,,,,,, +relish.n.02,cookable,0,1,FALSE,,,,,, +relish.n.02,coldSource,0,0,FALSE,,,,,, +relish.n.02,sliceable,0,0,FALSE,,,,,, +relish.n.02,slicer,0,0,FALSE,,,,,, +relish.n.02,soakable,0,0,FALSE,,,,,, +rolling_pin.n.01,liquid,0,0,FALSE,,,,,, +rolling_pin.n.01,heatSource,0,0,FALSE,,,,,, +rolling_pin.n.01,fireSource,0,0,FALSE,,,,,, +rolling_pin.n.01,cookable,0,0,FALSE,,,,,, +rolling_pin.n.01,coldSource,0,0,FALSE,,,,,, +rolling_pin.n.01,sliceable,0,0,FALSE,,,,,, +rolling_pin.n.01,slicer,1,0,FALSE,,,,,, +rolling_pin.n.01,soakable,0,0,FALSE,,,,,, +salad_plate.n.01,liquid,0,0,FALSE,,,,,, +salad_plate.n.01,heatSource,0,0,FALSE,,,,,, +salad_plate.n.01,fireSource,0,0,FALSE,,,,,, +salad_plate.n.01,cookable,0,0,FALSE,,,,,, +salad_plate.n.01,coldSource,0,0,FALSE,,,,,, +salad_plate.n.01,sliceable,0,0,FALSE,,,,,, +salad_plate.n.01,slicer,0,0,FALSE,,,,,, +salad_plate.n.01,soakable,0,0,FALSE,,,,,, +sangaree.n.01,liquid,1,1,FALSE,,,,,, +sangaree.n.01,heatSource,0,0,FALSE,,,,,, +sangaree.n.01,fireSource,0,0,FALSE,,,,,, +sangaree.n.01,cookable,0,0,FALSE,,,,,, +sangaree.n.01,coldSource,1,0,FALSE,,,,,, +sangaree.n.01,sliceable,0,0,FALSE,,,,,, +sangaree.n.01,slicer,0,0,FALSE,,,,,, +sangaree.n.01,soakable,0,0,FALSE,,,,,, +scallop.n.02,liquid,0,0,FALSE,,,,,, +scallop.n.02,heatSource,0,0,FALSE,,,,,, +scallop.n.02,fireSource,1,0,FALSE,,,,,, +scallop.n.02,cookable,0,1,FALSE,,,,,, +scallop.n.02,coldSource,0,0,FALSE,,,,,, +scallop.n.02,sliceable,0,1,FALSE,,,,,, +scallop.n.02,slicer,0,0,FALSE,,,,,, +scallop.n.02,soakable,0,0,FALSE,,,,,, +shears.n.01,liquid,0,0,FALSE,,,,,, +shears.n.01,heatSource,0,0,FALSE,,,,,, +shears.n.01,fireSource,0,0,FALSE,,,,,, +shears.n.01,cookable,0,0,FALSE,,,,,, +shears.n.01,coldSource,0,0,FALSE,,,,,, +shears.n.01,sliceable,0,0,FALSE,,,,,, +shears.n.01,slicer,1,1,FALSE,,,,,, +shears.n.01,soakable,0,0,FALSE,,,,,, +shellfish.n.01,liquid,0,0,FALSE,,,,,, +shellfish.n.01,heatSource,0,0,FALSE,,,,,, +shellfish.n.01,fireSource,1,0,FALSE,,,,,, +shellfish.n.01,cookable,0,1,FALSE,,,,,, +shellfish.n.01,coldSource,0,0,FALSE,,,,,, +shellfish.n.01,sliceable,0,1,FALSE,,,,,, +shellfish.n.01,slicer,0,0,FALSE,,,,,, +shellfish.n.01,soakable,0,0,FALSE,,,,,, +silver.n.01,liquid,0,0,FALSE,,,,,, +silver.n.01,heatSource,0,0,FALSE,,,,,, +silver.n.01,fireSource,0,0,FALSE,,,,,, +silver.n.01,cookable,0,0,FALSE,,,,,, +silver.n.01,coldSource,0,0,FALSE,,,,,, +silver.n.01,sliceable,0,0,FALSE,,,,,, +silver.n.01,slicer,1,0,FALSE,,,,,, +silver.n.01,soakable,0,0,FALSE,,,,,, +squeegee.n.0,liquid,0,0,FALSE,,,,,, +squeegee.n.0,heatSource,0,0,FALSE,,,,,, +squeegee.n.0,fireSource,0,0,FALSE,,,,,, +squeegee.n.0,cookable,0,0,FALSE,,,,,, +squeegee.n.0,coldSource,0,0,FALSE,,,,,, +squeegee.n.0,sliceable,0,0,FALSE,,,,,, +squeegee.n.0,slicer,0,0,FALSE,,,,,, +squeegee.n.0,soakable,0,0,FALSE,,,,,, +stake.n.02,liquid,0,0,FALSE,,,,,, +stake.n.02,heatSource,0,0,FALSE,,,,,, +stake.n.02,fireSource,0,0,FALSE,,,,,, +stake.n.02,cookable,0,0,FALSE,,,,,, +stake.n.02,coldSource,0,0,FALSE,,,,,, +stake.n.02,sliceable,0,0,FALSE,,,,,, +stake.n.02,slicer,0,0,FALSE,,,,,, +stake.n.02,soakable,0,0,FALSE,,,,,, +starch.n.01,liquid,0,0,FALSE,,,,,, +starch.n.01,heatSource,0,0,FALSE,,,,,, +starch.n.01,fireSource,1,0,FALSE,,,,,, +starch.n.01,cookable,0,1,FALSE,,,,,, +starch.n.01,coldSource,0,0,FALSE,,,,,, +starch.n.01,sliceable,0,0,FALSE,,,,,, +starch.n.01,slicer,0,0,FALSE,,,,,, +starch.n.01,soakable,0,0,FALSE,,,,,, +note.n.01,liquid,0,0,FALSE,,,,,, +note.n.01,heatSource,0,0,FALSE,,,,,, +note.n.01,fireSource,0,0,FALSE,,,,,, +note.n.01,cookable,0,0,FALSE,,,,,, +note.n.01,coldSource,0,0,FALSE,,,,,, +note.n.01,sliceable,0,0,FALSE,,,,,, +note.n.01,slicer,1,0,FALSE,,,,,, +note.n.01,soakable,1,0,FALSE,,,,,, +plug.n.01,liquid,0,0,FALSE,,,,,, +plug.n.01,heatSource,0,0,FALSE,,,,,, +plug.n.01,fireSource,0,0,FALSE,,,,,, +plug.n.01,cookable,0,0,FALSE,,,,,, +plug.n.01,coldSource,0,0,FALSE,,,,,, +plug.n.01,sliceable,0,0,FALSE,,,,,, +plug.n.01,slicer,1,0,FALSE,,,,,, +plug.n.01,soakable,0,0,FALSE,,,,,, +succulent.n.01,liquid,0,0,FALSE,,,,,, +succulent.n.01,heatSource,0,0,FALSE,,,,,, +succulent.n.01,fireSource,0,0,FALSE,,,,,, +succulent.n.01,cookable,0,0,FALSE,,,,,, +succulent.n.01,coldSource,0,0,FALSE,,,,,, +succulent.n.01,sliceable,0,0,FALSE,,,,,, +succulent.n.01,slicer,0,0,FALSE,,,,,, +succulent.n.01,soakable,0,0,FALSE,,,,,, +sunflower_seed.n.01,liquid,0,0,FALSE,,,,,, +sunflower_seed.n.01,heatSource,0,0,FALSE,,,,,, +sunflower_seed.n.01,fireSource,1,0,FALSE,,,,,, +sunflower_seed.n.01,cookable,0,1,FALSE,,,,,, +sunflower_seed.n.01,coldSource,0,0,FALSE,,,,,, +sunflower_seed.n.01,sliceable,0,0,FALSE,,,,,, +sunflower_seed.n.01,slicer,0,0,FALSE,,,,,, +sunflower_seed.n.01,soakable,0,0,FALSE,,,,,, +taco.n.02,liquid,0,0,FALSE,,,,,, +taco.n.02,heatSource,0,0,FALSE,,,,,, +taco.n.02,fireSource,1,0,FALSE,,,,,, +taco.n.02,cookable,0,1,FALSE,,,,,, +taco.n.02,coldSource,0,0,FALSE,,,,,, +taco.n.02,sliceable,0,1,FALSE,,,,,, +taco.n.02,slicer,0,0,FALSE,,,,,, +taco.n.02,soakable,1,0,FALSE,,,,,, +teacup.n.02,liquid,0,0,FALSE,,,,,, +teacup.n.02,heatSource,0,0,FALSE,,,,,, +teacup.n.02,fireSource,0,0,FALSE,,,,,, +teacup.n.02,cookable,0,0,FALSE,,,,,, +teacup.n.02,coldSource,1,0,FALSE,,,,,, +teacup.n.02,sliceable,0,0,FALSE,,,,,, +teacup.n.02,slicer,1,0,FALSE,,,,,, +teacup.n.02,soakable,0,0,FALSE,,,,,, +thermostat.n.01,liquid,0,0,FALSE,,,,,, +thermostat.n.01,heatSource,1,0,FALSE,,,,,, +thermostat.n.01,fireSource,0,0,FALSE,,,,,, +thermostat.n.01,cookable,0,0,FALSE,,,,,, +thermostat.n.01,coldSource,0,0,FALSE,,,,,, +thermostat.n.01,sliceable,0,0,FALSE,,,,,, +thermostat.n.01,slicer,1,0,FALSE,,,,,, +thermostat.n.01,soakable,0,0,FALSE,,,,,, +toolbox.n.01,liquid,0,0,FALSE,,,,,, +toolbox.n.01,heatSource,0,0,FALSE,,,,,, +toolbox.n.01,fireSource,0,0,FALSE,,,,,, +toolbox.n.01,cookable,0,0,FALSE,,,,,, +toolbox.n.01,coldSource,0,0,FALSE,,,,,, +toolbox.n.01,sliceable,0,0,FALSE,,,,,, +toolbox.n.01,slicer,1,0,FALSE,,,,,, +toolbox.n.01,soakable,0,0,FALSE,,,,,, +barrow.n.03,liquid,0,0,FALSE,,,,,, +barrow.n.03,heatSource,0,0,FALSE,,,,,, +barrow.n.03,fireSource,0,0,FALSE,,,,,, +barrow.n.03,cookable,0,0,FALSE,,,,,, +barrow.n.03,coldSource,0,0,FALSE,,,,,, +barrow.n.03,sliceable,0,0,FALSE,,,,,, +barrow.n.03,slicer,0,0,FALSE,,,,,, +barrow.n.03,soakable,0,1,FALSE,,,,,, +wick.n.02,liquid,0,0,FALSE,,,,,, +wick.n.02,heatSource,1,0,FALSE,,,,,, +wick.n.02,fireSource,0,1,FALSE,,,,,, +wick.n.02,cookable,0,0,FALSE,,,,,, +wick.n.02,coldSource,0,0,FALSE,,,,,, +wick.n.02,sliceable,0,0,FALSE,,,,,, +wick.n.02,slicer,1,0,FALSE,,,,,, +wick.n.02,soakable,0,0,FALSE,,,,,, +windshield.n.01,liquid,0,0,FALSE,,,,,, +windshield.n.01,heatSource,0,0,FALSE,,,,,, +windshield.n.01,fireSource,0,0,FALSE,,,,,, +windshield.n.01,cookable,0,0,FALSE,,,,,, +windshield.n.01,coldSource,0,0,FALSE,,,,,, +windshield.n.01,sliceable,0,0,FALSE,,,,,, +windshield.n.01,slicer,0,0,FALSE,,,,,, +windshield.n.01,soakable,0,0,FALSE,,,,,, +rocket.n.03,liquid,0,0,FALSE,,,,,, +rocket.n.03,heatSource,0,0,FALSE,,,,,, +rocket.n.03,fireSource,0,0,FALSE,,,,,, +rocket.n.03,cookable,0,1,FALSE,,,,,, +rocket.n.03,coldSource,0,0,FALSE,,,,,, +rocket.n.03,sliceable,0,1,FALSE,,,,,, +rocket.n.03,slicer,1,0,FALSE,,,,,, +rocket.n.03,soakable,0,0,FALSE,,,,,, +baked_goods.n.01,liquid,0,0,FALSE,,,,,, +baked_goods.n.01,heatSource,1,0,FALSE,,,,,, +baked_goods.n.01,fireSource,1,0,FALSE,,,,,, +baked_goods.n.01,cookable,0,1,FALSE,,,,,, +baked_goods.n.01,coldSource,0,0,FALSE,,,,,, +baked_goods.n.01,sliceable,0,1,FALSE,,,,,, +baked_goods.n.01,slicer,0,0,FALSE,,,,,, +baked_goods.n.01,soakable,0,0,FALSE,,,,,, +balloon.n.01,liquid,0,0,FALSE,,,,,, +balloon.n.01,heatSource,0,0,FALSE,,,,,, +balloon.n.01,fireSource,0,0,FALSE,,,,,, +balloon.n.01,cookable,0,0,FALSE,,,,,, +balloon.n.01,coldSource,0,0,FALSE,,,,,, +balloon.n.01,sliceable,0,0,FALSE,,,,,, +balloon.n.01,slicer,1,0,FALSE,,,,,, +balloon.n.01,soakable,0,0,FALSE,,,,,, +biscuit.n.01,liquid,0,0,FALSE,,,,,, +biscuit.n.01,heatSource,0,0,FALSE,,,,,, +biscuit.n.01,fireSource,1,0,FALSE,,,,,, +biscuit.n.01,cookable,0,1,FALSE,,,,,, +biscuit.n.01,coldSource,0,0,FALSE,,,,,, +biscuit.n.01,sliceable,0,0,FALSE,,,,,, +biscuit.n.01,slicer,1,0,FALSE,,,,,, +biscuit.n.01,soakable,1,1,FALSE,,,,,, +bonfire.n.01,liquid,0,0,FALSE,,,,,, +bonfire.n.01,heatSource,1,1,TRUE,1100,https://www.nimblefreelancer.com/wood-fire-temp/,,0,0,0 +bonfire.n.01,fireSource,0,0,FALSE,,,,,, +bonfire.n.01,cookable,0,0,FALSE,,,,,, +bonfire.n.01,coldSource,0,0,FALSE,,,,,, +bonfire.n.01,sliceable,0,0,FALSE,,,,,, +bonfire.n.01,slicer,1,0,FALSE,,,,,, +bonfire.n.01,soakable,0,0,FALSE,,,,,, +bourbon.n.01,liquid,1,1,FALSE,,,,,, +bourbon.n.01,heatSource,0,0,FALSE,,,,,, +bourbon.n.01,fireSource,0,0,FALSE,,,,,, +bourbon.n.01,cookable,0,0,FALSE,,,,,, +bourbon.n.01,coldSource,0,0,FALSE,,,,,, +bourbon.n.01,sliceable,0,0,FALSE,,,,,, +bourbon.n.01,slicer,1,0,FALSE,,,,,, +bourbon.n.01,soakable,0,0,FALSE,,,,,, +brussels_sprouts.n.01,liquid,0,0,FALSE,,,,,, +brussels_sprouts.n.01,heatSource,0,0,FALSE,,,,,, +brussels_sprouts.n.01,fireSource,1,0,FALSE,,,,,, +brussels_sprouts.n.01,cookable,0,1,FALSE,,,,,, +brussels_sprouts.n.01,coldSource,0,0,FALSE,,,,,, +brussels_sprouts.n.01,sliceable,0,1,FALSE,,,,,, +brussels_sprouts.n.01,slicer,0,0,FALSE,,,,,, +brussels_sprouts.n.01,soakable,0,0,FALSE,,,,,, +case_shot.n.01,liquid,0,0,FALSE,,,,,, +case_shot.n.01,heatSource,0,0,FALSE,,,,,, +case_shot.n.01,fireSource,0,0,FALSE,,,,,, +case_shot.n.01,cookable,0,0,FALSE,,,,,, +case_shot.n.01,coldSource,0,0,FALSE,,,,,, +case_shot.n.01,sliceable,0,0,FALSE,,,,,, +case_shot.n.01,slicer,0,0,FALSE,,,,,, +case_shot.n.01,soakable,0,0,FALSE,,,,,, +car_seat.n.01,liquid,0,0,FALSE,,,,,, +car_seat.n.01,heatSource,0,0,FALSE,,,,,, +car_seat.n.01,fireSource,0,0,FALSE,,,,,, +car_seat.n.01,cookable,0,0,FALSE,,,,,, +car_seat.n.01,coldSource,0,0,FALSE,,,,,, +car_seat.n.01,sliceable,0,0,FALSE,,,,,, +car_seat.n.01,slicer,1,0,FALSE,,,,,, +car_seat.n.01,soakable,0,0,FALSE,,,,,, +cashbox.n.01,liquid,0,0,FALSE,,,,,, +cashbox.n.01,heatSource,0,0,FALSE,,,,,, +cashbox.n.01,fireSource,0,0,FALSE,,,,,, +cashbox.n.01,cookable,0,0,FALSE,,,,,, +cashbox.n.01,coldSource,0,0,FALSE,,,,,, +cashbox.n.01,sliceable,0,0,FALSE,,,,,, +cashbox.n.01,slicer,1,0,FALSE,,,,,, +cashbox.n.01,soakable,0,0,FALSE,,,,,, +compact_disk.n.01,liquid,0,0,FALSE,,,,,, +compact_disk.n.01,heatSource,0,0,FALSE,,,,,, +compact_disk.n.01,fireSource,0,0,FALSE,,,,,, +compact_disk.n.01,cookable,0,0,FALSE,,,,,, +compact_disk.n.01,coldSource,0,0,FALSE,,,,,, +compact_disk.n.01,sliceable,0,0,FALSE,,,,,, +compact_disk.n.01,slicer,0,0,FALSE,,,,,, +compact_disk.n.01,soakable,0,0,FALSE,,,,,, +flute.n.02,liquid,0,0,FALSE,,,,,, +flute.n.02,heatSource,0,0,FALSE,,,,,, +flute.n.02,fireSource,0,0,FALSE,,,,,, +flute.n.02,cookable,0,0,FALSE,,,,,, +flute.n.02,coldSource,1,0,FALSE,,,,,, +flute.n.02,sliceable,0,0,FALSE,,,,,, +flute.n.02,slicer,1,0,FALSE,,,,,, +flute.n.02,soakable,0,0,FALSE,,,,,, +cheddar.n.01,liquid,0,0,FALSE,,,,,, +cheddar.n.01,heatSource,0,0,FALSE,,,,,, +cheddar.n.01,fireSource,0,0,FALSE,,,,,, +cheddar.n.01,cookable,0,1,FALSE,,,,,, +cheddar.n.01,coldSource,0,0,FALSE,,,,,, +cheddar.n.01,sliceable,0,1,FALSE,,,,,, +cheddar.n.01,slicer,0,0,FALSE,,,,,, +cheddar.n.01,soakable,0,0,FALSE,,,,,, +cobweb.n.01,liquid,0,0,FALSE,,,,,, +cobweb.n.01,heatSource,0,0,FALSE,,,,,, +cobweb.n.01,fireSource,0,0,FALSE,,,,,, +cobweb.n.01,cookable,0,0,FALSE,,,,,, +cobweb.n.01,coldSource,0,0,FALSE,,,,,, +cobweb.n.01,sliceable,0,0,FALSE,,,,,, +cobweb.n.01,slicer,0,0,FALSE,,,,,, +cobweb.n.01,soakable,0,0,FALSE,,,,,, +coconut_milk.n.01,liquid,1,1,FALSE,,,,,, +coconut_milk.n.01,heatSource,0,0,FALSE,,,,,, +coconut_milk.n.01,fireSource,0,0,FALSE,,,,,, +coconut_milk.n.01,cookable,0,1,FALSE,,,,,, +coconut_milk.n.01,coldSource,0,0,FALSE,,,,,, +coconut_milk.n.01,sliceable,0,0,FALSE,,,,,, +coconut_milk.n.01,slicer,0,0,FALSE,,,,,, +coconut_milk.n.01,soakable,0,0,FALSE,,,,,, +coconut_oil.n.01,liquid,1,1,FALSE,,,,,, +coconut_oil.n.01,heatSource,0,0,FALSE,,,,,, +coconut_oil.n.01,fireSource,1,1,FALSE,,,,,, +coconut_oil.n.01,cookable,0,1,FALSE,,,,,, +coconut_oil.n.01,coldSource,0,0,FALSE,,,,,, +coconut_oil.n.01,sliceable,0,0,FALSE,,,,,, +coconut_oil.n.01,slicer,0,0,FALSE,,,,,, +coconut_oil.n.01,soakable,0,0,FALSE,,,,,, +collar.n.01,liquid,0,0,FALSE,,,,,, +collar.n.01,heatSource,0,0,FALSE,,,,,, +collar.n.01,fireSource,0,0,FALSE,,,,,, +collar.n.01,cookable,0,0,FALSE,,,,,, +collar.n.01,coldSource,0,0,FALSE,,,,,, +collar.n.01,sliceable,0,0,FALSE,,,,,, +collar.n.01,slicer,1,0,FALSE,,,,,, +collar.n.01,soakable,1,0,FALSE,,,,,, +copper.n.01,liquid,0,0,FALSE,,,,,, +copper.n.01,heatSource,0,0,FALSE,,,,,, +copper.n.01,fireSource,0,0,FALSE,,,,,, +copper.n.01,cookable,0,0,FALSE,,,,,, +copper.n.01,coldSource,0,0,FALSE,,,,,, +copper.n.01,sliceable,0,0,FALSE,,,,,, +copper.n.01,slicer,1,0,FALSE,,,,,, +copper.n.01,soakable,0,0,FALSE,,,,,, +crayon.n.01,liquid,0,0,FALSE,,,,,, +crayon.n.01,heatSource,0,0,FALSE,,,,,, +crayon.n.01,fireSource,0,0,FALSE,,,,,, +crayon.n.01,cookable,0,0,FALSE,,,,,, +crayon.n.01,coldSource,0,0,FALSE,,,,,, +crayon.n.01,sliceable,0,0,FALSE,,,,,, +crayon.n.01,slicer,0,0,FALSE,,,,,, +crayon.n.01,soakable,0,0,FALSE,,,,,, +deodorant.n.01,liquid,0,0,FALSE,,,,,, +deodorant.n.01,heatSource,0,0,FALSE,,,,,, +deodorant.n.01,fireSource,0,0,FALSE,,,,,, +deodorant.n.01,cookable,0,0,FALSE,,,,,, +deodorant.n.01,coldSource,0,0,FALSE,,,,,, +deodorant.n.01,sliceable,0,0,FALSE,,,,,, +deodorant.n.01,slicer,0,0,FALSE,,,,,, +deodorant.n.01,soakable,0,0,FALSE,,,,,, +dessert_spoon.n.01,liquid,0,0,FALSE,,,,,, +dessert_spoon.n.01,heatSource,0,0,FALSE,,,,,, +dessert_spoon.n.01,fireSource,0,0,FALSE,,,,,, +dessert_spoon.n.01,cookable,0,0,FALSE,,,,,, +dessert_spoon.n.01,coldSource,1,0,FALSE,,,,,, +dessert_spoon.n.01,sliceable,0,0,FALSE,,,,,, +dessert_spoon.n.01,slicer,0,0,FALSE,,,,,, +dessert_spoon.n.01,soakable,0,0,FALSE,,,,,, +diaper.n.01,liquid,0,0,FALSE,,,,,, +diaper.n.01,heatSource,0,0,FALSE,,,,,, +diaper.n.01,fireSource,0,0,FALSE,,,,,, +diaper.n.01,cookable,0,0,FALSE,,,,,, +diaper.n.01,coldSource,1,0,FALSE,,,,,, +diaper.n.01,sliceable,0,0,FALSE,,,,,, +diaper.n.01,slicer,1,0,FALSE,,,,,, +diaper.n.01,soakable,1,1,FALSE,,,,,, +rack.n.01,liquid,0,0,FALSE,,,,,, +rack.n.01,heatSource,0,0,FALSE,,,,,, +rack.n.01,fireSource,0,0,FALSE,,,,,, +rack.n.01,cookable,0,0,FALSE,,,,,, +rack.n.01,coldSource,0,0,FALSE,,,,,, +rack.n.01,sliceable,0,0,FALSE,,,,,, +rack.n.01,slicer,1,0,FALSE,,,,,, +rack.n.01,soakable,0,0,FALSE,,,,,, +wallboard.n.01,liquid,0,0,FALSE,,,,,, +wallboard.n.01,heatSource,0,0,FALSE,,,,,, +wallboard.n.01,fireSource,0,0,FALSE,,,,,, +wallboard.n.01,cookable,0,0,FALSE,,,,,, +wallboard.n.01,coldSource,0,0,FALSE,,,,,, +wallboard.n.01,sliceable,0,0,FALSE,,,,,, +wallboard.n.01,slicer,1,0,FALSE,,,,,, +wallboard.n.01,soakable,0,0,FALSE,,,,,, +dye.n.01,liquid,1,1,FALSE,,,,,, +dye.n.01,heatSource,0,0,FALSE,,,,,, +dye.n.01,fireSource,0,0,FALSE,,,,,, +dye.n.01,cookable,0,0,FALSE,,,,,, +dye.n.01,coldSource,1,0,FALSE,,,,,, +dye.n.01,sliceable,0,0,FALSE,,,,,, +dye.n.01,slicer,1,0,FALSE,,,,,, +dye.n.01,soakable,0,0,FALSE,,,,,, +dustcloth.n.01,liquid,0,0,FALSE,,,,,, +dustcloth.n.01,heatSource,0,0,FALSE,,,,,, +dustcloth.n.01,fireSource,0,0,FALSE,,,,,, +dustcloth.n.01,cookable,0,0,FALSE,,,,,, +dustcloth.n.01,coldSource,0,0,FALSE,,,,,, +dustcloth.n.01,sliceable,0,0,FALSE,,,,,, +dustcloth.n.01,slicer,0,0,FALSE,,,,,, +dustcloth.n.01,soakable,1,1,FALSE,,,,,, +fishing_rod.n.01,liquid,0,0,FALSE,,,,,, +fishing_rod.n.01,heatSource,0,0,FALSE,,,,,, +fishing_rod.n.01,fireSource,0,0,FALSE,,,,,, +fishing_rod.n.01,cookable,0,0,FALSE,,,,,, +fishing_rod.n.01,coldSource,0,0,FALSE,,,,,, +fishing_rod.n.01,sliceable,0,0,FALSE,,,,,, +fishing_rod.n.01,slicer,1,0,FALSE,,,,,, +fishing_rod.n.01,soakable,0,0,FALSE,,,,,, +flooring.n.02,liquid,0,0,FALSE,,,,,, +flooring.n.02,heatSource,0,0,FALSE,,,,,, +flooring.n.02,fireSource,0,0,FALSE,,,,,, +flooring.n.02,cookable,0,0,FALSE,,,,,, +flooring.n.02,coldSource,0,0,FALSE,,,,,, +flooring.n.02,sliceable,0,0,FALSE,,,,,, +flooring.n.02,slicer,0,0,FALSE,,,,,, +flooring.n.02,soakable,0,0,FALSE,,,,,, +coloring.n.01,liquid,0,0,FALSE,,,,,, +coloring.n.01,heatSource,0,0,FALSE,,,,,, +coloring.n.01,fireSource,1,0,FALSE,,,,,, +coloring.n.01,cookable,0,0,FALSE,,,,,, +coloring.n.01,coldSource,0,0,FALSE,,,,,, +coloring.n.01,sliceable,0,0,FALSE,,,,,, +coloring.n.01,slicer,0,0,FALSE,,,,,, +coloring.n.01,soakable,0,0,FALSE,,,,,, +fungi.n.01,liquid,0,0,FALSE,,,,,, +fungi.n.01,heatSource,0,0,FALSE,,,,,, +fungi.n.01,fireSource,0,0,FALSE,,,,,, +fungi.n.01,cookable,0,1,FALSE,,,,,, +fungi.n.01,coldSource,0,0,FALSE,,,,,, +fungi.n.01,sliceable,0,1,FALSE,,,,,, +fungi.n.01,slicer,0,0,FALSE,,,,,, +fungi.n.01,soakable,0,0,FALSE,,,,,, +fur_coat.n.01,liquid,0,0,FALSE,,,,,, +fur_coat.n.01,heatSource,0,0,FALSE,,,,,, +fur_coat.n.01,fireSource,0,0,FALSE,,,,,, +fur_coat.n.01,cookable,0,0,FALSE,,,,,, +fur_coat.n.01,coldSource,0,0,FALSE,,,,,, +fur_coat.n.01,sliceable,0,0,FALSE,,,,,, +fur_coat.n.01,slicer,0,0,FALSE,,,,,, +fur_coat.n.01,soakable,0,1,FALSE,,,,,, +disposal.n.04,liquid,0,0,FALSE,,,,,, +disposal.n.04,heatSource,0,0,FALSE,,,,,, +disposal.n.04,fireSource,0,0,FALSE,,,,,, +disposal.n.04,cookable,0,0,FALSE,,,,,, +disposal.n.04,coldSource,0,0,FALSE,,,,,, +disposal.n.04,sliceable,0,0,FALSE,,,,,, +disposal.n.04,slicer,1,0,FALSE,,,,,, +disposal.n.04,soakable,0,0,FALSE,,,,,, +gin.n.01,liquid,1,1,FALSE,,,,,, +gin.n.01,heatSource,0,0,FALSE,,,,,, +gin.n.01,fireSource,0,0,FALSE,,,,,, +gin.n.01,cookable,0,0,FALSE,,,,,, +gin.n.01,coldSource,0,0,FALSE,,,,,, +gin.n.01,sliceable,0,0,FALSE,,,,,, +gin.n.01,slicer,0,0,FALSE,,,,,, +gin.n.01,soakable,0,0,FALSE,,,,,, +granola.n.01,liquid,0,0,FALSE,,,,,, +granola.n.01,heatSource,0,0,FALSE,,,,,, +granola.n.01,fireSource,1,0,FALSE,,,,,, +granola.n.01,cookable,0,1,FALSE,,,,,, +granola.n.01,coldSource,0,0,FALSE,,,,,, +granola.n.01,sliceable,1,0,FALSE,,,,,, +granola.n.01,slicer,0,0,FALSE,,,,,, +granola.n.01,soakable,0,0,FALSE,,,,,, +hair_spray.n.01,liquid,0,1,FALSE,,,,,, +hair_spray.n.01,heatSource,0,0,FALSE,,,,,, +hair_spray.n.01,fireSource,0,0,FALSE,,,,,, +hair_spray.n.01,cookable,0,0,FALSE,,,,,, +hair_spray.n.01,coldSource,1,0,FALSE,,,,,, +hair_spray.n.01,sliceable,0,0,FALSE,,,,,, +hair_spray.n.01,slicer,1,0,FALSE,,,,,, +hair_spray.n.01,soakable,0,0,FALSE,,,,,, +helmet.n.01,liquid,0,0,FALSE,,,,,, +helmet.n.01,heatSource,0,0,FALSE,,,,,, +helmet.n.01,fireSource,0,0,FALSE,,,,,, +helmet.n.01,cookable,0,0,FALSE,,,,,, +helmet.n.01,coldSource,0,0,FALSE,,,,,, +helmet.n.01,sliceable,0,0,FALSE,,,,,, +helmet.n.01,slicer,0,0,FALSE,,,,,, +helmet.n.01,soakable,0,0,FALSE,,,,,, +cocoa.n.01,liquid,1,1,FALSE,,,,,, +cocoa.n.01,heatSource,0,0,FALSE,,,,,, +cocoa.n.01,fireSource,0,0,FALSE,,,,,, +cocoa.n.01,cookable,0,1,FALSE,,,,,, +cocoa.n.01,coldSource,0,0,FALSE,,,,,, +cocoa.n.01,sliceable,0,0,FALSE,,,,,, +cocoa.n.01,slicer,0,0,FALSE,,,,,, +cocoa.n.01,soakable,0,0,FALSE,,,,,, +ice_pack.n.01,liquid,0,0,FALSE,,,,,, +ice_pack.n.01,heatSource,0,0,FALSE,,,,,, +ice_pack.n.01,fireSource,0,0,FALSE,,,,,, +ice_pack.n.01,cookable,1,0,FALSE,,,,,, +ice_pack.n.01,coldSource,0,1,FALSE,,,,,, +ice_pack.n.01,sliceable,0,0,FALSE,,,,,, +ice_pack.n.01,slicer,1,0,FALSE,,,,,, +ice_pack.n.01,soakable,0,0,FALSE,,,,,, +instant_coffee.n.0,liquid,0,0,FALSE,,,,,, +instant_coffee.n.0,heatSource,1,0,FALSE,,,,,, +instant_coffee.n.0,fireSource,0,0,FALSE,,,,,, +instant_coffee.n.0,cookable,0,1,FALSE,,,,,, +instant_coffee.n.0,coldSource,0,0,FALSE,,,,,, +instant_coffee.n.0,sliceable,0,0,FALSE,,,,,, +instant_coffee.n.0,slicer,0,0,FALSE,,,,,, +instant_coffee.n.0,soakable,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,liquid,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,heatSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,fireSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,cookable,0,1,FALSE,,,,,, +chinese_gooseberry.n.01,coldSource,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,sliceable,0,1,FALSE,,,,,, +chinese_gooseberry.n.01,slicer,0,0,FALSE,,,,,, +chinese_gooseberry.n.01,soakable,0,0,FALSE,,,,,, +knit.n.01,liquid,0,0,FALSE,,,,,, +knit.n.01,heatSource,0,0,FALSE,,,,,, +knit.n.01,fireSource,0,0,FALSE,,,,,, +knit.n.01,cookable,0,0,FALSE,,,,,, +knit.n.01,coldSource,0,0,FALSE,,,,,, +knit.n.01,sliceable,0,0,FALSE,,,,,, +knit.n.01,slicer,0,0,FALSE,,,,,, +knit.n.01,soakable,1,1,FALSE,,,,,, +lacquer.n.01,liquid,0,1,FALSE,,,,,, +lacquer.n.01,heatSource,0,0,FALSE,,,,,, +lacquer.n.01,fireSource,0,1,FALSE,,,,,, +lacquer.n.01,cookable,0,0,FALSE,,,,,, +lacquer.n.01,coldSource,1,0,FALSE,,,,,, +lacquer.n.01,sliceable,0,0,FALSE,,,,,, +lacquer.n.01,slicer,1,0,FALSE,,,,,, +lacquer.n.01,soakable,0,0,FALSE,,,,,, +lantern.n.01,liquid,0,0,FALSE,,,,,, +lantern.n.01,heatSource,0,0,FALSE,,,,,, +lantern.n.01,fireSource,0,0,FALSE,,,,,, +lantern.n.01,cookable,0,0,FALSE,,,,,, +lantern.n.01,coldSource,0,0,FALSE,,,,,, +lantern.n.01,sliceable,0,0,FALSE,,,,,, +lantern.n.01,slicer,1,0,FALSE,,,,,, +lantern.n.01,soakable,0,1,FALSE,,,,,, +caffe_latte.n.01,liquid,1,1,FALSE,,,,,, +caffe_latte.n.01,heatSource,0,0,FALSE,,,,,, +caffe_latte.n.01,fireSource,0,0,FALSE,,,,,, +caffe_latte.n.01,cookable,0,1,FALSE,,,,,, +caffe_latte.n.01,coldSource,0,0,FALSE,,,,,, +caffe_latte.n.01,sliceable,0,0,FALSE,,,,,, +caffe_latte.n.01,slicer,0,0,FALSE,,,,,, +caffe_latte.n.01,soakable,0,0,FALSE,,,,,, +blower.n.01,liquid,0,0,FALSE,,,,,, +blower.n.01,heatSource,0,1,TRUE,N/A,,,1,0,0 +blower.n.01,fireSource,0,0,FALSE,,,,,, +blower.n.01,cookable,0,0,FALSE,,,,,, +blower.n.01,coldSource,0,0,FALSE,,,,,, +blower.n.01,sliceable,0,0,FALSE,,,,,, +blower.n.01,slicer,1,0,FALSE,,,,,, +blower.n.01,soakable,0,0,FALSE,,,,,, +leek.n.01,liquid,0,0,FALSE,,,,,, +leek.n.01,heatSource,0,0,FALSE,,,,,, +leek.n.01,fireSource,1,0,FALSE,,,,,, +leek.n.01,cookable,0,1,FALSE,,,,,, +leek.n.01,coldSource,0,0,FALSE,,,,,, +leek.n.01,sliceable,0,1,FALSE,,,,,, +leek.n.01,slicer,0,0,FALSE,,,,,, +leek.n.01,soakable,1,0,FALSE,,,,,, +lock.n.01,liquid,0,0,FALSE,,,,,, +lock.n.01,heatSource,0,0,FALSE,,,,,, +lock.n.01,fireSource,0,0,FALSE,,,,,, +lock.n.01,cookable,0,0,FALSE,,,,,, +lock.n.01,coldSource,0,0,FALSE,,,,,, +lock.n.01,sliceable,0,0,FALSE,,,,,, +lock.n.01,slicer,1,0,FALSE,,,,,, +lock.n.01,soakable,0,0,FALSE,,,,,, +marinara.n.01,liquid,0,1,FALSE,,,,,, +marinara.n.01,heatSource,0,0,FALSE,,,,,, +marinara.n.01,fireSource,1,0,FALSE,,,,,, +marinara.n.01,cookable,0,1,FALSE,,,,,, +marinara.n.01,coldSource,1,0,FALSE,,,,,, +marinara.n.01,sliceable,0,0,FALSE,,,,,, +marinara.n.01,slicer,0,0,FALSE,,,,,, +marinara.n.01,soakable,0,0,FALSE,,,,,, +mashed_potato.n.01,liquid,0,0,FALSE,,,,,, +mashed_potato.n.01,heatSource,0,0,FALSE,,,,,, +mashed_potato.n.01,fireSource,1,0,FALSE,,,,,, +mashed_potato.n.01,cookable,0,1,FALSE,,,,,, +mashed_potato.n.01,coldSource,0,0,FALSE,,,,,, +mashed_potato.n.01,sliceable,0,0,FALSE,,,,,, +mashed_potato.n.01,slicer,0,0,FALSE,,,,,, +mashed_potato.n.01,soakable,0,0,FALSE,,,,,, +melon.n.01,liquid,0,0,FALSE,,,,,, +melon.n.01,heatSource,0,0,FALSE,,,,,, +melon.n.01,fireSource,0,0,FALSE,,,,,, +melon.n.01,cookable,0,1,FALSE,,,,,, +melon.n.01,coldSource,0,0,FALSE,,,,,, +melon.n.01,sliceable,0,1,FALSE,,,,,, +melon.n.01,slicer,0,0,FALSE,,,,,, +melon.n.01,soakable,0,0,FALSE,,,,,, +mozzarella.n.01,liquid,0,0,FALSE,,,,,, +mozzarella.n.01,heatSource,0,0,FALSE,,,,,, +mozzarella.n.01,fireSource,1,0,FALSE,,,,,, +mozzarella.n.01,cookable,0,1,FALSE,,,,,, +mozzarella.n.01,coldSource,0,0,FALSE,,,,,, +mozzarella.n.01,sliceable,0,1,FALSE,,,,,, +mozzarella.n.01,slicer,0,0,FALSE,,,,,, +mozzarella.n.01,soakable,1,0,FALSE,,,,,, +necktie.n.01,liquid,0,0,FALSE,,,,,, +necktie.n.01,heatSource,0,0,FALSE,,,,,, +necktie.n.01,fireSource,0,0,FALSE,,,,,, +necktie.n.01,cookable,0,0,FALSE,,,,,, +necktie.n.01,coldSource,0,0,FALSE,,,,,, +necktie.n.01,sliceable,0,0,FALSE,,,,,, +necktie.n.01,slicer,0,0,FALSE,,,,,, +necktie.n.01,soakable,1,1,FALSE,,,,,, +orange_juice.n.01,liquid,1,1,FALSE,,,,,, +orange_juice.n.01,heatSource,0,0,FALSE,,,,,, +orange_juice.n.01,fireSource,0,0,FALSE,,,,,, +orange_juice.n.01,cookable,0,1,FALSE,,,,,, +orange_juice.n.01,coldSource,1,0,FALSE,,,,,, +orange_juice.n.01,sliceable,0,0,FALSE,,,,,, +orange_juice.n.01,slicer,0,0,FALSE,,,,,, +orange_juice.n.01,soakable,0,0,FALSE,,,,,, +oyster.n.01,liquid,0,0,FALSE,,,,,, +oyster.n.01,heatSource,0,0,FALSE,,,,,, +oyster.n.01,fireSource,1,0,FALSE,,,,,, +oyster.n.01,cookable,0,1,FALSE,,,,,, +oyster.n.01,coldSource,0,0,FALSE,,,,,, +oyster.n.01,sliceable,0,1,FALSE,,,,,, +oyster.n.01,slicer,0,0,FALSE,,,,,, +oyster.n.01,soakable,0,0,FALSE,,,,,, +pajama.n.01,liquid,0,0,FALSE,,,,,, +pajama.n.01,heatSource,0,0,FALSE,,,,,, +pajama.n.01,fireSource,0,0,FALSE,,,,,, +pajama.n.01,cookable,0,0,FALSE,,,,,, +pajama.n.01,coldSource,0,0,FALSE,,,,,, +pajama.n.01,sliceable,0,0,FALSE,,,,,, +pajama.n.01,slicer,0,0,FALSE,,,,,, +pajama.n.01,soakable,1,1,FALSE,,,,,, +pollen.n.01,liquid,0,0,FALSE,,,,,, +pollen.n.01,heatSource,0,0,FALSE,,,,,, +pollen.n.01,fireSource,0,0,FALSE,,,,,, +pollen.n.01,cookable,0,0,FALSE,,,,,, +pollen.n.01,coldSource,0,0,FALSE,,,,,, +pollen.n.01,sliceable,0,0,FALSE,,,,,, +pollen.n.01,slicer,0,0,FALSE,,,,,, +pollen.n.01,soakable,0,0,FALSE,,,,,, +pruner.n.02,liquid,0,0,FALSE,,,,,, +pruner.n.02,heatSource,0,0,FALSE,,,,,, +pruner.n.02,fireSource,0,0,FALSE,,,,,, +pruner.n.02,cookable,0,0,FALSE,,,,,, +pruner.n.02,coldSource,0,0,FALSE,,,,,, +pruner.n.02,sliceable,0,0,FALSE,,,,,, +pruner.n.02,slicer,1,1,FALSE,,,,,, +pruner.n.02,soakable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,liquid,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,cookable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,slicer,0,0,FALSE,,,,,, +polyvinyl_chloride.n.01,soakable,0,0,FALSE,,,,,, +sesame_oil.n.01,liquid,1,1,FALSE,,,,,, +sesame_oil.n.01,heatSource,0,0,FALSE,,,,,, +sesame_oil.n.01,fireSource,1,0,FALSE,,,,,, +sesame_oil.n.01,cookable,0,1,FALSE,,,,,, +sesame_oil.n.01,coldSource,0,0,FALSE,,,,,, +sesame_oil.n.01,sliceable,0,0,FALSE,,,,,, +sesame_oil.n.01,slicer,0,0,FALSE,,,,,, +sesame_oil.n.01,soakable,0,0,FALSE,,,,,, +skewer.n.01,liquid,0,0,FALSE,,,,,, +skewer.n.01,heatSource,0,0,FALSE,,,,,, +skewer.n.01,fireSource,1,0,FALSE,,,,,, +skewer.n.01,cookable,0,0,FALSE,,,,,, +skewer.n.01,coldSource,0,0,FALSE,,,,,, +skewer.n.01,sliceable,0,0,FALSE,,,,,, +skewer.n.01,slicer,1,1,FALSE,,,,,, +skewer.n.01,soakable,0,0,FALSE,,,,,, +soupspoon.n.01,liquid,0,0,FALSE,,,,,, +soupspoon.n.01,heatSource,0,0,FALSE,,,,,, +soupspoon.n.01,fireSource,0,0,FALSE,,,,,, +soupspoon.n.01,cookable,0,0,FALSE,,,,,, +soupspoon.n.01,coldSource,1,0,FALSE,,,,,, +soupspoon.n.01,sliceable,0,0,FALSE,,,,,, +soupspoon.n.01,slicer,0,0,FALSE,,,,,, +soupspoon.n.01,soakable,0,0,FALSE,,,,,, +soda_water.n.01,liquid,0,1,FALSE,,,,,, +soda_water.n.01,heatSource,0,0,FALSE,,,,,, +soda_water.n.01,fireSource,0,0,FALSE,,,,,, +soda_water.n.01,cookable,0,0,FALSE,,,,,, +soda_water.n.01,coldSource,0,0,FALSE,,,,,, +soda_water.n.01,sliceable,0,0,FALSE,,,,,, +soda_water.n.01,slicer,1,0,FALSE,,,,,, +soda_water.n.01,soakable,0,0,FALSE,,,,,, +jimmies.n.01,liquid,0,0,FALSE,,,,,, +jimmies.n.01,heatSource,0,0,FALSE,,,,,, +jimmies.n.01,fireSource,0,0,FALSE,,,,,, +jimmies.n.01,cookable,0,1,FALSE,,,,,, +jimmies.n.01,coldSource,0,0,FALSE,,,,,, +jimmies.n.01,sliceable,0,0,FALSE,,,,,, +jimmies.n.01,slicer,0,0,FALSE,,,,,, +jimmies.n.01,soakable,0,0,FALSE,,,,,, +stud.n.02,liquid,0,0,FALSE,,,,,, +stud.n.02,heatSource,0,0,FALSE,,,,,, +stud.n.02,fireSource,0,0,FALSE,,,,,, +stud.n.02,cookable,0,0,FALSE,,,,,, +stud.n.02,coldSource,0,0,FALSE,,,,,, +stud.n.02,sliceable,0,0,FALSE,,,,,, +stud.n.02,slicer,0,0,FALSE,,,,,, +stud.n.02,soakable,0,0,FALSE,,,,,, +soapsuds.n.01,liquid,0,1,FALSE,,,,,, +soapsuds.n.01,heatSource,0,0,FALSE,,,,,, +soapsuds.n.01,fireSource,0,0,FALSE,,,,,, +soapsuds.n.01,cookable,0,0,FALSE,,,,,, +soapsuds.n.01,coldSource,0,0,FALSE,,,,,, +soapsuds.n.01,sliceable,0,0,FALSE,,,,,, +soapsuds.n.01,slicer,0,0,FALSE,,,,,, +soapsuds.n.01,soakable,0,0,FALSE,,,,,, +tennis_ball.n.01,liquid,0,0,FALSE,,,,,, +tennis_ball.n.01,heatSource,0,0,FALSE,,,,,, +tennis_ball.n.01,fireSource,0,0,FALSE,,,,,, +tennis_ball.n.01,cookable,0,0,FALSE,,,,,, +tennis_ball.n.01,coldSource,0,0,FALSE,,,,,, +tennis_ball.n.01,sliceable,0,0,FALSE,,,,,, +tennis_ball.n.01,slicer,0,0,FALSE,,,,,, +tennis_ball.n.01,soakable,0,0,FALSE,,,,,, +ticket.n.01,liquid,0,0,FALSE,,,,,, +ticket.n.01,heatSource,0,0,FALSE,,,,,, +ticket.n.01,fireSource,0,0,FALSE,,,,,, +ticket.n.01,cookable,0,0,FALSE,,,,,, +ticket.n.01,coldSource,0,0,FALSE,,,,,, +ticket.n.01,sliceable,0,0,FALSE,,,,,, +ticket.n.01,slicer,1,1,FALSE,,,,,, +ticket.n.01,soakable,0,0,FALSE,,,,,, +trailer.n.03,liquid,0,0,FALSE,,,,,, +trailer.n.03,heatSource,0,0,FALSE,,,,,, +trailer.n.03,fireSource,0,0,FALSE,,,,,, +trailer.n.03,cookable,0,0,FALSE,,,,,, +trailer.n.03,coldSource,0,0,FALSE,,,,,, +trailer.n.03,sliceable,0,0,FALSE,,,,,, +trailer.n.03,slicer,0,0,FALSE,,,,,, +trailer.n.03,soakable,0,0,FALSE,,,,,, +pincer.n.01,liquid,0,0,FALSE,,,,,, +pincer.n.01,heatSource,0,0,FALSE,,,,,, +pincer.n.01,fireSource,0,0,FALSE,,,,,, +pincer.n.01,cookable,0,0,FALSE,,,,,, +pincer.n.01,coldSource,0,0,FALSE,,,,,, +pincer.n.01,sliceable,0,0,FALSE,,,,,, +pincer.n.01,slicer,1,0,FALSE,,,,,, +pincer.n.01,soakable,1,0,FALSE,,,,,, +peeler.n.03,liquid,0,0,FALSE,,,,,, +peeler.n.03,heatSource,0,0,FALSE,,,,,, +peeler.n.03,fireSource,0,0,FALSE,,,,,, +peeler.n.03,cookable,0,0,FALSE,,,,,, +peeler.n.03,coldSource,0,0,FALSE,,,,,, +peeler.n.03,sliceable,0,0,FALSE,,,,,, +peeler.n.03,slicer,1,1,FALSE,,,,,, +peeler.n.03,soakable,0,0,FALSE,,,,,, +velvet.n.01,liquid,0,0,FALSE,,,,,, +velvet.n.01,heatSource,0,0,FALSE,,,,,, +velvet.n.01,fireSource,0,0,FALSE,,,,,, +velvet.n.01,cookable,0,0,FALSE,,,,,, +velvet.n.01,coldSource,0,0,FALSE,,,,,, +velvet.n.01,sliceable,0,0,FALSE,,,,,, +velvet.n.01,slicer,0,0,FALSE,,,,,, +velvet.n.01,soakable,1,1,FALSE,,,,,, +vessel.n.03,liquid,0,0,FALSE,,,,,, +vessel.n.03,heatSource,0,0,FALSE,,,,,, +vessel.n.03,fireSource,0,0,FALSE,,,,,, +vessel.n.03,cookable,0,0,FALSE,,,,,, +vessel.n.03,coldSource,1,0,FALSE,,,,,, +vessel.n.03,sliceable,0,0,FALSE,,,,,, +vessel.n.03,slicer,1,0,FALSE,,,,,, +vessel.n.03,soakable,0,0,FALSE,,,,,, +vine.n.01,liquid,0,0,FALSE,,,,,, +vine.n.01,heatSource,0,0,FALSE,,,,,, +vine.n.01,fireSource,0,0,FALSE,,,,,, +vine.n.01,cookable,0,0,FALSE,,,,,, +vine.n.01,coldSource,0,0,FALSE,,,,,, +vine.n.01,sliceable,0,1,FALSE,,,,,, +vine.n.01,slicer,0,0,FALSE,,,,,, +vine.n.01,soakable,0,0,FALSE,,,,,, +waffle.n.01,liquid,0,0,FALSE,,,,,, +waffle.n.01,heatSource,0,0,FALSE,,,,,, +waffle.n.01,fireSource,1,0,FALSE,,,,,, +waffle.n.01,cookable,0,1,FALSE,,,,,, +waffle.n.01,coldSource,0,0,FALSE,,,,,, +waffle.n.01,sliceable,0,1,FALSE,,,,,, +waffle.n.01,slicer,1,0,FALSE,,,,,, +waffle.n.01,soakable,0,0,FALSE,,,,,, +girdle.n.02,liquid,0,0,FALSE,,,,,, +girdle.n.02,heatSource,0,0,FALSE,,,,,, +girdle.n.02,fireSource,0,0,FALSE,,,,,, +girdle.n.02,cookable,0,0,FALSE,,,,,, +girdle.n.02,coldSource,0,0,FALSE,,,,,, +girdle.n.02,sliceable,0,0,FALSE,,,,,, +girdle.n.02,slicer,0,0,FALSE,,,,,, +girdle.n.02,soakable,0,0,FALSE,,,,,, +wallet.n.01,liquid,0,0,FALSE,,,,,, +wallet.n.01,heatSource,0,0,FALSE,,,,,, +wallet.n.01,fireSource,0,0,FALSE,,,,,, +wallet.n.01,cookable,0,0,FALSE,,,,,, +wallet.n.01,coldSource,0,0,FALSE,,,,,, +wallet.n.01,sliceable,0,0,FALSE,,,,,, +wallet.n.01,slicer,1,0,FALSE,,,,,, +wallet.n.01,soakable,1,0,FALSE,,,,,, +water_glass.n.02,liquid,1,0,FALSE,,,,,, +water_glass.n.02,heatSource,0,0,FALSE,,,,,, +water_glass.n.02,fireSource,0,0,FALSE,,,,,, +water_glass.n.02,cookable,0,0,FALSE,,,,,, +water_glass.n.02,coldSource,1,0,FALSE,,,,,, +water_glass.n.02,sliceable,0,0,FALSE,,,,,, +water_glass.n.02,slicer,0,0,FALSE,,,,,, +water_glass.n.02,soakable,0,0,FALSE,,,,,, +watering_can.n.01,liquid,1,0,FALSE,,,,,, +watering_can.n.01,heatSource,0,0,FALSE,,,,,, +watering_can.n.01,fireSource,0,0,FALSE,,,,,, +watering_can.n.01,cookable,0,0,FALSE,,,,,, +watering_can.n.01,coldSource,1,0,FALSE,,,,,, +watering_can.n.01,sliceable,0,0,FALSE,,,,,, +watering_can.n.01,slicer,0,0,FALSE,,,,,, +watering_can.n.01,soakable,0,0,FALSE,,,,,, +anchor.n.01,liquid,0,0,FALSE,,,,,, +anchor.n.01,heatSource,0,0,FALSE,,,,,, +anchor.n.01,fireSource,0,0,FALSE,,,,,, +anchor.n.01,cookable,0,0,FALSE,,,,,, +anchor.n.01,coldSource,0,0,FALSE,,,,,, +anchor.n.01,sliceable,0,0,FALSE,,,,,, +anchor.n.01,slicer,0,0,FALSE,,,,,, +anchor.n.01,soakable,0,0,FALSE,,,,,, +anchor.n.02,liquid,0,0,FALSE,,,,,, +anchor.n.02,heatSource,0,0,FALSE,,,,,, +anchor.n.02,fireSource,0,0,FALSE,,,,,, +anchor.n.02,cookable,0,0,FALSE,,,,,, +anchor.n.02,coldSource,0,0,FALSE,,,,,, +anchor.n.02,sliceable,0,0,FALSE,,,,,, +anchor.n.02,slicer,0,0,FALSE,,,,,, +anchor.n.02,soakable,0,0,FALSE,,,,,, +band.n.07,liquid,0,0,FALSE,,,,,, +band.n.07,heatSource,0,0,FALSE,,,,,, +band.n.07,fireSource,0,0,FALSE,,,,,, +band.n.07,cookable,0,0,FALSE,,,,,, +band.n.07,coldSource,0,0,FALSE,,,,,, +band.n.07,sliceable,0,0,FALSE,,,,,, +band.n.07,slicer,1,0,FALSE,,,,,, +band.n.07,soakable,1,0,FALSE,,,,,, +barbecue_sauce.n.01,liquid,0,1,FALSE,,,,,, +barbecue_sauce.n.01,heatSource,0,0,FALSE,,,,,, +barbecue_sauce.n.01,fireSource,1,0,FALSE,,,,,, +barbecue_sauce.n.01,cookable,0,1,FALSE,,,,,, +barbecue_sauce.n.01,coldSource,0,0,FALSE,,,,,, +barbecue_sauce.n.01,sliceable,0,0,FALSE,,,,,, +barbecue_sauce.n.01,slicer,0,0,FALSE,,,,,, +barbecue_sauce.n.01,soakable,0,0,FALSE,,,,,, +black_bean.n.01,liquid,0,0,FALSE,,,,,, +black_bean.n.01,heatSource,0,0,FALSE,,,,,, +black_bean.n.01,fireSource,1,0,FALSE,,,,,, +black_bean.n.01,cookable,0,1,FALSE,,,,,, +black_bean.n.01,coldSource,0,0,FALSE,,,,,, +black_bean.n.01,sliceable,0,0,FALSE,,,,,, +black_bean.n.01,slicer,0,0,FALSE,,,,,, +black_bean.n.01,soakable,0,0,FALSE,,,,,, +blouse.n.01,liquid,0,0,FALSE,,,,,, +blouse.n.01,heatSource,0,0,FALSE,,,,,, +blouse.n.01,fireSource,0,0,FALSE,,,,,, +blouse.n.01,cookable,0,0,FALSE,,,,,, +blouse.n.01,coldSource,0,0,FALSE,,,,,, +blouse.n.01,sliceable,0,0,FALSE,,,,,, +blouse.n.01,slicer,1,0,FALSE,,,,,, +blouse.n.01,soakable,1,1,FALSE,,,,,, +borax.n.01,liquid,0,0,FALSE,,,,,, +borax.n.01,heatSource,0,0,FALSE,,,,,, +borax.n.01,fireSource,0,0,FALSE,,,,,, +borax.n.01,cookable,0,0,FALSE,,,,,, +borax.n.01,coldSource,0,0,FALSE,,,,,, +borax.n.01,sliceable,0,0,FALSE,,,,,, +borax.n.01,slicer,0,0,FALSE,,,,,, +borax.n.01,soakable,0,0,FALSE,,,,,, +brake.n.01,liquid,0,0,FALSE,,,,,, +brake.n.01,heatSource,0,0,FALSE,,,,,, +brake.n.01,fireSource,0,0,FALSE,,,,,, +brake.n.01,cookable,0,0,FALSE,,,,,, +brake.n.01,coldSource,0,0,FALSE,,,,,, +brake.n.01,sliceable,0,0,FALSE,,,,,, +brake.n.01,slicer,1,0,FALSE,,,,,, +brake.n.01,soakable,0,0,FALSE,,,,,, +brake.n.05,liquid,0,0,FALSE,,,,,, +brake.n.05,heatSource,0,0,FALSE,,,,,, +brake.n.05,fireSource,0,0,FALSE,,,,,, +brake.n.05,cookable,0,0,FALSE,,,,,, +brake.n.05,coldSource,0,0,FALSE,,,,,, +brake.n.05,sliceable,0,0,FALSE,,,,,, +brake.n.05,slicer,1,0,FALSE,,,,,, +brake.n.05,soakable,1,0,FALSE,,,,,, +brandy.n.01,liquid,1,1,FALSE,,,,,, +brandy.n.01,heatSource,0,0,FALSE,,,,,, +brandy.n.01,fireSource,0,0,FALSE,,,,,, +brandy.n.01,cookable,0,0,FALSE,,,,,, +brandy.n.01,coldSource,0,0,FALSE,,,,,, +brandy.n.01,sliceable,0,0,FALSE,,,,,, +brandy.n.01,slicer,0,0,FALSE,,,,,, +brandy.n.01,soakable,0,0,FALSE,,,,,, +breakfast.n.01,liquid,0,0,FALSE,,,,,, +breakfast.n.01,heatSource,0,0,FALSE,,,,,, +breakfast.n.01,fireSource,1,0,FALSE,,,,,, +breakfast.n.01,cookable,0,1,FALSE,,,,,, +breakfast.n.01,coldSource,0,0,FALSE,,,,,, +breakfast.n.01,sliceable,0,1,FALSE,,,,,, +breakfast.n.01,slicer,0,0,FALSE,,,,,, +breakfast.n.01,soakable,0,0,FALSE,,,,,, +brown_rice.n.01,liquid,0,0,FALSE,,,,,, +brown_rice.n.01,heatSource,0,0,FALSE,,,,,, +brown_rice.n.01,fireSource,1,0,FALSE,,,,,, +brown_rice.n.01,cookable,0,1,FALSE,,,,,, +brown_rice.n.01,coldSource,0,0,FALSE,,,,,, +brown_rice.n.01,sliceable,0,0,FALSE,,,,,, +brown_rice.n.01,slicer,0,0,FALSE,,,,,, +brown_rice.n.01,soakable,0,0,FALSE,,,,,, +citrus.n.01,liquid,0,0,FALSE,,,,,, +citrus.n.01,heatSource,0,0,FALSE,,,,,, +citrus.n.01,fireSource,0,0,FALSE,,,,,, +citrus.n.01,cookable,0,1,FALSE,,,,,, +citrus.n.01,coldSource,1,0,FALSE,,,,,, +citrus.n.01,sliceable,0,1,FALSE,,,,,, +citrus.n.01,slicer,0,0,FALSE,,,,,, +citrus.n.01,soakable,0,0,FALSE,,,,,, +coffee_filter.n.01,liquid,0,0,FALSE,,,,,, +coffee_filter.n.01,heatSource,0,0,FALSE,,,,,, +coffee_filter.n.01,fireSource,0,0,FALSE,,,,,, +coffee_filter.n.01,cookable,0,0,FALSE,,,,,, +coffee_filter.n.01,coldSource,1,0,FALSE,,,,,, +coffee_filter.n.01,sliceable,0,0,FALSE,,,,,, +coffee_filter.n.01,slicer,0,0,FALSE,,,,,, +coffee_filter.n.01,soakable,0,0,FALSE,,,,,, +dutch_oven.n.01,liquid,0,0,FALSE,,,,,, +dutch_oven.n.01,heatSource,1,1,TRUE,149,http://www.dutchovendude.com/campfire-cooking.php,,0,0,1 +dutch_oven.n.01,fireSource,1,0,FALSE,,,,,, +dutch_oven.n.01,cookable,0,0,FALSE,,,,,, +dutch_oven.n.01,coldSource,0,0,FALSE,,,,,, +dutch_oven.n.01,sliceable,0,0,FALSE,,,,,, +dutch_oven.n.01,slicer,0,0,FALSE,,,,,, +dutch_oven.n.01,soakable,0,0,FALSE,,,,,, +engine.n.0,liquid,0,0,FALSE,,,,,, +engine.n.01,heatSource,0,1,TRUE,90,https://www.mcnallyinstitute.com/what-temperature-should-a-car-engine-run-at-celsius/,,1,0,0 +engine.n.0,fireSource,0,0,FALSE,,,,,, +engine.n.0,cookable,0,0,FALSE,,,,,, +engine.n.0,coldSource,0,0,FALSE,,,,,, +engine.n.0,sliceable,0,0,FALSE,,,,,, +engine.n.0,slicer,1,0,FALSE,,,,,, +engine.n.0,soakable,0,0,FALSE,,,,,, +fennel.n.0,liquid,0,0,FALSE,,,,,, +fennel.n.0,heatSource,0,0,FALSE,,,,,, +fennel.n.0,fireSource,1,0,FALSE,,,,,, +fennel.n.0,cookable,0,0,FALSE,,,,,, +fennel.n.0,coldSource,0,0,FALSE,,,,,, +fennel.n.0,sliceable,0,0,FALSE,,,,,, +fennel.n.0,slicer,0,0,FALSE,,,,,, +fennel.n.0,soakable,0,0,FALSE,,,,,, +first-aid_kit.n.01,liquid,0,0,FALSE,,,,,, +first-aid_kit.n.01,heatSource,0,0,FALSE,,,,,, +first-aid_kit.n.01,fireSource,0,0,FALSE,,,,,, +first-aid_kit.n.01,cookable,0,0,FALSE,,,,,, +first-aid_kit.n.01,coldSource,1,0,FALSE,,,,,, +first-aid_kit.n.01,sliceable,0,0,FALSE,,,,,, +first-aid_kit.n.01,slicer,1,0,FALSE,,,,,, +first-aid_kit.n.01,soakable,1,0,FALSE,,,,,, +garland.v.01,liquid,0,0,FALSE,,,,,, +garland.v.01,heatSource,0,0,FALSE,,,,,, +garland.v.01,fireSource,0,0,FALSE,,,,,, +garland.v.01,cookable,0,0,FALSE,,,,,, +garland.v.01,coldSource,0,0,FALSE,,,,,, +garland.v.01,sliceable,0,0,FALSE,,,,,, +garland.v.01,slicer,0,0,FALSE,,,,,, +garland.v.01,soakable,0,1,FALSE,,,,,, +garnish.n.01,liquid,0,0,FALSE,,,,,, +garnish.n.01,heatSource,0,0,FALSE,,,,,, +garnish.n.01,fireSource,1,0,FALSE,,,,,, +garnish.n.01,cookable,0,0,FALSE,,,,,, +garnish.n.01,coldSource,0,0,FALSE,,,,,, +garnish.n.01,sliceable,0,0,FALSE,,,,,, +garnish.n.01,slicer,0,0,FALSE,,,,,, +garnish.n.01,soakable,0,0,FALSE,,,,,, +glassware.n.01,liquid,0,0,FALSE,,,,,, +glassware.n.01,heatSource,0,0,FALSE,,,,,, +glassware.n.01,fireSource,0,0,FALSE,,,,,, +glassware.n.01,cookable,0,0,FALSE,,,,,, +glassware.n.01,coldSource,1,0,FALSE,,,,,, +glassware.n.01,sliceable,0,0,FALSE,,,,,, +glassware.n.01,slicer,1,0,FALSE,,,,,, +glassware.n.01,soakable,0,0,FALSE,,,,,, +jelly.n.02,liquid,0,0,FALSE,,,,,, +jelly.n.02,heatSource,0,0,FALSE,,,,,, +jelly.n.02,fireSource,0,0,FALSE,,,,,, +jelly.n.02,cookable,0,1,FALSE,,,,,, +jelly.n.02,coldSource,0,0,FALSE,,,,,, +jelly.n.02,sliceable,0,1,FALSE,,,,,, +jelly.n.02,slicer,0,0,FALSE,,,,,, +jelly.n.02,soakable,0,0,FALSE,,,,,, +mallet.n.03,liquid,0,0,FALSE,,,,,, +mallet.n.03,heatSource,0,0,FALSE,,,,,, +mallet.n.03,fireSource,0,0,FALSE,,,,,, +mallet.n.03,cookable,0,0,FALSE,,,,,, +mallet.n.03,coldSource,0,0,FALSE,,,,,, +mallet.n.03,sliceable,0,0,FALSE,,,,,, +mallet.n.03,slicer,0,0,FALSE,,,,,, +mallet.n.03,soakable,0,0,FALSE,,,,,, +moss.n.01,liquid,0,0,FALSE,,,,,, +moss.n.01,heatSource,0,0,FALSE,,,,,, +moss.n.01,fireSource,0,0,FALSE,,,,,, +moss.n.01,cookable,0,0,FALSE,,,,,, +moss.n.01,coldSource,0,0,FALSE,,,,,, +moss.n.01,sliceable,0,0,FALSE,,,,,, +moss.n.01,slicer,0,0,FALSE,,,,,, +moss.n.01,soakable,0,0,FALSE,,,,,, +needle.n.03,liquid,0,0,FALSE,,,,,, +needle.n.03,heatSource,0,0,FALSE,,,,,, +needle.n.03,fireSource,0,0,FALSE,,,,,, +needle.n.03,cookable,0,0,FALSE,,,,,, +needle.n.03,coldSource,0,0,FALSE,,,,,, +needle.n.03,sliceable,0,0,FALSE,,,,,, +needle.n.03,slicer,1,0,FALSE,,,,,, +needle.n.03,soakable,0,0,FALSE,,,,,, +needle.n.02,liquid,0,0,FALSE,,,,,, +needle.n.02,heatSource,0,0,FALSE,,,,,, +needle.n.02,fireSource,0,0,FALSE,,,,,, +needle.n.02,cookable,0,0,FALSE,,,,,, +needle.n.02,coldSource,0,0,FALSE,,,,,, +needle.n.02,sliceable,0,0,FALSE,,,,,, +needle.n.02,slicer,1,0,FALSE,,,,,, +needle.n.02,soakable,0,0,FALSE,,,,,, +oat.n.01,liquid,0,0,FALSE,,,,,, +oat.n.01,heatSource,0,0,FALSE,,,,,, +oat.n.01,fireSource,1,0,FALSE,,,,,, +oat.n.01,cookable,0,1,FALSE,,,,,, +oat.n.01,coldSource,0,0,FALSE,,,,,, +oat.n.01,sliceable,0,0,FALSE,,,,,, +oat.n.01,slicer,0,0,FALSE,,,,,, +oat.n.01,soakable,0,0,FALSE,,,,,, +onion.n.01,liquid,0,0,FALSE,,,,,, +onion.n.01,heatSource,0,0,FALSE,,,,,, +onion.n.01,fireSource,1,0,FALSE,,,,,, +onion.n.01,cookable,0,1,FALSE,,,,,, +onion.n.01,coldSource,0,0,FALSE,,,,,, +onion.n.01,sliceable,0,1,FALSE,,,,,, +onion.n.01,slicer,0,0,FALSE,,,,,, +onion.n.01,soakable,0,0,FALSE,,,,,, +pallet.n.02,liquid,0,0,FALSE,,,,,, +pallet.n.02,heatSource,0,0,FALSE,,,,,, +pallet.n.02,fireSource,0,0,FALSE,,,,,, +pallet.n.02,cookable,0,0,FALSE,,,,,, +pallet.n.02,coldSource,0,0,FALSE,,,,,, +pallet.n.02,sliceable,0,0,FALSE,,,,,, +pallet.n.02,slicer,1,0,FALSE,,,,,, +pallet.n.02,soakable,0,1,FALSE,,,,,, +pencil_box.n.0,liquid,0,0,FALSE,,,,,, +pencil_box.n.0,heatSource,0,0,FALSE,,,,,, +pencil_box.n.0,fireSource,0,0,FALSE,,,,,, +pencil_box.n.0,cookable,0,0,FALSE,,,,,, +pencil_box.n.0,coldSource,0,0,FALSE,,,,,, +pencil_box.n.0,sliceable,0,0,FALSE,,,,,, +pencil_box.n.0,slicer,0,0,FALSE,,,,,, +pencil_box.n.0,soakable,0,0,FALSE,,,,,, +aroma.n.02,liquid,0,0,FALSE,,,,,, +aroma.n.02,heatSource,0,0,FALSE,,,,,, +aroma.n.02,fireSource,0,0,FALSE,,,,,, +aroma.n.02,cookable,0,0,FALSE,,,,,, +aroma.n.02,coldSource,0,0,FALSE,,,,,, +aroma.n.02,sliceable,0,0,FALSE,,,,,, +aroma.n.02,slicer,0,0,FALSE,,,,,, +aroma.n.02,soakable,0,0,FALSE,,,,,, +quilt.n.01,liquid,0,0,FALSE,,,,,, +quilt.n.01,heatSource,0,0,FALSE,,,,,, +quilt.n.01,fireSource,0,0,FALSE,,,,,, +quilt.n.01,cookable,0,0,FALSE,,,,,, +quilt.n.01,coldSource,0,0,FALSE,,,,,, +quilt.n.01,sliceable,0,0,FALSE,,,,,, +quilt.n.01,slicer,0,0,FALSE,,,,,, +quilt.n.01,soakable,1,1,FALSE,,,,,, +safety_glass.n.01,liquid,0,0,FALSE,,,,,, +safety_glass.n.01,heatSource,0,0,FALSE,,,,,, +safety_glass.n.01,fireSource,0,0,FALSE,,,,,, +safety_glass.n.01,cookable,0,0,FALSE,,,,,, +safety_glass.n.01,coldSource,1,0,FALSE,,,,,, +safety_glass.n.01,sliceable,0,0,FALSE,,,,,, +safety_glass.n.01,slicer,0,0,FALSE,,,,,, +safety_glass.n.01,soakable,0,0,FALSE,,,,,, +goggles.n.01,liquid,0,0,FALSE,,,,,, +goggles.n.01,heatSource,0,0,FALSE,,,,,, +goggles.n.01,fireSource,0,0,FALSE,,,,,, +goggles.n.01,cookable,0,0,FALSE,,,,,, +goggles.n.01,coldSource,0,0,FALSE,,,,,, +goggles.n.01,sliceable,0,0,FALSE,,,,,, +goggles.n.01,slicer,1,0,FALSE,,,,,, +goggles.n.01,soakable,0,0,FALSE,,,,,, +saltshaker.n.01,liquid,0,0,FALSE,,,,,, +saltshaker.n.01,heatSource,0,0,FALSE,,,,,, +saltshaker.n.01,fireSource,0,0,FALSE,,,,,, +saltshaker.n.01,cookable,0,0,FALSE,,,,,, +saltshaker.n.01,coldSource,0,0,FALSE,,,,,, +saltshaker.n.01,sliceable,0,0,FALSE,,,,,, +saltshaker.n.01,slicer,1,0,FALSE,,,,,, +saltshaker.n.01,soakable,0,0,FALSE,,,,,, +disk.n.01,liquid,0,0,FALSE,,,,,, +disk.n.01,heatSource,0,0,FALSE,,,,,, +disk.n.01,fireSource,0,0,FALSE,,,,,, +disk.n.01,cookable,0,0,FALSE,,,,,, +disk.n.01,coldSource,0,0,FALSE,,,,,, +disk.n.01,sliceable,0,0,FALSE,,,,,, +disk.n.01,slicer,1,0,FALSE,,,,,, +disk.n.01,soakable,0,0,FALSE,,,,,, +sawdust.n.01,liquid,0,0,FALSE,,,,,, +sawdust.n.01,heatSource,0,0,FALSE,,,,,, +sawdust.n.01,fireSource,0,1,FALSE,,,,,, +sawdust.n.01,cookable,0,0,FALSE,,,,,, +sawdust.n.01,coldSource,0,0,FALSE,,,,,, +sawdust.n.01,sliceable,0,0,FALSE,,,,,, +sawdust.n.01,slicer,1,0,FALSE,,,,,, +sawdust.n.01,soakable,0,0,FALSE,,,,,, +shallot.n.01,liquid,0,0,FALSE,,,,,, +shallot.n.01,heatSource,0,0,FALSE,,,,,, +shallot.n.01,fireSource,1,0,FALSE,,,,,, +shallot.n.01,cookable,0,1,FALSE,,,,,, +shallot.n.01,coldSource,0,0,FALSE,,,,,, +shallot.n.01,sliceable,0,1,FALSE,,,,,, +shallot.n.01,slicer,0,0,FALSE,,,,,, +shallot.n.01,soakable,0,0,FALSE,,,,,, +sign.n.02,liquid,0,0,FALSE,,,,,, +sign.n.02,heatSource,0,0,FALSE,,,,,, +sign.n.02,fireSource,0,0,FALSE,,,,,, +sign.n.02,cookable,0,0,FALSE,,,,,, +sign.n.02,coldSource,0,0,FALSE,,,,,, +sign.n.02,sliceable,0,0,FALSE,,,,,, +sign.n.02,slicer,1,0,FALSE,,,,,, +sign.n.02,soakable,0,0,FALSE,,,,,, +socket.n.01,liquid,0,0,FALSE,,,,,, +socket.n.01,heatSource,0,0,FALSE,,,,,, +socket.n.01,fireSource,0,0,FALSE,,,,,, +socket.n.01,cookable,0,0,FALSE,,,,,, +socket.n.01,coldSource,0,0,FALSE,,,,,, +socket.n.01,sliceable,0,0,FALSE,,,,,, +socket.n.01,slicer,1,0,FALSE,,,,,, +socket.n.01,soakable,0,0,FALSE,,,,,, +soya_milk.n.01,liquid,1,1,FALSE,,,,,, +soya_milk.n.01,heatSource,0,0,FALSE,,,,,, +soya_milk.n.01,fireSource,1,0,FALSE,,,,,, +soya_milk.n.01,cookable,0,1,FALSE,,,,,, +soya_milk.n.01,coldSource,1,0,FALSE,,,,,, +soya_milk.n.01,sliceable,0,0,FALSE,,,,,, +soya_milk.n.01,slicer,0,0,FALSE,,,,,, +soya_milk.n.01,soakable,0,0,FALSE,,,,,, +spaghetti.n.01,liquid,0,0,FALSE,,,,,, +spaghetti.n.01,heatSource,0,0,FALSE,,,,,, +spaghetti.n.01,fireSource,1,0,FALSE,,,,,, +spaghetti.n.01,cookable,0,1,FALSE,,,,,, +spaghetti.n.01,coldSource,0,0,FALSE,,,,,, +spaghetti.n.01,sliceable,0,1,FALSE,,,,,, +spaghetti.n.01,slicer,0,0,FALSE,,,,,, +spaghetti.n.01,soakable,0,1,FALSE,,,,,, +light.n.01,liquid,0,0,FALSE,,,,,, +light.n.01,heatSource,0,0,FALSE,,,,,, +light.n.01,fireSource,0,0,FALSE,,,,,, +light.n.01,cookable,0,0,FALSE,,,,,, +light.n.01,coldSource,0,0,FALSE,,,,,, +light.n.01,sliceable,0,0,FALSE,,,,,, +light.n.01,slicer,1,0,FALSE,,,,,, +light.n.01,soakable,0,0,FALSE,,,,,, +stuffing.n.01,liquid,0,0,FALSE,,,,,, +stuffing.n.01,heatSource,0,0,FALSE,,,,,, +stuffing.n.01,fireSource,1,0,FALSE,,,,,, +stuffing.n.01,cookable,0,1,FALSE,,,,,, +stuffing.n.01,coldSource,0,0,FALSE,,,,,, +stuffing.n.01,sliceable,0,0,FALSE,,,,,, +stuffing.n.01,slicer,0,0,FALSE,,,,,, +stuffing.n.01,soakable,1,1,FALSE,,,,,, +water_faucet.n.01,liquid,1,0,FALSE,,,,,, +water_faucet.n.01,heatSource,0,0,FALSE,,,,,, +water_faucet.n.01,fireSource,0,0,FALSE,,,,,, +water_faucet.n.01,cookable,0,0,FALSE,,,,,, +water_faucet.n.01,coldSource,1,0,FALSE,,,,,, +water_faucet.n.01,sliceable,0,0,FALSE,,,,,, +water_faucet.n.01,slicer,1,0,FALSE,,,,,, +water_faucet.n.01,soakable,0,0,FALSE,,,,,, +toiletry.n.01,liquid,0,0,FALSE,,,,,, +toiletry.n.01,heatSource,0,0,FALSE,,,,,, +toiletry.n.01,fireSource,0,0,FALSE,,,,,, +toiletry.n.01,cookable,0,0,FALSE,,,,,, +toiletry.n.01,coldSource,1,0,FALSE,,,,,, +toiletry.n.01,sliceable,0,0,FALSE,,,,,, +toiletry.n.01,slicer,1,0,FALSE,,,,,, +toiletry.n.01,soakable,1,0,FALSE,,,,,, +turnip.n.01,liquid,0,0,FALSE,,,,,, +turnip.n.01,heatSource,0,0,FALSE,,,,,, +turnip.n.01,fireSource,1,0,FALSE,,,,,, +turnip.n.01,cookable,0,1,FALSE,,,,,, +turnip.n.01,coldSource,0,0,FALSE,,,,,, +turnip.n.01,sliceable,0,1,FALSE,,,,,, +turnip.n.01,slicer,0,0,FALSE,,,,,, +turnip.n.01,soakable,0,0,FALSE,,,,,, +vinyl.n.02,liquid,0,0,FALSE,,,,,, +vinyl.n.02,heatSource,0,0,FALSE,,,,,, +vinyl.n.02,fireSource,0,0,FALSE,,,,,, +vinyl.n.02,cookable,0,0,FALSE,,,,,, +vinyl.n.02,coldSource,0,0,FALSE,,,,,, +vinyl.n.02,sliceable,0,0,FALSE,,,,,, +vinyl.n.02,slicer,0,0,FALSE,,,,,, +vinyl.n.02,soakable,0,0,FALSE,,,,,, +binder.n.01,liquid,0,0,FALSE,,,,,, +binder.n.01,heatSource,0,0,FALSE,,,,,, +binder.n.01,fireSource,0,0,FALSE,,,,,, +binder.n.01,cookable,0,0,FALSE,,,,,, +binder.n.01,coldSource,0,0,FALSE,,,,,, +binder.n.01,sliceable,0,0,FALSE,,,,,, +binder.n.01,slicer,1,0,FALSE,,,,,, +binder.n.01,soakable,0,0,FALSE,,,,,, +blackberry.n.01,liquid,0,0,FALSE,,,,,, +blackberry.n.01,heatSource,0,0,FALSE,,,,,, +blackberry.n.01,fireSource,1,0,FALSE,,,,,, +blackberry.n.01,cookable,0,1,FALSE,,,,,, +blackberry.n.01,coldSource,0,0,FALSE,,,,,, +blackberry.n.01,sliceable,0,1,FALSE,,,,,, +blackberry.n.01,slicer,1,0,FALSE,,,,,, +blackberry.n.01,soakable,0,0,FALSE,,,,,, +breadcrumb.n.01,liquid,0,0,FALSE,,,,,, +breadcrumb.n.01,heatSource,0,0,FALSE,,,,,, +breadcrumb.n.01,fireSource,1,0,FALSE,,,,,, +breadcrumb.n.01,cookable,0,1,FALSE,,,,,, +breadcrumb.n.01,coldSource,0,0,FALSE,,,,,, +breadcrumb.n.01,sliceable,0,1,FALSE,,,,,, +breadcrumb.n.01,slicer,1,0,FALSE,,,,,, +breadcrumb.n.01,soakable,0,1,FALSE,,,,,, +brick.n.01,liquid,0,0,FALSE,,,,,, +brick.n.01,heatSource,0,0,FALSE,,,,,, +brick.n.01,fireSource,1,0,FALSE,,,,,, +brick.n.01,cookable,0,0,FALSE,,,,,, +brick.n.01,coldSource,0,0,FALSE,,,,,, +brick.n.01,sliceable,0,0,FALSE,,,,,, +brick.n.01,slicer,0,0,FALSE,,,,,, +brick.n.01,soakable,0,0,FALSE,,,,,, +butter_knife.n.01,liquid,0,0,FALSE,,,,,, +butter_knife.n.01,heatSource,0,0,FALSE,,,,,, +butter_knife.n.01,fireSource,0,0,FALSE,,,,,, +butter_knife.n.01,cookable,0,0,FALSE,,,,,, +butter_knife.n.01,coldSource,0,0,FALSE,,,,,, +butter_knife.n.01,sliceable,0,0,FALSE,,,,,, +butter_knife.n.01,slicer,1,1,FALSE,,,,,, +butter_knife.n.01,soakable,0,0,FALSE,,,,,, +canola_oil.n.01,liquid,1,1,FALSE,,,,,, +canola_oil.n.01,heatSource,0,0,FALSE,,,,,, +canola_oil.n.01,fireSource,1,1,FALSE,,,,,, +canola_oil.n.01,cookable,0,1,FALSE,,,,,, +canola_oil.n.01,coldSource,1,0,FALSE,,,,,, +canola_oil.n.01,sliceable,0,0,FALSE,,,,,, +canola_oil.n.01,slicer,0,0,FALSE,,,,,, +canola_oil.n.01,soakable,0,0,FALSE,,,,,, +casserole.n.01,liquid,0,0,FALSE,,,,,, +casserole.n.01,heatSource,0,0,FALSE,,,,,, +casserole.n.01,fireSource,1,0,FALSE,,,,,, +casserole.n.01,cookable,0,1,FALSE,,,,,, +casserole.n.01,coldSource,0,0,FALSE,,,,,, +casserole.n.01,sliceable,0,1,FALSE,,,,,, +casserole.n.01,slicer,1,0,FALSE,,,,,, +casserole.n.01,soakable,0,0,FALSE,,,,,, +cement.n.01,liquid,0,0,FALSE,,,,,, +cement.n.01,heatSource,0,0,FALSE,,,,,, +cement.n.01,fireSource,0,0,FALSE,,,,,, +cement.n.01,cookable,0,0,FALSE,,,,,, +cement.n.01,coldSource,0,0,FALSE,,,,,, +cement.n.01,sliceable,0,0,FALSE,,,,,, +cement.n.01,slicer,0,0,FALSE,,,,,, +cement.n.01,soakable,0,0,FALSE,,,,,, +champagne.n.01,liquid,1,1,FALSE,,,,,, +champagne.n.01,heatSource,0,0,FALSE,,,,,, +champagne.n.01,fireSource,0,0,FALSE,,,,,, +champagne.n.01,cookable,0,0,FALSE,,,,,, +champagne.n.01,coldSource,1,0,FALSE,,,,,, +champagne.n.01,sliceable,0,0,FALSE,,,,,, +champagne.n.01,slicer,0,0,FALSE,,,,,, +champagne.n.01,soakable,0,0,FALSE,,,,,, +cheesecloth.n.01,liquid,0,0,FALSE,,,,,, +cheesecloth.n.01,heatSource,0,0,FALSE,,,,,, +cheesecloth.n.01,fireSource,0,0,FALSE,,,,,, +cheesecloth.n.01,cookable,0,0,FALSE,,,,,, +cheesecloth.n.01,coldSource,0,0,FALSE,,,,,, +cheesecloth.n.01,sliceable,0,0,FALSE,,,,,, +cheesecloth.n.01,slicer,1,0,FALSE,,,,,, +cheesecloth.n.01,soakable,1,1,FALSE,,,,,, +chicken_broth.n.01,liquid,1,1,FALSE,,,,,, +chicken_broth.n.01,heatSource,0,0,FALSE,,,,,, +chicken_broth.n.01,fireSource,1,0,FALSE,,,,,, +chicken_broth.n.01,cookable,0,1,FALSE,,,,,, +chicken_broth.n.01,coldSource,0,0,FALSE,,,,,, +chicken_broth.n.01,sliceable,0,0,FALSE,,,,,, +chicken_broth.n.01,slicer,0,0,FALSE,,,,,, +chicken_broth.n.01,soakable,0,0,FALSE,,,,,, +chocolate_sauce.n.01,liquid,0,1,FALSE,,,,,, +chocolate_sauce.n.01,heatSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,fireSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,cookable,0,1,FALSE,,,,,, +chocolate_sauce.n.01,coldSource,0,0,FALSE,,,,,, +chocolate_sauce.n.01,sliceable,0,0,FALSE,,,,,, +chocolate_sauce.n.01,slicer,0,0,FALSE,,,,,, +chocolate_sauce.n.01,soakable,0,0,FALSE,,,,,, +clam.n.01,liquid,0,0,FALSE,,,,,, +clam.n.01,heatSource,0,0,FALSE,,,,,, +clam.n.01,fireSource,1,0,FALSE,,,,,, +clam.n.01,cookable,0,1,FALSE,,,,,, +clam.n.01,coldSource,0,0,FALSE,,,,,, +clam.n.01,sliceable,0,1,FALSE,,,,,, +clam.n.01,slicer,1,0,FALSE,,,,,, +clam.n.01,soakable,0,0,FALSE,,,,,, +clothespin.n.01,liquid,0,0,FALSE,,,,,, +clothespin.n.01,heatSource,0,0,FALSE,,,,,, +clothespin.n.01,fireSource,0,0,FALSE,,,,,, +clothespin.n.01,cookable,0,0,FALSE,,,,,, +clothespin.n.01,coldSource,0,0,FALSE,,,,,, +clothespin.n.01,sliceable,0,0,FALSE,,,,,, +clothespin.n.01,slicer,1,0,FALSE,,,,,, +clothespin.n.01,soakable,1,0,FALSE,,,,,, +coconut.n.02,liquid,0,0,FALSE,,,,,, +coconut.n.02,heatSource,0,0,FALSE,,,,,, +coconut.n.02,fireSource,1,0,FALSE,,,,,, +coconut.n.02,cookable,0,1,FALSE,,,,,, +coconut.n.02,coldSource,0,0,FALSE,,,,,, +coconut.n.02,sliceable,0,1,FALSE,,,,,, +coconut.n.02,slicer,0,0,FALSE,,,,,, +coconut.n.02,soakable,0,0,FALSE,,,,,, +cornmeal.n.01,liquid,0,0,FALSE,,,,,, +cornmeal.n.01,heatSource,0,0,FALSE,,,,,, +cornmeal.n.01,fireSource,1,0,FALSE,,,,,, +cornmeal.n.01,cookable,0,1,FALSE,,,,,, +cornmeal.n.01,coldSource,0,0,FALSE,,,,,, +cornmeal.n.01,sliceable,0,1,FALSE,,,,,, +cornmeal.n.01,slicer,0,0,FALSE,,,,,, +cornmeal.n.01,soakable,0,0,FALSE,,,,,, +cosmetic.n.01,liquid,0,0,FALSE,,,,,, +cosmetic.n.01,heatSource,0,0,FALSE,,,,,, +cosmetic.n.01,fireSource,0,0,FALSE,,,,,, +cosmetic.n.01,cookable,0,0,FALSE,,,,,, +cosmetic.n.01,coldSource,1,0,FALSE,,,,,, +cosmetic.n.01,sliceable,0,0,FALSE,,,,,, +cosmetic.n.01,slicer,0,0,FALSE,,,,,, +cosmetic.n.01,soakable,0,0,FALSE,,,,,, +espresso.n.01,liquid,1,1,FALSE,,,,,, +espresso.n.01,heatSource,0,0,FALSE,,,,,, +espresso.n.01,fireSource,0,0,FALSE,,,,,, +espresso.n.01,cookable,0,1,FALSE,,,,,, +espresso.n.01,coldSource,0,0,FALSE,,,,,, +espresso.n.01,sliceable,0,0,FALSE,,,,,, +espresso.n.01,slicer,0,0,FALSE,,,,,, +espresso.n.01,soakable,0,0,FALSE,,,,,, +feather.n.01,liquid,0,0,FALSE,,,,,, +feather.n.01,heatSource,0,0,FALSE,,,,,, +feather.n.01,fireSource,0,0,FALSE,,,,,, +feather.n.01,cookable,0,0,FALSE,,,,,, +feather.n.01,coldSource,0,0,FALSE,,,,,, +feather.n.01,sliceable,0,0,FALSE,,,,,, +feather.n.01,slicer,0,0,FALSE,,,,,, +feather.n.01,soakable,0,0,FALSE,,,,,, +flashlight.n.01,liquid,0,0,FALSE,,,,,, +flashlight.n.01,heatSource,0,0,FALSE,,,,,, +flashlight.n.01,fireSource,0,0,FALSE,,,,,, +flashlight.n.01,cookable,0,0,FALSE,,,,,, +flashlight.n.01,coldSource,0,0,FALSE,,,,,, +flashlight.n.01,sliceable,0,0,FALSE,,,,,, +flashlight.n.01,slicer,1,0,FALSE,,,,,, +flashlight.n.01,soakable,1,0,FALSE,,,,,, +fuel.n.01,liquid,1,1,FALSE,,,,,, +fuel.n.01,heatSource,1,0,FALSE,,,,,, +fuel.n.01,fireSource,1,1,FALSE,,,,,, +fuel.n.01,cookable,0,0,FALSE,,,,,, +fuel.n.01,coldSource,0,0,FALSE,,,,,, +fuel.n.01,sliceable,0,0,FALSE,,,,,, +fuel.n.01,slicer,1,0,FALSE,,,,,, +fuel.n.01,soakable,0,0,FALSE,,,,,, +lamb.n.01,liquid,0,0,FALSE,,,,,, +lamb.n.01,heatSource,0,0,FALSE,,,,,, +lamb.n.01,fireSource,1,0,FALSE,,,,,, +lamb.n.01,cookable,0,1,FALSE,,,,,, +lamb.n.01,coldSource,0,0,FALSE,,,,,, +lamb.n.01,sliceable,0,1,FALSE,,,,,, +lamb.n.01,slicer,0,0,FALSE,,,,,, +lamb.n.01,soakable,0,0,FALSE,,,,,, +lubricant.n.01,liquid,1,1,FALSE,,,,,, +lubricant.n.01,heatSource,0,0,FALSE,,,,,, +lubricant.n.01,fireSource,0,0,FALSE,,,,,, +lubricant.n.01,cookable,0,0,FALSE,,,,,, +lubricant.n.01,coldSource,1,0,FALSE,,,,,, +lubricant.n.01,sliceable,0,0,FALSE,,,,,, +lubricant.n.01,slicer,0,0,FALSE,,,,,, +lubricant.n.01,soakable,0,0,FALSE,,,,,, +mango.n.01,liquid,0,0,FALSE,,,,,, +mango.n.01,heatSource,0,0,FALSE,,,,,, +mango.n.01,fireSource,0,0,FALSE,,,,,, +mango.n.01,cookable,0,1,FALSE,,,,,, +mango.n.01,coldSource,0,0,FALSE,,,,,, +mango.n.01,sliceable,0,1,FALSE,,,,,, +mango.n.01,slicer,0,0,FALSE,,,,,, +mango.n.01,soakable,0,0,FALSE,,,,,, +mussel.n.01,liquid,0,0,FALSE,,,,,, +mussel.n.01,heatSource,0,0,FALSE,,,,,, +mussel.n.01,fireSource,1,0,FALSE,,,,,, +mussel.n.01,cookable,0,1,FALSE,,,,,, +mussel.n.01,coldSource,0,0,FALSE,,,,,, +mussel.n.01,sliceable,0,1,FALSE,,,,,, +mussel.n.01,slicer,0,0,FALSE,,,,,, +mussel.n.01,soakable,0,0,FALSE,,,,,, +parmesan.n.01,liquid,0,0,FALSE,,,,,, +parmesan.n.01,heatSource,0,0,FALSE,,,,,, +parmesan.n.01,fireSource,0,0,FALSE,,,,,, +parmesan.n.01,cookable,0,1,FALSE,,,,,, +parmesan.n.01,coldSource,0,0,FALSE,,,,,, +parmesan.n.01,sliceable,0,1,FALSE,,,,,, +parmesan.n.01,slicer,1,0,FALSE,,,,,, +parmesan.n.01,soakable,0,0,FALSE,,,,,, +parsnip.n.01,liquid,0,0,FALSE,,,,,, +parsnip.n.01,heatSource,0,0,FALSE,,,,,, +parsnip.n.01,fireSource,1,0,FALSE,,,,,, +parsnip.n.01,cookable,0,1,FALSE,,,,,, +parsnip.n.01,coldSource,0,0,FALSE,,,,,, +parsnip.n.01,sliceable,0,1,FALSE,,,,,, +parsnip.n.01,slicer,1,0,FALSE,,,,,, +parsnip.n.01,soakable,0,0,FALSE,,,,,, +peanut.n.01,liquid,0,0,FALSE,,,,,, +peanut.n.01,heatSource,0,0,FALSE,,,,,, +peanut.n.01,fireSource,0,0,FALSE,,,,,, +peanut.n.01,cookable,0,1,FALSE,,,,,, +peanut.n.01,coldSource,0,0,FALSE,,,,,, +peanut.n.01,sliceable,0,0,FALSE,,,,,, +peanut.n.01,slicer,0,0,FALSE,,,,,, +peanut.n.01,soakable,0,0,FALSE,,,,,, +pepper.n.03,liquid,0,0,FALSE,,,,,, +pepper.n.03,heatSource,0,0,FALSE,,,,,, +pepper.n.03,fireSource,1,0,FALSE,,,,,, +pepper.n.03,cookable,0,1,FALSE,,,,,, +pepper.n.03,coldSource,0,0,FALSE,,,,,, +pepper.n.03,sliceable,0,1,FALSE,,,,,, +pepper.n.03,slicer,0,0,FALSE,,,,,, +pepper.n.03,soakable,0,0,FALSE,,,,,, +pineapple.n.01,liquid,0,0,FALSE,,,,,, +pineapple.n.01,heatSource,0,0,FALSE,,,,,, +pineapple.n.01,fireSource,0,0,FALSE,,,,,, +pineapple.n.01,cookable,0,1,FALSE,,,,,, +pineapple.n.01,coldSource,0,0,FALSE,,,,,, +pineapple.n.01,sliceable,0,1,FALSE,,,,,, +pineapple.n.01,slicer,0,0,FALSE,,,,,, +pineapple.n.01,soakable,0,0,FALSE,,,,,, +pot.n.04,liquid,0,0,FALSE,,,,,, +pot.n.04,heatSource,0,0,FALSE,,,,,, +pot.n.04,fireSource,0,0,FALSE,,,,,, +pot.n.04,cookable,0,0,FALSE,,,,,, +pot.n.04,coldSource,1,0,FALSE,,,,,, +pot.n.04,sliceable,0,0,FALSE,,,,,, +pot.n.04,slicer,1,0,FALSE,,,,,, +pot.n.04,soakable,0,0,FALSE,,,,,, +plum.n.01,liquid,0,0,FALSE,,,,,, +plum.n.01,heatSource,0,0,FALSE,,,,,, +plum.n.01,fireSource,1,0,FALSE,,,,,, +plum.n.01,cookable,0,1,FALSE,,,,,, +plum.n.01,coldSource,0,0,FALSE,,,,,, +plum.n.01,sliceable,0,1,FALSE,,,,,, +plum.n.01,slicer,1,0,FALSE,,,,,, +plum.n.01,soakable,0,0,FALSE,,,,,, +popcorn.n.01,liquid,0,0,FALSE,,,,,, +popcorn.n.01,heatSource,1,0,FALSE,,,,,, +popcorn.n.01,fireSource,1,0,FALSE,,,,,, +popcorn.n.01,cookable,0,1,FALSE,,,,,, +popcorn.n.01,coldSource,0,0,FALSE,,,,,, +popcorn.n.01,sliceable,0,0,FALSE,,,,,, +popcorn.n.01,slicer,1,0,FALSE,,,,,, +popcorn.n.01,soakable,0,1,FALSE,,,,,, +powdered_sugar.n.01,liquid,0,0,FALSE,,,,,, +powdered_sugar.n.01,heatSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,fireSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,cookable,0,1,FALSE,,,,,, +powdered_sugar.n.01,coldSource,0,0,FALSE,,,,,, +powdered_sugar.n.01,sliceable,0,0,FALSE,,,,,, +powdered_sugar.n.01,slicer,0,0,FALSE,,,,,, +powdered_sugar.n.01,soakable,0,0,FALSE,,,,,, +pressure_cooker.n.01,liquid,0,0,FALSE,,,,,, +pressure_cooker.n.01,heatSource,1,1,TRUE,121,"https://www.exploratorium.edu/food/pressure-cooking#:~:text=When%20you%20cook%20in%20a,C%20(250%C2%B0F).",,1,1,1 +pressure_cooker.n.01,fireSource,1,0,FALSE,,,,,, +pressure_cooker.n.01,cookable,0,0,FALSE,,,,,, +pressure_cooker.n.01,coldSource,1,0,FALSE,,,,,, +pressure_cooker.n.01,sliceable,0,0,FALSE,,,,,, +pressure_cooker.n.01,slicer,1,0,FALSE,,,,,, +pressure_cooker.n.01,soakable,0,0,FALSE,,,,,, +beef_roast.n.01,liquid,0,0,FALSE,,,,,, +beef_roast.n.01,heatSource,0,0,FALSE,,,,,, +beef_roast.n.01,fireSource,1,0,FALSE,,,,,, +beef_roast.n.01,cookable,0,1,FALSE,,,,,, +beef_roast.n.01,coldSource,0,0,FALSE,,,,,, +beef_roast.n.01,sliceable,0,1,FALSE,,,,,, +beef_roast.n.01,slicer,0,0,FALSE,,,,,, +beef_roast.n.01,soakable,0,0,FALSE,,,,,, +rose.n.01,liquid,0,0,FALSE,,,,,, +rose.n.01,heatSource,0,0,FALSE,,,,,, +rose.n.01,fireSource,0,0,FALSE,,,,,, +rose.n.01,cookable,0,0,FALSE,,,,,, +rose.n.01,coldSource,0,0,FALSE,,,,,, +rose.n.01,sliceable,0,0,FALSE,,,,,, +rose.n.01,slicer,0,0,FALSE,,,,,, +rose.n.01,soakable,0,0,FALSE,,,,,, +rubber_band.n.01,liquid,0,0,FALSE,,,,,, +rubber_band.n.01,heatSource,0,0,FALSE,,,,,, +rubber_band.n.01,fireSource,0,0,FALSE,,,,,, +rubber_band.n.01,cookable,0,0,FALSE,,,,,, +rubber_band.n.01,coldSource,0,0,FALSE,,,,,, +rubber_band.n.01,sliceable,0,0,FALSE,,,,,, +rubber_band.n.01,slicer,1,0,FALSE,,,,,, +rubber_band.n.01,soakable,1,0,FALSE,,,,,, +stamp.n.03,liquid,0,0,FALSE,,,,,, +stamp.n.03,heatSource,0,0,FALSE,,,,,, +stamp.n.03,fireSource,0,0,FALSE,,,,,, +stamp.n.03,cookable,0,0,FALSE,,,,,, +stamp.n.03,coldSource,0,0,FALSE,,,,,, +stamp.n.03,sliceable,0,1,FALSE,,,,,, +stamp.n.03,slicer,1,0,FALSE,,,,,, +stamp.n.03,soakable,0,1,FALSE,,,,,, +suit.n.01,liquid,0,0,FALSE,,,,,, +suit.n.01,heatSource,0,0,FALSE,,,,,, +suit.n.01,fireSource,0,0,FALSE,,,,,, +suit.n.01,cookable,0,0,FALSE,,,,,, +suit.n.01,coldSource,0,0,FALSE,,,,,, +suit.n.01,sliceable,0,0,FALSE,,,,,, +suit.n.01,slicer,0,0,FALSE,,,,,, +suit.n.01,soakable,0,1,FALSE,,,,,, +tank_top.n.01,liquid,0,0,FALSE,,,,,, +tank_top.n.01,heatSource,0,0,FALSE,,,,,, +tank_top.n.01,fireSource,0,0,FALSE,,,,,, +tank_top.n.01,cookable,0,0,FALSE,,,,,, +tank_top.n.01,coldSource,0,0,FALSE,,,,,, +tank_top.n.01,sliceable,0,0,FALSE,,,,,, +tank_top.n.01,slicer,1,0,FALSE,,,,,, +tank_top.n.01,soakable,0,1,FALSE,,,,,, +tomato_paste.n.01,liquid,0,1,FALSE,,,,,, +tomato_paste.n.01,heatSource,0,0,FALSE,,,,,, +tomato_paste.n.01,fireSource,1,0,FALSE,,,,,, +tomato_paste.n.01,cookable,0,1,FALSE,,,,,, +tomato_paste.n.01,coldSource,0,0,FALSE,,,,,, +tomato_paste.n.01,sliceable,0,0,FALSE,,,,,, +tomato_paste.n.01,slicer,1,0,FALSE,,,,,, +tomato_paste.n.01,soakable,0,0,FALSE,,,,,, +carryall.n.01,liquid,0,0,FALSE,,,,,, +carryall.n.01,heatSource,0,0,FALSE,,,,,, +carryall.n.01,fireSource,0,0,FALSE,,,,,, +carryall.n.01,cookable,0,0,FALSE,,,,,, +carryall.n.01,coldSource,0,0,FALSE,,,,,, +carryall.n.01,sliceable,0,0,FALSE,,,,,, +carryall.n.01,slicer,0,0,FALSE,,,,,, +carryall.n.01,soakable,0,0,FALSE,,,,,, +valve.n.01,liquid,0,0,FALSE,,,,,, +valve.n.01,heatSource,0,0,FALSE,,,,,, +valve.n.01,fireSource,0,0,FALSE,,,,,, +valve.n.01,cookable,0,0,FALSE,,,,,, +valve.n.01,coldSource,0,0,FALSE,,,,,, +valve.n.01,sliceable,0,0,FALSE,,,,,, +valve.n.01,slicer,1,0,FALSE,,,,,, +valve.n.01,soakable,0,0,FALSE,,,,,, +whiskey.n.01,liquid,1,1,FALSE,,,,,, +whiskey.n.01,heatSource,0,0,FALSE,,,,,, +whiskey.n.01,fireSource,0,0,FALSE,,,,,, +whiskey.n.01,cookable,0,0,FALSE,,,,,, +whiskey.n.01,coldSource,1,0,FALSE,,,,,, +whiskey.n.01,sliceable,0,0,FALSE,,,,,, +whiskey.n.01,slicer,1,0,FALSE,,,,,, +whiskey.n.01,soakable,0,0,FALSE,,,,,, +wrinkle.n.01,liquid,0,0,FALSE,,,,,, +wrinkle.n.01,heatSource,0,0,FALSE,,,,,, +wrinkle.n.01,fireSource,0,0,FALSE,,,,,, +wrinkle.n.01,cookable,0,0,FALSE,,,,,, +wrinkle.n.01,coldSource,0,0,FALSE,,,,,, +wrinkle.n.01,sliceable,0,0,FALSE,,,,,, +wrinkle.n.01,slicer,0,0,FALSE,,,,,, +wrinkle.n.01,soakable,0,0,FALSE,,,,,, +block.n.01,liquid,0,0,FALSE,,,,,, +block.n.01,heatSource,0,0,FALSE,,,,,, +block.n.01,fireSource,0,0,FALSE,,,,,, +block.n.01,cookable,0,0,FALSE,,,,,, +block.n.01,coldSource,0,0,FALSE,,,,,, +block.n.01,sliceable,0,0,FALSE,,,,,, +block.n.01,slicer,0,0,FALSE,,,,,, +block.n.01,soakable,0,0,FALSE,,,,,, +brassiere.n.01,liquid,0,0,FALSE,,,,,, +brassiere.n.01,heatSource,0,0,FALSE,,,,,, +brassiere.n.01,fireSource,0,0,FALSE,,,,,, +brassiere.n.01,cookable,0,0,FALSE,,,,,, +brassiere.n.01,coldSource,0,0,FALSE,,,,,, +brassiere.n.01,sliceable,0,0,FALSE,,,,,, +brassiere.n.01,slicer,0,0,FALSE,,,,,, +brassiere.n.01,soakable,0,1,FALSE,,,,,, +brownie.n.03,liquid,0,0,FALSE,,,,,, +brownie.n.03,heatSource,0,0,FALSE,,,,,, +brownie.n.03,fireSource,0,0,FALSE,,,,,, +brownie.n.03,cookable,0,1,FALSE,,,,,, +brownie.n.03,coldSource,0,0,FALSE,,,,,, +brownie.n.03,sliceable,0,1,FALSE,,,,,, +brownie.n.03,slicer,1,0,FALSE,,,,,, +brownie.n.03,soakable,0,0,FALSE,,,,,, +camera.n.01,liquid,0,0,FALSE,,,,,, +camera.n.01,heatSource,0,0,FALSE,,,,,, +camera.n.01,fireSource,0,0,FALSE,,,,,, +camera.n.01,cookable,0,0,FALSE,,,,,, +camera.n.01,coldSource,0,0,FALSE,,,,,, +camera.n.01,sliceable,0,0,FALSE,,,,,, +camera.n.01,slicer,1,0,FALSE,,,,,, +camera.n.01,soakable,0,0,FALSE,,,,,, +cranberry.n.01,liquid,0,0,FALSE,,,,,, +cranberry.n.01,heatSource,0,0,FALSE,,,,,, +cranberry.n.01,fireSource,0,0,FALSE,,,,,, +cranberry.n.01,cookable,0,1,FALSE,,,,,, +cranberry.n.01,coldSource,0,0,FALSE,,,,,, +cranberry.n.01,sliceable,0,1,FALSE,,,,,, +cranberry.n.01,slicer,0,0,FALSE,,,,,, +cranberry.n.01,soakable,0,0,FALSE,,,,,, +crystal.n.01,liquid,0,0,FALSE,,,,,, +crystal.n.01,heatSource,0,0,FALSE,,,,,, +crystal.n.01,fireSource,0,0,FALSE,,,,,, +crystal.n.01,cookable,0,0,FALSE,,,,,, +crystal.n.01,coldSource,0,0,FALSE,,,,,, +crystal.n.01,sliceable,0,0,FALSE,,,,,, +crystal.n.01,slicer,0,0,FALSE,,,,,, +crystal.n.01,soakable,0,0,FALSE,,,,,, +fence.n.01,liquid,0,0,FALSE,,,,,, +fence.n.01,heatSource,0,0,FALSE,,,,,, +fence.n.01,fireSource,0,0,FALSE,,,,,, +fence.n.01,cookable,0,0,FALSE,,,,,, +fence.n.01,coldSource,0,0,FALSE,,,,,, +fence.n.01,sliceable,0,0,FALSE,,,,,, +fence.n.01,slicer,1,0,FALSE,,,,,, +fence.n.01,soakable,0,0,FALSE,,,,,, +funnel.n.01,liquid,1,0,FALSE,,,,,, +funnel.n.01,heatSource,0,0,FALSE,,,,,, +funnel.n.01,fireSource,0,0,FALSE,,,,,, +funnel.n.01,cookable,0,0,FALSE,,,,,, +funnel.n.01,coldSource,1,0,FALSE,,,,,, +funnel.n.01,sliceable,0,0,FALSE,,,,,, +funnel.n.01,slicer,1,0,FALSE,,,,,, +funnel.n.01,soakable,0,0,FALSE,,,,,, +grate.n.01,liquid,0,0,FALSE,,,,,, +grate.n.01,heatSource,1,0,FALSE,,,,,, +grate.n.01,fireSource,1,0,FALSE,,,,,, +grate.n.01,cookable,0,0,FALSE,,,,,, +grate.n.01,coldSource,0,0,FALSE,,,,,, +grate.n.01,sliceable,0,0,FALSE,,,,,, +grate.n.01,slicer,1,0,FALSE,,,,,, +grate.n.01,soakable,0,0,FALSE,,,,,, +ground_beef.n.01,liquid,0,0,FALSE,,,,,, +ground_beef.n.01,heatSource,0,0,FALSE,,,,,, +ground_beef.n.01,fireSource,1,0,FALSE,,,,,, +ground_beef.n.01,cookable,0,1,FALSE,,,,,, +ground_beef.n.01,coldSource,0,0,FALSE,,,,,, +ground_beef.n.01,sliceable,0,1,FALSE,,,,,, +ground_beef.n.01,slicer,1,0,FALSE,,,,,, +ground_beef.n.01,soakable,0,0,FALSE,,,,,, +lingerie.n.01,liquid,0,0,FALSE,,,,,, +lingerie.n.01,heatSource,0,0,FALSE,,,,,, +lingerie.n.01,fireSource,0,0,FALSE,,,,,, +lingerie.n.01,cookable,0,0,FALSE,,,,,, +lingerie.n.01,coldSource,1,0,FALSE,,,,,, +lingerie.n.01,sliceable,0,0,FALSE,,,,,, +lingerie.n.01,slicer,1,0,FALSE,,,,,, +lingerie.n.01,soakable,1,1,FALSE,,,,,, +lunch.n.01,liquid,0,0,FALSE,,,,,, +lunch.n.01,heatSource,0,0,FALSE,,,,,, +lunch.n.01,fireSource,1,0,FALSE,,,,,, +lunch.n.01,cookable,0,1,FALSE,,,,,, +lunch.n.01,coldSource,0,0,FALSE,,,,,, +lunch.n.01,sliceable,1,0,FALSE,,,,,, +lunch.n.01,slicer,1,0,FALSE,,,,,, +lunch.n.01,soakable,0,0,FALSE,,,,,, +measuring_cup.n.01,liquid,1,0,FALSE,,,,,, +measuring_cup.n.01,heatSource,0,0,FALSE,,,,,, +measuring_cup.n.01,fireSource,0,0,FALSE,,,,,, +measuring_cup.n.01,cookable,0,0,FALSE,,,,,, +measuring_cup.n.01,coldSource,1,0,FALSE,,,,,, +measuring_cup.n.01,sliceable,0,0,FALSE,,,,,, +measuring_cup.n.01,slicer,1,0,FALSE,,,,,, +measuring_cup.n.01,soakable,0,0,FALSE,,,,,, +place_mat.n.01,liquid,0,0,FALSE,,,,,, +place_mat.n.01,heatSource,0,0,FALSE,,,,,, +place_mat.n.01,fireSource,0,0,FALSE,,,,,, +place_mat.n.01,cookable,0,0,FALSE,,,,,, +place_mat.n.01,coldSource,0,0,FALSE,,,,,, +place_mat.n.01,sliceable,0,0,FALSE,,,,,, +place_mat.n.01,slicer,0,0,FALSE,,,,,, +place_mat.n.01,soakable,1,1,FALSE,,,,,, +printer.n.02,liquid,0,0,FALSE,,,,,, +printer.n.02,heatSource,0,0,FALSE,,,,,, +printer.n.02,fireSource,0,0,FALSE,,,,,, +printer.n.02,cookable,0,0,FALSE,,,,,, +printer.n.02,coldSource,0,0,FALSE,,,,,, +printer.n.02,sliceable,0,0,FALSE,,,,,, +printer.n.02,slicer,1,0,FALSE,,,,,, +printer.n.02,soakable,0,0,FALSE,,,,,, +putty_knife.n.01,liquid,0,0,FALSE,,,,,, +putty_knife.n.01,heatSource,0,0,FALSE,,,,,, +putty_knife.n.01,fireSource,0,0,FALSE,,,,,, +putty_knife.n.01,cookable,0,0,FALSE,,,,,, +putty_knife.n.01,coldSource,0,0,FALSE,,,,,, +putty_knife.n.01,sliceable,0,0,FALSE,,,,,, +putty_knife.n.01,slicer,0,1,FALSE,,,,,, +putty_knife.n.01,soakable,0,0,FALSE,,,,,, +reception.n.04,liquid,0,0,FALSE,,,,,, +reception.n.04,heatSource,0,0,FALSE,,,,,, +reception.n.04,fireSource,0,0,FALSE,,,,,, +reception.n.04,cookable,0,0,FALSE,,,,,, +reception.n.04,coldSource,0,0,FALSE,,,,,, +reception.n.04,sliceable,0,0,FALSE,,,,,, +reception.n.04,slicer,0,0,FALSE,,,,,, +reception.n.04,soakable,0,0,FALSE,,,,,, +rule.n.12,liquid,0,0,FALSE,,,,,, +rule.n.12,heatSource,0,0,FALSE,,,,,, +rule.n.12,fireSource,0,0,FALSE,,,,,, +rule.n.12,cookable,0,0,FALSE,,,,,, +rule.n.12,coldSource,0,0,FALSE,,,,,, +rule.n.12,sliceable,0,0,FALSE,,,,,, +rule.n.12,slicer,1,0,FALSE,,,,,, +rule.n.12,soakable,0,0,FALSE,,,,,, +rum.n.01,liquid,1,1,FALSE,,,,,, +rum.n.01,heatSource,0,0,FALSE,,,,,, +rum.n.01,fireSource,0,0,FALSE,,,,,, +rum.n.01,cookable,0,0,FALSE,,,,,, +rum.n.01,coldSource,0,0,FALSE,,,,,, +rum.n.01,sliceable,0,0,FALSE,,,,,, +rum.n.01,slicer,0,0,FALSE,,,,,, +rum.n.01,soakable,0,0,FALSE,,,,,, +salmon.n.01,liquid,0,0,FALSE,,,,,, +salmon.n.01,heatSource,0,0,FALSE,,,,,, +salmon.n.01,fireSource,1,0,FALSE,,,,,, +salmon.n.01,cookable,0,1,FALSE,,,,,, +salmon.n.01,coldSource,0,0,FALSE,,,,,, +salmon.n.01,sliceable,0,1,FALSE,,,,,, +salmon.n.01,slicer,0,0,FALSE,,,,,, +salmon.n.01,soakable,0,0,FALSE,,,,,, +scoop.n.02,liquid,0,0,FALSE,,,,,, +scoop.n.02,heatSource,0,0,FALSE,,,,,, +scoop.n.02,fireSource,0,0,FALSE,,,,,, +scoop.n.02,cookable,0,0,FALSE,,,,,, +scoop.n.02,coldSource,0,0,FALSE,,,,,, +scoop.n.02,sliceable,0,0,FALSE,,,,,, +scoop.n.02,slicer,1,0,FALSE,,,,,, +scoop.n.02,soakable,0,0,FALSE,,,,,, +skirt.n.01,liquid,0,0,FALSE,,,,,, +skirt.n.01,heatSource,0,0,FALSE,,,,,, +skirt.n.01,fireSource,0,0,FALSE,,,,,, +skirt.n.01,cookable,0,0,FALSE,,,,,, +skirt.n.01,coldSource,0,0,FALSE,,,,,, +skirt.n.01,sliceable,0,0,FALSE,,,,,, +skirt.n.01,slicer,0,0,FALSE,,,,,, +skirt.n.01,soakable,1,1,FALSE,,,,,, +smoothie.n.02,liquid,1,1,FALSE,,,,,, +smoothie.n.02,heatSource,0,0,FALSE,,,,,, +smoothie.n.02,fireSource,0,0,FALSE,,,,,, +smoothie.n.02,cookable,1,0,FALSE,,,,,, +smoothie.n.02,coldSource,1,1,FALSE,,,,,, +smoothie.n.02,sliceable,0,0,FALSE,,,,,, +smoothie.n.02,slicer,0,0,FALSE,,,,,, +smoothie.n.02,soakable,0,0,FALSE,,,,,, +sprinkler.n.01,liquid,0,0,FALSE,,,,,, +sprinkler.n.01,heatSource,0,0,FALSE,,,,,, +sprinkler.n.01,fireSource,0,0,FALSE,,,,,, +sprinkler.n.01,cookable,0,0,FALSE,,,,,, +sprinkler.n.01,coldSource,0,0,FALSE,,,,,, +sprinkler.n.01,sliceable,0,0,FALSE,,,,,, +sprinkler.n.01,slicer,1,1,FALSE,,,,,, +sprinkler.n.01,soakable,0,0,FALSE,,,,,, +suede.n.01,liquid,0,0,FALSE,,,,,, +suede.n.01,heatSource,0,0,FALSE,,,,,, +suede.n.01,fireSource,0,0,FALSE,,,,,, +suede.n.01,cookable,0,0,FALSE,,,,,, +suede.n.01,coldSource,0,0,FALSE,,,,,, +suede.n.01,sliceable,0,0,FALSE,,,,,, +suede.n.01,slicer,0,0,FALSE,,,,,, +suede.n.01,soakable,0,1,FALSE,,,,,, +sunglasses.n.01,liquid,0,0,FALSE,,,,,, +sunglasses.n.01,heatSource,0,0,FALSE,,,,,, +sunglasses.n.01,fireSource,0,0,FALSE,,,,,, +sunglasses.n.01,cookable,0,0,FALSE,,,,,, +sunglasses.n.01,coldSource,0,0,FALSE,,,,,, +sunglasses.n.01,sliceable,0,0,FALSE,,,,,, +sunglasses.n.01,slicer,1,0,FALSE,,,,,, +sunglasses.n.01,soakable,1,0,FALSE,,,,,, +tights.n.01,liquid,0,0,FALSE,,,,,, +tights.n.01,heatSource,0,0,FALSE,,,,,, +tights.n.01,fireSource,0,0,FALSE,,,,,, +tights.n.01,cookable,0,0,FALSE,,,,,, +tights.n.01,coldSource,1,0,FALSE,,,,,, +tights.n.01,sliceable,0,0,FALSE,,,,,, +tights.n.01,slicer,0,0,FALSE,,,,,, +tights.n.01,soakable,1,1,FALSE,,,,,, +string.n.01,liquid,0,0,FALSE,,,,,, +string.n.01,heatSource,0,0,FALSE,,,,,, +string.n.01,fireSource,0,0,FALSE,,,,,, +string.n.01,cookable,0,0,FALSE,,,,,, +string.n.01,coldSource,0,0,FALSE,,,,,, +string.n.01,sliceable,0,1,FALSE,,,,,, +string.n.01,slicer,1,0,FALSE,,,,,, +string.n.01,soakable,0,0,FALSE,,,,,, +velcro.n.01,liquid,0,0,FALSE,,,,,, +velcro.n.01,heatSource,0,0,FALSE,,,,,, +velcro.n.01,fireSource,0,0,FALSE,,,,,, +velcro.n.01,cookable,0,0,FALSE,,,,,, +velcro.n.01,coldSource,0,0,FALSE,,,,,, +velcro.n.01,sliceable,0,0,FALSE,,,,,, +velcro.n.01,slicer,1,0,FALSE,,,,,, +velcro.n.01,soakable,0,0,FALSE,,,,,, +vitamin_pill.n.01,liquid,0,0,FALSE,,,,,, +vitamin_pill.n.01,heatSource,0,0,FALSE,,,,,, +vitamin_pill.n.01,fireSource,0,0,FALSE,,,,,, +vitamin_pill.n.01,cookable,0,0,FALSE,,,,,, +vitamin_pill.n.01,coldSource,1,0,FALSE,,,,,, +vitamin_pill.n.01,sliceable,0,0,FALSE,,,,,, +vitamin_pill.n.01,slicer,0,0,FALSE,,,,,, +vitamin_pill.n.01,soakable,0,0,FALSE,,,,,, +vodka.n.01,liquid,1,1,FALSE,,,,,, +vodka.n.01,heatSource,0,0,FALSE,,,,,, +vodka.n.01,fireSource,0,0,FALSE,,,,,, +vodka.n.01,cookable,0,0,FALSE,,,,,, +vodka.n.01,coldSource,0,0,FALSE,,,,,, +vodka.n.01,sliceable,0,0,FALSE,,,,,, +vodka.n.01,slicer,1,0,FALSE,,,,,, +vodka.n.01,soakable,0,0,FALSE,,,,,, +yeast.n.01,liquid,0,0,FALSE,,,,,, +yeast.n.01,heatSource,0,0,FALSE,,,,,, +yeast.n.01,fireSource,0,0,FALSE,,,,,, +yeast.n.01,cookable,0,0,FALSE,,,,,, +yeast.n.01,coldSource,0,0,FALSE,,,,,, +yeast.n.01,sliceable,0,0,FALSE,,,,,, +yeast.n.01,slicer,1,0,FALSE,,,,,, +yeast.n.01,soakable,0,0,FALSE,,,,,, +alga.n.01,liquid,0,0,FALSE,,,,,, +alga.n.01,heatSource,0,0,FALSE,,,,,, +alga.n.01,fireSource,0,0,FALSE,,,,,, +alga.n.01,cookable,0,0,FALSE,,,,,, +alga.n.01,coldSource,0,0,FALSE,,,,,, +alga.n.01,sliceable,0,0,FALSE,,,,,, +alga.n.01,slicer,0,0,FALSE,,,,,, +alga.n.01,soakable,0,0,FALSE,,,,,, +baking_powder.n.01,liquid,0,0,FALSE,,,,,, +baking_powder.n.01,heatSource,0,0,FALSE,,,,,, +baking_powder.n.01,fireSource,0,0,FALSE,,,,,, +baking_powder.n.01,cookable,0,0,FALSE,,,,,, +baking_powder.n.01,coldSource,0,0,FALSE,,,,,, +baking_powder.n.01,sliceable,0,0,FALSE,,,,,, +baking_powder.n.01,slicer,0,0,FALSE,,,,,, +baking_powder.n.01,soakable,0,0,FALSE,,,,,, +bay_leaf.n.01,liquid,0,0,FALSE,,,,,, +bay_leaf.n.01,heatSource,0,0,FALSE,,,,,, +bay_leaf.n.01,fireSource,1,0,FALSE,,,,,, +bay_leaf.n.01,cookable,0,1,FALSE,,,,,, +bay_leaf.n.01,coldSource,0,0,FALSE,,,,,, +bay_leaf.n.01,sliceable,0,1,FALSE,,,,,, +bay_leaf.n.01,slicer,0,0,FALSE,,,,,, +bay_leaf.n.01,soakable,0,0,FALSE,,,,,, +bicycle.n.01,liquid,0,0,FALSE,,,,,, +bicycle.n.01,heatSource,0,0,FALSE,,,,,, +bicycle.n.01,fireSource,0,0,FALSE,,,,,, +bicycle.n.01,cookable,0,0,FALSE,,,,,, +bicycle.n.01,coldSource,0,0,FALSE,,,,,, +bicycle.n.01,sliceable,0,0,FALSE,,,,,, +bicycle.n.01,slicer,0,0,FALSE,,,,,, +bicycle.n.01,soakable,1,0,FALSE,,,,,, +boat.n.01,liquid,0,0,FALSE,,,,,, +boat.n.01,heatSource,0,0,FALSE,,,,,, +boat.n.01,fireSource,0,0,FALSE,,,,,, +boat.n.01,cookable,0,0,FALSE,,,,,, +boat.n.01,coldSource,0,0,FALSE,,,,,, +boat.n.01,sliceable,0,0,FALSE,,,,,, +boat.n.01,slicer,1,0,FALSE,,,,,, +boat.n.01,soakable,0,0,FALSE,,,,,, +shell.n.08,liquid,0,0,FALSE,,,,,, +shell.n.08,heatSource,0,0,FALSE,,,,,, +shell.n.08,fireSource,0,0,FALSE,,,,,, +shell.n.08,cookable,0,0,FALSE,,,,,, +shell.n.08,coldSource,0,0,FALSE,,,,,, +shell.n.08,sliceable,0,0,FALSE,,,,,, +shell.n.08,slicer,1,0,FALSE,,,,,, +shell.n.08,soakable,0,0,FALSE,,,,,, +clay.n.01,liquid,0,0,FALSE,,,,,, +clay.n.01,heatSource,0,0,FALSE,,,,,, +clay.n.01,fireSource,0,0,FALSE,,,,,, +clay.n.01,cookable,0,0,FALSE,,,,,, +clay.n.01,coldSource,0,0,FALSE,,,,,, +clay.n.01,sliceable,0,0,FALSE,,,,,, +clay.n.01,slicer,0,0,FALSE,,,,,, +clay.n.01,soakable,0,1,FALSE,,,,,, +crust.n.02,liquid,0,0,FALSE,,,,,, +crust.n.02,heatSource,0,0,FALSE,,,,,, +crust.n.02,fireSource,1,0,FALSE,,,,,, +crust.n.02,cookable,0,1,FALSE,,,,,, +crust.n.02,coldSource,0,0,FALSE,,,,,, +crust.n.02,sliceable,0,1,FALSE,,,,,, +crust.n.02,slicer,1,0,FALSE,,,,,, +crust.n.02,soakable,0,1,FALSE,,,,,, +shock_absorber.n.01,liquid,0,0,FALSE,,,,,, +shock_absorber.n.01,heatSource,0,0,FALSE,,,,,, +shock_absorber.n.01,fireSource,0,0,FALSE,,,,,, +shock_absorber.n.01,cookable,0,0,FALSE,,,,,, +shock_absorber.n.01,coldSource,0,0,FALSE,,,,,, +shock_absorber.n.01,sliceable,0,0,FALSE,,,,,, +shock_absorber.n.01,slicer,0,0,FALSE,,,,,, +shock_absorber.n.01,soakable,0,0,FALSE,,,,,, +cushion.v.01,liquid,0,0,FALSE,,,,,, +cushion.v.01,heatSource,0,0,FALSE,,,,,, +cushion.v.01,fireSource,0,0,FALSE,,,,,, +cushion.v.01,cookable,0,0,FALSE,,,,,, +cushion.v.01,coldSource,0,0,FALSE,,,,,, +cushion.v.01,sliceable,0,0,FALSE,,,,,, +cushion.v.01,slicer,0,0,FALSE,,,,,, +cushion.v.01,soakable,0,1,FALSE,,,,,, +duct_tape.n.01,liquid,0,0,FALSE,,,,,, +duct_tape.n.01,heatSource,0,0,FALSE,,,,,, +duct_tape.n.01,fireSource,0,0,FALSE,,,,,, +duct_tape.n.01,cookable,0,0,FALSE,,,,,, +duct_tape.n.01,coldSource,0,0,FALSE,,,,,, +duct_tape.n.01,sliceable,0,1,FALSE,,,,,, +duct_tape.n.01,slicer,0,0,FALSE,,,,,, +duct_tape.n.01,soakable,1,0,FALSE,,,,,, +firewood.n.01,liquid,0,0,FALSE,,,,,, +firewood.n.01,heatSource,1,0,FALSE,,,,,, +firewood.n.01,fireSource,0,1,FALSE,,,,,, +firewood.n.01,cookable,0,0,FALSE,,,,,, +firewood.n.01,coldSource,0,0,FALSE,,,,,, +firewood.n.01,sliceable,0,0,FALSE,,,,,, +firewood.n.01,slicer,1,0,FALSE,,,,,, +firewood.n.01,soakable,0,1,FALSE,,,,,, +hotdog.n.02,liquid,0,0,FALSE,,,,,, +hotdog.n.02,heatSource,0,0,FALSE,,,,,, +hotdog.n.02,fireSource,1,0,FALSE,,,,,, +hotdog.n.02,cookable,0,1,FALSE,,,,,, +hotdog.n.02,coldSource,0,0,FALSE,,,,,, +hotdog.n.02,sliceable,0,1,FALSE,,,,,, +hotdog.n.02,slicer,0,0,FALSE,,,,,, +hotdog.n.02,soakable,0,0,FALSE,,,,,, +letter.n.01,liquid,0,0,FALSE,,,,,, +letter.n.01,heatSource,0,0,FALSE,,,,,, +letter.n.01,fireSource,0,0,FALSE,,,,,, +letter.n.01,cookable,0,0,FALSE,,,,,, +letter.n.01,coldSource,0,0,FALSE,,,,,, +letter.n.01,sliceable,0,0,FALSE,,,,,, +letter.n.01,slicer,0,0,FALSE,,,,,, +letter.n.01,soakable,1,1,FALSE,,,,,, +lime_juice.n.01,liquid,1,1,FALSE,,,,,, +lime_juice.n.01,heatSource,0,0,FALSE,,,,,, +lime_juice.n.01,fireSource,0,0,FALSE,,,,,, +lime_juice.n.01,cookable,0,1,FALSE,,,,,, +lime_juice.n.01,coldSource,1,0,FALSE,,,,,, +lime_juice.n.01,sliceable,0,0,FALSE,,,,,, +lime_juice.n.01,slicer,0,0,FALSE,,,,,, +lime_juice.n.01,soakable,0,0,FALSE,,,,,, +pecan.n.03,liquid,0,0,FALSE,,,,,, +pecan.n.03,heatSource,0,0,FALSE,,,,,, +pecan.n.03,fireSource,0,0,FALSE,,,,,, +pecan.n.03,cookable,0,1,FALSE,,,,,, +pecan.n.03,coldSource,0,0,FALSE,,,,,, +pecan.n.03,sliceable,0,1,FALSE,,,,,, +pecan.n.03,slicer,1,0,FALSE,,,,,, +pecan.n.03,soakable,0,0,FALSE,,,,,, +pickle.n.01,liquid,0,0,FALSE,,,,,, +pickle.n.01,heatSource,0,0,FALSE,,,,,, +pickle.n.01,fireSource,1,1,FALSE,,,,,, +pickle.n.01,cookable,0,0,FALSE,,,,,, +pickle.n.01,coldSource,0,0,FALSE,,,,,, +pickle.n.01,sliceable,0,1,FALSE,,,,,, +pickle.n.01,slicer,0,0,FALSE,,,,,, +pickle.n.01,soakable,0,0,FALSE,,,,,, +pump.n.01,liquid,0,0,FALSE,,,,,, +pump.n.01,heatSource,0,0,FALSE,,,,,, +pump.n.01,fireSource,0,0,FALSE,,,,,, +pump.n.01,cookable,0,0,FALSE,,,,,, +pump.n.01,coldSource,0,0,FALSE,,,,,, +pump.n.01,sliceable,0,0,FALSE,,,,,, +pump.n.01,slicer,1,0,FALSE,,,,,, +pump.n.01,soakable,0,0,FALSE,,,,,, +raisin.n.01,liquid,0,0,FALSE,,,,,, +raisin.n.01,heatSource,0,0,FALSE,,,,,, +raisin.n.01,fireSource,0,0,FALSE,,,,,, +raisin.n.01,cookable,0,1,FALSE,,,,,, +raisin.n.01,coldSource,0,0,FALSE,,,,,, +raisin.n.01,sliceable,0,1,FALSE,,,,,, +raisin.n.01,slicer,0,0,FALSE,,,,,, +raisin.n.01,soakable,0,0,FALSE,,,,,, +sealant.n.01,liquid,0,0,FALSE,,,,,, +sealant.n.01,heatSource,0,0,FALSE,,,,,, +sealant.n.01,fireSource,0,0,FALSE,,,,,, +sealant.n.01,cookable,0,0,FALSE,,,,,, +sealant.n.01,coldSource,0,0,FALSE,,,,,, +sealant.n.01,sliceable,0,0,FALSE,,,,,, +sealant.n.01,slicer,0,0,FALSE,,,,,, +sealant.n.01,soakable,0,0,FALSE,,,,,, +stockpot.n.01,liquid,0,0,FALSE,,,,,, +stockpot.n.01,heatSource,1,0,FALSE,N/A,,,0,0,1 +stockpot.n.01,fireSource,1,0,FALSE,,,,,, +stockpot.n.01,cookable,0,0,FALSE,,,,,, +stockpot.n.01,coldSource,1,0,FALSE,,,,,, +stockpot.n.01,sliceable,0,0,FALSE,,,,,, +stockpot.n.01,slicer,1,0,FALSE,,,,,, +stockpot.n.01,soakable,0,0,FALSE,,,,,, +bean_curd.n.01,liquid,0,0,FALSE,,,,,, +bean_curd.n.01,heatSource,0,0,FALSE,,,,,, +bean_curd.n.01,fireSource,1,0,FALSE,,,,,, +bean_curd.n.01,cookable,0,1,FALSE,,,,,, +bean_curd.n.01,coldSource,0,0,FALSE,,,,,, +bean_curd.n.01,sliceable,0,1,FALSE,,,,,, +bean_curd.n.01,slicer,0,0,FALSE,,,,,, +bean_curd.n.01,soakable,0,0,FALSE,,,,,, +toilet_tissue.n.01,liquid,0,0,FALSE,,,,,, +toilet_tissue.n.01,heatSource,0,0,FALSE,,,,,, +toilet_tissue.n.01,fireSource,0,1,FALSE,,,,,, +toilet_tissue.n.01,cookable,0,0,FALSE,,,,,, +toilet_tissue.n.01,coldSource,0,0,FALSE,,,,,, +toilet_tissue.n.01,sliceable,0,1,FALSE,,,,,, +toilet_tissue.n.01,slicer,0,0,FALSE,,,,,, +toilet_tissue.n.01,soakable,1,1,FALSE,,,,,, +tuna.n.02,liquid,0,0,FALSE,,,,,, +tuna.n.02,heatSource,0,0,FALSE,,,,,, +tuna.n.02,fireSource,1,0,FALSE,,,,,, +tuna.n.02,cookable,0,1,FALSE,,,,,, +tuna.n.02,coldSource,0,0,FALSE,,,,,, +tuna.n.02,sliceable,0,1,FALSE,,,,,, +tuna.n.02,slicer,1,0,FALSE,,,,,, +tuna.n.02,soakable,0,0,FALSE,,,,,, +whisk.n.01,liquid,0,0,FALSE,,,,,, +whisk.n.01,heatSource,0,0,FALSE,,,,,, +whisk.n.01,fireSource,0,0,FALSE,,,,,, +whisk.n.01,cookable,0,0,FALSE,,,,,, +whisk.n.01,coldSource,1,0,FALSE,,,,,, +whisk.n.01,sliceable,0,0,FALSE,,,,,, +whisk.n.01,slicer,1,1,FALSE,,,,,, +whisk.n.01,soakable,0,0,FALSE,,,,,, +blind.n.03,liquid,0,0,FALSE,,,,,, +blind.n.03,heatSource,0,0,FALSE,,,,,, +blind.n.03,fireSource,0,0,FALSE,,,,,, +blind.n.03,cookable,0,0,FALSE,,,,,, +blind.n.03,coldSource,0,0,FALSE,,,,,, +blind.n.03,sliceable,0,0,FALSE,,,,,, +blind.n.03,slicer,0,0,FALSE,,,,,, +blind.n.03,soakable,0,1,FALSE,,,,,, +buttermilk.n.01,liquid,0,1,FALSE,,,,,, +dressing.n.01,liquid,0,1,FALSE,,,,,, +dressing.n.01,heatSource,0,0,FALSE,,,,,, +dressing.n.01,fireSource,0,0,FALSE,,,,,, +dressing.n.01,cookable,0,1,FALSE,,,,,, +dressing.n.01,coldSource,1,0,FALSE,,,,,, +dressing.n.01,sliceable,0,0,FALSE,,,,,, +dressing.n.01,slicer,0,0,FALSE,,,,,, +dressing.n.01,soakable,1,0,FALSE,,,,,, +gravel.n.01,liquid,0,0,FALSE,,,,,, +gravel.n.01,heatSource,0,0,FALSE,,,,,, +gravel.n.01,fireSource,0,0,FALSE,,,,,, +gravel.n.01,cookable,0,0,FALSE,,,,,, +gravel.n.01,coldSource,0,0,FALSE,,,,,, +gravel.n.01,sliceable,0,0,FALSE,,,,,, +gravel.n.01,slicer,0,0,FALSE,,,,,, +gravel.n.01,soakable,0,0,FALSE,,,,,, +mill.n.04,liquid,0,0,FALSE,,,,,, +mill.n.04,heatSource,0,0,FALSE,,,,,, +mill.n.04,fireSource,0,0,FALSE,,,,,, +mill.n.04,cookable,0,0,FALSE,,,,,, +mill.n.04,coldSource,0,0,FALSE,,,,,, +mill.n.04,sliceable,0,0,FALSE,,,,,, +mill.n.04,slicer,1,0,FALSE,,,,,, +mill.n.04,soakable,0,0,FALSE,,,,,, +hummus.n.01,liquid,0,0,FALSE,,,,,, +hummus.n.01,heatSource,0,0,FALSE,,,,,, +hummus.n.01,fireSource,1,0,FALSE,,,,,, +hummus.n.01,cookable,0,1,FALSE,,,,,, +hummus.n.01,coldSource,0,0,FALSE,,,,,, +hummus.n.01,sliceable,0,1,FALSE,,,,,, +hummus.n.01,slicer,1,0,FALSE,,,,,, +hummus.n.01,soakable,0,0,FALSE,,,,,, +lemonade.n.01,liquid,1,1,FALSE,,,,,, +lemonade.n.01,heatSource,0,0,FALSE,,,,,, +lemonade.n.01,fireSource,0,0,FALSE,,,,,, +lemonade.n.01,cookable,1,1,FALSE,,,,,, +lemonade.n.01,coldSource,1,0,FALSE,,,,,, +lemonade.n.01,sliceable,0,0,FALSE,,,,,, +lemonade.n.01,slicer,0,0,FALSE,,,,,, +lemonade.n.01,soakable,0,0,FALSE,,,,,, +mailbox.n.01,liquid,0,0,FALSE,,,,,, +mailbox.n.01,heatSource,0,0,FALSE,,,,,, +mailbox.n.01,fireSource,0,0,FALSE,,,,,, +mailbox.n.01,cookable,0,0,FALSE,,,,,, +mailbox.n.01,coldSource,0,0,FALSE,,,,,, +mailbox.n.01,sliceable,0,0,FALSE,,,,,, +mailbox.n.01,slicer,1,0,FALSE,,,,,, +mailbox.n.01,soakable,0,0,FALSE,,,,,, +tape_measure.n.01,liquid,0,0,FALSE,,,,,, +tape_measure.n.01,heatSource,0,0,FALSE,,,,,, +tape_measure.n.01,fireSource,0,0,FALSE,,,,,, +tape_measure.n.01,cookable,0,0,FALSE,,,,,, +tape_measure.n.01,coldSource,0,0,FALSE,,,,,, +tape_measure.n.01,sliceable,0,1,FALSE,,,,,, +tape_measure.n.01,slicer,1,0,FALSE,,,,,, +tape_measure.n.01,soakable,0,0,FALSE,,,,,, +pancake.n.01,liquid,0,0,FALSE,,,,,, +pancake.n.01,heatSource,0,0,FALSE,,,,,, +pancake.n.01,fireSource,1,0,FALSE,,,,,, +pancake.n.01,cookable,0,1,FALSE,,,,,, +pancake.n.01,coldSource,0,0,FALSE,,,,,, +pancake.n.01,sliceable,0,1,FALSE,,,,,, +pancake.n.01,slicer,1,0,FALSE,,,,,, +pancake.n.01,soakable,0,1,FALSE,,,,,, +pea_pod.n.01,liquid,0,0,FALSE,,,,,, +pea_pod.n.01,heatSource,0,0,FALSE,,,,,, +pea_pod.n.01,fireSource,0,0,FALSE,,,,,, +pea_pod.n.01,cookable,0,1,FALSE,,,,,, +pea_pod.n.01,coldSource,0,0,FALSE,,,,,, +pea_pod.n.01,sliceable,0,0,FALSE,,,,,, +pea_pod.n.01,slicer,0,0,FALSE,,,,,, +pea_pod.n.01,soakable,0,0,FALSE,,,,,, +shaker.n.03,liquid,0,0,FALSE,,,,,, +shaker.n.03,heatSource,0,0,FALSE,,,,,, +shaker.n.03,fireSource,0,0,FALSE,,,,,, +shaker.n.03,cookable,0,0,FALSE,,,,,, +shaker.n.03,coldSource,1,0,FALSE,,,,,, +shaker.n.03,sliceable,0,0,FALSE,,,,,, +shaker.n.03,slicer,1,0,FALSE,,,,,, +shaker.n.03,soakable,0,0,FALSE,,,,,, +shopping_cart.n.01,liquid,0,0,FALSE,,,,,, +shopping_cart.n.01,heatSource,0,0,FALSE,,,,,, +shopping_cart.n.01,fireSource,0,0,FALSE,,,,,, +shopping_cart.n.01,cookable,0,0,FALSE,,,,,, +shopping_cart.n.01,coldSource,0,0,FALSE,,,,,, +shopping_cart.n.01,sliceable,0,0,FALSE,,,,,, +shopping_cart.n.01,slicer,0,0,FALSE,,,,,, +shopping_cart.n.01,soakable,1,0,FALSE,,,,,, +stick.n.01,liquid,0,0,FALSE,,,,,, +stick.n.01,heatSource,0,0,FALSE,,,,,, +stick.n.01,fireSource,0,0,FALSE,,,,,, +stick.n.01,cookable,0,0,FALSE,,,,,, +stick.n.01,coldSource,0,0,FALSE,,,,,, +stick.n.01,sliceable,0,0,FALSE,,,,,, +stick.n.01,slicer,1,0,FALSE,,,,,, +stick.n.01,soakable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,liquid,0,0,FALSE,,,,,, +cream_of_tartar.n.01,heatSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,fireSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,cookable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,coldSource,0,0,FALSE,,,,,, +cream_of_tartar.n.01,sliceable,0,0,FALSE,,,,,, +cream_of_tartar.n.01,slicer,0,0,FALSE,,,,,, +cream_of_tartar.n.01,soakable,0,0,FALSE,,,,,, +tartar.n.04,liquid,0,0,FALSE,,,,,, +tartar.n.04,heatSource,0,0,FALSE,,,,,, +tartar.n.04,fireSource,0,0,FALSE,,,,,, +tartar.n.04,cookable,0,0,FALSE,,,,,, +tartar.n.04,coldSource,0,0,FALSE,,,,,, +tartar.n.04,sliceable,0,0,FALSE,,,,,, +tartar.n.04,slicer,0,0,FALSE,,,,,, +tartar.n.04,soakable,0,0,FALSE,,,,,, +tent.n.01,liquid,0,0,FALSE,,,,,, +tent.n.01,heatSource,0,0,FALSE,,,,,, +tent.n.01,fireSource,0,0,FALSE,,,,,, +tent.n.01,cookable,0,0,FALSE,,,,,, +tent.n.01,coldSource,0,0,FALSE,,,,,, +tent.n.01,sliceable,0,0,FALSE,,,,,, +tent.n.01,slicer,1,0,FALSE,,,,,, +tent.n.01,soakable,1,1,FALSE,,,,,, +tortilla.n.01,liquid,0,0,FALSE,,,,,, +tortilla.n.01,heatSource,0,0,FALSE,,,,,, +tortilla.n.01,fireSource,1,9,FALSE,,,,,, +tortilla.n.01,cookable,0,1,FALSE,,,,,, +tortilla.n.01,coldSource,0,0,FALSE,,,,,, +tortilla.n.01,sliceable,0,1,FALSE,,,,,, +tortilla.n.01,slicer,1,0,FALSE,,,,,, +tortilla.n.01,soakable,1,1,FALSE,,,,,, +tube.n.01,liquid,0,0,FALSE,,,,,, +tube.n.01,heatSource,0,0,FALSE,,,,,, +tube.n.01,fireSource,0,0,FALSE,,,,,, +tube.n.01,cookable,0,0,FALSE,,,,,, +tube.n.01,coldSource,1,0,FALSE,,,,,, +tube.n.01,sliceable,0,0,FALSE,,,,,, +tube.n.01,slicer,1,0,FALSE,,,,,, +tube.n.01,soakable,0,0,FALSE,,,,,, +vase.n.01,liquid,0,0,FALSE,,,,,, +vase.n.01,heatSource,0,0,FALSE,,,,,, +vase.n.01,fireSource,0,0,FALSE,,,,,, +vase.n.01,cookable,0,0,FALSE,,,,,, +vase.n.01,coldSource,1,0,FALSE,,,,,, +vase.n.01,sliceable,0,0,FALSE,,,,,, +vase.n.01,slicer,1,0,FALSE,,,,,, +vase.n.01,soakable,0,0,FALSE,,,,,, +vent.n.01,liquid,0,0,FALSE,,,,,, +vent.n.01,heatSource,0,0,FALSE,,,,,, +vent.n.01,fireSource,0,0,FALSE,,,,,, +vent.n.01,cookable,0,0,FALSE,,,,,, +vent.n.01,coldSource,0,0,FALSE,,,,,, +vent.n.01,sliceable,0,0,FALSE,,,,,, +vent.n.01,slicer,1,0,FALSE,,,,,, +vent.n.01,soakable,0,0,FALSE,,,,,, +wrench.n.03,liquid,0,0,FALSE,,,,,, +wrench.n.03,heatSource,0,0,FALSE,,,,,, +wrench.n.03,fireSource,0,0,FALSE,,,,,, +wrench.n.03,cookable,0,0,FALSE,,,,,, +wrench.n.03,coldSource,0,0,FALSE,,,,,, +wrench.n.03,sliceable,0,0,FALSE,,,,,, +wrench.n.03,slicer,1,0,FALSE,,,,,, +wrench.n.03,soakable,0,0,FALSE,,,,,, +canvas.n.01,liquid,0,0,FALSE,,,,,, +canvas.n.01,heatSource,0,0,FALSE,,,,,, +canvas.n.01,fireSource,0,0,FALSE,,,,,, +canvas.n.01,cookable,0,0,FALSE,,,,,, +canvas.n.01,coldSource,0,0,FALSE,,,,,, +canvas.n.01,sliceable,0,0,FALSE,,,,,, +canvas.n.01,slicer,1,0,FALSE,,,,,, +canvas.n.01,soakable,1,1,FALSE,,,,,, +canvas.n.02,liquid,0,0,FALSE,,,,,, +canvas.n.02,heatSource,0,0,FALSE,,,,,, +canvas.n.02,fireSource,0,0,FALSE,,,,,, +canvas.n.02,cookable,0,0,FALSE,,,,,, +canvas.n.02,coldSource,0,0,FALSE,,,,,, +canvas.n.02,sliceable,0,0,FALSE,,,,,, +canvas.n.02,slicer,1,0,FALSE,,,,,, +canvas.n.02,soakable,0,1,FALSE,,,,,, +charger.n.02,liquid,0,0,FALSE,,,,,, +charger.n.02,heatSource,0,0,FALSE,,,,,, +charger.n.02,fireSource,0,0,FALSE,,,,,, +charger.n.02,cookable,0,0,FALSE,,,,,, +charger.n.02,coldSource,0,0,FALSE,,,,,, +charger.n.02,sliceable,0,0,FALSE,,,,,, +charger.n.02,slicer,1,0,FALSE,,,,,, +charger.n.02,soakable,0,0,FALSE,,,,,, +chicken_coop.n.01,liquid,0,0,FALSE,,,,,, +chicken_coop.n.01,heatSource,0,0,FALSE,,,,,, +chicken_coop.n.01,fireSource,0,0,FALSE,,,,,, +chicken_coop.n.01,cookable,0,0,FALSE,,,,,, +chicken_coop.n.01,coldSource,0,0,FALSE,,,,,, +chicken_coop.n.01,sliceable,0,0,FALSE,,,,,, +chicken_coop.n.01,slicer,0,0,FALSE,,,,,, +chicken_coop.n.01,soakable,0,0,FALSE,,,,,, +cork.n.01,liquid,0,0,FALSE,,,,,, +cork.n.01,heatSource,0,0,FALSE,,,,,, +cork.n.01,fireSource,0,0,FALSE,,,,,, +cork.n.01,cookable,0,0,FALSE,,,,,, +cork.n.01,coldSource,0,0,FALSE,,,,,, +cork.n.01,sliceable,0,0,FALSE,,,,,, +cork.n.01,slicer,0,0,FALSE,,,,,, +cork.n.01,soakable,0,1,FALSE,,,,,, +filling.n.03,liquid,0,0,FALSE,,,,,, +filling.n.03,heatSource,0,0,FALSE,,,,,, +filling.n.03,fireSource,1,0,FALSE,,,,,, +filling.n.03,cookable,0,1,FALSE,,,,,, +filling.n.03,coldSource,0,0,FALSE,,,,,, +filling.n.03,sliceable,0,0,FALSE,,,,,, +filling.n.03,slicer,0,0,FALSE,,,,,, +filling.n.03,soakable,1,0,FALSE,,,,,, +fruit_tree.n.01,liquid,0,0,FALSE,,,,,, +fruit_tree.n.01,heatSource,0,0,FALSE,,,,,, +fruit_tree.n.01,fireSource,0,0,FALSE,,,,,, +fruit_tree.n.01,cookable,0,0,FALSE,,,,,, +fruit_tree.n.01,coldSource,0,0,FALSE,,,,,, +fruit_tree.n.01,sliceable,0,0,FALSE,,,,,, +fruit_tree.n.01,slicer,0,0,FALSE,,,,,, +fruit_tree.n.01,soakable,0,0,FALSE,,,,,, +antifungal.n.01,liquid,0,0,FALSE,,,,,, +antifungal.n.01,heatSource,0,0,FALSE,,,,,, +antifungal.n.01,fireSource,0,0,FALSE,,,,,, +antifungal.n.01,cookable,0,0,FALSE,,,,,, +antifungal.n.01,coldSource,0,0,FALSE,,,,,, +antifungal.n.01,sliceable,0,0,FALSE,,,,,, +antifungal.n.01,slicer,0,0,FALSE,,,,,, +antifungal.n.01,soakable,0,0,FALSE,,,,,, +cushion.n.03,liquid,0,0,FALSE,,,,,, +cushion.n.03,heatSource,0,0,FALSE,,,,,, +cushion.n.03,fireSource,0,0,FALSE,,,,,, +cushion.n.03,cookable,0,0,FALSE,,,,,, +cushion.n.03,coldSource,0,0,FALSE,,,,,, +cushion.n.03,sliceable,0,0,FALSE,,,,,, +cushion.n.03,slicer,0,0,FALSE,,,,,, +cushion.n.03,soakable,1,0,FALSE,,,,,, +gazpacho.n.01,liquid,1,1,FALSE,,,,,, +gazpacho.n.01,heatSource,0,0,FALSE,,,,,, +gazpacho.n.01,fireSource,0,0,FALSE,,,,,, +gazpacho.n.01,cookable,1,1,FALSE,,,,,, +gazpacho.n.01,coldSource,1,0,FALSE,,,,,, +gazpacho.n.01,sliceable,0,0,FALSE,,,,,, +gazpacho.n.01,slicer,0,0,FALSE,,,,,, +gazpacho.n.01,soakable,0,0,FALSE,,,,,, +geode.n.01,liquid,0,0,FALSE,,,,,, +geode.n.01,heatSource,0,0,FALSE,,,,,, +geode.n.01,fireSource,0,0,FALSE,,,,,, +geode.n.01,cookable,0,0,FALSE,,,,,, +geode.n.01,coldSource,0,0,FALSE,,,,,, +geode.n.01,sliceable,0,0,FALSE,,,,,, +geode.n.01,slicer,0,0,FALSE,,,,,, +geode.n.01,soakable,0,0,FALSE,,,,,, +clove.n.04,liquid,0,0,FALSE,,,,,, +clove.n.04,heatSource,0,0,FALSE,,,,,, +clove.n.04,fireSource,1,0,FALSE,,,,,, +clove.n.04,cookable,0,1,FALSE,,,,,, +clove.n.04,coldSource,0,0,FALSE,,,,,, +clove.n.04,sliceable,0,0,FALSE,,,,,, +clove.n.04,slicer,0,0,FALSE,,,,,, +clove.n.04,soakable,0,0,FALSE,,,,,, +mace.n.03,liquid,0,0,FALSE,,,,,, +mace.n.03,heatSource,0,0,FALSE,,,,,, +mace.n.03,fireSource,1,0,FALSE,,,,,, +mace.n.03,cookable,0,1,FALSE,,,,,, +mace.n.03,coldSource,0,0,FALSE,,,,,, +mace.n.03,sliceable,0,0,FALSE,,,,,, +mace.n.03,slicer,1,0,FALSE,,,,,, +mace.n.03,soakable,0,0,FALSE,,,,,, +gunpowder.n.01,liquid,0,0,FALSE,,,,,, +gunpowder.n.01,heatSource,0,0,FALSE,,,,,, +gunpowder.n.01,fireSource,0,0,FALSE,,,,,, +gunpowder.n.01,cookable,0,0,FALSE,,,,,, +gunpowder.n.01,coldSource,0,0,FALSE,,,,,, +gunpowder.n.01,sliceable,0,0,FALSE,,,,,, +gunpowder.n.01,slicer,0,0,FALSE,,,,,, +gunpowder.n.01,soakable,0,0,FALSE,,,,,, +gravestone.n.01,liquid,0,0,FALSE,,,,,, +gravestone.n.01,heatSource,0,0,FALSE,,,,,, +gravestone.n.01,fireSource,0,0,FALSE,,,,,, +gravestone.n.01,cookable,0,0,FALSE,,,,,, +gravestone.n.01,coldSource,0,0,FALSE,,,,,, +gravestone.n.01,sliceable,0,0,FALSE,,,,,, +gravestone.n.01,slicer,0,0,FALSE,,,,,, +gravestone.n.01,soakable,0,0,FALSE,,,,,, +puck.n.02,liquid,0,0,FALSE,,,,,, +puck.n.02,heatSource,0,0,FALSE,,,,,, +puck.n.02,fireSource,0,0,FALSE,,,,,, +puck.n.02,cookable,0,0,FALSE,,,,,, +puck.n.02,coldSource,0,0,FALSE,,,,,, +puck.n.02,sliceable,0,0,FALSE,,,,,, +puck.n.02,slicer,0,0,FALSE,,,,,, +puck.n.02,soakable,0,0,FALSE,,,,,, +address.n.05,liquid,0,0,FALSE,,,,,, +address.n.05,heatSource,0,0,FALSE,,,,,, +address.n.05,fireSource,0,0,FALSE,,,,,, +address.n.05,cookable,0,0,FALSE,,,,,, +address.n.05,coldSource,0,0,FALSE,,,,,, +address.n.05,sliceable,0,0,FALSE,,,,,, +address.n.05,slicer,0,0,FALSE,,,,,, +address.n.05,soakable,0,0,FALSE,,,,,, +ice_skate.n.01,liquid,0,0,FALSE,,,,,, +ice_skate.n.01,heatSource,0,0,FALSE,,,,,, +ice_skate.n.01,fireSource,0,0,FALSE,,,,,, +ice_skate.n.01,cookable,0,0,FALSE,,,,,, +ice_skate.n.01,coldSource,0,0,FALSE,,,,,, +ice_skate.n.01,sliceable,0,0,FALSE,,,,,, +ice_skate.n.01,slicer,0,0,FALSE,,,,,, +ice_skate.n.01,soakable,0,0,FALSE,,,,,, +jade.n.01,liquid,0,0,FALSE,,,,,, +jade.n.01,heatSource,0,0,FALSE,,,,,, +jade.n.01,fireSource,0,0,FALSE,,,,,, +jade.n.01,cookable,0,0,FALSE,,,,,, +jade.n.01,coldSource,0,0,FALSE,,,,,, +jade.n.01,sliceable,0,0,FALSE,,,,,, +jade.n.01,slicer,1,0,FALSE,,,,,, +jade.n.01,soakable,0,0,FALSE,,,,,, +potato_pancake.n.01,liquid,0,0,FALSE,,,,,, +potato_pancake.n.01,heatSource,0,0,FALSE,,,,,, +potato_pancake.n.01,fireSource,1,0,FALSE,,,,,, +potato_pancake.n.01,cookable,0,1,FALSE,,,,,, +potato_pancake.n.01,coldSource,0,0,FALSE,,,,,, +potato_pancake.n.01,sliceable,0,1,FALSE,,,,,, +potato_pancake.n.01,slicer,0,0,FALSE,,,,,, +potato_pancake.n.01,soakable,0,0,FALSE,,,,,, +leotard.n.01,liquid,0,0,FALSE,,,,,, +leotard.n.01,heatSource,0,0,FALSE,,,,,, +leotard.n.01,fireSource,0,0,FALSE,,,,,, +leotard.n.01,cookable,0,0,FALSE,,,,,, +leotard.n.01,coldSource,0,0,FALSE,,,,,, +leotard.n.01,sliceable,0,0,FALSE,,,,,, +leotard.n.01,slicer,0,0,FALSE,,,,,, +leotard.n.01,soakable,0,1,FALSE,,,,,, +mousepad.n.01,liquid,0,0,FALSE,,,,,, +mousepad.n.01,heatSource,0,0,FALSE,,,,,, +mousepad.n.01,fireSource,0,0,FALSE,,,,,, +mousepad.n.01,cookable,0,0,FALSE,,,,,, +mousepad.n.01,coldSource,0,0,FALSE,,,,,, +mousepad.n.01,sliceable,0,0,FALSE,,,,,, +mousepad.n.01,slicer,1,0,FALSE,,,,,, +mousepad.n.01,soakable,1,0,FALSE,,,,,, +mustard.n.03,liquid,0,0,FALSE,,,,,, +mustard.n.03,heatSource,0,0,FALSE,,,,,, +mustard.n.03,fireSource,1,0,FALSE,,,,,, +mustard.n.03,cookable,0,1,FALSE,,,,,, +mustard.n.03,coldSource,0,0,FALSE,,,,,, +mustard.n.03,sliceable,0,1,FALSE,,,,,, +mustard.n.03,slicer,0,0,FALSE,,,,,, +mustard.n.03,soakable,0,0,FALSE,,,,,, +virgin_birth.n.02,liquid,0,0,FALSE,,,,,, +virgin_birth.n.02,heatSource,0,0,FALSE,,,,,, +virgin_birth.n.02,fireSource,0,0,FALSE,,,,,, +virgin_birth.n.02,cookable,0,0,FALSE,,,,,, +virgin_birth.n.02,coldSource,0,0,FALSE,,,,,, +virgin_birth.n.02,sliceable,0,0,FALSE,,,,,, +virgin_birth.n.02,slicer,0,0,FALSE,,,,,, +virgin_birth.n.02,soakable,0,0,FALSE,,,,,, +nickel.n.01,liquid,0,0,FALSE,,,,,, +nickel.n.01,heatSource,0,0,FALSE,,,,,, +nickel.n.01,fireSource,0,0,FALSE,,,,,, +nickel.n.01,cookable,0,0,FALSE,,,,,, +nickel.n.01,coldSource,0,0,FALSE,,,,,, +nickel.n.01,sliceable,0,0,FALSE,,,,,, +nickel.n.01,slicer,1,0,FALSE,,,,,, +nickel.n.01,soakable,0,0,FALSE,,,,,, +nickel.n.02,liquid,0,0,FALSE,,,,,, +nickel.n.02,heatSource,0,0,FALSE,,,,,, +nickel.n.02,fireSource,0,0,FALSE,,,,,, +nickel.n.02,cookable,0,0,FALSE,,,,,, +nickel.n.02,coldSource,0,0,FALSE,,,,,, +nickel.n.02,sliceable,0,0,FALSE,,,,,, +nickel.n.02,slicer,1,0,FALSE,,,,,, +nickel.n.02,soakable,0,0,FALSE,,,,,, +oxtail.n.01,liquid,0,0,FALSE,,,,,, +oxtail.n.01,heatSource,0,0,FALSE,,,,,, +oxtail.n.01,fireSource,1,0,FALSE,,,,,, +oxtail.n.01,cookable,0,1,FALSE,,,,,, +oxtail.n.01,coldSource,0,0,FALSE,,,,,, +oxtail.n.01,sliceable,0,1,FALSE,,,,,, +oxtail.n.01,slicer,0,0,FALSE,,,,,, +oxtail.n.01,soakable,0,0,FALSE,,,,,, +paella.n.01,liquid,0,0,FALSE,,,,,, +paella.n.01,heatSource,0,0,FALSE,,,,,, +paella.n.01,fireSource,1,0,FALSE,,,,,, +paella.n.01,cookable,0,1,FALSE,,,,,, +paella.n.01,coldSource,0,0,FALSE,,,,,, +paella.n.01,sliceable,0,0,FALSE,,,,,, +paella.n.01,slicer,0,0,FALSE,,,,,, +paella.n.01,soakable,0,0,FALSE,,,,,, +liner.n.02,liquid,0,0,FALSE,,,,,, +liner.n.02,heatSource,0,0,FALSE,,,,,, +liner.n.02,fireSource,0,0,FALSE,,,,,, +liner.n.02,cookable,0,0,FALSE,,,,,, +liner.n.02,coldSource,0,0,FALSE,,,,,, +liner.n.02,sliceable,0,0,FALSE,,,,,, +liner.n.02,slicer,0,0,FALSE,,,,,, +liner.n.02,soakable,0,1,FALSE,,,,,, +patina.n.01,liquid,0,0,FALSE,,,,,, +patina.n.01,heatSource,0,0,FALSE,,,,,, +patina.n.01,fireSource,0,0,FALSE,,,,,, +patina.n.01,cookable,0,0,FALSE,,,,,, +patina.n.01,coldSource,0,0,FALSE,,,,,, +patina.n.01,sliceable,0,0,FALSE,,,,,, +patina.n.01,slicer,0,0,FALSE,,,,,, +patina.n.01,soakable,0,0,FALSE,,,,,, +pennant.n.02,liquid,0,0,FALSE,,,,,, +pennant.n.02,heatSource,0,0,FALSE,,,,,, +pennant.n.02,fireSource,0,0,FALSE,,,,,, +pennant.n.02,cookable,0,0,FALSE,,,,,, +pennant.n.02,coldSource,0,0,FALSE,,,,,, +pennant.n.02,sliceable,0,0,FALSE,,,,,, +pennant.n.02,slicer,0,0,FALSE,,,,,, +pennant.n.02,soakable,0,1,FALSE,,,,,, +pepperoni.n.01,liquid,0,0,FALSE,,,,,, +pepperoni.n.01,heatSource,0,0,FALSE,,,,,, +pepperoni.n.01,fireSource,1,0,FALSE,,,,,, +pepperoni.n.01,cookable,0,1,FALSE,,,,,, +pepperoni.n.01,coldSource,0,0,FALSE,,,,,, +pepperoni.n.01,sliceable,0,1,FALSE,,,,,, +pepperoni.n.01,slicer,1,0,FALSE,,,,,, +pepperoni.n.01,soakable,0,0,FALSE,,,,,, +pewter.n.01,liquid,0,0,FALSE,,,,,, +pewter.n.01,heatSource,0,0,FALSE,,,,,, +pewter.n.01,fireSource,0,0,FALSE,,,,,, +pewter.n.01,cookable,0,0,FALSE,,,,,, +pewter.n.01,coldSource,0,0,FALSE,,,,,, +pewter.n.01,sliceable,0,0,FALSE,,,,,, +pewter.n.01,slicer,1,0,FALSE,,,,,, +pewter.n.01,soakable,0,0,FALSE,,,,,, +picket.n.05,liquid,0,0,FALSE,,,,,, +picket.n.05,heatSource,0,0,FALSE,,,,,, +picket.n.05,fireSource,0,0,FALSE,,,,,, +picket.n.05,cookable,0,0,FALSE,,,,,, +picket.n.05,coldSource,0,0,FALSE,,,,,, +picket.n.05,sliceable,0,0,FALSE,,,,,, +picket.n.05,slicer,1,0,FALSE,,,,,, +picket.n.05,soakable,0,0,FALSE,,,,,, +cardboard.n.01,liquid,0,0,FALSE,,,,,, +cardboard.n.01,heatSource,0,0,FALSE,,,,,, +cardboard.n.01,fireSource,0,1,FALSE,,,,,, +cardboard.n.01,cookable,0,0,FALSE,,,,,, +cardboard.n.01,coldSource,0,0,FALSE,,,,,, +cardboard.n.01,sliceable,0,0,FALSE,,,,,, +cardboard.n.01,slicer,1,0,FALSE,,,,,, +cardboard.n.01,soakable,1,1,FALSE,,,,,, +poinsettia.n.01,liquid,0,0,FALSE,,,,,, +poinsettia.n.01,heatSource,0,0,FALSE,,,,,, +poinsettia.n.01,fireSource,0,0,FALSE,,,,,, +poinsettia.n.01,cookable,0,0,FALSE,,,,,, +poinsettia.n.01,coldSource,0,0,FALSE,,,,,, +poinsettia.n.01,sliceable,0,0,FALSE,,,,,, +poinsettia.n.01,slicer,0,0,FALSE,,,,,, +poinsettia.n.01,soakable,0,0,FALSE,,,,,, +punching_bag.n.02,liquid,0,0,FALSE,,,,,, +punching_bag.n.02,heatSource,0,0,FALSE,,,,,, +punching_bag.n.02,fireSource,0,0,FALSE,,,,,, +punching_bag.n.02,cookable,0,0,FALSE,,,,,, +punching_bag.n.02,coldSource,0,0,FALSE,,,,,, +punching_bag.n.02,sliceable,0,0,FALSE,,,,,, +punching_bag.n.02,slicer,1,0,FALSE,,,,,, +punching_bag.n.02,soakable,0,1,FALSE,,,,,, +quail.n.01,liquid,0,0,FALSE,,,,,, +quail.n.01,heatSource,0,0,FALSE,,,,,, +quail.n.01,fireSource,1,0,FALSE,,,,,, +quail.n.01,cookable,0,1,FALSE,,,,,, +quail.n.01,coldSource,0,0,FALSE,,,,,, +quail.n.01,sliceable,0,1,FALSE,,,,,, +quail.n.01,slicer,0,0,FALSE,,,,,, +quail.n.01,soakable,0,0,FALSE,,,,,, +quarter.n.10,liquid,0,0,FALSE,,,,,, +quarter.n.10,heatSource,0,0,FALSE,,,,,, +quarter.n.10,fireSource,0,0,FALSE,,,,,, +quarter.n.10,cookable,0,0,FALSE,,,,,, +quarter.n.10,coldSource,0,0,FALSE,,,,,, +quarter.n.10,sliceable,0,0,FALSE,,,,,, +quarter.n.10,slicer,0,0,FALSE,,,,,, +quarter.n.10,soakable,0,0,FALSE,,,,,, +quartz.n.02,liquid,0,0,FALSE,,,,,, +quartz.n.02,heatSource,0,0,FALSE,,,,,, +quartz.n.02,fireSource,0,0,FALSE,,,,,, +quartz.n.02,cookable,0,0,FALSE,,,,,, +quartz.n.02,coldSource,0,0,FALSE,,,,,, +quartz.n.02,sliceable,0,0,FALSE,,,,,, +quartz.n.02,slicer,1,0,FALSE,,,,,, +quartz.n.02,soakable,0,0,FALSE,,,,,, +quiche.n.02,liquid,0,0,FALSE,,,,,, +quiche.n.02,heatSource,0,0,FALSE,,,,,, +quiche.n.02,fireSource,1,0,FALSE,,,,,, +quiche.n.02,cookable,0,1,FALSE,,,,,, +quiche.n.02,coldSource,0,0,FALSE,,,,,, +quiche.n.02,sliceable,0,1,FALSE,,,,,, +quiche.n.02,slicer,0,0,FALSE,,,,,, +quiche.n.02,soakable,0,0,FALSE,,,,,, +sweat_suit.n.01,liquid,0,0,FALSE,,,,,, +sweat_suit.n.01,heatSource,0,0,FALSE,,,,,, +sweat_suit.n.01,fireSource,0,0,FALSE,,,,,, +sweat_suit.n.01,cookable,0,0,FALSE,,,,,, +sweat_suit.n.01,coldSource,1,0,FALSE,,,,,, +sweat_suit.n.01,sliceable,0,0,FALSE,,,,,, +sweat_suit.n.01,slicer,0,0,FALSE,,,,,, +sweat_suit.n.01,soakable,0,1,FALSE,,,,,, +sax.n.02,liquid,0,0,FALSE,,,,,, +sax.n.02,heatSource,0,0,FALSE,,,,,, +sax.n.02,fireSource,0,0,FALSE,,,,,, +sax.n.02,cookable,0,0,FALSE,,,,,, +sax.n.02,coldSource,0,0,FALSE,,,,,, +sax.n.02,sliceable,0,0,FALSE,,,,,, +sax.n.02,slicer,1,0,FALSE,,,,,, +sax.n.02,soakable,0,0,FALSE,,,,,, +schnitzel.n.01,liquid,0,0,FALSE,,,,,, +schnitzel.n.01,heatSource,0,0,FALSE,,,,,, +schnitzel.n.01,fireSource,1,0,FALSE,,,,,, +schnitzel.n.01,cookable,0,1,FALSE,,,,,, +schnitzel.n.01,coldSource,0,0,FALSE,,,,,, +schnitzel.n.01,sliceable,0,0,FALSE,,,,,, +schnitzel.n.01,slicer,1,0,FALSE,,,,,, +schnitzel.n.01,soakable,0,1,FALSE,,,,,, +scorch.n.03,liquid,0,0,FALSE,,,,,, +scorch.n.03,heatSource,0,0,FALSE,,,,,, +scorch.n.03,fireSource,0,0,FALSE,,,,,, +scorch.n.03,cookable,0,0,FALSE,,,,,, +scorch.n.03,coldSource,0,0,FALSE,,,,,, +scorch.n.03,sliceable,0,0,FALSE,,,,,, +scorch.n.03,slicer,0,0,FALSE,,,,,, +scorch.n.03,soakable,0,0,FALSE,,,,,, +softball.n.01,liquid,0,0,FALSE,,,,,, +softball.n.01,heatSource,0,0,FALSE,,,,,, +softball.n.01,fireSource,0,0,FALSE,,,,,, +softball.n.01,cookable,0,0,FALSE,,,,,, +softball.n.01,coldSource,0,0,FALSE,,,,,, +softball.n.01,sliceable,0,0,FALSE,,,,,, +softball.n.01,slicer,0,0,FALSE,,,,,, +softball.n.01,soakable,0,0,FALSE,,,,,, +sparkler.n.02,liquid,0,0,FALSE,,,,,, +sparkler.n.02,heatSource,1,0,FALSE,,,,,, +sparkler.n.02,fireSource,0,1,FALSE,,,,,, +sparkler.n.02,cookable,0,0,FALSE,,,,,, +sparkler.n.02,coldSource,0,0,FALSE,,,,,, +sparkler.n.02,sliceable,0,0,FALSE,,,,,, +sparkler.n.02,slicer,0,0,FALSE,,,,,, +sparkler.n.02,soakable,0,0,FALSE,,,,,, +garbage.n.01,liquid,0,0,FALSE,,,,,, +garbage.n.01,heatSource,0,0,FALSE,,,,,, +garbage.n.01,fireSource,0,0,FALSE,,,,,, +garbage.n.01,cookable,0,0,FALSE,,,,,, +garbage.n.01,coldSource,0,0,FALSE,,,,,, +garbage.n.01,sliceable,0,0,FALSE,,,,,, +garbage.n.01,slicer,0,0,FALSE,,,,,, +garbage.n.01,soakable,0,1,FALSE,,,,,, +chinese_anise.n.02,liquid,0,0,FALSE,,,,,, +chinese_anise.n.02,heatSource,0,0,FALSE,,,,,, +chinese_anise.n.02,fireSource,1,0,FALSE,,,,,, +chinese_anise.n.02,cookable,0,1,FALSE,,,,,, +chinese_anise.n.02,coldSource,0,0,FALSE,,,,,, +chinese_anise.n.02,sliceable,0,0,FALSE,,,,,, +chinese_anise.n.02,slicer,0,0,FALSE,,,,,, +chinese_anise.n.02,soakable,0,0,FALSE,,,,,, +pill.n.02,liquid,0,0,FALSE,,,,,, +pill.n.02,heatSource,0,0,FALSE,,,,,, +pill.n.02,fireSource,0,0,FALSE,,,,,, +pill.n.02,cookable,0,0,FALSE,,,,,, +pill.n.02,coldSource,0,0,FALSE,,,,,, +pill.n.02,sliceable,0,0,FALSE,,,,,, +pill.n.02,slicer,1,1,FALSE,,,,,, +pill.n.02,soakable,0,0,FALSE,,,,,, +trombone.n.01,liquid,0,0,FALSE,,,,,, +trombone.n.01,heatSource,0,0,FALSE,,,,,, +trombone.n.01,fireSource,0,0,FALSE,,,,,, +trombone.n.01,cookable,0,0,FALSE,,,,,, +trombone.n.01,coldSource,0,0,FALSE,,,,,, +trombone.n.01,sliceable,0,0,FALSE,,,,,, +trombone.n.01,slicer,1,0,FALSE,,,,,, +trombone.n.01,soakable,0,0,FALSE,,,,,, +cornet.n.01,liquid,0,0,FALSE,,,,,, +cornet.n.01,heatSource,0,0,FALSE,,,,,, +cornet.n.01,fireSource,0,0,FALSE,,,,,, +cornet.n.01,cookable,0,0,FALSE,,,,,, +cornet.n.01,coldSource,0,0,FALSE,,,,,, +cornet.n.01,sliceable,0,0,FALSE,,,,,, +cornet.n.01,slicer,1,0,FALSE,,,,,, +cornet.n.01,soakable,0,0,FALSE,,,,,, +verdigris.n.02,liquid,0,0,FALSE,,,,,, +verdigris.n.02,heatSource,0,0,FALSE,,,,,, +verdigris.n.02,fireSource,0,0,FALSE,,,,,, +verdigris.n.02,cookable,0,0,FALSE,,,,,, +verdigris.n.02,coldSource,0,0,FALSE,,,,,, +verdigris.n.02,sliceable,0,0,FALSE,,,,,, +verdigris.n.02,slicer,0,0,FALSE,,,,,, +verdigris.n.02,soakable,0,0,FALSE,,,,,, +violin.n.01,liquid,0,0,FALSE,,,,,, +violin.n.01,heatSource,0,0,FALSE,,,,,, +violin.n.01,fireSource,0,0,FALSE,,,,,, +violin.n.01,cookable,0,0,FALSE,,,,,, +violin.n.01,coldSource,0,0,FALSE,,,,,, +violin.n.01,sliceable,0,0,FALSE,,,,,, +violin.n.01,slicer,1,0,FALSE,,,,,, +violin.n.01,soakable,0,0,FALSE,,,,,, +webcam.n.01,liquid,0,0,FALSE,,,,,, +webcam.n.01,heatSource,0,0,FALSE,,,,,, +webcam.n.01,fireSource,0,0,FALSE,,,,,, +webcam.n.01,cookable,0,0,FALSE,,,,,, +webcam.n.01,coldSource,0,0,FALSE,,,,,, +webcam.n.01,sliceable,0,0,FALSE,,,,,, +webcam.n.01,slicer,1,0,FALSE,,,,,, +webcam.n.01,soakable,0,0,FALSE,,,,,, +pebble.n.01,liquid,0,0,FALSE,,,,,, +pebble.n.01,heatSource,0,0,FALSE,,,,,, +pebble.n.01,fireSource,0,0,FALSE,,,,,, +pebble.n.01,cookable,0,0,FALSE,,,,,, +pebble.n.01,coldSource,0,0,FALSE,,,,,, +pebble.n.01,sliceable,0,0,FALSE,,,,,, +pebble.n.01,slicer,1,0,FALSE,,,,,, +pebble.n.01,soakable,0,0,FALSE,,,,,, +white_chocolate.n.01,liquid,0,0,FALSE,,,,,, +white_chocolate.n.01,heatSource,0,0,FALSE,,,,,, +white_chocolate.n.01,fireSource,0,0,FALSE,,,,,, +white_chocolate.n.01,cookable,0,1,FALSE,,,,,, +white_chocolate.n.01,coldSource,0,0,FALSE,,,,,, +white_chocolate.n.01,sliceable,0,0,FALSE,,,,,, +white_chocolate.n.01,slicer,0,0,FALSE,,,,,, +white_chocolate.n.01,soakable,0,1,FALSE,,,,,, +wine_sauce.n.01,liquid,0,1,FALSE,,,,,, +wine_sauce.n.01,heatSource,0,0,FALSE,,,,,, +wine_sauce.n.01,fireSource,1,0,FALSE,,,,,, +wine_sauce.n.01,cookable,0,1,FALSE,,,,,, +wine_sauce.n.01,coldSource,1,0,FALSE,,,,,, +wine_sauce.n.01,sliceable,0,0,FALSE,,,,,, +wine_sauce.n.01,slicer,0,0,FALSE,,,,,, +wine_sauce.n.01,soakable,0,0,FALSE,,,,,, +wind_chime.n.01,liquid,0,0,FALSE,,,,,, +wind_chime.n.01,heatSource,0,0,FALSE,,,,,, +wind_chime.n.01,fireSource,0,0,FALSE,,,,,, +wind_chime.n.01,cookable,0,0,FALSE,,,,,, +wind_chime.n.01,coldSource,0,0,FALSE,,,,,, +wind_chime.n.01,sliceable,0,0,FALSE,,,,,, +wind_chime.n.01,slicer,0,0,FALSE,,,,,, +wind_chime.n.01,soakable,0,0,FALSE,,,,,, +pipe.n.01,liquid,0,0,FALSE,,,,,, +pipe.n.01,heatSource,0,0,FALSE,,,,,, +pipe.n.01,fireSource,0,0,FALSE,,,,,, +pipe.n.01,cookable,0,0,FALSE,,,,,, +pipe.n.01,coldSource,0,0,FALSE,,,,,, +pipe.n.01,sliceable,0,0,FALSE,,,,,, +pipe.n.01,slicer,1,0,FALSE,,,,,, +pipe.n.01,soakable,0,0,FALSE,,,,,, +allspice.n.03,liquid,0,0,FALSE,,,,,, +allspice.n.03,heatSource,0,0,FALSE,,,,,, +allspice.n.03,fireSource,1,0,FALSE,,,,,, +allspice.n.03,cookable,0,1,FALSE,,,,,, +allspice.n.03,coldSource,0,0,FALSE,,,,,, +allspice.n.03,sliceable,0,0,FALSE,,,,,, +allspice.n.03,slicer,0,0,FALSE,,,,,, +allspice.n.03,soakable,0,0,FALSE,,,,,, +antihistamine.n.01,liquid,0,0,FALSE,,,,,, +antihistamine.n.01,heatSource,0,0,FALSE,,,,,, +antihistamine.n.01,fireSource,0,0,FALSE,,,,,, +antihistamine.n.01,cookable,0,0,FALSE,,,,,, +antihistamine.n.01,coldSource,0,0,FALSE,,,,,, +antihistamine.n.01,sliceable,0,0,FALSE,,,,,, +antihistamine.n.01,slicer,0,0,FALSE,,,,,, +antihistamine.n.01,soakable,0,0,FALSE,,,,,, +antipasto.n.01,liquid,0,0,FALSE,,,,,, +antipasto.n.01,heatSource,0,0,FALSE,,,,,, +antipasto.n.01,fireSource,1,0,FALSE,,,,,, +antipasto.n.01,cookable,0,1,FALSE,,,,,, +antipasto.n.01,coldSource,0,0,FALSE,,,,,, +antipasto.n.01,sliceable,0,1,FALSE,,,,,, +antipasto.n.01,slicer,0,0,FALSE,,,,,, +antipasto.n.01,soakable,0,0,FALSE,,,,,, +antler.n.01,liquid,0,0,FALSE,,,,,, +antler.n.01,heatSource,0,0,FALSE,,,,,, +antler.n.01,fireSource,0,0,FALSE,,,,,, +antler.n.01,cookable,0,0,FALSE,,,,,, +antler.n.01,coldSource,0,0,FALSE,,,,,, +antler.n.01,sliceable,0,0,FALSE,,,,,, +antler.n.01,slicer,0,0,FALSE,,,,,, +antler.n.01,soakable,0,1,FALSE,,,,,, +chickpea.n.01,liquid,0,0,FALSE,,,,,, +chickpea.n.01,heatSource,0,0,FALSE,,,,,, +chickpea.n.01,fireSource,1,0,FALSE,,,,,, +chickpea.n.01,cookable,0,1,FALSE,,,,,, +chickpea.n.01,coldSource,0,0,FALSE,,,,,, +chickpea.n.01,sliceable,0,1,FALSE,,,,,, +chickpea.n.01,slicer,1,0,FALSE,,,,,, +chickpea.n.01,soakable,0,0,FALSE,,,,,, +art.n.01,liquid,0,0,FALSE,,,,,, +art.n.01,heatSource,0,0,FALSE,,,,,, +art.n.01,fireSource,1,0,FALSE,,,,,, +art.n.01,cookable,0,0,FALSE,,,,,, +art.n.01,coldSource,0,0,FALSE,,,,,, +art.n.01,sliceable,0,0,FALSE,,,,,, +art.n.01,slicer,0,0,FALSE,,,,,, +art.n.01,soakable,1,0,FALSE,,,,,, +ax.n.01,liquid,0,0,FALSE,,,,,, +ax.n.01,heatSource,0,0,FALSE,,,,,, +ax.n.01,fireSource,0,0,FALSE,,,,,, +ax.n.01,cookable,0,0,FALSE,,,,,, +ax.n.01,coldSource,0,0,FALSE,,,,,, +ax.n.01,sliceable,0,0,FALSE,,,,,, +ax.n.01,slicer,1,1,FALSE,,,,,, +ax.n.01,soakable,0,0,FALSE,,,,,, +detector.n.01,liquid,0,0,FALSE,,,,,, +detector.n.01,heatSource,0,0,FALSE,,,,,, +detector.n.01,fireSource,0,0,FALSE,,,,,, +detector.n.01,cookable,0,0,FALSE,,,,,, +detector.n.01,coldSource,0,0,FALSE,,,,,, +detector.n.01,sliceable,0,0,FALSE,,,,,, +detector.n.01,slicer,1,0,FALSE,,,,,, +detector.n.01,soakable,0,0,FALSE,,,,,, +bat.n.05,liquid,0,0,FALSE,,,,,, +bat.n.05,heatSource,0,0,FALSE,,,,,, +bat.n.05,fireSource,0,0,FALSE,,,,,, +bat.n.05,cookable,0,0,FALSE,,,,,, +bat.n.05,coldSource,0,0,FALSE,,,,,, +bat.n.05,sliceable,0,0,FALSE,,,,,, +bat.n.05,slicer,1,0,FALSE,,,,,, +bat.n.05,soakable,0,0,FALSE,,,,,, +baseball_cap.n.01,liquid,0,0,FALSE,,,,,, +baseball_cap.n.01,heatSource,0,0,FALSE,,,,,, +baseball_cap.n.01,fireSource,0,0,FALSE,,,,,, +baseball_cap.n.01,cookable,0,0,FALSE,,,,,, +baseball_cap.n.01,coldSource,0,0,FALSE,,,,,, +baseball_cap.n.01,sliceable,0,0,FALSE,,,,,, +baseball_cap.n.01,slicer,0,0,FALSE,,,,,, +baseball_cap.n.01,soakable,0,1,FALSE,,,,,, +baseball_glove.n.01,liquid,0,0,FALSE,,,,,, +baseball_glove.n.01,heatSource,0,0,FALSE,,,,,, +baseball_glove.n.01,fireSource,0,0,FALSE,,,,,, +baseball_glove.n.01,cookable,0,0,FALSE,,,,,, +baseball_glove.n.01,coldSource,0,0,FALSE,,,,,, +baseball_glove.n.01,sliceable,0,0,FALSE,,,,,, +baseball_glove.n.01,slicer,0,0,FALSE,,,,,, +baseball_glove.n.01,soakable,0,1,FALSE,,,,,, +bath_mat.n.01,liquid,0,0,FALSE,,,,,, +bath_mat.n.01,heatSource,0,0,FALSE,,,,,, +bath_mat.n.01,fireSource,0,0,FALSE,,,,,, +bath_mat.n.01,cookable,0,0,FALSE,,,,,, +bath_mat.n.01,coldSource,0,0,FALSE,,,,,, +bath_mat.n.01,sliceable,0,0,FALSE,,,,,, +bath_mat.n.01,slicer,0,0,FALSE,,,,,, +bath_mat.n.01,soakable,1,1,FALSE,,,,,, +salt.n.01,liquid,0,0,FALSE,,,,,, +salt.n.01,heatSource,0,0,FALSE,,,,,, +salt.n.01,fireSource,0,0,FALSE,,,,,, +salt.n.01,cookable,0,1,FALSE,,,,,, +salt.n.01,coldSource,0,0,FALSE,,,,,, +salt.n.01,sliceable,0,0,FALSE,,,,,, +salt.n.01,slicer,0,0,FALSE,,,,,, +salt.n.01,soakable,0,0,FALSE,,,,,, +batting_glove.n.01,liquid,0,0,FALSE,,,,,, +batting_glove.n.01,heatSource,0,0,FALSE,,,,,, +batting_glove.n.01,fireSource,0,0,FALSE,,,,,, +batting_glove.n.01,cookable,0,0,FALSE,,,,,, +batting_glove.n.01,coldSource,0,0,FALSE,,,,,, +batting_glove.n.01,sliceable,0,0,FALSE,,,,,, +batting_glove.n.01,slicer,0,0,FALSE,,,,,, +batting_glove.n.01,soakable,0,1,FALSE,,,,,, +beef_broth.n.01,liquid,1,1,FALSE,,,,,, +beef_broth.n.01,heatSource,0,0,FALSE,,,,,, +beef_broth.n.01,fireSource,1,0,FALSE,,,,,, +beef_broth.n.01,cookable,0,1,FALSE,,,,,, +beef_broth.n.01,coldSource,0,0,FALSE,,,,,, +beef_broth.n.01,sliceable,0,0,FALSE,,,,,, +beef_broth.n.01,slicer,0,0,FALSE,,,,,, +beef_broth.n.01,soakable,0,0,FALSE,,,,,, +beer_mug.n.01,liquid,0,0,FALSE,,,,,, +beer_mug.n.01,heatSource,0,0,FALSE,,,,,, +beer_mug.n.01,fireSource,0,0,FALSE,,,,,, +beer_mug.n.01,cookable,0,0,FALSE,,,,,, +beer_mug.n.01,coldSource,1,0,FALSE,,,,,, +beer_mug.n.01,sliceable,0,0,FALSE,,,,,, +beer_mug.n.01,slicer,1,0,FALSE,,,,,, +beer_mug.n.01,soakable,0,0,FALSE,,,,,, +bicycle_chain.n.01,liquid,0,0,FALSE,,,,,, +bicycle_chain.n.01,heatSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,fireSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,cookable,0,0,FALSE,,,,,, +bicycle_chain.n.01,coldSource,0,0,FALSE,,,,,, +bicycle_chain.n.01,sliceable,0,0,FALSE,,,,,, +bicycle_chain.n.01,slicer,0,0,FALSE,,,,,, +bicycle_chain.n.01,soakable,0,0,FALSE,,,,,, +birdcage.n.01,liquid,0,0,FALSE,,,,,, +birdcage.n.01,heatSource,0,0,FALSE,,,,,, +birdcage.n.01,fireSource,0,0,FALSE,,,,,, +birdcage.n.01,cookable,0,0,FALSE,,,,,, +birdcage.n.01,coldSource,0,0,FALSE,,,,,, +birdcage.n.01,sliceable,0,0,FALSE,,,,,, +birdcage.n.01,slicer,1,0,FALSE,,,,,, +birdcage.n.01,soakable,0,0,FALSE,,,,,, +bird_feed.n.01,liquid,0,0,FALSE,,,,,, +bird_feed.n.01,heatSource,0,0,FALSE,,,,,, +bird_feed.n.01,fireSource,0,0,FALSE,,,,,, +bird_feed.n.01,cookable,0,0,FALSE,,,,,, +bird_feed.n.01,coldSource,0,0,FALSE,,,,,, +bird_feed.n.01,sliceable,0,0,FALSE,,,,,, +bird_feed.n.01,slicer,0,0,FALSE,,,,,, +bird_feed.n.01,soakable,0,0,FALSE,,,,,, +mousse.n.01,liquid,0,0,FALSE,,,,,, +mousse.n.01,heatSource,0,0,FALSE,,,,,, +mousse.n.01,fireSource,0,0,FALSE,,,,,, +mousse.n.01,cookable,0,1,FALSE,,,,,, +mousse.n.01,coldSource,0,0,FALSE,,,,,, +mousse.n.01,sliceable,0,0,FALSE,,,,,, +mousse.n.01,slicer,0,0,FALSE,,,,,, +mousse.n.01,soakable,1,0,FALSE,,,,,, +bobby_pin.n.01,liquid,0,0,FALSE,,,,,, +bobby_pin.n.01,heatSource,0,0,FALSE,,,,,, +bobby_pin.n.01,fireSource,0,0,FALSE,,,,,, +bobby_pin.n.01,cookable,0,0,FALSE,,,,,, +bobby_pin.n.01,coldSource,0,0,FALSE,,,,,, +bobby_pin.n.01,sliceable,0,0,FALSE,,,,,, +bobby_pin.n.01,slicer,0,0,FALSE,,,,,, +bobby_pin.n.01,soakable,0,0,FALSE,,,,,, +bowling_ball.n.01,liquid,0,0,FALSE,,,,,, +bowling_ball.n.01,heatSource,0,0,FALSE,,,,,, +bowling_ball.n.01,fireSource,0,0,FALSE,,,,,, +bowling_ball.n.01,cookable,0,0,FALSE,,,,,, +bowling_ball.n.01,coldSource,0,0,FALSE,,,,,, +bowling_ball.n.01,sliceable,0,0,FALSE,,,,,, +bowling_ball.n.01,slicer,1,0,FALSE,,,,,, +bowling_ball.n.01,soakable,0,0,FALSE,,,,,, +boxing_glove.n.01,liquid,0,0,FALSE,,,,,, +boxing_glove.n.01,heatSource,0,0,FALSE,,,,,, +boxing_glove.n.01,fireSource,0,0,FALSE,,,,,, +boxing_glove.n.01,cookable,0,0,FALSE,,,,,, +boxing_glove.n.01,coldSource,0,0,FALSE,,,,,, +boxing_glove.n.01,sliceable,0,0,FALSE,,,,,, +boxing_glove.n.01,slicer,1,0,FALSE,,,,,, +boxing_glove.n.01,soakable,0,1,FALSE,,,,,, +bratwurst.n.01,liquid,0,0,FALSE,,,,,, +bratwurst.n.01,heatSource,0,0,FALSE,,,,,, +bratwurst.n.01,fireSource,1,0,FALSE,,,,,, +bratwurst.n.01,cookable,0,1,FALSE,,,,,, +bratwurst.n.01,coldSource,0,0,FALSE,,,,,, +bratwurst.n.01,sliceable,0,1,FALSE,,,,,, +bratwurst.n.01,slicer,0,0,FALSE,,,,,, +bratwurst.n.01,soakable,0,0,FALSE,,,,,, +slice.n.01,liquid,0,0,FALSE,,,,,, +slice.n.01,heatSource,0,0,FALSE,,,,,, +slice.n.01,fireSource,0,0,FALSE,,,,,, +slice.n.01,cookable,0,0,FALSE,,,,,, +slice.n.01,coldSource,0,0,FALSE,,,,,, +slice.n.01,sliceable,0,0,FALSE,,,,,, +slice.n.01,slicer,0,0,FALSE,,,,,, +slice.n.01,soakable,0,0,FALSE,,,,,, +brisket.n.01,liquid,0,0,FALSE,,,,,, +brisket.n.01,heatSource,0,0,FALSE,,,,,, +brisket.n.01,fireSource,1,0,FALSE,,,,,, +brisket.n.01,cookable,0,1,FALSE,,,,,, +brisket.n.01,coldSource,0,0,FALSE,,,,,, +brisket.n.01,sliceable,0,1,FALSE,,,,,, +brisket.n.01,slicer,0,0,FALSE,,,,,, +brisket.n.01,soakable,0,0,FALSE,,,,,, +broccoli_rabe.n.02,liquid,0,0,FALSE,,,,,, +broccoli_rabe.n.02,heatSource,0,0,FALSE,,,,,, +broccoli_rabe.n.02,fireSource,1,0,FALSE,,,,,, +broccoli_rabe.n.02,cookable,0,1,FALSE,,,,,, +broccoli_rabe.n.02,coldSource,0,0,FALSE,,,,,, +broccoli_rabe.n.02,sliceable,0,1,FALSE,,,,,, +broccoli_rabe.n.02,slicer,0,0,FALSE,,,,,, +broccoli_rabe.n.02,soakable,0,0,FALSE,,,,,, +broccoli.n.01,liquid,0,0,FALSE,,,,,, +broccoli.n.01,heatSource,0,0,FALSE,,,,,, +broccoli.n.01,fireSource,1,0,FALSE,,,,,, +broccoli.n.01,cookable,0,1,FALSE,,,,,, +broccoli.n.01,coldSource,0,0,FALSE,,,,,, +broccoli.n.01,sliceable,0,1,FALSE,,,,,, +broccoli.n.01,slicer,0,0,FALSE,,,,,, +broccoli.n.01,soakable,0,0,FALSE,,,,,, +yam.n.01,liquid,0,0,FALSE,,,,,, +yam.n.01,heatSource,0,0,FALSE,,,,,, +yam.n.01,fireSource,1,0,FALSE,,,,,, +yam.n.01,cookable,0,1,FALSE,,,,,, +yam.n.01,coldSource,0,0,FALSE,,,,,, +yam.n.01,sliceable,0,1,FALSE,,,,,, +yam.n.01,slicer,0,0,FALSE,,,,,, +yam.n.01,soakable,0,0,FALSE,,,,,, +cappuccino.n.01,liquid,1,1,FALSE,,,,,, +cappuccino.n.01,heatSource,0,0,FALSE,,,,,, +cappuccino.n.01,fireSource,0,0,FALSE,,,,,, +cappuccino.n.01,cookable,0,0,FALSE,,,,,, +cappuccino.n.01,coldSource,0,0,FALSE,,,,,, +cappuccino.n.01,sliceable,0,0,FALSE,,,,,, +cappuccino.n.01,slicer,0,0,FALSE,,,,,, +cappuccino.n.01,soakable,0,0,FALSE,,,,,, +caraway_seed.n.01,liquid,0,0,FALSE,,,,,, +caraway_seed.n.01,heatSource,0,0,FALSE,,,,,, +caraway_seed.n.01,fireSource,1,0,FALSE,,,,,, +caraway_seed.n.01,cookable,0,1,FALSE,,,,,, +caraway_seed.n.01,coldSource,0,0,FALSE,,,,,, +caraway_seed.n.01,sliceable,0,0,FALSE,,,,,, +caraway_seed.n.01,slicer,0,0,FALSE,,,,,, +caraway_seed.n.01,soakable,0,0,FALSE,,,,,, +cardigan.n.01,liquid,0,0,FALSE,,,,,, +cardigan.n.01,heatSource,0,0,FALSE,,,,,, +cardigan.n.01,fireSource,0,0,FALSE,,,,,, +cardigan.n.01,cookable,0,0,FALSE,,,,,, +cardigan.n.01,coldSource,0,0,FALSE,,,,,, +cardigan.n.01,sliceable,0,0,FALSE,,,,,, +cardigan.n.01,slicer,0,0,FALSE,,,,,, +cardigan.n.01,soakable,1,1,FALSE,,,,,, +cash_register.n.01,liquid,0,0,FALSE,,,,,, +cash_register.n.01,heatSource,0,0,FALSE,,,,,, +cash_register.n.01,fireSource,0,0,FALSE,,,,,, +cash_register.n.01,cookable,0,0,FALSE,,,,,, +cash_register.n.01,coldSource,0,0,FALSE,,,,,, +cash_register.n.01,sliceable,0,0,FALSE,,,,,, +cash_register.n.01,slicer,1,0,FALSE,,,,,, +cash_register.n.01,soakable,0,0,FALSE,,,,,, +cat_food.n.01,liquid,0,0,FALSE,,,,,, +cat_food.n.01,heatSource,0,0,FALSE,,,,,, +cat_food.n.01,fireSource,1,0,FALSE,,,,,, +cat_food.n.01,cookable,0,0,FALSE,,,,,, +cat_food.n.01,coldSource,0,0,FALSE,,,,,, +cat_food.n.01,sliceable,0,0,FALSE,,,,,, +cat_food.n.01,slicer,0,0,FALSE,,,,,, +cat_food.n.01,soakable,0,0,FALSE,,,,,, +catalog.n.01,liquid,0,0,FALSE,,,,,, +catalog.n.01,heatSource,0,0,FALSE,,,,,, +catalog.n.01,fireSource,0,0,FALSE,,,,,, +catalog.n.01,cookable,0,0,FALSE,,,,,, +catalog.n.01,coldSource,0,0,FALSE,,,,,, +catalog.n.01,sliceable,0,0,FALSE,,,,,, +catalog.n.01,slicer,0,0,FALSE,,,,,, +catalog.n.01,soakable,0,0,FALSE,,,,,, +caulk.n.01,liquid,0,0,FALSE,,,,,, +caulk.n.01,heatSource,0,0,FALSE,,,,,, +caulk.n.01,fireSource,0,0,FALSE,,,,,, +caulk.n.01,cookable,0,0,FALSE,,,,,, +caulk.n.01,coldSource,1,0,FALSE,,,,,, +caulk.n.01,sliceable,0,0,FALSE,,,,,, +caulk.n.01,slicer,0,0,FALSE,,,,,, +caulk.n.01,soakable,0,0,FALSE,,,,,, +chalk.n.01,liquid,0,0,FALSE,,,,,, +chalk.n.01,heatSource,0,0,FALSE,,,,,, +chalk.n.01,fireSource,0,0,FALSE,,,,,, +chalk.n.01,cookable,0,0,FALSE,,,,,, +chalk.n.01,coldSource,0,0,FALSE,,,,,, +chalk.n.01,sliceable,0,0,FALSE,,,,,, +chalk.n.01,slicer,1,0,FALSE,,,,,, +chalk.n.01,soakable,0,1,FALSE,,,,,, +chanterelle.n.01,liquid,0,0,FALSE,,,,,, +chanterelle.n.01,heatSource,0,0,FALSE,,,,,, +chanterelle.n.01,fireSource,1,0,FALSE,,,,,, +chanterelle.n.01,cookable,0,1,FALSE,,,,,, +chanterelle.n.01,coldSource,0,0,FALSE,,,,,, +chanterelle.n.01,sliceable,0,1,FALSE,,,,,, +chanterelle.n.01,slicer,0,0,FALSE,,,,,, +chanterelle.n.01,soakable,0,0,FALSE,,,,,, +danish.n.02,liquid,0,0,FALSE,,,,,, +danish.n.02,heatSource,0,0,FALSE,,,,,, +danish.n.02,fireSource,0,0,FALSE,,,,,, +danish.n.02,cookable,0,1,FALSE,,,,,, +danish.n.02,coldSource,1,0,FALSE,,,,,, +danish.n.02,sliceable,0,1,FALSE,,,,,, +danish.n.02,slicer,1,0,FALSE,,,,,, +danish.n.02,soakable,1,1,FALSE,,,,,, +bouillon.n.01,liquid,1,1,FALSE,,,,,, +bouillon.n.01,heatSource,0,0,FALSE,,,,,, +bouillon.n.01,fireSource,1,0,FALSE,,,,,, +bouillon.n.01,cookable,0,1,FALSE,,,,,, +bouillon.n.01,coldSource,0,0,FALSE,,,,,, +bouillon.n.01,sliceable,0,0,FALSE,,,,,, +bouillon.n.01,slicer,1,0,FALSE,,,,,, +bouillon.n.01,soakable,0,0,FALSE,,,,,, +chicken_wire.n.01,liquid,0,0,FALSE,,,,,, +chicken_wire.n.01,heatSource,0,0,FALSE,,,,,, +chicken_wire.n.01,fireSource,0,0,FALSE,,,,,, +chicken_wire.n.01,cookable,0,0,FALSE,,,,,, +chicken_wire.n.01,coldSource,0,0,FALSE,,,,,, +chicken_wire.n.01,sliceable,0,0,FALSE,,,,,, +chicken_wire.n.01,slicer,0,0,FALSE,,,,,, +chicken_wire.n.01,soakable,0,0,FALSE,,,,,, +chisel.n.01,liquid,0,0,FALSE,,,,,, +chisel.n.01,heatSource,0,0,FALSE,,,,,, +chisel.n.01,fireSource,0,0,FALSE,,,,,, +chisel.n.01,cookable,0,0,FALSE,,,,,, +chisel.n.01,coldSource,0,0,FALSE,,,,,, +chisel.n.01,sliceable,0,0,FALSE,,,,,, +chisel.n.01,slicer,1,1,FALSE,,,,,, +chisel.n.01,soakable,0,0,FALSE,,,,,, +spread.n.05,liquid,0,0,FALSE,,,,,, +spread.n.05,heatSource,0,0,FALSE,,,,,, +spread.n.05,fireSource,0,0,FALSE,,,,,, +spread.n.05,cookable,0,1,FALSE,,,,,, +spread.n.05,coldSource,0,0,FALSE,,,,,, +spread.n.05,sliceable,0,0,FALSE,,,,,, +spread.n.05,slicer,0,0,FALSE,,,,,, +spread.n.05,soakable,0,0,FALSE,,,,,, +chopping_block.n.01,liquid,0,0,FALSE,,,,,, +chopping_block.n.01,heatSource,0,0,FALSE,,,,,, +chopping_block.n.01,fireSource,0,0,FALSE,,,,,, +chopping_block.n.01,cookable,0,0,FALSE,,,,,, +chopping_block.n.01,coldSource,0,0,FALSE,,,,,, +chopping_block.n.01,sliceable,0,0,FALSE,,,,,, +chopping_block.n.01,slicer,0,0,FALSE,,,,,, +chopping_block.n.01,soakable,0,0,FALSE,,,,,, +cigarette.n.01,liquid,0,0,FALSE,,,,,, +cigarette.n.01,heatSource,0,0,FALSE,,,,,, +cigarette.n.01,fireSource,0,1,FALSE,,,,,, +cigarette.n.01,cookable,0,0,FALSE,,,,,, +cigarette.n.01,coldSource,0,0,FALSE,,,,,, +cigarette.n.01,sliceable,0,0,FALSE,,,,,, +cigarette.n.01,slicer,0,0,FALSE,,,,,, +cigarette.n.01,soakable,0,1,FALSE,,,,,, +fish_stew.n.01,liquid,0,1,FALSE,,,,,, +fish_stew.n.01,heatSource,0,0,FALSE,,,,,, +fish_stew.n.01,fireSource,1,0,FALSE,,,,,, +fish_stew.n.01,cookable,0,1,FALSE,,,,,, +fish_stew.n.01,coldSource,0,0,FALSE,,,,,, +fish_stew.n.01,sliceable,0,0,FALSE,,,,,, +fish_stew.n.01,slicer,0,0,FALSE,,,,,, +fish_stew.n.01,soakable,0,0,FALSE,,,,,, +clove.n.01,liquid,0,0,FALSE,,,,,, +clove.n.01,heatSource,0,0,FALSE,,,,,, +clove.n.01,fireSource,0,0,FALSE,,,,,, +clove.n.01,cookable,0,1,FALSE,,,,,, +clove.n.01,coldSource,0,0,FALSE,,,,,, +clove.n.01,sliceable,0,0,FALSE,,,,,, +clove.n.01,slicer,0,0,FALSE,,,,,, +clove.n.01,soakable,0,0,FALSE,,,,,, +conch.n.01,liquid,0,0,FALSE,,,,,, +conch.n.01,heatSource,0,0,FALSE,,,,,, +conch.n.01,fireSource,1,0,FALSE,,,,,, +conch.n.01,cookable,0,0,FALSE,,,,,, +conch.n.01,coldSource,0,0,FALSE,,,,,, +conch.n.01,sliceable,0,0,FALSE,,,,,, +conch.n.01,slicer,0,0,FALSE,,,,,, +conch.n.01,soakable,0,0,FALSE,,,,,, +cooking_oil.n.01,liquid,1,1,FALSE,,,,,, +cooking_oil.n.01,heatSource,1,0,FALSE,,,,,, +cooking_oil.n.01,fireSource,1,0,FALSE,,,,,, +cooking_oil.n.01,cookable,0,1,FALSE,,,,,, +cooking_oil.n.01,coldSource,0,0,FALSE,,,,,, +cooking_oil.n.01,sliceable,0,0,FALSE,,,,,, +cooking_oil.n.01,slicer,0,0,FALSE,,,,,, +cooking_oil.n.01,soakable,0,0,FALSE,,,,,, +mug.n.01,liquid,1,0,FALSE,,,,,, +mug.n.01,heatSource,0,0,FALSE,,,,,, +mug.n.01,fireSource,0,0,FALSE,,,,,, +mug.n.01,cookable,0,0,FALSE,,,,,, +mug.n.01,coldSource,1,0,FALSE,,,,,, +mug.n.01,sliceable,0,0,FALSE,,,,,, +mug.n.01,slicer,1,0,FALSE,,,,,, +mug.n.01,soakable,0,0,FALSE,,,,,, +coriander.n.02,liquid,0,0,FALSE,,,,,, +coriander.n.02,heatSource,0,0,FALSE,,,,,, +coriander.n.02,fireSource,1,0,FALSE,,,,,, +coriander.n.02,cookable,0,1,FALSE,,,,,, +coriander.n.02,coldSource,0,0,FALSE,,,,,, +coriander.n.02,sliceable,0,0,FALSE,,,,,, +coriander.n.02,slicer,0,0,FALSE,,,,,, +coriander.n.02,soakable,0,0,FALSE,,,,,, +corkscrew.n.01,liquid,0,0,FALSE,,,,,, +corkscrew.n.01,heatSource,0,0,FALSE,,,,,, +corkscrew.n.01,fireSource,0,0,FALSE,,,,,, +corkscrew.n.01,cookable,0,0,FALSE,,,,,, +corkscrew.n.01,coldSource,0,0,FALSE,,,,,, +corkscrew.n.01,sliceable,0,0,FALSE,,,,,, +corkscrew.n.01,slicer,1,0,FALSE,,,,,, +corkscrew.n.01,soakable,0,0,FALSE,,,,,, +cornbread.n.01,liquid,0,0,FALSE,,,,,, +cornbread.n.01,heatSource,0,0,FALSE,,,,,, +cornbread.n.01,fireSource,1,0,FALSE,,,,,, +cornbread.n.01,cookable,0,1,FALSE,,,,,, +cornbread.n.01,coldSource,1,0,FALSE,,,,,, +cornbread.n.01,sliceable,0,1,FALSE,,,,,, +cornbread.n.01,slicer,0,0,FALSE,,,,,, +cornbread.n.01,soakable,0,0,FALSE,,,,,, +crayfish.n.02,liquid,0,0,FALSE,,,,,, +crayfish.n.02,heatSource,0,0,FALSE,,,,,, +crayfish.n.02,fireSource,1,0,FALSE,,,,,, +crayfish.n.02,cookable,0,1,FALSE,,,,,, +crayfish.n.02,coldSource,0,0,FALSE,,,,,, +crayfish.n.02,sliceable,0,1,FALSE,,,,,, +crayfish.n.02,slicer,0,0,FALSE,,,,,, +crayfish.n.02,soakable,0,0,FALSE,,,,,, +cream_soda.n.01,liquid,1,1,FALSE,,,,,, +cream_soda.n.01,heatSource,0,0,FALSE,,,,,, +cream_soda.n.01,fireSource,0,0,FALSE,,,,,, +cream_soda.n.01,cookable,0,0,FALSE,,,,,, +cream_soda.n.01,coldSource,1,0,FALSE,,,,,, +cream_soda.n.01,sliceable,0,0,FALSE,,,,,, +cream_soda.n.01,slicer,0,0,FALSE,,,,,, +cream_soda.n.01,soakable,0,0,FALSE,,,,,, +cymbal.n.01,liquid,0,0,FALSE,,,,,, +cymbal.n.01,heatSource,0,0,FALSE,,,,,, +cymbal.n.01,fireSource,0,0,FALSE,,,,,, +cymbal.n.01,cookable,0,0,FALSE,,,,,, +cymbal.n.01,coldSource,0,0,FALSE,,,,,, +cymbal.n.01,sliceable,0,0,FALSE,,,,,, +cymbal.n.01,slicer,1,0,FALSE,,,,,, +cymbal.n.01,soakable,0,0,FALSE,,,,,, +daffodil.n.01,liquid,0,0,FALSE,,,,,, +daffodil.n.01,heatSource,0,0,FALSE,,,,,, +daffodil.n.01,fireSource,0,0,FALSE,,,,,, +daffodil.n.01,cookable,0,0,FALSE,,,,,, +daffodil.n.01,coldSource,0,0,FALSE,,,,,, +daffodil.n.01,sliceable,0,0,FALSE,,,,,, +daffodil.n.01,slicer,1,0,FALSE,,,,,, +daffodil.n.01,soakable,0,0,FALSE,,,,,, +dahlia.n.01,liquid,0,0,FALSE,,,,,, +dahlia.n.01,heatSource,0,0,FALSE,,,,,, +dahlia.n.01,fireSource,0,0,FALSE,,,,,, +dahlia.n.01,cookable,0,0,FALSE,,,,,, +dahlia.n.01,coldSource,0,0,FALSE,,,,,, +dahlia.n.01,sliceable,0,0,FALSE,,,,,, +dahlia.n.01,slicer,0,0,FALSE,,,,,, +dahlia.n.01,soakable,0,0,FALSE,,,,,, +desiccant.n.01,liquid,0,0,FALSE,,,,,, +desiccant.n.01,heatSource,0,0,FALSE,,,,,, +desiccant.n.01,fireSource,0,0,FALSE,,,,,, +desiccant.n.01,cookable,0,0,FALSE,,,,,, +desiccant.n.01,coldSource,0,0,FALSE,,,,,, +desiccant.n.01,sliceable,0,0,FALSE,,,,,, +desiccant.n.01,slicer,0,0,FALSE,,,,,, +desiccant.n.01,soakable,0,0,FALSE,,,,,, +die.n.01,liquid,0,0,FALSE,,,,,, +die.n.01,heatSource,0,0,FALSE,,,,,, +die.n.01,fireSource,0,0,FALSE,,,,,, +die.n.01,cookable,0,0,FALSE,,,,,, +die.n.01,coldSource,0,0,FALSE,,,,,, +die.n.01,sliceable,0,0,FALSE,,,,,, +die.n.01,slicer,1,0,FALSE,,,,,, +die.n.01,soakable,0,0,FALSE,,,,,, +diving_board.n.01,liquid,0,0,FALSE,,,,,, +diving_board.n.01,heatSource,0,0,FALSE,,,,,, +diving_board.n.01,fireSource,0,0,FALSE,,,,,, +diving_board.n.01,cookable,0,0,FALSE,,,,,, +diving_board.n.01,coldSource,0,0,FALSE,,,,,, +diving_board.n.01,sliceable,0,0,FALSE,,,,,, +diving_board.n.01,slicer,1,0,FALSE,,,,,, +diving_board.n.01,soakable,0,0,FALSE,,,,,, +double_boiler.n.01,liquid,0,0,FALSE,,,,,, +double_boiler.n.01,heatSource,1,1,TRUE,N/A,,,0,0,1 +double_boiler.n.01,fireSource,0,0,FALSE,,,,,, +double_boiler.n.01,cookable,0,0,FALSE,,,,,, +double_boiler.n.01,coldSource,1,0,FALSE,,,,,, +double_boiler.n.01,sliceable,0,0,FALSE,,,,,, +double_boiler.n.01,slicer,0,0,FALSE,,,,,, +double_boiler.n.01,soakable,0,0,FALSE,,,,,, +drumstick.n.01,liquid,0,0,FALSE,,,,,, +drumstick.n.01,heatSource,0,0,FALSE,,,,,, +drumstick.n.01,fireSource,1,0,FALSE,,,,,, +drumstick.n.01,cookable,0,0,FALSE,,,,,, +drumstick.n.01,coldSource,0,0,FALSE,,,,,, +drumstick.n.01,sliceable,0,0,FALSE,,,,,, +drumstick.n.01,slicer,0,0,FALSE,,,,,, +drumstick.n.01,soakable,0,0,FALSE,,,,,, +softener.n.01,liquid,1,1,FALSE,,,,,, +stove.n.01,heatSource,1,1,TRUE,1980,https://homecookworld.com/how-hot-does-a-gas-stove-get/,,1,0,0 +sauna_heater.n.01,heatSource,1,1,TRUE,77,https://almostheaven.com/blogs/news/what-is-the-best-temperature-to-sauna-at,,1,0,0 +space_heater.n.01,heatSource,1,1,TRUE,42,https://convectex.com/blogs/blog/can-you-kill-bed-bugs-with-a-space-heater,,1,0,0 diff --git a/bddl/generated_data/prop_param_annots/particleApplier.csv b/bddl/generated_data/prop_param_annots/particleApplier.csv new file mode 100644 index 00000000..8e884bd1 --- /dev/null +++ b/bddl/generated_data/prop_param_annots/particleApplier.csv @@ -0,0 +1,50 @@ +synset,system +pepper_mill.n.01,black_pepper +acetone__atomizer.n.01,acetone +air_freshener__atomizer.n.01,air_freshener +ammonia_water__atomizer.n.01,ammonia_water +bleaching_agent__atomizer.n.01,bleaching_agent +conditioner__atomizer.n.01,conditioner +deodorant__atomizer.n.01,deodorant +detergent__atomizer.n.01,detergent +fertilizer__atomizer.n.01,fertilizer +insectifuge__atomizer.n.01,insectifuge +pesticide__atomizer.n.01,pesticide +rubbing_alcohol__atomizer.n.01,rubbing_alcohol +sealant__atomizer.n.01,sealant +spray_paint__can.n.01,spray_paint +vinegar__atomizer.n.01,vinegar +water__atomizer.n.01,water +whipped_cream__atomizer.n.01,whipped_cream +whipped_cream__can.n.01,whipped_cream +allspice__shaker.n.01,allspice +cayenne__shaker.n.01,cayenne +cinnamon__shaker.n.01,cinnamon +conditioner__dispenser.n.01,conditioner +coriander__shaker.n.01,coriander +cream_of_tartar__shaker.n.01,cream_of_tartar +cumin__shaker.n.01,cumin +curry_powder__shaker.n.01,curry_powder +drink__dispenser.n.01,water +ginger__shaker.n.01,ginger +isopropanol__dispenser.n.01,isopropanol +jam__dispenser.n.01,jam +lemon-pepper_seasoning__shaker.n.01,lemon_pepper_seasoning +marjoram__shaker.n.01,marjoram +mustard_seed__shaker.n.01,mustard_seed +nutmeg__shaker.n.01,nutmeg +onion_powder__shaker.n.01,onion_powder +paprika__shaker.n.01,paprika +parmesan__shaker.n.01,parmesan +pepper__shaker.n.01,black_pepper +rosemary__shaker.n.01,rosemary +saffron__shaker.n.01,saffron +sage__shaker.n.01,sage +salt__shaker.n.01,salt +sesame_seed__shaker.n.01,sesame_seed +shampoo__dispenser.n.01,shampoo +thyme__shaker.n.01,thyme +water__dispenser.n.01,water +yeast__shaker.n.01,yeast +parsley__shaker.n.01,parsley +savory_spice__shaker.n.01,savory_spice diff --git a/bddl/generated_data/prop_param_annots/particleSource.csv b/bddl/generated_data/prop_param_annots/particleSource.csv new file mode 100644 index 00000000..720e968a --- /dev/null +++ b/bddl/generated_data/prop_param_annots/particleSource.csv @@ -0,0 +1,8 @@ +synset,system +bathtub.n.01,water +bidet.n.01,water +sink.n.01,water +soap_dispenser.n.01,liquid_soap +tub.n.02,water +watering_can.n.01,water +squeeze_bottle.n.01,water diff --git a/bddl/generated_data/prop_param_annots/tm_cleaning.csv b/bddl/generated_data/prop_param_annots/tm_cleaning.csv new file mode 100644 index 00000000..1ec8fa77 --- /dev/null +++ b/bddl/generated_data/prop_param_annots/tm_cleaning.csv @@ -0,0 +1,112 @@ +,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +CLEANING WITH PARTICLEREMOVER ONLY,,,,,other liquids,other visualSubstances,other physicalSubstances,water.n.06,dust.n.01,dirt.n.02,debris.n.01,bunchgrass.n.01,mud.n.03,mold.n.05,mildew.n.02,baby_oil.n.01,coconut_oil.n.01,cooking_oil.n.01,essential_oil.n.01,linseed_oil.n.01,olive_oil.n.01,sesame_oil.n.01,stain.n.01,ink.n.01,alga.n.01,spray_paint.n.01,house_paint.n.01,rust.n.01,patina.n.01,incision.n.01,tarnish.n.02,calcium_carbonate.n.01,wrinkle.n.01 +input,,,,apron.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[dust.n.01,dirt.n.02,debris.n.01,grass.n.01]_(i)",,,backpack.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,bandage.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,"[dust.n.01,dirt.n.02,debris.n.01,grass.n.01]_(i)",[non-substance]_(j),,bandanna.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,baseball_cap.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[particleRemover]_(k),,,baseball_glove.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +touching,[particleRemover]_(k),[non-substance]_(j),,bath_mat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,batting_glove.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,"[dust.n.01,dirt.n.02,debris.n.01,grass.n.01]_(i)",[non-substance]_(j),,sheet.n.03,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,blanket.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,case.n.19,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING WITH PARTICLEREMOVER AND WATER,,,,blouse.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,boxing_glove.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[mud.n.01,mold.n.05,mildew.n.02]_(i)",,,brassiere.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,cardigan.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,water.n.06_(l),,,costume.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(k),water.n.06_(l),,cotton.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,curtain.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,diaper.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,dishtowel.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING WITH GENERAL CLEANSING AGENTS,,,,dress.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,duffel_bag.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,liner.n.03,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[particleRemover]_(k),,,fur_coat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(k),"[sodium_carbonate.n.01,vinegar.n.01,detergent.n.02,lemon_juice.n.01,rubbing_alcohol.n.01,liquid_soap.n.01,chlorine.n.01,borax.n.01,shampoo.n.01,toothpaste.n.01,ammonia_water.n.01,disinfectant.n.01]_(l)",,goalkeeper_gloves.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,hand_towel.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,"[baby_oil.n.01,coconut_oil.n.01,cooking_oil.n.01,essential_oil.n.01,linseed_oil.n.01,olive_oil.n.01,sesame_oil.n.01,stain.n.01,ink.n.01,alga.n.01]_(i)",[non-substance]_(j),,hat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,sweatshirt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,jacket.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,jean.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[stain.n.01,ink.n.01,alga.n.01,paint.n.01,rust.n.01,patina.n.01,incision.n.01,tarnish.n.01]_(i)",,,jersey.n.03,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,knit.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,"[stain.n.01,ink.n.01,alga.n.01,paint.n.01,rust.n.01,patina.n.01,incision.n.01,tarnish.n.01]_(i)",[non-substance]_(j),,lace.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[steel_wool.n.01,emery_paper.n.01]_(k)",,,legging.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +touching,"[steel_wool.n.01,emery_paper.n.01]_(k)",[non-substance]_(j),,leotard.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,"[stain.n.01,ink.n.01,alga.n.01,paint.n.01,rust.n.01,patina.n.01,incision.n.01,tarnish.n.01]_(i)",[non-substance]_(j),,lining.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,lingerie.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING WITH PAINT REMOVER OR ACETONE,,,,mat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,mattress.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,paint.n.01_(i),,,mattress_cover.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,rag.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,paint.n.01_(i),[non-substance]_(j),,sponge.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,necktie.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[solvent.n.01,acetone.n.01]_(i)",,,paper_towel.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(k),"[solvent.n.01,acetone.n.01]_(l)",,pennant.n.02,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +touching,[particleRemover]_(k),[non-substance]_(j),,pet_bed.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,pillow.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,paint.n.01_(i),[non-substance]_(j),,place_mat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,polo_shirt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,punching_bag.n.02,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING WITH ACID,,,,quilt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,ribbon.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,calcium_carbonate.n.01_(i),,,rug.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,sweat_suit.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,calcium_carbonate.n.01_(i),[non-substance]_(j),,scarf.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[lemon_juice.n.01,vinegar.n.01]_(l)",,,skirt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(k),"[lemon_juice.n.01,vinegar.n.01]_(l)",,sock.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[non-substance]_(j),,,tablecloth.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,tank_top.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING WITH AN IRON,,,,tea_bag.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,teddy.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,wrinkle.n.01_(i),,,tights.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,[cloth]_(j),wrinkle.n.01_(i),,toilet_tissue.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,velvet.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,wrinkle.n.01_(i),[cloth]_(j),,vest.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[cloth]_(j),,,wool.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,wool_coat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +CLEANING OF OTHER SUBSTANCES,,,,bath_towel.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[non-dust.n.01,non-dirt.n.02,non-debris.n.01,non-grass.n.01,non-mud.n.01,non-mold.n.05,non-mildew.n.02,non-baby_oil.n.01,non-coconut_oil.n.01,non-cooking_oil.n.01,non-essential_oil.n.01,non-linseed_oil.n.01,non-olive_oil.n.01,non-sesame_oil.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-paint.n.01,non-rust.n.01,non-patina.n.01,non-incision.n.01,non-tarnish.n.01,non-calcium_carbonate.n.01,non-wrinkle.n.01]_(i)",,,dinner_napkin.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,"[non-dust.n.01,non-dirt.n.02,non-debris.n.01,non-grass.n.01,non-mud.n.01,non-mold.n.05,non-mildew.n.02,non-baby_oil.n.01,non-coconut_oil.n.01,non-cooking_oil.n.01,non-essential_oil.n.01,non-linseed_oil.n.01,non-olive_oil.n.01,non-sesame_oil.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-paint.n.01,non-rust.n.01,non-patina.n.01,non-incision.n.01,non-tarnish.n.01,non-calcium_carbonate.n.01,non-wrinkle.n.01]_(i)",[non-substance]_(j),,sanitary_napkin.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,shawl.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,[particleRemover]_(k),,,sheet.n.02,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,water.n.06_(l),,,shoulder_bag.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(k),water.n.06_(l),,sofa.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +touching,[particleRemover]_(k),[non-substance]_(j),,window_blind.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,swab.n.02,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +not covered,"[non-dust.n.01,non-dirt.n.02,non-debris.n.01,non-grass.n.01,non-mud.n.01,non-mold.n.05,non-mildew.n.02,non-baby_oil.n.01,non-coconut_oil.n.01,non-cooking_oil.n.01,non-essential_oil.n.01,non-linseed_oil.n.01,non-olive_oil.n.01,non-sesame_oil.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-stain.n.01,non-ink.n.01,non-alga.n.01,non-paint.n.01,non-rust.n.01,non-patina.n.01,non-incision.n.01,non-tarnish.n.01,non-calcium_carbonate.n.01,non-wrinkle.n.01]_(i)",[non-substance]_(j),,pipe_cleaner.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,scrub_brush.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +WASHING MACHINE ON PARTICLEREMOVER,,,,vacuum.n.04,0,toggled_on,toggled_on,0,toggled_on,toggled_on,toggled_on,toggled_on,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +input,,,,steel_wool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0 +real,[particleRemover]_(i),,,emery_paper.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,0 +transition requirement,,,,iron.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,toggled_on +real,washer.n.03_(j),,,washer.n.03 (NOT ParticleRemover),1,1,1,0,1,1,1,1,1,1,1,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.01,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.02,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.03,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.04,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.05,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.06,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.07,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.08,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.09,contains sodium_carbonate.n.01 OR contains vinegar.n.01 OR contains detergent.n.02 OR contains lemon_juice.n.01 OR contains rubbing_alcohol.n.01 OR contains liquid_soap.n.01 OR contains chlorine.n.01 OR contains borax.n.01 OR contains shampoo.n.01 OR contains toothpaste.n.01 OR contains ammonia_water.n.01 OR contains disinfectant.n.10,0,0,0,0,0,0,0,0 +toggled_on,washer.n.03_(j),,,clothes_dryer.n.01 (NOT ParticleRemover),0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +inside,[particleRemover]_(i),washer.n.03_(j),,carpet_sweeper.n.01,0,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +output,,,,cheesecloth.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,water.n.06_(k),,,collar.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +saturated,[particleRemover]_(i),water.n.06_(k),,cotton.n.04,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,drawers.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +WASHING MACHINE ON NON-PARTICLEREMOVER NON-SUBSTANCE,,,,felt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +input,,,,gown.n.05,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,"[non-particleRemover,nonSubstance]_(i)",,,loofa.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +transition requirement,,,,lint_roller.n.01,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +real,washer.n.03_(j),,,mattress_pad.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +toggled_on,washer.n.03_(j),,,overall.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +inside,"[non-particleRemover,nonSubstance]_(i)",washer.n.03_(j),,pajama.n.02,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +output,,,,paper_coffee_filter.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +real,water.n.06_(k),,,scrub.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +covered,"[non-particleRemover,nonSubstance]_(i)",water.n.06_(k),,stocking.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,suit.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,tie.n.09,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,yoga_mat.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,crewneck_sweater.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,doily.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,dress_shirt.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,kid_glove.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,long_trousers.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,maillot.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,slacks.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 +,,,,national_flag.n.01,1,1,1,1,1,1,1,1,saturated water.n.06,saturated water.n.06,saturated water.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.01,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.02,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.03,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.04,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.05,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.06,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.07,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.08,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.09,saturated sodium_carbonate.n.01 OR saturated vinegar.n.01 OR saturated detergent.n.02 OR saturated lemon_juice.n.01 OR saturated rubbing_alcohol.n.01 OR saturated liquid_soap.n.01 OR saturated chlorine.n.01 OR saturated borax.n.01 OR saturated shampoo.n.01 OR saturated toothpaste.n.01 OR saturated ammonia_water.n.01 OR saturated disinfectant.n.10,saturated solvent.n.01 OR saturated acetone.n.01,saturated solvent.n.01 OR saturated acetone.n.01,0,0,0,0,saturated lemon_juice.n.01 OR saturated vinegar.n.01,0 diff --git a/bddl/generated_data/propagated_annots_canonical.json b/bddl/generated_data/propagated_annots_canonical.json index c5b5d24e..fbf1c664 100644 --- a/bddl/generated_data/propagated_annots_canonical.json +++ b/bddl/generated_data/propagated_annots_canonical.json @@ -7,6 +7,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -20,12 +21,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -33,7 +34,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45,19 +45,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -69,6 +69,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -84,25 +85,26 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "acetone__bottle.n.01": { - "breakable": {}, + "acetone__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -111,6 +113,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "acknowledgment.n.03": { @@ -122,6 +125,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -140,6 +144,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -157,6 +162,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "acquisition.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -174,6 +198,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -191,6 +216,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -208,6 +234,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -225,6 +252,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -248,6 +276,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -266,6 +295,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -282,12 +312,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -306,6 +338,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -324,6 +357,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -334,6 +368,24 @@ "wetable": {}, "wrinkleable": {} }, + "agent.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "agent.n.03": { "freezable": {}, "heatable": {} @@ -344,7 +396,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, - "openable": {}, + "physicalSubstance": {}, "substance": {} }, "air_conditioner.n.01": { @@ -353,10 +405,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -375,6 +427,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -392,6 +445,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -410,6 +465,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -427,6 +483,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -445,6 +502,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -460,6 +518,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "alcohol.n.02": { @@ -468,6 +527,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "alcove.n.01": { @@ -478,6 +538,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -499,6 +560,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "allen_wrench.n.01": { @@ -509,6 +571,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -527,6 +590,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -542,18 +606,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "allspice__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -569,18 +634,19 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "almond_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "aluminum.n.01": { + "alphabet_abacus.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -588,6 +654,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -597,69 +664,69 @@ "wetable": {}, "wrinkleable": {} }, - "aluminum_foil.n.01": { - "cloth": {}, - "deformable": {}, + "aluminum.n.01": { "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "ammonia_water.n.01": { - "boilable": {}, - "freezable": {}, - "heatable": {}, - "liquid": {}, - "substance": {} - }, - "ammonia_water__atomizer.n.01": { + "aluminum_foil.n.01": { + "cloth": {}, + "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "ammonia_water__bottle.n.01": { - "breakable": {}, + "ammonia_water.n.01": { + "boilable": {}, + "freezable": {}, + "heatable": {}, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "ammonia_water__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -672,6 +739,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -685,6 +753,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "anchor.n.01": { @@ -695,6 +764,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -712,6 +782,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -729,6 +800,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -746,6 +818,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -755,25 +828,6 @@ "wetable": {}, "wrinkleable": {} }, - "animal_product.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "animal_tissue.n.01": { "cookable": {}, "disinfectable": {}, @@ -783,6 +837,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -800,6 +855,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -814,6 +870,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "antifungal.n.01": { @@ -821,12 +878,14 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "antihistamine.n.01": { "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "antipasto.n.01": { @@ -838,6 +897,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -856,6 +916,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -873,6 +934,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -890,6 +952,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -907,6 +970,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -924,6 +988,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -938,21 +1003,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -970,6 +1035,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -988,6 +1054,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1007,6 +1074,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1022,6 +1090,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "apple_juice__bottle.n.01": { @@ -1034,7 +1103,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1053,6 +1122,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1065,10 +1135,10 @@ }, "applesauce.n.01": { "boilable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "appliance.n.02": { @@ -1079,6 +1149,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1096,6 +1167,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1114,6 +1186,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1128,20 +1201,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -1154,6 +1227,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1168,6 +1242,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -1179,6 +1254,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1192,6 +1268,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "arepa.n.01": { @@ -1203,6 +1280,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1223,8 +1301,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1240,6 +1320,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1257,6 +1338,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1274,6 +1356,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1292,6 +1375,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1309,6 +1393,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1327,6 +1412,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1345,6 +1431,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1366,6 +1453,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1384,6 +1472,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1398,17 +1487,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "ashcan.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1421,11 +1512,13 @@ "ashtray.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1444,6 +1537,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1459,6 +1553,8 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "assets.n.01": { @@ -1469,6 +1565,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1481,13 +1578,16 @@ "athletic_facility.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1504,12 +1604,12 @@ "atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1528,6 +1628,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -1540,20 +1641,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -1569,6 +1670,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1589,6 +1691,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1609,6 +1712,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -1616,6 +1720,7 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -1628,6 +1733,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1646,6 +1752,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1663,6 +1770,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1681,6 +1789,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1698,8 +1807,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1715,6 +1826,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1729,6 +1841,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "baby_shoe.n.01": { @@ -1740,6 +1853,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1757,6 +1871,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1769,12 +1884,12 @@ "backpack.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -1795,6 +1910,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1813,6 +1929,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -1826,13 +1943,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -1840,7 +1956,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -1853,7 +1968,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1872,7 +1987,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1891,7 +2006,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1910,7 +2025,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1929,7 +2044,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1948,7 +2063,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1967,7 +2082,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1984,9 +2099,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2005,7 +2121,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2024,7 +2140,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2041,9 +2157,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2053,16 +2170,15 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__oranges.n.01": { + "bag__of__jerky.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2072,16 +2188,15 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__popcorn.n.01": { + "bag__of__mulch.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2091,7 +2206,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__rice.n.01": { + "bag__of__oranges.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2100,7 +2215,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2110,7 +2225,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__shiitake.n.01": { + "bag__of__popcorn.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2119,7 +2234,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2129,7 +2244,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__snacks.n.01": { + "bag__of__rice.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2138,7 +2253,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2148,7 +2263,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__starch.n.01": { + "bag__of__rubbish.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2157,7 +2272,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2167,7 +2282,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__tea.n.01": { + "bag__of__shiitake.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2176,7 +2291,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2186,7 +2301,7 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__yeast.n.01": { + "bag__of__snacks.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2195,59 +2310,17 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bagel.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bagel_dough.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "baggage.n.01": { + "bag__of__starch.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2256,7 +2329,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2266,7 +2339,7 @@ "wetable": {}, "wrinkleable": {} }, - "bagged__rubbish.n.01": { + "bag__of__tea.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2275,6 +2348,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2284,24 +2358,7 @@ "wetable": {}, "wrinkleable": {} }, - "bagged_chip.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bagged_chocolate_bar.n.01": { + "bag__of__yeast.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2310,6 +2367,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2319,25 +2377,29 @@ "wetable": {}, "wrinkleable": {} }, - "bagged_cookie.n.01": { + "bagel.n.01": { + "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "bagged_ice_cream.n.01": { + "bagel_dough.n.01": { + "cookable": {}, + "deformable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2346,16 +2408,18 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, + "sliceable": {}, + "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "bagged_popcorn.n.01": { + "baggage.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -2364,6 +2428,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2382,6 +2447,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2400,6 +2466,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2417,6 +2484,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "baking_powder__jar.n.01": { @@ -2429,7 +2497,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2447,6 +2515,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2468,6 +2537,27 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "balsamic_vinegar__bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2486,6 +2576,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2505,6 +2596,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2525,6 +2617,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2543,6 +2636,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -2552,23 +2646,21 @@ "wrinkleable": {} }, "bandage.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2576,20 +2668,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2597,20 +2689,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2619,20 +2711,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2644,8 +2734,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -2661,6 +2753,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2679,6 +2772,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2694,8 +2788,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2711,6 +2807,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "barbecue_sauce__bottle.n.01": { @@ -2723,7 +2820,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2737,13 +2834,13 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2758,17 +2855,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "barrel.n.02": { "disinfectable": {}, "dustyable": {}, "fillable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2786,6 +2886,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2803,6 +2904,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2821,6 +2923,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2838,6 +2941,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2855,6 +2959,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "baseball_bat.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2872,6 +2995,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -2890,6 +3014,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -2902,12 +3027,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -2915,7 +3040,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2928,6 +3052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2941,20 +3066,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2967,6 +3093,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2986,6 +3113,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3005,7 +3133,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3023,6 +3151,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -3042,6 +3171,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3059,6 +3189,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3076,6 +3207,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3093,6 +3225,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3106,20 +3239,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3127,20 +3260,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3148,21 +3281,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3174,9 +3307,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3190,6 +3325,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "battery.n.02": { @@ -3200,6 +3336,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3213,12 +3350,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -3226,7 +3363,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3239,6 +3375,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3249,6 +3386,43 @@ "wetable": {}, "wrinkleable": {} }, + "beach_toy.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "beaker.n.02": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "bean.n.01": { "cookable": {}, "freezable": {}, @@ -3260,6 +3434,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "bean_curd.n.01": { @@ -3267,12 +3442,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -3280,7 +3455,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3292,6 +3466,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3307,6 +3482,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beating-reed_instrument.n.01": { @@ -3317,6 +3493,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3334,8 +3511,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3347,20 +3526,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3368,19 +3547,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3392,6 +3572,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3406,6 +3587,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -3415,6 +3597,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beef_broth__carton.n.01": { @@ -3427,6 +3610,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3436,31 +3620,13 @@ "wetable": {}, "wrinkleable": {} }, - "beef_roast.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "beef_stew.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beefsteak_tomato.n.01": { @@ -3472,6 +3638,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3488,6 +3655,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beer_barrel.n.01": { @@ -3500,6 +3668,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3519,26 +3688,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "beer_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3558,6 +3708,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3575,6 +3726,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3584,33 +3736,17 @@ "wetable": {}, "wrinkleable": {} }, - "beeswax.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "beeswax_candle.n.01": { "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3629,6 +3765,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3647,6 +3784,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3665,6 +3803,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3679,19 +3818,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3699,19 +3838,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3723,8 +3862,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3740,6 +3881,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3759,12 +3901,14 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "beverage.n.01": { "freezable": {}, "heatable": {}, + "physicalSubstance": {}, "substance": {} }, "bicycle.n.01": { @@ -3775,6 +3919,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3792,6 +3937,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3809,6 +3955,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3826,6 +3973,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -3841,20 +3989,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3866,6 +4014,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3878,11 +4027,13 @@ "bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3904,6 +4055,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3922,7 +4074,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3942,6 +4094,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3955,13 +4108,13 @@ "bird.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "bird_feed.n.01": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "bird_feed__bag.n.01": { @@ -3974,6 +4127,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3986,11 +4140,13 @@ "bird_feeder.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4008,6 +4164,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4022,19 +4179,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4044,12 +4200,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -4057,7 +4213,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4066,6 +4221,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -4074,6 +4230,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "blackberry.n.01": { @@ -4085,6 +4242,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4103,6 +4261,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4121,6 +4280,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4138,6 +4298,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4152,20 +4313,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4174,25 +4335,26 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "bleaching_agent__bottle.n.01": { - "breakable": {}, + "bleaching_agent__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4205,6 +4367,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -4222,12 +4385,13 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -4235,7 +4399,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4247,6 +4410,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -4263,6 +4427,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4281,6 +4446,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4294,20 +4460,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4320,6 +4486,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4335,6 +4502,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -4348,6 +4516,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4363,6 +4532,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -4374,6 +4544,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4391,6 +4562,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4408,6 +4580,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4425,6 +4598,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4442,6 +4616,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4459,6 +4634,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4476,6 +4652,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4494,6 +4671,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "body_waste.n.01": { @@ -4510,6 +4688,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4529,10 +4708,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -4548,6 +4727,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4567,6 +4747,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4584,6 +4765,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4601,6 +4783,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4618,6 +4801,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4635,6 +4819,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4652,6 +4837,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4669,8 +4855,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -4686,6 +4874,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4699,6 +4888,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "bottle.n.01": { @@ -4709,6 +4899,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4722,13 +4913,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4741,12 +4931,12 @@ "bottle__of__acetone.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4759,12 +4949,12 @@ "bottle__of__acid.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4777,12 +4967,12 @@ "bottle__of__alcohol.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4796,12 +4986,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4815,12 +5005,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4834,12 +5024,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4852,30 +5042,12 @@ "bottle__of__ammonia.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bottle__of__analgesics.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4888,12 +5060,12 @@ "bottle__of__antihistamines.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4907,12 +5079,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4926,12 +5098,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4945,12 +5117,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4963,12 +5135,12 @@ "bottle__of__aspirin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4981,12 +5153,12 @@ "bottle__of__baby_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5000,12 +5172,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5018,12 +5190,12 @@ "bottle__of__barbecue_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5037,12 +5209,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5056,12 +5228,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5074,31 +5246,12 @@ "bottle__of__bleach_agent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bottle__of__brandy.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5111,12 +5264,12 @@ "bottle__of__bug_repellent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5129,12 +5282,12 @@ "bottle__of__buttermilk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5147,12 +5300,12 @@ "bottle__of__carrot_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5165,12 +5318,12 @@ "bottle__of__catsup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5183,12 +5336,12 @@ "bottle__of__caulk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5202,12 +5355,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5220,12 +5373,12 @@ "bottle__of__chili_pepper.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5238,12 +5391,12 @@ "bottle__of__chocolate_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5256,12 +5409,12 @@ "bottle__of__cleaner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5274,12 +5427,12 @@ "bottle__of__cocoa.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5292,12 +5445,12 @@ "bottle__of__coconut_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5310,12 +5463,12 @@ "bottle__of__coconut_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5328,12 +5481,12 @@ "bottle__of__coconut_water.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5347,12 +5500,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5366,12 +5519,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5384,12 +5537,12 @@ "bottle__of__cold_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5403,12 +5556,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5421,12 +5574,12 @@ "bottle__of__conditioner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5439,12 +5592,12 @@ "bottle__of__cooking_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5458,12 +5611,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5476,12 +5629,12 @@ "bottle__of__degreaser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5494,12 +5647,12 @@ "bottle__of__deicer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5512,12 +5665,12 @@ "bottle__of__detergent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5530,12 +5683,12 @@ "bottle__of__dish_soap.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5548,12 +5701,12 @@ "bottle__of__disinfectant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5567,12 +5720,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5585,12 +5738,12 @@ "bottle__of__fabric_softener.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5603,12 +5756,12 @@ "bottle__of__face_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5621,12 +5774,12 @@ "bottle__of__fennel.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5639,12 +5792,12 @@ "bottle__of__food_coloring.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5657,12 +5810,12 @@ "bottle__of__frosting.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5676,12 +5829,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5695,12 +5848,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5714,12 +5867,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5732,12 +5885,12 @@ "bottle__of__ginger.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5751,12 +5904,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5769,12 +5922,12 @@ "bottle__of__glass_cleaner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5787,12 +5940,12 @@ "bottle__of__glue.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5805,12 +5958,12 @@ "bottle__of__ground_cloves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5823,12 +5976,12 @@ "bottle__of__ground_mace.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5841,12 +5994,12 @@ "bottle__of__ground_nutmeg.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5859,12 +6012,12 @@ "bottle__of__hot_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5877,12 +6030,12 @@ "bottle__of__lacquer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5896,12 +6049,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5914,12 +6067,12 @@ "bottle__of__lemon_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5933,12 +6086,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5952,12 +6105,30 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "bottle__of__lighter_fluid.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5970,12 +6141,12 @@ "bottle__of__lime_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5988,12 +6159,12 @@ "bottle__of__liquid_soap.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6006,12 +6177,12 @@ "bottle__of__lotion.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6024,12 +6195,12 @@ "bottle__of__lubricant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6042,12 +6213,12 @@ "bottle__of__maple_syrup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6060,12 +6231,12 @@ "bottle__of__mayonnaise.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6078,12 +6249,12 @@ "bottle__of__medicine.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6096,12 +6267,12 @@ "bottle__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6114,12 +6285,12 @@ "bottle__of__milkshake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6132,12 +6303,12 @@ "bottle__of__molasses.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6151,12 +6322,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6169,12 +6340,12 @@ "bottle__of__mustard.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6187,12 +6358,12 @@ "bottle__of__mustard_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6205,12 +6376,12 @@ "bottle__of__oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6223,12 +6394,12 @@ "bottle__of__olive_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6241,12 +6412,12 @@ "bottle__of__onion_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6260,12 +6431,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6278,12 +6449,12 @@ "bottle__of__paint.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6296,12 +6467,12 @@ "bottle__of__paint_remover.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6315,12 +6486,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6333,12 +6504,12 @@ "bottle__of__paprika.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6351,12 +6522,12 @@ "bottle__of__parsley.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6369,12 +6540,12 @@ "bottle__of__peanut_butter.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6388,12 +6559,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6406,12 +6577,12 @@ "bottle__of__pesticide.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6425,12 +6596,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6444,12 +6615,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6463,12 +6634,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6481,12 +6652,12 @@ "bottle__of__poppy_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6499,12 +6670,12 @@ "bottle__of__powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6517,12 +6688,12 @@ "bottle__of__protein_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6535,12 +6706,12 @@ "bottle__of__pumpkin_pie_spice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6553,12 +6724,12 @@ "bottle__of__rosemary.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6572,12 +6743,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6590,12 +6761,12 @@ "bottle__of__sage.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6609,12 +6780,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6628,12 +6799,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6647,12 +6818,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6665,12 +6836,12 @@ "bottle__of__sealant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6683,12 +6854,12 @@ "bottle__of__seasoning.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6701,12 +6872,12 @@ "bottle__of__sesame_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6719,12 +6890,12 @@ "bottle__of__sesame_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6737,12 +6908,12 @@ "bottle__of__shampoo.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6755,12 +6926,12 @@ "bottle__of__skin_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6774,12 +6945,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6792,12 +6963,12 @@ "bottle__of__solvent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6810,12 +6981,12 @@ "bottle__of__soup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6828,12 +6999,12 @@ "bottle__of__sour_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6846,12 +7017,12 @@ "bottle__of__soy_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6865,12 +7036,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6883,12 +7054,12 @@ "bottle__of__spice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6901,12 +7072,12 @@ "bottle__of__sriracha.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6919,12 +7090,12 @@ "bottle__of__sunscreen.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6937,12 +7108,12 @@ "bottle__of__supplements.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6956,12 +7127,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6974,12 +7145,12 @@ "bottle__of__tea_leaves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6993,12 +7164,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7011,12 +7182,12 @@ "bottle__of__tomato_paste.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7030,12 +7201,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7048,12 +7219,12 @@ "bottle__of__vinegar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7067,12 +7238,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7085,12 +7256,12 @@ "bottle__of__water.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7104,12 +7275,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7123,12 +7294,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7146,6 +7317,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7161,6 +7333,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "bouillon_cube.n.01": { @@ -7172,6 +7345,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7189,6 +7363,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7199,7 +7374,6 @@ "wrinkleable": {} }, "bouquet.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -7208,6 +7382,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7223,18 +7398,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "bourbon__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7252,6 +7429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7270,6 +7448,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7287,6 +7466,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7306,6 +7486,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7324,6 +7505,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7341,6 +7523,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7358,6 +7541,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7370,13 +7554,31 @@ "box__of__almond_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "box__of__aluminium_foil.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7389,13 +7591,13 @@ "box__of__apple_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7408,13 +7610,13 @@ "box__of__baking_mix.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7427,13 +7629,13 @@ "box__of__baking_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7446,13 +7648,13 @@ "box__of__baking_soda.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7465,13 +7667,13 @@ "box__of__barley.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7484,13 +7686,13 @@ "box__of__beer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7503,13 +7705,13 @@ "box__of__brown_sugar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7522,13 +7724,13 @@ "box__of__butter.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7541,13 +7743,13 @@ "box__of__candy.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7560,13 +7762,13 @@ "box__of__cane_sugar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7579,13 +7781,13 @@ "box__of__cereal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7598,13 +7800,13 @@ "box__of__champagne.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7617,13 +7819,13 @@ "box__of__chocolates.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7636,13 +7838,13 @@ "box__of__coconut_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7655,13 +7857,13 @@ "box__of__coffee.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7674,13 +7876,13 @@ "box__of__cookies.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7693,13 +7895,13 @@ "box__of__corn_flakes.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7712,13 +7914,13 @@ "box__of__crackers.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7731,13 +7933,13 @@ "box__of__cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7750,13 +7952,13 @@ "box__of__flour.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7769,13 +7971,13 @@ "box__of__fruit.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7788,32 +7990,13 @@ "box__of__granola_bars.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "box__of__gum.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7826,13 +8009,13 @@ "box__of__ice_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7845,13 +8028,13 @@ "box__of__lasagna.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7864,13 +8047,13 @@ "box__of__lemons.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7883,13 +8066,13 @@ "box__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7902,13 +8085,13 @@ "box__of__oatmeal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7921,13 +8104,13 @@ "box__of__raspberries.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7940,13 +8123,13 @@ "box__of__rice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7959,13 +8142,13 @@ "box__of__rum.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7978,13 +8161,13 @@ "box__of__sake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7997,13 +8180,13 @@ "box__of__salt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8016,13 +8199,13 @@ "box__of__sanitary_napkin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8035,13 +8218,13 @@ "box__of__shampoo.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8054,13 +8237,13 @@ "box__of__takeout.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8073,13 +8256,13 @@ "box__of__tissue.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8092,13 +8275,13 @@ "box__of__tomato_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8111,13 +8294,13 @@ "box__of__vegetable_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8130,13 +8313,13 @@ "box__of__whiskey.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8149,13 +8332,13 @@ "box__of__wine.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8168,13 +8351,13 @@ "box__of__yogurt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8187,13 +8370,13 @@ "boxed__cake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8206,13 +8389,13 @@ "boxed__cpu_board.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8225,13 +8408,13 @@ "boxed__ink_cartridge.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8244,127 +8427,13 @@ "boxed__router.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_butter.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_cake.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_chocolate.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_coffee.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_cookie.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_raspberries.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8379,12 +8448,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -8392,7 +8461,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8401,12 +8469,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -8414,7 +8482,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8426,6 +8493,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8443,6 +8511,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8460,6 +8529,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8477,6 +8547,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8489,13 +8560,13 @@ "branch.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8511,6 +8582,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "brandy__bottle.n.01": { @@ -8523,7 +8595,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8541,6 +8613,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8554,20 +8627,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8580,6 +8653,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8598,6 +8672,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8616,20 +8691,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8638,12 +8711,16 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "breakfast_food.n.01": { "freezable": {}, - "heatable": {} + "heatable": {}, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "breakfast_table.n.01": { "disinfectable": {}, @@ -8653,8 +8730,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -8666,8 +8745,7 @@ "cookable": {}, "flammable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "brew.n.01": { "boilable": {}, @@ -8675,6 +8753,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "brick.n.01": { @@ -8685,6 +8764,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8702,6 +8782,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8719,7 +8800,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8744,6 +8825,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8763,6 +8845,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8782,6 +8865,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8801,6 +8885,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8820,6 +8905,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8838,6 +8924,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8855,6 +8942,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8870,6 +8958,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "broth.n.02": { @@ -8878,48 +8967,29 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "brown_bread.n.02": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "brown_rice.n.01": { "cookable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, "brown_rice__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8934,36 +9004,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "brown_sugar__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "brown_sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8978,12 +9032,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -8991,10 +9045,18 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, + "brownie_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": {}, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "brush.n.02": { "disinfectable": {}, "dustyable": {}, @@ -9003,6 +9065,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9021,6 +9084,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9042,6 +9106,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -9054,6 +9119,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9066,12 +9132,12 @@ "bucket__of__paint.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9089,6 +9155,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9107,6 +9174,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9128,6 +9196,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9145,6 +9214,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9162,6 +9232,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9180,6 +9251,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9197,6 +9269,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9214,6 +9287,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9232,9 +9306,9 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -9245,8 +9319,9 @@ "flammable": {}, "freezable": {}, "heatable": {}, - "substance": {}, - "visualSubstance": {} + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "burette.n.01": { "breakable": {}, @@ -9257,6 +9332,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9270,19 +9346,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -9295,6 +9371,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9314,6 +9391,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9330,6 +9408,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "buskin.n.01": { @@ -9340,6 +9419,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9358,6 +9438,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9373,18 +9454,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "butter.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9395,35 +9477,17 @@ "wetable": {}, "wrinkleable": {} }, - "butter__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "butter__package.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9443,6 +9507,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9458,6 +9523,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "buttermilk_pancake.n.01": { @@ -9470,6 +9536,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9489,6 +9556,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9502,10 +9570,10 @@ "cabbage.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "cabinet.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -9513,9 +9581,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -9532,6 +9602,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9550,6 +9621,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -9563,12 +9635,14 @@ "cable.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -9588,6 +9662,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9604,6 +9679,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cage.n.01": { @@ -9614,6 +9690,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9631,9 +9708,9 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -9645,6 +9722,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calcite.n.01": { @@ -9652,12 +9730,14 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calcium_carbonate.n.01": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calculator.n.02": { @@ -9668,6 +9748,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9684,10 +9765,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9705,6 +9786,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9722,6 +9804,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9739,6 +9822,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9757,6 +9841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9775,6 +9860,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -9788,12 +9874,12 @@ "can__of__baking_mix.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9806,12 +9892,12 @@ "can__of__bay_leaves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9824,12 +9910,30 @@ "can__of__beans.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "can__of__cat_food.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9842,12 +9946,12 @@ "can__of__coffee.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9860,12 +9964,30 @@ "can__of__corn.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "can__of__dog_food.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9878,12 +10000,12 @@ "can__of__icetea.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9896,12 +10018,12 @@ "can__of__oatmeal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9914,12 +10036,12 @@ "can__of__sardines.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9932,12 +10054,12 @@ "can__of__soda.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9950,12 +10072,12 @@ "can__of__tomato_paste.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9968,12 +10090,12 @@ "can__of__tomatoes.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9989,8 +10111,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10008,6 +10132,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10021,26 +10146,6 @@ "freezable": {}, "heatable": {} }, - "candy__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "candy_cane.n.01": { "disinfectable": {}, "dustyable": {}, @@ -10049,6 +10154,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10066,6 +10172,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10079,19 +10186,21 @@ "cookable": {}, "freezable": {}, "heatable": {}, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "canister.n.02": { "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10102,7 +10211,6 @@ "wrinkleable": {} }, "canned_food.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -10110,7 +10218,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10128,6 +10236,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10140,10 +10249,10 @@ "canola_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "canopy.n.03": { @@ -10154,6 +10263,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10173,6 +10283,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10186,12 +10297,13 @@ "canteen.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10205,19 +10317,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -10229,6 +10341,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -10248,7 +10361,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10264,6 +10377,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "car.n.01": { @@ -10274,6 +10388,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10292,6 +10407,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10310,6 +10426,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10327,6 +10444,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10346,6 +10464,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10360,6 +10479,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbohydrate.n.01": { @@ -10367,24 +10487,28 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbon.n.01": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbon_black.n.01": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbonate.n.01": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carboy.n.01": { @@ -10397,7 +10521,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10416,6 +10540,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10434,6 +10559,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10446,12 +10572,12 @@ "card.n.04": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10468,17 +10594,18 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cardboard.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10494,20 +10621,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -10520,6 +10647,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10538,6 +10666,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10555,6 +10685,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10573,6 +10704,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10587,6 +10719,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "carryall.n.01": { @@ -10597,6 +10730,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10609,12 +10743,13 @@ "carton.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -10633,7 +10768,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10652,7 +10787,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10670,7 +10805,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10688,7 +10823,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10706,7 +10841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10724,7 +10859,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10742,6 +10877,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10758,7 +10894,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10777,6 +10915,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10790,20 +10929,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -10816,6 +10955,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -10834,6 +10974,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10852,6 +10993,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10870,6 +11012,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10887,7 +11030,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10905,7 +11048,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10920,6 +11063,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, @@ -10933,6 +11077,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10951,6 +11096,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10964,6 +11110,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cat_food__tin.n.01": { @@ -10975,7 +11122,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10993,6 +11140,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11008,6 +11156,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "catsup__bottle.n.01": { @@ -11020,7 +11169,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11039,6 +11188,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11058,19 +11208,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cayenne__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -11084,13 +11235,14 @@ "cedar_chest.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11108,8 +11260,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11125,6 +11279,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11143,6 +11298,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11161,6 +11317,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11179,6 +11336,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11197,6 +11355,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11215,6 +11374,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11232,6 +11392,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11249,6 +11410,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11267,6 +11429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11279,34 +11442,23 @@ "cereal.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "cereal.n.03": { "freezable": {}, - "heatable": {} - }, - "cereal_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "chaff.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "chain.n.03": { @@ -11317,6 +11469,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11334,6 +11487,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11351,6 +11505,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11370,6 +11525,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11387,8 +11543,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11406,6 +11564,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11420,6 +11579,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "champagne.n.01": { @@ -11427,6 +11587,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "champagne__bottle.n.01": { @@ -11439,7 +11600,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11455,10 +11616,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11478,6 +11639,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11489,11 +11651,11 @@ "wrinkleable": {} }, "charcoal.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "charcoal.n.02": { @@ -11504,6 +11666,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11522,6 +11685,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11540,6 +11704,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11557,8 +11722,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11572,12 +11739,13 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -11585,7 +11753,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -11594,35 +11761,13 @@ "freezable": {}, "heatable": {} }, - "cheese_pastry.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "cheese_pastry_filling.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cheese_sauce.n.01": { @@ -11631,6 +11776,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cheese_tart.n.01": { @@ -11642,6 +11788,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11657,12 +11804,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -11670,7 +11817,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -11678,19 +11824,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -11715,6 +11862,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11732,6 +11880,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cherry_tomato.n.02": { @@ -11743,6 +11892,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11761,6 +11911,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11778,6 +11929,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11795,9 +11948,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11814,6 +11969,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11827,19 +11983,19 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -11848,6 +12004,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "chia_seed__bag.n.01": { @@ -11860,6 +12017,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11878,6 +12036,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11898,6 +12057,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11914,18 +12074,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chicken_broth__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11943,6 +12105,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11958,6 +12121,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chicken_leg.n.01": { @@ -11969,6 +12133,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11985,17 +12150,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "chicken_soup__can.n.01": { + "chicken_soup__carton.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12015,6 +12182,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12035,6 +12203,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12049,19 +12218,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12070,18 +12239,20 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, "chickpea__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12100,6 +12271,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12115,6 +12287,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "china.n.02": { @@ -12126,6 +12299,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12144,6 +12318,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12161,6 +12336,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12178,6 +12354,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12197,6 +12374,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12212,18 +12390,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chlorine__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12245,8 +12425,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12265,6 +12447,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12275,37 +12458,18 @@ "wetable": {}, "wrinkleable": {} }, - "chocolate_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "chocolate_cake.n.01": { "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -12313,7 +12477,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12332,6 +12495,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12348,12 +12512,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -12361,7 +12525,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12370,6 +12533,8 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_milk.n.01": { @@ -12377,6 +12542,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_sauce.n.01": { @@ -12385,18 +12551,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_sauce__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12415,6 +12583,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12427,6 +12596,7 @@ }, "chopped__lettuce.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -12434,10 +12604,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -12452,6 +12622,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12469,6 +12640,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12486,6 +12658,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12504,6 +12677,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12519,17 +12693,18 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "christmas_tree.n.05": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12545,18 +12720,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cigar.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12575,6 +12751,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12588,12 +12765,12 @@ "cigarette.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12608,18 +12785,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cinnamon__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -12634,13 +12812,13 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12660,6 +12838,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12676,6 +12855,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "circle.n.08": { @@ -12686,6 +12866,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12703,6 +12884,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12726,6 +12908,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12744,7 +12927,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12762,6 +12945,26 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cleansing__bottle.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12782,7 +12985,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12799,6 +13004,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "clip.n.03": { @@ -12809,6 +13015,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12827,6 +13034,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12844,6 +13052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12857,21 +13066,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12884,6 +13093,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12901,6 +13111,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12915,19 +13126,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12939,6 +13150,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12949,22 +13161,20 @@ "wrinkleable": {} }, "cloth_covering.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -12976,8 +13186,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -12987,6 +13199,7 @@ "wrinkleable": {} }, "clothesline.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -12994,6 +13207,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13011,6 +13225,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13028,6 +13243,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13044,6 +13260,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13063,6 +13280,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13077,6 +13295,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -13090,7 +13309,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13108,6 +13327,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13127,6 +13347,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13138,11 +13359,11 @@ "wrinkleable": {} }, "coal.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coaster.n.03": { @@ -13153,6 +13374,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13166,24 +13388,23 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "coat_of_paint.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -13204,6 +13425,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13217,19 +13439,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -13239,6 +13461,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cocktail.n.01": { @@ -13246,6 +13469,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa.n.01": { @@ -13254,13 +13478,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, - "substance": {} - }, - "cocoa.n.02": { - "cookable": {}, - "freezable": {}, - "heatable": {}, - "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa__box.n.01": { @@ -13273,7 +13491,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13288,6 +13506,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa_powder__box.n.01": { @@ -13300,6 +13519,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13314,6 +13534,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coconut.n.02": { @@ -13325,6 +13546,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13341,15 +13563,16 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coconut_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coconut_oil__jar.n.01": { @@ -13362,7 +13585,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13381,6 +13604,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13394,6 +13618,7 @@ "coffee.n.01": { "freezable": {}, "heatable": {}, + "physicalSubstance": {}, "substance": {} }, "coffee_bean.n.01": { @@ -13401,6 +13626,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coffee_bean__jar.n.01": { @@ -13413,7 +13639,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13433,6 +13659,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13450,6 +13677,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13469,13 +13697,13 @@ "coffee_maker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13495,6 +13723,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13505,6 +13734,7 @@ "wrinkleable": {} }, "coffee_table.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -13512,8 +13742,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -13530,6 +13762,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13547,6 +13780,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13563,6 +13797,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13580,6 +13815,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13597,6 +13833,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13612,6 +13849,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cola__bottle.n.01": { @@ -13624,7 +13862,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13643,6 +13881,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13654,7 +13893,10 @@ }, "cold_cereal.n.01": { "freezable": {}, - "heatable": {} + "heatable": {}, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "cold_cuts.n.01": { "cookable": {}, @@ -13665,6 +13907,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13679,19 +13922,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -13704,6 +13948,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13721,6 +13966,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13735,6 +13981,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coloring_material.n.01": { @@ -13750,6 +13997,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13768,6 +14016,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13785,7 +14034,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13803,6 +14052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13821,6 +14071,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13835,6 +14086,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "common_bean.n.02": { @@ -13850,6 +14102,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13866,6 +14119,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13883,6 +14137,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13900,6 +14155,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13910,27 +14166,29 @@ "wrinkleable": {} }, "composition.n.03": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "compost.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "compost_bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13958,6 +14216,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13976,6 +14235,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13994,6 +14254,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14011,6 +14272,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14034,6 +14296,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14047,9 +14310,11 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "concoction.n.01": { + "cookable": {}, "freezable": {}, "heatable": {} }, @@ -14061,6 +14326,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14085,24 +14351,26 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "conditioner__bottle.n.01": { + "conditioner__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -14114,6 +14382,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14131,6 +14401,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14147,6 +14418,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14163,6 +14435,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14180,8 +14453,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -14195,6 +14470,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "connection.n.03": { @@ -14205,6 +14481,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14222,6 +14499,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14237,6 +14515,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "console.n.02": { @@ -14248,6 +14527,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14266,8 +14546,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -14283,6 +14565,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14300,6 +14583,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14316,6 +14600,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14332,6 +14617,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14349,6 +14635,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14364,6 +14651,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "conveyance.n.03": { @@ -14374,6 +14662,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14389,6 +14678,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__black_pepper.n.01": { @@ -14397,6 +14687,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__breadcrumb.n.01": { @@ -14405,6 +14696,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__brown_rice.n.01": { @@ -14413,6 +14705,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__chicken_soup.n.01": { @@ -14421,6 +14714,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__chickpea.n.01": { @@ -14429,12 +14723,14 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__coconut.n.01": { "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14445,6 +14741,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__cumin.n.01": { @@ -14453,6 +14750,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__curry_powder.n.01": { @@ -14461,6 +14759,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__beefsteak_tomato.n.01": { @@ -14469,7 +14768,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__bell_pepper.n.01": { @@ -14478,7 +14777,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__bratwurst.n.01": { @@ -14487,7 +14786,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__broccoli.n.01": { @@ -14496,7 +14795,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__carne_asada.n.01": { @@ -14505,7 +14804,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__carrot.n.01": { @@ -14514,7 +14813,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chard.n.01": { @@ -14523,7 +14822,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chicken.n.01": { @@ -14532,7 +14831,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chili.n.01": { @@ -14541,7 +14840,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chorizo.n.01": { @@ -14550,7 +14849,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__clove.n.01": { @@ -14559,7 +14858,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__green_onion.n.01": { @@ -14568,7 +14867,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__head_cabbage.n.01": { @@ -14576,7 +14875,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__potato.n.01": { @@ -14585,7 +14884,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__steak.n.01": { @@ -14594,7 +14893,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__turkey.n.01": { @@ -14603,7 +14902,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__vidalia_onion.n.01": { @@ -14612,7 +14911,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__virginia_ham.n.01": { @@ -14621,7 +14920,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__zucchini.n.01": { @@ -14630,7 +14929,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__flour.n.01": { @@ -14638,6 +14937,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__fritter_batter.n.01": { @@ -14647,6 +14947,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__granulated_sugar.n.01": { @@ -14655,6 +14956,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__ground_beef.n.01": { @@ -14663,6 +14965,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14672,6 +14975,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__lemon-pepper_seasoning.n.01": { @@ -14679,6 +14983,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marinade.n.01": { @@ -14688,6 +14993,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marinara.n.01": { @@ -14697,6 +15003,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marjoram.n.01": { @@ -14705,6 +15012,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14714,6 +15022,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__noodle.n.01": { @@ -14722,6 +15031,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14732,6 +15042,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__onion_powder.n.01": { @@ -14740,6 +15051,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__orzo.n.01": { @@ -14748,6 +15060,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14757,13 +15070,17 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__pea.n.01": { + "cookable": {}, + "flammable": {}, "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__penne.n.01": { @@ -14771,6 +15088,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14780,6 +15098,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__pumpkin_seed.n.01": { @@ -14788,6 +15107,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14797,15 +15117,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, - "substance": {} - }, - "cooked__ramen.n.01": { - "cookable": {}, - "flammable": {}, - "freezable": {}, - "heatable": {}, - "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__red_meat_sauce.n.01": { @@ -14815,6 +15127,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__red_wine.n.01": { @@ -14824,6 +15137,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__saffron.n.01": { @@ -14832,6 +15146,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__salsa.n.01": { @@ -14840,6 +15155,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__salt.n.01": { @@ -14847,6 +15163,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__sunflower_seed.n.01": { @@ -14854,6 +15171,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__water.n.01": { @@ -14861,6 +15179,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__white_rice.n.01": { @@ -14868,6 +15187,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__white_wine.n.01": { @@ -14876,6 +15196,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__wine_sauce.n.01": { @@ -14883,6 +15204,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooker.n.01": { @@ -14893,6 +15215,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14911,9 +15234,9 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -14928,6 +15251,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14939,26 +15263,47 @@ "wrinkleable": {} }, "cookie_dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cookie_sheet.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cookie_stick.n.01": { + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -14966,6 +15311,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14981,6 +15327,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooking_oil__bottle.n.01": { @@ -14993,7 +15340,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15011,6 +15358,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15024,12 +15372,12 @@ "coldSource": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -15046,10 +15394,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15069,6 +15417,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15086,6 +15435,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15103,6 +15453,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -15116,6 +15467,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coriander.n.03": { @@ -15127,6 +15479,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15139,13 +15492,13 @@ "coriander__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -15165,6 +15518,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15182,6 +15536,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15205,6 +15560,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15220,65 +15576,25 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "openable": {}, + "physicalSubstance": {}, "substance": {} }, - "corn_flake__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "corn_syrup.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "cornbread.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "cornbread_batter.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cornet.n.01": { @@ -15289,6 +15605,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15303,6 +15620,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15316,6 +15634,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15330,6 +15649,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cornstarch__jar.n.01": { @@ -15342,7 +15662,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15361,6 +15681,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15378,20 +15699,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -15399,7 +15720,9 @@ "cookable": {}, "freezable": {}, "heatable": {}, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15408,54 +15731,34 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "cotton.n.02": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "fireSource": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, + "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cotton.n.04": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -15473,8 +15776,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -15490,8 +15795,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -15511,6 +15818,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15538,6 +15846,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15556,6 +15865,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15574,6 +15884,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15588,6 +15899,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15597,18 +15909,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "crate.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -15628,6 +15941,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15646,6 +15960,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15661,6 +15976,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cream.n.03": { @@ -15668,18 +15984,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cream__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15695,6 +16013,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15708,7 +16027,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15722,18 +16041,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cream_of_tartar__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -15749,6 +16069,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "creation.n.02": { @@ -15759,6 +16080,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15776,6 +16098,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15793,6 +16116,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15810,6 +16134,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15825,12 +16150,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -15838,7 +16163,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -15846,20 +16170,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -15871,8 +16196,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -15888,6 +16215,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15906,6 +16234,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15924,6 +16253,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15941,6 +16271,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15955,14 +16286,14 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cruciferous_vegetable.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "cruet.n.01": { "breakable": {}, @@ -15973,6 +16304,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15987,6 +16319,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "crystal.n.01": { @@ -15997,6 +16330,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16015,6 +16349,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16032,6 +16367,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16050,6 +16386,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16068,6 +16405,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16082,18 +16420,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cumin__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16105,7 +16444,6 @@ "wrinkleable": {} }, "cup.n.01": { - "breakable": {}, "disinfectable": {}, "dustyable": {}, "fillable": {}, @@ -16114,6 +16452,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cup__of__ranch.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16131,6 +16488,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16148,6 +16506,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16165,6 +16524,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -16179,12 +16539,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16192,7 +16552,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16201,12 +16560,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16214,7 +16573,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16227,6 +16585,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16245,6 +16604,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16260,6 +16620,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "curry_powder.n.01": { @@ -16267,18 +16628,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "curry_powder__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16293,21 +16655,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16319,6 +16681,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16332,19 +16695,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16353,12 +16716,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -16366,7 +16729,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16376,6 +16738,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cut.n.06": { @@ -16385,8 +16748,7 @@ "cut_of_pork.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "cutlery.n.02": { "disinfectable": {}, @@ -16395,7 +16757,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16413,6 +16777,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16430,6 +16795,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16447,6 +16813,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16464,6 +16831,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16481,6 +16849,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16498,6 +16867,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16515,6 +16885,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16532,6 +16903,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16557,6 +16929,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16571,12 +16944,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16584,7 +16957,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16596,6 +16968,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16613,6 +16986,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16630,6 +17004,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16647,6 +17022,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16665,6 +17041,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16694,6 +17071,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -16701,7 +17079,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16713,6 +17090,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16731,6 +17109,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16748,6 +17127,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16765,6 +17145,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16780,6 +17161,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "denture.n.01": { @@ -16790,6 +17172,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16804,17 +17187,18 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "deodorant__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16826,14 +17210,16 @@ "wetable": {}, "wrinkleable": {} }, - "deodorant__stick.n.01": { + "deodorant_stick.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16857,6 +17243,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16875,6 +17262,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16892,6 +17280,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -16901,6 +17290,7 @@ "wrinkleable": {} }, "desk.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -16908,8 +17298,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -16925,6 +17317,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16943,6 +17336,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16964,7 +17358,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16982,6 +17378,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16997,17 +17394,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "detergent__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17028,7 +17427,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17046,6 +17445,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17063,6 +17463,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -17079,6 +17480,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17096,6 +17498,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17113,6 +17516,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17126,20 +17530,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17148,7 +17552,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__avocado.n.01": { @@ -17156,16 +17560,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, - "substance": {} - }, - "diced__beef_roast.n.01": { - "cookable": {}, - "flammable": {}, - "freezable": {}, - "heatable": {}, - "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__beefsteak_tomato.n.01": { @@ -17173,7 +17568,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__beet.n.01": { @@ -17182,7 +17577,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__bell_pepper.n.01": { @@ -17191,7 +17586,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__bratwurst.n.01": { @@ -17200,7 +17595,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__broccoli.n.01": { @@ -17209,7 +17604,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__carrot.n.01": { @@ -17218,7 +17613,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__celery.n.01": { @@ -17226,7 +17621,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chard.n.01": { @@ -17234,7 +17629,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__cheddar.n.01": { @@ -17243,7 +17638,8 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chicken.n.01": { @@ -17252,7 +17648,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chicken_breast.n.01": { @@ -17261,7 +17657,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chili.n.01": { @@ -17270,7 +17666,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__clove.n.01": { @@ -17279,7 +17675,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__cucumber.n.01": { @@ -17287,7 +17683,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__feta.n.01": { @@ -17296,7 +17692,8 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__green_onion.n.01": { @@ -17305,15 +17702,16 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__head_cabbage.n.01": { "cookable": {}, + "flammable": {}, "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__kiwi.n.01": { @@ -17321,7 +17719,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__lemon.n.01": { @@ -17329,7 +17727,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__lettuce.n.01": { @@ -17338,7 +17736,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__mango.n.01": { @@ -17346,6 +17744,15 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "diced__orange.n.01": { + "cookable": {}, + "freezable": {}, + "heatable": {}, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -17354,7 +17761,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__potato.n.01": { @@ -17362,7 +17769,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__spinach.n.01": { @@ -17371,7 +17778,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__steak.n.01": { @@ -17380,6 +17787,15 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "diced__strawberry.n.01": { + "cookable": {}, + "freezable": {}, + "heatable": {}, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -17389,7 +17805,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__virginia_ham.n.01": { @@ -17398,7 +17814,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__watermelon.n.01": { @@ -17406,7 +17822,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__zucchini.n.01": { @@ -17415,7 +17831,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "die.n.01": { @@ -17426,6 +17842,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17439,12 +17856,14 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "dietary_supplement.n.01": { "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "digital_camera.n.01": { @@ -17456,6 +17875,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17474,6 +17894,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17487,22 +17908,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17512,17 +17932,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "dip.n.07": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17540,6 +17963,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17562,7 +17986,6 @@ "visualSubstance": {} }, "discharge.n.03": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -17577,6 +18000,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17598,6 +18022,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17611,20 +18036,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17636,9 +18061,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -17652,6 +18079,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "disinfectant__bottle.n.01": { @@ -17664,7 +18092,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17682,6 +18110,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17699,6 +18128,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17716,6 +18146,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17733,6 +18164,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17750,6 +18182,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17768,6 +18201,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17786,6 +18220,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17803,6 +18238,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17820,6 +18256,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17840,6 +18277,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17857,6 +18295,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17874,6 +18313,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17892,6 +18332,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17906,34 +18347,19 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "dog_food__bag.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "dog_food__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17947,20 +18373,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17968,19 +18395,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17992,9 +18418,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18006,26 +18434,27 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, "dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18035,12 +18464,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -18048,7 +18477,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18060,6 +18488,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18073,20 +18502,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18099,6 +18529,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18116,6 +18547,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -18142,6 +18574,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18155,20 +18588,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18176,20 +18609,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18199,26 +18633,25 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "dressing.n.04": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18232,6 +18665,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18242,8 +18676,14 @@ "wetable": {}, "wrinkleable": {} }, + "dried_cranberry.n.01": { + "freezable": {}, + "heatable": {}, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, "dried_fruit.n.01": { - "cookable": {}, "freezable": {}, "heatable": {} }, @@ -18255,6 +18695,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18271,9 +18712,10 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "drink_dispenser.n.01": { + "drink__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -18281,6 +18723,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18298,6 +18742,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18318,6 +18763,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18333,6 +18779,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "drip_pot.n.01": { @@ -18344,6 +18791,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18361,6 +18809,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18378,8 +18827,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18403,6 +18854,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18421,6 +18873,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18439,6 +18892,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18462,6 +18916,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18479,6 +18934,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18496,6 +18952,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18510,19 +18967,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18534,6 +18992,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18552,6 +19011,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18570,6 +19030,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18588,6 +19049,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -18607,6 +19069,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18622,19 +19085,18 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18643,12 +19105,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -18656,7 +19118,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18668,6 +19129,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18686,6 +19148,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18705,6 +19168,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18721,28 +19185,6 @@ "substance": {}, "visualSubstance": {} }, - "dustcloth.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "dustpan.n.02": { "disinfectable": {}, "dustyable": {}, @@ -18751,6 +19193,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18768,7 +19211,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18783,6 +19226,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "eames_chair.n.01": { @@ -18794,8 +19238,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18811,6 +19257,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18833,6 +19280,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18843,7 +19291,6 @@ "wrinkleable": {} }, "easter_egg.n.01": { - "coldSource": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -18851,6 +19298,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18868,6 +19316,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18885,6 +19334,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18899,12 +19349,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -18912,7 +19362,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18922,6 +19371,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "edible_fruit.n.01": { @@ -18937,6 +19387,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "effort.n.02": { @@ -18947,6 +19398,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18966,25 +19418,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "egg__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19000,6 +19434,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "egg_yolk.n.01": { @@ -19007,19 +19442,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19029,6 +19463,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "eggplant.n.01": { @@ -19040,6 +19475,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19053,12 +19489,14 @@ "elastic_device.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -19076,6 +19514,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19094,6 +19533,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19112,7 +19552,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19133,9 +19573,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19151,6 +19593,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19168,6 +19611,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19185,6 +19629,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19203,6 +19648,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19220,7 +19666,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19239,6 +19685,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19249,10 +19697,8 @@ "wrinkleable": {} }, "ember.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, - "heatSource": {}, "heatable": {}, "substance": {}, "visualSubstance": {} @@ -19261,20 +19707,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19282,20 +19728,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19307,6 +19754,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -19318,7 +19766,6 @@ "wrinkleable": {} }, "enamel.n.04": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -19333,6 +19780,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19351,6 +19799,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19365,9 +19814,11 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19387,6 +19838,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19410,7 +19862,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19428,6 +19880,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -19445,6 +19898,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19464,6 +19918,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19479,6 +19934,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "essential_oil.n.01": { @@ -19486,6 +19942,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "essential_oil__bottle.n.01": { @@ -19498,7 +19955,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19516,6 +19973,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19533,6 +19991,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19550,6 +20009,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19562,13 +20022,16 @@ "excavation.n.03": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19584,6 +20047,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19601,6 +20065,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19619,6 +20084,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -19632,7 +20098,6 @@ "heatable": {} }, "exudate.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -19648,19 +20113,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19669,6 +20134,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fabric_softener__bottle.n.01": { @@ -19681,7 +20147,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19695,32 +20161,35 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "facility.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19736,6 +20205,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19749,12 +20219,14 @@ "fairy_light.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -19773,6 +20245,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19787,6 +20260,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "farm_building.n.01": { @@ -19797,6 +20271,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19814,6 +20289,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19831,6 +20307,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19848,6 +20325,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19863,6 +20341,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "faucet.n.01": { @@ -19873,6 +20352,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19890,6 +20370,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19908,25 +20389,27 @@ "feed.n.01": { "freezable": {}, "heatable": {}, + "physicalSubstance": {}, "substance": {} }, "felt.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19938,6 +20421,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19956,6 +20440,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19971,6 +20456,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -19986,17 +20472,18 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fertilizer__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -20010,36 +20497,35 @@ }, "feta.n.01": { "cookable": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, - "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "feta__box.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20061,6 +20547,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20078,6 +20565,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20095,6 +20583,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20105,6 +20594,7 @@ "wrinkleable": {} }, "figurine.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -20112,6 +20602,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20125,6 +20616,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "fillet.n.02": { @@ -20136,6 +20628,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20152,6 +20645,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "film.n.04": { @@ -20168,6 +20662,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20185,6 +20680,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20203,6 +20699,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20221,6 +20718,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20235,10 +20733,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20253,12 +20751,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20269,14 +20768,13 @@ "firewood.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20294,6 +20792,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20311,6 +20810,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20329,6 +20829,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20347,6 +20848,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20362,6 +20864,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fishing_gear.n.01": { @@ -20372,6 +20875,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20389,6 +20893,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20406,6 +20911,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20423,6 +20929,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20436,20 +20943,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20457,20 +20964,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20482,6 +20989,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20499,6 +21007,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20512,11 +21021,13 @@ "flask.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20534,6 +21045,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20544,7 +21056,6 @@ "wrinkleable": {} }, "flat_coat.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -20555,12 +21066,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -20568,7 +21079,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20581,6 +21091,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20595,11 +21106,13 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20621,6 +21134,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20638,8 +21152,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20651,20 +21167,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20674,12 +21190,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20693,6 +21210,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "floor_wax__bottle.n.01": { @@ -20704,6 +21222,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20721,6 +21240,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20739,6 +21259,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20753,17 +21274,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "flour__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20781,6 +21305,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20799,8 +21324,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, @@ -20817,6 +21344,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20829,6 +21357,7 @@ "fluid.n.01": { "freezable": {}, "heatable": {}, + "physicalSubstance": {}, "substance": {} }, "fluid.n.02": { @@ -20836,6 +21365,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "foam.n.01": { @@ -20843,6 +21373,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -20850,25 +21381,26 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "foil.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20880,6 +21412,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20897,6 +21430,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20915,8 +21449,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20941,6 +21477,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20963,6 +21500,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20976,19 +21514,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21000,6 +21539,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21016,7 +21556,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21031,11 +21573,11 @@ "heatable": {} }, "fossil_fuel.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "foundation.n.03": { @@ -21046,6 +21588,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21064,6 +21607,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21074,14 +21618,30 @@ "wrinkleable": {} }, "fragment.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, - "heatSource": {}, "heatable": {}, "substance": {}, "visualSubstance": {} }, + "frail.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "frame.n.10": { "breakable": {}, "disinfectable": {}, @@ -21091,6 +21651,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21108,6 +21669,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21126,6 +21688,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21142,12 +21705,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21155,7 +21718,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21167,6 +21729,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21185,6 +21748,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21205,6 +21769,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21224,6 +21789,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21243,6 +21809,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21264,12 +21831,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21277,7 +21844,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21287,6 +21853,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "frosting.n.01": { @@ -21295,6 +21862,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "frosting__jar.n.01": { @@ -21307,7 +21875,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21325,6 +21893,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21344,6 +21913,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruit_juice.n.01": { @@ -21351,6 +21921,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruit_punch.n.01": { @@ -21358,6 +21929,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruitcake.n.02": { @@ -21366,12 +21938,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21379,7 +21951,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21389,10 +21960,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21410,11 +21981,13 @@ "fuel__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21438,6 +22011,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21456,6 +22030,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21469,20 +22044,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21494,6 +22069,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21510,6 +22086,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21527,6 +22104,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21544,6 +22122,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21562,6 +22141,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21581,6 +22161,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21598,6 +22179,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21615,8 +22197,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -21632,6 +22216,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21642,7 +22227,6 @@ "wrinkleable": {} }, "garden_plant.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -21650,6 +22234,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21668,6 +22253,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21686,6 +22272,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21705,12 +22292,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21718,7 +22305,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21730,6 +22316,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21740,10 +22327,10 @@ }, "garnish.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gas.n.02": { @@ -21751,15 +22338,16 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gasoline.n.01": { "boilable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gastropod.n.01": { @@ -21770,6 +22358,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21787,9 +22376,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -21806,6 +22397,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21819,19 +22411,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21841,6 +22434,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gear.n.04": { @@ -21851,6 +22445,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21865,12 +22460,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21878,20 +22473,20 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "gelatin__box.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21909,6 +22504,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21928,6 +22524,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21946,6 +22543,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21963,6 +22561,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21977,10 +22576,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21990,16 +22589,34 @@ "wetable": {}, "wrinkleable": {} }, - "gift__box.n.01": { + "gift.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "gift_box.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22015,6 +22632,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gin__bottle.n.01": { @@ -22027,7 +22645,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22042,6 +22660,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -22054,6 +22673,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22067,13 +22687,13 @@ "ginger__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -22089,6 +22709,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ginger_beer.n.01": { @@ -22096,6 +22717,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gingerbread.n.01": { @@ -22103,12 +22725,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -22116,7 +22738,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22124,19 +22745,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22148,6 +22769,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22166,6 +22788,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22185,6 +22808,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22196,10 +22820,10 @@ }, "glaze.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "glaze__bottle.n.01": { @@ -22212,7 +22836,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22237,6 +22861,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22251,6 +22876,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -22262,26 +22888,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "glue__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -22296,8 +22903,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22315,6 +22924,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22332,6 +22942,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -22352,6 +22963,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22369,6 +22981,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22386,6 +22999,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22403,6 +23017,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22421,6 +23036,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22440,6 +23056,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22458,6 +23075,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22472,20 +23090,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22499,6 +23118,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22518,6 +23138,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22533,7 +23154,10 @@ }, "gramineous_plant.n.01": { "freezable": {}, - "heatable": {} + "heatable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "grandfather_clock.n.01": { "disinfectable": {}, @@ -22543,8 +23167,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -22558,6 +23184,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granola__box.n.01": { @@ -22570,7 +23197,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22589,6 +23216,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22604,13 +23232,16 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granulated_sugar.n.01": { "cookable": {}, "freezable": {}, "heatable": {}, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granulated_sugar__jar.n.01": { @@ -22623,7 +23254,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22636,12 +23267,14 @@ "granulated_sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22660,6 +23293,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22678,6 +23312,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22696,6 +23331,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22707,7 +23343,10 @@ }, "grass.n.01": { "freezable": {}, - "heatable": {} + "heatable": {}, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "grate.n.01": { "disinfectable": {}, @@ -22717,6 +23356,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22732,17 +23372,20 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grated_cheese__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22760,6 +23403,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22774,6 +23418,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "gravestone.n.01": { @@ -22784,6 +23429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22799,6 +23445,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gravy_boat.n.01": { @@ -22811,6 +23458,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22836,6 +23484,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22855,6 +23504,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22870,6 +23520,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "green_tea_latte.n.01": { @@ -22878,6 +23529,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "greenery.n.01": { @@ -22888,6 +23540,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22900,8 +23553,7 @@ "greens.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "griddle.n.01": { "disinfectable": {}, @@ -22912,12 +23564,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22930,9 +23584,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -22945,6 +23601,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grocery.n.02": { @@ -22955,6 +23612,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22969,17 +23627,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "ground_beef__package.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22994,6 +23655,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grounds.n.05": { @@ -23016,6 +23678,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23031,6 +23694,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "guacamole.n.01": { @@ -23039,6 +23703,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "guitar.n.01": { @@ -23049,6 +23714,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23059,30 +23725,11 @@ "wrinkleable": {} }, "gum.n.03": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, "visualSubstance": {} }, - "gum__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "gumbo.n.03": { "cookable": {}, "disinfectable": {}, @@ -23092,6 +23739,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23109,6 +23757,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23126,6 +23775,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23140,20 +23790,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -23162,6 +23812,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "gym_shoe.n.01": { @@ -23172,6 +23823,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23189,6 +23841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23202,6 +23855,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hair_spray.n.01": { @@ -23210,9 +23864,10 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "hair_spray__can.n.01": { + "hairbrush.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23220,7 +23875,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23230,7 +23885,7 @@ "wetable": {}, "wrinkleable": {} }, - "hairbrush.n.01": { + "hairpin.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23238,6 +23893,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23247,7 +23903,9 @@ "wetable": {}, "wrinkleable": {} }, - "hairpin.n.01": { + "half__apple.n.01": { + "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23255,6 +23913,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23264,39 +23923,40 @@ "wetable": {}, "wrinkleable": {} }, - "half__apple.n.01": { + "half__apple_pie.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "half__apple_pie.n.01": { + "half__apricot.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23305,6 +23965,7 @@ }, "half__beefsteak_tomato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23312,10 +23973,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23324,6 +23985,7 @@ }, "half__bell_pepper.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23331,10 +23993,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23343,6 +24005,7 @@ }, "half__chestnut.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23350,10 +24013,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23362,6 +24025,7 @@ }, "half__coconut.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23369,10 +24033,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23381,6 +24045,7 @@ }, "half__eggplant.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23388,10 +24053,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23401,27 +24066,28 @@ "half__feta.n.01": { "cookable": {}, "deformable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "half__hard-boiled_egg.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -23430,10 +24096,30 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__kiwi.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23442,6 +24128,7 @@ }, "half__lemon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23449,10 +24136,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23461,6 +24148,7 @@ }, "half__lime.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23468,10 +24156,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23487,10 +24175,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23499,6 +24187,7 @@ }, "half__mango.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23506,10 +24195,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23518,6 +24207,7 @@ }, "half__mushroom.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -23526,10 +24216,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23538,6 +24228,7 @@ }, "half__orange.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23545,10 +24236,69 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__papaya.n.01": { + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__peach.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__pear.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23557,6 +24307,7 @@ }, "half__pineapple.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23564,10 +24315,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23576,6 +24327,7 @@ }, "half__plum.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23583,10 +24335,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23595,6 +24347,7 @@ }, "half__pomegranate.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23602,10 +24355,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23614,6 +24367,7 @@ }, "half__pomelo.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23621,10 +24375,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23633,6 +24387,7 @@ }, "half__potato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -23641,10 +24396,30 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__strawberry.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23653,6 +24428,7 @@ }, "half__vidalia_onion.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -23661,10 +24437,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23673,6 +24449,7 @@ }, "half__watermelon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23680,10 +24457,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23692,6 +24469,7 @@ }, "half__zucchini.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -23699,10 +24477,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23718,6 +24496,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23737,6 +24516,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23751,13 +24531,13 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ham.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "ham_hock.n.01": { "cookable": {}, @@ -23768,6 +24548,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23787,6 +24568,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23803,12 +24585,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -23816,7 +24598,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -23828,6 +24609,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23841,20 +24623,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -23866,6 +24647,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23884,7 +24666,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23903,6 +24685,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23921,6 +24704,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23941,6 +24725,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23958,6 +24743,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23971,32 +24757,32 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "handbook.n.01": { + "handcart.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24006,15 +24792,19 @@ "wetable": {}, "wrinkleable": {} }, - "handcart.n.01": { + "handkerchief.n.01": { + "cloth": {}, + "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -24023,28 +24813,25 @@ "wetable": {}, "wrinkleable": {} }, - "handkerchief.n.01": { - "cloth": {}, - "deformable": {}, + "handle.n.01": { "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "handle.n.01": { + "handsaw.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24052,16 +24839,18 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "handsaw.n.01": { + "handset.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24069,16 +24858,18 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "handset.n.01": { + "handwear.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24086,17 +24877,16 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "handwear.n.01": { + "handwheel.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24104,6 +24894,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -24112,7 +24904,7 @@ "wetable": {}, "wrinkleable": {} }, - "handwheel.n.02": { + "hanger.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24120,6 +24912,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24129,7 +24922,7 @@ "wetable": {}, "wrinkleable": {} }, - "hanger.n.02": { + "hanging.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -24137,6 +24930,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24156,6 +24950,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24166,6 +24961,24 @@ "wetable": {}, "wrinkleable": {} }, + "hard_candy.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "hardback.n.01": { "disinfectable": {}, "dustyable": {}, @@ -24175,7 +24988,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24193,6 +25006,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24210,6 +25024,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24227,6 +25042,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -24241,6 +25057,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hazelnut.n.02": { @@ -24252,6 +25069,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24271,6 +25089,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24289,6 +25108,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -24307,6 +25127,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24320,12 +25141,12 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24343,6 +25164,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24361,6 +25183,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24379,6 +25202,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24393,9 +25217,11 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24414,6 +25240,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24433,6 +25260,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24449,6 +25277,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hedge.n.01": { @@ -24459,6 +25288,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24476,6 +25306,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24497,6 +25328,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24526,7 +25358,7 @@ "mixable": {}, "moldyable": {}, "needsOrientation": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24541,6 +25373,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "herbicide__bottle.n.01": { @@ -24553,7 +25386,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24572,6 +25405,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24590,6 +25424,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24607,6 +25442,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24625,6 +25461,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24643,6 +25480,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24660,6 +25498,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24677,6 +25516,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24694,6 +25534,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24711,7 +25552,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24726,10 +25567,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24748,6 +25589,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24765,6 +25607,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24780,6 +25623,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "honey__jar.n.01": { @@ -24792,7 +25636,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24810,6 +25654,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24828,6 +25673,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24845,6 +25691,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24862,6 +25709,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24879,6 +25727,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24896,6 +25745,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24913,6 +25763,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24925,13 +25776,14 @@ "hose.n.03": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -24950,6 +25802,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24963,19 +25816,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -24987,6 +25841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25006,6 +25861,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hot_sauce__bottle.n.01": { @@ -25018,7 +25874,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25033,6 +25889,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hot_tub.n.02": { @@ -25044,6 +25901,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25063,6 +25921,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25082,12 +25941,13 @@ "house_paint__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25105,6 +25965,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25119,12 +25980,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -25132,7 +25993,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -25145,6 +26005,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25155,10 +26016,10 @@ "wrinkleable": {} }, "humate.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hummus.n.01": { @@ -25167,6 +26028,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -25180,7 +26042,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25198,6 +26060,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25215,6 +26078,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25232,6 +26096,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25243,11 +26108,11 @@ }, "hydrocarbon.n.01": { "boilable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hydrogen_peroxide.n.01": { @@ -25255,6 +26120,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hydrogen_peroxide__bottle.n.01": { @@ -25267,7 +26133,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25287,6 +26153,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25296,14 +26163,17 @@ "wetable": {}, "wrinkleable": {} }, - "ice_cream.n.01": { + "ice_cream__carton.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25313,8 +26183,7 @@ "wetable": {}, "wrinkleable": {} }, - "ice_cream__carton.n.01": { - "breakable": {}, + "ice_cream_cone.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -25322,7 +26191,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25340,8 +26209,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25360,6 +26231,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25373,12 +26245,12 @@ "coldSource": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25398,6 +26270,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25415,6 +26288,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25430,6 +26304,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "iced_chocolate.n.01": { @@ -25439,6 +26314,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "icepick.n.01": { @@ -25449,6 +26325,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25462,12 +26339,12 @@ "icetray.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25480,12 +26357,14 @@ "icicle_lights.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -25504,6 +26383,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25521,6 +26401,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25548,6 +26429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25565,6 +26447,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "infant_car_seat.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25582,6 +26483,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25599,6 +26501,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25617,6 +26520,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25638,6 +26542,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25652,6 +26557,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ink__bottle.n.01": { @@ -25664,7 +26570,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25682,6 +26588,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25696,17 +26603,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "insectifuge__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25722,6 +26631,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "instant_coffee__jar.n.01": { @@ -25734,7 +26644,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25752,6 +26662,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -25772,6 +26684,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25790,6 +26703,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -25809,6 +26723,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25826,6 +26741,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25841,6 +26758,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ivy.n.01": { @@ -25852,6 +26770,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25866,21 +26785,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -25892,6 +26811,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25909,6 +26829,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25926,6 +26847,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25941,19 +26863,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "jam__jar.n.01": { - "breakable": {}, + "jam__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25963,14 +26885,17 @@ "wetable": {}, "wrinkleable": {} }, - "jam_dispenser.n.01": { + "jam__jar.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25990,6 +26915,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26002,12 +26928,12 @@ "jar__of__bath_salt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26020,12 +26946,12 @@ "jar__of__beans.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26038,12 +26964,12 @@ "jar__of__cumin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26056,12 +26982,12 @@ "jar__of__curry_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26074,12 +27000,12 @@ "jar__of__dill_seed.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26092,12 +27018,12 @@ "jar__of__grains.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26111,12 +27037,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26130,12 +27056,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26149,12 +27075,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26168,12 +27094,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26187,12 +27113,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26206,12 +27132,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26225,12 +27151,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26244,12 +27170,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26263,12 +27189,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26282,12 +27208,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26301,21 +27227,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26325,6 +27251,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -26333,6 +27260,8 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "jelly__jar.n.01": { @@ -26345,7 +27274,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26360,6 +27289,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -26373,7 +27303,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26388,45 +27318,27 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "jerky.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "jersey.n.03": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26438,6 +27350,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26455,6 +27368,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26474,6 +27388,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26492,6 +27407,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26506,6 +27422,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "jimmies__jar.n.01": { @@ -26518,7 +27435,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26536,6 +27453,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26553,6 +27471,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26572,6 +27491,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26584,12 +27504,12 @@ "jug__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26604,6 +27524,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "jukebox.n.01": { @@ -26614,6 +27535,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26628,19 +27550,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26652,6 +27574,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26670,6 +27593,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26689,6 +27613,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26707,6 +27632,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26724,6 +27650,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26741,25 +27668,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "keg.n.02": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26775,6 +27684,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "kettle.n.01": { @@ -26787,12 +27697,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26804,6 +27716,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26821,6 +27734,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26839,6 +27753,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26856,13 +27771,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26870,20 +27786,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26893,6 +27810,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -26905,6 +27823,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26920,6 +27839,8 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "kit.n.02": { @@ -26930,6 +27851,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26947,6 +27869,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26964,8 +27887,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -26981,6 +27906,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26999,6 +27925,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27016,10 +27943,13 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -27034,6 +27964,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27047,20 +27978,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27072,6 +28003,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27090,6 +28022,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27107,6 +28040,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27117,7 +28051,6 @@ "wrinkleable": {} }, "lace.n.01": { - "deformable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -27125,8 +28058,9 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, - "rope": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -27136,7 +28070,6 @@ "wrinkleable": {} }, "lacquer.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -27150,6 +28083,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27167,6 +28101,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27185,6 +28120,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27201,6 +28137,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "laminate.n.01": { @@ -27212,6 +28149,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27230,6 +28168,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27247,6 +28186,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27262,10 +28202,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27284,6 +28224,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27301,6 +28242,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27318,6 +28260,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27336,6 +28279,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -27356,6 +28300,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27365,27 +28310,6 @@ "wetable": {}, "wrinkleable": {} }, - "laundry.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "lavender.n.01": { "cookable": {}, "disinfectable": {}, @@ -27395,6 +28319,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27412,8 +28337,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -27429,6 +28356,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27446,6 +28374,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27464,6 +28393,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27481,6 +28411,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27495,6 +28426,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "leek.n.02": { @@ -27506,6 +28438,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27516,24 +28449,6 @@ "wetable": {}, "wrinkleable": {} }, - "leftovers.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "leg.n.05": { "cookable": {}, "disinfectable": {}, @@ -27543,6 +28458,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27562,6 +28478,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27575,20 +28492,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27598,9 +28515,11 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "legume.n.03": { + "cookable": {}, "freezable": {}, "heatable": {} }, @@ -27609,6 +28528,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "lemon-pepper_seasoning__shaker.n.01": { @@ -27620,6 +28540,7 @@ "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -27639,6 +28560,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27655,6 +28577,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemon_juice__bottle.n.01": { @@ -27667,7 +28590,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27686,6 +28609,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27701,6 +28625,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemon_water.n.01": { @@ -27709,6 +28634,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemonade.n.01": { @@ -27717,6 +28643,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemonade__bottle.n.01": { @@ -27729,7 +28656,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27748,6 +28675,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27762,6 +28690,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -27775,7 +28704,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27789,20 +28718,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27814,6 +28743,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27832,6 +28762,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27850,6 +28781,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27867,6 +28799,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27884,6 +28817,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27901,11 +28835,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -27920,6 +28853,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27937,6 +28871,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27954,7 +28889,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27973,6 +28908,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -27989,6 +28925,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -28014,6 +28951,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28033,6 +28971,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28050,6 +28989,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28067,6 +29007,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28082,10 +29023,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28106,6 +29047,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28123,6 +29065,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28140,6 +29083,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28157,6 +29101,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28171,6 +29116,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "lime.n.06": { @@ -28182,6 +29128,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28198,6 +29145,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lime_juice__bottle.n.01": { @@ -28210,7 +29158,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28226,6 +29174,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "limestone.n.01": { @@ -28236,6 +29185,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28249,19 +29199,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28273,6 +29223,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28290,6 +29241,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -28302,19 +29254,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28322,20 +29275,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28343,20 +29296,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28364,33 +29317,32 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "linseed_oil.n.01": { "boilable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lint.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -28404,6 +29356,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28421,6 +29375,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28438,6 +29393,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28459,7 +29415,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28474,11 +29430,13 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid.n.01": { "freezable": {}, "heatable": {}, + "physicalSubstance": {}, "substance": {} }, "liquid.n.03": { @@ -28486,6 +29444,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid_body_substance.n.01": { @@ -28493,13 +29452,34 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "liquid_carton.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "liquid_soap.n.01": { "boilable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid_soap__bottle.n.01": { @@ -28512,7 +29492,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28527,6 +29507,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "list.n.01": { @@ -28537,6 +29518,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28555,6 +29537,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28577,6 +29560,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28596,6 +29580,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28614,6 +29599,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28631,7 +29617,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28644,13 +29630,13 @@ "log.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28670,6 +29656,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28687,6 +29674,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28700,20 +29688,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28722,19 +29711,19 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28742,19 +29731,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28766,6 +29755,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28780,6 +29770,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lotion.n.02": { @@ -28788,6 +29779,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lotion__bottle.n.01": { @@ -28800,7 +29792,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28818,6 +29810,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28833,6 +29826,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "low_explosive.n.01": { @@ -28843,6 +29837,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28857,6 +29852,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lubricant__bottle.n.01": { @@ -28869,7 +29865,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28887,7 +29883,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28905,6 +29901,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28921,8 +29918,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28942,6 +29941,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28956,6 +29956,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -28968,6 +29969,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28987,6 +29989,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29002,6 +30005,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "machine.n.01": { @@ -29012,6 +30016,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29029,6 +30034,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29046,6 +30052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29067,7 +30074,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29086,6 +30093,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29103,6 +30111,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29116,6 +30125,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "magnifier.n.01": { @@ -29127,6 +30137,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29145,6 +30156,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29162,6 +30174,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29180,6 +30193,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -29194,20 +30208,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29224,6 +30239,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29243,6 +30259,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29261,6 +30278,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29279,6 +30297,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29294,6 +30313,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "maple_syrup__jar.n.01": { @@ -29306,7 +30326,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29319,10 +30339,10 @@ "margarine.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -29336,7 +30356,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29351,6 +30371,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marigold.n.01": { @@ -29361,6 +30382,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29377,6 +30399,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marinara.n.01": { @@ -29385,6 +30408,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marinara__jar.n.01": { @@ -29397,7 +30421,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29412,18 +30436,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "marjoram__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -29442,6 +30467,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29459,6 +30485,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29473,12 +30500,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -29486,7 +30513,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29496,6 +30522,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mashed_potato.n.02": { @@ -29504,6 +30531,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "masher.n.02": { @@ -29513,7 +30541,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29527,19 +30557,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29551,6 +30581,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29571,6 +30602,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -29585,20 +30617,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29610,6 +30642,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29627,6 +30660,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -29638,14 +30672,13 @@ "match.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29664,6 +30697,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29678,6 +30712,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "material.n.01": { @@ -29692,6 +30727,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29713,6 +30749,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29730,6 +30767,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -29744,20 +30782,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29765,19 +30803,19 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29787,6 +30825,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mayonnaise__jar.n.01": { @@ -29799,7 +30838,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29814,6 +30853,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -29830,6 +30870,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29848,6 +30889,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29865,6 +30907,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -29876,11 +30920,13 @@ "measuring_stick.n.01": { "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29903,6 +30949,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29921,6 +30968,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29940,6 +30988,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29958,6 +31007,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -29974,6 +31024,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -29985,12 +31036,12 @@ "medical_instrument.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30012,7 +31063,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30028,6 +31079,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "medium_of_exchange.n.01": { @@ -30038,6 +31090,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30050,8 +31103,7 @@ "melon.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "melted__butter.n.01": { "boilable": {}, @@ -30059,6 +31111,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__cheddar.n.01": { @@ -30067,6 +31120,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__grated_cheese.n.01": { @@ -30075,6 +31129,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__parmesan.n.01": { @@ -30083,6 +31138,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__white_chocolate.n.01": { @@ -30091,6 +31147,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "memorial.n.03": { @@ -30101,6 +31158,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30118,6 +31176,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30135,6 +31194,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30150,6 +31210,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -30162,6 +31223,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30179,6 +31241,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30196,6 +31259,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30213,6 +31277,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30229,6 +31294,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "microorganism.n.01": { @@ -30245,6 +31311,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30264,6 +31331,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30282,9 +31350,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -30304,25 +31374,29 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "milk.n.04": { "boilable": {}, + "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "milk__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30338,6 +31412,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mill.n.04": { @@ -30348,6 +31423,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30370,6 +31446,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30388,6 +31465,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30406,6 +31484,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30425,8 +31504,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -30440,6 +31521,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mix.n.01": { @@ -30447,33 +31529,15 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "mix__box.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "toggleable": {}, - "wetable": {}, - "wrinkleable": {} - }, "mixed_drink.n.01": { "boilable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mixer.n.04": { @@ -30484,6 +31548,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30503,6 +31568,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30518,6 +31584,7 @@ "substance": {} }, "mock-up.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -30526,6 +31593,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30543,6 +31611,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30560,6 +31629,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30578,6 +31648,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30592,6 +31663,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "molasses.n.01": { @@ -30600,6 +31672,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mold.n.02": { @@ -30611,6 +31684,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30635,6 +31709,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30656,6 +31731,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30673,6 +31749,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30690,6 +31767,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30710,6 +31788,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30724,6 +31803,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mortar.n.03": { @@ -30734,6 +31814,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30757,6 +31838,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30771,9 +31853,11 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30792,6 +31876,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30809,6 +31894,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30827,6 +31913,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30845,6 +31932,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30862,6 +31950,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30877,6 +31966,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -30888,6 +31978,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30905,6 +31996,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30919,12 +32011,13 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -30932,7 +32025,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -30947,12 +32039,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -30960,10 +32052,18 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, + "muffin_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": {}, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "mug.n.04": { "breakable": {}, "disinfectable": {}, @@ -30974,6 +32074,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30984,20 +32085,22 @@ "wrinkleable": {} }, "mulch.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mulch__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31016,6 +32119,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31031,8 +32135,27 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "music_stool.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "musical_instrument.n.01": { "disinfectable": {}, "dustyable": {}, @@ -31041,6 +32164,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31060,6 +32184,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31079,6 +32204,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31095,6 +32221,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mustard.n.03": { @@ -31106,6 +32233,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31126,7 +32254,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31140,6 +32268,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mustard_seed.n.01": { @@ -31147,19 +32276,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "mustard_seed__bottle.n.01": { - "breakable": {}, + "mustard_seed__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31177,6 +32307,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31187,7 +32318,6 @@ "wrinkleable": {} }, "nail_polish.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "substance": {}, @@ -31201,6 +32331,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31214,22 +32345,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31241,6 +32371,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31258,6 +32389,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31271,24 +32403,26 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "nativity_figurine.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -31296,6 +32430,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31310,10 +32445,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31331,6 +32466,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -31357,6 +32493,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31374,6 +32511,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -31392,6 +32530,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -31407,6 +32546,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nectarine.n.02": { @@ -31418,6 +32558,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31436,6 +32577,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31453,6 +32595,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31466,19 +32609,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31486,19 +32629,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31511,6 +32654,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31529,6 +32673,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31546,6 +32691,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31559,19 +32705,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31580,6 +32727,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nodule.n.03": { @@ -31590,6 +32738,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31610,6 +32759,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -31623,7 +32773,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31641,6 +32791,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31658,6 +32809,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31676,24 +32828,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "novel.n.02": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31711,8 +32846,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -31732,6 +32869,8 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -31740,18 +32879,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "nutmeg__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -31764,10 +32904,10 @@ }, "nutrient.n.02": { "boilable": {}, - "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nutriment.n.01": { @@ -31783,6 +32923,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31797,6 +32938,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "oat__box.n.01": { @@ -31809,7 +32951,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31824,6 +32966,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "object.n.01": { @@ -31838,6 +32981,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31855,6 +32999,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31869,6 +33014,26 @@ "heatable": {}, "substance": {} }, + "oil__bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "ointment.n.01": { "freezable": {}, "heatable": {} @@ -31878,6 +33043,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "olive.n.04": { @@ -31889,6 +33055,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31902,10 +33069,10 @@ "olive_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "olive_oil__bottle.n.01": { @@ -31918,7 +33085,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31937,6 +33104,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31950,26 +33118,26 @@ "onion.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "onion_powder.n.01": { "cookable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "onion_powder__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -31986,6 +33154,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "opaque_gem.n.01": { @@ -31996,6 +33165,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32013,6 +33183,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32030,6 +33201,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32047,6 +33219,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32064,6 +33237,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32082,6 +33256,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32099,6 +33274,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32116,6 +33292,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32134,6 +33311,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32150,6 +33328,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "orange_juice__carton.n.01": { @@ -32162,7 +33341,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32177,6 +33356,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -32185,6 +33365,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -32197,6 +33378,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32221,6 +33403,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -32228,20 +33411,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32254,9 +33438,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -32269,19 +33455,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32289,19 +33476,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32310,6 +33497,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "oxide.n.01": { @@ -32327,6 +33515,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32337,15 +33526,15 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__cigarettes.n.01": { + "pack__of__bread.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32355,7 +33544,7 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__kielbasa.n.01": { + "pack__of__chocolate_bar.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32363,6 +33552,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32372,7 +33562,7 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__pasta.n.01": { + "pack__of__cigarettes.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -32381,6 +33571,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32390,7 +33581,7 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__protein_powder.n.01": { + "pack__of__ground_beef.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32398,6 +33589,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32407,7 +33599,7 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__ramen.n.01": { + "pack__of__kielbasa.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32415,6 +33607,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32424,7 +33617,7 @@ "wetable": {}, "wrinkleable": {} }, - "package.n.02": { + "pack__of__pasta.n.01": { "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -32433,7 +33626,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32443,7 +33636,7 @@ "wetable": {}, "wrinkleable": {} }, - "packaged__bread.n.01": { + "pack__of__protein_powder.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32451,6 +33644,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32460,7 +33654,7 @@ "wetable": {}, "wrinkleable": {} }, - "packaged__chocolate_bar.n.01": { + "pack__of__ramen.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32468,6 +33662,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32477,7 +33672,7 @@ "wetable": {}, "wrinkleable": {} }, - "packaged_lemons.n.01": { + "package.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32485,6 +33680,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32494,7 +33690,7 @@ "wetable": {}, "wrinkleable": {} }, - "packaged_oranges.n.01": { + "package.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -32502,6 +33698,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32514,13 +33712,13 @@ "packing_box.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -32534,12 +33732,12 @@ "packing_material.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32559,6 +33757,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32576,6 +33775,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32593,6 +33793,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -32609,6 +33810,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -32626,6 +33828,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32644,6 +33847,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32667,6 +33871,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32684,6 +33889,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32701,6 +33907,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32710,44 +33917,24 @@ "wetable": {}, "wrinkleable": {} }, - "pajama.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "pajama.n.02": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32759,6 +33946,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32776,6 +33964,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32794,6 +33983,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -32809,6 +33999,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "panel.n.01": { @@ -32819,6 +34010,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32837,6 +34029,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32852,6 +34045,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "paper.n.01": { @@ -32862,6 +34056,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -32878,6 +34073,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32896,6 +34092,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32913,6 +34111,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32926,21 +34125,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32952,6 +34151,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32969,6 +34169,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32987,7 +34188,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33002,18 +34203,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "paprika__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -33027,13 +34229,13 @@ "paraffin.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33051,6 +34253,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33067,7 +34270,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33086,6 +34291,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33100,20 +34306,21 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, - "parmesan__bottle.n.01": { - "breakable": {}, + "parmesan__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33132,6 +34339,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33142,6 +34350,26 @@ "wetable": {}, "wrinkleable": {} }, + "parsley__shaker.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "parsnip.n.03": { "cookable": {}, "disinfectable": {}, @@ -33151,6 +34379,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33173,6 +34402,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33199,6 +34429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33216,6 +34447,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33233,6 +34465,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33260,7 +34493,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33275,12 +34508,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -33288,7 +34521,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -33300,6 +34532,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33316,6 +34550,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33334,6 +34569,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33359,6 +34595,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33380,6 +34617,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33397,6 +34635,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33412,6 +34651,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pea_pod.n.01": { @@ -33423,6 +34663,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33441,6 +34682,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33460,6 +34702,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33471,9 +34714,11 @@ }, "peanut.n.04": { "cookable": {}, + "flammable": {}, "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "peanut_butter.n.01": { @@ -33482,6 +34727,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "peanut_butter__jar.n.01": { @@ -33494,7 +34740,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33507,10 +34753,10 @@ "peanut_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pear.n.01": { @@ -33522,6 +34768,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33540,6 +34787,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33550,10 +34798,10 @@ "wrinkleable": {} }, "peat.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pebble.n.01": { @@ -33564,6 +34812,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33578,6 +34827,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -33589,8 +34839,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -33612,6 +34864,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33630,6 +34883,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33640,10 +34894,10 @@ "wrinkleable": {} }, "pellet_food.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, @@ -33657,6 +34911,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33674,6 +34929,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33691,6 +34947,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33708,6 +34965,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -33726,6 +34984,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33743,8 +35002,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -33757,20 +35018,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -33779,6 +35040,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -33790,6 +35052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33804,6 +35067,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pepper.n.04": { @@ -33814,12 +35078,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33837,6 +35103,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33855,6 +35123,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33873,6 +35142,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33892,6 +35162,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33910,6 +35181,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33928,6 +35200,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33942,29 +35215,9 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "perfume__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "particleApplier": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "periodic_table.n.01": { "disinfectable": {}, "dustyable": {}, @@ -33974,6 +35227,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33991,6 +35245,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34008,6 +35263,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34025,6 +35281,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34039,6 +35296,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pesticide.n.01": { @@ -34046,17 +35304,18 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pesticide__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -34076,6 +35335,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34091,6 +35351,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pet_bed.n.01": { @@ -34101,6 +35362,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -34120,6 +35382,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34133,6 +35396,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "petfood__bag.n.01": { @@ -34145,6 +35409,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34160,6 +35425,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "petri_dish.n.01": { @@ -34172,6 +35438,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34186,6 +35453,8 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "pewter_teapot.n.01": { @@ -34196,6 +35465,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34219,6 +35489,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34237,6 +35508,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34255,6 +35527,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34274,8 +35547,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -34291,6 +35566,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34319,13 +35595,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34337,6 +35614,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34354,6 +35632,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34366,12 +35645,12 @@ "pickle.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34390,6 +35669,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34410,6 +35690,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34428,6 +35709,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34445,6 +35727,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34463,6 +35746,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34477,20 +35761,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34503,6 +35787,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34517,20 +35802,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34543,6 +35828,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34553,16 +35839,36 @@ "wetable": {}, "wrinkleable": {} }, + "pile.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "pill.n.01": { "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pill.n.02": { "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, @@ -34576,7 +35882,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34592,8 +35898,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34608,12 +35916,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -34621,7 +35929,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34633,6 +35940,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34650,6 +35958,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34665,6 +35974,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -34678,6 +35988,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34693,6 +36004,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pineapple_juice__carton.n.01": { @@ -34705,7 +36017,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34723,23 +36035,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "pinwheel.n.03": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34757,6 +36053,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34774,6 +36071,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34791,6 +36089,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -34806,6 +36105,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pit.n.01": { @@ -34813,10 +36113,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34831,12 +36131,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -34844,7 +36144,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34858,6 +36157,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34875,6 +36175,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34893,6 +36194,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34906,12 +36208,12 @@ "pizza_box.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34927,12 +36229,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -34940,7 +36242,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34948,20 +36249,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34974,6 +36275,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34995,6 +36297,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35024,6 +36327,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35041,6 +36345,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35062,6 +36367,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35075,19 +36381,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35095,19 +36401,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35119,6 +36425,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35132,11 +36439,13 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35154,6 +36463,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35171,6 +36481,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35184,11 +36495,13 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35206,6 +36519,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35223,6 +36537,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35239,6 +36554,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35258,6 +36574,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35275,6 +36592,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35293,6 +36611,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35311,6 +36630,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35329,6 +36649,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35345,7 +36666,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35365,6 +36688,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35383,6 +36707,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35400,6 +36725,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35417,6 +36743,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35434,6 +36761,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35451,6 +36779,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35465,6 +36794,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "polish__bottle.n.01": { @@ -35477,7 +36807,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35497,20 +36827,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35522,6 +36852,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35536,6 +36867,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "polyvinyl_chloride.n.01": { @@ -35546,6 +36878,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35557,22 +36890,8 @@ }, "pome.n.01": { "cookable": {}, - "disinfectable": {}, - "dustyable": {}, "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} + "heatable": {} }, "pomegranate.n.02": { "disinfectable": {}, @@ -35582,6 +36901,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35599,6 +36919,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35616,6 +36937,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35628,13 +36950,16 @@ "pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -35650,6 +36975,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35667,8 +36993,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -35681,6 +37009,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pop_bottle.n.01": { @@ -35693,7 +37022,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35708,17 +37037,20 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "popcorn__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35736,6 +37068,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35750,6 +37083,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "porcelain.n.01": { @@ -35761,6 +37095,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35779,6 +37114,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35792,8 +37128,7 @@ "pork_sausage.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "porkchop.n.01": { "cookable": {}, @@ -35804,6 +37139,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35819,6 +37155,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "portable_computer.n.01": { @@ -35829,6 +37166,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35846,6 +37184,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35865,6 +37204,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35882,6 +37222,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35899,6 +37240,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35916,6 +37258,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35934,6 +37277,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35952,6 +37296,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35969,6 +37314,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35986,6 +37332,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36004,6 +37351,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36021,6 +37369,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36038,6 +37387,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36057,6 +37407,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36075,6 +37426,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36093,6 +37445,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36112,6 +37465,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36130,6 +37484,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36147,6 +37502,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36164,6 +37520,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36181,6 +37538,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36198,6 +37556,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36215,6 +37574,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36232,6 +37592,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36244,20 +37605,21 @@ "poultry.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "poultry_seasoning.n.01": { "cookable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "powder.n.03": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "power_saw.n.01": { @@ -36268,6 +37630,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36287,6 +37650,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36306,6 +37670,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36325,6 +37690,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36343,6 +37709,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36358,6 +37725,24 @@ "substance": {}, "visualSubstance": {} }, + "present.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "press.n.02": { "disinfectable": {}, "dustyable": {}, @@ -36366,7 +37751,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36386,6 +37771,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -36393,6 +37779,7 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36404,6 +37791,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36422,6 +37810,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36439,7 +37828,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36457,6 +37846,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36471,20 +37861,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36496,6 +37887,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36523,6 +37915,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36540,6 +37933,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36557,6 +37951,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36582,6 +37977,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36600,20 +37996,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36631,6 +38027,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36649,6 +38046,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36667,6 +38065,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -36683,6 +38082,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36700,6 +38100,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36718,6 +38119,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36735,6 +38137,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36748,20 +38151,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36773,6 +38176,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36783,6 +38187,24 @@ "wetable": {}, "wrinkleable": {} }, + "pump.n.03": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "pumpkin.n.02": { "cookable": {}, "disinfectable": {}, @@ -36792,6 +38214,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36807,6 +38230,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pumpkin_seed.n.01": { @@ -36814,6 +38238,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pumpkin_seed__bag.n.01": { @@ -36826,6 +38251,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36840,16 +38266,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "punching_bag.n.02": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -36862,10 +38291,10 @@ }, "puree.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "putty_knife.n.01": { @@ -36875,7 +38304,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36895,6 +38326,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36913,6 +38345,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36937,6 +38370,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36954,6 +38388,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36972,6 +38407,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36991,6 +38427,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -37003,20 +38440,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37025,6 +38462,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "quinoa__box.n.01": { @@ -37037,7 +38475,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37055,6 +38493,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37072,6 +38511,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37089,6 +38529,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37103,9 +38544,11 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37124,6 +38567,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37142,6 +38586,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37161,6 +38606,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37175,21 +38621,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37201,8 +38647,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37218,6 +38666,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37231,19 +38680,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37252,6 +38701,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -37265,6 +38715,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37282,6 +38733,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37293,7 +38745,6 @@ "wrinkleable": {} }, "ramekin.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -37301,6 +38752,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37320,6 +38772,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37338,8 +38791,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37357,6 +38812,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37372,6 +38828,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -37380,19 +38837,19 @@ "cookable": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37404,6 +38861,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37419,6 +38877,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "reamer.n.01": { @@ -37428,7 +38887,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37447,6 +38908,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37464,6 +38926,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37482,6 +38945,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37499,6 +38963,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37508,6 +38973,25 @@ "wetable": {}, "wrinkleable": {} }, + "reception_desk.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "recess.n.04": { "disinfectable": {}, "dustyable": {}, @@ -37516,6 +39000,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37533,6 +39018,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37551,6 +39037,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37568,6 +39055,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37582,11 +39070,13 @@ "recycling_bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37603,6 +39093,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "red_wine.n.01": { @@ -37611,26 +39102,9 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "reference_book.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "reflector.n.01": { "breakable": {}, "disinfectable": {}, @@ -37640,8 +39114,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37655,6 +39131,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "refried_beans__can.n.01": { @@ -37666,7 +39143,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37685,6 +39162,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37703,6 +39181,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37720,6 +39199,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37741,6 +39221,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37758,6 +39239,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37777,6 +39259,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "report.n.03": { @@ -37788,6 +39271,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37805,6 +39289,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37818,20 +39303,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37847,6 +39333,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37860,6 +39347,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "resin.n.01": { @@ -37870,6 +39358,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37887,6 +39376,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37904,6 +39394,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37922,6 +39413,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37936,20 +39428,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37957,6 +39449,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "rice_cooker.n.01": { @@ -37969,6 +39462,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37984,7 +39478,9 @@ "cookable": {}, "freezable": {}, "heatable": {}, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -38002,6 +39498,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38019,9 +39516,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -38034,6 +39533,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "road.n.01": { @@ -38044,8 +39544,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -38055,9 +39557,24 @@ }, "roast.n.01": { "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": {}, "freezable": {}, + "grassyable": {}, "heatable": {}, - "sliceable": {} + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, "roaster.n.04": { "disinfectable": {}, @@ -38067,6 +39584,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38084,6 +39602,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38105,8 +39624,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -38122,6 +39643,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38137,31 +39659,30 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "roll_of_tobacco.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38179,6 +39700,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38195,7 +39717,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38213,6 +39737,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38230,6 +39755,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38247,6 +39773,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38261,10 +39788,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38283,6 +39810,7 @@ "rope.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, "freezable": {}, @@ -38290,6 +39818,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -38308,6 +39837,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38321,18 +39851,19 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "rosemary__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -38351,6 +39882,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38370,6 +39902,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38391,6 +39924,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38407,17 +39941,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rubber_band.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -38435,6 +39972,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38453,6 +39991,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38466,20 +40005,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -38489,17 +40028,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rubbing_alcohol__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38510,26 +40051,6 @@ "wetable": {}, "wrinkleable": {} }, - "rubbing_alcohol__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "rubbish.n.01": { "freezable": {}, "heatable": {}, @@ -38544,6 +40065,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38557,32 +40079,34 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "rule.n.12": { "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38597,6 +40121,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rum__bottle.n.01": { @@ -38609,7 +40134,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38627,6 +40152,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38651,6 +40177,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38664,12 +40191,32 @@ "sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sack__of__brown_rice.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38683,19 +40230,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -38704,6 +40251,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "saddle_soap__bottle.n.01": { @@ -38716,7 +40264,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38734,6 +40282,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38748,18 +40297,21 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "saffron__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38774,18 +40326,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sage__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -38802,6 +40355,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "salad.n.01": { @@ -38813,6 +40367,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38831,6 +40386,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38847,7 +40403,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38860,8 +40418,7 @@ "salad_green.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "salmon.n.03": { "cookable": {}, @@ -38872,6 +40429,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38888,6 +40446,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "salsa__bottle.n.01": { @@ -38900,7 +40459,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38914,6 +40473,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "salt.n.02": { @@ -38921,6 +40481,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "salt__bottle.n.01": { @@ -38933,7 +40494,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38947,12 +40508,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38971,6 +40534,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38995,6 +40559,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39012,6 +40577,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39031,6 +40597,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39044,6 +40611,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sandwich.n.01": { @@ -39055,6 +40623,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39070,6 +40639,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sanitary_condition.n.01": { @@ -39082,20 +40652,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -39104,6 +40674,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sauce.n.01": { @@ -39111,6 +40682,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "saucepan.n.01": { @@ -39119,10 +40691,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39138,10 +40710,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39161,6 +40733,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39175,9 +40748,11 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39191,8 +40766,27 @@ "sausage.n.01": { "cookable": {}, "freezable": {}, + "heatable": {} + }, + "savory_spice__shaker.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, "heatable": {}, - "sliceable": {} + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, "saw.n.02": { "disinfectable": {}, @@ -39202,9 +40796,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -39212,11 +40808,11 @@ "wrinkleable": {} }, "sawdust.n.01": { - "fireSource": {}, "flammable": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sax.n.02": { @@ -39227,6 +40823,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39244,6 +40841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39261,6 +40859,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39279,6 +40878,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39297,6 +40897,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39311,20 +40912,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -39336,6 +40937,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39354,6 +40956,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39372,6 +40975,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39389,6 +40993,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39403,12 +41008,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -39416,7 +41021,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -39428,6 +41032,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "scoop_of_ice_cream.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39445,6 +41068,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39460,6 +41084,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "scrambled_eggs.n.01": { @@ -39467,6 +41092,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -39478,6 +41104,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39495,6 +41122,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39513,6 +41141,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39530,6 +41159,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39547,6 +41177,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39564,6 +41195,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39581,6 +41213,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39598,8 +41231,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -39615,6 +41251,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -39633,6 +41270,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39656,6 +41294,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -39672,6 +41311,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39696,12 +41336,13 @@ "sealant__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39722,7 +41363,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39747,6 +41388,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39764,6 +41406,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39781,6 +41424,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39798,6 +41442,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39812,6 +41457,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "secretion.n.02": { @@ -39819,6 +41465,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "security_camera.n.01": { @@ -39830,6 +41477,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39848,6 +41496,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39881,6 +41530,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39898,6 +41548,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39911,12 +41562,12 @@ "server.n.04": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39934,6 +41585,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39949,6 +41601,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sesame_oil__bottle.n.01": { @@ -39961,7 +41614,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39976,19 +41629,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "sesame_seed__bottle.n.01": { - "breakable": {}, + "sesame_seed__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40006,6 +41660,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40023,6 +41678,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40041,6 +41697,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40058,6 +41715,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40075,8 +41733,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40091,6 +41748,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "shampoo__bottle.n.01": { @@ -40103,7 +41761,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40121,6 +41779,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40142,6 +41802,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40155,21 +41816,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40181,6 +41842,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40199,6 +41861,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40217,6 +41880,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -40231,21 +41895,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40257,6 +41921,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -40269,23 +41934,24 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "shelf.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -40293,8 +41959,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40310,6 +41978,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40327,6 +41996,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40344,6 +42014,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40361,6 +42032,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40378,6 +42050,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40396,6 +42069,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40414,6 +42088,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40426,11 +42101,13 @@ "shell.n.05": { "disinfectable": {}, "dustyable": {}, + "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40448,6 +42125,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40466,6 +42144,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40480,6 +42159,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "shellfish.n.01": { @@ -40491,6 +42171,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -40508,7 +42189,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40526,6 +42207,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40543,6 +42225,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40561,6 +42244,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40575,19 +42259,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40599,6 +42284,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40616,6 +42302,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40633,6 +42320,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40650,7 +42338,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40669,6 +42357,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40686,8 +42375,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40699,41 +42390,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "shortening.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "shortening__carton.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40753,6 +42445,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40767,13 +42460,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -40781,7 +42473,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40793,6 +42484,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40811,8 +42503,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40829,6 +42524,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40846,8 +42542,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40864,6 +42562,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40882,6 +42581,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40899,6 +42599,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40916,8 +42617,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40933,6 +42636,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40950,6 +42654,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40967,6 +42672,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -40983,6 +42689,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41000,6 +42707,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41010,25 +42718,21 @@ "wetable": {}, "wrinkleable": {} }, - "silk.n.01": { - "cloth": {}, - "deformable": {}, + "signpost.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41040,6 +42744,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41053,19 +42758,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41077,6 +42782,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41089,19 +42795,22 @@ "sink.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "waterSource": {}, "wetable": {}, "wrinkleable": {} @@ -41115,6 +42824,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41133,6 +42843,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41150,6 +42861,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41167,6 +42879,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41184,6 +42897,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41201,6 +42915,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41219,6 +42934,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41236,6 +42952,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41254,6 +42971,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41270,7 +42988,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41284,20 +43004,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41310,6 +43030,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41328,6 +43049,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41341,19 +43063,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41365,6 +43088,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41378,19 +43102,39 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sliced__brisket.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41400,25 +43144,24 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "sliced__cucumber.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41426,10 +43169,31 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sliced__eggplant.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41438,6 +43202,7 @@ }, "sliced__lemon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41445,10 +43210,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41457,6 +43222,7 @@ }, "sliced__lime.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41464,10 +43230,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41476,6 +43242,7 @@ }, "sliced__melon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41483,10 +43250,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41495,6 +43262,7 @@ }, "sliced__onion.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41502,10 +43270,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41514,6 +43282,7 @@ }, "sliced__papaya.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41521,10 +43290,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41533,6 +43302,7 @@ }, "sliced__roast_beef.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -41541,10 +43311,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41553,6 +43323,7 @@ }, "sliced__tomato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -41560,10 +43331,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41578,6 +43349,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41596,6 +43368,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41614,6 +43387,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41631,6 +43405,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41649,6 +43424,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41664,10 +43440,10 @@ }, "smoothie.n.02": { "boilable": {}, - "coldSource": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "snack_food.n.01": { @@ -41678,6 +43454,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41695,6 +43472,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41713,6 +43491,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41738,6 +43517,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41760,6 +43540,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41779,6 +43560,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41792,13 +43574,12 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -41817,6 +43598,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41830,21 +43612,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41857,7 +43639,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41872,6 +43654,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soda_water__bottle.n.01": { @@ -41884,7 +43667,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41898,6 +43681,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sodium_carbonate__jar.n.01": { @@ -41910,7 +43694,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41929,6 +43713,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41946,9 +43731,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -41961,8 +43748,29 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "soft_roll.n.01": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "softball.n.01": { "disinfectable": {}, "dustyable": {}, @@ -41971,6 +43779,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41985,23 +43794,27 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soil.n.02": { "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "soil__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42031,6 +43844,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42045,6 +43859,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "solvent.n.01": { @@ -42053,6 +43868,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "solvent__bottle.n.01": { @@ -42065,7 +43881,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42079,12 +43895,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -42092,7 +43908,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42104,6 +43919,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42119,6 +43935,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soup__can.n.01": { @@ -42130,7 +43947,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42150,6 +43967,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42162,12 +43980,12 @@ "soup_ladle.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42184,7 +44002,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42200,12 +44020,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -42213,7 +44033,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42223,6 +44042,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "source_of_illumination.n.01": { @@ -42233,6 +44053,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -42246,6 +44067,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "soy_sauce.n.01": { @@ -42254,6 +44076,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soy_sauce__bottle.n.01": { @@ -42266,7 +44089,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42278,9 +44101,11 @@ }, "soya_milk.n.01": { "boilable": {}, + "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "space_heater.n.01": { @@ -42290,9 +44115,11 @@ "flammable": {}, "freezable": {}, "grassyable": {}, + "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42314,6 +44141,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -42323,6 +44151,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "spar.n.01": { @@ -42330,6 +44159,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "spark_plug.n.01": { @@ -42340,6 +44170,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42352,12 +44183,12 @@ "sparkler.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42372,6 +44203,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "spatula.n.01": { @@ -42382,6 +44214,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42398,7 +44231,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42419,7 +44254,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42437,6 +44272,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42454,6 +44290,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42472,6 +44309,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42500,6 +44338,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42515,12 +44354,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -42528,7 +44367,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42541,6 +44379,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42557,10 +44396,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42575,12 +44414,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -42588,30 +44427,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "sponge_cake.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42622,7 +44437,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42646,6 +44463,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -42662,6 +44480,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42677,10 +44496,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42699,8 +44518,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -42723,6 +44544,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -42740,6 +44562,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "springboard.n.01": { @@ -42750,6 +44573,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42767,6 +44591,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42787,6 +44612,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42805,6 +44631,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42822,6 +44649,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42840,6 +44668,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42853,8 +44682,7 @@ "squash.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "squeegee.n.01": { "disinfectable": {}, @@ -42864,6 +44692,27 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "squeeze_bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "particleSource": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42880,7 +44729,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42899,6 +44750,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42917,6 +44769,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42934,6 +44787,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42957,6 +44811,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42974,6 +44829,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42992,6 +44848,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43009,6 +44866,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43026,8 +44884,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43043,6 +44903,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43060,6 +44921,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43077,6 +44939,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43094,6 +44957,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43111,7 +44975,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43130,6 +44994,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43145,6 +45010,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "starches.n.01": { @@ -43165,6 +45031,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43183,6 +45050,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43194,16 +45062,15 @@ "wrinkleable": {} }, "steamer.n.02": { - "coldSource": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43222,6 +45089,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43235,12 +45103,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -43248,7 +45116,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43260,6 +45127,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43277,6 +45145,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43294,6 +45163,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43308,18 +45178,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "stew__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43337,6 +45209,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43354,6 +45227,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43372,6 +45246,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43389,6 +45264,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43402,19 +45278,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43424,10 +45301,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43445,6 +45322,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "stone_wall.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43462,6 +45358,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "storage_container.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43479,6 +45394,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43496,6 +45412,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -43515,8 +45432,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43533,8 +45452,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43550,6 +45471,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43567,6 +45489,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43584,6 +45507,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43601,6 +45525,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43619,6 +45544,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43637,6 +45563,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43654,6 +45581,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43666,12 +45594,14 @@ "string.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -43690,6 +45620,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43707,6 +45638,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -43723,6 +45655,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43740,7 +45673,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43758,6 +45691,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43775,6 +45709,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43792,6 +45727,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43819,6 +45755,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43834,6 +45771,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "substance.n.01": { @@ -43852,6 +45790,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43869,12 +45808,14 @@ "sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43900,6 +45841,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43911,15 +45853,16 @@ "wrinkleable": {} }, "sugar_cookie_dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -43927,7 +45870,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43937,6 +45879,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sugar_syrup__bottle.n.01": { @@ -43949,7 +45892,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43963,19 +45906,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43983,13 +45927,13 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "summer_squash.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "sunflower.n.01": { "disinfectable": {}, @@ -43999,6 +45943,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44014,16 +45959,19 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sunflower_seed__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44041,6 +45989,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44055,6 +46004,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sunscreen__bottle.n.01": { @@ -44066,7 +46016,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44084,6 +46034,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44101,6 +46052,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44118,6 +46070,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44135,6 +46088,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44153,6 +46107,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44171,6 +46126,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -44185,20 +46141,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44206,19 +46162,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44226,20 +46183,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44257,6 +46214,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44270,8 +46228,7 @@ "sweet_pepper.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": {} }, "sweet_potato.n.02": { "cookable": {}, @@ -44282,6 +46239,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44301,6 +46259,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -44318,13 +46277,16 @@ "swimming_pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44336,20 +46298,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44361,6 +46323,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44377,8 +46340,10 @@ "freezable": {}, "grassyable": {}, "heatable": {}, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44397,8 +46362,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44416,8 +46383,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44433,6 +46402,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44446,20 +46416,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44471,6 +46442,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44483,12 +46455,12 @@ "syringe.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44504,6 +46476,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "system.n.01": { @@ -44514,6 +46487,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44532,6 +46506,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44550,6 +46525,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44567,8 +46543,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44583,7 +46561,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44600,10 +46580,10 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44618,20 +46598,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44639,20 +46619,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44663,7 +46643,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44676,12 +46658,13 @@ "tablespoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44699,6 +46682,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44716,8 +46700,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44733,6 +46719,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44743,7 +46730,6 @@ "wrinkleable": {} }, "taboret.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "flammable": {}, @@ -44752,6 +46738,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44769,6 +46756,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44787,6 +46775,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44805,6 +46794,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44823,6 +46813,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44841,6 +46832,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44855,6 +46847,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "tank.n.02": { @@ -44866,6 +46859,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44879,20 +46874,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44904,6 +46899,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44915,23 +46911,21 @@ "wrinkleable": {} }, "tape.n.04": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44945,19 +46939,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44969,6 +46963,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44987,6 +46982,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45000,19 +46996,18 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45021,6 +47016,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "taxonomic_group.n.01": { @@ -45033,6 +47029,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45048,6 +47045,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tea.n.05": { @@ -45064,6 +47062,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -45084,6 +47083,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45103,7 +47103,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45116,12 +47116,13 @@ "teaspoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45135,12 +47136,12 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -45148,7 +47149,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45160,6 +47160,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45178,6 +47179,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45195,8 +47197,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -45213,6 +47217,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45231,6 +47236,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45249,6 +47255,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45266,6 +47273,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45283,7 +47291,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45299,6 +47307,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tequila__bottle.n.01": { @@ -45311,7 +47320,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45324,13 +47333,12 @@ "terrarium.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45350,6 +47358,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45367,6 +47376,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45384,6 +47394,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45401,7 +47412,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45419,6 +47430,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45438,6 +47450,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45455,6 +47468,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45469,6 +47483,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "thing.n.12": { @@ -45483,6 +47498,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -45491,27 +47507,6 @@ "wetable": {}, "wrinkleable": {} }, - "throw.n.04": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "thumbtack.n.01": { "disinfectable": {}, "dustyable": {}, @@ -45520,6 +47515,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45534,23 +47530,23 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "thyme__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -45565,6 +47561,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45579,19 +47576,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45603,6 +47601,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45616,20 +47615,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45642,6 +47641,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45659,6 +47659,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45676,6 +47677,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45689,12 +47691,14 @@ "tinsel.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -45709,12 +47713,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -45722,7 +47726,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45734,6 +47737,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45752,6 +47756,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45762,25 +47767,22 @@ "wrinkleable": {} }, "tissue.n.02": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45792,6 +47794,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45810,6 +47813,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45829,6 +47833,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45848,6 +47853,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -45866,7 +47872,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45879,12 +47887,12 @@ "tobacco.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45900,12 +47908,12 @@ "disinfectable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -45913,7 +47921,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45925,8 +47932,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -45942,6 +47952,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45959,6 +47970,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45972,6 +47984,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "toilet_soap.n.01": { @@ -45979,6 +47992,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "toilet_soap__bottle.n.01": { @@ -45991,7 +48005,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46002,25 +48016,22 @@ "wrinkleable": {} }, "toilet_tissue.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46036,6 +48047,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46046,14 +48058,34 @@ "wrinkleable": {} }, "tomato.n.01": { + "cookable": {}, "freezable": {}, "heatable": {} }, + "tomato.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "tomato_juice.n.01": { "boilable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_juice__bottle.n.01": { @@ -46066,7 +48098,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46082,17 +48114,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_paste__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46107,6 +48141,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_sauce.n.01": { @@ -46115,6 +48150,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_sauce__jar.n.01": { @@ -46127,7 +48163,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46145,6 +48181,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46159,6 +48196,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tool.n.01": { @@ -46169,6 +48207,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46186,6 +48225,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46204,6 +48244,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46218,6 +48259,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "toothpick.n.01": { @@ -46228,6 +48270,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46245,6 +48288,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46262,11 +48306,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -46277,29 +48320,29 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "topping.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tortilla.n.01": { @@ -46307,20 +48350,20 @@ "cookable": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46333,6 +48376,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46347,20 +48391,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46372,8 +48416,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46389,6 +48435,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46399,8 +48446,43 @@ "wetable": {}, "wrinkleable": {} }, + "toy_car.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "toy_dice.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "toy_figure.n.01": { - "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -46408,6 +48490,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46425,6 +48508,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46442,6 +48526,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46460,6 +48545,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46478,6 +48564,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46488,6 +48575,7 @@ "wrinkleable": {} }, "trampoline.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -46495,6 +48583,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46512,6 +48601,25 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "transferred_property.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46529,6 +48637,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46541,11 +48650,13 @@ "tray.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46563,8 +48674,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46581,6 +48694,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46593,15 +48707,16 @@ "tree.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46617,6 +48732,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46636,6 +48752,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46653,6 +48770,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46670,6 +48788,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46683,19 +48802,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46708,6 +48827,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46726,6 +48846,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46743,6 +48864,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46755,12 +48877,12 @@ "trunk.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46780,7 +48902,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "particleSource": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46798,27 +48920,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "tube.n.04": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -46835,7 +48937,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46853,7 +48955,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46871,6 +48973,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46890,6 +48993,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46908,6 +49012,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46921,13 +49026,14 @@ "tupperware.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46945,6 +49051,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46963,6 +49070,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46983,6 +49091,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46998,6 +49107,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -47009,6 +49119,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47027,6 +49138,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47045,6 +49157,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47062,6 +49175,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47079,7 +49193,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47097,6 +49211,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47110,19 +49225,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47130,20 +49246,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47151,20 +49268,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47180,8 +49297,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -47197,6 +49316,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47214,6 +49334,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47231,6 +49353,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47247,10 +49370,13 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -47265,7 +49391,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -47286,6 +49412,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47303,6 +49430,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47320,7 +49448,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47338,6 +49466,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47356,6 +49485,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47372,6 +49502,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vanilla__bottle.n.01": { @@ -47384,7 +49515,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47414,6 +49545,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47428,6 +49560,8 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "veal.n.01": { @@ -47439,6 +49573,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47454,10 +49589,10 @@ "heatable": {} }, "vegetable_matter.n.01": { - "fireSource": {}, "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "vegetable_oil.n.01": { @@ -47466,6 +49601,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vegetable_oil__bottle.n.01": { @@ -47478,7 +49614,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47496,8 +49632,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -47513,6 +49652,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47526,19 +49666,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47546,20 +49686,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47571,6 +49711,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47590,6 +49731,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47608,7 +49750,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47626,6 +49768,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47636,27 +49779,6 @@ "wetable": {}, "wrinkleable": {} }, - "vessel.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "vessel.n.02": { "disinfectable": {}, "dustyable": {}, @@ -47665,6 +49787,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47682,6 +49805,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47695,20 +49819,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47721,6 +49845,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47739,6 +49864,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47758,17 +49884,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vinegar__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47789,7 +49917,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47804,6 +49932,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vinyl_polymer.n.01": { @@ -47814,6 +49943,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47831,6 +49961,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47848,6 +49979,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47867,6 +49999,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47885,6 +50018,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47908,6 +50042,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -47920,6 +50055,7 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "vitamin_pill__bottle.n.01": { @@ -47932,7 +50068,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47945,13 +50081,12 @@ "vivarium.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47967,6 +50102,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vodka__bottle.n.01": { @@ -47979,7 +50115,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47997,6 +50133,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48010,32 +50147,35 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "wading_pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48054,6 +50194,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48073,6 +50214,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48083,15 +50225,26 @@ "wetable": {}, "wrinkleable": {} }, + "waffle_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": {}, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "waffle_iron.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48110,6 +50263,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48127,6 +50281,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48145,6 +50300,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48162,8 +50318,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48179,8 +50337,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48197,6 +50357,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48214,6 +50375,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48231,6 +50393,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48248,6 +50411,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48266,6 +50430,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48284,9 +50449,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48302,6 +50469,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48320,10 +50488,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, - "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48344,6 +50513,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48358,6 +50528,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "water.n.06": { @@ -48366,17 +50537,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "water__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48387,17 +50560,16 @@ "wetable": {}, "wrinkleable": {} }, - "water_bottle.n.01": { - "breakable": {}, + "water__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48407,25 +50579,27 @@ "wetable": {}, "wrinkleable": {} }, - "water_cooler.n.01": { + "water_bottle.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "water_dispenser.n.01": { + "water_cooler.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, @@ -48433,12 +50607,14 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -48450,6 +50626,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48468,6 +50645,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48488,6 +50666,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48500,13 +50679,13 @@ "watering_can.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -48526,6 +50705,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48549,6 +50729,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48561,6 +50742,7 @@ "wax_remnant.n.01": { "freezable": {}, "heatable": {}, + "meltable": {}, "substance": {}, "visualSubstance": {} }, @@ -48572,6 +50754,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -48588,6 +50771,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48605,6 +50789,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48623,6 +50808,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48646,6 +50832,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48664,6 +50851,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48681,6 +50869,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48698,6 +50887,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48712,6 +50902,7 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -48723,6 +50914,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48740,6 +50932,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48757,6 +50950,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48772,18 +50966,19 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whipped_cream__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -48803,6 +50998,8 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48820,7 +51017,9 @@ "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48836,6 +51035,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whiskey__bottle.n.01": { @@ -48848,7 +51048,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48867,6 +51067,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48884,6 +51085,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48902,6 +51104,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48921,6 +51124,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48938,6 +51142,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48951,19 +51156,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -48972,17 +51178,20 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "white_rice__sack.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48998,6 +51207,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "white_sauce__bottle.n.01": { @@ -49010,7 +51220,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49029,6 +51239,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49044,6 +51255,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whitewall_tire.n.01": { @@ -49054,6 +51266,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49076,6 +51289,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49092,19 +51306,21 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wick.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, "flammable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -49123,6 +51339,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49141,6 +51358,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49159,6 +51377,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49176,6 +51395,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49193,9 +51413,11 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -49207,21 +51429,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49233,6 +51454,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49247,6 +51469,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wine_bottle.n.01": { @@ -49259,7 +51482,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49275,6 +51498,7 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wine_sauce__bottle.n.01": { @@ -49287,7 +51511,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49307,6 +51531,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49326,6 +51551,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49345,6 +51571,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49358,12 +51585,14 @@ "wire.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -49381,6 +51610,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49398,6 +51628,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49414,10 +51645,10 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49431,20 +51662,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49458,17 +51689,19 @@ "freezable": {}, "heatable": {}, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "wooden_spoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49481,12 +51714,13 @@ "woodenware.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49504,6 +51738,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49521,6 +51756,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49534,20 +51770,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49555,20 +51791,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49578,25 +51814,27 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "work-clothing.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49608,6 +51846,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49625,6 +51864,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49642,6 +51882,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49659,8 +51900,10 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -49672,21 +51915,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49699,6 +51942,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49712,19 +51956,19 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49732,20 +51976,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49757,6 +52001,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49774,6 +52019,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49797,6 +52043,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49815,6 +52062,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49832,6 +52080,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49850,6 +52099,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49867,6 +52117,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49885,6 +52136,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49903,6 +52155,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49916,9 +52169,10 @@ "freezable": {}, "heatable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "yeast__bottle.n.01": { + "yeast__jar.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, @@ -49928,7 +52182,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49938,17 +52192,17 @@ "wetable": {}, "wrinkleable": {} }, - "yeast__jar.n.01": { - "breakable": {}, + "yeast__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49962,19 +52216,20 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49984,35 +52239,20 @@ "freezable": {}, "heatable": {}, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "yogurt__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, "heatable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "yogurt__cup.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50031,6 +52271,7 @@ "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, diff --git a/bddl/generated_data/propagated_annots_params.json b/bddl/generated_data/propagated_annots_params.json index 645defe4..8bb9aa30 100644 --- a/bddl/generated_data/propagated_annots_params.json +++ b/bddl/generated_data/propagated_annots_params.json @@ -4,9 +4,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -20,12 +23,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -33,31 +38,34 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "abstraction.n.06": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "accessory.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -66,9 +74,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -80,48 +91,69 @@ }, "acetone.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "acetone__bottle.n.01": { - "breakable": {}, + "acetone__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, "acid.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "acknowledgment.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -134,12 +166,20 @@ "acorn.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -154,9 +194,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "acquisition.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -171,9 +234,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -188,9 +254,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -205,9 +274,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -222,9 +294,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -236,7 +311,9 @@ }, "adhesive_material.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -245,9 +322,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -263,9 +343,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -279,21 +362,27 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, "agamete.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -303,9 +392,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -321,9 +413,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -334,32 +429,61 @@ "wetable": {}, "wrinkleable": {} }, + "agent.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "agent.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "aioli.n.01": { "boilable": {}, "breakable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, - "openable": {}, + "physicalSubstance": {}, "substance": {} }, "air_conditioner.n.01": { "coldSource": { "temperature": 16.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -375,9 +499,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -392,9 +519,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -410,9 +541,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -427,9 +561,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -445,9 +582,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -461,16 +601,27 @@ "alcohol.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "alcohol.n.02": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "alcove.n.01": { @@ -478,9 +629,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -492,16 +646,26 @@ }, "alga.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "aliphatic_compound.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "allen_wrench.n.01": { @@ -509,9 +673,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -527,9 +694,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -543,20 +713,25 @@ "allspice.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "allspice__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -569,30 +744,39 @@ }, "almond.n.02": { "cookable": { - "cook_temperature": 163.0 + "cook_temperature": 163.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "almond_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "aluminum.n.01": { + "alphabet_abacus.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -602,81 +786,97 @@ "wetable": {}, "wrinkleable": {} }, - "aluminum_foil.n.01": { - "cloth": {}, - "deformable": {}, + "aluminum.n.01": { "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "ammonia_water.n.01": { - "boilable": {}, - "freezable": {}, - "heatable": {}, - "liquid": {}, - "substance": {} - }, - "ammonia_water__atomizer.n.01": { + "aluminum_foil.n.01": { + "cloth": {}, + "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "ammonia_water__bottle.n.01": { - "breakable": {}, + "ammonia_water.n.01": { + "boilable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "ammonia_water__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, "ammunition.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -688,8 +888,11 @@ }, "analgesic.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "anchor.n.01": { @@ -697,9 +900,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -714,9 +920,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -731,9 +940,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -748,31 +960,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "animal_product.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -785,9 +981,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -802,9 +1001,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -817,21 +1019,30 @@ "antifreeze.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "antifungal.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "antihistamine.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "antipasto.n.01": { @@ -840,9 +1051,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -858,9 +1072,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -875,9 +1092,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -892,9 +1112,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -909,9 +1132,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -926,9 +1152,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -943,27 +1172,36 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "appearance.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -972,9 +1210,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -990,9 +1231,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1005,15 +1249,19 @@ }, "apple.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1027,8 +1275,11 @@ "apple_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "apple_juice__bottle.n.01": { @@ -1038,10 +1289,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1053,15 +1306,19 @@ }, "apple_pie.n.01": { "cookable": { - "cook_temperature": 80.0 + "cook_temperature": 80.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1074,10 +1331,12 @@ }, "applesauce.n.01": { "boilable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "appliance.n.02": { @@ -1085,9 +1344,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1102,9 +1364,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1116,15 +1381,19 @@ }, "apricot.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1139,32 +1408,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "arbor.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1177,8 +1456,11 @@ "arborio_rice.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -1187,9 +1469,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1201,8 +1486,11 @@ }, "arenaceous_rock.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "arepa.n.01": { @@ -1211,9 +1499,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1228,14 +1519,23 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1248,9 +1548,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1265,9 +1568,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1282,9 +1588,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1297,12 +1606,20 @@ "array.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1317,9 +1634,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1331,15 +1651,19 @@ }, "artichoke.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1355,9 +1679,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1369,16 +1696,21 @@ }, "artifact.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "artwork.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1394,9 +1726,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1409,19 +1744,25 @@ }, "ash.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "ashcan.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1434,11 +1775,15 @@ "ashtray.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1450,15 +1795,19 @@ }, "asparagus.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1472,8 +1821,12 @@ "asphalt.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "assets.n.01": { @@ -1481,9 +1834,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1496,13 +1852,18 @@ "athletic_facility.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1512,19 +1873,23 @@ }, "atmospheric_phenomenon.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1540,9 +1905,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -1555,35 +1923,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "attribute.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "audio_system.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1598,12 +1973,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1621,9 +2004,12 @@ "freezable": {}, "grassyable": {}, "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -1631,20 +2017,25 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, "avocado.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1660,9 +2051,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1677,9 +2071,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1695,9 +2092,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1712,11 +2112,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -1729,9 +2133,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1744,19 +2151,30 @@ "baby_oil.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "baby_shoe.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1771,9 +2189,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1786,12 +2207,14 @@ "backpack.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -1805,15 +2228,19 @@ }, "bacon.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1829,9 +2256,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -1844,14 +2274,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -1859,20 +2295,26 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "bag.n.06": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1885,13 +2327,20 @@ "bag__of__auricularia.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1904,13 +2353,20 @@ "bag__of__breadcrumbs.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1923,13 +2379,20 @@ "bag__of__brown_rice.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1942,13 +2405,20 @@ "bag__of__chips.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1961,13 +2431,20 @@ "bag__of__cocoa.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1980,13 +2457,20 @@ "bag__of__cookies.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -1999,13 +2483,21 @@ "bag__of__cream_cheese.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2018,13 +2510,20 @@ "bag__of__fertilizer.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2037,13 +2536,20 @@ "bag__of__flour.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2056,32 +2562,21 @@ "bag__of__ice_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bag__of__oranges.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2091,16 +2586,17 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__popcorn.n.01": { + "bag__of__jerky.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2110,16 +2606,17 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__rice.n.01": { + "bag__of__mulch.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2129,16 +2626,23 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__shiitake.n.01": { + "bag__of__oranges.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2148,16 +2652,23 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__snacks.n.01": { + "bag__of__popcorn.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2167,16 +2678,23 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__starch.n.01": { + "bag__of__rice.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2186,16 +2704,23 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__tea.n.01": { + "bag__of__rubbish.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2205,79 +2730,49 @@ "wetable": {}, "wrinkleable": {} }, - "bag__of__yeast.n.01": { + "bag__of__shiitake.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bagel.n.01": { - "cookable": { - "cook_temperature": 190.0 + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 }, - "disinfectable": {}, - "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bagel_dough.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "baggage.n.01": { + "bag__of__snacks.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2287,15 +2782,23 @@ "wetable": {}, "wrinkleable": {} }, - "bagged__rubbish.n.01": { + "bag__of__starch.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2305,14 +2808,23 @@ "wetable": {}, "wrinkleable": {} }, - "bagged_chip.n.01": { + "bag__of__tea.n.01": { "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2322,15 +2834,23 @@ "wetable": {}, "wrinkleable": {} }, - "bagged_chocolate_bar.n.01": { + "bag__of__yeast.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2340,51 +2860,77 @@ "wetable": {}, "wrinkleable": {} }, - "bagged_cookie.n.01": { + "bagel.n.01": { + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "bagged_ice_cream.n.01": { + "bagel_dough.n.01": { + "cookable": {}, + "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, + "sliceable": {}, + "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "bagged_popcorn.n.01": { + "baggage.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2396,15 +2942,19 @@ }, "baguet.n.01": { "cookable": { - "cook_temperature": 177.0 + "cook_temperature": 177.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2420,9 +2970,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2434,12 +2987,17 @@ }, "baked_goods.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "baking_powder.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "baking_powder__jar.n.01": { @@ -2449,10 +3007,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2467,9 +3027,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2481,16 +3044,43 @@ }, "ball.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "balloon.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "balsamic_vinegar__bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2503,12 +3093,20 @@ "bamboo.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2521,15 +3119,19 @@ }, "banana.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2544,12 +3146,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2565,9 +3175,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -2577,23 +3190,23 @@ "wrinkleable": {} }, "bandage.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2601,20 +3214,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2622,20 +3237,27 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2644,20 +3266,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2666,11 +3288,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -2683,9 +3309,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2701,9 +3330,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2718,9 +3350,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2734,8 +3370,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "barbecue_sauce__bottle.n.01": { @@ -2745,10 +3384,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2762,13 +3403,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2780,22 +3428,35 @@ }, "barley.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "barrel.n.02": { "disinfectable": {}, "dustyable": {}, "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2810,9 +3471,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2827,9 +3491,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2845,9 +3512,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2862,9 +3532,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2879,9 +3552,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "baseball_bat.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2896,9 +3592,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -2914,9 +3613,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -2929,12 +3631,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -2942,19 +3646,26 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "baseboard.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -2968,20 +3679,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -2991,9 +3710,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3006,15 +3728,19 @@ }, "basil.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3031,10 +3757,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3049,9 +3777,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -3068,9 +3799,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3085,9 +3819,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3102,9 +3839,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3119,9 +3859,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3135,20 +3878,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3156,20 +3901,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3177,21 +3924,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3200,12 +3954,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3215,12 +3973,13 @@ }, "batter.n.02": { "boilable": {}, - "cookable": { - "cook_temperature": 190.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "battery.n.02": { @@ -3228,9 +3987,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3244,12 +4006,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -3257,7 +4021,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3267,9 +4030,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3280,51 +4046,38 @@ "wetable": {}, "wrinkleable": {} }, - "bean.n.01": { - "cookable": { - "cook_temperature": 58.0 - }, - "freezable": {}, - "heatable": {} - }, - "bean.n.03": { - "cookable": {}, - "flammable": {}, - "freezable": {}, - "heatable": {}, - "macroPhysicalSubstance": {}, - "substance": {} - }, - "bean_curd.n.01": { - "cookable": {}, - "deformable": {}, + "beach_toy.n.01": { "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, - "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "bearing.n.06": { + "beaker.n.02": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3334,22 +4087,94 @@ "wetable": {}, "wrinkleable": {} }, - "beaten_egg.n.01": { - "boilable": {}, + "bean.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "liquid": {}, + "heatable": { + "heat_temperature": 40.0 + } + }, + "bean.n.03": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "beating-reed_instrument.n.01": { + "bean_curd.n.01": { + "cookable": {}, + "deformable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "sliceable": {}, + "softBody": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "bearing.n.06": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "beaten_egg.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, + "beating-reed_instrument.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3364,11 +4189,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3380,20 +4209,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3401,19 +4232,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3422,9 +4256,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3435,12 +4272,13 @@ "wrinkleable": {} }, "beef.n.02": { - "cookable": { - "cook_temperature": 63.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -3448,44 +4286,34 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beef_broth__carton.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "beef_roast.n.01": { - "cookable": { - "cook_temperature": 63.0 + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 }, - "disinfectable": {}, - "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -3496,8 +4324,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beefsteak_tomato.n.01": { @@ -3506,9 +4337,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3521,22 +4355,36 @@ }, "beer.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "beer_barrel.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3553,29 +4401,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "beer_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3592,9 +4423,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3609,31 +4443,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "beeswax.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -3643,11 +4461,21 @@ "beeswax_candle.n.01": { "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3659,15 +4487,19 @@ }, "beet.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3683,9 +4515,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3697,15 +4532,19 @@ }, "bell_pepper.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3720,19 +4559,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3740,19 +4581,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3761,11 +4604,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -3778,9 +4625,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3791,23 +4641,29 @@ "wrinkleable": {} }, "berry.n.01": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "berry.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "beverage.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, "substance": {} }, "bicycle.n.01": { @@ -3815,9 +4671,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3832,9 +4691,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3849,9 +4711,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3866,9 +4731,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -3884,20 +4752,27 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -3906,9 +4781,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3921,11 +4799,15 @@ "bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3937,16 +4819,21 @@ }, "binary_compound.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "binder.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3959,13 +4846,20 @@ "binder.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3979,12 +4873,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -3998,25 +4900,37 @@ "bird.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "bird_feed.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "bird_feed__bag.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4029,11 +4943,15 @@ "bird_feeder.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4048,9 +4966,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4062,24 +4983,26 @@ }, "biscuit.n.01": { "cookable": { - "cook_temperature": 218.0 + "cook_temperature": 218.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4088,13 +5011,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -4102,38 +5032,48 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "black_bean.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, "black_pepper.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "blackberry.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4149,9 +5089,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4164,12 +5107,20 @@ "blackboard_eraser.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4184,9 +5135,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4201,47 +5155,54 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "bleaching_agent.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "bleaching_agent__bottle.n.01": { - "breakable": {}, + "bleaching_agent__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4251,9 +5212,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -4271,12 +5235,15 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -4284,7 +5251,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4293,9 +5259,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -4309,9 +5278,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4324,12 +5296,20 @@ "blockage.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4343,20 +5323,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -4366,9 +5348,12 @@ "freezable": {}, "grassyable": {}, "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4381,11 +5366,15 @@ }, "blueberry.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -4393,12 +5382,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4412,8 +5409,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -4422,9 +5422,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4439,9 +5442,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4456,9 +5462,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4473,9 +5482,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4490,9 +5502,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4507,9 +5522,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4524,9 +5542,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4538,18 +5559,25 @@ }, "body_part.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "body_substance.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "body_waste.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -4558,9 +5586,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4574,16 +5605,23 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -4596,9 +5634,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4611,15 +5652,19 @@ }, "bone.n.01": { "cookable": { - "cook_temperature": 218.0 + "cook_temperature": 218.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4634,9 +5679,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4651,9 +5699,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4668,9 +5719,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4685,9 +5739,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4702,9 +5759,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4719,11 +5779,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -4736,9 +5800,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4750,8 +5817,11 @@ }, "borax.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "bottle.n.01": { @@ -4759,9 +5829,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4775,13 +5848,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4794,12 +5868,14 @@ "bottle__of__acetone.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4812,12 +5888,14 @@ "bottle__of__acid.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4830,12 +5908,14 @@ "bottle__of__alcohol.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4849,12 +5929,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4868,12 +5950,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4887,12 +5971,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4905,30 +5991,14 @@ "bottle__of__ammonia.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bottle__of__analgesics.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4941,12 +6011,14 @@ "bottle__of__antihistamines.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4960,12 +6032,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4979,12 +6053,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -4998,12 +6074,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5016,12 +6094,14 @@ "bottle__of__aspirin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5034,12 +6114,14 @@ "bottle__of__baby_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5053,12 +6135,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5071,12 +6155,14 @@ "bottle__of__barbecue_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5090,12 +6176,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5109,12 +6197,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5127,31 +6217,14 @@ "bottle__of__bleach_agent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "bottle__of__brandy.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5164,12 +6237,14 @@ "bottle__of__bug_repellent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5182,12 +6257,14 @@ "bottle__of__buttermilk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5200,12 +6277,14 @@ "bottle__of__carrot_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5218,12 +6297,14 @@ "bottle__of__catsup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5236,12 +6317,14 @@ "bottle__of__caulk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5255,12 +6338,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5273,12 +6358,14 @@ "bottle__of__chili_pepper.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5291,12 +6378,14 @@ "bottle__of__chocolate_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5309,12 +6398,14 @@ "bottle__of__cleaner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5327,12 +6418,14 @@ "bottle__of__cocoa.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5345,12 +6438,14 @@ "bottle__of__coconut_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5363,12 +6458,14 @@ "bottle__of__coconut_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5381,12 +6478,14 @@ "bottle__of__coconut_water.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5400,12 +6499,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5419,12 +6520,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5437,12 +6540,14 @@ "bottle__of__cold_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5456,12 +6561,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5474,12 +6581,14 @@ "bottle__of__conditioner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5492,12 +6601,14 @@ "bottle__of__cooking_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5511,12 +6622,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5529,12 +6642,14 @@ "bottle__of__degreaser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5547,12 +6662,14 @@ "bottle__of__deicer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5565,12 +6682,14 @@ "bottle__of__detergent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5583,12 +6702,14 @@ "bottle__of__dish_soap.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5601,12 +6722,14 @@ "bottle__of__disinfectant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5620,12 +6743,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5638,12 +6763,14 @@ "bottle__of__fabric_softener.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5656,12 +6783,14 @@ "bottle__of__face_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5674,12 +6803,14 @@ "bottle__of__fennel.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5692,12 +6823,14 @@ "bottle__of__food_coloring.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5710,12 +6843,14 @@ "bottle__of__frosting.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5729,12 +6864,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5748,12 +6885,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5767,12 +6906,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5785,12 +6926,14 @@ "bottle__of__ginger.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5804,12 +6947,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5822,12 +6967,14 @@ "bottle__of__glass_cleaner.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5840,12 +6987,14 @@ "bottle__of__glue.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5858,12 +7007,14 @@ "bottle__of__ground_cloves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5876,12 +7027,14 @@ "bottle__of__ground_mace.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5894,12 +7047,14 @@ "bottle__of__ground_nutmeg.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5912,12 +7067,14 @@ "bottle__of__hot_sauce.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5930,12 +7087,14 @@ "bottle__of__lacquer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5949,12 +7108,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5967,12 +7128,14 @@ "bottle__of__lemon_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -5986,12 +7149,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6005,12 +7170,34 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "bottle__of__lighter_fluid.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6023,12 +7210,14 @@ "bottle__of__lime_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6041,12 +7230,14 @@ "bottle__of__liquid_soap.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6059,12 +7250,14 @@ "bottle__of__lotion.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6077,12 +7270,14 @@ "bottle__of__lubricant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6095,12 +7290,14 @@ "bottle__of__maple_syrup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6113,12 +7310,14 @@ "bottle__of__mayonnaise.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6131,12 +7330,14 @@ "bottle__of__medicine.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6149,12 +7350,14 @@ "bottle__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6167,12 +7370,14 @@ "bottle__of__milkshake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6185,12 +7390,14 @@ "bottle__of__molasses.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6204,12 +7411,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6222,12 +7431,14 @@ "bottle__of__mustard.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6240,12 +7451,14 @@ "bottle__of__mustard_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6258,12 +7471,14 @@ "bottle__of__oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6276,12 +7491,14 @@ "bottle__of__olive_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6294,12 +7511,14 @@ "bottle__of__onion_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6313,12 +7532,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6331,12 +7552,14 @@ "bottle__of__paint.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6349,12 +7572,14 @@ "bottle__of__paint_remover.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6368,12 +7593,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6386,12 +7613,14 @@ "bottle__of__paprika.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6404,12 +7633,14 @@ "bottle__of__parsley.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6422,12 +7653,14 @@ "bottle__of__peanut_butter.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6441,12 +7674,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6459,12 +7694,14 @@ "bottle__of__pesticide.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6478,12 +7715,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6497,12 +7736,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6516,12 +7757,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6534,12 +7777,14 @@ "bottle__of__poppy_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6552,12 +7797,14 @@ "bottle__of__powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6570,12 +7817,14 @@ "bottle__of__protein_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6588,12 +7837,14 @@ "bottle__of__pumpkin_pie_spice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6606,12 +7857,14 @@ "bottle__of__rosemary.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6625,12 +7878,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6643,12 +7898,14 @@ "bottle__of__sage.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6662,12 +7919,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6681,12 +7940,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6700,12 +7961,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6718,12 +7981,14 @@ "bottle__of__sealant.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6736,12 +8001,14 @@ "bottle__of__seasoning.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6754,12 +8021,14 @@ "bottle__of__sesame_oil.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6772,12 +8041,14 @@ "bottle__of__sesame_seeds.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6790,12 +8061,14 @@ "bottle__of__shampoo.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6808,12 +8081,14 @@ "bottle__of__skin_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6827,12 +8102,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6845,12 +8122,14 @@ "bottle__of__solvent.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6863,12 +8142,14 @@ "bottle__of__soup.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6881,12 +8162,14 @@ "bottle__of__sour_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6899,12 +8182,14 @@ "bottle__of__soy_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6918,12 +8203,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6936,12 +8223,14 @@ "bottle__of__spice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6954,12 +8243,14 @@ "bottle__of__sriracha.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6972,12 +8263,14 @@ "bottle__of__sunscreen.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -6990,12 +8283,14 @@ "bottle__of__supplements.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7009,12 +8304,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7027,12 +8324,14 @@ "bottle__of__tea_leaves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7046,12 +8345,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7064,12 +8365,14 @@ "bottle__of__tomato_paste.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7083,12 +8386,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7101,12 +8406,14 @@ "bottle__of__vinegar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7120,12 +8427,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7138,12 +8447,14 @@ "bottle__of__water.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7157,12 +8468,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7176,12 +8489,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7196,9 +8511,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7212,8 +8530,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "bouillon_cube.n.01": { @@ -7222,9 +8543,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7239,9 +8563,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7252,15 +8579,22 @@ "wrinkleable": {} }, "bouquet.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7274,20 +8608,26 @@ "bourbon.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "bourbon__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7302,9 +8642,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7320,9 +8663,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7337,9 +8683,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7356,9 +8705,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7374,9 +8726,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7391,9 +8746,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7408,9 +8766,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7423,13 +8784,40 @@ "box__of__almond_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "box__of__aluminium_foil.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7442,13 +8830,20 @@ "box__of__apple_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7461,13 +8856,20 @@ "box__of__baking_mix.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7480,13 +8882,20 @@ "box__of__baking_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7499,13 +8908,20 @@ "box__of__baking_soda.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7518,13 +8934,20 @@ "box__of__barley.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7537,13 +8960,20 @@ "box__of__beer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7556,13 +8986,20 @@ "box__of__brown_sugar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7575,13 +9012,20 @@ "box__of__butter.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7594,13 +9038,20 @@ "box__of__candy.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7613,13 +9064,20 @@ "box__of__cane_sugar.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7632,13 +9090,20 @@ "box__of__cereal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7651,13 +9116,20 @@ "box__of__champagne.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7670,13 +9142,20 @@ "box__of__chocolates.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7689,13 +9168,20 @@ "box__of__coconut_milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7708,13 +9194,20 @@ "box__of__coffee.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7727,13 +9220,20 @@ "box__of__cookies.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7746,13 +9246,20 @@ "box__of__corn_flakes.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7765,13 +9272,20 @@ "box__of__crackers.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7784,13 +9298,20 @@ "box__of__cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7803,13 +9324,20 @@ "box__of__flour.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7822,13 +9350,20 @@ "box__of__fruit.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7841,32 +9376,20 @@ "box__of__granola_bars.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "box__of__gum.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7879,13 +9402,20 @@ "box__of__ice_cream.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7898,13 +9428,20 @@ "box__of__lasagna.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7917,13 +9454,20 @@ "box__of__lemons.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7936,13 +9480,20 @@ "box__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7955,13 +9506,20 @@ "box__of__oatmeal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7974,13 +9532,20 @@ "box__of__raspberries.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -7993,13 +9558,20 @@ "box__of__rice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8012,13 +9584,20 @@ "box__of__rum.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8031,13 +9610,20 @@ "box__of__sake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8050,13 +9636,20 @@ "box__of__salt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8069,13 +9662,20 @@ "box__of__sanitary_napkin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8088,13 +9688,20 @@ "box__of__shampoo.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8107,13 +9714,20 @@ "box__of__takeout.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8126,13 +9740,20 @@ "box__of__tissue.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8145,13 +9766,20 @@ "box__of__tomato_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8164,13 +9792,20 @@ "box__of__vegetable_juice.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8183,13 +9818,20 @@ "box__of__whiskey.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8202,13 +9844,20 @@ "box__of__wine.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8221,13 +9870,20 @@ "box__of__yogurt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8240,13 +9896,20 @@ "boxed__cake.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8259,13 +9922,20 @@ "boxed__cpu_board.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8278,13 +9948,20 @@ "boxed__ink_cartridge.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8297,127 +9974,20 @@ "boxed__router.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_butter.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_cake.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_chocolate.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_coffee.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_cookie.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "boxed_raspberries.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8431,13 +10001,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -8445,7 +10022,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8453,13 +10029,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -8467,7 +10050,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -8476,9 +10058,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8493,9 +10078,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8510,9 +10098,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8527,9 +10118,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8542,13 +10136,20 @@ "branch.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8562,8 +10163,11 @@ "brandy.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "brandy__bottle.n.01": { @@ -8573,10 +10177,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8591,9 +10197,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8607,34 +10216,40 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "bratwurst.n.01": { "cookable": { - "cook_temperature": 72.0 + "cook_temperature": 72.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8650,9 +10265,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8664,52 +10282,66 @@ }, "bread.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "bread_slice.n.01": { "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "breadcrumb.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "breakfast_food.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "breakfast_table.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -8719,17 +10351,26 @@ }, "breast.n.03": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "brew.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "brick.n.01": { @@ -8737,9 +10378,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8754,9 +10398,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8771,10 +10418,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8786,21 +10435,27 @@ }, "brightness.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "brisket.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8813,15 +10468,19 @@ }, "broccoli.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8834,15 +10493,19 @@ }, "broccoli_rabe.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8859,9 +10522,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8878,9 +10544,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8896,9 +10565,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8913,9 +10585,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8927,64 +10602,58 @@ }, "broth.n.01": { "boilable": {}, - "cookable": { - "cook_temperature": 100.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "broth.n.02": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "brown_bread.n.02": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "brown_rice.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, "brown_rice__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -8997,38 +10666,31 @@ "brown_sugar.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "brown_sugar__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "brown_sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9043,12 +10705,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -9056,18 +10720,31 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, + "brownie_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "brush.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9079,15 +10756,19 @@ }, "brussels_sprouts.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9100,15 +10781,20 @@ }, "bryophyte.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "bubble.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -9118,9 +10804,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9133,12 +10822,14 @@ "bucket__of__paint.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9153,9 +10844,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9171,9 +10865,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9185,16 +10882,21 @@ }, "building_material.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "bulb.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9209,9 +10911,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9226,9 +10931,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9241,12 +10949,20 @@ "bulletin.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9261,9 +10977,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9278,9 +10997,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9291,19 +11013,19 @@ "wrinkleable": {} }, "bun.n.01": { - "cookable": { - "cook_temperature": 177.0 - }, + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -9311,11 +11033,19 @@ "wrinkleable": {} }, "bunchgrass.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, - "substance": {}, - "visualSubstance": {} + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "burette.n.01": { "breakable": {}, @@ -9323,9 +11053,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9339,19 +11072,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -9362,11 +11097,17 @@ "grassyable": {}, "heatSource": { "temperature": 500.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9383,9 +11124,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9398,10 +11142,18 @@ }, "bush_bean.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "buskin.n.01": { @@ -9409,9 +11161,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9427,9 +11182,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9441,22 +11199,35 @@ }, "butane.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "butter.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 38.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9467,35 +11238,24 @@ "wetable": {}, "wrinkleable": {} }, - "butter__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "butter__package.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9509,12 +11269,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9528,20 +11296,31 @@ "buttermilk.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "buttermilk_pancake.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9558,9 +11337,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9574,20 +11356,26 @@ "cabbage.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cabinet.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -9601,9 +11389,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9619,9 +11410,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -9635,12 +11429,16 @@ "cable.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -9653,15 +11451,19 @@ }, "cactus.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9676,8 +11478,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cage.n.01": { @@ -9685,9 +11490,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9702,12 +11510,14 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -9717,21 +11527,30 @@ "cake_mix.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calcite.n.01": { "breakable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calcium_carbonate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "calculator.n.02": { @@ -9739,9 +11558,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9758,10 +11580,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9776,9 +11600,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9793,9 +11620,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9810,9 +11640,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9828,9 +11661,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9846,9 +11682,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -9862,12 +11701,14 @@ "can__of__baking_mix.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9880,12 +11721,14 @@ "can__of__bay_leaves.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9898,12 +11741,14 @@ "can__of__beans.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9913,15 +11758,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__coffee.n.01": { + "can__of__cat_food.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9931,15 +11778,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__corn.n.01": { + "can__of__coffee.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9949,15 +11798,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__icetea.n.01": { + "can__of__corn.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9967,15 +11818,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__oatmeal.n.01": { + "can__of__dog_food.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -9985,15 +11838,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__sardines.n.01": { + "can__of__icetea.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10003,15 +11858,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__soda.n.01": { + "can__of__oatmeal.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10021,15 +11878,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__tomato_paste.n.01": { + "can__of__sardines.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10039,15 +11898,17 @@ "wetable": {}, "wrinkleable": {} }, - "can__of__tomatoes.n.01": { + "can__of__soda.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10057,14 +11918,17 @@ "wetable": {}, "wrinkleable": {} }, - "candle.n.01": { + "can__of__tomato_paste.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10074,14 +11938,17 @@ "wetable": {}, "wrinkleable": {} }, - "candlestick.n.01": { + "can__of__tomatoes.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10091,21 +11958,38 @@ "wetable": {}, "wrinkleable": {} }, - "candy.n.01": { + "candle.n.01": { + "disinfectable": {}, + "dustyable": {}, "freezable": {}, - "heatable": {} + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, - "candy__box.n.01": { + "candlestick.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10115,14 +11999,23 @@ "wetable": {}, "wrinkleable": {} }, + "candy.n.01": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } + }, "candy_cane.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10137,9 +12030,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10150,22 +12046,31 @@ "wrinkleable": {} }, "cane_sugar.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 130.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "canister.n.02": { "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10176,15 +12081,16 @@ "wrinkleable": {} }, "canned_food.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10199,9 +12105,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10214,10 +12123,12 @@ "canola_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "canopy.n.03": { @@ -10225,9 +12136,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10241,12 +12155,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10260,12 +12182,15 @@ "canteen.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10279,19 +12204,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -10300,9 +12227,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -10316,13 +12246,20 @@ "cap.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10336,8 +12273,11 @@ "cappuccino.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "car.n.01": { @@ -10345,9 +12285,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10363,9 +12306,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10378,12 +12324,20 @@ "car_tire.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10398,9 +12352,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10417,9 +12374,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10432,33 +12392,48 @@ "caraway_seed.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbohydrate.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbon.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbon_black.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carbonate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "carboy.n.01": { @@ -10468,10 +12443,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10484,12 +12461,20 @@ "card.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10502,12 +12487,20 @@ "card.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10520,12 +12513,14 @@ "card.n.04": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10540,19 +12535,24 @@ "cardamom.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cardboard.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10568,20 +12568,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -10591,9 +12593,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10609,9 +12614,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10626,9 +12635,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10640,15 +12652,19 @@ }, "carrot.n.03": { "cookable": { - "cook_temperature": 91.0 + "cook_temperature": 91.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10661,8 +12677,11 @@ "carrot_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "carryall.n.01": { @@ -10670,9 +12689,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10685,12 +12707,15 @@ "carton.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -10706,10 +12731,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10725,10 +12752,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10743,10 +12772,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10761,10 +12792,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10779,10 +12812,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10797,10 +12832,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10815,9 +12852,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10832,9 +12872,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10850,9 +12894,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10866,32 +12913,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "case.n.20": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -10907,9 +12964,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10922,12 +12982,20 @@ "case__of__pop.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10940,12 +13008,20 @@ "case_shot.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10960,10 +13036,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10978,10 +13056,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -10994,23 +13074,30 @@ "cashew.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, "casserole.n.02": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11026,9 +13113,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11040,8 +13130,11 @@ }, "cat_food.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cat_food__tin.n.01": { @@ -11050,10 +13143,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11068,9 +13163,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11083,11 +13181,15 @@ "catsup.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "catsup__bottle.n.01": { @@ -11097,10 +13199,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11116,9 +13220,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11131,26 +13238,33 @@ }, "causal_agent.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cayenne.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cayenne__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -11164,13 +13278,21 @@ "cedar_chest.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11185,11 +13307,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11202,9 +13328,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11220,9 +13349,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11234,15 +13366,19 @@ }, "celery.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11258,9 +13394,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11276,9 +13415,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11294,9 +13436,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11311,9 +13456,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11328,9 +13476,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11346,9 +13497,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11361,34 +13515,29 @@ "cereal.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "cereal.n.03": { "freezable": {}, - "heatable": {} - }, - "cereal_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "chaff.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "chain.n.03": { @@ -11396,9 +13545,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11413,9 +13565,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11430,9 +13585,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11449,9 +13607,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11466,11 +13627,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11485,9 +13650,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11500,15 +13668,21 @@ "chalk.n.01": { "breakable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "champagne.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "champagne__bottle.n.01": { @@ -11518,10 +13692,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11537,10 +13713,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11553,15 +13731,19 @@ }, "chanterelle.n.01": { "cookable": { - "cook_temperature": 204.0 + "cook_temperature": 204.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11573,11 +13755,18 @@ "wrinkleable": {} }, "charcoal.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "charcoal.n.02": { @@ -11585,9 +13774,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11603,9 +13795,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11621,9 +13816,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11638,11 +13836,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11655,13 +13857,21 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -11669,54 +13879,36 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cheese.n.01": { - "cookable": { - "cook_temperature": 65.0 - }, - "freezable": {}, - "heatable": {} - }, - "cheese_pastry.n.01": { "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cheese_pastry_filling.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cheese_sauce.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cheese_tart.n.01": { @@ -11725,9 +13917,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11743,12 +13938,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -11756,7 +13953,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -11764,45 +13960,58 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "chemical.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "chemical_agent.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "chemical_element.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cherry.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11816,23 +14025,35 @@ "cherry_filling.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cherry_tomato.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11848,9 +14069,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11865,9 +14089,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11882,12 +14110,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -11896,14 +14128,20 @@ "wrinkleable": {} }, "chestnut.n.03": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11917,39 +14155,52 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "chia_seed.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "chia_seed__bag.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11965,9 +14216,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -11982,12 +14236,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12002,20 +14264,26 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chicken_broth__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12030,9 +14298,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12046,21 +14317,28 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chicken_leg.n.01": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12074,22 +14352,29 @@ "chicken_soup.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "chicken_soup__can.n.01": { + "chicken_soup__carton.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12103,12 +14388,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12123,12 +14416,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12143,39 +14444,47 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "chickpea.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, "chickpea__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12187,15 +14496,19 @@ }, "chili.n.02": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12209,8 +14522,11 @@ "chili_powder.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "china.n.02": { @@ -12219,9 +14535,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12237,9 +14556,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12254,9 +14576,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12271,9 +14596,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12286,15 +14614,19 @@ }, "chives.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12308,20 +14640,26 @@ "chlorine.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chlorine__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12334,7 +14672,9 @@ "chocolate.n.02": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "chocolate_bar.n.01": { "cookable": {}, @@ -12342,9 +14682,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12360,9 +14704,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12373,37 +14720,25 @@ "wetable": {}, "wrinkleable": {} }, - "chocolate_box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "chocolate_cake.n.01": { "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -12411,25 +14746,34 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "chocolate_candy.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "chocolate_chip_cookie.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12445,13 +14789,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -12459,42 +14810,54 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "chocolate_kiss.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_milk.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_sauce.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "chocolate_sauce__bottle.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12510,9 +14873,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12525,17 +14891,20 @@ }, "chopped__lettuce.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -12547,9 +14916,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12564,9 +14936,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12581,9 +14956,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12595,15 +14973,19 @@ }, "chorizo.n.01": { "cookable": { - "cook_temperature": 71.0 + "cook_temperature": 71.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12617,19 +14999,24 @@ "chowder.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "christmas_tree.n.05": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12643,20 +15030,30 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cigar.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12672,9 +15069,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12688,12 +15088,14 @@ "cigarette.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12704,22 +15106,30 @@ "wrinkleable": {} }, "cinnamon.n.03": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cinnamon__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -12734,13 +15144,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12754,12 +15171,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12772,10 +15197,18 @@ }, "cinnamon_sugar.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "circle.n.08": { @@ -12783,9 +15216,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12800,9 +15236,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12815,7 +15254,9 @@ }, "citrus.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "clam.n.03": { "cookable": {}, @@ -12823,9 +15264,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12841,10 +15285,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12859,9 +15305,33 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cleansing__bottle.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12873,16 +15343,22 @@ }, "cleansing_agent.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cleaver.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12895,10 +15371,18 @@ }, "climber.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "clip.n.03": { @@ -12906,9 +15390,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12921,12 +15408,20 @@ "clipboard.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12941,9 +15436,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12957,33 +15455,48 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cloche.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -12998,9 +15511,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13015,19 +15531,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -13036,9 +15554,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13049,22 +15570,22 @@ "wrinkleable": {} }, "cloth_covering.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -13073,11 +15594,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -13087,13 +15612,17 @@ "wrinkleable": {} }, "clothesline.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13108,9 +15637,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13125,9 +15657,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13141,9 +15676,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13154,15 +15692,26 @@ "wrinkleable": {} }, "clove.n.03": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13175,8 +15724,11 @@ "clove.n.04": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -13187,10 +15739,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13205,9 +15759,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13221,12 +15778,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13238,11 +15803,18 @@ "wrinkleable": {} }, "coal.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coaster.n.03": { @@ -13250,9 +15822,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13266,32 +15841,37 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "coat_of_paint.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "coating.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -13301,9 +15881,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13317,19 +15900,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -13337,43 +15922,52 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cocktail.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, - "substance": {} - }, - "cocoa.n.02": { - "cookable": {}, - "freezable": {}, - "heatable": {}, - "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13386,20 +15980,31 @@ "cocoa_powder.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cocoa_powder__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13411,24 +16016,32 @@ }, "coconut.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coconut.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13443,17 +16056,22 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coconut_oil.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coconut_oil__jar.n.01": { @@ -13463,10 +16081,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13478,15 +16098,19 @@ }, "cod.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13499,14 +16123,20 @@ }, "coffee.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, "substance": {} }, "coffee_bean.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coffee_bean__jar.n.01": { @@ -13516,10 +16146,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13536,9 +16168,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13553,9 +16188,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13568,23 +16206,30 @@ "coffee_grounds.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "coffee_maker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatSource": { "temperature": 93.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13601,9 +16246,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13614,15 +16262,20 @@ "wrinkleable": {} }, "coffee_table.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -13636,9 +16289,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13653,9 +16309,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13669,9 +16328,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13686,9 +16348,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13703,9 +16368,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13719,8 +16387,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cola__bottle.n.01": { @@ -13730,10 +16401,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13749,9 +16422,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13763,7 +16439,12 @@ }, "cold_cereal.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "cold_cuts.n.01": { "cookable": {}, @@ -13771,9 +16452,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13788,31 +16472,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "collar.n.06": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13827,9 +16522,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13842,13 +16540,18 @@ "coloring.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "coloring_material.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, "column.n.07": { @@ -13856,9 +16559,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13871,12 +16577,20 @@ "comb.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13891,10 +16605,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13909,9 +16625,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13927,9 +16646,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13940,27 +16662,38 @@ }, "common_bean.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "common_bean.n.02": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "communication.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -13974,9 +16707,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -13991,9 +16727,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14008,9 +16747,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14021,27 +16763,35 @@ "wrinkleable": {} }, "composition.n.03": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "compost.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "compost_bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14053,22 +16803,34 @@ }, "compote.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "compound.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "compound_lever.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14084,9 +16846,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14102,9 +16867,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14119,9 +16887,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14133,7 +16904,9 @@ }, "concave_shape.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -14142,9 +16915,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14156,22 +16932,31 @@ }, "conchiglie.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "concoction.n.01": { + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "concrete.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14183,37 +16968,47 @@ }, "condiment.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "condition.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "conditioner.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "conditioner__bottle.n.01": { + "conditioner__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -14222,9 +17017,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14239,9 +17038,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14255,9 +17057,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14271,9 +17076,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14288,11 +17096,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -14304,8 +17116,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "connection.n.03": { @@ -14313,9 +17128,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14330,9 +17148,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14346,8 +17167,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "console.n.02": { @@ -14356,9 +17180,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14374,11 +17201,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -14391,9 +17222,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14408,9 +17242,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14424,9 +17261,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -14440,9 +17280,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14457,9 +17300,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14473,8 +17319,11 @@ "convenience_food.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "conveyance.n.03": { @@ -14482,9 +17331,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -14496,326 +17348,586 @@ }, "cooked__black_bean.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__black_pepper.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__breadcrumb.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__brown_rice.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__chicken_soup.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__chickpea.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__coconut.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__cooking_oil.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__cumin.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__curry_powder.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__beefsteak_tomato.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__bell_pepper.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__bratwurst.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__broccoli.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__carne_asada.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__carrot.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chard.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chicken.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chili.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__chorizo.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__clove.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__green_onion.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__head_cabbage.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__potato.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__steak.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__turkey.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__vidalia_onion.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__virginia_ham.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__diced__zucchini.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__flour.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__fritter_batter.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__granulated_sugar.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__ground_beef.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__kidney_bean.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__lemon-pepper_seasoning.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marinade.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marinara.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__marjoram.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -14823,177 +17935,318 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__noodle.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__olive_oil.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__onion_powder.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__orzo.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__paprika.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__pea.n.01": { + "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__penne.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__popcorn.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__pumpkin_seed.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cooked__quinoa.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, - "substance": {} - }, - "cooked__ramen.n.01": { - "cookable": {}, - "flammable": {}, - "freezable": {}, - "heatable": {}, - "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__red_meat_sauce.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__red_wine.n.01": { "boilable": {}, "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__saffron.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__salsa.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__salt.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__sunflower_seed.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__water.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__white_rice.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__white_wine.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooked__wine_sauce.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooker.n.01": { @@ -15001,9 +18254,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15019,12 +18275,14 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -15036,9 +18294,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15050,33 +18311,66 @@ "wrinkleable": {} }, "cookie_dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cookie_sheet.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cookie_stick.n.01": { + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15090,8 +18384,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cooking_oil__bottle.n.01": { @@ -15101,10 +18398,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15119,9 +18418,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15134,16 +18436,21 @@ "cooler.n.01": { "coldSource": { "temperature": 4.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 1 }, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -15160,10 +18467,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15180,9 +18489,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15197,9 +18509,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15214,9 +18529,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -15228,21 +18546,28 @@ "coriander.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "coriander.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15255,13 +18580,15 @@ "coriander__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -15275,12 +18602,20 @@ "cork.n.04": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15295,9 +18630,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15308,9 +18646,16 @@ "wrinkleable": {} }, "corn.n.03": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "corn_chip.n.01": { "cookable": {}, @@ -15318,9 +18663,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15332,69 +18680,40 @@ "wrinkleable": {} }, "corn_flake.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "openable": {}, + "physicalSubstance": {}, "substance": {} }, - "corn_flake__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "corn_syrup.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "cornbread.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "cornbread_batter.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cornet.n.01": { @@ -15402,9 +18721,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15417,8 +18739,11 @@ "cornmeal.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15426,12 +18751,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15443,11 +18776,15 @@ }, "cornstarch.n.01": { "cookable": { - "cook_temperature": 90.0 + "cook_temperature": 90.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cornstarch__jar.n.01": { @@ -15457,10 +18794,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15473,12 +18812,20 @@ "correspondence.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15490,34 +18837,42 @@ }, "cosmetic.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "costume.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cottage_cheese.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15525,55 +18880,44 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "cotton.n.02": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "fireSource": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, + "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "cotton.n.04": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -15588,11 +18932,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -15605,11 +18953,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -15619,16 +18971,21 @@ }, "course.n.07": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "covering.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15640,24 +18997,32 @@ }, "covering.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "covering_material.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, "crab.n.05": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15673,9 +19038,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15691,9 +19059,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15705,11 +19076,15 @@ }, "cranberry.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15717,20 +19092,30 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "crate.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -15743,15 +19128,19 @@ }, "crayfish.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15767,9 +19156,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15781,31 +19173,38 @@ }, "cream.n.02": { "boilable": {}, - "cookable": { - "cook_temperature": 77.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cream.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cream__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15819,8 +19218,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -15828,13 +19230,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15846,20 +19255,25 @@ }, "cream_of_tartar.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cream_of_tartar__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -15873,8 +19287,11 @@ "cream_soda.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "creation.n.02": { @@ -15882,9 +19299,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15899,9 +19319,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15916,9 +19339,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15933,9 +19359,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -15950,13 +19379,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -15964,7 +19400,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -15972,20 +19407,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -15994,11 +19437,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -16011,9 +19458,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16029,9 +19479,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16047,9 +19500,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16064,9 +19520,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16079,16 +19538,20 @@ "crouton.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "cruciferous_vegetable.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cruet.n.01": { "breakable": {}, @@ -16096,9 +19559,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16111,8 +19577,11 @@ "crumb.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "crystal.n.01": { @@ -16120,9 +19589,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16138,9 +19610,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16155,9 +19630,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16169,15 +19647,19 @@ }, "cucumber.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16193,9 +19675,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16206,22 +19691,30 @@ "wrinkleable": {} }, "cumin.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "cumin__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16233,15 +19726,37 @@ "wrinkleable": {} }, "cup.n.01": { - "breakable": {}, "disinfectable": {}, "dustyable": {}, "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "cup__of__ranch.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16256,9 +19771,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16273,9 +19791,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16290,9 +19811,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -16307,12 +19831,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16320,7 +19846,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16329,12 +19854,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16342,7 +19869,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16352,9 +19878,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16370,9 +19899,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16386,29 +19918,38 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "curry_powder.n.01": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "curry_powder__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16423,21 +19964,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16446,9 +19994,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16462,19 +20013,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16482,13 +20035,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -16496,7 +20056,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16504,30 +20063,38 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "cut.n.06": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cut_of_pork.n.01": { - "cookable": { - "cook_temperature": 63.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "cutlery.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16542,9 +20109,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16559,9 +20129,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16576,9 +20149,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16593,9 +20169,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16610,9 +20189,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16627,9 +20209,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16644,9 +20229,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16661,9 +20249,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16675,20 +20266,27 @@ }, "dainty.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "dairy_product.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "damper.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16703,12 +20301,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -16716,7 +20316,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16725,9 +20324,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16742,9 +20344,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16759,9 +20364,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16776,9 +20384,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16790,15 +20401,19 @@ }, "date.n.08": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16811,23 +20426,36 @@ }, "debris.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "decoration.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "deep-freeze.n.02": { - "coldSource": {}, + "coldSource": { + "temperature": -18.0, + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 1, + "requires_inside": 1 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -16835,7 +20463,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -16844,9 +20471,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16862,9 +20492,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16879,9 +20512,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16896,9 +20532,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16912,8 +20551,11 @@ "dentifrice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "denture.n.01": { @@ -16921,9 +20563,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16936,19 +20581,24 @@ "deodorant.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "deodorant__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -16960,14 +20610,18 @@ "wetable": {}, "wrinkleable": {} }, - "deodorant__stick.n.01": { + "deodorant_stick.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -16979,7 +20633,9 @@ }, "depression.n.08": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -16988,9 +20644,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17006,9 +20665,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17023,9 +20685,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -17035,15 +20700,20 @@ "wrinkleable": {} }, "desk.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -17056,9 +20726,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17074,9 +20747,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17089,16 +20765,22 @@ }, "dessert.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "dessert_spoon.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17113,9 +20795,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17129,19 +20814,25 @@ "detergent.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "detergent__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17159,10 +20850,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17177,9 +20870,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17194,9 +20890,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -17210,9 +20909,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17227,9 +20929,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17244,9 +20949,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17260,296 +20968,471 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "diced__apple.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__avocado.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "macroPhysicalSubstance": {}, - "sliceable": {}, - "substance": {} - }, - "diced__beef_roast.n.01": { - "cookable": {}, - "flammable": {}, - "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__beefsteak_tomato.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__beet.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__bell_pepper.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__bratwurst.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__broccoli.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__carrot.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__celery.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chard.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__cheddar.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chicken.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chicken_breast.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__chili.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__clove.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__cucumber.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__feta.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__green_onion.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__head_cabbage.n.01": { "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__kiwi.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__lemon.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__lettuce.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__mango.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "diced__orange.n.01": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "diced__pineapple.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__potato.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__spinach.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__steak.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, + "diced__strawberry.n.01": { + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "diced__vidalia_onion.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__virginia_ham.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__watermelon.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "diced__zucchini.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, - "sliceable": {}, + "physicalSubstance": {}, "substance": {} }, "die.n.01": { @@ -17557,9 +21440,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17571,14 +21457,20 @@ }, "diet.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "dietary_supplement.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "digital_camera.n.01": { @@ -17587,9 +21479,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17605,9 +21500,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17621,22 +21519,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17644,19 +21548,31 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "dip.n.07": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17671,9 +21587,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17685,20 +21604,25 @@ }, "dirt.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "dirtiness.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "discharge.n.03": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -17708,9 +21632,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17722,16 +21649,21 @@ }, "dish.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "dish_rack.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17745,20 +21677,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -17767,12 +21701,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -17784,8 +21722,11 @@ "disinfectant.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "disinfectant__bottle.n.01": { @@ -17795,10 +21736,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17813,9 +21756,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17830,9 +21776,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17847,9 +21796,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17864,9 +21816,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17881,9 +21836,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17899,9 +21857,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17917,9 +21878,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17934,9 +21898,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17951,9 +21918,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17968,12 +21938,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -17988,9 +21966,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18005,9 +21986,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18020,12 +22004,20 @@ "dog_collar.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18038,36 +22030,25 @@ "dog_food.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "dog_food__bag.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "dog_food__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18081,20 +22062,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18102,19 +22091,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18123,12 +22113,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18138,28 +22132,33 @@ }, "dose.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, "dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18168,13 +22167,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -18182,7 +22188,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18191,9 +22196,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18207,32 +22215,48 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "drawing.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18247,9 +22271,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -18264,7 +22291,9 @@ "dregs.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -18273,9 +22302,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18289,20 +22321,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18310,20 +22344,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18331,28 +22373,31 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "dressing.n.04": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18360,12 +22405,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18376,19 +22429,32 @@ "wetable": {}, "wrinkleable": {} }, + "dried_cranberry.n.01": { + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "macroPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} + }, "dried_fruit.n.01": { - "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "drill.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18403,18 +22469,25 @@ "drink.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "drink_dispenser.n.01": { + "drink__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18429,9 +22502,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18449,9 +22525,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18465,8 +22544,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "drip_pot.n.01": { @@ -18475,9 +22557,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18492,9 +22577,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18509,11 +22597,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18523,20 +22615,27 @@ }, "drug.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "drug_of_abuse.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "drum.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18552,9 +22651,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18570,9 +22672,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18585,7 +22690,9 @@ "drupe.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "drupelet.n.01": { "cookable": {}, @@ -18593,9 +22700,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18610,9 +22720,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18627,9 +22740,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18644,19 +22760,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18665,9 +22784,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18679,15 +22801,19 @@ }, "duck.n.03": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18703,9 +22829,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18721,9 +22850,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, @@ -18740,9 +22872,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18757,36 +22892,45 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "dumpling.n.02": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -18794,7 +22938,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -18803,9 +22946,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18821,9 +22967,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18837,12 +22986,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18855,40 +23012,23 @@ }, "dust.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, - "dustcloth.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "dustpan.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18903,10 +23043,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18919,8 +23061,11 @@ "dye.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "eames_chair.n.01": { @@ -18929,11 +23074,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -18946,9 +23095,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18960,7 +23112,9 @@ }, "earth.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, "easel.n.01": { @@ -18968,9 +23122,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -18981,14 +23138,16 @@ "wrinkleable": {} }, "easter_egg.n.01": { - "coldSource": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19003,9 +23162,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19020,9 +23182,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19037,12 +23202,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -19050,7 +23217,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19058,23 +23224,33 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "edible_fruit.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "edible_nut.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "edible_seed.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "effort.n.02": { @@ -19082,9 +23258,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19097,34 +23276,19 @@ "egg.n.02": { "breakable": {}, "cookable": { - "cook_temperature": 68.0 + "cook_temperature": 68.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "egg__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19137,33 +23301,39 @@ "egg_white.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 72.0 + "cook_temperature": 72.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "egg_yolk.n.01": { "cookable": { - "cook_temperature": 72.0 + "cook_temperature": 72.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19171,21 +23341,28 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "eggplant.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19199,12 +23376,16 @@ "elastic_device.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -19219,9 +23400,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19237,9 +23421,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19255,10 +23442,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19273,18 +23462,25 @@ "electric_refrigerator.n.01": { "coldSource": { "temperature": 1.7, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 1, + "requires_inside": 1 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19297,9 +23493,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19314,9 +23513,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19331,9 +23533,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19349,9 +23554,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19366,10 +23574,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19385,9 +23595,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19398,14 +23612,16 @@ "wrinkleable": {} }, "ember.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatSource": { - "temperature": 1093.0, - "heating_rate": 0.01 + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "substance": {}, "visualSubstance": {} }, @@ -19413,20 +23629,27 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19434,20 +23657,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -19456,9 +23687,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -19470,9 +23704,10 @@ "wrinkleable": {} }, "enamel.n.04": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -19482,9 +23717,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19500,9 +23738,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19517,9 +23758,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": { + "temperature": 90.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19533,12 +23784,20 @@ "entire_leaf.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19551,18 +23810,27 @@ }, "entity.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "envelope.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19577,9 +23845,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -19591,12 +23862,20 @@ "eraser.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19613,9 +23892,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19629,15 +23911,21 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "essential_oil.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "essential_oil__bottle.n.01": { @@ -19647,10 +23935,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19665,9 +23955,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19682,9 +23975,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19699,9 +23995,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19714,13 +24013,18 @@ "excavation.n.03": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19733,9 +24037,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19750,9 +24057,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19768,9 +24078,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -19781,18 +24094,23 @@ }, "explosive.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "exudate.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "eyeshadow.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -19800,27 +24118,32 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "fabric_softener.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fabric_softener__bottle.n.01": { @@ -19830,10 +24153,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19847,32 +24172,39 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "facility.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -19885,9 +24217,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19901,12 +24236,16 @@ "fairy_light.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -19922,9 +24261,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19937,8 +24279,11 @@ }, "fare.n.04": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "farm_building.n.01": { @@ -19946,9 +24291,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19963,9 +24311,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19980,9 +24331,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -19997,9 +24351,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20013,8 +24370,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "faucet.n.01": { @@ -20022,9 +24382,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20039,9 +24402,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20053,32 +24419,40 @@ }, "fecal_matter.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "feed.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, "substance": {} }, "felt.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20087,9 +24461,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20105,9 +24482,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20121,34 +24501,49 @@ "fennel.n.04": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "ferric_oxide.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "fertilizer.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fertilizer__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -20162,36 +24557,44 @@ }, "feta.n.01": { "cookable": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, - "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "feta__box.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20203,16 +24606,21 @@ }, "fiber.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "field.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20227,9 +24635,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20244,9 +24655,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20257,13 +24671,17 @@ "wrinkleable": {} }, "figurine.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20275,21 +24693,28 @@ }, "filament.n.03": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "fillet.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20304,13 +24729,18 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "film.n.04": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -20319,9 +24749,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20336,9 +24769,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20354,9 +24790,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20372,9 +24811,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20389,13 +24831,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": { - "temperature": 900.0, - "heating_rate": 0.01 + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20410,15 +24851,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": { - "temperature": 430.0, - "heating_rate": 0.01 + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20429,17 +24870,20 @@ "firewood.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatSource": { - "temperature": 300.0, - "heating_rate": 0.01 + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20454,9 +24898,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20471,9 +24918,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20486,12 +24936,20 @@ "first_class.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20502,16 +24960,17 @@ "wrinkleable": {} }, "fish.n.02": { - "cookable": { - "cook_temperature": 63.0 - }, + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20525,8 +24984,11 @@ "fish_stew.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fishing_gear.n.01": { @@ -20534,9 +24996,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20551,9 +25016,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20568,9 +25036,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20585,9 +25056,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20601,20 +25075,27 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20622,20 +25103,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20644,9 +25127,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20661,9 +25147,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20677,11 +25166,15 @@ "flask.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20696,9 +25189,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20709,9 +25205,10 @@ "wrinkleable": {} }, "flat_coat.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -20720,12 +25217,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -20733,7 +25232,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20743,9 +25241,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20760,11 +25261,15 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20776,16 +25281,21 @@ }, "flavorer.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "float.n.06": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20800,11 +25310,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20816,20 +25330,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -20839,12 +25355,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -20856,8 +25375,11 @@ "floor_wax.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "floor_wax__bottle.n.01": { @@ -20866,9 +25388,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20883,9 +25408,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20898,12 +25426,20 @@ "floral_leaf.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20914,21 +25450,36 @@ "wrinkleable": {} }, "flour.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "flour__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20943,9 +25494,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20961,11 +25515,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, @@ -20979,9 +25537,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -20993,47 +25554,61 @@ }, "fluid.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, "substance": {} }, "fluid.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "foam.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "fodder.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "foil.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21042,9 +25617,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21059,9 +25637,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21077,11 +25658,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -21091,11 +25676,15 @@ }, "food.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "food.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "food_processor.n.01": { "disinfectable": {}, @@ -21103,9 +25692,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21118,16 +25710,21 @@ }, "foodstuff.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "footstool.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21141,19 +25738,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21162,9 +25762,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21179,9 +25782,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21193,14 +25800,23 @@ }, "formulation.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "fossil_fuel.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "foundation.n.03": { @@ -21208,9 +25824,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21226,9 +25845,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21239,23 +25861,51 @@ "wrinkleable": {} }, "fragment.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, + "frail.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "frame.n.10": { "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21270,9 +25920,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21288,9 +25941,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21306,13 +25962,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21320,7 +25983,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21329,9 +25991,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21347,9 +26012,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21364,12 +26032,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21383,12 +26059,20 @@ "french_fry_holder.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21402,12 +26086,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21421,20 +26113,29 @@ "fresh_bean.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "friedcake.n.01": { "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21442,7 +26143,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21450,16 +26150,22 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "frosting.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "frosting__jar.n.01": { @@ -21469,10 +26175,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21487,9 +26195,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21501,28 +26212,39 @@ }, "fruit.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "fruit_drink.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruit_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruit_punch.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "fruitcake.n.02": { @@ -21530,13 +26252,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21544,7 +26273,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21554,10 +26282,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21568,18 +26298,29 @@ "wrinkleable": {} }, "fuel.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "fuel__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21591,18 +26332,28 @@ }, "fungus.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "fungus_genus.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21618,9 +26369,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21634,20 +26388,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21656,9 +26412,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21672,9 +26431,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21689,9 +26451,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21706,9 +26471,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21724,9 +26492,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21740,12 +26511,20 @@ "game.n.09": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21760,9 +26539,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21777,11 +26559,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -21794,9 +26580,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21807,14 +26596,16 @@ "wrinkleable": {} }, "garden_plant.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21830,9 +26621,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21848,9 +26642,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21861,25 +26658,28 @@ "wrinkleable": {} }, "garlic.n.02": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "garlic_bread.n.01": { "cookable": { - "cook_temperature": 218.0 + "cook_temperature": 218.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -21887,7 +26687,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -21896,9 +26695,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -21909,26 +26711,38 @@ }, "garnish.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gas.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gasoline.n.01": { "boilable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gastropod.n.01": { @@ -21936,9 +26750,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21953,12 +26770,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -21972,9 +26793,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -21988,19 +26812,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22008,8 +26835,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gear.n.04": { @@ -22017,9 +26847,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22034,12 +26867,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -22047,20 +26882,27 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "gelatin__box.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22075,9 +26917,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22091,12 +26936,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22112,9 +26965,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22129,9 +26985,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22146,10 +27005,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22159,16 +27020,43 @@ "wetable": {}, "wrinkleable": {} }, - "gift__box.n.01": { + "gift.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "gift_box.n.01": { + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22180,10 +27068,18 @@ }, "gin.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gin__bottle.n.01": { @@ -22193,10 +27089,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22208,25 +27106,33 @@ }, "ginger.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "ginger.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22240,13 +27146,15 @@ "ginger__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -22260,30 +27168,39 @@ "ginger_ale.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ginger_beer.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gingerbread.n.01": { "cookable": { - "cook_temperature": 175.0 + "cook_temperature": 175.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -22291,7 +27208,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22299,19 +27215,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22320,9 +27238,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22338,9 +27259,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22357,9 +27281,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22371,10 +27298,12 @@ }, "glaze.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "glaze__bottle.n.01": { @@ -22384,10 +27313,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22399,19 +27330,29 @@ }, "glitter.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "globe.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22424,8 +27365,11 @@ "globule.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -22434,29 +27378,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "glue__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -22470,9 +27397,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22487,9 +27418,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22504,9 +27438,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -22524,9 +27461,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22541,9 +27481,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22558,9 +27501,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22575,9 +27521,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22593,9 +27542,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22608,15 +27560,19 @@ }, "gourd.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22632,9 +27588,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22649,20 +27608,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -22673,9 +27640,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22692,9 +27662,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22706,22 +27679,33 @@ }, "grain.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "gramineous_plant.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "grandfather_clock.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -22733,21 +27717,31 @@ "granola.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granola__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22763,9 +27757,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22779,15 +27776,22 @@ "granulated_salt.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granulated_sugar.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "granulated_sugar__jar.n.01": { @@ -22797,10 +27801,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22813,12 +27819,21 @@ "granulated_sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22830,15 +27845,19 @@ }, "grape.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22850,15 +27869,19 @@ }, "grapefruit.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22874,9 +27897,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22888,16 +27914,24 @@ }, "grass.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + }, + "microPhysicalSubstance": {}, + "physicalSubstance": {}, + "substance": {} }, "grate.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22909,21 +27943,38 @@ }, "grated_cheese.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grated_cheese__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22938,9 +27989,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22953,8 +28007,11 @@ }, "gravel.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "gravestone.n.01": { @@ -22962,9 +28019,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -22976,10 +28036,16 @@ }, "gravy.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "gravy_boat.n.01": { @@ -22989,9 +28055,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23002,23 +28071,34 @@ "wrinkleable": {} }, "grease.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "green_bean.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23031,15 +28111,19 @@ }, "green_onion.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23052,19 +28136,26 @@ }, "green_tea.n.01": { "cookable": { - "cook_temperature": 82.0 + "cook_temperature": 82.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "green_tea_latte.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "greenery.n.01": { @@ -23072,9 +28163,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23085,43 +28179,61 @@ "wrinkleable": {} }, "greens.n.01": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "griddle.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatSource": { + "temperature": 200.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, "grill.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -23132,8 +28244,11 @@ }, "grit.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grocery.n.02": { @@ -23141,9 +28256,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23155,22 +28273,30 @@ }, "ground_beef.n.01": { "cookable": { - "cook_temperature": 72.0 + "cook_temperature": 72.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "ground_beef__package.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23183,32 +28309,43 @@ "ground_coffee.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "grounds.n.05": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "group.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "grouper.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23222,16 +28359,25 @@ "grout.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "guacamole.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "guitar.n.01": { @@ -23239,9 +28385,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23252,39 +28401,25 @@ "wrinkleable": {} }, "gum.n.03": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, - "gum__box.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "gumbo.n.03": { "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23299,9 +28434,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23316,9 +28454,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23333,28 +28474,43 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "gunpowder.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "gym_shoe.n.01": { @@ -23362,9 +28518,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23379,9 +28538,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23393,27 +28555,40 @@ }, "hair.n.04": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hair_spray.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "hair_spray__can.n.01": { + "hairbrush.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23423,14 +28598,17 @@ "wetable": {}, "wrinkleable": {} }, - "hairbrush.n.01": { + "hairpin.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23440,14 +28618,19 @@ "wetable": {}, "wrinkleable": {} }, - "hairpin.n.01": { + "half__apple.n.01": { + "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23457,39 +28640,49 @@ "wetable": {}, "wrinkleable": {} }, - "half__apple.n.01": { + "half__apple_pie.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "half__apple_pie.n.01": { + "half__apricot.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23498,17 +28691,20 @@ }, "half__beefsteak_tomato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23517,17 +28713,20 @@ }, "half__bell_pepper.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23536,17 +28735,20 @@ }, "half__chestnut.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23555,17 +28757,20 @@ }, "half__coconut.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23574,17 +28779,20 @@ }, "half__eggplant.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23594,39 +28802,71 @@ "half__feta.n.01": { "cookable": {}, "deformable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "half__hard-boiled_egg.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__kiwi.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23635,17 +28875,20 @@ }, "half__lemon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23654,17 +28897,20 @@ }, "half__lime.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23674,16 +28920,23 @@ "half__log.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23692,17 +28945,20 @@ }, "half__mango.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23711,18 +28967,26 @@ }, "half__mushroom.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23731,17 +28995,85 @@ }, "half__orange.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__papaya.n.01": { + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__peach.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__pear.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23750,17 +29082,20 @@ }, "half__pineapple.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23769,17 +29104,20 @@ }, "half__plum.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23788,17 +29126,20 @@ }, "half__pomegranate.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23807,17 +29148,20 @@ }, "half__pomelo.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23826,18 +29170,48 @@ }, "half__potato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "half__strawberry.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23846,18 +29220,26 @@ }, "half__vidalia_onion.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23866,17 +29248,20 @@ }, "half__watermelon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23885,17 +29270,20 @@ }, "half__zucchini.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -23904,15 +29292,19 @@ }, "halibut.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23925,15 +29317,19 @@ }, "halite.n.01": { "cookable": { - "cook_temperature": 204.0 + "cook_temperature": 204.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23946,29 +29342,35 @@ "halogen.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ham.n.01": { - "cookable": { - "cook_temperature": 63.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "ham_hock.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -23980,14 +29382,20 @@ "wrinkleable": {} }, "hamburger.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24003,13 +29411,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -24017,7 +29432,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -24026,9 +29440,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24042,20 +29459,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -24064,9 +29482,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24082,10 +29503,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24102,11 +29525,17 @@ "grassyable": {}, "heatSource": { "temperature": 45.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24122,9 +29551,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24142,9 +29574,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24159,9 +29594,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24175,32 +29613,36 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "handbook.n.01": { + "handcart.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24210,15 +29652,21 @@ "wetable": {}, "wrinkleable": {} }, - "handcart.n.01": { + "handkerchief.n.01": { + "cloth": {}, + "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -24227,87 +29675,99 @@ "wetable": {}, "wrinkleable": {} }, - "handkerchief.n.01": { - "cloth": {}, - "deformable": {}, + "handle.n.01": { "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, - "handle.n.01": { + "handsaw.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, "wetable": {}, "wrinkleable": {} }, - "handsaw.n.01": { + "handset.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "handset.n.01": { + "handwear.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "handwear.n.01": { + "handwheel.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -24316,14 +29776,17 @@ "wetable": {}, "wrinkleable": {} }, - "handwheel.n.02": { + "hanger.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24333,14 +29796,17 @@ "wetable": {}, "wrinkleable": {} }, - "hanger.n.02": { + "hanging.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24354,12 +29820,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24370,16 +29844,43 @@ "wetable": {}, "wrinkleable": {} }, + "hard_candy.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "hardback.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24394,9 +29895,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24411,9 +29915,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24428,9 +29935,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -24443,8 +29953,11 @@ }, "hay.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hazelnut.n.02": { @@ -24453,9 +29966,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24468,15 +29984,19 @@ }, "head_cabbage.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24492,9 +30012,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -24510,9 +30033,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24526,12 +30052,14 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24546,9 +30074,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24564,9 +30095,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24582,9 +30116,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24599,9 +30136,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24617,9 +30158,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24636,9 +30180,12 @@ "freezable": {}, "grassyable": {}, "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24653,8 +30200,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hedge.n.01": { @@ -24662,9 +30212,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24679,9 +30232,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24693,16 +30249,21 @@ }, "helping.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "hemp.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24715,11 +30276,15 @@ }, "herb.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "herb.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "herb__jar.n.01": { "breakable": {}, @@ -24728,11 +30293,13 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24745,8 +30312,11 @@ "herbicide.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "herbicide__bottle.n.01": { @@ -24756,10 +30326,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24775,9 +30347,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24790,12 +30365,20 @@ "hiking_boot.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24810,9 +30393,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24824,15 +30410,19 @@ }, "hip.n.05": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24848,9 +30438,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24865,9 +30458,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24882,9 +30478,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24899,9 +30498,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24916,10 +30518,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24934,10 +30538,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24950,12 +30556,20 @@ "holly.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24970,9 +30584,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -24986,8 +30603,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "honey__jar.n.01": { @@ -24997,10 +30617,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25015,9 +30637,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25033,9 +30658,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25050,9 +30678,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25067,9 +30698,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25084,9 +30718,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25101,9 +30738,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25118,9 +30758,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25133,13 +30776,16 @@ "hose.n.03": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -25155,9 +30801,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25171,19 +30820,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -25192,9 +30844,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25206,14 +30861,19 @@ }, "hot_pepper.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "hot_sauce.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hot_sauce__bottle.n.01": { @@ -25223,10 +30883,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25239,8 +30901,11 @@ "hot_toddy.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hot_tub.n.02": { @@ -25249,9 +30914,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25264,15 +30932,19 @@ }, "hotdog.n.02": { "cookable": { - "cook_temperature": 60.0 + "cook_temperature": 60.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25285,19 +30957,24 @@ }, "house_paint.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "house_paint__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25312,9 +30989,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25329,12 +31009,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -25342,7 +31024,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -25352,9 +31033,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25365,18 +31049,23 @@ "wrinkleable": {} }, "humate.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "hummus.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -25384,13 +31073,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25405,9 +31101,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25422,9 +31121,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25439,9 +31141,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25453,18 +31158,28 @@ }, "hydrocarbon.n.01": { "boilable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hydrogen_peroxide.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "hydrogen_peroxide__bottle.n.01": { @@ -25474,10 +31189,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25491,15 +31208,21 @@ "breakable": {}, "coldSource": { "temperature": 0.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25509,14 +31232,19 @@ "wetable": {}, "wrinkleable": {} }, - "ice_cream.n.01": { + "ice_cream__carton.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25526,16 +31254,17 @@ "wetable": {}, "wrinkleable": {} }, - "ice_cream__carton.n.01": { - "breakable": {}, + "ice_cream_cone.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25549,15 +31278,22 @@ "breakable": {}, "coldSource": { "temperature": 0.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25573,9 +31309,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25588,16 +31327,21 @@ "ice_maker.n.01": { "coldSource": { "temperature": -8.9, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 }, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25611,15 +31355,21 @@ "ice_pack.n.01": { "coldSource": { "temperature": 0.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25634,9 +31384,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25650,8 +31403,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "iced_chocolate.n.01": { @@ -25659,8 +31415,11 @@ "breakable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "icepick.n.01": { @@ -25668,9 +31427,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25684,12 +31446,14 @@ "icetray.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25702,12 +31466,16 @@ "icicle_lights.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -25723,9 +31491,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25740,9 +31511,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25754,22 +31528,29 @@ }, "incision.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "indefinite_quantity.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "indication.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25784,9 +31565,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "infant_car_seat.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25801,9 +31605,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25818,9 +31625,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25833,12 +31643,20 @@ "information_bulletin.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25850,16 +31668,21 @@ }, "ingredient.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "inhaler.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25872,8 +31695,11 @@ "ink.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ink__bottle.n.01": { @@ -25883,10 +31709,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25901,9 +31729,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25916,19 +31747,25 @@ "insectifuge.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "insectifuge__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25942,8 +31779,11 @@ "instant_coffee.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "instant_coffee__jar.n.01": { @@ -25953,10 +31793,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -25971,9 +31813,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -25984,16 +31830,21 @@ }, "instrumentality.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "invertebrate.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26010,11 +31861,17 @@ "grassyable": {}, "heatSource": { "temperature": 180.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -26031,9 +31888,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26048,9 +31908,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26062,21 +31926,37 @@ }, "isopropyl_alcohol.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "ivy.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26091,21 +31971,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26114,9 +32001,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26131,9 +32021,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26148,9 +32041,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26163,24 +32059,29 @@ "jam.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "jam__jar.n.01": { - "breakable": {}, + "jam__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26190,14 +32091,19 @@ "wetable": {}, "wrinkleable": {} }, - "jam_dispenser.n.01": { + "jam__jar.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26214,9 +32120,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26229,12 +32138,14 @@ "jar__of__bath_salt.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26247,12 +32158,14 @@ "jar__of__beans.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26265,12 +32178,14 @@ "jar__of__cumin.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26283,12 +32198,14 @@ "jar__of__curry_powder.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26301,12 +32218,14 @@ "jar__of__dill_seed.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26319,12 +32238,14 @@ "jar__of__grains.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26338,12 +32259,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26357,12 +32280,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26376,12 +32301,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26395,12 +32322,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26414,12 +32343,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26433,12 +32364,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26452,12 +32385,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26471,12 +32406,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26490,12 +32427,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26509,12 +32448,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26528,21 +32469,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26550,16 +32498,23 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "jelly.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "jelly__jar.n.01": { @@ -26569,10 +32524,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26585,8 +32542,11 @@ "jelly_bean.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -26597,10 +32557,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26613,47 +32575,33 @@ "jerk_seasoning.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "jerky.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "jersey.n.03": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26662,9 +32610,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26679,9 +32630,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26695,12 +32649,20 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26713,12 +32675,20 @@ "jigsaw_puzzle_piece.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26731,8 +32701,11 @@ "jimmies.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "jimmies__jar.n.01": { @@ -26742,10 +32715,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26760,9 +32735,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26777,9 +32755,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26796,9 +32777,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26811,12 +32795,14 @@ "jug__of__milk.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26829,8 +32815,11 @@ "juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "jukebox.n.01": { @@ -26838,9 +32827,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26855,19 +32847,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -26876,9 +32870,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26894,9 +32891,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26909,15 +32909,19 @@ }, "kale.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26933,9 +32937,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26950,9 +32957,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -26967,28 +32977,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "keg.n.02": { - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27000,10 +32994,18 @@ }, "ketone.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "kettle.n.01": { @@ -27012,16 +33014,26 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatSource": { + "temperature": 100.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27030,9 +33042,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27047,9 +33062,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27065,9 +33083,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27082,16 +33103,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27099,29 +33123,45 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "kidney_bean.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -27131,9 +33171,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27147,8 +33190,12 @@ "kiss.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "kit.n.02": { @@ -27156,9 +33203,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27173,9 +33223,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27190,11 +33243,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -27207,9 +33264,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27221,15 +33281,19 @@ }, "kiwi.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27245,12 +33309,17 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -27262,9 +33331,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27278,20 +33350,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -27300,9 +33374,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27318,9 +33395,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27335,9 +33415,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27348,16 +33431,18 @@ "wrinkleable": {} }, "lace.n.01": { - "deformable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, - "rope": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -27367,9 +33452,10 @@ "wrinkleable": {} }, "lacquer.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -27378,9 +33464,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27395,9 +33484,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27413,9 +33505,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27430,19 +33525,30 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "laminate.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27455,12 +33561,20 @@ "lamination.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27475,9 +33589,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27493,10 +33610,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27512,9 +33631,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27529,9 +33651,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27546,9 +33671,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27564,9 +33692,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -27580,15 +33711,19 @@ }, "lasagna.n.01": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27598,36 +33733,18 @@ "wetable": {}, "wrinkleable": {} }, - "laundry.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "lavender.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27642,11 +33759,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -27659,9 +33780,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27676,9 +33800,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27694,9 +33821,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27711,9 +33841,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27726,8 +33859,11 @@ }, "leaven.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "leek.n.02": { @@ -27736,9 +33872,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27749,33 +33888,18 @@ "wetable": {}, "wrinkleable": {} }, - "leftovers.n.01": { - "cookable": {}, - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "leg.n.05": { "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27789,12 +33913,20 @@ "legal_document.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27808,40 +33940,56 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "legume.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "legume.n.03": { + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "lemon-pepper_seasoning.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "lemon-pepper_seasoning__shaker.n.01": { @@ -27849,10 +33997,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -27865,15 +34016,19 @@ }, "lemon.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27888,8 +34043,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemon_juice__bottle.n.01": { @@ -27899,10 +34057,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27914,15 +34074,19 @@ }, "lemon_peel.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27936,24 +34100,33 @@ "lemon_stain_remover.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemon_water.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemonade.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lemonade__bottle.n.01": { @@ -27963,10 +34136,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27982,9 +34157,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -27996,11 +34174,15 @@ }, "lentil.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -28008,13 +34190,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28028,20 +34217,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28050,9 +34241,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28064,15 +34258,19 @@ }, "lettuce.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28088,9 +34286,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28105,9 +34306,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28122,9 +34326,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28139,14 +34346,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -28158,9 +34366,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28175,9 +34386,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28192,10 +34406,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28211,9 +34427,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -28227,9 +34446,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -28241,7 +34463,9 @@ }, "light.n.07": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -28251,10 +34475,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatSource": { + "temperature": 65.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28271,9 +34504,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28288,9 +34524,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28305,9 +34544,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28323,10 +34565,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28341,12 +34585,20 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28361,9 +34613,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28378,9 +34633,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28395,9 +34653,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28409,24 +34670,32 @@ }, "lima_bean.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "lime.n.06": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28441,8 +34710,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lime_juice__bottle.n.01": { @@ -28452,10 +34724,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28469,8 +34743,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "limestone.n.01": { @@ -28478,9 +34755,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28494,19 +34774,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28515,9 +34797,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28532,9 +34817,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -28547,19 +34835,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28567,20 +34858,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28588,20 +34881,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28609,35 +34904,40 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "linseed_oil.n.01": { "boilable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lint.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -28646,9 +34946,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28663,9 +34967,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28680,9 +34987,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28694,17 +35004,21 @@ }, "lipid.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "lipstick.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28717,34 +35031,70 @@ "liqueur.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "physicalSubstance": {}, "substance": {} }, "liquid.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid_body_substance.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "liquid_carton.n.01": { + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "liquid_soap.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "liquid_soap__bottle.n.01": { @@ -28754,10 +35104,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28770,8 +35122,11 @@ "liquor.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "list.n.01": { @@ -28779,9 +35134,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28797,9 +35155,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28811,7 +35172,9 @@ }, "living_thing.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "loaf_of_bread.n.01": { "cookable": {}, @@ -28819,9 +35182,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28838,9 +35204,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28856,9 +35225,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28873,10 +35245,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28889,13 +35263,20 @@ "log.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28909,12 +35290,20 @@ "loin.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28929,9 +35318,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -28945,20 +35337,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28966,20 +35366,27 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -28987,19 +35394,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29008,9 +35417,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29023,16 +35435,27 @@ "lotion.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lotion.n.02": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lotion__bottle.n.01": { @@ -29042,10 +35465,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29060,9 +35485,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29076,8 +35504,11 @@ "low-fat_milk.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "low_explosive.n.01": { @@ -29085,9 +35516,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29100,8 +35534,11 @@ "lubricant.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "lubricant__bottle.n.01": { @@ -29111,10 +35548,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29129,10 +35568,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29147,9 +35588,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29165,9 +35609,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29181,12 +35629,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29198,11 +35654,15 @@ }, "macaroni.n.02": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -29212,9 +35672,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29228,12 +35691,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29247,8 +35718,11 @@ "mace.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "machine.n.01": { @@ -29256,9 +35730,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29273,9 +35750,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29290,9 +35770,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29304,17 +35787,21 @@ }, "macromolecule.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "magazine.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29327,12 +35814,20 @@ "magazine.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29347,9 +35842,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29361,8 +35859,11 @@ }, "magnesium_sulfate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "magnifier.n.01": { @@ -29371,9 +35872,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29386,12 +35890,20 @@ "mail.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29406,9 +35918,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29424,9 +35939,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -29441,36 +35959,54 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "makeup.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "mallet.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29484,12 +36020,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29505,9 +36049,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29520,12 +36067,20 @@ "map.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29537,10 +36092,16 @@ }, "maple_syrup.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "maple_syrup__jar.n.01": { @@ -29550,10 +36111,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29566,10 +36129,12 @@ "margarine.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -29577,13 +36142,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29596,8 +36168,11 @@ "margarita.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marigold.n.01": { @@ -29605,9 +36180,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29620,18 +36198,27 @@ }, "marinade.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marinara.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "marinara__jar.n.01": { @@ -29641,10 +36228,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29657,20 +36246,25 @@ "marjoram.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "marjoram__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -29686,9 +36280,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29703,9 +36300,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29720,12 +36320,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -29733,24 +36335,34 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "martini.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mashed_potato.n.02": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "masher.n.02": { @@ -29758,9 +36370,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29774,19 +36390,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29795,9 +36413,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29815,9 +36436,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -29832,20 +36456,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -29854,9 +36480,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29871,9 +36500,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -29885,14 +36517,20 @@ "match.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29905,12 +36543,20 @@ "matchbox.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29921,24 +36567,37 @@ "wrinkleable": {} }, "matchwood.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "material.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "material_resource.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29950,16 +36609,21 @@ }, "matter.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "matter.n.06": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -29974,9 +36638,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -29991,20 +36658,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -30012,28 +36681,36 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "mayonnaise.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mayonnaise__jar.n.01": { @@ -30043,10 +36720,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30059,14 +36738,19 @@ "meal.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "measure.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "measure.n.09": { "disinfectable": {}, @@ -30074,9 +36758,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30092,9 +36779,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30109,9 +36799,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -30123,11 +36817,20 @@ "measuring_stick.n.01": { "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30139,7 +36842,9 @@ }, "meat.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "meat_loaf.n.01": { "cookable": {}, @@ -30147,9 +36852,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30165,9 +36873,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30180,15 +36891,19 @@ }, "meatball.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30204,9 +36919,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -30220,9 +36938,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -30234,12 +36955,14 @@ "medical_instrument.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30251,17 +36974,21 @@ }, "medicine.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "medium.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30273,10 +37000,18 @@ }, "medium.n.07": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "medium_of_exchange.n.01": { @@ -30284,9 +37019,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30297,51 +37035,65 @@ "wrinkleable": {} }, "melon.n.01": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "melted__butter.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__cheddar.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__grated_cheese.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__parmesan.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "melted__white_chocolate.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "memorial.n.03": { @@ -30349,9 +37101,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30366,9 +37121,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30383,9 +37141,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30399,20 +37160,31 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "message.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30427,9 +37199,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30444,9 +37219,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30461,9 +37239,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30476,15 +37257,25 @@ }, "methane_series.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "microorganism.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -30493,9 +37284,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30512,9 +37306,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30531,14 +37328,21 @@ "grassyable": {}, "heatSource": { "temperature": 100.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -30549,34 +37353,46 @@ }, "mildew.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "milk.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "milk.n.04": { "boilable": {}, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "milk__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30590,8 +37406,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mill.n.04": { @@ -30599,9 +37418,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30613,7 +37435,9 @@ }, "mineral.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "mint.n.02": { "cookable": {}, @@ -30621,9 +37445,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30635,15 +37462,19 @@ }, "mint.n.04": { "cookable": { - "cook_temperature": 50.0 + "cook_temperature": 50.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30659,9 +37490,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30678,11 +37512,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -30694,42 +37532,31 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mix.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "mix__box.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "toggleable": {}, - "wetable": {}, - "wrinkleable": {} - }, "mixed_drink.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mixer.n.04": { @@ -30737,9 +37564,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30756,9 +37586,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30770,18 +37603,29 @@ }, "mixture.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, "mock-up.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30796,9 +37640,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30813,9 +37660,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30831,9 +37681,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30846,16 +37699,25 @@ "mojito.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "molasses.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 130.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mold.n.02": { @@ -30864,9 +37726,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30878,19 +37743,29 @@ }, "mold.n.05": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "molding.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30902,16 +37777,21 @@ }, "molecule.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "mollusk.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30926,9 +37806,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30943,9 +37826,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30960,12 +37846,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -30978,8 +37872,11 @@ "morsel.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mortar.n.03": { @@ -30987,9 +37884,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31001,7 +37901,9 @@ }, "moss.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -31010,9 +37912,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31027,9 +37932,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31045,9 +37954,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31062,9 +37974,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31080,9 +37995,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31098,9 +38016,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31115,9 +38036,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31131,8 +38055,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -31141,9 +38068,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31158,9 +38088,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31175,12 +38108,15 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -31188,29 +38124,33 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "mud.n.03": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "muffin.n.01": { "cookable": { - "cook_temperature": 93.0 + "cook_temperature": 93.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -31218,10 +38158,20 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, + "muffin_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "mug.n.04": { "breakable": {}, "disinfectable": {}, @@ -31229,9 +38179,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31242,20 +38195,26 @@ "wrinkleable": {} }, "mulch.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mulch__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31267,15 +38226,19 @@ }, "mushroom.n.05": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31289,18 +38252,44 @@ "mushroom_sauce.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "music_stool.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "musical_instrument.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31314,12 +38303,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31332,15 +38329,19 @@ }, "mussel.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31353,10 +38354,16 @@ }, "mustard.n.02": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "mustard.n.03": { @@ -31365,9 +38372,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31385,10 +38395,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31400,30 +38412,39 @@ }, "mustard_seasoning.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "mustard_seed.n.01": { "cookable": { - "cook_temperature": 180.0 + "cook_temperature": 180.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "mustard_seed__bottle.n.01": { - "breakable": {}, + "mustard_seed__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31438,9 +38459,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31451,9 +38475,10 @@ "wrinkleable": {} }, "nail_polish.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -31462,9 +38487,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31478,22 +38506,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31502,9 +38536,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31519,9 +38556,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31535,31 +38575,43 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "nativity_figurine.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31574,10 +38626,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31592,9 +38646,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -31605,11 +38662,15 @@ }, "natural_object.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "natural_phenomenon.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -31618,9 +38679,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31635,9 +38699,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -31653,9 +38720,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -31669,21 +38739,28 @@ "nectar.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nectarine.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31699,9 +38776,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31716,9 +38796,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31732,19 +38815,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -31752,31 +38837,41 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "news.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31789,12 +38884,20 @@ "newspaper.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31809,9 +38912,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31825,27 +38931,33 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "nitrogen.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nodule.n.03": { @@ -31853,9 +38965,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31867,17 +38982,23 @@ }, "nonvascular_organism.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "noodle.n.01": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -31888,10 +39009,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31906,9 +39029,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31923,9 +39049,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31938,30 +39067,20 @@ "notepaper.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "novel.n.02": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -31976,11 +39095,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -31992,34 +39115,48 @@ "nut.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "nut_butter.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "nutmeg.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "nutmeg__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -32032,25 +39169,37 @@ }, "nutrient.n.02": { "boilable": {}, - "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "nutriment.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "oar.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32063,21 +39212,31 @@ "oat.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "oat__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32090,22 +39249,30 @@ "oatmeal.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "object.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "obstruction.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32120,9 +39287,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32134,29 +39304,64 @@ }, "oil.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, + "oil__bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "fillable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "ointment.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "old_fashioned.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "olive.n.04": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32169,11 +39374,16 @@ }, "olive_oil.n.01": { "boilable": {}, - "cookable": {}, - "fireSource": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "olive_oil__bottle.n.01": { @@ -32183,10 +39393,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32202,9 +39414,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32216,30 +39431,34 @@ "wrinkleable": {} }, "onion.n.03": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "onion_powder.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "onion_powder__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -32254,8 +39473,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "opaque_gem.n.01": { @@ -32263,9 +39485,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32280,9 +39505,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32297,9 +39525,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32314,9 +39545,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32331,9 +39565,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32349,9 +39586,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32366,9 +39606,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32383,9 +39626,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32397,15 +39643,19 @@ }, "orange.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32420,8 +39670,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "orange_juice__carton.n.01": { @@ -32431,10 +39684,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32447,16 +39702,22 @@ "orange_peel.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "orange_zest.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -32466,9 +39727,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32481,18 +39745,30 @@ }, "organic_compound.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "organism.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "orzo.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {}, "waterCook": {} }, @@ -32500,20 +39776,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32524,14 +39808,21 @@ "grassyable": {}, "heatSource": { "temperature": 250.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -32544,19 +39835,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -32564,46 +39858,57 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "oxidant.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "oxide.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "oxtail.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32614,15 +39919,17 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__cigarettes.n.01": { + "pack__of__bread.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32632,14 +39939,17 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__kielbasa.n.01": { + "pack__of__chocolate_bar.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32649,15 +39959,23 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__pasta.n.01": { + "pack__of__cigarettes.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32667,14 +39985,17 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__protein_powder.n.01": { + "pack__of__ground_beef.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32684,14 +40005,17 @@ "wetable": {}, "wrinkleable": {} }, - "pack__of__ramen.n.01": { + "pack__of__kielbasa.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32701,16 +40025,23 @@ "wetable": {}, "wrinkleable": {} }, - "package.n.02": { + "pack__of__pasta.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32720,14 +40051,17 @@ "wetable": {}, "wrinkleable": {} }, - "packaged__bread.n.01": { + "pack__of__protein_powder.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32737,14 +40071,17 @@ "wetable": {}, "wrinkleable": {} }, - "packaged__chocolate_bar.n.01": { + "pack__of__ramen.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32754,14 +40091,17 @@ "wetable": {}, "wrinkleable": {} }, - "packaged_lemons.n.01": { + "package.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32771,14 +40111,18 @@ "wetable": {}, "wrinkleable": {} }, - "packaged_oranges.n.01": { + "package.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32791,13 +40135,20 @@ "packing_box.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -32811,12 +40162,14 @@ "packing_material.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32833,9 +40186,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32850,9 +40206,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32867,9 +40226,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -32883,9 +40245,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -32897,12 +40262,20 @@ "paddle.n.04": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32918,9 +40291,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32932,7 +40308,9 @@ }, "paint.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -32941,9 +40319,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32958,9 +40339,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32975,9 +40359,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -32987,44 +40374,26 @@ "wetable": {}, "wrinkleable": {} }, - "pajama.n.01": { - "cloth": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "particleRemover": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, "pajama.n.02": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -33033,9 +40402,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33050,9 +40422,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33063,16 +40438,17 @@ "wrinkleable": {} }, "pancake.n.01": { - "cookable": { - "cook_temperature": 175.0 - }, + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -33086,8 +40462,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "panel.n.01": { @@ -33095,9 +40474,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33113,9 +40495,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33129,8 +40514,11 @@ "papaya_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "paper.n.01": { @@ -33138,9 +40526,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33154,9 +40545,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33169,12 +40563,21 @@ "paper_coffee_filter.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33189,9 +40592,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33205,21 +40611,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -33228,9 +40641,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33245,9 +40661,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33260,13 +40679,20 @@ "paperback_book.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33277,22 +40703,30 @@ "wrinkleable": {} }, "paprika.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "paprika__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -33306,13 +40740,20 @@ "paraffin.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33327,9 +40768,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33344,9 +40788,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33362,9 +40810,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33377,22 +40828,27 @@ "parmesan.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, - "parmesan__bottle.n.01": { - "breakable": {}, + "parmesan__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33404,15 +40860,19 @@ }, "parsley.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33423,15 +40883,40 @@ "wetable": {}, "wrinkleable": {} }, + "parsley__shaker.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "parsnip.n.03": { "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33444,16 +40929,21 @@ }, "part.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "part.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33464,11 +40954,15 @@ }, "part.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "particulate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -33477,9 +40971,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33494,9 +40991,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33511,9 +41011,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33525,23 +41028,34 @@ "pasta.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "pasta.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "pasta__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33553,17 +41067,20 @@ }, "pastry.n.01": { "cookable": { - "cook_temperature": 204.0 + "cook_temperature": 204.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -33571,7 +41088,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -33580,9 +41096,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -33596,9 +41116,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33614,9 +41137,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33628,7 +41154,9 @@ }, "patina.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -33636,12 +41164,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33653,16 +41189,21 @@ }, "paving.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "paving_stone.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33677,9 +41218,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33692,24 +41236,32 @@ }, "pea.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pea_pod.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33721,15 +41273,19 @@ }, "peach.n.03": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33746,9 +41302,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33760,17 +41319,29 @@ }, "peanut.n.04": { "cookable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "peanut_butter.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "peanut_butter__jar.n.01": { @@ -33780,10 +41351,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33795,24 +41368,33 @@ }, "peanut_oil.n.01": { "boilable": {}, - "cookable": {}, - "fireSource": {}, + "cookable": { + "cook_temperature": 190.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pear.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33828,9 +41410,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33841,10 +41426,12 @@ "wrinkleable": {} }, "peat.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pebble.n.01": { @@ -33852,9 +41439,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33867,8 +41457,11 @@ "pecan.n.03": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -33877,11 +41470,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -33892,7 +41489,9 @@ "peel.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "sliceable": {} }, "peeler.n.03": { @@ -33900,9 +41499,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33918,9 +41520,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33931,10 +41536,12 @@ "wrinkleable": {} }, "pellet_food.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, @@ -33942,12 +41549,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33962,9 +41577,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33979,9 +41597,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -33996,9 +41617,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -34014,9 +41638,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34031,11 +41658,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -34048,30 +41679,36 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "penne.n.01": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -34080,9 +41717,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34093,28 +41733,35 @@ "wrinkleable": {} }, "pepper.n.03": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pepper.n.04": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "pepper__shaker.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34129,9 +41776,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34147,9 +41798,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34165,9 +41819,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34184,9 +41841,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34202,9 +41862,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34220,9 +41883,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34235,40 +41901,30 @@ "perfume.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "perfume__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "particleApplier": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "periodic_table.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34283,9 +41939,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34300,9 +41959,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34317,9 +41979,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34332,26 +41997,34 @@ "perspiration.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pesticide.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pesticide__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -34368,9 +42041,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34382,10 +42058,16 @@ }, "pesto.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 90.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pet_bed.n.01": { @@ -34393,9 +42075,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -34409,12 +42094,20 @@ "petal.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34426,20 +42119,31 @@ }, "petfood.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "petfood__bag.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34453,8 +42157,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "petri_dish.n.01": { @@ -34464,9 +42171,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34479,8 +42189,12 @@ "petrolatum.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "pewter_teapot.n.01": { @@ -34488,9 +42202,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34502,7 +42219,9 @@ }, "phenomenon.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -34511,9 +42230,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34529,9 +42251,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34547,9 +42272,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34563,14 +42291,23 @@ "photograph.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -34583,9 +42320,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34598,11 +42338,15 @@ }, "physical_entity.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "physical_phenomenon.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -34611,16 +42355,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34629,9 +42376,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34646,9 +42396,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34661,12 +42414,14 @@ "pickle.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34682,9 +42437,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34699,12 +42457,20 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34720,9 +42486,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34737,9 +42506,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34750,14 +42522,20 @@ "wrinkleable": {} }, "pie_crust.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 200.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34772,20 +42550,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34795,9 +42575,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34812,34 +42595,40 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "pieplant.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34850,16 +42639,42 @@ "wetable": {}, "wrinkleable": {} }, + "pile.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "pill.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pill.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "slicer": {}, "substance": {} }, @@ -34870,10 +42685,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34888,9 +42705,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34904,13 +42725,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -34918,7 +42746,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -34927,9 +42754,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34944,9 +42774,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34960,23 +42793,35 @@ "pine_nut.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "pineapple.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -34990,8 +42835,11 @@ "pineapple_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pineapple_juice__carton.n.01": { @@ -35001,10 +42849,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35019,26 +42869,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "pinwheel.n.03": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35053,9 +42889,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35070,9 +42909,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35087,9 +42929,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -35101,10 +42946,16 @@ "wrinkleable": {} }, "pistachio.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pit.n.01": { @@ -35112,10 +42963,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35127,17 +42980,20 @@ }, "pita.n.01": { "cookable": { - "cook_temperature": 246.0 + "cook_temperature": 246.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -35145,7 +43001,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35156,9 +43011,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35173,9 +43031,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35187,15 +43048,19 @@ }, "pizza.n.01": { "cookable": { - "cook_temperature": 246.0 + "cook_temperature": 246.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35209,12 +43074,14 @@ "pizza_box.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35229,13 +43096,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -35243,7 +43117,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35251,32 +43124,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "plan.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35288,16 +43171,21 @@ }, "plant.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "plant_fiber.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35308,15 +43196,21 @@ }, "plant_material.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "plant_organ.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "plant_part.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "plant_pot_stand.n.01": { "breakable": {}, @@ -35324,9 +43218,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35341,9 +43238,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35354,7 +43254,9 @@ }, "plaster.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {} }, "plastic_art.n.01": { @@ -35362,9 +43264,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35378,19 +43283,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35398,19 +43305,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35419,9 +43328,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35435,11 +43347,15 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35454,9 +43370,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35471,9 +43390,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35487,11 +43409,15 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35506,9 +43432,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35523,9 +43452,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -35539,9 +43471,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35555,12 +43490,20 @@ "plug.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35575,9 +43518,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35589,15 +43535,19 @@ }, "plum.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35613,9 +43563,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35628,12 +43581,20 @@ "plywood.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35648,9 +43609,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35667,9 +43632,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35685,9 +43653,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35702,9 +43673,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35719,9 +43693,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35736,9 +43713,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35753,9 +43733,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35768,8 +43751,11 @@ "polish.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "polish__bottle.n.01": { @@ -35779,10 +43765,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35794,7 +43782,9 @@ }, "pollen.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -35802,20 +43792,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -35824,9 +43816,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35839,8 +43834,11 @@ "polysaccharide.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "polyvinyl_chloride.n.01": { @@ -35848,9 +43846,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35862,31 +43863,22 @@ }, "pome.n.01": { "cookable": {}, - "disinfectable": {}, - "dustyable": {}, "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "pomegranate.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35901,9 +43893,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35918,9 +43913,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35933,13 +43931,18 @@ "pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -35952,9 +43955,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -35969,11 +43975,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -35984,8 +43994,11 @@ "pop.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "pop_bottle.n.01": { @@ -35995,10 +44008,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36009,21 +44024,38 @@ "wrinkleable": {} }, "popcorn.n.02": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "popcorn__bag.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36038,9 +44070,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36053,8 +44088,11 @@ }, "poppy_seed.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "porcelain.n.01": { @@ -36063,9 +44101,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36077,15 +44118,19 @@ }, "pork.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36099,8 +44144,9 @@ "pork_sausage.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "porkchop.n.01": { "cookable": {}, @@ -36108,9 +44154,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36124,8 +44173,11 @@ "porridge.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "portable_computer.n.01": { @@ -36133,9 +44185,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36150,9 +44205,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36166,12 +44224,20 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36186,9 +44252,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36203,9 +44272,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36220,9 +44292,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36235,12 +44310,20 @@ "post-it.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36253,12 +44336,20 @@ "post.n.04": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36273,9 +44364,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36290,9 +44384,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36305,12 +44402,20 @@ "postcard.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36325,9 +44430,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36342,9 +44450,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36361,9 +44472,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36376,12 +44490,20 @@ "pot_plant.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36393,15 +44515,19 @@ }, "potato.n.01": { "cookable": { - "cook_temperature": 98.0 + "cook_temperature": 98.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36414,15 +44540,19 @@ }, "potato_pancake.n.01": { "cookable": { - "cook_temperature": 190.0 + "cook_temperature": 190.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36438,9 +44568,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36455,9 +44588,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36472,9 +44608,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36489,9 +44628,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36506,9 +44648,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36523,9 +44668,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36540,9 +44688,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36555,20 +44706,27 @@ "poultry.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "poultry_seasoning.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "powder.n.03": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "power_saw.n.01": { @@ -36576,9 +44734,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36595,9 +44756,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36614,9 +44778,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36633,9 +44800,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36651,9 +44821,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36665,19 +44838,43 @@ }, "precipitation.n.03": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, + "present.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "press.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36695,11 +44892,17 @@ "grassyable": {}, "heatSource": { "temperature": 121.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -36707,6 +44910,7 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36715,9 +44919,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36733,9 +44940,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36750,10 +44960,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36768,9 +44980,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36785,20 +45000,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -36807,9 +45030,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36821,22 +45047,29 @@ }, "process.n.06": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "produce.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "product.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36851,9 +45084,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36868,9 +45104,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36883,19 +45122,27 @@ }, "property.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "prosciutto.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36908,32 +45155,38 @@ }, "protective_covering.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "protective_garment.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "protoctist.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -36942,9 +45195,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36960,9 +45216,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -36978,9 +45237,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -36994,9 +45256,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37011,9 +45276,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37025,15 +45293,19 @@ }, "pudding.n.01": { "cookable": { - "cook_temperature": 71.0 + "cook_temperature": 71.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37048,9 +45320,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37064,20 +45339,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37086,9 +45363,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37099,17 +45379,41 @@ "wetable": {}, "wrinkleable": {} }, + "pump.n.03": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "pumpkin.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37123,29 +45427,44 @@ "pumpkin_pie_spice.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pumpkin_seed.n.01": { "cookable": { - "cook_temperature": 177.0 + "cook_temperature": 177.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "pumpkin_seed__bag.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37158,18 +45477,25 @@ "punch.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "punching_bag.n.02": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -37182,10 +45508,12 @@ }, "puree.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "putty_knife.n.01": { @@ -37193,9 +45521,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37209,12 +45541,20 @@ "puzzle.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37226,15 +45566,19 @@ }, "quail.n.01": { "cookable": { - "cook_temperature": 74.0 + "cook_temperature": 74.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37247,7 +45591,9 @@ }, "quality.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -37256,9 +45602,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37273,9 +45622,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37291,9 +45643,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37310,9 +45665,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -37325,41 +45683,53 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "quinoa.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "quinoa__box.n.01": { "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37374,9 +45744,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37391,9 +45764,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37408,9 +45784,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37425,9 +45804,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": { + "temperature": 91.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37443,9 +45832,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37461,9 +45853,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37475,14 +45870,20 @@ "wrinkleable": {} }, "radish.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37497,21 +45898,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37520,11 +45928,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37537,9 +45949,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37553,27 +45968,32 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "raisin.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -37581,12 +46001,20 @@ "disinfectable": {}, "dustyable": {}, "fillable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37601,9 +46029,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37615,14 +46046,16 @@ "wrinkleable": {} }, "ramekin.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37639,9 +46072,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37657,11 +46093,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37672,15 +46112,19 @@ }, "raspberry.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37692,10 +46136,18 @@ }, "ravioli.n.01": { "cookable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -37704,19 +46156,21 @@ "cookable": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -37725,9 +46179,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37741,8 +46198,11 @@ "ready-mix.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "reamer.n.01": { @@ -37750,9 +46210,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37765,12 +46229,20 @@ "receipt.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37785,9 +46257,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37803,9 +46278,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37820,9 +46298,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37832,14 +46313,38 @@ "wetable": {}, "wrinkleable": {} }, + "reception_desk.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "sceneObject": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "recess.n.04": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37854,9 +46359,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37872,9 +46380,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -37889,9 +46400,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37906,11 +46420,15 @@ "recycling_bin.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -37925,47 +46443,39 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "red_wine.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, - "reference_book.n.01": { - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "reflector.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -37976,11 +46486,15 @@ "refried_beans.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "refried_beans__can.n.01": { @@ -37989,10 +46503,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38008,9 +46524,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -38026,9 +46545,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38043,9 +46565,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38057,16 +46582,21 @@ }, "relation.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "release.n.08": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38081,9 +46611,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38096,24 +46629,37 @@ }, "remedy.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "repellent.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "report.n.03": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38128,9 +46674,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38144,35 +46693,48 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "reproductive_structure.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "rescue_equipment.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38184,8 +46746,11 @@ }, "residue.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "resin.n.01": { @@ -38193,9 +46758,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38210,9 +46778,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38227,9 +46798,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38241,15 +46815,19 @@ }, "rib.n.03": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38264,39 +46842,52 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "rice.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "rice_cooker.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -38311,15 +46902,21 @@ "ricotta.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "rind.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "sliceable": {} }, "ring.n.08": { @@ -38327,9 +46924,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38344,12 +46944,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -38360,8 +46964,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "road.n.01": { @@ -38369,11 +46976,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -38383,18 +46994,43 @@ }, "roast.n.01": { "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, - "sliceable": {} + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, "roaster.n.04": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38409,9 +47045,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38423,18 +47062,24 @@ }, "rock.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "rocking_chair.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -38447,9 +47092,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38464,32 +47112,40 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "roll_of_tobacco.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38504,9 +47160,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38521,9 +47180,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38538,9 +47201,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38555,9 +47221,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38572,9 +47241,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38589,10 +47261,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38606,18 +47280,29 @@ "root_vegetable.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "rope.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -38633,9 +47318,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38647,20 +47335,25 @@ }, "rosemary.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "rosemary__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -38676,9 +47369,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38695,9 +47391,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38709,16 +47408,21 @@ }, "round_shape.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "router.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38733,19 +47437,26 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rubber_band.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -38760,9 +47471,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38775,12 +47489,20 @@ "rubber_eraser.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38794,40 +47516,58 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "rubbing_alcohol.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rubbing_alcohol__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38838,29 +47578,11 @@ "wetable": {}, "wrinkleable": {} }, - "rubbing_alcohol__bottle.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "rubbish.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -38869,9 +47591,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38885,32 +47610,48 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "rule.n.12": { "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38923,8 +47664,11 @@ "rum.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "rum__bottle.n.01": { @@ -38934,10 +47678,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38952,9 +47698,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38966,21 +47715,27 @@ }, "rust.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "rutabaga.n.01": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -38994,12 +47749,41 @@ "sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sack__of__brown_rice.n.01": { + "disinfectable": {}, + "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39013,27 +47797,32 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "saddle_soap.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "saddle_soap__bottle.n.01": { @@ -39043,10 +47832,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39061,9 +47852,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39076,20 +47870,27 @@ "saffron.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "saffron__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39102,20 +47903,25 @@ "sage.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sage__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -39130,19 +47936,28 @@ "sake.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "salad.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39158,9 +47973,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39175,9 +47993,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39190,8 +48012,9 @@ "salad_green.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "salmon.n.03": { "cookable": {}, @@ -39199,9 +48022,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39216,8 +48042,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "salsa__bottle.n.01": { @@ -39227,10 +48056,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39242,15 +48073,24 @@ }, "salt.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "salt.n.02": { - "cookable": {}, + "cookable": { + "cook_temperature": 100.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "salt__bottle.n.01": { @@ -39260,10 +48100,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39277,12 +48119,16 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39298,9 +48144,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39313,7 +48162,9 @@ }, "sand.n.04": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -39322,9 +48173,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39339,9 +48193,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39355,12 +48212,20 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39372,8 +48237,11 @@ }, "sandstone.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sandwich.n.01": { @@ -39382,9 +48250,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39398,13 +48269,18 @@ "sangaree.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sanitary_condition.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -39412,35 +48288,43 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "sap.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sauce.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "saucepan.n.01": { @@ -39449,10 +48333,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39468,10 +48354,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39488,9 +48376,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39505,9 +48396,19 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": { + "temperature": 77.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39519,24 +48420,49 @@ "wrinkleable": {} }, "sausage.n.01": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } + }, + "savory_spice__shaker.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, "saw.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -39544,11 +48470,18 @@ "wrinkleable": {} }, "sawdust.n.01": { - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sax.n.02": { @@ -39556,9 +48489,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39573,9 +48509,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39590,9 +48529,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39604,15 +48546,19 @@ }, "scallop.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39628,9 +48574,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39645,20 +48594,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -39667,9 +48618,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39685,9 +48639,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39703,9 +48660,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39720,9 +48680,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39734,17 +48697,20 @@ }, "scone.n.01": { "cookable": { - "cook_temperature": 93.0 + "cook_temperature": 93.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -39752,7 +48718,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -39761,9 +48726,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "scoop_of_ice_cream.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39778,9 +48766,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39794,15 +48785,21 @@ "scotch.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "scrambled_eggs.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -39811,9 +48808,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39828,9 +48828,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39846,9 +48849,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39863,9 +48869,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39880,9 +48889,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39897,9 +48909,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39914,9 +48929,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39931,11 +48949,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -39948,9 +48971,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -39966,9 +48992,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -39980,7 +49009,9 @@ }, "scum.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -39989,9 +49020,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -40005,9 +49039,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40019,25 +49056,32 @@ }, "seal.n.07": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "sealant.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "sealant__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40055,10 +49099,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40070,7 +49116,9 @@ }, "sealing_material.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -40080,9 +49128,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40097,9 +49148,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40114,9 +49168,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40131,9 +49188,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40146,15 +49206,21 @@ "seawater.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "secretion.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "security_camera.n.01": { @@ -40163,9 +49229,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40181,9 +49250,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40197,26 +49269,35 @@ "sediment.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "sedimentary_rock.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "seed.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "self-propelled_vehicle.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40231,9 +49312,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40247,12 +49331,14 @@ "server.n.04": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40267,9 +49353,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40283,8 +49372,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sesame_oil__bottle.n.01": { @@ -40294,10 +49386,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40310,21 +49404,26 @@ "sesame_seed.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "sesame_seed__bottle.n.01": { - "breakable": {}, + "sesame_seed__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40339,9 +49438,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40356,9 +49458,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40374,9 +49479,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40391,9 +49499,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40408,11 +49519,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40425,8 +49537,11 @@ "shampoo.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "shampoo__bottle.n.01": { @@ -40436,10 +49551,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40454,9 +49571,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40468,16 +49589,21 @@ }, "shape.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "sharpener.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40491,21 +49617,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40514,9 +49647,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40532,9 +49668,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40547,12 +49686,20 @@ "sheet.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -40567,21 +49714,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40590,9 +49744,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -40605,32 +49762,39 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "shelf.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -40643,9 +49807,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40660,9 +49827,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40677,9 +49847,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40694,9 +49867,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40711,9 +49887,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40729,9 +49908,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40747,9 +49929,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40762,11 +49947,20 @@ "shell.n.05": { "disinfectable": {}, "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40781,9 +49975,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40799,9 +49996,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40814,21 +50014,25 @@ "shell_bean.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "shellfish.n.01": { - "cookable": { - "cook_temperature": 63.0 - }, + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -40843,10 +50047,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40861,9 +50067,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40878,9 +50087,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40892,15 +50104,19 @@ }, "shiitake.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40915,19 +50131,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -40936,9 +50155,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40953,9 +50175,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40970,9 +50195,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -40987,10 +50215,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41006,9 +50236,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41023,11 +50256,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -41039,41 +50276,53 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "shortening.n.01": { "boilable": {}, "cookable": {}, - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "shortening__carton.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41090,9 +50339,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41106,14 +50358,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -41121,7 +50379,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41130,9 +50387,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41148,11 +50408,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -41166,9 +50431,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41183,11 +50451,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -41201,9 +50473,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41219,9 +50494,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41236,9 +50514,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41253,11 +50534,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -41270,9 +50555,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41287,9 +50575,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41304,9 +50595,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -41320,9 +50614,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41337,9 +50634,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41350,25 +50650,23 @@ "wetable": {}, "wrinkleable": {} }, - "silk.n.01": { - "cloth": {}, - "deformable": {}, + "signpost.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "particleRemover": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41377,9 +50675,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41393,19 +50694,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41414,9 +50717,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41429,34 +50735,43 @@ "sink.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "waterSource": {}, "wetable": {}, "wrinkleable": {} }, "sirloin.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41472,9 +50787,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41489,9 +50807,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41506,9 +50827,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41523,9 +50847,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41540,9 +50867,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41558,9 +50888,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41575,9 +50908,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41590,12 +50926,20 @@ "skiff.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41610,9 +50954,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41626,32 +50974,42 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "skyrocket.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41667,9 +51025,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41683,19 +51044,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41704,9 +51068,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41720,19 +51087,43 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sliced__brisket.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -41741,37 +51132,73 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "sliced__cucumber.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "sliced__eggplant.n.01": { + "cookable": {}, + "diceable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41780,17 +51207,20 @@ }, "sliced__lemon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41799,17 +51229,20 @@ }, "sliced__lime.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41818,17 +51251,20 @@ }, "sliced__melon.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41837,17 +51273,20 @@ }, "sliced__onion.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41856,17 +51295,20 @@ }, "sliced__papaya.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41875,18 +51317,26 @@ }, "sliced__roast_beef.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41895,17 +51345,20 @@ }, "sliced__tomato.n.01": { "cookable": {}, + "diceable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -41917,9 +51370,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41935,9 +51391,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41950,12 +51409,20 @@ "slingback.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41970,9 +51437,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -41988,9 +51458,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42002,14 +51475,18 @@ }, "small_indefinite_quantity.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "smoothie.n.02": { "boilable": {}, - "coldSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "snack_food.n.01": { @@ -42017,9 +51494,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42034,9 +51514,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42048,15 +51531,19 @@ }, "snapper.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42069,7 +51556,9 @@ }, "snow.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -42079,9 +51568,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42093,7 +51585,9 @@ }, "soap.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "soap__bottle.n.01": { "disinfectable": {}, @@ -42101,9 +51595,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42120,9 +51617,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42136,13 +51636,14 @@ "breakable": {}, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -42158,9 +51659,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42174,21 +51678,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42198,10 +51709,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42214,8 +51727,11 @@ "soda_water.n.03": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soda_water__bottle.n.01": { @@ -42225,10 +51741,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42240,8 +51758,11 @@ }, "sodium_carbonate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sodium_carbonate__jar.n.01": { @@ -42251,10 +51772,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42270,9 +51793,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42287,12 +51813,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -42303,18 +51833,51 @@ "soft_drink.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, + "soft_roll.n.01": { + "cookable": {}, + "disinfectable": {}, + "dustyable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "softball.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42327,25 +51890,40 @@ "softener.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soil.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "soil__bag.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42357,24 +51935,33 @@ }, "solanaceous_vegetable.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "solid.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "solid.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "solid_figure.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42387,16 +51974,27 @@ "solution.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "solvent.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "solvent__bottle.n.01": { @@ -42406,10 +52004,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42423,12 +52023,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -42436,7 +52038,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42445,9 +52046,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42461,8 +52065,11 @@ "soup.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soup__can.n.01": { @@ -42471,10 +52078,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42491,9 +52100,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42506,12 +52118,14 @@ "soup_ladle.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42526,9 +52140,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42543,13 +52161,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -42557,7 +52182,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42565,8 +52189,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "source_of_illumination.n.01": { @@ -42574,9 +52201,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -42587,19 +52217,29 @@ }, "soy.n.04": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "soy_sauce.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "soy_sauce__bottle.n.01": { @@ -42609,10 +52249,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42624,21 +52266,40 @@ }, "soya_milk.n.01": { "boilable": {}, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "space_heater.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatSource": { + "temperature": 42.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42651,35 +52312,45 @@ }, "spackle.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "spaghetti.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, "spaghetti_sauce.n.01": { "boilable": {}, - "cookable": { - "cook_temperature": 74.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "spar.n.01": { "breakable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "spark_plug.n.01": { @@ -42687,9 +52358,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42702,12 +52376,14 @@ "sparkler.n.02": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42720,8 +52396,11 @@ "sparkling_wine.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "spatula.n.01": { @@ -42729,9 +52408,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42746,9 +52428,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42766,10 +52452,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42784,9 +52472,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42801,9 +52492,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42816,12 +52510,20 @@ "sphere.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42833,23 +52535,35 @@ }, "sphere.n.05": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "spice.n.02": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "spice_cookie.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42865,12 +52579,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -42878,21 +52594,24 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "spinach.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42909,10 +52628,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42927,12 +52648,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -42940,30 +52663,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "sponge_cake.n.01": { - "cookable": {}, - "deformable": {}, - "disinfectable": {}, - "dustyable": {}, - "flammable": {}, - "foldable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "sliceable": {}, - "softBody": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -42972,9 +52671,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -42986,7 +52689,9 @@ }, "spore.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -42995,9 +52700,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -43011,9 +52719,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43029,10 +52740,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43048,11 +52761,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43063,7 +52780,9 @@ }, "spray_paint.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -43072,9 +52791,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -43090,8 +52812,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "springboard.n.01": { @@ -43099,9 +52824,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43116,9 +52844,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43136,9 +52867,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43154,9 +52888,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43171,9 +52908,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43189,9 +52929,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43203,21 +52946,45 @@ "wrinkleable": {} }, "squash.n.02": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "squeegee.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "squeeze_bottle.n.01": { + "breakable": {}, + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSource": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43232,9 +52999,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43246,15 +53017,19 @@ }, "squid.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43270,9 +53045,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43287,9 +53065,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43301,7 +53082,9 @@ }, "stain.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -43310,9 +53093,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43327,9 +53113,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43342,12 +53131,20 @@ "stake.n.05": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43362,9 +53159,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43379,11 +53179,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43396,9 +53200,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43413,9 +53220,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43430,9 +53240,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43447,9 +53260,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43464,10 +53280,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43483,9 +53301,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43499,17 +53320,24 @@ "starch.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "starches.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "state.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -43518,9 +53346,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43532,15 +53363,19 @@ }, "steak.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43552,22 +53387,23 @@ "wrinkleable": {} }, "steamer.n.02": { - "coldSource": { - "temperature": 150.0, - "heating_rate": 0.01 - }, "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, "heatSource": { "temperature": 212.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 0, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43583,9 +53419,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43599,12 +53438,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -43612,7 +53453,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43621,9 +53461,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43638,9 +53481,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43655,9 +53501,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43670,20 +53519,26 @@ "stew.n.02": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "stew__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43698,9 +53553,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43715,9 +53573,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43730,12 +53591,20 @@ "sticky_note.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43750,9 +53619,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43766,19 +53638,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -43788,10 +53663,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43806,9 +53683,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "stone_wall.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43823,9 +53723,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "storage_container.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43840,9 +53763,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43857,9 +53783,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -43875,12 +53804,22 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatSource": { + "temperature": 1980.0, + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 0 + }, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43894,11 +53833,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -43911,9 +53854,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43928,9 +53874,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43945,9 +53894,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43962,9 +53914,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -43976,15 +53931,19 @@ }, "strawberry.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44000,9 +53959,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44017,9 +53979,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44032,12 +53997,16 @@ "string.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -44053,9 +54022,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44070,9 +54042,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -44086,9 +54061,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44103,10 +54081,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44121,9 +54101,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44138,9 +54121,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44155,9 +54141,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44169,11 +54158,15 @@ }, "structure.n.04": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "stucco.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -44182,9 +54175,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44198,26 +54194,36 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "substance.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "substance.n.07": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "succulent.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44230,17 +54236,28 @@ "sugar.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "sugar__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44252,7 +54269,9 @@ }, "sugar_coffee_scrub.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -44260,12 +54279,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44277,15 +54304,18 @@ "wrinkleable": {} }, "sugar_cookie_dough.n.01": { + "cookable": {}, "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -44293,7 +54323,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44301,8 +54330,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sugar_syrup__bottle.n.01": { @@ -44312,10 +54344,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44329,42 +54363,52 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "sulfate.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "summer_squash.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "sunflower.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44378,18 +54422,25 @@ "sunflower_seed.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "sunflower_seed__bag.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44404,9 +54455,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44419,8 +54473,11 @@ "sunscreen.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "sunscreen__bottle.n.01": { @@ -44429,10 +54486,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44447,9 +54506,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44464,9 +54526,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44481,9 +54546,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44498,9 +54566,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44511,14 +54582,20 @@ "wrinkleable": {} }, "sushi.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 71.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44534,9 +54611,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -44551,20 +54631,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44572,19 +54654,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44592,39 +54677,52 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "sweet.n.03": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "sweet_corn.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44638,8 +54736,9 @@ "sweet_pepper.n.02": { "cookable": {}, "freezable": {}, - "heatable": {}, - "sliceable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "sweet_potato.n.02": { "cookable": {}, @@ -44647,9 +54746,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44666,9 +54768,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -44681,18 +54786,25 @@ "sweetening.n.01": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "swimming_pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44704,20 +54816,27 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44726,9 +54845,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44744,9 +54866,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44762,11 +54888,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44781,11 +54911,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44798,9 +54932,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44814,20 +54951,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -44836,9 +54981,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44851,12 +54999,14 @@ "syringe.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44870,8 +55020,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "system.n.01": { @@ -44879,9 +55032,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44897,9 +55053,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44912,12 +55071,20 @@ "table.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44932,11 +55099,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -44949,9 +55120,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44968,10 +55143,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -44986,20 +55163,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45007,20 +55186,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45029,9 +55210,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45044,12 +55229,15 @@ "tablespoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45064,9 +55252,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45081,11 +55272,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -45098,9 +55293,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45111,15 +55309,22 @@ "wrinkleable": {} }, "taboret.n.01": { - "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45134,9 +55339,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45152,9 +55360,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45170,9 +55381,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45185,12 +55399,20 @@ "tag.n.02": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45206,9 +55428,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45221,8 +55446,11 @@ }, "talcum.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "tank.n.02": { @@ -45231,9 +55459,13 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "openable": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45247,20 +55479,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45269,9 +55503,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45283,29 +55520,31 @@ "wrinkleable": {} }, "tape.n.04": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "tarnish.n.02": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -45313,19 +55552,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45334,9 +55575,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45349,12 +55593,20 @@ "tartlet.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45368,39 +55620,51 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "softBody": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "taste.n.05": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "taxonomic_group.n.01": { "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45414,26 +55678,35 @@ "tea.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tea.n.05": { "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "tea_bag.n.01": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -45451,9 +55724,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45470,10 +55746,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45486,12 +55764,15 @@ "teaspoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45505,12 +55786,14 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, @@ -45518,7 +55801,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45527,9 +55809,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45545,9 +55830,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45562,11 +55850,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -45580,9 +55872,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45594,15 +55889,19 @@ }, "tenderloin.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45618,9 +55917,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45635,9 +55937,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45652,10 +55957,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45667,10 +55974,18 @@ }, "tequila.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tequila__bottle.n.01": { @@ -45680,10 +55995,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45696,13 +56013,14 @@ "terrarium.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45719,9 +56037,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45736,9 +56057,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45753,9 +56077,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45770,10 +56097,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45788,9 +56117,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45807,9 +56139,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45824,9 +56159,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45839,48 +56177,35 @@ }, "thing.n.04": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "thing.n.12": { - "freezable": {}, - "heatable": {} - }, - "thread.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + } }, - "throw.n.04": { - "cloth": {}, - "deformable": {}, + "thread.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45889,9 +56214,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45903,28 +56231,33 @@ }, "thyme.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "thyme__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -45936,9 +56269,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45953,19 +56289,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -45974,9 +56313,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -45990,20 +56332,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46013,9 +56357,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46030,9 +56377,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46047,9 +56397,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46063,12 +56416,16 @@ "tinsel.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -46082,13 +56439,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -46096,7 +56460,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46105,9 +56468,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46123,9 +56489,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46136,25 +56505,24 @@ "wrinkleable": {} }, "tissue.n.02": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46163,9 +56531,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46177,15 +56548,19 @@ }, "toast.n.01": { "cookable": { - "cook_temperature": 177.0 + "cook_temperature": 177.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46203,11 +56578,17 @@ "grassyable": {}, "heatSource": { "temperature": 148.889, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 0, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46225,11 +56606,17 @@ "grassyable": {}, "heatSource": { "temperature": 204.0, - "heating_rate": 0.01 + "heating_rate": 0.01, + "requires_toggled_on": 1, + "requires_closed": 1, + "requires_inside": 1 + }, + "heatable": { + "heat_temperature": 40.0 }, - "heatable": {}, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46246,9 +56633,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46261,12 +56652,14 @@ "tobacco.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46281,13 +56674,20 @@ "deformable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, @@ -46295,7 +56695,6 @@ "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46304,11 +56703,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46321,9 +56725,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46338,9 +56745,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46352,15 +56762,21 @@ }, "toilet_powder.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "toilet_soap.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "toilet_soap__bottle.n.01": { @@ -46370,10 +56786,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46384,40 +56802,44 @@ "wrinkleable": {} }, "toilet_tissue.n.01": { - "cloth": {}, - "deformable": {}, "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, + "rigidBody": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "toiletry.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "token.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46428,14 +56850,40 @@ "wrinkleable": {} }, "tomato.n.01": { + "cookable": {}, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } + }, + "tomato.n.02": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} }, "tomato_juice.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_juice__bottle.n.01": { @@ -46445,10 +56893,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46462,19 +56912,25 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_paste__can.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46487,16 +56943,22 @@ "tomato_rice.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_sauce.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tomato_sauce__jar.n.01": { @@ -46506,10 +56968,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46524,9 +56988,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46539,8 +57006,11 @@ "tonic.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tool.n.01": { @@ -46548,9 +57018,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46565,9 +57038,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46583,9 +57059,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46598,8 +57077,11 @@ "toothpaste.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "toothpick.n.01": { @@ -46607,9 +57089,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46624,9 +57109,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46641,14 +57129,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, - "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -46659,52 +57148,59 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "topping.n.01": { "boilable": {}, - "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "tortilla.n.01": { "cloth": {}, "cookable": { - "cook_temperature": 190.0 + "cook_temperature": 190.0, + "burn_temperature": 200.0 }, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46714,9 +57210,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46731,20 +57230,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -46753,11 +57254,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46770,9 +57275,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46783,15 +57291,57 @@ "wetable": {}, "wrinkleable": {} }, + "toy_car.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "toy_dice.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, "toy_figure.n.01": { - "breakable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46806,9 +57356,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46823,9 +57376,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, @@ -46841,9 +57397,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46859,9 +57418,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46872,13 +57434,17 @@ "wrinkleable": {} }, "trampoline.n.01": { + "assembleable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46893,9 +57459,32 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "mixable": {}, + "moldyable": {}, + "nonSubstance": {}, + "rigidBody": {}, + "rustable": {}, + "scratchable": {}, + "stainable": {}, + "stickyable": {}, + "tarnishable": {}, + "wetable": {}, + "wrinkleable": {} + }, + "transferred_property.n.01": { + "disinfectable": {}, + "dustyable": {}, + "freezable": {}, + "grassyable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46910,9 +57499,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46925,11 +57517,15 @@ "tray.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46944,11 +57540,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46962,9 +57562,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -46977,15 +57580,23 @@ "tree.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -46998,9 +57609,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47017,9 +57631,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47034,9 +57651,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47051,9 +57671,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47067,19 +57690,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47089,9 +57714,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47107,9 +57735,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47124,9 +57755,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47139,12 +57773,14 @@ "trunk.n.01": { "disinfectable": {}, "dustyable": {}, - "fireSource": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47161,10 +57797,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "particleSource": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47179,30 +57817,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "tube.n.04": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, - "rigidBody": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -47216,10 +57836,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47234,10 +57856,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47252,9 +57876,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47271,9 +57898,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47285,15 +57915,19 @@ }, "tuna.n.02": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47307,13 +57941,21 @@ "tupperware.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47328,9 +57970,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47342,15 +57987,19 @@ }, "turkey.n.04": { "cookable": { - "cook_temperature": 82.0 + "cook_temperature": 82.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47365,12 +58014,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47383,11 +58040,15 @@ }, "turmeric.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -47396,9 +58057,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47409,16 +58073,17 @@ "wrinkleable": {} }, "turnip.n.02": { - "cookable": { - "cook_temperature": 58.0 - }, + "cookable": {}, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47434,9 +58099,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47451,9 +58119,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47468,10 +58139,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47486,9 +58159,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47502,19 +58178,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47522,20 +58201,28 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47543,37 +58230,45 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "unit.n.05": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "upper_surface.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -47586,9 +58281,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47603,9 +58301,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleSink": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47620,9 +58322,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47637,12 +58342,17 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, + "slicer": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, @@ -47654,10 +58364,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rigidBody": {}, "rustable": {}, @@ -47675,9 +58387,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47692,9 +58407,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47709,10 +58427,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47727,9 +58447,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47745,9 +58468,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47760,10 +58486,16 @@ }, "vanilla.n.02": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vanilla__bottle.n.01": { @@ -47773,10 +58505,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47788,13 +58522,17 @@ }, "varnish.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, "vascular_plant.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "vase.n.01": { "breakable": {}, @@ -47803,9 +58541,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47818,8 +58559,12 @@ "vaseline.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "meltable": {}, + "physicalSubstance": {}, "substance": {} }, "veal.n.01": { @@ -47828,9 +58573,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47843,21 +58591,28 @@ }, "vegetable.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "vegetable_matter.n.01": { - "fireSource": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "vegetable_oil.n.01": { "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vegetable_oil__bottle.n.01": { @@ -47867,10 +58622,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47885,11 +58642,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -47902,9 +58664,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47918,19 +58683,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47938,20 +58705,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -47960,9 +58729,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47975,15 +58747,19 @@ }, "venison.n.01": { "cookable": { - "cook_temperature": 63.0 + "cook_temperature": 63.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -47999,10 +58775,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48017,9 +58795,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48030,35 +58811,17 @@ "wetable": {}, "wrinkleable": {} }, - "vessel.n.01": { - "breakable": {}, - "disinfectable": {}, - "dustyable": {}, - "fillable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "needsOrientation": {}, - "particleApplier": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, "vessel.n.02": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48073,9 +58836,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48089,34 +58855,40 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "vidalia_onion.n.01": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48132,9 +58904,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48146,25 +58921,36 @@ }, "vine.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "vinegar.n.01": { "boilable": {}, - "cookable": {}, + "cookable": { + "cook_temperature": 37.0, + "burn_temperature": 200.0 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vinegar__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48182,10 +58968,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48198,8 +58986,11 @@ "vinegar_cleaning_solution.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vinyl_polymer.n.01": { @@ -48207,9 +58998,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48224,9 +59018,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48241,9 +59038,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48257,12 +59057,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48278,9 +59086,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48292,7 +59103,9 @@ }, "visual_property.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -48301,9 +59114,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -48314,8 +59130,11 @@ }, "vitamin_pill.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "vitamin_pill__bottle.n.01": { @@ -48325,10 +59144,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48341,13 +59162,14 @@ "vivarium.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48359,10 +59181,18 @@ }, "vodka.n.01": { "boilable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "vodka__bottle.n.01": { @@ -48372,10 +59202,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48390,9 +59222,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48406,32 +59241,39 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "wading_pool.n.01": { "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48444,12 +59286,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48462,15 +59312,19 @@ }, "waffle.n.01": { "cookable": { - "cook_temperature": 191.0 + "cook_temperature": 191.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48481,15 +59335,30 @@ "wetable": {}, "wrinkleable": {} }, + "waffle_batter.n.01": { + "boilable": {}, + "cookable": {}, + "freezable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "liquid": {}, + "physicalSubstance": {}, + "substance": {} + }, "waffle_iron.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48505,9 +59374,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48522,9 +59394,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48537,12 +59412,20 @@ "walking_shoe.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48557,11 +59440,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48574,11 +59461,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48592,9 +59483,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48609,9 +59503,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48626,9 +59523,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48643,9 +59543,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48656,14 +59559,20 @@ "wrinkleable": {} }, "walnut.n.01": { - "cookable": {}, + "cookable": { + "cook_temperature": 58.0, + "burn_temperature": 200.0 + }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48679,12 +59588,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48697,9 +59610,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48715,13 +59631,16 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, - "particleSource": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -48732,16 +59651,21 @@ }, "waste.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "watch.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48754,29 +59678,39 @@ "water.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "water.n.06": { "boilable": {}, "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "water__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48787,17 +59721,18 @@ "wetable": {}, "wrinkleable": {} }, - "water_bottle.n.01": { - "breakable": {}, + "water__dispenser.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48807,38 +59742,46 @@ "wetable": {}, "wrinkleable": {} }, - "water_cooler.n.01": { + "water_bottle.n.01": { + "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "toggleable": {}, "wetable": {}, "wrinkleable": {} }, - "water_dispenser.n.01": { + "water_cooler.n.01": { "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, + "toggleable": {}, "wetable": {}, "wrinkleable": {} }, @@ -48847,9 +59790,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48865,9 +59811,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48885,9 +59834,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48900,13 +59852,15 @@ "watering_can.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleSource": {}, "rigidBody": {}, "rustable": {}, @@ -48919,15 +59873,19 @@ }, "watermelon.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48940,17 +59898,27 @@ }, "wax.n.01": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "wax_paper.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -48962,7 +59930,10 @@ }, "wax_remnant.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, + "meltable": {}, "substance": {}, "visualSubstance": {} }, @@ -48971,9 +59942,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, @@ -48987,9 +59961,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49004,9 +59981,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49019,12 +59999,20 @@ "weaponry.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49036,7 +60024,9 @@ }, "weather.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -49045,9 +60035,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49063,9 +60056,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49080,9 +60076,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49097,9 +60096,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49111,11 +60113,15 @@ }, "wheat.n.02": { "cookable": { - "cook_temperature": 100.0 + "cook_temperature": 100.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "sliceable": {}, "substance": {} }, @@ -49124,9 +60130,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49141,9 +60150,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49158,9 +60170,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49174,20 +60189,25 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whipped_cream__atomizer.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, "needsOrientation": {}, + "nonSubstance": {}, "particleApplier": {}, "rigidBody": {}, "rustable": {}, @@ -49204,9 +60224,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49222,9 +60246,13 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49238,8 +60266,11 @@ "whiskey.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whiskey__bottle.n.01": { @@ -49249,10 +60280,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49268,9 +60301,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49285,9 +60321,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49303,9 +60342,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49322,9 +60364,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49339,9 +60384,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49355,38 +60403,53 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "white_rice.n.01": { "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "white_rice__sack.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "fillable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49400,8 +60463,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "white_sauce__bottle.n.01": { @@ -49411,10 +60477,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49430,9 +60498,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49446,8 +60517,11 @@ "white_wine.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "whitewall_tire.n.01": { @@ -49455,9 +60529,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49469,7 +60546,9 @@ }, "whole.n.02": { "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "whole_garlic.n.01": { "cookable": {}, @@ -49477,9 +60556,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49494,21 +60576,32 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wick.n.02": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "fireSource": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -49521,12 +60614,20 @@ "wicker_basket.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49542,9 +60643,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49560,9 +60664,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49577,9 +60684,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49594,12 +60704,16 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "openable": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -49611,21 +60725,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49634,9 +60749,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49649,8 +60767,11 @@ "wine.n.01": { "boilable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wine_bottle.n.01": { @@ -49660,10 +60781,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49677,8 +60800,11 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "wine_sauce__bottle.n.01": { @@ -49688,10 +60814,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49708,9 +60836,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49724,12 +60855,20 @@ "cookable": {}, "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49746,9 +60885,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49762,12 +60904,16 @@ "wire.n.01": { "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rope": {}, "rustable": {}, "scratchable": {}, @@ -49782,9 +60928,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49799,9 +60948,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49818,10 +60970,12 @@ "fillable": {}, "freezable": {}, "grassyable": {}, - "heatSource": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49835,44 +60989,64 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "wood.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {} + "heatable": { + "heat_temperature": 40.0 + } }, "wood_chip.n.01": { - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "macroPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, "wooden_spoon.n.02": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49885,12 +61059,15 @@ "woodenware.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, + "mixingTool": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49905,9 +61082,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49922,9 +61102,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -49938,20 +61121,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49959,20 +61144,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -49980,27 +61167,33 @@ "boilable": {}, "cookable": {}, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "work-clothing.n.01": { "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -50009,9 +61202,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50026,9 +61222,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50043,9 +61242,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50060,11 +61262,15 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, + "sceneObject": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, @@ -50076,33 +61282,48 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "flammable": {}, - "foldable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "wrapped_hamburger.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50116,19 +61337,21 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -50136,20 +61359,22 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rustable": {}, "scratchable": {}, "sliceable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, @@ -50158,9 +61383,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50175,9 +61403,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50189,7 +61420,9 @@ }, "wrinkle.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "substance": {}, "visualSubstance": {} }, @@ -50198,9 +61431,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50213,12 +61449,20 @@ "writing_board.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50233,9 +61477,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50248,12 +61495,20 @@ "writing_paper.n.01": { "disinfectable": {}, "dustyable": {}, - "flammable": {}, + "flammable": { + "ignition_temperature": 250.0, + "fire_temperature": 1000.0, + "heating_rate": 0.04, + "distance_threshold": 0.2 + }, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50268,9 +61523,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50282,15 +61540,19 @@ }, "yam.n.03": { "cookable": { - "cook_temperature": 96.0 + "cook_temperature": 96.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50306,9 +61568,12 @@ "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50320,21 +61585,26 @@ }, "yeast.n.01": { "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "microPhysicalSubstance": {}, + "physicalSubstance": {}, "substance": {} }, - "yeast__bottle.n.01": { + "yeast__jar.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50344,17 +61614,19 @@ "wetable": {}, "wrinkleable": {} }, - "yeast__jar.n.01": { - "breakable": {}, + "yeast__shaker.n.01": { "disinfectable": {}, "dustyable": {}, - "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, - "openable": {}, + "needsOrientation": {}, + "nonSubstance": {}, + "particleApplier": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50368,59 +61640,52 @@ "cloth": {}, "deformable": {}, "disinfectable": {}, + "drapeable": {}, "dustyable": {}, - "foldable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, + "particleRemover": {}, "rustable": {}, "scratchable": {}, "stainable": {}, "stickyable": {}, "tarnishable": {}, - "unfoldable": {}, "wetable": {}, "wrinkleable": {} }, "yogurt.n.01": { "boilable": {}, "cookable": { - "cook_temperature": 37.0 + "cook_temperature": 37.0, + "burn_temperature": 200.0 }, "freezable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "liquid": {}, + "physicalSubstance": {}, "substance": {} }, "yogurt__carton.n.01": { "breakable": {}, "disinfectable": {}, "dustyable": {}, + "fillable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, - "mixable": {}, - "moldyable": {}, - "openable": {}, - "rigidBody": {}, - "rustable": {}, - "scratchable": {}, - "stainable": {}, - "stickyable": {}, - "tarnishable": {}, - "wetable": {}, - "wrinkleable": {} - }, - "yogurt__cup.n.01": { - "disinfectable": {}, - "dustyable": {}, - "freezable": {}, - "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, @@ -50432,15 +61697,19 @@ }, "zucchini.n.02": { "cookable": { - "cook_temperature": 58.0 + "cook_temperature": 58.0, + "burn_temperature": 200.0 }, "disinfectable": {}, "dustyable": {}, "freezable": {}, "grassyable": {}, - "heatable": {}, + "heatable": { + "heat_temperature": 40.0 + }, "mixable": {}, "moldyable": {}, + "nonSubstance": {}, "rigidBody": {}, "rustable": {}, "scratchable": {}, diff --git a/bddl/generated_data/properties_to_synsets.json b/bddl/generated_data/properties_to_synsets.json index eca6ae4c..ea8ef376 100644 --- a/bddl/generated_data/properties_to_synsets.json +++ b/bddl/generated_data/properties_to_synsets.json @@ -4,10 +4,11 @@ "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -17,6 +18,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -27,16 +29,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -102,9 +103,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -113,17 +117,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -144,6 +143,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -164,6 +164,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -172,14 +174,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -208,7 +207,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -244,7 +243,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -256,7 +254,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -304,6 +301,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -381,6 +379,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -403,7 +402,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -427,12 +425,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -457,9 +449,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -482,7 +472,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -504,8 +493,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -514,7 +505,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -577,7 +567,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -592,7 +581,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -609,7 +597,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -623,7 +611,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -646,6 +633,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -707,7 +695,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -728,6 +716,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -740,15 +729,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -781,6 +767,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -816,7 +803,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -857,7 +844,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -874,7 +860,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -897,7 +883,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -909,7 +894,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -1012,6 +996,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -1056,7 +1041,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -1068,7 +1054,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -1104,18 +1089,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -1123,17 +1107,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -1151,7 +1140,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -1160,7 +1148,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -1218,8 +1208,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -1232,6 +1222,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -1250,8 +1241,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -1272,7 +1263,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -1291,7 +1281,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -1323,7 +1312,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -1331,7 +1319,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -1377,6 +1364,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -1467,7 +1455,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -1495,12 +1482,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -1527,13 +1515,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -1554,16 +1542,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -1575,7 +1563,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -1595,8 +1582,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -1635,7 +1623,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -1665,6 +1652,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -1673,7 +1661,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -1716,7 +1703,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -1758,6 +1744,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -1780,6 +1767,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -1816,12 +1804,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -1842,6 +1830,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -1865,7 +1854,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -1873,6 +1861,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -1895,6 +1884,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -1908,6 +1898,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -1934,7 +1925,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -1990,7 +1981,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -2011,8 +2002,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -2039,6 +2032,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -2066,7 +2060,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -2080,6 +2073,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -2111,7 +2105,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -2215,7 +2211,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -2243,6 +2238,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -2259,6 +2255,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -2266,6 +2264,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -2282,7 +2281,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -2324,7 +2322,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -2362,9 +2359,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -2439,11 +2436,10 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "dustyable": [ @@ -2451,10 +2447,11 @@ "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -2464,6 +2461,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -2474,16 +2472,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -2549,9 +2546,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -2560,17 +2560,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -2591,6 +2586,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -2611,6 +2607,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -2619,14 +2617,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -2655,7 +2650,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -2691,7 +2686,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -2703,7 +2697,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -2751,6 +2744,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -2828,6 +2822,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -2850,7 +2845,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -2874,12 +2868,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -2904,9 +2892,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -2929,7 +2915,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -2951,8 +2936,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -2961,7 +2948,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -3024,7 +3010,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -3039,7 +3024,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -3056,7 +3040,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -3070,7 +3054,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -3093,6 +3076,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -3154,7 +3138,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -3175,6 +3159,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -3187,15 +3172,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -3228,6 +3210,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -3263,7 +3246,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -3304,7 +3287,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -3321,7 +3303,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -3344,7 +3326,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -3356,7 +3337,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -3459,6 +3439,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -3503,7 +3484,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -3515,7 +3497,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -3551,18 +3532,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -3570,17 +3550,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -3598,7 +3583,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -3607,7 +3591,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -3665,8 +3651,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -3679,6 +3665,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -3697,8 +3684,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -3719,7 +3706,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -3738,7 +3724,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -3770,7 +3755,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -3778,7 +3762,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -3824,6 +3807,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -3914,7 +3898,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -3942,12 +3925,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -3974,13 +3958,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -4001,16 +3985,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -4022,7 +4006,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -4042,8 +4025,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -4082,7 +4066,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -4112,6 +4095,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -4120,7 +4104,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -4163,7 +4146,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -4205,6 +4187,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -4227,6 +4210,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -4263,12 +4247,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -4289,6 +4273,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -4312,7 +4297,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -4320,6 +4304,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -4342,6 +4327,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -4355,6 +4341,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -4381,7 +4368,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -4437,7 +4424,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -4458,8 +4445,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -4486,6 +4475,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -4513,7 +4503,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -4527,6 +4516,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -4558,7 +4548,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -4662,7 +4654,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -4690,6 +4681,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -4706,6 +4698,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -4713,6 +4707,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -4729,7 +4724,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -4771,7 +4765,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -4809,9 +4802,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -4886,11 +4879,10 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "freezable": [ @@ -4900,11 +4892,12 @@ "accessory.n.01", "accessory.n.02", "acetone.n.01", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acid.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -4916,6 +4909,7 @@ "agamete.n.01", "agaric.n.02", "agave.n.01", + "agent.n.01", "agent.n.03", "aioli.n.01", "air_conditioner.n.01", @@ -4935,18 +4929,17 @@ "allspice__shaker.n.01", "almond.n.02", "almond_oil.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "analgesic.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antifreeze.n.01", @@ -5026,9 +5019,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -5037,12 +5033,6 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baked_goods.n.01", @@ -5051,6 +5041,7 @@ "ball.n.01", "ball.n.03", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -5073,6 +5064,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -5094,6 +5086,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean.n.01", "bean.n.03", "bean_curd.n.01", @@ -5107,16 +5101,13 @@ "beef.n.02", "beef_broth.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beef_stew.n.01", "beefsteak_tomato.n.01", "beer.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -5154,7 +5145,7 @@ "blade.n.09", "blanket.n.01", "bleaching_agent.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -5196,7 +5187,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -5208,7 +5198,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -5256,6 +5245,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -5335,6 +5325,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -5357,7 +5348,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -5381,12 +5371,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -5420,13 +5404,12 @@ "broom.n.01", "broth.n.01", "broth.n.02", - "brown_bread.n.02", "brown_rice.n.01", "brown_rice__sack.n.01", "brown_sugar.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", + "brownie_batter.n.01", "brush.n.02", "brussels_sprouts.n.01", "bryophyte.n.01", @@ -5453,7 +5436,6 @@ "bust.n.03", "butane.n.01", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk.n.01", @@ -5481,8 +5463,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -5492,7 +5476,6 @@ "candle.n.01", "candlestick.n.01", "candy.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "cane_sugar.n.02", @@ -5572,7 +5555,6 @@ "ceramic_ware.n.01", "cereal.n.01", "cereal.n.03", - "cereal_box.n.01", "chaff.n.01", "chain.n.03", "chain.n.05", @@ -5592,7 +5574,6 @@ "checkout.n.03", "cheddar.n.02", "cheese.n.01", - "cheese_pastry.n.01", "cheese_pastry_filling.n.01", "cheese_sauce.n.01", "cheese_tart.n.01", @@ -5619,7 +5600,7 @@ "chicken_curry.n.01", "chicken_leg.n.01", "chicken_soup.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -5637,7 +5618,6 @@ "chocolate.n.02", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_candy.n.01", "chocolate_chip_cookie.n.01", @@ -5669,6 +5649,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleansing_agent.n.01", "cleaver.n.01", "climber.n.01", @@ -5701,7 +5682,6 @@ "coca_cola.n.01", "cocktail.n.01", "cocoa.n.01", - "cocoa.n.02", "cocoa__box.n.01", "cocoa_powder.n.01", "cocoa_powder__box.n.01", @@ -5763,7 +5743,7 @@ "condiment.n.01", "condition.n.01", "conditioner.n.03", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -5831,7 +5811,6 @@ "cooked__popcorn.n.01", "cooked__pumpkin_seed.n.01", "cooked__quinoa.n.01", - "cooked__ramen.n.01", "cooked__red_meat_sauce.n.01", "cooked__red_wine.n.01", "cooked__saffron.n.01", @@ -5847,6 +5826,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", @@ -5863,9 +5843,7 @@ "corn.n.03", "corn_chip.n.01", "corn_flake.n.01", - "corn_flake__box.n.01", "corn_syrup.n.01", - "cornbread.n.01", "cornbread_batter.n.01", "cornet.n.01", "cornmeal.n.01", @@ -5877,7 +5855,6 @@ "costume.n.01", "cottage_cheese.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -5924,6 +5901,7 @@ "cumin.n.02", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -5970,7 +5948,7 @@ "denture.n.01", "deodorant.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "depression.n.08", "desert_plant.n.01", "desiccant.n.01", @@ -5992,7 +5970,6 @@ "diaper.n.01", "diced__apple.n.01", "diced__avocado.n.01", - "diced__beef_roast.n.01", "diced__beefsteak_tomato.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", @@ -6014,10 +5991,12 @@ "diced__lemon.n.01", "diced__lettuce.n.01", "diced__mango.n.01", + "diced__orange.n.01", "diced__pineapple.n.01", "diced__potato.n.01", "diced__spinach.n.01", "diced__steak.n.01", + "diced__strawberry.n.01", "diced__vidalia_onion.n.01", "diced__virginia_ham.n.01", "diced__watermelon.n.01", @@ -6055,7 +6034,6 @@ "document.n.02", "dog_collar.n.01", "dog_food.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -6074,10 +6052,11 @@ "dressing.n.01", "dressing.n.04", "dried_apricot.n.01", + "dried_cranberry.n.01", "dried_fruit.n.01", "drill.n.01", "drink.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_coffee.n.01", @@ -6105,7 +6084,6 @@ "durables.n.01", "durian.n.02", "dust.n.01", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "dye.n.01", @@ -6123,7 +6101,6 @@ "edible_seed.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_white.n.01", "egg_yolk.n.01", "eggnog.n.01", @@ -6263,6 +6240,7 @@ "foundation.n.03", "fountain.n.01", "fragment.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -6321,7 +6299,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin.n.01", "gin__bottle.n.01", "ginger.n.02", @@ -6340,7 +6319,6 @@ "globe.n.03", "globule.n.01", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -6397,7 +6375,6 @@ "guacamole.n.01", "guitar.n.01", "gum.n.03", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", @@ -6407,11 +6384,11 @@ "gymnastic_apparatus.n.01", "hair.n.04", "hair_spray.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -6419,17 +6396,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -6449,7 +6431,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -6458,7 +6439,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -6531,8 +6514,8 @@ "hydrogen_peroxide.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -6549,6 +6532,7 @@ "indefinite_quantity.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -6574,8 +6558,8 @@ "jade.n.01", "jade_roller.n.01", "jam.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -6600,7 +6584,6 @@ "jelly_bean.n.01", "jelly_bean__jar.n.01", "jerk_seasoning.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -6621,7 +6604,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "ketone.n.01", "kettle.n.01", "key.n.01", @@ -6658,7 +6640,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -6667,7 +6648,6 @@ "leaf_blower.n.01", "leaven.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -6732,6 +6712,7 @@ "liquid.n.01", "liquid.n.03", "liquid_body_substance.n.01", + "liquid_carton.n.01", "liquid_soap.n.01", "liquid_soap__bottle.n.01", "liquor.n.01", @@ -6867,7 +6848,6 @@ "mirror.n.01", "miso.n.01", "mix.n.01", - "mix__box.n.01", "mixed_drink.n.01", "mixer.n.04", "mixing_bowl.n.01", @@ -6902,11 +6882,13 @@ "mozzarella.n.01", "mud.n.03", "muffin.n.01", + "muffin_batter.n.01", "mug.n.04", "mulch.n.01", "mulch__bag.n.01", "mushroom.n.05", "mushroom_sauce.n.01", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", @@ -6915,7 +6897,7 @@ "mustard__bottle.n.01", "mustard_seasoning.n.01", "mustard_seed.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "nail_polish.n.01", "name_tag.n.01", @@ -6949,7 +6931,6 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nut.n.01", "nut_butter.n.01", @@ -6965,6 +6946,7 @@ "obstruction.n.01", "octopus.n.01", "oil.n.01", + "oil__bottle.n.01", "ointment.n.01", "old_fashioned.n.01", "olive.n.04", @@ -6999,16 +6981,16 @@ "oxidant.n.01", "oxide.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -7021,7 +7003,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -7045,8 +7026,9 @@ "parer.n.02", "parlor_game.n.01", "parmesan.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.01", "part.n.02", @@ -7104,7 +7086,6 @@ "perch.n.01", "percussion_instrument.n.01", "perfume.n.02", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -7143,6 +7124,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill.n.01", "pill.n.02", "pill_bottle.n.01", @@ -7155,7 +7137,6 @@ "pineapple_juice.n.01", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -7258,6 +7239,7 @@ "prawn.n.01", "precious_metal.n.01", "precipitation.n.03", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -7285,6 +7267,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_pie_spice.n.01", "pumpkin_seed.n.01", @@ -7330,6 +7313,7 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", @@ -7337,7 +7321,6 @@ "recycling_bin.n.01", "red_meat_sauce.n.01", "red_wine.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans.n.01", "refried_beans__can.n.01", @@ -7398,7 +7381,6 @@ "rubber_glove.n.01", "rubbing_alcohol.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "rubbish.n.01", "ruby.n.01", "rug.n.01", @@ -7409,6 +7391,7 @@ "rust.n.01", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap.n.01", "saddle_soap__bottle.n.01", @@ -7446,6 +7429,7 @@ "saucer.n.02", "sauna_heater.n.01", "sausage.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sawdust.n.01", "sax.n.02", @@ -7460,6 +7444,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scotch.n.02", "scrambled_eggs.n.01", @@ -7499,7 +7484,7 @@ "sesame_oil.n.01", "sesame_oil__bottle.n.01", "sesame_seed.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -7559,7 +7544,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -7580,8 +7565,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -7615,6 +7602,7 @@ "sodium_chloride.n.01", "sofa.n.01", "soft_drink.n.01", + "soft_roll.n.01", "softball.n.01", "softener.n.01", "soil.n.02", @@ -7661,7 +7649,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "spore.n.01", "sports_equipment.n.01", @@ -7679,6 +7666,7 @@ "squash.n.01", "squash.n.02", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -7715,7 +7703,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -7843,7 +7833,6 @@ "thing.n.04", "thing.n.12", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme.n.02", "thyme__shaker.n.01", @@ -7876,6 +7865,7 @@ "toiletry.n.01", "token.n.01", "tomato.n.01", + "tomato.n.02", "tomato_juice.n.01", "tomato_juice__bottle.n.01", "tomato_paste.n.01", @@ -7899,6 +7889,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -7906,6 +7898,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -7922,7 +7915,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -7973,7 +7965,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -8001,6 +7992,7 @@ "wading_pool.n.01", "wafer.n.02", "waffle.n.01", + "waffle_batter.n.01", "waffle_iron.n.01", "wagon.n.04", "walker.n.04", @@ -8020,9 +8012,9 @@ "water.n.01", "water.n.06", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -8115,12 +8107,11 @@ "yam.n.03", "yard.n.02", "yeast.n.01", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "grassyable": [ @@ -8128,10 +8119,11 @@ "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -8141,6 +8133,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -8151,16 +8144,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -8226,9 +8218,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -8237,17 +8232,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -8268,6 +8258,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -8288,6 +8279,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -8296,14 +8289,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -8332,7 +8322,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -8368,7 +8358,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -8380,7 +8369,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -8428,6 +8416,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -8505,6 +8494,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -8527,7 +8517,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -8551,12 +8540,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -8581,9 +8564,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -8606,7 +8587,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -8628,8 +8608,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -8638,7 +8620,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -8701,7 +8682,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -8716,7 +8696,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -8733,7 +8712,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -8747,7 +8726,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -8770,6 +8748,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -8831,7 +8810,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -8852,6 +8831,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -8864,15 +8844,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -8905,6 +8882,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -8940,7 +8918,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -8981,7 +8959,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -8998,7 +8975,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -9021,7 +8998,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -9033,7 +9009,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -9136,6 +9111,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -9180,7 +9156,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -9192,7 +9169,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -9228,18 +9204,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -9247,17 +9222,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -9275,7 +9255,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -9284,7 +9263,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -9342,8 +9323,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -9356,6 +9337,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -9374,8 +9356,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -9396,7 +9378,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -9415,7 +9396,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -9447,7 +9427,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -9455,7 +9434,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -9501,6 +9479,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -9591,7 +9570,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -9619,12 +9597,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -9651,13 +9630,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -9678,16 +9657,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -9699,7 +9678,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -9719,8 +9697,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -9759,7 +9738,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -9789,6 +9767,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -9797,7 +9776,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -9840,7 +9818,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -9882,6 +9859,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -9904,6 +9882,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -9940,12 +9919,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -9966,6 +9945,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -9989,7 +9969,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -9997,6 +9976,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -10019,6 +9999,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -10032,6 +10013,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -10058,7 +10040,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -10114,7 +10096,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -10135,8 +10117,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -10163,6 +10147,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -10190,7 +10175,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -10204,6 +10188,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -10235,7 +10220,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -10339,7 +10326,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -10367,6 +10353,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -10383,6 +10370,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -10390,6 +10379,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -10406,7 +10396,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -10448,7 +10437,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -10486,9 +10474,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -10563,11 +10551,10 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "heatable": [ @@ -10577,11 +10564,12 @@ "accessory.n.01", "accessory.n.02", "acetone.n.01", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acid.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -10593,6 +10581,7 @@ "agamete.n.01", "agaric.n.02", "agave.n.01", + "agent.n.01", "agent.n.03", "aioli.n.01", "air_conditioner.n.01", @@ -10612,18 +10601,17 @@ "allspice__shaker.n.01", "almond.n.02", "almond_oil.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "analgesic.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antifreeze.n.01", @@ -10703,9 +10691,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -10714,12 +10705,6 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baked_goods.n.01", @@ -10728,6 +10713,7 @@ "ball.n.01", "ball.n.03", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -10750,6 +10736,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -10771,6 +10758,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean.n.01", "bean.n.03", "bean_curd.n.01", @@ -10784,16 +10773,13 @@ "beef.n.02", "beef_broth.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beef_stew.n.01", "beefsteak_tomato.n.01", "beer.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -10831,7 +10817,7 @@ "blade.n.09", "blanket.n.01", "bleaching_agent.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -10873,7 +10859,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -10885,7 +10870,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -10933,6 +10917,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -11012,6 +10997,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -11034,7 +11020,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -11058,12 +11043,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -11097,13 +11076,12 @@ "broom.n.01", "broth.n.01", "broth.n.02", - "brown_bread.n.02", "brown_rice.n.01", "brown_rice__sack.n.01", "brown_sugar.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", + "brownie_batter.n.01", "brush.n.02", "brussels_sprouts.n.01", "bryophyte.n.01", @@ -11130,7 +11108,6 @@ "bust.n.03", "butane.n.01", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk.n.01", @@ -11158,8 +11135,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -11169,7 +11148,6 @@ "candle.n.01", "candlestick.n.01", "candy.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "cane_sugar.n.02", @@ -11249,7 +11227,6 @@ "ceramic_ware.n.01", "cereal.n.01", "cereal.n.03", - "cereal_box.n.01", "chaff.n.01", "chain.n.03", "chain.n.05", @@ -11269,7 +11246,6 @@ "checkout.n.03", "cheddar.n.02", "cheese.n.01", - "cheese_pastry.n.01", "cheese_pastry_filling.n.01", "cheese_sauce.n.01", "cheese_tart.n.01", @@ -11296,7 +11272,7 @@ "chicken_curry.n.01", "chicken_leg.n.01", "chicken_soup.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -11314,7 +11290,6 @@ "chocolate.n.02", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_candy.n.01", "chocolate_chip_cookie.n.01", @@ -11346,6 +11321,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleansing_agent.n.01", "cleaver.n.01", "climber.n.01", @@ -11378,7 +11354,6 @@ "coca_cola.n.01", "cocktail.n.01", "cocoa.n.01", - "cocoa.n.02", "cocoa__box.n.01", "cocoa_powder.n.01", "cocoa_powder__box.n.01", @@ -11440,7 +11415,7 @@ "condiment.n.01", "condition.n.01", "conditioner.n.03", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -11508,7 +11483,6 @@ "cooked__popcorn.n.01", "cooked__pumpkin_seed.n.01", "cooked__quinoa.n.01", - "cooked__ramen.n.01", "cooked__red_meat_sauce.n.01", "cooked__red_wine.n.01", "cooked__saffron.n.01", @@ -11524,6 +11498,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", @@ -11540,9 +11515,7 @@ "corn.n.03", "corn_chip.n.01", "corn_flake.n.01", - "corn_flake__box.n.01", "corn_syrup.n.01", - "cornbread.n.01", "cornbread_batter.n.01", "cornet.n.01", "cornmeal.n.01", @@ -11554,7 +11527,6 @@ "costume.n.01", "cottage_cheese.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -11601,6 +11573,7 @@ "cumin.n.02", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -11647,7 +11620,7 @@ "denture.n.01", "deodorant.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "depression.n.08", "desert_plant.n.01", "desiccant.n.01", @@ -11669,7 +11642,6 @@ "diaper.n.01", "diced__apple.n.01", "diced__avocado.n.01", - "diced__beef_roast.n.01", "diced__beefsteak_tomato.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", @@ -11691,10 +11663,12 @@ "diced__lemon.n.01", "diced__lettuce.n.01", "diced__mango.n.01", + "diced__orange.n.01", "diced__pineapple.n.01", "diced__potato.n.01", "diced__spinach.n.01", "diced__steak.n.01", + "diced__strawberry.n.01", "diced__vidalia_onion.n.01", "diced__virginia_ham.n.01", "diced__watermelon.n.01", @@ -11732,7 +11706,6 @@ "document.n.02", "dog_collar.n.01", "dog_food.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -11751,10 +11724,11 @@ "dressing.n.01", "dressing.n.04", "dried_apricot.n.01", + "dried_cranberry.n.01", "dried_fruit.n.01", "drill.n.01", "drink.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_coffee.n.01", @@ -11782,7 +11756,6 @@ "durables.n.01", "durian.n.02", "dust.n.01", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "dye.n.01", @@ -11800,7 +11773,6 @@ "edible_seed.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_white.n.01", "egg_yolk.n.01", "eggnog.n.01", @@ -11940,6 +11912,7 @@ "foundation.n.03", "fountain.n.01", "fragment.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -11998,7 +11971,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin.n.01", "gin__bottle.n.01", "ginger.n.02", @@ -12017,7 +11991,6 @@ "globe.n.03", "globule.n.01", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -12074,7 +12047,6 @@ "guacamole.n.01", "guitar.n.01", "gum.n.03", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", @@ -12084,11 +12056,11 @@ "gymnastic_apparatus.n.01", "hair.n.04", "hair_spray.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -12096,17 +12068,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -12126,7 +12103,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -12135,7 +12111,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -12208,8 +12186,8 @@ "hydrogen_peroxide.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -12226,6 +12204,7 @@ "indefinite_quantity.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -12251,8 +12230,8 @@ "jade.n.01", "jade_roller.n.01", "jam.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -12277,7 +12256,6 @@ "jelly_bean.n.01", "jelly_bean__jar.n.01", "jerk_seasoning.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -12298,7 +12276,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "ketone.n.01", "kettle.n.01", "key.n.01", @@ -12335,7 +12312,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -12344,7 +12320,6 @@ "leaf_blower.n.01", "leaven.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -12409,6 +12384,7 @@ "liquid.n.01", "liquid.n.03", "liquid_body_substance.n.01", + "liquid_carton.n.01", "liquid_soap.n.01", "liquid_soap__bottle.n.01", "liquor.n.01", @@ -12544,7 +12520,6 @@ "mirror.n.01", "miso.n.01", "mix.n.01", - "mix__box.n.01", "mixed_drink.n.01", "mixer.n.04", "mixing_bowl.n.01", @@ -12579,11 +12554,13 @@ "mozzarella.n.01", "mud.n.03", "muffin.n.01", + "muffin_batter.n.01", "mug.n.04", "mulch.n.01", "mulch__bag.n.01", "mushroom.n.05", "mushroom_sauce.n.01", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", @@ -12592,7 +12569,7 @@ "mustard__bottle.n.01", "mustard_seasoning.n.01", "mustard_seed.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "nail_polish.n.01", "name_tag.n.01", @@ -12626,7 +12603,6 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nut.n.01", "nut_butter.n.01", @@ -12642,6 +12618,7 @@ "obstruction.n.01", "octopus.n.01", "oil.n.01", + "oil__bottle.n.01", "ointment.n.01", "old_fashioned.n.01", "olive.n.04", @@ -12676,16 +12653,16 @@ "oxidant.n.01", "oxide.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -12698,7 +12675,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -12722,8 +12698,9 @@ "parer.n.02", "parlor_game.n.01", "parmesan.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.01", "part.n.02", @@ -12781,7 +12758,6 @@ "perch.n.01", "percussion_instrument.n.01", "perfume.n.02", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -12820,6 +12796,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill.n.01", "pill.n.02", "pill_bottle.n.01", @@ -12832,7 +12809,6 @@ "pineapple_juice.n.01", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -12935,6 +12911,7 @@ "prawn.n.01", "precious_metal.n.01", "precipitation.n.03", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -12962,6 +12939,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_pie_spice.n.01", "pumpkin_seed.n.01", @@ -13007,6 +12985,7 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", @@ -13014,7 +12993,6 @@ "recycling_bin.n.01", "red_meat_sauce.n.01", "red_wine.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans.n.01", "refried_beans__can.n.01", @@ -13075,7 +13053,6 @@ "rubber_glove.n.01", "rubbing_alcohol.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "rubbish.n.01", "ruby.n.01", "rug.n.01", @@ -13086,6 +13063,7 @@ "rust.n.01", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap.n.01", "saddle_soap__bottle.n.01", @@ -13123,6 +13101,7 @@ "saucer.n.02", "sauna_heater.n.01", "sausage.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sawdust.n.01", "sax.n.02", @@ -13137,6 +13116,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scotch.n.02", "scrambled_eggs.n.01", @@ -13176,7 +13156,7 @@ "sesame_oil.n.01", "sesame_oil__bottle.n.01", "sesame_seed.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -13236,7 +13216,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -13257,8 +13237,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -13292,6 +13274,7 @@ "sodium_chloride.n.01", "sofa.n.01", "soft_drink.n.01", + "soft_roll.n.01", "softball.n.01", "softener.n.01", "soil.n.02", @@ -13338,7 +13321,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "spore.n.01", "sports_equipment.n.01", @@ -13356,6 +13338,7 @@ "squash.n.01", "squash.n.02", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -13392,7 +13375,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -13520,7 +13505,6 @@ "thing.n.04", "thing.n.12", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme.n.02", "thyme__shaker.n.01", @@ -13553,6 +13537,7 @@ "toiletry.n.01", "token.n.01", "tomato.n.01", + "tomato.n.02", "tomato_juice.n.01", "tomato_juice__bottle.n.01", "tomato_paste.n.01", @@ -13576,6 +13561,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -13583,6 +13570,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -13599,7 +13587,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -13650,7 +13637,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -13678,6 +13664,7 @@ "wading_pool.n.01", "wafer.n.02", "waffle.n.01", + "waffle_batter.n.01", "waffle_iron.n.01", "wagon.n.04", "walker.n.04", @@ -13697,9 +13684,9 @@ "water.n.01", "water.n.06", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -13792,12 +13779,11 @@ "yam.n.03", "yard.n.02", "yeast.n.01", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "mixable": [ @@ -13805,10 +13791,11 @@ "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -13818,6 +13805,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -13828,16 +13816,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -13903,9 +13890,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -13914,17 +13904,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -13945,6 +13930,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -13965,6 +13951,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -13973,14 +13961,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -14009,7 +13994,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -14045,7 +14030,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -14057,7 +14041,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -14105,6 +14088,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -14182,6 +14166,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -14204,7 +14189,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -14228,12 +14212,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -14258,9 +14236,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -14283,7 +14259,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -14305,8 +14280,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -14315,7 +14292,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -14378,7 +14354,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -14393,7 +14368,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -14410,7 +14384,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -14424,7 +14398,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -14447,6 +14420,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -14508,7 +14482,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -14529,6 +14503,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -14541,15 +14516,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -14582,6 +14554,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -14617,7 +14590,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -14658,7 +14631,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -14675,7 +14647,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -14698,7 +14670,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -14710,7 +14681,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -14813,6 +14783,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -14857,7 +14828,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -14869,7 +14841,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -14905,18 +14876,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -14924,17 +14894,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -14952,7 +14927,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -14961,7 +14935,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -15019,8 +14995,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -15033,6 +15009,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -15051,8 +15028,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -15073,7 +15050,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -15092,7 +15068,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -15124,7 +15099,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -15132,7 +15106,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -15178,6 +15151,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -15268,7 +15242,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -15296,12 +15269,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -15328,13 +15302,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -15355,16 +15329,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -15376,7 +15350,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -15396,8 +15369,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -15436,7 +15410,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -15466,6 +15439,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -15474,7 +15448,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -15517,7 +15490,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -15559,6 +15531,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -15581,6 +15554,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -15617,12 +15591,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -15643,6 +15617,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -15666,7 +15641,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -15674,6 +15648,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -15696,6 +15671,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -15709,6 +15685,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -15735,7 +15712,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -15791,7 +15768,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -15812,8 +15789,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -15840,6 +15819,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -15867,7 +15847,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -15881,6 +15860,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -15912,7 +15892,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -16016,7 +15998,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -16044,6 +16025,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -16060,6 +16042,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -16067,6 +16051,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -16083,7 +16068,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -16125,7 +16109,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -16163,9 +16146,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -16240,11 +16223,10 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "moldyable": [ @@ -16252,10 +16234,11 @@ "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -16265,6 +16248,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -16275,16 +16259,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -16350,9 +16333,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -16361,17 +16347,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -16392,6 +16373,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -16412,6 +16394,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -16420,14 +16404,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -16456,7 +16437,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -16492,7 +16473,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -16504,7 +16484,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -16552,6 +16531,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -16629,6 +16609,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -16651,7 +16632,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -16675,12 +16655,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -16705,9 +16679,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -16730,7 +16702,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -16752,8 +16723,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -16762,7 +16735,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -16825,7 +16797,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -16840,7 +16811,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -16857,7 +16827,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -16871,7 +16841,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -16894,6 +16863,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -16955,7 +16925,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -16976,6 +16946,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -16988,15 +16959,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -17029,6 +16997,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -17064,7 +17033,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -17105,7 +17074,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -17122,7 +17090,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -17145,7 +17113,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -17157,7 +17124,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -17260,6 +17226,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -17304,7 +17271,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -17316,7 +17284,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -17352,18 +17319,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -17371,17 +17337,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -17399,7 +17370,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -17408,7 +17378,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -17466,8 +17438,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -17480,6 +17452,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -17498,8 +17471,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -17520,7 +17493,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -17539,7 +17511,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -17571,7 +17542,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -17579,7 +17549,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -17625,6 +17594,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -17715,7 +17685,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -17743,12 +17712,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -17775,13 +17745,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -17802,16 +17772,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -17823,7 +17793,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -17843,8 +17812,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -17883,7 +17853,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -17913,6 +17882,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -17921,7 +17891,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -17964,7 +17933,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -18006,6 +17974,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -18028,6 +17997,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -18064,12 +18034,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -18090,6 +18060,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -18113,7 +18084,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -18121,6 +18091,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -18143,6 +18114,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -18156,6 +18128,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -18182,7 +18155,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -18238,7 +18211,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -18259,8 +18232,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -18287,6 +18262,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -18314,7 +18290,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -18328,6 +18303,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -18359,7 +18335,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -18463,7 +18441,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -18491,6 +18468,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -18507,6 +18485,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -18514,6 +18494,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -18530,7 +18511,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -18572,7 +18552,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -18610,9 +18589,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -18687,142 +18666,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "particleRemover": [ - "abrasive.n.01", - "absorbent_material.n.01", - "apparel.n.01", - "apron.n.01", - "attire.n.01", - "backpack.n.01", - "bag.n.04", - "bandage.n.01", - "bandanna.n.01", - "baseball_cap.n.01", - "baseball_glove.n.01", - "bath_linen.n.01", - "bath_mat.n.01", - "bath_towel.n.01", - "batting_glove.n.01", - "bed_linen.n.01", - "blanket.n.01", - "blouse.n.01", - "boxing_equipment.n.01", - "boxing_glove.n.01", - "brassiere.n.01", - "cap.n.01", - "cardigan.n.01", - "case.n.19", - "cloak.n.02", - "costume.n.01", - "cotton.n.02", - "curtain.n.01", - "cushion.n.03", - "diaper.n.01", - "dinner_napkin.n.01", - "dishtowel.n.01", - "drawstring_bag.n.01", - "dress.n.01", - "dressing.n.04", - "duffel_bag.n.01", - "dustcloth.n.01", - "emery_paper.n.01", - "flag.n.04", - "floor_cover.n.01", - "fur_coat.n.01", - "goalkeeper_gloves.n.01", - "hammock.n.03", - "hand_towel.n.01", - "handkerchief.n.01", - "hat.n.01", - "headdress.n.01", - "iron.n.04", - "jacket.n.01", - "jean.n.01", - "jersey.n.03", - "knit.n.01", - "lace.n.01", - "laundry.n.01", - "legging.n.01", - "leotard.n.01", - "liner.n.03", - "lingerie.n.01", - "lining.n.01", - "mat.n.01", - "mattress.n.01", - "mattress_cover.n.01", - "napkin.n.01", - "necktie.n.01", - "neckwear.n.01", - "pajama.n.01", - "paper_towel.n.01", - "pennant.n.02", - "pet_bed.n.01", - "piece.n.01", - "piece_of_cloth.n.01", - "pillow.n.01", - "pipe_cleaner.n.01", - "place_mat.n.01", - "polo_shirt.n.01", - "protective_garment.n.01", - "pullover.n.01", - "punching_bag.n.02", - "quilt.n.01", - "rag.n.01", - "ribbon.n.01", - "rug.n.01", - "sanitary_napkin.n.01", - "scarf.n.01", - "scrub_brush.n.01", - "shawl.n.01", - "sheet.n.02", - "sheet.n.03", - "shoulder_bag.n.01", - "silk.n.01", - "skirt.n.01", - "sock.n.01", - "sofa.n.01", - "sorbent.n.01", - "sponge.n.01", - "steel_wool.n.01", - "swab.n.02", - "sweat_suit.n.01", - "sweatshirt.n.01", - "table_linen.n.01", - "tablecloth.n.01", - "tank_top.n.01", - "tea_bag.n.01", - "teddy.n.01", - "tights.n.01", - "tissue.n.02", - "toilet_tissue.n.01", - "top.n.10", - "towel.n.01", - "underwear.n.01", - "vacuum.n.04", - "velvet.n.01", - "vest.n.01", - "window_blind.n.01", - "woman's_clothing.n.01", - "wool.n.01", - "wool_coat.n.01", - "workwear.n.01" - ], - "rustable": [ + "nonSubstance": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -18832,6 +18691,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -18842,16 +18702,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -18917,9 +18776,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -18928,17 +18790,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -18959,6 +18816,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -18979,6 +18837,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -18987,14 +18847,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -19023,7 +18880,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -19059,7 +18916,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -19071,7 +18927,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -19119,6 +18974,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -19196,6 +19052,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -19218,7 +19075,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -19242,12 +19098,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -19272,9 +19122,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -19297,7 +19145,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -19319,8 +19166,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -19329,7 +19178,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -19392,7 +19240,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -19407,7 +19254,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -19424,7 +19270,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -19438,7 +19284,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -19461,6 +19306,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -19522,7 +19368,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -19543,6 +19389,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -19555,15 +19402,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -19596,6 +19440,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -19631,7 +19476,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -19672,7 +19517,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -19689,7 +19533,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -19712,7 +19556,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -19724,7 +19567,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -19827,6 +19669,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -19871,7 +19714,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -19883,7 +19727,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -19919,18 +19762,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -19938,17 +19780,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -19966,7 +19813,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -19975,7 +19821,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -20033,8 +19881,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -20047,6 +19895,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -20065,8 +19914,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -20087,7 +19936,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -20106,7 +19954,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -20138,7 +19985,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -20146,7 +19992,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -20192,6 +20037,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -20282,7 +20128,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -20310,12 +20155,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -20342,13 +20188,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -20369,16 +20215,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -20390,7 +20236,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -20410,8 +20255,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -20450,7 +20296,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -20480,6 +20325,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -20488,7 +20334,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -20531,7 +20376,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -20573,6 +20417,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -20595,6 +20440,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -20631,12 +20477,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -20657,6 +20503,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -20680,7 +20527,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -20688,6 +20534,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -20710,6 +20557,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -20723,6 +20571,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -20749,7 +20598,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -20805,7 +20654,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -20826,8 +20675,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -20854,6 +20705,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -20881,7 +20733,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -20895,6 +20746,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -20926,7 +20778,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -21030,7 +20884,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -21058,6 +20911,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -21074,6 +20928,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -21081,6 +20937,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -21097,7 +20954,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -21139,7 +20995,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -21177,9 +21032,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -21254,22 +21109,184 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "scratchable": [ + "particleRemover": [ + "abrasive.n.01", + "absorbent_material.n.01", + "apparel.n.01", + "apron.n.01", + "attire.n.01", + "backpack.n.01", + "bag.n.04", + "bandage.n.01", + "bandanna.n.01", + "baseball_cap.n.01", + "baseball_glove.n.01", + "basic_cognitive_process.n.01", + "bath_linen.n.01", + "bath_mat.n.01", + "bath_towel.n.01", + "batting_glove.n.01", + "bed_linen.n.01", + "bedclothes.n.01", + "blanket.n.01", + "blouse.n.01", + "boxing_equipment.n.01", + "boxing_glove.n.01", + "brassiere.n.01", + "cap.n.01", + "cardigan.n.01", + "carpet_sweeper.n.01", + "case.n.19", + "cheesecloth.n.01", + "cloak.n.02", + "cloth_covering.n.01", + "collar.n.01", + "costume.n.01", + "cotton.n.01", + "cotton.n.04", + "crewneck_sweater.n.01", + "curtain.n.01", + "cushion.n.03", + "diaper.n.01", + "dinner_napkin.n.01", + "dishtowel.n.01", + "doily.n.01", + "drawers.n.01", + "drawstring_bag.n.01", + "dress.n.01", + "dress_shirt.n.01", + "dressing.n.04", + "drygoods.n.01", + "duffel_bag.n.01", + "emblem.n.02", + "emery_paper.n.01", + "felt.n.01", + "flag.n.04", + "floor_cover.n.01", + "footwear.n.01", + "fur_coat.n.01", + "gauze.n.02", + "goalkeeper_gloves.n.01", + "gown.n.05", + "hand_towel.n.01", + "handkerchief.n.01", + "hat.n.01", + "headdress.n.01", + "hosiery.n.01", + "iron.n.04", + "jacket.n.01", + "jean.n.01", + "jersey.n.03", + "kid_glove.n.01", + "knit.n.01", + "lace.n.01", + "legging.n.01", + "leotard.n.01", + "linen.n.03", + "liner.n.03", + "lingerie.n.01", + "lining.n.01", + "lint_roller.n.01", + "long_trousers.n.01", + "loofa.n.01", + "maillot.n.01", + "mat.n.01", + "mattress.n.01", + "mattress_cover.n.01", + "mattress_pad.n.01", + "napkin.n.01", + "national_flag.n.01", + "necktie.n.01", + "neckwear.n.01", + "nightwear.n.01", + "outerwear.n.01", + "overall.n.01", + "pajama.n.02", + "paper_coffee_filter.n.01", + "paper_towel.n.01", + "pennant.n.02", + "pet_bed.n.01", + "piece.n.01", + "piece_of_cloth.n.01", + "pillow.n.01", + "pipe_cleaner.n.01", + "place_mat.n.01", + "polo_shirt.n.01", + "process.n.02", + "protective_garment.n.01", + "pullover.n.01", + "punching_bag.n.02", + "quilt.n.01", + "rag.n.01", + "representational_process.n.01", + "ribbon.n.01", + "rug.n.01", + "sanitary_napkin.n.01", + "scarf.n.01", + "scrub.n.01", + "scrub_brush.n.01", + "shawl.n.01", + "sheet.n.02", + "sheet.n.03", + "shirt.n.01", + "shoulder_bag.n.01", + "skirt.n.01", + "slacks.n.01", + "sock.n.01", + "sofa.n.01", + "sorbent.n.01", + "sponge.n.01", + "steel_wool.n.01", + "stocking.n.01", + "suit.n.01", + "swab.n.02", + "sweat_suit.n.01", + "sweater.n.01", + "sweatshirt.n.01", + "symbol.n.02", + "table_linen.n.01", + "tablecloth.n.01", + "tank_top.n.01", + "tea_bag.n.01", + "teddy.n.01", + "tie.n.09", + "tights.n.01", + "tissue.n.02", + "toilet_tissue.n.01", + "top.n.10", + "towel.n.01", + "undergarment.n.01", + "underpants.n.01", + "underwear.n.01", + "vacuum.n.04", + "vegetation.n.01", + "velvet.n.01", + "vest.n.01", + "white_goods.n.02", + "window_blind.n.01", + "woman's_clothing.n.01", + "wool.n.01", + "wool_coat.n.01", + "work-clothing.n.01", + "workwear.n.01", + "yoga_mat.n.01" + ], + "rustable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -21279,6 +21296,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -21289,16 +21307,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -21364,9 +21381,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -21375,17 +21395,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -21406,6 +21421,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -21426,6 +21442,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -21434,14 +21452,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -21470,7 +21485,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -21506,7 +21521,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -21518,7 +21532,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -21566,6 +21579,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -21643,6 +21657,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -21665,7 +21680,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -21689,12 +21703,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -21719,9 +21727,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -21744,7 +21750,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -21766,8 +21771,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -21776,7 +21783,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -21839,7 +21845,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -21854,7 +21859,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -21871,7 +21875,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -21885,7 +21889,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -21908,6 +21911,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -21969,7 +21973,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -21990,6 +21994,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -22002,15 +22007,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -22043,6 +22045,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -22078,7 +22081,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -22119,7 +22122,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -22136,7 +22138,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -22159,7 +22161,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -22171,7 +22172,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -22274,6 +22274,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -22318,7 +22319,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -22330,7 +22332,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -22366,18 +22367,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -22385,17 +22385,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -22413,7 +22418,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -22422,7 +22426,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -22480,8 +22486,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -22494,6 +22500,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -22512,8 +22519,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -22534,7 +22541,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -22553,7 +22559,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -22585,7 +22590,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -22593,7 +22597,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -22639,6 +22642,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -22729,7 +22733,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -22757,12 +22760,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -22789,13 +22793,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -22816,16 +22820,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -22837,7 +22841,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -22857,8 +22860,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -22897,7 +22901,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -22927,6 +22930,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -22935,7 +22939,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -22978,7 +22981,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -23020,6 +23022,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -23042,6 +23045,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -23078,12 +23082,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -23104,6 +23108,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -23127,7 +23132,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -23135,6 +23139,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -23157,6 +23162,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -23170,6 +23176,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -23196,7 +23203,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -23252,7 +23259,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -23273,8 +23280,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -23301,6 +23310,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -23328,7 +23338,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -23342,6 +23351,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -23373,7 +23383,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -23477,7 +23489,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -23505,6 +23516,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -23521,6 +23533,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -23528,6 +23542,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -23544,7 +23559,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -23586,7 +23600,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -23624,9 +23637,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -23701,22 +23714,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "stainable": [ + "scratchable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -23726,6 +23739,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -23736,16 +23750,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -23811,9 +23824,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -23822,17 +23838,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -23853,6 +23864,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -23873,6 +23885,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -23881,14 +23895,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -23917,7 +23928,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -23953,7 +23964,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -23965,7 +23975,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -24013,6 +24022,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -24090,6 +24100,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -24112,7 +24123,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -24136,12 +24146,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -24166,9 +24170,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -24191,7 +24193,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -24213,8 +24214,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -24223,7 +24226,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -24286,7 +24288,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -24301,7 +24302,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -24318,7 +24318,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -24332,7 +24332,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -24355,6 +24354,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -24416,7 +24416,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -24437,6 +24437,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -24449,15 +24450,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -24490,6 +24488,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -24525,7 +24524,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -24566,7 +24565,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -24583,7 +24581,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -24606,7 +24604,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -24618,7 +24615,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -24721,6 +24717,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -24765,7 +24762,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -24777,7 +24775,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -24813,18 +24810,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -24832,17 +24828,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -24860,7 +24861,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -24869,7 +24869,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -24927,8 +24929,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -24941,6 +24943,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -24959,8 +24962,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -24981,7 +24984,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -25000,7 +25002,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -25032,7 +25033,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -25040,7 +25040,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -25086,6 +25085,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -25176,7 +25176,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -25204,12 +25203,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -25236,13 +25236,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -25263,16 +25263,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -25284,7 +25284,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -25304,8 +25303,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -25344,7 +25344,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -25374,6 +25373,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -25382,7 +25382,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -25425,7 +25424,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -25467,6 +25465,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -25489,6 +25488,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -25525,12 +25525,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -25551,6 +25551,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -25574,7 +25575,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -25582,6 +25582,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -25604,6 +25605,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -25617,6 +25619,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -25643,7 +25646,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -25699,7 +25702,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -25720,8 +25723,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -25748,6 +25753,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -25775,7 +25781,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -25789,6 +25794,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -25820,7 +25826,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -25924,7 +25932,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -25952,6 +25959,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -25968,6 +25976,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -25975,6 +25985,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -25991,7 +26002,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -26033,7 +26043,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -26071,9 +26080,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -26148,22 +26157,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "stickyable": [ + "stainable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -26173,6 +26182,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -26183,16 +26193,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -26258,9 +26267,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -26269,17 +26281,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -26300,6 +26307,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -26320,6 +26328,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -26328,14 +26338,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -26364,7 +26371,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -26400,7 +26407,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -26412,7 +26418,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -26460,6 +26465,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -26537,6 +26543,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -26559,7 +26566,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -26583,12 +26589,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -26613,9 +26613,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -26638,7 +26636,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -26660,8 +26657,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -26670,7 +26669,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -26733,7 +26731,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -26748,7 +26745,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -26765,7 +26761,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -26779,7 +26775,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -26802,6 +26797,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -26863,7 +26859,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -26884,6 +26880,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -26896,15 +26893,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -26937,6 +26931,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -26972,7 +26967,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -27013,7 +27008,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -27030,7 +27024,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -27053,7 +27047,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -27065,7 +27058,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -27168,6 +27160,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -27212,7 +27205,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -27224,7 +27218,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -27260,18 +27253,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -27279,17 +27271,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -27307,7 +27304,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -27316,7 +27312,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -27374,8 +27372,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -27388,6 +27386,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -27406,8 +27405,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -27428,7 +27427,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -27447,7 +27445,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -27479,7 +27476,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -27487,7 +27483,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -27533,6 +27528,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -27623,7 +27619,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -27651,12 +27646,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -27683,13 +27679,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -27710,16 +27706,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -27731,7 +27727,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -27751,8 +27746,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -27791,7 +27787,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -27821,6 +27816,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -27829,7 +27825,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -27872,7 +27867,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -27914,6 +27908,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -27936,6 +27931,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -27972,12 +27968,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -27998,6 +27994,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -28021,7 +28018,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -28029,6 +28025,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -28051,6 +28048,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -28064,6 +28062,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -28090,7 +28089,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -28146,7 +28145,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -28167,8 +28166,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -28195,6 +28196,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -28222,7 +28224,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -28236,6 +28237,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -28267,7 +28269,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -28371,7 +28375,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -28399,6 +28402,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -28415,6 +28419,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -28422,6 +28428,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -28438,7 +28445,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -28480,7 +28486,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -28518,9 +28523,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -28595,22 +28600,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "tarnishable": [ + "stickyable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -28620,6 +28625,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -28630,16 +28636,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -28705,9 +28710,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -28716,17 +28724,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -28747,6 +28750,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -28767,6 +28771,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -28775,14 +28781,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -28811,7 +28814,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -28847,7 +28850,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -28859,7 +28861,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -28907,6 +28908,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -28984,6 +28986,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -29006,7 +29009,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -29030,12 +29032,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -29060,9 +29056,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -29085,7 +29079,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -29107,8 +29100,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -29117,7 +29112,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -29180,7 +29174,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -29195,7 +29188,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -29212,7 +29204,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -29226,7 +29218,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -29249,6 +29240,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -29310,7 +29302,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -29331,6 +29323,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -29343,15 +29336,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -29384,6 +29374,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -29419,7 +29410,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -29460,7 +29451,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -29477,7 +29467,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -29500,7 +29490,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -29512,7 +29501,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -29615,6 +29603,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -29659,7 +29648,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -29671,7 +29661,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -29707,18 +29696,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -29726,17 +29714,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -29754,7 +29747,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -29763,7 +29755,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -29821,8 +29815,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -29835,6 +29829,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -29853,8 +29848,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -29875,7 +29870,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -29894,7 +29888,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -29926,7 +29919,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -29934,7 +29926,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -29980,6 +29971,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -30070,7 +30062,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -30098,12 +30089,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -30130,13 +30122,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -30157,16 +30149,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -30178,7 +30170,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -30198,8 +30189,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -30238,7 +30230,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -30268,6 +30259,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -30276,7 +30268,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -30319,7 +30310,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -30361,6 +30351,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -30383,6 +30374,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -30419,12 +30411,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -30445,6 +30437,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -30468,7 +30461,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -30476,6 +30468,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -30498,6 +30491,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -30511,6 +30505,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -30537,7 +30532,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -30593,7 +30588,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -30614,8 +30609,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -30642,6 +30639,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -30669,7 +30667,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -30683,6 +30680,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -30714,7 +30712,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -30818,7 +30818,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -30846,6 +30845,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -30862,6 +30862,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -30869,6 +30871,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -30885,7 +30888,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -30927,7 +30929,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -30965,9 +30966,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -31042,22 +31043,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "wetable": [ + "tarnishable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -31067,6 +31068,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -31077,16 +31079,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -31152,9 +31153,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -31163,17 +31167,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -31194,6 +31193,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -31214,6 +31214,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -31222,14 +31224,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -31258,7 +31257,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -31294,7 +31293,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -31306,7 +31304,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -31354,6 +31351,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -31431,6 +31429,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -31453,7 +31452,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -31477,12 +31475,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -31507,9 +31499,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -31532,7 +31522,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -31554,8 +31543,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -31564,7 +31555,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -31627,7 +31617,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -31642,7 +31631,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -31659,7 +31647,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -31673,7 +31661,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -31696,6 +31683,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -31757,7 +31745,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -31778,6 +31766,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -31790,15 +31779,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -31831,6 +31817,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -31866,7 +31853,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -31907,7 +31894,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -31924,7 +31910,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -31947,7 +31933,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -31959,7 +31944,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -32062,6 +32046,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -32106,7 +32091,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -32118,7 +32104,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -32154,18 +32139,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -32173,17 +32157,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -32201,7 +32190,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -32210,7 +32198,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -32268,8 +32258,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -32282,6 +32272,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -32300,8 +32291,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -32322,7 +32313,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -32341,7 +32331,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -32373,7 +32362,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -32381,7 +32369,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -32427,6 +32414,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -32517,7 +32505,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -32545,12 +32532,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -32577,13 +32565,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -32604,16 +32592,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -32625,7 +32613,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -32645,8 +32632,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -32685,7 +32673,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -32715,6 +32702,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -32723,7 +32711,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -32766,7 +32753,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -32808,6 +32794,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -32830,6 +32817,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -32866,12 +32854,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -32892,6 +32880,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -32915,7 +32904,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -32923,6 +32911,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -32945,6 +32934,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -32958,6 +32948,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -32984,7 +32975,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -33040,7 +33031,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -33061,8 +33052,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -33089,6 +33082,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -33116,7 +33110,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -33130,6 +33123,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -33161,7 +33155,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -33265,7 +33261,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -33293,6 +33288,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -33309,6 +33305,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -33316,6 +33314,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -33332,7 +33331,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -33374,7 +33372,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -33412,9 +33409,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -33489,22 +33486,22 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "wrinkleable": [ + "wetable": [ "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -33514,6 +33511,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -33524,16 +33522,15 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "aluminum_foil.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -33599,9 +33596,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -33610,17 +33610,12 @@ "bagel.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", @@ -33641,6 +33636,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseball_equipment.n.01", "baseball_glove.n.01", @@ -33661,6 +33657,8 @@ "battery.n.02", "batting_glove.n.01", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", "bearing.n.06", "beating-reed_instrument.n.01", @@ -33669,14 +33667,11 @@ "bedclothes.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -33705,7 +33700,7 @@ "blackboard_eraser.n.01", "blade.n.09", "blanket.n.01", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "bleu.n.01", "blind.n.03", @@ -33741,7 +33736,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -33753,7 +33747,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -33801,6 +33794,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -33878,6 +33872,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -33900,7 +33895,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -33924,12 +33918,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "brace.n.09", @@ -33954,9 +33942,7 @@ "broken__glass.n.01", "broken__light_bulb.n.01", "broom.n.01", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brownie.n.03", "brush.n.02", @@ -33979,7 +33965,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -34001,8 +33986,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -34011,7 +33998,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -34074,7 +34060,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -34089,7 +34074,6 @@ "charger.n.02", "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", @@ -34106,7 +34090,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chicken_wire.n.01", @@ -34120,7 +34104,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -34143,6 +34126,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -34204,7 +34188,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "conductor.n.04", "conduit.n.01", @@ -34225,6 +34209,7 @@ "cookie_cutter.n.01", "cookie_dough.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -34237,15 +34222,12 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", - "cornbread.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", "counter.n.01", "countertop.n.01", @@ -34278,6 +34260,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -34313,7 +34296,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "design.n.04", @@ -34354,7 +34337,6 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "doily.n.01", "doll.n.01", @@ -34371,7 +34353,7 @@ "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -34394,7 +34376,6 @@ "duplicator.n.01", "durables.n.01", "durian.n.02", - "dustcloth.n.01", "dustpan.n.02", "dutch_oven.n.02", "eames_chair.n.01", @@ -34406,7 +34387,6 @@ "edible_cookie_dough.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "egg_yolk.n.01", "eggplant.n.01", "elastic_device.n.01", @@ -34509,6 +34489,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -34553,7 +34534,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -34565,7 +34547,6 @@ "glaze__bottle.n.01", "globe.n.03", "glove.n.02", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -34601,18 +34582,17 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gunnysack.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -34620,17 +34600,22 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -34648,7 +34633,6 @@ "hand_glass.n.02", "hand_tool.n.01", "hand_towel.n.01", - "handbook.n.01", "handcart.n.01", "handkerchief.n.01", "handle.n.01", @@ -34657,7 +34641,9 @@ "handwear.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -34715,8 +34701,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -34729,6 +34715,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -34747,8 +34734,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -34769,7 +34756,6 @@ "jean.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jersey.n.03", "jewel.n.01", "jewelry.n.01", @@ -34788,7 +34774,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -34820,7 +34805,6 @@ "lantern.n.01", "laptop.n.01", "lasagna.n.01", - "laundry.n.01", "lavender.n.01", "lawn.n.01", "lawn_chair.n.01", @@ -34828,7 +34812,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "legging.n.01", @@ -34874,6 +34857,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -34964,7 +34948,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -34992,12 +34975,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin.n.01", @@ -35024,13 +35008,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -35051,16 +35035,16 @@ "overall.n.01", "overgarment.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -35072,7 +35056,6 @@ "paint_roller.n.01", "paintbrush.n.01", "painting.n.01", - "pajama.n.01", "pajama.n.02", "pallet.n.02", "pan.n.01", @@ -35092,8 +35075,9 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "part.n.02", "partition.n.01", @@ -35132,7 +35116,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -35162,6 +35145,7 @@ "piece.n.08", "piece_of_cloth.n.01", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pillow.n.01", @@ -35170,7 +35154,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -35213,7 +35196,6 @@ "polo_shirt.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -35255,6 +35237,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -35277,6 +35260,7 @@ "pulley.n.01", "pullover.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -35313,12 +35297,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -35339,6 +35323,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -35362,7 +35347,6 @@ "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rug.n.01", "rule.n.12", @@ -35370,6 +35354,7 @@ "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "sacking.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", @@ -35392,6 +35377,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -35405,6 +35391,7 @@ "scissors.n.01", "scone.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -35431,7 +35418,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -35487,7 +35474,7 @@ "signal.n.01", "signaling_device.n.01", "signboard.n.01", - "silk.n.01", + "signpost.n.01", "silver.n.02", "simple_closed_curve.n.01", "single-reed_instrument.n.01", @@ -35508,8 +35495,10 @@ "slacks.n.01", "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -35536,6 +35525,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -35563,7 +35553,6 @@ "spinach.n.02", "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", "spoon.n.01", "sports_equipment.n.01", "sports_implement.n.01", @@ -35577,6 +35566,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -35608,7 +35598,9 @@ "stocking.n.01", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -35712,7 +35704,6 @@ "thermos.n.01", "thermostat.n.01", "thread.n.01", - "throw.n.04", "thumbtack.n.01", "thyme__shaker.n.01", "ticket.n.01", @@ -35740,6 +35731,7 @@ "toilet_soap__bottle.n.01", "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -35756,6 +35748,8 @@ "towel.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -35763,6 +35757,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -35779,7 +35774,6 @@ "trunk.n.01", "tub.n.02", "tube.n.01", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -35821,7 +35815,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vest.n.01", @@ -35859,9 +35852,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -35936,267 +35929,2456 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yoga_mat.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], - "deformable": [ + "wrinkleable": [ + "abrasive.n.01", "absorbent_material.n.01", "accessory.n.01", + "accessory.n.02", + "acetone__atomizer.n.01", + "acknowledgment.n.03", + "acorn.n.01", + "acoustic_device.n.01", + "acquisition.n.02", + "act.n.02", + "activity.n.01", + "adapter.n.02", + "address.n.05", + "adhesive_tape.n.01", + "adornment.n.01", + "aerosol.n.02", + "agaric.n.02", + "agave.n.01", + "agent.n.01", + "air_conditioner.n.01", + "air_filter.n.01", + "air_freshener__atomizer.n.01", + "aircraft.n.01", + "alarm.n.02", + "alarm_clock.n.01", + "alcove.n.01", + "allen_wrench.n.01", + "alliaceous_plant.n.01", + "allspice__shaker.n.01", + "alphabet_abacus.n.01", + "aluminum.n.01", "aluminum_foil.n.01", + "ammonia_water__atomizer.n.01", + "ammunition.n.01", + "anchor.n.01", + "angiosperm.n.01", + "animal.n.01", + "animal_material.n.01", + "animal_tissue.n.01", + "antenna.n.01", + "antipasto.n.01", + "antique.n.02", + "antiquity.n.03", + "antler.n.01", + "aperture.n.03", + "apparatus.n.01", "apparel.n.01", + "appendage.n.03", + "appetizer.n.01", + "apple.n.01", + "apple_juice__bottle.n.01", + "apple_pie.n.01", + "appliance.n.02", + "applicator.n.01", + "apricot.n.02", "apron.n.01", + "arbor.n.03", + "area.n.05", + "arepa.n.01", + "armchair.n.01", + "armor_plate.n.01", + "arrangement.n.02", + "arrangement.n.03", + "array.n.01", + "art.n.01", + "artichoke.n.02", + "article.n.02", + "artwork.n.01", + "arugula.n.02", + "ashcan.n.01", + "ashtray.n.01", + "asparagus.n.02", + "assets.n.01", + "athletic_facility.n.01", + "atomizer.n.01", + "attachment.n.04", "attire.n.01", + "audio_system.n.01", + "auricularia.n.01", + "autoclave.n.01", + "avocado.n.01", + "award.n.02", + "ax.n.01", + "axle.n.01", + "baby_bed.n.01", + "baby_buggy.n.01", + "baby_shoe.n.01", + "backdrop.n.01", + "backpack.n.01", + "bacon.n.01", + "bag.n.01", "bag.n.04", + "bag.n.06", + "bag__of__auricularia.n.01", + "bag__of__breadcrumbs.n.01", + "bag__of__brown_rice.n.01", + "bag__of__chips.n.01", + "bag__of__cocoa.n.01", + "bag__of__cookies.n.01", + "bag__of__cream_cheese.n.01", + "bag__of__fertilizer.n.01", + "bag__of__flour.n.01", + "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", + "bag__of__oranges.n.01", + "bag__of__popcorn.n.01", + "bag__of__rice.n.01", + "bag__of__rubbish.n.01", + "bag__of__shiitake.n.01", + "bag__of__snacks.n.01", + "bag__of__starch.n.01", + "bag__of__tea.n.01", + "bag__of__yeast.n.01", + "bagel.n.01", "bagel_dough.n.01", + "baggage.n.01", + "baguet.n.01", + "bait.n.01", + "baking_powder__jar.n.01", + "ball.n.01", + "balloon.n.01", + "balsamic_vinegar__bottle.n.01", + "bamboo.n.01", + "banana.n.02", + "banana_bread.n.01", + "band.n.07", "bandage.n.01", "bandanna.n.01", "banner.n.01", "bap.n.01", + "bar.n.02", + "bar.n.03", + "bar.n.13", + "bar_soap.n.01", + "barbecue_sauce__bottle.n.01", + "bark.n.01", + "barrel.n.02", + "barrel.n.03", + "barrier.n.01", + "barrow.n.03", + "base.n.08", + "baseball.n.02", + "baseball_bat.n.01", + "baseball_cap.n.01", + "baseball_equipment.n.01", "baseball_glove.n.01", + "baseboard.n.01", "basic_cognitive_process.n.01", + "basidiomycete.n.01", + "basil.n.03", + "basil__jar.n.01", + "basin.n.01", + "basket.n.01", + "basket.n.03", + "basketball_equipment.n.01", + "bat.n.05", "bath_linen.n.01", "bath_mat.n.01", "bath_towel.n.01", + "bathtub.n.01", + "battery.n.02", "batting_glove.n.01", + "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bean_curd.n.01", + "bearing.n.06", + "beating-reed_instrument.n.01", + "bed.n.01", "bed_linen.n.01", "bedclothes.n.01", + "bedroom_furniture.n.01", + "beef_broth__carton.n.01", + "beefsteak_tomato.n.01", + "beer_barrel.n.01", + "beer_bottle.n.01", + "beer_glass.n.01", + "beer_tap.n.01", + "beeswax_candle.n.01", + "beet.n.02", + "bell.n.01", + "bell_pepper.n.02", "belt.n.01", "belt.n.02", + "bench.n.01", + "bench_press.n.01", + "bicycle.n.01", + "bicycle_chain.n.01", + "bicycle_rack.n.01", + "bidet.n.01", "bikini.n.02", + "bill.n.07", + "bin.n.01", + "binder.n.01", + "binder.n.03", + "biological_group.n.01", + "bird_feed__bag.n.01", + "bird_feeder.n.01", + "birdcage.n.01", "biscuit.n.01", "biscuit_dough.n.01", + "blackberry.n.01", + "blackboard.n.01", + "blackboard_eraser.n.01", + "blade.n.09", "blanket.n.01", + "bleaching_agent__atomizer.n.01", + "blender.n.01", "bleu.n.01", + "blind.n.03", + "block.n.01", + "blockage.n.02", "blouse.n.01", + "blower.n.01", + "blueberry_compote.n.01", + "board.n.02", + "board.n.03", + "board.n.09", + "board_game.n.01", + "boat.n.01", + "bobby_pin.n.01", + "body_covering.n.01", + "bodybuilding.n.01", + "boiled_egg.n.01", + "bok_choy.n.02", + "bone.n.01", + "book.n.01", + "book.n.02", + "bookcase.n.01", + "bookend.n.01", + "boot.n.01", + "booth.n.01", + "booth.n.02", + "bottle.n.01", + "bottle.n.03", + "bottle__of__acetone.n.01", + "bottle__of__acid.n.01", + "bottle__of__alcohol.n.01", + "bottle__of__alfredo_sauce.n.01", + "bottle__of__allspice.n.01", + "bottle__of__almond_oil.n.01", + "bottle__of__ammonia.n.01", + "bottle__of__antihistamines.n.01", + "bottle__of__apple_cider.n.01", + "bottle__of__apple_juice.n.01", + "bottle__of__applesauce.n.01", + "bottle__of__aspirin.n.01", + "bottle__of__baby_oil.n.01", + "bottle__of__balsamic_vinegar.n.01", + "bottle__of__barbecue_sauce.n.01", + "bottle__of__beer.n.01", + "bottle__of__black_pepper.n.01", + "bottle__of__bleach_agent.n.01", + "bottle__of__bug_repellent.n.01", + "bottle__of__buttermilk.n.01", + "bottle__of__carrot_juice.n.01", + "bottle__of__catsup.n.01", + "bottle__of__caulk.n.01", + "bottle__of__champagne.n.01", + "bottle__of__chili_pepper.n.01", + "bottle__of__chocolate_sauce.n.01", + "bottle__of__cleaner.n.01", + "bottle__of__cocoa.n.01", + "bottle__of__coconut_milk.n.01", + "bottle__of__coconut_oil.n.01", + "bottle__of__coconut_water.n.01", + "bottle__of__coffee.n.01", + "bottle__of__coke.n.01", + "bottle__of__cold_cream.n.01", + "bottle__of__cologne.n.01", + "bottle__of__conditioner.n.01", + "bottle__of__cooking_oil.n.01", + "bottle__of__cranberry_juice.n.01", + "bottle__of__degreaser.n.01", + "bottle__of__deicer.n.01", + "bottle__of__detergent.n.01", + "bottle__of__dish_soap.n.01", + "bottle__of__disinfectant.n.01", + "bottle__of__essential_oil.n.01", + "bottle__of__fabric_softener.n.01", + "bottle__of__face_cream.n.01", + "bottle__of__fennel.n.01", + "bottle__of__food_coloring.n.01", + "bottle__of__frosting.n.01", + "bottle__of__fruit_punch.n.01", + "bottle__of__garlic_sauce.n.01", + "bottle__of__gin.n.01", + "bottle__of__ginger.n.01", + "bottle__of__ginger_beer.n.01", + "bottle__of__glass_cleaner.n.01", + "bottle__of__glue.n.01", + "bottle__of__ground_cloves.n.01", + "bottle__of__ground_mace.n.01", + "bottle__of__ground_nutmeg.n.01", + "bottle__of__hot_sauce.n.01", + "bottle__of__lacquer.n.01", + "bottle__of__lavender_oil.n.01", + "bottle__of__lemon_juice.n.01", + "bottle__of__lemon_sauce.n.01", + "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", + "bottle__of__lime_juice.n.01", + "bottle__of__liquid_soap.n.01", + "bottle__of__lotion.n.01", + "bottle__of__lubricant.n.01", + "bottle__of__maple_syrup.n.01", + "bottle__of__mayonnaise.n.01", + "bottle__of__medicine.n.01", + "bottle__of__milk.n.01", + "bottle__of__milkshake.n.01", + "bottle__of__molasses.n.01", + "bottle__of__mushroom_sauce.n.01", + "bottle__of__mustard.n.01", + "bottle__of__mustard_seeds.n.01", + "bottle__of__oil.n.01", + "bottle__of__olive_oil.n.01", + "bottle__of__onion_powder.n.01", + "bottle__of__orange_juice.n.01", + "bottle__of__paint.n.01", + "bottle__of__paint_remover.n.01", + "bottle__of__papaya_juice.n.01", + "bottle__of__paprika.n.01", + "bottle__of__parsley.n.01", + "bottle__of__peanut_butter.n.01", + "bottle__of__perfume.n.01", + "bottle__of__pesticide.n.01", + "bottle__of__pesto.n.01", + "bottle__of__pizza_sauce.n.01", + "bottle__of__pop.n.01", + "bottle__of__poppy_seeds.n.01", + "bottle__of__powder.n.01", + "bottle__of__protein_powder.n.01", + "bottle__of__pumpkin_pie_spice.n.01", + "bottle__of__rosemary.n.01", + "bottle__of__rum.n.01", + "bottle__of__sage.n.01", + "bottle__of__sake.n.01", + "bottle__of__salsa.n.01", + "bottle__of__sangria.n.01", + "bottle__of__sealant.n.01", + "bottle__of__seasoning.n.01", + "bottle__of__sesame_oil.n.01", + "bottle__of__sesame_seeds.n.01", + "bottle__of__shampoo.n.01", + "bottle__of__skin_cream.n.01", + "bottle__of__soda.n.01", + "bottle__of__solvent.n.01", + "bottle__of__soup.n.01", + "bottle__of__sour_cream.n.01", + "bottle__of__soy_milk.n.01", + "bottle__of__soy_sauce.n.01", + "bottle__of__spice.n.01", + "bottle__of__sriracha.n.01", + "bottle__of__sunscreen.n.01", + "bottle__of__supplements.n.01", + "bottle__of__tea.n.01", + "bottle__of__tea_leaves.n.01", + "bottle__of__tequila.n.01", + "bottle__of__tomato_paste.n.01", + "bottle__of__tonic.n.01", + "bottle__of__vinegar.n.01", + "bottle__of__vodka.n.01", + "bottle__of__water.n.01", + "bottle__of__whiskey.n.01", + "bottle__of__wine.n.01", + "bottle_opener.n.01", + "bouillon_cube.n.01", + "boulder.n.01", + "bouquet.n.01", + "bourbon__bottle.n.01", + "bow.n.02", + "bow.n.08", + "bowed_stringed_instrument.n.01", + "bowl.n.01", + "bowl.n.03", + "bowling_ball.n.01", + "box.n.01", + "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", + "box__of__apple_juice.n.01", + "box__of__baking_mix.n.01", + "box__of__baking_powder.n.01", + "box__of__baking_soda.n.01", + "box__of__barley.n.01", + "box__of__beer.n.01", + "box__of__brown_sugar.n.01", + "box__of__butter.n.01", + "box__of__candy.n.01", + "box__of__cane_sugar.n.01", + "box__of__cereal.n.01", + "box__of__champagne.n.01", + "box__of__chocolates.n.01", + "box__of__coconut_milk.n.01", + "box__of__coffee.n.01", + "box__of__cookies.n.01", + "box__of__corn_flakes.n.01", + "box__of__crackers.n.01", + "box__of__cream.n.01", + "box__of__flour.n.01", + "box__of__fruit.n.01", + "box__of__granola_bars.n.01", + "box__of__ice_cream.n.01", + "box__of__lasagna.n.01", + "box__of__lemons.n.01", + "box__of__milk.n.01", + "box__of__oatmeal.n.01", + "box__of__raspberries.n.01", + "box__of__rice.n.01", + "box__of__rum.n.01", + "box__of__sake.n.01", + "box__of__salt.n.01", + "box__of__sanitary_napkin.n.01", + "box__of__shampoo.n.01", + "box__of__takeout.n.01", + "box__of__tissue.n.01", + "box__of__tomato_juice.n.01", + "box__of__vegetable_juice.n.01", + "box__of__whiskey.n.01", + "box__of__wine.n.01", + "box__of__yogurt.n.01", + "boxed__cake.n.01", + "boxed__cpu_board.n.01", + "boxed__ink_cartridge.n.01", + "boxed__router.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", + "brace.n.09", + "bracelet.n.02", + "bracket.n.04", + "brake.n.01", + "branch.n.02", + "brandy__bottle.n.01", + "brass.n.02", "brassiere.n.01", + "bratwurst.n.01", + "bread-bin.n.01", "bread_slice.n.01", - "brown_bread.n.02", + "breakfast_table.n.01", + "brick.n.01", + "bridge.n.01", + "briefcase.n.01", + "brisket.n.01", + "broccoli.n.02", + "broccoli_rabe.n.02", + "broccolini.n.01", + "broken__glass.n.01", + "broken__light_bulb.n.01", + "broom.n.01", + "brown_rice__sack.n.01", + "brown_sugar__sack.n.01", "brownie.n.03", + "brush.n.02", + "brussels_sprouts.n.01", + "bucket.n.01", + "bucket__of__paint.n.01", + "buckle.n.01", + "building.n.01", + "bulb.n.01", + "bulbous_plant.n.01", + "bulldog_clip.n.01", + "bulletin.n.01", + "bulletin_board.n.02", + "bumper.n.02", + "bun.n.01", + "burette.n.01", "burlap.n.01", + "burner.n.02", + "burrito.n.01", + "buskin.n.01", + "bust.n.03", + "butter.n.01", + "butter__package.n.01", + "butter_cookie.n.01", + "buttermilk_pancake.n.01", + "butternut_squash.n.01", + "cabinet.n.01", + "cabinet.n.03", + "cabinet.n.04", "cable.n.02", + "cactus.n.01", + "cage.n.01", + "cake.n.03", + "calculator.n.02", + "caldron.n.01", + "calendar.n.01", + "caliper.n.01", + "camera.n.01", + "camera_tripod.n.01", + "can.n.01", + "can__of__baking_mix.n.01", + "can__of__bay_leaves.n.01", + "can__of__beans.n.01", + "can__of__cat_food.n.01", + "can__of__coffee.n.01", + "can__of__corn.n.01", + "can__of__dog_food.n.01", + "can__of__icetea.n.01", + "can__of__oatmeal.n.01", + "can__of__sardines.n.01", + "can__of__soda.n.01", + "can__of__tomato_paste.n.01", + "can__of__tomatoes.n.01", + "candle.n.01", + "candlestick.n.01", + "candy_cane.n.01", + "candy_dispenser_shelf.n.01", + "canister.n.02", + "canned_food.n.01", + "canoe.n.01", + "canopy.n.03", + "cantaloup.n.02", + "canteen.n.01", "canvas.n.01", + "cap.n.01", + "cap.n.02", + "car.n.01", + "car_seat.n.01", + "car_tire.n.01", + "car_wheel.n.01", + "carafe.n.01", + "carboy.n.01", + "card.n.01", + "card.n.03", + "card.n.04", + "cardboard.n.01", "cardigan.n.01", + "carne_asada.n.01", + "carpet_sweeper.n.01", + "carrel.n.02", + "carrot.n.03", + "carryall.n.01", + "carton.n.02", + "carton__of__chocolate_milk.n.01", + "carton__of__eggs.n.01", + "carton__of__milk.n.01", + "carton__of__orange_juice.n.01", + "carton__of__pineapple_juice.n.01", + "carton__of__soy_milk.n.01", + "cartridge.n.03", + "carving_knife.n.01", + "case.n.05", "case.n.19", + "case.n.20", + "case__of__eyeshadow.n.01", + "case__of__pop.n.01", + "case_shot.n.01", + "cash_register.n.01", + "cashbox.n.01", + "casserole.n.02", + "cassette.n.01", + "cat_food__tin.n.01", + "catalog.n.01", + "catsup__bottle.n.01", + "cauliflower.n.02", + "cayenne__shaker.n.01", + "cedar_chest.n.01", + "ceiling.n.01", + "ceiling_fan.n.01", + "ceiling_rack.n.01", + "celery.n.02", + "cellular_telephone.n.01", + "cellulose_tape.n.01", + "cement.n.01", + "centerpiece.n.02", + "ceramic.n.01", + "ceramic_ware.n.01", + "chain.n.03", + "chain.n.05", + "chain_saw.n.01", + "chair.n.01", + "chaise_longue.n.01", + "chalice.n.01", + "champagne__bottle.n.01", + "chandelier.n.01", + "chanterelle.n.01", + "charcoal.n.02", + "chard.n.02", + "charger.n.02", + "checkout.n.03", "cheddar.n.02", - "cheese_pastry.n.01", + "cheese_tart.n.01", "cheesecake.n.01", "cheesecloth.n.01", + "cherry.n.03", + "cherry_tomato.n.02", + "chess_set.n.01", + "chest.n.02", + "chest_of_drawers.n.01", + "chestnut.n.03", "chewing_gum.n.01", + "chia_seed__bag.n.01", + "chicken.n.01", + "chicken_breast.n.02", + "chicken_broth__carton.n.01", + "chicken_coop.n.01", + "chicken_leg.n.01", + "chicken_soup__carton.n.01", + "chicken_tender.n.01", + "chicken_wing.n.01", "chicken_wire.n.01", + "chickpea__can.n.01", + "chili.n.02", + "china.n.02", + "chinese_anise.n.02", + "chip.n.04", + "chisel.n.01", + "chives.n.01", + "chlorine__bottle.n.01", + "chocolate_bar.n.01", + "chocolate_biscuit.n.01", "chocolate_cake.n.01", + "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", + "chocolate_sauce__bottle.n.01", + "chop.n.02", + "chopped__lettuce.n.01", + "chopping_block.n.01", + "chopping_board.n.01", + "chopstick.n.01", + "chorizo.n.01", + "christmas_tree.n.05", + "cigar.n.01", + "cigar_lighter.n.01", + "cigarette.n.01", + "cinnamon__shaker.n.01", + "cinnamon_bark.n.01", + "cinnamon_roll.n.01", + "circle.n.08", + "circuit.n.01", + "clam.n.03", + "clamp.n.01", + "cleaning_implement.n.01", + "cleansing__bottle.n.01", + "cleaver.n.01", + "clip.n.03", + "clipboard.n.01", + "clipper.n.04", "cloak.n.02", + "cloche.n.01", + "clock.n.01", "closed_curve.n.01", + "closet.n.04", "cloth_covering.n.01", + "clothes_dryer.n.01", + "clothesline.n.01", + "clothespin.n.01", + "clothing.n.01", + "clout_nail.n.01", + "clove.n.03", + "clove__jar.n.01", + "club.n.03", + "club_sandwich.n.01", + "coaster.n.03", "coat.n.01", + "coatrack.n.01", "cobweb.n.01", + "cocoa__box.n.01", + "cocoa_powder__box.n.01", + "coconut.n.02", + "coconut_oil__jar.n.01", + "cod.n.02", + "coffee_bean__jar.n.01", + "coffee_cup.n.01", + "coffee_filter.n.01", + "coffee_maker.n.01", + "coffee_mill.n.01", + "coffee_table.n.01", + "coffeepot.n.01", + "cognition.n.01", + "cognitive_factor.n.01", + "coin.n.01", + "coinage.n.01", + "cola__bottle.n.01", + "colander.n.01", + "cold_cuts.n.01", "collar.n.01", + "collar.n.06", + "collection.n.01", + "column.n.07", + "comb.n.01", + "comic_book.n.01", + "commercial_document.n.01", + "commodity.n.01", + "communication.n.02", + "compact_disk.n.01", + "compartment.n.02", + "component.n.03", + "compost_bin.n.01", + "compound_lever.n.01", + "compound_microscope.n.01", + "computer.n.01", + "computer_game.n.01", + "conch.n.01", + "concrete.n.01", + "conditioner__atomizer.n.01", + "conditioner__dispenser.n.01", + "conductor.n.04", + "conduit.n.01", + "cone.n.03", + "conference_table.n.01", + "connection.n.03", + "connective_tissue.n.01", + "console.n.02", + "console_table.n.01", + "consumer_credit.n.01", + "consumer_goods.n.01", + "container.n.01", + "control.n.09", + "control_panel.n.01", + "conveyance.n.03", + "cooker.n.01", + "cookie.n.01", + "cookie_cutter.n.01", "cookie_dough.n.01", - "cornbread.n.01", + "cookie_sheet.n.01", + "cookie_stick.n.01", + "cooking_oil__bottle.n.01", + "cooking_utensil.n.01", + "cooler.n.01", + "cooling_system.n.02", + "copper_pot.n.01", + "copper_wire.n.01", + "cord.n.01", + "coriander.n.03", + "coriander__shaker.n.01", + "cork.n.04", + "corkscrew.n.01", + "corn_chip.n.01", + "cornet.n.01", + "cornmeal__sack.n.01", + "cornstarch__jar.n.01", + "correspondence.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", "cotton.n.04", + "counter.n.01", + "countertop.n.01", + "covering.n.01", + "crab.n.05", + "cracker.n.01", + "craft.n.02", + "crate.n.01", + "crayfish.n.02", + "crayon.n.01", + "cream__carton.n.01", + "cream_cheese__box.n.01", + "cream_of_tartar__shaker.n.01", + "creation.n.02", + "credit.n.02", + "credit_card.n.01", + "credit_line.n.01", "crescent_roll.n.01", "crewneck_sweater.n.01", + "crib.n.01", + "cringle.n.01", + "crock_pot.n.01", + "crockery.n.01", + "crossbar.n.01", + "cruet.n.01", + "crystal.n.01", + "crystal.n.03", + "cube.n.05", + "cucumber.n.02", + "cue.n.04", + "cumin__shaker.n.01", + "cup.n.01", + "cup__of__ranch.n.01", + "cup__of__yogurt.n.01", + "cup_holder.n.01", + "cupboard.n.01", "cupcake.n.01", "curd.n.01", + "currant.n.01", + "currency.n.01", + "curry_powder__shaker.n.01", "curtain.n.01", + "curtain_rod.n.01", "curve.n.01", "cushion.n.03", + "cutlery.n.02", + "cutter.n.06", + "cutting.n.02", + "cutting_implement.n.01", + "cylinder.n.01", + "cylinder.n.02", + "cymbal.n.01", + "daffodil_bulb.n.01", + "dahlia.n.01", + "damper.n.02", "danish.n.02", + "dart.n.01", + "dartboard.n.01", + "data_input_device.n.01", + "database.n.01", + "date.n.08", + "deep-freeze.n.02", + "deep_fryer.n.01", + "dehumidifier.n.01", + "dental_appliance.n.01", + "dental_floss.n.01", + "denture.n.01", + "deodorant__atomizer.n.01", + "deodorant_stick.n.01", + "desert_plant.n.01", + "desiccant.n.01", + "design.n.04", + "desk.n.01", + "desk_phone.n.01", + "desktop_computer.n.01", + "dessert_spoon.n.01", + "detector.n.01", + "detergent__atomizer.n.01", + "detergent__bottle.n.01", + "determinant.n.01", + "device.n.01", + "device.n.04", + "dial.n.03", + "diamond.n.01", "diaper.n.01", + "die.n.01", + "digital_camera.n.01", + "digital_computer.n.01", "dinner_napkin.n.01", + "dip.n.07", + "dipper.n.01", + "dish.n.01", + "dish_rack.n.01", "dishtowel.n.01", + "dishwasher.n.01", + "disinfectant__bottle.n.01", + "disk.n.01", + "disk.n.02", + "disk_drive.n.01", + "dispenser.n.01", + "display.n.06", + "display_panel.n.01", + "disposal.n.04", + "diversion.n.01", + "diving_board.n.01", + "dixie_cup.n.01", + "document.n.01", + "document.n.02", + "dog_collar.n.01", + "dog_food__can.n.01", "doily.n.01", "doll.n.01", + "door.n.01", "dough.n.01", "doughnut.n.02", + "dowel.n.01", "drawers.n.01", + "drawing.n.02", + "drawstring_bag.n.01", + "dreidel.n.01", "dress.n.01", "dress_shirt.n.01", "dressing.n.04", + "dried_apricot.n.01", + "drill.n.01", + "drink__dispenser.n.01", + "drinking_fountain.n.02", + "drinking_vessel.n.01", + "drip_pot.n.01", + "drive.n.10", + "driveway.n.01", + "drum.n.01", + "drumstick.n.01", + "drumstick.n.02", + "drupelet.n.01", + "dry_food_dispenser_shelf.n.01", + "dryer.n.01", "drygoods.n.01", + "drying_rack.n.01", + "duck.n.03", + "duct_tape.n.01", + "duffel_bag.n.01", + "dummy.n.03", "dumpling.n.01", "dumpling.n.02", - "dustcloth.n.01", + "duplicator.n.01", + "durables.n.01", + "durian.n.02", + "dustpan.n.02", + "dutch_oven.n.02", + "eames_chair.n.01", + "earphone.n.01", + "easel.n.01", + "easter_egg.n.01", + "echeveria_elegans.n.01", + "edge_tool.n.01", "edible_cookie_dough.n.01", + "effort.n.02", + "egg.n.02", "egg_yolk.n.01", + "eggplant.n.01", "elastic_device.n.01", + "electric_fan.n.01", + "electric_lamp.n.01", + "electric_mixer.n.01", + "electric_refrigerator.n.01", + "electrical_device.n.01", + "electro-acoustic_transducer.n.01", + "electronic_device.n.01", + "electronic_equipment.n.01", + "elevator.n.01", + "elevator_door.n.01", "emblem.n.01", "emblem.n.02", + "emery_paper.n.01", + "enchilada.n.01", + "enclosure.n.01", + "engine.n.01", + "entire_leaf.n.01", + "envelope.n.01", + "equipment.n.01", + "eraser.n.01", + "erlenmeyer_flask.n.01", + "essential_oil__bottle.n.01", + "event.n.01", + "evergreen.n.01", + "evidence.n.02", + "excavation.n.03", + "exercise.n.01", + "exercise_bike.n.01", + "exercise_device.n.01", "fabric.n.01", + "fabric_softener__bottle.n.01", "face_mask.n.01", + "facility.n.01", + "facsimile.n.02", "fairy_light.n.01", + "fan.n.01", + "farm_building.n.01", + "farm_machine.n.01", + "farm_stand.n.01", + "fastener.n.02", + "faucet.n.01", + "feather.n.01", "felt.n.01", + "fence.n.01", + "fennel.n.02", + "fertilizer__atomizer.n.01", "feta.n.01", + "feta__box.n.01", + "field.n.01", + "figure.n.04", + "figure.n.06", + "figurine.n.01", + "fillet.n.02", + "filter.n.01", + "fire_alarm.n.02", + "fire_extinguisher.n.01", + "fire_iron.n.01", + "fire_pit.n.01", + "fireplace.n.01", + "firewood.n.01", + "firework.n.01", + "first-aid_kit.n.01", + "first_class.n.02", + "fish.n.02", + "fishing_gear.n.01", + "fishing_rod.n.01", + "fitting.n.02", + "fixture.n.01", "flag.n.01", "flag.n.04", + "flagpole.n.02", + "flashlight.n.01", + "flask.n.01", + "flat_bench.n.02", "flatbread.n.01", + "flatfish.n.01", + "flatware.n.01", + "float.n.06", + "floor.n.01", "floor_cover.n.01", + "floor_lamp.n.01", + "floor_wax__bottle.n.01", + "flooring.n.02", + "floral_leaf.n.01", + "flour__sack.n.01", + "flower.n.01", + "flower.n.02", + "flower_arrangement.n.01", "foil.n.01", + "folder.n.02", + "folderal.n.01", + "folding_chair.n.01", + "food_processor.n.01", + "footstool.n.01", "footwear.n.01", + "footwear.n.02", + "fork.n.01", + "foundation.n.03", + "fountain.n.01", + "frail.n.02", + "frame.n.10", + "framework.n.03", + "frank.n.02", "frankfurter_bun.n.01", + "free_weight_rack.n.01", + "french_bread.n.01", + "french_fries.n.02", + "french_fry_holder.n.01", + "french_toast.n.01", "friedcake.n.01", + "frosting__jar.n.01", + "frozen_dessert.n.01", "fruitcake.n.02", + "frying_pan.n.01", + "fuel__can.n.01", + "fungus_genus.n.01", + "funnel.n.02", "fur_coat.n.01", + "furnishing.n.02", + "furniture.n.01", + "game.n.01", + "game.n.03", + "game.n.07", + "game.n.09", + "game_equipment.n.01", + "gaming_table.n.01", + "garbage.n.01", + "garden_plant.n.01", + "garden_tool.n.01", + "garden_umbrella.n.01", "garlic_bread.n.01", + "garment.n.01", + "gastropod.n.01", + "gate.n.01", + "gauge.n.01", "gauze.n.02", + "gear.n.04", "gelatin.n.02", + "gelatin__box.n.01", + "gem.n.02", + "genus.n.02", + "geode.n.01", + "geographical_area.n.01", + "geological_formation.n.01", + "gift.n.01", + "gift_box.n.01", + "gin__bottle.n.01", + "ginger.n.03", + "ginger__shaker.n.01", "gingerbread.n.01", "girdle.n.02", + "glass.n.01", + "glass.n.02", + "glassware.n.01", + "glaze__bottle.n.01", + "globe.n.03", + "glove.n.02", + "glue_stick.n.01", + "goal.n.03", + "goalkeeper_gloves.n.01", + "goblet.n.01", + "goggles.n.02", + "golf_club.n.02", + "golf_equipment.n.01", + "gooseberry.n.02", + "gourd.n.02", + "governor.n.02", "gown.n.05", + "graduate.n.02", + "graduated_cylinder.n.01", + "grandfather_clock.n.01", + "granola__box.n.01", + "granola_bar.n.01", + "granulated_sugar__jar.n.01", + "granulated_sugar__sack.n.01", + "grape.n.01", + "grapefruit.n.02", + "graphic_art.n.01", + "grate.n.01", + "grated_cheese__sack.n.01", + "grater.n.01", + "gravestone.n.01", + "gravy_boat.n.01", + "green_bean.n.01", + "green_onion.n.01", + "greenery.n.01", + "griddle.n.01", + "grill.n.02", + "grocery.n.02", + "ground_beef__package.n.01", + "grouper.n.01", + "guitar.n.01", + "gumbo.n.03", + "gummed_label.n.01", + "gun.n.01", "gunnysack.n.01", + "gym_shoe.n.01", + "gymnastic_apparatus.n.01", + "hairbrush.n.01", + "hairpin.n.01", + "half__apple.n.01", + "half__apple_pie.n.01", + "half__apricot.n.01", + "half__beefsteak_tomato.n.01", + "half__bell_pepper.n.01", + "half__chestnut.n.01", + "half__coconut.n.01", + "half__eggplant.n.01", "half__feta.n.01", + "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", + "half__lemon.n.01", + "half__lime.n.01", + "half__log.n.01", + "half__mango.n.01", + "half__mushroom.n.01", + "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", + "half__pineapple.n.01", + "half__plum.n.01", + "half__pomegranate.n.01", + "half__pomelo.n.01", + "half__potato.n.01", + "half__strawberry.n.01", + "half__vidalia_onion.n.01", + "half__watermelon.n.01", + "half__zucchini.n.01", + "halibut.n.01", + "halite.n.01", + "ham_hock.n.01", + "hamburger.n.01", "hamburger_bun.n.01", + "hammer.n.02", "hammock.n.03", + "hamper.n.02", + "hamster_wheel.n.01", + "hand_blower.n.01", + "hand_dryer.n.01", + "hand_glass.n.02", + "hand_tool.n.01", "hand_towel.n.01", + "handcart.n.01", "handkerchief.n.01", + "handle.n.01", + "handsaw.n.01", + "handset.n.01", + "handwear.n.01", + "handwheel.n.02", + "hanger.n.02", + "hanging.n.01", + "hard-boiled_egg.n.01", + "hard_candy.n.01", + "hardback.n.01", + "harness.n.01", + "harvester.n.02", + "hat.n.01", + "hazelnut.n.02", + "head_cabbage.n.02", + "headdress.n.01", + "headset.n.01", + "heap__of__granola.n.01", + "heap__of__gravel.n.01", + "heap__of__oatmeal.n.01", + "heap__of__raisins.n.01", + "heater.n.01", + "heatgun.n.01", + "heating_element.n.01", + "hedge.n.01", + "helmet.n.01", + "hemp.n.01", + "herb__jar.n.01", + "herbicide__bottle.n.01", + "highchair.n.01", + "hiking_boot.n.01", + "hinge.n.01", + "hip.n.05", + "hockey_stick.n.01", + "hoe.n.01", + "holder.n.01", + "holding_device.n.01", + "hole.n.02", + "hole.n.05", + "holly.n.03", + "home_appliance.n.01", + "honey__jar.n.01", + "hood.n.06", + "hook.n.04", + "hook.n.05", + "hoop.n.02", + "horizontal_surface.n.01", + "horn.n.02", + "horse.n.02", "hose.n.03", + "hose_cart.n.01", "hosiery.n.01", + "hospital_bed.n.02", + "hot_sauce__bottle.n.01", + "hot_tub.n.02", + "hotdog.n.02", + "house_paint__can.n.01", + "housing.n.02", "huitre.n.01", + "hull.n.01", + "hummus__box.n.01", + "hunk.n.02", + "husk.n.02", + "hutch.n.01", + "hydrogen_peroxide__bottle.n.01", + "ice.n.01", + "ice_cream__carton.n.01", + "ice_cream_cone.n.01", + "ice_cube.n.01", + "ice_lolly.n.01", + "ice_maker.n.01", + "ice_pack.n.01", + "ice_skate.n.01", + "icepick.n.01", + "icetray.n.02", "icicle_lights.n.01", + "identification.n.02", + "implement.n.01", + "indication.n.01", + "indicator.n.03", + "infant_car_seat.n.01", + "influence.n.03", + "information.n.01", + "information_bulletin.n.01", + "inhaler.n.01", + "ink__bottle.n.01", + "ink_cartridge.n.01", + "insectifuge__atomizer.n.01", + "instant_coffee__jar.n.01", + "instrument.n.01", + "invertebrate.n.01", + "iron.n.04", + "ironing_board.n.01", + "isopropanol__dispenser.n.01", + "ivy.n.01", "jacket.n.01", + "jacket.n.05", + "jade.n.01", + "jade_roller.n.01", + "jam__dispenser.n.01", + "jam__jar.n.01", + "jar.n.01", + "jar__of__bath_salt.n.01", + "jar__of__beans.n.01", + "jar__of__cumin.n.01", + "jar__of__curry_powder.n.01", + "jar__of__dill_seed.n.01", + "jar__of__grains.n.01", + "jar__of__honey.n.01", + "jar__of__ink.n.01", + "jar__of__jam.n.01", + "jar__of__jelly.n.01", + "jar__of__mayonnaise.n.01", + "jar__of__orange_sauce.n.01", + "jar__of__pepper.n.01", + "jar__of__puree.n.01", + "jar__of__spaghetti_sauce.n.01", + "jar__of__sugar.n.01", "jean.n.01", + "jelly__jar.n.01", + "jelly_bean__jar.n.01", "jersey.n.03", + "jewel.n.01", + "jewelry.n.01", + "jigsaw_puzzle.n.01", + "jigsaw_puzzle_piece.n.01", + "jimmies__jar.n.01", + "joint.n.05", + "joystick.n.02", + "jug.n.01", + "jug__of__milk.n.01", + "jukebox.n.01", "jump_suit.n.01", + "junction.n.04", + "kabob.n.01", + "kale.n.03", + "kayak.n.01", + "kayak_rack.n.01", + "keepsake.n.01", + "kettle.n.01", + "key.n.01", + "key.n.15", + "keyboard.n.01", + "keyboard_instrument.n.01", "kid_glove.n.01", + "kielbasa.n.01", + "kit.n.02", + "kitchen_appliance.n.01", + "kitchen_table.n.01", + "kitchen_utensil.n.01", + "kiwi.n.03", + "knife.n.01", + "knife_block.n.01", "knit.n.01", + "lab_exhaust_hood.n.01", + "label.n.04", + "labor.n.02", "lace.n.01", - "laundry.n.01", + "ladder.n.01", + "ladle.n.01", + "lamb.n.05", + "laminate.n.01", + "lamination.n.01", + "lamp.n.01", + "lamp.n.02", + "lampshade.n.01", + "land.n.02", + "lantern.n.01", + "laptop.n.01", + "lasagna.n.01", + "lavender.n.01", + "lawn.n.01", + "lawn_chair.n.01", + "lawn_mower.n.01", + "leaf.n.01", + "leaf_blower.n.01", + "leek.n.02", + "leg.n.05", + "legal_document.n.01", "legging.n.01", + "lemon-pepper_seasoning__shaker.n.01", + "lemon.n.01", + "lemon_juice__bottle.n.01", + "lemon_peel.n.01", + "lemonade__bottle.n.01", + "lens.n.01", + "lentil__box.n.01", "leotard.n.01", + "letter.n.01", + "lettuce.n.03", + "lever.n.01", + "lever.n.02", + "license_plate.n.01", + "lid.n.02", + "life_jacket.n.01", + "life_preserver.n.01", + "lifting_device.n.01", + "ligament.n.02", + "light.n.02", + "light_bulb.n.01", + "light_microscope.n.01", + "lighter-than-air_craft.n.01", + "lighter.n.02", + "lighting_fixture.n.01", + "likeness.n.02", + "liliaceous_plant.n.01", + "lily.n.01", + "lily_pad.n.01", + "lime.n.06", + "lime_juice__bottle.n.01", + "limestone.n.01", "line.n.04", + "line.n.11", + "line.n.18", "linen.n.03", "liner.n.03", "lingerie.n.01", "lining.n.01", + "lint_roller.n.01", + "lint_screen.n.01", + "lip_balm.n.01", + "lipstick.n.01", + "liquid_carton.n.01", + "liquid_soap__bottle.n.01", + "list.n.01", + "litter_box.n.01", + "loaf_of_bread.n.01", + "lobster.n.01", + "location.n.01", + "lock.n.01", + "log.n.01", + "loin.n.01", + "lollipop.n.02", "long_trousers.n.01", "loofa.n.01", "loop.n.02", + "lorry.n.02", + "lotion__bottle.n.01", + "loudspeaker.n.01", + "low_explosive.n.01", + "lubricant__bottle.n.01", + "luggage_compartment.n.01", + "lumber.n.01", + "lump_sugar.n.01", + "lunch_box.n.01", + "macaroni_and_cheese.n.01", + "macaroon.n.01", + "machine.n.01", + "machine.n.04", + "machinery.n.01", + "magazine.n.01", + "magazine.n.02", + "magazine_rack.n.01", + "magnifier.n.01", + "mail.n.01", + "mail.n.04", + "mailbox.n.01", "maillot.n.01", + "mallet.n.01", + "mango.n.02", + "mannequin.n.02", + "map.n.01", + "maple_syrup__jar.n.01", + "margarine__box.n.01", + "marigold.n.01", + "marinara__jar.n.01", + "marjoram__shaker.n.01", + "marker.n.02", + "marker.n.03", "marshmallow.n.01", + "masher.n.02", "mask.n.04", + "masking_tape.n.01", + "mason_jar.n.01", "mat.n.01", + "mat.n.03", + "mat.n.07", + "match.n.01", + "matchbox.n.01", + "material_resource.n.01", + "matter.n.06", + "mattress.n.01", "mattress_cover.n.01", "mattress_pad.n.01", + "mayonnaise__jar.n.01", + "measure.n.09", + "measuring_cup.n.01", + "measuring_instrument.n.01", + "measuring_stick.n.01", + "meat_loaf.n.01", + "meat_thermometer.n.01", + "meatball.n.01", + "mechanical_device.n.01", + "mechanism.n.05", + "medical_instrument.n.01", + "medium.n.01", + "medium_of_exchange.n.01", + "memorial.n.03", + "memory_device.n.01", + "menu.n.01", + "message.n.01", + "message.n.02", + "metallic_element.n.01", + "meter.n.02", + "microphone.n.01", + "microscope.n.01", + "microwave.n.02", + "milk__carton.n.01", + "mill.n.04", + "mint.n.02", + "mint.n.04", + "mint.n.05", + "mirror.n.01", + "mixer.n.04", + "mixing_bowl.n.01", + "mock-up.n.01", + "model.n.04", + "modem.n.01", + "module.n.04", + "mold.n.02", + "molding.n.02", + "mollusk.n.01", + "money.n.01", + "monitor.n.04", + "mop_bucket.n.01", + "mortar.n.03", + "mothball.n.01", + "motor.n.01", + "motor_vehicle.n.01", + "motorcycle.n.01", + "mouse.n.04", + "mousepad.n.01", + "mousetrap.n.01", + "mouthpiece.n.06", + "movable_barrier.n.01", "mozzarella.n.01", "muffin.n.01", + "mug.n.04", + "mulch__bag.n.01", + "mushroom.n.05", + "music_stool.n.01", + "musical_instrument.n.01", + "muskmelon.n.02", + "mussel.n.01", + "mustard.n.03", + "mustard__bottle.n.01", + "mustard_seed__shaker.n.01", + "nail.n.02", + "name_tag.n.01", "napkin.n.01", + "napkin_ring.n.01", + "narcissus.n.01", "national_flag.n.01", + "nativity_figurine.n.01", + "natural_depression.n.01", + "natural_fiber.n.01", + "necklace.n.01", + "necktie.n.01", + "neckwear.n.01", + "nectarine.n.02", + "needle.n.02", + "needle.n.03", "net.n.05", "net.n.06", + "news.n.02", + "newspaper.n.03", + "nickel.n.02", "nightwear.n.01", + "nodule.n.03", + "noodle__jar.n.01", + "notebook.n.01", + "notepad.n.01", + "notepaper.n.01", + "nozzle.n.01", + "nutmeg__shaker.n.01", + "oar.n.01", + "oat__box.n.01", + "obstruction.n.01", + "octopus.n.01", + "oil__bottle.n.01", + "olive.n.04", + "olive_oil__bottle.n.01", + "omelet.n.01", + "onion_powder__shaker.n.01", + "opaque_gem.n.01", + "open-end_credit.n.01", + "open-end_wrench.n.01", + "opener.n.03", + "opening.n.10", + "optical_device.n.01", + "optical_disk.n.01", + "optical_instrument.n.01", + "orange.n.01", + "orange_juice__carton.n.01", + "orchid.n.01", "outerwear.n.01", + "oven.n.01", "overall.n.01", "overgarment.n.01", - "pajama.n.01", + "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", + "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", + "pack__of__kielbasa.n.01", + "pack__of__pasta.n.01", + "pack__of__protein_powder.n.01", + "pack__of__ramen.n.01", + "package.n.01", + "package.n.02", + "packing_box.n.02", + "packing_material.n.01", + "pad.n.01", + "pad.n.02", + "pad.n.04", + "padding.n.01", + "paddle.n.04", + "paella.n.01", + "paint_roller.n.01", + "paintbrush.n.01", + "painting.n.01", "pajama.n.02", + "pallet.n.02", + "pan.n.01", + "pancake.n.01", + "panel.n.01", + "papaya.n.02", + "paper.n.01", + "paper_clip.n.01", + "paper_coffee_filter.n.01", + "paper_fastener.n.01", "paper_towel.n.01", + "paper_towel_dispenser.n.01", + "paper_towel_holder.n.01", + "paperback_book.n.01", + "paprika__shaker.n.01", + "paraffin.n.01", + "parallel_bars.n.01", + "parer.n.02", + "parlor_game.n.01", + "parmesan__shaker.n.01", + "parsley.n.02", + "parsley__shaker.n.01", + "parsnip.n.03", + "part.n.02", + "partition.n.01", + "party_favor.n.01", + "passage.n.03", + "pasta__box.n.01", "pastry.n.01", + "pastry.n.02", + "pastry_cutter.n.01", + "path.n.04", + "patty.n.01", + "paving_stone.n.01", + "pay-phone.n.01", + "pea_pod.n.01", + "peach.n.03", + "peanut.n.01", + "peanut_butter__jar.n.01", + "pear.n.01", + "pearl.n.01", + "pebble.n.01", + "pedestal_table.n.01", + "peeler.n.03", + "pegboard.n.01", + "pellet_food__bag.n.01", + "pen.n.01", + "pencil.n.01", + "pencil_box.n.01", + "pencil_holder.n.01", + "pendulum_clock.n.01", "pennant.n.02", + "penny.n.02", + "pepper__shaker.n.01", + "pepper_mill.n.01", + "peppermint.n.01", + "peppermint.n.03", + "pepperoni.n.01", + "perch.n.01", + "percussion_instrument.n.01", + "periodic_table.n.01", + "peripheral.n.01", + "person.n.01", + "personal_computer.n.01", + "pesticide__atomizer.n.01", + "pestle.n.03", + "pet_bed.n.01", + "petal.n.01", + "petfood__bag.n.01", + "petri_dish.n.01", + "pewter_teapot.n.01", + "phonograph_record.n.01", + "photocopier.n.01", + "photoelectric_cell.n.01", + "photograph.n.01", + "photographic_equipment.n.01", + "piano.n.01", + "pick.n.06", + "picket.n.05", + "pickle.n.01", + "pickup.n.01", + "picture.n.01", + "picture_frame.n.01", + "pie.n.01", + "pie_crust.n.01", "piece.n.01", + "piece.n.08", "piece_of_cloth.n.01", + "pieplant.n.01", + "pile.n.01", + "pill_bottle.n.01", + "pillar_candle.n.01", "pillow.n.01", + "pin.n.09", + "pincer.n.01", + "pineapple.n.02", + "pineapple_juice__carton.n.01", + "pinecone.n.01", + "pipe.n.01", + "pipe.n.02", + "pipe_cleaner.n.01", + "pit.n.01", "pita.n.01", + "pitcher.n.02", + "pitchfork.n.01", + "pizza.n.01", + "pizza_box.n.01", "pizza_dough.n.01", "place_mat.n.01", + "plan.n.03", + "plant_fiber.n.01", + "plant_pot_stand.n.01", + "plant_product.n.01", + "plastic_art.n.01", "plastic_bag.n.01", "plastic_wrap.n.01", + "plate.n.02", + "plate.n.04", + "plate.n.14", + "platform.n.01", + "platter.n.01", + "playground.n.02", + "plaything.n.01", + "pliers.n.01", + "plug.n.01", + "plug.n.05", + "plum.n.02", + "plumbing_fixture.n.01", + "plywood.n.01", + "pocketknife.n.01", + "pod.n.01", + "pod.n.02", + "poinsettia.n.01", + "pointer.n.02", + "poker.n.01", + "pole.n.01", + "polish__bottle.n.01", "polo_shirt.n.01", - "process.n.02", - "protective_garment.n.01", - "pullover.n.01", - "quilt.n.01", - "rag.n.01", - "raincoat.n.01", - "raw_egg.n.01", - "representational_process.n.01", - "ribbon.n.01", - "roll_dough.n.01", - "rope.n.01", - "rubber_band.n.01", - "rubber_glove.n.01", - "rug.n.01", - "sacking.n.01", - "sanitary_napkin.n.01", - "scarf.n.01", - "scone.n.01", - "shawl.n.01", + "polymer.n.01", + "polyvinyl_chloride.n.01", + "pomegranate.n.02", + "pomelo.n.02", + "pommel_horse.n.01", + "pool.n.01", + "pool_ball.n.01", + "pool_table.n.01", + "pop_bottle.n.01", + "popcorn__bag.n.01", + "popper.n.03", + "porcelain.n.01", + "pork.n.01", + "porkchop.n.01", + "portable_computer.n.01", + "portafilter.n.01", + "portrait.n.02", + "position.n.07", + "positive_identification.n.01", + "possession.n.02", + "post-it.n.01", + "post.n.04", + "post.n.09", + "postage.n.02", + "postcard.n.01", + "poster.n.01", + "pot.n.01", + "pot.n.04", + "pot_plant.n.01", + "potato.n.01", + "potato_pancake.n.01", + "potholder.n.01", + "pottable__beefsteak_tomato.n.01", + "pottable__cactus.n.01", + "pottable__chili.n.01", + "pottable__daffodil.n.01", + "pottable__dahlia.n.01", + "pottable__marigold.n.01", + "power_saw.n.01", + "power_tool.n.01", + "power_washer.n.01", + "prawn.n.01", + "precious_metal.n.01", + "present.n.02", + "press.n.02", + "pressure_cooker.n.01", + "pretzel.n.01", + "price_tag.n.01", + "print_media.n.01", + "printer.n.03", + "process.n.02", + "process.n.05", + "product.n.02", + "projectile.n.01", + "projector.n.02", + "prosciutto.n.01", + "protective_garment.n.01", + "pruner.n.02", + "pruning_saw.n.01", + "psychological_feature.n.01", + "publication.n.01", + "puck.n.02", + "pudding.n.01", + "pulley.n.01", + "pullover.n.01", + "pump.n.01", + "pump.n.03", + "pumpkin.n.02", + "pumpkin_seed__bag.n.01", + "punching_bag.n.02", + "putty_knife.n.01", + "puzzle.n.02", + "quail.n.01", + "quarter.n.10", + "quartz.n.02", + "quiche.n.02", + "quick_bread.n.01", + "quilt.n.01", + "quinoa__box.n.01", + "rack.n.01", + "rack.n.05", + "racket.n.04", + "radiator.n.02", + "radio_receiver.n.01", + "radiotelephone.n.02", + "radish.n.01", + "rag.n.01", + "rail_fence.n.01", + "railing.n.01", + "raincoat.n.01", + "raisin__box.n.01", + "rake.n.03", + "ramekin.n.01", + "ramen.n.01", + "range_hood.n.01", + "raspberry.n.02", + "raw_egg.n.01", + "razor.n.01", + "reamer.n.01", + "receipt.n.02", + "receiver.n.01", + "receptacle.n.01", + "receptacle.n.03", + "reception_desk.n.01", + "recess.n.04", + "record_player.n.01", + "recording.n.03", + "recreational_vehicle.n.01", + "recycling_bin.n.01", + "reflector.n.01", + "refried_beans__can.n.01", + "refrigerator.n.01", + "region.n.03", + "regulator.n.01", + "release.n.08", + "relish.n.02", + "report.n.03", + "representation.n.02", + "representational_process.n.01", + "rescue_equipment.n.01", + "resin.n.01", + "restraint.n.06", + "retainer.n.03", + "rib.n.03", + "ribbon.n.01", + "rice_cooker.n.01", + "ring.n.08", + "ripsaw.n.01", + "road.n.01", + "roast.n.01", + "roaster.n.04", + "rock.n.01", + "rocking_chair.n.01", + "rod.n.01", + "roll_dough.n.01", + "roll_of_tobacco.n.01", + "roller.n.04", + "rolling_pin.n.01", + "roof.n.01", + "room.n.01", + "room.n.02", + "room_light.n.01", + "rope.n.01", + "rose.n.01", + "rosemary__shaker.n.01", + "rotating_mechanism.n.01", + "round-bottom_flask.n.01", + "router.n.02", + "rubber_band.n.01", + "rubber_boot.n.01", + "rubber_eraser.n.01", + "rubber_glove.n.01", + "rubbing_alcohol__atomizer.n.01", + "ruby.n.01", + "rug.n.01", + "rule.n.12", + "rum__bottle.n.01", + "runner.n.09", + "rutabaga.n.01", + "sack.n.01", + "sack__of__brown_rice.n.01", + "sacking.n.01", + "saddle_soap__bottle.n.01", + "safety_glass.n.01", + "saffron__shaker.n.01", + "sage__shaker.n.01", + "salad.n.01", + "salad__bowl.n.01", + "salad_fork.n.01", + "salmon.n.03", + "salsa__bottle.n.01", + "salt__bottle.n.01", + "salt__shaker.n.01", + "saltwater_fish.n.01", + "sandal.n.01", + "sandbox.n.02", + "sandglass.n.01", + "sandwich.n.01", + "sanitary_napkin.n.01", + "saucepan.n.01", + "saucepot.n.01", + "saucer.n.02", + "sauna_heater.n.01", + "savory_spice__shaker.n.01", + "saw.n.02", + "sax.n.02", + "scale.n.07", + "scale.n.10", + "scallop.n.02", + "scanner.n.02", + "scarf.n.01", + "scenery.n.01", + "schnitzel.n.01", + "scientific_instrument.n.01", + "scissors.n.01", + "scone.n.01", + "scoop.n.06", + "scoop_of_ice_cream.n.01", + "scoreboard.n.01", + "scraper.n.01", + "screen.n.01", + "screen.n.04", + "screen.n.05", + "screen.n.09", + "screw.n.04", + "screwdriver.n.01", + "scrub.n.01", + "scrub_brush.n.01", + "sculpture.n.01", + "seafood.n.01", + "seal.n.02", + "sealant__atomizer.n.01", + "sealant__bottle.n.01", + "seashell.n.01", + "seat.n.03", + "seat.n.04", + "seating.n.01", + "security_camera.n.01", + "security_system.n.02", + "self-propelled_vehicle.n.01", + "self-registering_thermometer.n.01", + "server.n.04", + "serving_cart.n.01", + "sesame_oil__bottle.n.01", + "sesame_seed__shaker.n.01", + "set.n.01", + "set.n.13", + "shade.n.03", + "shaft.n.03", + "shaker.n.03", + "shampoo__bottle.n.01", + "shampoo__dispenser.n.01", + "sharpener.n.01", + "shawl.n.01", + "shears.n.01", + "sheath.n.02", + "sheet.n.02", "sheet.n.03", + "sheet.n.06", "sheet_metal.n.01", + "shelf.n.01", + "shelf_back.n.01", + "shelf_baseboard.n.01", + "shelf_shelf.n.01", + "shelf_side.n.01", + "shelf_top.n.01", + "shell.n.02", + "shell.n.04", + "shell.n.05", + "shell.n.08", + "shell.n.10", + "shellfish.n.01", + "shelter.n.01", + "shelter.n.02", + "shield.n.01", + "shiitake.n.01", "shirt.n.01", + "shock_absorber.n.01", + "shoe.n.01", + "shoe_rack.n.01", + "shoebox.n.02", + "shopping_basket.n.01", + "shopping_cart.n.01", "short_pants.n.01", + "shortening__carton.n.01", + "shot_glass.n.01", "shoulder_bag.n.01", - "silk.n.01", + "shovel.n.01", + "shower.n.01", + "shower_stall.n.01", + "showerhead.n.01", + "shredder.n.01", + "shrub.n.01", + "shutter.n.02", + "side.n.05", + "sieve.n.01", + "sign.n.02", + "signal.n.01", + "signaling_device.n.01", + "signboard.n.01", + "signpost.n.01", + "silver.n.02", "simple_closed_curve.n.01", + "single-reed_instrument.n.01", + "sink.n.01", + "sirloin.n.01", + "skate.n.01", + "skateboard.n.01", + "skateboard_wheel.n.01", + "skeleton.n.04", + "skewer.n.01", + "ski.n.01", + "ski_boot.n.01", + "skiff.n.01", + "skimmer.n.02", "skirt.n.01", + "skyrocket.n.02", + "slab.n.01", "slacks.n.01", + "slat.n.01", "sleeping_bag.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", + "sliced__cucumber.n.01", + "sliced__eggplant.n.01", + "sliced__lemon.n.01", + "sliced__lime.n.01", + "sliced__melon.n.01", + "sliced__onion.n.01", + "sliced__papaya.n.01", + "sliced__roast_beef.n.01", + "sliced__tomato.n.01", + "slicer.n.02", + "slide_fastener.n.01", + "slingback.n.01", + "slot_machine.n.01", + "small_boat.n.01", + "snack_food.n.01", + "snack_rack.n.01", + "snapper.n.02", + "snow_globe.n.01", + "soap__bottle.n.01", + "soap_dish.n.01", + "soap_dispenser.n.01", + "soccer_ball.n.01", "sock.n.01", + "soda__can.n.01", + "soda_water__bottle.n.01", + "sodium_carbonate__jar.n.01", + "sodium_chloride.n.01", + "sofa.n.01", + "soft_roll.n.01", + "softball.n.01", + "soil__bag.n.01", + "solid_figure.n.01", + "solvent__bottle.n.01", "sorbent.n.01", + "sound_recording.n.01", + "soup__can.n.01", + "soup_bowl.n.01", + "soup_ladle.n.01", + "soupspoon.n.01", "sour_bread.n.01", + "source_of_illumination.n.01", + "soy_sauce__bottle.n.01", + "space_heater.n.01", + "spark_plug.n.01", + "sparkler.n.02", + "spatula.n.01", + "spatula.n.02", + "specimen_bottle.n.01", + "spectacles.n.01", + "spermatophyte.n.01", + "sphere.n.02", + "spice_cookie.n.01", "spice_cookie_dough.n.01", + "spinach.n.02", + "spirit_lamp.n.01", "sponge.n.01", - "sponge_cake.n.01", + "spoon.n.01", + "sports_equipment.n.01", + "sports_implement.n.01", + "spotlight.n.02", + "spout.n.01", + "spray_paint__can.n.01", + "springboard.n.01", + "sprinkler.n.01", + "sprout.n.01", + "spurge.n.01", + "square.n.08", + "squash.n.01", + "squeegee.n.01", + "squeeze_bottle.n.01", + "squeezer.n.01", + "squid.n.01", + "staff.n.02", + "stage_set.n.01", + "stairs.n.01", + "stairway.n.01", + "stake.n.05", + "stalk.n.02", + "stand.n.04", + "stand.n.10", + "standard.n.01", + "staple.n.04", + "staple.n.05", + "staple_gun.n.01", + "stapler.n.01", + "statue.n.01", + "steak.n.01", + "steamer.n.02", + "steel.n.03", "steel_wool.n.01", + "steering_wheel.n.01", + "stencil.n.01", + "step.n.04", + "stew__carton.n.01", + "stick.n.01", + "stick.n.06", + "sticky_note.n.01", + "stirrer.n.02", "stocking.n.01", + "stockpot.n.01", + "stone.n.02", + "stone_wall.n.01", + "stool.n.01", + "storage_container.n.01", + "storage_organizer.n.01", + "storage_space.n.01", + "stove.n.01", + "straight_chair.n.01", + "straight_pin.n.01", + "straightener.n.01", + "strainer.n.01", + "straw.n.04", + "strawberry.n.01", + "street_sign.n.01", + "strengthener.n.01", "string.n.01", + "stringed_instrument.n.01", + "strip.n.02", + "strip.n.05", + "strongbox.n.01", + "structural_member.n.01", + "structure.n.01", + "structure.n.03", + "stud.n.02", + "succulent.n.01", + "sugar__sack.n.01", + "sugar_cookie.n.01", "sugar_cookie_dough.n.01", + "sugar_syrup__bottle.n.01", "suit.n.01", + "sunflower.n.01", + "sunflower_seed__bag.n.01", + "sunglasses.n.02", + "sunscreen__bottle.n.01", + "support.n.07", + "support.n.10", + "supporting_structure.n.01", + "surface.n.01", + "sushi.n.01", + "swab.n.02", "sweat_suit.n.01", "sweater.n.01", "sweatshirt.n.01", + "sweet_corn.n.02", + "sweet_potato.n.02", + "sweet_roll.n.01", + "swimming_pool.n.01", "swimsuit.n.01", + "swing.n.02", + "swiss_cheese.n.01", + "switch.n.01", + "swivel_chair.n.01", + "symbol.n.01", "symbol.n.02", + "synthetic_resin.n.01", + "syringe.n.01", + "system.n.01", + "system_of_measurement.n.01", + "table.n.01", + "table.n.02", + "table_knife.n.01", + "table_lamp.n.01", "table_linen.n.01", "tablecloth.n.01", + "tablefork.n.01", + "tablespoon.n.02", + "tablet.n.05", + "tabletop.n.01", + "tableware.n.01", + "taboret.n.01", + "tack.n.02", + "taco.n.02", + "tag.n.01", + "tag.n.02", + "tail.n.01", + "tank.n.02", "tank_top.n.01", + "tape.n.01", "tape.n.04", "tarpaulin.n.01", + "tart.n.02", + "tartlet.n.01", "tassel.n.01", + "taxonomic_group.n.01", + "tea_bag.n.01", + "teacup.n.02", + "teapot.n.01", + "teaspoon.n.02", "teddy.n.01", - "throw.n.04", + "telephone.n.01", + "telephone_receiver.n.01", + "television_receiver.n.01", + "temptation.n.01", + "tenderloin.n.02", + "tennis_ball.n.01", + "tennis_racket.n.01", + "tent.n.01", + "tequila__bottle.n.01", + "terrarium.n.01", + "test_tube.n.01", + "test_tube_rack.n.01", + "text.n.01", + "textbook.n.01", + "thermometer.n.01", + "thermos.n.01", + "thermostat.n.01", + "thread.n.01", + "thumbtack.n.01", + "thyme__shaker.n.01", + "ticket.n.01", "tie.n.09", + "tiered_seat.n.01", "tights.n.01", + "tile.n.01", + "timepiece.n.01", + "timer.n.03", "tinsel.n.02", "tiramisu.n.01", + "tire.n.01", + "tissue.n.01", "tissue.n.02", + "tissue_dispenser.n.01", + "toast.n.01", + "toaster.n.02", + "toaster_oven.n.01", + "toasting_fork.n.01", + "tobacco.n.01", "tofu.n.02", + "toilet.n.02", + "toilet_paper_dispenser.n.01", + "toilet_paper_holder.n.01", + "toilet_soap__bottle.n.01", "toilet_tissue.n.01", + "token.n.01", + "tomato.n.02", + "tomato_juice__bottle.n.01", + "tomato_paste__can.n.01", + "tomato_sauce__jar.n.01", + "tongs.n.01", + "tool.n.01", + "toolbox.n.01", + "toothbrush.n.01", + "toothpick.n.01", + "top.n.08", + "top.n.09", "top.n.10", "tortilla.n.01", + "tortilla_chip.n.01", "towel.n.01", - "trouser.n.01", - "undergarment.n.01", - "underpants.n.01", - "underwear.n.01", - "velcro.n.01", - "velvet.n.01", - "vest.n.01", - "volleyball_net.n.01", - "white_goods.n.02", - "wick.n.02", - "window_blind.n.01", - "wire.n.01", - "woman's_clothing.n.01", - "wool.n.01", - "wool_coat.n.01", - "work-clothing.n.01", - "workwear.n.01", + "towel_rack.n.01", + "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", + "toy_figure.n.01", + "tract.n.01", + "trailer.n.03", + "trailer_truck.n.01", + "train_set.n.01", + "trampoline.n.01", + "transducer.n.01", + "transferred_property.n.01", + "trap.n.01", + "tray.n.01", + "treadmill.n.01", + "treasure.n.01", + "tree.n.01", + "trimmer.n.02", + "tripod.n.01", + "trombone.n.01", + "trophy.n.02", + "trouser.n.01", + "trout.n.01", + "trowel.n.01", + "truck.n.01", + "trunk.n.01", + "tub.n.02", + "tube.n.01", + "tube__of__lotion.n.01", + "tube__of__toothpaste.n.01", + "tulip.n.01", + "tumbler.n.02", + "tuna.n.02", + "tupperware.n.01", + "turf.n.01", + "turkey.n.04", + "turkey_leg.n.01", + "turner.n.08", + "turnip.n.02", + "turnstile.n.02", + "tweezers.n.01", + "umbrella.n.01", + "umbrella_rack.n.01", + "undergarment.n.01", + "underpants.n.01", + "underwear.n.01", + "upper_surface.n.01", + "upright.n.01", + "urinal.n.01", + "utensil.n.01", + "utility_knife.n.01", + "vacuum.n.04", + "vacuum_flask.n.01", + "valuable.n.01", + "valve.n.01", + "van.n.05", + "vanilla.n.01", + "vanilla__bottle.n.01", + "vase.n.01", + "veal.n.01", + "vegetable_oil__bottle.n.01", + "vegetation.n.01", + "vehicle.n.01", + "velcro.n.01", + "velvet.n.01", + "vending_machine.n.01", + "venison.n.01", + "vent.n.01", + "ventilator.n.01", + "vessel.n.02", + "vessel.n.03", + "vest.n.01", + "vidalia_onion.n.01", + "videodisk.n.01", + "vinegar__atomizer.n.01", + "vinegar__bottle.n.01", + "vinyl_polymer.n.01", + "violin.n.01", + "violin_case.n.01", + "virginia_ham.n.01", + "visual_communication.n.01", + "visual_signal.n.01", + "vitamin_pill__bottle.n.01", + "vivarium.n.01", + "vodka__bottle.n.01", + "volleyball.n.02", + "volleyball_net.n.01", + "wading_pool.n.01", + "wafer.n.02", + "waffle.n.01", + "waffle_iron.n.01", + "wagon.n.04", + "walker.n.04", + "walking_shoe.n.01", + "wall.n.01", + "wall_clock.n.01", + "wall_socket.n.01", + "wallboard.n.01", + "wallet.n.01", + "wallpaper.n.01", + "walnut.n.01", + "wardrobe.n.01", + "ware.n.01", + "washer.n.03", + "watch.n.01", + "water__atomizer.n.01", + "water__dispenser.n.01", + "water_bottle.n.01", + "water_cooler.n.01", + "water_faucet.n.01", + "water_filter.n.01", + "water_glass.n.02", + "watering_can.n.01", + "watermelon.n.02", + "wax_paper.n.01", + "way.n.06", + "wealth.n.03", + "weapon.n.01", + "weaponry.n.01", + "webcam.n.02", + "weed.n.01", + "weight.n.02", + "weightlift.n.01", + "wheel.n.01", + "wheeled_vehicle.n.01", + "whetstone.n.01", + "whipped_cream__atomizer.n.01", + "whipped_cream__can.n.01", + "whisk.n.01", + "whiskey__bottle.n.01", + "whiskey_stone.n.01", + "whistle.n.04", + "white_bread.n.01", + "white_chocolate.n.01", + "white_goods.n.01", + "white_goods.n.02", + "white_rice__sack.n.01", + "white_sauce__bottle.n.01", + "white_turnip.n.02", + "whitewall_tire.n.01", + "whole_garlic.n.01", + "wick.n.02", + "wicker_basket.n.01", + "wildfowl.n.01", + "wind_chime.n.01", + "wind_instrument.n.01", + "window.n.01", + "window_blind.n.01", + "windshield.n.01", + "wine_bottle.n.01", + "wine_sauce__bottle.n.01", + "wineglass.n.01", + "wing.n.09", + "winter_squash.n.01", + "wire.n.01", + "wire.n.02", + "wire_cutter.n.01", + "wok.n.01", + "woman's_clothing.n.01", + "wooden_spoon.n.02", + "woodenware.n.01", + "woodwind.n.01", + "woody_plant.n.01", + "wool.n.01", + "wool_coat.n.01", + "work-clothing.n.01", + "work.n.01", + "work.n.02", + "work_surface.n.01", + "worktable.n.01", + "workwear.n.01", + "wrapped_hamburger.n.01", "wrapping.n.01", "wrapping_paper.n.01", - "yoga_mat.n.01" + "wreath.n.01", + "wrench.n.03", + "writing.n.02", + "writing_board.n.01", + "writing_implement.n.01", + "writing_paper.n.01", + "written_communication.n.01", + "yam.n.03", + "yard.n.02", + "yeast__jar.n.01", + "yeast__shaker.n.01", + "yoga_mat.n.01", + "yogurt__carton.n.01", + "zucchini.n.02" ], - "foldable": [ + "deformable": [ "absorbent_material.n.01", "accessory.n.01", "aluminum_foil.n.01", @@ -36205,7 +38387,6 @@ "attire.n.01", "bag.n.04", "bagel_dough.n.01", - "bandage.n.01", "bandanna.n.01", "banner.n.01", "bap.n.01", @@ -36230,14 +38411,13 @@ "boxing_glove.n.01", "brassiere.n.01", "bread_slice.n.01", - "brown_bread.n.02", "brownie.n.03", "burlap.n.01", + "cable.n.02", "canvas.n.01", "cardigan.n.01", "case.n.19", "cheddar.n.02", - "cheese_pastry.n.01", "cheesecake.n.01", "cheesecloth.n.01", "chewing_gum.n.01", @@ -36246,15 +38426,13 @@ "chocolate_cookie_dough.n.01", "cloak.n.02", "closed_curve.n.01", - "cloth_covering.n.01", "coat.n.01", "cobweb.n.01", "collar.n.01", "cookie_dough.n.01", - "cornbread.n.01", "costume.n.01", "cotton.n.01", - "cotton.n.02", + "cotton.n.04", "crescent_roll.n.01", "crewneck_sweater.n.01", "cupcake.n.01", @@ -36273,19 +38451,18 @@ "drawers.n.01", "dress.n.01", "dress_shirt.n.01", - "dressing.n.04", "drygoods.n.01", "dumpling.n.01", "dumpling.n.02", - "dustcloth.n.01", "edible_cookie_dough.n.01", "egg_yolk.n.01", + "elastic_device.n.01", "emblem.n.01", "emblem.n.02", "fabric.n.01", "face_mask.n.01", + "fairy_light.n.01", "felt.n.01", - "feta.n.01", "flag.n.01", "flag.n.04", "flatbread.n.01", @@ -36308,15 +38485,16 @@ "hammock.n.03", "hand_towel.n.01", "handkerchief.n.01", + "hose.n.03", "hosiery.n.01", "huitre.n.01", + "icicle_lights.n.01", "jacket.n.01", "jean.n.01", "jersey.n.03", "jump_suit.n.01", "kid_glove.n.01", "knit.n.01", - "laundry.n.01", "legging.n.01", "leotard.n.01", "line.n.04", @@ -36343,7 +38521,6 @@ "outerwear.n.01", "overall.n.01", "overgarment.n.01", - "pajama.n.01", "pajama.n.02", "paper_towel.n.01", "pastry.n.01", @@ -36367,6 +38544,8 @@ "representational_process.n.01", "ribbon.n.01", "roll_dough.n.01", + "rope.n.01", + "rubber_band.n.01", "rubber_glove.n.01", "rug.n.01", "sacking.n.01", @@ -36379,7 +38558,6 @@ "shirt.n.01", "short_pants.n.01", "shoulder_bag.n.01", - "silk.n.01", "simple_closed_curve.n.01", "skirt.n.01", "slacks.n.01", @@ -36390,9 +38568,9 @@ "sour_bread.n.01", "spice_cookie_dough.n.01", "sponge.n.01", - "sponge_cake.n.01", "steel_wool.n.01", "stocking.n.01", + "string.n.01", "sugar_cookie_dough.n.01", "suit.n.01", "sweat_suit.n.01", @@ -36403,17 +38581,14 @@ "table_linen.n.01", "tablecloth.n.01", "tank_top.n.01", - "tape.n.04", "tarpaulin.n.01", "tassel.n.01", "teddy.n.01", - "throw.n.04", "tie.n.09", "tights.n.01", + "tinsel.n.02", "tiramisu.n.01", - "tissue.n.02", "tofu.n.02", - "toilet_tissue.n.01", "top.n.10", "tortilla.n.01", "towel.n.01", @@ -36426,7 +38601,9 @@ "vest.n.01", "volleyball_net.n.01", "white_goods.n.02", + "wick.n.02", "window_blind.n.01", + "wire.n.01", "woman's_clothing.n.01", "wool.n.01", "wool_coat.n.01", @@ -36450,16 +38627,13 @@ "boxing_equipment.n.01", "boxing_glove.n.01", "bread_slice.n.01", - "brown_bread.n.02", "brownie.n.03", "cheddar.n.02", - "cheese_pastry.n.01", "cheesecake.n.01", "chewing_gum.n.01", "chocolate_cake.n.01", "chocolate_cookie_dough.n.01", "cookie_dough.n.01", - "cornbread.n.01", "cotton.n.01", "crescent_roll.n.01", "cupcake.n.01", @@ -36473,7 +38647,6 @@ "dumpling.n.02", "edible_cookie_dough.n.01", "egg_yolk.n.01", - "feta.n.01", "flatbread.n.01", "frankfurter_bun.n.01", "friedcake.n.01", @@ -36501,7 +38674,6 @@ "sour_bread.n.01", "spice_cookie_dough.n.01", "sponge.n.01", - "sponge_cake.n.01", "steel_wool.n.01", "sugar_cookie_dough.n.01", "tassel.n.01", @@ -36509,127 +38681,74 @@ "tiramisu.n.01", "tofu.n.02" ], - "unfoldable": [ - "absorbent_material.n.01", + "cloth": [ "accessory.n.01", "aluminum_foil.n.01", "apparel.n.01", "apron.n.01", "attire.n.01", - "bag.n.04", - "bagel_dough.n.01", - "bandage.n.01", "bandanna.n.01", "banner.n.01", - "bap.n.01", - "baseball_glove.n.01", "basic_cognitive_process.n.01", "bath_linen.n.01", "bath_mat.n.01", "bath_towel.n.01", - "batting_glove.n.01", - "bean_curd.n.01", "bed_linen.n.01", "bedclothes.n.01", "belt.n.01", "belt.n.02", "bikini.n.02", - "biscuit.n.01", - "biscuit_dough.n.01", "blanket.n.01", - "bleu.n.01", "blouse.n.01", - "boxing_equipment.n.01", - "boxing_glove.n.01", "brassiere.n.01", - "bread_slice.n.01", - "brown_bread.n.02", - "brownie.n.03", "burlap.n.01", "canvas.n.01", "cardigan.n.01", "case.n.19", - "cheddar.n.02", - "cheese_pastry.n.01", - "cheesecake.n.01", "cheesecloth.n.01", - "chewing_gum.n.01", "chicken_wire.n.01", - "chocolate_cake.n.01", - "chocolate_cookie_dough.n.01", "cloak.n.02", "closed_curve.n.01", - "cloth_covering.n.01", "coat.n.01", "cobweb.n.01", "collar.n.01", - "cookie_dough.n.01", - "cornbread.n.01", "costume.n.01", - "cotton.n.01", - "cotton.n.02", - "crescent_roll.n.01", "crewneck_sweater.n.01", - "cupcake.n.01", - "curd.n.01", "curtain.n.01", "curve.n.01", - "cushion.n.03", - "danish.n.02", "diaper.n.01", "dinner_napkin.n.01", "dishtowel.n.01", "doily.n.01", - "doll.n.01", - "dough.n.01", - "doughnut.n.02", "drawers.n.01", "dress.n.01", "dress_shirt.n.01", - "dressing.n.04", "drygoods.n.01", - "dumpling.n.01", - "dumpling.n.02", - "dustcloth.n.01", - "edible_cookie_dough.n.01", - "egg_yolk.n.01", "emblem.n.01", "emblem.n.02", "fabric.n.01", "face_mask.n.01", "felt.n.01", - "feta.n.01", "flag.n.01", "flag.n.04", - "flatbread.n.01", "floor_cover.n.01", "foil.n.01", "footwear.n.01", - "frankfurter_bun.n.01", - "friedcake.n.01", - "fruitcake.n.02", "fur_coat.n.01", - "garlic_bread.n.01", "gauze.n.02", - "gelatin.n.02", - "gingerbread.n.01", "girdle.n.02", "gown.n.05", "gunnysack.n.01", - "half__feta.n.01", - "hamburger_bun.n.01", "hammock.n.03", "hand_towel.n.01", "handkerchief.n.01", "hosiery.n.01", - "huitre.n.01", "jacket.n.01", "jean.n.01", "jersey.n.03", "jump_suit.n.01", "kid_glove.n.01", "knit.n.01", - "laundry.n.01", "legging.n.01", "leotard.n.01", "line.n.04", @@ -36638,16 +38757,11 @@ "lingerie.n.01", "lining.n.01", "long_trousers.n.01", - "loofa.n.01", "loop.n.02", "maillot.n.01", - "marshmallow.n.01", "mask.n.04", "mat.n.01", "mattress_cover.n.01", - "mattress_pad.n.01", - "mozzarella.n.01", - "muffin.n.01", "napkin.n.01", "national_flag.n.01", "net.n.05", @@ -36656,16 +38770,11 @@ "outerwear.n.01", "overall.n.01", "overgarment.n.01", - "pajama.n.01", "pajama.n.02", "paper_towel.n.01", - "pastry.n.01", "pennant.n.02", "piece.n.01", "piece_of_cloth.n.01", - "pillow.n.01", - "pita.n.01", - "pizza_dough.n.01", "place_mat.n.01", "plastic_bag.n.01", "plastic_wrap.n.01", @@ -36679,34 +38788,22 @@ "raw_egg.n.01", "representational_process.n.01", "ribbon.n.01", - "roll_dough.n.01", "rubber_glove.n.01", "rug.n.01", "sacking.n.01", "sanitary_napkin.n.01", "scarf.n.01", - "scone.n.01", "shawl.n.01", "sheet.n.03", "sheet_metal.n.01", "shirt.n.01", "short_pants.n.01", - "shoulder_bag.n.01", - "silk.n.01", "simple_closed_curve.n.01", "skirt.n.01", "slacks.n.01", "sleeping_bag.n.01", - "sliced__chocolate_cake.n.01", "sock.n.01", - "sorbent.n.01", - "sour_bread.n.01", - "spice_cookie_dough.n.01", - "sponge.n.01", - "sponge_cake.n.01", - "steel_wool.n.01", "stocking.n.01", - "sugar_cookie_dough.n.01", "suit.n.01", "sweat_suit.n.01", "sweater.n.01", @@ -36716,17 +38813,9 @@ "table_linen.n.01", "tablecloth.n.01", "tank_top.n.01", - "tape.n.04", "tarpaulin.n.01", - "tassel.n.01", - "teddy.n.01", - "throw.n.04", "tie.n.09", "tights.n.01", - "tiramisu.n.01", - "tissue.n.02", - "tofu.n.02", - "toilet_tissue.n.01", "top.n.10", "tortilla.n.01", "towel.n.01", @@ -36749,13 +38838,12 @@ "wrapping_paper.n.01", "yoga_mat.n.01" ], - "cloth": [ + "drapeable": [ "accessory.n.01", "aluminum_foil.n.01", "apparel.n.01", "apron.n.01", "attire.n.01", - "bandage.n.01", "bandanna.n.01", "banner.n.01", "basic_cognitive_process.n.01", @@ -36771,6 +38859,7 @@ "blouse.n.01", "brassiere.n.01", "burlap.n.01", + "cable.n.02", "canvas.n.01", "cardigan.n.01", "case.n.19", @@ -36778,12 +38867,11 @@ "chicken_wire.n.01", "cloak.n.02", "closed_curve.n.01", - "cloth_covering.n.01", "coat.n.01", "cobweb.n.01", "collar.n.01", "costume.n.01", - "cotton.n.02", + "cotton.n.04", "crewneck_sweater.n.01", "curtain.n.01", "curve.n.01", @@ -36794,13 +38882,13 @@ "drawers.n.01", "dress.n.01", "dress_shirt.n.01", - "dressing.n.04", "drygoods.n.01", - "dustcloth.n.01", + "elastic_device.n.01", "emblem.n.01", "emblem.n.02", "fabric.n.01", "face_mask.n.01", + "fairy_light.n.01", "felt.n.01", "flag.n.01", "flag.n.04", @@ -36815,14 +38903,15 @@ "hammock.n.03", "hand_towel.n.01", "handkerchief.n.01", + "hose.n.03", "hosiery.n.01", + "icicle_lights.n.01", "jacket.n.01", "jean.n.01", "jersey.n.03", "jump_suit.n.01", "kid_glove.n.01", "knit.n.01", - "laundry.n.01", "legging.n.01", "leotard.n.01", "line.n.04", @@ -36844,7 +38933,6 @@ "outerwear.n.01", "overall.n.01", "overgarment.n.01", - "pajama.n.01", "pajama.n.02", "paper_towel.n.01", "pennant.n.02", @@ -36863,6 +38951,8 @@ "raw_egg.n.01", "representational_process.n.01", "ribbon.n.01", + "rope.n.01", + "rubber_band.n.01", "rubber_glove.n.01", "rug.n.01", "sacking.n.01", @@ -36873,13 +38963,13 @@ "sheet_metal.n.01", "shirt.n.01", "short_pants.n.01", - "silk.n.01", "simple_closed_curve.n.01", "skirt.n.01", "slacks.n.01", "sleeping_bag.n.01", "sock.n.01", "stocking.n.01", + "string.n.01", "suit.n.01", "sweat_suit.n.01", "sweater.n.01", @@ -36889,13 +38979,10 @@ "table_linen.n.01", "tablecloth.n.01", "tank_top.n.01", - "tape.n.04", "tarpaulin.n.01", - "throw.n.04", "tie.n.09", "tights.n.01", - "tissue.n.02", - "toilet_tissue.n.01", + "tinsel.n.02", "top.n.10", "tortilla.n.01", "towel.n.01", @@ -36908,7 +38995,9 @@ "vest.n.01", "volleyball_net.n.01", "white_goods.n.02", + "wick.n.02", "window_blind.n.01", + "wire.n.01", "woman's_clothing.n.01", "wool.n.01", "wool_coat.n.01", @@ -36920,10 +39009,11 @@ ], "rigidBody": [ "accessory.n.02", - "acetone__bottle.n.01", + "acetone__atomizer.n.01", "acknowledgment.n.03", "acorn.n.01", "acoustic_device.n.01", + "acquisition.n.02", "act.n.02", "activity.n.01", "adapter.n.02", @@ -36932,6 +39022,7 @@ "aerosol.n.02", "agaric.n.02", "agave.n.01", + "agent.n.01", "air_conditioner.n.01", "air_filter.n.01", "air_freshener__atomizer.n.01", @@ -36942,15 +39033,14 @@ "allen_wrench.n.01", "alliaceous_plant.n.01", "allspice__shaker.n.01", + "alphabet_abacus.n.01", "aluminum.n.01", "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", "ammunition.n.01", "anchor.n.01", "angiosperm.n.01", "animal.n.01", "animal_material.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antenna.n.01", "antipasto.n.01", @@ -37010,9 +39100,12 @@ "bag__of__fertilizer.n.01", "bag__of__flour.n.01", "bag__of__ice_cream.n.01", + "bag__of__jerky.n.01", + "bag__of__mulch.n.01", "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -37020,20 +39113,16 @@ "bag__of__yeast.n.01", "bagel.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chip.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "baguet.n.01", "bait.n.01", "baking_powder__jar.n.01", "ball.n.01", "balloon.n.01", + "balsamic_vinegar__bottle.n.01", "bamboo.n.01", "banana.n.02", "banana_bread.n.01", + "bandage.n.01", "bar.n.02", "bar.n.03", "bar.n.13", @@ -37046,6 +39135,7 @@ "barrow.n.03", "base.n.08", "baseball.n.02", + "baseball_bat.n.01", "baseball_cap.n.01", "baseboard.n.01", "basidiomycete.n.01", @@ -37059,19 +39149,18 @@ "bathtub.n.01", "battery.n.02", "bay_leaf.n.01", + "beach_toy.n.01", + "beaker.n.02", "bearing.n.06", "beating-reed_instrument.n.01", "bed.n.01", "bedroom_furniture.n.01", "beef_broth__carton.n.01", - "beef_roast.n.01", "beefsteak_tomato.n.01", "beer_barrel.n.01", "beer_bottle.n.01", - "beer_box.n.01", "beer_glass.n.01", "beer_tap.n.01", - "beeswax.n.01", "beeswax_candle.n.01", "beet.n.02", "bell.n.01", @@ -37094,7 +39183,7 @@ "blackboard.n.01", "blackboard_eraser.n.01", "blade.n.09", - "bleaching_agent__bottle.n.01", + "bleaching_agent__atomizer.n.01", "blender.n.01", "block.n.01", "blockage.n.02", @@ -37127,7 +39216,6 @@ "bottle__of__allspice.n.01", "bottle__of__almond_oil.n.01", "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", "bottle__of__antihistamines.n.01", "bottle__of__apple_cider.n.01", "bottle__of__apple_juice.n.01", @@ -37139,7 +39227,6 @@ "bottle__of__beer.n.01", "bottle__of__black_pepper.n.01", "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", "bottle__of__bug_repellent.n.01", "bottle__of__buttermilk.n.01", "bottle__of__carrot_juice.n.01", @@ -37187,6 +39274,7 @@ "bottle__of__lemon_juice.n.01", "bottle__of__lemon_sauce.n.01", "bottle__of__lemonade.n.01", + "bottle__of__lighter_fluid.n.01", "bottle__of__lime_juice.n.01", "bottle__of__liquid_soap.n.01", "bottle__of__lotion.n.01", @@ -37264,6 +39352,7 @@ "bowling_ball.n.01", "box.n.01", "box__of__almond_milk.n.01", + "box__of__aluminium_foil.n.01", "box__of__apple_juice.n.01", "box__of__baking_mix.n.01", "box__of__baking_powder.n.01", @@ -37286,7 +39375,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -37310,12 +39398,6 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "brace.n.09", "bracelet.n.02", "bracket.n.04", @@ -37337,7 +39419,6 @@ "broken__light_bulb.n.01", "broom.n.01", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "brush.n.02", "brussels_sprouts.n.01", @@ -37357,7 +39438,6 @@ "buskin.n.01", "bust.n.03", "butter.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", @@ -37377,8 +39457,10 @@ "can__of__baking_mix.n.01", "can__of__bay_leaves.n.01", "can__of__beans.n.01", + "can__of__cat_food.n.01", "can__of__coffee.n.01", "can__of__corn.n.01", + "can__of__dog_food.n.01", "can__of__icetea.n.01", "can__of__oatmeal.n.01", "can__of__sardines.n.01", @@ -37387,7 +39469,6 @@ "can__of__tomatoes.n.01", "candle.n.01", "candlestick.n.01", - "candy__box.n.01", "candy_cane.n.01", "candy_dispenser_shelf.n.01", "canister.n.02", @@ -37447,7 +39528,6 @@ "centerpiece.n.02", "ceramic.n.01", "ceramic_ware.n.01", - "cereal_box.n.01", "chain.n.03", "chain.n.05", "chain_saw.n.01", @@ -37474,7 +39554,7 @@ "chicken_broth__carton.n.01", "chicken_coop.n.01", "chicken_leg.n.01", - "chicken_soup__can.n.01", + "chicken_soup__carton.n.01", "chicken_tender.n.01", "chicken_wing.n.01", "chickpea__can.n.01", @@ -37487,7 +39567,6 @@ "chlorine__bottle.n.01", "chocolate_bar.n.01", "chocolate_biscuit.n.01", - "chocolate_box.n.01", "chocolate_chip_cookie.n.01", "chocolate_sauce__bottle.n.01", "chop.n.02", @@ -37508,6 +39587,7 @@ "clam.n.03", "clamp.n.01", "cleaning_implement.n.01", + "cleansing__bottle.n.01", "cleaver.n.01", "clip.n.03", "clipboard.n.01", @@ -37559,7 +39639,7 @@ "computer_game.n.01", "conch.n.01", "concrete.n.01", - "conditioner__bottle.n.01", + "conditioner__atomizer.n.01", "conditioner__dispenser.n.01", "cone.n.03", "conference_table.n.01", @@ -37573,6 +39653,7 @@ "cooker.n.01", "cookie_cutter.n.01", "cookie_sheet.n.01", + "cookie_stick.n.01", "cooking_oil__bottle.n.01", "cooking_utensil.n.01", "cooler.n.01", @@ -37584,7 +39665,6 @@ "cork.n.04", "corkscrew.n.01", "corn_chip.n.01", - "corn_flake__box.n.01", "cornet.n.01", "cornmeal__sack.n.01", "cornstarch__jar.n.01", @@ -37618,6 +39698,7 @@ "cue.n.04", "cumin__shaker.n.01", "cup.n.01", + "cup__of__ranch.n.01", "cup__of__yogurt.n.01", "cup_holder.n.01", "cupboard.n.01", @@ -37647,7 +39728,7 @@ "dental_floss.n.01", "denture.n.01", "deodorant__atomizer.n.01", - "deodorant__stick.n.01", + "deodorant_stick.n.01", "desert_plant.n.01", "desiccant.n.01", "desk.n.01", @@ -37683,16 +39764,16 @@ "document.n.01", "document.n.02", "dog_collar.n.01", - "dog_food__bag.n.01", "dog_food__can.n.01", "door.n.01", "dowel.n.01", "drawing.n.02", "drawstring_bag.n.01", "dreidel.n.01", + "dressing.n.04", "dried_apricot.n.01", "drill.n.01", - "drink_dispenser.n.01", + "drink__dispenser.n.01", "drinking_fountain.n.02", "drinking_vessel.n.01", "drip_pot.n.01", @@ -37722,7 +39803,6 @@ "edge_tool.n.01", "effort.n.02", "egg.n.02", - "egg__box.n.01", "eggplant.n.01", "electric_fan.n.01", "electric_lamp.n.01", @@ -37762,6 +39842,7 @@ "fence.n.01", "fennel.n.02", "fertilizer__atomizer.n.01", + "feta.n.01", "feta__box.n.01", "field.n.01", "figure.n.04", @@ -37808,6 +39889,7 @@ "fork.n.01", "foundation.n.03", "fountain.n.01", + "frail.n.02", "frame.n.10", "framework.n.03", "frank.n.02", @@ -37842,7 +39924,8 @@ "geode.n.01", "geographical_area.n.01", "geological_formation.n.01", - "gift__box.n.01", + "gift.n.01", + "gift_box.n.01", "gin__bottle.n.01", "ginger.n.03", "ginger__shaker.n.01", @@ -37851,7 +39934,6 @@ "glassware.n.01", "glaze__bottle.n.01", "globe.n.03", - "glue__bottle.n.01", "glue_stick.n.01", "goal.n.03", "goalkeeper_gloves.n.01", @@ -37886,34 +39968,38 @@ "ground_beef__package.n.01", "grouper.n.01", "guitar.n.01", - "gum__box.n.01", "gumbo.n.03", "gummed_label.n.01", "gun.n.01", "gym_shoe.n.01", "gymnastic_apparatus.n.01", - "hair_spray__can.n.01", "hairbrush.n.01", "hairpin.n.01", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", "half__coconut.n.01", "half__eggplant.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__log.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -37928,14 +40014,15 @@ "hand_dryer.n.01", "hand_glass.n.02", "hand_tool.n.01", - "handbook.n.01", "handcart.n.01", "handle.n.01", "handsaw.n.01", "handset.n.01", "handwheel.n.02", "hanger.n.02", + "hanging.n.01", "hard-boiled_egg.n.01", + "hard_candy.n.01", "hardback.n.01", "harness.n.01", "harvester.n.02", @@ -37990,8 +40077,8 @@ "hutch.n.01", "hydrogen_peroxide__bottle.n.01", "ice.n.01", - "ice_cream.n.01", "ice_cream__carton.n.01", + "ice_cream_cone.n.01", "ice_cube.n.01", "ice_lolly.n.01", "ice_maker.n.01", @@ -38003,6 +40090,7 @@ "implement.n.01", "indication.n.01", "indicator.n.03", + "infant_car_seat.n.01", "influence.n.03", "information.n.01", "information_bulletin.n.01", @@ -38011,6 +40099,7 @@ "ink_cartridge.n.01", "insectifuge__atomizer.n.01", "instant_coffee__jar.n.01", + "instrument.n.01", "invertebrate.n.01", "iron.n.04", "ironing_board.n.01", @@ -38019,8 +40108,8 @@ "jacket.n.05", "jade.n.01", "jade_roller.n.01", + "jam__dispenser.n.01", "jam__jar.n.01", - "jam_dispenser.n.01", "jar.n.01", "jar__of__bath_salt.n.01", "jar__of__beans.n.01", @@ -38040,7 +40129,6 @@ "jar__of__sugar.n.01", "jelly__jar.n.01", "jelly_bean__jar.n.01", - "jerky.n.01", "jewel.n.01", "jewelry.n.01", "jigsaw_puzzle.n.01", @@ -38057,7 +40145,6 @@ "kayak.n.01", "kayak_rack.n.01", "keepsake.n.01", - "keg.n.02", "kettle.n.01", "key.n.01", "key.n.15", @@ -38074,6 +40161,7 @@ "lab_exhaust_hood.n.01", "label.n.04", "labor.n.02", + "lace.n.01", "ladder.n.01", "ladle.n.01", "lamb.n.05", @@ -38093,7 +40181,6 @@ "leaf.n.01", "leaf_blower.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legal_document.n.01", "lemon-pepper_seasoning__shaker.n.01", @@ -38129,6 +40216,7 @@ "lint_screen.n.01", "lip_balm.n.01", "lipstick.n.01", + "liquid_carton.n.01", "liquid_soap__bottle.n.01", "list.n.01", "litter_box.n.01", @@ -38183,6 +40271,7 @@ "mayonnaise__jar.n.01", "measure.n.09", "measuring_cup.n.01", + "measuring_instrument.n.01", "measuring_stick.n.01", "meat_loaf.n.01", "meat_thermometer.n.01", @@ -38206,7 +40295,6 @@ "mint.n.04", "mint.n.05", "mirror.n.01", - "mix__box.n.01", "mixer.n.04", "mixing_bowl.n.01", "mock-up.n.01", @@ -38232,12 +40320,13 @@ "mug.n.04", "mulch__bag.n.01", "mushroom.n.05", + "music_stool.n.01", "musical_instrument.n.01", "muskmelon.n.02", "mussel.n.01", "mustard.n.03", "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", + "mustard_seed__shaker.n.01", "nail.n.02", "name_tag.n.01", "napkin_ring.n.01", @@ -38258,13 +40347,13 @@ "notebook.n.01", "notepad.n.01", "notepaper.n.01", - "novel.n.02", "nozzle.n.01", "nutmeg__shaker.n.01", "oar.n.01", "oat__box.n.01", "obstruction.n.01", "octopus.n.01", + "oil__bottle.n.01", "olive.n.04", "olive_oil__bottle.n.01", "omelet.n.01", @@ -38282,16 +40371,16 @@ "orchid.n.01", "oven.n.01", "oxtail.n.01", + "pack__of__bread.n.01", + "pack__of__chocolate_bar.n.01", "pack__of__cigarettes.n.01", + "pack__of__ground_beef.n.01", "pack__of__kielbasa.n.01", "pack__of__pasta.n.01", "pack__of__protein_powder.n.01", "pack__of__ramen.n.01", + "package.n.01", "package.n.02", - "packaged__bread.n.01", - "packaged__chocolate_bar.n.01", - "packaged_lemons.n.01", - "packaged_oranges.n.01", "packing_box.n.02", "packing_material.n.01", "pad.n.01", @@ -38316,12 +40405,14 @@ "parallel_bars.n.01", "parer.n.02", "parlor_game.n.01", - "parmesan__bottle.n.01", + "parmesan__shaker.n.01", "parsley.n.02", + "parsley__shaker.n.01", "parsnip.n.03", "partition.n.01", "party_favor.n.01", "pasta__box.n.01", + "pastry.n.02", "pastry_cutter.n.01", "path.n.04", "patty.n.01", @@ -38351,7 +40442,6 @@ "pepperoni.n.01", "perch.n.01", "percussion_instrument.n.01", - "perfume__bottle.n.01", "periodic_table.n.01", "peripheral.n.01", "person.n.01", @@ -38379,6 +40469,7 @@ "pie_crust.n.01", "piece.n.08", "pieplant.n.01", + "pile.n.01", "pill_bottle.n.01", "pillar_candle.n.01", "pin.n.09", @@ -38386,7 +40477,6 @@ "pineapple.n.02", "pineapple_juice__carton.n.01", "pinecone.n.01", - "pinwheel.n.03", "pipe.n.01", "pipe.n.02", "pipe_cleaner.n.01", @@ -38420,7 +40510,6 @@ "polish__bottle.n.01", "polymer.n.01", "polyvinyl_chloride.n.01", - "pome.n.01", "pomegranate.n.02", "pomelo.n.02", "pommel_horse.n.01", @@ -38462,6 +40551,7 @@ "power_washer.n.01", "prawn.n.01", "precious_metal.n.01", + "present.n.02", "press.n.02", "pressure_cooker.n.01", "pretzel.n.01", @@ -38480,6 +40570,7 @@ "pudding.n.01", "pulley.n.01", "pump.n.01", + "pump.n.03", "pumpkin.n.02", "pumpkin_seed__bag.n.01", "punching_bag.n.02", @@ -38511,12 +40602,12 @@ "receiver.n.01", "receptacle.n.01", "receptacle.n.03", + "reception_desk.n.01", "recess.n.04", "record_player.n.01", "recording.n.03", "recreational_vehicle.n.01", "recycling_bin.n.01", - "reference_book.n.01", "reflector.n.01", "refried_beans__can.n.01", "refrigerator.n.01", @@ -38535,6 +40626,7 @@ "ring.n.08", "ripsaw.n.01", "road.n.01", + "roast.n.01", "roaster.n.04", "rock.n.01", "rocking_chair.n.01", @@ -38554,13 +40646,13 @@ "rubber_boot.n.01", "rubber_eraser.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", "ruby.n.01", "rule.n.12", "rum__bottle.n.01", "runner.n.09", "rutabaga.n.01", "sack.n.01", + "sack__of__brown_rice.n.01", "saddle_soap__bottle.n.01", "safety_glass.n.01", "saffron__shaker.n.01", @@ -38581,6 +40673,7 @@ "saucepot.n.01", "saucer.n.02", "sauna_heater.n.01", + "savory_spice__shaker.n.01", "saw.n.02", "sax.n.02", "scale.n.07", @@ -38592,6 +40685,7 @@ "scientific_instrument.n.01", "scissors.n.01", "scoop.n.06", + "scoop_of_ice_cream.n.01", "scoreboard.n.01", "scraper.n.01", "screen.n.01", @@ -38617,7 +40711,7 @@ "server.n.04", "serving_cart.n.01", "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", + "sesame_seed__shaker.n.01", "set.n.01", "set.n.13", "shade.n.03", @@ -38664,6 +40758,7 @@ "sign.n.02", "signaling_device.n.01", "signboard.n.01", + "signpost.n.01", "silver.n.02", "single-reed_instrument.n.01", "sink.n.01", @@ -38680,7 +40775,9 @@ "skyrocket.n.02", "slab.n.01", "slat.n.01", + "sliced__brisket.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -38706,6 +40803,7 @@ "sodium_carbonate__jar.n.01", "sodium_chloride.n.01", "sofa.n.01", + "soft_roll.n.01", "softball.n.01", "soil__bag.n.01", "solid_figure.n.01", @@ -38740,6 +40838,7 @@ "square.n.08", "squash.n.01", "squeegee.n.01", + "squeeze_bottle.n.01", "squeezer.n.01", "squid.n.01", "staff.n.02", @@ -38769,7 +40868,9 @@ "stirrer.n.02", "stockpot.n.01", "stone.n.02", + "stone_wall.n.01", "stool.n.01", + "storage_container.n.01", "storage_organizer.n.01", "storage_space.n.01", "stove.n.01", @@ -38831,6 +40932,7 @@ "tail.n.01", "tank.n.02", "tape.n.01", + "tape.n.04", "tart.n.02", "tartlet.n.01", "taxonomic_group.n.01", @@ -38864,6 +40966,7 @@ "timer.n.03", "tire.n.01", "tissue.n.01", + "tissue.n.02", "tissue_dispenser.n.01", "toast.n.01", "toaster.n.02", @@ -38874,7 +40977,9 @@ "toilet_paper_dispenser.n.01", "toilet_paper_holder.n.01", "toilet_soap__bottle.n.01", + "toilet_tissue.n.01", "token.n.01", + "tomato.n.02", "tomato_juice__bottle.n.01", "tomato_paste__can.n.01", "tomato_sauce__jar.n.01", @@ -38888,6 +40993,8 @@ "tortilla_chip.n.01", "towel_rack.n.01", "toy_box.n.01", + "toy_car.n.01", + "toy_dice.n.01", "toy_figure.n.01", "tract.n.01", "trailer.n.03", @@ -38895,6 +41002,7 @@ "train_set.n.01", "trampoline.n.01", "transducer.n.01", + "transferred_property.n.01", "trap.n.01", "tray.n.01", "treadmill.n.01", @@ -38909,7 +41017,6 @@ "truck.n.01", "trunk.n.01", "tub.n.02", - "tube.n.04", "tube__of__lotion.n.01", "tube__of__toothpaste.n.01", "tulip.n.01", @@ -38946,7 +41053,6 @@ "venison.n.01", "vent.n.01", "ventilator.n.01", - "vessel.n.01", "vessel.n.02", "vessel.n.03", "vidalia_onion.n.01", @@ -38981,9 +41087,9 @@ "washer.n.03", "watch.n.01", "water__atomizer.n.01", + "water__dispenser.n.01", "water_bottle.n.01", "water_cooler.n.01", - "water_dispenser.n.01", "water_faucet.n.01", "water_filter.n.01", "water_glass.n.02", @@ -39046,10 +41152,9 @@ "written_communication.n.01", "yam.n.03", "yard.n.02", - "yeast__bottle.n.01", "yeast__jar.n.01", + "yeast__shaker.n.01", "yogurt__carton.n.01", - "yogurt__cup.n.01", "zucchini.n.02" ], "boilable": [ @@ -39082,6 +41187,7 @@ "brew.n.01", "broth.n.01", "broth.n.02", + "brownie_batter.n.01", "bubble.n.01", "butane.n.01", "buttermilk.n.01", @@ -39236,6 +41342,7 @@ "mojito.n.01", "molasses.n.01", "mousse.n.01", + "muffin_batter.n.01", "mushroom_sauce.n.01", "mustard.n.02", "nectar.n.01", @@ -39317,6 +41424,7 @@ "vinegar.n.01", "vinegar_cleaning_solution.n.01", "vodka.n.01", + "waffle_batter.n.01", "water.n.01", "water.n.06", "whipped_cream.n.01", @@ -39357,6 +41465,7 @@ "bag__of__oranges.n.01", "bag__of__popcorn.n.01", "bag__of__rice.n.01", + "bag__of__rubbish.n.01", "bag__of__shiitake.n.01", "bag__of__snacks.n.01", "bag__of__starch.n.01", @@ -39364,23 +41473,18 @@ "bag__of__yeast.n.01", "bagel_dough.n.01", "baggage.n.01", - "bagged__rubbish.n.01", - "bagged_chocolate_bar.n.01", - "bagged_cookie.n.01", - "bagged_ice_cream.n.01", - "bagged_popcorn.n.01", "bamboo.n.01", "banana_bread.n.01", "banner.n.01", - "bap.n.01", "bark.n.01", + "barrel.n.02", "baseboard.n.01", "basic_cognitive_process.n.01", "bath_towel.n.01", "bean.n.03", "beef_broth__carton.n.01", "beer_barrel.n.01", - "beer_box.n.01", + "beeswax_candle.n.01", "bikini.n.02", "binder.n.03", "biological_group.n.01", @@ -39414,7 +41518,6 @@ "box__of__flour.n.01", "box__of__fruit.n.01", "box__of__granola_bars.n.01", - "box__of__gum.n.01", "box__of__ice_cream.n.01", "box__of__lasagna.n.01", "box__of__lemons.n.01", @@ -39438,29 +41541,19 @@ "boxed__cpu_board.n.01", "boxed__ink_cartridge.n.01", "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", "boxing_equipment.n.01", "boxing_glove.n.01", "branch.n.02", "breast.n.03", - "brown_bread.n.02", "brown_rice__sack.n.01", - "brown_sugar__box.n.01", "brown_sugar__sack.n.01", "bulletin.n.01", "bunchgrass.n.01", "bush_bean.n.01", "butane.n.01", - "butter__box.n.01", "butter__package.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", - "candy__box.n.01", "cantaloup.n.02", "cap.n.02", "car_tire.n.01", @@ -39472,13 +41565,11 @@ "cedar_chest.n.01", "charcoal.n.01", "cheddar.n.02", - "cheese_pastry.n.01", "cherry_filling.n.01", "chia_seed__bag.n.01", "chicken_breast.n.02", "chicken_tender.n.01", "chicken_wing.n.01", - "chocolate_box.n.01", "chocolate_cake.n.01", "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", @@ -39537,10 +41628,10 @@ "cooked__onion_powder.n.01", "cooked__orzo.n.01", "cooked__paprika.n.01", + "cooked__pea.n.01", "cooked__popcorn.n.01", "cooked__pumpkin_seed.n.01", "cooked__quinoa.n.01", - "cooked__ramen.n.01", "cooked__red_meat_sauce.n.01", "cooked__red_wine.n.01", "cooked__saffron.n.01", @@ -39549,21 +41640,19 @@ "cooked__sunflower_seed.n.01", "cooked__white_rice.n.01", "cooked__white_wine.n.01", + "cookie_dough.n.01", "cork.n.04", "corn.n.03", "corn_flake.n.01", - "corn_flake__box.n.01", "cornmeal__sack.n.01", "correspondence.n.01", "cotton.n.01", - "cotton.n.02", "crate.n.01", "cream_cheese__box.n.01", "crescent_roll.n.01", "crewneck_sweater.n.01", "curtain.n.01", "cushion.n.03", - "diced__beef_roast.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", "diced__bratwurst.n.01", @@ -39576,6 +41665,7 @@ "diced__clove.n.01", "diced__feta.n.01", "diced__green_onion.n.01", + "diced__head_cabbage.n.01", "diced__lettuce.n.01", "diced__spinach.n.01", "diced__steak.n.01", @@ -39583,9 +41673,9 @@ "diced__virginia_ham.n.01", "diced__zucchini.n.01", "dinner_napkin.n.01", + "dip.n.07", "dixie_cup.n.01", "dog_collar.n.01", - "dog_food__bag.n.01", "doily.n.01", "doughnut.n.02", "drawers.n.01", @@ -39594,8 +41684,6 @@ "dried_apricot.n.01", "dumpling.n.01", "durian.n.02", - "dustcloth.n.01", - "egg__box.n.01", "ember.n.01", "emblem.n.01", "emblem.n.02", @@ -39623,7 +41711,7 @@ "gasoline.n.01", "gelatin__box.n.01", "genus.n.02", - "gift__box.n.01", + "gift_box.n.01", "gin.n.01", "globe.n.03", "gown.n.05", @@ -39643,10 +41731,8 @@ "half__potato.n.01", "half__vidalia_onion.n.01", "hamburger_bun.n.01", - "handbook.n.01", "hard-boiled_egg.n.01", "hardback.n.01", - "heap__of__granola.n.01", "hiking_boot.n.01", "holly.n.03", "hummus__box.n.01", @@ -39685,10 +41771,10 @@ "match.n.01", "matchbox.n.01", "matchwood.n.01", + "measuring_stick.n.01", "medium.n.07", "message.n.01", "methane_series.n.01", - "mix__box.n.01", "mock-up.n.01", "molding.n.02", "mop_bucket.n.01", @@ -39698,14 +41784,12 @@ "news.n.02", "newspaper.n.03", "notepaper.n.01", - "novel.n.02", "oar.n.01", "oat__box.n.01", "orzo.n.01", "outerwear.n.01", "pack__of__cigarettes.n.01", "pack__of__pasta.n.01", - "package.n.02", "packing_box.n.02", "paddle.n.04", "paper_coffee_filter.n.01", @@ -39714,6 +41798,7 @@ "paraffin.n.01", "pasta__box.n.01", "patty.n.01", + "peanut.n.04", "pellet_food__bag.n.01", "periodic_table.n.01", "petal.n.01", @@ -39741,38 +41826,40 @@ "raisin__box.n.01", "ravioli.n.01", "receipt.n.02", - "reference_book.n.01", "report.n.03", "representational_process.n.01", "rice_cooker.n.01", + "roast.n.01", "roll_dough.n.01", "rope.n.01", "rubber_eraser.n.01", "rubber_glove.n.01", "rubbing_alcohol.n.01", "rug.n.01", + "rule.n.12", "sack.n.01", "sandglass.n.01", "sawdust.n.01", "shawl.n.01", "sheet.n.02", "sheet.n.03", + "shell.n.05", "shortening__carton.n.01", "shoulder_bag.n.01", - "silk.n.01", "skiff.n.01", "skyrocket.n.02", "sliced__chocolate_cake.n.01", + "sliced__eggplant.n.01", "sliced__roast_beef.n.01", "slingback.n.01", "sock.n.01", + "soft_roll.n.01", "soil__bag.n.01", "solvent.n.01", "sour_bread.n.01", "space_heater.n.01", "sphere.n.02", "spice_cookie.n.01", - "sponge_cake.n.01", "stake.n.05", "sticky_note.n.01", "sugar__sack.n.01", @@ -39786,7 +41873,6 @@ "tartlet.n.01", "taxonomic_group.n.01", "tequila.n.01", - "throw.n.04", "tiramisu.n.01", "tofu.n.02", "tree.n.01", @@ -39840,6 +41926,7 @@ "brew.n.01", "broth.n.01", "broth.n.02", + "brownie_batter.n.01", "bubble.n.01", "butane.n.01", "buttermilk.n.01", @@ -39994,6 +42081,7 @@ "mojito.n.01", "molasses.n.01", "mousse.n.01", + "muffin_batter.n.01", "mushroom_sauce.n.01", "mustard.n.02", "nectar.n.01", @@ -40075,6 +42163,7 @@ "vinegar.n.01", "vinegar_cleaning_solution.n.01", "vodka.n.01", + "waffle_batter.n.01", "water.n.01", "water.n.06", "whipped_cream.n.01", @@ -40087,15 +42176,12 @@ "worcester_sauce.n.01", "yogurt.n.01" ], - "substance": [ + "physicalSubstance": [ "acetone.n.01", "acid.n.01", - "adhesive_material.n.01", - "agamete.n.01", "aioli.n.01", "alcohol.n.01", "alcohol.n.02", - "alga.n.01", "aliphatic_compound.n.01", "allspice.n.03", "almond.n.02", @@ -40105,14 +42191,12 @@ "antifreeze.n.01", "antifungal.n.01", "antihistamine.n.01", - "appearance.n.01", "apple_juice.n.01", "applesauce.n.01", "arborio_rice.n.01", "arenaceous_rock.n.01", "ash.n.01", "asphalt.n.01", - "atmospheric_phenomenon.n.01", "baby_oil.n.01", "baking_powder.n.01", "barbecue_sauce.n.01", @@ -40133,19 +42217,18 @@ "blueberry.n.02", "blueberry_mousse.n.01", "body_substance.n.01", - "body_waste.n.01", "borax.n.01", "bouillon.n.01", "bourbon.n.02", "brandy.n.01", "breadcrumb.n.01", + "breakfast_food.n.01", "brew.n.01", - "brightness.n.01", "broth.n.01", "broth.n.02", "brown_rice.n.01", "brown_sugar.n.01", - "bryophyte.n.01", + "brownie_batter.n.01", "bubble.n.01", "bunchgrass.n.01", "bush_bean.n.01", @@ -40169,6 +42252,8 @@ "cat_food.n.01", "catsup.n.01", "cayenne.n.02", + "cereal.n.01", + "cereal.n.03", "chaff.n.01", "chalk.n.01", "champagne.n.01", @@ -40193,28 +42278,22 @@ "climber.n.01", "clove.n.04", "coal.n.01", - "coat_of_paint.n.01", - "coating.n.01", "coca_cola.n.01", "cocktail.n.01", "cocoa.n.01", - "cocoa.n.02", "cocoa_powder.n.01", "coconut.n.01", "coconut_milk.n.01", "coconut_oil.n.01", "coffee.n.01", "coffee_bean.n.01", - "coffee_grounds.n.01", "cola.n.02", + "cold_cereal.n.01", "coloring.n.01", - "coloring_material.n.01", "common_bean.n.01", "composition.n.03", "compost.n.01", - "concave_shape.n.01", "conchiglie.n.01", - "condition.n.01", "conditioner.n.03", "confiture.n.01", "conserve.n.01", @@ -40268,7 +42347,6 @@ "cooked__popcorn.n.01", "cooked__pumpkin_seed.n.01", "cooked__quinoa.n.01", - "cooked__ramen.n.01", "cooked__red_meat_sauce.n.01", "cooked__red_wine.n.01", "cooked__saffron.n.01", @@ -40287,7 +42365,6 @@ "cornmeal.n.01", "cornstarch.n.01", "cottage_cheese.n.01", - "covering_material.n.01", "cranberry.n.02", "cranberry_juice.n.01", "cream.n.02", @@ -40301,14 +42378,11 @@ "curry.n.01", "curry_powder.n.01", "custard.n.01", - "debris.n.01", "dentifrice.n.01", "deodorant.n.01", - "depression.n.08", "detergent.n.02", "diced__apple.n.01", "diced__avocado.n.01", - "diced__beef_roast.n.01", "diced__beefsteak_tomato.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", @@ -40330,10 +42404,12 @@ "diced__lemon.n.01", "diced__lettuce.n.01", "diced__mango.n.01", + "diced__orange.n.01", "diced__pineapple.n.01", "diced__potato.n.01", "diced__spinach.n.01", "diced__steak.n.01", + "diced__strawberry.n.01", "diced__vidalia_onion.n.01", "diced__virginia_ham.n.01", "diced__watermelon.n.01", @@ -40341,42 +42417,29 @@ "diet.n.01", "dietary_supplement.n.01", "dip.n.04", - "dirt.n.02", - "dirtiness.n.01", - "discharge.n.03", "disinfectant.n.01", "dog_food.n.01", "dose.n.01", - "dregs.n.01", "dressing.n.01", + "dried_cranberry.n.01", "drink.n.01", "drip_coffee.n.01", - "dust.n.01", "dye.n.01", - "earth.n.02", "edible_fat.n.01", "edible_seed.n.01", "egg_white.n.01", "eggnog.n.01", - "ember.n.01", - "enamel.n.04", "espresso.n.01", "essential_oil.n.01", - "exudate.n.01", - "eyeshadow.n.01", "fabric_softener.n.01", "fare.n.04", "fat.n.01", - "fecal_matter.n.01", "feed.n.01", "fennel.n.04", - "ferric_oxide.n.01", "fertilizer.n.01", "filament.n.03", "filling.n.03", - "film.n.04", "fish_stew.n.01", - "flat_coat.n.01", "floor_wax.n.01", "flour.n.01", "fluid.n.01", @@ -40384,7 +42447,6 @@ "foam.n.01", "fodder.n.02", "fossil_fuel.n.01", - "fragment.n.01", "fritter_batter.n.01", "frosting.n.01", "fruit_drink.n.01", @@ -40399,24 +42461,22 @@ "ginger_ale.n.01", "ginger_beer.n.01", "glaze.n.01", - "glitter.n.01", "globule.n.01", + "gramineous_plant.n.01", "granola.n.01", "granulated_salt.n.01", "granulated_sugar.n.01", + "grass.n.01", "grated_cheese.n.01", "gravel.n.01", "gravy.n.01", - "grease.n.01", "green_tea.n.01", "green_tea_latte.n.01", "grit.n.01", "ground_beef.n.01", "ground_coffee.n.01", - "grounds.n.05", "grout.n.01", "guacamole.n.01", - "gum.n.03", "gunpowder.n.01", "hair.n.04", "hair_spray.n.01", @@ -40427,14 +42487,12 @@ "honey.n.01", "hot_sauce.n.01", "hot_toddy.n.01", - "house_paint.n.01", "humate.n.01", "hummus.n.01", "hydrocarbon.n.01", "hydrogen_peroxide.n.01", "iced_cappuccino.n.01", "iced_chocolate.n.01", - "incision.n.01", "ink.n.01", "insectifuge.n.01", "instant_coffee.n.01", @@ -40449,7 +42507,6 @@ "ketone.n.01", "kidney_bean.n.01", "kiss.n.03", - "lacquer.n.01", "lamb_stew.n.01", "leaven.n.01", "legume.n.01", @@ -40459,12 +42516,10 @@ "lemon_water.n.01", "lemonade.n.01", "lentil.n.01", - "light.n.07", "lima_bean.n.03", "lime_juice.n.01", "limeade.n.01", "linseed_oil.n.01", - "lint.n.01", "liqueur.n.01", "liquid.n.01", "liquid.n.03", @@ -40497,39 +42552,30 @@ "melted__white_chocolate.n.01", "meringue.n.01", "methane_series.n.01", - "microorganism.n.01", - "mildew.n.02", "milk.n.01", "milk.n.04", "milkshake.n.01", "miso.n.01", "mix.n.01", "mixed_drink.n.01", - "mixture.n.01", "mojito.n.01", "molasses.n.01", - "mold.n.05", "morsel.n.02", - "moss.n.01", "mousse.n.01", - "mud.n.03", + "muffin_batter.n.01", "mulch.n.01", "mushroom_sauce.n.01", "mustard.n.02", "mustard_seasoning.n.01", "mustard_seed.n.01", - "nail_polish.n.01", - "natural_phenomenon.n.01", "nectar.n.01", "nitrogen.n.01", - "nonvascular_organism.n.01", "noodle.n.01", "nut_butter.n.01", "nutmeg.n.02", "nutrient.n.02", "oat.n.02", "oatmeal.n.01", - "oil.n.01", "old_fashioned.n.01", "olive_oil.n.01", "onion_powder.n.01", @@ -40539,14 +42585,10 @@ "orange_zest.n.01", "orzo.n.01", "oxidant.n.01", - "oxide.n.01", - "paint.n.01", "pancake_batter.n.01", "papaya_juice.n.01", "paprika.n.02", "parmesan.n.01", - "particulate.n.01", - "patina.n.01", "pea.n.01", "peanut.n.04", "peanut_butter.n.01", @@ -40563,16 +42605,12 @@ "petfood.n.01", "petite_marmite.n.01", "petrolatum.n.01", - "phenomenon.n.01", - "physical_phenomenon.n.01", "pill.n.01", "pill.n.02", "pine_nut.n.01", "pineapple_juice.n.01", "pistachio.n.02", - "plaster.n.01", "polish.n.03", - "pollen.n.01", "polysaccharide.n.01", "pop.n.02", "popcorn.n.02", @@ -40580,15 +42618,10 @@ "porridge.n.01", "poultry_seasoning.n.01", "powder.n.03", - "precipitation.n.03", - "process.n.06", - "property.n.02", - "protoctist.n.01", "pumpkin_pie_spice.n.01", "pumpkin_seed.n.01", "punch.n.02", "puree.n.01", - "quality.n.01", "quinoa.n.01", "raisin.n.01", "ravioli.n.01", @@ -40604,9 +42637,7 @@ "rosemary.n.02", "roux.n.01", "rubbing_alcohol.n.01", - "rubbish.n.01", "rum.n.01", - "rust.n.01", "saddle_soap.n.01", "saffron.n.02", "sage.n.02", @@ -40614,29 +42645,21 @@ "salsa.n.01", "salt.n.01", "salt.n.02", - "sand.n.04", "sandstone.n.01", "sangaree.n.01", - "sanitary_condition.n.01", "sap.n.01", "sauce.n.01", "sawdust.n.01", "scotch.n.02", "scrambled_eggs.n.01", - "scum.n.02", - "seal.n.07", - "sealant.n.01", - "sealing_material.n.01", "seawater.n.01", "secretion.n.02", - "sediment.n.01", "sesame_oil.n.01", "sesame_seed.n.01", "shampoo.n.01", "shell_bean.n.02", "shortening.n.01", "smoothie.n.02", - "snow.n.01", "soda_water.n.03", "sodium_carbonate.n.01", "soft_drink.n.01", @@ -40649,28 +42672,20 @@ "soy.n.04", "soy_sauce.n.01", "soya_milk.n.01", - "spackle.n.01", "spaghetti.n.01", "spaghetti_sauce.n.01", "spar.n.01", "sparkling_wine.n.01", - "spore.n.01", - "spray_paint.n.01", "spread.n.05", - "stain.n.01", "starch.n.01", - "state.n.02", "stew.n.02", - "stucco.n.01", "stuffing.n.01", - "sugar_coffee_scrub.n.01", "sugar_syrup.n.01", "sulfate.n.01", "sunflower_seed.n.01", "sunscreen.n.01", "syrup.n.01", "talcum.n.02", - "tarnish.n.02", "taste.n.05", "tea.n.01", "tequila.n.01", @@ -40687,19 +42702,16 @@ "topping.n.01", "turmeric.n.02", "vanilla.n.02", - "varnish.n.01", "vaseline.n.01", "vegetable_matter.n.01", "vegetable_oil.n.01", "vinegar.n.01", "vinegar_cleaning_solution.n.01", - "visual_property.n.01", "vitamin_pill.n.01", "vodka.n.01", + "waffle_batter.n.01", "water.n.01", "water.n.06", - "wax_remnant.n.01", - "weather.n.01", "wheat.n.02", "whipped_cream.n.01", "whiskey.n.01", @@ -40711,998 +42723,884 @@ "wine_sauce.n.01", "wood_chip.n.01", "worcester_sauce.n.01", - "wrinkle.n.01", "yeast.n.01", "yogurt.n.01" ], - "breakable": [ - "acetone__bottle.n.01", + "substance": [ + "acetone.n.01", + "acid.n.01", + "adhesive_material.n.01", + "agamete.n.01", "aioli.n.01", - "ammonia_water__bottle.n.01", - "apple_juice__bottle.n.01", - "armchair.n.01", - "baking_powder__jar.n.01", - "bar.n.13", - "barbecue_sauce__bottle.n.01", - "basil__jar.n.01", - "beer_bottle.n.01", - "beer_glass.n.01", - "bleaching_agent__bottle.n.01", - "bottle.n.03", - "bottle__of__alfredo_sauce.n.01", - "bottle__of__allspice.n.01", - "bottle__of__almond_oil.n.01", - "bottle__of__apple_cider.n.01", - "bottle__of__apple_juice.n.01", - "bottle__of__applesauce.n.01", - "bottle__of__balsamic_vinegar.n.01", - "bottle__of__beer.n.01", - "bottle__of__black_pepper.n.01", - "bottle__of__brandy.n.01", - "bottle__of__champagne.n.01", - "bottle__of__coffee.n.01", - "bottle__of__coke.n.01", - "bottle__of__cologne.n.01", - "bottle__of__cranberry_juice.n.01", - "bottle__of__essential_oil.n.01", - "bottle__of__fruit_punch.n.01", - "bottle__of__garlic_sauce.n.01", - "bottle__of__gin.n.01", - "bottle__of__ginger_beer.n.01", - "bottle__of__lavender_oil.n.01", - "bottle__of__lemon_sauce.n.01", - "bottle__of__lemonade.n.01", - "bottle__of__mushroom_sauce.n.01", - "bottle__of__orange_juice.n.01", - "bottle__of__papaya_juice.n.01", - "bottle__of__perfume.n.01", - "bottle__of__pesto.n.01", - "bottle__of__pizza_sauce.n.01", - "bottle__of__pop.n.01", - "bottle__of__rum.n.01", - "bottle__of__sake.n.01", - "bottle__of__salsa.n.01", - "bottle__of__sangria.n.01", - "bottle__of__soda.n.01", - "bottle__of__soy_sauce.n.01", - "bottle__of__tea.n.01", - "bottle__of__tequila.n.01", - "bottle__of__tonic.n.01", - "bottle__of__vodka.n.01", - "bottle__of__whiskey.n.01", - "bottle__of__wine.n.01", - "bourbon__bottle.n.01", - "bowl.n.01", - "brandy__bottle.n.01", - "broken__glass.n.01", - "broken__light_bulb.n.01", - "burette.n.01", - "bust.n.03", - "cabinet.n.03", - "cabinet.n.04", + "alcohol.n.01", + "alcohol.n.02", + "alga.n.01", + "aliphatic_compound.n.01", + "allspice.n.03", + "almond.n.02", + "almond_oil.n.01", + "ammonia_water.n.01", + "analgesic.n.01", + "antifreeze.n.01", + "antifungal.n.01", + "antihistamine.n.01", + "appearance.n.01", + "apple_juice.n.01", + "applesauce.n.01", + "arborio_rice.n.01", + "arenaceous_rock.n.01", + "ash.n.01", + "asphalt.n.01", + "atmospheric_phenomenon.n.01", + "baby_oil.n.01", + "baking_powder.n.01", + "barbecue_sauce.n.01", + "barley.n.02", + "batter.n.02", + "bean.n.03", + "beaten_egg.n.01", + "beef.n.02", + "beef_broth.n.01", + "beef_stew.n.01", + "beer.n.01", + "berry.n.02", + "beverage.n.01", + "bird_feed.n.01", + "black_bean.n.01", + "black_pepper.n.02", + "bleaching_agent.n.01", + "blueberry.n.02", + "blueberry_mousse.n.01", + "body_substance.n.01", + "body_waste.n.01", + "borax.n.01", + "bouillon.n.01", + "bourbon.n.02", + "brandy.n.01", + "breadcrumb.n.01", + "breakfast_food.n.01", + "brew.n.01", + "brightness.n.01", + "broth.n.01", + "broth.n.02", + "brown_rice.n.01", + "brown_sugar.n.01", + "brownie_batter.n.01", + "bryophyte.n.01", + "bubble.n.01", + "bunchgrass.n.01", + "bush_bean.n.01", + "butane.n.01", + "buttermilk.n.01", + "cafe_au_lait.n.01", + "cake_mix.n.01", "calcite.n.01", - "canister.n.02", - "carafe.n.01", - "carboy.n.01", - "carton__of__eggs.n.01", - "catsup__bottle.n.01", - "chalice.n.01", + "calcium_carbonate.n.01", + "cane_sugar.n.02", + "canola_oil.n.01", + "cappuccino.n.01", + "caraway_seed.n.01", + "carbohydrate.n.01", + "carbon.n.01", + "carbon_black.n.01", + "carbonate.n.01", + "cardamom.n.02", + "carrot_juice.n.01", + "cashew.n.02", + "cat_food.n.01", + "catsup.n.01", + "cayenne.n.02", + "cereal.n.01", + "cereal.n.03", + "chaff.n.01", "chalk.n.01", - "champagne__bottle.n.01", - "chandelier.n.01", - "chicken_broth__carton.n.01", - "chlorine__bottle.n.01", - "chocolate_sauce__bottle.n.01", - "cigar_lighter.n.01", - "clove__jar.n.01", - "coatrack.n.01", - "coconut_oil__jar.n.01", - "coffee_bean__jar.n.01", - "coffee_cup.n.01", - "coffee_mill.n.01", - "cola__bottle.n.01", - "compound_microscope.n.01", - "console.n.02", - "cooking_oil__bottle.n.01", - "cornstarch__jar.n.01", - "cream__carton.n.01", - "cruet.n.01", - "crystal.n.03", - "cup.n.01", - "detergent__bottle.n.01", - "digital_camera.n.01", - "disinfectant__bottle.n.01", - "dixie_cup.n.01", - "drinking_vessel.n.01", - "eames_chair.n.01", - "egg.n.02", - "erlenmeyer_flask.n.01", - "essential_oil__bottle.n.01", - "fabric_softener__bottle.n.01", - "flatware.n.01", - "floor_lamp.n.01", - "folding_chair.n.01", - "frame.n.10", - "frosting__jar.n.01", - "gaming_table.n.01", - "gin__bottle.n.01", - "glassware.n.01", - "glaze__bottle.n.01", - "glue__bottle.n.01", - "goblet.n.01", - "graduate.n.02", - "graduated_cylinder.n.01", - "granulated_sugar__jar.n.01", - "gravy_boat.n.01", - "hamster_wheel.n.01", - "hand_glass.n.02", - "herb__jar.n.01", - "herbicide__bottle.n.01", - "highchair.n.01", - "honey__jar.n.01", - "hot_sauce__bottle.n.01", - "hull.n.01", - "hydrogen_peroxide__bottle.n.01", - "ice.n.01", - "ice_cream__carton.n.01", - "ice_cube.n.01", - "iced_chocolate.n.01", - "ink__bottle.n.01", - "instant_coffee__jar.n.01", - "jam__jar.n.01", - "jar.n.01", - "jar__of__honey.n.01", - "jar__of__ink.n.01", - "jar__of__jam.n.01", - "jar__of__jelly.n.01", - "jar__of__mayonnaise.n.01", - "jar__of__orange_sauce.n.01", - "jar__of__pepper.n.01", - "jar__of__puree.n.01", - "jar__of__spaghetti_sauce.n.01", - "jar__of__sugar.n.01", - "jelly__jar.n.01", - "jelly_bean__jar.n.01", - "jigsaw_puzzle.n.01", - "jimmies__jar.n.01", - "jug.n.01", - "lamp.n.02", - "lemon_juice__bottle.n.01", - "lemonade__bottle.n.01", - "lens.n.01", - "light_bulb.n.01", - "light_microscope.n.01", - "lighting_fixture.n.01", - "likeness.n.02", - "lime_juice__bottle.n.01", - "liquid_soap__bottle.n.01", - "lotion__bottle.n.01", - "lubricant__bottle.n.01", - "magnifier.n.01", - "mailbox.n.01", - "maple_syrup__jar.n.01", - "marinara__jar.n.01", - "mason_jar.n.01", - "mayonnaise__jar.n.01", - "microscope.n.01", - "milk__carton.n.01", - "mirror.n.01", - "mix__box.n.01", - "mug.n.04", - "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", - "noodle__jar.n.01", - "olive_oil__bottle.n.01", - "optical_device.n.01", - "orange_juice__carton.n.01", - "parmesan__bottle.n.01", - "peanut_butter__jar.n.01", - "pepper__shaker.n.01", - "perfume__bottle.n.01", - "petri_dish.n.01", - "picture.n.01", - "picture_frame.n.01", - "pill_bottle.n.01", - "pineapple_juice__carton.n.01", - "pitcher.n.02", - "plant_pot_stand.n.01", - "plate.n.04", - "platter.n.01", - "polish__bottle.n.01", - "pop_bottle.n.01", - "portrait.n.02", - "pot.n.04", - "reflector.n.01", - "rice_cooker.n.01", - "round-bottom_flask.n.01", - "rubbing_alcohol__bottle.n.01", - "rum__bottle.n.01", - "saddle_soap__bottle.n.01", - "salsa__bottle.n.01", - "salt__bottle.n.01", - "salt__shaker.n.01", - "sandglass.n.01", - "saucer.n.02", - "scientific_instrument.n.01", - "sealant__bottle.n.01", - "seashell.n.01", - "security_camera.n.01", - "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", - "shampoo__bottle.n.01", - "shell.n.02", - "shell.n.04", - "shell.n.10", - "shot_glass.n.01", - "slab.n.01", - "snow_globe.n.01", - "soap_dish.n.01", - "soap_dispenser.n.01", - "soda_water__bottle.n.01", - "sodium_carbonate__jar.n.01", - "solvent__bottle.n.01", - "soup_bowl.n.01", - "soy_sauce__bottle.n.01", - "space_heater.n.01", - "spar.n.01", - "specimen_bottle.n.01", - "spirit_lamp.n.01", - "spotlight.n.02", - "stew__carton.n.01", - "sugar_syrup__bottle.n.01", - "swivel_chair.n.01", - "table_lamp.n.01", - "teacup.n.02", - "teapot.n.01", - "tequila__bottle.n.01", - "test_tube.n.01", - "tile.n.01", - "toilet_soap__bottle.n.01", - "tomato_juice__bottle.n.01", - "tomato_sauce__jar.n.01", - "toy_figure.n.01", - "train_set.n.01", - "tube.n.04", - "vanilla__bottle.n.01", - "vase.n.01", - "vegetable_oil__bottle.n.01", - "vessel.n.01", - "vinegar__bottle.n.01", - "vitamin_pill__bottle.n.01", - "vodka__bottle.n.01", - "wafer.n.02", - "waffle_iron.n.01", - "water_bottle.n.01", - "water_glass.n.02", - "whiskey__bottle.n.01", - "whiskey_stone.n.01", - "white_sauce__bottle.n.01", - "wine_bottle.n.01", - "wine_sauce__bottle.n.01", - "wineglass.n.01", - "yeast__bottle.n.01", - "yeast__jar.n.01", - "yogurt__carton.n.01" - ], - "fillable": [ - "acetone__bottle.n.01", - "allspice__shaker.n.01", - "ammonia_water__atomizer.n.01", - "ammonia_water__bottle.n.01", - "apple_juice__bottle.n.01", - "atomizer.n.01", - "autoclave.n.01", - "backpack.n.01", - "baking_powder__jar.n.01", - "barbecue_sauce__bottle.n.01", - "barrel.n.02", - "barrow.n.03", - "basil__jar.n.01", - "beef_broth__carton.n.01", - "beer_barrel.n.01", - "beer_bottle.n.01", - "beer_glass.n.01", - "bird_feed__bag.n.01", - "bleaching_agent__bottle.n.01", - "blender.n.01", - "bottle.n.03", - "bottle__of__acetone.n.01", - "bottle__of__acid.n.01", - "bottle__of__alcohol.n.01", - "bottle__of__alfredo_sauce.n.01", - "bottle__of__allspice.n.01", - "bottle__of__almond_oil.n.01", - "bottle__of__ammonia.n.01", - "bottle__of__analgesics.n.01", - "bottle__of__antihistamines.n.01", - "bottle__of__apple_cider.n.01", - "bottle__of__apple_juice.n.01", - "bottle__of__applesauce.n.01", - "bottle__of__aspirin.n.01", - "bottle__of__baby_oil.n.01", - "bottle__of__balsamic_vinegar.n.01", - "bottle__of__barbecue_sauce.n.01", - "bottle__of__beer.n.01", - "bottle__of__black_pepper.n.01", - "bottle__of__bleach_agent.n.01", - "bottle__of__brandy.n.01", - "bottle__of__bug_repellent.n.01", - "bottle__of__buttermilk.n.01", - "bottle__of__carrot_juice.n.01", - "bottle__of__catsup.n.01", - "bottle__of__caulk.n.01", - "bottle__of__champagne.n.01", - "bottle__of__chili_pepper.n.01", - "bottle__of__chocolate_sauce.n.01", - "bottle__of__cleaner.n.01", - "bottle__of__cocoa.n.01", - "bottle__of__coconut_milk.n.01", - "bottle__of__coconut_oil.n.01", - "bottle__of__coconut_water.n.01", - "bottle__of__coffee.n.01", - "bottle__of__coke.n.01", - "bottle__of__cold_cream.n.01", - "bottle__of__cologne.n.01", - "bottle__of__conditioner.n.01", - "bottle__of__cooking_oil.n.01", - "bottle__of__cranberry_juice.n.01", - "bottle__of__degreaser.n.01", - "bottle__of__deicer.n.01", - "bottle__of__detergent.n.01", - "bottle__of__dish_soap.n.01", - "bottle__of__disinfectant.n.01", - "bottle__of__essential_oil.n.01", - "bottle__of__fabric_softener.n.01", - "bottle__of__face_cream.n.01", - "bottle__of__fennel.n.01", - "bottle__of__food_coloring.n.01", - "bottle__of__frosting.n.01", - "bottle__of__fruit_punch.n.01", - "bottle__of__garlic_sauce.n.01", - "bottle__of__gin.n.01", - "bottle__of__ginger.n.01", - "bottle__of__ginger_beer.n.01", - "bottle__of__glass_cleaner.n.01", - "bottle__of__glue.n.01", - "bottle__of__ground_cloves.n.01", - "bottle__of__ground_mace.n.01", - "bottle__of__ground_nutmeg.n.01", - "bottle__of__hot_sauce.n.01", - "bottle__of__lacquer.n.01", - "bottle__of__lavender_oil.n.01", - "bottle__of__lemon_juice.n.01", - "bottle__of__lemon_sauce.n.01", - "bottle__of__lemonade.n.01", - "bottle__of__lime_juice.n.01", - "bottle__of__liquid_soap.n.01", - "bottle__of__lotion.n.01", - "bottle__of__lubricant.n.01", - "bottle__of__maple_syrup.n.01", - "bottle__of__mayonnaise.n.01", - "bottle__of__medicine.n.01", - "bottle__of__milk.n.01", - "bottle__of__milkshake.n.01", - "bottle__of__molasses.n.01", - "bottle__of__mushroom_sauce.n.01", - "bottle__of__mustard.n.01", - "bottle__of__mustard_seeds.n.01", - "bottle__of__oil.n.01", - "bottle__of__olive_oil.n.01", - "bottle__of__onion_powder.n.01", - "bottle__of__orange_juice.n.01", - "bottle__of__paint.n.01", - "bottle__of__paint_remover.n.01", - "bottle__of__papaya_juice.n.01", - "bottle__of__paprika.n.01", - "bottle__of__parsley.n.01", - "bottle__of__peanut_butter.n.01", - "bottle__of__perfume.n.01", - "bottle__of__pesticide.n.01", - "bottle__of__pesto.n.01", - "bottle__of__pizza_sauce.n.01", - "bottle__of__pop.n.01", - "bottle__of__poppy_seeds.n.01", - "bottle__of__powder.n.01", - "bottle__of__protein_powder.n.01", - "bottle__of__pumpkin_pie_spice.n.01", - "bottle__of__rosemary.n.01", - "bottle__of__rum.n.01", - "bottle__of__sage.n.01", - "bottle__of__sake.n.01", - "bottle__of__salsa.n.01", - "bottle__of__sangria.n.01", - "bottle__of__sealant.n.01", - "bottle__of__seasoning.n.01", - "bottle__of__sesame_oil.n.01", - "bottle__of__sesame_seeds.n.01", - "bottle__of__shampoo.n.01", - "bottle__of__skin_cream.n.01", - "bottle__of__soda.n.01", - "bottle__of__solvent.n.01", - "bottle__of__soup.n.01", - "bottle__of__sour_cream.n.01", - "bottle__of__soy_milk.n.01", - "bottle__of__soy_sauce.n.01", - "bottle__of__spice.n.01", - "bottle__of__sriracha.n.01", - "bottle__of__sunscreen.n.01", - "bottle__of__supplements.n.01", - "bottle__of__tea.n.01", - "bottle__of__tea_leaves.n.01", - "bottle__of__tequila.n.01", - "bottle__of__tomato_paste.n.01", - "bottle__of__tonic.n.01", - "bottle__of__vinegar.n.01", - "bottle__of__vodka.n.01", - "bottle__of__water.n.01", - "bottle__of__whiskey.n.01", - "bottle__of__wine.n.01", - "bowl.n.01", - "bowl.n.03", - "box__of__almond_milk.n.01", - "box__of__apple_juice.n.01", - "box__of__baking_mix.n.01", - "box__of__baking_powder.n.01", - "box__of__baking_soda.n.01", - "box__of__barley.n.01", - "box__of__beer.n.01", - "box__of__brown_sugar.n.01", - "box__of__butter.n.01", - "box__of__candy.n.01", - "box__of__cane_sugar.n.01", - "box__of__cereal.n.01", - "box__of__champagne.n.01", - "box__of__chocolates.n.01", - "box__of__coconut_milk.n.01", - "box__of__coffee.n.01", - "box__of__cookies.n.01", - "box__of__corn_flakes.n.01", - "box__of__crackers.n.01", - "box__of__cream.n.01", - "box__of__flour.n.01", - "box__of__fruit.n.01", - "box__of__granola_bars.n.01", - "box__of__gum.n.01", - "box__of__ice_cream.n.01", - "box__of__lasagna.n.01", - "box__of__lemons.n.01", - "box__of__milk.n.01", - "box__of__oatmeal.n.01", - "box__of__raspberries.n.01", - "box__of__rice.n.01", - "box__of__rum.n.01", - "box__of__sake.n.01", - "box__of__salt.n.01", - "box__of__sanitary_napkin.n.01", - "box__of__shampoo.n.01", - "box__of__takeout.n.01", - "box__of__tissue.n.01", - "box__of__tomato_juice.n.01", - "box__of__vegetable_juice.n.01", - "box__of__whiskey.n.01", - "box__of__wine.n.01", - "box__of__yogurt.n.01", - "boxed__cake.n.01", - "boxed__cpu_board.n.01", - "boxed__ink_cartridge.n.01", - "boxed__router.n.01", - "boxed_butter.n.01", - "boxed_cake.n.01", - "boxed_chocolate.n.01", - "boxed_coffee.n.01", - "boxed_cookie.n.01", - "boxed_raspberries.n.01", - "brandy__bottle.n.01", - "bucket.n.01", - "bucket__of__paint.n.01", - "butter__box.n.01", - "caldron.n.01", - "can.n.01", - "can__of__baking_mix.n.01", - "can__of__bay_leaves.n.01", - "can__of__beans.n.01", - "can__of__coffee.n.01", - "can__of__corn.n.01", - "can__of__icetea.n.01", - "can__of__oatmeal.n.01", - "can__of__sardines.n.01", - "can__of__soda.n.01", - "can__of__tomato_paste.n.01", - "can__of__tomatoes.n.01", - "candy__box.n.01", - "canister.n.02", - "carafe.n.01", - "carboy.n.01", - "casserole.n.02", - "cat_food__tin.n.01", - "catsup__bottle.n.01", + "champagne.n.01", + "charcoal.n.01", + "cheese_pastry_filling.n.01", + "cheese_sauce.n.01", + "cherry_filling.n.01", + "chia_seed.n.01", + "chicken_broth.n.01", + "chicken_curry.n.01", + "chicken_soup.n.01", + "chickpea.n.03", + "chili_powder.n.01", + "chlorine.n.01", + "chocolate_kiss.n.01", + "chocolate_milk.n.01", + "chocolate_sauce.n.01", + "chowder.n.01", + "cider.n.01", + "cinnamon.n.03", + "cinnamon_sugar.n.01", + "climber.n.01", + "clove.n.04", + "coal.n.01", + "coat_of_paint.n.01", + "coating.n.01", + "coca_cola.n.01", + "cocktail.n.01", + "cocoa.n.01", + "cocoa_powder.n.01", + "coconut.n.01", + "coconut_milk.n.01", + "coconut_oil.n.01", + "coffee.n.01", + "coffee_bean.n.01", + "coffee_grounds.n.01", + "cola.n.02", + "cold_cereal.n.01", + "coloring.n.01", + "coloring_material.n.01", + "common_bean.n.01", + "composition.n.03", + "compost.n.01", + "concave_shape.n.01", + "conchiglie.n.01", + "condition.n.01", + "conditioner.n.03", + "confiture.n.01", + "conserve.n.01", + "convenience_food.n.01", + "cooked__black_bean.n.01", + "cooked__black_pepper.n.01", + "cooked__breadcrumb.n.01", + "cooked__brown_rice.n.01", + "cooked__chicken_soup.n.01", + "cooked__chickpea.n.01", + "cooked__coconut.n.01", + "cooked__cooking_oil.n.01", + "cooked__cumin.n.01", + "cooked__curry_powder.n.01", + "cooked__diced__beefsteak_tomato.n.01", + "cooked__diced__bell_pepper.n.01", + "cooked__diced__bratwurst.n.01", + "cooked__diced__broccoli.n.01", + "cooked__diced__carne_asada.n.01", + "cooked__diced__carrot.n.01", + "cooked__diced__chard.n.01", + "cooked__diced__chicken.n.01", + "cooked__diced__chili.n.01", + "cooked__diced__chorizo.n.01", + "cooked__diced__clove.n.01", + "cooked__diced__green_onion.n.01", + "cooked__diced__head_cabbage.n.01", + "cooked__diced__potato.n.01", + "cooked__diced__steak.n.01", + "cooked__diced__turkey.n.01", + "cooked__diced__vidalia_onion.n.01", + "cooked__diced__virginia_ham.n.01", + "cooked__diced__zucchini.n.01", + "cooked__flour.n.01", + "cooked__fritter_batter.n.01", + "cooked__granulated_sugar.n.01", + "cooked__ground_beef.n.01", + "cooked__kidney_bean.n.01", + "cooked__lemon-pepper_seasoning.n.01", + "cooked__marinade.n.01", + "cooked__marinara.n.01", + "cooked__marjoram.n.01", + "cooked__melted__butter.n.01", + "cooked__noodle.n.01", + "cooked__olive_oil.n.01", + "cooked__onion_powder.n.01", + "cooked__orzo.n.01", + "cooked__paprika.n.01", + "cooked__pea.n.01", + "cooked__penne.n.01", + "cooked__popcorn.n.01", + "cooked__pumpkin_seed.n.01", + "cooked__quinoa.n.01", + "cooked__red_meat_sauce.n.01", + "cooked__red_wine.n.01", + "cooked__saffron.n.01", + "cooked__salsa.n.01", + "cooked__salt.n.01", + "cooked__sunflower_seed.n.01", + "cooked__water.n.01", + "cooked__white_rice.n.01", + "cooked__white_wine.n.01", + "cooked__wine_sauce.n.01", + "cooking_oil.n.01", + "coriander.n.02", + "corn_flake.n.01", + "corn_syrup.n.01", + "cornbread_batter.n.01", + "cornmeal.n.01", + "cornstarch.n.01", + "cottage_cheese.n.01", + "covering_material.n.01", + "cranberry.n.02", + "cranberry_juice.n.01", + "cream.n.02", + "cream.n.03", + "cream_cheese.n.01", + "cream_of_tartar.n.01", + "cream_soda.n.01", + "crouton.n.01", + "crumb.n.03", + "cumin.n.02", + "curry.n.01", + "curry_powder.n.01", + "custard.n.01", + "debris.n.01", + "dentifrice.n.01", + "deodorant.n.01", + "depression.n.08", + "detergent.n.02", + "diced__apple.n.01", + "diced__avocado.n.01", + "diced__beefsteak_tomato.n.01", + "diced__beet.n.01", + "diced__bell_pepper.n.01", + "diced__bratwurst.n.01", + "diced__broccoli.n.01", + "diced__carrot.n.01", + "diced__celery.n.01", + "diced__chard.n.01", + "diced__cheddar.n.01", + "diced__chicken.n.01", + "diced__chicken_breast.n.01", + "diced__chili.n.01", + "diced__clove.n.01", + "diced__cucumber.n.01", + "diced__feta.n.01", + "diced__green_onion.n.01", + "diced__head_cabbage.n.01", + "diced__kiwi.n.01", + "diced__lemon.n.01", + "diced__lettuce.n.01", + "diced__mango.n.01", + "diced__orange.n.01", + "diced__pineapple.n.01", + "diced__potato.n.01", + "diced__spinach.n.01", + "diced__steak.n.01", + "diced__strawberry.n.01", + "diced__vidalia_onion.n.01", + "diced__virginia_ham.n.01", + "diced__watermelon.n.01", + "diced__zucchini.n.01", + "diet.n.01", + "dietary_supplement.n.01", + "dip.n.04", + "dirt.n.02", + "dirtiness.n.01", + "discharge.n.03", + "disinfectant.n.01", + "dog_food.n.01", + "dose.n.01", + "dregs.n.01", + "dressing.n.01", + "dried_cranberry.n.01", + "drink.n.01", + "drip_coffee.n.01", + "dust.n.01", + "dye.n.01", + "earth.n.02", + "edible_fat.n.01", + "edible_seed.n.01", + "egg_white.n.01", + "eggnog.n.01", + "ember.n.01", + "enamel.n.04", + "espresso.n.01", + "essential_oil.n.01", + "exudate.n.01", + "eyeshadow.n.01", + "fabric_softener.n.01", + "fare.n.04", + "fat.n.01", + "fecal_matter.n.01", + "feed.n.01", + "fennel.n.04", + "ferric_oxide.n.01", + "fertilizer.n.01", + "filament.n.03", + "filling.n.03", + "film.n.04", + "fish_stew.n.01", + "flat_coat.n.01", + "floor_wax.n.01", + "flour.n.01", + "fluid.n.01", + "fluid.n.02", + "foam.n.01", + "fodder.n.02", + "fossil_fuel.n.01", + "fragment.n.01", + "fritter_batter.n.01", + "frosting.n.01", + "fruit_drink.n.01", + "fruit_juice.n.01", + "fruit_punch.n.01", + "garnish.n.01", + "gas.n.02", + "gasoline.n.01", + "gazpacho.n.01", + "gin.n.01", + "ginger.n.02", + "ginger_ale.n.01", + "ginger_beer.n.01", + "glaze.n.01", + "glitter.n.01", + "globule.n.01", + "gramineous_plant.n.01", + "granola.n.01", + "granulated_salt.n.01", + "granulated_sugar.n.01", + "grass.n.01", + "grated_cheese.n.01", + "gravel.n.01", + "gravy.n.01", + "grease.n.01", + "green_tea.n.01", + "green_tea_latte.n.01", + "grit.n.01", + "ground_beef.n.01", + "ground_coffee.n.01", + "grounds.n.05", + "grout.n.01", + "guacamole.n.01", + "gum.n.03", + "gunpowder.n.01", + "hair.n.04", + "hair_spray.n.01", + "halogen.n.01", + "hay.n.01", + "heavy_cream.n.01", + "herbicide.n.01", + "honey.n.01", + "hot_sauce.n.01", + "hot_toddy.n.01", + "house_paint.n.01", + "humate.n.01", + "hummus.n.01", + "hydrocarbon.n.01", + "hydrogen_peroxide.n.01", + "iced_cappuccino.n.01", + "iced_chocolate.n.01", + "incision.n.01", + "ink.n.01", + "insectifuge.n.01", + "instant_coffee.n.01", + "isopropyl_alcohol.n.01", + "jam.n.01", + "jelly.n.02", + "jelly.n.03", + "jelly_bean.n.01", + "jerk_seasoning.n.01", + "jimmies.n.01", + "juice.n.01", + "ketone.n.01", + "kidney_bean.n.01", + "kiss.n.03", + "lacquer.n.01", + "lamb_stew.n.01", + "leaven.n.01", + "legume.n.01", + "lemon-pepper_seasoning.n.01", + "lemon_juice.n.01", + "lemon_stain_remover.n.01", + "lemon_water.n.01", + "lemonade.n.01", + "lentil.n.01", + "light.n.07", + "lima_bean.n.03", + "lime_juice.n.01", + "limeade.n.01", + "linseed_oil.n.01", + "lint.n.01", + "liqueur.n.01", + "liquid.n.01", + "liquid.n.03", + "liquid_body_substance.n.01", + "liquid_soap.n.01", + "liquor.n.01", + "lotion.n.01", + "lotion.n.02", + "low-fat_milk.n.01", + "lubricant.n.01", + "macaroni.n.02", + "mace.n.03", + "magnesium_sulfate.n.01", + "maple_syrup.n.01", + "margarine.n.01", + "margarita.n.01", + "marinade.n.01", + "marinara.n.01", + "marjoram.n.02", + "martini.n.01", + "mashed_potato.n.02", + "matchwood.n.01", + "mayonnaise.n.01", + "meal.n.03", + "medium.n.07", + "melted__butter.n.01", + "melted__cheddar.n.01", + "melted__grated_cheese.n.01", + "melted__parmesan.n.01", + "melted__white_chocolate.n.01", + "meringue.n.01", + "methane_series.n.01", + "microorganism.n.01", + "mildew.n.02", + "milk.n.01", + "milk.n.04", + "milkshake.n.01", + "miso.n.01", + "mix.n.01", + "mixed_drink.n.01", + "mixture.n.01", + "mojito.n.01", + "molasses.n.01", + "mold.n.05", + "morsel.n.02", + "moss.n.01", + "mousse.n.01", + "mud.n.03", + "muffin_batter.n.01", + "mulch.n.01", + "mushroom_sauce.n.01", + "mustard.n.02", + "mustard_seasoning.n.01", + "mustard_seed.n.01", + "nail_polish.n.01", + "natural_phenomenon.n.01", + "nectar.n.01", + "nitrogen.n.01", + "nonvascular_organism.n.01", + "noodle.n.01", + "nut_butter.n.01", + "nutmeg.n.02", + "nutrient.n.02", + "oat.n.02", + "oatmeal.n.01", + "oil.n.01", + "old_fashioned.n.01", + "olive_oil.n.01", + "onion_powder.n.01", + "onion_ring_batter.n.01", + "orange_juice.n.01", + "orange_peel.n.01", + "orange_zest.n.01", + "orzo.n.01", + "oxidant.n.01", + "oxide.n.01", + "paint.n.01", + "pancake_batter.n.01", + "papaya_juice.n.01", + "paprika.n.02", + "parmesan.n.01", + "particulate.n.01", + "patina.n.01", + "pea.n.01", + "peanut.n.04", + "peanut_butter.n.01", + "peanut_oil.n.01", + "peat.n.01", + "pecan.n.03", + "pellet_food.n.01", + "penne.n.01", + "pepper.n.03", + "perfume.n.02", + "perspiration.n.01", + "pesticide.n.01", + "pesto.n.01", + "petfood.n.01", + "petite_marmite.n.01", + "petrolatum.n.01", + "phenomenon.n.01", + "physical_phenomenon.n.01", + "pill.n.01", + "pill.n.02", + "pine_nut.n.01", + "pineapple_juice.n.01", + "pistachio.n.02", + "plaster.n.01", + "polish.n.03", + "pollen.n.01", + "polysaccharide.n.01", + "pop.n.02", + "popcorn.n.02", + "poppy_seed.n.01", + "porridge.n.01", + "poultry_seasoning.n.01", + "powder.n.03", + "precipitation.n.03", + "process.n.06", + "property.n.02", + "protoctist.n.01", + "pumpkin_pie_spice.n.01", + "pumpkin_seed.n.01", + "punch.n.02", + "puree.n.01", + "quality.n.01", + "quinoa.n.01", + "raisin.n.01", + "ravioli.n.01", + "ready-mix.n.01", + "red_meat_sauce.n.01", + "red_wine.n.01", + "refried_beans.n.01", + "repellent.n.02", + "residue.n.01", + "rice.n.01", + "ricotta.n.01", + "risotto.n.01", + "rosemary.n.02", + "roux.n.01", + "rubbing_alcohol.n.01", + "rubbish.n.01", + "rum.n.01", + "rust.n.01", + "saddle_soap.n.01", + "saffron.n.02", + "sage.n.02", + "sake.n.02", + "salsa.n.01", + "salt.n.01", + "salt.n.02", + "sand.n.04", + "sandstone.n.01", + "sangaree.n.01", + "sanitary_condition.n.01", + "sap.n.01", + "sauce.n.01", + "sawdust.n.01", + "scotch.n.02", + "scrambled_eggs.n.01", + "scum.n.02", + "seal.n.07", + "sealant.n.01", + "sealing_material.n.01", + "seawater.n.01", + "secretion.n.02", + "sediment.n.01", + "sesame_oil.n.01", + "sesame_seed.n.01", + "shampoo.n.01", + "shell_bean.n.02", + "shortening.n.01", + "smoothie.n.02", + "snow.n.01", + "soda_water.n.03", + "sodium_carbonate.n.01", + "soft_drink.n.01", + "softener.n.01", + "soil.n.02", + "solution.n.01", + "solvent.n.01", + "soup.n.01", + "sour_cream.n.01", + "soy.n.04", + "soy_sauce.n.01", + "soya_milk.n.01", + "spackle.n.01", + "spaghetti.n.01", + "spaghetti_sauce.n.01", + "spar.n.01", + "sparkling_wine.n.01", + "spore.n.01", + "spray_paint.n.01", + "spread.n.05", + "stain.n.01", + "starch.n.01", + "state.n.02", + "stew.n.02", + "stucco.n.01", + "stuffing.n.01", + "sugar_coffee_scrub.n.01", + "sugar_syrup.n.01", + "sulfate.n.01", + "sunflower_seed.n.01", + "sunscreen.n.01", + "syrup.n.01", + "talcum.n.02", + "tarnish.n.02", + "taste.n.05", + "tea.n.01", + "tequila.n.01", + "thing.n.04", + "thyme.n.02", + "toilet_powder.n.01", + "toilet_soap.n.01", + "tomato_juice.n.01", + "tomato_paste.n.01", + "tomato_rice.n.01", + "tomato_sauce.n.01", + "tonic.n.01", + "toothpaste.n.01", + "topping.n.01", + "turmeric.n.02", + "vanilla.n.02", + "varnish.n.01", + "vaseline.n.01", + "vegetable_matter.n.01", + "vegetable_oil.n.01", + "vinegar.n.01", + "vinegar_cleaning_solution.n.01", + "visual_property.n.01", + "vitamin_pill.n.01", + "vodka.n.01", + "waffle_batter.n.01", + "water.n.01", + "water.n.06", + "wax_remnant.n.01", + "weather.n.01", + "wheat.n.02", + "whipped_cream.n.01", + "whiskey.n.01", + "white_rice.n.01", + "white_sauce.n.01", + "white_wine.n.01", + "whole_milk.n.01", + "wine.n.01", + "wine_sauce.n.01", + "wood_chip.n.01", + "worcester_sauce.n.01", + "wrinkle.n.01", + "yeast.n.01", + "yogurt.n.01" + ], + "particleApplier": [ + "acetone__atomizer.n.01", + "air_freshener__atomizer.n.01", + "allspice__shaker.n.01", + "ammonia_water__atomizer.n.01", + "bleaching_agent__atomizer.n.01", "cayenne__shaker.n.01", - "cedar_chest.n.01", - "ceramic_ware.n.01", - "chalice.n.01", - "champagne__bottle.n.01", - "chia_seed__bag.n.01", - "china.n.02", "cinnamon__shaker.n.01", - "clove__jar.n.01", - "cocoa__box.n.01", - "cocoa_powder__box.n.01", - "coconut_oil__jar.n.01", - "coffee_bean__jar.n.01", - "coffee_cup.n.01", - "coffee_maker.n.01", - "coffeepot.n.01", - "cola__bottle.n.01", - "conditioner__bottle.n.01", - "cooking_oil__bottle.n.01", - "cooler.n.01", - "copper_pot.n.01", + "conditioner__atomizer.n.01", + "conditioner__dispenser.n.01", "coriander__shaker.n.01", - "corn_flake__box.n.01", - "cornmeal__sack.n.01", - "cornstarch__jar.n.01", - "crate.n.01", - "cream_cheese__box.n.01", "cream_of_tartar__shaker.n.01", - "crock_pot.n.01", - "crockery.n.01", "cumin__shaker.n.01", - "cup.n.01", "curry_powder__shaker.n.01", "deodorant__atomizer.n.01", "detergent__atomizer.n.01", - "detergent__bottle.n.01", - "dish.n.01", - "disinfectant__bottle.n.01", - "dixie_cup.n.01", - "drinking_vessel.n.01", - "drip_pot.n.01", - "electric_mixer.n.01", - "erlenmeyer_flask.n.01", - "essential_oil__bottle.n.01", - "fabric_softener__bottle.n.01", + "drink__dispenser.n.01", "fertilizer__atomizer.n.01", - "floor_wax__bottle.n.01", - "food_processor.n.01", - "fountain.n.01", - "frosting__jar.n.01", - "frying_pan.n.01", - "gift__box.n.01", - "gin__bottle.n.01", "ginger__shaker.n.01", - "glass.n.02", - "glassware.n.01", - "glaze__bottle.n.01", - "glue__bottle.n.01", - "goblet.n.01", - "graduate.n.02", - "graduated_cylinder.n.01", - "granola__box.n.01", - "granulated_sugar__jar.n.01", - "gravy_boat.n.01", - "hand_glass.n.02", - "herb__jar.n.01", - "herbicide__bottle.n.01", - "honey__jar.n.01", - "hose.n.03", - "hot_sauce__bottle.n.01", - "hot_tub.n.02", - "hummus__box.n.01", - "hydrogen_peroxide__bottle.n.01", - "ice_maker.n.01", - "icetray.n.02", - "ink__bottle.n.01", "insectifuge__atomizer.n.01", - "instant_coffee__jar.n.01", - "jam__jar.n.01", - "jar.n.01", - "jar__of__bath_salt.n.01", - "jar__of__beans.n.01", - "jar__of__cumin.n.01", - "jar__of__curry_powder.n.01", - "jar__of__dill_seed.n.01", - "jar__of__grains.n.01", - "jar__of__honey.n.01", - "jar__of__ink.n.01", - "jar__of__jam.n.01", - "jar__of__jelly.n.01", - "jar__of__mayonnaise.n.01", - "jar__of__orange_sauce.n.01", - "jar__of__pepper.n.01", - "jar__of__puree.n.01", - "jar__of__spaghetti_sauce.n.01", - "jar__of__sugar.n.01", - "jelly__jar.n.01", - "jelly_bean__jar.n.01", - "jimmies__jar.n.01", - "jug.n.01", - "jug__of__milk.n.01", - "keg.n.02", - "kettle.n.01", - "lemon_juice__bottle.n.01", - "lemonade__bottle.n.01", - "lentil__box.n.01", - "lime_juice__bottle.n.01", - "liquid_soap__bottle.n.01", - "litter_box.n.01", - "lotion__bottle.n.01", - "lubricant__bottle.n.01", - "lunch_box.n.01", - "maple_syrup__jar.n.01", - "margarine__box.n.01", - "marinara__jar.n.01", + "isopropanol__dispenser.n.01", + "jam__dispenser.n.01", + "lemon-pepper_seasoning__shaker.n.01", "marjoram__shaker.n.01", - "mason_jar.n.01", - "mayonnaise__jar.n.01", - "measure.n.09", - "measuring_cup.n.01", - "medical_instrument.n.01", - "mixing_bowl.n.01", - "mold.n.02", - "mop_bucket.n.01", - "mug.n.04", - "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", - "noodle__jar.n.01", + "mustard_seed__shaker.n.01", "nutmeg__shaker.n.01", - "oat__box.n.01", - "olive_oil__bottle.n.01", "onion_powder__shaker.n.01", - "orange_juice__carton.n.01", - "packing_box.n.02", "paprika__shaker.n.01", - "parmesan__bottle.n.01", - "pasta__box.n.01", - "peanut_butter__jar.n.01", - "pellet_food__bag.n.01", + "parmesan__shaker.n.01", + "parsley__shaker.n.01", "pepper__shaker.n.01", - "perfume__bottle.n.01", + "pepper_mill.n.01", "pesticide__atomizer.n.01", - "petfood__bag.n.01", - "petri_dish.n.01", - "pill_bottle.n.01", - "pineapple_juice__carton.n.01", - "pitcher.n.02", - "polish__bottle.n.01", - "pop_bottle.n.01", - "porcelain.n.01", - "pot.n.04", - "pressure_cooker.n.01", - "pumpkin_seed__bag.n.01", - "quinoa__box.n.01", - "raisin__box.n.01", - "refried_beans__can.n.01", "rosemary__shaker.n.01", - "round-bottom_flask.n.01", "rubbing_alcohol__atomizer.n.01", - "rubbing_alcohol__bottle.n.01", - "rum__bottle.n.01", - "saddle_soap__bottle.n.01", "saffron__shaker.n.01", "sage__shaker.n.01", - "salad__bowl.n.01", - "salsa__bottle.n.01", - "salt__bottle.n.01", "salt__shaker.n.01", - "saucepan.n.01", - "saucepot.n.01", - "saucer.n.02", + "savory_spice__shaker.n.01", "sealant__atomizer.n.01", - "sealant__bottle.n.01", - "server.n.04", - "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", - "shampoo__bottle.n.01", - "shopping_basket.n.01", - "shot_glass.n.01", - "sink.n.01", - "soap__bottle.n.01", - "soap_dispenser.n.01", - "soda__can.n.01", - "soda_water__bottle.n.01", - "sodium_carbonate__jar.n.01", - "solvent__bottle.n.01", - "soup__can.n.01", - "soup_bowl.n.01", - "soup_ladle.n.01", - "soy_sauce__bottle.n.01", - "specimen_bottle.n.01", - "steamer.n.02", - "stockpot.n.01", - "sugar_syrup__bottle.n.01", - "sunscreen__bottle.n.01", - "syringe.n.01", - "tablespoon.n.02", - "tank.n.02", - "teacup.n.02", - "teapot.n.01", - "teaspoon.n.02", - "tequila__bottle.n.01", - "terrarium.n.01", - "test_tube.n.01", - "thermos.n.01", + "sesame_seed__shaker.n.01", + "shampoo__dispenser.n.01", + "spray_paint__can.n.01", "thyme__shaker.n.01", - "toilet_soap__bottle.n.01", - "tomato_juice__bottle.n.01", - "tomato_sauce__jar.n.01", - "tub.n.02", - "tube.n.04", - "tumbler.n.02", - "vacuum_flask.n.01", - "vanilla__bottle.n.01", - "vase.n.01", - "vegetable_oil__bottle.n.01", - "vessel.n.01", "vinegar__atomizer.n.01", - "vinegar__bottle.n.01", - "vitamin_pill__bottle.n.01", - "vivarium.n.01", - "vodka__bottle.n.01", - "washer.n.03", "water__atomizer.n.01", - "water_bottle.n.01", - "water_glass.n.02", - "watering_can.n.01", + "water__dispenser.n.01", "whipped_cream__atomizer.n.01", - "whiskey__bottle.n.01", - "white_sauce__bottle.n.01", - "wine_bottle.n.01", - "wine_sauce__bottle.n.01", - "wineglass.n.01", - "wok.n.01", - "wooden_spoon.n.02", - "woodenware.n.01", - "yeast__bottle.n.01", - "yeast__jar.n.01" + "whipped_cream__can.n.01", + "yeast__shaker.n.01" ], - "openable": [ - "acetone__bottle.n.01", - "aioli.n.01", - "ammonia_water__bottle.n.01", - "apple_juice__bottle.n.01", - "ashcan.n.01", - "autoclave.n.01", - "backpack.n.01", - "bag.n.04", - "bag.n.06", - "bag__of__auricularia.n.01", - "bag__of__breadcrumbs.n.01", - "bag__of__brown_rice.n.01", - "bag__of__chips.n.01", - "bag__of__cocoa.n.01", - "bag__of__cookies.n.01", - "bag__of__cream_cheese.n.01", - "bag__of__fertilizer.n.01", - "bag__of__flour.n.01", - "bag__of__ice_cream.n.01", - "bag__of__oranges.n.01", - "bag__of__popcorn.n.01", - "bag__of__rice.n.01", - "bag__of__shiitake.n.01", - "bag__of__snacks.n.01", - "bag__of__starch.n.01", - "bag__of__tea.n.01", - "bag__of__yeast.n.01", - "baggage.n.01", - "baking_powder__jar.n.01", - "barbecue_sauce__bottle.n.01", - "basil__jar.n.01", - "beer_bottle.n.01", - "beer_box.n.01", - "binder.n.03", - "bleaching_agent__bottle.n.01", - "blender.n.01", - "bottle.n.03", - "bourbon__bottle.n.01", - "brandy__bottle.n.01", - "briefcase.n.01", - "brown_sugar__box.n.01", - "butter__box.n.01", - "cabinet.n.01", - "cabinet.n.04", - "can.n.01", - "candy__box.n.01", - "canned_food.n.01", - "canteen.n.01", - "cap.n.02", - "carboy.n.01", - "carton.n.02", - "carton__of__chocolate_milk.n.01", - "carton__of__eggs.n.01", - "carton__of__milk.n.01", - "carton__of__orange_juice.n.01", - "carton__of__pineapple_juice.n.01", - "carton__of__soy_milk.n.01", - "case.n.20", - "cash_register.n.01", - "cashbox.n.01", - "cat_food__tin.n.01", - "catsup__bottle.n.01", - "champagne__bottle.n.01", - "chest_of_drawers.n.01", - "chicken_broth__carton.n.01", - "chicken_soup__can.n.01", - "chickpea__can.n.01", - "chlorine__bottle.n.01", - "chocolate_box.n.01", - "chocolate_sauce__bottle.n.01", - "clamp.n.01", - "clove__jar.n.01", - "cocoa__box.n.01", - "coconut_oil__jar.n.01", - "coffee_bean__jar.n.01", - "cola__bottle.n.01", - "comic_book.n.01", - "conditioner__bottle.n.01", - "cooking_oil__bottle.n.01", - "cooler.n.01", - "corn_flake.n.01", - "corn_flake__box.n.01", - "cornstarch__jar.n.01", - "crate.n.01", - "cream__carton.n.01", - "cream_cheese__box.n.01", - "cupboard.n.01", - "deep-freeze.n.02", - "detergent__bottle.n.01", + "toggleable": [ + "acetone__atomizer.n.01", + "aerosol.n.02", + "air_conditioner.n.01", + "air_freshener__atomizer.n.01", + "alarm.n.02", + "alarm_clock.n.01", + "ammonia_water__atomizer.n.01", + "apparatus.n.01", + "atomizer.n.01", + "audio_system.n.01", + "autoclave.n.01", + "basin.n.01", + "bidet.n.01", + "bleaching_agent__atomizer.n.01", + "blender.n.01", + "blower.n.01", + "burner.n.02", + "calculator.n.02", + "camera.n.01", + "car.n.01", + "ceiling_fan.n.01", + "cellular_telephone.n.01", + "chain_saw.n.01", + "chandelier.n.01", + "cigar_lighter.n.01", + "clock.n.01", + "clothes_dryer.n.01", + "coffee_maker.n.01", + "compound_microscope.n.01", + "conditioner__atomizer.n.01", + "console.n.02", + "control_panel.n.01", + "cooling_system.n.02", + "deep_fryer.n.01", + "deodorant__atomizer.n.01", + "desk_phone.n.01", + "desktop_computer.n.01", + "detector.n.01", + "detergent__atomizer.n.01", + "digital_camera.n.01", "dishwasher.n.01", - "disinfectant__bottle.n.01", - "door.n.01", - "drawstring_bag.n.01", - "duffel_bag.n.01", - "dutch_oven.n.02", - "egg__box.n.01", + "display.n.06", + "display_panel.n.01", + "drill.n.01", + "drinking_fountain.n.02", + "dryer.n.01", + "duplicator.n.01", + "electric_fan.n.01", "electric_mixer.n.01", - "electric_refrigerator.n.01", + "electronic_device.n.01", "elevator.n.01", - "envelope.n.01", - "essential_oil__bottle.n.01", - "fabric_softener__bottle.n.01", - "feta__box.n.01", - "frosting__jar.n.01", + "engine.n.01", + "exercise_bike.n.01", + "facsimile.n.02", + "fairy_light.n.01", + "fan.n.01", + "fertilizer__atomizer.n.01", + "fire_alarm.n.02", + "fire_extinguisher.n.01", + "flashlight.n.01", + "floor_lamp.n.01", + "food_processor.n.01", + "garden_tool.n.01", "gate.n.01", - "gelatin__box.n.01", - "gin__bottle.n.01", - "glaze__bottle.n.01", - "glue__bottle.n.01", - "granola__box.n.01", - "granulated_sugar__jar.n.01", + "governor.n.02", + "grandfather_clock.n.01", + "griddle.n.01", "grill.n.02", - "gum__box.n.01", - "hamster_wheel.n.01", - "hardback.n.01", - "herbicide__bottle.n.01", - "hole.n.02", - "honey__jar.n.01", - "hot_sauce__bottle.n.01", - "house_paint__can.n.01", - "hummus__box.n.01", - "hydrogen_peroxide__bottle.n.01", - "ice_cream__carton.n.01", - "ink__bottle.n.01", - "instant_coffee__jar.n.01", - "jam__jar.n.01", - "jelly__jar.n.01", - "jelly_bean__jar.n.01", - "jimmies__jar.n.01", - "keg.n.02", + "gun.n.01", + "hand_blower.n.01", + "hand_dryer.n.01", + "handset.n.01", + "heater.n.01", + "heatgun.n.01", + "heating_element.n.01", + "hood.n.06", + "hose.n.03", + "hot_tub.n.02", + "ice_maker.n.01", + "icicle_lights.n.01", + "insectifuge__atomizer.n.01", + "iron.n.04", + "jukebox.n.01", + "kettle.n.01", + "key.n.15", + "lab_exhaust_hood.n.01", + "lamp.n.02", + "lantern.n.01", "laptop.n.01", - "lemon_juice__bottle.n.01", - "lemonade__bottle.n.01", - "lentil__box.n.01", - "lid.n.02", + "lawn_mower.n.01", + "leaf_blower.n.01", "lifting_device.n.01", - "lime_juice__bottle.n.01", - "lipstick.n.01", - "liquid_soap__bottle.n.01", - "lock.n.01", - "lotion__bottle.n.01", - "lubricant__bottle.n.01", - "luggage_compartment.n.01", - "magazine.n.01", - "mailbox.n.01", - "maple_syrup__jar.n.01", - "margarine__box.n.01", - "marinara__jar.n.01", - "mason_jar.n.01", - "mayonnaise__jar.n.01", - "medium.n.01", + "light.n.02", + "light_bulb.n.01", + "lighting_fixture.n.01", + "loudspeaker.n.01", + "meat_thermometer.n.01", + "meter.n.02", + "microphone.n.01", "microwave.n.02", - "milk__carton.n.01", - "mustard__bottle.n.01", - "mustard_seed__bottle.n.01", - "noodle__jar.n.01", - "oat__box.n.01", - "olive_oil__bottle.n.01", - "orange_juice__carton.n.01", + "modem.n.01", + "monitor.n.04", + "motor.n.01", + "motorcycle.n.01", + "mouse.n.04", + "nozzle.n.01", "oven.n.01", - "package.n.02", - "packing_box.n.02", - "paperback_book.n.01", - "parmesan__bottle.n.01", - "pasta__box.n.01", - "peanut_butter__jar.n.01", - "pencil_box.n.01", - "perfume__bottle.n.01", - "pill_bottle.n.01", - "pineapple_juice__carton.n.01", - "polish__bottle.n.01", - "pop_bottle.n.01", - "press.n.02", + "pay-phone.n.01", + "pendulum_clock.n.01", + "pesticide__atomizer.n.01", + "phonograph_record.n.01", + "photocopier.n.01", + "photoelectric_cell.n.01", + "photographic_equipment.n.01", + "pickup.n.01", + "popper.n.03", + "power_saw.n.01", + "power_tool.n.01", + "power_washer.n.01", "pressure_cooker.n.01", - "print_media.n.01", - "quinoa__box.n.01", + "printer.n.03", + "projector.n.02", + "pump.n.01", + "radiator.n.02", + "radio_receiver.n.01", + "radiotelephone.n.02", + "range_hood.n.01", + "receiver.n.01", + "record_player.n.01", "recreational_vehicle.n.01", - "recycling_bin.n.01", - "refried_beans__can.n.01", - "refrigerator.n.01", "rice_cooker.n.01", - "rubbing_alcohol__bottle.n.01", - "rum__bottle.n.01", - "saddle_soap__bottle.n.01", - "salsa__bottle.n.01", - "salt__bottle.n.01", - "sealant__bottle.n.01", - "sesame_oil__bottle.n.01", - "sesame_seed__bottle.n.01", - "shampoo__bottle.n.01", - "shelter.n.01", - "shoebox.n.02", - "shortening__carton.n.01", - "shoulder_bag.n.01", - "soap_dispenser.n.01", - "soda__can.n.01", - "soda_water__bottle.n.01", - "sodium_carbonate__jar.n.01", - "solvent__bottle.n.01", - "soup__can.n.01", - "soy_sauce__bottle.n.01", - "specimen_bottle.n.01", + "room_light.n.01", + "router.n.02", + "rubbing_alcohol__atomizer.n.01", + "sauna_heater.n.01", + "scanner.n.02", + "scoreboard.n.01", + "screen.n.01", + "sealant__atomizer.n.01", + "security_camera.n.01", + "security_system.n.02", + "self-registering_thermometer.n.01", + "set.n.13", + "shower.n.01", + "showerhead.n.01", + "shredder.n.01", + "signboard.n.01", + "sink.n.01", + "slot_machine.n.01", + "soap__bottle.n.01", + "sound_recording.n.01", + "space_heater.n.01", + "spirit_lamp.n.01", + "spotlight.n.02", + "spout.n.01", + "spray_paint__can.n.01", + "sprinkler.n.01", "staple_gun.n.01", - "stew__carton.n.01", - "storage_space.n.01", - "strongbox.n.01", - "sugar_syrup__bottle.n.01", - "sunscreen__bottle.n.01", - "teapot.n.01", - "tent.n.01", - "tequila__bottle.n.01", - "terrarium.n.01", - "textbook.n.01", + "steamer.n.02", + "stove.n.01", + "switch.n.01", + "system.n.01", + "table_lamp.n.01", + "telephone.n.01", + "television_receiver.n.01", + "thermometer.n.01", + "thermostat.n.01", + "timer.n.03", + "toaster.n.02", "toaster_oven.n.01", - "toilet_soap__bottle.n.01", - "tomato_juice__bottle.n.01", - "tomato_paste__can.n.01", - "tomato_sauce__jar.n.01", - "toolbox.n.01", - "top.n.09", - "toy_box.n.01", - "trailer.n.03", - "tube__of__lotion.n.01", - "tube__of__toothpaste.n.01", - "tupperware.n.01", - "umbrella.n.01", + "treadmill.n.01", + "trimmer.n.02", "vacuum.n.04", - "valve.n.01", - "vanilla__bottle.n.01", - "vegetable_oil__bottle.n.01", - "vent.n.01", - "vinegar__bottle.n.01", - "vitamin_pill__bottle.n.01", - "vivarium.n.01", - "vodka__bottle.n.01", - "wardrobe.n.01", + "vending_machine.n.01", + "ventilator.n.01", + "vinegar__atomizer.n.01", + "waffle_iron.n.01", + "wall_clock.n.01", "washer.n.03", - "water_bottle.n.01", - "whiskey__bottle.n.01", - "white_sauce__bottle.n.01", - "window.n.01", - "window_blind.n.01", - "wine_bottle.n.01", - "wine_sauce__bottle.n.01", - "yeast__bottle.n.01", - "yeast__jar.n.01", - "yogurt__carton.n.01" + "water__atomizer.n.01", + "water_cooler.n.01", + "water_faucet.n.01", + "water_filter.n.01", + "webcam.n.02", + "whipped_cream__atomizer.n.01", + "whipped_cream__can.n.01" ], "visualSubstance": [ "adhesive_material.n.01", @@ -41713,7 +43611,6 @@ "body_waste.n.01", "brightness.n.01", "bryophyte.n.01", - "bunchgrass.n.01", "coat_of_paint.n.01", "coating.n.01", "coffee_grounds.n.01", @@ -41793,7 +43690,6 @@ "agaric.n.02", "agave.n.01", "alliaceous_plant.n.01", - "animal_product.n.01", "antipasto.n.01", "appetizer.n.01", "apple.n.01", @@ -41816,45 +43712,35 @@ "bay_leaf.n.01", "bean_curd.n.01", "beef.n.02", - "beef_roast.n.01", "beefsteak_tomato.n.01", - "beeswax.n.01", "beet.n.02", "bell_pepper.n.02", "berry.n.02", "biological_group.n.01", - "bird.n.02", "biscuit_dough.n.01", "blackberry.n.01", "bleu.n.01", "blueberry.n.02", "blueberry_mousse.n.01", - "boiled_egg.n.01", "bok_choy.n.02", "bouquet.n.01", "branch.n.02", "bratwurst.n.01", - "bread_slice.n.01", "breadcrumb.n.01", - "breast.n.03", "brisket.n.01", "broccoli.n.02", "broccoli_rabe.n.02", "broccolini.n.01", - "brown_bread.n.02", "brownie.n.03", "brussels_sprouts.n.01", "bubble.n.01", - "bun.n.01", "burrito.n.01", "butter.n.01", "butter_cookie.n.01", "buttermilk_pancake.n.01", "butternut_squash.n.01", - "cabbage.n.01", "cable.n.02", "cactus.n.01", - "cake.n.03", "cantaloup.n.02", "card.n.04", "cardboard.n.01", @@ -41867,7 +43753,6 @@ "chanterelle.n.01", "chard.n.02", "cheddar.n.02", - "cheese_pastry.n.01", "cheese_tart.n.01", "cheesecake.n.01", "cherry.n.03", @@ -41884,7 +43769,6 @@ "chocolate_chip_cookie.n.01", "chocolate_cookie_dough.n.01", "chop.n.02", - "chopped__lettuce.n.01", "chorizo.n.01", "cinnamon_roll.n.01", "circuit.n.01", @@ -41896,25 +43780,6 @@ "cola__bottle.n.01", "cold_cuts.n.01", "cooked__coconut.n.01", - "cooked__diced__beefsteak_tomato.n.01", - "cooked__diced__bell_pepper.n.01", - "cooked__diced__bratwurst.n.01", - "cooked__diced__broccoli.n.01", - "cooked__diced__carne_asada.n.01", - "cooked__diced__carrot.n.01", - "cooked__diced__chard.n.01", - "cooked__diced__chicken.n.01", - "cooked__diced__chili.n.01", - "cooked__diced__chorizo.n.01", - "cooked__diced__clove.n.01", - "cooked__diced__green_onion.n.01", - "cooked__diced__head_cabbage.n.01", - "cooked__diced__potato.n.01", - "cooked__diced__steak.n.01", - "cooked__diced__turkey.n.01", - "cooked__diced__vidalia_onion.n.01", - "cooked__diced__virginia_ham.n.01", - "cooked__diced__zucchini.n.01", "cooked__ground_beef.n.01", "cooked__marjoram.n.01", "cooked__noodle.n.01", @@ -41922,10 +43787,7 @@ "cooked__paprika.n.01", "cooked__penne.n.01", "cooked__pumpkin_seed.n.01", - "cooked__ramen.n.01", - "cookie.n.01", "corn_chip.n.01", - "cornbread.n.01", "cornmeal.n.01", "cottage_cheese.n.01", "crab.n.05", @@ -41935,47 +43797,15 @@ "cream_cheese.n.01", "crescent_roll.n.01", "crouton.n.01", - "cruciferous_vegetable.n.01", "cucumber.n.02", "cupcake.n.01", "curd.n.01", "currant.n.01", - "cut_of_pork.n.01", "danish.n.02", "date.n.08", "desert_plant.n.01", - "diced__apple.n.01", - "diced__avocado.n.01", - "diced__beef_roast.n.01", - "diced__beefsteak_tomato.n.01", - "diced__beet.n.01", - "diced__bell_pepper.n.01", - "diced__bratwurst.n.01", - "diced__broccoli.n.01", - "diced__carrot.n.01", - "diced__celery.n.01", - "diced__chard.n.01", - "diced__cheddar.n.01", - "diced__chicken.n.01", - "diced__chicken_breast.n.01", - "diced__chili.n.01", - "diced__clove.n.01", - "diced__cucumber.n.01", - "diced__feta.n.01", - "diced__green_onion.n.01", - "diced__head_cabbage.n.01", - "diced__kiwi.n.01", - "diced__lemon.n.01", - "diced__lettuce.n.01", - "diced__mango.n.01", - "diced__pineapple.n.01", - "diced__potato.n.01", - "diced__spinach.n.01", - "diced__steak.n.01", - "diced__vidalia_onion.n.01", - "diced__virginia_ham.n.01", - "diced__watermelon.n.01", - "diced__zucchini.n.01", + "diced__orange.n.01", + "diced__strawberry.n.01", "doughnut.n.02", "dried_apricot.n.01", "drumstick.n.01", @@ -42019,34 +43849,9 @@ "grapefruit.n.02", "green_bean.n.01", "green_onion.n.01", - "greens.n.01", "ground_beef.n.01", "grouper.n.01", - "half__apple.n.01", - "half__apple_pie.n.01", - "half__beefsteak_tomato.n.01", - "half__bell_pepper.n.01", - "half__chestnut.n.01", - "half__coconut.n.01", - "half__eggplant.n.01", - "half__feta.n.01", - "half__hard-boiled_egg.n.01", - "half__lemon.n.01", - "half__lime.n.01", - "half__log.n.01", - "half__mango.n.01", - "half__mushroom.n.01", - "half__orange.n.01", - "half__pineapple.n.01", - "half__plum.n.01", - "half__pomegranate.n.01", - "half__pomelo.n.01", - "half__potato.n.01", - "half__vidalia_onion.n.01", - "half__watermelon.n.01", - "half__zucchini.n.01", "halibut.n.01", - "ham.n.01", "ham_hock.n.01", "hamburger.n.01", "hamburger_bun.n.01", @@ -42061,7 +43866,6 @@ "ivy.n.01", "jelly.n.02", "jelly_bean.n.01", - "jerky.n.01", "kabob.n.01", "kale.n.03", "kielbasa.n.01", @@ -42086,7 +43890,6 @@ "meal.n.03", "meat_loaf.n.01", "meatball.n.01", - "melon.n.01", "meringue.n.01", "mint.n.05", "mousse.n.01", @@ -42100,7 +43903,6 @@ "nut_butter.n.01", "olive.n.04", "omelet.n.01", - "onion.n.03", "orange.n.01", "orange_peel.n.01", "orange_zest.n.01", @@ -42132,13 +43934,10 @@ "pizza.n.01", "pizza_dough.n.01", "plum.n.02", - "pome.n.01", "pork.n.01", - "pork_sausage.n.01", "porkchop.n.01", "potato.n.01", "potato_pancake.n.01", - "poultry.n.02", "prawn.n.01", "pretzel.n.01", "prosciutto.n.01", @@ -42154,52 +43953,36 @@ "rib.n.03", "ricotta.n.01", "rind.n.01", - "roast.n.01", "rope.n.01", "rutabaga.n.01", "saffron.n.02", "sage__shaker.n.01", - "salad_green.n.01", "salmon.n.03", "saltwater_fish.n.01", "sandwich.n.01", - "sausage.n.01", "scallop.n.02", "scone.n.01", "scrambled_eggs.n.01", "shellfish.n.01", "shiitake.n.01", "sirloin.n.01", - "sliced__chocolate_cake.n.01", - "sliced__cucumber.n.01", - "sliced__lemon.n.01", - "sliced__lime.n.01", - "sliced__melon.n.01", - "sliced__onion.n.01", - "sliced__papaya.n.01", - "sliced__roast_beef.n.01", - "sliced__tomato.n.01", "snapper.n.02", "sour_bread.n.01", "spaghetti.n.01", "spice_cookie.n.01", "spice_cookie_dough.n.01", "spinach.n.02", - "sponge_cake.n.01", "sprout.n.01", "squash.n.01", - "squash.n.02", "squid.n.01", "steak.n.01", "strawberry.n.01", "string.n.01", "sugar_cookie.n.01", "sugar_cookie_dough.n.01", - "summer_squash.n.02", "sunflower.n.01", "sushi.n.01", "sweet_corn.n.02", - "sweet_pepper.n.02", "sweet_potato.n.02", "sweet_roll.n.01", "swiss_cheese.n.01", @@ -42209,7 +43992,6 @@ "tape.n.04", "taxonomic_group.n.01", "tenderloin.n.02", - "thyme__shaker.n.01", "tiramisu.n.01", "tissue.n.02", "toast.n.01", @@ -42251,7 +44033,6 @@ "allspice.n.03", "almond.n.02", "almond_oil.n.01", - "animal_product.n.01", "animal_tissue.n.01", "antipasto.n.01", "appetizer.n.01", @@ -42285,11 +44066,9 @@ "beaten_egg.n.01", "beef.n.02", "beef_broth.n.01", - "beef_roast.n.01", "beef_stew.n.01", "beefsteak_tomato.n.01", "beer.n.01", - "beeswax.n.01", "beet.n.02", "bell_pepper.n.02", "berry.n.01", @@ -42310,7 +44089,6 @@ "bone.n.01", "bouillon.n.01", "bouillon_cube.n.01", - "bouquet.n.01", "bratwurst.n.01", "bread_slice.n.01", "breadcrumb.n.01", @@ -42322,10 +44100,10 @@ "broccolini.n.01", "broth.n.01", "broth.n.02", - "brown_bread.n.02", "brown_rice.n.01", "brown_sugar.n.01", "brownie.n.03", + "brownie_batter.n.01", "brussels_sprouts.n.01", "bun.n.01", "burrito.n.01", @@ -42339,7 +44117,6 @@ "cafe_au_lait.n.01", "cake_mix.n.01", "cane_sugar.n.02", - "canned_food.n.01", "canola_oil.n.01", "cantaloup.n.02", "caraway_seed.n.01", @@ -42358,7 +44135,6 @@ "chard.n.02", "cheddar.n.02", "cheese.n.01", - "cheese_pastry.n.01", "cheese_pastry_filling.n.01", "cheese_sauce.n.01", "cheese_tart.n.01", @@ -42405,7 +44181,6 @@ "club_sandwich.n.01", "coca_cola.n.01", "cocoa.n.01", - "cocoa.n.02", "cocoa_powder.n.01", "coconut.n.01", "coconut.n.02", @@ -42419,6 +44194,7 @@ "common_bean.n.01", "common_bean.n.02", "compote.n.01", + "concoction.n.01", "confiture.n.01", "connective_tissue.n.01", "conserve.n.01", @@ -42466,21 +44242,22 @@ "cooked__onion_powder.n.01", "cooked__orzo.n.01", "cooked__paprika.n.01", + "cooked__pea.n.01", "cooked__penne.n.01", "cooked__popcorn.n.01", "cooked__pumpkin_seed.n.01", "cooked__quinoa.n.01", - "cooked__ramen.n.01", "cooked__red_meat_sauce.n.01", "cooked__red_wine.n.01", "cooked__saffron.n.01", "cookie.n.01", + "cookie_dough.n.01", + "cookie_stick.n.01", "cooking_oil.n.01", "coriander.n.02", "coriander.n.03", "corn_chip.n.01", "corn_syrup.n.01", - "cornbread.n.01", "cornbread_batter.n.01", "cornmeal.n.01", "cornstarch.n.01", @@ -42507,7 +44284,6 @@ "date.n.08", "diced__apple.n.01", "diced__avocado.n.01", - "diced__beef_roast.n.01", "diced__beefsteak_tomato.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", @@ -42529,22 +44305,23 @@ "diced__lemon.n.01", "diced__lettuce.n.01", "diced__mango.n.01", + "diced__orange.n.01", "diced__pineapple.n.01", "diced__potato.n.01", "diced__spinach.n.01", "diced__steak.n.01", + "diced__strawberry.n.01", "diced__vidalia_onion.n.01", "diced__virginia_ham.n.01", "diced__watermelon.n.01", "diced__zucchini.n.01", "dip.n.04", - "dip.n.07", "dog_food.n.01", + "dough.n.01", "doughnut.n.02", "dregs.n.01", "dressing.n.01", "dried_apricot.n.01", - "dried_fruit.n.01", "drip_coffee.n.01", "drumstick.n.01", "drupe.n.01", @@ -42587,17 +44364,14 @@ "fruitcake.n.02", "fungus_genus.n.01", "game.n.07", - "garden_plant.n.01", "garlic.n.02", "garlic_bread.n.01", - "garnish.n.01", "gazpacho.n.01", "gelatin.n.02", "genus.n.02", "ginger.n.02", "ginger.n.03", "gingerbread.n.01", - "glaze.n.01", "gooseberry.n.02", "gourd.n.02", "granola.n.01", @@ -42621,6 +44395,7 @@ "gumbo.n.03", "half__apple.n.01", "half__apple_pie.n.01", + "half__apricot.n.01", "half__beefsteak_tomato.n.01", "half__bell_pepper.n.01", "half__chestnut.n.01", @@ -42628,16 +44403,20 @@ "half__eggplant.n.01", "half__feta.n.01", "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", "half__lemon.n.01", "half__lime.n.01", "half__mango.n.01", "half__mushroom.n.01", "half__orange.n.01", + "half__peach.n.01", + "half__pear.n.01", "half__pineapple.n.01", "half__plum.n.01", "half__pomegranate.n.01", "half__pomelo.n.01", "half__potato.n.01", + "half__strawberry.n.01", "half__vidalia_onion.n.01", "half__watermelon.n.01", "half__zucchini.n.01", @@ -42667,7 +44446,6 @@ "jelly.n.02", "jelly_bean.n.01", "jerk_seasoning.n.01", - "jerky.n.01", "jimmies.n.01", "kabob.n.01", "kale.n.03", @@ -42680,9 +44458,9 @@ "lasagna.n.01", "lavender.n.01", "leek.n.02", - "leftovers.n.01", "leg.n.05", "legume.n.01", + "legume.n.03", "lemon-pepper_seasoning.n.01", "lemon.n.01", "lemon_juice.n.01", @@ -42721,6 +44499,7 @@ "melted__parmesan.n.01", "melted__white_chocolate.n.01", "meringue.n.01", + "milk.n.04", "milkshake.n.01", "mint.n.02", "mint.n.04", @@ -42732,6 +44511,7 @@ "mousse.n.01", "mozzarella.n.01", "muffin.n.01", + "muffin_batter.n.01", "mushroom.n.05", "muskmelon.n.02", "mussel.n.01", @@ -42743,7 +44523,6 @@ "nut.n.01", "nut_butter.n.01", "nutmeg.n.02", - "nutrient.n.02", "oat.n.02", "olive.n.04", "olive_oil.n.01", @@ -42813,14 +44592,12 @@ "pumpkin.n.02", "pumpkin_pie_spice.n.01", "pumpkin_seed.n.01", - "puree.n.01", "quail.n.01", "quiche.n.02", "quick_bread.n.01", "quinoa.n.01", "radish.n.01", "raisin.n.01", - "ramekin.n.01", "ramen.n.01", "raspberry.n.02", "ravioli.n.01", @@ -42860,8 +44637,10 @@ "shiitake.n.01", "shortening.n.01", "sirloin.n.01", + "sliced__brisket.n.01", "sliced__chocolate_cake.n.01", "sliced__cucumber.n.01", + "sliced__eggplant.n.01", "sliced__lemon.n.01", "sliced__lime.n.01", "sliced__melon.n.01", @@ -42871,17 +44650,18 @@ "sliced__tomato.n.01", "snapper.n.02", "sodium_chloride.n.01", + "soft_roll.n.01", "sour_bread.n.01", "sour_cream.n.01", "soy.n.04", "soy_sauce.n.01", + "soya_milk.n.01", "spaghetti.n.01", "spaghetti_sauce.n.01", "spice.n.02", "spice_cookie.n.01", "spice_cookie_dough.n.01", "spinach.n.02", - "sponge_cake.n.01", "spread.n.05", "sprout.n.01", "squash.n.01", @@ -42893,6 +44673,7 @@ "stuffing.n.01", "sugar.n.01", "sugar_cookie.n.01", + "sugar_cookie_dough.n.01", "sugar_syrup.n.01", "summer_squash.n.02", "sunflower_seed.n.01", @@ -42904,7 +44685,6 @@ "sweetening.n.01", "swiss_cheese.n.01", "syrup.n.01", - "taboret.n.01", "taco.n.02", "tail.n.01", "taste.n.05", @@ -42916,10 +44696,10 @@ "tissue.n.01", "toast.n.01", "tofu.n.02", + "tomato.n.01", "tomato_paste.n.01", "tomato_rice.n.01", "tomato_sauce.n.01", - "topping.n.01", "tortilla.n.01", "tortilla_chip.n.01", "trout.n.01", @@ -42938,6 +44718,7 @@ "virginia_ham.n.01", "wafer.n.02", "waffle.n.01", + "waffle_batter.n.01", "walnut.n.01", "water.n.06", "watermelon.n.02", @@ -42948,259 +44729,288 @@ "white_rice.n.01", "white_sauce.n.01", "white_turnip.n.02", - "whole_garlic.n.01", - "whole_milk.n.01", - "wildfowl.n.01", - "wine_sauce.n.01", - "wing.n.09", - "winter_squash.n.01", - "worcester_sauce.n.01", - "yam.n.03", - "yogurt.n.01", - "zucchini.n.02" - ], - "coldSource": [ - "air_conditioner.n.01", - "cooler.n.01", - "cooling_system.n.02", - "deep-freeze.n.02", - "easter_egg.n.01", - "electric_refrigerator.n.01", - "ice.n.01", - "ice_cube.n.01", - "ice_maker.n.01", - "ice_pack.n.01", - "refrigerator.n.01", - "smoothie.n.02", - "steamer.n.02" - ], - "heatSource": [ - "air_conditioner.n.01", - "autoclave.n.01", - "blower.n.01", - "burner.n.02", - "caldron.n.01", - "chandelier.n.01", - "coffee_maker.n.01", - "cooling_system.n.02", - "ember.n.01", - "fire_pit.n.01", - "fireplace.n.01", - "firewood.n.01", - "floor_lamp.n.01", - "fragment.n.01", - "frying_pan.n.01", - "geological_formation.n.01", - "griddle.n.01", - "hand_blower.n.01", - "heating_element.n.01", - "hole.n.05", - "iron.n.04", - "kettle.n.01", - "lamp.n.02", - "light_bulb.n.01", - "lighting_fixture.n.01", - "match.n.01", - "microwave.n.02", - "natural_depression.n.01", - "oven.n.01", - "pit.n.01", - "pressure_cooker.n.01", - "room_light.n.01", - "saucepan.n.01", - "saucepot.n.01", - "spirit_lamp.n.01", - "spotlight.n.02", - "steamer.n.02", - "stockpot.n.01", - "stove.n.01", - "table_lamp.n.01", - "toaster.n.02", - "toaster_oven.n.01", - "wok.n.01" - ], - "toggleable": [ - "air_conditioner.n.01", - "air_freshener__atomizer.n.01", - "alarm.n.02", - "alarm_clock.n.01", - "ammonia_water__atomizer.n.01", - "apparatus.n.01", - "atomizer.n.01", - "audio_system.n.01", - "basin.n.01", - "bidet.n.01", - "blender.n.01", - "blower.n.01", - "burner.n.02", - "calculator.n.02", - "camera.n.01", - "car.n.01", - "ceiling_fan.n.01", - "cellular_telephone.n.01", - "chain_saw.n.01", + "whole_garlic.n.01", + "whole_milk.n.01", + "wildfowl.n.01", + "wine_sauce.n.01", + "wing.n.09", + "winter_squash.n.01", + "worcester_sauce.n.01", + "yam.n.03", + "yogurt.n.01", + "zucchini.n.02" + ], + "breakable": [ + "aioli.n.01", + "apple_juice__bottle.n.01", + "armchair.n.01", + "baking_powder__jar.n.01", + "balsamic_vinegar__bottle.n.01", + "bar.n.13", + "barbecue_sauce__bottle.n.01", + "basil__jar.n.01", + "beer_bottle.n.01", + "beer_glass.n.01", + "bottle.n.03", + "bottle__of__alfredo_sauce.n.01", + "bottle__of__allspice.n.01", + "bottle__of__almond_oil.n.01", + "bottle__of__apple_cider.n.01", + "bottle__of__apple_juice.n.01", + "bottle__of__applesauce.n.01", + "bottle__of__balsamic_vinegar.n.01", + "bottle__of__beer.n.01", + "bottle__of__black_pepper.n.01", + "bottle__of__champagne.n.01", + "bottle__of__coffee.n.01", + "bottle__of__coke.n.01", + "bottle__of__cologne.n.01", + "bottle__of__cranberry_juice.n.01", + "bottle__of__essential_oil.n.01", + "bottle__of__fruit_punch.n.01", + "bottle__of__garlic_sauce.n.01", + "bottle__of__gin.n.01", + "bottle__of__ginger_beer.n.01", + "bottle__of__lavender_oil.n.01", + "bottle__of__lemon_sauce.n.01", + "bottle__of__lemonade.n.01", + "bottle__of__mushroom_sauce.n.01", + "bottle__of__orange_juice.n.01", + "bottle__of__papaya_juice.n.01", + "bottle__of__perfume.n.01", + "bottle__of__pesto.n.01", + "bottle__of__pizza_sauce.n.01", + "bottle__of__pop.n.01", + "bottle__of__rum.n.01", + "bottle__of__sake.n.01", + "bottle__of__salsa.n.01", + "bottle__of__sangria.n.01", + "bottle__of__soda.n.01", + "bottle__of__soy_sauce.n.01", + "bottle__of__tea.n.01", + "bottle__of__tequila.n.01", + "bottle__of__tonic.n.01", + "bottle__of__vodka.n.01", + "bottle__of__whiskey.n.01", + "bottle__of__wine.n.01", + "bourbon__bottle.n.01", + "bowl.n.01", + "brandy__bottle.n.01", + "broken__glass.n.01", + "broken__light_bulb.n.01", + "burette.n.01", + "bust.n.03", + "cabinet.n.03", + "cabinet.n.04", + "calcite.n.01", + "canister.n.02", + "carafe.n.01", + "carboy.n.01", + "carton__of__eggs.n.01", + "catsup__bottle.n.01", + "chalice.n.01", + "chalk.n.01", + "champagne__bottle.n.01", "chandelier.n.01", + "chicken_broth__carton.n.01", + "chlorine__bottle.n.01", + "chocolate_sauce__bottle.n.01", "cigar_lighter.n.01", - "clock.n.01", - "clothes_dryer.n.01", - "coffee_maker.n.01", + "clove__jar.n.01", + "coatrack.n.01", + "coconut_oil__jar.n.01", + "coffee_bean__jar.n.01", + "coffee_cup.n.01", + "coffee_mill.n.01", + "coffee_table.n.01", + "cola__bottle.n.01", "compound_microscope.n.01", "console.n.02", - "control_panel.n.01", - "cooling_system.n.02", - "deep-freeze.n.02", - "deep_fryer.n.01", - "deodorant__atomizer.n.01", - "desk_phone.n.01", - "desktop_computer.n.01", - "detector.n.01", - "detergent__atomizer.n.01", + "cooking_oil__bottle.n.01", + "cornstarch__jar.n.01", + "cream__carton.n.01", + "cruet.n.01", + "crystal.n.03", + "detergent__bottle.n.01", "digital_camera.n.01", - "dishwasher.n.01", - "display.n.06", - "display_panel.n.01", - "drill.n.01", - "drinking_fountain.n.02", - "dryer.n.01", - "duplicator.n.01", - "electric_fan.n.01", - "electric_mixer.n.01", - "electronic_device.n.01", - "elevator.n.01", - "engine.n.01", - "exercise_bike.n.01", - "facsimile.n.02", - "fairy_light.n.01", - "fan.n.01", - "fertilizer__atomizer.n.01", - "fire_alarm.n.02", - "fire_extinguisher.n.01", - "flashlight.n.01", + "disinfectant__bottle.n.01", + "dixie_cup.n.01", + "drinking_vessel.n.01", + "eames_chair.n.01", + "egg.n.02", + "erlenmeyer_flask.n.01", + "essential_oil__bottle.n.01", + "fabric_softener__bottle.n.01", + "figurine.n.01", + "flatware.n.01", "floor_lamp.n.01", - "food_processor.n.01", - "garden_tool.n.01", - "gate.n.01", - "governor.n.02", - "grandfather_clock.n.01", - "grill.n.02", - "gun.n.01", - "hand_blower.n.01", - "hand_dryer.n.01", - "handset.n.01", - "heater.n.01", - "heatgun.n.01", - "heating_element.n.01", - "hood.n.06", - "hose.n.03", - "hot_tub.n.02", - "ice_maker.n.01", - "icicle_lights.n.01", - "insectifuge__atomizer.n.01", - "iron.n.04", - "jukebox.n.01", - "key.n.15", - "keyboard_instrument.n.01", - "lab_exhaust_hood.n.01", + "folding_chair.n.01", + "frame.n.10", + "frosting__jar.n.01", + "gaming_table.n.01", + "gin__bottle.n.01", + "glassware.n.01", + "glaze__bottle.n.01", + "goblet.n.01", + "graduate.n.02", + "graduated_cylinder.n.01", + "granulated_sugar__jar.n.01", + "gravy_boat.n.01", + "hamster_wheel.n.01", + "hand_glass.n.02", + "herb__jar.n.01", + "herbicide__bottle.n.01", + "highchair.n.01", + "honey__jar.n.01", + "hot_sauce__bottle.n.01", + "hull.n.01", + "hydrogen_peroxide__bottle.n.01", + "ice.n.01", + "ice_cream__carton.n.01", + "ice_cube.n.01", + "iced_chocolate.n.01", + "ink__bottle.n.01", + "instant_coffee__jar.n.01", + "jam__jar.n.01", + "jar.n.01", + "jar__of__honey.n.01", + "jar__of__ink.n.01", + "jar__of__jam.n.01", + "jar__of__jelly.n.01", + "jar__of__mayonnaise.n.01", + "jar__of__orange_sauce.n.01", + "jar__of__pepper.n.01", + "jar__of__puree.n.01", + "jar__of__spaghetti_sauce.n.01", + "jar__of__sugar.n.01", + "jelly__jar.n.01", + "jelly_bean__jar.n.01", + "jigsaw_puzzle.n.01", + "jimmies__jar.n.01", + "jug.n.01", "lamp.n.02", - "lantern.n.01", - "laptop.n.01", - "lawn_mower.n.01", - "leaf_blower.n.01", - "lifting_device.n.01", - "light.n.02", + "lemon_juice__bottle.n.01", + "lemonade__bottle.n.01", + "lens.n.01", "light_bulb.n.01", + "light_microscope.n.01", "lighting_fixture.n.01", - "loudspeaker.n.01", - "meat_thermometer.n.01", - "meter.n.02", - "microphone.n.01", - "microwave.n.02", - "mix__box.n.01", - "modem.n.01", - "monitor.n.04", - "motor.n.01", - "motorcycle.n.01", - "mouse.n.04", - "nozzle.n.01", - "oven.n.01", - "pay-phone.n.01", - "pendulum_clock.n.01", - "pesticide__atomizer.n.01", - "phonograph_record.n.01", - "photocopier.n.01", - "photoelectric_cell.n.01", - "photographic_equipment.n.01", - "piano.n.01", - "pickup.n.01", - "popper.n.03", - "power_saw.n.01", - "power_tool.n.01", - "power_washer.n.01", - "printer.n.03", - "projector.n.02", - "pump.n.01", - "radiator.n.02", - "radio_receiver.n.01", - "radiotelephone.n.02", - "range_hood.n.01", - "receiver.n.01", - "record_player.n.01", - "recreational_vehicle.n.01", + "likeness.n.02", + "lime_juice__bottle.n.01", + "liquid_soap__bottle.n.01", + "lotion__bottle.n.01", + "lubricant__bottle.n.01", + "magnifier.n.01", + "mailbox.n.01", + "maple_syrup__jar.n.01", + "marinara__jar.n.01", + "mason_jar.n.01", + "mayonnaise__jar.n.01", + "microscope.n.01", + "milk__carton.n.01", + "mirror.n.01", + "mock-up.n.01", + "mug.n.04", + "mustard__bottle.n.01", + "nativity_figurine.n.01", + "noodle__jar.n.01", + "oil__bottle.n.01", + "olive_oil__bottle.n.01", + "optical_device.n.01", + "orange_juice__carton.n.01", + "peanut_butter__jar.n.01", + "pepper__shaker.n.01", + "petri_dish.n.01", + "picture.n.01", + "picture_frame.n.01", + "pill_bottle.n.01", + "pineapple_juice__carton.n.01", + "pitcher.n.02", + "plant_pot_stand.n.01", + "plate.n.04", + "platter.n.01", + "polish__bottle.n.01", + "pop_bottle.n.01", + "portrait.n.02", + "pot.n.04", + "reflector.n.01", "rice_cooker.n.01", - "room_light.n.01", - "router.n.02", - "rubbing_alcohol__atomizer.n.01", - "sauna_heater.n.01", - "scanner.n.02", - "scoreboard.n.01", - "screen.n.01", - "sealant__atomizer.n.01", + "round-bottom_flask.n.01", + "rum__bottle.n.01", + "saddle_soap__bottle.n.01", + "salsa__bottle.n.01", + "salt__bottle.n.01", + "salt__shaker.n.01", + "sandglass.n.01", + "saucer.n.02", + "scientific_instrument.n.01", + "sealant__bottle.n.01", + "seashell.n.01", "security_camera.n.01", - "security_system.n.02", - "self-registering_thermometer.n.01", - "set.n.13", - "shower.n.01", - "showerhead.n.01", - "shredder.n.01", - "signboard.n.01", - "slot_machine.n.01", - "soap__bottle.n.01", - "sound_recording.n.01", + "sesame_oil__bottle.n.01", + "shampoo__bottle.n.01", + "shell.n.02", + "shell.n.04", + "shell.n.10", + "shot_glass.n.01", + "slab.n.01", + "snow_globe.n.01", + "soap_dish.n.01", + "soap_dispenser.n.01", + "soda_water__bottle.n.01", + "sodium_carbonate__jar.n.01", + "solvent__bottle.n.01", + "soup_bowl.n.01", + "soy_sauce__bottle.n.01", "space_heater.n.01", + "spar.n.01", + "specimen_bottle.n.01", "spirit_lamp.n.01", "spotlight.n.02", - "spout.n.01", - "spray_paint__can.n.01", - "sprinkler.n.01", - "staple_gun.n.01", - "steamer.n.02", - "stove.n.01", - "switch.n.01", - "system.n.01", + "squeeze_bottle.n.01", + "stew__carton.n.01", + "sugar_syrup__bottle.n.01", + "swivel_chair.n.01", "table_lamp.n.01", - "telephone.n.01", - "television_receiver.n.01", - "thermometer.n.01", - "thermostat.n.01", - "timer.n.03", - "toaster.n.02", - "toaster_oven.n.01", - "treadmill.n.01", - "trimmer.n.02", - "vacuum.n.04", - "vending_machine.n.01", - "ventilator.n.01", - "vinegar__atomizer.n.01", + "teacup.n.02", + "teapot.n.01", + "tequila__bottle.n.01", + "test_tube.n.01", + "tile.n.01", + "toilet_soap__bottle.n.01", + "tomato_juice__bottle.n.01", + "tomato_sauce__jar.n.01", + "train_set.n.01", + "vanilla__bottle.n.01", + "vase.n.01", + "vegetable_oil__bottle.n.01", + "vinegar__bottle.n.01", + "vitamin_pill__bottle.n.01", + "vodka__bottle.n.01", + "wafer.n.02", "waffle_iron.n.01", - "wall_clock.n.01", - "washer.n.03", - "water__atomizer.n.01", - "water_cooler.n.01", - "water_faucet.n.01", - "water_filter.n.01", - "webcam.n.02", - "whipped_cream__atomizer.n.01", - "whipped_cream__can.n.01" + "water_bottle.n.01", + "water_glass.n.02", + "whiskey__bottle.n.01", + "whiskey_stone.n.01", + "white_sauce__bottle.n.01", + "wine_bottle.n.01", + "wine_sauce__bottle.n.01", + "wineglass.n.01", + "yeast__jar.n.01", + "yogurt__carton.n.01" + ], + "coldSource": [ + "air_conditioner.n.01", + "cooler.n.01", + "cooling_system.n.02", + "deep-freeze.n.02", + "electric_refrigerator.n.01", + "ice.n.01", + "ice_cube.n.01", + "ice_maker.n.01", + "ice_pack.n.01", + "refrigerator.n.01" ], "microPhysicalSubstance": [ "allspice.n.03", @@ -43216,6 +45026,7 @@ "breadcrumb.n.01", "brown_rice.n.01", "brown_sugar.n.01", + "bunchgrass.n.01", "cake_mix.n.01", "calcite.n.01", "calcium_carbonate.n.01", @@ -43227,6 +45038,7 @@ "carbonate.n.01", "cardamom.n.02", "cayenne.n.02", + "cereal.n.01", "chaff.n.01", "chalk.n.01", "charcoal.n.01", @@ -43236,7 +45048,6 @@ "cinnamon_sugar.n.01", "clove.n.04", "coal.n.01", - "cocoa.n.02", "cocoa_powder.n.01", "composition.n.03", "compost.n.01", @@ -43273,8 +45084,10 @@ "flour.n.01", "fossil_fuel.n.01", "ginger.n.02", + "gramineous_plant.n.01", "granulated_salt.n.01", "granulated_sugar.n.01", + "grass.n.01", "grit.n.01", "ground_beef.n.01", "ground_coffee.n.01", @@ -43350,46 +45163,23 @@ "herb__jar.n.01", "lemon-pepper_seasoning__shaker.n.01", "marjoram__shaker.n.01", + "mustard_seed__shaker.n.01", "nutmeg__shaker.n.01", "onion_powder__shaker.n.01", "paprika__shaker.n.01", + "parmesan__shaker.n.01", + "parsley__shaker.n.01", + "pepper__shaker.n.01", "rosemary__shaker.n.01", + "saffron__shaker.n.01", "sage__shaker.n.01", - "shaker.n.03", + "salt__shaker.n.01", + "savory_spice__shaker.n.01", + "sesame_seed__shaker.n.01", "thyme__shaker.n.01", - "tube.n.04", - "vessel.n.01", "watering_can.n.01", - "whipped_cream__atomizer.n.01" - ], - "particleApplier": [ - "allspice__shaker.n.01", - "cayenne__shaker.n.01", - "cinnamon__shaker.n.01", - "coriander__shaker.n.01", - "cream_of_tartar__shaker.n.01", - "cumin__shaker.n.01", - "curry_powder__shaker.n.01", - "deodorant__atomizer.n.01", - "fertilizer__atomizer.n.01", - "ginger__shaker.n.01", - "hair_spray__can.n.01", - "herb__jar.n.01", - "lemon-pepper_seasoning__shaker.n.01", - "marjoram__shaker.n.01", - "nutmeg__shaker.n.01", - "onion_powder__shaker.n.01", - "paprika__shaker.n.01", - "perfume__bottle.n.01", - "pesticide__atomizer.n.01", - "rosemary__shaker.n.01", - "sage__shaker.n.01", - "shaker.n.03", - "spray_paint__can.n.01", - "thyme__shaker.n.01", - "tube.n.04", - "vessel.n.01", - "whipped_cream__atomizer.n.01" + "whipped_cream__atomizer.n.01", + "yeast__shaker.n.01" ], "macroPhysicalSubstance": [ "almond.n.02", @@ -43399,14 +45189,17 @@ "berry.n.02", "black_bean.n.01", "blueberry.n.02", + "breakfast_food.n.01", "bush_bean.n.01", "cashew.n.02", "cat_food.n.01", + "cereal.n.03", "chickpea.n.03", "chocolate_kiss.n.01", "climber.n.01", "coconut.n.01", "coffee_bean.n.01", + "cold_cereal.n.01", "common_bean.n.01", "conchiglie.n.01", "cooked__black_bean.n.01", @@ -43436,13 +45229,11 @@ "cooked__pea.n.01", "cooked__penne.n.01", "cooked__popcorn.n.01", - "cooked__ramen.n.01", "corn_flake.n.01", "cranberry.n.02", "crouton.n.01", "diced__apple.n.01", "diced__avocado.n.01", - "diced__beef_roast.n.01", "diced__beefsteak_tomato.n.01", "diced__beet.n.01", "diced__bell_pepper.n.01", @@ -43464,10 +45255,12 @@ "diced__lemon.n.01", "diced__lettuce.n.01", "diced__mango.n.01", + "diced__orange.n.01", "diced__pineapple.n.01", "diced__potato.n.01", "diced__spinach.n.01", "diced__steak.n.01", + "diced__strawberry.n.01", "diced__vidalia_onion.n.01", "diced__virginia_ham.n.01", "diced__watermelon.n.01", @@ -43476,6 +45269,7 @@ "dietary_supplement.n.01", "dog_food.n.01", "dose.n.01", + "dried_cranberry.n.01", "fare.n.04", "filament.n.03", "fodder.n.02", @@ -43508,78 +45302,259 @@ "popcorn.n.02", "raisin.n.01", "ravioli.n.01", - "rosemary.n.02", - "scrambled_eggs.n.01", - "shell_bean.n.02", - "soy.n.04", - "spaghetti.n.01", - "thing.n.04", - "vitamin_pill.n.01", - "wood_chip.n.01" - ], - "fireSource": [ - "almond_oil.n.01", - "applesauce.n.01", - "bark.n.01", - "branch.n.02", - "butter.n.01", - "canola_oil.n.01", - "card.n.04", - "cardboard.n.01", - "carton.n.02", - "chaff.n.01", - "charcoal.n.01", - "christmas_tree.n.05", - "cigar.n.01", - "cigarette.n.01", - "cinnamon_bark.n.01", - "coal.n.01", - "coat_of_paint.n.01", - "coconut_oil.n.01", - "composition.n.03", - "compost.n.01", - "cotton.n.02", - "dinner_napkin.n.01", - "discharge.n.03", - "ember.n.01", - "enamel.n.04", - "exudate.n.01", - "firewood.n.01", - "flat_coat.n.01", - "fossil_fuel.n.01", - "fragment.n.01", - "gasoline.n.01", - "gum.n.03", - "humate.n.01", - "hydrocarbon.n.01", - "lacquer.n.01", - "linseed_oil.n.01", - "lint.n.01", - "log.n.01", - "margarine.n.01", - "match.n.01", - "mulch.n.01", - "nail_polish.n.01", - "napkin.n.01", - "olive_oil.n.01", - "packing_material.n.01", - "paraffin.n.01", - "peanut_oil.n.01", - "peat.n.01", - "pellet_food.n.01", - "pickle.n.01", - "pizza_box.n.01", - "roll_of_tobacco.n.01", - "sawdust.n.01", - "shortening.n.01", - "sparkler.n.02", - "tissue.n.02", - "tobacco.n.01", - "toilet_tissue.n.01", - "tree.n.01", - "trunk.n.01", - "vegetable_matter.n.01", - "wick.n.02" + "rosemary.n.02", + "scrambled_eggs.n.01", + "shell_bean.n.02", + "soy.n.04", + "spaghetti.n.01", + "thing.n.04", + "vitamin_pill.n.01", + "wood_chip.n.01" + ], + "fillable": [ + "apple_juice__bottle.n.01", + "ashcan.n.01", + "ashtray.n.01", + "athletic_facility.n.01", + "autoclave.n.01", + "baking_powder__jar.n.01", + "balsamic_vinegar__bottle.n.01", + "barbecue_sauce__bottle.n.01", + "barrel.n.02", + "barrow.n.03", + "basil__jar.n.01", + "beaker.n.02", + "beef_broth__carton.n.01", + "beer_barrel.n.01", + "beer_bottle.n.01", + "beer_glass.n.01", + "bin.n.01", + "bird_feed__bag.n.01", + "bird_feeder.n.01", + "blender.n.01", + "bourbon__bottle.n.01", + "bowl.n.01", + "bowl.n.03", + "brandy__bottle.n.01", + "brown_rice__sack.n.01", + "brown_sugar__sack.n.01", + "bucket.n.01", + "butter__package.n.01", + "caldron.n.01", + "can.n.01", + "canteen.n.01", + "carafe.n.01", + "carboy.n.01", + "carton.n.02", + "casserole.n.02", + "cat_food__tin.n.01", + "catsup__bottle.n.01", + "ceramic_ware.n.01", + "chalice.n.01", + "champagne__bottle.n.01", + "chia_seed__bag.n.01", + "chicken_broth__carton.n.01", + "chicken_soup__carton.n.01", + "chickpea__can.n.01", + "china.n.02", + "chlorine__bottle.n.01", + "chocolate_sauce__bottle.n.01", + "cleansing__bottle.n.01", + "clove__jar.n.01", + "cocoa__box.n.01", + "cocoa_powder__box.n.01", + "coconut_oil__jar.n.01", + "coffee_bean__jar.n.01", + "coffee_cup.n.01", + "coffeepot.n.01", + "cola__bottle.n.01", + "compost_bin.n.01", + "cookie_sheet.n.01", + "cooking_oil__bottle.n.01", + "copper_pot.n.01", + "cornmeal__sack.n.01", + "cornstarch__jar.n.01", + "cream__carton.n.01", + "cream_cheese__box.n.01", + "crock_pot.n.01", + "crockery.n.01", + "cup.n.01", + "detergent__bottle.n.01", + "dish.n.01", + "disinfectant__bottle.n.01", + "dixie_cup.n.01", + "dog_food__can.n.01", + "drinking_vessel.n.01", + "drip_pot.n.01", + "electric_mixer.n.01", + "erlenmeyer_flask.n.01", + "essential_oil__bottle.n.01", + "excavation.n.03", + "fabric_softener__bottle.n.01", + "facility.n.01", + "feta__box.n.01", + "flask.n.01", + "flatware.n.01", + "floor_wax__bottle.n.01", + "flour__sack.n.01", + "food_processor.n.01", + "fountain.n.01", + "frosting__jar.n.01", + "frying_pan.n.01", + "fuel__can.n.01", + "gelatin__box.n.01", + "gin__bottle.n.01", + "glass.n.02", + "glassware.n.01", + "glaze__bottle.n.01", + "goblet.n.01", + "graduate.n.02", + "graduated_cylinder.n.01", + "granola__box.n.01", + "granulated_sugar__jar.n.01", + "granulated_sugar__sack.n.01", + "grated_cheese__sack.n.01", + "gravy_boat.n.01", + "ground_beef__package.n.01", + "hand_glass.n.02", + "herb__jar.n.01", + "herbicide__bottle.n.01", + "honey__jar.n.01", + "hot_sauce__bottle.n.01", + "hot_tub.n.02", + "house_paint__can.n.01", + "hummus__box.n.01", + "hydrogen_peroxide__bottle.n.01", + "ice_cream__carton.n.01", + "ink__bottle.n.01", + "instant_coffee__jar.n.01", + "jam__jar.n.01", + "jar.n.01", + "jelly__jar.n.01", + "jelly_bean__jar.n.01", + "jimmies__jar.n.01", + "jug.n.01", + "kettle.n.01", + "lemon_juice__bottle.n.01", + "lemonade__bottle.n.01", + "lentil__box.n.01", + "lime_juice__bottle.n.01", + "liquid_carton.n.01", + "liquid_soap__bottle.n.01", + "litter_box.n.01", + "lotion__bottle.n.01", + "lubricant__bottle.n.01", + "lunch_box.n.01", + "maple_syrup__jar.n.01", + "margarine__box.n.01", + "marinara__jar.n.01", + "mason_jar.n.01", + "mayonnaise__jar.n.01", + "measure.n.09", + "measuring_cup.n.01", + "milk__carton.n.01", + "mixing_bowl.n.01", + "mold.n.02", + "mop_bucket.n.01", + "mug.n.04", + "mulch__bag.n.01", + "mustard__bottle.n.01", + "noodle__jar.n.01", + "oat__box.n.01", + "oil__bottle.n.01", + "olive_oil__bottle.n.01", + "orange_juice__carton.n.01", + "pasta__box.n.01", + "peanut_butter__jar.n.01", + "pellet_food__bag.n.01", + "petfood__bag.n.01", + "petri_dish.n.01", + "pill_bottle.n.01", + "pineapple_juice__carton.n.01", + "pitcher.n.02", + "plate.n.04", + "platter.n.01", + "polish__bottle.n.01", + "pool.n.01", + "pop_bottle.n.01", + "popcorn__bag.n.01", + "porcelain.n.01", + "pot.n.04", + "pressure_cooker.n.01", + "pumpkin_seed__bag.n.01", + "punching_bag.n.02", + "quinoa__box.n.01", + "raisin__box.n.01", + "recycling_bin.n.01", + "refried_beans__can.n.01", + "round-bottom_flask.n.01", + "rum__bottle.n.01", + "sack.n.01", + "saddle_soap__bottle.n.01", + "salad__bowl.n.01", + "salsa__bottle.n.01", + "salt__bottle.n.01", + "saucepan.n.01", + "saucepot.n.01", + "saucer.n.02", + "sealant__bottle.n.01", + "sesame_oil__bottle.n.01", + "shampoo__bottle.n.01", + "shopping_basket.n.01", + "shortening__carton.n.01", + "shot_glass.n.01", + "soap__bottle.n.01", + "soda__can.n.01", + "soda_water__bottle.n.01", + "sodium_carbonate__jar.n.01", + "soil__bag.n.01", + "solvent__bottle.n.01", + "soup__can.n.01", + "soup_bowl.n.01", + "soy_sauce__bottle.n.01", + "specimen_bottle.n.01", + "stew__carton.n.01", + "stockpot.n.01", + "sugar__sack.n.01", + "sugar_syrup__bottle.n.01", + "sunflower_seed__bag.n.01", + "sunscreen__bottle.n.01", + "swimming_pool.n.01", + "tank.n.02", + "teacup.n.02", + "teapot.n.01", + "tequila__bottle.n.01", + "test_tube.n.01", + "thermos.n.01", + "toilet_soap__bottle.n.01", + "tomato_juice__bottle.n.01", + "tomato_paste__can.n.01", + "tomato_sauce__jar.n.01", + "tray.n.01", + "tub.n.02", + "tumbler.n.02", + "tupperware.n.01", + "vacuum_flask.n.01", + "vanilla__bottle.n.01", + "vase.n.01", + "vegetable_oil__bottle.n.01", + "vinegar__bottle.n.01", + "vitamin_pill__bottle.n.01", + "vodka__bottle.n.01", + "wading_pool.n.01", + "waffle_iron.n.01", + "washer.n.03", + "water_bottle.n.01", + "water_glass.n.02", + "whiskey__bottle.n.01", + "white_rice__sack.n.01", + "white_sauce__bottle.n.01", + "wine_bottle.n.01", + "wine_sauce__bottle.n.01", + "wineglass.n.01", + "wok.n.01", + "yeast__jar.n.01", + "yogurt__carton.n.01" ], "waterCook": [ "arborio_rice.n.01", @@ -43591,6 +45566,202 @@ "noodle.n.01", "orzo.n.01" ], + "sceneObject": [ + "armchair.n.01", + "athletic_facility.n.01", + "baby_bed.n.01", + "bar.n.02", + "bathtub.n.01", + "bed.n.01", + "bench.n.01", + "booth.n.01", + "breakfast_table.n.01", + "cabinet.n.01", + "ceiling.n.01", + "chaise_longue.n.01", + "checkout.n.03", + "chest_of_drawers.n.01", + "clothes_dryer.n.01", + "coffee_table.n.01", + "conference_table.n.01", + "console_table.n.01", + "counter.n.01", + "countertop.n.01", + "crib.n.01", + "desk.n.01", + "dishwasher.n.01", + "door.n.01", + "driveway.n.01", + "eames_chair.n.01", + "electric_refrigerator.n.01", + "excavation.n.03", + "facility.n.01", + "fireplace.n.01", + "floor.n.01", + "floor_lamp.n.01", + "flower.n.02", + "folding_chair.n.01", + "gaming_table.n.01", + "gate.n.01", + "grandfather_clock.n.01", + "grill.n.02", + "keyboard_instrument.n.01", + "kitchen_table.n.01", + "lawn.n.01", + "microwave.n.02", + "mirror.n.01", + "nozzle.n.01", + "oven.n.01", + "pedestal_table.n.01", + "pendulum_clock.n.01", + "photograph.n.01", + "piano.n.01", + "pool.n.01", + "pool_table.n.01", + "rail_fence.n.01", + "range_hood.n.01", + "reception_desk.n.01", + "reflector.n.01", + "road.n.01", + "rocking_chair.n.01", + "scrub.n.01", + "shelf.n.01", + "shopping_cart.n.01", + "shower.n.01", + "showerhead.n.01", + "side.n.05", + "sink.n.01", + "sofa.n.01", + "spout.n.01", + "stand.n.04", + "stove.n.01", + "straight_chair.n.01", + "swimming_pool.n.01", + "switch.n.01", + "swivel_chair.n.01", + "table.n.02", + "tabletop.n.01", + "television_receiver.n.01", + "toilet.n.02", + "towel_rack.n.01", + "treadmill.n.01", + "tree.n.01", + "upper_surface.n.01", + "vegetation.n.01", + "wading_pool.n.01", + "wall.n.01", + "wall_clock.n.01", + "wardrobe.n.01", + "washer.n.03", + "window.n.01", + "worktable.n.01" + ], + "meltable": [ + "asphalt.n.01", + "bag__of__cream_cheese.n.01", + "bag__of__ice_cream.n.01", + "bar_soap.n.01", + "beeswax_candle.n.01", + "bleu.n.01", + "candle.n.01", + "cane_sugar.n.02", + "cheddar.n.02", + "chewing_gum.n.01", + "chocolate_bar.n.01", + "chocolate_kiss.n.01", + "cottage_cheese.n.01", + "deodorant_stick.n.01", + "diced__cheddar.n.01", + "diced__feta.n.01", + "dip.n.07", + "glue_stick.n.01", + "granulated_sugar.n.01", + "half__feta.n.01", + "ice_cube.n.01", + "jelly.n.03", + "kiss.n.03", + "lump_sugar.n.01", + "mozzarella.n.01", + "nut_butter.n.01", + "petrolatum.n.01", + "pillar_candle.n.01", + "ricotta.n.01", + "swiss_cheese.n.01", + "vaseline.n.01", + "wax_remnant.n.01" + ], + "heatSource": [ + "autoclave.n.01", + "blower.n.01", + "burner.n.02", + "coffee_maker.n.01", + "engine.n.01", + "griddle.n.01", + "hand_blower.n.01", + "heater.n.01", + "heating_element.n.01", + "iron.n.04", + "kettle.n.01", + "light_bulb.n.01", + "microwave.n.02", + "motor.n.01", + "oven.n.01", + "pressure_cooker.n.01", + "radiator.n.02", + "sauna_heater.n.01", + "space_heater.n.01", + "steamer.n.02", + "stove.n.01", + "toaster.n.02", + "toaster_oven.n.01" + ], + "openable": [ + "autoclave.n.01", + "backpack.n.01", + "blender.n.01", + "cabinet.n.01", + "cabinet.n.04", + "can.n.01", + "carton.n.02", + "case.n.20", + "cedar_chest.n.01", + "chest.n.02", + "chest_of_drawers.n.01", + "cooler.n.01", + "crate.n.01", + "cupboard.n.01", + "deep-freeze.n.02", + "dishwasher.n.01", + "door.n.01", + "drawstring_bag.n.01", + "duffel_bag.n.01", + "electric_refrigerator.n.01", + "elevator_door.n.01", + "gate.n.01", + "grill.n.02", + "laptop.n.01", + "mailbox.n.01", + "mason_jar.n.01", + "microwave.n.02", + "oven.n.01", + "package.n.02", + "packing_box.n.02", + "pencil_box.n.01", + "pressure_cooker.n.01", + "recreational_vehicle.n.01", + "recycling_bin.n.01", + "refrigerator.n.01", + "rice_cooker.n.01", + "storage_space.n.01", + "tank.n.02", + "toaster_oven.n.01", + "toolbox.n.01", + "toy_box.n.01", + "trailer.n.03", + "wardrobe.n.01", + "washer.n.03", + "window.n.01" + ], "slicer": [ "ax.n.01", "blade.n.09", @@ -43612,9 +45783,10 @@ "drill.n.01", "electric_mixer.n.01", "grater.n.01", + "handsaw.n.01", "ice_cube.n.01", "icepick.n.01", - "lid.n.02", + "knife.n.01", "mixer.n.04", "packing_material.n.01", "parer.n.02", @@ -43631,6 +45803,8 @@ "putty_knife.n.01", "rake.n.03", "razor.n.01", + "ripsaw.n.01", + "saw.n.02", "shears.n.01", "shovel.n.01", "skewer.n.01", @@ -43640,8 +45814,8 @@ "stapler.n.01", "table_knife.n.01", "ticket.n.01", - "top.n.09", "trimmer.n.02", + "utility_knife.n.01", "whisk.n.01", "wire_cutter.n.01" ], @@ -43651,10 +45825,16 @@ "bidet.n.01", "sink.n.01", "soap_dispenser.n.01", - "tub.n.02", - "washer.n.03", + "squeeze_bottle.n.01", "watering_can.n.01" ], + "assembleable": [ + "cabinet.n.01", + "clothesline.n.01", + "desk.n.01", + "shelf.n.01", + "trampoline.n.01" + ], "rope": [ "cable.n.02", "cotton.n.04", @@ -43662,7 +45842,6 @@ "fairy_light.n.01", "hose.n.03", "icicle_lights.n.01", - "lace.n.01", "rope.n.01", "rubber_band.n.01", "string.n.01", @@ -43670,6 +45849,82 @@ "wick.n.02", "wire.n.01" ], + "mixingTool": [ + "carving_knife.n.01", + "cleaver.n.01", + "cutlery.n.02", + "dessert_spoon.n.01", + "fork.n.01", + "knife.n.01", + "masher.n.02", + "parer.n.02", + "pocketknife.n.01", + "putty_knife.n.01", + "reamer.n.01", + "rolling_pin.n.01", + "salad_fork.n.01", + "skimmer.n.02", + "soupspoon.n.01", + "spatula.n.02", + "spoon.n.01", + "squeezer.n.01", + "table_knife.n.01", + "tablefork.n.01", + "tablespoon.n.02", + "teaspoon.n.02", + "toasting_fork.n.01", + "utility_knife.n.01", + "whisk.n.01", + "wooden_spoon.n.02", + "woodenware.n.01" + ], + "diceable": [ + "chopped__lettuce.n.01", + "half__apple.n.01", + "half__apricot.n.01", + "half__beefsteak_tomato.n.01", + "half__bell_pepper.n.01", + "half__chestnut.n.01", + "half__coconut.n.01", + "half__eggplant.n.01", + "half__feta.n.01", + "half__hard-boiled_egg.n.01", + "half__kiwi.n.01", + "half__lemon.n.01", + "half__lime.n.01", + "half__mango.n.01", + "half__mushroom.n.01", + "half__orange.n.01", + "half__papaya.n.01", + "half__peach.n.01", + "half__pear.n.01", + "half__pineapple.n.01", + "half__plum.n.01", + "half__pomegranate.n.01", + "half__pomelo.n.01", + "half__potato.n.01", + "half__strawberry.n.01", + "half__vidalia_onion.n.01", + "half__watermelon.n.01", + "half__zucchini.n.01", + "roast.n.01", + "sliced__brisket.n.01", + "sliced__cucumber.n.01", + "sliced__eggplant.n.01", + "sliced__lemon.n.01", + "sliced__lime.n.01", + "sliced__melon.n.01", + "sliced__onion.n.01", + "sliced__papaya.n.01", + "sliced__roast_beef.n.01", + "sliced__tomato.n.01" + ], + "particleSink": [ + "shower.n.01", + "sink.n.01", + "toilet.n.02", + "urinal.n.01" + ], "waterSource": [ "sink.n.01" ] diff --git a/bddl/generated_data/remover_synset_mapping.json b/bddl/generated_data/remover_synset_mapping.json new file mode 100644 index 00000000..87e5f800 --- /dev/null +++ b/bddl/generated_data/remover_synset_mapping.json @@ -0,0 +1,57228 @@ +{ + "apron.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "backpack.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "bandage.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "bandanna.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "baseball_cap.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "baseball_glove.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "bath_mat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "batting_glove.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sheet.n.03": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "blanket.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "case.n.19": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "blouse.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "boxing_glove.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "brassiere.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "cardigan.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "costume.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "cotton.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "curtain.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "diaper.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "dishtowel.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "dress.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "duffel_bag.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "liner.n.03": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "fur_coat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "goalkeeper_gloves.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "hand_towel.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "hat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sweatshirt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "jacket.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "jean.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "jersey.n.03": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "knit.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "lace.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "legging.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "leotard.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "lining.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "lingerie.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "mat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "mattress.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "mattress_cover.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rag.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sponge.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "necktie.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "paper_towel.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "pennant.n.02": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "pet_bed.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "pillow.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "place_mat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "polo_shirt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "punching_bag.n.02": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "quilt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "ribbon.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "rug.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sweat_suit.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "scarf.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "skirt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sock.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "tablecloth.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "tank_top.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "tea_bag.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "teddy.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "tights.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "toilet_tissue.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "velvet.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "vest.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "wool.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "wool_coat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "bath_towel.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "dinner_napkin.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sanitary_napkin.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "shawl.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sheet.n.02": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "shoulder_bag.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "sofa.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "window_blind.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "swab.n.02": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "pipe_cleaner.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "scrub_brush.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "vacuum.n.04": { + "conditions": { + "dust": [ + [ + 2, + true + ] + ], + "dirt": [ + [ + 2, + true + ] + ], + "debris": [ + [ + 2, + true + ] + ], + "bunchgrass": [ + [ + 2, + true + ] + ] + }, + "default_physical_conditions": [ + [ + 2, + true + ] + ], + "default_visual_conditions": [ + [ + 2, + true + ] + ], + "method": 1 + }, + "steel_wool.n.01": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "emery_paper.n.01": { + "conditions": { + "stain": [], + "ink": [], + "alga": [], + "spray_paint": [], + "house_paint": [], + "rust": [], + "patina": [], + "incision": [], + "tarnish": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "iron.n.04": { + "conditions": { + "wrinkle": [ + [ + 2, + true + ] + ] + }, + "default_physical_conditions": null, + "default_visual_conditions": null, + "method": 0 + }, + "carpet_sweeper.n.01": { + "conditions": { + "dust": [], + "dirt": [], + "debris": [] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "cheesecloth.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "collar.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "cotton.n.04": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "drawers.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "felt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "gown.n.05": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "loofa.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "lint_roller.n.01": { + "conditions": { + "dust": [], + "dirt": [], + "debris": [] + }, + "default_physical_conditions": null, + "default_visual_conditions": [], + "method": 0 + }, + "mattress_pad.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "overall.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "pajama.n.02": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "paper_coffee_filter.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "scrub.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "stocking.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "suit.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "tie.n.09": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "yoga_mat.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "crewneck_sweater.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "doily.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "dress_shirt.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "kid_glove.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "long_trousers.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "maillot.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "slacks.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + }, + "national_flag.n.01": { + "conditions": { + "water": [], + "dust": [], + "dirt": [], + "debris": [], + "bunchgrass": [], + "mud": [ + [ + 1, + "water" + ] + ], + "mold": [ + [ + 1, + "water" + ] + ], + "mildew": [ + [ + 1, + "water" + ] + ], + "baby_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "coconut_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "cooking_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "essential_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "linseed_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "olive_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "sesame_oil": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "stain": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "ink": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "alga": [ + [ + 1, + "sodium_carbonate" + ], + [ + 1, + "vinegar" + ], + [ + 1, + "detergent" + ], + [ + 1, + "lemon_juice" + ], + [ + 1, + "rubbing_alcohol" + ], + [ + 1, + "liquid_soap" + ], + [ + 1, + "chlorine" + ], + [ + 1, + "borax" + ], + [ + 1, + "shampoo" + ], + [ + 1, + "toothpaste" + ], + [ + 1, + "ammonia_water" + ], + [ + 1, + "disinfectant" + ] + ], + "spray_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "house_paint": [ + [ + 1, + "solvent" + ], + [ + 1, + "acetone" + ] + ], + "calcium_carbonate": [ + [ + 1, + "lemon_juice" + ], + [ + 1, + "vinegar" + ] + ] + }, + "default_physical_conditions": [], + "default_visual_conditions": [], + "method": 0 + } +} \ No newline at end of file diff --git a/bddl/generated_data/substance_hyperparams.csv b/bddl/generated_data/substance_hyperparams.csv new file mode 100644 index 00000000..cc954a13 --- /dev/null +++ b/bddl/generated_data/substance_hyperparams.csv @@ -0,0 +1,277 @@ +acetone,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 784.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0]}}" +adhesive_material,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +alga,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +allspice,"{""type"": ""granular"", ""particle_density"": 405.0}" +almond,"{""type"": ""macro_physical_particle"", ""particle_density"": 615.0}" +ammonia_water,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 880.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0]}}" +apple_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1330.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.92, 0.7, 0.29]}}" +applesauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1077.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.07, ""specular_transmission_color"": [0.52, 0.39, 0.0], ""diffuse_reflection_color"": [0.71, 0.52, 0.13]}}" +ash,"{""type"": ""granular"", ""particle_density"": 950.0}" +baby_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 830.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_reflection_ior_preset"": 18}}" +baking_powder,"{""type"": ""granular"", ""particle_density"": 1000.0}" +barbecue_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1208.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.33, 0.13, 0.03], ""diffuse_reflection_color"": [0.33, 0.13, 0.03]}}" +beaten_egg,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1027.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.92, 0.71], ""enable_diffuse_transmission"": false}}" +beef_broth,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1052.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.3, ""specular_transmission_color"": [0.32, 0.2, 0.01]}}" +beef_stew,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1220.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.33, 0.1, 0.01], ""enable_diffuse_transmission"": false}}" +beer,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.24, 0.16, 0.04], ""specular_transmission_scattering_color"": [0.6, 0.32, 0.02]}}" +bird_feed,"{""type"": ""granular"", ""particle_density"": 1000.0}" +black_bean,"{""type"": ""macro_physical_particle"", ""particle_density"": 728.0}" +black_pepper,"{""type"": ""granular"", ""particle_density"": 570.0}" +bleaching_agent,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1110.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +blueberry,"{""type"": ""macro_physical_particle"", ""particle_density"": 626.0}" +blueberry_mousse,"{""type"": ""fluid"", ""particle_contact_offset"": 0.025, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.83, 0.58, 0.89], ""diffuse_reflection_color"": [0.83, 0.58, 0.89]}}" +borax,"{""type"": ""granular"", ""particle_density"": 1730.0}" +bourbon,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 940.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [1.0, 0.5, 0.0], ""specular_transmission_scattering_color"": [1.0, 0.5, 0.0]}}" +breadcrumb,"{""type"": ""granular"", ""particle_density"": 250.0}" +brown_rice,"{""type"": ""granular"", ""particle_density"": 1452.0}" +brown_sugar,"{""type"": ""granular"", ""particle_density"": 1500.0}" +bunchgrass,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +cafe_au_lait,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1107.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.39, 0.27, 0.16], ""enable_diffuse_transmission"": false}}" +cake_mix,"{""type"": ""granular"", ""particle_density"": 622.0}" +calcium_carbonate,"{""type"": ""granular"", ""particle_density"": 2710.0}" +cane_sugar,"{""type"": ""granular"", ""particle_density"": 812.0}" +cappuccino,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.5, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.24, 0.16, 0.09], ""specular_transmission_scattering_color"": [0.24, 0.16, 0.09]}}" +carrot_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1030.0, ""is_viscous"": false, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.92, 0.39, 0.0], ""diffuse_reflection_color"": [0.92, 0.39, 0.0]}}" +cat_food,"{""type"": ""macro_physical_particle"", ""particle_density"": 350.0}" +catsup,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 383.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.64, 0.15, 0.08], ""diffuse_reflection_color"": [0.64, 0.15, 0.08]}}" +cayenne,"{""type"": ""granular"", ""particle_density"": 358.0}" +champagne,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.98, 0.85, 0.71], ""specular_transmission_scattering_color"": [1.0, 0.5, 0.0]}}" +cheese_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.88, 0.84, 0.82], ""enable_diffuse_transmission"": false}}" +cherry_filling,"{""type"": ""fluid"", ""particle_contact_offset"": 0.025, ""particle_density"": 1076.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.73, 0.0, 0.0], ""diffuse_reflection_color"": [0.73, 0.0, 0.0]}}" +chia_seed,"{""type"": ""granular"", ""particle_density"": 1014.0}" +chicken_broth,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1052.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.92, 0.82, 0.37], ""specular_transmission_scattering_color"": [0.61, 0.46, 0.07]}}" +chicken_curry,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 998.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.82, 0.73, 0.41], ""enable_diffuse_transmission"": false}}" +chicken_soup,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1035.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.92, 0.82, 0.37], ""specular_transmission_scattering_color"": [0.61, 0.46, 0.07]}}" +chickpea,"{""type"": ""macro_physical_particle"", ""particle_density"": 1370.0}" +chlorine,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1035.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {}}" +chocolate_kiss,"{""type"": ""macro_physical_particle"", ""particle_density"": 1894.0}" +chocolate_milk,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1250.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.4, 0.28, 0.25], ""enable_diffuse_transmission"": false}}" +chocolate_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1325.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.11, 0.04, 0.02], ""enable_diffuse_transmission"": false}}" +chowder,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1065.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.96, 0.92, 0.86], ""enable_diffuse_transmission"": false}}" +cinnamon,"{""type"": ""granular"", ""particle_density"": 528.0}" +cinnamon_sugar,"{""type"": ""granular"", ""particle_density"": 812.0}" +clove,"{""type"": ""granular"", ""particle_density"": 1050.0}" +coal,"{""type"": ""granular"", ""particle_density"": 1500.0}" +coca_cola,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 610.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.5, ""specular_transmission_color"": [0.3, 0.22, 0.11], ""specular_transmission_scattering_color"": [0.3, 0.22, 0.11]}}" +cocoa,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1057.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.33, 0.18, 0.11], ""enable_diffuse_transmission"": false}}" +cocoa_powder,"{""type"": ""granular"", ""particle_density"": 364.0}" +coconut,"{""type"": ""macro_physical_particle"", ""particle_density"": 1000.0}" +coconut_milk,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1030.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +coconut_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 915.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0], ""specular_reflection_ior_preset"": 18}}" +coffee_bean,"{""type"": ""macro_physical_particle"", ""particle_density"": 650.0}" +coffee_grounds,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +conditioner,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0], ""specular_reflection_ior_preset"": 18}}" +cooking_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 920.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.94, 0.88, 0.6], ""specular_transmission_scattering_color"": [0.78, 0.57, 0.0], ""specular_reflection_ior_preset"": 18}}" +coriander,"{""type"": ""granular"", ""particle_density"": 406.0}" +cornstarch,"{""type"": ""granular"", ""particle_density"": 541.0}" +cream_cheese,"{""type"": ""fluid"", ""particle_contact_offset"": 0.025, ""particle_density"": 1082.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 1.0, 1.0], ""enable_diffuse_transmission"": false}}" +cream_of_tartar,"{""type"": ""granular"", ""particle_density"": 1298.0}" +cream_soda,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1047.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.73, 0.51, 0.19], ""specular_transmission_scattering_color"": [0.73, 0.51, 0.19]}}" +crouton,"{""type"": ""macro_physical_particle"", ""particle_density"": 127.0}" +cumin,"{""type"": ""granular"", ""particle_density"": 406.0}" +curry_powder,"{""type"": ""granular"", ""particle_density"": 426.0}" +debris,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +detergent,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1060.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_weight"": 0.5, ""specular_transmission_color"": [0.2, 0.21, 0.72], ""specular_transmission_scattering_color"": [0.08, 0.0, 0.78]}}" +diced__apple,"{""type"": ""macro_physical_particle"", ""particle_density"": 465.0}" +diced__avocado,"{""type"": ""macro_physical_particle"", ""particle_density"": 634.0}" +diced__beefsteak_tomato,"{""type"": ""macro_physical_particle"", ""particle_density"": 630.0}" +diced__beet,"{""type"": ""macro_physical_particle"", ""particle_density"": 575.0}" +diced__bell_pepper,"{""type"": ""macro_physical_particle"", ""particle_density"": 630.0}" +diced__broccoli,"{""type"": ""macro_physical_particle"", ""particle_density"": 372.0}" +diced__carne_asada,"{""type"": ""macro_physical_particle"", ""particle_density"": 1037.0}" +diced__carrot,"{""type"": ""macro_physical_particle"", ""particle_density"": 465.0}" +diced__chard,"{""type"": ""macro_physical_particle"", ""particle_density"": 152.0}" +diced__cheddar,"{""type"": ""macro_physical_particle"", ""particle_density"": 947.0}" +diced__chicken,"{""type"": ""macro_physical_particle"", ""particle_density"": 866.0}" +diced__chili,"{""type"": ""macro_physical_particle"", ""particle_density"": 634.0}" +diced__chorizo,"{""type"": ""macro_physical_particle"", ""particle_density"": 592.0}" +diced__clove,"{""type"": ""macro_physical_particle"", ""particle_density"": 575.0}" +diced__cucumber,"{""type"": ""macro_physical_particle"", ""particle_density"": 562.0}" +diced__feta,"{""type"": ""macro_physical_particle"", ""particle_density"": 473.0}" +diced__green_onion,"{""type"": ""macro_physical_particle"", ""particle_density"": 423.0}" +diced__head_cabbage,"{""type"": ""macro_physical_particle"", ""particle_density"": 376.0}" +diced__kiwi,"{""type"": ""macro_physical_particle"", ""particle_density"": 748.0}" +diced__lemon,"{""type"": ""macro_physical_particle"", ""particle_density"": 761.0}" +diced__lettuce,"{""type"": ""macro_physical_particle"", ""particle_density"": 148.0}" +diced__mango,"{""type"": ""macro_physical_particle"", ""particle_density"": 697.0}" +diced__pineapple,"{""type"": ""macro_physical_particle"", ""particle_density"": 732.0}" +diced__potato,"{""type"": ""macro_physical_particle"", ""particle_density"": 562.0}" +diced__spinach,"{""type"": ""macro_physical_particle"", ""particle_density"": 127.0}" +diced__steak,"{""type"": ""macro_physical_particle"", ""particle_density"": 1037.0}" +diced__turkey,"{""type"": ""macro_physical_particle"", ""particle_density"": 793.0}" +diced__vidalia_onion,"{""type"": ""macro_physical_particle"", ""particle_density"": 676.0}" +diced__virginia_ham,"{""type"": ""macro_physical_particle"", ""particle_density"": 592.0}" +diced__watermelon,"{""type"": ""macro_physical_particle"", ""particle_density"": 642.0}" +diced__zucchini,"{""type"": ""macro_physical_particle"", ""particle_density"": 524.0}" +dirt,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +disinfectant,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +dog_food,"{""type"": ""macro_physical_particle"", ""particle_density"": 350.0}" +drip_coffee,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1002.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.4, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.26, 0.12, 0.07], ""specular_transmission_scattering_color"": [0.25, 0.12, 0.01]}}" +dust,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +eggnog,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1074.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.63, 0.57, 0.37], ""enable_diffuse_transmission"": false}}" +espresso,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.5, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.24, 0.16, 0.09], ""specular_transmission_scattering_color"": [0.24, 0.16, 0.09]}}" +essential_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_reflection_ior_preset"": 18}}" +fabric_softener,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {}}" +fecal_matter,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +fertilizer,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 500.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.14, 0.05, 0.0], ""diffuse_reflection_color"": [0.14, 0.05, 0.0]}}" +fish_stew,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.49, 0.3, 0.18], ""diffuse_reflection_color"": [0.49, 0.3, 0.18]}}" +floor_wax,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 998.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.07, ""specular_transmission_color"": [0.95, 0.92, 0.69], ""diffuse_reflection_color"": [0.95, 0.92, 0.69]}}" +flour,"{""type"": ""granular"", ""particle_density"": 600.0}" +foam,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 100.0, ""is_viscous"": false, ""material_mtl_name"": ""Bubble"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.76, 0.97, 0.95]}}" +fritter_batter,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1016.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.84, 0.75, 0.66], ""diffuse_reflection_color"": [0.84, 0.75, 0.66]}}" +frosting,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.95, 0.89], ""enable_diffuse_transmission"": false}}" +fruit_punch,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1054.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_weight"": 0.5, ""specular_transmission_color"": [1.0, 0.2, 0.2], ""specular_transmission_scattering_color"": [0.63, 0.0, 0.0]}}" +gasoline,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 742.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_weight"": 0.5, ""specular_transmission_color"": [0.96, 0.68, 0.0], ""specular_transmission_scattering_color"": [0.62, 0.35, 0.0]}}" +gazpacho,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1042.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.48, 0.15, 0.06], ""enable_diffuse_transmission"": false}}" +gin,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 940.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +ginger,"{""type"": ""granular"", ""particle_density"": 406.0}" +ginger_beer,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1031.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.73, 0.51, 0.19], ""specular_transmission_scattering_color"": [0.73, 0.51, 0.19]}}" +glaze,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.49, 0.28, 0.14], ""enable_diffuse_transmission"": false}}" +granola,"{""type"": ""macro_physical_particle"", ""particle_density"": 467.0}" +granulated_salt,"{""type"": ""granular"", ""particle_density"": 2170.0}" +granulated_sugar,"{""type"": ""granular"", ""particle_density"": 845.0}" +grated_cheese,"{""type"": ""macro_physical_particle"", ""particle_density"": 507.0}" +gravy,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 959.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.2, 0.1, 0.04], ""enable_diffuse_transmission"": false}}" +grease,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +green_tea,"{""type"": ""macro_physical_particle"", ""particle_density"": 507.0}" +green_tea_latte,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1014.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.96, 0.17], ""enable_diffuse_transmission"": false}}" +ground_beef,"{""type"": ""granular"", ""particle_density"": 1020.0}" +ground_coffee,"{""type"": ""granular"", ""particle_density"": 710.0}" +hair,"{""type"": ""macro_physical_particle"", ""particle_density"": 1000.0}" +hay,"{""type"": ""macro_physical_particle"", ""particle_density"": 256.0}" +heavy_cream,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1008.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +herbicide,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.16, 0.37, 0.99], ""specular_transmission_scattering_color"": [0.06, 0.1, 0.84]}}" +honey,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1410.0, ""is_viscous"": true, ""material_mtl_name"": ""Honey"", ""customize_material_kwargs"": {}}" +hot_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 910.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.34, 0.0, 0.0], ""enable_diffuse_transmission"": false}}" +house_paint,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +hummus,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1040.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.81, 0.54, 0.39], ""diffuse_reflection_color"": [0.81, 0.54, 0.39]}}" +hydrogen_peroxide,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1450.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +iced_cappuccino,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1120.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.61, 0.5, 0.41], ""enable_diffuse_transmission"": false}}" +iced_chocolate,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.4, 0.34, 0.28], ""enable_diffuse_transmission"": false}}" +incision,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +ink,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.0, 0.0, 0.0], ""enable_diffuse_transmission"": false}}" +insectifuge,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +instant_coffee,"{""type"": ""granular"", ""particle_density"": 308.0}" +jelly,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1352.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_weight"": 0.2, ""specular_transmission_color"": [0.44, 0.15, 0.78], ""specular_transmission_scattering_color"": [0.25, 0.0, 0.56]}}" +jelly_bean,"{""type"": ""macro_physical_particle"", ""particle_density"": 1000.0}" +jerk_seasoning,"{""type"": ""granular"", ""particle_density"": 1217.0}" +jimmies,"{""type"": ""granular"", ""particle_density"": 814.0}" +kidney_bean,"{""type"": ""macro_physical_particle"", ""particle_density"": 748.0}" +lemon_pepper_seasoning,"{""type"": ""granular"", ""particle_density"": 406.0}" +lemon_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1040.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.98, 1.0, 0.68]}}" +lemon_stain_remover,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {}}" +lemon_water,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 0.99, 0.64]}}" +lemonade,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.98, 1.0, 0.56], ""specular_transmission_scattering_color"": [0.85, 0.67, 0.11]}}" +lime_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.98, 1.0, 0.68]}}" +limeade,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.99, 0.99, 0.85], ""specular_transmission_scattering_color"": [0.57, 0.83, 0.0]}}" +linseed_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 902.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 0.99, 0.64], ""specular_reflection_ior_preset"": 18}}" +lint,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +liquid_soap,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1055.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.0, 0.91, 1.0], ""specular_transmission_scattering_color"": [0.08, 0.0, 0.83]}}" +lotion,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 970.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 1.0, 1.0], ""enable_diffuse_transmission"": false}}" +low_fat_milk,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1036.0, ""is_viscous"": false, ""material_mtl_name"": ""SkimMilk"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +lubricant,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 825.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +maple_syrup,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1370.0, ""is_viscous"": true, ""material_mtl_name"": ""MapleSyrup"", ""customize_material_kwargs"": {}}" +margarine,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 959.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.94, 0.6], ""enable_diffuse_transmission"": false}}" +marinade,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.27, 0.13, 0.01], ""enable_diffuse_transmission"": false}}" +marinara,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1054.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.54, 0.0, 0.0], ""diffuse_reflection_color"": [0.54, 0.0, 0.0]}}" +marjoram,"{""type"": ""granular"", ""particle_density"": 115.0}" +martini,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1014.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +mashed_potato,"{""type"": ""fluid"", ""particle_contact_offset"": 0.025, ""particle_density"": 888.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.94, 0.88, 0.6], ""diffuse_reflection_color"": [0.94, 0.88, 0.6]}}" +mayonnaise,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 910.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.9, 0.81], ""enable_diffuse_transmission"": false}}" +melted__butter,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1014.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.88, 0.84, 0.82], ""enable_diffuse_transmission"": false}}" +melted__grated_cheese,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1031.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.88, 0.84, 0.82], ""enable_diffuse_transmission"": false}}" +melted__white_chocolate,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 947.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.88, 0.84, 0.82], ""enable_diffuse_transmission"": false}}" +mildew,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +milkshake,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1200.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.84, 0.74, 0.64], ""enable_diffuse_transmission"": false}}" +mold,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +mud,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +mulch,"{""type"": ""macro_physical_particle"", ""particle_density"": 380.0}" +mustard,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1014.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.83, 0.0], ""enable_diffuse_transmission"": false}}" +mustard_seasoning,"{""type"": ""granular"", ""particle_density"": 676.0}" +mustard_seed,"{""type"": ""macro_physical_particle"", ""particle_density"": 430.0}" +noodle,"{""type"": ""macro_physical_particle"", ""particle_density"": 161.0}" +nutmeg,"{""type"": ""granular"", ""particle_density"": 473.0}" +oat,"{""type"": ""granular"", ""particle_density"": 338.0}" +oatmeal,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1010.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.67, 0.66, 0.59], ""enable_diffuse_transmission"": false}}" +olive_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 916.0, ""is_viscous"": true, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [0.66, 0.8, 0.25], ""specular_reflection_ior_preset"": 18}}" +onion_powder,"{""type"": ""granular"", ""particle_density"": 467.0}" +onion_ring_batter,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1016.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.84, 0.75, 0.66], ""diffuse_reflection_color"": [0.84, 0.75, 0.66]}}" +orange_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1050.0, ""is_viscous"": false, ""material_mtl_name"": ""OrangeJuice"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +orzo,"{""type"": ""macro_physical_particle"", ""particle_density"": 710.0}" +pancake_batter,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1016.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.84, 0.75, 0.66], ""diffuse_reflection_color"": [0.84, 0.75, 0.66]}}" +paprika,"{""type"": ""granular"", ""particle_density"": 460.0}" +parmesan,"{""type"": ""granular"", ""particle_density"": 628.0}" +patina,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +pea,"{""type"": ""macro_physical_particle"", ""particle_density"": 676.0}" +peanut_butter,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1091.0, ""is_viscous"": true, ""material_mtl_name"": ""PeanutButter"", ""customize_material_kwargs"": {}}" +pecan,"{""type"": ""macro_physical_particle"", ""particle_density"": 481.0}" +pellet_food,"{""type"": ""macro_physical_particle"", ""particle_density"": 750.0}" +penne,"{""type"": ""macro_physical_particle"", ""particle_density"": 402.0}" +perfume,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 900.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [0.0, 0.97, 0.96]}}" +pesticide,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +pesto,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1014.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.17, 0.27, 0.05], ""diffuse_reflection_color"": [0.17, 0.27, 0.05]}}" +pill,"{""type"": ""macro_physical_particle"", ""particle_density"": 1000.0}" +pineapple_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1057.0, ""is_viscous"": false, ""material_mtl_name"": ""OrangeJuice"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.95, 0.8, 0.36], ""specular_transmission_color"": [0.9, 0.81, 0.39], ""specular_transmission_scattering_color"": [0.89, 0.78, 0.2], ""enable_diffuse_transmission"": false}}" +polish,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +popcorn,"{""type"": ""macro_physical_particle"", ""particle_density"": 46.5}" +pumpkin_pie_spice,"{""type"": ""granular"", ""particle_density"": 379.0}" +pumpkin_seed,"{""type"": ""granular"", ""particle_density"": 755.0}" +quinoa,"{""type"": ""granular"", ""particle_density"": 1058.0}" +raisin,"{""type"": ""macro_physical_particle"", ""particle_density"": 1400.0}" +red_meat_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.17, 0.05, 0.01], ""enable_diffuse_transmission"": false}}" +red_wine,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 990.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.42, 0.04, 0.19], ""specular_transmission_scattering_color"": [0.31, 0.0, 0.04]}}" +refried_beans,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1023.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.49, 0.36, 0.31], ""enable_diffuse_transmission"": false}}" +rosemary,"{""type"": ""macro_physical_particle"", ""particle_density"": 115.0}" +rubbing_alcohol,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 786.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +rum,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 940.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.93, 0.75, 0.49], ""specular_transmission_scattering_color"": [0.3, 0.21, 0.09]}}" +rust,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +saddle_soap,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_weight"": 0.7, ""specular_transmission_color"": [0.85, 0.72, 0.12], ""specular_transmission_scattering_color"": [0.38, 0.34, 0.0]}}" +saffron,"{""type"": ""granular"", ""particle_density"": 142.0}" +sage,"{""type"": ""granular"", ""particle_density"": 135.0}" +salsa,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1099.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.4, 0.08, 0.05], ""diffuse_reflection_color"": [0.4, 0.08, 0.05]}}" +salt,"{""type"": ""granular"", ""particle_density"": 2160.0}" +sand,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +scotch,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1060.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.96, 0.57, 0.25], ""specular_transmission_scattering_color"": [0.52, 0.25, 0.05]}}" +sealant,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1600.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 0.95, 0.93], ""enable_diffuse_transmission"": false}}" +seawater,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1025.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {}}" +sesame_oil,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 919.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.42, 0.29, 0.12], ""specular_transmission_scattering_color"": [0.3, 0.21, 0.09], ""specular_reflection_ior_preset"": 18}}" +sesame_seed,"{""type"": ""granular"", ""particle_density"": 609.0}" +shampoo,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +shortening,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 866.0, ""is_viscous"": true, ""material_mtl_name"": ""Jade"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.0, ""specular_transmission_color"": [0.93, 0.9, 0.83], ""diffuse_reflection_color"": [0.93, 0.9, 0.83]}}" +smoothie,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1162.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.96, 0.74, 0.93], ""enable_diffuse_transmission"": false}}" +snow,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +soda_water,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1014.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +sodium_carbonate,"{""type"": ""granular"", ""particle_density"": 2540.0}" +soil,"{""type"": ""granular"", ""particle_density"": 1500.0}" +soy_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1078.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.2, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.29, 0.17, 0.01], ""specular_transmission_scattering_color"": [0.18, 0.11, 0.02]}}" +soya_milk,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1030.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +spray_paint,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +stain,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +stucco,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +sugar_coffee_scrub,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +sugar_syrup,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1420.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.7, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [1.0, 0.98, 0.92], ""specular_transmission_scattering_color"": [0.57, 0.57, 0.57]}}" +sunflower_seed,"{""type"": ""granular"", ""particle_density"": 894.0}" +tarnish,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +tea,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.4, 0.35, 0.27], ""specular_transmission_scattering_color"": [0.38, 0.2, 0.01]}}" +thyme,"{""type"": ""granular"", ""particle_density"": 291.0}" +tomato_juice,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1027.0, ""is_viscous"": false, ""material_mtl_name"": ""OrangeJuice"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.59, 0.05, 0.05], ""specular_transmission_color"": [0.94, 0.16, 0.16], ""specular_transmission_scattering_color"": [0.57, 0.04, 0.04], ""enable_diffuse_transmission"": false}}" +toilet_soap,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 932.0, ""is_viscous"": true, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.5, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.45, 0.94, 0.0], ""specular_transmission_scattering_color"": [0.08, 0.34, 0.0]}}" +tomato_paste,"{""type"": ""fluid"", ""particle_contact_offset"": 0.02, ""particle_density"": 1262.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.35, 0.0, 0.0], ""enable_diffuse_transmission"": false}}" +tomato_rice,"{""type"": ""granular"", ""particle_density"": 566.0}" +tomato_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1031.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.35, 0.0, 0.0], ""enable_diffuse_transmission"": false}}" +tonic,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {}}" +toothpaste,"{""type"": ""fluid"", ""particle_contact_offset"": 0.015, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 1.0, 1.0], ""enable_diffuse_transmission"": false}}" +vanilla,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 879.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_weight"": 0.4, ""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.26, 0.12, 0.07], ""specular_transmission_scattering_color"": [0.25, 0.12, 0.01]}}" +vinegar,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1006.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +vinegar_cleaning_solution,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1006.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +vodka,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 970.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_color"": [1.0, 1.0, 1.0], ""specular_transmission_scattering_color"": [1.0, 1.0, 1.0]}}" +water,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1000.0, ""is_viscous"": false, ""material_mtl_name"": ""ClearWater"", ""customize_material_kwargs"": {}}" +wax_remnant,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": true}" +whipped_cream,"{""type"": ""fluid"", ""particle_contact_offset"": 0.025, ""particle_density"": 490.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 1.0, 1.0], ""enable_diffuse_transmission"": false}}" +white_rice,"{""type"": ""granular"", ""particle_density"": 1452.0}" +white_wine,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 991.0, ""is_viscous"": false, ""material_mtl_name"": ""DeepWater"", ""customize_material_kwargs"": {""specular_transmission_scattering_depth"": 0.0, ""specular_transmission_color"": [0.97, 0.98, 0.81], ""specular_transmission_scattering_color"": [0.85, 0.8, 0.04]}}" +whole_milk,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1030.0, ""is_viscous"": false, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""enable_diffuse_transmission"": false}}" +wine_sauce,"{""type"": ""fluid"", ""particle_contact_offset"": 0.012, ""particle_density"": 1057.0, ""is_viscous"": false, ""material_mtl_name"": ""OrangeJuice"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [0.93, 0.84, 0.59], ""specular_transmission_color"": [0.96, 0.73, 0.3], ""specular_transmission_scattering_color"": [0.57, 0.04, 0.04], ""enable_diffuse_transmission"": false}}" +wrinkle,"{""type"": ""macro_visual_particle"", ""relative_particle_scaling"": false}" +yeast,"{""type"": ""granular"", ""particle_density"": 254.0}" +yogurt,"{""type"": ""fluid"", ""particle_contact_offset"": 0.017, ""particle_density"": 1036.0, ""is_viscous"": true, ""material_mtl_name"": ""WholeMilk"", ""customize_material_kwargs"": {""diffuse_reflection_color"": [1.0, 1.0, 1.0], ""enable_diffuse_transmission"": false}}" diff --git a/bddl/generated_data/substance_synset_mapping.json b/bddl/generated_data/substance_synset_mapping.json new file mode 100644 index 00000000..15680340 --- /dev/null +++ b/bddl/generated_data/substance_synset_mapping.json @@ -0,0 +1 @@ +{"acetone.n.01": "acetone", "adhesive_material.n.01": "adhesive_material", "allspice.n.03": "allspice", "almond.n.02": "almond", "ammonia_water.n.01": "ammonia_water", "applesauce.n.01": "applesauce", "ash.n.01": "ash", "baby_oil.n.01": "baby_oil", "baking_powder.n.01": "baking_powder", "barbecue_sauce.n.01": "barbecue_sauce", "beaten_egg.n.01": "beaten_egg", "beef_broth.n.01": "beef_broth", "beef_stew.n.01": "beef_stew", "beer.n.01": "beer", "bird_feed.n.01": "bird_feed", "black_bean.n.01": "black_bean", "black_pepper.n.02": "black_pepper", "bleaching_agent.n.01": "bleaching_agent", "blueberry.n.02": "blueberry", "blueberry_mousse.n.01": "blueberry_mousse", "breadcrumb.n.01": "breadcrumb", "brown_rice.n.01": "brown_rice", "brown_sugar.n.01": "brown_sugar", "bunchgrass.n.01": "bunchgrass", "cafe_au_lait.n.01": "cafe_au_lait", "cake_mix.n.01": "cake_mix", "cane_sugar.n.02": "cane_sugar", "cappuccino.n.01": "cappuccino", "carrot_juice.n.01": "carrot_juice", "cat_food.n.01": "cat_food", "catsup.n.01": "catsup", "cayenne.n.02": "cayenne", "champagne.n.01": "champagne", "cherry_filling.n.01": "cherry_filling", "chia_seed.n.01": "chia_seed", "chicken_broth.n.01": "chicken_broth", "chicken_curry.n.01": "chicken_curry", "chicken_soup.n.01": "chicken_soup", "chickpea.n.03": "chickpea", "chlorine.n.01": "chlorine", "chocolate_kiss.n.01": "chocolate_kiss", "chocolate_milk.n.01": "chocolate_milk", "chocolate_sauce.n.01": "chocolate_sauce", "chowder.n.01": "chowder", "cinnamon.n.03": "cinnamon", "cinnamon_sugar.n.01": "cinnamon_sugar", "clove.n.04": "clove", "coal.n.01": "coal", "cocoa.n.01": "cocoa", "cocoa_powder.n.01": "cocoa_powder", "coconut.n.01": "coconut", "coconut_oil.n.01": "coconut_oil", "coffee_bean.n.01": "coffee_bean", "coffee_grounds.n.01": "coffee_grounds", "conditioner.n.03": "conditioner", "cooked__black_bean.n.01": "cooked__black_bean", "cooked__black_pepper.n.01": "cooked__black_pepper", "cooked__breadcrumb.n.01": "cooked__breadcrumb", "cooked__brown_rice.n.01": "cooked__brown_rice", "cooked__chicken_soup.n.01": "cooked__chicken_soup", "cooked__chickpea.n.01": "cooked__chickpea", "cooked__coconut.n.01": "cooked__coconut", "cooked__cooking_oil.n.01": "cooked__cooking_oil", "cooked__cumin.n.01": "cooked__cumin", "cooked__curry_powder.n.01": "cooked__curry_powder", "cooked__diced__beefsteak_tomato.n.01": "cooked__diced__beefsteak_tomato", "cooked__diced__bell_pepper.n.01": "cooked__diced__bell_pepper", "cooked__diced__broccoli.n.01": "cooked__diced__broccoli", "cooked__diced__carne_asada.n.01": "cooked__diced__carne_asada", "cooked__diced__carrot.n.01": "cooked__diced__carrot", "cooked__diced__chard.n.01": "cooked__diced__chard", "cooked__diced__chicken.n.01": "cooked__diced__chicken", "cooked__diced__chili.n.01": "cooked__diced__chili", "cooked__diced__chorizo.n.01": "cooked__diced__chorizo", "cooked__diced__clove.n.01": "cooked__diced__clove", "cooked__diced__green_onion.n.01": "cooked__diced__green_onion", "cooked__diced__head_cabbage.n.01": "cooked__diced__head_cabbage", "cooked__diced__potato.n.01": "cooked__diced__potato", "cooked__diced__steak.n.01": "cooked__diced__steak", "cooked__diced__turkey.n.01": "cooked__diced__turkey", "cooked__diced__vidalia_onion.n.01": "cooked__diced__vidalia_onion", "cooked__diced__virginia_ham.n.01": "cooked__diced__virginia_ham", "cooked__diced__zucchini.n.01": "cooked__diced__zucchini", "cooked__fritter_batter.n.01": "cooked__fritter_batter", "cooked__granulated_sugar.n.01": "cooked__granulated_sugar", "cooked__ground_beef.n.01": "cooked__ground_beef", "cooked__kidney_bean.n.01": "cooked__kidney_bean", "cooked__lemon-pepper_seasoning.n.01": "cooked__lemon_pepper_seasoning", "cooked__marinade.n.01": "cooked__marinade", "cooked__marinara.n.01": "cooked__marinara", "cooked__marjoram.n.01": "cooked__marjoram", "cooked__melted__butter.n.01": "cooked__melted__butter", "cooked__noodle.n.01": "cooked__noodle", "cooked__olive_oil.n.01": "cooked__olive_oil", "cooked__onion_powder.n.01": "cooked__onion_powder", "cooked__orzo.n.01": "cooked__orzo", "cooked__paprika.n.01": "cooked__paprika", "cooked__pea.n.01": "cooked__pea", "cooked__penne.n.01": "cooked__penne", "cooked__popcorn.n.01": "cooked__popcorn", "cooked__pumpkin_seed.n.01": "cooked__pumpkin_seed", "cooked__quinoa.n.01": "cooked__quinoa", "cooked__ramen.n.01": "cooked__ramen", "cooked__red_meat_sauce.n.01": "cooked__red_meat_sauce", "cooked__red_wine.n.01": "cooked__red_wine", "cooked__saffron.n.01": "cooked__saffron", "cooked__salsa.n.01": "cooked__salsa", "cooked__salt.n.01": "cooked__salt", "cooked__sunflower_seed.n.01": "cooked__sunflower_seed", "cooked__water.n.01": "cooked__water", "cooked__white_rice.n.01": "cooked__white_rice", "cooked__white_wine.n.01": "cooked__white_wine", "cooked__wine_sauce.n.01": "cooked__wine_sauce", "cooking_oil.n.01": "cooking_oil", "coriander.n.02": "coriander", "cornstarch.n.01": "cornstarch", "cream_cheese.n.01": "cream_cheese", "cream_of_tartar.n.01": "cream_of_tartar", "cream_soda.n.01": "cream_soda", "crouton.n.01": "crouton", "cumin.n.02": "cumin", "curry_powder.n.01": "curry_powder", "debris.n.01": "debris", "detergent.n.02": "detergent", "diced__apple.n.01": "diced__apple", "diced__avocado.n.01": "diced__avocado", "diced__beef_roast.n.01": "diced__beef_roast", "diced__beefsteak_tomato.n.01": "diced__beefsteak_tomato", "diced__beet.n.01": "diced__beet", "diced__bell_pepper.n.01": "diced__bell_pepper", "diced__carrot.n.01": "diced__carrot", "diced__cheddar.n.01": "diced__cheddar", "diced__chicken.n.01": "diced__chicken", "diced__chili.n.01": "diced__chili", "diced__clove.n.01": "diced__clove", "diced__cucumber.n.01": "diced__cucumber", "diced__feta.n.01": "diced__feta", "diced__green_onion.n.01": "diced__green_onion", "diced__kiwi.n.01": "diced__kiwi", "diced__lemon.n.01": "diced__lemon", "diced__lettuce.n.01": "diced__lettuce", "diced__mango.n.01": "diced__mango", "diced__pineapple.n.01": "diced__pineapple", "diced__potato.n.01": "diced__potato", "diced__spinach.n.01": "diced__spinach", "diced__vidalia_onion.n.01": "diced__vidalia_onion", "diced__virginia_ham.n.01": "diced__virginia_ham", "diced__watermelon.n.01": "diced__watermelon", "diced__zucchini.n.01": "diced__zucchini", "dirt.n.02": "dirt", "disinfectant.n.01": "disinfectant", "dog_food.n.01": "dog_food", "drip_coffee.n.01": "drip_coffee", "dust.n.01": "dust", "eggnog.n.01": "eggnog", "espresso.n.01": "espresso", "fabric_softener.n.01": "fabric_softener", "fecal_matter.n.01": "fecal_matter", "fertilizer.n.01": "fertilizer", "fish_stew.n.01": "fish_stew", "floor_wax.n.01": "floor_wax", "flour.n.01": "flour", "foam.n.01": "foam", "fritter_batter.n.01": "fritter_batter", "frosting.n.01": "frosting", "fruit_punch.n.01": "fruit_punch", "gasoline.n.01": "gasoline", "gin.n.01": "gin", "ginger.n.02": "ginger", "ginger_beer.n.01": "ginger_beer", "glaze.n.01": "glaze", "granola.n.01": "granola", "granulated_salt.n.01": "granulated_salt", "granulated_sugar.n.01": "granulated_sugar", "grated_cheese.n.01": "grated_cheese", "gravy.n.01": "gravy", "grease.n.01": "grease", "green_tea.n.01": "green_tea", "green_tea_latte.n.01": "green_tea_latte", "ground_beef.n.01": "ground_beef", "ground_coffee.n.01": "ground_coffee", "hair.n.04": "hair", "hay.n.01": "hay", "heavy_cream.n.01": "heavy_cream", "herbicide.n.01": "herbicide", "honey.n.01": "honey", "hot_sauce.n.01": "hot_sauce", "house_paint.n.01": "house_paint", "hummus.n.01": "hummus", "hydrogen_peroxide.n.01": "hydrogen_peroxide", "iced_cappuccino.n.01": "iced_cappuccino", "iced_chocolate.n.01": "iced_chocolate", "incision.n.01": "incision", "ink.n.01": "ink", "insectifuge.n.01": "insectifuge", "instant_coffee.n.01": "instant_coffee", "jelly.n.02": "jelly", "jelly_bean.n.01": "jelly_bean", "jerk_seasoning.n.01": "jerk_seasoning", "jimmies.n.01": "jimmies", "kidney_bean.n.01": "kidney_bean", "lemon-pepper_seasoning.n.01": "lemon_pepper_seasoning", "lemon_juice.n.01": "lemon_juice", "lemon_stain_remover.n.01": "lemon_stain_remover", "lemonade.n.01": "lemonade", "lime_juice.n.01": "lime_juice", "limeade.n.01": "limeade", "lint.n.01": "lint", "liquid_soap.n.01": "liquid_soap", "lotion.n.01": "lotion", "low-fat_milk.n.01": "low_fat_milk", "lubricant.n.01": "lubricant", "maple_syrup.n.01": "maple_syrup", "margarine.n.01": "margarine", "marinade.n.01": "marinade", "marinara.n.01": "marinara", "marjoram.n.02": "marjoram", "martini.n.01": "martini", "mashed_potato.n.02": "mashed_potato", "mayonnaise.n.01": "mayonnaise", "melted__butter.n.01": "melted__butter", "melted__grated_cheese.n.01": "melted__grated_cheese", "melted__white_chocolate.n.01": "melted__white_chocolate", "mildew.n.02": "mildew", "milkshake.n.01": "milkshake", "mold.n.05": "mold", "mud.n.03": "mud", "mulch.n.01": "mulch", "mustard.n.02": "mustard", "mustard_seasoning.n.01": "mustard_seasoning", "mustard_seed.n.01": "mustard_seed", "noodle.n.01": "noodle", "nutmeg.n.02": "nutmeg", "oat.n.02": "oat", "oatmeal.n.01": "oatmeal", "olive_oil.n.01": "olive_oil", "onion_powder.n.01": "onion_powder", "onion_ring_batter.n.01": "onion_ring_batter", "orange_juice.n.01": "orange_juice", "orzo.n.01": "orzo", "pancake_batter.n.01": "pancake_batter", "paprika.n.02": "paprika", "parmesan.n.01": "parmesan", "pea.n.01": "pea", "peanut_butter.n.01": "peanut_butter", "pecan.n.03": "pecan", "pellet_food.n.01": "pellet_food", "penne.n.01": "penne", "pesticide.n.01": "pesticide", "pesto.n.01": "pesto", "pill.n.02": "pill", "pineapple_juice.n.01": "pineapple_juice", "polish.n.03": "polish", "popcorn.n.02": "popcorn", "pumpkin_pie_spice.n.01": "pumpkin_pie_spice", "pumpkin_seed.n.01": "pumpkin_seed", "quinoa.n.01": "quinoa", "raisin.n.01": "raisin", "red_meat_sauce.n.01": "red_meat_sauce", "red_wine.n.01": "red_wine", "refried_beans.n.01": "refried_beans", "rosemary.n.02": "rosemary", "rubbing_alcohol.n.01": "rubbing_alcohol", "rum.n.01": "rum", "rust.n.01": "rust", "saddle_soap.n.01": "saddle_soap", "saffron.n.02": "saffron", "sage.n.02": "sage", "salsa.n.01": "salsa", "salt.n.02": "salt", "sand.n.04": "sand", "sealant.n.01": "sealant", "seawater.n.01": "seawater", "sesame_oil.n.01": "sesame_oil", "sesame_seed.n.01": "sesame_seed", "shampoo.n.01": "shampoo", "shortening.n.01": "shortening", "smoothie.n.02": "smoothie", "snow.n.01": "snow", "soda_water.n.03": "soda_water", "sodium_carbonate.n.01": "sodium_carbonate", "soil.n.02": "soil", "soy_sauce.n.01": "soy_sauce", "spray_paint.n.01": "spray_paint", "stain.n.01": "stain", "stucco.n.01": "stucco", "sugar_coffee_scrub.n.01": "sugar_coffee_scrub", "sugar_syrup.n.01": "sugar_syrup", "sunflower_seed.n.01": "sunflower_seed", "tarnish.n.02": "tarnish", "tea.n.01": "tea", "thyme.n.02": "thyme", "toilet_soap.n.01": "toilet_soap", "tomato_paste.n.01": "tomato_paste", "tomato_rice.n.01": "tomato_rice", "tomato_sauce.n.01": "tomato_sauce", "tonic.n.01": "tonic", "toothpaste.n.01": "toothpaste", "vanilla.n.02": "vanilla", "vinegar.n.01": "vinegar", "vinegar_cleaning_solution.n.01": "vinegar_cleaning_solution", "vodka.n.01": "vodka", "water.n.06": "water", "wax_remnant.n.01": "wax_remnant", "whipped_cream.n.01": "whipped_cream", "white_rice.n.01": "white_rice", "white_wine.n.01": "white_wine", "whole_milk.n.01": "whole_milk", "wine_sauce.n.01": "wine_sauce", "wrinkle.n.01": "wrinkle", "yeast.n.01": "yeast", "yogurt.n.01": "yogurt", "milk.n.01": "milk"} diff --git a/bddl/generated_data/syn_prop_annots_canonical.json b/bddl/generated_data/syn_prop_annots_canonical.json index 7c3bdc47..a07fbb53 100644 --- a/bddl/generated_data/syn_prop_annots_canonical.json +++ b/bddl/generated_data/syn_prop_annots_canonical.json @@ -1,9 +1,9 @@ { - "acetone__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "acetone__atomizer.n.01": { + "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24,6 +24,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -31,12 +32,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "acorn.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -54,6 +57,7 @@ }, "adapter.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -71,6 +75,7 @@ }, "address.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -93,7 +98,9 @@ "freezable": {} }, "aerosol.n.02": { + "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -112,6 +119,25 @@ "agave.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "agent.n.01": { + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -129,18 +155,18 @@ }, "aioli.n.01": { "breakable": {}, - "openable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "air_conditioner.n.01": { "toggleable": {}, - "heatSource": {}, "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -158,6 +184,7 @@ }, "air_filter.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -175,7 +202,9 @@ }, "air_freshener__atomizer.n.01": { "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -194,6 +223,7 @@ "alarm_clock.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -217,6 +247,7 @@ }, "allen_wrench.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -233,10 +264,10 @@ "freezable": {} }, "allspice__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -256,15 +287,16 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "almond_oil.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -272,14 +304,15 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "aluminum_foil.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -297,6 +330,7 @@ }, "aluminum.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -313,29 +347,10 @@ "freezable": {} }, "ammonia_water__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "ammonia_water__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -355,17 +370,20 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "analgesic.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "anchor.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -383,6 +401,7 @@ }, "antenna.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -402,6 +421,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -409,12 +429,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "antihistamine.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -422,6 +444,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -439,6 +462,7 @@ }, "antique.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -456,6 +480,7 @@ }, "antler.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -474,8 +499,8 @@ "apple_juice__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -495,6 +520,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -502,6 +528,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -521,6 +548,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -537,10 +565,10 @@ "freezable": {} }, "applesauce.n.01": { - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -548,6 +576,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -566,9 +595,9 @@ "apron.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -587,6 +616,7 @@ "arbor.n.03": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -607,6 +637,7 @@ "waterCook": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -614,6 +645,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -632,7 +664,9 @@ "armchair.n.01": { "breakable": {}, "flammable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -652,6 +686,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -669,6 +704,7 @@ }, "artwork.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -688,6 +724,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -706,12 +743,14 @@ "ash.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ashcan.n.01": { - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -728,7 +767,9 @@ "freezable": {} }, "ashtray.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -748,6 +789,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -764,16 +806,18 @@ "freezable": {} }, "asphalt.n.01": { + "meltable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "atomizer.n.01": { - "fillable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -792,6 +836,7 @@ "audio_system.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -812,6 +857,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -831,6 +877,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -849,6 +896,7 @@ "ax.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -866,6 +914,7 @@ }, "axle.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -883,6 +932,7 @@ }, "baby_buggy.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -902,12 +952,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "baby_shoe.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -925,6 +977,7 @@ }, "backdrop.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -941,10 +994,10 @@ "freezable": {} }, "backpack.n.01": { - "fillable": {}, "openable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -964,6 +1017,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -981,8 +1035,8 @@ }, "bag__of__auricularia.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1000,8 +1054,8 @@ }, "bag__of__breadcrumbs.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1019,8 +1073,8 @@ }, "bag__of__brown_rice.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1038,8 +1092,8 @@ }, "bag__of__chips.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1057,8 +1111,8 @@ }, "bag__of__cocoa.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1076,8 +1130,8 @@ }, "bag__of__cookies.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1095,8 +1149,9 @@ }, "bag__of__cream_cheese.n.01": { "flammable": {}, - "openable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1114,8 +1169,8 @@ }, "bag__of__fertilizer.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1133,8 +1188,8 @@ }, "bag__of__flour.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1152,8 +1207,9 @@ }, "bag__of__ice_cream.n.01": { "flammable": {}, - "openable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1171,8 +1227,8 @@ }, "bag__of__oranges.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1190,8 +1246,8 @@ }, "bag__of__popcorn.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1209,8 +1265,8 @@ }, "bag__of__rice.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1226,10 +1282,10 @@ "heatable": {}, "freezable": {} }, - "bag__of__shiitake.n.01": { + "bag__of__rubbish.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1245,10 +1301,10 @@ "heatable": {}, "freezable": {} }, - "bag__of__snacks.n.01": { + "bag__of__shiitake.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1264,10 +1320,10 @@ "heatable": {}, "freezable": {} }, - "bag__of__starch.n.01": { + "bag__of__snacks.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1283,10 +1339,10 @@ "heatable": {}, "freezable": {} }, - "bag__of__tea.n.01": { + "bag__of__starch.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1302,10 +1358,10 @@ "heatable": {}, "freezable": {} }, - "bag__of__yeast.n.01": { + "bag__of__tea.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1321,10 +1377,10 @@ "heatable": {}, "freezable": {} }, - "bag.n.06": { + "bag__of__yeast.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1340,33 +1396,10 @@ "heatable": {}, "freezable": {} }, - "bagel_dough.n.01": { + "bag.n.06": { "flammable": {}, - "cookable": {}, - "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "bagel.n.01": { - "cookable": {}, - "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1382,26 +1415,13 @@ "heatable": {}, "freezable": {} }, - "bagged__rubbish.n.01": { + "bagel_dough.n.01": { "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "bagged_chip.n.01": { - "rigidBody": {}, + "cookable": {}, + "sliceable": {}, + "softBody": {}, + "nonSubstance": {}, + "deformable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1417,9 +1437,11 @@ "heatable": {}, "freezable": {} }, - "bagged_chocolate_bar.n.01": { - "flammable": {}, + "bagel.n.01": { + "cookable": {}, + "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1435,9 +1457,11 @@ "heatable": {}, "freezable": {} }, - "bagged_cookie.n.01": { - "flammable": {}, + "baguet.n.01": { + "cookable": {}, + "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1453,9 +1477,9 @@ "heatable": {}, "freezable": {} }, - "bagged_ice_cream.n.01": { - "flammable": {}, + "bait.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1471,9 +1495,11 @@ "heatable": {}, "freezable": {} }, - "bagged_popcorn.n.01": { - "flammable": {}, + "baking_powder__jar.n.01": { + "breakable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1489,27 +1515,16 @@ "heatable": {}, "freezable": {} }, - "baguet.n.01": { - "cookable": {}, - "sliceable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "baking_powder.n.01": { + "microPhysicalSubstance": {}, + "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "bait.n.01": { + "balloon.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1525,34 +1540,11 @@ "heatable": {}, "freezable": {} }, - "baking_powder__jar.n.01": { + "balsamic_vinegar__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "baking_powder.n.01": { - "microPhysicalSubstance": {}, - "substance": {}, - "heatable": {}, - "freezable": {} - }, - "balloon.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1572,6 +1564,7 @@ "flammable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1592,6 +1585,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1611,6 +1605,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1628,10 +1623,8 @@ }, "bandage.n.01": { "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1650,9 +1643,9 @@ "bandanna.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1671,31 +1664,9 @@ "banner.n.01": { "flammable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "bap.n.01": { - "flammable": {}, - "cookable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1712,7 +1683,9 @@ "freezable": {} }, "bar_soap.n.01": { + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1729,7 +1702,9 @@ "freezable": {} }, "bar.n.02": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1748,6 +1723,7 @@ "bar.n.13": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1766,8 +1742,8 @@ "barbecue_sauce__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1788,6 +1764,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -1795,11 +1772,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "barrel.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1818,6 +1797,7 @@ "barrow.n.03": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1835,6 +1815,7 @@ }, "base.n.08": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1853,6 +1834,7 @@ "baseball_cap.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1871,9 +1853,8 @@ "baseball_glove.n.01": { "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1891,6 +1872,7 @@ }, "baseball.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1909,6 +1891,7 @@ "baseboard.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1927,8 +1910,8 @@ "basil__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1947,6 +1930,7 @@ "basil.n.03": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1964,6 +1948,7 @@ }, "basket.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1979,8 +1964,9 @@ "heatable": {}, "freezable": {} }, - "bat.n.05": { + "baseball_bat.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -1999,9 +1985,9 @@ "bath_mat.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2021,9 +2007,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2041,7 +2027,9 @@ }, "bathtub.n.01": { "particleSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2059,6 +2047,7 @@ }, "battery.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2077,9 +2066,8 @@ "batting_glove.n.01": { "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2099,6 +2087,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2118,9 +2107,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2138,6 +2126,7 @@ }, "bearing.n.06": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2158,11 +2147,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "bed.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2182,6 +2174,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2202,25 +2195,7 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "beef_roast.n.01": { - "cookable": {}, - "sliceable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2229,6 +2204,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2236,6 +2212,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2255,6 +2232,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2273,27 +2251,8 @@ "beer_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "beer_box.n.01": { - "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2313,6 +2272,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2330,6 +2290,7 @@ }, "beer_tap.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2350,30 +2311,15 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "beeswax.n.01": { - "cookable": {}, - "sliceable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "beeswax_candle.n.01": { + "flammable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2393,6 +2339,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2412,6 +2359,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2429,6 +2377,7 @@ }, "bell.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2446,9 +2395,9 @@ }, "belt.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2466,9 +2415,9 @@ }, "belt.n.02": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2486,6 +2435,7 @@ }, "bench_press.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2502,7 +2452,9 @@ "freezable": {} }, "bench.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2520,6 +2472,7 @@ }, "bicycle_chain.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2537,6 +2490,7 @@ }, "bicycle_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2554,6 +2508,7 @@ }, "bicycle.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2573,6 +2528,7 @@ "toggleable": {}, "particleSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2591,9 +2547,9 @@ "bikini.n.02": { "flammable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2611,6 +2567,7 @@ }, "binder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2628,8 +2585,8 @@ }, "binder.n.03": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2649,6 +2606,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2667,11 +2625,14 @@ "bird_feed.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "bird_feeder.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2689,6 +2650,7 @@ }, "birdcage.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2709,9 +2671,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2730,9 +2691,8 @@ "biscuit.n.01": { "cookable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2753,6 +2713,7 @@ "waterCook": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2760,6 +2721,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2767,6 +2729,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2785,6 +2748,7 @@ "blackboard_eraser.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2802,6 +2766,7 @@ }, "blackboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2820,6 +2785,7 @@ "blade.n.09": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2838,9 +2804,9 @@ "blanket.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2856,11 +2822,11 @@ "heatable": {}, "freezable": {} }, - "bleaching_agent__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "bleaching_agent__atomizer.n.01": { + "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2880,6 +2846,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2889,6 +2856,7 @@ "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2907,10 +2875,10 @@ "bleu.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2929,9 +2897,9 @@ "blouse.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2951,6 +2919,7 @@ "flammable": {}, "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -2972,6 +2941,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -2980,11 +2950,13 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "board_game.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3002,6 +2974,7 @@ }, "board.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3019,6 +2992,7 @@ }, "bobby_pin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3038,6 +3012,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3056,6 +3031,7 @@ "bone.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3073,6 +3049,7 @@ }, "bookcase.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3090,6 +3067,7 @@ }, "bookend.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3106,7 +3084,9 @@ "freezable": {} }, "booth.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3125,12 +3105,13 @@ "borax.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "bottle__of__acetone.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3147,8 +3128,8 @@ "freezable": {} }, "bottle__of__acid.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3165,8 +3146,8 @@ "freezable": {} }, "bottle__of__alcohol.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3184,8 +3165,8 @@ }, "bottle__of__alfredo_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3203,8 +3184,8 @@ }, "bottle__of__allspice.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3222,8 +3203,8 @@ }, "bottle__of__almond_oil.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3240,26 +3221,8 @@ "freezable": {} }, "bottle__of__ammonia.n.01": { - "fillable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "bottle__of__analgesics.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3276,8 +3239,8 @@ "freezable": {} }, "bottle__of__antihistamines.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3295,8 +3258,8 @@ }, "bottle__of__apple_cider.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3314,8 +3277,8 @@ }, "bottle__of__apple_juice.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3333,8 +3296,8 @@ }, "bottle__of__applesauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3351,8 +3314,8 @@ "freezable": {} }, "bottle__of__aspirin.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3369,8 +3332,8 @@ "freezable": {} }, "bottle__of__baby_oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3388,8 +3351,8 @@ }, "bottle__of__balsamic_vinegar.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3406,8 +3369,8 @@ "freezable": {} }, "bottle__of__barbecue_sauce.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3425,8 +3388,8 @@ }, "bottle__of__beer.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3444,8 +3407,8 @@ }, "bottle__of__black_pepper.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3462,27 +3425,8 @@ "freezable": {} }, "bottle__of__bleach_agent.n.01": { - "fillable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "bottle__of__brandy.n.01": { - "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3499,8 +3443,8 @@ "freezable": {} }, "bottle__of__bug_repellent.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3517,8 +3461,8 @@ "freezable": {} }, "bottle__of__buttermilk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3535,8 +3479,8 @@ "freezable": {} }, "bottle__of__carrot_juice.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3553,8 +3497,8 @@ "freezable": {} }, "bottle__of__catsup.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3571,8 +3515,8 @@ "freezable": {} }, "bottle__of__caulk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3590,8 +3534,8 @@ }, "bottle__of__champagne.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3608,8 +3552,8 @@ "freezable": {} }, "bottle__of__chili_pepper.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3626,8 +3570,8 @@ "freezable": {} }, "bottle__of__chocolate_sauce.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3644,8 +3588,8 @@ "freezable": {} }, "bottle__of__cleaner.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3662,8 +3606,8 @@ "freezable": {} }, "bottle__of__cocoa.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3680,8 +3624,8 @@ "freezable": {} }, "bottle__of__coconut_milk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3698,8 +3642,8 @@ "freezable": {} }, "bottle__of__coconut_oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3716,8 +3660,8 @@ "freezable": {} }, "bottle__of__coconut_water.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3735,8 +3679,8 @@ }, "bottle__of__coffee.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3754,8 +3698,8 @@ }, "bottle__of__coke.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3772,8 +3716,8 @@ "freezable": {} }, "bottle__of__cold_cream.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3791,8 +3735,8 @@ }, "bottle__of__cologne.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3809,8 +3753,8 @@ "freezable": {} }, "bottle__of__conditioner.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3827,8 +3771,8 @@ "freezable": {} }, "bottle__of__cooking_oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3846,8 +3790,8 @@ }, "bottle__of__cranberry_juice.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3864,8 +3808,8 @@ "freezable": {} }, "bottle__of__degreaser.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3882,8 +3826,8 @@ "freezable": {} }, "bottle__of__deicer.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3900,8 +3844,8 @@ "freezable": {} }, "bottle__of__detergent.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3918,8 +3862,8 @@ "freezable": {} }, "bottle__of__dish_soap.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3936,8 +3880,8 @@ "freezable": {} }, "bottle__of__disinfectant.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3955,8 +3899,8 @@ }, "bottle__of__essential_oil.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3973,8 +3917,8 @@ "freezable": {} }, "bottle__of__fabric_softener.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -3991,8 +3935,8 @@ "freezable": {} }, "bottle__of__face_cream.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4009,8 +3953,8 @@ "freezable": {} }, "bottle__of__fennel.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4027,8 +3971,8 @@ "freezable": {} }, "bottle__of__food_coloring.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4045,8 +3989,8 @@ "freezable": {} }, "bottle__of__frosting.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4064,8 +4008,8 @@ }, "bottle__of__fruit_punch.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4083,8 +4027,8 @@ }, "bottle__of__garlic_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4102,8 +4046,8 @@ }, "bottle__of__gin.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4121,8 +4065,8 @@ }, "bottle__of__ginger_beer.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4139,8 +4083,8 @@ "freezable": {} }, "bottle__of__ginger.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4157,8 +4101,8 @@ "freezable": {} }, "bottle__of__glass_cleaner.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4175,8 +4119,8 @@ "freezable": {} }, "bottle__of__glue.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4193,8 +4137,8 @@ "freezable": {} }, "bottle__of__ground_cloves.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4211,8 +4155,8 @@ "freezable": {} }, "bottle__of__ground_mace.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4229,8 +4173,8 @@ "freezable": {} }, "bottle__of__ground_nutmeg.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4247,8 +4191,8 @@ "freezable": {} }, "bottle__of__hot_sauce.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4265,8 +4209,8 @@ "freezable": {} }, "bottle__of__lacquer.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4284,8 +4228,8 @@ }, "bottle__of__lavender_oil.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4302,8 +4246,8 @@ "freezable": {} }, "bottle__of__lemon_juice.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4321,8 +4265,8 @@ }, "bottle__of__lemon_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4340,8 +4284,26 @@ }, "bottle__of__lemonade.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "bottle__of__lighter_fluid.n.01": { + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4358,8 +4320,8 @@ "freezable": {} }, "bottle__of__lime_juice.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4376,8 +4338,8 @@ "freezable": {} }, "bottle__of__liquid_soap.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4394,8 +4356,8 @@ "freezable": {} }, "bottle__of__lotion.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4412,8 +4374,8 @@ "freezable": {} }, "bottle__of__lubricant.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4430,8 +4392,8 @@ "freezable": {} }, "bottle__of__maple_syrup.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4448,8 +4410,8 @@ "freezable": {} }, "bottle__of__mayonnaise.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4466,8 +4428,8 @@ "freezable": {} }, "bottle__of__medicine.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4484,8 +4446,8 @@ "freezable": {} }, "bottle__of__milk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4502,8 +4464,8 @@ "freezable": {} }, "bottle__of__milkshake.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4520,8 +4482,8 @@ "freezable": {} }, "bottle__of__molasses.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4539,8 +4501,8 @@ }, "bottle__of__mushroom_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4557,8 +4519,8 @@ "freezable": {} }, "bottle__of__mustard_seeds.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4575,8 +4537,8 @@ "freezable": {} }, "bottle__of__mustard.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4593,8 +4555,8 @@ "freezable": {} }, "bottle__of__oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4611,8 +4573,8 @@ "freezable": {} }, "bottle__of__olive_oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4629,8 +4591,8 @@ "freezable": {} }, "bottle__of__onion_powder.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4648,8 +4610,8 @@ }, "bottle__of__orange_juice.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4666,8 +4628,8 @@ "freezable": {} }, "bottle__of__paint_remover.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4684,8 +4646,8 @@ "freezable": {} }, "bottle__of__paint.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4703,8 +4665,8 @@ }, "bottle__of__papaya_juice.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4721,8 +4683,8 @@ "freezable": {} }, "bottle__of__paprika.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4739,8 +4701,8 @@ "freezable": {} }, "bottle__of__parsley.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4757,8 +4719,8 @@ "freezable": {} }, "bottle__of__peanut_butter.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4776,8 +4738,8 @@ }, "bottle__of__perfume.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4794,8 +4756,8 @@ "freezable": {} }, "bottle__of__pesticide.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4813,8 +4775,8 @@ }, "bottle__of__pesto.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4832,8 +4794,8 @@ }, "bottle__of__pizza_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4851,8 +4813,8 @@ }, "bottle__of__pop.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4869,8 +4831,8 @@ "freezable": {} }, "bottle__of__poppy_seeds.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4887,8 +4849,8 @@ "freezable": {} }, "bottle__of__powder.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4905,8 +4867,8 @@ "freezable": {} }, "bottle__of__protein_powder.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4923,8 +4885,8 @@ "freezable": {} }, "bottle__of__pumpkin_pie_spice.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4941,8 +4903,8 @@ "freezable": {} }, "bottle__of__rosemary.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4960,8 +4922,8 @@ }, "bottle__of__rum.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4978,8 +4940,8 @@ "freezable": {} }, "bottle__of__sage.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -4997,8 +4959,8 @@ }, "bottle__of__sake.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5016,8 +4978,8 @@ }, "bottle__of__salsa.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5035,8 +4997,8 @@ }, "bottle__of__sangria.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5053,8 +5015,8 @@ "freezable": {} }, "bottle__of__sealant.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5071,8 +5033,8 @@ "freezable": {} }, "bottle__of__seasoning.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5089,8 +5051,8 @@ "freezable": {} }, "bottle__of__sesame_oil.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5107,8 +5069,8 @@ "freezable": {} }, "bottle__of__sesame_seeds.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5125,8 +5087,8 @@ "freezable": {} }, "bottle__of__shampoo.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5143,8 +5105,8 @@ "freezable": {} }, "bottle__of__skin_cream.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5162,8 +5124,8 @@ }, "bottle__of__soda.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5180,8 +5142,8 @@ "freezable": {} }, "bottle__of__solvent.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5198,8 +5160,8 @@ "freezable": {} }, "bottle__of__soup.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5216,8 +5178,8 @@ "freezable": {} }, "bottle__of__sour_cream.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5234,8 +5196,8 @@ "freezable": {} }, "bottle__of__soy_milk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5253,8 +5215,8 @@ }, "bottle__of__soy_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5271,8 +5233,8 @@ "freezable": {} }, "bottle__of__spice.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5289,8 +5251,8 @@ "freezable": {} }, "bottle__of__sriracha.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5307,8 +5269,8 @@ "freezable": {} }, "bottle__of__sunscreen.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5325,8 +5287,8 @@ "freezable": {} }, "bottle__of__supplements.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5343,8 +5305,8 @@ "freezable": {} }, "bottle__of__tea_leaves.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5362,8 +5324,8 @@ }, "bottle__of__tea.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5381,8 +5343,8 @@ }, "bottle__of__tequila.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5399,8 +5361,8 @@ "freezable": {} }, "bottle__of__tomato_paste.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5418,8 +5380,8 @@ }, "bottle__of__tonic.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5436,8 +5398,8 @@ "freezable": {} }, "bottle__of__vinegar.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5455,8 +5417,8 @@ }, "bottle__of__vodka.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5473,8 +5435,8 @@ "freezable": {} }, "bottle__of__water.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5492,8 +5454,8 @@ }, "bottle__of__whiskey.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5511,8 +5473,8 @@ }, "bottle__of__wine.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5530,9 +5492,8 @@ }, "bottle.n.03": { "breakable": {}, - "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5551,6 +5512,7 @@ "bouillon_cube.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5571,11 +5533,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "boulder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5593,9 +5557,9 @@ }, "bouquet.n.01": { "flammable": {}, - "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5613,8 +5577,9 @@ }, "bourbon__bottle.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5634,12 +5599,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "bow.n.02": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5657,6 +5624,7 @@ }, "bow.n.08": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5676,6 +5644,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5693,6 +5662,7 @@ }, "bowling_ball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5709,9 +5679,9 @@ "freezable": {} }, "box__of__almond_milk.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5728,9 +5698,9 @@ "freezable": {} }, "box__of__apple_juice.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5747,9 +5717,9 @@ "freezable": {} }, "box__of__baking_mix.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5766,9 +5736,9 @@ "freezable": {} }, "box__of__baking_powder.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5785,9 +5755,9 @@ "freezable": {} }, "box__of__baking_soda.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5804,9 +5774,9 @@ "freezable": {} }, "box__of__barley.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5823,9 +5793,9 @@ "freezable": {} }, "box__of__beer.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5842,9 +5812,9 @@ "freezable": {} }, "box__of__brown_sugar.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5861,9 +5831,9 @@ "freezable": {} }, "box__of__butter.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5880,9 +5850,9 @@ "freezable": {} }, "box__of__candy.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5899,9 +5869,9 @@ "freezable": {} }, "box__of__cane_sugar.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5918,9 +5888,9 @@ "freezable": {} }, "box__of__cereal.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5937,9 +5907,9 @@ "freezable": {} }, "box__of__champagne.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5956,9 +5926,9 @@ "freezable": {} }, "box__of__chocolates.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5975,9 +5945,9 @@ "freezable": {} }, "box__of__coconut_milk.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -5994,9 +5964,9 @@ "freezable": {} }, "box__of__coffee.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6013,9 +5983,9 @@ "freezable": {} }, "box__of__cookies.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6032,9 +6002,9 @@ "freezable": {} }, "box__of__corn_flakes.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6051,9 +6021,9 @@ "freezable": {} }, "box__of__crackers.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6070,9 +6040,9 @@ "freezable": {} }, "box__of__cream.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6089,9 +6059,9 @@ "freezable": {} }, "box__of__flour.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6108,9 +6078,9 @@ "freezable": {} }, "box__of__fruit.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6127,28 +6097,9 @@ "freezable": {} }, "box__of__granola_bars.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "box__of__gum.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6165,9 +6116,9 @@ "freezable": {} }, "box__of__ice_cream.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6184,9 +6135,9 @@ "freezable": {} }, "box__of__lasagna.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6203,9 +6154,9 @@ "freezable": {} }, "box__of__lemons.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6222,9 +6173,9 @@ "freezable": {} }, "box__of__milk.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6241,9 +6192,9 @@ "freezable": {} }, "box__of__oatmeal.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6260,9 +6211,9 @@ "freezable": {} }, "box__of__raspberries.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6279,9 +6230,9 @@ "freezable": {} }, "box__of__rice.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6298,9 +6249,9 @@ "freezable": {} }, "box__of__rum.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6317,9 +6268,9 @@ "freezable": {} }, "box__of__sake.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6336,9 +6287,9 @@ "freezable": {} }, "box__of__salt.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6355,9 +6306,9 @@ "freezable": {} }, "box__of__sanitary_napkin.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6374,9 +6325,9 @@ "freezable": {} }, "box__of__shampoo.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6393,9 +6344,9 @@ "freezable": {} }, "box__of__takeout.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6412,9 +6363,9 @@ "freezable": {} }, "box__of__tissue.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6431,9 +6382,9 @@ "freezable": {} }, "box__of__tomato_juice.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6450,9 +6401,9 @@ "freezable": {} }, "box__of__vegetable_juice.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6469,9 +6420,9 @@ "freezable": {} }, "box__of__whiskey.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6488,9 +6439,9 @@ "freezable": {} }, "box__of__wine.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6507,9 +6458,9 @@ "freezable": {} }, "box__of__yogurt.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6526,9 +6477,9 @@ "freezable": {} }, "boxed__cake.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6545,9 +6496,9 @@ "freezable": {} }, "boxed__cpu_board.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6564,9 +6515,9 @@ "freezable": {} }, "boxed__ink_cartridge.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6583,123 +6534,9 @@ "freezable": {} }, "boxed__router.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_butter.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_cake.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_chocolate.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_coffee.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_cookie.n.01": { - "fillable": {}, - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "boxed_raspberries.n.01": { - "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6719,9 +6556,8 @@ "flammable": {}, "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6739,6 +6575,7 @@ }, "brace.n.09": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6756,6 +6593,7 @@ }, "bracelet.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6773,6 +6611,7 @@ }, "bracket.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6790,6 +6629,7 @@ }, "brake.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6807,9 +6647,9 @@ }, "branch.n.02": { "flammable": {}, - "fireSource": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6828,8 +6668,8 @@ "brandy__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6849,15 +6689,16 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "brassiere.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6877,6 +6718,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6894,11 +6736,9 @@ }, "bread_slice.n.01": { "cookable": {}, - "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6916,6 +6756,7 @@ }, "bread-bin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6936,11 +6777,14 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "breakfast_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6958,6 +6802,7 @@ }, "brick.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6975,6 +6820,7 @@ }, "bridge.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -6991,8 +6837,8 @@ "freezable": {} }, "briefcase.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7012,6 +6858,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7031,6 +6878,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7050,6 +6898,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7069,6 +6918,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7087,6 +6937,7 @@ "broken__glass.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7105,6 +6956,7 @@ "broken__light_bulb.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7122,29 +6974,7 @@ }, "broom.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "brown_bread.n.02": { - "flammable": {}, - "cookable": {}, - "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7161,8 +6991,10 @@ "freezable": {} }, "brown_rice__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7183,31 +7015,15 @@ "waterCook": {}, "microPhysicalSubstance": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "brown_sugar__box.n.01": { - "flammable": {}, - "openable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "brown_sugar__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7227,6 +7043,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -7234,9 +7051,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7256,6 +7072,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7272,8 +7089,8 @@ "freezable": {} }, "bucket__of__paint.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7292,6 +7109,7 @@ "bucket.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7310,6 +7128,7 @@ "buckle.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7327,6 +7146,7 @@ }, "bulldog_clip.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7344,6 +7164,7 @@ }, "bulletin_board.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7361,6 +7182,7 @@ }, "bumper.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7378,14 +7200,16 @@ }, "bunchgrass.n.01": { "flammable": {}, - "visualSubstance": {}, + "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "burette.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7403,9 +7227,9 @@ }, "burlap.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7425,6 +7249,7 @@ "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7444,6 +7269,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7461,6 +7287,7 @@ }, "buskin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7479,6 +7306,7 @@ "bust.n.03": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7499,32 +7327,15 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "butter__box.n.01": { - "fillable": {}, - "flammable": {}, - "openable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "butter__package.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7545,6 +7356,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7562,9 +7374,9 @@ }, "butter.n.01": { "cookable": {}, - "fireSource": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7585,6 +7397,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7604,6 +7417,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -7611,6 +7425,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7628,7 +7443,10 @@ }, "cabinet.n.01": { "openable": {}, + "assembleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7647,6 +7465,7 @@ "cabinet.n.03": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7666,6 +7485,7 @@ "breakable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7684,7 +7504,9 @@ "cable.n.02": { "sliceable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7704,6 +7526,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7724,6 +7547,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -7731,18 +7555,21 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "calcium_carbonate.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "calculator.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7760,8 +7587,8 @@ }, "caldron.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7779,6 +7606,7 @@ }, "calendar.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7796,6 +7624,7 @@ }, "caliper.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7813,6 +7642,7 @@ }, "camera_tripod.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7829,8 +7659,8 @@ "freezable": {} }, "can__of__baking_mix.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7847,8 +7677,8 @@ "freezable": {} }, "can__of__bay_leaves.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7865,8 +7695,8 @@ "freezable": {} }, "can__of__beans.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7883,8 +7713,8 @@ "freezable": {} }, "can__of__coffee.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7901,8 +7731,8 @@ "freezable": {} }, "can__of__corn.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7919,8 +7749,8 @@ "freezable": {} }, "can__of__icetea.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7937,8 +7767,8 @@ "freezable": {} }, "can__of__oatmeal.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7955,8 +7785,8 @@ "freezable": {} }, "can__of__sardines.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7973,8 +7803,8 @@ "freezable": {} }, "can__of__soda.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -7991,8 +7821,8 @@ "freezable": {} }, "can__of__tomato_paste.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8009,8 +7839,8 @@ "freezable": {} }, "can__of__tomatoes.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8030,6 +7860,7 @@ "fillable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8047,26 +7878,7 @@ }, "candlestick.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "candy__box.n.01": { - "fillable": {}, - "flammable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8084,6 +7896,7 @@ }, "candy_cane.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8101,6 +7914,7 @@ }, "candy_dispenser_shelf.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8118,15 +7932,17 @@ }, "cane_sugar.n.02": { "cookable": {}, + "meltable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "canister.n.02": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8143,9 +7959,8 @@ "freezable": {} }, "canned_food.n.01": { - "openable": {}, - "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8163,10 +7978,10 @@ }, "canola_oil.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -8175,6 +7990,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8191,8 +8007,9 @@ "freezable": {} }, "canteen.n.01": { - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8210,9 +8027,9 @@ }, "cap.n.02": { "flammable": {}, - "openable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8232,11 +8049,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "car_seat.n.01": { + "infant_car_seat.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8255,6 +8074,7 @@ "car_tire.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8272,6 +8092,7 @@ }, "car_wheel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8290,6 +8111,7 @@ "car.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8309,6 +8131,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8328,20 +8151,22 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "carbon_black.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "carboy.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8360,6 +8185,7 @@ "card.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8376,10 +8202,10 @@ "freezable": {} }, "card.n.04": { - "fireSource": {}, "sliceable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8399,15 +8225,16 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cardigan.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8427,6 +8254,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8443,7 +8271,9 @@ "freezable": {} }, "carpet_sweeper.n.01": { + "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8461,6 +8291,7 @@ }, "carrel.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8480,12 +8311,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "carrot.n.03": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8503,6 +8336,7 @@ }, "carryall.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8519,8 +8353,8 @@ "freezable": {} }, "carton__of__chocolate_milk.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8538,8 +8372,8 @@ }, "carton__of__eggs.n.01": { "breakable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8556,8 +8390,8 @@ "freezable": {} }, "carton__of__milk.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8574,8 +8408,8 @@ "freezable": {} }, "carton__of__orange_juice.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8592,8 +8426,8 @@ "freezable": {} }, "carton__of__pineapple_juice.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8610,8 +8444,8 @@ "freezable": {} }, "carton__of__soy_milk.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8628,9 +8462,10 @@ "freezable": {} }, "carton.n.02": { + "fillable": {}, "openable": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8648,7 +8483,9 @@ }, "carving_knife.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8666,6 +8503,7 @@ }, "case__of__eyeshadow.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8684,6 +8522,7 @@ "case__of__pop.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8702,6 +8541,7 @@ "case_shot.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8720,9 +8560,9 @@ "case.n.19": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8742,6 +8582,7 @@ "flammable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8758,8 +8599,8 @@ "freezable": {} }, "cash_register.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8780,6 +8621,7 @@ "slicer": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -8788,6 +8630,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8805,6 +8648,7 @@ }, "cassette.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8822,8 +8666,8 @@ }, "cat_food__tin.n.01": { "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8842,11 +8686,13 @@ "cat_food.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "catalog.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8865,8 +8711,8 @@ "catsup__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8887,6 +8733,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -8894,6 +8741,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8910,10 +8758,10 @@ "freezable": {} }, "cayenne__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8934,13 +8782,15 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cedar_chest.n.01": { - "fillable": {}, "flammable": {}, + "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8959,6 +8809,7 @@ "ceiling_fan.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8976,6 +8827,7 @@ }, "ceiling_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -8992,7 +8844,9 @@ "freezable": {} }, "ceiling.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9012,6 +8866,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9030,6 +8885,7 @@ "cellular_telephone.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9048,6 +8904,7 @@ "cellulose_tape.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9065,6 +8922,7 @@ }, "cement.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9082,23 +8940,7 @@ }, "centerpiece.n.02": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "cereal_box.n.01": { - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9115,9 +8957,9 @@ "freezable": {} }, "chaff.n.01": { - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9125,6 +8967,7 @@ "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9142,6 +8985,7 @@ }, "chain.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9158,7 +9002,9 @@ "freezable": {} }, "chaise_longue.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9178,6 +9024,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9197,14 +9044,15 @@ "breakable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "champagne__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9224,14 +9072,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "chandelier.n.01": { "breakable": {}, "toggleable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9251,6 +9100,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9268,14 +9118,15 @@ }, "charcoal.n.01": { "flammable": {}, - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "charcoal.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9295,6 +9146,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9312,6 +9164,7 @@ }, "charger.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9328,7 +9181,9 @@ "freezable": {} }, "checkout.n.03": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9348,33 +9203,10 @@ "flammable": {}, "cookable": {}, "sliceable": {}, + "meltable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "cheese_pastry.n.01": { - "flammable": {}, - "cookable": {}, - "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9395,6 +9227,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9402,6 +9235,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9421,9 +9255,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9440,10 +9273,11 @@ "freezable": {} }, "cheesecloth.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9465,6 +9299,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9472,6 +9307,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9491,6 +9327,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9508,6 +9345,7 @@ }, "chess_set.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9525,7 +9363,9 @@ }, "chest_of_drawers.n.01": { "openable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9544,6 +9384,7 @@ "chestnut.n.03": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9560,10 +9401,10 @@ "freezable": {} }, "chewing_gum.n.01": { + "meltable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9583,6 +9424,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9602,6 +9444,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9610,6 +9453,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9627,8 +9471,9 @@ }, "chicken_broth__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9649,11 +9494,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "chicken_coop.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9674,6 +9521,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9681,6 +9529,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9701,6 +9550,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9709,6 +9559,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9729,6 +9580,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9746,9 +9598,9 @@ }, "chicken_wire.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9768,6 +9620,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9784,8 +9637,9 @@ "freezable": {} }, "chickpea__can.n.01": { - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9806,6 +9660,7 @@ "waterCook": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9813,6 +9668,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -9820,6 +9676,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9838,6 +9695,7 @@ "china.n.02": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9856,6 +9714,7 @@ "chinese_anise.n.02": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9873,6 +9732,7 @@ }, "chip.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9891,6 +9751,7 @@ "chisel.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9910,6 +9771,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9927,8 +9789,9 @@ }, "chlorine__bottle.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9948,12 +9811,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "chocolate_bar.n.01": { "cookable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -9973,25 +9839,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "chocolate_box.n.01": { - "flammable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10012,9 +9860,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10035,6 +9882,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10055,9 +9903,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10075,8 +9922,10 @@ }, "chocolate_kiss.n.01": { "cookable": {}, + "meltable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10084,13 +9933,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "chocolate_sauce__bottle.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10111,13 +9962,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "chopped__lettuce.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10135,6 +9988,7 @@ }, "chopping_block.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10152,6 +10006,7 @@ }, "chopping_board.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10169,6 +10024,7 @@ }, "chopstick.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10188,6 +10044,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10207,12 +10064,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "christmas_tree.n.05": { - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10233,6 +10091,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10240,6 +10099,7 @@ "breakable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10257,8 +10117,8 @@ }, "cigar.n.01": { "flammable": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10275,8 +10135,8 @@ "freezable": {} }, "cigarette.n.01": { - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10293,10 +10153,10 @@ "freezable": {} }, "cinnamon__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10315,8 +10175,8 @@ "cinnamon_bark.n.01": { "flammable": {}, "cookable": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10337,6 +10197,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10357,6 +10218,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10364,12 +10226,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "circuit.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10389,6 +10253,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10405,8 +10270,8 @@ "freezable": {} }, "clamp.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10424,7 +10289,9 @@ }, "cleaver.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10443,6 +10310,7 @@ "clipboard.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10460,6 +10328,7 @@ }, "clipper.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10478,6 +10347,7 @@ "cloche.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10495,7 +10365,9 @@ }, "clothes_dryer.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10512,7 +10384,9 @@ "freezable": {} }, "clothesline.n.01": { + "assembleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10530,6 +10404,7 @@ }, "clothespin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10547,6 +10422,7 @@ }, "clout_nail.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10565,8 +10441,8 @@ "clove__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10586,6 +10462,7 @@ "flammable": {}, "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10606,6 +10483,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10614,6 +10492,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10631,14 +10510,15 @@ }, "coal.n.01": { "flammable": {}, - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "coaster.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10657,6 +10537,7 @@ "coatrack.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10674,9 +10555,9 @@ }, "cobweb.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10697,14 +10578,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cocoa__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10724,6 +10606,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10743,6 +10626,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10751,13 +10635,7 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "cocoa.n.02": { - "cookable": {}, - "microPhysicalSubstance": {}, - "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10766,14 +10644,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "coconut_oil__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10791,10 +10670,10 @@ }, "coconut_oil.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10802,6 +10681,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10809,6 +10689,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10828,6 +10709,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10846,8 +10728,8 @@ "coffee_bean__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10867,6 +10749,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -10874,6 +10757,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10897,10 +10781,10 @@ "freezable": {} }, "coffee_maker.n.01": { - "fillable": {}, "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10919,6 +10803,7 @@ "coffee_mill.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10935,7 +10820,10 @@ "freezable": {} }, "coffee_table.n.01": { + "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10954,9 +10842,9 @@ "cola__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10974,6 +10862,7 @@ }, "colander.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -10993,6 +10882,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11009,10 +10899,11 @@ "freezable": {} }, "collar.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11032,11 +10923,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "column.n.07": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11055,6 +10948,7 @@ "comb.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11071,8 +10965,8 @@ "freezable": {} }, "comic_book.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11090,6 +10984,7 @@ }, "compact_disk.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11106,14 +11001,16 @@ "freezable": {} }, "compost.n.01": { - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "compost_bin.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11133,6 +11030,7 @@ "breakable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11150,6 +11048,7 @@ }, "computer_game.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11167,6 +11066,7 @@ }, "conch.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11185,13 +11085,15 @@ "conchiglie.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "conditioner__bottle.n.01": { - "fillable": {}, - "openable": {}, + "conditioner__atomizer.n.01": { + "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11208,7 +11110,9 @@ "freezable": {} }, "conditioner__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11228,11 +11132,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "conference_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11249,7 +11156,9 @@ "freezable": {} }, "console_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11269,6 +11178,7 @@ "breakable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11287,6 +11197,7 @@ "control_panel.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11307,6 +11218,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11315,6 +11227,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11323,6 +11236,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11331,6 +11245,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11339,6 +11254,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11347,6 +11263,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11354,6 +11271,7 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11363,6 +11281,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11371,6 +11290,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11379,176 +11299,177 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__beefsteak_tomato.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__bell_pepper.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__bratwurst.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__broccoli.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__head_cabbage.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__carne_asada.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__carrot.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__chard.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__chicken.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__chili.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__chorizo.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__clove.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__green_onion.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__potato.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__steak.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__turkey.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__vidalia_onion.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__virginia_ham.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__diced__zucchini.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11556,6 +11477,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11565,6 +11487,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11573,6 +11496,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11582,6 +11506,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11590,6 +11515,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11597,6 +11523,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11606,6 +11533,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11615,6 +11543,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11624,6 +11553,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11632,6 +11562,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11641,6 +11572,7 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11650,6 +11582,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11658,6 +11591,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11667,6 +11601,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11676,12 +11611,16 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooked__pea.n.01": { + "flammable": {}, + "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11690,6 +11629,7 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11698,6 +11638,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11707,6 +11648,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11715,15 +11657,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "cooked__ramen.n.01": { - "flammable": {}, - "cookable": {}, - "sliceable": {}, - "macroPhysicalSubstance": {}, - "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11733,6 +11667,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11742,6 +11677,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11750,6 +11686,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11758,6 +11695,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11765,6 +11703,7 @@ "flammable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11772,6 +11711,7 @@ "flammable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11779,6 +11719,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11786,6 +11727,7 @@ "flammable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11794,6 +11736,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -11801,12 +11744,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cookie_cutter.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11823,10 +11768,11 @@ "freezable": {} }, "cookie_dough.n.01": { + "flammable": {}, + "cookable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11843,7 +11789,9 @@ "freezable": {} }, "cookie_sheet.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11862,8 +11810,8 @@ "cooking_oil__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11884,14 +11832,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cooler.n.01": { - "fillable": {}, "openable": {}, "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11910,6 +11859,7 @@ "copper_pot.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11927,6 +11877,7 @@ }, "copper_wire.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11943,10 +11894,10 @@ "freezable": {} }, "coriander__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11966,12 +11917,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "coriander.n.03": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -11990,6 +11943,7 @@ "cork.n.04": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12007,26 +11961,7 @@ }, "corkscrew.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "corn_flake__box.n.01": { - "fillable": {}, - "flammable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12044,9 +11979,9 @@ }, "corn_flake.n.01": { "flammable": {}, - "openable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -12055,33 +11990,13 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "cornbread.n.01": { - "cookable": {}, - "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cornet.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12101,6 +12016,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12121,14 +12037,15 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cornstarch__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12147,9 +12064,9 @@ "costume.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12168,40 +12085,19 @@ "cottage_cheese.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cotton.n.01": { "flammable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "cotton.n.02": { - "flammable": {}, - "fireSource": {}, "particleRemover": {}, - "cloth": {}, + "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12218,8 +12114,11 @@ "freezable": {} }, "cotton.n.04": { + "particleRemover": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12236,7 +12135,9 @@ "freezable": {} }, "countertop.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12256,6 +12157,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12276,6 +12178,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -12284,6 +12187,7 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -12291,6 +12195,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12308,6 +12213,7 @@ }, "crayon.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12325,8 +12231,9 @@ }, "cream__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12345,8 +12252,8 @@ "cream_cheese__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12368,14 +12275,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cream_of_tartar__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12394,6 +12302,7 @@ "cream_of_tartar.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -12401,11 +12310,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "credit_card.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12426,9 +12337,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12446,10 +12356,11 @@ }, "crewneck_sweater.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12466,7 +12377,9 @@ "freezable": {} }, "crib.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12484,6 +12397,7 @@ }, "cringle.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12502,6 +12416,7 @@ "crock_pot.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12519,6 +12434,7 @@ }, "crossbar.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12539,12 +12455,14 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cruet.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12563,6 +12481,7 @@ "crystal.n.03": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12582,6 +12501,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12599,6 +12519,7 @@ }, "cue.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12615,10 +12536,10 @@ "freezable": {} }, "cumin__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12638,11 +12559,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cup__of__yogurt.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12660,6 +12583,7 @@ }, "cup_holder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12678,6 +12602,7 @@ "cupboard.n.01": { "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12696,9 +12621,8 @@ "cupcake.n.01": { "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12715,10 +12639,10 @@ "freezable": {} }, "curry_powder__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12738,11 +12662,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "curtain_rod.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12762,9 +12688,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12785,11 +12711,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "cutting.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12807,6 +12735,7 @@ }, "cymbal.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12824,6 +12753,7 @@ }, "daffodil_bulb.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12841,6 +12771,7 @@ }, "dahlia.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12860,9 +12791,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12880,6 +12810,7 @@ }, "dart.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12897,6 +12828,7 @@ }, "dartboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12916,6 +12848,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12940,6 +12873,7 @@ "deep_fryer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12957,9 +12891,9 @@ }, "deep-freeze.n.02": { "openable": {}, - "toggleable": {}, "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12977,6 +12911,7 @@ }, "dehumidifier.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -12995,6 +12930,7 @@ "dental_floss.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13012,6 +12948,7 @@ }, "denture.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13028,10 +12965,10 @@ "freezable": {} }, "deodorant__atomizer.n.01": { - "fillable": {}, "toggleable": {}, "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13047,8 +12984,10 @@ "heatable": {}, "freezable": {} }, - "deodorant__stick.n.01": { + "deodorant_stick.n.01": { + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13068,11 +13007,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "desiccant.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13091,6 +13032,7 @@ "desk_phone.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13107,7 +13049,10 @@ "freezable": {} }, "desk.n.01": { + "assembleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13126,6 +13071,7 @@ "desktop_computer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13142,7 +13088,9 @@ "freezable": {} }, "dessert_spoon.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13159,9 +13107,10 @@ "freezable": {} }, "detergent__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13180,8 +13129,8 @@ "detergent__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13201,11 +13150,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "dial.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13223,6 +13174,7 @@ }, "diamond.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13241,9 +13193,9 @@ "diaper.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13261,281 +13213,276 @@ }, "diced__apple.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__avocado.n.01": { "cookable": {}, - "sliceable": {}, - "macroPhysicalSubstance": {}, - "substance": {}, - "heatable": {}, - "freezable": {} - }, - "diced__beef_roast.n.01": { - "flammable": {}, - "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__beefsteak_tomato.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__beet.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__bell_pepper.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__bratwurst.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__broccoli.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__head_cabbage.n.01": { + "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__carrot.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__celery.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__chard.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__cheddar.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "meltable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__chicken_breast.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__chicken.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__chili.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__clove.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__cucumber.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__feta.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "meltable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__green_onion.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__kiwi.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__lemon.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__lettuce.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__mango.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__pineapple.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__potato.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__spinach.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__steak.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__vidalia_onion.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__virginia_ham.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__watermelon.n.01": { "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "diced__zucchini.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "die.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13555,6 +13502,7 @@ "breakable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13572,12 +13520,11 @@ }, "dinner_napkin.n.01": { "flammable": {}, - "fireSource": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13594,8 +13541,10 @@ "freezable": {} }, "dip.n.07": { - "cookable": {}, + "flammable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13613,6 +13562,7 @@ }, "dipper.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13636,6 +13586,7 @@ }, "dish_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13654,9 +13605,9 @@ "dishtowel.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13675,7 +13626,9 @@ "dishwasher.n.01": { "openable": {}, "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13694,8 +13647,8 @@ "disinfectant__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13715,11 +13668,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "disk_drive.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13737,6 +13692,7 @@ }, "disk.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13755,6 +13711,7 @@ "display_panel.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13772,6 +13729,7 @@ }, "disposal.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13789,6 +13747,7 @@ }, "diving_board.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13809,6 +13768,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13827,41 +13787,7 @@ "dog_collar.n.01": { "flammable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "dog_food__bag.n.01": { - "flammable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "dog_food__can.n.01": { - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13881,15 +13807,17 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "doily.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13907,9 +13835,8 @@ }, "doll.n.01": { "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13927,7 +13854,9 @@ }, "door.n.01": { "openable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13948,9 +13877,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13968,6 +13896,7 @@ }, "dowel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -13985,10 +13914,11 @@ }, "drawers.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14006,6 +13936,7 @@ }, "dreidel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14023,10 +13954,11 @@ }, "dress_shirt.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14045,9 +13977,9 @@ "dress.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14068,6 +14000,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14087,6 +14020,7 @@ "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14102,8 +14036,10 @@ "heatable": {}, "freezable": {} }, - "drink_dispenser.n.01": { + "drink__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14122,6 +14058,7 @@ "drinking_fountain.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14142,12 +14079,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "drip_pot.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14164,7 +14103,9 @@ "freezable": {} }, "driveway.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14182,6 +14123,7 @@ }, "drum.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14199,6 +14141,7 @@ }, "drumstick.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14216,6 +14159,7 @@ }, "dry_food_dispenser_shelf.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14233,6 +14177,7 @@ }, "drying_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14252,6 +14197,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14270,6 +14216,7 @@ "duct_tape.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14289,6 +14236,7 @@ "openable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14308,9 +14256,8 @@ "flammable": {}, "cookable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14330,9 +14277,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14353,6 +14299,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14374,30 +14321,9 @@ "heatable": {}, "freezable": {} }, - "dustcloth.n.01": { - "flammable": {}, - "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, "dustpan.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14414,8 +14340,8 @@ "freezable": {} }, "dutch_oven.n.02": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14435,12 +14361,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "eames_chair.n.01": { "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14458,6 +14387,7 @@ }, "easel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14474,8 +14404,8 @@ "freezable": {} }, "easter_egg.n.01": { - "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14493,6 +14423,7 @@ }, "echeveria_elegans.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14512,28 +14443,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "egg__box.n.01": { - "flammable": {}, - "openable": {}, - "rigidBody": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14554,15 +14465,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "egg_yolk.n.01": { "cookable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14582,6 +14493,7 @@ "breakable": {}, "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14602,6 +14514,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -14609,6 +14522,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14627,6 +14541,7 @@ "electric_fan.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14644,10 +14559,10 @@ }, "electric_mixer.n.01": { "fillable": {}, - "openable": {}, "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14666,7 +14581,9 @@ "electric_refrigerator.n.01": { "openable": {}, "coldSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14683,7 +14600,9 @@ "freezable": {} }, "elevator_door.n.01": { + "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14700,9 +14619,9 @@ "freezable": {} }, "elevator.n.01": { - "openable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14720,8 +14639,6 @@ }, "ember.n.01": { "flammable": {}, - "heatSource": {}, - "fireSource": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -14730,6 +14647,7 @@ "emery_paper.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14749,6 +14667,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14766,7 +14685,9 @@ }, "engine.n.01": { "toggleable": {}, + "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14786,6 +14707,7 @@ "flammable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14803,8 +14725,8 @@ }, "envelope.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14824,6 +14746,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14844,14 +14767,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "essential_oil__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14871,11 +14795,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "evergreen.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14894,6 +14820,7 @@ "exercise_bike.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14918,8 +14845,8 @@ "fabric_softener__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14939,14 +14866,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "face_mask.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14965,6 +14893,7 @@ "facsimile.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -14983,7 +14912,9 @@ "fairy_light.n.01": { "toggleable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15001,6 +14932,7 @@ }, "farm_stand.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15018,6 +14950,7 @@ }, "feather.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15040,10 +14973,11 @@ "freezable": {} }, "felt.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15063,6 +14997,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15083,14 +15018,15 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "fertilizer__atomizer.n.01": { - "fillable": {}, "toggleable": {}, "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15111,13 +15047,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "feta__box.n.01": { + "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15136,10 +15074,8 @@ "feta.n.01": { "cookable": {}, "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15159,6 +15095,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15179,12 +15116,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "fire_alarm.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15203,6 +15142,7 @@ "fire_extinguisher.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15219,8 +15159,8 @@ "freezable": {} }, "fire_pit.n.01": { - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15237,8 +15177,9 @@ "freezable": {} }, "fireplace.n.01": { - "heatSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15256,9 +15197,8 @@ }, "firewood.n.01": { "flammable": {}, - "heatSource": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15276,6 +15216,7 @@ }, "first-aid_kit.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15295,11 +15236,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "fishing_gear.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15317,6 +15260,7 @@ }, "fishing_rod.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15334,6 +15278,7 @@ }, "flagpole.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15352,6 +15297,7 @@ "flashlight.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15369,6 +15315,7 @@ }, "flat_bench.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15385,7 +15332,6 @@ "freezable": {} }, "flat_coat.n.01": { - "fireSource": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -15394,8 +15340,9 @@ "floor_lamp.n.01": { "breakable": {}, "toggleable": {}, - "heatSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15412,7 +15359,9 @@ "freezable": {} }, "floor.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15432,12 +15381,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "floor_wax__bottle.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15455,6 +15406,7 @@ }, "flooring.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15471,8 +15423,10 @@ "freezable": {} }, "flour__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15492,13 +15446,16 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "flower.n.02": { "cookable": {}, "sliceable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15519,11 +15476,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "folder.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15541,6 +15500,7 @@ }, "folderal.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15558,7 +15518,9 @@ }, "folding_chair.n.01": { "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15578,6 +15540,7 @@ "fillable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15595,6 +15558,7 @@ }, "footstool.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15612,6 +15576,7 @@ }, "foundation.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15630,6 +15595,7 @@ "fountain.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15648,6 +15614,7 @@ "frame.n.10": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15667,6 +15634,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15687,9 +15655,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15707,6 +15674,7 @@ }, "free_weight_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15727,6 +15695,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15745,6 +15714,7 @@ "french_fry_holder.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15765,6 +15735,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15785,14 +15756,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "frosting__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15813,6 +15785,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -15820,6 +15793,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -15828,9 +15802,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15848,8 +15821,8 @@ }, "frying_pan.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15866,7 +15839,9 @@ "freezable": {} }, "fuel__can.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15884,6 +15859,7 @@ }, "funnel.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15902,9 +15878,9 @@ "fur_coat.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15922,7 +15898,9 @@ }, "gaming_table.n.01": { "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15940,6 +15918,7 @@ }, "garbage.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15956,9 +15935,9 @@ "freezable": {} }, "garden_plant.n.01": { - "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15976,6 +15955,7 @@ }, "garden_umbrella.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -15995,9 +15975,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16015,17 +15994,19 @@ }, "gasoline.n.01": { "flammable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "gate.n.01": { "openable": {}, "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16043,6 +16024,7 @@ }, "gauge.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16063,13 +16045,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "gelatin__box.n.01": { + "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16089,9 +16073,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16109,6 +16092,7 @@ }, "geode.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16124,10 +16108,10 @@ "heatable": {}, "freezable": {} }, - "gift__box.n.01": { - "fillable": {}, + "gift_box.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16146,8 +16130,8 @@ "gin__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16168,14 +16152,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ginger__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16195,6 +16180,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16202,6 +16188,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16210,6 +16197,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16217,6 +16205,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16236,9 +16225,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16256,9 +16244,9 @@ }, "girdle.n.02": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16278,6 +16266,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16296,8 +16285,8 @@ "glaze__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16314,10 +16303,10 @@ "freezable": {} }, "glaze.n.01": { - "cookable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16330,26 +16319,7 @@ "globe.n.03": { "flammable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "glue__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16366,7 +16336,9 @@ "freezable": {} }, "glue_stick.n.01": { + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16385,6 +16357,7 @@ "goalkeeper_gloves.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16404,6 +16377,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16421,6 +16395,7 @@ }, "goggles.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16438,6 +16413,7 @@ }, "golf_club.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16457,6 +16433,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16476,6 +16453,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16493,10 +16471,11 @@ }, "gown.n.05": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16516,6 +16495,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16533,7 +16513,9 @@ }, "grandfather_clock.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16552,8 +16534,8 @@ "granola__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16573,6 +16555,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16592,6 +16575,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16599,14 +16583,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "granulated_sugar__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16623,8 +16608,10 @@ "freezable": {} }, "granulated_sugar__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16642,14 +16629,17 @@ }, "granulated_sugar.n.01": { "cookable": {}, + "meltable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "grape.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16669,6 +16659,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16686,6 +16677,7 @@ }, "grate.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16702,8 +16694,10 @@ "freezable": {} }, "grated_cheese__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16724,12 +16718,14 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "grater.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16748,11 +16744,13 @@ "gravel.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "gravestone.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16772,6 +16770,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16792,6 +16791,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16806,6 +16806,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16825,6 +16826,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16845,6 +16847,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16852,11 +16855,13 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "greenery.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16873,8 +16878,10 @@ "freezable": {} }, "griddle.n.01": { + "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16894,7 +16901,9 @@ "flammable": {}, "openable": {}, "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16913,11 +16922,14 @@ "grit.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ground_beef__package.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16938,6 +16950,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16945,6 +16958,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16952,6 +16966,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -16971,6 +16986,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -16979,29 +16995,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "guitar.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "gum__box.n.01": { - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17020,6 +17020,7 @@ "gumbo.n.03": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17037,6 +17038,7 @@ }, "gummed_label.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17055,6 +17057,7 @@ "gun.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17073,9 +17076,9 @@ "gunnysack.n.01": { "flammable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17095,29 +17098,13 @@ "flammable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "gym_shoe.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "hair_spray__can.n.01": { - "particleApplier": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17138,17 +17125,20 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "hair.n.04": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "hairbrush.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17167,8 +17157,8 @@ "half__apple_pie.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17186,8 +17176,9 @@ }, "half__apple.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17205,8 +17196,9 @@ }, "half__beefsteak_tomato.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17224,8 +17216,9 @@ }, "half__bell_pepper.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17243,8 +17236,9 @@ }, "half__chestnut.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17262,8 +17256,9 @@ }, "half__coconut.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17281,8 +17276,9 @@ }, "half__eggplant.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17300,11 +17296,11 @@ }, "half__feta.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, + "meltable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17323,8 +17319,9 @@ "half__hard-boiled_egg.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17342,8 +17339,9 @@ }, "half__lemon.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17361,8 +17359,9 @@ }, "half__lime.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17380,8 +17379,8 @@ }, "half__log.n.01": { "flammable": {}, - "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17399,8 +17398,9 @@ }, "half__mango.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17419,8 +17419,9 @@ "half__mushroom.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17438,8 +17439,9 @@ }, "half__orange.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17457,8 +17459,9 @@ }, "half__pineapple.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17476,8 +17479,9 @@ }, "half__plum.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17495,8 +17499,9 @@ }, "half__pomegranate.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17514,8 +17519,9 @@ }, "half__pomelo.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17534,8 +17540,9 @@ "half__potato.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17554,8 +17561,9 @@ "half__vidalia_onion.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17573,8 +17581,9 @@ }, "half__watermelon.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17592,8 +17601,9 @@ }, "half__zucchini.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17613,6 +17623,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17631,6 +17642,7 @@ "halite.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17650,6 +17662,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17670,9 +17683,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17692,6 +17704,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17709,6 +17722,7 @@ }, "hammer.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17725,11 +17739,10 @@ "freezable": {} }, "hammock.n.03": { - "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17747,6 +17760,7 @@ }, "hamper.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17764,8 +17778,8 @@ }, "hamster_wheel.n.01": { "breakable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17785,6 +17799,7 @@ "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17803,6 +17818,7 @@ "hand_dryer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17822,6 +17838,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17840,27 +17857,9 @@ "hand_towel.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "handbook.n.01": { - "flammable": {}, - "rigidBody": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17878,6 +17877,7 @@ }, "handle.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17896,6 +17896,7 @@ "handset.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17913,6 +17914,7 @@ }, "hanger.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17933,6 +17935,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17950,8 +17953,8 @@ }, "hardback.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17969,6 +17972,7 @@ }, "harness.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -17987,6 +17991,7 @@ "hat.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18005,6 +18010,7 @@ "hay.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -18012,6 +18018,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18031,6 +18038,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18048,6 +18056,7 @@ }, "headset.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18064,9 +18073,9 @@ "freezable": {} }, "heap__of__granola.n.01": { - "flammable": {}, "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18084,6 +18093,7 @@ }, "heap__of__gravel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18102,6 +18112,7 @@ "heap__of__oatmeal.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18120,6 +18131,7 @@ "heap__of__raisins.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18138,6 +18150,7 @@ "heatgun.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18158,11 +18171,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "hedge.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18180,6 +18195,7 @@ }, "helmet.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18198,6 +18214,7 @@ "hemp.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18216,9 +18233,9 @@ "herb__jar.n.01": { "breakable": {}, "fillable": {}, - "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18237,8 +18254,8 @@ "herbicide__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18258,12 +18275,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "highchair.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18282,6 +18301,7 @@ "hiking_boot.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18299,6 +18319,7 @@ }, "hinge.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18318,6 +18339,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18335,6 +18357,7 @@ }, "hockey_stick.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18352,6 +18375,7 @@ }, "hoe.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18370,6 +18394,7 @@ "holly.n.03": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18388,8 +18413,8 @@ "honey__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18410,11 +18435,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "hook.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18432,6 +18459,7 @@ }, "hose_cart.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18448,10 +18476,11 @@ "freezable": {} }, "hose.n.03": { - "fillable": {}, "toggleable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18469,6 +18498,7 @@ }, "hospital_bed.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18487,8 +18517,8 @@ "hot_sauce__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18509,6 +18539,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -18516,6 +18547,7 @@ "fillable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18535,6 +18567,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18551,8 +18584,9 @@ "freezable": {} }, "house_paint__can.n.01": { - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18578,9 +18612,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18599,8 +18632,8 @@ "hummus__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18622,11 +18655,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "hutch.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18645,8 +18680,8 @@ "hydrogen_peroxide__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18666,13 +18701,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ice_cream__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18688,8 +18725,9 @@ "heatable": {}, "freezable": {} }, - "ice_cream.n.01": { + "scoop_of_ice_cream.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18709,7 +18747,9 @@ "breakable": {}, "coldSource": {}, "slicer": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18727,6 +18767,7 @@ }, "ice_lolly.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18743,10 +18784,10 @@ "freezable": {} }, "ice_maker.n.01": { - "fillable": {}, "toggleable": {}, "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18765,6 +18806,7 @@ "ice_pack.n.01": { "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18782,6 +18824,7 @@ }, "ice_skate.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18801,6 +18844,7 @@ "breakable": {}, "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18821,6 +18865,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -18830,12 +18875,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "icepick.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18852,8 +18899,8 @@ "freezable": {} }, "icetray.n.02": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18872,7 +18919,9 @@ "icicle_lights.n.01": { "toggleable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18897,6 +18946,7 @@ "information_bulletin.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18914,6 +18964,7 @@ }, "inhaler.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18932,8 +18983,8 @@ "ink__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18951,6 +19002,7 @@ }, "ink_cartridge.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18970,13 +19022,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "insectifuge__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -18996,14 +19050,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "instant_coffee__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19023,6 +19078,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -19031,6 +19087,7 @@ "heatSource": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19048,6 +19105,7 @@ }, "ironing_board.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19064,7 +19122,9 @@ "freezable": {} }, "isopropanol__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19085,6 +19145,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -19092,6 +19153,7 @@ "flammable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19111,9 +19173,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19131,6 +19193,7 @@ }, "jacket.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19148,6 +19211,7 @@ }, "jade_roller.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19165,6 +19229,7 @@ }, "jade.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19183,8 +19248,8 @@ "jam__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19200,8 +19265,10 @@ "heatable": {}, "freezable": {} }, - "jam_dispenser.n.01": { + "jam__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19222,12 +19289,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "jar__of__bath_salt.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19244,8 +19312,8 @@ "freezable": {} }, "jar__of__beans.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19262,8 +19330,8 @@ "freezable": {} }, "jar__of__cumin.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19280,8 +19348,8 @@ "freezable": {} }, "jar__of__curry_powder.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19298,8 +19366,8 @@ "freezable": {} }, "jar__of__dill_seed.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19316,8 +19384,8 @@ "freezable": {} }, "jar__of__grains.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19335,8 +19403,8 @@ }, "jar__of__honey.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19354,8 +19422,8 @@ }, "jar__of__ink.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19373,8 +19441,8 @@ }, "jar__of__jam.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19392,8 +19460,8 @@ }, "jar__of__jelly.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19411,8 +19479,8 @@ }, "jar__of__mayonnaise.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19430,8 +19498,8 @@ }, "jar__of__orange_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19449,8 +19517,8 @@ }, "jar__of__pepper.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19468,8 +19536,8 @@ }, "jar__of__puree.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19487,8 +19555,8 @@ }, "jar__of__spaghetti_sauce.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19506,8 +19574,8 @@ }, "jar__of__sugar.n.01": { "breakable": {}, - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19527,9 +19595,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19548,8 +19616,8 @@ "jelly__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19568,8 +19636,8 @@ "jelly_bean__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19590,6 +19658,7 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -19599,6 +19668,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -19606,13 +19676,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "jerky.n.01": { - "cookable": {}, - "sliceable": {}, + "bag__of__jerky.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19631,9 +19701,9 @@ "jersey.n.03": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19652,6 +19722,7 @@ "jigsaw_puzzle_piece.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19671,6 +19742,7 @@ "breakable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19689,8 +19761,8 @@ "jimmies__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19710,11 +19782,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "joystick.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19731,8 +19805,8 @@ "freezable": {} }, "jug__of__milk.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19752,6 +19826,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19770,6 +19845,7 @@ "jukebox.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19787,9 +19863,9 @@ }, "jump_suit.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19809,6 +19885,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19828,6 +19905,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19845,6 +19923,7 @@ }, "kayak_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19862,25 +19941,7 @@ }, "kayak.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "keg.n.02": { - "fillable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19898,8 +19959,10 @@ }, "kettle.n.01": { "fillable": {}, + "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19917,6 +19980,7 @@ }, "key.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19935,6 +19999,7 @@ "key.n.15": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19952,6 +20017,7 @@ }, "keyboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19969,10 +20035,11 @@ }, "kid_glove.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -19994,6 +20061,7 @@ "waterCook": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20001,6 +20069,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20017,7 +20086,9 @@ "freezable": {} }, "kitchen_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20037,6 +20108,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20054,6 +20126,7 @@ }, "knife_block.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20072,9 +20145,9 @@ "knit.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20093,6 +20166,7 @@ "lab_exhaust_hood.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20110,8 +20184,8 @@ }, "lace.n.01": { "particleRemover": {}, - "rope": {}, - "deformable": {}, + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20128,7 +20202,6 @@ "freezable": {} }, "lacquer.n.01": { - "fireSource": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -20136,6 +20209,7 @@ }, "ladder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20155,6 +20229,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20172,6 +20247,7 @@ }, "lampshade.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20190,6 +20266,7 @@ "lantern.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20209,6 +20286,7 @@ "openable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20227,27 +20305,7 @@ "lasagna.n.01": { "cookable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "laundry.n.01": { - "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20266,6 +20324,7 @@ "lavender.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20283,6 +20342,7 @@ }, "lawn_chair.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20301,6 +20361,7 @@ "lawn_mower.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20317,7 +20378,9 @@ "freezable": {} }, "lawn.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20336,6 +20399,7 @@ "leaf_blower.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20355,24 +20419,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "leftovers.n.01": { - "cookable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20391,6 +20438,7 @@ "legal_document.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20409,9 +20457,9 @@ "legging.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20430,8 +20478,8 @@ "lemon_juice__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20452,6 +20500,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20459,6 +20508,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20478,6 +20528,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20486,6 +20537,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20493,6 +20545,7 @@ "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20512,6 +20565,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20519,6 +20573,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20537,8 +20592,8 @@ "lemonade__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20559,12 +20614,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "lens.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20583,8 +20640,8 @@ "lentil__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20605,15 +20662,16 @@ "waterCook": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "leotard.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20631,6 +20689,7 @@ }, "letter.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20650,6 +20709,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20667,6 +20727,7 @@ }, "lever.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20684,6 +20745,7 @@ }, "license_plate.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20700,9 +20762,8 @@ "freezable": {} }, "lid.n.02": { - "openable": {}, - "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20720,6 +20781,7 @@ }, "life_jacket.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20740,6 +20802,7 @@ "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20757,6 +20820,7 @@ }, "lily.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20774,6 +20838,7 @@ }, "lily_pad.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20793,14 +20858,15 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "lime_juice__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20821,6 +20887,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -20828,6 +20895,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20848,11 +20916,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "limestone.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20871,9 +20941,9 @@ "liner.n.03": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20892,9 +20962,9 @@ "lingerie.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20913,9 +20983,9 @@ "lining.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20932,15 +21002,17 @@ "freezable": {} }, "linseed_oil.n.01": { - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "lint_roller.n.01": { + "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20958,6 +21030,7 @@ }, "lint_screen.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20974,7 +21047,6 @@ "freezable": {} }, "lint.n.01": { - "fireSource": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -20982,6 +21054,7 @@ }, "lip_balm.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -20998,8 +21071,8 @@ "freezable": {} }, "lipstick.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21019,14 +21092,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "liquid_soap__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21046,12 +21120,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "litter_box.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21071,6 +21147,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21087,8 +21164,8 @@ "freezable": {} }, "lock.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21106,9 +21183,9 @@ }, "log.n.01": { "flammable": {}, - "fireSource": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21127,6 +21204,7 @@ "loin.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21144,6 +21222,7 @@ }, "lollipop.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21161,10 +21240,11 @@ }, "long_trousers.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21182,10 +21262,10 @@ }, "loofa.n.01": { "flammable": {}, + "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21203,6 +21283,7 @@ }, "lorry.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21221,8 +21302,8 @@ "lotion__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21242,12 +21323,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "loudspeaker.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21267,14 +21350,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "lubricant__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21294,12 +21378,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "luggage_compartment.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21317,7 +21402,9 @@ }, "lump_sugar.n.01": { "cookable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21337,6 +21424,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21357,12 +21445,14 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "macaroni_and_cheese.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21383,6 +21473,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21402,11 +21493,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "magazine_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21425,6 +21518,7 @@ "magazine.n.02": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21443,11 +21537,13 @@ "magnesium_sulfate.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "mail.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21467,6 +21563,7 @@ "breakable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21484,10 +21581,11 @@ }, "maillot.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21506,6 +21604,7 @@ "mallet.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21526,6 +21625,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21543,6 +21643,7 @@ }, "mannequin.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21561,6 +21662,7 @@ "map.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21579,8 +21681,8 @@ "maple_syrup__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21601,14 +21703,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "margarine__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21626,11 +21729,11 @@ }, "margarine.n.01": { "cookable": {}, - "fireSource": {}, "sliceable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -21638,12 +21741,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "marigold.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21664,14 +21769,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "marinara__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21692,11 +21798,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "marker.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21716,14 +21824,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "marjoram__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21743,9 +21852,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21766,6 +21874,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -21774,11 +21883,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "masher.n.02": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21797,6 +21909,7 @@ "masking_tape.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21817,6 +21930,7 @@ "fillable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21835,9 +21949,9 @@ "mat.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21855,6 +21969,7 @@ }, "mat.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21872,9 +21987,8 @@ }, "match.n.01": { "flammable": {}, - "heatSource": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21893,6 +22007,7 @@ "matchbox.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21911,9 +22026,9 @@ "mattress_cover.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21930,10 +22045,10 @@ "freezable": {} }, "mattress_pad.n.01": { + "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21952,6 +22067,7 @@ "mattress.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21970,8 +22086,8 @@ "mayonnaise__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -21992,12 +22108,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "measuring_cup.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22017,6 +22135,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22035,6 +22154,7 @@ "meat_thermometer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22054,6 +22174,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22074,6 +22195,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22082,6 +22204,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22090,6 +22213,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22098,6 +22222,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22106,11 +22231,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "menu.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22132,12 +22259,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "meter.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22156,6 +22285,7 @@ "microphone.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22175,7 +22305,9 @@ "openable": {}, "toggleable": {}, "heatSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22199,8 +22331,9 @@ }, "milk__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22221,12 +22354,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "mint.n.04": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22244,7 +22379,9 @@ }, "mirror.n.01": { "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22265,32 +22402,14 @@ "liquid": {}, "boilable": {}, "substance": {}, - "heatable": {}, - "freezable": {} - }, - "mix__box.n.01": { - "breakable": {}, - "flammable": {}, - "toggleable": {}, - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "mixing_bowl.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22307,8 +22426,10 @@ "freezable": {} }, "mock-up.n.01": { + "breakable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22327,6 +22448,7 @@ "modem.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22346,6 +22468,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22354,12 +22477,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "mold.n.02": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22383,6 +22508,7 @@ }, "money.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22401,6 +22527,7 @@ "monitor.n.04": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22420,6 +22547,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22437,6 +22565,7 @@ }, "mortar.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22460,6 +22589,7 @@ }, "mothball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22478,6 +22608,7 @@ "motorcycle.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22496,6 +22627,7 @@ "mouse.n.04": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22513,6 +22645,7 @@ }, "mousepad.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22530,6 +22663,7 @@ }, "mousetrap.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22547,6 +22681,7 @@ }, "mouthpiece.n.06": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22565,10 +22700,10 @@ "mozzarella.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22594,9 +22729,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22616,6 +22750,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22632,7 +22767,9 @@ "freezable": {} }, "mulch__bag.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22649,9 +22786,9 @@ "freezable": {} }, "mulch.n.01": { - "fireSource": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22659,6 +22796,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22666,6 +22804,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22685,6 +22824,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22703,8 +22843,8 @@ "mustard__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22723,14 +22863,15 @@ "mustard_seasoning.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "mustard_seed__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "mustard_seed__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22750,6 +22891,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22758,6 +22900,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22765,6 +22908,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22781,7 +22925,6 @@ "freezable": {} }, "nail_polish.n.01": { - "fireSource": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -22789,6 +22932,7 @@ }, "name_tag.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22806,6 +22950,7 @@ }, "napkin_ring.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22823,10 +22968,11 @@ }, "national_flag.n.01": { "flammable": {}, + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22843,7 +22989,9 @@ "freezable": {} }, "nativity_figurine.n.01": { + "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22861,6 +23009,7 @@ }, "necklace.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22879,6 +23028,7 @@ "necktie.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22898,6 +23048,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -22905,6 +23056,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22922,6 +23074,7 @@ }, "needle.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22939,6 +23092,7 @@ }, "needle.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22957,6 +23111,7 @@ "newspaper.n.03": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22974,6 +23129,7 @@ }, "nickel.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -22993,14 +23149,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "noodle__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23021,11 +23178,13 @@ "waterCook": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "notebook.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23043,24 +23202,7 @@ }, "notepad.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "novel.n.02": { - "flammable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23079,17 +23221,19 @@ "nut_butter.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "nutmeg__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23109,14 +23253,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "oat__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23136,6 +23281,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23143,11 +23289,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "octopus.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23167,14 +23315,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "olive_oil__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23192,10 +23341,10 @@ }, "olive_oil.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23203,6 +23352,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23222,6 +23372,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23238,10 +23389,10 @@ "freezable": {} }, "onion_powder__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23261,6 +23412,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23269,11 +23421,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "open-end_wrench.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23292,8 +23446,8 @@ "orange_juice__carton.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23314,6 +23468,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23322,6 +23477,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23329,6 +23485,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23350,6 +23507,7 @@ "waterCook": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23357,7 +23515,9 @@ "openable": {}, "toggleable": {}, "heatSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23374,10 +23534,11 @@ "freezable": {} }, "overall.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23397,6 +23558,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23412,9 +23574,9 @@ "heatable": {}, "freezable": {} }, - "pack__of__cigarettes.n.01": { - "flammable": {}, + "pack__of__bread.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23430,26 +23592,10 @@ "heatable": {}, "freezable": {} }, - "pack__of__kielbasa.n.01": { - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "pack__of__pasta.n.01": { + "pack__of__cigarettes.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23465,8 +23611,9 @@ "heatable": {}, "freezable": {} }, - "pack__of__protein_powder.n.01": { + "pack__of__chocolate_bar.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23482,8 +23629,9 @@ "heatable": {}, "freezable": {} }, - "pack__of__ramen.n.01": { + "pack__of__kielbasa.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23499,10 +23647,10 @@ "heatable": {}, "freezable": {} }, - "package.n.02": { + "pack__of__pasta.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23518,42 +23666,9 @@ "heatable": {}, "freezable": {} }, - "packaged__bread.n.01": { - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "packaged__chocolate_bar.n.01": { - "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "packaged_lemons.n.01": { + "pack__of__protein_powder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23569,8 +23684,9 @@ "heatable": {}, "freezable": {} }, - "packaged_oranges.n.01": { + "pack__of__ramen.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23587,10 +23703,10 @@ "freezable": {} }, "packing_box.n.02": { - "fillable": {}, "flammable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23609,6 +23725,7 @@ "paddle.n.04": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23627,6 +23744,7 @@ "paella.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23644,6 +23762,7 @@ }, "paint_roller.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23661,6 +23780,7 @@ }, "paintbrush.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23678,27 +23798,7 @@ }, "painting.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "pajama.n.01": { - "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23715,10 +23815,11 @@ "freezable": {} }, "pajama.n.02": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23736,6 +23837,7 @@ }, "pallet.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23756,11 +23858,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "panel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23780,6 +23884,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -23787,6 +23892,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23804,6 +23910,7 @@ }, "paper_clip.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23821,7 +23928,9 @@ }, "paper_coffee_filter.n.01": { "flammable": {}, + "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23839,6 +23948,7 @@ }, "paper_towel_dispenser.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23856,6 +23966,7 @@ }, "paper_towel_holder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23875,9 +23986,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23895,8 +24006,8 @@ }, "paperback_book.n.01": { "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23913,10 +24024,10 @@ "freezable": {} }, "paprika__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23936,13 +24047,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "paraffin.n.01": { "flammable": {}, - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23960,6 +24072,7 @@ }, "parallel_bars.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23977,7 +24090,9 @@ }, "parer.n.02": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -23993,11 +24108,11 @@ "heatable": {}, "freezable": {} }, - "parmesan__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "parmesan__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24018,6 +24133,7 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -24025,6 +24141,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24044,6 +24161,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24061,6 +24179,7 @@ }, "party_favor.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24079,8 +24198,8 @@ "pasta__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24099,6 +24218,7 @@ "pastry_cutter.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24118,9 +24238,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24138,6 +24257,7 @@ }, "path.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24163,6 +24283,7 @@ "flammable": {}, "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24180,6 +24301,7 @@ }, "paving_stone.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24198,6 +24320,7 @@ "pay-phone.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24216,6 +24339,7 @@ "pea_pod.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24235,6 +24359,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -24242,6 +24367,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24260,8 +24386,8 @@ "peanut_butter__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24282,21 +24408,23 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "peanut_oil.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "peanut.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24313,9 +24441,11 @@ "freezable": {} }, "peanut.n.04": { + "flammable": {}, "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -24323,6 +24453,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24340,6 +24471,7 @@ }, "pearl.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24356,14 +24488,15 @@ "freezable": {} }, "peat.n.01": { - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pebble.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24384,11 +24517,14 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pedestal_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24407,6 +24543,7 @@ "peeler.n.03": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24424,6 +24561,7 @@ }, "pegboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24443,6 +24581,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24459,15 +24598,16 @@ "freezable": {} }, "pellet_food.n.01": { - "fireSource": {}, "slicer": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pen.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24486,6 +24626,7 @@ "pencil_box.n.01": { "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24503,6 +24644,7 @@ }, "pencil_holder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24520,6 +24662,7 @@ }, "pencil.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24538,9 +24681,9 @@ "pennant.n.02": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24561,11 +24704,13 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "penny.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24583,8 +24728,10 @@ }, "pepper__shaker.n.01": { "breakable": {}, - "fillable": {}, + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24601,7 +24748,9 @@ "freezable": {} }, "pepper_mill.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24620,6 +24769,7 @@ "peppermint.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24639,6 +24789,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24658,6 +24809,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24676,27 +24828,7 @@ "perch.n.01": { "sliceable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "perfume__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, - "particleApplier": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24716,12 +24848,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "periodic_table.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24739,6 +24873,7 @@ }, "person.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24758,14 +24893,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pesticide__atomizer.n.01": { - "fillable": {}, "toggleable": {}, "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24785,11 +24921,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pestle.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24810,12 +24948,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pet_bed.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24834,6 +24974,7 @@ "petal.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24853,6 +24994,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24873,6 +25015,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -24880,6 +25023,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24897,6 +25041,7 @@ }, "pewter_teapot.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24915,6 +25060,7 @@ "phonograph_record.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24933,6 +25079,7 @@ "photocopier.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24951,6 +25098,7 @@ "photoelectric_cell.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24968,7 +25116,9 @@ }, "photograph.n.01": { "flammable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -24985,8 +25135,9 @@ "freezable": {} }, "piano.n.01": { - "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25004,6 +25155,7 @@ }, "picket.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25020,9 +25172,9 @@ "freezable": {} }, "pickle.n.01": { - "fireSource": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25041,6 +25193,7 @@ "pickup.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25059,6 +25212,7 @@ "picture_frame.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25078,6 +25232,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25097,6 +25252,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25115,8 +25271,8 @@ "pill_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25136,11 +25292,14 @@ "slicer": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pillar_candle.n.01": { + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25160,9 +25319,8 @@ "flammable": {}, "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25181,6 +25339,7 @@ "pincer.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25201,14 +25360,15 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "pineapple_juice__carton.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25228,6 +25388,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -25236,6 +25397,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25253,23 +25415,7 @@ }, "pinecone.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "pinwheel.n.03": { - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25288,6 +25434,7 @@ "pipe_cleaner.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25305,6 +25452,7 @@ }, "pipe.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25322,6 +25470,7 @@ }, "pipe.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25341,6 +25490,7 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -25348,9 +25498,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25370,6 +25519,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25387,6 +25537,7 @@ }, "pitchfork.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25403,8 +25554,8 @@ "freezable": {} }, "pizza_box.n.01": { - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25425,9 +25576,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25447,6 +25597,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25465,9 +25616,9 @@ "place_mat.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25486,6 +25637,7 @@ "plan.n.03": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25504,6 +25656,7 @@ "plant_pot_stand.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25521,9 +25674,9 @@ }, "plastic_bag.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25541,9 +25694,9 @@ }, "plastic_wrap.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25561,7 +25714,9 @@ }, "plate.n.04": { "breakable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25579,7 +25734,9 @@ }, "platter.n.01": { "breakable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25597,6 +25754,7 @@ }, "playground.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25615,6 +25773,7 @@ "pliers.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25632,6 +25791,7 @@ }, "plug.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25651,6 +25811,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25669,6 +25830,7 @@ "plywood.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25686,7 +25848,9 @@ }, "pocketknife.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25704,6 +25868,7 @@ }, "poinsettia.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25721,6 +25886,7 @@ }, "poker.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25738,6 +25904,7 @@ }, "pole.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25756,8 +25923,8 @@ "polish__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25777,6 +25944,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -25789,9 +25957,9 @@ "polo_shirt.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25809,6 +25977,7 @@ }, "polyvinyl_chloride.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25826,6 +25995,7 @@ }, "pomegranate.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25843,6 +26013,7 @@ }, "pomelo.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25860,6 +26031,7 @@ }, "pommel_horse.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25877,6 +26049,7 @@ }, "pool_ball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25893,7 +26066,9 @@ "freezable": {} }, "pool_table.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25912,8 +26087,8 @@ "pop_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25933,12 +26108,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "popcorn__bag.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25958,12 +26136,14 @@ "flammable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "popper.n.03": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -25982,6 +26162,7 @@ "poppy_seed.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -25989,6 +26170,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26008,6 +26190,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26025,6 +26208,7 @@ }, "portafilter.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26044,6 +26228,7 @@ "breakable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26062,6 +26247,7 @@ "post-it.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26079,6 +26265,7 @@ }, "post.n.09": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26096,6 +26283,7 @@ }, "postage.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26114,6 +26302,7 @@ "postcard.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26131,6 +26320,7 @@ }, "poster.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26149,6 +26339,7 @@ "pot_plant.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26168,6 +26359,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26187,6 +26379,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26206,6 +26399,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26223,23 +26417,7 @@ }, "potholder.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "pottable__beefsteak_tomato.n.01": { - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26257,23 +26435,7 @@ }, "pottable__cactus.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "pottable__chili.n.01": { - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26291,6 +26453,7 @@ }, "pottable__daffodil.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26308,6 +26471,7 @@ }, "pottable__dahlia.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26325,6 +26489,7 @@ }, "pottable__marigold.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26344,12 +26509,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "power_washer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26369,6 +26536,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26387,8 +26555,10 @@ "pressure_cooker.n.01": { "fillable": {}, "openable": {}, + "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26407,6 +26577,7 @@ "pretzel.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26424,6 +26595,7 @@ }, "price_tag.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26442,6 +26614,7 @@ "printer.n.03": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26460,6 +26633,7 @@ "projector.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26479,6 +26653,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26497,6 +26672,7 @@ "pruner.n.02": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26514,6 +26690,7 @@ }, "puck.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26532,6 +26709,7 @@ "pudding.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26549,6 +26727,7 @@ }, "pulley.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26567,6 +26746,7 @@ "pump.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26586,6 +26766,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -26593,6 +26774,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26612,6 +26794,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -26619,6 +26802,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26635,8 +26819,10 @@ "freezable": {} }, "punching_bag.n.02": { + "fillable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26653,16 +26839,18 @@ "freezable": {} }, "puree.n.01": { - "cookable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "putty_knife.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26682,6 +26870,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26699,6 +26888,7 @@ }, "quarter.n.10": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26716,6 +26906,7 @@ }, "quartz.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26735,6 +26926,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26753,9 +26945,9 @@ "quilt.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26774,8 +26966,8 @@ "quinoa__box.n.01": { "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26795,12 +26987,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "radiator.n.02": { "toggleable": {}, + "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26819,6 +27014,7 @@ "radio_receiver.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26838,6 +27034,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26857,9 +27054,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26876,7 +27073,9 @@ "freezable": {} }, "rail_fence.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26894,6 +27093,7 @@ }, "railing.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26911,9 +27111,9 @@ }, "raincoat.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26933,6 +27133,7 @@ "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26953,12 +27154,14 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "rake.n.03": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26975,9 +27178,9 @@ "freezable": {} }, "ramekin.n.01": { - "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -26997,6 +27200,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27014,7 +27218,9 @@ }, "range_hood.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27033,6 +27239,7 @@ "raspberry.n.02": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27054,15 +27261,16 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "raw_egg.n.01": { "cookable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27081,6 +27289,7 @@ "razor.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27097,7 +27306,9 @@ "freezable": {} }, "reamer.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27116,6 +27327,7 @@ "receipt.n.02": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27135,6 +27347,7 @@ "openable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27151,8 +27364,10 @@ "freezable": {} }, "recycling_bin.n.01": { + "fillable": {}, "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27173,6 +27388,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -27181,13 +27397,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "refried_beans__can.n.01": { "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27208,11 +27425,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "release.n.08": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27230,6 +27449,7 @@ }, "retainer.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27249,6 +27469,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27267,9 +27488,9 @@ "ribbon.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27291,6 +27512,7 @@ "openable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27309,13 +27531,16 @@ "ricotta.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ring.n.08": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27332,7 +27557,9 @@ "freezable": {} }, "ripsaw.n.01": { + "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27353,11 +27580,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "roaster.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27374,7 +27603,9 @@ "freezable": {} }, "rocking_chair.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27391,7 +27622,9 @@ "freezable": {} }, "rolling_pin.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27409,6 +27642,7 @@ }, "roof.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27426,8 +27660,8 @@ }, "room_light.n.01": { "toggleable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27447,7 +27681,9 @@ "flammable": {}, "sliceable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27465,6 +27701,7 @@ }, "rose.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27481,10 +27718,10 @@ "freezable": {} }, "rosemary__shaker.n.01": { - "fillable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27503,6 +27740,7 @@ "rosemary.n.02": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -27510,6 +27748,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27528,6 +27767,7 @@ "router.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27548,12 +27788,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "rubber_band.n.01": { "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27571,6 +27814,7 @@ }, "rubber_boot.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27589,6 +27833,7 @@ "rubber_eraser.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27607,9 +27852,9 @@ "rubber_glove.n.01": { "flammable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27626,29 +27871,10 @@ "freezable": {} }, "rubbing_alcohol__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "rubbing_alcohol__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, - "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27669,11 +27895,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ruby.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27693,9 +27921,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27712,7 +27940,9 @@ "freezable": {} }, "rule.n.12": { + "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27731,8 +27961,8 @@ "rum__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27752,6 +27982,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -27765,6 +27996,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27781,8 +28013,10 @@ "freezable": {} }, "sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27801,8 +28035,8 @@ "saddle_soap__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27822,11 +28056,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "safety_glass.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27843,8 +28079,10 @@ "freezable": {} }, "saffron__shaker.n.01": { - "fillable": {}, + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27865,15 +28103,16 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sage__shaker.n.01": { - "fillable": {}, "sliceable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27893,6 +28132,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -27900,12 +28140,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "salad__bowl.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27922,7 +28164,9 @@ "freezable": {} }, "salad_fork.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27941,6 +28185,7 @@ "salad.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27960,6 +28205,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -27978,8 +28224,8 @@ "salsa__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28000,14 +28246,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "salt__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28025,8 +28272,10 @@ }, "salt__shaker.n.01": { "breakable": {}, - "fillable": {}, + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28046,11 +28295,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sandal.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28068,6 +28319,7 @@ }, "sandbox.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28087,6 +28339,7 @@ "breakable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28106,15 +28359,16 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sanitary_napkin.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28134,13 +28388,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "saucepan.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28158,8 +28413,8 @@ }, "saucepot.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28179,6 +28434,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28196,7 +28452,9 @@ }, "sauna_heater.n.01": { "toggleable": {}, + "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28214,14 +28472,15 @@ }, "sawdust.n.01": { "flammable": {}, - "fireSource": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sax.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28239,6 +28498,7 @@ }, "scale.n.07": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28256,6 +28516,7 @@ }, "scale.n.10": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28275,6 +28536,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28293,6 +28555,7 @@ "scanner.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28311,9 +28574,9 @@ "scarf.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28332,6 +28595,7 @@ "schnitzel.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28351,9 +28615,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28371,6 +28634,7 @@ }, "scoop.n.06": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28389,6 +28653,7 @@ "scoreboard.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28408,6 +28673,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -28416,11 +28682,13 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "scraper.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28439,6 +28707,7 @@ "screen.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28456,6 +28725,7 @@ }, "screen.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28473,6 +28743,7 @@ }, "screen.n.09": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28490,6 +28761,7 @@ }, "screw.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28507,6 +28779,7 @@ }, "screwdriver.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28525,6 +28798,7 @@ "scrub_brush.n.01": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28541,7 +28815,10 @@ "freezable": {} }, "scrub.n.01": { + "particleRemover": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28565,6 +28842,7 @@ }, "seal.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28587,9 +28865,10 @@ "freezable": {} }, "sealant__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28608,8 +28887,8 @@ "sealant__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28634,6 +28913,7 @@ "seashell.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28653,6 +28933,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -28660,6 +28941,7 @@ "breakable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28678,6 +28960,7 @@ "security_system.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28696,6 +28979,7 @@ "self-registering_thermometer.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28712,8 +28996,8 @@ "freezable": {} }, "server.n.04": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28731,6 +29015,7 @@ }, "serving_cart.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28749,8 +29034,8 @@ "sesame_oil__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28771,14 +29056,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "sesame_seed__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "sesame_seed__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28798,13 +29084,13 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "shaker.n.03": { - "particleApplier": {}, - "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28823,8 +29109,8 @@ "shampoo__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28841,7 +29127,9 @@ "freezable": {} }, "shampoo__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28861,6 +29149,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -28868,9 +29157,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28889,6 +29178,7 @@ "shears.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28908,6 +29198,7 @@ "flammable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28927,9 +29218,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28947,6 +29238,7 @@ }, "shelf_back.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28964,6 +29256,7 @@ }, "shelf_baseboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28981,6 +29274,7 @@ }, "shelf_shelf.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -28998,6 +29292,7 @@ }, "shelf_side.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29015,6 +29310,7 @@ }, "shelf_top.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29031,7 +29327,10 @@ "freezable": {} }, "shelf.n.01": { + "assembleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29050,6 +29349,7 @@ "shell.n.02": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29068,6 +29368,7 @@ "shell.n.04": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29084,7 +29385,9 @@ "freezable": {} }, "shell.n.05": { + "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29104,6 +29407,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29121,6 +29425,7 @@ }, "shock_absorber.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29138,6 +29443,7 @@ }, "shoe_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29154,8 +29460,8 @@ "freezable": {} }, "shoebox.n.02": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29174,6 +29480,7 @@ "shopping_basket.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29190,7 +29497,9 @@ "freezable": {} }, "shopping_cart.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29208,9 +29517,9 @@ }, "short_pants.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29227,9 +29536,10 @@ "freezable": {} }, "shortening__carton.n.01": { + "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29247,10 +29557,10 @@ }, "shortening.n.01": { "cookable": {}, - "fireSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -29258,6 +29568,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29275,12 +29586,10 @@ }, "shoulder_bag.n.01": { "flammable": {}, - "openable": {}, "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29299,6 +29608,7 @@ "shovel.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29316,6 +29626,7 @@ }, "shower_stall.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29333,7 +29644,10 @@ }, "shower.n.01": { "toggleable": {}, + "particleSink": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29351,7 +29665,9 @@ }, "showerhead.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29370,6 +29686,7 @@ "shredder.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29387,6 +29704,7 @@ }, "shutter.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29404,28 +29722,7 @@ }, "sieve.n.01": { "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "silk.n.01": { - "flammable": {}, - "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29443,6 +29740,7 @@ }, "silver.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29459,9 +29757,12 @@ "freezable": {} }, "sink.n.01": { - "fillable": {}, + "toggleable": {}, "particleSource": {}, + "particleSink": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29482,6 +29783,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29499,6 +29801,7 @@ }, "skateboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29516,6 +29819,7 @@ }, "skateboard_wheel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29533,6 +29837,7 @@ }, "skeleton.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29551,6 +29856,7 @@ "skewer.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29568,6 +29874,7 @@ }, "ski_boot.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29585,6 +29892,7 @@ }, "ski.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29603,6 +29911,7 @@ "skiff.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29619,7 +29928,9 @@ "freezable": {} }, "skimmer.n.02": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29638,9 +29949,9 @@ "skirt.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29659,6 +29970,7 @@ "skyrocket.n.02": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29675,10 +29987,11 @@ "freezable": {} }, "slacks.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29696,6 +30009,7 @@ }, "slat.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29713,9 +30027,9 @@ }, "sleeping_bag.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29734,11 +30048,9 @@ "sliced__chocolate_cake.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29756,8 +30068,9 @@ }, "sliced__cucumber.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29775,8 +30088,9 @@ }, "sliced__lemon.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29794,8 +30108,9 @@ }, "sliced__lime.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29813,8 +30128,9 @@ }, "sliced__melon.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29832,8 +30148,9 @@ }, "sliced__onion.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29851,8 +30168,9 @@ }, "sliced__papaya.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29871,8 +30189,9 @@ "sliced__roast_beef.n.01": { "flammable": {}, "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29890,8 +30209,9 @@ }, "sliced__tomato.n.01": { "cookable": {}, - "sliceable": {}, + "diceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29910,6 +30230,7 @@ "slicer.n.02": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29927,6 +30248,7 @@ }, "slide_fastener.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29945,6 +30267,7 @@ "slingback.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29961,15 +30284,16 @@ "freezable": {} }, "smoothie.n.02": { - "coldSource": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "snack_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -29989,6 +30313,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30007,6 +30332,7 @@ "snow_globe.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30032,6 +30358,7 @@ "fillable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30050,6 +30377,7 @@ "soap_dish.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30067,10 +30395,9 @@ }, "soap_dispenser.n.01": { "breakable": {}, - "fillable": {}, - "openable": {}, "particleSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30088,6 +30415,7 @@ }, "soccer_ball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30107,9 +30435,9 @@ "flammable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30127,8 +30455,8 @@ }, "soda__can.n.01": { "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30147,8 +30475,8 @@ "soda_water__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30168,14 +30496,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sodium_carbonate__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30194,12 +30523,15 @@ "sodium_carbonate.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sofa.n.01": { "particleRemover": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30217,6 +30549,7 @@ }, "softball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30233,8 +30566,10 @@ "freezable": {} }, "soil__bag.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30253,14 +30588,15 @@ "soil.n.02": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "solvent__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30278,8 +30614,8 @@ }, "soup__can.n.01": { "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30299,6 +30635,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30315,8 +30652,8 @@ "freezable": {} }, "soup_ladle.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30333,7 +30670,9 @@ "freezable": {} }, "soupspoon.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30354,9 +30693,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30377,14 +30715,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "soy_sauce__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30405,6 +30744,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -30412,13 +30752,16 @@ "cookable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "soya_milk.n.01": { + "cookable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -30426,7 +30769,9 @@ "breakable": {}, "flammable": {}, "toggleable": {}, + "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30453,11 +30798,13 @@ "sliceable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "spark_plug.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30474,8 +30821,8 @@ "freezable": {} }, "sparkler.n.02": { - "fireSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30493,6 +30840,7 @@ }, "spatula.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30511,8 +30859,8 @@ "specimen_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30530,6 +30878,7 @@ }, "spectacles.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30549,9 +30898,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30572,6 +30920,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30591,6 +30940,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30609,31 +30959,8 @@ "spirit_lamp.n.01": { "breakable": {}, "toggleable": {}, - "heatSource": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "sponge_cake.n.01": { - "flammable": {}, - "cookable": {}, - "sliceable": {}, - "softBody": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30652,9 +30979,8 @@ "sponge.n.01": { "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30673,8 +30999,8 @@ "spotlight.n.02": { "breakable": {}, "toggleable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30694,6 +31020,7 @@ "toggleable": {}, "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30719,6 +31046,7 @@ "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30738,6 +31066,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30755,6 +31084,7 @@ }, "square.n.08": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30772,6 +31102,7 @@ }, "squeegee.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30791,6 +31122,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30815,6 +31147,7 @@ "stake.n.05": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30831,7 +31164,9 @@ "freezable": {} }, "stand.n.04": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30849,6 +31184,7 @@ }, "stand.n.10": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30865,9 +31201,9 @@ "freezable": {} }, "staple_gun.n.01": { - "openable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30885,6 +31221,7 @@ }, "staple.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30902,6 +31239,7 @@ }, "staple.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30920,6 +31258,7 @@ "stapler.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30937,6 +31276,7 @@ }, "statue.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30956,6 +31296,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30972,11 +31313,10 @@ "freezable": {} }, "steamer.n.02": { - "fillable": {}, "toggleable": {}, "heatSource": {}, - "coldSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -30995,9 +31335,8 @@ "steel_wool.n.01": { "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31015,6 +31354,7 @@ }, "steel.n.03": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31032,6 +31372,7 @@ }, "steering_wheel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31049,6 +31390,7 @@ }, "stencil.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31066,6 +31408,7 @@ }, "step.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31083,8 +31426,9 @@ }, "stew__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31103,6 +31447,7 @@ "sticky_note.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31120,6 +31465,7 @@ }, "stirrer.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31136,10 +31482,11 @@ "freezable": {} }, "stocking.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31157,8 +31504,26 @@ }, "stockpot.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "storage_container.n.01": { + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31176,6 +31541,7 @@ }, "storage_organizer.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31194,7 +31560,9 @@ "stove.n.01": { "toggleable": {}, "heatSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31211,7 +31579,9 @@ "freezable": {} }, "straight_chair.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31229,6 +31599,7 @@ }, "straight_pin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31246,6 +31617,7 @@ }, "straightener.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31263,6 +31635,7 @@ }, "straw.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31282,6 +31655,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31300,7 +31674,9 @@ "string.n.01": { "sliceable": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31324,6 +31700,7 @@ }, "stud.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31344,12 +31721,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sugar__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31372,11 +31752,11 @@ "freezable": {} }, "sugar_cookie_dough.n.01": { + "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31397,6 +31777,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31415,8 +31796,8 @@ "sugar_syrup__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31437,14 +31818,16 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "suit.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31461,7 +31844,9 @@ "freezable": {} }, "sunflower_seed__bag.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31481,12 +31866,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "sunflower.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31504,6 +31891,7 @@ }, "sunglasses.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31521,8 +31909,8 @@ }, "sunscreen__bottle.n.01": { "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31542,6 +31930,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -31549,6 +31938,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31567,6 +31957,7 @@ "swab.n.02": { "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31585,9 +31976,9 @@ "sweat_suit.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31606,9 +31997,9 @@ "sweatshirt.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31629,6 +32020,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31645,7 +32037,10 @@ "freezable": {} }, "swimming_pool.n.01": { + "fillable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31663,6 +32058,7 @@ }, "swing.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31681,7 +32077,9 @@ "swiss_cheese.n.01": { "cookable": {}, "sliceable": {}, + "meltable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31699,7 +32097,9 @@ }, "switch.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31717,7 +32117,9 @@ }, "swivel_chair.n.01": { "breakable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31734,8 +32136,8 @@ "freezable": {} }, "syringe.n.01": { - "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31753,7 +32155,9 @@ }, "table_knife.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31772,8 +32176,8 @@ "table_lamp.n.01": { "breakable": {}, "toggleable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31792,9 +32196,9 @@ "tablecloth.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31811,7 +32215,9 @@ "freezable": {} }, "tablefork.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31828,8 +32234,9 @@ "freezable": {} }, "tablespoon.n.02": { - "fillable": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31847,6 +32254,7 @@ }, "tablet.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31864,8 +32272,8 @@ }, "taboret.n.01": { "flammable": {}, - "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31885,6 +32293,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31903,6 +32312,7 @@ "tag.n.02": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31921,15 +32331,16 @@ "talcum.n.02": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "tank_top.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31947,7 +32358,9 @@ }, "tank.n.02": { "fillable": {}, + "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31965,10 +32378,8 @@ }, "tape.n.04": { "sliceable": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -31992,9 +32403,9 @@ }, "tarpaulin.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32013,6 +32424,7 @@ "tartlet.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32030,9 +32442,8 @@ }, "tassel.n.01": { "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32052,6 +32463,7 @@ "cookable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32071,6 +32483,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -32078,6 +32491,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32096,8 +32510,8 @@ "teapot.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32114,8 +32528,9 @@ "freezable": {} }, "teaspoon.n.02": { - "fillable": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32134,9 +32549,8 @@ "teddy.n.01": { "particleRemover": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32154,7 +32568,9 @@ }, "television_receiver.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32174,6 +32590,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32191,6 +32608,7 @@ }, "tennis_ball.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32208,6 +32626,7 @@ }, "tennis_racket.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32224,8 +32643,8 @@ "freezable": {} }, "tent.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32244,8 +32663,8 @@ "tequila__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32266,13 +32685,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "terrarium.n.01": { - "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32290,6 +32709,7 @@ }, "test_tube_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32309,6 +32729,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32325,8 +32746,8 @@ "freezable": {} }, "textbook.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32345,6 +32766,7 @@ "thermos.n.01": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32363,27 +32785,7 @@ "thermostat.n.01": { "toggleable": {}, "rigidBody": {}, - "wetable": {}, - "mixable": {}, - "stickyable": {}, - "dustyable": {}, - "grassyable": {}, - "scratchable": {}, - "stainable": {}, - "tarnishable": {}, - "moldyable": {}, - "rustable": {}, - "wrinkleable": {}, - "disinfectable": {}, - "heatable": {}, - "freezable": {} - }, - "throw.n.04": { - "flammable": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32401,6 +32803,7 @@ }, "thumbtack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32417,11 +32820,10 @@ "freezable": {} }, "thyme__shaker.n.01": { - "fillable": {}, - "sliceable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32441,12 +32843,14 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "ticket.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32463,10 +32867,11 @@ "freezable": {} }, "tie.n.09": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32485,9 +32890,9 @@ "tights.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32506,6 +32911,7 @@ "tile.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32524,6 +32930,7 @@ "timer.n.03": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32541,7 +32948,9 @@ }, "tinsel.n.02": { "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32561,9 +32970,8 @@ "flammable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32581,6 +32989,7 @@ }, "tissue_dispenser.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32600,6 +33009,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32620,6 +33030,7 @@ "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32639,6 +33050,7 @@ "toggleable": {}, "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32655,7 +33067,9 @@ "freezable": {} }, "toasting_fork.n.01": { + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32676,9 +33090,8 @@ "cookable": {}, "sliceable": {}, "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32696,6 +33109,7 @@ }, "toilet_paper_dispenser.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32713,6 +33127,7 @@ }, "toilet_paper_holder.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32731,8 +33146,8 @@ "toilet_soap__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32752,17 +33167,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "toilet_tissue.n.01": { - "fireSource": {}, "sliceable": {}, "particleRemover": {}, - "cloth": {}, - "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32779,7 +33192,10 @@ "freezable": {} }, "toilet.n.02": { + "particleSink": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32798,8 +33214,8 @@ "tomato_juice__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32819,12 +33235,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "tomato_paste__can.n.01": { - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32845,6 +33263,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -32852,14 +33271,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "tomato_sauce__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32880,11 +33300,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "tongs.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32904,12 +33326,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "toolbox.n.01": { "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32927,6 +33351,7 @@ }, "toothbrush.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32946,11 +33371,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "toothpick.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32970,6 +33397,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -32989,9 +33417,9 @@ "cookable": {}, "sliceable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33008,7 +33436,9 @@ "freezable": {} }, "towel_rack.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33027,6 +33457,43 @@ "toy_box.n.01": { "openable": {}, "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "toy_car.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "toy_dice.n.01": { + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33043,8 +33510,26 @@ "freezable": {} }, "toy_figure.n.01": { - "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "beach_toy.n.01": { + "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33063,6 +33548,7 @@ "trailer.n.03": { "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33080,6 +33566,7 @@ }, "trailer_truck.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33098,6 +33585,7 @@ "train_set.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33114,7 +33602,9 @@ "freezable": {} }, "trampoline.n.01": { + "assembleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33131,7 +33621,9 @@ "freezable": {} }, "tray.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33149,7 +33641,9 @@ }, "treadmill.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33167,8 +33661,9 @@ }, "tree.n.01": { "flammable": {}, - "fireSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33188,6 +33683,7 @@ "toggleable": {}, "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33205,6 +33701,7 @@ }, "trombone.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33222,6 +33719,7 @@ }, "trophy.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33241,6 +33739,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33258,6 +33757,7 @@ }, "trowel.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33274,9 +33774,9 @@ "freezable": {} }, "trunk.n.01": { - "fireSource": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33294,8 +33794,8 @@ }, "tub.n.02": { "fillable": {}, - "particleSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33312,8 +33812,8 @@ "freezable": {} }, "tube__of__lotion.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33330,8 +33830,8 @@ "freezable": {} }, "tube__of__toothpaste.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33350,6 +33850,7 @@ "tulip.n.01": { "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33368,6 +33869,7 @@ "tumbler.n.02": { "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33387,6 +33889,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33403,9 +33906,10 @@ "freezable": {} }, "tupperware.n.01": { + "fillable": {}, "flammable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33423,6 +33927,7 @@ }, "turf.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33443,6 +33948,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33462,6 +33968,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33482,11 +33989,13 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "turnstile.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33504,6 +34013,7 @@ }, "tweezers.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33521,6 +34031,7 @@ }, "umbrella_rack.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33537,8 +34048,8 @@ "freezable": {} }, "umbrella.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33555,7 +34066,9 @@ "freezable": {} }, "urinal.n.01": { + "particleSink": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33572,7 +34085,10 @@ "freezable": {} }, "utility_knife.n.01": { + "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33589,10 +34105,10 @@ "freezable": {} }, "vacuum.n.04": { - "openable": {}, "toggleable": {}, "particleRemover": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33609,8 +34125,8 @@ "freezable": {} }, "valve.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33628,6 +34144,7 @@ }, "van.n.05": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33646,8 +34163,8 @@ "vanilla__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33667,6 +34184,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33687,6 +34205,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -33700,6 +34219,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33716,9 +34236,11 @@ "freezable": {} }, "vaseline.n.01": { + "meltable": {}, "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -33726,6 +34248,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33744,8 +34267,8 @@ "vegetable_oil__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33763,9 +34286,9 @@ }, "velcro.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33784,9 +34307,9 @@ "velvet.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33805,6 +34328,7 @@ "vending_machine.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33824,6 +34348,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33840,8 +34365,8 @@ "freezable": {} }, "vent.n.01": { - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33860,6 +34385,7 @@ "ventilator.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33878,9 +34404,9 @@ "vest.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33900,6 +34426,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33917,6 +34444,7 @@ }, "videodisk.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33933,9 +34461,10 @@ "freezable": {} }, "vinegar__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33954,8 +34483,8 @@ "vinegar__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -33975,6 +34504,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -33983,11 +34513,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "violin_case.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34005,6 +34537,7 @@ }, "violin.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34025,6 +34558,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34043,8 +34577,8 @@ "vitamin_pill__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34063,14 +34597,15 @@ "vitamin_pill.n.01": { "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "vodka__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34091,14 +34626,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "volleyball_net.n.01": { "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34116,6 +34652,7 @@ }, "volleyball.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34132,7 +34669,10 @@ "freezable": {} }, "wading_pool.n.01": { + "fillable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34154,6 +34694,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34171,8 +34712,10 @@ }, "waffle_iron.n.01": { "breakable": {}, + "fillable": {}, "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34192,6 +34735,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34209,6 +34753,7 @@ }, "wagon.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34226,6 +34771,7 @@ }, "walker.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34244,6 +34790,7 @@ "walking_shoe.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34261,7 +34808,9 @@ }, "wall_clock.n.01": { "toggleable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34279,6 +34828,7 @@ }, "wall_socket.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34295,7 +34845,9 @@ "freezable": {} }, "wall.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34313,6 +34865,7 @@ }, "wallboard.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34330,6 +34883,7 @@ }, "wallet.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34347,6 +34901,7 @@ }, "wallpaper.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34366,6 +34921,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34383,7 +34939,9 @@ }, "wardrobe.n.01": { "openable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34403,8 +34961,9 @@ "fillable": {}, "openable": {}, "toggleable": {}, - "particleSource": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34422,6 +34981,7 @@ }, "watch.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34438,9 +34998,10 @@ "freezable": {} }, "water__atomizer.n.01": { - "fillable": {}, "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34459,8 +35020,8 @@ "water_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34479,6 +35040,7 @@ "water_cooler.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34494,8 +35056,10 @@ "heatable": {}, "freezable": {} }, - "water_dispenser.n.01": { + "water__dispenser.n.01": { + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34514,6 +35078,7 @@ "water_faucet.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34532,6 +35097,7 @@ "water_filter.n.01": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34551,6 +35117,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34571,14 +35138,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "watering_can.n.01": { - "fillable": {}, "particleSource": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34598,6 +35166,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34616,6 +35185,7 @@ "wax_paper.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34632,6 +35202,7 @@ "freezable": {} }, "wax_remnant.n.01": { + "meltable": {}, "visualSubstance": {}, "substance": {}, "heatable": {}, @@ -34640,6 +35211,7 @@ "webcam.n.02": { "toggleable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34657,6 +35229,7 @@ }, "weed.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34674,6 +35247,7 @@ }, "weight.n.02": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34694,11 +35268,13 @@ "sliceable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "whetstone.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34715,11 +35291,11 @@ "freezable": {} }, "whipped_cream__atomizer.n.01": { - "fillable": {}, "toggleable": {}, "particleApplier": {}, "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34737,7 +35313,9 @@ }, "whipped_cream__can.n.01": { "toggleable": {}, + "particleApplier": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34758,12 +35336,15 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "whisk.n.01": { "slicer": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34782,8 +35363,8 @@ "whiskey__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34802,6 +35383,7 @@ "whiskey_stone.n.01": { "breakable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34819,6 +35401,7 @@ }, "whistle.n.04": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34837,6 +35420,7 @@ "white_chocolate.n.01": { "cookable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34853,8 +35437,10 @@ "freezable": {} }, "white_rice__sack.n.01": { + "fillable": {}, "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34874,14 +35460,15 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "white_sauce__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34901,6 +35488,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34920,11 +35508,13 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "whitewall_tire.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34944,6 +35534,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34964,14 +35555,16 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "wick.n.02": { "flammable": {}, - "fireSource": {}, "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -34990,6 +35583,7 @@ "wicker_basket.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35007,6 +35601,7 @@ }, "wind_chime.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35023,12 +35618,11 @@ "freezable": {} }, "window_blind.n.01": { - "openable": {}, "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35046,7 +35640,9 @@ }, "window.n.01": { "openable": {}, + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35064,6 +35660,7 @@ }, "windshield.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35082,8 +35679,8 @@ "wine_bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35102,8 +35699,8 @@ "wine_sauce__bottle.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35124,6 +35721,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35131,6 +35729,7 @@ "breakable": {}, "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35149,6 +35748,7 @@ "wire_cutter.n.01": { "slicer": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35166,7 +35766,9 @@ }, "wire.n.01": { "rope": {}, + "nonSubstance": {}, "deformable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35184,8 +35786,8 @@ }, "wok.n.01": { "fillable": {}, - "heatSource": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35205,12 +35807,14 @@ "flammable": {}, "macroPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "wooden_spoon.n.02": { - "fillable": {}, + "mixingTool": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35229,9 +35833,9 @@ "wool_coat.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35250,9 +35854,9 @@ "wool.n.01": { "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35273,11 +35877,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "worktable.n.01": { + "sceneObject": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35296,6 +35903,7 @@ "wrapped_hamburger.n.01": { "flammable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35314,9 +35922,9 @@ "wrapping_paper.n.01": { "sliceable": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35334,6 +35942,7 @@ }, "wreath.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35359,6 +35968,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35374,11 +35984,11 @@ "heatable": {}, "freezable": {} }, - "yeast__bottle.n.01": { - "breakable": {}, - "fillable": {}, - "openable": {}, + "yeast__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35397,8 +36007,8 @@ "yeast__jar.n.01": { "breakable": {}, "fillable": {}, - "openable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35417,14 +36027,16 @@ "yeast.n.01": { "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, "yoga_mat.n.01": { + "particleRemover": {}, "cloth": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, + "drapeable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35442,8 +36054,9 @@ }, "yogurt__carton.n.01": { "breakable": {}, - "openable": {}, + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35464,6 +36077,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35471,6 +36085,7 @@ "cookable": {}, "sliceable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35491,6 +36106,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35498,12 +36114,14 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, - "chicken_soup__can.n.01": { - "openable": {}, + "chicken_soup__carton.n.01": { + "fillable": {}, "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35523,6 +36141,7 @@ "cookable": {}, "microPhysicalSubstance": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35537,6 +36156,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35545,6 +36165,7 @@ "liquid": {}, "boilable": {}, "substance": {}, + "physicalSubstance": {}, "heatable": {}, "freezable": {} }, @@ -35552,9 +36173,501 @@ "flammable": {}, "cookable": {}, "softBody": {}, + "nonSubstance": {}, + "deformable": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "can__of__dog_food.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "pack__of__ground_beef.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "bag__of__mulch.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "box__of__aluminium_foil.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "dog_food__can.n.01": { + "fillable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "can__of__cat_food.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "brownie_batter.n.01": { + "cookable": {}, + "liquid": {}, + "boilable": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "muffin_batter.n.01": { + "cookable": {}, + "liquid": {}, + "boilable": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "diced__strawberry.n.01": { + "cookable": {}, + "sliceable": {}, + "macroPhysicalSubstance": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "diced__orange.n.01": { + "cookable": {}, + "sliceable": {}, + "macroPhysicalSubstance": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "waffle_batter.n.01": { + "cookable": {}, + "liquid": {}, + "boilable": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "present.n.02": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "oil__bottle.n.01": { + "breakable": {}, + "fillable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "squeeze_bottle.n.01": { + "breakable": {}, + "particleSource": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "soft_roll.n.01": { + "flammable": {}, + "cookable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "hanging.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "pump.n.03": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "music_stool.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "reception_desk.n.01": { + "sceneObject": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "cleansing__bottle.n.01": { + "fillable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "package.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "ice_cream_cone.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "parsley__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "savory_spice__shaker.n.01": { + "particleApplier": {}, + "needsOrientation": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "sack__of__brown_rice.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "package.n.02": { + "openable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "pottable__beefsteak_tomato.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "pottable__chili.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "bap.n.01": { + "cookable": {}, + "softBody": {}, + "nonSubstance": {}, "deformable": {}, - "foldable": {}, - "unfoldable": {}, "wetable": {}, "mixable": {}, "stickyable": {}, @@ -35570,8 +36683,323 @@ "heatable": {}, "freezable": {} }, - "yogurt__cup.n.01": { + "frail.n.02": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "cup__of__ranch.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "sliced__eggplant.n.01": { + "flammable": {}, + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "signpost.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "cookie_stick.n.01": { + "cookable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__apricot.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__kiwi.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__peach.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__pear.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__strawberry.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "half__papaya.n.01": { + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "sliced__brisket.n.01": { + "cookable": {}, + "diceable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "dried_cranberry.n.01": { + "macroPhysicalSubstance": {}, + "substance": {}, + "physicalSubstance": {}, + "heatable": {}, + "freezable": {} + }, + "hard_candy.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "beaker.n.02": { + "fillable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "stone_wall.n.01": { + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "liquid_carton.n.01": { + "fillable": {}, + "rigidBody": {}, + "nonSubstance": {}, + "wetable": {}, + "mixable": {}, + "stickyable": {}, + "dustyable": {}, + "grassyable": {}, + "scratchable": {}, + "stainable": {}, + "tarnishable": {}, + "moldyable": {}, + "rustable": {}, + "wrinkleable": {}, + "disinfectable": {}, + "heatable": {}, + "freezable": {} + }, + "alphabet_abacus.n.01": { "rigidBody": {}, + "nonSubstance": {}, "wetable": {}, "mixable": {}, "stickyable": {}, diff --git a/bddl/generated_data/synsets.csv b/bddl/generated_data/synsets.csv index 666d9598..c3d0c09f 100644 --- a/bddl/generated_data/synsets.csv +++ b/bddl/generated_data/synsets.csv @@ -1,2189 +1,2185 @@ -synset,hypernyms,is_custom,breakable,fillable,flammable,openable,toggleable,cookable,heatSource,coldSource,fireSource,sliceable,slicer,assembleable,meltable,particleRemover,particleApplier,particleSource,needsOrientation,particleSink,sceneObject,waterCook,objectType -acetone__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -acetone.n.01,"ketone.n.01,solvent.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -acid.n.01,compound.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -acorn.n.01,fruit.n.01,0,0,0,1,0,0,0,0,,,0,,,,,,,,,0,0,rigidBody -adapter.n.02,device.n.01,0,0,0,0,0,0,0,0,,,0,,,,,,,,,0,0,rigidBody -address.n.05,street_sign.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -adhesive_material.n.01,material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -aerosol.n.02,dispenser.n.01,0,0,0,0,0,0,0,0,,,0,,,,,,,,,0,0,rigidBody -agave.n.01,desert_plant.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -aioli.n.01,sauce.n.01,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -air_conditioner.n.01,cooling_system.n.02,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -air_filter.n.01,filter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -air_freshener__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,,,0,,,,,,,,,0,0,rigidBody -alarm_clock.n.01,clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -alga.n.01,protoctist.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -allen_wrench.n.01,wrench.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -allspice__shaker.n.01,container.n.01,1,0,1,0,0,0,0,0,,,0,,0,0,0,1,0,1,,0,0,rigidBody -allspice.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -almond_oil.n.01,oil.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -almond.n.02,"drupe.n.01,edible_nut.n.01",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -aluminum_foil.n.01,foil.n.01,0,0,0,0,0,0,0,0,,,0,,0,0,0,0,0,0,,0,0,cloth -aluminum.n.01,metallic_element.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -ammonia_water__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,0,,,0,,,,,,,,,0,0,rigidBody -ammonia_water__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -ammonia_water.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -analgesic.n.01,medicine.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -anchor.n.01,hook.n.04,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -antenna.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -antifreeze.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -antifungal.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -antihistamine.n.01,medicine.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -antipasto.n.01,appetizer.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -antique.n.02,antiquity.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -antler.n.01,horn.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -apple_juice__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -apple_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -apple_pie.n.01,pie.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -apple.n.01,"edible_fruit.n.01,pome.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -applesauce.n.01,dish.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -apricot.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -apron.n.01,protective_garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -arbor.n.03,framework.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -arborio_rice.n.01,rice.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,microPhysicalSubstance -arepa.n.01,sandwich.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -armchair.n.01,chair.n.01,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -artichoke.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -artwork.n.01,visual_communication.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -arugula.n.02,salad_green.n.01,1,0,0,0,0,0,1,0,,,1,,,,,,,,,0,0,rigidBody -ash.n.01,residue.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -ashcan.n.01,bin.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ashtray.n.01,receptacle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -asparagus.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -asphalt.n.01,paving.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -atomizer.n.01,dispenser.n.01,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -audio_system.n.01,"electronic_equipment.n.01,system.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -auricularia.n.01,fungus_genus.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -avocado.n.01,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -ax.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -axle.n.01,shaft.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -baby_buggy.n.01,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -baby_oil.n.01,ointment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -baby_shoe.n.01,shoe.n.01,0,0,0,1,0,0,0,0,,,0,,,,,,,,,0,0,rigidBody -backdrop.n.01,scenery.n.01,0,0,0,0,0,0,0,0,,,0,,,,,,,,,,,rigidBody -backpack.n.01,bag.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -bacon.n.01,cut_of_pork.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bag__of__auricularia.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__breadcrumbs.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__brown_rice.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__chips.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__cocoa.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__cookies.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__cream_cheese.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__fertilizer.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__flour.n.01,grocery.n.02,1,0,0,1,1,0,0,0,,,0,,,,,,,,,0,0,rigidBody -bag__of__ice_cream.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__oranges.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__popcorn.n.01,bag.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__rice.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__shiitake.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__snacks.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__starch.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__tea.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag__of__yeast.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bag.n.06,baggage.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bagel_dough.n.01,dough.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -bagel.n.01,bun.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bagged__rubbish.n.01,waste.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bagged_chip.n.01,grocery.n.02,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bagged_chocolate_bar.n.01,grocery.n.02,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bagged_cookie.n.01,grocery.n.02,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bagged_ice_cream.n.01,grocery.n.02,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bagged_popcorn.n.01,grocery.n.02,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -baguet.n.01,french_bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bait.n.01,temptation.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -baking_powder__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -baking_powder.n.01,leaven.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -balloon.n.01,lighter-than-air_craft.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bamboo.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -banana_bread.n.01,quick_bread.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -banana.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bandage.n.01,dressing.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -bandanna.n.01,handkerchief.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -banner.n.01,flag.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -bap.n.01,bread.n.01,0,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,softBody -bar_soap.n.01,soap.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bar.n.02,counter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bar.n.13,support.n.10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -barbecue_sauce__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -barbecue_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -barley.n.02,cereal.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -barrel.n.03,cylinder.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -barrow.n.03,handcart.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -base.n.08,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -baseball_cap.n.01,cap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -baseball_glove.n.01,baseball_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -baseball.n.02,"ball.n.01,baseball_equipment.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -baseboard.n.01,molding.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -basil__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -basil.n.03,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -basket.n.03,"basketball_equipment.n.01,goal.n.03",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bat.n.05,club.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bath_mat.n.01,bath_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -bath_towel.n.01,"bath_linen.n.01,towel.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -bathtub.n.01,vessel.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,1,0,rigidBody -battery.n.02,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -batting_glove.n.01,"baseball_equipment.n.01,glove.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -bay_leaf.n.01,herb.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bean_curd.n.01,curd.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -bearing.n.06,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -beaten_egg.n.01,foodstuff.n.02,1,,0,,0,,1,,,,0,,,,,,,,,,,liquid -bed.n.01,bedroom_furniture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -beef_broth__carton.n.01,vessel.n.03,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -beef_broth.n.01,broth.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -beef_roast.n.01,roast.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -beef_stew.n.01,stew.n.02,0,0,0,0,,0,1,,,,0,,0,0,,,,,,0,0,liquid -beefsteak_tomato.n.01,tomato.n.01,0,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -beer_barrel.n.01,barrel.n.02,0,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -beer_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -beer_box.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -beer_glass.n.01,glass.n.02,0,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -beer_tap.n.01,faucet.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -beer.n.01,brew.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -beeswax.n.01,"animal_product.n.01,wax.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -beeswax_candle.n.01,candle.n.01,1,,0,,,,0,,,,0,,,,,,,,,,,rigidBody -beet.n.02,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bell_pepper.n.02,sweet_pepper.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bell.n.01,"acoustic_device.n.01,signaling_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -belt.n.01,loop.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -belt.n.02,accessory.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -bench_press.n.01,weightlift.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bench.n.01,seat.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -bicycle_chain.n.01,chain.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bicycle_rack.n.01,rack.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bicycle.n.01,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bidet.n.01,basin.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,,0,0,rigidBody -bikini.n.02,swimsuit.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -binder.n.01,harvester.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -binder.n.03,protective_covering.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bird_feed__bag.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -bird_feed.n.01,feed.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -bird_feeder.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -birdcage.n.01,cage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -biscuit_dough.n.01,dough.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -biscuit.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,softBody -black_bean.n.01,common_bean.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,macroPhysicalSubstance -black_pepper.n.02,pepper.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -blackberry.n.01,"berry.n.01,drupelet.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -blackboard_eraser.n.01,eraser.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -blackboard.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -blade.n.09,cutting_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -blanket.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -bleaching_agent__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bleaching_agent.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -blender.n.01,mixer.n.04,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -bleu.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,softBody -blouse.n.01,top.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -blueberry_compote.n.01,compote.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,rigidBody -blueberry_mousse.n.01,mousse.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -blueberry.n.02,berry.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -board_game.n.01,parlor_game.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -board.n.02,lumber.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bobby_pin.n.01,hairpin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bok_choy.n.02,cabbage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bone.n.01,connective_tissue.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bookcase.n.01,furniture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bookend.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -booth.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -borax.n.01,mineral.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -bottle__of__acetone.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__acid.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__alcohol.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__alfredo_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__allspice.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__almond_oil.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ammonia.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__analgesics.n.01,grocery.n.02,1,0,1,0,,,0,,,,0,,,,,,,,,,,rigidBody -bottle__of__antihistamines.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__apple_cider.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__apple_juice.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__applesauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__aspirin.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__baby_oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__balsamic_vinegar.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__barbecue_sauce.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__beer.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__black_pepper.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__bleach_agent.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__brandy.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__bug_repellent.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__buttermilk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__carrot_juice.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__catsup.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__caulk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__champagne.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__chili_pepper.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__chocolate_sauce.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cleaner.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cocoa.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__coconut_milk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__coconut_oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__coconut_water.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__coffee.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__coke.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cold_cream.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cologne.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__conditioner.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cooking_oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__cranberry_juice.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__degreaser.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__deicer.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__detergent.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__dish_soap.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__disinfectant.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__essential_oil.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__fabric_softener.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__face_cream.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__fennel.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__food_coloring.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__frosting.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__fruit_punch.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__garlic_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__gin.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ginger_beer.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ginger.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__glass_cleaner.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__glue.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ground_cloves.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ground_mace.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__ground_nutmeg.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__hot_sauce.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lacquer.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lavender_oil.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lemon_juice.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lemon_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lemonade.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lime_juice.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__liquid_soap.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lotion.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__lubricant.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__maple_syrup.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__mayonnaise.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__medicine.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__milk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__milkshake.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__molasses.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__mushroom_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__mustard_seeds.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__mustard.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__olive_oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__onion_powder.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__orange_juice.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__paint_remover.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__paint.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__papaya_juice.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__paprika.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__parsley.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__peanut_butter.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__perfume.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__pesticide.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__pesto.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__pizza_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__pop.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__poppy_seeds.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__powder.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__protein_powder.n.01,grocery.n.02,1,0,1,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -bottle__of__pumpkin_pie_spice.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__rosemary.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__rum.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sage.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sake.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__salsa.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sangria.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sealant.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__seasoning.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sesame_oil.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sesame_seeds.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__shampoo.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__skin_cream.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__soda.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__solvent.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__soup.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sour_cream.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__soy_milk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__soy_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__spice.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sriracha.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__sunscreen.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__supplements.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__tea_leaves.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__tea.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__tequila.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__tomato_paste.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__tonic.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__vinegar.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__vodka.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__water.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__whiskey.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle__of__wine.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bottle.n.03,vessel.n.03,0,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bouillon_cube.n.01,flavorer.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -bouillon.n.01,broth.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -boulder.n.01,rock.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bouquet.n.01,flower_arrangement.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bourbon__bottle.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -bourbon.n.02,whiskey.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -bow.n.02,stick.n.01,0,0,0,0,0,0,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -bow.n.08,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -bowl.n.01,vessel.n.03,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bowling_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -box__of__almond_milk.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__apple_juice.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__baking_mix.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__baking_powder.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__baking_soda.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__barley.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__beer.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__brown_sugar.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__butter.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__candy.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__cane_sugar.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__cereal.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__champagne.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__chocolates.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__coconut_milk.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__coffee.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__cookies.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__corn_flakes.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__crackers.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__cream.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__flour.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__fruit.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__granola_bars.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__gum.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__ice_cream.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__lasagna.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__lemons.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__milk.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__oatmeal.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__raspberries.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__rice.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__rum.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__sake.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__salt.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__sanitary_napkin.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__shampoo.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__takeout.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__tissue.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__tomato_juice.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__vegetable_juice.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__whiskey.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__wine.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -box__of__yogurt.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed__cake.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed__cpu_board.n.01,durables.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed__ink_cartridge.n.01,durables.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed__router.n.01,durables.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_butter.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_cake.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_chocolate.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_coffee.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_cookie.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxed_raspberries.n.01,grocery.n.02,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -boxing_glove.n.01,boxing_equipment.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -brace.n.09,"strengthener.n.01,structural_member.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bracelet.n.02,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bracket.n.04,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -brake.n.01,restraint.n.06,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -branch.n.02,stalk.n.02,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,,0,0,rigidBody -brandy__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -brandy.n.01,liquor.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -brassiere.n.01,"undergarment.n.01,woman's_clothing.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -bratwurst.n.01,pork_sausage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bread_slice.n.01,bread.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -bread-bin.n.01,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -breadcrumb.n.01,crumb.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -breakfast_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -brick.n.01,"building_material.n.01,ceramic.n.01",0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -bridge.n.01,structure.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -briefcase.n.01,case.n.05,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -brisket.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -broccoli_rabe.n.02,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -broccoli.n.02,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -broccolini.n.01,cruciferous_vegetable.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -broken__glass.n.01,container.n.01,1,1,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -broken__light_bulb.n.01,electric_lamp.n.01,1,1,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -broom.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -brown_bread.n.02,bread.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -brown_rice__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -brown_rice.n.01,rice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,microPhysicalSubstance -brown_sugar__box.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -brown_sugar__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -brown_sugar.n.01,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -brownie.n.03,cookie.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -brussels_sprouts.n.01,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -bucket__of__paint.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -bucket.n.01,vessel.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -buckle.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -bulldog_clip.n.01,clip.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -bulletin_board.n.02,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -bumper.n.02,mechanical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bunchgrass.n.01,grass.n.01,0,0,0,1,0,0,0,,,,0,,0,0,,,,,,0,0,visualSubstance -burette.n.01,measuring_instrument.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -burlap.n.01,sacking.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -burner.n.02,heating_element.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -burrito.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -buskin.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -bust.n.03,sculpture.n.01,0,1,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -butane.n.01,"fuel.n.01,gas.n.02,methane_series.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -butter__box.n.01,grocery.n.02,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -butter__package.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -butter_cookie.n.01,cookie.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -butter.n.01,"dairy_product.n.01,food.n.02",0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,,0,0,rigidBody -buttermilk_pancake.n.01,pancake.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -buttermilk.n.01,milk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -butternut_squash.n.01,winter_squash.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cabinet.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -cabinet.n.03,compartment.n.02,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cabinet.n.04,housing.n.02,0,1,0,0,1,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -cable.n.02,conductor.n.04,0,0,0,0,0,0,0,0,0,0,1,0,,,,,,,,0,0,rope -cactus.n.01,succulent.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cafe_au_lait.n.01,coffee.n.01,0,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -cake_mix.n.01,ready-mix.n.01,0,0,0,0,,0,1,,,,0,,0,0,0,0,0,0,,0,0,microPhysicalSubstance -calcium_carbonate.n.01,carbonate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -calculator.n.02,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -caldron.n.01,pot.n.01,0,0,1,0,0,0,0,1,0,0,0,0,,,,,,,,0,0,rigidBody -calendar.n.01,arrangement.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -caliper.n.01,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -camera_tripod.n.01,tripod.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__baking_mix.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__bay_leaves.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__beans.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__coffee.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__corn.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__icetea.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__oatmeal.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__sardines.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__soda.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__tomato_paste.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can__of__tomatoes.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -can.n.01,container.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -candlestick.n.01,holder.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -candy__box.n.01,grocery.n.02,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -candy_cane.n.01,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -candy_dispenser_shelf.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -cane_sugar.n.02,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,microPhysicalSubstance -canister.n.02,container.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -canned_food.n.01,foodstuff.n.02,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -canola_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,1,0,0,,,,,,,,0,0,liquid -cantaloup.n.02,muskmelon.n.02,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -canteen.n.01,flask.n.01,0,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -cap.n.02,top.n.09,0,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -cappuccino.n.01,coffee.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -car_seat.n.01,seat.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -car_tire.n.01,tire.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -car_wheel.n.01,wheel.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -car.n.01,motor_vehicle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -carafe.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -caraway_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -carbon_black.n.01,carbon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -carboy.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -card.n.01,paper.n.01,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -card.n.04,cardboard.n.01,0,0,0,0,0,0,0,0,0,1,1,1,,,,,,,,0,0,rigidBody -cardamom.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,microPhysicalSubstance -cardigan.n.01,sweater.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -carne_asada.n.01,dish.n.02,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -carpet_sweeper.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -carrel.n.02,alcove.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -carrot_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -carrot.n.03,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -carryall.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -carton__of__chocolate_milk.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton__of__eggs.n.01,grocery.n.02,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton__of__milk.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton__of__orange_juice.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton__of__pineapple_juice.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton__of__soy_milk.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -carton.n.02,box.n.01,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -carving_knife.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -case__of__eyeshadow.n.01,grocery.n.02,1,,0,0,,,0,,,,0,,,,,,,,,,,rigidBody -case__of__pop.n.01,grocery.n.02,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -case_shot.n.01,ammunition.n.01,0,0,0,1,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -case.n.19,bed_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -case.n.20,container.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cash_register.n.01,cashbox.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cashew.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,1,,,,,,,,0,0,macroPhysicalSubstance -casserole.n.02,dish.n.01,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cassette.n.01,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -cat_food__tin.n.01,container.n.01,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cat_food.n.01,petfood.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -catalog.n.01,book.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -catsup__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -catsup.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cauliflower.n.02,cruciferous_vegetable.n.01,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -cayenne__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -cayenne.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -cedar_chest.n.01,chest.n.02,0,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -ceiling_fan.n.01,fan.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -ceiling_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -ceiling.n.01,upper_surface.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -celery.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cellular_telephone.n.01,radiotelephone.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cellulose_tape.n.01,adhesive_tape.n.01,0,0,0,0,,0,0,,,,1,,,,,,,,,0,0,rigidBody -cement.n.01,concrete.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -centerpiece.n.02,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cereal_box.n.01,box.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chaff.n.01,plant_material.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -chain_saw.n.01,power_saw.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -chain.n.05,restraint.n.06,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -chaise_longue.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -chalice.n.01,cup.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chalk.n.01,calcite.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -champagne__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -champagne.n.01,sparkling_wine.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -chandelier.n.01,lighting_fixture.n.01,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chanterelle.n.01,agaric.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -charcoal.n.01,"carbon.n.01,fuel.n.01",0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -charcoal.n.02,writing_implement.n.01,0,,0,0,,,0,,,,0,,,,,,,,,,,rigidBody -chard.n.02,greens.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -charger.n.02,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -checkout.n.03,counter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cheddar.n.02,cheese.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -cheese_pastry.n.01,pastry.n.02,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -cheese_sauce.n.01,white_sauce.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,liquid -cheese_tart.n.01,tart.n.02,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -cheesecake.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -cheesecloth.n.01,gauze.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -cherry_filling.n.01,compote.n.01,1,0,0,1,0,0,1,,,,0,,0,0,0,0,0,0,,0,0,liquid -cherry_tomato.n.02,tomato.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cherry.n.03,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -chess_set.n.01,set.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chest_of_drawers.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chestnut.n.03,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,rigidBody -chewing_gum.n.01,sweet.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,softBody -chia_seed__bag.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -chia_seed.n.01,edible_seed.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -chicken_breast.n.02,breast.n.03,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -chicken_broth__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -chicken_broth.n.01,broth.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -chicken_coop.n.01,farm_building.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chicken_curry.n.01,curry.n.01,1,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -chicken_leg.n.01,drumstick.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -chicken_soup.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -chicken_tender.n.01,breast.n.03,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -chicken_wing.n.01,wing.n.09,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -chicken_wire.n.01,net.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -chicken.n.01,poultry.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -chickpea__can.n.01,container.n.01,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -chickpea.n.03,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,macroPhysicalSubstance -chili_powder.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -chili.n.02,hot_pepper.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -china.n.02,porcelain.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chinese_anise.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chip.n.04,snack_food.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chisel.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -chives.n.01,alliaceous_plant.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -chlorine__bottle.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -chlorine.n.01,"chemical_element.n.01,gas.n.02,halogen.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -chocolate_bar.n.01,chocolate_candy.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -chocolate_biscuit.n.01,cookie.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -chocolate_box.n.01,container.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -chocolate_cake.n.01,cake.n.03,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -chocolate_chip_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -chocolate_cookie_dough.n.01,dough.n.01,1,0,0,1,0,0,1,,,,1,,0,0,0,0,0,0,,0,0,softBody -chocolate_kiss.n.01,"chocolate_candy.n.01,kiss.n.03",0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,macroPhysicalSubstance -chocolate_milk.n.01,milk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -chocolate_sauce__bottle.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -chocolate_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -chopped__lettuce.n.01,salad_green.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -chopping_block.n.01,block.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chopping_board.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chopstick.n.01,tableware.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -chorizo.n.01,sausage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -chowder.n.01,soup.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -christmas_tree.n.05,decoration.n.01,0,0,0,0,0,0,0,0,0,1,0,0,,,,,,,,0,0,rigidBody -cider.n.01,beverage.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cigar_lighter.n.01,lighter.n.02,0,1,0,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -cigar.n.01,roll_of_tobacco.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -cigarette.n.01,roll_of_tobacco.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -cinnamon__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -cinnamon_bark.n.01,bark.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -cinnamon_roll.n.01,sweet_roll.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -cinnamon_sugar.n.01,sugar.n.01,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cinnamon.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -circuit.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -clam.n.03,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -clamp.n.01,holding_device.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cleaver.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -clipboard.n.01,writing_board.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -clipper.n.04,scissors.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -cloche.n.01,protective_covering.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -clothes_dryer.n.01,"dryer.n.01,white_goods.n.01",0,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -clothesline.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -clothespin.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -clout_nail.n.01,nail.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -clove__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -clove.n.03,garlic.n.02,0,0,0,1,0,0,1,0,0,0,0,0,,,,,,,,0,0,rigidBody -clove.n.04,spice.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -club_sandwich.n.01,sandwich.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -coal.n.01,"fossil_fuel.n.01,vegetable_matter.n.01",0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -coaster.n.03,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -coatrack.n.01,rack.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cobweb.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -coca_cola.n.01,cola.n.02,0,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -cocoa__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -cocoa_powder__box.n.01,container.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -cocoa_powder.n.01,chocolate.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -cocoa.n.01,beverage.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cocoa.n.02,foodstuff.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -coconut_milk.n.01,milk.n.04,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -coconut_oil__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -coconut_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -coconut.n.01,food.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -coconut.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cod.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -coffee_bean__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -coffee_bean.n.01,seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -coffee_cup.n.01,cup.n.01,0,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -coffee_grounds.n.01,grounds.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -coffee_maker.n.01,kitchen_appliance.n.01,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -coffee_mill.n.01,mill.n.04,0,1,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -coffee_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cola__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,1,,,,,,,,,0,0,rigidBody -colander.n.01,strainer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cold_cuts.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -collar.n.01,band.n.07,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -coloring.n.01,foodstuff.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -column.n.07,upright.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -comb.n.01,device.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -comic_book.n.01,magazine.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -compact_disk.n.01,"optical_disk.n.01,recording.n.03",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -compost.n.01,composition.n.03,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -compost_bin.n.01,bin.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -compound_microscope.n.01,light_microscope.n.01,0,1,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -computer_game.n.01,game.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -conch.n.01,gastropod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -conchiglie.n.01,pasta.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,macroPhysicalSubstance -conditioner__bottle.n.01,vessel.n.03,1,0,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -conditioner__dispenser.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -conditioner.n.03,softener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -conference_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -console_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -console.n.02,scientific_instrument.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -control_panel.n.01,electrical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cooked__black_bean.n.01,common_bean.n.02,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__black_pepper.n.01,pepper.n.03,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__breadcrumb.n.01,crumb.n.03,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__brown_rice.n.01,rice.n.01,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__chicken_soup.n.01,soup.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__chickpea.n.01,legume.n.03,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__coconut.n.01,food.n.02,1,,0,,,,,,,,1,,,,,,,,,,,macroPhysicalSubstance -cooked__cooking_oil.n.01,vegetable_oil.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__cumin.n.01,edible_seed.n.01,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__curry_powder.n.01,flavorer.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__diced__beefsteak_tomato.n.01,tomato.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__bratwurst.n.01,pork_sausage.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__broccoli.n.01,cruciferous_vegetable.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__head_cabbage.n.01,cabbage.n.01,1,,0,,,,1,,,,1,,,,,,,,,,,macroPhysicalSubstance -cooked__diced__carne_asada.n.01,dish.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__carrot.n.01,root_vegetable.n.01,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -cooked__diced__chard.n.01,greens.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__chicken.n.01,poultry.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__chili.n.01,hot_pepper.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__chorizo.n.01,sausage.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__clove.n.01,garlic.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__green_onion.n.01,onion.n.03,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__potato.n.01,root_vegetable.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__steak.n.01,cut.n.06,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__turkey.n.01,poultry.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__virginia_ham.n.01,ham.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__diced__zucchini.n.01,summer_squash.n.02,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__flour.n.01,foodstuff.n.02,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__fritter_batter.n.01,batter.n.02,1,0,0,1,,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__granulated_sugar.n.01,sugar.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__ground_beef.n.01,beef.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__kidney_bean.n.01,common_bean.n.01,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__lemon-pepper_seasoning.n.01,flavorer.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__marinade.n.01,condiment.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__marinara.n.01,spaghetti_sauce.n.01,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -cooked__marjoram.n.01,herb.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__melted__butter.n.01,dairy_product.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__noodle.n.01,pasta.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__olive_oil.n.01,vegetable_oil.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__onion_powder.n.01,flavorer.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__orzo.n.01,pasta.n.02,1,0,0,1,0,0,1,,,,11,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__paprika.n.01,flavorer.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__pea.n.01,legume.n.03,1,,,,,,,,,,,,,,,,,,,,,macroPhysicalSubstance -cooked__penne.n.01,pasta.n.02,1,0,0,0,,0,1,,,,1,,,,,,,,,,0,macroPhysicalSubstance -cooked__popcorn.n.01,corn.n.03,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,macroPhysicalSubstance -cooked__pumpkin_seed.n.01,edible_seed.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__quinoa.n.01,grain.n.02,1,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__ramen.n.01,dish.n.02,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -cooked__red_meat_sauce.n.01,spaghetti_sauce.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__red_wine.n.01,wine.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,liquid -cooked__saffron.n.01,flavorer.n.01,1,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__salsa.n.01,condiment.n.01,1,0,0,1,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -cooked__salt.n.01,flavorer.n.01,1,0,0,1,0,0,0,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__sunflower_seed.n.01,edible_seed.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,microPhysicalSubstance -cooked__water.n.01,food.n.01,1,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -cooked__white_rice.n.01,rice.n.01,1,0,0,1,0,0,0,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -cooked__white_wine.n.01,wine.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,liquid -cooked__wine_sauce.n.01,sauce.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,liquid -cookie_cutter.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -cookie_dough.n.01,dough.n.01,1,,,,,,,,,,,,,,,,,,,,,softBody -cookie_sheet.n.01,cooking_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cooking_oil__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -cooking_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cooler.n.01,refrigerator.n.01,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -copper_pot.n.01,pot.n.01,1,,1,0,,,0,,,,0,,,,,,,,,,,rigidBody -copper_wire.n.01,wire.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -coriander__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -coriander.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -coriander.n.03,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cork.n.04,plug.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,,0,rigidBody -corkscrew.n.01,bottle_opener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -corn_flake__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -corn_flake.n.01,cold_cereal.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -corn_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -cornbread.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -cornet.n.01,brass.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cornmeal__sack.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -cornmeal.n.01,meal.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -cornstarch__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -costume.n.01,attire.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -cottage_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,microPhysicalSubstance -cotton.n.01,plant_fiber.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,softBody -cotton.n.02,fabric.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,,0,0,cloth -cotton.n.04,thread.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rope -countertop.n.01,tabletop.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -crab.n.05,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cranberry_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cranberry.n.02,"berry.n.01,berry.n.02",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -crayfish.n.02,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -crayon.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cream__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -cream_cheese__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -cream_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -cream_of_tartar__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -cream_of_tartar.n.01,salt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -cream_soda.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -credit_card.n.01,"open-end_credit.n.01,positive_identification.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -crescent_roll.n.01,bun.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -crewneck_sweater.n.01,sweater.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -crib.n.01,baby_bed.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -cringle.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -crock_pot.n.01,cooker.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -crossbar.n.01,bar.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -crouton.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -cruet.n.01,bottle.n.01,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -crystal.n.03,rock.n.01,0,1,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -cucumber.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -cue.n.04,sports_implement.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -cumin__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -cumin.n.02,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -cup__of__yogurt.n.01,grocery.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -cup_holder.n.01,holder.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -cupboard.n.01,storage_space.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -cupcake.n.01,cake.n.03,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -curry_powder__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -curry_powder.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -curtain_rod.n.01,rod.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -curtain.n.01,"blind.n.03,furnishing.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -custard.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -cutting.n.02,stalk.n.02,0,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -cymbal.n.01,percussion_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -daffodil_bulb.n.01,bulb.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dahlia.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -danish.n.02,sweet_roll.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -dart.n.01,projectile.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dartboard.n.01,board.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -date.n.08,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -debris.n.01,rubbish.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -deep_fryer.n.01,kitchen_appliance.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -deep-freeze.n.02,refrigerator.n.01,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dehumidifier.n.01,appliance.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dental_floss.n.01,thread.n.01,0,0,0,0,0,0,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -denture.n.01,dental_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -deodorant__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,,0,0,rigidBody -deodorant__stick.n.01,grocery.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -deodorant.n.01,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -desiccant.n.01,chemical_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -desk_phone.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -desk.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -desktop_computer.n.01,personal_computer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dessert_spoon.n.01,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -detergent__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -detergent__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -detergent.n.02,cleansing_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -dial.n.03,indicator.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -diamond.n.01,jewel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -diaper.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -diced__apple.n.01,edible_fruit.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__avocado.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__beef_roast.n.01,roast.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__beefsteak_tomato.n.01,tomato.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__beet.n.01,root_vegetable.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__bratwurst.n.01,pork_sausage.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__broccoli.n.01,cruciferous_vegetable.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__head_cabbage.n.01,cabbage.n.01,1,,0,,,,1,,,,1,,,,,,,,,,,macroPhysicalSubstance -diced__carrot.n.01,root_vegetable.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__celery.n.01,vegetable.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__chard.n.01,greens.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__cheddar.n.01,cheese.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__chicken_breast.n.01,breast.n.03,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__chicken.n.01,poultry.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__chili.n.01,hot_pepper.n.02,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__clove.n.01,garlic.n.02,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__cucumber.n.01,vegetable.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__feta.n.01,cheese.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__green_onion.n.01,onion.n.03,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__kiwi.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__lemon.n.01,citrus.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__lettuce.n.01,salad_green.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__mango.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__pineapple.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__potato.n.01,root_vegetable.n.01,1,0,0,0,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__spinach.n.01,greens.n.01,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__steak.n.01,cut.n.06,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -diced__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__virginia_ham.n.01,ham.n.01,1,0,0,1,,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__watermelon.n.01,melon.n.01,1,0,0,0,0,0,1,,,,1,,0,0,,,,,,0,0,macroPhysicalSubstance -diced__zucchini.n.01,summer_squash.n.02,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -die.n.01,cube.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -digital_camera.n.01,camera.n.01,0,1,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -dinner_napkin.n.01,napkin.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,,0,0,cloth -dip.n.07,candle.n.01,0,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,rigidBody -dipper.n.01,ladle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -dirt.n.02,dirtiness.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -dish_rack.n.01,rack.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dishtowel.n.01,towel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -dishwasher.n.01,white_goods.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -disinfectant__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -disinfectant.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -disk_drive.n.01,drive.n.10,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -disk.n.01,round_shape.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -display_panel.n.01,display.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -disposal.n.04,kitchen_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -diving_board.n.01,springboard.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dixie_cup.n.01,cup.n.01,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dog_collar.n.01,collar.n.06,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -dog_food__bag.n.01,container.n.01,1,0,0,1,,0,0,,,,0,,0,0,0,0,0,0,,0,0,rigidBody -dog_food__can.n.01,vessel.n.02,1,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -dog_food.n.01,petfood.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -doily.n.01,linen.n.03,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,cloth -doll.n.01,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,softBody -door.n.01,movable_barrier.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -doughnut.n.02,friedcake.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -dowel.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -drawers.n.01,underpants.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -dreidel.n.01,top.n.08,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dress_shirt.n.01,shirt.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -dress.n.01,woman's_clothing.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -dried_apricot.n.01,dried_fruit.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -drill.n.01,tool.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -drink_dispenser.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -drinking_fountain.n.02,structure.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -drip_coffee.n.01,coffee.n.01,0,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -drip_pot.n.01,coffeepot.n.01,0,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -driveway.n.01,road.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -drum.n.01,percussion_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -drumstick.n.02,stick.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -dry_food_dispenser_shelf.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -drying_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -duck.n.03,poultry.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -duct_tape.n.01,adhesive_tape.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -duffel_bag.n.01,drawstring_bag.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -dumpling.n.01,pasta.n.02,0,0,0,1,,0,1,,,,0,,,,,,,,,0,0,softBody -dumpling.n.02,dessert.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -durian.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -dust.n.01,particulate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -dustcloth.n.01,piece_of_cloth.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -dustpan.n.02,receptacle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dutch_oven.n.02,pot.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -dye.n.01,coloring_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -eames_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -easel.n.01,tripod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -easter_egg.n.01,candy.n.01,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -echeveria_elegans.n.01,succulent.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -edible_cookie_dough.n.01,dough.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,softBody -egg__box.n.01,grocery.n.02,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -egg_white.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -egg_yolk.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,softBody -egg.n.02,foodstuff.n.02,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -eggnog.n.01,punch.n.02,0,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -eggplant.n.01,solanaceous_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -electric_fan.n.01,fan.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -electric_mixer.n.01,mixer.n.04,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -electric_refrigerator.n.01,refrigerator.n.01,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -elevator_door.n.01,movable_barrier.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -elevator.n.01,lifting_device.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ember.n.01,fragment.n.01,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,,0,0,visualSubstance -emery_paper.n.01,abrasive.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -enchilada.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -engine.n.01,motor.n.01,0,0,0,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -entire_leaf.n.01,leaf.n.01,0,0,0,1,0,0,0,0,0,0,1,0,,,,,,,,0,0,rigidBody -envelope.n.01,container.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -erlenmeyer_flask.n.01,flask.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -espresso.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -essential_oil__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -essential_oil.n.01,oil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -evergreen.n.01,vascular_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -exercise_bike.n.01,exercise_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -eyeshadow.n.01,makeup.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,visualSubstance -fabric_softener__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -fabric_softener.n.01,softener.n.01,1,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -face_mask.n.01,mask.n.04,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,cloth -facsimile.n.02,duplicator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -fairy_light.n.01,light.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rope -farm_stand.n.01,booth.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -feather.n.01,"animal_material.n.01,body_covering.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fecal_matter.n.01,body_waste.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -felt.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -fennel.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -fennel.n.04,spice.n.02,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,microPhysicalSubstance -fertilizer__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,0,0,0,1,0,0,,0,0,rigidBody -fertilizer.n.01,chemical.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -feta__box.n.01,container.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -feta.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -fillet.n.02,piece.n.08,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -filling.n.03,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -fire_alarm.n.02,alarm.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fire_extinguisher.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fire_pit.n.01,pit.n.01,0,0,0,0,0,0,0,1,0,0,0,0,,,,,,,,0,0,rigidBody -fireplace.n.01,recess.n.04,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -firewood.n.01,fuel.n.01,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -first-aid_kit.n.01,kit.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fish_stew.n.01,stew.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -fishing_gear.n.01,gear.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fishing_rod.n.01,rod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -flagpole.n.02,staff.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -flashlight.n.01,electric_lamp.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -flat_bench.n.02,sports_equipment.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -flat_coat.n.01,coat_of_paint.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,visualSubstance -floor_lamp.n.01,lamp.n.02,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -floor.n.01,horizontal_surface.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -floor_wax.n.01,wax.n.01,0,,0,0,,,0,,,,0,,,,,,,,,,,liquid -floor_wax__bottle.n.01,vessel.n.03,1,,1,0,,,0,,,,0,,,,,,,,,,,rigidBody -flooring.n.02,building_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -flour__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -flour.n.01,foodstuff.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -flower.n.02,reproductive_structure.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -foam.n.01,bubble.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -folder.n.02,covering.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -folderal.n.01,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -folding_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -food_processor.n.01,kitchen_appliance.n.01,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -footstool.n.01,stool.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -foundation.n.03,support.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fountain.n.01,structure.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -frame.n.10,framework.n.03,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -frank.n.02,sausage.n.01,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -frankfurter_bun.n.01,bun.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -free_weight_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -french_fries.n.02,starches.n.01,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -french_fry_holder.n.01,holder.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -french_toast.n.01,dish.n.02,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -fritter_batter.n.01,batter.n.02,0,0,0,0,,0,1,,,,0,,,,,,,,,,0,liquid -frosting__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -frosting.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -fruit_punch.n.01,punch.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -fruitcake.n.02,cake.n.03,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -frying_pan.n.01,pan.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fuel__can.n.01,vessel.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -funnel.n.02,utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -fur_coat.n.01,coat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -gaming_table.n.01,table.n.02,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -garbage.n.01,waste.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -garden_plant.n.01,plant.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -garden_umbrella.n.01,canopy.n.03,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -garlic_bread.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,softBody -gasoline.n.01,"fuel.n.01,hydrocarbon.n.01",0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -gate.n.01,movable_barrier.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gauge.n.01,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -gazpacho.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -gelatin__box.n.01,container.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -gelatin.n.02,dainty.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -geode.n.01,nodule.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gift__box.n.01,grocery.n.02,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -gin__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gin.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -ginger__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -ginger_ale.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -ginger_beer.n.01,beverage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,0,0,liquid -ginger.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -ginger.n.03,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -gingerbread.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -girdle.n.02,band.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -glassware.n.01,tableware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -glaze__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -glaze.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -glitter.n.01,brightness.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -globe.n.03,"model.n.04,sphere.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -glue__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -glue_stick.n.01,implement.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -goalkeeper_gloves.n.01,glove.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -goblet.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -goggles.n.02,optical_instrument.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -golf_club.n.02,golf_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gooseberry.n.02,currant.n.01,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -gourd.n.02,fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -gown.n.05,outerwear.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -graduated_cylinder.n.01,graduate.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -grandfather_clock.n.01,pendulum_clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -granola__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -granola_bar.n.01,cookie.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -granola.n.01,cold_cereal.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -granulated_salt.n.01,flavorer.n.01,1,0,0,0,,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -granulated_sugar__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -granulated_sugar__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -granulated_sugar.n.01,sugar.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -grape.n.01,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -grapefruit.n.02,citrus.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -grate.n.01,framework.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -grated_cheese__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -grated_cheese.n.01,cheese.n.01,0,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,0,macroPhysicalSubstance -grater.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -gravel.n.01,rock.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -gravestone.n.01,"memorial.n.03,stone.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gravy_boat.n.01,dish.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gravy.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -grease.n.01,oil.n.01,0,0,0,1,0,0,0,,,,0,,0,0,,,,,,0,0,visualSubstance -green_bean.n.01,fresh_bean.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -green_onion.n.01,onion.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -green_tea_latte.n.01,beverage.n.01,1,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -green_tea.n.01,tea.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -greenery.n.01,leaf.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -griddle.n.01,cooking_utensil.n.01,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -grill.n.02,framework.n.03,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -grit.n.01,sandstone.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,microPhysicalSubstance -ground_beef__package.n.01,container.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -ground_beef.n.01,beef.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -ground_coffee.n.01,coffee.n.01,1,0,0,0,,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -grouper.n.01,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -grout.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -guacamole.n.01,dip.n.04,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -guitar.n.01,stringed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gum__box.n.01,grocery.n.02,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gumbo.n.03,vegetable.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -gummed_label.n.01,label.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -gun.n.01,weapon.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -gunnysack.n.01,bag.n.01,0,,0,1,,,0,,,,0,,,,,,,,,,,cloth -gunpowder.n.01,explosive.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -gym_shoe.n.01,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hair_spray__can.n.01,dispenser.n.01,1,0,0,0,0,0,0,,,,0,,0,0,0,1,0,0,,0,0,rigidBody -hair_spray.n.01,toiletry.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -hair.n.04,filament.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,macroPhysicalSubstance -hairbrush.n.01,brush.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -half__apple_pie.n.01,pie.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__apple.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__beefsteak_tomato.n.01,tomato.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__chestnut.n.01,edible_nut.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__coconut.n.01,edible_nut.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__eggplant.n.01,solanaceous_vegetable.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__feta.n.01,cheese.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,softBody -half__hard-boiled_egg.n.01,boiled_egg.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__lemon.n.01,citrus.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__lime.n.01,citrus.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__log.n.01,wood.n.01,1,0,0,1,0,0,0,,,,1,,,,,,,,,0,0,rigidBody -half__mango.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__mushroom.n.01,vegetable.n.01,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__orange.n.01,citrus.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__pineapple.n.01,edible_fruit.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__plum.n.01,drupe.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__pomegranate.n.01,edible_fruit.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__pomelo.n.01,citrus.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__potato.n.01,root_vegetable.n.01,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__watermelon.n.01,melon.n.01,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -half__zucchini.n.01,summer_squash.n.02,1,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -halibut.n.01,flatfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -halite.n.01,"mineral.n.01,sodium_chloride.n.01",0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,rigidBody -ham_hock.n.01,leg.n.05,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -hamburger_bun.n.01,bun.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -hamburger.n.01,sandwich.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -hammer.n.02,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hammock.n.03,mechanical_device.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -hamper.n.02,basket.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hamster_wheel.n.01,exercise_device.n.01,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hand_blower.n.01,"blower.n.01,dryer.n.01",0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hand_dryer.n.01,dryer.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -hand_glass.n.02,light_microscope.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hand_towel.n.01,towel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -handbook.n.01,reference_book.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -handle.n.01,appendage.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -handset.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hanger.n.02,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hard-boiled_egg.n.01,boiled_egg.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -hardback.n.01,book.n.02,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -harness.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -hat.n.01,headdress.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -hay.n.01,fodder.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -hazelnut.n.02,edible_nut.n.01,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -head_cabbage.n.02,cabbage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -headset.n.01,telephone_receiver.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -heap__of__granola.n.01,cold_cereal.n.01,1,0,0,1,,0,1,,,,0,,,,,,,,,0,0,rigidBody -heap__of__gravel.n.01,rock.n.02,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -heap__of__oatmeal.n.01,cereal.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -heap__of__raisins.n.01,dried_fruit.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -heatgun.n.01,hand_tool.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -heavy_cream.n.01,cream.n.02,0,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -hedge.n.01,fence.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -helmet.n.01,armor_plate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hemp.n.01,plant_fiber.n.01,0,0,0,0,0,0,0,0,0,0,1,0,,,,,,,,0,0,rigidBody -herb__jar.n.01,vessel.n.01,1,1,1,0,,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -herbicide__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -herbicide.n.01,chemical.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -highchair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -hiking_boot.n.01,boot.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -hinge.n.01,joint.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hip.n.05,fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -hockey_stick.n.01,stick.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hoe.n.01,tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -holly.n.03,decoration.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -honey__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -honey.n.01,sweetening.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -hook.n.05,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hose_cart.n.01,implement.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -hose.n.03,tube.n.01,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rope -hospital_bed.n.02,furniture.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hot_sauce__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hot_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -hot_tub.n.02,vessel.n.03,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hotdog.n.02,sandwich.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -house_paint__can.n.01,container.n.01,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -house_paint.n.01,paint.n.01,0,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,visualSubstance -huitre.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -hummus__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -hummus.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -hutch.n.01,cage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -hydrogen_peroxide__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -hydrogen_peroxide.n.01,oxidant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -ice_cream__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -ice_cream.n.01,frozen_dessert.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ice_cube.n.01,cube.n.05,0,1,0,0,0,0,0,0,1,0,0,1,,,,,,,,0,0,rigidBody -ice_lolly.n.01,frozen_dessert.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ice_maker.n.01,kitchen_appliance.n.01,0,0,1,0,0,1,0,0,1,0,0,0,,,,,,,,0,0,rigidBody -ice_pack.n.01,bag.n.01,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ice_skate.n.01,skate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ice.n.01,crystal.n.01,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -iced_cappuccino.n.01,beverage.n.01,1,0,0,0,0,0,1,,,,0,,0,0,0,0,0,0,,0,0,liquid -iced_chocolate.n.01,beverage.n.01,1,1,0,0,0,0,1,,,,0,,0,0,0,0,0,0,,0,0,liquid -icepick.n.01,pick.n.06,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -icetray.n.02,receptacle.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -icicle_lights.n.01,light.n.02,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rope -incision.n.01,depression.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -information_bulletin.n.01,bulletin.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -inhaler.n.01,dispenser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ink__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -ink_cartridge.n.01,cartridge.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -ink.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -insectifuge__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -insectifuge.n.01,repellent.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -instant_coffee__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -instant_coffee.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -iron.n.04,home_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -ironing_board.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -isopropanol__dispenser.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -isopropyl_alcohol.n.01,alcohol.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -ivy.n.01,vine.n.01,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -jacket.n.01,coat.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -jacket.n.05,shell.n.08,0,,0,0,,,0,,,,0,,,,,,,,,,,rigidBody -jade_roller.n.01,roller.n.04,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jade.n.01,opaque_gem.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -jam__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -jam_dispenser.n.01,container.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jam.n.01,conserve.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -jar__of__bath_salt.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__beans.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__cumin.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__curry_powder.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__dill_seed.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__grains.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__honey.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__ink.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__jam.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__jelly.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__mayonnaise.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__orange_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__pepper.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__puree.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__spaghetti_sauce.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jar__of__sugar.n.01,grocery.n.02,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jean.n.01,"trouser.n.01,workwear.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -jelly__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -jelly_bean__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -jelly_bean.n.01,candy.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -jelly.n.02,conserve.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -jerk_seasoning.n.01,flavorer.n.01,1,0,0,0,,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -jerky.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -jersey.n.03,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -jigsaw_puzzle_piece.n.01,puzzle.n.02,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jigsaw_puzzle.n.01,puzzle.n.02,0,1,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jimmies__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -jimmies.n.01,chocolate_candy.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -joystick.n.02,"control.n.09,data_input_device.n.01",0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jug__of__milk.n.01,grocery.n.02,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -jug.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -jukebox.n.01,record_player.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -jump_suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -kabob.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -kale.n.03,cabbage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -kayak_rack.n.01,rack.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -kayak.n.01,canoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -keg.n.02,barrel.n.02,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -kettle.n.01,pot.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -key.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -key.n.15,lever.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -keyboard.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -kid_glove.n.01,glove.n.02,0,0,0,1,,0,0,,,,0,,,,,,,,,,0,cloth -kidney_bean.n.01,common_bean.n.01,0,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,1,macroPhysicalSubstance -kielbasa.n.01,sausage.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -kitchen_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -kiwi.n.03,edible_fruit.n.01,0,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -knife_block.n.01,rack.n.05,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -knit.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -lab_exhaust_hood.n.01,hood.n.06,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -lace.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rope -lacquer.n.01,gum.n.03,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,visualSubstance -ladder.n.01,stairs.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lamb.n.05,meat.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lampshade.n.01,shade.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lantern.n.01,lamp.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -laptop.n.01,portable_computer.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lasagna.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -laundry.n.01,"garment.n.01,white_goods.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -lavender.n.01,shrub.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lawn_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lawn_mower.n.01,garden_tool.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lawn.n.01,field.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -leaf_blower.n.01,home_appliance.n.01,1,0,0,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -leek.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -leftovers.n.01,food.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -legal_document.n.01,document.n.01,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -legging.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -lemon_juice__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lemon_juice.n.01,juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -lemon_peel.n.01,peel.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lemon_stain_remover.n.01,cleansing_agent.n.01,1,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -lemon_water.n.01,beverage.n.01,1,0,0,0,0,0,1,,,,0,,0,0,0,0,0,0,,0,0,liquid -lemon-pepper_seasoning__shaker.n.01,container.n.01,1,0,0,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -lemon-pepper_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -lemon.n.01,citrus.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lemonade__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -lemonade.n.01,fruit_drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -lens.n.01,optical_device.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lentil__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -lentil.n.01,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,microPhysicalSubstance -leotard.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -letter.n.01,"document.n.02,text.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lettuce.n.03,salad_green.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lever.n.02,machine.n.04,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -license_plate.n.01,plate.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lid.n.02,top.n.09,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -life_jacket.n.01,life_preserver.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -light_bulb.n.01,electric_lamp.n.01,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lily.n.01,liliaceous_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lily_pad.n.01,pad.n.02,0,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -lima_bean.n.03,shell_bean.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -lime_juice__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -lime_juice.n.01,juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -lime.n.06,citrus.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -limeade.n.01,fruit_drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -limestone.n.01,"rock.n.02,sedimentary_rock.n.01",0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -liner.n.03,piece_of_cloth.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -lingerie.n.01,underwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -lining.n.01,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -linseed_oil.n.01,oil.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -lint_roller.n.01,roller.n.04,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -lint_screen.n.01,screen.n.05,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -lint.n.01,fiber.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,visualSubstance -lip_balm.n.01,ointment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lipstick.n.01,makeup.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -liqueur.n.01,alcohol.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -liquid_soap__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,0,0,0,0,0,0,,0,0,rigidBody -liquid_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -litter_box.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lobster.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lock.n.01,fastener.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -log.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,,0,0,rigidBody -loin.n.01,cut.n.06,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -lollipop.n.02,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -long_trousers.n.01,trouser.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -loofa.n.01,fiber.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,softBody -lorry.n.02,truck.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -lotion__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -lotion.n.01,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -loudspeaker.n.01,electro-acoustic_transducer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -low-fat_milk.n.01,milk.n.01,0,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -lubricant__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -lubricant.n.01,substance.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -luggage_compartment.n.01,compartment.n.02,0,0,0,0,1,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -lump_sugar.n.01,sugar.n.01,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -lunch_box.n.01,container.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -macaroni.n.02,pasta.n.02,0,0,0,0,,0,1,0,0,0,1,0,,,,,,,,0,0,macroPhysicalSubstance -macaroni_and_cheese.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -macaroon.n.01,cookie.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -mace.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -magazine_rack.n.01,rack.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -magazine.n.02,product.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -magnesium_sulfate.n.01,sulfate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,microPhysicalSubstance -mail.n.04,collection.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mailbox.n.01,box.n.01,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -maillot.n.01,swimsuit.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -mallet.n.01,sports_implement.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -mango.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -mannequin.n.02,dummy.n.03,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -map.n.01,representation.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -maple_syrup__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -maple_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -margarine__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -margarine.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,,0,0,liquid -margarita.n.01,cocktail.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -marigold.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -marinade.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -marinara__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -marinara.n.01,spaghetti_sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -marker.n.03,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -marjoram.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -marjoram__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -marshmallow.n.01,candy.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -martini.n.01,cocktail.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,0,0,liquid -mashed_potato.n.02,starches.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,liquid -masher.n.02,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -masking_tape.n.01,adhesive_tape.n.01,0,0,0,0,,0,0,,,,1,,,,,,,,,0,0,rigidBody -mason_jar.n.01,jar.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mat.n.01,floor_cover.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -mat.n.03,sports_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -match.n.01,lighter.n.02,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -matchbox.n.01,box.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -mattress_cover.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -mattress_pad.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,softBody -mattress.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -mayonnaise__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -mayonnaise.n.01,dressing.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -measuring_cup.n.01,measure.n.09,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -meat_loaf.n.01,"dish.n.02,loaf_of_bread.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -meat_thermometer.n.01,thermometer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -meatball.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -melted__butter.n.01,dairy_product.n.01,1,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -melted__cheddar.n.01,cheese.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -melted__grated_cheese.n.01,cheese.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -melted__parmesan.n.01,cheese.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -melted__white_chocolate.n.01,chocolate.n.02,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -menu.n.01,bill.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -meringue.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,liquid -meter.n.02,measuring_instrument.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -microphone.n.01,electro-acoustic_transducer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -microwave.n.02,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -mildew.n.02,fungus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -milk__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -milkshake.n.01,drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -mint.n.04,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mirror.n.01,reflector.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -miso.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -mix__box.n.01,grocery.n.02,1,1,0,1,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -mixing_bowl.n.01,bowl.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mock-up.n.01,model.n.04,0,,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -modem.n.01,electronic_equipment.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -mojito.n.01,cocktail.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -molasses.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -mold.n.02,container.n.01,0,,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -mold.n.05,fungus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -money.n.01,medium_of_exchange.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -monitor.n.04,display.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mop_bucket.n.01,vessel.n.03,1,,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -mortar.n.03,vessel.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -moss.n.01,bryophyte.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,visualSubstance -mothball.n.01,ball.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -motorcycle.n.01,motor_vehicle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mouse.n.04,electronic_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mousepad.n.01,mat.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mousetrap.n.01,trap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -mouthpiece.n.06,aperture.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mozzarella.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,softBody -mud.n.03,earth.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -muffin.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -mug.n.04,drinking_vessel.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -mulch__bag.n.01,container.n.01,1,0,0,0,0,0,0,,,,,,,,,,,,,0,0,rigidBody -mulch.n.01,protective_covering.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -mushroom_sauce.n.01,sauce.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -mushroom.n.05,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -mussel.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -mustard__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -mustard_seasoning.n.01,flavorer.n.01,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,microPhysicalSubstance -mustard_seed__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -mustard_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -mustard.n.02,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -mustard.n.03,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -nail_polish.n.01,"cosmetic.n.01,enamel.n.04",0,0,0,0,0,0,0,0,0,1,0,0,,,,,,,,0,0,visualSubstance -name_tag.n.01,tag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -napkin_ring.n.01,hoop.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -national_flag.n.01,"emblem.n.02,flag.n.01",0,,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -nativity_figurine.n.01,figurine.n.01,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -necklace.n.01,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -necktie.n.01,neckwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -nectar.n.01,secretion.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -nectarine.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -needle.n.02,pointer.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -needle.n.03,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -newspaper.n.03,product.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -nickel.n.02,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -nitrogen.n.01,"chemical_element.n.01,gas.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -noodle__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -noodle.n.01,pasta.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,1,macroPhysicalSubstance -notebook.n.01,book.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -notepad.n.01,pad.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -novel.n.02,book.n.02,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -nut_butter.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,liquid -nutmeg__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -nutmeg.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -oat__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -oat.n.02,grain.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -oatmeal.n.01,porridge.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -octopus.n.01,seafood.n.01,0,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -old_fashioned.n.01,cocktail.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -olive_oil__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -olive_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -olive.n.04,"drupe.n.01,relish.n.02",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -omelet.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -onion_powder__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -onion_powder.n.01,flavorer.n.01,1,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,microPhysicalSubstance -onion_ring_batter.n.01,batter.n.02,1,,0,0,,0,1,,,,0,,0,0,,,,,,0,0,liquid -open-end_wrench.n.01,wrench.n.03,0,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -orange_juice__carton.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -orange_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -orange_zest.n.01,orange_peel.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -orange.n.01,citrus.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -orzo.n.01,pasta.n.02,0,0,0,1,0,0,1,,,,0,,0,0,,,,,,0,1,macroPhysicalSubstance -oven.n.01,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -overall.n.01,work-clothing.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -oxtail.n.01,tail.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -pack__of__cigarettes.n.01,grocery.n.02,1,,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pack__of__kielbasa.n.01,grocery.n.02,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pack__of__pasta.n.01,grocery.n.02,1,,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pack__of__protein_powder.n.01,grocery.n.02,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pack__of__ramen.n.01,grocery.n.02,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -package.n.02,container.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -packaged__bread.n.01,grocery.n.02,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -packaged__chocolate_bar.n.01,grocery.n.02,1,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -packaged_lemons.n.01,grocery.n.02,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -packaged_oranges.n.01,grocery.n.02,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -packing_box.n.02,crate.n.01,0,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -paddle.n.04,oar.n.01,0,,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -paella.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -paint_roller.n.01,roller.n.04,0,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -paintbrush.n.01,"applicator.n.01,brush.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -painting.n.01,graphic_art.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pajama.n.01,trouser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -pajama.n.02,nightwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -pallet.n.02,platform.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pancake_batter.n.01,batter.n.02,0,,0,0,,0,1,,,,0,,,,,,,,,,0,liquid -panel.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -papaya_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -papaya.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -paper_clip.n.01,clip.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -paper_coffee_filter.n.01,coffee_filter.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -paper_towel_dispenser.n.01,home_appliance.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -paper_towel_holder.n.01,holder.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -paper_towel.n.01,towel.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -paperback_book.n.01,book.n.02,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -paprika__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -paprika.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -paraffin.n.01,wax.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -parallel_bars.n.01,gymnastic_apparatus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -parer.n.02,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -parmesan__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -parmesan.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -parsley.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -parsnip.n.03,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -party_favor.n.01,keepsake.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -pasta__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -pastry_cutter.n.01,cutter.n.06,1,0,0,0,,0,0,,,,1,,,,,,,,,0,0,rigidBody -pastry.n.01,dough.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -path.n.04,line.n.11,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -patina.n.01,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -patty.n.01,dish.n.02,0,0,0,1,0,0,1,,,,0,,,,,,,,,0,0,rigidBody -paving_stone.n.01,stone.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pay-phone.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pea_pod.n.01,pod.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pea.n.01,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -peach.n.03,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -peanut_butter__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -peanut_butter.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -peanut_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,1,0,0,,,,,,,,0,0,liquid -peanut.n.01,pod.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -peanut.n.04,edible_nut.n.01,0,,0,,,,1,,,,0,,,,,,,,,,,macroPhysicalSubstance -pear.n.01,"edible_fruit.n.01,pome.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -pearl.n.01,jewel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -peat.n.01,"humate.n.01,vegetable_matter.n.01",0,0,0,0,0,0,0,0,0,1,0,0,,,,,,,,0,0,microPhysicalSubstance -pebble.n.01,rock.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pecan.n.03,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -pedestal_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -peeler.n.03,device.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -pegboard.n.01,board.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pellet_food__bag.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pellet_food.n.01,petfood.n.01,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -pen.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pencil_box.n.01,box.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pencil_holder.n.01,holder.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pencil.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pennant.n.02,flag.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -penne.n.01,pasta.n.02,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,macroPhysicalSubstance -penny.n.02,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pepper__shaker.n.01,container.n.01,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pepper_mill.n.01,mill.n.04,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -peppermint.n.01,mint.n.02,0,0,0,0,,0,1,,,,0,,,,,,,,,0,0,rigidBody -peppermint.n.03,mint.n.05,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -pepperoni.n.01,sausage.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -perch.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -perfume__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,,0,0,rigidBody -perfume.n.02,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -periodic_table.n.01,table.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -person.n.01,"causal_agent.n.01,organism.n.01",0,,0,0,,,0,,,,0,,,,,,,,,0,0,rigidBody -perspiration.n.01,secretion.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -pesticide__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,0,0,0,1,0,0,,0,0,rigidBody -pesticide.n.01,chemical.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -pestle.n.03,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pesto.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -pet_bed.n.01,bedroom_furniture.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -petal.n.01,floral_leaf.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -petfood__bag.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -petite_marmite.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -petri_dish.n.01,dish.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pewter_teapot.n.01,pot.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -phonograph_record.n.01,sound_recording.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -photocopier.n.01,duplicator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -photoelectric_cell.n.01,"detector.n.01,transducer.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -photograph.n.01,representation.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -piano.n.01,"keyboard_instrument.n.01,percussion_instrument.n.01,stringed_instrument.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -picket.n.05,strip.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pickle.n.01,relish.n.02,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,,0,0,rigidBody -pickup.n.01,truck.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -picture_frame.n.01,framework.n.03,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pie_crust.n.01,pastry.n.02,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -pieplant.n.01,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -pill_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pill.n.02,dose.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -pillar_candle.n.01,candle.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pillow.n.01,cushion.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -pincer.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -pine_nut.n.01,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -pineapple_juice__carton.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -pineapple_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -pineapple.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -pinecone.n.01,cone.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pinwheel.n.03,plaything.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pipe_cleaner.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -pipe.n.01,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pipe.n.02,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pistachio.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,macroPhysicalSubstance -pita.n.01,flatbread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,softBody -pitcher.n.02,vessel.n.03,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pitchfork.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -pizza_box.n.01,container.n.01,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -pizza_dough.n.01,dough.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -pizza.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -place_mat.n.01,"mat.n.07,table_linen.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -plan.n.03,drawing.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -plant_pot_stand.n.01,rack.n.05,1,1,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -plastic_bag.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -plastic_wrap.n.01,wrapping.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -plate.n.04,flatware.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -platter.n.01,flatware.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -playground.n.02,yard.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pliers.n.01,"compound_lever.n.01,hand_tool.n.01",0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -plug.n.05,electrical_device.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -plum.n.02,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -plywood.n.01,laminate.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pocketknife.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -poinsettia.n.01,spurge.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -poker.n.01,fire_iron.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pole.n.01,rod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -polish__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -polish.n.03,formulation.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -pollen.n.01,spore.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -polo_shirt.n.01,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -polyvinyl_chloride.n.01,vinyl_polymer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pomegranate.n.02,edible_fruit.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pomelo.n.02,citrus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -pommel_horse.n.01,horse.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pool_ball.n.01,ball.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -pool_table.n.01,"game_equipment.n.01,table.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pop_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pop.n.02,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -popcorn__bag.n.01,bag.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -popcorn.n.02,corn.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -popper.n.03,cooker.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -poppy_seed.n.01,flavorer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -pork.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -porkchop.n.01,chop.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -portafilter.n.01,coffee_filter.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -portrait.n.02,likeness.n.02,0,1,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -post-it.n.01,notepaper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -post.n.09,visual_signal.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -postage.n.02,token.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -postcard.n.01,card.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -poster.n.01,sign.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pot_plant.n.01,plant.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pot.n.04,container.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -potato_pancake.n.01,pancake.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -potato.n.01,"root_vegetable.n.01,solanaceous_vegetable.n.01,starches.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -potholder.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pottable__beefsteak_tomato.n.01,tomato.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pottable__cactus.n.01,succulent.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pottable__chili.n.01,hot_pepper.n.02,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pottable__daffodil.n.01,narcissus.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pottable__dahlia.n.01,flower.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pottable__marigold.n.01,flower.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -poultry_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -power_washer.n.01,home_appliance.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -prawn.n.01,seafood.n.01,0,,0,,,,1,,,,1,,,,,,,,,,,rigidBody -pressure_cooker.n.01,autoclave.n.01,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pretzel.n.01,cracker.n.01,0,0,0,0,0,0,0,0,0,0,1,0,,,,,,,,0,0,rigidBody -price_tag.n.01,tag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -printer.n.03,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -projector.n.02,optical_instrument.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -prosciutto.n.01,ham.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -pruner.n.02,pruning_saw.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -puck.n.02,disk.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pudding.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pulley.n.01,machine.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pump.n.01,mechanical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -pumpkin_pie_spice.n.01,spice.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -pumpkin_seed__bag.n.01,container.n.01,1,0,1,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -pumpkin_seed.n.01,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -pumpkin.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -punching_bag.n.02,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -puree.n.01,nutriment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -putty_knife.n.01,spatula.n.02,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -quail.n.01,wildfowl.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -quarter.n.10,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -quartz.n.02,mineral.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -quiche.n.02,tart.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -quilt.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -quinoa__box.n.01,container.n.01,1,0,1,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -quinoa.n.01,grain.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -radiator.n.02,heater.n.01,0,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -radio_receiver.n.01,receiver.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -radish.n.01,"cruciferous_vegetable.n.01,root_vegetable.n.01",0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -rag.n.01,piece_of_cloth.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -rail_fence.n.01,fence.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -railing.n.01,barrier.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -raincoat.n.01,coat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -raisin__box.n.01,container.n.01,1,0,1,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -raisin.n.01,dried_fruit.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -rake.n.03,tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -ramekin.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -ramen.n.01,dish.n.02,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -range_hood.n.01,hood.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -raspberry.n.02,"berry.n.01,drupelet.n.01",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ravioli.n.01,pasta.n.02,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,macroPhysicalSubstance -raw_egg.n.01,foodstuff.n.02,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,cloth -razor.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -reamer.n.01,squeezer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -receipt.n.02,acknowledgment.n.03,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -recreational_vehicle.n.01,self-propelled_vehicle.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -recycling_bin.n.01,bin.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -red_meat_sauce.n.01,spaghetti_sauce.n.01,1,0,0,0,0,0,1,,,,0,,,,,,,,,0,0,liquid -red_wine.n.01,wine.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -refried_beans__can.n.01,container.n.01,1,0,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -refried_beans.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -release.n.08,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -retainer.n.03,dental_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rib.n.03,cut.n.06,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -ribbon.n.01,object.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -rice_cooker.n.01,cooker.n.01,1,1,0,1,1,1,0,,,,0,,,,,,,,,0,0,rigidBody -ricotta.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,microPhysicalSubstance -ring.n.08,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ripsaw.n.01,handsaw.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -risotto.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -roaster.n.04,pan.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -rocking_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rolling_pin.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -roof.n.01,protective_covering.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -room_light.n.01,light.n.02,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rope.n.01,line.n.18,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rope -rose.n.01,shrub.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rosemary__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -rosemary.n.02,herb.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -round-bottom_flask.n.01,flask.n.01,0,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -router.n.02,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -roux.n.01,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -rubber_band.n.01,"band.n.07,elastic_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rope -rubber_boot.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rubber_eraser.n.01,eraser.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -rubber_glove.n.01,glove.n.02,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,cloth -rubbing_alcohol__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -rubbing_alcohol__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -rubbing_alcohol.n.01,lotion.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -ruby.n.01,jewel.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -rug.n.01,"floor_cover.n.01,furnishing.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,1,0,cloth -rule.n.12,measuring_stick.n.01,0,,0,,,,0,,,,0,,,,,,,,,,,rigidBody -rum__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -rum.n.01,liquor.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -rust.n.01,ferric_oxide.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -rutabaga.n.01,turnip.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -sack.n.01,bag.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -saddle_soap__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -saddle_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,0,0,liquid -safety_glass.n.01,glass.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -saffron__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -saffron.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -sage__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,1,,0,0,0,1,0,1,,0,0,rigidBody -sage.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -sake.n.02,alcohol.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -salad__bowl.n.01,bowl.n.03,1,0,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -salad_fork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -salad.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -salmon.n.03,fish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -salsa__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -salsa.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -salt__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -salt__shaker.n.01,container.n.01,1,1,1,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -salt.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -sandal.n.01,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sandbox.n.02,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sandglass.n.01,timepiece.n.01,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sangaree.n.01,drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -sanitary_napkin.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -sap.n.01,solution.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -saucepan.n.01,pan.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -saucepot.n.01,pot.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -saucer.n.02,flatware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sauna_heater.n.01,heater.n.01,1,0,0,0,,1,0,,,,0,,,,,,,,,,0,rigidBody -sawdust.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,1,0,0,,,,,,,,0,0,microPhysicalSubstance -sax.n.02,single-reed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scale.n.07,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scale.n.10,covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scallop.n.02,shellfish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -scanner.n.02,"data_input_device.n.01,electronic_device.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scarf.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -schnitzel.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scone.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -scoop.n.06,ladle.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -scoreboard.n.01,"board.n.03,signboard.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scotch.n.02,whiskey.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -scrambled_eggs.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -scraper.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -screen.n.01,surface.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -screen.n.04,covering.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -screen.n.09,partition.n.01,0,,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -screw.n.04,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -screwdriver.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -scrub_brush.n.01,brush.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -scrub.n.01,vegetation.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -scum.n.02,film.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -seal.n.02,device.n.04,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -seal.n.07,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,visualSubstance -sealant__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -sealant__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sealant.n.01,sealing_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -seashell.n.01,shell.n.10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -seawater.n.01,water.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -security_camera.n.01,camera.n.01,1,1,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -security_system.n.02,electrical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -self-registering_thermometer.n.01,thermometer.n.01,0,0,0,0,,1,0,,,,0,,,,,,,,,0,0,rigidBody -server.n.04,utensil.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -serving_cart.n.01,handcart.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -sesame_oil__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sesame_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -sesame_seed__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sesame_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -shaker.n.03,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,,0,0,rigidBody -shampoo__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -shampoo__dispenser.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shampoo.n.01,cleansing_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -shawl.n.01,cloak.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -shears.n.01,scissors.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -sheet.n.02,paper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -sheet.n.03,bed_linen.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -shelf_back.n.01,support.n.10,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shelf_baseboard.n.01,support.n.10,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shelf_shelf.n.01,support.n.10,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -shelf_side.n.01,support.n.10,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shelf_top.n.01,support.n.10,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shelf.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -shell.n.02,animal_material.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shell.n.04,hull.n.01,0,1,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -shell.n.05,covering.n.01,0,,0,,,,0,,,,0,,,,,,,,,,,rigidBody -shiitake.n.01,fungus.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -shock_absorber.n.01,damper.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -shoe_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -shoebox.n.02,box.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shopping_basket.n.01,basket.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shopping_cart.n.01,handcart.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -short_pants.n.01,trouser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -shortening__carton.n.01,container.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -shortening.n.01,edible_fat.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,,0,0,liquid -shot_glass.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shoulder_bag.n.01,bag.n.04,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -shovel.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -shower_stall.n.01,booth.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shower.n.01,plumbing_fixture.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -showerhead.n.01,nozzle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shredder.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -shutter.n.02,blind.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sieve.n.01,strainer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -silk.n.01,fabric.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -silver.n.02,precious_metal.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sink.n.01,plumbing_fixture.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,1,0,rigidBody -sirloin.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -skateboard.n.01,"board.n.03,wheeled_vehicle.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -skateboard_wheel.n.01,wheel.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -skeleton.n.04,supporting_structure.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -skewer.n.01,pin.n.09,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -ski_boot.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -ski.n.01,runner.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -skiff.n.01,small_boat.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -skimmer.n.02,cooking_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -skirt.n.01,cloth_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -skyrocket.n.02,firework.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -slacks.n.01,trouser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -slat.n.01,strip.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sleeping_bag.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -sliced__chocolate_cake.n.01,cake.n.03,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -sliced__cucumber.n.01,vegetable.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__lemon.n.01,citrus.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__lime.n.01,citrus.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__melon.n.01,melon.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__onion.n.01,onion.n.03,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__papaya.n.01,edible_fruit.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__roast_beef.n.01,roast.n.01,1,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -sliced__tomato.n.01,tomato.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,rigidBody -slicer.n.02,machine.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -slide_fastener.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -slingback.n.01,shoe.n.01,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -smoothie.n.02,beverage.n.01,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,liquid -snack_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -snapper.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -snow_globe.n.01,plaything.n.01,1,1,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -snow.n.01,precipitation.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -soap__bottle.n.01,vessel.n.03,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -soap_dish.n.01,fixture.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -soap_dispenser.n.01,dispenser.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,0,rigidBody -soccer_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sock.n.01,hosiery.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -soda__can.n.01,container.n.01,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -soda_water__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -soda_water.n.03,food.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,0,liquid -sodium_carbonate__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sodium_carbonate.n.01,salt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -sofa.n.01,seat.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,1,0,rigidBody -softball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -soil__bag.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -soil.n.02,earth.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -solvent__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -soup__can.n.01,container.n.01,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -soup_bowl.n.01,bowl.n.03,0,1,1,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -soup_ladle.n.01,ladle.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -soupspoon.n.01,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -sour_bread.n.01,bread.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,softBody -sour_cream.n.01,cream.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -soy_sauce__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -soy_sauce.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -soy.n.04,bean.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -soya_milk.n.01,milk.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -space_heater.n.01,heater.n.01,0,1,0,1,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -spackle.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -spaghetti.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -spark_plug.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -sparkler.n.02,firework.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -spatula.n.01,turner.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -specimen_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -spectacles.n.01,optical_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -spice_cookie_dough.n.01,dough.n.01,1,0,0,0,,0,1,,,,1,,,,,,,,,0,0,softBody -spice_cookie.n.01,cookie.n.01,0,0,0,1,,0,1,,,,1,,,,,,,,,0,0,rigidBody -spinach.n.02,greens.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -spirit_lamp.n.01,lamp.n.01,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sponge_cake.n.01,cake.n.03,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -sponge.n.01,absorbent_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -spotlight.n.02,lamp.n.01,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -spray_paint__can.n.01,dispenser.n.01,1,0,0,0,0,1,0,,,,0,,0,0,0,1,0,0,,0,0,rigidBody -spray_paint.n.01,paint.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -sprinkler.n.01,mechanical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -sprout.n.01,plant_organ.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -square.n.08,hand_tool.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -squeegee.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,,,,0,,0,0,0,0,0,0,,0,0,rigidBody -squid.n.01,seafood.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -stain.n.01,appearance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -stake.n.05,post.n.04,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -stand.n.04,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -stand.n.10,tiered_seat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -staple_gun.n.01,machine.n.01,0,0,0,0,1,1,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -staple.n.04,nail.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -staple.n.05,paper_fastener.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -stapler.n.01,machine.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -statue.n.01,sculpture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -steak.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -steamer.n.02,cooking_utensil.n.01,0,0,1,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -steel_wool.n.01,abrasive.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -steel.n.03,sharpener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -steering_wheel.n.01,handwheel.n.02,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -stencil.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -step.n.04,support.n.10,0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -stew__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sticky_note.n.01,pad.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -stirrer.n.02,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -stocking.n.01,hosiery.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -stockpot.n.01,pot.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -storage_organizer.n.01,container.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -stove.n.01,kitchen_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -straight_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -straight_pin.n.01,pin.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -straightener.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -straw.n.04,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -strawberry.n.01,berry.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -string.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rope -stucco.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -stud.n.02,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -stuffing.n.01,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -sugar__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -sugar_coffee_scrub.n.01,soap.n.01,1,0,0,0,0,0,0,,,,0,,0,0,0,0,0,0,,0,0,visualSubstance -sugar_cookie_dough.n.01,dough.n.01,1,0,0,0,,0,0,,,,1,,,,,,,,,0,0,softBody -sugar_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -sugar_syrup__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -sugar_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,,,,0,,0,0,,,,,,0,0,liquid -suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -sunflower_seed__bag.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sunflower_seed.n.01,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -sunflower.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -sunglasses.n.02,optical_instrument.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sunscreen__bottle.n.01,vessel.n.03,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -sunscreen.n.01,cream.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -sushi.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -swab.n.02,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -sweat_suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -sweatshirt.n.01,pullover.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -sweet_corn.n.02,corn.n.03,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -swimming_pool.n.01,"athletic_facility.n.01,pool.n.01",0,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -swing.n.02,"mechanical_device.n.01,plaything.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -swiss_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -switch.n.01,control.n.09,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -swivel_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -syringe.n.01,medical_instrument.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -table_knife.n.01,"cutlery.n.02,knife.n.01",0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -table_lamp.n.01,lamp.n.02,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tablecloth.n.01,table_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -tablefork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tablespoon.n.02,spoon.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tablet.n.05,portable_computer.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -taboret.n.01,stool.n.01,0,0,0,1,,0,1,,,,0,,,,,,,,,0,0,rigidBody -taco.n.02,dish.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -tag.n.02,label.n.04,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -talcum.n.02,toilet_powder.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -tank_top.n.01,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -tank.n.02,vessel.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tape.n.04,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,cloth -tarnish.n.02,appearance.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -tarpaulin.n.01,canvas.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -tartlet.n.01,tart.n.02,0,0,0,1,,0,0,,,,0,,,,,,,,,0,0,rigidBody -tassel.n.01,adornment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,softBody -tea_bag.n.01,tea.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -tea.n.01,beverage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -teacup.n.02,cup.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -teapot.n.01,pot.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -teaspoon.n.02,spoon.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -teddy.n.01,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,softBody -television_receiver.n.01,receiver.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -tenderloin.n.02,cut.n.06,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -tennis_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tennis_racket.n.01,racket.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tent.n.01,shelter.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tequila__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tequila.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -terrarium.n.01,vivarium.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -test_tube_rack.n.01,rack.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -test_tube.n.01,tube.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -textbook.n.01,book.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -thermos.n.01,vacuum_flask.n.01,0,0,1,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -thermostat.n.01,regulator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -throw.n.04,bedclothes.n.01,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,cloth -thumbtack.n.01,"paper_fastener.n.01,tack.n.02",0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -thyme__shaker.n.01,container.n.01,1,0,1,0,0,0,0,,,,1,,0,0,0,1,0,1,,0,0,rigidBody -thyme.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -ticket.n.01,commercial_document.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -tie.n.09,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,cloth -tights.n.01,hosiery.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -tile.n.01,slab.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -timer.n.03,governor.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tinsel.n.02,thread.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rope -tiramisu.n.01,dessert.n.01,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,softBody -tissue_dispenser.n.01,dispenser.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -toast.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -toaster_oven.n.01,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -toaster.n.02,kitchen_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -toasting_fork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tofu.n.02,curd.n.01,1,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,softBody -toilet_paper_dispenser.n.01,home_appliance.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -toilet_paper_holder.n.01,holder.n.01,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -toilet_soap__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -toilet_soap.n.01,soap.n.01,0,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -toilet_tissue.n.01,tissue.n.02,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,,0,0,cloth -toilet.n.02,plumbing_fixture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -tomato_juice__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tomato_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -tomato_paste__can.n.01,container.n.01,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tomato_paste.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -tomato_rice.n.01,rice.n.01,1,0,0,0,,0,1,,,,0,,,,,,,,,0,0,microPhysicalSubstance -tomato_sauce__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tomato_sauce.n.01,spaghetti_sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -tongs.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tonic.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -toolbox.n.01,chest.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -toothbrush.n.01,"brush.n.02,toiletry.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -toothpaste.n.01,dentifrice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -toothpick.n.01,"pick.n.06,strip.n.05",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tortilla_chip.n.01,corn_chip.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -tortilla.n.01,pancake.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,cloth -towel_rack.n.01,rack.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -toy_box.n.01,chest.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -toy_figure.n.01,plaything.n.01,1,1,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -trailer.n.03,conveyance.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -trailer_truck.n.01,truck.n.01,0,0,0,0,,0,0,,,,0,,,,,,,,,,0,rigidBody -train_set.n.01,plaything.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -trampoline.n.01,gymnastic_apparatus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -tray.n.01,receptacle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -treadmill.n.01,exercise_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -tree.n.01,woody_plant.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rigidBody -trimmer.n.02,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,1,,,,,,,,0,0,rigidBody -trombone.n.01,brass.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -trophy.n.02,award.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -trout.n.01,fish.n.02,0,0,0,0,0,,1,,,,1,,,,,,,,,,,rigidBody -trowel.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -trunk.n.01,stalk.n.02,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,,0,0,rigidBody -tub.n.02,vessel.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,,0,0,rigidBody -tube__of__lotion.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tube__of__toothpaste.n.01,grocery.n.02,1,0,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -tulip.n.01,liliaceous_plant.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -tumbler.n.02,glass.n.02,0,0,1,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -tuna.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -tupperware.n.01,container.n.01,1,0,0,1,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -turf.n.01,land.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -turkey_leg.n.01,drumstick.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -turkey.n.04,poultry.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -turmeric.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -turnstile.n.02,movable_barrier.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -tweezers.n.01,hand_tool.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -umbrella_rack.n.01,rack.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -umbrella.n.01,canopy.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -urinal.n.01,plumbing_fixture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -utility_knife.n.01,knife.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -vacuum.n.04,home_appliance.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,rigidBody -valve.n.01,structure.n.04,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -van.n.05,truck.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -vanilla__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -vanilla.n.01,orchid.n.01,0,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -vanilla.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -varnish.n.01,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,visualSubstance -vase.n.01,jar.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -vaseline.n.01,petrolatum.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,liquid -veal.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -vegetable_oil__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -velcro.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -velvet.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -vending_machine.n.01,slot_machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -venison.n.01,game.n.07,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -vent.n.01,hole.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -ventilator.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -vest.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -vidalia_onion.n.01,onion.n.03,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,rigidBody -videodisk.n.01,optical_disk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -vinegar__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -vinegar__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -vinegar_cleaning_solution.n.01,cleansing_agent.n.01,1,0,0,0,0,0,0,,,,0,,0,0,,,,,,0,0,liquid -vinegar.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -violin_case.n.01,case.n.05,1,0,0,0,,0,0,,,,0,,,,,,,,,0,0,rigidBody -violin.n.01,bowed_stringed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -virginia_ham.n.01,ham.n.01,0,0,0,1,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -vitamin_pill__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -vitamin_pill.n.01,"dietary_supplement.n.01,pill.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance -vodka__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -vodka.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -volleyball_net.n.01,net.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth -volleyball.n.02,ball.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -wading_pool.n.01,pool.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -wafer.n.02,cookie.n.01,0,1,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -waffle_iron.n.01,kitchen_appliance.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -waffle.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -wagon.n.04,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -walker.n.04,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -walking_shoe.n.01,shoe.n.01,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -wall_clock.n.01,clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -wall_socket.n.01,receptacle.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wall.n.01,partition.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wallboard.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,,,,,,,,0,0,rigidBody -wallet.n.01,case.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wallpaper.n.01,paper.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -walnut.n.01,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -wardrobe.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -washer.n.03,white_goods.n.01,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,,1,0,rigidBody -watch.n.01,timepiece.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -water_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water_cooler.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water_dispenser.n.01,dispenser.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -water_faucet.n.01,"faucet.n.01,plumbing_fixture.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water_filter.n.01,filter.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water_glass.n.02,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -water.n.06,"food.n.01,liquid.n.01,nutrient.n.02",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -watering_can.n.01,container.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,,0,0,rigidBody -watermelon.n.02,melon.n.01,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -wax_paper.n.01,paper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wax_remnant.n.01,wax.n.01,1,,0,,0,0,0,,,,0,,,,,,,,,,,visualSubstance -webcam.n.02,camera.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -weed.n.01,vascular_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -weight.n.02,sports_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wheat.n.02,grain.n.02,0,0,0,0,0,0,1,0,0,0,1,0,,,,,,,,0,0,microPhysicalSubstance -whetstone.n.01,stone.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -whipped_cream__atomizer.n.01,dispenser.n.01,1,0,1,0,0,1,0,,,,0,,0,0,0,1,0,1,,0,0,rigidBody -whipped_cream__can.n.01,dispenser.n.01,1,0,0,0,0,1,0,,,,0,,,,,,,,,0,0,rigidBody -whipped_cream.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -whisk.n.01,mixer.n.04,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -whiskey__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -whiskey_stone.n.01,rock.n.01,1,1,0,0,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -whistle.n.04,"acoustic_device.n.01,signaling_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -white_chocolate.n.01,chocolate.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -white_rice__sack.n.01,container.n.01,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -white_rice.n.01,rice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -white_sauce__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -white_turnip.n.02,turnip.n.02,0,0,0,0,0,0,1,,,,1,,,,,,,,,0,0,rigidBody -white_wine.n.01,wine.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -whitewall_tire.n.01,tire.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -whole_garlic.n.01,garlic.n.02,1,0,0,0,,0,1,,,,1,,,,,,,,,,0,rigidBody -whole_milk.n.01,milk.n.01,0,0,0,0,0,0,1,,,,0,,0,0,0,0,0,0,,0,0,liquid -wick.n.02,cord.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,,0,0,rope -wicker_basket.n.01,basket.n.01,0,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -wind_chime.n.01,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -window_blind.n.01,blind.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -window.n.01,framework.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,1,0,rigidBody -windshield.n.01,screen.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wine_bottle.n.01,bottle.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wine_sauce__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -wine_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -wineglass.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wire_cutter.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,,0,0,rigidBody -wire.n.01,ligament.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rope -wok.n.01,pan.n.01,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wood_chip.n.01,matchwood.n.01,1,0,0,1,,0,0,,,,0,,,,,,,,,0,0,macroPhysicalSubstance -wooden_spoon.n.02,"spoon.n.01,woodenware.n.01",0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wool_coat.n.01,coat.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -wool.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,,0,0,cloth -worcester_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,,,,,,,,0,0,liquid -worktable.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wrapped_hamburger.n.01,grocery.n.02,1,0,0,1,0,0,0,,,,0,,,,,,,,,0,0,rigidBody -wrapping_paper.n.01,paper.n.01,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,,0,0,cloth -wreath.n.01,flower_arrangement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody -wrinkle.n.01,depression.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,visualSubstance -yam.n.03,sweet_potato.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -yeast__bottle.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -yeast__jar.n.01,vessel.n.03,1,1,1,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -yeast.n.01,leaven.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,microPhysicalSubstance -yoga_mat.n.01,exercise_device.n.01,1,0,0,0,0,0,0,,,,0,,,,,,,,,0,0,cloth -yogurt__carton.n.01,vessel.n.03,1,1,0,0,1,0,0,,,,0,,,,,,,,,0,0,rigidBody -yogurt.n.01,"dairy_product.n.01,food.n.02",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid -zucchini.n.02,summer_squash.n.02,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,,0,0,rigidBody -lamb_stew.n.01,stew.n.02,1,0,0,0,0,0,1,,,,0,,,,,,,,,,0,liquid -hot_toddy.n.01,mixed_drink.n.01,0,0,0,0,0,0,0,,,,0,,,,,,,,,,0,liquid -chicken_soup__can.n.01,container.n.01,1,0,0,0,1,0,0,,,,0,,,,,,,,,,0,rigidBody -cornstarch.n.01,starch.n.01,0,0,0,0,0,0,1,,,,0,,,,,,,,,,0,microPhysicalSubstance -sand.n.04,earth.n.02,1,0,0,0,0,0,0,,,,0,,,,,,,,,,0,visualSubstance -cheese_pastry_filling.n.01,sauce.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid -cornbread_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid -roll_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody -yogurt__cup.n.01,container.n.01,1,0,0,,0,0,0,,,,0,,,,,,,,,,,rigidBody +synset,hypernyms,is_custom,breakable,fillable,flammable,openable,toggleable,cookable,heatSource,coldSource,sliceable,diceable,slicer,assembleable,meltable,particleRemover,particleApplier,particleSource,needsOrientation,particleSink,sceneObject,waterCook,mixingTool,objectType +acetone__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +acetone.n.01,"ketone.n.01,solvent.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +acid.n.01,compound.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +acorn.n.01,fruit.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +adapter.n.02,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +address.n.05,street_sign.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +adhesive_material.n.01,material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +aerosol.n.02,dispenser.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +agave.n.01,desert_plant.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +agent.n.01,causal_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +aioli.n.01,sauce.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +air_conditioner.n.01,cooling_system.n.02,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +air_filter.n.01,filter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +air_freshener__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +alarm_clock.n.01,clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +alga.n.01,protoctist.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +allen_wrench.n.01,wrench.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +allspice__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +allspice.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +almond_oil.n.01,oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +almond.n.02,"drupe.n.01,edible_nut.n.01",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +aluminum_foil.n.01,foil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +aluminum.n.01,metallic_element.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ammonia_water__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +ammonia_water.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +analgesic.n.01,medicine.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +anchor.n.01,hook.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +antenna.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +antifreeze.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +antifungal.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +antihistamine.n.01,medicine.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +antipasto.n.01,appetizer.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +antique.n.02,antiquity.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +antler.n.01,horn.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +apple_juice__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +apple_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +apple_pie.n.01,pie.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +apple.n.01,"edible_fruit.n.01,pome.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +applesauce.n.01,dish.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +apricot.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +apron.n.01,protective_garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +arbor.n.03,framework.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +arborio_rice.n.01,rice.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,microPhysicalSubstance +arepa.n.01,sandwich.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +armchair.n.01,chair.n.01,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +artichoke.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +artwork.n.01,visual_communication.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +arugula.n.02,salad_green.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ash.n.01,residue.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +ashcan.n.01,bin.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ashtray.n.01,receptacle.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +asparagus.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +asphalt.n.01,paving.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,liquid +atomizer.n.01,dispenser.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +audio_system.n.01,"electronic_equipment.n.01,system.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +auricularia.n.01,fungus_genus.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +avocado.n.01,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ax.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +axle.n.01,shaft.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baby_buggy.n.01,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baby_oil.n.01,ointment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +baby_shoe.n.01,shoe.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +backdrop.n.01,scenery.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +backpack.n.01,bag.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +bacon.n.01,cut_of_pork.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__auricularia.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__breadcrumbs.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__brown_rice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__chips.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__cocoa.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__cookies.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__cream_cheese.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +bag__of__fertilizer.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__flour.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__ice_cream.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +bag__of__oranges.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__popcorn.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__rice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__rubbish.n.01,waste.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__shiitake.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__snacks.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__starch.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__tea.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__yeast.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag.n.06,baggage.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bagel_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +bagel.n.01,bun.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baguet.n.01,french_bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bait.n.01,temptation.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baking_powder__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baking_powder.n.01,leaven.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +balloon.n.01,lighter-than-air_craft.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +balsamic_vinegar__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bamboo.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +banana_bread.n.01,quick_bread.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +banana.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bandage.n.01,dressing.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +bandanna.n.01,handkerchief.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +banner.n.01,flag.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +bar_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +bar.n.02,counter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +bar.n.13,support.n.10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +barbecue_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +barbecue_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +barley.n.02,cereal.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +barrel.n.03,cylinder.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +barrow.n.03,handcart.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +base.n.08,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baseball_cap.n.01,cap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +baseball_glove.n.01,baseball_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +baseball.n.02,"ball.n.01,baseball_equipment.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baseboard.n.01,molding.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +basil__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +basil.n.03,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +basket.n.03,"basketball_equipment.n.01,goal.n.03",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +baseball_bat.n.01,"baseball_equipment.n.01,bat.n.05",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bath_mat.n.01,bath_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +bath_towel.n.01,"bath_linen.n.01,towel.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +bathtub.n.01,vessel.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,rigidBody +battery.n.02,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +batting_glove.n.01,"baseball_equipment.n.01,glove.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +bay_leaf.n.01,herb.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bean_curd.n.01,curd.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +bearing.n.06,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beaten_egg.n.01,foodstuff.n.02,1,,0,,0,,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid +bed.n.01,bedroom_furniture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +beef_broth__carton.n.01,box.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beef_broth.n.01,broth.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +beef_stew.n.01,stew.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +beefsteak_tomato.n.01,tomato.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beer_barrel.n.01,barrel.n.02,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beer_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beer_glass.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beer_tap.n.01,faucet.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beer.n.01,brew.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +beeswax_candle.n.01,candle.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +beet.n.02,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bell_pepper.n.02,sweet_pepper.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bell.n.01,"acoustic_device.n.01,signaling_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +belt.n.01,loop.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +belt.n.02,accessory.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +bench_press.n.01,weightlift.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bench.n.01,seat.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +bicycle_chain.n.01,chain.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bicycle_rack.n.01,rack.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bicycle.n.01,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bidet.n.01,basin.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,rigidBody +bikini.n.02,swimsuit.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +binder.n.01,harvester.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +binder.n.03,protective_covering.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bird_feed__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bird_feed.n.01,feed.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +bird_feeder.n.01,device.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +birdcage.n.01,cage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +biscuit_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +biscuit.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +black_bean.n.01,common_bean.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,macroPhysicalSubstance +black_pepper.n.02,pepper.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +blackberry.n.01,"berry.n.01,drupelet.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +blackboard_eraser.n.01,eraser.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +blackboard.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +blade.n.09,cutting_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +blanket.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +bleaching_agent__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +bleaching_agent.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +blender.n.01,mixer.n.04,0,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +bleu.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,softBody +blouse.n.01,top.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +blueberry_compote.n.01,compote.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +blueberry_mousse.n.01,mousse.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +blueberry.n.02,berry.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +board_game.n.01,parlor_game.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +board.n.02,lumber.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bobby_pin.n.01,hairpin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bok_choy.n.02,cabbage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bone.n.01,connective_tissue.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bookcase.n.01,furniture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bookend.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +booth.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +borax.n.01,mineral.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +bottle__of__acetone.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__acid.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__alcohol.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__alfredo_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__allspice.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__almond_oil.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ammonia.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__antihistamines.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__apple_cider.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__apple_juice.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__applesauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__aspirin.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__baby_oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__balsamic_vinegar.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__barbecue_sauce.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__beer.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__black_pepper.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__bleach_agent.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__bug_repellent.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__buttermilk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__carrot_juice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__catsup.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__caulk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__champagne.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__chili_pepper.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__chocolate_sauce.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cleaner.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cocoa.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__coconut_milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__coconut_oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__coconut_water.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__coffee.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__coke.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cold_cream.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cologne.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__conditioner.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cooking_oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__cranberry_juice.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__degreaser.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__deicer.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__detergent.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__dish_soap.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__disinfectant.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__essential_oil.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__fabric_softener.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__face_cream.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__fennel.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__food_coloring.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__frosting.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__fruit_punch.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__garlic_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__gin.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ginger_beer.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ginger.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__glass_cleaner.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__glue.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ground_cloves.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ground_mace.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__ground_nutmeg.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__hot_sauce.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lacquer.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lavender_oil.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lemon_juice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lemon_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lemonade.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lighter_fluid.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lime_juice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__liquid_soap.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lotion.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__lubricant.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__maple_syrup.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__mayonnaise.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__medicine.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__milkshake.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__molasses.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__mushroom_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__mustard_seeds.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__mustard.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__olive_oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__onion_powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__orange_juice.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__paint_remover.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__paint.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__papaya_juice.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__paprika.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__parsley.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__peanut_butter.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__perfume.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__pesticide.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__pesto.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__pizza_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__pop.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__poppy_seeds.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__protein_powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__pumpkin_pie_spice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__rosemary.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__rum.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sage.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sake.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__salsa.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sangria.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sealant.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__seasoning.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sesame_oil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sesame_seeds.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__shampoo.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__skin_cream.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__soda.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__solvent.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__soup.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sour_cream.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__soy_milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__soy_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__spice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sriracha.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__sunscreen.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__supplements.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__tea_leaves.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__tea.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__tequila.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__tomato_paste.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__tonic.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__vinegar.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__vodka.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__water.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__whiskey.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle__of__wine.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bottle.n.03,vessel.n.03,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bouillon_cube.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bouillon.n.01,broth.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +boulder.n.01,rock.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bouquet.n.01,flower_arrangement.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bourbon__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bourbon.n.02,whiskey.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +bow.n.02,stick.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +bow.n.08,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bowl.n.01,vessel.n.03,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bowling_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__almond_milk.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__apple_juice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__baking_mix.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__baking_powder.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__baking_soda.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__barley.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__beer.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__brown_sugar.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__butter.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__candy.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__cane_sugar.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__cereal.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__champagne.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__chocolates.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__coconut_milk.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__coffee.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__cookies.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__corn_flakes.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__crackers.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__cream.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__flour.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__fruit.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__granola_bars.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__ice_cream.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__lasagna.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__lemons.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__milk.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__oatmeal.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__raspberries.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__rice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__rum.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__sake.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__salt.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__sanitary_napkin.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__shampoo.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__takeout.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__tissue.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__tomato_juice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__vegetable_juice.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__whiskey.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__wine.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__yogurt.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +boxed__cake.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +boxed__cpu_board.n.01,durables.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +boxed__ink_cartridge.n.01,durables.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +boxed__router.n.01,durables.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +boxing_glove.n.01,boxing_equipment.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +brace.n.09,"strengthener.n.01,structural_member.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bracelet.n.02,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bracket.n.04,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brake.n.01,restraint.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +branch.n.02,stalk.n.02,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brandy__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brandy.n.01,liquor.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +brassiere.n.01,"undergarment.n.01,woman's_clothing.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +bratwurst.n.01,pork_sausage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bread_slice.n.01,bread.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +bread-bin.n.01,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +breadcrumb.n.01,crumb.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +breakfast_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +brick.n.01,"building_material.n.01,ceramic.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bridge.n.01,structure.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +briefcase.n.01,case.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brisket.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broccoli_rabe.n.02,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broccoli.n.02,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broccolini.n.01,cruciferous_vegetable.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broken__glass.n.01,container.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broken__light_bulb.n.01,electric_lamp.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +broom.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brown_rice__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brown_rice.n.01,rice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,microPhysicalSubstance +brown_sugar__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brown_sugar.n.01,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +brownie.n.03,cookie.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +brussels_sprouts.n.01,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bucket__of__paint.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bucket.n.01,vessel.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +buckle.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +bulldog_clip.n.01,clip.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bulletin_board.n.02,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bumper.n.02,mechanical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bunchgrass.n.01,grass.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +burette.n.01,measuring_instrument.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +burlap.n.01,sacking.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +burner.n.02,heating_element.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +burrito.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +buskin.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bust.n.03,sculpture.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +butane.n.01,"fuel.n.01,gas.n.02,methane_series.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +butter__package.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +butter_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +butter.n.01,"dairy_product.n.01,food.n.02",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +buttermilk_pancake.n.01,pancake.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +buttermilk.n.01,milk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +butternut_squash.n.01,winter_squash.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cabinet.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,rigidBody +cabinet.n.03,compartment.n.02,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cabinet.n.04,housing.n.02,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cable.n.02,conductor.n.04,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rope +cactus.n.01,succulent.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cafe_au_lait.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cake_mix.n.01,ready-mix.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +calcium_carbonate.n.01,carbonate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +calculator.n.02,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +caldron.n.01,pot.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +calendar.n.01,arrangement.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +caliper.n.01,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +camera_tripod.n.01,tripod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__baking_mix.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__bay_leaves.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__beans.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__coffee.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__corn.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__icetea.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__oatmeal.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__sardines.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__soda.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__tomato_paste.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__tomatoes.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can.n.01,container.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +candlestick.n.01,holder.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +candy_cane.n.01,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +candy_dispenser_shelf.n.01,dispenser.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cane_sugar.n.02,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,microPhysicalSubstance +canister.n.02,container.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +canned_food.n.01,foodstuff.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +canola_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cantaloup.n.02,muskmelon.n.02,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +canteen.n.01,flask.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cap.n.02,top.n.09,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +cappuccino.n.01,coffee.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +infant_car_seat.n.01,car_seat.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +car_tire.n.01,tire.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +car_wheel.n.01,wheel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +car.n.01,motor_vehicle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carafe.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +caraway_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +carbon_black.n.01,carbon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +carboy.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +card.n.01,paper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +card.n.04,cardboard.n.01,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +cardamom.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cardigan.n.01,sweater.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +carne_asada.n.01,dish.n.02,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carpet_sweeper.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +carrel.n.02,alcove.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carrot_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +carrot.n.03,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carryall.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__chocolate_milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__eggs.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__orange_juice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__pineapple_juice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton__of__soy_milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carton.n.02,box.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +carving_knife.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +case__of__eyeshadow.n.01,grocery.n.02,1,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +case__of__pop.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +case_shot.n.01,ammunition.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +case.n.19,bed_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +case.n.20,container.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cash_register.n.01,cashbox.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cashew.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +casserole.n.02,dish.n.01,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cassette.n.01,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cat_food__tin.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cat_food.n.01,petfood.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +catalog.n.01,book.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +catsup__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +catsup.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cauliflower.n.02,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cayenne__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +cayenne.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cedar_chest.n.01,chest.n.02,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ceiling_fan.n.01,fan.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ceiling_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ceiling.n.01,upper_surface.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +celery.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cellular_telephone.n.01,radiotelephone.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cellulose_tape.n.01,adhesive_tape.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cement.n.01,concrete.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +centerpiece.n.02,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chaff.n.01,plant_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +chain_saw.n.01,power_saw.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +chain.n.05,restraint.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chaise_longue.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +chalice.n.01,cup.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chalk.n.01,calcite.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +champagne__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +champagne.n.01,sparkling_wine.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chandelier.n.01,lighting_fixture.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chanterelle.n.01,agaric.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +charcoal.n.01,"carbon.n.01,fuel.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +charcoal.n.02,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,0,rigidBody +chard.n.02,greens.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +charger.n.02,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +checkout.n.03,counter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +cheddar.n.02,cheese.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,softBody +cheese_sauce.n.01,white_sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cheese_tart.n.01,tart.n.02,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cheesecake.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +cheesecloth.n.01,gauze.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +cherry_filling.n.01,compote.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cherry_tomato.n.02,tomato.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cherry.n.03,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chess_set.n.01,set.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chest_of_drawers.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +chestnut.n.03,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chewing_gum.n.01,sweet.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,softBody +chia_seed__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chia_seed.n.01,edible_seed.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +chicken_breast.n.02,breast.n.03,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_broth__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_broth.n.01,broth.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chicken_coop.n.01,farm_building.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_curry.n.01,curry.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chicken_leg.n.01,drumstick.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_soup.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chicken_tender.n.01,breast.n.03,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_wing.n.01,wing.n.09,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chicken_wire.n.01,net.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +chicken.n.01,poultry.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chickpea__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chickpea.n.03,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,macroPhysicalSubstance +chili_powder.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +chili.n.02,hot_pepper.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +china.n.02,porcelain.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chinese_anise.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chip.n.04,snack_food.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chisel.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +chives.n.01,alliaceous_plant.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chlorine__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chlorine.n.01,"chemical_element.n.01,gas.n.02,halogen.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chocolate_bar.n.01,chocolate_candy.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +chocolate_biscuit.n.01,cookie.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chocolate_cake.n.01,cake.n.03,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +chocolate_chip_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chocolate_cookie_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +chocolate_kiss.n.01,"chocolate_candy.n.01,kiss.n.03",0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,macroPhysicalSubstance +chocolate_milk.n.01,milk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chocolate_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chocolate_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chopped__lettuce.n.01,salad_green.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chopping_block.n.01,block.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chopping_board.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chopstick.n.01,tableware.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chorizo.n.01,sausage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +chowder.n.01,soup.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +christmas_tree.n.05,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cider.n.01,beverage.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cigar_lighter.n.01,lighter.n.02,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cigar.n.01,roll_of_tobacco.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cigarette.n.01,roll_of_tobacco.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cinnamon__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +cinnamon_bark.n.01,bark.n.01,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cinnamon_roll.n.01,sweet_roll.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cinnamon_sugar.n.01,sugar.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cinnamon.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +circuit.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clam.n.03,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clamp.n.01,holding_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cleaver.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +clipboard.n.01,writing_board.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clipper.n.04,scissors.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cloche.n.01,protective_covering.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clothes_dryer.n.01,"dryer.n.01,white_goods.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +clothesline.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,rigidBody +clothespin.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clout_nail.n.01,nail.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clove__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clove.n.03,garlic.n.02,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +clove.n.04,spice.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +club_sandwich.n.01,sandwich.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coal.n.01,"fossil_fuel.n.01,vegetable_matter.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +coaster.n.03,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coatrack.n.01,rack.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cobweb.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +coca_cola.n.01,cola.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cocoa__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cocoa_powder__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cocoa_powder.n.01,chocolate.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cocoa.n.01,beverage.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +coconut_milk.n.01,milk.n.04,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +coconut_oil__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coconut_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +coconut.n.01,food.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +coconut.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cod.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coffee_bean__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coffee_bean.n.01,seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +coffee_cup.n.01,cup.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coffee_grounds.n.01,grounds.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +coffee_maker.n.01,kitchen_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coffee_mill.n.01,mill.n.04,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coffee_table.n.01,table.n.02,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +cola__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +colander.n.01,strainer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cold_cuts.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +collar.n.01,band.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +coloring.n.01,foodstuff.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +column.n.07,upright.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +comb.n.01,device.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +comic_book.n.01,magazine.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +compact_disk.n.01,"optical_disk.n.01,recording.n.03",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +compost.n.01,composition.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +compost_bin.n.01,bin.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +compound_microscope.n.01,light_microscope.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +computer_game.n.01,game.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +conch.n.01,gastropod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +conchiglie.n.01,pasta.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +conditioner__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +conditioner__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +conditioner.n.03,softener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +conference_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +console_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +console.n.02,scientific_instrument.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +control_panel.n.01,electrical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cooked__black_bean.n.01,common_bean.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__black_pepper.n.01,pepper.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__breadcrumb.n.01,crumb.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__brown_rice.n.01,rice.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__chicken_soup.n.01,soup.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__chickpea.n.01,legume.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__coconut.n.01,food.n.02,1,,0,,0,0,,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__cooking_oil.n.01,vegetable_oil.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__cumin.n.01,edible_seed.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__curry_powder.n.01,flavorer.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__diced__beefsteak_tomato.n.01,tomato.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__bratwurst.n.01,pork_sausage.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__broccoli.n.01,cruciferous_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__head_cabbage.n.01,cabbage.n.01,1,,0,,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__carne_asada.n.01,dish.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__carrot.n.01,root_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__chard.n.01,greens.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__chicken.n.01,poultry.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__chili.n.01,hot_pepper.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__chorizo.n.01,sausage.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__clove.n.01,garlic.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__green_onion.n.01,onion.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__potato.n.01,"root_vegetable.n.01,solanaceous_vegetable.n.01,starches.n.01",1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__steak.n.01,cut.n.06,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__turkey.n.01,poultry.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__virginia_ham.n.01,ham.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__diced__zucchini.n.01,summer_squash.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__flour.n.01,foodstuff.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__fritter_batter.n.01,batter.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__granulated_sugar.n.01,sugar.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__ground_beef.n.01,beef.n.02,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__kidney_bean.n.01,common_bean.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__lemon-pepper_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__marinade.n.01,condiment.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__marinara.n.01,spaghetti_sauce.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__marjoram.n.01,herb.n.02,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__melted__butter.n.01,dairy_product.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__noodle.n.01,pasta.n.02,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__olive_oil.n.01,vegetable_oil.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__onion_powder.n.01,flavorer.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__orzo.n.01,pasta.n.02,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__paprika.n.01,flavorer.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__pea.n.01,legume.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__penne.n.01,pasta.n.02,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__popcorn.n.01,corn.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cooked__pumpkin_seed.n.01,edible_seed.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__quinoa.n.01,grain.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__red_meat_sauce.n.01,spaghetti_sauce.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__red_wine.n.01,wine.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__saffron.n.01,flavorer.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__salsa.n.01,condiment.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__salt.n.01,flavorer.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__sunflower_seed.n.01,edible_seed.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__water.n.01,"food.n.01,liquid.n.01,nutrient.n.02",1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__white_rice.n.01,rice.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cooked__white_wine.n.01,wine.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooked__wine_sauce.n.01,sauce.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cookie_cutter.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +cookie_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +cookie_sheet.n.01,cooking_utensil.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cooking_oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cooking_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cooler.n.01,refrigerator.n.01,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +copper_pot.n.01,pot.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +copper_wire.n.01,wire.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +coriander__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +coriander.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +coriander.n.03,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cork.n.04,plug.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +corkscrew.n.01,bottle_opener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +corn_flake.n.01,cold_cereal.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +corn_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cornet.n.01,brass.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cornmeal__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cornmeal.n.01,meal.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cornstarch__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +costume.n.01,attire.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +cottage_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,microPhysicalSubstance +cotton.n.01,plant_fiber.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +cotton.n.04,thread.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rope +countertop.n.01,tabletop.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +crab.n.05,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cranberry_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cranberry.n.02,"berry.n.01,berry.n.02",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +crayfish.n.02,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crayon.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cream__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cream_cheese__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cream_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cream_of_tartar__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +cream_of_tartar.n.01,salt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cream_soda.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +credit_card.n.01,"open-end_credit.n.01,positive_identification.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crescent_roll.n.01,bun.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +crewneck_sweater.n.01,sweater.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +crib.n.01,baby_bed.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +cringle.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crock_pot.n.01,cooker.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crossbar.n.01,bar.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crouton.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +cruet.n.01,bottle.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +crystal.n.03,rock.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cucumber.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cue.n.04,sports_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cumin__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +cumin.n.02,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +cup__of__yogurt.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cup_holder.n.01,holder.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cupboard.n.01,storage_space.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cupcake.n.01,cake.n.03,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +curry_powder__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +curry_powder.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +curtain_rod.n.01,rod.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +curtain.n.01,"blind.n.03,furnishing.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +custard.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cutting.n.02,stalk.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cymbal.n.01,percussion_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +daffodil_bulb.n.01,bulb.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dahlia.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +danish.n.02,sweet_roll.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +dart.n.01,projectile.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dartboard.n.01,board.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +date.n.08,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +debris.n.01,rubbish.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +deep_fryer.n.01,kitchen_appliance.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +deep-freeze.n.02,refrigerator.n.01,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dehumidifier.n.01,appliance.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dental_floss.n.01,thread.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +denture.n.01,dental_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +deodorant__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +deodorant_stick.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +deodorant.n.01,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +desiccant.n.01,chemical_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +desk_phone.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +desk.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,rigidBody +desktop_computer.n.01,personal_computer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dessert_spoon.n.01,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +detergent__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +detergent__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +detergent.n.02,cleansing_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +dial.n.03,indicator.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +diamond.n.01,jewel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +diaper.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +diced__apple.n.01,"edible_fruit.n.01,pome.n.01",1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__avocado.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__beefsteak_tomato.n.01,tomato.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__beet.n.01,root_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__bratwurst.n.01,pork_sausage.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__broccoli.n.01,cruciferous_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__head_cabbage.n.01,cabbage.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__carrot.n.01,root_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__celery.n.01,vegetable.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__chard.n.01,greens.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__cheddar.n.01,cheese.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__chicken_breast.n.01,breast.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__chicken.n.01,poultry.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__chili.n.01,hot_pepper.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__clove.n.01,garlic.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__cucumber.n.01,vegetable.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__feta.n.01,cheese.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__green_onion.n.01,onion.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__kiwi.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__lemon.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__lettuce.n.01,salad_green.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__mango.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__pineapple.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__potato.n.01,"root_vegetable.n.01,solanaceous_vegetable.n.01,starches.n.01",1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__spinach.n.01,greens.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__steak.n.01,cut.n.06,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__virginia_ham.n.01,ham.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__watermelon.n.01,melon.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__zucchini.n.01,summer_squash.n.02,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +die.n.01,cube.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +digital_camera.n.01,camera.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dinner_napkin.n.01,napkin.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +dip.n.07,candle.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +dipper.n.01,ladle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dirt.n.02,dirtiness.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +dish_rack.n.01,rack.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dishtowel.n.01,towel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +dishwasher.n.01,white_goods.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +disinfectant__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +disinfectant.n.01,agent.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +disk_drive.n.01,drive.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +disk.n.01,round_shape.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +display_panel.n.01,display.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +disposal.n.04,kitchen_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +diving_board.n.01,springboard.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dixie_cup.n.01,cup.n.01,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dog_collar.n.01,collar.n.06,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dog_food.n.01,petfood.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +doily.n.01,linen.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +doll.n.01,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +door.n.01,movable_barrier.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +doughnut.n.02,friedcake.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +dowel.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +drawers.n.01,underpants.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +dreidel.n.01,top.n.08,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dress_shirt.n.01,shirt.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +dress.n.01,woman's_clothing.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +dried_apricot.n.01,dried_fruit.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +drill.n.01,tool.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +drink__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +drinking_fountain.n.02,structure.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +drip_coffee.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +drip_pot.n.01,coffeepot.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +driveway.n.01,road.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +drum.n.01,percussion_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +drumstick.n.02,stick.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dry_food_dispenser_shelf.n.01,dispenser.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +drying_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +duck.n.03,poultry.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +duct_tape.n.01,adhesive_tape.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +duffel_bag.n.01,drawstring_bag.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +dumpling.n.01,pasta.n.02,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +dumpling.n.02,dessert.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +durian.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dust.n.01,particulate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +dustpan.n.02,receptacle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dutch_oven.n.02,pot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dye.n.01,coloring_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +eames_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +easel.n.01,tripod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +easter_egg.n.01,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +echeveria_elegans.n.01,succulent.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +edible_cookie_dough.n.01,dough.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +egg_white.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +egg_yolk.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +egg.n.02,foodstuff.n.02,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +eggnog.n.01,punch.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +eggplant.n.01,solanaceous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +electric_fan.n.01,fan.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +electric_mixer.n.01,mixer.n.04,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +electric_refrigerator.n.01,refrigerator.n.01,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +elevator_door.n.01,movable_barrier.n.01,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +elevator.n.01,lifting_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ember.n.01,fragment.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +emery_paper.n.01,abrasive.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +enchilada.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +engine.n.01,motor.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +entire_leaf.n.01,leaf.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +envelope.n.01,container.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +erlenmeyer_flask.n.01,flask.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +espresso.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +essential_oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +essential_oil.n.01,oil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +evergreen.n.01,vascular_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +exercise_bike.n.01,exercise_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +eyeshadow.n.01,makeup.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +fabric_softener__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fabric_softener.n.01,softener.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +face_mask.n.01,mask.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +facsimile.n.02,duplicator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fairy_light.n.01,light.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +farm_stand.n.01,booth.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +feather.n.01,"animal_material.n.01,body_covering.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fecal_matter.n.01,body_waste.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +felt.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +fennel.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fennel.n.04,spice.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +fertilizer__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +fertilizer.n.01,chemical.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +feta__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +feta.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fillet.n.02,piece.n.08,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +filling.n.03,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +fire_alarm.n.02,alarm.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fire_extinguisher.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fire_pit.n.01,pit.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fireplace.n.01,recess.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +firewood.n.01,fuel.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +first-aid_kit.n.01,kit.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fish_stew.n.01,stew.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +fishing_gear.n.01,gear.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fishing_rod.n.01,rod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flagpole.n.02,staff.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flashlight.n.01,electric_lamp.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flat_bench.n.02,sports_equipment.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flat_coat.n.01,coat_of_paint.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +floor_lamp.n.01,lamp.n.02,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +floor.n.01,horizontal_surface.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +floor_wax.n.01,wax.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +floor_wax__bottle.n.01,vessel.n.03,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flooring.n.02,building_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flour__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +flour.n.01,foodstuff.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +flower.n.02,reproductive_structure.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +foam.n.01,bubble.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +folder.n.02,covering.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +folderal.n.01,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +folding_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +food_processor.n.01,kitchen_appliance.n.01,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +footstool.n.01,stool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,,0,0,rigidBody +foundation.n.03,support.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fountain.n.01,structure.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +frame.n.10,framework.n.03,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +frank.n.02,sausage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +frankfurter_bun.n.01,bun.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +free_weight_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +french_fries.n.02,starches.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +french_fry_holder.n.01,holder.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +french_toast.n.01,dish.n.02,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fritter_batter.n.01,batter.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid +frosting__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +frosting.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +fruit_punch.n.01,punch.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +fruitcake.n.02,cake.n.03,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +frying_pan.n.01,pan.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fuel__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +funnel.n.02,utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +fur_coat.n.01,coat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +gaming_table.n.01,table.n.02,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +garbage.n.01,waste.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +garden_plant.n.01,plant.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +garden_umbrella.n.01,canopy.n.03,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +garlic_bread.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +gasoline.n.01,"fuel.n.01,hydrocarbon.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +gate.n.01,movable_barrier.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +gauge.n.01,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gazpacho.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +gelatin__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gelatin.n.02,dainty.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +geode.n.01,nodule.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gift_box.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gin__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gin.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ginger__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +ginger_ale.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ginger_beer.n.01,beverage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ginger.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +ginger.n.03,flavorer.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gingerbread.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +girdle.n.02,band.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +glassware.n.01,tableware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +glaze__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +glaze.n.01,topping.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +glitter.n.01,brightness.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +globe.n.03,"model.n.04,sphere.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +glue_stick.n.01,implement.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +goalkeeper_gloves.n.01,glove.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +goblet.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +goggles.n.02,optical_instrument.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +golf_club.n.02,golf_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gooseberry.n.02,currant.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gourd.n.02,fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gown.n.05,outerwear.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +graduated_cylinder.n.01,graduate.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grandfather_clock.n.01,pendulum_clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +granola__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +granola_bar.n.01,cookie.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +granola.n.01,cold_cereal.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +granulated_salt.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +granulated_sugar__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +granulated_sugar__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +granulated_sugar.n.01,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,microPhysicalSubstance +grape.n.01,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grapefruit.n.02,citrus.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grate.n.01,framework.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grated_cheese__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grated_cheese.n.01,cheese.n.01,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +grater.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +gravel.n.01,rock.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +gravestone.n.01,"memorial.n.03,stone.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gravy_boat.n.01,dish.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gravy.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +grease.n.01,oil.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +green_bean.n.01,fresh_bean.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +green_onion.n.01,onion.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +green_tea_latte.n.01,beverage.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +green_tea.n.01,tea.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +greenery.n.01,leaf.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +griddle.n.01,cooking_utensil.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grill.n.02,framework.n.03,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +grit.n.01,sandstone.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +ground_beef__package.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ground_beef.n.01,beef.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +ground_coffee.n.01,coffee.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +grouper.n.01,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +grout.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +guacamole.n.01,dip.n.04,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +guitar.n.01,stringed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gumbo.n.03,vegetable.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gummed_label.n.01,label.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gun.n.01,weapon.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +gunnysack.n.01,bag.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,cloth +gunpowder.n.01,explosive.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +gym_shoe.n.01,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hair_spray.n.01,toiletry.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hair.n.04,filament.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +hairbrush.n.01,brush.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__apple_pie.n.01,pie.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__apple.n.01,"edible_fruit.n.01,pome.n.01",1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__beefsteak_tomato.n.01,tomato.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__bell_pepper.n.01,sweet_pepper.n.02,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__chestnut.n.01,edible_nut.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__coconut.n.01,edible_nut.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__eggplant.n.01,solanaceous_vegetable.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__feta.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,softBody +half__hard-boiled_egg.n.01,boiled_egg.n.01,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__lemon.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__lime.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__log.n.01,wood.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__mango.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__mushroom.n.01,vegetable.n.01,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__orange.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__pineapple.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__plum.n.01,"drupe.n.01,edible_fruit.n.01",1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__pomegranate.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__pomelo.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__potato.n.01,"root_vegetable.n.01,solanaceous_vegetable.n.01,starches.n.01",1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__vidalia_onion.n.01,onion.n.03,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__watermelon.n.01,melon.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__zucchini.n.01,summer_squash.n.02,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +halibut.n.01,flatfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +halite.n.01,"mineral.n.01,sodium_chloride.n.01",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ham_hock.n.01,leg.n.05,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hamburger_bun.n.01,bun.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +hamburger.n.01,sandwich.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hammer.n.02,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hammock.n.03,mechanical_device.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +hamper.n.02,basket.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hamster_wheel.n.01,exercise_device.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hand_blower.n.01,"blower.n.01,dryer.n.01",0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hand_dryer.n.01,dryer.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hand_glass.n.02,light_microscope.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hand_towel.n.01,towel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +handle.n.01,appendage.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +handset.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hanger.n.02,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hard-boiled_egg.n.01,boiled_egg.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hardback.n.01,book.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +harness.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hat.n.01,headdress.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +hay.n.01,fodder.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +hazelnut.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +head_cabbage.n.02,cabbage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +headset.n.01,telephone_receiver.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heap__of__granola.n.01,pile.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heap__of__gravel.n.01,pile.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heap__of__oatmeal.n.01,pile.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heap__of__raisins.n.01,pile.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heatgun.n.01,hand_tool.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +heavy_cream.n.01,cream.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hedge.n.01,fence.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +helmet.n.01,armor_plate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hemp.n.01,plant_fiber.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +herb__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,rigidBody +herbicide__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +herbicide.n.01,chemical.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +highchair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hiking_boot.n.01,boot.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hinge.n.01,joint.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hip.n.05,fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hockey_stick.n.01,stick.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hoe.n.01,tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +holly.n.03,decoration.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +honey__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +honey.n.01,sweetening.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hook.n.05,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hose_cart.n.01,implement.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hose.n.03,tube.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +hospital_bed.n.02,furniture.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hot_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hot_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hot_tub.n.02,vessel.n.03,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hotdog.n.02,sandwich.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +house_paint__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +house_paint.n.01,paint.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +huitre.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +hummus__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hummus.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hutch.n.01,cage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hydrogen_peroxide__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hydrogen_peroxide.n.01,oxidant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ice_cream__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scoop_of_ice_cream.n.01,frozen_dessert.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice_cube.n.01,cube.n.05,0,1,0,0,0,0,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,rigidBody +ice_lolly.n.01,frozen_dessert.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice_maker.n.01,kitchen_appliance.n.01,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice_pack.n.01,bag.n.01,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice_skate.n.01,skate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice.n.01,crystal.n.01,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +iced_cappuccino.n.01,beverage.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +iced_chocolate.n.01,beverage.n.01,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +icepick.n.01,pick.n.06,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +icetray.n.02,receptacle.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +icicle_lights.n.01,light.n.02,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +incision.n.01,depression.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +information_bulletin.n.01,bulletin.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +inhaler.n.01,dispenser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ink__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ink_cartridge.n.01,cartridge.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ink.n.01,liquid.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +insectifuge__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +insectifuge.n.01,repellent.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +instant_coffee__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +instant_coffee.n.01,coffee.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +iron.n.04,home_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +ironing_board.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +isopropanol__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +isopropyl_alcohol.n.01,alcohol.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ivy.n.01,vine.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jacket.n.01,coat.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +jacket.n.05,shell.n.08,0,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,,0,rigidBody +jade_roller.n.01,roller.n.04,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jade.n.01,opaque_gem.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jam__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jam__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +jam.n.01,conserve.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +jar__of__bath_salt.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__beans.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__cumin.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__curry_powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__dill_seed.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__grains.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__honey.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__ink.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__jam.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__jelly.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__mayonnaise.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__orange_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__pepper.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__puree.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__spaghetti_sauce.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jar__of__sugar.n.01,grocery.n.02,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jean.n.01,"trouser.n.01,workwear.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +jelly__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jelly_bean__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jelly_bean.n.01,candy.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +jelly.n.02,conserve.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +jerk_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +bag__of__jerky.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jersey.n.03,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +jigsaw_puzzle_piece.n.01,puzzle.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jigsaw_puzzle.n.01,puzzle.n.02,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jimmies__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jimmies.n.01,chocolate_candy.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +joystick.n.02,"control.n.09,data_input_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jug__of__milk.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jug.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jukebox.n.01,record_player.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +jump_suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +kabob.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kale.n.03,cabbage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kayak_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kayak.n.01,canoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kettle.n.01,pot.n.01,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +key.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +key.n.15,lever.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +keyboard.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kid_glove.n.01,glove.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +kidney_bean.n.01,common_bean.n.01,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,macroPhysicalSubstance +kielbasa.n.01,sausage.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +kitchen_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +kiwi.n.03,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +knife_block.n.01,rack.n.05,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +knit.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +lab_exhaust_hood.n.01,hood.n.06,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lace.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +lacquer.n.01,gum.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +ladder.n.01,stairs.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lamb.n.05,meat.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lampshade.n.01,shade.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lantern.n.01,lamp.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +laptop.n.01,portable_computer.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lasagna.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lavender.n.01,shrub.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lawn_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lawn_mower.n.01,garden_tool.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lawn.n.01,field.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +leaf_blower.n.01,home_appliance.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +leek.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +legal_document.n.01,document.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +legging.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +lemon_juice__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lemon_juice.n.01,juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lemon_peel.n.01,peel.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lemon_stain_remover.n.01,cleansing_agent.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lemon_water.n.01,beverage.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lemon-pepper_seasoning__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +lemon-pepper_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +lemon.n.01,citrus.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lemonade__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lemonade.n.01,fruit_drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lens.n.01,optical_device.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lentil__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lentil.n.01,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,microPhysicalSubstance +leotard.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +letter.n.01,"document.n.02,text.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lettuce.n.03,salad_green.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lever.n.02,machine.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +license_plate.n.01,plate.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lid.n.02,top.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +life_jacket.n.01,life_preserver.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +light_bulb.n.01,electric_lamp.n.01,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lily.n.01,liliaceous_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lily_pad.n.01,pad.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +lima_bean.n.03,shell_bean.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +lime_juice__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lime_juice.n.01,juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lime.n.06,citrus.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +limeade.n.01,fruit_drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +limestone.n.01,"rock.n.02,sedimentary_rock.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +liner.n.03,piece_of_cloth.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +lingerie.n.01,underwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +lining.n.01,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +linseed_oil.n.01,oil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lint_roller.n.01,roller.n.04,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +lint_screen.n.01,screen.n.05,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lint.n.01,fiber.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +lip_balm.n.01,ointment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lipstick.n.01,makeup.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +liqueur.n.01,alcohol.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +liquid_soap__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +liquid_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +litter_box.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lobster.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lock.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +log.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +loin.n.01,cut.n.06,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lollipop.n.02,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +long_trousers.n.01,trouser.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +loofa.n.01,fiber.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +lorry.n.02,truck.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lotion__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lotion.n.01,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +loudspeaker.n.01,electro-acoustic_transducer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +low-fat_milk.n.01,milk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +lubricant__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lubricant.n.01,substance.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +luggage_compartment.n.01,compartment.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lump_sugar.n.01,sugar.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +lunch_box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +macaroni.n.02,pasta.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +macaroni_and_cheese.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +macaroon.n.01,cookie.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mace.n.03,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +magazine_rack.n.01,rack.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +magazine.n.02,product.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +magnesium_sulfate.n.01,sulfate.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +mail.n.04,collection.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mailbox.n.01,box.n.01,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +maillot.n.01,swimsuit.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +mallet.n.01,sports_implement.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mango.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mannequin.n.02,dummy.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +map.n.01,representation.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +maple_syrup__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +maple_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +margarine__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +margarine.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +margarita.n.01,cocktail.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +marigold.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +marinade.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +marinara__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +marinara.n.01,spaghetti_sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +marker.n.03,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +marjoram.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +marjoram__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +marshmallow.n.01,candy.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +martini.n.01,cocktail.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mashed_potato.n.02,starches.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +masher.n.02,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +masking_tape.n.01,adhesive_tape.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mason_jar.n.01,jar.n.01,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mat.n.01,floor_cover.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +mat.n.03,sports_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +match.n.01,lighter.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +matchbox.n.01,box.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mattress_cover.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +mattress_pad.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +mattress.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +mayonnaise__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mayonnaise.n.01,dressing.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +measuring_cup.n.01,measure.n.09,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +meat_loaf.n.01,"dish.n.02,loaf_of_bread.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +meat_thermometer.n.01,thermometer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +meatball.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +melted__butter.n.01,dairy_product.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +melted__cheddar.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +melted__grated_cheese.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +melted__parmesan.n.01,cheese.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +melted__white_chocolate.n.01,chocolate.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +menu.n.01,bill.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +meringue.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,liquid +meter.n.02,measuring_instrument.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +microphone.n.01,electro-acoustic_transducer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +microwave.n.02,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +mildew.n.02,fungus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +milk__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +milkshake.n.01,drink.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mint.n.04,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mirror.n.01,reflector.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +miso.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mixing_bowl.n.01,bowl.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mock-up.n.01,model.n.04,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +modem.n.01,electronic_equipment.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mojito.n.01,cocktail.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +molasses.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mold.n.02,container.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mold.n.05,fungus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +money.n.01,medium_of_exchange.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +monitor.n.04,display.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mop_bucket.n.01,vessel.n.03,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mortar.n.03,vessel.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +moss.n.01,bryophyte.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +mothball.n.01,ball.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +motorcycle.n.01,motor_vehicle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mouse.n.04,electronic_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mousepad.n.01,mat.n.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mousetrap.n.01,trap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mouthpiece.n.06,aperture.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mozzarella.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,softBody +mud.n.03,earth.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +muffin.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +mug.n.04,drinking_vessel.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mulch__bag.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mulch.n.01,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +mushroom_sauce.n.01,sauce.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mushroom.n.05,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mussel.n.01,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mustard__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +mustard_seasoning.n.01,flavorer.n.01,1,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +mustard_seed__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +mustard_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +mustard.n.02,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +mustard.n.03,cruciferous_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +nail_polish.n.01,"cosmetic.n.01,enamel.n.04",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +name_tag.n.01,tag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +napkin_ring.n.01,hoop.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +national_flag.n.01,"emblem.n.02,flag.n.01",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +nativity_figurine.n.01,figurine.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +necklace.n.01,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +necktie.n.01,neckwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +nectar.n.01,secretion.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +nectarine.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +needle.n.02,pointer.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +needle.n.03,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +newspaper.n.03,product.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +nickel.n.02,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +nitrogen.n.01,"chemical_element.n.01,gas.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +noodle__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +noodle.n.01,pasta.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,macroPhysicalSubstance +notebook.n.01,book.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +notepad.n.01,pad.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +nut_butter.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,liquid +nutmeg__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +nutmeg.n.02,spice.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +oat__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +oat.n.02,grain.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +oatmeal.n.01,porridge.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +octopus.n.01,seafood.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +old_fashioned.n.01,cocktail.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +olive_oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +olive_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +olive.n.04,"drupe.n.01,relish.n.02",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +omelet.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +onion_powder__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +onion_powder.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +onion_ring_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +open-end_wrench.n.01,wrench.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +orange_juice__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +orange_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +orange_zest.n.01,orange_peel.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +orange.n.01,citrus.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +orzo.n.01,pasta.n.02,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,macroPhysicalSubstance +oven.n.01,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +overall.n.01,work-clothing.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +oxtail.n.01,tail.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__bread.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__cigarettes.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__chocolate_bar.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__kielbasa.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__pasta.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__protein_powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__ramen.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +packing_box.n.02,crate.n.01,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paddle.n.04,oar.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paella.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paint_roller.n.01,roller.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paintbrush.n.01,"applicator.n.01,brush.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +painting.n.01,graphic_art.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pajama.n.02,nightwear.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +pallet.n.02,platform.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pancake_batter.n.01,batter.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid +panel.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +papaya_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +papaya.n.02,edible_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paper_clip.n.01,clip.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paper_coffee_filter.n.01,coffee_filter.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +paper_towel_dispenser.n.01,home_appliance.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paper_towel_holder.n.01,holder.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paper_towel.n.01,towel.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +paperback_book.n.01,book.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paprika__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +paprika.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +paraffin.n.01,wax.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +parallel_bars.n.01,gymnastic_apparatus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +parer.n.02,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +parmesan__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +parmesan.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +parsley.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +parsnip.n.03,root_vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +party_favor.n.01,keepsake.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pasta__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pastry_cutter.n.01,cutter.n.06,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pastry.n.01,dough.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +path.n.04,line.n.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +patina.n.01,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +patty.n.01,dish.n.02,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +paving_stone.n.01,stone.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pay-phone.n.01,telephone.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pea_pod.n.01,pod.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pea.n.01,legume.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +peach.n.03,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +peanut_butter__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +peanut_butter.n.01,spread.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +peanut_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +peanut.n.01,pod.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +peanut.n.04,edible_nut.n.01,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,macroPhysicalSubstance +pear.n.01,"edible_fruit.n.01,pome.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pearl.n.01,jewel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +peat.n.01,"humate.n.01,vegetable_matter.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +pebble.n.01,rock.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pecan.n.03,edible_nut.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +pedestal_table.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +peeler.n.03,device.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +pegboard.n.01,board.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pellet_food__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pellet_food.n.01,petfood.n.01,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +pen.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pencil_box.n.01,box.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pencil_holder.n.01,holder.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pencil.n.01,writing_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pennant.n.02,flag.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +penne.n.01,pasta.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +penny.n.02,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pepper__shaker.n.01,container.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +pepper_mill.n.01,mill.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +peppermint.n.01,mint.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +peppermint.n.03,mint.n.05,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pepperoni.n.01,sausage.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +perch.n.01,support.n.10,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +perfume.n.02,toiletry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +periodic_table.n.01,table.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +person.n.01,"causal_agent.n.01,organism.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +perspiration.n.01,secretion.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +pesticide__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +pesticide.n.01,chemical.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +pestle.n.03,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pesto.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +pet_bed.n.01,bedroom_furniture.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +petal.n.01,floral_leaf.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +petfood__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +petite_marmite.n.01,soup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +petri_dish.n.01,dish.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pewter_teapot.n.01,pot.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +phonograph_record.n.01,sound_recording.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +photocopier.n.01,duplicator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +photoelectric_cell.n.01,"detector.n.01,transducer.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +photograph.n.01,representation.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +piano.n.01,"keyboard_instrument.n.01,percussion_instrument.n.01,stringed_instrument.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +picket.n.05,strip.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pickle.n.01,relish.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pickup.n.01,truck.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +picture_frame.n.01,framework.n.03,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pie_crust.n.01,pastry.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pieplant.n.01,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pill_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pill.n.02,dose.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +pillar_candle.n.01,candle.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +pillow.n.01,cushion.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +pincer.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +pine_nut.n.01,edible_nut.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +pineapple_juice__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pineapple_juice.n.01,fruit_juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +pineapple.n.02,edible_fruit.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pinecone.n.01,cone.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pipe_cleaner.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +pipe.n.01,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pipe.n.02,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pistachio.n.02,edible_nut.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +pita.n.01,flatbread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +pitcher.n.02,vessel.n.03,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pitchfork.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pizza_box.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pizza_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +pizza.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +place_mat.n.01,"mat.n.07,table_linen.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +plan.n.03,drawing.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +plant_pot_stand.n.01,rack.n.05,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +plastic_bag.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +plastic_wrap.n.01,wrapping.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +plate.n.04,flatware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +platter.n.01,flatware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +playground.n.02,yard.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pliers.n.01,"compound_lever.n.01,hand_tool.n.01",0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +plug.n.05,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +plum.n.02,"drupe.n.01,edible_fruit.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +plywood.n.01,laminate.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pocketknife.n.01,knife.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +poinsettia.n.01,spurge.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +poker.n.01,fire_iron.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pole.n.01,rod.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +polish__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +polish.n.03,formulation.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +pollen.n.01,spore.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +polo_shirt.n.01,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +polyvinyl_chloride.n.01,vinyl_polymer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pomegranate.n.02,edible_fruit.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pomelo.n.02,citrus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pommel_horse.n.01,horse.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pool_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pool_table.n.01,"game_equipment.n.01,table.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +pop_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pop.n.02,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +popcorn__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +popcorn.n.02,corn.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +popper.n.03,cooker.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +poppy_seed.n.01,flavorer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +pork.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +porkchop.n.01,chop.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +portafilter.n.01,coffee_filter.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +portrait.n.02,likeness.n.02,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +post-it.n.01,notepaper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +post.n.09,visual_signal.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +postage.n.02,token.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +postcard.n.01,card.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +poster.n.01,sign.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pot_plant.n.01,plant.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pot.n.04,container.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +potato_pancake.n.01,pancake.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +potato.n.01,"root_vegetable.n.01,solanaceous_vegetable.n.01,starches.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +potholder.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__cactus.n.01,succulent.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__daffodil.n.01,narcissus.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__dahlia.n.01,flower.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__marigold.n.01,flower.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +poultry_seasoning.n.01,flavorer.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +power_washer.n.01,home_appliance.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +prawn.n.01,seafood.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +pressure_cooker.n.01,autoclave.n.01,0,0,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pretzel.n.01,cracker.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +price_tag.n.01,tag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +printer.n.03,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +projector.n.02,optical_instrument.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +prosciutto.n.01,ham.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pruner.n.02,pruning_saw.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +puck.n.02,disk.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pudding.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pulley.n.01,machine.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pump.n.01,mechanical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pumpkin_pie_spice.n.01,spice.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +pumpkin_seed__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pumpkin_seed.n.01,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +pumpkin.n.02,vegetable.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +punching_bag.n.02,ball.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +puree.n.01,nutriment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +putty_knife.n.01,spatula.n.02,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +quail.n.01,wildfowl.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +quarter.n.10,coin.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +quartz.n.02,mineral.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +quiche.n.02,tart.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +quilt.n.01,bedclothes.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +quinoa__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +quinoa.n.01,grain.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +radiator.n.02,heater.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +radio_receiver.n.01,receiver.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +radish.n.01,"cruciferous_vegetable.n.01,root_vegetable.n.01",0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rag.n.01,piece_of_cloth.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +rail_fence.n.01,fence.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +railing.n.01,barrier.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +raincoat.n.01,coat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +raisin__box.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +raisin.n.01,dried_fruit.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +rake.n.03,tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +ramekin.n.01,dish.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ramen.n.01,dish.n.02,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +range_hood.n.01,hood.n.06,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +raspberry.n.02,"berry.n.01,drupelet.n.01",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ravioli.n.01,pasta.n.02,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +raw_egg.n.01,foodstuff.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +razor.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +reamer.n.01,squeezer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +receipt.n.02,acknowledgment.n.03,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +recreational_vehicle.n.01,self-propelled_vehicle.n.01,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +recycling_bin.n.01,bin.n.01,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +red_meat_sauce.n.01,spaghetti_sauce.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +red_wine.n.01,wine.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +refried_beans__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +refried_beans.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +release.n.08,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +retainer.n.03,dental_appliance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rib.n.03,cut.n.06,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ribbon.n.01,object.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +rice_cooker.n.01,cooker.n.01,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ricotta.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,microPhysicalSubstance +ring.n.08,jewelry.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ripsaw.n.01,handsaw.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +risotto.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +roaster.n.04,pan.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rocking_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +rolling_pin.n.01,kitchen_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +roof.n.01,protective_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +room_light.n.01,light.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rope.n.01,line.n.18,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rope +rose.n.01,shrub.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rosemary__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +rosemary.n.02,herb.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +round-bottom_flask.n.01,flask.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +router.n.02,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +roux.n.01,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +rubber_band.n.01,"band.n.07,elastic_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +rubber_boot.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rubber_eraser.n.01,eraser.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rubber_glove.n.01,glove.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +rubbing_alcohol__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +rubbing_alcohol.n.01,lotion.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +ruby.n.01,jewel.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rug.n.01,"floor_cover.n.01,furnishing.n.02",0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +rule.n.12,measuring_stick.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +rum__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +rum.n.01,liquor.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +rust.n.01,ferric_oxide.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +rutabaga.n.01,turnip.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sack.n.01,bag.n.01,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +saddle_soap__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +saddle_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +safety_glass.n.01,glass.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +saffron__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +saffron.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sage__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +sage.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sake.n.02,alcohol.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +salad__bowl.n.01,vessel.n.03,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +salad_fork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +salad.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +salmon.n.03,fish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +salsa__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +salsa.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +salt__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +salt__shaker.n.01,container.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +salt.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sandal.n.01,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sandbox.n.02,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sandglass.n.01,timepiece.n.01,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sangaree.n.01,drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +sanitary_napkin.n.01,pad.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +sap.n.01,solution.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +saucepan.n.01,pan.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +saucepot.n.01,pot.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +saucer.n.02,flatware.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sauna_heater.n.01,heater.n.01,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +sawdust.n.01,wood.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sax.n.02,single-reed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scale.n.07,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scale.n.10,covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scallop.n.02,shellfish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scanner.n.02,"data_input_device.n.01,electronic_device.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scarf.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +schnitzel.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scone.n.01,quick_bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +scoop.n.06,ladle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scoreboard.n.01,"board.n.03,signboard.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scotch.n.02,whiskey.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +scrambled_eggs.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +scraper.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +screen.n.01,surface.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +screen.n.04,covering.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +screen.n.09,partition.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +screw.n.04,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +screwdriver.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +scrub_brush.n.01,brush.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +scrub.n.01,vegetation.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,rigidBody +scum.n.02,film.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +seal.n.02,device.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +seal.n.07,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +sealant__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +sealant__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sealant.n.01,sealing_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +seashell.n.01,shell.n.10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +seawater.n.01,water.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +security_camera.n.01,camera.n.01,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +security_system.n.02,electrical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +self-registering_thermometer.n.01,thermometer.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +server.n.04,utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +serving_cart.n.01,handcart.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sesame_oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sesame_oil.n.01,vegetable_oil.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +sesame_seed__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +sesame_seed.n.01,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +shaker.n.03,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shampoo__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shampoo__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +shampoo.n.01,cleansing_agent.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +shawl.n.01,cloak.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +shears.n.01,scissors.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +sheet.n.02,paper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +sheet.n.03,bed_linen.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +shelf_back.n.01,support.n.10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shelf_baseboard.n.01,support.n.10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shelf_shelf.n.01,support.n.10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shelf_side.n.01,support.n.10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shelf_top.n.01,support.n.10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shelf.n.01,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,rigidBody +shell.n.02,animal_material.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shell.n.04,hull.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shell.n.05,covering.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +shiitake.n.01,fungus.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shock_absorber.n.01,damper.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shoe_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shoebox.n.02,box.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shopping_basket.n.01,basket.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shopping_cart.n.01,handcart.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +short_pants.n.01,trouser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +shortening__carton.n.01,box.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shortening.n.01,edible_fat.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +shot_glass.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shoulder_bag.n.01,bag.n.04,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +shovel.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +shower_stall.n.01,booth.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shower.n.01,plumbing_fixture.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,rigidBody +showerhead.n.01,nozzle.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +shredder.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +shutter.n.02,blind.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sieve.n.01,strainer.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +silver.n.02,precious_metal.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sink.n.01,plumbing_fixture.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,rigidBody +sirloin.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +skateboard.n.01,"board.n.03,wheeled_vehicle.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +skateboard_wheel.n.01,wheel.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +skeleton.n.04,supporting_structure.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +skewer.n.01,pin.n.09,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +ski_boot.n.01,boot.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ski.n.01,runner.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +skiff.n.01,small_boat.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +skimmer.n.02,cooking_utensil.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +skirt.n.01,cloth_covering.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +skyrocket.n.02,firework.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +slacks.n.01,trouser.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +slat.n.01,strip.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sleeping_bag.n.01,bag.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +sliced__chocolate_cake.n.01,cake.n.03,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +sliced__cucumber.n.01,vegetable.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__lemon.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__lime.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__melon.n.01,melon.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__onion.n.01,onion.n.03,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__papaya.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__roast_beef.n.01,roast.n.01,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__tomato.n.01,tomato.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +slicer.n.02,machine.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +slide_fastener.n.01,fastener.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +slingback.n.01,shoe.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +smoothie.n.02,beverage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +snack_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +snapper.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +snow_globe.n.01,plaything.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +snow.n.01,precipitation.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +soap__bottle.n.01,vessel.n.03,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soap_dish.n.01,fixture.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soap_dispenser.n.01,dispenser.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,rigidBody +soccer_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sock.n.01,hosiery.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +soda__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soda_water__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soda_water.n.03,food.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,liquid +sodium_carbonate__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sodium_carbonate.n.01,salt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sofa.n.01,seat.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,rigidBody +softball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soil__bag.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soil.n.02,earth.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +solvent__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soup__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soup_bowl.n.01,bowl.n.03,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soup_ladle.n.01,ladle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soupspoon.n.01,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +sour_bread.n.01,bread.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +sour_cream.n.01,cream.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +soy_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +soy_sauce.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +soy.n.04,bean.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +soya_milk.n.01,milk.n.04,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +space_heater.n.01,heater.n.01,0,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spackle.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +spaghetti.n.01,pasta.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +spark_plug.n.01,electrical_device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sparkler.n.02,firework.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spatula.n.01,turner.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +specimen_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spectacles.n.01,optical_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spice_cookie_dough.n.01,dough.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +spice_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spinach.n.02,greens.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spirit_lamp.n.01,lamp.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sponge.n.01,absorbent_material.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +spotlight.n.02,lamp.n.01,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +spray_paint__can.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +spray_paint.n.01,paint.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +sprinkler.n.01,mechanical_device.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +sprout.n.01,plant_organ.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +square.n.08,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +squeegee.n.01,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +squid.n.01,seafood.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stain.n.01,appearance.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +stake.n.05,post.n.04,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stand.n.04,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +stand.n.10,tiered_seat.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +staple_gun.n.01,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +staple.n.04,nail.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +staple.n.05,paper_fastener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stapler.n.01,machine.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +statue.n.01,sculpture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +steak.n.01,cut.n.06,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +steamer.n.02,cooking_utensil.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +steel_wool.n.01,abrasive.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +steel.n.03,sharpener.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +steering_wheel.n.01,handwheel.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stencil.n.01,sheet.n.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +step.n.04,support.n.10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stew__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sticky_note.n.01,pad.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stirrer.n.02,implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stocking.n.01,hosiery.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +stockpot.n.01,pot.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +storage_container.n.01,box.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +storage_organizer.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stove.n.01,kitchen_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +straight_chair.n.01,chair.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +straight_pin.n.01,pin.n.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +straightener.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +straw.n.04,tube.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +strawberry.n.01,berry.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +string.n.01,cord.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rope +stucco.n.01,plaster.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +stud.n.02,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stuffing.n.01,concoction.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +sugar__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sugar_coffee_scrub.n.01,soap.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +sugar_cookie_dough.n.01,dough.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +sugar_cookie.n.01,cookie.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sugar_syrup__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sugar_syrup.n.01,syrup.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +sunflower_seed__bag.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sunflower_seed.n.01,edible_seed.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sunflower.n.01,flower.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sunglasses.n.02,optical_instrument.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sunscreen__bottle.n.01,vessel.n.03,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sunscreen.n.01,cream.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +sushi.n.01,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +swab.n.02,cleaning_implement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +sweat_suit.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +sweatshirt.n.01,pullover.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +sweet_corn.n.02,corn.n.03,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +swimming_pool.n.01,"athletic_facility.n.01,pool.n.01",0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +swing.n.02,"mechanical_device.n.01,plaything.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +swiss_cheese.n.01,cheese.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,rigidBody +switch.n.01,control.n.09,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +swivel_chair.n.01,chair.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +syringe.n.01,medical_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +table_knife.n.01,"cutlery.n.02,knife.n.01",0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +table_lamp.n.01,lamp.n.02,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tablecloth.n.01,table_linen.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +tablefork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +tablespoon.n.02,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +tablet.n.05,portable_computer.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +taboret.n.01,stool.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +taco.n.02,dish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tag.n.02,label.n.04,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +talcum.n.02,toilet_powder.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +tank_top.n.01,shirt.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +tank.n.02,vessel.n.03,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tape.n.04,measuring_instrument.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tarnish.n.02,appearance.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +tarpaulin.n.01,canvas.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +tartlet.n.01,tart.n.02,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tassel.n.01,adornment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +tea_bag.n.01,tea.n.05,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +tea.n.01,beverage.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +teacup.n.02,cup.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +teapot.n.01,pot.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +teaspoon.n.02,spoon.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +teddy.n.01,plaything.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,softBody +television_receiver.n.01,receiver.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +tenderloin.n.02,cut.n.06,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tennis_ball.n.01,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tennis_racket.n.01,racket.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tent.n.01,shelter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tequila__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tequila.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +terrarium.n.01,vivarium.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +test_tube_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +test_tube.n.01,tube.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +textbook.n.01,book.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +thermos.n.01,vacuum_flask.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +thermostat.n.01,regulator.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +thumbtack.n.01,"paper_fastener.n.01,tack.n.02",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +thyme__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +thyme.n.02,herb.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +ticket.n.01,commercial_document.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +tie.n.09,cord.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +tights.n.01,hosiery.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +tile.n.01,slab.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +timer.n.03,governor.n.02,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tinsel.n.02,thread.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +tiramisu.n.01,dessert.n.01,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +tissue_dispenser.n.01,dispenser.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toast.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toaster_oven.n.01,kitchen_appliance.n.01,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toaster.n.02,kitchen_appliance.n.01,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toasting_fork.n.01,fork.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +tofu.n.02,curd.n.01,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,softBody +toilet_paper_dispenser.n.01,home_appliance.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toilet_paper_holder.n.01,holder.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toilet_soap__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toilet_soap.n.01,soap.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +toilet_tissue.n.01,tissue.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +toilet.n.02,plumbing_fixture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,rigidBody +tomato_juice__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tomato_juice.n.01,juice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +tomato_paste__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tomato_paste.n.01,ingredient.n.03,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +tomato_rice.n.01,rice.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +tomato_sauce__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tomato_sauce.n.01,spaghetti_sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +tongs.n.01,device.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tonic.n.01,soft_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +toolbox.n.01,chest.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toothbrush.n.01,"brush.n.02,toiletry.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toothpaste.n.01,dentifrice.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +toothpick.n.01,"pick.n.06,strip.n.05",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tortilla_chip.n.01,corn_chip.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tortilla.n.01,pancake.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,cloth +towel_rack.n.01,rack.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +toy_box.n.01,chest.n.02,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toy_car.n.01,plaything.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toy_dice.n.01,plaything.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +toy_figure.n.01,plaything.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beach_toy.n.01,plaything.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trailer.n.03,conveyance.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trailer_truck.n.01,truck.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +train_set.n.01,plaything.n.01,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trampoline.n.01,gymnastic_apparatus.n.01,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,rigidBody +tray.n.01,receptacle.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +treadmill.n.01,exercise_device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +tree.n.01,woody_plant.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +trimmer.n.02,machine.n.01,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +trombone.n.01,brass.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trophy.n.02,award.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trout.n.01,fish.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,,0,0,rigidBody +trowel.n.01,hand_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +trunk.n.01,stalk.n.02,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tub.n.02,vessel.n.03,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tube__of__lotion.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tube__of__toothpaste.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tulip.n.01,liliaceous_plant.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tumbler.n.02,glass.n.02,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tuna.n.02,saltwater_fish.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tupperware.n.01,container.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +turf.n.01,land.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +turkey_leg.n.01,drumstick.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +turkey.n.04,poultry.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +turmeric.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +turnstile.n.02,movable_barrier.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +tweezers.n.01,hand_tool.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +umbrella_rack.n.01,rack.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +umbrella.n.01,canopy.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +urinal.n.01,plumbing_fixture.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,rigidBody +utility_knife.n.01,knife.n.01,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +vacuum.n.04,home_appliance.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,rigidBody +valve.n.01,structure.n.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +van.n.05,truck.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vanilla__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vanilla.n.01,orchid.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vanilla.n.02,flavorer.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +varnish.n.01,coating.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +vase.n.01,jar.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vaseline.n.01,petrolatum.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,liquid +veal.n.01,meat.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vegetable_oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +velcro.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +velvet.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +vending_machine.n.01,slot_machine.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +venison.n.01,game.n.07,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vent.n.01,hole.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ventilator.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vest.n.01,garment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +vidalia_onion.n.01,onion.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +videodisk.n.01,optical_disk.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vinegar__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +vinegar__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vinegar_cleaning_solution.n.01,cleansing_agent.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +vinegar.n.01,condiment.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +violin_case.n.01,case.n.05,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +violin.n.01,bowed_stringed_instrument.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +virginia_ham.n.01,ham.n.01,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vitamin_pill__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vitamin_pill.n.01,"dietary_supplement.n.01,pill.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +vodka__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +vodka.n.01,liquor.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +volleyball_net.n.01,net.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,cloth +volleyball.n.02,ball.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wading_pool.n.01,pool.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +wafer.n.02,cookie.n.01,0,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +waffle_iron.n.01,kitchen_appliance.n.01,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +waffle.n.01,cake.n.03,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wagon.n.04,wheeled_vehicle.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +walker.n.04,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +walking_shoe.n.01,shoe.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wall_clock.n.01,clock.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +wall_socket.n.01,receptacle.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wall.n.01,partition.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +wallboard.n.01,board.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wallet.n.01,case.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wallpaper.n.01,paper.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +walnut.n.01,edible_nut.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wardrobe.n.01,furniture.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +washer.n.03,white_goods.n.01,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +watch.n.01,timepiece.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +water_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water_cooler.n.01,device.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water__dispenser.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +water_faucet.n.01,"faucet.n.01,plumbing_fixture.n.01",0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water_filter.n.01,filter.n.01,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water_glass.n.02,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +water.n.06,"food.n.01,liquid.n.01,nutrient.n.02",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +watering_can.n.01,container.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,rigidBody +watermelon.n.02,melon.n.01,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wax_paper.n.01,paper.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wax_remnant.n.01,wax.n.01,1,,0,,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,,0,0,visualSubstance +webcam.n.02,camera.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +weed.n.01,vascular_plant.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +weight.n.02,sports_equipment.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wheat.n.02,grain.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +whetstone.n.01,stone.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +whipped_cream__atomizer.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +whipped_cream__can.n.01,dispenser.n.01,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,rigidBody +whipped_cream.n.01,topping.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +whisk.n.01,mixer.n.04,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,rigidBody +whiskey__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +whiskey_stone.n.01,rock.n.01,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +whistle.n.04,"acoustic_device.n.01,signaling_device.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +white_chocolate.n.01,chocolate.n.02,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +white_rice__sack.n.01,bag.n.01,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +white_rice.n.01,rice.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +white_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +white_turnip.n.02,turnip.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +white_wine.n.01,wine.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +whitewall_tire.n.01,tire.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +whole_garlic.n.01,garlic.n.02,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +whole_milk.n.01,milk.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +wick.n.02,cord.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +wicker_basket.n.01,basket.n.01,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wind_chime.n.01,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +window_blind.n.01,blind.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +window.n.01,framework.n.03,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +windshield.n.01,screen.n.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wine_bottle.n.01,bottle.n.01,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wine_sauce__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wine_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +wineglass.n.01,glass.n.02,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wire_cutter.n.01,edge_tool.n.01,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,rigidBody +wire.n.01,ligament.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rope +wok.n.01,pan.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wood_chip.n.01,matchwood.n.01,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +wooden_spoon.n.02,"spoon.n.01,woodenware.n.01",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,rigidBody +wool_coat.n.01,coat.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +wool.n.01,fabric.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +worcester_sauce.n.01,sauce.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +worktable.n.01,table.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +wrapped_hamburger.n.01,grocery.n.02,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wrapping_paper.n.01,paper.n.01,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,cloth +wreath.n.01,flower_arrangement.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +wrinkle.n.01,depression.n.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +yam.n.03,sweet_potato.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +yeast__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +yeast__jar.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +yeast.n.01,leaven.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +yoga_mat.n.01,exercise_device.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,cloth +yogurt__carton.n.01,box.n.01,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +yogurt.n.01,"dairy_product.n.01,food.n.02",0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +zucchini.n.02,summer_squash.n.02,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +lamb_stew.n.01,stew.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +hot_toddy.n.01,mixed_drink.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +chicken_soup__carton.n.01,box.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cornstarch.n.01,starch.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,microPhysicalSubstance +sand.n.04,earth.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,visualSubstance +cheese_pastry_filling.n.01,sauce.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +cornbread_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +roll_dough.n.01,dough.n.01,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +can__of__dog_food.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pack__of__ground_beef.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bag__of__mulch.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +box__of__aluminium_foil.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dog_food__can.n.01,container.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +can__of__cat_food.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +brownie_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +muffin_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +diced__strawberry.n.01,berry.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +diced__orange.n.01,citrus.n.01,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +waffle_batter.n.01,batter.n.02,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,liquid +present.n.02,gift.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +oil__bottle.n.01,vessel.n.03,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +squeeze_bottle.n.01,vessel.n.03,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,rigidBody +soft_roll.n.01,bun.n.01,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +hanging.n.01,decoration.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pump.n.03,shoe.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +music_stool.n.01,stool.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +reception_desk.n.01,counter.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,rigidBody +cleansing__bottle.n.01,vessel.n.03,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +package.n.01,collection.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +ice_cream_cone.n.01,pastry.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +parsley__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +savory_spice__shaker.n.01,container.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,rigidBody +sack__of__brown_rice.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +package.n.02,container.n.01,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__beefsteak_tomato.n.01,tomato.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +pottable__chili.n.01,hot_pepper.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +bap.n.01,bread.n.01,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,softBody +frail.n.02,basket.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cup__of__ranch.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__eggplant.n.01,solanaceous_vegetable.n.01,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +signpost.n.01,sign.n.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +cookie_stick.n.01,cookie.n.01,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__apricot.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__kiwi.n.01,edible_fruit.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__peach.n.01,"drupe.n.01,edible_fruit.n.01",1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__pear.n.01,"edible_fruit.n.01,pome.n.01",1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__strawberry.n.01,berry.n.01,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +half__papaya.n.01,edible_fruit.n.01,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +sliced__brisket.n.01,cut.n.06,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,rigidBody +dried_cranberry.n.01,dried_fruit.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,macroPhysicalSubstance +hard_candy.n.01,candy.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +beaker.n.02,cup.n.01,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +stone_wall.n.01,fence.n.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +liquid_carton.n.01,box.n.01,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody +alphabet_abacus.n.01,plaything.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody diff --git a/bddl/generated_data/synsets_to_descriptors.json b/bddl/generated_data/synsets_to_descriptors.json index f874097b..e2f01146 100644 --- a/bddl/generated_data/synsets_to_descriptors.json +++ b/bddl/generated_data/synsets_to_descriptors.json @@ -62,10 +62,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -130,10 +126,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -251,11 +243,7 @@ "hot" ] ], - "acetone__bottle.n.01": [ - [ - "broken", - "broken" - ], + "acetone__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -280,10 +268,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -304,6 +288,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -497,7 +485,7 @@ "wrinkly" ] ], - "act.n.02": [ + "acquisition.n.02": [ [ "disinfected", "disinfected" @@ -551,115 +539,7 @@ "wrinkly" ] ], - "activity.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "adapter.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "address.n.05": [ + "act.n.02": [ [ "disinfected", "disinfected" @@ -713,17 +593,7 @@ "wrinkly" ] ], - "adhesive_material.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "adhesive_tape.n.01": [ + "activity.n.01": [ [ "disinfected", "disinfected" @@ -756,10 +626,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -781,7 +647,7 @@ "wrinkly" ] ], - "adornment.n.01": [ + "adapter.n.02": [ [ "disinfected", "disinfected" @@ -835,7 +701,7 @@ "wrinkly" ] ], - "aerosol.n.02": [ + "address.n.05": [ [ "disinfected", "disinfected" @@ -889,7 +755,7 @@ "wrinkly" ] ], - "agamete.n.01": [ + "adhesive_material.n.01": [ [ "frozen", "frozen" @@ -899,11 +765,7 @@ "hot" ] ], - "agaric.n.02": [ - [ - "cooked", - "cooked" - ], + "adhesive_tape.n.01": [ [ "disinfected", "disinfected" @@ -961,7 +823,7 @@ "wrinkly" ] ], - "agave.n.01": [ + "adornment.n.01": [ [ "disinfected", "disinfected" @@ -994,10 +856,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -1019,39 +877,7 @@ "wrinkly" ] ], - "agent.n.03": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "aioli.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "broken", - "broken" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "open", - "open" - ] - ], - "air_conditioner.n.01": [ + "aerosol.n.02": [ [ "disinfected", "disinfected" @@ -1109,61 +935,21 @@ "wrinkly" ] ], - "air_filter.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "agamete.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "air_freshener__atomizer.n.01": [ + "agaric.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -1196,6 +982,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -1208,10 +998,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -1221,7 +1007,7 @@ "wrinkly" ] ], - "aircraft.n.01": [ + "agave.n.01": [ [ "disinfected", "disinfected" @@ -1255,58 +1041,8 @@ "scratched" ], [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "alarm.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" + "sliced", + "sliced" ], [ "stained", @@ -1320,10 +1056,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -1333,7 +1065,7 @@ "wrinkly" ] ], - "alarm_clock.n.01": [ + "agent.n.01": [ [ "disinfected", "disinfected" @@ -1378,10 +1110,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -1391,11 +1119,7 @@ "wrinkly" ] ], - "alcohol.n.01": [ - [ - "boiling", - "boiling" - ], + "agent.n.03": [ [ "frozen", "frozen" @@ -1405,14 +1129,14 @@ "hot" ] ], - "alcohol.n.02": [ + "aioli.n.01": [ [ "boiling", "boiling" ], [ - "on_fire", - "on_fire" + "broken", + "broken" ], [ "frozen", @@ -1423,7 +1147,7 @@ "hot" ] ], - "alcove.n.01": [ + "air_conditioner.n.01": [ [ "disinfected", "disinfected" @@ -1468,6 +1192,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -1477,35 +1205,7 @@ "wrinkly" ] ], - "alga.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "aliphatic_compound.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "allen_wrench.n.01": [ + "air_filter.n.01": [ [ "disinfected", "disinfected" @@ -1559,11 +1259,7 @@ "wrinkly" ] ], - "alliaceous_plant.n.01": [ - [ - "cooked", - "cooked" - ], + "air_freshener__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -1596,10 +1292,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -1612,6 +1304,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -1621,21 +1317,7 @@ "wrinkly" ] ], - "allspice.n.03": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "allspice__shaker.n.01": [ + "aircraft.n.01": [ [ "disinfected", "disinfected" @@ -1689,39 +1371,7 @@ "wrinkly" ] ], - "almond.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "almond_oil.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "aluminum.n.01": [ + "alarm.n.02": [ [ "disinfected", "disinfected" @@ -1766,6 +1416,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -1775,7 +1429,7 @@ "wrinkly" ] ], - "aluminum_foil.n.01": [ + "alarm_clock.n.01": [ [ "disinfected", "disinfected" @@ -1784,10 +1438,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -1824,6 +1474,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -1833,7 +1487,7 @@ "wrinkly" ] ], - "ammonia_water.n.01": [ + "alcohol.n.01": [ [ "boiling", "boiling" @@ -1847,7 +1501,25 @@ "hot" ] ], - "ammonia_water__atomizer.n.01": [ + "alcohol.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "alcove.n.01": [ [ "disinfected", "disinfected" @@ -1892,10 +1564,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -1905,11 +1573,35 @@ "wrinkly" ] ], - "ammonia_water__bottle.n.01": [ + "alga.n.01": [ [ - "broken", - "broken" + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "aliphatic_compound.n.01": [ + [ + "boiling", + "boiling" ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "allen_wrench.n.01": [ [ "disinfected", "disinfected" @@ -1934,10 +1626,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -1967,7 +1655,11 @@ "wrinkly" ] ], - "ammunition.n.01": [ + "alliaceous_plant.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -1976,10 +1668,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -2004,6 +1692,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -2025,71 +1717,21 @@ "wrinkly" ] ], - "analgesic.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "anchor.n.01": [ - [ - "disinfected", - "disinfected" - ], + "allspice.n.03": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "angiosperm.n.01": [ + "allspice__shaker.n.01": [ [ "disinfected", "disinfected" @@ -2143,119 +1785,39 @@ "wrinkly" ] ], - "animal.n.01": [ - [ - "disinfected", - "disinfected" - ], + "almond.n.02": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "animal_material.n.01": [ + "almond_oil.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "animal_product.n.01": [ - [ - "cooked", - "cooked" - ], + "alphabet_abacus.n.01": [ [ "disinfected", "disinfected" @@ -2288,10 +1850,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -2313,11 +1871,7 @@ "wrinkly" ] ], - "animal_tissue.n.01": [ - [ - "cooked", - "cooked" - ], + "aluminum.n.01": [ [ "disinfected", "disinfected" @@ -2371,7 +1925,7 @@ "wrinkly" ] ], - "antenna.n.01": [ + "aluminum_foil.n.01": [ [ "disinfected", "disinfected" @@ -2425,21 +1979,7 @@ "wrinkly" ] ], - "antifreeze.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "antifungal.n.01": [ + "ammonia_water.n.01": [ [ "boiling", "boiling" @@ -2453,21 +1993,7 @@ "hot" ] ], - "antihistamine.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "antipasto.n.01": [ - [ - "cooked", - "cooked" - ], + "ammonia_water__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -2500,10 +2026,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -2516,6 +2038,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -2525,7 +2051,7 @@ "wrinkly" ] ], - "antique.n.02": [ + "ammunition.n.01": [ [ "disinfected", "disinfected" @@ -2534,6 +2060,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -2579,7 +2109,17 @@ "wrinkly" ] ], - "antiquity.n.03": [ + "analgesic.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "anchor.n.01": [ [ "disinfected", "disinfected" @@ -2633,7 +2173,7 @@ "wrinkly" ] ], - "antler.n.01": [ + "angiosperm.n.01": [ [ "disinfected", "disinfected" @@ -2687,7 +2227,7 @@ "wrinkly" ] ], - "aperture.n.03": [ + "animal.n.01": [ [ "disinfected", "disinfected" @@ -2741,7 +2281,7 @@ "wrinkly" ] ], - "apparatus.n.01": [ + "animal_material.n.01": [ [ "disinfected", "disinfected" @@ -2786,10 +2326,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -2799,7 +2335,11 @@ "wrinkly" ] ], - "apparel.n.01": [ + "animal_tissue.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -2808,14 +2348,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -2861,17 +2393,7 @@ "wrinkly" ] ], - "appearance.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "appendage.n.03": [ + "antenna.n.01": [ [ "disinfected", "disinfected" @@ -2925,135 +2447,35 @@ "wrinkly" ] ], - "appetizer.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], + "antifreeze.n.01": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "apple.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], + "antifungal.n.01": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "apple_juice.n.01": [ - [ - "boiling", - "boiling" - ], + "antihistamine.n.01": [ [ "frozen", "frozen" @@ -3063,10 +2485,10 @@ "hot" ] ], - "apple_juice__bottle.n.01": [ + "antipasto.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -3092,10 +2514,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -3104,6 +2522,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -3125,11 +2547,7 @@ "wrinkly" ] ], - "apple_pie.n.01": [ - [ - "cooked", - "cooked" - ], + "antique.n.02": [ [ "disinfected", "disinfected" @@ -3162,10 +2580,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -3187,21 +2601,7 @@ "wrinkly" ] ], - "applesauce.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "appliance.n.02": [ + "antiquity.n.03": [ [ "disinfected", "disinfected" @@ -3255,7 +2655,7 @@ "wrinkly" ] ], - "applicator.n.01": [ + "antler.n.01": [ [ "disinfected", "disinfected" @@ -3309,11 +2709,7 @@ "wrinkly" ] ], - "apricot.n.02": [ - [ - "cooked", - "cooked" - ], + "aperture.n.03": [ [ "disinfected", "disinfected" @@ -3346,10 +2742,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -3371,7 +2763,7 @@ "wrinkly" ] ], - "apron.n.01": [ + "apparatus.n.01": [ [ "disinfected", "disinfected" @@ -3380,10 +2772,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -3420,6 +2808,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -3429,7 +2821,7 @@ "wrinkly" ] ], - "arbor.n.03": [ + "apparel.n.01": [ [ "disinfected", "disinfected" @@ -3487,11 +2879,7 @@ "wrinkly" ] ], - "arborio_rice.n.01": [ - [ - "cooked", - "cooked" - ], + "appearance.n.01": [ [ "frozen", "frozen" @@ -3501,7 +2889,7 @@ "hot" ] ], - "area.n.05": [ + "appendage.n.03": [ [ "disinfected", "disinfected" @@ -3555,17 +2943,7 @@ "wrinkly" ] ], - "arenaceous_rock.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "arepa.n.01": [ + "appetizer.n.01": [ [ "cooked", "cooked" @@ -3627,69 +3005,11 @@ "wrinkly" ] ], - "armchair.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "armor_plate.n.01": [ + "apple.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -3722,6 +3042,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -3743,7 +3067,25 @@ "wrinkly" ] ], - "arrangement.n.02": [ + "apple_juice.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "apple_juice__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -3797,7 +3139,11 @@ "wrinkly" ] ], - "arrangement.n.03": [ + "apple_pie.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -3830,6 +3176,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -3851,7 +3201,21 @@ "wrinkly" ] ], - "array.n.01": [ + "applesauce.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "appliance.n.02": [ [ "disinfected", "disinfected" @@ -3860,10 +3224,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -3909,7 +3269,7 @@ "wrinkly" ] ], - "art.n.01": [ + "applicator.n.01": [ [ "disinfected", "disinfected" @@ -3963,7 +3323,7 @@ "wrinkly" ] ], - "artichoke.n.02": [ + "apricot.n.02": [ [ "cooked", "cooked" @@ -4025,7 +3385,7 @@ "wrinkly" ] ], - "article.n.02": [ + "apron.n.01": [ [ "disinfected", "disinfected" @@ -4079,17 +3439,7 @@ "wrinkly" ] ], - "artifact.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "artwork.n.01": [ + "arbor.n.03": [ [ "disinfected", "disinfected" @@ -4098,6 +3448,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -4143,11 +3497,21 @@ "wrinkly" ] ], - "arugula.n.02": [ + "arborio_rice.n.01": [ [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "area.n.05": [ [ "disinfected", "disinfected" @@ -4180,10 +3544,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -4205,7 +3565,7 @@ "wrinkly" ] ], - "ash.n.01": [ + "arenaceous_rock.n.01": [ [ "frozen", "frozen" @@ -4215,7 +3575,11 @@ "hot" ] ], - "ashcan.n.01": [ + "arepa.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -4240,10 +3604,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -4252,6 +3612,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -4273,7 +3637,11 @@ "wrinkly" ] ], - "ashtray.n.01": [ + "armchair.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -4282,6 +3650,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -4327,11 +3699,7 @@ "wrinkly" ] ], - "asparagus.n.02": [ - [ - "cooked", - "cooked" - ], + "armor_plate.n.01": [ [ "disinfected", "disinfected" @@ -4364,10 +3732,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -4389,21 +3753,61 @@ "wrinkly" ] ], - "asphalt.n.01": [ + "arrangement.n.02": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "assets.n.01": [ + "arrangement.n.03": [ [ "disinfected", "disinfected" @@ -4457,7 +3861,7 @@ "wrinkly" ] ], - "athletic_facility.n.01": [ + "array.n.01": [ [ "disinfected", "disinfected" @@ -4466,6 +3870,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -4511,17 +3919,7 @@ "wrinkly" ] ], - "atmospheric_phenomenon.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "atomizer.n.01": [ + "art.n.01": [ [ "disinfected", "disinfected" @@ -4566,10 +3964,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -4579,7 +3973,11 @@ "wrinkly" ] ], - "attachment.n.04": [ + "artichoke.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -4612,6 +4010,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -4633,7 +4035,7 @@ "wrinkly" ] ], - "attire.n.01": [ + "article.n.02": [ [ "disinfected", "disinfected" @@ -4642,10 +4044,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -4691,7 +4089,7 @@ "wrinkly" ] ], - "attribute.n.02": [ + "artifact.n.01": [ [ "frozen", "frozen" @@ -4701,7 +4099,7 @@ "hot" ] ], - "audio_system.n.01": [ + "artwork.n.01": [ [ "disinfected", "disinfected" @@ -4746,10 +4144,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -4759,7 +4153,7 @@ "wrinkly" ] ], - "auricularia.n.01": [ + "arugula.n.02": [ [ "cooked", "cooked" @@ -4772,10 +4166,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -4825,7 +4215,17 @@ "wrinkly" ] ], - "autoclave.n.01": [ + "ash.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "ashcan.n.01": [ [ "disinfected", "disinfected" @@ -4850,10 +4250,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -4883,11 +4279,7 @@ "wrinkly" ] ], - "avocado.n.01": [ - [ - "cooked", - "cooked" - ], + "ashtray.n.01": [ [ "disinfected", "disinfected" @@ -4920,10 +4312,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -4945,7 +4333,11 @@ "wrinkly" ] ], - "award.n.02": [ + "asparagus.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -4978,6 +4370,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -4999,7 +4395,25 @@ "wrinkly" ] ], - "ax.n.01": [ + "asphalt.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "melted", + "melted" + ] + ], + "assets.n.01": [ [ "disinfected", "disinfected" @@ -5053,7 +4467,7 @@ "wrinkly" ] ], - "axle.n.01": [ + "athletic_facility.n.01": [ [ "disinfected", "disinfected" @@ -5107,7 +4521,17 @@ "wrinkly" ] ], - "baby_bed.n.01": [ + "atmospheric_phenomenon.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "atomizer.n.01": [ [ "disinfected", "disinfected" @@ -5152,6 +4576,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -5161,7 +4589,7 @@ "wrinkly" ] ], - "baby_buggy.n.01": [ + "attachment.n.04": [ [ "disinfected", "disinfected" @@ -5215,21 +4643,7 @@ "wrinkly" ] ], - "baby_oil.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "baby_shoe.n.01": [ + "attire.n.01": [ [ "disinfected", "disinfected" @@ -5238,10 +4652,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5287,7 +4697,17 @@ "wrinkly" ] ], - "backdrop.n.01": [ + "attribute.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "audio_system.n.01": [ [ "disinfected", "disinfected" @@ -5332,6 +4752,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -5341,7 +4765,11 @@ "wrinkly" ] ], - "backpack.n.01": [ + "auricularia.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -5350,6 +4778,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -5366,10 +4798,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5378,6 +4806,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -5399,11 +4831,7 @@ "wrinkly" ] ], - "bacon.n.01": [ - [ - "cooked", - "cooked" - ], + "autoclave.n.01": [ [ "disinfected", "disinfected" @@ -5428,6 +4856,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -5436,10 +4868,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -5452,6 +4880,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -5461,7 +4893,11 @@ "wrinkly" ] ], - "bag.n.01": [ + "avocado.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -5494,6 +4930,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -5515,7 +4955,7 @@ "wrinkly" ] ], - "bag.n.04": [ + "award.n.02": [ [ "disinfected", "disinfected" @@ -5524,14 +4964,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -5548,10 +4980,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5581,7 +5009,7 @@ "wrinkly" ] ], - "bag.n.06": [ + "ax.n.01": [ [ "disinfected", "disinfected" @@ -5590,10 +5018,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5610,10 +5034,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5643,7 +5063,7 @@ "wrinkly" ] ], - "bag__of__auricularia.n.01": [ + "axle.n.01": [ [ "disinfected", "disinfected" @@ -5652,10 +5072,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5672,10 +5088,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5705,7 +5117,7 @@ "wrinkly" ] ], - "bag__of__breadcrumbs.n.01": [ + "baby_bed.n.01": [ [ "disinfected", "disinfected" @@ -5714,10 +5126,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5734,10 +5142,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5767,7 +5171,7 @@ "wrinkly" ] ], - "bag__of__brown_rice.n.01": [ + "baby_buggy.n.01": [ [ "disinfected", "disinfected" @@ -5776,10 +5180,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5796,10 +5196,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5829,7 +5225,21 @@ "wrinkly" ] ], - "bag__of__chips.n.01": [ + "baby_oil.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "baby_shoe.n.01": [ [ "disinfected", "disinfected" @@ -5858,10 +5268,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5891,7 +5297,7 @@ "wrinkly" ] ], - "bag__of__cocoa.n.01": [ + "backdrop.n.01": [ [ "disinfected", "disinfected" @@ -5900,10 +5306,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -5920,10 +5322,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -5953,7 +5351,7 @@ "wrinkly" ] ], - "bag__of__cookies.n.01": [ + "backpack.n.01": [ [ "disinfected", "disinfected" @@ -5962,10 +5360,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -6015,7 +5409,11 @@ "wrinkly" ] ], - "bag__of__cream_cheese.n.01": [ + "bacon.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -6024,10 +5422,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -6044,10 +5438,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6056,6 +5446,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -6077,7 +5471,7 @@ "wrinkly" ] ], - "bag__of__fertilizer.n.01": [ + "bag.n.01": [ [ "disinfected", "disinfected" @@ -6086,10 +5480,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -6106,10 +5496,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6139,7 +5525,7 @@ "wrinkly" ] ], - "bag__of__flour.n.01": [ + "bag.n.04": [ [ "disinfected", "disinfected" @@ -6168,10 +5554,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6201,7 +5583,7 @@ "wrinkly" ] ], - "bag__of__ice_cream.n.01": [ + "bag.n.06": [ [ "disinfected", "disinfected" @@ -6230,10 +5612,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6263,7 +5641,7 @@ "wrinkly" ] ], - "bag__of__oranges.n.01": [ + "bag__of__auricularia.n.01": [ [ "disinfected", "disinfected" @@ -6292,10 +5670,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6325,7 +5699,7 @@ "wrinkly" ] ], - "bag__of__popcorn.n.01": [ + "bag__of__breadcrumbs.n.01": [ [ "disinfected", "disinfected" @@ -6354,10 +5728,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6387,7 +5757,7 @@ "wrinkly" ] ], - "bag__of__rice.n.01": [ + "bag__of__brown_rice.n.01": [ [ "disinfected", "disinfected" @@ -6416,10 +5786,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6449,7 +5815,7 @@ "wrinkly" ] ], - "bag__of__shiitake.n.01": [ + "bag__of__chips.n.01": [ [ "disinfected", "disinfected" @@ -6478,10 +5844,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6511,7 +5873,7 @@ "wrinkly" ] ], - "bag__of__snacks.n.01": [ + "bag__of__cocoa.n.01": [ [ "disinfected", "disinfected" @@ -6540,10 +5902,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6573,7 +5931,7 @@ "wrinkly" ] ], - "bag__of__starch.n.01": [ + "bag__of__cookies.n.01": [ [ "disinfected", "disinfected" @@ -6602,10 +5960,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -6635,7 +5989,7 @@ "wrinkly" ] ], - "bag__of__tea.n.01": [ + "bag__of__cream_cheese.n.01": [ [ "disinfected", "disinfected" @@ -6661,12 +6015,12 @@ "hot" ], [ - "moldy", - "moldy" + "melted", + "melted" ], [ - "open", - "open" + "moldy", + "moldy" ], [ "rusty", @@ -6697,7 +6051,7 @@ "wrinkly" ] ], - "bag__of__yeast.n.01": [ + "bag__of__fertilizer.n.01": [ [ "disinfected", "disinfected" @@ -6726,68 +6080,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "bagel.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], [ "rusty", "rusty" @@ -6796,10 +6088,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -6821,11 +6109,7 @@ "wrinkly" ] ], - "bagel_dough.n.01": [ - [ - "cooked", - "cooked" - ], + "bag__of__flour.n.01": [ [ "disinfected", "disinfected" @@ -6838,10 +6122,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -6866,10 +6146,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -6891,7 +6167,7 @@ "wrinkly" ] ], - "baggage.n.01": [ + "bag__of__ice_cream.n.01": [ [ "disinfected", "disinfected" @@ -6917,12 +6193,12 @@ "hot" ], [ - "moldy", - "moldy" + "melted", + "melted" ], [ - "open", - "open" + "moldy", + "moldy" ], [ "rusty", @@ -6953,7 +6229,7 @@ "wrinkly" ] ], - "bagged__rubbish.n.01": [ + "bag__of__jerky.n.01": [ [ "disinfected", "disinfected" @@ -6962,10 +6238,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -7011,7 +6283,7 @@ "wrinkly" ] ], - "bagged_chip.n.01": [ + "bag__of__mulch.n.01": [ [ "disinfected", "disinfected" @@ -7065,7 +6337,7 @@ "wrinkly" ] ], - "bagged_chocolate_bar.n.01": [ + "bag__of__oranges.n.01": [ [ "disinfected", "disinfected" @@ -7123,7 +6395,7 @@ "wrinkly" ] ], - "bagged_cookie.n.01": [ + "bag__of__popcorn.n.01": [ [ "disinfected", "disinfected" @@ -7181,7 +6453,7 @@ "wrinkly" ] ], - "bagged_ice_cream.n.01": [ + "bag__of__rice.n.01": [ [ "disinfected", "disinfected" @@ -7239,7 +6511,7 @@ "wrinkly" ] ], - "bagged_popcorn.n.01": [ + "bag__of__rubbish.n.01": [ [ "disinfected", "disinfected" @@ -7297,11 +6569,7 @@ "wrinkly" ] ], - "baguet.n.01": [ - [ - "cooked", - "cooked" - ], + "bag__of__shiitake.n.01": [ [ "disinfected", "disinfected" @@ -7311,62 +6579,8 @@ "dusty" ], [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "bait.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" + "on_fire", + "on_fire" ], [ "frozen", @@ -7413,31 +6627,7 @@ "wrinkly" ] ], - "baked_goods.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "baking_powder.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "baking_powder__jar.n.01": [ - [ - "broken", - "broken" - ], + "bag__of__snacks.n.01": [ [ "disinfected", "disinfected" @@ -7446,6 +6636,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -7462,10 +6656,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -7495,7 +6685,7 @@ "wrinkly" ] ], - "ball.n.01": [ + "bag__of__starch.n.01": [ [ "disinfected", "disinfected" @@ -7504,6 +6694,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -7549,17 +6743,7 @@ "wrinkly" ] ], - "ball.n.03": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "balloon.n.01": [ + "bag__of__tea.n.01": [ [ "disinfected", "disinfected" @@ -7568,6 +6752,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -7613,7 +6801,7 @@ "wrinkly" ] ], - "bamboo.n.01": [ + "bag__of__yeast.n.01": [ [ "disinfected", "disinfected" @@ -7650,10 +6838,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -7675,7 +6859,7 @@ "wrinkly" ] ], - "banana.n.02": [ + "bagel.n.01": [ [ "cooked", "cooked" @@ -7737,7 +6921,7 @@ "wrinkly" ] ], - "banana_bread.n.01": [ + "bagel_dough.n.01": [ [ "cooked", "cooked" @@ -7803,7 +6987,7 @@ "wrinkly" ] ], - "band.n.07": [ + "baggage.n.01": [ [ "disinfected", "disinfected" @@ -7812,6 +6996,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -7857,7 +7045,11 @@ "wrinkly" ] ], - "bandage.n.01": [ + "baguet.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -7866,10 +7058,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -7894,6 +7082,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -7915,7 +7107,7 @@ "wrinkly" ] ], - "bandanna.n.01": [ + "bait.n.01": [ [ "disinfected", "disinfected" @@ -7924,10 +7116,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -7973,22 +7161,38 @@ "wrinkly" ] ], - "banner.n.01": [ + "baked_goods.n.01": [ [ - "disinfected", - "disinfected" + "frozen", + "frozen" ], [ - "dusty", - "dusty" + "hot", + "hot" + ] + ], + "baking_powder.n.01": [ + [ + "frozen", + "frozen" ], [ - "on_fire", - "on_fire" + "hot", + "hot" + ] + ], + "baking_powder__jar.n.01": [ + [ + "broken", + "broken" + ], + [ + "disinfected", + "disinfected" ], [ - "folded", - "folded" + "dusty", + "dusty" ], [ "frozen", @@ -8035,11 +7239,7 @@ "wrinkly" ] ], - "bap.n.01": [ - [ - "cooked", - "cooked" - ], + "ball.n.01": [ [ "disinfected", "disinfected" @@ -8048,14 +7248,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -8101,7 +7293,17 @@ "wrinkly" ] ], - "bar.n.02": [ + "ball.n.03": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "balloon.n.01": [ [ "disinfected", "disinfected" @@ -8155,7 +7357,11 @@ "wrinkly" ] ], - "bar.n.03": [ + "balsamic_vinegar__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -8209,11 +7415,7 @@ "wrinkly" ] ], - "bar.n.13": [ - [ - "broken", - "broken" - ], + "bamboo.n.01": [ [ "disinfected", "disinfected" @@ -8222,6 +7424,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -8246,6 +7452,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -8267,7 +7477,11 @@ "wrinkly" ] ], - "bar_soap.n.01": [ + "banana.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -8300,6 +7514,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -8321,29 +7539,11 @@ "wrinkly" ] ], - "barbecue_sauce.n.01": [ - [ - "boiling", - "boiling" - ], + "banana_bread.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "barbecue_sauce__bottle.n.01": [ - [ - "broken", - "broken" - ], [ "disinfected", "disinfected" @@ -8352,6 +7552,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -8368,10 +7572,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -8380,6 +7580,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -8401,11 +7605,7 @@ "wrinkly" ] ], - "bark.n.01": [ - [ - "cooked", - "cooked" - ], + "band.n.07": [ [ "disinfected", "disinfected" @@ -8414,10 +7614,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -8463,21 +7659,61 @@ "wrinkly" ] ], - "barley.n.02": [ + "bandage.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "barrel.n.02": [ + "bandanna.n.01": [ [ "disinfected", "disinfected" @@ -8531,7 +7767,7 @@ "wrinkly" ] ], - "barrel.n.03": [ + "banner.n.01": [ [ "disinfected", "disinfected" @@ -8540,6 +7776,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -8585,7 +7825,11 @@ "wrinkly" ] ], - "barrier.n.01": [ + "bap.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -8639,7 +7883,7 @@ "wrinkly" ] ], - "barrow.n.03": [ + "bar.n.02": [ [ "disinfected", "disinfected" @@ -8693,7 +7937,7 @@ "wrinkly" ] ], - "base.n.08": [ + "bar.n.03": [ [ "disinfected", "disinfected" @@ -8747,7 +7991,11 @@ "wrinkly" ] ], - "baseball.n.02": [ + "bar.n.13": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -8801,7 +8049,7 @@ "wrinkly" ] ], - "baseball_cap.n.01": [ + "bar_soap.n.01": [ [ "disinfected", "disinfected" @@ -8822,6 +8070,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -8855,7 +8107,29 @@ "wrinkly" ] ], - "baseball_equipment.n.01": [ + "barbecue_sauce.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "barbecue_sauce__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -8909,7 +8183,11 @@ "wrinkly" ] ], - "baseball_glove.n.01": [ + "bark.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -8919,8 +8197,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -8967,7 +8245,21 @@ "wrinkly" ] ], - "baseboard.n.01": [ + "barley.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "barrel.n.02": [ [ "disinfected", "disinfected" @@ -9025,7 +8317,7 @@ "wrinkly" ] ], - "basic_cognitive_process.n.01": [ + "barrel.n.03": [ [ "disinfected", "disinfected" @@ -9034,14 +8326,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -9087,11 +8371,7 @@ "wrinkly" ] ], - "basidiomycete.n.01": [ - [ - "cooked", - "cooked" - ], + "barrier.n.01": [ [ "disinfected", "disinfected" @@ -9124,10 +8404,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -9149,11 +8425,7 @@ "wrinkly" ] ], - "basil.n.03": [ - [ - "cooked", - "cooked" - ], + "barrow.n.03": [ [ "disinfected", "disinfected" @@ -9207,11 +8479,7 @@ "wrinkly" ] ], - "basil__jar.n.01": [ - [ - "broken", - "broken" - ], + "base.n.08": [ [ "disinfected", "disinfected" @@ -9236,10 +8504,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -9269,7 +8533,7 @@ "wrinkly" ] ], - "basin.n.01": [ + "baseball.n.02": [ [ "disinfected", "disinfected" @@ -9314,10 +8578,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -9327,7 +8587,7 @@ "wrinkly" ] ], - "basket.n.01": [ + "baseball_bat.n.01": [ [ "disinfected", "disinfected" @@ -9381,7 +8641,7 @@ "wrinkly" ] ], - "basket.n.03": [ + "baseball_cap.n.01": [ [ "disinfected", "disinfected" @@ -9435,7 +8695,7 @@ "wrinkly" ] ], - "basketball_equipment.n.01": [ + "baseball_equipment.n.01": [ [ "disinfected", "disinfected" @@ -9489,7 +8749,7 @@ "wrinkly" ] ], - "bat.n.05": [ + "baseball_glove.n.01": [ [ "disinfected", "disinfected" @@ -9543,7 +8803,7 @@ "wrinkly" ] ], - "bath_linen.n.01": [ + "baseboard.n.01": [ [ "disinfected", "disinfected" @@ -9553,8 +8813,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -9601,7 +8861,7 @@ "wrinkly" ] ], - "bath_mat.n.01": [ + "basic_cognitive_process.n.01": [ [ "disinfected", "disinfected" @@ -9611,8 +8871,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -9659,7 +8919,11 @@ "wrinkly" ] ], - "bath_towel.n.01": [ + "basidiomycete.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -9668,14 +8932,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -9700,6 +8956,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -9721,7 +8981,11 @@ "wrinkly" ] ], - "bathtub.n.01": [ + "basil.n.03": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -9775,25 +9039,11 @@ "wrinkly" ] ], - "batter.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "basil__jar.n.01": [ [ - "frozen", - "frozen" + "broken", + "broken" ], - [ - "hot", - "hot" - ] - ], - "battery.n.02": [ [ "disinfected", "disinfected" @@ -9847,7 +9097,7 @@ "wrinkly" ] ], - "batting_glove.n.01": [ + "basin.n.01": [ [ "disinfected", "disinfected" @@ -9856,10 +9106,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -9896,6 +9142,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -9905,11 +9155,7 @@ "wrinkly" ] ], - "bay_leaf.n.01": [ - [ - "cooked", - "cooked" - ], + "basket.n.01": [ [ "disinfected", "disinfected" @@ -9942,10 +9188,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -9967,43 +9209,61 @@ "wrinkly" ] ], - "bean.n.01": [ + "basket.n.03": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "bean.n.03": [ + ], [ - "cooked", - "cooked" + "moldy", + "moldy" ], [ - "on_fire", - "on_fire" + "rusty", + "rusty" ], [ - "frozen", - "frozen" + "scratched", + "scratched" ], [ - "hot", - "hot" - ] - ], - "bean_curd.n.01": [ + "stained", + "stained" + ], [ - "cooked", - "cooked" + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "basketball_equipment.n.01": [ [ "disinfected", "disinfected" @@ -10012,10 +9272,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -10040,10 +9296,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -10065,7 +9317,7 @@ "wrinkly" ] ], - "bearing.n.06": [ + "bat.n.05": [ [ "disinfected", "disinfected" @@ -10119,25 +9371,61 @@ "wrinkly" ] ], - "beaten_egg.n.01": [ + "bath_linen.n.01": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" ], [ - "cooked", - "cooked" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "beating-reed_instrument.n.01": [ + "bath_mat.n.01": [ [ "disinfected", "disinfected" @@ -10191,7 +9479,7 @@ "wrinkly" ] ], - "bed.n.01": [ + "bath_towel.n.01": [ [ "disinfected", "disinfected" @@ -10200,6 +9488,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -10245,7 +9537,7 @@ "wrinkly" ] ], - "bed_linen.n.01": [ + "bathtub.n.01": [ [ "disinfected", "disinfected" @@ -10254,10 +9546,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -10303,7 +9591,25 @@ "wrinkly" ] ], - "bedclothes.n.01": [ + "batter.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "battery.n.02": [ [ "disinfected", "disinfected" @@ -10312,10 +9618,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -10361,7 +9663,7 @@ "wrinkly" ] ], - "bedroom_furniture.n.01": [ + "batting_glove.n.01": [ [ "disinfected", "disinfected" @@ -10415,43 +9717,11 @@ "wrinkly" ] ], - "beef.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "beef_broth.n.01": [ - [ - "boiling", - "boiling" - ], + "bay_leaf.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "beef_broth__carton.n.01": [ [ "disinfected", "disinfected" @@ -10460,10 +9730,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -10488,6 +9754,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -10509,11 +9779,7 @@ "wrinkly" ] ], - "beef_roast.n.01": [ - [ - "cooked", - "cooked" - ], + "beach_toy.n.01": [ [ "disinfected", "disinfected" @@ -10546,10 +9812,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -10571,29 +9833,7 @@ "wrinkly" ] ], - "beef_stew.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "beefsteak_tomato.n.01": [ - [ - "cooked", - "cooked" - ], + "beaker.n.02": [ [ "disinfected", "disinfected" @@ -10626,10 +9866,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -10651,15 +9887,29 @@ "wrinkly" ] ], - "beer.n.01": [ + "bean.n.01": [ [ - "boiling", - "boiling" + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "bean.n.03": [ [ "cooked", "cooked" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -10669,7 +9919,11 @@ "hot" ] ], - "beer_barrel.n.01": [ + "bean_curd.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -10678,10 +9932,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -10706,6 +9956,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -10727,11 +9981,7 @@ "wrinkly" ] ], - "beer_bottle.n.01": [ - [ - "broken", - "broken" - ], + "bearing.n.06": [ [ "disinfected", "disinfected" @@ -10756,10 +10006,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -10789,7 +10035,25 @@ "wrinkly" ] ], - "beer_box.n.01": [ + "beaten_egg.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "beating-reed_instrument.n.01": [ [ "disinfected", "disinfected" @@ -10798,10 +10062,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -10818,10 +10078,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -10851,11 +10107,7 @@ "wrinkly" ] ], - "beer_glass.n.01": [ - [ - "broken", - "broken" - ], + "bed.n.01": [ [ "disinfected", "disinfected" @@ -10909,7 +10161,7 @@ "wrinkly" ] ], - "beer_tap.n.01": [ + "bed_linen.n.01": [ [ "disinfected", "disinfected" @@ -10963,11 +10215,7 @@ "wrinkly" ] ], - "beeswax.n.01": [ - [ - "cooked", - "cooked" - ], + "bedclothes.n.01": [ [ "disinfected", "disinfected" @@ -11000,10 +10248,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -11025,7 +10269,7 @@ "wrinkly" ] ], - "beeswax_candle.n.01": [ + "bedroom_furniture.n.01": [ [ "disinfected", "disinfected" @@ -11079,11 +10323,43 @@ "wrinkly" ] ], - "beet.n.02": [ + "beef.n.02": [ [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "beef_broth.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "beef_broth__carton.n.01": [ [ "disinfected", "disinfected" @@ -11092,6 +10368,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -11116,10 +10396,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -11141,7 +10417,29 @@ "wrinkly" ] ], - "bell.n.01": [ + "beef_stew.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "beefsteak_tomato.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -11174,6 +10472,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -11195,11 +10497,25 @@ "wrinkly" ] ], - "bell_pepper.n.02": [ + "beer.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "beer_barrel.n.01": [ [ "disinfected", "disinfected" @@ -11208,6 +10524,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -11232,10 +10552,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -11257,7 +10573,11 @@ "wrinkly" ] ], - "belt.n.01": [ + "beer_bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -11266,10 +10586,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -11315,7 +10631,11 @@ "wrinkly" ] ], - "belt.n.02": [ + "beer_glass.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -11324,10 +10644,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -11373,7 +10689,7 @@ "wrinkly" ] ], - "bench.n.01": [ + "beer_tap.n.01": [ [ "disinfected", "disinfected" @@ -11427,7 +10743,7 @@ "wrinkly" ] ], - "bench_press.n.01": [ + "beeswax_candle.n.01": [ [ "disinfected", "disinfected" @@ -11436,6 +10752,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -11448,6 +10768,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -11481,49 +10805,11 @@ "wrinkly" ] ], - "berry.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "berry.n.02": [ + "beet.n.02": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "beverage.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bicycle.n.01": [ [ "disinfected", "disinfected" @@ -11556,6 +10842,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -11577,7 +10867,7 @@ "wrinkly" ] ], - "bicycle_chain.n.01": [ + "bell.n.01": [ [ "disinfected", "disinfected" @@ -11631,7 +10921,11 @@ "wrinkly" ] ], - "bicycle_rack.n.01": [ + "bell_pepper.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -11664,6 +10958,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -11685,7 +10983,7 @@ "wrinkly" ] ], - "bidet.n.01": [ + "belt.n.01": [ [ "disinfected", "disinfected" @@ -11730,10 +11028,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -11743,7 +11037,7 @@ "wrinkly" ] ], - "bikini.n.02": [ + "belt.n.02": [ [ "disinfected", "disinfected" @@ -11752,14 +11046,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -11805,7 +11091,7 @@ "wrinkly" ] ], - "bill.n.07": [ + "bench.n.01": [ [ "disinfected", "disinfected" @@ -11859,7 +11145,7 @@ "wrinkly" ] ], - "bin.n.01": [ + "bench_press.n.01": [ [ "disinfected", "disinfected" @@ -11913,7 +11199,11 @@ "wrinkly" ] ], - "binary_compound.n.01": [ + "berry.n.01": [ + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -11923,7 +11213,35 @@ "hot" ] ], - "binder.n.01": [ + "berry.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "beverage.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bicycle.n.01": [ [ "disinfected", "disinfected" @@ -11977,7 +11295,7 @@ "wrinkly" ] ], - "binder.n.03": [ + "bicycle_chain.n.01": [ [ "disinfected", "disinfected" @@ -11986,10 +11304,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -12006,10 +11320,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -12039,11 +11349,7 @@ "wrinkly" ] ], - "biological_group.n.01": [ - [ - "cooked", - "cooked" - ], + "bicycle_rack.n.01": [ [ "disinfected", "disinfected" @@ -12052,10 +11358,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -12080,10 +11382,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -12105,35 +11403,7 @@ "wrinkly" ] ], - "bird.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "bird_feed.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bird_feed__bag.n.01": [ + "bidet.n.01": [ [ "disinfected", "disinfected" @@ -12142,10 +11412,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -12182,6 +11448,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -12191,7 +11461,7 @@ "wrinkly" ] ], - "bird_feeder.n.01": [ + "bikini.n.02": [ [ "disinfected", "disinfected" @@ -12200,6 +11470,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -12245,7 +11519,7 @@ "wrinkly" ] ], - "birdcage.n.01": [ + "bill.n.07": [ [ "disinfected", "disinfected" @@ -12299,11 +11573,7 @@ "wrinkly" ] ], - "biscuit.n.01": [ - [ - "cooked", - "cooked" - ], + "bin.n.01": [ [ "disinfected", "disinfected" @@ -12312,10 +11582,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -12361,11 +11627,17 @@ "wrinkly" ] ], - "biscuit_dough.n.01": [ + "binary_compound.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "binder.n.01": [ [ "disinfected", "disinfected" @@ -12374,14 +11646,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -12406,10 +11670,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -12431,39 +11691,7 @@ "wrinkly" ] ], - "black_bean.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "black_pepper.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "blackberry.n.01": [ - [ - "cooked", - "cooked" - ], + "binder.n.03": [ [ "disinfected", "disinfected" @@ -12472,6 +11700,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -12496,10 +11728,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -12521,7 +11749,11 @@ "wrinkly" ] ], - "blackboard.n.01": [ + "biological_group.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -12530,6 +11762,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -12554,6 +11790,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -12575,7 +11815,31 @@ "wrinkly" ] ], - "blackboard_eraser.n.01": [ + "bird.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bird_feed.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bird_feed__bag.n.01": [ [ "disinfected", "disinfected" @@ -12633,7 +11897,7 @@ "wrinkly" ] ], - "blade.n.09": [ + "bird_feeder.n.01": [ [ "disinfected", "disinfected" @@ -12687,7 +11951,7 @@ "wrinkly" ] ], - "blanket.n.01": [ + "birdcage.n.01": [ [ "disinfected", "disinfected" @@ -12696,10 +11960,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -12745,24 +12005,10 @@ "wrinkly" ] ], - "bleaching_agent.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bleaching_agent__bottle.n.01": [ + "biscuit.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -12788,10 +12034,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -12821,7 +12063,11 @@ "wrinkly" ] ], - "blender.n.01": [ + "biscuit_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -12830,6 +12076,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -12846,10 +12096,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -12858,6 +12104,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -12870,10 +12120,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -12883,7 +12129,35 @@ "wrinkly" ] ], - "bleu.n.01": [ + "black_bean.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "black_pepper.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "blackberry.n.01": [ [ "cooked", "cooked" @@ -12896,10 +12170,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -12949,7 +12219,7 @@ "wrinkly" ] ], - "blind.n.03": [ + "blackboard.n.01": [ [ "disinfected", "disinfected" @@ -13003,7 +12273,7 @@ "wrinkly" ] ], - "block.n.01": [ + "blackboard_eraser.n.01": [ [ "disinfected", "disinfected" @@ -13012,6 +12282,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -13057,7 +12331,7 @@ "wrinkly" ] ], - "blockage.n.02": [ + "blade.n.09": [ [ "disinfected", "disinfected" @@ -13066,10 +12340,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -13115,7 +12385,7 @@ "wrinkly" ] ], - "blouse.n.01": [ + "blanket.n.01": [ [ "disinfected", "disinfected" @@ -13124,10 +12394,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -13173,7 +12439,21 @@ "wrinkly" ] ], - "blower.n.01": [ + "bleaching_agent.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bleaching_agent__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -13231,29 +12511,7 @@ "wrinkly" ] ], - "blueberry.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "blueberry_compote.n.01": [ - [ - "cooked", - "cooked" - ], + "blender.n.01": [ [ "disinfected", "disinfected" @@ -13262,10 +12520,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -13282,6 +12536,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -13302,6 +12560,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -13311,29 +12573,11 @@ "wrinkly" ] ], - "blueberry_mousse.n.01": [ - [ - "boiling", - "boiling" - ], + "bleu.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "board.n.02": [ [ "disinfected", "disinfected" @@ -13354,6 +12598,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -13366,6 +12614,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -13387,7 +12639,7 @@ "wrinkly" ] ], - "board.n.03": [ + "blind.n.03": [ [ "disinfected", "disinfected" @@ -13441,7 +12693,7 @@ "wrinkly" ] ], - "board.n.09": [ + "block.n.01": [ [ "disinfected", "disinfected" @@ -13495,7 +12747,7 @@ "wrinkly" ] ], - "board_game.n.01": [ + "blockage.n.02": [ [ "disinfected", "disinfected" @@ -13504,6 +12756,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -13549,7 +12805,7 @@ "wrinkly" ] ], - "boat.n.01": [ + "blouse.n.01": [ [ "disinfected", "disinfected" @@ -13603,7 +12859,7 @@ "wrinkly" ] ], - "bobby_pin.n.01": [ + "blower.n.01": [ [ "disinfected", "disinfected" @@ -13648,6 +12904,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -13657,7 +12917,29 @@ "wrinkly" ] ], - "body_covering.n.01": [ + "blueberry.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "blueberry_compote.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -13666,6 +12948,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -13711,31 +12997,15 @@ "wrinkly" ] ], - "body_part.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "body_substance.n.01": [ + "blueberry_mousse.n.01": [ [ "boiling", "boiling" ], [ - "frozen", - "frozen" + "cooked", + "cooked" ], - [ - "hot", - "hot" - ] - ], - "body_waste.n.01": [ [ "frozen", "frozen" @@ -13743,9 +13013,13 @@ [ "hot", "hot" + ], + [ + "sliced", + "sliced" ] ], - "bodybuilding.n.01": [ + "board.n.02": [ [ "disinfected", "disinfected" @@ -13799,11 +13073,7 @@ "wrinkly" ] ], - "boiled_egg.n.01": [ - [ - "cooked", - "cooked" - ], + "board.n.03": [ [ "disinfected", "disinfected" @@ -13812,10 +13082,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -13840,10 +13106,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -13865,11 +13127,7 @@ "wrinkly" ] ], - "bok_choy.n.02": [ - [ - "cooked", - "cooked" - ], + "board.n.09": [ [ "disinfected", "disinfected" @@ -13902,10 +13160,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -13927,11 +13181,7 @@ "wrinkly" ] ], - "bone.n.01": [ - [ - "cooked", - "cooked" - ], + "board_game.n.01": [ [ "disinfected", "disinfected" @@ -13985,7 +13235,7 @@ "wrinkly" ] ], - "book.n.01": [ + "boat.n.01": [ [ "disinfected", "disinfected" @@ -14039,7 +13289,7 @@ "wrinkly" ] ], - "book.n.02": [ + "bobby_pin.n.01": [ [ "disinfected", "disinfected" @@ -14093,7 +13343,7 @@ "wrinkly" ] ], - "bookcase.n.01": [ + "body_covering.n.01": [ [ "disinfected", "disinfected" @@ -14147,7 +13397,41 @@ "wrinkly" ] ], - "bookend.n.01": [ + "body_part.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "body_substance.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "body_waste.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bodybuilding.n.01": [ [ "disinfected", "disinfected" @@ -14201,7 +13485,11 @@ "wrinkly" ] ], - "boot.n.01": [ + "boiled_egg.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -14210,6 +13498,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -14255,7 +13547,11 @@ "wrinkly" ] ], - "booth.n.01": [ + "bok_choy.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -14288,6 +13584,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -14309,7 +13609,11 @@ "wrinkly" ] ], - "booth.n.02": [ + "bone.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -14363,17 +13667,7 @@ "wrinkly" ] ], - "borax.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bottle.n.01": [ + "book.n.01": [ [ "disinfected", "disinfected" @@ -14427,11 +13721,7 @@ "wrinkly" ] ], - "bottle.n.03": [ - [ - "broken", - "broken" - ], + "book.n.02": [ [ "disinfected", "disinfected" @@ -14456,10 +13746,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -14489,7 +13775,7 @@ "wrinkly" ] ], - "bottle__of__acetone.n.01": [ + "bookcase.n.01": [ [ "disinfected", "disinfected" @@ -14543,7 +13829,7 @@ "wrinkly" ] ], - "bottle__of__acid.n.01": [ + "bookend.n.01": [ [ "disinfected", "disinfected" @@ -14597,7 +13883,7 @@ "wrinkly" ] ], - "bottle__of__alcohol.n.01": [ + "boot.n.01": [ [ "disinfected", "disinfected" @@ -14651,11 +13937,7 @@ "wrinkly" ] ], - "bottle__of__alfredo_sauce.n.01": [ - [ - "broken", - "broken" - ], + "booth.n.01": [ [ "disinfected", "disinfected" @@ -14709,11 +13991,7 @@ "wrinkly" ] ], - "bottle__of__allspice.n.01": [ - [ - "broken", - "broken" - ], + "booth.n.02": [ [ "disinfected", "disinfected" @@ -14767,11 +14045,17 @@ "wrinkly" ] ], - "bottle__of__almond_oil.n.01": [ + "borax.n.01": [ [ - "broken", - "broken" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "bottle.n.01": [ [ "disinfected", "disinfected" @@ -14825,7 +14109,11 @@ "wrinkly" ] ], - "bottle__of__ammonia.n.01": [ + "bottle.n.03": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -14879,7 +14167,7 @@ "wrinkly" ] ], - "bottle__of__analgesics.n.01": [ + "bottle__of__acetone.n.01": [ [ "disinfected", "disinfected" @@ -14933,7 +14221,7 @@ "wrinkly" ] ], - "bottle__of__antihistamines.n.01": [ + "bottle__of__acid.n.01": [ [ "disinfected", "disinfected" @@ -14987,11 +14275,7 @@ "wrinkly" ] ], - "bottle__of__apple_cider.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__alcohol.n.01": [ [ "disinfected", "disinfected" @@ -15045,7 +14329,7 @@ "wrinkly" ] ], - "bottle__of__apple_juice.n.01": [ + "bottle__of__alfredo_sauce.n.01": [ [ "broken", "broken" @@ -15103,7 +14387,7 @@ "wrinkly" ] ], - "bottle__of__applesauce.n.01": [ + "bottle__of__allspice.n.01": [ [ "broken", "broken" @@ -15161,7 +14445,11 @@ "wrinkly" ] ], - "bottle__of__aspirin.n.01": [ + "bottle__of__almond_oil.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -15215,7 +14503,7 @@ "wrinkly" ] ], - "bottle__of__baby_oil.n.01": [ + "bottle__of__ammonia.n.01": [ [ "disinfected", "disinfected" @@ -15269,11 +14557,7 @@ "wrinkly" ] ], - "bottle__of__balsamic_vinegar.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__antihistamines.n.01": [ [ "disinfected", "disinfected" @@ -15327,7 +14611,11 @@ "wrinkly" ] ], - "bottle__of__barbecue_sauce.n.01": [ + "bottle__of__apple_cider.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -15381,7 +14669,7 @@ "wrinkly" ] ], - "bottle__of__beer.n.01": [ + "bottle__of__apple_juice.n.01": [ [ "broken", "broken" @@ -15439,7 +14727,7 @@ "wrinkly" ] ], - "bottle__of__black_pepper.n.01": [ + "bottle__of__applesauce.n.01": [ [ "broken", "broken" @@ -15497,7 +14785,7 @@ "wrinkly" ] ], - "bottle__of__bleach_agent.n.01": [ + "bottle__of__aspirin.n.01": [ [ "disinfected", "disinfected" @@ -15551,11 +14839,7 @@ "wrinkly" ] ], - "bottle__of__brandy.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__baby_oil.n.01": [ [ "disinfected", "disinfected" @@ -15609,61 +14893,11 @@ "wrinkly" ] ], - "bottle__of__bug_repellent.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + "bottle__of__balsamic_vinegar.n.01": [ [ - "wet", - "wet" + "broken", + "broken" ], - [ - "wrinkly", - "wrinkly" - ] - ], - "bottle__of__buttermilk.n.01": [ [ "disinfected", "disinfected" @@ -15717,7 +14951,7 @@ "wrinkly" ] ], - "bottle__of__carrot_juice.n.01": [ + "bottle__of__barbecue_sauce.n.01": [ [ "disinfected", "disinfected" @@ -15771,7 +15005,11 @@ "wrinkly" ] ], - "bottle__of__catsup.n.01": [ + "bottle__of__beer.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -15825,7 +15063,11 @@ "wrinkly" ] ], - "bottle__of__caulk.n.01": [ + "bottle__of__black_pepper.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -15879,11 +15121,7 @@ "wrinkly" ] ], - "bottle__of__champagne.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__bleach_agent.n.01": [ [ "disinfected", "disinfected" @@ -15937,7 +15175,7 @@ "wrinkly" ] ], - "bottle__of__chili_pepper.n.01": [ + "bottle__of__bug_repellent.n.01": [ [ "disinfected", "disinfected" @@ -15991,7 +15229,7 @@ "wrinkly" ] ], - "bottle__of__chocolate_sauce.n.01": [ + "bottle__of__buttermilk.n.01": [ [ "disinfected", "disinfected" @@ -16045,7 +15283,7 @@ "wrinkly" ] ], - "bottle__of__cleaner.n.01": [ + "bottle__of__carrot_juice.n.01": [ [ "disinfected", "disinfected" @@ -16099,7 +15337,7 @@ "wrinkly" ] ], - "bottle__of__cocoa.n.01": [ + "bottle__of__catsup.n.01": [ [ "disinfected", "disinfected" @@ -16153,7 +15391,7 @@ "wrinkly" ] ], - "bottle__of__coconut_milk.n.01": [ + "bottle__of__caulk.n.01": [ [ "disinfected", "disinfected" @@ -16207,7 +15445,11 @@ "wrinkly" ] ], - "bottle__of__coconut_oil.n.01": [ + "bottle__of__champagne.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -16261,7 +15503,7 @@ "wrinkly" ] ], - "bottle__of__coconut_water.n.01": [ + "bottle__of__chili_pepper.n.01": [ [ "disinfected", "disinfected" @@ -16315,11 +15557,7 @@ "wrinkly" ] ], - "bottle__of__coffee.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__chocolate_sauce.n.01": [ [ "disinfected", "disinfected" @@ -16373,11 +15611,7 @@ "wrinkly" ] ], - "bottle__of__coke.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__cleaner.n.01": [ [ "disinfected", "disinfected" @@ -16431,7 +15665,7 @@ "wrinkly" ] ], - "bottle__of__cold_cream.n.01": [ + "bottle__of__cocoa.n.01": [ [ "disinfected", "disinfected" @@ -16485,11 +15719,7 @@ "wrinkly" ] ], - "bottle__of__cologne.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__coconut_milk.n.01": [ [ "disinfected", "disinfected" @@ -16543,7 +15773,7 @@ "wrinkly" ] ], - "bottle__of__conditioner.n.01": [ + "bottle__of__coconut_oil.n.01": [ [ "disinfected", "disinfected" @@ -16597,7 +15827,7 @@ "wrinkly" ] ], - "bottle__of__cooking_oil.n.01": [ + "bottle__of__coconut_water.n.01": [ [ "disinfected", "disinfected" @@ -16651,7 +15881,7 @@ "wrinkly" ] ], - "bottle__of__cranberry_juice.n.01": [ + "bottle__of__coffee.n.01": [ [ "broken", "broken" @@ -16709,7 +15939,11 @@ "wrinkly" ] ], - "bottle__of__degreaser.n.01": [ + "bottle__of__coke.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -16763,7 +15997,7 @@ "wrinkly" ] ], - "bottle__of__deicer.n.01": [ + "bottle__of__cold_cream.n.01": [ [ "disinfected", "disinfected" @@ -16817,7 +16051,11 @@ "wrinkly" ] ], - "bottle__of__detergent.n.01": [ + "bottle__of__cologne.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -16871,7 +16109,7 @@ "wrinkly" ] ], - "bottle__of__dish_soap.n.01": [ + "bottle__of__conditioner.n.01": [ [ "disinfected", "disinfected" @@ -16925,7 +16163,7 @@ "wrinkly" ] ], - "bottle__of__disinfectant.n.01": [ + "bottle__of__cooking_oil.n.01": [ [ "disinfected", "disinfected" @@ -16979,7 +16217,7 @@ "wrinkly" ] ], - "bottle__of__essential_oil.n.01": [ + "bottle__of__cranberry_juice.n.01": [ [ "broken", "broken" @@ -17037,7 +16275,7 @@ "wrinkly" ] ], - "bottle__of__fabric_softener.n.01": [ + "bottle__of__degreaser.n.01": [ [ "disinfected", "disinfected" @@ -17091,7 +16329,7 @@ "wrinkly" ] ], - "bottle__of__face_cream.n.01": [ + "bottle__of__deicer.n.01": [ [ "disinfected", "disinfected" @@ -17145,7 +16383,7 @@ "wrinkly" ] ], - "bottle__of__fennel.n.01": [ + "bottle__of__detergent.n.01": [ [ "disinfected", "disinfected" @@ -17199,7 +16437,7 @@ "wrinkly" ] ], - "bottle__of__food_coloring.n.01": [ + "bottle__of__dish_soap.n.01": [ [ "disinfected", "disinfected" @@ -17253,7 +16491,7 @@ "wrinkly" ] ], - "bottle__of__frosting.n.01": [ + "bottle__of__disinfectant.n.01": [ [ "disinfected", "disinfected" @@ -17307,7 +16545,7 @@ "wrinkly" ] ], - "bottle__of__fruit_punch.n.01": [ + "bottle__of__essential_oil.n.01": [ [ "broken", "broken" @@ -17365,11 +16603,7 @@ "wrinkly" ] ], - "bottle__of__garlic_sauce.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__fabric_softener.n.01": [ [ "disinfected", "disinfected" @@ -17423,11 +16657,7 @@ "wrinkly" ] ], - "bottle__of__gin.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__face_cream.n.01": [ [ "disinfected", "disinfected" @@ -17481,7 +16711,7 @@ "wrinkly" ] ], - "bottle__of__ginger.n.01": [ + "bottle__of__fennel.n.01": [ [ "disinfected", "disinfected" @@ -17535,11 +16765,7 @@ "wrinkly" ] ], - "bottle__of__ginger_beer.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__food_coloring.n.01": [ [ "disinfected", "disinfected" @@ -17593,7 +16819,7 @@ "wrinkly" ] ], - "bottle__of__glass_cleaner.n.01": [ + "bottle__of__frosting.n.01": [ [ "disinfected", "disinfected" @@ -17647,7 +16873,11 @@ "wrinkly" ] ], - "bottle__of__glue.n.01": [ + "bottle__of__fruit_punch.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -17701,7 +16931,11 @@ "wrinkly" ] ], - "bottle__of__ground_cloves.n.01": [ + "bottle__of__garlic_sauce.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -17755,7 +16989,11 @@ "wrinkly" ] ], - "bottle__of__ground_mace.n.01": [ + "bottle__of__gin.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -17809,7 +17047,7 @@ "wrinkly" ] ], - "bottle__of__ground_nutmeg.n.01": [ + "bottle__of__ginger.n.01": [ [ "disinfected", "disinfected" @@ -17863,7 +17101,11 @@ "wrinkly" ] ], - "bottle__of__hot_sauce.n.01": [ + "bottle__of__ginger_beer.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -17917,7 +17159,7 @@ "wrinkly" ] ], - "bottle__of__lacquer.n.01": [ + "bottle__of__glass_cleaner.n.01": [ [ "disinfected", "disinfected" @@ -17971,11 +17213,7 @@ "wrinkly" ] ], - "bottle__of__lavender_oil.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__glue.n.01": [ [ "disinfected", "disinfected" @@ -18029,7 +17267,7 @@ "wrinkly" ] ], - "bottle__of__lemon_juice.n.01": [ + "bottle__of__ground_cloves.n.01": [ [ "disinfected", "disinfected" @@ -18083,11 +17321,7 @@ "wrinkly" ] ], - "bottle__of__lemon_sauce.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__ground_mace.n.01": [ [ "disinfected", "disinfected" @@ -18141,11 +17375,7 @@ "wrinkly" ] ], - "bottle__of__lemonade.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__ground_nutmeg.n.01": [ [ "disinfected", "disinfected" @@ -18199,7 +17429,7 @@ "wrinkly" ] ], - "bottle__of__lime_juice.n.01": [ + "bottle__of__hot_sauce.n.01": [ [ "disinfected", "disinfected" @@ -18253,7 +17483,7 @@ "wrinkly" ] ], - "bottle__of__liquid_soap.n.01": [ + "bottle__of__lacquer.n.01": [ [ "disinfected", "disinfected" @@ -18307,7 +17537,11 @@ "wrinkly" ] ], - "bottle__of__lotion.n.01": [ + "bottle__of__lavender_oil.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -18361,7 +17595,7 @@ "wrinkly" ] ], - "bottle__of__lubricant.n.01": [ + "bottle__of__lemon_juice.n.01": [ [ "disinfected", "disinfected" @@ -18415,7 +17649,11 @@ "wrinkly" ] ], - "bottle__of__maple_syrup.n.01": [ + "bottle__of__lemon_sauce.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -18469,7 +17707,11 @@ "wrinkly" ] ], - "bottle__of__mayonnaise.n.01": [ + "bottle__of__lemonade.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -18523,7 +17765,7 @@ "wrinkly" ] ], - "bottle__of__medicine.n.01": [ + "bottle__of__lighter_fluid.n.01": [ [ "disinfected", "disinfected" @@ -18577,7 +17819,7 @@ "wrinkly" ] ], - "bottle__of__milk.n.01": [ + "bottle__of__lime_juice.n.01": [ [ "disinfected", "disinfected" @@ -18631,7 +17873,7 @@ "wrinkly" ] ], - "bottle__of__milkshake.n.01": [ + "bottle__of__liquid_soap.n.01": [ [ "disinfected", "disinfected" @@ -18685,7 +17927,7 @@ "wrinkly" ] ], - "bottle__of__molasses.n.01": [ + "bottle__of__lotion.n.01": [ [ "disinfected", "disinfected" @@ -18739,11 +17981,7 @@ "wrinkly" ] ], - "bottle__of__mushroom_sauce.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__lubricant.n.01": [ [ "disinfected", "disinfected" @@ -18797,7 +18035,7 @@ "wrinkly" ] ], - "bottle__of__mustard.n.01": [ + "bottle__of__maple_syrup.n.01": [ [ "disinfected", "disinfected" @@ -18851,7 +18089,7 @@ "wrinkly" ] ], - "bottle__of__mustard_seeds.n.01": [ + "bottle__of__mayonnaise.n.01": [ [ "disinfected", "disinfected" @@ -18905,7 +18143,7 @@ "wrinkly" ] ], - "bottle__of__oil.n.01": [ + "bottle__of__medicine.n.01": [ [ "disinfected", "disinfected" @@ -18959,7 +18197,7 @@ "wrinkly" ] ], - "bottle__of__olive_oil.n.01": [ + "bottle__of__milk.n.01": [ [ "disinfected", "disinfected" @@ -19013,7 +18251,7 @@ "wrinkly" ] ], - "bottle__of__onion_powder.n.01": [ + "bottle__of__milkshake.n.01": [ [ "disinfected", "disinfected" @@ -19067,11 +18305,7 @@ "wrinkly" ] ], - "bottle__of__orange_juice.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__molasses.n.01": [ [ "disinfected", "disinfected" @@ -19125,7 +18359,11 @@ "wrinkly" ] ], - "bottle__of__paint.n.01": [ + "bottle__of__mushroom_sauce.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -19179,7 +18417,7 @@ "wrinkly" ] ], - "bottle__of__paint_remover.n.01": [ + "bottle__of__mustard.n.01": [ [ "disinfected", "disinfected" @@ -19233,11 +18471,7 @@ "wrinkly" ] ], - "bottle__of__papaya_juice.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__mustard_seeds.n.01": [ [ "disinfected", "disinfected" @@ -19291,7 +18525,7 @@ "wrinkly" ] ], - "bottle__of__paprika.n.01": [ + "bottle__of__oil.n.01": [ [ "disinfected", "disinfected" @@ -19345,7 +18579,7 @@ "wrinkly" ] ], - "bottle__of__parsley.n.01": [ + "bottle__of__olive_oil.n.01": [ [ "disinfected", "disinfected" @@ -19399,7 +18633,7 @@ "wrinkly" ] ], - "bottle__of__peanut_butter.n.01": [ + "bottle__of__onion_powder.n.01": [ [ "disinfected", "disinfected" @@ -19453,7 +18687,7 @@ "wrinkly" ] ], - "bottle__of__perfume.n.01": [ + "bottle__of__orange_juice.n.01": [ [ "broken", "broken" @@ -19511,7 +18745,7 @@ "wrinkly" ] ], - "bottle__of__pesticide.n.01": [ + "bottle__of__paint.n.01": [ [ "disinfected", "disinfected" @@ -19565,11 +18799,7 @@ "wrinkly" ] ], - "bottle__of__pesto.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__paint_remover.n.01": [ [ "disinfected", "disinfected" @@ -19623,7 +18853,7 @@ "wrinkly" ] ], - "bottle__of__pizza_sauce.n.01": [ + "bottle__of__papaya_juice.n.01": [ [ "broken", "broken" @@ -19681,11 +18911,7 @@ "wrinkly" ] ], - "bottle__of__pop.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__paprika.n.01": [ [ "disinfected", "disinfected" @@ -19739,7 +18965,7 @@ "wrinkly" ] ], - "bottle__of__poppy_seeds.n.01": [ + "bottle__of__parsley.n.01": [ [ "disinfected", "disinfected" @@ -19793,7 +19019,7 @@ "wrinkly" ] ], - "bottle__of__powder.n.01": [ + "bottle__of__peanut_butter.n.01": [ [ "disinfected", "disinfected" @@ -19847,7 +19073,11 @@ "wrinkly" ] ], - "bottle__of__protein_powder.n.01": [ + "bottle__of__perfume.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -19901,7 +19131,7 @@ "wrinkly" ] ], - "bottle__of__pumpkin_pie_spice.n.01": [ + "bottle__of__pesticide.n.01": [ [ "disinfected", "disinfected" @@ -19955,7 +19185,11 @@ "wrinkly" ] ], - "bottle__of__rosemary.n.01": [ + "bottle__of__pesto.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -20009,7 +19243,7 @@ "wrinkly" ] ], - "bottle__of__rum.n.01": [ + "bottle__of__pizza_sauce.n.01": [ [ "broken", "broken" @@ -20067,7 +19301,11 @@ "wrinkly" ] ], - "bottle__of__sage.n.01": [ + "bottle__of__pop.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -20121,11 +19359,7 @@ "wrinkly" ] ], - "bottle__of__sake.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__poppy_seeds.n.01": [ [ "disinfected", "disinfected" @@ -20179,11 +19413,7 @@ "wrinkly" ] ], - "bottle__of__salsa.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__powder.n.01": [ [ "disinfected", "disinfected" @@ -20237,11 +19467,7 @@ "wrinkly" ] ], - "bottle__of__sangria.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__protein_powder.n.01": [ [ "disinfected", "disinfected" @@ -20295,7 +19521,7 @@ "wrinkly" ] ], - "bottle__of__sealant.n.01": [ + "bottle__of__pumpkin_pie_spice.n.01": [ [ "disinfected", "disinfected" @@ -20349,7 +19575,7 @@ "wrinkly" ] ], - "bottle__of__seasoning.n.01": [ + "bottle__of__rosemary.n.01": [ [ "disinfected", "disinfected" @@ -20403,7 +19629,11 @@ "wrinkly" ] ], - "bottle__of__sesame_oil.n.01": [ + "bottle__of__rum.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -20457,7 +19687,7 @@ "wrinkly" ] ], - "bottle__of__sesame_seeds.n.01": [ + "bottle__of__sage.n.01": [ [ "disinfected", "disinfected" @@ -20511,7 +19741,11 @@ "wrinkly" ] ], - "bottle__of__shampoo.n.01": [ + "bottle__of__sake.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -20565,7 +19799,11 @@ "wrinkly" ] ], - "bottle__of__skin_cream.n.01": [ + "bottle__of__salsa.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -20619,7 +19857,7 @@ "wrinkly" ] ], - "bottle__of__soda.n.01": [ + "bottle__of__sangria.n.01": [ [ "broken", "broken" @@ -20677,7 +19915,7 @@ "wrinkly" ] ], - "bottle__of__solvent.n.01": [ + "bottle__of__sealant.n.01": [ [ "disinfected", "disinfected" @@ -20731,7 +19969,7 @@ "wrinkly" ] ], - "bottle__of__soup.n.01": [ + "bottle__of__seasoning.n.01": [ [ "disinfected", "disinfected" @@ -20785,7 +20023,7 @@ "wrinkly" ] ], - "bottle__of__sour_cream.n.01": [ + "bottle__of__sesame_oil.n.01": [ [ "disinfected", "disinfected" @@ -20839,7 +20077,7 @@ "wrinkly" ] ], - "bottle__of__soy_milk.n.01": [ + "bottle__of__sesame_seeds.n.01": [ [ "disinfected", "disinfected" @@ -20893,11 +20131,7 @@ "wrinkly" ] ], - "bottle__of__soy_sauce.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__shampoo.n.01": [ [ "disinfected", "disinfected" @@ -20951,7 +20185,7 @@ "wrinkly" ] ], - "bottle__of__spice.n.01": [ + "bottle__of__skin_cream.n.01": [ [ "disinfected", "disinfected" @@ -21005,7 +20239,11 @@ "wrinkly" ] ], - "bottle__of__sriracha.n.01": [ + "bottle__of__soda.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -21059,7 +20297,7 @@ "wrinkly" ] ], - "bottle__of__sunscreen.n.01": [ + "bottle__of__solvent.n.01": [ [ "disinfected", "disinfected" @@ -21113,7 +20351,7 @@ "wrinkly" ] ], - "bottle__of__supplements.n.01": [ + "bottle__of__soup.n.01": [ [ "disinfected", "disinfected" @@ -21167,11 +20405,7 @@ "wrinkly" ] ], - "bottle__of__tea.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__sour_cream.n.01": [ [ "disinfected", "disinfected" @@ -21225,7 +20459,7 @@ "wrinkly" ] ], - "bottle__of__tea_leaves.n.01": [ + "bottle__of__soy_milk.n.01": [ [ "disinfected", "disinfected" @@ -21279,7 +20513,7 @@ "wrinkly" ] ], - "bottle__of__tequila.n.01": [ + "bottle__of__soy_sauce.n.01": [ [ "broken", "broken" @@ -21337,7 +20571,7 @@ "wrinkly" ] ], - "bottle__of__tomato_paste.n.01": [ + "bottle__of__spice.n.01": [ [ "disinfected", "disinfected" @@ -21391,11 +20625,7 @@ "wrinkly" ] ], - "bottle__of__tonic.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__sriracha.n.01": [ [ "disinfected", "disinfected" @@ -21449,7 +20679,7 @@ "wrinkly" ] ], - "bottle__of__vinegar.n.01": [ + "bottle__of__sunscreen.n.01": [ [ "disinfected", "disinfected" @@ -21503,11 +20733,7 @@ "wrinkly" ] ], - "bottle__of__vodka.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__supplements.n.01": [ [ "disinfected", "disinfected" @@ -21561,7 +20787,11 @@ "wrinkly" ] ], - "bottle__of__water.n.01": [ + "bottle__of__tea.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -21615,11 +20845,7 @@ "wrinkly" ] ], - "bottle__of__whiskey.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__tea_leaves.n.01": [ [ "disinfected", "disinfected" @@ -21673,7 +20899,7 @@ "wrinkly" ] ], - "bottle__of__wine.n.01": [ + "bottle__of__tequila.n.01": [ [ "broken", "broken" @@ -21731,7 +20957,7 @@ "wrinkly" ] ], - "bottle_opener.n.01": [ + "bottle__of__tomato_paste.n.01": [ [ "disinfected", "disinfected" @@ -21785,28 +21011,10 @@ "wrinkly" ] ], - "bouillon.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bouillon_cube.n.01": [ + "bottle__of__tonic.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -21861,7 +21069,7 @@ "wrinkly" ] ], - "boulder.n.01": [ + "bottle__of__vinegar.n.01": [ [ "disinfected", "disinfected" @@ -21915,10 +21123,10 @@ "wrinkly" ] ], - "bouquet.n.01": [ + "bottle__of__vodka.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -21928,10 +21136,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -21956,10 +21160,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -21981,25 +21181,7 @@ "wrinkly" ] ], - "bourbon.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bourbon__bottle.n.01": [ - [ - "broken", - "broken" - ], + "bottle__of__water.n.01": [ [ "disinfected", "disinfected" @@ -22024,10 +21206,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -22057,7 +21235,11 @@ "wrinkly" ] ], - "bow.n.02": [ + "bottle__of__whiskey.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -22111,7 +21293,11 @@ "wrinkly" ] ], - "bow.n.08": [ + "bottle__of__wine.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -22165,7 +21351,7 @@ "wrinkly" ] ], - "bowed_stringed_instrument.n.01": [ + "bottle_opener.n.01": [ [ "disinfected", "disinfected" @@ -22219,65 +21405,29 @@ "wrinkly" ] ], - "bowl.n.01": [ - [ - "broken", - "broken" - ], + "bouillon.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "bowl.n.03": [ + "bouillon_cube.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -22331,7 +21481,7 @@ "wrinkly" ] ], - "bowling_ball.n.01": [ + "boulder.n.01": [ [ "disinfected", "disinfected" @@ -22385,7 +21535,7 @@ "wrinkly" ] ], - "box.n.01": [ + "bouquet.n.01": [ [ "disinfected", "disinfected" @@ -22394,6 +21544,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -22418,6 +21572,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -22439,7 +21597,25 @@ "wrinkly" ] ], - "box__of__almond_milk.n.01": [ + "bourbon.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "bourbon__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -22448,10 +21624,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22497,7 +21669,7 @@ "wrinkly" ] ], - "box__of__apple_juice.n.01": [ + "bow.n.02": [ [ "disinfected", "disinfected" @@ -22506,10 +21678,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22555,7 +21723,7 @@ "wrinkly" ] ], - "box__of__baking_mix.n.01": [ + "bow.n.08": [ [ "disinfected", "disinfected" @@ -22564,10 +21732,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22613,7 +21777,7 @@ "wrinkly" ] ], - "box__of__baking_powder.n.01": [ + "bowed_stringed_instrument.n.01": [ [ "disinfected", "disinfected" @@ -22622,10 +21786,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22671,7 +21831,11 @@ "wrinkly" ] ], - "box__of__baking_soda.n.01": [ + "bowl.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -22680,10 +21844,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22729,7 +21889,7 @@ "wrinkly" ] ], - "box__of__barley.n.01": [ + "bowl.n.03": [ [ "disinfected", "disinfected" @@ -22738,10 +21898,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22787,7 +21943,7 @@ "wrinkly" ] ], - "box__of__beer.n.01": [ + "bowling_ball.n.01": [ [ "disinfected", "disinfected" @@ -22796,10 +21952,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22845,7 +21997,7 @@ "wrinkly" ] ], - "box__of__brown_sugar.n.01": [ + "box.n.01": [ [ "disinfected", "disinfected" @@ -22854,10 +22006,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -22903,7 +22051,7 @@ "wrinkly" ] ], - "box__of__butter.n.01": [ + "box__of__almond_milk.n.01": [ [ "disinfected", "disinfected" @@ -22961,7 +22109,7 @@ "wrinkly" ] ], - "box__of__candy.n.01": [ + "box__of__aluminium_foil.n.01": [ [ "disinfected", "disinfected" @@ -22970,10 +22118,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -23019,7 +22163,7 @@ "wrinkly" ] ], - "box__of__cane_sugar.n.01": [ + "box__of__apple_juice.n.01": [ [ "disinfected", "disinfected" @@ -23077,7 +22221,7 @@ "wrinkly" ] ], - "box__of__cereal.n.01": [ + "box__of__baking_mix.n.01": [ [ "disinfected", "disinfected" @@ -23135,7 +22279,7 @@ "wrinkly" ] ], - "box__of__champagne.n.01": [ + "box__of__baking_powder.n.01": [ [ "disinfected", "disinfected" @@ -23193,7 +22337,7 @@ "wrinkly" ] ], - "box__of__chocolates.n.01": [ + "box__of__baking_soda.n.01": [ [ "disinfected", "disinfected" @@ -23251,7 +22395,7 @@ "wrinkly" ] ], - "box__of__coconut_milk.n.01": [ + "box__of__barley.n.01": [ [ "disinfected", "disinfected" @@ -23309,7 +22453,7 @@ "wrinkly" ] ], - "box__of__coffee.n.01": [ + "box__of__beer.n.01": [ [ "disinfected", "disinfected" @@ -23367,7 +22511,7 @@ "wrinkly" ] ], - "box__of__cookies.n.01": [ + "box__of__brown_sugar.n.01": [ [ "disinfected", "disinfected" @@ -23425,7 +22569,7 @@ "wrinkly" ] ], - "box__of__corn_flakes.n.01": [ + "box__of__butter.n.01": [ [ "disinfected", "disinfected" @@ -23483,7 +22627,7 @@ "wrinkly" ] ], - "box__of__crackers.n.01": [ + "box__of__candy.n.01": [ [ "disinfected", "disinfected" @@ -23541,7 +22685,7 @@ "wrinkly" ] ], - "box__of__cream.n.01": [ + "box__of__cane_sugar.n.01": [ [ "disinfected", "disinfected" @@ -23599,7 +22743,7 @@ "wrinkly" ] ], - "box__of__flour.n.01": [ + "box__of__cereal.n.01": [ [ "disinfected", "disinfected" @@ -23657,7 +22801,7 @@ "wrinkly" ] ], - "box__of__fruit.n.01": [ + "box__of__champagne.n.01": [ [ "disinfected", "disinfected" @@ -23715,7 +22859,7 @@ "wrinkly" ] ], - "box__of__granola_bars.n.01": [ + "box__of__chocolates.n.01": [ [ "disinfected", "disinfected" @@ -23773,7 +22917,7 @@ "wrinkly" ] ], - "box__of__gum.n.01": [ + "box__of__coconut_milk.n.01": [ [ "disinfected", "disinfected" @@ -23831,7 +22975,7 @@ "wrinkly" ] ], - "box__of__ice_cream.n.01": [ + "box__of__coffee.n.01": [ [ "disinfected", "disinfected" @@ -23889,7 +23033,7 @@ "wrinkly" ] ], - "box__of__lasagna.n.01": [ + "box__of__cookies.n.01": [ [ "disinfected", "disinfected" @@ -23947,7 +23091,7 @@ "wrinkly" ] ], - "box__of__lemons.n.01": [ + "box__of__corn_flakes.n.01": [ [ "disinfected", "disinfected" @@ -24005,7 +23149,7 @@ "wrinkly" ] ], - "box__of__milk.n.01": [ + "box__of__crackers.n.01": [ [ "disinfected", "disinfected" @@ -24063,7 +23207,7 @@ "wrinkly" ] ], - "box__of__oatmeal.n.01": [ + "box__of__cream.n.01": [ [ "disinfected", "disinfected" @@ -24121,7 +23265,7 @@ "wrinkly" ] ], - "box__of__raspberries.n.01": [ + "box__of__flour.n.01": [ [ "disinfected", "disinfected" @@ -24179,7 +23323,7 @@ "wrinkly" ] ], - "box__of__rice.n.01": [ + "box__of__fruit.n.01": [ [ "disinfected", "disinfected" @@ -24237,7 +23381,7 @@ "wrinkly" ] ], - "box__of__rum.n.01": [ + "box__of__granola_bars.n.01": [ [ "disinfected", "disinfected" @@ -24295,7 +23439,7 @@ "wrinkly" ] ], - "box__of__sake.n.01": [ + "box__of__ice_cream.n.01": [ [ "disinfected", "disinfected" @@ -24353,7 +23497,7 @@ "wrinkly" ] ], - "box__of__salt.n.01": [ + "box__of__lasagna.n.01": [ [ "disinfected", "disinfected" @@ -24411,7 +23555,7 @@ "wrinkly" ] ], - "box__of__sanitary_napkin.n.01": [ + "box__of__lemons.n.01": [ [ "disinfected", "disinfected" @@ -24469,7 +23613,7 @@ "wrinkly" ] ], - "box__of__shampoo.n.01": [ + "box__of__milk.n.01": [ [ "disinfected", "disinfected" @@ -24527,7 +23671,7 @@ "wrinkly" ] ], - "box__of__takeout.n.01": [ + "box__of__oatmeal.n.01": [ [ "disinfected", "disinfected" @@ -24585,7 +23729,7 @@ "wrinkly" ] ], - "box__of__tissue.n.01": [ + "box__of__raspberries.n.01": [ [ "disinfected", "disinfected" @@ -24643,7 +23787,7 @@ "wrinkly" ] ], - "box__of__tomato_juice.n.01": [ + "box__of__rice.n.01": [ [ "disinfected", "disinfected" @@ -24701,7 +23845,7 @@ "wrinkly" ] ], - "box__of__vegetable_juice.n.01": [ + "box__of__rum.n.01": [ [ "disinfected", "disinfected" @@ -24759,7 +23903,7 @@ "wrinkly" ] ], - "box__of__whiskey.n.01": [ + "box__of__sake.n.01": [ [ "disinfected", "disinfected" @@ -24817,7 +23961,7 @@ "wrinkly" ] ], - "box__of__wine.n.01": [ + "box__of__salt.n.01": [ [ "disinfected", "disinfected" @@ -24875,7 +24019,7 @@ "wrinkly" ] ], - "box__of__yogurt.n.01": [ + "box__of__sanitary_napkin.n.01": [ [ "disinfected", "disinfected" @@ -24933,7 +24077,7 @@ "wrinkly" ] ], - "boxed__cake.n.01": [ + "box__of__shampoo.n.01": [ [ "disinfected", "disinfected" @@ -24991,7 +24135,7 @@ "wrinkly" ] ], - "boxed__cpu_board.n.01": [ + "box__of__takeout.n.01": [ [ "disinfected", "disinfected" @@ -25049,7 +24193,7 @@ "wrinkly" ] ], - "boxed__ink_cartridge.n.01": [ + "box__of__tissue.n.01": [ [ "disinfected", "disinfected" @@ -25107,7 +24251,7 @@ "wrinkly" ] ], - "boxed__router.n.01": [ + "box__of__tomato_juice.n.01": [ [ "disinfected", "disinfected" @@ -25165,7 +24309,7 @@ "wrinkly" ] ], - "boxed_butter.n.01": [ + "box__of__vegetable_juice.n.01": [ [ "disinfected", "disinfected" @@ -25223,7 +24367,7 @@ "wrinkly" ] ], - "boxed_cake.n.01": [ + "box__of__whiskey.n.01": [ [ "disinfected", "disinfected" @@ -25281,7 +24425,7 @@ "wrinkly" ] ], - "boxed_chocolate.n.01": [ + "box__of__wine.n.01": [ [ "disinfected", "disinfected" @@ -25339,7 +24483,7 @@ "wrinkly" ] ], - "boxed_coffee.n.01": [ + "box__of__yogurt.n.01": [ [ "disinfected", "disinfected" @@ -25397,7 +24541,7 @@ "wrinkly" ] ], - "boxed_cookie.n.01": [ + "boxed__cake.n.01": [ [ "disinfected", "disinfected" @@ -25455,7 +24599,7 @@ "wrinkly" ] ], - "boxed_raspberries.n.01": [ + "boxed__cpu_board.n.01": [ [ "disinfected", "disinfected" @@ -25513,7 +24657,7 @@ "wrinkly" ] ], - "boxing_equipment.n.01": [ + "boxed__ink_cartridge.n.01": [ [ "disinfected", "disinfected" @@ -25526,10 +24670,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -25575,7 +24715,7 @@ "wrinkly" ] ], - "boxing_glove.n.01": [ + "boxed__router.n.01": [ [ "disinfected", "disinfected" @@ -25588,10 +24728,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -25637,115 +24773,7 @@ "wrinkly" ] ], - "brace.n.09": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "bracelet.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "bracket.n.04": [ + "boxing_equipment.n.01": [ [ "disinfected", "disinfected" @@ -25755,58 +24783,8 @@ "dusty" ], [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "brake.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" + "on_fire", + "on_fire" ], [ "frozen", @@ -25853,7 +24831,7 @@ "wrinkly" ] ], - "branch.n.02": [ + "boxing_glove.n.01": [ [ "disinfected", "disinfected" @@ -25890,86 +24868,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "brandy.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "brandy__bottle.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], [ "stained", "stained" @@ -25991,7 +24889,7 @@ "wrinkly" ] ], - "brass.n.02": [ + "brace.n.09": [ [ "disinfected", "disinfected" @@ -26045,7 +24943,7 @@ "wrinkly" ] ], - "brassiere.n.01": [ + "bracelet.n.02": [ [ "disinfected", "disinfected" @@ -26054,10 +24952,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -26103,11 +24997,7 @@ "wrinkly" ] ], - "bratwurst.n.01": [ - [ - "cooked", - "cooked" - ], + "bracket.n.04": [ [ "disinfected", "disinfected" @@ -26140,10 +25030,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -26165,7 +25051,7 @@ "wrinkly" ] ], - "bread-bin.n.01": [ + "brake.n.01": [ [ "disinfected", "disinfected" @@ -26219,21 +25105,7 @@ "wrinkly" ] ], - "bread.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "bread_slice.n.01": [ - [ - "cooked", - "cooked" - ], + "branch.n.02": [ [ "disinfected", "disinfected" @@ -26243,8 +25115,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -26295,10 +25167,10 @@ "wrinkly" ] ], - "breadcrumb.n.01": [ + "brandy.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" ], [ "frozen", @@ -26307,23 +25179,13 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], - "breakfast_food.n.01": [ + "brandy__bottle.n.01": [ [ - "frozen", - "frozen" + "broken", + "broken" ], - [ - "hot", - "hot" - ] - ], - "breakfast_table.n.01": [ [ "disinfected", "disinfected" @@ -26377,47 +25239,61 @@ "wrinkly" ] ], - "breast.n.03": [ + "brass.n.02": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" ], [ - "on_fire", - "on_fire" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" - ] - ], - "brew.n.01": [ + "moldy", + "moldy" + ], [ - "boiling", - "boiling" + "rusty", + "rusty" ], [ - "cooked", - "cooked" + "scratched", + "scratched" ], [ - "frozen", - "frozen" + "stained", + "stained" ], [ - "hot", - "hot" + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "brick.n.01": [ + "brassiere.n.01": [ [ "disinfected", "disinfected" @@ -26471,7 +25347,11 @@ "wrinkly" ] ], - "bridge.n.01": [ + "bratwurst.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -26504,6 +25384,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -26525,7 +25409,7 @@ "wrinkly" ] ], - "briefcase.n.01": [ + "bread-bin.n.01": [ [ "disinfected", "disinfected" @@ -26550,10 +25434,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -26583,7 +25463,7 @@ "wrinkly" ] ], - "brightness.n.01": [ + "bread.n.01": [ [ "frozen", "frozen" @@ -26593,7 +25473,7 @@ "hot" ] ], - "brisket.n.01": [ + "bread_slice.n.01": [ [ "cooked", "cooked" @@ -26630,10 +25510,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -26655,11 +25531,35 @@ "wrinkly" ] ], - "broccoli.n.02": [ + "breadcrumb.n.01": [ [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "breakfast_food.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "breakfast_table.n.01": [ [ "disinfected", "disinfected" @@ -26692,10 +25592,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -26717,11 +25613,43 @@ "wrinkly" ] ], - "broccoli_rabe.n.02": [ + "breast.n.03": [ + [ + "cooked", + "cooked" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "brew.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "brick.n.01": [ [ "disinfected", "disinfected" @@ -26754,10 +25682,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -26779,11 +25703,7 @@ "wrinkly" ] ], - "broccolini.n.01": [ - [ - "cooked", - "cooked" - ], + "bridge.n.01": [ [ "disinfected", "disinfected" @@ -26817,8 +25737,58 @@ "scratched" ], [ - "sliced", - "sliced" + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "briefcase.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" ], [ "stained", @@ -26841,10 +25811,20 @@ "wrinkly" ] ], - "broken__glass.n.01": [ + "brightness.n.01": [ [ - "broken", - "broken" + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "brisket.n.01": [ + [ + "cooked", + "cooked" ], [ "disinfected", @@ -26878,6 +25858,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -26899,10 +25883,10 @@ "wrinkly" ] ], - "broken__light_bulb.n.01": [ + "broccoli.n.02": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -26936,6 +25920,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -26957,7 +25945,11 @@ "wrinkly" ] ], - "broom.n.01": [ + "broccoli_rabe.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -26990,6 +25982,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -27011,46 +26007,72 @@ "wrinkly" ] ], - "broth.n.01": [ - [ - "boiling", - "boiling" - ], + "broccolini.n.01": [ [ "cooked", "cooked" ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "broth.n.02": [ + ], [ - "boiling", - "boiling" + "moldy", + "moldy" ], [ - "cooked", - "cooked" + "rusty", + "rusty" ], [ - "frozen", - "frozen" + "scratched", + "scratched" ], [ - "hot", - "hot" + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "brown_bread.n.02": [ + "broken__glass.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -27060,14 +26082,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -27092,10 +26106,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -27117,21 +26127,65 @@ "wrinkly" ] ], - "brown_rice.n.01": [ + "broken__light_bulb.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "brown_rice__sack.n.01": [ + "broom.n.01": [ [ "disinfected", "disinfected" @@ -27140,10 +26194,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -27189,7 +26239,11 @@ "wrinkly" ] ], - "brown_sugar.n.01": [ + "broth.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" @@ -27203,7 +26257,39 @@ "hot" ] ], - "brown_sugar__box.n.01": [ + "broth.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "brown_rice.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "brown_rice__sack.n.01": [ [ "disinfected", "disinfected" @@ -27232,10 +26318,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -27265,6 +26347,20 @@ "wrinkly" ] ], + "brown_sugar.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], "brown_sugar__sack.n.01": [ [ "disinfected", @@ -27336,10 +26432,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -27389,6 +26481,24 @@ "wrinkly" ] ], + "brownie_batter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], "brush.n.02": [ [ "disinfected", @@ -28124,10 +27234,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -28230,10 +27336,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -28609,7 +27711,7 @@ "wrinkly" ] ], - "butter__box.n.01": [ + "butter__package.n.01": [ [ "disinfected", "disinfected" @@ -28638,10 +27740,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -28671,69 +27769,11 @@ "wrinkly" ] ], - "butter__package.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "butter_cookie.n.01": [ - [ - "cooked", - "cooked" - ], + "butter_cookie.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -28949,13 +27989,13 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cabinet.n.01": [ + [ + "assembled", + "assembled" + ], [ "disinfected", "disinfected" @@ -29358,10 +28398,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -29973,7 +29009,7 @@ "wrinkly" ] ], - "can__of__coffee.n.01": [ + "can__of__cat_food.n.01": [ [ "disinfected", "disinfected" @@ -30027,7 +29063,7 @@ "wrinkly" ] ], - "can__of__corn.n.01": [ + "can__of__coffee.n.01": [ [ "disinfected", "disinfected" @@ -30081,7 +29117,7 @@ "wrinkly" ] ], - "can__of__icetea.n.01": [ + "can__of__corn.n.01": [ [ "disinfected", "disinfected" @@ -30135,7 +29171,7 @@ "wrinkly" ] ], - "can__of__oatmeal.n.01": [ + "can__of__dog_food.n.01": [ [ "disinfected", "disinfected" @@ -30189,7 +29225,7 @@ "wrinkly" ] ], - "can__of__sardines.n.01": [ + "can__of__icetea.n.01": [ [ "disinfected", "disinfected" @@ -30243,7 +29279,7 @@ "wrinkly" ] ], - "can__of__soda.n.01": [ + "can__of__oatmeal.n.01": [ [ "disinfected", "disinfected" @@ -30297,7 +29333,7 @@ "wrinkly" ] ], - "can__of__tomato_paste.n.01": [ + "can__of__sardines.n.01": [ [ "disinfected", "disinfected" @@ -30351,7 +29387,7 @@ "wrinkly" ] ], - "can__of__tomatoes.n.01": [ + "can__of__soda.n.01": [ [ "disinfected", "disinfected" @@ -30405,7 +29441,7 @@ "wrinkly" ] ], - "candle.n.01": [ + "can__of__tomato_paste.n.01": [ [ "disinfected", "disinfected" @@ -30459,7 +29495,7 @@ "wrinkly" ] ], - "candlestick.n.01": [ + "can__of__tomatoes.n.01": [ [ "disinfected", "disinfected" @@ -30513,17 +29549,65 @@ "wrinkly" ] ], - "candy.n.01": [ + "candle.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "melted", + "melted" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "candy__box.n.01": [ + "candlestick.n.01": [ [ "disinfected", "disinfected" @@ -30532,10 +29616,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -30552,10 +29632,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -30585,6 +29661,16 @@ "wrinkly" ] ], + "candy.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], "candy_cane.n.01": [ [ "disinfected", @@ -30705,6 +29791,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "canister.n.02": [ @@ -30766,10 +29856,6 @@ ] ], "canned_food.n.01": [ - [ - "cooked", - "cooked" - ], [ "disinfected", "disinfected" @@ -30794,10 +29880,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -31044,10 +30126,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -31086,10 +30164,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -31218,10 +30292,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -31634,10 +30704,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -31922,10 +30988,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -32350,10 +31412,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -32412,10 +31470,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -32470,10 +31524,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -32528,10 +31578,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -32586,10 +31632,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -32645,62 +31687,58 @@ "moldy" ], [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cartridge.n.03": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "cartridge.n.03": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -32848,10 +31886,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -33154,10 +32188,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -33212,10 +32242,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -33410,10 +32436,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -33544,10 +32566,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -33750,6 +32768,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -34363,7 +33385,17 @@ "hot" ] ], - "cereal_box.n.01": [ + "chaff.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chain.n.03": [ [ "disinfected", "disinfected" @@ -34417,17 +33449,61 @@ "wrinkly" ] ], - "chaff.n.01": [ + "chain.n.05": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "chain.n.03": [ + "chain_saw.n.01": [ [ "disinfected", "disinfected" @@ -34472,6 +33548,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -34481,7 +33561,7 @@ "wrinkly" ] ], - "chain.n.05": [ + "chair.n.01": [ [ "disinfected", "disinfected" @@ -34535,7 +33615,7 @@ "wrinkly" ] ], - "chain_saw.n.01": [ + "chaise_longue.n.01": [ [ "disinfected", "disinfected" @@ -34580,10 +33660,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -34593,7 +33669,11 @@ "wrinkly" ] ], - "chair.n.01": [ + "chalice.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -34647,7 +33727,39 @@ "wrinkly" ] ], - "chaise_longue.n.01": [ + "chalk.n.01": [ + [ + "broken", + "broken" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "champagne.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "champagne__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -34701,7 +33813,7 @@ "wrinkly" ] ], - "chalice.n.01": [ + "chandelier.n.01": [ [ "broken", "broken" @@ -34750,6 +33862,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -34759,24 +33875,72 @@ "wrinkly" ] ], - "chalk.n.01": [ + "chanterelle.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "champagne.n.01": [ + "charcoal.n.01": [ [ - "boiling", - "boiling" + "on_fire", + "on_fire" ], [ "frozen", @@ -34787,11 +33951,7 @@ "hot" ] ], - "champagne__bottle.n.01": [ - [ - "broken", - "broken" - ], + "charcoal.n.02": [ [ "disinfected", "disinfected" @@ -34816,10 +33976,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -34849,10 +34005,10 @@ "wrinkly" ] ], - "chandelier.n.01": [ + "chard.n.02": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -34886,6 +34042,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -34898,10 +34058,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -34911,11 +34067,7 @@ "wrinkly" ] ], - "chanterelle.n.01": [ - [ - "cooked", - "cooked" - ], + "charger.n.02": [ [ "disinfected", "disinfected" @@ -34948,10 +34100,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -34973,21 +34121,65 @@ "wrinkly" ] ], - "charcoal.n.01": [ + "checkout.n.03": [ [ - "on_fire", - "on_fire" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "charcoal.n.02": [ + "cheddar.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -34996,6 +34188,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -35008,6 +34204,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -35020,6 +34220,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -35041,7 +34245,57 @@ "wrinkly" ] ], - "chard.n.02": [ + "cheese.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cheese_pastry_filling.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cheese_sauce.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cheese_tart.n.01": [ [ "cooked", "cooked" @@ -35103,7 +34357,11 @@ "wrinkly" ] ], - "charger.n.02": [ + "cheesecake.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -35136,6 +34394,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -35157,7 +34419,7 @@ "wrinkly" ] ], - "checkout.n.03": [ + "cheesecloth.n.01": [ [ "disinfected", "disinfected" @@ -35211,7 +34473,37 @@ "wrinkly" ] ], - "cheddar.n.02": [ + "chemical.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chemical_agent.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chemical_element.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cherry.n.03": [ [ "cooked", "cooked" @@ -35224,14 +34516,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -35281,11 +34565,19 @@ "wrinkly" ] ], - "cheese.n.01": [ + "cherry_filling.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -35295,7 +34587,7 @@ "hot" ] ], - "cheese_pastry.n.01": [ + "cherry_tomato.n.02": [ [ "cooked", "cooked" @@ -35309,12 +34601,62 @@ "dusty" ], [ - "on_fire", - "on_fire" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" ], [ - "folded", - "folded" + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "chess_set.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -35340,10 +34682,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -35365,47 +34703,65 @@ "wrinkly" ] ], - "cheese_pastry_filling.n.01": [ + "chest.n.02": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" ], [ - "cooked", - "cooked" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "cheese_sauce.n.01": [ + ], [ - "boiling", - "boiling" + "moldy", + "moldy" ], [ - "cooked", - "cooked" + "open", + "open" ], [ - "frozen", - "frozen" + "rusty", + "rusty" ], [ - "hot", - "hot" - ] - ], - "cheese_tart.n.01": [ + "scratched", + "scratched" + ], [ - "cooked", - "cooked" + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" ], + [ + "wrinkly", + "wrinkly" + ] + ], + "chest_of_drawers.n.01": [ [ "disinfected", "disinfected" @@ -35430,6 +34786,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -35438,10 +34798,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -35463,7 +34819,7 @@ "wrinkly" ] ], - "cheesecake.n.01": [ + "chestnut.n.03": [ [ "cooked", "cooked" @@ -35476,10 +34832,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -35504,10 +34856,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -35529,7 +34877,7 @@ "wrinkly" ] ], - "cheesecloth.n.01": [ + "chewing_gum.n.01": [ [ "disinfected", "disinfected" @@ -35538,10 +34886,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -35554,6 +34898,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -35587,27 +34935,11 @@ "wrinkly" ] ], - "chemical.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chemical_agent.n.01": [ + "chia_seed.n.01": [ [ - "frozen", - "frozen" + "cooked", + "cooked" ], - [ - "hot", - "hot" - ] - ], - "chemical_element.n.01": [ [ "frozen", "frozen" @@ -35617,11 +34949,7 @@ "hot" ] ], - "cherry.n.03": [ - [ - "cooked", - "cooked" - ], + "chia_seed__bag.n.01": [ [ "disinfected", "disinfected" @@ -35630,6 +34958,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -35654,10 +34986,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -35679,29 +35007,7 @@ "wrinkly" ] ], - "cherry_filling.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "cherry_tomato.n.02": [ + "chicken.n.01": [ [ "cooked", "cooked" @@ -35763,7 +35069,11 @@ "wrinkly" ] ], - "chess_set.n.01": [ + "chicken_breast.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -35772,6 +35082,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -35796,6 +35110,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -35817,7 +35135,29 @@ "wrinkly" ] ], - "chest.n.02": [ + "chicken_broth.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chicken_broth__carton.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -35871,7 +35211,7 @@ "wrinkly" ] ], - "chest_of_drawers.n.01": [ + "chicken_coop.n.01": [ [ "disinfected", "disinfected" @@ -35896,10 +35236,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -35929,7 +35265,25 @@ "wrinkly" ] ], - "chestnut.n.03": [ + "chicken_curry.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chicken_leg.n.01": [ [ "cooked", "cooked" @@ -35966,6 +35320,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -35987,7 +35345,25 @@ "wrinkly" ] ], - "chewing_gum.n.01": [ + "chicken_soup.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chicken_soup__carton.n.01": [ [ "disinfected", "disinfected" @@ -35996,10 +35372,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -36045,21 +35417,11 @@ "wrinkly" ] ], - "chia_seed.n.01": [ + "chicken_tender.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chia_seed__bag.n.01": [ [ "disinfected", "disinfected" @@ -36096,6 +35458,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -36117,7 +35483,7 @@ "wrinkly" ] ], - "chicken.n.01": [ + "chicken_wing.n.01": [ [ "cooked", "cooked" @@ -36130,6 +35496,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -36179,11 +35549,7 @@ "wrinkly" ] ], - "chicken_breast.n.02": [ - [ - "cooked", - "cooked" - ], + "chicken_wire.n.01": [ [ "disinfected", "disinfected" @@ -36192,10 +35558,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -36220,10 +35582,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -36245,11 +35603,7 @@ "wrinkly" ] ], - "chicken_broth.n.01": [ - [ - "boiling", - "boiling" - ], + "chickpea.n.03": [ [ "cooked", "cooked" @@ -36263,11 +35617,7 @@ "hot" ] ], - "chicken_broth__carton.n.01": [ - [ - "broken", - "broken" - ], + "chickpea__can.n.01": [ [ "disinfected", "disinfected" @@ -36292,10 +35642,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -36325,7 +35671,11 @@ "wrinkly" ] ], - "chicken_coop.n.01": [ + "chili.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -36358,6 +35708,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -36379,11 +35733,7 @@ "wrinkly" ] ], - "chicken_curry.n.01": [ - [ - "boiling", - "boiling" - ], + "chili_powder.n.01": [ [ "cooked", "cooked" @@ -36397,11 +35747,7 @@ "hot" ] ], - "chicken_leg.n.01": [ - [ - "cooked", - "cooked" - ], + "china.n.02": [ [ "disinfected", "disinfected" @@ -36434,10 +35780,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -36459,25 +35801,11 @@ "wrinkly" ] ], - "chicken_soup.n.01": [ - [ - "boiling", - "boiling" - ], + "chinese_anise.n.02": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chicken_soup__can.n.01": [ [ "disinfected", "disinfected" @@ -36502,10 +35830,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -36535,11 +35859,7 @@ "wrinkly" ] ], - "chicken_tender.n.01": [ - [ - "cooked", - "cooked" - ], + "chip.n.04": [ [ "disinfected", "disinfected" @@ -36548,10 +35868,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -36576,10 +35892,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -36601,11 +35913,7 @@ "wrinkly" ] ], - "chicken_wing.n.01": [ - [ - "cooked", - "cooked" - ], + "chisel.n.01": [ [ "disinfected", "disinfected" @@ -36614,10 +35922,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -36642,10 +35946,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -36667,7 +35967,11 @@ "wrinkly" ] ], - "chicken_wire.n.01": [ + "chives.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -36676,10 +35980,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -36704,6 +36004,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -36725,10 +36029,10 @@ "wrinkly" ] ], - "chickpea.n.03": [ + "chlorine.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" ], [ "frozen", @@ -36739,7 +36043,11 @@ "hot" ] ], - "chickpea__can.n.01": [ + "chlorine__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -36764,10 +36072,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -36797,83 +36101,25 @@ "wrinkly" ] ], - "chili.n.02": [ + "chocolate.n.02": [ [ "cooked", "cooked" ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "chili_powder.n.01": [ + "chocolate_bar.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "china.n.02": [ [ "disinfected", "disinfected" @@ -36894,6 +36140,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -36927,7 +36177,7 @@ "wrinkly" ] ], - "chinese_anise.n.02": [ + "chocolate_biscuit.n.01": [ [ "cooked", "cooked" @@ -36965,58 +36215,8 @@ "scratched" ], [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "chip.n.04": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" + "sliced", + "sliced" ], [ "stained", @@ -37039,7 +36239,11 @@ "wrinkly" ] ], - "chisel.n.01": [ + "chocolate_cake.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -37048,6 +36252,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -37072,6 +36280,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -37093,7 +36305,21 @@ "wrinkly" ] ], - "chives.n.01": [ + "chocolate_candy.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "chocolate_chip_cookie.n.01": [ [ "cooked", "cooked" @@ -37106,6 +36332,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -37155,24 +36385,10 @@ "wrinkly" ] ], - "chlorine.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chlorine__bottle.n.01": [ + "chocolate_cookie_dough.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -37182,6 +36398,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -37198,10 +36418,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -37210,6 +36426,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -37231,7 +36451,7 @@ "wrinkly" ] ], - "chocolate.n.02": [ + "chocolate_kiss.n.01": [ [ "cooked", "cooked" @@ -37243,70 +36463,48 @@ [ "hot", "hot" - ] - ], - "chocolate_bar.n.01": [ - [ - "cooked", - "cooked" ], [ - "disinfected", - "disinfected" - ], + "melted", + "melted" + ] + ], + "chocolate_milk.n.01": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], + ] + ], + "chocolate_sauce.n.01": [ [ - "sticky", - "sticky" + "boiling", + "boiling" ], [ - "tarnished", - "tarnished" + "cooked", + "cooked" ], [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "chocolate_biscuit.n.01": [ + "chocolate_sauce__bottle.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -37340,10 +36538,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -37365,7 +36559,11 @@ "wrinkly" ] ], - "chocolate_box.n.01": [ + "chop.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -37374,10 +36572,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -37394,10 +36588,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -37406,6 +36596,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -37427,11 +36621,15 @@ "wrinkly" ] ], - "chocolate_cake.n.01": [ + "chopped__lettuce.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -37440,14 +36638,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -37472,10 +36662,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -37497,25 +36683,7 @@ "wrinkly" ] ], - "chocolate_candy.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chocolate_chip_cookie.n.01": [ - [ - "cooked", - "cooked" - ], + "chopping_block.n.01": [ [ "disinfected", "disinfected" @@ -37524,10 +36692,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -37552,10 +36716,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -37577,11 +36737,7 @@ "wrinkly" ] ], - "chocolate_cookie_dough.n.01": [ - [ - "cooked", - "cooked" - ], + "chopping_board.n.01": [ [ "disinfected", "disinfected" @@ -37590,14 +36746,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -37622,10 +36770,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -37647,57 +36791,7 @@ "wrinkly" ] ], - "chocolate_kiss.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chocolate_milk.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chocolate_sauce.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "chocolate_sauce__bottle.n.01": [ - [ - "broken", - "broken" - ], + "chopstick.n.01": [ [ "disinfected", "disinfected" @@ -37722,10 +36816,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -37755,7 +36845,7 @@ "wrinkly" ] ], - "chop.n.02": [ + "chorizo.n.01": [ [ "cooked", "cooked" @@ -37817,69 +36907,21 @@ "wrinkly" ] ], - "chopped__lettuce.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], + "chowder.n.01": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "chopping_block.n.01": [ + "christmas_tree.n.05": [ [ "disinfected", "disinfected" @@ -37933,61 +36975,25 @@ "wrinkly" ] ], - "chopping_board.n.01": [ + "cider.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "chopstick.n.01": [ + "cigar.n.01": [ [ "disinfected", "disinfected" @@ -37996,6 +37002,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -38041,10 +37051,10 @@ "wrinkly" ] ], - "chorizo.n.01": [ + "cigar_lighter.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -38078,10 +37088,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -38094,6 +37100,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -38103,21 +37113,7 @@ "wrinkly" ] ], - "chowder.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "christmas_tree.n.05": [ + "cigarette.n.01": [ [ "disinfected", "disinfected" @@ -38171,11 +37167,7 @@ "wrinkly" ] ], - "cider.n.01": [ - [ - "boiling", - "boiling" - ], + "cinnamon.n.03": [ [ "cooked", "cooked" @@ -38189,7 +37181,7 @@ "hot" ] ], - "cigar.n.01": [ + "cinnamon__shaker.n.01": [ [ "disinfected", "disinfected" @@ -38198,10 +37190,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -38247,10 +37235,10 @@ "wrinkly" ] ], - "cigar_lighter.n.01": [ + "cinnamon_bark.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -38260,6 +37248,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -38296,10 +37288,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -38309,7 +37297,11 @@ "wrinkly" ] ], - "cigarette.n.01": [ + "cinnamon_roll.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -38318,6 +37310,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -38342,6 +37338,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -38363,11 +37363,15 @@ "wrinkly" ] ], - "cinnamon.n.03": [ + "cinnamon_sugar.n.01": [ [ "cooked", "cooked" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -38377,7 +37381,7 @@ "hot" ] ], - "cinnamon__shaker.n.01": [ + "circle.n.08": [ [ "disinfected", "disinfected" @@ -38431,11 +37435,7 @@ "wrinkly" ] ], - "cinnamon_bark.n.01": [ - [ - "cooked", - "cooked" - ], + "circuit.n.01": [ [ "disinfected", "disinfected" @@ -38444,10 +37444,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -38472,6 +37468,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -38493,7 +37493,17 @@ "wrinkly" ] ], - "cinnamon_roll.n.01": [ + "citrus.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "clam.n.03": [ [ "cooked", "cooked" @@ -38506,10 +37516,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -38559,25 +37565,7 @@ "wrinkly" ] ], - "cinnamon_sugar.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "circle.n.08": [ + "clamp.n.01": [ [ "disinfected", "disinfected" @@ -38631,7 +37619,7 @@ "wrinkly" ] ], - "circuit.n.01": [ + "cleaning_implement.n.01": [ [ "disinfected", "disinfected" @@ -38664,10 +37652,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -38689,137 +37673,7 @@ "wrinkly" ] ], - "citrus.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "clam.n.03": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "clamp.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cleaning_implement.n.01": [ + "cleansing__bottle.n.01": [ [ "disinfected", "disinfected" @@ -39134,10 +37988,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -39308,10 +38158,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -39420,10 +38266,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -39528,6 +38370,10 @@ ] ], "clothesline.n.01": [ + [ + "assembled", + "assembled" + ], [ "disinfected", "disinfected" @@ -39852,10 +38698,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -40083,8 +38925,136 @@ "dusty" ], [ - "folded", - "folded" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "coat_of_paint.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "coating.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "coatrack.n.01": [ + [ + "broken", + "broken" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "cobweb.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -40131,7 +39101,15 @@ "wrinkly" ] ], - "coat_of_paint.n.01": [ + "coca_cola.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -40141,7 +39119,11 @@ "hot" ] ], - "coating.n.01": [ + "cocktail.n.01": [ + [ + "boiling", + "boiling" + ], [ "frozen", "frozen" @@ -40151,11 +39133,25 @@ "hot" ] ], - "coatrack.n.01": [ + "cocoa.n.01": [ [ - "broken", - "broken" + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "cocoa__box.n.01": [ [ "disinfected", "disinfected" @@ -40164,6 +39160,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -40209,7 +39209,21 @@ "wrinkly" ] ], - "cobweb.n.01": [ + "cocoa_powder.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cocoa_powder__box.n.01": [ [ "disinfected", "disinfected" @@ -40219,8 +39233,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -40267,11 +39281,7 @@ "wrinkly" ] ], - "coca_cola.n.01": [ - [ - "boiling", - "boiling" - ], + "coconut.n.01": [ [ "cooked", "cooked" @@ -40285,21 +39295,69 @@ "hot" ] ], - "cocktail.n.01": [ + "coconut.n.02": [ [ - "boiling", - "boiling" + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "cocoa.n.01": [ + "coconut_milk.n.01": [ [ "boiling", "boiling" @@ -40317,7 +39375,11 @@ "hot" ] ], - "cocoa.n.02": [ + "coconut_oil.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" @@ -40331,7 +39393,11 @@ "hot" ] ], - "cocoa__box.n.01": [ + "coconut_oil__jar.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -40340,10 +39406,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -40360,10 +39422,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -40393,21 +39451,11 @@ "wrinkly" ] ], - "cocoa_powder.n.01": [ + "cod.n.02": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "cocoa_powder__box.n.01": [ [ "disinfected", "disinfected" @@ -40416,10 +39464,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -40444,6 +39488,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -40465,7 +39513,17 @@ "wrinkly" ] ], - "coconut.n.01": [ + "coffee.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "coffee_bean.n.01": [ [ "cooked", "cooked" @@ -40479,10 +39537,10 @@ "hot" ] ], - "coconut.n.02": [ + "coffee_bean__jar.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -40516,10 +39574,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -40541,47 +39595,65 @@ "wrinkly" ] ], - "coconut_milk.n.01": [ + "coffee_cup.n.01": [ [ - "boiling", - "boiling" + "broken", + "broken" ], [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "coconut_oil.n.01": [ + ], [ - "boiling", - "boiling" + "moldy", + "moldy" ], [ - "cooked", - "cooked" + "rusty", + "rusty" ], [ - "frozen", - "frozen" + "scratched", + "scratched" ], [ - "hot", - "hot" - ] - ], - "coconut_oil__jar.n.01": [ + "stained", + "stained" + ], [ - "broken", - "broken" + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" ], + [ + "wrinkly", + "wrinkly" + ] + ], + "coffee_filter.n.01": [ [ "disinfected", "disinfected" @@ -40606,10 +39678,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -40639,11 +39707,21 @@ "wrinkly" ] ], - "cod.n.02": [ + "coffee_grounds.n.01": [ [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "coffee_maker.n.01": [ [ "disinfected", "disinfected" @@ -40676,10 +39754,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -40692,6 +39766,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -40701,31 +39779,7 @@ "wrinkly" ] ], - "coffee.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "coffee_bean.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "coffee_bean__jar.n.01": [ + "coffee_mill.n.01": [ [ "broken", "broken" @@ -40754,10 +39808,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -40787,7 +39837,7 @@ "wrinkly" ] ], - "coffee_cup.n.01": [ + "coffee_table.n.01": [ [ "broken", "broken" @@ -40845,7 +39895,7 @@ "wrinkly" ] ], - "coffee_filter.n.01": [ + "coffeepot.n.01": [ [ "disinfected", "disinfected" @@ -40899,21 +39949,7 @@ "wrinkly" ] ], - "coffee_grounds.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "coffee_maker.n.01": [ + "cognition.n.01": [ [ "disinfected", "disinfected" @@ -40958,10 +39994,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -40971,11 +40003,7 @@ "wrinkly" ] ], - "coffee_mill.n.01": [ - [ - "broken", - "broken" - ], + "cognitive_factor.n.01": [ [ "disinfected", "disinfected" @@ -41029,7 +40057,7 @@ "wrinkly" ] ], - "coffee_table.n.01": [ + "coin.n.01": [ [ "disinfected", "disinfected" @@ -41083,7 +40111,7 @@ "wrinkly" ] ], - "coffeepot.n.01": [ + "coinage.n.01": [ [ "disinfected", "disinfected" @@ -41137,7 +40165,29 @@ "wrinkly" ] ], - "cognition.n.01": [ + "cola.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cola__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -41170,6 +40220,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -41191,7 +40245,7 @@ "wrinkly" ] ], - "cognitive_factor.n.01": [ + "colander.n.01": [ [ "disinfected", "disinfected" @@ -41245,7 +40299,21 @@ "wrinkly" ] ], - "coin.n.01": [ + "cold_cereal.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cold_cuts.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -41278,6 +40346,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -41299,7 +40371,7 @@ "wrinkly" ] ], - "coinage.n.01": [ + "collar.n.01": [ [ "disinfected", "disinfected" @@ -41353,29 +40425,7 @@ "wrinkly" ] ], - "cola.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "cola__bottle.n.01": [ - [ - "broken", - "broken" - ], + "collar.n.06": [ [ "disinfected", "disinfected" @@ -41384,6 +40434,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -41400,10 +40454,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -41412,10 +40462,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -41437,7 +40483,7 @@ "wrinkly" ] ], - "colander.n.01": [ + "collection.n.01": [ [ "disinfected", "disinfected" @@ -41491,7 +40537,11 @@ "wrinkly" ] ], - "cold_cereal.n.01": [ + "coloring.n.01": [ + [ + "boiling", + "boiling" + ], [ "frozen", "frozen" @@ -41501,11 +40551,17 @@ "hot" ] ], - "cold_cuts.n.01": [ + "coloring_material.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "column.n.07": [ [ "disinfected", "disinfected" @@ -41538,10 +40594,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -41563,7 +40615,7 @@ "wrinkly" ] ], - "collar.n.01": [ + "comb.n.01": [ [ "disinfected", "disinfected" @@ -41573,8 +40625,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -41621,7 +40673,7 @@ "wrinkly" ] ], - "collar.n.06": [ + "comic_book.n.01": [ [ "disinfected", "disinfected" @@ -41630,10 +40682,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -41679,7 +40727,7 @@ "wrinkly" ] ], - "collection.n.01": [ + "commercial_document.n.01": [ [ "disinfected", "disinfected" @@ -41733,31 +40781,7 @@ "wrinkly" ] ], - "coloring.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "coloring_material.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "column.n.07": [ + "commodity.n.01": [ [ "disinfected", "disinfected" @@ -41811,7 +40835,39 @@ "wrinkly" ] ], - "comb.n.01": [ + "common_bean.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "common_bean.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "communication.n.02": [ [ "disinfected", "disinfected" @@ -41820,10 +40876,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -41869,7 +40921,7 @@ "wrinkly" ] ], - "comic_book.n.01": [ + "compact_disk.n.01": [ [ "disinfected", "disinfected" @@ -41894,10 +40946,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -41927,7 +40975,7 @@ "wrinkly" ] ], - "commercial_document.n.01": [ + "compartment.n.02": [ [ "disinfected", "disinfected" @@ -41981,7 +41029,7 @@ "wrinkly" ] ], - "commodity.n.01": [ + "component.n.03": [ [ "disinfected", "disinfected" @@ -42035,15 +41083,7 @@ "wrinkly" ] ], - "common_bean.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], + "composition.n.03": [ [ "frozen", "frozen" @@ -42053,11 +41093,7 @@ "hot" ] ], - "common_bean.n.02": [ - [ - "cooked", - "cooked" - ], + "compost.n.01": [ [ "frozen", "frozen" @@ -42067,7 +41103,7 @@ "hot" ] ], - "communication.n.02": [ + "compost_bin.n.01": [ [ "disinfected", "disinfected" @@ -42121,7 +41157,35 @@ "wrinkly" ] ], - "compact_disk.n.01": [ + "compote.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "compound.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "compound_lever.n.01": [ [ "disinfected", "disinfected" @@ -42175,7 +41239,11 @@ "wrinkly" ] ], - "compartment.n.02": [ + "compound_microscope.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -42220,6 +41288,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -42229,7 +41301,7 @@ "wrinkly" ] ], - "component.n.03": [ + "computer.n.01": [ [ "disinfected", "disinfected" @@ -42283,27 +41355,7 @@ "wrinkly" ] ], - "composition.n.03": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "compost.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "compost_bin.n.01": [ + "computer_game.n.01": [ [ "disinfected", "disinfected" @@ -42357,25 +41409,7 @@ "wrinkly" ] ], - "compote.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "compound.n.02": [ + "concave_shape.n.01": [ [ "frozen", "frozen" @@ -42385,7 +41419,7 @@ "hot" ] ], - "compound_lever.n.01": [ + "conch.n.01": [ [ "disinfected", "disinfected" @@ -42439,69 +41473,31 @@ "wrinkly" ] ], - "compound_microscope.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "conchiglie.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + ] + ], + "concoction.n.01": [ [ - "toggled_on", - "toggled_on" + "cooked", + "cooked" ], [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "computer.n.01": [ + "concrete.n.01": [ [ "disinfected", "disinfected" @@ -42555,61 +41551,31 @@ "wrinkly" ] ], - "computer_game.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "condiment.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + ] + ], + "condition.n.01": [ [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "concave_shape.n.01": [ + "conditioner.n.03": [ + [ + "boiling", + "boiling" + ], [ "frozen", "frozen" @@ -42619,7 +41585,7 @@ "hot" ] ], - "conch.n.01": [ + "conditioner__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -42664,6 +41630,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -42673,173 +41643,7 @@ "wrinkly" ] ], - "conchiglie.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "concoction.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "concrete.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "condiment.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "condition.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "conditioner.n.03": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "conditioner__bottle.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "conditioner__dispenser.n.01": [ + "conditioner__dispenser.n.01": [ [ "disinfected", "disinfected" @@ -43911,10 +42715,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__bell_pepper.n.01": [ @@ -43933,10 +42733,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__bratwurst.n.01": [ @@ -43955,10 +42751,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__broccoli.n.01": [ @@ -43977,10 +42769,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__carne_asada.n.01": [ @@ -43999,10 +42787,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__carrot.n.01": [ @@ -44021,10 +42805,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__chard.n.01": [ @@ -44043,10 +42823,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__chicken.n.01": [ @@ -44065,10 +42841,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__chili.n.01": [ @@ -44087,10 +42859,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__chorizo.n.01": [ @@ -44109,10 +42877,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__clove.n.01": [ @@ -44131,10 +42895,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__green_onion.n.01": [ @@ -44153,10 +42913,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__head_cabbage.n.01": [ @@ -44171,10 +42927,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__potato.n.01": [ @@ -44193,10 +42945,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__steak.n.01": [ @@ -44215,10 +42963,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__turkey.n.01": [ @@ -44237,10 +42981,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__vidalia_onion.n.01": [ @@ -44259,10 +42999,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__virginia_ham.n.01": [ @@ -44281,10 +43017,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__diced__zucchini.n.01": [ @@ -44303,10 +43035,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cooked__flour.n.01": [ @@ -44608,34 +43336,6 @@ ] ], "cooked__pea.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "cooked__penne.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "cooked__popcorn.n.01": [ [ "cooked", "cooked" @@ -44653,15 +43353,11 @@ "hot" ] ], - "cooked__pumpkin_seed.n.01": [ + "cooked__penne.n.01": [ [ "cooked", "cooked" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -44675,7 +43371,7 @@ "sliced" ] ], - "cooked__quinoa.n.01": [ + "cooked__popcorn.n.01": [ [ "cooked", "cooked" @@ -44693,7 +43389,7 @@ "hot" ] ], - "cooked__ramen.n.01": [ + "cooked__pumpkin_seed.n.01": [ [ "cooked", "cooked" @@ -44715,6 +43411,24 @@ "sliced" ] ], + "cooked__quinoa.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], "cooked__red_meat_sauce.n.01": [ [ "boiling", @@ -44974,10 +43688,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -45054,6 +43764,10 @@ ] ], "cookie_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -45063,8 +43777,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -45165,6 +43879,64 @@ "wrinkly" ] ], + "cookie_stick.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], "cooking_oil.n.01": [ [ "boiling", @@ -45212,10 +43984,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -45903,13 +44671,45 @@ [ "hot", "hot" + ] + ], + "corn_syrup.n.01": [ + [ + "boiling", + "boiling" ], [ - "open", - "open" + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "cornbread_batter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" ] ], - "corn_flake__box.n.01": [ + "cornet.n.01": [ [ "disinfected", "disinfected" @@ -45918,10 +44718,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -45938,10 +44734,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -45971,11 +44763,7 @@ "wrinkly" ] ], - "corn_syrup.n.01": [ - [ - "boiling", - "boiling" - ], + "cornmeal.n.01": [ [ "cooked", "cooked" @@ -45987,13 +44775,13 @@ [ "hot", "hot" + ], + [ + "sliced", + "sliced" ] ], - "cornbread.n.01": [ - [ - "cooked", - "cooked" - ], + "cornmeal__sack.n.01": [ [ "disinfected", "disinfected" @@ -46003,8 +44791,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -46030,10 +44818,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -46055,11 +44839,7 @@ "wrinkly" ] ], - "cornbread_batter.n.01": [ - [ - "boiling", - "boiling" - ], + "cornstarch.n.01": [ [ "cooked", "cooked" @@ -46073,7 +44853,11 @@ "hot" ] ], - "cornet.n.01": [ + "cornstarch__jar.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -46127,25 +44911,75 @@ "wrinkly" ] ], - "cornmeal.n.01": [ + "correspondence.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "on_fire", + "on_fire" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "cornmeal__sack.n.01": [ + "cosmetic.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "costume.n.01": [ [ "disinfected", "disinfected" @@ -46154,10 +44988,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -46203,7 +45033,7 @@ "wrinkly" ] ], - "cornstarch.n.01": [ + "cottage_cheese.n.01": [ [ "cooked", "cooked" @@ -46215,13 +45045,17 @@ [ "hot", "hot" - ] - ], - "cornstarch__jar.n.01": [ + ], [ - "broken", - "broken" + "melted", + "melted" ], + [ + "sliced", + "sliced" + ] + ], + "cotton.n.01": [ [ "disinfected", "disinfected" @@ -46230,6 +45064,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -46246,10 +45084,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -46279,275 +45113,7 @@ "wrinkly" ] ], - "correspondence.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cosmetic.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "costume.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cottage_cheese.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "cotton.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cotton.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "cotton.n.04": [ + "cotton.n.04": [ [ "disinfected", "disinfected" @@ -47242,10 +45808,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -47326,10 +45888,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -47670,10 +46228,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -47736,10 +46290,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -48085,10 +46635,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cruet.n.01": [ @@ -48515,9 +47061,59 @@ ], "cup.n.01": [ [ - "broken", - "broken" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "cup__of__ranch.n.01": [ [ "disinfected", "disinfected" @@ -48746,10 +47342,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -48812,10 +47404,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -49080,10 +47668,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -49192,10 +47776,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -49254,10 +47834,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -49343,10 +47919,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "cutlery.n.02": [ @@ -49922,10 +48494,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -50322,10 +48890,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -50695,7 +49259,7 @@ "wrinkly" ] ], - "deodorant__stick.n.01": [ + "deodorant_stick.n.01": [ [ "disinfected", "disinfected" @@ -50716,6 +49280,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -50926,6 +49494,10 @@ ] ], "desk.n.01": [ + [ + "assembled", + "assembled" + ], [ "disinfected", "disinfected" @@ -51319,8 +49891,58 @@ "moldy" ], [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "determinant.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -51351,169 +49973,115 @@ "wrinkly" ] ], - "determinant.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "device.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "device.n.04": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "dial.n.03": [ + "device.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "device.n.04": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "dial.n.03": [ [ "disinfected", "disinfected" @@ -51630,10 +50198,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -51691,10 +50255,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__avocado.n.01": [ @@ -51709,32 +50269,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "diced__beef_roast.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__beefsteak_tomato.n.01": [ @@ -51749,10 +50283,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__beet.n.01": [ @@ -51771,10 +50301,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__bell_pepper.n.01": [ @@ -51793,10 +50319,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__bratwurst.n.01": [ @@ -51815,10 +50337,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__broccoli.n.01": [ @@ -51837,10 +50355,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__carrot.n.01": [ @@ -51859,10 +50373,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__celery.n.01": [ @@ -51877,10 +50387,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__chard.n.01": [ @@ -51895,10 +50401,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__cheddar.n.01": [ @@ -51919,8 +50421,8 @@ "hot" ], [ - "sliced", - "sliced" + "melted", + "melted" ] ], "diced__chicken.n.01": [ @@ -51939,10 +50441,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__chicken_breast.n.01": [ @@ -51961,10 +50459,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__chili.n.01": [ @@ -51983,10 +50477,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__clove.n.01": [ @@ -52005,10 +50495,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__cucumber.n.01": [ @@ -52023,10 +50509,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__feta.n.01": [ @@ -52047,8 +50529,8 @@ "hot" ], [ - "sliced", - "sliced" + "melted", + "melted" ] ], "diced__green_onion.n.01": [ @@ -52067,10 +50549,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__head_cabbage.n.01": [ @@ -52078,6 +50556,10 @@ "cooked", "cooked" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -52085,10 +50567,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__kiwi.n.01": [ @@ -52103,10 +50581,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__lemon.n.01": [ @@ -52121,10 +50595,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__lettuce.n.01": [ @@ -52143,13 +50613,23 @@ [ "hot", "hot" + ] + ], + "diced__mango.n.01": [ + [ + "cooked", + "cooked" ], [ - "sliced", - "sliced" + "frozen", + "frozen" + ], + [ + "hot", + "hot" ] ], - "diced__mango.n.01": [ + "diced__orange.n.01": [ [ "cooked", "cooked" @@ -52179,10 +50659,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__potato.n.01": [ @@ -52197,10 +50673,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__spinach.n.01": [ @@ -52219,10 +50691,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__steak.n.01": [ @@ -52238,6 +50706,20 @@ "frozen", "frozen" ], + [ + "hot", + "hot" + ] + ], + "diced__strawberry.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], [ "hot", "hot" @@ -52263,10 +50745,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__virginia_ham.n.01": [ @@ -52285,10 +50763,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__watermelon.n.01": [ @@ -52303,10 +50777,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "diced__zucchini.n.01": [ @@ -52325,10 +50795,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "die.n.01": [ @@ -52534,10 +51000,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -52602,10 +51064,6 @@ ] ], "dip.n.07": [ - [ - "cooked", - "cooked" - ], [ "disinfected", "disinfected" @@ -52614,6 +51072,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -52626,6 +51088,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -52870,10 +51336,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -53024,10 +51486,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -53793,64 +52251,6 @@ "hot" ] ], - "dog_food__bag.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "dog_food__can.n.01": [ [ "disinfected", @@ -53918,10 +52318,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -53976,10 +52372,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54094,6 +52486,10 @@ ] ], "dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -54102,10 +52498,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54168,10 +52560,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54288,10 +52676,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54530,10 +52914,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54592,10 +52972,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54668,10 +53044,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -54783,11 +53155,17 @@ "wrinkly" ] ], - "dried_fruit.n.01": [ + "dried_cranberry.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "dried_fruit.n.01": [ [ "frozen", "frozen" @@ -54869,7 +53247,7 @@ "hot" ] ], - "drink_dispenser.n.01": [ + "drink__dispenser.n.01": [ [ "disinfected", "disinfected" @@ -55602,10 +53980,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -55954,10 +54328,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -56016,10 +54386,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -56257,68 +54623,6 @@ "hot" ] ], - "dustcloth.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "dustpan.n.02": [ [ "disinfected", @@ -56398,10 +54702,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -56796,10 +55096,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -57017,68 +55313,6 @@ "wrinkly" ] ], - "egg__box.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "egg_white.n.01": [ [ "boiling", @@ -57110,10 +55344,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -57430,10 +55660,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -57770,10 +55996,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -57832,6 +56054,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -57888,10 +56114,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -57950,10 +56172,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -58338,10 +56556,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -58602,10 +56816,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -59056,10 +57266,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -59148,10 +57354,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -59190,10 +57392,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -59848,10 +58046,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -60130,10 +58324,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -60212,10 +58402,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -60418,6 +58604,10 @@ ] ], "figurine.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -61432,10 +59622,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -61490,10 +59676,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -61782,10 +59964,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -62082,10 +60260,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -62676,10 +60850,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -63042,10 +61212,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -63345,6 +61511,60 @@ "hot" ] ], + "frail.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], "frame.n.10": [ [ "broken", @@ -63536,10 +61756,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -63926,10 +62142,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -64044,10 +62256,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -64204,10 +62412,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -64518,10 +62722,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -65070,10 +63270,6 @@ ] ], "garden_plant.n.01": [ - [ - "cooked", - "cooked" - ], [ "disinfected", "disinfected" @@ -65270,10 +63466,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -65382,10 +63574,6 @@ "boiling", "boiling" ], - [ - "cooked", - "cooked" - ], [ "frozen", "frozen" @@ -65606,10 +63794,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -65740,10 +63924,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -65822,10 +64002,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -66137,7 +64313,7 @@ "wrinkly" ] ], - "gift__box.n.01": [ + "gift.n.01": [ [ "disinfected", "disinfected" @@ -66146,10 +64322,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -66195,29 +64367,7 @@ "wrinkly" ] ], - "gin.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "gin__bottle.n.01": [ - [ - "broken", - "broken" - ], + "gift_box.n.01": [ [ "disinfected", "disinfected" @@ -66226,6 +64376,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -66242,10 +64396,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -66275,10 +64425,14 @@ "wrinkly" ] ], - "ginger.n.02": [ + "gin.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" + ], + [ + "on_fire", + "on_fire" ], [ "frozen", @@ -66287,16 +64441,12 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], - "ginger.n.03": [ + "gin__bottle.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -66330,10 +64480,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -66355,89 +64501,25 @@ "wrinkly" ] ], - "ginger__shaker.n.01": [ - [ - "disinfected", - "disinfected" - ], + "ginger.n.02": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" ], [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "ginger_ale.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "ginger_beer.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" + "sliced", + "sliced" ] ], - "gingerbread.n.01": [ + "ginger.n.03": [ [ "cooked", "cooked" @@ -66450,10 +64532,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -66503,119 +64581,7 @@ "wrinkly" ] ], - "girdle.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "glass.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "glass.n.02": [ + "ginger__shaker.n.01": [ [ "disinfected", "disinfected" @@ -66669,10 +64635,38 @@ "wrinkly" ] ], - "glassware.n.01": [ + "ginger_ale.n.01": [ [ - "broken", - "broken" + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "ginger_beer.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "gingerbread.n.01": [ + [ + "cooked", + "cooked" ], [ "disinfected", @@ -66706,6 +64700,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -66727,29 +64725,61 @@ "wrinkly" ] ], - "glaze.n.01": [ + "girdle.n.02": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" ], [ - "cooked", - "cooked" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "glaze__bottle.n.01": [ + ], [ - "broken", - "broken" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "glass.n.01": [ [ "disinfected", "disinfected" @@ -66774,10 +64804,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -66807,17 +64833,65 @@ "wrinkly" ] ], - "glitter.n.01": [ + "glass.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "globe.n.03": [ + "glassware.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -66826,10 +64900,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -66875,7 +64945,7 @@ "wrinkly" ] ], - "globule.n.01": [ + "glaze.n.01": [ [ "boiling", "boiling" @@ -66887,13 +64957,13 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], - "glove.n.02": [ + "glaze__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -66947,11 +65017,17 @@ "wrinkly" ] ], - "glue__bottle.n.01": [ + "glitter.n.01": [ [ - "broken", - "broken" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "globe.n.03": [ [ "disinfected", "disinfected" @@ -66960,6 +65036,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -66977,8 +65057,76 @@ "moldy" ], [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "globule.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "glove.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -67030,6 +65178,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -67586,10 +65738,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -67872,10 +66020,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -67993,6 +66137,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "granulated_sugar__jar.n.01": [ @@ -68024,10 +66172,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -68859,10 +67003,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "griddle.n.01": [ @@ -68910,6 +67050,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -69317,7 +67461,11 @@ "hot" ] ], - "gum__box.n.01": [ + "gumbo.n.03": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -69342,10 +67490,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -69375,11 +67519,7 @@ "wrinkly" ] ], - "gumbo.n.03": [ - [ - "cooked", - "cooked" - ], + "gummed_label.n.01": [ [ "disinfected", "disinfected" @@ -69433,7 +67573,7 @@ "wrinkly" ] ], - "gummed_label.n.01": [ + "gun.n.01": [ [ "disinfected", "disinfected" @@ -69478,6 +67618,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -69487,7 +67631,7 @@ "wrinkly" ] ], - "gun.n.01": [ + "gunnysack.n.01": [ [ "disinfected", "disinfected" @@ -69496,6 +67640,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -69532,10 +67680,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -69545,7 +67689,21 @@ "wrinkly" ] ], - "gunnysack.n.01": [ + "gunpowder.n.01": [ + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "gym_shoe.n.01": [ [ "disinfected", "disinfected" @@ -69555,12 +67713,58 @@ "dusty" ], [ - "on_fire", - "on_fire" + "frozen", + "frozen" ], [ - "folded", - "folded" + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "gymnastic_apparatus.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -69607,7 +67811,21 @@ "wrinkly" ] ], - "gunpowder.n.01": [ + "hair.n.04": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "hair_spray.n.01": [ + [ + "boiling", + "boiling" + ], [ "on_fire", "on_fire" @@ -69621,7 +67839,7 @@ "hot" ] ], - "gym_shoe.n.01": [ + "hairbrush.n.01": [ [ "disinfected", "disinfected" @@ -69675,7 +67893,7 @@ "wrinkly" ] ], - "gymnastic_apparatus.n.01": [ + "hairpin.n.01": [ [ "disinfected", "disinfected" @@ -69729,20 +67947,80 @@ "wrinkly" ] ], - "hair.n.04": [ + "half__apple.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "hair_spray.n.01": [ + "half__apple_pie.n.01": [ [ - "boiling", - "boiling" + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "on_fire", @@ -69752,12 +68030,56 @@ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "hair_spray__can.n.01": [ + "half__apricot.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -69811,7 +68133,15 @@ "wrinkly" ] ], - "hairbrush.n.01": [ + "half__beefsteak_tomato.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -69865,7 +68195,15 @@ "wrinkly" ] ], - "hairpin.n.01": [ + "half__bell_pepper.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -69919,11 +68257,15 @@ "wrinkly" ] ], - "half__apple.n.01": [ + "half__chestnut.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -69956,10 +68298,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -69981,11 +68319,15 @@ "wrinkly" ] ], - "half__apple_pie.n.01": [ + "half__coconut.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -69994,10 +68336,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -70022,10 +68360,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70047,11 +68381,15 @@ "wrinkly" ] ], - "half__beefsteak_tomato.n.01": [ + "half__eggplant.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70084,10 +68422,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70109,11 +68443,15 @@ "wrinkly" ] ], - "half__bell_pepper.n.01": [ + "half__feta.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70134,6 +68472,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -70146,10 +68488,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70171,11 +68509,15 @@ "wrinkly" ] ], - "half__chestnut.n.01": [ + "half__hard-boiled_egg.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70184,6 +68526,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -70208,10 +68554,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70233,11 +68575,15 @@ "wrinkly" ] ], - "half__coconut.n.01": [ + "half__kiwi.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70270,10 +68616,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70295,11 +68637,15 @@ "wrinkly" ] ], - "half__eggplant.n.01": [ + "half__lemon.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70332,10 +68678,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70357,11 +68699,15 @@ "wrinkly" ] ], - "half__feta.n.01": [ + "half__lime.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70370,10 +68716,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -70398,10 +68740,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70423,11 +68761,7 @@ "wrinkly" ] ], - "half__hard-boiled_egg.n.01": [ - [ - "cooked", - "cooked" - ], + "half__log.n.01": [ [ "disinfected", "disinfected" @@ -70464,10 +68798,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70489,11 +68819,15 @@ "wrinkly" ] ], - "half__lemon.n.01": [ + "half__mango.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70526,10 +68860,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70551,11 +68881,15 @@ "wrinkly" ] ], - "half__lime.n.01": [ + "half__mushroom.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70564,6 +68898,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -70588,10 +68926,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70613,7 +68947,15 @@ "wrinkly" ] ], - "half__log.n.01": [ + "half__orange.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70622,10 +68964,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -70650,10 +68988,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70675,10 +69009,10 @@ "wrinkly" ] ], - "half__mango.n.01": [ + "half__papaya.n.01": [ [ - "cooked", - "cooked" + "diced", + "diced" ], [ "disinfected", @@ -70712,10 +69046,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70737,11 +69067,15 @@ "wrinkly" ] ], - "half__mushroom.n.01": [ + "half__peach.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70750,10 +69084,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -70778,10 +69108,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70803,11 +69129,15 @@ "wrinkly" ] ], - "half__orange.n.01": [ + "half__pear.n.01": [ [ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70840,10 +69170,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70870,6 +69196,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70902,10 +69232,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70932,6 +69258,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -70964,10 +69294,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -70994,6 +69320,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71026,10 +69356,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -71056,6 +69382,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71088,10 +69418,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -71118,6 +69444,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71155,8 +69485,66 @@ "scratched" ], [ - "sliced", - "sliced" + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "half__strawberry.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" ], [ "stained", @@ -71184,6 +69572,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71220,10 +69612,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -71250,6 +69638,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71282,10 +69674,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -71312,6 +69700,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -71344,10 +69736,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -71515,10 +69903,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "ham_hock.n.01": [ @@ -71662,10 +70046,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -71778,10 +70158,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -71910,10 +70286,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -72180,10 +70552,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -72229,7 +70597,7 @@ "wrinkly" ] ], - "handbook.n.01": [ + "handcart.n.01": [ [ "disinfected", "disinfected" @@ -72238,10 +70606,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -72287,7 +70651,7 @@ "wrinkly" ] ], - "handcart.n.01": [ + "handkerchief.n.01": [ [ "disinfected", "disinfected" @@ -72341,7 +70705,7 @@ "wrinkly" ] ], - "handkerchief.n.01": [ + "handle.n.01": [ [ "disinfected", "disinfected" @@ -72350,10 +70714,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -72399,7 +70759,7 @@ "wrinkly" ] ], - "handle.n.01": [ + "handsaw.n.01": [ [ "disinfected", "disinfected" @@ -72453,7 +70813,7 @@ "wrinkly" ] ], - "handsaw.n.01": [ + "handset.n.01": [ [ "disinfected", "disinfected" @@ -72498,6 +70858,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -72507,7 +70871,7 @@ "wrinkly" ] ], - "handset.n.01": [ + "handwear.n.01": [ [ "disinfected", "disinfected" @@ -72552,10 +70916,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -72565,7 +70925,7 @@ "wrinkly" ] ], - "handwear.n.01": [ + "handwheel.n.02": [ [ "disinfected", "disinfected" @@ -72619,7 +70979,7 @@ "wrinkly" ] ], - "handwheel.n.02": [ + "hanger.n.02": [ [ "disinfected", "disinfected" @@ -72673,7 +71033,7 @@ "wrinkly" ] ], - "hanger.n.02": [ + "hanging.n.01": [ [ "disinfected", "disinfected" @@ -72793,6 +71153,60 @@ "wrinkly" ] ], + "hard_candy.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], "hardback.n.01": [ [ "disinfected", @@ -72822,10 +71236,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -73272,10 +71682,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -73980,10 +72386,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -74486,10 +72888,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -74732,10 +73130,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -75268,10 +73662,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -75428,10 +73818,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -75630,10 +74016,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -75730,10 +74112,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -75902,10 +74280,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -76158,10 +74532,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -76249,7 +74619,11 @@ "wrinkly" ] ], - "ice_cream.n.01": [ + "ice_cream__carton.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -76303,11 +74677,7 @@ "wrinkly" ] ], - "ice_cream__carton.n.01": [ - [ - "broken", - "broken" - ], + "ice_cream_cone.n.01": [ [ "disinfected", "disinfected" @@ -76332,10 +74702,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -76390,6 +74756,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -76791,7 +75161,119 @@ "wrinkly" ] ], - "icicle_lights.n.01": [ + "icicle_lights.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "toggled_on", + "toggled_on" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "identification.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "implement.n.01": [ [ "disinfected", "disinfected" @@ -76836,10 +75318,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -76849,61 +75327,27 @@ "wrinkly" ] ], - "identification.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "incision.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + ] + ], + "indefinite_quantity.n.01": [ [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "implement.n.01": [ + "indication.n.01": [ [ "disinfected", "disinfected" @@ -76957,27 +75401,7 @@ "wrinkly" ] ], - "incision.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "indefinite_quantity.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "indication.n.01": [ + "indicator.n.03": [ [ "disinfected", "disinfected" @@ -77031,7 +75455,7 @@ "wrinkly" ] ], - "indicator.n.03": [ + "infant_car_seat.n.01": [ [ "disinfected", "disinfected" @@ -77358,10 +75782,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -77560,10 +75980,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -77970,10 +76386,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -78199,11 +76611,7 @@ "hot" ] ], - "jam__jar.n.01": [ - [ - "broken", - "broken" - ], + "jam__dispenser.n.01": [ [ "disinfected", "disinfected" @@ -78228,10 +76636,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -78261,7 +76665,11 @@ "wrinkly" ] ], - "jam_dispenser.n.01": [ + "jam__jar.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -79290,10 +77698,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -79373,6 +77777,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "jelly__jar.n.01": [ @@ -79404,10 +77812,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -79484,10 +77888,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -79531,68 +77931,6 @@ "hot" ] ], - "jerky.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "jersey.n.03": [ [ "disinfected", @@ -79602,10 +77940,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -79922,10 +78256,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -80256,10 +78586,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -80645,64 +78971,6 @@ "wrinkly" ] ], - "keg.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "ketone.n.01": [ [ "boiling", @@ -80766,6 +79034,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -80986,10 +79258,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -81012,10 +79280,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -81153,6 +79417,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "kit.n.02": [ @@ -81550,10 +79818,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -82535,64 +80799,6 @@ "wrinkly" ] ], - "laundry.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "lavender.n.01": [ [ "cooked", @@ -83001,64 +81207,6 @@ "wrinkly" ] ], - "leftovers.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "leg.n.05": [ [ "cooked", @@ -83188,10 +81336,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -83256,6 +81400,10 @@ ] ], "legume.n.03": [ + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -83442,10 +81590,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -83616,10 +81760,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -83750,10 +81890,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -83792,10 +81928,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -84144,10 +82276,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -84310,10 +82438,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -85106,10 +83230,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -85220,10 +83340,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -85377,123 +83493,7 @@ "wrinkly" ] ], - "linen.n.03": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "liner.n.03": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "lingerie.n.01": [ + "linen.n.03": [ [ "disinfected", "disinfected" @@ -85503,8 +83503,58 @@ "dusty" ], [ - "folded", - "folded" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "liner.n.03": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -85551,7 +83601,7 @@ "wrinkly" ] ], - "lining.n.01": [ + "lingerie.n.01": [ [ "disinfected", "disinfected" @@ -85561,8 +83611,58 @@ "dusty" ], [ - "folded", - "folded" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "lining.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -85830,10 +83930,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -85915,6 +84011,60 @@ "hot" ] ], + "liquid_carton.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], "liquid_soap.n.01": [ [ "boiling", @@ -85958,10 +84108,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -86326,10 +84472,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -86546,10 +84688,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -86608,10 +84746,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -86666,10 +84800,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -86830,10 +84960,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -87032,10 +85158,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -87090,10 +85212,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -87202,6 +85320,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -87583,72 +85705,68 @@ "moldy" ], [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "macromolecule.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "magazine.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "macromolecule.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "magazine.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -88046,10 +86164,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -88388,10 +86502,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -88472,10 +86582,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -88642,10 +86748,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -88864,10 +86966,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -89016,10 +87114,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -89194,10 +87288,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -89672,10 +87762,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -89730,10 +87816,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -89826,10 +87908,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -90058,6 +88136,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -90492,10 +88574,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -90609,10 +88687,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "melted__butter.n.01": [ @@ -91348,6 +89422,10 @@ "boiling", "boiling" ], + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -91386,10 +89464,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -91769,72 +89843,6 @@ "hot" ] ], - "mix__box.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "toggled_on", - "toggled_on" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "mixed_drink.n.01": [ [ "boiling", @@ -91968,6 +89976,10 @@ ] ], "mock-up.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -93047,29 +91059,83 @@ "wrinkly" ] ], - "mousse.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "mouthpiece.n.06": [ + "mousse.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "mouthpiece.n.06": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "movable_barrier.n.01": [ [ "disinfected", "disinfected" @@ -93123,7 +91189,11 @@ "wrinkly" ] ], - "movable_barrier.n.01": [ + "mozzarella.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -93144,6 +91214,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -93156,6 +91230,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -93177,7 +91255,17 @@ "wrinkly" ] ], - "mozzarella.n.01": [ + "mud.n.03": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "muffin.n.01": [ [ "cooked", "cooked" @@ -93190,10 +91278,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -93243,7 +91327,15 @@ "wrinkly" ] ], - "mud.n.03": [ + "muffin_batter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -93253,10 +91345,10 @@ "hot" ] ], - "muffin.n.01": [ + "mug.n.04": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -93266,10 +91358,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -93294,10 +91382,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -93319,11 +91403,17 @@ "wrinkly" ] ], - "mug.n.04": [ + "mulch.n.01": [ [ - "broken", - "broken" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "mulch__bag.n.01": [ [ "disinfected", "disinfected" @@ -93377,17 +91467,11 @@ "wrinkly" ] ], - "mulch.n.01": [ + "mushroom.n.05": [ [ - "frozen", - "frozen" + "cooked", + "cooked" ], - [ - "hot", - "hot" - ] - ], - "mulch__bag.n.01": [ [ "disinfected", "disinfected" @@ -93420,6 +91504,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -93441,11 +91529,21 @@ "wrinkly" ] ], - "mushroom.n.05": [ + "mushroom_sauce.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "music_stool.n.01": [ [ "disinfected", "disinfected" @@ -93478,10 +91576,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -93503,20 +91597,6 @@ "wrinkly" ] ], - "mushroom_sauce.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], "musical_instrument.n.01": [ [ "disinfected", @@ -93808,10 +91888,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -93865,11 +91941,61 @@ "hot" ] ], - "mustard_seed__bottle.n.01": [ + "mustard_seed__shaker.n.01": [ [ - "broken", - "broken" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "nail.n.02": [ [ "disinfected", "disinfected" @@ -93895,8 +92021,68 @@ "moldy" ], [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "nail_polish.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "name_tag.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -93927,7 +92113,7 @@ "wrinkly" ] ], - "nail.n.02": [ + "napkin.n.01": [ [ "disinfected", "disinfected" @@ -93936,6 +92122,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -93981,17 +92171,61 @@ "wrinkly" ] ], - "nail_polish.n.01": [ + "napkin_ring.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "name_tag.n.01": [ + "narcissus.n.01": [ [ "disinfected", "disinfected" @@ -94045,7 +92279,7 @@ "wrinkly" ] ], - "napkin.n.01": [ + "national_flag.n.01": [ [ "disinfected", "disinfected" @@ -94058,10 +92292,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -94107,7 +92337,11 @@ "wrinkly" ] ], - "napkin_ring.n.01": [ + "nativity_figurine.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -94161,7 +92395,7 @@ "wrinkly" ] ], - "narcissus.n.01": [ + "natural_depression.n.01": [ [ "disinfected", "disinfected" @@ -94215,7 +92449,7 @@ "wrinkly" ] ], - "national_flag.n.01": [ + "natural_fiber.n.01": [ [ "disinfected", "disinfected" @@ -94225,12 +92459,78 @@ "dusty" ], [ - "on_fire", - "on_fire" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "natural_object.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "natural_phenomenon.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "necklace.n.01": [ + [ + "disinfected", + "disinfected" ], [ - "folded", - "folded" + "dusty", + "dusty" ], [ "frozen", @@ -94277,7 +92577,7 @@ "wrinkly" ] ], - "nativity_figurine.n.01": [ + "necktie.n.01": [ [ "disinfected", "disinfected" @@ -94331,7 +92631,7 @@ "wrinkly" ] ], - "natural_depression.n.01": [ + "neckwear.n.01": [ [ "disinfected", "disinfected" @@ -94385,7 +92685,25 @@ "wrinkly" ] ], - "natural_fiber.n.01": [ + "nectar.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "nectarine.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -94418,6 +92736,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -94439,27 +92761,115 @@ "wrinkly" ] ], - "natural_object.n.01": [ + "needle.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "natural_phenomenon.n.01": [ + "needle.n.03": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "necklace.n.01": [ + "net.n.05": [ [ "disinfected", "disinfected" @@ -94513,7 +92923,7 @@ "wrinkly" ] ], - "necktie.n.01": [ + "net.n.06": [ [ "disinfected", "disinfected" @@ -94567,7 +92977,7 @@ "wrinkly" ] ], - "neckwear.n.01": [ + "news.n.02": [ [ "disinfected", "disinfected" @@ -94576,6 +92986,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -94621,25 +93035,7 @@ "wrinkly" ] ], - "nectar.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "nectarine.n.02": [ - [ - "cooked", - "cooked" - ], + "newspaper.n.03": [ [ "disinfected", "disinfected" @@ -94648,6 +93044,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -94672,10 +93072,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -94697,7 +93093,7 @@ "wrinkly" ] ], - "needle.n.02": [ + "nickel.n.02": [ [ "disinfected", "disinfected" @@ -94751,7 +93147,7 @@ "wrinkly" ] ], - "needle.n.03": [ + "nightwear.n.01": [ [ "disinfected", "disinfected" @@ -94805,7 +93201,21 @@ "wrinkly" ] ], - "net.n.05": [ + "nitrogen.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "nodule.n.03": [ [ "disinfected", "disinfected" @@ -94814,10 +93224,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -94863,7 +93269,35 @@ "wrinkly" ] ], - "net.n.06": [ + "nonvascular_organism.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "noodle.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "noodle__jar.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -94872,10 +93306,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -94921,7 +93351,7 @@ "wrinkly" ] ], - "news.n.02": [ + "notebook.n.01": [ [ "disinfected", "disinfected" @@ -94930,10 +93360,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -94979,7 +93405,7 @@ "wrinkly" ] ], - "newspaper.n.03": [ + "notepad.n.01": [ [ "disinfected", "disinfected" @@ -94988,10 +93414,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -95037,7 +93459,7 @@ "wrinkly" ] ], - "nickel.n.02": [ + "notepaper.n.01": [ [ "disinfected", "disinfected" @@ -95046,6 +93468,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -95091,7 +93517,7 @@ "wrinkly" ] ], - "nightwear.n.01": [ + "nozzle.n.01": [ [ "disinfected", "disinfected" @@ -95100,10 +93526,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -95140,6 +93562,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -95149,10 +93575,10 @@ "wrinkly" ] ], - "nitrogen.n.01": [ + "nut.n.01": [ [ - "boiling", - "boiling" + "cooked", + "cooked" ], [ "frozen", @@ -95163,71 +93589,33 @@ "hot" ] ], - "nodule.n.03": [ + "nut_butter.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" ], [ - "moldy", - "moldy" + "melted", + "melted" ], [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "nonvascular_organism.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" + "sliced", + "sliced" ] ], - "noodle.n.01": [ + "nutmeg.n.02": [ [ "cooked", "cooked" @@ -95241,11 +93629,7 @@ "hot" ] ], - "noodle__jar.n.01": [ - [ - "broken", - "broken" - ], + "nutmeg__shaker.n.01": [ [ "disinfected", "disinfected" @@ -95270,10 +93654,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -95303,61 +93683,31 @@ "wrinkly" ] ], - "notebook.n.01": [ - [ - "disinfected", - "disinfected" - ], + "nutrient.n.02": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + ] + ], + "nutriment.n.01": [ [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "notepad.n.01": [ + "oar.n.01": [ [ "disinfected", "disinfected" @@ -95366,6 +93716,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -95411,7 +93765,21 @@ "wrinkly" ] ], - "notepaper.n.01": [ + "oat.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "oat__box.n.01": [ [ "disinfected", "disinfected" @@ -95469,7 +93837,31 @@ "wrinkly" ] ], - "novel.n.02": [ + "oatmeal.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "object.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "obstruction.n.01": [ [ "disinfected", "disinfected" @@ -95478,10 +93870,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -95527,7 +93915,7 @@ "wrinkly" ] ], - "nozzle.n.01": [ + "octopus.n.01": [ [ "disinfected", "disinfected" @@ -95572,10 +93960,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -95585,11 +93969,7 @@ "wrinkly" ] ], - "nut.n.01": [ - [ - "cooked", - "cooked" - ], + "oil.n.01": [ [ "frozen", "frozen" @@ -95599,32 +93979,78 @@ "hot" ] ], - "nut_butter.n.01": [ + "oil__bottle.n.01": [ [ - "boiling", - "boiling" + "broken", + "broken" ], [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "nutmeg.n.02": [ + "ointment.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "old_fashioned.n.01": [ + [ + "boiling", + "boiling" ], [ "frozen", @@ -95635,7 +94061,11 @@ "hot" ] ], - "nutmeg__shaker.n.01": [ + "olive.n.04": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -95668,6 +94098,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -95689,7 +94123,7 @@ "wrinkly" ] ], - "nutrient.n.02": [ + "olive_oil.n.01": [ [ "boiling", "boiling" @@ -95707,17 +94141,11 @@ "hot" ] ], - "nutriment.n.01": [ + "olive_oil__bottle.n.01": [ [ - "frozen", - "frozen" + "broken", + "broken" ], - [ - "hot", - "hot" - ] - ], - "oar.n.01": [ [ "disinfected", "disinfected" @@ -95726,10 +94154,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -95775,21 +94199,11 @@ "wrinkly" ] ], - "oat.n.02": [ + "omelet.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "oat__box.n.01": [ [ "disinfected", "disinfected" @@ -95798,10 +94212,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -95818,10 +94228,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -95830,6 +94236,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -95851,10 +94261,10 @@ "wrinkly" ] ], - "oatmeal.n.01": [ + "onion.n.03": [ [ - "boiling", - "boiling" + "cooked", + "cooked" ], [ "frozen", @@ -95865,7 +94275,11 @@ "hot" ] ], - "object.n.01": [ + "onion_powder.n.01": [ + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -95875,7 +94289,7 @@ "hot" ] ], - "obstruction.n.01": [ + "onion_powder__shaker.n.01": [ [ "disinfected", "disinfected" @@ -95929,7 +94343,25 @@ "wrinkly" ] ], - "octopus.n.01": [ + "onion_ring_batter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "opaque_gem.n.01": [ [ "disinfected", "disinfected" @@ -95983,45 +94415,7 @@ "wrinkly" ] ], - "oil.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "ointment.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "old_fashioned.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "olive.n.04": [ - [ - "cooked", - "cooked" - ], + "open-end_credit.n.01": [ [ "disinfected", "disinfected" @@ -96054,10 +94448,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -96079,29 +94469,7 @@ "wrinkly" ] ], - "olive_oil.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "olive_oil__bottle.n.01": [ - [ - "broken", - "broken" - ], + "open-end_wrench.n.01": [ [ "disinfected", "disinfected" @@ -96126,10 +94494,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -96159,11 +94523,7 @@ "wrinkly" ] ], - "omelet.n.01": [ - [ - "cooked", - "cooked" - ], + "opener.n.03": [ [ "disinfected", "disinfected" @@ -96196,10 +94556,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -96221,39 +94577,7 @@ "wrinkly" ] ], - "onion.n.03": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "onion_powder.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "onion_powder__shaker.n.01": [ + "opening.n.10": [ [ "disinfected", "disinfected" @@ -96307,25 +94631,11 @@ "wrinkly" ] ], - "onion_ring_batter.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "optical_device.n.01": [ [ - "frozen", - "frozen" + "broken", + "broken" ], - [ - "hot", - "hot" - ] - ], - "opaque_gem.n.01": [ [ "disinfected", "disinfected" @@ -96379,7 +94689,7 @@ "wrinkly" ] ], - "open-end_credit.n.01": [ + "optical_disk.n.01": [ [ "disinfected", "disinfected" @@ -96433,7 +94743,7 @@ "wrinkly" ] ], - "open-end_wrench.n.01": [ + "optical_instrument.n.01": [ [ "disinfected", "disinfected" @@ -96487,7 +94797,11 @@ "wrinkly" ] ], - "opener.n.03": [ + "orange.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -96520,6 +94834,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -96541,61 +94859,25 @@ "wrinkly" ] ], - "opening.n.10": [ + "orange_juice.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "optical_device.n.01": [ + "orange_juice__carton.n.01": [ [ "broken", "broken" @@ -96653,61 +94935,47 @@ "wrinkly" ] ], - "optical_disk.n.01": [ - [ - "disinfected", - "disinfected" - ], + "orange_peel.n.01": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" ], [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], + "sliced", + "sliced" + ] + ], + "orange_zest.n.01": [ [ - "sticky", - "sticky" + "cooked", + "cooked" ], [ - "tarnished", - "tarnished" + "frozen", + "frozen" ], [ - "wet", - "wet" + "hot", + "hot" ], [ - "wrinkly", - "wrinkly" + "sliced", + "sliced" ] ], - "optical_instrument.n.01": [ + "orchid.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -96740,6 +95008,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -96761,11 +95033,45 @@ "wrinkly" ] ], - "orange.n.01": [ + "organic_compound.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "organism.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "orzo.n.01": [ [ "cooked", "cooked" ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "outerwear.n.01": [ [ "disinfected", "disinfected" @@ -96774,6 +95080,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -96798,10 +95108,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -96823,29 +95129,7 @@ "wrinkly" ] ], - "orange_juice.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "orange_juice__carton.n.01": [ - [ - "broken", - "broken" - ], + "oven.n.01": [ [ "disinfected", "disinfected" @@ -96894,6 +95178,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -96903,47 +95191,61 @@ "wrinkly" ] ], - "orange_peel.n.01": [ + "overall.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" - ] - ], - "orange_zest.n.01": [ + "moldy", + "moldy" + ], [ - "cooked", - "cooked" + "rusty", + "rusty" ], [ - "frozen", - "frozen" + "scratched", + "scratched" ], [ - "hot", - "hot" + "stained", + "stained" ], [ - "sliced", - "sliced" - ] - ], - "orchid.n.01": [ + "sticky", + "sticky" + ], [ - "cooked", - "cooked" + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" ], + [ + "wrinkly", + "wrinkly" + ] + ], + "overgarment.n.01": [ [ "disinfected", "disinfected" @@ -96976,10 +95278,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -97001,7 +95299,11 @@ "wrinkly" ] ], - "organic_compound.n.01": [ + "oxidant.n.01": [ + [ + "boiling", + "boiling" + ], [ "frozen", "frozen" @@ -97011,7 +95313,7 @@ "hot" ] ], - "organism.n.01": [ + "oxide.n.01": [ [ "frozen", "frozen" @@ -97021,25 +95323,11 @@ "hot" ] ], - "orzo.n.01": [ + "oxtail.n.01": [ [ "cooked", "cooked" ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "outerwear.n.01": [ [ "disinfected", "disinfected" @@ -97048,14 +95336,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -97080,6 +95360,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -97101,7 +95385,7 @@ "wrinkly" ] ], - "oven.n.01": [ + "pack__of__bread.n.01": [ [ "disinfected", "disinfected" @@ -97126,10 +95410,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -97150,10 +95430,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -97163,7 +95439,7 @@ "wrinkly" ] ], - "overall.n.01": [ + "pack__of__chocolate_bar.n.01": [ [ "disinfected", "disinfected" @@ -97172,10 +95448,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -97221,7 +95493,7 @@ "wrinkly" ] ], - "overgarment.n.01": [ + "pack__of__cigarettes.n.01": [ [ "disinfected", "disinfected" @@ -97231,8 +95503,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -97279,35 +95551,61 @@ "wrinkly" ] ], - "oxidant.n.01": [ + "pack__of__ground_beef.n.01": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "oxide.n.01": [ + ], [ - "frozen", - "frozen" + "moldy", + "moldy" ], [ - "hot", - "hot" - ] - ], - "oxtail.n.01": [ + "rusty", + "rusty" + ], [ - "cooked", - "cooked" + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" ], + [ + "wrinkly", + "wrinkly" + ] + ], + "pack__of__kielbasa.n.01": [ [ "disinfected", "disinfected" @@ -97340,10 +95638,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -97365,7 +95659,7 @@ "wrinkly" ] ], - "pack__of__cigarettes.n.01": [ + "pack__of__pasta.n.01": [ [ "disinfected", "disinfected" @@ -97423,7 +95717,7 @@ "wrinkly" ] ], - "pack__of__kielbasa.n.01": [ + "pack__of__protein_powder.n.01": [ [ "disinfected", "disinfected" @@ -97477,7 +95771,7 @@ "wrinkly" ] ], - "pack__of__pasta.n.01": [ + "pack__of__ramen.n.01": [ [ "disinfected", "disinfected" @@ -97486,10 +95780,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -97535,7 +95825,7 @@ "wrinkly" ] ], - "pack__of__protein_powder.n.01": [ + "package.n.01": [ [ "disinfected", "disinfected" @@ -97589,7 +95879,7 @@ "wrinkly" ] ], - "pack__of__ramen.n.01": [ + "package.n.02": [ [ "disinfected", "disinfected" @@ -97614,6 +95904,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -97643,7 +95937,7 @@ "wrinkly" ] ], - "package.n.02": [ + "packing_box.n.02": [ [ "disinfected", "disinfected" @@ -97705,7 +95999,65 @@ "wrinkly" ] ], - "packaged__bread.n.01": [ + "packing_material.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "pad.n.01": [ [ "disinfected", "disinfected" @@ -97759,7 +96111,7 @@ "wrinkly" ] ], - "packaged__chocolate_bar.n.01": [ + "pad.n.02": [ [ "disinfected", "disinfected" @@ -97813,7 +96165,7 @@ "wrinkly" ] ], - "packaged_lemons.n.01": [ + "pad.n.04": [ [ "disinfected", "disinfected" @@ -97867,7 +96219,7 @@ "wrinkly" ] ], - "packaged_oranges.n.01": [ + "padding.n.01": [ [ "disinfected", "disinfected" @@ -97921,7 +96273,7 @@ "wrinkly" ] ], - "packing_box.n.02": [ + "paddle.n.04": [ [ "disinfected", "disinfected" @@ -97950,10 +96302,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -97983,65 +96331,11 @@ "wrinkly" ] ], - "packing_material.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + "paella.n.01": [ [ - "wet", - "wet" + "cooked", + "cooked" ], - [ - "wrinkly", - "wrinkly" - ] - ], - "pad.n.01": [ [ "disinfected", "disinfected" @@ -98095,61 +96389,17 @@ "wrinkly" ] ], - "pad.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "paint.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "pad.n.04": [ + "paint_roller.n.01": [ [ "disinfected", "disinfected" @@ -98203,7 +96453,7 @@ "wrinkly" ] ], - "padding.n.01": [ + "paintbrush.n.01": [ [ "disinfected", "disinfected" @@ -98257,7 +96507,7 @@ "wrinkly" ] ], - "paddle.n.04": [ + "painting.n.01": [ [ "disinfected", "disinfected" @@ -98266,10 +96516,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -98315,11 +96561,7 @@ "wrinkly" ] ], - "paella.n.01": [ - [ - "cooked", - "cooked" - ], + "pajama.n.02": [ [ "disinfected", "disinfected" @@ -98373,17 +96615,7 @@ "wrinkly" ] ], - "paint.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "paint_roller.n.01": [ + "pallet.n.02": [ [ "disinfected", "disinfected" @@ -98437,7 +96669,7 @@ "wrinkly" ] ], - "paintbrush.n.01": [ + "pan.n.01": [ [ "disinfected", "disinfected" @@ -98491,61 +96723,11 @@ "wrinkly" ] ], - "painting.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + "pancake.n.01": [ [ - "wet", - "wet" + "cooked", + "cooked" ], - [ - "wrinkly", - "wrinkly" - ] - ], - "pajama.n.01": [ [ "disinfected", "disinfected" @@ -98554,10 +96736,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -98582,6 +96760,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -98603,65 +96785,25 @@ "wrinkly" ] ], - "pajama.n.02": [ - [ - "disinfected", - "disinfected" - ], + "pancake_batter.n.01": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ - "folded", - "folded" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "pallet.n.02": [ + "panel.n.01": [ [ "disinfected", "disinfected" @@ -98715,7 +96857,11 @@ "wrinkly" ] ], - "pan.n.01": [ + "papaya.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -98748,6 +96894,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -98769,11 +96919,21 @@ "wrinkly" ] ], - "pancake.n.01": [ + "papaya_juice.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "paper.n.01": [ [ "disinfected", "disinfected" @@ -98806,10 +96966,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -98831,25 +96987,7 @@ "wrinkly" ] ], - "pancake_batter.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "panel.n.01": [ + "paper_clip.n.01": [ [ "disinfected", "disinfected" @@ -98903,11 +97041,7 @@ "wrinkly" ] ], - "papaya.n.02": [ - [ - "cooked", - "cooked" - ], + "paper_coffee_filter.n.01": [ [ "disinfected", "disinfected" @@ -98916,6 +97050,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -98940,10 +97078,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -98965,21 +97099,7 @@ "wrinkly" ] ], - "papaya_juice.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "paper.n.01": [ + "paper_fastener.n.01": [ [ "disinfected", "disinfected" @@ -99033,7 +97153,7 @@ "wrinkly" ] ], - "paper_clip.n.01": [ + "paper_towel.n.01": [ [ "disinfected", "disinfected" @@ -99042,6 +97162,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -99087,7 +97211,7 @@ "wrinkly" ] ], - "paper_coffee_filter.n.01": [ + "paper_towel_dispenser.n.01": [ [ "disinfected", "disinfected" @@ -99096,10 +97220,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -99145,7 +97265,7 @@ "wrinkly" ] ], - "paper_fastener.n.01": [ + "paper_towel_holder.n.01": [ [ "disinfected", "disinfected" @@ -99199,7 +97319,7 @@ "wrinkly" ] ], - "paper_towel.n.01": [ + "paperback_book.n.01": [ [ "disinfected", "disinfected" @@ -99212,10 +97332,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -99261,7 +97377,21 @@ "wrinkly" ] ], - "paper_towel_dispenser.n.01": [ + "paprika.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "paprika__shaker.n.01": [ [ "disinfected", "disinfected" @@ -99315,7 +97445,7 @@ "wrinkly" ] ], - "paper_towel_holder.n.01": [ + "paraffin.n.01": [ [ "disinfected", "disinfected" @@ -99324,6 +97454,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -99369,7 +97503,7 @@ "wrinkly" ] ], - "paperback_book.n.01": [ + "parallel_bars.n.01": [ [ "disinfected", "disinfected" @@ -99378,10 +97512,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -99398,10 +97528,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -99431,21 +97557,61 @@ "wrinkly" ] ], - "paprika.n.02": [ + "parer.n.02": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "paprika__shaker.n.01": [ + "parlor_game.n.01": [ [ "disinfected", "disinfected" @@ -99499,7 +97665,25 @@ "wrinkly" ] ], - "paraffin.n.01": [ + "parmesan.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "parmesan__shaker.n.01": [ [ "disinfected", "disinfected" @@ -99508,10 +97692,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -99557,7 +97737,11 @@ "wrinkly" ] ], - "parallel_bars.n.01": [ + "parsley.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -99590,6 +97774,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -99611,7 +97799,7 @@ "wrinkly" ] ], - "parer.n.02": [ + "parsley__shaker.n.01": [ [ "disinfected", "disinfected" @@ -99665,7 +97853,11 @@ "wrinkly" ] ], - "parlor_game.n.01": [ + "parsnip.n.03": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -99698,6 +97890,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -99719,11 +97915,7 @@ "wrinkly" ] ], - "parmesan.n.01": [ - [ - "cooked", - "cooked" - ], + "part.n.01": [ [ "frozen", "frozen" @@ -99731,17 +97923,9 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], - "parmesan__bottle.n.01": [ - [ - "broken", - "broken" - ], + "part.n.02": [ [ "disinfected", "disinfected" @@ -99766,10 +97950,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -99799,11 +97979,27 @@ "wrinkly" ] ], - "parsley.n.02": [ + "part.n.03": [ [ - "cooked", - "cooked" + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "particulate.n.01": [ + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "partition.n.01": [ [ "disinfected", "disinfected" @@ -99836,10 +98032,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -99861,11 +98053,7 @@ "wrinkly" ] ], - "parsnip.n.03": [ - [ - "cooked", - "cooked" - ], + "party_favor.n.01": [ [ "disinfected", "disinfected" @@ -99898,10 +98086,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -99923,17 +98107,7 @@ "wrinkly" ] ], - "part.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "part.n.02": [ + "passage.n.03": [ [ "disinfected", "disinfected" @@ -99987,7 +98161,11 @@ "wrinkly" ] ], - "part.n.03": [ + "pasta.n.01": [ + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -99997,7 +98175,7 @@ "hot" ] ], - "particulate.n.01": [ + "pasta.n.02": [ [ "frozen", "frozen" @@ -100007,7 +98185,7 @@ "hot" ] ], - "partition.n.01": [ + "pasta__box.n.01": [ [ "disinfected", "disinfected" @@ -100016,6 +98194,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -100061,7 +98243,11 @@ "wrinkly" ] ], - "party_favor.n.01": [ + "pastry.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -100094,6 +98280,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -100115,7 +98305,7 @@ "wrinkly" ] ], - "passage.n.03": [ + "pastry.n.02": [ [ "disinfected", "disinfected" @@ -100169,31 +98359,65 @@ "wrinkly" ] ], - "pasta.n.01": [ + "pastry_cutter.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "pasta.n.02": [ + ], [ - "frozen", - "frozen" + "moldy", + "moldy" ], [ - "hot", - "hot" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "pasta__box.n.01": [ + "path.n.04": [ [ "disinfected", "disinfected" @@ -100202,10 +98426,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -100222,10 +98442,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -100255,7 +98471,17 @@ "wrinkly" ] ], - "pastry.n.01": [ + "patina.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "patty.n.01": [ [ "cooked", "cooked" @@ -100269,8 +98495,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -100296,10 +98522,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -100321,7 +98543,17 @@ "wrinkly" ] ], - "pastry.n.02": [ + "paving.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "paving_stone.n.01": [ [ "disinfected", "disinfected" @@ -100375,7 +98607,7 @@ "wrinkly" ] ], - "pastry_cutter.n.01": [ + "pay-phone.n.01": [ [ "disinfected", "disinfected" @@ -100408,10 +98640,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -100424,6 +98652,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -100433,7 +98665,25 @@ "wrinkly" ] ], - "path.n.04": [ + "pea.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pea_pod.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -100487,17 +98737,7 @@ "wrinkly" ] ], - "patina.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "patty.n.01": [ + "peach.n.03": [ [ "cooked", "cooked" @@ -100510,10 +98750,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -100538,6 +98774,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -100559,17 +98799,11 @@ "wrinkly" ] ], - "paving.n.01": [ + "peanut.n.01": [ [ - "frozen", - "frozen" + "cooked", + "cooked" ], - [ - "hot", - "hot" - ] - ], - "paving_stone.n.01": [ [ "disinfected", "disinfected" @@ -100623,7 +98857,47 @@ "wrinkly" ] ], - "pay-phone.n.01": [ + "peanut.n.04": [ + [ + "cooked", + "cooked" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "peanut_butter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "peanut_butter__jar.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -100668,10 +98942,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -100681,7 +98951,11 @@ "wrinkly" ] ], - "pea.n.01": [ + "peanut_oil.n.01": [ + [ + "boiling", + "boiling" + ], [ "cooked", "cooked" @@ -100695,7 +98969,7 @@ "hot" ] ], - "pea_pod.n.01": [ + "pear.n.01": [ [ "cooked", "cooked" @@ -100732,6 +99006,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -100753,11 +99031,7 @@ "wrinkly" ] ], - "peach.n.03": [ - [ - "cooked", - "cooked" - ], + "pearl.n.01": [ [ "disinfected", "disinfected" @@ -100790,10 +99064,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -100815,11 +99085,17 @@ "wrinkly" ] ], - "peanut.n.01": [ + "peat.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "pebble.n.01": [ [ "disinfected", "disinfected" @@ -100873,7 +99149,7 @@ "wrinkly" ] ], - "peanut.n.04": [ + "pecan.n.03": [ [ "cooked", "cooked" @@ -100885,31 +99161,13 @@ [ "hot", "hot" - ] - ], - "peanut_butter.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" ], [ - "hot", - "hot" + "sliced", + "sliced" ] ], - "peanut_butter__jar.n.01": [ - [ - "broken", - "broken" - ], + "pedestal_table.n.01": [ [ "disinfected", "disinfected" @@ -100934,10 +99192,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -100967,11 +99221,7 @@ "wrinkly" ] ], - "peanut_oil.n.01": [ - [ - "boiling", - "boiling" - ], + "peel.n.02": [ [ "cooked", "cooked" @@ -100983,13 +99233,13 @@ [ "hot", "hot" + ], + [ + "sliced", + "sliced" ] ], - "pear.n.01": [ - [ - "cooked", - "cooked" - ], + "peeler.n.03": [ [ "disinfected", "disinfected" @@ -101022,10 +99272,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -101047,7 +99293,7 @@ "wrinkly" ] ], - "pearl.n.01": [ + "pegboard.n.01": [ [ "disinfected", "disinfected" @@ -101101,7 +99347,7 @@ "wrinkly" ] ], - "peat.n.01": [ + "pellet_food.n.01": [ [ "frozen", "frozen" @@ -101111,7 +99357,7 @@ "hot" ] ], - "pebble.n.01": [ + "pellet_food__bag.n.01": [ [ "disinfected", "disinfected" @@ -101120,6 +99366,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -101165,25 +99415,61 @@ "wrinkly" ] ], - "pecan.n.03": [ + "pen.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "pedestal_table.n.01": [ + "pencil.n.01": [ [ "disinfected", "disinfected" @@ -101237,25 +99523,65 @@ "wrinkly" ] ], - "peel.n.02": [ + "pencil_box.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "open", + "open" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "peeler.n.03": [ + "pencil_holder.n.01": [ [ "disinfected", "disinfected" @@ -101309,7 +99635,7 @@ "wrinkly" ] ], - "pegboard.n.01": [ + "pendulum_clock.n.01": [ [ "disinfected", "disinfected" @@ -101354,6 +99680,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -101363,17 +99693,7 @@ "wrinkly" ] ], - "pellet_food.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pellet_food__bag.n.01": [ + "pennant.n.02": [ [ "disinfected", "disinfected" @@ -101382,10 +99702,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -101431,7 +99747,25 @@ "wrinkly" ] ], - "pen.n.01": [ + "penne.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "penny.n.02": [ [ "disinfected", "disinfected" @@ -101485,7 +99819,35 @@ "wrinkly" ] ], - "pencil.n.01": [ + "pepper.n.03": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pepper.n.04": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pepper__shaker.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -101539,7 +99901,7 @@ "wrinkly" ] ], - "pencil_box.n.01": [ + "pepper_mill.n.01": [ [ "disinfected", "disinfected" @@ -101564,10 +99926,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -101597,7 +99955,11 @@ "wrinkly" ] ], - "pencil_holder.n.01": [ + "peppermint.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -101651,7 +100013,11 @@ "wrinkly" ] ], - "pendulum_clock.n.01": [ + "peppermint.n.03": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -101684,6 +100050,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -101696,10 +100066,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -101709,7 +100075,11 @@ "wrinkly" ] ], - "pennant.n.02": [ + "pepperoni.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -101718,10 +100088,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -101746,6 +100112,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -101767,25 +100137,65 @@ "wrinkly" ] ], - "penne.n.01": [ + "perch.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], [ "sliced", "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "penny.n.02": [ + "percussion_instrument.n.01": [ [ "disinfected", "disinfected" @@ -101839,21 +100249,11 @@ "wrinkly" ] ], - "pepper.n.03": [ - [ - "cooked", - "cooked" - ], + "perfume.n.02": [ [ - "frozen", - "frozen" + "boiling", + "boiling" ], - [ - "hot", - "hot" - ] - ], - "pepper.n.04": [ [ "frozen", "frozen" @@ -101863,11 +100263,7 @@ "hot" ] ], - "pepper__shaker.n.01": [ - [ - "broken", - "broken" - ], + "periodic_table.n.01": [ [ "disinfected", "disinfected" @@ -101876,6 +100272,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -101921,7 +100321,7 @@ "wrinkly" ] ], - "pepper_mill.n.01": [ + "peripheral.n.01": [ [ "disinfected", "disinfected" @@ -101975,11 +100375,7 @@ "wrinkly" ] ], - "peppermint.n.01": [ - [ - "cooked", - "cooked" - ], + "person.n.01": [ [ "disinfected", "disinfected" @@ -102033,11 +100429,7 @@ "wrinkly" ] ], - "peppermint.n.03": [ - [ - "cooked", - "cooked" - ], + "personal_computer.n.01": [ [ "disinfected", "disinfected" @@ -102070,10 +100462,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -102095,11 +100483,35 @@ "wrinkly" ] ], - "pepperoni.n.01": [ + "perspiration.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pesticide.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "pesticide__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -102132,10 +100544,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -102148,6 +100556,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -102157,7 +100569,7 @@ "wrinkly" ] ], - "perch.n.01": [ + "pestle.n.03": [ [ "disinfected", "disinfected" @@ -102190,10 +100602,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -102215,7 +100623,25 @@ "wrinkly" ] ], - "percussion_instrument.n.01": [ + "pesto.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pet_bed.n.01": [ [ "disinfected", "disinfected" @@ -102269,25 +100695,7 @@ "wrinkly" ] ], - "perfume.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "perfume__bottle.n.01": [ - [ - "broken", - "broken" - ], + "petal.n.01": [ [ "disinfected", "disinfected" @@ -102296,6 +100704,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -102312,10 +100724,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -102345,7 +100753,17 @@ "wrinkly" ] ], - "periodic_table.n.01": [ + "petfood.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "petfood__bag.n.01": [ [ "disinfected", "disinfected" @@ -102403,7 +100821,29 @@ "wrinkly" ] ], - "peripheral.n.01": [ + "petite_marmite.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "petri_dish.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -102457,7 +100897,25 @@ "wrinkly" ] ], - "person.n.01": [ + "petrolatum.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "melted", + "melted" + ] + ], + "pewter_teapot.n.01": [ [ "disinfected", "disinfected" @@ -102511,7 +100969,17 @@ "wrinkly" ] ], - "personal_computer.n.01": [ + "phenomenon.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "phonograph_record.n.01": [ [ "disinfected", "disinfected" @@ -102556,6 +101024,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -102565,35 +101037,7 @@ "wrinkly" ] ], - "perspiration.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pesticide.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pesticide__atomizer.n.01": [ + "photocopier.n.01": [ [ "disinfected", "disinfected" @@ -102651,7 +101095,7 @@ "wrinkly" ] ], - "pestle.n.03": [ + "photoelectric_cell.n.01": [ [ "disinfected", "disinfected" @@ -102696,6 +101140,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -102705,25 +101153,7 @@ "wrinkly" ] ], - "pesto.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pet_bed.n.01": [ + "photograph.n.01": [ [ "disinfected", "disinfected" @@ -102732,6 +101162,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -102777,7 +101211,7 @@ "wrinkly" ] ], - "petal.n.01": [ + "photographic_equipment.n.01": [ [ "disinfected", "disinfected" @@ -102786,10 +101220,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -102826,6 +101256,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -102835,7 +101269,7 @@ "wrinkly" ] ], - "petfood.n.01": [ + "physical_entity.n.01": [ [ "frozen", "frozen" @@ -102845,7 +101279,17 @@ "hot" ] ], - "petfood__bag.n.01": [ + "physical_phenomenon.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "piano.n.01": [ [ "disinfected", "disinfected" @@ -102854,10 +101298,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -102903,29 +101343,61 @@ "wrinkly" ] ], - "petite_marmite.n.01": [ + "pick.n.06": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" ], [ - "cooked", - "cooked" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "petri_dish.n.01": [ + ], [ - "broken", - "broken" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "picket.n.05": [ [ "disinfected", "disinfected" @@ -102979,21 +101451,65 @@ "wrinkly" ] ], - "petrolatum.n.01": [ + "pickle.n.01": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "pewter_teapot.n.01": [ + "pickup.n.01": [ [ "disinfected", "disinfected" @@ -103038,6 +101554,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -103047,17 +101567,11 @@ "wrinkly" ] ], - "phenomenon.n.01": [ + "picture.n.01": [ [ - "frozen", - "frozen" + "broken", + "broken" ], - [ - "hot", - "hot" - ] - ], - "phonograph_record.n.01": [ [ "disinfected", "disinfected" @@ -103066,6 +101580,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -103102,10 +101620,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103115,7 +101629,11 @@ "wrinkly" ] ], - "photocopier.n.01": [ + "picture_frame.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -103160,10 +101678,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103173,7 +101687,7 @@ "wrinkly" ] ], - "photoelectric_cell.n.01": [ + "pie.n.01": [ [ "disinfected", "disinfected" @@ -103218,10 +101732,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103231,7 +101741,11 @@ "wrinkly" ] ], - "photograph.n.01": [ + "pie_crust.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -103240,10 +101754,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -103268,6 +101778,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -103289,7 +101803,7 @@ "wrinkly" ] ], - "photographic_equipment.n.01": [ + "piece.n.01": [ [ "disinfected", "disinfected" @@ -103334,10 +101848,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103347,27 +101857,11 @@ "wrinkly" ] ], - "physical_entity.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "physical_phenomenon.n.01": [ + "piece.n.08": [ [ - "frozen", - "frozen" + "cooked", + "cooked" ], - [ - "hot", - "hot" - ] - ], - "piano.n.01": [ [ "disinfected", "disinfected" @@ -103400,6 +101894,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -103412,10 +101910,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103425,7 +101919,7 @@ "wrinkly" ] ], - "pick.n.06": [ + "piece_of_cloth.n.01": [ [ "disinfected", "disinfected" @@ -103479,7 +101973,11 @@ "wrinkly" ] ], - "picket.n.05": [ + "pieplant.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -103512,6 +102010,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -103533,7 +102035,7 @@ "wrinkly" ] ], - "pickle.n.01": [ + "pile.n.01": [ [ "disinfected", "disinfected" @@ -103566,10 +102068,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -103591,7 +102089,31 @@ "wrinkly" ] ], - "pickup.n.01": [ + "pill.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pill.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pill_bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -103636,10 +102158,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -103649,11 +102167,7 @@ "wrinkly" ] ], - "picture.n.01": [ - [ - "broken", - "broken" - ], + "pillar_candle.n.01": [ [ "disinfected", "disinfected" @@ -103662,10 +102176,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -103678,6 +102188,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -103711,11 +102225,7 @@ "wrinkly" ] ], - "picture_frame.n.01": [ - [ - "broken", - "broken" - ], + "pillow.n.01": [ [ "disinfected", "disinfected" @@ -103724,6 +102234,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -103769,7 +102283,7 @@ "wrinkly" ] ], - "pie.n.01": [ + "pin.n.09": [ [ "disinfected", "disinfected" @@ -103823,11 +102337,7 @@ "wrinkly" ] ], - "pie_crust.n.01": [ - [ - "cooked", - "cooked" - ], + "pincer.n.01": [ [ "disinfected", "disinfected" @@ -103860,10 +102370,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -103885,7 +102391,29 @@ "wrinkly" ] ], - "piece.n.01": [ + "pine_nut.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "pineapple.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -103895,8 +102423,8 @@ "dusty" ], [ - "folded", - "folded" + "on_fire", + "on_fire" ], [ "frozen", @@ -103922,6 +102450,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -103943,10 +102475,24 @@ "wrinkly" ] ], - "piece.n.08": [ + "pineapple_juice.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pineapple_juice__carton.n.01": [ + [ + "broken", + "broken" ], [ "disinfected", @@ -103980,10 +102526,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -104005,7 +102547,7 @@ "wrinkly" ] ], - "piece_of_cloth.n.01": [ + "pinecone.n.01": [ [ "disinfected", "disinfected" @@ -104014,10 +102556,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -104063,11 +102601,7 @@ "wrinkly" ] ], - "pieplant.n.01": [ - [ - "cooked", - "cooked" - ], + "pipe.n.01": [ [ "disinfected", "disinfected" @@ -104100,10 +102634,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -104125,31 +102655,7 @@ "wrinkly" ] ], - "pill.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pill.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pill_bottle.n.01": [ - [ - "broken", - "broken" - ], + "pipe.n.02": [ [ "disinfected", "disinfected" @@ -104174,10 +102680,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -104207,7 +102709,7 @@ "wrinkly" ] ], - "pillar_candle.n.01": [ + "pipe_cleaner.n.01": [ [ "disinfected", "disinfected" @@ -104261,22 +102763,28 @@ "wrinkly" ] ], - "pillow.n.01": [ + "pistachio.n.02": [ [ - "disinfected", - "disinfected" + "cooked", + "cooked" ], [ - "dusty", - "dusty" + "frozen", + "frozen" ], [ - "on_fire", - "on_fire" + "hot", + "hot" + ] + ], + "pit.n.01": [ + [ + "disinfected", + "disinfected" ], [ - "folded", - "folded" + "dusty", + "dusty" ], [ "frozen", @@ -104323,7 +102831,11 @@ "wrinkly" ] ], - "pin.n.09": [ + "pita.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -104356,6 +102868,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -104377,7 +102893,11 @@ "wrinkly" ] ], - "pincer.n.01": [ + "pitcher.n.02": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -104431,29 +102951,7 @@ "wrinkly" ] ], - "pine_nut.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "pineapple.n.02": [ - [ - "cooked", - "cooked" - ], + "pitchfork.n.01": [ [ "disinfected", "disinfected" @@ -104462,10 +102960,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -104490,10 +102984,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -104515,24 +103005,10 @@ "wrinkly" ] ], - "pineapple_juice.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pineapple_juice__carton.n.01": [ + "pizza.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -104558,10 +103034,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -104570,6 +103042,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -104591,7 +103067,7 @@ "wrinkly" ] ], - "pinecone.n.01": [ + "pizza_box.n.01": [ [ "disinfected", "disinfected" @@ -104645,7 +103121,11 @@ "wrinkly" ] ], - "pinwheel.n.03": [ + "pizza_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -104654,6 +103134,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -104678,6 +103162,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -104699,7 +103187,7 @@ "wrinkly" ] ], - "pipe.n.01": [ + "place_mat.n.01": [ [ "disinfected", "disinfected" @@ -104753,7 +103241,7 @@ "wrinkly" ] ], - "pipe.n.02": [ + "plan.n.03": [ [ "disinfected", "disinfected" @@ -104762,6 +103250,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -104807,7 +103299,17 @@ "wrinkly" ] ], - "pipe_cleaner.n.01": [ + "plant.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "plant_fiber.n.01": [ [ "disinfected", "disinfected" @@ -104861,11 +103363,7 @@ "wrinkly" ] ], - "pistachio.n.02": [ - [ - "cooked", - "cooked" - ], + "plant_material.n.01": [ [ "frozen", "frozen" @@ -104875,127 +103373,27 @@ "hot" ] ], - "pit.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "plant_organ.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "pita.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], + "plant_part.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "pitcher.n.02": [ + "plant_pot_stand.n.01": [ [ "broken", "broken" @@ -105053,7 +103451,7 @@ "wrinkly" ] ], - "pitchfork.n.01": [ + "plant_product.n.01": [ [ "disinfected", "disinfected" @@ -105107,11 +103505,17 @@ "wrinkly" ] ], - "pizza.n.01": [ + "plaster.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "plastic_art.n.01": [ [ "disinfected", "disinfected" @@ -105144,10 +103548,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -105169,7 +103569,7 @@ "wrinkly" ] ], - "pizza_box.n.01": [ + "plastic_bag.n.01": [ [ "disinfected", "disinfected" @@ -105223,11 +103623,7 @@ "wrinkly" ] ], - "pizza_dough.n.01": [ - [ - "cooked", - "cooked" - ], + "plastic_wrap.n.01": [ [ "disinfected", "disinfected" @@ -105236,14 +103632,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -105268,10 +103656,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -105293,7 +103677,7 @@ "wrinkly" ] ], - "place_mat.n.01": [ + "plate.n.02": [ [ "disinfected", "disinfected" @@ -105302,10 +103686,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -105351,7 +103731,11 @@ "wrinkly" ] ], - "plan.n.03": [ + "plate.n.04": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -105360,10 +103744,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -105409,17 +103789,7 @@ "wrinkly" ] ], - "plant.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "plant_fiber.n.01": [ + "plate.n.14": [ [ "disinfected", "disinfected" @@ -105473,41 +103843,7 @@ "wrinkly" ] ], - "plant_material.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "plant_organ.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "plant_part.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "plant_pot_stand.n.01": [ - [ - "broken", - "broken" - ], + "platform.n.01": [ [ "disinfected", "disinfected" @@ -105561,7 +103897,11 @@ "wrinkly" ] ], - "plant_product.n.01": [ + "platter.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -105615,17 +103955,7 @@ "wrinkly" ] ], - "plaster.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "plastic_art.n.01": [ + "playground.n.02": [ [ "disinfected", "disinfected" @@ -105679,7 +104009,7 @@ "wrinkly" ] ], - "plastic_bag.n.01": [ + "plaything.n.01": [ [ "disinfected", "disinfected" @@ -105688,10 +104018,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -105737,7 +104063,7 @@ "wrinkly" ] ], - "plastic_wrap.n.01": [ + "pliers.n.01": [ [ "disinfected", "disinfected" @@ -105746,10 +104072,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -105795,7 +104117,7 @@ "wrinkly" ] ], - "plate.n.02": [ + "plug.n.01": [ [ "disinfected", "disinfected" @@ -105804,6 +104126,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -105849,11 +104175,7 @@ "wrinkly" ] ], - "plate.n.04": [ - [ - "broken", - "broken" - ], + "plug.n.05": [ [ "disinfected", "disinfected" @@ -105907,7 +104229,11 @@ "wrinkly" ] ], - "plate.n.14": [ + "plum.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -105940,6 +104266,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -105961,7 +104291,7 @@ "wrinkly" ] ], - "platform.n.01": [ + "plumbing_fixture.n.01": [ [ "disinfected", "disinfected" @@ -106015,11 +104345,7 @@ "wrinkly" ] ], - "platter.n.01": [ - [ - "broken", - "broken" - ], + "plywood.n.01": [ [ "disinfected", "disinfected" @@ -106028,6 +104354,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -106073,7 +104403,7 @@ "wrinkly" ] ], - "playground.n.02": [ + "pocketknife.n.01": [ [ "disinfected", "disinfected" @@ -106127,7 +104457,11 @@ "wrinkly" ] ], - "plaything.n.01": [ + "pod.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -106181,7 +104515,11 @@ "wrinkly" ] ], - "pliers.n.01": [ + "pod.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -106235,7 +104573,7 @@ "wrinkly" ] ], - "plug.n.01": [ + "poinsettia.n.01": [ [ "disinfected", "disinfected" @@ -106244,10 +104582,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -106293,7 +104627,7 @@ "wrinkly" ] ], - "plug.n.05": [ + "pointer.n.02": [ [ "disinfected", "disinfected" @@ -106347,11 +104681,7 @@ "wrinkly" ] ], - "plum.n.02": [ - [ - "cooked", - "cooked" - ], + "poker.n.01": [ [ "disinfected", "disinfected" @@ -106384,10 +104714,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -106409,7 +104735,7 @@ "wrinkly" ] ], - "plumbing_fixture.n.01": [ + "pole.n.01": [ [ "disinfected", "disinfected" @@ -106463,7 +104789,25 @@ "wrinkly" ] ], - "plywood.n.01": [ + "polish.n.03": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "polish__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -106472,10 +104816,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -106521,7 +104861,17 @@ "wrinkly" ] ], - "pocketknife.n.01": [ + "pollen.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "polo_shirt.n.01": [ [ "disinfected", "disinfected" @@ -106575,11 +104925,7 @@ "wrinkly" ] ], - "pod.n.01": [ - [ - "cooked", - "cooked" - ], + "polymer.n.01": [ [ "disinfected", "disinfected" @@ -106633,11 +104979,21 @@ "wrinkly" ] ], - "pod.n.02": [ + "polysaccharide.n.01": [ [ "cooked", "cooked" ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "polyvinyl_chloride.n.01": [ [ "disinfected", "disinfected" @@ -106691,61 +105047,21 @@ "wrinkly" ] ], - "poinsettia.n.01": [ - [ - "disinfected", - "disinfected" - ], + "pome.n.01": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "pointer.n.02": [ + "pomegranate.n.02": [ [ "disinfected", "disinfected" @@ -106799,7 +105115,7 @@ "wrinkly" ] ], - "poker.n.01": [ + "pomelo.n.02": [ [ "disinfected", "disinfected" @@ -106853,7 +105169,7 @@ "wrinkly" ] ], - "pole.n.01": [ + "pommel_horse.n.01": [ [ "disinfected", "disinfected" @@ -106907,25 +105223,7 @@ "wrinkly" ] ], - "polish.n.03": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "polish__bottle.n.01": [ - [ - "broken", - "broken" - ], + "pool.n.01": [ [ "disinfected", "disinfected" @@ -106950,10 +105248,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -106983,17 +105277,7 @@ "wrinkly" ] ], - "pollen.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "polo_shirt.n.01": [ + "pool_ball.n.01": [ [ "disinfected", "disinfected" @@ -107002,10 +105286,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -107051,7 +105331,7 @@ "wrinkly" ] ], - "polymer.n.01": [ + "pool_table.n.01": [ [ "disinfected", "disinfected" @@ -107105,10 +105385,10 @@ "wrinkly" ] ], - "polysaccharide.n.01": [ + "pop.n.02": [ [ - "cooked", - "cooked" + "boiling", + "boiling" ], [ "frozen", @@ -107119,7 +105399,11 @@ "hot" ] ], - "polyvinyl_chloride.n.01": [ + "pop_bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -107173,11 +105457,21 @@ "wrinkly" ] ], - "pome.n.01": [ + "popcorn.n.02": [ [ - "cooked", - "cooked" + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "popcorn__bag.n.01": [ [ "disinfected", "disinfected" @@ -107186,6 +105480,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -107210,10 +105508,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -107235,7 +105529,7 @@ "wrinkly" ] ], - "pomegranate.n.02": [ + "popper.n.03": [ [ "disinfected", "disinfected" @@ -107280,6 +105574,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -107289,7 +105587,17 @@ "wrinkly" ] ], - "pomelo.n.02": [ + "poppy_seed.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "porcelain.n.01": [ [ "disinfected", "disinfected" @@ -107343,7 +105651,11 @@ "wrinkly" ] ], - "pommel_horse.n.01": [ + "pork.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -107376,6 +105688,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -107397,7 +105713,25 @@ "wrinkly" ] ], - "pool.n.01": [ + "pork_sausage.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "porkchop.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -107430,6 +105764,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -107451,7 +105789,21 @@ "wrinkly" ] ], - "pool_ball.n.01": [ + "porridge.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "portable_computer.n.01": [ [ "disinfected", "disinfected" @@ -107505,7 +105857,7 @@ "wrinkly" ] ], - "pool_table.n.01": [ + "portafilter.n.01": [ [ "disinfected", "disinfected" @@ -107559,21 +105911,7 @@ "wrinkly" ] ], - "pop.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pop_bottle.n.01": [ + "portrait.n.02": [ [ "broken", "broken" @@ -107586,6 +105924,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -107602,10 +105944,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -107635,21 +105973,61 @@ "wrinkly" ] ], - "popcorn.n.02": [ + "position.n.07": [ [ - "on_fire", - "on_fire" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "popcorn__bag.n.01": [ + "positive_identification.n.01": [ [ "disinfected", "disinfected" @@ -107658,10 +106036,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -107707,7 +106081,7 @@ "wrinkly" ] ], - "popper.n.03": [ + "possession.n.02": [ [ "disinfected", "disinfected" @@ -107752,10 +106126,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -107765,17 +106135,7 @@ "wrinkly" ] ], - "poppy_seed.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "porcelain.n.01": [ + "post-it.n.01": [ [ "disinfected", "disinfected" @@ -107784,6 +106144,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -107829,11 +106193,7 @@ "wrinkly" ] ], - "pork.n.01": [ - [ - "cooked", - "cooked" - ], + "post.n.04": [ [ "disinfected", "disinfected" @@ -107842,6 +106202,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -107866,10 +106230,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -107891,29 +106251,61 @@ "wrinkly" ] ], - "pork_sausage.n.01": [ + "post.n.09": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" - ] - ], - "porkchop.n.01": [ + "moldy", + "moldy" + ], [ - "cooked", - "cooked" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "postage.n.02": [ [ "disinfected", "disinfected" @@ -107946,10 +106338,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -107971,21 +106359,7 @@ "wrinkly" ] ], - "porridge.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "portable_computer.n.01": [ + "postcard.n.01": [ [ "disinfected", "disinfected" @@ -107994,6 +106368,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -108039,7 +106417,7 @@ "wrinkly" ] ], - "portafilter.n.01": [ + "poster.n.01": [ [ "disinfected", "disinfected" @@ -108093,11 +106471,7 @@ "wrinkly" ] ], - "portrait.n.02": [ - [ - "broken", - "broken" - ], + "pot.n.01": [ [ "disinfected", "disinfected" @@ -108106,10 +106480,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -108155,7 +106525,11 @@ "wrinkly" ] ], - "position.n.07": [ + "pot.n.04": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -108209,7 +106583,7 @@ "wrinkly" ] ], - "positive_identification.n.01": [ + "pot_plant.n.01": [ [ "disinfected", "disinfected" @@ -108218,6 +106592,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -108263,7 +106641,11 @@ "wrinkly" ] ], - "possession.n.02": [ + "potato.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -108296,6 +106678,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -108317,7 +106703,11 @@ "wrinkly" ] ], - "post-it.n.01": [ + "potato_pancake.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -108326,10 +106716,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -108354,6 +106740,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -108375,7 +106765,7 @@ "wrinkly" ] ], - "post.n.04": [ + "potholder.n.01": [ [ "disinfected", "disinfected" @@ -108384,10 +106774,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -108433,7 +106819,7 @@ "wrinkly" ] ], - "post.n.09": [ + "pottable__beefsteak_tomato.n.01": [ [ "disinfected", "disinfected" @@ -108487,7 +106873,7 @@ "wrinkly" ] ], - "postage.n.02": [ + "pottable__cactus.n.01": [ [ "disinfected", "disinfected" @@ -108541,7 +106927,7 @@ "wrinkly" ] ], - "postcard.n.01": [ + "pottable__chili.n.01": [ [ "disinfected", "disinfected" @@ -108550,10 +106936,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -108599,7 +106981,7 @@ "wrinkly" ] ], - "poster.n.01": [ + "pottable__daffodil.n.01": [ [ "disinfected", "disinfected" @@ -108653,7 +107035,7 @@ "wrinkly" ] ], - "pot.n.01": [ + "pottable__dahlia.n.01": [ [ "disinfected", "disinfected" @@ -108707,11 +107089,7 @@ "wrinkly" ] ], - "pot.n.04": [ - [ - "broken", - "broken" - ], + "pottable__marigold.n.01": [ [ "disinfected", "disinfected" @@ -108765,7 +107143,45 @@ "wrinkly" ] ], - "pot_plant.n.01": [ + "poultry.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "poultry_seasoning.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "powder.n.03": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "power_saw.n.01": [ [ "disinfected", "disinfected" @@ -108774,10 +107190,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -108814,6 +107226,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -108823,11 +107239,7 @@ "wrinkly" ] ], - "potato.n.01": [ - [ - "cooked", - "cooked" - ], + "power_tool.n.01": [ [ "disinfected", "disinfected" @@ -108860,10 +107272,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -108876,6 +107284,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -108885,11 +107297,7 @@ "wrinkly" ] ], - "potato_pancake.n.01": [ - [ - "cooked", - "cooked" - ], + "power_washer.n.01": [ [ "disinfected", "disinfected" @@ -108922,10 +107330,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -108938,6 +107342,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -108947,7 +107355,11 @@ "wrinkly" ] ], - "potholder.n.01": [ + "prawn.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -108980,6 +107392,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -109001,7 +107417,7 @@ "wrinkly" ] ], - "pottable__beefsteak_tomato.n.01": [ + "precious_metal.n.01": [ [ "disinfected", "disinfected" @@ -109055,7 +107471,17 @@ "wrinkly" ] ], - "pottable__cactus.n.01": [ + "precipitation.n.03": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "present.n.02": [ [ "disinfected", "disinfected" @@ -109109,7 +107535,7 @@ "wrinkly" ] ], - "pottable__chili.n.01": [ + "press.n.02": [ [ "disinfected", "disinfected" @@ -109163,7 +107589,7 @@ "wrinkly" ] ], - "pottable__daffodil.n.01": [ + "pressure_cooker.n.01": [ [ "disinfected", "disinfected" @@ -109188,6 +107614,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -109208,6 +107638,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -109217,7 +107651,7 @@ "wrinkly" ] ], - "pottable__dahlia.n.01": [ + "pretzel.n.01": [ [ "disinfected", "disinfected" @@ -109250,6 +107684,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -109271,7 +107709,7 @@ "wrinkly" ] ], - "pottable__marigold.n.01": [ + "price_tag.n.01": [ [ "disinfected", "disinfected" @@ -109325,49 +107763,7 @@ "wrinkly" ] ], - "poultry.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "poultry_seasoning.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "powder.n.03": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "power_saw.n.01": [ + "print_media.n.01": [ [ "disinfected", "disinfected" @@ -109412,10 +107808,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -109425,7 +107817,7 @@ "wrinkly" ] ], - "power_tool.n.01": [ + "printer.n.03": [ [ "disinfected", "disinfected" @@ -109483,7 +107875,7 @@ "wrinkly" ] ], - "power_washer.n.01": [ + "process.n.02": [ [ "disinfected", "disinfected" @@ -109492,6 +107884,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -109528,10 +107924,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -109541,11 +107933,7 @@ "wrinkly" ] ], - "prawn.n.01": [ - [ - "cooked", - "cooked" - ], + "process.n.05": [ [ "disinfected", "disinfected" @@ -109578,10 +107966,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -109603,7 +107987,27 @@ "wrinkly" ] ], - "precious_metal.n.01": [ + "process.n.06": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "produce.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "product.n.02": [ [ "disinfected", "disinfected" @@ -109657,17 +108061,7 @@ "wrinkly" ] ], - "precipitation.n.03": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "press.n.02": [ + "projectile.n.01": [ [ "disinfected", "disinfected" @@ -109692,10 +108086,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -109725,7 +108115,7 @@ "wrinkly" ] ], - "pressure_cooker.n.01": [ + "projector.n.02": [ [ "disinfected", "disinfected" @@ -109750,10 +108140,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -109774,6 +108160,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -109783,7 +108173,21 @@ "wrinkly" ] ], - "pretzel.n.01": [ + "property.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "prosciutto.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -109841,7 +108245,17 @@ "wrinkly" ] ], - "price_tag.n.01": [ + "protective_covering.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "protective_garment.n.01": [ [ "disinfected", "disinfected" @@ -109895,7 +108309,17 @@ "wrinkly" ] ], - "print_media.n.01": [ + "protoctist.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pruner.n.02": [ [ "disinfected", "disinfected" @@ -109920,10 +108344,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -109953,7 +108373,7 @@ "wrinkly" ] ], - "printer.n.03": [ + "pruning_saw.n.01": [ [ "disinfected", "disinfected" @@ -109998,10 +108418,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -110011,7 +108427,7 @@ "wrinkly" ] ], - "process.n.02": [ + "psychological_feature.n.01": [ [ "disinfected", "disinfected" @@ -110020,14 +108436,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -110073,7 +108481,7 @@ "wrinkly" ] ], - "process.n.05": [ + "publication.n.01": [ [ "disinfected", "disinfected" @@ -110127,27 +108535,7 @@ "wrinkly" ] ], - "process.n.06": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "produce.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "product.n.02": [ + "puck.n.02": [ [ "disinfected", "disinfected" @@ -110201,7 +108589,11 @@ "wrinkly" ] ], - "projectile.n.01": [ + "pudding.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -110255,7 +108647,7 @@ "wrinkly" ] ], - "projector.n.02": [ + "pulley.n.01": [ [ "disinfected", "disinfected" @@ -110300,10 +108692,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -110313,21 +108701,7 @@ "wrinkly" ] ], - "property.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "prosciutto.n.01": [ - [ - "cooked", - "cooked" - ], + "pullover.n.01": [ [ "disinfected", "disinfected" @@ -110360,10 +108734,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -110385,17 +108755,7 @@ "wrinkly" ] ], - "protective_covering.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "protective_garment.n.01": [ + "pump.n.01": [ [ "disinfected", "disinfected" @@ -110404,10 +108764,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -110444,6 +108800,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -110453,17 +108813,7 @@ "wrinkly" ] ], - "protoctist.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pruner.n.02": [ + "pump.n.03": [ [ "disinfected", "disinfected" @@ -110517,7 +108867,11 @@ "wrinkly" ] ], - "pruning_saw.n.01": [ + "pumpkin.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -110550,6 +108904,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -110571,7 +108929,35 @@ "wrinkly" ] ], - "psychological_feature.n.01": [ + "pumpkin_pie_spice.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pumpkin_seed.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "pumpkin_seed__bag.n.01": [ [ "disinfected", "disinfected" @@ -110580,6 +108966,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -110625,7 +109015,21 @@ "wrinkly" ] ], - "publication.n.01": [ + "punch.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "punching_bag.n.02": [ [ "disinfected", "disinfected" @@ -110679,7 +109083,21 @@ "wrinkly" ] ], - "puck.n.02": [ + "puree.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "putty_knife.n.01": [ [ "disinfected", "disinfected" @@ -110733,11 +109151,7 @@ "wrinkly" ] ], - "pudding.n.01": [ - [ - "cooked", - "cooked" - ], + "puzzle.n.02": [ [ "disinfected", "disinfected" @@ -110746,6 +109160,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -110791,7 +109209,11 @@ "wrinkly" ] ], - "pulley.n.01": [ + "quail.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -110824,6 +109246,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -110845,7 +109271,17 @@ "wrinkly" ] ], - "pullover.n.01": [ + "quality.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "quarter.n.10": [ [ "disinfected", "disinfected" @@ -110854,10 +109290,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -110903,7 +109335,7 @@ "wrinkly" ] ], - "pump.n.01": [ + "quartz.n.02": [ [ "disinfected", "disinfected" @@ -110948,10 +109380,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -110961,7 +109389,7 @@ "wrinkly" ] ], - "pumpkin.n.02": [ + "quiche.n.02": [ [ "cooked", "cooked" @@ -111023,35 +109451,11 @@ "wrinkly" ] ], - "pumpkin_pie_spice.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pumpkin_seed.n.01": [ + "quick_bread.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "pumpkin_seed__bag.n.01": [ [ "disinfected", "disinfected" @@ -111060,10 +109464,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -111109,21 +109509,7 @@ "wrinkly" ] ], - "punch.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "punching_bag.n.02": [ + "quilt.n.01": [ [ "disinfected", "disinfected" @@ -111177,11 +109563,7 @@ "wrinkly" ] ], - "puree.n.01": [ - [ - "boiling", - "boiling" - ], + "quinoa.n.01": [ [ "cooked", "cooked" @@ -111195,7 +109577,7 @@ "hot" ] ], - "putty_knife.n.01": [ + "quinoa__box.n.01": [ [ "disinfected", "disinfected" @@ -111204,6 +109586,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -111249,7 +109635,7 @@ "wrinkly" ] ], - "puzzle.n.02": [ + "rack.n.01": [ [ "disinfected", "disinfected" @@ -111258,10 +109644,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -111307,11 +109689,7 @@ "wrinkly" ] ], - "quail.n.01": [ - [ - "cooked", - "cooked" - ], + "rack.n.05": [ [ "disinfected", "disinfected" @@ -111344,10 +109722,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -111369,17 +109743,7 @@ "wrinkly" ] ], - "quality.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "quarter.n.10": [ + "racket.n.04": [ [ "disinfected", "disinfected" @@ -111433,7 +109797,7 @@ "wrinkly" ] ], - "quartz.n.02": [ + "radiator.n.02": [ [ "disinfected", "disinfected" @@ -111478,6 +109842,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -111487,11 +109855,7 @@ "wrinkly" ] ], - "quiche.n.02": [ - [ - "cooked", - "cooked" - ], + "radio_receiver.n.01": [ [ "disinfected", "disinfected" @@ -111524,10 +109888,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -111540,6 +109900,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -111549,11 +109913,7 @@ "wrinkly" ] ], - "quick_bread.n.01": [ - [ - "cooked", - "cooked" - ], + "radiotelephone.n.02": [ [ "disinfected", "disinfected" @@ -111598,6 +109958,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -111607,7 +109971,11 @@ "wrinkly" ] ], - "quilt.n.01": [ + "radish.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -111616,10 +109984,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -111644,6 +110008,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -111665,21 +110033,7 @@ "wrinkly" ] ], - "quinoa.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "quinoa__box.n.01": [ + "rag.n.01": [ [ "disinfected", "disinfected" @@ -111708,10 +110062,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -111741,7 +110091,7 @@ "wrinkly" ] ], - "rack.n.01": [ + "rail_fence.n.01": [ [ "disinfected", "disinfected" @@ -111795,7 +110145,7 @@ "wrinkly" ] ], - "rack.n.05": [ + "railing.n.01": [ [ "disinfected", "disinfected" @@ -111849,7 +110199,7 @@ "wrinkly" ] ], - "racket.n.04": [ + "raincoat.n.01": [ [ "disinfected", "disinfected" @@ -111903,7 +110253,25 @@ "wrinkly" ] ], - "radiator.n.02": [ + "raisin.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ], + [ + "sliced", + "sliced" + ] + ], + "raisin__box.n.01": [ [ "disinfected", "disinfected" @@ -111912,6 +110280,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -111948,10 +110320,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -111961,7 +110329,7 @@ "wrinkly" ] ], - "radio_receiver.n.01": [ + "rake.n.03": [ [ "disinfected", "disinfected" @@ -112006,10 +110374,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -112019,7 +110383,7 @@ "wrinkly" ] ], - "radiotelephone.n.02": [ + "ramekin.n.01": [ [ "disinfected", "disinfected" @@ -112052,6 +110416,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -112064,10 +110432,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -112077,7 +110441,7 @@ "wrinkly" ] ], - "radish.n.01": [ + "ramen.n.01": [ [ "cooked", "cooked" @@ -112139,7 +110503,7 @@ "wrinkly" ] ], - "rag.n.01": [ + "range_hood.n.01": [ [ "disinfected", "disinfected" @@ -112148,14 +110512,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -112192,6 +110548,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -112201,7 +110561,11 @@ "wrinkly" ] ], - "rail_fence.n.01": [ + "raspberry.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -112255,61 +110619,33 @@ "wrinkly" ] ], - "railing.n.01": [ + "ravioli.n.01": [ [ - "disinfected", - "disinfected" + "cooked", + "cooked" ], [ - "dusty", - "dusty" + "on_fire", + "on_fire" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" ], [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" + "sliced", + "sliced" ] ], - "raincoat.n.01": [ + "raw_egg.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -112318,10 +110654,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -112367,25 +110699,7 @@ "wrinkly" ] ], - "raisin.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "raisin__box.n.01": [ + "razor.n.01": [ [ "disinfected", "disinfected" @@ -112394,10 +110708,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -112443,7 +110753,21 @@ "wrinkly" ] ], - "rake.n.03": [ + "ready-mix.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "reamer.n.01": [ [ "disinfected", "disinfected" @@ -112497,11 +110821,7 @@ "wrinkly" ] ], - "ramekin.n.01": [ - [ - "cooked", - "cooked" - ], + "receipt.n.02": [ [ "disinfected", "disinfected" @@ -112510,6 +110830,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -112534,10 +110858,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -112559,11 +110879,7 @@ "wrinkly" ] ], - "ramen.n.01": [ - [ - "cooked", - "cooked" - ], + "receiver.n.01": [ [ "disinfected", "disinfected" @@ -112596,10 +110912,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -112612,6 +110924,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -112621,7 +110937,7 @@ "wrinkly" ] ], - "range_hood.n.01": [ + "receptacle.n.01": [ [ "disinfected", "disinfected" @@ -112666,10 +110982,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -112679,11 +110991,7 @@ "wrinkly" ] ], - "raspberry.n.02": [ - [ - "cooked", - "cooked" - ], + "receptacle.n.03": [ [ "disinfected", "disinfected" @@ -112737,33 +111045,7 @@ "wrinkly" ] ], - "ravioli.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "raw_egg.n.01": [ - [ - "cooked", - "cooked" - ], + "reception_desk.n.01": [ [ "disinfected", "disinfected" @@ -112772,10 +111054,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -112821,7 +111099,7 @@ "wrinkly" ] ], - "razor.n.01": [ + "recess.n.04": [ [ "disinfected", "disinfected" @@ -112875,21 +111153,7 @@ "wrinkly" ] ], - "ready-mix.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "reamer.n.01": [ + "record_player.n.01": [ [ "disinfected", "disinfected" @@ -112934,6 +111198,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -112943,7 +111211,7 @@ "wrinkly" ] ], - "receipt.n.02": [ + "recording.n.03": [ [ "disinfected", "disinfected" @@ -112952,10 +111220,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -113001,7 +111265,7 @@ "wrinkly" ] ], - "receiver.n.01": [ + "recreational_vehicle.n.01": [ [ "disinfected", "disinfected" @@ -113026,6 +111290,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -113059,7 +111327,7 @@ "wrinkly" ] ], - "receptacle.n.01": [ + "recycling_bin.n.01": [ [ "disinfected", "disinfected" @@ -113084,6 +111352,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -113113,61 +111385,47 @@ "wrinkly" ] ], - "receptacle.n.03": [ + "red_meat_sauce.n.01": [ [ - "disinfected", - "disinfected" + "boiling", + "boiling" ], [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], + ] + ], + "red_wine.n.01": [ [ - "sticky", - "sticky" + "boiling", + "boiling" ], [ - "tarnished", - "tarnished" + "cooked", + "cooked" ], [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "recess.n.04": [ + "reflector.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -113221,7 +111479,25 @@ "wrinkly" ] ], - "record_player.n.01": [ + "refried_beans.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "refried_beans__can.n.01": [ [ "disinfected", "disinfected" @@ -113266,10 +111542,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -113279,7 +111551,7 @@ "wrinkly" ] ], - "recording.n.03": [ + "refrigerator.n.01": [ [ "disinfected", "disinfected" @@ -113304,6 +111576,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -113333,7 +111609,7 @@ "wrinkly" ] ], - "recreational_vehicle.n.01": [ + "region.n.03": [ [ "disinfected", "disinfected" @@ -113358,10 +111634,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -113382,10 +111654,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -113395,7 +111663,7 @@ "wrinkly" ] ], - "recycling_bin.n.01": [ + "regulator.n.01": [ [ "disinfected", "disinfected" @@ -113420,10 +111688,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -113453,33 +111717,7 @@ "wrinkly" ] ], - "red_meat_sauce.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "red_wine.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "relation.n.01": [ [ "frozen", "frozen" @@ -113489,7 +111727,7 @@ "hot" ] ], - "reference_book.n.01": [ + "release.n.08": [ [ "disinfected", "disinfected" @@ -113498,10 +111736,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -113547,11 +111781,7 @@ "wrinkly" ] ], - "reflector.n.01": [ - [ - "broken", - "broken" - ], + "relish.n.02": [ [ "disinfected", "disinfected" @@ -113584,6 +111814,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -113605,15 +111839,7 @@ "wrinkly" ] ], - "refried_beans.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "remedy.n.02": [ [ "frozen", "frozen" @@ -113623,65 +111849,21 @@ "hot" ] ], - "refried_beans__can.n.01": [ - [ - "disinfected", - "disinfected" - ], + "repellent.n.02": [ [ - "dusty", - "dusty" + "boiling", + "boiling" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "refrigerator.n.01": [ + "report.n.03": [ [ "disinfected", "disinfected" @@ -113690,6 +111872,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -113706,10 +111892,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -113739,7 +111921,7 @@ "wrinkly" ] ], - "region.n.03": [ + "representation.n.02": [ [ "disinfected", "disinfected" @@ -113793,7 +111975,7 @@ "wrinkly" ] ], - "regulator.n.01": [ + "representational_process.n.01": [ [ "disinfected", "disinfected" @@ -113802,6 +111984,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -113847,7 +112033,7 @@ "wrinkly" ] ], - "relation.n.01": [ + "reproductive_structure.n.01": [ [ "frozen", "frozen" @@ -113857,7 +112043,7 @@ "hot" ] ], - "release.n.08": [ + "rescue_equipment.n.01": [ [ "disinfected", "disinfected" @@ -113911,7 +112097,17 @@ "wrinkly" ] ], - "relish.n.02": [ + "residue.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "resin.n.01": [ [ "disinfected", "disinfected" @@ -113944,10 +112140,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -113969,31 +112161,7 @@ "wrinkly" ] ], - "remedy.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "repellent.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "report.n.03": [ + "restraint.n.06": [ [ "disinfected", "disinfected" @@ -114002,10 +112170,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -114051,7 +112215,7 @@ "wrinkly" ] ], - "representation.n.02": [ + "retainer.n.03": [ [ "disinfected", "disinfected" @@ -114105,7 +112269,11 @@ "wrinkly" ] ], - "representational_process.n.01": [ + "rib.n.03": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -114114,14 +112282,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -114146,6 +112306,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -114167,17 +112331,7 @@ "wrinkly" ] ], - "reproductive_structure.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "rescue_equipment.n.01": [ + "ribbon.n.01": [ [ "disinfected", "disinfected" @@ -114231,7 +112385,7 @@ "wrinkly" ] ], - "residue.n.01": [ + "rice.n.01": [ [ "frozen", "frozen" @@ -114241,7 +112395,11 @@ "hot" ] ], - "resin.n.01": [ + "rice_cooker.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -114250,6 +112408,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -114266,6 +112428,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -114286,6 +112452,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -114295,61 +112465,47 @@ "wrinkly" ] ], - "restraint.n.06": [ - [ - "disinfected", - "disinfected" - ], + "ricotta.n.01": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" ], [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" + "melted", + "melted" ], [ - "stained", - "stained" - ], + "sliced", + "sliced" + ] + ], + "rind.n.01": [ [ - "sticky", - "sticky" + "cooked", + "cooked" ], [ - "tarnished", - "tarnished" + "frozen", + "frozen" ], [ - "wet", - "wet" + "hot", + "hot" ], [ - "wrinkly", - "wrinkly" + "sliced", + "sliced" ] ], - "retainer.n.03": [ + "ring.n.08": [ [ "disinfected", "disinfected" @@ -114403,11 +112559,7 @@ "wrinkly" ] ], - "rib.n.03": [ - [ - "cooked", - "cooked" - ], + "ripsaw.n.01": [ [ "disinfected", "disinfected" @@ -114440,10 +112592,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -114465,7 +112613,25 @@ "wrinkly" ] ], - "ribbon.n.01": [ + "risotto.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "road.n.01": [ [ "disinfected", "disinfected" @@ -114474,10 +112640,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -114523,20 +112685,14 @@ "wrinkly" ] ], - "rice.n.01": [ + "roast.n.01": [ [ - "frozen", - "frozen" + "cooked", + "cooked" ], [ - "hot", - "hot" - ] - ], - "rice_cooker.n.01": [ - [ - "broken", - "broken" + "diced", + "diced" ], [ "disinfected", @@ -114566,10 +112722,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -114590,10 +112742,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -114603,43 +112751,7 @@ "wrinkly" ] ], - "ricotta.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "rind.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "ring.n.08": [ + "roaster.n.04": [ [ "disinfected", "disinfected" @@ -114693,7 +112805,7 @@ "wrinkly" ] ], - "ripsaw.n.01": [ + "rock.n.01": [ [ "disinfected", "disinfected" @@ -114747,15 +112859,7 @@ "wrinkly" ] ], - "risotto.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "rock.n.02": [ [ "frozen", "frozen" @@ -114765,7 +112869,7 @@ "hot" ] ], - "road.n.01": [ + "rocking_chair.n.01": [ [ "disinfected", "disinfected" @@ -114819,25 +112923,65 @@ "wrinkly" ] ], - "roast.n.01": [ + "rod.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "roaster.n.04": [ + "roll_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -114846,6 +112990,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -114891,7 +113039,7 @@ "wrinkly" ] ], - "rock.n.01": [ + "roll_of_tobacco.n.01": [ [ "disinfected", "disinfected" @@ -114945,17 +113093,61 @@ "wrinkly" ] ], - "rock.n.02": [ + "roller.n.04": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "rocking_chair.n.01": [ + "rolling_pin.n.01": [ [ "disinfected", "disinfected" @@ -115009,7 +113201,7 @@ "wrinkly" ] ], - "rod.n.01": [ + "roof.n.01": [ [ "disinfected", "disinfected" @@ -115063,11 +113255,7 @@ "wrinkly" ] ], - "roll_dough.n.01": [ - [ - "cooked", - "cooked" - ], + "room.n.01": [ [ "disinfected", "disinfected" @@ -115076,14 +113264,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -115129,7 +113309,7 @@ "wrinkly" ] ], - "roll_of_tobacco.n.01": [ + "room.n.02": [ [ "disinfected", "disinfected" @@ -115183,7 +113363,7 @@ "wrinkly" ] ], - "roller.n.04": [ + "room_light.n.01": [ [ "disinfected", "disinfected" @@ -115228,6 +113408,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -115237,7 +113421,21 @@ "wrinkly" ] ], - "rolling_pin.n.01": [ + "root_vegetable.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "rope.n.01": [ [ "disinfected", "disinfected" @@ -115246,6 +113444,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -115270,6 +113472,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -115291,7 +113497,7 @@ "wrinkly" ] ], - "roof.n.01": [ + "rose.n.01": [ [ "disinfected", "disinfected" @@ -115345,7 +113551,17 @@ "wrinkly" ] ], - "room.n.01": [ + "rosemary.n.02": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "rosemary__shaker.n.01": [ [ "disinfected", "disinfected" @@ -115399,7 +113615,7 @@ "wrinkly" ] ], - "room.n.02": [ + "rotating_mechanism.n.01": [ [ "disinfected", "disinfected" @@ -115453,7 +113669,11 @@ "wrinkly" ] ], - "room_light.n.01": [ + "round-bottom_flask.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -115498,10 +113718,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -115511,11 +113727,7 @@ "wrinkly" ] ], - "root_vegetable.n.01": [ - [ - "cooked", - "cooked" - ], + "round_shape.n.01": [ [ "frozen", "frozen" @@ -115525,7 +113737,7 @@ "hot" ] ], - "rope.n.01": [ + "router.n.02": [ [ "disinfected", "disinfected" @@ -115534,10 +113746,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -115562,10 +113770,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -115578,6 +113782,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -115587,7 +113795,25 @@ "wrinkly" ] ], - "rose.n.01": [ + "roux.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "rubber_band.n.01": [ [ "disinfected", "disinfected" @@ -115641,17 +113867,7 @@ "wrinkly" ] ], - "rosemary.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "rosemary__shaker.n.01": [ + "rubber_boot.n.01": [ [ "disinfected", "disinfected" @@ -115705,7 +113921,7 @@ "wrinkly" ] ], - "rotating_mechanism.n.01": [ + "rubber_eraser.n.01": [ [ "disinfected", "disinfected" @@ -115714,6 +113930,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -115759,11 +113979,7 @@ "wrinkly" ] ], - "round-bottom_flask.n.01": [ - [ - "broken", - "broken" - ], + "rubber_glove.n.01": [ [ "disinfected", "disinfected" @@ -115772,6 +113988,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -115817,7 +114037,15 @@ "wrinkly" ] ], - "round_shape.n.01": [ + "rubbing_alcohol.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -115827,7 +114055,7 @@ "hot" ] ], - "router.n.02": [ + "rubbing_alcohol__atomizer.n.01": [ [ "disinfected", "disinfected" @@ -115885,15 +114113,7 @@ "wrinkly" ] ], - "roux.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "rubbish.n.01": [ [ "frozen", "frozen" @@ -115903,61 +114123,7 @@ "hot" ] ], - "rubber_band.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "rubber_boot.n.01": [ + "ruby.n.01": [ [ "disinfected", "disinfected" @@ -116011,7 +114177,7 @@ "wrinkly" ] ], - "rubber_eraser.n.01": [ + "rug.n.01": [ [ "disinfected", "disinfected" @@ -116069,7 +114235,7 @@ "wrinkly" ] ], - "rubber_glove.n.01": [ + "rule.n.12": [ [ "disinfected", "disinfected" @@ -116082,10 +114248,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -116131,15 +114293,11 @@ "wrinkly" ] ], - "rubbing_alcohol.n.01": [ + "rum.n.01": [ [ "boiling", "boiling" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -116149,65 +114307,7 @@ "hot" ] ], - "rubbing_alcohol__atomizer.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "toggled_on", - "toggled_on" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "rubbing_alcohol__bottle.n.01": [ + "rum__bottle.n.01": [ [ "broken", "broken" @@ -116236,10 +114336,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -116269,17 +114365,7 @@ "wrinkly" ] ], - "rubbish.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "ruby.n.01": [ + "runner.n.09": [ [ "disinfected", "disinfected" @@ -116333,69 +114419,21 @@ "wrinkly" ] ], - "rug.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], + "rust.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "rule.n.12": [ + "rutabaga.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -116428,6 +114466,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -116449,25 +114491,7 @@ "wrinkly" ] ], - "rum.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "rum__bottle.n.01": [ - [ - "broken", - "broken" - ], + "sack.n.01": [ [ "disinfected", "disinfected" @@ -116476,6 +114500,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -116492,10 +114520,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -116525,7 +114549,7 @@ "wrinkly" ] ], - "runner.n.09": [ + "sack__of__brown_rice.n.01": [ [ "disinfected", "disinfected" @@ -116579,21 +114603,7 @@ "wrinkly" ] ], - "rust.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "rutabaga.n.01": [ - [ - "cooked", - "cooked" - ], + "sacking.n.01": [ [ "disinfected", "disinfected" @@ -116626,10 +114636,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -116651,7 +114657,25 @@ "wrinkly" ] ], - "sack.n.01": [ + "saddle_soap.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "saddle_soap__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -116660,10 +114684,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -116709,7 +114729,7 @@ "wrinkly" ] ], - "sacking.n.01": [ + "safety_glass.n.01": [ [ "disinfected", "disinfected" @@ -116718,10 +114738,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -116767,10 +114783,10 @@ "wrinkly" ] ], - "saddle_soap.n.01": [ + "saffron.n.02": [ [ - "boiling", - "boiling" + "cooked", + "cooked" ], [ "frozen", @@ -116779,13 +114795,13 @@ [ "hot", "hot" + ], + [ + "sliced", + "sliced" ] ], - "saddle_soap__bottle.n.01": [ - [ - "broken", - "broken" - ], + "saffron__shaker.n.01": [ [ "disinfected", "disinfected" @@ -116810,10 +114826,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -116843,7 +114855,21 @@ "wrinkly" ] ], - "safety_glass.n.01": [ + "sage.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "sage__shaker.n.01": [ [ "disinfected", "disinfected" @@ -116876,6 +114902,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -116897,10 +114927,10 @@ "wrinkly" ] ], - "saffron.n.02": [ + "sake.n.02": [ [ - "cooked", - "cooked" + "boiling", + "boiling" ], [ "frozen", @@ -116909,13 +114939,13 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], - "saffron__shaker.n.01": [ + "salad.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -116969,21 +114999,61 @@ "wrinkly" ] ], - "sage.n.02": [ + "salad__bowl.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "sage__shaker.n.01": [ + "salad_fork.n.01": [ [ "disinfected", "disinfected" @@ -117016,10 +115086,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -117041,10 +115107,10 @@ "wrinkly" ] ], - "sake.n.02": [ + "salad_green.n.01": [ [ - "boiling", - "boiling" + "cooked", + "cooked" ], [ "frozen", @@ -117055,7 +115121,7 @@ "hot" ] ], - "salad.n.01": [ + "salmon.n.03": [ [ "cooked", "cooked" @@ -117092,6 +115158,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -117113,7 +115183,29 @@ "wrinkly" ] ], - "salad__bowl.n.01": [ + "salsa.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "salsa__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -117167,7 +115259,35 @@ "wrinkly" ] ], - "salad_fork.n.01": [ + "salt.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "salt.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "salt__bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -117221,25 +115341,65 @@ "wrinkly" ] ], - "salad_green.n.01": [ + "salt__shaker.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" ], [ - "sliced", - "sliced" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "salmon.n.03": [ + "saltwater_fish.n.01": [ [ "cooked", "cooked" @@ -117301,15 +115461,7 @@ "wrinkly" ] ], - "salsa.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "cooked", - "cooked" - ], + "sand.n.04": [ [ "frozen", "frozen" @@ -117319,11 +115471,7 @@ "hot" ] ], - "salsa__bottle.n.01": [ - [ - "broken", - "broken" - ], + "sandal.n.01": [ [ "disinfected", "disinfected" @@ -117348,10 +115496,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -117381,35 +115525,7 @@ "wrinkly" ] ], - "salt.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "salt.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "salt__bottle.n.01": [ - [ - "broken", - "broken" - ], + "sandbox.n.02": [ [ "disinfected", "disinfected" @@ -117434,10 +115550,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -117467,7 +115579,7 @@ "wrinkly" ] ], - "salt__shaker.n.01": [ + "sandglass.n.01": [ [ "broken", "broken" @@ -117480,6 +115592,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -117525,7 +115641,17 @@ "wrinkly" ] ], - "saltwater_fish.n.01": [ + "sandstone.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "sandwich.n.01": [ [ "cooked", "cooked" @@ -117587,7 +115713,11 @@ "wrinkly" ] ], - "sand.n.04": [ + "sangaree.n.01": [ + [ + "boiling", + "boiling" + ], [ "frozen", "frozen" @@ -117597,7 +115727,17 @@ "hot" ] ], - "sandal.n.01": [ + "sanitary_condition.n.01": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "sanitary_napkin.n.01": [ [ "disinfected", "disinfected" @@ -117651,7 +115791,35 @@ "wrinkly" ] ], - "sandbox.n.02": [ + "sap.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "sauce.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "saucepan.n.01": [ [ "disinfected", "disinfected" @@ -117705,11 +115873,7 @@ "wrinkly" ] ], - "sandglass.n.01": [ - [ - "broken", - "broken" - ], + "saucepot.n.01": [ [ "disinfected", "disinfected" @@ -117718,10 +115882,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -117767,20 +115927,10 @@ "wrinkly" ] ], - "sandstone.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sandwich.n.01": [ + "saucer.n.02": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -117814,10 +115964,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -117839,31 +115985,7 @@ "wrinkly" ] ], - "sangaree.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sanitary_condition.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sanitary_napkin.n.01": [ + "sauna_heater.n.01": [ [ "disinfected", "disinfected" @@ -117872,10 +115994,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -117912,6 +116030,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -117921,24 +116043,10 @@ "wrinkly" ] ], - "sap.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sauce.n.01": [ + "sausage.n.01": [ [ - "boiling", - "boiling" + "cooked", + "cooked" ], [ "frozen", @@ -117949,7 +116057,7 @@ "hot" ] ], - "saucepan.n.01": [ + "savory_spice__shaker.n.01": [ [ "disinfected", "disinfected" @@ -118003,7 +116111,7 @@ "wrinkly" ] ], - "saucepot.n.01": [ + "saw.n.02": [ [ "disinfected", "disinfected" @@ -118057,65 +116165,21 @@ "wrinkly" ] ], - "saucer.n.02": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], + "sawdust.n.01": [ [ - "dusty", - "dusty" + "on_fire", + "on_fire" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "sauna_heater.n.01": [ + "sax.n.02": [ [ "disinfected", "disinfected" @@ -118160,10 +116224,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -118173,25 +116233,7 @@ "wrinkly" ] ], - "sausage.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "saw.n.02": [ + "scale.n.07": [ [ "disinfected", "disinfected" @@ -118245,21 +116287,7 @@ "wrinkly" ] ], - "sawdust.n.01": [ - [ - "on_fire", - "on_fire" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sax.n.02": [ + "scale.n.10": [ [ "disinfected", "disinfected" @@ -118313,61 +116341,11 @@ "wrinkly" ] ], - "scale.n.07": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + "scallop.n.02": [ [ - "wet", - "wet" + "cooked", + "cooked" ], - [ - "wrinkly", - "wrinkly" - ] - ], - "scale.n.10": [ [ "disinfected", "disinfected" @@ -118400,6 +116378,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -118421,11 +116403,7 @@ "wrinkly" ] ], - "scallop.n.02": [ - [ - "cooked", - "cooked" - ], + "scanner.n.02": [ [ "disinfected", "disinfected" @@ -118458,10 +116436,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -118474,6 +116448,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -118483,7 +116461,7 @@ "wrinkly" ] ], - "scanner.n.02": [ + "scarf.n.01": [ [ "disinfected", "disinfected" @@ -118528,10 +116506,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -118541,7 +116515,7 @@ "wrinkly" ] ], - "scarf.n.01": [ + "scenery.n.01": [ [ "disinfected", "disinfected" @@ -118550,10 +116524,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -118599,7 +116569,11 @@ "wrinkly" ] ], - "scenery.n.01": [ + "schnitzel.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -118653,10 +116627,10 @@ "wrinkly" ] ], - "schnitzel.n.01": [ + "scientific_instrument.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -118711,11 +116685,7 @@ "wrinkly" ] ], - "scientific_instrument.n.01": [ - [ - "broken", - "broken" - ], + "scissors.n.01": [ [ "disinfected", "disinfected" @@ -118769,7 +116739,11 @@ "wrinkly" ] ], - "scissors.n.01": [ + "scone.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -118802,6 +116776,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -118823,11 +116801,7 @@ "wrinkly" ] ], - "scone.n.01": [ - [ - "cooked", - "cooked" - ], + "scoop.n.06": [ [ "disinfected", "disinfected" @@ -118836,10 +116810,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -118864,10 +116834,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -118889,7 +116855,7 @@ "wrinkly" ] ], - "scoop.n.06": [ + "scoop_of_ice_cream.n.01": [ [ "disinfected", "disinfected" @@ -119802,10 +117768,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -120514,10 +118476,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -120561,11 +118519,7 @@ "hot" ] ], - "sesame_seed__bottle.n.01": [ - [ - "broken", - "broken" - ], + "sesame_seed__shaker.n.01": [ [ "disinfected", "disinfected" @@ -120590,10 +118544,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -120940,10 +118890,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -121104,10 +119050,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -121332,10 +119274,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -121444,10 +119382,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -121494,6 +119428,10 @@ ] ], "shelf.n.01": [ + [ + "assembled", + "assembled" + ], [ "disinfected", "disinfected" @@ -121942,6 +119880,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -122200,10 +120142,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -122412,10 +120350,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -122595,62 +120529,58 @@ "moldy" ], [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "shoebox.n.02": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "shoebox.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -122798,10 +120728,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -122894,10 +120820,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -122998,10 +120920,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -123018,10 +120936,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -123769,7 +121683,7 @@ "wrinkly" ] ], - "silk.n.01": [ + "signpost.n.01": [ [ "disinfected", "disinfected" @@ -123778,14 +121692,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -123894,10 +121800,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -124042,6 +121944,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -124612,10 +122518,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -124786,10 +122688,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -124899,8 +122797,66 @@ "dusty" ], [ - "folded", - "folded" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "sliced__brisket.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -124964,10 +122920,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -124992,10 +122944,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125022,6 +122970,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125055,8 +123007,70 @@ "scratched" ], [ - "sliced", - "sliced" + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "sliced__eggplant.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "diced", + "diced" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" ], [ "stained", @@ -125084,6 +123098,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125116,10 +123134,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125146,6 +123160,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125178,10 +123196,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125208,6 +123222,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125240,10 +123258,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125270,6 +123284,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125302,10 +123320,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125332,6 +123346,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125364,10 +123382,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125394,6 +123408,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125430,10 +123448,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -125460,6 +123474,10 @@ "cooked", "cooked" ], + [ + "diced", + "diced" + ], [ "disinfected", "disinfected" @@ -125492,10 +123510,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -126212,10 +124226,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -126312,10 +124322,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -126386,10 +124392,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -126462,10 +124464,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -126534,10 +124532,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -126693,6 +124687,68 @@ "hot" ] ], + "soft_roll.n.01": [ + [ + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], "softball.n.01": [ [ "disinfected", @@ -126974,10 +125030,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -127016,10 +125068,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -127162,10 +125210,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -127378,10 +125422,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -127564,10 +125604,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -127602,6 +125638,10 @@ "boiling", "boiling" ], + [ + "cooked", + "cooked" + ], [ "frozen", "frozen" @@ -127997,8 +126037,170 @@ "moldy" ], [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "spectacles.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "spermatophyte.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "sphere.n.02": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -128029,7 +126231,35 @@ "wrinkly" ] ], - "spectacles.n.01": [ + "sphere.n.05": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "spice.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "spice_cookie.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -128038,6 +126268,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -128062,6 +126296,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -128083,7 +126321,11 @@ "wrinkly" ] ], - "spermatophyte.n.01": [ + "spice_cookie_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -128116,6 +126358,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -128137,7 +126383,11 @@ "wrinkly" ] ], - "sphere.n.02": [ + "spinach.n.02": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -128146,10 +126396,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -128174,6 +126420,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -128195,35 +126445,123 @@ "wrinkly" ] ], - "sphere.n.05": [ + "spirit_lamp.n.01": [ + [ + "broken", + "broken" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "toggled_on", + "toggled_on" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" ] ], - "spice.n.02": [ + "sponge.n.01": [ [ - "cooked", - "cooked" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "spice_cookie.n.01": [ + ], [ - "cooked", - "cooked" + "moldy", + "moldy" ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "spoon.n.01": [ [ "disinfected", "disinfected" @@ -128232,10 +126570,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -128260,10 +126594,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -128285,11 +126615,17 @@ "wrinkly" ] ], - "spice_cookie_dough.n.01": [ + "spore.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "sports_equipment.n.01": [ [ "disinfected", "disinfected" @@ -128298,10 +126634,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -128326,10 +126658,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -128351,11 +126679,7 @@ "wrinkly" ] ], - "spinach.n.02": [ - [ - "cooked", - "cooked" - ], + "sports_implement.n.01": [ [ "disinfected", "disinfected" @@ -128388,10 +126712,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -128413,7 +126733,7 @@ "wrinkly" ] ], - "spirit_lamp.n.01": [ + "spotlight.n.02": [ [ "broken", "broken" @@ -128475,7 +126795,7 @@ "wrinkly" ] ], - "sponge.n.01": [ + "spout.n.01": [ [ "disinfected", "disinfected" @@ -128484,10 +126804,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -128524,6 +126840,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -128533,11 +126853,17 @@ "wrinkly" ] ], - "sponge_cake.n.01": [ + "spray_paint.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "spray_paint__can.n.01": [ [ "disinfected", "disinfected" @@ -128546,14 +126872,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -128578,10 +126896,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -128594,6 +126908,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -128603,7 +126921,25 @@ "wrinkly" ] ], - "spoon.n.01": [ + "spread.n.05": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "springboard.n.01": [ [ "disinfected", "disinfected" @@ -128657,17 +126993,7 @@ "wrinkly" ] ], - "spore.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "sports_equipment.n.01": [ + "sprinkler.n.01": [ [ "disinfected", "disinfected" @@ -128713,58 +127039,8 @@ "tarnished" ], [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "sports_implement.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" + "toggled_on", + "toggled_on" ], [ "wet", @@ -128775,10 +127051,10 @@ "wrinkly" ] ], - "spotlight.n.02": [ + "sprout.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -128812,6 +127088,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -128824,10 +127104,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -128837,7 +127113,7 @@ "wrinkly" ] ], - "spout.n.01": [ + "spurge.n.01": [ [ "disinfected", "disinfected" @@ -128882,10 +127158,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -128895,17 +127167,7 @@ "wrinkly" ] ], - "spray_paint.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "spray_paint__can.n.01": [ + "square.n.08": [ [ "disinfected", "disinfected" @@ -128950,10 +127212,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -128963,25 +127221,11 @@ "wrinkly" ] ], - "spread.n.05": [ - [ - "boiling", - "boiling" - ], + "squash.n.01": [ [ "cooked", "cooked" ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "springboard.n.01": [ [ "disinfected", "disinfected" @@ -129014,6 +127258,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -129035,69 +127283,21 @@ "wrinkly" ] ], - "sprinkler.n.01": [ - [ - "disinfected", - "disinfected" - ], + "squash.n.02": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "toggled_on", - "toggled_on" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "sprout.n.01": [ - [ - "cooked", - "cooked" - ], + "squeegee.n.01": [ [ "disinfected", "disinfected" @@ -129130,10 +127330,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -129155,7 +127351,11 @@ "wrinkly" ] ], - "spurge.n.01": [ + "squeeze_bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -129209,7 +127409,7 @@ "wrinkly" ] ], - "square.n.08": [ + "squeezer.n.01": [ [ "disinfected", "disinfected" @@ -129263,7 +127463,7 @@ "wrinkly" ] ], - "squash.n.01": [ + "squid.n.01": [ [ "cooked", "cooked" @@ -129325,25 +127525,7 @@ "wrinkly" ] ], - "squash.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ], - [ - "sliced", - "sliced" - ] - ], - "squeegee.n.01": [ + "staff.n.02": [ [ "disinfected", "disinfected" @@ -129397,7 +127579,7 @@ "wrinkly" ] ], - "squeezer.n.01": [ + "stage_set.n.01": [ [ "disinfected", "disinfected" @@ -129451,11 +127633,17 @@ "wrinkly" ] ], - "squid.n.01": [ + "stain.n.01": [ [ - "cooked", - "cooked" + "frozen", + "frozen" ], + [ + "hot", + "hot" + ] + ], + "stairs.n.01": [ [ "disinfected", "disinfected" @@ -129488,10 +127676,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -129513,7 +127697,7 @@ "wrinkly" ] ], - "staff.n.02": [ + "stairway.n.01": [ [ "disinfected", "disinfected" @@ -129567,7 +127751,7 @@ "wrinkly" ] ], - "stage_set.n.01": [ + "stake.n.05": [ [ "disinfected", "disinfected" @@ -129576,6 +127760,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -129621,17 +127809,7 @@ "wrinkly" ] ], - "stain.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "stairs.n.01": [ + "stalk.n.02": [ [ "disinfected", "disinfected" @@ -129685,7 +127863,7 @@ "wrinkly" ] ], - "stairway.n.01": [ + "stand.n.04": [ [ "disinfected", "disinfected" @@ -129739,7 +127917,7 @@ "wrinkly" ] ], - "stake.n.05": [ + "stand.n.10": [ [ "disinfected", "disinfected" @@ -129748,10 +127926,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -129797,7 +127971,7 @@ "wrinkly" ] ], - "stalk.n.02": [ + "standard.n.01": [ [ "disinfected", "disinfected" @@ -129851,7 +128025,7 @@ "wrinkly" ] ], - "stand.n.04": [ + "staple.n.04": [ [ "disinfected", "disinfected" @@ -129905,7 +128079,7 @@ "wrinkly" ] ], - "stand.n.10": [ + "staple.n.05": [ [ "disinfected", "disinfected" @@ -129959,7 +128133,7 @@ "wrinkly" ] ], - "standard.n.01": [ + "staple_gun.n.01": [ [ "disinfected", "disinfected" @@ -130004,6 +128178,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -130013,7 +128191,7 @@ "wrinkly" ] ], - "staple.n.04": [ + "stapler.n.01": [ [ "disinfected", "disinfected" @@ -130067,61 +128245,41 @@ "wrinkly" ] ], - "staple.n.05": [ - [ - "disinfected", - "disinfected" - ], + "starch.n.01": [ [ - "dusty", - "dusty" + "cooked", + "cooked" ], [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], + ] + ], + "starches.n.01": [ [ - "sticky", - "sticky" + "frozen", + "frozen" ], [ - "tarnished", - "tarnished" - ], + "hot", + "hot" + ] + ], + "state.n.02": [ [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "staple_gun.n.01": [ + "statue.n.01": [ [ "disinfected", "disinfected" @@ -130146,10 +128304,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -130170,10 +128324,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -130183,7 +128333,11 @@ "wrinkly" ] ], - "stapler.n.01": [ + "steak.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -130216,6 +128370,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -130237,41 +128395,7 @@ "wrinkly" ] ], - "starch.n.01": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "starches.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "state.n.02": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "statue.n.01": [ + "steamer.n.02": [ [ "disinfected", "disinfected" @@ -130316,6 +128440,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -130325,11 +128453,7 @@ "wrinkly" ] ], - "steak.n.01": [ - [ - "cooked", - "cooked" - ], + "steel.n.03": [ [ "disinfected", "disinfected" @@ -130362,10 +128486,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -130387,7 +128507,7 @@ "wrinkly" ] ], - "steamer.n.02": [ + "steel_wool.n.01": [ [ "disinfected", "disinfected" @@ -130432,10 +128552,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -130445,7 +128561,7 @@ "wrinkly" ] ], - "steel.n.03": [ + "steering_wheel.n.01": [ [ "disinfected", "disinfected" @@ -130499,7 +128615,7 @@ "wrinkly" ] ], - "steel_wool.n.01": [ + "stencil.n.01": [ [ "disinfected", "disinfected" @@ -130508,10 +128624,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -130557,7 +128669,7 @@ "wrinkly" ] ], - "steering_wheel.n.01": [ + "step.n.04": [ [ "disinfected", "disinfected" @@ -130611,7 +128723,25 @@ "wrinkly" ] ], - "stencil.n.01": [ + "stew.n.02": [ + [ + "boiling", + "boiling" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "stew__carton.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -130665,7 +128795,7 @@ "wrinkly" ] ], - "step.n.04": [ + "stick.n.01": [ [ "disinfected", "disinfected" @@ -130719,25 +128849,7 @@ "wrinkly" ] ], - "stew.n.02": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "stew__carton.n.01": [ - [ - "broken", - "broken" - ], + "stick.n.06": [ [ "disinfected", "disinfected" @@ -130762,10 +128874,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -130795,7 +128903,7 @@ "wrinkly" ] ], - "stick.n.01": [ + "sticky_note.n.01": [ [ "disinfected", "disinfected" @@ -130804,6 +128912,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -130849,7 +128961,7 @@ "wrinkly" ] ], - "stick.n.06": [ + "stirrer.n.02": [ [ "disinfected", "disinfected" @@ -130903,7 +129015,7 @@ "wrinkly" ] ], - "sticky_note.n.01": [ + "stocking.n.01": [ [ "disinfected", "disinfected" @@ -130912,10 +129024,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], [ "frozen", "frozen" @@ -130961,7 +129069,7 @@ "wrinkly" ] ], - "stirrer.n.02": [ + "stockpot.n.01": [ [ "disinfected", "disinfected" @@ -131015,7 +129123,7 @@ "wrinkly" ] ], - "stocking.n.01": [ + "stone.n.02": [ [ "disinfected", "disinfected" @@ -131024,10 +129132,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -131073,7 +129177,7 @@ "wrinkly" ] ], - "stockpot.n.01": [ + "stone_wall.n.01": [ [ "disinfected", "disinfected" @@ -131127,7 +129231,7 @@ "wrinkly" ] ], - "stone.n.02": [ + "stool.n.01": [ [ "disinfected", "disinfected" @@ -131181,7 +129285,7 @@ "wrinkly" ] ], - "stool.n.01": [ + "storage_container.n.01": [ [ "disinfected", "disinfected" @@ -132090,10 +130194,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -132600,6 +130700,10 @@ ] ], "sugar_cookie_dough.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -132608,10 +130712,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -132708,10 +130808,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -132750,10 +130846,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -132821,10 +130913,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "sunflower.n.01": [ @@ -133046,10 +131134,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -133420,10 +131504,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -133478,10 +131558,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -133536,10 +131612,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -133673,10 +131745,6 @@ [ "hot", "hot" - ], - [ - "sliced", - "sliced" ] ], "sweet_potato.n.02": [ @@ -133884,10 +131952,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -134012,6 +132076,10 @@ "hot", "hot" ], + [ + "melted", + "melted" + ], [ "moldy", "moldy" @@ -134232,10 +132300,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -134756,10 +132820,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -134814,10 +132874,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -135134,10 +133190,6 @@ ] ], "taboret.n.01": [ - [ - "cooked", - "cooked" - ], [ "disinfected", "disinfected" @@ -135520,6 +133572,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -135558,10 +133614,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -135674,10 +133726,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -135746,10 +133794,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -135916,10 +133960,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -136218,10 +134258,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -136314,10 +134350,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -136520,10 +134552,234 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], + [ + "toggled_on", + "toggled_on" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "temptation.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tenderloin.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tennis_ball.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tennis_racket.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], [ "wet", "wet" @@ -136533,7 +134789,7 @@ "wrinkly" ] ], - "temptation.n.01": [ + "tent.n.01": [ [ "disinfected", "disinfected" @@ -136587,10 +134843,28 @@ "wrinkly" ] ], - "tenderloin.n.02": [ + "tequila.n.01": [ [ - "cooked", - "cooked" + "boiling", + "boiling" + ], + [ + "on_fire", + "on_fire" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "tequila__bottle.n.01": [ + [ + "broken", + "broken" ], [ "disinfected", @@ -136624,10 +134898,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -136649,7 +134919,7 @@ "wrinkly" ] ], - "tennis_ball.n.01": [ + "terrarium.n.01": [ [ "disinfected", "disinfected" @@ -136703,7 +134973,11 @@ "wrinkly" ] ], - "tennis_racket.n.01": [ + "test_tube.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -136757,7 +135031,7 @@ "wrinkly" ] ], - "tent.n.01": [ + "test_tube_rack.n.01": [ [ "disinfected", "disinfected" @@ -136782,10 +135056,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -136815,29 +135085,61 @@ "wrinkly" ] ], - "tequila.n.01": [ + "text.n.01": [ [ - "boiling", - "boiling" + "disinfected", + "disinfected" ], [ - "on_fire", - "on_fire" + "dusty", + "dusty" ], [ "frozen", "frozen" ], + [ + "grassy", + "grassy" + ], [ "hot", "hot" - ] - ], - "tequila__bottle.n.01": [ + ], [ - "broken", - "broken" + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" ], + [ + "wrinkly", + "wrinkly" + ] + ], + "textbook.n.01": [ [ "disinfected", "disinfected" @@ -136862,10 +135164,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -136895,7 +135193,7 @@ "wrinkly" ] ], - "terrarium.n.01": [ + "thermometer.n.01": [ [ "disinfected", "disinfected" @@ -136920,10 +135218,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -136944,6 +135238,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -136953,11 +135251,7 @@ "wrinkly" ] ], - "test_tube.n.01": [ - [ - "broken", - "broken" - ], + "thermos.n.01": [ [ "disinfected", "disinfected" @@ -137011,7 +135305,7 @@ "wrinkly" ] ], - "test_tube_rack.n.01": [ + "thermostat.n.01": [ [ "disinfected", "disinfected" @@ -137056,6 +135350,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -137065,7 +135363,27 @@ "wrinkly" ] ], - "text.n.01": [ + "thing.n.04": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "thing.n.12": [ + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "thread.n.01": [ [ "disinfected", "disinfected" @@ -137119,7 +135437,7 @@ "wrinkly" ] ], - "textbook.n.01": [ + "thumbtack.n.01": [ [ "disinfected", "disinfected" @@ -137144,10 +135462,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -137177,7 +135491,21 @@ "wrinkly" ] ], - "thermometer.n.01": [ + "thyme.n.02": [ + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], + "thyme__shaker.n.01": [ [ "disinfected", "disinfected" @@ -137222,10 +135550,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -137235,7 +135559,7 @@ "wrinkly" ] ], - "thermos.n.01": [ + "ticket.n.01": [ [ "disinfected", "disinfected" @@ -137289,7 +135613,7 @@ "wrinkly" ] ], - "thermostat.n.01": [ + "tie.n.09": [ [ "disinfected", "disinfected" @@ -137334,10 +135658,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -137347,27 +135667,7 @@ "wrinkly" ] ], - "thing.n.04": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "thing.n.12": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "thread.n.01": [ + "tiered_seat.n.01": [ [ "disinfected", "disinfected" @@ -137421,7 +135721,7 @@ "wrinkly" ] ], - "throw.n.04": [ + "tights.n.01": [ [ "disinfected", "disinfected" @@ -137430,14 +135730,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -137483,7 +135775,11 @@ "wrinkly" ] ], - "thumbtack.n.01": [ + "tile.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -137537,21 +135833,7 @@ "wrinkly" ] ], - "thyme.n.02": [ - [ - "cooked", - "cooked" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "thyme__shaker.n.01": [ + "timepiece.n.01": [ [ "disinfected", "disinfected" @@ -137584,10 +135866,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -137609,7 +135887,7 @@ "wrinkly" ] ], - "ticket.n.01": [ + "timer.n.03": [ [ "disinfected", "disinfected" @@ -137654,6 +135932,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -137663,7 +135945,7 @@ "wrinkly" ] ], - "tie.n.09": [ + "tinsel.n.02": [ [ "disinfected", "disinfected" @@ -137672,10 +135954,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -137721,7 +135999,7 @@ "wrinkly" ] ], - "tiered_seat.n.01": [ + "tiramisu.n.01": [ [ "disinfected", "disinfected" @@ -137730,6 +136008,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -137754,6 +136036,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -137775,7 +136061,7 @@ "wrinkly" ] ], - "tights.n.01": [ + "tire.n.01": [ [ "disinfected", "disinfected" @@ -137784,10 +136070,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -137833,10 +136115,10 @@ "wrinkly" ] ], - "tile.n.01": [ + "tissue.n.01": [ [ - "broken", - "broken" + "cooked", + "cooked" ], [ "disinfected", @@ -137891,7 +136173,7 @@ "wrinkly" ] ], - "timepiece.n.01": [ + "tissue.n.02": [ [ "disinfected", "disinfected" @@ -137925,58 +136207,8 @@ "scratched" ], [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "timer.n.03": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" + "sliced", + "sliced" ], [ "stained", @@ -137990,10 +136222,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -138003,7 +136231,7 @@ "wrinkly" ] ], - "tinsel.n.02": [ + "tissue_dispenser.n.01": [ [ "disinfected", "disinfected" @@ -138057,7 +136285,11 @@ "wrinkly" ] ], - "tiramisu.n.01": [ + "toast.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -138066,14 +136298,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -138123,7 +136347,7 @@ "wrinkly" ] ], - "tire.n.01": [ + "toaster.n.02": [ [ "disinfected", "disinfected" @@ -138168,6 +136392,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -138177,11 +136405,7 @@ "wrinkly" ] ], - "tissue.n.01": [ - [ - "cooked", - "cooked" - ], + "toaster_oven.n.01": [ [ "disinfected", "disinfected" @@ -138206,6 +136430,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -138226,6 +136454,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -138235,7 +136467,7 @@ "wrinkly" ] ], - "tissue.n.02": [ + "toasting_fork.n.01": [ [ "disinfected", "disinfected" @@ -138244,10 +136476,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -138272,10 +136500,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -138297,7 +136521,7 @@ "wrinkly" ] ], - "tissue_dispenser.n.01": [ + "tobacco.n.01": [ [ "disinfected", "disinfected" @@ -138351,7 +136575,7 @@ "wrinkly" ] ], - "toast.n.01": [ + "tofu.n.02": [ [ "cooked", "cooked" @@ -138364,6 +136588,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -138413,7 +136641,7 @@ "wrinkly" ] ], - "toaster.n.02": [ + "toilet.n.02": [ [ "disinfected", "disinfected" @@ -138458,10 +136686,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -138471,7 +136695,7 @@ "wrinkly" ] ], - "toaster_oven.n.01": [ + "toilet_paper_dispenser.n.01": [ [ "disinfected", "disinfected" @@ -138496,10 +136720,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -138520,10 +136740,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -138533,7 +136749,7 @@ "wrinkly" ] ], - "toasting_fork.n.01": [ + "toilet_paper_holder.n.01": [ [ "disinfected", "disinfected" @@ -138587,64 +136803,34 @@ "wrinkly" ] ], - "tobacco.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "toilet_powder.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], + ] + ], + "toilet_soap.n.01": [ [ - "tarnished", - "tarnished" + "boiling", + "boiling" ], [ - "wet", - "wet" + "frozen", + "frozen" ], [ - "wrinkly", - "wrinkly" + "hot", + "hot" ] ], - "tofu.n.02": [ + "toilet_soap__bottle.n.01": [ [ - "cooked", - "cooked" + "broken", + "broken" ], [ "disinfected", @@ -138654,14 +136840,6 @@ "dusty", "dusty" ], - [ - "on_fire", - "on_fire" - ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -138686,10 +136864,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -138711,7 +136885,7 @@ "wrinkly" ] ], - "toilet.n.02": [ + "toilet_tissue.n.01": [ [ "disinfected", "disinfected" @@ -138744,6 +136918,10 @@ "scratched", "scratched" ], + [ + "sliced", + "sliced" + ], [ "stained", "stained" @@ -138765,61 +136943,17 @@ "wrinkly" ] ], - "toilet_paper_dispenser.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], + "toiletry.n.01": [ [ "frozen", "frozen" ], - [ - "grassy", - "grassy" - ], [ "hot", "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" ] ], - "toilet_paper_holder.n.01": [ + "token.n.01": [ [ "disinfected", "disinfected" @@ -138873,155 +137007,11 @@ "wrinkly" ] ], - "toilet_powder.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "toilet_soap.n.01": [ - [ - "boiling", - "boiling" - ], - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], - "toilet_soap__bottle.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "toilet_tissue.n.01": [ - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "folded", - "folded" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "sliced", - "sliced" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], + "tomato.n.01": [ [ - "wet", - "wet" + "cooked", + "cooked" ], - [ - "wrinkly", - "wrinkly" - ] - ], - "toiletry.n.01": [ [ "frozen", "frozen" @@ -139031,7 +137021,7 @@ "hot" ] ], - "token.n.01": [ + "tomato.n.02": [ [ "disinfected", "disinfected" @@ -139085,16 +137075,6 @@ "wrinkly" ] ], - "tomato.n.01": [ - [ - "frozen", - "frozen" - ], - [ - "hot", - "hot" - ] - ], "tomato_juice.n.01": [ [ "boiling", @@ -139138,10 +137118,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -139214,10 +137190,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -139308,10 +137280,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -139722,10 +137690,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -139764,10 +137728,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -139818,10 +137778,6 @@ "boiling", "boiling" ], - [ - "cooked", - "cooked" - ], [ "frozen", "frozen" @@ -139844,10 +137800,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -139968,10 +137920,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -140129,65 +138077,7 @@ "wrinkly" ] ], - "toy_figure.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "tract.n.01": [ + "toy_car.n.01": [ [ "disinfected", "disinfected" @@ -140241,7 +138131,7 @@ "wrinkly" ] ], - "trailer.n.03": [ + "toy_dice.n.01": [ [ "disinfected", "disinfected" @@ -140266,10 +138156,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -140299,7 +138185,7 @@ "wrinkly" ] ], - "trailer_truck.n.01": [ + "toy_figure.n.01": [ [ "disinfected", "disinfected" @@ -140353,11 +138239,7 @@ "wrinkly" ] ], - "train_set.n.01": [ - [ - "broken", - "broken" - ], + "tract.n.01": [ [ "disinfected", "disinfected" @@ -140411,7 +138293,7 @@ "wrinkly" ] ], - "trampoline.n.01": [ + "trailer.n.03": [ [ "disinfected", "disinfected" @@ -140436,6 +138318,10 @@ "moldy", "moldy" ], + [ + "open", + "open" + ], [ "rusty", "rusty" @@ -140465,7 +138351,7 @@ "wrinkly" ] ], - "transducer.n.01": [ + "trailer_truck.n.01": [ [ "disinfected", "disinfected" @@ -140519,7 +138405,11 @@ "wrinkly" ] ], - "trap.n.01": [ + "train_set.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -140573,7 +138463,11 @@ "wrinkly" ] ], - "tray.n.01": [ + "trampoline.n.01": [ + [ + "assembled", + "assembled" + ], [ "disinfected", "disinfected" @@ -140627,7 +138521,7 @@ "wrinkly" ] ], - "treadmill.n.01": [ + "transducer.n.01": [ [ "disinfected", "disinfected" @@ -140672,10 +138566,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -140685,7 +138575,7 @@ "wrinkly" ] ], - "treasure.n.01": [ + "transferred_property.n.01": [ [ "disinfected", "disinfected" @@ -140739,7 +138629,7 @@ "wrinkly" ] ], - "tree.n.01": [ + "trap.n.01": [ [ "disinfected", "disinfected" @@ -140749,8 +138639,58 @@ "dusty" ], [ - "on_fire", - "on_fire" + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tray.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" ], [ "frozen", @@ -140797,7 +138737,7 @@ "wrinkly" ] ], - "trimmer.n.02": [ + "treadmill.n.01": [ [ "disinfected", "disinfected" @@ -140855,7 +138795,7 @@ "wrinkly" ] ], - "tripod.n.01": [ + "treasure.n.01": [ [ "disinfected", "disinfected" @@ -140909,7 +138849,7 @@ "wrinkly" ] ], - "trombone.n.01": [ + "tree.n.01": [ [ "disinfected", "disinfected" @@ -140918,6 +138858,10 @@ "dusty", "dusty" ], + [ + "on_fire", + "on_fire" + ], [ "frozen", "frozen" @@ -140963,7 +138907,7 @@ "wrinkly" ] ], - "trophy.n.02": [ + "trimmer.n.02": [ [ "disinfected", "disinfected" @@ -141008,6 +138952,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -141017,7 +138965,7 @@ "wrinkly" ] ], - "trouser.n.01": [ + "tripod.n.01": [ [ "disinfected", "disinfected" @@ -141026,10 +138974,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -141075,11 +139019,7 @@ "wrinkly" ] ], - "trout.n.01": [ - [ - "cooked", - "cooked" - ], + "trombone.n.01": [ [ "disinfected", "disinfected" @@ -141112,10 +139052,6 @@ "scratched", "scratched" ], - [ - "sliced", - "sliced" - ], [ "stained", "stained" @@ -141137,7 +139073,7 @@ "wrinkly" ] ], - "trowel.n.01": [ + "trophy.n.02": [ [ "disinfected", "disinfected" @@ -141191,7 +139127,7 @@ "wrinkly" ] ], - "truck.n.01": [ + "trouser.n.01": [ [ "disinfected", "disinfected" @@ -141245,7 +139181,11 @@ "wrinkly" ] ], - "trunk.n.01": [ + "trout.n.01": [ + [ + "cooked", + "cooked" + ], [ "disinfected", "disinfected" @@ -141303,7 +139243,7 @@ "wrinkly" ] ], - "tub.n.02": [ + "trowel.n.01": [ [ "disinfected", "disinfected" @@ -141357,7 +139297,7 @@ "wrinkly" ] ], - "tube.n.01": [ + "truck.n.01": [ [ "disinfected", "disinfected" @@ -141411,11 +139351,65 @@ "wrinkly" ] ], - "tube.n.04": [ + "trunk.n.01": [ [ - "broken", - "broken" + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" + ], + [ + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "sliced", + "sliced" ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tub.n.02": [ [ "disinfected", "disinfected" @@ -141469,7 +139463,7 @@ "wrinkly" ] ], - "tube__of__lotion.n.01": [ + "tube.n.01": [ [ "disinfected", "disinfected" @@ -141495,8 +139489,58 @@ "moldy" ], [ - "open", - "open" + "rusty", + "rusty" + ], + [ + "scratched", + "scratched" + ], + [ + "stained", + "stained" + ], + [ + "sticky", + "sticky" + ], + [ + "tarnished", + "tarnished" + ], + [ + "wet", + "wet" + ], + [ + "wrinkly", + "wrinkly" + ] + ], + "tube__of__lotion.n.01": [ + [ + "disinfected", + "disinfected" + ], + [ + "dusty", + "dusty" + ], + [ + "frozen", + "frozen" + ], + [ + "grassy", + "grassy" + ], + [ + "hot", + "hot" + ], + [ + "moldy", + "moldy" ], [ "rusty", @@ -141552,10 +139596,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -141788,10 +139828,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -142270,10 +140306,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -142366,10 +140398,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -142428,10 +140456,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -142486,10 +140510,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -142840,10 +140860,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -143010,10 +141026,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -143206,10 +141218,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -143329,6 +141337,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "veal.n.01": [ @@ -143460,10 +141472,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -143610,10 +141618,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -143668,10 +141672,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -143862,10 +141862,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -143953,64 +141949,6 @@ "wrinkly" ] ], - "vessel.n.01": [ - [ - "broken", - "broken" - ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], "vessel.n.02": [ [ "disinfected", @@ -144128,10 +142066,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -144408,10 +142342,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -144840,10 +142770,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -144898,10 +142824,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -144978,10 +142900,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -145074,10 +142992,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -145309,6 +143223,24 @@ "wrinkly" ] ], + "waffle_batter.n.01": [ + [ + "boiling", + "boiling" + ], + [ + "cooked", + "cooked" + ], + [ + "frozen", + "frozen" + ], + [ + "hot", + "hot" + ] + ], "waffle_iron.n.01": [ [ "broken", @@ -146255,11 +144187,7 @@ "wrinkly" ] ], - "water_bottle.n.01": [ - [ - "broken", - "broken" - ], + "water__dispenser.n.01": [ [ "disinfected", "disinfected" @@ -146284,10 +144212,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -146317,7 +144241,11 @@ "wrinkly" ] ], - "water_cooler.n.01": [ + "water_bottle.n.01": [ + [ + "broken", + "broken" + ], [ "disinfected", "disinfected" @@ -146362,10 +144290,6 @@ "tarnished", "tarnished" ], - [ - "toggled_on", - "toggled_on" - ], [ "wet", "wet" @@ -146375,7 +144299,7 @@ "wrinkly" ] ], - "water_dispenser.n.01": [ + "water_cooler.n.01": [ [ "disinfected", "disinfected" @@ -146420,6 +144344,10 @@ "tarnished", "tarnished" ], + [ + "toggled_on", + "toggled_on" + ], [ "wet", "wet" @@ -146795,6 +144723,10 @@ [ "hot", "hot" + ], + [ + "melted", + "melted" ] ], "way.n.06": [ @@ -147658,10 +145590,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -147986,10 +145914,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -148154,10 +146078,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -148760,10 +146680,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -148780,10 +146696,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -148910,10 +146822,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -148990,10 +146898,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -149434,10 +147338,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -149736,10 +147636,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -149794,10 +147690,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -149870,10 +147762,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -150148,10 +148036,6 @@ "on_fire", "on_fire" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -150264,10 +148148,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -150322,10 +148202,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -150897,7 +148773,7 @@ "hot" ] ], - "yeast__bottle.n.01": [ + "yeast__jar.n.01": [ [ "broken", "broken" @@ -150926,10 +148802,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -150959,11 +148831,7 @@ "wrinkly" ] ], - "yeast__jar.n.01": [ - [ - "broken", - "broken" - ], + "yeast__shaker.n.01": [ [ "disinfected", "disinfected" @@ -150988,10 +148856,6 @@ "moldy", "moldy" ], - [ - "open", - "open" - ], [ "rusty", "rusty" @@ -151030,10 +148894,6 @@ "dusty", "dusty" ], - [ - "folded", - "folded" - ], [ "frozen", "frozen" @@ -151102,64 +148962,6 @@ "broken", "broken" ], - [ - "disinfected", - "disinfected" - ], - [ - "dusty", - "dusty" - ], - [ - "frozen", - "frozen" - ], - [ - "grassy", - "grassy" - ], - [ - "hot", - "hot" - ], - [ - "moldy", - "moldy" - ], - [ - "open", - "open" - ], - [ - "rusty", - "rusty" - ], - [ - "scratched", - "scratched" - ], - [ - "stained", - "stained" - ], - [ - "sticky", - "sticky" - ], - [ - "tarnished", - "tarnished" - ], - [ - "wet", - "wet" - ], - [ - "wrinkly", - "wrinkly" - ] - ], - "yogurt__cup.n.01": [ [ "disinfected", "disinfected" diff --git a/bddl/generated_data/transition_map/analysis.py b/bddl/generated_data/transition_map/analysis.py new file mode 100644 index 00000000..f2613928 --- /dev/null +++ b/bddl/generated_data/transition_map/analysis.py @@ -0,0 +1,50 @@ +import csv +import os + +from tm_submap_params import TM_SUBMAPS_TO_PARAMS + +for submap_fn in os.listdir("tm_raw_data_old"): + with open("tm_raw_data_old/" + submap_fn, "r") as f: + reader = csv.DictReader(f) + rules = [rec for rec in reader] + with open("tm_raw_data/" + submap_fn, "w") as f: + fieldnames = ["rule_name"] + list(TM_SUBMAPS_TO_PARAMS[submap_fn.split(".csv")[0]].keys()) + writer = csv.DictWriter(f, fieldnames=fieldnames) + writer.writeheader() + updated_rules = [] + for rule in rules: + updated_rule = {} + for param, value in rule.items(): + # if param == "input_objects": + # print(value) + # import sys; sys.exit() + if param not in fieldnames: continue + if param == "input_objects": + input_objects = [] + input_states = [] + atoms = value.split(" and ") + # print(atoms); import sys; sys.exit() + for atom in atoms: + if "real " in atom: + input_objects.append(atom.split(" ")[-1]) + else: + input_states.append(atom) + updated_rule["input_objects"] = " and ".join(input_objects) + updated_rule["input_states"] = " and ".join(input_states) + elif param == "output_objects": + output_objects = [] + output_states = [] + atoms = value.split(" and ") + for atom in atoms: + if "real " in atom: + output_objects.append(atom.split(" ")[-1]) + else: + output_states.append(atom) + updated_rule["output_objects"] = " and ".join(output_objects) + updated_rule["output_states"] = " and ".join(output_states) + elif param == "machine": + pass + else: + updated_rule[param] = value + writer.writerow(updated_rule) + diff --git a/bddl/generated_data/transition_map/gen_transitionmap.py b/bddl/generated_data/transition_map/gen_transitionmap.py new file mode 100644 index 00000000..1122115b --- /dev/null +++ b/bddl/generated_data/transition_map/gen_transitionmap.py @@ -0,0 +1,76 @@ +import json +import csv +import pandas as pd +import os +from collections import Counter +import re + +from tm_submap_params import TM_SUBMAPS_TO_PARAMS + +SHEETS_DIR = "tm_raw_data" +JSONS_DIR = "tm_jsons" + +OBJECT_CAT_AND_INST_RE = r"[A-Za-z-_]+\.n\.[0-9]+" + + +def sheet_to_json(submap): + print() + print(submap) + params = TM_SUBMAPS_TO_PARAMS[submap] + raw_data = pd.read_csv(os.path.join(SHEETS_DIR, submap + ".csv"))[params].to_json(orient="records") + data = json.loads(raw_data) + reformatted_data = [] + for rule in data: + # print(rule["rule_name"]) + reformatted_rule = {} + for param, value in rule.items(): + if TM_SUBMAPS_TO_PARAMS[submap][param]["type"] == "synset" and value is not None: + value = value.split(" and ") + value = Counter([re.match(OBJECT_CAT_AND_INST_RE, atom).group() for atom in value]) + elif TM_SUBMAPS_TO_PARAMS[submap][param]["type"] == "atom" and value is not None: + value = value.split(" and ") + unary_atoms = [] + binary_atoms = [] + for atom in value: + elements = atom.split(" ") + assert len(elements) in range(2, 5), f"Malformed atom {atom}" + if len(elements) == 3: + if elements[0] == "not": + unary_atoms.append(elements) + else: + binary_atoms.append(elements) + elif len(elements) == 2: + unary_atoms.append(elements) + else: + binary_atoms.append(elements) + reformatted_atoms = {} + for atom in unary_atoms: + synset = re.match(OBJECT_CAT_AND_INST_RE, atom[-1]).group() + if synset in reformatted_rule: + reformatted_atoms[synset].append((atom[-2], atom[0] != "not")) + else: + reformatted_atoms[synset] = [(atom[-2], atom[0] != "not")] + for atom in binary_atoms: + synset1, synset2 = re.match(OBJECT_CAT_AND_INST_RE, atom[-2]).group(), re.match(OBJECT_CAT_AND_INST_RE, atom[-1]).group() + if f"{synset1},{synset2}" in reformatted_rule: + reformatted_atoms[f"{synset1},{synset2}"].append((atom[-3], atom[0] != "not")) + else: + reformatted_atoms[f"{synset1},{synset2}"] = [(atom[-3], atom[0] != "not")] + print(reformatted_atoms) + value = reformatted_atoms + elif TM_SUBMAPS_TO_PARAMS[submap][param]["type"] == "string": + value = value + elif value is None: + value = None + else: + raise ValueError(f"Unhandled parameter type {TM_SUBMAPS_TO_PARAMS[submap][param]['type']}") + reformatted_rule[param] = value + reformatted_data.append(reformatted_rule) + + with open(os.path.join(JSONS_DIR, submap + ".json"), "w") as f: + json.dump(reformatted_data, f, indent=4) + + +if __name__ == "__main__": + for submap in TM_SUBMAPS_TO_PARAMS: + sheet_to_json(submap) \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_jsons/electric_mixer.json b/bddl/generated_data/transition_map/tm_jsons/electric_mixer.json new file mode 100644 index 00000000..a76f74c5 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_jsons/electric_mixer.json @@ -0,0 +1,352 @@ +[ + { + "rule_name": "sugar cookie dough", + "input_objects": { + "flour.n.01": 1, + "granulated_sugar.n.01": 1, + "raw_egg.n.01": 2, + "vanilla.n.02": 1, + "melted__butter.n.01": 1, + "baking_powder.n.01": 1, + "salt.n.02": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "sugar_cookie_dough.n.01": 1 + }, + "output_states": { + "sugar_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "cheese pastry filling", + "input_objects": { + "raw_egg.n.01": 1, + "cane_sugar.n.02": 1, + "lemon_juice.n.01": 1, + "vanilla.n.02": 1, + "cream_cheese.n.01": 1, + "salt.n.02": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "cheese_pastry_filling.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "sugar coffee scrub", + "input_objects": { + "ground_coffee.n.01": 1, + "brown_sugar.n.01": 1, + "coconut_oil.n.01": 1 + }, + "input_states": null, + "output_objects": { + "sugar_coffee_scrub.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "bagel dough", + "input_objects": { + "flour.n.01": 1, + "salt.n.02": 1, + "honey.n.01": 1, + "yeast.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "output_objects": { + "bagel_dough.n.01": 1 + }, + "output_states": { + "bagel_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "pancake batter", + "input_objects": { + "flour.n.01": 1, + "baking_powder.n.01": 1, + "salt.n.02": 1, + "whole_milk.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "output_objects": { + "pancake_batter.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "biscuit dough", + "input_objects": { + "flour.n.01": 1, + "baking_powder.n.01": 1, + "salt.n.02": 1, + "shortening.n.01": 1, + "whole_milk.n.01": 1 + }, + "input_states": null, + "output_objects": { + "biscuit_dough.n.01": 1 + }, + "output_states": { + "biscuit_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "blueberry mousse", + "input_objects": { + "blueberry_compote.n.01": 1, + "gelatin.n.02": 1, + "raw_egg.n.01": 1, + "cream_of_tartar.n.01": 1, + "granulated_sugar.n.01": 1, + "whipped_cream.n.01": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "blueberry_mousse.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "brownie batter", + "input_objects": { + "butter.n.01": 1, + "granulated_sugar.n.01": 1, + "cocoa_powder.n.01": 1, + "vanilla.n.02": 1, + "raw_egg.n.01": 1, + "flour.n.01": 1, + "salt.n.02": 1, + "walnut.n.01": 7 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "brownie_batter.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "cherry filling", + "input_objects": { + "cherry.n.03": 16, + "granulated_sugar.n.01": 1, + "cornstarch.n.01": 1, + "lemon_juice.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "output_objects": { + "cherry_filling.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "chocolate cookie dough", + "input_objects": { + "flour.n.01": 1, + "melted__butter.n.01": 1, + "granulated_sugar.n.01": 1, + "raw_egg.n.01": 2, + "cocoa_powder.n.01": 1, + "chocolate_bar.n.01": 1 + }, + "input_states": null, + "output_objects": { + "chocolate_cookie_dough.n.01": 1 + }, + "output_states": { + "chocolate_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ], + "chocolate_cookie_dough.n.01,mixing_bowl.n.01": [ + [ + "inside", + true + ] + ] + } + }, + { + "rule_name": "spice cookie dough", + "input_objects": { + "flour.n.01": 1, + "granulated_sugar.n.01": 1, + "raw_egg.n.01": 2, + "vanilla.n.02": 1, + "butter.n.01": 1, + "baking_powder.n.01": 1, + "cinnamon.n.03": 1, + "nutmeg.n.02": 1, + "salt.n.02": 1 + }, + "input_states": null, + "output_objects": { + "spice_cookie_dough.n.01": 1 + }, + "output_states": { + "spice_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "heavy cream", + "input_objects": { + "whole_milk.n.01": 1, + "melted__butter.n.01": 1 + }, + "input_states": null, + "output_objects": { + "heavy_cream.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "edible cookie dough", + "input_objects": { + "cooked__flour.n.01": 1, + "melted__butter.n.01": 1, + "granulated_sugar.n.01": 1, + "brown_sugar.n.01": 1, + "salt.n.02": 1, + "vanilla.n.02": 1, + "jimmies.n.01": 1 + }, + "input_states": null, + "output_objects": { + "edible_cookie_dough.n.01": 1 + }, + "output_states": { + "edible_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "muffin batter", + "input_objects": { + "flour.n.01": 1, + "baking_powder.n.01": 1, + "salt.n.02": 1, + "raw_egg.n.01": 1, + "granulated_sugar.n.01": 1, + "whole_milk.n.01": 1, + "cooking_oil.n.01": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "muffin_batter.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "onion ring batter", + "input_objects": { + "flour.n.01": 1, + "whole_milk.n.01": 1, + "raw_egg.n.01": 1, + "cooking_oil.n.01": 1, + "salt.n.02": 1, + "onion_powder.n.01": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ] + }, + "output_objects": { + "onion_ring_batter.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "pizza dough", + "input_objects": { + "water.n.06": 1, + "yeast.n.01": 1, + "granulated_sugar.n.01": 1, + "flour.n.01": 1, + "olive_oil.n.01": 1, + "salt.n.02": 1 + }, + "input_states": null, + "output_objects": { + "pizza_dough.n.01": 1 + }, + "output_states": { + "pizza_dough.n.01": [ + [ + "cooked", + false + ] + ] + } + } +] \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_jsons/heat_cook.json b/bddl/generated_data/transition_map/tm_jsons/heat_cook.json new file mode 100644 index 00000000..b3bb1646 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_jsons/heat_cook.json @@ -0,0 +1,847 @@ +[ + { + "rule_name": "sugar cookies", + "input_objects": { + "sugar_cookie_dough.n.01": 1 + }, + "input_states": { + "sugar_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "sugar_cookie.n.01": 6 + }, + "output_states": { + "sugar_cookie.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "salt water", + "input_objects": { + "water.n.06": 1, + "salt.n.02": 1 + }, + "input_states": null, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "seawater.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "cheese tarts", + "input_objects": { + "pastry.n.01": 1, + "cheese_pastry_filling.n.01": 1 + }, + "input_states": { + "pastry.n.01": [ + [ + "cooked", + false + ] + ], + "pastry.n.01,cheese_pastry_filling.n.01": [ + [ + "covered", + true + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "cheese_tart.n.01": 6 + }, + "output_states": { + "cheese_tart.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "red meat sauce", + "input_objects": { + "tomato_sauce.n.01": 1, + "olive_oil.n.01": 1, + "clove.n.03": 3, + "basil.n.03": 4, + "ground_beef.n.01": 1, + "rosemary.n.02": 1 + }, + "input_states": null, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "cooked__red_meat_sauce.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "schnitzel", + "input_objects": { + "cooking_oil.n.01": 1, + "flour.n.01": 1, + "raw_egg.n.01": 1, + "salt.n.02": 1, + "veal.n.01": 1, + "breadcrumb.n.01": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ], + "veal.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "frying_pan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "schnitzel.n.01": 1 + }, + "output_states": { + "schnitzel.n.01": [ + [ + "cooked", + false + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "applesauce", + "input_objects": { + "apple.n.01": 3, + "water.n.06": 1, + "lemon_juice.n.01": 1, + "cinnamon.n.03": 1, + "granulated_sugar.n.01": 1 + }, + "input_states": { + "apple.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "applesauce.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "bagels", + "input_objects": { + "raw_egg.n.01": 1, + "bagel_dough.n.01": 1, + "sesame_seed.n.01": 1 + }, + "input_states": { + "raw_egg.n.01": [ + [ + "cooked", + false + ] + ], + "bagel_dough.n.01": [ + [ + "cooked", + false + ] + ], + "raw_egg.n.01,bagel_dough.n.01": [ + [ + "ontop", + true + ] + ], + "raw_egg.n.01,sesame_seed.n.01": [ + [ + "covered", + true + ] + ], + "bagel_dough.n.01,sesame_seed.n.01": [ + [ + "covered", + true + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "bagel.n.01": 4 + }, + "output_states": { + "bagel.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "biscuits", + "input_objects": { + "biscuit_dough.n.01": 1 + }, + "input_states": { + "biscuit_dough.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "biscuit.n.01": 4 + }, + "output_states": { + "biscuit.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "blueberry compote", + "input_objects": { + "lemon_juice.n.01": 1, + "granulated_sugar.n.01": 1, + "blueberry.n.02": 1 + }, + "input_states": null, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "blueberry_compote.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "chicken curry", + "input_objects": { + "diced__chicken_breast.n.01": 1, + "diced__beefsteak_tomato.n.01": 1, + "diced__vidalia_onion.n.01": 1, + "cooking_oil.n.01": 1, + "curry_powder.n.01": 1 + }, + "input_states": null, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "chicken_curry.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "chocolate syrup", + "input_objects": { + "granulated_sugar.n.01": 1, + "seawater.n.01": 1, + "vanilla.n.02": 1, + "cocoa_powder.n.01": 1 + }, + "input_states": null, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "chocolate_sauce.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "spice cookies", + "input_objects": { + "spice_cookie_dough.n.01": 1 + }, + "input_states": { + "spice_cookie_dough.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "spice_cookie.n.01": 6 + }, + "output_states": { + "spice_cookie.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "baps", + "input_objects": { + "roll_dough.n.01": 1 + }, + "input_states": { + "roll_dough.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "bap.n.01": 4 + }, + "output_states": { + "bap.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "granola", + "input_objects": { + "oat.n.02": 1, + "honey.n.01": 1, + "cinnamon.n.03": 1, + "pecan.n.03": 1, + "raisin.n.01": 1 + }, + "input_states": null, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "granola.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "cocoa", + "input_objects": { + "cocoa_powder.n.01": 1, + "whole_milk.n.01": 1, + "granulated_sugar.n.01": 1, + "vanilla.n.02": 1 + }, + "input_states": null, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "cocoa.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "ice cubes", + "input_objects": { + "water.n.06": 1 + }, + "input_states": null, + "container": { + "icetray.n.02": 1 + }, + "heat_source": { + "deep-freeze.n.02": 1 + }, + "output_objects": { + "ice_cube.n.01": 6 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "cheese sauce", + "input_objects": { + "cream_cheese.n.01": 1, + "butter.n.01": 1, + "whole_milk.n.01": 1, + "grated_cheese.n.01": 1, + "parmesan.n.01": 1, + "salt.n.02": 1 + }, + "input_states": null, + "container": { + "saucepan.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "cheese_sauce.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "macaroni and cheese", + "input_objects": { + "cooked__noodle.n.01": 1, + "breadcrumb.n.01": 1, + "cheese_sauce.n.01": 1 + }, + "input_states": null, + "container": { + "casserole.n.02": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "macaroni_and_cheese.n.01": 1 + }, + "output_states": { + "macaroni_and_cheese.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "meatloaf", + "input_objects": { + "ground_beef.n.01": 1, + "whole_milk.n.01": 1, + "diced__vidalia_onion.n.01": 1, + "breadcrumb.n.01": 1, + "brown_sugar.n.01": 1 + }, + "input_states": null, + "container": { + "casserole.n.02": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "meat_loaf.n.01": 1 + }, + "output_states": { + "meat_loaf.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "muffins", + "input_objects": { + "muffin_batter.n.01": 1 + }, + "input_states": null, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "muffin.n.01": 6 + }, + "output_states": { + "muffin.n.01": [ + [ + "cooked", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "oatmeal", + "input_objects": { + "seawater.n.01": 1, + "cinnamon.n.03": 1, + "honey.n.01": 1, + "oat.n.02": 1, + "low-fat_milk.n.01": 1 + }, + "input_states": null, + "container": { + "saucepot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "oatmeal.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "marinara", + "input_objects": { + "half__beefsteak_tomato.n.01": 6, + "clove.n.03": 5, + "diced__vidalia_onion.n.01": 1, + "basil.n.03": 4, + "marjoram.n.02": 1, + "granulated_sugar.n.01": 1, + "salt.n.02": 1 + }, + "input_states": null, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "cooked__marinara.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "tomato sauce", + "input_objects": { + "beefsteak_tomato.n.01": 1, + "tomato_paste.n.01": 1, + "marjoram.n.02": 1, + "clove.n.03": 2, + "basil.n.03": 1 + }, + "input_states": null, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "tomato_sauce.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "pizza", + "input_objects": { + "pizza_dough.n.01": 1, + "tomato_sauce.n.01": 1, + "grated_cheese.n.01": 1, + "pepperoni.n.01": 7, + "marjoram.n.02": 1, + "half__mushroom.n.01": 10, + "diced__vidalia_onion.n.01": 1 + }, + "input_states": { + "pizza_dough.n.01": [ + [ + "cooked", + false + ] + ], + "pepperoni.n.01": [ + [ + "cooked", + true + ] + ], + "half__mushroom.n.01": [ + [ + "cooked", + false + ] + ], + "pizza_dough.n.01,tomato_sauce.n.01": [ + [ + "covered", + true + ] + ], + "pizza_dough.n.01,grated_cheese.n.01": [ + [ + "covered", + true + ] + ], + "pizza_dough.n.01,marjoram.n.02": [ + [ + "covered", + true + ] + ], + "pizza_dough.n.01,diced__vidalia_onion.n.01": [ + [ + "covered", + true + ] + ], + "pepperoni.n.01,pizza_dough.n.01": [ + [ + "ontop", + true + ] + ], + "half__mushroom.n.01,pizza_dough.n.01": [ + [ + "ontop", + true + ] + ] + }, + "container": { + "cookie_sheet.n.01": 1 + }, + "heat_source": { + "oven.n.01": 1 + }, + "output_objects": { + "pizza.n.01": 1 + }, + "output_states": { + "pizza.n.01": [ + [ + "hot", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "popsicles", + "input_objects": { + "smoothie.n.02": 1 + }, + "input_states": null, + "container": { + "mold.n.02": 1 + }, + "heat_source": { + "deep-freeze.n.02": 1 + }, + "output_objects": { + "ice_lolly.n.01": 4 + }, + "output_states": { + "ice_lolly.n.01": [ + [ + "frozen", + true + ] + ] + }, + "timesteps": null + }, + { + "rule_name": "fish stew", + "input_objects": { + "diced__bell_pepper.n.01": 1, + "diced__clove.n.01": 1, + "olive_oil.n.01": 1, + "diced__beefsteak_tomato.n.01": 1, + "tomato_sauce.n.01": 1, + "chicken_broth.n.01": 1, + "clam.n.03": 6, + "prawn.n.01": 5, + "scallop.n.02": 4, + "marjoram.n.02": 1, + "parsley.n.02": 1 + }, + "input_states": { + "clam.n.03": [ + [ + "cooked", + false + ] + ], + "prawn.n.01": [ + [ + "cooked", + false + ] + ], + "scallop.n.02": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "fish_stew.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "chicken soup", + "input_objects": { + "chicken_broth.n.01": 1, + "diced__carrot.n.01": 1, + "diced__celery.n.01": 1, + "chicken.n.01": 1, + "salt.n.02": 1, + "rosemary.n.02": 1 + }, + "input_states": { + "chicken.n.01": [ + [ + "cooked", + false + ] + ] + }, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "cooked__chicken_soup.n.01": 1 + }, + "output_states": null, + "timesteps": null + }, + { + "rule_name": "beef stew", + "input_objects": { + "diced__carrot.n.01": 1, + "pea.n.01": 1, + "diced__vidalia_onion.n.01": 1, + "ground_beef.n.01": 1, + "beef_broth.n.01": 1 + }, + "input_states": null, + "container": { + "stockpot.n.01": 1 + }, + "heat_source": { + "stove.n.01": 1 + }, + "output_objects": { + "beef_stew.n.01": 1 + }, + "output_states": null, + "timesteps": null + } +] \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_jsons/mixing_stick.json b/bddl/generated_data/transition_map/tm_jsons/mixing_stick.json new file mode 100644 index 00000000..a52fd04b --- /dev/null +++ b/bddl/generated_data/transition_map/tm_jsons/mixing_stick.json @@ -0,0 +1,201 @@ +[ + { + "rule_name": "cappuccino", + "input_objects": { + "espresso.n.01": 1, + "cane_sugar.n.02": 1, + "whole_milk.n.01": 1, + "foam.n.01": 1 + }, + "input_states": null, + "output_objects": { + "cappuccino.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "vinegar cleaning solution", + "input_objects": { + "vinegar.n.01": 1, + "water.n.06": 1, + "lemon_juice.n.01": 1 + }, + "input_states": null, + "output_objects": { + "vinegar_cleaning_solution.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "cafe au lait", + "input_objects": { + "espresso.n.01": 1, + "low-fat_milk.n.01": 1, + "sugar_syrup.n.01": 1 + }, + "input_states": null, + "output_objects": { + "cafe_au_lait.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "cake mix", + "input_objects": { + "flour.n.01": 1, + "baking_powder.n.01": 1, + "salt.n.02": 1, + "granulated_sugar.n.01": 1, + "sodium_carbonate.n.01": 1 + }, + "input_states": null, + "output_objects": { + "cake_mix.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "cinnamon sugar", + "input_objects": { + "cinnamon.n.03": 1, + "granulated_sugar.n.01": 1 + }, + "input_states": null, + "output_objects": { + "cinnamon_sugar.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "fruit punch", + "input_objects": { + "orange_juice.n.01": 1, + "ginger_beer.n.01": 1, + "lemonade.n.01": 1, + "pineapple_juice.n.01": 1 + }, + "input_states": null, + "output_objects": { + "fruit_punch.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "cream soda", + "input_objects": { + "soda_water.n.03": 1, + "heavy_cream.n.01": 1, + "sugar_syrup.n.01": 1 + }, + "input_states": null, + "output_objects": { + "cream_soda.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "green tea", + "input_objects": { + "water.n.06": 1, + "green_tea.n.01": 1 + }, + "input_states": null, + "output_objects": { + "tea.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "green tea latte", + "input_objects": { + "low-fat_milk.n.01": 1, + "tea.n.01": 1 + }, + "input_states": null, + "output_objects": { + "green_tea_latte.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "drip coffee", + "input_objects": { + "instant_coffee.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "output_objects": { + "drip_coffee.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "lemon stain remover", + "input_objects": { + "lemon_juice.n.01": 1, + "vinegar.n.01": 1, + "sodium_carbonate.n.01": 1 + }, + "input_states": null, + "output_objects": { + "lemon_stain_remover.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "lemonade", + "input_objects": { + "water.n.06": 1, + "granulated_sugar.n.01": 1, + "lemon_juice.n.01": 1 + }, + "input_states": null, + "output_objects": { + "lemonade.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "limeade", + "input_objects": { + "water.n.06": 1, + "granulated_sugar.n.01": 1, + "lime_juice.n.01": 1 + }, + "input_states": null, + "output_objects": { + "limeade.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "poultry seasoning", + "input_objects": { + "rosemary.n.02": 1, + "sage.n.02": 1, + "thyme.n.02": 1, + "black_pepper.n.02": 1, + "nutmeg.n.02": 1 + }, + "input_states": null, + "output_objects": { + "poultry_seasoning.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "pumpkin pie spice ", + "input_objects": { + "cinnamon.n.03": 1, + "ginger.n.02": 1, + "nutmeg.n.02": 1, + "allspice.n.03": 1, + "clove.n.04": 1 + }, + "input_states": null, + "output_objects": { + "pumpkin_pie_spice.n.01": 1 + }, + "output_states": null + } +] \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_jsons/single_toggleable_machine.json b/bddl/generated_data/transition_map/tm_jsons/single_toggleable_machine.json new file mode 100644 index 00000000..8a74376b --- /dev/null +++ b/bddl/generated_data/transition_map/tm_jsons/single_toggleable_machine.json @@ -0,0 +1,400 @@ +[ + { + "rule_name": "drip coffee", + "input_objects": { + "coffee_bean.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "machine": { + "coffee_maker.n.01": 1 + }, + "output_objects": { + "drip_coffee.n.01": 1 + }, + "output_states": { + "coffee_maker.n.01,drip_coffee.n.01": [ + [ + "contains", + true + ] + ] + } + }, + { + "rule_name": "iced cappuccino", + "input_objects": { + "espresso.n.01": 1, + "cane_sugar.n.02": 1, + "chocolate_milk.n.01": 1, + "ice_cube.n.01": 3 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "iced_cappuccino.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "espresso", + "input_objects": { + "water.n.06": 1, + "instant_coffee.n.01": 1 + }, + "input_states": null, + "machine": { + "coffee_maker.n.01": 1 + }, + "output_objects": { + "espresso.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "pastry dough", + "input_objects": { + "water.n.06": 1, + "butter.n.01": 1, + "flour.n.01": 1, + "salt.n.02": 1 + }, + "input_states": null, + "machine": { + "food_processor.n.01": 1 + }, + "output_objects": { + "pastry.n.01": 1 + }, + "output_states": { + "pastry.n.01": [ + [ + "cooked", + false + ] + ] + } + }, + { + "rule_name": "milkshake", + "input_objects": { + "drip_coffee.n.01": 1, + "cane_sugar.n.02": 1, + "ice_cube.n.01": 4, + "scoop_of_ice_cream.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "milkshake.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "milkshake", + "input_objects": { + "whole_milk.n.01": 1, + "chocolate_sauce.n.01": 1, + "scoop_of_ice_cream.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "milkshake.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "smoothie", + "input_objects": { + "strawberry.n.01": 3, + "ice_cube.n.01": 4, + "lemon_juice.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "smoothie.n.02": 1 + }, + "output_states": null + }, + { + "rule_name": "chocolate milk", + "input_objects": { + "granulated_sugar.n.01": 1, + "cocoa_powder.n.01": 1, + "low-fat_milk.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "chocolate_milk.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "chocolate spread", + "input_objects": { + "butter.n.01": 1, + "honey.n.01": 1, + "cocoa_powder.n.01": 1 + }, + "input_states": null, + "machine": { + "food_processor.n.01": 1 + }, + "output_objects": { + "chocolate_sauce.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "coffee", + "input_objects": { + "coffee_bean.n.01": 1, + "water.n.06": 1 + }, + "input_states": null, + "machine": { + "coffee_maker.n.01": 1 + }, + "output_objects": { + "drip_coffee.n.01": 1 + }, + "output_states": { + "coffee_maker.n.01,drip_coffee.n.01": [ + [ + "contains", + true + ] + ] + } + }, + { + "rule_name": "eggnog", + "input_objects": { + "granulated_sugar.n.01": 1, + "nutmeg.n.02": 1, + "cinnamon.n.03": 1, + "vanilla.n.02": 1, + "rum.n.01": 1, + "whole_milk.n.01": 1, + "raw_egg.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "eggnog.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "fruit punch", + "input_objects": { + "diced__lemon.n.01": 1, + "diced__strawberry.n.01": 1, + "diced__orange.n.01": 1, + "diced__apple.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "fruit_punch.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "gazpacho", + "input_objects": { + "basil.n.03": 1, + "salt.n.02": 1, + "black_pepper.n.02": 1, + "tomato_juice.n.01": 1, + "cucumber.n.02": 1, + "water.n.06": 1, + "lemon_juice.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "gazpacho.n.01": 1, + "basil.n.03": 1 + }, + "output_states": { + "blender.n.01,gazpacho.n.01": [ + [ + "contains", + true + ] + ] + } + }, + { + "rule_name": "iced chocolate", + "input_objects": { + "ice_cube.n.01": 2, + "cocoa_powder.n.01": 1, + "whole_milk.n.01": 1, + "granulated_sugar.n.01": 1, + "vanilla.n.02": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "iced_chocolate.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "jerk seasoning", + "input_objects": { + "brown_sugar.n.01": 1, + "chili.n.02": 1, + "cayenne.n.02": 1, + "clove.n.03": 2 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "jerk_seasoning.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "lemon pepper seasoning", + "input_objects": { + "black_pepper.n.02": 1, + "lemon_peel.n.01": 1, + "salt.n.02": 1, + "lemon_juice.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "lemon-pepper_seasoning.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "mustard seasoning", + "input_objects": { + "mustard_seed.n.01": 1, + "sage.n.02": 1, + "cumin.n.02": 1, + "clove.n.03": 2, + "rosemary.n.02": 1, + "salt.n.02": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "mustard_seasoning.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "smoothie", + "input_objects": { + "raspberry.n.02": 6, + "strawberry.n.01": 4, + "lemon_juice.n.01": 1, + "yogurt.n.01": 1, + "honey.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "smoothie.n.02": 1 + }, + "output_states": null + }, + { + "rule_name": "tomato rice", + "input_objects": { + "white_rice.n.01": 1, + "diced__beefsteak_tomato.n.01": 1, + "diced__vidalia_onion.n.01": 1, + "olive_oil.n.01": 1, + "chicken_broth.n.01": 1 + }, + "input_states": null, + "machine": { + "crock_pot.n.01": 1 + }, + "output_objects": { + "tomato_rice.n.01": 1 + }, + "output_states": null + }, + { + "rule_name": "waffle batter", + "input_objects": { + "waffle_batter.n.01": 1 + }, + "input_states": null, + "machine": { + "waffle_iron.n.01": 1 + }, + "output_objects": { + "waffle.n.01": 1 + }, + "output_states": { + "waffle.n.01": [ + [ + "hot", + true + ] + ] + } + }, + { + "rule_name": "fruit punch", + "input_objects": { + "diced__watermelon.n.01": 1, + "lemonade.n.01": 1, + "lemon_juice.n.01": 1, + "tonic.n.01": 1 + }, + "input_states": null, + "machine": { + "blender.n.01": 1 + }, + "output_objects": { + "fruit_punch.n.01": 1 + }, + "output_states": { + "blender.n.01,fruit_punch.n.01": [ + [ + "contains", + true + ] + ] + } + } +] \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_raw_data/electric_mixer.csv b/bddl/generated_data/transition_map/tm_raw_data/electric_mixer.csv new file mode 100644 index 00000000..1ab85324 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_raw_data/electric_mixer.csv @@ -0,0 +1,17 @@ +rule_name,input_objects,input_states,output_objects,output_states +sugar cookie dough,flour.n.01_(i) and granulated_sugar.n.01_(j) and raw_egg.n.01_(k) and raw_egg.n.01_(l) and vanilla.n.02_(m) and melted__butter.n.01_(n) and baking_powder.n.01_(o) and salt.n.02_(p),not cooked raw_egg.n.01_(k) and not cooked raw_egg.n.01_(l),sugar_cookie_dough.n.01_(s),not cooked sugar_cookie_dough.n.01_(s) +cheese pastry filling,raw_egg.n.01_(i) and cane_sugar.n.02_(j) and lemon_juice.n.01_(k) and vanilla.n.02_(l) and cream_cheese.n.01_(m) and salt.n.02_(n),not cooked raw_egg.n.01_(i),cheese_pastry_filling.n.01_(q), +sugar coffee scrub,ground_coffee.n.01_(i) and brown_sugar.n.01_(j) and coconut_oil.n.01_(k),,sugar_coffee_scrub.n.01_(n), +bagel dough,flour.n.01_(i) and salt.n.02_(j) and honey.n.01_(k) and yeast.n.01_(l) and water.n.06_(m),,bagel_dough.n.01_(p),not cooked bagel_dough.n.01_(p) +pancake batter,flour.n.01_(i) and baking_powder.n.01_(j) and salt.n.02_(k) and whole_milk.n.01_(l) and water.n.06_(m),,pancake_batter.n.01_(p), +biscuit dough,flour.n.01_(i) and baking_powder.n.01_(j) and salt.n.02_(k) and shortening.n.01_(l) and whole_milk.n.01_(m),,biscuit_dough.n.01_(p),not cooked biscuit_dough.n.01_(p) +blueberry mousse,blueberry_compote.n.01_(i) and gelatin.n.02_(j) and raw_egg.n.01_(k) and cream_of_tartar.n.01_(l) and granulated_sugar.n.01_(m) and whipped_cream.n.01_(n),not cooked raw_egg.n.01_(k),blueberry_mousse.n.01_(q), +brownie batter,butter.n.01_(i) and granulated_sugar.n.01_(j) and cocoa_powder.n.01_(k) and vanilla.n.02_(l) and raw_egg.n.01_(m) and flour.n.01_(n) and salt.n.02_(o) and walnut.n.01_(p) and walnut.n.01_(q) and walnut.n.01_(r) and walnut.n.01_(s) and walnut.n.01_(t) and walnut.n.01_(u) and walnut.n.01_(v),not cooked raw_egg.n.01_(m),brownie_batter.n.01_(y), +cherry filling,cherry.n.03_(i) and cherry.n.03_(j) and cherry.n.03_(k) and cherry.n.03_(l) and cherry.n.03_(m) and cherry.n.03_(n) and cherry.n.03_(o) and cherry.n.03_(p) and cherry.n.03_(q) and cherry.n.03_(r) and cherry.n.03_(s) and cherry.n.03_(t) and cherry.n.03_(u) and cherry.n.03_(v) and cherry.n.03_(w) and cherry.n.03_(x) and granulated_sugar.n.01_(y) and cornstarch.n.01_(z) and lemon_juice.n.01_(a) and water.n.06_(b),,cherry_filling.n.01_(e), +chocolate cookie dough,flour.n.01_(i) and melted__butter.n.01_(j) and granulated_sugar.n.01_(k) and raw_egg.n.01_(l) and raw_egg.n.01_(m) and cocoa_powder.n.01_(n) and chocolate_bar.n.01_(o),,chocolate_cookie_dough.n.01_(r),not cooked chocolate_cookie_dough.n.01_(r) and inside chocolate_cookie_dough.n.01_(r) mixing_bowl.n.01_(q) +spice cookie dough,flour.n.01_(i) and granulated_sugar.n.01_(j) and raw_egg.n.01_(k) and raw_egg.n.01_(l) and vanilla.n.02_(m) and butter.n.01_(n) and baking_powder.n.01_(o) and cinnamon.n.03_(p) and nutmeg.n.02_(q) and salt.n.02_(r),,spice_cookie_dough.n.01_(u),not cooked spice_cookie_dough.n.01_(u) +heavy cream,whole_milk.n.01_(i) and melted__butter.n.01_(j),,heavy_cream.n.01_(m), +edible cookie dough,cooked__flour.n.01_(i) and melted__butter.n.01_(j) and granulated_sugar.n.01_(k) and brown_sugar.n.01_(l) and salt.n.02_(m) and vanilla.n.02_(n) and jimmies.n.01_(o),,edible_cookie_dough.n.01_(r),not cooked edible_cookie_dough.n.01_(r) +muffin batter,flour.n.01_(i) and baking_powder.n.01_(j) and salt.n.02_(k) and raw_egg.n.01_(l) and granulated_sugar.n.01_(m) and whole_milk.n.01_(n) and cooking_oil.n.01_(o),not cooked raw_egg.n.01_(l),muffin_batter.n.01_(r), +onion ring batter,flour.n.01_(i) and whole_milk.n.01_(j) and raw_egg.n.01_(k) and cooking_oil.n.01_(l) and salt.n.02_(m) and onion_powder.n.01_(n),not cooked raw_egg.n.01_(k),onion_ring_batter.n.01_(p), +pizza dough,water.n.06_(i) and yeast.n.01_(j) and granulated_sugar.n.01_(k) and flour.n.01_(l) and olive_oil.n.01_(m) and salt.n.02_(n),,pizza_dough.n.01_(q),not cooked pizza_dough.n.01_(q) \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_raw_data/heat_cook.csv b/bddl/generated_data/transition_map/tm_raw_data/heat_cook.csv new file mode 100644 index 00000000..78888c59 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_raw_data/heat_cook.csv @@ -0,0 +1,29 @@ +rule_name,input_objects,input_states,container,container_input_relation,heat_source,output_objects,output_states,container_output_relation,timesteps +sugar cookies,sugar_cookie_dough.n.01_(i),not cooked sugar_cookie_dough.n.01_(i),cookie_sheet.n.01_(j),ontop sugar_cookie_dough.n.01_(i) cookie_sheet.n.01_(j),oven.n.01_(k),sugar_cookie.n.01_(l) and sugar_cookie.n.01_(m) and sugar_cookie.n.01_(n) and sugar_cookie.n.01_(o) and sugar_cookie.n.01_(p) and sugar_cookie.n.01_(q),cooked sugar_cookie.n.01_(l) and cooked sugar_cookie.n.01_(m) and cooked sugar_cookie.n.01_(n) and cooked sugar_cookie.n.01_(o) and cooked sugar_cookie.n.01_(p) and cooked sugar_cookie.n.01_(q),ontop sugar_cookie.n.01_(l) cookie_sheet.n.01_(j) and ontop sugar_cookie.n.01_(m) cookie_sheet.n.01_(j) and ontop sugar_cookie.n.01_(n) cookie_sheet.n.01_(j) and ontop sugar_cookie.n.01_(o) cookie_sheet.n.01_(j) and ontop sugar_cookie.n.01_(p) cookie_sheet.n.01_(j) and ontop sugar_cookie.n.01_(q) cookie_sheet.n.01_(j), +salt water,water.n.06_(i) and salt.n.02_(j),,stockpot.n.01_(k),filled stockpot.n.01_(k) salt.n.02_(j) and filled stockpot.n.01_(k) water.n.06_(i),stove.n.01_(l),seawater.n.01_(m),,contains stockpot.n.01_(k) seawater.n.01_(m), +cheese tarts,pastry.n.01_(i) and cheese_pastry_filling.n.01_(j),not cooked pastry.n.01_(i) and covered pastry.n.01_(i) cheese_pastry_filling.n.01_(j),cookie_sheet.n.01_(k),ontop pastry.n.01_(i) cookie_sheet.n.01_(k),oven.n.01_(l),cheese_tart.n.01_(l) and cheese_tart.n.01_(m) and cheese_tart.n.01_(n) and cheese_tart.n.01_(o) and cheese_tart.n.01_(p) and cheese_tart.n.01_(q),cooked cheese_pastry.n.01_(l) and cooked cheese_pastry.n.01_(m) and cooked cheese_pastry.n.01_(n) and cooked cheese_pastry.n.01_(o) and cooked cheese_pastry.n.01_(p) and cooked cheese_pastry.n.01_(q),ontop cheese_tart.n.01_(l) cookie_sheet.n.01_(k) and ontop cheese_tart.n.01_(m) cookie_sheet.n.01_(k) and ontop cheese_tart.n.01_(n) cookie_sheet.n.01_(k) and ontop cheese_tart.n.01_(o) cookie_sheet.n.01_(k) and ontop cheese_tart.n.01_(p) cookie_sheet.n.01_(k) and ontop cheese_tart.n.01_(q) cookie_sheet.n.01_(k), +red meat sauce,tomato_sauce.n.01_(i) and olive_oil.n.01_(j) and clove.n.03_(k) and clove.n.03_(l) and clove.n.03_(m) and basil.n.03_(n) and basil.n.03_(o) and basil.n.03_(p) and basil.n.03_(q) and ground_beef.n.01_(r) and rosemary.n.02_(s),,saucepan.n.01_(t),contains saucepan.n.01_(t) tomato_sauce.n.01_(i) and contains saucepan.n.01_(t) olive_oil.n.01_(j) and inside clove.n.03_(k) saucepan.n.01_(t) and inside clove.n.03_(l) saucepan.n.01_(t) and inside clove.n.03_(m) saucepan.n.01_(t) and inside basil.n.03_(n) saucepan.n.01_(t) and inside basil.n.03_(o) saucepan.n.01_(t) and inside basil.n.03_(p) saucepan.n.01_(t) and inside basil.n.03_(q) saucepan.n.01_(t) and contains saucepan.n.01_(t) ground_beef.n.01_(r) and contains saucepan.n.01_(t) rosemary.n.02_(s),stove.n.01_(v),cooked__red_meat_sauce.n.01_(u),,contains saucepan.n.01_(t) cooked__red_meat_sauce.n.01_(u), +schnitzel,cooking_oil.n.01_(i) and flour.n.01_(j) and raw_egg.n.01_(k) and salt.n.02_(l) and veal.n.01_(m) and breadcrumb.n.01_(n),not cooked raw_egg.n.01_(k) and not cooked veal.n.01_(m),frying_pan.n.01_(o),contains frying_pan.n.01_(o) cooking_oil.n.01_(i) and contains frying_pan.n.01_(o) flour.n.01_(j) and inside raw_egg.n.01_(k) frying_pan.n.01_(o) and contains frying_pan.n.01_(o) salt.n.02_(l) and inside veal.n.01_(m) frying_pan.n.01_(o) and contains frying_pan.n.01_(o) breadcrumb.n.01_(n),stove.n.01_(p),schnitzel.n.01_(q),not cooked schnitzel.n.01_(q),inside schnitzel.n.01_(q) frying_pan.n.01_(o), +applesauce,apple.n.01_(i) and apple.n.01_(j) and apple.n.01_(k) and water.n.06_(l) and lemon_juice.n.01_(m) and cinnamon.n.03_(n) and granulated_sugar.n.01_(o),not cooked apple.n.01_(i) and not cooked apple.n.01_(j) and not cooked apple.n.01_(k),saucepan.n.01_(p),inside apple.n.01_(i) saucepan.n.01_(p) and inside apple.n.01_(j) saucepan.n.01_(p) and inside apple.n.01_(k) saucepan.n.01_(p) and contains saucepan.n.01_(p) water.n.06_(l) and contains saucepan.n.01_(p) lemon_juice.n.01_(m) and contains saucepan.n.01_(p) cinnamon.n.03_(n) and contains saucepan.n.01_(p) granulated_sugar.n.01_(o),stove.n.01_(q),applesauce.n.01_(r),,contains saucepan.n.01_(p) applesauce.n.01_(r), +bagels,raw_egg.n.01_(i) and bagel_dough.n.01_(j) and sesame_seed.n.01_(k),not cooked raw_egg.n.01_(i) and not cooked bagel_dough.n.01_(j) and ontop raw_egg.n.01_(i) bagel_dough.n.01_(j) and covered raw_egg.n.01_(i) sesame_seed.n.01_(k) and covered bagel_dough.n.01_(j) sesame_seed.n.01_(k),cookie_sheet.n.01_(m),ontop bagel_dough.n.01_(j) cookie_sheet.n.01_(m),oven.n.01_(l),bagel.n.01_(n) and bagel.n.01_(o) and bagel.n.01_(p) and bagel.n.01_(q),cooked bagel.n.01_(n) and cooked bagel.n.01_(o) and cooked bagel.n.01_(p) and cooked bagel.n.01_(q),ontop bagel.n.01_(n) cookie_sheet.n.01_(m) and ontop bagel.n.01_(o) cookie_sheet.n.01_(m) and ontop bagel.n.01_(p) cookie_sheet.n.01_(m) and ontop bagel.n.01_(q) cookie_sheet.n.01_(m), +biscuits,biscuit_dough.n.01_(i),not cooked biscuit_dough.n.01_(i),cookie_sheet.n.01_(k),ontop biscuit_dough.n.01_(i) cookie_sheet.n.01_(k),oven.n.01_(j),biscuit.n.01_(l) and biscuit.n.01_(m) and biscuit.n.01_(n) and biscuit.n.01_(o),cooked biscuit.n.01_(l) and cooked biscuit.n.01_(m) and cooked biscuit.n.01_(n) and cooked biscuit.n.01_(o),ontop biscuit.n.01_(l) cookie_sheet.n.01_(k) and ontop biscuit.n.01_(m) cookie_sheet.n.01_(k) and ontop biscuit.n.01_(n) cookie_sheet.n.01_(k) and ontop biscuit.n.01_(o) cookie_sheet.n.01_(k), +blueberry compote,lemon_juice.n.01_(i) and granulated_sugar.n.01_(j) and blueberry.n.02_(k),,saucepan.n.01_(v),contains saucepan.n.01_(v) lemon_juice.n.01_(i) and contains saucepan.n.01_(v) granulated_sugar.n.01_(j) and contains saucepan.n.01_(v) blueberry.n.02_(k),stove.n.01_(u),blueberry_compote.n.01_(w),,contains saucepan.n.01_(v) blueberry_compote.n.01_(w), +chicken curry,diced__chicken_breast.n.01_(i) and diced__beefsteak_tomato.n.01_(j) and diced__vidalia_onion.n.01_(k) and cooking_oil.n.01_(l) and curry_powder.n.01_(m),,stockpot.n.01_(n),contains stockpot.n.01_(n) diced__chicken_breast.n.01_(i) and contains stockpot.n.01_(n) diced__beefsteak_tomato.n.01_(j) and contains stockpot.n.01_(n) diced__vidalia_onion.n.01_(k) and contains stockpot.n.01_(n) cooking_oil.n.01_(l) and contains stockpot.n.01_(n) curry_powder.n.01_(m),stove.n.01_(o),chicken_curry.n.01_(p),,contains stockpot.n.01_(n) chicken_curry.n.01_(p), +chocolate syrup,granulated_sugar.n.01_(i) and seawater.n.01_(j) and vanilla.n.02_(l) and cocoa_powder.n.01_(m),,saucepan.n.01_(o),contains saucepan.n.01_(o) granulated_sugar.n.01_(i) and contains saucepan.n.01_(o) seawater.n.01_(j) and contains saucepan.n.01_(o) vanilla.n.02_(l) and contains saucepan.n.01_(o) cocoa_powder.n.01_(m),stove.n.01_(n),chocolate_sauce.n.01_(p),,contains saucepan.n.01_(o) chocolate_sauce.n.01_(p), +spice cookies,spice_cookie_dough.n.01_(i),not cooked spice_cookie_dough.n.01_(i),cookie_sheet.n.01_(j),ontop spice_cookie_dough.n.01_(i) cookie_sheet.n.01_(j),oven.n.01_(k),spice_cookie.n.01_(l) and spice_cookie.n.01_(m) and spice_cookie.n.01_(n) and spice_cookie.n.01_(o) and spice_cookie.n.01_(p) and spice_cookie.n.01_(q),cooked spice_cookie.n.01_(l) and cooked spice_cookie.n.01_(m) and cooked spice_cookie.n.01_(n) and cooked spice_cookie.n.01_(o) and cooked spice_cookie.n.01_(p) and cooked spice_cookie.n.01_(q),ontop spice_cookie.n.01_(l) cookie_sheet.n.01_(j) and ontop spice_cookie.n.01_(m) cookie_sheet.n.01_(j) and ontop spice_cookie.n.01_(n) cookie_sheet.n.01_(j) and ontop spice_cookie.n.01_(o) cookie_sheet.n.01_(j) and ontop spice_cookie.n.01_(p) cookie_sheet.n.01_(j) and ontop spice_cookie.n.01_(q) cookie_sheet.n.01_(j), +baps,roll_dough.n.01_(i),not cooked roll_dough.n.01_(i),cookie_sheet.n.01_(j),ontop roll_dough.n.01_(i) cookie_sheet.n.01_(j),oven.n.01_(k),bap.n.01_(l) and bap.n.01_(m) and bap.n.01_(n) and bap.n.01_(o),cooked bap.n.01_(l) and cooked bap.n.01_(m) and cooked bap.n.01_(n) and cooked bap.n.01_(o),ontop bap.n.01_(l) cookie_sheet.n.01_(j) and ontop bap.n.01_(m) cookie_sheet.n.01_(j) and ontop bap.n.01_(n) cookie_sheet.n.01_(j) and ontop bap.n.01_(o) cookie_sheet.n.01_(j), +granola,oat.n.01_(i) and honey.n.01_(j) and cinnamon.n.03_(k) and pecan.n.03_(l) and raisin.n.01_(m),,cookie_sheet.n.01_(o),contains cookie_sheet.n.01_(o) oat.n.02_(i) and contains cookie_sheet.n.01_(o) honey.n.01_(j) and contains cookie_sheet.n.01_(o) cinnamon.n.03_(k) and contains cookie_sheet.n.01_(o) pecan.n.03_(l) and contains cookie_sheet.n.01_(o) raisin.n.01_(m),oven.n.01_(n),granola.n.01_(p),,contains cookie_sheet.n.01_(o) granola.n.01_(p), +cocoa,cocoa_powder.n.01_(i) and whole_milk.n.01_(j) and granulated_sugar.n.01_(k) and vanilla.n.02_(l),,saucepan.n.01_(m),contains saucepan.n.01_(m) cocoa_powder.n.01_(i) and contains saucepan.n.01_(m) whole_milk.n.01_(j) and contains saucepan.n.01_(m) granulated_sugar.n.01_(k) and contains saucepan.n.01_(m) vanilla.n.02_(l),stove.n.01_(n),cocoa.n.01_(o),,contains saucepan.n.01_(m) cocoa.n.01_(o), +ice cubes,water.n.06_(i),,icetray.n.02_(j),filled icetray.n.02_(j) water.n.06_(i),deep-freeze.n.02_(k),ice_cube.n.01_(l) and ice_cube.n.01_(m) and ice_cube.n.01_(n) and ice_cube.n.01_(o) and ice_cube.n.01_(p) and ice_cube.n.01_(q),,inside ice_cube.n.01_(l) icetray.n.02_(j) and inside ice_cube.n.01_(m) icetray.n.02_(j) and inside ice_cube.n.01_(n) icetray.n.02_(j) and inside ice_cube.n.01_(o) icetray.n.02_(j) and inside ice_cube.n.01_(p) icetray.n.02_(j) and inside ice_cube.n.01_(q) icetray.n.02_(j), +cheese sauce,cream_cheese.n.01_(i) and butter.n.01_(j) and whole_milk.n.01_(k) and grated_cheese.n.01_(l) and parmesan.n.01_(m) and salt.n.02_(n),,saucepan.n.01_(p),contains saucepan.n.01_(p) cream_cheese.n.01_(i) and inside butter.n.01_(j) saucepan.n.01_(p) and contains saucepan.n.01_(p) whole_milk.n.01_(k) and contains saucepan.n.01_(p) grated_cheese.n.01_(l) and contains saucepan.n.01_(p) parmesan.n.01_(m) and contains saucepan.n.01_(p) salt.n.02_(n),stove.n.01_(o),cheese_sauce.n.01_(q),,contains saucepan.n.01_(p) cheese_sauce.n.01_(q), +macaroni and cheese,cooked__noodle.n.01_(i) and breadcrumb.n.01_(j) and cheese_sauce.n.01_(k),,casserole.n.02_(m),contains casserole.n.02_(m) cooked__noodle.n.01_(i) and contains casserole.n.02_(m) breadcrumb.n.01_(j) and contains casserole.n.02_(m) cheese_sauce.n.01_(k),oven.n.01_(l),macaroni_and_cheese.n.01_(n),cooked macaroni_and_cheese.n.01_(n),inside macaroni_and_cheese.n.01_(n) casserole.n.02_(m), +meatloaf,ground_beef.n.01_(i) and whole_milk.n.01_(j) and diced__vidalia_onion.n.01_(k) and breadcrumb.n.01_(l) and brown_sugar.n.01_(m),,casserole.n.02_(n),contains casserole.n.02_(n) ground_beef.n.01_(i) and contains casserole.n.02_(n) whole_milk.n.01_(j) and contains casserole.n.02_(n) diced__vidalia_onion.n.01_(k) and contains casserole.n.02_(n) breadcrumb.n.01_(l) and contains casserole.n.02_(n) brown_sugar.n.01_(m),oven.n.01_(o),meat_loaf.n.01_(p),cooked meat_loaf.n.01_(p),inside meat_loaf.n.01_(p) casserole.n.02_(n), +muffins,muffin_batter.n.01_(i),,cookie_sheet.n.01_(k),filled cookie_sheet.n.01_(k) muffin_batter.n.01_(i),oven.n.01_(j),muffin.n.01_(l) and muffin.n.01_(m) and muffin.n.01_(n) and muffin.n.01_(o) and muffin.n.01_(p) and muffin.n.01_(q),cooked muffin.n.01_(l) and cooked muffin.n.01_(m) and cooked muffin.n.01_(n) and cooked muffin.n.01_(o) and cooked muffin.n.01_(p) and cooked muffin.n.01_(q),ontop muffin.n.01_(l) cookie_sheet.n.01_(k) and ontop muffin.n.01_(m) cookie_sheet.n.01_(k) and ontop muffin.n.01_(n) cookie_sheet.n.01_(k) and ontop muffin.n.01_(o) cookie_sheet.n.01_(k) and ontop muffin.n.01_(p) cookie_sheet.n.01_(k) and ontop muffin.n.01_(q) cookie_sheet.n.01_(k), +oatmeal,seawater.n.01_(i) and cinnamon.n.03_(j) and honey.n.01_(k) and oat.n.02_(l) and low-fat_milk.n.01_(m),,saucepot.n.01_(o),contains saucepot.n.01_(o) seawater.n.01_(i) and contains saucepot.n.01_(o) cinnamon.n.03_(j) and contains saucepot.n.01_(o) honey.n.01_(k) and contains saucepot.n.01_(o) oat.n.02_(l) and contains saucepot.n.01_(o) low-fat_milk.n.01_(m),stove.n.01_(p),oatmeal.n.01_(q),,contains saucepot.n.01_(o) oatmeal.n.01_(q), +marinara,half__beefsteak_tomato.n.01_(i) and half__beefsteak_tomato.n.01_(j) and half__beefsteak_tomato.n.01_(k) and half__beefsteak_tomato.n.01_(l) and half__beefsteak_tomato.n.01_(m) and half__beefsteak_tomato.n.01_(n) and clove.n.03_(o) and clove.n.03_(p) and clove.n.03_(q) and clove.n.03_(r) and clove.n.03_(s) and diced__vidalia_onion.n.01_(t) and basil.n.03_(u) and basil.n.03_(v) and basil.n.03_(w) and basil.n.03_(x) and marjoram.n.02_(y) and granulated_sugar.n.01_(z) and salt.n.02_(a),,stockpot.n.01_(b),inside half__beefsteak_tomato.n.01_(i) stockpot.n.01_(b) and inside half__beefsteak_tomato.n.01_(j) stockpot.n.01_(b) and inside half__beefsteak_tomato.n.01_(k) stockpot.n.01_(b) and inside half__beefsteak_tomato.n.01_(l) stockpot.n.01_(b) and inside half__beefsteak_tomato.n.01_(m) stockpot.n.01_(b) and inside half__beefsteak_tomato.n.01_(n) stockpot.n.01_(b) and inside clove.n.03_(o) stockpot.n.01_(b) and inside clove.n.03_(p) stockpot.n.01_(b) and inside clove.n.03_(q) stockpot.n.01_(b) and inside clove.n.03_(r) stockpot.n.01_(b) and inside clove.n.03_(s) stockpot.n.01_(b) and contains stockpot.n.01_(b) diced__vidalia_onion.n.01_(t) and inside basil.n.03_(u) stockpot.n.01_(b) and inside basil.n.03_(v) stockpot.n.01_(b) and inside basil.n.03_(w) stockpot.n.01_(b) and inside basil.n.03_(x) stockpot.n.01_(b) and contains stockpot.n.01_(b) marjoram.n.02_(y) and contains stockpot.n.01_(b) granulated_sugar.n.01_(z) and contains stockpot.n.01_(b) salt.n.02_(a),oven.n.01_(c),cooked__marinara.n.01_(d),,contains stockpot.n.01_(b) cooked__marinara.n.01_(d), +tomato sauce,beefsteak_tomato.n.01_(i) and tomato_paste.n.01_(j) and marjoram.n.02_(k) and clove.n.03_(l) and clove.n.03_(m) and basil.n.03_(n),,stockpot.n.01_(o),inside beefsteak_tomato.n.01_(i) stockpot.n.01_(o) and contains stockpot.n.01_(o) tomato_paste.n.01_(j) and contains stockpot.n.01_(o) marjoram.n.02_(k) and inside clove.n.03_(l) stockpot.n.01_(o) and inside clove.n.03_(m) stockpot.n.01_(o) and inside basil.n.03_(n) stockpot.n.01_(o),stove.n.01_(p),tomato_sauce.n.01_(q),,contains stockpot.n.01_(o) tomato_sauce.n.01_(q), +pizza,pizza_dough.n.01_(i) and tomato_sauce.n.01_(j) and grated_cheese.n.01_(k) and pepperoni.n.01_(l) and pepperoni.n.01_(m) and pepperoni.n.01_(n) and pepperoni.n.01_(o) and pepperoni.n.01_(p) and pepperoni.n.01_(q) and pepperoni.n.01_(r) and marjoram.n.02_(s) and half__mushroom.n.01_(t) and half__mushroom.n.01_(u) and half__mushroom.n.01_(v) and half__mushroom.n.01_(w) and half__mushroom.n.01_(x) and half__mushroom.n.01_(y) and half__mushroom.n.01_(z) and half__mushroom.n.01_(a) and half__mushroom.n.01_(b) and half__mushroom.n.01_(c) and diced__vidalia_onion.n.01_(d),not cooked pizza_dough.n.01_(i) and cooked pepperoni.n.01_(l) and cooked pepperoni.n.01_(m) and cooked pepperoni.n.01_(n) and cooked pepperoni.n.01_(o) and cooked pepperoni.n.01_(p) and cooked pepperoni.n.01_(q) and cooked pepperoni.n.01_(r) and not cooked half__mushroom.n.01_(t) and not cooked half__mushroom.n.01_(u) and not cooked half__mushroom.n.01_(v) and not cooked half__mushroom.n.01_(w) and not cooked half__mushroom.n.01_(x) and not cooked half__mushroom.n.01_(y) and not cooked half__mushroom.n.01_(z) and not cooked half__mushroom.n.01_(a) and not cooked half__mushroom.n.01_(b) and not cooked half__mushroom.n.01_(c) and covered pizza_dough.n.01_(i) tomato_sauce.n.01_(j) and covered pizza_dough.n.01_(i) grated_cheese.n.01_(k) and covered pizza_dough.n.01_(i) marjoram.n.02_(s) and covered pizza_dough.n.01_(i) diced__vidalia_onion.n.01_(d) and ontop pepperoni.n.01_(l) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(m) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(n) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(o) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(p) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(q) pizza_dough.n.01_(i) and ontop pepperoni.n.01_(r) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(t) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(u) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(v) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(w) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(x) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(y) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(z) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(a) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(b) pizza_dough.n.01_(i) and ontop half__mushroom.n.01_(c) pizza_dough.n.01_(i),cookie_sheet.n.01_(e),ontop pizza_dough.n.01_(i) cookie_sheet.n.01_(e),oven.n.01_(f),pizza.n.01_(g),cooked pizza.n.01_(g) and hot pizza.n.01_(g),ontop pizza.n.01_(g) cookie_sheet.n.01_(e), +popsicles,smoothie.n.02_(i),,mold.n.02_(j),filled mold.n.02_(j) smoothie.n.02_(i),deep-freeze.n.02_(k),ice_lolly.n.01_(l) and ice_lolly.n.01_(m) and ice_lolly.n.01_(n) and ice_lolly.n.01_(o),frozen ice_lolly.n.01_(l) and frozen ice_lolly.n.01_(m) and frozen ice_lolly.n.01_(n) and frozen ice_lolly.n.01_(o),inside ice_lolly.n.01_(l) mold.n.02_(j) and inside ice_lolly.n.01_(m) mold.n.02_(j) and inside ice_lolly.n.01_(n) mold.n.02_(j) and inside ice_lolly.n.01_(o) mold.n.02_(j), +fish stew,diced__bell_pepper.n.01_(i) and diced__clove.n.01_(j) and olive_oil.n.01_(k) and diced__beefsteak_tomato.n.01_(l) and tomato_sauce.n.01_(m) and chicken_broth.n.01_(n) and clam.n.03_(o) and clam.n.03_(p) and clam.n.03_(q) and clam.n.03_(r) and clam.n.03_(s) and clam.n.03_(t) and prawn.n.01_(u) and prawn.n.01_(v) and prawn.n.01_(w) and prawn.n.01_(x) and prawn.n.01_(y) and scallop.n.02_(z) and scallop.n.02_(a) and scallop.n.02_(b) and scallop.n.02_(c) and marjoram.n.02_(d) and parsley.n.02_(e),not cooked clam.n.03_(o) and not cooked clam.n.03_(p) and not cooked clam.n.03_(q) and not cooked clam.n.03_(r) and not cooked clam.n.03_(s) and not cooked clam.n.03_(t) and not cooked prawn.n.01_(u) and not cooked prawn.n.01_(v) and not cooked prawn.n.01_(w) and not cooked prawn.n.01_(x) and not cooked prawn.n.01_(y) and not cooked scallop.n.02_(z) and not cooked scallop.n.02_(a) and not cooked scallop.n.02_(b) and not cooked scallop.n.02_(c),stockpot.n.01_(f),contains stockpot.n.01_(f) diced__bell_pepper.n.01_(i) and contains stockpot.n.01_(f) diced__clove.n.01_(j) and contains stockpot.n.01_(f) olive_oil.n.01_(k) and contains stockpot.n.01_(f) diced__beefsteak_tomato.n.01_(l) and contains stockpot.n.01_(f) tomato_sauce.n.01_(m) and contains stockpot.n.01_(f) chicken_broth.n.01_(n) and contains stockpot.n.01_(f) marjoram.n.02_(d) and contains stockpot.n.01_(f) parsley.n.02_(e) and inside clam.n.03_(o) stockpot.n.01_(f) and inside clam.n.03_(p) stockpot.n.01_(f) and inside clam.n.03_(q) stockpot.n.01_(f) and inside clam.n.03_(r) stockpot.n.01_(f) and inside clam.n.03_(s) stockpot.n.01_(f) and inside clam.n.03_(t) stockpot.n.01_(f) and inside prawn.n.01_(u) stockpot.n.01_(f) and inside prawn.n.01_(v) stockpot.n.01_(f) and inside prawn.n.01_(w) stockpot.n.01_(f) and inside prawn.n.01_(x) stockpot.n.01_(f) and inside prawn.n.01_(y) stockpot.n.01_(f) and inside scallop.n.02_(z) stockpot.n.01_(f) and inside scallop.n.02_(a) stockpot.n.01_(f) and inside scallop.n.02_(b) stockpot.n.01_(f) and inside scallop.n.02_(c) stockpot.n.01_(f),stove.n.01_(g),fish_stew.n.01_(h),,contains stockpot.n.01_(f) fish_stew.n.01_(h), +chicken soup,chicken_broth.n.01_(i) and diced__carrot.n.01_(j) and diced__celery.n.01_(k) and chicken.n.01_(l) and salt.n.02_(m) and rosemary.n.02_(n),not cooked chicken.n.01_(l),stockpot.n.01_(o),contains stockpot.n.01_(o) chicken_broth.n.01_(i) and contains stockpot.n.01_(o) diced__carrot.n.01_(j) and contains stockpot.n.01_(o) diced__celery.n.01_(k) and contains stockpot.n.01_(o) salt.n.02_(m) and contains stockpot.n.01_(o) rosemary.n.02_(n) and inside chicken.n.01_(l) stockpot.n.01_(o),stove.n.01_(p),cooked__chicken_soup.n.01_(p),,contains stockpot.n.01_(o) cooked__chicken_soup.n.01_(p), +beef stew,diced__carrot.n.01_(i) and pea.n.01_(j) and diced__vidalia_onion.n.01_(k) and ground_beef.n.01_(l) and beef_broth.n.01_(m),,stockpot.n.01_(o),contains stockpot.n.01_(o) diced__carrot.n.01_(i) and contains stockpot.n.01_(o) pea.n.01_(j) and contains stockpot.n.01_(o) diced__vidalia_onion.n.01_(k) and contains stockpot.n.01_(o) ground_beef.n.01_(l) and contains stockpot.n.01_(o) beef_broth.n.01_(m),stove.n.01_(n),beef_stew.n.01_(p),,contains stockpot.n.01_(o) beef_stew.n.01_(p), \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_raw_data/mixing_stick.csv b/bddl/generated_data/transition_map/tm_raw_data/mixing_stick.csv new file mode 100644 index 00000000..8ac9b0d4 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_raw_data/mixing_stick.csv @@ -0,0 +1,16 @@ +rule_name,input_objects,input_states,output_objects,output_states +cappuccino,espresso.n.01_(i) and cane_sugar.n.02_(j) and whole_milk.n.01_(k) and foam.n.01_(l),,cappuccino.n.01_(n), +vinegar cleaning solution,vinegar.n.01_(i) and water.n.06_(j) and lemon_juice.n.01_(k),,vinegar_cleaning_solution.n.01_(n), +cafe au lait,espresso.n.01_(i) and low-fat_milk.n.01_(j) and sugar_syrup.n.01_(k),,cafe_au_lait.n.01_(n), +cake mix,flour.n.01_(i) and baking_powder.n.01_(j) and salt.n.02_(k) and granulated_sugar.n.01_(l) and sodium_carbonate.n.01_(m),,cake_mix.n.01_(p), +cinnamon sugar,cinnamon.n.03_(i) and granulated_sugar.n.01_(j),,cinnamon_sugar.n.01_(m), +fruit punch,orange_juice.n.01_(i) and ginger_beer.n.01_(j) and lemonade.n.01_(k) and pineapple_juice.n.01_(l),,fruit_punch.n.01_(o), +cream soda,soda_water.n.03_(i) and heavy_cream.n.01_(j) and sugar_syrup.n.01_(k),,cream_soda.n.01_(n), +green tea,water.n.06_(i) and green_tea.n.01_(i),,tea.n.01_(m), +green tea latte,low-fat_milk.n.01_(i) and tea.n.01_(j),,green_tea_latte.n.01_(m), +drip coffee,instant_coffee.n.01_(i) and water.n.06_(j),,drip_coffee.n.01_(m), +lemon stain remover,lemon_juice.n.01_(i) and vinegar.n.01_(j) and sodium_carbonate.n.01_(k),,lemon_stain_remover.n.01_(n), +lemonade,water.n.06_(i) and granulated_sugar.n.01_(j) and lemon_juice.n.01_(k),,lemonade.n.01_(n), +limeade,water.n.06_(i) and granulated_sugar.n.01_(j) and lime_juice.n.01_(k),,limeade.n.01_(n), +poultry seasoning,rosemary.n.02_(i) and sage.n.02_(j) and thyme.n.02_(k) and black_pepper.n.02_(l) and nutmeg.n.02_(m),,poultry_seasoning.n.01_(p), +pumpkin pie spice ,cinnamon.n.03_(i) and ginger.n.02_(j) and nutmeg.n.02_(k) and allspice.n.03_(l) and clove.n.04_(m),,pumpkin_pie_spice.n.01_(p), \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_raw_data/single_toggleable_machine.csv b/bddl/generated_data/transition_map/tm_raw_data/single_toggleable_machine.csv new file mode 100644 index 00000000..5cbe19d1 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_raw_data/single_toggleable_machine.csv @@ -0,0 +1,22 @@ +rule_name,input_objects,input_states,machine,output_objects,output_states +drip coffee,coffee_bean.n.01_(i) and water.n.06_(j),,coffee_maker.n.01_(k),drip_coffee.n.01_(l),contains coffee_maker.n.01_(k) drip_coffee.n.01_(l) +iced cappuccino,espresso.n.01_(j) and cane_sugar.n.02_(k) and chocolate_milk.n.01_(l) and ice_cube.n.01_(m) and ice_cube.n.01_(n) and ice_cube.n.01_(o),,blender.n.01_(p),iced_cappuccino.n.01_(q), +espresso,water.n.06_(i) and instant_coffee.n.01_(j),,coffee_maker.n.01_(k),espresso.n.01_(m), +pastry dough,water.n.06_(i) and butter.n.01_(j) and flour.n.01_(k) and salt.n.02_(l),,food_processor.n.01_(m),pastry.n.01_(n),not cooked pastry.n.01_(n) +milkshake,drip_coffee.n.01_(j) and cane_sugar.n.02_(k) and ice_cube.n.01_(l) and ice_cube.n.01_(m) and ice_cube.n.01_(n) and ice_cube.n.01_(o) and scoop_of_ice_cream.n.01_(p),,blender.n.01_(q),milkshake.n.01_(r), +milkshake,whole_milk.n.01_(i) and chocolate_sauce.n.01_(j) and scoop_of_ice_cream.n.01_(k),,blender.n.01_(l),milkshake.n.01_(m), +smoothie,strawberry.n.01_(i) and strawberry.n.01_(j) and strawberry.n.01_(k) and ice_cube.n.01_(l) and ice_cube.n.01_(m) and ice_cube.n.01_(n) and ice_cube.n.01_(o) and lemon_juice.n.01_(p),,blender.n.01_(q),smoothie.n.02_(r), +chocolate milk,granulated_sugar.n.01_(i) and cocoa_powder.n.01_(j) and low-fat_milk.n.01_(k),,blender.n.01_(l),chocolate_milk.n.01_(m), +chocolate spread,butter.n.01_(i) and honey.n.01_(j) and cocoa_powder.n.01_(k),,food_processor.n.01_(l),chocolate_sauce.n.01_(m), +coffee,coffee_bean.n.01_(i) and water.n.06_(j),,coffee_maker.n.01_(k),drip_coffee.n.01_(l),contains coffee_maker.n.01_(k) drip_coffee.n.01_(l) +eggnog,granulated_sugar.n.01_(i) and nutmeg.n.02_(j) and cinnamon.n.03_(k) and vanilla.n.02_(l) and rum.n.01_(m) and whole_milk.n.01_(n) and raw_egg.n.01_(o),,blender.n.01_(p),eggnog.n.01_(q), +fruit punch,diced__lemon.n.01_(i) and diced__strawberry.n.01_(j) and diced__orange.n.01_(k) and diced__apple.n.01_(l),,blender.n.01_(m),fruit_punch.n.01_(n), +gazpacho,basil.n.03_(i) and salt.n.02_(j) and black_pepper.n.02_(k) and tomato_juice.n.01_(l) and cucumber.n.02_(m) and water.n.06_(n) and lemon_juice.n.01_(o),,blender.n.01_(p),gazpacho.n.01_(q) and basil.n.03_(i),contains blender.n.01_(p) gazpacho.n.01_(q) +iced chocolate,ice_cube.n.01_(i) and ice_cube.n.01_(j) and cocoa_powder.n.01_(k) and whole_milk.n.01_(l) and granulated_sugar.n.01_(m) and vanilla.n.02_(n),,blender.n.01_(o),iced_chocolate.n.01_(p), +jerk seasoning,brown_sugar.n.01_(i) and chili.n.02_(j) and cayenne.n.02_(k) and clove.n.03_(l) and clove.n.03_(m),,blender.n.01_(n),jerk_seasoning.n.01_(o), +lemon pepper seasoning,black_pepper.n.02_(i) and lemon_peel.n.01_(j) and salt.n.02_(k) and lemon_juice.n.01_(l),,blender.n.01_(m),lemon-pepper_seasoning.n.01_(n), +mustard seasoning,mustard_seed.n.01_(i) and sage.n.02_(j) and cumin.n.02_(k) and clove.n.03_(l) and clove.n.03_(m) and rosemary.n.02_(n) and salt.n.02_(o),,blender.n.01_(p),mustard_seasoning.n.01_(q), +smoothie,raspberry.n.02_(i) and raspberry.n.02_(j) and raspberry.n.02_(k) and raspberry.n.02_(l) and raspberry.n.02_(m) and raspberry.n.02_(n) and strawberry.n.01_(o) and strawberry.n.01_(p) and strawberry.n.01_(q) and strawberry.n.01_(r) and lemon_juice.n.01_(s) and yogurt.n.01_(t) and honey.n.01_(u),,blender.n.01_(v),smoothie.n.02_(w), +tomato rice,white_rice.n.01_(i) and diced__beefsteak_tomato.n.01_(j) and diced__vidalia_onion.n.01_(k) and olive_oil.n.01_(l) and chicken_broth.n.01_(m),,crock_pot.n.01_(n),tomato_rice.n.01_(o), +waffle batter,waffle_batter.n.01_(i),,waffle_iron.n.01_(j),waffle.n.01_(k),cooked waffle.n.01_(k) and hot waffle.n.01_(k) +fruit punch,diced__watermelon.n.01_(i) and lemonade.n.01_(j) and lemon_juice.n.01_(k) and tonic.n.01_(l),,blender.n.01_(m),fruit_punch.n.01_(n),contains blender.n.01_(m) fruit_punch.n.01_(n) \ No newline at end of file diff --git a/bddl/generated_data/transition_map/tm_submap_params.py b/bddl/generated_data/transition_map/tm_submap_params.py new file mode 100644 index 00000000..c958cc23 --- /dev/null +++ b/bddl/generated_data/transition_map/tm_submap_params.py @@ -0,0 +1,115 @@ +TM_SUBMAPS_TO_PARAMS = { + "electric_mixer": { + "rule_name": { + "required": False, + "type": "string" + }, + "input_objects": { + "required": True, + "type": "synset" + }, + "input_states": { + "required": False, + "type": "atom" + }, + "output_objects": { + "required": True, + "type": "synset" + }, + "output_states": { + "required": False, + "type": "atom" + } + }, + "heat_cook": { + "rule_name": { + "required": False, + "type": "string" + }, + "input_objects": { + "required": True, + "type": "synset" + }, + "input_states": { + "required": False, + "type": "atom" + }, + "container": { + "required": False, + "type": "synset" + }, + # "container_input_relation": { + # "required" + # }, + "heat_source": { + "required": False, + "type": "synset" + }, + "output_objects": { + "required": True, + "type": "synset" + }, + "output_states": { + "required": False, + "type": "atom" + }, + # "container_output_relation": { + # "required" + # }, + "timesteps": { + "required": False, + "type": "integer" + } + }, + "mixing_stick": { + "rule_name": { + "required": False, + "type": "string" + }, + "input_objects": { + "required": True, + "type": "synset" + }, + "input_states": { + "required": False, + "type": "atom" + }, + "output_objects": { + "required": True, + "type": "synset" + }, + "output_states": { + "required": False, + "type": "atom" + + } + }, + "single_toggleable_machine": { + "rule_name": { + "required": False, + "type": "string" + }, + "input_objects": { + "required": True, + "type": "synset" + }, + "input_states": { + "required": False, + "type": "atom" + }, + "machine": { + "required": True, + "type": "synset" + + }, + "output_objects": { + "required": True, + "type": "synset" + }, + "output_states": { + "required": False, + "type": "atom" + } + } +} + diff --git a/bddl/generated_data/unresolved/param_but_no_prop.json b/bddl/generated_data/unresolved/param_but_no_prop.json index 252c1e6a..8b42789f 100644 --- a/bddl/generated_data/unresolved/param_but_no_prop.json +++ b/bddl/generated_data/unresolved/param_but_no_prop.json @@ -1,29 +1,5 @@ { - "cookable": [ - "tomato.n.01", - "oatmeal.n.01", - "soup.n.01", - "tart.n.02", - "milk.n.01", - "pasta.n.02", - "stew.n.02", - "seafood.n.01", - "pie.n.01", - "dough.n.01", - "herb.n.02", - "rice.n.01", - "bread.n.01", - "fruit.n.01", - "vegetable.n.01", - "relish.n.02", - "citrus.n.01", - "fish_stew.n.01" - ], + "cookable": [], "coldSource": [], - "heatSource": [ - "heater.n.01", - "candle.n.01", - "cooker.n.01", - "engine.n.01" - ] + "heatSource": [] } \ No newline at end of file diff --git a/bddl/generated_data/unresolved/prop_but_no_param_or_malformed_param.json b/bddl/generated_data/unresolved/prop_but_no_param_or_malformed_param.json index 0184e2fb..91b69916 100644 --- a/bddl/generated_data/unresolved/prop_but_no_param_or_malformed_param.json +++ b/bddl/generated_data/unresolved/prop_but_no_param_or_malformed_param.json @@ -1,103 +1,33 @@ { "cookable": [ - "butter.n.01", - "canned_food.n.01", - "chestnut.n.03", - "clove.n.03", - "flour.n.01", - "olive.n.04", - "olive_oil.n.01", - "pistachio.n.02", - "radish.n.01", - "walnut.n.01", - "chocolate.n.02", - "cracker.n.01", - "hamburger.n.01", - "cookie.n.01", - "sushi.n.01", - "salad.n.01", - "salt.n.02", - "beer.n.01", - "juice.n.01", - "sugar.n.01", - "cinnamon.n.03", - "puree.n.01", - "guacamole.n.01", - "mayonnaise.n.01", - "prosciutto.n.01", - "vinegar.n.01", - "dairy.n.01", - "gravy.n.01", - "grocery.n.02", - "marinade.n.01", - "nutmeg.n.02", - "sweetening.n.01", - "condiment.n.01", - "cumin.n.02", - "paprika.n.02", - "produce.n.01", - "mustard.n.02", - "cane_sugar.n.02", - "icecream.n.01", - "soy_sauce.n.01", - "vanilla.n.02", - "vegetable_oil.n.01", - "maple_syrup.n.01", - "sandwich.n.01", - "leftovers.n.01", - "dessert.n.01", - "syrup.n.01", - "potato_salad.n.01", - "pie_crust.n.01", - "pesto.n.01", - "peanut_oil.n.01", - "molasses.n.01", "glaze.n.01", "jelly_bean.n.01", "cashew.n.02", "cheesecake.n.01", "chowder.n.01", - "cola.n.02", "cottage_cheese.n.01", "cranberry_juice.n.01", "cold_cuts.n.01", "cider.n.01", "bleu.n.01", "nut_butter.n.01", - "petfood.n.01", "salsa.n.01", "risotto.n.01", "saffron.n.02", "sage.n.02", "tortilla_chip.n.01", - "snack.n.01", "gelatin.n.02", "coffee_grounds.n.01", - "powdered_ginger.n.01", - "home_fries.n.01", "lavender.n.01", - "spike_lavender.n.01", - "soft_drink.n.01", "meringue.n.01", "enchilada.n.01", - "dried_fruit.n.01", - "flavorer.n.01", "black_pepper.n.02", "flower.n.02", - "bite.n.04", "honey.n.01", - "meal.n.01", - "nut.n.01", - "seed.n.02", - "sauce.n.01", - "spice.n.02", - "wine.n.01", "frosting.n.01", "cardamom.n.02", - "edible_seed.n.01", "corn_syrup.n.01", "crouton.n.01", - "curry.n.01", "custard.n.01", "dog_food.n.01", "ramekin.n.01", @@ -106,27 +36,17 @@ "almond_oil.n.01", "swiss_cheese.n.01", "petite_marmite.n.01", - "white_sauce.n.01", "meat_loaf.n.01", "milkshake.n.01", "miso.n.01", - "nacho.n.01", "omelet.n.01", "orange_zest.n.01", "peppermint.n.03", "pine_nut.n.01", "tomato_sauce.n.01", - "punch.n.02", - "hazelnut.n.01", - "jerky.n.01", "limeade.n.01", "lemon_juice.n.01", "cayenne.n.02", - "meat.n.01", - "dish.n.02", - "food.n.02", - "pot.n.01", - "oil.n.01", "sour_cream.n.01", "red_wine.n.01", "whipped_cream.n.01", @@ -134,48 +54,36 @@ "roux.n.01", "margarine.n.01", "marshmallow.n.01", - "starch.n.01", "sunflower_seed.n.01", "taco.n.02", - "baked_goods.n.01", - "cheddar.n.01", "coconut_milk.n.01", "coconut_oil.n.01", "granola.n.01", "cocoa.n.01", - "caffe_latte.n.01", "marinara.n.01", - "mashed_potato.n.01", "mozzarella.n.01", "orange_juice.n.01", "sesame_oil.n.01", "jimmies.n.01", "barbecue_sauce.n.01", - "breakfast.n.01", "jelly.n.02", - "oat.n.01", "soya_milk.n.01", "stuffing.n.01", "breadcrumb.n.01", "canola_oil.n.01", - "casserole.n.01", "chicken_broth.n.01", "chocolate_sauce.n.01", "cornmeal.n.01", "espresso.n.01", "parmesan.n.01", "peanut.n.01", - "powdered_sugar.n.01", "tomato_paste.n.01", "brownie.n.03", - "lunch.n.01", "bay_leaf.n.01", - "crust.n.02", "lime_juice.n.01", "pecan.n.03", "raisin.n.01", "bean_curd.n.01", - "dressing.n.01", "hummus.n.01", "lemonade.n.01", "filling.n.03", @@ -192,17 +100,12 @@ "wine_sauce.n.01", "allspice.n.03", "antipasto.n.01", - "salt.n.01", "beef_broth.n.01", - "mousse.n.01", "caraway_seed.n.01", "danish.n.02", "bouillon.n.01", - "spread.n.05", - "clove.n.01", "cooking_oil.n.01", "coriander.n.02", - "cornbread.n.01", "allspice.n.03", "almond_oil.n.01", "antipasto.n.01", @@ -219,16 +122,13 @@ "bok_choy.n.02", "bouillon.n.01", "bouillon_cube.n.01", - "bouquet.n.01", "breadcrumb.n.01", "breast.n.03", - "brown_bread.n.02", "brownie.n.03", "buttermilk_pancake.n.01", "butternut_squash.n.01", "cafe_au_lait.n.01", "cake_mix.n.01", - "cane_sugar.n.02", "canola_oil.n.01", "cantaloup.n.02", "caraway_seed.n.01", @@ -238,7 +138,6 @@ "cayenne.n.02", "chard.n.02", "cheesecake.n.01", - "chestnut.n.03", "chicken_broth.n.01", "chicken_wing.n.01", "chickpea.n.03", @@ -248,7 +147,6 @@ "chocolate_kiss.n.01", "cinnamon_bark.n.01", "cinnamon_roll.n.01", - "clove.n.03", "clove.n.04", "club_sandwich.n.01", "coca_cola.n.01", @@ -266,9 +164,7 @@ "cranberry_juice.n.01", "crescent_roll.n.01", "crouton.n.01", - "cumin.n.02", "danish.n.02", - "dip.n.07", "dog_food.n.01", "dried_apricot.n.01", "drip_coffee.n.01", @@ -282,13 +178,10 @@ "fritter_batter.n.01", "frosting.n.01", "gazpacho.n.01", - "glaze.n.01", "gooseberry.n.02", "granola.n.01", "granola_bar.n.01", "grated_cheese.n.01", - "gravy.n.01", - "guacamole.n.01", "gumbo.n.03", "hamburger_bun.n.01", "hazelnut.n.02", @@ -301,7 +194,6 @@ "kidney_bean.n.01", "lamb.n.05", "leek.n.02", - "leftovers.n.01", "lemon_juice.n.01", "lemonade.n.01", "lime_juice.n.01", @@ -310,20 +202,15 @@ "macaroni_and_cheese.n.01", "mace.n.03", "mango.n.02", - "maple_syrup.n.01", - "marinade.n.01", "marinara.n.01", "marjoram.n.02", "marshmallow.n.01", "meringue.n.01", "miso.n.01", - "molasses.n.01", "mozzarella.n.01", "mustard.n.03", "nut_butter.n.01", - "nutmeg.n.02", "oat.n.02", - "olive_oil.n.01", "orange_zest.n.01", "orzo.n.01", "paella.n.01", @@ -334,46 +221,35 @@ "peanut.n.01", "peanut.n.04", "peanut_butter.n.01", - "peanut_oil.n.01", "pecan.n.03", "peppermint.n.01", "peppermint.n.03", "pepperoni.n.01", - "pesto.n.01", "petite_marmite.n.01", - "pie_crust.n.01", "pine_nut.n.01", - "pistachio.n.02", "porkchop.n.01", - "prosciutto.n.01", - "puree.n.01", - "radish.n.01", - "ramekin.n.01", "ravioli.n.01", "ricotta.n.01", "risotto.n.01", "roux.n.01", "saffron.n.02", "salsa.n.01", - "salt.n.02", "schnitzel.n.01", "scrambled_eggs.n.01", "sesame_oil.n.01", "sesame_seed.n.01", "shortening.n.01", + "soft_roll.n.01", "sour_bread.n.01", "sour_cream.n.01", - "soy_sauce.n.01", + "soya_milk.n.01", "spice_cookie.n.01", "sugar_cookie.n.01", "sugar_syrup.n.01", "sunflower_seed.n.01", - "sushi.n.01", - "taboret.n.01", "tomato_paste.n.01", "tomato_sauce.n.01", "turkey_leg.n.01", - "vanilla.n.02", "virginia_ham.n.01", "wafer.n.02", "whipped_cream.n.01", @@ -384,38 +260,6 @@ "wine_sauce.n.01", "worcester_sauce.n.01" ], - "coldSource": [ - "wine_bottle.n.01", - "smoothie.n.02", - "smoothie.n.02" - ], - "heatSource": [ - "frying_pan.n.01", - "griddle.n.01", - "kettle.n.01", - "saucepan.n.01", - "light_bulb.n.01", - "caldron.n.01", - "lamp.n.01", - "pan.n.01", - "air_conditioner.n.01", - "wok.n.01", - "frying_pan.n.01", - "blower.n.01", - "stockpot.n.01", - "double_boiler.n.01", - "air_conditioner.n.01", - "caldron.n.01", - "chandelier.n.01", - "floor_lamp.n.01", - "griddle.n.01", - "light_bulb.n.01", - "room_light.n.01", - "saucepot.n.01", - "spirit_lamp.n.01", - "spotlight.n.02", - "stockpot.n.01", - "table_lamp.n.01", - "wok.n.01" - ] + "coldSource": [], + "heatSource": [] } \ No newline at end of file diff --git a/bddl/generated_data/unresolved/synset_nonexistent.json b/bddl/generated_data/unresolved/synset_nonexistent.json index 88e1141e..8b42789f 100644 --- a/bddl/generated_data/unresolved/synset_nonexistent.json +++ b/bddl/generated_data/unresolved/synset_nonexistent.json @@ -1,55 +1,5 @@ { - "cookable": [ - "gooseberry.n.01", - "oatmeal.n.02", - "cauliflower.n.01", - "cabbage.n.03", - "shrimp.n.03", - "grain.n.01", - "corn.n.01", - "marjoram.n.01", - "french_fries.n.01", - "papaya.n.01", - "jalapeno.n.02", - "artichoke.n.01", - "okra.n.02", - "mushroom.n.01", - "tuber.n.01", - "pepper.n.01", - "chard.n.01", - "snow_pea.n.02", - "summer_squash.n.01", - "sweet_pepper.n.01", - "pork_tenderloin.n.01", - "cayenne.n.01", - "rocket.n.03", - "fungi.n.01", - "instant_coffee.n.0", - "chinese_gooseberry.n.01", - "leek.n.01", - "oyster.n.01", - "onion.n.01", - "shallot.n.01", - "turnip.n.01", - "clam.n.01", - "lamb.n.01", - "mango.n.01", - "parsnip.n.01", - "pineapple.n.01", - "plum.n.01", - "popcorn.n.01", - "cranberry.n.01", - "salmon.n.01", - "chickpea.n.01", - "broccoli.n.01", - "yam.n.01" - ], + "cookable": [], "coldSource": [], - "heatSource": [ - "fire.n.01", - "radiator.n.01", - "skillet.n.01", - "bonfire.n.01", - "dutch_oven.n.01" - ] + "heatSource": [] } \ No newline at end of file diff --git a/bddl/logic_base.py b/bddl/logic_base.py index b21c282f..71344165 100644 --- a/bddl/logic_base.py +++ b/bddl/logic_base.py @@ -29,7 +29,7 @@ class BinaryAtomicFormula(AtomicFormula): def __init__(self, scope, backend, body, object_map, generate_ground_options=True): super().__init__(scope, backend, body, object_map) - assert len(body) == 2, 'Param list should have 2 args' + assert len(body) == 2, f'Param list for predicate {self.STATE_NAME} should have 2 args' self.input1, self.input2 = [inp.strip('?') for inp in body] self.scope = scope try: @@ -78,7 +78,7 @@ class UnaryAtomicFormula(AtomicFormula): def __init__(self, scope, backend, body, object_map, generate_ground_options=True): super().__init__(scope, backend, body, object_map) - assert len(body) == 1, 'Param list should have 1 arg' + assert len(body) == 1, f'Param list for predicate {self.STATE_NAME} should have 1 arg' self.input = body[0].strip('?') self.scope = scope try: diff --git a/bddl/object_taxonomy.py b/bddl/object_taxonomy.py index 67e0fbfc..64adf0ad 100644 --- a/bddl/object_taxonomy.py +++ b/bddl/object_taxonomy.py @@ -3,11 +3,10 @@ import pkgutil import networkx as nx -from IPython import embed import bddl DEFAULT_HIERARCHY_FILE = pkgutil.get_data( - bddl.__package__, "generated_data/output_hierarchy.json") + bddl.__package__, "generated_data/output_hierarchy_properties.json") class ObjectTaxonomy(object): @@ -21,7 +20,7 @@ def _parse_taxonomy(json_str): Parse taxonomy from hierarchy JSON file. :param json_str: str containing JSON-encoded hierarchy. - :return: networkx.DiGraph corresponding to object hierarchy tree with classes as nodes and parent-child + :return: networkx.DiGraph corresponding to object hierarchy tree with synsets as nodes and parent-child relationships as directed edges from parent to child. """ json_obj = json.loads(json_str) @@ -37,185 +36,189 @@ def _parse_taxonomy(json_str): next_nodes.append((child, node)) children_names.add(child['name']) taxonomy.add_node(node['name'], - igibson_categories=node['igibson_categories'], + categories=node.get('categories', []), abilities=node['abilities']) for child_name in children_names: taxonomy.add_edge(node['name'], child_name) nodes = next_nodes return taxonomy - def _get_class_by_filter(self, filter_fn): + def _get_synset_by_filter(self, filter_fn): """ - Gets a single class matching the given filter function. + Gets a single synset matching the given filter function. - :param filter_fn: Filter function that takes a single class name as input and returns a boolean (True to keep). - :return: str corresponding to the matching class name, None if no match found. - :raises: ValueError if more than one matching class is found. + :param filter_fn: Filter function that takes a single synset as input and returns a boolean (True to keep). + :return: str corresponding to the matching synset, None if no match found. + :raises: ValueError if more than one matching synset is found. """ matched = [ - class_name for class_name in self.taxonomy.nodes if filter_fn(class_name)] + synset for synset in self.taxonomy.nodes if filter_fn(synset)] if not matched: return None elif len(matched) > 1: - raise ValueError("Multiple classes matched: %s" % + raise ValueError("Multiple synsets matched: %s" % ", ".join(matched)) return matched[0] + + def get_all_synsets(self): + """ + Return all synsets in topology, in topological order (every synsets appears before its descendants) + + :return: list of str corresponding to synsets + """ + return list(nx.topological_sort(self.taxonomy)) - def get_class_name_from_igibson_category(self, igibson_category): + def get_synset_from_category(self, category): """ - Get class name corresponding to iGibson object category. + Get synset name corresponding to object category. - :param igibson_category: iGibson object category to search for. - :return: str containing matching class name. - :raises ValueError if multiple matching classes are found. + :param category: object category to search for. + :return: str containing matching synset. + :raises ValueError if multiple matching synsets are found. """ - return self._get_class_by_filter(lambda class_name: igibson_category in self.get_igibson_categories(class_name)) + return self._get_synset_by_filter(lambda synset: category in self.get_categories(synset)) - def get_subtree_igibson_categories(self, class_name): + def get_subtree_categories(self, synset): """ - Get the iGibson object categories matching the subtree of a given class (by aggregating categories across all the leaf-level descendants). + Get the object categories matching the subtree of a given synset (by aggregating categories across all the leaf-level descendants). - :param class name: Class name to search - :return: list of str corresponding to iGibson object categories + :param synset: synset to search + :return: list of str corresponding to object categories """ - if self.is_leaf(class_name): - class_names = [class_name] + if self.is_leaf(synset): + synsets = [synset] else: - class_names = self.get_leaf_descendants(class_name) - all_igibson_categories = [] - for class_name in class_names: - all_igibson_categories += self.get_igibson_categories(class_name) - return all_igibson_categories + synsets = self.get_leaf_descendants(synset) + all_categories = [] + for synset in synsets: + all_categories += self.get_categories(synset) + return all_categories - def is_valid_class(self, class_name): + def is_valid_synset(self, synset): """ - Check whether a given class exists within the object taxonomy. + Check whether a given synset exists within the object taxonomy. - :param class_name: Class name to search. - :return: bool indicating if the class exists in the taxonomy. + :param synset: synset to search. + :return: bool indicating if the synset exists in the taxonomy. """ - return self.taxonomy.has_node(class_name) + return self.taxonomy.has_node(synset) - def get_descendants(self, class_name): + def get_descendants(self, synset): """ - Get the descendant classes of a class. + Get the descendant synsets of a synset. - :param class_name: Class name to search. - :return: list of str corresponding to descendant class names. + :param synset: synset to search. + :return: list of str corresponding to descendant synsets. """ - assert self.is_valid_class(class_name) - return list(nx.algorithms.dag.descendants(self.taxonomy, class_name)) + assert self.is_valid_synset(synset) + return list(nx.algorithms.dag.descendants(self.taxonomy, synset)) - def get_leaf_descendants(self, class_name): + def get_leaf_descendants(self, synset): """ - Get the leaf descendant classes of a class, e.g. descendant classes who are also leaf nodes. + Get the leaf descendant synsets of a synset, e.g. descendant synsets who are also leaf nodes. - :param class_name: Class name to search. - :return: list of str corresponding to leaf descendant class names. + :param synset: synset to search. + :return: list of str corresponding to leaf descendant synsets. """ - return [node for node in self.get_descendants(class_name) if self.taxonomy.out_degree(node) == 0] + return [node for node in self.get_descendants(synset) if self.taxonomy.out_degree(node) == 0] - def get_ancestors(self, class_name): + def get_ancestors(self, synset): """ - Get the ancestor classes of a class. + Get the ancestor synsets of a synset. - :param class_name: Class name to search. - :return: list of str corresponding to ancestor class names. + :param synset: synset to search. + :return: list of str corresponding to ancestor synsets. """ - assert self.is_valid_class(class_name) - return list(nx.algorithms.dag.ancestors(self.taxonomy, class_name)) + assert self.is_valid_synset(synset) + return list(nx.algorithms.dag.ancestors(self.taxonomy, synset)) - def is_descendant(self, class_name, potential_ancestor_class_name): + def is_descendant(self, synset, potential_ancestor_synset): """ - Check whether a given class is a descendant of another class. + Check whether a given synset is a descendant of another synset. - :param class_name: The class name being searched for as a descendant. - :param potential_ancestor_class_name: The class name being searched for as a parent. - :return: bool indicating whether class_name is a descendant of potential_ancestor_class_name. + :param synset: The synset being searched for as a descendant. + :param potential_ancestor_synset: The synset being searched for as a parent. + :return: bool indicating whether synset is a descendant of potential_ancestor_synset. """ - assert self.is_valid_class(class_name) - assert self.is_valid_class(potential_ancestor_class_name) - return class_name in self.get_descendants(potential_ancestor_class_name) + assert self.is_valid_synset(synset) + assert self.is_valid_synset(potential_ancestor_synset) + return synset in self.get_descendants(potential_ancestor_synset) - def is_ancestor(self, class_name, potential_descendant_class_name): + def is_ancestor(self, synset, potential_descendant_synset): """ - Check whether a given class is an ancestor of another class. + Check whether a given synset is an ancestor of another synset. - :param class_name: The class name being searched for as an ancestor. - :param potential_descendant_class_name: The class name being searched for as a descendant. - :return: bool indicating whether class_name is an ancestor of potential_descendant_class_name. + :param synset: The synset being searched for as an ancestor. + :param potential_descendant_synset: The synset being searched for as a descendant. + :return: bool indicating whether synset is an ancestor of potential_descendant_synset. """ - assert self.is_valid_class(class_name) - assert self.is_valid_class(potential_descendant_class_name) - return class_name in self.get_ancestors(potential_descendant_class_name) + assert self.is_valid_synset(synset) + assert self.is_valid_synset(potential_descendant_synset) + return synset in self.get_ancestors(potential_descendant_synset) - def get_abilities(self, class_name): + def get_abilities(self, synset): """ - Get the abilities of a given class. + Get the abilities of a given synset. - :param class_name: Class name to search. + :param synset: synset to search. :return: dict in the form of {ability: {param: value}} containing abilities and ability parameters. """ - assert self.is_valid_class(class_name), f"Invalid class name: {class_name}" - return copy.deepcopy(self.taxonomy.nodes[class_name]['abilities']) + assert self.is_valid_synset(synset), f"Invalid synset: {synset}" + return copy.deepcopy(self.taxonomy.nodes[synset]['abilities']) - def get_igibson_categories(self, class_name): + def get_categories(self, synset): """ - Get the iGibson object categories matching a given class. + Get the object categories matching a given synset. - :param class_name: Class name to search. - :return: list of str corresponding to iGibson object categories matching the class. + :param synset: synset to search. + :return: list of str corresponding to object categories matching the synset. """ - assert self.is_valid_class(class_name) - return list(self.taxonomy.nodes[class_name]['igibson_categories']) + assert self.is_valid_synset(synset) + return list(self.taxonomy.nodes[synset]['categories']) - def get_children(self, class_name): + def get_children(self, synset): """ - Get the immediate child classes of a class. + Get the immediate child synsets of a synset. - :param class_name: Class name to search. - :return: list of str corresponding to child class names. + :param synset: synset to search. + :return: list of str corresponding to child synsets. """ - assert self.is_valid_class(class_name) - return list(self.taxonomy.successors(class_name)) + assert self.is_valid_synset(synset) + return list(self.taxonomy.successors(synset)) - def get_parent(self, class_name): + def get_parents(self, synset): """ - Get the immediate parent class of a class. + Get the immediate parent synsets of a synset. - :param class_name: Class name to search. - :return: str corresponding to parent class name, None if no parent exists. + :param synset: synset to search. + :return: list of str corresponding to parent synset """ - assert self.is_valid_class(class_name) - - in_degree = self.taxonomy.in_degree(class_name) - assert in_degree <= 1 + assert self.is_valid_synset(synset) - return next(self.taxonomy.predecessors(class_name)) if in_degree else None + return list(self.taxonomy.predecessors(synset)) - def is_leaf(self, class_name): + def is_leaf(self, synset): """ - Check whether a given class is a leaf class e.g. it has no descendants. + Check whether a given synset is a leaf synset e.g. it has no descendants. - :param class_name: Class name to search. - :return: bool indicating if the class is a leaf class. + :param synset: synset to search. + :return: bool indicating if the synset is a leaf synset. """ - assert self.is_valid_class(class_name), "{} is not a valid class name".format(class_name) - return self.taxonomy.out_degree(class_name) == 0 + assert self.is_valid_synset(synset), "{} is not a valid synset".format(synset) + return self.taxonomy.out_degree(synset) == 0 - def has_ability(self, class_name, ability): + def has_ability(self, synset, ability): """ - Check whether the given class has the given ability. + Check whether the given synset has the given ability. - :param class_name: Class name to check. + :param synset: synset to check. :param ability: Ability name to check. - :return: bool indicating if the class has the ability. + :return: bool indicating if the synset has the ability. """ - return ability in self.get_abilities(class_name) + return ability in self.get_abilities(synset) if __name__ == "__main__": object_taxonomy = ObjectTaxonomy() - embed() diff --git a/bddl/parsing.py b/bddl/parsing.py index 45e65984..778f0ad3 100644 --- a/bddl/parsing.py +++ b/bddl/parsing.py @@ -64,11 +64,8 @@ def parse_domain(domain): raise Exception('Requirement %s not supported' % req) requirements = group elif t == ':predicates': - predicate_name, arguments = parse_predicates(group) - if predicate_name in predicates: - raise Exception( - 'Predicate %s defined multiple times' % predicate_name) - predicates[predicate_name] = arguments + # predicate_name, arguments = parse_predicates(group) + predicates = parse_predicates(group) elif t == ':types': types = group elif t == ':action': @@ -87,6 +84,7 @@ def parse_domain(domain): def parse_predicates(group): + predicates = {} for pred in group: predicate_name = pred.pop(0) arguments = {} @@ -103,7 +101,9 @@ def parse_predicates(group): untyped_variables.append(t) while untyped_variables: arguments[untyped_variables.pop(0)] = 'object' - return predicate_name, arguments + # print(predicates) + predicates[predicate_name] = arguments + return predicates def parse_action(group): diff --git a/bddl/prop_param_annots/coldSource.csv b/bddl/prop_param_annots/coldSource.csv deleted file mode 100644 index f9bd2854..00000000 --- a/bddl/prop_param_annots/coldSource.csv +++ /dev/null @@ -1,11709 +0,0 @@ -synset,property,gpt3_answer,human_review,require_coldsource_temperature,value(C),source,comment -ginger_ale.n.01,liquid,1,1,FALSE,,, -ginger_ale.n.01,heatSource,0,0,FALSE,,, -ginger_ale.n.01,fireSource,0,0,FALSE,,, -ginger_ale.n.01,cookable,0,0,FALSE,,, -ginger_ale.n.01,coldSource,0,0,FALSE,,, -ginger_ale.n.01,sliceable,0,0,FALSE,,, -ginger_ale.n.01,slicer,1,0,FALSE,,, -ginger_ale.n.01,soakable,0,0,FALSE,,, -floor.n.01,liquid,0,0,FALSE,,, -floor.n.01,heatSource,0,0,FALSE,,, -floor.n.01,fireSource,0,0,FALSE,,, -floor.n.01,cookable,0,0,FALSE,,, -floor.n.01,coldSource,0,0,FALSE,,, -floor.n.01,sliceable,0,0,FALSE,,, -floor.n.01,slicer,0,0,FALSE,,, -floor.n.01,soakable,0,0,FALSE,,, -armchair.n.01,liquid,0,0,FALSE,,, -armchair.n.01,heatSource,0,0,FALSE,,, -armchair.n.01,fireSource,0,0,FALSE,,, -armchair.n.01,cookable,0,0,FALSE,,, -armchair.n.01,coldSource,0,0,FALSE,,, -armchair.n.01,sliceable,0,0,FALSE,,, -armchair.n.01,slicer,1,0,FALSE,,, -armchair.n.01,soakable,0,0,FALSE,,, -basket.n.01,liquid,0,0,FALSE,,, -basket.n.01,heatSource,0,0,FALSE,,, -basket.n.01,fireSource,0,0,FALSE,,, -basket.n.01,cookable,0,0,FALSE,,, -basket.n.01,coldSource,0,0,FALSE,,, -basket.n.01,sliceable,0,0,FALSE,,, -basket.n.01,slicer,1,0,FALSE,,, -basket.n.01,soakable,1,0,FALSE,,, -bathtub.n.01,liquid,1,0,FALSE,,, -bathtub.n.01,heatSource,0,0,FALSE,,, -bathtub.n.01,fireSource,0,0,FALSE,,, -bathtub.n.01,cookable,0,0,FALSE,,, -bathtub.n.01,coldSource,1,0,FALSE,,, -bathtub.n.01,sliceable,0,0,FALSE,,, -bathtub.n.01,slicer,0,0,FALSE,,, -bathtub.n.01,soakable,0,0,FALSE,,, -bed.n.01,liquid,0,0,FALSE,,, -bed.n.01,heatSource,0,0,FALSE,,, -bed.n.01,fireSource,0,0,FALSE,,, -bed.n.01,cookable,0,0,FALSE,,, -bed.n.01,coldSource,0,0,FALSE,,, -bed.n.01,sliceable,0,0,FALSE,,, -bed.n.01,slicer,0,0,FALSE,,, -bed.n.01,soakable,1,0,FALSE,,, -bench.n.01,liquid,0,0,FALSE,,, -bench.n.01,heatSource,0,0,FALSE,,, -bench.n.01,fireSource,0,0,FALSE,,, -bench.n.01,cookable,0,0,FALSE,,, -bench.n.01,coldSource,0,0,FALSE,,, -bench.n.01,sliceable,0,0,FALSE,,, -bench.n.01,slicer,0,0,FALSE,,, -bench.n.01,soakable,1,0,FALSE,,, -cabinet.n.01,liquid,0,0,FALSE,,, -cabinet.n.01,heatSource,0,0,FALSE,,, -cabinet.n.01,fireSource,0,0,FALSE,,, -cabinet.n.01,cookable,0,0,FALSE,,, -cabinet.n.01,coldSource,0,0,FALSE,,, -cabinet.n.01,sliceable,0,0,FALSE,,, -cabinet.n.01,slicer,1,0,FALSE,,, -cabinet.n.01,soakable,0,0,FALSE,,, -breakfast_table.n.01,liquid,0,0,FALSE,,, -breakfast_table.n.01,heatSource,0,0,FALSE,,, -breakfast_table.n.01,fireSource,0,0,FALSE,,, -breakfast_table.n.01,cookable,0,0,FALSE,,, -breakfast_table.n.01,coldSource,0,0,FALSE,,, -breakfast_table.n.01,sliceable,0,0,FALSE,,, -breakfast_table.n.01,slicer,0,0,FALSE,,, -breakfast_table.n.01,soakable,0,0,FALSE,,, -burner.n.02,liquid,0,0,FALSE,,, -burner.n.02,heatSource,1,1,FALSE,,, -burner.n.02,fireSource,0,0,FALSE,,, -burner.n.02,cookable,0,0,FALSE,,, -burner.n.02,coldSource,0,0,FALSE,,, -burner.n.02,sliceable,0,0,FALSE,,, -burner.n.02,slicer,1,0,FALSE,,, -burner.n.02,soakable,0,0,FALSE,,, -rug.n.01,liquid,0,0,FALSE,,, -rug.n.01,heatSource,0,0,FALSE,,, -rug.n.01,fireSource,0,0,FALSE,,, -rug.n.01,cookable,0,0,FALSE,,, -rug.n.01,coldSource,0,0,FALSE,,, -rug.n.01,sliceable,0,0,FALSE,,, -rug.n.01,slicer,0,0,FALSE,,, -rug.n.01,soakable,0,1,FALSE,,, -chaise_longue.n.01,liquid,0,0,FALSE,,, -chaise_longue.n.01,heatSource,0,0,FALSE,,, -chaise_longue.n.01,fireSource,0,0,FALSE,,, -chaise_longue.n.01,cookable,0,0,FALSE,,, -chaise_longue.n.01,coldSource,0,0,FALSE,,, -chaise_longue.n.01,sliceable,0,0,FALSE,,, -chaise_longue.n.01,slicer,0,0,FALSE,,, -chaise_longue.n.01,soakable,0,0,FALSE,,, -chest.n.02,liquid,0,0,FALSE,,, -chest.n.02,heatSource,0,0,FALSE,,, -chest.n.02,fireSource,0,0,FALSE,,, -chest.n.02,cookable,0,0,FALSE,,, -chest.n.02,coldSource,0,0,FALSE,,, -chest.n.02,sliceable,0,0,FALSE,,, -chest.n.02,slicer,1,0,FALSE,,, -chest.n.02,soakable,0,0,FALSE,,, -coffee_maker.n.01,liquid,0,0,FALSE,,, -coffee_maker.n.01,heatSource,0,1,FALSE,,, -coffee_maker.n.01,fireSource,0,0,FALSE,,, -coffee_maker.n.01,cookable,0,0,FALSE,,, -coffee_maker.n.01,coldSource,0,0,FALSE,,, -coffee_maker.n.01,sliceable,0,0,FALSE,,, -coffee_maker.n.01,slicer,1,0,FALSE,,, -coffee_maker.n.01,soakable,0,0,FALSE,,, -coffee_table.n.01,liquid,0,0,FALSE,,, -coffee_table.n.01,heatSource,0,0,FALSE,,, -coffee_table.n.01,fireSource,0,0,FALSE,,, -coffee_table.n.01,cookable,0,0,FALSE,,, -coffee_table.n.01,coldSource,0,0,FALSE,,, -coffee_table.n.01,sliceable,0,0,FALSE,,, -coffee_table.n.01,slicer,0,0,FALSE,,, -coffee_table.n.01,soakable,0,0,FALSE,,, -console_table.n.01,liquid,0,0,FALSE,,, -console_table.n.01,heatSource,0,0,FALSE,,, -console_table.n.01,fireSource,0,0,FALSE,,, -console_table.n.01,cookable,0,0,FALSE,,, -console_table.n.01,coldSource,0,0,FALSE,,, -console_table.n.01,sliceable,0,0,FALSE,,, -console_table.n.01,slicer,1,0,FALSE,,, -console_table.n.01,soakable,0,0,FALSE,,, -countertop.n.01,liquid,0,0,FALSE,,, -countertop.n.01,heatSource,0,0,FALSE,,, -countertop.n.01,fireSource,0,0,FALSE,,, -countertop.n.01,cookable,0,0,FALSE,,, -countertop.n.01,coldSource,0,0,FALSE,,, -countertop.n.01,sliceable,0,0,FALSE,,, -countertop.n.01,slicer,1,0,FALSE,,, -countertop.n.01,soakable,0,0,FALSE,,, -crib.n.01,liquid,0,0,FALSE,,, -crib.n.01,heatSource,0,0,FALSE,,, -crib.n.01,fireSource,0,0,FALSE,,, -crib.n.01,cookable,0,0,FALSE,,, -crib.n.01,coldSource,0,0,FALSE,,, -crib.n.01,sliceable,0,0,FALSE,,, -crib.n.01,slicer,1,0,FALSE,,, -crib.n.01,soakable,0,0,FALSE,,, -desk.n.01,liquid,0,0,FALSE,,, -desk.n.01,heatSource,0,0,FALSE,,, -desk.n.01,fireSource,0,0,FALSE,,, -desk.n.01,cookable,0,0,FALSE,,, -desk.n.01,coldSource,0,0,FALSE,,, -desk.n.01,sliceable,0,0,FALSE,,, -desk.n.01,slicer,0,0,FALSE,,, -desk.n.01,soakable,0,0,FALSE,,, -dishwasher.n.01,liquid,0,0,FALSE,,, -dishwasher.n.01,heatSource,0,0,FALSE,,, -dishwasher.n.01,fireSource,0,0,FALSE,,, -dishwasher.n.01,cookable,0,0,FALSE,,, -dishwasher.n.01,coldSource,0,0,FALSE,,, -dishwasher.n.01,sliceable,0,0,FALSE,,, -dishwasher.n.01,slicer,1,0,FALSE,,, -dishwasher.n.01,soakable,0,0,FALSE,,, -door.n.01,liquid,0,0,FALSE,,, -door.n.01,heatSource,0,0,FALSE,,, -door.n.01,fireSource,0,0,FALSE,,, -door.n.01,cookable,0,0,FALSE,,, -door.n.01,coldSource,0,0,FALSE,,, -door.n.01,sliceable,0,0,FALSE,,, -door.n.01,slicer,1,0,FALSE,,, -door.n.01,soakable,0,0,FALSE,,, -dryer.n.01,liquid,0,0,FALSE,,, -dryer.n.01,heatSource,0,0,FALSE,,, -dryer.n.01,fireSource,0,0,FALSE,,, -dryer.n.01,cookable,0,0,FALSE,,, -dryer.n.01,coldSource,0,0,FALSE,,, -dryer.n.01,sliceable,0,0,FALSE,,, -dryer.n.01,slicer,1,0,FALSE,,, -dryer.n.01,soakable,0,0,FALSE,,, -floor_lamp.n.01,liquid,0,0,FALSE,,, -floor_lamp.n.01,heatSource,0,0,FALSE,,, -floor_lamp.n.01,fireSource,0,0,FALSE,,, -floor_lamp.n.01,cookable,0,0,FALSE,,, -floor_lamp.n.01,coldSource,0,0,FALSE,,, -floor_lamp.n.01,sliceable,0,0,FALSE,,, -floor_lamp.n.01,slicer,0,0,FALSE,,, -floor_lamp.n.01,soakable,0,0,FALSE,,, -folding_chair.n.01,liquid,0,0,FALSE,,, -folding_chair.n.01,heatSource,0,0,FALSE,,, -folding_chair.n.01,fireSource,0,0,FALSE,,, -folding_chair.n.01,cookable,0,0,FALSE,,, -folding_chair.n.01,coldSource,0,0,FALSE,,, -folding_chair.n.01,sliceable,0,0,FALSE,,, -folding_chair.n.01,slicer,1,0,FALSE,,, -folding_chair.n.01,soakable,1,0,FALSE,,, -electric_refrigerator.n.01,liquid,0,0,FALSE,,, -electric_refrigerator.n.01,heatSource,0,0,FALSE,,, -electric_refrigerator.n.01,fireSource,0,0,FALSE,,, -electric_refrigerator.n.01,cookable,1,0,FALSE,,, -electric_refrigerator.n.01,coldSource,0,1,TRUE,1.7,"https://www.realsimple.com/food-recipes/shopping-storing/food/refrigerator-temperature#:~:text=The%20U.S.%20Food%20and%20Drug,1.7%20to%203.3%C2%B0C).", -electric_refrigerator.n.01,sliceable,0,0,FALSE,,, -electric_refrigerator.n.01,slicer,1,0,FALSE,,, -electric_refrigerator.n.01,soakable,0,0,FALSE,,, -gaming_table.n.01,liquid,0,0,FALSE,,, -gaming_table.n.01,heatSource,0,0,FALSE,,, -gaming_table.n.01,fireSource,0,0,FALSE,,, -gaming_table.n.01,cookable,0,0,FALSE,,, -gaming_table.n.01,coldSource,0,0,FALSE,,, -gaming_table.n.01,sliceable,0,0,FALSE,,, -gaming_table.n.01,slicer,1,0,FALSE,,, -gaming_table.n.01,soakable,0,0,FALSE,,, -grandfather_clock.n.01,liquid,0,0,FALSE,,, -grandfather_clock.n.01,heatSource,0,0,FALSE,,, -grandfather_clock.n.01,fireSource,0,0,FALSE,,, -grandfather_clock.n.01,cookable,0,0,FALSE,,, -grandfather_clock.n.01,coldSource,0,0,FALSE,,, -grandfather_clock.n.01,sliceable,0,0,FALSE,,, -grandfather_clock.n.01,slicer,1,0,FALSE,,, -grandfather_clock.n.01,soakable,0,0,FALSE,,, -guitar.n.01,liquid,0,0,FALSE,,, -guitar.n.01,heatSource,0,0,FALSE,,, -guitar.n.01,fireSource,0,0,FALSE,,, -guitar.n.01,cookable,0,0,FALSE,,, -guitar.n.01,coldSource,0,0,FALSE,,, -guitar.n.01,sliceable,0,0,FALSE,,, -guitar.n.01,slicer,1,0,FALSE,,, -guitar.n.01,soakable,0,0,FALSE,,, -heater.n.01,liquid,0,0,FALSE,,, -heater.n.01,heatSource,1,1,FALSE,,, -heater.n.01,fireSource,0,0,FALSE,,, -heater.n.01,cookable,0,0,FALSE,,, -heater.n.01,coldSource,0,0,FALSE,,, -heater.n.01,sliceable,0,0,FALSE,,, -heater.n.01,slicer,1,0,FALSE,,, -heater.n.01,soakable,0,0,FALSE,,, -highchair.n.01,liquid,0,0,FALSE,,, -highchair.n.01,heatSource,0,0,FALSE,,, -highchair.n.01,fireSource,0,0,FALSE,,, -highchair.n.01,cookable,0,0,FALSE,,, -highchair.n.01,coldSource,1,0,FALSE,,, -highchair.n.01,sliceable,0,0,FALSE,,, -highchair.n.01,slicer,1,0,FALSE,,, -highchair.n.01,soakable,1,0,FALSE,,, -laptop.n.01,liquid,0,0,FALSE,,, -laptop.n.01,heatSource,0,0,FALSE,,, -laptop.n.01,fireSource,0,0,FALSE,,, -laptop.n.01,cookable,0,0,FALSE,,, -laptop.n.01,coldSource,0,0,FALSE,,, -laptop.n.01,sliceable,0,0,FALSE,,, -laptop.n.01,slicer,1,0,FALSE,,, -laptop.n.01,soakable,0,0,FALSE,,, -loudspeaker.n.01,liquid,0,0,FALSE,,, -loudspeaker.n.01,heatSource,0,0,FALSE,,, -loudspeaker.n.01,fireSource,0,0,FALSE,,, -loudspeaker.n.01,cookable,0,0,FALSE,,, -loudspeaker.n.01,coldSource,0,0,FALSE,,, -loudspeaker.n.01,sliceable,0,0,FALSE,,, -loudspeaker.n.01,slicer,1,0,FALSE,,, -loudspeaker.n.01,soakable,0,0,FALSE,,, -microwave.n.02,liquid,0,0,FALSE,,, -microwave.n.02,heatSource,1,1,FALSE,,, -microwave.n.02,fireSource,1,0,FALSE,,, -microwave.n.02,cookable,0,0,FALSE,,, -microwave.n.02,coldSource,0,0,FALSE,,, -microwave.n.02,sliceable,0,0,FALSE,,, -microwave.n.02,slicer,1,0,FALSE,,, -microwave.n.02,soakable,0,0,FALSE,,, -mirror.n.01,liquid,0,0,FALSE,,, -mirror.n.01,heatSource,0,0,FALSE,,, -mirror.n.01,fireSource,0,0,FALSE,,, -mirror.n.01,cookable,0,0,FALSE,,, -mirror.n.01,coldSource,0,0,FALSE,,, -mirror.n.01,sliceable,0,0,FALSE,,, -mirror.n.01,slicer,1,0,FALSE,,, -mirror.n.01,soakable,0,0,FALSE,,, -monitor.n.04,liquid,0,0,FALSE,,, -monitor.n.04,heatSource,0,0,FALSE,,, -monitor.n.04,fireSource,0,0,FALSE,,, -monitor.n.04,cookable,0,0,FALSE,,, -monitor.n.04,coldSource,0,0,FALSE,,, -monitor.n.04,sliceable,0,0,FALSE,,, -monitor.n.04,slicer,1,0,FALSE,,, -monitor.n.04,soakable,0,0,FALSE,,, -oven.n.01,liquid,0,0,FALSE,,, -oven.n.01,heatSource,1,1,FALSE,,, -oven.n.01,fireSource,1,0,FALSE,,, -oven.n.01,cookable,0,0,FALSE,,, -oven.n.01,coldSource,0,0,FALSE,,, -oven.n.01,sliceable,0,0,FALSE,,, -oven.n.01,slicer,1,0,FALSE,,, -oven.n.01,soakable,0,0,FALSE,,, -pedestal_table.n.01,liquid,0,0,FALSE,,, -pedestal_table.n.01,heatSource,0,0,FALSE,,, -pedestal_table.n.01,fireSource,0,0,FALSE,,, -pedestal_table.n.01,cookable,0,0,FALSE,,, -pedestal_table.n.01,coldSource,0,0,FALSE,,, -pedestal_table.n.01,sliceable,0,0,FALSE,,, -pedestal_table.n.01,slicer,0,0,FALSE,,, -pedestal_table.n.01,soakable,0,0,FALSE,,, -piano.n.01,liquid,0,0,FALSE,,, -piano.n.01,heatSource,0,0,FALSE,,, -piano.n.01,fireSource,0,0,FALSE,,, -piano.n.01,cookable,0,0,FALSE,,, -piano.n.01,coldSource,0,0,FALSE,,, -piano.n.01,sliceable,0,0,FALSE,,, -piano.n.01,slicer,1,0,FALSE,,, -piano.n.01,soakable,0,0,FALSE,,, -photograph.n.01,liquid,0,0,FALSE,,, -photograph.n.01,heatSource,0,0,FALSE,,, -photograph.n.01,fireSource,0,0,FALSE,,, -photograph.n.01,cookable,0,0,FALSE,,, -photograph.n.01,coldSource,0,0,FALSE,,, -photograph.n.01,sliceable,0,0,FALSE,,, -photograph.n.01,slicer,0,0,FALSE,,, -photograph.n.01,soakable,0,0,FALSE,,, -pillow.n.01,liquid,0,0,FALSE,,, -pillow.n.01,heatSource,0,0,FALSE,,, -pillow.n.01,fireSource,0,0,FALSE,,, -pillow.n.01,cookable,0,0,FALSE,,, -pillow.n.01,coldSource,0,0,FALSE,,, -pillow.n.01,sliceable,0,0,FALSE,,, -pillow.n.01,slicer,0,0,FALSE,,, -pillow.n.01,soakable,0,1,FALSE,,, -pool_table.n.01,liquid,0,0,FALSE,,, -pool_table.n.01,heatSource,0,0,FALSE,,, -pool_table.n.01,fireSource,0,0,FALSE,,, -pool_table.n.01,cookable,0,0,FALSE,,, -pool_table.n.01,coldSource,0,0,FALSE,,, -pool_table.n.01,sliceable,0,0,FALSE,,, -pool_table.n.01,slicer,0,0,FALSE,,, -pool_table.n.01,soakable,0,0,FALSE,,, -pot_plant.n.01,liquid,0,0,FALSE,,, -pot_plant.n.01,heatSource,0,0,FALSE,,, -pot_plant.n.01,fireSource,0,0,FALSE,,, -pot_plant.n.01,cookable,0,0,FALSE,,, -pot_plant.n.01,coldSource,0,0,FALSE,,, -pot_plant.n.01,sliceable,0,0,FALSE,,, -pot_plant.n.01,slicer,0,0,FALSE,,, -pot_plant.n.01,soakable,0,0,FALSE,,, -rail_fence.n.01,liquid,0,0,FALSE,,, -rail_fence.n.01,heatSource,0,0,FALSE,,, -rail_fence.n.01,fireSource,0,0,FALSE,,, -rail_fence.n.01,cookable,0,0,FALSE,,, -rail_fence.n.01,coldSource,0,0,FALSE,,, -rail_fence.n.01,sliceable,0,0,FALSE,,, -rail_fence.n.01,slicer,0,0,FALSE,,, -rail_fence.n.01,soakable,0,0,FALSE,,, -range_hood.n.01,liquid,0,0,FALSE,,, -range_hood.n.01,heatSource,0,0,FALSE,,, -range_hood.n.01,fireSource,0,0,FALSE,,, -range_hood.n.01,cookable,0,0,FALSE,,, -range_hood.n.01,coldSource,0,0,FALSE,,, -range_hood.n.01,sliceable,0,0,FALSE,,, -range_hood.n.01,slicer,0,0,FALSE,,, -range_hood.n.01,soakable,0,0,FALSE,,, -rocking_chair.n.01,liquid,0,0,FALSE,,, -rocking_chair.n.01,heatSource,0,0,FALSE,,, -rocking_chair.n.01,fireSource,0,0,FALSE,,, -rocking_chair.n.01,cookable,0,0,FALSE,,, -rocking_chair.n.01,coldSource,0,0,FALSE,,, -rocking_chair.n.01,sliceable,0,0,FALSE,,, -rocking_chair.n.01,slicer,1,0,FALSE,,, -rocking_chair.n.01,soakable,0,0,FALSE,,, -shelf.n.01,liquid,0,0,FALSE,,, -shelf.n.01,heatSource,0,0,FALSE,,, -shelf.n.01,fireSource,0,0,FALSE,,, -shelf.n.01,cookable,0,0,FALSE,,, -shelf.n.01,coldSource,0,0,FALSE,,, -shelf.n.01,sliceable,0,0,FALSE,,, -shelf.n.01,slicer,0,0,FALSE,,, -shelf.n.01,soakable,0,0,FALSE,,, -shower.n.01,liquid,0,0,FALSE,,, -shower.n.01,heatSource,0,0,FALSE,,, -shower.n.01,fireSource,0,0,FALSE,,, -shower.n.01,cookable,1,0,FALSE,,, -shower.n.01,coldSource,1,0,FALSE,,, -shower.n.01,sliceable,0,0,FALSE,,, -shower.n.01,slicer,1,0,FALSE,,, -shower.n.01,soakable,0,0,FALSE,,, -sink.n.01,liquid,0,0,FALSE,,, -sink.n.01,heatSource,0,0,FALSE,,, -sink.n.01,fireSource,0,0,FALSE,,, -sink.n.01,cookable,1,0,FALSE,,, -sink.n.01,coldSource,1,0,FALSE,,, -sink.n.01,sliceable,0,0,FALSE,,, -sink.n.01,slicer,0,0,FALSE,,, -sink.n.01,soakable,0,0,FALSE,,, -sofa.n.01,liquid,0,0,FALSE,,, -sofa.n.01,heatSource,0,0,FALSE,,, -sofa.n.01,fireSource,0,0,FALSE,,, -sofa.n.01,cookable,0,0,FALSE,,, -sofa.n.01,coldSource,0,0,FALSE,,, -sofa.n.01,sliceable,0,0,FALSE,,, -sofa.n.01,slicer,0,0,FALSE,,, -sofa.n.01,soakable,0,0,FALSE,,, -stand.n.04,liquid,0,0,FALSE,,, -stand.n.04,heatSource,0,0,FALSE,,, -stand.n.04,fireSource,0,0,FALSE,,, -stand.n.04,cookable,0,0,FALSE,,, -stand.n.04,coldSource,0,0,FALSE,,, -stand.n.04,sliceable,0,0,FALSE,,, -stand.n.04,slicer,1,0,FALSE,,, -stand.n.04,soakable,1,0,FALSE,,, -television_receiver.n.01,liquid,0,0,FALSE,,, -television_receiver.n.01,heatSource,0,0,FALSE,,, -television_receiver.n.01,fireSource,0,0,FALSE,,, -television_receiver.n.01,cookable,0,0,FALSE,,, -television_receiver.n.01,coldSource,0,0,FALSE,,, -television_receiver.n.01,sliceable,0,0,FALSE,,, -television_receiver.n.01,slicer,1,0,FALSE,,, -television_receiver.n.01,soakable,0,0,FALSE,,, -stool.n.01,liquid,0,0,FALSE,,, -stool.n.01,heatSource,0,0,FALSE,,, -stool.n.01,fireSource,0,0,FALSE,,, -stool.n.01,cookable,0,0,FALSE,,, -stool.n.01,coldSource,0,0,FALSE,,, -stool.n.01,sliceable,0,0,FALSE,,, -stool.n.01,slicer,0,0,FALSE,,, -stool.n.01,soakable,1,0,FALSE,,, -stove.n.01,liquid,0,0,FALSE,,, -stove.n.01,heatSource,1,0,FALSE,,, -stove.n.01,fireSource,1,0,FALSE,,, -stove.n.01,cookable,0,0,FALSE,,, -stove.n.01,coldSource,0,0,FALSE,,, -stove.n.01,sliceable,0,0,FALSE,,, -stove.n.01,slicer,1,0,FALSE,,, -stove.n.01,soakable,0,0,FALSE,,, -straight_chair.n.01,liquid,0,0,FALSE,,, -straight_chair.n.01,heatSource,0,0,FALSE,,, -straight_chair.n.01,fireSource,0,0,FALSE,,, -straight_chair.n.01,cookable,0,0,FALSE,,, -straight_chair.n.01,coldSource,0,0,FALSE,,, -straight_chair.n.01,sliceable,0,0,FALSE,,, -straight_chair.n.01,slicer,0,0,FALSE,,, -straight_chair.n.01,soakable,0,0,FALSE,,, -swivel_chair.n.01,liquid,0,0,FALSE,,, -swivel_chair.n.01,heatSource,0,0,FALSE,,, -swivel_chair.n.01,fireSource,0,0,FALSE,,, -swivel_chair.n.01,cookable,0,0,FALSE,,, -swivel_chair.n.01,coldSource,0,0,FALSE,,, -swivel_chair.n.01,sliceable,0,0,FALSE,,, -swivel_chair.n.01,slicer,1,0,FALSE,,, -swivel_chair.n.01,soakable,0,0,FALSE,,, -table_lamp.n.01,liquid,0,0,FALSE,,, -table_lamp.n.01,heatSource,0,0,FALSE,,, -table_lamp.n.01,fireSource,0,0,FALSE,,, -table_lamp.n.01,cookable,0,0,FALSE,,, -table_lamp.n.01,coldSource,0,0,FALSE,,, -table_lamp.n.01,sliceable,0,0,FALSE,,, -table_lamp.n.01,slicer,1,0,FALSE,,, -table_lamp.n.01,soakable,0,0,FALSE,,, -toilet.n.02,liquid,0,0,FALSE,,, -toilet.n.02,heatSource,0,0,FALSE,,, -toilet.n.02,fireSource,0,0,FALSE,,, -toilet.n.02,cookable,0,0,FALSE,,, -toilet.n.02,coldSource,0,0,FALSE,,, -toilet.n.02,sliceable,0,0,FALSE,,, -toilet.n.02,slicer,1,0,FALSE,,, -toilet.n.02,soakable,0,0,FALSE,,, -towel_rack.n.01,liquid,0,0,FALSE,,, -towel_rack.n.01,heatSource,0,0,FALSE,,, -towel_rack.n.01,fireSource,0,0,FALSE,,, -towel_rack.n.01,cookable,0,0,FALSE,,, -towel_rack.n.01,coldSource,0,0,FALSE,,, -towel_rack.n.01,sliceable,0,0,FALSE,,, -towel_rack.n.01,slicer,1,0,FALSE,,, -towel_rack.n.01,soakable,0,0,FALSE,,, -ashcan.n.01,liquid,0,0,FALSE,,, -ashcan.n.01,heatSource,0,0,FALSE,,, -ashcan.n.01,fireSource,0,0,FALSE,,, -ashcan.n.01,cookable,0,0,FALSE,,, -ashcan.n.01,coldSource,0,0,FALSE,,, -ashcan.n.01,sliceable,0,0,FALSE,,, -ashcan.n.01,slicer,1,0,FALSE,,, -ashcan.n.01,soakable,0,0,FALSE,,, -treadmill.n.01,liquid,0,0,FALSE,,, -treadmill.n.01,heatSource,0,0,FALSE,,, -treadmill.n.01,fireSource,0,0,FALSE,,, -treadmill.n.01,cookable,0,0,FALSE,,, -treadmill.n.01,coldSource,0,0,FALSE,,, -treadmill.n.01,sliceable,0,0,FALSE,,, -treadmill.n.01,slicer,0,0,FALSE,,, -treadmill.n.01,soakable,0,0,FALSE,,, -wall_clock.n.01,liquid,0,0,FALSE,,, -wall_clock.n.01,heatSource,0,0,FALSE,,, -wall_clock.n.01,fireSource,0,0,FALSE,,, -wall_clock.n.01,cookable,0,0,FALSE,,, -wall_clock.n.01,coldSource,0,0,FALSE,,, -wall_clock.n.01,sliceable,0,0,FALSE,,, -wall_clock.n.01,slicer,1,0,FALSE,,, -wall_clock.n.01,soakable,0,0,FALSE,,, -washer.n.03,liquid,0,0,FALSE,,, -washer.n.03,heatSource,0,0,FALSE,,, -washer.n.03,fireSource,0,0,FALSE,,, -washer.n.03,cookable,0,0,FALSE,,, -washer.n.03,coldSource,0,0,FALSE,,, -washer.n.03,sliceable,0,0,FALSE,,, -washer.n.03,slicer,1,0,FALSE,,, -washer.n.03,soakable,0,0,FALSE,,, -window.n.01,liquid,0,0,FALSE,,, -window.n.01,heatSource,0,0,FALSE,,, -window.n.01,fireSource,0,0,FALSE,,, -window.n.01,cookable,0,0,FALSE,,, -window.n.01,coldSource,0,0,FALSE,,, -window.n.01,sliceable,0,0,FALSE,,, -window.n.01,slicer,1,0,FALSE,,, -window.n.01,soakable,0,0,FALSE,,, -apple.n.01,liquid,0,0,FALSE,,, -apple.n.01,heatSource,0,0,FALSE,,, -apple.n.01,fireSource,1,0,FALSE,,, -apple.n.01,cookable,0,1,FALSE,,, -apple.n.01,coldSource,0,0,FALSE,,, -apple.n.01,sliceable,1,1,FALSE,,, -apple.n.01,slicer,0,0,FALSE,,, -apple.n.01,soakable,0,0,FALSE,,, -apricot.n.02,liquid,0,0,FALSE,,, -apricot.n.02,heatSource,0,0,FALSE,,, -apricot.n.02,fireSource,0,0,FALSE,,, -apricot.n.02,cookable,0,1,FALSE,,, -apricot.n.02,coldSource,0,0,FALSE,,, -apricot.n.02,sliceable,0,1,FALSE,,, -apricot.n.02,slicer,0,0,FALSE,,, -apricot.n.02,soakable,0,0,FALSE,,, -artichoke.n.02,liquid,0,0,FALSE,,, -artichoke.n.02,heatSource,0,0,FALSE,,, -artichoke.n.02,fireSource,1,0,FALSE,,, -artichoke.n.02,cookable,0,1,FALSE,,, -artichoke.n.02,coldSource,0,0,FALSE,,, -artichoke.n.02,sliceable,0,1,FALSE,,, -artichoke.n.02,slicer,0,0,FALSE,,, -artichoke.n.02,soakable,0,0,FALSE,,, -banana.n.02,liquid,0,0,FALSE,,, -banana.n.02,heatSource,0,0,FALSE,,, -banana.n.02,fireSource,0,0,FALSE,,, -banana.n.02,cookable,0,1,FALSE,,, -banana.n.02,coldSource,0,0,FALSE,,, -banana.n.02,sliceable,0,1,FALSE,,, -banana.n.02,slicer,0,0,FALSE,,, -banana.n.02,soakable,0,0,FALSE,,, -bean.n.01,liquid,0,0,FALSE,,, -bean.n.01,heatSource,0,0,FALSE,,, -bean.n.01,fireSource,1,0,FALSE,,, -bean.n.01,cookable,0,1,FALSE,,, -bean.n.01,coldSource,0,0,FALSE,,, -bean.n.01,sliceable,0,0,FALSE,,, -bean.n.01,slicer,1,0,FALSE,,, -bean.n.01,soakable,0,0,FALSE,,, -beet.n.02,liquid,0,0,FALSE,,, -beet.n.02,heatSource,0,0,FALSE,,, -beet.n.02,fireSource,1,0,FALSE,,, -beet.n.02,cookable,0,1,FALSE,,, -beet.n.02,coldSource,0,0,FALSE,,, -beet.n.02,sliceable,0,1,FALSE,,, -beet.n.02,slicer,0,0,FALSE,,, -beet.n.02,soakable,0,0,FALSE,,, -bell_pepper.n.02,liquid,0,0,FALSE,,, -bell_pepper.n.02,heatSource,0,0,FALSE,,, -bell_pepper.n.02,fireSource,1,0,FALSE,,, -bell_pepper.n.02,cookable,0,1,FALSE,,, -bell_pepper.n.02,coldSource,0,0,FALSE,,, -bell_pepper.n.02,sliceable,0,1,FALSE,,, -bell_pepper.n.02,slicer,1,0,FALSE,,, -bell_pepper.n.02,soakable,0,0,FALSE,,, -bowl.n.01,liquid,0,0,FALSE,,, -bowl.n.01,heatSource,0,0,FALSE,,, -bowl.n.01,fireSource,0,0,FALSE,,, -bowl.n.01,cookable,0,0,FALSE,,, -bowl.n.01,coldSource,1,0,FALSE,,, -bowl.n.01,sliceable,0,0,FALSE,,, -bowl.n.01,slicer,0,0,FALSE,,, -bowl.n.01,soakable,0,0,FALSE,,, -broccoli.n.02,liquid,0,0,FALSE,,, -broccoli.n.02,heatSource,0,0,FALSE,,, -broccoli.n.02,fireSource,0,0,FALSE,,, -broccoli.n.02,cookable,0,1,FALSE,,, -broccoli.n.02,coldSource,0,0,FALSE,,, -broccoli.n.02,sliceable,0,1,FALSE,,, -broccoli.n.02,slicer,0,0,FALSE,,, -broccoli.n.02,soakable,0,0,FALSE,,, -bucket.n.01,liquid,0,0,FALSE,,, -bucket.n.01,heatSource,0,0,FALSE,,, -bucket.n.01,fireSource,0,0,FALSE,,, -bucket.n.01,cookable,0,0,FALSE,,, -bucket.n.01,coldSource,1,0,FALSE,,, -bucket.n.01,sliceable,0,0,FALSE,,, -bucket.n.01,slicer,1,0,FALSE,,, -bucket.n.01,soakable,0,0,FALSE,,, -bulldog_clip.n.01,liquid,0,0,FALSE,,, -bulldog_clip.n.01,heatSource,0,0,FALSE,,, -bulldog_clip.n.01,fireSource,0,0,FALSE,,, -bulldog_clip.n.01,cookable,0,0,FALSE,,, -bulldog_clip.n.01,coldSource,0,0,FALSE,,, -bulldog_clip.n.01,sliceable,0,0,FALSE,,, -bulldog_clip.n.01,slicer,1,0,FALSE,,, -bulldog_clip.n.01,soakable,0,0,FALSE,,, -bulletin_board.n.02,liquid,0,0,FALSE,,, -bulletin_board.n.02,heatSource,0,0,FALSE,,, -bulletin_board.n.02,fireSource,0,0,FALSE,,, -bulletin_board.n.02,cookable,0,0,FALSE,,, -bulletin_board.n.02,coldSource,0,0,FALSE,,, -bulletin_board.n.02,sliceable,0,0,FALSE,,, -bulletin_board.n.02,slicer,1,0,FALSE,,, -bulletin_board.n.02,soakable,0,0,FALSE,,, -butter.n.01,liquid,0,0,FALSE,,, -butter.n.01,heatSource,0,0,FALSE,,, -butter.n.01,fireSource,1,1,FALSE,,, -butter.n.01,cookable,0,1,FALSE,,, -butter.n.01,coldSource,0,0,FALSE,,, -butter.n.01,sliceable,0,1,FALSE,,, -butter.n.01,slicer,0,0,FALSE,,, -butter.n.01,soakable,1,0,FALSE,,, -caliper.n.01,liquid,0,0,FALSE,,, -caliper.n.01,heatSource,0,0,FALSE,,, -caliper.n.01,fireSource,0,0,FALSE,,, -caliper.n.01,cookable,0,0,FALSE,,, -caliper.n.01,coldSource,0,0,FALSE,,, -caliper.n.01,sliceable,0,0,FALSE,,, -caliper.n.01,slicer,1,0,FALSE,,, -caliper.n.01,soakable,0,0,FALSE,,, -canned_food.n.01,liquid,0,0,FALSE,,, -canned_food.n.01,heatSource,0,0,FALSE,,, -canned_food.n.01,fireSource,1,0,FALSE,,, -canned_food.n.01,cookable,0,1,FALSE,,, -canned_food.n.01,coldSource,1,0,FALSE,,, -canned_food.n.01,sliceable,0,0,FALSE,,, -canned_food.n.01,slicer,0,0,FALSE,,, -canned_food.n.01,soakable,0,0,FALSE,,, -cantaloup.n.02,liquid,0,0,FALSE,,, -cantaloup.n.02,heatSource,0,0,FALSE,,, -cantaloup.n.02,fireSource,0,0,FALSE,,, -cantaloup.n.02,cookable,0,0,FALSE,,, -cantaloup.n.02,coldSource,0,0,FALSE,,, -cantaloup.n.02,sliceable,0,0,FALSE,,, -cantaloup.n.02,slicer,0,0,FALSE,,, -cantaloup.n.02,soakable,0,0,FALSE,,, -carafe.n.01,liquid,0,0,FALSE,,, -carafe.n.01,heatSource,0,0,FALSE,,, -carafe.n.01,fireSource,0,0,FALSE,,, -carafe.n.01,cookable,0,0,FALSE,,, -carafe.n.01,coldSource,1,0,FALSE,,, -carafe.n.01,sliceable,0,0,FALSE,,, -carafe.n.01,slicer,1,0,FALSE,,, -carafe.n.01,soakable,0,0,FALSE,,, -carrot.n.03,liquid,0,0,FALSE,,, -carrot.n.03,heatSource,0,0,FALSE,,, -carrot.n.03,fireSource,1,0,FALSE,,, -carrot.n.03,cookable,0,1,FALSE,,, -carrot.n.03,coldSource,0,0,FALSE,,, -carrot.n.03,sliceable,0,0,FALSE,,, -carrot.n.03,slicer,0,0,FALSE,,, -carrot.n.03,soakable,0,0,FALSE,,, -carving_knife.n.01,liquid,0,0,FALSE,,, -carving_knife.n.01,heatSource,0,0,FALSE,,, -carving_knife.n.01,fireSource,0,0,FALSE,,, -carving_knife.n.01,cookable,0,0,FALSE,,, -carving_knife.n.01,coldSource,0,0,FALSE,,, -carving_knife.n.01,sliceable,0,0,FALSE,,, -carving_knife.n.01,slicer,0,1,FALSE,,, -carving_knife.n.01,soakable,0,0,FALSE,,, -casserole.n.02,liquid,0,0,FALSE,,, -casserole.n.02,heatSource,0,0,FALSE,,, -casserole.n.02,fireSource,1,0,FALSE,,, -casserole.n.02,cookable,0,1,FALSE,,, -casserole.n.02,coldSource,0,0,FALSE,,, -casserole.n.02,sliceable,0,1,FALSE,,, -casserole.n.02,slicer,0,0,FALSE,,, -casserole.n.02,soakable,0,0,FALSE,,, -catsup.n.01,liquid,0,0,FALSE,,, -catsup.n.01,heatSource,0,0,FALSE,,, -catsup.n.01,fireSource,1,0,FALSE,,, -catsup.n.01,cookable,0,1,FALSE,,, -catsup.n.01,coldSource,0,0,FALSE,,, -catsup.n.01,sliceable,0,0,FALSE,,, -catsup.n.01,slicer,0,0,FALSE,,, -catsup.n.01,soakable,0,0,FALSE,,, -cherry.n.03,liquid,0,0,FALSE,,, -cherry.n.03,heatSource,0,0,FALSE,,, -cherry.n.03,fireSource,0,0,FALSE,,, -cherry.n.03,cookable,0,1,FALSE,,, -cherry.n.03,coldSource,0,0,FALSE,,, -cherry.n.03,sliceable,0,1,FALSE,,, -cherry.n.03,slicer,1,0,FALSE,,, -cherry.n.03,soakable,0,0,FALSE,,, -chestnut.n.03,liquid,0,0,FALSE,,, -chestnut.n.03,heatSource,0,0,FALSE,,, -chestnut.n.03,fireSource,1,0,FALSE,,, -chestnut.n.03,cookable,0,1,FALSE,,, -chestnut.n.03,coldSource,0,0,FALSE,,, -chestnut.n.03,sliceable,0,0,FALSE,,, -chestnut.n.03,slicer,0,0,FALSE,,, -chestnut.n.03,soakable,0,0,FALSE,,, -chip.n.04,liquid,0,0,FALSE,,, -chip.n.04,heatSource,0,0,FALSE,,, -chip.n.04,fireSource,1,0,FALSE,,, -chip.n.04,cookable,0,0,FALSE,,, -chip.n.04,coldSource,0,0,FALSE,,, -chip.n.04,sliceable,0,0,FALSE,,, -chip.n.04,slicer,1,0,FALSE,,, -chip.n.04,soakable,0,0,FALSE,,, -chives.n.01,liquid,0,0,FALSE,,, -chives.n.01,heatSource,0,0,FALSE,,, -chives.n.01,fireSource,0,0,FALSE,,, -chives.n.01,cookable,0,1,FALSE,,, -chives.n.01,coldSource,0,0,FALSE,,, -chives.n.01,sliceable,0,1,FALSE,,, -chives.n.01,slicer,0,0,FALSE,,, -chives.n.01,soakable,0,0,FALSE,,, -chopping_board.n.01,liquid,0,0,FALSE,,, -chopping_board.n.01,heatSource,0,0,FALSE,,, -chopping_board.n.01,fireSource,0,0,FALSE,,, -chopping_board.n.01,cookable,0,0,FALSE,,, -chopping_board.n.01,coldSource,0,0,FALSE,,, -chopping_board.n.01,sliceable,0,0,FALSE,,, -chopping_board.n.01,slicer,0,0,FALSE,,, -chopping_board.n.01,soakable,0,0,FALSE,,, -clove.n.03,liquid,0,0,FALSE,,, -clove.n.03,heatSource,0,0,FALSE,,, -clove.n.03,fireSource,1,0,FALSE,,, -clove.n.03,cookable,0,1,FALSE,,, -clove.n.03,coldSource,0,0,FALSE,,, -clove.n.03,sliceable,0,0,FALSE,,, -clove.n.03,slicer,0,0,FALSE,,, -clove.n.03,soakable,0,0,FALSE,,, -coatrack.n.01,liquid,0,0,FALSE,,, -coatrack.n.01,heatSource,0,0,FALSE,,, -coatrack.n.01,fireSource,0,0,FALSE,,, -coatrack.n.01,cookable,0,0,FALSE,,, -coatrack.n.01,coldSource,0,0,FALSE,,, -coatrack.n.01,sliceable,0,0,FALSE,,, -coatrack.n.01,slicer,1,0,FALSE,,, -coatrack.n.01,soakable,0,0,FALSE,,, -coconut.n.01,liquid,0,0,FALSE,,, -coconut.n.01,heatSource,0,0,FALSE,,, -coconut.n.01,fireSource,1,0,FALSE,,, -coconut.n.01,cookable,0,1,FALSE,,, -coconut.n.01,coldSource,0,0,FALSE,,, -coconut.n.01,sliceable,0,0,FALSE,,, -coconut.n.01,slicer,0,0,FALSE,,, -coconut.n.01,soakable,0,0,FALSE,,, -colander.n.01,liquid,0,0,FALSE,,, -colander.n.01,heatSource,0,0,FALSE,,, -colander.n.01,fireSource,0,0,FALSE,,, -colander.n.01,cookable,0,0,FALSE,,, -colander.n.01,coldSource,1,0,FALSE,,, -colander.n.01,sliceable,0,0,FALSE,,, -colander.n.01,slicer,1,0,FALSE,,, -colander.n.01,soakable,0,0,FALSE,,, -cream.n.02,liquid,1,1,FALSE,,, -cream.n.02,heatSource,0,0,FALSE,,, -cream.n.02,fireSource,0,0,FALSE,,, -cream.n.02,cookable,0,1,FALSE,,, -cream.n.02,coldSource,0,0,FALSE,,, -cream.n.02,sliceable,0,0,FALSE,,, -cream.n.02,slicer,0,0,FALSE,,, -cream.n.02,soakable,0,0,FALSE,,, -cream_pitcher.n.01,liquid,0,0,FALSE,,, -cream_pitcher.n.01,heatSource,0,0,FALSE,,, -cream_pitcher.n.01,fireSource,0,0,FALSE,,, -cream_pitcher.n.01,cookable,0,0,FALSE,,, -cream_pitcher.n.01,coldSource,1,0,FALSE,,, -cream_pitcher.n.01,sliceable,0,0,FALSE,,, -cream_pitcher.n.01,slicer,1,0,FALSE,,, -cream_pitcher.n.01,soakable,0,0,FALSE,,, -cruet.n.01,liquid,0,0,FALSE,,, -cruet.n.01,heatSource,0,0,FALSE,,, -cruet.n.01,fireSource,0,0,FALSE,,, -cruet.n.01,cookable,0,0,FALSE,,, -cruet.n.01,coldSource,1,0,FALSE,,, -cruet.n.01,sliceable,0,0,FALSE,,, -cruet.n.01,slicer,1,0,FALSE,,, -cruet.n.01,soakable,0,0,FALSE,,, -cucumber.n.02,liquid,0,0,FALSE,,, -cucumber.n.02,heatSource,0,0,FALSE,,, -cucumber.n.02,fireSource,0,0,FALSE,,, -cucumber.n.02,cookable,0,1,FALSE,,, -cucumber.n.02,coldSource,0,0,FALSE,,, -cucumber.n.02,sliceable,0,1,FALSE,,, -cucumber.n.02,slicer,1,0,FALSE,,, -cucumber.n.02,soakable,0,0,FALSE,,, -scale.n.07,liquid,0,0,FALSE,,, -scale.n.07,heatSource,0,0,FALSE,,, -scale.n.07,fireSource,0,0,FALSE,,, -scale.n.07,cookable,0,0,FALSE,,, -scale.n.07,coldSource,0,0,FALSE,,, -scale.n.07,sliceable,0,0,FALSE,,, -scale.n.07,slicer,1,0,FALSE,,, -scale.n.07,soakable,0,0,FALSE,,, -dinner_napkin.n.01,liquid,0,0,FALSE,,, -dinner_napkin.n.01,heatSource,0,0,FALSE,,, -dinner_napkin.n.01,fireSource,0,0,FALSE,,, -dinner_napkin.n.01,cookable,0,0,FALSE,,, -dinner_napkin.n.01,coldSource,0,0,FALSE,,, -dinner_napkin.n.01,sliceable,0,0,FALSE,,, -dinner_napkin.n.01,slicer,0,0,FALSE,,, -dinner_napkin.n.01,soakable,1,1,FALSE,,, -dipper.n.01,liquid,1,1,FALSE,,, -dipper.n.01,heatSource,0,0,FALSE,,, -dipper.n.01,fireSource,0,0,FALSE,,, -dipper.n.01,cookable,0,0,FALSE,,, -dipper.n.01,coldSource,1,0,FALSE,,, -dipper.n.01,sliceable,0,0,FALSE,,, -dipper.n.01,slicer,1,0,FALSE,,, -dipper.n.01,soakable,0,0,FALSE,,, -dish_rack.n.01,liquid,0,0,FALSE,,, -dish_rack.n.01,heatSource,0,0,FALSE,,, -dish_rack.n.01,fireSource,0,0,FALSE,,, -dish_rack.n.01,cookable,0,0,FALSE,,, -dish_rack.n.01,coldSource,0,0,FALSE,,, -dish_rack.n.01,sliceable,0,0,FALSE,,, -dish_rack.n.01,slicer,0,0,FALSE,,, -dish_rack.n.01,soakable,0,0,FALSE,,, -egg.n.02,liquid,0,0,FALSE,,, -egg.n.02,heatSource,0,0,FALSE,,, -egg.n.02,fireSource,1,0,FALSE,,, -egg.n.02,cookable,0,1,FALSE,,, -egg.n.02,coldSource,0,0,FALSE,,, -egg.n.02,sliceable,0,0,FALSE,,, -egg.n.02,slicer,0,0,FALSE,,, -egg.n.02,soakable,0,0,FALSE,,, -eggplant.n.01,liquid,0,0,FALSE,,, -eggplant.n.01,heatSource,0,0,FALSE,,, -eggplant.n.01,fireSource,1,0,FALSE,,, -eggplant.n.01,cookable,0,1,FALSE,,, -eggplant.n.01,coldSource,0,0,FALSE,,, -eggplant.n.01,sliceable,0,1,FALSE,,, -eggplant.n.01,slicer,1,0,FALSE,,, -eggplant.n.01,soakable,0,0,FALSE,,, -eraser.n.01,liquid,0,0,FALSE,,, -eraser.n.01,heatSource,0,0,FALSE,,, -eraser.n.01,fireSource,0,0,FALSE,,, -eraser.n.01,cookable,0,0,FALSE,,, -eraser.n.01,coldSource,0,0,FALSE,,, -eraser.n.01,sliceable,0,0,FALSE,,, -eraser.n.01,slicer,1,0,FALSE,,, -eraser.n.01,soakable,0,0,FALSE,,, -flour.n.01,liquid,0,0,FALSE,,, -flour.n.01,heatSource,0,0,FALSE,,, -flour.n.01,fireSource,1,0,FALSE,,, -flour.n.01,cookable,0,1,FALSE,,, -flour.n.01,coldSource,0,0,FALSE,,, -flour.n.01,sliceable,0,0,FALSE,,, -flour.n.01,slicer,0,0,FALSE,,, -flour.n.01,soakable,0,0,FALSE,,, -foot_rule.n.01,liquid,0,0,FALSE,,, -foot_rule.n.01,heatSource,0,0,FALSE,,, -foot_rule.n.01,fireSource,0,0,FALSE,,, -foot_rule.n.01,cookable,0,0,FALSE,,, -foot_rule.n.01,coldSource,0,0,FALSE,,, -foot_rule.n.01,sliceable,0,0,FALSE,,, -foot_rule.n.01,slicer,0,0,FALSE,,, -foot_rule.n.01,soakable,0,0,FALSE,,, -frying_pan.n.01,liquid,0,0,FALSE,,, -frying_pan.n.01,heatSource,1,1,FALSE,,, -frying_pan.n.01,fireSource,1,0,FALSE,,, -frying_pan.n.01,cookable,0,0,FALSE,,, -frying_pan.n.01,coldSource,0,0,FALSE,,, -frying_pan.n.01,sliceable,0,0,FALSE,,, -frying_pan.n.01,slicer,1,0,FALSE,,, -frying_pan.n.01,soakable,0,0,FALSE,,, -glass.n.02,liquid,0,0,FALSE,,, -glass.n.02,heatSource,0,0,FALSE,,, -glass.n.02,fireSource,0,0,FALSE,,, -glass.n.02,cookable,0,0,FALSE,,, -glass.n.02,coldSource,1,0,FALSE,,, -glass.n.02,sliceable,0,0,FALSE,,, -glass.n.02,slicer,1,0,FALSE,,, -glass.n.02,soakable,0,0,FALSE,,, -gooseberry.n.01,liquid,0,0,FALSE,,, -gooseberry.n.01,heatSource,0,0,FALSE,,, -gooseberry.n.01,fireSource,1,0,FALSE,,, -gooseberry.n.01,cookable,0,1,FALSE,,, -gooseberry.n.01,coldSource,0,0,FALSE,,, -gooseberry.n.01,sliceable,0,0,FALSE,,, -gooseberry.n.01,slicer,0,0,FALSE,,, -gooseberry.n.01,soakable,0,0,FALSE,,, -grape.n.01,liquid,0,0,FALSE,,, -grape.n.01,heatSource,0,0,FALSE,,, -grape.n.01,fireSource,0,0,FALSE,,, -grape.n.01,cookable,0,1,FALSE,,, -grape.n.01,coldSource,0,0,FALSE,,, -grape.n.01,sliceable,0,0,FALSE,,, -grape.n.01,slicer,0,0,FALSE,,, -grape.n.01,soakable,0,0,FALSE,,, -grater.n.01,liquid,0,0,FALSE,,, -grater.n.01,heatSource,0,0,FALSE,,, -grater.n.01,fireSource,0,0,FALSE,,, -grater.n.01,cookable,0,0,FALSE,,, -grater.n.01,coldSource,0,0,FALSE,,, -grater.n.01,sliceable,0,0,FALSE,,, -grater.n.01,slicer,1,1,FALSE,,, -grater.n.01,soakable,0,0,FALSE,,, -griddle.n.01,liquid,0,0,FALSE,,, -griddle.n.01,heatSource,1,1,FALSE,,, -griddle.n.01,fireSource,1,0,FALSE,,, -griddle.n.01,cookable,0,0,FALSE,,, -griddle.n.01,coldSource,0,0,FALSE,,, -griddle.n.01,sliceable,0,0,FALSE,,, -griddle.n.01,slicer,1,0,FALSE,,, -griddle.n.01,soakable,0,0,FALSE,,, -kiwi.n.03,liquid,0,0,FALSE,,, -kiwi.n.03,heatSource,0,0,FALSE,,, -kiwi.n.03,fireSource,0,0,FALSE,,, -kiwi.n.03,cookable,0,1,FALSE,,, -kiwi.n.03,coldSource,0,0,FALSE,,, -kiwi.n.03,sliceable,0,1,FALSE,,, -kiwi.n.03,slicer,0,0,FALSE,,, -kiwi.n.03,soakable,0,0,FALSE,,, -lemon.n.01,liquid,0,0,FALSE,,, -lemon.n.01,heatSource,0,0,FALSE,,, -lemon.n.01,fireSource,0,0,FALSE,,, -lemon.n.01,cookable,0,1,FALSE,,, -lemon.n.01,coldSource,0,0,FALSE,,, -lemon.n.01,sliceable,0,1,FALSE,,, -lemon.n.01,slicer,1,0,FALSE,,, -lemon.n.01,soakable,0,0,FALSE,,, -mushroom.n.05,liquid,0,0,FALSE,,, -mushroom.n.05,heatSource,0,0,FALSE,,, -mushroom.n.05,fireSource,1,0,FALSE,,, -mushroom.n.05,cookable,0,1,FALSE,,, -mushroom.n.05,coldSource,0,0,FALSE,,, -mushroom.n.05,sliceable,0,1,FALSE,,, -mushroom.n.05,slicer,0,0,FALSE,,, -mushroom.n.05,soakable,0,0,FALSE,,, -orange.n.01,liquid,0,0,FALSE,,, -orange.n.01,heatSource,0,0,FALSE,,, -orange.n.01,fireSource,0,0,FALSE,,, -orange.n.01,cookable,0,1,FALSE,,, -orange.n.01,coldSource,0,0,FALSE,,, -orange.n.01,sliceable,0,1,FALSE,,, -orange.n.01,slicer,0,0,FALSE,,, -orange.n.01,soakable,0,0,FALSE,,, -peach.n.03,liquid,0,0,FALSE,,, -peach.n.03,heatSource,0,0,FALSE,,, -peach.n.03,fireSource,0,0,FALSE,,, -peach.n.03,cookable,0,1,FALSE,,, -peach.n.03,coldSource,0,0,FALSE,,, -peach.n.03,sliceable,0,1,FALSE,,, -peach.n.03,slicer,1,0,FALSE,,, -peach.n.03,soakable,0,0,FALSE,,, -pear.n.01,liquid,0,0,FALSE,,, -pear.n.01,heatSource,0,0,FALSE,,, -pear.n.01,fireSource,0,0,FALSE,,, -pear.n.01,cookable,0,1,FALSE,,, -pear.n.01,coldSource,1,0,FALSE,,, -pear.n.01,sliceable,0,1,FALSE,,, -pear.n.01,slicer,0,0,FALSE,,, -pear.n.01,soakable,0,0,FALSE,,, -pineapple.n.02,liquid,0,0,FALSE,,, -pineapple.n.02,heatSource,0,0,FALSE,,, -pineapple.n.02,fireSource,0,0,FALSE,,, -pineapple.n.02,cookable,0,1,FALSE,,, -pineapple.n.02,coldSource,0,0,FALSE,,, -pineapple.n.02,sliceable,0,1,FALSE,,, -pineapple.n.02,slicer,0,0,FALSE,,, -pineapple.n.02,soakable,0,0,FALSE,,, -plum.n.02,liquid,0,0,FALSE,,, -plum.n.02,heatSource,0,0,FALSE,,, -plum.n.02,fireSource,1,0,FALSE,,, -plum.n.02,cookable,0,1,FALSE,,, -plum.n.02,coldSource,0,0,FALSE,,, -plum.n.02,sliceable,0,1,FALSE,,, -plum.n.02,slicer,0,0,FALSE,,, -plum.n.02,soakable,0,0,FALSE,,, -pomegranate.n.02,liquid,0,0,FALSE,,, -pomegranate.n.02,heatSource,0,0,FALSE,,, -pomegranate.n.02,fireSource,0,0,FALSE,,, -pomegranate.n.02,cookable,0,0,FALSE,,, -pomegranate.n.02,coldSource,0,0,FALSE,,, -pomegranate.n.02,sliceable,0,0,FALSE,,, -pomegranate.n.02,slicer,0,0,FALSE,,, -pomegranate.n.02,soakable,0,0,FALSE,,, -pomelo.n.02,liquid,0,0,FALSE,,, -pomelo.n.02,heatSource,0,0,FALSE,,, -pomelo.n.02,fireSource,0,0,FALSE,,, -pomelo.n.02,cookable,0,0,FALSE,,, -pomelo.n.02,coldSource,0,0,FALSE,,, -pomelo.n.02,sliceable,0,0,FALSE,,, -pomelo.n.02,slicer,0,0,FALSE,,, -pomelo.n.02,soakable,0,0,FALSE,,, -strawberry.n.01,liquid,0,0,FALSE,,, -strawberry.n.01,heatSource,0,0,FALSE,,, -strawberry.n.01,fireSource,0,0,FALSE,,, -strawberry.n.01,cookable,0,1,FALSE,,, -strawberry.n.01,coldSource,0,0,FALSE,,, -strawberry.n.01,sliceable,0,1,FALSE,,, -strawberry.n.01,slicer,0,0,FALSE,,, -strawberry.n.01,soakable,0,0,FALSE,,, -tomato.n.01,liquid,0,0,FALSE,,, -tomato.n.01,heatSource,0,0,FALSE,,, -tomato.n.01,fireSource,1,0,FALSE,,, -tomato.n.01,cookable,0,1,FALSE,,, -tomato.n.01,coldSource,0,0,FALSE,,, -tomato.n.01,sliceable,0,1,FALSE,,, -tomato.n.01,slicer,0,0,FALSE,,, -tomato.n.01,soakable,0,0,FALSE,,, -vidalia_onion.n.01,liquid,0,0,FALSE,,, -vidalia_onion.n.01,heatSource,0,0,FALSE,,, -vidalia_onion.n.01,fireSource,1,0,FALSE,,, -vidalia_onion.n.01,cookable,0,1,FALSE,,, -vidalia_onion.n.01,coldSource,0,0,FALSE,,, -vidalia_onion.n.01,sliceable,0,1,FALSE,,, -vidalia_onion.n.01,slicer,0,0,FALSE,,, -vidalia_onion.n.01,soakable,0,0,FALSE,,, -head_cabbage.n.02,liquid,0,0,FALSE,,, -head_cabbage.n.02,heatSource,0,0,FALSE,,, -head_cabbage.n.02,fireSource,1,0,FALSE,,, -head_cabbage.n.02,cookable,0,1,FALSE,,, -head_cabbage.n.02,coldSource,0,0,FALSE,,, -head_cabbage.n.02,sliceable,0,1,FALSE,,, -head_cabbage.n.02,slicer,0,0,FALSE,,, -head_cabbage.n.02,soakable,0,0,FALSE,,, -highlighter.n.02,liquid,0,0,FALSE,,, -highlighter.n.02,heatSource,0,0,FALSE,,, -highlighter.n.02,fireSource,0,0,FALSE,,, -highlighter.n.02,cookable,0,0,FALSE,,, -highlighter.n.02,coldSource,1,0,FALSE,,, -highlighter.n.02,sliceable,0,0,FALSE,,, -highlighter.n.02,slicer,1,0,FALSE,,, -highlighter.n.02,soakable,0,0,FALSE,,, -steel.n.03,liquid,0,0,FALSE,,, -steel.n.03,heatSource,0,0,FALSE,,, -steel.n.03,fireSource,0,0,FALSE,,, -steel.n.03,cookable,0,0,FALSE,,, -steel.n.03,coldSource,0,0,FALSE,,, -steel.n.03,sliceable,0,0,FALSE,,, -steel.n.03,slicer,0,0,FALSE,,, -steel.n.03,soakable,0,0,FALSE,,, -jar.n.01,liquid,0,0,FALSE,,, -jar.n.01,heatSource,0,0,FALSE,,, -jar.n.01,fireSource,0,0,FALSE,,, -jar.n.01,cookable,0,0,FALSE,,, -jar.n.01,coldSource,1,0,FALSE,,, -jar.n.01,sliceable,0,0,FALSE,,, -jar.n.01,slicer,0,0,FALSE,,, -jar.n.01,soakable,0,0,FALSE,,, -kettle.n.01,liquid,0,0,FALSE,,, -kettle.n.01,heatSource,1,1,FALSE,,, -kettle.n.01,fireSource,1,0,FALSE,,, -kettle.n.01,cookable,0,0,FALSE,,, -kettle.n.01,coldSource,1,0,FALSE,,, -kettle.n.01,sliceable,0,0,FALSE,,, -kettle.n.01,slicer,1,0,FALSE,,, -kettle.n.01,soakable,0,0,FALSE,,, -lettuce.n.03,liquid,0,0,FALSE,,, -lettuce.n.03,heatSource,0,0,FALSE,,, -lettuce.n.03,fireSource,0,0,FALSE,,, -lettuce.n.03,cookable,0,1,FALSE,,, -lettuce.n.03,coldSource,0,0,FALSE,,, -lettuce.n.03,sliceable,0,1,FALSE,,, -lettuce.n.03,slicer,0,0,FALSE,,, -lettuce.n.03,soakable,0,0,FALSE,,, -lid.n.02,liquid,0,0,FALSE,,, -lid.n.02,heatSource,0,0,FALSE,,, -lid.n.02,fireSource,0,0,FALSE,,, -lid.n.02,cookable,0,0,FALSE,,, -lid.n.02,coldSource,0,0,FALSE,,, -lid.n.02,sliceable,0,0,FALSE,,, -lid.n.02,slicer,1,1,FALSE,,, -lid.n.02,soakable,1,1,FALSE,,, -mat.n.07,liquid,0,0,FALSE,,, -mat.n.07,heatSource,0,0,FALSE,,, -mat.n.07,fireSource,0,0,FALSE,,, -mat.n.07,cookable,0,0,FALSE,,, -mat.n.07,coldSource,0,0,FALSE,,, -mat.n.07,sliceable,0,0,FALSE,,, -mat.n.07,slicer,1,0,FALSE,,, -mat.n.07,soakable,1,1,FALSE,,, -mug.n.04,liquid,0,0,FALSE,,, -mug.n.04,heatSource,0,0,FALSE,,, -mug.n.04,fireSource,0,0,FALSE,,, -mug.n.04,cookable,0,0,FALSE,,, -mug.n.04,coldSource,1,0,FALSE,,, -mug.n.04,sliceable,0,0,FALSE,,, -mug.n.04,slicer,1,0,FALSE,,, -mug.n.04,soakable,0,0,FALSE,,, -oatmeal.n.01,liquid,0,0,FALSE,,, -oatmeal.n.01,heatSource,0,0,FALSE,,, -oatmeal.n.01,fireSource,1,0,FALSE,,, -oatmeal.n.01,cookable,0,1,FALSE,,, -oatmeal.n.01,coldSource,0,0,FALSE,,, -oatmeal.n.01,sliceable,0,0,FALSE,,, -oatmeal.n.01,slicer,0,0,FALSE,,, -oatmeal.n.01,soakable,0,0,FALSE,,, -oatmeal.n.02,liquid,0,0,FALSE,,, -oatmeal.n.02,heatSource,0,0,FALSE,,, -oatmeal.n.02,fireSource,1,0,FALSE,,, -oatmeal.n.02,cookable,0,1,FALSE,,, -oatmeal.n.02,coldSource,1,0,FALSE,,, -oatmeal.n.02,sliceable,0,0,FALSE,,, -oatmeal.n.02,slicer,0,0,FALSE,,, -oatmeal.n.02,soakable,0,0,FALSE,,, -olive.n.04,liquid,0,0,FALSE,,, -olive.n.04,heatSource,0,0,FALSE,,, -olive.n.04,fireSource,0,0,FALSE,,, -olive.n.04,cookable,0,1,FALSE,,, -olive.n.04,coldSource,0,0,FALSE,,, -olive.n.04,sliceable,0,1,FALSE,,, -olive.n.04,slicer,0,0,FALSE,,, -olive.n.04,soakable,0,0,FALSE,,, -olive_oil.n.01,liquid,1,1,FALSE,,, -olive_oil.n.01,heatSource,0,0,FALSE,,, -olive_oil.n.01,fireSource,0,1,FALSE,,, -olive_oil.n.01,cookable,0,1,FALSE,,, -olive_oil.n.01,coldSource,0,0,FALSE,,, -olive_oil.n.01,sliceable,0,0,FALSE,,, -olive_oil.n.01,slicer,0,0,FALSE,,, -olive_oil.n.01,soakable,0,0,FALSE,,, -paper_clip.n.01,liquid,0,0,FALSE,,, -paper_clip.n.01,heatSource,0,0,FALSE,,, -paper_clip.n.01,fireSource,0,0,FALSE,,, -paper_clip.n.01,cookable,0,0,FALSE,,, -paper_clip.n.01,coldSource,0,0,FALSE,,, -paper_clip.n.01,sliceable,0,0,FALSE,,, -paper_clip.n.01,slicer,1,0,FALSE,,, -paper_clip.n.01,soakable,1,0,FALSE,,, -paper_towel.n.01,liquid,0,0,FALSE,,, -paper_towel.n.01,heatSource,0,0,FALSE,,, -paper_towel.n.01,fireSource,0,0,FALSE,,, -paper_towel.n.01,cookable,0,0,FALSE,,, -paper_towel.n.01,coldSource,0,0,FALSE,,, -paper_towel.n.01,sliceable,0,0,FALSE,,, -paper_towel.n.01,slicer,1,0,FALSE,,, -paper_towel.n.01,soakable,0,1,FALSE,,, -holder.n.01,liquid,0,0,FALSE,,, -holder.n.01,heatSource,0,0,FALSE,,, -holder.n.01,fireSource,0,0,FALSE,,, -holder.n.01,cookable,0,0,FALSE,,, -holder.n.01,coldSource,0,0,FALSE,,, -holder.n.01,sliceable,0,0,FALSE,,, -holder.n.01,slicer,1,0,FALSE,,, -holder.n.01,soakable,1,0,FALSE,,, -parsley.n.02,liquid,0,0,FALSE,,, -parsley.n.02,heatSource,0,0,FALSE,,, -parsley.n.02,fireSource,1,0,FALSE,,, -parsley.n.02,cookable,0,1,FALSE,,, -parsley.n.02,coldSource,0,0,FALSE,,, -parsley.n.02,sliceable,0,1,FALSE,,, -parsley.n.02,slicer,0,0,FALSE,,, -parsley.n.02,soakable,0,0,FALSE,,, -pea.n.01,liquid,0,0,FALSE,,, -pea.n.01,heatSource,0,0,FALSE,,, -pea.n.01,fireSource,1,0,FALSE,,, -pea.n.01,cookable,0,1,FALSE,,, -pea.n.01,coldSource,0,0,FALSE,,, -pea.n.01,sliceable,0,0,FALSE,,, -pea.n.01,slicer,0,0,FALSE,,, -pea.n.01,soakable,0,0,FALSE,,, -pen.n.01,liquid,0,0,FALSE,,, -pen.n.01,heatSource,0,0,FALSE,,, -pen.n.01,fireSource,0,0,FALSE,,, -pen.n.01,cookable,0,0,FALSE,,, -pen.n.01,coldSource,1,0,FALSE,,, -pen.n.01,sliceable,0,0,FALSE,,, -pen.n.01,slicer,1,0,FALSE,,, -pen.n.01,soakable,0,0,FALSE,,, -pencil.n.01,liquid,0,0,FALSE,,, -pencil.n.01,heatSource,0,0,FALSE,,, -pencil.n.01,fireSource,0,0,FALSE,,, -pencil.n.01,cookable,0,0,FALSE,,, -pencil.n.01,coldSource,0,0,FALSE,,, -pencil.n.01,sliceable,0,0,FALSE,,, -pencil.n.01,slicer,1,0,FALSE,,, -pencil.n.01,soakable,0,0,FALSE,,, -pencil_box.n.01,liquid,0,0,FALSE,,, -pencil_box.n.01,heatSource,0,0,FALSE,,, -pencil_box.n.01,fireSource,0,0,FALSE,,, -pencil_box.n.01,cookable,0,0,FALSE,,, -pencil_box.n.01,coldSource,0,0,FALSE,,, -pencil_box.n.01,sliceable,0,0,FALSE,,, -pencil_box.n.01,slicer,1,0,FALSE,,, -pencil_box.n.01,soakable,0,0,FALSE,,, -pepper_mill.n.01,liquid,0,0,FALSE,,, -pepper_mill.n.01,heatSource,0,0,FALSE,,, -pepper_mill.n.01,fireSource,0,0,FALSE,,, -pepper_mill.n.01,cookable,0,0,FALSE,,, -pepper_mill.n.01,coldSource,0,0,FALSE,,, -pepper_mill.n.01,sliceable,0,0,FALSE,,, -pepper_mill.n.01,slicer,1,0,FALSE,,, -pepper_mill.n.01,soakable,0,0,FALSE,,, -pistachio.n.02,liquid,0,0,FALSE,,, -pistachio.n.02,heatSource,0,0,FALSE,,, -pistachio.n.02,fireSource,0,0,FALSE,,, -pistachio.n.02,cookable,0,1,FALSE,,, -pistachio.n.02,coldSource,0,0,FALSE,,, -pistachio.n.02,sliceable,0,0,FALSE,,, -pistachio.n.02,slicer,0,0,FALSE,,, -pistachio.n.02,soakable,0,0,FALSE,,, -pop.n.02,liquid,1,1,FALSE,,, -pop.n.02,heatSource,0,0,FALSE,,, -pop.n.02,fireSource,0,0,FALSE,,, -pop.n.02,cookable,0,0,FALSE,,, -pop.n.02,coldSource,0,0,FALSE,,, -pop.n.02,sliceable,0,0,FALSE,,, -pop.n.02,slicer,1,0,FALSE,,, -pop.n.02,soakable,0,0,FALSE,,, -potato.n.01,liquid,0,0,FALSE,,, -potato.n.01,heatSource,0,0,FALSE,,, -potato.n.01,fireSource,1,0,FALSE,,, -potato.n.01,cookable,0,1,FALSE,,, -potato.n.01,coldSource,0,0,FALSE,,, -potato.n.01,sliceable,0,1,FALSE,,, -potato.n.01,slicer,1,0,FALSE,,, -potato.n.01,soakable,0,0,FALSE,,, -pumpkin.n.02,liquid,0,0,FALSE,,, -pumpkin.n.02,heatSource,0,0,FALSE,,, -pumpkin.n.02,fireSource,1,0,FALSE,,, -pumpkin.n.02,cookable,0,1,FALSE,,, -pumpkin.n.02,coldSource,0,0,FALSE,,, -pumpkin.n.02,sliceable,0,1,FALSE,,, -pumpkin.n.02,slicer,1,0,FALSE,,, -pumpkin.n.02,soakable,0,0,FALSE,,, -radish.n.01,liquid,0,0,FALSE,,, -radish.n.01,heatSource,0,0,FALSE,,, -radish.n.01,fireSource,1,0,FALSE,,, -radish.n.01,cookable,0,1,FALSE,,, -radish.n.01,coldSource,0,0,FALSE,,, -radish.n.01,sliceable,0,1,FALSE,,, -radish.n.01,slicer,0,0,FALSE,,, -radish.n.01,soakable,0,0,FALSE,,, -raspberry.n.02,liquid,0,0,FALSE,,, -raspberry.n.02,heatSource,0,0,FALSE,,, -raspberry.n.02,fireSource,0,0,FALSE,,, -raspberry.n.02,cookable,0,1,FALSE,,, -raspberry.n.02,coldSource,0,0,FALSE,,, -raspberry.n.02,sliceable,0,0,FALSE,,, -raspberry.n.02,slicer,0,0,FALSE,,, -raspberry.n.02,soakable,0,0,FALSE,,, -hip.n.05,liquid,0,0,FALSE,,, -hip.n.05,heatSource,0,0,FALSE,,, -hip.n.05,fireSource,0,0,FALSE,,, -hip.n.05,cookable,0,1,FALSE,,, -hip.n.05,coldSource,0,0,FALSE,,, -hip.n.05,sliceable,0,1,FALSE,,, -hip.n.05,slicer,0,0,FALSE,,, -hip.n.05,soakable,0,0,FALSE,,, -saucepan.n.01,liquid,0,0,FALSE,,, -saucepan.n.01,heatSource,1,1,FALSE,,, -saucepan.n.01,fireSource,1,0,FALSE,,, -saucepan.n.01,cookable,0,0,FALSE,,, -saucepan.n.01,coldSource,1,0,FALSE,,, -saucepan.n.01,sliceable,0,0,FALSE,,, -saucepan.n.01,slicer,1,0,FALSE,,, -saucepan.n.01,soakable,0,0,FALSE,,, -soup_ladle.n.01,liquid,0,0,FALSE,,, -soup_ladle.n.01,heatSource,0,0,FALSE,,, -soup_ladle.n.01,fireSource,0,0,FALSE,,, -soup_ladle.n.01,cookable,0,0,FALSE,,, -soup_ladle.n.01,coldSource,1,0,FALSE,,, -soup_ladle.n.01,sliceable,0,0,FALSE,,, -soup_ladle.n.01,slicer,1,0,FALSE,,, -soup_ladle.n.01,soakable,0,0,FALSE,,, -spaghetti_sauce.n.01,liquid,0,0,FALSE,,, -spaghetti_sauce.n.01,heatSource,0,0,FALSE,,, -spaghetti_sauce.n.01,fireSource,1,0,FALSE,,, -spaghetti_sauce.n.01,cookable,0,1,FALSE,,, -spaghetti_sauce.n.01,coldSource,1,0,FALSE,,, -spaghetti_sauce.n.01,sliceable,0,0,FALSE,,, -spaghetti_sauce.n.01,slicer,0,0,FALSE,,, -spaghetti_sauce.n.01,soakable,0,0,FALSE,,, -spatula.n.01,liquid,0,0,FALSE,,, -spatula.n.01,heatSource,0,0,FALSE,,, -spatula.n.01,fireSource,0,0,FALSE,,, -spatula.n.01,cookable,0,0,FALSE,,, -spatula.n.01,coldSource,0,0,FALSE,,, -spatula.n.01,sliceable,0,0,FALSE,,, -spatula.n.01,slicer,1,0,FALSE,,, -spatula.n.01,soakable,0,0,FALSE,,, -spinach.n.02,liquid,0,0,FALSE,,, -spinach.n.02,heatSource,0,0,FALSE,,, -spinach.n.02,fireSource,1,0,FALSE,,, -spinach.n.02,cookable,0,1,FALSE,,, -spinach.n.02,coldSource,0,0,FALSE,,, -spinach.n.02,sliceable,0,1,FALSE,,, -spinach.n.02,slicer,0,0,FALSE,,, -spinach.n.02,soakable,0,0,FALSE,,, -spoon.n.01,liquid,0,0,FALSE,,, -spoon.n.01,heatSource,0,0,FALSE,,, -spoon.n.01,fireSource,0,0,FALSE,,, -spoon.n.01,cookable,0,0,FALSE,,, -spoon.n.01,coldSource,1,0,FALSE,,, -spoon.n.01,sliceable,0,0,FALSE,,, -spoon.n.01,slicer,1,0,FALSE,,, -spoon.n.01,soakable,0,0,FALSE,,, -pad.n.01,liquid,0,0,FALSE,,, -pad.n.01,heatSource,0,0,FALSE,,, -pad.n.01,fireSource,0,0,FALSE,,, -pad.n.01,cookable,0,0,FALSE,,, -pad.n.01,coldSource,0,0,FALSE,,, -pad.n.01,sliceable,0,0,FALSE,,, -pad.n.01,slicer,1,0,FALSE,,, -pad.n.01,soakable,1,0,FALSE,,, -straight_pin.n.01,liquid,0,0,FALSE,,, -straight_pin.n.01,heatSource,0,0,FALSE,,, -straight_pin.n.01,fireSource,0,0,FALSE,,, -straight_pin.n.01,cookable,0,0,FALSE,,, -straight_pin.n.01,coldSource,0,0,FALSE,,, -straight_pin.n.01,sliceable,0,0,FALSE,,, -straight_pin.n.01,slicer,1,0,FALSE,,, -straight_pin.n.01,soakable,0,0,FALSE,,, -sweet_corn.n.02,liquid,0,0,FALSE,,, -sweet_corn.n.02,heatSource,0,0,FALSE,,, -sweet_corn.n.02,fireSource,1,0,FALSE,,, -sweet_corn.n.02,cookable,0,1,FALSE,,, -sweet_corn.n.02,coldSource,0,0,FALSE,,, -sweet_corn.n.02,sliceable,0,0,FALSE,,, -sweet_corn.n.02,slicer,0,0,FALSE,,, -sweet_corn.n.02,soakable,0,0,FALSE,,, -table_knife.n.01,liquid,0,0,FALSE,,, -table_knife.n.01,heatSource,0,0,FALSE,,, -table_knife.n.01,fireSource,0,0,FALSE,,, -table_knife.n.01,cookable,0,0,FALSE,,, -table_knife.n.01,coldSource,0,0,FALSE,,, -table_knife.n.01,sliceable,0,0,FALSE,,, -table_knife.n.01,slicer,1,1,FALSE,,, -table_knife.n.01,soakable,0,0,FALSE,,, -tablefork.n.01,liquid,0,0,FALSE,,, -tablefork.n.01,heatSource,0,0,FALSE,,, -tablefork.n.01,fireSource,0,0,FALSE,,, -tablefork.n.01,cookable,0,0,FALSE,,, -tablefork.n.01,coldSource,0,0,FALSE,,, -tablefork.n.01,sliceable,0,0,FALSE,,, -tablefork.n.01,slicer,0,0,FALSE,,, -tablefork.n.01,soakable,0,0,FALSE,,, -tape.n.01,liquid,0,0,FALSE,,, -tape.n.01,heatSource,0,0,FALSE,,, -tape.n.01,fireSource,0,0,FALSE,,, -tape.n.01,cookable,0,0,FALSE,,, -tape.n.01,coldSource,0,0,FALSE,,, -tape.n.01,sliceable,0,1,FALSE,,, -tape.n.01,slicer,1,0,FALSE,,, -tape.n.01,soakable,1,0,FALSE,,, -teapot.n.01,liquid,0,0,FALSE,,, -teapot.n.01,heatSource,0,0,FALSE,,, -teapot.n.01,fireSource,0,0,FALSE,,, -teapot.n.01,cookable,0,0,FALSE,,, -teapot.n.01,coldSource,1,0,FALSE,,, -teapot.n.01,sliceable,0,0,FALSE,,, -teapot.n.01,slicer,1,0,FALSE,,, -teapot.n.01,soakable,0,0,FALSE,,, -thumbtack.n.01,liquid,0,0,FALSE,,, -thumbtack.n.01,heatSource,0,0,FALSE,,, -thumbtack.n.01,fireSource,0,0,FALSE,,, -thumbtack.n.01,cookable,0,0,FALSE,,, -thumbtack.n.01,coldSource,0,0,FALSE,,, -thumbtack.n.01,sliceable,0,0,FALSE,,, -thumbtack.n.01,slicer,1,0,FALSE,,, -thumbtack.n.01,soakable,0,0,FALSE,,, -toasting_fork.n.01,liquid,0,0,FALSE,,, -toasting_fork.n.01,heatSource,1,0,FALSE,,, -toasting_fork.n.01,fireSource,1,0,FALSE,,, -toasting_fork.n.01,cookable,0,0,FALSE,,, -toasting_fork.n.01,coldSource,0,0,FALSE,,, -toasting_fork.n.01,sliceable,0,0,FALSE,,, -toasting_fork.n.01,slicer,1,0,FALSE,,, -toasting_fork.n.01,soakable,0,0,FALSE,,, -tongs.n.01,liquid,0,0,FALSE,,, -tongs.n.01,heatSource,0,0,FALSE,,, -tongs.n.01,fireSource,0,0,FALSE,,, -tongs.n.01,cookable,0,0,FALSE,,, -tongs.n.01,coldSource,0,0,FALSE,,, -tongs.n.01,sliceable,0,0,FALSE,,, -tongs.n.01,slicer,1,0,FALSE,,, -tongs.n.01,soakable,1,0,FALSE,,, -turnip.n.02,liquid,0,0,FALSE,,, -turnip.n.02,heatSource,0,0,FALSE,,, -turnip.n.02,fireSource,1,0,FALSE,,, -turnip.n.02,cookable,0,1,FALSE,,, -turnip.n.02,coldSource,0,0,FALSE,,, -turnip.n.02,sliceable,0,1,FALSE,,, -turnip.n.02,slicer,1,0,FALSE,,, -turnip.n.02,soakable,0,0,FALSE,,, -walnut.n.01,liquid,0,0,FALSE,,, -walnut.n.01,heatSource,0,0,FALSE,,, -walnut.n.01,fireSource,0,0,FALSE,,, -walnut.n.01,cookable,0,1,FALSE,,, -walnut.n.01,coldSource,0,0,FALSE,,, -walnut.n.01,sliceable,0,1,FALSE,,, -walnut.n.01,slicer,0,0,FALSE,,, -walnut.n.01,soakable,0,0,FALSE,,, -watermelon.n.02,liquid,0,0,FALSE,,, -watermelon.n.02,heatSource,0,0,FALSE,,, -watermelon.n.02,fireSource,0,0,FALSE,,, -watermelon.n.02,cookable,0,1,FALSE,,, -watermelon.n.02,coldSource,0,0,FALSE,,, -watermelon.n.02,sliceable,0,1,FALSE,,, -watermelon.n.02,slicer,0,0,FALSE,,, -watermelon.n.02,soakable,0,0,FALSE,,, -display_panel.n.01,liquid,0,0,FALSE,,, -display_panel.n.01,heatSource,0,0,FALSE,,, -display_panel.n.01,fireSource,0,0,FALSE,,, -display_panel.n.01,cookable,0,0,FALSE,,, -display_panel.n.01,coldSource,0,0,FALSE,,, -display_panel.n.01,sliceable,0,0,FALSE,,, -display_panel.n.01,slicer,1,0,FALSE,,, -display_panel.n.01,soakable,0,0,FALSE,,, -wine_bottle.n.01,liquid,0,0,FALSE,,, -wine_bottle.n.01,heatSource,0,0,FALSE,,, -wine_bottle.n.01,fireSource,0,0,FALSE,,, -wine_bottle.n.01,cookable,0,0,FALSE,,, -wine_bottle.n.01,coldSource,1,1,TRUE,N/A,, -wine_bottle.n.01,sliceable,0,0,FALSE,,, -wine_bottle.n.01,slicer,0,0,FALSE,,, -wine_bottle.n.01,soakable,0,0,FALSE,,, -yogurt.n.01,liquid,0,0,FALSE,,, -yogurt.n.01,heatSource,0,0,FALSE,,, -yogurt.n.01,fireSource,0,0,FALSE,,, -yogurt.n.01,cookable,1,1,FALSE,,, -yogurt.n.01,coldSource,0,0,FALSE,,, -yogurt.n.01,sliceable,0,0,FALSE,,, -yogurt.n.01,slicer,0,0,FALSE,,, -yogurt.n.01,soakable,0,0,FALSE,,, -zucchini.n.02,liquid,0,0,FALSE,,, -zucchini.n.02,heatSource,0,0,FALSE,,, -zucchini.n.02,fireSource,1,0,FALSE,,, -zucchini.n.02,cookable,0,1,FALSE,,, -zucchini.n.02,coldSource,0,0,FALSE,,, -zucchini.n.02,sliceable,0,1,FALSE,,, -zucchini.n.02,slicer,1,0,FALSE,,, -zucchini.n.02,soakable,0,0,FALSE,,, -gym_shoe.n.01,liquid,0,0,FALSE,,, -gym_shoe.n.01,heatSource,0,0,FALSE,,, -gym_shoe.n.01,fireSource,0,0,FALSE,,, -gym_shoe.n.01,cookable,0,0,FALSE,,, -gym_shoe.n.01,coldSource,0,0,FALSE,,, -gym_shoe.n.01,sliceable,0,0,FALSE,,, -gym_shoe.n.01,slicer,0,0,FALSE,,, -gym_shoe.n.01,soakable,0,1,FALSE,,, -computer_game.n.01,liquid,0,0,FALSE,,, -computer_game.n.01,heatSource,0,0,FALSE,,, -computer_game.n.01,fireSource,0,0,FALSE,,, -computer_game.n.01,cookable,0,0,FALSE,,, -computer_game.n.01,coldSource,0,0,FALSE,,, -computer_game.n.01,sliceable,0,0,FALSE,,, -computer_game.n.01,slicer,1,0,FALSE,,, -computer_game.n.01,soakable,0,0,FALSE,,, -board_game.n.01,liquid,0,0,FALSE,,, -board_game.n.01,heatSource,0,0,FALSE,,, -board_game.n.01,fireSource,0,0,FALSE,,, -board_game.n.01,cookable,0,0,FALSE,,, -board_game.n.01,coldSource,0,0,FALSE,,, -board_game.n.01,sliceable,0,0,FALSE,,, -board_game.n.01,slicer,1,0,FALSE,,, -board_game.n.01,soakable,0,0,FALSE,,, -walker.n.04,liquid,0,0,FALSE,,, -walker.n.04,heatSource,0,0,FALSE,,, -walker.n.04,fireSource,0,0,FALSE,,, -walker.n.04,cookable,0,0,FALSE,,, -walker.n.04,coldSource,0,0,FALSE,,, -walker.n.04,sliceable,0,0,FALSE,,, -walker.n.04,slicer,1,0,FALSE,,, -walker.n.04,soakable,0,1,FALSE,,, -medicine.n.02,liquid,1,0,FALSE,,, -medicine.n.02,heatSource,0,0,FALSE,,, -medicine.n.02,fireSource,0,0,FALSE,,, -medicine.n.02,cookable,0,0,FALSE,,, -medicine.n.02,coldSource,1,0,FALSE,,, -medicine.n.02,sliceable,0,0,FALSE,,, -medicine.n.02,slicer,0,0,FALSE,,, -medicine.n.02,soakable,0,0,FALSE,,, -sandal.n.01,liquid,0,0,FALSE,,, -sandal.n.01,heatSource,0,0,FALSE,,, -sandal.n.01,fireSource,0,0,FALSE,,, -sandal.n.01,cookable,0,0,FALSE,,, -sandal.n.01,coldSource,0,0,FALSE,,, -sandal.n.01,sliceable,0,0,FALSE,,, -sandal.n.01,slicer,1,0,FALSE,,, -sandal.n.01,soakable,0,1,FALSE,,, -hat.n.01,liquid,0,0,FALSE,,, -hat.n.01,heatSource,0,0,FALSE,,, -hat.n.01,fireSource,0,0,FALSE,,, -hat.n.01,cookable,0,0,FALSE,,, -hat.n.01,coldSource,0,0,FALSE,,, -hat.n.01,sliceable,0,0,FALSE,,, -hat.n.01,slicer,1,0,FALSE,,, -hat.n.01,soakable,1,1,FALSE,,, -protein.n.01,liquid,0,0,FALSE,,, -protein.n.01,heatSource,0,0,FALSE,,, -protein.n.01,fireSource,1,0,FALSE,,, -protein.n.01,cookable,0,0,FALSE,,, -protein.n.01,coldSource,0,0,FALSE,,, -protein.n.01,sliceable,0,0,FALSE,,, -protein.n.01,slicer,0,0,FALSE,,, -protein.n.01,soakable,1,0,FALSE,,, -ink_cartridge.n.01,liquid,0,0,FALSE,,, -ink_cartridge.n.01,heatSource,0,0,FALSE,,, -ink_cartridge.n.01,fireSource,0,0,FALSE,,, -ink_cartridge.n.01,cookable,0,0,FALSE,,, -ink_cartridge.n.01,coldSource,0,0,FALSE,,, -ink_cartridge.n.01,sliceable,0,0,FALSE,,, -ink_cartridge.n.01,slicer,0,0,FALSE,,, -ink_cartridge.n.01,soakable,0,0,FALSE,,, -cpu_board.n.01,liquid,0,0,FALSE,,, -cpu_board.n.01,heatSource,0,0,FALSE,,, -cpu_board.n.01,fireSource,0,0,FALSE,,, -cpu_board.n.01,cookable,0,0,FALSE,,, -cpu_board.n.01,coldSource,0,0,FALSE,,, -cpu_board.n.01,sliceable,0,0,FALSE,,, -cpu_board.n.01,slicer,1,0,FALSE,,, -cpu_board.n.01,soakable,0,0,FALSE,,, -router.n.02,liquid,0,0,FALSE,,, -router.n.02,heatSource,0,0,FALSE,,, -router.n.02,fireSource,0,0,FALSE,,, -router.n.02,cookable,0,0,FALSE,,, -router.n.02,coldSource,0,0,FALSE,,, -router.n.02,sliceable,0,0,FALSE,,, -router.n.02,slicer,1,0,FALSE,,, -router.n.02,soakable,0,0,FALSE,,, -keyboard.n.01,liquid,0,0,FALSE,,, -keyboard.n.01,heatSource,0,0,FALSE,,, -keyboard.n.01,fireSource,0,0,FALSE,,, -keyboard.n.01,cookable,0,0,FALSE,,, -keyboard.n.01,coldSource,0,0,FALSE,,, -keyboard.n.01,sliceable,0,0,FALSE,,, -keyboard.n.01,slicer,1,0,FALSE,,, -keyboard.n.01,soakable,0,0,FALSE,,, -headset.n.01,liquid,0,0,FALSE,,, -headset.n.01,heatSource,0,0,FALSE,,, -headset.n.01,fireSource,0,0,FALSE,,, -headset.n.01,cookable,0,0,FALSE,,, -headset.n.01,coldSource,0,0,FALSE,,, -headset.n.01,sliceable,0,0,FALSE,,, -headset.n.01,slicer,1,0,FALSE,,, -headset.n.01,soakable,1,0,FALSE,,, -mouse.n.04,liquid,0,0,FALSE,,, -mouse.n.04,heatSource,0,0,FALSE,,, -mouse.n.04,fireSource,0,0,FALSE,,, -mouse.n.04,cookable,0,0,FALSE,,, -mouse.n.04,coldSource,0,0,FALSE,,, -mouse.n.04,sliceable,0,0,FALSE,,, -mouse.n.04,slicer,1,0,FALSE,,, -mouse.n.04,soakable,0,0,FALSE,,, -disk_drive.n.01,liquid,0,0,FALSE,,, -disk_drive.n.01,heatSource,0,0,FALSE,,, -disk_drive.n.01,fireSource,0,0,FALSE,,, -disk_drive.n.01,cookable,0,0,FALSE,,, -disk_drive.n.01,coldSource,0,0,FALSE,,, -disk_drive.n.01,sliceable,0,0,FALSE,,, -disk_drive.n.01,slicer,1,0,FALSE,,, -disk_drive.n.01,soakable,0,0,FALSE,,, -hammer.n.02,liquid,0,0,FALSE,,, -hammer.n.02,heatSource,0,0,FALSE,,, -hammer.n.02,fireSource,0,0,FALSE,,, -hammer.n.02,cookable,0,0,FALSE,,, -hammer.n.02,coldSource,0,0,FALSE,,, -hammer.n.02,sliceable,0,0,FALSE,,, -hammer.n.02,slicer,1,0,FALSE,,, -hammer.n.02,soakable,0,0,FALSE,,, -glove.n.02,liquid,0,0,FALSE,,, -glove.n.02,heatSource,0,0,FALSE,,, -glove.n.02,fireSource,0,0,FALSE,,, -glove.n.02,cookable,0,0,FALSE,,, -glove.n.02,coldSource,0,0,FALSE,,, -glove.n.02,sliceable,0,0,FALSE,,, -glove.n.02,slicer,1,0,FALSE,,, -glove.n.02,soakable,0,1,FALSE,,, -bath_towel.n.01,liquid,0,0,FALSE,,, -bath_towel.n.01,heatSource,0,0,FALSE,,, -bath_towel.n.01,fireSource,0,0,FALSE,,, -bath_towel.n.01,cookable,0,0,FALSE,,, -bath_towel.n.01,coldSource,0,0,FALSE,,, -bath_towel.n.01,sliceable,0,0,FALSE,,, -bath_towel.n.01,slicer,0,0,FALSE,,, -bath_towel.n.01,soakable,1,1,FALSE,,, -dishtowel.n.01,liquid,0,0,FALSE,,, -dishtowel.n.01,heatSource,0,0,FALSE,,, -dishtowel.n.01,fireSource,0,0,FALSE,,, -dishtowel.n.01,cookable,0,0,FALSE,,, -dishtowel.n.01,coldSource,0,0,FALSE,,, -dishtowel.n.01,sliceable,0,0,FALSE,,, -dishtowel.n.01,slicer,1,0,FALSE,,, -dishtowel.n.01,soakable,1,1,FALSE,,, -hand_towel.n.01,liquid,0,0,FALSE,,, -hand_towel.n.01,heatSource,0,0,FALSE,,, -hand_towel.n.01,fireSource,0,0,FALSE,,, -hand_towel.n.01,cookable,0,0,FALSE,,, -hand_towel.n.01,coldSource,0,0,FALSE,,, -hand_towel.n.01,sliceable,0,0,FALSE,,, -hand_towel.n.01,slicer,0,0,FALSE,,, -hand_towel.n.01,soakable,1,1,FALSE,,, -plaything.n.01,liquid,0,0,FALSE,,, -plaything.n.01,heatSource,0,0,FALSE,,, -plaything.n.01,fireSource,0,0,FALSE,,, -plaything.n.01,cookable,0,0,FALSE,,, -plaything.n.01,coldSource,0,0,FALSE,,, -plaything.n.01,sliceable,0,0,FALSE,,, -plaything.n.01,slicer,0,0,FALSE,,, -plaything.n.01,soakable,1,0,FALSE,,, -envelope.n.01,liquid,0,0,FALSE,,, -envelope.n.01,heatSource,0,0,FALSE,,, -envelope.n.01,fireSource,0,0,FALSE,,, -envelope.n.01,cookable,0,0,FALSE,,, -envelope.n.01,coldSource,0,0,FALSE,,, -envelope.n.01,sliceable,0,0,FALSE,,, -envelope.n.01,slicer,1,0,FALSE,,, -envelope.n.01,soakable,1,1,FALSE,,, -chocolate.n.02,liquid,0,0,FALSE,,, -chocolate.n.02,heatSource,0,0,FALSE,,, -chocolate.n.02,fireSource,0,0,FALSE,,, -chocolate.n.02,cookable,0,1,FALSE,,, -chocolate.n.02,coldSource,0,0,FALSE,,, -chocolate.n.02,sliceable,0,1,FALSE,,, -chocolate.n.02,slicer,0,0,FALSE,,, -chocolate.n.02,soakable,0,0,FALSE,,, -ribbon.n.01,liquid,0,0,FALSE,,, -ribbon.n.01,heatSource,0,0,FALSE,,, -ribbon.n.01,fireSource,0,0,FALSE,,, -ribbon.n.01,cookable,0,0,FALSE,,, -ribbon.n.01,coldSource,0,0,FALSE,,, -ribbon.n.01,sliceable,0,0,FALSE,,, -ribbon.n.01,slicer,1,0,FALSE,,, -ribbon.n.01,soakable,1,1,FALSE,,, -lotion.n.01,liquid,1,1,FALSE,,, -lotion.n.01,heatSource,0,0,FALSE,,, -lotion.n.01,fireSource,0,0,FALSE,,, -lotion.n.01,cookable,0,0,FALSE,,, -lotion.n.01,coldSource,0,0,FALSE,,, -lotion.n.01,sliceable,0,0,FALSE,,, -lotion.n.01,slicer,0,0,FALSE,,, -lotion.n.01,soakable,0,0,FALSE,,, -soap.n.01,liquid,0,0,FALSE,,, -soap.n.01,heatSource,0,0,FALSE,,, -soap.n.01,fireSource,0,0,FALSE,,, -soap.n.01,cookable,0,0,FALSE,,, -soap.n.01,coldSource,1,0,FALSE,,, -soap.n.01,sliceable,0,0,FALSE,,, -soap.n.01,slicer,0,0,FALSE,,, -soap.n.01,soakable,0,0,FALSE,,, -cracker.n.01,liquid,0,0,FALSE,,, -cracker.n.01,heatSource,0,0,FALSE,,, -cracker.n.01,fireSource,1,0,FALSE,,, -cracker.n.01,cookable,0,1,FALSE,,, -cracker.n.01,coldSource,0,0,FALSE,,, -cracker.n.01,sliceable,0,1,FALSE,,, -cracker.n.01,slicer,1,0,FALSE,,, -cracker.n.01,soakable,0,0,FALSE,,, -ball.n.01,liquid,0,0,FALSE,,, -ball.n.01,heatSource,0,0,FALSE,,, -ball.n.01,fireSource,0,0,FALSE,,, -ball.n.01,cookable,0,0,FALSE,,, -ball.n.01,coldSource,0,0,FALSE,,, -ball.n.01,sliceable,0,0,FALSE,,, -ball.n.01,slicer,0,0,FALSE,,, -ball.n.01,soakable,0,0,FALSE,,, -jersey.n.03,liquid,0,0,FALSE,,, -jersey.n.03,heatSource,0,0,FALSE,,, -jersey.n.03,fireSource,0,0,FALSE,,, -jersey.n.03,cookable,0,0,FALSE,,, -jersey.n.03,coldSource,0,0,FALSE,,, -jersey.n.03,sliceable,0,0,FALSE,,, -jersey.n.03,slicer,0,0,FALSE,,, -jersey.n.03,soakable,0,1,FALSE,,, -candy_cane.n.01,liquid,0,0,FALSE,,, -candy_cane.n.01,heatSource,0,0,FALSE,,, -candy_cane.n.01,fireSource,0,0,FALSE,,, -candy_cane.n.01,cookable,0,0,FALSE,,, -candy_cane.n.01,coldSource,0,0,FALSE,,, -candy_cane.n.01,sliceable,0,0,FALSE,,, -candy_cane.n.01,slicer,1,0,FALSE,,, -candy_cane.n.01,soakable,0,0,FALSE,,, -shampoo.n.01,liquid,1,1,FALSE,,, -shampoo.n.01,heatSource,0,0,FALSE,,, -shampoo.n.01,fireSource,0,0,FALSE,,, -shampoo.n.01,cookable,0,0,FALSE,,, -shampoo.n.01,coldSource,1,0,FALSE,,, -shampoo.n.01,sliceable,0,0,FALSE,,, -shampoo.n.01,slicer,0,0,FALSE,,, -shampoo.n.01,soakable,0,0,FALSE,,, -conditioner.n.03,liquid,1,1,FALSE,,, -conditioner.n.03,heatSource,0,0,FALSE,,, -conditioner.n.03,fireSource,0,0,FALSE,,, -conditioner.n.03,cookable,0,0,FALSE,,, -conditioner.n.03,coldSource,0,0,FALSE,,, -conditioner.n.03,sliceable,0,0,FALSE,,, -conditioner.n.03,slicer,0,0,FALSE,,, -conditioner.n.03,soakable,0,0,FALSE,,, -candle.n.01,liquid,0,0,FALSE,,, -candle.n.01,heatSource,1,1,FALSE,,, -candle.n.01,fireSource,0,1,FALSE,,, -candle.n.01,cookable,0,0,FALSE,,, -candle.n.01,coldSource,0,0,FALSE,,, -candle.n.01,sliceable,0,0,FALSE,,, -candle.n.01,slicer,1,0,FALSE,,, -candle.n.01,soakable,0,0,FALSE,,, -water.n.06,liquid,1,1,FALSE,,, -water.n.06,heatSource,0,0,FALSE,,, -water.n.06,fireSource,0,0,FALSE,,, -water.n.06,cookable,0,1,FALSE,,, -water.n.06,coldSource,1,0,FALSE,,, -water.n.06,sliceable,0,0,FALSE,,, -water.n.06,slicer,0,0,FALSE,,, -water.n.06,soakable,0,0,FALSE,,, -folderal.n.01,liquid,0,0,FALSE,,, -folderal.n.01,heatSource,0,0,FALSE,,, -folderal.n.01,fireSource,0,0,FALSE,,, -folderal.n.01,cookable,0,0,FALSE,,, -folderal.n.01,coldSource,0,0,FALSE,,, -folderal.n.01,sliceable,0,0,FALSE,,, -folderal.n.01,slicer,0,0,FALSE,,, -folderal.n.01,soakable,0,0,FALSE,,, -light_bulb.n.01,liquid,0,0,FALSE,,, -light_bulb.n.01,heatSource,1,1,FALSE,,, -light_bulb.n.01,fireSource,0,0,FALSE,,, -light_bulb.n.01,cookable,0,0,FALSE,,, -light_bulb.n.01,coldSource,0,0,FALSE,,, -light_bulb.n.01,sliceable,0,0,FALSE,,, -light_bulb.n.01,slicer,1,0,FALSE,,, -light_bulb.n.01,soakable,0,0,FALSE,,, -wall_socket.n.01,liquid,0,0,FALSE,,, -wall_socket.n.01,heatSource,0,0,FALSE,,, -wall_socket.n.01,fireSource,0,0,FALSE,,, -wall_socket.n.01,cookable,0,0,FALSE,,, -wall_socket.n.01,coldSource,0,0,FALSE,,, -wall_socket.n.01,sliceable,0,0,FALSE,,, -wall_socket.n.01,slicer,1,0,FALSE,,, -wall_socket.n.01,soakable,0,0,FALSE,,, -cord.n.01,liquid,0,0,FALSE,,, -cord.n.01,heatSource,0,0,FALSE,,, -cord.n.01,fireSource,0,0,FALSE,,, -cord.n.01,cookable,0,0,FALSE,,, -cord.n.01,coldSource,0,0,FALSE,,, -cord.n.01,sliceable,0,1,FALSE,,, -cord.n.01,slicer,1,0,FALSE,,, -cord.n.01,soakable,0,0,FALSE,,, -bell.n.01,liquid,0,0,FALSE,,, -bell.n.01,heatSource,0,0,FALSE,,, -bell.n.01,fireSource,0,0,FALSE,,, -bell.n.01,cookable,0,0,FALSE,,, -bell.n.01,coldSource,0,0,FALSE,,, -bell.n.01,sliceable,0,0,FALSE,,, -bell.n.01,slicer,1,0,FALSE,,, -bell.n.01,soakable,0,0,FALSE,,, -baseboard.n.01,liquid,0,0,FALSE,,, -baseboard.n.01,heatSource,0,0,FALSE,,, -baseboard.n.01,fireSource,0,0,FALSE,,, -baseboard.n.01,cookable,0,0,FALSE,,, -baseboard.n.01,coldSource,0,0,FALSE,,, -baseboard.n.01,sliceable,0,0,FALSE,,, -baseboard.n.01,slicer,0,0,FALSE,,, -baseboard.n.01,soakable,0,1,FALSE,,, -plywood.n.01,liquid,0,0,FALSE,,, -plywood.n.01,heatSource,0,0,FALSE,,, -plywood.n.01,fireSource,0,0,FALSE,,, -plywood.n.01,cookable,0,0,FALSE,,, -plywood.n.01,coldSource,0,0,FALSE,,, -plywood.n.01,sliceable,0,0,FALSE,,, -plywood.n.01,slicer,1,0,FALSE,,, -plywood.n.01,soakable,0,1,FALSE,,, -tile.n.01,liquid,0,0,FALSE,,, -tile.n.01,heatSource,0,0,FALSE,,, -tile.n.01,fireSource,0,0,FALSE,,, -tile.n.01,cookable,0,0,FALSE,,, -tile.n.01,coldSource,0,0,FALSE,,, -tile.n.01,sliceable,0,0,FALSE,,, -tile.n.01,slicer,1,0,FALSE,,, -tile.n.01,soakable,0,0,FALSE,,, -clout_nail.n.01,liquid,0,0,FALSE,,, -clout_nail.n.01,heatSource,0,0,FALSE,,, -clout_nail.n.01,fireSource,0,0,FALSE,,, -clout_nail.n.01,cookable,0,0,FALSE,,, -clout_nail.n.01,coldSource,0,0,FALSE,,, -clout_nail.n.01,sliceable,0,0,FALSE,,, -clout_nail.n.01,slicer,1,0,FALSE,,, -clout_nail.n.01,soakable,0,0,FALSE,,, -hinge.n.01,liquid,0,0,FALSE,,, -hinge.n.01,heatSource,0,0,FALSE,,, -hinge.n.01,fireSource,0,0,FALSE,,, -hinge.n.01,cookable,0,0,FALSE,,, -hinge.n.01,coldSource,0,0,FALSE,,, -hinge.n.01,sliceable,0,0,FALSE,,, -hinge.n.01,slicer,1,0,FALSE,,, -hinge.n.01,soakable,1,0,FALSE,,, -screwdriver.n.01,liquid,0,0,FALSE,,, -screwdriver.n.01,heatSource,0,0,FALSE,,, -screwdriver.n.01,fireSource,0,0,FALSE,,, -screwdriver.n.01,cookable,0,0,FALSE,,, -screwdriver.n.01,coldSource,0,0,FALSE,,, -screwdriver.n.01,sliceable,0,0,FALSE,,, -screwdriver.n.01,slicer,1,0,FALSE,,, -screwdriver.n.01,soakable,0,0,FALSE,,, -drumstick.n.02,liquid,0,0,FALSE,,, -drumstick.n.02,heatSource,0,0,FALSE,,, -drumstick.n.02,fireSource,1,0,FALSE,,, -drumstick.n.02,cookable,0,0,FALSE,,, -drumstick.n.02,coldSource,0,0,FALSE,,, -drumstick.n.02,sliceable,0,0,FALSE,,, -drumstick.n.02,slicer,0,0,FALSE,,, -drumstick.n.02,soakable,0,0,FALSE,,, -rag.n.01,liquid,0,0,FALSE,,, -rag.n.01,heatSource,0,0,FALSE,,, -rag.n.01,fireSource,0,0,FALSE,,, -rag.n.01,cookable,0,0,FALSE,,, -rag.n.01,coldSource,0,0,FALSE,,, -rag.n.01,sliceable,0,0,FALSE,,, -rag.n.01,slicer,1,0,FALSE,,, -rag.n.01,soakable,1,1,FALSE,,, -package.n.02,liquid,0,0,FALSE,,, -package.n.02,heatSource,0,0,FALSE,,, -package.n.02,fireSource,0,0,FALSE,,, -package.n.02,cookable,0,0,FALSE,,, -package.n.02,coldSource,0,0,FALSE,,, -package.n.02,sliceable,0,0,FALSE,,, -package.n.02,slicer,1,0,FALSE,,, -package.n.02,soakable,0,0,FALSE,,, -pocketknife.n.01,liquid,0,0,FALSE,,, -pocketknife.n.01,heatSource,0,0,FALSE,,, -pocketknife.n.01,fireSource,0,0,FALSE,,, -pocketknife.n.01,cookable,0,0,FALSE,,, -pocketknife.n.01,coldSource,0,0,FALSE,,, -pocketknife.n.01,sliceable,1,0,FALSE,,, -pocketknife.n.01,slicer,1,1,FALSE,,, -pocketknife.n.01,soakable,1,0,FALSE,,, -scissors.n.01,liquid,0,0,FALSE,,, -scissors.n.01,heatSource,0,0,FALSE,,, -scissors.n.01,fireSource,0,0,FALSE,,, -scissors.n.01,cookable,0,0,FALSE,,, -scissors.n.01,coldSource,0,0,FALSE,,, -scissors.n.01,sliceable,0,0,FALSE,,, -scissors.n.01,slicer,1,1,FALSE,,, -scissors.n.01,soakable,1,0,FALSE,,, -hardback.n.01,liquid,0,0,FALSE,,, -hardback.n.01,heatSource,0,0,FALSE,,, -hardback.n.01,fireSource,0,0,FALSE,,, -hardback.n.01,cookable,0,0,FALSE,,, -hardback.n.01,coldSource,0,0,FALSE,,, -hardback.n.01,sliceable,0,0,FALSE,,, -hardback.n.01,slicer,0,0,FALSE,,, -hardback.n.01,soakable,0,1,FALSE,,, -notebook.n.01,liquid,0,0,FALSE,,, -notebook.n.01,heatSource,0,0,FALSE,,, -notebook.n.01,fireSource,0,0,FALSE,,, -notebook.n.01,cookable,0,0,FALSE,,, -notebook.n.01,coldSource,0,0,FALSE,,, -notebook.n.01,sliceable,0,0,FALSE,,, -notebook.n.01,slicer,1,0,FALSE,,, -notebook.n.01,soakable,1,1,FALSE,,, -hairbrush.n.01,liquid,0,0,FALSE,,, -hairbrush.n.01,heatSource,0,0,FALSE,,, -hairbrush.n.01,fireSource,0,0,FALSE,,, -hairbrush.n.01,cookable,0,0,FALSE,,, -hairbrush.n.01,coldSource,0,0,FALSE,,, -hairbrush.n.01,sliceable,0,0,FALSE,,, -hairbrush.n.01,slicer,0,0,FALSE,,, -hairbrush.n.01,soakable,0,0,FALSE,,, -sausage.n.01,liquid,0,0,FALSE,,, -sausage.n.01,heatSource,0,0,FALSE,,, -sausage.n.01,fireSource,1,0,FALSE,,, -sausage.n.01,cookable,0,1,FALSE,,, -sausage.n.01,coldSource,0,0,FALSE,,, -sausage.n.01,sliceable,0,1,FALSE,,, -sausage.n.01,slicer,0,0,FALSE,,, -sausage.n.01,soakable,1,0,FALSE,,, -chili.n.02,liquid,0,0,FALSE,,, -chili.n.02,heatSource,1,0,FALSE,,, -chili.n.02,fireSource,1,0,FALSE,,, -chili.n.02,cookable,0,1,FALSE,,, -chili.n.02,coldSource,0,0,FALSE,,, -chili.n.02,sliceable,0,1,FALSE,,, -chili.n.02,slicer,1,0,FALSE,,, -chili.n.02,soakable,0,0,FALSE,,, -hamburger.n.01,liquid,0,0,FALSE,,, -hamburger.n.01,heatSource,0,0,FALSE,,, -hamburger.n.01,fireSource,1,0,FALSE,,, -hamburger.n.01,cookable,0,1,FALSE,,, -hamburger.n.01,coldSource,0,0,FALSE,,, -hamburger.n.01,sliceable,0,1,FALSE,,, -hamburger.n.01,slicer,0,0,FALSE,,, -hamburger.n.01,soakable,0,0,FALSE,,, -tray.n.01,liquid,0,0,FALSE,,, -tray.n.01,heatSource,0,0,FALSE,,, -tray.n.01,fireSource,0,0,FALSE,,, -tray.n.01,cookable,0,0,FALSE,,, -tray.n.01,coldSource,0,0,FALSE,,, -tray.n.01,sliceable,0,0,FALSE,,, -tray.n.01,slicer,1,0,FALSE,,, -tray.n.01,soakable,0,0,FALSE,,, -toothpick.n.01,liquid,0,0,FALSE,,, -toothpick.n.01,heatSource,0,0,FALSE,,, -toothpick.n.01,fireSource,0,0,FALSE,,, -toothpick.n.01,cookable,0,0,FALSE,,, -toothpick.n.01,coldSource,0,0,FALSE,,, -toothpick.n.01,sliceable,0,0,FALSE,,, -toothpick.n.01,slicer,1,0,FALSE,,, -toothpick.n.01,soakable,0,0,FALSE,,, -plate.n.04,liquid,0,0,FALSE,,, -plate.n.04,heatSource,0,0,FALSE,,, -plate.n.04,fireSource,0,0,FALSE,,, -plate.n.04,cookable,0,0,FALSE,,, -plate.n.04,coldSource,0,0,FALSE,,, -plate.n.04,sliceable,0,0,FALSE,,, -plate.n.04,slicer,1,0,FALSE,,, -plate.n.04,soakable,0,0,FALSE,,, -dart.n.01,liquid,0,0,FALSE,,, -dart.n.01,heatSource,0,0,FALSE,,, -dart.n.01,fireSource,0,0,FALSE,,, -dart.n.01,cookable,0,0,FALSE,,, -dart.n.01,coldSource,0,0,FALSE,,, -dart.n.01,sliceable,0,0,FALSE,,, -dart.n.01,slicer,1,0,FALSE,,, -dart.n.01,soakable,0,0,FALSE,,, -dartboard.n.01,liquid,0,0,FALSE,,, -dartboard.n.01,heatSource,0,0,FALSE,,, -dartboard.n.01,fireSource,0,0,FALSE,,, -dartboard.n.01,cookable,0,0,FALSE,,, -dartboard.n.01,coldSource,0,0,FALSE,,, -dartboard.n.01,sliceable,0,0,FALSE,,, -dartboard.n.01,slicer,1,0,FALSE,,, -dartboard.n.01,soakable,0,1,FALSE,,, -blender.n.01,liquid,1,0,FALSE,,, -blender.n.01,heatSource,0,0,FALSE,,, -blender.n.01,fireSource,0,0,FALSE,,, -blender.n.01,cookable,0,0,FALSE,,, -blender.n.01,coldSource,1,0,FALSE,,, -blender.n.01,sliceable,0,0,FALSE,,, -blender.n.01,slicer,1,1,FALSE,,, -blender.n.01,soakable,0,0,FALSE,,, -straw.n.04,liquid,0,0,FALSE,,, -straw.n.04,heatSource,0,0,FALSE,,, -straw.n.04,fireSource,0,0,FALSE,,, -straw.n.04,cookable,0,0,FALSE,,, -straw.n.04,coldSource,1,0,FALSE,,, -straw.n.04,sliceable,0,0,FALSE,,, -straw.n.04,slicer,0,0,FALSE,,, -straw.n.04,soakable,0,0,FALSE,,, -date.n.08,liquid,0,0,FALSE,,, -date.n.08,heatSource,0,0,FALSE,,, -date.n.08,fireSource,0,0,FALSE,,, -date.n.08,cookable,0,1,FALSE,,, -date.n.08,coldSource,0,0,FALSE,,, -date.n.08,sliceable,0,1,FALSE,,, -date.n.08,slicer,0,0,FALSE,,, -date.n.08,soakable,0,0,FALSE,,, -folder.n.02,liquid,0,0,FALSE,,, -folder.n.02,heatSource,0,0,FALSE,,, -folder.n.02,fireSource,0,0,FALSE,,, -folder.n.02,cookable,0,0,FALSE,,, -folder.n.02,coldSource,0,0,FALSE,,, -folder.n.02,sliceable,0,0,FALSE,,, -folder.n.02,slicer,0,0,FALSE,,, -folder.n.02,soakable,1,1,FALSE,,, -calculator.n.02,liquid,0,0,FALSE,,, -calculator.n.02,heatSource,0,0,FALSE,,, -calculator.n.02,fireSource,0,0,FALSE,,, -calculator.n.02,cookable,0,0,FALSE,,, -calculator.n.02,coldSource,0,0,FALSE,,, -calculator.n.02,sliceable,0,0,FALSE,,, -calculator.n.02,slicer,1,0,FALSE,,, -calculator.n.02,soakable,0,0,FALSE,,, -necklace.n.01,liquid,0,0,FALSE,,, -necklace.n.01,heatSource,0,0,FALSE,,, -necklace.n.01,fireSource,0,0,FALSE,,, -necklace.n.01,cookable,0,0,FALSE,,, -necklace.n.01,coldSource,0,0,FALSE,,, -necklace.n.01,sliceable,0,0,FALSE,,, -necklace.n.01,slicer,0,0,FALSE,,, -necklace.n.01,soakable,0,0,FALSE,,, -jewel.n.01,liquid,0,0,FALSE,,, -jewel.n.01,heatSource,0,0,FALSE,,, -jewel.n.01,fireSource,0,0,FALSE,,, -jewel.n.01,cookable,0,0,FALSE,,, -jewel.n.01,coldSource,0,0,FALSE,,, -jewel.n.01,sliceable,0,0,FALSE,,, -jewel.n.01,slicer,0,0,FALSE,,, -jewel.n.01,soakable,0,0,FALSE,,, -bracelet.n.02,liquid,0,0,FALSE,,, -bracelet.n.02,heatSource,0,0,FALSE,,, -bracelet.n.02,fireSource,0,0,FALSE,,, -bracelet.n.02,cookable,0,0,FALSE,,, -bracelet.n.02,coldSource,0,0,FALSE,,, -bracelet.n.02,sliceable,0,0,FALSE,,, -bracelet.n.02,slicer,1,0,FALSE,,, -bracelet.n.02,soakable,0,0,FALSE,,, -ring.n.08,liquid,0,0,FALSE,,, -ring.n.08,heatSource,0,0,FALSE,,, -ring.n.08,fireSource,0,0,FALSE,,, -ring.n.08,cookable,0,0,FALSE,,, -ring.n.08,coldSource,0,0,FALSE,,, -ring.n.08,sliceable,0,0,FALSE,,, -ring.n.08,slicer,1,0,FALSE,,, -ring.n.08,soakable,0,0,FALSE,,, -cup.n.01,liquid,1,0,FALSE,,, -cup.n.01,heatSource,0,0,FALSE,,, -cup.n.01,fireSource,0,0,FALSE,,, -cup.n.01,cookable,0,0,FALSE,,, -cup.n.01,coldSource,1,0,FALSE,,, -cup.n.01,sliceable,0,0,FALSE,,, -cup.n.01,slicer,1,0,FALSE,,, -cup.n.01,soakable,0,0,FALSE,,, -platter.n.01,liquid,0,0,FALSE,,, -platter.n.01,heatSource,0,0,FALSE,,, -platter.n.01,fireSource,0,0,FALSE,,, -platter.n.01,cookable,0,0,FALSE,,, -platter.n.01,coldSource,1,0,FALSE,,, -platter.n.01,sliceable,0,0,FALSE,,, -platter.n.01,slicer,1,0,FALSE,,, -platter.n.01,soakable,0,0,FALSE,,, -caldron.n.01,liquid,0,0,FALSE,,, -caldron.n.01,heatSource,1,1,FALSE,,, -caldron.n.01,fireSource,1,0,FALSE,,, -caldron.n.01,cookable,0,0,FALSE,,, -caldron.n.01,coldSource,0,0,FALSE,,, -caldron.n.01,sliceable,0,0,FALSE,,, -caldron.n.01,slicer,1,0,FALSE,,, -caldron.n.01,soakable,0,0,FALSE,,, -coffee.n.01,liquid,1,1,FALSE,,, -coffee.n.01,heatSource,0,0,FALSE,,, -coffee.n.01,fireSource,0,0,FALSE,,, -coffee.n.01,cookable,0,0,FALSE,,, -coffee.n.01,coldSource,0,0,FALSE,,, -coffee.n.01,sliceable,0,0,FALSE,,, -coffee.n.01,slicer,1,0,FALSE,,, -coffee.n.01,soakable,0,0,FALSE,,, -crumb.n.03,liquid,0,0,FALSE,,, -crumb.n.03,heatSource,0,0,FALSE,,, -crumb.n.03,fireSource,1,0,FALSE,,, -crumb.n.03,cookable,0,0,FALSE,,, -crumb.n.03,coldSource,0,0,FALSE,,, -crumb.n.03,sliceable,0,0,FALSE,,, -crumb.n.03,slicer,0,0,FALSE,,, -crumb.n.03,soakable,0,0,FALSE,,, -cookie.n.01,liquid,0,0,FALSE,,, -cookie.n.01,heatSource,0,0,FALSE,,, -cookie.n.01,fireSource,1,0,FALSE,,, -cookie.n.01,cookable,0,1,FALSE,,, -cookie.n.01,coldSource,0,0,FALSE,,, -cookie.n.01,sliceable,0,1,FALSE,,, -cookie.n.01,slicer,0,0,FALSE,,, -cookie.n.01,soakable,0,1,FALSE,,, -wrapping.n.01,liquid,0,0,FALSE,,, -wrapping.n.01,heatSource,0,0,FALSE,,, -wrapping.n.01,fireSource,0,0,FALSE,,, -wrapping.n.01,cookable,0,0,FALSE,,, -wrapping.n.01,coldSource,0,0,FALSE,,, -wrapping.n.01,sliceable,0,1,FALSE,,, -wrapping.n.01,slicer,0,0,FALSE,,, -wrapping.n.01,soakable,1,0,FALSE,,, -bow.n.08,liquid,0,0,FALSE,,, -bow.n.08,heatSource,0,0,FALSE,,, -bow.n.08,fireSource,0,0,FALSE,,, -bow.n.08,cookable,0,0,FALSE,,, -bow.n.08,coldSource,0,0,FALSE,,, -bow.n.08,sliceable,0,0,FALSE,,, -bow.n.08,slicer,1,0,FALSE,,, -bow.n.08,soakable,0,1,FALSE,,, -wreath.n.01,liquid,0,0,FALSE,,, -wreath.n.01,heatSource,0,0,FALSE,,, -wreath.n.01,fireSource,0,0,FALSE,,, -wreath.n.01,cookable,0,0,FALSE,,, -wreath.n.01,coldSource,0,0,FALSE,,, -wreath.n.01,sliceable,0,0,FALSE,,, -wreath.n.01,slicer,0,0,FALSE,,, -wreath.n.01,soakable,0,0,FALSE,,, -martini.n.01,liquid,1,1,FALSE,,, -martini.n.01,heatSource,0,0,FALSE,,, -martini.n.01,fireSource,0,0,FALSE,,, -martini.n.01,cookable,0,0,FALSE,,, -martini.n.01,coldSource,1,0,FALSE,,, -martini.n.01,sliceable,0,0,FALSE,,, -martini.n.01,slicer,0,0,FALSE,,, -martini.n.01,soakable,0,0,FALSE,,, -chopstick.n.01,liquid,0,0,FALSE,,, -chopstick.n.01,heatSource,0,0,FALSE,,, -chopstick.n.01,fireSource,0,0,FALSE,,, -chopstick.n.01,cookable,0,0,FALSE,,, -chopstick.n.01,coldSource,0,0,FALSE,,, -chopstick.n.01,sliceable,0,0,FALSE,,, -chopstick.n.01,slicer,1,0,FALSE,,, -chopstick.n.01,soakable,0,0,FALSE,,, -sushi.n.01,liquid,0,0,FALSE,,, -sushi.n.01,heatSource,0,0,FALSE,,, -sushi.n.01,fireSource,0,0,FALSE,,, -sushi.n.01,cookable,0,1,FALSE,,, -sushi.n.01,coldSource,0,0,FALSE,,, -sushi.n.01,sliceable,0,1,FALSE,,, -sushi.n.01,slicer,0,0,FALSE,,, -sushi.n.01,soakable,1,0,FALSE,,, -cranberry.n.02,liquid,0,0,FALSE,,, -cranberry.n.02,heatSource,0,0,FALSE,,, -cranberry.n.02,fireSource,0,0,FALSE,,, -cranberry.n.02,cookable,0,1,FALSE,,, -cranberry.n.02,coldSource,0,0,FALSE,,, -cranberry.n.02,sliceable,0,1,FALSE,,, -cranberry.n.02,slicer,0,0,FALSE,,, -cranberry.n.02,soakable,0,0,FALSE,,, -salad.n.01,liquid,0,0,FALSE,,, -salad.n.01,heatSource,0,0,FALSE,,, -salad.n.01,fireSource,0,0,FALSE,,, -salad.n.01,cookable,0,1,FALSE,,, -salad.n.01,coldSource,0,0,FALSE,,, -salad.n.01,sliceable,0,0,FALSE,,, -salad.n.01,slicer,0,0,FALSE,,, -salad.n.01,soakable,1,0,FALSE,,, -soup.n.01,liquid,1,1,FALSE,,, -soup.n.01,heatSource,0,0,FALSE,,, -soup.n.01,fireSource,1,0,FALSE,,, -soup.n.01,cookable,0,1,FALSE,,, -soup.n.01,coldSource,1,0,FALSE,,, -soup.n.01,sliceable,0,0,FALSE,,, -soup.n.01,slicer,1,0,FALSE,,, -soup.n.01,soakable,0,0,FALSE,,, -sheet.n.03,liquid,0,0,FALSE,,, -sheet.n.03,heatSource,0,0,FALSE,,, -sheet.n.03,fireSource,0,0,FALSE,,, -sheet.n.03,cookable,0,0,FALSE,,, -sheet.n.03,coldSource,0,0,FALSE,,, -sheet.n.03,sliceable,0,0,FALSE,,, -sheet.n.03,slicer,0,0,FALSE,,, -sheet.n.03,soakable,1,1,FALSE,,, -atomizer.n.01,liquid,1,0,FALSE,,, -atomizer.n.01,heatSource,0,0,FALSE,,, -atomizer.n.01,fireSource,0,0,FALSE,,, -atomizer.n.01,cookable,0,0,FALSE,,, -atomizer.n.01,coldSource,1,0,FALSE,,, -atomizer.n.01,sliceable,0,0,FALSE,,, -atomizer.n.01,slicer,1,1,FALSE,,, -atomizer.n.01,soakable,0,0,FALSE,,, -broom.n.01,liquid,0,0,FALSE,,, -broom.n.01,heatSource,0,0,FALSE,,, -broom.n.01,fireSource,0,0,FALSE,,, -broom.n.01,cookable,0,0,FALSE,,, -broom.n.01,coldSource,0,0,FALSE,,, -broom.n.01,sliceable,0,0,FALSE,,, -broom.n.01,slicer,1,0,FALSE,,, -broom.n.01,soakable,0,0,FALSE,,, -carpet_sweeper.n.01,liquid,0,0,FALSE,,, -carpet_sweeper.n.01,heatSource,0,0,FALSE,,, -carpet_sweeper.n.01,fireSource,0,0,FALSE,,, -carpet_sweeper.n.01,cookable,0,0,FALSE,,, -carpet_sweeper.n.01,coldSource,0,0,FALSE,,, -carpet_sweeper.n.01,sliceable,0,0,FALSE,,, -carpet_sweeper.n.01,slicer,1,0,FALSE,,, -carpet_sweeper.n.01,soakable,0,0,FALSE,,, -coat.n.01,liquid,0,0,FALSE,,, -coat.n.01,heatSource,0,0,FALSE,,, -coat.n.01,fireSource,0,0,FALSE,,, -coat.n.01,cookable,0,0,FALSE,,, -coat.n.01,coldSource,0,0,FALSE,,, -coat.n.01,sliceable,0,0,FALSE,,, -coat.n.01,slicer,1,0,FALSE,,, -coat.n.01,soakable,1,1,FALSE,,, -detergent.n.02,liquid,1,1,FALSE,,, -detergent.n.02,heatSource,0,0,FALSE,,, -detergent.n.02,fireSource,0,0,FALSE,,, -detergent.n.02,cookable,0,0,FALSE,,, -detergent.n.02,coldSource,1,0,FALSE,,, -detergent.n.02,sliceable,0,0,FALSE,,, -detergent.n.02,slicer,0,0,FALSE,,, -detergent.n.02,soakable,0,0,FALSE,,, -jean.n.01,liquid,0,0,FALSE,,, -jean.n.01,heatSource,0,0,FALSE,,, -jean.n.01,fireSource,0,0,FALSE,,, -jean.n.01,cookable,0,0,FALSE,,, -jean.n.01,coldSource,1,0,FALSE,,, -jean.n.01,sliceable,0,0,FALSE,,, -jean.n.01,slicer,1,0,FALSE,,, -jean.n.01,soakable,1,1,FALSE,,, -paint.n.01,liquid,1,1,FALSE,,, -paint.n.01,heatSource,0,0,FALSE,,, -paint.n.01,fireSource,0,0,FALSE,,, -paint.n.01,cookable,0,0,FALSE,,, -paint.n.01,coldSource,1,0,FALSE,,, -paint.n.01,sliceable,0,0,FALSE,,, -paint.n.01,slicer,1,0,FALSE,,, -paint.n.01,soakable,0,0,FALSE,,, -paintbrush.n.01,liquid,0,0,FALSE,,, -paintbrush.n.01,heatSource,0,0,FALSE,,, -paintbrush.n.01,fireSource,0,0,FALSE,,, -paintbrush.n.01,cookable,0,0,FALSE,,, -paintbrush.n.01,coldSource,1,0,FALSE,,, -paintbrush.n.01,sliceable,0,0,FALSE,,, -paintbrush.n.01,slicer,0,0,FALSE,,, -paintbrush.n.01,soakable,0,0,FALSE,,, -pajama.n.02,liquid,0,0,FALSE,,, -pajama.n.02,heatSource,0,0,FALSE,,, -pajama.n.02,fireSource,0,0,FALSE,,, -pajama.n.02,cookable,0,0,FALSE,,, -pajama.n.02,coldSource,0,0,FALSE,,, -pajama.n.02,sliceable,0,0,FALSE,,, -pajama.n.02,slicer,0,0,FALSE,,, -pajama.n.02,soakable,1,1,FALSE,,, -pegboard.n.01,liquid,0,0,FALSE,,, -pegboard.n.01,heatSource,0,0,FALSE,,, -pegboard.n.01,fireSource,0,0,FALSE,,, -pegboard.n.01,cookable,0,0,FALSE,,, -pegboard.n.01,coldSource,0,0,FALSE,,, -pegboard.n.01,sliceable,0,0,FALSE,,, -pegboard.n.01,slicer,1,0,FALSE,,, -pegboard.n.01,soakable,0,0,FALSE,,, -roller.n.04,liquid,0,0,FALSE,,, -roller.n.04,heatSource,0,0,FALSE,,, -roller.n.04,fireSource,0,0,FALSE,,, -roller.n.04,cookable,0,0,FALSE,,, -roller.n.04,coldSource,0,0,FALSE,,, -roller.n.04,sliceable,0,0,FALSE,,, -roller.n.04,slicer,1,0,FALSE,,, -roller.n.04,soakable,0,0,FALSE,,, -scrub_brush.n.01,liquid,0,0,FALSE,,, -scrub_brush.n.01,heatSource,0,0,FALSE,,, -scrub_brush.n.01,fireSource,0,0,FALSE,,, -scrub_brush.n.01,cookable,0,0,FALSE,,, -scrub_brush.n.01,coldSource,0,0,FALSE,,, -scrub_brush.n.01,sliceable,0,0,FALSE,,, -scrub_brush.n.01,slicer,1,0,FALSE,,, -scrub_brush.n.01,soakable,0,0,FALSE,,, -sock.n.01,liquid,0,0,FALSE,,, -sock.n.01,heatSource,0,0,FALSE,,, -sock.n.01,fireSource,0,0,FALSE,,, -sock.n.01,cookable,0,0,FALSE,,, -sock.n.01,coldSource,0,0,FALSE,,, -sock.n.01,sliceable,0,0,FALSE,,, -sock.n.01,slicer,1,0,FALSE,,, -sock.n.01,soakable,1,1,FALSE,,, -sweater.n.01,liquid,0,0,FALSE,,, -sweater.n.01,heatSource,0,0,FALSE,,, -sweater.n.01,fireSource,0,0,FALSE,,, -sweater.n.01,cookable,0,0,FALSE,,, -sweater.n.01,coldSource,0,0,FALSE,,, -sweater.n.01,sliceable,0,0,FALSE,,, -sweater.n.01,slicer,0,0,FALSE,,, -sweater.n.01,soakable,1,1,FALSE,,, -trowel.n.01,liquid,0,0,FALSE,,, -trowel.n.01,heatSource,0,0,FALSE,,, -trowel.n.01,fireSource,0,0,FALSE,,, -trowel.n.01,cookable,0,0,FALSE,,, -trowel.n.01,coldSource,0,0,FALSE,,, -trowel.n.01,sliceable,0,0,FALSE,,, -trowel.n.01,slicer,1,0,FALSE,,, -trowel.n.01,soakable,0,0,FALSE,,, -underwear.n.01,liquid,0,0,FALSE,,, -underwear.n.01,heatSource,0,0,FALSE,,, -underwear.n.01,fireSource,0,0,FALSE,,, -underwear.n.01,cookable,0,0,FALSE,,, -underwear.n.01,coldSource,0,0,FALSE,,, -underwear.n.01,sliceable,0,0,FALSE,,, -underwear.n.01,slicer,0,0,FALSE,,, -underwear.n.01,soakable,1,1,FALSE,,, -vacuum.n.04,liquid,0,0,FALSE,,, -vacuum.n.04,heatSource,0,0,FALSE,,, -vacuum.n.04,fireSource,0,0,FALSE,,, -vacuum.n.04,cookable,0,0,FALSE,,, -vacuum.n.04,coldSource,0,0,FALSE,,, -vacuum.n.04,sliceable,0,0,FALSE,,, -vacuum.n.04,slicer,1,0,FALSE,,, -vacuum.n.04,soakable,0,0,FALSE,,, -umbrella.n.01,liquid,0,0,FALSE,,, -umbrella.n.01,heatSource,0,0,FALSE,,, -umbrella.n.01,fireSource,0,0,FALSE,,, -umbrella.n.01,cookable,0,0,FALSE,,, -umbrella.n.01,coldSource,0,0,FALSE,,, -umbrella.n.01,sliceable,0,0,FALSE,,, -umbrella.n.01,slicer,1,0,FALSE,,, -umbrella.n.01,soakable,1,0,FALSE,,, -sunglass.n.01,liquid,0,0,FALSE,,, -sunglass.n.01,heatSource,0,0,FALSE,,, -sunglass.n.01,fireSource,0,0,FALSE,,, -sunglass.n.01,cookable,0,0,FALSE,,, -sunglass.n.01,coldSource,0,0,FALSE,,, -sunglass.n.01,sliceable,0,0,FALSE,,, -sunglass.n.01,slicer,1,0,FALSE,,, -sunglass.n.01,soakable,0,0,FALSE,,, -toaster.n.02,liquid,0,0,FALSE,,, -toaster.n.02,heatSource,1,1,FALSE,,, -toaster.n.02,fireSource,0,0,FALSE,,, -toaster.n.02,cookable,0,0,FALSE,,, -toaster.n.02,coldSource,0,0,FALSE,,, -toaster.n.02,sliceable,0,0,FALSE,,, -toaster.n.02,slicer,1,0,FALSE,,, -toaster.n.02,soakable,0,0,FALSE,,, -iron.n.04,liquid,0,0,FALSE,,, -iron.n.04,heatSource,1,1,FALSE,,, -iron.n.04,fireSource,0,0,FALSE,,, -iron.n.04,cookable,0,0,FALSE,,, -iron.n.04,coldSource,0,0,FALSE,,, -iron.n.04,sliceable,0,0,FALSE,,, -iron.n.04,slicer,1,0,FALSE,,, -iron.n.04,soakable,0,0,FALSE,,, -hook.n.05,liquid,0,0,FALSE,,, -hook.n.05,heatSource,0,0,FALSE,,, -hook.n.05,fireSource,0,0,FALSE,,, -hook.n.05,cookable,0,0,FALSE,,, -hook.n.05,coldSource,0,0,FALSE,,, -hook.n.05,sliceable,0,0,FALSE,,, -hook.n.05,slicer,0,0,FALSE,,, -hook.n.05,soakable,0,0,FALSE,,, -salt.n.02,liquid,0,0,FALSE,,, -salt.n.02,heatSource,0,0,FALSE,,, -salt.n.02,fireSource,0,0,FALSE,,, -salt.n.02,cookable,0,1,FALSE,,, -salt.n.02,coldSource,0,0,FALSE,,, -salt.n.02,sliceable,0,0,FALSE,,, -salt.n.02,slicer,1,0,FALSE,,, -salt.n.02,soakable,0,0,FALSE,,, -beer.n.01,liquid,1,1,FALSE,,, -beer.n.01,heatSource,0,0,FALSE,,, -beer.n.01,fireSource,0,0,FALSE,,, -beer.n.01,cookable,0,1,FALSE,,, -beer.n.01,coldSource,1,0,FALSE,,, -beer.n.01,sliceable,0,0,FALSE,,, -beer.n.01,slicer,0,0,FALSE,,, -beer.n.01,soakable,0,0,FALSE,,, -juice.n.01,liquid,1,1,FALSE,,, -juice.n.01,heatSource,0,0,FALSE,,, -juice.n.01,fireSource,1,0,FALSE,,, -juice.n.01,cookable,0,1,FALSE,,, -juice.n.01,coldSource,1,0,FALSE,,, -juice.n.01,sliceable,0,0,FALSE,,, -juice.n.01,slicer,0,0,FALSE,,, -juice.n.01,soakable,0,0,FALSE,,, -car.n.01,liquid,0,0,FALSE,,, -car.n.01,heatSource,0,0,FALSE,,, -car.n.01,fireSource,0,0,FALSE,,, -car.n.01,cookable,0,0,FALSE,,, -car.n.01,coldSource,0,0,FALSE,,, -car.n.01,sliceable,0,0,FALSE,,, -car.n.01,slicer,1,0,FALSE,,, -car.n.01,soakable,0,0,FALSE,,, -drill.n.01,liquid,0,0,FALSE,,, -drill.n.01,heatSource,0,0,FALSE,,, -drill.n.01,fireSource,0,0,FALSE,,, -drill.n.01,cookable,0,0,FALSE,,, -drill.n.01,coldSource,0,0,FALSE,,, -drill.n.01,sliceable,0,0,FALSE,,, -drill.n.01,slicer,1,1,FALSE,,, -drill.n.01,soakable,0,0,FALSE,,, -dustpan.n.02,liquid,0,0,FALSE,,, -dustpan.n.02,heatSource,0,0,FALSE,,, -dustpan.n.02,fireSource,0,0,FALSE,,, -dustpan.n.02,cookable,0,0,FALSE,,, -dustpan.n.02,coldSource,0,0,FALSE,,, -dustpan.n.02,sliceable,0,0,FALSE,,, -dustpan.n.02,slicer,0,0,FALSE,,, -dustpan.n.02,soakable,0,0,FALSE,,, -lawn_mower.n.01,liquid,0,0,FALSE,,, -lawn_mower.n.01,heatSource,0,0,FALSE,,, -lawn_mower.n.01,fireSource,0,0,FALSE,,, -lawn_mower.n.01,cookable,0,0,FALSE,,, -lawn_mower.n.01,coldSource,0,0,FALSE,,, -lawn_mower.n.01,sliceable,0,0,FALSE,,, -lawn_mower.n.01,slicer,1,0,FALSE,,, -lawn_mower.n.01,soakable,0,0,FALSE,,, -painting.n.01,liquid,0,0,FALSE,,, -painting.n.01,heatSource,0,0,FALSE,,, -painting.n.01,fireSource,0,0,FALSE,,, -painting.n.01,cookable,0,0,FALSE,,, -painting.n.01,coldSource,0,0,FALSE,,, -painting.n.01,sliceable,0,0,FALSE,,, -painting.n.01,slicer,0,0,FALSE,,, -painting.n.01,soakable,0,1,FALSE,,, -powder.n.03,liquid,0,0,FALSE,,, -powder.n.03,heatSource,0,0,FALSE,,, -powder.n.03,fireSource,0,0,FALSE,,, -powder.n.03,cookable,0,0,FALSE,,, -powder.n.03,coldSource,0,0,FALSE,,, -powder.n.03,sliceable,0,0,FALSE,,, -powder.n.03,slicer,0,0,FALSE,,, -powder.n.03,soakable,0,0,FALSE,,, -rake.n.03,liquid,0,0,FALSE,,, -rake.n.03,heatSource,0,0,FALSE,,, -rake.n.03,fireSource,0,0,FALSE,,, -rake.n.03,cookable,0,0,FALSE,,, -rake.n.03,coldSource,0,0,FALSE,,, -rake.n.03,sliceable,0,0,FALSE,,, -rake.n.03,slicer,1,1,FALSE,,, -rake.n.03,soakable,0,0,FALSE,,, -scarf.n.01,liquid,0,0,FALSE,,, -scarf.n.01,heatSource,0,0,FALSE,,, -scarf.n.01,fireSource,0,0,FALSE,,, -scarf.n.01,cookable,0,0,FALSE,,, -scarf.n.01,coldSource,0,0,FALSE,,, -scarf.n.01,sliceable,0,0,FALSE,,, -scarf.n.01,slicer,1,0,FALSE,,, -scarf.n.01,soakable,1,1,FALSE,,, -scraper.n.01,liquid,0,0,FALSE,,, -scraper.n.01,heatSource,0,0,FALSE,,, -scraper.n.01,fireSource,0,0,FALSE,,, -scraper.n.01,cookable,0,0,FALSE,,, -scraper.n.01,coldSource,0,0,FALSE,,, -scraper.n.01,sliceable,0,0,FALSE,,, -scraper.n.01,slicer,0,0,FALSE,,, -scraper.n.01,soakable,0,0,FALSE,,, -ladder.n.01,liquid,0,0,FALSE,,, -ladder.n.01,heatSource,0,0,FALSE,,, -ladder.n.01,fireSource,0,0,FALSE,,, -ladder.n.01,cookable,0,0,FALSE,,, -ladder.n.01,coldSource,0,0,FALSE,,, -ladder.n.01,sliceable,0,0,FALSE,,, -ladder.n.01,slicer,1,0,FALSE,,, -ladder.n.01,soakable,1,0,FALSE,,, -toothbrush.n.01,liquid,0,0,FALSE,,, -toothbrush.n.01,heatSource,0,0,FALSE,,, -toothbrush.n.01,fireSource,0,0,FALSE,,, -toothbrush.n.01,cookable,0,0,FALSE,,, -toothbrush.n.01,coldSource,0,0,FALSE,,, -toothbrush.n.01,sliceable,0,0,FALSE,,, -toothbrush.n.01,slicer,1,0,FALSE,,, -toothbrush.n.01,soakable,0,0,FALSE,,, -beef.n.02,liquid,0,0,FALSE,,, -beef.n.02,heatSource,0,0,FALSE,,, -beef.n.02,fireSource,1,0,FALSE,,, -beef.n.02,cookable,0,1,FALSE,,, -beef.n.02,coldSource,0,0,FALSE,,, -beef.n.02,sliceable,0,1,FALSE,,, -beef.n.02,slicer,0,0,FALSE,,, -beef.n.02,soakable,0,0,FALSE,,, -perfume.n.02,liquid,0,1,FALSE,,, -perfume.n.02,heatSource,0,0,FALSE,,, -perfume.n.02,fireSource,0,0,FALSE,,, -perfume.n.02,cookable,0,0,FALSE,,, -perfume.n.02,coldSource,0,0,FALSE,,, -perfume.n.02,sliceable,0,0,FALSE,,, -perfume.n.02,slicer,1,0,FALSE,,, -perfume.n.02,soakable,0,0,FALSE,,, -pork.n.01,liquid,0,0,FALSE,,, -pork.n.01,heatSource,0,0,FALSE,,, -pork.n.01,fireSource,1,0,FALSE,,, -pork.n.01,cookable,0,1,FALSE,,, -pork.n.01,coldSource,0,0,FALSE,,, -pork.n.01,sliceable,0,1,FALSE,,, -pork.n.01,slicer,0,0,FALSE,,, -pork.n.01,soakable,0,0,FALSE,,, -rib.n.03,liquid,0,0,FALSE,,, -rib.n.03,heatSource,0,0,FALSE,,, -rib.n.03,fireSource,1,0,FALSE,,, -rib.n.03,cookable,0,1,FALSE,,, -rib.n.03,coldSource,0,0,FALSE,,, -rib.n.03,sliceable,0,1,FALSE,,, -rib.n.03,slicer,0,0,FALSE,,, -rib.n.03,soakable,0,0,FALSE,,, -steak.n.01,liquid,0,0,FALSE,,, -steak.n.01,heatSource,0,0,FALSE,,, -steak.n.01,fireSource,1,0,FALSE,,, -steak.n.01,cookable,0,1,FALSE,,, -steak.n.01,coldSource,0,0,FALSE,,, -steak.n.01,sliceable,0,1,FALSE,,, -steak.n.01,slicer,0,0,FALSE,,, -steak.n.01,soakable,0,0,FALSE,,, -sugar.n.01,liquid,0,0,FALSE,,, -sugar.n.01,heatSource,0,0,FALSE,,, -sugar.n.01,fireSource,0,0,FALSE,,, -sugar.n.01,cookable,0,1,FALSE,,, -sugar.n.01,coldSource,0,0,FALSE,,, -sugar.n.01,sliceable,0,0,FALSE,,, -sugar.n.01,slicer,0,0,FALSE,,, -sugar.n.01,soakable,0,0,FALSE,,, -crab.n.05,liquid,0,0,FALSE,,, -crab.n.05,heatSource,0,0,FALSE,,, -crab.n.05,fireSource,1,0,FALSE,,, -crab.n.05,cookable,0,1,FALSE,,, -crab.n.05,coldSource,0,0,FALSE,,, -crab.n.05,sliceable,0,1,FALSE,,, -crab.n.05,slicer,0,0,FALSE,,, -crab.n.05,soakable,0,0,FALSE,,, -fillet.n.02,liquid,0,0,FALSE,,, -fillet.n.02,heatSource,0,0,FALSE,,, -fillet.n.02,fireSource,1,0,FALSE,,, -fillet.n.02,cookable,0,1,FALSE,,, -fillet.n.02,coldSource,0,0,FALSE,,, -fillet.n.02,sliceable,0,1,FALSE,,, -fillet.n.02,slicer,0,0,FALSE,,, -fillet.n.02,soakable,0,0,FALSE,,, -fish.n.02,liquid,0,0,FALSE,,, -fish.n.02,heatSource,0,0,FALSE,,, -fish.n.02,fireSource,1,0,FALSE,,, -fish.n.02,cookable,0,1,FALSE,,, -fish.n.02,coldSource,0,0,FALSE,,, -fish.n.02,sliceable,0,1,FALSE,,, -fish.n.02,slicer,0,0,FALSE,,, -fish.n.02,soakable,0,0,FALSE,,, -magazine.n.02,liquid,0,0,FALSE,,, -magazine.n.02,heatSource,0,0,FALSE,,, -magazine.n.02,fireSource,0,0,FALSE,,, -magazine.n.02,cookable,0,0,FALSE,,, -magazine.n.02,coldSource,0,0,FALSE,,, -magazine.n.02,sliceable,0,0,FALSE,,, -magazine.n.02,slicer,0,0,FALSE,,, -magazine.n.02,soakable,0,1,FALSE,,, -newspaper.n.03,liquid,0,0,FALSE,,, -newspaper.n.03,heatSource,0,0,FALSE,,, -newspaper.n.03,fireSource,0,0,FALSE,,, -newspaper.n.03,cookable,0,0,FALSE,,, -newspaper.n.03,coldSource,0,0,FALSE,,, -newspaper.n.03,sliceable,0,0,FALSE,,, -newspaper.n.03,slicer,0,0,FALSE,,, -newspaper.n.03,soakable,1,1,FALSE,,, -pool.n.01,liquid,1,0,FALSE,,, -pool.n.01,heatSource,0,0,FALSE,,, -pool.n.01,fireSource,0,0,FALSE,,, -pool.n.01,cookable,0,0,FALSE,,, -pool.n.01,coldSource,0,0,FALSE,,, -pool.n.01,sliceable,0,0,FALSE,,, -pool.n.01,slicer,0,0,FALSE,,, -pool.n.01,soakable,0,0,FALSE,,, -tart.n.02,liquid,0,0,FALSE,,, -tart.n.02,heatSource,0,0,FALSE,,, -tart.n.02,fireSource,0,0,FALSE,,, -tart.n.02,cookable,0,1,FALSE,,, -tart.n.02,coldSource,1,0,FALSE,,, -tart.n.02,sliceable,0,1,FALSE,,, -tart.n.02,slicer,0,0,FALSE,,, -tart.n.02,soakable,0,0,FALSE,,, -muffin.n.01,liquid,0,0,FALSE,,, -muffin.n.01,heatSource,0,0,FALSE,,, -muffin.n.01,fireSource,1,0,FALSE,,, -muffin.n.01,cookable,0,1,FALSE,,, -muffin.n.01,coldSource,0,0,FALSE,,, -muffin.n.01,sliceable,0,1,FALSE,,, -muffin.n.01,slicer,0,0,FALSE,,, -muffin.n.01,soakable,0,0,FALSE,,, -ice_cube.n.01,liquid,0,0,FALSE,,, -ice_cube.n.01,heatSource,0,0,FALSE,,, -ice_cube.n.01,fireSource,0,0,FALSE,,, -ice_cube.n.01,cookable,1,0,FALSE,,, -ice_cube.n.01,coldSource,0,1,TRUE,0,, -ice_cube.n.01,sliceable,0,0,FALSE,,, -ice_cube.n.01,slicer,1,1,FALSE,,, -ice_cube.n.01,soakable,0,0,FALSE,,, -cinnamon.n.03,liquid,0,0,FALSE,,, -cinnamon.n.03,heatSource,0,0,FALSE,,, -cinnamon.n.03,fireSource,0,0,FALSE,,, -cinnamon.n.03,cookable,0,1,FALSE,,, -cinnamon.n.03,coldSource,0,0,FALSE,,, -cinnamon.n.03,sliceable,0,0,FALSE,,, -cinnamon.n.03,slicer,1,0,FALSE,,, -cinnamon.n.03,soakable,0,0,FALSE,,, -lime.n.06,liquid,0,0,FALSE,,, -lime.n.06,heatSource,0,0,FALSE,,, -lime.n.06,fireSource,0,0,FALSE,,, -lime.n.06,cookable,0,1,FALSE,,, -lime.n.06,coldSource,0,0,FALSE,,, -lime.n.06,sliceable,0,1,FALSE,,, -lime.n.06,slicer,0,0,FALSE,,, -lime.n.06,soakable,0,0,FALSE,,, -ginger.n.02,liquid,0,0,FALSE,,, -ginger.n.02,heatSource,0,0,FALSE,,, -ginger.n.02,fireSource,1,0,FALSE,,, -ginger.n.02,cookable,0,1,FALSE,,, -ginger.n.02,coldSource,0,0,FALSE,,, -ginger.n.02,sliceable,0,1,FALSE,,, -ginger.n.02,slicer,0,0,FALSE,,, -ginger.n.02,soakable,0,0,FALSE,,, -cereal.n.03,liquid,0,0,FALSE,,, -cereal.n.03,heatSource,0,0,FALSE,,, -cereal.n.03,fireSource,1,0,FALSE,,, -cereal.n.03,cookable,0,0,FALSE,,, -cereal.n.03,coldSource,0,0,FALSE,,, -cereal.n.03,sliceable,0,0,FALSE,,, -cereal.n.03,slicer,0,0,FALSE,,, -cereal.n.03,soakable,0,0,FALSE,,, -cheese.n.01,liquid,0,0,FALSE,,, -cheese.n.01,heatSource,0,0,FALSE,,, -cheese.n.01,fireSource,1,0,FALSE,,, -cheese.n.01,cookable,0,1,FALSE,,, -cheese.n.01,coldSource,0,0,FALSE,,, -cheese.n.01,sliceable,0,1,FALSE,,, -cheese.n.01,slicer,1,0,FALSE,,, -cheese.n.01,soakable,0,0,FALSE,,, -milk.n.01,liquid,1,1,FALSE,,, -milk.n.01,heatSource,0,0,FALSE,,, -milk.n.01,fireSource,0,0,FALSE,,, -milk.n.01,cookable,0,1,FALSE,,, -milk.n.01,coldSource,1,0,FALSE,,, -milk.n.01,sliceable,0,0,FALSE,,, -milk.n.01,slicer,0,0,FALSE,,, -milk.n.01,soakable,0,0,FALSE,,, -pasta.n.02,liquid,0,0,FALSE,,, -pasta.n.02,heatSource,0,0,FALSE,,, -pasta.n.02,fireSource,1,0,FALSE,,, -pasta.n.02,cookable,0,1,FALSE,,, -pasta.n.02,coldSource,0,0,FALSE,,, -pasta.n.02,sliceable,0,0,FALSE,,, -pasta.n.02,slicer,1,0,FALSE,,, -pasta.n.02,soakable,1,0,FALSE,,, -almond.n.02,liquid,0,0,FALSE,,, -almond.n.02,heatSource,0,0,FALSE,,, -almond.n.02,fireSource,0,0,FALSE,,, -almond.n.02,cookable,0,1,FALSE,,, -almond.n.02,coldSource,0,0,FALSE,,, -almond.n.02,sliceable,0,0,FALSE,,, -almond.n.02,slicer,0,0,FALSE,,, -almond.n.02,soakable,0,0,FALSE,,, -grill.n.02,liquid,0,0,FALSE,,, -grill.n.02,heatSource,0,0,FALSE,,, -grill.n.02,fireSource,0,0,FALSE,,, -grill.n.02,cookable,0,0,FALSE,,, -grill.n.02,coldSource,0,0,FALSE,,, -grill.n.02,sliceable,0,0,FALSE,,, -grill.n.02,slicer,1,0,FALSE,,, -grill.n.02,soakable,0,0,FALSE,,, -hose.n.03,liquid,1,0,FALSE,,, -hose.n.03,heatSource,0,0,FALSE,,, -hose.n.03,fireSource,0,0,FALSE,,, -hose.n.03,cookable,0,0,FALSE,,, -hose.n.03,coldSource,1,0,FALSE,,, -hose.n.03,sliceable,0,0,FALSE,,, -hose.n.03,slicer,1,0,FALSE,,, -hose.n.03,soakable,0,0,FALSE,,, -jam.n.01,liquid,0,1,FALSE,,, -jam.n.01,heatSource,0,0,FALSE,,, -jam.n.01,fireSource,1,0,FALSE,,, -jam.n.01,cookable,0,1,FALSE,,, -jam.n.01,coldSource,0,0,FALSE,,, -jam.n.01,sliceable,0,0,FALSE,,, -jam.n.01,slicer,1,0,FALSE,,, -jam.n.01,soakable,0,0,FALSE,,, -puree.n.01,liquid,1,1,FALSE,,, -puree.n.01,heatSource,0,0,FALSE,,, -puree.n.01,fireSource,1,0,FALSE,,, -puree.n.01,cookable,0,1,FALSE,,, -puree.n.01,coldSource,1,0,FALSE,,, -puree.n.01,sliceable,0,0,FALSE,,, -puree.n.01,slicer,0,0,FALSE,,, -puree.n.01,soakable,0,0,FALSE,,, -bagel.n.01,liquid,0,0,FALSE,,, -bagel.n.01,heatSource,0,0,FALSE,,, -bagel.n.01,fireSource,1,0,FALSE,,, -bagel.n.01,cookable,0,1,FALSE,,, -bagel.n.01,coldSource,1,0,FALSE,,, -bagel.n.01,sliceable,0,1,FALSE,,, -bagel.n.01,slicer,1,0,FALSE,,, -bagel.n.01,soakable,0,0,FALSE,,, -baguet.n.01,liquid,0,0,FALSE,,, -baguet.n.01,heatSource,0,0,FALSE,,, -baguet.n.01,fireSource,0,0,FALSE,,, -baguet.n.01,cookable,0,1,FALSE,,, -baguet.n.01,coldSource,0,0,FALSE,,, -baguet.n.01,sliceable,0,1,FALSE,,, -baguet.n.01,slicer,0,0,FALSE,,, -baguet.n.01,soakable,0,0,FALSE,,, -basil.n.03,liquid,0,0,FALSE,,, -basil.n.03,heatSource,0,0,FALSE,,, -basil.n.03,fireSource,1,0,FALSE,,, -basil.n.03,cookable,0,1,FALSE,,, -basil.n.03,coldSource,0,0,FALSE,,, -basil.n.03,sliceable,0,0,FALSE,,, -basil.n.03,slicer,0,0,FALSE,,, -basil.n.03,soakable,0,0,FALSE,,, -celery.n.02,liquid,0,0,FALSE,,, -celery.n.02,heatSource,0,0,FALSE,,, -celery.n.02,fireSource,1,0,FALSE,,, -celery.n.02,cookable,0,1,FALSE,,, -celery.n.02,coldSource,0,0,FALSE,,, -celery.n.02,sliceable,0,1,FALSE,,, -celery.n.02,slicer,0,0,FALSE,,, -celery.n.02,soakable,0,0,FALSE,,, -cupcake.n.01,liquid,0,0,FALSE,,, -cupcake.n.01,heatSource,0,0,FALSE,,, -cupcake.n.01,fireSource,1,0,FALSE,,, -cupcake.n.01,cookable,0,0,FALSE,,, -cupcake.n.01,coldSource,0,0,FALSE,,, -cupcake.n.01,sliceable,0,1,FALSE,,, -cupcake.n.01,slicer,1,0,FALSE,,, -cupcake.n.01,soakable,0,0,FALSE,,, -green_onion.n.01,liquid,0,0,FALSE,,, -green_onion.n.01,heatSource,0,0,FALSE,,, -green_onion.n.01,fireSource,0,0,FALSE,,, -green_onion.n.01,cookable,0,1,FALSE,,, -green_onion.n.01,coldSource,0,0,FALSE,,, -green_onion.n.01,sliceable,0,1,FALSE,,, -green_onion.n.01,slicer,0,0,FALSE,,, -green_onion.n.01,soakable,0,0,FALSE,,, -guacamole.n.01,liquid,0,0,FALSE,,, -guacamole.n.01,heatSource,0,0,FALSE,,, -guacamole.n.01,fireSource,0,0,FALSE,,, -guacamole.n.01,cookable,0,1,FALSE,,, -guacamole.n.01,coldSource,0,0,FALSE,,, -guacamole.n.01,sliceable,0,0,FALSE,,, -guacamole.n.01,slicer,0,0,FALSE,,, -guacamole.n.01,soakable,0,0,FALSE,,, -lasagna.n.01,liquid,0,0,FALSE,,, -lasagna.n.01,heatSource,0,0,FALSE,,, -lasagna.n.01,fireSource,1,0,FALSE,,, -lasagna.n.01,cookable,0,1,FALSE,,, -lasagna.n.01,coldSource,1,0,FALSE,,, -lasagna.n.01,sliceable,0,0,FALSE,,, -lasagna.n.01,slicer,0,0,FALSE,,, -lasagna.n.01,soakable,0,0,FALSE,,, -mayonnaise.n.01,liquid,1,1,FALSE,,, -mayonnaise.n.01,heatSource,0,0,FALSE,,, -mayonnaise.n.01,fireSource,0,0,FALSE,,, -mayonnaise.n.01,cookable,0,1,FALSE,,, -mayonnaise.n.01,coldSource,1,0,FALSE,,, -mayonnaise.n.01,sliceable,0,0,FALSE,,, -mayonnaise.n.01,slicer,0,0,FALSE,,, -mayonnaise.n.01,soakable,0,0,FALSE,,, -mousetrap.n.01,liquid,0,0,FALSE,,, -mousetrap.n.01,heatSource,0,0,FALSE,,, -mousetrap.n.01,fireSource,0,0,FALSE,,, -mousetrap.n.01,cookable,0,0,FALSE,,, -mousetrap.n.01,coldSource,0,0,FALSE,,, -mousetrap.n.01,sliceable,0,0,FALSE,,, -mousetrap.n.01,slicer,1,0,FALSE,,, -mousetrap.n.01,soakable,0,0,FALSE,,, -pretzel.n.01,liquid,0,0,FALSE,,, -pretzel.n.01,heatSource,0,0,FALSE,,, -pretzel.n.01,fireSource,0,0,FALSE,,, -pretzel.n.01,cookable,0,0,FALSE,,, -pretzel.n.01,coldSource,0,0,FALSE,,, -pretzel.n.01,sliceable,0,1,FALSE,,, -pretzel.n.01,slicer,1,0,FALSE,,, -pretzel.n.01,soakable,0,0,FALSE,,, -prosciutto.n.01,liquid,0,0,FALSE,,, -prosciutto.n.01,heatSource,0,0,FALSE,,, -prosciutto.n.01,fireSource,0,0,FALSE,,, -prosciutto.n.01,cookable,0,1,FALSE,,, -prosciutto.n.01,coldSource,0,0,FALSE,,, -prosciutto.n.01,sliceable,0,1,FALSE,,, -prosciutto.n.01,slicer,1,0,FALSE,,, -prosciutto.n.01,soakable,0,0,FALSE,,, -razor.n.01,liquid,0,0,FALSE,,, -razor.n.01,heatSource,0,0,FALSE,,, -razor.n.01,fireSource,0,0,FALSE,,, -razor.n.01,cookable,0,0,FALSE,,, -razor.n.01,coldSource,0,0,FALSE,,, -razor.n.01,sliceable,0,0,FALSE,,, -razor.n.01,slicer,1,1,FALSE,,, -razor.n.01,soakable,0,0,FALSE,,, -sunscreen.n.01,liquid,0,1,FALSE,,, -sunscreen.n.01,heatSource,0,0,FALSE,,, -sunscreen.n.01,fireSource,0,0,FALSE,,, -sunscreen.n.01,cookable,0,0,FALSE,,, -sunscreen.n.01,coldSource,0,0,FALSE,,, -sunscreen.n.01,sliceable,0,0,FALSE,,, -sunscreen.n.01,slicer,0,0,FALSE,,, -sunscreen.n.01,soakable,0,0,FALSE,,, -tinsel.n.02,liquid,0,0,FALSE,,, -tinsel.n.02,heatSource,0,0,FALSE,,, -tinsel.n.02,fireSource,0,0,FALSE,,, -tinsel.n.02,cookable,0,0,FALSE,,, -tinsel.n.02,coldSource,0,0,FALSE,,, -tinsel.n.02,sliceable,0,0,FALSE,,, -tinsel.n.02,slicer,0,0,FALSE,,, -tinsel.n.02,soakable,0,0,FALSE,,, -christmas_tree.n.05,liquid,0,0,FALSE,,, -christmas_tree.n.05,heatSource,0,0,FALSE,,, -christmas_tree.n.05,fireSource,0,1,FALSE,,, -christmas_tree.n.05,cookable,0,0,FALSE,,, -christmas_tree.n.05,coldSource,0,0,FALSE,,, -christmas_tree.n.05,sliceable,0,0,FALSE,,, -christmas_tree.n.05,slicer,0,0,FALSE,,, -christmas_tree.n.05,soakable,0,0,FALSE,,, -vinegar.n.01,liquid,1,1,FALSE,,, -vinegar.n.01,heatSource,0,0,FALSE,,, -vinegar.n.01,fireSource,0,0,FALSE,,, -vinegar.n.01,cookable,0,1,FALSE,,, -vinegar.n.01,coldSource,0,0,FALSE,,, -vinegar.n.01,sliceable,0,0,FALSE,,, -vinegar.n.01,slicer,0,0,FALSE,,, -vinegar.n.01,soakable,0,0,FALSE,,, -alarm.n.02,liquid,0,0,FALSE,,, -alarm.n.02,heatSource,0,0,FALSE,,, -alarm.n.02,fireSource,0,0,FALSE,,, -alarm.n.02,cookable,0,0,FALSE,,, -alarm.n.02,coldSource,0,0,FALSE,,, -alarm.n.02,sliceable,0,0,FALSE,,, -alarm.n.02,slicer,1,0,FALSE,,, -alarm.n.02,soakable,0,0,FALSE,,, -cologne.n.02,liquid,1,1,FALSE,,, -cologne.n.02,heatSource,0,0,FALSE,,, -cologne.n.02,fireSource,0,0,FALSE,,, -cologne.n.02,cookable,0,0,FALSE,,, -cologne.n.02,coldSource,1,0,FALSE,,, -cologne.n.02,sliceable,0,0,FALSE,,, -cologne.n.02,slicer,1,0,FALSE,,, -cologne.n.02,soakable,0,0,FALSE,,, -comb.n.01,liquid,0,0,FALSE,,, -comb.n.01,heatSource,0,0,FALSE,,, -comb.n.01,fireSource,0,0,FALSE,,, -comb.n.01,cookable,0,0,FALSE,,, -comb.n.01,coldSource,0,0,FALSE,,, -comb.n.01,sliceable,0,0,FALSE,,, -comb.n.01,slicer,1,0,FALSE,,, -comb.n.01,soakable,0,0,FALSE,,, -dental_floss.n.01,liquid,0,0,FALSE,,, -dental_floss.n.01,heatSource,0,0,FALSE,,, -dental_floss.n.01,fireSource,0,0,FALSE,,, -dental_floss.n.01,cookable,0,0,FALSE,,, -dental_floss.n.01,coldSource,0,0,FALSE,,, -dental_floss.n.01,sliceable,0,0,FALSE,,, -dental_floss.n.01,slicer,1,1,FALSE,,, -dental_floss.n.01,soakable,1,0,FALSE,,, -document.n.01,liquid,0,0,FALSE,,, -document.n.01,heatSource,0,0,FALSE,,, -document.n.01,fireSource,0,0,FALSE,,, -document.n.01,cookable,0,0,FALSE,,, -document.n.01,coldSource,1,0,FALSE,,, -document.n.01,sliceable,0,0,FALSE,,, -document.n.01,slicer,1,0,FALSE,,, -document.n.01,soakable,1,1,FALSE,,, -duffel_bag.n.01,liquid,0,0,FALSE,,, -duffel_bag.n.01,heatSource,0,0,FALSE,,, -duffel_bag.n.01,fireSource,0,0,FALSE,,, -duffel_bag.n.01,cookable,0,0,FALSE,,, -duffel_bag.n.01,coldSource,0,0,FALSE,,, -duffel_bag.n.01,sliceable,0,0,FALSE,,, -duffel_bag.n.01,slicer,0,0,FALSE,,, -duffel_bag.n.01,soakable,0,1,FALSE,,, -facsimile.n.02,liquid,0,0,FALSE,,, -facsimile.n.02,heatSource,0,0,FALSE,,, -facsimile.n.02,fireSource,0,0,FALSE,,, -facsimile.n.02,cookable,0,0,FALSE,,, -facsimile.n.02,coldSource,0,0,FALSE,,, -facsimile.n.02,sliceable,0,0,FALSE,,, -facsimile.n.02,slicer,1,0,FALSE,,, -facsimile.n.02,soakable,0,1,FALSE,,, -gingerbread.n.01,liquid,0,0,FALSE,,, -gingerbread.n.01,heatSource,0,0,FALSE,,, -gingerbread.n.01,fireSource,1,0,FALSE,,, -gingerbread.n.01,cookable,0,1,FALSE,,, -gingerbread.n.01,coldSource,1,0,FALSE,,, -gingerbread.n.01,sliceable,0,1,FALSE,,, -gingerbread.n.01,slicer,1,0,FALSE,,, -gingerbread.n.01,soakable,0,1,FALSE,,, -lipstick.n.01,liquid,0,0,FALSE,,, -lipstick.n.01,heatSource,0,0,FALSE,,, -lipstick.n.01,fireSource,0,0,FALSE,,, -lipstick.n.01,cookable,0,0,FALSE,,, -lipstick.n.01,coldSource,1,0,FALSE,,, -lipstick.n.01,sliceable,0,1,FALSE,,, -lipstick.n.01,slicer,0,0,FALSE,,, -lipstick.n.01,soakable,0,0,FALSE,,, -lollipop.n.02,liquid,0,0,FALSE,,, -lollipop.n.02,heatSource,0,0,FALSE,,, -lollipop.n.02,fireSource,0,0,FALSE,,, -lollipop.n.02,cookable,0,0,FALSE,,, -lollipop.n.02,coldSource,0,0,FALSE,,, -lollipop.n.02,sliceable,0,0,FALSE,,, -lollipop.n.02,slicer,1,0,FALSE,,, -lollipop.n.02,soakable,0,0,FALSE,,, -modem.n.01,liquid,0,0,FALSE,,, -modem.n.01,heatSource,0,0,FALSE,,, -modem.n.01,fireSource,0,0,FALSE,,, -modem.n.01,cookable,0,0,FALSE,,, -modem.n.01,coldSource,0,0,FALSE,,, -modem.n.01,sliceable,0,0,FALSE,,, -modem.n.01,slicer,1,0,FALSE,,, -modem.n.01,soakable,0,0,FALSE,,, -printer.n.03,liquid,0,0,FALSE,,, -printer.n.03,heatSource,0,0,FALSE,,, -printer.n.03,fireSource,0,0,FALSE,,, -printer.n.03,cookable,0,0,FALSE,,, -printer.n.03,coldSource,0,0,FALSE,,, -printer.n.03,sliceable,0,0,FALSE,,, -printer.n.03,slicer,1,0,FALSE,,, -printer.n.03,soakable,0,0,FALSE,,, -saw.n.02,liquid,0,0,FALSE,,, -saw.n.02,heatSource,0,0,FALSE,,, -saw.n.02,fireSource,0,0,FALSE,,, -saw.n.02,cookable,0,0,FALSE,,, -saw.n.02,coldSource,0,0,FALSE,,, -saw.n.02,sliceable,0,0,FALSE,,, -saw.n.02,slicer,1,1,FALSE,,, -saw.n.02,soakable,0,0,FALSE,,, -scanner.n.02,liquid,0,0,FALSE,,, -scanner.n.02,heatSource,0,0,FALSE,,, -scanner.n.02,fireSource,0,0,FALSE,,, -scanner.n.02,cookable,0,0,FALSE,,, -scanner.n.02,coldSource,0,0,FALSE,,, -scanner.n.02,sliceable,0,0,FALSE,,, -scanner.n.02,slicer,1,0,FALSE,,, -scanner.n.02,soakable,0,0,FALSE,,, -stocking.n.01,liquid,0,0,FALSE,,, -stocking.n.01,heatSource,0,0,FALSE,,, -stocking.n.01,fireSource,0,0,FALSE,,, -stocking.n.01,cookable,0,0,FALSE,,, -stocking.n.01,coldSource,0,0,FALSE,,, -stocking.n.01,sliceable,0,0,FALSE,,, -stocking.n.01,slicer,0,0,FALSE,,, -stocking.n.01,soakable,0,1,FALSE,,, -toothpaste.n.01,liquid,0,0,FALSE,,, -toothpaste.n.01,heatSource,0,0,FALSE,,, -toothpaste.n.01,fireSource,0,0,FALSE,,, -toothpaste.n.01,cookable,0,0,FALSE,,, -toothpaste.n.01,coldSource,1,0,FALSE,,, -toothpaste.n.01,sliceable,0,0,FALSE,,, -toothpaste.n.01,slicer,0,0,FALSE,,, -toothpaste.n.01,soakable,0,0,FALSE,,, -watch.n.01,liquid,0,0,FALSE,,, -watch.n.01,heatSource,0,0,FALSE,,, -watch.n.01,fireSource,0,0,FALSE,,, -watch.n.01,cookable,0,0,FALSE,,, -watch.n.01,coldSource,0,0,FALSE,,, -watch.n.01,sliceable,0,0,FALSE,,, -watch.n.01,slicer,1,0,FALSE,,, -watch.n.01,soakable,0,0,FALSE,,, -carton.n.02,liquid,0,0,FALSE,,, -carton.n.02,heatSource,0,0,FALSE,,, -carton.n.02,fireSource,0,1,FALSE,,, -carton.n.02,cookable,0,0,FALSE,,, -carton.n.02,coldSource,1,0,FALSE,,, -carton.n.02,sliceable,0,0,FALSE,,, -carton.n.02,slicer,1,0,FALSE,,, -carton.n.02,soakable,1,1,FALSE,,, -briefcase.n.01,liquid,0,0,FALSE,,, -briefcase.n.01,heatSource,0,0,FALSE,,, -briefcase.n.01,fireSource,0,0,FALSE,,, -briefcase.n.01,cookable,0,0,FALSE,,, -briefcase.n.01,coldSource,0,0,FALSE,,, -briefcase.n.01,sliceable,0,0,FALSE,,, -briefcase.n.01,slicer,1,0,FALSE,,, -briefcase.n.01,soakable,0,0,FALSE,,, -tea_bag.n.01,liquid,0,0,FALSE,,, -tea_bag.n.01,heatSource,0,0,FALSE,,, -tea_bag.n.01,fireSource,0,0,FALSE,,, -tea_bag.n.01,cookable,0,1,FALSE,,, -tea_bag.n.01,coldSource,0,0,FALSE,,, -tea_bag.n.01,sliceable,0,0,FALSE,,, -tea_bag.n.01,slicer,0,0,FALSE,,, -tea_bag.n.01,soakable,0,1,FALSE,,, -shoulder_bag.n.01,liquid,0,0,FALSE,,, -shoulder_bag.n.01,heatSource,0,0,FALSE,,, -shoulder_bag.n.01,fireSource,0,0,FALSE,,, -shoulder_bag.n.01,cookable,0,0,FALSE,,, -shoulder_bag.n.01,coldSource,0,0,FALSE,,, -shoulder_bag.n.01,sliceable,0,0,FALSE,,, -shoulder_bag.n.01,slicer,0,0,FALSE,,, -shoulder_bag.n.01,soakable,0,1,FALSE,,, -sack.n.01,liquid,0,0,FALSE,,, -sack.n.01,heatSource,0,0,FALSE,,, -sack.n.01,fireSource,0,0,FALSE,,, -sack.n.01,cookable,0,0,FALSE,,, -sack.n.01,coldSource,0,0,FALSE,,, -sack.n.01,sliceable,0,0,FALSE,,, -sack.n.01,slicer,1,0,FALSE,,, -sack.n.01,soakable,1,0,FALSE,,, -backpack.n.01,liquid,0,0,FALSE,,, -backpack.n.01,heatSource,0,0,FALSE,,, -backpack.n.01,fireSource,0,0,FALSE,,, -backpack.n.01,cookable,0,0,FALSE,,, -backpack.n.01,coldSource,0,0,FALSE,,, -backpack.n.01,sliceable,0,0,FALSE,,, -backpack.n.01,slicer,0,0,FALSE,,, -backpack.n.01,soakable,0,1,FALSE,,, -ink.n.01,liquid,1,1,FALSE,,, -ink.n.01,heatSource,0,0,FALSE,,, -ink.n.01,fireSource,0,0,FALSE,,, -ink.n.01,cookable,0,0,FALSE,,, -ink.n.01,coldSource,1,0,FALSE,,, -ink.n.01,sliceable,0,0,FALSE,,, -ink.n.01,slicer,0,0,FALSE,,, -ink.n.01,soakable,0,0,FALSE,,, -fireplace.n.01,liquid,0,0,FALSE,,, -fireplace.n.01,heatSource,1,1,FALSE,,, -fireplace.n.01,fireSource,0,0,FALSE,,, -fireplace.n.01,cookable,0,0,FALSE,,, -fireplace.n.01,coldSource,0,0,FALSE,,, -fireplace.n.01,sliceable,0,0,FALSE,,, -fireplace.n.01,slicer,1,0,FALSE,,, -fireplace.n.01,soakable,0,0,FALSE,,, -knob.n.02,liquid,0,0,FALSE,,, -knob.n.02,heatSource,0,0,FALSE,,, -knob.n.02,fireSource,0,0,FALSE,,, -knob.n.02,cookable,0,0,FALSE,,, -knob.n.02,coldSource,0,0,FALSE,,, -knob.n.02,sliceable,0,0,FALSE,,, -knob.n.02,slicer,1,0,FALSE,,, -knob.n.02,soakable,0,0,FALSE,,, -pastry.n.01,liquid,0,0,FALSE,,, -pastry.n.01,heatSource,0,0,FALSE,,, -pastry.n.01,fireSource,1,0,FALSE,,, -pastry.n.01,cookable,0,1,FALSE,,, -pastry.n.01,coldSource,0,0,FALSE,,, -pastry.n.01,sliceable,0,1,FALSE,,, -pastry.n.01,slicer,1,0,FALSE,,, -pastry.n.01,soakable,1,1,FALSE,,, -pliers.n.01,liquid,0,0,FALSE,,, -pliers.n.01,heatSource,0,0,FALSE,,, -pliers.n.01,fireSource,0,0,FALSE,,, -pliers.n.01,cookable,0,0,FALSE,,, -pliers.n.01,coldSource,0,0,FALSE,,, -pliers.n.01,sliceable,0,0,FALSE,,, -pliers.n.01,slicer,1,1,FALSE,,, -pliers.n.01,soakable,1,0,FALSE,,, -rope.n.01,liquid,0,0,FALSE,,, -rope.n.01,heatSource,0,0,FALSE,,, -rope.n.01,fireSource,0,0,FALSE,,, -rope.n.01,cookable,0,0,FALSE,,, -rope.n.01,coldSource,0,0,FALSE,,, -rope.n.01,sliceable,0,1,FALSE,,, -rope.n.01,slicer,1,0,FALSE,,, -rope.n.01,soakable,0,0,FALSE,,, -shorts.n.01,liquid,0,0,FALSE,,, -shorts.n.01,heatSource,0,0,FALSE,,, -shorts.n.01,fireSource,0,0,FALSE,,, -shorts.n.01,cookable,0,0,FALSE,,, -shorts.n.01,coldSource,0,0,FALSE,,, -shorts.n.01,sliceable,0,0,FALSE,,, -shorts.n.01,slicer,0,0,FALSE,,, -shorts.n.01,soakable,1,1,FALSE,,, -squash.n.02,liquid,0,0,FALSE,,, -squash.n.02,heatSource,0,0,FALSE,,, -squash.n.02,fireSource,1,0,FALSE,,, -squash.n.02,cookable,0,1,FALSE,,, -squash.n.02,coldSource,0,0,FALSE,,, -squash.n.02,sliceable,0,1,FALSE,,, -squash.n.02,slicer,1,0,FALSE,,, -squash.n.02,soakable,0,0,FALSE,,, -stew.n.02,liquid,0,0,FALSE,,, -stew.n.02,heatSource,0,0,FALSE,,, -stew.n.02,fireSource,1,1,FALSE,,, -stew.n.02,cookable,0,1,FALSE,,, -stew.n.02,coldSource,1,0,FALSE,,, -stew.n.02,sliceable,0,0,FALSE,,, -stew.n.02,slicer,0,0,FALSE,,, -stew.n.02,soakable,0,0,FALSE,,, -sticker.n.02,liquid,0,0,FALSE,,, -sticker.n.02,heatSource,0,0,FALSE,,, -sticker.n.02,fireSource,0,0,FALSE,,, -sticker.n.02,cookable,0,0,FALSE,,, -sticker.n.02,coldSource,0,0,FALSE,,, -sticker.n.02,sliceable,0,0,FALSE,,, -sticker.n.02,slicer,1,0,FALSE,,, -sticker.n.02,soakable,0,0,FALSE,,, -timer.n.03,liquid,0,0,FALSE,,, -timer.n.03,heatSource,0,0,FALSE,,, -timer.n.03,fireSource,0,0,FALSE,,, -timer.n.03,cookable,0,0,FALSE,,, -timer.n.03,coldSource,0,0,FALSE,,, -timer.n.03,sliceable,0,0,FALSE,,, -timer.n.03,slicer,1,0,FALSE,,, -timer.n.03,soakable,0,0,FALSE,,, -toast.n.01,liquid,0,0,FALSE,,, -toast.n.01,heatSource,1,0,FALSE,,, -toast.n.01,fireSource,1,0,FALSE,,, -toast.n.01,cookable,0,1,FALSE,,, -toast.n.01,coldSource,0,0,FALSE,,, -toast.n.01,sliceable,0,1,FALSE,,, -toast.n.01,slicer,1,0,FALSE,,, -toast.n.01,soakable,0,1,FALSE,,, -adhesive.n.01,liquid,0,1,FALSE,,, -adhesive.n.01,heatSource,0,0,FALSE,,, -adhesive.n.01,fireSource,0,0,FALSE,,, -adhesive.n.01,cookable,0,0,FALSE,,, -adhesive.n.01,coldSource,0,0,FALSE,,, -adhesive.n.01,sliceable,0,0,FALSE,,, -adhesive.n.01,slicer,0,0,FALSE,,, -adhesive.n.01,soakable,0,0,FALSE,,, -appliance.n.02,liquid,0,0,FALSE,,, -appliance.n.02,heatSource,1,0,FALSE,,, -appliance.n.02,fireSource,0,0,FALSE,,, -appliance.n.02,cookable,1,0,FALSE,,, -appliance.n.02,coldSource,0,0,FALSE,,, -appliance.n.02,sliceable,0,0,FALSE,,, -appliance.n.02,slicer,1,0,FALSE,,, -appliance.n.02,soakable,0,0,FALSE,,, -foundation.n.03,liquid,0,0,FALSE,,, -foundation.n.03,heatSource,0,0,FALSE,,, -foundation.n.03,fireSource,0,0,FALSE,,, -foundation.n.03,cookable,0,0,FALSE,,, -foundation.n.03,coldSource,0,0,FALSE,,, -foundation.n.03,sliceable,0,0,FALSE,,, -foundation.n.03,slicer,0,0,FALSE,,, -foundation.n.03,soakable,0,0,FALSE,,, -cable.n.02,liquid,0,0,FALSE,,, -cable.n.02,heatSource,0,0,FALSE,,, -cable.n.02,fireSource,0,0,FALSE,,, -cable.n.02,cookable,0,0,FALSE,,, -cable.n.02,coldSource,0,0,FALSE,,, -cable.n.02,sliceable,0,1,FALSE,,, -cable.n.02,slicer,1,0,FALSE,,, -cable.n.02,soakable,0,0,FALSE,,, -cable.n.03,liquid,0,0,FALSE,,, -cable.n.03,heatSource,0,0,FALSE,,, -cable.n.03,fireSource,0,0,FALSE,,, -cable.n.03,cookable,0,0,FALSE,,, -cable.n.03,coldSource,0,0,FALSE,,, -cable.n.03,sliceable,0,1,FALSE,,, -cable.n.03,slicer,1,0,FALSE,,, -cable.n.03,soakable,0,0,FALSE,,, -card.n.03,liquid,0,0,FALSE,,, -card.n.03,heatSource,0,0,FALSE,,, -card.n.03,fireSource,0,1,FALSE,,, -card.n.03,cookable,0,0,FALSE,,, -card.n.03,coldSource,0,0,FALSE,,, -card.n.03,sliceable,0,0,FALSE,,, -card.n.03,slicer,1,0,FALSE,,, -card.n.03,soakable,1,1,FALSE,,, -chain.n.01,liquid,0,0,FALSE,,, -chain.n.01,heatSource,0,0,FALSE,,, -chain.n.01,fireSource,0,0,FALSE,,, -chain.n.01,cookable,0,0,FALSE,,, -chain.n.01,coldSource,0,0,FALSE,,, -chain.n.01,sliceable,0,0,FALSE,,, -chain.n.01,slicer,1,0,FALSE,,, -chain.n.01,soakable,0,0,FALSE,,, -chain.n.05,liquid,0,0,FALSE,,, -chain.n.05,heatSource,0,0,FALSE,,, -chain.n.05,fireSource,0,0,FALSE,,, -chain.n.05,cookable,0,0,FALSE,,, -chain.n.05,coldSource,0,0,FALSE,,, -chain.n.05,sliceable,0,0,FALSE,,, -chain.n.05,slicer,1,0,FALSE,,, -chain.n.05,soakable,0,0,FALSE,,, -clamp.n.01,liquid,0,0,FALSE,,, -clamp.n.01,heatSource,0,0,FALSE,,, -clamp.n.01,fireSource,0,0,FALSE,,, -clamp.n.01,cookable,0,0,FALSE,,, -clamp.n.01,coldSource,0,0,FALSE,,, -clamp.n.01,sliceable,0,0,FALSE,,, -clamp.n.01,slicer,0,0,FALSE,,, -clamp.n.01,soakable,0,0,FALSE,,, -concrete.n.01,liquid,0,0,FALSE,,, -concrete.n.01,heatSource,0,0,FALSE,,, -concrete.n.01,fireSource,0,0,FALSE,,, -concrete.n.01,cookable,0,0,FALSE,,, -concrete.n.01,coldSource,0,0,FALSE,,, -concrete.n.01,sliceable,0,0,FALSE,,, -concrete.n.01,slicer,0,0,FALSE,,, -concrete.n.01,soakable,0,0,FALSE,,, -dairy.n.01,liquid,0,0,FALSE,,, -dairy.n.01,heatSource,0,0,FALSE,,, -dairy.n.01,fireSource,0,0,FALSE,,, -dairy.n.01,cookable,0,1,FALSE,,, -dairy.n.01,coldSource,0,0,FALSE,,, -dairy.n.01,sliceable,0,0,FALSE,,, -dairy.n.01,slicer,0,0,FALSE,,, -dairy.n.01,soakable,0,0,FALSE,,, -duck.n.03,liquid,0,0,FALSE,,, -duck.n.03,heatSource,0,0,FALSE,,, -duck.n.03,fireSource,1,0,FALSE,,, -duck.n.03,cookable,0,1,FALSE,,, -duck.n.03,coldSource,0,0,FALSE,,, -duck.n.03,sliceable,0,1,FALSE,,, -duck.n.03,slicer,0,0,FALSE,,, -duck.n.03,soakable,0,0,FALSE,,, -electronics.n.01,liquid,0,0,FALSE,,, -electronics.n.01,heatSource,0,0,FALSE,,, -electronics.n.01,fireSource,0,0,FALSE,,, -electronics.n.01,cookable,0,0,FALSE,,, -electronics.n.01,coldSource,0,0,FALSE,,, -electronics.n.01,sliceable,0,0,FALSE,,, -electronics.n.01,slicer,1,0,FALSE,,, -electronics.n.01,soakable,0,0,FALSE,,, -fertilizer.n.01,liquid,0,1,FALSE,,, -fertilizer.n.01,heatSource,0,0,FALSE,,, -fertilizer.n.01,fireSource,1,0,FALSE,,, -fertilizer.n.01,cookable,0,0,FALSE,,, -fertilizer.n.01,coldSource,0,0,FALSE,,, -fertilizer.n.01,sliceable,0,0,FALSE,,, -fertilizer.n.01,slicer,0,0,FALSE,,, -fertilizer.n.01,soakable,0,0,FALSE,,, -gravy.n.01,liquid,1,1,FALSE,,, -gravy.n.01,heatSource,0,0,FALSE,,, -gravy.n.01,fireSource,1,0,FALSE,,, -gravy.n.01,cookable,0,1,FALSE,,, -gravy.n.01,coldSource,1,0,FALSE,,, -gravy.n.01,sliceable,0,0,FALSE,,, -gravy.n.01,slicer,0,0,FALSE,,, -gravy.n.01,soakable,0,0,FALSE,,, -hair.n.01,liquid,0,0,FALSE,,, -hair.n.01,heatSource,0,0,FALSE,,, -hair.n.01,fireSource,0,0,FALSE,,, -hair.n.01,cookable,0,0,FALSE,,, -hair.n.01,coldSource,0,0,FALSE,,, -hair.n.01,sliceable,0,0,FALSE,,, -hair.n.01,slicer,0,0,FALSE,,, -hair.n.01,soakable,0,0,FALSE,,, -lining.n.01,liquid,0,0,FALSE,,, -lining.n.01,heatSource,0,0,FALSE,,, -lining.n.01,fireSource,0,0,FALSE,,, -lining.n.01,cookable,0,0,FALSE,,, -lining.n.01,coldSource,0,0,FALSE,,, -lining.n.01,sliceable,0,0,FALSE,,, -lining.n.01,slicer,0,0,FALSE,,, -lining.n.01,soakable,1,0,FALSE,,, -log.n.01,liquid,0,0,FALSE,,, -log.n.01,heatSource,1,0,FALSE,,, -log.n.01,fireSource,0,1,FALSE,,, -log.n.01,cookable,0,0,FALSE,,, -log.n.01,coldSource,0,0,FALSE,,, -log.n.01,sliceable,0,1,FALSE,,, -log.n.01,slicer,1,0,FALSE,,, -log.n.01,soakable,0,1,FALSE,,, -mask.n.02,liquid,0,0,FALSE,,, -mask.n.02,heatSource,0,0,FALSE,,, -mask.n.02,fireSource,0,0,FALSE,,, -mask.n.02,cookable,0,0,FALSE,,, -mask.n.02,coldSource,0,0,FALSE,,, -mask.n.02,sliceable,0,0,FALSE,,, -mask.n.02,slicer,1,0,FALSE,,, -mask.n.02,soakable,0,1,FALSE,,, -pole.n.01,liquid,0,0,FALSE,,, -pole.n.01,heatSource,0,0,FALSE,,, -pole.n.01,fireSource,0,0,FALSE,,, -pole.n.01,cookable,0,0,FALSE,,, -pole.n.01,coldSource,0,0,FALSE,,, -pole.n.01,sliceable,0,0,FALSE,,, -pole.n.01,slicer,1,0,FALSE,,, -pole.n.01,soakable,0,0,FALSE,,, -seafood.n.01,liquid,0,0,FALSE,,, -seafood.n.01,heatSource,0,0,FALSE,,, -seafood.n.01,fireSource,1,0,FALSE,,, -seafood.n.01,cookable,0,1,FALSE,,, -seafood.n.01,coldSource,0,0,FALSE,,, -seafood.n.01,sliceable,0,1,FALSE,,, -seafood.n.01,slicer,0,0,FALSE,,, -seafood.n.01,soakable,0,0,FALSE,,, -shrub.n.01,liquid,0,0,FALSE,,, -shrub.n.01,heatSource,0,0,FALSE,,, -shrub.n.01,fireSource,0,1,FALSE,,, -shrub.n.01,cookable,0,0,FALSE,,, -shrub.n.01,coldSource,0,0,FALSE,,, -shrub.n.01,sliceable,0,0,FALSE,,, -shrub.n.01,slicer,0,0,FALSE,,, -shrub.n.01,soakable,0,0,FALSE,,, -tarpaulin.n.01,liquid,0,0,FALSE,,, -tarpaulin.n.01,heatSource,0,0,FALSE,,, -tarpaulin.n.01,fireSource,0,0,FALSE,,, -tarpaulin.n.01,cookable,0,0,FALSE,,, -tarpaulin.n.01,coldSource,0,0,FALSE,,, -tarpaulin.n.01,sliceable,0,0,FALSE,,, -tarpaulin.n.01,slicer,1,0,FALSE,,, -tarpaulin.n.01,soakable,1,1,FALSE,,, -acid.n.01,liquid,0,1,FALSE,,, -acid.n.01,heatSource,0,0,FALSE,,, -acid.n.01,fireSource,0,0,FALSE,,, -acid.n.01,cookable,0,0,FALSE,,, -acid.n.01,coldSource,0,0,FALSE,,, -acid.n.01,sliceable,0,0,FALSE,,, -acid.n.01,slicer,0,0,FALSE,,, -acid.n.01,soakable,0,0,FALSE,,, -cauliflower.n.01,liquid,0,0,FALSE,,, -cauliflower.n.01,heatSource,0,0,FALSE,,, -cauliflower.n.01,fireSource,1,0,FALSE,,, -cauliflower.n.01,cookable,0,1,FALSE,,, -cauliflower.n.01,coldSource,0,0,FALSE,,, -cauliflower.n.01,sliceable,0,0,FALSE,,, -cauliflower.n.01,slicer,0,0,FALSE,,, -cauliflower.n.01,soakable,0,0,FALSE,,, -coriander.n.03,liquid,0,0,FALSE,,, -coriander.n.03,heatSource,0,0,FALSE,,, -coriander.n.03,fireSource,0,0,FALSE,,, -coriander.n.03,cookable,0,1,FALSE,,, -coriander.n.03,coldSource,0,0,FALSE,,, -coriander.n.03,sliceable,0,0,FALSE,,, -coriander.n.03,slicer,0,0,FALSE,,, -coriander.n.03,soakable,0,0,FALSE,,, -grocery.n.02,liquid,0,0,FALSE,,, -grocery.n.02,heatSource,0,0,FALSE,,, -grocery.n.02,fireSource,0,0,FALSE,,, -grocery.n.02,cookable,0,1,FALSE,,, -grocery.n.02,coldSource,0,0,FALSE,,, -grocery.n.02,sliceable,0,1,FALSE,,, -grocery.n.02,slicer,0,0,FALSE,,, -grocery.n.02,soakable,0,0,FALSE,,, -lace.n.01,liquid,0,0,FALSE,,, -lace.n.01,heatSource,0,0,FALSE,,, -lace.n.01,fireSource,0,0,FALSE,,, -lace.n.01,cookable,0,0,FALSE,,, -lace.n.01,coldSource,0,0,FALSE,,, -lace.n.01,sliceable,0,0,FALSE,,, -lace.n.01,slicer,0,0,FALSE,,, -lace.n.01,soakable,0,1,FALSE,,, -marinade.n.01,liquid,1,1,FALSE,,, -marinade.n.01,heatSource,0,0,FALSE,,, -marinade.n.01,fireSource,1,0,FALSE,,, -marinade.n.01,cookable,0,1,FALSE,,, -marinade.n.01,coldSource,1,0,FALSE,,, -marinade.n.01,sliceable,0,0,FALSE,,, -marinade.n.01,slicer,0,0,FALSE,,, -marinade.n.01,soakable,0,0,FALSE,,, -nutmeg.n.02,liquid,0,0,FALSE,,, -nutmeg.n.02,heatSource,0,0,FALSE,,, -nutmeg.n.02,fireSource,0,0,FALSE,,, -nutmeg.n.02,cookable,0,1,FALSE,,, -nutmeg.n.02,coldSource,0,0,FALSE,,, -nutmeg.n.02,sliceable,0,0,FALSE,,, -nutmeg.n.02,slicer,0,0,FALSE,,, -nutmeg.n.02,soakable,0,0,FALSE,,, -pesticide.n.01,liquid,1,1,FALSE,,, -pesticide.n.01,heatSource,0,0,FALSE,,, -pesticide.n.01,fireSource,0,0,FALSE,,, -pesticide.n.01,cookable,0,0,FALSE,,, -pesticide.n.01,coldSource,1,0,FALSE,,, -pesticide.n.01,sliceable,0,0,FALSE,,, -pesticide.n.01,slicer,0,0,FALSE,,, -pesticide.n.01,soakable,0,0,FALSE,,, -pie.n.01,liquid,0,0,FALSE,,, -pie.n.01,heatSource,0,0,FALSE,,, -pie.n.01,fireSource,1,0,FALSE,,, -pie.n.01,cookable,0,1,FALSE,,, -pie.n.01,coldSource,1,0,FALSE,,, -pie.n.01,sliceable,0,1,FALSE,,, -pie.n.01,slicer,0,0,FALSE,,, -pie.n.01,soakable,0,0,FALSE,,, -silk.n.01,liquid,0,0,FALSE,,, -silk.n.01,heatSource,0,0,FALSE,,, -silk.n.01,fireSource,0,0,FALSE,,, -silk.n.01,cookable,0,0,FALSE,,, -silk.n.01,coldSource,0,0,FALSE,,, -silk.n.01,sliceable,0,0,FALSE,,, -silk.n.01,slicer,0,0,FALSE,,, -silk.n.01,soakable,1,1,FALSE,,, -staple.n.04,liquid,0,0,FALSE,,, -staple.n.04,heatSource,0,0,FALSE,,, -staple.n.04,fireSource,0,0,FALSE,,, -staple.n.04,cookable,0,0,FALSE,,, -staple.n.04,coldSource,0,0,FALSE,,, -staple.n.04,sliceable,0,0,FALSE,,, -staple.n.04,slicer,0,0,FALSE,,, -staple.n.04,soakable,0,0,FALSE,,, -broth.n.01,liquid,1,1,FALSE,,, -broth.n.01,heatSource,0,0,FALSE,,, -broth.n.01,fireSource,1,0,FALSE,,, -broth.n.01,cookable,0,1,FALSE,,, -broth.n.01,coldSource,1,0,FALSE,,, -broth.n.01,sliceable,0,0,FALSE,,, -broth.n.01,slicer,0,0,FALSE,,, -broth.n.01,soakable,0,0,FALSE,,, -store.n.02,liquid,0,0,FALSE,,, -store.n.02,heatSource,0,0,FALSE,,, -store.n.02,fireSource,0,0,FALSE,,, -store.n.02,cookable,0,0,FALSE,,, -store.n.02,coldSource,0,0,FALSE,,, -store.n.02,sliceable,0,0,FALSE,,, -store.n.02,slicer,0,0,FALSE,,, -store.n.02,soakable,0,0,FALSE,,, -sweetening.n.01,liquid,0,0,FALSE,,, -sweetening.n.01,heatSource,0,0,FALSE,,, -sweetening.n.01,fireSource,1,0,FALSE,,, -sweetening.n.01,cookable,0,1,FALSE,,, -sweetening.n.01,coldSource,0,0,FALSE,,, -sweetening.n.01,sliceable,0,0,FALSE,,, -sweetening.n.01,slicer,0,0,FALSE,,, -sweetening.n.01,soakable,0,0,FALSE,,, -tablet.n.03,liquid,0,0,FALSE,,, -tablet.n.03,heatSource,0,0,FALSE,,, -tablet.n.03,fireSource,0,0,FALSE,,, -tablet.n.03,cookable,0,0,FALSE,,, -tablet.n.03,coldSource,0,0,FALSE,,, -tablet.n.03,sliceable,0,0,FALSE,,, -tablet.n.03,slicer,1,0,FALSE,,, -tablet.n.03,soakable,0,0,FALSE,,, -wool.n.01,liquid,0,0,FALSE,,, -wool.n.01,heatSource,0,0,FALSE,,, -wool.n.01,fireSource,0,0,FALSE,,, -wool.n.01,cookable,0,0,FALSE,,, -wool.n.01,coldSource,0,0,FALSE,,, -wool.n.01,sliceable,0,0,FALSE,,, -wool.n.01,slicer,0,0,FALSE,,, -wool.n.01,soakable,1,1,FALSE,,, -asparagus.n.02,liquid,0,0,FALSE,,, -asparagus.n.02,heatSource,0,0,FALSE,,, -asparagus.n.02,fireSource,1,0,FALSE,,, -asparagus.n.02,cookable,0,1,FALSE,,, -asparagus.n.02,coldSource,0,0,FALSE,,, -asparagus.n.02,sliceable,0,1,FALSE,,, -asparagus.n.02,slicer,0,0,FALSE,,, -asparagus.n.02,soakable,0,0,FALSE,,, -cooler.n.01,liquid,0,0,FALSE,,, -cooler.n.01,heatSource,0,0,FALSE,,, -cooler.n.01,fireSource,0,0,FALSE,,, -cooler.n.01,cookable,1,0,FALSE,,, -cooler.n.01,coldSource,1,1,TRUE,4,https://huntingwaterfalls.com/how-cold-is-a-cooler-full-of-ice/,with ice -cooler.n.01,sliceable,0,0,FALSE,,, -cooler.n.01,slicer,1,0,FALSE,,, -cooler.n.01,soakable,0,0,FALSE,,, -lamp.n.01,liquid,0,0,FALSE,,, -lamp.n.01,heatSource,0,1,FALSE,,, -lamp.n.01,fireSource,0,0,FALSE,,, -lamp.n.01,cookable,0,0,FALSE,,, -lamp.n.01,coldSource,0,0,FALSE,,, -lamp.n.01,sliceable,0,0,FALSE,,, -lamp.n.01,slicer,1,0,FALSE,,, -lamp.n.01,soakable,0,0,FALSE,,, -mud.n.01,liquid,0,0,FALSE,,, -mud.n.01,heatSource,0,0,FALSE,,, -mud.n.01,fireSource,0,0,FALSE,,, -mud.n.01,cookable,0,0,FALSE,,, -mud.n.01,coldSource,0,0,FALSE,,, -mud.n.01,sliceable,0,0,FALSE,,, -mud.n.01,slicer,0,0,FALSE,,, -mud.n.01,soakable,0,0,FALSE,,, -mulch.n.01,liquid,0,0,FALSE,,, -mulch.n.01,heatSource,0,0,FALSE,,, -mulch.n.01,fireSource,0,1,FALSE,,, -mulch.n.01,cookable,0,0,FALSE,,, -mulch.n.01,coldSource,0,0,FALSE,,, -mulch.n.01,sliceable,0,0,FALSE,,, -mulch.n.01,slicer,0,0,FALSE,,, -mulch.n.01,soakable,0,0,FALSE,,, -panel.n.01,liquid,0,0,FALSE,,, -panel.n.01,heatSource,0,0,FALSE,,, -panel.n.01,fireSource,0,0,FALSE,,, -panel.n.01,cookable,0,0,FALSE,,, -panel.n.01,coldSource,0,0,FALSE,,, -panel.n.01,sliceable,0,0,FALSE,,, -panel.n.01,slicer,1,0,FALSE,,, -panel.n.01,soakable,1,1,FALSE,,, -control_panel.n.01,liquid,0,0,FALSE,,, -control_panel.n.01,heatSource,0,0,FALSE,,, -control_panel.n.01,fireSource,0,0,FALSE,,, -control_panel.n.01,cookable,0,0,FALSE,,, -control_panel.n.01,coldSource,0,0,FALSE,,, -control_panel.n.01,sliceable,0,0,FALSE,,, -control_panel.n.01,slicer,1,0,FALSE,,, -control_panel.n.01,soakable,0,0,FALSE,,, -slide_fastener.n.01,liquid,0,0,FALSE,,, -slide_fastener.n.01,heatSource,0,0,FALSE,,, -slide_fastener.n.01,fireSource,0,0,FALSE,,, -slide_fastener.n.01,cookable,0,0,FALSE,,, -slide_fastener.n.01,coldSource,0,0,FALSE,,, -slide_fastener.n.01,sliceable,0,0,FALSE,,, -slide_fastener.n.01,slicer,0,0,FALSE,,, -slide_fastener.n.01,soakable,0,0,FALSE,,, -acetone.n.01,liquid,1,1,FALSE,,, -acetone.n.01,heatSource,0,0,FALSE,,, -acetone.n.01,fireSource,0,0,FALSE,,, -acetone.n.01,cookable,0,0,FALSE,,, -acetone.n.01,coldSource,0,0,FALSE,,, -acetone.n.01,sliceable,0,0,FALSE,,, -acetone.n.01,slicer,0,0,FALSE,,, -acetone.n.01,soakable,0,0,FALSE,,, -batter.n.02,liquid,1,1,FALSE,,, -batter.n.02,heatSource,0,0,FALSE,,, -batter.n.02,fireSource,1,0,FALSE,,, -batter.n.02,cookable,0,1,FALSE,,, -batter.n.02,coldSource,1,0,FALSE,,, -batter.n.02,sliceable,0,0,FALSE,,, -batter.n.02,slicer,0,0,FALSE,,, -batter.n.02,soakable,1,0,FALSE,,, -belt.n.01,liquid,0,0,FALSE,,, -belt.n.01,heatSource,0,0,FALSE,,, -belt.n.01,fireSource,0,0,FALSE,,, -belt.n.01,cookable,0,0,FALSE,,, -belt.n.01,coldSource,0,0,FALSE,,, -belt.n.01,sliceable,0,0,FALSE,,, -belt.n.01,slicer,1,0,FALSE,,, -belt.n.01,soakable,0,0,FALSE,,, -belt.n.02,liquid,0,0,FALSE,,, -belt.n.02,heatSource,0,0,FALSE,,, -belt.n.02,fireSource,0,0,FALSE,,, -belt.n.02,cookable,0,0,FALSE,,, -belt.n.02,coldSource,0,0,FALSE,,, -belt.n.02,sliceable,0,0,FALSE,,, -belt.n.02,slicer,1,0,FALSE,,, -belt.n.02,soakable,0,0,FALSE,,, -blueberry.n.02,liquid,0,0,FALSE,,, -blueberry.n.02,heatSource,0,0,FALSE,,, -blueberry.n.02,fireSource,0,0,FALSE,,, -blueberry.n.02,cookable,0,1,FALSE,,, -blueberry.n.02,coldSource,1,0,FALSE,,, -blueberry.n.02,sliceable,0,1,FALSE,,, -blueberry.n.02,slicer,0,0,FALSE,,, -blueberry.n.02,soakable,0,0,FALSE,,, -bracket.n.04,liquid,0,0,FALSE,,, -bracket.n.04,heatSource,0,0,FALSE,,, -bracket.n.04,fireSource,0,0,FALSE,,, -bracket.n.04,cookable,0,0,FALSE,,, -bracket.n.04,coldSource,0,0,FALSE,,, -bracket.n.04,sliceable,0,0,FALSE,,, -bracket.n.04,slicer,0,0,FALSE,,, -bracket.n.04,soakable,0,0,FALSE,,, -bun.n.01,liquid,0,0,FALSE,,, -bun.n.01,heatSource,0,0,FALSE,,, -bun.n.01,fireSource,1,0,FALSE,,, -bun.n.01,cookable,0,1,FALSE,,, -bun.n.01,coldSource,0,0,FALSE,,, -bun.n.01,sliceable,0,1,FALSE,,, -bun.n.01,slicer,1,0,FALSE,,, -bun.n.01,soakable,1,0,FALSE,,, -cabbage.n.03,liquid,0,0,FALSE,,, -cabbage.n.03,heatSource,0,0,FALSE,,, -cabbage.n.03,fireSource,1,0,FALSE,,, -cabbage.n.03,cookable,0,1,FALSE,,, -cabbage.n.03,coldSource,0,0,FALSE,,, -cabbage.n.03,sliceable,0,1,FALSE,,, -cabbage.n.03,slicer,0,0,FALSE,,, -cabbage.n.03,soakable,0,0,FALSE,,, -clip.n.03,liquid,0,0,FALSE,,, -clip.n.03,heatSource,0,0,FALSE,,, -clip.n.03,fireSource,0,0,FALSE,,, -clip.n.03,cookable,0,0,FALSE,,, -clip.n.03,coldSource,0,0,FALSE,,, -clip.n.03,sliceable,0,0,FALSE,,, -clip.n.03,slicer,1,0,FALSE,,, -clip.n.03,soakable,0,0,FALSE,,, -condiment.n.01,liquid,0,0,FALSE,,, -condiment.n.01,heatSource,0,0,FALSE,,, -condiment.n.01,fireSource,1,0,FALSE,,, -condiment.n.01,cookable,0,1,FALSE,,, -condiment.n.01,coldSource,0,0,FALSE,,, -condiment.n.01,sliceable,0,0,FALSE,,, -condiment.n.01,slicer,0,0,FALSE,,, -condiment.n.01,soakable,0,0,FALSE,,, -cumin.n.02,liquid,0,0,FALSE,,, -cumin.n.02,heatSource,0,0,FALSE,,, -cumin.n.02,fireSource,1,0,FALSE,,, -cumin.n.02,cookable,0,1,FALSE,,, -cumin.n.02,coldSource,0,0,FALSE,,, -cumin.n.02,sliceable,0,0,FALSE,,, -cumin.n.02,slicer,0,0,FALSE,,, -cumin.n.02,soakable,0,0,FALSE,,, -fire.n.01,liquid,0,0,FALSE,,, -fire.n.01,heatSource,1,1,FALSE,,, -fire.n.01,fireSource,0,0,FALSE,,, -fire.n.01,cookable,0,0,FALSE,,, -fire.n.01,coldSource,0,0,FALSE,,, -fire.n.01,sliceable,0,0,FALSE,,, -fire.n.01,slicer,0,0,FALSE,,, -fire.n.01,soakable,0,0,FALSE,,, -game.n.09,liquid,0,0,FALSE,,, -game.n.09,heatSource,0,0,FALSE,,, -game.n.09,fireSource,0,0,FALSE,,, -game.n.09,cookable,0,0,FALSE,,, -game.n.09,coldSource,0,0,FALSE,,, -game.n.09,sliceable,0,0,FALSE,,, -game.n.09,slicer,1,0,FALSE,,, -game.n.09,soakable,1,0,FALSE,,, -ham.n.01,liquid,0,0,FALSE,,, -ham.n.01,heatSource,0,0,FALSE,,, -ham.n.01,fireSource,1,0,FALSE,,, -ham.n.01,cookable,0,1,FALSE,,, -ham.n.01,coldSource,0,0,FALSE,,, -ham.n.01,sliceable,0,1,FALSE,,, -ham.n.01,slicer,0,0,FALSE,,, -ham.n.01,soakable,0,0,FALSE,,, -hamper.n.02,liquid,0,0,FALSE,,, -hamper.n.02,heatSource,0,0,FALSE,,, -hamper.n.02,fireSource,0,0,FALSE,,, -hamper.n.02,cookable,0,0,FALSE,,, -hamper.n.02,coldSource,0,0,FALSE,,, -hamper.n.02,sliceable,0,0,FALSE,,, -hamper.n.02,slicer,1,0,FALSE,,, -hamper.n.02,soakable,1,0,FALSE,,, -lint.n.01,liquid,0,0,FALSE,,, -lint.n.01,heatSource,0,0,FALSE,,, -lint.n.01,fireSource,0,1,FALSE,,, -lint.n.01,cookable,0,0,FALSE,,, -lint.n.01,coldSource,0,0,FALSE,,, -lint.n.01,sliceable,0,0,FALSE,,, -lint.n.01,slicer,0,0,FALSE,,, -lint.n.01,soakable,0,1,FALSE,,, -marker.n.03,liquid,0,0,FALSE,,, -marker.n.03,heatSource,0,0,FALSE,,, -marker.n.03,fireSource,0,0,FALSE,,, -marker.n.03,cookable,0,0,FALSE,,, -marker.n.03,coldSource,1,0,FALSE,,, -marker.n.03,sliceable,0,0,FALSE,,, -marker.n.03,slicer,1,0,FALSE,,, -marker.n.03,soakable,0,0,FALSE,,, -pipe.n.02,liquid,0,0,FALSE,,, -pipe.n.02,heatSource,0,0,FALSE,,, -pipe.n.02,fireSource,0,0,FALSE,,, -pipe.n.02,cookable,0,0,FALSE,,, -pipe.n.02,coldSource,0,0,FALSE,,, -pipe.n.02,sliceable,0,0,FALSE,,, -pipe.n.02,slicer,1,0,FALSE,,, -pipe.n.02,soakable,0,0,FALSE,,, -seawater.n.01,liquid,1,1,FALSE,,, -seawater.n.01,heatSource,0,0,FALSE,,, -seawater.n.01,fireSource,0,0,FALSE,,, -seawater.n.01,cookable,0,0,FALSE,,, -seawater.n.01,coldSource,0,0,FALSE,,, -seawater.n.01,sliceable,0,0,FALSE,,, -seawater.n.01,slicer,0,0,FALSE,,, -seawater.n.01,soakable,0,0,FALSE,,, -snow.n.01,liquid,0,0,FALSE,,, -snow.n.01,heatSource,0,0,FALSE,,, -snow.n.01,fireSource,0,0,FALSE,,, -snow.n.01,cookable,0,0,FALSE,,, -snow.n.01,coldSource,0,0,FALSE,,, -snow.n.01,sliceable,0,0,FALSE,,, -snow.n.01,slicer,0,0,FALSE,,, -snow.n.01,soakable,0,0,FALSE,,, -tire.n.01,liquid,0,0,FALSE,,, -tire.n.01,heatSource,0,0,FALSE,,, -tire.n.01,fireSource,0,0,FALSE,,, -tire.n.01,cookable,0,0,FALSE,,, -tire.n.01,coldSource,0,0,FALSE,,, -tire.n.01,sliceable,0,0,FALSE,,, -tire.n.01,slicer,0,0,FALSE,,, -tire.n.01,soakable,0,0,FALSE,,, -artwork.n.01,liquid,0,0,FALSE,,, -artwork.n.01,heatSource,0,0,FALSE,,, -artwork.n.01,fireSource,0,0,FALSE,,, -artwork.n.01,cookable,0,0,FALSE,,, -artwork.n.01,coldSource,1,0,FALSE,,, -artwork.n.01,sliceable,0,0,FALSE,,, -artwork.n.01,slicer,0,0,FALSE,,, -artwork.n.01,soakable,1,0,FALSE,,, -avocado.n.01,liquid,0,0,FALSE,,, -avocado.n.01,heatSource,0,0,FALSE,,, -avocado.n.01,fireSource,0,0,FALSE,,, -avocado.n.01,cookable,0,1,FALSE,,, -avocado.n.01,coldSource,0,0,FALSE,,, -avocado.n.01,sliceable,0,1,FALSE,,, -avocado.n.01,slicer,0,0,FALSE,,, -avocado.n.01,soakable,0,0,FALSE,,, -bone.n.01,liquid,0,0,FALSE,,, -bone.n.01,heatSource,0,0,FALSE,,, -bone.n.01,fireSource,0,0,FALSE,,, -bone.n.01,cookable,0,1,FALSE,,, -bone.n.01,coldSource,0,0,FALSE,,, -bone.n.01,sliceable,0,0,FALSE,,, -bone.n.01,slicer,0,0,FALSE,,, -bone.n.01,soakable,0,0,FALSE,,, -cornstarch.n.01,liquid,0,0,FALSE,,, -cornstarch.n.01,heatSource,0,0,FALSE,,, -cornstarch.n.01,fireSource,1,0,FALSE,,, -cornstarch.n.01,cookable,0,1,FALSE,,, -cornstarch.n.01,coldSource,1,0,FALSE,,, -cornstarch.n.01,sliceable,0,0,FALSE,,, -cornstarch.n.01,slicer,1,0,FALSE,,, -cornstarch.n.01,soakable,0,0,FALSE,,, -gift.n.01,liquid,0,0,FALSE,,, -gift.n.01,heatSource,0,0,FALSE,,, -gift.n.01,fireSource,0,0,FALSE,,, -gift.n.01,cookable,0,0,FALSE,,, -gift.n.01,coldSource,0,0,FALSE,,, -gift.n.01,sliceable,0,0,FALSE,,, -gift.n.01,slicer,0,0,FALSE,,, -gift.n.01,soakable,0,0,FALSE,,, -greens.n.01,liquid,0,0,FALSE,,, -greens.n.01,heatSource,0,0,FALSE,,, -greens.n.01,fireSource,1,0,FALSE,,, -greens.n.01,cookable,0,1,FALSE,,, -greens.n.01,coldSource,0,0,FALSE,,, -greens.n.01,sliceable,0,1,FALSE,,, -greens.n.01,slicer,0,0,FALSE,,, -greens.n.01,soakable,1,0,FALSE,,, -jacket.n.01,liquid,0,0,FALSE,,, -jacket.n.01,heatSource,0,0,FALSE,,, -jacket.n.01,fireSource,0,0,FALSE,,, -jacket.n.01,cookable,0,0,FALSE,,, -jacket.n.01,coldSource,0,0,FALSE,,, -jacket.n.01,sliceable,0,0,FALSE,,, -jacket.n.01,slicer,1,0,FALSE,,, -jacket.n.01,soakable,1,1,FALSE,,, -mattress.n.01,liquid,0,0,FALSE,,, -mattress.n.01,heatSource,0,0,FALSE,,, -mattress.n.01,fireSource,0,0,FALSE,,, -mattress.n.01,cookable,0,0,FALSE,,, -mattress.n.01,coldSource,1,0,FALSE,,, -mattress.n.01,sliceable,0,0,FALSE,,, -mattress.n.01,slicer,0,0,FALSE,,, -mattress.n.01,soakable,0,1,FALSE,,, -mildew.n.02,liquid,0,0,FALSE,,, -mildew.n.02,heatSource,0,0,FALSE,,, -mildew.n.02,fireSource,0,0,FALSE,,, -mildew.n.02,cookable,0,0,FALSE,,, -mildew.n.02,coldSource,0,0,FALSE,,, -mildew.n.02,sliceable,0,0,FALSE,,, -mildew.n.02,slicer,0,0,FALSE,,, -mildew.n.02,soakable,0,0,FALSE,,, -noodle.n.01,liquid,0,0,FALSE,,, -noodle.n.01,heatSource,0,0,FALSE,,, -noodle.n.01,fireSource,1,0,FALSE,,, -noodle.n.01,cookable,0,1,FALSE,,, -noodle.n.01,coldSource,1,0,FALSE,,, -noodle.n.01,sliceable,0,0,FALSE,,, -noodle.n.01,slicer,1,0,FALSE,,, -noodle.n.01,soakable,1,0,FALSE,,, -pin.n.09,liquid,0,0,FALSE,,, -pin.n.09,heatSource,0,0,FALSE,,, -pin.n.09,fireSource,0,0,FALSE,,, -pin.n.09,cookable,0,0,FALSE,,, -pin.n.09,coldSource,0,0,FALSE,,, -pin.n.09,sliceable,0,0,FALSE,,, -pin.n.09,slicer,1,0,FALSE,,, -pin.n.09,soakable,0,0,FALSE,,, -steam.n.01,liquid,0,0,FALSE,,, -steam.n.01,heatSource,1,0,FALSE,,, -steam.n.01,fireSource,1,0,FALSE,,, -steam.n.01,cookable,0,0,FALSE,,, -steam.n.01,coldSource,0,0,FALSE,,, -steam.n.01,sliceable,0,0,FALSE,,, -steam.n.01,slicer,0,0,FALSE,,, -steam.n.01,soakable,0,0,FALSE,,, -tablecloth.n.01,liquid,0,0,FALSE,,, -tablecloth.n.01,heatSource,0,0,FALSE,,, -tablecloth.n.01,fireSource,0,0,FALSE,,, -tablecloth.n.01,cookable,0,0,FALSE,,, -tablecloth.n.01,coldSource,0,0,FALSE,,, -tablecloth.n.01,sliceable,0,0,FALSE,,, -tablecloth.n.01,slicer,1,0,FALSE,,, -tablecloth.n.01,soakable,1,1,FALSE,,, -tank.n.02,liquid,0,0,FALSE,,, -tank.n.02,heatSource,0,0,FALSE,,, -tank.n.02,fireSource,0,0,FALSE,,, -tank.n.02,cookable,0,0,FALSE,,, -tank.n.02,coldSource,0,0,FALSE,,, -tank.n.02,sliceable,0,0,FALSE,,, -tank.n.02,slicer,1,0,FALSE,,, -tank.n.02,soakable,0,0,FALSE,,, -charcoal.n.01,liquid,0,0,FALSE,,, -charcoal.n.01,heatSource,1,0,FALSE,,, -charcoal.n.01,fireSource,1,1,FALSE,,, -charcoal.n.01,cookable,0,0,FALSE,,, -charcoal.n.01,coldSource,0,0,FALSE,,, -charcoal.n.01,sliceable,0,0,FALSE,,, -charcoal.n.01,slicer,1,0,FALSE,,, -charcoal.n.01,soakable,0,0,FALSE,,, -clothesline.n.01,liquid,0,0,FALSE,,, -clothesline.n.01,heatSource,0,0,FALSE,,, -clothesline.n.01,fireSource,0,0,FALSE,,, -clothesline.n.01,cookable,0,0,FALSE,,, -clothesline.n.01,coldSource,0,0,FALSE,,, -clothesline.n.01,sliceable,0,0,FALSE,,, -clothesline.n.01,slicer,1,0,FALSE,,, -clothesline.n.01,soakable,0,1,FALSE,,, -rod.n.01,liquid,0,0,FALSE,,, -rod.n.01,heatSource,0,0,FALSE,,, -rod.n.01,fireSource,0,0,FALSE,,, -rod.n.01,cookable,0,0,FALSE,,, -rod.n.01,coldSource,0,0,FALSE,,, -rod.n.01,sliceable,0,1,FALSE,,, -rod.n.01,slicer,1,0,FALSE,,, -rod.n.01,soakable,0,0,FALSE,,, -foam.n.01,liquid,0,0,FALSE,,, -foam.n.01,heatSource,0,0,FALSE,,, -foam.n.01,fireSource,0,0,FALSE,,, -foam.n.01,cookable,0,0,FALSE,,, -foam.n.01,coldSource,0,0,FALSE,,, -foam.n.01,sliceable,0,1,FALSE,,, -foam.n.01,slicer,0,0,FALSE,,, -foam.n.01,soakable,0,1,FALSE,,, -jewelry.n.01,liquid,0,0,FALSE,,, -jewelry.n.01,heatSource,0,0,FALSE,,, -jewelry.n.01,fireSource,0,0,FALSE,,, -jewelry.n.01,cookable,0,0,FALSE,,, -jewelry.n.01,coldSource,0,0,FALSE,,, -jewelry.n.01,sliceable,0,0,FALSE,,, -jewelry.n.01,slicer,0,0,FALSE,,, -jewelry.n.01,soakable,0,0,FALSE,,, -kale.n.03,liquid,0,0,FALSE,,, -kale.n.03,heatSource,0,0,FALSE,,, -kale.n.03,fireSource,1,0,FALSE,,, -kale.n.03,cookable,0,1,FALSE,,, -kale.n.03,coldSource,0,0,FALSE,,, -kale.n.03,sliceable,0,1,FALSE,,, -kale.n.03,slicer,0,0,FALSE,,, -kale.n.03,soakable,0,0,FALSE,,, -nozzle.n.01,liquid,1,0,FALSE,,, -nozzle.n.01,heatSource,0,0,FALSE,,, -nozzle.n.01,fireSource,0,0,FALSE,,, -nozzle.n.01,cookable,0,0,FALSE,,, -nozzle.n.01,coldSource,1,0,FALSE,,, -nozzle.n.01,sliceable,0,0,FALSE,,, -nozzle.n.01,slicer,1,0,FALSE,,, -nozzle.n.01,soakable,0,0,FALSE,,, -paprika.n.02,liquid,0,0,FALSE,,, -paprika.n.02,heatSource,0,0,FALSE,,, -paprika.n.02,fireSource,1,0,FALSE,,, -paprika.n.02,cookable,0,1,FALSE,,, -paprika.n.02,coldSource,0,0,FALSE,,, -paprika.n.02,sliceable,0,0,FALSE,,, -paprika.n.02,slicer,1,0,FALSE,,, -paprika.n.02,soakable,0,0,FALSE,,, -case.n.01,liquid,0,0,FALSE,,, -case.n.01,heatSource,0,0,FALSE,,, -case.n.01,fireSource,0,0,FALSE,,, -case.n.01,cookable,0,0,FALSE,,, -case.n.01,coldSource,0,0,FALSE,,, -case.n.01,sliceable,0,0,FALSE,,, -case.n.01,slicer,1,0,FALSE,,, -case.n.01,soakable,1,0,FALSE,,, -pizza.n.01,liquid,0,0,FALSE,,, -pizza.n.01,heatSource,0,0,FALSE,,, -pizza.n.01,fireSource,1,0,FALSE,,, -pizza.n.01,cookable,0,1,FALSE,,, -pizza.n.01,coldSource,0,0,FALSE,,, -pizza.n.01,sliceable,0,1,FALSE,,, -pizza.n.01,slicer,1,0,FALSE,,, -pizza.n.01,soakable,0,0,FALSE,,, -rosemary.n.02,liquid,0,0,FALSE,,, -rosemary.n.02,heatSource,0,0,FALSE,,, -rosemary.n.02,fireSource,1,0,FALSE,,, -rosemary.n.02,cookable,0,0,FALSE,,, -rosemary.n.02,coldSource,0,0,FALSE,,, -rosemary.n.02,sliceable,0,0,FALSE,,, -rosemary.n.02,slicer,0,0,FALSE,,, -rosemary.n.02,soakable,0,0,FALSE,,, -incision.n.01,liquid,0,0,FALSE,,, -incision.n.01,heatSource,0,0,FALSE,,, -incision.n.01,fireSource,0,0,FALSE,,, -incision.n.01,cookable,0,0,FALSE,,, -incision.n.01,coldSource,0,0,FALSE,,, -incision.n.01,sliceable,0,0,FALSE,,, -incision.n.01,slicer,0,0,FALSE,,, -incision.n.01,soakable,0,0,FALSE,,, -tag.n.01,liquid,0,0,FALSE,,, -tag.n.01,heatSource,0,0,FALSE,,, -tag.n.01,fireSource,0,0,FALSE,,, -tag.n.01,cookable,0,0,FALSE,,, -tag.n.01,coldSource,0,0,FALSE,,, -tag.n.01,sliceable,0,0,FALSE,,, -tag.n.01,slicer,1,0,FALSE,,, -tag.n.01,soakable,1,1,FALSE,,, -wineglass.n.01,liquid,0,0,FALSE,,, -wineglass.n.01,heatSource,0,0,FALSE,,, -wineglass.n.01,fireSource,0,0,FALSE,,, -wineglass.n.01,cookable,0,0,FALSE,,, -wineglass.n.01,coldSource,1,0,FALSE,,, -wineglass.n.01,sliceable,0,0,FALSE,,, -wineglass.n.01,slicer,1,0,FALSE,,, -wineglass.n.01,soakable,0,0,FALSE,,, -boot.n.01,liquid,0,0,FALSE,,, -boot.n.01,heatSource,0,0,FALSE,,, -boot.n.01,fireSource,0,0,FALSE,,, -boot.n.01,cookable,0,0,FALSE,,, -boot.n.01,coldSource,0,0,FALSE,,, -boot.n.01,sliceable,0,0,FALSE,,, -boot.n.01,slicer,0,0,FALSE,,, -boot.n.01,soakable,0,1,FALSE,,, -branch.n.02,liquid,0,0,FALSE,,, -branch.n.02,heatSource,0,0,FALSE,,, -branch.n.02,fireSource,0,1,FALSE,,, -branch.n.02,cookable,0,0,FALSE,,, -branch.n.02,coldSource,0,0,FALSE,,, -branch.n.02,sliceable,0,1,FALSE,,, -branch.n.02,slicer,0,0,FALSE,,, -branch.n.02,soakable,0,0,FALSE,,, -candy.n.01,liquid,0,0,FALSE,,, -candy.n.01,heatSource,0,0,FALSE,,, -candy.n.01,fireSource,0,0,FALSE,,, -candy.n.01,cookable,0,0,FALSE,,, -candy.n.01,coldSource,0,0,FALSE,,, -candy.n.01,sliceable,0,0,FALSE,,, -candy.n.01,slicer,1,0,FALSE,,, -candy.n.01,soakable,0,0,FALSE,,, -curtain.n.01,liquid,0,0,FALSE,,, -curtain.n.01,heatSource,0,0,FALSE,,, -curtain.n.01,fireSource,0,0,FALSE,,, -curtain.n.01,cookable,0,0,FALSE,,, -curtain.n.01,coldSource,0,0,FALSE,,, -curtain.n.01,sliceable,0,0,FALSE,,, -curtain.n.01,slicer,1,0,FALSE,,, -curtain.n.01,soakable,0,1,FALSE,,, -spectacles.n.01,liquid,0,0,FALSE,,, -spectacles.n.01,heatSource,0,0,FALSE,,, -spectacles.n.01,fireSource,0,0,FALSE,,, -spectacles.n.01,cookable,0,0,FALSE,,, -spectacles.n.01,coldSource,1,0,FALSE,,, -spectacles.n.01,sliceable,0,0,FALSE,,, -spectacles.n.01,slicer,1,0,FALSE,,, -spectacles.n.01,soakable,1,0,FALSE,,, -linen.n.03,liquid,0,0,FALSE,,, -linen.n.03,heatSource,0,0,FALSE,,, -linen.n.03,fireSource,0,0,FALSE,,, -linen.n.03,cookable,0,0,FALSE,,, -linen.n.03,coldSource,0,0,FALSE,,, -linen.n.03,sliceable,0,0,FALSE,,, -linen.n.03,slicer,0,0,FALSE,,, -linen.n.03,soakable,1,1,FALSE,,, -mint.n.04,liquid,0,0,FALSE,,, -mint.n.04,heatSource,0,0,FALSE,,, -mint.n.04,fireSource,0,0,FALSE,,, -mint.n.04,cookable,0,1,FALSE,,, -mint.n.04,coldSource,0,0,FALSE,,, -mint.n.04,sliceable,0,0,FALSE,,, -mint.n.04,slicer,1,0,FALSE,,, -mint.n.04,soakable,0,0,FALSE,,, -pillow.n.1,liquid,0,0,FALSE,,, -pillow.n.1,heatSource,0,0,FALSE,,, -pillow.n.1,fireSource,0,0,FALSE,,, -pillow.n.1,cookable,0,0,FALSE,,, -pillow.n.1,coldSource,0,0,FALSE,,, -pillow.n.1,sliceable,0,0,FALSE,,, -pillow.n.1,slicer,0,0,FALSE,,, -pillow.n.1,soakable,1,1,FALSE,,, -pitcher.n.02,liquid,0,0,FALSE,,, -pitcher.n.02,heatSource,0,0,FALSE,,, -pitcher.n.02,fireSource,0,0,FALSE,,, -pitcher.n.02,cookable,0,0,FALSE,,, -pitcher.n.02,coldSource,1,0,FALSE,,, -pitcher.n.02,sliceable,0,0,FALSE,,, -pitcher.n.02,slicer,1,0,FALSE,,, -pitcher.n.02,soakable,0,0,FALSE,,, -produce.n.01,liquid,0,0,FALSE,,, -produce.n.01,heatSource,0,0,FALSE,,, -produce.n.01,fireSource,0,0,FALSE,,, -produce.n.01,cookable,0,1,FALSE,,, -produce.n.01,coldSource,0,0,FALSE,,, -produce.n.01,sliceable,1,1,FALSE,,, -produce.n.01,slicer,0,0,FALSE,,, -produce.n.01,soakable,0,0,FALSE,,, -hoop.n.02,liquid,0,0,FALSE,,, -hoop.n.02,heatSource,0,0,FALSE,,, -hoop.n.02,fireSource,0,0,FALSE,,, -hoop.n.02,cookable,0,0,FALSE,,, -hoop.n.02,coldSource,0,0,FALSE,,, -hoop.n.02,sliceable,0,0,FALSE,,, -hoop.n.02,slicer,1,0,FALSE,,, -hoop.n.02,soakable,0,0,FALSE,,, -shrimp.n.03,liquid,0,0,FALSE,,, -shrimp.n.03,heatSource,0,0,FALSE,,, -shrimp.n.03,fireSource,1,0,FALSE,,, -shrimp.n.03,cookable,0,1,FALSE,,, -shrimp.n.03,coldSource,0,0,FALSE,,, -shrimp.n.03,sliceable,0,1,FALSE,,, -shrimp.n.03,slicer,0,0,FALSE,,, -shrimp.n.03,soakable,0,0,FALSE,,, -compost.n.01,liquid,0,0,FALSE,,, -compost.n.01,heatSource,0,0,FALSE,,, -compost.n.01,fireSource,0,1,FALSE,,, -compost.n.01,cookable,0,0,FALSE,,, -compost.n.01,coldSource,0,0,FALSE,,, -compost.n.01,sliceable,0,0,FALSE,,, -compost.n.01,slicer,0,0,FALSE,,, -compost.n.01,soakable,0,0,FALSE,,, -screen.n.04,liquid,0,0,FALSE,,, -screen.n.04,heatSource,0,0,FALSE,,, -screen.n.04,fireSource,0,0,FALSE,,, -screen.n.04,cookable,0,0,FALSE,,, -screen.n.04,coldSource,0,0,FALSE,,, -screen.n.04,sliceable,0,0,FALSE,,, -screen.n.04,slicer,1,0,FALSE,,, -screen.n.04,soakable,0,0,FALSE,,, -beverage.n.01,liquid,1,1,FALSE,,, -beverage.n.01,heatSource,0,0,FALSE,,, -beverage.n.01,fireSource,0,0,FALSE,,, -beverage.n.01,cookable,1,0,FALSE,,, -beverage.n.01,coldSource,1,0,FALSE,,, -beverage.n.01,sliceable,0,0,FALSE,,, -beverage.n.01,slicer,0,0,FALSE,,, -beverage.n.01,soakable,0,0,FALSE,,, -gasoline.n.01,liquid,1,1,FALSE,,, -gasoline.n.01,heatSource,1,0,FALSE,,, -gasoline.n.01,fireSource,0,1,FALSE,,, -gasoline.n.01,cookable,0,0,FALSE,,, -gasoline.n.01,coldSource,0,0,FALSE,,, -gasoline.n.01,sliceable,0,0,FALSE,,, -gasoline.n.01,slicer,1,0,FALSE,,, -gasoline.n.01,soakable,0,0,FALSE,,, -grain.n.01,liquid,0,0,FALSE,,, -grain.n.01,heatSource,0,0,FALSE,,, -grain.n.01,fireSource,1,0,FALSE,,, -grain.n.01,cookable,0,1,FALSE,,, -grain.n.01,coldSource,0,0,FALSE,,, -grain.n.01,sliceable,0,0,FALSE,,, -grain.n.01,slicer,1,0,FALSE,,, -grain.n.01,soakable,0,0,FALSE,,, -mail.n.04,liquid,0,0,FALSE,,, -mail.n.04,heatSource,0,0,FALSE,,, -mail.n.04,fireSource,0,0,FALSE,,, -mail.n.04,cookable,0,0,FALSE,,, -mail.n.04,coldSource,0,0,FALSE,,, -mail.n.04,sliceable,0,0,FALSE,,, -mail.n.04,slicer,1,0,FALSE,,, -mail.n.04,soakable,0,0,FALSE,,, -bag.n.06,liquid,0,0,FALSE,,, -bag.n.06,heatSource,0,0,FALSE,,, -bag.n.06,fireSource,0,0,FALSE,,, -bag.n.06,cookable,0,0,FALSE,,, -bag.n.06,coldSource,0,0,FALSE,,, -bag.n.06,sliceable,0,0,FALSE,,, -bag.n.06,slicer,1,0,FALSE,,, -bag.n.06,soakable,1,1,FALSE,,, -berry.n.01,liquid,0,0,FALSE,,, -berry.n.01,heatSource,0,0,FALSE,,, -berry.n.01,fireSource,1,0,FALSE,,, -berry.n.01,cookable,0,1,FALSE,,, -berry.n.01,coldSource,0,0,FALSE,,, -berry.n.01,sliceable,0,1,FALSE,,, -berry.n.01,slicer,0,0,FALSE,,, -berry.n.01,soakable,0,0,FALSE,,, -coat.n.03,liquid,0,0,FALSE,,, -coat.n.03,heatSource,0,0,FALSE,,, -coat.n.03,fireSource,0,0,FALSE,,, -coat.n.03,cookable,0,0,FALSE,,, -coat.n.03,coldSource,0,0,FALSE,,, -coat.n.03,sliceable,0,0,FALSE,,, -coat.n.03,slicer,0,0,FALSE,,, -coat.n.03,soakable,0,1,FALSE,,, -corn.n.01,liquid,0,0,FALSE,,, -corn.n.01,heatSource,0,0,FALSE,,, -corn.n.01,fireSource,1,0,FALSE,,, -corn.n.01,cookable,0,1,FALSE,,, -corn.n.01,coldSource,0,0,FALSE,,, -corn.n.01,sliceable,0,1,FALSE,,, -corn.n.01,slicer,0,0,FALSE,,, -corn.n.01,soakable,0,0,FALSE,,, -ginger.n.03,liquid,0,0,FALSE,,, -ginger.n.03,heatSource,0,0,FALSE,,, -ginger.n.03,fireSource,1,0,FALSE,,, -ginger.n.03,cookable,0,1,FALSE,,, -ginger.n.03,coldSource,0,0,FALSE,,, -ginger.n.03,sliceable,0,1,FALSE,,, -ginger.n.03,slicer,1,0,FALSE,,, -ginger.n.03,soakable,0,0,FALSE,,, -mustard.n.02,liquid,0,0,FALSE,,, -mustard.n.02,heatSource,0,0,FALSE,,, -mustard.n.02,fireSource,1,0,FALSE,,, -mustard.n.02,cookable,0,1,FALSE,,, -mustard.n.02,coldSource,0,0,FALSE,,, -mustard.n.02,sliceable,0,0,FALSE,,, -mustard.n.02,slicer,0,0,FALSE,,, -mustard.n.02,soakable,0,0,FALSE,,, -rust.n.01,liquid,0,0,FALSE,,, -rust.n.01,heatSource,0,0,FALSE,,, -rust.n.01,fireSource,0,0,FALSE,,, -rust.n.01,cookable,0,0,FALSE,,, -rust.n.01,coldSource,0,0,FALSE,,, -rust.n.01,sliceable,0,0,FALSE,,, -rust.n.01,slicer,0,0,FALSE,,, -rust.n.01,soakable,0,0,FALSE,,, -screen.n.03,liquid,0,0,FALSE,,, -screen.n.03,heatSource,0,0,FALSE,,, -screen.n.03,fireSource,0,0,FALSE,,, -screen.n.03,cookable,0,0,FALSE,,, -screen.n.03,coldSource,0,0,FALSE,,, -screen.n.03,sliceable,0,0,FALSE,,, -screen.n.03,slicer,1,0,FALSE,,, -screen.n.03,soakable,0,0,FALSE,,, -handcart.n.01,liquid,0,0,FALSE,,, -handcart.n.01,heatSource,0,0,FALSE,,, -handcart.n.01,fireSource,0,0,FALSE,,, -handcart.n.01,cookable,0,0,FALSE,,, -handcart.n.01,coldSource,0,0,FALSE,,, -handcart.n.01,sliceable,0,0,FALSE,,, -handcart.n.01,slicer,0,0,FALSE,,, -handcart.n.01,soakable,0,0,FALSE,,, -bolt.n.06,liquid,0,0,FALSE,,, -bolt.n.06,heatSource,0,0,FALSE,,, -bolt.n.06,fireSource,0,0,FALSE,,, -bolt.n.06,cookable,0,0,FALSE,,, -bolt.n.06,coldSource,0,0,FALSE,,, -bolt.n.06,sliceable,0,0,FALSE,,, -bolt.n.06,slicer,1,1,FALSE,,, -bolt.n.06,soakable,0,0,FALSE,,, -weed.n.01,liquid,0,0,FALSE,,, -weed.n.01,heatSource,0,0,FALSE,,, -weed.n.01,fireSource,0,0,FALSE,,, -weed.n.01,cookable,0,0,FALSE,,, -weed.n.01,coldSource,0,0,FALSE,,, -weed.n.01,sliceable,0,0,FALSE,,, -weed.n.01,slicer,0,0,FALSE,,, -weed.n.01,soakable,0,0,FALSE,,, -cane_sugar.n.02,liquid,0,0,FALSE,,, -cane_sugar.n.02,heatSource,0,0,FALSE,,, -cane_sugar.n.02,fireSource,0,0,FALSE,,, -cane_sugar.n.02,cookable,0,1,FALSE,,, -cane_sugar.n.02,coldSource,0,0,FALSE,,, -cane_sugar.n.02,sliceable,0,0,FALSE,,, -cane_sugar.n.02,slicer,1,0,FALSE,,, -cane_sugar.n.02,soakable,0,0,FALSE,,, -hydrogen_peroxide.n.01,liquid,1,1,FALSE,,, -hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,cookable,0,0,FALSE,,, -hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,, -hydrogen_peroxide.n.01,slicer,0,0,FALSE,,, -hydrogen_peroxide.n.01,soakable,0,0,FALSE,,, -icecream.n.01,liquid,0,0,FALSE,,, -icecream.n.01,heatSource,0,0,FALSE,,, -icecream.n.01,fireSource,0,0,FALSE,,, -icecream.n.01,cookable,1,1,FALSE,,, -icecream.n.01,coldSource,1,0,FALSE,,, -icecream.n.01,sliceable,0,0,FALSE,,, -icecream.n.01,slicer,1,0,FALSE,,, -icecream.n.01,soakable,0,0,FALSE,,, -nail.n.02,liquid,0,0,FALSE,,, -nail.n.02,heatSource,0,0,FALSE,,, -nail.n.02,fireSource,0,0,FALSE,,, -nail.n.02,cookable,0,0,FALSE,,, -nail.n.02,coldSource,0,0,FALSE,,, -nail.n.02,sliceable,0,0,FALSE,,, -nail.n.02,slicer,1,0,FALSE,,, -nail.n.02,soakable,0,0,FALSE,,, -thermometer.n.01,liquid,0,0,FALSE,,, -thermometer.n.01,heatSource,0,0,FALSE,,, -thermometer.n.01,fireSource,0,0,FALSE,,, -thermometer.n.01,cookable,0,0,FALSE,,, -thermometer.n.01,coldSource,1,0,FALSE,,, -thermometer.n.01,sliceable,0,0,FALSE,,, -thermometer.n.01,slicer,1,0,FALSE,,, -thermometer.n.01,soakable,0,0,FALSE,,, -pan.n.01,liquid,0,0,FALSE,,, -pan.n.01,heatSource,1,1,FALSE,,, -pan.n.01,fireSource,1,0,FALSE,,, -pan.n.01,cookable,0,0,FALSE,,, -pan.n.01,coldSource,1,0,FALSE,,, -pan.n.01,sliceable,0,0,FALSE,,, -pan.n.01,slicer,1,0,FALSE,,, -pan.n.01,soakable,0,0,FALSE,,, -disinfectant.n.01,liquid,1,1,FALSE,,, -disinfectant.n.01,heatSource,0,0,FALSE,,, -disinfectant.n.01,fireSource,0,0,FALSE,,, -disinfectant.n.01,cookable,0,0,FALSE,,, -disinfectant.n.01,coldSource,0,0,FALSE,,, -disinfectant.n.01,sliceable,0,0,FALSE,,, -disinfectant.n.01,slicer,0,0,FALSE,,, -disinfectant.n.01,soakable,0,0,FALSE,,, -dough.n.01,liquid,0,0,FALSE,,, -dough.n.01,heatSource,0,0,FALSE,,, -dough.n.01,fireSource,0,0,FALSE,,, -dough.n.01,cookable,0,1,FALSE,,, -dough.n.01,coldSource,0,0,FALSE,,, -dough.n.01,sliceable,0,1,FALSE,,, -dough.n.01,slicer,0,0,FALSE,,, -dough.n.01,soakable,1,0,FALSE,,, -garment.n.01,liquid,0,0,FALSE,,, -garment.n.01,heatSource,0,0,FALSE,,, -garment.n.01,fireSource,0,0,FALSE,,, -garment.n.01,cookable,0,0,FALSE,,, -garment.n.01,coldSource,0,0,FALSE,,, -garment.n.01,sliceable,0,0,FALSE,,, -garment.n.01,slicer,0,0,FALSE,,, -garment.n.01,soakable,1,1,FALSE,,, -marjoram.n.01,liquid,0,0,FALSE,,, -marjoram.n.01,heatSource,0,0,FALSE,,, -marjoram.n.01,fireSource,0,0,FALSE,,, -marjoram.n.01,cookable,0,1,FALSE,,, -marjoram.n.01,coldSource,0,0,FALSE,,, -marjoram.n.01,sliceable,0,0,FALSE,,, -marjoram.n.01,slicer,0,0,FALSE,,, -marjoram.n.01,soakable,0,0,FALSE,,, -root.n.01,liquid,0,0,FALSE,,, -root.n.01,heatSource,0,0,FALSE,,, -root.n.01,fireSource,0,0,FALSE,,, -root.n.01,cookable,0,0,FALSE,,, -root.n.01,coldSource,0,0,FALSE,,, -root.n.01,sliceable,0,0,FALSE,,, -root.n.01,slicer,0,0,FALSE,,, -root.n.01,soakable,0,0,FALSE,,, -soy_sauce.n.01,liquid,1,1,FALSE,,, -soy_sauce.n.01,heatSource,0,0,FALSE,,, -soy_sauce.n.01,fireSource,1,0,FALSE,,, -soy_sauce.n.01,cookable,0,1,FALSE,,, -soy_sauce.n.01,coldSource,0,0,FALSE,,, -soy_sauce.n.01,sliceable,0,0,FALSE,,, -soy_sauce.n.01,slicer,0,0,FALSE,,, -soy_sauce.n.01,soakable,0,0,FALSE,,, -container.n.01,liquid,0,0,FALSE,,, -container.n.01,heatSource,0,0,FALSE,,, -container.n.01,fireSource,0,0,FALSE,,, -container.n.01,cookable,0,0,FALSE,,, -container.n.01,coldSource,1,0,FALSE,,, -container.n.01,sliceable,0,0,FALSE,,, -container.n.01,slicer,1,0,FALSE,,, -container.n.01,soakable,1,0,FALSE,,, -trunk.n.01,liquid,0,0,FALSE,,, -trunk.n.01,heatSource,0,0,FALSE,,, -trunk.n.01,fireSource,0,1,FALSE,,, -trunk.n.01,cookable,0,0,FALSE,,, -trunk.n.01,coldSource,0,0,FALSE,,, -trunk.n.01,sliceable,0,1,FALSE,,, -trunk.n.01,slicer,0,0,FALSE,,, -trunk.n.01,soakable,0,1,FALSE,,, -luggage_compartment.n.01,liquid,0,0,FALSE,,, -luggage_compartment.n.01,heatSource,0,0,FALSE,,, -luggage_compartment.n.01,fireSource,0,0,FALSE,,, -luggage_compartment.n.01,cookable,0,0,FALSE,,, -luggage_compartment.n.01,coldSource,0,0,FALSE,,, -luggage_compartment.n.01,sliceable,0,0,FALSE,,, -luggage_compartment.n.01,slicer,0,0,FALSE,,, -luggage_compartment.n.01,soakable,0,0,FALSE,,, -vanilla.n.02,liquid,0,0,FALSE,,, -vanilla.n.02,heatSource,0,0,FALSE,,, -vanilla.n.02,fireSource,0,0,FALSE,,, -vanilla.n.02,cookable,0,1,FALSE,,, -vanilla.n.02,coldSource,0,0,FALSE,,, -vanilla.n.02,sliceable,0,0,FALSE,,, -vanilla.n.02,slicer,0,0,FALSE,,, -vanilla.n.02,soakable,0,0,FALSE,,, -vegetable_oil.n.01,liquid,1,1,FALSE,,, -vegetable_oil.n.01,heatSource,0,0,FALSE,,, -vegetable_oil.n.01,fireSource,1,1,FALSE,,, -vegetable_oil.n.01,cookable,0,1,FALSE,,, -vegetable_oil.n.01,coldSource,1,0,FALSE,,, -vegetable_oil.n.01,sliceable,0,0,FALSE,,, -vegetable_oil.n.01,slicer,0,0,FALSE,,, -vegetable_oil.n.01,soakable,0,0,FALSE,,, -board.n.02,liquid,0,0,FALSE,,, -board.n.02,heatSource,0,0,FALSE,,, -board.n.02,fireSource,0,0,FALSE,,, -board.n.02,cookable,0,0,FALSE,,, -board.n.02,coldSource,0,0,FALSE,,, -board.n.02,sliceable,0,0,FALSE,,, -board.n.02,slicer,1,0,FALSE,,, -board.n.02,soakable,0,0,FALSE,,, -cake.n.03,liquid,0,0,FALSE,,, -cake.n.03,heatSource,0,0,FALSE,,, -cake.n.03,fireSource,1,0,FALSE,,, -cake.n.03,cookable,0,0,FALSE,,, -cake.n.03,coldSource,0,0,FALSE,,, -cake.n.03,sliceable,0,1,FALSE,,, -cake.n.03,slicer,0,0,FALSE,,, -cake.n.03,soakable,0,0,FALSE,,, -decoration.n.01,liquid,0,0,FALSE,,, -decoration.n.01,heatSource,0,0,FALSE,,, -decoration.n.01,fireSource,0,0,FALSE,,, -decoration.n.01,cookable,0,0,FALSE,,, -decoration.n.01,coldSource,0,0,FALSE,,, -decoration.n.01,sliceable,0,0,FALSE,,, -decoration.n.01,slicer,0,0,FALSE,,, -decoration.n.01,soakable,0,0,FALSE,,, -maple_syrup.n.01,liquid,1,1,FALSE,,, -maple_syrup.n.01,heatSource,0,0,FALSE,,, -maple_syrup.n.01,fireSource,1,0,FALSE,,, -maple_syrup.n.01,cookable,0,1,FALSE,,, -maple_syrup.n.01,coldSource,0,0,FALSE,,, -maple_syrup.n.01,sliceable,0,0,FALSE,,, -maple_syrup.n.01,slicer,0,0,FALSE,,, -maple_syrup.n.01,soakable,0,0,FALSE,,, -sandwich.n.01,liquid,0,0,FALSE,,, -sandwich.n.01,heatSource,0,0,FALSE,,, -sandwich.n.01,fireSource,0,0,FALSE,,, -sandwich.n.01,cookable,0,1,FALSE,,, -sandwich.n.01,coldSource,0,0,FALSE,,, -sandwich.n.01,sliceable,0,1,FALSE,,, -sandwich.n.01,slicer,1,0,FALSE,,, -sandwich.n.01,soakable,1,1,FALSE,,, -thyme.n.02,liquid,0,0,FALSE,,, -thyme.n.02,heatSource,0,0,FALSE,,, -thyme.n.02,fireSource,1,0,FALSE,,, -thyme.n.02,cookable,0,1,FALSE,,, -thyme.n.02,coldSource,0,0,FALSE,,, -thyme.n.02,sliceable,0,0,FALSE,,, -thyme.n.02,slicer,1,0,FALSE,,, -thyme.n.02,soakable,0,0,FALSE,,, -turkey.n.04,liquid,0,0,FALSE,,, -turkey.n.04,heatSource,0,0,FALSE,,, -turkey.n.04,fireSource,1,0,FALSE,,, -turkey.n.04,cookable,0,1,FALSE,,, -turkey.n.04,coldSource,0,0,FALSE,,, -turkey.n.04,sliceable,0,1,FALSE,,, -turkey.n.04,slicer,1,0,FALSE,,, -turkey.n.04,soakable,0,0,FALSE,,, -battery.n.01,liquid,0,0,FALSE,,, -battery.n.01,heatSource,0,0,FALSE,,, -battery.n.01,fireSource,0,1,FALSE,,, -battery.n.01,cookable,0,0,FALSE,,, -battery.n.01,coldSource,0,0,FALSE,,, -battery.n.01,sliceable,0,0,FALSE,,, -battery.n.01,slicer,1,0,FALSE,,, -battery.n.01,soakable,0,0,FALSE,,, -french_fries.n.01,liquid,0,0,FALSE,,, -french_fries.n.01,heatSource,1,0,FALSE,,, -french_fries.n.01,fireSource,1,0,FALSE,,, -french_fries.n.01,cookable,0,1,FALSE,,, -french_fries.n.01,coldSource,0,0,FALSE,,, -french_fries.n.01,sliceable,0,1,FALSE,,, -french_fries.n.01,slicer,0,0,FALSE,,, -french_fries.n.01,soakable,0,0,FALSE,,, -garlic.n.02,liquid,0,0,FALSE,,, -garlic.n.02,heatSource,0,0,FALSE,,, -garlic.n.02,fireSource,1,0,FALSE,,, -garlic.n.02,cookable,0,1,FALSE,,, -garlic.n.02,coldSource,0,0,FALSE,,, -garlic.n.02,sliceable,0,1,FALSE,,, -garlic.n.02,slicer,0,0,FALSE,,, -garlic.n.02,soakable,0,0,FALSE,,, -leftovers.n.01,liquid,0,0,FALSE,,, -leftovers.n.01,heatSource,0,0,FALSE,,, -leftovers.n.01,fireSource,1,0,FALSE,,, -leftovers.n.01,cookable,0,1,FALSE,,, -leftovers.n.01,coldSource,0,0,FALSE,,, -leftovers.n.01,sliceable,0,0,FALSE,,, -leftovers.n.01,slicer,0,0,FALSE,,, -leftovers.n.01,soakable,0,0,FALSE,,, -rock.n.01,liquid,0,0,FALSE,,, -rock.n.01,heatSource,0,0,FALSE,,, -rock.n.01,fireSource,0,0,FALSE,,, -rock.n.01,cookable,0,0,FALSE,,, -rock.n.01,coldSource,0,0,FALSE,,, -rock.n.01,sliceable,0,0,FALSE,,, -rock.n.01,slicer,0,0,FALSE,,, -rock.n.01,soakable,0,0,FALSE,,, -release.n.08,liquid,0,0,FALSE,,, -release.n.08,heatSource,0,0,FALSE,,, -release.n.08,fireSource,0,0,FALSE,,, -release.n.08,cookable,0,0,FALSE,,, -release.n.08,coldSource,0,0,FALSE,,, -release.n.08,sliceable,0,0,FALSE,,, -release.n.08,slicer,1,0,FALSE,,, -release.n.08,soakable,0,0,FALSE,,, -dessert.n.01,liquid,0,0,FALSE,,, -dessert.n.01,heatSource,0,0,FALSE,,, -dessert.n.01,fireSource,1,0,FALSE,,, -dessert.n.01,cookable,0,1,FALSE,,, -dessert.n.01,coldSource,1,0,FALSE,,, -dessert.n.01,sliceable,1,1,FALSE,,, -dessert.n.01,slicer,0,0,FALSE,,, -dessert.n.01,soakable,0,0,FALSE,,, -fan.n.01,liquid,0,0,FALSE,,, -fan.n.01,heatSource,0,0,FALSE,,, -fan.n.01,fireSource,0,0,FALSE,,, -fan.n.01,cookable,0,0,FALSE,,, -fan.n.01,coldSource,0,0,FALSE,,, -fan.n.01,sliceable,0,0,FALSE,,, -fan.n.01,slicer,1,0,FALSE,,, -fan.n.01,soakable,0,0,FALSE,,, -trouser.n.01,liquid,0,0,FALSE,,, -trouser.n.01,heatSource,0,0,FALSE,,, -trouser.n.01,fireSource,0,0,FALSE,,, -trouser.n.01,cookable,0,0,FALSE,,, -trouser.n.01,coldSource,0,0,FALSE,,, -trouser.n.01,sliceable,0,0,FALSE,,, -trouser.n.01,slicer,0,0,FALSE,,, -trouser.n.01,soakable,1,1,FALSE,,, -pickup.n.01,liquid,0,0,FALSE,,, -pickup.n.01,heatSource,0,0,FALSE,,, -pickup.n.01,fireSource,0,0,FALSE,,, -pickup.n.01,cookable,0,0,FALSE,,, -pickup.n.01,coldSource,0,0,FALSE,,, -pickup.n.01,sliceable,0,0,FALSE,,, -pickup.n.01,slicer,1,0,FALSE,,, -pickup.n.01,soakable,0,0,FALSE,,, -shovel.n.01,liquid,0,0,FALSE,,, -shovel.n.01,heatSource,0,0,FALSE,,, -shovel.n.01,fireSource,0,0,FALSE,,, -shovel.n.01,cookable,0,0,FALSE,,, -shovel.n.01,coldSource,0,0,FALSE,,, -shovel.n.01,sliceable,0,0,FALSE,,, -shovel.n.01,slicer,1,1,FALSE,,, -shovel.n.01,soakable,0,0,FALSE,,, -cooker.n.01,liquid,0,0,FALSE,,, -cooker.n.01,heatSource,1,1,FALSE,,, -cooker.n.01,fireSource,1,0,FALSE,,, -cooker.n.01,cookable,0,0,FALSE,,, -cooker.n.01,coldSource,0,0,FALSE,,, -cooker.n.01,sliceable,0,0,FALSE,,, -cooker.n.01,slicer,1,1,FALSE,,, -cooker.n.01,soakable,0,0,FALSE,,, -tea.n.01,liquid,1,1,FALSE,,, -tea.n.01,heatSource,0,0,FALSE,,, -tea.n.01,fireSource,0,0,FALSE,,, -tea.n.01,cookable,0,0,FALSE,,, -tea.n.01,coldSource,1,0,FALSE,,, -tea.n.01,sliceable,0,0,FALSE,,, -tea.n.01,slicer,0,0,FALSE,,, -tea.n.01,soakable,0,0,FALSE,,, -ammonia_water.n.01,liquid,1,1,FALSE,,, -ammonia_water.n.01,heatSource,0,0,FALSE,,, -ammonia_water.n.01,fireSource,0,0,FALSE,,, -ammonia_water.n.01,cookable,0,0,FALSE,,, -ammonia_water.n.01,coldSource,0,0,FALSE,,, -ammonia_water.n.01,sliceable,0,0,FALSE,,, -ammonia_water.n.01,slicer,0,0,FALSE,,, -ammonia_water.n.01,soakable,0,0,FALSE,,, -computer.n.1,liquid,0,0,FALSE,,, -computer.n.1,heatSource,0,0,FALSE,,, -computer.n.1,fireSource,0,0,FALSE,,, -computer.n.1,cookable,0,0,FALSE,,, -computer.n.1,coldSource,0,0,FALSE,,, -computer.n.1,sliceable,0,0,FALSE,,, -computer.n.1,slicer,1,0,FALSE,,, -computer.n.1,soakable,0,0,FALSE,,, -cotton.n.02,liquid,0,0,FALSE,,, -cotton.n.02,heatSource,0,0,FALSE,,, -cotton.n.02,fireSource,0,1,FALSE,,, -cotton.n.02,cookable,0,0,FALSE,,, -cotton.n.02,coldSource,0,0,FALSE,,, -cotton.n.02,sliceable,0,0,FALSE,,, -cotton.n.02,slicer,0,0,FALSE,,, -cotton.n.02,soakable,1,1,FALSE,,, -recreational_vehicle.n.01,liquid,0,0,FALSE,,, -recreational_vehicle.n.01,heatSource,0,0,FALSE,,, -recreational_vehicle.n.01,fireSource,0,0,FALSE,,, -recreational_vehicle.n.01,cookable,0,0,FALSE,,, -recreational_vehicle.n.01,coldSource,0,0,FALSE,,, -recreational_vehicle.n.01,sliceable,0,0,FALSE,,, -recreational_vehicle.n.01,slicer,0,0,FALSE,,, -recreational_vehicle.n.01,soakable,0,0,FALSE,,, -seat.n.01,liquid,0,0,FALSE,,, -seat.n.01,heatSource,0,0,FALSE,,, -seat.n.01,fireSource,0,0,FALSE,,, -seat.n.01,cookable,0,0,FALSE,,, -seat.n.01,coldSource,0,0,FALSE,,, -seat.n.01,sliceable,0,0,FALSE,,, -seat.n.01,slicer,0,0,FALSE,,, -seat.n.01,soakable,1,0,FALSE,,, -steamer.n.02,liquid,0,0,FALSE,,, -steamer.n.02,heatSource,1,1,FALSE,,, -steamer.n.02,fireSource,1,0,FALSE,,, -steamer.n.02,cookable,0,0,FALSE,,, -steamer.n.02,coldSource,1,1,TRUE,150,https://www.bobvila.com/articles/steamer-vs-iron/, -steamer.n.02,sliceable,0,0,FALSE,,, -steamer.n.02,slicer,1,0,FALSE,,, -steamer.n.02,soakable,0,0,FALSE,,, -thread.n.01,liquid,0,0,FALSE,,, -thread.n.01,heatSource,0,0,FALSE,,, -thread.n.01,fireSource,0,0,FALSE,,, -thread.n.01,cookable,0,0,FALSE,,, -thread.n.01,coldSource,0,0,FALSE,,, -thread.n.01,sliceable,0,0,FALSE,,, -thread.n.01,slicer,1,0,FALSE,,, -thread.n.01,soakable,0,0,FALSE,,, -tissue.n.02,liquid,0,0,FALSE,,, -tissue.n.02,heatSource,0,0,FALSE,,, -tissue.n.02,fireSource,0,1,FALSE,,, -tissue.n.02,cookable,0,0,FALSE,,, -tissue.n.02,coldSource,0,0,FALSE,,, -tissue.n.02,sliceable,0,0,FALSE,,, -tissue.n.02,slicer,1,0,FALSE,,, -tissue.n.02,soakable,1,1,FALSE,,, -box.n.01,liquid,0,0,FALSE,,, -box.n.01,heatSource,0,0,FALSE,,, -box.n.01,fireSource,0,0,FALSE,,, -box.n.01,cookable,0,0,FALSE,,, -box.n.01,coldSource,0,0,FALSE,,, -box.n.01,sliceable,0,0,FALSE,,, -box.n.01,slicer,1,0,FALSE,,, -box.n.01,soakable,1,0,FALSE,,, -cellular_telephone.n.01,liquid,0,0,FALSE,,, -cellular_telephone.n.01,heatSource,0,0,FALSE,,, -cellular_telephone.n.01,fireSource,0,0,FALSE,,, -cellular_telephone.n.01,cookable,0,0,FALSE,,, -cellular_telephone.n.01,coldSource,0,0,FALSE,,, -cellular_telephone.n.01,sliceable,0,0,FALSE,,, -cellular_telephone.n.01,slicer,1,0,FALSE,,, -cellular_telephone.n.01,soakable,1,0,FALSE,,, -key.n.01,liquid,0,0,FALSE,,, -key.n.01,heatSource,0,0,FALSE,,, -key.n.01,fireSource,0,0,FALSE,,, -key.n.01,cookable,0,0,FALSE,,, -key.n.01,coldSource,0,0,FALSE,,, -key.n.01,sliceable,0,0,FALSE,,, -key.n.01,slicer,1,0,FALSE,,, -key.n.01,soakable,0,0,FALSE,,, -key.n.15,liquid,0,0,FALSE,,, -key.n.15,heatSource,0,0,FALSE,,, -key.n.15,fireSource,0,0,FALSE,,, -key.n.15,cookable,0,0,FALSE,,, -key.n.15,coldSource,0,0,FALSE,,, -key.n.15,sliceable,0,0,FALSE,,, -key.n.15,slicer,1,0,FALSE,,, -key.n.15,soakable,0,0,FALSE,,, -label.n.01,liquid,0,0,FALSE,,, -label.n.01,heatSource,0,0,FALSE,,, -label.n.01,fireSource,0,0,FALSE,,, -label.n.01,cookable,0,0,FALSE,,, -label.n.01,coldSource,0,0,FALSE,,, -label.n.01,sliceable,0,0,FALSE,,, -label.n.01,slicer,1,0,FALSE,,, -label.n.01,soakable,1,0,FALSE,,, -syrup.n.01,liquid,1,1,FALSE,,, -syrup.n.01,heatSource,0,0,FALSE,,, -syrup.n.01,fireSource,1,0,FALSE,,, -syrup.n.01,cookable,0,1,FALSE,,, -syrup.n.01,coldSource,1,0,FALSE,,, -syrup.n.01,sliceable,0,0,FALSE,,, -syrup.n.01,slicer,1,0,FALSE,,, -syrup.n.01,soakable,0,0,FALSE,,, -cotton_ball.n.01,liquid,0,0,FALSE,,, -cotton_ball.n.01,heatSource,0,0,FALSE,,, -cotton_ball.n.01,fireSource,0,1,FALSE,,, -cotton_ball.n.01,cookable,0,0,FALSE,,, -cotton_ball.n.01,coldSource,0,0,FALSE,,, -cotton_ball.n.01,sliceable,0,0,FALSE,,, -cotton_ball.n.01,slicer,0,0,FALSE,,, -cotton_ball.n.01,soakable,0,1,FALSE,,, -swab.n.02,liquid,0,0,FALSE,,, -swab.n.02,heatSource,0,0,FALSE,,, -swab.n.02,fireSource,0,0,FALSE,,, -swab.n.02,cookable,0,0,FALSE,,, -swab.n.02,coldSource,1,0,FALSE,,, -swab.n.02,sliceable,0,0,FALSE,,, -swab.n.02,slicer,1,0,FALSE,,, -swab.n.02,soakable,0,0,FALSE,,, -polish.n.03,liquid,0,0,FALSE,,, -polish.n.03,heatSource,0,0,FALSE,,, -polish.n.03,fireSource,0,0,FALSE,,, -polish.n.03,cookable,0,0,FALSE,,, -polish.n.03,coldSource,1,0,FALSE,,, -polish.n.03,sliceable,0,0,FALSE,,, -polish.n.03,slicer,1,0,FALSE,,, -polish.n.03,soakable,0,0,FALSE,,, -shirt.n.01,liquid,0,0,FALSE,,, -shirt.n.01,heatSource,0,0,FALSE,,, -shirt.n.01,fireSource,0,0,FALSE,,, -shirt.n.01,cookable,0,0,FALSE,,, -shirt.n.01,coldSource,0,0,FALSE,,, -shirt.n.01,sliceable,0,0,FALSE,,, -shirt.n.01,slicer,1,0,FALSE,,, -shirt.n.01,soakable,1,1,FALSE,,, -tub.n.02,liquid,1,0,FALSE,,, -tub.n.02,heatSource,0,0,FALSE,,, -tub.n.02,fireSource,0,0,FALSE,,, -tub.n.02,cookable,0,0,FALSE,,, -tub.n.02,coldSource,1,0,FALSE,,, -tub.n.02,sliceable,0,0,FALSE,,, -tub.n.02,slicer,1,0,FALSE,,, -tub.n.02,soakable,0,0,FALSE,,, -sports_equipment.n.01,liquid,0,0,FALSE,,, -sports_equipment.n.01,heatSource,0,0,FALSE,,, -sports_equipment.n.01,fireSource,0,0,FALSE,,, -sports_equipment.n.01,cookable,0,0,FALSE,,, -sports_equipment.n.01,coldSource,0,0,FALSE,,, -sports_equipment.n.01,sliceable,0,0,FALSE,,, -sports_equipment.n.01,slicer,0,0,FALSE,,, -sports_equipment.n.01,soakable,0,0,FALSE,,, -radiator.n.01,liquid,0,0,FALSE,,, -radiator.n.01,heatSource,1,1,FALSE,,, -radiator.n.01,fireSource,0,0,FALSE,,, -radiator.n.01,cookable,1,0,FALSE,,, -radiator.n.01,coldSource,0,0,FALSE,,, -radiator.n.01,sliceable,0,0,FALSE,,, -radiator.n.01,slicer,1,0,FALSE,,, -radiator.n.01,soakable,0,0,FALSE,,, -putty.n.01,liquid,0,0,FALSE,,, -putty.n.01,heatSource,0,0,FALSE,,, -putty.n.01,fireSource,0,0,FALSE,,, -putty.n.01,cookable,0,0,FALSE,,, -putty.n.01,coldSource,1,0,FALSE,,, -putty.n.01,sliceable,0,0,FALSE,,, -putty.n.01,slicer,1,0,FALSE,,, -putty.n.01,soakable,0,0,FALSE,,, -projector.n.02,liquid,0,0,FALSE,,, -projector.n.02,heatSource,0,0,FALSE,,, -projector.n.02,fireSource,0,0,FALSE,,, -projector.n.02,cookable,0,0,FALSE,,, -projector.n.02,coldSource,0,0,FALSE,,, -projector.n.02,sliceable,0,0,FALSE,,, -projector.n.02,slicer,1,0,FALSE,,, -projector.n.02,soakable,0,0,FALSE,,, -flat_coat.n.01,liquid,0,0,FALSE,,, -flat_coat.n.01,heatSource,0,0,FALSE,,, -flat_coat.n.01,fireSource,0,0,FALSE,,, -flat_coat.n.01,cookable,0,0,FALSE,,, -flat_coat.n.01,coldSource,0,0,FALSE,,, -flat_coat.n.01,sliceable,0,0,FALSE,,, -flat_coat.n.01,slicer,0,0,FALSE,,, -flat_coat.n.01,soakable,0,1,FALSE,,, -potato_salad.n.01,liquid,0,0,FALSE,,, -potato_salad.n.01,heatSource,0,0,FALSE,,, -potato_salad.n.01,fireSource,1,0,FALSE,,, -potato_salad.n.01,cookable,0,1,FALSE,,, -potato_salad.n.01,coldSource,0,0,FALSE,,, -potato_salad.n.01,sliceable,0,0,FALSE,,, -potato_salad.n.01,slicer,0,0,FALSE,,, -potato_salad.n.01,soakable,0,0,FALSE,,, -postage.n.02,liquid,0,0,FALSE,,, -postage.n.02,heatSource,0,0,FALSE,,, -postage.n.02,fireSource,0,0,FALSE,,, -postage.n.02,cookable,0,0,FALSE,,, -postage.n.02,coldSource,0,0,FALSE,,, -postage.n.02,sliceable,0,0,FALSE,,, -postage.n.02,slicer,0,0,FALSE,,, -postage.n.02,soakable,0,1,FALSE,,, -plaque.n.01,liquid,0,0,FALSE,,, -plaque.n.01,heatSource,0,0,FALSE,,, -plaque.n.01,fireSource,0,0,FALSE,,, -plaque.n.01,cookable,0,0,FALSE,,, -plaque.n.01,coldSource,0,0,FALSE,,, -plaque.n.01,sliceable,0,0,FALSE,,, -plaque.n.01,slicer,0,0,FALSE,,, -plaque.n.01,soakable,0,0,FALSE,,, -pie_crust.n.01,liquid,0,0,FALSE,,, -pie_crust.n.01,heatSource,0,0,FALSE,,, -pie_crust.n.01,fireSource,1,0,FALSE,,, -pie_crust.n.01,cookable,0,1,FALSE,,, -pie_crust.n.01,coldSource,0,0,FALSE,,, -pie_crust.n.01,sliceable,0,1,FALSE,,, -pie_crust.n.01,slicer,0,0,FALSE,,, -pie_crust.n.01,soakable,1,1,FALSE,,, -pesto.n.01,liquid,0,0,FALSE,,, -pesto.n.01,heatSource,0,0,FALSE,,, -pesto.n.01,fireSource,1,0,FALSE,,, -pesto.n.01,cookable,0,1,FALSE,,, -pesto.n.01,coldSource,0,0,FALSE,,, -pesto.n.01,sliceable,0,0,FALSE,,, -pesto.n.01,slicer,1,0,FALSE,,, -pesto.n.01,soakable,1,0,FALSE,,, -penne.n.01,liquid,0,0,FALSE,,, -penne.n.01,heatSource,0,0,FALSE,,, -penne.n.01,fireSource,1,0,FALSE,,, -penne.n.01,cookable,0,1,FALSE,,, -penne.n.01,coldSource,0,0,FALSE,,, -penne.n.01,sliceable,0,1,FALSE,,, -penne.n.01,slicer,1,0,FALSE,,, -penne.n.01,soakable,0,0,FALSE,,, -pearl.n.01,liquid,0,0,FALSE,,, -pearl.n.01,heatSource,0,0,FALSE,,, -pearl.n.01,fireSource,0,0,FALSE,,, -pearl.n.01,cookable,0,0,FALSE,,, -pearl.n.01,coldSource,0,0,FALSE,,, -pearl.n.01,sliceable,0,0,FALSE,,, -pearl.n.01,slicer,0,0,FALSE,,, -pearl.n.01,soakable,0,0,FALSE,,, -peanut_oil.n.01,liquid,1,1,FALSE,,, -peanut_oil.n.01,heatSource,0,0,FALSE,,, -peanut_oil.n.01,fireSource,1,1,FALSE,,, -peanut_oil.n.01,cookable,0,1,FALSE,,, -peanut_oil.n.01,coldSource,1,0,FALSE,,, -peanut_oil.n.01,sliceable,0,0,FALSE,,, -peanut_oil.n.01,slicer,0,0,FALSE,,, -peanut_oil.n.01,soakable,0,0,FALSE,,, -paving_stone.n.01,liquid,0,0,FALSE,,, -paving_stone.n.01,heatSource,0,0,FALSE,,, -paving_stone.n.01,fireSource,0,0,FALSE,,, -paving_stone.n.01,cookable,0,0,FALSE,,, -paving_stone.n.01,coldSource,0,0,FALSE,,, -paving_stone.n.01,sliceable,0,0,FALSE,,, -paving_stone.n.01,slicer,0,0,FALSE,,, -paving_stone.n.01,soakable,0,0,FALSE,,, -kitchen_utensil.n.01,liquid,0,0,FALSE,,, -kitchen_utensil.n.01,heatSource,0,0,FALSE,,, -kitchen_utensil.n.01,fireSource,0,0,FALSE,,, -kitchen_utensil.n.01,cookable,0,0,FALSE,,, -kitchen_utensil.n.01,coldSource,0,0,FALSE,,, -kitchen_utensil.n.01,sliceable,0,0,FALSE,,, -kitchen_utensil.n.01,slicer,1,1,FALSE,,, -kitchen_utensil.n.01,soakable,0,0,FALSE,,, -brush.n.02,liquid,0,0,FALSE,,, -brush.n.02,heatSource,0,0,FALSE,,, -brush.n.02,fireSource,0,0,FALSE,,, -brush.n.02,cookable,0,0,FALSE,,, -brush.n.02,coldSource,0,0,FALSE,,, -brush.n.02,sliceable,0,0,FALSE,,, -brush.n.02,slicer,0,0,FALSE,,, -brush.n.02,soakable,0,0,FALSE,,, -papaya.n.01,liquid,0,0,FALSE,,, -papaya.n.01,heatSource,0,0,FALSE,,, -papaya.n.01,fireSource,0,0,FALSE,,, -papaya.n.01,cookable,0,1,FALSE,,, -papaya.n.01,coldSource,0,0,FALSE,,, -papaya.n.01,sliceable,0,1,FALSE,,, -papaya.n.01,slicer,0,0,FALSE,,, -papaya.n.01,soakable,0,0,FALSE,,, -painkiller.n.01,liquid,0,0,FALSE,,, -painkiller.n.01,heatSource,0,0,FALSE,,, -painkiller.n.01,fireSource,0,0,FALSE,,, -painkiller.n.01,cookable,0,0,FALSE,,, -painkiller.n.01,coldSource,0,0,FALSE,,, -painkiller.n.01,sliceable,0,0,FALSE,,, -painkiller.n.01,slicer,0,0,FALSE,,, -painkiller.n.01,soakable,0,0,FALSE,,, -analgesic.n.01,liquid,0,0,FALSE,,, -analgesic.n.01,heatSource,0,0,FALSE,,, -analgesic.n.01,fireSource,0,0,FALSE,,, -analgesic.n.01,cookable,0,0,FALSE,,, -analgesic.n.01,coldSource,0,0,FALSE,,, -analgesic.n.01,sliceable,0,0,FALSE,,, -analgesic.n.01,slicer,0,0,FALSE,,, -analgesic.n.01,soakable,0,0,FALSE,,, -napkin_ring.n.01,liquid,0,0,FALSE,,, -napkin_ring.n.01,heatSource,0,0,FALSE,,, -napkin_ring.n.01,fireSource,0,0,FALSE,,, -napkin_ring.n.01,cookable,0,0,FALSE,,, -napkin_ring.n.01,coldSource,0,0,FALSE,,, -napkin_ring.n.01,sliceable,0,0,FALSE,,, -napkin_ring.n.01,slicer,0,0,FALSE,,, -napkin_ring.n.01,soakable,0,0,FALSE,,, -molasses.n.01,liquid,1,1,FALSE,,, -molasses.n.01,heatSource,0,0,FALSE,,, -molasses.n.01,fireSource,1,0,FALSE,,, -molasses.n.01,cookable,0,1,FALSE,,, -molasses.n.01,coldSource,0,0,FALSE,,, -molasses.n.01,sliceable,0,0,FALSE,,, -molasses.n.01,slicer,0,0,FALSE,,, -molasses.n.01,soakable,0,0,FALSE,,, -menu.n.01,liquid,0,0,FALSE,,, -menu.n.01,heatSource,0,0,FALSE,,, -menu.n.01,fireSource,0,0,FALSE,,, -menu.n.01,cookable,0,0,FALSE,,, -menu.n.01,coldSource,0,0,FALSE,,, -menu.n.01,sliceable,0,0,FALSE,,, -menu.n.01,slicer,1,0,FALSE,,, -menu.n.01,soakable,0,0,FALSE,,, -meatball.n.01,liquid,0,0,FALSE,,, -meatball.n.01,heatSource,0,0,FALSE,,, -meatball.n.01,fireSource,1,0,FALSE,,, -meatball.n.01,cookable,0,1,FALSE,,, -meatball.n.01,coldSource,0,0,FALSE,,, -meatball.n.01,sliceable,0,1,FALSE,,, -meatball.n.01,slicer,0,0,FALSE,,, -meatball.n.01,soakable,0,0,FALSE,,, -mattress_pad.n.01,liquid,0,0,FALSE,,, -mattress_pad.n.01,heatSource,0,0,FALSE,,, -mattress_pad.n.01,fireSource,0,0,FALSE,,, -mattress_pad.n.01,cookable,0,0,FALSE,,, -mattress_pad.n.01,coldSource,0,0,FALSE,,, -mattress_pad.n.01,sliceable,0,0,FALSE,,, -mattress_pad.n.01,slicer,0,0,FALSE,,, -mattress_pad.n.01,soakable,0,1,FALSE,,, -margarita.n.01,liquid,1,1,FALSE,,, -fruit_juice.n.01,liquid,1,1,FALSE,,, -fruit_juice.n.01,heatSource,0,0,FALSE,,, -fruit_juice.n.01,fireSource,0,0,FALSE,,, -fruit_juice.n.01,cookable,0,0,FALSE,,, -fruit_juice.n.01,coldSource,1,0,FALSE,,, -fruit_juice.n.01,sliceable,0,0,FALSE,,, -fruit_juice.n.01,slicer,0,0,FALSE,,, -fruit_juice.n.01,soakable,0,0,FALSE,,, -garden_tool.n.01,liquid,0,0,FALSE,,, -garden_tool.n.01,heatSource,0,0,FALSE,,, -garden_tool.n.01,fireSource,0,0,FALSE,,, -garden_tool.n.01,cookable,0,0,FALSE,,, -garden_tool.n.01,coldSource,0,0,FALSE,,, -garden_tool.n.01,sliceable,0,0,FALSE,,, -garden_tool.n.01,slicer,1,0,FALSE,,, -garden_tool.n.01,soakable,0,0,FALSE,,, -glaze.n.01,liquid,0,0,FALSE,,, -glaze.n.01,heatSource,0,0,FALSE,,, -glaze.n.01,fireSource,1,0,FALSE,,, -glaze.n.01,cookable,0,1,FALSE,,, -glaze.n.01,coldSource,1,0,FALSE,,, -glaze.n.01,sliceable,0,0,FALSE,,, -glaze.n.01,slicer,0,0,FALSE,,, -glaze.n.01,soakable,0,0,FALSE,,, -glue.n.01,liquid,0,0,FALSE,,, -glue.n.01,heatSource,0,0,FALSE,,, -glue.n.01,fireSource,0,0,FALSE,,, -glue.n.01,cookable,0,0,FALSE,,, -glue.n.01,coldSource,0,0,FALSE,,, -glue.n.01,sliceable,0,0,FALSE,,, -glue.n.01,slicer,0,0,FALSE,,, -glue.n.01,soakable,0,0,FALSE,,, -grit.n.01,liquid,0,0,FALSE,,, -grit.n.01,heatSource,0,0,FALSE,,, -grit.n.01,fireSource,0,0,FALSE,,, -grit.n.01,cookable,0,0,FALSE,,, -grit.n.01,coldSource,0,0,FALSE,,, -grit.n.01,sliceable,0,0,FALSE,,, -grit.n.01,slicer,0,0,FALSE,,, -grit.n.01,soakable,0,0,FALSE,,, -grocery_bag.n.01,liquid,0,0,FALSE,,, -grocery_bag.n.01,heatSource,0,0,FALSE,,, -grocery_bag.n.01,fireSource,0,0,FALSE,,, -grocery_bag.n.01,cookable,0,0,FALSE,,, -grocery_bag.n.01,coldSource,1,0,FALSE,,, -grocery_bag.n.01,sliceable,0,0,FALSE,,, -grocery_bag.n.01,slicer,1,0,FALSE,,, -grocery_bag.n.01,soakable,1,0,FALSE,,, -grout.n.01,liquid,0,1,FALSE,,, -grout.n.01,heatSource,0,0,FALSE,,, -grout.n.01,fireSource,0,0,FALSE,,, -grout.n.01,cookable,0,0,FALSE,,, -grout.n.01,coldSource,0,0,FALSE,,, -grout.n.01,sliceable,0,0,FALSE,,, -grout.n.01,slicer,1,0,FALSE,,, -grout.n.01,soakable,0,0,FALSE,,, -chewing_gum.n.01,liquid,0,0,FALSE,,, -chewing_gum.n.01,heatSource,0,0,FALSE,,, -chewing_gum.n.01,fireSource,0,0,FALSE,,, -chewing_gum.n.01,cookable,0,0,FALSE,,, -chewing_gum.n.01,coldSource,0,0,FALSE,,, -chewing_gum.n.01,sliceable,0,0,FALSE,,, -chewing_gum.n.01,slicer,0,0,FALSE,,, -chewing_gum.n.01,soakable,0,0,FALSE,,, -hammock.n.02,liquid,0,0,FALSE,,, -hammock.n.02,heatSource,0,0,FALSE,,, -hammock.n.02,fireSource,0,0,FALSE,,, -hammock.n.02,cookable,0,0,FALSE,,, -hammock.n.02,coldSource,0,0,FALSE,,, -hammock.n.02,sliceable,0,0,FALSE,,, -hammock.n.02,slicer,0,0,FALSE,,, -hammock.n.02,soakable,0,1,FALSE,,, -hemp.n.01,liquid,0,0,FALSE,,, -hemp.n.01,heatSource,0,0,FALSE,,, -hemp.n.01,fireSource,0,0,FALSE,,, -hemp.n.01,cookable,0,0,FALSE,,, -hemp.n.01,coldSource,0,0,FALSE,,, -hemp.n.01,sliceable,0,1,FALSE,,, -hemp.n.01,slicer,0,0,FALSE,,, -hemp.n.01,soakable,0,0,FALSE,,, -hot_tub.n.01,liquid,0,0,FALSE,,, -hot_tub.n.01,heatSource,1,0,FALSE,,, -hot_tub.n.01,fireSource,0,0,FALSE,,, -hot_tub.n.01,cookable,0,0,FALSE,,, -hot_tub.n.01,coldSource,1,0,FALSE,,, -hot_tub.n.01,sliceable,0,0,FALSE,,, -hot_tub.n.01,slicer,0,0,FALSE,,, -hot_tub.n.01,soakable,0,0,FALSE,,, -jalapeno.n.02,liquid,0,0,FALSE,,, -jalapeno.n.02,heatSource,1,0,FALSE,,, -jalapeno.n.02,fireSource,1,0,FALSE,,, -jalapeno.n.02,cookable,0,1,FALSE,,, -jalapeno.n.02,coldSource,0,0,FALSE,,, -jalapeno.n.02,sliceable,0,1,FALSE,,, -jalapeno.n.02,slicer,1,0,FALSE,,, -jalapeno.n.02,soakable,0,0,FALSE,,, -jelly_bean.n.01,liquid,0,0,FALSE,,, -jelly_bean.n.01,heatSource,0,0,FALSE,,, -jelly_bean.n.01,fireSource,0,0,FALSE,,, -jelly_bean.n.01,cookable,0,1,FALSE,,, -jelly_bean.n.01,coldSource,0,0,FALSE,,, -jelly_bean.n.01,sliceable,0,1,FALSE,,, -jelly_bean.n.01,slicer,1,0,FALSE,,, -jelly_bean.n.01,soakable,0,0,FALSE,,, -ember.n.01,liquid,0,0,FALSE,,, -ember.n.01,heatSource,1,1,FALSE,,, -ember.n.01,fireSource,1,1,FALSE,,, -ember.n.01,cookable,0,0,FALSE,,, -ember.n.01,coldSource,0,0,FALSE,,, -ember.n.01,sliceable,0,0,FALSE,,, -ember.n.01,slicer,0,0,FALSE,,, -ember.n.01,soakable,0,0,FALSE,,, -knife.n.01,liquid,0,0,FALSE,,, -knife.n.01,heatSource,0,0,FALSE,,, -knife.n.01,fireSource,0,0,FALSE,,, -knife.n.01,cookable,0,0,FALSE,,, -knife.n.01,coldSource,0,0,FALSE,,, -knife.n.01,sliceable,1,0,FALSE,,, -knife.n.01,slicer,1,1,FALSE,,, -knife.n.01,soakable,0,0,FALSE,,, -edge_tool.n.01,liquid,0,0,FALSE,,, -edge_tool.n.01,heatSource,0,0,FALSE,,, -edge_tool.n.01,fireSource,0,0,FALSE,,, -edge_tool.n.01,cookable,0,0,FALSE,,, -edge_tool.n.01,coldSource,0,0,FALSE,,, -edge_tool.n.01,sliceable,1,0,FALSE,,, -edge_tool.n.01,slicer,1,1,FALSE,,, -edge_tool.n.01,soakable,0,0,FALSE,,, -bridge.n.01,liquid,0,0,FALSE,,, -bridge.n.01,heatSource,0,0,FALSE,,, -bridge.n.01,fireSource,0,0,FALSE,,, -bridge.n.01,cookable,0,0,FALSE,,, -bridge.n.01,coldSource,0,0,FALSE,,, -bridge.n.01,sliceable,0,0,FALSE,,, -bridge.n.01,slicer,1,0,FALSE,,, -bridge.n.01,soakable,0,0,FALSE,,, -bungee.n.01,liquid,0,0,FALSE,,, -bungee.n.01,heatSource,0,0,FALSE,,, -bungee.n.01,fireSource,0,0,FALSE,,, -bungee.n.01,cookable,0,0,FALSE,,, -bungee.n.01,coldSource,0,0,FALSE,,, -bungee.n.01,sliceable,0,0,FALSE,,, -bungee.n.01,slicer,1,0,FALSE,,, -bungee.n.01,soakable,0,0,FALSE,,, -candelabrum.n.01,liquid,0,0,FALSE,,, -candelabrum.n.01,heatSource,0,0,FALSE,,, -candelabrum.n.01,fireSource,0,0,FALSE,,, -candelabrum.n.01,cookable,0,0,FALSE,,, -candelabrum.n.01,coldSource,0,0,FALSE,,, -candelabrum.n.01,sliceable,0,0,FALSE,,, -candelabrum.n.01,slicer,1,0,FALSE,,, -candelabrum.n.01,soakable,0,0,FALSE,,, -cashew.n.02,liquid,0,0,FALSE,,, -cashew.n.02,heatSource,0,0,FALSE,,, -cashew.n.02,fireSource,1,0,FALSE,,, -cashew.n.02,cookable,0,1,FALSE,,, -cashew.n.02,coldSource,0,0,FALSE,,, -cashew.n.02,sliceable,0,0,FALSE,,, -cashew.n.02,slicer,0,1,FALSE,,, -cashew.n.02,soakable,0,0,FALSE,,, -cassette.n.01,liquid,0,0,FALSE,,, -cassette.n.01,heatSource,0,0,FALSE,,, -cassette.n.01,fireSource,0,0,FALSE,,, -cassette.n.01,cookable,0,0,FALSE,,, -cassette.n.01,coldSource,0,0,FALSE,,, -cassette.n.01,sliceable,0,0,FALSE,,, -cassette.n.01,slicer,1,0,FALSE,,, -cassette.n.01,soakable,0,0,FALSE,,, -skillet.n.01,liquid,0,0,FALSE,,, -skillet.n.01,heatSource,1,1,FALSE,,, -skillet.n.01,fireSource,1,0,FALSE,,, -skillet.n.01,cookable,0,0,FALSE,,, -skillet.n.01,coldSource,0,0,FALSE,,, -skillet.n.01,sliceable,0,0,FALSE,,, -skillet.n.01,slicer,1,0,FALSE,,, -skillet.n.01,soakable,0,0,FALSE,,, -cheesecake.n.01,liquid,0,0,FALSE,,, -cheesecake.n.01,heatSource,0,0,FALSE,,, -cheesecake.n.01,fireSource,1,0,FALSE,,, -cheesecake.n.01,cookable,0,1,FALSE,,, -cheesecake.n.01,coldSource,1,0,FALSE,,, -cheesecake.n.01,sliceable,0,1,FALSE,,, -cheesecake.n.01,slicer,0,0,FALSE,,, -cheesecake.n.01,soakable,0,0,FALSE,,, -chorizo.n.01,liquid,0,0,FALSE,,, -chorizo.n.01,heatSource,0,0,FALSE,,, -chorizo.n.01,fireSource,1,0,FALSE,,, -chorizo.n.01,cookable,0,1,FALSE,,, -chorizo.n.01,coldSource,0,0,FALSE,,, -chorizo.n.01,sliceable,0,1,FALSE,,, -chorizo.n.01,slicer,1,0,FALSE,,, -chorizo.n.01,soakable,0,0,FALSE,,, -chowder.n.01,liquid,0,1,FALSE,,, -chowder.n.01,heatSource,0,0,FALSE,,, -chowder.n.01,fireSource,1,0,FALSE,,, -chowder.n.01,cookable,0,1,FALSE,,, -chowder.n.01,coldSource,1,0,FALSE,,, -chowder.n.01,sliceable,0,0,FALSE,,, -chowder.n.01,slicer,0,0,FALSE,,, -chowder.n.01,soakable,0,0,FALSE,,, -fairy_light.n.01,liquid,0,0,FALSE,,, -fairy_light.n.01,heatSource,0,0,FALSE,,, -fairy_light.n.01,fireSource,0,0,FALSE,,, -fairy_light.n.01,cookable,0,0,FALSE,,, -fairy_light.n.01,coldSource,0,0,FALSE,,, -fairy_light.n.01,sliceable,0,0,FALSE,,, -fairy_light.n.01,slicer,1,0,FALSE,,, -fairy_light.n.01,soakable,0,0,FALSE,,, -citric_acid.n.01,liquid,0,0,FALSE,,, -citric_acid.n.01,heatSource,0,0,FALSE,,, -citric_acid.n.01,fireSource,0,0,FALSE,,, -citric_acid.n.01,cookable,0,0,FALSE,,, -citric_acid.n.01,coldSource,0,0,FALSE,,, -citric_acid.n.01,sliceable,0,0,FALSE,,, -citric_acid.n.01,slicer,0,0,FALSE,,, -citric_acid.n.01,soakable,0,0,FALSE,,, -cleansing_agent.n.01,liquid,1,1,FALSE,,, -cleansing_agent.n.01,heatSource,0,0,FALSE,,, -cleansing_agent.n.01,fireSource,0,0,FALSE,,, -cleansing_agent.n.01,cookable,0,0,FALSE,,, -cleansing_agent.n.01,coldSource,0,0,FALSE,,, -cleansing_agent.n.01,sliceable,0,0,FALSE,,, -cleansing_agent.n.01,slicer,0,0,FALSE,,, -cleansing_agent.n.01,soakable,0,0,FALSE,,, -coaster.n.03,liquid,0,0,FALSE,,, -coaster.n.03,heatSource,0,0,FALSE,,, -coaster.n.03,fireSource,0,0,FALSE,,, -coaster.n.03,cookable,0,0,FALSE,,, -coaster.n.03,coldSource,0,0,FALSE,,, -coaster.n.03,sliceable,0,0,FALSE,,, -coaster.n.03,slicer,0,0,FALSE,,, -coaster.n.03,soakable,0,1,FALSE,,, -cod.n.02,liquid,0,0,FALSE,,, -cod.n.02,heatSource,0,0,FALSE,,, -cod.n.02,fireSource,1,0,FALSE,,, -cod.n.02,cookable,0,1,FALSE,,, -cod.n.02,coldSource,0,0,FALSE,,, -cod.n.02,sliceable,0,1,FALSE,,, -cod.n.02,slicer,0,0,FALSE,,, -cod.n.02,soakable,0,0,FALSE,,, -cola.n.02,liquid,1,1,FALSE,,, -cola.n.02,heatSource,0,0,FALSE,,, -cola.n.02,fireSource,0,0,FALSE,,, -cola.n.02,cookable,1,1,FALSE,,, -cola.n.02,coldSource,1,0,FALSE,,, -cola.n.02,sliceable,0,0,FALSE,,, -cola.n.02,slicer,0,0,FALSE,,, -cola.n.02,soakable,0,0,FALSE,,, -comic_book.n.01,liquid,0,0,FALSE,,, -comic_book.n.01,heatSource,0,0,FALSE,,, -comic_book.n.01,fireSource,0,0,FALSE,,, -comic_book.n.01,cookable,0,0,FALSE,,, -comic_book.n.01,coldSource,0,0,FALSE,,, -comic_book.n.01,sliceable,0,0,FALSE,,, -comic_book.n.01,slicer,0,0,FALSE,,, -comic_book.n.01,soakable,0,1,FALSE,,, -cookie_cutter.n.01,liquid,0,0,FALSE,,, -cookie_cutter.n.01,heatSource,0,0,FALSE,,, -cookie_cutter.n.01,fireSource,0,0,FALSE,,, -cookie_cutter.n.01,cookable,0,0,FALSE,,, -cookie_cutter.n.01,coldSource,0,0,FALSE,,, -cookie_cutter.n.01,sliceable,0,0,FALSE,,, -cookie_cutter.n.01,slicer,1,1,FALSE,,, -cookie_cutter.n.01,soakable,0,0,FALSE,,, -cottage_cheese.n.01,liquid,0,0,FALSE,,, -cottage_cheese.n.01,heatSource,0,0,FALSE,,, -cottage_cheese.n.01,fireSource,0,0,FALSE,,, -cottage_cheese.n.01,cookable,0,1,FALSE,,, -cottage_cheese.n.01,coldSource,0,0,FALSE,,, -cottage_cheese.n.01,sliceable,0,1,FALSE,,, -cottage_cheese.n.01,slicer,0,0,FALSE,,, -cottage_cheese.n.01,soakable,0,0,FALSE,,, -cranberry_juice.n.01,liquid,1,1,FALSE,,, -cranberry_juice.n.01,heatSource,0,0,FALSE,,, -cranberry_juice.n.01,fireSource,0,0,FALSE,,, -cranberry_juice.n.01,cookable,0,1,FALSE,,, -cranberry_juice.n.01,coldSource,1,0,FALSE,,, -cranberry_juice.n.01,sliceable,0,0,FALSE,,, -cranberry_juice.n.01,slicer,0,0,FALSE,,, -cranberry_juice.n.01,soakable,0,0,FALSE,,, -curry_powder.n.01,liquid,0,0,FALSE,,, -curry_powder.n.01,heatSource,0,0,FALSE,,, -curry_powder.n.01,fireSource,1,0,FALSE,,, -curry_powder.n.01,cookable,0,1,FALSE,,, -curry_powder.n.01,coldSource,0,0,FALSE,,, -curry_powder.n.01,sliceable,0,0,FALSE,,, -curry_powder.n.01,slicer,0,0,FALSE,,, -curry_powder.n.01,soakable,0,0,FALSE,,, -cold_cuts.n.01,liquid,0,0,FALSE,,, -cold_cuts.n.01,heatSource,0,0,FALSE,,, -cold_cuts.n.01,fireSource,0,0,FALSE,,, -cold_cuts.n.01,cookable,1,1,FALSE,,, -cold_cuts.n.01,coldSource,0,0,FALSE,,, -cold_cuts.n.01,sliceable,0,1,FALSE,,, -cold_cuts.n.01,slicer,0,0,FALSE,,, -cold_cuts.n.01,soakable,0,0,FALSE,,, -diamond.n.01,liquid,0,0,FALSE,,, -diamond.n.01,heatSource,0,0,FALSE,,, -diamond.n.01,fireSource,0,0,FALSE,,, -diamond.n.01,cookable,0,0,FALSE,,, -diamond.n.01,coldSource,0,0,FALSE,,, -diamond.n.01,sliceable,0,0,FALSE,,, -diamond.n.01,slicer,0,0,FALSE,,, -diamond.n.01,soakable,0,0,FALSE,,, -bag.n.04,liquid,0,0,FALSE,,, -bag.n.04,heatSource,0,0,FALSE,,, -bag.n.04,fireSource,0,0,FALSE,,, -bag.n.04,cookable,0,0,FALSE,,, -bag.n.04,coldSource,0,0,FALSE,,, -bag.n.04,sliceable,0,0,FALSE,,, -bag.n.04,slicer,1,0,FALSE,,, -bag.n.04,soakable,1,0,FALSE,,, -dinner_plate.n.01,liquid,0,0,FALSE,,, -dinner_plate.n.01,heatSource,0,0,FALSE,,, -dinner_plate.n.01,fireSource,0,0,FALSE,,, -dinner_plate.n.01,cookable,0,0,FALSE,,, -dinner_plate.n.01,coldSource,0,0,FALSE,,, -dinner_plate.n.01,sliceable,0,0,FALSE,,, -dinner_plate.n.01,slicer,1,0,FALSE,,, -dinner_plate.n.01,soakable,0,0,FALSE,,, -essence.n.04,liquid,0,0,FALSE,,, -essence.n.04,heatSource,0,0,FALSE,,, -essence.n.04,fireSource,0,0,FALSE,,, -essence.n.04,cookable,0,0,FALSE,,, -essence.n.04,coldSource,1,0,FALSE,,, -essence.n.04,sliceable,0,0,FALSE,,, -essence.n.04,slicer,0,0,FALSE,,, -essence.n.04,soakable,0,0,FALSE,,, -aluminum.n.01,liquid,0,0,FALSE,,, -aluminum.n.01,heatSource,0,0,FALSE,,, -aluminum.n.01,fireSource,0,0,FALSE,,, -aluminum.n.01,cookable,0,0,FALSE,,, -aluminum.n.01,coldSource,0,0,FALSE,,, -aluminum.n.01,sliceable,0,0,FALSE,,, -aluminum.n.01,slicer,0,0,FALSE,,, -aluminum.n.01,soakable,0,0,FALSE,,, -antenna.n.01,liquid,0,0,FALSE,,, -antenna.n.01,heatSource,0,0,FALSE,,, -antenna.n.01,fireSource,0,0,FALSE,,, -antenna.n.01,cookable,0,0,FALSE,,, -antenna.n.01,coldSource,0,0,FALSE,,, -antenna.n.01,sliceable,0,0,FALSE,,, -antenna.n.01,slicer,1,0,FALSE,,, -antenna.n.01,soakable,0,0,FALSE,,, -cider.n.01,liquid,1,1,FALSE,,, -cider.n.01,heatSource,0,0,FALSE,,, -cider.n.01,fireSource,0,0,FALSE,,, -cider.n.01,cookable,0,1,FALSE,,, -cider.n.01,coldSource,1,0,FALSE,,, -cider.n.01,sliceable,0,0,FALSE,,, -cider.n.01,slicer,0,0,FALSE,,, -cider.n.01,soakable,0,0,FALSE,,, -apron.n.01,liquid,0,0,FALSE,,, -apron.n.01,heatSource,0,0,FALSE,,, -apron.n.01,fireSource,0,0,FALSE,,, -apron.n.01,cookable,0,0,FALSE,,, -apron.n.01,coldSource,0,0,FALSE,,, -apron.n.01,sliceable,0,0,FALSE,,, -apron.n.01,slicer,0,0,FALSE,,, -apron.n.01,soakable,1,1,FALSE,,, -artichoke.n.01,liquid,0,0,FALSE,,, -artichoke.n.01,heatSource,0,0,FALSE,,, -artichoke.n.01,fireSource,1,0,FALSE,,, -artichoke.n.01,cookable,0,1,FALSE,,, -artichoke.n.01,coldSource,0,0,FALSE,,, -artichoke.n.01,sliceable,0,1,FALSE,,, -artichoke.n.01,slicer,0,0,FALSE,,, -artichoke.n.01,soakable,0,0,FALSE,,, -bandage.n.01,liquid,0,0,FALSE,,, -bandage.n.01,heatSource,0,0,FALSE,,, -bandage.n.01,fireSource,0,0,FALSE,,, -bandage.n.01,cookable,0,0,FALSE,,, -bandage.n.01,coldSource,0,0,FALSE,,, -bandage.n.01,sliceable,0,0,FALSE,,, -bandage.n.01,slicer,0,0,FALSE,,, -bandage.n.01,soakable,1,1,FALSE,,, -banner.n.01,liquid,0,0,FALSE,,, -banner.n.01,heatSource,0,0,FALSE,,, -banner.n.01,fireSource,0,0,FALSE,,, -banner.n.01,cookable,0,0,FALSE,,, -banner.n.01,coldSource,0,0,FALSE,,, -banner.n.01,sliceable,0,0,FALSE,,, -banner.n.01,slicer,1,0,FALSE,,, -banner.n.01,soakable,0,1,FALSE,,, -bar.n.03,liquid,0,0,FALSE,,, -bar.n.03,heatSource,0,0,FALSE,,, -bar.n.03,fireSource,0,0,FALSE,,, -bar.n.03,cookable,0,0,FALSE,,, -bar.n.03,coldSource,0,0,FALSE,,, -bar.n.03,sliceable,0,0,FALSE,,, -bar.n.03,slicer,1,0,FALSE,,, -bar.n.03,soakable,0,0,FALSE,,, -bark.n.01,liquid,0,0,FALSE,,, -bark.n.01,heatSource,0,0,FALSE,,, -bark.n.01,fireSource,0,1,FALSE,,, -bark.n.01,cookable,0,0,FALSE,,, -bark.n.01,coldSource,0,0,FALSE,,, -bark.n.01,sliceable,0,0,FALSE,,, -bark.n.01,slicer,0,0,FALSE,,, -bark.n.01,soakable,0,1,FALSE,,, -barrel.n.03,liquid,0,0,FALSE,,, -barrel.n.03,heatSource,0,0,FALSE,,, -barrel.n.03,fireSource,0,0,FALSE,,, -barrel.n.03,cookable,0,0,FALSE,,, -barrel.n.03,coldSource,0,0,FALSE,,, -barrel.n.03,sliceable,0,0,FALSE,,, -barrel.n.03,slicer,1,0,FALSE,,, -barrel.n.03,soakable,0,1,FALSE,,, -bird_feeder.n.01,liquid,0,0,FALSE,,, -bird_feeder.n.01,heatSource,0,0,FALSE,,, -bird_feeder.n.01,fireSource,0,0,FALSE,,, -bird_feeder.n.01,cookable,0,0,FALSE,,, -bird_feeder.n.01,coldSource,0,0,FALSE,,, -bird_feeder.n.01,sliceable,0,0,FALSE,,, -bird_feeder.n.01,slicer,0,0,FALSE,,, -bird_feeder.n.01,soakable,0,0,FALSE,,, -blazer.n.01,liquid,0,0,FALSE,,, -blazer.n.01,heatSource,0,0,FALSE,,, -blazer.n.01,fireSource,0,0,FALSE,,, -blazer.n.01,cookable,0,0,FALSE,,, -blazer.n.01,coldSource,0,0,FALSE,,, -blazer.n.01,sliceable,0,0,FALSE,,, -blazer.n.01,slicer,1,0,FALSE,,, -blazer.n.01,soakable,1,1,FALSE,,, -bleu.n.01,liquid,0,0,FALSE,,, -bleu.n.01,heatSource,0,0,FALSE,,, -bleu.n.01,fireSource,0,0,FALSE,,, -bleu.n.01,cookable,0,1,FALSE,,, -bleu.n.01,coldSource,0,0,FALSE,,, -bleu.n.01,sliceable,0,1,FALSE,,, -bleu.n.01,slicer,0,0,FALSE,,, -bleu.n.01,soakable,0,0,FALSE,,, -notepad.n.01,liquid,0,0,FALSE,,, -notepad.n.01,heatSource,0,0,FALSE,,, -notepad.n.01,fireSource,0,0,FALSE,,, -notepad.n.01,cookable,0,0,FALSE,,, -notepad.n.01,coldSource,0,0,FALSE,,, -notepad.n.01,sliceable,0,0,FALSE,,, -notepad.n.01,slicer,1,0,FALSE,,, -notepad.n.01,soakable,1,0,FALSE,,, -nut_butter.n.01,liquid,0,0,FALSE,,, -nut_butter.n.01,heatSource,0,0,FALSE,,, -nut_butter.n.01,fireSource,0,0,FALSE,,, -nut_butter.n.01,cookable,0,1,FALSE,,, -nut_butter.n.01,coldSource,0,0,FALSE,,, -nut_butter.n.01,sliceable,0,1,FALSE,,, -nut_butter.n.01,slicer,0,0,FALSE,,, -nut_butter.n.01,soakable,0,0,FALSE,,, -okra.n.02,liquid,0,0,FALSE,,, -okra.n.02,heatSource,0,0,FALSE,,, -okra.n.02,fireSource,1,0,FALSE,,, -okra.n.02,cookable,0,1,FALSE,,, -okra.n.02,coldSource,0,0,FALSE,,, -okra.n.02,sliceable,0,1,FALSE,,, -okra.n.02,slicer,0,0,FALSE,,, -okra.n.02,soakable,0,0,FALSE,,, -old_fashioned.n.01,liquid,0,0,FALSE,,, -old_fashioned.n.01,heatSource,0,0,FALSE,,, -old_fashioned.n.01,fireSource,0,0,FALSE,,, -old_fashioned.n.01,cookable,0,0,FALSE,,, -old_fashioned.n.01,coldSource,0,0,FALSE,,, -old_fashioned.n.01,sliceable,0,0,FALSE,,, -old_fashioned.n.01,slicer,0,0,FALSE,,, -old_fashioned.n.01,soakable,0,0,FALSE,,, -overall.n.01,liquid,0,0,FALSE,,, -overall.n.01,heatSource,0,0,FALSE,,, -overall.n.01,fireSource,0,0,FALSE,,, -overall.n.01,cookable,0,0,FALSE,,, -overall.n.01,coldSource,0,0,FALSE,,, -overall.n.01,sliceable,0,0,FALSE,,, -overall.n.01,slicer,0,0,FALSE,,, -overall.n.01,soakable,1,0,FALSE,,, -solvent.n.01,liquid,1,1,FALSE,,, -solvent.n.01,heatSource,0,0,FALSE,,, -solvent.n.01,fireSource,0,0,FALSE,,, -solvent.n.01,cookable,0,0,FALSE,,, -solvent.n.01,coldSource,1,0,FALSE,,, -solvent.n.01,sliceable,0,0,FALSE,,, -solvent.n.01,slicer,0,0,FALSE,,, -solvent.n.01,soakable,0,0,FALSE,,, -passport.n.02,liquid,0,0,FALSE,,, -passport.n.02,heatSource,0,0,FALSE,,, -passport.n.02,fireSource,0,0,FALSE,,, -passport.n.02,cookable,0,0,FALSE,,, -passport.n.02,coldSource,0,0,FALSE,,, -passport.n.02,sliceable,0,0,FALSE,,, -passport.n.02,slicer,0,0,FALSE,,, -passport.n.02,soakable,0,1,FALSE,,, -penny.n.02,liquid,0,0,FALSE,,, -penny.n.02,heatSource,0,0,FALSE,,, -penny.n.02,fireSource,0,0,FALSE,,, -penny.n.02,cookable,0,0,FALSE,,, -penny.n.02,coldSource,0,0,FALSE,,, -penny.n.02,sliceable,0,0,FALSE,,, -penny.n.02,slicer,1,0,FALSE,,, -penny.n.02,soakable,0,0,FALSE,,, -petfood.n.01,liquid,0,0,FALSE,,, -petfood.n.01,heatSource,0,0,FALSE,,, -petfood.n.01,fireSource,1,0,FALSE,,, -petfood.n.01,cookable,0,1,FALSE,,, -petfood.n.01,coldSource,0,0,FALSE,,, -petfood.n.01,sliceable,0,0,FALSE,,, -petfood.n.01,slicer,0,0,FALSE,,, -petfood.n.01,soakable,0,0,FALSE,,, -hair.n.04,liquid,0,0,FALSE,,, -hair.n.04,heatSource,0,0,FALSE,,, -hair.n.04,fireSource,0,0,FALSE,,, -hair.n.04,cookable,0,0,FALSE,,, -hair.n.04,coldSource,0,0,FALSE,,, -hair.n.04,sliceable,0,0,FALSE,,, -hair.n.04,slicer,0,0,FALSE,,, -hair.n.04,soakable,0,0,FALSE,,, -salsa.n.01,liquid,0,0,FALSE,,, -salsa.n.01,heatSource,1,0,FALSE,,, -salsa.n.01,fireSource,1,0,FALSE,,, -salsa.n.01,cookable,0,1,FALSE,,, -salsa.n.01,coldSource,0,0,FALSE,,, -salsa.n.01,sliceable,0,0,FALSE,,, -salsa.n.01,slicer,0,0,FALSE,,, -salsa.n.01,soakable,0,0,FALSE,,, -pinecone.n.01,liquid,0,0,FALSE,,, -pinecone.n.01,heatSource,0,0,FALSE,,, -pinecone.n.01,fireSource,0,0,FALSE,,, -pinecone.n.01,cookable,0,0,FALSE,,, -pinecone.n.01,coldSource,0,0,FALSE,,, -pinecone.n.01,sliceable,0,0,FALSE,,, -pinecone.n.01,slicer,0,0,FALSE,,, -pinecone.n.01,soakable,0,0,FALSE,,, -pipe_cleaner.n.01,liquid,0,0,FALSE,,, -pipe_cleaner.n.01,heatSource,0,0,FALSE,,, -pipe_cleaner.n.01,fireSource,0,0,FALSE,,, -pipe_cleaner.n.01,cookable,0,0,FALSE,,, -pipe_cleaner.n.01,coldSource,0,0,FALSE,,, -pipe_cleaner.n.01,sliceable,0,0,FALSE,,, -pipe_cleaner.n.01,slicer,1,0,FALSE,,, -pipe_cleaner.n.01,soakable,0,0,FALSE,,, -pita.n.01,liquid,0,0,FALSE,,, -pita.n.01,heatSource,0,0,FALSE,,, -pita.n.01,fireSource,1,0,FALSE,,, -pita.n.01,cookable,0,1,FALSE,,, -pita.n.01,coldSource,1,0,FALSE,,, -pita.n.01,sliceable,0,1,FALSE,,, -pita.n.01,slicer,1,0,FALSE,,, -pita.n.01,soakable,1,1,FALSE,,, -pitchfork.n.01,liquid,0,0,FALSE,,, -pitchfork.n.01,heatSource,0,0,FALSE,,, -pitchfork.n.01,fireSource,0,0,FALSE,,, -pitchfork.n.01,cookable,0,0,FALSE,,, -pitchfork.n.01,coldSource,0,0,FALSE,,, -pitchfork.n.01,sliceable,0,0,FALSE,,, -pitchfork.n.01,slicer,1,0,FALSE,,, -pitchfork.n.01,soakable,0,0,FALSE,,, -ice_lolly.n.01,liquid,0,0,FALSE,,, -ice_lolly.n.01,heatSource,0,0,FALSE,,, -ice_lolly.n.01,fireSource,0,0,FALSE,,, -ice_lolly.n.01,cookable,1,0,FALSE,,, -ice_lolly.n.01,coldSource,0,0,FALSE,,, -ice_lolly.n.01,sliceable,0,0,FALSE,,, -ice_lolly.n.01,slicer,0,0,FALSE,,, -ice_lolly.n.01,soakable,0,0,FALSE,,, -mushroom.n.01,liquid,0,0,FALSE,,, -mushroom.n.01,heatSource,0,0,FALSE,,, -mushroom.n.01,fireSource,1,0,FALSE,,, -mushroom.n.01,cookable,0,1,FALSE,,, -mushroom.n.01,coldSource,0,0,FALSE,,, -mushroom.n.01,sliceable,0,1,FALSE,,, -mushroom.n.01,slicer,0,0,FALSE,,, -mushroom.n.01,soakable,0,0,FALSE,,, -price_tag.n.01,liquid,0,0,FALSE,,, -price_tag.n.01,heatSource,0,0,FALSE,,, -price_tag.n.01,fireSource,0,0,FALSE,,, -price_tag.n.01,cookable,0,0,FALSE,,, -price_tag.n.01,coldSource,0,0,FALSE,,, -price_tag.n.01,sliceable,0,0,FALSE,,, -price_tag.n.01,slicer,1,0,FALSE,,, -price_tag.n.01,soakable,0,0,FALSE,,, -pumpkin_seed.n.01,liquid,0,0,FALSE,,, -pumpkin_seed.n.01,heatSource,0,0,FALSE,,, -pumpkin_seed.n.01,fireSource,1,0,FALSE,,, -pumpkin_seed.n.01,cookable,0,1,FALSE,,, -pumpkin_seed.n.01,coldSource,0,0,FALSE,,, -pumpkin_seed.n.01,sliceable,0,0,FALSE,,, -pumpkin_seed.n.01,slicer,0,0,FALSE,,, -pumpkin_seed.n.01,soakable,0,0,FALSE,,, -refried_beans.n.01,liquid,0,0,FALSE,,, -refried_beans.n.01,heatSource,0,0,FALSE,,, -refried_beans.n.01,fireSource,1,0,FALSE,,, -refried_beans.n.01,cookable,0,1,FALSE,,, -refried_beans.n.01,coldSource,0,0,FALSE,,, -refried_beans.n.01,sliceable,0,0,FALSE,,, -refried_beans.n.01,slicer,0,0,FALSE,,, -refried_beans.n.01,soakable,0,0,FALSE,,, -risotto.n.01,liquid,0,0,FALSE,,, -risotto.n.01,heatSource,0,0,FALSE,,, -risotto.n.01,fireSource,1,0,FALSE,,, -risotto.n.01,cookable,0,1,FALSE,,, -risotto.n.01,coldSource,1,0,FALSE,,, -risotto.n.01,sliceable,0,0,FALSE,,, -risotto.n.01,slicer,1,0,FALSE,,, -risotto.n.01,soakable,0,0,FALSE,,, -saffron.n.02,liquid,0,0,FALSE,,, -saffron.n.02,heatSource,0,0,FALSE,,, -saffron.n.02,fireSource,1,0,FALSE,,, -saffron.n.02,cookable,0,1,FALSE,,, -saffron.n.02,coldSource,0,0,FALSE,,, -saffron.n.02,sliceable,0,0,FALSE,,, -saffron.n.02,slicer,0,0,FALSE,,, -saffron.n.02,soakable,0,0,FALSE,,, -sage.n.02,liquid,0,0,FALSE,,, -sage.n.02,heatSource,0,0,FALSE,,, -sage.n.02,fireSource,1,0,FALSE,,, -sage.n.02,cookable,0,1,FALSE,,, -sage.n.02,coldSource,0,0,FALSE,,, -sage.n.02,sliceable,0,0,FALSE,,, -sage.n.02,slicer,0,0,FALSE,,, -sage.n.02,soakable,0,0,FALSE,,, -scotch.n.02,liquid,1,1,FALSE,,, -scotch.n.02,heatSource,0,0,FALSE,,, -scotch.n.02,fireSource,0,0,FALSE,,, -scotch.n.02,cookable,0,0,FALSE,,, -scotch.n.02,coldSource,1,0,FALSE,,, -scotch.n.02,sliceable,0,0,FALSE,,, -scotch.n.02,slicer,1,0,FALSE,,, -scotch.n.02,soakable,0,0,FALSE,,, -sediment.n.01,liquid,0,0,FALSE,,, -sediment.n.01,heatSource,0,0,FALSE,,, -sediment.n.01,fireSource,0,0,FALSE,,, -sediment.n.01,cookable,0,0,FALSE,,, -sediment.n.01,coldSource,0,0,FALSE,,, -sediment.n.01,sliceable,0,0,FALSE,,, -sediment.n.01,slicer,0,0,FALSE,,, -sediment.n.01,soakable,0,0,FALSE,,, -shaving_cream.n.01,liquid,0,0,FALSE,,, -shaving_cream.n.01,heatSource,0,0,FALSE,,, -shaving_cream.n.01,fireSource,0,0,FALSE,,, -shaving_cream.n.01,cookable,0,0,FALSE,,, -shaving_cream.n.01,coldSource,1,0,FALSE,,, -shaving_cream.n.01,sliceable,0,0,FALSE,,, -shaving_cream.n.01,slicer,0,0,FALSE,,, -shaving_cream.n.01,soakable,0,0,FALSE,,, -sirloin.n.01,liquid,0,0,FALSE,,, -sirloin.n.01,heatSource,0,0,FALSE,,, -sirloin.n.01,fireSource,1,0,FALSE,,, -sirloin.n.01,cookable,0,1,FALSE,,, -sirloin.n.01,coldSource,0,0,FALSE,,, -sirloin.n.01,sliceable,0,1,FALSE,,, -sirloin.n.01,slicer,0,0,FALSE,,, -sirloin.n.01,soakable,0,0,FALSE,,, -slacks.n.01,liquid,0,0,FALSE,,, -slacks.n.01,heatSource,0,0,FALSE,,, -slacks.n.01,fireSource,0,0,FALSE,,, -slacks.n.01,cookable,0,0,FALSE,,, -slacks.n.01,coldSource,0,0,FALSE,,, -slacks.n.01,sliceable,0,0,FALSE,,, -slacks.n.01,slicer,0,0,FALSE,,, -slacks.n.01,soakable,1,1,FALSE,,, -fire_alarm.n.02,liquid,0,0,FALSE,,, -fire_alarm.n.02,heatSource,0,0,FALSE,,, -fire_alarm.n.02,fireSource,0,0,FALSE,,, -fire_alarm.n.02,cookable,0,0,FALSE,,, -fire_alarm.n.02,coldSource,0,0,FALSE,,, -fire_alarm.n.02,sliceable,0,0,FALSE,,, -fire_alarm.n.02,slicer,1,0,FALSE,,, -fire_alarm.n.02,soakable,0,0,FALSE,,, -smoke_alarm.n.01,liquid,0,0,FALSE,,, -smoke_alarm.n.01,heatSource,0,0,FALSE,,, -smoke_alarm.n.01,fireSource,0,0,FALSE,,, -smoke_alarm.n.01,cookable,0,0,FALSE,,, -smoke_alarm.n.01,coldSource,0,0,FALSE,,, -smoke_alarm.n.01,sliceable,0,0,FALSE,,, -smoke_alarm.n.01,slicer,0,0,FALSE,,, -smoke_alarm.n.01,soakable,0,0,FALSE,,, -ski_boot.n.01,liquid,0,0,FALSE,,, -ski_boot.n.01,heatSource,0,0,FALSE,,, -ski_boot.n.01,fireSource,0,0,FALSE,,, -ski_boot.n.01,cookable,0,0,FALSE,,, -ski_boot.n.01,coldSource,0,0,FALSE,,, -ski_boot.n.01,sliceable,0,0,FALSE,,, -ski_boot.n.01,slicer,1,0,FALSE,,, -ski_boot.n.01,soakable,0,1,FALSE,,, -turf.n.01,liquid,0,0,FALSE,,, -turf.n.01,heatSource,0,0,FALSE,,, -turf.n.01,fireSource,0,0,FALSE,,, -turf.n.01,cookable,0,0,FALSE,,, -turf.n.01,coldSource,0,0,FALSE,,, -turf.n.01,sliceable,0,0,FALSE,,, -turf.n.01,slicer,0,0,FALSE,,, -turf.n.01,soakable,0,0,FALSE,,, -soup_bowl.n.01,liquid,0,0,FALSE,,, -soup_bowl.n.01,heatSource,0,0,FALSE,,, -soup_bowl.n.01,fireSource,0,0,FALSE,,, -soup_bowl.n.01,cookable,0,0,FALSE,,, -soup_bowl.n.01,coldSource,1,0,FALSE,,, -soup_bowl.n.01,sliceable,0,0,FALSE,,, -soup_bowl.n.01,slicer,0,0,FALSE,,, -soup_bowl.n.01,soakable,0,0,FALSE,,, -spark_plug.n.01,liquid,0,0,FALSE,,, -spark_plug.n.01,heatSource,0,0,FALSE,,, -spark_plug.n.01,fireSource,0,0,FALSE,,, -spark_plug.n.01,cookable,0,0,FALSE,,, -spark_plug.n.01,coldSource,0,0,FALSE,,, -spark_plug.n.01,sliceable,0,0,FALSE,,, -spark_plug.n.01,slicer,1,0,FALSE,,, -spark_plug.n.01,soakable,0,0,FALSE,,, -tap.n.06,liquid,0,0,FALSE,,, -tap.n.06,heatSource,0,0,FALSE,,, -tap.n.06,fireSource,0,0,FALSE,,, -tap.n.06,cookable,0,0,FALSE,,, -tap.n.06,coldSource,0,0,FALSE,,, -tap.n.06,sliceable,0,0,FALSE,,, -tap.n.06,slicer,0,0,FALSE,,, -tap.n.06,soakable,0,0,FALSE,,, -squid.n.01,liquid,0,0,FALSE,,, -squid.n.01,heatSource,0,0,FALSE,,, -squid.n.01,fireSource,1,0,FALSE,,, -squid.n.01,cookable,0,1,FALSE,,, -squid.n.01,coldSource,0,0,FALSE,,, -squid.n.01,sliceable,0,1,FALSE,,, -squid.n.01,slicer,0,0,FALSE,,, -squid.n.01,soakable,0,0,FALSE,,, -staple_gun.n.01,liquid,0,0,FALSE,,, -staple_gun.n.01,heatSource,0,0,FALSE,,, -staple_gun.n.01,fireSource,0,0,FALSE,,, -staple_gun.n.01,cookable,0,0,FALSE,,, -staple_gun.n.01,coldSource,0,0,FALSE,,, -staple_gun.n.01,sliceable,0,0,FALSE,,, -staple_gun.n.01,slicer,1,0,FALSE,,, -staple_gun.n.01,soakable,0,0,FALSE,,, -stencil.n.01,liquid,0,0,FALSE,,, -stencil.n.01,heatSource,0,0,FALSE,,, -stencil.n.01,fireSource,0,0,FALSE,,, -stencil.n.01,cookable,0,0,FALSE,,, -stencil.n.01,coldSource,0,0,FALSE,,, -stencil.n.01,sliceable,0,0,FALSE,,, -stencil.n.01,slicer,1,0,FALSE,,, -stencil.n.01,soakable,0,0,FALSE,,, -stereo.n.01,liquid,0,0,FALSE,,, -stereo.n.01,heatSource,0,0,FALSE,,, -stereo.n.01,fireSource,0,0,FALSE,,, -stereo.n.01,cookable,0,0,FALSE,,, -stereo.n.01,coldSource,0,0,FALSE,,, -stereo.n.01,sliceable,0,0,FALSE,,, -stereo.n.01,slicer,1,0,FALSE,,, -stereo.n.01,soakable,0,0,FALSE,,, -baby_buggy.n.01,liquid,0,0,FALSE,,, -baby_buggy.n.01,heatSource,0,0,FALSE,,, -baby_buggy.n.01,fireSource,0,0,FALSE,,, -baby_buggy.n.01,cookable,0,0,FALSE,,, -baby_buggy.n.01,coldSource,0,0,FALSE,,, -baby_buggy.n.01,sliceable,0,0,FALSE,,, -baby_buggy.n.01,slicer,0,0,FALSE,,, -baby_buggy.n.01,soakable,1,0,FALSE,,, -sunflower.n.01,liquid,0,0,FALSE,,, -sunflower.n.01,heatSource,0,0,FALSE,,, -sunflower.n.01,fireSource,0,0,FALSE,,, -sunflower.n.01,cookable,0,0,FALSE,,, -sunflower.n.01,coldSource,1,0,FALSE,,, -sunflower.n.01,sliceable,0,1,FALSE,,, -sunflower.n.01,slicer,1,0,FALSE,,, -sunflower.n.01,soakable,0,0,FALSE,,, -sport_utility.n.01,liquid,0,0,FALSE,,, -sport_utility.n.01,heatSource,0,0,FALSE,,, -sport_utility.n.01,fireSource,0,0,FALSE,,, -sport_utility.n.01,cookable,0,0,FALSE,,, -sport_utility.n.01,coldSource,0,0,FALSE,,, -sport_utility.n.01,sliceable,0,0,FALSE,,, -sport_utility.n.01,slicer,0,0,FALSE,,, -sport_utility.n.01,soakable,0,0,FALSE,,, -tackle.n.03,liquid,0,0,FALSE,,, -tackle.n.03,heatSource,0,0,FALSE,,, -tackle.n.03,fireSource,0,0,FALSE,,, -tackle.n.03,cookable,0,0,FALSE,,, -tackle.n.03,coldSource,0,0,FALSE,,, -tackle.n.03,sliceable,0,0,FALSE,,, -tackle.n.03,slicer,1,0,FALSE,,, -tackle.n.03,soakable,0,0,FALSE,,, -tenderloin.n.02,liquid,0,0,FALSE,,, -tenderloin.n.02,heatSource,0,0,FALSE,,, -tenderloin.n.02,fireSource,1,0,FALSE,,, -tenderloin.n.02,cookable,0,1,FALSE,,, -tenderloin.n.02,coldSource,0,0,FALSE,,, -tenderloin.n.02,sliceable,0,1,FALSE,,, -tenderloin.n.02,slicer,0,0,FALSE,,, -tenderloin.n.02,soakable,0,0,FALSE,,, -tequila.n.01,liquid,1,1,FALSE,,, -tequila.n.01,heatSource,0,0,FALSE,,, -tequila.n.01,fireSource,0,0,FALSE,,, -tequila.n.01,cookable,0,0,FALSE,,, -tequila.n.01,coldSource,1,0,FALSE,,, -tequila.n.01,sliceable,0,0,FALSE,,, -tequila.n.01,slicer,0,0,FALSE,,, -tequila.n.01,soakable,0,0,FALSE,,, -textbook.n.01,liquid,0,0,FALSE,,, -textbook.n.01,heatSource,0,0,FALSE,,, -textbook.n.01,fireSource,0,0,FALSE,,, -textbook.n.01,cookable,0,0,FALSE,,, -textbook.n.01,coldSource,0,0,FALSE,,, -textbook.n.01,sliceable,0,0,FALSE,,, -textbook.n.01,slicer,1,0,FALSE,,, -textbook.n.01,soakable,0,1,FALSE,,, -tortilla_chip.n.01,liquid,0,0,FALSE,,, -tortilla_chip.n.01,heatSource,0,0,FALSE,,, -tortilla_chip.n.01,fireSource,0,0,FALSE,,, -tortilla_chip.n.01,cookable,0,1,FALSE,,, -tortilla_chip.n.01,coldSource,0,0,FALSE,,, -tortilla_chip.n.01,sliceable,0,1,FALSE,,, -tortilla_chip.n.01,slicer,1,0,FALSE,,, -tortilla_chip.n.01,soakable,0,1,FALSE,,, -snack.n.01,liquid,0,0,FALSE,,, -snack.n.01,heatSource,0,0,FALSE,,, -snack.n.01,fireSource,1,0,FALSE,,, -snack.n.01,cookable,0,1,FALSE,,, -snack.n.01,coldSource,0,0,FALSE,,, -snack.n.01,sliceable,1,1,FALSE,,, -snack.n.01,slicer,0,0,FALSE,,, -snack.n.01,soakable,0,0,FALSE,,, -trap.n.01,liquid,0,0,FALSE,,, -trap.n.01,heatSource,0,0,FALSE,,, -trap.n.01,fireSource,0,0,FALSE,,, -trap.n.01,cookable,0,0,FALSE,,, -trap.n.01,coldSource,0,0,FALSE,,, -trap.n.01,sliceable,0,0,FALSE,,, -trap.n.01,slicer,0,0,FALSE,,, -trap.n.01,soakable,0,0,FALSE,,, -trimmer.n.02,liquid,0,0,FALSE,,, -trimmer.n.02,heatSource,0,0,FALSE,,, -trimmer.n.02,fireSource,0,0,FALSE,,, -trimmer.n.02,cookable,0,0,FALSE,,, -trimmer.n.02,coldSource,0,0,FALSE,,, -trimmer.n.02,sliceable,0,0,FALSE,,, -trimmer.n.02,slicer,1,1,FALSE,,, -trimmer.n.02,soakable,0,0,FALSE,,, -tuber.n.01,liquid,0,0,FALSE,,, -tuber.n.01,heatSource,0,0,FALSE,,, -tuber.n.01,fireSource,1,0,FALSE,,, -tuber.n.01,cookable,0,1,FALSE,,, -tuber.n.01,coldSource,0,0,FALSE,,, -tuber.n.01,sliceable,0,1,FALSE,,, -tuber.n.01,slicer,0,0,FALSE,,, -tuber.n.01,soakable,0,0,FALSE,,, -tulip.n.01,liquid,0,0,FALSE,,, -tulip.n.01,heatSource,0,0,FALSE,,, -tulip.n.01,fireSource,0,0,FALSE,,, -tulip.n.01,cookable,0,0,FALSE,,, -tulip.n.01,coldSource,0,0,FALSE,,, -tulip.n.01,sliceable,0,1,FALSE,,, -tulip.n.01,slicer,1,0,FALSE,,, -tulip.n.01,soakable,0,0,FALSE,,, -turmeric.n.02,liquid,0,0,FALSE,,, -turmeric.n.02,heatSource,0,0,FALSE,,, -turmeric.n.02,fireSource,1,0,FALSE,,, -turmeric.n.02,cookable,0,1,FALSE,,, -turmeric.n.02,coldSource,0,0,FALSE,,, -turmeric.n.02,sliceable,0,1,FALSE,,, -turmeric.n.02,slicer,0,0,FALSE,,, -turmeric.n.02,soakable,0,0,FALSE,,, -turtleneck.n.01,liquid,0,0,FALSE,,, -turtleneck.n.01,heatSource,0,0,FALSE,,, -turtleneck.n.01,fireSource,0,0,FALSE,,, -turtleneck.n.01,cookable,0,0,FALSE,,, -turtleneck.n.01,coldSource,0,0,FALSE,,, -turtleneck.n.01,sliceable,0,0,FALSE,,, -turtleneck.n.01,slicer,0,0,FALSE,,, -turtleneck.n.01,soakable,1,1,FALSE,,, -varnish.n.01,liquid,0,1,FALSE,,, -varnish.n.01,heatSource,0,0,FALSE,,, -varnish.n.01,fireSource,0,0,FALSE,,, -varnish.n.01,cookable,0,0,FALSE,,, -varnish.n.01,coldSource,1,0,FALSE,,, -varnish.n.01,sliceable,0,0,FALSE,,, -varnish.n.01,slicer,1,0,FALSE,,, -varnish.n.01,soakable,0,0,FALSE,,, -wagon.n.04,liquid,0,0,FALSE,,, -wagon.n.04,heatSource,0,0,FALSE,,, -wagon.n.04,fireSource,0,0,FALSE,,, -wagon.n.04,cookable,0,0,FALSE,,, -wagon.n.04,coldSource,0,0,FALSE,,, -wagon.n.04,sliceable,0,0,FALSE,,, -wagon.n.04,slicer,1,0,FALSE,,, -wagon.n.04,soakable,0,0,FALSE,,, -wallpaper.n.01,liquid,0,0,FALSE,,, -wallpaper.n.01,heatSource,0,0,FALSE,,, -wallpaper.n.01,fireSource,0,0,FALSE,,, -wallpaper.n.01,cookable,0,0,FALSE,,, -wallpaper.n.01,coldSource,0,0,FALSE,,, -wallpaper.n.01,sliceable,0,0,FALSE,,, -wallpaper.n.01,slicer,0,0,FALSE,,, -wallpaper.n.01,soakable,0,1,FALSE,,, -pepper.n.01,liquid,0,0,FALSE,,, -pepper.n.01,heatSource,0,0,FALSE,,, -pepper.n.01,fireSource,1,0,FALSE,,, -pepper.n.01,cookable,0,1,FALSE,,, -pepper.n.01,coldSource,0,0,FALSE,,, -pepper.n.01,sliceable,0,1,FALSE,,, -pepper.n.01,slicer,0,0,FALSE,,, -pepper.n.01,soakable,0,0,FALSE,,, -wine_bottle.n.0,liquid,0,0,FALSE,,, -wine_bottle.n.0,heatSource,0,0,FALSE,,, -wine_bottle.n.0,fireSource,0,0,FALSE,,, -wine_bottle.n.0,cookable,0,0,FALSE,,, -wine_bottle.n.0,coldSource,1,0,FALSE,,, -wine_bottle.n.0,sliceable,0,0,FALSE,,, -wine_bottle.n.0,slicer,0,0,FALSE,,, -wine_bottle.n.0,soakable,0,0,FALSE,,, -air_conditioner.n.01,liquid,0,0,FALSE,,, -air_conditioner.n.01,heatSource,0,1,FALSE,,, -air_conditioner.n.01,fireSource,0,0,FALSE,,, -air_conditioner.n.01,cookable,1,0,FALSE,,, -air_conditioner.n.01,coldSource,0,1,TRUE,16,"https://dunckleeinc.com/what-outside-temperature-is-too-cold-for-air-conditioner/#:~:text=Each%20air%20conditioner%2C%20regardless%20of,be%20below%2060%20degrees%20Fahrenheit.&text=The%20unit's%20inner%20coils%20will,ultimately%20damage%20the%20air%20conditioner.", -air_conditioner.n.01,sliceable,0,0,FALSE,,, -air_conditioner.n.01,slicer,1,0,FALSE,,, -air_conditioner.n.01,soakable,0,0,FALSE,,, -garlic_bread.n.01,liquid,0,0,FALSE,,, -garlic_bread.n.01,heatSource,1,0,FALSE,,, -garlic_bread.n.01,fireSource,1,0,FALSE,,, -garlic_bread.n.01,cookable,0,1,FALSE,,, -garlic_bread.n.01,coldSource,0,0,FALSE,,, -garlic_bread.n.01,sliceable,0,1,FALSE,,, -garlic_bread.n.01,slicer,1,0,FALSE,,, -garlic_bread.n.01,soakable,0,0,FALSE,,, -gas_tank.n.01,liquid,0,0,FALSE,,, -gas_tank.n.01,heatSource,0,0,FALSE,,, -gas_tank.n.01,fireSource,0,0,FALSE,,, -gas_tank.n.01,cookable,0,0,FALSE,,, -gas_tank.n.01,coldSource,1,0,FALSE,,, -gas_tank.n.01,sliceable,0,0,FALSE,,, -gas_tank.n.01,slicer,1,0,FALSE,,, -gas_tank.n.01,soakable,0,0,FALSE,,, -gauge.n.01,liquid,0,0,FALSE,,, -gauge.n.01,heatSource,0,0,FALSE,,, -gauge.n.01,fireSource,0,0,FALSE,,, -gauge.n.01,cookable,0,0,FALSE,,, -gauge.n.01,coldSource,1,0,FALSE,,, -gauge.n.01,sliceable,0,0,FALSE,,, -gauge.n.01,slicer,1,0,FALSE,,, -gauge.n.01,soakable,0,0,FALSE,,, -gelatin.n.02,liquid,0,0,FALSE,,, -gelatin.n.02,heatSource,0,0,FALSE,,, -gelatin.n.02,fireSource,1,0,FALSE,,, -gelatin.n.02,cookable,0,1,FALSE,,, -gelatin.n.02,coldSource,0,0,FALSE,,, -gelatin.n.02,sliceable,0,1,FALSE,,, -gelatin.n.02,slicer,0,0,FALSE,,, -gelatin.n.02,soakable,1,0,FALSE,,, -party_favor.n.01,liquid,0,0,FALSE,,, -party_favor.n.01,heatSource,0,0,FALSE,,, -party_favor.n.01,fireSource,0,0,FALSE,,, -party_favor.n.01,cookable,0,0,FALSE,,, -party_favor.n.01,coldSource,0,0,FALSE,,, -party_favor.n.01,sliceable,0,0,FALSE,,, -party_favor.n.01,slicer,0,0,FALSE,,, -party_favor.n.01,soakable,0,0,FALSE,,, -goblet.n.01,liquid,0,0,FALSE,,, -goblet.n.01,heatSource,0,0,FALSE,,, -goblet.n.01,fireSource,0,0,FALSE,,, -goblet.n.01,cookable,0,0,FALSE,,, -goblet.n.01,coldSource,1,0,FALSE,,, -goblet.n.01,sliceable,0,0,FALSE,,, -goblet.n.01,slicer,1,0,FALSE,,, -goblet.n.01,soakable,0,0,FALSE,,, -golf_club.n.02,liquid,0,0,FALSE,,, -golf_club.n.02,heatSource,0,0,FALSE,,, -golf_club.n.02,fireSource,0,0,FALSE,,, -golf_club.n.02,cookable,0,0,FALSE,,, -golf_club.n.02,coldSource,0,0,FALSE,,, -golf_club.n.02,sliceable,0,0,FALSE,,, -golf_club.n.02,slicer,0,0,FALSE,,, -golf_club.n.02,soakable,0,0,FALSE,,, -grapefruit.n.02,liquid,0,0,FALSE,,, -grapefruit.n.02,heatSource,0,0,FALSE,,, -grapefruit.n.02,fireSource,0,0,FALSE,,, -grapefruit.n.02,cookable,0,1,FALSE,,, -grapefruit.n.02,coldSource,0,0,FALSE,,, -grapefruit.n.02,sliceable,0,1,FALSE,,, -grapefruit.n.02,slicer,0,0,FALSE,,, -grapefruit.n.02,soakable,0,0,FALSE,,, -coffee_grounds.n.01,liquid,0,0,FALSE,,, -coffee_grounds.n.01,heatSource,0,0,FALSE,,, -coffee_grounds.n.01,fireSource,0,0,FALSE,,, -coffee_grounds.n.01,cookable,0,1,FALSE,,, -coffee_grounds.n.01,coldSource,0,0,FALSE,,, -coffee_grounds.n.01,sliceable,0,0,FALSE,,, -coffee_grounds.n.01,slicer,0,0,FALSE,,, -coffee_grounds.n.01,soakable,0,0,FALSE,,, -powdered_ginger.n.01,liquid,0,0,FALSE,,, -powdered_ginger.n.01,heatSource,0,0,FALSE,,, -powdered_ginger.n.01,fireSource,0,0,FALSE,,, -powdered_ginger.n.01,cookable,0,1,FALSE,,, -powdered_ginger.n.01,coldSource,0,0,FALSE,,, -powdered_ginger.n.01,sliceable,0,0,FALSE,,, -powdered_ginger.n.01,slicer,0,0,FALSE,,, -powdered_ginger.n.01,soakable,0,0,FALSE,,, -gun.n.01,liquid,0,0,FALSE,,, -gun.n.01,heatSource,0,0,FALSE,,, -gun.n.01,fireSource,0,0,FALSE,,, -gun.n.01,cookable,0,0,FALSE,,, -gun.n.01,coldSource,0,0,FALSE,,, -gun.n.01,sliceable,0,0,FALSE,,, -gun.n.01,slicer,1,0,FALSE,,, -gun.n.01,soakable,0,0,FALSE,,, -action_mechanism.n.01,liquid,0,0,FALSE,,, -action_mechanism.n.01,heatSource,0,0,FALSE,,, -action_mechanism.n.01,fireSource,0,0,FALSE,,, -action_mechanism.n.01,cookable,0,0,FALSE,,, -action_mechanism.n.01,coldSource,0,0,FALSE,,, -action_mechanism.n.01,sliceable,0,0,FALSE,,, -action_mechanism.n.01,slicer,0,0,FALSE,,, -action_mechanism.n.01,soakable,0,0,FALSE,,, -handkerchief.n.01,liquid,0,0,FALSE,,, -handkerchief.n.01,heatSource,0,0,FALSE,,, -handkerchief.n.01,fireSource,0,0,FALSE,,, -handkerchief.n.01,cookable,0,0,FALSE,,, -handkerchief.n.01,coldSource,0,0,FALSE,,, -handkerchief.n.01,sliceable,0,0,FALSE,,, -handkerchief.n.01,slicer,0,0,FALSE,,, -handkerchief.n.01,soakable,1,1,FALSE,,, -harness.n.01,liquid,0,0,FALSE,,, -harness.n.01,heatSource,0,0,FALSE,,, -harness.n.01,fireSource,0,0,FALSE,,, -harness.n.01,cookable,0,0,FALSE,,, -harness.n.01,coldSource,0,0,FALSE,,, -harness.n.01,sliceable,0,0,FALSE,,, -harness.n.01,slicer,0,0,FALSE,,, -harness.n.01,soakable,0,0,FALSE,,, -home_fries.n.01,liquid,0,0,FALSE,,, -home_fries.n.01,heatSource,1,0,FALSE,,, -home_fries.n.01,fireSource,1,0,FALSE,,, -home_fries.n.01,cookable,0,1,FALSE,,, -home_fries.n.01,coldSource,0,0,FALSE,,, -home_fries.n.01,sliceable,0,1,FALSE,,, -home_fries.n.01,slicer,1,0,FALSE,,, -home_fries.n.01,soakable,0,0,FALSE,,, -hay.n.01,liquid,0,0,FALSE,,, -hay.n.01,heatSource,0,0,FALSE,,, -hay.n.01,fireSource,0,0,FALSE,,, -hay.n.01,cookable,0,0,FALSE,,, -hay.n.01,coldSource,0,0,FALSE,,, -hay.n.01,sliceable,0,0,FALSE,,, -hay.n.01,slicer,0,0,FALSE,,, -hay.n.01,soakable,0,1,FALSE,,, -hockey_stick.n.01,liquid,0,0,FALSE,,, -hockey_stick.n.01,heatSource,0,0,FALSE,,, -hockey_stick.n.01,fireSource,0,0,FALSE,,, -hockey_stick.n.01,cookable,0,0,FALSE,,, -hockey_stick.n.01,coldSource,0,0,FALSE,,, -hockey_stick.n.01,sliceable,0,0,FALSE,,, -hockey_stick.n.01,slicer,1,0,FALSE,,, -hockey_stick.n.01,soakable,0,0,FALSE,,, -holly.n.01,liquid,0,0,FALSE,,, -holly.n.01,heatSource,0,0,FALSE,,, -holly.n.01,fireSource,0,0,FALSE,,, -holly.n.01,cookable,0,0,FALSE,,, -holly.n.01,coldSource,0,0,FALSE,,, -holly.n.01,sliceable,0,1,FALSE,,, -holly.n.01,slicer,0,0,FALSE,,, -holly.n.01,soakable,0,0,FALSE,,, -sweatshirt.n.01,liquid,0,0,FALSE,,, -sweatshirt.n.01,heatSource,0,0,FALSE,,, -sweatshirt.n.01,fireSource,0,0,FALSE,,, -sweatshirt.n.01,cookable,0,0,FALSE,,, -sweatshirt.n.01,coldSource,0,0,FALSE,,, -sweatshirt.n.01,sliceable,0,0,FALSE,,, -sweatshirt.n.01,slicer,1,0,FALSE,,, -sweatshirt.n.01,soakable,1,1,FALSE,,, -ice_maker.n.01,liquid,0,0,FALSE,,, -ice_maker.n.01,heatSource,0,0,FALSE,,, -ice_maker.n.01,fireSource,0,0,FALSE,,, -ice_maker.n.01,cookable,1,0,FALSE,,, -ice_maker.n.01,coldSource,0,1,TRUE,-8.9,https://products.geappliances.com/appliance/gea-support-search-content?contentId=39364, -ice_maker.n.01,sliceable,0,0,FALSE,,, -ice_maker.n.01,slicer,1,0,FALSE,,, -ice_maker.n.01,soakable,0,0,FALSE,,, -musical_instrument.n.01,liquid,0,0,FALSE,,, -musical_instrument.n.01,heatSource,0,0,FALSE,,, -musical_instrument.n.01,fireSource,0,0,FALSE,,, -musical_instrument.n.01,cookable,0,0,FALSE,,, -musical_instrument.n.01,coldSource,0,0,FALSE,,, -musical_instrument.n.01,sliceable,0,0,FALSE,,, -musical_instrument.n.01,slicer,0,0,FALSE,,, -musical_instrument.n.01,soakable,0,0,FALSE,,, -mobile_phone.n.01,liquid,0,0,FALSE,,, -mobile_phone.n.01,heatSource,0,0,FALSE,,, -mobile_phone.n.01,fireSource,0,0,FALSE,,, -mobile_phone.n.01,cookable,0,0,FALSE,,, -mobile_phone.n.01,coldSource,0,0,FALSE,,, -mobile_phone.n.01,sliceable,0,0,FALSE,,, -mobile_phone.n.01,slicer,1,0,FALSE,,, -mobile_phone.n.01,soakable,1,0,FALSE,,, -isopropyl_alcohol.n.01,liquid,1,1,FALSE,,, -isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,cookable,0,0,FALSE,,, -isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,, -isopropyl_alcohol.n.01,slicer,0,0,FALSE,,, -isopropyl_alcohol.n.01,soakable,0,0,FALSE,,, -kayak.n.01,liquid,0,0,FALSE,,, -kayak.n.01,heatSource,0,0,FALSE,,, -kayak.n.01,fireSource,0,0,FALSE,,, -kayak.n.01,cookable,0,0,FALSE,,, -kayak.n.01,coldSource,0,0,FALSE,,, -kayak.n.01,sliceable,0,0,FALSE,,, -kayak.n.01,slicer,1,0,FALSE,,, -kayak.n.01,soakable,0,0,FALSE,,, -booth.n.02,liquid,0,0,FALSE,,, -booth.n.02,heatSource,0,0,FALSE,,, -booth.n.02,fireSource,0,0,FALSE,,, -booth.n.02,cookable,0,0,FALSE,,, -booth.n.02,coldSource,0,0,FALSE,,, -booth.n.02,sliceable,0,0,FALSE,,, -booth.n.02,slicer,1,0,FALSE,,, -booth.n.02,soakable,0,0,FALSE,,, -laminate.n.01,liquid,0,0,FALSE,,, -laminate.n.01,heatSource,0,0,FALSE,,, -laminate.n.01,fireSource,0,0,FALSE,,, -laminate.n.01,cookable,0,0,FALSE,,, -laminate.n.01,coldSource,0,0,FALSE,,, -laminate.n.01,sliceable,0,0,FALSE,,, -laminate.n.01,slicer,1,0,FALSE,,, -laminate.n.01,soakable,1,1,FALSE,,, -lampshade.n.01,liquid,0,0,FALSE,,, -lampshade.n.01,heatSource,0,0,FALSE,,, -lampshade.n.01,fireSource,0,0,FALSE,,, -lampshade.n.01,cookable,0,0,FALSE,,, -lampshade.n.01,coldSource,0,0,FALSE,,, -lampshade.n.01,sliceable,0,0,FALSE,,, -lampshade.n.01,slicer,1,0,FALSE,,, -lampshade.n.01,soakable,0,1,FALSE,,, -lavender.n.01,liquid,0,0,FALSE,,, -lavender.n.01,heatSource,0,0,FALSE,,, -lavender.n.01,fireSource,0,0,FALSE,,, -lavender.n.01,cookable,0,1,FALSE,,, -lavender.n.01,coldSource,0,0,FALSE,,, -lavender.n.01,sliceable,0,0,FALSE,,, -lavender.n.01,slicer,0,0,FALSE,,, -lavender.n.01,soakable,0,0,FALSE,,, -spike_lavender.n.01,liquid,0,0,FALSE,,, -spike_lavender.n.01,heatSource,0,0,FALSE,,, -spike_lavender.n.01,fireSource,0,0,FALSE,,, -spike_lavender.n.01,cookable,0,1,FALSE,,, -spike_lavender.n.01,coldSource,0,0,FALSE,,, -spike_lavender.n.01,sliceable,0,0,FALSE,,, -spike_lavender.n.01,slicer,0,0,FALSE,,, -spike_lavender.n.01,soakable,0,0,FALSE,,, -soft_drink.n.01,liquid,1,1,FALSE,,, -soft_drink.n.01,heatSource,0,0,FALSE,,, -soft_drink.n.01,fireSource,0,0,FALSE,,, -soft_drink.n.01,cookable,1,1,FALSE,,, -soft_drink.n.01,coldSource,0,0,FALSE,,, -soft_drink.n.01,sliceable,0,0,FALSE,,, -soft_drink.n.01,slicer,0,0,FALSE,,, -soft_drink.n.01,soakable,0,0,FALSE,,, -limestone.n.01,liquid,0,0,FALSE,,, -limestone.n.01,heatSource,0,0,FALSE,,, -limestone.n.01,fireSource,0,0,FALSE,,, -limestone.n.01,cookable,0,0,FALSE,,, -limestone.n.01,coldSource,0,0,FALSE,,, -limestone.n.01,sliceable,0,0,FALSE,,, -limestone.n.01,slicer,0,0,FALSE,,, -limestone.n.01,soakable,0,0,FALSE,,, -linseed_oil.n.01,liquid,0,0,FALSE,,, -linseed_oil.n.01,heatSource,0,0,FALSE,,, -linseed_oil.n.01,fireSource,0,1,FALSE,,, -linseed_oil.n.01,cookable,0,0,FALSE,,, -linseed_oil.n.01,coldSource,0,0,FALSE,,, -linseed_oil.n.01,sliceable,0,0,FALSE,,, -linseed_oil.n.01,slicer,0,0,FALSE,,, -linseed_oil.n.01,soakable,0,0,FALSE,,, -bait.n.01,liquid,1,0,FALSE,,, -bait.n.01,heatSource,0,0,FALSE,,, -bait.n.01,fireSource,1,0,FALSE,,, -bait.n.01,cookable,0,0,FALSE,,, -bait.n.01,coldSource,1,0,FALSE,,, -bait.n.01,sliceable,0,0,FALSE,,, -bait.n.01,slicer,0,0,FALSE,,, -bait.n.01,soakable,1,0,FALSE,,, -macaroni.n.02,liquid,0,0,FALSE,,, -macaroni.n.02,heatSource,0,0,FALSE,,, -macaroni.n.02,fireSource,1,0,FALSE,,, -macaroni.n.02,cookable,0,1,FALSE,,, -macaroni.n.02,coldSource,0,0,FALSE,,, -macaroni.n.02,sliceable,0,1,FALSE,,, -macaroni.n.02,slicer,0,0,FALSE,,, -macaroni.n.02,soakable,0,1,FALSE,,, -map.n.01,liquid,0,0,FALSE,,, -map.n.01,heatSource,0,0,FALSE,,, -map.n.01,fireSource,0,0,FALSE,,, -map.n.01,cookable,0,0,FALSE,,, -map.n.01,coldSource,0,0,FALSE,,, -map.n.01,sliceable,0,0,FALSE,,, -map.n.01,slicer,1,0,FALSE,,, -map.n.01,soakable,1,1,FALSE,,, -green_tea.n.01,liquid,0,1,FALSE,,, -green_tea.n.01,heatSource,0,0,FALSE,,, -green_tea.n.01,fireSource,0,0,FALSE,,, -green_tea.n.01,cookable,0,1,FALSE,,, -green_tea.n.01,coldSource,0,0,FALSE,,, -green_tea.n.01,sliceable,0,0,FALSE,,, -green_tea.n.01,slicer,0,0,FALSE,,, -green_tea.n.01,soakable,0,0,FALSE,,, -mattress_cover.n.01,liquid,0,0,FALSE,,, -mattress_cover.n.01,heatSource,0,0,FALSE,,, -mattress_cover.n.01,fireSource,0,0,FALSE,,, -mattress_cover.n.01,cookable,0,0,FALSE,,, -mattress_cover.n.01,coldSource,0,0,FALSE,,, -mattress_cover.n.01,sliceable,0,0,FALSE,,, -mattress_cover.n.01,slicer,0,0,FALSE,,, -mattress_cover.n.01,soakable,1,1,FALSE,,, -meringue.n.01,liquid,0,0,FALSE,,, -meringue.n.01,heatSource,0,0,FALSE,,, -meringue.n.01,fireSource,1,0,FALSE,,, -meringue.n.01,cookable,0,1,FALSE,,, -meringue.n.01,coldSource,0,0,FALSE,,, -meringue.n.01,sliceable,0,1,FALSE,,, -meringue.n.01,slicer,1,0,FALSE,,, -meringue.n.01,soakable,1,0,FALSE,,, -mixing_bowl.n.01,liquid,0,0,FALSE,,, -mixing_bowl.n.01,heatSource,0,0,FALSE,,, -mixing_bowl.n.01,fireSource,0,0,FALSE,,, -mixing_bowl.n.01,cookable,0,0,FALSE,,, -mixing_bowl.n.01,coldSource,1,0,FALSE,,, -mixing_bowl.n.01,sliceable,0,0,FALSE,,, -mixing_bowl.n.01,slicer,1,0,FALSE,,, -mixing_bowl.n.01,soakable,0,0,FALSE,,, -cocktail.n.01,liquid,1,1,FALSE,,, -cocktail.n.01,heatSource,0,0,FALSE,,, -cocktail.n.01,fireSource,0,0,FALSE,,, -cocktail.n.01,cookable,0,0,FALSE,,, -cocktail.n.01,coldSource,1,0,FALSE,,, -cocktail.n.01,sliceable,0,0,FALSE,,, -cocktail.n.01,slicer,1,0,FALSE,,, -cocktail.n.01,soakable,0,0,FALSE,,, -mountain_bike.n.01,liquid,0,0,FALSE,,, -mountain_bike.n.01,heatSource,0,0,FALSE,,, -mountain_bike.n.01,fireSource,0,0,FALSE,,, -mountain_bike.n.01,cookable,0,0,FALSE,,, -mountain_bike.n.01,coldSource,0,0,FALSE,,, -mountain_bike.n.01,sliceable,0,0,FALSE,,, -mountain_bike.n.01,slicer,0,0,FALSE,,, -mountain_bike.n.01,soakable,0,0,FALSE,,, -mouthpiece.n.06,liquid,0,0,FALSE,,, -mouthpiece.n.06,heatSource,0,0,FALSE,,, -mouthpiece.n.06,fireSource,0,0,FALSE,,, -mouthpiece.n.06,cookable,0,0,FALSE,,, -mouthpiece.n.06,coldSource,0,0,FALSE,,, -mouthpiece.n.06,sliceable,0,0,FALSE,,, -mouthpiece.n.06,slicer,0,0,FALSE,,, -mouthpiece.n.06,soakable,0,0,FALSE,,, -nail_polish.n.01,liquid,1,1,FALSE,,, -nail_polish.n.01,heatSource,0,0,FALSE,,, -nail_polish.n.01,fireSource,0,1,FALSE,,, -nail_polish.n.01,cookable,0,0,FALSE,,, -nail_polish.n.01,coldSource,1,0,FALSE,,, -nail_polish.n.01,sliceable,0,0,FALSE,,, -nail_polish.n.01,slicer,0,0,FALSE,,, -nail_polish.n.01,soakable,0,0,FALSE,,, -fire_extinguisher.n.01,liquid,0,0,FALSE,,, -fire_extinguisher.n.01,heatSource,0,0,FALSE,,, -fire_extinguisher.n.01,fireSource,0,0,FALSE,,, -fire_extinguisher.n.01,cookable,0,0,FALSE,,, -fire_extinguisher.n.01,coldSource,0,0,FALSE,,, -fire_extinguisher.n.01,sliceable,0,0,FALSE,,, -fire_extinguisher.n.01,slicer,1,0,FALSE,,, -fire_extinguisher.n.01,soakable,0,0,FALSE,,, -fire_pit.n.01,liquid,0,0,FALSE,,, -fire_pit.n.01,heatSource,1,1,FALSE,,, -fire_pit.n.01,fireSource,0,0,FALSE,,, -fire_pit.n.01,cookable,0,0,FALSE,,, -fire_pit.n.01,coldSource,0,0,FALSE,,, -fire_pit.n.01,sliceable,0,0,FALSE,,, -fire_pit.n.01,slicer,0,0,FALSE,,, -fire_pit.n.01,soakable,0,0,FALSE,,, -fish_knife.n.01,liquid,0,0,FALSE,,, -fish_knife.n.01,heatSource,0,0,FALSE,,, -fish_knife.n.01,fireSource,0,0,FALSE,,, -fish_knife.n.01,cookable,0,0,FALSE,,, -fish_knife.n.01,coldSource,0,0,FALSE,,, -fish_knife.n.01,sliceable,0,0,FALSE,,, -fish_knife.n.01,slicer,0,1,FALSE,,, -fish_knife.n.01,soakable,0,0,FALSE,,, -flag.n.01,liquid,0,0,FALSE,,, -flag.n.01,heatSource,0,0,FALSE,,, -flag.n.01,fireSource,0,0,FALSE,,, -flag.n.01,cookable,0,0,FALSE,,, -flag.n.01,coldSource,1,0,FALSE,,, -flag.n.01,sliceable,0,0,FALSE,,, -flag.n.01,slicer,1,0,FALSE,,, -flag.n.01,soakable,1,1,FALSE,,, -drug.n.01,liquid,0,0,FALSE,,, -drug.n.01,heatSource,0,0,FALSE,,, -drug.n.01,fireSource,1,0,FALSE,,, -drug.n.01,cookable,0,0,FALSE,,, -drug.n.01,coldSource,1,0,FALSE,,, -drug.n.01,sliceable,0,0,FALSE,,, -drug.n.01,slicer,0,0,FALSE,,, -drug.n.01,soakable,0,0,FALSE,,, -dumpling.n.02,liquid,0,0,FALSE,,, -dumpling.n.02,heatSource,0,0,FALSE,,, -dumpling.n.02,fireSource,1,0,FALSE,,, -dumpling.n.02,cookable,0,1,FALSE,,, -dumpling.n.02,coldSource,1,0,FALSE,,, -dumpling.n.02,sliceable,0,1,FALSE,,, -dumpling.n.02,slicer,0,0,FALSE,,, -dumpling.n.02,soakable,1,0,FALSE,,, -circuit.n.01,liquid,0,0,FALSE,,, -circuit.n.01,heatSource,0,0,FALSE,,, -circuit.n.01,fireSource,0,0,FALSE,,, -circuit.n.01,cookable,0,0,FALSE,,, -circuit.n.01,coldSource,0,0,FALSE,,, -circuit.n.01,sliceable,0,1,FALSE,,, -circuit.n.01,slicer,1,0,FALSE,,, -circuit.n.01,soakable,0,0,FALSE,,, -enchilada.n.01,liquid,0,0,FALSE,,, -enchilada.n.01,heatSource,0,0,FALSE,,, -enchilada.n.01,fireSource,1,0,FALSE,,, -enchilada.n.01,cookable,0,1,FALSE,,, -enchilada.n.01,coldSource,0,0,FALSE,,, -enchilada.n.01,sliceable,0,1,FALSE,,, -enchilada.n.01,slicer,0,0,FALSE,,, -enchilada.n.01,soakable,1,0,FALSE,,, -magnesium_sulfate.n.01,liquid,0,0,FALSE,,, -magnesium_sulfate.n.01,heatSource,0,0,FALSE,,, -magnesium_sulfate.n.01,fireSource,0,0,FALSE,,, -magnesium_sulfate.n.01,cookable,0,0,FALSE,,, -magnesium_sulfate.n.01,coldSource,0,0,FALSE,,, -magnesium_sulfate.n.01,sliceable,0,0,FALSE,,, -magnesium_sulfate.n.01,slicer,0,0,FALSE,,, -magnesium_sulfate.n.01,soakable,0,0,FALSE,,, -wheat.n.02,liquid,0,0,FALSE,,, -wheat.n.02,heatSource,0,0,FALSE,,, -wheat.n.02,fireSource,1,0,FALSE,,, -wheat.n.02,cookable,0,1,FALSE,,, -wheat.n.02,coldSource,0,0,FALSE,,, -wheat.n.02,sliceable,0,1,FALSE,,, -wheat.n.02,slicer,0,0,FALSE,,, -wheat.n.02,soakable,0,0,FALSE,,, -fastener.n.02,liquid,0,0,FALSE,,, -fastener.n.02,heatSource,0,0,FALSE,,, -fastener.n.02,fireSource,0,0,FALSE,,, -fastener.n.02,cookable,0,0,FALSE,,, -fastener.n.02,coldSource,0,0,FALSE,,, -fastener.n.02,sliceable,0,0,FALSE,,, -fastener.n.02,slicer,0,0,FALSE,,, -fastener.n.02,soakable,0,0,FALSE,,, -common_bean.n.02,liquid,0,0,FALSE,,, -common_bean.n.02,heatSource,0,0,FALSE,,, -common_bean.n.02,fireSource,1,0,FALSE,,, -common_bean.n.02,cookable,0,1,FALSE,,, -common_bean.n.02,coldSource,0,0,FALSE,,, -common_bean.n.02,sliceable,0,0,FALSE,,, -common_bean.n.02,slicer,0,0,FALSE,,, -common_bean.n.02,soakable,0,0,FALSE,,, -dried_fruit.n.01,liquid,0,0,FALSE,,, -dried_fruit.n.01,heatSource,0,0,FALSE,,, -dried_fruit.n.01,fireSource,1,0,FALSE,,, -dried_fruit.n.01,cookable,0,1,FALSE,,, -dried_fruit.n.01,coldSource,0,0,FALSE,,, -dried_fruit.n.01,sliceable,0,1,FALSE,,, -dried_fruit.n.01,slicer,0,0,FALSE,,, -dried_fruit.n.01,soakable,0,0,FALSE,,, -herb.n.02,liquid,0,0,FALSE,,, -herb.n.02,heatSource,0,0,FALSE,,, -herb.n.02,fireSource,1,0,FALSE,,, -herb.n.02,cookable,0,1,FALSE,,, -herb.n.02,coldSource,0,0,FALSE,,, -herb.n.02,sliceable,0,0,FALSE,,, -herb.n.02,slicer,0,0,FALSE,,, -herb.n.02,soakable,0,0,FALSE,,, -wheel.n.01,liquid,0,0,FALSE,,, -wheel.n.01,heatSource,0,0,FALSE,,, -wheel.n.01,fireSource,0,0,FALSE,,, -wheel.n.01,cookable,0,0,FALSE,,, -wheel.n.01,coldSource,0,0,FALSE,,, -wheel.n.01,sliceable,0,0,FALSE,,, -wheel.n.01,slicer,0,0,FALSE,,, -wheel.n.01,soakable,0,0,FALSE,,, -can.n.01,liquid,0,0,FALSE,,, -can.n.01,heatSource,0,0,FALSE,,, -can.n.01,fireSource,0,0,FALSE,,, -can.n.01,cookable,0,0,FALSE,,, -can.n.01,coldSource,0,0,FALSE,,, -can.n.01,sliceable,0,0,FALSE,,, -can.n.01,slicer,1,0,FALSE,,, -can.n.01,soakable,0,0,FALSE,,, -flavorer.n.01,liquid,0,0,FALSE,,, -flavorer.n.01,heatSource,0,0,FALSE,,, -flavorer.n.01,fireSource,1,0,FALSE,,, -flavorer.n.01,cookable,0,1,FALSE,,, -flavorer.n.01,coldSource,0,0,FALSE,,, -flavorer.n.01,sliceable,0,0,FALSE,,, -flavorer.n.01,slicer,0,0,FALSE,,, -flavorer.n.01,soakable,0,0,FALSE,,, -shell.n.02,liquid,0,0,FALSE,,, -shell.n.02,heatSource,0,0,FALSE,,, -shell.n.02,fireSource,0,0,FALSE,,, -shell.n.02,cookable,0,0,FALSE,,, -shell.n.02,coldSource,0,0,FALSE,,, -shell.n.02,sliceable,0,0,FALSE,,, -shell.n.02,slicer,0,0,FALSE,,, -shell.n.02,soakable,0,0,FALSE,,, -shell.n.04,liquid,0,0,FALSE,,, -shell.n.04,heatSource,0,0,FALSE,,, -shell.n.04,fireSource,0,0,FALSE,,, -shell.n.04,cookable,0,0,FALSE,,, -shell.n.04,coldSource,0,0,FALSE,,, -shell.n.04,sliceable,0,0,FALSE,,, -shell.n.04,slicer,0,0,FALSE,,, -shell.n.04,soakable,0,0,FALSE,,, -bacon.n.01,liquid,0,0,FALSE,,, -bacon.n.01,heatSource,0,0,FALSE,,, -bacon.n.01,fireSource,1,0,FALSE,,, -bacon.n.01,cookable,0,1,FALSE,,, -bacon.n.01,coldSource,0,0,FALSE,,, -bacon.n.01,sliceable,0,1,FALSE,,, -bacon.n.01,slicer,1,0,FALSE,,, -bacon.n.01,soakable,0,0,FALSE,,, -black_pepper.n.02,liquid,0,0,FALSE,,, -black_pepper.n.02,heatSource,0,0,FALSE,,, -black_pepper.n.02,fireSource,1,0,FALSE,,, -black_pepper.n.02,cookable,0,1,FALSE,,, -black_pepper.n.02,coldSource,0,0,FALSE,,, -black_pepper.n.02,sliceable,0,0,FALSE,,, -black_pepper.n.02,slicer,0,0,FALSE,,, -black_pepper.n.02,soakable,0,0,FALSE,,, -leather.n.01,liquid,0,0,FALSE,,, -leather.n.01,heatSource,0,0,FALSE,,, -leather.n.01,fireSource,0,0,FALSE,,, -leather.n.01,cookable,0,0,FALSE,,, -leather.n.01,coldSource,0,0,FALSE,,, -leather.n.01,sliceable,0,0,FALSE,,, -leather.n.01,slicer,0,0,FALSE,,, -leather.n.01,soakable,1,1,FALSE,,, -fabric.n.01,liquid,0,0,FALSE,,, -fabric.n.01,heatSource,0,0,FALSE,,, -fabric.n.01,fireSource,0,0,FALSE,,, -fabric.n.01,cookable,0,0,FALSE,,, -fabric.n.01,coldSource,0,0,FALSE,,, -fabric.n.01,sliceable,0,0,FALSE,,, -fabric.n.01,slicer,0,0,FALSE,,, -fabric.n.01,soakable,1,1,FALSE,,, -onion.n.03,liquid,0,0,FALSE,,, -onion.n.03,heatSource,0,0,FALSE,,, -onion.n.03,fireSource,1,0,FALSE,,, -onion.n.03,cookable,0,1,FALSE,,, -onion.n.03,coldSource,0,0,FALSE,,, -onion.n.03,sliceable,0,1,FALSE,,, -onion.n.03,slicer,1,0,FALSE,,, -onion.n.03,soakable,0,0,FALSE,,, -grass.n.01,liquid,0,0,FALSE,,, -grass.n.01,heatSource,0,0,FALSE,,, -grass.n.01,fireSource,0,0,FALSE,,, -grass.n.01,cookable,0,0,FALSE,,, -grass.n.01,coldSource,0,0,FALSE,,, -grass.n.01,sliceable,0,1,FALSE,,, -grass.n.01,slicer,0,0,FALSE,,, -grass.n.01,soakable,0,0,FALSE,,, -laundry.n.01,liquid,0,0,FALSE,,, -laundry.n.01,heatSource,0,0,FALSE,,, -laundry.n.01,fireSource,0,0,FALSE,,, -laundry.n.01,cookable,0,0,FALSE,,, -laundry.n.01,coldSource,1,0,FALSE,,, -laundry.n.01,sliceable,0,0,FALSE,,, -laundry.n.01,slicer,1,0,FALSE,,, -laundry.n.01,soakable,0,1,FALSE,,, -sand.n.01,liquid,0,0,FALSE,,, -sand.n.01,heatSource,0,0,FALSE,,, -sand.n.01,fireSource,0,0,FALSE,,, -sand.n.01,cookable,0,0,FALSE,,, -sand.n.01,coldSource,0,0,FALSE,,, -sand.n.01,sliceable,0,0,FALSE,,, -sand.n.01,slicer,0,0,FALSE,,, -sand.n.01,soakable,0,1,FALSE,,, -emery_paper.n.01,liquid,0,0,FALSE,,, -emery_paper.n.01,heatSource,0,0,FALSE,,, -emery_paper.n.01,fireSource,0,0,FALSE,,, -emery_paper.n.01,cookable,0,0,FALSE,,, -emery_paper.n.01,coldSource,0,0,FALSE,,, -emery_paper.n.01,sliceable,0,0,FALSE,,, -emery_paper.n.01,slicer,1,0,FALSE,,, -emery_paper.n.01,soakable,0,0,FALSE,,, -wax.n.01,liquid,0,0,FALSE,,, -wax.n.01,heatSource,0,0,FALSE,,, -wax.n.01,fireSource,0,0,FALSE,,, -wax.n.01,cookable,0,0,FALSE,,, -wax.n.01,coldSource,0,0,FALSE,,, -wax.n.01,sliceable,0,0,FALSE,,, -wax.n.01,slicer,0,0,FALSE,,, -wax.n.01,soakable,0,0,FALSE,,, -blanket.n.01,liquid,0,0,FALSE,,, -blanket.n.01,heatSource,1,0,FALSE,,, -blanket.n.01,fireSource,0,0,FALSE,,, -blanket.n.01,cookable,0,0,FALSE,,, -blanket.n.01,coldSource,0,0,FALSE,,, -blanket.n.01,sliceable,0,0,FALSE,,, -blanket.n.01,slicer,0,0,FALSE,,, -blanket.n.01,soakable,1,1,FALSE,,, -chair.n.01,liquid,0,0,FALSE,,, -chair.n.01,heatSource,0,0,FALSE,,, -chair.n.01,fireSource,0,0,FALSE,,, -chair.n.01,cookable,0,0,FALSE,,, -chair.n.01,coldSource,0,0,FALSE,,, -chair.n.01,sliceable,0,0,FALSE,,, -chair.n.01,slicer,1,0,FALSE,,, -chair.n.01,soakable,1,0,FALSE,,, -sieve.n.01,liquid,0,0,FALSE,,, -sieve.n.01,heatSource,0,0,FALSE,,, -sieve.n.01,fireSource,0,0,FALSE,,, -sieve.n.01,cookable,0,0,FALSE,,, -sieve.n.01,coldSource,0,0,FALSE,,, -sieve.n.01,sliceable,0,0,FALSE,,, -sieve.n.01,slicer,1,0,FALSE,,, -sieve.n.01,soakable,1,0,FALSE,,, -flower.n.02,liquid,0,0,FALSE,,, -flower.n.02,heatSource,0,0,FALSE,,, -flower.n.02,fireSource,0,0,FALSE,,, -flower.n.02,cookable,0,1,FALSE,,, -flower.n.02,coldSource,0,0,FALSE,,, -flower.n.02,sliceable,0,1,FALSE,,, -flower.n.02,slicer,0,0,FALSE,,, -flower.n.02,soakable,0,0,FALSE,,, -frame.n.10,liquid,0,0,FALSE,,, -frame.n.10,heatSource,0,0,FALSE,,, -frame.n.10,fireSource,0,0,FALSE,,, -frame.n.10,cookable,0,0,FALSE,,, -frame.n.10,coldSource,0,0,FALSE,,, -frame.n.10,sliceable,0,0,FALSE,,, -frame.n.10,slicer,1,0,FALSE,,, -frame.n.10,soakable,0,0,FALSE,,, -utensil.n.01,liquid,0,0,FALSE,,, -utensil.n.01,heatSource,0,0,FALSE,,, -utensil.n.01,fireSource,1,0,FALSE,,, -utensil.n.01,cookable,0,0,FALSE,,, -utensil.n.01,coldSource,0,0,FALSE,,, -utensil.n.01,sliceable,1,0,FALSE,,, -utensil.n.01,slicer,1,1,FALSE,,, -utensil.n.01,soakable,1,0,FALSE,,, -rub.n.02,liquid,0,0,FALSE,,, -rub.n.02,heatSource,0,0,FALSE,,, -rub.n.02,fireSource,0,0,FALSE,,, -rub.n.02,cookable,0,0,FALSE,,, -rub.n.02,coldSource,0,0,FALSE,,, -rub.n.02,sliceable,0,0,FALSE,,, -rub.n.02,slicer,0,0,FALSE,,, -rub.n.02,soakable,0,1,FALSE,,, -foil.n.01,liquid,0,0,FALSE,,, -foil.n.01,heatSource,0,0,FALSE,,, -foil.n.01,fireSource,0,0,FALSE,,, -foil.n.01,cookable,0,0,FALSE,,, -foil.n.01,coldSource,0,0,FALSE,,, -foil.n.01,sliceable,0,0,FALSE,,, -foil.n.01,slicer,1,0,FALSE,,, -foil.n.01,soakable,1,0,FALSE,,, -liquid.n.01,liquid,1,1,FALSE,,, -liquid.n.01,heatSource,0,0,FALSE,,, -liquid.n.01,fireSource,0,0,FALSE,,, -liquid.n.01,cookable,0,0,FALSE,,, -liquid.n.01,coldSource,1,0,FALSE,,, -liquid.n.01,sliceable,0,0,FALSE,,, -liquid.n.01,slicer,0,0,FALSE,,, -liquid.n.01,soakable,0,0,FALSE,,, -wire.n.01,liquid,0,0,FALSE,,, -wire.n.01,heatSource,0,0,FALSE,,, -wire.n.01,fireSource,0,0,FALSE,,, -wire.n.01,cookable,0,0,FALSE,,, -wire.n.01,coldSource,0,0,FALSE,,, -wire.n.01,sliceable,0,0,FALSE,,, -wire.n.01,slicer,1,0,FALSE,,, -wire.n.01,soakable,0,0,FALSE,,, -napkin.n.01,liquid,0,0,FALSE,,, -napkin.n.01,heatSource,0,0,FALSE,,, -napkin.n.01,fireSource,0,1,FALSE,,, -napkin.n.01,cookable,0,0,FALSE,,, -napkin.n.01,coldSource,0,0,FALSE,,, -napkin.n.01,sliceable,0,0,FALSE,,, -napkin.n.01,slicer,1,0,FALSE,,, -napkin.n.01,soakable,1,1,FALSE,,, -bite.n.04,liquid,0,0,FALSE,,, -bite.n.04,heatSource,0,0,FALSE,,, -bite.n.04,fireSource,1,0,FALSE,,, -bite.n.04,cookable,0,1,FALSE,,, -bite.n.04,coldSource,0,0,FALSE,,, -bite.n.04,sliceable,0,0,FALSE,,, -bite.n.04,slicer,0,0,FALSE,,, -bite.n.04,soakable,0,0,FALSE,,, -light.n.02,liquid,0,0,FALSE,,, -light.n.02,heatSource,0,0,FALSE,,, -light.n.02,fireSource,0,0,FALSE,,, -light.n.02,cookable,0,0,FALSE,,, -light.n.02,coldSource,0,0,FALSE,,, -light.n.02,sliceable,0,0,FALSE,,, -light.n.02,slicer,1,0,FALSE,,, -light.n.02,soakable,0,0,FALSE,,, -tree.n.01,liquid,0,0,FALSE,,, -tree.n.01,heatSource,0,0,FALSE,,, -tree.n.01,fireSource,0,1,FALSE,,, -tree.n.01,cookable,0,0,FALSE,,, -tree.n.01,coldSource,0,0,FALSE,,, -tree.n.01,sliceable,0,0,FALSE,,, -tree.n.01,slicer,0,0,FALSE,,, -tree.n.01,soakable,0,0,FALSE,,, -truck.n.01,liquid,0,0,FALSE,,, -truck.n.01,heatSource,0,0,FALSE,,, -truck.n.01,fireSource,0,0,FALSE,,, -truck.n.01,cookable,0,0,FALSE,,, -truck.n.01,coldSource,0,0,FALSE,,, -truck.n.01,sliceable,0,0,FALSE,,, -truck.n.01,slicer,1,0,FALSE,,, -truck.n.01,soakable,0,0,FALSE,,, -shoe.n.01,liquid,0,0,FALSE,,, -shoe.n.01,heatSource,0,0,FALSE,,, -shoe.n.01,fireSource,0,0,FALSE,,, -shoe.n.01,cookable,0,0,FALSE,,, -shoe.n.01,coldSource,0,0,FALSE,,, -shoe.n.01,sliceable,0,0,FALSE,,, -shoe.n.01,slicer,0,0,FALSE,,, -shoe.n.01,soakable,0,1,FALSE,,, -stalk.n.02,liquid,0,0,FALSE,,, -stalk.n.02,heatSource,0,0,FALSE,,, -stalk.n.02,fireSource,0,0,FALSE,,, -stalk.n.02,cookable,0,0,FALSE,,, -stalk.n.02,coldSource,0,0,FALSE,,, -stalk.n.02,sliceable,0,0,FALSE,,, -stalk.n.02,slicer,0,0,FALSE,,, -stalk.n.02,soakable,0,0,FALSE,,, -honey.n.01,liquid,1,1,FALSE,,, -honey.n.01,heatSource,0,0,FALSE,,, -honey.n.01,fireSource,0,0,FALSE,,, -honey.n.01,cookable,0,1,FALSE,,, -honey.n.01,coldSource,1,0,FALSE,,, -honey.n.01,sliceable,0,0,FALSE,,, -honey.n.01,slicer,0,0,FALSE,,, -honey.n.01,soakable,0,0,FALSE,,, -plastic.n.01,liquid,0,0,FALSE,,, -plastic.n.01,heatSource,0,0,FALSE,,, -plastic.n.01,fireSource,0,0,FALSE,,, -plastic.n.01,cookable,0,0,FALSE,,, -plastic.n.01,coldSource,0,0,FALSE,,, -plastic.n.01,sliceable,0,0,FALSE,,, -plastic.n.01,slicer,0,0,FALSE,,, -plastic.n.01,soakable,1,0,FALSE,,, -sodium_carbonate.n.01,liquid,0,0,FALSE,,, -sodium_carbonate.n.01,heatSource,0,0,FALSE,,, -sodium_carbonate.n.01,fireSource,0,0,FALSE,,, -sodium_carbonate.n.01,cookable,0,0,FALSE,,, -sodium_carbonate.n.01,coldSource,0,0,FALSE,,, -sodium_carbonate.n.01,sliceable,0,0,FALSE,,, -sodium_carbonate.n.01,slicer,0,0,FALSE,,, -sodium_carbonate.n.01,soakable,0,0,FALSE,,, -mixer.n.04,liquid,0,0,FALSE,,, -mixer.n.04,heatSource,0,0,FALSE,,, -mixer.n.04,fireSource,0,0,FALSE,,, -mixer.n.04,cookable,0,0,FALSE,,, -mixer.n.04,coldSource,0,0,FALSE,,, -mixer.n.04,sliceable,0,0,FALSE,,, -mixer.n.04,slicer,1,1,FALSE,,, -mixer.n.04,soakable,0,0,FALSE,,, -wax_paper.n.01,liquid,0,0,FALSE,,, -wax_paper.n.01,heatSource,0,0,FALSE,,, -wax_paper.n.01,fireSource,0,0,FALSE,,, -wax_paper.n.01,cookable,0,0,FALSE,,, -wax_paper.n.01,coldSource,0,0,FALSE,,, -wax_paper.n.01,sliceable,0,0,FALSE,,, -wax_paper.n.01,slicer,0,0,FALSE,,, -wax_paper.n.01,soakable,1,1,FALSE,,, -plastic_bag.n.01,liquid,0,0,FALSE,,, -plastic_bag.n.01,heatSource,0,0,FALSE,,, -plastic_bag.n.01,fireSource,0,0,FALSE,,, -plastic_bag.n.01,cookable,0,0,FALSE,,, -plastic_bag.n.01,coldSource,0,0,FALSE,,, -plastic_bag.n.01,sliceable,0,0,FALSE,,, -plastic_bag.n.01,slicer,1,0,FALSE,,, -plastic_bag.n.01,soakable,1,0,FALSE,,, -dirt.n.02,liquid,0,0,FALSE,,, -dirt.n.02,heatSource,0,0,FALSE,,, -dirt.n.02,fireSource,0,0,FALSE,,, -dirt.n.02,cookable,0,0,FALSE,,, -dirt.n.02,coldSource,0,0,FALSE,,, -dirt.n.02,sliceable,0,0,FALSE,,, -dirt.n.02,slicer,0,0,FALSE,,, -dirt.n.02,soakable,0,0,FALSE,,, -meal.n.01,liquid,0,0,FALSE,,, -meal.n.01,heatSource,0,0,FALSE,,, -meal.n.01,fireSource,1,0,FALSE,,, -meal.n.01,cookable,0,1,FALSE,,, -meal.n.01,coldSource,0,0,FALSE,,, -meal.n.01,sliceable,1,1,FALSE,,, -meal.n.01,slicer,0,0,FALSE,,, -meal.n.01,soakable,0,0,FALSE,,, -nut.n.01,liquid,0,0,FALSE,,, -nut.n.01,heatSource,0,0,FALSE,,, -nut.n.01,fireSource,1,0,FALSE,,, -nut.n.01,cookable,0,1,FALSE,,, -nut.n.01,coldSource,0,0,FALSE,,, -nut.n.01,sliceable,0,0,FALSE,,, -nut.n.01,slicer,1,0,FALSE,,, -nut.n.01,soakable,0,0,FALSE,,, -seed.n.02,liquid,0,0,FALSE,,, -seed.n.02,heatSource,0,0,FALSE,,, -seed.n.02,fireSource,0,0,FALSE,,, -seed.n.02,cookable,0,1,FALSE,,, -seed.n.02,coldSource,0,0,FALSE,,, -seed.n.02,sliceable,0,0,FALSE,,, -seed.n.02,slicer,0,0,FALSE,,, -seed.n.02,soakable,0,0,FALSE,,, -book.n.01,liquid,0,0,FALSE,,, -book.n.01,heatSource,0,0,FALSE,,, -book.n.01,fireSource,0,0,FALSE,,, -book.n.01,cookable,0,0,FALSE,,, -book.n.01,coldSource,0,0,FALSE,,, -book.n.01,sliceable,0,0,FALSE,,, -book.n.01,slicer,0,0,FALSE,,, -book.n.01,soakable,0,1,FALSE,,, -blade.n.09,liquid,0,0,FALSE,,, -blade.n.09,heatSource,0,0,FALSE,,, -blade.n.09,fireSource,0,0,FALSE,,, -blade.n.09,cookable,0,0,FALSE,,, -blade.n.09,coldSource,0,0,FALSE,,, -blade.n.09,sliceable,1,0,FALSE,,, -blade.n.09,slicer,1,1,FALSE,,, -blade.n.09,soakable,0,0,FALSE,,, -mold.n.05,liquid,0,0,FALSE,,, -mold.n.05,heatSource,0,0,FALSE,,, -mold.n.05,fireSource,0,0,FALSE,,, -mold.n.05,cookable,0,0,FALSE,,, -mold.n.05,coldSource,0,0,FALSE,,, -mold.n.05,sliceable,0,0,FALSE,,, -mold.n.05,slicer,0,0,FALSE,,, -mold.n.05,soakable,0,0,FALSE,,, -sauce.n.01,liquid,0,1,FALSE,,, -sauce.n.01,heatSource,0,0,FALSE,,, -sauce.n.01,fireSource,1,0,FALSE,,, -sauce.n.01,cookable,0,1,FALSE,,, -sauce.n.01,coldSource,1,0,FALSE,,, -sauce.n.01,sliceable,0,0,FALSE,,, -sauce.n.01,slicer,0,0,FALSE,,, -sauce.n.01,soakable,0,0,FALSE,,, -screw.n.04,liquid,0,0,FALSE,,, -screw.n.04,heatSource,0,0,FALSE,,, -screw.n.04,fireSource,0,0,FALSE,,, -screw.n.04,cookable,0,0,FALSE,,, -screw.n.04,coldSource,0,0,FALSE,,, -screw.n.04,sliceable,0,0,FALSE,,, -screw.n.04,slicer,0,0,FALSE,,, -screw.n.04,soakable,0,0,FALSE,,, -spice.n.02,liquid,0,0,FALSE,,, -spice.n.02,heatSource,0,0,FALSE,,, -spice.n.02,fireSource,1,0,FALSE,,, -spice.n.02,cookable,0,1,FALSE,,, -spice.n.02,coldSource,0,0,FALSE,,, -spice.n.02,sliceable,0,0,FALSE,,, -spice.n.02,slicer,0,0,FALSE,,, -spice.n.02,soakable,0,0,FALSE,,, -aluminium_foil.n.01,liquid,0,0,FALSE,,, -aluminium_foil.n.01,heatSource,0,0,FALSE,,, -aluminium_foil.n.01,fireSource,0,0,FALSE,,, -aluminium_foil.n.01,cookable,0,0,FALSE,,, -aluminium_foil.n.01,coldSource,0,0,FALSE,,, -aluminium_foil.n.01,sliceable,0,1,FALSE,,, -aluminium_foil.n.01,slicer,0,0,FALSE,,, -aluminium_foil.n.01,soakable,0,0,FALSE,,, -rice.n.01,liquid,0,0,FALSE,,, -rice.n.01,heatSource,0,0,FALSE,,, -rice.n.01,fireSource,1,0,FALSE,,, -rice.n.01,cookable,0,1,FALSE,,, -rice.n.01,coldSource,1,0,FALSE,,, -rice.n.01,sliceable,0,0,FALSE,,, -rice.n.01,slicer,1,0,FALSE,,, -rice.n.01,soakable,0,0,FALSE,,, -wine.n.01,liquid,1,1,FALSE,,, -wine.n.01,heatSource,0,0,FALSE,,, -wine.n.01,fireSource,0,0,FALSE,,, -wine.n.01,cookable,0,1,FALSE,,, -wine.n.01,coldSource,1,0,FALSE,,, -wine.n.01,sliceable,0,0,FALSE,,, -wine.n.01,slicer,0,0,FALSE,,, -wine.n.01,soakable,0,0,FALSE,,, -rack.n.05,liquid,0,0,FALSE,,, -rack.n.05,heatSource,0,0,FALSE,,, -rack.n.05,fireSource,0,0,FALSE,,, -rack.n.05,cookable,0,0,FALSE,,, -rack.n.05,coldSource,0,0,FALSE,,, -rack.n.05,sliceable,0,0,FALSE,,, -rack.n.05,slicer,1,0,FALSE,,, -rack.n.05,soakable,1,0,FALSE,,, -leaf.n.01,liquid,0,0,FALSE,,, -leaf.n.01,heatSource,0,0,FALSE,,, -leaf.n.01,fireSource,0,0,FALSE,,, -leaf.n.01,cookable,0,0,FALSE,,, -leaf.n.01,coldSource,0,0,FALSE,,, -leaf.n.01,sliceable,0,1,FALSE,,, -leaf.n.01,slicer,0,0,FALSE,,, -leaf.n.01,soakable,0,1,FALSE,,, -plastic_wrap.n.01,liquid,0,0,FALSE,,, -plastic_wrap.n.01,heatSource,0,0,FALSE,,, -plastic_wrap.n.01,fireSource,0,0,FALSE,,, -plastic_wrap.n.01,cookable,0,0,FALSE,,, -plastic_wrap.n.01,coldSource,0,0,FALSE,,, -plastic_wrap.n.01,sliceable,0,0,FALSE,,, -plastic_wrap.n.01,slicer,1,0,FALSE,,, -plastic_wrap.n.01,soakable,0,0,FALSE,,, -bearing.n.06,liquid,0,0,FALSE,,, -bearing.n.06,heatSource,0,0,FALSE,,, -bearing.n.06,fireSource,0,0,FALSE,,, -bearing.n.06,cookable,0,0,FALSE,,, -bearing.n.06,coldSource,0,0,FALSE,,, -bearing.n.06,sliceable,0,0,FALSE,,, -bearing.n.06,slicer,1,0,FALSE,,, -bearing.n.06,soakable,0,0,FALSE,,, -liquid_soap.n.01,liquid,1,1,FALSE,,, -liquid_soap.n.01,heatSource,0,0,FALSE,,, -liquid_soap.n.01,fireSource,0,0,FALSE,,, -liquid_soap.n.01,cookable,0,0,FALSE,,, -liquid_soap.n.01,coldSource,1,0,FALSE,,, -liquid_soap.n.01,sliceable,0,0,FALSE,,, -liquid_soap.n.01,slicer,0,0,FALSE,,, -liquid_soap.n.01,soakable,0,0,FALSE,,, -bookend.n.01,liquid,0,0,FALSE,,, -bookend.n.01,heatSource,0,0,FALSE,,, -bookend.n.01,fireSource,0,0,FALSE,,, -bookend.n.01,cookable,0,0,FALSE,,, -bookend.n.01,coldSource,0,0,FALSE,,, -bookend.n.01,sliceable,0,0,FALSE,,, -bookend.n.01,slicer,1,0,FALSE,,, -bookend.n.01,soakable,0,0,FALSE,,, -brace.n.09,liquid,0,0,FALSE,,, -brace.n.09,heatSource,0,0,FALSE,,, -brace.n.09,fireSource,0,0,FALSE,,, -brace.n.09,cookable,0,0,FALSE,,, -brace.n.09,coldSource,0,0,FALSE,,, -brace.n.09,sliceable,0,0,FALSE,,, -brace.n.09,slicer,0,0,FALSE,,, -brace.n.09,soakable,0,0,FALSE,,, -buckle.n.01,liquid,0,0,FALSE,,, -buckle.n.01,heatSource,0,0,FALSE,,, -buckle.n.01,fireSource,0,0,FALSE,,, -buckle.n.01,cookable,0,0,FALSE,,, -buckle.n.01,coldSource,0,0,FALSE,,, -buckle.n.01,sliceable,0,0,FALSE,,, -buckle.n.01,slicer,1,1,FALSE,,, -buckle.n.01,soakable,0,0,FALSE,,, -insectifuge.n.01,liquid,0,0,FALSE,,, -insectifuge.n.01,heatSource,0,0,FALSE,,, -insectifuge.n.01,fireSource,0,0,FALSE,,, -insectifuge.n.01,cookable,0,0,FALSE,,, -insectifuge.n.01,coldSource,0,0,FALSE,,, -insectifuge.n.01,sliceable,0,0,FALSE,,, -insectifuge.n.01,slicer,0,0,FALSE,,, -insectifuge.n.01,soakable,0,0,FALSE,,, -insect_repellent.n.01,liquid,0,0,FALSE,,, -insect_repellent.n.01,heatSource,0,0,FALSE,,, -insect_repellent.n.01,fireSource,0,0,FALSE,,, -insect_repellent.n.01,cookable,0,0,FALSE,,, -insect_repellent.n.01,coldSource,0,0,FALSE,,, -insect_repellent.n.01,sliceable,0,0,FALSE,,, -insect_repellent.n.01,slicer,0,0,FALSE,,, -insect_repellent.n.01,soakable,0,0,FALSE,,, -bumper.n.02,liquid,0,0,FALSE,,, -bumper.n.02,heatSource,0,0,FALSE,,, -bumper.n.02,fireSource,0,0,FALSE,,, -bumper.n.02,cookable,0,0,FALSE,,, -bumper.n.02,coldSource,0,0,FALSE,,, -bumper.n.02,sliceable,0,0,FALSE,,, -bumper.n.02,slicer,0,0,FALSE,,, -bumper.n.02,soakable,0,0,FALSE,,, -burlap.n.01,liquid,0,0,FALSE,,, -burlap.n.01,heatSource,0,0,FALSE,,, -burlap.n.01,fireSource,0,0,FALSE,,, -burlap.n.01,cookable,0,0,FALSE,,, -burlap.n.01,coldSource,0,0,FALSE,,, -burlap.n.01,sliceable,0,0,FALSE,,, -burlap.n.01,slicer,0,0,FALSE,,, -burlap.n.01,soakable,0,1,FALSE,,, -frosting.n.01,liquid,0,0,FALSE,,, -frosting.n.01,heatSource,0,0,FALSE,,, -frosting.n.01,fireSource,0,0,FALSE,,, -frosting.n.01,cookable,0,1,FALSE,,, -frosting.n.01,coldSource,1,0,FALSE,,, -frosting.n.01,sliceable,0,0,FALSE,,, -frosting.n.01,slicer,1,0,FALSE,,, -frosting.n.01,soakable,0,0,FALSE,,, -cactus.n.01,liquid,0,0,FALSE,,, -cactus.n.01,heatSource,0,0,FALSE,,, -cactus.n.01,fireSource,0,0,FALSE,,, -cactus.n.01,cookable,0,1,FALSE,,, -cactus.n.01,coldSource,0,0,FALSE,,, -cactus.n.01,sliceable,0,1,FALSE,,, -cactus.n.01,slicer,1,0,FALSE,,, -cactus.n.01,soakable,0,0,FALSE,,, -calendar.n.01,liquid,0,0,FALSE,,, -calendar.n.01,heatSource,0,0,FALSE,,, -calendar.n.01,fireSource,0,0,FALSE,,, -calendar.n.01,cookable,0,0,FALSE,,, -calendar.n.01,coldSource,0,0,FALSE,,, -calendar.n.01,sliceable,0,0,FALSE,,, -calendar.n.01,slicer,1,0,FALSE,,, -calendar.n.01,soakable,0,1,FALSE,,, -cardamom.n.02,liquid,0,0,FALSE,,, -cardamom.n.02,heatSource,0,0,FALSE,,, -cardamom.n.02,fireSource,1,0,FALSE,,, -cardamom.n.02,cookable,0,1,FALSE,,, -cardamom.n.02,coldSource,0,0,FALSE,,, -cardamom.n.02,sliceable,0,0,FALSE,,, -cardamom.n.02,slicer,0,0,FALSE,,, -cardamom.n.02,soakable,0,0,FALSE,,, -electric_fan.n.01,liquid,0,0,FALSE,,, -electric_fan.n.01,heatSource,0,0,FALSE,,, -electric_fan.n.01,fireSource,0,0,FALSE,,, -electric_fan.n.01,cookable,0,0,FALSE,,, -electric_fan.n.01,coldSource,0,0,FALSE,,, -electric_fan.n.01,sliceable,0,0,FALSE,,, -electric_fan.n.01,slicer,1,0,FALSE,,, -electric_fan.n.01,soakable,0,0,FALSE,,, -cellophane.n.01,liquid,0,0,FALSE,,, -cellophane.n.01,heatSource,0,0,FALSE,,, -cellophane.n.01,fireSource,0,0,FALSE,,, -cellophane.n.01,cookable,0,0,FALSE,,, -cellophane.n.01,coldSource,0,0,FALSE,,, -cellophane.n.01,sliceable,0,0,FALSE,,, -cellophane.n.01,slicer,1,0,FALSE,,, -cellophane.n.01,soakable,1,0,FALSE,,, -centerpiece.n.02,liquid,0,0,FALSE,,, -centerpiece.n.02,heatSource,0,0,FALSE,,, -centerpiece.n.02,fireSource,0,0,FALSE,,, -centerpiece.n.02,cookable,0,0,FALSE,,, -centerpiece.n.02,coldSource,0,0,FALSE,,, -centerpiece.n.02,sliceable,0,0,FALSE,,, -centerpiece.n.02,slicer,0,0,FALSE,,, -centerpiece.n.02,soakable,0,0,FALSE,,, -cereal_box.n.01,liquid,0,0,FALSE,,, -cereal_box.n.01,heatSource,0,0,FALSE,,, -cereal_box.n.01,fireSource,0,0,FALSE,,, -cereal_box.n.01,cookable,0,0,FALSE,,, -cereal_box.n.01,coldSource,0,0,FALSE,,, -cereal_box.n.01,sliceable,0,0,FALSE,,, -cereal_box.n.01,slicer,0,0,FALSE,,, -cereal_box.n.01,soakable,1,1,FALSE,,, -chain_saw.n.01,liquid,0,0,FALSE,,, -chain_saw.n.01,heatSource,0,0,FALSE,,, -chain_saw.n.01,fireSource,0,0,FALSE,,, -chain_saw.n.01,cookable,0,0,FALSE,,, -chain_saw.n.01,coldSource,0,0,FALSE,,, -chain_saw.n.01,sliceable,0,0,FALSE,,, -chain_saw.n.01,slicer,1,1,FALSE,,, -chain_saw.n.01,soakable,0,0,FALSE,,, -blackboard.n.01,liquid,0,0,FALSE,,, -blackboard.n.01,heatSource,0,0,FALSE,,, -blackboard.n.01,fireSource,0,0,FALSE,,, -blackboard.n.01,cookable,0,0,FALSE,,, -blackboard.n.01,coldSource,0,0,FALSE,,, -blackboard.n.01,sliceable,0,0,FALSE,,, -blackboard.n.01,slicer,1,0,FALSE,,, -blackboard.n.01,soakable,0,0,FALSE,,, -chard.n.01,liquid,0,0,FALSE,,, -chard.n.01,heatSource,0,0,FALSE,,, -chard.n.01,fireSource,1,0,FALSE,,, -chard.n.01,cookable,0,1,FALSE,,, -chard.n.01,coldSource,0,0,FALSE,,, -chard.n.01,sliceable,0,1,FALSE,,, -chard.n.01,slicer,0,0,FALSE,,, -chard.n.01,soakable,0,0,FALSE,,, -cherry_tomato.n.02,liquid,0,0,FALSE,,, -cherry_tomato.n.02,heatSource,0,0,FALSE,,, -cherry_tomato.n.02,fireSource,0,0,FALSE,,, -cherry_tomato.n.02,cookable,0,1,FALSE,,, -cherry_tomato.n.02,coldSource,0,0,FALSE,,, -cherry_tomato.n.02,sliceable,0,1,FALSE,,, -cherry_tomato.n.02,slicer,0,0,FALSE,,, -cherry_tomato.n.02,soakable,0,0,FALSE,,, -edible_seed.n.01,liquid,0,0,FALSE,,, -edible_seed.n.01,heatSource,0,0,FALSE,,, -edible_seed.n.01,fireSource,1,0,FALSE,,, -edible_seed.n.01,cookable,0,1,FALSE,,, -edible_seed.n.01,coldSource,0,0,FALSE,,, -edible_seed.n.01,sliceable,0,0,FALSE,,, -edible_seed.n.01,slicer,0,0,FALSE,,, -edible_seed.n.01,soakable,0,0,FALSE,,, -chicken_leg.n.01,liquid,0,0,FALSE,,, -chicken_leg.n.01,heatSource,0,0,FALSE,,, -chicken_leg.n.01,fireSource,1,0,FALSE,,, -chicken_leg.n.01,cookable,0,1,FALSE,,, -chicken_leg.n.01,coldSource,0,0,FALSE,,, -chicken_leg.n.01,sliceable,0,1,FALSE,,, -chicken_leg.n.01,slicer,0,0,FALSE,,, -chicken_leg.n.01,soakable,0,0,FALSE,,, -chicken_soup.n.01,liquid,1,1,FALSE,,, -chicken_soup.n.01,heatSource,0,0,FALSE,,, -chicken_soup.n.01,fireSource,1,0,FALSE,,, -chicken_soup.n.01,cookable,0,1,FALSE,,, -chicken_soup.n.01,coldSource,0,0,FALSE,,, -chicken_soup.n.01,sliceable,0,0,FALSE,,, -chicken_soup.n.01,slicer,0,0,FALSE,,, -chicken_soup.n.01,soakable,0,0,FALSE,,, -piece_of_cloth.n.01,liquid,0,0,FALSE,,, -piece_of_cloth.n.01,heatSource,0,0,FALSE,,, -piece_of_cloth.n.01,fireSource,0,0,FALSE,,, -piece_of_cloth.n.01,cookable,0,0,FALSE,,, -piece_of_cloth.n.01,coldSource,0,0,FALSE,,, -piece_of_cloth.n.01,sliceable,0,0,FALSE,,, -piece_of_cloth.n.01,slicer,0,0,FALSE,,, -piece_of_cloth.n.01,soakable,1,1,FALSE,,, -clock.n.01,liquid,0,0,FALSE,,, -clock.n.01,heatSource,0,0,FALSE,,, -clock.n.01,fireSource,0,0,FALSE,,, -clock.n.01,cookable,0,0,FALSE,,, -clock.n.01,coldSource,0,0,FALSE,,, -clock.n.01,sliceable,0,0,FALSE,,, -clock.n.01,slicer,1,0,FALSE,,, -clock.n.01,soakable,0,0,FALSE,,, -cabinet.n.04,liquid,0,0,FALSE,,, -cabinet.n.04,heatSource,0,0,FALSE,,, -cabinet.n.04,fireSource,0,0,FALSE,,, -cabinet.n.04,cookable,0,0,FALSE,,, -cabinet.n.04,coldSource,0,0,FALSE,,, -cabinet.n.04,sliceable,0,0,FALSE,,, -cabinet.n.04,slicer,1,0,FALSE,,, -cabinet.n.04,soakable,0,0,FALSE,,, -knob.n.01,liquid,0,0,FALSE,,, -knob.n.01,heatSource,0,0,FALSE,,, -knob.n.01,fireSource,0,0,FALSE,,, -knob.n.01,cookable,0,0,FALSE,,, -knob.n.01,coldSource,0,0,FALSE,,, -knob.n.01,sliceable,0,0,FALSE,,, -knob.n.01,slicer,1,0,FALSE,,, -knob.n.01,soakable,0,0,FALSE,,, -corn_syrup.n.01,liquid,1,1,FALSE,,, -corn_syrup.n.01,heatSource,0,0,FALSE,,, -corn_syrup.n.01,fireSource,0,0,FALSE,,, -corn_syrup.n.01,cookable,0,1,FALSE,,, -corn_syrup.n.01,coldSource,0,0,FALSE,,, -corn_syrup.n.01,sliceable,0,0,FALSE,,, -corn_syrup.n.01,slicer,0,0,FALSE,,, -corn_syrup.n.01,soakable,0,0,FALSE,,, -costume.n.01,liquid,0,0,FALSE,,, -costume.n.01,heatSource,0,0,FALSE,,, -costume.n.01,fireSource,0,0,FALSE,,, -costume.n.01,cookable,0,0,FALSE,,, -costume.n.01,coldSource,0,0,FALSE,,, -costume.n.01,sliceable,0,0,FALSE,,, -costume.n.01,slicer,0,0,FALSE,,, -costume.n.01,soakable,0,1,FALSE,,, -crossbar.n.01,liquid,0,0,FALSE,,, -crossbar.n.01,heatSource,0,0,FALSE,,, -crossbar.n.01,fireSource,0,0,FALSE,,, -crossbar.n.01,cookable,0,0,FALSE,,, -crossbar.n.01,coldSource,0,0,FALSE,,, -crossbar.n.01,sliceable,0,0,FALSE,,, -crossbar.n.01,slicer,1,0,FALSE,,, -crossbar.n.01,soakable,0,0,FALSE,,, -crouton.n.01,liquid,0,0,FALSE,,, -crouton.n.01,heatSource,0,0,FALSE,,, -crouton.n.01,fireSource,1,0,FALSE,,, -crouton.n.01,cookable,0,1,FALSE,,, -crouton.n.01,coldSource,0,0,FALSE,,, -crouton.n.01,sliceable,0,1,FALSE,,, -crouton.n.01,slicer,0,0,FALSE,,, -crouton.n.01,soakable,0,1,FALSE,,, -curry.n.01,liquid,0,0,FALSE,,, -curry.n.01,heatSource,0,0,FALSE,,, -curry.n.01,fireSource,1,0,FALSE,,, -curry.n.01,cookable,0,1,FALSE,,, -curry.n.01,coldSource,0,0,FALSE,,, -curry.n.01,sliceable,0,0,FALSE,,, -curry.n.01,slicer,0,0,FALSE,,, -curry.n.01,soakable,0,0,FALSE,,, -custard.n.01,liquid,0,0,FALSE,,, -custard.n.01,heatSource,0,0,FALSE,,, -custard.n.01,fireSource,1,0,FALSE,,, -custard.n.01,cookable,0,1,FALSE,,, -custard.n.01,coldSource,1,0,FALSE,,, -custard.n.01,sliceable,0,0,FALSE,,, -custard.n.01,slicer,0,0,FALSE,,, -custard.n.01,soakable,0,0,FALSE,,, -antifreeze.n.01,liquid,1,1,FALSE,,, -antifreeze.n.01,heatSource,0,0,FALSE,,, -antifreeze.n.01,fireSource,0,0,FALSE,,, -antifreeze.n.01,cookable,1,0,FALSE,,, -antifreeze.n.01,coldSource,1,0,FALSE,,, -antifreeze.n.01,sliceable,0,0,FALSE,,, -antifreeze.n.01,slicer,0,0,FALSE,,, -antifreeze.n.01,soakable,0,0,FALSE,,, -denture.n.01,liquid,0,0,FALSE,,, -denture.n.01,heatSource,0,0,FALSE,,, -denture.n.01,fireSource,0,0,FALSE,,, -denture.n.01,cookable,0,0,FALSE,,, -denture.n.01,coldSource,1,0,FALSE,,, -denture.n.01,sliceable,0,0,FALSE,,, -denture.n.01,slicer,0,0,FALSE,,, -denture.n.01,soakable,0,0,FALSE,,, -dial.n.03,liquid,0,0,FALSE,,, -dial.n.03,heatSource,0,0,FALSE,,, -dial.n.03,fireSource,0,0,FALSE,,, -dial.n.03,cookable,0,0,FALSE,,, -dial.n.03,coldSource,0,0,FALSE,,, -dial.n.03,sliceable,0,0,FALSE,,, -dial.n.03,slicer,1,0,FALSE,,, -dial.n.03,soakable,0,0,FALSE,,, -dog_food.n.01,liquid,0,0,FALSE,,, -dog_food.n.01,heatSource,0,0,FALSE,,, -dog_food.n.01,fireSource,1,0,FALSE,,, -dog_food.n.01,cookable,0,1,FALSE,,, -dog_food.n.01,coldSource,0,0,FALSE,,, -dog_food.n.01,sliceable,0,0,FALSE,,, -dog_food.n.01,slicer,0,0,FALSE,,, -dog_food.n.01,soakable,0,1,FALSE,,, -dowel.n.01,liquid,0,0,FALSE,,, -dowel.n.01,heatSource,0,0,FALSE,,, -dowel.n.01,fireSource,0,0,FALSE,,, -dowel.n.01,cookable,0,0,FALSE,,, -dowel.n.01,coldSource,0,0,FALSE,,, -dowel.n.01,sliceable,0,0,FALSE,,, -dowel.n.01,slicer,1,0,FALSE,,, -dowel.n.01,soakable,0,1,FALSE,,, -racket.n.04,liquid,0,0,FALSE,,, -racket.n.04,heatSource,0,0,FALSE,,, -racket.n.04,fireSource,0,0,FALSE,,, -racket.n.04,cookable,0,0,FALSE,,, -racket.n.04,coldSource,0,0,FALSE,,, -racket.n.04,sliceable,0,0,FALSE,,, -racket.n.04,slicer,1,0,FALSE,,, -racket.n.04,soakable,0,0,FALSE,,, -rubber_boot.n.01,liquid,0,0,FALSE,,, -rubber_boot.n.01,heatSource,0,0,FALSE,,, -rubber_boot.n.01,fireSource,0,0,FALSE,,, -rubber_boot.n.01,cookable,0,0,FALSE,,, -rubber_boot.n.01,coldSource,0,0,FALSE,,, -rubber_boot.n.01,sliceable,0,0,FALSE,,, -rubber_boot.n.01,slicer,0,0,FALSE,,, -rubber_boot.n.01,soakable,0,0,FALSE,,, -ramekin.n.01,liquid,0,0,FALSE,,, -ramekin.n.01,heatSource,0,0,FALSE,,, -ramekin.n.01,fireSource,1,0,FALSE,,, -ramekin.n.01,cookable,0,1,FALSE,,, -ramekin.n.01,coldSource,1,0,FALSE,,, -ramekin.n.01,sliceable,0,1,FALSE,,, -ramekin.n.01,slicer,1,0,FALSE,,, -ramekin.n.01,soakable,0,0,FALSE,,, -retainer.n.03,liquid,0,0,FALSE,,, -retainer.n.03,heatSource,0,0,FALSE,,, -retainer.n.03,fireSource,0,0,FALSE,,, -retainer.n.03,cookable,0,0,FALSE,,, -retainer.n.03,coldSource,0,0,FALSE,,, -retainer.n.03,sliceable,0,0,FALSE,,, -retainer.n.03,slicer,0,0,FALSE,,, -retainer.n.03,soakable,0,0,FALSE,,, -pieplant.n.01,liquid,0,0,FALSE,,, -pieplant.n.01,heatSource,0,0,FALSE,,, -pieplant.n.01,fireSource,1,0,FALSE,,, -pieplant.n.01,cookable,0,1,FALSE,,, -pieplant.n.01,coldSource,0,0,FALSE,,, -pieplant.n.01,sliceable,0,1,FALSE,,, -pieplant.n.01,slicer,0,0,FALSE,,, -pieplant.n.01,soakable,0,0,FALSE,,, -ricotta.n.01,liquid,0,0,FALSE,,, -ricotta.n.01,heatSource,0,0,FALSE,,, -ricotta.n.01,fireSource,0,0,FALSE,,, -ricotta.n.01,cookable,0,1,FALSE,,, -ricotta.n.01,coldSource,0,0,FALSE,,, -ricotta.n.01,sliceable,0,1,FALSE,,, -ricotta.n.01,slicer,0,0,FALSE,,, -ricotta.n.01,soakable,0,0,FALSE,,, -halite.n.01,liquid,0,0,FALSE,,, -halite.n.01,heatSource,0,0,FALSE,,, -halite.n.01,fireSource,0,0,FALSE,,, -halite.n.01,cookable,0,1,FALSE,,, -halite.n.01,coldSource,0,0,FALSE,,, -halite.n.01,sliceable,0,0,FALSE,,, -halite.n.01,slicer,0,0,FALSE,,, -halite.n.01,soakable,0,0,FALSE,,, -rubbing_alcohol.n.01,liquid,1,1,FALSE,,, -rubbing_alcohol.n.01,heatSource,0,0,FALSE,,, -rubbing_alcohol.n.01,fireSource,0,0,FALSE,,, -rubbing_alcohol.n.01,cookable,0,0,FALSE,,, -rubbing_alcohol.n.01,coldSource,0,0,FALSE,,, -rubbing_alcohol.n.01,sliceable,0,0,FALSE,,, -rubbing_alcohol.n.01,slicer,0,0,FALSE,,, -rubbing_alcohol.n.01,soakable,0,0,FALSE,,, -rutabaga.n.01,liquid,0,0,FALSE,,, -rutabaga.n.01,heatSource,0,0,FALSE,,, -rutabaga.n.01,fireSource,1,0,FALSE,,, -rutabaga.n.01,cookable,0,1,FALSE,,, -rutabaga.n.01,coldSource,0,0,FALSE,,, -rutabaga.n.01,sliceable,0,1,FALSE,,, -rutabaga.n.01,slicer,0,0,FALSE,,, -rutabaga.n.01,soakable,0,0,FALSE,,, -scale.n.10,liquid,0,0,FALSE,,, -scale.n.10,heatSource,0,0,FALSE,,, -scale.n.10,fireSource,0,0,FALSE,,, -scale.n.10,cookable,0,0,FALSE,,, -scale.n.10,coldSource,0,0,FALSE,,, -scale.n.10,sliceable,0,0,FALSE,,, -scale.n.10,slicer,1,0,FALSE,,, -scale.n.10,soakable,0,0,FALSE,,, -scone.n.01,liquid,0,0,FALSE,,, -scone.n.01,heatSource,0,0,FALSE,,, -scone.n.01,fireSource,1,0,FALSE,,, -scone.n.01,cookable,0,1,FALSE,,, -scone.n.01,coldSource,1,0,FALSE,,, -scone.n.01,sliceable,0,1,FALSE,,, -scone.n.01,slicer,0,0,FALSE,,, -scone.n.01,soakable,0,0,FALSE,,, -seashell.n.01,liquid,0,0,FALSE,,, -seashell.n.01,heatSource,0,0,FALSE,,, -seashell.n.01,fireSource,0,0,FALSE,,, -seashell.n.01,cookable,0,0,FALSE,,, -seashell.n.01,coldSource,0,0,FALSE,,, -seashell.n.01,sliceable,0,0,FALSE,,, -seashell.n.01,slicer,1,0,FALSE,,, -seashell.n.01,soakable,0,0,FALSE,,, -shellac.n.02,liquid,1,1,FALSE,,, -shellac.n.02,heatSource,0,0,FALSE,,, -shellac.n.02,fireSource,0,0,FALSE,,, -shellac.n.02,cookable,0,0,FALSE,,, -shellac.n.02,coldSource,0,0,FALSE,,, -shellac.n.02,sliceable,0,0,FALSE,,, -shellac.n.02,slicer,1,0,FALSE,,, -shellac.n.02,soakable,0,0,FALSE,,, -shiitake.n.01,liquid,0,0,FALSE,,, -shiitake.n.01,heatSource,0,0,FALSE,,, -shiitake.n.01,fireSource,1,0,FALSE,,, -shiitake.n.01,cookable,0,1,FALSE,,, -shiitake.n.01,coldSource,0,0,FALSE,,, -shiitake.n.01,sliceable,0,1,FALSE,,, -shiitake.n.01,slicer,1,0,FALSE,,, -shiitake.n.01,soakable,0,0,FALSE,,, -shoebox.n.02,liquid,0,0,FALSE,,, -shoebox.n.02,heatSource,0,0,FALSE,,, -shoebox.n.02,fireSource,0,0,FALSE,,, -shoebox.n.02,cookable,0,0,FALSE,,, -shoebox.n.02,coldSource,0,0,FALSE,,, -shoebox.n.02,sliceable,0,0,FALSE,,, -shoebox.n.02,slicer,0,0,FALSE,,, -shoebox.n.02,soakable,1,1,FALSE,,, -shutter.n.02,liquid,0,0,FALSE,,, -shutter.n.02,heatSource,0,0,FALSE,,, -shutter.n.02,fireSource,0,0,FALSE,,, -shutter.n.02,cookable,0,0,FALSE,,, -shutter.n.02,coldSource,0,0,FALSE,,, -shutter.n.02,sliceable,0,0,FALSE,,, -shutter.n.02,slicer,1,0,FALSE,,, -shutter.n.02,soakable,1,0,FALSE,,, -silver.n.02,liquid,0,0,FALSE,,, -silver.n.02,heatSource,0,0,FALSE,,, -silver.n.02,fireSource,0,0,FALSE,,, -silver.n.02,cookable,0,0,FALSE,,, -silver.n.02,coldSource,0,0,FALSE,,, -silver.n.02,sliceable,0,0,FALSE,,, -silver.n.02,slicer,1,0,FALSE,,, -silver.n.02,soakable,0,0,FALSE,,, -skateboard.n.01,liquid,0,0,FALSE,,, -skateboard.n.01,heatSource,0,0,FALSE,,, -skateboard.n.01,fireSource,0,0,FALSE,,, -skateboard.n.01,cookable,0,0,FALSE,,, -skateboard.n.01,coldSource,0,0,FALSE,,, -skateboard.n.01,sliceable,0,0,FALSE,,, -skateboard.n.01,slicer,0,0,FALSE,,, -skateboard.n.01,soakable,0,0,FALSE,,, -slat.n.01,liquid,0,0,FALSE,,, -slat.n.01,heatSource,0,0,FALSE,,, -slat.n.01,fireSource,0,0,FALSE,,, -slat.n.01,cookable,0,0,FALSE,,, -slat.n.01,coldSource,0,0,FALSE,,, -slat.n.01,sliceable,0,0,FALSE,,, -slat.n.01,slicer,1,0,FALSE,,, -slat.n.01,soakable,1,0,FALSE,,, -snapper.n.02,liquid,0,0,FALSE,,, -snapper.n.02,heatSource,0,0,FALSE,,, -snapper.n.02,fireSource,1,0,FALSE,,, -snapper.n.02,cookable,0,1,FALSE,,, -snapper.n.02,coldSource,0,0,FALSE,,, -snapper.n.02,sliceable,0,1,FALSE,,, -snapper.n.02,slicer,0,0,FALSE,,, -snapper.n.02,soakable,0,0,FALSE,,, -snow_pea.n.02,liquid,0,0,FALSE,,, -snow_pea.n.02,heatSource,0,0,FALSE,,, -snow_pea.n.02,fireSource,1,0,FALSE,,, -snow_pea.n.02,cookable,0,1,FALSE,,, -snow_pea.n.02,coldSource,0,0,FALSE,,, -snow_pea.n.02,sliceable,0,0,FALSE,,, -snow_pea.n.02,slicer,0,0,FALSE,,, -snow_pea.n.02,soakable,0,0,FALSE,,, -scum.n.02,liquid,0,0,FALSE,,, -scum.n.02,heatSource,0,0,FALSE,,, -scum.n.02,fireSource,0,0,FALSE,,, -scum.n.02,cookable,0,0,FALSE,,, -scum.n.02,coldSource,0,0,FALSE,,, -scum.n.02,sliceable,0,0,FALSE,,, -scum.n.02,slicer,0,0,FALSE,,, -scum.n.02,soakable,0,0,FALSE,,, -soccer.n.01,liquid,0,0,FALSE,,, -soccer.n.01,heatSource,0,0,FALSE,,, -soccer.n.01,fireSource,0,0,FALSE,,, -soccer.n.01,cookable,0,0,FALSE,,, -soccer.n.01,coldSource,0,0,FALSE,,, -soccer.n.01,sliceable,0,0,FALSE,,, -soccer.n.01,slicer,1,0,FALSE,,, -soccer.n.01,soakable,0,0,FALSE,,, -hand_tool.n.01,liquid,0,0,FALSE,,, -hand_tool.n.01,heatSource,0,0,FALSE,,, -hand_tool.n.01,fireSource,0,0,FALSE,,, -hand_tool.n.01,cookable,0,0,FALSE,,, -hand_tool.n.01,coldSource,0,0,FALSE,,, -hand_tool.n.01,sliceable,0,0,FALSE,,, -hand_tool.n.01,slicer,1,1,FALSE,,, -hand_tool.n.01,soakable,0,0,FALSE,,, -carbon_black.n.01,liquid,0,0,FALSE,,, -carbon_black.n.01,heatSource,0,0,FALSE,,, -carbon_black.n.01,fireSource,0,0,FALSE,,, -carbon_black.n.01,cookable,0,0,FALSE,,, -carbon_black.n.01,coldSource,0,0,FALSE,,, -carbon_black.n.01,sliceable,0,0,FALSE,,, -carbon_black.n.01,slicer,0,0,FALSE,,, -carbon_black.n.01,soakable,0,0,FALSE,,, -soy.n.04,liquid,0,0,FALSE,,, -soy.n.04,heatSource,0,0,FALSE,,, -soy.n.04,fireSource,1,0,FALSE,,, -soy.n.04,cookable,0,1,FALSE,,, -soy.n.04,coldSource,0,0,FALSE,,, -soy.n.04,sliceable,0,0,FALSE,,, -soy.n.04,slicer,0,0,FALSE,,, -soy.n.04,soakable,0,0,FALSE,,, -spackle.n.01,liquid,0,0,FALSE,,, -spackle.n.01,heatSource,0,0,FALSE,,, -spackle.n.01,fireSource,0,0,FALSE,,, -spackle.n.01,cookable,0,0,FALSE,,, -spackle.n.01,coldSource,1,0,FALSE,,, -spackle.n.01,sliceable,0,0,FALSE,,, -spackle.n.01,slicer,1,0,FALSE,,, -spackle.n.01,soakable,0,0,FALSE,,, -bottle.n.01,liquid,1,0,FALSE,,, -bottle.n.01,heatSource,0,0,FALSE,,, -bottle.n.01,fireSource,0,0,FALSE,,, -bottle.n.01,cookable,0,0,FALSE,,, -bottle.n.01,coldSource,1,0,FALSE,,, -bottle.n.01,sliceable,0,0,FALSE,,, -bottle.n.01,slicer,1,0,FALSE,,, -bottle.n.01,soakable,0,0,FALSE,,, -hot_sauce.n.01,liquid,0,0,FALSE,,, -hot_sauce.n.01,heatSource,1,0,FALSE,,, -hot_sauce.n.01,fireSource,1,0,FALSE,,, -hot_sauce.n.01,cookable,0,1,FALSE,,, -hot_sauce.n.01,coldSource,0,0,FALSE,,, -hot_sauce.n.01,sliceable,0,0,FALSE,,, -hot_sauce.n.01,slicer,0,0,FALSE,,, -hot_sauce.n.01,soakable,0,0,FALSE,,, -cooking_utensil.n.01,liquid,0,0,FALSE,,, -cooking_utensil.n.01,heatSource,1,0,FALSE,,, -cooking_utensil.n.01,fireSource,1,0,FALSE,,, -cooking_utensil.n.01,cookable,0,0,FALSE,,, -cooking_utensil.n.01,coldSource,0,0,FALSE,,, -cooking_utensil.n.01,sliceable,0,0,FALSE,,, -cooking_utensil.n.01,slicer,1,0,FALSE,,, -cooking_utensil.n.01,soakable,0,0,FALSE,,, -stucco.n.01,liquid,0,0,FALSE,,, -stucco.n.01,heatSource,0,0,FALSE,,, -stucco.n.01,fireSource,0,0,FALSE,,, -stucco.n.01,cookable,0,0,FALSE,,, -stucco.n.01,coldSource,0,0,FALSE,,, -stucco.n.01,sliceable,0,0,FALSE,,, -stucco.n.01,slicer,0,0,FALSE,,, -stucco.n.01,soakable,0,0,FALSE,,, -summer_squash.n.01,liquid,0,0,FALSE,,, -summer_squash.n.01,heatSource,0,0,FALSE,,, -summer_squash.n.01,fireSource,1,0,FALSE,,, -summer_squash.n.01,cookable,0,1,FALSE,,, -summer_squash.n.01,coldSource,0,0,FALSE,,, -summer_squash.n.01,sliceable,0,1,FALSE,,, -summer_squash.n.01,slicer,1,0,FALSE,,, -summer_squash.n.01,soakable,0,0,FALSE,,, -perspiration.n.01,liquid,1,1,FALSE,,, -perspiration.n.01,heatSource,0,0,FALSE,,, -perspiration.n.01,fireSource,0,0,FALSE,,, -perspiration.n.01,cookable,0,0,FALSE,,, -perspiration.n.01,coldSource,0,0,FALSE,,, -perspiration.n.01,sliceable,0,0,FALSE,,, -perspiration.n.01,slicer,0,0,FALSE,,, -perspiration.n.01,soakable,0,0,FALSE,,, -almond_oil.n.01,liquid,1,1,FALSE,,, -almond_oil.n.01,heatSource,0,0,FALSE,,, -almond_oil.n.01,fireSource,0,1,FALSE,,, -almond_oil.n.01,cookable,0,1,FALSE,,, -almond_oil.n.01,coldSource,1,0,FALSE,,, -almond_oil.n.01,sliceable,0,0,FALSE,,, -almond_oil.n.01,slicer,0,0,FALSE,,, -almond_oil.n.01,soakable,0,0,FALSE,,, -sweet_pepper.n.01,liquid,0,0,FALSE,,, -sweet_pepper.n.01,heatSource,0,0,FALSE,,, -sweet_pepper.n.01,fireSource,1,0,FALSE,,, -sweet_pepper.n.01,cookable,0,1,FALSE,,, -sweet_pepper.n.01,coldSource,0,0,FALSE,,, -sweet_pepper.n.01,sliceable,0,1,FALSE,,, -sweet_pepper.n.01,slicer,1,0,FALSE,,, -sweet_pepper.n.01,soakable,0,0,FALSE,,, -swiss_cheese.n.01,liquid,0,0,FALSE,,, -swiss_cheese.n.01,heatSource,0,0,FALSE,,, -swiss_cheese.n.01,fireSource,0,0,FALSE,,, -swiss_cheese.n.01,cookable,0,1,FALSE,,, -swiss_cheese.n.01,coldSource,0,0,FALSE,,, -swiss_cheese.n.01,sliceable,0,1,FALSE,,, -swiss_cheese.n.01,slicer,1,0,FALSE,,, -swiss_cheese.n.01,soakable,0,0,FALSE,,, -syringe.n.01,liquid,1,0,FALSE,,, -syringe.n.01,heatSource,0,0,FALSE,,, -syringe.n.01,fireSource,0,0,FALSE,,, -syringe.n.01,cookable,0,0,FALSE,,, -syringe.n.01,coldSource,1,0,FALSE,,, -syringe.n.01,sliceable,0,0,FALSE,,, -syringe.n.01,slicer,1,0,FALSE,,, -syringe.n.01,soakable,0,0,FALSE,,, -talcum.n.02,liquid,0,0,FALSE,,, -talcum.n.02,heatSource,0,0,FALSE,,, -talcum.n.02,fireSource,0,0,FALSE,,, -talcum.n.02,cookable,0,0,FALSE,,, -talcum.n.02,coldSource,0,0,FALSE,,, -talcum.n.02,sliceable,0,0,FALSE,,, -talcum.n.02,slicer,0,0,FALSE,,, -talcum.n.02,soakable,0,0,FALSE,,, -tarnish.n.01,liquid,0,0,FALSE,,, -tarnish.n.01,heatSource,0,0,FALSE,,, -tarnish.n.01,fireSource,0,0,FALSE,,, -tarnish.n.01,cookable,0,0,FALSE,,, -tarnish.n.01,coldSource,0,0,FALSE,,, -tarnish.n.01,sliceable,0,0,FALSE,,, -tarnish.n.01,slicer,0,0,FALSE,,, -tarnish.n.01,soakable,0,0,FALSE,,, -tassel.n.01,liquid,0,0,FALSE,,, -tassel.n.01,heatSource,0,0,FALSE,,, -tassel.n.01,fireSource,0,0,FALSE,,, -tassel.n.01,cookable,0,0,FALSE,,, -tassel.n.01,coldSource,0,0,FALSE,,, -tassel.n.01,sliceable,0,0,FALSE,,, -tassel.n.01,slicer,0,0,FALSE,,, -tassel.n.01,soakable,0,0,FALSE,,, -teddy.n.01,liquid,0,0,FALSE,,, -teddy.n.01,heatSource,0,0,FALSE,,, -teddy.n.01,fireSource,0,0,FALSE,,, -teddy.n.01,cookable,0,0,FALSE,,, -teddy.n.01,coldSource,0,0,FALSE,,, -teddy.n.01,sliceable,0,0,FALSE,,, -teddy.n.01,slicer,0,0,FALSE,,, -teddy.n.01,soakable,0,1,FALSE,,, -toaster_oven.n.01,liquid,0,0,FALSE,,, -toaster_oven.n.01,heatSource,1,1,FALSE,,, -toaster_oven.n.01,fireSource,0,0,FALSE,,, -toaster_oven.n.01,cookable,0,0,FALSE,,, -toaster_oven.n.01,coldSource,0,0,FALSE,,, -toaster_oven.n.01,sliceable,0,0,FALSE,,, -toaster_oven.n.01,slicer,1,0,FALSE,,, -toaster_oven.n.01,soakable,0,0,FALSE,,, -trampoline.n.01,liquid,0,0,FALSE,,, -trampoline.n.01,heatSource,0,0,FALSE,,, -trampoline.n.01,fireSource,0,0,FALSE,,, -trampoline.n.01,cookable,0,0,FALSE,,, -trampoline.n.01,coldSource,0,0,FALSE,,, -trampoline.n.01,sliceable,0,0,FALSE,,, -trampoline.n.01,slicer,0,0,FALSE,,, -trampoline.n.01,soakable,0,0,FALSE,,, -tripod.n.01,liquid,0,0,FALSE,,, -tripod.n.01,heatSource,0,0,FALSE,,, -tripod.n.01,fireSource,0,0,FALSE,,, -tripod.n.01,cookable,0,0,FALSE,,, -tripod.n.01,coldSource,0,0,FALSE,,, -tripod.n.01,sliceable,0,0,FALSE,,, -tripod.n.01,slicer,0,0,FALSE,,, -tripod.n.01,soakable,0,0,FALSE,,, -trophy.n.02,liquid,0,0,FALSE,,, -trophy.n.02,heatSource,0,0,FALSE,,, -trophy.n.02,fireSource,0,0,FALSE,,, -trophy.n.02,cookable,0,0,FALSE,,, -trophy.n.02,coldSource,0,0,FALSE,,, -trophy.n.02,sliceable,0,0,FALSE,,, -trophy.n.02,slicer,1,0,FALSE,,, -trophy.n.02,soakable,0,0,FALSE,,, -petite_marmite.n.01,liquid,1,1,FALSE,,, -petite_marmite.n.01,heatSource,0,0,FALSE,,, -petite_marmite.n.01,fireSource,1,0,FALSE,,, -petite_marmite.n.01,cookable,0,1,FALSE,,, -petite_marmite.n.01,coldSource,0,0,FALSE,,, -petite_marmite.n.01,sliceable,0,0,FALSE,,, -petite_marmite.n.01,slicer,0,0,FALSE,,, -petite_marmite.n.01,soakable,0,0,FALSE,,, -venison.n.01,liquid,0,0,FALSE,,, -venison.n.01,heatSource,0,0,FALSE,,, -venison.n.01,fireSource,1,0,FALSE,,, -venison.n.01,cookable,0,1,FALSE,,, -venison.n.01,coldSource,0,0,FALSE,,, -venison.n.01,sliceable,0,1,FALSE,,, -venison.n.01,slicer,0,0,FALSE,,, -venison.n.01,soakable,0,0,FALSE,,, -vest.n.01,liquid,0,0,FALSE,,, -vest.n.01,heatSource,0,0,FALSE,,, -vest.n.01,fireSource,0,0,FALSE,,, -vest.n.01,cookable,0,0,FALSE,,, -vest.n.01,coldSource,0,0,FALSE,,, -vest.n.01,sliceable,0,0,FALSE,,, -vest.n.01,slicer,0,0,FALSE,,, -vest.n.01,soakable,0,1,FALSE,,, -kitchen_appliance.n.01,liquid,0,0,FALSE,,, -kitchen_appliance.n.01,heatSource,1,0,FALSE,,, -kitchen_appliance.n.01,fireSource,0,0,FALSE,,, -kitchen_appliance.n.01,cookable,1,0,FALSE,,, -kitchen_appliance.n.01,coldSource,0,0,FALSE,,, -kitchen_appliance.n.01,sliceable,0,0,FALSE,,, -kitchen_appliance.n.01,slicer,1,1,FALSE,,, -kitchen_appliance.n.01,soakable,0,0,FALSE,,, -dispenser.n.01,liquid,0,0,FALSE,,, -dispenser.n.01,heatSource,0,0,FALSE,,, -dispenser.n.01,fireSource,0,0,FALSE,,, -dispenser.n.01,cookable,0,0,FALSE,,, -dispenser.n.01,coldSource,1,0,FALSE,,, -dispenser.n.01,sliceable,0,0,FALSE,,, -dispenser.n.01,slicer,1,1,FALSE,,, -dispenser.n.01,soakable,0,0,FALSE,,, -water_filter.n.01,liquid,0,0,FALSE,,, -water_filter.n.01,heatSource,0,0,FALSE,,, -water_filter.n.01,fireSource,0,0,FALSE,,, -water_filter.n.01,cookable,0,0,FALSE,,, -water_filter.n.01,coldSource,1,0,FALSE,,, -water_filter.n.01,sliceable,0,0,FALSE,,, -water_filter.n.01,slicer,1,0,FALSE,,, -water_filter.n.01,soakable,0,0,FALSE,,, -whetstone.n.01,liquid,0,0,FALSE,,, -whetstone.n.01,heatSource,0,0,FALSE,,, -whetstone.n.01,fireSource,0,0,FALSE,,, -whetstone.n.01,cookable,0,0,FALSE,,, -whetstone.n.01,coldSource,0,0,FALSE,,, -whetstone.n.01,sliceable,0,0,FALSE,,, -whetstone.n.01,slicer,1,0,FALSE,,, -whetstone.n.01,soakable,0,0,FALSE,,, -whistle.n.04,liquid,0,0,FALSE,,, -whistle.n.04,heatSource,0,0,FALSE,,, -whistle.n.04,fireSource,0,0,FALSE,,, -whistle.n.04,cookable,0,0,FALSE,,, -whistle.n.04,coldSource,0,0,FALSE,,, -whistle.n.04,sliceable,0,0,FALSE,,, -whistle.n.04,slicer,1,0,FALSE,,, -whistle.n.04,soakable,0,0,FALSE,,, -white_sauce.n.01,liquid,0,1,FALSE,,, -white_sauce.n.01,heatSource,0,0,FALSE,,, -white_sauce.n.01,fireSource,1,0,FALSE,,, -white_sauce.n.01,cookable,0,1,FALSE,,, -white_sauce.n.01,coldSource,1,0,FALSE,,, -white_sauce.n.01,sliceable,0,0,FALSE,,, -white_sauce.n.01,slicer,0,0,FALSE,,, -white_sauce.n.01,soakable,0,0,FALSE,,, -bread.n.01,liquid,0,0,FALSE,,, -bread.n.01,heatSource,0,0,FALSE,,, -bread.n.01,fireSource,1,0,FALSE,,, -bread.n.01,cookable,0,1,FALSE,,, -bread.n.01,coldSource,0,0,FALSE,,, -bread.n.01,sliceable,0,1,FALSE,,, -bread.n.01,slicer,1,0,FALSE,,, -bread.n.01,soakable,1,1,FALSE,,, -overgarment.n.01,liquid,0,0,FALSE,,, -overgarment.n.01,heatSource,0,0,FALSE,,, -overgarment.n.01,fireSource,0,0,FALSE,,, -overgarment.n.01,cookable,0,0,FALSE,,, -overgarment.n.01,coldSource,0,0,FALSE,,, -overgarment.n.01,sliceable,0,0,FALSE,,, -overgarment.n.01,slicer,0,0,FALSE,,, -overgarment.n.01,soakable,1,1,FALSE,,, -wire_cutter.n.01,liquid,0,0,FALSE,,, -wire_cutter.n.01,heatSource,0,0,FALSE,,, -wire_cutter.n.01,fireSource,0,0,FALSE,,, -wire_cutter.n.01,cookable,0,0,FALSE,,, -wire_cutter.n.01,coldSource,0,0,FALSE,,, -wire_cutter.n.01,sliceable,0,0,FALSE,,, -wire_cutter.n.01,slicer,1,1,FALSE,,, -wire_cutter.n.01,soakable,0,0,FALSE,,, -wok.n.01,liquid,0,0,FALSE,,, -wok.n.01,heatSource,1,1,FALSE,,, -wok.n.01,fireSource,1,0,FALSE,,, -wok.n.01,cookable,0,0,FALSE,,, -wok.n.01,coldSource,0,0,FALSE,,, -wok.n.01,sliceable,0,0,FALSE,,, -wok.n.01,slicer,0,0,FALSE,,, -wok.n.01,soakable,0,0,FALSE,,, -yam.n.03,liquid,0,0,FALSE,,, -yam.n.03,heatSource,0,0,FALSE,,, -yam.n.03,fireSource,1,0,FALSE,,, -yam.n.03,cookable,0,1,FALSE,,, -yam.n.03,coldSource,0,0,FALSE,,, -yam.n.03,sliceable,0,1,FALSE,,, -yam.n.03,slicer,1,0,FALSE,,, -yam.n.03,soakable,0,0,FALSE,,, -mat.n.03,liquid,0,0,FALSE,,, -mat.n.03,heatSource,0,0,FALSE,,, -mat.n.03,fireSource,0,0,FALSE,,, -mat.n.03,cookable,0,0,FALSE,,, -mat.n.03,coldSource,0,0,FALSE,,, -mat.n.03,sliceable,0,0,FALSE,,, -mat.n.03,slicer,0,0,FALSE,,, -mat.n.03,soakable,0,1,FALSE,,, -adhesive_material.n.01,liquid,0,0,FALSE,,, -adhesive_material.n.01,heatSource,0,0,FALSE,,, -adhesive_material.n.01,fireSource,0,0,FALSE,,, -adhesive_material.n.01,cookable,0,0,FALSE,,, -adhesive_material.n.01,coldSource,0,0,FALSE,,, -adhesive_material.n.01,sliceable,0,0,FALSE,,, -adhesive_material.n.01,slicer,0,0,FALSE,,, -adhesive_material.n.01,soakable,0,0,FALSE,,, -nectar.n.01,liquid,1,1,FALSE,,, -nectar.n.01,heatSource,0,0,FALSE,,, -nectar.n.01,fireSource,0,0,FALSE,,, -nectar.n.01,cookable,0,0,FALSE,,, -nectar.n.01,coldSource,1,0,FALSE,,, -nectar.n.01,sliceable,0,0,FALSE,,, -nectar.n.01,slicer,0,0,FALSE,,, -nectar.n.01,soakable,0,0,FALSE,,, -apple_pie.n.01,liquid,0,0,FALSE,,, -apple_pie.n.01,heatSource,0,0,FALSE,,, -apple_pie.n.01,fireSource,1,0,FALSE,,, -apple_pie.n.01,cookable,0,1,FALSE,,, -apple_pie.n.01,coldSource,0,0,FALSE,,, -apple_pie.n.01,sliceable,1,1,FALSE,,, -apple_pie.n.01,slicer,0,0,FALSE,,, -apple_pie.n.01,soakable,0,0,FALSE,,, -applesauce.n.01,liquid,0,1,FALSE,,, -applesauce.n.01,heatSource,0,0,FALSE,,, -applesauce.n.01,fireSource,1,1,FALSE,,, -applesauce.n.01,cookable,0,0,FALSE,,, -applesauce.n.01,coldSource,1,0,FALSE,,, -applesauce.n.01,sliceable,0,0,FALSE,,, -applesauce.n.01,slicer,0,0,FALSE,,, -applesauce.n.01,soakable,0,0,FALSE,,, -instrumentality.n.03,liquid,0,0,FALSE,,, -instrumentality.n.03,heatSource,1,0,FALSE,,, -instrumentality.n.03,fireSource,1,0,FALSE,,, -instrumentality.n.03,cookable,1,0,FALSE,,, -instrumentality.n.03,coldSource,1,0,FALSE,,, -instrumentality.n.03,sliceable,1,0,FALSE,,, -instrumentality.n.03,slicer,1,0,FALSE,,, -instrumentality.n.03,soakable,1,0,FALSE,,, -ashtray.n.01,liquid,0,0,FALSE,,, -ashtray.n.01,heatSource,0,0,FALSE,,, -ashtray.n.01,fireSource,0,0,FALSE,,, -ashtray.n.01,cookable,0,0,FALSE,,, -ashtray.n.01,coldSource,0,0,FALSE,,, -ashtray.n.01,sliceable,0,0,FALSE,,, -ashtray.n.01,slicer,1,0,FALSE,,, -ashtray.n.01,soakable,0,0,FALSE,,, -asphalt.n.01,liquid,0,0,FALSE,,, -asphalt.n.01,heatSource,0,0,FALSE,,, -asphalt.n.01,fireSource,0,0,FALSE,,, -asphalt.n.01,cookable,0,0,FALSE,,, -asphalt.n.01,coldSource,0,0,FALSE,,, -asphalt.n.01,sliceable,0,0,FALSE,,, -asphalt.n.01,slicer,0,0,FALSE,,, -asphalt.n.01,soakable,0,0,FALSE,,, -aspirin.n.01,liquid,0,0,FALSE,,, -aspirin.n.01,heatSource,0,0,FALSE,,, -aspirin.n.01,fireSource,0,0,FALSE,,, -aspirin.n.01,cookable,0,0,FALSE,,, -aspirin.n.01,coldSource,0,0,FALSE,,, -aspirin.n.01,sliceable,0,0,FALSE,,, -aspirin.n.01,slicer,1,0,FALSE,,, -aspirin.n.01,soakable,0,0,FALSE,,, -clothing.n.01,liquid,0,0,FALSE,,, -clothing.n.01,heatSource,0,0,FALSE,,, -clothing.n.01,fireSource,0,0,FALSE,,, -clothing.n.01,cookable,0,0,FALSE,,, -clothing.n.01,coldSource,0,0,FALSE,,, -clothing.n.01,sliceable,0,0,FALSE,,, -clothing.n.01,slicer,0,0,FALSE,,, -clothing.n.01,soakable,1,1,FALSE,,, -bamboo.n.01,liquid,0,0,FALSE,,, -bamboo.n.01,heatSource,0,0,FALSE,,, -bamboo.n.01,fireSource,0,0,FALSE,,, -bamboo.n.01,cookable,0,0,FALSE,,, -bamboo.n.01,coldSource,0,0,FALSE,,, -bamboo.n.01,sliceable,0,1,FALSE,,, -bamboo.n.01,slicer,1,0,FALSE,,, -bamboo.n.01,soakable,0,0,FALSE,,, -bandanna.n.01,liquid,0,0,FALSE,,, -bandanna.n.01,heatSource,0,0,FALSE,,, -bandanna.n.01,fireSource,0,0,FALSE,,, -bandanna.n.01,cookable,0,0,FALSE,,, -bandanna.n.01,coldSource,0,0,FALSE,,, -bandanna.n.01,sliceable,0,0,FALSE,,, -bandanna.n.01,slicer,1,0,FALSE,,, -bandanna.n.01,soakable,1,1,FALSE,,, -barley.n.02,liquid,0,0,FALSE,,, -barley.n.02,heatSource,0,0,FALSE,,, -barley.n.02,fireSource,1,0,FALSE,,, -barley.n.02,cookable,0,1,FALSE,,, -barley.n.02,coldSource,0,0,FALSE,,, -barley.n.02,sliceable,0,0,FALSE,,, -barley.n.02,slicer,0,0,FALSE,,, -barley.n.02,soakable,0,0,FALSE,,, -baseball.n.02,liquid,0,0,FALSE,,, -baseball.n.02,heatSource,0,0,FALSE,,, -baseball.n.02,fireSource,0,0,FALSE,,, -baseball.n.02,cookable,0,0,FALSE,,, -baseball.n.02,coldSource,0,0,FALSE,,, -baseball.n.02,sliceable,0,0,FALSE,,, -baseball.n.02,slicer,1,0,FALSE,,, -baseball.n.02,soakable,0,0,FALSE,,, -hand_glass.n.02,liquid,0,0,FALSE,,, -hand_glass.n.02,heatSource,0,0,FALSE,,, -hand_glass.n.02,fireSource,0,0,FALSE,,, -hand_glass.n.02,cookable,0,0,FALSE,,, -hand_glass.n.02,coldSource,1,0,FALSE,,, -hand_glass.n.02,sliceable,0,0,FALSE,,, -hand_glass.n.02,slicer,1,0,FALSE,,, -hand_glass.n.02,soakable,0,0,FALSE,,, -marigold.n.01,liquid,0,0,FALSE,,, -marigold.n.01,heatSource,0,0,FALSE,,, -marigold.n.01,fireSource,0,0,FALSE,,, -marigold.n.01,cookable,0,0,FALSE,,, -marigold.n.01,coldSource,0,0,FALSE,,, -marigold.n.01,sliceable,0,1,FALSE,,, -marigold.n.01,slicer,1,0,FALSE,,, -marigold.n.01,soakable,0,0,FALSE,,, -meat_loaf.n.01,liquid,0,0,FALSE,,, -meat_loaf.n.01,heatSource,0,0,FALSE,,, -meat_loaf.n.01,fireSource,1,0,FALSE,,, -meat_loaf.n.01,cookable,0,1,FALSE,,, -meat_loaf.n.01,coldSource,0,0,FALSE,,, -meat_loaf.n.01,sliceable,0,1,FALSE,,, -meat_loaf.n.01,slicer,0,0,FALSE,,, -meat_loaf.n.01,soakable,0,0,FALSE,,, -menorah.n.02,liquid,0,0,FALSE,,, -menorah.n.02,heatSource,0,0,FALSE,,, -menorah.n.02,fireSource,0,0,FALSE,,, -menorah.n.02,cookable,0,0,FALSE,,, -menorah.n.02,coldSource,1,0,FALSE,,, -menorah.n.02,sliceable,0,0,FALSE,,, -menorah.n.02,slicer,1,0,FALSE,,, -menorah.n.02,soakable,0,0,FALSE,,, -cup.n.03,liquid,0,0,FALSE,,, -cup.n.03,heatSource,0,0,FALSE,,, -cup.n.03,fireSource,0,0,FALSE,,, -cup.n.03,cookable,0,0,FALSE,,, -cup.n.03,coldSource,1,0,FALSE,,, -cup.n.03,sliceable,0,0,FALSE,,, -cup.n.03,slicer,1,0,FALSE,,, -cup.n.03,soakable,0,0,FALSE,,, -microphone.n.01,liquid,0,0,FALSE,,, -microphone.n.01,heatSource,0,0,FALSE,,, -microphone.n.01,fireSource,0,0,FALSE,,, -microphone.n.01,cookable,0,0,FALSE,,, -microphone.n.01,coldSource,0,0,FALSE,,, -microphone.n.01,sliceable,0,0,FALSE,,, -microphone.n.01,slicer,1,0,FALSE,,, -microphone.n.01,soakable,0,0,FALSE,,, -jug.n.01,liquid,1,0,FALSE,,, -jug.n.01,heatSource,0,0,FALSE,,, -jug.n.01,fireSource,0,0,FALSE,,, -jug.n.01,cookable,0,0,FALSE,,, -jug.n.01,coldSource,1,0,FALSE,,, -jug.n.01,sliceable,0,0,FALSE,,, -jug.n.01,slicer,1,0,FALSE,,, -jug.n.01,soakable,0,0,FALSE,,, -milkshake.n.01,liquid,1,1,FALSE,,, -milkshake.n.01,heatSource,0,0,FALSE,,, -milkshake.n.01,fireSource,0,0,FALSE,,, -milkshake.n.01,cookable,1,1,FALSE,,, -milkshake.n.01,coldSource,1,0,FALSE,,, -milkshake.n.01,sliceable,0,0,FALSE,,, -milkshake.n.01,slicer,0,0,FALSE,,, -milkshake.n.01,soakable,0,0,FALSE,,, -miso.n.01,liquid,0,0,FALSE,,, -miso.n.01,heatSource,0,0,FALSE,,, -miso.n.01,fireSource,1,0,FALSE,,, -miso.n.01,cookable,0,1,FALSE,,, -miso.n.01,coldSource,0,0,FALSE,,, -miso.n.01,sliceable,0,0,FALSE,,, -miso.n.01,slicer,0,0,FALSE,,, -miso.n.01,soakable,0,0,FALSE,,, -mortar.n.03,liquid,0,0,FALSE,,, -mortar.n.03,heatSource,0,0,FALSE,,, -mortar.n.03,fireSource,0,0,FALSE,,, -mortar.n.03,cookable,0,0,FALSE,,, -mortar.n.03,coldSource,0,0,FALSE,,, -mortar.n.03,sliceable,0,0,FALSE,,, -mortar.n.03,slicer,1,0,FALSE,,, -mortar.n.03,soakable,0,0,FALSE,,, -motorcycle.n.01,liquid,0,0,FALSE,,, -motorcycle.n.01,heatSource,0,0,FALSE,,, -motorcycle.n.01,fireSource,0,0,FALSE,,, -motorcycle.n.01,cookable,0,0,FALSE,,, -motorcycle.n.01,coldSource,0,0,FALSE,,, -motorcycle.n.01,sliceable,0,0,FALSE,,, -motorcycle.n.01,slicer,1,0,FALSE,,, -motorcycle.n.01,soakable,0,0,FALSE,,, -meter.n.02,liquid,0,0,FALSE,,, -meter.n.02,heatSource,0,0,FALSE,,, -meter.n.02,fireSource,0,0,FALSE,,, -meter.n.02,cookable,0,0,FALSE,,, -meter.n.02,coldSource,0,0,FALSE,,, -meter.n.02,sliceable,0,0,FALSE,,, -meter.n.02,slicer,1,0,FALSE,,, -meter.n.02,soakable,0,0,FALSE,,, -mustard_seed.n.01,liquid,0,0,FALSE,,, -mustard_seed.n.01,heatSource,0,0,FALSE,,, -mustard_seed.n.01,fireSource,1,0,FALSE,,, -mustard_seed.n.01,cookable,0,1,FALSE,,, -mustard_seed.n.01,coldSource,0,0,FALSE,,, -mustard_seed.n.01,sliceable,0,0,FALSE,,, -mustard_seed.n.01,slicer,0,0,FALSE,,, -mustard_seed.n.01,soakable,0,0,FALSE,,, -nacho.n.01,liquid,0,0,FALSE,,, -nacho.n.01,heatSource,0,0,FALSE,,, -nacho.n.01,fireSource,1,0,FALSE,,, -nacho.n.01,cookable,0,1,FALSE,,, -nacho.n.01,coldSource,0,0,FALSE,,, -nacho.n.01,sliceable,0,1,FALSE,,, -nacho.n.01,slicer,1,0,FALSE,,, -nacho.n.01,soakable,0,1,FALSE,,, -name_tag.n.01,liquid,0,0,FALSE,,, -name_tag.n.01,heatSource,0,0,FALSE,,, -name_tag.n.01,fireSource,0,0,FALSE,,, -name_tag.n.01,cookable,0,0,FALSE,,, -name_tag.n.01,coldSource,1,0,FALSE,,, -name_tag.n.01,sliceable,0,0,FALSE,,, -name_tag.n.01,slicer,1,0,FALSE,,, -name_tag.n.01,soakable,0,0,FALSE,,, -nectarine.n.02,liquid,0,0,FALSE,,, -nectarine.n.02,heatSource,0,0,FALSE,,, -nectarine.n.02,fireSource,0,0,FALSE,,, -nectarine.n.02,cookable,0,1,FALSE,,, -nectarine.n.02,coldSource,0,0,FALSE,,, -nectarine.n.02,sliceable,0,1,FALSE,,, -nectarine.n.02,slicer,0,0,FALSE,,, -nectarine.n.02,soakable,0,0,FALSE,,, -nitrogen.n.01,liquid,0,0,FALSE,,, -nitrogen.n.01,heatSource,0,0,FALSE,,, -nitrogen.n.01,fireSource,0,0,FALSE,,, -nitrogen.n.01,cookable,0,0,FALSE,,, -nitrogen.n.01,coldSource,0,0,FALSE,,, -nitrogen.n.01,sliceable,0,0,FALSE,,, -nitrogen.n.01,slicer,1,0,FALSE,,, -nitrogen.n.01,soakable,0,0,FALSE,,, -omelet.n.01,liquid,0,0,FALSE,,, -omelet.n.01,heatSource,0,0,FALSE,,, -omelet.n.01,fireSource,1,0,FALSE,,, -omelet.n.01,cookable,0,1,FALSE,,, -omelet.n.01,coldSource,1,0,FALSE,,, -omelet.n.01,sliceable,0,1,FALSE,,, -omelet.n.01,slicer,0,0,FALSE,,, -omelet.n.01,soakable,1,0,FALSE,,, -nightwear.n.01,liquid,0,0,FALSE,,, -nightwear.n.01,heatSource,0,0,FALSE,,, -nightwear.n.01,fireSource,0,0,FALSE,,, -nightwear.n.01,cookable,0,0,FALSE,,, -nightwear.n.01,coldSource,0,0,FALSE,,, -nightwear.n.01,sliceable,0,0,FALSE,,, -nightwear.n.01,slicer,0,0,FALSE,,, -nightwear.n.01,soakable,0,1,FALSE,,, -orange_zest.n.01,liquid,0,1,FALSE,,, -orange_zest.n.01,heatSource,0,0,FALSE,,, -orange_zest.n.01,fireSource,0,0,FALSE,,, -orange_zest.n.01,cookable,0,1,FALSE,,, -orange_zest.n.01,coldSource,0,0,FALSE,,, -orange_zest.n.01,sliceable,0,1,FALSE,,, -orange_zest.n.01,slicer,0,0,FALSE,,, -orange_zest.n.01,soakable,0,0,FALSE,,, -remover.n.01,liquid,1,1,FALSE,,, -remover.n.01,heatSource,0,0,FALSE,,, -remover.n.01,fireSource,0,0,FALSE,,, -remover.n.01,cookable,0,0,FALSE,,, -remover.n.01,coldSource,0,0,FALSE,,, -remover.n.01,sliceable,0,0,FALSE,,, -remover.n.01,slicer,0,0,FALSE,,, -remover.n.01,soakable,0,0,FALSE,,, -cut_of_pork.n.01,liquid,0,0,FALSE,,, -cut_of_pork.n.01,heatSource,0,0,FALSE,,, -cut_of_pork.n.01,fireSource,1,0,FALSE,,, -cut_of_pork.n.01,cookable,0,1,FALSE,,, -cut_of_pork.n.01,coldSource,0,0,FALSE,,, -cut_of_pork.n.01,sliceable,0,1,FALSE,,, -cut_of_pork.n.01,slicer,0,0,FALSE,,, -cut_of_pork.n.01,soakable,0,0,FALSE,,, -paraffin.n.01,liquid,0,0,FALSE,,, -paraffin.n.01,heatSource,0,0,FALSE,,, -paraffin.n.01,fireSource,0,1,FALSE,,, -paraffin.n.01,cookable,0,0,FALSE,,, -paraffin.n.01,coldSource,0,0,FALSE,,, -paraffin.n.01,sliceable,0,0,FALSE,,, -paraffin.n.01,slicer,0,0,FALSE,,, -paraffin.n.01,soakable,0,0,FALSE,,, -paring_knife.n.01,liquid,0,0,FALSE,,, -paring_knife.n.01,heatSource,0,0,FALSE,,, -paring_knife.n.01,fireSource,0,0,FALSE,,, -paring_knife.n.01,cookable,0,0,FALSE,,, -paring_knife.n.01,coldSource,0,0,FALSE,,, -paring_knife.n.01,sliceable,1,0,FALSE,,, -paring_knife.n.01,slicer,1,1,FALSE,,, -paring_knife.n.01,soakable,0,0,FALSE,,, -cutter.n.06,liquid,0,0,FALSE,,, -cutter.n.06,heatSource,0,0,FALSE,,, -cutter.n.06,fireSource,0,0,FALSE,,, -cutter.n.06,cookable,0,0,FALSE,,, -cutter.n.06,coldSource,0,0,FALSE,,, -cutter.n.06,sliceable,1,0,FALSE,,, -cutter.n.06,slicer,1,1,FALSE,,, -cutter.n.06,soakable,0,0,FALSE,,, -peat.n.01,liquid,0,0,FALSE,,, -peat.n.01,heatSource,1,0,FALSE,,, -peat.n.01,fireSource,0,1,FALSE,,, -peat.n.01,cookable,0,0,FALSE,,, -peat.n.01,coldSource,0,0,FALSE,,, -peat.n.01,sliceable,0,0,FALSE,,, -peat.n.01,slicer,0,0,FALSE,,, -peat.n.01,soakable,0,0,FALSE,,, -pepper_shaker.n.01,liquid,0,0,FALSE,,, -pepper_shaker.n.01,heatSource,0,0,FALSE,,, -pepper_shaker.n.01,fireSource,0,0,FALSE,,, -pepper_shaker.n.01,cookable,0,0,FALSE,,, -pepper_shaker.n.01,coldSource,0,0,FALSE,,, -pepper_shaker.n.01,sliceable,0,0,FALSE,,, -pepper_shaker.n.01,slicer,1,0,FALSE,,, -pepper_shaker.n.01,soakable,0,0,FALSE,,, -peppermint.n.03,liquid,0,0,FALSE,,, -peppermint.n.03,heatSource,0,0,FALSE,,, -peppermint.n.03,fireSource,0,0,FALSE,,, -peppermint.n.03,cookable,0,1,FALSE,,, -peppermint.n.03,coldSource,0,0,FALSE,,, -peppermint.n.03,sliceable,0,1,FALSE,,, -peppermint.n.03,slicer,0,0,FALSE,,, -peppermint.n.03,soakable,0,0,FALSE,,, -perch.n.01,liquid,0,0,FALSE,,, -perch.n.01,heatSource,0,0,FALSE,,, -perch.n.01,fireSource,0,0,FALSE,,, -perch.n.01,cookable,0,0,FALSE,,, -perch.n.01,coldSource,0,0,FALSE,,, -perch.n.01,sliceable,0,1,FALSE,,, -perch.n.01,slicer,0,0,FALSE,,, -perch.n.01,soakable,0,0,FALSE,,, -pestle.n.03,liquid,0,0,FALSE,,, -pestle.n.03,heatSource,0,0,FALSE,,, -pestle.n.03,fireSource,0,0,FALSE,,, -pestle.n.03,cookable,0,0,FALSE,,, -pestle.n.03,coldSource,0,0,FALSE,,, -pestle.n.03,sliceable,0,0,FALSE,,, -pestle.n.03,slicer,0,0,FALSE,,, -pestle.n.03,soakable,0,0,FALSE,,, -fecal_matter.n.01,liquid,0,0,FALSE,,, -fecal_matter.n.01,heatSource,0,0,FALSE,,, -fecal_matter.n.01,fireSource,0,0,FALSE,,, -fecal_matter.n.01,cookable,0,0,FALSE,,, -fecal_matter.n.01,coldSource,0,0,FALSE,,, -fecal_matter.n.01,sliceable,0,0,FALSE,,, -fecal_matter.n.01,slicer,0,0,FALSE,,, -fecal_matter.n.01,soakable,0,0,FALSE,,, -photocopier.n.01,liquid,0,0,FALSE,,, -photocopier.n.01,heatSource,0,0,FALSE,,, -photocopier.n.01,fireSource,0,0,FALSE,,, -photocopier.n.01,cookable,0,0,FALSE,,, -photocopier.n.01,coldSource,0,0,FALSE,,, -photocopier.n.01,sliceable,0,0,FALSE,,, -photocopier.n.01,slicer,1,0,FALSE,,, -photocopier.n.01,soakable,0,0,FALSE,,, -picture_frame.n.01,liquid,0,0,FALSE,,, -picture_frame.n.01,heatSource,0,0,FALSE,,, -picture_frame.n.01,fireSource,0,0,FALSE,,, -picture_frame.n.01,cookable,0,0,FALSE,,, -picture_frame.n.01,coldSource,0,0,FALSE,,, -picture_frame.n.01,sliceable,0,0,FALSE,,, -picture_frame.n.01,slicer,0,0,FALSE,,, -picture_frame.n.01,soakable,0,0,FALSE,,, -pill.n.01,liquid,0,0,FALSE,,, -pill.n.01,heatSource,0,0,FALSE,,, -pill.n.01,fireSource,0,0,FALSE,,, -pill.n.01,cookable,0,0,FALSE,,, -pill.n.01,coldSource,0,0,FALSE,,, -pill.n.01,sliceable,0,0,FALSE,,, -pill.n.01,slicer,1,0,FALSE,,, -pill.n.01,soakable,0,0,FALSE,,, -pilsner.n.01,liquid,1,1,FALSE,,, -pilsner.n.01,heatSource,0,0,FALSE,,, -pilsner.n.01,fireSource,0,0,FALSE,,, -pilsner.n.01,cookable,0,0,FALSE,,, -pilsner.n.01,coldSource,0,0,FALSE,,, -pilsner.n.01,sliceable,0,0,FALSE,,, -pilsner.n.01,slicer,1,0,FALSE,,, -pilsner.n.01,soakable,0,0,FALSE,,, -pine_nut.n.01,liquid,0,0,FALSE,,, -pine_nut.n.01,heatSource,0,0,FALSE,,, -pine_nut.n.01,fireSource,1,0,FALSE,,, -pine_nut.n.01,cookable,0,1,FALSE,,, -pine_nut.n.01,coldSource,0,0,FALSE,,, -pine_nut.n.01,sliceable,0,1,FALSE,,, -pine_nut.n.01,slicer,0,0,FALSE,,, -pine_nut.n.01,soakable,0,0,FALSE,,, -tomato_sauce.n.01,liquid,0,0,FALSE,,, -tomato_sauce.n.01,heatSource,0,0,FALSE,,, -tomato_sauce.n.01,fireSource,1,0,FALSE,,, -tomato_sauce.n.01,cookable,0,1,FALSE,,, -tomato_sauce.n.01,coldSource,1,0,FALSE,,, -tomato_sauce.n.01,sliceable,0,0,FALSE,,, -tomato_sauce.n.01,slicer,0,0,FALSE,,, -tomato_sauce.n.01,soakable,0,0,FALSE,,, -slab.n.01,liquid,0,0,FALSE,,, -slab.n.01,heatSource,0,0,FALSE,,, -slab.n.01,fireSource,0,0,FALSE,,, -slab.n.01,cookable,0,0,FALSE,,, -slab.n.01,coldSource,0,0,FALSE,,, -slab.n.01,sliceable,0,0,FALSE,,, -slab.n.01,slicer,0,0,FALSE,,, -slab.n.01,soakable,0,0,FALSE,,, -poker.n.01,liquid,0,0,FALSE,,, -poker.n.01,heatSource,1,0,FALSE,,, -poker.n.01,fireSource,0,0,FALSE,,, -poker.n.01,cookable,0,0,FALSE,,, -poker.n.01,coldSource,0,0,FALSE,,, -poker.n.01,sliceable,0,0,FALSE,,, -poker.n.01,slicer,1,0,FALSE,,, -poker.n.01,soakable,0,0,FALSE,,, -polo_shirt.n.01,liquid,0,0,FALSE,,, -polo_shirt.n.01,heatSource,0,0,FALSE,,, -polo_shirt.n.01,fireSource,0,0,FALSE,,, -polo_shirt.n.01,cookable,0,0,FALSE,,, -polo_shirt.n.01,coldSource,0,0,FALSE,,, -polo_shirt.n.01,sliceable,0,0,FALSE,,, -polo_shirt.n.01,slicer,0,0,FALSE,,, -polo_shirt.n.01,soakable,1,1,FALSE,,, -poppy_seed.n.01,liquid,0,0,FALSE,,, -poppy_seed.n.01,heatSource,0,0,FALSE,,, -poppy_seed.n.01,fireSource,1,0,FALSE,,, -poppy_seed.n.01,cookable,0,0,FALSE,,, -poppy_seed.n.01,coldSource,0,0,FALSE,,, -poppy_seed.n.01,sliceable,0,0,FALSE,,, -poppy_seed.n.01,slicer,0,0,FALSE,,, -poppy_seed.n.01,soakable,0,0,FALSE,,, -pork_tenderloin.n.01,liquid,0,0,FALSE,,, -pork_tenderloin.n.01,heatSource,0,0,FALSE,,, -pork_tenderloin.n.01,fireSource,1,0,FALSE,,, -pork_tenderloin.n.01,cookable,0,1,FALSE,,, -pork_tenderloin.n.01,coldSource,0,0,FALSE,,, -pork_tenderloin.n.01,sliceable,0,1,FALSE,,, -pork_tenderloin.n.01,slicer,0,0,FALSE,,, -pork_tenderloin.n.01,soakable,0,0,FALSE,,, -porter.n.07,liquid,0,1,FALSE,,, -porter.n.07,heatSource,0,0,FALSE,,, -porter.n.07,fireSource,0,0,FALSE,,, -porter.n.07,cookable,0,0,FALSE,,, -porter.n.07,coldSource,0,0,FALSE,,, -porter.n.07,sliceable,0,0,FALSE,,, -porter.n.07,slicer,0,0,FALSE,,, -porter.n.07,soakable,0,0,FALSE,,, -outlet.n.02,liquid,0,0,FALSE,,, -outlet.n.02,heatSource,0,0,FALSE,,, -outlet.n.02,fireSource,0,0,FALSE,,, -outlet.n.02,cookable,0,0,FALSE,,, -outlet.n.02,coldSource,0,0,FALSE,,, -outlet.n.02,sliceable,0,0,FALSE,,, -outlet.n.02,slicer,1,0,FALSE,,, -outlet.n.02,soakable,0,0,FALSE,,, -white_wine.n.01,liquid,1,1,FALSE,,, -white_wine.n.01,heatSource,0,0,FALSE,,, -white_wine.n.01,fireSource,0,0,FALSE,,, -white_wine.n.01,cookable,0,0,FALSE,,, -white_wine.n.01,coldSource,1,0,FALSE,,, -white_wine.n.01,sliceable,0,0,FALSE,,, -white_wine.n.01,slicer,0,0,FALSE,,, -white_wine.n.01,soakable,0,0,FALSE,,, -pudding.n.01,liquid,0,0,FALSE,,, -pudding.n.01,heatSource,0,0,FALSE,,, -pudding.n.01,fireSource,1,0,FALSE,,, -pudding.n.01,cookable,0,1,FALSE,,, -pudding.n.01,coldSource,1,0,FALSE,,, -pudding.n.01,sliceable,0,0,FALSE,,, -pudding.n.01,slicer,0,0,FALSE,,, -pudding.n.01,soakable,1,0,FALSE,,, -pulley.n.01,liquid,0,0,FALSE,,, -pulley.n.01,heatSource,0,0,FALSE,,, -pulley.n.01,fireSource,0,0,FALSE,,, -pulley.n.01,cookable,0,0,FALSE,,, -pulley.n.01,coldSource,0,0,FALSE,,, -pulley.n.01,sliceable,0,0,FALSE,,, -pulley.n.01,slicer,0,0,FALSE,,, -pulley.n.01,soakable,0,0,FALSE,,, -punch.n.02,liquid,1,1,FALSE,,, -punch.n.02,heatSource,0,0,FALSE,,, -punch.n.02,fireSource,0,0,FALSE,,, -punch.n.02,cookable,1,1,FALSE,,, -punch.n.02,coldSource,1,0,FALSE,,, -punch.n.02,sliceable,0,0,FALSE,,, -punch.n.02,slicer,0,0,FALSE,,, -punch.n.02,soakable,0,0,FALSE,,, -gourd.n.02,liquid,0,0,FALSE,,, -gourd.n.02,heatSource,0,0,FALSE,,, -gourd.n.02,fireSource,0,0,FALSE,,, -gourd.n.02,cookable,0,1,FALSE,,, -gourd.n.02,coldSource,0,0,FALSE,,, -gourd.n.02,sliceable,0,1,FALSE,,, -gourd.n.02,slicer,0,0,FALSE,,, -gourd.n.02,soakable,0,0,FALSE,,, -grouper.n.01,liquid,0,0,FALSE,,, -grouper.n.01,heatSource,0,0,FALSE,,, -grouper.n.01,fireSource,1,0,FALSE,,, -grouper.n.01,cookable,0,1,FALSE,,, -grouper.n.01,coldSource,0,0,FALSE,,, -grouper.n.01,sliceable,0,1,FALSE,,, -grouper.n.01,slicer,0,0,FALSE,,, -grouper.n.01,soakable,0,0,FALSE,,, -hairpin.n.01,liquid,0,0,FALSE,,, -hairpin.n.01,heatSource,0,0,FALSE,,, -hairpin.n.01,fireSource,0,0,FALSE,,, -hairpin.n.01,cookable,0,0,FALSE,,, -hairpin.n.01,coldSource,0,0,FALSE,,, -hairpin.n.01,sliceable,0,0,FALSE,,, -hairpin.n.01,slicer,1,0,FALSE,,, -hairpin.n.01,soakable,0,0,FALSE,,, -tie.n.09,liquid,0,0,FALSE,,, -tie.n.09,heatSource,0,0,FALSE,,, -tie.n.09,fireSource,0,0,FALSE,,, -tie.n.09,cookable,0,0,FALSE,,, -tie.n.09,coldSource,0,0,FALSE,,, -tie.n.09,sliceable,0,0,FALSE,,, -tie.n.09,slicer,0,0,FALSE,,, -tie.n.09,soakable,0,0,FALSE,,, -halibut.n.01,liquid,0,0,FALSE,,, -halibut.n.01,heatSource,0,0,FALSE,,, -halibut.n.01,fireSource,1,0,FALSE,,, -halibut.n.01,cookable,0,1,FALSE,,, -halibut.n.01,coldSource,0,0,FALSE,,, -halibut.n.01,sliceable,0,1,FALSE,,, -halibut.n.01,slicer,0,0,FALSE,,, -halibut.n.01,soakable,0,0,FALSE,,, -ham_hock.n.01,liquid,0,0,FALSE,,, -ham_hock.n.01,heatSource,0,0,FALSE,,, -ham_hock.n.01,fireSource,1,0,FALSE,,, -ham_hock.n.01,cookable,0,1,FALSE,,, -ham_hock.n.01,coldSource,0,0,FALSE,,, -ham_hock.n.01,sliceable,0,1,FALSE,,, -ham_hock.n.01,slicer,1,0,FALSE,,, -ham_hock.n.01,soakable,0,0,FALSE,,, -hand_shovel.n.01,liquid,0,0,FALSE,,, -hand_shovel.n.01,heatSource,0,0,FALSE,,, -hand_shovel.n.01,fireSource,0,0,FALSE,,, -hand_shovel.n.01,cookable,0,0,FALSE,,, -hand_shovel.n.01,coldSource,0,0,FALSE,,, -hand_shovel.n.01,sliceable,0,0,FALSE,,, -hand_shovel.n.01,slicer,1,0,FALSE,,, -hand_shovel.n.01,soakable,0,0,FALSE,,, -iron.n.03,liquid,0,0,FALSE,,, -iron.n.03,heatSource,1,0,FALSE,,, -iron.n.03,fireSource,0,0,FALSE,,, -iron.n.03,cookable,0,0,FALSE,,, -iron.n.03,coldSource,0,0,FALSE,,, -iron.n.03,sliceable,0,0,FALSE,,, -iron.n.03,slicer,1,0,FALSE,,, -iron.n.03,soakable,0,0,FALSE,,, -planter.n.01,liquid,0,0,FALSE,,, -planter.n.01,heatSource,0,0,FALSE,,, -planter.n.01,fireSource,0,0,FALSE,,, -planter.n.01,cookable,0,0,FALSE,,, -planter.n.01,coldSource,0,0,FALSE,,, -planter.n.01,sliceable,0,0,FALSE,,, -planter.n.01,slicer,1,0,FALSE,,, -planter.n.01,soakable,0,0,FALSE,,, -hazelnut.n.01,liquid,0,0,FALSE,,, -hazelnut.n.01,heatSource,0,0,FALSE,,, -hazelnut.n.01,fireSource,1,0,FALSE,,, -hazelnut.n.01,cookable,0,1,FALSE,,, -hazelnut.n.01,coldSource,0,0,FALSE,,, -hazelnut.n.01,sliceable,0,1,FALSE,,, -hazelnut.n.01,slicer,0,0,FALSE,,, -hazelnut.n.01,soakable,0,0,FALSE,,, -forefront.n.01,liquid,0,0,FALSE,,, -forefront.n.01,heatSource,0,0,FALSE,,, -forefront.n.01,fireSource,0,0,FALSE,,, -forefront.n.01,cookable,0,0,FALSE,,, -forefront.n.01,coldSource,1,0,FALSE,,, -forefront.n.01,sliceable,0,0,FALSE,,, -forefront.n.01,slicer,0,0,FALSE,,, -forefront.n.01,soakable,0,0,FALSE,,, -hedge.n.01,liquid,0,0,FALSE,,, -hedge.n.01,heatSource,0,0,FALSE,,, -hedge.n.01,fireSource,0,0,FALSE,,, -hedge.n.01,cookable,0,0,FALSE,,, -hedge.n.01,coldSource,0,0,FALSE,,, -hedge.n.01,sliceable,0,0,FALSE,,, -hedge.n.01,slicer,0,0,FALSE,,, -hedge.n.01,soakable,0,0,FALSE,,, -allen_wrench.n.01,liquid,0,0,FALSE,,, -allen_wrench.n.01,heatSource,0,0,FALSE,,, -allen_wrench.n.01,fireSource,0,0,FALSE,,, -allen_wrench.n.01,cookable,0,0,FALSE,,, -allen_wrench.n.01,coldSource,0,0,FALSE,,, -allen_wrench.n.01,sliceable,0,0,FALSE,,, -allen_wrench.n.01,slicer,1,0,FALSE,,, -allen_wrench.n.01,soakable,0,0,FALSE,,, -buskin.n.01,liquid,0,0,FALSE,,, -buskin.n.01,heatSource,0,0,FALSE,,, -buskin.n.01,fireSource,0,0,FALSE,,, -buskin.n.01,cookable,0,0,FALSE,,, -buskin.n.01,coldSource,0,0,FALSE,,, -buskin.n.01,sliceable,0,0,FALSE,,, -buskin.n.01,slicer,0,0,FALSE,,, -buskin.n.01,soakable,0,1,FALSE,,, -hutch.n.01,liquid,0,0,FALSE,,, -hutch.n.01,heatSource,0,0,FALSE,,, -hutch.n.01,fireSource,0,0,FALSE,,, -hutch.n.01,cookable,0,0,FALSE,,, -hutch.n.01,coldSource,0,0,FALSE,,, -hutch.n.01,sliceable,0,0,FALSE,,, -hutch.n.01,slicer,0,0,FALSE,,, -hutch.n.01,soakable,0,0,FALSE,,, -inhaler.n.01,liquid,0,0,FALSE,,, -inhaler.n.01,heatSource,0,0,FALSE,,, -inhaler.n.01,fireSource,0,0,FALSE,,, -inhaler.n.01,cookable,0,0,FALSE,,, -inhaler.n.01,coldSource,0,0,FALSE,,, -inhaler.n.01,sliceable,0,0,FALSE,,, -inhaler.n.01,slicer,1,0,FALSE,,, -inhaler.n.01,soakable,0,0,FALSE,,, -jerky.n.01,liquid,0,0,FALSE,,, -jerky.n.01,heatSource,0,0,FALSE,,, -jerky.n.01,fireSource,1,0,FALSE,,, -jerky.n.01,cookable,0,1,FALSE,,, -jerky.n.01,coldSource,0,0,FALSE,,, -jerky.n.01,sliceable,0,1,FALSE,,, -jerky.n.01,slicer,0,0,FALSE,,, -jerky.n.01,soakable,0,0,FALSE,,, -shot_glass.n.01,liquid,0,0,FALSE,,, -shot_glass.n.01,heatSource,0,0,FALSE,,, -shot_glass.n.01,fireSource,0,0,FALSE,,, -shot_glass.n.01,cookable,0,0,FALSE,,, -shot_glass.n.01,coldSource,1,0,FALSE,,, -shot_glass.n.01,sliceable,0,0,FALSE,,, -shot_glass.n.01,slicer,1,0,FALSE,,, -shot_glass.n.01,soakable,0,0,FALSE,,, -lager.n.02,liquid,1,1,FALSE,,, -lager.n.02,heatSource,0,0,FALSE,,, -lager.n.02,fireSource,0,0,FALSE,,, -lager.n.02,cookable,0,0,FALSE,,, -lager.n.02,coldSource,1,0,FALSE,,, -lager.n.02,sliceable,0,0,FALSE,,, -lager.n.02,slicer,0,0,FALSE,,, -lager.n.02,soakable,0,0,FALSE,,, -legging.n.01,liquid,0,0,FALSE,,, -legging.n.01,heatSource,0,0,FALSE,,, -legging.n.01,fireSource,0,0,FALSE,,, -legging.n.01,cookable,0,0,FALSE,,, -legging.n.01,coldSource,0,0,FALSE,,, -legging.n.01,sliceable,0,0,FALSE,,, -legging.n.01,slicer,0,0,FALSE,,, -legging.n.01,soakable,1,1,FALSE,,, -lemon_peel.n.01,liquid,0,0,FALSE,,, -lemon_peel.n.01,heatSource,0,0,FALSE,,, -lemon_peel.n.01,fireSource,0,0,FALSE,,, -lemon_peel.n.01,cookable,0,1,FALSE,,, -lemon_peel.n.01,coldSource,0,0,FALSE,,, -lemon_peel.n.01,sliceable,0,1,FALSE,,, -lemon_peel.n.01,slicer,0,0,FALSE,,, -lemon_peel.n.01,soakable,0,0,FALSE,,, -lens.n.01,liquid,0,0,FALSE,,, -lens.n.01,heatSource,0,0,FALSE,,, -lens.n.01,fireSource,0,0,FALSE,,, -lens.n.01,cookable,0,0,FALSE,,, -lens.n.01,coldSource,0,0,FALSE,,, -lens.n.01,sliceable,0,0,FALSE,,, -lens.n.01,slicer,1,0,FALSE,,, -lens.n.01,soakable,0,0,FALSE,,, -butane.n.01,liquid,0,0,FALSE,,, -butane.n.01,heatSource,0,0,FALSE,,, -butane.n.01,fireSource,0,0,FALSE,,, -butane.n.01,cookable,0,0,FALSE,,, -butane.n.01,coldSource,0,0,FALSE,,, -butane.n.01,sliceable,0,0,FALSE,,, -butane.n.01,slicer,1,0,FALSE,,, -butane.n.01,soakable,0,0,FALSE,,, -lily.n.01,liquid,0,0,FALSE,,, -lily.n.01,heatSource,0,0,FALSE,,, -lily.n.01,fireSource,0,0,FALSE,,, -lily.n.01,cookable,0,0,FALSE,,, -lily.n.01,coldSource,0,0,FALSE,,, -lily.n.01,sliceable,0,0,FALSE,,, -lily.n.01,slicer,1,0,FALSE,,, -lily.n.01,soakable,0,0,FALSE,,, -lima_bean.n.03,liquid,0,0,FALSE,,, -lima_bean.n.03,heatSource,0,0,FALSE,,, -lima_bean.n.03,fireSource,1,0,FALSE,,, -lima_bean.n.03,cookable,0,1,FALSE,,, -lima_bean.n.03,coldSource,0,0,FALSE,,, -lima_bean.n.03,sliceable,0,0,FALSE,,, -lima_bean.n.03,slicer,1,0,FALSE,,, -lima_bean.n.03,soakable,0,0,FALSE,,, -limeade.n.01,liquid,1,1,FALSE,,, -limeade.n.01,heatSource,0,0,FALSE,,, -limeade.n.01,fireSource,0,0,FALSE,,, -limeade.n.01,cookable,1,1,FALSE,,, -limeade.n.01,coldSource,1,0,FALSE,,, -limeade.n.01,sliceable,0,0,FALSE,,, -limeade.n.01,slicer,0,0,FALSE,,, -limeade.n.01,soakable,0,0,FALSE,,, -calcium_carbonate.n.01,liquid,0,0,FALSE,,, -calcium_carbonate.n.01,heatSource,0,0,FALSE,,, -calcium_carbonate.n.01,fireSource,0,0,FALSE,,, -calcium_carbonate.n.01,cookable,0,0,FALSE,,, -calcium_carbonate.n.01,coldSource,0,0,FALSE,,, -calcium_carbonate.n.01,sliceable,0,0,FALSE,,, -calcium_carbonate.n.01,slicer,0,0,FALSE,,, -calcium_carbonate.n.01,soakable,0,0,FALSE,,, -liqueur.n.01,liquid,1,1,FALSE,,, -liqueur.n.01,heatSource,0,0,FALSE,,, -liqueur.n.01,fireSource,0,0,FALSE,,, -liqueur.n.01,cookable,0,0,FALSE,,, -liqueur.n.01,coldSource,1,0,FALSE,,, -liqueur.n.01,sliceable,0,0,FALSE,,, -liqueur.n.01,slicer,1,0,FALSE,,, -liqueur.n.01,soakable,0,0,FALSE,,, -loofah.n.02,liquid,0,0,FALSE,,, -loofah.n.02,heatSource,0,0,FALSE,,, -loofah.n.02,fireSource,0,0,FALSE,,, -loofah.n.02,cookable,0,0,FALSE,,, -loofah.n.02,coldSource,0,0,FALSE,,, -loofah.n.02,sliceable,0,1,FALSE,,, -loofah.n.02,slicer,0,0,FALSE,,, -loofah.n.02,soakable,0,0,FALSE,,, -land.n.02,liquid,0,0,FALSE,,, -land.n.02,heatSource,0,0,FALSE,,, -land.n.02,fireSource,0,0,FALSE,,, -land.n.02,cookable,0,0,FALSE,,, -land.n.02,coldSource,0,0,FALSE,,, -land.n.02,sliceable,0,0,FALSE,,, -land.n.02,slicer,0,0,FALSE,,, -land.n.02,soakable,0,0,FALSE,,, -wood.n.01,liquid,0,0,FALSE,,, -wood.n.01,heatSource,0,0,FALSE,,, -wood.n.01,fireSource,0,1,FALSE,,, -wood.n.01,cookable,0,0,FALSE,,, -wood.n.01,coldSource,0,0,FALSE,,, -wood.n.01,sliceable,0,0,FALSE,,, -wood.n.01,slicer,0,0,FALSE,,, -wood.n.01,soakable,0,1,FALSE,,, -rubbish.n.01,liquid,0,0,FALSE,,, -rubbish.n.01,heatSource,0,0,FALSE,,, -rubbish.n.01,fireSource,0,0,FALSE,,, -rubbish.n.01,cookable,0,0,FALSE,,, -rubbish.n.01,coldSource,0,0,FALSE,,, -rubbish.n.01,sliceable,0,0,FALSE,,, -rubbish.n.01,slicer,0,0,FALSE,,, -rubbish.n.01,soakable,0,0,FALSE,,, -case.n.05,liquid,0,0,FALSE,,, -case.n.05,heatSource,0,0,FALSE,,, -case.n.05,fireSource,0,0,FALSE,,, -case.n.05,cookable,0,0,FALSE,,, -case.n.05,coldSource,0,0,FALSE,,, -case.n.05,sliceable,0,0,FALSE,,, -case.n.05,slicer,1,0,FALSE,,, -case.n.05,soakable,1,0,FALSE,,, -plant.n.02,liquid,0,0,FALSE,,, -plant.n.02,heatSource,0,0,FALSE,,, -plant.n.02,fireSource,0,0,FALSE,,, -plant.n.02,cookable,0,0,FALSE,,, -plant.n.02,coldSource,0,0,FALSE,,, -plant.n.02,sliceable,0,0,FALSE,,, -plant.n.02,slicer,0,0,FALSE,,, -plant.n.02,soakable,0,0,FALSE,,, -bleaching_agent.n.01,liquid,0,0,FALSE,,, -bleaching_agent.n.01,heatSource,0,0,FALSE,,, -bleaching_agent.n.01,fireSource,0,0,FALSE,,, -bleaching_agent.n.01,cookable,0,0,FALSE,,, -bleaching_agent.n.01,coldSource,0,0,FALSE,,, -bleaching_agent.n.01,sliceable,0,0,FALSE,,, -bleaching_agent.n.01,slicer,0,0,FALSE,,, -bleaching_agent.n.01,soakable,0,0,FALSE,,, -bin.n.01,liquid,0,0,FALSE,,, -bin.n.01,heatSource,0,0,FALSE,,, -bin.n.01,fireSource,0,0,FALSE,,, -bin.n.01,cookable,0,0,FALSE,,, -bin.n.01,coldSource,0,0,FALSE,,, -bin.n.01,sliceable,0,0,FALSE,,, -bin.n.01,slicer,1,0,FALSE,,, -bin.n.01,soakable,0,0,FALSE,,, -lemon_juice.n.01,liquid,1,1,FALSE,,, -lemon_juice.n.01,heatSource,0,0,FALSE,,, -lemon_juice.n.01,fireSource,0,0,FALSE,,, -lemon_juice.n.01,cookable,0,1,FALSE,,, -lemon_juice.n.01,coldSource,0,0,FALSE,,, -lemon_juice.n.01,sliceable,0,0,FALSE,,, -lemon_juice.n.01,slicer,0,0,FALSE,,, -lemon_juice.n.01,soakable,0,0,FALSE,,, -apparel.n.01,liquid,0,0,FALSE,,, -apparel.n.01,heatSource,0,0,FALSE,,, -apparel.n.01,fireSource,0,0,FALSE,,, -apparel.n.01,cookable,0,0,FALSE,,, -apparel.n.01,coldSource,0,0,FALSE,,, -apparel.n.01,sliceable,0,0,FALSE,,, -apparel.n.01,slicer,0,0,FALSE,,, -apparel.n.01,soakable,1,1,FALSE,,, -dust.n.01,liquid,0,0,FALSE,,, -dust.n.01,heatSource,0,0,FALSE,,, -dust.n.01,fireSource,0,0,FALSE,,, -dust.n.01,cookable,0,0,FALSE,,, -dust.n.01,coldSource,0,0,FALSE,,, -dust.n.01,sliceable,0,0,FALSE,,, -dust.n.01,slicer,0,0,FALSE,,, -dust.n.01,soakable,0,0,FALSE,,, -money.n.01,liquid,0,0,FALSE,,, -money.n.01,heatSource,0,0,FALSE,,, -money.n.01,fireSource,0,0,FALSE,,, -money.n.01,cookable,0,0,FALSE,,, -money.n.01,coldSource,0,0,FALSE,,, -money.n.01,sliceable,0,0,FALSE,,, -money.n.01,slicer,1,0,FALSE,,, -money.n.01,soakable,0,1,FALSE,,, -solution.n.01,liquid,1,1,FALSE,,, -solution.n.01,heatSource,0,0,FALSE,,, -solution.n.01,fireSource,1,0,FALSE,,, -solution.n.01,cookable,1,0,FALSE,,, -solution.n.01,coldSource,1,0,FALSE,,, -solution.n.01,sliceable,1,0,FALSE,,, -solution.n.01,slicer,0,0,FALSE,,, -solution.n.01,soakable,0,0,FALSE,,, -alcohol.n.01,liquid,1,1,FALSE,,, -alcohol.n.01,heatSource,0,0,FALSE,,, -alcohol.n.01,fireSource,0,0,FALSE,,, -alcohol.n.01,cookable,0,0,FALSE,,, -alcohol.n.01,coldSource,1,0,FALSE,,, -alcohol.n.01,sliceable,0,0,FALSE,,, -alcohol.n.01,slicer,0,0,FALSE,,, -alcohol.n.01,soakable,0,0,FALSE,,, -ice.n.01,liquid,0,0,FALSE,,, -ice.n.01,heatSource,0,0,FALSE,,, -ice.n.01,fireSource,0,0,FALSE,,, -ice.n.01,cookable,1,0,FALSE,,, -ice.n.01,coldSource,0,1,TRUE,0,, -ice.n.01,sliceable,0,0,FALSE,,, -ice.n.01,slicer,0,0,FALSE,,, -ice.n.01,soakable,0,0,FALSE,,, -debris.n.01,liquid,0,0,FALSE,,, -debris.n.01,heatSource,0,0,FALSE,,, -debris.n.01,fireSource,0,0,FALSE,,, -debris.n.01,cookable,0,0,FALSE,,, -debris.n.01,coldSource,0,0,FALSE,,, -debris.n.01,sliceable,0,0,FALSE,,, -debris.n.01,slicer,0,0,FALSE,,, -debris.n.01,soakable,0,1,FALSE,,, -cayenne.n.02,liquid,0,0,FALSE,,, -cayenne.n.02,heatSource,1,0,FALSE,,, -cayenne.n.02,fireSource,1,0,FALSE,,, -cayenne.n.02,cookable,0,1,FALSE,,, -cayenne.n.02,coldSource,0,0,FALSE,,, -cayenne.n.02,sliceable,0,1,FALSE,,, -cayenne.n.02,slicer,1,0,FALSE,,, -cayenne.n.02,soakable,0,0,FALSE,,, -teaspoon.n.02,liquid,0,0,FALSE,,, -teaspoon.n.02,heatSource,0,0,FALSE,,, -teaspoon.n.02,fireSource,0,0,FALSE,,, -teaspoon.n.02,cookable,0,0,FALSE,,, -teaspoon.n.02,coldSource,0,0,FALSE,,, -teaspoon.n.02,sliceable,0,0,FALSE,,, -teaspoon.n.02,slicer,1,0,FALSE,,, -teaspoon.n.02,soakable,0,0,FALSE,,, -cayenne.n.01,liquid,0,0,FALSE,,, -cayenne.n.01,heatSource,1,0,FALSE,,, -cayenne.n.01,fireSource,1,0,FALSE,,, -cayenne.n.01,cookable,0,1,FALSE,,, -cayenne.n.01,coldSource,0,0,FALSE,,, -cayenne.n.01,sliceable,0,1,FALSE,,, -cayenne.n.01,slicer,1,0,FALSE,,, -cayenne.n.01,soakable,0,0,FALSE,,, -fruit.n.01,liquid,0,0,FALSE,,, -fruit.n.01,heatSource,0,0,FALSE,,, -fruit.n.01,fireSource,1,0,FALSE,,, -fruit.n.01,cookable,0,1,FALSE,,, -fruit.n.01,coldSource,1,0,FALSE,,, -fruit.n.01,sliceable,1,1,FALSE,,, -fruit.n.01,slicer,0,0,FALSE,,, -fruit.n.01,soakable,0,0,FALSE,,, -meat.n.01,liquid,0,0,FALSE,,, -meat.n.01,heatSource,0,0,FALSE,,, -meat.n.01,fireSource,1,0,FALSE,,, -meat.n.01,cookable,0,1,FALSE,,, -meat.n.01,coldSource,0,0,FALSE,,, -meat.n.01,sliceable,0,1,FALSE,,, -meat.n.01,slicer,0,0,FALSE,,, -meat.n.01,soakable,0,0,FALSE,,, -sponge.n.01,liquid,0,0,FALSE,,, -sponge.n.01,heatSource,0,0,FALSE,,, -sponge.n.01,fireSource,0,0,FALSE,,, -sponge.n.01,cookable,0,0,FALSE,,, -sponge.n.01,coldSource,1,0,FALSE,,, -sponge.n.01,sliceable,0,0,FALSE,,, -sponge.n.01,slicer,1,0,FALSE,,, -sponge.n.01,soakable,1,1,FALSE,,, -vegetable.n.01,liquid,0,0,FALSE,,, -vegetable.n.01,heatSource,0,0,FALSE,,, -vegetable.n.01,fireSource,1,0,FALSE,,, -vegetable.n.01,cookable,0,1,FALSE,,, -vegetable.n.01,coldSource,0,0,FALSE,,, -vegetable.n.01,sliceable,0,1,FALSE,,, -vegetable.n.01,slicer,0,0,FALSE,,, -vegetable.n.01,soakable,0,0,FALSE,,, -paper.n.01,liquid,0,0,FALSE,,, -paper.n.01,heatSource,0,0,FALSE,,, -paper.n.01,fireSource,0,0,FALSE,,, -paper.n.01,cookable,0,0,FALSE,,, -paper.n.01,coldSource,1,0,FALSE,,, -paper.n.01,sliceable,0,0,FALSE,,, -paper.n.01,slicer,1,0,FALSE,,, -paper.n.01,soakable,1,1,FALSE,,, -dish.n.02,liquid,0,0,FALSE,,, -dish.n.02,heatSource,0,0,FALSE,,, -dish.n.02,fireSource,1,0,FALSE,,, -dish.n.02,cookable,0,1,FALSE,,, -dish.n.02,coldSource,1,0,FALSE,,, -dish.n.02,sliceable,0,0,FALSE,,, -dish.n.02,slicer,0,0,FALSE,,, -dish.n.02,soakable,0,0,FALSE,,, -dish.n.01,liquid,0,0,FALSE,,, -dish.n.01,heatSource,0,0,FALSE,,, -dish.n.01,fireSource,1,0,FALSE,,, -dish.n.01,cookable,0,0,FALSE,,, -dish.n.01,coldSource,1,0,FALSE,,, -dish.n.01,sliceable,0,0,FALSE,,, -dish.n.01,slicer,0,0,FALSE,,, -dish.n.01,soakable,0,0,FALSE,,, -stain.n.01,liquid,0,0,FALSE,,, -stain.n.01,heatSource,0,0,FALSE,,, -stain.n.01,fireSource,0,0,FALSE,,, -stain.n.01,cookable,0,0,FALSE,,, -stain.n.01,coldSource,0,0,FALSE,,, -stain.n.01,sliceable,0,0,FALSE,,, -stain.n.01,slicer,0,0,FALSE,,, -stain.n.01,soakable,0,0,FALSE,,, -food.n.02,liquid,0,0,FALSE,,, -food.n.02,heatSource,0,0,FALSE,,, -food.n.02,fireSource,1,0,FALSE,,, -food.n.02,cookable,0,1,FALSE,,, -food.n.02,coldSource,1,0,FALSE,,, -food.n.02,sliceable,1,0,FALSE,,, -food.n.02,slicer,0,0,FALSE,,, -food.n.02,soakable,0,0,FALSE,,, -pot.n.01,liquid,0,0,FALSE,,, -pot.n.01,heatSource,1,0,FALSE,,, -pot.n.01,fireSource,1,0,FALSE,,, -pot.n.01,cookable,0,1,FALSE,,, -pot.n.01,coldSource,1,0,FALSE,,, -pot.n.01,sliceable,0,0,FALSE,,, -pot.n.01,slicer,1,0,FALSE,,, -pot.n.01,soakable,0,0,FALSE,,, -bag.n.01,liquid,0,0,FALSE,,, -bag.n.01,heatSource,0,0,FALSE,,, -bag.n.01,fireSource,0,0,FALSE,,, -bag.n.01,cookable,0,0,FALSE,,, -bag.n.01,coldSource,1,0,FALSE,,, -bag.n.01,sliceable,0,0,FALSE,,, -bag.n.01,slicer,1,0,FALSE,,, -bag.n.01,soakable,1,0,FALSE,,, -oil.n.01,liquid,1,1,FALSE,,, -oil.n.01,heatSource,0,0,FALSE,,, -oil.n.01,fireSource,0,1,FALSE,,, -oil.n.01,cookable,0,1,FALSE,,, -oil.n.01,coldSource,0,0,FALSE,,, -oil.n.01,sliceable,0,0,FALSE,,, -oil.n.01,slicer,0,0,FALSE,,, -oil.n.01,soakable,0,0,FALSE,,, -towel.n.01,liquid,0,0,FALSE,,, -towel.n.01,heatSource,0,0,FALSE,,, -towel.n.01,fireSource,0,0,FALSE,,, -towel.n.01,cookable,0,0,FALSE,,, -towel.n.01,coldSource,0,0,FALSE,,, -towel.n.01,sliceable,0,0,FALSE,,, -towel.n.01,slicer,1,0,FALSE,,, -towel.n.01,soakable,1,1,FALSE,,, -frying_pan.n.01,liquid,0,0,FALSE,,, -frying_pan.n.01,heatSource,1,1,FALSE,,, -frying_pan.n.01,fireSource,1,0,FALSE,,, -frying_pan.n.01,cookable,0,0,FALSE,,, -frying_pan.n.01,coldSource,0,0,FALSE,,, -frying_pan.n.01,sliceable,0,0,FALSE,,, -frying_pan.n.01,slicer,1,0,FALSE,,, -frying_pan.n.01,soakable,0,0,FALSE,,, -egg_white.n.01,liquid,1,1,FALSE,,, -egg_white.n.01,heatSource,0,0,FALSE,,, -egg_white.n.01,fireSource,1,0,FALSE,,, -egg_white.n.01,cookable,0,1,FALSE,,, -egg_white.n.01,coldSource,0,0,FALSE,,, -egg_white.n.01,sliceable,0,0,FALSE,,, -egg_white.n.01,slicer,0,0,FALSE,,, -egg_white.n.01,soakable,0,0,FALSE,,, -egg_yolk.n.01,liquid,1,1,FALSE,,, -egg_yolk.n.01,heatSource,0,0,FALSE,,, -egg_yolk.n.01,fireSource,1,0,FALSE,,, -egg_yolk.n.01,cookable,0,1,FALSE,,, -egg_yolk.n.01,coldSource,0,0,FALSE,,, -egg_yolk.n.01,sliceable,0,0,FALSE,,, -egg_yolk.n.01,slicer,0,0,FALSE,,, -egg_yolk.n.01,soakable,0,0,FALSE,,, -food_processor.n.01,liquid,0,0,FALSE,,, -food_processor.n.01,heatSource,0,0,FALSE,,, -food_processor.n.01,fireSource,0,0,FALSE,,, -food_processor.n.01,cookable,0,0,FALSE,,, -food_processor.n.01,coldSource,0,0,FALSE,,, -food_processor.n.01,sliceable,1,0,FALSE,,, -food_processor.n.01,slicer,1,0,FALSE,,, -food_processor.n.01,soakable,0,0,FALSE,,, -ironing_board.n.01,liquid,0,0,FALSE,,, -ironing_board.n.01,heatSource,0,0,FALSE,,, -ironing_board.n.01,fireSource,0,0,FALSE,,, -ironing_board.n.01,cookable,0,0,FALSE,,, -ironing_board.n.01,coldSource,0,0,FALSE,,, -ironing_board.n.01,sliceable,0,0,FALSE,,, -ironing_board.n.01,slicer,1,0,FALSE,,, -ironing_board.n.01,soakable,1,0,FALSE,,, -sour_cream.n.01,liquid,1,1,FALSE,,, -sour_cream.n.01,heatSource,0,0,FALSE,,, -sour_cream.n.01,fireSource,0,0,FALSE,,, -sour_cream.n.01,cookable,0,1,FALSE,,, -sour_cream.n.01,coldSource,0,0,FALSE,,, -sour_cream.n.01,sliceable,0,0,FALSE,,, -sour_cream.n.01,slicer,0,0,FALSE,,, -sour_cream.n.01,soakable,0,0,FALSE,,, -chlorine.n.01,liquid,0,0,FALSE,,, -chlorine.n.01,heatSource,0,0,FALSE,,, -chlorine.n.01,fireSource,0,0,FALSE,,, -chlorine.n.01,cookable,0,0,FALSE,,, -chlorine.n.01,coldSource,0,0,FALSE,,, -chlorine.n.01,sliceable,0,0,FALSE,,, -chlorine.n.01,slicer,1,0,FALSE,,, -chlorine.n.01,soakable,0,0,FALSE,,, -cookie_sheet.n.01,liquid,0,0,FALSE,,, -cookie_sheet.n.01,heatSource,1,0,FALSE,,, -cookie_sheet.n.01,fireSource,1,0,FALSE,,, -cookie_sheet.n.01,cookable,0,0,FALSE,,, -cookie_sheet.n.01,coldSource,0,0,FALSE,,, -cookie_sheet.n.01,sliceable,0,0,FALSE,,, -cookie_sheet.n.01,slicer,1,0,FALSE,,, -cookie_sheet.n.01,soakable,0,0,FALSE,,, -credit_card.n.01,liquid,0,0,FALSE,,, -credit_card.n.01,heatSource,0,0,FALSE,,, -credit_card.n.01,fireSource,0,0,FALSE,,, -credit_card.n.01,cookable,0,0,FALSE,,, -credit_card.n.01,coldSource,0,0,FALSE,,, -credit_card.n.01,sliceable,0,0,FALSE,,, -credit_card.n.01,slicer,1,0,FALSE,,, -credit_card.n.01,soakable,0,0,FALSE,,, -red_wine.n.01,liquid,1,1,FALSE,,, -red_wine.n.01,heatSource,0,0,FALSE,,, -red_wine.n.01,fireSource,0,0,FALSE,,, -red_wine.n.01,cookable,0,1,FALSE,,, -red_wine.n.01,coldSource,1,0,FALSE,,, -red_wine.n.01,sliceable,0,0,FALSE,,, -red_wine.n.01,slicer,0,0,FALSE,,, -red_wine.n.01,soakable,0,0,FALSE,,, -whipped_cream.n.01,liquid,0,0,FALSE,,, -whipped_cream.n.01,heatSource,0,0,FALSE,,, -whipped_cream.n.01,fireSource,0,0,FALSE,,, -whipped_cream.n.01,cookable,0,1,FALSE,,, -whipped_cream.n.01,coldSource,0,0,FALSE,,, -whipped_cream.n.01,sliceable,0,0,FALSE,,, -whipped_cream.n.01,slicer,0,0,FALSE,,, -whipped_cream.n.01,soakable,0,0,FALSE,,, -mason_jar.n.01,liquid,0,0,FALSE,,, -mason_jar.n.01,heatSource,0,0,FALSE,,, -mason_jar.n.01,fireSource,0,0,FALSE,,, -mason_jar.n.01,cookable,0,0,FALSE,,, -mason_jar.n.01,coldSource,1,0,FALSE,,, -mason_jar.n.01,sliceable,0,0,FALSE,,, -mason_jar.n.01,slicer,1,0,FALSE,,, -mason_jar.n.01,soakable,0,0,FALSE,,, -green_bean.n.01,liquid,0,0,FALSE,,, -green_bean.n.01,heatSource,0,0,FALSE,,, -green_bean.n.01,fireSource,1,0,FALSE,,, -green_bean.n.01,cookable,0,1,FALSE,,, -green_bean.n.01,coldSource,0,0,FALSE,,, -green_bean.n.01,sliceable,0,1,FALSE,,, -green_bean.n.01,slicer,0,0,FALSE,,, -green_bean.n.01,soakable,0,0,FALSE,,, -steel_wool.n.01,liquid,0,0,FALSE,,, -steel_wool.n.01,heatSource,0,0,FALSE,,, -steel_wool.n.01,fireSource,0,0,FALSE,,, -steel_wool.n.01,cookable,0,0,FALSE,,, -steel_wool.n.01,coldSource,0,0,FALSE,,, -steel_wool.n.01,sliceable,0,0,FALSE,,, -steel_wool.n.01,slicer,0,0,FALSE,,, -steel_wool.n.01,soakable,0,0,FALSE,,, -potholder.n.01,liquid,0,0,FALSE,,, -potholder.n.01,heatSource,0,0,FALSE,,, -potholder.n.01,fireSource,0,0,FALSE,,, -potholder.n.01,cookable,0,0,FALSE,,, -potholder.n.01,coldSource,0,0,FALSE,,, -potholder.n.01,sliceable,0,0,FALSE,,, -potholder.n.01,slicer,1,0,FALSE,,, -potholder.n.01,soakable,1,0,FALSE,,, -hand_blower.n.01,liquid,0,0,FALSE,,, -hand_blower.n.01,heatSource,1,1,FALSE,,, -hand_blower.n.01,fireSource,0,0,FALSE,,, -hand_blower.n.01,cookable,0,0,FALSE,,, -hand_blower.n.01,coldSource,0,0,FALSE,,, -hand_blower.n.01,sliceable,0,0,FALSE,,, -hand_blower.n.01,slicer,1,0,FALSE,,, -hand_blower.n.01,soakable,0,0,FALSE,,, -peanut_butter.n.01,liquid,0,0,FALSE,,, -peanut_butter.n.01,heatSource,0,0,FALSE,,, -peanut_butter.n.01,fireSource,0,0,FALSE,,, -peanut_butter.n.01,cookable,0,1,FALSE,,, -peanut_butter.n.01,coldSource,0,0,FALSE,,, -peanut_butter.n.01,sliceable,0,0,FALSE,,, -peanut_butter.n.01,slicer,0,0,FALSE,,, -peanut_butter.n.01,soakable,0,0,FALSE,,, -radio.n.01,liquid,0,0,FALSE,,, -radio.n.01,heatSource,0,0,FALSE,,, -radio.n.01,fireSource,0,0,FALSE,,, -radio.n.01,cookable,0,0,FALSE,,, -radio.n.01,coldSource,0,0,FALSE,,, -radio.n.01,sliceable,0,0,FALSE,,, -radio.n.01,slicer,1,0,FALSE,,, -radio.n.01,soakable,0,0,FALSE,,, -raincoat.n.01,liquid,0,0,FALSE,,, -raincoat.n.01,heatSource,0,0,FALSE,,, -raincoat.n.01,fireSource,0,0,FALSE,,, -raincoat.n.01,cookable,0,0,FALSE,,, -raincoat.n.01,coldSource,1,0,FALSE,,, -raincoat.n.01,sliceable,0,0,FALSE,,, -raincoat.n.01,slicer,0,0,FALSE,,, -raincoat.n.01,soakable,1,0,FALSE,,, -tote_bag.n.01,liquid,0,0,FALSE,,, -tote_bag.n.01,heatSource,0,0,FALSE,,, -tote_bag.n.01,fireSource,0,0,FALSE,,, -tote_bag.n.01,cookable,0,0,FALSE,,, -tote_bag.n.01,coldSource,0,0,FALSE,,, -tote_bag.n.01,sliceable,0,0,FALSE,,, -tote_bag.n.01,slicer,0,0,FALSE,,, -tote_bag.n.01,soakable,0,0,FALSE,,, -roux.n.01,liquid,0,0,FALSE,,, -roux.n.01,heatSource,1,0,FALSE,,, -roux.n.01,fireSource,1,0,FALSE,,, -roux.n.01,cookable,0,1,FALSE,,, -roux.n.01,coldSource,0,0,FALSE,,, -roux.n.01,sliceable,0,0,FALSE,,, -roux.n.01,slicer,0,0,FALSE,,, -roux.n.01,soakable,0,0,FALSE,,, -salad_fork.n.01,liquid,0,0,FALSE,,, -salad_fork.n.01,heatSource,0,0,FALSE,,, -salad_fork.n.01,fireSource,0,0,FALSE,,, -salad_fork.n.01,cookable,0,0,FALSE,,, -salad_fork.n.01,coldSource,0,0,FALSE,,, -salad_fork.n.01,sliceable,0,0,FALSE,,, -salad_fork.n.01,slicer,0,0,FALSE,,, -salad_fork.n.01,soakable,0,0,FALSE,,, -sap.n.01,liquid,1,1,FALSE,,, -herbicide.n.01,liquid,1,1,FALSE,,, -herbicide.n.01,heatSource,0,0,FALSE,,, -herbicide.n.01,fireSource,0,0,FALSE,,, -herbicide.n.01,cookable,0,0,FALSE,,, -herbicide.n.01,coldSource,1,0,FALSE,,, -herbicide.n.01,sliceable,0,0,FALSE,,, -herbicide.n.01,slicer,0,0,FALSE,,, -herbicide.n.01,soakable,0,0,FALSE,,, -hoe.n.01,liquid,0,0,FALSE,,, -hoe.n.01,heatSource,0,0,FALSE,,, -hoe.n.01,fireSource,0,0,FALSE,,, -hoe.n.01,cookable,0,0,FALSE,,, -hoe.n.01,coldSource,0,0,FALSE,,, -hoe.n.01,sliceable,0,0,FALSE,,, -hoe.n.01,slicer,1,0,FALSE,,, -hoe.n.01,soakable,0,0,FALSE,,, -chaff.n.01,liquid,0,0,FALSE,,, -chaff.n.01,heatSource,0,0,FALSE,,, -chaff.n.01,fireSource,0,1,FALSE,,, -chaff.n.01,cookable,0,0,FALSE,,, -chaff.n.01,coldSource,0,0,FALSE,,, -chaff.n.01,sliceable,0,0,FALSE,,, -chaff.n.01,slicer,0,0,FALSE,,, -chaff.n.01,soakable,0,1,FALSE,,, -keg.n.02,liquid,0,0,FALSE,,, -keg.n.02,heatSource,0,0,FALSE,,, -keg.n.02,fireSource,0,0,FALSE,,, -keg.n.02,cookable,0,0,FALSE,,, -keg.n.02,coldSource,0,0,FALSE,,, -keg.n.02,sliceable,0,0,FALSE,,, -keg.n.02,slicer,1,0,FALSE,,, -keg.n.02,soakable,0,1,FALSE,,, -lentil.n.01,liquid,0,0,FALSE,,, -lentil.n.01,heatSource,0,0,FALSE,,, -lentil.n.01,fireSource,1,0,FALSE,,, -lentil.n.01,cookable,0,1,FALSE,,, -lentil.n.01,coldSource,0,0,FALSE,,, -lentil.n.01,sliceable,0,0,FALSE,,, -lentil.n.01,slicer,0,0,FALSE,,, -lentil.n.01,soakable,0,1,FALSE,,, -license_plate.n.01,liquid,0,0,FALSE,,, -license_plate.n.01,heatSource,0,0,FALSE,,, -license_plate.n.01,fireSource,0,0,FALSE,,, -license_plate.n.01,cookable,0,0,FALSE,,, -license_plate.n.01,coldSource,0,0,FALSE,,, -license_plate.n.01,sliceable,0,0,FALSE,,, -license_plate.n.01,slicer,1,0,FALSE,,, -license_plate.n.01,soakable,0,0,FALSE,,, -igniter.n.01,liquid,0,0,FALSE,,, -igniter.n.01,heatSource,1,0,FALSE,,, -igniter.n.01,fireSource,0,1,FALSE,,, -igniter.n.01,cookable,0,0,FALSE,,, -igniter.n.01,coldSource,0,0,FALSE,,, -igniter.n.01,sliceable,0,0,FALSE,,, -igniter.n.01,slicer,0,0,FALSE,,, -igniter.n.01,soakable,0,0,FALSE,,, -cabinet.n.03,liquid,0,0,FALSE,,, -cabinet.n.03,heatSource,0,0,FALSE,,, -cabinet.n.03,fireSource,0,0,FALSE,,, -cabinet.n.03,cookable,0,0,FALSE,,, -cabinet.n.03,coldSource,0,0,FALSE,,, -cabinet.n.03,sliceable,0,0,FALSE,,, -cabinet.n.03,slicer,1,0,FALSE,,, -cabinet.n.03,soakable,0,0,FALSE,,, -manual.n.01,liquid,0,0,FALSE,,, -manual.n.01,heatSource,0,0,FALSE,,, -manual.n.01,fireSource,0,0,FALSE,,, -manual.n.01,cookable,0,0,FALSE,,, -manual.n.01,coldSource,0,0,FALSE,,, -manual.n.01,sliceable,0,0,FALSE,,, -manual.n.01,slicer,1,0,FALSE,,, -manual.n.01,soakable,1,1,FALSE,,, -margarine.n.01,liquid,0,0,FALSE,,, -margarine.n.01,heatSource,0,0,FALSE,,, -margarine.n.01,fireSource,1,1,FALSE,,, -margarine.n.01,cookable,0,1,FALSE,,, -margarine.n.01,coldSource,0,0,FALSE,,, -margarine.n.01,sliceable,0,1,FALSE,,, -margarine.n.01,slicer,1,0,FALSE,,, -margarine.n.01,soakable,0,0,FALSE,,, -marshmallow.n.01,liquid,0,0,FALSE,,, -marshmallow.n.01,heatSource,0,0,FALSE,,, -marshmallow.n.01,fireSource,0,0,FALSE,,, -marshmallow.n.01,cookable,0,1,FALSE,,, -marshmallow.n.01,coldSource,0,0,FALSE,,, -marshmallow.n.01,sliceable,0,1,FALSE,,, -marshmallow.n.01,slicer,1,0,FALSE,,, -marshmallow.n.01,soakable,0,0,FALSE,,, -meat_thermometer.n.01,liquid,0,0,FALSE,,, -meat_thermometer.n.01,heatSource,0,0,FALSE,,, -meat_thermometer.n.01,fireSource,0,0,FALSE,,, -meat_thermometer.n.01,cookable,0,0,FALSE,,, -meat_thermometer.n.01,coldSource,0,0,FALSE,,, -meat_thermometer.n.01,sliceable,0,0,FALSE,,, -meat_thermometer.n.01,slicer,1,0,FALSE,,, -meat_thermometer.n.01,soakable,0,0,FALSE,,, -mothball.n.01,liquid,0,0,FALSE,,, -mothball.n.01,heatSource,0,0,FALSE,,, -mothball.n.01,fireSource,0,0,FALSE,,, -mothball.n.01,cookable,0,0,FALSE,,, -mothball.n.01,coldSource,0,0,FALSE,,, -mothball.n.01,sliceable,0,0,FALSE,,, -mothball.n.01,slicer,1,0,FALSE,,, -mothball.n.01,soakable,0,0,FALSE,,, -supply.n.01,liquid,0,0,FALSE,,, -supply.n.01,heatSource,0,0,FALSE,,, -supply.n.01,fireSource,0,0,FALSE,,, -supply.n.01,cookable,0,0,FALSE,,, -supply.n.01,coldSource,0,0,FALSE,,, -supply.n.01,sliceable,0,0,FALSE,,, -supply.n.01,slicer,0,0,FALSE,,, -supply.n.01,soakable,0,0,FALSE,,, -pellet.n.01,liquid,0,0,FALSE,,, -pellet.n.01,heatSource,0,0,FALSE,,, -pellet.n.01,fireSource,1,1,FALSE,,, -pellet.n.01,cookable,0,0,FALSE,,, -pellet.n.01,coldSource,0,0,FALSE,,, -pellet.n.01,sliceable,0,0,FALSE,,, -pellet.n.01,slicer,1,1,FALSE,,, -pellet.n.01,soakable,0,0,FALSE,,, -poster.n.01,liquid,0,0,FALSE,,, -poster.n.01,heatSource,0,0,FALSE,,, -poster.n.01,fireSource,0,0,FALSE,,, -poster.n.01,cookable,0,0,FALSE,,, -poster.n.01,coldSource,0,0,FALSE,,, -poster.n.01,sliceable,0,0,FALSE,,, -poster.n.01,slicer,1,0,FALSE,,, -poster.n.01,soakable,0,1,FALSE,,, -power_tool.n.01,liquid,0,0,FALSE,,, -power_tool.n.01,heatSource,0,0,FALSE,,, -power_tool.n.01,fireSource,0,0,FALSE,,, -power_tool.n.01,cookable,0,0,FALSE,,, -power_tool.n.01,coldSource,0,0,FALSE,,, -power_tool.n.01,sliceable,0,0,FALSE,,, -power_tool.n.01,slicer,1,0,FALSE,,, -power_tool.n.01,soakable,0,0,FALSE,,, -puzzle.n.02,liquid,0,0,FALSE,,, -puzzle.n.02,heatSource,0,0,FALSE,,, -puzzle.n.02,fireSource,0,0,FALSE,,, -puzzle.n.02,cookable,0,0,FALSE,,, -puzzle.n.02,coldSource,1,0,FALSE,,, -puzzle.n.02,sliceable,0,0,FALSE,,, -puzzle.n.02,slicer,1,0,FALSE,,, -puzzle.n.02,soakable,1,0,FALSE,,, -relish.n.02,liquid,0,0,FALSE,,, -relish.n.02,heatSource,0,0,FALSE,,, -relish.n.02,fireSource,1,0,FALSE,,, -relish.n.02,cookable,0,1,FALSE,,, -relish.n.02,coldSource,0,0,FALSE,,, -relish.n.02,sliceable,0,0,FALSE,,, -relish.n.02,slicer,0,0,FALSE,,, -relish.n.02,soakable,0,0,FALSE,,, -rolling_pin.n.01,liquid,0,0,FALSE,,, -rolling_pin.n.01,heatSource,0,0,FALSE,,, -rolling_pin.n.01,fireSource,0,0,FALSE,,, -rolling_pin.n.01,cookable,0,0,FALSE,,, -rolling_pin.n.01,coldSource,0,0,FALSE,,, -rolling_pin.n.01,sliceable,0,0,FALSE,,, -rolling_pin.n.01,slicer,1,0,FALSE,,, -rolling_pin.n.01,soakable,0,0,FALSE,,, -salad_plate.n.01,liquid,0,0,FALSE,,, -salad_plate.n.01,heatSource,0,0,FALSE,,, -salad_plate.n.01,fireSource,0,0,FALSE,,, -salad_plate.n.01,cookable,0,0,FALSE,,, -salad_plate.n.01,coldSource,0,0,FALSE,,, -salad_plate.n.01,sliceable,0,0,FALSE,,, -salad_plate.n.01,slicer,0,0,FALSE,,, -salad_plate.n.01,soakable,0,0,FALSE,,, -sangaree.n.01,liquid,1,1,FALSE,,, -sangaree.n.01,heatSource,0,0,FALSE,,, -sangaree.n.01,fireSource,0,0,FALSE,,, -sangaree.n.01,cookable,0,0,FALSE,,, -sangaree.n.01,coldSource,1,0,FALSE,,, -sangaree.n.01,sliceable,0,0,FALSE,,, -sangaree.n.01,slicer,0,0,FALSE,,, -sangaree.n.01,soakable,0,0,FALSE,,, -scallop.n.02,liquid,0,0,FALSE,,, -scallop.n.02,heatSource,0,0,FALSE,,, -scallop.n.02,fireSource,1,0,FALSE,,, -scallop.n.02,cookable,0,1,FALSE,,, -scallop.n.02,coldSource,0,0,FALSE,,, -scallop.n.02,sliceable,0,1,FALSE,,, -scallop.n.02,slicer,0,0,FALSE,,, -scallop.n.02,soakable,0,0,FALSE,,, -shears.n.01,liquid,0,0,FALSE,,, -shears.n.01,heatSource,0,0,FALSE,,, -shears.n.01,fireSource,0,0,FALSE,,, -shears.n.01,cookable,0,0,FALSE,,, -shears.n.01,coldSource,0,0,FALSE,,, -shears.n.01,sliceable,0,0,FALSE,,, -shears.n.01,slicer,1,1,FALSE,,, -shears.n.01,soakable,0,0,FALSE,,, -shellfish.n.01,liquid,0,0,FALSE,,, -shellfish.n.01,heatSource,0,0,FALSE,,, -shellfish.n.01,fireSource,1,0,FALSE,,, -shellfish.n.01,cookable,0,1,FALSE,,, -shellfish.n.01,coldSource,0,0,FALSE,,, -shellfish.n.01,sliceable,0,1,FALSE,,, -shellfish.n.01,slicer,0,0,FALSE,,, -shellfish.n.01,soakable,0,0,FALSE,,, -silver.n.01,liquid,0,0,FALSE,,, -silver.n.01,heatSource,0,0,FALSE,,, -silver.n.01,fireSource,0,0,FALSE,,, -silver.n.01,cookable,0,0,FALSE,,, -silver.n.01,coldSource,0,0,FALSE,,, -silver.n.01,sliceable,0,0,FALSE,,, -silver.n.01,slicer,1,0,FALSE,,, -silver.n.01,soakable,0,0,FALSE,,, -squeegee.n.0,liquid,0,0,FALSE,,, -squeegee.n.0,heatSource,0,0,FALSE,,, -squeegee.n.0,fireSource,0,0,FALSE,,, -squeegee.n.0,cookable,0,0,FALSE,,, -squeegee.n.0,coldSource,0,0,FALSE,,, -squeegee.n.0,sliceable,0,0,FALSE,,, -squeegee.n.0,slicer,0,0,FALSE,,, -squeegee.n.0,soakable,0,0,FALSE,,, -stake.n.02,liquid,0,0,FALSE,,, -stake.n.02,heatSource,0,0,FALSE,,, -stake.n.02,fireSource,0,0,FALSE,,, -stake.n.02,cookable,0,0,FALSE,,, -stake.n.02,coldSource,0,0,FALSE,,, -stake.n.02,sliceable,0,0,FALSE,,, -stake.n.02,slicer,0,0,FALSE,,, -stake.n.02,soakable,0,0,FALSE,,, -starch.n.01,liquid,0,0,FALSE,,, -starch.n.01,heatSource,0,0,FALSE,,, -starch.n.01,fireSource,1,0,FALSE,,, -starch.n.01,cookable,0,1,FALSE,,, -starch.n.01,coldSource,0,0,FALSE,,, -starch.n.01,sliceable,0,0,FALSE,,, -starch.n.01,slicer,0,0,FALSE,,, -starch.n.01,soakable,0,0,FALSE,,, -note.n.01,liquid,0,0,FALSE,,, -note.n.01,heatSource,0,0,FALSE,,, -note.n.01,fireSource,0,0,FALSE,,, -note.n.01,cookable,0,0,FALSE,,, -note.n.01,coldSource,0,0,FALSE,,, -note.n.01,sliceable,0,0,FALSE,,, -note.n.01,slicer,1,0,FALSE,,, -note.n.01,soakable,1,0,FALSE,,, -plug.n.01,liquid,0,0,FALSE,,, -plug.n.01,heatSource,0,0,FALSE,,, -plug.n.01,fireSource,0,0,FALSE,,, -plug.n.01,cookable,0,0,FALSE,,, -plug.n.01,coldSource,0,0,FALSE,,, -plug.n.01,sliceable,0,0,FALSE,,, -plug.n.01,slicer,1,0,FALSE,,, -plug.n.01,soakable,0,0,FALSE,,, -succulent.n.01,liquid,0,0,FALSE,,, -succulent.n.01,heatSource,0,0,FALSE,,, -succulent.n.01,fireSource,0,0,FALSE,,, -succulent.n.01,cookable,0,0,FALSE,,, -succulent.n.01,coldSource,0,0,FALSE,,, -succulent.n.01,sliceable,0,0,FALSE,,, -succulent.n.01,slicer,0,0,FALSE,,, -succulent.n.01,soakable,0,0,FALSE,,, -sunflower_seed.n.01,liquid,0,0,FALSE,,, -sunflower_seed.n.01,heatSource,0,0,FALSE,,, -sunflower_seed.n.01,fireSource,1,0,FALSE,,, -sunflower_seed.n.01,cookable,0,1,FALSE,,, -sunflower_seed.n.01,coldSource,0,0,FALSE,,, -sunflower_seed.n.01,sliceable,0,0,FALSE,,, -sunflower_seed.n.01,slicer,0,0,FALSE,,, -sunflower_seed.n.01,soakable,0,0,FALSE,,, -taco.n.02,liquid,0,0,FALSE,,, -taco.n.02,heatSource,0,0,FALSE,,, -taco.n.02,fireSource,1,0,FALSE,,, -taco.n.02,cookable,0,1,FALSE,,, -taco.n.02,coldSource,0,0,FALSE,,, -taco.n.02,sliceable,0,1,FALSE,,, -taco.n.02,slicer,0,0,FALSE,,, -taco.n.02,soakable,1,0,FALSE,,, -teacup.n.02,liquid,0,0,FALSE,,, -teacup.n.02,heatSource,0,0,FALSE,,, -teacup.n.02,fireSource,0,0,FALSE,,, -teacup.n.02,cookable,0,0,FALSE,,, -teacup.n.02,coldSource,1,0,FALSE,,, -teacup.n.02,sliceable,0,0,FALSE,,, -teacup.n.02,slicer,1,0,FALSE,,, -teacup.n.02,soakable,0,0,FALSE,,, -thermostat.n.01,liquid,0,0,FALSE,,, -thermostat.n.01,heatSource,1,0,FALSE,,, -thermostat.n.01,fireSource,0,0,FALSE,,, -thermostat.n.01,cookable,0,0,FALSE,,, -thermostat.n.01,coldSource,0,0,FALSE,,, -thermostat.n.01,sliceable,0,0,FALSE,,, -thermostat.n.01,slicer,1,0,FALSE,,, -thermostat.n.01,soakable,0,0,FALSE,,, -toolbox.n.01,liquid,0,0,FALSE,,, -toolbox.n.01,heatSource,0,0,FALSE,,, -toolbox.n.01,fireSource,0,0,FALSE,,, -toolbox.n.01,cookable,0,0,FALSE,,, -toolbox.n.01,coldSource,0,0,FALSE,,, -toolbox.n.01,sliceable,0,0,FALSE,,, -toolbox.n.01,slicer,1,0,FALSE,,, -toolbox.n.01,soakable,0,0,FALSE,,, -barrow.n.03,liquid,0,0,FALSE,,, -barrow.n.03,heatSource,0,0,FALSE,,, -barrow.n.03,fireSource,0,0,FALSE,,, -barrow.n.03,cookable,0,0,FALSE,,, -barrow.n.03,coldSource,0,0,FALSE,,, -barrow.n.03,sliceable,0,0,FALSE,,, -barrow.n.03,slicer,0,0,FALSE,,, -barrow.n.03,soakable,0,1,FALSE,,, -wick.n.02,liquid,0,0,FALSE,,, -wick.n.02,heatSource,1,0,FALSE,,, -wick.n.02,fireSource,0,1,FALSE,,, -wick.n.02,cookable,0,0,FALSE,,, -wick.n.02,coldSource,0,0,FALSE,,, -wick.n.02,sliceable,0,0,FALSE,,, -wick.n.02,slicer,1,0,FALSE,,, -wick.n.02,soakable,0,0,FALSE,,, -windshield.n.01,liquid,0,0,FALSE,,, -windshield.n.01,heatSource,0,0,FALSE,,, -windshield.n.01,fireSource,0,0,FALSE,,, -windshield.n.01,cookable,0,0,FALSE,,, -windshield.n.01,coldSource,0,0,FALSE,,, -windshield.n.01,sliceable,0,0,FALSE,,, -windshield.n.01,slicer,0,0,FALSE,,, -windshield.n.01,soakable,0,0,FALSE,,, -rocket.n.03,liquid,0,0,FALSE,,, -rocket.n.03,heatSource,0,0,FALSE,,, -rocket.n.03,fireSource,0,0,FALSE,,, -rocket.n.03,cookable,0,1,FALSE,,, -rocket.n.03,coldSource,0,0,FALSE,,, -rocket.n.03,sliceable,0,1,FALSE,,, -rocket.n.03,slicer,1,0,FALSE,,, -rocket.n.03,soakable,0,0,FALSE,,, -baked_goods.n.01,liquid,0,0,FALSE,,, -baked_goods.n.01,heatSource,1,0,FALSE,,, -baked_goods.n.01,fireSource,1,0,FALSE,,, -baked_goods.n.01,cookable,0,1,FALSE,,, -baked_goods.n.01,coldSource,0,0,FALSE,,, -baked_goods.n.01,sliceable,0,1,FALSE,,, -baked_goods.n.01,slicer,0,0,FALSE,,, -baked_goods.n.01,soakable,0,0,FALSE,,, -balloon.n.01,liquid,0,0,FALSE,,, -balloon.n.01,heatSource,0,0,FALSE,,, -balloon.n.01,fireSource,0,0,FALSE,,, -balloon.n.01,cookable,0,0,FALSE,,, -balloon.n.01,coldSource,0,0,FALSE,,, -balloon.n.01,sliceable,0,0,FALSE,,, -balloon.n.01,slicer,1,0,FALSE,,, -balloon.n.01,soakable,0,0,FALSE,,, -biscuit.n.01,liquid,0,0,FALSE,,, -biscuit.n.01,heatSource,0,0,FALSE,,, -biscuit.n.01,fireSource,1,0,FALSE,,, -biscuit.n.01,cookable,0,1,FALSE,,, -biscuit.n.01,coldSource,0,0,FALSE,,, -biscuit.n.01,sliceable,0,0,FALSE,,, -biscuit.n.01,slicer,1,0,FALSE,,, -biscuit.n.01,soakable,1,1,FALSE,,, -bonfire.n.01,liquid,0,0,FALSE,,, -bonfire.n.01,heatSource,1,1,FALSE,,, -bonfire.n.01,fireSource,0,0,FALSE,,, -bonfire.n.01,cookable,0,0,FALSE,,, -bonfire.n.01,coldSource,0,0,FALSE,,, -bonfire.n.01,sliceable,0,0,FALSE,,, -bonfire.n.01,slicer,1,0,FALSE,,, -bonfire.n.01,soakable,0,0,FALSE,,, -bourbon.n.01,liquid,1,1,FALSE,,, -bourbon.n.01,heatSource,0,0,FALSE,,, -bourbon.n.01,fireSource,0,0,FALSE,,, -bourbon.n.01,cookable,0,0,FALSE,,, -bourbon.n.01,coldSource,0,0,FALSE,,, -bourbon.n.01,sliceable,0,0,FALSE,,, -bourbon.n.01,slicer,1,0,FALSE,,, -bourbon.n.01,soakable,0,0,FALSE,,, -brussels_sprouts.n.01,liquid,0,0,FALSE,,, -brussels_sprouts.n.01,heatSource,0,0,FALSE,,, -brussels_sprouts.n.01,fireSource,1,0,FALSE,,, -brussels_sprouts.n.01,cookable,0,1,FALSE,,, -brussels_sprouts.n.01,coldSource,0,0,FALSE,,, -brussels_sprouts.n.01,sliceable,0,1,FALSE,,, -brussels_sprouts.n.01,slicer,0,0,FALSE,,, -brussels_sprouts.n.01,soakable,0,0,FALSE,,, -case_shot.n.01,liquid,0,0,FALSE,,, -case_shot.n.01,heatSource,0,0,FALSE,,, -case_shot.n.01,fireSource,0,0,FALSE,,, -case_shot.n.01,cookable,0,0,FALSE,,, -case_shot.n.01,coldSource,0,0,FALSE,,, -case_shot.n.01,sliceable,0,0,FALSE,,, -case_shot.n.01,slicer,0,0,FALSE,,, -case_shot.n.01,soakable,0,0,FALSE,,, -car_seat.n.01,liquid,0,0,FALSE,,, -car_seat.n.01,heatSource,0,0,FALSE,,, -car_seat.n.01,fireSource,0,0,FALSE,,, -car_seat.n.01,cookable,0,0,FALSE,,, -car_seat.n.01,coldSource,0,0,FALSE,,, -car_seat.n.01,sliceable,0,0,FALSE,,, -car_seat.n.01,slicer,1,0,FALSE,,, -car_seat.n.01,soakable,0,0,FALSE,,, -cashbox.n.01,liquid,0,0,FALSE,,, -cashbox.n.01,heatSource,0,0,FALSE,,, -cashbox.n.01,fireSource,0,0,FALSE,,, -cashbox.n.01,cookable,0,0,FALSE,,, -cashbox.n.01,coldSource,0,0,FALSE,,, -cashbox.n.01,sliceable,0,0,FALSE,,, -cashbox.n.01,slicer,1,0,FALSE,,, -cashbox.n.01,soakable,0,0,FALSE,,, -compact_disk.n.01,liquid,0,0,FALSE,,, -compact_disk.n.01,heatSource,0,0,FALSE,,, -compact_disk.n.01,fireSource,0,0,FALSE,,, -compact_disk.n.01,cookable,0,0,FALSE,,, -compact_disk.n.01,coldSource,0,0,FALSE,,, -compact_disk.n.01,sliceable,0,0,FALSE,,, -compact_disk.n.01,slicer,0,0,FALSE,,, -compact_disk.n.01,soakable,0,0,FALSE,,, -flute.n.02,liquid,0,0,FALSE,,, -flute.n.02,heatSource,0,0,FALSE,,, -flute.n.02,fireSource,0,0,FALSE,,, -flute.n.02,cookable,0,0,FALSE,,, -flute.n.02,coldSource,1,0,FALSE,,, -flute.n.02,sliceable,0,0,FALSE,,, -flute.n.02,slicer,1,0,FALSE,,, -flute.n.02,soakable,0,0,FALSE,,, -cheddar.n.01,liquid,0,0,FALSE,,, -cheddar.n.01,heatSource,0,0,FALSE,,, -cheddar.n.01,fireSource,0,0,FALSE,,, -cheddar.n.01,cookable,0,1,FALSE,,, -cheddar.n.01,coldSource,0,0,FALSE,,, -cheddar.n.01,sliceable,0,1,FALSE,,, -cheddar.n.01,slicer,0,0,FALSE,,, -cheddar.n.01,soakable,0,0,FALSE,,, -cobweb.n.01,liquid,0,0,FALSE,,, -cobweb.n.01,heatSource,0,0,FALSE,,, -cobweb.n.01,fireSource,0,0,FALSE,,, -cobweb.n.01,cookable,0,0,FALSE,,, -cobweb.n.01,coldSource,0,0,FALSE,,, -cobweb.n.01,sliceable,0,0,FALSE,,, -cobweb.n.01,slicer,0,0,FALSE,,, -cobweb.n.01,soakable,0,0,FALSE,,, -coconut_milk.n.01,liquid,1,1,FALSE,,, -coconut_milk.n.01,heatSource,0,0,FALSE,,, -coconut_milk.n.01,fireSource,0,0,FALSE,,, -coconut_milk.n.01,cookable,0,1,FALSE,,, -coconut_milk.n.01,coldSource,0,0,FALSE,,, -coconut_milk.n.01,sliceable,0,0,FALSE,,, -coconut_milk.n.01,slicer,0,0,FALSE,,, -coconut_milk.n.01,soakable,0,0,FALSE,,, -coconut_oil.n.01,liquid,1,1,FALSE,,, -coconut_oil.n.01,heatSource,0,0,FALSE,,, -coconut_oil.n.01,fireSource,1,1,FALSE,,, -coconut_oil.n.01,cookable,0,1,FALSE,,, -coconut_oil.n.01,coldSource,0,0,FALSE,,, -coconut_oil.n.01,sliceable,0,0,FALSE,,, -coconut_oil.n.01,slicer,0,0,FALSE,,, -coconut_oil.n.01,soakable,0,0,FALSE,,, -collar.n.01,liquid,0,0,FALSE,,, -collar.n.01,heatSource,0,0,FALSE,,, -collar.n.01,fireSource,0,0,FALSE,,, -collar.n.01,cookable,0,0,FALSE,,, -collar.n.01,coldSource,0,0,FALSE,,, -collar.n.01,sliceable,0,0,FALSE,,, -collar.n.01,slicer,1,0,FALSE,,, -collar.n.01,soakable,1,0,FALSE,,, -copper.n.01,liquid,0,0,FALSE,,, -copper.n.01,heatSource,0,0,FALSE,,, -copper.n.01,fireSource,0,0,FALSE,,, -copper.n.01,cookable,0,0,FALSE,,, -copper.n.01,coldSource,0,0,FALSE,,, -copper.n.01,sliceable,0,0,FALSE,,, -copper.n.01,slicer,1,0,FALSE,,, -copper.n.01,soakable,0,0,FALSE,,, -crayon.n.01,liquid,0,0,FALSE,,, -crayon.n.01,heatSource,0,0,FALSE,,, -crayon.n.01,fireSource,0,0,FALSE,,, -crayon.n.01,cookable,0,0,FALSE,,, -crayon.n.01,coldSource,0,0,FALSE,,, -crayon.n.01,sliceable,0,0,FALSE,,, -crayon.n.01,slicer,0,0,FALSE,,, -crayon.n.01,soakable,0,0,FALSE,,, -deodorant.n.01,liquid,0,0,FALSE,,, -deodorant.n.01,heatSource,0,0,FALSE,,, -deodorant.n.01,fireSource,0,0,FALSE,,, -deodorant.n.01,cookable,0,0,FALSE,,, -deodorant.n.01,coldSource,0,0,FALSE,,, -deodorant.n.01,sliceable,0,0,FALSE,,, -deodorant.n.01,slicer,0,0,FALSE,,, -deodorant.n.01,soakable,0,0,FALSE,,, -dessert_spoon.n.01,liquid,0,0,FALSE,,, -dessert_spoon.n.01,heatSource,0,0,FALSE,,, -dessert_spoon.n.01,fireSource,0,0,FALSE,,, -dessert_spoon.n.01,cookable,0,0,FALSE,,, -dessert_spoon.n.01,coldSource,1,0,FALSE,,, -dessert_spoon.n.01,sliceable,0,0,FALSE,,, -dessert_spoon.n.01,slicer,0,0,FALSE,,, -dessert_spoon.n.01,soakable,0,0,FALSE,,, -diaper.n.01,liquid,0,0,FALSE,,, -diaper.n.01,heatSource,0,0,FALSE,,, -diaper.n.01,fireSource,0,0,FALSE,,, -diaper.n.01,cookable,0,0,FALSE,,, -diaper.n.01,coldSource,1,0,FALSE,,, -diaper.n.01,sliceable,0,0,FALSE,,, -diaper.n.01,slicer,1,0,FALSE,,, -diaper.n.01,soakable,1,1,FALSE,,, -rack.n.01,liquid,0,0,FALSE,,, -rack.n.01,heatSource,0,0,FALSE,,, -rack.n.01,fireSource,0,0,FALSE,,, -rack.n.01,cookable,0,0,FALSE,,, -rack.n.01,coldSource,0,0,FALSE,,, -rack.n.01,sliceable,0,0,FALSE,,, -rack.n.01,slicer,1,0,FALSE,,, -rack.n.01,soakable,0,0,FALSE,,, -wallboard.n.01,liquid,0,0,FALSE,,, -wallboard.n.01,heatSource,0,0,FALSE,,, -wallboard.n.01,fireSource,0,0,FALSE,,, -wallboard.n.01,cookable,0,0,FALSE,,, -wallboard.n.01,coldSource,0,0,FALSE,,, -wallboard.n.01,sliceable,0,0,FALSE,,, -wallboard.n.01,slicer,1,0,FALSE,,, -wallboard.n.01,soakable,0,0,FALSE,,, -dye.n.01,liquid,1,1,FALSE,,, -dye.n.01,heatSource,0,0,FALSE,,, -dye.n.01,fireSource,0,0,FALSE,,, -dye.n.01,cookable,0,0,FALSE,,, -dye.n.01,coldSource,1,0,FALSE,,, -dye.n.01,sliceable,0,0,FALSE,,, -dye.n.01,slicer,1,0,FALSE,,, -dye.n.01,soakable,0,0,FALSE,,, -dustcloth.n.01,liquid,0,0,FALSE,,, -dustcloth.n.01,heatSource,0,0,FALSE,,, -dustcloth.n.01,fireSource,0,0,FALSE,,, -dustcloth.n.01,cookable,0,0,FALSE,,, -dustcloth.n.01,coldSource,0,0,FALSE,,, -dustcloth.n.01,sliceable,0,0,FALSE,,, -dustcloth.n.01,slicer,0,0,FALSE,,, -dustcloth.n.01,soakable,1,1,FALSE,,, -fishing_rod.n.01,liquid,0,0,FALSE,,, -fishing_rod.n.01,heatSource,0,0,FALSE,,, -fishing_rod.n.01,fireSource,0,0,FALSE,,, -fishing_rod.n.01,cookable,0,0,FALSE,,, -fishing_rod.n.01,coldSource,0,0,FALSE,,, -fishing_rod.n.01,sliceable,0,0,FALSE,,, -fishing_rod.n.01,slicer,1,0,FALSE,,, -fishing_rod.n.01,soakable,0,0,FALSE,,, -flooring.n.02,liquid,0,0,FALSE,,, -flooring.n.02,heatSource,0,0,FALSE,,, -flooring.n.02,fireSource,0,0,FALSE,,, -flooring.n.02,cookable,0,0,FALSE,,, -flooring.n.02,coldSource,0,0,FALSE,,, -flooring.n.02,sliceable,0,0,FALSE,,, -flooring.n.02,slicer,0,0,FALSE,,, -flooring.n.02,soakable,0,0,FALSE,,, -coloring.n.01,liquid,0,0,FALSE,,, -coloring.n.01,heatSource,0,0,FALSE,,, -coloring.n.01,fireSource,1,0,FALSE,,, -coloring.n.01,cookable,0,0,FALSE,,, -coloring.n.01,coldSource,0,0,FALSE,,, -coloring.n.01,sliceable,0,0,FALSE,,, -coloring.n.01,slicer,0,0,FALSE,,, -coloring.n.01,soakable,0,0,FALSE,,, -fungi.n.01,liquid,0,0,FALSE,,, -fungi.n.01,heatSource,0,0,FALSE,,, -fungi.n.01,fireSource,0,0,FALSE,,, -fungi.n.01,cookable,0,1,FALSE,,, -fungi.n.01,coldSource,0,0,FALSE,,, -fungi.n.01,sliceable,0,1,FALSE,,, -fungi.n.01,slicer,0,0,FALSE,,, -fungi.n.01,soakable,0,0,FALSE,,, -fur_coat.n.01,liquid,0,0,FALSE,,, -fur_coat.n.01,heatSource,0,0,FALSE,,, -fur_coat.n.01,fireSource,0,0,FALSE,,, -fur_coat.n.01,cookable,0,0,FALSE,,, -fur_coat.n.01,coldSource,0,0,FALSE,,, -fur_coat.n.01,sliceable,0,0,FALSE,,, -fur_coat.n.01,slicer,0,0,FALSE,,, -fur_coat.n.01,soakable,0,1,FALSE,,, -disposal.n.04,liquid,0,0,FALSE,,, -disposal.n.04,heatSource,0,0,FALSE,,, -disposal.n.04,fireSource,0,0,FALSE,,, -disposal.n.04,cookable,0,0,FALSE,,, -disposal.n.04,coldSource,0,0,FALSE,,, -disposal.n.04,sliceable,0,0,FALSE,,, -disposal.n.04,slicer,1,0,FALSE,,, -disposal.n.04,soakable,0,0,FALSE,,, -gin.n.01,liquid,1,1,FALSE,,, -gin.n.01,heatSource,0,0,FALSE,,, -gin.n.01,fireSource,0,0,FALSE,,, -gin.n.01,cookable,0,0,FALSE,,, -gin.n.01,coldSource,0,0,FALSE,,, -gin.n.01,sliceable,0,0,FALSE,,, -gin.n.01,slicer,0,0,FALSE,,, -gin.n.01,soakable,0,0,FALSE,,, -granola.n.01,liquid,0,0,FALSE,,, -granola.n.01,heatSource,0,0,FALSE,,, -granola.n.01,fireSource,1,0,FALSE,,, -granola.n.01,cookable,0,1,FALSE,,, -granola.n.01,coldSource,0,0,FALSE,,, -granola.n.01,sliceable,1,0,FALSE,,, -granola.n.01,slicer,0,0,FALSE,,, -granola.n.01,soakable,0,0,FALSE,,, -hair_spray.n.01,liquid,0,1,FALSE,,, -hair_spray.n.01,heatSource,0,0,FALSE,,, -hair_spray.n.01,fireSource,0,0,FALSE,,, -hair_spray.n.01,cookable,0,0,FALSE,,, -hair_spray.n.01,coldSource,1,0,FALSE,,, -hair_spray.n.01,sliceable,0,0,FALSE,,, -hair_spray.n.01,slicer,1,0,FALSE,,, -hair_spray.n.01,soakable,0,0,FALSE,,, -helmet.n.01,liquid,0,0,FALSE,,, -helmet.n.01,heatSource,0,0,FALSE,,, -helmet.n.01,fireSource,0,0,FALSE,,, -helmet.n.01,cookable,0,0,FALSE,,, -helmet.n.01,coldSource,0,0,FALSE,,, -helmet.n.01,sliceable,0,0,FALSE,,, -helmet.n.01,slicer,0,0,FALSE,,, -helmet.n.01,soakable,0,0,FALSE,,, -cocoa.n.01,liquid,1,1,FALSE,,, -cocoa.n.01,heatSource,0,0,FALSE,,, -cocoa.n.01,fireSource,0,0,FALSE,,, -cocoa.n.01,cookable,0,1,FALSE,,, -cocoa.n.01,coldSource,0,0,FALSE,,, -cocoa.n.01,sliceable,0,0,FALSE,,, -cocoa.n.01,slicer,0,0,FALSE,,, -cocoa.n.01,soakable,0,0,FALSE,,, -ice_pack.n.01,liquid,0,0,FALSE,,, -ice_pack.n.01,heatSource,0,0,FALSE,,, -ice_pack.n.01,fireSource,0,0,FALSE,,, -ice_pack.n.01,cookable,1,0,FALSE,,, -ice_pack.n.01,coldSource,0,1,TRUE,0,, -ice_pack.n.01,sliceable,0,0,FALSE,,, -ice_pack.n.01,slicer,1,0,FALSE,,, -ice_pack.n.01,soakable,0,0,FALSE,,, -instant_coffee.n.0,liquid,0,0,FALSE,,, -instant_coffee.n.0,heatSource,1,0,FALSE,,, -instant_coffee.n.0,fireSource,0,0,FALSE,,, -instant_coffee.n.0,cookable,0,1,FALSE,,, -instant_coffee.n.0,coldSource,0,0,FALSE,,, -instant_coffee.n.0,sliceable,0,0,FALSE,,, -instant_coffee.n.0,slicer,0,0,FALSE,,, -instant_coffee.n.0,soakable,0,0,FALSE,,, -chinese_gooseberry.n.01,liquid,0,0,FALSE,,, -chinese_gooseberry.n.01,heatSource,0,0,FALSE,,, -chinese_gooseberry.n.01,fireSource,0,0,FALSE,,, -chinese_gooseberry.n.01,cookable,0,1,FALSE,,, -chinese_gooseberry.n.01,coldSource,0,0,FALSE,,, -chinese_gooseberry.n.01,sliceable,0,1,FALSE,,, -chinese_gooseberry.n.01,slicer,0,0,FALSE,,, -chinese_gooseberry.n.01,soakable,0,0,FALSE,,, -knit.n.01,liquid,0,0,FALSE,,, -knit.n.01,heatSource,0,0,FALSE,,, -knit.n.01,fireSource,0,0,FALSE,,, -knit.n.01,cookable,0,0,FALSE,,, -knit.n.01,coldSource,0,0,FALSE,,, -knit.n.01,sliceable,0,0,FALSE,,, -knit.n.01,slicer,0,0,FALSE,,, -knit.n.01,soakable,1,1,FALSE,,, -lacquer.n.01,liquid,0,1,FALSE,,, -lacquer.n.01,heatSource,0,0,FALSE,,, -lacquer.n.01,fireSource,0,1,FALSE,,, -lacquer.n.01,cookable,0,0,FALSE,,, -lacquer.n.01,coldSource,1,0,FALSE,,, -lacquer.n.01,sliceable,0,0,FALSE,,, -lacquer.n.01,slicer,1,0,FALSE,,, -lacquer.n.01,soakable,0,0,FALSE,,, -lantern.n.01,liquid,0,0,FALSE,,, -lantern.n.01,heatSource,0,0,FALSE,,, -lantern.n.01,fireSource,0,0,FALSE,,, -lantern.n.01,cookable,0,0,FALSE,,, -lantern.n.01,coldSource,0,0,FALSE,,, -lantern.n.01,sliceable,0,0,FALSE,,, -lantern.n.01,slicer,1,0,FALSE,,, -lantern.n.01,soakable,0,1,FALSE,,, -caffe_latte.n.01,liquid,1,1,FALSE,,, -caffe_latte.n.01,heatSource,0,0,FALSE,,, -caffe_latte.n.01,fireSource,0,0,FALSE,,, -caffe_latte.n.01,cookable,0,1,FALSE,,, -caffe_latte.n.01,coldSource,0,0,FALSE,,, -caffe_latte.n.01,sliceable,0,0,FALSE,,, -caffe_latte.n.01,slicer,0,0,FALSE,,, -caffe_latte.n.01,soakable,0,0,FALSE,,, -blower.n.01,liquid,0,0,FALSE,,, -blower.n.01,heatSource,0,1,FALSE,,, -blower.n.01,fireSource,0,0,FALSE,,, -blower.n.01,cookable,0,0,FALSE,,, -blower.n.01,coldSource,0,0,FALSE,,, -blower.n.01,sliceable,0,0,FALSE,,, -blower.n.01,slicer,1,0,FALSE,,, -blower.n.01,soakable,0,0,FALSE,,, -leek.n.01,liquid,0,0,FALSE,,, -leek.n.01,heatSource,0,0,FALSE,,, -leek.n.01,fireSource,1,0,FALSE,,, -leek.n.01,cookable,0,1,FALSE,,, -leek.n.01,coldSource,0,0,FALSE,,, -leek.n.01,sliceable,0,1,FALSE,,, -leek.n.01,slicer,0,0,FALSE,,, -leek.n.01,soakable,1,0,FALSE,,, -lock.n.01,liquid,0,0,FALSE,,, -lock.n.01,heatSource,0,0,FALSE,,, -lock.n.01,fireSource,0,0,FALSE,,, -lock.n.01,cookable,0,0,FALSE,,, -lock.n.01,coldSource,0,0,FALSE,,, -lock.n.01,sliceable,0,0,FALSE,,, -lock.n.01,slicer,1,0,FALSE,,, -lock.n.01,soakable,0,0,FALSE,,, -marinara.n.01,liquid,0,1,FALSE,,, -marinara.n.01,heatSource,0,0,FALSE,,, -marinara.n.01,fireSource,1,0,FALSE,,, -marinara.n.01,cookable,0,1,FALSE,,, -marinara.n.01,coldSource,1,0,FALSE,,, -marinara.n.01,sliceable,0,0,FALSE,,, -marinara.n.01,slicer,0,0,FALSE,,, -marinara.n.01,soakable,0,0,FALSE,,, -mashed_potato.n.01,liquid,0,0,FALSE,,, -mashed_potato.n.01,heatSource,0,0,FALSE,,, -mashed_potato.n.01,fireSource,1,0,FALSE,,, -mashed_potato.n.01,cookable,0,1,FALSE,,, -mashed_potato.n.01,coldSource,0,0,FALSE,,, -mashed_potato.n.01,sliceable,0,0,FALSE,,, -mashed_potato.n.01,slicer,0,0,FALSE,,, -mashed_potato.n.01,soakable,0,0,FALSE,,, -melon.n.01,liquid,0,0,FALSE,,, -melon.n.01,heatSource,0,0,FALSE,,, -melon.n.01,fireSource,0,0,FALSE,,, -melon.n.01,cookable,0,1,FALSE,,, -melon.n.01,coldSource,0,0,FALSE,,, -melon.n.01,sliceable,0,1,FALSE,,, -melon.n.01,slicer,0,0,FALSE,,, -melon.n.01,soakable,0,0,FALSE,,, -mozzarella.n.01,liquid,0,0,FALSE,,, -mozzarella.n.01,heatSource,0,0,FALSE,,, -mozzarella.n.01,fireSource,1,0,FALSE,,, -mozzarella.n.01,cookable,0,1,FALSE,,, -mozzarella.n.01,coldSource,0,0,FALSE,,, -mozzarella.n.01,sliceable,0,1,FALSE,,, -mozzarella.n.01,slicer,0,0,FALSE,,, -mozzarella.n.01,soakable,1,0,FALSE,,, -necktie.n.01,liquid,0,0,FALSE,,, -necktie.n.01,heatSource,0,0,FALSE,,, -necktie.n.01,fireSource,0,0,FALSE,,, -necktie.n.01,cookable,0,0,FALSE,,, -necktie.n.01,coldSource,0,0,FALSE,,, -necktie.n.01,sliceable,0,0,FALSE,,, -necktie.n.01,slicer,0,0,FALSE,,, -necktie.n.01,soakable,1,1,FALSE,,, -orange_juice.n.01,liquid,1,1,FALSE,,, -orange_juice.n.01,heatSource,0,0,FALSE,,, -orange_juice.n.01,fireSource,0,0,FALSE,,, -orange_juice.n.01,cookable,0,1,FALSE,,, -orange_juice.n.01,coldSource,1,0,FALSE,,, -orange_juice.n.01,sliceable,0,0,FALSE,,, -orange_juice.n.01,slicer,0,0,FALSE,,, -orange_juice.n.01,soakable,0,0,FALSE,,, -oyster.n.01,liquid,0,0,FALSE,,, -oyster.n.01,heatSource,0,0,FALSE,,, -oyster.n.01,fireSource,1,0,FALSE,,, -oyster.n.01,cookable,0,1,FALSE,,, -oyster.n.01,coldSource,0,0,FALSE,,, -oyster.n.01,sliceable,0,1,FALSE,,, -oyster.n.01,slicer,0,0,FALSE,,, -oyster.n.01,soakable,0,0,FALSE,,, -pajama.n.01,liquid,0,0,FALSE,,, -pajama.n.01,heatSource,0,0,FALSE,,, -pajama.n.01,fireSource,0,0,FALSE,,, -pajama.n.01,cookable,0,0,FALSE,,, -pajama.n.01,coldSource,0,0,FALSE,,, -pajama.n.01,sliceable,0,0,FALSE,,, -pajama.n.01,slicer,0,0,FALSE,,, -pajama.n.01,soakable,1,1,FALSE,,, -pollen.n.01,liquid,0,0,FALSE,,, -pollen.n.01,heatSource,0,0,FALSE,,, -pollen.n.01,fireSource,0,0,FALSE,,, -pollen.n.01,cookable,0,0,FALSE,,, -pollen.n.01,coldSource,0,0,FALSE,,, -pollen.n.01,sliceable,0,0,FALSE,,, -pollen.n.01,slicer,0,0,FALSE,,, -pollen.n.01,soakable,0,0,FALSE,,, -pruner.n.02,liquid,0,0,FALSE,,, -pruner.n.02,heatSource,0,0,FALSE,,, -pruner.n.02,fireSource,0,0,FALSE,,, -pruner.n.02,cookable,0,0,FALSE,,, -pruner.n.02,coldSource,0,0,FALSE,,, -pruner.n.02,sliceable,0,0,FALSE,,, -pruner.n.02,slicer,1,1,FALSE,,, -pruner.n.02,soakable,0,0,FALSE,,, -polyvinyl_chloride.n.01,liquid,0,0,FALSE,,, -polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,cookable,0,0,FALSE,,, -polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,, -polyvinyl_chloride.n.01,slicer,0,0,FALSE,,, -polyvinyl_chloride.n.01,soakable,0,0,FALSE,,, -sesame_oil.n.01,liquid,1,1,FALSE,,, -sesame_oil.n.01,heatSource,0,0,FALSE,,, -sesame_oil.n.01,fireSource,1,0,FALSE,,, -sesame_oil.n.01,cookable,0,1,FALSE,,, -sesame_oil.n.01,coldSource,0,0,FALSE,,, -sesame_oil.n.01,sliceable,0,0,FALSE,,, -sesame_oil.n.01,slicer,0,0,FALSE,,, -sesame_oil.n.01,soakable,0,0,FALSE,,, -skewer.n.01,liquid,0,0,FALSE,,, -skewer.n.01,heatSource,0,0,FALSE,,, -skewer.n.01,fireSource,1,0,FALSE,,, -skewer.n.01,cookable,0,0,FALSE,,, -skewer.n.01,coldSource,0,0,FALSE,,, -skewer.n.01,sliceable,0,0,FALSE,,, -skewer.n.01,slicer,1,1,FALSE,,, -skewer.n.01,soakable,0,0,FALSE,,, -soupspoon.n.01,liquid,0,0,FALSE,,, -soupspoon.n.01,heatSource,0,0,FALSE,,, -soupspoon.n.01,fireSource,0,0,FALSE,,, -soupspoon.n.01,cookable,0,0,FALSE,,, -soupspoon.n.01,coldSource,1,0,FALSE,,, -soupspoon.n.01,sliceable,0,0,FALSE,,, -soupspoon.n.01,slicer,0,0,FALSE,,, -soupspoon.n.01,soakable,0,0,FALSE,,, -soda_water.n.01,liquid,0,1,FALSE,,, -soda_water.n.01,heatSource,0,0,FALSE,,, -soda_water.n.01,fireSource,0,0,FALSE,,, -soda_water.n.01,cookable,0,0,FALSE,,, -soda_water.n.01,coldSource,0,0,FALSE,,, -soda_water.n.01,sliceable,0,0,FALSE,,, -soda_water.n.01,slicer,1,0,FALSE,,, -soda_water.n.01,soakable,0,0,FALSE,,, -jimmies.n.01,liquid,0,0,FALSE,,, -jimmies.n.01,heatSource,0,0,FALSE,,, -jimmies.n.01,fireSource,0,0,FALSE,,, -jimmies.n.01,cookable,0,1,FALSE,,, -jimmies.n.01,coldSource,0,0,FALSE,,, -jimmies.n.01,sliceable,0,0,FALSE,,, -jimmies.n.01,slicer,0,0,FALSE,,, -jimmies.n.01,soakable,0,0,FALSE,,, -stud.n.02,liquid,0,0,FALSE,,, -stud.n.02,heatSource,0,0,FALSE,,, -stud.n.02,fireSource,0,0,FALSE,,, -stud.n.02,cookable,0,0,FALSE,,, -stud.n.02,coldSource,0,0,FALSE,,, -stud.n.02,sliceable,0,0,FALSE,,, -stud.n.02,slicer,0,0,FALSE,,, -stud.n.02,soakable,0,0,FALSE,,, -soapsuds.n.01,liquid,0,1,FALSE,,, -soapsuds.n.01,heatSource,0,0,FALSE,,, -soapsuds.n.01,fireSource,0,0,FALSE,,, -soapsuds.n.01,cookable,0,0,FALSE,,, -soapsuds.n.01,coldSource,0,0,FALSE,,, -soapsuds.n.01,sliceable,0,0,FALSE,,, -soapsuds.n.01,slicer,0,0,FALSE,,, -soapsuds.n.01,soakable,0,0,FALSE,,, -tennis_ball.n.01,liquid,0,0,FALSE,,, -tennis_ball.n.01,heatSource,0,0,FALSE,,, -tennis_ball.n.01,fireSource,0,0,FALSE,,, -tennis_ball.n.01,cookable,0,0,FALSE,,, -tennis_ball.n.01,coldSource,0,0,FALSE,,, -tennis_ball.n.01,sliceable,0,0,FALSE,,, -tennis_ball.n.01,slicer,0,0,FALSE,,, -tennis_ball.n.01,soakable,0,0,FALSE,,, -ticket.n.01,liquid,0,0,FALSE,,, -ticket.n.01,heatSource,0,0,FALSE,,, -ticket.n.01,fireSource,0,0,FALSE,,, -ticket.n.01,cookable,0,0,FALSE,,, -ticket.n.01,coldSource,0,0,FALSE,,, -ticket.n.01,sliceable,0,0,FALSE,,, -ticket.n.01,slicer,1,1,FALSE,,, -ticket.n.01,soakable,0,0,FALSE,,, -trailer.n.03,liquid,0,0,FALSE,,, -trailer.n.03,heatSource,0,0,FALSE,,, -trailer.n.03,fireSource,0,0,FALSE,,, -trailer.n.03,cookable,0,0,FALSE,,, -trailer.n.03,coldSource,0,0,FALSE,,, -trailer.n.03,sliceable,0,0,FALSE,,, -trailer.n.03,slicer,0,0,FALSE,,, -trailer.n.03,soakable,0,0,FALSE,,, -pincer.n.01,liquid,0,0,FALSE,,, -pincer.n.01,heatSource,0,0,FALSE,,, -pincer.n.01,fireSource,0,0,FALSE,,, -pincer.n.01,cookable,0,0,FALSE,,, -pincer.n.01,coldSource,0,0,FALSE,,, -pincer.n.01,sliceable,0,0,FALSE,,, -pincer.n.01,slicer,1,0,FALSE,,, -pincer.n.01,soakable,1,0,FALSE,,, -peeler.n.03,liquid,0,0,FALSE,,, -peeler.n.03,heatSource,0,0,FALSE,,, -peeler.n.03,fireSource,0,0,FALSE,,, -peeler.n.03,cookable,0,0,FALSE,,, -peeler.n.03,coldSource,0,0,FALSE,,, -peeler.n.03,sliceable,0,0,FALSE,,, -peeler.n.03,slicer,1,1,FALSE,,, -peeler.n.03,soakable,0,0,FALSE,,, -velvet.n.01,liquid,0,0,FALSE,,, -velvet.n.01,heatSource,0,0,FALSE,,, -velvet.n.01,fireSource,0,0,FALSE,,, -velvet.n.01,cookable,0,0,FALSE,,, -velvet.n.01,coldSource,0,0,FALSE,,, -velvet.n.01,sliceable,0,0,FALSE,,, -velvet.n.01,slicer,0,0,FALSE,,, -velvet.n.01,soakable,1,1,FALSE,,, -vessel.n.03,liquid,0,0,FALSE,,, -vessel.n.03,heatSource,0,0,FALSE,,, -vessel.n.03,fireSource,0,0,FALSE,,, -vessel.n.03,cookable,0,0,FALSE,,, -vessel.n.03,coldSource,1,0,FALSE,,, -vessel.n.03,sliceable,0,0,FALSE,,, -vessel.n.03,slicer,1,0,FALSE,,, -vessel.n.03,soakable,0,0,FALSE,,, -vine.n.01,liquid,0,0,FALSE,,, -vine.n.01,heatSource,0,0,FALSE,,, -vine.n.01,fireSource,0,0,FALSE,,, -vine.n.01,cookable,0,0,FALSE,,, -vine.n.01,coldSource,0,0,FALSE,,, -vine.n.01,sliceable,0,1,FALSE,,, -vine.n.01,slicer,0,0,FALSE,,, -vine.n.01,soakable,0,0,FALSE,,, -waffle.n.01,liquid,0,0,FALSE,,, -waffle.n.01,heatSource,0,0,FALSE,,, -waffle.n.01,fireSource,1,0,FALSE,,, -waffle.n.01,cookable,0,1,FALSE,,, -waffle.n.01,coldSource,0,0,FALSE,,, -waffle.n.01,sliceable,0,1,FALSE,,, -waffle.n.01,slicer,1,0,FALSE,,, -waffle.n.01,soakable,0,0,FALSE,,, -girdle.n.02,liquid,0,0,FALSE,,, -girdle.n.02,heatSource,0,0,FALSE,,, -girdle.n.02,fireSource,0,0,FALSE,,, -girdle.n.02,cookable,0,0,FALSE,,, -girdle.n.02,coldSource,0,0,FALSE,,, -girdle.n.02,sliceable,0,0,FALSE,,, -girdle.n.02,slicer,0,0,FALSE,,, -girdle.n.02,soakable,0,0,FALSE,,, -wallet.n.01,liquid,0,0,FALSE,,, -wallet.n.01,heatSource,0,0,FALSE,,, -wallet.n.01,fireSource,0,0,FALSE,,, -wallet.n.01,cookable,0,0,FALSE,,, -wallet.n.01,coldSource,0,0,FALSE,,, -wallet.n.01,sliceable,0,0,FALSE,,, -wallet.n.01,slicer,1,0,FALSE,,, -wallet.n.01,soakable,1,0,FALSE,,, -water_glass.n.02,liquid,1,0,FALSE,,, -water_glass.n.02,heatSource,0,0,FALSE,,, -water_glass.n.02,fireSource,0,0,FALSE,,, -water_glass.n.02,cookable,0,0,FALSE,,, -water_glass.n.02,coldSource,1,0,FALSE,,, -water_glass.n.02,sliceable,0,0,FALSE,,, -water_glass.n.02,slicer,0,0,FALSE,,, -water_glass.n.02,soakable,0,0,FALSE,,, -watering_can.n.01,liquid,1,0,FALSE,,, -watering_can.n.01,heatSource,0,0,FALSE,,, -watering_can.n.01,fireSource,0,0,FALSE,,, -watering_can.n.01,cookable,0,0,FALSE,,, -watering_can.n.01,coldSource,1,0,FALSE,,, -watering_can.n.01,sliceable,0,0,FALSE,,, -watering_can.n.01,slicer,0,0,FALSE,,, -watering_can.n.01,soakable,0,0,FALSE,,, -anchor.n.01,liquid,0,0,FALSE,,, -anchor.n.01,heatSource,0,0,FALSE,,, -anchor.n.01,fireSource,0,0,FALSE,,, -anchor.n.01,cookable,0,0,FALSE,,, -anchor.n.01,coldSource,0,0,FALSE,,, -anchor.n.01,sliceable,0,0,FALSE,,, -anchor.n.01,slicer,0,0,FALSE,,, -anchor.n.01,soakable,0,0,FALSE,,, -anchor.n.02,liquid,0,0,FALSE,,, -anchor.n.02,heatSource,0,0,FALSE,,, -anchor.n.02,fireSource,0,0,FALSE,,, -anchor.n.02,cookable,0,0,FALSE,,, -anchor.n.02,coldSource,0,0,FALSE,,, -anchor.n.02,sliceable,0,0,FALSE,,, -anchor.n.02,slicer,0,0,FALSE,,, -anchor.n.02,soakable,0,0,FALSE,,, -band.n.07,liquid,0,0,FALSE,,, -band.n.07,heatSource,0,0,FALSE,,, -band.n.07,fireSource,0,0,FALSE,,, -band.n.07,cookable,0,0,FALSE,,, -band.n.07,coldSource,0,0,FALSE,,, -band.n.07,sliceable,0,0,FALSE,,, -band.n.07,slicer,1,0,FALSE,,, -band.n.07,soakable,1,0,FALSE,,, -barbecue_sauce.n.01,liquid,0,1,FALSE,,, -barbecue_sauce.n.01,heatSource,0,0,FALSE,,, -barbecue_sauce.n.01,fireSource,1,0,FALSE,,, -barbecue_sauce.n.01,cookable,0,1,FALSE,,, -barbecue_sauce.n.01,coldSource,0,0,FALSE,,, -barbecue_sauce.n.01,sliceable,0,0,FALSE,,, -barbecue_sauce.n.01,slicer,0,0,FALSE,,, -barbecue_sauce.n.01,soakable,0,0,FALSE,,, -black_bean.n.01,liquid,0,0,FALSE,,, -black_bean.n.01,heatSource,0,0,FALSE,,, -black_bean.n.01,fireSource,1,0,FALSE,,, -black_bean.n.01,cookable,0,1,FALSE,,, -black_bean.n.01,coldSource,0,0,FALSE,,, -black_bean.n.01,sliceable,0,0,FALSE,,, -black_bean.n.01,slicer,0,0,FALSE,,, -black_bean.n.01,soakable,0,0,FALSE,,, -blouse.n.01,liquid,0,0,FALSE,,, -blouse.n.01,heatSource,0,0,FALSE,,, -blouse.n.01,fireSource,0,0,FALSE,,, -blouse.n.01,cookable,0,0,FALSE,,, -blouse.n.01,coldSource,0,0,FALSE,,, -blouse.n.01,sliceable,0,0,FALSE,,, -blouse.n.01,slicer,1,0,FALSE,,, -blouse.n.01,soakable,1,1,FALSE,,, -borax.n.01,liquid,0,0,FALSE,,, -borax.n.01,heatSource,0,0,FALSE,,, -borax.n.01,fireSource,0,0,FALSE,,, -borax.n.01,cookable,0,0,FALSE,,, -borax.n.01,coldSource,0,0,FALSE,,, -borax.n.01,sliceable,0,0,FALSE,,, -borax.n.01,slicer,0,0,FALSE,,, -borax.n.01,soakable,0,0,FALSE,,, -brake.n.01,liquid,0,0,FALSE,,, -brake.n.01,heatSource,0,0,FALSE,,, -brake.n.01,fireSource,0,0,FALSE,,, -brake.n.01,cookable,0,0,FALSE,,, -brake.n.01,coldSource,0,0,FALSE,,, -brake.n.01,sliceable,0,0,FALSE,,, -brake.n.01,slicer,1,0,FALSE,,, -brake.n.01,soakable,0,0,FALSE,,, -brake.n.05,liquid,0,0,FALSE,,, -brake.n.05,heatSource,0,0,FALSE,,, -brake.n.05,fireSource,0,0,FALSE,,, -brake.n.05,cookable,0,0,FALSE,,, -brake.n.05,coldSource,0,0,FALSE,,, -brake.n.05,sliceable,0,0,FALSE,,, -brake.n.05,slicer,1,0,FALSE,,, -brake.n.05,soakable,1,0,FALSE,,, -brandy.n.01,liquid,1,1,FALSE,,, -brandy.n.01,heatSource,0,0,FALSE,,, -brandy.n.01,fireSource,0,0,FALSE,,, -brandy.n.01,cookable,0,0,FALSE,,, -brandy.n.01,coldSource,0,0,FALSE,,, -brandy.n.01,sliceable,0,0,FALSE,,, -brandy.n.01,slicer,0,0,FALSE,,, -brandy.n.01,soakable,0,0,FALSE,,, -breakfast.n.01,liquid,0,0,FALSE,,, -breakfast.n.01,heatSource,0,0,FALSE,,, -breakfast.n.01,fireSource,1,0,FALSE,,, -breakfast.n.01,cookable,0,1,FALSE,,, -breakfast.n.01,coldSource,0,0,FALSE,,, -breakfast.n.01,sliceable,0,1,FALSE,,, -breakfast.n.01,slicer,0,0,FALSE,,, -breakfast.n.01,soakable,0,0,FALSE,,, -brown_rice.n.01,liquid,0,0,FALSE,,, -brown_rice.n.01,heatSource,0,0,FALSE,,, -brown_rice.n.01,fireSource,1,0,FALSE,,, -brown_rice.n.01,cookable,0,1,FALSE,,, -brown_rice.n.01,coldSource,0,0,FALSE,,, -brown_rice.n.01,sliceable,0,0,FALSE,,, -brown_rice.n.01,slicer,0,0,FALSE,,, -brown_rice.n.01,soakable,0,0,FALSE,,, -citrus.n.01,liquid,0,0,FALSE,,, -citrus.n.01,heatSource,0,0,FALSE,,, -citrus.n.01,fireSource,0,0,FALSE,,, -citrus.n.01,cookable,0,1,FALSE,,, -citrus.n.01,coldSource,1,0,FALSE,,, -citrus.n.01,sliceable,0,1,FALSE,,, -citrus.n.01,slicer,0,0,FALSE,,, -citrus.n.01,soakable,0,0,FALSE,,, -coffee_filter.n.01,liquid,0,0,FALSE,,, -coffee_filter.n.01,heatSource,0,0,FALSE,,, -coffee_filter.n.01,fireSource,0,0,FALSE,,, -coffee_filter.n.01,cookable,0,0,FALSE,,, -coffee_filter.n.01,coldSource,1,0,FALSE,,, -coffee_filter.n.01,sliceable,0,0,FALSE,,, -coffee_filter.n.01,slicer,0,0,FALSE,,, -coffee_filter.n.01,soakable,0,0,FALSE,,, -dutch_oven.n.01,liquid,0,0,FALSE,,, -dutch_oven.n.01,heatSource,1,1,FALSE,,, -dutch_oven.n.01,fireSource,1,0,FALSE,,, -dutch_oven.n.01,cookable,0,0,FALSE,,, -dutch_oven.n.01,coldSource,0,0,FALSE,,, -dutch_oven.n.01,sliceable,0,0,FALSE,,, -dutch_oven.n.01,slicer,0,0,FALSE,,, -dutch_oven.n.01,soakable,0,0,FALSE,,, -engine.n.0,liquid,0,0,FALSE,,, -engine.n.0,heatSource,0,1,FALSE,,, -engine.n.0,fireSource,0,0,FALSE,,, -engine.n.0,cookable,0,0,FALSE,,, -engine.n.0,coldSource,0,0,FALSE,,, -engine.n.0,sliceable,0,0,FALSE,,, -engine.n.0,slicer,1,0,FALSE,,, -engine.n.0,soakable,0,0,FALSE,,, -fennel.n.0,liquid,0,0,FALSE,,, -fennel.n.0,heatSource,0,0,FALSE,,, -fennel.n.0,fireSource,1,0,FALSE,,, -fennel.n.0,cookable,0,0,FALSE,,, -fennel.n.0,coldSource,0,0,FALSE,,, -fennel.n.0,sliceable,0,0,FALSE,,, -fennel.n.0,slicer,0,0,FALSE,,, -fennel.n.0,soakable,0,0,FALSE,,, -first-aid_kit.n.01,liquid,0,0,FALSE,,, -first-aid_kit.n.01,heatSource,0,0,FALSE,,, -first-aid_kit.n.01,fireSource,0,0,FALSE,,, -first-aid_kit.n.01,cookable,0,0,FALSE,,, -first-aid_kit.n.01,coldSource,1,0,FALSE,,, -first-aid_kit.n.01,sliceable,0,0,FALSE,,, -first-aid_kit.n.01,slicer,1,0,FALSE,,, -first-aid_kit.n.01,soakable,1,0,FALSE,,, -garland.v.01,liquid,0,0,FALSE,,, -garland.v.01,heatSource,0,0,FALSE,,, -garland.v.01,fireSource,0,0,FALSE,,, -garland.v.01,cookable,0,0,FALSE,,, -garland.v.01,coldSource,0,0,FALSE,,, -garland.v.01,sliceable,0,0,FALSE,,, -garland.v.01,slicer,0,0,FALSE,,, -garland.v.01,soakable,0,1,FALSE,,, -garnish.n.01,liquid,0,0,FALSE,,, -garnish.n.01,heatSource,0,0,FALSE,,, -garnish.n.01,fireSource,1,0,FALSE,,, -garnish.n.01,cookable,0,0,FALSE,,, -garnish.n.01,coldSource,0,0,FALSE,,, -garnish.n.01,sliceable,0,0,FALSE,,, -garnish.n.01,slicer,0,0,FALSE,,, -garnish.n.01,soakable,0,0,FALSE,,, -glassware.n.01,liquid,0,0,FALSE,,, -glassware.n.01,heatSource,0,0,FALSE,,, -glassware.n.01,fireSource,0,0,FALSE,,, -glassware.n.01,cookable,0,0,FALSE,,, -glassware.n.01,coldSource,1,0,FALSE,,, -glassware.n.01,sliceable,0,0,FALSE,,, -glassware.n.01,slicer,1,0,FALSE,,, -glassware.n.01,soakable,0,0,FALSE,,, -jelly.n.02,liquid,0,0,FALSE,,, -jelly.n.02,heatSource,0,0,FALSE,,, -jelly.n.02,fireSource,0,0,FALSE,,, -jelly.n.02,cookable,0,1,FALSE,,, -jelly.n.02,coldSource,0,0,FALSE,,, -jelly.n.02,sliceable,0,1,FALSE,,, -jelly.n.02,slicer,0,0,FALSE,,, -jelly.n.02,soakable,0,0,FALSE,,, -mallet.n.03,liquid,0,0,FALSE,,, -mallet.n.03,heatSource,0,0,FALSE,,, -mallet.n.03,fireSource,0,0,FALSE,,, -mallet.n.03,cookable,0,0,FALSE,,, -mallet.n.03,coldSource,0,0,FALSE,,, -mallet.n.03,sliceable,0,0,FALSE,,, -mallet.n.03,slicer,0,0,FALSE,,, -mallet.n.03,soakable,0,0,FALSE,,, -moss.n.01,liquid,0,0,FALSE,,, -moss.n.01,heatSource,0,0,FALSE,,, -moss.n.01,fireSource,0,0,FALSE,,, -moss.n.01,cookable,0,0,FALSE,,, -moss.n.01,coldSource,0,0,FALSE,,, -moss.n.01,sliceable,0,0,FALSE,,, -moss.n.01,slicer,0,0,FALSE,,, -moss.n.01,soakable,0,0,FALSE,,, -needle.n.03,liquid,0,0,FALSE,,, -needle.n.03,heatSource,0,0,FALSE,,, -needle.n.03,fireSource,0,0,FALSE,,, -needle.n.03,cookable,0,0,FALSE,,, -needle.n.03,coldSource,0,0,FALSE,,, -needle.n.03,sliceable,0,0,FALSE,,, -needle.n.03,slicer,1,0,FALSE,,, -needle.n.03,soakable,0,0,FALSE,,, -needle.n.02,liquid,0,0,FALSE,,, -needle.n.02,heatSource,0,0,FALSE,,, -needle.n.02,fireSource,0,0,FALSE,,, -needle.n.02,cookable,0,0,FALSE,,, -needle.n.02,coldSource,0,0,FALSE,,, -needle.n.02,sliceable,0,0,FALSE,,, -needle.n.02,slicer,1,0,FALSE,,, -needle.n.02,soakable,0,0,FALSE,,, -oat.n.01,liquid,0,0,FALSE,,, -oat.n.01,heatSource,0,0,FALSE,,, -oat.n.01,fireSource,1,0,FALSE,,, -oat.n.01,cookable,0,1,FALSE,,, -oat.n.01,coldSource,0,0,FALSE,,, -oat.n.01,sliceable,0,0,FALSE,,, -oat.n.01,slicer,0,0,FALSE,,, -oat.n.01,soakable,0,0,FALSE,,, -onion.n.01,liquid,0,0,FALSE,,, -onion.n.01,heatSource,0,0,FALSE,,, -onion.n.01,fireSource,1,0,FALSE,,, -onion.n.01,cookable,0,1,FALSE,,, -onion.n.01,coldSource,0,0,FALSE,,, -onion.n.01,sliceable,0,1,FALSE,,, -onion.n.01,slicer,0,0,FALSE,,, -onion.n.01,soakable,0,0,FALSE,,, -pallet.n.02,liquid,0,0,FALSE,,, -pallet.n.02,heatSource,0,0,FALSE,,, -pallet.n.02,fireSource,0,0,FALSE,,, -pallet.n.02,cookable,0,0,FALSE,,, -pallet.n.02,coldSource,0,0,FALSE,,, -pallet.n.02,sliceable,0,0,FALSE,,, -pallet.n.02,slicer,1,0,FALSE,,, -pallet.n.02,soakable,0,1,FALSE,,, -pencil_box.n.0,liquid,0,0,FALSE,,, -pencil_box.n.0,heatSource,0,0,FALSE,,, -pencil_box.n.0,fireSource,0,0,FALSE,,, -pencil_box.n.0,cookable,0,0,FALSE,,, -pencil_box.n.0,coldSource,0,0,FALSE,,, -pencil_box.n.0,sliceable,0,0,FALSE,,, -pencil_box.n.0,slicer,0,0,FALSE,,, -pencil_box.n.0,soakable,0,0,FALSE,,, -aroma.n.02,liquid,0,0,FALSE,,, -aroma.n.02,heatSource,0,0,FALSE,,, -aroma.n.02,fireSource,0,0,FALSE,,, -aroma.n.02,cookable,0,0,FALSE,,, -aroma.n.02,coldSource,0,0,FALSE,,, -aroma.n.02,sliceable,0,0,FALSE,,, -aroma.n.02,slicer,0,0,FALSE,,, -aroma.n.02,soakable,0,0,FALSE,,, -quilt.n.01,liquid,0,0,FALSE,,, -quilt.n.01,heatSource,0,0,FALSE,,, -quilt.n.01,fireSource,0,0,FALSE,,, -quilt.n.01,cookable,0,0,FALSE,,, -quilt.n.01,coldSource,0,0,FALSE,,, -quilt.n.01,sliceable,0,0,FALSE,,, -quilt.n.01,slicer,0,0,FALSE,,, -quilt.n.01,soakable,1,1,FALSE,,, -safety_glass.n.01,liquid,0,0,FALSE,,, -safety_glass.n.01,heatSource,0,0,FALSE,,, -safety_glass.n.01,fireSource,0,0,FALSE,,, -safety_glass.n.01,cookable,0,0,FALSE,,, -safety_glass.n.01,coldSource,1,0,FALSE,,, -safety_glass.n.01,sliceable,0,0,FALSE,,, -safety_glass.n.01,slicer,0,0,FALSE,,, -safety_glass.n.01,soakable,0,0,FALSE,,, -goggles.n.01,liquid,0,0,FALSE,,, -goggles.n.01,heatSource,0,0,FALSE,,, -goggles.n.01,fireSource,0,0,FALSE,,, -goggles.n.01,cookable,0,0,FALSE,,, -goggles.n.01,coldSource,0,0,FALSE,,, -goggles.n.01,sliceable,0,0,FALSE,,, -goggles.n.01,slicer,1,0,FALSE,,, -goggles.n.01,soakable,0,0,FALSE,,, -saltshaker.n.01,liquid,0,0,FALSE,,, -saltshaker.n.01,heatSource,0,0,FALSE,,, -saltshaker.n.01,fireSource,0,0,FALSE,,, -saltshaker.n.01,cookable,0,0,FALSE,,, -saltshaker.n.01,coldSource,0,0,FALSE,,, -saltshaker.n.01,sliceable,0,0,FALSE,,, -saltshaker.n.01,slicer,1,0,FALSE,,, -saltshaker.n.01,soakable,0,0,FALSE,,, -disk.n.01,liquid,0,0,FALSE,,, -disk.n.01,heatSource,0,0,FALSE,,, -disk.n.01,fireSource,0,0,FALSE,,, -disk.n.01,cookable,0,0,FALSE,,, -disk.n.01,coldSource,0,0,FALSE,,, -disk.n.01,sliceable,0,0,FALSE,,, -disk.n.01,slicer,1,0,FALSE,,, -disk.n.01,soakable,0,0,FALSE,,, -sawdust.n.01,liquid,0,0,FALSE,,, -sawdust.n.01,heatSource,0,0,FALSE,,, -sawdust.n.01,fireSource,0,1,FALSE,,, -sawdust.n.01,cookable,0,0,FALSE,,, -sawdust.n.01,coldSource,0,0,FALSE,,, -sawdust.n.01,sliceable,0,0,FALSE,,, -sawdust.n.01,slicer,1,0,FALSE,,, -sawdust.n.01,soakable,0,0,FALSE,,, -shallot.n.01,liquid,0,0,FALSE,,, -shallot.n.01,heatSource,0,0,FALSE,,, -shallot.n.01,fireSource,1,0,FALSE,,, -shallot.n.01,cookable,0,1,FALSE,,, -shallot.n.01,coldSource,0,0,FALSE,,, -shallot.n.01,sliceable,0,1,FALSE,,, -shallot.n.01,slicer,0,0,FALSE,,, -shallot.n.01,soakable,0,0,FALSE,,, -sign.n.02,liquid,0,0,FALSE,,, -sign.n.02,heatSource,0,0,FALSE,,, -sign.n.02,fireSource,0,0,FALSE,,, -sign.n.02,cookable,0,0,FALSE,,, -sign.n.02,coldSource,0,0,FALSE,,, -sign.n.02,sliceable,0,0,FALSE,,, -sign.n.02,slicer,1,0,FALSE,,, -sign.n.02,soakable,0,0,FALSE,,, -socket.n.01,liquid,0,0,FALSE,,, -socket.n.01,heatSource,0,0,FALSE,,, -socket.n.01,fireSource,0,0,FALSE,,, -socket.n.01,cookable,0,0,FALSE,,, -socket.n.01,coldSource,0,0,FALSE,,, -socket.n.01,sliceable,0,0,FALSE,,, -socket.n.01,slicer,1,0,FALSE,,, -socket.n.01,soakable,0,0,FALSE,,, -soya_milk.n.01,liquid,1,1,FALSE,,, -soya_milk.n.01,heatSource,0,0,FALSE,,, -soya_milk.n.01,fireSource,1,0,FALSE,,, -soya_milk.n.01,cookable,0,1,FALSE,,, -soya_milk.n.01,coldSource,1,0,FALSE,,, -soya_milk.n.01,sliceable,0,0,FALSE,,, -soya_milk.n.01,slicer,0,0,FALSE,,, -soya_milk.n.01,soakable,0,0,FALSE,,, -spaghetti.n.01,liquid,0,0,FALSE,,, -spaghetti.n.01,heatSource,0,0,FALSE,,, -spaghetti.n.01,fireSource,1,0,FALSE,,, -spaghetti.n.01,cookable,0,1,FALSE,,, -spaghetti.n.01,coldSource,0,0,FALSE,,, -spaghetti.n.01,sliceable,0,1,FALSE,,, -spaghetti.n.01,slicer,0,0,FALSE,,, -spaghetti.n.01,soakable,0,1,FALSE,,, -light.n.01,liquid,0,0,FALSE,,, -light.n.01,heatSource,0,0,FALSE,,, -light.n.01,fireSource,0,0,FALSE,,, -light.n.01,cookable,0,0,FALSE,,, -light.n.01,coldSource,0,0,FALSE,,, -light.n.01,sliceable,0,0,FALSE,,, -light.n.01,slicer,1,0,FALSE,,, -light.n.01,soakable,0,0,FALSE,,, -stuffing.n.01,liquid,0,0,FALSE,,, -stuffing.n.01,heatSource,0,0,FALSE,,, -stuffing.n.01,fireSource,1,0,FALSE,,, -stuffing.n.01,cookable,0,1,FALSE,,, -stuffing.n.01,coldSource,0,0,FALSE,,, -stuffing.n.01,sliceable,0,0,FALSE,,, -stuffing.n.01,slicer,0,0,FALSE,,, -stuffing.n.01,soakable,1,1,FALSE,,, -water_faucet.n.01,liquid,1,0,FALSE,,, -water_faucet.n.01,heatSource,0,0,FALSE,,, -water_faucet.n.01,fireSource,0,0,FALSE,,, -water_faucet.n.01,cookable,0,0,FALSE,,, -water_faucet.n.01,coldSource,1,0,FALSE,,, -water_faucet.n.01,sliceable,0,0,FALSE,,, -water_faucet.n.01,slicer,1,0,FALSE,,, -water_faucet.n.01,soakable,0,0,FALSE,,, -toiletry.n.01,liquid,0,0,FALSE,,, -toiletry.n.01,heatSource,0,0,FALSE,,, -toiletry.n.01,fireSource,0,0,FALSE,,, -toiletry.n.01,cookable,0,0,FALSE,,, -toiletry.n.01,coldSource,1,0,FALSE,,, -toiletry.n.01,sliceable,0,0,FALSE,,, -toiletry.n.01,slicer,1,0,FALSE,,, -toiletry.n.01,soakable,1,0,FALSE,,, -turnip.n.01,liquid,0,0,FALSE,,, -turnip.n.01,heatSource,0,0,FALSE,,, -turnip.n.01,fireSource,1,0,FALSE,,, -turnip.n.01,cookable,0,1,FALSE,,, -turnip.n.01,coldSource,0,0,FALSE,,, -turnip.n.01,sliceable,0,1,FALSE,,, -turnip.n.01,slicer,0,0,FALSE,,, -turnip.n.01,soakable,0,0,FALSE,,, -vinyl.n.02,liquid,0,0,FALSE,,, -vinyl.n.02,heatSource,0,0,FALSE,,, -vinyl.n.02,fireSource,0,0,FALSE,,, -vinyl.n.02,cookable,0,0,FALSE,,, -vinyl.n.02,coldSource,0,0,FALSE,,, -vinyl.n.02,sliceable,0,0,FALSE,,, -vinyl.n.02,slicer,0,0,FALSE,,, -vinyl.n.02,soakable,0,0,FALSE,,, -binder.n.01,liquid,0,0,FALSE,,, -binder.n.01,heatSource,0,0,FALSE,,, -binder.n.01,fireSource,0,0,FALSE,,, -binder.n.01,cookable,0,0,FALSE,,, -binder.n.01,coldSource,0,0,FALSE,,, -binder.n.01,sliceable,0,0,FALSE,,, -binder.n.01,slicer,1,0,FALSE,,, -binder.n.01,soakable,0,0,FALSE,,, -blackberry.n.01,liquid,0,0,FALSE,,, -blackberry.n.01,heatSource,0,0,FALSE,,, -blackberry.n.01,fireSource,1,0,FALSE,,, -blackberry.n.01,cookable,0,1,FALSE,,, -blackberry.n.01,coldSource,0,0,FALSE,,, -blackberry.n.01,sliceable,0,1,FALSE,,, -blackberry.n.01,slicer,1,0,FALSE,,, -blackberry.n.01,soakable,0,0,FALSE,,, -breadcrumb.n.01,liquid,0,0,FALSE,,, -breadcrumb.n.01,heatSource,0,0,FALSE,,, -breadcrumb.n.01,fireSource,1,0,FALSE,,, -breadcrumb.n.01,cookable,0,1,FALSE,,, -breadcrumb.n.01,coldSource,0,0,FALSE,,, -breadcrumb.n.01,sliceable,0,1,FALSE,,, -breadcrumb.n.01,slicer,1,0,FALSE,,, -breadcrumb.n.01,soakable,0,1,FALSE,,, -brick.n.01,liquid,0,0,FALSE,,, -brick.n.01,heatSource,0,0,FALSE,,, -brick.n.01,fireSource,1,0,FALSE,,, -brick.n.01,cookable,0,0,FALSE,,, -brick.n.01,coldSource,0,0,FALSE,,, -brick.n.01,sliceable,0,0,FALSE,,, -brick.n.01,slicer,0,0,FALSE,,, -brick.n.01,soakable,0,0,FALSE,,, -butter_knife.n.01,liquid,0,0,FALSE,,, -butter_knife.n.01,heatSource,0,0,FALSE,,, -butter_knife.n.01,fireSource,0,0,FALSE,,, -butter_knife.n.01,cookable,0,0,FALSE,,, -butter_knife.n.01,coldSource,0,0,FALSE,,, -butter_knife.n.01,sliceable,0,0,FALSE,,, -butter_knife.n.01,slicer,1,1,FALSE,,, -butter_knife.n.01,soakable,0,0,FALSE,,, -canola_oil.n.01,liquid,1,1,FALSE,,, -canola_oil.n.01,heatSource,0,0,FALSE,,, -canola_oil.n.01,fireSource,1,1,FALSE,,, -canola_oil.n.01,cookable,0,1,FALSE,,, -canola_oil.n.01,coldSource,1,0,FALSE,,, -canola_oil.n.01,sliceable,0,0,FALSE,,, -canola_oil.n.01,slicer,0,0,FALSE,,, -canola_oil.n.01,soakable,0,0,FALSE,,, -casserole.n.01,liquid,0,0,FALSE,,, -casserole.n.01,heatSource,0,0,FALSE,,, -casserole.n.01,fireSource,1,0,FALSE,,, -casserole.n.01,cookable,0,1,FALSE,,, -casserole.n.01,coldSource,0,0,FALSE,,, -casserole.n.01,sliceable,0,1,FALSE,,, -casserole.n.01,slicer,1,0,FALSE,,, -casserole.n.01,soakable,0,0,FALSE,,, -cement.n.01,liquid,0,0,FALSE,,, -cement.n.01,heatSource,0,0,FALSE,,, -cement.n.01,fireSource,0,0,FALSE,,, -cement.n.01,cookable,0,0,FALSE,,, -cement.n.01,coldSource,0,0,FALSE,,, -cement.n.01,sliceable,0,0,FALSE,,, -cement.n.01,slicer,0,0,FALSE,,, -cement.n.01,soakable,0,0,FALSE,,, -champagne.n.01,liquid,1,1,FALSE,,, -champagne.n.01,heatSource,0,0,FALSE,,, -champagne.n.01,fireSource,0,0,FALSE,,, -champagne.n.01,cookable,0,0,FALSE,,, -champagne.n.01,coldSource,1,0,FALSE,,, -champagne.n.01,sliceable,0,0,FALSE,,, -champagne.n.01,slicer,0,0,FALSE,,, -champagne.n.01,soakable,0,0,FALSE,,, -cheesecloth.n.01,liquid,0,0,FALSE,,, -cheesecloth.n.01,heatSource,0,0,FALSE,,, -cheesecloth.n.01,fireSource,0,0,FALSE,,, -cheesecloth.n.01,cookable,0,0,FALSE,,, -cheesecloth.n.01,coldSource,0,0,FALSE,,, -cheesecloth.n.01,sliceable,0,0,FALSE,,, -cheesecloth.n.01,slicer,1,0,FALSE,,, -cheesecloth.n.01,soakable,1,1,FALSE,,, -chicken_broth.n.01,liquid,1,1,FALSE,,, -chicken_broth.n.01,heatSource,0,0,FALSE,,, -chicken_broth.n.01,fireSource,1,0,FALSE,,, -chicken_broth.n.01,cookable,0,1,FALSE,,, -chicken_broth.n.01,coldSource,0,0,FALSE,,, -chicken_broth.n.01,sliceable,0,0,FALSE,,, -chicken_broth.n.01,slicer,0,0,FALSE,,, -chicken_broth.n.01,soakable,0,0,FALSE,,, -chocolate_sauce.n.01,liquid,0,1,FALSE,,, -chocolate_sauce.n.01,heatSource,0,0,FALSE,,, -chocolate_sauce.n.01,fireSource,0,0,FALSE,,, -chocolate_sauce.n.01,cookable,0,1,FALSE,,, -chocolate_sauce.n.01,coldSource,0,0,FALSE,,, -chocolate_sauce.n.01,sliceable,0,0,FALSE,,, -chocolate_sauce.n.01,slicer,0,0,FALSE,,, -chocolate_sauce.n.01,soakable,0,0,FALSE,,, -clam.n.01,liquid,0,0,FALSE,,, -clam.n.01,heatSource,0,0,FALSE,,, -clam.n.01,fireSource,1,0,FALSE,,, -clam.n.01,cookable,0,1,FALSE,,, -clam.n.01,coldSource,0,0,FALSE,,, -clam.n.01,sliceable,0,1,FALSE,,, -clam.n.01,slicer,1,0,FALSE,,, -clam.n.01,soakable,0,0,FALSE,,, -clothespin.n.01,liquid,0,0,FALSE,,, -clothespin.n.01,heatSource,0,0,FALSE,,, -clothespin.n.01,fireSource,0,0,FALSE,,, -clothespin.n.01,cookable,0,0,FALSE,,, -clothespin.n.01,coldSource,0,0,FALSE,,, -clothespin.n.01,sliceable,0,0,FALSE,,, -clothespin.n.01,slicer,1,0,FALSE,,, -clothespin.n.01,soakable,1,0,FALSE,,, -coconut.n.02,liquid,0,0,FALSE,,, -coconut.n.02,heatSource,0,0,FALSE,,, -coconut.n.02,fireSource,1,0,FALSE,,, -coconut.n.02,cookable,0,1,FALSE,,, -coconut.n.02,coldSource,0,0,FALSE,,, -coconut.n.02,sliceable,0,1,FALSE,,, -coconut.n.02,slicer,0,0,FALSE,,, -coconut.n.02,soakable,0,0,FALSE,,, -cornmeal.n.01,liquid,0,0,FALSE,,, -cornmeal.n.01,heatSource,0,0,FALSE,,, -cornmeal.n.01,fireSource,1,0,FALSE,,, -cornmeal.n.01,cookable,0,1,FALSE,,, -cornmeal.n.01,coldSource,0,0,FALSE,,, -cornmeal.n.01,sliceable,0,1,FALSE,,, -cornmeal.n.01,slicer,0,0,FALSE,,, -cornmeal.n.01,soakable,0,0,FALSE,,, -cosmetic.n.01,liquid,0,0,FALSE,,, -cosmetic.n.01,heatSource,0,0,FALSE,,, -cosmetic.n.01,fireSource,0,0,FALSE,,, -cosmetic.n.01,cookable,0,0,FALSE,,, -cosmetic.n.01,coldSource,1,0,FALSE,,, -cosmetic.n.01,sliceable,0,0,FALSE,,, -cosmetic.n.01,slicer,0,0,FALSE,,, -cosmetic.n.01,soakable,0,0,FALSE,,, -espresso.n.01,liquid,1,1,FALSE,,, -espresso.n.01,heatSource,0,0,FALSE,,, -espresso.n.01,fireSource,0,0,FALSE,,, -espresso.n.01,cookable,0,1,FALSE,,, -espresso.n.01,coldSource,0,0,FALSE,,, -espresso.n.01,sliceable,0,0,FALSE,,, -espresso.n.01,slicer,0,0,FALSE,,, -espresso.n.01,soakable,0,0,FALSE,,, -feather.n.01,liquid,0,0,FALSE,,, -feather.n.01,heatSource,0,0,FALSE,,, -feather.n.01,fireSource,0,0,FALSE,,, -feather.n.01,cookable,0,0,FALSE,,, -feather.n.01,coldSource,0,0,FALSE,,, -feather.n.01,sliceable,0,0,FALSE,,, -feather.n.01,slicer,0,0,FALSE,,, -feather.n.01,soakable,0,0,FALSE,,, -flashlight.n.01,liquid,0,0,FALSE,,, -flashlight.n.01,heatSource,0,0,FALSE,,, -flashlight.n.01,fireSource,0,0,FALSE,,, -flashlight.n.01,cookable,0,0,FALSE,,, -flashlight.n.01,coldSource,0,0,FALSE,,, -flashlight.n.01,sliceable,0,0,FALSE,,, -flashlight.n.01,slicer,1,0,FALSE,,, -flashlight.n.01,soakable,1,0,FALSE,,, -fuel.n.01,liquid,1,1,FALSE,,, -fuel.n.01,heatSource,1,0,FALSE,,, -fuel.n.01,fireSource,1,1,FALSE,,, -fuel.n.01,cookable,0,0,FALSE,,, -fuel.n.01,coldSource,0,0,FALSE,,, -fuel.n.01,sliceable,0,0,FALSE,,, -fuel.n.01,slicer,1,0,FALSE,,, -fuel.n.01,soakable,0,0,FALSE,,, -lamb.n.01,liquid,0,0,FALSE,,, -lamb.n.01,heatSource,0,0,FALSE,,, -lamb.n.01,fireSource,1,0,FALSE,,, -lamb.n.01,cookable,0,1,FALSE,,, -lamb.n.01,coldSource,0,0,FALSE,,, -lamb.n.01,sliceable,0,1,FALSE,,, -lamb.n.01,slicer,0,0,FALSE,,, -lamb.n.01,soakable,0,0,FALSE,,, -lubricant.n.01,liquid,1,1,FALSE,,, -lubricant.n.01,heatSource,0,0,FALSE,,, -lubricant.n.01,fireSource,0,0,FALSE,,, -lubricant.n.01,cookable,0,0,FALSE,,, -lubricant.n.01,coldSource,1,0,FALSE,,, -lubricant.n.01,sliceable,0,0,FALSE,,, -lubricant.n.01,slicer,0,0,FALSE,,, -lubricant.n.01,soakable,0,0,FALSE,,, -mango.n.01,liquid,0,0,FALSE,,, -mango.n.01,heatSource,0,0,FALSE,,, -mango.n.01,fireSource,0,0,FALSE,,, -mango.n.01,cookable,0,1,FALSE,,, -mango.n.01,coldSource,0,0,FALSE,,, -mango.n.01,sliceable,0,1,FALSE,,, -mango.n.01,slicer,0,0,FALSE,,, -mango.n.01,soakable,0,0,FALSE,,, -mussel.n.01,liquid,0,0,FALSE,,, -mussel.n.01,heatSource,0,0,FALSE,,, -mussel.n.01,fireSource,1,0,FALSE,,, -mussel.n.01,cookable,0,1,FALSE,,, -mussel.n.01,coldSource,0,0,FALSE,,, -mussel.n.01,sliceable,0,1,FALSE,,, -mussel.n.01,slicer,0,0,FALSE,,, -mussel.n.01,soakable,0,0,FALSE,,, -parmesan.n.01,liquid,0,0,FALSE,,, -parmesan.n.01,heatSource,0,0,FALSE,,, -parmesan.n.01,fireSource,0,0,FALSE,,, -parmesan.n.01,cookable,0,1,FALSE,,, -parmesan.n.01,coldSource,0,0,FALSE,,, -parmesan.n.01,sliceable,0,1,FALSE,,, -parmesan.n.01,slicer,1,0,FALSE,,, -parmesan.n.01,soakable,0,0,FALSE,,, -parsnip.n.01,liquid,0,0,FALSE,,, -parsnip.n.01,heatSource,0,0,FALSE,,, -parsnip.n.01,fireSource,1,0,FALSE,,, -parsnip.n.01,cookable,0,1,FALSE,,, -parsnip.n.01,coldSource,0,0,FALSE,,, -parsnip.n.01,sliceable,0,1,FALSE,,, -parsnip.n.01,slicer,1,0,FALSE,,, -parsnip.n.01,soakable,0,0,FALSE,,, -peanut.n.01,liquid,0,0,FALSE,,, -peanut.n.01,heatSource,0,0,FALSE,,, -peanut.n.01,fireSource,0,0,FALSE,,, -peanut.n.01,cookable,0,1,FALSE,,, -peanut.n.01,coldSource,0,0,FALSE,,, -peanut.n.01,sliceable,0,0,FALSE,,, -peanut.n.01,slicer,0,0,FALSE,,, -peanut.n.01,soakable,0,0,FALSE,,, -pepper.n.03,liquid,0,0,FALSE,,, -pepper.n.03,heatSource,0,0,FALSE,,, -pepper.n.03,fireSource,1,0,FALSE,,, -pepper.n.03,cookable,0,1,FALSE,,, -pepper.n.03,coldSource,0,0,FALSE,,, -pepper.n.03,sliceable,0,1,FALSE,,, -pepper.n.03,slicer,0,0,FALSE,,, -pepper.n.03,soakable,0,0,FALSE,,, -pineapple.n.01,liquid,0,0,FALSE,,, -pineapple.n.01,heatSource,0,0,FALSE,,, -pineapple.n.01,fireSource,0,0,FALSE,,, -pineapple.n.01,cookable,0,1,FALSE,,, -pineapple.n.01,coldSource,0,0,FALSE,,, -pineapple.n.01,sliceable,0,1,FALSE,,, -pineapple.n.01,slicer,0,0,FALSE,,, -pineapple.n.01,soakable,0,0,FALSE,,, -pot.n.04,liquid,0,0,FALSE,,, -pot.n.04,heatSource,0,0,FALSE,,, -pot.n.04,fireSource,0,0,FALSE,,, -pot.n.04,cookable,0,0,FALSE,,, -pot.n.04,coldSource,1,0,FALSE,,, -pot.n.04,sliceable,0,0,FALSE,,, -pot.n.04,slicer,1,0,FALSE,,, -pot.n.04,soakable,0,0,FALSE,,, -plum.n.01,liquid,0,0,FALSE,,, -plum.n.01,heatSource,0,0,FALSE,,, -plum.n.01,fireSource,1,0,FALSE,,, -plum.n.01,cookable,0,1,FALSE,,, -plum.n.01,coldSource,0,0,FALSE,,, -plum.n.01,sliceable,0,1,FALSE,,, -plum.n.01,slicer,1,0,FALSE,,, -plum.n.01,soakable,0,0,FALSE,,, -popcorn.n.01,liquid,0,0,FALSE,,, -popcorn.n.01,heatSource,1,0,FALSE,,, -popcorn.n.01,fireSource,1,0,FALSE,,, -popcorn.n.01,cookable,0,1,FALSE,,, -popcorn.n.01,coldSource,0,0,FALSE,,, -popcorn.n.01,sliceable,0,0,FALSE,,, -popcorn.n.01,slicer,1,0,FALSE,,, -popcorn.n.01,soakable,0,1,FALSE,,, -powdered_sugar.n.01,liquid,0,0,FALSE,,, -powdered_sugar.n.01,heatSource,0,0,FALSE,,, -powdered_sugar.n.01,fireSource,0,0,FALSE,,, -powdered_sugar.n.01,cookable,0,1,FALSE,,, -powdered_sugar.n.01,coldSource,0,0,FALSE,,, -powdered_sugar.n.01,sliceable,0,0,FALSE,,, -powdered_sugar.n.01,slicer,0,0,FALSE,,, -powdered_sugar.n.01,soakable,0,0,FALSE,,, -pressure_cooker.n.01,liquid,0,0,FALSE,,, -pressure_cooker.n.01,heatSource,1,1,FALSE,,, -pressure_cooker.n.01,fireSource,1,0,FALSE,,, -pressure_cooker.n.01,cookable,0,0,FALSE,,, -pressure_cooker.n.01,coldSource,1,0,FALSE,,, -pressure_cooker.n.01,sliceable,0,0,FALSE,,, -pressure_cooker.n.01,slicer,1,0,FALSE,,, -pressure_cooker.n.01,soakable,0,0,FALSE,,, -beef_roast.n.01,liquid,0,0,FALSE,,, -beef_roast.n.01,heatSource,0,0,FALSE,,, -beef_roast.n.01,fireSource,1,0,FALSE,,, -beef_roast.n.01,cookable,0,1,FALSE,,, -beef_roast.n.01,coldSource,0,0,FALSE,,, -beef_roast.n.01,sliceable,0,1,FALSE,,, -beef_roast.n.01,slicer,0,0,FALSE,,, -beef_roast.n.01,soakable,0,0,FALSE,,, -rose.n.01,liquid,0,0,FALSE,,, -rose.n.01,heatSource,0,0,FALSE,,, -rose.n.01,fireSource,0,0,FALSE,,, -rose.n.01,cookable,0,0,FALSE,,, -rose.n.01,coldSource,0,0,FALSE,,, -rose.n.01,sliceable,0,0,FALSE,,, -rose.n.01,slicer,0,0,FALSE,,, -rose.n.01,soakable,0,0,FALSE,,, -rubber_band.n.01,liquid,0,0,FALSE,,, -rubber_band.n.01,heatSource,0,0,FALSE,,, -rubber_band.n.01,fireSource,0,0,FALSE,,, -rubber_band.n.01,cookable,0,0,FALSE,,, -rubber_band.n.01,coldSource,0,0,FALSE,,, -rubber_band.n.01,sliceable,0,0,FALSE,,, -rubber_band.n.01,slicer,1,0,FALSE,,, -rubber_band.n.01,soakable,1,0,FALSE,,, -stamp.n.03,liquid,0,0,FALSE,,, -stamp.n.03,heatSource,0,0,FALSE,,, -stamp.n.03,fireSource,0,0,FALSE,,, -stamp.n.03,cookable,0,0,FALSE,,, -stamp.n.03,coldSource,0,0,FALSE,,, -stamp.n.03,sliceable,0,1,FALSE,,, -stamp.n.03,slicer,1,0,FALSE,,, -stamp.n.03,soakable,0,1,FALSE,,, -suit.n.01,liquid,0,0,FALSE,,, -suit.n.01,heatSource,0,0,FALSE,,, -suit.n.01,fireSource,0,0,FALSE,,, -suit.n.01,cookable,0,0,FALSE,,, -suit.n.01,coldSource,0,0,FALSE,,, -suit.n.01,sliceable,0,0,FALSE,,, -suit.n.01,slicer,0,0,FALSE,,, -suit.n.01,soakable,0,1,FALSE,,, -tank_top.n.01,liquid,0,0,FALSE,,, -tank_top.n.01,heatSource,0,0,FALSE,,, -tank_top.n.01,fireSource,0,0,FALSE,,, -tank_top.n.01,cookable,0,0,FALSE,,, -tank_top.n.01,coldSource,0,0,FALSE,,, -tank_top.n.01,sliceable,0,0,FALSE,,, -tank_top.n.01,slicer,1,0,FALSE,,, -tank_top.n.01,soakable,0,1,FALSE,,, -tomato_paste.n.01,liquid,0,1,FALSE,,, -tomato_paste.n.01,heatSource,0,0,FALSE,,, -tomato_paste.n.01,fireSource,1,0,FALSE,,, -tomato_paste.n.01,cookable,0,1,FALSE,,, -tomato_paste.n.01,coldSource,0,0,FALSE,,, -tomato_paste.n.01,sliceable,0,0,FALSE,,, -tomato_paste.n.01,slicer,1,0,FALSE,,, -tomato_paste.n.01,soakable,0,0,FALSE,,, -carryall.n.01,liquid,0,0,FALSE,,, -carryall.n.01,heatSource,0,0,FALSE,,, -carryall.n.01,fireSource,0,0,FALSE,,, -carryall.n.01,cookable,0,0,FALSE,,, -carryall.n.01,coldSource,0,0,FALSE,,, -carryall.n.01,sliceable,0,0,FALSE,,, -carryall.n.01,slicer,0,0,FALSE,,, -carryall.n.01,soakable,0,0,FALSE,,, -valve.n.01,liquid,0,0,FALSE,,, -valve.n.01,heatSource,0,0,FALSE,,, -valve.n.01,fireSource,0,0,FALSE,,, -valve.n.01,cookable,0,0,FALSE,,, -valve.n.01,coldSource,0,0,FALSE,,, -valve.n.01,sliceable,0,0,FALSE,,, -valve.n.01,slicer,1,0,FALSE,,, -valve.n.01,soakable,0,0,FALSE,,, -whiskey.n.01,liquid,1,1,FALSE,,, -whiskey.n.01,heatSource,0,0,FALSE,,, -whiskey.n.01,fireSource,0,0,FALSE,,, -whiskey.n.01,cookable,0,0,FALSE,,, -whiskey.n.01,coldSource,1,0,FALSE,,, -whiskey.n.01,sliceable,0,0,FALSE,,, -whiskey.n.01,slicer,1,0,FALSE,,, -whiskey.n.01,soakable,0,0,FALSE,,, -wrinkle.n.01,liquid,0,0,FALSE,,, -wrinkle.n.01,heatSource,0,0,FALSE,,, -wrinkle.n.01,fireSource,0,0,FALSE,,, -wrinkle.n.01,cookable,0,0,FALSE,,, -wrinkle.n.01,coldSource,0,0,FALSE,,, -wrinkle.n.01,sliceable,0,0,FALSE,,, -wrinkle.n.01,slicer,0,0,FALSE,,, -wrinkle.n.01,soakable,0,0,FALSE,,, -block.n.01,liquid,0,0,FALSE,,, -block.n.01,heatSource,0,0,FALSE,,, -block.n.01,fireSource,0,0,FALSE,,, -block.n.01,cookable,0,0,FALSE,,, -block.n.01,coldSource,0,0,FALSE,,, -block.n.01,sliceable,0,0,FALSE,,, -block.n.01,slicer,0,0,FALSE,,, -block.n.01,soakable,0,0,FALSE,,, -brassiere.n.01,liquid,0,0,FALSE,,, -brassiere.n.01,heatSource,0,0,FALSE,,, -brassiere.n.01,fireSource,0,0,FALSE,,, -brassiere.n.01,cookable,0,0,FALSE,,, -brassiere.n.01,coldSource,0,0,FALSE,,, -brassiere.n.01,sliceable,0,0,FALSE,,, -brassiere.n.01,slicer,0,0,FALSE,,, -brassiere.n.01,soakable,0,1,FALSE,,, -brownie.n.03,liquid,0,0,FALSE,,, -brownie.n.03,heatSource,0,0,FALSE,,, -brownie.n.03,fireSource,0,0,FALSE,,, -brownie.n.03,cookable,0,1,FALSE,,, -brownie.n.03,coldSource,0,0,FALSE,,, -brownie.n.03,sliceable,0,1,FALSE,,, -brownie.n.03,slicer,1,0,FALSE,,, -brownie.n.03,soakable,0,0,FALSE,,, -camera.n.01,liquid,0,0,FALSE,,, -camera.n.01,heatSource,0,0,FALSE,,, -camera.n.01,fireSource,0,0,FALSE,,, -camera.n.01,cookable,0,0,FALSE,,, -camera.n.01,coldSource,0,0,FALSE,,, -camera.n.01,sliceable,0,0,FALSE,,, -camera.n.01,slicer,1,0,FALSE,,, -camera.n.01,soakable,0,0,FALSE,,, -cranberry.n.01,liquid,0,0,FALSE,,, -cranberry.n.01,heatSource,0,0,FALSE,,, -cranberry.n.01,fireSource,0,0,FALSE,,, -cranberry.n.01,cookable,0,1,FALSE,,, -cranberry.n.01,coldSource,0,0,FALSE,,, -cranberry.n.01,sliceable,0,1,FALSE,,, -cranberry.n.01,slicer,0,0,FALSE,,, -cranberry.n.01,soakable,0,0,FALSE,,, -crystal.n.01,liquid,0,0,FALSE,,, -crystal.n.01,heatSource,0,0,FALSE,,, -crystal.n.01,fireSource,0,0,FALSE,,, -crystal.n.01,cookable,0,0,FALSE,,, -crystal.n.01,coldSource,0,0,FALSE,,, -crystal.n.01,sliceable,0,0,FALSE,,, -crystal.n.01,slicer,0,0,FALSE,,, -crystal.n.01,soakable,0,0,FALSE,,, -fence.n.01,liquid,0,0,FALSE,,, -fence.n.01,heatSource,0,0,FALSE,,, -fence.n.01,fireSource,0,0,FALSE,,, -fence.n.01,cookable,0,0,FALSE,,, -fence.n.01,coldSource,0,0,FALSE,,, -fence.n.01,sliceable,0,0,FALSE,,, -fence.n.01,slicer,1,0,FALSE,,, -fence.n.01,soakable,0,0,FALSE,,, -funnel.n.01,liquid,1,0,FALSE,,, -funnel.n.01,heatSource,0,0,FALSE,,, -funnel.n.01,fireSource,0,0,FALSE,,, -funnel.n.01,cookable,0,0,FALSE,,, -funnel.n.01,coldSource,1,0,FALSE,,, -funnel.n.01,sliceable,0,0,FALSE,,, -funnel.n.01,slicer,1,0,FALSE,,, -funnel.n.01,soakable,0,0,FALSE,,, -grate.n.01,liquid,0,0,FALSE,,, -grate.n.01,heatSource,1,0,FALSE,,, -grate.n.01,fireSource,1,0,FALSE,,, -grate.n.01,cookable,0,0,FALSE,,, -grate.n.01,coldSource,0,0,FALSE,,, -grate.n.01,sliceable,0,0,FALSE,,, -grate.n.01,slicer,1,0,FALSE,,, -grate.n.01,soakable,0,0,FALSE,,, -ground_beef.n.01,liquid,0,0,FALSE,,, -ground_beef.n.01,heatSource,0,0,FALSE,,, -ground_beef.n.01,fireSource,1,0,FALSE,,, -ground_beef.n.01,cookable,0,1,FALSE,,, -ground_beef.n.01,coldSource,0,0,FALSE,,, -ground_beef.n.01,sliceable,0,1,FALSE,,, -ground_beef.n.01,slicer,1,0,FALSE,,, -ground_beef.n.01,soakable,0,0,FALSE,,, -lingerie.n.01,liquid,0,0,FALSE,,, -lingerie.n.01,heatSource,0,0,FALSE,,, -lingerie.n.01,fireSource,0,0,FALSE,,, -lingerie.n.01,cookable,0,0,FALSE,,, -lingerie.n.01,coldSource,1,0,FALSE,,, -lingerie.n.01,sliceable,0,0,FALSE,,, -lingerie.n.01,slicer,1,0,FALSE,,, -lingerie.n.01,soakable,1,1,FALSE,,, -lunch.n.01,liquid,0,0,FALSE,,, -lunch.n.01,heatSource,0,0,FALSE,,, -lunch.n.01,fireSource,1,0,FALSE,,, -lunch.n.01,cookable,0,1,FALSE,,, -lunch.n.01,coldSource,0,0,FALSE,,, -lunch.n.01,sliceable,1,0,FALSE,,, -lunch.n.01,slicer,1,0,FALSE,,, -lunch.n.01,soakable,0,0,FALSE,,, -measuring_cup.n.01,liquid,1,0,FALSE,,, -measuring_cup.n.01,heatSource,0,0,FALSE,,, -measuring_cup.n.01,fireSource,0,0,FALSE,,, -measuring_cup.n.01,cookable,0,0,FALSE,,, -measuring_cup.n.01,coldSource,1,0,FALSE,,, -measuring_cup.n.01,sliceable,0,0,FALSE,,, -measuring_cup.n.01,slicer,1,0,FALSE,,, -measuring_cup.n.01,soakable,0,0,FALSE,,, -place_mat.n.01,liquid,0,0,FALSE,,, -place_mat.n.01,heatSource,0,0,FALSE,,, -place_mat.n.01,fireSource,0,0,FALSE,,, -place_mat.n.01,cookable,0,0,FALSE,,, -place_mat.n.01,coldSource,0,0,FALSE,,, -place_mat.n.01,sliceable,0,0,FALSE,,, -place_mat.n.01,slicer,0,0,FALSE,,, -place_mat.n.01,soakable,1,1,FALSE,,, -printer.n.02,liquid,0,0,FALSE,,, -printer.n.02,heatSource,0,0,FALSE,,, -printer.n.02,fireSource,0,0,FALSE,,, -printer.n.02,cookable,0,0,FALSE,,, -printer.n.02,coldSource,0,0,FALSE,,, -printer.n.02,sliceable,0,0,FALSE,,, -printer.n.02,slicer,1,0,FALSE,,, -printer.n.02,soakable,0,0,FALSE,,, -putty_knife.n.01,liquid,0,0,FALSE,,, -putty_knife.n.01,heatSource,0,0,FALSE,,, -putty_knife.n.01,fireSource,0,0,FALSE,,, -putty_knife.n.01,cookable,0,0,FALSE,,, -putty_knife.n.01,coldSource,0,0,FALSE,,, -putty_knife.n.01,sliceable,0,0,FALSE,,, -putty_knife.n.01,slicer,0,1,FALSE,,, -putty_knife.n.01,soakable,0,0,FALSE,,, -reception.n.04,liquid,0,0,FALSE,,, -reception.n.04,heatSource,0,0,FALSE,,, -reception.n.04,fireSource,0,0,FALSE,,, -reception.n.04,cookable,0,0,FALSE,,, -reception.n.04,coldSource,0,0,FALSE,,, -reception.n.04,sliceable,0,0,FALSE,,, -reception.n.04,slicer,0,0,FALSE,,, -reception.n.04,soakable,0,0,FALSE,,, -rule.n.12,liquid,0,0,FALSE,,, -rule.n.12,heatSource,0,0,FALSE,,, -rule.n.12,fireSource,0,0,FALSE,,, -rule.n.12,cookable,0,0,FALSE,,, -rule.n.12,coldSource,0,0,FALSE,,, -rule.n.12,sliceable,0,0,FALSE,,, -rule.n.12,slicer,1,0,FALSE,,, -rule.n.12,soakable,0,0,FALSE,,, -rum.n.01,liquid,1,1,FALSE,,, -rum.n.01,heatSource,0,0,FALSE,,, -rum.n.01,fireSource,0,0,FALSE,,, -rum.n.01,cookable,0,0,FALSE,,, -rum.n.01,coldSource,0,0,FALSE,,, -rum.n.01,sliceable,0,0,FALSE,,, -rum.n.01,slicer,0,0,FALSE,,, -rum.n.01,soakable,0,0,FALSE,,, -salmon.n.01,liquid,0,0,FALSE,,, -salmon.n.01,heatSource,0,0,FALSE,,, -salmon.n.01,fireSource,1,0,FALSE,,, -salmon.n.01,cookable,0,1,FALSE,,, -salmon.n.01,coldSource,0,0,FALSE,,, -salmon.n.01,sliceable,0,1,FALSE,,, -salmon.n.01,slicer,0,0,FALSE,,, -salmon.n.01,soakable,0,0,FALSE,,, -scoop.n.02,liquid,0,0,FALSE,,, -scoop.n.02,heatSource,0,0,FALSE,,, -scoop.n.02,fireSource,0,0,FALSE,,, -scoop.n.02,cookable,0,0,FALSE,,, -scoop.n.02,coldSource,0,0,FALSE,,, -scoop.n.02,sliceable,0,0,FALSE,,, -scoop.n.02,slicer,1,0,FALSE,,, -scoop.n.02,soakable,0,0,FALSE,,, -skirt.n.01,liquid,0,0,FALSE,,, -skirt.n.01,heatSource,0,0,FALSE,,, -skirt.n.01,fireSource,0,0,FALSE,,, -skirt.n.01,cookable,0,0,FALSE,,, -skirt.n.01,coldSource,0,0,FALSE,,, -skirt.n.01,sliceable,0,0,FALSE,,, -skirt.n.01,slicer,0,0,FALSE,,, -skirt.n.01,soakable,1,1,FALSE,,, -smoothie.n.02,liquid,1,1,FALSE,,, -smoothie.n.02,heatSource,0,0,FALSE,,, -smoothie.n.02,fireSource,0,0,FALSE,,, -smoothie.n.02,cookable,1,0,FALSE,,, -smoothie.n.02,coldSource,1,1,TRUE,N/A,, -smoothie.n.02,sliceable,0,0,FALSE,,, -smoothie.n.02,slicer,0,0,FALSE,,, -smoothie.n.02,soakable,0,0,FALSE,,, -sprinkler.n.01,liquid,0,0,FALSE,,, -sprinkler.n.01,heatSource,0,0,FALSE,,, -sprinkler.n.01,fireSource,0,0,FALSE,,, -sprinkler.n.01,cookable,0,0,FALSE,,, -sprinkler.n.01,coldSource,0,0,FALSE,,, -sprinkler.n.01,sliceable,0,0,FALSE,,, -sprinkler.n.01,slicer,1,1,FALSE,,, -sprinkler.n.01,soakable,0,0,FALSE,,, -suede.n.01,liquid,0,0,FALSE,,, -suede.n.01,heatSource,0,0,FALSE,,, -suede.n.01,fireSource,0,0,FALSE,,, -suede.n.01,cookable,0,0,FALSE,,, -suede.n.01,coldSource,0,0,FALSE,,, -suede.n.01,sliceable,0,0,FALSE,,, -suede.n.01,slicer,0,0,FALSE,,, -suede.n.01,soakable,0,1,FALSE,,, -sunglasses.n.01,liquid,0,0,FALSE,,, -sunglasses.n.01,heatSource,0,0,FALSE,,, -sunglasses.n.01,fireSource,0,0,FALSE,,, -sunglasses.n.01,cookable,0,0,FALSE,,, -sunglasses.n.01,coldSource,0,0,FALSE,,, -sunglasses.n.01,sliceable,0,0,FALSE,,, -sunglasses.n.01,slicer,1,0,FALSE,,, -sunglasses.n.01,soakable,1,0,FALSE,,, -tights.n.01,liquid,0,0,FALSE,,, -tights.n.01,heatSource,0,0,FALSE,,, -tights.n.01,fireSource,0,0,FALSE,,, -tights.n.01,cookable,0,0,FALSE,,, -tights.n.01,coldSource,1,0,FALSE,,, -tights.n.01,sliceable,0,0,FALSE,,, -tights.n.01,slicer,0,0,FALSE,,, -tights.n.01,soakable,1,1,FALSE,,, -string.n.01,liquid,0,0,FALSE,,, -string.n.01,heatSource,0,0,FALSE,,, -string.n.01,fireSource,0,0,FALSE,,, -string.n.01,cookable,0,0,FALSE,,, -string.n.01,coldSource,0,0,FALSE,,, -string.n.01,sliceable,0,1,FALSE,,, -string.n.01,slicer,1,0,FALSE,,, -string.n.01,soakable,0,0,FALSE,,, -velcro.n.01,liquid,0,0,FALSE,,, -velcro.n.01,heatSource,0,0,FALSE,,, -velcro.n.01,fireSource,0,0,FALSE,,, -velcro.n.01,cookable,0,0,FALSE,,, -velcro.n.01,coldSource,0,0,FALSE,,, -velcro.n.01,sliceable,0,0,FALSE,,, -velcro.n.01,slicer,1,0,FALSE,,, -velcro.n.01,soakable,0,0,FALSE,,, -vitamin_pill.n.01,liquid,0,0,FALSE,,, -vitamin_pill.n.01,heatSource,0,0,FALSE,,, -vitamin_pill.n.01,fireSource,0,0,FALSE,,, -vitamin_pill.n.01,cookable,0,0,FALSE,,, -vitamin_pill.n.01,coldSource,1,0,FALSE,,, -vitamin_pill.n.01,sliceable,0,0,FALSE,,, -vitamin_pill.n.01,slicer,0,0,FALSE,,, -vitamin_pill.n.01,soakable,0,0,FALSE,,, -vodka.n.01,liquid,1,1,FALSE,,, -vodka.n.01,heatSource,0,0,FALSE,,, -vodka.n.01,fireSource,0,0,FALSE,,, -vodka.n.01,cookable,0,0,FALSE,,, -vodka.n.01,coldSource,0,0,FALSE,,, -vodka.n.01,sliceable,0,0,FALSE,,, -vodka.n.01,slicer,1,0,FALSE,,, -vodka.n.01,soakable,0,0,FALSE,,, -yeast.n.01,liquid,0,0,FALSE,,, -yeast.n.01,heatSource,0,0,FALSE,,, -yeast.n.01,fireSource,0,0,FALSE,,, -yeast.n.01,cookable,0,0,FALSE,,, -yeast.n.01,coldSource,0,0,FALSE,,, -yeast.n.01,sliceable,0,0,FALSE,,, -yeast.n.01,slicer,1,0,FALSE,,, -yeast.n.01,soakable,0,0,FALSE,,, -alga.n.01,liquid,0,0,FALSE,,, -alga.n.01,heatSource,0,0,FALSE,,, -alga.n.01,fireSource,0,0,FALSE,,, -alga.n.01,cookable,0,0,FALSE,,, -alga.n.01,coldSource,0,0,FALSE,,, -alga.n.01,sliceable,0,0,FALSE,,, -alga.n.01,slicer,0,0,FALSE,,, -alga.n.01,soakable,0,0,FALSE,,, -baking_powder.n.01,liquid,0,0,FALSE,,, -baking_powder.n.01,heatSource,0,0,FALSE,,, -baking_powder.n.01,fireSource,0,0,FALSE,,, -baking_powder.n.01,cookable,0,0,FALSE,,, -baking_powder.n.01,coldSource,0,0,FALSE,,, -baking_powder.n.01,sliceable,0,0,FALSE,,, -baking_powder.n.01,slicer,0,0,FALSE,,, -baking_powder.n.01,soakable,0,0,FALSE,,, -bay_leaf.n.01,liquid,0,0,FALSE,,, -bay_leaf.n.01,heatSource,0,0,FALSE,,, -bay_leaf.n.01,fireSource,1,0,FALSE,,, -bay_leaf.n.01,cookable,0,1,FALSE,,, -bay_leaf.n.01,coldSource,0,0,FALSE,,, -bay_leaf.n.01,sliceable,0,1,FALSE,,, -bay_leaf.n.01,slicer,0,0,FALSE,,, -bay_leaf.n.01,soakable,0,0,FALSE,,, -bicycle.n.01,liquid,0,0,FALSE,,, -bicycle.n.01,heatSource,0,0,FALSE,,, -bicycle.n.01,fireSource,0,0,FALSE,,, -bicycle.n.01,cookable,0,0,FALSE,,, -bicycle.n.01,coldSource,0,0,FALSE,,, -bicycle.n.01,sliceable,0,0,FALSE,,, -bicycle.n.01,slicer,0,0,FALSE,,, -bicycle.n.01,soakable,1,0,FALSE,,, -boat.n.01,liquid,0,0,FALSE,,, -boat.n.01,heatSource,0,0,FALSE,,, -boat.n.01,fireSource,0,0,FALSE,,, -boat.n.01,cookable,0,0,FALSE,,, -boat.n.01,coldSource,0,0,FALSE,,, -boat.n.01,sliceable,0,0,FALSE,,, -boat.n.01,slicer,1,0,FALSE,,, -boat.n.01,soakable,0,0,FALSE,,, -shell.n.08,liquid,0,0,FALSE,,, -shell.n.08,heatSource,0,0,FALSE,,, -shell.n.08,fireSource,0,0,FALSE,,, -shell.n.08,cookable,0,0,FALSE,,, -shell.n.08,coldSource,0,0,FALSE,,, -shell.n.08,sliceable,0,0,FALSE,,, -shell.n.08,slicer,1,0,FALSE,,, -shell.n.08,soakable,0,0,FALSE,,, -clay.n.01,liquid,0,0,FALSE,,, -clay.n.01,heatSource,0,0,FALSE,,, -clay.n.01,fireSource,0,0,FALSE,,, -clay.n.01,cookable,0,0,FALSE,,, -clay.n.01,coldSource,0,0,FALSE,,, -clay.n.01,sliceable,0,0,FALSE,,, -clay.n.01,slicer,0,0,FALSE,,, -clay.n.01,soakable,0,1,FALSE,,, -crust.n.02,liquid,0,0,FALSE,,, -crust.n.02,heatSource,0,0,FALSE,,, -crust.n.02,fireSource,1,0,FALSE,,, -crust.n.02,cookable,0,1,FALSE,,, -crust.n.02,coldSource,0,0,FALSE,,, -crust.n.02,sliceable,0,1,FALSE,,, -crust.n.02,slicer,1,0,FALSE,,, -crust.n.02,soakable,0,1,FALSE,,, -shock_absorber.n.01,liquid,0,0,FALSE,,, -shock_absorber.n.01,heatSource,0,0,FALSE,,, -shock_absorber.n.01,fireSource,0,0,FALSE,,, -shock_absorber.n.01,cookable,0,0,FALSE,,, -shock_absorber.n.01,coldSource,0,0,FALSE,,, -shock_absorber.n.01,sliceable,0,0,FALSE,,, -shock_absorber.n.01,slicer,0,0,FALSE,,, -shock_absorber.n.01,soakable,0,0,FALSE,,, -cushion.v.01,liquid,0,0,FALSE,,, -cushion.v.01,heatSource,0,0,FALSE,,, -cushion.v.01,fireSource,0,0,FALSE,,, -cushion.v.01,cookable,0,0,FALSE,,, -cushion.v.01,coldSource,0,0,FALSE,,, -cushion.v.01,sliceable,0,0,FALSE,,, -cushion.v.01,slicer,0,0,FALSE,,, -cushion.v.01,soakable,0,1,FALSE,,, -duct_tape.n.01,liquid,0,0,FALSE,,, -duct_tape.n.01,heatSource,0,0,FALSE,,, -duct_tape.n.01,fireSource,0,0,FALSE,,, -duct_tape.n.01,cookable,0,0,FALSE,,, -duct_tape.n.01,coldSource,0,0,FALSE,,, -duct_tape.n.01,sliceable,0,1,FALSE,,, -duct_tape.n.01,slicer,0,0,FALSE,,, -duct_tape.n.01,soakable,1,0,FALSE,,, -firewood.n.01,liquid,0,0,FALSE,,, -firewood.n.01,heatSource,1,1,FALSE,,, -firewood.n.01,fireSource,0,1,FALSE,,, -firewood.n.01,cookable,0,0,FALSE,,, -firewood.n.01,coldSource,0,0,FALSE,,, -firewood.n.01,sliceable,0,0,FALSE,,, -firewood.n.01,slicer,1,0,FALSE,,, -firewood.n.01,soakable,0,1,FALSE,,, -hotdog.n.02,liquid,0,0,FALSE,,, -hotdog.n.02,heatSource,0,0,FALSE,,, -hotdog.n.02,fireSource,1,0,FALSE,,, -hotdog.n.02,cookable,0,1,FALSE,,, -hotdog.n.02,coldSource,0,0,FALSE,,, -hotdog.n.02,sliceable,0,1,FALSE,,, -hotdog.n.02,slicer,0,0,FALSE,,, -hotdog.n.02,soakable,0,0,FALSE,,, -letter.n.01,liquid,0,0,FALSE,,, -letter.n.01,heatSource,0,0,FALSE,,, -letter.n.01,fireSource,0,0,FALSE,,, -letter.n.01,cookable,0,0,FALSE,,, -letter.n.01,coldSource,0,0,FALSE,,, -letter.n.01,sliceable,0,0,FALSE,,, -letter.n.01,slicer,0,0,FALSE,,, -letter.n.01,soakable,1,1,FALSE,,, -lime_juice.n.01,liquid,1,1,FALSE,,, -lime_juice.n.01,heatSource,0,0,FALSE,,, -lime_juice.n.01,fireSource,0,0,FALSE,,, -lime_juice.n.01,cookable,0,1,FALSE,,, -lime_juice.n.01,coldSource,1,0,FALSE,,, -lime_juice.n.01,sliceable,0,0,FALSE,,, -lime_juice.n.01,slicer,0,0,FALSE,,, -lime_juice.n.01,soakable,0,0,FALSE,,, -pecan.n.03,liquid,0,0,FALSE,,, -pecan.n.03,heatSource,0,0,FALSE,,, -pecan.n.03,fireSource,0,0,FALSE,,, -pecan.n.03,cookable,0,1,FALSE,,, -pecan.n.03,coldSource,0,0,FALSE,,, -pecan.n.03,sliceable,0,1,FALSE,,, -pecan.n.03,slicer,1,0,FALSE,,, -pecan.n.03,soakable,0,0,FALSE,,, -pickle.n.01,liquid,0,0,FALSE,,, -pickle.n.01,heatSource,0,0,FALSE,,, -pickle.n.01,fireSource,1,1,FALSE,,, -pickle.n.01,cookable,0,0,FALSE,,, -pickle.n.01,coldSource,0,0,FALSE,,, -pickle.n.01,sliceable,0,1,FALSE,,, -pickle.n.01,slicer,0,0,FALSE,,, -pickle.n.01,soakable,0,0,FALSE,,, -pump.n.01,liquid,0,0,FALSE,,, -pump.n.01,heatSource,0,0,FALSE,,, -pump.n.01,fireSource,0,0,FALSE,,, -pump.n.01,cookable,0,0,FALSE,,, -pump.n.01,coldSource,0,0,FALSE,,, -pump.n.01,sliceable,0,0,FALSE,,, -pump.n.01,slicer,1,0,FALSE,,, -pump.n.01,soakable,0,0,FALSE,,, -raisin.n.01,liquid,0,0,FALSE,,, -raisin.n.01,heatSource,0,0,FALSE,,, -raisin.n.01,fireSource,0,0,FALSE,,, -raisin.n.01,cookable,0,1,FALSE,,, -raisin.n.01,coldSource,0,0,FALSE,,, -raisin.n.01,sliceable,0,1,FALSE,,, -raisin.n.01,slicer,0,0,FALSE,,, -raisin.n.01,soakable,0,0,FALSE,,, -sealant.n.01,liquid,0,0,FALSE,,, -sealant.n.01,heatSource,0,0,FALSE,,, -sealant.n.01,fireSource,0,0,FALSE,,, -sealant.n.01,cookable,0,0,FALSE,,, -sealant.n.01,coldSource,0,0,FALSE,,, -sealant.n.01,sliceable,0,0,FALSE,,, -sealant.n.01,slicer,0,0,FALSE,,, -sealant.n.01,soakable,0,0,FALSE,,, -stockpot.n.01,liquid,0,0,FALSE,,, -stockpot.n.01,heatSource,1,1,FALSE,,, -stockpot.n.01,fireSource,1,0,FALSE,,, -stockpot.n.01,cookable,0,0,FALSE,,, -stockpot.n.01,coldSource,1,0,FALSE,,, -stockpot.n.01,sliceable,0,0,FALSE,,, -stockpot.n.01,slicer,1,0,FALSE,,, -stockpot.n.01,soakable,0,0,FALSE,,, -bean_curd.n.01,liquid,0,0,FALSE,,, -bean_curd.n.01,heatSource,0,0,FALSE,,, -bean_curd.n.01,fireSource,1,0,FALSE,,, -bean_curd.n.01,cookable,0,1,FALSE,,, -bean_curd.n.01,coldSource,0,0,FALSE,,, -bean_curd.n.01,sliceable,0,1,FALSE,,, -bean_curd.n.01,slicer,0,0,FALSE,,, -bean_curd.n.01,soakable,0,0,FALSE,,, -toilet_tissue.n.01,liquid,0,0,FALSE,,, -toilet_tissue.n.01,heatSource,0,0,FALSE,,, -toilet_tissue.n.01,fireSource,0,1,FALSE,,, -toilet_tissue.n.01,cookable,0,0,FALSE,,, -toilet_tissue.n.01,coldSource,0,0,FALSE,,, -toilet_tissue.n.01,sliceable,0,1,FALSE,,, -toilet_tissue.n.01,slicer,0,0,FALSE,,, -toilet_tissue.n.01,soakable,1,1,FALSE,,, -tuna.n.02,liquid,0,0,FALSE,,, -tuna.n.02,heatSource,0,0,FALSE,,, -tuna.n.02,fireSource,1,0,FALSE,,, -tuna.n.02,cookable,0,1,FALSE,,, -tuna.n.02,coldSource,0,0,FALSE,,, -tuna.n.02,sliceable,0,1,FALSE,,, -tuna.n.02,slicer,1,0,FALSE,,, -tuna.n.02,soakable,0,0,FALSE,,, -whisk.n.01,liquid,0,0,FALSE,,, -whisk.n.01,heatSource,0,0,FALSE,,, -whisk.n.01,fireSource,0,0,FALSE,,, -whisk.n.01,cookable,0,0,FALSE,,, -whisk.n.01,coldSource,1,0,FALSE,,, -whisk.n.01,sliceable,0,0,FALSE,,, -whisk.n.01,slicer,1,1,FALSE,,, -whisk.n.01,soakable,0,0,FALSE,,, -blind.n.03,liquid,0,0,FALSE,,, -blind.n.03,heatSource,0,0,FALSE,,, -blind.n.03,fireSource,0,0,FALSE,,, -blind.n.03,cookable,0,0,FALSE,,, -blind.n.03,coldSource,0,0,FALSE,,, -blind.n.03,sliceable,0,0,FALSE,,, -blind.n.03,slicer,0,0,FALSE,,, -blind.n.03,soakable,0,1,FALSE,,, -buttermilk.n.01,liquid,0,1,FALSE,,, -dressing.n.01,liquid,0,1,FALSE,,, -dressing.n.01,heatSource,0,0,FALSE,,, -dressing.n.01,fireSource,0,0,FALSE,,, -dressing.n.01,cookable,0,1,FALSE,,, -dressing.n.01,coldSource,1,0,FALSE,,, -dressing.n.01,sliceable,0,0,FALSE,,, -dressing.n.01,slicer,0,0,FALSE,,, -dressing.n.01,soakable,1,0,FALSE,,, -gravel.n.01,liquid,0,0,FALSE,,, -gravel.n.01,heatSource,0,0,FALSE,,, -gravel.n.01,fireSource,0,0,FALSE,,, -gravel.n.01,cookable,0,0,FALSE,,, -gravel.n.01,coldSource,0,0,FALSE,,, -gravel.n.01,sliceable,0,0,FALSE,,, -gravel.n.01,slicer,0,0,FALSE,,, -gravel.n.01,soakable,0,0,FALSE,,, -mill.n.04,liquid,0,0,FALSE,,, -mill.n.04,heatSource,0,0,FALSE,,, -mill.n.04,fireSource,0,0,FALSE,,, -mill.n.04,cookable,0,0,FALSE,,, -mill.n.04,coldSource,0,0,FALSE,,, -mill.n.04,sliceable,0,0,FALSE,,, -mill.n.04,slicer,1,0,FALSE,,, -mill.n.04,soakable,0,0,FALSE,,, -hummus.n.01,liquid,0,0,FALSE,,, -hummus.n.01,heatSource,0,0,FALSE,,, -hummus.n.01,fireSource,1,0,FALSE,,, -hummus.n.01,cookable,0,1,FALSE,,, -hummus.n.01,coldSource,0,0,FALSE,,, -hummus.n.01,sliceable,0,1,FALSE,,, -hummus.n.01,slicer,1,0,FALSE,,, -hummus.n.01,soakable,0,0,FALSE,,, -lemonade.n.01,liquid,1,1,FALSE,,, -lemonade.n.01,heatSource,0,0,FALSE,,, -lemonade.n.01,fireSource,0,0,FALSE,,, -lemonade.n.01,cookable,1,1,FALSE,,, -lemonade.n.01,coldSource,1,0,FALSE,,, -lemonade.n.01,sliceable,0,0,FALSE,,, -lemonade.n.01,slicer,0,0,FALSE,,, -lemonade.n.01,soakable,0,0,FALSE,,, -mailbox.n.01,liquid,0,0,FALSE,,, -mailbox.n.01,heatSource,0,0,FALSE,,, -mailbox.n.01,fireSource,0,0,FALSE,,, -mailbox.n.01,cookable,0,0,FALSE,,, -mailbox.n.01,coldSource,0,0,FALSE,,, -mailbox.n.01,sliceable,0,0,FALSE,,, -mailbox.n.01,slicer,1,0,FALSE,,, -mailbox.n.01,soakable,0,0,FALSE,,, -tape_measure.n.01,liquid,0,0,FALSE,,, -tape_measure.n.01,heatSource,0,0,FALSE,,, -tape_measure.n.01,fireSource,0,0,FALSE,,, -tape_measure.n.01,cookable,0,0,FALSE,,, -tape_measure.n.01,coldSource,0,0,FALSE,,, -tape_measure.n.01,sliceable,0,1,FALSE,,, -tape_measure.n.01,slicer,1,0,FALSE,,, -tape_measure.n.01,soakable,0,0,FALSE,,, -pancake.n.01,liquid,0,0,FALSE,,, -pancake.n.01,heatSource,0,0,FALSE,,, -pancake.n.01,fireSource,1,0,FALSE,,, -pancake.n.01,cookable,0,1,FALSE,,, -pancake.n.01,coldSource,0,0,FALSE,,, -pancake.n.01,sliceable,0,1,FALSE,,, -pancake.n.01,slicer,1,0,FALSE,,, -pancake.n.01,soakable,0,1,FALSE,,, -pea_pod.n.01,liquid,0,0,FALSE,,, -pea_pod.n.01,heatSource,0,0,FALSE,,, -pea_pod.n.01,fireSource,0,0,FALSE,,, -pea_pod.n.01,cookable,0,1,FALSE,,, -pea_pod.n.01,coldSource,0,0,FALSE,,, -pea_pod.n.01,sliceable,0,0,FALSE,,, -pea_pod.n.01,slicer,0,0,FALSE,,, -pea_pod.n.01,soakable,0,0,FALSE,,, -shaker.n.03,liquid,0,0,FALSE,,, -shaker.n.03,heatSource,0,0,FALSE,,, -shaker.n.03,fireSource,0,0,FALSE,,, -shaker.n.03,cookable,0,0,FALSE,,, -shaker.n.03,coldSource,1,0,FALSE,,, -shaker.n.03,sliceable,0,0,FALSE,,, -shaker.n.03,slicer,1,0,FALSE,,, -shaker.n.03,soakable,0,0,FALSE,,, -shopping_cart.n.01,liquid,0,0,FALSE,,, -shopping_cart.n.01,heatSource,0,0,FALSE,,, -shopping_cart.n.01,fireSource,0,0,FALSE,,, -shopping_cart.n.01,cookable,0,0,FALSE,,, -shopping_cart.n.01,coldSource,0,0,FALSE,,, -shopping_cart.n.01,sliceable,0,0,FALSE,,, -shopping_cart.n.01,slicer,0,0,FALSE,,, -shopping_cart.n.01,soakable,1,0,FALSE,,, -stick.n.01,liquid,0,0,FALSE,,, -stick.n.01,heatSource,0,0,FALSE,,, -stick.n.01,fireSource,0,0,FALSE,,, -stick.n.01,cookable,0,0,FALSE,,, -stick.n.01,coldSource,0,0,FALSE,,, -stick.n.01,sliceable,0,0,FALSE,,, -stick.n.01,slicer,1,0,FALSE,,, -stick.n.01,soakable,0,0,FALSE,,, -cream_of_tartar.n.01,liquid,0,0,FALSE,,, -cream_of_tartar.n.01,heatSource,0,0,FALSE,,, -cream_of_tartar.n.01,fireSource,0,0,FALSE,,, -cream_of_tartar.n.01,cookable,0,0,FALSE,,, -cream_of_tartar.n.01,coldSource,0,0,FALSE,,, -cream_of_tartar.n.01,sliceable,0,0,FALSE,,, -cream_of_tartar.n.01,slicer,0,0,FALSE,,, -cream_of_tartar.n.01,soakable,0,0,FALSE,,, -tartar.n.04,liquid,0,0,FALSE,,, -tartar.n.04,heatSource,0,0,FALSE,,, -tartar.n.04,fireSource,0,0,FALSE,,, -tartar.n.04,cookable,0,0,FALSE,,, -tartar.n.04,coldSource,0,0,FALSE,,, -tartar.n.04,sliceable,0,0,FALSE,,, -tartar.n.04,slicer,0,0,FALSE,,, -tartar.n.04,soakable,0,0,FALSE,,, -tent.n.01,liquid,0,0,FALSE,,, -tent.n.01,heatSource,0,0,FALSE,,, -tent.n.01,fireSource,0,0,FALSE,,, -tent.n.01,cookable,0,0,FALSE,,, -tent.n.01,coldSource,0,0,FALSE,,, -tent.n.01,sliceable,0,0,FALSE,,, -tent.n.01,slicer,1,0,FALSE,,, -tent.n.01,soakable,1,1,FALSE,,, -tortilla.n.01,liquid,0,0,FALSE,,, -tortilla.n.01,heatSource,0,0,FALSE,,, -tortilla.n.01,fireSource,1,9,FALSE,,, -tortilla.n.01,cookable,0,1,FALSE,,, -tortilla.n.01,coldSource,0,0,FALSE,,, -tortilla.n.01,sliceable,0,1,FALSE,,, -tortilla.n.01,slicer,1,0,FALSE,,, -tortilla.n.01,soakable,1,1,FALSE,,, -tube.n.01,liquid,0,0,FALSE,,, -tube.n.01,heatSource,0,0,FALSE,,, -tube.n.01,fireSource,0,0,FALSE,,, -tube.n.01,cookable,0,0,FALSE,,, -tube.n.01,coldSource,1,0,FALSE,,, -tube.n.01,sliceable,0,0,FALSE,,, -tube.n.01,slicer,1,0,FALSE,,, -tube.n.01,soakable,0,0,FALSE,,, -vase.n.01,liquid,0,0,FALSE,,, -vase.n.01,heatSource,0,0,FALSE,,, -vase.n.01,fireSource,0,0,FALSE,,, -vase.n.01,cookable,0,0,FALSE,,, -vase.n.01,coldSource,1,0,FALSE,,, -vase.n.01,sliceable,0,0,FALSE,,, -vase.n.01,slicer,1,0,FALSE,,, -vase.n.01,soakable,0,0,FALSE,,, -vent.n.01,liquid,0,0,FALSE,,, -vent.n.01,heatSource,0,0,FALSE,,, -vent.n.01,fireSource,0,0,FALSE,,, -vent.n.01,cookable,0,0,FALSE,,, -vent.n.01,coldSource,0,0,FALSE,,, -vent.n.01,sliceable,0,0,FALSE,,, -vent.n.01,slicer,1,0,FALSE,,, -vent.n.01,soakable,0,0,FALSE,,, -wrench.n.03,liquid,0,0,FALSE,,, -wrench.n.03,heatSource,0,0,FALSE,,, -wrench.n.03,fireSource,0,0,FALSE,,, -wrench.n.03,cookable,0,0,FALSE,,, -wrench.n.03,coldSource,0,0,FALSE,,, -wrench.n.03,sliceable,0,0,FALSE,,, -wrench.n.03,slicer,1,0,FALSE,,, -wrench.n.03,soakable,0,0,FALSE,,, -canvas.n.01,liquid,0,0,FALSE,,, -canvas.n.01,heatSource,0,0,FALSE,,, -canvas.n.01,fireSource,0,0,FALSE,,, -canvas.n.01,cookable,0,0,FALSE,,, -canvas.n.01,coldSource,0,0,FALSE,,, -canvas.n.01,sliceable,0,0,FALSE,,, -canvas.n.01,slicer,1,0,FALSE,,, -canvas.n.01,soakable,1,1,FALSE,,, -canvas.n.02,liquid,0,0,FALSE,,, -canvas.n.02,heatSource,0,0,FALSE,,, -canvas.n.02,fireSource,0,0,FALSE,,, -canvas.n.02,cookable,0,0,FALSE,,, -canvas.n.02,coldSource,0,0,FALSE,,, -canvas.n.02,sliceable,0,0,FALSE,,, -canvas.n.02,slicer,1,0,FALSE,,, -canvas.n.02,soakable,0,1,FALSE,,, -charger.n.02,liquid,0,0,FALSE,,, -charger.n.02,heatSource,0,0,FALSE,,, -charger.n.02,fireSource,0,0,FALSE,,, -charger.n.02,cookable,0,0,FALSE,,, -charger.n.02,coldSource,0,0,FALSE,,, -charger.n.02,sliceable,0,0,FALSE,,, -charger.n.02,slicer,1,0,FALSE,,, -charger.n.02,soakable,0,0,FALSE,,, -chicken_coop.n.01,liquid,0,0,FALSE,,, -chicken_coop.n.01,heatSource,0,0,FALSE,,, -chicken_coop.n.01,fireSource,0,0,FALSE,,, -chicken_coop.n.01,cookable,0,0,FALSE,,, -chicken_coop.n.01,coldSource,0,0,FALSE,,, -chicken_coop.n.01,sliceable,0,0,FALSE,,, -chicken_coop.n.01,slicer,0,0,FALSE,,, -chicken_coop.n.01,soakable,0,0,FALSE,,, -cork.n.01,liquid,0,0,FALSE,,, -cork.n.01,heatSource,0,0,FALSE,,, -cork.n.01,fireSource,0,0,FALSE,,, -cork.n.01,cookable,0,0,FALSE,,, -cork.n.01,coldSource,0,0,FALSE,,, -cork.n.01,sliceable,0,0,FALSE,,, -cork.n.01,slicer,0,0,FALSE,,, -cork.n.01,soakable,0,1,FALSE,,, -filling.n.03,liquid,0,0,FALSE,,, -filling.n.03,heatSource,0,0,FALSE,,, -filling.n.03,fireSource,1,0,FALSE,,, -filling.n.03,cookable,0,1,FALSE,,, -filling.n.03,coldSource,0,0,FALSE,,, -filling.n.03,sliceable,0,0,FALSE,,, -filling.n.03,slicer,0,0,FALSE,,, -filling.n.03,soakable,1,0,FALSE,,, -fruit_tree.n.01,liquid,0,0,FALSE,,, -fruit_tree.n.01,heatSource,0,0,FALSE,,, -fruit_tree.n.01,fireSource,0,0,FALSE,,, -fruit_tree.n.01,cookable,0,0,FALSE,,, -fruit_tree.n.01,coldSource,0,0,FALSE,,, -fruit_tree.n.01,sliceable,0,0,FALSE,,, -fruit_tree.n.01,slicer,0,0,FALSE,,, -fruit_tree.n.01,soakable,0,0,FALSE,,, -antifungal.n.01,liquid,0,0,FALSE,,, -antifungal.n.01,heatSource,0,0,FALSE,,, -antifungal.n.01,fireSource,0,0,FALSE,,, -antifungal.n.01,cookable,0,0,FALSE,,, -antifungal.n.01,coldSource,0,0,FALSE,,, -antifungal.n.01,sliceable,0,0,FALSE,,, -antifungal.n.01,slicer,0,0,FALSE,,, -antifungal.n.01,soakable,0,0,FALSE,,, -cushion.n.03,liquid,0,0,FALSE,,, -cushion.n.03,heatSource,0,0,FALSE,,, -cushion.n.03,fireSource,0,0,FALSE,,, -cushion.n.03,cookable,0,0,FALSE,,, -cushion.n.03,coldSource,0,0,FALSE,,, -cushion.n.03,sliceable,0,0,FALSE,,, -cushion.n.03,slicer,0,0,FALSE,,, -cushion.n.03,soakable,1,0,FALSE,,, -gazpacho.n.01,liquid,1,1,FALSE,,, -gazpacho.n.01,heatSource,0,0,FALSE,,, -gazpacho.n.01,fireSource,0,0,FALSE,,, -gazpacho.n.01,cookable,1,1,FALSE,,, -gazpacho.n.01,coldSource,1,0,FALSE,,, -gazpacho.n.01,sliceable,0,0,FALSE,,, -gazpacho.n.01,slicer,0,0,FALSE,,, -gazpacho.n.01,soakable,0,0,FALSE,,, -geode.n.01,liquid,0,0,FALSE,,, -geode.n.01,heatSource,0,0,FALSE,,, -geode.n.01,fireSource,0,0,FALSE,,, -geode.n.01,cookable,0,0,FALSE,,, -geode.n.01,coldSource,0,0,FALSE,,, -geode.n.01,sliceable,0,0,FALSE,,, -geode.n.01,slicer,0,0,FALSE,,, -geode.n.01,soakable,0,0,FALSE,,, -clove.n.04,liquid,0,0,FALSE,,, -clove.n.04,heatSource,0,0,FALSE,,, -clove.n.04,fireSource,1,0,FALSE,,, -clove.n.04,cookable,0,1,FALSE,,, -clove.n.04,coldSource,0,0,FALSE,,, -clove.n.04,sliceable,0,0,FALSE,,, -clove.n.04,slicer,0,0,FALSE,,, -clove.n.04,soakable,0,0,FALSE,,, -mace.n.03,liquid,0,0,FALSE,,, -mace.n.03,heatSource,0,0,FALSE,,, -mace.n.03,fireSource,1,0,FALSE,,, -mace.n.03,cookable,0,1,FALSE,,, -mace.n.03,coldSource,0,0,FALSE,,, -mace.n.03,sliceable,0,0,FALSE,,, -mace.n.03,slicer,1,0,FALSE,,, -mace.n.03,soakable,0,0,FALSE,,, -gunpowder.n.01,liquid,0,0,FALSE,,, -gunpowder.n.01,heatSource,0,0,FALSE,,, -gunpowder.n.01,fireSource,0,0,FALSE,,, -gunpowder.n.01,cookable,0,0,FALSE,,, -gunpowder.n.01,coldSource,0,0,FALSE,,, -gunpowder.n.01,sliceable,0,0,FALSE,,, -gunpowder.n.01,slicer,0,0,FALSE,,, -gunpowder.n.01,soakable,0,0,FALSE,,, -gravestone.n.01,liquid,0,0,FALSE,,, -gravestone.n.01,heatSource,0,0,FALSE,,, -gravestone.n.01,fireSource,0,0,FALSE,,, -gravestone.n.01,cookable,0,0,FALSE,,, -gravestone.n.01,coldSource,0,0,FALSE,,, -gravestone.n.01,sliceable,0,0,FALSE,,, -gravestone.n.01,slicer,0,0,FALSE,,, -gravestone.n.01,soakable,0,0,FALSE,,, -puck.n.02,liquid,0,0,FALSE,,, -puck.n.02,heatSource,0,0,FALSE,,, -puck.n.02,fireSource,0,0,FALSE,,, -puck.n.02,cookable,0,0,FALSE,,, -puck.n.02,coldSource,0,0,FALSE,,, -puck.n.02,sliceable,0,0,FALSE,,, -puck.n.02,slicer,0,0,FALSE,,, -puck.n.02,soakable,0,0,FALSE,,, -address.n.05,liquid,0,0,FALSE,,, -address.n.05,heatSource,0,0,FALSE,,, -address.n.05,fireSource,0,0,FALSE,,, -address.n.05,cookable,0,0,FALSE,,, -address.n.05,coldSource,0,0,FALSE,,, -address.n.05,sliceable,0,0,FALSE,,, -address.n.05,slicer,0,0,FALSE,,, -address.n.05,soakable,0,0,FALSE,,, -ice_skate.n.01,liquid,0,0,FALSE,,, -ice_skate.n.01,heatSource,0,0,FALSE,,, -ice_skate.n.01,fireSource,0,0,FALSE,,, -ice_skate.n.01,cookable,0,0,FALSE,,, -ice_skate.n.01,coldSource,0,0,FALSE,,, -ice_skate.n.01,sliceable,0,0,FALSE,,, -ice_skate.n.01,slicer,0,0,FALSE,,, -ice_skate.n.01,soakable,0,0,FALSE,,, -jade.n.01,liquid,0,0,FALSE,,, -jade.n.01,heatSource,0,0,FALSE,,, -jade.n.01,fireSource,0,0,FALSE,,, -jade.n.01,cookable,0,0,FALSE,,, -jade.n.01,coldSource,0,0,FALSE,,, -jade.n.01,sliceable,0,0,FALSE,,, -jade.n.01,slicer,1,0,FALSE,,, -jade.n.01,soakable,0,0,FALSE,,, -potato_pancake.n.01,liquid,0,0,FALSE,,, -potato_pancake.n.01,heatSource,0,0,FALSE,,, -potato_pancake.n.01,fireSource,1,0,FALSE,,, -potato_pancake.n.01,cookable,0,1,FALSE,,, -potato_pancake.n.01,coldSource,0,0,FALSE,,, -potato_pancake.n.01,sliceable,0,1,FALSE,,, -potato_pancake.n.01,slicer,0,0,FALSE,,, -potato_pancake.n.01,soakable,0,0,FALSE,,, -leotard.n.01,liquid,0,0,FALSE,,, -leotard.n.01,heatSource,0,0,FALSE,,, -leotard.n.01,fireSource,0,0,FALSE,,, -leotard.n.01,cookable,0,0,FALSE,,, -leotard.n.01,coldSource,0,0,FALSE,,, -leotard.n.01,sliceable,0,0,FALSE,,, -leotard.n.01,slicer,0,0,FALSE,,, -leotard.n.01,soakable,0,1,FALSE,,, -mousepad.n.01,liquid,0,0,FALSE,,, -mousepad.n.01,heatSource,0,0,FALSE,,, -mousepad.n.01,fireSource,0,0,FALSE,,, -mousepad.n.01,cookable,0,0,FALSE,,, -mousepad.n.01,coldSource,0,0,FALSE,,, -mousepad.n.01,sliceable,0,0,FALSE,,, -mousepad.n.01,slicer,1,0,FALSE,,, -mousepad.n.01,soakable,1,0,FALSE,,, -mustard.n.03,liquid,0,0,FALSE,,, -mustard.n.03,heatSource,0,0,FALSE,,, -mustard.n.03,fireSource,1,0,FALSE,,, -mustard.n.03,cookable,0,1,FALSE,,, -mustard.n.03,coldSource,0,0,FALSE,,, -mustard.n.03,sliceable,0,1,FALSE,,, -mustard.n.03,slicer,0,0,FALSE,,, -mustard.n.03,soakable,0,0,FALSE,,, -virgin_birth.n.02,liquid,0,0,FALSE,,, -virgin_birth.n.02,heatSource,0,0,FALSE,,, -virgin_birth.n.02,fireSource,0,0,FALSE,,, -virgin_birth.n.02,cookable,0,0,FALSE,,, -virgin_birth.n.02,coldSource,0,0,FALSE,,, -virgin_birth.n.02,sliceable,0,0,FALSE,,, -virgin_birth.n.02,slicer,0,0,FALSE,,, -virgin_birth.n.02,soakable,0,0,FALSE,,, -nickel.n.01,liquid,0,0,FALSE,,, -nickel.n.01,heatSource,0,0,FALSE,,, -nickel.n.01,fireSource,0,0,FALSE,,, -nickel.n.01,cookable,0,0,FALSE,,, -nickel.n.01,coldSource,0,0,FALSE,,, -nickel.n.01,sliceable,0,0,FALSE,,, -nickel.n.01,slicer,1,0,FALSE,,, -nickel.n.01,soakable,0,0,FALSE,,, -nickel.n.02,liquid,0,0,FALSE,,, -nickel.n.02,heatSource,0,0,FALSE,,, -nickel.n.02,fireSource,0,0,FALSE,,, -nickel.n.02,cookable,0,0,FALSE,,, -nickel.n.02,coldSource,0,0,FALSE,,, -nickel.n.02,sliceable,0,0,FALSE,,, -nickel.n.02,slicer,1,0,FALSE,,, -nickel.n.02,soakable,0,0,FALSE,,, -oxtail.n.01,liquid,0,0,FALSE,,, -oxtail.n.01,heatSource,0,0,FALSE,,, -oxtail.n.01,fireSource,1,0,FALSE,,, -oxtail.n.01,cookable,0,1,FALSE,,, -oxtail.n.01,coldSource,0,0,FALSE,,, -oxtail.n.01,sliceable,0,1,FALSE,,, -oxtail.n.01,slicer,0,0,FALSE,,, -oxtail.n.01,soakable,0,0,FALSE,,, -paella.n.01,liquid,0,0,FALSE,,, -paella.n.01,heatSource,0,0,FALSE,,, -paella.n.01,fireSource,1,0,FALSE,,, -paella.n.01,cookable,0,1,FALSE,,, -paella.n.01,coldSource,0,0,FALSE,,, -paella.n.01,sliceable,0,0,FALSE,,, -paella.n.01,slicer,0,0,FALSE,,, -paella.n.01,soakable,0,0,FALSE,,, -liner.n.02,liquid,0,0,FALSE,,, -liner.n.02,heatSource,0,0,FALSE,,, -liner.n.02,fireSource,0,0,FALSE,,, -liner.n.02,cookable,0,0,FALSE,,, -liner.n.02,coldSource,0,0,FALSE,,, -liner.n.02,sliceable,0,0,FALSE,,, -liner.n.02,slicer,0,0,FALSE,,, -liner.n.02,soakable,0,1,FALSE,,, -patina.n.01,liquid,0,0,FALSE,,, -patina.n.01,heatSource,0,0,FALSE,,, -patina.n.01,fireSource,0,0,FALSE,,, -patina.n.01,cookable,0,0,FALSE,,, -patina.n.01,coldSource,0,0,FALSE,,, -patina.n.01,sliceable,0,0,FALSE,,, -patina.n.01,slicer,0,0,FALSE,,, -patina.n.01,soakable,0,0,FALSE,,, -pennant.n.02,liquid,0,0,FALSE,,, -pennant.n.02,heatSource,0,0,FALSE,,, -pennant.n.02,fireSource,0,0,FALSE,,, -pennant.n.02,cookable,0,0,FALSE,,, -pennant.n.02,coldSource,0,0,FALSE,,, -pennant.n.02,sliceable,0,0,FALSE,,, -pennant.n.02,slicer,0,0,FALSE,,, -pennant.n.02,soakable,0,1,FALSE,,, -pepperoni.n.01,liquid,0,0,FALSE,,, -pepperoni.n.01,heatSource,0,0,FALSE,,, -pepperoni.n.01,fireSource,1,0,FALSE,,, -pepperoni.n.01,cookable,0,1,FALSE,,, -pepperoni.n.01,coldSource,0,0,FALSE,,, -pepperoni.n.01,sliceable,0,1,FALSE,,, -pepperoni.n.01,slicer,1,0,FALSE,,, -pepperoni.n.01,soakable,0,0,FALSE,,, -pewter.n.01,liquid,0,0,FALSE,,, -pewter.n.01,heatSource,0,0,FALSE,,, -pewter.n.01,fireSource,0,0,FALSE,,, -pewter.n.01,cookable,0,0,FALSE,,, -pewter.n.01,coldSource,0,0,FALSE,,, -pewter.n.01,sliceable,0,0,FALSE,,, -pewter.n.01,slicer,1,0,FALSE,,, -pewter.n.01,soakable,0,0,FALSE,,, -picket.n.05,liquid,0,0,FALSE,,, -picket.n.05,heatSource,0,0,FALSE,,, -picket.n.05,fireSource,0,0,FALSE,,, -picket.n.05,cookable,0,0,FALSE,,, -picket.n.05,coldSource,0,0,FALSE,,, -picket.n.05,sliceable,0,0,FALSE,,, -picket.n.05,slicer,1,0,FALSE,,, -picket.n.05,soakable,0,0,FALSE,,, -cardboard.n.01,liquid,0,0,FALSE,,, -cardboard.n.01,heatSource,0,0,FALSE,,, -cardboard.n.01,fireSource,0,1,FALSE,,, -cardboard.n.01,cookable,0,0,FALSE,,, -cardboard.n.01,coldSource,0,0,FALSE,,, -cardboard.n.01,sliceable,0,0,FALSE,,, -cardboard.n.01,slicer,1,0,FALSE,,, -cardboard.n.01,soakable,1,1,FALSE,,, -poinsettia.n.01,liquid,0,0,FALSE,,, -poinsettia.n.01,heatSource,0,0,FALSE,,, -poinsettia.n.01,fireSource,0,0,FALSE,,, -poinsettia.n.01,cookable,0,0,FALSE,,, -poinsettia.n.01,coldSource,0,0,FALSE,,, -poinsettia.n.01,sliceable,0,0,FALSE,,, -poinsettia.n.01,slicer,0,0,FALSE,,, -poinsettia.n.01,soakable,0,0,FALSE,,, -punching_bag.n.02,liquid,0,0,FALSE,,, -punching_bag.n.02,heatSource,0,0,FALSE,,, -punching_bag.n.02,fireSource,0,0,FALSE,,, -punching_bag.n.02,cookable,0,0,FALSE,,, -punching_bag.n.02,coldSource,0,0,FALSE,,, -punching_bag.n.02,sliceable,0,0,FALSE,,, -punching_bag.n.02,slicer,1,0,FALSE,,, -punching_bag.n.02,soakable,0,1,FALSE,,, -quail.n.01,liquid,0,0,FALSE,,, -quail.n.01,heatSource,0,0,FALSE,,, -quail.n.01,fireSource,1,0,FALSE,,, -quail.n.01,cookable,0,1,FALSE,,, -quail.n.01,coldSource,0,0,FALSE,,, -quail.n.01,sliceable,0,1,FALSE,,, -quail.n.01,slicer,0,0,FALSE,,, -quail.n.01,soakable,0,0,FALSE,,, -quarter.n.10,liquid,0,0,FALSE,,, -quarter.n.10,heatSource,0,0,FALSE,,, -quarter.n.10,fireSource,0,0,FALSE,,, -quarter.n.10,cookable,0,0,FALSE,,, -quarter.n.10,coldSource,0,0,FALSE,,, -quarter.n.10,sliceable,0,0,FALSE,,, -quarter.n.10,slicer,0,0,FALSE,,, -quarter.n.10,soakable,0,0,FALSE,,, -quartz.n.02,liquid,0,0,FALSE,,, -quartz.n.02,heatSource,0,0,FALSE,,, -quartz.n.02,fireSource,0,0,FALSE,,, -quartz.n.02,cookable,0,0,FALSE,,, -quartz.n.02,coldSource,0,0,FALSE,,, -quartz.n.02,sliceable,0,0,FALSE,,, -quartz.n.02,slicer,1,0,FALSE,,, -quartz.n.02,soakable,0,0,FALSE,,, -quiche.n.02,liquid,0,0,FALSE,,, -quiche.n.02,heatSource,0,0,FALSE,,, -quiche.n.02,fireSource,1,0,FALSE,,, -quiche.n.02,cookable,0,1,FALSE,,, -quiche.n.02,coldSource,0,0,FALSE,,, -quiche.n.02,sliceable,0,1,FALSE,,, -quiche.n.02,slicer,0,0,FALSE,,, -quiche.n.02,soakable,0,0,FALSE,,, -sweat_suit.n.01,liquid,0,0,FALSE,,, -sweat_suit.n.01,heatSource,0,0,FALSE,,, -sweat_suit.n.01,fireSource,0,0,FALSE,,, -sweat_suit.n.01,cookable,0,0,FALSE,,, -sweat_suit.n.01,coldSource,1,0,FALSE,,, -sweat_suit.n.01,sliceable,0,0,FALSE,,, -sweat_suit.n.01,slicer,0,0,FALSE,,, -sweat_suit.n.01,soakable,0,1,FALSE,,, -sax.n.02,liquid,0,0,FALSE,,, -sax.n.02,heatSource,0,0,FALSE,,, -sax.n.02,fireSource,0,0,FALSE,,, -sax.n.02,cookable,0,0,FALSE,,, -sax.n.02,coldSource,0,0,FALSE,,, -sax.n.02,sliceable,0,0,FALSE,,, -sax.n.02,slicer,1,0,FALSE,,, -sax.n.02,soakable,0,0,FALSE,,, -schnitzel.n.01,liquid,0,0,FALSE,,, -schnitzel.n.01,heatSource,0,0,FALSE,,, -schnitzel.n.01,fireSource,1,0,FALSE,,, -schnitzel.n.01,cookable,0,1,FALSE,,, -schnitzel.n.01,coldSource,0,0,FALSE,,, -schnitzel.n.01,sliceable,0,0,FALSE,,, -schnitzel.n.01,slicer,1,0,FALSE,,, -schnitzel.n.01,soakable,0,1,FALSE,,, -scorch.n.03,liquid,0,0,FALSE,,, -scorch.n.03,heatSource,0,0,FALSE,,, -scorch.n.03,fireSource,0,0,FALSE,,, -scorch.n.03,cookable,0,0,FALSE,,, -scorch.n.03,coldSource,0,0,FALSE,,, -scorch.n.03,sliceable,0,0,FALSE,,, -scorch.n.03,slicer,0,0,FALSE,,, -scorch.n.03,soakable,0,0,FALSE,,, -softball.n.01,liquid,0,0,FALSE,,, -softball.n.01,heatSource,0,0,FALSE,,, -softball.n.01,fireSource,0,0,FALSE,,, -softball.n.01,cookable,0,0,FALSE,,, -softball.n.01,coldSource,0,0,FALSE,,, -softball.n.01,sliceable,0,0,FALSE,,, -softball.n.01,slicer,0,0,FALSE,,, -softball.n.01,soakable,0,0,FALSE,,, -sparkler.n.02,liquid,0,0,FALSE,,, -sparkler.n.02,heatSource,1,0,FALSE,,, -sparkler.n.02,fireSource,0,1,FALSE,,, -sparkler.n.02,cookable,0,0,FALSE,,, -sparkler.n.02,coldSource,0,0,FALSE,,, -sparkler.n.02,sliceable,0,0,FALSE,,, -sparkler.n.02,slicer,0,0,FALSE,,, -sparkler.n.02,soakable,0,0,FALSE,,, -garbage.n.01,liquid,0,0,FALSE,,, -garbage.n.01,heatSource,0,0,FALSE,,, -garbage.n.01,fireSource,0,0,FALSE,,, -garbage.n.01,cookable,0,0,FALSE,,, -garbage.n.01,coldSource,0,0,FALSE,,, -garbage.n.01,sliceable,0,0,FALSE,,, -garbage.n.01,slicer,0,0,FALSE,,, -garbage.n.01,soakable,0,1,FALSE,,, -chinese_anise.n.02,liquid,0,0,FALSE,,, -chinese_anise.n.02,heatSource,0,0,FALSE,,, -chinese_anise.n.02,fireSource,1,0,FALSE,,, -chinese_anise.n.02,cookable,0,1,FALSE,,, -chinese_anise.n.02,coldSource,0,0,FALSE,,, -chinese_anise.n.02,sliceable,0,0,FALSE,,, -chinese_anise.n.02,slicer,0,0,FALSE,,, -chinese_anise.n.02,soakable,0,0,FALSE,,, -pill.n.02,liquid,0,0,FALSE,,, -pill.n.02,heatSource,0,0,FALSE,,, -pill.n.02,fireSource,0,0,FALSE,,, -pill.n.02,cookable,0,0,FALSE,,, -pill.n.02,coldSource,0,0,FALSE,,, -pill.n.02,sliceable,0,0,FALSE,,, -pill.n.02,slicer,1,1,FALSE,,, -pill.n.02,soakable,0,0,FALSE,,, -trombone.n.01,liquid,0,0,FALSE,,, -trombone.n.01,heatSource,0,0,FALSE,,, -trombone.n.01,fireSource,0,0,FALSE,,, -trombone.n.01,cookable,0,0,FALSE,,, -trombone.n.01,coldSource,0,0,FALSE,,, -trombone.n.01,sliceable,0,0,FALSE,,, -trombone.n.01,slicer,1,0,FALSE,,, -trombone.n.01,soakable,0,0,FALSE,,, -cornet.n.01,liquid,0,0,FALSE,,, -cornet.n.01,heatSource,0,0,FALSE,,, -cornet.n.01,fireSource,0,0,FALSE,,, -cornet.n.01,cookable,0,0,FALSE,,, -cornet.n.01,coldSource,0,0,FALSE,,, -cornet.n.01,sliceable,0,0,FALSE,,, -cornet.n.01,slicer,1,0,FALSE,,, -cornet.n.01,soakable,0,0,FALSE,,, -verdigris.n.02,liquid,0,0,FALSE,,, -verdigris.n.02,heatSource,0,0,FALSE,,, -verdigris.n.02,fireSource,0,0,FALSE,,, -verdigris.n.02,cookable,0,0,FALSE,,, -verdigris.n.02,coldSource,0,0,FALSE,,, -verdigris.n.02,sliceable,0,0,FALSE,,, -verdigris.n.02,slicer,0,0,FALSE,,, -verdigris.n.02,soakable,0,0,FALSE,,, -violin.n.01,liquid,0,0,FALSE,,, -violin.n.01,heatSource,0,0,FALSE,,, -violin.n.01,fireSource,0,0,FALSE,,, -violin.n.01,cookable,0,0,FALSE,,, -violin.n.01,coldSource,0,0,FALSE,,, -violin.n.01,sliceable,0,0,FALSE,,, -violin.n.01,slicer,1,0,FALSE,,, -violin.n.01,soakable,0,0,FALSE,,, -webcam.n.01,liquid,0,0,FALSE,,, -webcam.n.01,heatSource,0,0,FALSE,,, -webcam.n.01,fireSource,0,0,FALSE,,, -webcam.n.01,cookable,0,0,FALSE,,, -webcam.n.01,coldSource,0,0,FALSE,,, -webcam.n.01,sliceable,0,0,FALSE,,, -webcam.n.01,slicer,1,0,FALSE,,, -webcam.n.01,soakable,0,0,FALSE,,, -pebble.n.01,liquid,0,0,FALSE,,, -pebble.n.01,heatSource,0,0,FALSE,,, -pebble.n.01,fireSource,0,0,FALSE,,, -pebble.n.01,cookable,0,0,FALSE,,, -pebble.n.01,coldSource,0,0,FALSE,,, -pebble.n.01,sliceable,0,0,FALSE,,, -pebble.n.01,slicer,1,0,FALSE,,, -pebble.n.01,soakable,0,0,FALSE,,, -white_chocolate.n.01,liquid,0,0,FALSE,,, -white_chocolate.n.01,heatSource,0,0,FALSE,,, -white_chocolate.n.01,fireSource,0,0,FALSE,,, -white_chocolate.n.01,cookable,0,1,FALSE,,, -white_chocolate.n.01,coldSource,0,0,FALSE,,, -white_chocolate.n.01,sliceable,0,0,FALSE,,, -white_chocolate.n.01,slicer,0,0,FALSE,,, -white_chocolate.n.01,soakable,0,1,FALSE,,, -wine_sauce.n.01,liquid,0,1,FALSE,,, -wine_sauce.n.01,heatSource,0,0,FALSE,,, -wine_sauce.n.01,fireSource,1,0,FALSE,,, -wine_sauce.n.01,cookable,0,1,FALSE,,, -wine_sauce.n.01,coldSource,1,0,FALSE,,, -wine_sauce.n.01,sliceable,0,0,FALSE,,, -wine_sauce.n.01,slicer,0,0,FALSE,,, -wine_sauce.n.01,soakable,0,0,FALSE,,, -wind_chime.n.01,liquid,0,0,FALSE,,, -wind_chime.n.01,heatSource,0,0,FALSE,,, -wind_chime.n.01,fireSource,0,0,FALSE,,, -wind_chime.n.01,cookable,0,0,FALSE,,, -wind_chime.n.01,coldSource,0,0,FALSE,,, -wind_chime.n.01,sliceable,0,0,FALSE,,, -wind_chime.n.01,slicer,0,0,FALSE,,, -wind_chime.n.01,soakable,0,0,FALSE,,, -pipe.n.01,liquid,0,0,FALSE,,, -pipe.n.01,heatSource,0,0,FALSE,,, -pipe.n.01,fireSource,0,0,FALSE,,, -pipe.n.01,cookable,0,0,FALSE,,, -pipe.n.01,coldSource,0,0,FALSE,,, -pipe.n.01,sliceable,0,0,FALSE,,, -pipe.n.01,slicer,1,0,FALSE,,, -pipe.n.01,soakable,0,0,FALSE,,, -allspice.n.03,liquid,0,0,FALSE,,, -allspice.n.03,heatSource,0,0,FALSE,,, -allspice.n.03,fireSource,1,0,FALSE,,, -allspice.n.03,cookable,0,1,FALSE,,, -allspice.n.03,coldSource,0,0,FALSE,,, -allspice.n.03,sliceable,0,0,FALSE,,, -allspice.n.03,slicer,0,0,FALSE,,, -allspice.n.03,soakable,0,0,FALSE,,, -antihistamine.n.01,liquid,0,0,FALSE,,, -antihistamine.n.01,heatSource,0,0,FALSE,,, -antihistamine.n.01,fireSource,0,0,FALSE,,, -antihistamine.n.01,cookable,0,0,FALSE,,, -antihistamine.n.01,coldSource,0,0,FALSE,,, -antihistamine.n.01,sliceable,0,0,FALSE,,, -antihistamine.n.01,slicer,0,0,FALSE,,, -antihistamine.n.01,soakable,0,0,FALSE,,, -antipasto.n.01,liquid,0,0,FALSE,,, -antipasto.n.01,heatSource,0,0,FALSE,,, -antipasto.n.01,fireSource,1,0,FALSE,,, -antipasto.n.01,cookable,0,1,FALSE,,, -antipasto.n.01,coldSource,0,0,FALSE,,, -antipasto.n.01,sliceable,0,1,FALSE,,, -antipasto.n.01,slicer,0,0,FALSE,,, -antipasto.n.01,soakable,0,0,FALSE,,, -antler.n.01,liquid,0,0,FALSE,,, -antler.n.01,heatSource,0,0,FALSE,,, -antler.n.01,fireSource,0,0,FALSE,,, -antler.n.01,cookable,0,0,FALSE,,, -antler.n.01,coldSource,0,0,FALSE,,, -antler.n.01,sliceable,0,0,FALSE,,, -antler.n.01,slicer,0,0,FALSE,,, -antler.n.01,soakable,0,1,FALSE,,, -chickpea.n.01,liquid,0,0,FALSE,,, -chickpea.n.01,heatSource,0,0,FALSE,,, -chickpea.n.01,fireSource,1,0,FALSE,,, -chickpea.n.01,cookable,0,1,FALSE,,, -chickpea.n.01,coldSource,0,0,FALSE,,, -chickpea.n.01,sliceable,0,1,FALSE,,, -chickpea.n.01,slicer,1,0,FALSE,,, -chickpea.n.01,soakable,0,0,FALSE,,, -art.n.01,liquid,0,0,FALSE,,, -art.n.01,heatSource,0,0,FALSE,,, -art.n.01,fireSource,1,0,FALSE,,, -art.n.01,cookable,0,0,FALSE,,, -art.n.01,coldSource,0,0,FALSE,,, -art.n.01,sliceable,0,0,FALSE,,, -art.n.01,slicer,0,0,FALSE,,, -art.n.01,soakable,1,0,FALSE,,, -ax.n.01,liquid,0,0,FALSE,,, -ax.n.01,heatSource,0,0,FALSE,,, -ax.n.01,fireSource,0,0,FALSE,,, -ax.n.01,cookable,0,0,FALSE,,, -ax.n.01,coldSource,0,0,FALSE,,, -ax.n.01,sliceable,0,0,FALSE,,, -ax.n.01,slicer,1,1,FALSE,,, -ax.n.01,soakable,0,0,FALSE,,, -detector.n.01,liquid,0,0,FALSE,,, -detector.n.01,heatSource,0,0,FALSE,,, -detector.n.01,fireSource,0,0,FALSE,,, -detector.n.01,cookable,0,0,FALSE,,, -detector.n.01,coldSource,0,0,FALSE,,, -detector.n.01,sliceable,0,0,FALSE,,, -detector.n.01,slicer,1,0,FALSE,,, -detector.n.01,soakable,0,0,FALSE,,, -bat.n.05,liquid,0,0,FALSE,,, -bat.n.05,heatSource,0,0,FALSE,,, -bat.n.05,fireSource,0,0,FALSE,,, -bat.n.05,cookable,0,0,FALSE,,, -bat.n.05,coldSource,0,0,FALSE,,, -bat.n.05,sliceable,0,0,FALSE,,, -bat.n.05,slicer,1,0,FALSE,,, -bat.n.05,soakable,0,0,FALSE,,, -baseball_cap.n.01,liquid,0,0,FALSE,,, -baseball_cap.n.01,heatSource,0,0,FALSE,,, -baseball_cap.n.01,fireSource,0,0,FALSE,,, -baseball_cap.n.01,cookable,0,0,FALSE,,, -baseball_cap.n.01,coldSource,0,0,FALSE,,, -baseball_cap.n.01,sliceable,0,0,FALSE,,, -baseball_cap.n.01,slicer,0,0,FALSE,,, -baseball_cap.n.01,soakable,0,1,FALSE,,, -baseball_glove.n.01,liquid,0,0,FALSE,,, -baseball_glove.n.01,heatSource,0,0,FALSE,,, -baseball_glove.n.01,fireSource,0,0,FALSE,,, -baseball_glove.n.01,cookable,0,0,FALSE,,, -baseball_glove.n.01,coldSource,0,0,FALSE,,, -baseball_glove.n.01,sliceable,0,0,FALSE,,, -baseball_glove.n.01,slicer,0,0,FALSE,,, -baseball_glove.n.01,soakable,0,1,FALSE,,, -bath_mat.n.01,liquid,0,0,FALSE,,, -bath_mat.n.01,heatSource,0,0,FALSE,,, -bath_mat.n.01,fireSource,0,0,FALSE,,, -bath_mat.n.01,cookable,0,0,FALSE,,, -bath_mat.n.01,coldSource,0,0,FALSE,,, -bath_mat.n.01,sliceable,0,0,FALSE,,, -bath_mat.n.01,slicer,0,0,FALSE,,, -bath_mat.n.01,soakable,1,1,FALSE,,, -salt.n.01,liquid,0,0,FALSE,,, -salt.n.01,heatSource,0,0,FALSE,,, -salt.n.01,fireSource,0,0,FALSE,,, -salt.n.01,cookable,0,1,FALSE,,, -salt.n.01,coldSource,0,0,FALSE,,, -salt.n.01,sliceable,0,0,FALSE,,, -salt.n.01,slicer,0,0,FALSE,,, -salt.n.01,soakable,0,0,FALSE,,, -batting_glove.n.01,liquid,0,0,FALSE,,, -batting_glove.n.01,heatSource,0,0,FALSE,,, -batting_glove.n.01,fireSource,0,0,FALSE,,, -batting_glove.n.01,cookable,0,0,FALSE,,, -batting_glove.n.01,coldSource,0,0,FALSE,,, -batting_glove.n.01,sliceable,0,0,FALSE,,, -batting_glove.n.01,slicer,0,0,FALSE,,, -batting_glove.n.01,soakable,0,1,FALSE,,, -beef_broth.n.01,liquid,1,1,FALSE,,, -beef_broth.n.01,heatSource,0,0,FALSE,,, -beef_broth.n.01,fireSource,1,0,FALSE,,, -beef_broth.n.01,cookable,0,1,FALSE,,, -beef_broth.n.01,coldSource,0,0,FALSE,,, -beef_broth.n.01,sliceable,0,0,FALSE,,, -beef_broth.n.01,slicer,0,0,FALSE,,, -beef_broth.n.01,soakable,0,0,FALSE,,, -beer_mug.n.01,liquid,0,0,FALSE,,, -beer_mug.n.01,heatSource,0,0,FALSE,,, -beer_mug.n.01,fireSource,0,0,FALSE,,, -beer_mug.n.01,cookable,0,0,FALSE,,, -beer_mug.n.01,coldSource,1,0,FALSE,,, -beer_mug.n.01,sliceable,0,0,FALSE,,, -beer_mug.n.01,slicer,1,0,FALSE,,, -beer_mug.n.01,soakable,0,0,FALSE,,, -bicycle_chain.n.01,liquid,0,0,FALSE,,, -bicycle_chain.n.01,heatSource,0,0,FALSE,,, -bicycle_chain.n.01,fireSource,0,0,FALSE,,, -bicycle_chain.n.01,cookable,0,0,FALSE,,, -bicycle_chain.n.01,coldSource,0,0,FALSE,,, -bicycle_chain.n.01,sliceable,0,0,FALSE,,, -bicycle_chain.n.01,slicer,0,0,FALSE,,, -bicycle_chain.n.01,soakable,0,0,FALSE,,, -birdcage.n.01,liquid,0,0,FALSE,,, -birdcage.n.01,heatSource,0,0,FALSE,,, -birdcage.n.01,fireSource,0,0,FALSE,,, -birdcage.n.01,cookable,0,0,FALSE,,, -birdcage.n.01,coldSource,0,0,FALSE,,, -birdcage.n.01,sliceable,0,0,FALSE,,, -birdcage.n.01,slicer,1,0,FALSE,,, -birdcage.n.01,soakable,0,0,FALSE,,, -bird_feed.n.01,liquid,0,0,FALSE,,, -bird_feed.n.01,heatSource,0,0,FALSE,,, -bird_feed.n.01,fireSource,0,0,FALSE,,, -bird_feed.n.01,cookable,0,0,FALSE,,, -bird_feed.n.01,coldSource,0,0,FALSE,,, -bird_feed.n.01,sliceable,0,0,FALSE,,, -bird_feed.n.01,slicer,0,0,FALSE,,, -bird_feed.n.01,soakable,0,0,FALSE,,, -mousse.n.01,liquid,0,0,FALSE,,, -mousse.n.01,heatSource,0,0,FALSE,,, -mousse.n.01,fireSource,0,0,FALSE,,, -mousse.n.01,cookable,0,1,FALSE,,, -mousse.n.01,coldSource,0,0,FALSE,,, -mousse.n.01,sliceable,0,0,FALSE,,, -mousse.n.01,slicer,0,0,FALSE,,, -mousse.n.01,soakable,1,0,FALSE,,, -bobby_pin.n.01,liquid,0,0,FALSE,,, -bobby_pin.n.01,heatSource,0,0,FALSE,,, -bobby_pin.n.01,fireSource,0,0,FALSE,,, -bobby_pin.n.01,cookable,0,0,FALSE,,, -bobby_pin.n.01,coldSource,0,0,FALSE,,, -bobby_pin.n.01,sliceable,0,0,FALSE,,, -bobby_pin.n.01,slicer,0,0,FALSE,,, -bobby_pin.n.01,soakable,0,0,FALSE,,, -bowling_ball.n.01,liquid,0,0,FALSE,,, -bowling_ball.n.01,heatSource,0,0,FALSE,,, -bowling_ball.n.01,fireSource,0,0,FALSE,,, -bowling_ball.n.01,cookable,0,0,FALSE,,, -bowling_ball.n.01,coldSource,0,0,FALSE,,, -bowling_ball.n.01,sliceable,0,0,FALSE,,, -bowling_ball.n.01,slicer,1,0,FALSE,,, -bowling_ball.n.01,soakable,0,0,FALSE,,, -boxing_glove.n.01,liquid,0,0,FALSE,,, -boxing_glove.n.01,heatSource,0,0,FALSE,,, -boxing_glove.n.01,fireSource,0,0,FALSE,,, -boxing_glove.n.01,cookable,0,0,FALSE,,, -boxing_glove.n.01,coldSource,0,0,FALSE,,, -boxing_glove.n.01,sliceable,0,0,FALSE,,, -boxing_glove.n.01,slicer,1,0,FALSE,,, -boxing_glove.n.01,soakable,0,1,FALSE,,, -bratwurst.n.01,liquid,0,0,FALSE,,, -bratwurst.n.01,heatSource,0,0,FALSE,,, -bratwurst.n.01,fireSource,1,0,FALSE,,, -bratwurst.n.01,cookable,0,1,FALSE,,, -bratwurst.n.01,coldSource,0,0,FALSE,,, -bratwurst.n.01,sliceable,0,1,FALSE,,, -bratwurst.n.01,slicer,0,0,FALSE,,, -bratwurst.n.01,soakable,0,0,FALSE,,, -slice.n.01,liquid,0,0,FALSE,,, -slice.n.01,heatSource,0,0,FALSE,,, -slice.n.01,fireSource,0,0,FALSE,,, -slice.n.01,cookable,0,0,FALSE,,, -slice.n.01,coldSource,0,0,FALSE,,, -slice.n.01,sliceable,0,0,FALSE,,, -slice.n.01,slicer,0,0,FALSE,,, -slice.n.01,soakable,0,0,FALSE,,, -brisket.n.01,liquid,0,0,FALSE,,, -brisket.n.01,heatSource,0,0,FALSE,,, -brisket.n.01,fireSource,1,0,FALSE,,, -brisket.n.01,cookable,0,1,FALSE,,, -brisket.n.01,coldSource,0,0,FALSE,,, -brisket.n.01,sliceable,0,1,FALSE,,, -brisket.n.01,slicer,0,0,FALSE,,, -brisket.n.01,soakable,0,0,FALSE,,, -broccoli_rabe.n.02,liquid,0,0,FALSE,,, -broccoli_rabe.n.02,heatSource,0,0,FALSE,,, -broccoli_rabe.n.02,fireSource,1,0,FALSE,,, -broccoli_rabe.n.02,cookable,0,1,FALSE,,, -broccoli_rabe.n.02,coldSource,0,0,FALSE,,, -broccoli_rabe.n.02,sliceable,0,1,FALSE,,, -broccoli_rabe.n.02,slicer,0,0,FALSE,,, -broccoli_rabe.n.02,soakable,0,0,FALSE,,, -broccoli.n.01,liquid,0,0,FALSE,,, -broccoli.n.01,heatSource,0,0,FALSE,,, -broccoli.n.01,fireSource,1,0,FALSE,,, -broccoli.n.01,cookable,0,1,FALSE,,, -broccoli.n.01,coldSource,0,0,FALSE,,, -broccoli.n.01,sliceable,0,1,FALSE,,, -broccoli.n.01,slicer,0,0,FALSE,,, -broccoli.n.01,soakable,0,0,FALSE,,, -yam.n.01,liquid,0,0,FALSE,,, -yam.n.01,heatSource,0,0,FALSE,,, -yam.n.01,fireSource,1,0,FALSE,,, -yam.n.01,cookable,0,1,FALSE,,, -yam.n.01,coldSource,0,0,FALSE,,, -yam.n.01,sliceable,0,1,FALSE,,, -yam.n.01,slicer,0,0,FALSE,,, -yam.n.01,soakable,0,0,FALSE,,, -cappuccino.n.01,liquid,1,1,FALSE,,, -cappuccino.n.01,heatSource,0,0,FALSE,,, -cappuccino.n.01,fireSource,0,0,FALSE,,, -cappuccino.n.01,cookable,0,0,FALSE,,, -cappuccino.n.01,coldSource,0,0,FALSE,,, -cappuccino.n.01,sliceable,0,0,FALSE,,, -cappuccino.n.01,slicer,0,0,FALSE,,, -cappuccino.n.01,soakable,0,0,FALSE,,, -caraway_seed.n.01,liquid,0,0,FALSE,,, -caraway_seed.n.01,heatSource,0,0,FALSE,,, -caraway_seed.n.01,fireSource,1,0,FALSE,,, -caraway_seed.n.01,cookable,0,1,FALSE,,, -caraway_seed.n.01,coldSource,0,0,FALSE,,, -caraway_seed.n.01,sliceable,0,0,FALSE,,, -caraway_seed.n.01,slicer,0,0,FALSE,,, -caraway_seed.n.01,soakable,0,0,FALSE,,, -cardigan.n.01,liquid,0,0,FALSE,,, -cardigan.n.01,heatSource,0,0,FALSE,,, -cardigan.n.01,fireSource,0,0,FALSE,,, -cardigan.n.01,cookable,0,0,FALSE,,, -cardigan.n.01,coldSource,0,0,FALSE,,, -cardigan.n.01,sliceable,0,0,FALSE,,, -cardigan.n.01,slicer,0,0,FALSE,,, -cardigan.n.01,soakable,1,1,FALSE,,, -cash_register.n.01,liquid,0,0,FALSE,,, -cash_register.n.01,heatSource,0,0,FALSE,,, -cash_register.n.01,fireSource,0,0,FALSE,,, -cash_register.n.01,cookable,0,0,FALSE,,, -cash_register.n.01,coldSource,0,0,FALSE,,, -cash_register.n.01,sliceable,0,0,FALSE,,, -cash_register.n.01,slicer,1,0,FALSE,,, -cash_register.n.01,soakable,0,0,FALSE,,, -cat_food.n.01,liquid,0,0,FALSE,,, -cat_food.n.01,heatSource,0,0,FALSE,,, -cat_food.n.01,fireSource,1,0,FALSE,,, -cat_food.n.01,cookable,0,0,FALSE,,, -cat_food.n.01,coldSource,0,0,FALSE,,, -cat_food.n.01,sliceable,0,0,FALSE,,, -cat_food.n.01,slicer,0,0,FALSE,,, -cat_food.n.01,soakable,0,0,FALSE,,, -catalog.n.01,liquid,0,0,FALSE,,, -catalog.n.01,heatSource,0,0,FALSE,,, -catalog.n.01,fireSource,0,0,FALSE,,, -catalog.n.01,cookable,0,0,FALSE,,, -catalog.n.01,coldSource,0,0,FALSE,,, -catalog.n.01,sliceable,0,0,FALSE,,, -catalog.n.01,slicer,0,0,FALSE,,, -catalog.n.01,soakable,0,0,FALSE,,, -caulk.n.01,liquid,0,0,FALSE,,, -caulk.n.01,heatSource,0,0,FALSE,,, -caulk.n.01,fireSource,0,0,FALSE,,, -caulk.n.01,cookable,0,0,FALSE,,, -caulk.n.01,coldSource,1,0,FALSE,,, -caulk.n.01,sliceable,0,0,FALSE,,, -caulk.n.01,slicer,0,0,FALSE,,, -caulk.n.01,soakable,0,0,FALSE,,, -chalk.n.01,liquid,0,0,FALSE,,, -chalk.n.01,heatSource,0,0,FALSE,,, -chalk.n.01,fireSource,0,0,FALSE,,, -chalk.n.01,cookable,0,0,FALSE,,, -chalk.n.01,coldSource,0,0,FALSE,,, -chalk.n.01,sliceable,0,0,FALSE,,, -chalk.n.01,slicer,1,0,FALSE,,, -chalk.n.01,soakable,0,1,FALSE,,, -chanterelle.n.01,liquid,0,0,FALSE,,, -chanterelle.n.01,heatSource,0,0,FALSE,,, -chanterelle.n.01,fireSource,1,0,FALSE,,, -chanterelle.n.01,cookable,0,1,FALSE,,, -chanterelle.n.01,coldSource,0,0,FALSE,,, -chanterelle.n.01,sliceable,0,1,FALSE,,, -chanterelle.n.01,slicer,0,0,FALSE,,, -chanterelle.n.01,soakable,0,0,FALSE,,, -danish.n.02,liquid,0,0,FALSE,,, -danish.n.02,heatSource,0,0,FALSE,,, -danish.n.02,fireSource,0,0,FALSE,,, -danish.n.02,cookable,0,1,FALSE,,, -danish.n.02,coldSource,1,0,FALSE,,, -danish.n.02,sliceable,0,1,FALSE,,, -danish.n.02,slicer,1,0,FALSE,,, -danish.n.02,soakable,1,1,FALSE,,, -bouillon.n.01,liquid,1,1,FALSE,,, -bouillon.n.01,heatSource,0,0,FALSE,,, -bouillon.n.01,fireSource,1,0,FALSE,,, -bouillon.n.01,cookable,0,1,FALSE,,, -bouillon.n.01,coldSource,0,0,FALSE,,, -bouillon.n.01,sliceable,0,0,FALSE,,, -bouillon.n.01,slicer,1,0,FALSE,,, -bouillon.n.01,soakable,0,0,FALSE,,, -chicken_wire.n.01,liquid,0,0,FALSE,,, -chicken_wire.n.01,heatSource,0,0,FALSE,,, -chicken_wire.n.01,fireSource,0,0,FALSE,,, -chicken_wire.n.01,cookable,0,0,FALSE,,, -chicken_wire.n.01,coldSource,0,0,FALSE,,, -chicken_wire.n.01,sliceable,0,0,FALSE,,, -chicken_wire.n.01,slicer,0,0,FALSE,,, -chicken_wire.n.01,soakable,0,0,FALSE,,, -chisel.n.01,liquid,0,0,FALSE,,, -chisel.n.01,heatSource,0,0,FALSE,,, -chisel.n.01,fireSource,0,0,FALSE,,, -chisel.n.01,cookable,0,0,FALSE,,, -chisel.n.01,coldSource,0,0,FALSE,,, -chisel.n.01,sliceable,0,0,FALSE,,, -chisel.n.01,slicer,1,1,FALSE,,, -chisel.n.01,soakable,0,0,FALSE,,, -spread.n.05,liquid,0,0,FALSE,,, -spread.n.05,heatSource,0,0,FALSE,,, -spread.n.05,fireSource,0,0,FALSE,,, -spread.n.05,cookable,0,1,FALSE,,, -spread.n.05,coldSource,0,0,FALSE,,, -spread.n.05,sliceable,0,0,FALSE,,, -spread.n.05,slicer,0,0,FALSE,,, -spread.n.05,soakable,0,0,FALSE,,, -chopping_block.n.01,liquid,0,0,FALSE,,, -chopping_block.n.01,heatSource,0,0,FALSE,,, -chopping_block.n.01,fireSource,0,0,FALSE,,, -chopping_block.n.01,cookable,0,0,FALSE,,, -chopping_block.n.01,coldSource,0,0,FALSE,,, -chopping_block.n.01,sliceable,0,0,FALSE,,, -chopping_block.n.01,slicer,0,0,FALSE,,, -chopping_block.n.01,soakable,0,0,FALSE,,, -cigarette.n.01,liquid,0,0,FALSE,,, -cigarette.n.01,heatSource,0,0,FALSE,,, -cigarette.n.01,fireSource,0,1,FALSE,,, -cigarette.n.01,cookable,0,0,FALSE,,, -cigarette.n.01,coldSource,0,0,FALSE,,, -cigarette.n.01,sliceable,0,0,FALSE,,, -cigarette.n.01,slicer,0,0,FALSE,,, -cigarette.n.01,soakable,0,1,FALSE,,, -fish_stew.n.01,liquid,0,1,FALSE,,, -fish_stew.n.01,heatSource,0,0,FALSE,,, -fish_stew.n.01,fireSource,1,0,FALSE,,, -fish_stew.n.01,cookable,0,1,FALSE,,, -fish_stew.n.01,coldSource,0,0,FALSE,,, -fish_stew.n.01,sliceable,0,0,FALSE,,, -fish_stew.n.01,slicer,0,0,FALSE,,, -fish_stew.n.01,soakable,0,0,FALSE,,, -clove.n.01,liquid,0,0,FALSE,,, -clove.n.01,heatSource,0,0,FALSE,,, -clove.n.01,fireSource,0,0,FALSE,,, -clove.n.01,cookable,0,1,FALSE,,, -clove.n.01,coldSource,0,0,FALSE,,, -clove.n.01,sliceable,0,0,FALSE,,, -clove.n.01,slicer,0,0,FALSE,,, -clove.n.01,soakable,0,0,FALSE,,, -conch.n.01,liquid,0,0,FALSE,,, -conch.n.01,heatSource,0,0,FALSE,,, -conch.n.01,fireSource,1,0,FALSE,,, -conch.n.01,cookable,0,0,FALSE,,, -conch.n.01,coldSource,0,0,FALSE,,, -conch.n.01,sliceable,0,0,FALSE,,, -conch.n.01,slicer,0,0,FALSE,,, -conch.n.01,soakable,0,0,FALSE,,, -cooking_oil.n.01,liquid,1,1,FALSE,,, -cooking_oil.n.01,heatSource,1,0,FALSE,,, -cooking_oil.n.01,fireSource,1,0,FALSE,,, -cooking_oil.n.01,cookable,0,1,FALSE,,, -cooking_oil.n.01,coldSource,0,0,FALSE,,, -cooking_oil.n.01,sliceable,0,0,FALSE,,, -cooking_oil.n.01,slicer,0,0,FALSE,,, -cooking_oil.n.01,soakable,0,0,FALSE,,, -mug.n.01,liquid,1,0,FALSE,,, -mug.n.01,heatSource,0,0,FALSE,,, -mug.n.01,fireSource,0,0,FALSE,,, -mug.n.01,cookable,0,0,FALSE,,, -mug.n.01,coldSource,1,0,FALSE,,, -mug.n.01,sliceable,0,0,FALSE,,, -mug.n.01,slicer,1,0,FALSE,,, -mug.n.01,soakable,0,0,FALSE,,, -coriander.n.02,liquid,0,0,FALSE,,, -coriander.n.02,heatSource,0,0,FALSE,,, -coriander.n.02,fireSource,1,0,FALSE,,, -coriander.n.02,cookable,0,1,FALSE,,, -coriander.n.02,coldSource,0,0,FALSE,,, -coriander.n.02,sliceable,0,0,FALSE,,, -coriander.n.02,slicer,0,0,FALSE,,, -coriander.n.02,soakable,0,0,FALSE,,, -corkscrew.n.01,liquid,0,0,FALSE,,, -corkscrew.n.01,heatSource,0,0,FALSE,,, -corkscrew.n.01,fireSource,0,0,FALSE,,, -corkscrew.n.01,cookable,0,0,FALSE,,, -corkscrew.n.01,coldSource,0,0,FALSE,,, -corkscrew.n.01,sliceable,0,0,FALSE,,, -corkscrew.n.01,slicer,1,0,FALSE,,, -corkscrew.n.01,soakable,0,0,FALSE,,, -cornbread.n.01,liquid,0,0,FALSE,,, -cornbread.n.01,heatSource,0,0,FALSE,,, -cornbread.n.01,fireSource,1,0,FALSE,,, -cornbread.n.01,cookable,0,1,FALSE,,, -cornbread.n.01,coldSource,1,0,FALSE,,, -cornbread.n.01,sliceable,0,1,FALSE,,, -cornbread.n.01,slicer,0,0,FALSE,,, -cornbread.n.01,soakable,0,0,FALSE,,, -crayfish.n.02,liquid,0,0,FALSE,,, -crayfish.n.02,heatSource,0,0,FALSE,,, -crayfish.n.02,fireSource,1,0,FALSE,,, -crayfish.n.02,cookable,0,1,FALSE,,, -crayfish.n.02,coldSource,0,0,FALSE,,, -crayfish.n.02,sliceable,0,1,FALSE,,, -crayfish.n.02,slicer,0,0,FALSE,,, -crayfish.n.02,soakable,0,0,FALSE,,, -cream_soda.n.01,liquid,1,1,FALSE,,, -cream_soda.n.01,heatSource,0,0,FALSE,,, -cream_soda.n.01,fireSource,0,0,FALSE,,, -cream_soda.n.01,cookable,0,0,FALSE,,, -cream_soda.n.01,coldSource,1,0,FALSE,,, -cream_soda.n.01,sliceable,0,0,FALSE,,, -cream_soda.n.01,slicer,0,0,FALSE,,, -cream_soda.n.01,soakable,0,0,FALSE,,, -cymbal.n.01,liquid,0,0,FALSE,,, -cymbal.n.01,heatSource,0,0,FALSE,,, -cymbal.n.01,fireSource,0,0,FALSE,,, -cymbal.n.01,cookable,0,0,FALSE,,, -cymbal.n.01,coldSource,0,0,FALSE,,, -cymbal.n.01,sliceable,0,0,FALSE,,, -cymbal.n.01,slicer,1,0,FALSE,,, -cymbal.n.01,soakable,0,0,FALSE,,, -daffodil.n.01,liquid,0,0,FALSE,,, -daffodil.n.01,heatSource,0,0,FALSE,,, -daffodil.n.01,fireSource,0,0,FALSE,,, -daffodil.n.01,cookable,0,0,FALSE,,, -daffodil.n.01,coldSource,0,0,FALSE,,, -daffodil.n.01,sliceable,0,0,FALSE,,, -daffodil.n.01,slicer,1,0,FALSE,,, -daffodil.n.01,soakable,0,0,FALSE,,, -dahlia.n.01,liquid,0,0,FALSE,,, -dahlia.n.01,heatSource,0,0,FALSE,,, -dahlia.n.01,fireSource,0,0,FALSE,,, -dahlia.n.01,cookable,0,0,FALSE,,, -dahlia.n.01,coldSource,0,0,FALSE,,, -dahlia.n.01,sliceable,0,0,FALSE,,, -dahlia.n.01,slicer,0,0,FALSE,,, -dahlia.n.01,soakable,0,0,FALSE,,, -desiccant.n.01,liquid,0,0,FALSE,,, -desiccant.n.01,heatSource,0,0,FALSE,,, -desiccant.n.01,fireSource,0,0,FALSE,,, -desiccant.n.01,cookable,0,0,FALSE,,, -desiccant.n.01,coldSource,0,0,FALSE,,, -desiccant.n.01,sliceable,0,0,FALSE,,, -desiccant.n.01,slicer,0,0,FALSE,,, -desiccant.n.01,soakable,0,0,FALSE,,, -die.n.01,liquid,0,0,FALSE,,, -die.n.01,heatSource,0,0,FALSE,,, -die.n.01,fireSource,0,0,FALSE,,, -die.n.01,cookable,0,0,FALSE,,, -die.n.01,coldSource,0,0,FALSE,,, -die.n.01,sliceable,0,0,FALSE,,, -die.n.01,slicer,1,0,FALSE,,, -die.n.01,soakable,0,0,FALSE,,, -diving_board.n.01,liquid,0,0,FALSE,,, -diving_board.n.01,heatSource,0,0,FALSE,,, -diving_board.n.01,fireSource,0,0,FALSE,,, -diving_board.n.01,cookable,0,0,FALSE,,, -diving_board.n.01,coldSource,0,0,FALSE,,, -diving_board.n.01,sliceable,0,0,FALSE,,, -diving_board.n.01,slicer,1,0,FALSE,,, -diving_board.n.01,soakable,0,0,FALSE,,, -double_boiler.n.01,liquid,0,0,FALSE,,, -double_boiler.n.01,heatSource,1,1,FALSE,,, -double_boiler.n.01,fireSource,0,0,FALSE,,, -double_boiler.n.01,cookable,0,0,FALSE,,, -double_boiler.n.01,coldSource,1,0,FALSE,,, -double_boiler.n.01,sliceable,0,0,FALSE,,, -double_boiler.n.01,slicer,0,0,FALSE,,, -double_boiler.n.01,soakable,0,0,FALSE,,, -drumstick.n.01,liquid,0,0,FALSE,,, -drumstick.n.01,heatSource,0,0,FALSE,,, -drumstick.n.01,fireSource,1,0,FALSE,,, -drumstick.n.01,cookable,0,0,FALSE,,, -drumstick.n.01,coldSource,0,0,FALSE,,, -drumstick.n.01,sliceable,0,0,FALSE,,, -drumstick.n.01,slicer,0,0,FALSE,,, -drumstick.n.01,soakable,0,0,FALSE,,, -softener.n.01,liquid,1,1,FALSE,,, \ No newline at end of file diff --git a/bddl/prop_param_annots/heatSource.csv b/bddl/prop_param_annots/heatSource.csv deleted file mode 100644 index 67f9fb0e..00000000 --- a/bddl/prop_param_annots/heatSource.csv +++ /dev/null @@ -1,11709 +0,0 @@ -synset,property,gpt3_answer,human_review,require_heatsource_temperature,value(C),source,comment -ginger_ale.n.01,liquid,1,1,FALSE,,, -ginger_ale.n.01,heatSource,0,0,FALSE,,, -ginger_ale.n.01,fireSource,0,0,FALSE,,, -ginger_ale.n.01,cookable,0,0,FALSE,,, -ginger_ale.n.01,coldSource,0,0,FALSE,,, -ginger_ale.n.01,sliceable,0,0,FALSE,,, -ginger_ale.n.01,slicer,1,0,FALSE,,, -ginger_ale.n.01,soakable,0,0,FALSE,,, -floor.n.01,liquid,0,0,FALSE,,, -floor.n.01,heatSource,0,0,FALSE,,, -floor.n.01,fireSource,0,0,FALSE,,, -floor.n.01,cookable,0,0,FALSE,,, -floor.n.01,coldSource,0,0,FALSE,,, -floor.n.01,sliceable,0,0,FALSE,,, -floor.n.01,slicer,0,0,FALSE,,, -floor.n.01,soakable,0,0,FALSE,,, -armchair.n.01,liquid,0,0,FALSE,,, -armchair.n.01,heatSource,0,0,FALSE,,, -armchair.n.01,fireSource,0,0,FALSE,,, -armchair.n.01,cookable,0,0,FALSE,,, -armchair.n.01,coldSource,0,0,FALSE,,, -armchair.n.01,sliceable,0,0,FALSE,,, -armchair.n.01,slicer,1,0,FALSE,,, -armchair.n.01,soakable,0,0,FALSE,,, -basket.n.01,liquid,0,0,FALSE,,, -basket.n.01,heatSource,0,0,FALSE,,, -basket.n.01,fireSource,0,0,FALSE,,, -basket.n.01,cookable,0,0,FALSE,,, -basket.n.01,coldSource,0,0,FALSE,,, -basket.n.01,sliceable,0,0,FALSE,,, -basket.n.01,slicer,1,0,FALSE,,, -basket.n.01,soakable,1,0,FALSE,,, -bathtub.n.01,liquid,1,0,FALSE,,, -bathtub.n.01,heatSource,0,0,FALSE,,, -bathtub.n.01,fireSource,0,0,FALSE,,, -bathtub.n.01,cookable,0,0,FALSE,,, -bathtub.n.01,coldSource,1,0,FALSE,,, -bathtub.n.01,sliceable,0,0,FALSE,,, -bathtub.n.01,slicer,0,0,FALSE,,, -bathtub.n.01,soakable,0,0,FALSE,,, -bed.n.01,liquid,0,0,FALSE,,, -bed.n.01,heatSource,0,0,FALSE,,, -bed.n.01,fireSource,0,0,FALSE,,, -bed.n.01,cookable,0,0,FALSE,,, -bed.n.01,coldSource,0,0,FALSE,,, -bed.n.01,sliceable,0,0,FALSE,,, -bed.n.01,slicer,0,0,FALSE,,, -bed.n.01,soakable,1,0,FALSE,,, -bench.n.01,liquid,0,0,FALSE,,, -bench.n.01,heatSource,0,0,FALSE,,, -bench.n.01,fireSource,0,0,FALSE,,, -bench.n.01,cookable,0,0,FALSE,,, -bench.n.01,coldSource,0,0,FALSE,,, -bench.n.01,sliceable,0,0,FALSE,,, -bench.n.01,slicer,0,0,FALSE,,, -bench.n.01,soakable,1,0,FALSE,,, -cabinet.n.01,liquid,0,0,FALSE,,, -cabinet.n.01,heatSource,0,0,FALSE,,, -cabinet.n.01,fireSource,0,0,FALSE,,, -cabinet.n.01,cookable,0,0,FALSE,,, -cabinet.n.01,coldSource,0,0,FALSE,,, -cabinet.n.01,sliceable,0,0,FALSE,,, -cabinet.n.01,slicer,1,0,FALSE,,, -cabinet.n.01,soakable,0,0,FALSE,,, -breakfast_table.n.01,liquid,0,0,FALSE,,, -breakfast_table.n.01,heatSource,0,0,FALSE,,, -breakfast_table.n.01,fireSource,0,0,FALSE,,, -breakfast_table.n.01,cookable,0,0,FALSE,,, -breakfast_table.n.01,coldSource,0,0,FALSE,,, -breakfast_table.n.01,sliceable,0,0,FALSE,,, -breakfast_table.n.01,slicer,0,0,FALSE,,, -breakfast_table.n.01,soakable,0,0,FALSE,,, -burner.n.02,liquid,0,0,FALSE,,, -burner.n.02,heatSource,1,1,TRUE,500,https://www.hunker.com/13408107/temperature-of-a-stove-top-burner, -burner.n.02,fireSource,0,0,FALSE,,, -burner.n.02,cookable,0,0,FALSE,,, -burner.n.02,coldSource,0,0,FALSE,,, -burner.n.02,sliceable,0,0,FALSE,,, -burner.n.02,slicer,1,0,FALSE,,, -burner.n.02,soakable,0,0,FALSE,,, -rug.n.01,liquid,0,0,FALSE,,, -rug.n.01,heatSource,0,0,FALSE,,, -rug.n.01,fireSource,0,0,FALSE,,, -rug.n.01,cookable,0,0,FALSE,,, -rug.n.01,coldSource,0,0,FALSE,,, -rug.n.01,sliceable,0,0,FALSE,,, -rug.n.01,slicer,0,0,FALSE,,, -rug.n.01,soakable,0,1,FALSE,,, -chaise_longue.n.01,liquid,0,0,FALSE,,, -chaise_longue.n.01,heatSource,0,0,FALSE,,, -chaise_longue.n.01,fireSource,0,0,FALSE,,, -chaise_longue.n.01,cookable,0,0,FALSE,,, -chaise_longue.n.01,coldSource,0,0,FALSE,,, -chaise_longue.n.01,sliceable,0,0,FALSE,,, -chaise_longue.n.01,slicer,0,0,FALSE,,, -chaise_longue.n.01,soakable,0,0,FALSE,,, -chest.n.02,liquid,0,0,FALSE,,, -chest.n.02,heatSource,0,0,FALSE,,, -chest.n.02,fireSource,0,0,FALSE,,, -chest.n.02,cookable,0,0,FALSE,,, -chest.n.02,coldSource,0,0,FALSE,,, -chest.n.02,sliceable,0,0,FALSE,,, -chest.n.02,slicer,1,0,FALSE,,, -chest.n.02,soakable,0,0,FALSE,,, -coffee_maker.n.01,liquid,0,0,FALSE,,, -coffee_maker.n.01,heatSource,0,1,TRUE,93,https://kitchenseer.com/how-hot-water-in-coffee-machine-gets/, -coffee_maker.n.01,fireSource,0,0,FALSE,,, -coffee_maker.n.01,cookable,0,0,FALSE,,, -coffee_maker.n.01,coldSource,0,0,FALSE,,, -coffee_maker.n.01,sliceable,0,0,FALSE,,, -coffee_maker.n.01,slicer,1,0,FALSE,,, -coffee_maker.n.01,soakable,0,0,FALSE,,, -coffee_table.n.01,liquid,0,0,FALSE,,, -coffee_table.n.01,heatSource,0,0,FALSE,,, -coffee_table.n.01,fireSource,0,0,FALSE,,, -coffee_table.n.01,cookable,0,0,FALSE,,, -coffee_table.n.01,coldSource,0,0,FALSE,,, -coffee_table.n.01,sliceable,0,0,FALSE,,, -coffee_table.n.01,slicer,0,0,FALSE,,, -coffee_table.n.01,soakable,0,0,FALSE,,, -console_table.n.01,liquid,0,0,FALSE,,, -console_table.n.01,heatSource,0,0,FALSE,,, -console_table.n.01,fireSource,0,0,FALSE,,, -console_table.n.01,cookable,0,0,FALSE,,, -console_table.n.01,coldSource,0,0,FALSE,,, -console_table.n.01,sliceable,0,0,FALSE,,, -console_table.n.01,slicer,1,0,FALSE,,, -console_table.n.01,soakable,0,0,FALSE,,, -countertop.n.01,liquid,0,0,FALSE,,, -countertop.n.01,heatSource,0,0,FALSE,,, -countertop.n.01,fireSource,0,0,FALSE,,, -countertop.n.01,cookable,0,0,FALSE,,, -countertop.n.01,coldSource,0,0,FALSE,,, -countertop.n.01,sliceable,0,0,FALSE,,, -countertop.n.01,slicer,1,0,FALSE,,, -countertop.n.01,soakable,0,0,FALSE,,, -crib.n.01,liquid,0,0,FALSE,,, -crib.n.01,heatSource,0,0,FALSE,,, -crib.n.01,fireSource,0,0,FALSE,,, -crib.n.01,cookable,0,0,FALSE,,, -crib.n.01,coldSource,0,0,FALSE,,, -crib.n.01,sliceable,0,0,FALSE,,, -crib.n.01,slicer,1,0,FALSE,,, -crib.n.01,soakable,0,0,FALSE,,, -desk.n.01,liquid,0,0,FALSE,,, -desk.n.01,heatSource,0,0,FALSE,,, -desk.n.01,fireSource,0,0,FALSE,,, -desk.n.01,cookable,0,0,FALSE,,, -desk.n.01,coldSource,0,0,FALSE,,, -desk.n.01,sliceable,0,0,FALSE,,, -desk.n.01,slicer,0,0,FALSE,,, -desk.n.01,soakable,0,0,FALSE,,, -dishwasher.n.01,liquid,0,0,FALSE,,, -dishwasher.n.01,heatSource,0,0,FALSE,,, -dishwasher.n.01,fireSource,0,0,FALSE,,, -dishwasher.n.01,cookable,0,0,FALSE,,, -dishwasher.n.01,coldSource,0,0,FALSE,,, -dishwasher.n.01,sliceable,0,0,FALSE,,, -dishwasher.n.01,slicer,1,0,FALSE,,, -dishwasher.n.01,soakable,0,0,FALSE,,, -door.n.01,liquid,0,0,FALSE,,, -door.n.01,heatSource,0,0,FALSE,,, -door.n.01,fireSource,0,0,FALSE,,, -door.n.01,cookable,0,0,FALSE,,, -door.n.01,coldSource,0,0,FALSE,,, -door.n.01,sliceable,0,0,FALSE,,, -door.n.01,slicer,1,0,FALSE,,, -door.n.01,soakable,0,0,FALSE,,, -dryer.n.01,liquid,0,0,FALSE,,, -dryer.n.01,heatSource,0,0,FALSE,,, -dryer.n.01,fireSource,0,0,FALSE,,, -dryer.n.01,cookable,0,0,FALSE,,, -dryer.n.01,coldSource,0,0,FALSE,,, -dryer.n.01,sliceable,0,0,FALSE,,, -dryer.n.01,slicer,1,0,FALSE,,, -dryer.n.01,soakable,0,0,FALSE,,, -floor_lamp.n.01,liquid,0,0,FALSE,,, -floor_lamp.n.01,heatSource,0,0,FALSE,,, -floor_lamp.n.01,fireSource,0,0,FALSE,,, -floor_lamp.n.01,cookable,0,0,FALSE,,, -floor_lamp.n.01,coldSource,0,0,FALSE,,, -floor_lamp.n.01,sliceable,0,0,FALSE,,, -floor_lamp.n.01,slicer,0,0,FALSE,,, -floor_lamp.n.01,soakable,0,0,FALSE,,, -folding_chair.n.01,liquid,0,0,FALSE,,, -folding_chair.n.01,heatSource,0,0,FALSE,,, -folding_chair.n.01,fireSource,0,0,FALSE,,, -folding_chair.n.01,cookable,0,0,FALSE,,, -folding_chair.n.01,coldSource,0,0,FALSE,,, -folding_chair.n.01,sliceable,0,0,FALSE,,, -folding_chair.n.01,slicer,1,0,FALSE,,, -folding_chair.n.01,soakable,1,0,FALSE,,, -electric_refrigerator.n.01,liquid,0,0,FALSE,,, -electric_refrigerator.n.01,heatSource,0,0,FALSE,,, -electric_refrigerator.n.01,fireSource,0,0,FALSE,,, -electric_refrigerator.n.01,cookable,1,0,FALSE,,, -electric_refrigerator.n.01,coldSource,0,1,FALSE,,, -electric_refrigerator.n.01,sliceable,0,0,FALSE,,, -electric_refrigerator.n.01,slicer,1,0,FALSE,,, -electric_refrigerator.n.01,soakable,0,0,FALSE,,, -gaming_table.n.01,liquid,0,0,FALSE,,, -gaming_table.n.01,heatSource,0,0,FALSE,,, -gaming_table.n.01,fireSource,0,0,FALSE,,, -gaming_table.n.01,cookable,0,0,FALSE,,, -gaming_table.n.01,coldSource,0,0,FALSE,,, -gaming_table.n.01,sliceable,0,0,FALSE,,, -gaming_table.n.01,slicer,1,0,FALSE,,, -gaming_table.n.01,soakable,0,0,FALSE,,, -grandfather_clock.n.01,liquid,0,0,FALSE,,, -grandfather_clock.n.01,heatSource,0,0,FALSE,,, -grandfather_clock.n.01,fireSource,0,0,FALSE,,, -grandfather_clock.n.01,cookable,0,0,FALSE,,, -grandfather_clock.n.01,coldSource,0,0,FALSE,,, -grandfather_clock.n.01,sliceable,0,0,FALSE,,, -grandfather_clock.n.01,slicer,1,0,FALSE,,, -grandfather_clock.n.01,soakable,0,0,FALSE,,, -guitar.n.01,liquid,0,0,FALSE,,, -guitar.n.01,heatSource,0,0,FALSE,,, -guitar.n.01,fireSource,0,0,FALSE,,, -guitar.n.01,cookable,0,0,FALSE,,, -guitar.n.01,coldSource,0,0,FALSE,,, -guitar.n.01,sliceable,0,0,FALSE,,, -guitar.n.01,slicer,1,0,FALSE,,, -guitar.n.01,soakable,0,0,FALSE,,, -heater.n.01,liquid,0,0,FALSE,,, -heater.n.01,heatSource,1,1,TRUE,22.2222,"https://www.vivint.com/resources/article/best-home-room-temperature#:~:text=It%20seems%20everyone%20has%20a,the%20area%20of%20your%20home.", -heater.n.01,fireSource,0,0,FALSE,,, -heater.n.01,cookable,0,0,FALSE,,, -heater.n.01,coldSource,0,0,FALSE,,, -heater.n.01,sliceable,0,0,FALSE,,, -heater.n.01,slicer,1,0,FALSE,,, -heater.n.01,soakable,0,0,FALSE,,, -highchair.n.01,liquid,0,0,FALSE,,, -highchair.n.01,heatSource,0,0,FALSE,,, -highchair.n.01,fireSource,0,0,FALSE,,, -highchair.n.01,cookable,0,0,FALSE,,, -highchair.n.01,coldSource,1,0,FALSE,,, -highchair.n.01,sliceable,0,0,FALSE,,, -highchair.n.01,slicer,1,0,FALSE,,, -highchair.n.01,soakable,1,0,FALSE,,, -laptop.n.01,liquid,0,0,FALSE,,, -laptop.n.01,heatSource,0,0,FALSE,,, -laptop.n.01,fireSource,0,0,FALSE,,, -laptop.n.01,cookable,0,0,FALSE,,, -laptop.n.01,coldSource,0,0,FALSE,,, -laptop.n.01,sliceable,0,0,FALSE,,, -laptop.n.01,slicer,1,0,FALSE,,, -laptop.n.01,soakable,0,0,FALSE,,, -loudspeaker.n.01,liquid,0,0,FALSE,,, -loudspeaker.n.01,heatSource,0,0,FALSE,,, -loudspeaker.n.01,fireSource,0,0,FALSE,,, -loudspeaker.n.01,cookable,0,0,FALSE,,, -loudspeaker.n.01,coldSource,0,0,FALSE,,, -loudspeaker.n.01,sliceable,0,0,FALSE,,, -loudspeaker.n.01,slicer,1,0,FALSE,,, -loudspeaker.n.01,soakable,0,0,FALSE,,, -microwave.n.02,liquid,0,0,FALSE,,, -microwave.n.02,heatSource,1,1,TRUE,100,"https://kitchenapplianceanswer.com/what-is-the-highest-temperature-microwave-can-reach/#:~:text=Final%20Thoughts-,How%20Hot%20Does%20a%20Microwave%20Get%3F,can%20heat%20foods%20up%20to.", -microwave.n.02,fireSource,1,0,FALSE,,, -microwave.n.02,cookable,0,0,FALSE,,, -microwave.n.02,coldSource,0,0,FALSE,,, -microwave.n.02,sliceable,0,0,FALSE,,, -microwave.n.02,slicer,1,0,FALSE,,, -microwave.n.02,soakable,0,0,FALSE,,, -mirror.n.01,liquid,0,0,FALSE,,, -mirror.n.01,heatSource,0,0,FALSE,,, -mirror.n.01,fireSource,0,0,FALSE,,, -mirror.n.01,cookable,0,0,FALSE,,, -mirror.n.01,coldSource,0,0,FALSE,,, -mirror.n.01,sliceable,0,0,FALSE,,, -mirror.n.01,slicer,1,0,FALSE,,, -mirror.n.01,soakable,0,0,FALSE,,, -monitor.n.04,liquid,0,0,FALSE,,, -monitor.n.04,heatSource,0,0,FALSE,,, -monitor.n.04,fireSource,0,0,FALSE,,, -monitor.n.04,cookable,0,0,FALSE,,, -monitor.n.04,coldSource,0,0,FALSE,,, -monitor.n.04,sliceable,0,0,FALSE,,, -monitor.n.04,slicer,1,0,FALSE,,, -monitor.n.04,soakable,0,0,FALSE,,, -oven.n.01,liquid,0,0,FALSE,,, -oven.n.01,heatSource,1,1,TRUE,250,https://products.geappliances.com/appliance/gea-support-search-content?contentId=18501, -oven.n.01,fireSource,1,0,FALSE,,, -oven.n.01,cookable,0,0,FALSE,,, -oven.n.01,coldSource,0,0,FALSE,,, -oven.n.01,sliceable,0,0,FALSE,,, -oven.n.01,slicer,1,0,FALSE,,, -oven.n.01,soakable,0,0,FALSE,,, -pedestal_table.n.01,liquid,0,0,FALSE,,, -pedestal_table.n.01,heatSource,0,0,FALSE,,, -pedestal_table.n.01,fireSource,0,0,FALSE,,, -pedestal_table.n.01,cookable,0,0,FALSE,,, -pedestal_table.n.01,coldSource,0,0,FALSE,,, -pedestal_table.n.01,sliceable,0,0,FALSE,,, -pedestal_table.n.01,slicer,0,0,FALSE,,, -pedestal_table.n.01,soakable,0,0,FALSE,,, -piano.n.01,liquid,0,0,FALSE,,, -piano.n.01,heatSource,0,0,FALSE,,, -piano.n.01,fireSource,0,0,FALSE,,, -piano.n.01,cookable,0,0,FALSE,,, -piano.n.01,coldSource,0,0,FALSE,,, -piano.n.01,sliceable,0,0,FALSE,,, -piano.n.01,slicer,1,0,FALSE,,, -piano.n.01,soakable,0,0,FALSE,,, -photograph.n.01,liquid,0,0,FALSE,,, -photograph.n.01,heatSource,0,0,FALSE,,, -photograph.n.01,fireSource,0,0,FALSE,,, -photograph.n.01,cookable,0,0,FALSE,,, -photograph.n.01,coldSource,0,0,FALSE,,, -photograph.n.01,sliceable,0,0,FALSE,,, -photograph.n.01,slicer,0,0,FALSE,,, -photograph.n.01,soakable,0,0,FALSE,,, -pillow.n.01,liquid,0,0,FALSE,,, -pillow.n.01,heatSource,0,0,FALSE,,, -pillow.n.01,fireSource,0,0,FALSE,,, -pillow.n.01,cookable,0,0,FALSE,,, -pillow.n.01,coldSource,0,0,FALSE,,, -pillow.n.01,sliceable,0,0,FALSE,,, -pillow.n.01,slicer,0,0,FALSE,,, -pillow.n.01,soakable,0,1,FALSE,,, -pool_table.n.01,liquid,0,0,FALSE,,, -pool_table.n.01,heatSource,0,0,FALSE,,, -pool_table.n.01,fireSource,0,0,FALSE,,, -pool_table.n.01,cookable,0,0,FALSE,,, -pool_table.n.01,coldSource,0,0,FALSE,,, -pool_table.n.01,sliceable,0,0,FALSE,,, -pool_table.n.01,slicer,0,0,FALSE,,, -pool_table.n.01,soakable,0,0,FALSE,,, -pot_plant.n.01,liquid,0,0,FALSE,,, -pot_plant.n.01,heatSource,0,0,FALSE,,, -pot_plant.n.01,fireSource,0,0,FALSE,,, -pot_plant.n.01,cookable,0,0,FALSE,,, -pot_plant.n.01,coldSource,0,0,FALSE,,, -pot_plant.n.01,sliceable,0,0,FALSE,,, -pot_plant.n.01,slicer,0,0,FALSE,,, -pot_plant.n.01,soakable,0,0,FALSE,,, -rail_fence.n.01,liquid,0,0,FALSE,,, -rail_fence.n.01,heatSource,0,0,FALSE,,, -rail_fence.n.01,fireSource,0,0,FALSE,,, -rail_fence.n.01,cookable,0,0,FALSE,,, -rail_fence.n.01,coldSource,0,0,FALSE,,, -rail_fence.n.01,sliceable,0,0,FALSE,,, -rail_fence.n.01,slicer,0,0,FALSE,,, -rail_fence.n.01,soakable,0,0,FALSE,,, -range_hood.n.01,liquid,0,0,FALSE,,, -range_hood.n.01,heatSource,0,0,FALSE,,, -range_hood.n.01,fireSource,0,0,FALSE,,, -range_hood.n.01,cookable,0,0,FALSE,,, -range_hood.n.01,coldSource,0,0,FALSE,,, -range_hood.n.01,sliceable,0,0,FALSE,,, -range_hood.n.01,slicer,0,0,FALSE,,, -range_hood.n.01,soakable,0,0,FALSE,,, -rocking_chair.n.01,liquid,0,0,FALSE,,, -rocking_chair.n.01,heatSource,0,0,FALSE,,, -rocking_chair.n.01,fireSource,0,0,FALSE,,, -rocking_chair.n.01,cookable,0,0,FALSE,,, -rocking_chair.n.01,coldSource,0,0,FALSE,,, -rocking_chair.n.01,sliceable,0,0,FALSE,,, -rocking_chair.n.01,slicer,1,0,FALSE,,, -rocking_chair.n.01,soakable,0,0,FALSE,,, -shelf.n.01,liquid,0,0,FALSE,,, -shelf.n.01,heatSource,0,0,FALSE,,, -shelf.n.01,fireSource,0,0,FALSE,,, -shelf.n.01,cookable,0,0,FALSE,,, -shelf.n.01,coldSource,0,0,FALSE,,, -shelf.n.01,sliceable,0,0,FALSE,,, -shelf.n.01,slicer,0,0,FALSE,,, -shelf.n.01,soakable,0,0,FALSE,,, -shower.n.01,liquid,0,0,FALSE,,, -shower.n.01,heatSource,0,0,FALSE,,, -shower.n.01,fireSource,0,0,FALSE,,, -shower.n.01,cookable,1,0,FALSE,,, -shower.n.01,coldSource,1,0,FALSE,,, -shower.n.01,sliceable,0,0,FALSE,,, -shower.n.01,slicer,1,0,FALSE,,, -shower.n.01,soakable,0,0,FALSE,,, -sink.n.01,liquid,0,0,FALSE,,, -sink.n.01,heatSource,0,0,FALSE,,, -sink.n.01,fireSource,0,0,FALSE,,, -sink.n.01,cookable,1,0,FALSE,,, -sink.n.01,coldSource,1,0,FALSE,,, -sink.n.01,sliceable,0,0,FALSE,,, -sink.n.01,slicer,0,0,FALSE,,, -sink.n.01,soakable,0,0,FALSE,,, -sofa.n.01,liquid,0,0,FALSE,,, -sofa.n.01,heatSource,0,0,FALSE,,, -sofa.n.01,fireSource,0,0,FALSE,,, -sofa.n.01,cookable,0,0,FALSE,,, -sofa.n.01,coldSource,0,0,FALSE,,, -sofa.n.01,sliceable,0,0,FALSE,,, -sofa.n.01,slicer,0,0,FALSE,,, -sofa.n.01,soakable,0,0,FALSE,,, -stand.n.04,liquid,0,0,FALSE,,, -stand.n.04,heatSource,0,0,FALSE,,, -stand.n.04,fireSource,0,0,FALSE,,, -stand.n.04,cookable,0,0,FALSE,,, -stand.n.04,coldSource,0,0,FALSE,,, -stand.n.04,sliceable,0,0,FALSE,,, -stand.n.04,slicer,1,0,FALSE,,, -stand.n.04,soakable,1,0,FALSE,,, -television_receiver.n.01,liquid,0,0,FALSE,,, -television_receiver.n.01,heatSource,0,0,FALSE,,, -television_receiver.n.01,fireSource,0,0,FALSE,,, -television_receiver.n.01,cookable,0,0,FALSE,,, -television_receiver.n.01,coldSource,0,0,FALSE,,, -television_receiver.n.01,sliceable,0,0,FALSE,,, -television_receiver.n.01,slicer,1,0,FALSE,,, -television_receiver.n.01,soakable,0,0,FALSE,,, -stool.n.01,liquid,0,0,FALSE,,, -stool.n.01,heatSource,0,0,FALSE,,, -stool.n.01,fireSource,0,0,FALSE,,, -stool.n.01,cookable,0,0,FALSE,,, -stool.n.01,coldSource,0,0,FALSE,,, -stool.n.01,sliceable,0,0,FALSE,,, -stool.n.01,slicer,0,0,FALSE,,, -stool.n.01,soakable,1,0,FALSE,,, -stove.n.01,liquid,0,0,FALSE,,, -stove.n.01,heatSource,1,0,FALSE,,, -stove.n.01,fireSource,1,0,FALSE,,, -stove.n.01,cookable,0,0,FALSE,,, -stove.n.01,coldSource,0,0,FALSE,,, -stove.n.01,sliceable,0,0,FALSE,,, -stove.n.01,slicer,1,0,FALSE,,, -stove.n.01,soakable,0,0,FALSE,,, -straight_chair.n.01,liquid,0,0,FALSE,,, -straight_chair.n.01,heatSource,0,0,FALSE,,, -straight_chair.n.01,fireSource,0,0,FALSE,,, -straight_chair.n.01,cookable,0,0,FALSE,,, -straight_chair.n.01,coldSource,0,0,FALSE,,, -straight_chair.n.01,sliceable,0,0,FALSE,,, -straight_chair.n.01,slicer,0,0,FALSE,,, -straight_chair.n.01,soakable,0,0,FALSE,,, -swivel_chair.n.01,liquid,0,0,FALSE,,, -swivel_chair.n.01,heatSource,0,0,FALSE,,, -swivel_chair.n.01,fireSource,0,0,FALSE,,, -swivel_chair.n.01,cookable,0,0,FALSE,,, -swivel_chair.n.01,coldSource,0,0,FALSE,,, -swivel_chair.n.01,sliceable,0,0,FALSE,,, -swivel_chair.n.01,slicer,1,0,FALSE,,, -swivel_chair.n.01,soakable,0,0,FALSE,,, -table_lamp.n.01,liquid,0,0,FALSE,,, -table_lamp.n.01,heatSource,0,0,FALSE,,, -table_lamp.n.01,fireSource,0,0,FALSE,,, -table_lamp.n.01,cookable,0,0,FALSE,,, -table_lamp.n.01,coldSource,0,0,FALSE,,, -table_lamp.n.01,sliceable,0,0,FALSE,,, -table_lamp.n.01,slicer,1,0,FALSE,,, -table_lamp.n.01,soakable,0,0,FALSE,,, -toilet.n.02,liquid,0,0,FALSE,,, -toilet.n.02,heatSource,0,0,FALSE,,, -toilet.n.02,fireSource,0,0,FALSE,,, -toilet.n.02,cookable,0,0,FALSE,,, -toilet.n.02,coldSource,0,0,FALSE,,, -toilet.n.02,sliceable,0,0,FALSE,,, -toilet.n.02,slicer,1,0,FALSE,,, -toilet.n.02,soakable,0,0,FALSE,,, -towel_rack.n.01,liquid,0,0,FALSE,,, -towel_rack.n.01,heatSource,0,0,FALSE,,, -towel_rack.n.01,fireSource,0,0,FALSE,,, -towel_rack.n.01,cookable,0,0,FALSE,,, -towel_rack.n.01,coldSource,0,0,FALSE,,, -towel_rack.n.01,sliceable,0,0,FALSE,,, -towel_rack.n.01,slicer,1,0,FALSE,,, -towel_rack.n.01,soakable,0,0,FALSE,,, -ashcan.n.01,liquid,0,0,FALSE,,, -ashcan.n.01,heatSource,0,0,FALSE,,, -ashcan.n.01,fireSource,0,0,FALSE,,, -ashcan.n.01,cookable,0,0,FALSE,,, -ashcan.n.01,coldSource,0,0,FALSE,,, -ashcan.n.01,sliceable,0,0,FALSE,,, -ashcan.n.01,slicer,1,0,FALSE,,, -ashcan.n.01,soakable,0,0,FALSE,,, -treadmill.n.01,liquid,0,0,FALSE,,, -treadmill.n.01,heatSource,0,0,FALSE,,, -treadmill.n.01,fireSource,0,0,FALSE,,, -treadmill.n.01,cookable,0,0,FALSE,,, -treadmill.n.01,coldSource,0,0,FALSE,,, -treadmill.n.01,sliceable,0,0,FALSE,,, -treadmill.n.01,slicer,0,0,FALSE,,, -treadmill.n.01,soakable,0,0,FALSE,,, -wall_clock.n.01,liquid,0,0,FALSE,,, -wall_clock.n.01,heatSource,0,0,FALSE,,, -wall_clock.n.01,fireSource,0,0,FALSE,,, -wall_clock.n.01,cookable,0,0,FALSE,,, -wall_clock.n.01,coldSource,0,0,FALSE,,, -wall_clock.n.01,sliceable,0,0,FALSE,,, -wall_clock.n.01,slicer,1,0,FALSE,,, -wall_clock.n.01,soakable,0,0,FALSE,,, -washer.n.03,liquid,0,0,FALSE,,, -washer.n.03,heatSource,0,0,FALSE,,, -washer.n.03,fireSource,0,0,FALSE,,, -washer.n.03,cookable,0,0,FALSE,,, -washer.n.03,coldSource,0,0,FALSE,,, -washer.n.03,sliceable,0,0,FALSE,,, -washer.n.03,slicer,1,0,FALSE,,, -washer.n.03,soakable,0,0,FALSE,,, -window.n.01,liquid,0,0,FALSE,,, -window.n.01,heatSource,0,0,FALSE,,, -window.n.01,fireSource,0,0,FALSE,,, -window.n.01,cookable,0,0,FALSE,,, -window.n.01,coldSource,0,0,FALSE,,, -window.n.01,sliceable,0,0,FALSE,,, -window.n.01,slicer,1,0,FALSE,,, -window.n.01,soakable,0,0,FALSE,,, -apple.n.01,liquid,0,0,FALSE,,, -apple.n.01,heatSource,0,0,FALSE,,, -apple.n.01,fireSource,1,0,FALSE,,, -apple.n.01,cookable,0,1,FALSE,,, -apple.n.01,coldSource,0,0,FALSE,,, -apple.n.01,sliceable,1,1,FALSE,,, -apple.n.01,slicer,0,0,FALSE,,, -apple.n.01,soakable,0,0,FALSE,,, -apricot.n.02,liquid,0,0,FALSE,,, -apricot.n.02,heatSource,0,0,FALSE,,, -apricot.n.02,fireSource,0,0,FALSE,,, -apricot.n.02,cookable,0,1,FALSE,,, -apricot.n.02,coldSource,0,0,FALSE,,, -apricot.n.02,sliceable,0,1,FALSE,,, -apricot.n.02,slicer,0,0,FALSE,,, -apricot.n.02,soakable,0,0,FALSE,,, -artichoke.n.02,liquid,0,0,FALSE,,, -artichoke.n.02,heatSource,0,0,FALSE,,, -artichoke.n.02,fireSource,1,0,FALSE,,, -artichoke.n.02,cookable,0,1,FALSE,,, -artichoke.n.02,coldSource,0,0,FALSE,,, -artichoke.n.02,sliceable,0,1,FALSE,,, -artichoke.n.02,slicer,0,0,FALSE,,, -artichoke.n.02,soakable,0,0,FALSE,,, -banana.n.02,liquid,0,0,FALSE,,, -banana.n.02,heatSource,0,0,FALSE,,, -banana.n.02,fireSource,0,0,FALSE,,, -banana.n.02,cookable,0,1,FALSE,,, -banana.n.02,coldSource,0,0,FALSE,,, -banana.n.02,sliceable,0,1,FALSE,,, -banana.n.02,slicer,0,0,FALSE,,, -banana.n.02,soakable,0,0,FALSE,,, -bean.n.01,liquid,0,0,FALSE,,, -bean.n.01,heatSource,0,0,FALSE,,, -bean.n.01,fireSource,1,0,FALSE,,, -bean.n.01,cookable,0,1,FALSE,,, -bean.n.01,coldSource,0,0,FALSE,,, -bean.n.01,sliceable,0,0,FALSE,,, -bean.n.01,slicer,1,0,FALSE,,, -bean.n.01,soakable,0,0,FALSE,,, -beet.n.02,liquid,0,0,FALSE,,, -beet.n.02,heatSource,0,0,FALSE,,, -beet.n.02,fireSource,1,0,FALSE,,, -beet.n.02,cookable,0,1,FALSE,,, -beet.n.02,coldSource,0,0,FALSE,,, -beet.n.02,sliceable,0,1,FALSE,,, -beet.n.02,slicer,0,0,FALSE,,, -beet.n.02,soakable,0,0,FALSE,,, -bell_pepper.n.02,liquid,0,0,FALSE,,, -bell_pepper.n.02,heatSource,0,0,FALSE,,, -bell_pepper.n.02,fireSource,1,0,FALSE,,, -bell_pepper.n.02,cookable,0,1,FALSE,,, -bell_pepper.n.02,coldSource,0,0,FALSE,,, -bell_pepper.n.02,sliceable,0,1,FALSE,,, -bell_pepper.n.02,slicer,1,0,FALSE,,, -bell_pepper.n.02,soakable,0,0,FALSE,,, -bowl.n.01,liquid,0,0,FALSE,,, -bowl.n.01,heatSource,0,0,FALSE,,, -bowl.n.01,fireSource,0,0,FALSE,,, -bowl.n.01,cookable,0,0,FALSE,,, -bowl.n.01,coldSource,1,0,FALSE,,, -bowl.n.01,sliceable,0,0,FALSE,,, -bowl.n.01,slicer,0,0,FALSE,,, -bowl.n.01,soakable,0,0,FALSE,,, -broccoli.n.02,liquid,0,0,FALSE,,, -broccoli.n.02,heatSource,0,0,FALSE,,, -broccoli.n.02,fireSource,0,0,FALSE,,, -broccoli.n.02,cookable,0,1,FALSE,,, -broccoli.n.02,coldSource,0,0,FALSE,,, -broccoli.n.02,sliceable,0,1,FALSE,,, -broccoli.n.02,slicer,0,0,FALSE,,, -broccoli.n.02,soakable,0,0,FALSE,,, -bucket.n.01,liquid,0,0,FALSE,,, -bucket.n.01,heatSource,0,0,FALSE,,, -bucket.n.01,fireSource,0,0,FALSE,,, -bucket.n.01,cookable,0,0,FALSE,,, -bucket.n.01,coldSource,1,0,FALSE,,, -bucket.n.01,sliceable,0,0,FALSE,,, -bucket.n.01,slicer,1,0,FALSE,,, -bucket.n.01,soakable,0,0,FALSE,,, -bulldog_clip.n.01,liquid,0,0,FALSE,,, -bulldog_clip.n.01,heatSource,0,0,FALSE,,, -bulldog_clip.n.01,fireSource,0,0,FALSE,,, -bulldog_clip.n.01,cookable,0,0,FALSE,,, -bulldog_clip.n.01,coldSource,0,0,FALSE,,, -bulldog_clip.n.01,sliceable,0,0,FALSE,,, -bulldog_clip.n.01,slicer,1,0,FALSE,,, -bulldog_clip.n.01,soakable,0,0,FALSE,,, -bulletin_board.n.02,liquid,0,0,FALSE,,, -bulletin_board.n.02,heatSource,0,0,FALSE,,, -bulletin_board.n.02,fireSource,0,0,FALSE,,, -bulletin_board.n.02,cookable,0,0,FALSE,,, -bulletin_board.n.02,coldSource,0,0,FALSE,,, -bulletin_board.n.02,sliceable,0,0,FALSE,,, -bulletin_board.n.02,slicer,1,0,FALSE,,, -bulletin_board.n.02,soakable,0,0,FALSE,,, -butter.n.01,liquid,0,0,FALSE,,, -butter.n.01,heatSource,0,0,FALSE,,, -butter.n.01,fireSource,1,1,FALSE,,, -butter.n.01,cookable,0,1,FALSE,,, -butter.n.01,coldSource,0,0,FALSE,,, -butter.n.01,sliceable,0,1,FALSE,,, -butter.n.01,slicer,0,0,FALSE,,, -butter.n.01,soakable,1,0,FALSE,,, -caliper.n.01,liquid,0,0,FALSE,,, -caliper.n.01,heatSource,0,0,FALSE,,, -caliper.n.01,fireSource,0,0,FALSE,,, -caliper.n.01,cookable,0,0,FALSE,,, -caliper.n.01,coldSource,0,0,FALSE,,, -caliper.n.01,sliceable,0,0,FALSE,,, -caliper.n.01,slicer,1,0,FALSE,,, -caliper.n.01,soakable,0,0,FALSE,,, -canned_food.n.01,liquid,0,0,FALSE,,, -canned_food.n.01,heatSource,0,0,FALSE,,, -canned_food.n.01,fireSource,1,0,FALSE,,, -canned_food.n.01,cookable,0,1,FALSE,,, -canned_food.n.01,coldSource,1,0,FALSE,,, -canned_food.n.01,sliceable,0,0,FALSE,,, -canned_food.n.01,slicer,0,0,FALSE,,, -canned_food.n.01,soakable,0,0,FALSE,,, -cantaloup.n.02,liquid,0,0,FALSE,,, -cantaloup.n.02,heatSource,0,0,FALSE,,, -cantaloup.n.02,fireSource,0,0,FALSE,,, -cantaloup.n.02,cookable,0,0,FALSE,,, -cantaloup.n.02,coldSource,0,0,FALSE,,, -cantaloup.n.02,sliceable,0,0,FALSE,,, -cantaloup.n.02,slicer,0,0,FALSE,,, -cantaloup.n.02,soakable,0,0,FALSE,,, -carafe.n.01,liquid,0,0,FALSE,,, -carafe.n.01,heatSource,0,0,FALSE,,, -carafe.n.01,fireSource,0,0,FALSE,,, -carafe.n.01,cookable,0,0,FALSE,,, -carafe.n.01,coldSource,1,0,FALSE,,, -carafe.n.01,sliceable,0,0,FALSE,,, -carafe.n.01,slicer,1,0,FALSE,,, -carafe.n.01,soakable,0,0,FALSE,,, -carrot.n.03,liquid,0,0,FALSE,,, -carrot.n.03,heatSource,0,0,FALSE,,, -carrot.n.03,fireSource,1,0,FALSE,,, -carrot.n.03,cookable,0,1,FALSE,,, -carrot.n.03,coldSource,0,0,FALSE,,, -carrot.n.03,sliceable,0,0,FALSE,,, -carrot.n.03,slicer,0,0,FALSE,,, -carrot.n.03,soakable,0,0,FALSE,,, -carving_knife.n.01,liquid,0,0,FALSE,,, -carving_knife.n.01,heatSource,0,0,FALSE,,, -carving_knife.n.01,fireSource,0,0,FALSE,,, -carving_knife.n.01,cookable,0,0,FALSE,,, -carving_knife.n.01,coldSource,0,0,FALSE,,, -carving_knife.n.01,sliceable,0,0,FALSE,,, -carving_knife.n.01,slicer,0,1,FALSE,,, -carving_knife.n.01,soakable,0,0,FALSE,,, -casserole.n.02,liquid,0,0,FALSE,,, -casserole.n.02,heatSource,0,0,FALSE,,, -casserole.n.02,fireSource,1,0,FALSE,,, -casserole.n.02,cookable,0,1,FALSE,,, -casserole.n.02,coldSource,0,0,FALSE,,, -casserole.n.02,sliceable,0,1,FALSE,,, -casserole.n.02,slicer,0,0,FALSE,,, -casserole.n.02,soakable,0,0,FALSE,,, -catsup.n.01,liquid,0,0,FALSE,,, -catsup.n.01,heatSource,0,0,FALSE,,, -catsup.n.01,fireSource,1,0,FALSE,,, -catsup.n.01,cookable,0,1,FALSE,,, -catsup.n.01,coldSource,0,0,FALSE,,, -catsup.n.01,sliceable,0,0,FALSE,,, -catsup.n.01,slicer,0,0,FALSE,,, -catsup.n.01,soakable,0,0,FALSE,,, -cherry.n.03,liquid,0,0,FALSE,,, -cherry.n.03,heatSource,0,0,FALSE,,, -cherry.n.03,fireSource,0,0,FALSE,,, -cherry.n.03,cookable,0,1,FALSE,,, -cherry.n.03,coldSource,0,0,FALSE,,, -cherry.n.03,sliceable,0,1,FALSE,,, -cherry.n.03,slicer,1,0,FALSE,,, -cherry.n.03,soakable,0,0,FALSE,,, -chestnut.n.03,liquid,0,0,FALSE,,, -chestnut.n.03,heatSource,0,0,FALSE,,, -chestnut.n.03,fireSource,1,0,FALSE,,, -chestnut.n.03,cookable,0,1,FALSE,,, -chestnut.n.03,coldSource,0,0,FALSE,,, -chestnut.n.03,sliceable,0,0,FALSE,,, -chestnut.n.03,slicer,0,0,FALSE,,, -chestnut.n.03,soakable,0,0,FALSE,,, -chip.n.04,liquid,0,0,FALSE,,, -chip.n.04,heatSource,0,0,FALSE,,, -chip.n.04,fireSource,1,0,FALSE,,, -chip.n.04,cookable,0,0,FALSE,,, -chip.n.04,coldSource,0,0,FALSE,,, -chip.n.04,sliceable,0,0,FALSE,,, -chip.n.04,slicer,1,0,FALSE,,, -chip.n.04,soakable,0,0,FALSE,,, -chives.n.01,liquid,0,0,FALSE,,, -chives.n.01,heatSource,0,0,FALSE,,, -chives.n.01,fireSource,0,0,FALSE,,, -chives.n.01,cookable,0,1,FALSE,,, -chives.n.01,coldSource,0,0,FALSE,,, -chives.n.01,sliceable,0,1,FALSE,,, -chives.n.01,slicer,0,0,FALSE,,, -chives.n.01,soakable,0,0,FALSE,,, -chopping_board.n.01,liquid,0,0,FALSE,,, -chopping_board.n.01,heatSource,0,0,FALSE,,, -chopping_board.n.01,fireSource,0,0,FALSE,,, -chopping_board.n.01,cookable,0,0,FALSE,,, -chopping_board.n.01,coldSource,0,0,FALSE,,, -chopping_board.n.01,sliceable,0,0,FALSE,,, -chopping_board.n.01,slicer,0,0,FALSE,,, -chopping_board.n.01,soakable,0,0,FALSE,,, -clove.n.03,liquid,0,0,FALSE,,, -clove.n.03,heatSource,0,0,FALSE,,, -clove.n.03,fireSource,1,0,FALSE,,, -clove.n.03,cookable,0,1,FALSE,,, -clove.n.03,coldSource,0,0,FALSE,,, -clove.n.03,sliceable,0,0,FALSE,,, -clove.n.03,slicer,0,0,FALSE,,, -clove.n.03,soakable,0,0,FALSE,,, -coatrack.n.01,liquid,0,0,FALSE,,, -coatrack.n.01,heatSource,0,0,FALSE,,, -coatrack.n.01,fireSource,0,0,FALSE,,, -coatrack.n.01,cookable,0,0,FALSE,,, -coatrack.n.01,coldSource,0,0,FALSE,,, -coatrack.n.01,sliceable,0,0,FALSE,,, -coatrack.n.01,slicer,1,0,FALSE,,, -coatrack.n.01,soakable,0,0,FALSE,,, -coconut.n.01,liquid,0,0,FALSE,,, -coconut.n.01,heatSource,0,0,FALSE,,, -coconut.n.01,fireSource,1,0,FALSE,,, -coconut.n.01,cookable,0,1,FALSE,,, -coconut.n.01,coldSource,0,0,FALSE,,, -coconut.n.01,sliceable,0,0,FALSE,,, -coconut.n.01,slicer,0,0,FALSE,,, -coconut.n.01,soakable,0,0,FALSE,,, -colander.n.01,liquid,0,0,FALSE,,, -colander.n.01,heatSource,0,0,FALSE,,, -colander.n.01,fireSource,0,0,FALSE,,, -colander.n.01,cookable,0,0,FALSE,,, -colander.n.01,coldSource,1,0,FALSE,,, -colander.n.01,sliceable,0,0,FALSE,,, -colander.n.01,slicer,1,0,FALSE,,, -colander.n.01,soakable,0,0,FALSE,,, -cream.n.02,liquid,1,1,FALSE,,, -cream.n.02,heatSource,0,0,FALSE,,, -cream.n.02,fireSource,0,0,FALSE,,, -cream.n.02,cookable,0,1,FALSE,,, -cream.n.02,coldSource,0,0,FALSE,,, -cream.n.02,sliceable,0,0,FALSE,,, -cream.n.02,slicer,0,0,FALSE,,, -cream.n.02,soakable,0,0,FALSE,,, -cream_pitcher.n.01,liquid,0,0,FALSE,,, -cream_pitcher.n.01,heatSource,0,0,FALSE,,, -cream_pitcher.n.01,fireSource,0,0,FALSE,,, -cream_pitcher.n.01,cookable,0,0,FALSE,,, -cream_pitcher.n.01,coldSource,1,0,FALSE,,, -cream_pitcher.n.01,sliceable,0,0,FALSE,,, -cream_pitcher.n.01,slicer,1,0,FALSE,,, -cream_pitcher.n.01,soakable,0,0,FALSE,,, -cruet.n.01,liquid,0,0,FALSE,,, -cruet.n.01,heatSource,0,0,FALSE,,, -cruet.n.01,fireSource,0,0,FALSE,,, -cruet.n.01,cookable,0,0,FALSE,,, -cruet.n.01,coldSource,1,0,FALSE,,, -cruet.n.01,sliceable,0,0,FALSE,,, -cruet.n.01,slicer,1,0,FALSE,,, -cruet.n.01,soakable,0,0,FALSE,,, -cucumber.n.02,liquid,0,0,FALSE,,, -cucumber.n.02,heatSource,0,0,FALSE,,, -cucumber.n.02,fireSource,0,0,FALSE,,, -cucumber.n.02,cookable,0,1,FALSE,,, -cucumber.n.02,coldSource,0,0,FALSE,,, -cucumber.n.02,sliceable,0,1,FALSE,,, -cucumber.n.02,slicer,1,0,FALSE,,, -cucumber.n.02,soakable,0,0,FALSE,,, -scale.n.07,liquid,0,0,FALSE,,, -scale.n.07,heatSource,0,0,FALSE,,, -scale.n.07,fireSource,0,0,FALSE,,, -scale.n.07,cookable,0,0,FALSE,,, -scale.n.07,coldSource,0,0,FALSE,,, -scale.n.07,sliceable,0,0,FALSE,,, -scale.n.07,slicer,1,0,FALSE,,, -scale.n.07,soakable,0,0,FALSE,,, -dinner_napkin.n.01,liquid,0,0,FALSE,,, -dinner_napkin.n.01,heatSource,0,0,FALSE,,, -dinner_napkin.n.01,fireSource,0,0,FALSE,,, -dinner_napkin.n.01,cookable,0,0,FALSE,,, -dinner_napkin.n.01,coldSource,0,0,FALSE,,, -dinner_napkin.n.01,sliceable,0,0,FALSE,,, -dinner_napkin.n.01,slicer,0,0,FALSE,,, -dinner_napkin.n.01,soakable,1,1,FALSE,,, -dipper.n.01,liquid,1,1,FALSE,,, -dipper.n.01,heatSource,0,0,FALSE,,, -dipper.n.01,fireSource,0,0,FALSE,,, -dipper.n.01,cookable,0,0,FALSE,,, -dipper.n.01,coldSource,1,0,FALSE,,, -dipper.n.01,sliceable,0,0,FALSE,,, -dipper.n.01,slicer,1,0,FALSE,,, -dipper.n.01,soakable,0,0,FALSE,,, -dish_rack.n.01,liquid,0,0,FALSE,,, -dish_rack.n.01,heatSource,0,0,FALSE,,, -dish_rack.n.01,fireSource,0,0,FALSE,,, -dish_rack.n.01,cookable,0,0,FALSE,,, -dish_rack.n.01,coldSource,0,0,FALSE,,, -dish_rack.n.01,sliceable,0,0,FALSE,,, -dish_rack.n.01,slicer,0,0,FALSE,,, -dish_rack.n.01,soakable,0,0,FALSE,,, -egg.n.02,liquid,0,0,FALSE,,, -egg.n.02,heatSource,0,0,FALSE,,, -egg.n.02,fireSource,1,0,FALSE,,, -egg.n.02,cookable,0,1,FALSE,,, -egg.n.02,coldSource,0,0,FALSE,,, -egg.n.02,sliceable,0,0,FALSE,,, -egg.n.02,slicer,0,0,FALSE,,, -egg.n.02,soakable,0,0,FALSE,,, -eggplant.n.01,liquid,0,0,FALSE,,, -eggplant.n.01,heatSource,0,0,FALSE,,, -eggplant.n.01,fireSource,1,0,FALSE,,, -eggplant.n.01,cookable,0,1,FALSE,,, -eggplant.n.01,coldSource,0,0,FALSE,,, -eggplant.n.01,sliceable,0,1,FALSE,,, -eggplant.n.01,slicer,1,0,FALSE,,, -eggplant.n.01,soakable,0,0,FALSE,,, -eraser.n.01,liquid,0,0,FALSE,,, -eraser.n.01,heatSource,0,0,FALSE,,, -eraser.n.01,fireSource,0,0,FALSE,,, -eraser.n.01,cookable,0,0,FALSE,,, -eraser.n.01,coldSource,0,0,FALSE,,, -eraser.n.01,sliceable,0,0,FALSE,,, -eraser.n.01,slicer,1,0,FALSE,,, -eraser.n.01,soakable,0,0,FALSE,,, -flour.n.01,liquid,0,0,FALSE,,, -flour.n.01,heatSource,0,0,FALSE,,, -flour.n.01,fireSource,1,0,FALSE,,, -flour.n.01,cookable,0,1,FALSE,,, -flour.n.01,coldSource,0,0,FALSE,,, -flour.n.01,sliceable,0,0,FALSE,,, -flour.n.01,slicer,0,0,FALSE,,, -flour.n.01,soakable,0,0,FALSE,,, -foot_rule.n.01,liquid,0,0,FALSE,,, -foot_rule.n.01,heatSource,0,0,FALSE,,, -foot_rule.n.01,fireSource,0,0,FALSE,,, -foot_rule.n.01,cookable,0,0,FALSE,,, -foot_rule.n.01,coldSource,0,0,FALSE,,, -foot_rule.n.01,sliceable,0,0,FALSE,,, -foot_rule.n.01,slicer,0,0,FALSE,,, -foot_rule.n.01,soakable,0,0,FALSE,,, -frying_pan.n.01,liquid,0,0,FALSE,,, -frying_pan.n.01,heatSource,1,1,TRUE,N/A,https://iupilon.com/how-hot-can-a-frying-pan-get/,300-600F -frying_pan.n.01,fireSource,1,0,FALSE,,, -frying_pan.n.01,cookable,0,0,FALSE,,, -frying_pan.n.01,coldSource,0,0,FALSE,,, -frying_pan.n.01,sliceable,0,0,FALSE,,, -frying_pan.n.01,slicer,1,0,FALSE,,, -frying_pan.n.01,soakable,0,0,FALSE,,, -glass.n.02,liquid,0,0,FALSE,,, -glass.n.02,heatSource,0,0,FALSE,,, -glass.n.02,fireSource,0,0,FALSE,,, -glass.n.02,cookable,0,0,FALSE,,, -glass.n.02,coldSource,1,0,FALSE,,, -glass.n.02,sliceable,0,0,FALSE,,, -glass.n.02,slicer,1,0,FALSE,,, -glass.n.02,soakable,0,0,FALSE,,, -gooseberry.n.01,liquid,0,0,FALSE,,, -gooseberry.n.01,heatSource,0,0,FALSE,,, -gooseberry.n.01,fireSource,1,0,FALSE,,, -gooseberry.n.01,cookable,0,1,FALSE,,, -gooseberry.n.01,coldSource,0,0,FALSE,,, -gooseberry.n.01,sliceable,0,0,FALSE,,, -gooseberry.n.01,slicer,0,0,FALSE,,, -gooseberry.n.01,soakable,0,0,FALSE,,, -grape.n.01,liquid,0,0,FALSE,,, -grape.n.01,heatSource,0,0,FALSE,,, -grape.n.01,fireSource,0,0,FALSE,,, -grape.n.01,cookable,0,1,FALSE,,, -grape.n.01,coldSource,0,0,FALSE,,, -grape.n.01,sliceable,0,0,FALSE,,, -grape.n.01,slicer,0,0,FALSE,,, -grape.n.01,soakable,0,0,FALSE,,, -grater.n.01,liquid,0,0,FALSE,,, -grater.n.01,heatSource,0,0,FALSE,,, -grater.n.01,fireSource,0,0,FALSE,,, -grater.n.01,cookable,0,0,FALSE,,, -grater.n.01,coldSource,0,0,FALSE,,, -grater.n.01,sliceable,0,0,FALSE,,, -grater.n.01,slicer,1,1,FALSE,,, -grater.n.01,soakable,0,0,FALSE,,, -griddle.n.01,liquid,0,0,FALSE,,, -griddle.n.01,heatSource,1,1,TRUE,121.111-232.222,https://www.atgrillscookware.com/blogs/cooking/ultimate-guide-to-cooking-temperature-on-electric-grills-and-griddles, -griddle.n.01,fireSource,1,0,FALSE,,, -griddle.n.01,cookable,0,0,FALSE,,, -griddle.n.01,coldSource,0,0,FALSE,,, -griddle.n.01,sliceable,0,0,FALSE,,, -griddle.n.01,slicer,1,0,FALSE,,, -griddle.n.01,soakable,0,0,FALSE,,, -kiwi.n.03,liquid,0,0,FALSE,,, -kiwi.n.03,heatSource,0,0,FALSE,,, -kiwi.n.03,fireSource,0,0,FALSE,,, -kiwi.n.03,cookable,0,1,FALSE,,, -kiwi.n.03,coldSource,0,0,FALSE,,, -kiwi.n.03,sliceable,0,1,FALSE,,, -kiwi.n.03,slicer,0,0,FALSE,,, -kiwi.n.03,soakable,0,0,FALSE,,, -lemon.n.01,liquid,0,0,FALSE,,, -lemon.n.01,heatSource,0,0,FALSE,,, -lemon.n.01,fireSource,0,0,FALSE,,, -lemon.n.01,cookable,0,1,FALSE,,, -lemon.n.01,coldSource,0,0,FALSE,,, -lemon.n.01,sliceable,0,1,FALSE,,, -lemon.n.01,slicer,1,0,FALSE,,, -lemon.n.01,soakable,0,0,FALSE,,, -mushroom.n.05,liquid,0,0,FALSE,,, -mushroom.n.05,heatSource,0,0,FALSE,,, -mushroom.n.05,fireSource,1,0,FALSE,,, -mushroom.n.05,cookable,0,1,FALSE,,, -mushroom.n.05,coldSource,0,0,FALSE,,, -mushroom.n.05,sliceable,0,1,FALSE,,, -mushroom.n.05,slicer,0,0,FALSE,,, -mushroom.n.05,soakable,0,0,FALSE,,, -orange.n.01,liquid,0,0,FALSE,,, -orange.n.01,heatSource,0,0,FALSE,,, -orange.n.01,fireSource,0,0,FALSE,,, -orange.n.01,cookable,0,1,FALSE,,, -orange.n.01,coldSource,0,0,FALSE,,, -orange.n.01,sliceable,0,1,FALSE,,, -orange.n.01,slicer,0,0,FALSE,,, -orange.n.01,soakable,0,0,FALSE,,, -peach.n.03,liquid,0,0,FALSE,,, -peach.n.03,heatSource,0,0,FALSE,,, -peach.n.03,fireSource,0,0,FALSE,,, -peach.n.03,cookable,0,1,FALSE,,, -peach.n.03,coldSource,0,0,FALSE,,, -peach.n.03,sliceable,0,1,FALSE,,, -peach.n.03,slicer,1,0,FALSE,,, -peach.n.03,soakable,0,0,FALSE,,, -pear.n.01,liquid,0,0,FALSE,,, -pear.n.01,heatSource,0,0,FALSE,,, -pear.n.01,fireSource,0,0,FALSE,,, -pear.n.01,cookable,0,1,FALSE,,, -pear.n.01,coldSource,1,0,FALSE,,, -pear.n.01,sliceable,0,1,FALSE,,, -pear.n.01,slicer,0,0,FALSE,,, -pear.n.01,soakable,0,0,FALSE,,, -pineapple.n.02,liquid,0,0,FALSE,,, -pineapple.n.02,heatSource,0,0,FALSE,,, -pineapple.n.02,fireSource,0,0,FALSE,,, -pineapple.n.02,cookable,0,1,FALSE,,, -pineapple.n.02,coldSource,0,0,FALSE,,, -pineapple.n.02,sliceable,0,1,FALSE,,, -pineapple.n.02,slicer,0,0,FALSE,,, -pineapple.n.02,soakable,0,0,FALSE,,, -plum.n.02,liquid,0,0,FALSE,,, -plum.n.02,heatSource,0,0,FALSE,,, -plum.n.02,fireSource,1,0,FALSE,,, -plum.n.02,cookable,0,1,FALSE,,, -plum.n.02,coldSource,0,0,FALSE,,, -plum.n.02,sliceable,0,1,FALSE,,, -plum.n.02,slicer,0,0,FALSE,,, -plum.n.02,soakable,0,0,FALSE,,, -pomegranate.n.02,liquid,0,0,FALSE,,, -pomegranate.n.02,heatSource,0,0,FALSE,,, -pomegranate.n.02,fireSource,0,0,FALSE,,, -pomegranate.n.02,cookable,0,0,FALSE,,, -pomegranate.n.02,coldSource,0,0,FALSE,,, -pomegranate.n.02,sliceable,0,0,FALSE,,, -pomegranate.n.02,slicer,0,0,FALSE,,, -pomegranate.n.02,soakable,0,0,FALSE,,, -pomelo.n.02,liquid,0,0,FALSE,,, -pomelo.n.02,heatSource,0,0,FALSE,,, -pomelo.n.02,fireSource,0,0,FALSE,,, -pomelo.n.02,cookable,0,0,FALSE,,, -pomelo.n.02,coldSource,0,0,FALSE,,, -pomelo.n.02,sliceable,0,0,FALSE,,, -pomelo.n.02,slicer,0,0,FALSE,,, -pomelo.n.02,soakable,0,0,FALSE,,, -strawberry.n.01,liquid,0,0,FALSE,,, -strawberry.n.01,heatSource,0,0,FALSE,,, -strawberry.n.01,fireSource,0,0,FALSE,,, -strawberry.n.01,cookable,0,1,FALSE,,, -strawberry.n.01,coldSource,0,0,FALSE,,, -strawberry.n.01,sliceable,0,1,FALSE,,, -strawberry.n.01,slicer,0,0,FALSE,,, -strawberry.n.01,soakable,0,0,FALSE,,, -tomato.n.01,liquid,0,0,FALSE,,, -tomato.n.01,heatSource,0,0,FALSE,,, -tomato.n.01,fireSource,1,0,FALSE,,, -tomato.n.01,cookable,0,1,FALSE,,, -tomato.n.01,coldSource,0,0,FALSE,,, -tomato.n.01,sliceable,0,1,FALSE,,, -tomato.n.01,slicer,0,0,FALSE,,, -tomato.n.01,soakable,0,0,FALSE,,, -vidalia_onion.n.01,liquid,0,0,FALSE,,, -vidalia_onion.n.01,heatSource,0,0,FALSE,,, -vidalia_onion.n.01,fireSource,1,0,FALSE,,, -vidalia_onion.n.01,cookable,0,1,FALSE,,, -vidalia_onion.n.01,coldSource,0,0,FALSE,,, -vidalia_onion.n.01,sliceable,0,1,FALSE,,, -vidalia_onion.n.01,slicer,0,0,FALSE,,, -vidalia_onion.n.01,soakable,0,0,FALSE,,, -head_cabbage.n.02,liquid,0,0,FALSE,,, -head_cabbage.n.02,heatSource,0,0,FALSE,,, -head_cabbage.n.02,fireSource,1,0,FALSE,,, -head_cabbage.n.02,cookable,0,1,FALSE,,, -head_cabbage.n.02,coldSource,0,0,FALSE,,, -head_cabbage.n.02,sliceable,0,1,FALSE,,, -head_cabbage.n.02,slicer,0,0,FALSE,,, -head_cabbage.n.02,soakable,0,0,FALSE,,, -highlighter.n.02,liquid,0,0,FALSE,,, -highlighter.n.02,heatSource,0,0,FALSE,,, -highlighter.n.02,fireSource,0,0,FALSE,,, -highlighter.n.02,cookable,0,0,FALSE,,, -highlighter.n.02,coldSource,1,0,FALSE,,, -highlighter.n.02,sliceable,0,0,FALSE,,, -highlighter.n.02,slicer,1,0,FALSE,,, -highlighter.n.02,soakable,0,0,FALSE,,, -steel.n.03,liquid,0,0,FALSE,,, -steel.n.03,heatSource,0,0,FALSE,,, -steel.n.03,fireSource,0,0,FALSE,,, -steel.n.03,cookable,0,0,FALSE,,, -steel.n.03,coldSource,0,0,FALSE,,, -steel.n.03,sliceable,0,0,FALSE,,, -steel.n.03,slicer,0,0,FALSE,,, -steel.n.03,soakable,0,0,FALSE,,, -jar.n.01,liquid,0,0,FALSE,,, -jar.n.01,heatSource,0,0,FALSE,,, -jar.n.01,fireSource,0,0,FALSE,,, -jar.n.01,cookable,0,0,FALSE,,, -jar.n.01,coldSource,1,0,FALSE,,, -jar.n.01,sliceable,0,0,FALSE,,, -jar.n.01,slicer,0,0,FALSE,,, -jar.n.01,soakable,0,0,FALSE,,, -kettle.n.01,liquid,0,0,FALSE,,, -kettle.n.01,heatSource,1,1,TRUE,60-100,https://www.nytimes.com/wirecutter/reviews/the-best-home-kettle/, -kettle.n.01,fireSource,1,0,FALSE,,, -kettle.n.01,cookable,0,0,FALSE,,, -kettle.n.01,coldSource,1,0,FALSE,,, -kettle.n.01,sliceable,0,0,FALSE,,, -kettle.n.01,slicer,1,0,FALSE,,, -kettle.n.01,soakable,0,0,FALSE,,, -lettuce.n.03,liquid,0,0,FALSE,,, -lettuce.n.03,heatSource,0,0,FALSE,,, -lettuce.n.03,fireSource,0,0,FALSE,,, -lettuce.n.03,cookable,0,1,FALSE,,, -lettuce.n.03,coldSource,0,0,FALSE,,, -lettuce.n.03,sliceable,0,1,FALSE,,, -lettuce.n.03,slicer,0,0,FALSE,,, -lettuce.n.03,soakable,0,0,FALSE,,, -lid.n.02,liquid,0,0,FALSE,,, -lid.n.02,heatSource,0,0,FALSE,,, -lid.n.02,fireSource,0,0,FALSE,,, -lid.n.02,cookable,0,0,FALSE,,, -lid.n.02,coldSource,0,0,FALSE,,, -lid.n.02,sliceable,0,0,FALSE,,, -lid.n.02,slicer,1,1,FALSE,,, -lid.n.02,soakable,1,1,FALSE,,, -mat.n.07,liquid,0,0,FALSE,,, -mat.n.07,heatSource,0,0,FALSE,,, -mat.n.07,fireSource,0,0,FALSE,,, -mat.n.07,cookable,0,0,FALSE,,, -mat.n.07,coldSource,0,0,FALSE,,, -mat.n.07,sliceable,0,0,FALSE,,, -mat.n.07,slicer,1,0,FALSE,,, -mat.n.07,soakable,1,1,FALSE,,, -mug.n.04,liquid,0,0,FALSE,,, -mug.n.04,heatSource,0,0,FALSE,,, -mug.n.04,fireSource,0,0,FALSE,,, -mug.n.04,cookable,0,0,FALSE,,, -mug.n.04,coldSource,1,0,FALSE,,, -mug.n.04,sliceable,0,0,FALSE,,, -mug.n.04,slicer,1,0,FALSE,,, -mug.n.04,soakable,0,0,FALSE,,, -oatmeal.n.01,liquid,0,0,FALSE,,, -oatmeal.n.01,heatSource,0,0,FALSE,,, -oatmeal.n.01,fireSource,1,0,FALSE,,, -oatmeal.n.01,cookable,0,1,FALSE,,, -oatmeal.n.01,coldSource,0,0,FALSE,,, -oatmeal.n.01,sliceable,0,0,FALSE,,, -oatmeal.n.01,slicer,0,0,FALSE,,, -oatmeal.n.01,soakable,0,0,FALSE,,, -oatmeal.n.02,liquid,0,0,FALSE,,, -oatmeal.n.02,heatSource,0,0,FALSE,,, -oatmeal.n.02,fireSource,1,0,FALSE,,, -oatmeal.n.02,cookable,0,1,FALSE,,, -oatmeal.n.02,coldSource,1,0,FALSE,,, -oatmeal.n.02,sliceable,0,0,FALSE,,, -oatmeal.n.02,slicer,0,0,FALSE,,, -oatmeal.n.02,soakable,0,0,FALSE,,, -olive.n.04,liquid,0,0,FALSE,,, -olive.n.04,heatSource,0,0,FALSE,,, -olive.n.04,fireSource,0,0,FALSE,,, -olive.n.04,cookable,0,1,FALSE,,, -olive.n.04,coldSource,0,0,FALSE,,, -olive.n.04,sliceable,0,1,FALSE,,, -olive.n.04,slicer,0,0,FALSE,,, -olive.n.04,soakable,0,0,FALSE,,, -olive_oil.n.01,liquid,1,1,FALSE,,, -olive_oil.n.01,heatSource,0,0,FALSE,,, -olive_oil.n.01,fireSource,0,1,FALSE,,, -olive_oil.n.01,cookable,0,1,FALSE,,, -olive_oil.n.01,coldSource,0,0,FALSE,,, -olive_oil.n.01,sliceable,0,0,FALSE,,, -olive_oil.n.01,slicer,0,0,FALSE,,, -olive_oil.n.01,soakable,0,0,FALSE,,, -paper_clip.n.01,liquid,0,0,FALSE,,, -paper_clip.n.01,heatSource,0,0,FALSE,,, -paper_clip.n.01,fireSource,0,0,FALSE,,, -paper_clip.n.01,cookable,0,0,FALSE,,, -paper_clip.n.01,coldSource,0,0,FALSE,,, -paper_clip.n.01,sliceable,0,0,FALSE,,, -paper_clip.n.01,slicer,1,0,FALSE,,, -paper_clip.n.01,soakable,1,0,FALSE,,, -paper_towel.n.01,liquid,0,0,FALSE,,, -paper_towel.n.01,heatSource,0,0,FALSE,,, -paper_towel.n.01,fireSource,0,0,FALSE,,, -paper_towel.n.01,cookable,0,0,FALSE,,, -paper_towel.n.01,coldSource,0,0,FALSE,,, -paper_towel.n.01,sliceable,0,0,FALSE,,, -paper_towel.n.01,slicer,1,0,FALSE,,, -paper_towel.n.01,soakable,0,1,FALSE,,, -holder.n.01,liquid,0,0,FALSE,,, -holder.n.01,heatSource,0,0,FALSE,,, -holder.n.01,fireSource,0,0,FALSE,,, -holder.n.01,cookable,0,0,FALSE,,, -holder.n.01,coldSource,0,0,FALSE,,, -holder.n.01,sliceable,0,0,FALSE,,, -holder.n.01,slicer,1,0,FALSE,,, -holder.n.01,soakable,1,0,FALSE,,, -parsley.n.02,liquid,0,0,FALSE,,, -parsley.n.02,heatSource,0,0,FALSE,,, -parsley.n.02,fireSource,1,0,FALSE,,, -parsley.n.02,cookable,0,1,FALSE,,, -parsley.n.02,coldSource,0,0,FALSE,,, -parsley.n.02,sliceable,0,1,FALSE,,, -parsley.n.02,slicer,0,0,FALSE,,, -parsley.n.02,soakable,0,0,FALSE,,, -pea.n.01,liquid,0,0,FALSE,,, -pea.n.01,heatSource,0,0,FALSE,,, -pea.n.01,fireSource,1,0,FALSE,,, -pea.n.01,cookable,0,1,FALSE,,, -pea.n.01,coldSource,0,0,FALSE,,, -pea.n.01,sliceable,0,0,FALSE,,, -pea.n.01,slicer,0,0,FALSE,,, -pea.n.01,soakable,0,0,FALSE,,, -pen.n.01,liquid,0,0,FALSE,,, -pen.n.01,heatSource,0,0,FALSE,,, -pen.n.01,fireSource,0,0,FALSE,,, -pen.n.01,cookable,0,0,FALSE,,, -pen.n.01,coldSource,1,0,FALSE,,, -pen.n.01,sliceable,0,0,FALSE,,, -pen.n.01,slicer,1,0,FALSE,,, -pen.n.01,soakable,0,0,FALSE,,, -pencil.n.01,liquid,0,0,FALSE,,, -pencil.n.01,heatSource,0,0,FALSE,,, -pencil.n.01,fireSource,0,0,FALSE,,, -pencil.n.01,cookable,0,0,FALSE,,, -pencil.n.01,coldSource,0,0,FALSE,,, -pencil.n.01,sliceable,0,0,FALSE,,, -pencil.n.01,slicer,1,0,FALSE,,, -pencil.n.01,soakable,0,0,FALSE,,, -pencil_box.n.01,liquid,0,0,FALSE,,, -pencil_box.n.01,heatSource,0,0,FALSE,,, -pencil_box.n.01,fireSource,0,0,FALSE,,, -pencil_box.n.01,cookable,0,0,FALSE,,, -pencil_box.n.01,coldSource,0,0,FALSE,,, -pencil_box.n.01,sliceable,0,0,FALSE,,, -pencil_box.n.01,slicer,1,0,FALSE,,, -pencil_box.n.01,soakable,0,0,FALSE,,, -pepper_mill.n.01,liquid,0,0,FALSE,,, -pepper_mill.n.01,heatSource,0,0,FALSE,,, -pepper_mill.n.01,fireSource,0,0,FALSE,,, -pepper_mill.n.01,cookable,0,0,FALSE,,, -pepper_mill.n.01,coldSource,0,0,FALSE,,, -pepper_mill.n.01,sliceable,0,0,FALSE,,, -pepper_mill.n.01,slicer,1,0,FALSE,,, -pepper_mill.n.01,soakable,0,0,FALSE,,, -pistachio.n.02,liquid,0,0,FALSE,,, -pistachio.n.02,heatSource,0,0,FALSE,,, -pistachio.n.02,fireSource,0,0,FALSE,,, -pistachio.n.02,cookable,0,1,FALSE,,, -pistachio.n.02,coldSource,0,0,FALSE,,, -pistachio.n.02,sliceable,0,0,FALSE,,, -pistachio.n.02,slicer,0,0,FALSE,,, -pistachio.n.02,soakable,0,0,FALSE,,, -pop.n.02,liquid,1,1,FALSE,,, -pop.n.02,heatSource,0,0,FALSE,,, -pop.n.02,fireSource,0,0,FALSE,,, -pop.n.02,cookable,0,0,FALSE,,, -pop.n.02,coldSource,0,0,FALSE,,, -pop.n.02,sliceable,0,0,FALSE,,, -pop.n.02,slicer,1,0,FALSE,,, -pop.n.02,soakable,0,0,FALSE,,, -potato.n.01,liquid,0,0,FALSE,,, -potato.n.01,heatSource,0,0,FALSE,,, -potato.n.01,fireSource,1,0,FALSE,,, -potato.n.01,cookable,0,1,FALSE,,, -potato.n.01,coldSource,0,0,FALSE,,, -potato.n.01,sliceable,0,1,FALSE,,, -potato.n.01,slicer,1,0,FALSE,,, -potato.n.01,soakable,0,0,FALSE,,, -pumpkin.n.02,liquid,0,0,FALSE,,, -pumpkin.n.02,heatSource,0,0,FALSE,,, -pumpkin.n.02,fireSource,1,0,FALSE,,, -pumpkin.n.02,cookable,0,1,FALSE,,, -pumpkin.n.02,coldSource,0,0,FALSE,,, -pumpkin.n.02,sliceable,0,1,FALSE,,, -pumpkin.n.02,slicer,1,0,FALSE,,, -pumpkin.n.02,soakable,0,0,FALSE,,, -radish.n.01,liquid,0,0,FALSE,,, -radish.n.01,heatSource,0,0,FALSE,,, -radish.n.01,fireSource,1,0,FALSE,,, -radish.n.01,cookable,0,1,FALSE,,, -radish.n.01,coldSource,0,0,FALSE,,, -radish.n.01,sliceable,0,1,FALSE,,, -radish.n.01,slicer,0,0,FALSE,,, -radish.n.01,soakable,0,0,FALSE,,, -raspberry.n.02,liquid,0,0,FALSE,,, -raspberry.n.02,heatSource,0,0,FALSE,,, -raspberry.n.02,fireSource,0,0,FALSE,,, -raspberry.n.02,cookable,0,1,FALSE,,, -raspberry.n.02,coldSource,0,0,FALSE,,, -raspberry.n.02,sliceable,0,0,FALSE,,, -raspberry.n.02,slicer,0,0,FALSE,,, -raspberry.n.02,soakable,0,0,FALSE,,, -hip.n.05,liquid,0,0,FALSE,,, -hip.n.05,heatSource,0,0,FALSE,,, -hip.n.05,fireSource,0,0,FALSE,,, -hip.n.05,cookable,0,1,FALSE,,, -hip.n.05,coldSource,0,0,FALSE,,, -hip.n.05,sliceable,0,1,FALSE,,, -hip.n.05,slicer,0,0,FALSE,,, -hip.n.05,soakable,0,0,FALSE,,, -saucepan.n.01,liquid,0,0,FALSE,,, -saucepan.n.01,heatSource,1,1,TRUE,N/A,https://www.finedininglovers.com/article/medium-high-heat,200-600F -saucepan.n.01,fireSource,1,0,FALSE,,, -saucepan.n.01,cookable,0,0,FALSE,,, -saucepan.n.01,coldSource,1,0,FALSE,,, -saucepan.n.01,sliceable,0,0,FALSE,,, -saucepan.n.01,slicer,1,0,FALSE,,, -saucepan.n.01,soakable,0,0,FALSE,,, -soup_ladle.n.01,liquid,0,0,FALSE,,, -soup_ladle.n.01,heatSource,0,0,FALSE,,, -soup_ladle.n.01,fireSource,0,0,FALSE,,, -soup_ladle.n.01,cookable,0,0,FALSE,,, -soup_ladle.n.01,coldSource,1,0,FALSE,,, -soup_ladle.n.01,sliceable,0,0,FALSE,,, -soup_ladle.n.01,slicer,1,0,FALSE,,, -soup_ladle.n.01,soakable,0,0,FALSE,,, -spaghetti_sauce.n.01,liquid,0,0,FALSE,,, -spaghetti_sauce.n.01,heatSource,0,0,FALSE,,, -spaghetti_sauce.n.01,fireSource,1,0,FALSE,,, -spaghetti_sauce.n.01,cookable,0,1,FALSE,,, -spaghetti_sauce.n.01,coldSource,1,0,FALSE,,, -spaghetti_sauce.n.01,sliceable,0,0,FALSE,,, -spaghetti_sauce.n.01,slicer,0,0,FALSE,,, -spaghetti_sauce.n.01,soakable,0,0,FALSE,,, -spatula.n.01,liquid,0,0,FALSE,,, -spatula.n.01,heatSource,0,0,FALSE,,, -spatula.n.01,fireSource,0,0,FALSE,,, -spatula.n.01,cookable,0,0,FALSE,,, -spatula.n.01,coldSource,0,0,FALSE,,, -spatula.n.01,sliceable,0,0,FALSE,,, -spatula.n.01,slicer,1,0,FALSE,,, -spatula.n.01,soakable,0,0,FALSE,,, -spinach.n.02,liquid,0,0,FALSE,,, -spinach.n.02,heatSource,0,0,FALSE,,, -spinach.n.02,fireSource,1,0,FALSE,,, -spinach.n.02,cookable,0,1,FALSE,,, -spinach.n.02,coldSource,0,0,FALSE,,, -spinach.n.02,sliceable,0,1,FALSE,,, -spinach.n.02,slicer,0,0,FALSE,,, -spinach.n.02,soakable,0,0,FALSE,,, -spoon.n.01,liquid,0,0,FALSE,,, -spoon.n.01,heatSource,0,0,FALSE,,, -spoon.n.01,fireSource,0,0,FALSE,,, -spoon.n.01,cookable,0,0,FALSE,,, -spoon.n.01,coldSource,1,0,FALSE,,, -spoon.n.01,sliceable,0,0,FALSE,,, -spoon.n.01,slicer,1,0,FALSE,,, -spoon.n.01,soakable,0,0,FALSE,,, -pad.n.01,liquid,0,0,FALSE,,, -pad.n.01,heatSource,0,0,FALSE,,, -pad.n.01,fireSource,0,0,FALSE,,, -pad.n.01,cookable,0,0,FALSE,,, -pad.n.01,coldSource,0,0,FALSE,,, -pad.n.01,sliceable,0,0,FALSE,,, -pad.n.01,slicer,1,0,FALSE,,, -pad.n.01,soakable,1,0,FALSE,,, -straight_pin.n.01,liquid,0,0,FALSE,,, -straight_pin.n.01,heatSource,0,0,FALSE,,, -straight_pin.n.01,fireSource,0,0,FALSE,,, -straight_pin.n.01,cookable,0,0,FALSE,,, -straight_pin.n.01,coldSource,0,0,FALSE,,, -straight_pin.n.01,sliceable,0,0,FALSE,,, -straight_pin.n.01,slicer,1,0,FALSE,,, -straight_pin.n.01,soakable,0,0,FALSE,,, -sweet_corn.n.02,liquid,0,0,FALSE,,, -sweet_corn.n.02,heatSource,0,0,FALSE,,, -sweet_corn.n.02,fireSource,1,0,FALSE,,, -sweet_corn.n.02,cookable,0,1,FALSE,,, -sweet_corn.n.02,coldSource,0,0,FALSE,,, -sweet_corn.n.02,sliceable,0,0,FALSE,,, -sweet_corn.n.02,slicer,0,0,FALSE,,, -sweet_corn.n.02,soakable,0,0,FALSE,,, -table_knife.n.01,liquid,0,0,FALSE,,, -table_knife.n.01,heatSource,0,0,FALSE,,, -table_knife.n.01,fireSource,0,0,FALSE,,, -table_knife.n.01,cookable,0,0,FALSE,,, -table_knife.n.01,coldSource,0,0,FALSE,,, -table_knife.n.01,sliceable,0,0,FALSE,,, -table_knife.n.01,slicer,1,1,FALSE,,, -table_knife.n.01,soakable,0,0,FALSE,,, -tablefork.n.01,liquid,0,0,FALSE,,, -tablefork.n.01,heatSource,0,0,FALSE,,, -tablefork.n.01,fireSource,0,0,FALSE,,, -tablefork.n.01,cookable,0,0,FALSE,,, -tablefork.n.01,coldSource,0,0,FALSE,,, -tablefork.n.01,sliceable,0,0,FALSE,,, -tablefork.n.01,slicer,0,0,FALSE,,, -tablefork.n.01,soakable,0,0,FALSE,,, -tape.n.01,liquid,0,0,FALSE,,, -tape.n.01,heatSource,0,0,FALSE,,, -tape.n.01,fireSource,0,0,FALSE,,, -tape.n.01,cookable,0,0,FALSE,,, -tape.n.01,coldSource,0,0,FALSE,,, -tape.n.01,sliceable,0,1,FALSE,,, -tape.n.01,slicer,1,0,FALSE,,, -tape.n.01,soakable,1,0,FALSE,,, -teapot.n.01,liquid,0,0,FALSE,,, -teapot.n.01,heatSource,0,0,FALSE,,, -teapot.n.01,fireSource,0,0,FALSE,,, -teapot.n.01,cookable,0,0,FALSE,,, -teapot.n.01,coldSource,1,0,FALSE,,, -teapot.n.01,sliceable,0,0,FALSE,,, -teapot.n.01,slicer,1,0,FALSE,,, -teapot.n.01,soakable,0,0,FALSE,,, -thumbtack.n.01,liquid,0,0,FALSE,,, -thumbtack.n.01,heatSource,0,0,FALSE,,, -thumbtack.n.01,fireSource,0,0,FALSE,,, -thumbtack.n.01,cookable,0,0,FALSE,,, -thumbtack.n.01,coldSource,0,0,FALSE,,, -thumbtack.n.01,sliceable,0,0,FALSE,,, -thumbtack.n.01,slicer,1,0,FALSE,,, -thumbtack.n.01,soakable,0,0,FALSE,,, -toasting_fork.n.01,liquid,0,0,FALSE,,, -toasting_fork.n.01,heatSource,1,0,FALSE,,, -toasting_fork.n.01,fireSource,1,0,FALSE,,, -toasting_fork.n.01,cookable,0,0,FALSE,,, -toasting_fork.n.01,coldSource,0,0,FALSE,,, -toasting_fork.n.01,sliceable,0,0,FALSE,,, -toasting_fork.n.01,slicer,1,0,FALSE,,, -toasting_fork.n.01,soakable,0,0,FALSE,,, -tongs.n.01,liquid,0,0,FALSE,,, -tongs.n.01,heatSource,0,0,FALSE,,, -tongs.n.01,fireSource,0,0,FALSE,,, -tongs.n.01,cookable,0,0,FALSE,,, -tongs.n.01,coldSource,0,0,FALSE,,, -tongs.n.01,sliceable,0,0,FALSE,,, -tongs.n.01,slicer,1,0,FALSE,,, -tongs.n.01,soakable,1,0,FALSE,,, -turnip.n.02,liquid,0,0,FALSE,,, -turnip.n.02,heatSource,0,0,FALSE,,, -turnip.n.02,fireSource,1,0,FALSE,,, -turnip.n.02,cookable,0,1,FALSE,,, -turnip.n.02,coldSource,0,0,FALSE,,, -turnip.n.02,sliceable,0,1,FALSE,,, -turnip.n.02,slicer,1,0,FALSE,,, -turnip.n.02,soakable,0,0,FALSE,,, -walnut.n.01,liquid,0,0,FALSE,,, -walnut.n.01,heatSource,0,0,FALSE,,, -walnut.n.01,fireSource,0,0,FALSE,,, -walnut.n.01,cookable,0,1,FALSE,,, -walnut.n.01,coldSource,0,0,FALSE,,, -walnut.n.01,sliceable,0,1,FALSE,,, -walnut.n.01,slicer,0,0,FALSE,,, -walnut.n.01,soakable,0,0,FALSE,,, -watermelon.n.02,liquid,0,0,FALSE,,, -watermelon.n.02,heatSource,0,0,FALSE,,, -watermelon.n.02,fireSource,0,0,FALSE,,, -watermelon.n.02,cookable,0,1,FALSE,,, -watermelon.n.02,coldSource,0,0,FALSE,,, -watermelon.n.02,sliceable,0,1,FALSE,,, -watermelon.n.02,slicer,0,0,FALSE,,, -watermelon.n.02,soakable,0,0,FALSE,,, -display_panel.n.01,liquid,0,0,FALSE,,, -display_panel.n.01,heatSource,0,0,FALSE,,, -display_panel.n.01,fireSource,0,0,FALSE,,, -display_panel.n.01,cookable,0,0,FALSE,,, -display_panel.n.01,coldSource,0,0,FALSE,,, -display_panel.n.01,sliceable,0,0,FALSE,,, -display_panel.n.01,slicer,1,0,FALSE,,, -display_panel.n.01,soakable,0,0,FALSE,,, -wine_bottle.n.01,liquid,0,0,FALSE,,, -wine_bottle.n.01,heatSource,0,0,FALSE,,, -wine_bottle.n.01,fireSource,0,0,FALSE,,, -wine_bottle.n.01,cookable,0,0,FALSE,,, -wine_bottle.n.01,coldSource,1,1,FALSE,,, -wine_bottle.n.01,sliceable,0,0,FALSE,,, -wine_bottle.n.01,slicer,0,0,FALSE,,, -wine_bottle.n.01,soakable,0,0,FALSE,,, -yogurt.n.01,liquid,0,0,FALSE,,, -yogurt.n.01,heatSource,0,0,FALSE,,, -yogurt.n.01,fireSource,0,0,FALSE,,, -yogurt.n.01,cookable,1,1,FALSE,,, -yogurt.n.01,coldSource,0,0,FALSE,,, -yogurt.n.01,sliceable,0,0,FALSE,,, -yogurt.n.01,slicer,0,0,FALSE,,, -yogurt.n.01,soakable,0,0,FALSE,,, -zucchini.n.02,liquid,0,0,FALSE,,, -zucchini.n.02,heatSource,0,0,FALSE,,, -zucchini.n.02,fireSource,1,0,FALSE,,, -zucchini.n.02,cookable,0,1,FALSE,,, -zucchini.n.02,coldSource,0,0,FALSE,,, -zucchini.n.02,sliceable,0,1,FALSE,,, -zucchini.n.02,slicer,1,0,FALSE,,, -zucchini.n.02,soakable,0,0,FALSE,,, -gym_shoe.n.01,liquid,0,0,FALSE,,, -gym_shoe.n.01,heatSource,0,0,FALSE,,, -gym_shoe.n.01,fireSource,0,0,FALSE,,, -gym_shoe.n.01,cookable,0,0,FALSE,,, -gym_shoe.n.01,coldSource,0,0,FALSE,,, -gym_shoe.n.01,sliceable,0,0,FALSE,,, -gym_shoe.n.01,slicer,0,0,FALSE,,, -gym_shoe.n.01,soakable,0,1,FALSE,,, -computer_game.n.01,liquid,0,0,FALSE,,, -computer_game.n.01,heatSource,0,0,FALSE,,, -computer_game.n.01,fireSource,0,0,FALSE,,, -computer_game.n.01,cookable,0,0,FALSE,,, -computer_game.n.01,coldSource,0,0,FALSE,,, -computer_game.n.01,sliceable,0,0,FALSE,,, -computer_game.n.01,slicer,1,0,FALSE,,, -computer_game.n.01,soakable,0,0,FALSE,,, -board_game.n.01,liquid,0,0,FALSE,,, -board_game.n.01,heatSource,0,0,FALSE,,, -board_game.n.01,fireSource,0,0,FALSE,,, -board_game.n.01,cookable,0,0,FALSE,,, -board_game.n.01,coldSource,0,0,FALSE,,, -board_game.n.01,sliceable,0,0,FALSE,,, -board_game.n.01,slicer,1,0,FALSE,,, -board_game.n.01,soakable,0,0,FALSE,,, -walker.n.04,liquid,0,0,FALSE,,, -walker.n.04,heatSource,0,0,FALSE,,, -walker.n.04,fireSource,0,0,FALSE,,, -walker.n.04,cookable,0,0,FALSE,,, -walker.n.04,coldSource,0,0,FALSE,,, -walker.n.04,sliceable,0,0,FALSE,,, -walker.n.04,slicer,1,0,FALSE,,, -walker.n.04,soakable,0,1,FALSE,,, -medicine.n.02,liquid,1,0,FALSE,,, -medicine.n.02,heatSource,0,0,FALSE,,, -medicine.n.02,fireSource,0,0,FALSE,,, -medicine.n.02,cookable,0,0,FALSE,,, -medicine.n.02,coldSource,1,0,FALSE,,, -medicine.n.02,sliceable,0,0,FALSE,,, -medicine.n.02,slicer,0,0,FALSE,,, -medicine.n.02,soakable,0,0,FALSE,,, -sandal.n.01,liquid,0,0,FALSE,,, -sandal.n.01,heatSource,0,0,FALSE,,, -sandal.n.01,fireSource,0,0,FALSE,,, -sandal.n.01,cookable,0,0,FALSE,,, -sandal.n.01,coldSource,0,0,FALSE,,, -sandal.n.01,sliceable,0,0,FALSE,,, -sandal.n.01,slicer,1,0,FALSE,,, -sandal.n.01,soakable,0,1,FALSE,,, -hat.n.01,liquid,0,0,FALSE,,, -hat.n.01,heatSource,0,0,FALSE,,, -hat.n.01,fireSource,0,0,FALSE,,, -hat.n.01,cookable,0,0,FALSE,,, -hat.n.01,coldSource,0,0,FALSE,,, -hat.n.01,sliceable,0,0,FALSE,,, -hat.n.01,slicer,1,0,FALSE,,, -hat.n.01,soakable,1,1,FALSE,,, -protein.n.01,liquid,0,0,FALSE,,, -protein.n.01,heatSource,0,0,FALSE,,, -protein.n.01,fireSource,1,0,FALSE,,, -protein.n.01,cookable,0,0,FALSE,,, -protein.n.01,coldSource,0,0,FALSE,,, -protein.n.01,sliceable,0,0,FALSE,,, -protein.n.01,slicer,0,0,FALSE,,, -protein.n.01,soakable,1,0,FALSE,,, -ink_cartridge.n.01,liquid,0,0,FALSE,,, -ink_cartridge.n.01,heatSource,0,0,FALSE,,, -ink_cartridge.n.01,fireSource,0,0,FALSE,,, -ink_cartridge.n.01,cookable,0,0,FALSE,,, -ink_cartridge.n.01,coldSource,0,0,FALSE,,, -ink_cartridge.n.01,sliceable,0,0,FALSE,,, -ink_cartridge.n.01,slicer,0,0,FALSE,,, -ink_cartridge.n.01,soakable,0,0,FALSE,,, -cpu_board.n.01,liquid,0,0,FALSE,,, -cpu_board.n.01,heatSource,0,0,FALSE,,, -cpu_board.n.01,fireSource,0,0,FALSE,,, -cpu_board.n.01,cookable,0,0,FALSE,,, -cpu_board.n.01,coldSource,0,0,FALSE,,, -cpu_board.n.01,sliceable,0,0,FALSE,,, -cpu_board.n.01,slicer,1,0,FALSE,,, -cpu_board.n.01,soakable,0,0,FALSE,,, -router.n.02,liquid,0,0,FALSE,,, -router.n.02,heatSource,0,0,FALSE,,, -router.n.02,fireSource,0,0,FALSE,,, -router.n.02,cookable,0,0,FALSE,,, -router.n.02,coldSource,0,0,FALSE,,, -router.n.02,sliceable,0,0,FALSE,,, -router.n.02,slicer,1,0,FALSE,,, -router.n.02,soakable,0,0,FALSE,,, -keyboard.n.01,liquid,0,0,FALSE,,, -keyboard.n.01,heatSource,0,0,FALSE,,, -keyboard.n.01,fireSource,0,0,FALSE,,, -keyboard.n.01,cookable,0,0,FALSE,,, -keyboard.n.01,coldSource,0,0,FALSE,,, -keyboard.n.01,sliceable,0,0,FALSE,,, -keyboard.n.01,slicer,1,0,FALSE,,, -keyboard.n.01,soakable,0,0,FALSE,,, -headset.n.01,liquid,0,0,FALSE,,, -headset.n.01,heatSource,0,0,FALSE,,, -headset.n.01,fireSource,0,0,FALSE,,, -headset.n.01,cookable,0,0,FALSE,,, -headset.n.01,coldSource,0,0,FALSE,,, -headset.n.01,sliceable,0,0,FALSE,,, -headset.n.01,slicer,1,0,FALSE,,, -headset.n.01,soakable,1,0,FALSE,,, -mouse.n.04,liquid,0,0,FALSE,,, -mouse.n.04,heatSource,0,0,FALSE,,, -mouse.n.04,fireSource,0,0,FALSE,,, -mouse.n.04,cookable,0,0,FALSE,,, -mouse.n.04,coldSource,0,0,FALSE,,, -mouse.n.04,sliceable,0,0,FALSE,,, -mouse.n.04,slicer,1,0,FALSE,,, -mouse.n.04,soakable,0,0,FALSE,,, -disk_drive.n.01,liquid,0,0,FALSE,,, -disk_drive.n.01,heatSource,0,0,FALSE,,, -disk_drive.n.01,fireSource,0,0,FALSE,,, -disk_drive.n.01,cookable,0,0,FALSE,,, -disk_drive.n.01,coldSource,0,0,FALSE,,, -disk_drive.n.01,sliceable,0,0,FALSE,,, -disk_drive.n.01,slicer,1,0,FALSE,,, -disk_drive.n.01,soakable,0,0,FALSE,,, -hammer.n.02,liquid,0,0,FALSE,,, -hammer.n.02,heatSource,0,0,FALSE,,, -hammer.n.02,fireSource,0,0,FALSE,,, -hammer.n.02,cookable,0,0,FALSE,,, -hammer.n.02,coldSource,0,0,FALSE,,, -hammer.n.02,sliceable,0,0,FALSE,,, -hammer.n.02,slicer,1,0,FALSE,,, -hammer.n.02,soakable,0,0,FALSE,,, -glove.n.02,liquid,0,0,FALSE,,, -glove.n.02,heatSource,0,0,FALSE,,, -glove.n.02,fireSource,0,0,FALSE,,, -glove.n.02,cookable,0,0,FALSE,,, -glove.n.02,coldSource,0,0,FALSE,,, -glove.n.02,sliceable,0,0,FALSE,,, -glove.n.02,slicer,1,0,FALSE,,, -glove.n.02,soakable,0,1,FALSE,,, -bath_towel.n.01,liquid,0,0,FALSE,,, -bath_towel.n.01,heatSource,0,0,FALSE,,, -bath_towel.n.01,fireSource,0,0,FALSE,,, -bath_towel.n.01,cookable,0,0,FALSE,,, -bath_towel.n.01,coldSource,0,0,FALSE,,, -bath_towel.n.01,sliceable,0,0,FALSE,,, -bath_towel.n.01,slicer,0,0,FALSE,,, -bath_towel.n.01,soakable,1,1,FALSE,,, -dishtowel.n.01,liquid,0,0,FALSE,,, -dishtowel.n.01,heatSource,0,0,FALSE,,, -dishtowel.n.01,fireSource,0,0,FALSE,,, -dishtowel.n.01,cookable,0,0,FALSE,,, -dishtowel.n.01,coldSource,0,0,FALSE,,, -dishtowel.n.01,sliceable,0,0,FALSE,,, -dishtowel.n.01,slicer,1,0,FALSE,,, -dishtowel.n.01,soakable,1,1,FALSE,,, -hand_towel.n.01,liquid,0,0,FALSE,,, -hand_towel.n.01,heatSource,0,0,FALSE,,, -hand_towel.n.01,fireSource,0,0,FALSE,,, -hand_towel.n.01,cookable,0,0,FALSE,,, -hand_towel.n.01,coldSource,0,0,FALSE,,, -hand_towel.n.01,sliceable,0,0,FALSE,,, -hand_towel.n.01,slicer,0,0,FALSE,,, -hand_towel.n.01,soakable,1,1,FALSE,,, -plaything.n.01,liquid,0,0,FALSE,,, -plaything.n.01,heatSource,0,0,FALSE,,, -plaything.n.01,fireSource,0,0,FALSE,,, -plaything.n.01,cookable,0,0,FALSE,,, -plaything.n.01,coldSource,0,0,FALSE,,, -plaything.n.01,sliceable,0,0,FALSE,,, -plaything.n.01,slicer,0,0,FALSE,,, -plaything.n.01,soakable,1,0,FALSE,,, -envelope.n.01,liquid,0,0,FALSE,,, -envelope.n.01,heatSource,0,0,FALSE,,, -envelope.n.01,fireSource,0,0,FALSE,,, -envelope.n.01,cookable,0,0,FALSE,,, -envelope.n.01,coldSource,0,0,FALSE,,, -envelope.n.01,sliceable,0,0,FALSE,,, -envelope.n.01,slicer,1,0,FALSE,,, -envelope.n.01,soakable,1,1,FALSE,,, -chocolate.n.02,liquid,0,0,FALSE,,, -chocolate.n.02,heatSource,0,0,FALSE,,, -chocolate.n.02,fireSource,0,0,FALSE,,, -chocolate.n.02,cookable,0,1,FALSE,,, -chocolate.n.02,coldSource,0,0,FALSE,,, -chocolate.n.02,sliceable,0,1,FALSE,,, -chocolate.n.02,slicer,0,0,FALSE,,, -chocolate.n.02,soakable,0,0,FALSE,,, -ribbon.n.01,liquid,0,0,FALSE,,, -ribbon.n.01,heatSource,0,0,FALSE,,, -ribbon.n.01,fireSource,0,0,FALSE,,, -ribbon.n.01,cookable,0,0,FALSE,,, -ribbon.n.01,coldSource,0,0,FALSE,,, -ribbon.n.01,sliceable,0,0,FALSE,,, -ribbon.n.01,slicer,1,0,FALSE,,, -ribbon.n.01,soakable,1,1,FALSE,,, -lotion.n.01,liquid,1,1,FALSE,,, -lotion.n.01,heatSource,0,0,FALSE,,, -lotion.n.01,fireSource,0,0,FALSE,,, -lotion.n.01,cookable,0,0,FALSE,,, -lotion.n.01,coldSource,0,0,FALSE,,, -lotion.n.01,sliceable,0,0,FALSE,,, -lotion.n.01,slicer,0,0,FALSE,,, -lotion.n.01,soakable,0,0,FALSE,,, -soap.n.01,liquid,0,0,FALSE,,, -soap.n.01,heatSource,0,0,FALSE,,, -soap.n.01,fireSource,0,0,FALSE,,, -soap.n.01,cookable,0,0,FALSE,,, -soap.n.01,coldSource,1,0,FALSE,,, -soap.n.01,sliceable,0,0,FALSE,,, -soap.n.01,slicer,0,0,FALSE,,, -soap.n.01,soakable,0,0,FALSE,,, -cracker.n.01,liquid,0,0,FALSE,,, -cracker.n.01,heatSource,0,0,FALSE,,, -cracker.n.01,fireSource,1,0,FALSE,,, -cracker.n.01,cookable,0,1,FALSE,,, -cracker.n.01,coldSource,0,0,FALSE,,, -cracker.n.01,sliceable,0,1,FALSE,,, -cracker.n.01,slicer,1,0,FALSE,,, -cracker.n.01,soakable,0,0,FALSE,,, -ball.n.01,liquid,0,0,FALSE,,, -ball.n.01,heatSource,0,0,FALSE,,, -ball.n.01,fireSource,0,0,FALSE,,, -ball.n.01,cookable,0,0,FALSE,,, -ball.n.01,coldSource,0,0,FALSE,,, -ball.n.01,sliceable,0,0,FALSE,,, -ball.n.01,slicer,0,0,FALSE,,, -ball.n.01,soakable,0,0,FALSE,,, -jersey.n.03,liquid,0,0,FALSE,,, -jersey.n.03,heatSource,0,0,FALSE,,, -jersey.n.03,fireSource,0,0,FALSE,,, -jersey.n.03,cookable,0,0,FALSE,,, -jersey.n.03,coldSource,0,0,FALSE,,, -jersey.n.03,sliceable,0,0,FALSE,,, -jersey.n.03,slicer,0,0,FALSE,,, -jersey.n.03,soakable,0,1,FALSE,,, -candy_cane.n.01,liquid,0,0,FALSE,,, -candy_cane.n.01,heatSource,0,0,FALSE,,, -candy_cane.n.01,fireSource,0,0,FALSE,,, -candy_cane.n.01,cookable,0,0,FALSE,,, -candy_cane.n.01,coldSource,0,0,FALSE,,, -candy_cane.n.01,sliceable,0,0,FALSE,,, -candy_cane.n.01,slicer,1,0,FALSE,,, -candy_cane.n.01,soakable,0,0,FALSE,,, -shampoo.n.01,liquid,1,1,FALSE,,, -shampoo.n.01,heatSource,0,0,FALSE,,, -shampoo.n.01,fireSource,0,0,FALSE,,, -shampoo.n.01,cookable,0,0,FALSE,,, -shampoo.n.01,coldSource,1,0,FALSE,,, -shampoo.n.01,sliceable,0,0,FALSE,,, -shampoo.n.01,slicer,0,0,FALSE,,, -shampoo.n.01,soakable,0,0,FALSE,,, -conditioner.n.03,liquid,1,1,FALSE,,, -conditioner.n.03,heatSource,0,0,FALSE,,, -conditioner.n.03,fireSource,0,0,FALSE,,, -conditioner.n.03,cookable,0,0,FALSE,,, -conditioner.n.03,coldSource,0,0,FALSE,,, -conditioner.n.03,sliceable,0,0,FALSE,,, -conditioner.n.03,slicer,0,0,FALSE,,, -conditioner.n.03,soakable,0,0,FALSE,,, -candle.n.01,liquid,0,0,FALSE,,, -candle.n.01,heatSource,1,1,TRUE,1000,"https://en.wikipedia.org/wiki/Candle#:~:text=On%20average%2C%20the%20flame%20temperature,temperature%20is%20approximately%201000%20K.", -candle.n.01,fireSource,0,1,FALSE,,, -candle.n.01,cookable,0,0,FALSE,,, -candle.n.01,coldSource,0,0,FALSE,,, -candle.n.01,sliceable,0,0,FALSE,,, -candle.n.01,slicer,1,0,FALSE,,, -candle.n.01,soakable,0,0,FALSE,,, -water.n.06,liquid,1,1,FALSE,,, -water.n.06,heatSource,0,0,FALSE,,, -water.n.06,fireSource,0,0,FALSE,,, -water.n.06,cookable,0,1,FALSE,,, -water.n.06,coldSource,1,0,FALSE,,, -water.n.06,sliceable,0,0,FALSE,,, -water.n.06,slicer,0,0,FALSE,,, -water.n.06,soakable,0,0,FALSE,,, -folderal.n.01,liquid,0,0,FALSE,,, -folderal.n.01,heatSource,0,0,FALSE,,, -folderal.n.01,fireSource,0,0,FALSE,,, -folderal.n.01,cookable,0,0,FALSE,,, -folderal.n.01,coldSource,0,0,FALSE,,, -folderal.n.01,sliceable,0,0,FALSE,,, -folderal.n.01,slicer,0,0,FALSE,,, -folderal.n.01,soakable,0,0,FALSE,,, -light_bulb.n.01,liquid,0,0,FALSE,,, -light_bulb.n.01,heatSource,1,1,TRUE,2426.85-4726.85,https://www.westinghouselighting.com/color-temperature.aspx, -light_bulb.n.01,fireSource,0,0,FALSE,,, -light_bulb.n.01,cookable,0,0,FALSE,,, -light_bulb.n.01,coldSource,0,0,FALSE,,, -light_bulb.n.01,sliceable,0,0,FALSE,,, -light_bulb.n.01,slicer,1,0,FALSE,,, -light_bulb.n.01,soakable,0,0,FALSE,,, -wall_socket.n.01,liquid,0,0,FALSE,,, -wall_socket.n.01,heatSource,0,0,FALSE,,, -wall_socket.n.01,fireSource,0,0,FALSE,,, -wall_socket.n.01,cookable,0,0,FALSE,,, -wall_socket.n.01,coldSource,0,0,FALSE,,, -wall_socket.n.01,sliceable,0,0,FALSE,,, -wall_socket.n.01,slicer,1,0,FALSE,,, -wall_socket.n.01,soakable,0,0,FALSE,,, -cord.n.01,liquid,0,0,FALSE,,, -cord.n.01,heatSource,0,0,FALSE,,, -cord.n.01,fireSource,0,0,FALSE,,, -cord.n.01,cookable,0,0,FALSE,,, -cord.n.01,coldSource,0,0,FALSE,,, -cord.n.01,sliceable,0,1,FALSE,,, -cord.n.01,slicer,1,0,FALSE,,, -cord.n.01,soakable,0,0,FALSE,,, -bell.n.01,liquid,0,0,FALSE,,, -bell.n.01,heatSource,0,0,FALSE,,, -bell.n.01,fireSource,0,0,FALSE,,, -bell.n.01,cookable,0,0,FALSE,,, -bell.n.01,coldSource,0,0,FALSE,,, -bell.n.01,sliceable,0,0,FALSE,,, -bell.n.01,slicer,1,0,FALSE,,, -bell.n.01,soakable,0,0,FALSE,,, -baseboard.n.01,liquid,0,0,FALSE,,, -baseboard.n.01,heatSource,0,0,FALSE,,, -baseboard.n.01,fireSource,0,0,FALSE,,, -baseboard.n.01,cookable,0,0,FALSE,,, -baseboard.n.01,coldSource,0,0,FALSE,,, -baseboard.n.01,sliceable,0,0,FALSE,,, -baseboard.n.01,slicer,0,0,FALSE,,, -baseboard.n.01,soakable,0,1,FALSE,,, -plywood.n.01,liquid,0,0,FALSE,,, -plywood.n.01,heatSource,0,0,FALSE,,, -plywood.n.01,fireSource,0,0,FALSE,,, -plywood.n.01,cookable,0,0,FALSE,,, -plywood.n.01,coldSource,0,0,FALSE,,, -plywood.n.01,sliceable,0,0,FALSE,,, -plywood.n.01,slicer,1,0,FALSE,,, -plywood.n.01,soakable,0,1,FALSE,,, -tile.n.01,liquid,0,0,FALSE,,, -tile.n.01,heatSource,0,0,FALSE,,, -tile.n.01,fireSource,0,0,FALSE,,, -tile.n.01,cookable,0,0,FALSE,,, -tile.n.01,coldSource,0,0,FALSE,,, -tile.n.01,sliceable,0,0,FALSE,,, -tile.n.01,slicer,1,0,FALSE,,, -tile.n.01,soakable,0,0,FALSE,,, -clout_nail.n.01,liquid,0,0,FALSE,,, -clout_nail.n.01,heatSource,0,0,FALSE,,, -clout_nail.n.01,fireSource,0,0,FALSE,,, -clout_nail.n.01,cookable,0,0,FALSE,,, -clout_nail.n.01,coldSource,0,0,FALSE,,, -clout_nail.n.01,sliceable,0,0,FALSE,,, -clout_nail.n.01,slicer,1,0,FALSE,,, -clout_nail.n.01,soakable,0,0,FALSE,,, -hinge.n.01,liquid,0,0,FALSE,,, -hinge.n.01,heatSource,0,0,FALSE,,, -hinge.n.01,fireSource,0,0,FALSE,,, -hinge.n.01,cookable,0,0,FALSE,,, -hinge.n.01,coldSource,0,0,FALSE,,, -hinge.n.01,sliceable,0,0,FALSE,,, -hinge.n.01,slicer,1,0,FALSE,,, -hinge.n.01,soakable,1,0,FALSE,,, -screwdriver.n.01,liquid,0,0,FALSE,,, -screwdriver.n.01,heatSource,0,0,FALSE,,, -screwdriver.n.01,fireSource,0,0,FALSE,,, -screwdriver.n.01,cookable,0,0,FALSE,,, -screwdriver.n.01,coldSource,0,0,FALSE,,, -screwdriver.n.01,sliceable,0,0,FALSE,,, -screwdriver.n.01,slicer,1,0,FALSE,,, -screwdriver.n.01,soakable,0,0,FALSE,,, -drumstick.n.02,liquid,0,0,FALSE,,, -drumstick.n.02,heatSource,0,0,FALSE,,, -drumstick.n.02,fireSource,1,0,FALSE,,, -drumstick.n.02,cookable,0,0,FALSE,,, -drumstick.n.02,coldSource,0,0,FALSE,,, -drumstick.n.02,sliceable,0,0,FALSE,,, -drumstick.n.02,slicer,0,0,FALSE,,, -drumstick.n.02,soakable,0,0,FALSE,,, -rag.n.01,liquid,0,0,FALSE,,, -rag.n.01,heatSource,0,0,FALSE,,, -rag.n.01,fireSource,0,0,FALSE,,, -rag.n.01,cookable,0,0,FALSE,,, -rag.n.01,coldSource,0,0,FALSE,,, -rag.n.01,sliceable,0,0,FALSE,,, -rag.n.01,slicer,1,0,FALSE,,, -rag.n.01,soakable,1,1,FALSE,,, -package.n.02,liquid,0,0,FALSE,,, -package.n.02,heatSource,0,0,FALSE,,, -package.n.02,fireSource,0,0,FALSE,,, -package.n.02,cookable,0,0,FALSE,,, -package.n.02,coldSource,0,0,FALSE,,, -package.n.02,sliceable,0,0,FALSE,,, -package.n.02,slicer,1,0,FALSE,,, -package.n.02,soakable,0,0,FALSE,,, -pocketknife.n.01,liquid,0,0,FALSE,,, -pocketknife.n.01,heatSource,0,0,FALSE,,, -pocketknife.n.01,fireSource,0,0,FALSE,,, -pocketknife.n.01,cookable,0,0,FALSE,,, -pocketknife.n.01,coldSource,0,0,FALSE,,, -pocketknife.n.01,sliceable,1,0,FALSE,,, -pocketknife.n.01,slicer,1,1,FALSE,,, -pocketknife.n.01,soakable,1,0,FALSE,,, -scissors.n.01,liquid,0,0,FALSE,,, -scissors.n.01,heatSource,0,0,FALSE,,, -scissors.n.01,fireSource,0,0,FALSE,,, -scissors.n.01,cookable,0,0,FALSE,,, -scissors.n.01,coldSource,0,0,FALSE,,, -scissors.n.01,sliceable,0,0,FALSE,,, -scissors.n.01,slicer,1,1,FALSE,,, -scissors.n.01,soakable,1,0,FALSE,,, -hardback.n.01,liquid,0,0,FALSE,,, -hardback.n.01,heatSource,0,0,FALSE,,, -hardback.n.01,fireSource,0,0,FALSE,,, -hardback.n.01,cookable,0,0,FALSE,,, -hardback.n.01,coldSource,0,0,FALSE,,, -hardback.n.01,sliceable,0,0,FALSE,,, -hardback.n.01,slicer,0,0,FALSE,,, -hardback.n.01,soakable,0,1,FALSE,,, -notebook.n.01,liquid,0,0,FALSE,,, -notebook.n.01,heatSource,0,0,FALSE,,, -notebook.n.01,fireSource,0,0,FALSE,,, -notebook.n.01,cookable,0,0,FALSE,,, -notebook.n.01,coldSource,0,0,FALSE,,, -notebook.n.01,sliceable,0,0,FALSE,,, -notebook.n.01,slicer,1,0,FALSE,,, -notebook.n.01,soakable,1,1,FALSE,,, -hairbrush.n.01,liquid,0,0,FALSE,,, -hairbrush.n.01,heatSource,0,0,FALSE,,, -hairbrush.n.01,fireSource,0,0,FALSE,,, -hairbrush.n.01,cookable,0,0,FALSE,,, -hairbrush.n.01,coldSource,0,0,FALSE,,, -hairbrush.n.01,sliceable,0,0,FALSE,,, -hairbrush.n.01,slicer,0,0,FALSE,,, -hairbrush.n.01,soakable,0,0,FALSE,,, -sausage.n.01,liquid,0,0,FALSE,,, -sausage.n.01,heatSource,0,0,FALSE,,, -sausage.n.01,fireSource,1,0,FALSE,,, -sausage.n.01,cookable,0,1,FALSE,,, -sausage.n.01,coldSource,0,0,FALSE,,, -sausage.n.01,sliceable,0,1,FALSE,,, -sausage.n.01,slicer,0,0,FALSE,,, -sausage.n.01,soakable,1,0,FALSE,,, -chili.n.02,liquid,0,0,FALSE,,, -chili.n.02,heatSource,1,0,FALSE,,, -chili.n.02,fireSource,1,0,FALSE,,, -chili.n.02,cookable,0,1,FALSE,,, -chili.n.02,coldSource,0,0,FALSE,,, -chili.n.02,sliceable,0,1,FALSE,,, -chili.n.02,slicer,1,0,FALSE,,, -chili.n.02,soakable,0,0,FALSE,,, -hamburger.n.01,liquid,0,0,FALSE,,, -hamburger.n.01,heatSource,0,0,FALSE,,, -hamburger.n.01,fireSource,1,0,FALSE,,, -hamburger.n.01,cookable,0,1,FALSE,,, -hamburger.n.01,coldSource,0,0,FALSE,,, -hamburger.n.01,sliceable,0,1,FALSE,,, -hamburger.n.01,slicer,0,0,FALSE,,, -hamburger.n.01,soakable,0,0,FALSE,,, -tray.n.01,liquid,0,0,FALSE,,, -tray.n.01,heatSource,0,0,FALSE,,, -tray.n.01,fireSource,0,0,FALSE,,, -tray.n.01,cookable,0,0,FALSE,,, -tray.n.01,coldSource,0,0,FALSE,,, -tray.n.01,sliceable,0,0,FALSE,,, -tray.n.01,slicer,1,0,FALSE,,, -tray.n.01,soakable,0,0,FALSE,,, -toothpick.n.01,liquid,0,0,FALSE,,, -toothpick.n.01,heatSource,0,0,FALSE,,, -toothpick.n.01,fireSource,0,0,FALSE,,, -toothpick.n.01,cookable,0,0,FALSE,,, -toothpick.n.01,coldSource,0,0,FALSE,,, -toothpick.n.01,sliceable,0,0,FALSE,,, -toothpick.n.01,slicer,1,0,FALSE,,, -toothpick.n.01,soakable,0,0,FALSE,,, -plate.n.04,liquid,0,0,FALSE,,, -plate.n.04,heatSource,0,0,FALSE,,, -plate.n.04,fireSource,0,0,FALSE,,, -plate.n.04,cookable,0,0,FALSE,,, -plate.n.04,coldSource,0,0,FALSE,,, -plate.n.04,sliceable,0,0,FALSE,,, -plate.n.04,slicer,1,0,FALSE,,, -plate.n.04,soakable,0,0,FALSE,,, -dart.n.01,liquid,0,0,FALSE,,, -dart.n.01,heatSource,0,0,FALSE,,, -dart.n.01,fireSource,0,0,FALSE,,, -dart.n.01,cookable,0,0,FALSE,,, -dart.n.01,coldSource,0,0,FALSE,,, -dart.n.01,sliceable,0,0,FALSE,,, -dart.n.01,slicer,1,0,FALSE,,, -dart.n.01,soakable,0,0,FALSE,,, -dartboard.n.01,liquid,0,0,FALSE,,, -dartboard.n.01,heatSource,0,0,FALSE,,, -dartboard.n.01,fireSource,0,0,FALSE,,, -dartboard.n.01,cookable,0,0,FALSE,,, -dartboard.n.01,coldSource,0,0,FALSE,,, -dartboard.n.01,sliceable,0,0,FALSE,,, -dartboard.n.01,slicer,1,0,FALSE,,, -dartboard.n.01,soakable,0,1,FALSE,,, -blender.n.01,liquid,1,0,FALSE,,, -blender.n.01,heatSource,0,0,FALSE,,, -blender.n.01,fireSource,0,0,FALSE,,, -blender.n.01,cookable,0,0,FALSE,,, -blender.n.01,coldSource,1,0,FALSE,,, -blender.n.01,sliceable,0,0,FALSE,,, -blender.n.01,slicer,1,1,FALSE,,, -blender.n.01,soakable,0,0,FALSE,,, -straw.n.04,liquid,0,0,FALSE,,, -straw.n.04,heatSource,0,0,FALSE,,, -straw.n.04,fireSource,0,0,FALSE,,, -straw.n.04,cookable,0,0,FALSE,,, -straw.n.04,coldSource,1,0,FALSE,,, -straw.n.04,sliceable,0,0,FALSE,,, -straw.n.04,slicer,0,0,FALSE,,, -straw.n.04,soakable,0,0,FALSE,,, -date.n.08,liquid,0,0,FALSE,,, -date.n.08,heatSource,0,0,FALSE,,, -date.n.08,fireSource,0,0,FALSE,,, -date.n.08,cookable,0,1,FALSE,,, -date.n.08,coldSource,0,0,FALSE,,, -date.n.08,sliceable,0,1,FALSE,,, -date.n.08,slicer,0,0,FALSE,,, -date.n.08,soakable,0,0,FALSE,,, -folder.n.02,liquid,0,0,FALSE,,, -folder.n.02,heatSource,0,0,FALSE,,, -folder.n.02,fireSource,0,0,FALSE,,, -folder.n.02,cookable,0,0,FALSE,,, -folder.n.02,coldSource,0,0,FALSE,,, -folder.n.02,sliceable,0,0,FALSE,,, -folder.n.02,slicer,0,0,FALSE,,, -folder.n.02,soakable,1,1,FALSE,,, -calculator.n.02,liquid,0,0,FALSE,,, -calculator.n.02,heatSource,0,0,FALSE,,, -calculator.n.02,fireSource,0,0,FALSE,,, -calculator.n.02,cookable,0,0,FALSE,,, -calculator.n.02,coldSource,0,0,FALSE,,, -calculator.n.02,sliceable,0,0,FALSE,,, -calculator.n.02,slicer,1,0,FALSE,,, -calculator.n.02,soakable,0,0,FALSE,,, -necklace.n.01,liquid,0,0,FALSE,,, -necklace.n.01,heatSource,0,0,FALSE,,, -necklace.n.01,fireSource,0,0,FALSE,,, -necklace.n.01,cookable,0,0,FALSE,,, -necklace.n.01,coldSource,0,0,FALSE,,, -necklace.n.01,sliceable,0,0,FALSE,,, -necklace.n.01,slicer,0,0,FALSE,,, -necklace.n.01,soakable,0,0,FALSE,,, -jewel.n.01,liquid,0,0,FALSE,,, -jewel.n.01,heatSource,0,0,FALSE,,, -jewel.n.01,fireSource,0,0,FALSE,,, -jewel.n.01,cookable,0,0,FALSE,,, -jewel.n.01,coldSource,0,0,FALSE,,, -jewel.n.01,sliceable,0,0,FALSE,,, -jewel.n.01,slicer,0,0,FALSE,,, -jewel.n.01,soakable,0,0,FALSE,,, -bracelet.n.02,liquid,0,0,FALSE,,, -bracelet.n.02,heatSource,0,0,FALSE,,, -bracelet.n.02,fireSource,0,0,FALSE,,, -bracelet.n.02,cookable,0,0,FALSE,,, -bracelet.n.02,coldSource,0,0,FALSE,,, -bracelet.n.02,sliceable,0,0,FALSE,,, -bracelet.n.02,slicer,1,0,FALSE,,, -bracelet.n.02,soakable,0,0,FALSE,,, -ring.n.08,liquid,0,0,FALSE,,, -ring.n.08,heatSource,0,0,FALSE,,, -ring.n.08,fireSource,0,0,FALSE,,, -ring.n.08,cookable,0,0,FALSE,,, -ring.n.08,coldSource,0,0,FALSE,,, -ring.n.08,sliceable,0,0,FALSE,,, -ring.n.08,slicer,1,0,FALSE,,, -ring.n.08,soakable,0,0,FALSE,,, -cup.n.01,liquid,1,0,FALSE,,, -cup.n.01,heatSource,0,0,FALSE,,, -cup.n.01,fireSource,0,0,FALSE,,, -cup.n.01,cookable,0,0,FALSE,,, -cup.n.01,coldSource,1,0,FALSE,,, -cup.n.01,sliceable,0,0,FALSE,,, -cup.n.01,slicer,1,0,FALSE,,, -cup.n.01,soakable,0,0,FALSE,,, -platter.n.01,liquid,0,0,FALSE,,, -platter.n.01,heatSource,0,0,FALSE,,, -platter.n.01,fireSource,0,0,FALSE,,, -platter.n.01,cookable,0,0,FALSE,,, -platter.n.01,coldSource,1,0,FALSE,,, -platter.n.01,sliceable,0,0,FALSE,,, -platter.n.01,slicer,1,0,FALSE,,, -platter.n.01,soakable,0,0,FALSE,,, -caldron.n.01,liquid,0,0,FALSE,,, -caldron.n.01,heatSource,1,1,TRUE,N/A,, -caldron.n.01,fireSource,1,0,FALSE,,, -caldron.n.01,cookable,0,0,FALSE,,, -caldron.n.01,coldSource,0,0,FALSE,,, -caldron.n.01,sliceable,0,0,FALSE,,, -caldron.n.01,slicer,1,0,FALSE,,, -caldron.n.01,soakable,0,0,FALSE,,, -coffee.n.01,liquid,1,1,FALSE,,, -coffee.n.01,heatSource,0,0,FALSE,,, -coffee.n.01,fireSource,0,0,FALSE,,, -coffee.n.01,cookable,0,0,FALSE,,, -coffee.n.01,coldSource,0,0,FALSE,,, -coffee.n.01,sliceable,0,0,FALSE,,, -coffee.n.01,slicer,1,0,FALSE,,, -coffee.n.01,soakable,0,0,FALSE,,, -crumb.n.03,liquid,0,0,FALSE,,, -crumb.n.03,heatSource,0,0,FALSE,,, -crumb.n.03,fireSource,1,0,FALSE,,, -crumb.n.03,cookable,0,0,FALSE,,, -crumb.n.03,coldSource,0,0,FALSE,,, -crumb.n.03,sliceable,0,0,FALSE,,, -crumb.n.03,slicer,0,0,FALSE,,, -crumb.n.03,soakable,0,0,FALSE,,, -cookie.n.01,liquid,0,0,FALSE,,, -cookie.n.01,heatSource,0,0,FALSE,,, -cookie.n.01,fireSource,1,0,FALSE,,, -cookie.n.01,cookable,0,1,FALSE,,, -cookie.n.01,coldSource,0,0,FALSE,,, -cookie.n.01,sliceable,0,1,FALSE,,, -cookie.n.01,slicer,0,0,FALSE,,, -cookie.n.01,soakable,0,1,FALSE,,, -wrapping.n.01,liquid,0,0,FALSE,,, -wrapping.n.01,heatSource,0,0,FALSE,,, -wrapping.n.01,fireSource,0,0,FALSE,,, -wrapping.n.01,cookable,0,0,FALSE,,, -wrapping.n.01,coldSource,0,0,FALSE,,, -wrapping.n.01,sliceable,0,1,FALSE,,, -wrapping.n.01,slicer,0,0,FALSE,,, -wrapping.n.01,soakable,1,0,FALSE,,, -bow.n.08,liquid,0,0,FALSE,,, -bow.n.08,heatSource,0,0,FALSE,,, -bow.n.08,fireSource,0,0,FALSE,,, -bow.n.08,cookable,0,0,FALSE,,, -bow.n.08,coldSource,0,0,FALSE,,, -bow.n.08,sliceable,0,0,FALSE,,, -bow.n.08,slicer,1,0,FALSE,,, -bow.n.08,soakable,0,1,FALSE,,, -wreath.n.01,liquid,0,0,FALSE,,, -wreath.n.01,heatSource,0,0,FALSE,,, -wreath.n.01,fireSource,0,0,FALSE,,, -wreath.n.01,cookable,0,0,FALSE,,, -wreath.n.01,coldSource,0,0,FALSE,,, -wreath.n.01,sliceable,0,0,FALSE,,, -wreath.n.01,slicer,0,0,FALSE,,, -wreath.n.01,soakable,0,0,FALSE,,, -martini.n.01,liquid,1,1,FALSE,,, -martini.n.01,heatSource,0,0,FALSE,,, -martini.n.01,fireSource,0,0,FALSE,,, -martini.n.01,cookable,0,0,FALSE,,, -martini.n.01,coldSource,1,0,FALSE,,, -martini.n.01,sliceable,0,0,FALSE,,, -martini.n.01,slicer,0,0,FALSE,,, -martini.n.01,soakable,0,0,FALSE,,, -chopstick.n.01,liquid,0,0,FALSE,,, -chopstick.n.01,heatSource,0,0,FALSE,,, -chopstick.n.01,fireSource,0,0,FALSE,,, -chopstick.n.01,cookable,0,0,FALSE,,, -chopstick.n.01,coldSource,0,0,FALSE,,, -chopstick.n.01,sliceable,0,0,FALSE,,, -chopstick.n.01,slicer,1,0,FALSE,,, -chopstick.n.01,soakable,0,0,FALSE,,, -sushi.n.01,liquid,0,0,FALSE,,, -sushi.n.01,heatSource,0,0,FALSE,,, -sushi.n.01,fireSource,0,0,FALSE,,, -sushi.n.01,cookable,0,1,FALSE,,, -sushi.n.01,coldSource,0,0,FALSE,,, -sushi.n.01,sliceable,0,1,FALSE,,, -sushi.n.01,slicer,0,0,FALSE,,, -sushi.n.01,soakable,1,0,FALSE,,, -cranberry.n.02,liquid,0,0,FALSE,,, -cranberry.n.02,heatSource,0,0,FALSE,,, -cranberry.n.02,fireSource,0,0,FALSE,,, -cranberry.n.02,cookable,0,1,FALSE,,, -cranberry.n.02,coldSource,0,0,FALSE,,, -cranberry.n.02,sliceable,0,1,FALSE,,, -cranberry.n.02,slicer,0,0,FALSE,,, -cranberry.n.02,soakable,0,0,FALSE,,, -salad.n.01,liquid,0,0,FALSE,,, -salad.n.01,heatSource,0,0,FALSE,,, -salad.n.01,fireSource,0,0,FALSE,,, -salad.n.01,cookable,0,1,FALSE,,, -salad.n.01,coldSource,0,0,FALSE,,, -salad.n.01,sliceable,0,0,FALSE,,, -salad.n.01,slicer,0,0,FALSE,,, -salad.n.01,soakable,1,0,FALSE,,, -soup.n.01,liquid,1,1,FALSE,,, -soup.n.01,heatSource,0,0,FALSE,,, -soup.n.01,fireSource,1,0,FALSE,,, -soup.n.01,cookable,0,1,FALSE,,, -soup.n.01,coldSource,1,0,FALSE,,, -soup.n.01,sliceable,0,0,FALSE,,, -soup.n.01,slicer,1,0,FALSE,,, -soup.n.01,soakable,0,0,FALSE,,, -sheet.n.03,liquid,0,0,FALSE,,, -sheet.n.03,heatSource,0,0,FALSE,,, -sheet.n.03,fireSource,0,0,FALSE,,, -sheet.n.03,cookable,0,0,FALSE,,, -sheet.n.03,coldSource,0,0,FALSE,,, -sheet.n.03,sliceable,0,0,FALSE,,, -sheet.n.03,slicer,0,0,FALSE,,, -sheet.n.03,soakable,1,1,FALSE,,, -atomizer.n.01,liquid,1,0,FALSE,,, -atomizer.n.01,heatSource,0,0,FALSE,,, -atomizer.n.01,fireSource,0,0,FALSE,,, -atomizer.n.01,cookable,0,0,FALSE,,, -atomizer.n.01,coldSource,1,0,FALSE,,, -atomizer.n.01,sliceable,0,0,FALSE,,, -atomizer.n.01,slicer,1,1,FALSE,,, -atomizer.n.01,soakable,0,0,FALSE,,, -broom.n.01,liquid,0,0,FALSE,,, -broom.n.01,heatSource,0,0,FALSE,,, -broom.n.01,fireSource,0,0,FALSE,,, -broom.n.01,cookable,0,0,FALSE,,, -broom.n.01,coldSource,0,0,FALSE,,, -broom.n.01,sliceable,0,0,FALSE,,, -broom.n.01,slicer,1,0,FALSE,,, -broom.n.01,soakable,0,0,FALSE,,, -carpet_sweeper.n.01,liquid,0,0,FALSE,,, -carpet_sweeper.n.01,heatSource,0,0,FALSE,,, -carpet_sweeper.n.01,fireSource,0,0,FALSE,,, -carpet_sweeper.n.01,cookable,0,0,FALSE,,, -carpet_sweeper.n.01,coldSource,0,0,FALSE,,, -carpet_sweeper.n.01,sliceable,0,0,FALSE,,, -carpet_sweeper.n.01,slicer,1,0,FALSE,,, -carpet_sweeper.n.01,soakable,0,0,FALSE,,, -coat.n.01,liquid,0,0,FALSE,,, -coat.n.01,heatSource,0,0,FALSE,,, -coat.n.01,fireSource,0,0,FALSE,,, -coat.n.01,cookable,0,0,FALSE,,, -coat.n.01,coldSource,0,0,FALSE,,, -coat.n.01,sliceable,0,0,FALSE,,, -coat.n.01,slicer,1,0,FALSE,,, -coat.n.01,soakable,1,1,FALSE,,, -detergent.n.02,liquid,1,1,FALSE,,, -detergent.n.02,heatSource,0,0,FALSE,,, -detergent.n.02,fireSource,0,0,FALSE,,, -detergent.n.02,cookable,0,0,FALSE,,, -detergent.n.02,coldSource,1,0,FALSE,,, -detergent.n.02,sliceable,0,0,FALSE,,, -detergent.n.02,slicer,0,0,FALSE,,, -detergent.n.02,soakable,0,0,FALSE,,, -jean.n.01,liquid,0,0,FALSE,,, -jean.n.01,heatSource,0,0,FALSE,,, -jean.n.01,fireSource,0,0,FALSE,,, -jean.n.01,cookable,0,0,FALSE,,, -jean.n.01,coldSource,1,0,FALSE,,, -jean.n.01,sliceable,0,0,FALSE,,, -jean.n.01,slicer,1,0,FALSE,,, -jean.n.01,soakable,1,1,FALSE,,, -paint.n.01,liquid,1,1,FALSE,,, -paint.n.01,heatSource,0,0,FALSE,,, -paint.n.01,fireSource,0,0,FALSE,,, -paint.n.01,cookable,0,0,FALSE,,, -paint.n.01,coldSource,1,0,FALSE,,, -paint.n.01,sliceable,0,0,FALSE,,, -paint.n.01,slicer,1,0,FALSE,,, -paint.n.01,soakable,0,0,FALSE,,, -paintbrush.n.01,liquid,0,0,FALSE,,, -paintbrush.n.01,heatSource,0,0,FALSE,,, -paintbrush.n.01,fireSource,0,0,FALSE,,, -paintbrush.n.01,cookable,0,0,FALSE,,, -paintbrush.n.01,coldSource,1,0,FALSE,,, -paintbrush.n.01,sliceable,0,0,FALSE,,, -paintbrush.n.01,slicer,0,0,FALSE,,, -paintbrush.n.01,soakable,0,0,FALSE,,, -pajama.n.02,liquid,0,0,FALSE,,, -pajama.n.02,heatSource,0,0,FALSE,,, -pajama.n.02,fireSource,0,0,FALSE,,, -pajama.n.02,cookable,0,0,FALSE,,, -pajama.n.02,coldSource,0,0,FALSE,,, -pajama.n.02,sliceable,0,0,FALSE,,, -pajama.n.02,slicer,0,0,FALSE,,, -pajama.n.02,soakable,1,1,FALSE,,, -pegboard.n.01,liquid,0,0,FALSE,,, -pegboard.n.01,heatSource,0,0,FALSE,,, -pegboard.n.01,fireSource,0,0,FALSE,,, -pegboard.n.01,cookable,0,0,FALSE,,, -pegboard.n.01,coldSource,0,0,FALSE,,, -pegboard.n.01,sliceable,0,0,FALSE,,, -pegboard.n.01,slicer,1,0,FALSE,,, -pegboard.n.01,soakable,0,0,FALSE,,, -roller.n.04,liquid,0,0,FALSE,,, -roller.n.04,heatSource,0,0,FALSE,,, -roller.n.04,fireSource,0,0,FALSE,,, -roller.n.04,cookable,0,0,FALSE,,, -roller.n.04,coldSource,0,0,FALSE,,, -roller.n.04,sliceable,0,0,FALSE,,, -roller.n.04,slicer,1,0,FALSE,,, -roller.n.04,soakable,0,0,FALSE,,, -scrub_brush.n.01,liquid,0,0,FALSE,,, -scrub_brush.n.01,heatSource,0,0,FALSE,,, -scrub_brush.n.01,fireSource,0,0,FALSE,,, -scrub_brush.n.01,cookable,0,0,FALSE,,, -scrub_brush.n.01,coldSource,0,0,FALSE,,, -scrub_brush.n.01,sliceable,0,0,FALSE,,, -scrub_brush.n.01,slicer,1,0,FALSE,,, -scrub_brush.n.01,soakable,0,0,FALSE,,, -sock.n.01,liquid,0,0,FALSE,,, -sock.n.01,heatSource,0,0,FALSE,,, -sock.n.01,fireSource,0,0,FALSE,,, -sock.n.01,cookable,0,0,FALSE,,, -sock.n.01,coldSource,0,0,FALSE,,, -sock.n.01,sliceable,0,0,FALSE,,, -sock.n.01,slicer,1,0,FALSE,,, -sock.n.01,soakable,1,1,FALSE,,, -sweater.n.01,liquid,0,0,FALSE,,, -sweater.n.01,heatSource,0,0,FALSE,,, -sweater.n.01,fireSource,0,0,FALSE,,, -sweater.n.01,cookable,0,0,FALSE,,, -sweater.n.01,coldSource,0,0,FALSE,,, -sweater.n.01,sliceable,0,0,FALSE,,, -sweater.n.01,slicer,0,0,FALSE,,, -sweater.n.01,soakable,1,1,FALSE,,, -trowel.n.01,liquid,0,0,FALSE,,, -trowel.n.01,heatSource,0,0,FALSE,,, -trowel.n.01,fireSource,0,0,FALSE,,, -trowel.n.01,cookable,0,0,FALSE,,, -trowel.n.01,coldSource,0,0,FALSE,,, -trowel.n.01,sliceable,0,0,FALSE,,, -trowel.n.01,slicer,1,0,FALSE,,, -trowel.n.01,soakable,0,0,FALSE,,, -underwear.n.01,liquid,0,0,FALSE,,, -underwear.n.01,heatSource,0,0,FALSE,,, -underwear.n.01,fireSource,0,0,FALSE,,, -underwear.n.01,cookable,0,0,FALSE,,, -underwear.n.01,coldSource,0,0,FALSE,,, -underwear.n.01,sliceable,0,0,FALSE,,, -underwear.n.01,slicer,0,0,FALSE,,, -underwear.n.01,soakable,1,1,FALSE,,, -vacuum.n.04,liquid,0,0,FALSE,,, -vacuum.n.04,heatSource,0,0,FALSE,,, -vacuum.n.04,fireSource,0,0,FALSE,,, -vacuum.n.04,cookable,0,0,FALSE,,, -vacuum.n.04,coldSource,0,0,FALSE,,, -vacuum.n.04,sliceable,0,0,FALSE,,, -vacuum.n.04,slicer,1,0,FALSE,,, -vacuum.n.04,soakable,0,0,FALSE,,, -umbrella.n.01,liquid,0,0,FALSE,,, -umbrella.n.01,heatSource,0,0,FALSE,,, -umbrella.n.01,fireSource,0,0,FALSE,,, -umbrella.n.01,cookable,0,0,FALSE,,, -umbrella.n.01,coldSource,0,0,FALSE,,, -umbrella.n.01,sliceable,0,0,FALSE,,, -umbrella.n.01,slicer,1,0,FALSE,,, -umbrella.n.01,soakable,1,0,FALSE,,, -sunglass.n.01,liquid,0,0,FALSE,,, -sunglass.n.01,heatSource,0,0,FALSE,,, -sunglass.n.01,fireSource,0,0,FALSE,,, -sunglass.n.01,cookable,0,0,FALSE,,, -sunglass.n.01,coldSource,0,0,FALSE,,, -sunglass.n.01,sliceable,0,0,FALSE,,, -sunglass.n.01,slicer,1,0,FALSE,,, -sunglass.n.01,soakable,0,0,FALSE,,, -toaster.n.02,liquid,0,0,FALSE,,, -toaster.n.02,heatSource,1,1,TRUE,148.889,https://toaster.report/how-hot-does-a-toaster-get/, -toaster.n.02,fireSource,0,0,FALSE,,, -toaster.n.02,cookable,0,0,FALSE,,, -toaster.n.02,coldSource,0,0,FALSE,,, -toaster.n.02,sliceable,0,0,FALSE,,, -toaster.n.02,slicer,1,0,FALSE,,, -toaster.n.02,soakable,0,0,FALSE,,, -iron.n.04,liquid,0,0,FALSE,,, -iron.n.04,heatSource,1,1,TRUE,180,"https://en.wikipedia.org/wiki/Ironing#:~:text=The%20heating%20is%20commonly%20done,the%20fibers%20of%20the%20material.", -iron.n.04,fireSource,0,0,FALSE,,, -iron.n.04,cookable,0,0,FALSE,,, -iron.n.04,coldSource,0,0,FALSE,,, -iron.n.04,sliceable,0,0,FALSE,,, -iron.n.04,slicer,1,0,FALSE,,, -iron.n.04,soakable,0,0,FALSE,,, -hook.n.05,liquid,0,0,FALSE,,, -hook.n.05,heatSource,0,0,FALSE,,, -hook.n.05,fireSource,0,0,FALSE,,, -hook.n.05,cookable,0,0,FALSE,,, -hook.n.05,coldSource,0,0,FALSE,,, -hook.n.05,sliceable,0,0,FALSE,,, -hook.n.05,slicer,0,0,FALSE,,, -hook.n.05,soakable,0,0,FALSE,,, -salt.n.02,liquid,0,0,FALSE,,, -salt.n.02,heatSource,0,0,FALSE,,, -salt.n.02,fireSource,0,0,FALSE,,, -salt.n.02,cookable,0,1,FALSE,,, -salt.n.02,coldSource,0,0,FALSE,,, -salt.n.02,sliceable,0,0,FALSE,,, -salt.n.02,slicer,1,0,FALSE,,, -salt.n.02,soakable,0,0,FALSE,,, -beer.n.01,liquid,1,1,FALSE,,, -beer.n.01,heatSource,0,0,FALSE,,, -beer.n.01,fireSource,0,0,FALSE,,, -beer.n.01,cookable,0,1,FALSE,,, -beer.n.01,coldSource,1,0,FALSE,,, -beer.n.01,sliceable,0,0,FALSE,,, -beer.n.01,slicer,0,0,FALSE,,, -beer.n.01,soakable,0,0,FALSE,,, -juice.n.01,liquid,1,1,FALSE,,, -juice.n.01,heatSource,0,0,FALSE,,, -juice.n.01,fireSource,1,0,FALSE,,, -juice.n.01,cookable,0,1,FALSE,,, -juice.n.01,coldSource,1,0,FALSE,,, -juice.n.01,sliceable,0,0,FALSE,,, -juice.n.01,slicer,0,0,FALSE,,, -juice.n.01,soakable,0,0,FALSE,,, -car.n.01,liquid,0,0,FALSE,,, -car.n.01,heatSource,0,0,FALSE,,, -car.n.01,fireSource,0,0,FALSE,,, -car.n.01,cookable,0,0,FALSE,,, -car.n.01,coldSource,0,0,FALSE,,, -car.n.01,sliceable,0,0,FALSE,,, -car.n.01,slicer,1,0,FALSE,,, -car.n.01,soakable,0,0,FALSE,,, -drill.n.01,liquid,0,0,FALSE,,, -drill.n.01,heatSource,0,0,FALSE,,, -drill.n.01,fireSource,0,0,FALSE,,, -drill.n.01,cookable,0,0,FALSE,,, -drill.n.01,coldSource,0,0,FALSE,,, -drill.n.01,sliceable,0,0,FALSE,,, -drill.n.01,slicer,1,1,FALSE,,, -drill.n.01,soakable,0,0,FALSE,,, -dustpan.n.02,liquid,0,0,FALSE,,, -dustpan.n.02,heatSource,0,0,FALSE,,, -dustpan.n.02,fireSource,0,0,FALSE,,, -dustpan.n.02,cookable,0,0,FALSE,,, -dustpan.n.02,coldSource,0,0,FALSE,,, -dustpan.n.02,sliceable,0,0,FALSE,,, -dustpan.n.02,slicer,0,0,FALSE,,, -dustpan.n.02,soakable,0,0,FALSE,,, -lawn_mower.n.01,liquid,0,0,FALSE,,, -lawn_mower.n.01,heatSource,0,0,FALSE,,, -lawn_mower.n.01,fireSource,0,0,FALSE,,, -lawn_mower.n.01,cookable,0,0,FALSE,,, -lawn_mower.n.01,coldSource,0,0,FALSE,,, -lawn_mower.n.01,sliceable,0,0,FALSE,,, -lawn_mower.n.01,slicer,1,0,FALSE,,, -lawn_mower.n.01,soakable,0,0,FALSE,,, -painting.n.01,liquid,0,0,FALSE,,, -painting.n.01,heatSource,0,0,FALSE,,, -painting.n.01,fireSource,0,0,FALSE,,, -painting.n.01,cookable,0,0,FALSE,,, -painting.n.01,coldSource,0,0,FALSE,,, -painting.n.01,sliceable,0,0,FALSE,,, -painting.n.01,slicer,0,0,FALSE,,, -painting.n.01,soakable,0,1,FALSE,,, -powder.n.03,liquid,0,0,FALSE,,, -powder.n.03,heatSource,0,0,FALSE,,, -powder.n.03,fireSource,0,0,FALSE,,, -powder.n.03,cookable,0,0,FALSE,,, -powder.n.03,coldSource,0,0,FALSE,,, -powder.n.03,sliceable,0,0,FALSE,,, -powder.n.03,slicer,0,0,FALSE,,, -powder.n.03,soakable,0,0,FALSE,,, -rake.n.03,liquid,0,0,FALSE,,, -rake.n.03,heatSource,0,0,FALSE,,, -rake.n.03,fireSource,0,0,FALSE,,, -rake.n.03,cookable,0,0,FALSE,,, -rake.n.03,coldSource,0,0,FALSE,,, -rake.n.03,sliceable,0,0,FALSE,,, -rake.n.03,slicer,1,1,FALSE,,, -rake.n.03,soakable,0,0,FALSE,,, -scarf.n.01,liquid,0,0,FALSE,,, -scarf.n.01,heatSource,0,0,FALSE,,, -scarf.n.01,fireSource,0,0,FALSE,,, -scarf.n.01,cookable,0,0,FALSE,,, -scarf.n.01,coldSource,0,0,FALSE,,, -scarf.n.01,sliceable,0,0,FALSE,,, -scarf.n.01,slicer,1,0,FALSE,,, -scarf.n.01,soakable,1,1,FALSE,,, -scraper.n.01,liquid,0,0,FALSE,,, -scraper.n.01,heatSource,0,0,FALSE,,, -scraper.n.01,fireSource,0,0,FALSE,,, -scraper.n.01,cookable,0,0,FALSE,,, -scraper.n.01,coldSource,0,0,FALSE,,, -scraper.n.01,sliceable,0,0,FALSE,,, -scraper.n.01,slicer,0,0,FALSE,,, -scraper.n.01,soakable,0,0,FALSE,,, -ladder.n.01,liquid,0,0,FALSE,,, -ladder.n.01,heatSource,0,0,FALSE,,, -ladder.n.01,fireSource,0,0,FALSE,,, -ladder.n.01,cookable,0,0,FALSE,,, -ladder.n.01,coldSource,0,0,FALSE,,, -ladder.n.01,sliceable,0,0,FALSE,,, -ladder.n.01,slicer,1,0,FALSE,,, -ladder.n.01,soakable,1,0,FALSE,,, -toothbrush.n.01,liquid,0,0,FALSE,,, -toothbrush.n.01,heatSource,0,0,FALSE,,, -toothbrush.n.01,fireSource,0,0,FALSE,,, -toothbrush.n.01,cookable,0,0,FALSE,,, -toothbrush.n.01,coldSource,0,0,FALSE,,, -toothbrush.n.01,sliceable,0,0,FALSE,,, -toothbrush.n.01,slicer,1,0,FALSE,,, -toothbrush.n.01,soakable,0,0,FALSE,,, -beef.n.02,liquid,0,0,FALSE,,, -beef.n.02,heatSource,0,0,FALSE,,, -beef.n.02,fireSource,1,0,FALSE,,, -beef.n.02,cookable,0,1,FALSE,,, -beef.n.02,coldSource,0,0,FALSE,,, -beef.n.02,sliceable,0,1,FALSE,,, -beef.n.02,slicer,0,0,FALSE,,, -beef.n.02,soakable,0,0,FALSE,,, -perfume.n.02,liquid,0,1,FALSE,,, -perfume.n.02,heatSource,0,0,FALSE,,, -perfume.n.02,fireSource,0,0,FALSE,,, -perfume.n.02,cookable,0,0,FALSE,,, -perfume.n.02,coldSource,0,0,FALSE,,, -perfume.n.02,sliceable,0,0,FALSE,,, -perfume.n.02,slicer,1,0,FALSE,,, -perfume.n.02,soakable,0,0,FALSE,,, -pork.n.01,liquid,0,0,FALSE,,, -pork.n.01,heatSource,0,0,FALSE,,, -pork.n.01,fireSource,1,0,FALSE,,, -pork.n.01,cookable,0,1,FALSE,,, -pork.n.01,coldSource,0,0,FALSE,,, -pork.n.01,sliceable,0,1,FALSE,,, -pork.n.01,slicer,0,0,FALSE,,, -pork.n.01,soakable,0,0,FALSE,,, -rib.n.03,liquid,0,0,FALSE,,, -rib.n.03,heatSource,0,0,FALSE,,, -rib.n.03,fireSource,1,0,FALSE,,, -rib.n.03,cookable,0,1,FALSE,,, -rib.n.03,coldSource,0,0,FALSE,,, -rib.n.03,sliceable,0,1,FALSE,,, -rib.n.03,slicer,0,0,FALSE,,, -rib.n.03,soakable,0,0,FALSE,,, -steak.n.01,liquid,0,0,FALSE,,, -steak.n.01,heatSource,0,0,FALSE,,, -steak.n.01,fireSource,1,0,FALSE,,, -steak.n.01,cookable,0,1,FALSE,,, -steak.n.01,coldSource,0,0,FALSE,,, -steak.n.01,sliceable,0,1,FALSE,,, -steak.n.01,slicer,0,0,FALSE,,, -steak.n.01,soakable,0,0,FALSE,,, -sugar.n.01,liquid,0,0,FALSE,,, -sugar.n.01,heatSource,0,0,FALSE,,, -sugar.n.01,fireSource,0,0,FALSE,,, -sugar.n.01,cookable,0,1,FALSE,,, -sugar.n.01,coldSource,0,0,FALSE,,, -sugar.n.01,sliceable,0,0,FALSE,,, -sugar.n.01,slicer,0,0,FALSE,,, -sugar.n.01,soakable,0,0,FALSE,,, -crab.n.05,liquid,0,0,FALSE,,, -crab.n.05,heatSource,0,0,FALSE,,, -crab.n.05,fireSource,1,0,FALSE,,, -crab.n.05,cookable,0,1,FALSE,,, -crab.n.05,coldSource,0,0,FALSE,,, -crab.n.05,sliceable,0,1,FALSE,,, -crab.n.05,slicer,0,0,FALSE,,, -crab.n.05,soakable,0,0,FALSE,,, -fillet.n.02,liquid,0,0,FALSE,,, -fillet.n.02,heatSource,0,0,FALSE,,, -fillet.n.02,fireSource,1,0,FALSE,,, -fillet.n.02,cookable,0,1,FALSE,,, -fillet.n.02,coldSource,0,0,FALSE,,, -fillet.n.02,sliceable,0,1,FALSE,,, -fillet.n.02,slicer,0,0,FALSE,,, -fillet.n.02,soakable,0,0,FALSE,,, -fish.n.02,liquid,0,0,FALSE,,, -fish.n.02,heatSource,0,0,FALSE,,, -fish.n.02,fireSource,1,0,FALSE,,, -fish.n.02,cookable,0,1,FALSE,,, -fish.n.02,coldSource,0,0,FALSE,,, -fish.n.02,sliceable,0,1,FALSE,,, -fish.n.02,slicer,0,0,FALSE,,, -fish.n.02,soakable,0,0,FALSE,,, -magazine.n.02,liquid,0,0,FALSE,,, -magazine.n.02,heatSource,0,0,FALSE,,, -magazine.n.02,fireSource,0,0,FALSE,,, -magazine.n.02,cookable,0,0,FALSE,,, -magazine.n.02,coldSource,0,0,FALSE,,, -magazine.n.02,sliceable,0,0,FALSE,,, -magazine.n.02,slicer,0,0,FALSE,,, -magazine.n.02,soakable,0,1,FALSE,,, -newspaper.n.03,liquid,0,0,FALSE,,, -newspaper.n.03,heatSource,0,0,FALSE,,, -newspaper.n.03,fireSource,0,0,FALSE,,, -newspaper.n.03,cookable,0,0,FALSE,,, -newspaper.n.03,coldSource,0,0,FALSE,,, -newspaper.n.03,sliceable,0,0,FALSE,,, -newspaper.n.03,slicer,0,0,FALSE,,, -newspaper.n.03,soakable,1,1,FALSE,,, -pool.n.01,liquid,1,0,FALSE,,, -pool.n.01,heatSource,0,0,FALSE,,, -pool.n.01,fireSource,0,0,FALSE,,, -pool.n.01,cookable,0,0,FALSE,,, -pool.n.01,coldSource,0,0,FALSE,,, -pool.n.01,sliceable,0,0,FALSE,,, -pool.n.01,slicer,0,0,FALSE,,, -pool.n.01,soakable,0,0,FALSE,,, -tart.n.02,liquid,0,0,FALSE,,, -tart.n.02,heatSource,0,0,FALSE,,, -tart.n.02,fireSource,0,0,FALSE,,, -tart.n.02,cookable,0,1,FALSE,,, -tart.n.02,coldSource,1,0,FALSE,,, -tart.n.02,sliceable,0,1,FALSE,,, -tart.n.02,slicer,0,0,FALSE,,, -tart.n.02,soakable,0,0,FALSE,,, -muffin.n.01,liquid,0,0,FALSE,,, -muffin.n.01,heatSource,0,0,FALSE,,, -muffin.n.01,fireSource,1,0,FALSE,,, -muffin.n.01,cookable,0,1,FALSE,,, -muffin.n.01,coldSource,0,0,FALSE,,, -muffin.n.01,sliceable,0,1,FALSE,,, -muffin.n.01,slicer,0,0,FALSE,,, -muffin.n.01,soakable,0,0,FALSE,,, -ice_cube.n.01,liquid,0,0,FALSE,,, -ice_cube.n.01,heatSource,0,0,FALSE,,, -ice_cube.n.01,fireSource,0,0,FALSE,,, -ice_cube.n.01,cookable,1,0,FALSE,,, -ice_cube.n.01,coldSource,0,1,FALSE,,, -ice_cube.n.01,sliceable,0,0,FALSE,,, -ice_cube.n.01,slicer,1,1,FALSE,,, -ice_cube.n.01,soakable,0,0,FALSE,,, -cinnamon.n.03,liquid,0,0,FALSE,,, -cinnamon.n.03,heatSource,0,0,FALSE,,, -cinnamon.n.03,fireSource,0,0,FALSE,,, -cinnamon.n.03,cookable,0,1,FALSE,,, -cinnamon.n.03,coldSource,0,0,FALSE,,, -cinnamon.n.03,sliceable,0,0,FALSE,,, -cinnamon.n.03,slicer,1,0,FALSE,,, -cinnamon.n.03,soakable,0,0,FALSE,,, -lime.n.06,liquid,0,0,FALSE,,, -lime.n.06,heatSource,0,0,FALSE,,, -lime.n.06,fireSource,0,0,FALSE,,, -lime.n.06,cookable,0,1,FALSE,,, -lime.n.06,coldSource,0,0,FALSE,,, -lime.n.06,sliceable,0,1,FALSE,,, -lime.n.06,slicer,0,0,FALSE,,, -lime.n.06,soakable,0,0,FALSE,,, -ginger.n.02,liquid,0,0,FALSE,,, -ginger.n.02,heatSource,0,0,FALSE,,, -ginger.n.02,fireSource,1,0,FALSE,,, -ginger.n.02,cookable,0,1,FALSE,,, -ginger.n.02,coldSource,0,0,FALSE,,, -ginger.n.02,sliceable,0,1,FALSE,,, -ginger.n.02,slicer,0,0,FALSE,,, -ginger.n.02,soakable,0,0,FALSE,,, -cereal.n.03,liquid,0,0,FALSE,,, -cereal.n.03,heatSource,0,0,FALSE,,, -cereal.n.03,fireSource,1,0,FALSE,,, -cereal.n.03,cookable,0,0,FALSE,,, -cereal.n.03,coldSource,0,0,FALSE,,, -cereal.n.03,sliceable,0,0,FALSE,,, -cereal.n.03,slicer,0,0,FALSE,,, -cereal.n.03,soakable,0,0,FALSE,,, -cheese.n.01,liquid,0,0,FALSE,,, -cheese.n.01,heatSource,0,0,FALSE,,, -cheese.n.01,fireSource,1,0,FALSE,,, -cheese.n.01,cookable,0,1,FALSE,,, -cheese.n.01,coldSource,0,0,FALSE,,, -cheese.n.01,sliceable,0,1,FALSE,,, -cheese.n.01,slicer,1,0,FALSE,,, -cheese.n.01,soakable,0,0,FALSE,,, -milk.n.01,liquid,1,1,FALSE,,, -milk.n.01,heatSource,0,0,FALSE,,, -milk.n.01,fireSource,0,0,FALSE,,, -milk.n.01,cookable,0,1,FALSE,,, -milk.n.01,coldSource,1,0,FALSE,,, -milk.n.01,sliceable,0,0,FALSE,,, -milk.n.01,slicer,0,0,FALSE,,, -milk.n.01,soakable,0,0,FALSE,,, -pasta.n.02,liquid,0,0,FALSE,,, -pasta.n.02,heatSource,0,0,FALSE,,, -pasta.n.02,fireSource,1,0,FALSE,,, -pasta.n.02,cookable,0,1,FALSE,,, -pasta.n.02,coldSource,0,0,FALSE,,, -pasta.n.02,sliceable,0,0,FALSE,,, -pasta.n.02,slicer,1,0,FALSE,,, -pasta.n.02,soakable,1,0,FALSE,,, -almond.n.02,liquid,0,0,FALSE,,, -almond.n.02,heatSource,0,0,FALSE,,, -almond.n.02,fireSource,0,0,FALSE,,, -almond.n.02,cookable,0,1,FALSE,,, -almond.n.02,coldSource,0,0,FALSE,,, -almond.n.02,sliceable,0,0,FALSE,,, -almond.n.02,slicer,0,0,FALSE,,, -almond.n.02,soakable,0,0,FALSE,,, -grill.n.02,liquid,0,0,FALSE,,, -grill.n.02,heatSource,0,0,FALSE,,, -grill.n.02,fireSource,0,0,FALSE,,, -grill.n.02,cookable,0,0,FALSE,,, -grill.n.02,coldSource,0,0,FALSE,,, -grill.n.02,sliceable,0,0,FALSE,,, -grill.n.02,slicer,1,0,FALSE,,, -grill.n.02,soakable,0,0,FALSE,,, -hose.n.03,liquid,1,0,FALSE,,, -hose.n.03,heatSource,0,0,FALSE,,, -hose.n.03,fireSource,0,0,FALSE,,, -hose.n.03,cookable,0,0,FALSE,,, -hose.n.03,coldSource,1,0,FALSE,,, -hose.n.03,sliceable,0,0,FALSE,,, -hose.n.03,slicer,1,0,FALSE,,, -hose.n.03,soakable,0,0,FALSE,,, -jam.n.01,liquid,0,1,FALSE,,, -jam.n.01,heatSource,0,0,FALSE,,, -jam.n.01,fireSource,1,0,FALSE,,, -jam.n.01,cookable,0,1,FALSE,,, -jam.n.01,coldSource,0,0,FALSE,,, -jam.n.01,sliceable,0,0,FALSE,,, -jam.n.01,slicer,1,0,FALSE,,, -jam.n.01,soakable,0,0,FALSE,,, -puree.n.01,liquid,1,1,FALSE,,, -puree.n.01,heatSource,0,0,FALSE,,, -puree.n.01,fireSource,1,0,FALSE,,, -puree.n.01,cookable,0,1,FALSE,,, -puree.n.01,coldSource,1,0,FALSE,,, -puree.n.01,sliceable,0,0,FALSE,,, -puree.n.01,slicer,0,0,FALSE,,, -puree.n.01,soakable,0,0,FALSE,,, -bagel.n.01,liquid,0,0,FALSE,,, -bagel.n.01,heatSource,0,0,FALSE,,, -bagel.n.01,fireSource,1,0,FALSE,,, -bagel.n.01,cookable,0,1,FALSE,,, -bagel.n.01,coldSource,1,0,FALSE,,, -bagel.n.01,sliceable,0,1,FALSE,,, -bagel.n.01,slicer,1,0,FALSE,,, -bagel.n.01,soakable,0,0,FALSE,,, -baguet.n.01,liquid,0,0,FALSE,,, -baguet.n.01,heatSource,0,0,FALSE,,, -baguet.n.01,fireSource,0,0,FALSE,,, -baguet.n.01,cookable,0,1,FALSE,,, -baguet.n.01,coldSource,0,0,FALSE,,, -baguet.n.01,sliceable,0,1,FALSE,,, -baguet.n.01,slicer,0,0,FALSE,,, -baguet.n.01,soakable,0,0,FALSE,,, -basil.n.03,liquid,0,0,FALSE,,, -basil.n.03,heatSource,0,0,FALSE,,, -basil.n.03,fireSource,1,0,FALSE,,, -basil.n.03,cookable,0,1,FALSE,,, -basil.n.03,coldSource,0,0,FALSE,,, -basil.n.03,sliceable,0,0,FALSE,,, -basil.n.03,slicer,0,0,FALSE,,, -basil.n.03,soakable,0,0,FALSE,,, -celery.n.02,liquid,0,0,FALSE,,, -celery.n.02,heatSource,0,0,FALSE,,, -celery.n.02,fireSource,1,0,FALSE,,, -celery.n.02,cookable,0,1,FALSE,,, -celery.n.02,coldSource,0,0,FALSE,,, -celery.n.02,sliceable,0,1,FALSE,,, -celery.n.02,slicer,0,0,FALSE,,, -celery.n.02,soakable,0,0,FALSE,,, -cupcake.n.01,liquid,0,0,FALSE,,, -cupcake.n.01,heatSource,0,0,FALSE,,, -cupcake.n.01,fireSource,1,0,FALSE,,, -cupcake.n.01,cookable,0,0,FALSE,,, -cupcake.n.01,coldSource,0,0,FALSE,,, -cupcake.n.01,sliceable,0,1,FALSE,,, -cupcake.n.01,slicer,1,0,FALSE,,, -cupcake.n.01,soakable,0,0,FALSE,,, -green_onion.n.01,liquid,0,0,FALSE,,, -green_onion.n.01,heatSource,0,0,FALSE,,, -green_onion.n.01,fireSource,0,0,FALSE,,, -green_onion.n.01,cookable,0,1,FALSE,,, -green_onion.n.01,coldSource,0,0,FALSE,,, -green_onion.n.01,sliceable,0,1,FALSE,,, -green_onion.n.01,slicer,0,0,FALSE,,, -green_onion.n.01,soakable,0,0,FALSE,,, -guacamole.n.01,liquid,0,0,FALSE,,, -guacamole.n.01,heatSource,0,0,FALSE,,, -guacamole.n.01,fireSource,0,0,FALSE,,, -guacamole.n.01,cookable,0,1,FALSE,,, -guacamole.n.01,coldSource,0,0,FALSE,,, -guacamole.n.01,sliceable,0,0,FALSE,,, -guacamole.n.01,slicer,0,0,FALSE,,, -guacamole.n.01,soakable,0,0,FALSE,,, -lasagna.n.01,liquid,0,0,FALSE,,, -lasagna.n.01,heatSource,0,0,FALSE,,, -lasagna.n.01,fireSource,1,0,FALSE,,, -lasagna.n.01,cookable,0,1,FALSE,,, -lasagna.n.01,coldSource,1,0,FALSE,,, -lasagna.n.01,sliceable,0,0,FALSE,,, -lasagna.n.01,slicer,0,0,FALSE,,, -lasagna.n.01,soakable,0,0,FALSE,,, -mayonnaise.n.01,liquid,1,1,FALSE,,, -mayonnaise.n.01,heatSource,0,0,FALSE,,, -mayonnaise.n.01,fireSource,0,0,FALSE,,, -mayonnaise.n.01,cookable,0,1,FALSE,,, -mayonnaise.n.01,coldSource,1,0,FALSE,,, -mayonnaise.n.01,sliceable,0,0,FALSE,,, -mayonnaise.n.01,slicer,0,0,FALSE,,, -mayonnaise.n.01,soakable,0,0,FALSE,,, -mousetrap.n.01,liquid,0,0,FALSE,,, -mousetrap.n.01,heatSource,0,0,FALSE,,, -mousetrap.n.01,fireSource,0,0,FALSE,,, -mousetrap.n.01,cookable,0,0,FALSE,,, -mousetrap.n.01,coldSource,0,0,FALSE,,, -mousetrap.n.01,sliceable,0,0,FALSE,,, -mousetrap.n.01,slicer,1,0,FALSE,,, -mousetrap.n.01,soakable,0,0,FALSE,,, -pretzel.n.01,liquid,0,0,FALSE,,, -pretzel.n.01,heatSource,0,0,FALSE,,, -pretzel.n.01,fireSource,0,0,FALSE,,, -pretzel.n.01,cookable,0,0,FALSE,,, -pretzel.n.01,coldSource,0,0,FALSE,,, -pretzel.n.01,sliceable,0,1,FALSE,,, -pretzel.n.01,slicer,1,0,FALSE,,, -pretzel.n.01,soakable,0,0,FALSE,,, -prosciutto.n.01,liquid,0,0,FALSE,,, -prosciutto.n.01,heatSource,0,0,FALSE,,, -prosciutto.n.01,fireSource,0,0,FALSE,,, -prosciutto.n.01,cookable,0,1,FALSE,,, -prosciutto.n.01,coldSource,0,0,FALSE,,, -prosciutto.n.01,sliceable,0,1,FALSE,,, -prosciutto.n.01,slicer,1,0,FALSE,,, -prosciutto.n.01,soakable,0,0,FALSE,,, -razor.n.01,liquid,0,0,FALSE,,, -razor.n.01,heatSource,0,0,FALSE,,, -razor.n.01,fireSource,0,0,FALSE,,, -razor.n.01,cookable,0,0,FALSE,,, -razor.n.01,coldSource,0,0,FALSE,,, -razor.n.01,sliceable,0,0,FALSE,,, -razor.n.01,slicer,1,1,FALSE,,, -razor.n.01,soakable,0,0,FALSE,,, -sunscreen.n.01,liquid,0,1,FALSE,,, -sunscreen.n.01,heatSource,0,0,FALSE,,, -sunscreen.n.01,fireSource,0,0,FALSE,,, -sunscreen.n.01,cookable,0,0,FALSE,,, -sunscreen.n.01,coldSource,0,0,FALSE,,, -sunscreen.n.01,sliceable,0,0,FALSE,,, -sunscreen.n.01,slicer,0,0,FALSE,,, -sunscreen.n.01,soakable,0,0,FALSE,,, -tinsel.n.02,liquid,0,0,FALSE,,, -tinsel.n.02,heatSource,0,0,FALSE,,, -tinsel.n.02,fireSource,0,0,FALSE,,, -tinsel.n.02,cookable,0,0,FALSE,,, -tinsel.n.02,coldSource,0,0,FALSE,,, -tinsel.n.02,sliceable,0,0,FALSE,,, -tinsel.n.02,slicer,0,0,FALSE,,, -tinsel.n.02,soakable,0,0,FALSE,,, -christmas_tree.n.05,liquid,0,0,FALSE,,, -christmas_tree.n.05,heatSource,0,0,FALSE,,, -christmas_tree.n.05,fireSource,0,1,FALSE,,, -christmas_tree.n.05,cookable,0,0,FALSE,,, -christmas_tree.n.05,coldSource,0,0,FALSE,,, -christmas_tree.n.05,sliceable,0,0,FALSE,,, -christmas_tree.n.05,slicer,0,0,FALSE,,, -christmas_tree.n.05,soakable,0,0,FALSE,,, -vinegar.n.01,liquid,1,1,FALSE,,, -vinegar.n.01,heatSource,0,0,FALSE,,, -vinegar.n.01,fireSource,0,0,FALSE,,, -vinegar.n.01,cookable,0,1,FALSE,,, -vinegar.n.01,coldSource,0,0,FALSE,,, -vinegar.n.01,sliceable,0,0,FALSE,,, -vinegar.n.01,slicer,0,0,FALSE,,, -vinegar.n.01,soakable,0,0,FALSE,,, -alarm.n.02,liquid,0,0,FALSE,,, -alarm.n.02,heatSource,0,0,FALSE,,, -alarm.n.02,fireSource,0,0,FALSE,,, -alarm.n.02,cookable,0,0,FALSE,,, -alarm.n.02,coldSource,0,0,FALSE,,, -alarm.n.02,sliceable,0,0,FALSE,,, -alarm.n.02,slicer,1,0,FALSE,,, -alarm.n.02,soakable,0,0,FALSE,,, -cologne.n.02,liquid,1,1,FALSE,,, -cologne.n.02,heatSource,0,0,FALSE,,, -cologne.n.02,fireSource,0,0,FALSE,,, -cologne.n.02,cookable,0,0,FALSE,,, -cologne.n.02,coldSource,1,0,FALSE,,, -cologne.n.02,sliceable,0,0,FALSE,,, -cologne.n.02,slicer,1,0,FALSE,,, -cologne.n.02,soakable,0,0,FALSE,,, -comb.n.01,liquid,0,0,FALSE,,, -comb.n.01,heatSource,0,0,FALSE,,, -comb.n.01,fireSource,0,0,FALSE,,, -comb.n.01,cookable,0,0,FALSE,,, -comb.n.01,coldSource,0,0,FALSE,,, -comb.n.01,sliceable,0,0,FALSE,,, -comb.n.01,slicer,1,0,FALSE,,, -comb.n.01,soakable,0,0,FALSE,,, -dental_floss.n.01,liquid,0,0,FALSE,,, -dental_floss.n.01,heatSource,0,0,FALSE,,, -dental_floss.n.01,fireSource,0,0,FALSE,,, -dental_floss.n.01,cookable,0,0,FALSE,,, -dental_floss.n.01,coldSource,0,0,FALSE,,, -dental_floss.n.01,sliceable,0,0,FALSE,,, -dental_floss.n.01,slicer,1,1,FALSE,,, -dental_floss.n.01,soakable,1,0,FALSE,,, -document.n.01,liquid,0,0,FALSE,,, -document.n.01,heatSource,0,0,FALSE,,, -document.n.01,fireSource,0,0,FALSE,,, -document.n.01,cookable,0,0,FALSE,,, -document.n.01,coldSource,1,0,FALSE,,, -document.n.01,sliceable,0,0,FALSE,,, -document.n.01,slicer,1,0,FALSE,,, -document.n.01,soakable,1,1,FALSE,,, -duffel_bag.n.01,liquid,0,0,FALSE,,, -duffel_bag.n.01,heatSource,0,0,FALSE,,, -duffel_bag.n.01,fireSource,0,0,FALSE,,, -duffel_bag.n.01,cookable,0,0,FALSE,,, -duffel_bag.n.01,coldSource,0,0,FALSE,,, -duffel_bag.n.01,sliceable,0,0,FALSE,,, -duffel_bag.n.01,slicer,0,0,FALSE,,, -duffel_bag.n.01,soakable,0,1,FALSE,,, -facsimile.n.02,liquid,0,0,FALSE,,, -facsimile.n.02,heatSource,0,0,FALSE,,, -facsimile.n.02,fireSource,0,0,FALSE,,, -facsimile.n.02,cookable,0,0,FALSE,,, -facsimile.n.02,coldSource,0,0,FALSE,,, -facsimile.n.02,sliceable,0,0,FALSE,,, -facsimile.n.02,slicer,1,0,FALSE,,, -facsimile.n.02,soakable,0,1,FALSE,,, -gingerbread.n.01,liquid,0,0,FALSE,,, -gingerbread.n.01,heatSource,0,0,FALSE,,, -gingerbread.n.01,fireSource,1,0,FALSE,,, -gingerbread.n.01,cookable,0,1,FALSE,,, -gingerbread.n.01,coldSource,1,0,FALSE,,, -gingerbread.n.01,sliceable,0,1,FALSE,,, -gingerbread.n.01,slicer,1,0,FALSE,,, -gingerbread.n.01,soakable,0,1,FALSE,,, -lipstick.n.01,liquid,0,0,FALSE,,, -lipstick.n.01,heatSource,0,0,FALSE,,, -lipstick.n.01,fireSource,0,0,FALSE,,, -lipstick.n.01,cookable,0,0,FALSE,,, -lipstick.n.01,coldSource,1,0,FALSE,,, -lipstick.n.01,sliceable,0,1,FALSE,,, -lipstick.n.01,slicer,0,0,FALSE,,, -lipstick.n.01,soakable,0,0,FALSE,,, -lollipop.n.02,liquid,0,0,FALSE,,, -lollipop.n.02,heatSource,0,0,FALSE,,, -lollipop.n.02,fireSource,0,0,FALSE,,, -lollipop.n.02,cookable,0,0,FALSE,,, -lollipop.n.02,coldSource,0,0,FALSE,,, -lollipop.n.02,sliceable,0,0,FALSE,,, -lollipop.n.02,slicer,1,0,FALSE,,, -lollipop.n.02,soakable,0,0,FALSE,,, -modem.n.01,liquid,0,0,FALSE,,, -modem.n.01,heatSource,0,0,FALSE,,, -modem.n.01,fireSource,0,0,FALSE,,, -modem.n.01,cookable,0,0,FALSE,,, -modem.n.01,coldSource,0,0,FALSE,,, -modem.n.01,sliceable,0,0,FALSE,,, -modem.n.01,slicer,1,0,FALSE,,, -modem.n.01,soakable,0,0,FALSE,,, -printer.n.03,liquid,0,0,FALSE,,, -printer.n.03,heatSource,0,0,FALSE,,, -printer.n.03,fireSource,0,0,FALSE,,, -printer.n.03,cookable,0,0,FALSE,,, -printer.n.03,coldSource,0,0,FALSE,,, -printer.n.03,sliceable,0,0,FALSE,,, -printer.n.03,slicer,1,0,FALSE,,, -printer.n.03,soakable,0,0,FALSE,,, -saw.n.02,liquid,0,0,FALSE,,, -saw.n.02,heatSource,0,0,FALSE,,, -saw.n.02,fireSource,0,0,FALSE,,, -saw.n.02,cookable,0,0,FALSE,,, -saw.n.02,coldSource,0,0,FALSE,,, -saw.n.02,sliceable,0,0,FALSE,,, -saw.n.02,slicer,1,1,FALSE,,, -saw.n.02,soakable,0,0,FALSE,,, -scanner.n.02,liquid,0,0,FALSE,,, -scanner.n.02,heatSource,0,0,FALSE,,, -scanner.n.02,fireSource,0,0,FALSE,,, -scanner.n.02,cookable,0,0,FALSE,,, -scanner.n.02,coldSource,0,0,FALSE,,, -scanner.n.02,sliceable,0,0,FALSE,,, -scanner.n.02,slicer,1,0,FALSE,,, -scanner.n.02,soakable,0,0,FALSE,,, -stocking.n.01,liquid,0,0,FALSE,,, -stocking.n.01,heatSource,0,0,FALSE,,, -stocking.n.01,fireSource,0,0,FALSE,,, -stocking.n.01,cookable,0,0,FALSE,,, -stocking.n.01,coldSource,0,0,FALSE,,, -stocking.n.01,sliceable,0,0,FALSE,,, -stocking.n.01,slicer,0,0,FALSE,,, -stocking.n.01,soakable,0,1,FALSE,,, -toothpaste.n.01,liquid,0,0,FALSE,,, -toothpaste.n.01,heatSource,0,0,FALSE,,, -toothpaste.n.01,fireSource,0,0,FALSE,,, -toothpaste.n.01,cookable,0,0,FALSE,,, -toothpaste.n.01,coldSource,1,0,FALSE,,, -toothpaste.n.01,sliceable,0,0,FALSE,,, -toothpaste.n.01,slicer,0,0,FALSE,,, -toothpaste.n.01,soakable,0,0,FALSE,,, -watch.n.01,liquid,0,0,FALSE,,, -watch.n.01,heatSource,0,0,FALSE,,, -watch.n.01,fireSource,0,0,FALSE,,, -watch.n.01,cookable,0,0,FALSE,,, -watch.n.01,coldSource,0,0,FALSE,,, -watch.n.01,sliceable,0,0,FALSE,,, -watch.n.01,slicer,1,0,FALSE,,, -watch.n.01,soakable,0,0,FALSE,,, -carton.n.02,liquid,0,0,FALSE,,, -carton.n.02,heatSource,0,0,FALSE,,, -carton.n.02,fireSource,0,1,FALSE,,, -carton.n.02,cookable,0,0,FALSE,,, -carton.n.02,coldSource,1,0,FALSE,,, -carton.n.02,sliceable,0,0,FALSE,,, -carton.n.02,slicer,1,0,FALSE,,, -carton.n.02,soakable,1,1,FALSE,,, -briefcase.n.01,liquid,0,0,FALSE,,, -briefcase.n.01,heatSource,0,0,FALSE,,, -briefcase.n.01,fireSource,0,0,FALSE,,, -briefcase.n.01,cookable,0,0,FALSE,,, -briefcase.n.01,coldSource,0,0,FALSE,,, -briefcase.n.01,sliceable,0,0,FALSE,,, -briefcase.n.01,slicer,1,0,FALSE,,, -briefcase.n.01,soakable,0,0,FALSE,,, -tea_bag.n.01,liquid,0,0,FALSE,,, -tea_bag.n.01,heatSource,0,0,FALSE,,, -tea_bag.n.01,fireSource,0,0,FALSE,,, -tea_bag.n.01,cookable,0,1,FALSE,,, -tea_bag.n.01,coldSource,0,0,FALSE,,, -tea_bag.n.01,sliceable,0,0,FALSE,,, -tea_bag.n.01,slicer,0,0,FALSE,,, -tea_bag.n.01,soakable,0,1,FALSE,,, -shoulder_bag.n.01,liquid,0,0,FALSE,,, -shoulder_bag.n.01,heatSource,0,0,FALSE,,, -shoulder_bag.n.01,fireSource,0,0,FALSE,,, -shoulder_bag.n.01,cookable,0,0,FALSE,,, -shoulder_bag.n.01,coldSource,0,0,FALSE,,, -shoulder_bag.n.01,sliceable,0,0,FALSE,,, -shoulder_bag.n.01,slicer,0,0,FALSE,,, -shoulder_bag.n.01,soakable,0,1,FALSE,,, -sack.n.01,liquid,0,0,FALSE,,, -sack.n.01,heatSource,0,0,FALSE,,, -sack.n.01,fireSource,0,0,FALSE,,, -sack.n.01,cookable,0,0,FALSE,,, -sack.n.01,coldSource,0,0,FALSE,,, -sack.n.01,sliceable,0,0,FALSE,,, -sack.n.01,slicer,1,0,FALSE,,, -sack.n.01,soakable,1,0,FALSE,,, -backpack.n.01,liquid,0,0,FALSE,,, -backpack.n.01,heatSource,0,0,FALSE,,, -backpack.n.01,fireSource,0,0,FALSE,,, -backpack.n.01,cookable,0,0,FALSE,,, -backpack.n.01,coldSource,0,0,FALSE,,, -backpack.n.01,sliceable,0,0,FALSE,,, -backpack.n.01,slicer,0,0,FALSE,,, -backpack.n.01,soakable,0,1,FALSE,,, -ink.n.01,liquid,1,1,FALSE,,, -ink.n.01,heatSource,0,0,FALSE,,, -ink.n.01,fireSource,0,0,FALSE,,, -ink.n.01,cookable,0,0,FALSE,,, -ink.n.01,coldSource,1,0,FALSE,,, -ink.n.01,sliceable,0,0,FALSE,,, -ink.n.01,slicer,0,0,FALSE,,, -ink.n.01,soakable,0,0,FALSE,,, -fireplace.n.01,liquid,0,0,FALSE,,, -fireplace.n.01,heatSource,1,1,TRUE,430,"https://fireplacetown.com/how-hot-does-a-fireplace-get#:~:text=In%20general%2C%20most%20fireplaces%20reach,type%20of%20fuel%20being%20used.", -fireplace.n.01,fireSource,0,0,FALSE,,, -fireplace.n.01,cookable,0,0,FALSE,,, -fireplace.n.01,coldSource,0,0,FALSE,,, -fireplace.n.01,sliceable,0,0,FALSE,,, -fireplace.n.01,slicer,1,0,FALSE,,, -fireplace.n.01,soakable,0,0,FALSE,,, -knob.n.02,liquid,0,0,FALSE,,, -knob.n.02,heatSource,0,0,FALSE,,, -knob.n.02,fireSource,0,0,FALSE,,, -knob.n.02,cookable,0,0,FALSE,,, -knob.n.02,coldSource,0,0,FALSE,,, -knob.n.02,sliceable,0,0,FALSE,,, -knob.n.02,slicer,1,0,FALSE,,, -knob.n.02,soakable,0,0,FALSE,,, -pastry.n.01,liquid,0,0,FALSE,,, -pastry.n.01,heatSource,0,0,FALSE,,, -pastry.n.01,fireSource,1,0,FALSE,,, -pastry.n.01,cookable,0,1,FALSE,,, -pastry.n.01,coldSource,0,0,FALSE,,, -pastry.n.01,sliceable,0,1,FALSE,,, -pastry.n.01,slicer,1,0,FALSE,,, -pastry.n.01,soakable,1,1,FALSE,,, -pliers.n.01,liquid,0,0,FALSE,,, -pliers.n.01,heatSource,0,0,FALSE,,, -pliers.n.01,fireSource,0,0,FALSE,,, -pliers.n.01,cookable,0,0,FALSE,,, -pliers.n.01,coldSource,0,0,FALSE,,, -pliers.n.01,sliceable,0,0,FALSE,,, -pliers.n.01,slicer,1,1,FALSE,,, -pliers.n.01,soakable,1,0,FALSE,,, -rope.n.01,liquid,0,0,FALSE,,, -rope.n.01,heatSource,0,0,FALSE,,, -rope.n.01,fireSource,0,0,FALSE,,, -rope.n.01,cookable,0,0,FALSE,,, -rope.n.01,coldSource,0,0,FALSE,,, -rope.n.01,sliceable,0,1,FALSE,,, -rope.n.01,slicer,1,0,FALSE,,, -rope.n.01,soakable,0,0,FALSE,,, -shorts.n.01,liquid,0,0,FALSE,,, -shorts.n.01,heatSource,0,0,FALSE,,, -shorts.n.01,fireSource,0,0,FALSE,,, -shorts.n.01,cookable,0,0,FALSE,,, -shorts.n.01,coldSource,0,0,FALSE,,, -shorts.n.01,sliceable,0,0,FALSE,,, -shorts.n.01,slicer,0,0,FALSE,,, -shorts.n.01,soakable,1,1,FALSE,,, -squash.n.02,liquid,0,0,FALSE,,, -squash.n.02,heatSource,0,0,FALSE,,, -squash.n.02,fireSource,1,0,FALSE,,, -squash.n.02,cookable,0,1,FALSE,,, -squash.n.02,coldSource,0,0,FALSE,,, -squash.n.02,sliceable,0,1,FALSE,,, -squash.n.02,slicer,1,0,FALSE,,, -squash.n.02,soakable,0,0,FALSE,,, -stew.n.02,liquid,0,0,FALSE,,, -stew.n.02,heatSource,0,0,FALSE,,, -stew.n.02,fireSource,1,1,FALSE,,, -stew.n.02,cookable,0,1,FALSE,,, -stew.n.02,coldSource,1,0,FALSE,,, -stew.n.02,sliceable,0,0,FALSE,,, -stew.n.02,slicer,0,0,FALSE,,, -stew.n.02,soakable,0,0,FALSE,,, -sticker.n.02,liquid,0,0,FALSE,,, -sticker.n.02,heatSource,0,0,FALSE,,, -sticker.n.02,fireSource,0,0,FALSE,,, -sticker.n.02,cookable,0,0,FALSE,,, -sticker.n.02,coldSource,0,0,FALSE,,, -sticker.n.02,sliceable,0,0,FALSE,,, -sticker.n.02,slicer,1,0,FALSE,,, -sticker.n.02,soakable,0,0,FALSE,,, -timer.n.03,liquid,0,0,FALSE,,, -timer.n.03,heatSource,0,0,FALSE,,, -timer.n.03,fireSource,0,0,FALSE,,, -timer.n.03,cookable,0,0,FALSE,,, -timer.n.03,coldSource,0,0,FALSE,,, -timer.n.03,sliceable,0,0,FALSE,,, -timer.n.03,slicer,1,0,FALSE,,, -timer.n.03,soakable,0,0,FALSE,,, -toast.n.01,liquid,0,0,FALSE,,, -toast.n.01,heatSource,1,0,FALSE,,, -toast.n.01,fireSource,1,0,FALSE,,, -toast.n.01,cookable,0,1,FALSE,,, -toast.n.01,coldSource,0,0,FALSE,,, -toast.n.01,sliceable,0,1,FALSE,,, -toast.n.01,slicer,1,0,FALSE,,, -toast.n.01,soakable,0,1,FALSE,,, -adhesive.n.01,liquid,0,1,FALSE,,, -adhesive.n.01,heatSource,0,0,FALSE,,, -adhesive.n.01,fireSource,0,0,FALSE,,, -adhesive.n.01,cookable,0,0,FALSE,,, -adhesive.n.01,coldSource,0,0,FALSE,,, -adhesive.n.01,sliceable,0,0,FALSE,,, -adhesive.n.01,slicer,0,0,FALSE,,, -adhesive.n.01,soakable,0,0,FALSE,,, -appliance.n.02,liquid,0,0,FALSE,,, -appliance.n.02,heatSource,1,0,FALSE,,, -appliance.n.02,fireSource,0,0,FALSE,,, -appliance.n.02,cookable,1,0,FALSE,,, -appliance.n.02,coldSource,0,0,FALSE,,, -appliance.n.02,sliceable,0,0,FALSE,,, -appliance.n.02,slicer,1,0,FALSE,,, -appliance.n.02,soakable,0,0,FALSE,,, -foundation.n.03,liquid,0,0,FALSE,,, -foundation.n.03,heatSource,0,0,FALSE,,, -foundation.n.03,fireSource,0,0,FALSE,,, -foundation.n.03,cookable,0,0,FALSE,,, -foundation.n.03,coldSource,0,0,FALSE,,, -foundation.n.03,sliceable,0,0,FALSE,,, -foundation.n.03,slicer,0,0,FALSE,,, -foundation.n.03,soakable,0,0,FALSE,,, -cable.n.02,liquid,0,0,FALSE,,, -cable.n.02,heatSource,0,0,FALSE,,, -cable.n.02,fireSource,0,0,FALSE,,, -cable.n.02,cookable,0,0,FALSE,,, -cable.n.02,coldSource,0,0,FALSE,,, -cable.n.02,sliceable,0,1,FALSE,,, -cable.n.02,slicer,1,0,FALSE,,, -cable.n.02,soakable,0,0,FALSE,,, -cable.n.03,liquid,0,0,FALSE,,, -cable.n.03,heatSource,0,0,FALSE,,, -cable.n.03,fireSource,0,0,FALSE,,, -cable.n.03,cookable,0,0,FALSE,,, -cable.n.03,coldSource,0,0,FALSE,,, -cable.n.03,sliceable,0,1,FALSE,,, -cable.n.03,slicer,1,0,FALSE,,, -cable.n.03,soakable,0,0,FALSE,,, -card.n.03,liquid,0,0,FALSE,,, -card.n.03,heatSource,0,0,FALSE,,, -card.n.03,fireSource,0,1,FALSE,,, -card.n.03,cookable,0,0,FALSE,,, -card.n.03,coldSource,0,0,FALSE,,, -card.n.03,sliceable,0,0,FALSE,,, -card.n.03,slicer,1,0,FALSE,,, -card.n.03,soakable,1,1,FALSE,,, -chain.n.01,liquid,0,0,FALSE,,, -chain.n.01,heatSource,0,0,FALSE,,, -chain.n.01,fireSource,0,0,FALSE,,, -chain.n.01,cookable,0,0,FALSE,,, -chain.n.01,coldSource,0,0,FALSE,,, -chain.n.01,sliceable,0,0,FALSE,,, -chain.n.01,slicer,1,0,FALSE,,, -chain.n.01,soakable,0,0,FALSE,,, -chain.n.05,liquid,0,0,FALSE,,, -chain.n.05,heatSource,0,0,FALSE,,, -chain.n.05,fireSource,0,0,FALSE,,, -chain.n.05,cookable,0,0,FALSE,,, -chain.n.05,coldSource,0,0,FALSE,,, -chain.n.05,sliceable,0,0,FALSE,,, -chain.n.05,slicer,1,0,FALSE,,, -chain.n.05,soakable,0,0,FALSE,,, -clamp.n.01,liquid,0,0,FALSE,,, -clamp.n.01,heatSource,0,0,FALSE,,, -clamp.n.01,fireSource,0,0,FALSE,,, -clamp.n.01,cookable,0,0,FALSE,,, -clamp.n.01,coldSource,0,0,FALSE,,, -clamp.n.01,sliceable,0,0,FALSE,,, -clamp.n.01,slicer,0,0,FALSE,,, -clamp.n.01,soakable,0,0,FALSE,,, -concrete.n.01,liquid,0,0,FALSE,,, -concrete.n.01,heatSource,0,0,FALSE,,, -concrete.n.01,fireSource,0,0,FALSE,,, -concrete.n.01,cookable,0,0,FALSE,,, -concrete.n.01,coldSource,0,0,FALSE,,, -concrete.n.01,sliceable,0,0,FALSE,,, -concrete.n.01,slicer,0,0,FALSE,,, -concrete.n.01,soakable,0,0,FALSE,,, -dairy.n.01,liquid,0,0,FALSE,,, -dairy.n.01,heatSource,0,0,FALSE,,, -dairy.n.01,fireSource,0,0,FALSE,,, -dairy.n.01,cookable,0,1,FALSE,,, -dairy.n.01,coldSource,0,0,FALSE,,, -dairy.n.01,sliceable,0,0,FALSE,,, -dairy.n.01,slicer,0,0,FALSE,,, -dairy.n.01,soakable,0,0,FALSE,,, -duck.n.03,liquid,0,0,FALSE,,, -duck.n.03,heatSource,0,0,FALSE,,, -duck.n.03,fireSource,1,0,FALSE,,, -duck.n.03,cookable,0,1,FALSE,,, -duck.n.03,coldSource,0,0,FALSE,,, -duck.n.03,sliceable,0,1,FALSE,,, -duck.n.03,slicer,0,0,FALSE,,, -duck.n.03,soakable,0,0,FALSE,,, -electronics.n.01,liquid,0,0,FALSE,,, -electronics.n.01,heatSource,0,0,FALSE,,, -electronics.n.01,fireSource,0,0,FALSE,,, -electronics.n.01,cookable,0,0,FALSE,,, -electronics.n.01,coldSource,0,0,FALSE,,, -electronics.n.01,sliceable,0,0,FALSE,,, -electronics.n.01,slicer,1,0,FALSE,,, -electronics.n.01,soakable,0,0,FALSE,,, -fertilizer.n.01,liquid,0,1,FALSE,,, -fertilizer.n.01,heatSource,0,0,FALSE,,, -fertilizer.n.01,fireSource,1,0,FALSE,,, -fertilizer.n.01,cookable,0,0,FALSE,,, -fertilizer.n.01,coldSource,0,0,FALSE,,, -fertilizer.n.01,sliceable,0,0,FALSE,,, -fertilizer.n.01,slicer,0,0,FALSE,,, -fertilizer.n.01,soakable,0,0,FALSE,,, -gravy.n.01,liquid,1,1,FALSE,,, -gravy.n.01,heatSource,0,0,FALSE,,, -gravy.n.01,fireSource,1,0,FALSE,,, -gravy.n.01,cookable,0,1,FALSE,,, -gravy.n.01,coldSource,1,0,FALSE,,, -gravy.n.01,sliceable,0,0,FALSE,,, -gravy.n.01,slicer,0,0,FALSE,,, -gravy.n.01,soakable,0,0,FALSE,,, -hair.n.01,liquid,0,0,FALSE,,, -hair.n.01,heatSource,0,0,FALSE,,, -hair.n.01,fireSource,0,0,FALSE,,, -hair.n.01,cookable,0,0,FALSE,,, -hair.n.01,coldSource,0,0,FALSE,,, -hair.n.01,sliceable,0,0,FALSE,,, -hair.n.01,slicer,0,0,FALSE,,, -hair.n.01,soakable,0,0,FALSE,,, -lining.n.01,liquid,0,0,FALSE,,, -lining.n.01,heatSource,0,0,FALSE,,, -lining.n.01,fireSource,0,0,FALSE,,, -lining.n.01,cookable,0,0,FALSE,,, -lining.n.01,coldSource,0,0,FALSE,,, -lining.n.01,sliceable,0,0,FALSE,,, -lining.n.01,slicer,0,0,FALSE,,, -lining.n.01,soakable,1,0,FALSE,,, -log.n.01,liquid,0,0,FALSE,,, -log.n.01,heatSource,1,0,FALSE,,, -log.n.01,fireSource,0,1,FALSE,,, -log.n.01,cookable,0,0,FALSE,,, -log.n.01,coldSource,0,0,FALSE,,, -log.n.01,sliceable,0,1,FALSE,,, -log.n.01,slicer,1,0,FALSE,,, -log.n.01,soakable,0,1,FALSE,,, -mask.n.02,liquid,0,0,FALSE,,, -mask.n.02,heatSource,0,0,FALSE,,, -mask.n.02,fireSource,0,0,FALSE,,, -mask.n.02,cookable,0,0,FALSE,,, -mask.n.02,coldSource,0,0,FALSE,,, -mask.n.02,sliceable,0,0,FALSE,,, -mask.n.02,slicer,1,0,FALSE,,, -mask.n.02,soakable,0,1,FALSE,,, -pole.n.01,liquid,0,0,FALSE,,, -pole.n.01,heatSource,0,0,FALSE,,, -pole.n.01,fireSource,0,0,FALSE,,, -pole.n.01,cookable,0,0,FALSE,,, -pole.n.01,coldSource,0,0,FALSE,,, -pole.n.01,sliceable,0,0,FALSE,,, -pole.n.01,slicer,1,0,FALSE,,, -pole.n.01,soakable,0,0,FALSE,,, -seafood.n.01,liquid,0,0,FALSE,,, -seafood.n.01,heatSource,0,0,FALSE,,, -seafood.n.01,fireSource,1,0,FALSE,,, -seafood.n.01,cookable,0,1,FALSE,,, -seafood.n.01,coldSource,0,0,FALSE,,, -seafood.n.01,sliceable,0,1,FALSE,,, -seafood.n.01,slicer,0,0,FALSE,,, -seafood.n.01,soakable,0,0,FALSE,,, -shrub.n.01,liquid,0,0,FALSE,,, -shrub.n.01,heatSource,0,0,FALSE,,, -shrub.n.01,fireSource,0,1,FALSE,,, -shrub.n.01,cookable,0,0,FALSE,,, -shrub.n.01,coldSource,0,0,FALSE,,, -shrub.n.01,sliceable,0,0,FALSE,,, -shrub.n.01,slicer,0,0,FALSE,,, -shrub.n.01,soakable,0,0,FALSE,,, -tarpaulin.n.01,liquid,0,0,FALSE,,, -tarpaulin.n.01,heatSource,0,0,FALSE,,, -tarpaulin.n.01,fireSource,0,0,FALSE,,, -tarpaulin.n.01,cookable,0,0,FALSE,,, -tarpaulin.n.01,coldSource,0,0,FALSE,,, -tarpaulin.n.01,sliceable,0,0,FALSE,,, -tarpaulin.n.01,slicer,1,0,FALSE,,, -tarpaulin.n.01,soakable,1,1,FALSE,,, -acid.n.01,liquid,0,1,FALSE,,, -acid.n.01,heatSource,0,0,FALSE,,, -acid.n.01,fireSource,0,0,FALSE,,, -acid.n.01,cookable,0,0,FALSE,,, -acid.n.01,coldSource,0,0,FALSE,,, -acid.n.01,sliceable,0,0,FALSE,,, -acid.n.01,slicer,0,0,FALSE,,, -acid.n.01,soakable,0,0,FALSE,,, -cauliflower.n.01,liquid,0,0,FALSE,,, -cauliflower.n.01,heatSource,0,0,FALSE,,, -cauliflower.n.01,fireSource,1,0,FALSE,,, -cauliflower.n.01,cookable,0,1,FALSE,,, -cauliflower.n.01,coldSource,0,0,FALSE,,, -cauliflower.n.01,sliceable,0,0,FALSE,,, -cauliflower.n.01,slicer,0,0,FALSE,,, -cauliflower.n.01,soakable,0,0,FALSE,,, -coriander.n.03,liquid,0,0,FALSE,,, -coriander.n.03,heatSource,0,0,FALSE,,, -coriander.n.03,fireSource,0,0,FALSE,,, -coriander.n.03,cookable,0,1,FALSE,,, -coriander.n.03,coldSource,0,0,FALSE,,, -coriander.n.03,sliceable,0,0,FALSE,,, -coriander.n.03,slicer,0,0,FALSE,,, -coriander.n.03,soakable,0,0,FALSE,,, -grocery.n.02,liquid,0,0,FALSE,,, -grocery.n.02,heatSource,0,0,FALSE,,, -grocery.n.02,fireSource,0,0,FALSE,,, -grocery.n.02,cookable,0,1,FALSE,,, -grocery.n.02,coldSource,0,0,FALSE,,, -grocery.n.02,sliceable,0,1,FALSE,,, -grocery.n.02,slicer,0,0,FALSE,,, -grocery.n.02,soakable,0,0,FALSE,,, -lace.n.01,liquid,0,0,FALSE,,, -lace.n.01,heatSource,0,0,FALSE,,, -lace.n.01,fireSource,0,0,FALSE,,, -lace.n.01,cookable,0,0,FALSE,,, -lace.n.01,coldSource,0,0,FALSE,,, -lace.n.01,sliceable,0,0,FALSE,,, -lace.n.01,slicer,0,0,FALSE,,, -lace.n.01,soakable,0,1,FALSE,,, -marinade.n.01,liquid,1,1,FALSE,,, -marinade.n.01,heatSource,0,0,FALSE,,, -marinade.n.01,fireSource,1,0,FALSE,,, -marinade.n.01,cookable,0,1,FALSE,,, -marinade.n.01,coldSource,1,0,FALSE,,, -marinade.n.01,sliceable,0,0,FALSE,,, -marinade.n.01,slicer,0,0,FALSE,,, -marinade.n.01,soakable,0,0,FALSE,,, -nutmeg.n.02,liquid,0,0,FALSE,,, -nutmeg.n.02,heatSource,0,0,FALSE,,, -nutmeg.n.02,fireSource,0,0,FALSE,,, -nutmeg.n.02,cookable,0,1,FALSE,,, -nutmeg.n.02,coldSource,0,0,FALSE,,, -nutmeg.n.02,sliceable,0,0,FALSE,,, -nutmeg.n.02,slicer,0,0,FALSE,,, -nutmeg.n.02,soakable,0,0,FALSE,,, -pesticide.n.01,liquid,1,1,FALSE,,, -pesticide.n.01,heatSource,0,0,FALSE,,, -pesticide.n.01,fireSource,0,0,FALSE,,, -pesticide.n.01,cookable,0,0,FALSE,,, -pesticide.n.01,coldSource,1,0,FALSE,,, -pesticide.n.01,sliceable,0,0,FALSE,,, -pesticide.n.01,slicer,0,0,FALSE,,, -pesticide.n.01,soakable,0,0,FALSE,,, -pie.n.01,liquid,0,0,FALSE,,, -pie.n.01,heatSource,0,0,FALSE,,, -pie.n.01,fireSource,1,0,FALSE,,, -pie.n.01,cookable,0,1,FALSE,,, -pie.n.01,coldSource,1,0,FALSE,,, -pie.n.01,sliceable,0,1,FALSE,,, -pie.n.01,slicer,0,0,FALSE,,, -pie.n.01,soakable,0,0,FALSE,,, -silk.n.01,liquid,0,0,FALSE,,, -silk.n.01,heatSource,0,0,FALSE,,, -silk.n.01,fireSource,0,0,FALSE,,, -silk.n.01,cookable,0,0,FALSE,,, -silk.n.01,coldSource,0,0,FALSE,,, -silk.n.01,sliceable,0,0,FALSE,,, -silk.n.01,slicer,0,0,FALSE,,, -silk.n.01,soakable,1,1,FALSE,,, -staple.n.04,liquid,0,0,FALSE,,, -staple.n.04,heatSource,0,0,FALSE,,, -staple.n.04,fireSource,0,0,FALSE,,, -staple.n.04,cookable,0,0,FALSE,,, -staple.n.04,coldSource,0,0,FALSE,,, -staple.n.04,sliceable,0,0,FALSE,,, -staple.n.04,slicer,0,0,FALSE,,, -staple.n.04,soakable,0,0,FALSE,,, -broth.n.01,liquid,1,1,FALSE,,, -broth.n.01,heatSource,0,0,FALSE,,, -broth.n.01,fireSource,1,0,FALSE,,, -broth.n.01,cookable,0,1,FALSE,,, -broth.n.01,coldSource,1,0,FALSE,,, -broth.n.01,sliceable,0,0,FALSE,,, -broth.n.01,slicer,0,0,FALSE,,, -broth.n.01,soakable,0,0,FALSE,,, -store.n.02,liquid,0,0,FALSE,,, -store.n.02,heatSource,0,0,FALSE,,, -store.n.02,fireSource,0,0,FALSE,,, -store.n.02,cookable,0,0,FALSE,,, -store.n.02,coldSource,0,0,FALSE,,, -store.n.02,sliceable,0,0,FALSE,,, -store.n.02,slicer,0,0,FALSE,,, -store.n.02,soakable,0,0,FALSE,,, -sweetening.n.01,liquid,0,0,FALSE,,, -sweetening.n.01,heatSource,0,0,FALSE,,, -sweetening.n.01,fireSource,1,0,FALSE,,, -sweetening.n.01,cookable,0,1,FALSE,,, -sweetening.n.01,coldSource,0,0,FALSE,,, -sweetening.n.01,sliceable,0,0,FALSE,,, -sweetening.n.01,slicer,0,0,FALSE,,, -sweetening.n.01,soakable,0,0,FALSE,,, -tablet.n.03,liquid,0,0,FALSE,,, -tablet.n.03,heatSource,0,0,FALSE,,, -tablet.n.03,fireSource,0,0,FALSE,,, -tablet.n.03,cookable,0,0,FALSE,,, -tablet.n.03,coldSource,0,0,FALSE,,, -tablet.n.03,sliceable,0,0,FALSE,,, -tablet.n.03,slicer,1,0,FALSE,,, -tablet.n.03,soakable,0,0,FALSE,,, -wool.n.01,liquid,0,0,FALSE,,, -wool.n.01,heatSource,0,0,FALSE,,, -wool.n.01,fireSource,0,0,FALSE,,, -wool.n.01,cookable,0,0,FALSE,,, -wool.n.01,coldSource,0,0,FALSE,,, -wool.n.01,sliceable,0,0,FALSE,,, -wool.n.01,slicer,0,0,FALSE,,, -wool.n.01,soakable,1,1,FALSE,,, -asparagus.n.02,liquid,0,0,FALSE,,, -asparagus.n.02,heatSource,0,0,FALSE,,, -asparagus.n.02,fireSource,1,0,FALSE,,, -asparagus.n.02,cookable,0,1,FALSE,,, -asparagus.n.02,coldSource,0,0,FALSE,,, -asparagus.n.02,sliceable,0,1,FALSE,,, -asparagus.n.02,slicer,0,0,FALSE,,, -asparagus.n.02,soakable,0,0,FALSE,,, -cooler.n.01,liquid,0,0,FALSE,,, -cooler.n.01,heatSource,0,0,FALSE,,, -cooler.n.01,fireSource,0,0,FALSE,,, -cooler.n.01,cookable,1,0,FALSE,,, -cooler.n.01,coldSource,1,1,FALSE,,, -cooler.n.01,sliceable,0,0,FALSE,,, -cooler.n.01,slicer,1,0,FALSE,,, -cooler.n.01,soakable,0,0,FALSE,,, -lamp.n.01,liquid,0,0,FALSE,,, -lamp.n.01,heatSource,0,1,TRUE,2426.85-4726.85,,light_bulb.n.01 -lamp.n.01,fireSource,0,0,FALSE,,, -lamp.n.01,cookable,0,0,FALSE,,, -lamp.n.01,coldSource,0,0,FALSE,,, -lamp.n.01,sliceable,0,0,FALSE,,, -lamp.n.01,slicer,1,0,FALSE,,, -lamp.n.01,soakable,0,0,FALSE,,, -mud.n.01,liquid,0,0,FALSE,,, -mud.n.01,heatSource,0,0,FALSE,,, -mud.n.01,fireSource,0,0,FALSE,,, -mud.n.01,cookable,0,0,FALSE,,, -mud.n.01,coldSource,0,0,FALSE,,, -mud.n.01,sliceable,0,0,FALSE,,, -mud.n.01,slicer,0,0,FALSE,,, -mud.n.01,soakable,0,0,FALSE,,, -mulch.n.01,liquid,0,0,FALSE,,, -mulch.n.01,heatSource,0,0,FALSE,,, -mulch.n.01,fireSource,0,1,FALSE,,, -mulch.n.01,cookable,0,0,FALSE,,, -mulch.n.01,coldSource,0,0,FALSE,,, -mulch.n.01,sliceable,0,0,FALSE,,, -mulch.n.01,slicer,0,0,FALSE,,, -mulch.n.01,soakable,0,0,FALSE,,, -panel.n.01,liquid,0,0,FALSE,,, -panel.n.01,heatSource,0,0,FALSE,,, -panel.n.01,fireSource,0,0,FALSE,,, -panel.n.01,cookable,0,0,FALSE,,, -panel.n.01,coldSource,0,0,FALSE,,, -panel.n.01,sliceable,0,0,FALSE,,, -panel.n.01,slicer,1,0,FALSE,,, -panel.n.01,soakable,1,1,FALSE,,, -control_panel.n.01,liquid,0,0,FALSE,,, -control_panel.n.01,heatSource,0,0,FALSE,,, -control_panel.n.01,fireSource,0,0,FALSE,,, -control_panel.n.01,cookable,0,0,FALSE,,, -control_panel.n.01,coldSource,0,0,FALSE,,, -control_panel.n.01,sliceable,0,0,FALSE,,, -control_panel.n.01,slicer,1,0,FALSE,,, -control_panel.n.01,soakable,0,0,FALSE,,, -slide_fastener.n.01,liquid,0,0,FALSE,,, -slide_fastener.n.01,heatSource,0,0,FALSE,,, -slide_fastener.n.01,fireSource,0,0,FALSE,,, -slide_fastener.n.01,cookable,0,0,FALSE,,, -slide_fastener.n.01,coldSource,0,0,FALSE,,, -slide_fastener.n.01,sliceable,0,0,FALSE,,, -slide_fastener.n.01,slicer,0,0,FALSE,,, -slide_fastener.n.01,soakable,0,0,FALSE,,, -acetone.n.01,liquid,1,1,FALSE,,, -acetone.n.01,heatSource,0,0,FALSE,,, -acetone.n.01,fireSource,0,0,FALSE,,, -acetone.n.01,cookable,0,0,FALSE,,, -acetone.n.01,coldSource,0,0,FALSE,,, -acetone.n.01,sliceable,0,0,FALSE,,, -acetone.n.01,slicer,0,0,FALSE,,, -acetone.n.01,soakable,0,0,FALSE,,, -batter.n.02,liquid,1,1,FALSE,,, -batter.n.02,heatSource,0,0,FALSE,,, -batter.n.02,fireSource,1,0,FALSE,,, -batter.n.02,cookable,0,1,FALSE,,, -batter.n.02,coldSource,1,0,FALSE,,, -batter.n.02,sliceable,0,0,FALSE,,, -batter.n.02,slicer,0,0,FALSE,,, -batter.n.02,soakable,1,0,FALSE,,, -belt.n.01,liquid,0,0,FALSE,,, -belt.n.01,heatSource,0,0,FALSE,,, -belt.n.01,fireSource,0,0,FALSE,,, -belt.n.01,cookable,0,0,FALSE,,, -belt.n.01,coldSource,0,0,FALSE,,, -belt.n.01,sliceable,0,0,FALSE,,, -belt.n.01,slicer,1,0,FALSE,,, -belt.n.01,soakable,0,0,FALSE,,, -belt.n.02,liquid,0,0,FALSE,,, -belt.n.02,heatSource,0,0,FALSE,,, -belt.n.02,fireSource,0,0,FALSE,,, -belt.n.02,cookable,0,0,FALSE,,, -belt.n.02,coldSource,0,0,FALSE,,, -belt.n.02,sliceable,0,0,FALSE,,, -belt.n.02,slicer,1,0,FALSE,,, -belt.n.02,soakable,0,0,FALSE,,, -blueberry.n.02,liquid,0,0,FALSE,,, -blueberry.n.02,heatSource,0,0,FALSE,,, -blueberry.n.02,fireSource,0,0,FALSE,,, -blueberry.n.02,cookable,0,1,FALSE,,, -blueberry.n.02,coldSource,1,0,FALSE,,, -blueberry.n.02,sliceable,0,1,FALSE,,, -blueberry.n.02,slicer,0,0,FALSE,,, -blueberry.n.02,soakable,0,0,FALSE,,, -bracket.n.04,liquid,0,0,FALSE,,, -bracket.n.04,heatSource,0,0,FALSE,,, -bracket.n.04,fireSource,0,0,FALSE,,, -bracket.n.04,cookable,0,0,FALSE,,, -bracket.n.04,coldSource,0,0,FALSE,,, -bracket.n.04,sliceable,0,0,FALSE,,, -bracket.n.04,slicer,0,0,FALSE,,, -bracket.n.04,soakable,0,0,FALSE,,, -bun.n.01,liquid,0,0,FALSE,,, -bun.n.01,heatSource,0,0,FALSE,,, -bun.n.01,fireSource,1,0,FALSE,,, -bun.n.01,cookable,0,1,FALSE,,, -bun.n.01,coldSource,0,0,FALSE,,, -bun.n.01,sliceable,0,1,FALSE,,, -bun.n.01,slicer,1,0,FALSE,,, -bun.n.01,soakable,1,0,FALSE,,, -cabbage.n.03,liquid,0,0,FALSE,,, -cabbage.n.03,heatSource,0,0,FALSE,,, -cabbage.n.03,fireSource,1,0,FALSE,,, -cabbage.n.03,cookable,0,1,FALSE,,, -cabbage.n.03,coldSource,0,0,FALSE,,, -cabbage.n.03,sliceable,0,1,FALSE,,, -cabbage.n.03,slicer,0,0,FALSE,,, -cabbage.n.03,soakable,0,0,FALSE,,, -clip.n.03,liquid,0,0,FALSE,,, -clip.n.03,heatSource,0,0,FALSE,,, -clip.n.03,fireSource,0,0,FALSE,,, -clip.n.03,cookable,0,0,FALSE,,, -clip.n.03,coldSource,0,0,FALSE,,, -clip.n.03,sliceable,0,0,FALSE,,, -clip.n.03,slicer,1,0,FALSE,,, -clip.n.03,soakable,0,0,FALSE,,, -condiment.n.01,liquid,0,0,FALSE,,, -condiment.n.01,heatSource,0,0,FALSE,,, -condiment.n.01,fireSource,1,0,FALSE,,, -condiment.n.01,cookable,0,1,FALSE,,, -condiment.n.01,coldSource,0,0,FALSE,,, -condiment.n.01,sliceable,0,0,FALSE,,, -condiment.n.01,slicer,0,0,FALSE,,, -condiment.n.01,soakable,0,0,FALSE,,, -cumin.n.02,liquid,0,0,FALSE,,, -cumin.n.02,heatSource,0,0,FALSE,,, -cumin.n.02,fireSource,1,0,FALSE,,, -cumin.n.02,cookable,0,1,FALSE,,, -cumin.n.02,coldSource,0,0,FALSE,,, -cumin.n.02,sliceable,0,0,FALSE,,, -cumin.n.02,slicer,0,0,FALSE,,, -cumin.n.02,soakable,0,0,FALSE,,, -fire.n.01,liquid,0,0,FALSE,,, -fire.n.01,heatSource,1,1,TRUE,1100,"https://www.thoughtco.com/why-is-fire-hot-607320#:~:text=The%20color%20of%20a%20fire,2400%2D2700%C2%B0%20Fahrenheit).", -fire.n.01,fireSource,0,0,FALSE,,, -fire.n.01,cookable,0,0,FALSE,,, -fire.n.01,coldSource,0,0,FALSE,,, -fire.n.01,sliceable,0,0,FALSE,,, -fire.n.01,slicer,0,0,FALSE,,, -fire.n.01,soakable,0,0,FALSE,,, -game.n.09,liquid,0,0,FALSE,,, -game.n.09,heatSource,0,0,FALSE,,, -game.n.09,fireSource,0,0,FALSE,,, -game.n.09,cookable,0,0,FALSE,,, -game.n.09,coldSource,0,0,FALSE,,, -game.n.09,sliceable,0,0,FALSE,,, -game.n.09,slicer,1,0,FALSE,,, -game.n.09,soakable,1,0,FALSE,,, -ham.n.01,liquid,0,0,FALSE,,, -ham.n.01,heatSource,0,0,FALSE,,, -ham.n.01,fireSource,1,0,FALSE,,, -ham.n.01,cookable,0,1,FALSE,,, -ham.n.01,coldSource,0,0,FALSE,,, -ham.n.01,sliceable,0,1,FALSE,,, -ham.n.01,slicer,0,0,FALSE,,, -ham.n.01,soakable,0,0,FALSE,,, -hamper.n.02,liquid,0,0,FALSE,,, -hamper.n.02,heatSource,0,0,FALSE,,, -hamper.n.02,fireSource,0,0,FALSE,,, -hamper.n.02,cookable,0,0,FALSE,,, -hamper.n.02,coldSource,0,0,FALSE,,, -hamper.n.02,sliceable,0,0,FALSE,,, -hamper.n.02,slicer,1,0,FALSE,,, -hamper.n.02,soakable,1,0,FALSE,,, -lint.n.01,liquid,0,0,FALSE,,, -lint.n.01,heatSource,0,0,FALSE,,, -lint.n.01,fireSource,0,1,FALSE,,, -lint.n.01,cookable,0,0,FALSE,,, -lint.n.01,coldSource,0,0,FALSE,,, -lint.n.01,sliceable,0,0,FALSE,,, -lint.n.01,slicer,0,0,FALSE,,, -lint.n.01,soakable,0,1,FALSE,,, -marker.n.03,liquid,0,0,FALSE,,, -marker.n.03,heatSource,0,0,FALSE,,, -marker.n.03,fireSource,0,0,FALSE,,, -marker.n.03,cookable,0,0,FALSE,,, -marker.n.03,coldSource,1,0,FALSE,,, -marker.n.03,sliceable,0,0,FALSE,,, -marker.n.03,slicer,1,0,FALSE,,, -marker.n.03,soakable,0,0,FALSE,,, -pipe.n.02,liquid,0,0,FALSE,,, -pipe.n.02,heatSource,0,0,FALSE,,, -pipe.n.02,fireSource,0,0,FALSE,,, -pipe.n.02,cookable,0,0,FALSE,,, -pipe.n.02,coldSource,0,0,FALSE,,, -pipe.n.02,sliceable,0,0,FALSE,,, -pipe.n.02,slicer,1,0,FALSE,,, -pipe.n.02,soakable,0,0,FALSE,,, -seawater.n.01,liquid,1,1,FALSE,,, -seawater.n.01,heatSource,0,0,FALSE,,, -seawater.n.01,fireSource,0,0,FALSE,,, -seawater.n.01,cookable,0,0,FALSE,,, -seawater.n.01,coldSource,0,0,FALSE,,, -seawater.n.01,sliceable,0,0,FALSE,,, -seawater.n.01,slicer,0,0,FALSE,,, -seawater.n.01,soakable,0,0,FALSE,,, -snow.n.01,liquid,0,0,FALSE,,, -snow.n.01,heatSource,0,0,FALSE,,, -snow.n.01,fireSource,0,0,FALSE,,, -snow.n.01,cookable,0,0,FALSE,,, -snow.n.01,coldSource,0,0,FALSE,,, -snow.n.01,sliceable,0,0,FALSE,,, -snow.n.01,slicer,0,0,FALSE,,, -snow.n.01,soakable,0,0,FALSE,,, -tire.n.01,liquid,0,0,FALSE,,, -tire.n.01,heatSource,0,0,FALSE,,, -tire.n.01,fireSource,0,0,FALSE,,, -tire.n.01,cookable,0,0,FALSE,,, -tire.n.01,coldSource,0,0,FALSE,,, -tire.n.01,sliceable,0,0,FALSE,,, -tire.n.01,slicer,0,0,FALSE,,, -tire.n.01,soakable,0,0,FALSE,,, -artwork.n.01,liquid,0,0,FALSE,,, -artwork.n.01,heatSource,0,0,FALSE,,, -artwork.n.01,fireSource,0,0,FALSE,,, -artwork.n.01,cookable,0,0,FALSE,,, -artwork.n.01,coldSource,1,0,FALSE,,, -artwork.n.01,sliceable,0,0,FALSE,,, -artwork.n.01,slicer,0,0,FALSE,,, -artwork.n.01,soakable,1,0,FALSE,,, -avocado.n.01,liquid,0,0,FALSE,,, -avocado.n.01,heatSource,0,0,FALSE,,, -avocado.n.01,fireSource,0,0,FALSE,,, -avocado.n.01,cookable,0,1,FALSE,,, -avocado.n.01,coldSource,0,0,FALSE,,, -avocado.n.01,sliceable,0,1,FALSE,,, -avocado.n.01,slicer,0,0,FALSE,,, -avocado.n.01,soakable,0,0,FALSE,,, -bone.n.01,liquid,0,0,FALSE,,, -bone.n.01,heatSource,0,0,FALSE,,, -bone.n.01,fireSource,0,0,FALSE,,, -bone.n.01,cookable,0,1,FALSE,,, -bone.n.01,coldSource,0,0,FALSE,,, -bone.n.01,sliceable,0,0,FALSE,,, -bone.n.01,slicer,0,0,FALSE,,, -bone.n.01,soakable,0,0,FALSE,,, -cornstarch.n.01,liquid,0,0,FALSE,,, -cornstarch.n.01,heatSource,0,0,FALSE,,, -cornstarch.n.01,fireSource,1,0,FALSE,,, -cornstarch.n.01,cookable,0,1,FALSE,,, -cornstarch.n.01,coldSource,1,0,FALSE,,, -cornstarch.n.01,sliceable,0,0,FALSE,,, -cornstarch.n.01,slicer,1,0,FALSE,,, -cornstarch.n.01,soakable,0,0,FALSE,,, -gift.n.01,liquid,0,0,FALSE,,, -gift.n.01,heatSource,0,0,FALSE,,, -gift.n.01,fireSource,0,0,FALSE,,, -gift.n.01,cookable,0,0,FALSE,,, -gift.n.01,coldSource,0,0,FALSE,,, -gift.n.01,sliceable,0,0,FALSE,,, -gift.n.01,slicer,0,0,FALSE,,, -gift.n.01,soakable,0,0,FALSE,,, -greens.n.01,liquid,0,0,FALSE,,, -greens.n.01,heatSource,0,0,FALSE,,, -greens.n.01,fireSource,1,0,FALSE,,, -greens.n.01,cookable,0,1,FALSE,,, -greens.n.01,coldSource,0,0,FALSE,,, -greens.n.01,sliceable,0,1,FALSE,,, -greens.n.01,slicer,0,0,FALSE,,, -greens.n.01,soakable,1,0,FALSE,,, -jacket.n.01,liquid,0,0,FALSE,,, -jacket.n.01,heatSource,0,0,FALSE,,, -jacket.n.01,fireSource,0,0,FALSE,,, -jacket.n.01,cookable,0,0,FALSE,,, -jacket.n.01,coldSource,0,0,FALSE,,, -jacket.n.01,sliceable,0,0,FALSE,,, -jacket.n.01,slicer,1,0,FALSE,,, -jacket.n.01,soakable,1,1,FALSE,,, -mattress.n.01,liquid,0,0,FALSE,,, -mattress.n.01,heatSource,0,0,FALSE,,, -mattress.n.01,fireSource,0,0,FALSE,,, -mattress.n.01,cookable,0,0,FALSE,,, -mattress.n.01,coldSource,1,0,FALSE,,, -mattress.n.01,sliceable,0,0,FALSE,,, -mattress.n.01,slicer,0,0,FALSE,,, -mattress.n.01,soakable,0,1,FALSE,,, -mildew.n.02,liquid,0,0,FALSE,,, -mildew.n.02,heatSource,0,0,FALSE,,, -mildew.n.02,fireSource,0,0,FALSE,,, -mildew.n.02,cookable,0,0,FALSE,,, -mildew.n.02,coldSource,0,0,FALSE,,, -mildew.n.02,sliceable,0,0,FALSE,,, -mildew.n.02,slicer,0,0,FALSE,,, -mildew.n.02,soakable,0,0,FALSE,,, -noodle.n.01,liquid,0,0,FALSE,,, -noodle.n.01,heatSource,0,0,FALSE,,, -noodle.n.01,fireSource,1,0,FALSE,,, -noodle.n.01,cookable,0,1,FALSE,,, -noodle.n.01,coldSource,1,0,FALSE,,, -noodle.n.01,sliceable,0,0,FALSE,,, -noodle.n.01,slicer,1,0,FALSE,,, -noodle.n.01,soakable,1,0,FALSE,,, -pin.n.09,liquid,0,0,FALSE,,, -pin.n.09,heatSource,0,0,FALSE,,, -pin.n.09,fireSource,0,0,FALSE,,, -pin.n.09,cookable,0,0,FALSE,,, -pin.n.09,coldSource,0,0,FALSE,,, -pin.n.09,sliceable,0,0,FALSE,,, -pin.n.09,slicer,1,0,FALSE,,, -pin.n.09,soakable,0,0,FALSE,,, -steam.n.01,liquid,0,0,FALSE,,, -steam.n.01,heatSource,1,0,FALSE,,, -steam.n.01,fireSource,1,0,FALSE,,, -steam.n.01,cookable,0,0,FALSE,,, -steam.n.01,coldSource,0,0,FALSE,,, -steam.n.01,sliceable,0,0,FALSE,,, -steam.n.01,slicer,0,0,FALSE,,, -steam.n.01,soakable,0,0,FALSE,,, -tablecloth.n.01,liquid,0,0,FALSE,,, -tablecloth.n.01,heatSource,0,0,FALSE,,, -tablecloth.n.01,fireSource,0,0,FALSE,,, -tablecloth.n.01,cookable,0,0,FALSE,,, -tablecloth.n.01,coldSource,0,0,FALSE,,, -tablecloth.n.01,sliceable,0,0,FALSE,,, -tablecloth.n.01,slicer,1,0,FALSE,,, -tablecloth.n.01,soakable,1,1,FALSE,,, -tank.n.02,liquid,0,0,FALSE,,, -tank.n.02,heatSource,0,0,FALSE,,, -tank.n.02,fireSource,0,0,FALSE,,, -tank.n.02,cookable,0,0,FALSE,,, -tank.n.02,coldSource,0,0,FALSE,,, -tank.n.02,sliceable,0,0,FALSE,,, -tank.n.02,slicer,1,0,FALSE,,, -tank.n.02,soakable,0,0,FALSE,,, -charcoal.n.01,liquid,0,0,FALSE,,, -charcoal.n.01,heatSource,1,0,FALSE,,, -charcoal.n.01,fireSource,1,1,FALSE,,, -charcoal.n.01,cookable,0,0,FALSE,,, -charcoal.n.01,coldSource,0,0,FALSE,,, -charcoal.n.01,sliceable,0,0,FALSE,,, -charcoal.n.01,slicer,1,0,FALSE,,, -charcoal.n.01,soakable,0,0,FALSE,,, -clothesline.n.01,liquid,0,0,FALSE,,, -clothesline.n.01,heatSource,0,0,FALSE,,, -clothesline.n.01,fireSource,0,0,FALSE,,, -clothesline.n.01,cookable,0,0,FALSE,,, -clothesline.n.01,coldSource,0,0,FALSE,,, -clothesline.n.01,sliceable,0,0,FALSE,,, -clothesline.n.01,slicer,1,0,FALSE,,, -clothesline.n.01,soakable,0,1,FALSE,,, -rod.n.01,liquid,0,0,FALSE,,, -rod.n.01,heatSource,0,0,FALSE,,, -rod.n.01,fireSource,0,0,FALSE,,, -rod.n.01,cookable,0,0,FALSE,,, -rod.n.01,coldSource,0,0,FALSE,,, -rod.n.01,sliceable,0,1,FALSE,,, -rod.n.01,slicer,1,0,FALSE,,, -rod.n.01,soakable,0,0,FALSE,,, -foam.n.01,liquid,0,0,FALSE,,, -foam.n.01,heatSource,0,0,FALSE,,, -foam.n.01,fireSource,0,0,FALSE,,, -foam.n.01,cookable,0,0,FALSE,,, -foam.n.01,coldSource,0,0,FALSE,,, -foam.n.01,sliceable,0,1,FALSE,,, -foam.n.01,slicer,0,0,FALSE,,, -foam.n.01,soakable,0,1,FALSE,,, -jewelry.n.01,liquid,0,0,FALSE,,, -jewelry.n.01,heatSource,0,0,FALSE,,, -jewelry.n.01,fireSource,0,0,FALSE,,, -jewelry.n.01,cookable,0,0,FALSE,,, -jewelry.n.01,coldSource,0,0,FALSE,,, -jewelry.n.01,sliceable,0,0,FALSE,,, -jewelry.n.01,slicer,0,0,FALSE,,, -jewelry.n.01,soakable,0,0,FALSE,,, -kale.n.03,liquid,0,0,FALSE,,, -kale.n.03,heatSource,0,0,FALSE,,, -kale.n.03,fireSource,1,0,FALSE,,, -kale.n.03,cookable,0,1,FALSE,,, -kale.n.03,coldSource,0,0,FALSE,,, -kale.n.03,sliceable,0,1,FALSE,,, -kale.n.03,slicer,0,0,FALSE,,, -kale.n.03,soakable,0,0,FALSE,,, -nozzle.n.01,liquid,1,0,FALSE,,, -nozzle.n.01,heatSource,0,0,FALSE,,, -nozzle.n.01,fireSource,0,0,FALSE,,, -nozzle.n.01,cookable,0,0,FALSE,,, -nozzle.n.01,coldSource,1,0,FALSE,,, -nozzle.n.01,sliceable,0,0,FALSE,,, -nozzle.n.01,slicer,1,0,FALSE,,, -nozzle.n.01,soakable,0,0,FALSE,,, -paprika.n.02,liquid,0,0,FALSE,,, -paprika.n.02,heatSource,0,0,FALSE,,, -paprika.n.02,fireSource,1,0,FALSE,,, -paprika.n.02,cookable,0,1,FALSE,,, -paprika.n.02,coldSource,0,0,FALSE,,, -paprika.n.02,sliceable,0,0,FALSE,,, -paprika.n.02,slicer,1,0,FALSE,,, -paprika.n.02,soakable,0,0,FALSE,,, -case.n.01,liquid,0,0,FALSE,,, -case.n.01,heatSource,0,0,FALSE,,, -case.n.01,fireSource,0,0,FALSE,,, -case.n.01,cookable,0,0,FALSE,,, -case.n.01,coldSource,0,0,FALSE,,, -case.n.01,sliceable,0,0,FALSE,,, -case.n.01,slicer,1,0,FALSE,,, -case.n.01,soakable,1,0,FALSE,,, -pizza.n.01,liquid,0,0,FALSE,,, -pizza.n.01,heatSource,0,0,FALSE,,, -pizza.n.01,fireSource,1,0,FALSE,,, -pizza.n.01,cookable,0,1,FALSE,,, -pizza.n.01,coldSource,0,0,FALSE,,, -pizza.n.01,sliceable,0,1,FALSE,,, -pizza.n.01,slicer,1,0,FALSE,,, -pizza.n.01,soakable,0,0,FALSE,,, -rosemary.n.02,liquid,0,0,FALSE,,, -rosemary.n.02,heatSource,0,0,FALSE,,, -rosemary.n.02,fireSource,1,0,FALSE,,, -rosemary.n.02,cookable,0,0,FALSE,,, -rosemary.n.02,coldSource,0,0,FALSE,,, -rosemary.n.02,sliceable,0,0,FALSE,,, -rosemary.n.02,slicer,0,0,FALSE,,, -rosemary.n.02,soakable,0,0,FALSE,,, -incision.n.01,liquid,0,0,FALSE,,, -incision.n.01,heatSource,0,0,FALSE,,, -incision.n.01,fireSource,0,0,FALSE,,, -incision.n.01,cookable,0,0,FALSE,,, -incision.n.01,coldSource,0,0,FALSE,,, -incision.n.01,sliceable,0,0,FALSE,,, -incision.n.01,slicer,0,0,FALSE,,, -incision.n.01,soakable,0,0,FALSE,,, -tag.n.01,liquid,0,0,FALSE,,, -tag.n.01,heatSource,0,0,FALSE,,, -tag.n.01,fireSource,0,0,FALSE,,, -tag.n.01,cookable,0,0,FALSE,,, -tag.n.01,coldSource,0,0,FALSE,,, -tag.n.01,sliceable,0,0,FALSE,,, -tag.n.01,slicer,1,0,FALSE,,, -tag.n.01,soakable,1,1,FALSE,,, -wineglass.n.01,liquid,0,0,FALSE,,, -wineglass.n.01,heatSource,0,0,FALSE,,, -wineglass.n.01,fireSource,0,0,FALSE,,, -wineglass.n.01,cookable,0,0,FALSE,,, -wineglass.n.01,coldSource,1,0,FALSE,,, -wineglass.n.01,sliceable,0,0,FALSE,,, -wineglass.n.01,slicer,1,0,FALSE,,, -wineglass.n.01,soakable,0,0,FALSE,,, -boot.n.01,liquid,0,0,FALSE,,, -boot.n.01,heatSource,0,0,FALSE,,, -boot.n.01,fireSource,0,0,FALSE,,, -boot.n.01,cookable,0,0,FALSE,,, -boot.n.01,coldSource,0,0,FALSE,,, -boot.n.01,sliceable,0,0,FALSE,,, -boot.n.01,slicer,0,0,FALSE,,, -boot.n.01,soakable,0,1,FALSE,,, -branch.n.02,liquid,0,0,FALSE,,, -branch.n.02,heatSource,0,0,FALSE,,, -branch.n.02,fireSource,0,1,FALSE,,, -branch.n.02,cookable,0,0,FALSE,,, -branch.n.02,coldSource,0,0,FALSE,,, -branch.n.02,sliceable,0,1,FALSE,,, -branch.n.02,slicer,0,0,FALSE,,, -branch.n.02,soakable,0,0,FALSE,,, -candy.n.01,liquid,0,0,FALSE,,, -candy.n.01,heatSource,0,0,FALSE,,, -candy.n.01,fireSource,0,0,FALSE,,, -candy.n.01,cookable,0,0,FALSE,,, -candy.n.01,coldSource,0,0,FALSE,,, -candy.n.01,sliceable,0,0,FALSE,,, -candy.n.01,slicer,1,0,FALSE,,, -candy.n.01,soakable,0,0,FALSE,,, -curtain.n.01,liquid,0,0,FALSE,,, -curtain.n.01,heatSource,0,0,FALSE,,, -curtain.n.01,fireSource,0,0,FALSE,,, -curtain.n.01,cookable,0,0,FALSE,,, -curtain.n.01,coldSource,0,0,FALSE,,, -curtain.n.01,sliceable,0,0,FALSE,,, -curtain.n.01,slicer,1,0,FALSE,,, -curtain.n.01,soakable,0,1,FALSE,,, -spectacles.n.01,liquid,0,0,FALSE,,, -spectacles.n.01,heatSource,0,0,FALSE,,, -spectacles.n.01,fireSource,0,0,FALSE,,, -spectacles.n.01,cookable,0,0,FALSE,,, -spectacles.n.01,coldSource,1,0,FALSE,,, -spectacles.n.01,sliceable,0,0,FALSE,,, -spectacles.n.01,slicer,1,0,FALSE,,, -spectacles.n.01,soakable,1,0,FALSE,,, -linen.n.03,liquid,0,0,FALSE,,, -linen.n.03,heatSource,0,0,FALSE,,, -linen.n.03,fireSource,0,0,FALSE,,, -linen.n.03,cookable,0,0,FALSE,,, -linen.n.03,coldSource,0,0,FALSE,,, -linen.n.03,sliceable,0,0,FALSE,,, -linen.n.03,slicer,0,0,FALSE,,, -linen.n.03,soakable,1,1,FALSE,,, -mint.n.04,liquid,0,0,FALSE,,, -mint.n.04,heatSource,0,0,FALSE,,, -mint.n.04,fireSource,0,0,FALSE,,, -mint.n.04,cookable,0,1,FALSE,,, -mint.n.04,coldSource,0,0,FALSE,,, -mint.n.04,sliceable,0,0,FALSE,,, -mint.n.04,slicer,1,0,FALSE,,, -mint.n.04,soakable,0,0,FALSE,,, -pillow.n.1,liquid,0,0,FALSE,,, -pillow.n.1,heatSource,0,0,FALSE,,, -pillow.n.1,fireSource,0,0,FALSE,,, -pillow.n.1,cookable,0,0,FALSE,,, -pillow.n.1,coldSource,0,0,FALSE,,, -pillow.n.1,sliceable,0,0,FALSE,,, -pillow.n.1,slicer,0,0,FALSE,,, -pillow.n.1,soakable,1,1,FALSE,,, -pitcher.n.02,liquid,0,0,FALSE,,, -pitcher.n.02,heatSource,0,0,FALSE,,, -pitcher.n.02,fireSource,0,0,FALSE,,, -pitcher.n.02,cookable,0,0,FALSE,,, -pitcher.n.02,coldSource,1,0,FALSE,,, -pitcher.n.02,sliceable,0,0,FALSE,,, -pitcher.n.02,slicer,1,0,FALSE,,, -pitcher.n.02,soakable,0,0,FALSE,,, -produce.n.01,liquid,0,0,FALSE,,, -produce.n.01,heatSource,0,0,FALSE,,, -produce.n.01,fireSource,0,0,FALSE,,, -produce.n.01,cookable,0,1,FALSE,,, -produce.n.01,coldSource,0,0,FALSE,,, -produce.n.01,sliceable,1,1,FALSE,,, -produce.n.01,slicer,0,0,FALSE,,, -produce.n.01,soakable,0,0,FALSE,,, -hoop.n.02,liquid,0,0,FALSE,,, -hoop.n.02,heatSource,0,0,FALSE,,, -hoop.n.02,fireSource,0,0,FALSE,,, -hoop.n.02,cookable,0,0,FALSE,,, -hoop.n.02,coldSource,0,0,FALSE,,, -hoop.n.02,sliceable,0,0,FALSE,,, -hoop.n.02,slicer,1,0,FALSE,,, -hoop.n.02,soakable,0,0,FALSE,,, -shrimp.n.03,liquid,0,0,FALSE,,, -shrimp.n.03,heatSource,0,0,FALSE,,, -shrimp.n.03,fireSource,1,0,FALSE,,, -shrimp.n.03,cookable,0,1,FALSE,,, -shrimp.n.03,coldSource,0,0,FALSE,,, -shrimp.n.03,sliceable,0,1,FALSE,,, -shrimp.n.03,slicer,0,0,FALSE,,, -shrimp.n.03,soakable,0,0,FALSE,,, -compost.n.01,liquid,0,0,FALSE,,, -compost.n.01,heatSource,0,0,FALSE,,, -compost.n.01,fireSource,0,1,FALSE,,, -compost.n.01,cookable,0,0,FALSE,,, -compost.n.01,coldSource,0,0,FALSE,,, -compost.n.01,sliceable,0,0,FALSE,,, -compost.n.01,slicer,0,0,FALSE,,, -compost.n.01,soakable,0,0,FALSE,,, -screen.n.04,liquid,0,0,FALSE,,, -screen.n.04,heatSource,0,0,FALSE,,, -screen.n.04,fireSource,0,0,FALSE,,, -screen.n.04,cookable,0,0,FALSE,,, -screen.n.04,coldSource,0,0,FALSE,,, -screen.n.04,sliceable,0,0,FALSE,,, -screen.n.04,slicer,1,0,FALSE,,, -screen.n.04,soakable,0,0,FALSE,,, -beverage.n.01,liquid,1,1,FALSE,,, -beverage.n.01,heatSource,0,0,FALSE,,, -beverage.n.01,fireSource,0,0,FALSE,,, -beverage.n.01,cookable,1,0,FALSE,,, -beverage.n.01,coldSource,1,0,FALSE,,, -beverage.n.01,sliceable,0,0,FALSE,,, -beverage.n.01,slicer,0,0,FALSE,,, -beverage.n.01,soakable,0,0,FALSE,,, -gasoline.n.01,liquid,1,1,FALSE,,, -gasoline.n.01,heatSource,1,0,FALSE,,, -gasoline.n.01,fireSource,0,1,FALSE,,, -gasoline.n.01,cookable,0,0,FALSE,,, -gasoline.n.01,coldSource,0,0,FALSE,,, -gasoline.n.01,sliceable,0,0,FALSE,,, -gasoline.n.01,slicer,1,0,FALSE,,, -gasoline.n.01,soakable,0,0,FALSE,,, -grain.n.01,liquid,0,0,FALSE,,, -grain.n.01,heatSource,0,0,FALSE,,, -grain.n.01,fireSource,1,0,FALSE,,, -grain.n.01,cookable,0,1,FALSE,,, -grain.n.01,coldSource,0,0,FALSE,,, -grain.n.01,sliceable,0,0,FALSE,,, -grain.n.01,slicer,1,0,FALSE,,, -grain.n.01,soakable,0,0,FALSE,,, -mail.n.04,liquid,0,0,FALSE,,, -mail.n.04,heatSource,0,0,FALSE,,, -mail.n.04,fireSource,0,0,FALSE,,, -mail.n.04,cookable,0,0,FALSE,,, -mail.n.04,coldSource,0,0,FALSE,,, -mail.n.04,sliceable,0,0,FALSE,,, -mail.n.04,slicer,1,0,FALSE,,, -mail.n.04,soakable,0,0,FALSE,,, -bag.n.06,liquid,0,0,FALSE,,, -bag.n.06,heatSource,0,0,FALSE,,, -bag.n.06,fireSource,0,0,FALSE,,, -bag.n.06,cookable,0,0,FALSE,,, -bag.n.06,coldSource,0,0,FALSE,,, -bag.n.06,sliceable,0,0,FALSE,,, -bag.n.06,slicer,1,0,FALSE,,, -bag.n.06,soakable,1,1,FALSE,,, -berry.n.01,liquid,0,0,FALSE,,, -berry.n.01,heatSource,0,0,FALSE,,, -berry.n.01,fireSource,1,0,FALSE,,, -berry.n.01,cookable,0,1,FALSE,,, -berry.n.01,coldSource,0,0,FALSE,,, -berry.n.01,sliceable,0,1,FALSE,,, -berry.n.01,slicer,0,0,FALSE,,, -berry.n.01,soakable,0,0,FALSE,,, -coat.n.03,liquid,0,0,FALSE,,, -coat.n.03,heatSource,0,0,FALSE,,, -coat.n.03,fireSource,0,0,FALSE,,, -coat.n.03,cookable,0,0,FALSE,,, -coat.n.03,coldSource,0,0,FALSE,,, -coat.n.03,sliceable,0,0,FALSE,,, -coat.n.03,slicer,0,0,FALSE,,, -coat.n.03,soakable,0,1,FALSE,,, -corn.n.01,liquid,0,0,FALSE,,, -corn.n.01,heatSource,0,0,FALSE,,, -corn.n.01,fireSource,1,0,FALSE,,, -corn.n.01,cookable,0,1,FALSE,,, -corn.n.01,coldSource,0,0,FALSE,,, -corn.n.01,sliceable,0,1,FALSE,,, -corn.n.01,slicer,0,0,FALSE,,, -corn.n.01,soakable,0,0,FALSE,,, -ginger.n.03,liquid,0,0,FALSE,,, -ginger.n.03,heatSource,0,0,FALSE,,, -ginger.n.03,fireSource,1,0,FALSE,,, -ginger.n.03,cookable,0,1,FALSE,,, -ginger.n.03,coldSource,0,0,FALSE,,, -ginger.n.03,sliceable,0,1,FALSE,,, -ginger.n.03,slicer,1,0,FALSE,,, -ginger.n.03,soakable,0,0,FALSE,,, -mustard.n.02,liquid,0,0,FALSE,,, -mustard.n.02,heatSource,0,0,FALSE,,, -mustard.n.02,fireSource,1,0,FALSE,,, -mustard.n.02,cookable,0,1,FALSE,,, -mustard.n.02,coldSource,0,0,FALSE,,, -mustard.n.02,sliceable,0,0,FALSE,,, -mustard.n.02,slicer,0,0,FALSE,,, -mustard.n.02,soakable,0,0,FALSE,,, -rust.n.01,liquid,0,0,FALSE,,, -rust.n.01,heatSource,0,0,FALSE,,, -rust.n.01,fireSource,0,0,FALSE,,, -rust.n.01,cookable,0,0,FALSE,,, -rust.n.01,coldSource,0,0,FALSE,,, -rust.n.01,sliceable,0,0,FALSE,,, -rust.n.01,slicer,0,0,FALSE,,, -rust.n.01,soakable,0,0,FALSE,,, -screen.n.03,liquid,0,0,FALSE,,, -screen.n.03,heatSource,0,0,FALSE,,, -screen.n.03,fireSource,0,0,FALSE,,, -screen.n.03,cookable,0,0,FALSE,,, -screen.n.03,coldSource,0,0,FALSE,,, -screen.n.03,sliceable,0,0,FALSE,,, -screen.n.03,slicer,1,0,FALSE,,, -screen.n.03,soakable,0,0,FALSE,,, -handcart.n.01,liquid,0,0,FALSE,,, -handcart.n.01,heatSource,0,0,FALSE,,, -handcart.n.01,fireSource,0,0,FALSE,,, -handcart.n.01,cookable,0,0,FALSE,,, -handcart.n.01,coldSource,0,0,FALSE,,, -handcart.n.01,sliceable,0,0,FALSE,,, -handcart.n.01,slicer,0,0,FALSE,,, -handcart.n.01,soakable,0,0,FALSE,,, -bolt.n.06,liquid,0,0,FALSE,,, -bolt.n.06,heatSource,0,0,FALSE,,, -bolt.n.06,fireSource,0,0,FALSE,,, -bolt.n.06,cookable,0,0,FALSE,,, -bolt.n.06,coldSource,0,0,FALSE,,, -bolt.n.06,sliceable,0,0,FALSE,,, -bolt.n.06,slicer,1,1,FALSE,,, -bolt.n.06,soakable,0,0,FALSE,,, -weed.n.01,liquid,0,0,FALSE,,, -weed.n.01,heatSource,0,0,FALSE,,, -weed.n.01,fireSource,0,0,FALSE,,, -weed.n.01,cookable,0,0,FALSE,,, -weed.n.01,coldSource,0,0,FALSE,,, -weed.n.01,sliceable,0,0,FALSE,,, -weed.n.01,slicer,0,0,FALSE,,, -weed.n.01,soakable,0,0,FALSE,,, -cane_sugar.n.02,liquid,0,0,FALSE,,, -cane_sugar.n.02,heatSource,0,0,FALSE,,, -cane_sugar.n.02,fireSource,0,0,FALSE,,, -cane_sugar.n.02,cookable,0,1,FALSE,,, -cane_sugar.n.02,coldSource,0,0,FALSE,,, -cane_sugar.n.02,sliceable,0,0,FALSE,,, -cane_sugar.n.02,slicer,1,0,FALSE,,, -cane_sugar.n.02,soakable,0,0,FALSE,,, -hydrogen_peroxide.n.01,liquid,1,1,FALSE,,, -hydrogen_peroxide.n.01,heatSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,fireSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,cookable,0,0,FALSE,,, -hydrogen_peroxide.n.01,coldSource,0,0,FALSE,,, -hydrogen_peroxide.n.01,sliceable,0,0,FALSE,,, -hydrogen_peroxide.n.01,slicer,0,0,FALSE,,, -hydrogen_peroxide.n.01,soakable,0,0,FALSE,,, -icecream.n.01,liquid,0,0,FALSE,,, -icecream.n.01,heatSource,0,0,FALSE,,, -icecream.n.01,fireSource,0,0,FALSE,,, -icecream.n.01,cookable,1,1,FALSE,,, -icecream.n.01,coldSource,1,0,FALSE,,, -icecream.n.01,sliceable,0,0,FALSE,,, -icecream.n.01,slicer,1,0,FALSE,,, -icecream.n.01,soakable,0,0,FALSE,,, -nail.n.02,liquid,0,0,FALSE,,, -nail.n.02,heatSource,0,0,FALSE,,, -nail.n.02,fireSource,0,0,FALSE,,, -nail.n.02,cookable,0,0,FALSE,,, -nail.n.02,coldSource,0,0,FALSE,,, -nail.n.02,sliceable,0,0,FALSE,,, -nail.n.02,slicer,1,0,FALSE,,, -nail.n.02,soakable,0,0,FALSE,,, -thermometer.n.01,liquid,0,0,FALSE,,, -thermometer.n.01,heatSource,0,0,FALSE,,, -thermometer.n.01,fireSource,0,0,FALSE,,, -thermometer.n.01,cookable,0,0,FALSE,,, -thermometer.n.01,coldSource,1,0,FALSE,,, -thermometer.n.01,sliceable,0,0,FALSE,,, -thermometer.n.01,slicer,1,0,FALSE,,, -thermometer.n.01,soakable,0,0,FALSE,,, -pan.n.01,liquid,0,0,FALSE,,, -pan.n.01,heatSource,1,1,TRUE,N/A,, -pan.n.01,fireSource,1,0,FALSE,,, -pan.n.01,cookable,0,0,FALSE,,, -pan.n.01,coldSource,1,0,FALSE,,, -pan.n.01,sliceable,0,0,FALSE,,, -pan.n.01,slicer,1,0,FALSE,,, -pan.n.01,soakable,0,0,FALSE,,, -disinfectant.n.01,liquid,1,1,FALSE,,, -disinfectant.n.01,heatSource,0,0,FALSE,,, -disinfectant.n.01,fireSource,0,0,FALSE,,, -disinfectant.n.01,cookable,0,0,FALSE,,, -disinfectant.n.01,coldSource,0,0,FALSE,,, -disinfectant.n.01,sliceable,0,0,FALSE,,, -disinfectant.n.01,slicer,0,0,FALSE,,, -disinfectant.n.01,soakable,0,0,FALSE,,, -dough.n.01,liquid,0,0,FALSE,,, -dough.n.01,heatSource,0,0,FALSE,,, -dough.n.01,fireSource,0,0,FALSE,,, -dough.n.01,cookable,0,1,FALSE,,, -dough.n.01,coldSource,0,0,FALSE,,, -dough.n.01,sliceable,0,1,FALSE,,, -dough.n.01,slicer,0,0,FALSE,,, -dough.n.01,soakable,1,0,FALSE,,, -garment.n.01,liquid,0,0,FALSE,,, -garment.n.01,heatSource,0,0,FALSE,,, -garment.n.01,fireSource,0,0,FALSE,,, -garment.n.01,cookable,0,0,FALSE,,, -garment.n.01,coldSource,0,0,FALSE,,, -garment.n.01,sliceable,0,0,FALSE,,, -garment.n.01,slicer,0,0,FALSE,,, -garment.n.01,soakable,1,1,FALSE,,, -marjoram.n.01,liquid,0,0,FALSE,,, -marjoram.n.01,heatSource,0,0,FALSE,,, -marjoram.n.01,fireSource,0,0,FALSE,,, -marjoram.n.01,cookable,0,1,FALSE,,, -marjoram.n.01,coldSource,0,0,FALSE,,, -marjoram.n.01,sliceable,0,0,FALSE,,, -marjoram.n.01,slicer,0,0,FALSE,,, -marjoram.n.01,soakable,0,0,FALSE,,, -root.n.01,liquid,0,0,FALSE,,, -root.n.01,heatSource,0,0,FALSE,,, -root.n.01,fireSource,0,0,FALSE,,, -root.n.01,cookable,0,0,FALSE,,, -root.n.01,coldSource,0,0,FALSE,,, -root.n.01,sliceable,0,0,FALSE,,, -root.n.01,slicer,0,0,FALSE,,, -root.n.01,soakable,0,0,FALSE,,, -soy_sauce.n.01,liquid,1,1,FALSE,,, -soy_sauce.n.01,heatSource,0,0,FALSE,,, -soy_sauce.n.01,fireSource,1,0,FALSE,,, -soy_sauce.n.01,cookable,0,1,FALSE,,, -soy_sauce.n.01,coldSource,0,0,FALSE,,, -soy_sauce.n.01,sliceable,0,0,FALSE,,, -soy_sauce.n.01,slicer,0,0,FALSE,,, -soy_sauce.n.01,soakable,0,0,FALSE,,, -container.n.01,liquid,0,0,FALSE,,, -container.n.01,heatSource,0,0,FALSE,,, -container.n.01,fireSource,0,0,FALSE,,, -container.n.01,cookable,0,0,FALSE,,, -container.n.01,coldSource,1,0,FALSE,,, -container.n.01,sliceable,0,0,FALSE,,, -container.n.01,slicer,1,0,FALSE,,, -container.n.01,soakable,1,0,FALSE,,, -trunk.n.01,liquid,0,0,FALSE,,, -trunk.n.01,heatSource,0,0,FALSE,,, -trunk.n.01,fireSource,0,1,FALSE,,, -trunk.n.01,cookable,0,0,FALSE,,, -trunk.n.01,coldSource,0,0,FALSE,,, -trunk.n.01,sliceable,0,1,FALSE,,, -trunk.n.01,slicer,0,0,FALSE,,, -trunk.n.01,soakable,0,1,FALSE,,, -luggage_compartment.n.01,liquid,0,0,FALSE,,, -luggage_compartment.n.01,heatSource,0,0,FALSE,,, -luggage_compartment.n.01,fireSource,0,0,FALSE,,, -luggage_compartment.n.01,cookable,0,0,FALSE,,, -luggage_compartment.n.01,coldSource,0,0,FALSE,,, -luggage_compartment.n.01,sliceable,0,0,FALSE,,, -luggage_compartment.n.01,slicer,0,0,FALSE,,, -luggage_compartment.n.01,soakable,0,0,FALSE,,, -vanilla.n.02,liquid,0,0,FALSE,,, -vanilla.n.02,heatSource,0,0,FALSE,,, -vanilla.n.02,fireSource,0,0,FALSE,,, -vanilla.n.02,cookable,0,1,FALSE,,, -vanilla.n.02,coldSource,0,0,FALSE,,, -vanilla.n.02,sliceable,0,0,FALSE,,, -vanilla.n.02,slicer,0,0,FALSE,,, -vanilla.n.02,soakable,0,0,FALSE,,, -vegetable_oil.n.01,liquid,1,1,FALSE,,, -vegetable_oil.n.01,heatSource,0,0,FALSE,,, -vegetable_oil.n.01,fireSource,1,1,FALSE,,, -vegetable_oil.n.01,cookable,0,1,FALSE,,, -vegetable_oil.n.01,coldSource,1,0,FALSE,,, -vegetable_oil.n.01,sliceable,0,0,FALSE,,, -vegetable_oil.n.01,slicer,0,0,FALSE,,, -vegetable_oil.n.01,soakable,0,0,FALSE,,, -board.n.02,liquid,0,0,FALSE,,, -board.n.02,heatSource,0,0,FALSE,,, -board.n.02,fireSource,0,0,FALSE,,, -board.n.02,cookable,0,0,FALSE,,, -board.n.02,coldSource,0,0,FALSE,,, -board.n.02,sliceable,0,0,FALSE,,, -board.n.02,slicer,1,0,FALSE,,, -board.n.02,soakable,0,0,FALSE,,, -cake.n.03,liquid,0,0,FALSE,,, -cake.n.03,heatSource,0,0,FALSE,,, -cake.n.03,fireSource,1,0,FALSE,,, -cake.n.03,cookable,0,0,FALSE,,, -cake.n.03,coldSource,0,0,FALSE,,, -cake.n.03,sliceable,0,1,FALSE,,, -cake.n.03,slicer,0,0,FALSE,,, -cake.n.03,soakable,0,0,FALSE,,, -decoration.n.01,liquid,0,0,FALSE,,, -decoration.n.01,heatSource,0,0,FALSE,,, -decoration.n.01,fireSource,0,0,FALSE,,, -decoration.n.01,cookable,0,0,FALSE,,, -decoration.n.01,coldSource,0,0,FALSE,,, -decoration.n.01,sliceable,0,0,FALSE,,, -decoration.n.01,slicer,0,0,FALSE,,, -decoration.n.01,soakable,0,0,FALSE,,, -maple_syrup.n.01,liquid,1,1,FALSE,,, -maple_syrup.n.01,heatSource,0,0,FALSE,,, -maple_syrup.n.01,fireSource,1,0,FALSE,,, -maple_syrup.n.01,cookable,0,1,FALSE,,, -maple_syrup.n.01,coldSource,0,0,FALSE,,, -maple_syrup.n.01,sliceable,0,0,FALSE,,, -maple_syrup.n.01,slicer,0,0,FALSE,,, -maple_syrup.n.01,soakable,0,0,FALSE,,, -sandwich.n.01,liquid,0,0,FALSE,,, -sandwich.n.01,heatSource,0,0,FALSE,,, -sandwich.n.01,fireSource,0,0,FALSE,,, -sandwich.n.01,cookable,0,1,FALSE,,, -sandwich.n.01,coldSource,0,0,FALSE,,, -sandwich.n.01,sliceable,0,1,FALSE,,, -sandwich.n.01,slicer,1,0,FALSE,,, -sandwich.n.01,soakable,1,1,FALSE,,, -thyme.n.02,liquid,0,0,FALSE,,, -thyme.n.02,heatSource,0,0,FALSE,,, -thyme.n.02,fireSource,1,0,FALSE,,, -thyme.n.02,cookable,0,1,FALSE,,, -thyme.n.02,coldSource,0,0,FALSE,,, -thyme.n.02,sliceable,0,0,FALSE,,, -thyme.n.02,slicer,1,0,FALSE,,, -thyme.n.02,soakable,0,0,FALSE,,, -turkey.n.04,liquid,0,0,FALSE,,, -turkey.n.04,heatSource,0,0,FALSE,,, -turkey.n.04,fireSource,1,0,FALSE,,, -turkey.n.04,cookable,0,1,FALSE,,, -turkey.n.04,coldSource,0,0,FALSE,,, -turkey.n.04,sliceable,0,1,FALSE,,, -turkey.n.04,slicer,1,0,FALSE,,, -turkey.n.04,soakable,0,0,FALSE,,, -battery.n.01,liquid,0,0,FALSE,,, -battery.n.01,heatSource,0,0,FALSE,,, -battery.n.01,fireSource,0,1,FALSE,,, -battery.n.01,cookable,0,0,FALSE,,, -battery.n.01,coldSource,0,0,FALSE,,, -battery.n.01,sliceable,0,0,FALSE,,, -battery.n.01,slicer,1,0,FALSE,,, -battery.n.01,soakable,0,0,FALSE,,, -french_fries.n.01,liquid,0,0,FALSE,,, -french_fries.n.01,heatSource,1,0,FALSE,,, -french_fries.n.01,fireSource,1,0,FALSE,,, -french_fries.n.01,cookable,0,1,FALSE,,, -french_fries.n.01,coldSource,0,0,FALSE,,, -french_fries.n.01,sliceable,0,1,FALSE,,, -french_fries.n.01,slicer,0,0,FALSE,,, -french_fries.n.01,soakable,0,0,FALSE,,, -garlic.n.02,liquid,0,0,FALSE,,, -garlic.n.02,heatSource,0,0,FALSE,,, -garlic.n.02,fireSource,1,0,FALSE,,, -garlic.n.02,cookable,0,1,FALSE,,, -garlic.n.02,coldSource,0,0,FALSE,,, -garlic.n.02,sliceable,0,1,FALSE,,, -garlic.n.02,slicer,0,0,FALSE,,, -garlic.n.02,soakable,0,0,FALSE,,, -leftovers.n.01,liquid,0,0,FALSE,,, -leftovers.n.01,heatSource,0,0,FALSE,,, -leftovers.n.01,fireSource,1,0,FALSE,,, -leftovers.n.01,cookable,0,1,FALSE,,, -leftovers.n.01,coldSource,0,0,FALSE,,, -leftovers.n.01,sliceable,0,0,FALSE,,, -leftovers.n.01,slicer,0,0,FALSE,,, -leftovers.n.01,soakable,0,0,FALSE,,, -rock.n.01,liquid,0,0,FALSE,,, -rock.n.01,heatSource,0,0,FALSE,,, -rock.n.01,fireSource,0,0,FALSE,,, -rock.n.01,cookable,0,0,FALSE,,, -rock.n.01,coldSource,0,0,FALSE,,, -rock.n.01,sliceable,0,0,FALSE,,, -rock.n.01,slicer,0,0,FALSE,,, -rock.n.01,soakable,0,0,FALSE,,, -release.n.08,liquid,0,0,FALSE,,, -release.n.08,heatSource,0,0,FALSE,,, -release.n.08,fireSource,0,0,FALSE,,, -release.n.08,cookable,0,0,FALSE,,, -release.n.08,coldSource,0,0,FALSE,,, -release.n.08,sliceable,0,0,FALSE,,, -release.n.08,slicer,1,0,FALSE,,, -release.n.08,soakable,0,0,FALSE,,, -dessert.n.01,liquid,0,0,FALSE,,, -dessert.n.01,heatSource,0,0,FALSE,,, -dessert.n.01,fireSource,1,0,FALSE,,, -dessert.n.01,cookable,0,1,FALSE,,, -dessert.n.01,coldSource,1,0,FALSE,,, -dessert.n.01,sliceable,1,1,FALSE,,, -dessert.n.01,slicer,0,0,FALSE,,, -dessert.n.01,soakable,0,0,FALSE,,, -fan.n.01,liquid,0,0,FALSE,,, -fan.n.01,heatSource,0,0,FALSE,,, -fan.n.01,fireSource,0,0,FALSE,,, -fan.n.01,cookable,0,0,FALSE,,, -fan.n.01,coldSource,0,0,FALSE,,, -fan.n.01,sliceable,0,0,FALSE,,, -fan.n.01,slicer,1,0,FALSE,,, -fan.n.01,soakable,0,0,FALSE,,, -trouser.n.01,liquid,0,0,FALSE,,, -trouser.n.01,heatSource,0,0,FALSE,,, -trouser.n.01,fireSource,0,0,FALSE,,, -trouser.n.01,cookable,0,0,FALSE,,, -trouser.n.01,coldSource,0,0,FALSE,,, -trouser.n.01,sliceable,0,0,FALSE,,, -trouser.n.01,slicer,0,0,FALSE,,, -trouser.n.01,soakable,1,1,FALSE,,, -pickup.n.01,liquid,0,0,FALSE,,, -pickup.n.01,heatSource,0,0,FALSE,,, -pickup.n.01,fireSource,0,0,FALSE,,, -pickup.n.01,cookable,0,0,FALSE,,, -pickup.n.01,coldSource,0,0,FALSE,,, -pickup.n.01,sliceable,0,0,FALSE,,, -pickup.n.01,slicer,1,0,FALSE,,, -pickup.n.01,soakable,0,0,FALSE,,, -shovel.n.01,liquid,0,0,FALSE,,, -shovel.n.01,heatSource,0,0,FALSE,,, -shovel.n.01,fireSource,0,0,FALSE,,, -shovel.n.01,cookable,0,0,FALSE,,, -shovel.n.01,coldSource,0,0,FALSE,,, -shovel.n.01,sliceable,0,0,FALSE,,, -shovel.n.01,slicer,1,1,FALSE,,, -shovel.n.01,soakable,0,0,FALSE,,, -cooker.n.01,liquid,0,0,FALSE,,, -cooker.n.01,heatSource,1,1,TRUE,120,https://blogs.extension.iastate.edu/answerline/2014/02/06/slow-cookers-times-temperatures-and-techniques/, -cooker.n.01,fireSource,1,0,FALSE,,, -cooker.n.01,cookable,0,0,FALSE,,, -cooker.n.01,coldSource,0,0,FALSE,,, -cooker.n.01,sliceable,0,0,FALSE,,, -cooker.n.01,slicer,1,1,FALSE,,, -cooker.n.01,soakable,0,0,FALSE,,, -tea.n.01,liquid,1,1,FALSE,,, -tea.n.01,heatSource,0,0,FALSE,,, -tea.n.01,fireSource,0,0,FALSE,,, -tea.n.01,cookable,0,0,FALSE,,, -tea.n.01,coldSource,1,0,FALSE,,, -tea.n.01,sliceable,0,0,FALSE,,, -tea.n.01,slicer,0,0,FALSE,,, -tea.n.01,soakable,0,0,FALSE,,, -ammonia_water.n.01,liquid,1,1,FALSE,,, -ammonia_water.n.01,heatSource,0,0,FALSE,,, -ammonia_water.n.01,fireSource,0,0,FALSE,,, -ammonia_water.n.01,cookable,0,0,FALSE,,, -ammonia_water.n.01,coldSource,0,0,FALSE,,, -ammonia_water.n.01,sliceable,0,0,FALSE,,, -ammonia_water.n.01,slicer,0,0,FALSE,,, -ammonia_water.n.01,soakable,0,0,FALSE,,, -computer.n.1,liquid,0,0,FALSE,,, -computer.n.1,heatSource,0,0,FALSE,,, -computer.n.1,fireSource,0,0,FALSE,,, -computer.n.1,cookable,0,0,FALSE,,, -computer.n.1,coldSource,0,0,FALSE,,, -computer.n.1,sliceable,0,0,FALSE,,, -computer.n.1,slicer,1,0,FALSE,,, -computer.n.1,soakable,0,0,FALSE,,, -cotton.n.02,liquid,0,0,FALSE,,, -cotton.n.02,heatSource,0,0,FALSE,,, -cotton.n.02,fireSource,0,1,FALSE,,, -cotton.n.02,cookable,0,0,FALSE,,, -cotton.n.02,coldSource,0,0,FALSE,,, -cotton.n.02,sliceable,0,0,FALSE,,, -cotton.n.02,slicer,0,0,FALSE,,, -cotton.n.02,soakable,1,1,FALSE,,, -recreational_vehicle.n.01,liquid,0,0,FALSE,,, -recreational_vehicle.n.01,heatSource,0,0,FALSE,,, -recreational_vehicle.n.01,fireSource,0,0,FALSE,,, -recreational_vehicle.n.01,cookable,0,0,FALSE,,, -recreational_vehicle.n.01,coldSource,0,0,FALSE,,, -recreational_vehicle.n.01,sliceable,0,0,FALSE,,, -recreational_vehicle.n.01,slicer,0,0,FALSE,,, -recreational_vehicle.n.01,soakable,0,0,FALSE,,, -seat.n.01,liquid,0,0,FALSE,,, -seat.n.01,heatSource,0,0,FALSE,,, -seat.n.01,fireSource,0,0,FALSE,,, -seat.n.01,cookable,0,0,FALSE,,, -seat.n.01,coldSource,0,0,FALSE,,, -seat.n.01,sliceable,0,0,FALSE,,, -seat.n.01,slicer,0,0,FALSE,,, -seat.n.01,soakable,1,0,FALSE,,, -steamer.n.02,liquid,0,0,FALSE,,, -steamer.n.02,heatSource,1,1,TRUE,212,https://www.subzero-wolf.com/assistance/answers/wolf/convection-steam-oven/convection-steam-oven-temperature-ranges, -steamer.n.02,fireSource,1,0,FALSE,,, -steamer.n.02,cookable,0,0,FALSE,,, -steamer.n.02,coldSource,1,1,FALSE,,, -steamer.n.02,sliceable,0,0,FALSE,,, -steamer.n.02,slicer,1,0,FALSE,,, -steamer.n.02,soakable,0,0,FALSE,,, -thread.n.01,liquid,0,0,FALSE,,, -thread.n.01,heatSource,0,0,FALSE,,, -thread.n.01,fireSource,0,0,FALSE,,, -thread.n.01,cookable,0,0,FALSE,,, -thread.n.01,coldSource,0,0,FALSE,,, -thread.n.01,sliceable,0,0,FALSE,,, -thread.n.01,slicer,1,0,FALSE,,, -thread.n.01,soakable,0,0,FALSE,,, -tissue.n.02,liquid,0,0,FALSE,,, -tissue.n.02,heatSource,0,0,FALSE,,, -tissue.n.02,fireSource,0,1,FALSE,,, -tissue.n.02,cookable,0,0,FALSE,,, -tissue.n.02,coldSource,0,0,FALSE,,, -tissue.n.02,sliceable,0,0,FALSE,,, -tissue.n.02,slicer,1,0,FALSE,,, -tissue.n.02,soakable,1,1,FALSE,,, -box.n.01,liquid,0,0,FALSE,,, -box.n.01,heatSource,0,0,FALSE,,, -box.n.01,fireSource,0,0,FALSE,,, -box.n.01,cookable,0,0,FALSE,,, -box.n.01,coldSource,0,0,FALSE,,, -box.n.01,sliceable,0,0,FALSE,,, -box.n.01,slicer,1,0,FALSE,,, -box.n.01,soakable,1,0,FALSE,,, -cellular_telephone.n.01,liquid,0,0,FALSE,,, -cellular_telephone.n.01,heatSource,0,0,FALSE,,, -cellular_telephone.n.01,fireSource,0,0,FALSE,,, -cellular_telephone.n.01,cookable,0,0,FALSE,,, -cellular_telephone.n.01,coldSource,0,0,FALSE,,, -cellular_telephone.n.01,sliceable,0,0,FALSE,,, -cellular_telephone.n.01,slicer,1,0,FALSE,,, -cellular_telephone.n.01,soakable,1,0,FALSE,,, -key.n.01,liquid,0,0,FALSE,,, -key.n.01,heatSource,0,0,FALSE,,, -key.n.01,fireSource,0,0,FALSE,,, -key.n.01,cookable,0,0,FALSE,,, -key.n.01,coldSource,0,0,FALSE,,, -key.n.01,sliceable,0,0,FALSE,,, -key.n.01,slicer,1,0,FALSE,,, -key.n.01,soakable,0,0,FALSE,,, -key.n.15,liquid,0,0,FALSE,,, -key.n.15,heatSource,0,0,FALSE,,, -key.n.15,fireSource,0,0,FALSE,,, -key.n.15,cookable,0,0,FALSE,,, -key.n.15,coldSource,0,0,FALSE,,, -key.n.15,sliceable,0,0,FALSE,,, -key.n.15,slicer,1,0,FALSE,,, -key.n.15,soakable,0,0,FALSE,,, -label.n.01,liquid,0,0,FALSE,,, -label.n.01,heatSource,0,0,FALSE,,, -label.n.01,fireSource,0,0,FALSE,,, -label.n.01,cookable,0,0,FALSE,,, -label.n.01,coldSource,0,0,FALSE,,, -label.n.01,sliceable,0,0,FALSE,,, -label.n.01,slicer,1,0,FALSE,,, -label.n.01,soakable,1,0,FALSE,,, -syrup.n.01,liquid,1,1,FALSE,,, -syrup.n.01,heatSource,0,0,FALSE,,, -syrup.n.01,fireSource,1,0,FALSE,,, -syrup.n.01,cookable,0,1,FALSE,,, -syrup.n.01,coldSource,1,0,FALSE,,, -syrup.n.01,sliceable,0,0,FALSE,,, -syrup.n.01,slicer,1,0,FALSE,,, -syrup.n.01,soakable,0,0,FALSE,,, -cotton_ball.n.01,liquid,0,0,FALSE,,, -cotton_ball.n.01,heatSource,0,0,FALSE,,, -cotton_ball.n.01,fireSource,0,1,FALSE,,, -cotton_ball.n.01,cookable,0,0,FALSE,,, -cotton_ball.n.01,coldSource,0,0,FALSE,,, -cotton_ball.n.01,sliceable,0,0,FALSE,,, -cotton_ball.n.01,slicer,0,0,FALSE,,, -cotton_ball.n.01,soakable,0,1,FALSE,,, -swab.n.02,liquid,0,0,FALSE,,, -swab.n.02,heatSource,0,0,FALSE,,, -swab.n.02,fireSource,0,0,FALSE,,, -swab.n.02,cookable,0,0,FALSE,,, -swab.n.02,coldSource,1,0,FALSE,,, -swab.n.02,sliceable,0,0,FALSE,,, -swab.n.02,slicer,1,0,FALSE,,, -swab.n.02,soakable,0,0,FALSE,,, -polish.n.03,liquid,0,0,FALSE,,, -polish.n.03,heatSource,0,0,FALSE,,, -polish.n.03,fireSource,0,0,FALSE,,, -polish.n.03,cookable,0,0,FALSE,,, -polish.n.03,coldSource,1,0,FALSE,,, -polish.n.03,sliceable,0,0,FALSE,,, -polish.n.03,slicer,1,0,FALSE,,, -polish.n.03,soakable,0,0,FALSE,,, -shirt.n.01,liquid,0,0,FALSE,,, -shirt.n.01,heatSource,0,0,FALSE,,, -shirt.n.01,fireSource,0,0,FALSE,,, -shirt.n.01,cookable,0,0,FALSE,,, -shirt.n.01,coldSource,0,0,FALSE,,, -shirt.n.01,sliceable,0,0,FALSE,,, -shirt.n.01,slicer,1,0,FALSE,,, -shirt.n.01,soakable,1,1,FALSE,,, -tub.n.02,liquid,1,0,FALSE,,, -tub.n.02,heatSource,0,0,FALSE,,, -tub.n.02,fireSource,0,0,FALSE,,, -tub.n.02,cookable,0,0,FALSE,,, -tub.n.02,coldSource,1,0,FALSE,,, -tub.n.02,sliceable,0,0,FALSE,,, -tub.n.02,slicer,1,0,FALSE,,, -tub.n.02,soakable,0,0,FALSE,,, -sports_equipment.n.01,liquid,0,0,FALSE,,, -sports_equipment.n.01,heatSource,0,0,FALSE,,, -sports_equipment.n.01,fireSource,0,0,FALSE,,, -sports_equipment.n.01,cookable,0,0,FALSE,,, -sports_equipment.n.01,coldSource,0,0,FALSE,,, -sports_equipment.n.01,sliceable,0,0,FALSE,,, -sports_equipment.n.01,slicer,0,0,FALSE,,, -sports_equipment.n.01,soakable,0,0,FALSE,,, -radiator.n.01,liquid,0,0,FALSE,,, -radiator.n.01,heatSource,1,1,TRUE,91,"https://www.carparts.com/blog/how-hot-does-a-radiator-get/#:~:text=But%20how%20hot%20does%20it,degrees%20Celsius%20when%20warmed%20up.", -radiator.n.01,fireSource,0,0,FALSE,,, -radiator.n.01,cookable,1,0,FALSE,,, -radiator.n.01,coldSource,0,0,FALSE,,, -radiator.n.01,sliceable,0,0,FALSE,,, -radiator.n.01,slicer,1,0,FALSE,,, -radiator.n.01,soakable,0,0,FALSE,,, -putty.n.01,liquid,0,0,FALSE,,, -putty.n.01,heatSource,0,0,FALSE,,, -putty.n.01,fireSource,0,0,FALSE,,, -putty.n.01,cookable,0,0,FALSE,,, -putty.n.01,coldSource,1,0,FALSE,,, -putty.n.01,sliceable,0,0,FALSE,,, -putty.n.01,slicer,1,0,FALSE,,, -putty.n.01,soakable,0,0,FALSE,,, -projector.n.02,liquid,0,0,FALSE,,, -projector.n.02,heatSource,0,0,FALSE,,, -projector.n.02,fireSource,0,0,FALSE,,, -projector.n.02,cookable,0,0,FALSE,,, -projector.n.02,coldSource,0,0,FALSE,,, -projector.n.02,sliceable,0,0,FALSE,,, -projector.n.02,slicer,1,0,FALSE,,, -projector.n.02,soakable,0,0,FALSE,,, -flat_coat.n.01,liquid,0,0,FALSE,,, -flat_coat.n.01,heatSource,0,0,FALSE,,, -flat_coat.n.01,fireSource,0,0,FALSE,,, -flat_coat.n.01,cookable,0,0,FALSE,,, -flat_coat.n.01,coldSource,0,0,FALSE,,, -flat_coat.n.01,sliceable,0,0,FALSE,,, -flat_coat.n.01,slicer,0,0,FALSE,,, -flat_coat.n.01,soakable,0,1,FALSE,,, -potato_salad.n.01,liquid,0,0,FALSE,,, -potato_salad.n.01,heatSource,0,0,FALSE,,, -potato_salad.n.01,fireSource,1,0,FALSE,,, -potato_salad.n.01,cookable,0,1,FALSE,,, -potato_salad.n.01,coldSource,0,0,FALSE,,, -potato_salad.n.01,sliceable,0,0,FALSE,,, -potato_salad.n.01,slicer,0,0,FALSE,,, -potato_salad.n.01,soakable,0,0,FALSE,,, -postage.n.02,liquid,0,0,FALSE,,, -postage.n.02,heatSource,0,0,FALSE,,, -postage.n.02,fireSource,0,0,FALSE,,, -postage.n.02,cookable,0,0,FALSE,,, -postage.n.02,coldSource,0,0,FALSE,,, -postage.n.02,sliceable,0,0,FALSE,,, -postage.n.02,slicer,0,0,FALSE,,, -postage.n.02,soakable,0,1,FALSE,,, -plaque.n.01,liquid,0,0,FALSE,,, -plaque.n.01,heatSource,0,0,FALSE,,, -plaque.n.01,fireSource,0,0,FALSE,,, -plaque.n.01,cookable,0,0,FALSE,,, -plaque.n.01,coldSource,0,0,FALSE,,, -plaque.n.01,sliceable,0,0,FALSE,,, -plaque.n.01,slicer,0,0,FALSE,,, -plaque.n.01,soakable,0,0,FALSE,,, -pie_crust.n.01,liquid,0,0,FALSE,,, -pie_crust.n.01,heatSource,0,0,FALSE,,, -pie_crust.n.01,fireSource,1,0,FALSE,,, -pie_crust.n.01,cookable,0,1,FALSE,,, -pie_crust.n.01,coldSource,0,0,FALSE,,, -pie_crust.n.01,sliceable,0,1,FALSE,,, -pie_crust.n.01,slicer,0,0,FALSE,,, -pie_crust.n.01,soakable,1,1,FALSE,,, -pesto.n.01,liquid,0,0,FALSE,,, -pesto.n.01,heatSource,0,0,FALSE,,, -pesto.n.01,fireSource,1,0,FALSE,,, -pesto.n.01,cookable,0,1,FALSE,,, -pesto.n.01,coldSource,0,0,FALSE,,, -pesto.n.01,sliceable,0,0,FALSE,,, -pesto.n.01,slicer,1,0,FALSE,,, -pesto.n.01,soakable,1,0,FALSE,,, -penne.n.01,liquid,0,0,FALSE,,, -penne.n.01,heatSource,0,0,FALSE,,, -penne.n.01,fireSource,1,0,FALSE,,, -penne.n.01,cookable,0,1,FALSE,,, -penne.n.01,coldSource,0,0,FALSE,,, -penne.n.01,sliceable,0,1,FALSE,,, -penne.n.01,slicer,1,0,FALSE,,, -penne.n.01,soakable,0,0,FALSE,,, -pearl.n.01,liquid,0,0,FALSE,,, -pearl.n.01,heatSource,0,0,FALSE,,, -pearl.n.01,fireSource,0,0,FALSE,,, -pearl.n.01,cookable,0,0,FALSE,,, -pearl.n.01,coldSource,0,0,FALSE,,, -pearl.n.01,sliceable,0,0,FALSE,,, -pearl.n.01,slicer,0,0,FALSE,,, -pearl.n.01,soakable,0,0,FALSE,,, -peanut_oil.n.01,liquid,1,1,FALSE,,, -peanut_oil.n.01,heatSource,0,0,FALSE,,, -peanut_oil.n.01,fireSource,1,1,FALSE,,, -peanut_oil.n.01,cookable,0,1,FALSE,,, -peanut_oil.n.01,coldSource,1,0,FALSE,,, -peanut_oil.n.01,sliceable,0,0,FALSE,,, -peanut_oil.n.01,slicer,0,0,FALSE,,, -peanut_oil.n.01,soakable,0,0,FALSE,,, -paving_stone.n.01,liquid,0,0,FALSE,,, -paving_stone.n.01,heatSource,0,0,FALSE,,, -paving_stone.n.01,fireSource,0,0,FALSE,,, -paving_stone.n.01,cookable,0,0,FALSE,,, -paving_stone.n.01,coldSource,0,0,FALSE,,, -paving_stone.n.01,sliceable,0,0,FALSE,,, -paving_stone.n.01,slicer,0,0,FALSE,,, -paving_stone.n.01,soakable,0,0,FALSE,,, -kitchen_utensil.n.01,liquid,0,0,FALSE,,, -kitchen_utensil.n.01,heatSource,0,0,FALSE,,, -kitchen_utensil.n.01,fireSource,0,0,FALSE,,, -kitchen_utensil.n.01,cookable,0,0,FALSE,,, -kitchen_utensil.n.01,coldSource,0,0,FALSE,,, -kitchen_utensil.n.01,sliceable,0,0,FALSE,,, -kitchen_utensil.n.01,slicer,1,1,FALSE,,, -kitchen_utensil.n.01,soakable,0,0,FALSE,,, -brush.n.02,liquid,0,0,FALSE,,, -brush.n.02,heatSource,0,0,FALSE,,, -brush.n.02,fireSource,0,0,FALSE,,, -brush.n.02,cookable,0,0,FALSE,,, -brush.n.02,coldSource,0,0,FALSE,,, -brush.n.02,sliceable,0,0,FALSE,,, -brush.n.02,slicer,0,0,FALSE,,, -brush.n.02,soakable,0,0,FALSE,,, -papaya.n.01,liquid,0,0,FALSE,,, -papaya.n.01,heatSource,0,0,FALSE,,, -papaya.n.01,fireSource,0,0,FALSE,,, -papaya.n.01,cookable,0,1,FALSE,,, -papaya.n.01,coldSource,0,0,FALSE,,, -papaya.n.01,sliceable,0,1,FALSE,,, -papaya.n.01,slicer,0,0,FALSE,,, -papaya.n.01,soakable,0,0,FALSE,,, -painkiller.n.01,liquid,0,0,FALSE,,, -painkiller.n.01,heatSource,0,0,FALSE,,, -painkiller.n.01,fireSource,0,0,FALSE,,, -painkiller.n.01,cookable,0,0,FALSE,,, -painkiller.n.01,coldSource,0,0,FALSE,,, -painkiller.n.01,sliceable,0,0,FALSE,,, -painkiller.n.01,slicer,0,0,FALSE,,, -painkiller.n.01,soakable,0,0,FALSE,,, -analgesic.n.01,liquid,0,0,FALSE,,, -analgesic.n.01,heatSource,0,0,FALSE,,, -analgesic.n.01,fireSource,0,0,FALSE,,, -analgesic.n.01,cookable,0,0,FALSE,,, -analgesic.n.01,coldSource,0,0,FALSE,,, -analgesic.n.01,sliceable,0,0,FALSE,,, -analgesic.n.01,slicer,0,0,FALSE,,, -analgesic.n.01,soakable,0,0,FALSE,,, -napkin_ring.n.01,liquid,0,0,FALSE,,, -napkin_ring.n.01,heatSource,0,0,FALSE,,, -napkin_ring.n.01,fireSource,0,0,FALSE,,, -napkin_ring.n.01,cookable,0,0,FALSE,,, -napkin_ring.n.01,coldSource,0,0,FALSE,,, -napkin_ring.n.01,sliceable,0,0,FALSE,,, -napkin_ring.n.01,slicer,0,0,FALSE,,, -napkin_ring.n.01,soakable,0,0,FALSE,,, -molasses.n.01,liquid,1,1,FALSE,,, -molasses.n.01,heatSource,0,0,FALSE,,, -molasses.n.01,fireSource,1,0,FALSE,,, -molasses.n.01,cookable,0,1,FALSE,,, -molasses.n.01,coldSource,0,0,FALSE,,, -molasses.n.01,sliceable,0,0,FALSE,,, -molasses.n.01,slicer,0,0,FALSE,,, -molasses.n.01,soakable,0,0,FALSE,,, -menu.n.01,liquid,0,0,FALSE,,, -menu.n.01,heatSource,0,0,FALSE,,, -menu.n.01,fireSource,0,0,FALSE,,, -menu.n.01,cookable,0,0,FALSE,,, -menu.n.01,coldSource,0,0,FALSE,,, -menu.n.01,sliceable,0,0,FALSE,,, -menu.n.01,slicer,1,0,FALSE,,, -menu.n.01,soakable,0,0,FALSE,,, -meatball.n.01,liquid,0,0,FALSE,,, -meatball.n.01,heatSource,0,0,FALSE,,, -meatball.n.01,fireSource,1,0,FALSE,,, -meatball.n.01,cookable,0,1,FALSE,,, -meatball.n.01,coldSource,0,0,FALSE,,, -meatball.n.01,sliceable,0,1,FALSE,,, -meatball.n.01,slicer,0,0,FALSE,,, -meatball.n.01,soakable,0,0,FALSE,,, -mattress_pad.n.01,liquid,0,0,FALSE,,, -mattress_pad.n.01,heatSource,0,0,FALSE,,, -mattress_pad.n.01,fireSource,0,0,FALSE,,, -mattress_pad.n.01,cookable,0,0,FALSE,,, -mattress_pad.n.01,coldSource,0,0,FALSE,,, -mattress_pad.n.01,sliceable,0,0,FALSE,,, -mattress_pad.n.01,slicer,0,0,FALSE,,, -mattress_pad.n.01,soakable,0,1,FALSE,,, -margarita.n.01,liquid,1,1,FALSE,,, -fruit_juice.n.01,liquid,1,1,FALSE,,, -fruit_juice.n.01,heatSource,0,0,FALSE,,, -fruit_juice.n.01,fireSource,0,0,FALSE,,, -fruit_juice.n.01,cookable,0,0,FALSE,,, -fruit_juice.n.01,coldSource,1,0,FALSE,,, -fruit_juice.n.01,sliceable,0,0,FALSE,,, -fruit_juice.n.01,slicer,0,0,FALSE,,, -fruit_juice.n.01,soakable,0,0,FALSE,,, -garden_tool.n.01,liquid,0,0,FALSE,,, -garden_tool.n.01,heatSource,0,0,FALSE,,, -garden_tool.n.01,fireSource,0,0,FALSE,,, -garden_tool.n.01,cookable,0,0,FALSE,,, -garden_tool.n.01,coldSource,0,0,FALSE,,, -garden_tool.n.01,sliceable,0,0,FALSE,,, -garden_tool.n.01,slicer,1,0,FALSE,,, -garden_tool.n.01,soakable,0,0,FALSE,,, -glaze.n.01,liquid,0,0,FALSE,,, -glaze.n.01,heatSource,0,0,FALSE,,, -glaze.n.01,fireSource,1,0,FALSE,,, -glaze.n.01,cookable,0,1,FALSE,,, -glaze.n.01,coldSource,1,0,FALSE,,, -glaze.n.01,sliceable,0,0,FALSE,,, -glaze.n.01,slicer,0,0,FALSE,,, -glaze.n.01,soakable,0,0,FALSE,,, -glue.n.01,liquid,0,0,FALSE,,, -glue.n.01,heatSource,0,0,FALSE,,, -glue.n.01,fireSource,0,0,FALSE,,, -glue.n.01,cookable,0,0,FALSE,,, -glue.n.01,coldSource,0,0,FALSE,,, -glue.n.01,sliceable,0,0,FALSE,,, -glue.n.01,slicer,0,0,FALSE,,, -glue.n.01,soakable,0,0,FALSE,,, -grit.n.01,liquid,0,0,FALSE,,, -grit.n.01,heatSource,0,0,FALSE,,, -grit.n.01,fireSource,0,0,FALSE,,, -grit.n.01,cookable,0,0,FALSE,,, -grit.n.01,coldSource,0,0,FALSE,,, -grit.n.01,sliceable,0,0,FALSE,,, -grit.n.01,slicer,0,0,FALSE,,, -grit.n.01,soakable,0,0,FALSE,,, -grocery_bag.n.01,liquid,0,0,FALSE,,, -grocery_bag.n.01,heatSource,0,0,FALSE,,, -grocery_bag.n.01,fireSource,0,0,FALSE,,, -grocery_bag.n.01,cookable,0,0,FALSE,,, -grocery_bag.n.01,coldSource,1,0,FALSE,,, -grocery_bag.n.01,sliceable,0,0,FALSE,,, -grocery_bag.n.01,slicer,1,0,FALSE,,, -grocery_bag.n.01,soakable,1,0,FALSE,,, -grout.n.01,liquid,0,1,FALSE,,, -grout.n.01,heatSource,0,0,FALSE,,, -grout.n.01,fireSource,0,0,FALSE,,, -grout.n.01,cookable,0,0,FALSE,,, -grout.n.01,coldSource,0,0,FALSE,,, -grout.n.01,sliceable,0,0,FALSE,,, -grout.n.01,slicer,1,0,FALSE,,, -grout.n.01,soakable,0,0,FALSE,,, -chewing_gum.n.01,liquid,0,0,FALSE,,, -chewing_gum.n.01,heatSource,0,0,FALSE,,, -chewing_gum.n.01,fireSource,0,0,FALSE,,, -chewing_gum.n.01,cookable,0,0,FALSE,,, -chewing_gum.n.01,coldSource,0,0,FALSE,,, -chewing_gum.n.01,sliceable,0,0,FALSE,,, -chewing_gum.n.01,slicer,0,0,FALSE,,, -chewing_gum.n.01,soakable,0,0,FALSE,,, -hammock.n.02,liquid,0,0,FALSE,,, -hammock.n.02,heatSource,0,0,FALSE,,, -hammock.n.02,fireSource,0,0,FALSE,,, -hammock.n.02,cookable,0,0,FALSE,,, -hammock.n.02,coldSource,0,0,FALSE,,, -hammock.n.02,sliceable,0,0,FALSE,,, -hammock.n.02,slicer,0,0,FALSE,,, -hammock.n.02,soakable,0,1,FALSE,,, -hemp.n.01,liquid,0,0,FALSE,,, -hemp.n.01,heatSource,0,0,FALSE,,, -hemp.n.01,fireSource,0,0,FALSE,,, -hemp.n.01,cookable,0,0,FALSE,,, -hemp.n.01,coldSource,0,0,FALSE,,, -hemp.n.01,sliceable,0,1,FALSE,,, -hemp.n.01,slicer,0,0,FALSE,,, -hemp.n.01,soakable,0,0,FALSE,,, -hot_tub.n.01,liquid,0,0,FALSE,,, -hot_tub.n.01,heatSource,1,0,FALSE,,, -hot_tub.n.01,fireSource,0,0,FALSE,,, -hot_tub.n.01,cookable,0,0,FALSE,,, -hot_tub.n.01,coldSource,1,0,FALSE,,, -hot_tub.n.01,sliceable,0,0,FALSE,,, -hot_tub.n.01,slicer,0,0,FALSE,,, -hot_tub.n.01,soakable,0,0,FALSE,,, -jalapeno.n.02,liquid,0,0,FALSE,,, -jalapeno.n.02,heatSource,1,0,FALSE,,, -jalapeno.n.02,fireSource,1,0,FALSE,,, -jalapeno.n.02,cookable,0,1,FALSE,,, -jalapeno.n.02,coldSource,0,0,FALSE,,, -jalapeno.n.02,sliceable,0,1,FALSE,,, -jalapeno.n.02,slicer,1,0,FALSE,,, -jalapeno.n.02,soakable,0,0,FALSE,,, -jelly_bean.n.01,liquid,0,0,FALSE,,, -jelly_bean.n.01,heatSource,0,0,FALSE,,, -jelly_bean.n.01,fireSource,0,0,FALSE,,, -jelly_bean.n.01,cookable,0,1,FALSE,,, -jelly_bean.n.01,coldSource,0,0,FALSE,,, -jelly_bean.n.01,sliceable,0,1,FALSE,,, -jelly_bean.n.01,slicer,1,0,FALSE,,, -jelly_bean.n.01,soakable,0,0,FALSE,,, -ember.n.01,liquid,0,0,FALSE,,, -ember.n.01,heatSource,1,1,TRUE,1093,"https://www.finecooking.com/article/how-to-judge-the-temperature-of-your-charcoal-grill#:~:text=Hot%20coals%20burn%20at%20upwards,to%20more%20manageable%20cooking%20temperatures.", -ember.n.01,fireSource,1,1,FALSE,,, -ember.n.01,cookable,0,0,FALSE,,, -ember.n.01,coldSource,0,0,FALSE,,, -ember.n.01,sliceable,0,0,FALSE,,, -ember.n.01,slicer,0,0,FALSE,,, -ember.n.01,soakable,0,0,FALSE,,, -knife.n.01,liquid,0,0,FALSE,,, -knife.n.01,heatSource,0,0,FALSE,,, -knife.n.01,fireSource,0,0,FALSE,,, -knife.n.01,cookable,0,0,FALSE,,, -knife.n.01,coldSource,0,0,FALSE,,, -knife.n.01,sliceable,1,0,FALSE,,, -knife.n.01,slicer,1,1,FALSE,,, -knife.n.01,soakable,0,0,FALSE,,, -edge_tool.n.01,liquid,0,0,FALSE,,, -edge_tool.n.01,heatSource,0,0,FALSE,,, -edge_tool.n.01,fireSource,0,0,FALSE,,, -edge_tool.n.01,cookable,0,0,FALSE,,, -edge_tool.n.01,coldSource,0,0,FALSE,,, -edge_tool.n.01,sliceable,1,0,FALSE,,, -edge_tool.n.01,slicer,1,1,FALSE,,, -edge_tool.n.01,soakable,0,0,FALSE,,, -bridge.n.01,liquid,0,0,FALSE,,, -bridge.n.01,heatSource,0,0,FALSE,,, -bridge.n.01,fireSource,0,0,FALSE,,, -bridge.n.01,cookable,0,0,FALSE,,, -bridge.n.01,coldSource,0,0,FALSE,,, -bridge.n.01,sliceable,0,0,FALSE,,, -bridge.n.01,slicer,1,0,FALSE,,, -bridge.n.01,soakable,0,0,FALSE,,, -bungee.n.01,liquid,0,0,FALSE,,, -bungee.n.01,heatSource,0,0,FALSE,,, -bungee.n.01,fireSource,0,0,FALSE,,, -bungee.n.01,cookable,0,0,FALSE,,, -bungee.n.01,coldSource,0,0,FALSE,,, -bungee.n.01,sliceable,0,0,FALSE,,, -bungee.n.01,slicer,1,0,FALSE,,, -bungee.n.01,soakable,0,0,FALSE,,, -candelabrum.n.01,liquid,0,0,FALSE,,, -candelabrum.n.01,heatSource,0,0,FALSE,,, -candelabrum.n.01,fireSource,0,0,FALSE,,, -candelabrum.n.01,cookable,0,0,FALSE,,, -candelabrum.n.01,coldSource,0,0,FALSE,,, -candelabrum.n.01,sliceable,0,0,FALSE,,, -candelabrum.n.01,slicer,1,0,FALSE,,, -candelabrum.n.01,soakable,0,0,FALSE,,, -cashew.n.02,liquid,0,0,FALSE,,, -cashew.n.02,heatSource,0,0,FALSE,,, -cashew.n.02,fireSource,1,0,FALSE,,, -cashew.n.02,cookable,0,1,FALSE,,, -cashew.n.02,coldSource,0,0,FALSE,,, -cashew.n.02,sliceable,0,0,FALSE,,, -cashew.n.02,slicer,0,1,FALSE,,, -cashew.n.02,soakable,0,0,FALSE,,, -cassette.n.01,liquid,0,0,FALSE,,, -cassette.n.01,heatSource,0,0,FALSE,,, -cassette.n.01,fireSource,0,0,FALSE,,, -cassette.n.01,cookable,0,0,FALSE,,, -cassette.n.01,coldSource,0,0,FALSE,,, -cassette.n.01,sliceable,0,0,FALSE,,, -cassette.n.01,slicer,1,0,FALSE,,, -cassette.n.01,soakable,0,0,FALSE,,, -skillet.n.01,liquid,0,0,FALSE,,, -skillet.n.01,heatSource,1,1,TRUE,149,https://inthekitch.net/electric-skillet-temperature-guide/, -skillet.n.01,fireSource,1,0,FALSE,,, -skillet.n.01,cookable,0,0,FALSE,,, -skillet.n.01,coldSource,0,0,FALSE,,, -skillet.n.01,sliceable,0,0,FALSE,,, -skillet.n.01,slicer,1,0,FALSE,,, -skillet.n.01,soakable,0,0,FALSE,,, -cheesecake.n.01,liquid,0,0,FALSE,,, -cheesecake.n.01,heatSource,0,0,FALSE,,, -cheesecake.n.01,fireSource,1,0,FALSE,,, -cheesecake.n.01,cookable,0,1,FALSE,,, -cheesecake.n.01,coldSource,1,0,FALSE,,, -cheesecake.n.01,sliceable,0,1,FALSE,,, -cheesecake.n.01,slicer,0,0,FALSE,,, -cheesecake.n.01,soakable,0,0,FALSE,,, -chorizo.n.01,liquid,0,0,FALSE,,, -chorizo.n.01,heatSource,0,0,FALSE,,, -chorizo.n.01,fireSource,1,0,FALSE,,, -chorizo.n.01,cookable,0,1,FALSE,,, -chorizo.n.01,coldSource,0,0,FALSE,,, -chorizo.n.01,sliceable,0,1,FALSE,,, -chorizo.n.01,slicer,1,0,FALSE,,, -chorizo.n.01,soakable,0,0,FALSE,,, -chowder.n.01,liquid,0,1,FALSE,,, -chowder.n.01,heatSource,0,0,FALSE,,, -chowder.n.01,fireSource,1,0,FALSE,,, -chowder.n.01,cookable,0,1,FALSE,,, -chowder.n.01,coldSource,1,0,FALSE,,, -chowder.n.01,sliceable,0,0,FALSE,,, -chowder.n.01,slicer,0,0,FALSE,,, -chowder.n.01,soakable,0,0,FALSE,,, -fairy_light.n.01,liquid,0,0,FALSE,,, -fairy_light.n.01,heatSource,0,0,FALSE,,, -fairy_light.n.01,fireSource,0,0,FALSE,,, -fairy_light.n.01,cookable,0,0,FALSE,,, -fairy_light.n.01,coldSource,0,0,FALSE,,, -fairy_light.n.01,sliceable,0,0,FALSE,,, -fairy_light.n.01,slicer,1,0,FALSE,,, -fairy_light.n.01,soakable,0,0,FALSE,,, -citric_acid.n.01,liquid,0,0,FALSE,,, -citric_acid.n.01,heatSource,0,0,FALSE,,, -citric_acid.n.01,fireSource,0,0,FALSE,,, -citric_acid.n.01,cookable,0,0,FALSE,,, -citric_acid.n.01,coldSource,0,0,FALSE,,, -citric_acid.n.01,sliceable,0,0,FALSE,,, -citric_acid.n.01,slicer,0,0,FALSE,,, -citric_acid.n.01,soakable,0,0,FALSE,,, -cleansing_agent.n.01,liquid,1,1,FALSE,,, -cleansing_agent.n.01,heatSource,0,0,FALSE,,, -cleansing_agent.n.01,fireSource,0,0,FALSE,,, -cleansing_agent.n.01,cookable,0,0,FALSE,,, -cleansing_agent.n.01,coldSource,0,0,FALSE,,, -cleansing_agent.n.01,sliceable,0,0,FALSE,,, -cleansing_agent.n.01,slicer,0,0,FALSE,,, -cleansing_agent.n.01,soakable,0,0,FALSE,,, -coaster.n.03,liquid,0,0,FALSE,,, -coaster.n.03,heatSource,0,0,FALSE,,, -coaster.n.03,fireSource,0,0,FALSE,,, -coaster.n.03,cookable,0,0,FALSE,,, -coaster.n.03,coldSource,0,0,FALSE,,, -coaster.n.03,sliceable,0,0,FALSE,,, -coaster.n.03,slicer,0,0,FALSE,,, -coaster.n.03,soakable,0,1,FALSE,,, -cod.n.02,liquid,0,0,FALSE,,, -cod.n.02,heatSource,0,0,FALSE,,, -cod.n.02,fireSource,1,0,FALSE,,, -cod.n.02,cookable,0,1,FALSE,,, -cod.n.02,coldSource,0,0,FALSE,,, -cod.n.02,sliceable,0,1,FALSE,,, -cod.n.02,slicer,0,0,FALSE,,, -cod.n.02,soakable,0,0,FALSE,,, -cola.n.02,liquid,1,1,FALSE,,, -cola.n.02,heatSource,0,0,FALSE,,, -cola.n.02,fireSource,0,0,FALSE,,, -cola.n.02,cookable,1,1,FALSE,,, -cola.n.02,coldSource,1,0,FALSE,,, -cola.n.02,sliceable,0,0,FALSE,,, -cola.n.02,slicer,0,0,FALSE,,, -cola.n.02,soakable,0,0,FALSE,,, -comic_book.n.01,liquid,0,0,FALSE,,, -comic_book.n.01,heatSource,0,0,FALSE,,, -comic_book.n.01,fireSource,0,0,FALSE,,, -comic_book.n.01,cookable,0,0,FALSE,,, -comic_book.n.01,coldSource,0,0,FALSE,,, -comic_book.n.01,sliceable,0,0,FALSE,,, -comic_book.n.01,slicer,0,0,FALSE,,, -comic_book.n.01,soakable,0,1,FALSE,,, -cookie_cutter.n.01,liquid,0,0,FALSE,,, -cookie_cutter.n.01,heatSource,0,0,FALSE,,, -cookie_cutter.n.01,fireSource,0,0,FALSE,,, -cookie_cutter.n.01,cookable,0,0,FALSE,,, -cookie_cutter.n.01,coldSource,0,0,FALSE,,, -cookie_cutter.n.01,sliceable,0,0,FALSE,,, -cookie_cutter.n.01,slicer,1,1,FALSE,,, -cookie_cutter.n.01,soakable,0,0,FALSE,,, -cottage_cheese.n.01,liquid,0,0,FALSE,,, -cottage_cheese.n.01,heatSource,0,0,FALSE,,, -cottage_cheese.n.01,fireSource,0,0,FALSE,,, -cottage_cheese.n.01,cookable,0,1,FALSE,,, -cottage_cheese.n.01,coldSource,0,0,FALSE,,, -cottage_cheese.n.01,sliceable,0,1,FALSE,,, -cottage_cheese.n.01,slicer,0,0,FALSE,,, -cottage_cheese.n.01,soakable,0,0,FALSE,,, -cranberry_juice.n.01,liquid,1,1,FALSE,,, -cranberry_juice.n.01,heatSource,0,0,FALSE,,, -cranberry_juice.n.01,fireSource,0,0,FALSE,,, -cranberry_juice.n.01,cookable,0,1,FALSE,,, -cranberry_juice.n.01,coldSource,1,0,FALSE,,, -cranberry_juice.n.01,sliceable,0,0,FALSE,,, -cranberry_juice.n.01,slicer,0,0,FALSE,,, -cranberry_juice.n.01,soakable,0,0,FALSE,,, -curry_powder.n.01,liquid,0,0,FALSE,,, -curry_powder.n.01,heatSource,0,0,FALSE,,, -curry_powder.n.01,fireSource,1,0,FALSE,,, -curry_powder.n.01,cookable,0,1,FALSE,,, -curry_powder.n.01,coldSource,0,0,FALSE,,, -curry_powder.n.01,sliceable,0,0,FALSE,,, -curry_powder.n.01,slicer,0,0,FALSE,,, -curry_powder.n.01,soakable,0,0,FALSE,,, -cold_cuts.n.01,liquid,0,0,FALSE,,, -cold_cuts.n.01,heatSource,0,0,FALSE,,, -cold_cuts.n.01,fireSource,0,0,FALSE,,, -cold_cuts.n.01,cookable,1,1,FALSE,,, -cold_cuts.n.01,coldSource,0,0,FALSE,,, -cold_cuts.n.01,sliceable,0,1,FALSE,,, -cold_cuts.n.01,slicer,0,0,FALSE,,, -cold_cuts.n.01,soakable,0,0,FALSE,,, -diamond.n.01,liquid,0,0,FALSE,,, -diamond.n.01,heatSource,0,0,FALSE,,, -diamond.n.01,fireSource,0,0,FALSE,,, -diamond.n.01,cookable,0,0,FALSE,,, -diamond.n.01,coldSource,0,0,FALSE,,, -diamond.n.01,sliceable,0,0,FALSE,,, -diamond.n.01,slicer,0,0,FALSE,,, -diamond.n.01,soakable,0,0,FALSE,,, -bag.n.04,liquid,0,0,FALSE,,, -bag.n.04,heatSource,0,0,FALSE,,, -bag.n.04,fireSource,0,0,FALSE,,, -bag.n.04,cookable,0,0,FALSE,,, -bag.n.04,coldSource,0,0,FALSE,,, -bag.n.04,sliceable,0,0,FALSE,,, -bag.n.04,slicer,1,0,FALSE,,, -bag.n.04,soakable,1,0,FALSE,,, -dinner_plate.n.01,liquid,0,0,FALSE,,, -dinner_plate.n.01,heatSource,0,0,FALSE,,, -dinner_plate.n.01,fireSource,0,0,FALSE,,, -dinner_plate.n.01,cookable,0,0,FALSE,,, -dinner_plate.n.01,coldSource,0,0,FALSE,,, -dinner_plate.n.01,sliceable,0,0,FALSE,,, -dinner_plate.n.01,slicer,1,0,FALSE,,, -dinner_plate.n.01,soakable,0,0,FALSE,,, -essence.n.04,liquid,0,0,FALSE,,, -essence.n.04,heatSource,0,0,FALSE,,, -essence.n.04,fireSource,0,0,FALSE,,, -essence.n.04,cookable,0,0,FALSE,,, -essence.n.04,coldSource,1,0,FALSE,,, -essence.n.04,sliceable,0,0,FALSE,,, -essence.n.04,slicer,0,0,FALSE,,, -essence.n.04,soakable,0,0,FALSE,,, -aluminum.n.01,liquid,0,0,FALSE,,, -aluminum.n.01,heatSource,0,0,FALSE,,, -aluminum.n.01,fireSource,0,0,FALSE,,, -aluminum.n.01,cookable,0,0,FALSE,,, -aluminum.n.01,coldSource,0,0,FALSE,,, -aluminum.n.01,sliceable,0,0,FALSE,,, -aluminum.n.01,slicer,0,0,FALSE,,, -aluminum.n.01,soakable,0,0,FALSE,,, -antenna.n.01,liquid,0,0,FALSE,,, -antenna.n.01,heatSource,0,0,FALSE,,, -antenna.n.01,fireSource,0,0,FALSE,,, -antenna.n.01,cookable,0,0,FALSE,,, -antenna.n.01,coldSource,0,0,FALSE,,, -antenna.n.01,sliceable,0,0,FALSE,,, -antenna.n.01,slicer,1,0,FALSE,,, -antenna.n.01,soakable,0,0,FALSE,,, -cider.n.01,liquid,1,1,FALSE,,, -cider.n.01,heatSource,0,0,FALSE,,, -cider.n.01,fireSource,0,0,FALSE,,, -cider.n.01,cookable,0,1,FALSE,,, -cider.n.01,coldSource,1,0,FALSE,,, -cider.n.01,sliceable,0,0,FALSE,,, -cider.n.01,slicer,0,0,FALSE,,, -cider.n.01,soakable,0,0,FALSE,,, -apron.n.01,liquid,0,0,FALSE,,, -apron.n.01,heatSource,0,0,FALSE,,, -apron.n.01,fireSource,0,0,FALSE,,, -apron.n.01,cookable,0,0,FALSE,,, -apron.n.01,coldSource,0,0,FALSE,,, -apron.n.01,sliceable,0,0,FALSE,,, -apron.n.01,slicer,0,0,FALSE,,, -apron.n.01,soakable,1,1,FALSE,,, -artichoke.n.01,liquid,0,0,FALSE,,, -artichoke.n.01,heatSource,0,0,FALSE,,, -artichoke.n.01,fireSource,1,0,FALSE,,, -artichoke.n.01,cookable,0,1,FALSE,,, -artichoke.n.01,coldSource,0,0,FALSE,,, -artichoke.n.01,sliceable,0,1,FALSE,,, -artichoke.n.01,slicer,0,0,FALSE,,, -artichoke.n.01,soakable,0,0,FALSE,,, -bandage.n.01,liquid,0,0,FALSE,,, -bandage.n.01,heatSource,0,0,FALSE,,, -bandage.n.01,fireSource,0,0,FALSE,,, -bandage.n.01,cookable,0,0,FALSE,,, -bandage.n.01,coldSource,0,0,FALSE,,, -bandage.n.01,sliceable,0,0,FALSE,,, -bandage.n.01,slicer,0,0,FALSE,,, -bandage.n.01,soakable,1,1,FALSE,,, -banner.n.01,liquid,0,0,FALSE,,, -banner.n.01,heatSource,0,0,FALSE,,, -banner.n.01,fireSource,0,0,FALSE,,, -banner.n.01,cookable,0,0,FALSE,,, -banner.n.01,coldSource,0,0,FALSE,,, -banner.n.01,sliceable,0,0,FALSE,,, -banner.n.01,slicer,1,0,FALSE,,, -banner.n.01,soakable,0,1,FALSE,,, -bar.n.03,liquid,0,0,FALSE,,, -bar.n.03,heatSource,0,0,FALSE,,, -bar.n.03,fireSource,0,0,FALSE,,, -bar.n.03,cookable,0,0,FALSE,,, -bar.n.03,coldSource,0,0,FALSE,,, -bar.n.03,sliceable,0,0,FALSE,,, -bar.n.03,slicer,1,0,FALSE,,, -bar.n.03,soakable,0,0,FALSE,,, -bark.n.01,liquid,0,0,FALSE,,, -bark.n.01,heatSource,0,0,FALSE,,, -bark.n.01,fireSource,0,1,FALSE,,, -bark.n.01,cookable,0,0,FALSE,,, -bark.n.01,coldSource,0,0,FALSE,,, -bark.n.01,sliceable,0,0,FALSE,,, -bark.n.01,slicer,0,0,FALSE,,, -bark.n.01,soakable,0,1,FALSE,,, -barrel.n.03,liquid,0,0,FALSE,,, -barrel.n.03,heatSource,0,0,FALSE,,, -barrel.n.03,fireSource,0,0,FALSE,,, -barrel.n.03,cookable,0,0,FALSE,,, -barrel.n.03,coldSource,0,0,FALSE,,, -barrel.n.03,sliceable,0,0,FALSE,,, -barrel.n.03,slicer,1,0,FALSE,,, -barrel.n.03,soakable,0,1,FALSE,,, -bird_feeder.n.01,liquid,0,0,FALSE,,, -bird_feeder.n.01,heatSource,0,0,FALSE,,, -bird_feeder.n.01,fireSource,0,0,FALSE,,, -bird_feeder.n.01,cookable,0,0,FALSE,,, -bird_feeder.n.01,coldSource,0,0,FALSE,,, -bird_feeder.n.01,sliceable,0,0,FALSE,,, -bird_feeder.n.01,slicer,0,0,FALSE,,, -bird_feeder.n.01,soakable,0,0,FALSE,,, -blazer.n.01,liquid,0,0,FALSE,,, -blazer.n.01,heatSource,0,0,FALSE,,, -blazer.n.01,fireSource,0,0,FALSE,,, -blazer.n.01,cookable,0,0,FALSE,,, -blazer.n.01,coldSource,0,0,FALSE,,, -blazer.n.01,sliceable,0,0,FALSE,,, -blazer.n.01,slicer,1,0,FALSE,,, -blazer.n.01,soakable,1,1,FALSE,,, -bleu.n.01,liquid,0,0,FALSE,,, -bleu.n.01,heatSource,0,0,FALSE,,, -bleu.n.01,fireSource,0,0,FALSE,,, -bleu.n.01,cookable,0,1,FALSE,,, -bleu.n.01,coldSource,0,0,FALSE,,, -bleu.n.01,sliceable,0,1,FALSE,,, -bleu.n.01,slicer,0,0,FALSE,,, -bleu.n.01,soakable,0,0,FALSE,,, -notepad.n.01,liquid,0,0,FALSE,,, -notepad.n.01,heatSource,0,0,FALSE,,, -notepad.n.01,fireSource,0,0,FALSE,,, -notepad.n.01,cookable,0,0,FALSE,,, -notepad.n.01,coldSource,0,0,FALSE,,, -notepad.n.01,sliceable,0,0,FALSE,,, -notepad.n.01,slicer,1,0,FALSE,,, -notepad.n.01,soakable,1,0,FALSE,,, -nut_butter.n.01,liquid,0,0,FALSE,,, -nut_butter.n.01,heatSource,0,0,FALSE,,, -nut_butter.n.01,fireSource,0,0,FALSE,,, -nut_butter.n.01,cookable,0,1,FALSE,,, -nut_butter.n.01,coldSource,0,0,FALSE,,, -nut_butter.n.01,sliceable,0,1,FALSE,,, -nut_butter.n.01,slicer,0,0,FALSE,,, -nut_butter.n.01,soakable,0,0,FALSE,,, -okra.n.02,liquid,0,0,FALSE,,, -okra.n.02,heatSource,0,0,FALSE,,, -okra.n.02,fireSource,1,0,FALSE,,, -okra.n.02,cookable,0,1,FALSE,,, -okra.n.02,coldSource,0,0,FALSE,,, -okra.n.02,sliceable,0,1,FALSE,,, -okra.n.02,slicer,0,0,FALSE,,, -okra.n.02,soakable,0,0,FALSE,,, -old_fashioned.n.01,liquid,0,0,FALSE,,, -old_fashioned.n.01,heatSource,0,0,FALSE,,, -old_fashioned.n.01,fireSource,0,0,FALSE,,, -old_fashioned.n.01,cookable,0,0,FALSE,,, -old_fashioned.n.01,coldSource,0,0,FALSE,,, -old_fashioned.n.01,sliceable,0,0,FALSE,,, -old_fashioned.n.01,slicer,0,0,FALSE,,, -old_fashioned.n.01,soakable,0,0,FALSE,,, -overall.n.01,liquid,0,0,FALSE,,, -overall.n.01,heatSource,0,0,FALSE,,, -overall.n.01,fireSource,0,0,FALSE,,, -overall.n.01,cookable,0,0,FALSE,,, -overall.n.01,coldSource,0,0,FALSE,,, -overall.n.01,sliceable,0,0,FALSE,,, -overall.n.01,slicer,0,0,FALSE,,, -overall.n.01,soakable,1,0,FALSE,,, -solvent.n.01,liquid,1,1,FALSE,,, -solvent.n.01,heatSource,0,0,FALSE,,, -solvent.n.01,fireSource,0,0,FALSE,,, -solvent.n.01,cookable,0,0,FALSE,,, -solvent.n.01,coldSource,1,0,FALSE,,, -solvent.n.01,sliceable,0,0,FALSE,,, -solvent.n.01,slicer,0,0,FALSE,,, -solvent.n.01,soakable,0,0,FALSE,,, -passport.n.02,liquid,0,0,FALSE,,, -passport.n.02,heatSource,0,0,FALSE,,, -passport.n.02,fireSource,0,0,FALSE,,, -passport.n.02,cookable,0,0,FALSE,,, -passport.n.02,coldSource,0,0,FALSE,,, -passport.n.02,sliceable,0,0,FALSE,,, -passport.n.02,slicer,0,0,FALSE,,, -passport.n.02,soakable,0,1,FALSE,,, -penny.n.02,liquid,0,0,FALSE,,, -penny.n.02,heatSource,0,0,FALSE,,, -penny.n.02,fireSource,0,0,FALSE,,, -penny.n.02,cookable,0,0,FALSE,,, -penny.n.02,coldSource,0,0,FALSE,,, -penny.n.02,sliceable,0,0,FALSE,,, -penny.n.02,slicer,1,0,FALSE,,, -penny.n.02,soakable,0,0,FALSE,,, -petfood.n.01,liquid,0,0,FALSE,,, -petfood.n.01,heatSource,0,0,FALSE,,, -petfood.n.01,fireSource,1,0,FALSE,,, -petfood.n.01,cookable,0,1,FALSE,,, -petfood.n.01,coldSource,0,0,FALSE,,, -petfood.n.01,sliceable,0,0,FALSE,,, -petfood.n.01,slicer,0,0,FALSE,,, -petfood.n.01,soakable,0,0,FALSE,,, -hair.n.04,liquid,0,0,FALSE,,, -hair.n.04,heatSource,0,0,FALSE,,, -hair.n.04,fireSource,0,0,FALSE,,, -hair.n.04,cookable,0,0,FALSE,,, -hair.n.04,coldSource,0,0,FALSE,,, -hair.n.04,sliceable,0,0,FALSE,,, -hair.n.04,slicer,0,0,FALSE,,, -hair.n.04,soakable,0,0,FALSE,,, -salsa.n.01,liquid,0,0,FALSE,,, -salsa.n.01,heatSource,1,0,FALSE,,, -salsa.n.01,fireSource,1,0,FALSE,,, -salsa.n.01,cookable,0,1,FALSE,,, -salsa.n.01,coldSource,0,0,FALSE,,, -salsa.n.01,sliceable,0,0,FALSE,,, -salsa.n.01,slicer,0,0,FALSE,,, -salsa.n.01,soakable,0,0,FALSE,,, -pinecone.n.01,liquid,0,0,FALSE,,, -pinecone.n.01,heatSource,0,0,FALSE,,, -pinecone.n.01,fireSource,0,0,FALSE,,, -pinecone.n.01,cookable,0,0,FALSE,,, -pinecone.n.01,coldSource,0,0,FALSE,,, -pinecone.n.01,sliceable,0,0,FALSE,,, -pinecone.n.01,slicer,0,0,FALSE,,, -pinecone.n.01,soakable,0,0,FALSE,,, -pipe_cleaner.n.01,liquid,0,0,FALSE,,, -pipe_cleaner.n.01,heatSource,0,0,FALSE,,, -pipe_cleaner.n.01,fireSource,0,0,FALSE,,, -pipe_cleaner.n.01,cookable,0,0,FALSE,,, -pipe_cleaner.n.01,coldSource,0,0,FALSE,,, -pipe_cleaner.n.01,sliceable,0,0,FALSE,,, -pipe_cleaner.n.01,slicer,1,0,FALSE,,, -pipe_cleaner.n.01,soakable,0,0,FALSE,,, -pita.n.01,liquid,0,0,FALSE,,, -pita.n.01,heatSource,0,0,FALSE,,, -pita.n.01,fireSource,1,0,FALSE,,, -pita.n.01,cookable,0,1,FALSE,,, -pita.n.01,coldSource,1,0,FALSE,,, -pita.n.01,sliceable,0,1,FALSE,,, -pita.n.01,slicer,1,0,FALSE,,, -pita.n.01,soakable,1,1,FALSE,,, -pitchfork.n.01,liquid,0,0,FALSE,,, -pitchfork.n.01,heatSource,0,0,FALSE,,, -pitchfork.n.01,fireSource,0,0,FALSE,,, -pitchfork.n.01,cookable,0,0,FALSE,,, -pitchfork.n.01,coldSource,0,0,FALSE,,, -pitchfork.n.01,sliceable,0,0,FALSE,,, -pitchfork.n.01,slicer,1,0,FALSE,,, -pitchfork.n.01,soakable,0,0,FALSE,,, -ice_lolly.n.01,liquid,0,0,FALSE,,, -ice_lolly.n.01,heatSource,0,0,FALSE,,, -ice_lolly.n.01,fireSource,0,0,FALSE,,, -ice_lolly.n.01,cookable,1,0,FALSE,,, -ice_lolly.n.01,coldSource,0,0,FALSE,,, -ice_lolly.n.01,sliceable,0,0,FALSE,,, -ice_lolly.n.01,slicer,0,0,FALSE,,, -ice_lolly.n.01,soakable,0,0,FALSE,,, -mushroom.n.01,liquid,0,0,FALSE,,, -mushroom.n.01,heatSource,0,0,FALSE,,, -mushroom.n.01,fireSource,1,0,FALSE,,, -mushroom.n.01,cookable,0,1,FALSE,,, -mushroom.n.01,coldSource,0,0,FALSE,,, -mushroom.n.01,sliceable,0,1,FALSE,,, -mushroom.n.01,slicer,0,0,FALSE,,, -mushroom.n.01,soakable,0,0,FALSE,,, -price_tag.n.01,liquid,0,0,FALSE,,, -price_tag.n.01,heatSource,0,0,FALSE,,, -price_tag.n.01,fireSource,0,0,FALSE,,, -price_tag.n.01,cookable,0,0,FALSE,,, -price_tag.n.01,coldSource,0,0,FALSE,,, -price_tag.n.01,sliceable,0,0,FALSE,,, -price_tag.n.01,slicer,1,0,FALSE,,, -price_tag.n.01,soakable,0,0,FALSE,,, -pumpkin_seed.n.01,liquid,0,0,FALSE,,, -pumpkin_seed.n.01,heatSource,0,0,FALSE,,, -pumpkin_seed.n.01,fireSource,1,0,FALSE,,, -pumpkin_seed.n.01,cookable,0,1,FALSE,,, -pumpkin_seed.n.01,coldSource,0,0,FALSE,,, -pumpkin_seed.n.01,sliceable,0,0,FALSE,,, -pumpkin_seed.n.01,slicer,0,0,FALSE,,, -pumpkin_seed.n.01,soakable,0,0,FALSE,,, -refried_beans.n.01,liquid,0,0,FALSE,,, -refried_beans.n.01,heatSource,0,0,FALSE,,, -refried_beans.n.01,fireSource,1,0,FALSE,,, -refried_beans.n.01,cookable,0,1,FALSE,,, -refried_beans.n.01,coldSource,0,0,FALSE,,, -refried_beans.n.01,sliceable,0,0,FALSE,,, -refried_beans.n.01,slicer,0,0,FALSE,,, -refried_beans.n.01,soakable,0,0,FALSE,,, -risotto.n.01,liquid,0,0,FALSE,,, -risotto.n.01,heatSource,0,0,FALSE,,, -risotto.n.01,fireSource,1,0,FALSE,,, -risotto.n.01,cookable,0,1,FALSE,,, -risotto.n.01,coldSource,1,0,FALSE,,, -risotto.n.01,sliceable,0,0,FALSE,,, -risotto.n.01,slicer,1,0,FALSE,,, -risotto.n.01,soakable,0,0,FALSE,,, -saffron.n.02,liquid,0,0,FALSE,,, -saffron.n.02,heatSource,0,0,FALSE,,, -saffron.n.02,fireSource,1,0,FALSE,,, -saffron.n.02,cookable,0,1,FALSE,,, -saffron.n.02,coldSource,0,0,FALSE,,, -saffron.n.02,sliceable,0,0,FALSE,,, -saffron.n.02,slicer,0,0,FALSE,,, -saffron.n.02,soakable,0,0,FALSE,,, -sage.n.02,liquid,0,0,FALSE,,, -sage.n.02,heatSource,0,0,FALSE,,, -sage.n.02,fireSource,1,0,FALSE,,, -sage.n.02,cookable,0,1,FALSE,,, -sage.n.02,coldSource,0,0,FALSE,,, -sage.n.02,sliceable,0,0,FALSE,,, -sage.n.02,slicer,0,0,FALSE,,, -sage.n.02,soakable,0,0,FALSE,,, -scotch.n.02,liquid,1,1,FALSE,,, -scotch.n.02,heatSource,0,0,FALSE,,, -scotch.n.02,fireSource,0,0,FALSE,,, -scotch.n.02,cookable,0,0,FALSE,,, -scotch.n.02,coldSource,1,0,FALSE,,, -scotch.n.02,sliceable,0,0,FALSE,,, -scotch.n.02,slicer,1,0,FALSE,,, -scotch.n.02,soakable,0,0,FALSE,,, -sediment.n.01,liquid,0,0,FALSE,,, -sediment.n.01,heatSource,0,0,FALSE,,, -sediment.n.01,fireSource,0,0,FALSE,,, -sediment.n.01,cookable,0,0,FALSE,,, -sediment.n.01,coldSource,0,0,FALSE,,, -sediment.n.01,sliceable,0,0,FALSE,,, -sediment.n.01,slicer,0,0,FALSE,,, -sediment.n.01,soakable,0,0,FALSE,,, -shaving_cream.n.01,liquid,0,0,FALSE,,, -shaving_cream.n.01,heatSource,0,0,FALSE,,, -shaving_cream.n.01,fireSource,0,0,FALSE,,, -shaving_cream.n.01,cookable,0,0,FALSE,,, -shaving_cream.n.01,coldSource,1,0,FALSE,,, -shaving_cream.n.01,sliceable,0,0,FALSE,,, -shaving_cream.n.01,slicer,0,0,FALSE,,, -shaving_cream.n.01,soakable,0,0,FALSE,,, -sirloin.n.01,liquid,0,0,FALSE,,, -sirloin.n.01,heatSource,0,0,FALSE,,, -sirloin.n.01,fireSource,1,0,FALSE,,, -sirloin.n.01,cookable,0,1,FALSE,,, -sirloin.n.01,coldSource,0,0,FALSE,,, -sirloin.n.01,sliceable,0,1,FALSE,,, -sirloin.n.01,slicer,0,0,FALSE,,, -sirloin.n.01,soakable,0,0,FALSE,,, -slacks.n.01,liquid,0,0,FALSE,,, -slacks.n.01,heatSource,0,0,FALSE,,, -slacks.n.01,fireSource,0,0,FALSE,,, -slacks.n.01,cookable,0,0,FALSE,,, -slacks.n.01,coldSource,0,0,FALSE,,, -slacks.n.01,sliceable,0,0,FALSE,,, -slacks.n.01,slicer,0,0,FALSE,,, -slacks.n.01,soakable,1,1,FALSE,,, -fire_alarm.n.02,liquid,0,0,FALSE,,, -fire_alarm.n.02,heatSource,0,0,FALSE,,, -fire_alarm.n.02,fireSource,0,0,FALSE,,, -fire_alarm.n.02,cookable,0,0,FALSE,,, -fire_alarm.n.02,coldSource,0,0,FALSE,,, -fire_alarm.n.02,sliceable,0,0,FALSE,,, -fire_alarm.n.02,slicer,1,0,FALSE,,, -fire_alarm.n.02,soakable,0,0,FALSE,,, -smoke_alarm.n.01,liquid,0,0,FALSE,,, -smoke_alarm.n.01,heatSource,0,0,FALSE,,, -smoke_alarm.n.01,fireSource,0,0,FALSE,,, -smoke_alarm.n.01,cookable,0,0,FALSE,,, -smoke_alarm.n.01,coldSource,0,0,FALSE,,, -smoke_alarm.n.01,sliceable,0,0,FALSE,,, -smoke_alarm.n.01,slicer,0,0,FALSE,,, -smoke_alarm.n.01,soakable,0,0,FALSE,,, -ski_boot.n.01,liquid,0,0,FALSE,,, -ski_boot.n.01,heatSource,0,0,FALSE,,, -ski_boot.n.01,fireSource,0,0,FALSE,,, -ski_boot.n.01,cookable,0,0,FALSE,,, -ski_boot.n.01,coldSource,0,0,FALSE,,, -ski_boot.n.01,sliceable,0,0,FALSE,,, -ski_boot.n.01,slicer,1,0,FALSE,,, -ski_boot.n.01,soakable,0,1,FALSE,,, -turf.n.01,liquid,0,0,FALSE,,, -turf.n.01,heatSource,0,0,FALSE,,, -turf.n.01,fireSource,0,0,FALSE,,, -turf.n.01,cookable,0,0,FALSE,,, -turf.n.01,coldSource,0,0,FALSE,,, -turf.n.01,sliceable,0,0,FALSE,,, -turf.n.01,slicer,0,0,FALSE,,, -turf.n.01,soakable,0,0,FALSE,,, -soup_bowl.n.01,liquid,0,0,FALSE,,, -soup_bowl.n.01,heatSource,0,0,FALSE,,, -soup_bowl.n.01,fireSource,0,0,FALSE,,, -soup_bowl.n.01,cookable,0,0,FALSE,,, -soup_bowl.n.01,coldSource,1,0,FALSE,,, -soup_bowl.n.01,sliceable,0,0,FALSE,,, -soup_bowl.n.01,slicer,0,0,FALSE,,, -soup_bowl.n.01,soakable,0,0,FALSE,,, -spark_plug.n.01,liquid,0,0,FALSE,,, -spark_plug.n.01,heatSource,0,0,FALSE,,, -spark_plug.n.01,fireSource,0,0,FALSE,,, -spark_plug.n.01,cookable,0,0,FALSE,,, -spark_plug.n.01,coldSource,0,0,FALSE,,, -spark_plug.n.01,sliceable,0,0,FALSE,,, -spark_plug.n.01,slicer,1,0,FALSE,,, -spark_plug.n.01,soakable,0,0,FALSE,,, -tap.n.06,liquid,0,0,FALSE,,, -tap.n.06,heatSource,0,0,FALSE,,, -tap.n.06,fireSource,0,0,FALSE,,, -tap.n.06,cookable,0,0,FALSE,,, -tap.n.06,coldSource,0,0,FALSE,,, -tap.n.06,sliceable,0,0,FALSE,,, -tap.n.06,slicer,0,0,FALSE,,, -tap.n.06,soakable,0,0,FALSE,,, -squid.n.01,liquid,0,0,FALSE,,, -squid.n.01,heatSource,0,0,FALSE,,, -squid.n.01,fireSource,1,0,FALSE,,, -squid.n.01,cookable,0,1,FALSE,,, -squid.n.01,coldSource,0,0,FALSE,,, -squid.n.01,sliceable,0,1,FALSE,,, -squid.n.01,slicer,0,0,FALSE,,, -squid.n.01,soakable,0,0,FALSE,,, -staple_gun.n.01,liquid,0,0,FALSE,,, -staple_gun.n.01,heatSource,0,0,FALSE,,, -staple_gun.n.01,fireSource,0,0,FALSE,,, -staple_gun.n.01,cookable,0,0,FALSE,,, -staple_gun.n.01,coldSource,0,0,FALSE,,, -staple_gun.n.01,sliceable,0,0,FALSE,,, -staple_gun.n.01,slicer,1,0,FALSE,,, -staple_gun.n.01,soakable,0,0,FALSE,,, -stencil.n.01,liquid,0,0,FALSE,,, -stencil.n.01,heatSource,0,0,FALSE,,, -stencil.n.01,fireSource,0,0,FALSE,,, -stencil.n.01,cookable,0,0,FALSE,,, -stencil.n.01,coldSource,0,0,FALSE,,, -stencil.n.01,sliceable,0,0,FALSE,,, -stencil.n.01,slicer,1,0,FALSE,,, -stencil.n.01,soakable,0,0,FALSE,,, -stereo.n.01,liquid,0,0,FALSE,,, -stereo.n.01,heatSource,0,0,FALSE,,, -stereo.n.01,fireSource,0,0,FALSE,,, -stereo.n.01,cookable,0,0,FALSE,,, -stereo.n.01,coldSource,0,0,FALSE,,, -stereo.n.01,sliceable,0,0,FALSE,,, -stereo.n.01,slicer,1,0,FALSE,,, -stereo.n.01,soakable,0,0,FALSE,,, -baby_buggy.n.01,liquid,0,0,FALSE,,, -baby_buggy.n.01,heatSource,0,0,FALSE,,, -baby_buggy.n.01,fireSource,0,0,FALSE,,, -baby_buggy.n.01,cookable,0,0,FALSE,,, -baby_buggy.n.01,coldSource,0,0,FALSE,,, -baby_buggy.n.01,sliceable,0,0,FALSE,,, -baby_buggy.n.01,slicer,0,0,FALSE,,, -baby_buggy.n.01,soakable,1,0,FALSE,,, -sunflower.n.01,liquid,0,0,FALSE,,, -sunflower.n.01,heatSource,0,0,FALSE,,, -sunflower.n.01,fireSource,0,0,FALSE,,, -sunflower.n.01,cookable,0,0,FALSE,,, -sunflower.n.01,coldSource,1,0,FALSE,,, -sunflower.n.01,sliceable,0,1,FALSE,,, -sunflower.n.01,slicer,1,0,FALSE,,, -sunflower.n.01,soakable,0,0,FALSE,,, -sport_utility.n.01,liquid,0,0,FALSE,,, -sport_utility.n.01,heatSource,0,0,FALSE,,, -sport_utility.n.01,fireSource,0,0,FALSE,,, -sport_utility.n.01,cookable,0,0,FALSE,,, -sport_utility.n.01,coldSource,0,0,FALSE,,, -sport_utility.n.01,sliceable,0,0,FALSE,,, -sport_utility.n.01,slicer,0,0,FALSE,,, -sport_utility.n.01,soakable,0,0,FALSE,,, -tackle.n.03,liquid,0,0,FALSE,,, -tackle.n.03,heatSource,0,0,FALSE,,, -tackle.n.03,fireSource,0,0,FALSE,,, -tackle.n.03,cookable,0,0,FALSE,,, -tackle.n.03,coldSource,0,0,FALSE,,, -tackle.n.03,sliceable,0,0,FALSE,,, -tackle.n.03,slicer,1,0,FALSE,,, -tackle.n.03,soakable,0,0,FALSE,,, -tenderloin.n.02,liquid,0,0,FALSE,,, -tenderloin.n.02,heatSource,0,0,FALSE,,, -tenderloin.n.02,fireSource,1,0,FALSE,,, -tenderloin.n.02,cookable,0,1,FALSE,,, -tenderloin.n.02,coldSource,0,0,FALSE,,, -tenderloin.n.02,sliceable,0,1,FALSE,,, -tenderloin.n.02,slicer,0,0,FALSE,,, -tenderloin.n.02,soakable,0,0,FALSE,,, -tequila.n.01,liquid,1,1,FALSE,,, -tequila.n.01,heatSource,0,0,FALSE,,, -tequila.n.01,fireSource,0,0,FALSE,,, -tequila.n.01,cookable,0,0,FALSE,,, -tequila.n.01,coldSource,1,0,FALSE,,, -tequila.n.01,sliceable,0,0,FALSE,,, -tequila.n.01,slicer,0,0,FALSE,,, -tequila.n.01,soakable,0,0,FALSE,,, -textbook.n.01,liquid,0,0,FALSE,,, -textbook.n.01,heatSource,0,0,FALSE,,, -textbook.n.01,fireSource,0,0,FALSE,,, -textbook.n.01,cookable,0,0,FALSE,,, -textbook.n.01,coldSource,0,0,FALSE,,, -textbook.n.01,sliceable,0,0,FALSE,,, -textbook.n.01,slicer,1,0,FALSE,,, -textbook.n.01,soakable,0,1,FALSE,,, -tortilla_chip.n.01,liquid,0,0,FALSE,,, -tortilla_chip.n.01,heatSource,0,0,FALSE,,, -tortilla_chip.n.01,fireSource,0,0,FALSE,,, -tortilla_chip.n.01,cookable,0,1,FALSE,,, -tortilla_chip.n.01,coldSource,0,0,FALSE,,, -tortilla_chip.n.01,sliceable,0,1,FALSE,,, -tortilla_chip.n.01,slicer,1,0,FALSE,,, -tortilla_chip.n.01,soakable,0,1,FALSE,,, -snack.n.01,liquid,0,0,FALSE,,, -snack.n.01,heatSource,0,0,FALSE,,, -snack.n.01,fireSource,1,0,FALSE,,, -snack.n.01,cookable,0,1,FALSE,,, -snack.n.01,coldSource,0,0,FALSE,,, -snack.n.01,sliceable,1,1,FALSE,,, -snack.n.01,slicer,0,0,FALSE,,, -snack.n.01,soakable,0,0,FALSE,,, -trap.n.01,liquid,0,0,FALSE,,, -trap.n.01,heatSource,0,0,FALSE,,, -trap.n.01,fireSource,0,0,FALSE,,, -trap.n.01,cookable,0,0,FALSE,,, -trap.n.01,coldSource,0,0,FALSE,,, -trap.n.01,sliceable,0,0,FALSE,,, -trap.n.01,slicer,0,0,FALSE,,, -trap.n.01,soakable,0,0,FALSE,,, -trimmer.n.02,liquid,0,0,FALSE,,, -trimmer.n.02,heatSource,0,0,FALSE,,, -trimmer.n.02,fireSource,0,0,FALSE,,, -trimmer.n.02,cookable,0,0,FALSE,,, -trimmer.n.02,coldSource,0,0,FALSE,,, -trimmer.n.02,sliceable,0,0,FALSE,,, -trimmer.n.02,slicer,1,1,FALSE,,, -trimmer.n.02,soakable,0,0,FALSE,,, -tuber.n.01,liquid,0,0,FALSE,,, -tuber.n.01,heatSource,0,0,FALSE,,, -tuber.n.01,fireSource,1,0,FALSE,,, -tuber.n.01,cookable,0,1,FALSE,,, -tuber.n.01,coldSource,0,0,FALSE,,, -tuber.n.01,sliceable,0,1,FALSE,,, -tuber.n.01,slicer,0,0,FALSE,,, -tuber.n.01,soakable,0,0,FALSE,,, -tulip.n.01,liquid,0,0,FALSE,,, -tulip.n.01,heatSource,0,0,FALSE,,, -tulip.n.01,fireSource,0,0,FALSE,,, -tulip.n.01,cookable,0,0,FALSE,,, -tulip.n.01,coldSource,0,0,FALSE,,, -tulip.n.01,sliceable,0,1,FALSE,,, -tulip.n.01,slicer,1,0,FALSE,,, -tulip.n.01,soakable,0,0,FALSE,,, -turmeric.n.02,liquid,0,0,FALSE,,, -turmeric.n.02,heatSource,0,0,FALSE,,, -turmeric.n.02,fireSource,1,0,FALSE,,, -turmeric.n.02,cookable,0,1,FALSE,,, -turmeric.n.02,coldSource,0,0,FALSE,,, -turmeric.n.02,sliceable,0,1,FALSE,,, -turmeric.n.02,slicer,0,0,FALSE,,, -turmeric.n.02,soakable,0,0,FALSE,,, -turtleneck.n.01,liquid,0,0,FALSE,,, -turtleneck.n.01,heatSource,0,0,FALSE,,, -turtleneck.n.01,fireSource,0,0,FALSE,,, -turtleneck.n.01,cookable,0,0,FALSE,,, -turtleneck.n.01,coldSource,0,0,FALSE,,, -turtleneck.n.01,sliceable,0,0,FALSE,,, -turtleneck.n.01,slicer,0,0,FALSE,,, -turtleneck.n.01,soakable,1,1,FALSE,,, -varnish.n.01,liquid,0,1,FALSE,,, -varnish.n.01,heatSource,0,0,FALSE,,, -varnish.n.01,fireSource,0,0,FALSE,,, -varnish.n.01,cookable,0,0,FALSE,,, -varnish.n.01,coldSource,1,0,FALSE,,, -varnish.n.01,sliceable,0,0,FALSE,,, -varnish.n.01,slicer,1,0,FALSE,,, -varnish.n.01,soakable,0,0,FALSE,,, -wagon.n.04,liquid,0,0,FALSE,,, -wagon.n.04,heatSource,0,0,FALSE,,, -wagon.n.04,fireSource,0,0,FALSE,,, -wagon.n.04,cookable,0,0,FALSE,,, -wagon.n.04,coldSource,0,0,FALSE,,, -wagon.n.04,sliceable,0,0,FALSE,,, -wagon.n.04,slicer,1,0,FALSE,,, -wagon.n.04,soakable,0,0,FALSE,,, -wallpaper.n.01,liquid,0,0,FALSE,,, -wallpaper.n.01,heatSource,0,0,FALSE,,, -wallpaper.n.01,fireSource,0,0,FALSE,,, -wallpaper.n.01,cookable,0,0,FALSE,,, -wallpaper.n.01,coldSource,0,0,FALSE,,, -wallpaper.n.01,sliceable,0,0,FALSE,,, -wallpaper.n.01,slicer,0,0,FALSE,,, -wallpaper.n.01,soakable,0,1,FALSE,,, -pepper.n.01,liquid,0,0,FALSE,,, -pepper.n.01,heatSource,0,0,FALSE,,, -pepper.n.01,fireSource,1,0,FALSE,,, -pepper.n.01,cookable,0,1,FALSE,,, -pepper.n.01,coldSource,0,0,FALSE,,, -pepper.n.01,sliceable,0,1,FALSE,,, -pepper.n.01,slicer,0,0,FALSE,,, -pepper.n.01,soakable,0,0,FALSE,,, -wine_bottle.n.0,liquid,0,0,FALSE,,, -wine_bottle.n.0,heatSource,0,0,FALSE,,, -wine_bottle.n.0,fireSource,0,0,FALSE,,, -wine_bottle.n.0,cookable,0,0,FALSE,,, -wine_bottle.n.0,coldSource,1,0,FALSE,,, -wine_bottle.n.0,sliceable,0,0,FALSE,,, -wine_bottle.n.0,slicer,0,0,FALSE,,, -wine_bottle.n.0,soakable,0,0,FALSE,,, -air_conditioner.n.01,liquid,0,0,FALSE,,, -air_conditioner.n.01,heatSource,0,1,TRUE,N/A,, -air_conditioner.n.01,fireSource,0,0,FALSE,,, -air_conditioner.n.01,cookable,1,0,FALSE,,, -air_conditioner.n.01,coldSource,0,1,FALSE,,, -air_conditioner.n.01,sliceable,0,0,FALSE,,, -air_conditioner.n.01,slicer,1,0,FALSE,,, -air_conditioner.n.01,soakable,0,0,FALSE,,, -garlic_bread.n.01,liquid,0,0,FALSE,,, -garlic_bread.n.01,heatSource,1,0,FALSE,,, -garlic_bread.n.01,fireSource,1,0,FALSE,,, -garlic_bread.n.01,cookable,0,1,FALSE,,, -garlic_bread.n.01,coldSource,0,0,FALSE,,, -garlic_bread.n.01,sliceable,0,1,FALSE,,, -garlic_bread.n.01,slicer,1,0,FALSE,,, -garlic_bread.n.01,soakable,0,0,FALSE,,, -gas_tank.n.01,liquid,0,0,FALSE,,, -gas_tank.n.01,heatSource,0,0,FALSE,,, -gas_tank.n.01,fireSource,0,0,FALSE,,, -gas_tank.n.01,cookable,0,0,FALSE,,, -gas_tank.n.01,coldSource,1,0,FALSE,,, -gas_tank.n.01,sliceable,0,0,FALSE,,, -gas_tank.n.01,slicer,1,0,FALSE,,, -gas_tank.n.01,soakable,0,0,FALSE,,, -gauge.n.01,liquid,0,0,FALSE,,, -gauge.n.01,heatSource,0,0,FALSE,,, -gauge.n.01,fireSource,0,0,FALSE,,, -gauge.n.01,cookable,0,0,FALSE,,, -gauge.n.01,coldSource,1,0,FALSE,,, -gauge.n.01,sliceable,0,0,FALSE,,, -gauge.n.01,slicer,1,0,FALSE,,, -gauge.n.01,soakable,0,0,FALSE,,, -gelatin.n.02,liquid,0,0,FALSE,,, -gelatin.n.02,heatSource,0,0,FALSE,,, -gelatin.n.02,fireSource,1,0,FALSE,,, -gelatin.n.02,cookable,0,1,FALSE,,, -gelatin.n.02,coldSource,0,0,FALSE,,, -gelatin.n.02,sliceable,0,1,FALSE,,, -gelatin.n.02,slicer,0,0,FALSE,,, -gelatin.n.02,soakable,1,0,FALSE,,, -party_favor.n.01,liquid,0,0,FALSE,,, -party_favor.n.01,heatSource,0,0,FALSE,,, -party_favor.n.01,fireSource,0,0,FALSE,,, -party_favor.n.01,cookable,0,0,FALSE,,, -party_favor.n.01,coldSource,0,0,FALSE,,, -party_favor.n.01,sliceable,0,0,FALSE,,, -party_favor.n.01,slicer,0,0,FALSE,,, -party_favor.n.01,soakable,0,0,FALSE,,, -goblet.n.01,liquid,0,0,FALSE,,, -goblet.n.01,heatSource,0,0,FALSE,,, -goblet.n.01,fireSource,0,0,FALSE,,, -goblet.n.01,cookable,0,0,FALSE,,, -goblet.n.01,coldSource,1,0,FALSE,,, -goblet.n.01,sliceable,0,0,FALSE,,, -goblet.n.01,slicer,1,0,FALSE,,, -goblet.n.01,soakable,0,0,FALSE,,, -golf_club.n.02,liquid,0,0,FALSE,,, -golf_club.n.02,heatSource,0,0,FALSE,,, -golf_club.n.02,fireSource,0,0,FALSE,,, -golf_club.n.02,cookable,0,0,FALSE,,, -golf_club.n.02,coldSource,0,0,FALSE,,, -golf_club.n.02,sliceable,0,0,FALSE,,, -golf_club.n.02,slicer,0,0,FALSE,,, -golf_club.n.02,soakable,0,0,FALSE,,, -grapefruit.n.02,liquid,0,0,FALSE,,, -grapefruit.n.02,heatSource,0,0,FALSE,,, -grapefruit.n.02,fireSource,0,0,FALSE,,, -grapefruit.n.02,cookable,0,1,FALSE,,, -grapefruit.n.02,coldSource,0,0,FALSE,,, -grapefruit.n.02,sliceable,0,1,FALSE,,, -grapefruit.n.02,slicer,0,0,FALSE,,, -grapefruit.n.02,soakable,0,0,FALSE,,, -coffee_grounds.n.01,liquid,0,0,FALSE,,, -coffee_grounds.n.01,heatSource,0,0,FALSE,,, -coffee_grounds.n.01,fireSource,0,0,FALSE,,, -coffee_grounds.n.01,cookable,0,1,FALSE,,, -coffee_grounds.n.01,coldSource,0,0,FALSE,,, -coffee_grounds.n.01,sliceable,0,0,FALSE,,, -coffee_grounds.n.01,slicer,0,0,FALSE,,, -coffee_grounds.n.01,soakable,0,0,FALSE,,, -powdered_ginger.n.01,liquid,0,0,FALSE,,, -powdered_ginger.n.01,heatSource,0,0,FALSE,,, -powdered_ginger.n.01,fireSource,0,0,FALSE,,, -powdered_ginger.n.01,cookable,0,1,FALSE,,, -powdered_ginger.n.01,coldSource,0,0,FALSE,,, -powdered_ginger.n.01,sliceable,0,0,FALSE,,, -powdered_ginger.n.01,slicer,0,0,FALSE,,, -powdered_ginger.n.01,soakable,0,0,FALSE,,, -gun.n.01,liquid,0,0,FALSE,,, -gun.n.01,heatSource,0,0,FALSE,,, -gun.n.01,fireSource,0,0,FALSE,,, -gun.n.01,cookable,0,0,FALSE,,, -gun.n.01,coldSource,0,0,FALSE,,, -gun.n.01,sliceable,0,0,FALSE,,, -gun.n.01,slicer,1,0,FALSE,,, -gun.n.01,soakable,0,0,FALSE,,, -action_mechanism.n.01,liquid,0,0,FALSE,,, -action_mechanism.n.01,heatSource,0,0,FALSE,,, -action_mechanism.n.01,fireSource,0,0,FALSE,,, -action_mechanism.n.01,cookable,0,0,FALSE,,, -action_mechanism.n.01,coldSource,0,0,FALSE,,, -action_mechanism.n.01,sliceable,0,0,FALSE,,, -action_mechanism.n.01,slicer,0,0,FALSE,,, -action_mechanism.n.01,soakable,0,0,FALSE,,, -handkerchief.n.01,liquid,0,0,FALSE,,, -handkerchief.n.01,heatSource,0,0,FALSE,,, -handkerchief.n.01,fireSource,0,0,FALSE,,, -handkerchief.n.01,cookable,0,0,FALSE,,, -handkerchief.n.01,coldSource,0,0,FALSE,,, -handkerchief.n.01,sliceable,0,0,FALSE,,, -handkerchief.n.01,slicer,0,0,FALSE,,, -handkerchief.n.01,soakable,1,1,FALSE,,, -harness.n.01,liquid,0,0,FALSE,,, -harness.n.01,heatSource,0,0,FALSE,,, -harness.n.01,fireSource,0,0,FALSE,,, -harness.n.01,cookable,0,0,FALSE,,, -harness.n.01,coldSource,0,0,FALSE,,, -harness.n.01,sliceable,0,0,FALSE,,, -harness.n.01,slicer,0,0,FALSE,,, -harness.n.01,soakable,0,0,FALSE,,, -home_fries.n.01,liquid,0,0,FALSE,,, -home_fries.n.01,heatSource,1,0,FALSE,,, -home_fries.n.01,fireSource,1,0,FALSE,,, -home_fries.n.01,cookable,0,1,FALSE,,, -home_fries.n.01,coldSource,0,0,FALSE,,, -home_fries.n.01,sliceable,0,1,FALSE,,, -home_fries.n.01,slicer,1,0,FALSE,,, -home_fries.n.01,soakable,0,0,FALSE,,, -hay.n.01,liquid,0,0,FALSE,,, -hay.n.01,heatSource,0,0,FALSE,,, -hay.n.01,fireSource,0,0,FALSE,,, -hay.n.01,cookable,0,0,FALSE,,, -hay.n.01,coldSource,0,0,FALSE,,, -hay.n.01,sliceable,0,0,FALSE,,, -hay.n.01,slicer,0,0,FALSE,,, -hay.n.01,soakable,0,1,FALSE,,, -hockey_stick.n.01,liquid,0,0,FALSE,,, -hockey_stick.n.01,heatSource,0,0,FALSE,,, -hockey_stick.n.01,fireSource,0,0,FALSE,,, -hockey_stick.n.01,cookable,0,0,FALSE,,, -hockey_stick.n.01,coldSource,0,0,FALSE,,, -hockey_stick.n.01,sliceable,0,0,FALSE,,, -hockey_stick.n.01,slicer,1,0,FALSE,,, -hockey_stick.n.01,soakable,0,0,FALSE,,, -holly.n.01,liquid,0,0,FALSE,,, -holly.n.01,heatSource,0,0,FALSE,,, -holly.n.01,fireSource,0,0,FALSE,,, -holly.n.01,cookable,0,0,FALSE,,, -holly.n.01,coldSource,0,0,FALSE,,, -holly.n.01,sliceable,0,1,FALSE,,, -holly.n.01,slicer,0,0,FALSE,,, -holly.n.01,soakable,0,0,FALSE,,, -sweatshirt.n.01,liquid,0,0,FALSE,,, -sweatshirt.n.01,heatSource,0,0,FALSE,,, -sweatshirt.n.01,fireSource,0,0,FALSE,,, -sweatshirt.n.01,cookable,0,0,FALSE,,, -sweatshirt.n.01,coldSource,0,0,FALSE,,, -sweatshirt.n.01,sliceable,0,0,FALSE,,, -sweatshirt.n.01,slicer,1,0,FALSE,,, -sweatshirt.n.01,soakable,1,1,FALSE,,, -ice_maker.n.01,liquid,0,0,FALSE,,, -ice_maker.n.01,heatSource,0,0,FALSE,,, -ice_maker.n.01,fireSource,0,0,FALSE,,, -ice_maker.n.01,cookable,1,0,FALSE,,, -ice_maker.n.01,coldSource,0,1,FALSE,,, -ice_maker.n.01,sliceable,0,0,FALSE,,, -ice_maker.n.01,slicer,1,0,FALSE,,, -ice_maker.n.01,soakable,0,0,FALSE,,, -musical_instrument.n.01,liquid,0,0,FALSE,,, -musical_instrument.n.01,heatSource,0,0,FALSE,,, -musical_instrument.n.01,fireSource,0,0,FALSE,,, -musical_instrument.n.01,cookable,0,0,FALSE,,, -musical_instrument.n.01,coldSource,0,0,FALSE,,, -musical_instrument.n.01,sliceable,0,0,FALSE,,, -musical_instrument.n.01,slicer,0,0,FALSE,,, -musical_instrument.n.01,soakable,0,0,FALSE,,, -mobile_phone.n.01,liquid,0,0,FALSE,,, -mobile_phone.n.01,heatSource,0,0,FALSE,,, -mobile_phone.n.01,fireSource,0,0,FALSE,,, -mobile_phone.n.01,cookable,0,0,FALSE,,, -mobile_phone.n.01,coldSource,0,0,FALSE,,, -mobile_phone.n.01,sliceable,0,0,FALSE,,, -mobile_phone.n.01,slicer,1,0,FALSE,,, -mobile_phone.n.01,soakable,1,0,FALSE,,, -isopropyl_alcohol.n.01,liquid,1,1,FALSE,,, -isopropyl_alcohol.n.01,heatSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,fireSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,cookable,0,0,FALSE,,, -isopropyl_alcohol.n.01,coldSource,0,0,FALSE,,, -isopropyl_alcohol.n.01,sliceable,0,0,FALSE,,, -isopropyl_alcohol.n.01,slicer,0,0,FALSE,,, -isopropyl_alcohol.n.01,soakable,0,0,FALSE,,, -kayak.n.01,liquid,0,0,FALSE,,, -kayak.n.01,heatSource,0,0,FALSE,,, -kayak.n.01,fireSource,0,0,FALSE,,, -kayak.n.01,cookable,0,0,FALSE,,, -kayak.n.01,coldSource,0,0,FALSE,,, -kayak.n.01,sliceable,0,0,FALSE,,, -kayak.n.01,slicer,1,0,FALSE,,, -kayak.n.01,soakable,0,0,FALSE,,, -booth.n.02,liquid,0,0,FALSE,,, -booth.n.02,heatSource,0,0,FALSE,,, -booth.n.02,fireSource,0,0,FALSE,,, -booth.n.02,cookable,0,0,FALSE,,, -booth.n.02,coldSource,0,0,FALSE,,, -booth.n.02,sliceable,0,0,FALSE,,, -booth.n.02,slicer,1,0,FALSE,,, -booth.n.02,soakable,0,0,FALSE,,, -laminate.n.01,liquid,0,0,FALSE,,, -laminate.n.01,heatSource,0,0,FALSE,,, -laminate.n.01,fireSource,0,0,FALSE,,, -laminate.n.01,cookable,0,0,FALSE,,, -laminate.n.01,coldSource,0,0,FALSE,,, -laminate.n.01,sliceable,0,0,FALSE,,, -laminate.n.01,slicer,1,0,FALSE,,, -laminate.n.01,soakable,1,1,FALSE,,, -lampshade.n.01,liquid,0,0,FALSE,,, -lampshade.n.01,heatSource,0,0,FALSE,,, -lampshade.n.01,fireSource,0,0,FALSE,,, -lampshade.n.01,cookable,0,0,FALSE,,, -lampshade.n.01,coldSource,0,0,FALSE,,, -lampshade.n.01,sliceable,0,0,FALSE,,, -lampshade.n.01,slicer,1,0,FALSE,,, -lampshade.n.01,soakable,0,1,FALSE,,, -lavender.n.01,liquid,0,0,FALSE,,, -lavender.n.01,heatSource,0,0,FALSE,,, -lavender.n.01,fireSource,0,0,FALSE,,, -lavender.n.01,cookable,0,1,FALSE,,, -lavender.n.01,coldSource,0,0,FALSE,,, -lavender.n.01,sliceable,0,0,FALSE,,, -lavender.n.01,slicer,0,0,FALSE,,, -lavender.n.01,soakable,0,0,FALSE,,, -spike_lavender.n.01,liquid,0,0,FALSE,,, -spike_lavender.n.01,heatSource,0,0,FALSE,,, -spike_lavender.n.01,fireSource,0,0,FALSE,,, -spike_lavender.n.01,cookable,0,1,FALSE,,, -spike_lavender.n.01,coldSource,0,0,FALSE,,, -spike_lavender.n.01,sliceable,0,0,FALSE,,, -spike_lavender.n.01,slicer,0,0,FALSE,,, -spike_lavender.n.01,soakable,0,0,FALSE,,, -soft_drink.n.01,liquid,1,1,FALSE,,, -soft_drink.n.01,heatSource,0,0,FALSE,,, -soft_drink.n.01,fireSource,0,0,FALSE,,, -soft_drink.n.01,cookable,1,1,FALSE,,, -soft_drink.n.01,coldSource,0,0,FALSE,,, -soft_drink.n.01,sliceable,0,0,FALSE,,, -soft_drink.n.01,slicer,0,0,FALSE,,, -soft_drink.n.01,soakable,0,0,FALSE,,, -limestone.n.01,liquid,0,0,FALSE,,, -limestone.n.01,heatSource,0,0,FALSE,,, -limestone.n.01,fireSource,0,0,FALSE,,, -limestone.n.01,cookable,0,0,FALSE,,, -limestone.n.01,coldSource,0,0,FALSE,,, -limestone.n.01,sliceable,0,0,FALSE,,, -limestone.n.01,slicer,0,0,FALSE,,, -limestone.n.01,soakable,0,0,FALSE,,, -linseed_oil.n.01,liquid,0,0,FALSE,,, -linseed_oil.n.01,heatSource,0,0,FALSE,,, -linseed_oil.n.01,fireSource,0,1,FALSE,,, -linseed_oil.n.01,cookable,0,0,FALSE,,, -linseed_oil.n.01,coldSource,0,0,FALSE,,, -linseed_oil.n.01,sliceable,0,0,FALSE,,, -linseed_oil.n.01,slicer,0,0,FALSE,,, -linseed_oil.n.01,soakable,0,0,FALSE,,, -bait.n.01,liquid,1,0,FALSE,,, -bait.n.01,heatSource,0,0,FALSE,,, -bait.n.01,fireSource,1,0,FALSE,,, -bait.n.01,cookable,0,0,FALSE,,, -bait.n.01,coldSource,1,0,FALSE,,, -bait.n.01,sliceable,0,0,FALSE,,, -bait.n.01,slicer,0,0,FALSE,,, -bait.n.01,soakable,1,0,FALSE,,, -macaroni.n.02,liquid,0,0,FALSE,,, -macaroni.n.02,heatSource,0,0,FALSE,,, -macaroni.n.02,fireSource,1,0,FALSE,,, -macaroni.n.02,cookable,0,1,FALSE,,, -macaroni.n.02,coldSource,0,0,FALSE,,, -macaroni.n.02,sliceable,0,1,FALSE,,, -macaroni.n.02,slicer,0,0,FALSE,,, -macaroni.n.02,soakable,0,1,FALSE,,, -map.n.01,liquid,0,0,FALSE,,, -map.n.01,heatSource,0,0,FALSE,,, -map.n.01,fireSource,0,0,FALSE,,, -map.n.01,cookable,0,0,FALSE,,, -map.n.01,coldSource,0,0,FALSE,,, -map.n.01,sliceable,0,0,FALSE,,, -map.n.01,slicer,1,0,FALSE,,, -map.n.01,soakable,1,1,FALSE,,, -green_tea.n.01,liquid,0,1,FALSE,,, -green_tea.n.01,heatSource,0,0,FALSE,,, -green_tea.n.01,fireSource,0,0,FALSE,,, -green_tea.n.01,cookable,0,1,FALSE,,, -green_tea.n.01,coldSource,0,0,FALSE,,, -green_tea.n.01,sliceable,0,0,FALSE,,, -green_tea.n.01,slicer,0,0,FALSE,,, -green_tea.n.01,soakable,0,0,FALSE,,, -mattress_cover.n.01,liquid,0,0,FALSE,,, -mattress_cover.n.01,heatSource,0,0,FALSE,,, -mattress_cover.n.01,fireSource,0,0,FALSE,,, -mattress_cover.n.01,cookable,0,0,FALSE,,, -mattress_cover.n.01,coldSource,0,0,FALSE,,, -mattress_cover.n.01,sliceable,0,0,FALSE,,, -mattress_cover.n.01,slicer,0,0,FALSE,,, -mattress_cover.n.01,soakable,1,1,FALSE,,, -meringue.n.01,liquid,0,0,FALSE,,, -meringue.n.01,heatSource,0,0,FALSE,,, -meringue.n.01,fireSource,1,0,FALSE,,, -meringue.n.01,cookable,0,1,FALSE,,, -meringue.n.01,coldSource,0,0,FALSE,,, -meringue.n.01,sliceable,0,1,FALSE,,, -meringue.n.01,slicer,1,0,FALSE,,, -meringue.n.01,soakable,1,0,FALSE,,, -mixing_bowl.n.01,liquid,0,0,FALSE,,, -mixing_bowl.n.01,heatSource,0,0,FALSE,,, -mixing_bowl.n.01,fireSource,0,0,FALSE,,, -mixing_bowl.n.01,cookable,0,0,FALSE,,, -mixing_bowl.n.01,coldSource,1,0,FALSE,,, -mixing_bowl.n.01,sliceable,0,0,FALSE,,, -mixing_bowl.n.01,slicer,1,0,FALSE,,, -mixing_bowl.n.01,soakable,0,0,FALSE,,, -cocktail.n.01,liquid,1,1,FALSE,,, -cocktail.n.01,heatSource,0,0,FALSE,,, -cocktail.n.01,fireSource,0,0,FALSE,,, -cocktail.n.01,cookable,0,0,FALSE,,, -cocktail.n.01,coldSource,1,0,FALSE,,, -cocktail.n.01,sliceable,0,0,FALSE,,, -cocktail.n.01,slicer,1,0,FALSE,,, -cocktail.n.01,soakable,0,0,FALSE,,, -mountain_bike.n.01,liquid,0,0,FALSE,,, -mountain_bike.n.01,heatSource,0,0,FALSE,,, -mountain_bike.n.01,fireSource,0,0,FALSE,,, -mountain_bike.n.01,cookable,0,0,FALSE,,, -mountain_bike.n.01,coldSource,0,0,FALSE,,, -mountain_bike.n.01,sliceable,0,0,FALSE,,, -mountain_bike.n.01,slicer,0,0,FALSE,,, -mountain_bike.n.01,soakable,0,0,FALSE,,, -mouthpiece.n.06,liquid,0,0,FALSE,,, -mouthpiece.n.06,heatSource,0,0,FALSE,,, -mouthpiece.n.06,fireSource,0,0,FALSE,,, -mouthpiece.n.06,cookable,0,0,FALSE,,, -mouthpiece.n.06,coldSource,0,0,FALSE,,, -mouthpiece.n.06,sliceable,0,0,FALSE,,, -mouthpiece.n.06,slicer,0,0,FALSE,,, -mouthpiece.n.06,soakable,0,0,FALSE,,, -nail_polish.n.01,liquid,1,1,FALSE,,, -nail_polish.n.01,heatSource,0,0,FALSE,,, -nail_polish.n.01,fireSource,0,1,FALSE,,, -nail_polish.n.01,cookable,0,0,FALSE,,, -nail_polish.n.01,coldSource,1,0,FALSE,,, -nail_polish.n.01,sliceable,0,0,FALSE,,, -nail_polish.n.01,slicer,0,0,FALSE,,, -nail_polish.n.01,soakable,0,0,FALSE,,, -fire_extinguisher.n.01,liquid,0,0,FALSE,,, -fire_extinguisher.n.01,heatSource,0,0,FALSE,,, -fire_extinguisher.n.01,fireSource,0,0,FALSE,,, -fire_extinguisher.n.01,cookable,0,0,FALSE,,, -fire_extinguisher.n.01,coldSource,0,0,FALSE,,, -fire_extinguisher.n.01,sliceable,0,0,FALSE,,, -fire_extinguisher.n.01,slicer,1,0,FALSE,,, -fire_extinguisher.n.01,soakable,0,0,FALSE,,, -fire_pit.n.01,liquid,0,0,FALSE,,, -fire_pit.n.01,heatSource,1,1,TRUE,900,https://gudgear.com/how-hot-is-a-campfire/, -fire_pit.n.01,fireSource,0,0,FALSE,,, -fire_pit.n.01,cookable,0,0,FALSE,,, -fire_pit.n.01,coldSource,0,0,FALSE,,, -fire_pit.n.01,sliceable,0,0,FALSE,,, -fire_pit.n.01,slicer,0,0,FALSE,,, -fire_pit.n.01,soakable,0,0,FALSE,,, -fish_knife.n.01,liquid,0,0,FALSE,,, -fish_knife.n.01,heatSource,0,0,FALSE,,, -fish_knife.n.01,fireSource,0,0,FALSE,,, -fish_knife.n.01,cookable,0,0,FALSE,,, -fish_knife.n.01,coldSource,0,0,FALSE,,, -fish_knife.n.01,sliceable,0,0,FALSE,,, -fish_knife.n.01,slicer,0,1,FALSE,,, -fish_knife.n.01,soakable,0,0,FALSE,,, -flag.n.01,liquid,0,0,FALSE,,, -flag.n.01,heatSource,0,0,FALSE,,, -flag.n.01,fireSource,0,0,FALSE,,, -flag.n.01,cookable,0,0,FALSE,,, -flag.n.01,coldSource,1,0,FALSE,,, -flag.n.01,sliceable,0,0,FALSE,,, -flag.n.01,slicer,1,0,FALSE,,, -flag.n.01,soakable,1,1,FALSE,,, -drug.n.01,liquid,0,0,FALSE,,, -drug.n.01,heatSource,0,0,FALSE,,, -drug.n.01,fireSource,1,0,FALSE,,, -drug.n.01,cookable,0,0,FALSE,,, -drug.n.01,coldSource,1,0,FALSE,,, -drug.n.01,sliceable,0,0,FALSE,,, -drug.n.01,slicer,0,0,FALSE,,, -drug.n.01,soakable,0,0,FALSE,,, -dumpling.n.02,liquid,0,0,FALSE,,, -dumpling.n.02,heatSource,0,0,FALSE,,, -dumpling.n.02,fireSource,1,0,FALSE,,, -dumpling.n.02,cookable,0,1,FALSE,,, -dumpling.n.02,coldSource,1,0,FALSE,,, -dumpling.n.02,sliceable,0,1,FALSE,,, -dumpling.n.02,slicer,0,0,FALSE,,, -dumpling.n.02,soakable,1,0,FALSE,,, -circuit.n.01,liquid,0,0,FALSE,,, -circuit.n.01,heatSource,0,0,FALSE,,, -circuit.n.01,fireSource,0,0,FALSE,,, -circuit.n.01,cookable,0,0,FALSE,,, -circuit.n.01,coldSource,0,0,FALSE,,, -circuit.n.01,sliceable,0,1,FALSE,,, -circuit.n.01,slicer,1,0,FALSE,,, -circuit.n.01,soakable,0,0,FALSE,,, -enchilada.n.01,liquid,0,0,FALSE,,, -enchilada.n.01,heatSource,0,0,FALSE,,, -enchilada.n.01,fireSource,1,0,FALSE,,, -enchilada.n.01,cookable,0,1,FALSE,,, -enchilada.n.01,coldSource,0,0,FALSE,,, -enchilada.n.01,sliceable,0,1,FALSE,,, -enchilada.n.01,slicer,0,0,FALSE,,, -enchilada.n.01,soakable,1,0,FALSE,,, -magnesium_sulfate.n.01,liquid,0,0,FALSE,,, -magnesium_sulfate.n.01,heatSource,0,0,FALSE,,, -magnesium_sulfate.n.01,fireSource,0,0,FALSE,,, -magnesium_sulfate.n.01,cookable,0,0,FALSE,,, -magnesium_sulfate.n.01,coldSource,0,0,FALSE,,, -magnesium_sulfate.n.01,sliceable,0,0,FALSE,,, -magnesium_sulfate.n.01,slicer,0,0,FALSE,,, -magnesium_sulfate.n.01,soakable,0,0,FALSE,,, -wheat.n.02,liquid,0,0,FALSE,,, -wheat.n.02,heatSource,0,0,FALSE,,, -wheat.n.02,fireSource,1,0,FALSE,,, -wheat.n.02,cookable,0,1,FALSE,,, -wheat.n.02,coldSource,0,0,FALSE,,, -wheat.n.02,sliceable,0,1,FALSE,,, -wheat.n.02,slicer,0,0,FALSE,,, -wheat.n.02,soakable,0,0,FALSE,,, -fastener.n.02,liquid,0,0,FALSE,,, -fastener.n.02,heatSource,0,0,FALSE,,, -fastener.n.02,fireSource,0,0,FALSE,,, -fastener.n.02,cookable,0,0,FALSE,,, -fastener.n.02,coldSource,0,0,FALSE,,, -fastener.n.02,sliceable,0,0,FALSE,,, -fastener.n.02,slicer,0,0,FALSE,,, -fastener.n.02,soakable,0,0,FALSE,,, -common_bean.n.02,liquid,0,0,FALSE,,, -common_bean.n.02,heatSource,0,0,FALSE,,, -common_bean.n.02,fireSource,1,0,FALSE,,, -common_bean.n.02,cookable,0,1,FALSE,,, -common_bean.n.02,coldSource,0,0,FALSE,,, -common_bean.n.02,sliceable,0,0,FALSE,,, -common_bean.n.02,slicer,0,0,FALSE,,, -common_bean.n.02,soakable,0,0,FALSE,,, -dried_fruit.n.01,liquid,0,0,FALSE,,, -dried_fruit.n.01,heatSource,0,0,FALSE,,, -dried_fruit.n.01,fireSource,1,0,FALSE,,, -dried_fruit.n.01,cookable,0,1,FALSE,,, -dried_fruit.n.01,coldSource,0,0,FALSE,,, -dried_fruit.n.01,sliceable,0,1,FALSE,,, -dried_fruit.n.01,slicer,0,0,FALSE,,, -dried_fruit.n.01,soakable,0,0,FALSE,,, -herb.n.02,liquid,0,0,FALSE,,, -herb.n.02,heatSource,0,0,FALSE,,, -herb.n.02,fireSource,1,0,FALSE,,, -herb.n.02,cookable,0,1,FALSE,,, -herb.n.02,coldSource,0,0,FALSE,,, -herb.n.02,sliceable,0,0,FALSE,,, -herb.n.02,slicer,0,0,FALSE,,, -herb.n.02,soakable,0,0,FALSE,,, -wheel.n.01,liquid,0,0,FALSE,,, -wheel.n.01,heatSource,0,0,FALSE,,, -wheel.n.01,fireSource,0,0,FALSE,,, -wheel.n.01,cookable,0,0,FALSE,,, -wheel.n.01,coldSource,0,0,FALSE,,, -wheel.n.01,sliceable,0,0,FALSE,,, -wheel.n.01,slicer,0,0,FALSE,,, -wheel.n.01,soakable,0,0,FALSE,,, -can.n.01,liquid,0,0,FALSE,,, -can.n.01,heatSource,0,0,FALSE,,, -can.n.01,fireSource,0,0,FALSE,,, -can.n.01,cookable,0,0,FALSE,,, -can.n.01,coldSource,0,0,FALSE,,, -can.n.01,sliceable,0,0,FALSE,,, -can.n.01,slicer,1,0,FALSE,,, -can.n.01,soakable,0,0,FALSE,,, -flavorer.n.01,liquid,0,0,FALSE,,, -flavorer.n.01,heatSource,0,0,FALSE,,, -flavorer.n.01,fireSource,1,0,FALSE,,, -flavorer.n.01,cookable,0,1,FALSE,,, -flavorer.n.01,coldSource,0,0,FALSE,,, -flavorer.n.01,sliceable,0,0,FALSE,,, -flavorer.n.01,slicer,0,0,FALSE,,, -flavorer.n.01,soakable,0,0,FALSE,,, -shell.n.02,liquid,0,0,FALSE,,, -shell.n.02,heatSource,0,0,FALSE,,, -shell.n.02,fireSource,0,0,FALSE,,, -shell.n.02,cookable,0,0,FALSE,,, -shell.n.02,coldSource,0,0,FALSE,,, -shell.n.02,sliceable,0,0,FALSE,,, -shell.n.02,slicer,0,0,FALSE,,, -shell.n.02,soakable,0,0,FALSE,,, -shell.n.04,liquid,0,0,FALSE,,, -shell.n.04,heatSource,0,0,FALSE,,, -shell.n.04,fireSource,0,0,FALSE,,, -shell.n.04,cookable,0,0,FALSE,,, -shell.n.04,coldSource,0,0,FALSE,,, -shell.n.04,sliceable,0,0,FALSE,,, -shell.n.04,slicer,0,0,FALSE,,, -shell.n.04,soakable,0,0,FALSE,,, -bacon.n.01,liquid,0,0,FALSE,,, -bacon.n.01,heatSource,0,0,FALSE,,, -bacon.n.01,fireSource,1,0,FALSE,,, -bacon.n.01,cookable,0,1,FALSE,,, -bacon.n.01,coldSource,0,0,FALSE,,, -bacon.n.01,sliceable,0,1,FALSE,,, -bacon.n.01,slicer,1,0,FALSE,,, -bacon.n.01,soakable,0,0,FALSE,,, -black_pepper.n.02,liquid,0,0,FALSE,,, -black_pepper.n.02,heatSource,0,0,FALSE,,, -black_pepper.n.02,fireSource,1,0,FALSE,,, -black_pepper.n.02,cookable,0,1,FALSE,,, -black_pepper.n.02,coldSource,0,0,FALSE,,, -black_pepper.n.02,sliceable,0,0,FALSE,,, -black_pepper.n.02,slicer,0,0,FALSE,,, -black_pepper.n.02,soakable,0,0,FALSE,,, -leather.n.01,liquid,0,0,FALSE,,, -leather.n.01,heatSource,0,0,FALSE,,, -leather.n.01,fireSource,0,0,FALSE,,, -leather.n.01,cookable,0,0,FALSE,,, -leather.n.01,coldSource,0,0,FALSE,,, -leather.n.01,sliceable,0,0,FALSE,,, -leather.n.01,slicer,0,0,FALSE,,, -leather.n.01,soakable,1,1,FALSE,,, -fabric.n.01,liquid,0,0,FALSE,,, -fabric.n.01,heatSource,0,0,FALSE,,, -fabric.n.01,fireSource,0,0,FALSE,,, -fabric.n.01,cookable,0,0,FALSE,,, -fabric.n.01,coldSource,0,0,FALSE,,, -fabric.n.01,sliceable,0,0,FALSE,,, -fabric.n.01,slicer,0,0,FALSE,,, -fabric.n.01,soakable,1,1,FALSE,,, -onion.n.03,liquid,0,0,FALSE,,, -onion.n.03,heatSource,0,0,FALSE,,, -onion.n.03,fireSource,1,0,FALSE,,, -onion.n.03,cookable,0,1,FALSE,,, -onion.n.03,coldSource,0,0,FALSE,,, -onion.n.03,sliceable,0,1,FALSE,,, -onion.n.03,slicer,1,0,FALSE,,, -onion.n.03,soakable,0,0,FALSE,,, -grass.n.01,liquid,0,0,FALSE,,, -grass.n.01,heatSource,0,0,FALSE,,, -grass.n.01,fireSource,0,0,FALSE,,, -grass.n.01,cookable,0,0,FALSE,,, -grass.n.01,coldSource,0,0,FALSE,,, -grass.n.01,sliceable,0,1,FALSE,,, -grass.n.01,slicer,0,0,FALSE,,, -grass.n.01,soakable,0,0,FALSE,,, -laundry.n.01,liquid,0,0,FALSE,,, -laundry.n.01,heatSource,0,0,FALSE,,, -laundry.n.01,fireSource,0,0,FALSE,,, -laundry.n.01,cookable,0,0,FALSE,,, -laundry.n.01,coldSource,1,0,FALSE,,, -laundry.n.01,sliceable,0,0,FALSE,,, -laundry.n.01,slicer,1,0,FALSE,,, -laundry.n.01,soakable,0,1,FALSE,,, -sand.n.01,liquid,0,0,FALSE,,, -sand.n.01,heatSource,0,0,FALSE,,, -sand.n.01,fireSource,0,0,FALSE,,, -sand.n.01,cookable,0,0,FALSE,,, -sand.n.01,coldSource,0,0,FALSE,,, -sand.n.01,sliceable,0,0,FALSE,,, -sand.n.01,slicer,0,0,FALSE,,, -sand.n.01,soakable,0,1,FALSE,,, -emery_paper.n.01,liquid,0,0,FALSE,,, -emery_paper.n.01,heatSource,0,0,FALSE,,, -emery_paper.n.01,fireSource,0,0,FALSE,,, -emery_paper.n.01,cookable,0,0,FALSE,,, -emery_paper.n.01,coldSource,0,0,FALSE,,, -emery_paper.n.01,sliceable,0,0,FALSE,,, -emery_paper.n.01,slicer,1,0,FALSE,,, -emery_paper.n.01,soakable,0,0,FALSE,,, -wax.n.01,liquid,0,0,FALSE,,, -wax.n.01,heatSource,0,0,FALSE,,, -wax.n.01,fireSource,0,0,FALSE,,, -wax.n.01,cookable,0,0,FALSE,,, -wax.n.01,coldSource,0,0,FALSE,,, -wax.n.01,sliceable,0,0,FALSE,,, -wax.n.01,slicer,0,0,FALSE,,, -wax.n.01,soakable,0,0,FALSE,,, -blanket.n.01,liquid,0,0,FALSE,,, -blanket.n.01,heatSource,1,0,FALSE,,, -blanket.n.01,fireSource,0,0,FALSE,,, -blanket.n.01,cookable,0,0,FALSE,,, -blanket.n.01,coldSource,0,0,FALSE,,, -blanket.n.01,sliceable,0,0,FALSE,,, -blanket.n.01,slicer,0,0,FALSE,,, -blanket.n.01,soakable,1,1,FALSE,,, -chair.n.01,liquid,0,0,FALSE,,, -chair.n.01,heatSource,0,0,FALSE,,, -chair.n.01,fireSource,0,0,FALSE,,, -chair.n.01,cookable,0,0,FALSE,,, -chair.n.01,coldSource,0,0,FALSE,,, -chair.n.01,sliceable,0,0,FALSE,,, -chair.n.01,slicer,1,0,FALSE,,, -chair.n.01,soakable,1,0,FALSE,,, -sieve.n.01,liquid,0,0,FALSE,,, -sieve.n.01,heatSource,0,0,FALSE,,, -sieve.n.01,fireSource,0,0,FALSE,,, -sieve.n.01,cookable,0,0,FALSE,,, -sieve.n.01,coldSource,0,0,FALSE,,, -sieve.n.01,sliceable,0,0,FALSE,,, -sieve.n.01,slicer,1,0,FALSE,,, -sieve.n.01,soakable,1,0,FALSE,,, -flower.n.02,liquid,0,0,FALSE,,, -flower.n.02,heatSource,0,0,FALSE,,, -flower.n.02,fireSource,0,0,FALSE,,, -flower.n.02,cookable,0,1,FALSE,,, -flower.n.02,coldSource,0,0,FALSE,,, -flower.n.02,sliceable,0,1,FALSE,,, -flower.n.02,slicer,0,0,FALSE,,, -flower.n.02,soakable,0,0,FALSE,,, -frame.n.10,liquid,0,0,FALSE,,, -frame.n.10,heatSource,0,0,FALSE,,, -frame.n.10,fireSource,0,0,FALSE,,, -frame.n.10,cookable,0,0,FALSE,,, -frame.n.10,coldSource,0,0,FALSE,,, -frame.n.10,sliceable,0,0,FALSE,,, -frame.n.10,slicer,1,0,FALSE,,, -frame.n.10,soakable,0,0,FALSE,,, -utensil.n.01,liquid,0,0,FALSE,,, -utensil.n.01,heatSource,0,0,FALSE,,, -utensil.n.01,fireSource,1,0,FALSE,,, -utensil.n.01,cookable,0,0,FALSE,,, -utensil.n.01,coldSource,0,0,FALSE,,, -utensil.n.01,sliceable,1,0,FALSE,,, -utensil.n.01,slicer,1,1,FALSE,,, -utensil.n.01,soakable,1,0,FALSE,,, -rub.n.02,liquid,0,0,FALSE,,, -rub.n.02,heatSource,0,0,FALSE,,, -rub.n.02,fireSource,0,0,FALSE,,, -rub.n.02,cookable,0,0,FALSE,,, -rub.n.02,coldSource,0,0,FALSE,,, -rub.n.02,sliceable,0,0,FALSE,,, -rub.n.02,slicer,0,0,FALSE,,, -rub.n.02,soakable,0,1,FALSE,,, -foil.n.01,liquid,0,0,FALSE,,, -foil.n.01,heatSource,0,0,FALSE,,, -foil.n.01,fireSource,0,0,FALSE,,, -foil.n.01,cookable,0,0,FALSE,,, -foil.n.01,coldSource,0,0,FALSE,,, -foil.n.01,sliceable,0,0,FALSE,,, -foil.n.01,slicer,1,0,FALSE,,, -foil.n.01,soakable,1,0,FALSE,,, -liquid.n.01,liquid,1,1,FALSE,,, -liquid.n.01,heatSource,0,0,FALSE,,, -liquid.n.01,fireSource,0,0,FALSE,,, -liquid.n.01,cookable,0,0,FALSE,,, -liquid.n.01,coldSource,1,0,FALSE,,, -liquid.n.01,sliceable,0,0,FALSE,,, -liquid.n.01,slicer,0,0,FALSE,,, -liquid.n.01,soakable,0,0,FALSE,,, -wire.n.01,liquid,0,0,FALSE,,, -wire.n.01,heatSource,0,0,FALSE,,, -wire.n.01,fireSource,0,0,FALSE,,, -wire.n.01,cookable,0,0,FALSE,,, -wire.n.01,coldSource,0,0,FALSE,,, -wire.n.01,sliceable,0,0,FALSE,,, -wire.n.01,slicer,1,0,FALSE,,, -wire.n.01,soakable,0,0,FALSE,,, -napkin.n.01,liquid,0,0,FALSE,,, -napkin.n.01,heatSource,0,0,FALSE,,, -napkin.n.01,fireSource,0,1,FALSE,,, -napkin.n.01,cookable,0,0,FALSE,,, -napkin.n.01,coldSource,0,0,FALSE,,, -napkin.n.01,sliceable,0,0,FALSE,,, -napkin.n.01,slicer,1,0,FALSE,,, -napkin.n.01,soakable,1,1,FALSE,,, -bite.n.04,liquid,0,0,FALSE,,, -bite.n.04,heatSource,0,0,FALSE,,, -bite.n.04,fireSource,1,0,FALSE,,, -bite.n.04,cookable,0,1,FALSE,,, -bite.n.04,coldSource,0,0,FALSE,,, -bite.n.04,sliceable,0,0,FALSE,,, -bite.n.04,slicer,0,0,FALSE,,, -bite.n.04,soakable,0,0,FALSE,,, -light.n.02,liquid,0,0,FALSE,,, -light.n.02,heatSource,0,0,FALSE,,, -light.n.02,fireSource,0,0,FALSE,,, -light.n.02,cookable,0,0,FALSE,,, -light.n.02,coldSource,0,0,FALSE,,, -light.n.02,sliceable,0,0,FALSE,,, -light.n.02,slicer,1,0,FALSE,,, -light.n.02,soakable,0,0,FALSE,,, -tree.n.01,liquid,0,0,FALSE,,, -tree.n.01,heatSource,0,0,FALSE,,, -tree.n.01,fireSource,0,1,FALSE,,, -tree.n.01,cookable,0,0,FALSE,,, -tree.n.01,coldSource,0,0,FALSE,,, -tree.n.01,sliceable,0,0,FALSE,,, -tree.n.01,slicer,0,0,FALSE,,, -tree.n.01,soakable,0,0,FALSE,,, -truck.n.01,liquid,0,0,FALSE,,, -truck.n.01,heatSource,0,0,FALSE,,, -truck.n.01,fireSource,0,0,FALSE,,, -truck.n.01,cookable,0,0,FALSE,,, -truck.n.01,coldSource,0,0,FALSE,,, -truck.n.01,sliceable,0,0,FALSE,,, -truck.n.01,slicer,1,0,FALSE,,, -truck.n.01,soakable,0,0,FALSE,,, -shoe.n.01,liquid,0,0,FALSE,,, -shoe.n.01,heatSource,0,0,FALSE,,, -shoe.n.01,fireSource,0,0,FALSE,,, -shoe.n.01,cookable,0,0,FALSE,,, -shoe.n.01,coldSource,0,0,FALSE,,, -shoe.n.01,sliceable,0,0,FALSE,,, -shoe.n.01,slicer,0,0,FALSE,,, -shoe.n.01,soakable,0,1,FALSE,,, -stalk.n.02,liquid,0,0,FALSE,,, -stalk.n.02,heatSource,0,0,FALSE,,, -stalk.n.02,fireSource,0,0,FALSE,,, -stalk.n.02,cookable,0,0,FALSE,,, -stalk.n.02,coldSource,0,0,FALSE,,, -stalk.n.02,sliceable,0,0,FALSE,,, -stalk.n.02,slicer,0,0,FALSE,,, -stalk.n.02,soakable,0,0,FALSE,,, -honey.n.01,liquid,1,1,FALSE,,, -honey.n.01,heatSource,0,0,FALSE,,, -honey.n.01,fireSource,0,0,FALSE,,, -honey.n.01,cookable,0,1,FALSE,,, -honey.n.01,coldSource,1,0,FALSE,,, -honey.n.01,sliceable,0,0,FALSE,,, -honey.n.01,slicer,0,0,FALSE,,, -honey.n.01,soakable,0,0,FALSE,,, -plastic.n.01,liquid,0,0,FALSE,,, -plastic.n.01,heatSource,0,0,FALSE,,, -plastic.n.01,fireSource,0,0,FALSE,,, -plastic.n.01,cookable,0,0,FALSE,,, -plastic.n.01,coldSource,0,0,FALSE,,, -plastic.n.01,sliceable,0,0,FALSE,,, -plastic.n.01,slicer,0,0,FALSE,,, -plastic.n.01,soakable,1,0,FALSE,,, -sodium_carbonate.n.01,liquid,0,0,FALSE,,, -sodium_carbonate.n.01,heatSource,0,0,FALSE,,, -sodium_carbonate.n.01,fireSource,0,0,FALSE,,, -sodium_carbonate.n.01,cookable,0,0,FALSE,,, -sodium_carbonate.n.01,coldSource,0,0,FALSE,,, -sodium_carbonate.n.01,sliceable,0,0,FALSE,,, -sodium_carbonate.n.01,slicer,0,0,FALSE,,, -sodium_carbonate.n.01,soakable,0,0,FALSE,,, -mixer.n.04,liquid,0,0,FALSE,,, -mixer.n.04,heatSource,0,0,FALSE,,, -mixer.n.04,fireSource,0,0,FALSE,,, -mixer.n.04,cookable,0,0,FALSE,,, -mixer.n.04,coldSource,0,0,FALSE,,, -mixer.n.04,sliceable,0,0,FALSE,,, -mixer.n.04,slicer,1,1,FALSE,,, -mixer.n.04,soakable,0,0,FALSE,,, -wax_paper.n.01,liquid,0,0,FALSE,,, -wax_paper.n.01,heatSource,0,0,FALSE,,, -wax_paper.n.01,fireSource,0,0,FALSE,,, -wax_paper.n.01,cookable,0,0,FALSE,,, -wax_paper.n.01,coldSource,0,0,FALSE,,, -wax_paper.n.01,sliceable,0,0,FALSE,,, -wax_paper.n.01,slicer,0,0,FALSE,,, -wax_paper.n.01,soakable,1,1,FALSE,,, -plastic_bag.n.01,liquid,0,0,FALSE,,, -plastic_bag.n.01,heatSource,0,0,FALSE,,, -plastic_bag.n.01,fireSource,0,0,FALSE,,, -plastic_bag.n.01,cookable,0,0,FALSE,,, -plastic_bag.n.01,coldSource,0,0,FALSE,,, -plastic_bag.n.01,sliceable,0,0,FALSE,,, -plastic_bag.n.01,slicer,1,0,FALSE,,, -plastic_bag.n.01,soakable,1,0,FALSE,,, -dirt.n.02,liquid,0,0,FALSE,,, -dirt.n.02,heatSource,0,0,FALSE,,, -dirt.n.02,fireSource,0,0,FALSE,,, -dirt.n.02,cookable,0,0,FALSE,,, -dirt.n.02,coldSource,0,0,FALSE,,, -dirt.n.02,sliceable,0,0,FALSE,,, -dirt.n.02,slicer,0,0,FALSE,,, -dirt.n.02,soakable,0,0,FALSE,,, -meal.n.01,liquid,0,0,FALSE,,, -meal.n.01,heatSource,0,0,FALSE,,, -meal.n.01,fireSource,1,0,FALSE,,, -meal.n.01,cookable,0,1,FALSE,,, -meal.n.01,coldSource,0,0,FALSE,,, -meal.n.01,sliceable,1,1,FALSE,,, -meal.n.01,slicer,0,0,FALSE,,, -meal.n.01,soakable,0,0,FALSE,,, -nut.n.01,liquid,0,0,FALSE,,, -nut.n.01,heatSource,0,0,FALSE,,, -nut.n.01,fireSource,1,0,FALSE,,, -nut.n.01,cookable,0,1,FALSE,,, -nut.n.01,coldSource,0,0,FALSE,,, -nut.n.01,sliceable,0,0,FALSE,,, -nut.n.01,slicer,1,0,FALSE,,, -nut.n.01,soakable,0,0,FALSE,,, -seed.n.02,liquid,0,0,FALSE,,, -seed.n.02,heatSource,0,0,FALSE,,, -seed.n.02,fireSource,0,0,FALSE,,, -seed.n.02,cookable,0,1,FALSE,,, -seed.n.02,coldSource,0,0,FALSE,,, -seed.n.02,sliceable,0,0,FALSE,,, -seed.n.02,slicer,0,0,FALSE,,, -seed.n.02,soakable,0,0,FALSE,,, -book.n.01,liquid,0,0,FALSE,,, -book.n.01,heatSource,0,0,FALSE,,, -book.n.01,fireSource,0,0,FALSE,,, -book.n.01,cookable,0,0,FALSE,,, -book.n.01,coldSource,0,0,FALSE,,, -book.n.01,sliceable,0,0,FALSE,,, -book.n.01,slicer,0,0,FALSE,,, -book.n.01,soakable,0,1,FALSE,,, -blade.n.09,liquid,0,0,FALSE,,, -blade.n.09,heatSource,0,0,FALSE,,, -blade.n.09,fireSource,0,0,FALSE,,, -blade.n.09,cookable,0,0,FALSE,,, -blade.n.09,coldSource,0,0,FALSE,,, -blade.n.09,sliceable,1,0,FALSE,,, -blade.n.09,slicer,1,1,FALSE,,, -blade.n.09,soakable,0,0,FALSE,,, -mold.n.05,liquid,0,0,FALSE,,, -mold.n.05,heatSource,0,0,FALSE,,, -mold.n.05,fireSource,0,0,FALSE,,, -mold.n.05,cookable,0,0,FALSE,,, -mold.n.05,coldSource,0,0,FALSE,,, -mold.n.05,sliceable,0,0,FALSE,,, -mold.n.05,slicer,0,0,FALSE,,, -mold.n.05,soakable,0,0,FALSE,,, -sauce.n.01,liquid,0,1,FALSE,,, -sauce.n.01,heatSource,0,0,FALSE,,, -sauce.n.01,fireSource,1,0,FALSE,,, -sauce.n.01,cookable,0,1,FALSE,,, -sauce.n.01,coldSource,1,0,FALSE,,, -sauce.n.01,sliceable,0,0,FALSE,,, -sauce.n.01,slicer,0,0,FALSE,,, -sauce.n.01,soakable,0,0,FALSE,,, -screw.n.04,liquid,0,0,FALSE,,, -screw.n.04,heatSource,0,0,FALSE,,, -screw.n.04,fireSource,0,0,FALSE,,, -screw.n.04,cookable,0,0,FALSE,,, -screw.n.04,coldSource,0,0,FALSE,,, -screw.n.04,sliceable,0,0,FALSE,,, -screw.n.04,slicer,0,0,FALSE,,, -screw.n.04,soakable,0,0,FALSE,,, -spice.n.02,liquid,0,0,FALSE,,, -spice.n.02,heatSource,0,0,FALSE,,, -spice.n.02,fireSource,1,0,FALSE,,, -spice.n.02,cookable,0,1,FALSE,,, -spice.n.02,coldSource,0,0,FALSE,,, -spice.n.02,sliceable,0,0,FALSE,,, -spice.n.02,slicer,0,0,FALSE,,, -spice.n.02,soakable,0,0,FALSE,,, -aluminium_foil.n.01,liquid,0,0,FALSE,,, -aluminium_foil.n.01,heatSource,0,0,FALSE,,, -aluminium_foil.n.01,fireSource,0,0,FALSE,,, -aluminium_foil.n.01,cookable,0,0,FALSE,,, -aluminium_foil.n.01,coldSource,0,0,FALSE,,, -aluminium_foil.n.01,sliceable,0,1,FALSE,,, -aluminium_foil.n.01,slicer,0,0,FALSE,,, -aluminium_foil.n.01,soakable,0,0,FALSE,,, -rice.n.01,liquid,0,0,FALSE,,, -rice.n.01,heatSource,0,0,FALSE,,, -rice.n.01,fireSource,1,0,FALSE,,, -rice.n.01,cookable,0,1,FALSE,,, -rice.n.01,coldSource,1,0,FALSE,,, -rice.n.01,sliceable,0,0,FALSE,,, -rice.n.01,slicer,1,0,FALSE,,, -rice.n.01,soakable,0,0,FALSE,,, -wine.n.01,liquid,1,1,FALSE,,, -wine.n.01,heatSource,0,0,FALSE,,, -wine.n.01,fireSource,0,0,FALSE,,, -wine.n.01,cookable,0,1,FALSE,,, -wine.n.01,coldSource,1,0,FALSE,,, -wine.n.01,sliceable,0,0,FALSE,,, -wine.n.01,slicer,0,0,FALSE,,, -wine.n.01,soakable,0,0,FALSE,,, -rack.n.05,liquid,0,0,FALSE,,, -rack.n.05,heatSource,0,0,FALSE,,, -rack.n.05,fireSource,0,0,FALSE,,, -rack.n.05,cookable,0,0,FALSE,,, -rack.n.05,coldSource,0,0,FALSE,,, -rack.n.05,sliceable,0,0,FALSE,,, -rack.n.05,slicer,1,0,FALSE,,, -rack.n.05,soakable,1,0,FALSE,,, -leaf.n.01,liquid,0,0,FALSE,,, -leaf.n.01,heatSource,0,0,FALSE,,, -leaf.n.01,fireSource,0,0,FALSE,,, -leaf.n.01,cookable,0,0,FALSE,,, -leaf.n.01,coldSource,0,0,FALSE,,, -leaf.n.01,sliceable,0,1,FALSE,,, -leaf.n.01,slicer,0,0,FALSE,,, -leaf.n.01,soakable,0,1,FALSE,,, -plastic_wrap.n.01,liquid,0,0,FALSE,,, -plastic_wrap.n.01,heatSource,0,0,FALSE,,, -plastic_wrap.n.01,fireSource,0,0,FALSE,,, -plastic_wrap.n.01,cookable,0,0,FALSE,,, -plastic_wrap.n.01,coldSource,0,0,FALSE,,, -plastic_wrap.n.01,sliceable,0,0,FALSE,,, -plastic_wrap.n.01,slicer,1,0,FALSE,,, -plastic_wrap.n.01,soakable,0,0,FALSE,,, -bearing.n.06,liquid,0,0,FALSE,,, -bearing.n.06,heatSource,0,0,FALSE,,, -bearing.n.06,fireSource,0,0,FALSE,,, -bearing.n.06,cookable,0,0,FALSE,,, -bearing.n.06,coldSource,0,0,FALSE,,, -bearing.n.06,sliceable,0,0,FALSE,,, -bearing.n.06,slicer,1,0,FALSE,,, -bearing.n.06,soakable,0,0,FALSE,,, -liquid_soap.n.01,liquid,1,1,FALSE,,, -liquid_soap.n.01,heatSource,0,0,FALSE,,, -liquid_soap.n.01,fireSource,0,0,FALSE,,, -liquid_soap.n.01,cookable,0,0,FALSE,,, -liquid_soap.n.01,coldSource,1,0,FALSE,,, -liquid_soap.n.01,sliceable,0,0,FALSE,,, -liquid_soap.n.01,slicer,0,0,FALSE,,, -liquid_soap.n.01,soakable,0,0,FALSE,,, -bookend.n.01,liquid,0,0,FALSE,,, -bookend.n.01,heatSource,0,0,FALSE,,, -bookend.n.01,fireSource,0,0,FALSE,,, -bookend.n.01,cookable,0,0,FALSE,,, -bookend.n.01,coldSource,0,0,FALSE,,, -bookend.n.01,sliceable,0,0,FALSE,,, -bookend.n.01,slicer,1,0,FALSE,,, -bookend.n.01,soakable,0,0,FALSE,,, -brace.n.09,liquid,0,0,FALSE,,, -brace.n.09,heatSource,0,0,FALSE,,, -brace.n.09,fireSource,0,0,FALSE,,, -brace.n.09,cookable,0,0,FALSE,,, -brace.n.09,coldSource,0,0,FALSE,,, -brace.n.09,sliceable,0,0,FALSE,,, -brace.n.09,slicer,0,0,FALSE,,, -brace.n.09,soakable,0,0,FALSE,,, -buckle.n.01,liquid,0,0,FALSE,,, -buckle.n.01,heatSource,0,0,FALSE,,, -buckle.n.01,fireSource,0,0,FALSE,,, -buckle.n.01,cookable,0,0,FALSE,,, -buckle.n.01,coldSource,0,0,FALSE,,, -buckle.n.01,sliceable,0,0,FALSE,,, -buckle.n.01,slicer,1,1,FALSE,,, -buckle.n.01,soakable,0,0,FALSE,,, -insectifuge.n.01,liquid,0,0,FALSE,,, -insectifuge.n.01,heatSource,0,0,FALSE,,, -insectifuge.n.01,fireSource,0,0,FALSE,,, -insectifuge.n.01,cookable,0,0,FALSE,,, -insectifuge.n.01,coldSource,0,0,FALSE,,, -insectifuge.n.01,sliceable,0,0,FALSE,,, -insectifuge.n.01,slicer,0,0,FALSE,,, -insectifuge.n.01,soakable,0,0,FALSE,,, -insect_repellent.n.01,liquid,0,0,FALSE,,, -insect_repellent.n.01,heatSource,0,0,FALSE,,, -insect_repellent.n.01,fireSource,0,0,FALSE,,, -insect_repellent.n.01,cookable,0,0,FALSE,,, -insect_repellent.n.01,coldSource,0,0,FALSE,,, -insect_repellent.n.01,sliceable,0,0,FALSE,,, -insect_repellent.n.01,slicer,0,0,FALSE,,, -insect_repellent.n.01,soakable,0,0,FALSE,,, -bumper.n.02,liquid,0,0,FALSE,,, -bumper.n.02,heatSource,0,0,FALSE,,, -bumper.n.02,fireSource,0,0,FALSE,,, -bumper.n.02,cookable,0,0,FALSE,,, -bumper.n.02,coldSource,0,0,FALSE,,, -bumper.n.02,sliceable,0,0,FALSE,,, -bumper.n.02,slicer,0,0,FALSE,,, -bumper.n.02,soakable,0,0,FALSE,,, -burlap.n.01,liquid,0,0,FALSE,,, -burlap.n.01,heatSource,0,0,FALSE,,, -burlap.n.01,fireSource,0,0,FALSE,,, -burlap.n.01,cookable,0,0,FALSE,,, -burlap.n.01,coldSource,0,0,FALSE,,, -burlap.n.01,sliceable,0,0,FALSE,,, -burlap.n.01,slicer,0,0,FALSE,,, -burlap.n.01,soakable,0,1,FALSE,,, -frosting.n.01,liquid,0,0,FALSE,,, -frosting.n.01,heatSource,0,0,FALSE,,, -frosting.n.01,fireSource,0,0,FALSE,,, -frosting.n.01,cookable,0,1,FALSE,,, -frosting.n.01,coldSource,1,0,FALSE,,, -frosting.n.01,sliceable,0,0,FALSE,,, -frosting.n.01,slicer,1,0,FALSE,,, -frosting.n.01,soakable,0,0,FALSE,,, -cactus.n.01,liquid,0,0,FALSE,,, -cactus.n.01,heatSource,0,0,FALSE,,, -cactus.n.01,fireSource,0,0,FALSE,,, -cactus.n.01,cookable,0,1,FALSE,,, -cactus.n.01,coldSource,0,0,FALSE,,, -cactus.n.01,sliceable,0,1,FALSE,,, -cactus.n.01,slicer,1,0,FALSE,,, -cactus.n.01,soakable,0,0,FALSE,,, -calendar.n.01,liquid,0,0,FALSE,,, -calendar.n.01,heatSource,0,0,FALSE,,, -calendar.n.01,fireSource,0,0,FALSE,,, -calendar.n.01,cookable,0,0,FALSE,,, -calendar.n.01,coldSource,0,0,FALSE,,, -calendar.n.01,sliceable,0,0,FALSE,,, -calendar.n.01,slicer,1,0,FALSE,,, -calendar.n.01,soakable,0,1,FALSE,,, -cardamom.n.02,liquid,0,0,FALSE,,, -cardamom.n.02,heatSource,0,0,FALSE,,, -cardamom.n.02,fireSource,1,0,FALSE,,, -cardamom.n.02,cookable,0,1,FALSE,,, -cardamom.n.02,coldSource,0,0,FALSE,,, -cardamom.n.02,sliceable,0,0,FALSE,,, -cardamom.n.02,slicer,0,0,FALSE,,, -cardamom.n.02,soakable,0,0,FALSE,,, -electric_fan.n.01,liquid,0,0,FALSE,,, -electric_fan.n.01,heatSource,0,0,FALSE,,, -electric_fan.n.01,fireSource,0,0,FALSE,,, -electric_fan.n.01,cookable,0,0,FALSE,,, -electric_fan.n.01,coldSource,0,0,FALSE,,, -electric_fan.n.01,sliceable,0,0,FALSE,,, -electric_fan.n.01,slicer,1,0,FALSE,,, -electric_fan.n.01,soakable,0,0,FALSE,,, -cellophane.n.01,liquid,0,0,FALSE,,, -cellophane.n.01,heatSource,0,0,FALSE,,, -cellophane.n.01,fireSource,0,0,FALSE,,, -cellophane.n.01,cookable,0,0,FALSE,,, -cellophane.n.01,coldSource,0,0,FALSE,,, -cellophane.n.01,sliceable,0,0,FALSE,,, -cellophane.n.01,slicer,1,0,FALSE,,, -cellophane.n.01,soakable,1,0,FALSE,,, -centerpiece.n.02,liquid,0,0,FALSE,,, -centerpiece.n.02,heatSource,0,0,FALSE,,, -centerpiece.n.02,fireSource,0,0,FALSE,,, -centerpiece.n.02,cookable,0,0,FALSE,,, -centerpiece.n.02,coldSource,0,0,FALSE,,, -centerpiece.n.02,sliceable,0,0,FALSE,,, -centerpiece.n.02,slicer,0,0,FALSE,,, -centerpiece.n.02,soakable,0,0,FALSE,,, -cereal_box.n.01,liquid,0,0,FALSE,,, -cereal_box.n.01,heatSource,0,0,FALSE,,, -cereal_box.n.01,fireSource,0,0,FALSE,,, -cereal_box.n.01,cookable,0,0,FALSE,,, -cereal_box.n.01,coldSource,0,0,FALSE,,, -cereal_box.n.01,sliceable,0,0,FALSE,,, -cereal_box.n.01,slicer,0,0,FALSE,,, -cereal_box.n.01,soakable,1,1,FALSE,,, -chain_saw.n.01,liquid,0,0,FALSE,,, -chain_saw.n.01,heatSource,0,0,FALSE,,, -chain_saw.n.01,fireSource,0,0,FALSE,,, -chain_saw.n.01,cookable,0,0,FALSE,,, -chain_saw.n.01,coldSource,0,0,FALSE,,, -chain_saw.n.01,sliceable,0,0,FALSE,,, -chain_saw.n.01,slicer,1,1,FALSE,,, -chain_saw.n.01,soakable,0,0,FALSE,,, -blackboard.n.01,liquid,0,0,FALSE,,, -blackboard.n.01,heatSource,0,0,FALSE,,, -blackboard.n.01,fireSource,0,0,FALSE,,, -blackboard.n.01,cookable,0,0,FALSE,,, -blackboard.n.01,coldSource,0,0,FALSE,,, -blackboard.n.01,sliceable,0,0,FALSE,,, -blackboard.n.01,slicer,1,0,FALSE,,, -blackboard.n.01,soakable,0,0,FALSE,,, -chard.n.01,liquid,0,0,FALSE,,, -chard.n.01,heatSource,0,0,FALSE,,, -chard.n.01,fireSource,1,0,FALSE,,, -chard.n.01,cookable,0,1,FALSE,,, -chard.n.01,coldSource,0,0,FALSE,,, -chard.n.01,sliceable,0,1,FALSE,,, -chard.n.01,slicer,0,0,FALSE,,, -chard.n.01,soakable,0,0,FALSE,,, -cherry_tomato.n.02,liquid,0,0,FALSE,,, -cherry_tomato.n.02,heatSource,0,0,FALSE,,, -cherry_tomato.n.02,fireSource,0,0,FALSE,,, -cherry_tomato.n.02,cookable,0,1,FALSE,,, -cherry_tomato.n.02,coldSource,0,0,FALSE,,, -cherry_tomato.n.02,sliceable,0,1,FALSE,,, -cherry_tomato.n.02,slicer,0,0,FALSE,,, -cherry_tomato.n.02,soakable,0,0,FALSE,,, -edible_seed.n.01,liquid,0,0,FALSE,,, -edible_seed.n.01,heatSource,0,0,FALSE,,, -edible_seed.n.01,fireSource,1,0,FALSE,,, -edible_seed.n.01,cookable,0,1,FALSE,,, -edible_seed.n.01,coldSource,0,0,FALSE,,, -edible_seed.n.01,sliceable,0,0,FALSE,,, -edible_seed.n.01,slicer,0,0,FALSE,,, -edible_seed.n.01,soakable,0,0,FALSE,,, -chicken_leg.n.01,liquid,0,0,FALSE,,, -chicken_leg.n.01,heatSource,0,0,FALSE,,, -chicken_leg.n.01,fireSource,1,0,FALSE,,, -chicken_leg.n.01,cookable,0,1,FALSE,,, -chicken_leg.n.01,coldSource,0,0,FALSE,,, -chicken_leg.n.01,sliceable,0,1,FALSE,,, -chicken_leg.n.01,slicer,0,0,FALSE,,, -chicken_leg.n.01,soakable,0,0,FALSE,,, -chicken_soup.n.01,liquid,1,1,FALSE,,, -chicken_soup.n.01,heatSource,0,0,FALSE,,, -chicken_soup.n.01,fireSource,1,0,FALSE,,, -chicken_soup.n.01,cookable,0,1,FALSE,,, -chicken_soup.n.01,coldSource,0,0,FALSE,,, -chicken_soup.n.01,sliceable,0,0,FALSE,,, -chicken_soup.n.01,slicer,0,0,FALSE,,, -chicken_soup.n.01,soakable,0,0,FALSE,,, -piece_of_cloth.n.01,liquid,0,0,FALSE,,, -piece_of_cloth.n.01,heatSource,0,0,FALSE,,, -piece_of_cloth.n.01,fireSource,0,0,FALSE,,, -piece_of_cloth.n.01,cookable,0,0,FALSE,,, -piece_of_cloth.n.01,coldSource,0,0,FALSE,,, -piece_of_cloth.n.01,sliceable,0,0,FALSE,,, -piece_of_cloth.n.01,slicer,0,0,FALSE,,, -piece_of_cloth.n.01,soakable,1,1,FALSE,,, -clock.n.01,liquid,0,0,FALSE,,, -clock.n.01,heatSource,0,0,FALSE,,, -clock.n.01,fireSource,0,0,FALSE,,, -clock.n.01,cookable,0,0,FALSE,,, -clock.n.01,coldSource,0,0,FALSE,,, -clock.n.01,sliceable,0,0,FALSE,,, -clock.n.01,slicer,1,0,FALSE,,, -clock.n.01,soakable,0,0,FALSE,,, -cabinet.n.04,liquid,0,0,FALSE,,, -cabinet.n.04,heatSource,0,0,FALSE,,, -cabinet.n.04,fireSource,0,0,FALSE,,, -cabinet.n.04,cookable,0,0,FALSE,,, -cabinet.n.04,coldSource,0,0,FALSE,,, -cabinet.n.04,sliceable,0,0,FALSE,,, -cabinet.n.04,slicer,1,0,FALSE,,, -cabinet.n.04,soakable,0,0,FALSE,,, -knob.n.01,liquid,0,0,FALSE,,, -knob.n.01,heatSource,0,0,FALSE,,, -knob.n.01,fireSource,0,0,FALSE,,, -knob.n.01,cookable,0,0,FALSE,,, -knob.n.01,coldSource,0,0,FALSE,,, -knob.n.01,sliceable,0,0,FALSE,,, -knob.n.01,slicer,1,0,FALSE,,, -knob.n.01,soakable,0,0,FALSE,,, -corn_syrup.n.01,liquid,1,1,FALSE,,, -corn_syrup.n.01,heatSource,0,0,FALSE,,, -corn_syrup.n.01,fireSource,0,0,FALSE,,, -corn_syrup.n.01,cookable,0,1,FALSE,,, -corn_syrup.n.01,coldSource,0,0,FALSE,,, -corn_syrup.n.01,sliceable,0,0,FALSE,,, -corn_syrup.n.01,slicer,0,0,FALSE,,, -corn_syrup.n.01,soakable,0,0,FALSE,,, -costume.n.01,liquid,0,0,FALSE,,, -costume.n.01,heatSource,0,0,FALSE,,, -costume.n.01,fireSource,0,0,FALSE,,, -costume.n.01,cookable,0,0,FALSE,,, -costume.n.01,coldSource,0,0,FALSE,,, -costume.n.01,sliceable,0,0,FALSE,,, -costume.n.01,slicer,0,0,FALSE,,, -costume.n.01,soakable,0,1,FALSE,,, -crossbar.n.01,liquid,0,0,FALSE,,, -crossbar.n.01,heatSource,0,0,FALSE,,, -crossbar.n.01,fireSource,0,0,FALSE,,, -crossbar.n.01,cookable,0,0,FALSE,,, -crossbar.n.01,coldSource,0,0,FALSE,,, -crossbar.n.01,sliceable,0,0,FALSE,,, -crossbar.n.01,slicer,1,0,FALSE,,, -crossbar.n.01,soakable,0,0,FALSE,,, -crouton.n.01,liquid,0,0,FALSE,,, -crouton.n.01,heatSource,0,0,FALSE,,, -crouton.n.01,fireSource,1,0,FALSE,,, -crouton.n.01,cookable,0,1,FALSE,,, -crouton.n.01,coldSource,0,0,FALSE,,, -crouton.n.01,sliceable,0,1,FALSE,,, -crouton.n.01,slicer,0,0,FALSE,,, -crouton.n.01,soakable,0,1,FALSE,,, -curry.n.01,liquid,0,0,FALSE,,, -curry.n.01,heatSource,0,0,FALSE,,, -curry.n.01,fireSource,1,0,FALSE,,, -curry.n.01,cookable,0,1,FALSE,,, -curry.n.01,coldSource,0,0,FALSE,,, -curry.n.01,sliceable,0,0,FALSE,,, -curry.n.01,slicer,0,0,FALSE,,, -curry.n.01,soakable,0,0,FALSE,,, -custard.n.01,liquid,0,0,FALSE,,, -custard.n.01,heatSource,0,0,FALSE,,, -custard.n.01,fireSource,1,0,FALSE,,, -custard.n.01,cookable,0,1,FALSE,,, -custard.n.01,coldSource,1,0,FALSE,,, -custard.n.01,sliceable,0,0,FALSE,,, -custard.n.01,slicer,0,0,FALSE,,, -custard.n.01,soakable,0,0,FALSE,,, -antifreeze.n.01,liquid,1,1,FALSE,,, -antifreeze.n.01,heatSource,0,0,FALSE,,, -antifreeze.n.01,fireSource,0,0,FALSE,,, -antifreeze.n.01,cookable,1,0,FALSE,,, -antifreeze.n.01,coldSource,1,0,FALSE,,, -antifreeze.n.01,sliceable,0,0,FALSE,,, -antifreeze.n.01,slicer,0,0,FALSE,,, -antifreeze.n.01,soakable,0,0,FALSE,,, -denture.n.01,liquid,0,0,FALSE,,, -denture.n.01,heatSource,0,0,FALSE,,, -denture.n.01,fireSource,0,0,FALSE,,, -denture.n.01,cookable,0,0,FALSE,,, -denture.n.01,coldSource,1,0,FALSE,,, -denture.n.01,sliceable,0,0,FALSE,,, -denture.n.01,slicer,0,0,FALSE,,, -denture.n.01,soakable,0,0,FALSE,,, -dial.n.03,liquid,0,0,FALSE,,, -dial.n.03,heatSource,0,0,FALSE,,, -dial.n.03,fireSource,0,0,FALSE,,, -dial.n.03,cookable,0,0,FALSE,,, -dial.n.03,coldSource,0,0,FALSE,,, -dial.n.03,sliceable,0,0,FALSE,,, -dial.n.03,slicer,1,0,FALSE,,, -dial.n.03,soakable,0,0,FALSE,,, -dog_food.n.01,liquid,0,0,FALSE,,, -dog_food.n.01,heatSource,0,0,FALSE,,, -dog_food.n.01,fireSource,1,0,FALSE,,, -dog_food.n.01,cookable,0,1,FALSE,,, -dog_food.n.01,coldSource,0,0,FALSE,,, -dog_food.n.01,sliceable,0,0,FALSE,,, -dog_food.n.01,slicer,0,0,FALSE,,, -dog_food.n.01,soakable,0,1,FALSE,,, -dowel.n.01,liquid,0,0,FALSE,,, -dowel.n.01,heatSource,0,0,FALSE,,, -dowel.n.01,fireSource,0,0,FALSE,,, -dowel.n.01,cookable,0,0,FALSE,,, -dowel.n.01,coldSource,0,0,FALSE,,, -dowel.n.01,sliceable,0,0,FALSE,,, -dowel.n.01,slicer,1,0,FALSE,,, -dowel.n.01,soakable,0,1,FALSE,,, -racket.n.04,liquid,0,0,FALSE,,, -racket.n.04,heatSource,0,0,FALSE,,, -racket.n.04,fireSource,0,0,FALSE,,, -racket.n.04,cookable,0,0,FALSE,,, -racket.n.04,coldSource,0,0,FALSE,,, -racket.n.04,sliceable,0,0,FALSE,,, -racket.n.04,slicer,1,0,FALSE,,, -racket.n.04,soakable,0,0,FALSE,,, -rubber_boot.n.01,liquid,0,0,FALSE,,, -rubber_boot.n.01,heatSource,0,0,FALSE,,, -rubber_boot.n.01,fireSource,0,0,FALSE,,, -rubber_boot.n.01,cookable,0,0,FALSE,,, -rubber_boot.n.01,coldSource,0,0,FALSE,,, -rubber_boot.n.01,sliceable,0,0,FALSE,,, -rubber_boot.n.01,slicer,0,0,FALSE,,, -rubber_boot.n.01,soakable,0,0,FALSE,,, -ramekin.n.01,liquid,0,0,FALSE,,, -ramekin.n.01,heatSource,0,0,FALSE,,, -ramekin.n.01,fireSource,1,0,FALSE,,, -ramekin.n.01,cookable,0,1,FALSE,,, -ramekin.n.01,coldSource,1,0,FALSE,,, -ramekin.n.01,sliceable,0,1,FALSE,,, -ramekin.n.01,slicer,1,0,FALSE,,, -ramekin.n.01,soakable,0,0,FALSE,,, -retainer.n.03,liquid,0,0,FALSE,,, -retainer.n.03,heatSource,0,0,FALSE,,, -retainer.n.03,fireSource,0,0,FALSE,,, -retainer.n.03,cookable,0,0,FALSE,,, -retainer.n.03,coldSource,0,0,FALSE,,, -retainer.n.03,sliceable,0,0,FALSE,,, -retainer.n.03,slicer,0,0,FALSE,,, -retainer.n.03,soakable,0,0,FALSE,,, -pieplant.n.01,liquid,0,0,FALSE,,, -pieplant.n.01,heatSource,0,0,FALSE,,, -pieplant.n.01,fireSource,1,0,FALSE,,, -pieplant.n.01,cookable,0,1,FALSE,,, -pieplant.n.01,coldSource,0,0,FALSE,,, -pieplant.n.01,sliceable,0,1,FALSE,,, -pieplant.n.01,slicer,0,0,FALSE,,, -pieplant.n.01,soakable,0,0,FALSE,,, -ricotta.n.01,liquid,0,0,FALSE,,, -ricotta.n.01,heatSource,0,0,FALSE,,, -ricotta.n.01,fireSource,0,0,FALSE,,, -ricotta.n.01,cookable,0,1,FALSE,,, -ricotta.n.01,coldSource,0,0,FALSE,,, -ricotta.n.01,sliceable,0,1,FALSE,,, -ricotta.n.01,slicer,0,0,FALSE,,, -ricotta.n.01,soakable,0,0,FALSE,,, -halite.n.01,liquid,0,0,FALSE,,, -halite.n.01,heatSource,0,0,FALSE,,, -halite.n.01,fireSource,0,0,FALSE,,, -halite.n.01,cookable,0,1,FALSE,,, -halite.n.01,coldSource,0,0,FALSE,,, -halite.n.01,sliceable,0,0,FALSE,,, -halite.n.01,slicer,0,0,FALSE,,, -halite.n.01,soakable,0,0,FALSE,,, -rubbing_alcohol.n.01,liquid,1,1,FALSE,,, -rubbing_alcohol.n.01,heatSource,0,0,FALSE,,, -rubbing_alcohol.n.01,fireSource,0,0,FALSE,,, -rubbing_alcohol.n.01,cookable,0,0,FALSE,,, -rubbing_alcohol.n.01,coldSource,0,0,FALSE,,, -rubbing_alcohol.n.01,sliceable,0,0,FALSE,,, -rubbing_alcohol.n.01,slicer,0,0,FALSE,,, -rubbing_alcohol.n.01,soakable,0,0,FALSE,,, -rutabaga.n.01,liquid,0,0,FALSE,,, -rutabaga.n.01,heatSource,0,0,FALSE,,, -rutabaga.n.01,fireSource,1,0,FALSE,,, -rutabaga.n.01,cookable,0,1,FALSE,,, -rutabaga.n.01,coldSource,0,0,FALSE,,, -rutabaga.n.01,sliceable,0,1,FALSE,,, -rutabaga.n.01,slicer,0,0,FALSE,,, -rutabaga.n.01,soakable,0,0,FALSE,,, -scale.n.10,liquid,0,0,FALSE,,, -scale.n.10,heatSource,0,0,FALSE,,, -scale.n.10,fireSource,0,0,FALSE,,, -scale.n.10,cookable,0,0,FALSE,,, -scale.n.10,coldSource,0,0,FALSE,,, -scale.n.10,sliceable,0,0,FALSE,,, -scale.n.10,slicer,1,0,FALSE,,, -scale.n.10,soakable,0,0,FALSE,,, -scone.n.01,liquid,0,0,FALSE,,, -scone.n.01,heatSource,0,0,FALSE,,, -scone.n.01,fireSource,1,0,FALSE,,, -scone.n.01,cookable,0,1,FALSE,,, -scone.n.01,coldSource,1,0,FALSE,,, -scone.n.01,sliceable,0,1,FALSE,,, -scone.n.01,slicer,0,0,FALSE,,, -scone.n.01,soakable,0,0,FALSE,,, -seashell.n.01,liquid,0,0,FALSE,,, -seashell.n.01,heatSource,0,0,FALSE,,, -seashell.n.01,fireSource,0,0,FALSE,,, -seashell.n.01,cookable,0,0,FALSE,,, -seashell.n.01,coldSource,0,0,FALSE,,, -seashell.n.01,sliceable,0,0,FALSE,,, -seashell.n.01,slicer,1,0,FALSE,,, -seashell.n.01,soakable,0,0,FALSE,,, -shellac.n.02,liquid,1,1,FALSE,,, -shellac.n.02,heatSource,0,0,FALSE,,, -shellac.n.02,fireSource,0,0,FALSE,,, -shellac.n.02,cookable,0,0,FALSE,,, -shellac.n.02,coldSource,0,0,FALSE,,, -shellac.n.02,sliceable,0,0,FALSE,,, -shellac.n.02,slicer,1,0,FALSE,,, -shellac.n.02,soakable,0,0,FALSE,,, -shiitake.n.01,liquid,0,0,FALSE,,, -shiitake.n.01,heatSource,0,0,FALSE,,, -shiitake.n.01,fireSource,1,0,FALSE,,, -shiitake.n.01,cookable,0,1,FALSE,,, -shiitake.n.01,coldSource,0,0,FALSE,,, -shiitake.n.01,sliceable,0,1,FALSE,,, -shiitake.n.01,slicer,1,0,FALSE,,, -shiitake.n.01,soakable,0,0,FALSE,,, -shoebox.n.02,liquid,0,0,FALSE,,, -shoebox.n.02,heatSource,0,0,FALSE,,, -shoebox.n.02,fireSource,0,0,FALSE,,, -shoebox.n.02,cookable,0,0,FALSE,,, -shoebox.n.02,coldSource,0,0,FALSE,,, -shoebox.n.02,sliceable,0,0,FALSE,,, -shoebox.n.02,slicer,0,0,FALSE,,, -shoebox.n.02,soakable,1,1,FALSE,,, -shutter.n.02,liquid,0,0,FALSE,,, -shutter.n.02,heatSource,0,0,FALSE,,, -shutter.n.02,fireSource,0,0,FALSE,,, -shutter.n.02,cookable,0,0,FALSE,,, -shutter.n.02,coldSource,0,0,FALSE,,, -shutter.n.02,sliceable,0,0,FALSE,,, -shutter.n.02,slicer,1,0,FALSE,,, -shutter.n.02,soakable,1,0,FALSE,,, -silver.n.02,liquid,0,0,FALSE,,, -silver.n.02,heatSource,0,0,FALSE,,, -silver.n.02,fireSource,0,0,FALSE,,, -silver.n.02,cookable,0,0,FALSE,,, -silver.n.02,coldSource,0,0,FALSE,,, -silver.n.02,sliceable,0,0,FALSE,,, -silver.n.02,slicer,1,0,FALSE,,, -silver.n.02,soakable,0,0,FALSE,,, -skateboard.n.01,liquid,0,0,FALSE,,, -skateboard.n.01,heatSource,0,0,FALSE,,, -skateboard.n.01,fireSource,0,0,FALSE,,, -skateboard.n.01,cookable,0,0,FALSE,,, -skateboard.n.01,coldSource,0,0,FALSE,,, -skateboard.n.01,sliceable,0,0,FALSE,,, -skateboard.n.01,slicer,0,0,FALSE,,, -skateboard.n.01,soakable,0,0,FALSE,,, -slat.n.01,liquid,0,0,FALSE,,, -slat.n.01,heatSource,0,0,FALSE,,, -slat.n.01,fireSource,0,0,FALSE,,, -slat.n.01,cookable,0,0,FALSE,,, -slat.n.01,coldSource,0,0,FALSE,,, -slat.n.01,sliceable,0,0,FALSE,,, -slat.n.01,slicer,1,0,FALSE,,, -slat.n.01,soakable,1,0,FALSE,,, -snapper.n.02,liquid,0,0,FALSE,,, -snapper.n.02,heatSource,0,0,FALSE,,, -snapper.n.02,fireSource,1,0,FALSE,,, -snapper.n.02,cookable,0,1,FALSE,,, -snapper.n.02,coldSource,0,0,FALSE,,, -snapper.n.02,sliceable,0,1,FALSE,,, -snapper.n.02,slicer,0,0,FALSE,,, -snapper.n.02,soakable,0,0,FALSE,,, -snow_pea.n.02,liquid,0,0,FALSE,,, -snow_pea.n.02,heatSource,0,0,FALSE,,, -snow_pea.n.02,fireSource,1,0,FALSE,,, -snow_pea.n.02,cookable,0,1,FALSE,,, -snow_pea.n.02,coldSource,0,0,FALSE,,, -snow_pea.n.02,sliceable,0,0,FALSE,,, -snow_pea.n.02,slicer,0,0,FALSE,,, -snow_pea.n.02,soakable,0,0,FALSE,,, -scum.n.02,liquid,0,0,FALSE,,, -scum.n.02,heatSource,0,0,FALSE,,, -scum.n.02,fireSource,0,0,FALSE,,, -scum.n.02,cookable,0,0,FALSE,,, -scum.n.02,coldSource,0,0,FALSE,,, -scum.n.02,sliceable,0,0,FALSE,,, -scum.n.02,slicer,0,0,FALSE,,, -scum.n.02,soakable,0,0,FALSE,,, -soccer.n.01,liquid,0,0,FALSE,,, -soccer.n.01,heatSource,0,0,FALSE,,, -soccer.n.01,fireSource,0,0,FALSE,,, -soccer.n.01,cookable,0,0,FALSE,,, -soccer.n.01,coldSource,0,0,FALSE,,, -soccer.n.01,sliceable,0,0,FALSE,,, -soccer.n.01,slicer,1,0,FALSE,,, -soccer.n.01,soakable,0,0,FALSE,,, -hand_tool.n.01,liquid,0,0,FALSE,,, -hand_tool.n.01,heatSource,0,0,FALSE,,, -hand_tool.n.01,fireSource,0,0,FALSE,,, -hand_tool.n.01,cookable,0,0,FALSE,,, -hand_tool.n.01,coldSource,0,0,FALSE,,, -hand_tool.n.01,sliceable,0,0,FALSE,,, -hand_tool.n.01,slicer,1,1,FALSE,,, -hand_tool.n.01,soakable,0,0,FALSE,,, -carbon_black.n.01,liquid,0,0,FALSE,,, -carbon_black.n.01,heatSource,0,0,FALSE,,, -carbon_black.n.01,fireSource,0,0,FALSE,,, -carbon_black.n.01,cookable,0,0,FALSE,,, -carbon_black.n.01,coldSource,0,0,FALSE,,, -carbon_black.n.01,sliceable,0,0,FALSE,,, -carbon_black.n.01,slicer,0,0,FALSE,,, -carbon_black.n.01,soakable,0,0,FALSE,,, -soy.n.04,liquid,0,0,FALSE,,, -soy.n.04,heatSource,0,0,FALSE,,, -soy.n.04,fireSource,1,0,FALSE,,, -soy.n.04,cookable,0,1,FALSE,,, -soy.n.04,coldSource,0,0,FALSE,,, -soy.n.04,sliceable,0,0,FALSE,,, -soy.n.04,slicer,0,0,FALSE,,, -soy.n.04,soakable,0,0,FALSE,,, -spackle.n.01,liquid,0,0,FALSE,,, -spackle.n.01,heatSource,0,0,FALSE,,, -spackle.n.01,fireSource,0,0,FALSE,,, -spackle.n.01,cookable,0,0,FALSE,,, -spackle.n.01,coldSource,1,0,FALSE,,, -spackle.n.01,sliceable,0,0,FALSE,,, -spackle.n.01,slicer,1,0,FALSE,,, -spackle.n.01,soakable,0,0,FALSE,,, -bottle.n.01,liquid,1,0,FALSE,,, -bottle.n.01,heatSource,0,0,FALSE,,, -bottle.n.01,fireSource,0,0,FALSE,,, -bottle.n.01,cookable,0,0,FALSE,,, -bottle.n.01,coldSource,1,0,FALSE,,, -bottle.n.01,sliceable,0,0,FALSE,,, -bottle.n.01,slicer,1,0,FALSE,,, -bottle.n.01,soakable,0,0,FALSE,,, -hot_sauce.n.01,liquid,0,0,FALSE,,, -hot_sauce.n.01,heatSource,1,0,FALSE,,, -hot_sauce.n.01,fireSource,1,0,FALSE,,, -hot_sauce.n.01,cookable,0,1,FALSE,,, -hot_sauce.n.01,coldSource,0,0,FALSE,,, -hot_sauce.n.01,sliceable,0,0,FALSE,,, -hot_sauce.n.01,slicer,0,0,FALSE,,, -hot_sauce.n.01,soakable,0,0,FALSE,,, -cooking_utensil.n.01,liquid,0,0,FALSE,,, -cooking_utensil.n.01,heatSource,1,0,FALSE,,, -cooking_utensil.n.01,fireSource,1,0,FALSE,,, -cooking_utensil.n.01,cookable,0,0,FALSE,,, -cooking_utensil.n.01,coldSource,0,0,FALSE,,, -cooking_utensil.n.01,sliceable,0,0,FALSE,,, -cooking_utensil.n.01,slicer,1,0,FALSE,,, -cooking_utensil.n.01,soakable,0,0,FALSE,,, -stucco.n.01,liquid,0,0,FALSE,,, -stucco.n.01,heatSource,0,0,FALSE,,, -stucco.n.01,fireSource,0,0,FALSE,,, -stucco.n.01,cookable,0,0,FALSE,,, -stucco.n.01,coldSource,0,0,FALSE,,, -stucco.n.01,sliceable,0,0,FALSE,,, -stucco.n.01,slicer,0,0,FALSE,,, -stucco.n.01,soakable,0,0,FALSE,,, -summer_squash.n.01,liquid,0,0,FALSE,,, -summer_squash.n.01,heatSource,0,0,FALSE,,, -summer_squash.n.01,fireSource,1,0,FALSE,,, -summer_squash.n.01,cookable,0,1,FALSE,,, -summer_squash.n.01,coldSource,0,0,FALSE,,, -summer_squash.n.01,sliceable,0,1,FALSE,,, -summer_squash.n.01,slicer,1,0,FALSE,,, -summer_squash.n.01,soakable,0,0,FALSE,,, -perspiration.n.01,liquid,1,1,FALSE,,, -perspiration.n.01,heatSource,0,0,FALSE,,, -perspiration.n.01,fireSource,0,0,FALSE,,, -perspiration.n.01,cookable,0,0,FALSE,,, -perspiration.n.01,coldSource,0,0,FALSE,,, -perspiration.n.01,sliceable,0,0,FALSE,,, -perspiration.n.01,slicer,0,0,FALSE,,, -perspiration.n.01,soakable,0,0,FALSE,,, -almond_oil.n.01,liquid,1,1,FALSE,,, -almond_oil.n.01,heatSource,0,0,FALSE,,, -almond_oil.n.01,fireSource,0,1,FALSE,,, -almond_oil.n.01,cookable,0,1,FALSE,,, -almond_oil.n.01,coldSource,1,0,FALSE,,, -almond_oil.n.01,sliceable,0,0,FALSE,,, -almond_oil.n.01,slicer,0,0,FALSE,,, -almond_oil.n.01,soakable,0,0,FALSE,,, -sweet_pepper.n.01,liquid,0,0,FALSE,,, -sweet_pepper.n.01,heatSource,0,0,FALSE,,, -sweet_pepper.n.01,fireSource,1,0,FALSE,,, -sweet_pepper.n.01,cookable,0,1,FALSE,,, -sweet_pepper.n.01,coldSource,0,0,FALSE,,, -sweet_pepper.n.01,sliceable,0,1,FALSE,,, -sweet_pepper.n.01,slicer,1,0,FALSE,,, -sweet_pepper.n.01,soakable,0,0,FALSE,,, -swiss_cheese.n.01,liquid,0,0,FALSE,,, -swiss_cheese.n.01,heatSource,0,0,FALSE,,, -swiss_cheese.n.01,fireSource,0,0,FALSE,,, -swiss_cheese.n.01,cookable,0,1,FALSE,,, -swiss_cheese.n.01,coldSource,0,0,FALSE,,, -swiss_cheese.n.01,sliceable,0,1,FALSE,,, -swiss_cheese.n.01,slicer,1,0,FALSE,,, -swiss_cheese.n.01,soakable,0,0,FALSE,,, -syringe.n.01,liquid,1,0,FALSE,,, -syringe.n.01,heatSource,0,0,FALSE,,, -syringe.n.01,fireSource,0,0,FALSE,,, -syringe.n.01,cookable,0,0,FALSE,,, -syringe.n.01,coldSource,1,0,FALSE,,, -syringe.n.01,sliceable,0,0,FALSE,,, -syringe.n.01,slicer,1,0,FALSE,,, -syringe.n.01,soakable,0,0,FALSE,,, -talcum.n.02,liquid,0,0,FALSE,,, -talcum.n.02,heatSource,0,0,FALSE,,, -talcum.n.02,fireSource,0,0,FALSE,,, -talcum.n.02,cookable,0,0,FALSE,,, -talcum.n.02,coldSource,0,0,FALSE,,, -talcum.n.02,sliceable,0,0,FALSE,,, -talcum.n.02,slicer,0,0,FALSE,,, -talcum.n.02,soakable,0,0,FALSE,,, -tarnish.n.01,liquid,0,0,FALSE,,, -tarnish.n.01,heatSource,0,0,FALSE,,, -tarnish.n.01,fireSource,0,0,FALSE,,, -tarnish.n.01,cookable,0,0,FALSE,,, -tarnish.n.01,coldSource,0,0,FALSE,,, -tarnish.n.01,sliceable,0,0,FALSE,,, -tarnish.n.01,slicer,0,0,FALSE,,, -tarnish.n.01,soakable,0,0,FALSE,,, -tassel.n.01,liquid,0,0,FALSE,,, -tassel.n.01,heatSource,0,0,FALSE,,, -tassel.n.01,fireSource,0,0,FALSE,,, -tassel.n.01,cookable,0,0,FALSE,,, -tassel.n.01,coldSource,0,0,FALSE,,, -tassel.n.01,sliceable,0,0,FALSE,,, -tassel.n.01,slicer,0,0,FALSE,,, -tassel.n.01,soakable,0,0,FALSE,,, -teddy.n.01,liquid,0,0,FALSE,,, -teddy.n.01,heatSource,0,0,FALSE,,, -teddy.n.01,fireSource,0,0,FALSE,,, -teddy.n.01,cookable,0,0,FALSE,,, -teddy.n.01,coldSource,0,0,FALSE,,, -teddy.n.01,sliceable,0,0,FALSE,,, -teddy.n.01,slicer,0,0,FALSE,,, -teddy.n.01,soakable,0,1,FALSE,,, -toaster_oven.n.01,liquid,0,0,FALSE,,, -toaster_oven.n.01,heatSource,1,1,TRUE,204,https://cookingpotsnpans.com/ovens/how-hot-do-toaster-ovens-get/, -toaster_oven.n.01,fireSource,0,0,FALSE,,, -toaster_oven.n.01,cookable,0,0,FALSE,,, -toaster_oven.n.01,coldSource,0,0,FALSE,,, -toaster_oven.n.01,sliceable,0,0,FALSE,,, -toaster_oven.n.01,slicer,1,0,FALSE,,, -toaster_oven.n.01,soakable,0,0,FALSE,,, -trampoline.n.01,liquid,0,0,FALSE,,, -trampoline.n.01,heatSource,0,0,FALSE,,, -trampoline.n.01,fireSource,0,0,FALSE,,, -trampoline.n.01,cookable,0,0,FALSE,,, -trampoline.n.01,coldSource,0,0,FALSE,,, -trampoline.n.01,sliceable,0,0,FALSE,,, -trampoline.n.01,slicer,0,0,FALSE,,, -trampoline.n.01,soakable,0,0,FALSE,,, -tripod.n.01,liquid,0,0,FALSE,,, -tripod.n.01,heatSource,0,0,FALSE,,, -tripod.n.01,fireSource,0,0,FALSE,,, -tripod.n.01,cookable,0,0,FALSE,,, -tripod.n.01,coldSource,0,0,FALSE,,, -tripod.n.01,sliceable,0,0,FALSE,,, -tripod.n.01,slicer,0,0,FALSE,,, -tripod.n.01,soakable,0,0,FALSE,,, -trophy.n.02,liquid,0,0,FALSE,,, -trophy.n.02,heatSource,0,0,FALSE,,, -trophy.n.02,fireSource,0,0,FALSE,,, -trophy.n.02,cookable,0,0,FALSE,,, -trophy.n.02,coldSource,0,0,FALSE,,, -trophy.n.02,sliceable,0,0,FALSE,,, -trophy.n.02,slicer,1,0,FALSE,,, -trophy.n.02,soakable,0,0,FALSE,,, -petite_marmite.n.01,liquid,1,1,FALSE,,, -petite_marmite.n.01,heatSource,0,0,FALSE,,, -petite_marmite.n.01,fireSource,1,0,FALSE,,, -petite_marmite.n.01,cookable,0,1,FALSE,,, -petite_marmite.n.01,coldSource,0,0,FALSE,,, -petite_marmite.n.01,sliceable,0,0,FALSE,,, -petite_marmite.n.01,slicer,0,0,FALSE,,, -petite_marmite.n.01,soakable,0,0,FALSE,,, -venison.n.01,liquid,0,0,FALSE,,, -venison.n.01,heatSource,0,0,FALSE,,, -venison.n.01,fireSource,1,0,FALSE,,, -venison.n.01,cookable,0,1,FALSE,,, -venison.n.01,coldSource,0,0,FALSE,,, -venison.n.01,sliceable,0,1,FALSE,,, -venison.n.01,slicer,0,0,FALSE,,, -venison.n.01,soakable,0,0,FALSE,,, -vest.n.01,liquid,0,0,FALSE,,, -vest.n.01,heatSource,0,0,FALSE,,, -vest.n.01,fireSource,0,0,FALSE,,, -vest.n.01,cookable,0,0,FALSE,,, -vest.n.01,coldSource,0,0,FALSE,,, -vest.n.01,sliceable,0,0,FALSE,,, -vest.n.01,slicer,0,0,FALSE,,, -vest.n.01,soakable,0,1,FALSE,,, -kitchen_appliance.n.01,liquid,0,0,FALSE,,, -kitchen_appliance.n.01,heatSource,1,0,FALSE,,, -kitchen_appliance.n.01,fireSource,0,0,FALSE,,, -kitchen_appliance.n.01,cookable,1,0,FALSE,,, -kitchen_appliance.n.01,coldSource,0,0,FALSE,,, -kitchen_appliance.n.01,sliceable,0,0,FALSE,,, -kitchen_appliance.n.01,slicer,1,1,FALSE,,, -kitchen_appliance.n.01,soakable,0,0,FALSE,,, -dispenser.n.01,liquid,0,0,FALSE,,, -dispenser.n.01,heatSource,0,0,FALSE,,, -dispenser.n.01,fireSource,0,0,FALSE,,, -dispenser.n.01,cookable,0,0,FALSE,,, -dispenser.n.01,coldSource,1,0,FALSE,,, -dispenser.n.01,sliceable,0,0,FALSE,,, -dispenser.n.01,slicer,1,1,FALSE,,, -dispenser.n.01,soakable,0,0,FALSE,,, -water_filter.n.01,liquid,0,0,FALSE,,, -water_filter.n.01,heatSource,0,0,FALSE,,, -water_filter.n.01,fireSource,0,0,FALSE,,, -water_filter.n.01,cookable,0,0,FALSE,,, -water_filter.n.01,coldSource,1,0,FALSE,,, -water_filter.n.01,sliceable,0,0,FALSE,,, -water_filter.n.01,slicer,1,0,FALSE,,, -water_filter.n.01,soakable,0,0,FALSE,,, -whetstone.n.01,liquid,0,0,FALSE,,, -whetstone.n.01,heatSource,0,0,FALSE,,, -whetstone.n.01,fireSource,0,0,FALSE,,, -whetstone.n.01,cookable,0,0,FALSE,,, -whetstone.n.01,coldSource,0,0,FALSE,,, -whetstone.n.01,sliceable,0,0,FALSE,,, -whetstone.n.01,slicer,1,0,FALSE,,, -whetstone.n.01,soakable,0,0,FALSE,,, -whistle.n.04,liquid,0,0,FALSE,,, -whistle.n.04,heatSource,0,0,FALSE,,, -whistle.n.04,fireSource,0,0,FALSE,,, -whistle.n.04,cookable,0,0,FALSE,,, -whistle.n.04,coldSource,0,0,FALSE,,, -whistle.n.04,sliceable,0,0,FALSE,,, -whistle.n.04,slicer,1,0,FALSE,,, -whistle.n.04,soakable,0,0,FALSE,,, -white_sauce.n.01,liquid,0,1,FALSE,,, -white_sauce.n.01,heatSource,0,0,FALSE,,, -white_sauce.n.01,fireSource,1,0,FALSE,,, -white_sauce.n.01,cookable,0,1,FALSE,,, -white_sauce.n.01,coldSource,1,0,FALSE,,, -white_sauce.n.01,sliceable,0,0,FALSE,,, -white_sauce.n.01,slicer,0,0,FALSE,,, -white_sauce.n.01,soakable,0,0,FALSE,,, -bread.n.01,liquid,0,0,FALSE,,, -bread.n.01,heatSource,0,0,FALSE,,, -bread.n.01,fireSource,1,0,FALSE,,, -bread.n.01,cookable,0,1,FALSE,,, -bread.n.01,coldSource,0,0,FALSE,,, -bread.n.01,sliceable,0,1,FALSE,,, -bread.n.01,slicer,1,0,FALSE,,, -bread.n.01,soakable,1,1,FALSE,,, -overgarment.n.01,liquid,0,0,FALSE,,, -overgarment.n.01,heatSource,0,0,FALSE,,, -overgarment.n.01,fireSource,0,0,FALSE,,, -overgarment.n.01,cookable,0,0,FALSE,,, -overgarment.n.01,coldSource,0,0,FALSE,,, -overgarment.n.01,sliceable,0,0,FALSE,,, -overgarment.n.01,slicer,0,0,FALSE,,, -overgarment.n.01,soakable,1,1,FALSE,,, -wire_cutter.n.01,liquid,0,0,FALSE,,, -wire_cutter.n.01,heatSource,0,0,FALSE,,, -wire_cutter.n.01,fireSource,0,0,FALSE,,, -wire_cutter.n.01,cookable,0,0,FALSE,,, -wire_cutter.n.01,coldSource,0,0,FALSE,,, -wire_cutter.n.01,sliceable,0,0,FALSE,,, -wire_cutter.n.01,slicer,1,1,FALSE,,, -wire_cutter.n.01,soakable,0,0,FALSE,,, -wok.n.01,liquid,0,0,FALSE,,, -wok.n.01,heatSource,1,1,TRUE,N/A,, -wok.n.01,fireSource,1,0,FALSE,,, -wok.n.01,cookable,0,0,FALSE,,, -wok.n.01,coldSource,0,0,FALSE,,, -wok.n.01,sliceable,0,0,FALSE,,, -wok.n.01,slicer,0,0,FALSE,,, -wok.n.01,soakable,0,0,FALSE,,, -yam.n.03,liquid,0,0,FALSE,,, -yam.n.03,heatSource,0,0,FALSE,,, -yam.n.03,fireSource,1,0,FALSE,,, -yam.n.03,cookable,0,1,FALSE,,, -yam.n.03,coldSource,0,0,FALSE,,, -yam.n.03,sliceable,0,1,FALSE,,, -yam.n.03,slicer,1,0,FALSE,,, -yam.n.03,soakable,0,0,FALSE,,, -mat.n.03,liquid,0,0,FALSE,,, -mat.n.03,heatSource,0,0,FALSE,,, -mat.n.03,fireSource,0,0,FALSE,,, -mat.n.03,cookable,0,0,FALSE,,, -mat.n.03,coldSource,0,0,FALSE,,, -mat.n.03,sliceable,0,0,FALSE,,, -mat.n.03,slicer,0,0,FALSE,,, -mat.n.03,soakable,0,1,FALSE,,, -adhesive_material.n.01,liquid,0,0,FALSE,,, -adhesive_material.n.01,heatSource,0,0,FALSE,,, -adhesive_material.n.01,fireSource,0,0,FALSE,,, -adhesive_material.n.01,cookable,0,0,FALSE,,, -adhesive_material.n.01,coldSource,0,0,FALSE,,, -adhesive_material.n.01,sliceable,0,0,FALSE,,, -adhesive_material.n.01,slicer,0,0,FALSE,,, -adhesive_material.n.01,soakable,0,0,FALSE,,, -nectar.n.01,liquid,1,1,FALSE,,, -nectar.n.01,heatSource,0,0,FALSE,,, -nectar.n.01,fireSource,0,0,FALSE,,, -nectar.n.01,cookable,0,0,FALSE,,, -nectar.n.01,coldSource,1,0,FALSE,,, -nectar.n.01,sliceable,0,0,FALSE,,, -nectar.n.01,slicer,0,0,FALSE,,, -nectar.n.01,soakable,0,0,FALSE,,, -apple_pie.n.01,liquid,0,0,FALSE,,, -apple_pie.n.01,heatSource,0,0,FALSE,,, -apple_pie.n.01,fireSource,1,0,FALSE,,, -apple_pie.n.01,cookable,0,1,FALSE,,, -apple_pie.n.01,coldSource,0,0,FALSE,,, -apple_pie.n.01,sliceable,1,1,FALSE,,, -apple_pie.n.01,slicer,0,0,FALSE,,, -apple_pie.n.01,soakable,0,0,FALSE,,, -applesauce.n.01,liquid,0,1,FALSE,,, -applesauce.n.01,heatSource,0,0,FALSE,,, -applesauce.n.01,fireSource,1,1,FALSE,,, -applesauce.n.01,cookable,0,0,FALSE,,, -applesauce.n.01,coldSource,1,0,FALSE,,, -applesauce.n.01,sliceable,0,0,FALSE,,, -applesauce.n.01,slicer,0,0,FALSE,,, -applesauce.n.01,soakable,0,0,FALSE,,, -instrumentality.n.03,liquid,0,0,FALSE,,, -instrumentality.n.03,heatSource,1,0,FALSE,,, -instrumentality.n.03,fireSource,1,0,FALSE,,, -instrumentality.n.03,cookable,1,0,FALSE,,, -instrumentality.n.03,coldSource,1,0,FALSE,,, -instrumentality.n.03,sliceable,1,0,FALSE,,, -instrumentality.n.03,slicer,1,0,FALSE,,, -instrumentality.n.03,soakable,1,0,FALSE,,, -ashtray.n.01,liquid,0,0,FALSE,,, -ashtray.n.01,heatSource,0,0,FALSE,,, -ashtray.n.01,fireSource,0,0,FALSE,,, -ashtray.n.01,cookable,0,0,FALSE,,, -ashtray.n.01,coldSource,0,0,FALSE,,, -ashtray.n.01,sliceable,0,0,FALSE,,, -ashtray.n.01,slicer,1,0,FALSE,,, -ashtray.n.01,soakable,0,0,FALSE,,, -asphalt.n.01,liquid,0,0,FALSE,,, -asphalt.n.01,heatSource,0,0,FALSE,,, -asphalt.n.01,fireSource,0,0,FALSE,,, -asphalt.n.01,cookable,0,0,FALSE,,, -asphalt.n.01,coldSource,0,0,FALSE,,, -asphalt.n.01,sliceable,0,0,FALSE,,, -asphalt.n.01,slicer,0,0,FALSE,,, -asphalt.n.01,soakable,0,0,FALSE,,, -aspirin.n.01,liquid,0,0,FALSE,,, -aspirin.n.01,heatSource,0,0,FALSE,,, -aspirin.n.01,fireSource,0,0,FALSE,,, -aspirin.n.01,cookable,0,0,FALSE,,, -aspirin.n.01,coldSource,0,0,FALSE,,, -aspirin.n.01,sliceable,0,0,FALSE,,, -aspirin.n.01,slicer,1,0,FALSE,,, -aspirin.n.01,soakable,0,0,FALSE,,, -clothing.n.01,liquid,0,0,FALSE,,, -clothing.n.01,heatSource,0,0,FALSE,,, -clothing.n.01,fireSource,0,0,FALSE,,, -clothing.n.01,cookable,0,0,FALSE,,, -clothing.n.01,coldSource,0,0,FALSE,,, -clothing.n.01,sliceable,0,0,FALSE,,, -clothing.n.01,slicer,0,0,FALSE,,, -clothing.n.01,soakable,1,1,FALSE,,, -bamboo.n.01,liquid,0,0,FALSE,,, -bamboo.n.01,heatSource,0,0,FALSE,,, -bamboo.n.01,fireSource,0,0,FALSE,,, -bamboo.n.01,cookable,0,0,FALSE,,, -bamboo.n.01,coldSource,0,0,FALSE,,, -bamboo.n.01,sliceable,0,1,FALSE,,, -bamboo.n.01,slicer,1,0,FALSE,,, -bamboo.n.01,soakable,0,0,FALSE,,, -bandanna.n.01,liquid,0,0,FALSE,,, -bandanna.n.01,heatSource,0,0,FALSE,,, -bandanna.n.01,fireSource,0,0,FALSE,,, -bandanna.n.01,cookable,0,0,FALSE,,, -bandanna.n.01,coldSource,0,0,FALSE,,, -bandanna.n.01,sliceable,0,0,FALSE,,, -bandanna.n.01,slicer,1,0,FALSE,,, -bandanna.n.01,soakable,1,1,FALSE,,, -barley.n.02,liquid,0,0,FALSE,,, -barley.n.02,heatSource,0,0,FALSE,,, -barley.n.02,fireSource,1,0,FALSE,,, -barley.n.02,cookable,0,1,FALSE,,, -barley.n.02,coldSource,0,0,FALSE,,, -barley.n.02,sliceable,0,0,FALSE,,, -barley.n.02,slicer,0,0,FALSE,,, -barley.n.02,soakable,0,0,FALSE,,, -baseball.n.02,liquid,0,0,FALSE,,, -baseball.n.02,heatSource,0,0,FALSE,,, -baseball.n.02,fireSource,0,0,FALSE,,, -baseball.n.02,cookable,0,0,FALSE,,, -baseball.n.02,coldSource,0,0,FALSE,,, -baseball.n.02,sliceable,0,0,FALSE,,, -baseball.n.02,slicer,1,0,FALSE,,, -baseball.n.02,soakable,0,0,FALSE,,, -hand_glass.n.02,liquid,0,0,FALSE,,, -hand_glass.n.02,heatSource,0,0,FALSE,,, -hand_glass.n.02,fireSource,0,0,FALSE,,, -hand_glass.n.02,cookable,0,0,FALSE,,, -hand_glass.n.02,coldSource,1,0,FALSE,,, -hand_glass.n.02,sliceable,0,0,FALSE,,, -hand_glass.n.02,slicer,1,0,FALSE,,, -hand_glass.n.02,soakable,0,0,FALSE,,, -marigold.n.01,liquid,0,0,FALSE,,, -marigold.n.01,heatSource,0,0,FALSE,,, -marigold.n.01,fireSource,0,0,FALSE,,, -marigold.n.01,cookable,0,0,FALSE,,, -marigold.n.01,coldSource,0,0,FALSE,,, -marigold.n.01,sliceable,0,1,FALSE,,, -marigold.n.01,slicer,1,0,FALSE,,, -marigold.n.01,soakable,0,0,FALSE,,, -meat_loaf.n.01,liquid,0,0,FALSE,,, -meat_loaf.n.01,heatSource,0,0,FALSE,,, -meat_loaf.n.01,fireSource,1,0,FALSE,,, -meat_loaf.n.01,cookable,0,1,FALSE,,, -meat_loaf.n.01,coldSource,0,0,FALSE,,, -meat_loaf.n.01,sliceable,0,1,FALSE,,, -meat_loaf.n.01,slicer,0,0,FALSE,,, -meat_loaf.n.01,soakable,0,0,FALSE,,, -menorah.n.02,liquid,0,0,FALSE,,, -menorah.n.02,heatSource,0,0,FALSE,,, -menorah.n.02,fireSource,0,0,FALSE,,, -menorah.n.02,cookable,0,0,FALSE,,, -menorah.n.02,coldSource,1,0,FALSE,,, -menorah.n.02,sliceable,0,0,FALSE,,, -menorah.n.02,slicer,1,0,FALSE,,, -menorah.n.02,soakable,0,0,FALSE,,, -cup.n.03,liquid,0,0,FALSE,,, -cup.n.03,heatSource,0,0,FALSE,,, -cup.n.03,fireSource,0,0,FALSE,,, -cup.n.03,cookable,0,0,FALSE,,, -cup.n.03,coldSource,1,0,FALSE,,, -cup.n.03,sliceable,0,0,FALSE,,, -cup.n.03,slicer,1,0,FALSE,,, -cup.n.03,soakable,0,0,FALSE,,, -microphone.n.01,liquid,0,0,FALSE,,, -microphone.n.01,heatSource,0,0,FALSE,,, -microphone.n.01,fireSource,0,0,FALSE,,, -microphone.n.01,cookable,0,0,FALSE,,, -microphone.n.01,coldSource,0,0,FALSE,,, -microphone.n.01,sliceable,0,0,FALSE,,, -microphone.n.01,slicer,1,0,FALSE,,, -microphone.n.01,soakable,0,0,FALSE,,, -jug.n.01,liquid,1,0,FALSE,,, -jug.n.01,heatSource,0,0,FALSE,,, -jug.n.01,fireSource,0,0,FALSE,,, -jug.n.01,cookable,0,0,FALSE,,, -jug.n.01,coldSource,1,0,FALSE,,, -jug.n.01,sliceable,0,0,FALSE,,, -jug.n.01,slicer,1,0,FALSE,,, -jug.n.01,soakable,0,0,FALSE,,, -milkshake.n.01,liquid,1,1,FALSE,,, -milkshake.n.01,heatSource,0,0,FALSE,,, -milkshake.n.01,fireSource,0,0,FALSE,,, -milkshake.n.01,cookable,1,1,FALSE,,, -milkshake.n.01,coldSource,1,0,FALSE,,, -milkshake.n.01,sliceable,0,0,FALSE,,, -milkshake.n.01,slicer,0,0,FALSE,,, -milkshake.n.01,soakable,0,0,FALSE,,, -miso.n.01,liquid,0,0,FALSE,,, -miso.n.01,heatSource,0,0,FALSE,,, -miso.n.01,fireSource,1,0,FALSE,,, -miso.n.01,cookable,0,1,FALSE,,, -miso.n.01,coldSource,0,0,FALSE,,, -miso.n.01,sliceable,0,0,FALSE,,, -miso.n.01,slicer,0,0,FALSE,,, -miso.n.01,soakable,0,0,FALSE,,, -mortar.n.03,liquid,0,0,FALSE,,, -mortar.n.03,heatSource,0,0,FALSE,,, -mortar.n.03,fireSource,0,0,FALSE,,, -mortar.n.03,cookable,0,0,FALSE,,, -mortar.n.03,coldSource,0,0,FALSE,,, -mortar.n.03,sliceable,0,0,FALSE,,, -mortar.n.03,slicer,1,0,FALSE,,, -mortar.n.03,soakable,0,0,FALSE,,, -motorcycle.n.01,liquid,0,0,FALSE,,, -motorcycle.n.01,heatSource,0,0,FALSE,,, -motorcycle.n.01,fireSource,0,0,FALSE,,, -motorcycle.n.01,cookable,0,0,FALSE,,, -motorcycle.n.01,coldSource,0,0,FALSE,,, -motorcycle.n.01,sliceable,0,0,FALSE,,, -motorcycle.n.01,slicer,1,0,FALSE,,, -motorcycle.n.01,soakable,0,0,FALSE,,, -meter.n.02,liquid,0,0,FALSE,,, -meter.n.02,heatSource,0,0,FALSE,,, -meter.n.02,fireSource,0,0,FALSE,,, -meter.n.02,cookable,0,0,FALSE,,, -meter.n.02,coldSource,0,0,FALSE,,, -meter.n.02,sliceable,0,0,FALSE,,, -meter.n.02,slicer,1,0,FALSE,,, -meter.n.02,soakable,0,0,FALSE,,, -mustard_seed.n.01,liquid,0,0,FALSE,,, -mustard_seed.n.01,heatSource,0,0,FALSE,,, -mustard_seed.n.01,fireSource,1,0,FALSE,,, -mustard_seed.n.01,cookable,0,1,FALSE,,, -mustard_seed.n.01,coldSource,0,0,FALSE,,, -mustard_seed.n.01,sliceable,0,0,FALSE,,, -mustard_seed.n.01,slicer,0,0,FALSE,,, -mustard_seed.n.01,soakable,0,0,FALSE,,, -nacho.n.01,liquid,0,0,FALSE,,, -nacho.n.01,heatSource,0,0,FALSE,,, -nacho.n.01,fireSource,1,0,FALSE,,, -nacho.n.01,cookable,0,1,FALSE,,, -nacho.n.01,coldSource,0,0,FALSE,,, -nacho.n.01,sliceable,0,1,FALSE,,, -nacho.n.01,slicer,1,0,FALSE,,, -nacho.n.01,soakable,0,1,FALSE,,, -name_tag.n.01,liquid,0,0,FALSE,,, -name_tag.n.01,heatSource,0,0,FALSE,,, -name_tag.n.01,fireSource,0,0,FALSE,,, -name_tag.n.01,cookable,0,0,FALSE,,, -name_tag.n.01,coldSource,1,0,FALSE,,, -name_tag.n.01,sliceable,0,0,FALSE,,, -name_tag.n.01,slicer,1,0,FALSE,,, -name_tag.n.01,soakable,0,0,FALSE,,, -nectarine.n.02,liquid,0,0,FALSE,,, -nectarine.n.02,heatSource,0,0,FALSE,,, -nectarine.n.02,fireSource,0,0,FALSE,,, -nectarine.n.02,cookable,0,1,FALSE,,, -nectarine.n.02,coldSource,0,0,FALSE,,, -nectarine.n.02,sliceable,0,1,FALSE,,, -nectarine.n.02,slicer,0,0,FALSE,,, -nectarine.n.02,soakable,0,0,FALSE,,, -nitrogen.n.01,liquid,0,0,FALSE,,, -nitrogen.n.01,heatSource,0,0,FALSE,,, -nitrogen.n.01,fireSource,0,0,FALSE,,, -nitrogen.n.01,cookable,0,0,FALSE,,, -nitrogen.n.01,coldSource,0,0,FALSE,,, -nitrogen.n.01,sliceable,0,0,FALSE,,, -nitrogen.n.01,slicer,1,0,FALSE,,, -nitrogen.n.01,soakable,0,0,FALSE,,, -omelet.n.01,liquid,0,0,FALSE,,, -omelet.n.01,heatSource,0,0,FALSE,,, -omelet.n.01,fireSource,1,0,FALSE,,, -omelet.n.01,cookable,0,1,FALSE,,, -omelet.n.01,coldSource,1,0,FALSE,,, -omelet.n.01,sliceable,0,1,FALSE,,, -omelet.n.01,slicer,0,0,FALSE,,, -omelet.n.01,soakable,1,0,FALSE,,, -nightwear.n.01,liquid,0,0,FALSE,,, -nightwear.n.01,heatSource,0,0,FALSE,,, -nightwear.n.01,fireSource,0,0,FALSE,,, -nightwear.n.01,cookable,0,0,FALSE,,, -nightwear.n.01,coldSource,0,0,FALSE,,, -nightwear.n.01,sliceable,0,0,FALSE,,, -nightwear.n.01,slicer,0,0,FALSE,,, -nightwear.n.01,soakable,0,1,FALSE,,, -orange_zest.n.01,liquid,0,1,FALSE,,, -orange_zest.n.01,heatSource,0,0,FALSE,,, -orange_zest.n.01,fireSource,0,0,FALSE,,, -orange_zest.n.01,cookable,0,1,FALSE,,, -orange_zest.n.01,coldSource,0,0,FALSE,,, -orange_zest.n.01,sliceable,0,1,FALSE,,, -orange_zest.n.01,slicer,0,0,FALSE,,, -orange_zest.n.01,soakable,0,0,FALSE,,, -remover.n.01,liquid,1,1,FALSE,,, -remover.n.01,heatSource,0,0,FALSE,,, -remover.n.01,fireSource,0,0,FALSE,,, -remover.n.01,cookable,0,0,FALSE,,, -remover.n.01,coldSource,0,0,FALSE,,, -remover.n.01,sliceable,0,0,FALSE,,, -remover.n.01,slicer,0,0,FALSE,,, -remover.n.01,soakable,0,0,FALSE,,, -cut_of_pork.n.01,liquid,0,0,FALSE,,, -cut_of_pork.n.01,heatSource,0,0,FALSE,,, -cut_of_pork.n.01,fireSource,1,0,FALSE,,, -cut_of_pork.n.01,cookable,0,1,FALSE,,, -cut_of_pork.n.01,coldSource,0,0,FALSE,,, -cut_of_pork.n.01,sliceable,0,1,FALSE,,, -cut_of_pork.n.01,slicer,0,0,FALSE,,, -cut_of_pork.n.01,soakable,0,0,FALSE,,, -paraffin.n.01,liquid,0,0,FALSE,,, -paraffin.n.01,heatSource,0,0,FALSE,,, -paraffin.n.01,fireSource,0,1,FALSE,,, -paraffin.n.01,cookable,0,0,FALSE,,, -paraffin.n.01,coldSource,0,0,FALSE,,, -paraffin.n.01,sliceable,0,0,FALSE,,, -paraffin.n.01,slicer,0,0,FALSE,,, -paraffin.n.01,soakable,0,0,FALSE,,, -paring_knife.n.01,liquid,0,0,FALSE,,, -paring_knife.n.01,heatSource,0,0,FALSE,,, -paring_knife.n.01,fireSource,0,0,FALSE,,, -paring_knife.n.01,cookable,0,0,FALSE,,, -paring_knife.n.01,coldSource,0,0,FALSE,,, -paring_knife.n.01,sliceable,1,0,FALSE,,, -paring_knife.n.01,slicer,1,1,FALSE,,, -paring_knife.n.01,soakable,0,0,FALSE,,, -cutter.n.06,liquid,0,0,FALSE,,, -cutter.n.06,heatSource,0,0,FALSE,,, -cutter.n.06,fireSource,0,0,FALSE,,, -cutter.n.06,cookable,0,0,FALSE,,, -cutter.n.06,coldSource,0,0,FALSE,,, -cutter.n.06,sliceable,1,0,FALSE,,, -cutter.n.06,slicer,1,1,FALSE,,, -cutter.n.06,soakable,0,0,FALSE,,, -peat.n.01,liquid,0,0,FALSE,,, -peat.n.01,heatSource,1,0,FALSE,,, -peat.n.01,fireSource,0,1,FALSE,,, -peat.n.01,cookable,0,0,FALSE,,, -peat.n.01,coldSource,0,0,FALSE,,, -peat.n.01,sliceable,0,0,FALSE,,, -peat.n.01,slicer,0,0,FALSE,,, -peat.n.01,soakable,0,0,FALSE,,, -pepper_shaker.n.01,liquid,0,0,FALSE,,, -pepper_shaker.n.01,heatSource,0,0,FALSE,,, -pepper_shaker.n.01,fireSource,0,0,FALSE,,, -pepper_shaker.n.01,cookable,0,0,FALSE,,, -pepper_shaker.n.01,coldSource,0,0,FALSE,,, -pepper_shaker.n.01,sliceable,0,0,FALSE,,, -pepper_shaker.n.01,slicer,1,0,FALSE,,, -pepper_shaker.n.01,soakable,0,0,FALSE,,, -peppermint.n.03,liquid,0,0,FALSE,,, -peppermint.n.03,heatSource,0,0,FALSE,,, -peppermint.n.03,fireSource,0,0,FALSE,,, -peppermint.n.03,cookable,0,1,FALSE,,, -peppermint.n.03,coldSource,0,0,FALSE,,, -peppermint.n.03,sliceable,0,1,FALSE,,, -peppermint.n.03,slicer,0,0,FALSE,,, -peppermint.n.03,soakable,0,0,FALSE,,, -perch.n.01,liquid,0,0,FALSE,,, -perch.n.01,heatSource,0,0,FALSE,,, -perch.n.01,fireSource,0,0,FALSE,,, -perch.n.01,cookable,0,0,FALSE,,, -perch.n.01,coldSource,0,0,FALSE,,, -perch.n.01,sliceable,0,1,FALSE,,, -perch.n.01,slicer,0,0,FALSE,,, -perch.n.01,soakable,0,0,FALSE,,, -pestle.n.03,liquid,0,0,FALSE,,, -pestle.n.03,heatSource,0,0,FALSE,,, -pestle.n.03,fireSource,0,0,FALSE,,, -pestle.n.03,cookable,0,0,FALSE,,, -pestle.n.03,coldSource,0,0,FALSE,,, -pestle.n.03,sliceable,0,0,FALSE,,, -pestle.n.03,slicer,0,0,FALSE,,, -pestle.n.03,soakable,0,0,FALSE,,, -fecal_matter.n.01,liquid,0,0,FALSE,,, -fecal_matter.n.01,heatSource,0,0,FALSE,,, -fecal_matter.n.01,fireSource,0,0,FALSE,,, -fecal_matter.n.01,cookable,0,0,FALSE,,, -fecal_matter.n.01,coldSource,0,0,FALSE,,, -fecal_matter.n.01,sliceable,0,0,FALSE,,, -fecal_matter.n.01,slicer,0,0,FALSE,,, -fecal_matter.n.01,soakable,0,0,FALSE,,, -photocopier.n.01,liquid,0,0,FALSE,,, -photocopier.n.01,heatSource,0,0,FALSE,,, -photocopier.n.01,fireSource,0,0,FALSE,,, -photocopier.n.01,cookable,0,0,FALSE,,, -photocopier.n.01,coldSource,0,0,FALSE,,, -photocopier.n.01,sliceable,0,0,FALSE,,, -photocopier.n.01,slicer,1,0,FALSE,,, -photocopier.n.01,soakable,0,0,FALSE,,, -picture_frame.n.01,liquid,0,0,FALSE,,, -picture_frame.n.01,heatSource,0,0,FALSE,,, -picture_frame.n.01,fireSource,0,0,FALSE,,, -picture_frame.n.01,cookable,0,0,FALSE,,, -picture_frame.n.01,coldSource,0,0,FALSE,,, -picture_frame.n.01,sliceable,0,0,FALSE,,, -picture_frame.n.01,slicer,0,0,FALSE,,, -picture_frame.n.01,soakable,0,0,FALSE,,, -pill.n.01,liquid,0,0,FALSE,,, -pill.n.01,heatSource,0,0,FALSE,,, -pill.n.01,fireSource,0,0,FALSE,,, -pill.n.01,cookable,0,0,FALSE,,, -pill.n.01,coldSource,0,0,FALSE,,, -pill.n.01,sliceable,0,0,FALSE,,, -pill.n.01,slicer,1,0,FALSE,,, -pill.n.01,soakable,0,0,FALSE,,, -pilsner.n.01,liquid,1,1,FALSE,,, -pilsner.n.01,heatSource,0,0,FALSE,,, -pilsner.n.01,fireSource,0,0,FALSE,,, -pilsner.n.01,cookable,0,0,FALSE,,, -pilsner.n.01,coldSource,0,0,FALSE,,, -pilsner.n.01,sliceable,0,0,FALSE,,, -pilsner.n.01,slicer,1,0,FALSE,,, -pilsner.n.01,soakable,0,0,FALSE,,, -pine_nut.n.01,liquid,0,0,FALSE,,, -pine_nut.n.01,heatSource,0,0,FALSE,,, -pine_nut.n.01,fireSource,1,0,FALSE,,, -pine_nut.n.01,cookable,0,1,FALSE,,, -pine_nut.n.01,coldSource,0,0,FALSE,,, -pine_nut.n.01,sliceable,0,1,FALSE,,, -pine_nut.n.01,slicer,0,0,FALSE,,, -pine_nut.n.01,soakable,0,0,FALSE,,, -tomato_sauce.n.01,liquid,0,0,FALSE,,, -tomato_sauce.n.01,heatSource,0,0,FALSE,,, -tomato_sauce.n.01,fireSource,1,0,FALSE,,, -tomato_sauce.n.01,cookable,0,1,FALSE,,, -tomato_sauce.n.01,coldSource,1,0,FALSE,,, -tomato_sauce.n.01,sliceable,0,0,FALSE,,, -tomato_sauce.n.01,slicer,0,0,FALSE,,, -tomato_sauce.n.01,soakable,0,0,FALSE,,, -slab.n.01,liquid,0,0,FALSE,,, -slab.n.01,heatSource,0,0,FALSE,,, -slab.n.01,fireSource,0,0,FALSE,,, -slab.n.01,cookable,0,0,FALSE,,, -slab.n.01,coldSource,0,0,FALSE,,, -slab.n.01,sliceable,0,0,FALSE,,, -slab.n.01,slicer,0,0,FALSE,,, -slab.n.01,soakable,0,0,FALSE,,, -poker.n.01,liquid,0,0,FALSE,,, -poker.n.01,heatSource,1,0,FALSE,,, -poker.n.01,fireSource,0,0,FALSE,,, -poker.n.01,cookable,0,0,FALSE,,, -poker.n.01,coldSource,0,0,FALSE,,, -poker.n.01,sliceable,0,0,FALSE,,, -poker.n.01,slicer,1,0,FALSE,,, -poker.n.01,soakable,0,0,FALSE,,, -polo_shirt.n.01,liquid,0,0,FALSE,,, -polo_shirt.n.01,heatSource,0,0,FALSE,,, -polo_shirt.n.01,fireSource,0,0,FALSE,,, -polo_shirt.n.01,cookable,0,0,FALSE,,, -polo_shirt.n.01,coldSource,0,0,FALSE,,, -polo_shirt.n.01,sliceable,0,0,FALSE,,, -polo_shirt.n.01,slicer,0,0,FALSE,,, -polo_shirt.n.01,soakable,1,1,FALSE,,, -poppy_seed.n.01,liquid,0,0,FALSE,,, -poppy_seed.n.01,heatSource,0,0,FALSE,,, -poppy_seed.n.01,fireSource,1,0,FALSE,,, -poppy_seed.n.01,cookable,0,0,FALSE,,, -poppy_seed.n.01,coldSource,0,0,FALSE,,, -poppy_seed.n.01,sliceable,0,0,FALSE,,, -poppy_seed.n.01,slicer,0,0,FALSE,,, -poppy_seed.n.01,soakable,0,0,FALSE,,, -pork_tenderloin.n.01,liquid,0,0,FALSE,,, -pork_tenderloin.n.01,heatSource,0,0,FALSE,,, -pork_tenderloin.n.01,fireSource,1,0,FALSE,,, -pork_tenderloin.n.01,cookable,0,1,FALSE,,, -pork_tenderloin.n.01,coldSource,0,0,FALSE,,, -pork_tenderloin.n.01,sliceable,0,1,FALSE,,, -pork_tenderloin.n.01,slicer,0,0,FALSE,,, -pork_tenderloin.n.01,soakable,0,0,FALSE,,, -porter.n.07,liquid,0,1,FALSE,,, -porter.n.07,heatSource,0,0,FALSE,,, -porter.n.07,fireSource,0,0,FALSE,,, -porter.n.07,cookable,0,0,FALSE,,, -porter.n.07,coldSource,0,0,FALSE,,, -porter.n.07,sliceable,0,0,FALSE,,, -porter.n.07,slicer,0,0,FALSE,,, -porter.n.07,soakable,0,0,FALSE,,, -outlet.n.02,liquid,0,0,FALSE,,, -outlet.n.02,heatSource,0,0,FALSE,,, -outlet.n.02,fireSource,0,0,FALSE,,, -outlet.n.02,cookable,0,0,FALSE,,, -outlet.n.02,coldSource,0,0,FALSE,,, -outlet.n.02,sliceable,0,0,FALSE,,, -outlet.n.02,slicer,1,0,FALSE,,, -outlet.n.02,soakable,0,0,FALSE,,, -white_wine.n.01,liquid,1,1,FALSE,,, -white_wine.n.01,heatSource,0,0,FALSE,,, -white_wine.n.01,fireSource,0,0,FALSE,,, -white_wine.n.01,cookable,0,0,FALSE,,, -white_wine.n.01,coldSource,1,0,FALSE,,, -white_wine.n.01,sliceable,0,0,FALSE,,, -white_wine.n.01,slicer,0,0,FALSE,,, -white_wine.n.01,soakable,0,0,FALSE,,, -pudding.n.01,liquid,0,0,FALSE,,, -pudding.n.01,heatSource,0,0,FALSE,,, -pudding.n.01,fireSource,1,0,FALSE,,, -pudding.n.01,cookable,0,1,FALSE,,, -pudding.n.01,coldSource,1,0,FALSE,,, -pudding.n.01,sliceable,0,0,FALSE,,, -pudding.n.01,slicer,0,0,FALSE,,, -pudding.n.01,soakable,1,0,FALSE,,, -pulley.n.01,liquid,0,0,FALSE,,, -pulley.n.01,heatSource,0,0,FALSE,,, -pulley.n.01,fireSource,0,0,FALSE,,, -pulley.n.01,cookable,0,0,FALSE,,, -pulley.n.01,coldSource,0,0,FALSE,,, -pulley.n.01,sliceable,0,0,FALSE,,, -pulley.n.01,slicer,0,0,FALSE,,, -pulley.n.01,soakable,0,0,FALSE,,, -punch.n.02,liquid,1,1,FALSE,,, -punch.n.02,heatSource,0,0,FALSE,,, -punch.n.02,fireSource,0,0,FALSE,,, -punch.n.02,cookable,1,1,FALSE,,, -punch.n.02,coldSource,1,0,FALSE,,, -punch.n.02,sliceable,0,0,FALSE,,, -punch.n.02,slicer,0,0,FALSE,,, -punch.n.02,soakable,0,0,FALSE,,, -gourd.n.02,liquid,0,0,FALSE,,, -gourd.n.02,heatSource,0,0,FALSE,,, -gourd.n.02,fireSource,0,0,FALSE,,, -gourd.n.02,cookable,0,1,FALSE,,, -gourd.n.02,coldSource,0,0,FALSE,,, -gourd.n.02,sliceable,0,1,FALSE,,, -gourd.n.02,slicer,0,0,FALSE,,, -gourd.n.02,soakable,0,0,FALSE,,, -grouper.n.01,liquid,0,0,FALSE,,, -grouper.n.01,heatSource,0,0,FALSE,,, -grouper.n.01,fireSource,1,0,FALSE,,, -grouper.n.01,cookable,0,1,FALSE,,, -grouper.n.01,coldSource,0,0,FALSE,,, -grouper.n.01,sliceable,0,1,FALSE,,, -grouper.n.01,slicer,0,0,FALSE,,, -grouper.n.01,soakable,0,0,FALSE,,, -hairpin.n.01,liquid,0,0,FALSE,,, -hairpin.n.01,heatSource,0,0,FALSE,,, -hairpin.n.01,fireSource,0,0,FALSE,,, -hairpin.n.01,cookable,0,0,FALSE,,, -hairpin.n.01,coldSource,0,0,FALSE,,, -hairpin.n.01,sliceable,0,0,FALSE,,, -hairpin.n.01,slicer,1,0,FALSE,,, -hairpin.n.01,soakable,0,0,FALSE,,, -tie.n.09,liquid,0,0,FALSE,,, -tie.n.09,heatSource,0,0,FALSE,,, -tie.n.09,fireSource,0,0,FALSE,,, -tie.n.09,cookable,0,0,FALSE,,, -tie.n.09,coldSource,0,0,FALSE,,, -tie.n.09,sliceable,0,0,FALSE,,, -tie.n.09,slicer,0,0,FALSE,,, -tie.n.09,soakable,0,0,FALSE,,, -halibut.n.01,liquid,0,0,FALSE,,, -halibut.n.01,heatSource,0,0,FALSE,,, -halibut.n.01,fireSource,1,0,FALSE,,, -halibut.n.01,cookable,0,1,FALSE,,, -halibut.n.01,coldSource,0,0,FALSE,,, -halibut.n.01,sliceable,0,1,FALSE,,, -halibut.n.01,slicer,0,0,FALSE,,, -halibut.n.01,soakable,0,0,FALSE,,, -ham_hock.n.01,liquid,0,0,FALSE,,, -ham_hock.n.01,heatSource,0,0,FALSE,,, -ham_hock.n.01,fireSource,1,0,FALSE,,, -ham_hock.n.01,cookable,0,1,FALSE,,, -ham_hock.n.01,coldSource,0,0,FALSE,,, -ham_hock.n.01,sliceable,0,1,FALSE,,, -ham_hock.n.01,slicer,1,0,FALSE,,, -ham_hock.n.01,soakable,0,0,FALSE,,, -hand_shovel.n.01,liquid,0,0,FALSE,,, -hand_shovel.n.01,heatSource,0,0,FALSE,,, -hand_shovel.n.01,fireSource,0,0,FALSE,,, -hand_shovel.n.01,cookable,0,0,FALSE,,, -hand_shovel.n.01,coldSource,0,0,FALSE,,, -hand_shovel.n.01,sliceable,0,0,FALSE,,, -hand_shovel.n.01,slicer,1,0,FALSE,,, -hand_shovel.n.01,soakable,0,0,FALSE,,, -iron.n.03,liquid,0,0,FALSE,,, -iron.n.03,heatSource,1,0,FALSE,,, -iron.n.03,fireSource,0,0,FALSE,,, -iron.n.03,cookable,0,0,FALSE,,, -iron.n.03,coldSource,0,0,FALSE,,, -iron.n.03,sliceable,0,0,FALSE,,, -iron.n.03,slicer,1,0,FALSE,,, -iron.n.03,soakable,0,0,FALSE,,, -planter.n.01,liquid,0,0,FALSE,,, -planter.n.01,heatSource,0,0,FALSE,,, -planter.n.01,fireSource,0,0,FALSE,,, -planter.n.01,cookable,0,0,FALSE,,, -planter.n.01,coldSource,0,0,FALSE,,, -planter.n.01,sliceable,0,0,FALSE,,, -planter.n.01,slicer,1,0,FALSE,,, -planter.n.01,soakable,0,0,FALSE,,, -hazelnut.n.01,liquid,0,0,FALSE,,, -hazelnut.n.01,heatSource,0,0,FALSE,,, -hazelnut.n.01,fireSource,1,0,FALSE,,, -hazelnut.n.01,cookable,0,1,FALSE,,, -hazelnut.n.01,coldSource,0,0,FALSE,,, -hazelnut.n.01,sliceable,0,1,FALSE,,, -hazelnut.n.01,slicer,0,0,FALSE,,, -hazelnut.n.01,soakable,0,0,FALSE,,, -forefront.n.01,liquid,0,0,FALSE,,, -forefront.n.01,heatSource,0,0,FALSE,,, -forefront.n.01,fireSource,0,0,FALSE,,, -forefront.n.01,cookable,0,0,FALSE,,, -forefront.n.01,coldSource,1,0,FALSE,,, -forefront.n.01,sliceable,0,0,FALSE,,, -forefront.n.01,slicer,0,0,FALSE,,, -forefront.n.01,soakable,0,0,FALSE,,, -hedge.n.01,liquid,0,0,FALSE,,, -hedge.n.01,heatSource,0,0,FALSE,,, -hedge.n.01,fireSource,0,0,FALSE,,, -hedge.n.01,cookable,0,0,FALSE,,, -hedge.n.01,coldSource,0,0,FALSE,,, -hedge.n.01,sliceable,0,0,FALSE,,, -hedge.n.01,slicer,0,0,FALSE,,, -hedge.n.01,soakable,0,0,FALSE,,, -allen_wrench.n.01,liquid,0,0,FALSE,,, -allen_wrench.n.01,heatSource,0,0,FALSE,,, -allen_wrench.n.01,fireSource,0,0,FALSE,,, -allen_wrench.n.01,cookable,0,0,FALSE,,, -allen_wrench.n.01,coldSource,0,0,FALSE,,, -allen_wrench.n.01,sliceable,0,0,FALSE,,, -allen_wrench.n.01,slicer,1,0,FALSE,,, -allen_wrench.n.01,soakable,0,0,FALSE,,, -buskin.n.01,liquid,0,0,FALSE,,, -buskin.n.01,heatSource,0,0,FALSE,,, -buskin.n.01,fireSource,0,0,FALSE,,, -buskin.n.01,cookable,0,0,FALSE,,, -buskin.n.01,coldSource,0,0,FALSE,,, -buskin.n.01,sliceable,0,0,FALSE,,, -buskin.n.01,slicer,0,0,FALSE,,, -buskin.n.01,soakable,0,1,FALSE,,, -hutch.n.01,liquid,0,0,FALSE,,, -hutch.n.01,heatSource,0,0,FALSE,,, -hutch.n.01,fireSource,0,0,FALSE,,, -hutch.n.01,cookable,0,0,FALSE,,, -hutch.n.01,coldSource,0,0,FALSE,,, -hutch.n.01,sliceable,0,0,FALSE,,, -hutch.n.01,slicer,0,0,FALSE,,, -hutch.n.01,soakable,0,0,FALSE,,, -inhaler.n.01,liquid,0,0,FALSE,,, -inhaler.n.01,heatSource,0,0,FALSE,,, -inhaler.n.01,fireSource,0,0,FALSE,,, -inhaler.n.01,cookable,0,0,FALSE,,, -inhaler.n.01,coldSource,0,0,FALSE,,, -inhaler.n.01,sliceable,0,0,FALSE,,, -inhaler.n.01,slicer,1,0,FALSE,,, -inhaler.n.01,soakable,0,0,FALSE,,, -jerky.n.01,liquid,0,0,FALSE,,, -jerky.n.01,heatSource,0,0,FALSE,,, -jerky.n.01,fireSource,1,0,FALSE,,, -jerky.n.01,cookable,0,1,FALSE,,, -jerky.n.01,coldSource,0,0,FALSE,,, -jerky.n.01,sliceable,0,1,FALSE,,, -jerky.n.01,slicer,0,0,FALSE,,, -jerky.n.01,soakable,0,0,FALSE,,, -shot_glass.n.01,liquid,0,0,FALSE,,, -shot_glass.n.01,heatSource,0,0,FALSE,,, -shot_glass.n.01,fireSource,0,0,FALSE,,, -shot_glass.n.01,cookable,0,0,FALSE,,, -shot_glass.n.01,coldSource,1,0,FALSE,,, -shot_glass.n.01,sliceable,0,0,FALSE,,, -shot_glass.n.01,slicer,1,0,FALSE,,, -shot_glass.n.01,soakable,0,0,FALSE,,, -lager.n.02,liquid,1,1,FALSE,,, -lager.n.02,heatSource,0,0,FALSE,,, -lager.n.02,fireSource,0,0,FALSE,,, -lager.n.02,cookable,0,0,FALSE,,, -lager.n.02,coldSource,1,0,FALSE,,, -lager.n.02,sliceable,0,0,FALSE,,, -lager.n.02,slicer,0,0,FALSE,,, -lager.n.02,soakable,0,0,FALSE,,, -legging.n.01,liquid,0,0,FALSE,,, -legging.n.01,heatSource,0,0,FALSE,,, -legging.n.01,fireSource,0,0,FALSE,,, -legging.n.01,cookable,0,0,FALSE,,, -legging.n.01,coldSource,0,0,FALSE,,, -legging.n.01,sliceable,0,0,FALSE,,, -legging.n.01,slicer,0,0,FALSE,,, -legging.n.01,soakable,1,1,FALSE,,, -lemon_peel.n.01,liquid,0,0,FALSE,,, -lemon_peel.n.01,heatSource,0,0,FALSE,,, -lemon_peel.n.01,fireSource,0,0,FALSE,,, -lemon_peel.n.01,cookable,0,1,FALSE,,, -lemon_peel.n.01,coldSource,0,0,FALSE,,, -lemon_peel.n.01,sliceable,0,1,FALSE,,, -lemon_peel.n.01,slicer,0,0,FALSE,,, -lemon_peel.n.01,soakable,0,0,FALSE,,, -lens.n.01,liquid,0,0,FALSE,,, -lens.n.01,heatSource,0,0,FALSE,,, -lens.n.01,fireSource,0,0,FALSE,,, -lens.n.01,cookable,0,0,FALSE,,, -lens.n.01,coldSource,0,0,FALSE,,, -lens.n.01,sliceable,0,0,FALSE,,, -lens.n.01,slicer,1,0,FALSE,,, -lens.n.01,soakable,0,0,FALSE,,, -butane.n.01,liquid,0,0,FALSE,,, -butane.n.01,heatSource,0,0,FALSE,,, -butane.n.01,fireSource,0,0,FALSE,,, -butane.n.01,cookable,0,0,FALSE,,, -butane.n.01,coldSource,0,0,FALSE,,, -butane.n.01,sliceable,0,0,FALSE,,, -butane.n.01,slicer,1,0,FALSE,,, -butane.n.01,soakable,0,0,FALSE,,, -lily.n.01,liquid,0,0,FALSE,,, -lily.n.01,heatSource,0,0,FALSE,,, -lily.n.01,fireSource,0,0,FALSE,,, -lily.n.01,cookable,0,0,FALSE,,, -lily.n.01,coldSource,0,0,FALSE,,, -lily.n.01,sliceable,0,0,FALSE,,, -lily.n.01,slicer,1,0,FALSE,,, -lily.n.01,soakable,0,0,FALSE,,, -lima_bean.n.03,liquid,0,0,FALSE,,, -lima_bean.n.03,heatSource,0,0,FALSE,,, -lima_bean.n.03,fireSource,1,0,FALSE,,, -lima_bean.n.03,cookable,0,1,FALSE,,, -lima_bean.n.03,coldSource,0,0,FALSE,,, -lima_bean.n.03,sliceable,0,0,FALSE,,, -lima_bean.n.03,slicer,1,0,FALSE,,, -lima_bean.n.03,soakable,0,0,FALSE,,, -limeade.n.01,liquid,1,1,FALSE,,, -limeade.n.01,heatSource,0,0,FALSE,,, -limeade.n.01,fireSource,0,0,FALSE,,, -limeade.n.01,cookable,1,1,FALSE,,, -limeade.n.01,coldSource,1,0,FALSE,,, -limeade.n.01,sliceable,0,0,FALSE,,, -limeade.n.01,slicer,0,0,FALSE,,, -limeade.n.01,soakable,0,0,FALSE,,, -calcium_carbonate.n.01,liquid,0,0,FALSE,,, -calcium_carbonate.n.01,heatSource,0,0,FALSE,,, -calcium_carbonate.n.01,fireSource,0,0,FALSE,,, -calcium_carbonate.n.01,cookable,0,0,FALSE,,, -calcium_carbonate.n.01,coldSource,0,0,FALSE,,, -calcium_carbonate.n.01,sliceable,0,0,FALSE,,, -calcium_carbonate.n.01,slicer,0,0,FALSE,,, -calcium_carbonate.n.01,soakable,0,0,FALSE,,, -liqueur.n.01,liquid,1,1,FALSE,,, -liqueur.n.01,heatSource,0,0,FALSE,,, -liqueur.n.01,fireSource,0,0,FALSE,,, -liqueur.n.01,cookable,0,0,FALSE,,, -liqueur.n.01,coldSource,1,0,FALSE,,, -liqueur.n.01,sliceable,0,0,FALSE,,, -liqueur.n.01,slicer,1,0,FALSE,,, -liqueur.n.01,soakable,0,0,FALSE,,, -loofah.n.02,liquid,0,0,FALSE,,, -loofah.n.02,heatSource,0,0,FALSE,,, -loofah.n.02,fireSource,0,0,FALSE,,, -loofah.n.02,cookable,0,0,FALSE,,, -loofah.n.02,coldSource,0,0,FALSE,,, -loofah.n.02,sliceable,0,1,FALSE,,, -loofah.n.02,slicer,0,0,FALSE,,, -loofah.n.02,soakable,0,0,FALSE,,, -land.n.02,liquid,0,0,FALSE,,, -land.n.02,heatSource,0,0,FALSE,,, -land.n.02,fireSource,0,0,FALSE,,, -land.n.02,cookable,0,0,FALSE,,, -land.n.02,coldSource,0,0,FALSE,,, -land.n.02,sliceable,0,0,FALSE,,, -land.n.02,slicer,0,0,FALSE,,, -land.n.02,soakable,0,0,FALSE,,, -wood.n.01,liquid,0,0,FALSE,,, -wood.n.01,heatSource,0,0,FALSE,,, -wood.n.01,fireSource,0,1,FALSE,,, -wood.n.01,cookable,0,0,FALSE,,, -wood.n.01,coldSource,0,0,FALSE,,, -wood.n.01,sliceable,0,0,FALSE,,, -wood.n.01,slicer,0,0,FALSE,,, -wood.n.01,soakable,0,1,FALSE,,, -rubbish.n.01,liquid,0,0,FALSE,,, -rubbish.n.01,heatSource,0,0,FALSE,,, -rubbish.n.01,fireSource,0,0,FALSE,,, -rubbish.n.01,cookable,0,0,FALSE,,, -rubbish.n.01,coldSource,0,0,FALSE,,, -rubbish.n.01,sliceable,0,0,FALSE,,, -rubbish.n.01,slicer,0,0,FALSE,,, -rubbish.n.01,soakable,0,0,FALSE,,, -case.n.05,liquid,0,0,FALSE,,, -case.n.05,heatSource,0,0,FALSE,,, -case.n.05,fireSource,0,0,FALSE,,, -case.n.05,cookable,0,0,FALSE,,, -case.n.05,coldSource,0,0,FALSE,,, -case.n.05,sliceable,0,0,FALSE,,, -case.n.05,slicer,1,0,FALSE,,, -case.n.05,soakable,1,0,FALSE,,, -plant.n.02,liquid,0,0,FALSE,,, -plant.n.02,heatSource,0,0,FALSE,,, -plant.n.02,fireSource,0,0,FALSE,,, -plant.n.02,cookable,0,0,FALSE,,, -plant.n.02,coldSource,0,0,FALSE,,, -plant.n.02,sliceable,0,0,FALSE,,, -plant.n.02,slicer,0,0,FALSE,,, -plant.n.02,soakable,0,0,FALSE,,, -bleaching_agent.n.01,liquid,0,0,FALSE,,, -bleaching_agent.n.01,heatSource,0,0,FALSE,,, -bleaching_agent.n.01,fireSource,0,0,FALSE,,, -bleaching_agent.n.01,cookable,0,0,FALSE,,, -bleaching_agent.n.01,coldSource,0,0,FALSE,,, -bleaching_agent.n.01,sliceable,0,0,FALSE,,, -bleaching_agent.n.01,slicer,0,0,FALSE,,, -bleaching_agent.n.01,soakable,0,0,FALSE,,, -bin.n.01,liquid,0,0,FALSE,,, -bin.n.01,heatSource,0,0,FALSE,,, -bin.n.01,fireSource,0,0,FALSE,,, -bin.n.01,cookable,0,0,FALSE,,, -bin.n.01,coldSource,0,0,FALSE,,, -bin.n.01,sliceable,0,0,FALSE,,, -bin.n.01,slicer,1,0,FALSE,,, -bin.n.01,soakable,0,0,FALSE,,, -lemon_juice.n.01,liquid,1,1,FALSE,,, -lemon_juice.n.01,heatSource,0,0,FALSE,,, -lemon_juice.n.01,fireSource,0,0,FALSE,,, -lemon_juice.n.01,cookable,0,1,FALSE,,, -lemon_juice.n.01,coldSource,0,0,FALSE,,, -lemon_juice.n.01,sliceable,0,0,FALSE,,, -lemon_juice.n.01,slicer,0,0,FALSE,,, -lemon_juice.n.01,soakable,0,0,FALSE,,, -apparel.n.01,liquid,0,0,FALSE,,, -apparel.n.01,heatSource,0,0,FALSE,,, -apparel.n.01,fireSource,0,0,FALSE,,, -apparel.n.01,cookable,0,0,FALSE,,, -apparel.n.01,coldSource,0,0,FALSE,,, -apparel.n.01,sliceable,0,0,FALSE,,, -apparel.n.01,slicer,0,0,FALSE,,, -apparel.n.01,soakable,1,1,FALSE,,, -dust.n.01,liquid,0,0,FALSE,,, -dust.n.01,heatSource,0,0,FALSE,,, -dust.n.01,fireSource,0,0,FALSE,,, -dust.n.01,cookable,0,0,FALSE,,, -dust.n.01,coldSource,0,0,FALSE,,, -dust.n.01,sliceable,0,0,FALSE,,, -dust.n.01,slicer,0,0,FALSE,,, -dust.n.01,soakable,0,0,FALSE,,, -money.n.01,liquid,0,0,FALSE,,, -money.n.01,heatSource,0,0,FALSE,,, -money.n.01,fireSource,0,0,FALSE,,, -money.n.01,cookable,0,0,FALSE,,, -money.n.01,coldSource,0,0,FALSE,,, -money.n.01,sliceable,0,0,FALSE,,, -money.n.01,slicer,1,0,FALSE,,, -money.n.01,soakable,0,1,FALSE,,, -solution.n.01,liquid,1,1,FALSE,,, -solution.n.01,heatSource,0,0,FALSE,,, -solution.n.01,fireSource,1,0,FALSE,,, -solution.n.01,cookable,1,0,FALSE,,, -solution.n.01,coldSource,1,0,FALSE,,, -solution.n.01,sliceable,1,0,FALSE,,, -solution.n.01,slicer,0,0,FALSE,,, -solution.n.01,soakable,0,0,FALSE,,, -alcohol.n.01,liquid,1,1,FALSE,,, -alcohol.n.01,heatSource,0,0,FALSE,,, -alcohol.n.01,fireSource,0,0,FALSE,,, -alcohol.n.01,cookable,0,0,FALSE,,, -alcohol.n.01,coldSource,1,0,FALSE,,, -alcohol.n.01,sliceable,0,0,FALSE,,, -alcohol.n.01,slicer,0,0,FALSE,,, -alcohol.n.01,soakable,0,0,FALSE,,, -ice.n.01,liquid,0,0,FALSE,,, -ice.n.01,heatSource,0,0,FALSE,,, -ice.n.01,fireSource,0,0,FALSE,,, -ice.n.01,cookable,1,0,FALSE,,, -ice.n.01,coldSource,0,1,FALSE,,, -ice.n.01,sliceable,0,0,FALSE,,, -ice.n.01,slicer,0,0,FALSE,,, -ice.n.01,soakable,0,0,FALSE,,, -debris.n.01,liquid,0,0,FALSE,,, -debris.n.01,heatSource,0,0,FALSE,,, -debris.n.01,fireSource,0,0,FALSE,,, -debris.n.01,cookable,0,0,FALSE,,, -debris.n.01,coldSource,0,0,FALSE,,, -debris.n.01,sliceable,0,0,FALSE,,, -debris.n.01,slicer,0,0,FALSE,,, -debris.n.01,soakable,0,1,FALSE,,, -cayenne.n.02,liquid,0,0,FALSE,,, -cayenne.n.02,heatSource,1,0,FALSE,,, -cayenne.n.02,fireSource,1,0,FALSE,,, -cayenne.n.02,cookable,0,1,FALSE,,, -cayenne.n.02,coldSource,0,0,FALSE,,, -cayenne.n.02,sliceable,0,1,FALSE,,, -cayenne.n.02,slicer,1,0,FALSE,,, -cayenne.n.02,soakable,0,0,FALSE,,, -teaspoon.n.02,liquid,0,0,FALSE,,, -teaspoon.n.02,heatSource,0,0,FALSE,,, -teaspoon.n.02,fireSource,0,0,FALSE,,, -teaspoon.n.02,cookable,0,0,FALSE,,, -teaspoon.n.02,coldSource,0,0,FALSE,,, -teaspoon.n.02,sliceable,0,0,FALSE,,, -teaspoon.n.02,slicer,1,0,FALSE,,, -teaspoon.n.02,soakable,0,0,FALSE,,, -cayenne.n.01,liquid,0,0,FALSE,,, -cayenne.n.01,heatSource,1,0,FALSE,,, -cayenne.n.01,fireSource,1,0,FALSE,,, -cayenne.n.01,cookable,0,1,FALSE,,, -cayenne.n.01,coldSource,0,0,FALSE,,, -cayenne.n.01,sliceable,0,1,FALSE,,, -cayenne.n.01,slicer,1,0,FALSE,,, -cayenne.n.01,soakable,0,0,FALSE,,, -fruit.n.01,liquid,0,0,FALSE,,, -fruit.n.01,heatSource,0,0,FALSE,,, -fruit.n.01,fireSource,1,0,FALSE,,, -fruit.n.01,cookable,0,1,FALSE,,, -fruit.n.01,coldSource,1,0,FALSE,,, -fruit.n.01,sliceable,1,1,FALSE,,, -fruit.n.01,slicer,0,0,FALSE,,, -fruit.n.01,soakable,0,0,FALSE,,, -meat.n.01,liquid,0,0,FALSE,,, -meat.n.01,heatSource,0,0,FALSE,,, -meat.n.01,fireSource,1,0,FALSE,,, -meat.n.01,cookable,0,1,FALSE,,, -meat.n.01,coldSource,0,0,FALSE,,, -meat.n.01,sliceable,0,1,FALSE,,, -meat.n.01,slicer,0,0,FALSE,,, -meat.n.01,soakable,0,0,FALSE,,, -sponge.n.01,liquid,0,0,FALSE,,, -sponge.n.01,heatSource,0,0,FALSE,,, -sponge.n.01,fireSource,0,0,FALSE,,, -sponge.n.01,cookable,0,0,FALSE,,, -sponge.n.01,coldSource,1,0,FALSE,,, -sponge.n.01,sliceable,0,0,FALSE,,, -sponge.n.01,slicer,1,0,FALSE,,, -sponge.n.01,soakable,1,1,FALSE,,, -vegetable.n.01,liquid,0,0,FALSE,,, -vegetable.n.01,heatSource,0,0,FALSE,,, -vegetable.n.01,fireSource,1,0,FALSE,,, -vegetable.n.01,cookable,0,1,FALSE,,, -vegetable.n.01,coldSource,0,0,FALSE,,, -vegetable.n.01,sliceable,0,1,FALSE,,, -vegetable.n.01,slicer,0,0,FALSE,,, -vegetable.n.01,soakable,0,0,FALSE,,, -paper.n.01,liquid,0,0,FALSE,,, -paper.n.01,heatSource,0,0,FALSE,,, -paper.n.01,fireSource,0,0,FALSE,,, -paper.n.01,cookable,0,0,FALSE,,, -paper.n.01,coldSource,1,0,FALSE,,, -paper.n.01,sliceable,0,0,FALSE,,, -paper.n.01,slicer,1,0,FALSE,,, -paper.n.01,soakable,1,1,FALSE,,, -dish.n.02,liquid,0,0,FALSE,,, -dish.n.02,heatSource,0,0,FALSE,,, -dish.n.02,fireSource,1,0,FALSE,,, -dish.n.02,cookable,0,1,FALSE,,, -dish.n.02,coldSource,1,0,FALSE,,, -dish.n.02,sliceable,0,0,FALSE,,, -dish.n.02,slicer,0,0,FALSE,,, -dish.n.02,soakable,0,0,FALSE,,, -dish.n.01,liquid,0,0,FALSE,,, -dish.n.01,heatSource,0,0,FALSE,,, -dish.n.01,fireSource,1,0,FALSE,,, -dish.n.01,cookable,0,0,FALSE,,, -dish.n.01,coldSource,1,0,FALSE,,, -dish.n.01,sliceable,0,0,FALSE,,, -dish.n.01,slicer,0,0,FALSE,,, -dish.n.01,soakable,0,0,FALSE,,, -stain.n.01,liquid,0,0,FALSE,,, -stain.n.01,heatSource,0,0,FALSE,,, -stain.n.01,fireSource,0,0,FALSE,,, -stain.n.01,cookable,0,0,FALSE,,, -stain.n.01,coldSource,0,0,FALSE,,, -stain.n.01,sliceable,0,0,FALSE,,, -stain.n.01,slicer,0,0,FALSE,,, -stain.n.01,soakable,0,0,FALSE,,, -food.n.02,liquid,0,0,FALSE,,, -food.n.02,heatSource,0,0,FALSE,,, -food.n.02,fireSource,1,0,FALSE,,, -food.n.02,cookable,0,1,FALSE,,, -food.n.02,coldSource,1,0,FALSE,,, -food.n.02,sliceable,1,0,FALSE,,, -food.n.02,slicer,0,0,FALSE,,, -food.n.02,soakable,0,0,FALSE,,, -pot.n.01,liquid,0,0,FALSE,,, -pot.n.01,heatSource,1,0,FALSE,,, -pot.n.01,fireSource,1,0,FALSE,,, -pot.n.01,cookable,0,1,FALSE,,, -pot.n.01,coldSource,1,0,FALSE,,, -pot.n.01,sliceable,0,0,FALSE,,, -pot.n.01,slicer,1,0,FALSE,,, -pot.n.01,soakable,0,0,FALSE,,, -bag.n.01,liquid,0,0,FALSE,,, -bag.n.01,heatSource,0,0,FALSE,,, -bag.n.01,fireSource,0,0,FALSE,,, -bag.n.01,cookable,0,0,FALSE,,, -bag.n.01,coldSource,1,0,FALSE,,, -bag.n.01,sliceable,0,0,FALSE,,, -bag.n.01,slicer,1,0,FALSE,,, -bag.n.01,soakable,1,0,FALSE,,, -oil.n.01,liquid,1,1,FALSE,,, -oil.n.01,heatSource,0,0,FALSE,,, -oil.n.01,fireSource,0,1,FALSE,,, -oil.n.01,cookable,0,1,FALSE,,, -oil.n.01,coldSource,0,0,FALSE,,, -oil.n.01,sliceable,0,0,FALSE,,, -oil.n.01,slicer,0,0,FALSE,,, -oil.n.01,soakable,0,0,FALSE,,, -towel.n.01,liquid,0,0,FALSE,,, -towel.n.01,heatSource,0,0,FALSE,,, -towel.n.01,fireSource,0,0,FALSE,,, -towel.n.01,cookable,0,0,FALSE,,, -towel.n.01,coldSource,0,0,FALSE,,, -towel.n.01,sliceable,0,0,FALSE,,, -towel.n.01,slicer,1,0,FALSE,,, -towel.n.01,soakable,1,1,FALSE,,, -frying_pan.n.01,liquid,0,0,FALSE,,, -frying_pan.n.01,heatSource,1,1,TRUE,repetition,, -frying_pan.n.01,fireSource,1,0,FALSE,,, -frying_pan.n.01,cookable,0,0,FALSE,,, -frying_pan.n.01,coldSource,0,0,FALSE,,, -frying_pan.n.01,sliceable,0,0,FALSE,,, -frying_pan.n.01,slicer,1,0,FALSE,,, -frying_pan.n.01,soakable,0,0,FALSE,,, -egg_white.n.01,liquid,1,1,FALSE,,, -egg_white.n.01,heatSource,0,0,FALSE,,, -egg_white.n.01,fireSource,1,0,FALSE,,, -egg_white.n.01,cookable,0,1,FALSE,,, -egg_white.n.01,coldSource,0,0,FALSE,,, -egg_white.n.01,sliceable,0,0,FALSE,,, -egg_white.n.01,slicer,0,0,FALSE,,, -egg_white.n.01,soakable,0,0,FALSE,,, -egg_yolk.n.01,liquid,1,1,FALSE,,, -egg_yolk.n.01,heatSource,0,0,FALSE,,, -egg_yolk.n.01,fireSource,1,0,FALSE,,, -egg_yolk.n.01,cookable,0,1,FALSE,,, -egg_yolk.n.01,coldSource,0,0,FALSE,,, -egg_yolk.n.01,sliceable,0,0,FALSE,,, -egg_yolk.n.01,slicer,0,0,FALSE,,, -egg_yolk.n.01,soakable,0,0,FALSE,,, -food_processor.n.01,liquid,0,0,FALSE,,, -food_processor.n.01,heatSource,0,0,FALSE,,, -food_processor.n.01,fireSource,0,0,FALSE,,, -food_processor.n.01,cookable,0,0,FALSE,,, -food_processor.n.01,coldSource,0,0,FALSE,,, -food_processor.n.01,sliceable,1,0,FALSE,,, -food_processor.n.01,slicer,1,0,FALSE,,, -food_processor.n.01,soakable,0,0,FALSE,,, -ironing_board.n.01,liquid,0,0,FALSE,,, -ironing_board.n.01,heatSource,0,0,FALSE,,, -ironing_board.n.01,fireSource,0,0,FALSE,,, -ironing_board.n.01,cookable,0,0,FALSE,,, -ironing_board.n.01,coldSource,0,0,FALSE,,, -ironing_board.n.01,sliceable,0,0,FALSE,,, -ironing_board.n.01,slicer,1,0,FALSE,,, -ironing_board.n.01,soakable,1,0,FALSE,,, -sour_cream.n.01,liquid,1,1,FALSE,,, -sour_cream.n.01,heatSource,0,0,FALSE,,, -sour_cream.n.01,fireSource,0,0,FALSE,,, -sour_cream.n.01,cookable,0,1,FALSE,,, -sour_cream.n.01,coldSource,0,0,FALSE,,, -sour_cream.n.01,sliceable,0,0,FALSE,,, -sour_cream.n.01,slicer,0,0,FALSE,,, -sour_cream.n.01,soakable,0,0,FALSE,,, -chlorine.n.01,liquid,0,0,FALSE,,, -chlorine.n.01,heatSource,0,0,FALSE,,, -chlorine.n.01,fireSource,0,0,FALSE,,, -chlorine.n.01,cookable,0,0,FALSE,,, -chlorine.n.01,coldSource,0,0,FALSE,,, -chlorine.n.01,sliceable,0,0,FALSE,,, -chlorine.n.01,slicer,1,0,FALSE,,, -chlorine.n.01,soakable,0,0,FALSE,,, -cookie_sheet.n.01,liquid,0,0,FALSE,,, -cookie_sheet.n.01,heatSource,1,0,FALSE,,, -cookie_sheet.n.01,fireSource,1,0,FALSE,,, -cookie_sheet.n.01,cookable,0,0,FALSE,,, -cookie_sheet.n.01,coldSource,0,0,FALSE,,, -cookie_sheet.n.01,sliceable,0,0,FALSE,,, -cookie_sheet.n.01,slicer,1,0,FALSE,,, -cookie_sheet.n.01,soakable,0,0,FALSE,,, -credit_card.n.01,liquid,0,0,FALSE,,, -credit_card.n.01,heatSource,0,0,FALSE,,, -credit_card.n.01,fireSource,0,0,FALSE,,, -credit_card.n.01,cookable,0,0,FALSE,,, -credit_card.n.01,coldSource,0,0,FALSE,,, -credit_card.n.01,sliceable,0,0,FALSE,,, -credit_card.n.01,slicer,1,0,FALSE,,, -credit_card.n.01,soakable,0,0,FALSE,,, -red_wine.n.01,liquid,1,1,FALSE,,, -red_wine.n.01,heatSource,0,0,FALSE,,, -red_wine.n.01,fireSource,0,0,FALSE,,, -red_wine.n.01,cookable,0,1,FALSE,,, -red_wine.n.01,coldSource,1,0,FALSE,,, -red_wine.n.01,sliceable,0,0,FALSE,,, -red_wine.n.01,slicer,0,0,FALSE,,, -red_wine.n.01,soakable,0,0,FALSE,,, -whipped_cream.n.01,liquid,0,0,FALSE,,, -whipped_cream.n.01,heatSource,0,0,FALSE,,, -whipped_cream.n.01,fireSource,0,0,FALSE,,, -whipped_cream.n.01,cookable,0,1,FALSE,,, -whipped_cream.n.01,coldSource,0,0,FALSE,,, -whipped_cream.n.01,sliceable,0,0,FALSE,,, -whipped_cream.n.01,slicer,0,0,FALSE,,, -whipped_cream.n.01,soakable,0,0,FALSE,,, -mason_jar.n.01,liquid,0,0,FALSE,,, -mason_jar.n.01,heatSource,0,0,FALSE,,, -mason_jar.n.01,fireSource,0,0,FALSE,,, -mason_jar.n.01,cookable,0,0,FALSE,,, -mason_jar.n.01,coldSource,1,0,FALSE,,, -mason_jar.n.01,sliceable,0,0,FALSE,,, -mason_jar.n.01,slicer,1,0,FALSE,,, -mason_jar.n.01,soakable,0,0,FALSE,,, -green_bean.n.01,liquid,0,0,FALSE,,, -green_bean.n.01,heatSource,0,0,FALSE,,, -green_bean.n.01,fireSource,1,0,FALSE,,, -green_bean.n.01,cookable,0,1,FALSE,,, -green_bean.n.01,coldSource,0,0,FALSE,,, -green_bean.n.01,sliceable,0,1,FALSE,,, -green_bean.n.01,slicer,0,0,FALSE,,, -green_bean.n.01,soakable,0,0,FALSE,,, -steel_wool.n.01,liquid,0,0,FALSE,,, -steel_wool.n.01,heatSource,0,0,FALSE,,, -steel_wool.n.01,fireSource,0,0,FALSE,,, -steel_wool.n.01,cookable,0,0,FALSE,,, -steel_wool.n.01,coldSource,0,0,FALSE,,, -steel_wool.n.01,sliceable,0,0,FALSE,,, -steel_wool.n.01,slicer,0,0,FALSE,,, -steel_wool.n.01,soakable,0,0,FALSE,,, -potholder.n.01,liquid,0,0,FALSE,,, -potholder.n.01,heatSource,0,0,FALSE,,, -potholder.n.01,fireSource,0,0,FALSE,,, -potholder.n.01,cookable,0,0,FALSE,,, -potholder.n.01,coldSource,0,0,FALSE,,, -potholder.n.01,sliceable,0,0,FALSE,,, -potholder.n.01,slicer,1,0,FALSE,,, -potholder.n.01,soakable,1,0,FALSE,,, -hand_blower.n.01,liquid,0,0,FALSE,,, -hand_blower.n.01,heatSource,1,1,TRUE,45,https://maxdry.com.au/blogs/news/5-benefits-of-warm-air-hand-dryers, -hand_blower.n.01,fireSource,0,0,FALSE,,, -hand_blower.n.01,cookable,0,0,FALSE,,, -hand_blower.n.01,coldSource,0,0,FALSE,,, -hand_blower.n.01,sliceable,0,0,FALSE,,, -hand_blower.n.01,slicer,1,0,FALSE,,, -hand_blower.n.01,soakable,0,0,FALSE,,, -peanut_butter.n.01,liquid,0,0,FALSE,,, -peanut_butter.n.01,heatSource,0,0,FALSE,,, -peanut_butter.n.01,fireSource,0,0,FALSE,,, -peanut_butter.n.01,cookable,0,1,FALSE,,, -peanut_butter.n.01,coldSource,0,0,FALSE,,, -peanut_butter.n.01,sliceable,0,0,FALSE,,, -peanut_butter.n.01,slicer,0,0,FALSE,,, -peanut_butter.n.01,soakable,0,0,FALSE,,, -radio.n.01,liquid,0,0,FALSE,,, -radio.n.01,heatSource,0,0,FALSE,,, -radio.n.01,fireSource,0,0,FALSE,,, -radio.n.01,cookable,0,0,FALSE,,, -radio.n.01,coldSource,0,0,FALSE,,, -radio.n.01,sliceable,0,0,FALSE,,, -radio.n.01,slicer,1,0,FALSE,,, -radio.n.01,soakable,0,0,FALSE,,, -raincoat.n.01,liquid,0,0,FALSE,,, -raincoat.n.01,heatSource,0,0,FALSE,,, -raincoat.n.01,fireSource,0,0,FALSE,,, -raincoat.n.01,cookable,0,0,FALSE,,, -raincoat.n.01,coldSource,1,0,FALSE,,, -raincoat.n.01,sliceable,0,0,FALSE,,, -raincoat.n.01,slicer,0,0,FALSE,,, -raincoat.n.01,soakable,1,0,FALSE,,, -tote_bag.n.01,liquid,0,0,FALSE,,, -tote_bag.n.01,heatSource,0,0,FALSE,,, -tote_bag.n.01,fireSource,0,0,FALSE,,, -tote_bag.n.01,cookable,0,0,FALSE,,, -tote_bag.n.01,coldSource,0,0,FALSE,,, -tote_bag.n.01,sliceable,0,0,FALSE,,, -tote_bag.n.01,slicer,0,0,FALSE,,, -tote_bag.n.01,soakable,0,0,FALSE,,, -roux.n.01,liquid,0,0,FALSE,,, -roux.n.01,heatSource,1,0,FALSE,,, -roux.n.01,fireSource,1,0,FALSE,,, -roux.n.01,cookable,0,1,FALSE,,, -roux.n.01,coldSource,0,0,FALSE,,, -roux.n.01,sliceable,0,0,FALSE,,, -roux.n.01,slicer,0,0,FALSE,,, -roux.n.01,soakable,0,0,FALSE,,, -salad_fork.n.01,liquid,0,0,FALSE,,, -salad_fork.n.01,heatSource,0,0,FALSE,,, -salad_fork.n.01,fireSource,0,0,FALSE,,, -salad_fork.n.01,cookable,0,0,FALSE,,, -salad_fork.n.01,coldSource,0,0,FALSE,,, -salad_fork.n.01,sliceable,0,0,FALSE,,, -salad_fork.n.01,slicer,0,0,FALSE,,, -salad_fork.n.01,soakable,0,0,FALSE,,, -sap.n.01,liquid,1,1,FALSE,,, -herbicide.n.01,liquid,1,1,FALSE,,, -herbicide.n.01,heatSource,0,0,FALSE,,, -herbicide.n.01,fireSource,0,0,FALSE,,, -herbicide.n.01,cookable,0,0,FALSE,,, -herbicide.n.01,coldSource,1,0,FALSE,,, -herbicide.n.01,sliceable,0,0,FALSE,,, -herbicide.n.01,slicer,0,0,FALSE,,, -herbicide.n.01,soakable,0,0,FALSE,,, -hoe.n.01,liquid,0,0,FALSE,,, -hoe.n.01,heatSource,0,0,FALSE,,, -hoe.n.01,fireSource,0,0,FALSE,,, -hoe.n.01,cookable,0,0,FALSE,,, -hoe.n.01,coldSource,0,0,FALSE,,, -hoe.n.01,sliceable,0,0,FALSE,,, -hoe.n.01,slicer,1,0,FALSE,,, -hoe.n.01,soakable,0,0,FALSE,,, -chaff.n.01,liquid,0,0,FALSE,,, -chaff.n.01,heatSource,0,0,FALSE,,, -chaff.n.01,fireSource,0,1,FALSE,,, -chaff.n.01,cookable,0,0,FALSE,,, -chaff.n.01,coldSource,0,0,FALSE,,, -chaff.n.01,sliceable,0,0,FALSE,,, -chaff.n.01,slicer,0,0,FALSE,,, -chaff.n.01,soakable,0,1,FALSE,,, -keg.n.02,liquid,0,0,FALSE,,, -keg.n.02,heatSource,0,0,FALSE,,, -keg.n.02,fireSource,0,0,FALSE,,, -keg.n.02,cookable,0,0,FALSE,,, -keg.n.02,coldSource,0,0,FALSE,,, -keg.n.02,sliceable,0,0,FALSE,,, -keg.n.02,slicer,1,0,FALSE,,, -keg.n.02,soakable,0,1,FALSE,,, -lentil.n.01,liquid,0,0,FALSE,,, -lentil.n.01,heatSource,0,0,FALSE,,, -lentil.n.01,fireSource,1,0,FALSE,,, -lentil.n.01,cookable,0,1,FALSE,,, -lentil.n.01,coldSource,0,0,FALSE,,, -lentil.n.01,sliceable,0,0,FALSE,,, -lentil.n.01,slicer,0,0,FALSE,,, -lentil.n.01,soakable,0,1,FALSE,,, -license_plate.n.01,liquid,0,0,FALSE,,, -license_plate.n.01,heatSource,0,0,FALSE,,, -license_plate.n.01,fireSource,0,0,FALSE,,, -license_plate.n.01,cookable,0,0,FALSE,,, -license_plate.n.01,coldSource,0,0,FALSE,,, -license_plate.n.01,sliceable,0,0,FALSE,,, -license_plate.n.01,slicer,1,0,FALSE,,, -license_plate.n.01,soakable,0,0,FALSE,,, -igniter.n.01,liquid,0,0,FALSE,,, -igniter.n.01,heatSource,1,0,FALSE,,, -igniter.n.01,fireSource,0,1,FALSE,,, -igniter.n.01,cookable,0,0,FALSE,,, -igniter.n.01,coldSource,0,0,FALSE,,, -igniter.n.01,sliceable,0,0,FALSE,,, -igniter.n.01,slicer,0,0,FALSE,,, -igniter.n.01,soakable,0,0,FALSE,,, -cabinet.n.03,liquid,0,0,FALSE,,, -cabinet.n.03,heatSource,0,0,FALSE,,, -cabinet.n.03,fireSource,0,0,FALSE,,, -cabinet.n.03,cookable,0,0,FALSE,,, -cabinet.n.03,coldSource,0,0,FALSE,,, -cabinet.n.03,sliceable,0,0,FALSE,,, -cabinet.n.03,slicer,1,0,FALSE,,, -cabinet.n.03,soakable,0,0,FALSE,,, -manual.n.01,liquid,0,0,FALSE,,, -manual.n.01,heatSource,0,0,FALSE,,, -manual.n.01,fireSource,0,0,FALSE,,, -manual.n.01,cookable,0,0,FALSE,,, -manual.n.01,coldSource,0,0,FALSE,,, -manual.n.01,sliceable,0,0,FALSE,,, -manual.n.01,slicer,1,0,FALSE,,, -manual.n.01,soakable,1,1,FALSE,,, -margarine.n.01,liquid,0,0,FALSE,,, -margarine.n.01,heatSource,0,0,FALSE,,, -margarine.n.01,fireSource,1,1,FALSE,,, -margarine.n.01,cookable,0,1,FALSE,,, -margarine.n.01,coldSource,0,0,FALSE,,, -margarine.n.01,sliceable,0,1,FALSE,,, -margarine.n.01,slicer,1,0,FALSE,,, -margarine.n.01,soakable,0,0,FALSE,,, -marshmallow.n.01,liquid,0,0,FALSE,,, -marshmallow.n.01,heatSource,0,0,FALSE,,, -marshmallow.n.01,fireSource,0,0,FALSE,,, -marshmallow.n.01,cookable,0,1,FALSE,,, -marshmallow.n.01,coldSource,0,0,FALSE,,, -marshmallow.n.01,sliceable,0,1,FALSE,,, -marshmallow.n.01,slicer,1,0,FALSE,,, -marshmallow.n.01,soakable,0,0,FALSE,,, -meat_thermometer.n.01,liquid,0,0,FALSE,,, -meat_thermometer.n.01,heatSource,0,0,FALSE,,, -meat_thermometer.n.01,fireSource,0,0,FALSE,,, -meat_thermometer.n.01,cookable,0,0,FALSE,,, -meat_thermometer.n.01,coldSource,0,0,FALSE,,, -meat_thermometer.n.01,sliceable,0,0,FALSE,,, -meat_thermometer.n.01,slicer,1,0,FALSE,,, -meat_thermometer.n.01,soakable,0,0,FALSE,,, -mothball.n.01,liquid,0,0,FALSE,,, -mothball.n.01,heatSource,0,0,FALSE,,, -mothball.n.01,fireSource,0,0,FALSE,,, -mothball.n.01,cookable,0,0,FALSE,,, -mothball.n.01,coldSource,0,0,FALSE,,, -mothball.n.01,sliceable,0,0,FALSE,,, -mothball.n.01,slicer,1,0,FALSE,,, -mothball.n.01,soakable,0,0,FALSE,,, -supply.n.01,liquid,0,0,FALSE,,, -supply.n.01,heatSource,0,0,FALSE,,, -supply.n.01,fireSource,0,0,FALSE,,, -supply.n.01,cookable,0,0,FALSE,,, -supply.n.01,coldSource,0,0,FALSE,,, -supply.n.01,sliceable,0,0,FALSE,,, -supply.n.01,slicer,0,0,FALSE,,, -supply.n.01,soakable,0,0,FALSE,,, -pellet.n.01,liquid,0,0,FALSE,,, -pellet.n.01,heatSource,0,0,FALSE,,, -pellet.n.01,fireSource,1,1,FALSE,,, -pellet.n.01,cookable,0,0,FALSE,,, -pellet.n.01,coldSource,0,0,FALSE,,, -pellet.n.01,sliceable,0,0,FALSE,,, -pellet.n.01,slicer,1,1,FALSE,,, -pellet.n.01,soakable,0,0,FALSE,,, -poster.n.01,liquid,0,0,FALSE,,, -poster.n.01,heatSource,0,0,FALSE,,, -poster.n.01,fireSource,0,0,FALSE,,, -poster.n.01,cookable,0,0,FALSE,,, -poster.n.01,coldSource,0,0,FALSE,,, -poster.n.01,sliceable,0,0,FALSE,,, -poster.n.01,slicer,1,0,FALSE,,, -poster.n.01,soakable,0,1,FALSE,,, -power_tool.n.01,liquid,0,0,FALSE,,, -power_tool.n.01,heatSource,0,0,FALSE,,, -power_tool.n.01,fireSource,0,0,FALSE,,, -power_tool.n.01,cookable,0,0,FALSE,,, -power_tool.n.01,coldSource,0,0,FALSE,,, -power_tool.n.01,sliceable,0,0,FALSE,,, -power_tool.n.01,slicer,1,0,FALSE,,, -power_tool.n.01,soakable,0,0,FALSE,,, -puzzle.n.02,liquid,0,0,FALSE,,, -puzzle.n.02,heatSource,0,0,FALSE,,, -puzzle.n.02,fireSource,0,0,FALSE,,, -puzzle.n.02,cookable,0,0,FALSE,,, -puzzle.n.02,coldSource,1,0,FALSE,,, -puzzle.n.02,sliceable,0,0,FALSE,,, -puzzle.n.02,slicer,1,0,FALSE,,, -puzzle.n.02,soakable,1,0,FALSE,,, -relish.n.02,liquid,0,0,FALSE,,, -relish.n.02,heatSource,0,0,FALSE,,, -relish.n.02,fireSource,1,0,FALSE,,, -relish.n.02,cookable,0,1,FALSE,,, -relish.n.02,coldSource,0,0,FALSE,,, -relish.n.02,sliceable,0,0,FALSE,,, -relish.n.02,slicer,0,0,FALSE,,, -relish.n.02,soakable,0,0,FALSE,,, -rolling_pin.n.01,liquid,0,0,FALSE,,, -rolling_pin.n.01,heatSource,0,0,FALSE,,, -rolling_pin.n.01,fireSource,0,0,FALSE,,, -rolling_pin.n.01,cookable,0,0,FALSE,,, -rolling_pin.n.01,coldSource,0,0,FALSE,,, -rolling_pin.n.01,sliceable,0,0,FALSE,,, -rolling_pin.n.01,slicer,1,0,FALSE,,, -rolling_pin.n.01,soakable,0,0,FALSE,,, -salad_plate.n.01,liquid,0,0,FALSE,,, -salad_plate.n.01,heatSource,0,0,FALSE,,, -salad_plate.n.01,fireSource,0,0,FALSE,,, -salad_plate.n.01,cookable,0,0,FALSE,,, -salad_plate.n.01,coldSource,0,0,FALSE,,, -salad_plate.n.01,sliceable,0,0,FALSE,,, -salad_plate.n.01,slicer,0,0,FALSE,,, -salad_plate.n.01,soakable,0,0,FALSE,,, -sangaree.n.01,liquid,1,1,FALSE,,, -sangaree.n.01,heatSource,0,0,FALSE,,, -sangaree.n.01,fireSource,0,0,FALSE,,, -sangaree.n.01,cookable,0,0,FALSE,,, -sangaree.n.01,coldSource,1,0,FALSE,,, -sangaree.n.01,sliceable,0,0,FALSE,,, -sangaree.n.01,slicer,0,0,FALSE,,, -sangaree.n.01,soakable,0,0,FALSE,,, -scallop.n.02,liquid,0,0,FALSE,,, -scallop.n.02,heatSource,0,0,FALSE,,, -scallop.n.02,fireSource,1,0,FALSE,,, -scallop.n.02,cookable,0,1,FALSE,,, -scallop.n.02,coldSource,0,0,FALSE,,, -scallop.n.02,sliceable,0,1,FALSE,,, -scallop.n.02,slicer,0,0,FALSE,,, -scallop.n.02,soakable,0,0,FALSE,,, -shears.n.01,liquid,0,0,FALSE,,, -shears.n.01,heatSource,0,0,FALSE,,, -shears.n.01,fireSource,0,0,FALSE,,, -shears.n.01,cookable,0,0,FALSE,,, -shears.n.01,coldSource,0,0,FALSE,,, -shears.n.01,sliceable,0,0,FALSE,,, -shears.n.01,slicer,1,1,FALSE,,, -shears.n.01,soakable,0,0,FALSE,,, -shellfish.n.01,liquid,0,0,FALSE,,, -shellfish.n.01,heatSource,0,0,FALSE,,, -shellfish.n.01,fireSource,1,0,FALSE,,, -shellfish.n.01,cookable,0,1,FALSE,,, -shellfish.n.01,coldSource,0,0,FALSE,,, -shellfish.n.01,sliceable,0,1,FALSE,,, -shellfish.n.01,slicer,0,0,FALSE,,, -shellfish.n.01,soakable,0,0,FALSE,,, -silver.n.01,liquid,0,0,FALSE,,, -silver.n.01,heatSource,0,0,FALSE,,, -silver.n.01,fireSource,0,0,FALSE,,, -silver.n.01,cookable,0,0,FALSE,,, -silver.n.01,coldSource,0,0,FALSE,,, -silver.n.01,sliceable,0,0,FALSE,,, -silver.n.01,slicer,1,0,FALSE,,, -silver.n.01,soakable,0,0,FALSE,,, -squeegee.n.0,liquid,0,0,FALSE,,, -squeegee.n.0,heatSource,0,0,FALSE,,, -squeegee.n.0,fireSource,0,0,FALSE,,, -squeegee.n.0,cookable,0,0,FALSE,,, -squeegee.n.0,coldSource,0,0,FALSE,,, -squeegee.n.0,sliceable,0,0,FALSE,,, -squeegee.n.0,slicer,0,0,FALSE,,, -squeegee.n.0,soakable,0,0,FALSE,,, -stake.n.02,liquid,0,0,FALSE,,, -stake.n.02,heatSource,0,0,FALSE,,, -stake.n.02,fireSource,0,0,FALSE,,, -stake.n.02,cookable,0,0,FALSE,,, -stake.n.02,coldSource,0,0,FALSE,,, -stake.n.02,sliceable,0,0,FALSE,,, -stake.n.02,slicer,0,0,FALSE,,, -stake.n.02,soakable,0,0,FALSE,,, -starch.n.01,liquid,0,0,FALSE,,, -starch.n.01,heatSource,0,0,FALSE,,, -starch.n.01,fireSource,1,0,FALSE,,, -starch.n.01,cookable,0,1,FALSE,,, -starch.n.01,coldSource,0,0,FALSE,,, -starch.n.01,sliceable,0,0,FALSE,,, -starch.n.01,slicer,0,0,FALSE,,, -starch.n.01,soakable,0,0,FALSE,,, -note.n.01,liquid,0,0,FALSE,,, -note.n.01,heatSource,0,0,FALSE,,, -note.n.01,fireSource,0,0,FALSE,,, -note.n.01,cookable,0,0,FALSE,,, -note.n.01,coldSource,0,0,FALSE,,, -note.n.01,sliceable,0,0,FALSE,,, -note.n.01,slicer,1,0,FALSE,,, -note.n.01,soakable,1,0,FALSE,,, -plug.n.01,liquid,0,0,FALSE,,, -plug.n.01,heatSource,0,0,FALSE,,, -plug.n.01,fireSource,0,0,FALSE,,, -plug.n.01,cookable,0,0,FALSE,,, -plug.n.01,coldSource,0,0,FALSE,,, -plug.n.01,sliceable,0,0,FALSE,,, -plug.n.01,slicer,1,0,FALSE,,, -plug.n.01,soakable,0,0,FALSE,,, -succulent.n.01,liquid,0,0,FALSE,,, -succulent.n.01,heatSource,0,0,FALSE,,, -succulent.n.01,fireSource,0,0,FALSE,,, -succulent.n.01,cookable,0,0,FALSE,,, -succulent.n.01,coldSource,0,0,FALSE,,, -succulent.n.01,sliceable,0,0,FALSE,,, -succulent.n.01,slicer,0,0,FALSE,,, -succulent.n.01,soakable,0,0,FALSE,,, -sunflower_seed.n.01,liquid,0,0,FALSE,,, -sunflower_seed.n.01,heatSource,0,0,FALSE,,, -sunflower_seed.n.01,fireSource,1,0,FALSE,,, -sunflower_seed.n.01,cookable,0,1,FALSE,,, -sunflower_seed.n.01,coldSource,0,0,FALSE,,, -sunflower_seed.n.01,sliceable,0,0,FALSE,,, -sunflower_seed.n.01,slicer,0,0,FALSE,,, -sunflower_seed.n.01,soakable,0,0,FALSE,,, -taco.n.02,liquid,0,0,FALSE,,, -taco.n.02,heatSource,0,0,FALSE,,, -taco.n.02,fireSource,1,0,FALSE,,, -taco.n.02,cookable,0,1,FALSE,,, -taco.n.02,coldSource,0,0,FALSE,,, -taco.n.02,sliceable,0,1,FALSE,,, -taco.n.02,slicer,0,0,FALSE,,, -taco.n.02,soakable,1,0,FALSE,,, -teacup.n.02,liquid,0,0,FALSE,,, -teacup.n.02,heatSource,0,0,FALSE,,, -teacup.n.02,fireSource,0,0,FALSE,,, -teacup.n.02,cookable,0,0,FALSE,,, -teacup.n.02,coldSource,1,0,FALSE,,, -teacup.n.02,sliceable,0,0,FALSE,,, -teacup.n.02,slicer,1,0,FALSE,,, -teacup.n.02,soakable,0,0,FALSE,,, -thermostat.n.01,liquid,0,0,FALSE,,, -thermostat.n.01,heatSource,1,0,FALSE,,, -thermostat.n.01,fireSource,0,0,FALSE,,, -thermostat.n.01,cookable,0,0,FALSE,,, -thermostat.n.01,coldSource,0,0,FALSE,,, -thermostat.n.01,sliceable,0,0,FALSE,,, -thermostat.n.01,slicer,1,0,FALSE,,, -thermostat.n.01,soakable,0,0,FALSE,,, -toolbox.n.01,liquid,0,0,FALSE,,, -toolbox.n.01,heatSource,0,0,FALSE,,, -toolbox.n.01,fireSource,0,0,FALSE,,, -toolbox.n.01,cookable,0,0,FALSE,,, -toolbox.n.01,coldSource,0,0,FALSE,,, -toolbox.n.01,sliceable,0,0,FALSE,,, -toolbox.n.01,slicer,1,0,FALSE,,, -toolbox.n.01,soakable,0,0,FALSE,,, -barrow.n.03,liquid,0,0,FALSE,,, -barrow.n.03,heatSource,0,0,FALSE,,, -barrow.n.03,fireSource,0,0,FALSE,,, -barrow.n.03,cookable,0,0,FALSE,,, -barrow.n.03,coldSource,0,0,FALSE,,, -barrow.n.03,sliceable,0,0,FALSE,,, -barrow.n.03,slicer,0,0,FALSE,,, -barrow.n.03,soakable,0,1,FALSE,,, -wick.n.02,liquid,0,0,FALSE,,, -wick.n.02,heatSource,1,0,FALSE,,, -wick.n.02,fireSource,0,1,FALSE,,, -wick.n.02,cookable,0,0,FALSE,,, -wick.n.02,coldSource,0,0,FALSE,,, -wick.n.02,sliceable,0,0,FALSE,,, -wick.n.02,slicer,1,0,FALSE,,, -wick.n.02,soakable,0,0,FALSE,,, -windshield.n.01,liquid,0,0,FALSE,,, -windshield.n.01,heatSource,0,0,FALSE,,, -windshield.n.01,fireSource,0,0,FALSE,,, -windshield.n.01,cookable,0,0,FALSE,,, -windshield.n.01,coldSource,0,0,FALSE,,, -windshield.n.01,sliceable,0,0,FALSE,,, -windshield.n.01,slicer,0,0,FALSE,,, -windshield.n.01,soakable,0,0,FALSE,,, -rocket.n.03,liquid,0,0,FALSE,,, -rocket.n.03,heatSource,0,0,FALSE,,, -rocket.n.03,fireSource,0,0,FALSE,,, -rocket.n.03,cookable,0,1,FALSE,,, -rocket.n.03,coldSource,0,0,FALSE,,, -rocket.n.03,sliceable,0,1,FALSE,,, -rocket.n.03,slicer,1,0,FALSE,,, -rocket.n.03,soakable,0,0,FALSE,,, -baked_goods.n.01,liquid,0,0,FALSE,,, -baked_goods.n.01,heatSource,1,0,FALSE,,, -baked_goods.n.01,fireSource,1,0,FALSE,,, -baked_goods.n.01,cookable,0,1,FALSE,,, -baked_goods.n.01,coldSource,0,0,FALSE,,, -baked_goods.n.01,sliceable,0,1,FALSE,,, -baked_goods.n.01,slicer,0,0,FALSE,,, -baked_goods.n.01,soakable,0,0,FALSE,,, -balloon.n.01,liquid,0,0,FALSE,,, -balloon.n.01,heatSource,0,0,FALSE,,, -balloon.n.01,fireSource,0,0,FALSE,,, -balloon.n.01,cookable,0,0,FALSE,,, -balloon.n.01,coldSource,0,0,FALSE,,, -balloon.n.01,sliceable,0,0,FALSE,,, -balloon.n.01,slicer,1,0,FALSE,,, -balloon.n.01,soakable,0,0,FALSE,,, -biscuit.n.01,liquid,0,0,FALSE,,, -biscuit.n.01,heatSource,0,0,FALSE,,, -biscuit.n.01,fireSource,1,0,FALSE,,, -biscuit.n.01,cookable,0,1,FALSE,,, -biscuit.n.01,coldSource,0,0,FALSE,,, -biscuit.n.01,sliceable,0,0,FALSE,,, -biscuit.n.01,slicer,1,0,FALSE,,, -biscuit.n.01,soakable,1,1,FALSE,,, -bonfire.n.01,liquid,0,0,FALSE,,, -bonfire.n.01,heatSource,1,1,TRUE,1100,https://www.nimblefreelancer.com/wood-fire-temp/, -bonfire.n.01,fireSource,0,0,FALSE,,, -bonfire.n.01,cookable,0,0,FALSE,,, -bonfire.n.01,coldSource,0,0,FALSE,,, -bonfire.n.01,sliceable,0,0,FALSE,,, -bonfire.n.01,slicer,1,0,FALSE,,, -bonfire.n.01,soakable,0,0,FALSE,,, -bourbon.n.01,liquid,1,1,FALSE,,, -bourbon.n.01,heatSource,0,0,FALSE,,, -bourbon.n.01,fireSource,0,0,FALSE,,, -bourbon.n.01,cookable,0,0,FALSE,,, -bourbon.n.01,coldSource,0,0,FALSE,,, -bourbon.n.01,sliceable,0,0,FALSE,,, -bourbon.n.01,slicer,1,0,FALSE,,, -bourbon.n.01,soakable,0,0,FALSE,,, -brussels_sprouts.n.01,liquid,0,0,FALSE,,, -brussels_sprouts.n.01,heatSource,0,0,FALSE,,, -brussels_sprouts.n.01,fireSource,1,0,FALSE,,, -brussels_sprouts.n.01,cookable,0,1,FALSE,,, -brussels_sprouts.n.01,coldSource,0,0,FALSE,,, -brussels_sprouts.n.01,sliceable,0,1,FALSE,,, -brussels_sprouts.n.01,slicer,0,0,FALSE,,, -brussels_sprouts.n.01,soakable,0,0,FALSE,,, -case_shot.n.01,liquid,0,0,FALSE,,, -case_shot.n.01,heatSource,0,0,FALSE,,, -case_shot.n.01,fireSource,0,0,FALSE,,, -case_shot.n.01,cookable,0,0,FALSE,,, -case_shot.n.01,coldSource,0,0,FALSE,,, -case_shot.n.01,sliceable,0,0,FALSE,,, -case_shot.n.01,slicer,0,0,FALSE,,, -case_shot.n.01,soakable,0,0,FALSE,,, -car_seat.n.01,liquid,0,0,FALSE,,, -car_seat.n.01,heatSource,0,0,FALSE,,, -car_seat.n.01,fireSource,0,0,FALSE,,, -car_seat.n.01,cookable,0,0,FALSE,,, -car_seat.n.01,coldSource,0,0,FALSE,,, -car_seat.n.01,sliceable,0,0,FALSE,,, -car_seat.n.01,slicer,1,0,FALSE,,, -car_seat.n.01,soakable,0,0,FALSE,,, -cashbox.n.01,liquid,0,0,FALSE,,, -cashbox.n.01,heatSource,0,0,FALSE,,, -cashbox.n.01,fireSource,0,0,FALSE,,, -cashbox.n.01,cookable,0,0,FALSE,,, -cashbox.n.01,coldSource,0,0,FALSE,,, -cashbox.n.01,sliceable,0,0,FALSE,,, -cashbox.n.01,slicer,1,0,FALSE,,, -cashbox.n.01,soakable,0,0,FALSE,,, -compact_disk.n.01,liquid,0,0,FALSE,,, -compact_disk.n.01,heatSource,0,0,FALSE,,, -compact_disk.n.01,fireSource,0,0,FALSE,,, -compact_disk.n.01,cookable,0,0,FALSE,,, -compact_disk.n.01,coldSource,0,0,FALSE,,, -compact_disk.n.01,sliceable,0,0,FALSE,,, -compact_disk.n.01,slicer,0,0,FALSE,,, -compact_disk.n.01,soakable,0,0,FALSE,,, -flute.n.02,liquid,0,0,FALSE,,, -flute.n.02,heatSource,0,0,FALSE,,, -flute.n.02,fireSource,0,0,FALSE,,, -flute.n.02,cookable,0,0,FALSE,,, -flute.n.02,coldSource,1,0,FALSE,,, -flute.n.02,sliceable,0,0,FALSE,,, -flute.n.02,slicer,1,0,FALSE,,, -flute.n.02,soakable,0,0,FALSE,,, -cheddar.n.01,liquid,0,0,FALSE,,, -cheddar.n.01,heatSource,0,0,FALSE,,, -cheddar.n.01,fireSource,0,0,FALSE,,, -cheddar.n.01,cookable,0,1,FALSE,,, -cheddar.n.01,coldSource,0,0,FALSE,,, -cheddar.n.01,sliceable,0,1,FALSE,,, -cheddar.n.01,slicer,0,0,FALSE,,, -cheddar.n.01,soakable,0,0,FALSE,,, -cobweb.n.01,liquid,0,0,FALSE,,, -cobweb.n.01,heatSource,0,0,FALSE,,, -cobweb.n.01,fireSource,0,0,FALSE,,, -cobweb.n.01,cookable,0,0,FALSE,,, -cobweb.n.01,coldSource,0,0,FALSE,,, -cobweb.n.01,sliceable,0,0,FALSE,,, -cobweb.n.01,slicer,0,0,FALSE,,, -cobweb.n.01,soakable,0,0,FALSE,,, -coconut_milk.n.01,liquid,1,1,FALSE,,, -coconut_milk.n.01,heatSource,0,0,FALSE,,, -coconut_milk.n.01,fireSource,0,0,FALSE,,, -coconut_milk.n.01,cookable,0,1,FALSE,,, -coconut_milk.n.01,coldSource,0,0,FALSE,,, -coconut_milk.n.01,sliceable,0,0,FALSE,,, -coconut_milk.n.01,slicer,0,0,FALSE,,, -coconut_milk.n.01,soakable,0,0,FALSE,,, -coconut_oil.n.01,liquid,1,1,FALSE,,, -coconut_oil.n.01,heatSource,0,0,FALSE,,, -coconut_oil.n.01,fireSource,1,1,FALSE,,, -coconut_oil.n.01,cookable,0,1,FALSE,,, -coconut_oil.n.01,coldSource,0,0,FALSE,,, -coconut_oil.n.01,sliceable,0,0,FALSE,,, -coconut_oil.n.01,slicer,0,0,FALSE,,, -coconut_oil.n.01,soakable,0,0,FALSE,,, -collar.n.01,liquid,0,0,FALSE,,, -collar.n.01,heatSource,0,0,FALSE,,, -collar.n.01,fireSource,0,0,FALSE,,, -collar.n.01,cookable,0,0,FALSE,,, -collar.n.01,coldSource,0,0,FALSE,,, -collar.n.01,sliceable,0,0,FALSE,,, -collar.n.01,slicer,1,0,FALSE,,, -collar.n.01,soakable,1,0,FALSE,,, -copper.n.01,liquid,0,0,FALSE,,, -copper.n.01,heatSource,0,0,FALSE,,, -copper.n.01,fireSource,0,0,FALSE,,, -copper.n.01,cookable,0,0,FALSE,,, -copper.n.01,coldSource,0,0,FALSE,,, -copper.n.01,sliceable,0,0,FALSE,,, -copper.n.01,slicer,1,0,FALSE,,, -copper.n.01,soakable,0,0,FALSE,,, -crayon.n.01,liquid,0,0,FALSE,,, -crayon.n.01,heatSource,0,0,FALSE,,, -crayon.n.01,fireSource,0,0,FALSE,,, -crayon.n.01,cookable,0,0,FALSE,,, -crayon.n.01,coldSource,0,0,FALSE,,, -crayon.n.01,sliceable,0,0,FALSE,,, -crayon.n.01,slicer,0,0,FALSE,,, -crayon.n.01,soakable,0,0,FALSE,,, -deodorant.n.01,liquid,0,0,FALSE,,, -deodorant.n.01,heatSource,0,0,FALSE,,, -deodorant.n.01,fireSource,0,0,FALSE,,, -deodorant.n.01,cookable,0,0,FALSE,,, -deodorant.n.01,coldSource,0,0,FALSE,,, -deodorant.n.01,sliceable,0,0,FALSE,,, -deodorant.n.01,slicer,0,0,FALSE,,, -deodorant.n.01,soakable,0,0,FALSE,,, -dessert_spoon.n.01,liquid,0,0,FALSE,,, -dessert_spoon.n.01,heatSource,0,0,FALSE,,, -dessert_spoon.n.01,fireSource,0,0,FALSE,,, -dessert_spoon.n.01,cookable,0,0,FALSE,,, -dessert_spoon.n.01,coldSource,1,0,FALSE,,, -dessert_spoon.n.01,sliceable,0,0,FALSE,,, -dessert_spoon.n.01,slicer,0,0,FALSE,,, -dessert_spoon.n.01,soakable,0,0,FALSE,,, -diaper.n.01,liquid,0,0,FALSE,,, -diaper.n.01,heatSource,0,0,FALSE,,, -diaper.n.01,fireSource,0,0,FALSE,,, -diaper.n.01,cookable,0,0,FALSE,,, -diaper.n.01,coldSource,1,0,FALSE,,, -diaper.n.01,sliceable,0,0,FALSE,,, -diaper.n.01,slicer,1,0,FALSE,,, -diaper.n.01,soakable,1,1,FALSE,,, -rack.n.01,liquid,0,0,FALSE,,, -rack.n.01,heatSource,0,0,FALSE,,, -rack.n.01,fireSource,0,0,FALSE,,, -rack.n.01,cookable,0,0,FALSE,,, -rack.n.01,coldSource,0,0,FALSE,,, -rack.n.01,sliceable,0,0,FALSE,,, -rack.n.01,slicer,1,0,FALSE,,, -rack.n.01,soakable,0,0,FALSE,,, -wallboard.n.01,liquid,0,0,FALSE,,, -wallboard.n.01,heatSource,0,0,FALSE,,, -wallboard.n.01,fireSource,0,0,FALSE,,, -wallboard.n.01,cookable,0,0,FALSE,,, -wallboard.n.01,coldSource,0,0,FALSE,,, -wallboard.n.01,sliceable,0,0,FALSE,,, -wallboard.n.01,slicer,1,0,FALSE,,, -wallboard.n.01,soakable,0,0,FALSE,,, -dye.n.01,liquid,1,1,FALSE,,, -dye.n.01,heatSource,0,0,FALSE,,, -dye.n.01,fireSource,0,0,FALSE,,, -dye.n.01,cookable,0,0,FALSE,,, -dye.n.01,coldSource,1,0,FALSE,,, -dye.n.01,sliceable,0,0,FALSE,,, -dye.n.01,slicer,1,0,FALSE,,, -dye.n.01,soakable,0,0,FALSE,,, -dustcloth.n.01,liquid,0,0,FALSE,,, -dustcloth.n.01,heatSource,0,0,FALSE,,, -dustcloth.n.01,fireSource,0,0,FALSE,,, -dustcloth.n.01,cookable,0,0,FALSE,,, -dustcloth.n.01,coldSource,0,0,FALSE,,, -dustcloth.n.01,sliceable,0,0,FALSE,,, -dustcloth.n.01,slicer,0,0,FALSE,,, -dustcloth.n.01,soakable,1,1,FALSE,,, -fishing_rod.n.01,liquid,0,0,FALSE,,, -fishing_rod.n.01,heatSource,0,0,FALSE,,, -fishing_rod.n.01,fireSource,0,0,FALSE,,, -fishing_rod.n.01,cookable,0,0,FALSE,,, -fishing_rod.n.01,coldSource,0,0,FALSE,,, -fishing_rod.n.01,sliceable,0,0,FALSE,,, -fishing_rod.n.01,slicer,1,0,FALSE,,, -fishing_rod.n.01,soakable,0,0,FALSE,,, -flooring.n.02,liquid,0,0,FALSE,,, -flooring.n.02,heatSource,0,0,FALSE,,, -flooring.n.02,fireSource,0,0,FALSE,,, -flooring.n.02,cookable,0,0,FALSE,,, -flooring.n.02,coldSource,0,0,FALSE,,, -flooring.n.02,sliceable,0,0,FALSE,,, -flooring.n.02,slicer,0,0,FALSE,,, -flooring.n.02,soakable,0,0,FALSE,,, -coloring.n.01,liquid,0,0,FALSE,,, -coloring.n.01,heatSource,0,0,FALSE,,, -coloring.n.01,fireSource,1,0,FALSE,,, -coloring.n.01,cookable,0,0,FALSE,,, -coloring.n.01,coldSource,0,0,FALSE,,, -coloring.n.01,sliceable,0,0,FALSE,,, -coloring.n.01,slicer,0,0,FALSE,,, -coloring.n.01,soakable,0,0,FALSE,,, -fungi.n.01,liquid,0,0,FALSE,,, -fungi.n.01,heatSource,0,0,FALSE,,, -fungi.n.01,fireSource,0,0,FALSE,,, -fungi.n.01,cookable,0,1,FALSE,,, -fungi.n.01,coldSource,0,0,FALSE,,, -fungi.n.01,sliceable,0,1,FALSE,,, -fungi.n.01,slicer,0,0,FALSE,,, -fungi.n.01,soakable,0,0,FALSE,,, -fur_coat.n.01,liquid,0,0,FALSE,,, -fur_coat.n.01,heatSource,0,0,FALSE,,, -fur_coat.n.01,fireSource,0,0,FALSE,,, -fur_coat.n.01,cookable,0,0,FALSE,,, -fur_coat.n.01,coldSource,0,0,FALSE,,, -fur_coat.n.01,sliceable,0,0,FALSE,,, -fur_coat.n.01,slicer,0,0,FALSE,,, -fur_coat.n.01,soakable,0,1,FALSE,,, -disposal.n.04,liquid,0,0,FALSE,,, -disposal.n.04,heatSource,0,0,FALSE,,, -disposal.n.04,fireSource,0,0,FALSE,,, -disposal.n.04,cookable,0,0,FALSE,,, -disposal.n.04,coldSource,0,0,FALSE,,, -disposal.n.04,sliceable,0,0,FALSE,,, -disposal.n.04,slicer,1,0,FALSE,,, -disposal.n.04,soakable,0,0,FALSE,,, -gin.n.01,liquid,1,1,FALSE,,, -gin.n.01,heatSource,0,0,FALSE,,, -gin.n.01,fireSource,0,0,FALSE,,, -gin.n.01,cookable,0,0,FALSE,,, -gin.n.01,coldSource,0,0,FALSE,,, -gin.n.01,sliceable,0,0,FALSE,,, -gin.n.01,slicer,0,0,FALSE,,, -gin.n.01,soakable,0,0,FALSE,,, -granola.n.01,liquid,0,0,FALSE,,, -granola.n.01,heatSource,0,0,FALSE,,, -granola.n.01,fireSource,1,0,FALSE,,, -granola.n.01,cookable,0,1,FALSE,,, -granola.n.01,coldSource,0,0,FALSE,,, -granola.n.01,sliceable,1,0,FALSE,,, -granola.n.01,slicer,0,0,FALSE,,, -granola.n.01,soakable,0,0,FALSE,,, -hair_spray.n.01,liquid,0,1,FALSE,,, -hair_spray.n.01,heatSource,0,0,FALSE,,, -hair_spray.n.01,fireSource,0,0,FALSE,,, -hair_spray.n.01,cookable,0,0,FALSE,,, -hair_spray.n.01,coldSource,1,0,FALSE,,, -hair_spray.n.01,sliceable,0,0,FALSE,,, -hair_spray.n.01,slicer,1,0,FALSE,,, -hair_spray.n.01,soakable,0,0,FALSE,,, -helmet.n.01,liquid,0,0,FALSE,,, -helmet.n.01,heatSource,0,0,FALSE,,, -helmet.n.01,fireSource,0,0,FALSE,,, -helmet.n.01,cookable,0,0,FALSE,,, -helmet.n.01,coldSource,0,0,FALSE,,, -helmet.n.01,sliceable,0,0,FALSE,,, -helmet.n.01,slicer,0,0,FALSE,,, -helmet.n.01,soakable,0,0,FALSE,,, -cocoa.n.01,liquid,1,1,FALSE,,, -cocoa.n.01,heatSource,0,0,FALSE,,, -cocoa.n.01,fireSource,0,0,FALSE,,, -cocoa.n.01,cookable,0,1,FALSE,,, -cocoa.n.01,coldSource,0,0,FALSE,,, -cocoa.n.01,sliceable,0,0,FALSE,,, -cocoa.n.01,slicer,0,0,FALSE,,, -cocoa.n.01,soakable,0,0,FALSE,,, -ice_pack.n.01,liquid,0,0,FALSE,,, -ice_pack.n.01,heatSource,0,0,FALSE,,, -ice_pack.n.01,fireSource,0,0,FALSE,,, -ice_pack.n.01,cookable,1,0,FALSE,,, -ice_pack.n.01,coldSource,0,1,FALSE,,, -ice_pack.n.01,sliceable,0,0,FALSE,,, -ice_pack.n.01,slicer,1,0,FALSE,,, -ice_pack.n.01,soakable,0,0,FALSE,,, -instant_coffee.n.0,liquid,0,0,FALSE,,, -instant_coffee.n.0,heatSource,1,0,FALSE,,, -instant_coffee.n.0,fireSource,0,0,FALSE,,, -instant_coffee.n.0,cookable,0,1,FALSE,,, -instant_coffee.n.0,coldSource,0,0,FALSE,,, -instant_coffee.n.0,sliceable,0,0,FALSE,,, -instant_coffee.n.0,slicer,0,0,FALSE,,, -instant_coffee.n.0,soakable,0,0,FALSE,,, -chinese_gooseberry.n.01,liquid,0,0,FALSE,,, -chinese_gooseberry.n.01,heatSource,0,0,FALSE,,, -chinese_gooseberry.n.01,fireSource,0,0,FALSE,,, -chinese_gooseberry.n.01,cookable,0,1,FALSE,,, -chinese_gooseberry.n.01,coldSource,0,0,FALSE,,, -chinese_gooseberry.n.01,sliceable,0,1,FALSE,,, -chinese_gooseberry.n.01,slicer,0,0,FALSE,,, -chinese_gooseberry.n.01,soakable,0,0,FALSE,,, -knit.n.01,liquid,0,0,FALSE,,, -knit.n.01,heatSource,0,0,FALSE,,, -knit.n.01,fireSource,0,0,FALSE,,, -knit.n.01,cookable,0,0,FALSE,,, -knit.n.01,coldSource,0,0,FALSE,,, -knit.n.01,sliceable,0,0,FALSE,,, -knit.n.01,slicer,0,0,FALSE,,, -knit.n.01,soakable,1,1,FALSE,,, -lacquer.n.01,liquid,0,1,FALSE,,, -lacquer.n.01,heatSource,0,0,FALSE,,, -lacquer.n.01,fireSource,0,1,FALSE,,, -lacquer.n.01,cookable,0,0,FALSE,,, -lacquer.n.01,coldSource,1,0,FALSE,,, -lacquer.n.01,sliceable,0,0,FALSE,,, -lacquer.n.01,slicer,1,0,FALSE,,, -lacquer.n.01,soakable,0,0,FALSE,,, -lantern.n.01,liquid,0,0,FALSE,,, -lantern.n.01,heatSource,0,0,FALSE,,, -lantern.n.01,fireSource,0,0,FALSE,,, -lantern.n.01,cookable,0,0,FALSE,,, -lantern.n.01,coldSource,0,0,FALSE,,, -lantern.n.01,sliceable,0,0,FALSE,,, -lantern.n.01,slicer,1,0,FALSE,,, -lantern.n.01,soakable,0,1,FALSE,,, -caffe_latte.n.01,liquid,1,1,FALSE,,, -caffe_latte.n.01,heatSource,0,0,FALSE,,, -caffe_latte.n.01,fireSource,0,0,FALSE,,, -caffe_latte.n.01,cookable,0,1,FALSE,,, -caffe_latte.n.01,coldSource,0,0,FALSE,,, -caffe_latte.n.01,sliceable,0,0,FALSE,,, -caffe_latte.n.01,slicer,0,0,FALSE,,, -caffe_latte.n.01,soakable,0,0,FALSE,,, -blower.n.01,liquid,0,0,FALSE,,, -blower.n.01,heatSource,0,1,TRUE,N/A,, -blower.n.01,fireSource,0,0,FALSE,,, -blower.n.01,cookable,0,0,FALSE,,, -blower.n.01,coldSource,0,0,FALSE,,, -blower.n.01,sliceable,0,0,FALSE,,, -blower.n.01,slicer,1,0,FALSE,,, -blower.n.01,soakable,0,0,FALSE,,, -leek.n.01,liquid,0,0,FALSE,,, -leek.n.01,heatSource,0,0,FALSE,,, -leek.n.01,fireSource,1,0,FALSE,,, -leek.n.01,cookable,0,1,FALSE,,, -leek.n.01,coldSource,0,0,FALSE,,, -leek.n.01,sliceable,0,1,FALSE,,, -leek.n.01,slicer,0,0,FALSE,,, -leek.n.01,soakable,1,0,FALSE,,, -lock.n.01,liquid,0,0,FALSE,,, -lock.n.01,heatSource,0,0,FALSE,,, -lock.n.01,fireSource,0,0,FALSE,,, -lock.n.01,cookable,0,0,FALSE,,, -lock.n.01,coldSource,0,0,FALSE,,, -lock.n.01,sliceable,0,0,FALSE,,, -lock.n.01,slicer,1,0,FALSE,,, -lock.n.01,soakable,0,0,FALSE,,, -marinara.n.01,liquid,0,1,FALSE,,, -marinara.n.01,heatSource,0,0,FALSE,,, -marinara.n.01,fireSource,1,0,FALSE,,, -marinara.n.01,cookable,0,1,FALSE,,, -marinara.n.01,coldSource,1,0,FALSE,,, -marinara.n.01,sliceable,0,0,FALSE,,, -marinara.n.01,slicer,0,0,FALSE,,, -marinara.n.01,soakable,0,0,FALSE,,, -mashed_potato.n.01,liquid,0,0,FALSE,,, -mashed_potato.n.01,heatSource,0,0,FALSE,,, -mashed_potato.n.01,fireSource,1,0,FALSE,,, -mashed_potato.n.01,cookable,0,1,FALSE,,, -mashed_potato.n.01,coldSource,0,0,FALSE,,, -mashed_potato.n.01,sliceable,0,0,FALSE,,, -mashed_potato.n.01,slicer,0,0,FALSE,,, -mashed_potato.n.01,soakable,0,0,FALSE,,, -melon.n.01,liquid,0,0,FALSE,,, -melon.n.01,heatSource,0,0,FALSE,,, -melon.n.01,fireSource,0,0,FALSE,,, -melon.n.01,cookable,0,1,FALSE,,, -melon.n.01,coldSource,0,0,FALSE,,, -melon.n.01,sliceable,0,1,FALSE,,, -melon.n.01,slicer,0,0,FALSE,,, -melon.n.01,soakable,0,0,FALSE,,, -mozzarella.n.01,liquid,0,0,FALSE,,, -mozzarella.n.01,heatSource,0,0,FALSE,,, -mozzarella.n.01,fireSource,1,0,FALSE,,, -mozzarella.n.01,cookable,0,1,FALSE,,, -mozzarella.n.01,coldSource,0,0,FALSE,,, -mozzarella.n.01,sliceable,0,1,FALSE,,, -mozzarella.n.01,slicer,0,0,FALSE,,, -mozzarella.n.01,soakable,1,0,FALSE,,, -necktie.n.01,liquid,0,0,FALSE,,, -necktie.n.01,heatSource,0,0,FALSE,,, -necktie.n.01,fireSource,0,0,FALSE,,, -necktie.n.01,cookable,0,0,FALSE,,, -necktie.n.01,coldSource,0,0,FALSE,,, -necktie.n.01,sliceable,0,0,FALSE,,, -necktie.n.01,slicer,0,0,FALSE,,, -necktie.n.01,soakable,1,1,FALSE,,, -orange_juice.n.01,liquid,1,1,FALSE,,, -orange_juice.n.01,heatSource,0,0,FALSE,,, -orange_juice.n.01,fireSource,0,0,FALSE,,, -orange_juice.n.01,cookable,0,1,FALSE,,, -orange_juice.n.01,coldSource,1,0,FALSE,,, -orange_juice.n.01,sliceable,0,0,FALSE,,, -orange_juice.n.01,slicer,0,0,FALSE,,, -orange_juice.n.01,soakable,0,0,FALSE,,, -oyster.n.01,liquid,0,0,FALSE,,, -oyster.n.01,heatSource,0,0,FALSE,,, -oyster.n.01,fireSource,1,0,FALSE,,, -oyster.n.01,cookable,0,1,FALSE,,, -oyster.n.01,coldSource,0,0,FALSE,,, -oyster.n.01,sliceable,0,1,FALSE,,, -oyster.n.01,slicer,0,0,FALSE,,, -oyster.n.01,soakable,0,0,FALSE,,, -pajama.n.01,liquid,0,0,FALSE,,, -pajama.n.01,heatSource,0,0,FALSE,,, -pajama.n.01,fireSource,0,0,FALSE,,, -pajama.n.01,cookable,0,0,FALSE,,, -pajama.n.01,coldSource,0,0,FALSE,,, -pajama.n.01,sliceable,0,0,FALSE,,, -pajama.n.01,slicer,0,0,FALSE,,, -pajama.n.01,soakable,1,1,FALSE,,, -pollen.n.01,liquid,0,0,FALSE,,, -pollen.n.01,heatSource,0,0,FALSE,,, -pollen.n.01,fireSource,0,0,FALSE,,, -pollen.n.01,cookable,0,0,FALSE,,, -pollen.n.01,coldSource,0,0,FALSE,,, -pollen.n.01,sliceable,0,0,FALSE,,, -pollen.n.01,slicer,0,0,FALSE,,, -pollen.n.01,soakable,0,0,FALSE,,, -pruner.n.02,liquid,0,0,FALSE,,, -pruner.n.02,heatSource,0,0,FALSE,,, -pruner.n.02,fireSource,0,0,FALSE,,, -pruner.n.02,cookable,0,0,FALSE,,, -pruner.n.02,coldSource,0,0,FALSE,,, -pruner.n.02,sliceable,0,0,FALSE,,, -pruner.n.02,slicer,1,1,FALSE,,, -pruner.n.02,soakable,0,0,FALSE,,, -polyvinyl_chloride.n.01,liquid,0,0,FALSE,,, -polyvinyl_chloride.n.01,heatSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,fireSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,cookable,0,0,FALSE,,, -polyvinyl_chloride.n.01,coldSource,0,0,FALSE,,, -polyvinyl_chloride.n.01,sliceable,0,0,FALSE,,, -polyvinyl_chloride.n.01,slicer,0,0,FALSE,,, -polyvinyl_chloride.n.01,soakable,0,0,FALSE,,, -sesame_oil.n.01,liquid,1,1,FALSE,,, -sesame_oil.n.01,heatSource,0,0,FALSE,,, -sesame_oil.n.01,fireSource,1,0,FALSE,,, -sesame_oil.n.01,cookable,0,1,FALSE,,, -sesame_oil.n.01,coldSource,0,0,FALSE,,, -sesame_oil.n.01,sliceable,0,0,FALSE,,, -sesame_oil.n.01,slicer,0,0,FALSE,,, -sesame_oil.n.01,soakable,0,0,FALSE,,, -skewer.n.01,liquid,0,0,FALSE,,, -skewer.n.01,heatSource,0,0,FALSE,,, -skewer.n.01,fireSource,1,0,FALSE,,, -skewer.n.01,cookable,0,0,FALSE,,, -skewer.n.01,coldSource,0,0,FALSE,,, -skewer.n.01,sliceable,0,0,FALSE,,, -skewer.n.01,slicer,1,1,FALSE,,, -skewer.n.01,soakable,0,0,FALSE,,, -soupspoon.n.01,liquid,0,0,FALSE,,, -soupspoon.n.01,heatSource,0,0,FALSE,,, -soupspoon.n.01,fireSource,0,0,FALSE,,, -soupspoon.n.01,cookable,0,0,FALSE,,, -soupspoon.n.01,coldSource,1,0,FALSE,,, -soupspoon.n.01,sliceable,0,0,FALSE,,, -soupspoon.n.01,slicer,0,0,FALSE,,, -soupspoon.n.01,soakable,0,0,FALSE,,, -soda_water.n.01,liquid,0,1,FALSE,,, -soda_water.n.01,heatSource,0,0,FALSE,,, -soda_water.n.01,fireSource,0,0,FALSE,,, -soda_water.n.01,cookable,0,0,FALSE,,, -soda_water.n.01,coldSource,0,0,FALSE,,, -soda_water.n.01,sliceable,0,0,FALSE,,, -soda_water.n.01,slicer,1,0,FALSE,,, -soda_water.n.01,soakable,0,0,FALSE,,, -jimmies.n.01,liquid,0,0,FALSE,,, -jimmies.n.01,heatSource,0,0,FALSE,,, -jimmies.n.01,fireSource,0,0,FALSE,,, -jimmies.n.01,cookable,0,1,FALSE,,, -jimmies.n.01,coldSource,0,0,FALSE,,, -jimmies.n.01,sliceable,0,0,FALSE,,, -jimmies.n.01,slicer,0,0,FALSE,,, -jimmies.n.01,soakable,0,0,FALSE,,, -stud.n.02,liquid,0,0,FALSE,,, -stud.n.02,heatSource,0,0,FALSE,,, -stud.n.02,fireSource,0,0,FALSE,,, -stud.n.02,cookable,0,0,FALSE,,, -stud.n.02,coldSource,0,0,FALSE,,, -stud.n.02,sliceable,0,0,FALSE,,, -stud.n.02,slicer,0,0,FALSE,,, -stud.n.02,soakable,0,0,FALSE,,, -soapsuds.n.01,liquid,0,1,FALSE,,, -soapsuds.n.01,heatSource,0,0,FALSE,,, -soapsuds.n.01,fireSource,0,0,FALSE,,, -soapsuds.n.01,cookable,0,0,FALSE,,, -soapsuds.n.01,coldSource,0,0,FALSE,,, -soapsuds.n.01,sliceable,0,0,FALSE,,, -soapsuds.n.01,slicer,0,0,FALSE,,, -soapsuds.n.01,soakable,0,0,FALSE,,, -tennis_ball.n.01,liquid,0,0,FALSE,,, -tennis_ball.n.01,heatSource,0,0,FALSE,,, -tennis_ball.n.01,fireSource,0,0,FALSE,,, -tennis_ball.n.01,cookable,0,0,FALSE,,, -tennis_ball.n.01,coldSource,0,0,FALSE,,, -tennis_ball.n.01,sliceable,0,0,FALSE,,, -tennis_ball.n.01,slicer,0,0,FALSE,,, -tennis_ball.n.01,soakable,0,0,FALSE,,, -ticket.n.01,liquid,0,0,FALSE,,, -ticket.n.01,heatSource,0,0,FALSE,,, -ticket.n.01,fireSource,0,0,FALSE,,, -ticket.n.01,cookable,0,0,FALSE,,, -ticket.n.01,coldSource,0,0,FALSE,,, -ticket.n.01,sliceable,0,0,FALSE,,, -ticket.n.01,slicer,1,1,FALSE,,, -ticket.n.01,soakable,0,0,FALSE,,, -trailer.n.03,liquid,0,0,FALSE,,, -trailer.n.03,heatSource,0,0,FALSE,,, -trailer.n.03,fireSource,0,0,FALSE,,, -trailer.n.03,cookable,0,0,FALSE,,, -trailer.n.03,coldSource,0,0,FALSE,,, -trailer.n.03,sliceable,0,0,FALSE,,, -trailer.n.03,slicer,0,0,FALSE,,, -trailer.n.03,soakable,0,0,FALSE,,, -pincer.n.01,liquid,0,0,FALSE,,, -pincer.n.01,heatSource,0,0,FALSE,,, -pincer.n.01,fireSource,0,0,FALSE,,, -pincer.n.01,cookable,0,0,FALSE,,, -pincer.n.01,coldSource,0,0,FALSE,,, -pincer.n.01,sliceable,0,0,FALSE,,, -pincer.n.01,slicer,1,0,FALSE,,, -pincer.n.01,soakable,1,0,FALSE,,, -peeler.n.03,liquid,0,0,FALSE,,, -peeler.n.03,heatSource,0,0,FALSE,,, -peeler.n.03,fireSource,0,0,FALSE,,, -peeler.n.03,cookable,0,0,FALSE,,, -peeler.n.03,coldSource,0,0,FALSE,,, -peeler.n.03,sliceable,0,0,FALSE,,, -peeler.n.03,slicer,1,1,FALSE,,, -peeler.n.03,soakable,0,0,FALSE,,, -velvet.n.01,liquid,0,0,FALSE,,, -velvet.n.01,heatSource,0,0,FALSE,,, -velvet.n.01,fireSource,0,0,FALSE,,, -velvet.n.01,cookable,0,0,FALSE,,, -velvet.n.01,coldSource,0,0,FALSE,,, -velvet.n.01,sliceable,0,0,FALSE,,, -velvet.n.01,slicer,0,0,FALSE,,, -velvet.n.01,soakable,1,1,FALSE,,, -vessel.n.03,liquid,0,0,FALSE,,, -vessel.n.03,heatSource,0,0,FALSE,,, -vessel.n.03,fireSource,0,0,FALSE,,, -vessel.n.03,cookable,0,0,FALSE,,, -vessel.n.03,coldSource,1,0,FALSE,,, -vessel.n.03,sliceable,0,0,FALSE,,, -vessel.n.03,slicer,1,0,FALSE,,, -vessel.n.03,soakable,0,0,FALSE,,, -vine.n.01,liquid,0,0,FALSE,,, -vine.n.01,heatSource,0,0,FALSE,,, -vine.n.01,fireSource,0,0,FALSE,,, -vine.n.01,cookable,0,0,FALSE,,, -vine.n.01,coldSource,0,0,FALSE,,, -vine.n.01,sliceable,0,1,FALSE,,, -vine.n.01,slicer,0,0,FALSE,,, -vine.n.01,soakable,0,0,FALSE,,, -waffle.n.01,liquid,0,0,FALSE,,, -waffle.n.01,heatSource,0,0,FALSE,,, -waffle.n.01,fireSource,1,0,FALSE,,, -waffle.n.01,cookable,0,1,FALSE,,, -waffle.n.01,coldSource,0,0,FALSE,,, -waffle.n.01,sliceable,0,1,FALSE,,, -waffle.n.01,slicer,1,0,FALSE,,, -waffle.n.01,soakable,0,0,FALSE,,, -girdle.n.02,liquid,0,0,FALSE,,, -girdle.n.02,heatSource,0,0,FALSE,,, -girdle.n.02,fireSource,0,0,FALSE,,, -girdle.n.02,cookable,0,0,FALSE,,, -girdle.n.02,coldSource,0,0,FALSE,,, -girdle.n.02,sliceable,0,0,FALSE,,, -girdle.n.02,slicer,0,0,FALSE,,, -girdle.n.02,soakable,0,0,FALSE,,, -wallet.n.01,liquid,0,0,FALSE,,, -wallet.n.01,heatSource,0,0,FALSE,,, -wallet.n.01,fireSource,0,0,FALSE,,, -wallet.n.01,cookable,0,0,FALSE,,, -wallet.n.01,coldSource,0,0,FALSE,,, -wallet.n.01,sliceable,0,0,FALSE,,, -wallet.n.01,slicer,1,0,FALSE,,, -wallet.n.01,soakable,1,0,FALSE,,, -water_glass.n.02,liquid,1,0,FALSE,,, -water_glass.n.02,heatSource,0,0,FALSE,,, -water_glass.n.02,fireSource,0,0,FALSE,,, -water_glass.n.02,cookable,0,0,FALSE,,, -water_glass.n.02,coldSource,1,0,FALSE,,, -water_glass.n.02,sliceable,0,0,FALSE,,, -water_glass.n.02,slicer,0,0,FALSE,,, -water_glass.n.02,soakable,0,0,FALSE,,, -watering_can.n.01,liquid,1,0,FALSE,,, -watering_can.n.01,heatSource,0,0,FALSE,,, -watering_can.n.01,fireSource,0,0,FALSE,,, -watering_can.n.01,cookable,0,0,FALSE,,, -watering_can.n.01,coldSource,1,0,FALSE,,, -watering_can.n.01,sliceable,0,0,FALSE,,, -watering_can.n.01,slicer,0,0,FALSE,,, -watering_can.n.01,soakable,0,0,FALSE,,, -anchor.n.01,liquid,0,0,FALSE,,, -anchor.n.01,heatSource,0,0,FALSE,,, -anchor.n.01,fireSource,0,0,FALSE,,, -anchor.n.01,cookable,0,0,FALSE,,, -anchor.n.01,coldSource,0,0,FALSE,,, -anchor.n.01,sliceable,0,0,FALSE,,, -anchor.n.01,slicer,0,0,FALSE,,, -anchor.n.01,soakable,0,0,FALSE,,, -anchor.n.02,liquid,0,0,FALSE,,, -anchor.n.02,heatSource,0,0,FALSE,,, -anchor.n.02,fireSource,0,0,FALSE,,, -anchor.n.02,cookable,0,0,FALSE,,, -anchor.n.02,coldSource,0,0,FALSE,,, -anchor.n.02,sliceable,0,0,FALSE,,, -anchor.n.02,slicer,0,0,FALSE,,, -anchor.n.02,soakable,0,0,FALSE,,, -band.n.07,liquid,0,0,FALSE,,, -band.n.07,heatSource,0,0,FALSE,,, -band.n.07,fireSource,0,0,FALSE,,, -band.n.07,cookable,0,0,FALSE,,, -band.n.07,coldSource,0,0,FALSE,,, -band.n.07,sliceable,0,0,FALSE,,, -band.n.07,slicer,1,0,FALSE,,, -band.n.07,soakable,1,0,FALSE,,, -barbecue_sauce.n.01,liquid,0,1,FALSE,,, -barbecue_sauce.n.01,heatSource,0,0,FALSE,,, -barbecue_sauce.n.01,fireSource,1,0,FALSE,,, -barbecue_sauce.n.01,cookable,0,1,FALSE,,, -barbecue_sauce.n.01,coldSource,0,0,FALSE,,, -barbecue_sauce.n.01,sliceable,0,0,FALSE,,, -barbecue_sauce.n.01,slicer,0,0,FALSE,,, -barbecue_sauce.n.01,soakable,0,0,FALSE,,, -black_bean.n.01,liquid,0,0,FALSE,,, -black_bean.n.01,heatSource,0,0,FALSE,,, -black_bean.n.01,fireSource,1,0,FALSE,,, -black_bean.n.01,cookable,0,1,FALSE,,, -black_bean.n.01,coldSource,0,0,FALSE,,, -black_bean.n.01,sliceable,0,0,FALSE,,, -black_bean.n.01,slicer,0,0,FALSE,,, -black_bean.n.01,soakable,0,0,FALSE,,, -blouse.n.01,liquid,0,0,FALSE,,, -blouse.n.01,heatSource,0,0,FALSE,,, -blouse.n.01,fireSource,0,0,FALSE,,, -blouse.n.01,cookable,0,0,FALSE,,, -blouse.n.01,coldSource,0,0,FALSE,,, -blouse.n.01,sliceable,0,0,FALSE,,, -blouse.n.01,slicer,1,0,FALSE,,, -blouse.n.01,soakable,1,1,FALSE,,, -borax.n.01,liquid,0,0,FALSE,,, -borax.n.01,heatSource,0,0,FALSE,,, -borax.n.01,fireSource,0,0,FALSE,,, -borax.n.01,cookable,0,0,FALSE,,, -borax.n.01,coldSource,0,0,FALSE,,, -borax.n.01,sliceable,0,0,FALSE,,, -borax.n.01,slicer,0,0,FALSE,,, -borax.n.01,soakable,0,0,FALSE,,, -brake.n.01,liquid,0,0,FALSE,,, -brake.n.01,heatSource,0,0,FALSE,,, -brake.n.01,fireSource,0,0,FALSE,,, -brake.n.01,cookable,0,0,FALSE,,, -brake.n.01,coldSource,0,0,FALSE,,, -brake.n.01,sliceable,0,0,FALSE,,, -brake.n.01,slicer,1,0,FALSE,,, -brake.n.01,soakable,0,0,FALSE,,, -brake.n.05,liquid,0,0,FALSE,,, -brake.n.05,heatSource,0,0,FALSE,,, -brake.n.05,fireSource,0,0,FALSE,,, -brake.n.05,cookable,0,0,FALSE,,, -brake.n.05,coldSource,0,0,FALSE,,, -brake.n.05,sliceable,0,0,FALSE,,, -brake.n.05,slicer,1,0,FALSE,,, -brake.n.05,soakable,1,0,FALSE,,, -brandy.n.01,liquid,1,1,FALSE,,, -brandy.n.01,heatSource,0,0,FALSE,,, -brandy.n.01,fireSource,0,0,FALSE,,, -brandy.n.01,cookable,0,0,FALSE,,, -brandy.n.01,coldSource,0,0,FALSE,,, -brandy.n.01,sliceable,0,0,FALSE,,, -brandy.n.01,slicer,0,0,FALSE,,, -brandy.n.01,soakable,0,0,FALSE,,, -breakfast.n.01,liquid,0,0,FALSE,,, -breakfast.n.01,heatSource,0,0,FALSE,,, -breakfast.n.01,fireSource,1,0,FALSE,,, -breakfast.n.01,cookable,0,1,FALSE,,, -breakfast.n.01,coldSource,0,0,FALSE,,, -breakfast.n.01,sliceable,0,1,FALSE,,, -breakfast.n.01,slicer,0,0,FALSE,,, -breakfast.n.01,soakable,0,0,FALSE,,, -brown_rice.n.01,liquid,0,0,FALSE,,, -brown_rice.n.01,heatSource,0,0,FALSE,,, -brown_rice.n.01,fireSource,1,0,FALSE,,, -brown_rice.n.01,cookable,0,1,FALSE,,, -brown_rice.n.01,coldSource,0,0,FALSE,,, -brown_rice.n.01,sliceable,0,0,FALSE,,, -brown_rice.n.01,slicer,0,0,FALSE,,, -brown_rice.n.01,soakable,0,0,FALSE,,, -citrus.n.01,liquid,0,0,FALSE,,, -citrus.n.01,heatSource,0,0,FALSE,,, -citrus.n.01,fireSource,0,0,FALSE,,, -citrus.n.01,cookable,0,1,FALSE,,, -citrus.n.01,coldSource,1,0,FALSE,,, -citrus.n.01,sliceable,0,1,FALSE,,, -citrus.n.01,slicer,0,0,FALSE,,, -citrus.n.01,soakable,0,0,FALSE,,, -coffee_filter.n.01,liquid,0,0,FALSE,,, -coffee_filter.n.01,heatSource,0,0,FALSE,,, -coffee_filter.n.01,fireSource,0,0,FALSE,,, -coffee_filter.n.01,cookable,0,0,FALSE,,, -coffee_filter.n.01,coldSource,1,0,FALSE,,, -coffee_filter.n.01,sliceable,0,0,FALSE,,, -coffee_filter.n.01,slicer,0,0,FALSE,,, -coffee_filter.n.01,soakable,0,0,FALSE,,, -dutch_oven.n.01,liquid,0,0,FALSE,,, -dutch_oven.n.01,heatSource,1,1,TRUE,149,http://www.dutchovendude.com/campfire-cooking.php, -dutch_oven.n.01,fireSource,1,0,FALSE,,, -dutch_oven.n.01,cookable,0,0,FALSE,,, -dutch_oven.n.01,coldSource,0,0,FALSE,,, -dutch_oven.n.01,sliceable,0,0,FALSE,,, -dutch_oven.n.01,slicer,0,0,FALSE,,, -dutch_oven.n.01,soakable,0,0,FALSE,,, -engine.n.0,liquid,0,0,FALSE,,, -engine.n.01,heatSource,0,1,TRUE,90,https://www.mcnallyinstitute.com/what-temperature-should-a-car-engine-run-at-celsius/, -engine.n.0,fireSource,0,0,FALSE,,, -engine.n.0,cookable,0,0,FALSE,,, -engine.n.0,coldSource,0,0,FALSE,,, -engine.n.0,sliceable,0,0,FALSE,,, -engine.n.0,slicer,1,0,FALSE,,, -engine.n.0,soakable,0,0,FALSE,,, -fennel.n.0,liquid,0,0,FALSE,,, -fennel.n.0,heatSource,0,0,FALSE,,, -fennel.n.0,fireSource,1,0,FALSE,,, -fennel.n.0,cookable,0,0,FALSE,,, -fennel.n.0,coldSource,0,0,FALSE,,, -fennel.n.0,sliceable,0,0,FALSE,,, -fennel.n.0,slicer,0,0,FALSE,,, -fennel.n.0,soakable,0,0,FALSE,,, -first-aid_kit.n.01,liquid,0,0,FALSE,,, -first-aid_kit.n.01,heatSource,0,0,FALSE,,, -first-aid_kit.n.01,fireSource,0,0,FALSE,,, -first-aid_kit.n.01,cookable,0,0,FALSE,,, -first-aid_kit.n.01,coldSource,1,0,FALSE,,, -first-aid_kit.n.01,sliceable,0,0,FALSE,,, -first-aid_kit.n.01,slicer,1,0,FALSE,,, -first-aid_kit.n.01,soakable,1,0,FALSE,,, -garland.v.01,liquid,0,0,FALSE,,, -garland.v.01,heatSource,0,0,FALSE,,, -garland.v.01,fireSource,0,0,FALSE,,, -garland.v.01,cookable,0,0,FALSE,,, -garland.v.01,coldSource,0,0,FALSE,,, -garland.v.01,sliceable,0,0,FALSE,,, -garland.v.01,slicer,0,0,FALSE,,, -garland.v.01,soakable,0,1,FALSE,,, -garnish.n.01,liquid,0,0,FALSE,,, -garnish.n.01,heatSource,0,0,FALSE,,, -garnish.n.01,fireSource,1,0,FALSE,,, -garnish.n.01,cookable,0,0,FALSE,,, -garnish.n.01,coldSource,0,0,FALSE,,, -garnish.n.01,sliceable,0,0,FALSE,,, -garnish.n.01,slicer,0,0,FALSE,,, -garnish.n.01,soakable,0,0,FALSE,,, -glassware.n.01,liquid,0,0,FALSE,,, -glassware.n.01,heatSource,0,0,FALSE,,, -glassware.n.01,fireSource,0,0,FALSE,,, -glassware.n.01,cookable,0,0,FALSE,,, -glassware.n.01,coldSource,1,0,FALSE,,, -glassware.n.01,sliceable,0,0,FALSE,,, -glassware.n.01,slicer,1,0,FALSE,,, -glassware.n.01,soakable,0,0,FALSE,,, -jelly.n.02,liquid,0,0,FALSE,,, -jelly.n.02,heatSource,0,0,FALSE,,, -jelly.n.02,fireSource,0,0,FALSE,,, -jelly.n.02,cookable,0,1,FALSE,,, -jelly.n.02,coldSource,0,0,FALSE,,, -jelly.n.02,sliceable,0,1,FALSE,,, -jelly.n.02,slicer,0,0,FALSE,,, -jelly.n.02,soakable,0,0,FALSE,,, -mallet.n.03,liquid,0,0,FALSE,,, -mallet.n.03,heatSource,0,0,FALSE,,, -mallet.n.03,fireSource,0,0,FALSE,,, -mallet.n.03,cookable,0,0,FALSE,,, -mallet.n.03,coldSource,0,0,FALSE,,, -mallet.n.03,sliceable,0,0,FALSE,,, -mallet.n.03,slicer,0,0,FALSE,,, -mallet.n.03,soakable,0,0,FALSE,,, -moss.n.01,liquid,0,0,FALSE,,, -moss.n.01,heatSource,0,0,FALSE,,, -moss.n.01,fireSource,0,0,FALSE,,, -moss.n.01,cookable,0,0,FALSE,,, -moss.n.01,coldSource,0,0,FALSE,,, -moss.n.01,sliceable,0,0,FALSE,,, -moss.n.01,slicer,0,0,FALSE,,, -moss.n.01,soakable,0,0,FALSE,,, -needle.n.03,liquid,0,0,FALSE,,, -needle.n.03,heatSource,0,0,FALSE,,, -needle.n.03,fireSource,0,0,FALSE,,, -needle.n.03,cookable,0,0,FALSE,,, -needle.n.03,coldSource,0,0,FALSE,,, -needle.n.03,sliceable,0,0,FALSE,,, -needle.n.03,slicer,1,0,FALSE,,, -needle.n.03,soakable,0,0,FALSE,,, -needle.n.02,liquid,0,0,FALSE,,, -needle.n.02,heatSource,0,0,FALSE,,, -needle.n.02,fireSource,0,0,FALSE,,, -needle.n.02,cookable,0,0,FALSE,,, -needle.n.02,coldSource,0,0,FALSE,,, -needle.n.02,sliceable,0,0,FALSE,,, -needle.n.02,slicer,1,0,FALSE,,, -needle.n.02,soakable,0,0,FALSE,,, -oat.n.01,liquid,0,0,FALSE,,, -oat.n.01,heatSource,0,0,FALSE,,, -oat.n.01,fireSource,1,0,FALSE,,, -oat.n.01,cookable,0,1,FALSE,,, -oat.n.01,coldSource,0,0,FALSE,,, -oat.n.01,sliceable,0,0,FALSE,,, -oat.n.01,slicer,0,0,FALSE,,, -oat.n.01,soakable,0,0,FALSE,,, -onion.n.01,liquid,0,0,FALSE,,, -onion.n.01,heatSource,0,0,FALSE,,, -onion.n.01,fireSource,1,0,FALSE,,, -onion.n.01,cookable,0,1,FALSE,,, -onion.n.01,coldSource,0,0,FALSE,,, -onion.n.01,sliceable,0,1,FALSE,,, -onion.n.01,slicer,0,0,FALSE,,, -onion.n.01,soakable,0,0,FALSE,,, -pallet.n.02,liquid,0,0,FALSE,,, -pallet.n.02,heatSource,0,0,FALSE,,, -pallet.n.02,fireSource,0,0,FALSE,,, -pallet.n.02,cookable,0,0,FALSE,,, -pallet.n.02,coldSource,0,0,FALSE,,, -pallet.n.02,sliceable,0,0,FALSE,,, -pallet.n.02,slicer,1,0,FALSE,,, -pallet.n.02,soakable,0,1,FALSE,,, -pencil_box.n.0,liquid,0,0,FALSE,,, -pencil_box.n.0,heatSource,0,0,FALSE,,, -pencil_box.n.0,fireSource,0,0,FALSE,,, -pencil_box.n.0,cookable,0,0,FALSE,,, -pencil_box.n.0,coldSource,0,0,FALSE,,, -pencil_box.n.0,sliceable,0,0,FALSE,,, -pencil_box.n.0,slicer,0,0,FALSE,,, -pencil_box.n.0,soakable,0,0,FALSE,,, -aroma.n.02,liquid,0,0,FALSE,,, -aroma.n.02,heatSource,0,0,FALSE,,, -aroma.n.02,fireSource,0,0,FALSE,,, -aroma.n.02,cookable,0,0,FALSE,,, -aroma.n.02,coldSource,0,0,FALSE,,, -aroma.n.02,sliceable,0,0,FALSE,,, -aroma.n.02,slicer,0,0,FALSE,,, -aroma.n.02,soakable,0,0,FALSE,,, -quilt.n.01,liquid,0,0,FALSE,,, -quilt.n.01,heatSource,0,0,FALSE,,, -quilt.n.01,fireSource,0,0,FALSE,,, -quilt.n.01,cookable,0,0,FALSE,,, -quilt.n.01,coldSource,0,0,FALSE,,, -quilt.n.01,sliceable,0,0,FALSE,,, -quilt.n.01,slicer,0,0,FALSE,,, -quilt.n.01,soakable,1,1,FALSE,,, -safety_glass.n.01,liquid,0,0,FALSE,,, -safety_glass.n.01,heatSource,0,0,FALSE,,, -safety_glass.n.01,fireSource,0,0,FALSE,,, -safety_glass.n.01,cookable,0,0,FALSE,,, -safety_glass.n.01,coldSource,1,0,FALSE,,, -safety_glass.n.01,sliceable,0,0,FALSE,,, -safety_glass.n.01,slicer,0,0,FALSE,,, -safety_glass.n.01,soakable,0,0,FALSE,,, -goggles.n.01,liquid,0,0,FALSE,,, -goggles.n.01,heatSource,0,0,FALSE,,, -goggles.n.01,fireSource,0,0,FALSE,,, -goggles.n.01,cookable,0,0,FALSE,,, -goggles.n.01,coldSource,0,0,FALSE,,, -goggles.n.01,sliceable,0,0,FALSE,,, -goggles.n.01,slicer,1,0,FALSE,,, -goggles.n.01,soakable,0,0,FALSE,,, -saltshaker.n.01,liquid,0,0,FALSE,,, -saltshaker.n.01,heatSource,0,0,FALSE,,, -saltshaker.n.01,fireSource,0,0,FALSE,,, -saltshaker.n.01,cookable,0,0,FALSE,,, -saltshaker.n.01,coldSource,0,0,FALSE,,, -saltshaker.n.01,sliceable,0,0,FALSE,,, -saltshaker.n.01,slicer,1,0,FALSE,,, -saltshaker.n.01,soakable,0,0,FALSE,,, -disk.n.01,liquid,0,0,FALSE,,, -disk.n.01,heatSource,0,0,FALSE,,, -disk.n.01,fireSource,0,0,FALSE,,, -disk.n.01,cookable,0,0,FALSE,,, -disk.n.01,coldSource,0,0,FALSE,,, -disk.n.01,sliceable,0,0,FALSE,,, -disk.n.01,slicer,1,0,FALSE,,, -disk.n.01,soakable,0,0,FALSE,,, -sawdust.n.01,liquid,0,0,FALSE,,, -sawdust.n.01,heatSource,0,0,FALSE,,, -sawdust.n.01,fireSource,0,1,FALSE,,, -sawdust.n.01,cookable,0,0,FALSE,,, -sawdust.n.01,coldSource,0,0,FALSE,,, -sawdust.n.01,sliceable,0,0,FALSE,,, -sawdust.n.01,slicer,1,0,FALSE,,, -sawdust.n.01,soakable,0,0,FALSE,,, -shallot.n.01,liquid,0,0,FALSE,,, -shallot.n.01,heatSource,0,0,FALSE,,, -shallot.n.01,fireSource,1,0,FALSE,,, -shallot.n.01,cookable,0,1,FALSE,,, -shallot.n.01,coldSource,0,0,FALSE,,, -shallot.n.01,sliceable,0,1,FALSE,,, -shallot.n.01,slicer,0,0,FALSE,,, -shallot.n.01,soakable,0,0,FALSE,,, -sign.n.02,liquid,0,0,FALSE,,, -sign.n.02,heatSource,0,0,FALSE,,, -sign.n.02,fireSource,0,0,FALSE,,, -sign.n.02,cookable,0,0,FALSE,,, -sign.n.02,coldSource,0,0,FALSE,,, -sign.n.02,sliceable,0,0,FALSE,,, -sign.n.02,slicer,1,0,FALSE,,, -sign.n.02,soakable,0,0,FALSE,,, -socket.n.01,liquid,0,0,FALSE,,, -socket.n.01,heatSource,0,0,FALSE,,, -socket.n.01,fireSource,0,0,FALSE,,, -socket.n.01,cookable,0,0,FALSE,,, -socket.n.01,coldSource,0,0,FALSE,,, -socket.n.01,sliceable,0,0,FALSE,,, -socket.n.01,slicer,1,0,FALSE,,, -socket.n.01,soakable,0,0,FALSE,,, -soya_milk.n.01,liquid,1,1,FALSE,,, -soya_milk.n.01,heatSource,0,0,FALSE,,, -soya_milk.n.01,fireSource,1,0,FALSE,,, -soya_milk.n.01,cookable,0,1,FALSE,,, -soya_milk.n.01,coldSource,1,0,FALSE,,, -soya_milk.n.01,sliceable,0,0,FALSE,,, -soya_milk.n.01,slicer,0,0,FALSE,,, -soya_milk.n.01,soakable,0,0,FALSE,,, -spaghetti.n.01,liquid,0,0,FALSE,,, -spaghetti.n.01,heatSource,0,0,FALSE,,, -spaghetti.n.01,fireSource,1,0,FALSE,,, -spaghetti.n.01,cookable,0,1,FALSE,,, -spaghetti.n.01,coldSource,0,0,FALSE,,, -spaghetti.n.01,sliceable,0,1,FALSE,,, -spaghetti.n.01,slicer,0,0,FALSE,,, -spaghetti.n.01,soakable,0,1,FALSE,,, -light.n.01,liquid,0,0,FALSE,,, -light.n.01,heatSource,0,0,FALSE,,, -light.n.01,fireSource,0,0,FALSE,,, -light.n.01,cookable,0,0,FALSE,,, -light.n.01,coldSource,0,0,FALSE,,, -light.n.01,sliceable,0,0,FALSE,,, -light.n.01,slicer,1,0,FALSE,,, -light.n.01,soakable,0,0,FALSE,,, -stuffing.n.01,liquid,0,0,FALSE,,, -stuffing.n.01,heatSource,0,0,FALSE,,, -stuffing.n.01,fireSource,1,0,FALSE,,, -stuffing.n.01,cookable,0,1,FALSE,,, -stuffing.n.01,coldSource,0,0,FALSE,,, -stuffing.n.01,sliceable,0,0,FALSE,,, -stuffing.n.01,slicer,0,0,FALSE,,, -stuffing.n.01,soakable,1,1,FALSE,,, -water_faucet.n.01,liquid,1,0,FALSE,,, -water_faucet.n.01,heatSource,0,0,FALSE,,, -water_faucet.n.01,fireSource,0,0,FALSE,,, -water_faucet.n.01,cookable,0,0,FALSE,,, -water_faucet.n.01,coldSource,1,0,FALSE,,, -water_faucet.n.01,sliceable,0,0,FALSE,,, -water_faucet.n.01,slicer,1,0,FALSE,,, -water_faucet.n.01,soakable,0,0,FALSE,,, -toiletry.n.01,liquid,0,0,FALSE,,, -toiletry.n.01,heatSource,0,0,FALSE,,, -toiletry.n.01,fireSource,0,0,FALSE,,, -toiletry.n.01,cookable,0,0,FALSE,,, -toiletry.n.01,coldSource,1,0,FALSE,,, -toiletry.n.01,sliceable,0,0,FALSE,,, -toiletry.n.01,slicer,1,0,FALSE,,, -toiletry.n.01,soakable,1,0,FALSE,,, -turnip.n.01,liquid,0,0,FALSE,,, -turnip.n.01,heatSource,0,0,FALSE,,, -turnip.n.01,fireSource,1,0,FALSE,,, -turnip.n.01,cookable,0,1,FALSE,,, -turnip.n.01,coldSource,0,0,FALSE,,, -turnip.n.01,sliceable,0,1,FALSE,,, -turnip.n.01,slicer,0,0,FALSE,,, -turnip.n.01,soakable,0,0,FALSE,,, -vinyl.n.02,liquid,0,0,FALSE,,, -vinyl.n.02,heatSource,0,0,FALSE,,, -vinyl.n.02,fireSource,0,0,FALSE,,, -vinyl.n.02,cookable,0,0,FALSE,,, -vinyl.n.02,coldSource,0,0,FALSE,,, -vinyl.n.02,sliceable,0,0,FALSE,,, -vinyl.n.02,slicer,0,0,FALSE,,, -vinyl.n.02,soakable,0,0,FALSE,,, -binder.n.01,liquid,0,0,FALSE,,, -binder.n.01,heatSource,0,0,FALSE,,, -binder.n.01,fireSource,0,0,FALSE,,, -binder.n.01,cookable,0,0,FALSE,,, -binder.n.01,coldSource,0,0,FALSE,,, -binder.n.01,sliceable,0,0,FALSE,,, -binder.n.01,slicer,1,0,FALSE,,, -binder.n.01,soakable,0,0,FALSE,,, -blackberry.n.01,liquid,0,0,FALSE,,, -blackberry.n.01,heatSource,0,0,FALSE,,, -blackberry.n.01,fireSource,1,0,FALSE,,, -blackberry.n.01,cookable,0,1,FALSE,,, -blackberry.n.01,coldSource,0,0,FALSE,,, -blackberry.n.01,sliceable,0,1,FALSE,,, -blackberry.n.01,slicer,1,0,FALSE,,, -blackberry.n.01,soakable,0,0,FALSE,,, -breadcrumb.n.01,liquid,0,0,FALSE,,, -breadcrumb.n.01,heatSource,0,0,FALSE,,, -breadcrumb.n.01,fireSource,1,0,FALSE,,, -breadcrumb.n.01,cookable,0,1,FALSE,,, -breadcrumb.n.01,coldSource,0,0,FALSE,,, -breadcrumb.n.01,sliceable,0,1,FALSE,,, -breadcrumb.n.01,slicer,1,0,FALSE,,, -breadcrumb.n.01,soakable,0,1,FALSE,,, -brick.n.01,liquid,0,0,FALSE,,, -brick.n.01,heatSource,0,0,FALSE,,, -brick.n.01,fireSource,1,0,FALSE,,, -brick.n.01,cookable,0,0,FALSE,,, -brick.n.01,coldSource,0,0,FALSE,,, -brick.n.01,sliceable,0,0,FALSE,,, -brick.n.01,slicer,0,0,FALSE,,, -brick.n.01,soakable,0,0,FALSE,,, -butter_knife.n.01,liquid,0,0,FALSE,,, -butter_knife.n.01,heatSource,0,0,FALSE,,, -butter_knife.n.01,fireSource,0,0,FALSE,,, -butter_knife.n.01,cookable,0,0,FALSE,,, -butter_knife.n.01,coldSource,0,0,FALSE,,, -butter_knife.n.01,sliceable,0,0,FALSE,,, -butter_knife.n.01,slicer,1,1,FALSE,,, -butter_knife.n.01,soakable,0,0,FALSE,,, -canola_oil.n.01,liquid,1,1,FALSE,,, -canola_oil.n.01,heatSource,0,0,FALSE,,, -canola_oil.n.01,fireSource,1,1,FALSE,,, -canola_oil.n.01,cookable,0,1,FALSE,,, -canola_oil.n.01,coldSource,1,0,FALSE,,, -canola_oil.n.01,sliceable,0,0,FALSE,,, -canola_oil.n.01,slicer,0,0,FALSE,,, -canola_oil.n.01,soakable,0,0,FALSE,,, -casserole.n.01,liquid,0,0,FALSE,,, -casserole.n.01,heatSource,0,0,FALSE,,, -casserole.n.01,fireSource,1,0,FALSE,,, -casserole.n.01,cookable,0,1,FALSE,,, -casserole.n.01,coldSource,0,0,FALSE,,, -casserole.n.01,sliceable,0,1,FALSE,,, -casserole.n.01,slicer,1,0,FALSE,,, -casserole.n.01,soakable,0,0,FALSE,,, -cement.n.01,liquid,0,0,FALSE,,, -cement.n.01,heatSource,0,0,FALSE,,, -cement.n.01,fireSource,0,0,FALSE,,, -cement.n.01,cookable,0,0,FALSE,,, -cement.n.01,coldSource,0,0,FALSE,,, -cement.n.01,sliceable,0,0,FALSE,,, -cement.n.01,slicer,0,0,FALSE,,, -cement.n.01,soakable,0,0,FALSE,,, -champagne.n.01,liquid,1,1,FALSE,,, -champagne.n.01,heatSource,0,0,FALSE,,, -champagne.n.01,fireSource,0,0,FALSE,,, -champagne.n.01,cookable,0,0,FALSE,,, -champagne.n.01,coldSource,1,0,FALSE,,, -champagne.n.01,sliceable,0,0,FALSE,,, -champagne.n.01,slicer,0,0,FALSE,,, -champagne.n.01,soakable,0,0,FALSE,,, -cheesecloth.n.01,liquid,0,0,FALSE,,, -cheesecloth.n.01,heatSource,0,0,FALSE,,, -cheesecloth.n.01,fireSource,0,0,FALSE,,, -cheesecloth.n.01,cookable,0,0,FALSE,,, -cheesecloth.n.01,coldSource,0,0,FALSE,,, -cheesecloth.n.01,sliceable,0,0,FALSE,,, -cheesecloth.n.01,slicer,1,0,FALSE,,, -cheesecloth.n.01,soakable,1,1,FALSE,,, -chicken_broth.n.01,liquid,1,1,FALSE,,, -chicken_broth.n.01,heatSource,0,0,FALSE,,, -chicken_broth.n.01,fireSource,1,0,FALSE,,, -chicken_broth.n.01,cookable,0,1,FALSE,,, -chicken_broth.n.01,coldSource,0,0,FALSE,,, -chicken_broth.n.01,sliceable,0,0,FALSE,,, -chicken_broth.n.01,slicer,0,0,FALSE,,, -chicken_broth.n.01,soakable,0,0,FALSE,,, -chocolate_sauce.n.01,liquid,0,1,FALSE,,, -chocolate_sauce.n.01,heatSource,0,0,FALSE,,, -chocolate_sauce.n.01,fireSource,0,0,FALSE,,, -chocolate_sauce.n.01,cookable,0,1,FALSE,,, -chocolate_sauce.n.01,coldSource,0,0,FALSE,,, -chocolate_sauce.n.01,sliceable,0,0,FALSE,,, -chocolate_sauce.n.01,slicer,0,0,FALSE,,, -chocolate_sauce.n.01,soakable,0,0,FALSE,,, -clam.n.01,liquid,0,0,FALSE,,, -clam.n.01,heatSource,0,0,FALSE,,, -clam.n.01,fireSource,1,0,FALSE,,, -clam.n.01,cookable,0,1,FALSE,,, -clam.n.01,coldSource,0,0,FALSE,,, -clam.n.01,sliceable,0,1,FALSE,,, -clam.n.01,slicer,1,0,FALSE,,, -clam.n.01,soakable,0,0,FALSE,,, -clothespin.n.01,liquid,0,0,FALSE,,, -clothespin.n.01,heatSource,0,0,FALSE,,, -clothespin.n.01,fireSource,0,0,FALSE,,, -clothespin.n.01,cookable,0,0,FALSE,,, -clothespin.n.01,coldSource,0,0,FALSE,,, -clothespin.n.01,sliceable,0,0,FALSE,,, -clothespin.n.01,slicer,1,0,FALSE,,, -clothespin.n.01,soakable,1,0,FALSE,,, -coconut.n.02,liquid,0,0,FALSE,,, -coconut.n.02,heatSource,0,0,FALSE,,, -coconut.n.02,fireSource,1,0,FALSE,,, -coconut.n.02,cookable,0,1,FALSE,,, -coconut.n.02,coldSource,0,0,FALSE,,, -coconut.n.02,sliceable,0,1,FALSE,,, -coconut.n.02,slicer,0,0,FALSE,,, -coconut.n.02,soakable,0,0,FALSE,,, -cornmeal.n.01,liquid,0,0,FALSE,,, -cornmeal.n.01,heatSource,0,0,FALSE,,, -cornmeal.n.01,fireSource,1,0,FALSE,,, -cornmeal.n.01,cookable,0,1,FALSE,,, -cornmeal.n.01,coldSource,0,0,FALSE,,, -cornmeal.n.01,sliceable,0,1,FALSE,,, -cornmeal.n.01,slicer,0,0,FALSE,,, -cornmeal.n.01,soakable,0,0,FALSE,,, -cosmetic.n.01,liquid,0,0,FALSE,,, -cosmetic.n.01,heatSource,0,0,FALSE,,, -cosmetic.n.01,fireSource,0,0,FALSE,,, -cosmetic.n.01,cookable,0,0,FALSE,,, -cosmetic.n.01,coldSource,1,0,FALSE,,, -cosmetic.n.01,sliceable,0,0,FALSE,,, -cosmetic.n.01,slicer,0,0,FALSE,,, -cosmetic.n.01,soakable,0,0,FALSE,,, -espresso.n.01,liquid,1,1,FALSE,,, -espresso.n.01,heatSource,0,0,FALSE,,, -espresso.n.01,fireSource,0,0,FALSE,,, -espresso.n.01,cookable,0,1,FALSE,,, -espresso.n.01,coldSource,0,0,FALSE,,, -espresso.n.01,sliceable,0,0,FALSE,,, -espresso.n.01,slicer,0,0,FALSE,,, -espresso.n.01,soakable,0,0,FALSE,,, -feather.n.01,liquid,0,0,FALSE,,, -feather.n.01,heatSource,0,0,FALSE,,, -feather.n.01,fireSource,0,0,FALSE,,, -feather.n.01,cookable,0,0,FALSE,,, -feather.n.01,coldSource,0,0,FALSE,,, -feather.n.01,sliceable,0,0,FALSE,,, -feather.n.01,slicer,0,0,FALSE,,, -feather.n.01,soakable,0,0,FALSE,,, -flashlight.n.01,liquid,0,0,FALSE,,, -flashlight.n.01,heatSource,0,0,FALSE,,, -flashlight.n.01,fireSource,0,0,FALSE,,, -flashlight.n.01,cookable,0,0,FALSE,,, -flashlight.n.01,coldSource,0,0,FALSE,,, -flashlight.n.01,sliceable,0,0,FALSE,,, -flashlight.n.01,slicer,1,0,FALSE,,, -flashlight.n.01,soakable,1,0,FALSE,,, -fuel.n.01,liquid,1,1,FALSE,,, -fuel.n.01,heatSource,1,0,FALSE,,, -fuel.n.01,fireSource,1,1,FALSE,,, -fuel.n.01,cookable,0,0,FALSE,,, -fuel.n.01,coldSource,0,0,FALSE,,, -fuel.n.01,sliceable,0,0,FALSE,,, -fuel.n.01,slicer,1,0,FALSE,,, -fuel.n.01,soakable,0,0,FALSE,,, -lamb.n.01,liquid,0,0,FALSE,,, -lamb.n.01,heatSource,0,0,FALSE,,, -lamb.n.01,fireSource,1,0,FALSE,,, -lamb.n.01,cookable,0,1,FALSE,,, -lamb.n.01,coldSource,0,0,FALSE,,, -lamb.n.01,sliceable,0,1,FALSE,,, -lamb.n.01,slicer,0,0,FALSE,,, -lamb.n.01,soakable,0,0,FALSE,,, -lubricant.n.01,liquid,1,1,FALSE,,, -lubricant.n.01,heatSource,0,0,FALSE,,, -lubricant.n.01,fireSource,0,0,FALSE,,, -lubricant.n.01,cookable,0,0,FALSE,,, -lubricant.n.01,coldSource,1,0,FALSE,,, -lubricant.n.01,sliceable,0,0,FALSE,,, -lubricant.n.01,slicer,0,0,FALSE,,, -lubricant.n.01,soakable,0,0,FALSE,,, -mango.n.01,liquid,0,0,FALSE,,, -mango.n.01,heatSource,0,0,FALSE,,, -mango.n.01,fireSource,0,0,FALSE,,, -mango.n.01,cookable,0,1,FALSE,,, -mango.n.01,coldSource,0,0,FALSE,,, -mango.n.01,sliceable,0,1,FALSE,,, -mango.n.01,slicer,0,0,FALSE,,, -mango.n.01,soakable,0,0,FALSE,,, -mussel.n.01,liquid,0,0,FALSE,,, -mussel.n.01,heatSource,0,0,FALSE,,, -mussel.n.01,fireSource,1,0,FALSE,,, -mussel.n.01,cookable,0,1,FALSE,,, -mussel.n.01,coldSource,0,0,FALSE,,, -mussel.n.01,sliceable,0,1,FALSE,,, -mussel.n.01,slicer,0,0,FALSE,,, -mussel.n.01,soakable,0,0,FALSE,,, -parmesan.n.01,liquid,0,0,FALSE,,, -parmesan.n.01,heatSource,0,0,FALSE,,, -parmesan.n.01,fireSource,0,0,FALSE,,, -parmesan.n.01,cookable,0,1,FALSE,,, -parmesan.n.01,coldSource,0,0,FALSE,,, -parmesan.n.01,sliceable,0,1,FALSE,,, -parmesan.n.01,slicer,1,0,FALSE,,, -parmesan.n.01,soakable,0,0,FALSE,,, -parsnip.n.01,liquid,0,0,FALSE,,, -parsnip.n.01,heatSource,0,0,FALSE,,, -parsnip.n.01,fireSource,1,0,FALSE,,, -parsnip.n.01,cookable,0,1,FALSE,,, -parsnip.n.01,coldSource,0,0,FALSE,,, -parsnip.n.01,sliceable,0,1,FALSE,,, -parsnip.n.01,slicer,1,0,FALSE,,, -parsnip.n.01,soakable,0,0,FALSE,,, -peanut.n.01,liquid,0,0,FALSE,,, -peanut.n.01,heatSource,0,0,FALSE,,, -peanut.n.01,fireSource,0,0,FALSE,,, -peanut.n.01,cookable,0,1,FALSE,,, -peanut.n.01,coldSource,0,0,FALSE,,, -peanut.n.01,sliceable,0,0,FALSE,,, -peanut.n.01,slicer,0,0,FALSE,,, -peanut.n.01,soakable,0,0,FALSE,,, -pepper.n.03,liquid,0,0,FALSE,,, -pepper.n.03,heatSource,0,0,FALSE,,, -pepper.n.03,fireSource,1,0,FALSE,,, -pepper.n.03,cookable,0,1,FALSE,,, -pepper.n.03,coldSource,0,0,FALSE,,, -pepper.n.03,sliceable,0,1,FALSE,,, -pepper.n.03,slicer,0,0,FALSE,,, -pepper.n.03,soakable,0,0,FALSE,,, -pineapple.n.01,liquid,0,0,FALSE,,, -pineapple.n.01,heatSource,0,0,FALSE,,, -pineapple.n.01,fireSource,0,0,FALSE,,, -pineapple.n.01,cookable,0,1,FALSE,,, -pineapple.n.01,coldSource,0,0,FALSE,,, -pineapple.n.01,sliceable,0,1,FALSE,,, -pineapple.n.01,slicer,0,0,FALSE,,, -pineapple.n.01,soakable,0,0,FALSE,,, -pot.n.04,liquid,0,0,FALSE,,, -pot.n.04,heatSource,0,0,FALSE,,, -pot.n.04,fireSource,0,0,FALSE,,, -pot.n.04,cookable,0,0,FALSE,,, -pot.n.04,coldSource,1,0,FALSE,,, -pot.n.04,sliceable,0,0,FALSE,,, -pot.n.04,slicer,1,0,FALSE,,, -pot.n.04,soakable,0,0,FALSE,,, -plum.n.01,liquid,0,0,FALSE,,, -plum.n.01,heatSource,0,0,FALSE,,, -plum.n.01,fireSource,1,0,FALSE,,, -plum.n.01,cookable,0,1,FALSE,,, -plum.n.01,coldSource,0,0,FALSE,,, -plum.n.01,sliceable,0,1,FALSE,,, -plum.n.01,slicer,1,0,FALSE,,, -plum.n.01,soakable,0,0,FALSE,,, -popcorn.n.01,liquid,0,0,FALSE,,, -popcorn.n.01,heatSource,1,0,FALSE,,, -popcorn.n.01,fireSource,1,0,FALSE,,, -popcorn.n.01,cookable,0,1,FALSE,,, -popcorn.n.01,coldSource,0,0,FALSE,,, -popcorn.n.01,sliceable,0,0,FALSE,,, -popcorn.n.01,slicer,1,0,FALSE,,, -popcorn.n.01,soakable,0,1,FALSE,,, -powdered_sugar.n.01,liquid,0,0,FALSE,,, -powdered_sugar.n.01,heatSource,0,0,FALSE,,, -powdered_sugar.n.01,fireSource,0,0,FALSE,,, -powdered_sugar.n.01,cookable,0,1,FALSE,,, -powdered_sugar.n.01,coldSource,0,0,FALSE,,, -powdered_sugar.n.01,sliceable,0,0,FALSE,,, -powdered_sugar.n.01,slicer,0,0,FALSE,,, -powdered_sugar.n.01,soakable,0,0,FALSE,,, -pressure_cooker.n.01,liquid,0,0,FALSE,,, -pressure_cooker.n.01,heatSource,1,1,TRUE,121,"https://www.exploratorium.edu/food/pressure-cooking#:~:text=When%20you%20cook%20in%20a,C%20(250%C2%B0F).", -pressure_cooker.n.01,fireSource,1,0,FALSE,,, -pressure_cooker.n.01,cookable,0,0,FALSE,,, -pressure_cooker.n.01,coldSource,1,0,FALSE,,, -pressure_cooker.n.01,sliceable,0,0,FALSE,,, -pressure_cooker.n.01,slicer,1,0,FALSE,,, -pressure_cooker.n.01,soakable,0,0,FALSE,,, -beef_roast.n.01,liquid,0,0,FALSE,,, -beef_roast.n.01,heatSource,0,0,FALSE,,, -beef_roast.n.01,fireSource,1,0,FALSE,,, -beef_roast.n.01,cookable,0,1,FALSE,,, -beef_roast.n.01,coldSource,0,0,FALSE,,, -beef_roast.n.01,sliceable,0,1,FALSE,,, -beef_roast.n.01,slicer,0,0,FALSE,,, -beef_roast.n.01,soakable,0,0,FALSE,,, -rose.n.01,liquid,0,0,FALSE,,, -rose.n.01,heatSource,0,0,FALSE,,, -rose.n.01,fireSource,0,0,FALSE,,, -rose.n.01,cookable,0,0,FALSE,,, -rose.n.01,coldSource,0,0,FALSE,,, -rose.n.01,sliceable,0,0,FALSE,,, -rose.n.01,slicer,0,0,FALSE,,, -rose.n.01,soakable,0,0,FALSE,,, -rubber_band.n.01,liquid,0,0,FALSE,,, -rubber_band.n.01,heatSource,0,0,FALSE,,, -rubber_band.n.01,fireSource,0,0,FALSE,,, -rubber_band.n.01,cookable,0,0,FALSE,,, -rubber_band.n.01,coldSource,0,0,FALSE,,, -rubber_band.n.01,sliceable,0,0,FALSE,,, -rubber_band.n.01,slicer,1,0,FALSE,,, -rubber_band.n.01,soakable,1,0,FALSE,,, -stamp.n.03,liquid,0,0,FALSE,,, -stamp.n.03,heatSource,0,0,FALSE,,, -stamp.n.03,fireSource,0,0,FALSE,,, -stamp.n.03,cookable,0,0,FALSE,,, -stamp.n.03,coldSource,0,0,FALSE,,, -stamp.n.03,sliceable,0,1,FALSE,,, -stamp.n.03,slicer,1,0,FALSE,,, -stamp.n.03,soakable,0,1,FALSE,,, -suit.n.01,liquid,0,0,FALSE,,, -suit.n.01,heatSource,0,0,FALSE,,, -suit.n.01,fireSource,0,0,FALSE,,, -suit.n.01,cookable,0,0,FALSE,,, -suit.n.01,coldSource,0,0,FALSE,,, -suit.n.01,sliceable,0,0,FALSE,,, -suit.n.01,slicer,0,0,FALSE,,, -suit.n.01,soakable,0,1,FALSE,,, -tank_top.n.01,liquid,0,0,FALSE,,, -tank_top.n.01,heatSource,0,0,FALSE,,, -tank_top.n.01,fireSource,0,0,FALSE,,, -tank_top.n.01,cookable,0,0,FALSE,,, -tank_top.n.01,coldSource,0,0,FALSE,,, -tank_top.n.01,sliceable,0,0,FALSE,,, -tank_top.n.01,slicer,1,0,FALSE,,, -tank_top.n.01,soakable,0,1,FALSE,,, -tomato_paste.n.01,liquid,0,1,FALSE,,, -tomato_paste.n.01,heatSource,0,0,FALSE,,, -tomato_paste.n.01,fireSource,1,0,FALSE,,, -tomato_paste.n.01,cookable,0,1,FALSE,,, -tomato_paste.n.01,coldSource,0,0,FALSE,,, -tomato_paste.n.01,sliceable,0,0,FALSE,,, -tomato_paste.n.01,slicer,1,0,FALSE,,, -tomato_paste.n.01,soakable,0,0,FALSE,,, -carryall.n.01,liquid,0,0,FALSE,,, -carryall.n.01,heatSource,0,0,FALSE,,, -carryall.n.01,fireSource,0,0,FALSE,,, -carryall.n.01,cookable,0,0,FALSE,,, -carryall.n.01,coldSource,0,0,FALSE,,, -carryall.n.01,sliceable,0,0,FALSE,,, -carryall.n.01,slicer,0,0,FALSE,,, -carryall.n.01,soakable,0,0,FALSE,,, -valve.n.01,liquid,0,0,FALSE,,, -valve.n.01,heatSource,0,0,FALSE,,, -valve.n.01,fireSource,0,0,FALSE,,, -valve.n.01,cookable,0,0,FALSE,,, -valve.n.01,coldSource,0,0,FALSE,,, -valve.n.01,sliceable,0,0,FALSE,,, -valve.n.01,slicer,1,0,FALSE,,, -valve.n.01,soakable,0,0,FALSE,,, -whiskey.n.01,liquid,1,1,FALSE,,, -whiskey.n.01,heatSource,0,0,FALSE,,, -whiskey.n.01,fireSource,0,0,FALSE,,, -whiskey.n.01,cookable,0,0,FALSE,,, -whiskey.n.01,coldSource,1,0,FALSE,,, -whiskey.n.01,sliceable,0,0,FALSE,,, -whiskey.n.01,slicer,1,0,FALSE,,, -whiskey.n.01,soakable,0,0,FALSE,,, -wrinkle.n.01,liquid,0,0,FALSE,,, -wrinkle.n.01,heatSource,0,0,FALSE,,, -wrinkle.n.01,fireSource,0,0,FALSE,,, -wrinkle.n.01,cookable,0,0,FALSE,,, -wrinkle.n.01,coldSource,0,0,FALSE,,, -wrinkle.n.01,sliceable,0,0,FALSE,,, -wrinkle.n.01,slicer,0,0,FALSE,,, -wrinkle.n.01,soakable,0,0,FALSE,,, -block.n.01,liquid,0,0,FALSE,,, -block.n.01,heatSource,0,0,FALSE,,, -block.n.01,fireSource,0,0,FALSE,,, -block.n.01,cookable,0,0,FALSE,,, -block.n.01,coldSource,0,0,FALSE,,, -block.n.01,sliceable,0,0,FALSE,,, -block.n.01,slicer,0,0,FALSE,,, -block.n.01,soakable,0,0,FALSE,,, -brassiere.n.01,liquid,0,0,FALSE,,, -brassiere.n.01,heatSource,0,0,FALSE,,, -brassiere.n.01,fireSource,0,0,FALSE,,, -brassiere.n.01,cookable,0,0,FALSE,,, -brassiere.n.01,coldSource,0,0,FALSE,,, -brassiere.n.01,sliceable,0,0,FALSE,,, -brassiere.n.01,slicer,0,0,FALSE,,, -brassiere.n.01,soakable,0,1,FALSE,,, -brownie.n.03,liquid,0,0,FALSE,,, -brownie.n.03,heatSource,0,0,FALSE,,, -brownie.n.03,fireSource,0,0,FALSE,,, -brownie.n.03,cookable,0,1,FALSE,,, -brownie.n.03,coldSource,0,0,FALSE,,, -brownie.n.03,sliceable,0,1,FALSE,,, -brownie.n.03,slicer,1,0,FALSE,,, -brownie.n.03,soakable,0,0,FALSE,,, -camera.n.01,liquid,0,0,FALSE,,, -camera.n.01,heatSource,0,0,FALSE,,, -camera.n.01,fireSource,0,0,FALSE,,, -camera.n.01,cookable,0,0,FALSE,,, -camera.n.01,coldSource,0,0,FALSE,,, -camera.n.01,sliceable,0,0,FALSE,,, -camera.n.01,slicer,1,0,FALSE,,, -camera.n.01,soakable,0,0,FALSE,,, -cranberry.n.01,liquid,0,0,FALSE,,, -cranberry.n.01,heatSource,0,0,FALSE,,, -cranberry.n.01,fireSource,0,0,FALSE,,, -cranberry.n.01,cookable,0,1,FALSE,,, -cranberry.n.01,coldSource,0,0,FALSE,,, -cranberry.n.01,sliceable,0,1,FALSE,,, -cranberry.n.01,slicer,0,0,FALSE,,, -cranberry.n.01,soakable,0,0,FALSE,,, -crystal.n.01,liquid,0,0,FALSE,,, -crystal.n.01,heatSource,0,0,FALSE,,, -crystal.n.01,fireSource,0,0,FALSE,,, -crystal.n.01,cookable,0,0,FALSE,,, -crystal.n.01,coldSource,0,0,FALSE,,, -crystal.n.01,sliceable,0,0,FALSE,,, -crystal.n.01,slicer,0,0,FALSE,,, -crystal.n.01,soakable,0,0,FALSE,,, -fence.n.01,liquid,0,0,FALSE,,, -fence.n.01,heatSource,0,0,FALSE,,, -fence.n.01,fireSource,0,0,FALSE,,, -fence.n.01,cookable,0,0,FALSE,,, -fence.n.01,coldSource,0,0,FALSE,,, -fence.n.01,sliceable,0,0,FALSE,,, -fence.n.01,slicer,1,0,FALSE,,, -fence.n.01,soakable,0,0,FALSE,,, -funnel.n.01,liquid,1,0,FALSE,,, -funnel.n.01,heatSource,0,0,FALSE,,, -funnel.n.01,fireSource,0,0,FALSE,,, -funnel.n.01,cookable,0,0,FALSE,,, -funnel.n.01,coldSource,1,0,FALSE,,, -funnel.n.01,sliceable,0,0,FALSE,,, -funnel.n.01,slicer,1,0,FALSE,,, -funnel.n.01,soakable,0,0,FALSE,,, -grate.n.01,liquid,0,0,FALSE,,, -grate.n.01,heatSource,1,0,FALSE,,, -grate.n.01,fireSource,1,0,FALSE,,, -grate.n.01,cookable,0,0,FALSE,,, -grate.n.01,coldSource,0,0,FALSE,,, -grate.n.01,sliceable,0,0,FALSE,,, -grate.n.01,slicer,1,0,FALSE,,, -grate.n.01,soakable,0,0,FALSE,,, -ground_beef.n.01,liquid,0,0,FALSE,,, -ground_beef.n.01,heatSource,0,0,FALSE,,, -ground_beef.n.01,fireSource,1,0,FALSE,,, -ground_beef.n.01,cookable,0,1,FALSE,,, -ground_beef.n.01,coldSource,0,0,FALSE,,, -ground_beef.n.01,sliceable,0,1,FALSE,,, -ground_beef.n.01,slicer,1,0,FALSE,,, -ground_beef.n.01,soakable,0,0,FALSE,,, -lingerie.n.01,liquid,0,0,FALSE,,, -lingerie.n.01,heatSource,0,0,FALSE,,, -lingerie.n.01,fireSource,0,0,FALSE,,, -lingerie.n.01,cookable,0,0,FALSE,,, -lingerie.n.01,coldSource,1,0,FALSE,,, -lingerie.n.01,sliceable,0,0,FALSE,,, -lingerie.n.01,slicer,1,0,FALSE,,, -lingerie.n.01,soakable,1,1,FALSE,,, -lunch.n.01,liquid,0,0,FALSE,,, -lunch.n.01,heatSource,0,0,FALSE,,, -lunch.n.01,fireSource,1,0,FALSE,,, -lunch.n.01,cookable,0,1,FALSE,,, -lunch.n.01,coldSource,0,0,FALSE,,, -lunch.n.01,sliceable,1,0,FALSE,,, -lunch.n.01,slicer,1,0,FALSE,,, -lunch.n.01,soakable,0,0,FALSE,,, -measuring_cup.n.01,liquid,1,0,FALSE,,, -measuring_cup.n.01,heatSource,0,0,FALSE,,, -measuring_cup.n.01,fireSource,0,0,FALSE,,, -measuring_cup.n.01,cookable,0,0,FALSE,,, -measuring_cup.n.01,coldSource,1,0,FALSE,,, -measuring_cup.n.01,sliceable,0,0,FALSE,,, -measuring_cup.n.01,slicer,1,0,FALSE,,, -measuring_cup.n.01,soakable,0,0,FALSE,,, -place_mat.n.01,liquid,0,0,FALSE,,, -place_mat.n.01,heatSource,0,0,FALSE,,, -place_mat.n.01,fireSource,0,0,FALSE,,, -place_mat.n.01,cookable,0,0,FALSE,,, -place_mat.n.01,coldSource,0,0,FALSE,,, -place_mat.n.01,sliceable,0,0,FALSE,,, -place_mat.n.01,slicer,0,0,FALSE,,, -place_mat.n.01,soakable,1,1,FALSE,,, -printer.n.02,liquid,0,0,FALSE,,, -printer.n.02,heatSource,0,0,FALSE,,, -printer.n.02,fireSource,0,0,FALSE,,, -printer.n.02,cookable,0,0,FALSE,,, -printer.n.02,coldSource,0,0,FALSE,,, -printer.n.02,sliceable,0,0,FALSE,,, -printer.n.02,slicer,1,0,FALSE,,, -printer.n.02,soakable,0,0,FALSE,,, -putty_knife.n.01,liquid,0,0,FALSE,,, -putty_knife.n.01,heatSource,0,0,FALSE,,, -putty_knife.n.01,fireSource,0,0,FALSE,,, -putty_knife.n.01,cookable,0,0,FALSE,,, -putty_knife.n.01,coldSource,0,0,FALSE,,, -putty_knife.n.01,sliceable,0,0,FALSE,,, -putty_knife.n.01,slicer,0,1,FALSE,,, -putty_knife.n.01,soakable,0,0,FALSE,,, -reception.n.04,liquid,0,0,FALSE,,, -reception.n.04,heatSource,0,0,FALSE,,, -reception.n.04,fireSource,0,0,FALSE,,, -reception.n.04,cookable,0,0,FALSE,,, -reception.n.04,coldSource,0,0,FALSE,,, -reception.n.04,sliceable,0,0,FALSE,,, -reception.n.04,slicer,0,0,FALSE,,, -reception.n.04,soakable,0,0,FALSE,,, -rule.n.12,liquid,0,0,FALSE,,, -rule.n.12,heatSource,0,0,FALSE,,, -rule.n.12,fireSource,0,0,FALSE,,, -rule.n.12,cookable,0,0,FALSE,,, -rule.n.12,coldSource,0,0,FALSE,,, -rule.n.12,sliceable,0,0,FALSE,,, -rule.n.12,slicer,1,0,FALSE,,, -rule.n.12,soakable,0,0,FALSE,,, -rum.n.01,liquid,1,1,FALSE,,, -rum.n.01,heatSource,0,0,FALSE,,, -rum.n.01,fireSource,0,0,FALSE,,, -rum.n.01,cookable,0,0,FALSE,,, -rum.n.01,coldSource,0,0,FALSE,,, -rum.n.01,sliceable,0,0,FALSE,,, -rum.n.01,slicer,0,0,FALSE,,, -rum.n.01,soakable,0,0,FALSE,,, -salmon.n.01,liquid,0,0,FALSE,,, -salmon.n.01,heatSource,0,0,FALSE,,, -salmon.n.01,fireSource,1,0,FALSE,,, -salmon.n.01,cookable,0,1,FALSE,,, -salmon.n.01,coldSource,0,0,FALSE,,, -salmon.n.01,sliceable,0,1,FALSE,,, -salmon.n.01,slicer,0,0,FALSE,,, -salmon.n.01,soakable,0,0,FALSE,,, -scoop.n.02,liquid,0,0,FALSE,,, -scoop.n.02,heatSource,0,0,FALSE,,, -scoop.n.02,fireSource,0,0,FALSE,,, -scoop.n.02,cookable,0,0,FALSE,,, -scoop.n.02,coldSource,0,0,FALSE,,, -scoop.n.02,sliceable,0,0,FALSE,,, -scoop.n.02,slicer,1,0,FALSE,,, -scoop.n.02,soakable,0,0,FALSE,,, -skirt.n.01,liquid,0,0,FALSE,,, -skirt.n.01,heatSource,0,0,FALSE,,, -skirt.n.01,fireSource,0,0,FALSE,,, -skirt.n.01,cookable,0,0,FALSE,,, -skirt.n.01,coldSource,0,0,FALSE,,, -skirt.n.01,sliceable,0,0,FALSE,,, -skirt.n.01,slicer,0,0,FALSE,,, -skirt.n.01,soakable,1,1,FALSE,,, -smoothie.n.02,liquid,1,1,FALSE,,, -smoothie.n.02,heatSource,0,0,FALSE,,, -smoothie.n.02,fireSource,0,0,FALSE,,, -smoothie.n.02,cookable,1,0,FALSE,,, -smoothie.n.02,coldSource,1,1,FALSE,,, -smoothie.n.02,sliceable,0,0,FALSE,,, -smoothie.n.02,slicer,0,0,FALSE,,, -smoothie.n.02,soakable,0,0,FALSE,,, -sprinkler.n.01,liquid,0,0,FALSE,,, -sprinkler.n.01,heatSource,0,0,FALSE,,, -sprinkler.n.01,fireSource,0,0,FALSE,,, -sprinkler.n.01,cookable,0,0,FALSE,,, -sprinkler.n.01,coldSource,0,0,FALSE,,, -sprinkler.n.01,sliceable,0,0,FALSE,,, -sprinkler.n.01,slicer,1,1,FALSE,,, -sprinkler.n.01,soakable,0,0,FALSE,,, -suede.n.01,liquid,0,0,FALSE,,, -suede.n.01,heatSource,0,0,FALSE,,, -suede.n.01,fireSource,0,0,FALSE,,, -suede.n.01,cookable,0,0,FALSE,,, -suede.n.01,coldSource,0,0,FALSE,,, -suede.n.01,sliceable,0,0,FALSE,,, -suede.n.01,slicer,0,0,FALSE,,, -suede.n.01,soakable,0,1,FALSE,,, -sunglasses.n.01,liquid,0,0,FALSE,,, -sunglasses.n.01,heatSource,0,0,FALSE,,, -sunglasses.n.01,fireSource,0,0,FALSE,,, -sunglasses.n.01,cookable,0,0,FALSE,,, -sunglasses.n.01,coldSource,0,0,FALSE,,, -sunglasses.n.01,sliceable,0,0,FALSE,,, -sunglasses.n.01,slicer,1,0,FALSE,,, -sunglasses.n.01,soakable,1,0,FALSE,,, -tights.n.01,liquid,0,0,FALSE,,, -tights.n.01,heatSource,0,0,FALSE,,, -tights.n.01,fireSource,0,0,FALSE,,, -tights.n.01,cookable,0,0,FALSE,,, -tights.n.01,coldSource,1,0,FALSE,,, -tights.n.01,sliceable,0,0,FALSE,,, -tights.n.01,slicer,0,0,FALSE,,, -tights.n.01,soakable,1,1,FALSE,,, -string.n.01,liquid,0,0,FALSE,,, -string.n.01,heatSource,0,0,FALSE,,, -string.n.01,fireSource,0,0,FALSE,,, -string.n.01,cookable,0,0,FALSE,,, -string.n.01,coldSource,0,0,FALSE,,, -string.n.01,sliceable,0,1,FALSE,,, -string.n.01,slicer,1,0,FALSE,,, -string.n.01,soakable,0,0,FALSE,,, -velcro.n.01,liquid,0,0,FALSE,,, -velcro.n.01,heatSource,0,0,FALSE,,, -velcro.n.01,fireSource,0,0,FALSE,,, -velcro.n.01,cookable,0,0,FALSE,,, -velcro.n.01,coldSource,0,0,FALSE,,, -velcro.n.01,sliceable,0,0,FALSE,,, -velcro.n.01,slicer,1,0,FALSE,,, -velcro.n.01,soakable,0,0,FALSE,,, -vitamin_pill.n.01,liquid,0,0,FALSE,,, -vitamin_pill.n.01,heatSource,0,0,FALSE,,, -vitamin_pill.n.01,fireSource,0,0,FALSE,,, -vitamin_pill.n.01,cookable,0,0,FALSE,,, -vitamin_pill.n.01,coldSource,1,0,FALSE,,, -vitamin_pill.n.01,sliceable,0,0,FALSE,,, -vitamin_pill.n.01,slicer,0,0,FALSE,,, -vitamin_pill.n.01,soakable,0,0,FALSE,,, -vodka.n.01,liquid,1,1,FALSE,,, -vodka.n.01,heatSource,0,0,FALSE,,, -vodka.n.01,fireSource,0,0,FALSE,,, -vodka.n.01,cookable,0,0,FALSE,,, -vodka.n.01,coldSource,0,0,FALSE,,, -vodka.n.01,sliceable,0,0,FALSE,,, -vodka.n.01,slicer,1,0,FALSE,,, -vodka.n.01,soakable,0,0,FALSE,,, -yeast.n.01,liquid,0,0,FALSE,,, -yeast.n.01,heatSource,0,0,FALSE,,, -yeast.n.01,fireSource,0,0,FALSE,,, -yeast.n.01,cookable,0,0,FALSE,,, -yeast.n.01,coldSource,0,0,FALSE,,, -yeast.n.01,sliceable,0,0,FALSE,,, -yeast.n.01,slicer,1,0,FALSE,,, -yeast.n.01,soakable,0,0,FALSE,,, -alga.n.01,liquid,0,0,FALSE,,, -alga.n.01,heatSource,0,0,FALSE,,, -alga.n.01,fireSource,0,0,FALSE,,, -alga.n.01,cookable,0,0,FALSE,,, -alga.n.01,coldSource,0,0,FALSE,,, -alga.n.01,sliceable,0,0,FALSE,,, -alga.n.01,slicer,0,0,FALSE,,, -alga.n.01,soakable,0,0,FALSE,,, -baking_powder.n.01,liquid,0,0,FALSE,,, -baking_powder.n.01,heatSource,0,0,FALSE,,, -baking_powder.n.01,fireSource,0,0,FALSE,,, -baking_powder.n.01,cookable,0,0,FALSE,,, -baking_powder.n.01,coldSource,0,0,FALSE,,, -baking_powder.n.01,sliceable,0,0,FALSE,,, -baking_powder.n.01,slicer,0,0,FALSE,,, -baking_powder.n.01,soakable,0,0,FALSE,,, -bay_leaf.n.01,liquid,0,0,FALSE,,, -bay_leaf.n.01,heatSource,0,0,FALSE,,, -bay_leaf.n.01,fireSource,1,0,FALSE,,, -bay_leaf.n.01,cookable,0,1,FALSE,,, -bay_leaf.n.01,coldSource,0,0,FALSE,,, -bay_leaf.n.01,sliceable,0,1,FALSE,,, -bay_leaf.n.01,slicer,0,0,FALSE,,, -bay_leaf.n.01,soakable,0,0,FALSE,,, -bicycle.n.01,liquid,0,0,FALSE,,, -bicycle.n.01,heatSource,0,0,FALSE,,, -bicycle.n.01,fireSource,0,0,FALSE,,, -bicycle.n.01,cookable,0,0,FALSE,,, -bicycle.n.01,coldSource,0,0,FALSE,,, -bicycle.n.01,sliceable,0,0,FALSE,,, -bicycle.n.01,slicer,0,0,FALSE,,, -bicycle.n.01,soakable,1,0,FALSE,,, -boat.n.01,liquid,0,0,FALSE,,, -boat.n.01,heatSource,0,0,FALSE,,, -boat.n.01,fireSource,0,0,FALSE,,, -boat.n.01,cookable,0,0,FALSE,,, -boat.n.01,coldSource,0,0,FALSE,,, -boat.n.01,sliceable,0,0,FALSE,,, -boat.n.01,slicer,1,0,FALSE,,, -boat.n.01,soakable,0,0,FALSE,,, -shell.n.08,liquid,0,0,FALSE,,, -shell.n.08,heatSource,0,0,FALSE,,, -shell.n.08,fireSource,0,0,FALSE,,, -shell.n.08,cookable,0,0,FALSE,,, -shell.n.08,coldSource,0,0,FALSE,,, -shell.n.08,sliceable,0,0,FALSE,,, -shell.n.08,slicer,1,0,FALSE,,, -shell.n.08,soakable,0,0,FALSE,,, -clay.n.01,liquid,0,0,FALSE,,, -clay.n.01,heatSource,0,0,FALSE,,, -clay.n.01,fireSource,0,0,FALSE,,, -clay.n.01,cookable,0,0,FALSE,,, -clay.n.01,coldSource,0,0,FALSE,,, -clay.n.01,sliceable,0,0,FALSE,,, -clay.n.01,slicer,0,0,FALSE,,, -clay.n.01,soakable,0,1,FALSE,,, -crust.n.02,liquid,0,0,FALSE,,, -crust.n.02,heatSource,0,0,FALSE,,, -crust.n.02,fireSource,1,0,FALSE,,, -crust.n.02,cookable,0,1,FALSE,,, -crust.n.02,coldSource,0,0,FALSE,,, -crust.n.02,sliceable,0,1,FALSE,,, -crust.n.02,slicer,1,0,FALSE,,, -crust.n.02,soakable,0,1,FALSE,,, -shock_absorber.n.01,liquid,0,0,FALSE,,, -shock_absorber.n.01,heatSource,0,0,FALSE,,, -shock_absorber.n.01,fireSource,0,0,FALSE,,, -shock_absorber.n.01,cookable,0,0,FALSE,,, -shock_absorber.n.01,coldSource,0,0,FALSE,,, -shock_absorber.n.01,sliceable,0,0,FALSE,,, -shock_absorber.n.01,slicer,0,0,FALSE,,, -shock_absorber.n.01,soakable,0,0,FALSE,,, -cushion.v.01,liquid,0,0,FALSE,,, -cushion.v.01,heatSource,0,0,FALSE,,, -cushion.v.01,fireSource,0,0,FALSE,,, -cushion.v.01,cookable,0,0,FALSE,,, -cushion.v.01,coldSource,0,0,FALSE,,, -cushion.v.01,sliceable,0,0,FALSE,,, -cushion.v.01,slicer,0,0,FALSE,,, -cushion.v.01,soakable,0,1,FALSE,,, -duct_tape.n.01,liquid,0,0,FALSE,,, -duct_tape.n.01,heatSource,0,0,FALSE,,, -duct_tape.n.01,fireSource,0,0,FALSE,,, -duct_tape.n.01,cookable,0,0,FALSE,,, -duct_tape.n.01,coldSource,0,0,FALSE,,, -duct_tape.n.01,sliceable,0,1,FALSE,,, -duct_tape.n.01,slicer,0,0,FALSE,,, -duct_tape.n.01,soakable,1,0,FALSE,,, -firewood.n.01,liquid,0,0,FALSE,,, -firewood.n.01,heatSource,1,1,TRUE,300,"https://startwoodworkingnow.com/how-hot-does-wood-burn/#:~:text=Under%20medium%20density%20and%20at,1472%20to%201742%20degrees%20Fahrenheit%20).", -firewood.n.01,fireSource,0,1,FALSE,,, -firewood.n.01,cookable,0,0,FALSE,,, -firewood.n.01,coldSource,0,0,FALSE,,, -firewood.n.01,sliceable,0,0,FALSE,,, -firewood.n.01,slicer,1,0,FALSE,,, -firewood.n.01,soakable,0,1,FALSE,,, -hotdog.n.02,liquid,0,0,FALSE,,, -hotdog.n.02,heatSource,0,0,FALSE,,, -hotdog.n.02,fireSource,1,0,FALSE,,, -hotdog.n.02,cookable,0,1,FALSE,,, -hotdog.n.02,coldSource,0,0,FALSE,,, -hotdog.n.02,sliceable,0,1,FALSE,,, -hotdog.n.02,slicer,0,0,FALSE,,, -hotdog.n.02,soakable,0,0,FALSE,,, -letter.n.01,liquid,0,0,FALSE,,, -letter.n.01,heatSource,0,0,FALSE,,, -letter.n.01,fireSource,0,0,FALSE,,, -letter.n.01,cookable,0,0,FALSE,,, -letter.n.01,coldSource,0,0,FALSE,,, -letter.n.01,sliceable,0,0,FALSE,,, -letter.n.01,slicer,0,0,FALSE,,, -letter.n.01,soakable,1,1,FALSE,,, -lime_juice.n.01,liquid,1,1,FALSE,,, -lime_juice.n.01,heatSource,0,0,FALSE,,, -lime_juice.n.01,fireSource,0,0,FALSE,,, -lime_juice.n.01,cookable,0,1,FALSE,,, -lime_juice.n.01,coldSource,1,0,FALSE,,, -lime_juice.n.01,sliceable,0,0,FALSE,,, -lime_juice.n.01,slicer,0,0,FALSE,,, -lime_juice.n.01,soakable,0,0,FALSE,,, -pecan.n.03,liquid,0,0,FALSE,,, -pecan.n.03,heatSource,0,0,FALSE,,, -pecan.n.03,fireSource,0,0,FALSE,,, -pecan.n.03,cookable,0,1,FALSE,,, -pecan.n.03,coldSource,0,0,FALSE,,, -pecan.n.03,sliceable,0,1,FALSE,,, -pecan.n.03,slicer,1,0,FALSE,,, -pecan.n.03,soakable,0,0,FALSE,,, -pickle.n.01,liquid,0,0,FALSE,,, -pickle.n.01,heatSource,0,0,FALSE,,, -pickle.n.01,fireSource,1,1,FALSE,,, -pickle.n.01,cookable,0,0,FALSE,,, -pickle.n.01,coldSource,0,0,FALSE,,, -pickle.n.01,sliceable,0,1,FALSE,,, -pickle.n.01,slicer,0,0,FALSE,,, -pickle.n.01,soakable,0,0,FALSE,,, -pump.n.01,liquid,0,0,FALSE,,, -pump.n.01,heatSource,0,0,FALSE,,, -pump.n.01,fireSource,0,0,FALSE,,, -pump.n.01,cookable,0,0,FALSE,,, -pump.n.01,coldSource,0,0,FALSE,,, -pump.n.01,sliceable,0,0,FALSE,,, -pump.n.01,slicer,1,0,FALSE,,, -pump.n.01,soakable,0,0,FALSE,,, -raisin.n.01,liquid,0,0,FALSE,,, -raisin.n.01,heatSource,0,0,FALSE,,, -raisin.n.01,fireSource,0,0,FALSE,,, -raisin.n.01,cookable,0,1,FALSE,,, -raisin.n.01,coldSource,0,0,FALSE,,, -raisin.n.01,sliceable,0,1,FALSE,,, -raisin.n.01,slicer,0,0,FALSE,,, -raisin.n.01,soakable,0,0,FALSE,,, -sealant.n.01,liquid,0,0,FALSE,,, -sealant.n.01,heatSource,0,0,FALSE,,, -sealant.n.01,fireSource,0,0,FALSE,,, -sealant.n.01,cookable,0,0,FALSE,,, -sealant.n.01,coldSource,0,0,FALSE,,, -sealant.n.01,sliceable,0,0,FALSE,,, -sealant.n.01,slicer,0,0,FALSE,,, -sealant.n.01,soakable,0,0,FALSE,,, -stockpot.n.01,liquid,0,0,FALSE,,, -stockpot.n.01,heatSource,1,1,TRUE,N/A,, -stockpot.n.01,fireSource,1,0,FALSE,,, -stockpot.n.01,cookable,0,0,FALSE,,, -stockpot.n.01,coldSource,1,0,FALSE,,, -stockpot.n.01,sliceable,0,0,FALSE,,, -stockpot.n.01,slicer,1,0,FALSE,,, -stockpot.n.01,soakable,0,0,FALSE,,, -bean_curd.n.01,liquid,0,0,FALSE,,, -bean_curd.n.01,heatSource,0,0,FALSE,,, -bean_curd.n.01,fireSource,1,0,FALSE,,, -bean_curd.n.01,cookable,0,1,FALSE,,, -bean_curd.n.01,coldSource,0,0,FALSE,,, -bean_curd.n.01,sliceable,0,1,FALSE,,, -bean_curd.n.01,slicer,0,0,FALSE,,, -bean_curd.n.01,soakable,0,0,FALSE,,, -toilet_tissue.n.01,liquid,0,0,FALSE,,, -toilet_tissue.n.01,heatSource,0,0,FALSE,,, -toilet_tissue.n.01,fireSource,0,1,FALSE,,, -toilet_tissue.n.01,cookable,0,0,FALSE,,, -toilet_tissue.n.01,coldSource,0,0,FALSE,,, -toilet_tissue.n.01,sliceable,0,1,FALSE,,, -toilet_tissue.n.01,slicer,0,0,FALSE,,, -toilet_tissue.n.01,soakable,1,1,FALSE,,, -tuna.n.02,liquid,0,0,FALSE,,, -tuna.n.02,heatSource,0,0,FALSE,,, -tuna.n.02,fireSource,1,0,FALSE,,, -tuna.n.02,cookable,0,1,FALSE,,, -tuna.n.02,coldSource,0,0,FALSE,,, -tuna.n.02,sliceable,0,1,FALSE,,, -tuna.n.02,slicer,1,0,FALSE,,, -tuna.n.02,soakable,0,0,FALSE,,, -whisk.n.01,liquid,0,0,FALSE,,, -whisk.n.01,heatSource,0,0,FALSE,,, -whisk.n.01,fireSource,0,0,FALSE,,, -whisk.n.01,cookable,0,0,FALSE,,, -whisk.n.01,coldSource,1,0,FALSE,,, -whisk.n.01,sliceable,0,0,FALSE,,, -whisk.n.01,slicer,1,1,FALSE,,, -whisk.n.01,soakable,0,0,FALSE,,, -blind.n.03,liquid,0,0,FALSE,,, -blind.n.03,heatSource,0,0,FALSE,,, -blind.n.03,fireSource,0,0,FALSE,,, -blind.n.03,cookable,0,0,FALSE,,, -blind.n.03,coldSource,0,0,FALSE,,, -blind.n.03,sliceable,0,0,FALSE,,, -blind.n.03,slicer,0,0,FALSE,,, -blind.n.03,soakable,0,1,FALSE,,, -buttermilk.n.01,liquid,0,1,FALSE,,, -dressing.n.01,liquid,0,1,FALSE,,, -dressing.n.01,heatSource,0,0,FALSE,,, -dressing.n.01,fireSource,0,0,FALSE,,, -dressing.n.01,cookable,0,1,FALSE,,, -dressing.n.01,coldSource,1,0,FALSE,,, -dressing.n.01,sliceable,0,0,FALSE,,, -dressing.n.01,slicer,0,0,FALSE,,, -dressing.n.01,soakable,1,0,FALSE,,, -gravel.n.01,liquid,0,0,FALSE,,, -gravel.n.01,heatSource,0,0,FALSE,,, -gravel.n.01,fireSource,0,0,FALSE,,, -gravel.n.01,cookable,0,0,FALSE,,, -gravel.n.01,coldSource,0,0,FALSE,,, -gravel.n.01,sliceable,0,0,FALSE,,, -gravel.n.01,slicer,0,0,FALSE,,, -gravel.n.01,soakable,0,0,FALSE,,, -mill.n.04,liquid,0,0,FALSE,,, -mill.n.04,heatSource,0,0,FALSE,,, -mill.n.04,fireSource,0,0,FALSE,,, -mill.n.04,cookable,0,0,FALSE,,, -mill.n.04,coldSource,0,0,FALSE,,, -mill.n.04,sliceable,0,0,FALSE,,, -mill.n.04,slicer,1,0,FALSE,,, -mill.n.04,soakable,0,0,FALSE,,, -hummus.n.01,liquid,0,0,FALSE,,, -hummus.n.01,heatSource,0,0,FALSE,,, -hummus.n.01,fireSource,1,0,FALSE,,, -hummus.n.01,cookable,0,1,FALSE,,, -hummus.n.01,coldSource,0,0,FALSE,,, -hummus.n.01,sliceable,0,1,FALSE,,, -hummus.n.01,slicer,1,0,FALSE,,, -hummus.n.01,soakable,0,0,FALSE,,, -lemonade.n.01,liquid,1,1,FALSE,,, -lemonade.n.01,heatSource,0,0,FALSE,,, -lemonade.n.01,fireSource,0,0,FALSE,,, -lemonade.n.01,cookable,1,1,FALSE,,, -lemonade.n.01,coldSource,1,0,FALSE,,, -lemonade.n.01,sliceable,0,0,FALSE,,, -lemonade.n.01,slicer,0,0,FALSE,,, -lemonade.n.01,soakable,0,0,FALSE,,, -mailbox.n.01,liquid,0,0,FALSE,,, -mailbox.n.01,heatSource,0,0,FALSE,,, -mailbox.n.01,fireSource,0,0,FALSE,,, -mailbox.n.01,cookable,0,0,FALSE,,, -mailbox.n.01,coldSource,0,0,FALSE,,, -mailbox.n.01,sliceable,0,0,FALSE,,, -mailbox.n.01,slicer,1,0,FALSE,,, -mailbox.n.01,soakable,0,0,FALSE,,, -tape_measure.n.01,liquid,0,0,FALSE,,, -tape_measure.n.01,heatSource,0,0,FALSE,,, -tape_measure.n.01,fireSource,0,0,FALSE,,, -tape_measure.n.01,cookable,0,0,FALSE,,, -tape_measure.n.01,coldSource,0,0,FALSE,,, -tape_measure.n.01,sliceable,0,1,FALSE,,, -tape_measure.n.01,slicer,1,0,FALSE,,, -tape_measure.n.01,soakable,0,0,FALSE,,, -pancake.n.01,liquid,0,0,FALSE,,, -pancake.n.01,heatSource,0,0,FALSE,,, -pancake.n.01,fireSource,1,0,FALSE,,, -pancake.n.01,cookable,0,1,FALSE,,, -pancake.n.01,coldSource,0,0,FALSE,,, -pancake.n.01,sliceable,0,1,FALSE,,, -pancake.n.01,slicer,1,0,FALSE,,, -pancake.n.01,soakable,0,1,FALSE,,, -pea_pod.n.01,liquid,0,0,FALSE,,, -pea_pod.n.01,heatSource,0,0,FALSE,,, -pea_pod.n.01,fireSource,0,0,FALSE,,, -pea_pod.n.01,cookable,0,1,FALSE,,, -pea_pod.n.01,coldSource,0,0,FALSE,,, -pea_pod.n.01,sliceable,0,0,FALSE,,, -pea_pod.n.01,slicer,0,0,FALSE,,, -pea_pod.n.01,soakable,0,0,FALSE,,, -shaker.n.03,liquid,0,0,FALSE,,, -shaker.n.03,heatSource,0,0,FALSE,,, -shaker.n.03,fireSource,0,0,FALSE,,, -shaker.n.03,cookable,0,0,FALSE,,, -shaker.n.03,coldSource,1,0,FALSE,,, -shaker.n.03,sliceable,0,0,FALSE,,, -shaker.n.03,slicer,1,0,FALSE,,, -shaker.n.03,soakable,0,0,FALSE,,, -shopping_cart.n.01,liquid,0,0,FALSE,,, -shopping_cart.n.01,heatSource,0,0,FALSE,,, -shopping_cart.n.01,fireSource,0,0,FALSE,,, -shopping_cart.n.01,cookable,0,0,FALSE,,, -shopping_cart.n.01,coldSource,0,0,FALSE,,, -shopping_cart.n.01,sliceable,0,0,FALSE,,, -shopping_cart.n.01,slicer,0,0,FALSE,,, -shopping_cart.n.01,soakable,1,0,FALSE,,, -stick.n.01,liquid,0,0,FALSE,,, -stick.n.01,heatSource,0,0,FALSE,,, -stick.n.01,fireSource,0,0,FALSE,,, -stick.n.01,cookable,0,0,FALSE,,, -stick.n.01,coldSource,0,0,FALSE,,, -stick.n.01,sliceable,0,0,FALSE,,, -stick.n.01,slicer,1,0,FALSE,,, -stick.n.01,soakable,0,0,FALSE,,, -cream_of_tartar.n.01,liquid,0,0,FALSE,,, -cream_of_tartar.n.01,heatSource,0,0,FALSE,,, -cream_of_tartar.n.01,fireSource,0,0,FALSE,,, -cream_of_tartar.n.01,cookable,0,0,FALSE,,, -cream_of_tartar.n.01,coldSource,0,0,FALSE,,, -cream_of_tartar.n.01,sliceable,0,0,FALSE,,, -cream_of_tartar.n.01,slicer,0,0,FALSE,,, -cream_of_tartar.n.01,soakable,0,0,FALSE,,, -tartar.n.04,liquid,0,0,FALSE,,, -tartar.n.04,heatSource,0,0,FALSE,,, -tartar.n.04,fireSource,0,0,FALSE,,, -tartar.n.04,cookable,0,0,FALSE,,, -tartar.n.04,coldSource,0,0,FALSE,,, -tartar.n.04,sliceable,0,0,FALSE,,, -tartar.n.04,slicer,0,0,FALSE,,, -tartar.n.04,soakable,0,0,FALSE,,, -tent.n.01,liquid,0,0,FALSE,,, -tent.n.01,heatSource,0,0,FALSE,,, -tent.n.01,fireSource,0,0,FALSE,,, -tent.n.01,cookable,0,0,FALSE,,, -tent.n.01,coldSource,0,0,FALSE,,, -tent.n.01,sliceable,0,0,FALSE,,, -tent.n.01,slicer,1,0,FALSE,,, -tent.n.01,soakable,1,1,FALSE,,, -tortilla.n.01,liquid,0,0,FALSE,,, -tortilla.n.01,heatSource,0,0,FALSE,,, -tortilla.n.01,fireSource,1,9,FALSE,,, -tortilla.n.01,cookable,0,1,FALSE,,, -tortilla.n.01,coldSource,0,0,FALSE,,, -tortilla.n.01,sliceable,0,1,FALSE,,, -tortilla.n.01,slicer,1,0,FALSE,,, -tortilla.n.01,soakable,1,1,FALSE,,, -tube.n.01,liquid,0,0,FALSE,,, -tube.n.01,heatSource,0,0,FALSE,,, -tube.n.01,fireSource,0,0,FALSE,,, -tube.n.01,cookable,0,0,FALSE,,, -tube.n.01,coldSource,1,0,FALSE,,, -tube.n.01,sliceable,0,0,FALSE,,, -tube.n.01,slicer,1,0,FALSE,,, -tube.n.01,soakable,0,0,FALSE,,, -vase.n.01,liquid,0,0,FALSE,,, -vase.n.01,heatSource,0,0,FALSE,,, -vase.n.01,fireSource,0,0,FALSE,,, -vase.n.01,cookable,0,0,FALSE,,, -vase.n.01,coldSource,1,0,FALSE,,, -vase.n.01,sliceable,0,0,FALSE,,, -vase.n.01,slicer,1,0,FALSE,,, -vase.n.01,soakable,0,0,FALSE,,, -vent.n.01,liquid,0,0,FALSE,,, -vent.n.01,heatSource,0,0,FALSE,,, -vent.n.01,fireSource,0,0,FALSE,,, -vent.n.01,cookable,0,0,FALSE,,, -vent.n.01,coldSource,0,0,FALSE,,, -vent.n.01,sliceable,0,0,FALSE,,, -vent.n.01,slicer,1,0,FALSE,,, -vent.n.01,soakable,0,0,FALSE,,, -wrench.n.03,liquid,0,0,FALSE,,, -wrench.n.03,heatSource,0,0,FALSE,,, -wrench.n.03,fireSource,0,0,FALSE,,, -wrench.n.03,cookable,0,0,FALSE,,, -wrench.n.03,coldSource,0,0,FALSE,,, -wrench.n.03,sliceable,0,0,FALSE,,, -wrench.n.03,slicer,1,0,FALSE,,, -wrench.n.03,soakable,0,0,FALSE,,, -canvas.n.01,liquid,0,0,FALSE,,, -canvas.n.01,heatSource,0,0,FALSE,,, -canvas.n.01,fireSource,0,0,FALSE,,, -canvas.n.01,cookable,0,0,FALSE,,, -canvas.n.01,coldSource,0,0,FALSE,,, -canvas.n.01,sliceable,0,0,FALSE,,, -canvas.n.01,slicer,1,0,FALSE,,, -canvas.n.01,soakable,1,1,FALSE,,, -canvas.n.02,liquid,0,0,FALSE,,, -canvas.n.02,heatSource,0,0,FALSE,,, -canvas.n.02,fireSource,0,0,FALSE,,, -canvas.n.02,cookable,0,0,FALSE,,, -canvas.n.02,coldSource,0,0,FALSE,,, -canvas.n.02,sliceable,0,0,FALSE,,, -canvas.n.02,slicer,1,0,FALSE,,, -canvas.n.02,soakable,0,1,FALSE,,, -charger.n.02,liquid,0,0,FALSE,,, -charger.n.02,heatSource,0,0,FALSE,,, -charger.n.02,fireSource,0,0,FALSE,,, -charger.n.02,cookable,0,0,FALSE,,, -charger.n.02,coldSource,0,0,FALSE,,, -charger.n.02,sliceable,0,0,FALSE,,, -charger.n.02,slicer,1,0,FALSE,,, -charger.n.02,soakable,0,0,FALSE,,, -chicken_coop.n.01,liquid,0,0,FALSE,,, -chicken_coop.n.01,heatSource,0,0,FALSE,,, -chicken_coop.n.01,fireSource,0,0,FALSE,,, -chicken_coop.n.01,cookable,0,0,FALSE,,, -chicken_coop.n.01,coldSource,0,0,FALSE,,, -chicken_coop.n.01,sliceable,0,0,FALSE,,, -chicken_coop.n.01,slicer,0,0,FALSE,,, -chicken_coop.n.01,soakable,0,0,FALSE,,, -cork.n.01,liquid,0,0,FALSE,,, -cork.n.01,heatSource,0,0,FALSE,,, -cork.n.01,fireSource,0,0,FALSE,,, -cork.n.01,cookable,0,0,FALSE,,, -cork.n.01,coldSource,0,0,FALSE,,, -cork.n.01,sliceable,0,0,FALSE,,, -cork.n.01,slicer,0,0,FALSE,,, -cork.n.01,soakable,0,1,FALSE,,, -filling.n.03,liquid,0,0,FALSE,,, -filling.n.03,heatSource,0,0,FALSE,,, -filling.n.03,fireSource,1,0,FALSE,,, -filling.n.03,cookable,0,1,FALSE,,, -filling.n.03,coldSource,0,0,FALSE,,, -filling.n.03,sliceable,0,0,FALSE,,, -filling.n.03,slicer,0,0,FALSE,,, -filling.n.03,soakable,1,0,FALSE,,, -fruit_tree.n.01,liquid,0,0,FALSE,,, -fruit_tree.n.01,heatSource,0,0,FALSE,,, -fruit_tree.n.01,fireSource,0,0,FALSE,,, -fruit_tree.n.01,cookable,0,0,FALSE,,, -fruit_tree.n.01,coldSource,0,0,FALSE,,, -fruit_tree.n.01,sliceable,0,0,FALSE,,, -fruit_tree.n.01,slicer,0,0,FALSE,,, -fruit_tree.n.01,soakable,0,0,FALSE,,, -antifungal.n.01,liquid,0,0,FALSE,,, -antifungal.n.01,heatSource,0,0,FALSE,,, -antifungal.n.01,fireSource,0,0,FALSE,,, -antifungal.n.01,cookable,0,0,FALSE,,, -antifungal.n.01,coldSource,0,0,FALSE,,, -antifungal.n.01,sliceable,0,0,FALSE,,, -antifungal.n.01,slicer,0,0,FALSE,,, -antifungal.n.01,soakable,0,0,FALSE,,, -cushion.n.03,liquid,0,0,FALSE,,, -cushion.n.03,heatSource,0,0,FALSE,,, -cushion.n.03,fireSource,0,0,FALSE,,, -cushion.n.03,cookable,0,0,FALSE,,, -cushion.n.03,coldSource,0,0,FALSE,,, -cushion.n.03,sliceable,0,0,FALSE,,, -cushion.n.03,slicer,0,0,FALSE,,, -cushion.n.03,soakable,1,0,FALSE,,, -gazpacho.n.01,liquid,1,1,FALSE,,, -gazpacho.n.01,heatSource,0,0,FALSE,,, -gazpacho.n.01,fireSource,0,0,FALSE,,, -gazpacho.n.01,cookable,1,1,FALSE,,, -gazpacho.n.01,coldSource,1,0,FALSE,,, -gazpacho.n.01,sliceable,0,0,FALSE,,, -gazpacho.n.01,slicer,0,0,FALSE,,, -gazpacho.n.01,soakable,0,0,FALSE,,, -geode.n.01,liquid,0,0,FALSE,,, -geode.n.01,heatSource,0,0,FALSE,,, -geode.n.01,fireSource,0,0,FALSE,,, -geode.n.01,cookable,0,0,FALSE,,, -geode.n.01,coldSource,0,0,FALSE,,, -geode.n.01,sliceable,0,0,FALSE,,, -geode.n.01,slicer,0,0,FALSE,,, -geode.n.01,soakable,0,0,FALSE,,, -clove.n.04,liquid,0,0,FALSE,,, -clove.n.04,heatSource,0,0,FALSE,,, -clove.n.04,fireSource,1,0,FALSE,,, -clove.n.04,cookable,0,1,FALSE,,, -clove.n.04,coldSource,0,0,FALSE,,, -clove.n.04,sliceable,0,0,FALSE,,, -clove.n.04,slicer,0,0,FALSE,,, -clove.n.04,soakable,0,0,FALSE,,, -mace.n.03,liquid,0,0,FALSE,,, -mace.n.03,heatSource,0,0,FALSE,,, -mace.n.03,fireSource,1,0,FALSE,,, -mace.n.03,cookable,0,1,FALSE,,, -mace.n.03,coldSource,0,0,FALSE,,, -mace.n.03,sliceable,0,0,FALSE,,, -mace.n.03,slicer,1,0,FALSE,,, -mace.n.03,soakable,0,0,FALSE,,, -gunpowder.n.01,liquid,0,0,FALSE,,, -gunpowder.n.01,heatSource,0,0,FALSE,,, -gunpowder.n.01,fireSource,0,0,FALSE,,, -gunpowder.n.01,cookable,0,0,FALSE,,, -gunpowder.n.01,coldSource,0,0,FALSE,,, -gunpowder.n.01,sliceable,0,0,FALSE,,, -gunpowder.n.01,slicer,0,0,FALSE,,, -gunpowder.n.01,soakable,0,0,FALSE,,, -gravestone.n.01,liquid,0,0,FALSE,,, -gravestone.n.01,heatSource,0,0,FALSE,,, -gravestone.n.01,fireSource,0,0,FALSE,,, -gravestone.n.01,cookable,0,0,FALSE,,, -gravestone.n.01,coldSource,0,0,FALSE,,, -gravestone.n.01,sliceable,0,0,FALSE,,, -gravestone.n.01,slicer,0,0,FALSE,,, -gravestone.n.01,soakable,0,0,FALSE,,, -puck.n.02,liquid,0,0,FALSE,,, -puck.n.02,heatSource,0,0,FALSE,,, -puck.n.02,fireSource,0,0,FALSE,,, -puck.n.02,cookable,0,0,FALSE,,, -puck.n.02,coldSource,0,0,FALSE,,, -puck.n.02,sliceable,0,0,FALSE,,, -puck.n.02,slicer,0,0,FALSE,,, -puck.n.02,soakable,0,0,FALSE,,, -address.n.05,liquid,0,0,FALSE,,, -address.n.05,heatSource,0,0,FALSE,,, -address.n.05,fireSource,0,0,FALSE,,, -address.n.05,cookable,0,0,FALSE,,, -address.n.05,coldSource,0,0,FALSE,,, -address.n.05,sliceable,0,0,FALSE,,, -address.n.05,slicer,0,0,FALSE,,, -address.n.05,soakable,0,0,FALSE,,, -ice_skate.n.01,liquid,0,0,FALSE,,, -ice_skate.n.01,heatSource,0,0,FALSE,,, -ice_skate.n.01,fireSource,0,0,FALSE,,, -ice_skate.n.01,cookable,0,0,FALSE,,, -ice_skate.n.01,coldSource,0,0,FALSE,,, -ice_skate.n.01,sliceable,0,0,FALSE,,, -ice_skate.n.01,slicer,0,0,FALSE,,, -ice_skate.n.01,soakable,0,0,FALSE,,, -jade.n.01,liquid,0,0,FALSE,,, -jade.n.01,heatSource,0,0,FALSE,,, -jade.n.01,fireSource,0,0,FALSE,,, -jade.n.01,cookable,0,0,FALSE,,, -jade.n.01,coldSource,0,0,FALSE,,, -jade.n.01,sliceable,0,0,FALSE,,, -jade.n.01,slicer,1,0,FALSE,,, -jade.n.01,soakable,0,0,FALSE,,, -potato_pancake.n.01,liquid,0,0,FALSE,,, -potato_pancake.n.01,heatSource,0,0,FALSE,,, -potato_pancake.n.01,fireSource,1,0,FALSE,,, -potato_pancake.n.01,cookable,0,1,FALSE,,, -potato_pancake.n.01,coldSource,0,0,FALSE,,, -potato_pancake.n.01,sliceable,0,1,FALSE,,, -potato_pancake.n.01,slicer,0,0,FALSE,,, -potato_pancake.n.01,soakable,0,0,FALSE,,, -leotard.n.01,liquid,0,0,FALSE,,, -leotard.n.01,heatSource,0,0,FALSE,,, -leotard.n.01,fireSource,0,0,FALSE,,, -leotard.n.01,cookable,0,0,FALSE,,, -leotard.n.01,coldSource,0,0,FALSE,,, -leotard.n.01,sliceable,0,0,FALSE,,, -leotard.n.01,slicer,0,0,FALSE,,, -leotard.n.01,soakable,0,1,FALSE,,, -mousepad.n.01,liquid,0,0,FALSE,,, -mousepad.n.01,heatSource,0,0,FALSE,,, -mousepad.n.01,fireSource,0,0,FALSE,,, -mousepad.n.01,cookable,0,0,FALSE,,, -mousepad.n.01,coldSource,0,0,FALSE,,, -mousepad.n.01,sliceable,0,0,FALSE,,, -mousepad.n.01,slicer,1,0,FALSE,,, -mousepad.n.01,soakable,1,0,FALSE,,, -mustard.n.03,liquid,0,0,FALSE,,, -mustard.n.03,heatSource,0,0,FALSE,,, -mustard.n.03,fireSource,1,0,FALSE,,, -mustard.n.03,cookable,0,1,FALSE,,, -mustard.n.03,coldSource,0,0,FALSE,,, -mustard.n.03,sliceable,0,1,FALSE,,, -mustard.n.03,slicer,0,0,FALSE,,, -mustard.n.03,soakable,0,0,FALSE,,, -virgin_birth.n.02,liquid,0,0,FALSE,,, -virgin_birth.n.02,heatSource,0,0,FALSE,,, -virgin_birth.n.02,fireSource,0,0,FALSE,,, -virgin_birth.n.02,cookable,0,0,FALSE,,, -virgin_birth.n.02,coldSource,0,0,FALSE,,, -virgin_birth.n.02,sliceable,0,0,FALSE,,, -virgin_birth.n.02,slicer,0,0,FALSE,,, -virgin_birth.n.02,soakable,0,0,FALSE,,, -nickel.n.01,liquid,0,0,FALSE,,, -nickel.n.01,heatSource,0,0,FALSE,,, -nickel.n.01,fireSource,0,0,FALSE,,, -nickel.n.01,cookable,0,0,FALSE,,, -nickel.n.01,coldSource,0,0,FALSE,,, -nickel.n.01,sliceable,0,0,FALSE,,, -nickel.n.01,slicer,1,0,FALSE,,, -nickel.n.01,soakable,0,0,FALSE,,, -nickel.n.02,liquid,0,0,FALSE,,, -nickel.n.02,heatSource,0,0,FALSE,,, -nickel.n.02,fireSource,0,0,FALSE,,, -nickel.n.02,cookable,0,0,FALSE,,, -nickel.n.02,coldSource,0,0,FALSE,,, -nickel.n.02,sliceable,0,0,FALSE,,, -nickel.n.02,slicer,1,0,FALSE,,, -nickel.n.02,soakable,0,0,FALSE,,, -oxtail.n.01,liquid,0,0,FALSE,,, -oxtail.n.01,heatSource,0,0,FALSE,,, -oxtail.n.01,fireSource,1,0,FALSE,,, -oxtail.n.01,cookable,0,1,FALSE,,, -oxtail.n.01,coldSource,0,0,FALSE,,, -oxtail.n.01,sliceable,0,1,FALSE,,, -oxtail.n.01,slicer,0,0,FALSE,,, -oxtail.n.01,soakable,0,0,FALSE,,, -paella.n.01,liquid,0,0,FALSE,,, -paella.n.01,heatSource,0,0,FALSE,,, -paella.n.01,fireSource,1,0,FALSE,,, -paella.n.01,cookable,0,1,FALSE,,, -paella.n.01,coldSource,0,0,FALSE,,, -paella.n.01,sliceable,0,0,FALSE,,, -paella.n.01,slicer,0,0,FALSE,,, -paella.n.01,soakable,0,0,FALSE,,, -liner.n.02,liquid,0,0,FALSE,,, -liner.n.02,heatSource,0,0,FALSE,,, -liner.n.02,fireSource,0,0,FALSE,,, -liner.n.02,cookable,0,0,FALSE,,, -liner.n.02,coldSource,0,0,FALSE,,, -liner.n.02,sliceable,0,0,FALSE,,, -liner.n.02,slicer,0,0,FALSE,,, -liner.n.02,soakable,0,1,FALSE,,, -patina.n.01,liquid,0,0,FALSE,,, -patina.n.01,heatSource,0,0,FALSE,,, -patina.n.01,fireSource,0,0,FALSE,,, -patina.n.01,cookable,0,0,FALSE,,, -patina.n.01,coldSource,0,0,FALSE,,, -patina.n.01,sliceable,0,0,FALSE,,, -patina.n.01,slicer,0,0,FALSE,,, -patina.n.01,soakable,0,0,FALSE,,, -pennant.n.02,liquid,0,0,FALSE,,, -pennant.n.02,heatSource,0,0,FALSE,,, -pennant.n.02,fireSource,0,0,FALSE,,, -pennant.n.02,cookable,0,0,FALSE,,, -pennant.n.02,coldSource,0,0,FALSE,,, -pennant.n.02,sliceable,0,0,FALSE,,, -pennant.n.02,slicer,0,0,FALSE,,, -pennant.n.02,soakable,0,1,FALSE,,, -pepperoni.n.01,liquid,0,0,FALSE,,, -pepperoni.n.01,heatSource,0,0,FALSE,,, -pepperoni.n.01,fireSource,1,0,FALSE,,, -pepperoni.n.01,cookable,0,1,FALSE,,, -pepperoni.n.01,coldSource,0,0,FALSE,,, -pepperoni.n.01,sliceable,0,1,FALSE,,, -pepperoni.n.01,slicer,1,0,FALSE,,, -pepperoni.n.01,soakable,0,0,FALSE,,, -pewter.n.01,liquid,0,0,FALSE,,, -pewter.n.01,heatSource,0,0,FALSE,,, -pewter.n.01,fireSource,0,0,FALSE,,, -pewter.n.01,cookable,0,0,FALSE,,, -pewter.n.01,coldSource,0,0,FALSE,,, -pewter.n.01,sliceable,0,0,FALSE,,, -pewter.n.01,slicer,1,0,FALSE,,, -pewter.n.01,soakable,0,0,FALSE,,, -picket.n.05,liquid,0,0,FALSE,,, -picket.n.05,heatSource,0,0,FALSE,,, -picket.n.05,fireSource,0,0,FALSE,,, -picket.n.05,cookable,0,0,FALSE,,, -picket.n.05,coldSource,0,0,FALSE,,, -picket.n.05,sliceable,0,0,FALSE,,, -picket.n.05,slicer,1,0,FALSE,,, -picket.n.05,soakable,0,0,FALSE,,, -cardboard.n.01,liquid,0,0,FALSE,,, -cardboard.n.01,heatSource,0,0,FALSE,,, -cardboard.n.01,fireSource,0,1,FALSE,,, -cardboard.n.01,cookable,0,0,FALSE,,, -cardboard.n.01,coldSource,0,0,FALSE,,, -cardboard.n.01,sliceable,0,0,FALSE,,, -cardboard.n.01,slicer,1,0,FALSE,,, -cardboard.n.01,soakable,1,1,FALSE,,, -poinsettia.n.01,liquid,0,0,FALSE,,, -poinsettia.n.01,heatSource,0,0,FALSE,,, -poinsettia.n.01,fireSource,0,0,FALSE,,, -poinsettia.n.01,cookable,0,0,FALSE,,, -poinsettia.n.01,coldSource,0,0,FALSE,,, -poinsettia.n.01,sliceable,0,0,FALSE,,, -poinsettia.n.01,slicer,0,0,FALSE,,, -poinsettia.n.01,soakable,0,0,FALSE,,, -punching_bag.n.02,liquid,0,0,FALSE,,, -punching_bag.n.02,heatSource,0,0,FALSE,,, -punching_bag.n.02,fireSource,0,0,FALSE,,, -punching_bag.n.02,cookable,0,0,FALSE,,, -punching_bag.n.02,coldSource,0,0,FALSE,,, -punching_bag.n.02,sliceable,0,0,FALSE,,, -punching_bag.n.02,slicer,1,0,FALSE,,, -punching_bag.n.02,soakable,0,1,FALSE,,, -quail.n.01,liquid,0,0,FALSE,,, -quail.n.01,heatSource,0,0,FALSE,,, -quail.n.01,fireSource,1,0,FALSE,,, -quail.n.01,cookable,0,1,FALSE,,, -quail.n.01,coldSource,0,0,FALSE,,, -quail.n.01,sliceable,0,1,FALSE,,, -quail.n.01,slicer,0,0,FALSE,,, -quail.n.01,soakable,0,0,FALSE,,, -quarter.n.10,liquid,0,0,FALSE,,, -quarter.n.10,heatSource,0,0,FALSE,,, -quarter.n.10,fireSource,0,0,FALSE,,, -quarter.n.10,cookable,0,0,FALSE,,, -quarter.n.10,coldSource,0,0,FALSE,,, -quarter.n.10,sliceable,0,0,FALSE,,, -quarter.n.10,slicer,0,0,FALSE,,, -quarter.n.10,soakable,0,0,FALSE,,, -quartz.n.02,liquid,0,0,FALSE,,, -quartz.n.02,heatSource,0,0,FALSE,,, -quartz.n.02,fireSource,0,0,FALSE,,, -quartz.n.02,cookable,0,0,FALSE,,, -quartz.n.02,coldSource,0,0,FALSE,,, -quartz.n.02,sliceable,0,0,FALSE,,, -quartz.n.02,slicer,1,0,FALSE,,, -quartz.n.02,soakable,0,0,FALSE,,, -quiche.n.02,liquid,0,0,FALSE,,, -quiche.n.02,heatSource,0,0,FALSE,,, -quiche.n.02,fireSource,1,0,FALSE,,, -quiche.n.02,cookable,0,1,FALSE,,, -quiche.n.02,coldSource,0,0,FALSE,,, -quiche.n.02,sliceable,0,1,FALSE,,, -quiche.n.02,slicer,0,0,FALSE,,, -quiche.n.02,soakable,0,0,FALSE,,, -sweat_suit.n.01,liquid,0,0,FALSE,,, -sweat_suit.n.01,heatSource,0,0,FALSE,,, -sweat_suit.n.01,fireSource,0,0,FALSE,,, -sweat_suit.n.01,cookable,0,0,FALSE,,, -sweat_suit.n.01,coldSource,1,0,FALSE,,, -sweat_suit.n.01,sliceable,0,0,FALSE,,, -sweat_suit.n.01,slicer,0,0,FALSE,,, -sweat_suit.n.01,soakable,0,1,FALSE,,, -sax.n.02,liquid,0,0,FALSE,,, -sax.n.02,heatSource,0,0,FALSE,,, -sax.n.02,fireSource,0,0,FALSE,,, -sax.n.02,cookable,0,0,FALSE,,, -sax.n.02,coldSource,0,0,FALSE,,, -sax.n.02,sliceable,0,0,FALSE,,, -sax.n.02,slicer,1,0,FALSE,,, -sax.n.02,soakable,0,0,FALSE,,, -schnitzel.n.01,liquid,0,0,FALSE,,, -schnitzel.n.01,heatSource,0,0,FALSE,,, -schnitzel.n.01,fireSource,1,0,FALSE,,, -schnitzel.n.01,cookable,0,1,FALSE,,, -schnitzel.n.01,coldSource,0,0,FALSE,,, -schnitzel.n.01,sliceable,0,0,FALSE,,, -schnitzel.n.01,slicer,1,0,FALSE,,, -schnitzel.n.01,soakable,0,1,FALSE,,, -scorch.n.03,liquid,0,0,FALSE,,, -scorch.n.03,heatSource,0,0,FALSE,,, -scorch.n.03,fireSource,0,0,FALSE,,, -scorch.n.03,cookable,0,0,FALSE,,, -scorch.n.03,coldSource,0,0,FALSE,,, -scorch.n.03,sliceable,0,0,FALSE,,, -scorch.n.03,slicer,0,0,FALSE,,, -scorch.n.03,soakable,0,0,FALSE,,, -softball.n.01,liquid,0,0,FALSE,,, -softball.n.01,heatSource,0,0,FALSE,,, -softball.n.01,fireSource,0,0,FALSE,,, -softball.n.01,cookable,0,0,FALSE,,, -softball.n.01,coldSource,0,0,FALSE,,, -softball.n.01,sliceable,0,0,FALSE,,, -softball.n.01,slicer,0,0,FALSE,,, -softball.n.01,soakable,0,0,FALSE,,, -sparkler.n.02,liquid,0,0,FALSE,,, -sparkler.n.02,heatSource,1,0,FALSE,,, -sparkler.n.02,fireSource,0,1,FALSE,,, -sparkler.n.02,cookable,0,0,FALSE,,, -sparkler.n.02,coldSource,0,0,FALSE,,, -sparkler.n.02,sliceable,0,0,FALSE,,, -sparkler.n.02,slicer,0,0,FALSE,,, -sparkler.n.02,soakable,0,0,FALSE,,, -garbage.n.01,liquid,0,0,FALSE,,, -garbage.n.01,heatSource,0,0,FALSE,,, -garbage.n.01,fireSource,0,0,FALSE,,, -garbage.n.01,cookable,0,0,FALSE,,, -garbage.n.01,coldSource,0,0,FALSE,,, -garbage.n.01,sliceable,0,0,FALSE,,, -garbage.n.01,slicer,0,0,FALSE,,, -garbage.n.01,soakable,0,1,FALSE,,, -chinese_anise.n.02,liquid,0,0,FALSE,,, -chinese_anise.n.02,heatSource,0,0,FALSE,,, -chinese_anise.n.02,fireSource,1,0,FALSE,,, -chinese_anise.n.02,cookable,0,1,FALSE,,, -chinese_anise.n.02,coldSource,0,0,FALSE,,, -chinese_anise.n.02,sliceable,0,0,FALSE,,, -chinese_anise.n.02,slicer,0,0,FALSE,,, -chinese_anise.n.02,soakable,0,0,FALSE,,, -pill.n.02,liquid,0,0,FALSE,,, -pill.n.02,heatSource,0,0,FALSE,,, -pill.n.02,fireSource,0,0,FALSE,,, -pill.n.02,cookable,0,0,FALSE,,, -pill.n.02,coldSource,0,0,FALSE,,, -pill.n.02,sliceable,0,0,FALSE,,, -pill.n.02,slicer,1,1,FALSE,,, -pill.n.02,soakable,0,0,FALSE,,, -trombone.n.01,liquid,0,0,FALSE,,, -trombone.n.01,heatSource,0,0,FALSE,,, -trombone.n.01,fireSource,0,0,FALSE,,, -trombone.n.01,cookable,0,0,FALSE,,, -trombone.n.01,coldSource,0,0,FALSE,,, -trombone.n.01,sliceable,0,0,FALSE,,, -trombone.n.01,slicer,1,0,FALSE,,, -trombone.n.01,soakable,0,0,FALSE,,, -cornet.n.01,liquid,0,0,FALSE,,, -cornet.n.01,heatSource,0,0,FALSE,,, -cornet.n.01,fireSource,0,0,FALSE,,, -cornet.n.01,cookable,0,0,FALSE,,, -cornet.n.01,coldSource,0,0,FALSE,,, -cornet.n.01,sliceable,0,0,FALSE,,, -cornet.n.01,slicer,1,0,FALSE,,, -cornet.n.01,soakable,0,0,FALSE,,, -verdigris.n.02,liquid,0,0,FALSE,,, -verdigris.n.02,heatSource,0,0,FALSE,,, -verdigris.n.02,fireSource,0,0,FALSE,,, -verdigris.n.02,cookable,0,0,FALSE,,, -verdigris.n.02,coldSource,0,0,FALSE,,, -verdigris.n.02,sliceable,0,0,FALSE,,, -verdigris.n.02,slicer,0,0,FALSE,,, -verdigris.n.02,soakable,0,0,FALSE,,, -violin.n.01,liquid,0,0,FALSE,,, -violin.n.01,heatSource,0,0,FALSE,,, -violin.n.01,fireSource,0,0,FALSE,,, -violin.n.01,cookable,0,0,FALSE,,, -violin.n.01,coldSource,0,0,FALSE,,, -violin.n.01,sliceable,0,0,FALSE,,, -violin.n.01,slicer,1,0,FALSE,,, -violin.n.01,soakable,0,0,FALSE,,, -webcam.n.01,liquid,0,0,FALSE,,, -webcam.n.01,heatSource,0,0,FALSE,,, -webcam.n.01,fireSource,0,0,FALSE,,, -webcam.n.01,cookable,0,0,FALSE,,, -webcam.n.01,coldSource,0,0,FALSE,,, -webcam.n.01,sliceable,0,0,FALSE,,, -webcam.n.01,slicer,1,0,FALSE,,, -webcam.n.01,soakable,0,0,FALSE,,, -pebble.n.01,liquid,0,0,FALSE,,, -pebble.n.01,heatSource,0,0,FALSE,,, -pebble.n.01,fireSource,0,0,FALSE,,, -pebble.n.01,cookable,0,0,FALSE,,, -pebble.n.01,coldSource,0,0,FALSE,,, -pebble.n.01,sliceable,0,0,FALSE,,, -pebble.n.01,slicer,1,0,FALSE,,, -pebble.n.01,soakable,0,0,FALSE,,, -white_chocolate.n.01,liquid,0,0,FALSE,,, -white_chocolate.n.01,heatSource,0,0,FALSE,,, -white_chocolate.n.01,fireSource,0,0,FALSE,,, -white_chocolate.n.01,cookable,0,1,FALSE,,, -white_chocolate.n.01,coldSource,0,0,FALSE,,, -white_chocolate.n.01,sliceable,0,0,FALSE,,, -white_chocolate.n.01,slicer,0,0,FALSE,,, -white_chocolate.n.01,soakable,0,1,FALSE,,, -wine_sauce.n.01,liquid,0,1,FALSE,,, -wine_sauce.n.01,heatSource,0,0,FALSE,,, -wine_sauce.n.01,fireSource,1,0,FALSE,,, -wine_sauce.n.01,cookable,0,1,FALSE,,, -wine_sauce.n.01,coldSource,1,0,FALSE,,, -wine_sauce.n.01,sliceable,0,0,FALSE,,, -wine_sauce.n.01,slicer,0,0,FALSE,,, -wine_sauce.n.01,soakable,0,0,FALSE,,, -wind_chime.n.01,liquid,0,0,FALSE,,, -wind_chime.n.01,heatSource,0,0,FALSE,,, -wind_chime.n.01,fireSource,0,0,FALSE,,, -wind_chime.n.01,cookable,0,0,FALSE,,, -wind_chime.n.01,coldSource,0,0,FALSE,,, -wind_chime.n.01,sliceable,0,0,FALSE,,, -wind_chime.n.01,slicer,0,0,FALSE,,, -wind_chime.n.01,soakable,0,0,FALSE,,, -pipe.n.01,liquid,0,0,FALSE,,, -pipe.n.01,heatSource,0,0,FALSE,,, -pipe.n.01,fireSource,0,0,FALSE,,, -pipe.n.01,cookable,0,0,FALSE,,, -pipe.n.01,coldSource,0,0,FALSE,,, -pipe.n.01,sliceable,0,0,FALSE,,, -pipe.n.01,slicer,1,0,FALSE,,, -pipe.n.01,soakable,0,0,FALSE,,, -allspice.n.03,liquid,0,0,FALSE,,, -allspice.n.03,heatSource,0,0,FALSE,,, -allspice.n.03,fireSource,1,0,FALSE,,, -allspice.n.03,cookable,0,1,FALSE,,, -allspice.n.03,coldSource,0,0,FALSE,,, -allspice.n.03,sliceable,0,0,FALSE,,, -allspice.n.03,slicer,0,0,FALSE,,, -allspice.n.03,soakable,0,0,FALSE,,, -antihistamine.n.01,liquid,0,0,FALSE,,, -antihistamine.n.01,heatSource,0,0,FALSE,,, -antihistamine.n.01,fireSource,0,0,FALSE,,, -antihistamine.n.01,cookable,0,0,FALSE,,, -antihistamine.n.01,coldSource,0,0,FALSE,,, -antihistamine.n.01,sliceable,0,0,FALSE,,, -antihistamine.n.01,slicer,0,0,FALSE,,, -antihistamine.n.01,soakable,0,0,FALSE,,, -antipasto.n.01,liquid,0,0,FALSE,,, -antipasto.n.01,heatSource,0,0,FALSE,,, -antipasto.n.01,fireSource,1,0,FALSE,,, -antipasto.n.01,cookable,0,1,FALSE,,, -antipasto.n.01,coldSource,0,0,FALSE,,, -antipasto.n.01,sliceable,0,1,FALSE,,, -antipasto.n.01,slicer,0,0,FALSE,,, -antipasto.n.01,soakable,0,0,FALSE,,, -antler.n.01,liquid,0,0,FALSE,,, -antler.n.01,heatSource,0,0,FALSE,,, -antler.n.01,fireSource,0,0,FALSE,,, -antler.n.01,cookable,0,0,FALSE,,, -antler.n.01,coldSource,0,0,FALSE,,, -antler.n.01,sliceable,0,0,FALSE,,, -antler.n.01,slicer,0,0,FALSE,,, -antler.n.01,soakable,0,1,FALSE,,, -chickpea.n.01,liquid,0,0,FALSE,,, -chickpea.n.01,heatSource,0,0,FALSE,,, -chickpea.n.01,fireSource,1,0,FALSE,,, -chickpea.n.01,cookable,0,1,FALSE,,, -chickpea.n.01,coldSource,0,0,FALSE,,, -chickpea.n.01,sliceable,0,1,FALSE,,, -chickpea.n.01,slicer,1,0,FALSE,,, -chickpea.n.01,soakable,0,0,FALSE,,, -art.n.01,liquid,0,0,FALSE,,, -art.n.01,heatSource,0,0,FALSE,,, -art.n.01,fireSource,1,0,FALSE,,, -art.n.01,cookable,0,0,FALSE,,, -art.n.01,coldSource,0,0,FALSE,,, -art.n.01,sliceable,0,0,FALSE,,, -art.n.01,slicer,0,0,FALSE,,, -art.n.01,soakable,1,0,FALSE,,, -ax.n.01,liquid,0,0,FALSE,,, -ax.n.01,heatSource,0,0,FALSE,,, -ax.n.01,fireSource,0,0,FALSE,,, -ax.n.01,cookable,0,0,FALSE,,, -ax.n.01,coldSource,0,0,FALSE,,, -ax.n.01,sliceable,0,0,FALSE,,, -ax.n.01,slicer,1,1,FALSE,,, -ax.n.01,soakable,0,0,FALSE,,, -detector.n.01,liquid,0,0,FALSE,,, -detector.n.01,heatSource,0,0,FALSE,,, -detector.n.01,fireSource,0,0,FALSE,,, -detector.n.01,cookable,0,0,FALSE,,, -detector.n.01,coldSource,0,0,FALSE,,, -detector.n.01,sliceable,0,0,FALSE,,, -detector.n.01,slicer,1,0,FALSE,,, -detector.n.01,soakable,0,0,FALSE,,, -bat.n.05,liquid,0,0,FALSE,,, -bat.n.05,heatSource,0,0,FALSE,,, -bat.n.05,fireSource,0,0,FALSE,,, -bat.n.05,cookable,0,0,FALSE,,, -bat.n.05,coldSource,0,0,FALSE,,, -bat.n.05,sliceable,0,0,FALSE,,, -bat.n.05,slicer,1,0,FALSE,,, -bat.n.05,soakable,0,0,FALSE,,, -baseball_cap.n.01,liquid,0,0,FALSE,,, -baseball_cap.n.01,heatSource,0,0,FALSE,,, -baseball_cap.n.01,fireSource,0,0,FALSE,,, -baseball_cap.n.01,cookable,0,0,FALSE,,, -baseball_cap.n.01,coldSource,0,0,FALSE,,, -baseball_cap.n.01,sliceable,0,0,FALSE,,, -baseball_cap.n.01,slicer,0,0,FALSE,,, -baseball_cap.n.01,soakable,0,1,FALSE,,, -baseball_glove.n.01,liquid,0,0,FALSE,,, -baseball_glove.n.01,heatSource,0,0,FALSE,,, -baseball_glove.n.01,fireSource,0,0,FALSE,,, -baseball_glove.n.01,cookable,0,0,FALSE,,, -baseball_glove.n.01,coldSource,0,0,FALSE,,, -baseball_glove.n.01,sliceable,0,0,FALSE,,, -baseball_glove.n.01,slicer,0,0,FALSE,,, -baseball_glove.n.01,soakable,0,1,FALSE,,, -bath_mat.n.01,liquid,0,0,FALSE,,, -bath_mat.n.01,heatSource,0,0,FALSE,,, -bath_mat.n.01,fireSource,0,0,FALSE,,, -bath_mat.n.01,cookable,0,0,FALSE,,, -bath_mat.n.01,coldSource,0,0,FALSE,,, -bath_mat.n.01,sliceable,0,0,FALSE,,, -bath_mat.n.01,slicer,0,0,FALSE,,, -bath_mat.n.01,soakable,1,1,FALSE,,, -salt.n.01,liquid,0,0,FALSE,,, -salt.n.01,heatSource,0,0,FALSE,,, -salt.n.01,fireSource,0,0,FALSE,,, -salt.n.01,cookable,0,1,FALSE,,, -salt.n.01,coldSource,0,0,FALSE,,, -salt.n.01,sliceable,0,0,FALSE,,, -salt.n.01,slicer,0,0,FALSE,,, -salt.n.01,soakable,0,0,FALSE,,, -batting_glove.n.01,liquid,0,0,FALSE,,, -batting_glove.n.01,heatSource,0,0,FALSE,,, -batting_glove.n.01,fireSource,0,0,FALSE,,, -batting_glove.n.01,cookable,0,0,FALSE,,, -batting_glove.n.01,coldSource,0,0,FALSE,,, -batting_glove.n.01,sliceable,0,0,FALSE,,, -batting_glove.n.01,slicer,0,0,FALSE,,, -batting_glove.n.01,soakable,0,1,FALSE,,, -beef_broth.n.01,liquid,1,1,FALSE,,, -beef_broth.n.01,heatSource,0,0,FALSE,,, -beef_broth.n.01,fireSource,1,0,FALSE,,, -beef_broth.n.01,cookable,0,1,FALSE,,, -beef_broth.n.01,coldSource,0,0,FALSE,,, -beef_broth.n.01,sliceable,0,0,FALSE,,, -beef_broth.n.01,slicer,0,0,FALSE,,, -beef_broth.n.01,soakable,0,0,FALSE,,, -beer_mug.n.01,liquid,0,0,FALSE,,, -beer_mug.n.01,heatSource,0,0,FALSE,,, -beer_mug.n.01,fireSource,0,0,FALSE,,, -beer_mug.n.01,cookable,0,0,FALSE,,, -beer_mug.n.01,coldSource,1,0,FALSE,,, -beer_mug.n.01,sliceable,0,0,FALSE,,, -beer_mug.n.01,slicer,1,0,FALSE,,, -beer_mug.n.01,soakable,0,0,FALSE,,, -bicycle_chain.n.01,liquid,0,0,FALSE,,, -bicycle_chain.n.01,heatSource,0,0,FALSE,,, -bicycle_chain.n.01,fireSource,0,0,FALSE,,, -bicycle_chain.n.01,cookable,0,0,FALSE,,, -bicycle_chain.n.01,coldSource,0,0,FALSE,,, -bicycle_chain.n.01,sliceable,0,0,FALSE,,, -bicycle_chain.n.01,slicer,0,0,FALSE,,, -bicycle_chain.n.01,soakable,0,0,FALSE,,, -birdcage.n.01,liquid,0,0,FALSE,,, -birdcage.n.01,heatSource,0,0,FALSE,,, -birdcage.n.01,fireSource,0,0,FALSE,,, -birdcage.n.01,cookable,0,0,FALSE,,, -birdcage.n.01,coldSource,0,0,FALSE,,, -birdcage.n.01,sliceable,0,0,FALSE,,, -birdcage.n.01,slicer,1,0,FALSE,,, -birdcage.n.01,soakable,0,0,FALSE,,, -bird_feed.n.01,liquid,0,0,FALSE,,, -bird_feed.n.01,heatSource,0,0,FALSE,,, -bird_feed.n.01,fireSource,0,0,FALSE,,, -bird_feed.n.01,cookable,0,0,FALSE,,, -bird_feed.n.01,coldSource,0,0,FALSE,,, -bird_feed.n.01,sliceable,0,0,FALSE,,, -bird_feed.n.01,slicer,0,0,FALSE,,, -bird_feed.n.01,soakable,0,0,FALSE,,, -mousse.n.01,liquid,0,0,FALSE,,, -mousse.n.01,heatSource,0,0,FALSE,,, -mousse.n.01,fireSource,0,0,FALSE,,, -mousse.n.01,cookable,0,1,FALSE,,, -mousse.n.01,coldSource,0,0,FALSE,,, -mousse.n.01,sliceable,0,0,FALSE,,, -mousse.n.01,slicer,0,0,FALSE,,, -mousse.n.01,soakable,1,0,FALSE,,, -bobby_pin.n.01,liquid,0,0,FALSE,,, -bobby_pin.n.01,heatSource,0,0,FALSE,,, -bobby_pin.n.01,fireSource,0,0,FALSE,,, -bobby_pin.n.01,cookable,0,0,FALSE,,, -bobby_pin.n.01,coldSource,0,0,FALSE,,, -bobby_pin.n.01,sliceable,0,0,FALSE,,, -bobby_pin.n.01,slicer,0,0,FALSE,,, -bobby_pin.n.01,soakable,0,0,FALSE,,, -bowling_ball.n.01,liquid,0,0,FALSE,,, -bowling_ball.n.01,heatSource,0,0,FALSE,,, -bowling_ball.n.01,fireSource,0,0,FALSE,,, -bowling_ball.n.01,cookable,0,0,FALSE,,, -bowling_ball.n.01,coldSource,0,0,FALSE,,, -bowling_ball.n.01,sliceable,0,0,FALSE,,, -bowling_ball.n.01,slicer,1,0,FALSE,,, -bowling_ball.n.01,soakable,0,0,FALSE,,, -boxing_glove.n.01,liquid,0,0,FALSE,,, -boxing_glove.n.01,heatSource,0,0,FALSE,,, -boxing_glove.n.01,fireSource,0,0,FALSE,,, -boxing_glove.n.01,cookable,0,0,FALSE,,, -boxing_glove.n.01,coldSource,0,0,FALSE,,, -boxing_glove.n.01,sliceable,0,0,FALSE,,, -boxing_glove.n.01,slicer,1,0,FALSE,,, -boxing_glove.n.01,soakable,0,1,FALSE,,, -bratwurst.n.01,liquid,0,0,FALSE,,, -bratwurst.n.01,heatSource,0,0,FALSE,,, -bratwurst.n.01,fireSource,1,0,FALSE,,, -bratwurst.n.01,cookable,0,1,FALSE,,, -bratwurst.n.01,coldSource,0,0,FALSE,,, -bratwurst.n.01,sliceable,0,1,FALSE,,, -bratwurst.n.01,slicer,0,0,FALSE,,, -bratwurst.n.01,soakable,0,0,FALSE,,, -slice.n.01,liquid,0,0,FALSE,,, -slice.n.01,heatSource,0,0,FALSE,,, -slice.n.01,fireSource,0,0,FALSE,,, -slice.n.01,cookable,0,0,FALSE,,, -slice.n.01,coldSource,0,0,FALSE,,, -slice.n.01,sliceable,0,0,FALSE,,, -slice.n.01,slicer,0,0,FALSE,,, -slice.n.01,soakable,0,0,FALSE,,, -brisket.n.01,liquid,0,0,FALSE,,, -brisket.n.01,heatSource,0,0,FALSE,,, -brisket.n.01,fireSource,1,0,FALSE,,, -brisket.n.01,cookable,0,1,FALSE,,, -brisket.n.01,coldSource,0,0,FALSE,,, -brisket.n.01,sliceable,0,1,FALSE,,, -brisket.n.01,slicer,0,0,FALSE,,, -brisket.n.01,soakable,0,0,FALSE,,, -broccoli_rabe.n.02,liquid,0,0,FALSE,,, -broccoli_rabe.n.02,heatSource,0,0,FALSE,,, -broccoli_rabe.n.02,fireSource,1,0,FALSE,,, -broccoli_rabe.n.02,cookable,0,1,FALSE,,, -broccoli_rabe.n.02,coldSource,0,0,FALSE,,, -broccoli_rabe.n.02,sliceable,0,1,FALSE,,, -broccoli_rabe.n.02,slicer,0,0,FALSE,,, -broccoli_rabe.n.02,soakable,0,0,FALSE,,, -broccoli.n.01,liquid,0,0,FALSE,,, -broccoli.n.01,heatSource,0,0,FALSE,,, -broccoli.n.01,fireSource,1,0,FALSE,,, -broccoli.n.01,cookable,0,1,FALSE,,, -broccoli.n.01,coldSource,0,0,FALSE,,, -broccoli.n.01,sliceable,0,1,FALSE,,, -broccoli.n.01,slicer,0,0,FALSE,,, -broccoli.n.01,soakable,0,0,FALSE,,, -yam.n.01,liquid,0,0,FALSE,,, -yam.n.01,heatSource,0,0,FALSE,,, -yam.n.01,fireSource,1,0,FALSE,,, -yam.n.01,cookable,0,1,FALSE,,, -yam.n.01,coldSource,0,0,FALSE,,, -yam.n.01,sliceable,0,1,FALSE,,, -yam.n.01,slicer,0,0,FALSE,,, -yam.n.01,soakable,0,0,FALSE,,, -cappuccino.n.01,liquid,1,1,FALSE,,, -cappuccino.n.01,heatSource,0,0,FALSE,,, -cappuccino.n.01,fireSource,0,0,FALSE,,, -cappuccino.n.01,cookable,0,0,FALSE,,, -cappuccino.n.01,coldSource,0,0,FALSE,,, -cappuccino.n.01,sliceable,0,0,FALSE,,, -cappuccino.n.01,slicer,0,0,FALSE,,, -cappuccino.n.01,soakable,0,0,FALSE,,, -caraway_seed.n.01,liquid,0,0,FALSE,,, -caraway_seed.n.01,heatSource,0,0,FALSE,,, -caraway_seed.n.01,fireSource,1,0,FALSE,,, -caraway_seed.n.01,cookable,0,1,FALSE,,, -caraway_seed.n.01,coldSource,0,0,FALSE,,, -caraway_seed.n.01,sliceable,0,0,FALSE,,, -caraway_seed.n.01,slicer,0,0,FALSE,,, -caraway_seed.n.01,soakable,0,0,FALSE,,, -cardigan.n.01,liquid,0,0,FALSE,,, -cardigan.n.01,heatSource,0,0,FALSE,,, -cardigan.n.01,fireSource,0,0,FALSE,,, -cardigan.n.01,cookable,0,0,FALSE,,, -cardigan.n.01,coldSource,0,0,FALSE,,, -cardigan.n.01,sliceable,0,0,FALSE,,, -cardigan.n.01,slicer,0,0,FALSE,,, -cardigan.n.01,soakable,1,1,FALSE,,, -cash_register.n.01,liquid,0,0,FALSE,,, -cash_register.n.01,heatSource,0,0,FALSE,,, -cash_register.n.01,fireSource,0,0,FALSE,,, -cash_register.n.01,cookable,0,0,FALSE,,, -cash_register.n.01,coldSource,0,0,FALSE,,, -cash_register.n.01,sliceable,0,0,FALSE,,, -cash_register.n.01,slicer,1,0,FALSE,,, -cash_register.n.01,soakable,0,0,FALSE,,, -cat_food.n.01,liquid,0,0,FALSE,,, -cat_food.n.01,heatSource,0,0,FALSE,,, -cat_food.n.01,fireSource,1,0,FALSE,,, -cat_food.n.01,cookable,0,0,FALSE,,, -cat_food.n.01,coldSource,0,0,FALSE,,, -cat_food.n.01,sliceable,0,0,FALSE,,, -cat_food.n.01,slicer,0,0,FALSE,,, -cat_food.n.01,soakable,0,0,FALSE,,, -catalog.n.01,liquid,0,0,FALSE,,, -catalog.n.01,heatSource,0,0,FALSE,,, -catalog.n.01,fireSource,0,0,FALSE,,, -catalog.n.01,cookable,0,0,FALSE,,, -catalog.n.01,coldSource,0,0,FALSE,,, -catalog.n.01,sliceable,0,0,FALSE,,, -catalog.n.01,slicer,0,0,FALSE,,, -catalog.n.01,soakable,0,0,FALSE,,, -caulk.n.01,liquid,0,0,FALSE,,, -caulk.n.01,heatSource,0,0,FALSE,,, -caulk.n.01,fireSource,0,0,FALSE,,, -caulk.n.01,cookable,0,0,FALSE,,, -caulk.n.01,coldSource,1,0,FALSE,,, -caulk.n.01,sliceable,0,0,FALSE,,, -caulk.n.01,slicer,0,0,FALSE,,, -caulk.n.01,soakable,0,0,FALSE,,, -chalk.n.01,liquid,0,0,FALSE,,, -chalk.n.01,heatSource,0,0,FALSE,,, -chalk.n.01,fireSource,0,0,FALSE,,, -chalk.n.01,cookable,0,0,FALSE,,, -chalk.n.01,coldSource,0,0,FALSE,,, -chalk.n.01,sliceable,0,0,FALSE,,, -chalk.n.01,slicer,1,0,FALSE,,, -chalk.n.01,soakable,0,1,FALSE,,, -chanterelle.n.01,liquid,0,0,FALSE,,, -chanterelle.n.01,heatSource,0,0,FALSE,,, -chanterelle.n.01,fireSource,1,0,FALSE,,, -chanterelle.n.01,cookable,0,1,FALSE,,, -chanterelle.n.01,coldSource,0,0,FALSE,,, -chanterelle.n.01,sliceable,0,1,FALSE,,, -chanterelle.n.01,slicer,0,0,FALSE,,, -chanterelle.n.01,soakable,0,0,FALSE,,, -danish.n.02,liquid,0,0,FALSE,,, -danish.n.02,heatSource,0,0,FALSE,,, -danish.n.02,fireSource,0,0,FALSE,,, -danish.n.02,cookable,0,1,FALSE,,, -danish.n.02,coldSource,1,0,FALSE,,, -danish.n.02,sliceable,0,1,FALSE,,, -danish.n.02,slicer,1,0,FALSE,,, -danish.n.02,soakable,1,1,FALSE,,, -bouillon.n.01,liquid,1,1,FALSE,,, -bouillon.n.01,heatSource,0,0,FALSE,,, -bouillon.n.01,fireSource,1,0,FALSE,,, -bouillon.n.01,cookable,0,1,FALSE,,, -bouillon.n.01,coldSource,0,0,FALSE,,, -bouillon.n.01,sliceable,0,0,FALSE,,, -bouillon.n.01,slicer,1,0,FALSE,,, -bouillon.n.01,soakable,0,0,FALSE,,, -chicken_wire.n.01,liquid,0,0,FALSE,,, -chicken_wire.n.01,heatSource,0,0,FALSE,,, -chicken_wire.n.01,fireSource,0,0,FALSE,,, -chicken_wire.n.01,cookable,0,0,FALSE,,, -chicken_wire.n.01,coldSource,0,0,FALSE,,, -chicken_wire.n.01,sliceable,0,0,FALSE,,, -chicken_wire.n.01,slicer,0,0,FALSE,,, -chicken_wire.n.01,soakable,0,0,FALSE,,, -chisel.n.01,liquid,0,0,FALSE,,, -chisel.n.01,heatSource,0,0,FALSE,,, -chisel.n.01,fireSource,0,0,FALSE,,, -chisel.n.01,cookable,0,0,FALSE,,, -chisel.n.01,coldSource,0,0,FALSE,,, -chisel.n.01,sliceable,0,0,FALSE,,, -chisel.n.01,slicer,1,1,FALSE,,, -chisel.n.01,soakable,0,0,FALSE,,, -spread.n.05,liquid,0,0,FALSE,,, -spread.n.05,heatSource,0,0,FALSE,,, -spread.n.05,fireSource,0,0,FALSE,,, -spread.n.05,cookable,0,1,FALSE,,, -spread.n.05,coldSource,0,0,FALSE,,, -spread.n.05,sliceable,0,0,FALSE,,, -spread.n.05,slicer,0,0,FALSE,,, -spread.n.05,soakable,0,0,FALSE,,, -chopping_block.n.01,liquid,0,0,FALSE,,, -chopping_block.n.01,heatSource,0,0,FALSE,,, -chopping_block.n.01,fireSource,0,0,FALSE,,, -chopping_block.n.01,cookable,0,0,FALSE,,, -chopping_block.n.01,coldSource,0,0,FALSE,,, -chopping_block.n.01,sliceable,0,0,FALSE,,, -chopping_block.n.01,slicer,0,0,FALSE,,, -chopping_block.n.01,soakable,0,0,FALSE,,, -cigarette.n.01,liquid,0,0,FALSE,,, -cigarette.n.01,heatSource,0,0,FALSE,,, -cigarette.n.01,fireSource,0,1,FALSE,,, -cigarette.n.01,cookable,0,0,FALSE,,, -cigarette.n.01,coldSource,0,0,FALSE,,, -cigarette.n.01,sliceable,0,0,FALSE,,, -cigarette.n.01,slicer,0,0,FALSE,,, -cigarette.n.01,soakable,0,1,FALSE,,, -fish_stew.n.01,liquid,0,1,FALSE,,, -fish_stew.n.01,heatSource,0,0,FALSE,,, -fish_stew.n.01,fireSource,1,0,FALSE,,, -fish_stew.n.01,cookable,0,1,FALSE,,, -fish_stew.n.01,coldSource,0,0,FALSE,,, -fish_stew.n.01,sliceable,0,0,FALSE,,, -fish_stew.n.01,slicer,0,0,FALSE,,, -fish_stew.n.01,soakable,0,0,FALSE,,, -clove.n.01,liquid,0,0,FALSE,,, -clove.n.01,heatSource,0,0,FALSE,,, -clove.n.01,fireSource,0,0,FALSE,,, -clove.n.01,cookable,0,1,FALSE,,, -clove.n.01,coldSource,0,0,FALSE,,, -clove.n.01,sliceable,0,0,FALSE,,, -clove.n.01,slicer,0,0,FALSE,,, -clove.n.01,soakable,0,0,FALSE,,, -conch.n.01,liquid,0,0,FALSE,,, -conch.n.01,heatSource,0,0,FALSE,,, -conch.n.01,fireSource,1,0,FALSE,,, -conch.n.01,cookable,0,0,FALSE,,, -conch.n.01,coldSource,0,0,FALSE,,, -conch.n.01,sliceable,0,0,FALSE,,, -conch.n.01,slicer,0,0,FALSE,,, -conch.n.01,soakable,0,0,FALSE,,, -cooking_oil.n.01,liquid,1,1,FALSE,,, -cooking_oil.n.01,heatSource,1,0,FALSE,,, -cooking_oil.n.01,fireSource,1,0,FALSE,,, -cooking_oil.n.01,cookable,0,1,FALSE,,, -cooking_oil.n.01,coldSource,0,0,FALSE,,, -cooking_oil.n.01,sliceable,0,0,FALSE,,, -cooking_oil.n.01,slicer,0,0,FALSE,,, -cooking_oil.n.01,soakable,0,0,FALSE,,, -mug.n.01,liquid,1,0,FALSE,,, -mug.n.01,heatSource,0,0,FALSE,,, -mug.n.01,fireSource,0,0,FALSE,,, -mug.n.01,cookable,0,0,FALSE,,, -mug.n.01,coldSource,1,0,FALSE,,, -mug.n.01,sliceable,0,0,FALSE,,, -mug.n.01,slicer,1,0,FALSE,,, -mug.n.01,soakable,0,0,FALSE,,, -coriander.n.02,liquid,0,0,FALSE,,, -coriander.n.02,heatSource,0,0,FALSE,,, -coriander.n.02,fireSource,1,0,FALSE,,, -coriander.n.02,cookable,0,1,FALSE,,, -coriander.n.02,coldSource,0,0,FALSE,,, -coriander.n.02,sliceable,0,0,FALSE,,, -coriander.n.02,slicer,0,0,FALSE,,, -coriander.n.02,soakable,0,0,FALSE,,, -corkscrew.n.01,liquid,0,0,FALSE,,, -corkscrew.n.01,heatSource,0,0,FALSE,,, -corkscrew.n.01,fireSource,0,0,FALSE,,, -corkscrew.n.01,cookable,0,0,FALSE,,, -corkscrew.n.01,coldSource,0,0,FALSE,,, -corkscrew.n.01,sliceable,0,0,FALSE,,, -corkscrew.n.01,slicer,1,0,FALSE,,, -corkscrew.n.01,soakable,0,0,FALSE,,, -cornbread.n.01,liquid,0,0,FALSE,,, -cornbread.n.01,heatSource,0,0,FALSE,,, -cornbread.n.01,fireSource,1,0,FALSE,,, -cornbread.n.01,cookable,0,1,FALSE,,, -cornbread.n.01,coldSource,1,0,FALSE,,, -cornbread.n.01,sliceable,0,1,FALSE,,, -cornbread.n.01,slicer,0,0,FALSE,,, -cornbread.n.01,soakable,0,0,FALSE,,, -crayfish.n.02,liquid,0,0,FALSE,,, -crayfish.n.02,heatSource,0,0,FALSE,,, -crayfish.n.02,fireSource,1,0,FALSE,,, -crayfish.n.02,cookable,0,1,FALSE,,, -crayfish.n.02,coldSource,0,0,FALSE,,, -crayfish.n.02,sliceable,0,1,FALSE,,, -crayfish.n.02,slicer,0,0,FALSE,,, -crayfish.n.02,soakable,0,0,FALSE,,, -cream_soda.n.01,liquid,1,1,FALSE,,, -cream_soda.n.01,heatSource,0,0,FALSE,,, -cream_soda.n.01,fireSource,0,0,FALSE,,, -cream_soda.n.01,cookable,0,0,FALSE,,, -cream_soda.n.01,coldSource,1,0,FALSE,,, -cream_soda.n.01,sliceable,0,0,FALSE,,, -cream_soda.n.01,slicer,0,0,FALSE,,, -cream_soda.n.01,soakable,0,0,FALSE,,, -cymbal.n.01,liquid,0,0,FALSE,,, -cymbal.n.01,heatSource,0,0,FALSE,,, -cymbal.n.01,fireSource,0,0,FALSE,,, -cymbal.n.01,cookable,0,0,FALSE,,, -cymbal.n.01,coldSource,0,0,FALSE,,, -cymbal.n.01,sliceable,0,0,FALSE,,, -cymbal.n.01,slicer,1,0,FALSE,,, -cymbal.n.01,soakable,0,0,FALSE,,, -daffodil.n.01,liquid,0,0,FALSE,,, -daffodil.n.01,heatSource,0,0,FALSE,,, -daffodil.n.01,fireSource,0,0,FALSE,,, -daffodil.n.01,cookable,0,0,FALSE,,, -daffodil.n.01,coldSource,0,0,FALSE,,, -daffodil.n.01,sliceable,0,0,FALSE,,, -daffodil.n.01,slicer,1,0,FALSE,,, -daffodil.n.01,soakable,0,0,FALSE,,, -dahlia.n.01,liquid,0,0,FALSE,,, -dahlia.n.01,heatSource,0,0,FALSE,,, -dahlia.n.01,fireSource,0,0,FALSE,,, -dahlia.n.01,cookable,0,0,FALSE,,, -dahlia.n.01,coldSource,0,0,FALSE,,, -dahlia.n.01,sliceable,0,0,FALSE,,, -dahlia.n.01,slicer,0,0,FALSE,,, -dahlia.n.01,soakable,0,0,FALSE,,, -desiccant.n.01,liquid,0,0,FALSE,,, -desiccant.n.01,heatSource,0,0,FALSE,,, -desiccant.n.01,fireSource,0,0,FALSE,,, -desiccant.n.01,cookable,0,0,FALSE,,, -desiccant.n.01,coldSource,0,0,FALSE,,, -desiccant.n.01,sliceable,0,0,FALSE,,, -desiccant.n.01,slicer,0,0,FALSE,,, -desiccant.n.01,soakable,0,0,FALSE,,, -die.n.01,liquid,0,0,FALSE,,, -die.n.01,heatSource,0,0,FALSE,,, -die.n.01,fireSource,0,0,FALSE,,, -die.n.01,cookable,0,0,FALSE,,, -die.n.01,coldSource,0,0,FALSE,,, -die.n.01,sliceable,0,0,FALSE,,, -die.n.01,slicer,1,0,FALSE,,, -die.n.01,soakable,0,0,FALSE,,, -diving_board.n.01,liquid,0,0,FALSE,,, -diving_board.n.01,heatSource,0,0,FALSE,,, -diving_board.n.01,fireSource,0,0,FALSE,,, -diving_board.n.01,cookable,0,0,FALSE,,, -diving_board.n.01,coldSource,0,0,FALSE,,, -diving_board.n.01,sliceable,0,0,FALSE,,, -diving_board.n.01,slicer,1,0,FALSE,,, -diving_board.n.01,soakable,0,0,FALSE,,, -double_boiler.n.01,liquid,0,0,FALSE,,, -double_boiler.n.01,heatSource,1,1,TRUE,N/A,, -double_boiler.n.01,fireSource,0,0,FALSE,,, -double_boiler.n.01,cookable,0,0,FALSE,,, -double_boiler.n.01,coldSource,1,0,FALSE,,, -double_boiler.n.01,sliceable,0,0,FALSE,,, -double_boiler.n.01,slicer,0,0,FALSE,,, -double_boiler.n.01,soakable,0,0,FALSE,,, -drumstick.n.01,liquid,0,0,FALSE,,, -drumstick.n.01,heatSource,0,0,FALSE,,, -drumstick.n.01,fireSource,1,0,FALSE,,, -drumstick.n.01,cookable,0,0,FALSE,,, -drumstick.n.01,coldSource,0,0,FALSE,,, -drumstick.n.01,sliceable,0,0,FALSE,,, -drumstick.n.01,slicer,0,0,FALSE,,, -drumstick.n.01,soakable,0,0,FALSE,,, -softener.n.01,liquid,1,1,FALSE,,, \ No newline at end of file diff --git a/bddl/transition_map/transition_map.bddl b/bddl/transition_map/transition_map.bddl deleted file mode 100644 index d5d4bf55..00000000 --- a/bddl/transition_map/transition_map.bddl +++ /dev/null @@ -1,39 +0,0 @@ -; cooking - but these are fully specialized. no general-across-objects here. -(:rule - (:input - (flour.n.01) - (granulated_sugar.n.01) - (raw_egg.n.01) ; how do I say I need 2? - (vanilla.n.02) - (melted__butter.n.01) - (baking_powder.n.01) - (salt.n.02) - ) - (:output - (cookie_dough.n.01) - ) - (:transitionrequirement - (toggled_on electric_mixer.n.01) - (contains flour.n.01 electric_mixer.n.01) - (contains granulated_sugar.n.01 electric_mixer.n.01) - (contains raw_egg.n.01 electric_mixer.n.01) - (contains vanilla.n.02 electric_mixer.n.01) - (contains melted__butter.n.01 electric_mixer.n.01) - (contains baking_powder.n.01 electric_mixer.n.01) - (contains salt.n.02 electric_mixer.n.01) - ) -) -(:rule - (:input - (cookie_dough.n.01) - ) - (:output - (cooked sugar_cookie.n.01) - ) - (:transitionrequirement - (toggled_on oven.n.01) - (inside cookie_dough.n.01 oven.n.01) - ; do I list all the different containers (pan, cookie sheet, etc.) - ; that the cookie dough could possibly be on? - ) -) \ No newline at end of file diff --git a/setup.py b/setup.py index 89303d3a..3d34e86e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='bddl', - version='3.0.0b1', + version='3.1.0', author='Stanford University', long_description_content_type='text/markdown', long_description=long_description, diff --git a/tests/bddl_debug_backend.py b/tests/bddl_debug_backend.py index 5e7c1e26..4a5f4ed0 100644 --- a/tests/bddl_debug_backend.py +++ b/tests/bddl_debug_backend.py @@ -1,8 +1,11 @@ from bddl.logic_base import UnaryAtomicFormula, BinaryAtomicFormula from bddl.backend_abc import BDDLBackend +from bddl.parsing import parse_domain -unaries = ["cooked", "real", "future", "frozen", "closed", "open", "folded", "unfolded", "toggled_on", "hot", "on_fire", "assembled", "broken"] -binaries = ["saturated", "covered", "filled", "contains", "ontop", "nextto", "empty", "under", "touching", "inside", "overlaid", "attached", "draped", "insource", "inroom"] + +*__, domain_predicates = parse_domain("omnigibson") +UNARIES = [predicate for predicate, inputs in domain_predicates.items() if len(inputs) == 1] +BINARIES = [predicate for predicate, inputs in domain_predicates.items() if len(inputs) == 2] class DebugUnaryFormula(UnaryAtomicFormula): def _evaluate(): @@ -28,9 +31,9 @@ def gen_binary_token(predicate_name, generate_ground_options=True): class DebugBackend(BDDLBackend): def get_predicate_class(self, predicate_name): - if predicate_name in unaries: + if predicate_name in UNARIES: return gen_unary_token(predicate_name) - elif predicate_name in binaries: + elif predicate_name in BINARIES: return gen_binary_token(predicate_name) else: raise KeyError(predicate_name) @@ -38,4 +41,53 @@ def get_predicate_class(self, predicate_name): class DebugGenericObject(object): def __init__(self, name): - self.name = name \ No newline at end of file + self.name = name + + +VALID_ATTACHMENTS = set([ + ("mixing_bowl.n.01", "electric_mixer.n.01"), + ("cork.n.04", "wine_bottle.n.01"), + ("menu.n.01", "wall.n.01"), + ("broken__light_bulb.n.01", "table_lamp.n.01"), + ("light_bulb.n.01", "table_lamp.n.01"), + ("lens.n.01", "digital_camera.n.01"), + ("screen.n.01", "wall.n.01"), + ("antler.n.01", "wall.n.01"), + ("skateboard_wheel.n.01", "skateboard.n.01"), + ("blackberry.n.01", "scrub.n.01"), + ("raspberry.n.02", "scrub.n.01"), + ("dip.n.07", "candlestick.n.01"), + ("sign.n.02", "wall.n.01"), + ("wreath.n.01", "wall.n.01"), + ("bow.n.08", "wall.n.01"), + ("holly.n.03", "wall.n.01"), + ("curtain_rod.n.01", "wall.n.01"), + ("bicycle.n.01", "bicycle_rack.n.01"), + ("bicycle_rack.n.01", "wall.n.01"), + ("dartboard.n.01", "wall.n.01"), + ("rug.n.01", "wall.n.01"), + ("fairy_light.n.01", "wall.n.01"), + ("lantern.n.01", "wall.n.01"), + ("address.n.05", "wall.n.01"), + ("hanger.n.02", "wardrobe.n.01"), + ("flagpole.n.02", "wall.n.01"), + ("picture_frame.n.01", "wall.n.01"), + ("wind_chime.n.01", "pole.n.01"), + ("pole.n.01", "wall.n.01"), + ("hook.n.05", "trailer_truck.n.01"), + ("fire_alarm.n.02", "wall.n.01"), + ("poster.n.01", "wall.n.01"), + ("painting.n.01", "wall.n.01"), + ("hanger.n.02", "coatrack.n.01"), + ("license_plate.n.01", "car.n.01"), + ("gummed_label.n.01", "license_plate.n.01"), + ("wallpaper.n.01", "wall.n.01"), + ("mirror.n.01", "wall.n.01"), + ("webcam.n.02", "desktop_computer.n.01"), + ("kayak.n.01", "kayak_rack.n.01"), + ("kayak_rack.n.01", "wall.n.01"), + ("fish.n.02", "fishing_rod.n.01"), + ("bicycle_rack.n.01", "recreational_vehicle.n.01"), +]) + +VALID_ROOMS = set() \ No newline at end of file diff --git a/tests/b1k_qc.py b/tests/bddl_tests.py similarity index 56% rename from tests/b1k_qc.py rename to tests/bddl_tests.py index b2c21fc9..af1544d0 100644 --- a/tests/b1k_qc.py +++ b/tests/bddl_tests.py @@ -8,17 +8,13 @@ import csv from collections import Counter -from bddl.parsing import parse_problem, construct_bddl_from_parsed +from bddl.parsing import parse_problem, parse_domain import bddl.activity from bddl_debug_backend import DebugBackend, DebugGenericObject +import test_utils -PROBLEM_FILE_DIR = "../bddl/activity_definitions" -PROPS_TO_SYNS_JSON = "../bddl/generated_data/properties_to_synsets.json" -SYNS_TO_PROPS_JSON = "../bddl/generated_data/propagated_annots_canonical.json" -CSVS_DIR = "tm_csvs" - -# PREDICATES +# Predicates def is_water_sourced(objects, init, goal): obj_list = [] @@ -60,155 +56,9 @@ def is_water_sourced(objects, init, goal): return True -# OBJECTS - -# Constants - -OBJECT_INSTANCE_RE = r"[A-Za-z-_]+\.n\.[0-9]+_[0-9]+" -OBJECT_CAT_RE = r"[A-Za-z-_]+\.n\.[0-9]+$" -OBJECT_CAT_AND_INST_RE = r"[A-Za-z-_]+\.n\.[0-9]+" -SINGLE_CAT_QUANTS = ["forall", "exists", "forn"] -DOUBLE_CAT_QUANTS = ["forpairs", "fornpairs"] -ROOMS = set([ - "kitchen", - "dining_room", - "living_room", - "utility_room", - "empty_room", - "bedroom", - "bathroom", - "garden", - "shared_office", - "corridor", - "classroom", - "grocery_store", - "computer_lab", - "playroom", - "sauna", - "childs_room", - "garage", - "closet", - "storage_room", - "entryway", - "private_office", - "meeting_room", - "bar", - "staircase", - "spa", - "television_room", - "lobby" -]) -PLACEMENTS = set([ - # "connected", - "ontop", - "inside", - "under", - "filled", - "covered", - "overlaid", - "saturated", - "inroom", - "insource", - # "hung", - "future", - "attached", - "draped", - "contains" -]) -SUBSTANCE_PLACEMENTS = set(["saturated", "filled", "covered", "insource", "contains"]) -FUTURE_SYNSET = "future" - -# Helpers - -def _traverse_goal_for_objects(expr, objects=None): - objects = objects if objects is not None else set() - # Check that category declarations in quantifiers are really categories, and equal - if expr[0] in ["forall", "exists", "forpairs"]: - term, __, cat = expr[1] - assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" - assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" - if expr[0] in ["forpairs"]: - term, __, cat = expr[2] - assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" - assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" - _traverse_goal_for_objects(expr[-1], objects=objects) - if expr[0] in ["forn", "fornpairs"]: - term, __, cat = expr[2] - assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" - assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" - if expr[0] == "fornpairs": - term, __, cat = expr[3] - assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" - assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" - _traverse_goal_for_objects(expr[-1], objects=objects) - - # Check the subexpr for atomic formulae in base case, else recurse - if type(expr[-1]) is not list: - for obj in expr[1:]: - assert re.match(OBJECT_CAT_AND_INST_RE, obj.strip("?")) is not None, f"malformed object term in goal: {obj}" - objects.add(obj.strip("?")) - else: - if expr[0] in ["and", "or"]: - for subexpr in expr[1:]: - _traverse_goal_for_objects(subexpr, objects=objects) - else: - _traverse_goal_for_objects(expr[-1], objects=objects) - - -def _get_defn_elements_from_file(activity): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, 'problem0.bddl') - with open(defn_fn, "r") as f: - __, objects, init, goal = parse_problem(activity, 0, "omnigibson", predefined_problem=f.read()) - return activity, objects, init, goal - - -def _get_objects_from_object_list(objects): - instances, categories = set(), set() - for cat, insts in objects.items(): - categories.add(cat) - for inst in insts: - instances.add(inst) - return instances, categories - - -def _get_instances_in_init(init): - ''' - Take a parsed :init condition and return a set of all instances in it. - ''' - init_insts = set() - for literal in init: - formula = literal[1] if literal[0] == "not" else literal - for inst in formula[1:]: - assert (re.match(OBJECT_INSTANCE_RE, inst) is not None) or (inst in ROOMS), f":init has category: {inst}" - if inst not in ROOMS: - init_insts.add(inst) - return init_insts - - -def _get_objects_in_goal(goal): - goal_objects = set() - goal = ["and"] + goal - _traverse_goal_for_objects(goal, goal_objects) - return goal_objects - -def _get_unique_items_from_transition_map(): - obj_set = set() - for fname in glob.glob(CSVS_DIR): - with open(fname) as f: - for row in f: - first = row.split(',')[0] - if '.n.' in first: - obj_set.add(first.rpartition('_')[0]) - - obj_set.remove('') - - for obj in obj_set: - print(obj) - - # Checkers -def object_list_correctly_formatted(activity): +def object_list_correctly_formatted(defn): ''' Verify that object list has the following properties for each line: - Each ending term matches category regex @@ -216,21 +66,18 @@ def object_list_correctly_formatted(activity): - First through third-to-last terms match instance regex - First through third-to-last terms are of the same category as the ending term ''' - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, "problem0.bddl") - with open(defn_fn, "r") as f: - defn = f.read() objects_section = defn.split("(:objects\n")[-1].split("\n )")[0].split("\n") for line in objects_section: elements = line.strip().split(" ") category = elements[-1] - assert re.match(OBJECT_CAT_RE, category) is not None, f"Malformed category at end of object section line: {category}" + assert re.match(test_utils.OBJECT_CAT_RE, category) is not None, f"Malformed category at end of object section line: {category}" assert elements[-2] == "-", f"There should be a hyphen but instead there is {elements[-2]}" for inst in elements[:-2]: - assert re.match(OBJECT_INSTANCE_RE, inst) is not None, f"Malformed instance {inst}" - assert category == re.match(OBJECT_CAT_AND_INST_RE, inst).group(), f"Mismatched category and object: {category} and {inst}" + assert re.match(test_utils.OBJECT_INSTANCE_RE, inst) is not None, f"Malformed instance {inst}" + assert category == re.match(test_utils.OBJECT_CAT_AND_INST_RE, inst).group(), f"Mismatched category and object: {category} and {inst}" -def all_objects_appropriate(activity): +def all_objects_appropriate(objects, init, goal): ''' Checks the following: 1. All objects in :objects are in :init @@ -240,18 +87,17 @@ def all_objects_appropriate(activity): instances and categories in :objects 4. There are no categories in :init ''' - __, objects, init, goal = _get_defn_elements_from_file(activity) - instances, categories = _get_objects_from_object_list(objects) - init_insts = _get_instances_in_init(init) + instances, categories = test_utils._get_objects_from_object_list(objects) + init_insts = test_utils._get_instances_in_init(init) assert init_insts.issubset(instances), f":init has object instances not in :objects: {init_insts.difference(instances)}" assert instances.issubset(init_insts), f":objects has object instances not in :init: {instances.difference(init_insts)}" - goal_objects = _get_objects_in_goal(goal) + goal_objects = test_utils._get_objects_in_goal(goal) assert goal_objects.issubset(categories.union(instances)), f":goal has objects not in :objects: {goal_objects.difference(categories.union(instances))}" -def all_objects_placed(activity): +def all_objects_placed(init): ''' Make sure everything is placed relative to a ROOM, even transitively. This is because when I hand-edit, I may accidentally not put every new scene object in an inroom. @@ -261,8 +107,7 @@ def all_objects_placed(activity): NOTE should only be executed AFTER all_objects_appropraite ''' - __, objects, init, goal = _get_defn_elements_from_file(activity) - insts = _get_instances_in_init(init) + insts = test_utils._get_instances_in_init(init) insts = set([inst for inst in insts if ["future", inst] not in init]) # Make sure everything not set to `future` is placed relative to a ROOM @@ -276,7 +121,7 @@ def all_objects_placed(activity): for literal in init: formula = literal[1] if literal[0] == "not" else literal # NOTE only uncomment below line suffix when dealing with situations where substance and object have been flipped - if (formula[0] == FUTURE_SYNSET and formula[1] == inst) or ((formula[0] in PLACEMENTS) and (formula[1] == inst) and ((formula[2] in ROOMS) or (formula[2] in placed_insts))) or ((formula[0] in SUBSTANCE_PLACEMENTS) and (formula[1] in placed_insts) and (formula[2] == inst)): + if (formula[0] == test_utils.FUTURE_PREDICATE and formula[1] == inst) or ((formula[0] in test_utils.PLACEMENTS) and (formula[1] == inst) and ((formula[2] in test_utils.ROOMS) or (formula[2] in placed_insts))) or ((formula[0] in test_utils.SUBSTANCE_PLACEMENTS) and (formula[1] in placed_insts) and (formula[2] == inst)): placed_insts.add(inst) saturated = old_placed_insts == placed_insts old_placed_insts = copy.deepcopy(placed_insts) @@ -284,37 +129,29 @@ def all_objects_placed(activity): assert placed_insts == insts, f"Unplaced object instances: {insts.difference(placed_insts)}" -def all_synsets_valid(activity): - with open(SYNS_TO_PROPS_JSON, "r") as f: - syns_to_props = json.load(f) - __, objects, init, goal = _get_defn_elements_from_file(activity) - instances, categories = _get_objects_from_object_list(objects) - init_insts = _get_instances_in_init(init) - goal_objects = _get_objects_in_goal(goal) - object_insts = set([re.match(OBJECT_CAT_AND_INST_RE, inst).group() for inst in instances.union(init_insts).union(goal_objects)]) +def no_invalid_synsets(objects, init, goal, syns_to_props): + instances, categories = test_utils._get_objects_from_object_list(objects) + init_insts = test_utils._get_instances_in_init(init) + goal_objects = test_utils._get_objects_in_goal(goal) + object_insts = set([re.match(test_utils.OBJECT_CAT_AND_INST_RE, inst).group() for inst in instances.union(init_insts).union(goal_objects)]) object_terms = object_insts.union(categories) for proposed_syn in object_terms: assert (proposed_syn in syns_to_props) or (proposed_syn == "agent.n.01"), f"Invalid synset: {proposed_syn}" -def no_unused_scene_objects(activity): - __, __, init, __ = _get_defn_elements_from_file(activity) - inroomed_objects = [atom[1] for atom in init if "inroom" in atom] - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, 'problem0.bddl') - with open(defn_fn, "r") as f: - defn = f.read() - for inroomed_object in inroomed_objects: - inroom_cat = re.match(OBJECT_CAT_AND_INST_RE, inroomed_object).group() - defn_no_objects = defn.split("(:init")[-1] - if len(re.findall(inroom_cat, defn_no_objects)) + 0 <= 1: - raise AssertionError(f"Potential unused scene object {inroomed_object}") +def no_invalid_predicates(init, goal, domain_predicates): + atoms = [] + for literal in init: + atoms.append(literal[1] if literal[0] == "not" else literal) + atoms.extend(test_utils._get_atoms_in_goal(goal)) + for atom in atoms: + assert atom[0] in domain_predicates, f"Invalid predicate: {atom[0]}" # Check uncontrolled categories -def future_and_real_present(activity): - __, objects, init, goal = _get_defn_elements_from_file(activity) - init_objects = _get_instances_in_init(init) +def future_and_real_present(objects, init, goal): + init_objects = test_utils._get_instances_in_init(init) future_objects = set([literal[1] for literal in init if literal[0] == "future"]) real_objects = set([expression[1].strip("?") for expression in goal if expression[0] == "real"]) for expression in goal: @@ -326,14 +163,9 @@ def future_and_real_present(activity): assert real_objects.issubset(future_objects.union(init_objects)), f"{real_objects.difference(future_objects)} in real clauses but not future clauses or init" -def no_repeat_object_lines(activity): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, "problem0.bddl") - with open(defn_fn, "r") as f: - defn = f.read() - # print(defn.split("(:objects")[1].split(":(init")[0].split("\n")[1:-4]) +def no_repeat_object_lines(defn): from pprint import pprint objects_lines = [line.strip() for line in defn.split("(:objects")[1].split("(:init")[0].split("\n")[1:-3]] - # pprint(objects_lines) seen_cats = set() for objects_line in objects_lines: if objects_line == ")": @@ -343,36 +175,28 @@ def no_repeat_object_lines(activity): seen_cats.add(cat) -def no_qmarks_in_init(activity): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, "problem0.bddl") - with open(defn_fn, "r") as f: - defn = f.read() +def no_qmarks_in_init(defn): init = defn.split("(:init")[1].split("(:goal")[0] assert "?" not in init, "Inappropriate ? in :init." -def no_contradictory_init_atoms(activity): - __, __, init, __ = _get_defn_elements_from_file(activity) +def no_contradictory_init_atoms(init): for literal in init: if literal[0] == "not": assert literal[1] not in init, f"Contradictory init statements: {literal[1]}" -def no_uncontrolled_category(activity): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, 'problem0.bddl') - with open(defn_fn, "r") as f: - defn=f.read() +def no_uncontrolled_category(activity, defn): conds = bddl.activity.Conditions(activity, 0, "omnigibson", predefined_problem=defn) scope = bddl.activity.get_object_scope(conds) - init = bddl.activity.get_initial_conditions(conds, DebugBackend(), scope, generate_ground_options=False) + bddl.activity.get_initial_conditions(conds, DebugBackend(), scope, generate_ground_options=False) # Pretend scope has been filled for name in scope: scope[name] = DebugGenericObject(name) - goal = bddl.activity.get_goal_conditions(conds, DebugBackend(), scope, generate_ground_options=False) + bddl.activity.get_goal_conditions(conds, DebugBackend(), scope, generate_ground_options=False) -def agent_present(activity): - __, __, init, __ = _get_defn_elements_from_file(activity) +def agent_present(init): for literal in init: if (literal[0] == "ontop") and (literal[1] == "agent.n.01_1"): break @@ -381,25 +205,69 @@ def agent_present(activity): def problem_name_correct(activity, definition_id=0): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, f'problem{definition_id}.bddl') + defn_fn = os.path.join(test_utils.PROBLEM_FILE_DIR, activity, f'problem{definition_id}.bddl') with open(defn_fn, "r") as f: problem_name, *__ = parse_problem(activity, 0, "omnigibson", predefined_problem=f.read()) assert (problem_name == f"{activity}-{definition_id}") or (problem_name == f"{activity.lower()}-{definition_id}"), f"Wrong problem name '{problem_name}' for activity '{activity}'" +def no_misaligned_synsets_predicates(init, goal, syns_to_props): + for literal in init: + init_atom = literal[1] if literal[0] == "not" else literal + test_utils.check_synset_predicate_alignment(init_atom, syns_to_props) + goal_atoms = test_utils._get_atoms_in_goal(goal) + for goal_atom in goal_atoms: + test_utils.check_synset_predicate_alignment(goal_atom, syns_to_props) + + +def no_unnecessary_specific_containers(objects, init, goal, syns_to_props): + specific_fillable_containers = [obj_cat for obj_cat in objects.keys() if obj_cat != "agent.n.01" and "fillable" in syns_to_props[obj_cat] and test_utils.is_specific_container_synset(obj_cat)] + + atoms = [] + for literal in init: + atoms.append(literal[1] if literal[0] == "not" else literal) + goal_atoms = [[term.strip("?") for term in goal_atom] for goal_atom in test_utils._get_atoms_in_goal(goal)] + atoms.extend(goal_atoms) + fill_atoms = [atom for atom in atoms if (atom[0] in ["filled", "contains", "insource", "inside"])] + + for specific_fillable_container in specific_fillable_containers: + for atom in fill_atoms: + # print(atom) + if (atom[0] in ["filled", "contains", "insource"]) and (re.match(test_utils.OBJECT_CAT_AND_INST_RE, atom[1]).group() == specific_fillable_container): + break + if (atom[0] == "inside") and (re.match(test_utils.OBJECT_CAT_AND_INST_RE, atom[2]).group() == specific_fillable_container): + break + else: + raise AssertionError(f"Substance-specific fillable container {specific_fillable_container} that does not fill/contain anything/have anything inside. Switch to container__of version.") + + +def no_substances_with_multiple_instances(objects, syns_to_props): + for cat, insts in objects.items(): + if "substance" in syns_to_props[cat]: + assert len(insts) == 1, f"Substance {cat} with {len(insts)} instances instead of 1" + + # MAIN -def verify_definition(activity, csv=False): - object_list_correctly_formatted(activity) - all_objects_appropriate(activity) - all_objects_placed(activity) - future_and_real_present(activity) - no_repeat_object_lines(activity) - no_qmarks_in_init(activity) - no_contradictory_init_atoms(activity) - no_uncontrolled_category(activity) - all_synsets_valid(activity) - agent_present(activity) +def verify_definition(activity, syns_to_props, domain_predicates, csv=False): + defn_fn = os.path.join(test_utils.PROBLEM_FILE_DIR, activity, "problem0.bddl") + with open(defn_fn, "r") as f: + defn = f.read() + __, objects, init, goal = test_utils._get_defn_elements_from_file(activity) + object_list_correctly_formatted(defn) + all_objects_appropriate(objects, init, goal) + all_objects_placed(init) + future_and_real_present(objects, init, goal) + no_repeat_object_lines(defn) + no_qmarks_in_init(defn) + no_contradictory_init_atoms(init) + no_invalid_synsets(objects, init, goal, syns_to_props) + no_invalid_predicates(init, goal, domain_predicates) + no_uncontrolled_category(activity, defn) + no_misaligned_synsets_predicates(init, goal, syns_to_props) + no_unnecessary_specific_containers(objects, init, goal, syns_to_props) + no_substances_with_multiple_instances(objects, syns_to_props) + agent_present(init) problem_name_correct(activity) if csv: no_filled_in_tm_recipe_goal(activity) @@ -408,14 +276,17 @@ def verify_definition(activity, csv=False): # Master planning sheet def batch_verify_all(csv=False): - for activity in sorted(os.listdir(PROBLEM_FILE_DIR)): - if "-" in activity: continue # TODO deal with these directories - if not os.path.isdir(os.path.join(PROBLEM_FILE_DIR, activity)): continue + with open(test_utils.SYNS_TO_PROPS_JSON, "r") as f: + syns_to_props = json.load(f) + *__, domain_predicates = parse_domain("omnigibson") + for activity in sorted(os.listdir(test_utils.PROBLEM_FILE_DIR)): + if "-" in activity: continue + if not os.path.isdir(os.path.join(test_utils.PROBLEM_FILE_DIR, activity)): continue print() print(activity) - if os.path.exists(os.path.join(CSVS_DIR, activity + ".csv")): + if os.path.exists(os.path.join(test_utils.CSVS_DIR, activity + ".csv")): try: - verify_definition(activity, csv=csv) + verify_definition(activity, syns_to_props, domain_predicates, csv=csv) except FileNotFoundError: print() print("file not found for", activity) @@ -429,7 +300,7 @@ def batch_verify_all(csv=False): to_continue = input("continue? y/n: ") continue else: - verify_definition(activity, csv=False) + verify_definition(activity, syns_to_props, domain_predicates, csv=False) def unpack_nested_lines(sec): @@ -456,13 +327,13 @@ def unpack_nested_lines(sec): # Transition maps def no_filled_in_tm_recipe_goal(activity): - defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, "problem0.bddl") + defn_fn = os.path.join(test_utils.PROBLEM_FILE_DIR, activity, "problem0.bddl") with open(defn_fn, "r") as f: defn = f.read() goal_section = defn.split(":goal")[-1] assert "filled" not in goal_section, "filled in TM BDDL :goal" - csv = os.path.join(CSVS_DIR, activity + ".csv") + csv = os.path.join(test_utils.CSVS_DIR, activity + ".csv") with open(csv, "r") as f: lines = list(f.readlines()) container_lines = [lines[i + 1] for i in range(len(lines) - 1) if "container," in lines[i]] @@ -471,7 +342,7 @@ def no_filled_in_tm_recipe_goal(activity): def sync_csv(activity): - csv = os.path.join(CSVS_DIR, activity + ".csv") + csv = os.path.join(test_utils.CSVS_DIR, activity + ".csv") csv_objs = set() bddl_objs = set() @@ -498,9 +369,8 @@ def sync_csv(activity): csv_objs.discard('') - __, objects, init, _ = _get_defn_elements_from_file(activity) - bddl_objs, _ = _get_objects_from_object_list(objects) - # print(bddl_objs) + __, objects, init, _ = test_utils._get_defn_elements_from_file(activity) + bddl_objs, _ = test_utils._get_objects_from_object_list(objects) for literal in init: formula = literal[1] if literal[0] == "not" else literal #things to ignore @@ -528,7 +398,7 @@ def sync_csv(activity): def batch_sync_csv(): - for fname in os.listdir(CSVS_DIR): + for fname in os.listdir(test_utils.CSVS_DIR): activity = fname[:-len(".csv")] print() print(activity) diff --git a/tests/test_utils.py b/tests/test_utils.py new file mode 100644 index 00000000..15497d32 --- /dev/null +++ b/tests/test_utils.py @@ -0,0 +1,365 @@ +import json +import os +import re + +from bddl.generated_data.transition_map.tm_submap_params import TM_SUBMAPS_TO_PARAMS +from bddl.parsing import parse_problem, parse_domain + +# Files + +PROBLEM_FILE_DIR = "../bddl/activity_definitions" +PROPS_TO_SYNS_JSON = "../bddl/generated_data/properties_to_synsets.json" +SYNS_TO_PROPS_JSON = "../bddl/generated_data/propagated_annots_canonical.json" +CSVS_DIR = "tm_csvs" + +# Constants + +*__, domain_predicates = parse_domain("omnigibson") +UNARIES = [predicate for predicate, inputs in domain_predicates.items() if len(inputs) == 1] +BINARIES = [predicate for predicate, inputs in domain_predicates.items() if len(inputs) == 2] + +VALID_ATTACHMENTS = set([ + ("mixing_bowl.n.01", "electric_mixer.n.01"), + ("cork.n.04", "wine_bottle.n.01"), + ("menu.n.01", "wall.n.01"), + ("broken__light_bulb.n.01", "table_lamp.n.01"), + ("light_bulb.n.01", "table_lamp.n.01"), + ("lens.n.01", "digital_camera.n.01"), + ("screen.n.01", "wall.n.01"), + ("antler.n.01", "wall.n.01"), + ("skateboard_wheel.n.01", "skateboard.n.01"), + ("blackberry.n.01", "scrub.n.01"), + ("raspberry.n.02", "scrub.n.01"), + ("dip.n.07", "candlestick.n.01"), + ("sign.n.02", "wall.n.01"), + ("wreath.n.01", "wall.n.01"), + ("bow.n.08", "wall.n.01"), + ("holly.n.03", "wall.n.01"), + ("curtain_rod.n.01", "wall.n.01"), + ("bicycle.n.01", "bicycle_rack.n.01"), + ("bicycle_rack.n.01", "wall.n.01"), + ("dartboard.n.01", "wall.n.01"), + ("rug.n.01", "wall.n.01"), + ("fairy_light.n.01", "wall.n.01"), + ("lantern.n.01", "wall.n.01"), + ("address.n.05", "wall.n.01"), + ("hanger.n.02", "wardrobe.n.01"), + ("flagpole.n.02", "wall.n.01"), + ("picture_frame.n.01", "wall.n.01"), + ("wind_chime.n.01", "pole.n.01"), + ("pole.n.01", "wall.n.01"), + ("hook.n.05", "trailer_truck.n.01"), + ("fire_alarm.n.02", "wall.n.01"), + ("poster.n.01", "wall.n.01"), + ("painting.n.01", "wall.n.01"), + ("hanger.n.02", "coatrack.n.01"), + ("license_plate.n.01", "car.n.01"), + ("gummed_label.n.01", "license_plate.n.01"), + ("wallpaper.n.01", "wall.n.01"), + ("mirror.n.01", "wall.n.01"), + ("webcam.n.02", "desktop_computer.n.01"), + ("kayak.n.01", "kayak_rack.n.01"), + ("kayak_rack.n.01", "wall.n.01"), + ("fish.n.02", "fishing_rod.n.01"), + ("bicycle_rack.n.01", "recreational_vehicle.n.01"), +]) + +VALID_ROOMS = set() + +OBJECT_INSTANCE_RE = r"[A-Za-z-_]+\.n\.[0-9]+_[0-9]+" +OBJECT_CAT_RE = r"[A-Za-z-_]+\.n\.[0-9]+$" +OBJECT_CAT_AND_INST_RE = r"[A-Za-z-_]+\.n\.[0-9]+" +SINGLE_CAT_QUANTS = ["forall", "exists", "forn"] +DOUBLE_CAT_QUANTS = ["forpairs", "fornpairs"] +ROOMS = set([ + "kitchen", + "dining_room", + "living_room", + "utility_room", + "empty_room", + "bedroom", + "bathroom", + "garden", + "shared_office", + "corridor", + "classroom", + "grocery_store", + "computer_lab", + "playroom", + "sauna", + "childs_room", + "garage", + "closet", + "storage_room", + "entryway", + "private_office", + "meeting_room", + "bar", + "staircase", + "spa", + "television_room", + "lobby" +]) +PLACEMENTS = set([ + # "connected", + "ontop", + "inside", + "under", + "filled", + "covered", + "overlaid", + "saturated", + "inroom", + "insource", + # "hung", + "future", + "attached", + "draped", + "contains" +]) +SUBSTANCE_PLACEMENTS = set(["saturated", "filled", "covered", "insource", "contains"]) +FUTURE_PREDICATE = "future" + + +# Helpers + +def _traverse_goal_for_objects(expr, objects=None): + objects = objects if objects is not None else set() + # Check that category declarations in quantifiers are really categories, and equal + if expr[0] in ["forall", "exists", "forpairs"]: + term, __, cat = expr[1] + assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" + assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" + if expr[0] in ["forpairs"]: + term, __, cat = expr[2] + assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" + assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" + _traverse_goal_for_objects(expr[-1], objects=objects) + if expr[0] in ["forn", "fornpairs"]: + term, __, cat = expr[2] + assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" + assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" + if expr[0] == "fornpairs": + term, __, cat = expr[3] + assert term.strip("?") == cat, f"mismatched term and cat declaration: {term}, {cat}" + assert re.match(OBJECT_CAT_RE, term.strip("?")) is not None, f"non-category term in quantifier declaration: {term}" + _traverse_goal_for_objects(expr[-1], objects=objects) + + # Check the subexpr for atomic formulae in base case, else recurse + if type(expr[-1]) is not list: + for obj in expr[1:]: + assert re.match(OBJECT_CAT_AND_INST_RE, obj.strip("?")) is not None, f"malformed object term in goal: {obj}" + objects.add(obj.strip("?")) + else: + if expr[0] in ["and", "or"]: + for subexpr in expr[1:]: + _traverse_goal_for_objects(subexpr, objects=objects) + else: + _traverse_goal_for_objects(expr[-1], objects=objects) + + +def _get_defn_elements_from_file(activity): + defn_fn = os.path.join(PROBLEM_FILE_DIR, activity, 'problem0.bddl') + with open(defn_fn, "r") as f: + __, objects, init, goal = parse_problem(activity, 0, "omnigibson", predefined_problem=f.read()) + return activity, objects, init, goal + + +def _get_objects_from_object_list(objects): + instances, categories = set(), set() + for cat, insts in objects.items(): + categories.add(cat) + for inst in insts: + instances.add(inst) + return instances, categories + + +def _get_instances_in_init(init): + ''' + Take a parsed :init condition and return a set of all instances in it. + ''' + init_insts = set() + for literal in init: + formula = literal[1] if literal[0] == "not" else literal + for inst in formula[1:]: + assert (re.match(OBJECT_INSTANCE_RE, inst) is not None) or (inst in ROOMS), f":init has category: {inst}" + if inst not in ROOMS: + init_insts.add(inst) + return init_insts + + +def _get_objects_in_goal(goal): + goal_objects = set() + goal = ["and"] + goal + _traverse_goal_for_objects(goal, goal_objects) + return goal_objects + + +def _traverse_goal_for_atoms(expr, goal_atoms): + if all(type(subexpr) == str for subexpr in expr): + goal_atoms.append(expr) + elif expr[0] in ["and", "or"]: + for subexpr in expr[1:]: + _traverse_goal_for_atoms(subexpr, goal_atoms) + elif expr[0] in ["forall", "exists", "forn", "forpairs", "fornpairs"]: + _traverse_goal_for_atoms(expr[-1], goal_atoms) + elif expr[0] == "imply": + _traverse_goal_for_atoms(expr[1], goal_atoms) + _traverse_goal_for_atoms(expr[2], goal_atoms) + elif expr[0] == "not": + _traverse_goal_for_atoms(expr[1], goal_atoms) + else: + raise ValueError(f"Unhandled logic operator {expr[0]}") + + +def _get_atoms_in_goal(goal): + goal_atoms = [] + for goal_expr in goal: + _traverse_goal_for_atoms(goal_expr, goal_atoms) + return goal_atoms + + +def _get_unique_items_from_transition_map(): + obj_set = set() + for fname in glob.glob(CSVS_DIR): + with open(fname) as f: + for row in f: + first = row.split(',')[0] + if '.n.' in first: + obj_set.add(first.rpartition('_')[0]) + + obj_set.remove('') + + for obj in obj_set: + print(obj) + + +def is_specific_container_synset(synset): + return "__" in synset and "__of__" not in synset and "diced__" not in synset and "cooked__" not in synset and "half__" not in synset + + +def check_synset_predicate_alignment(atom, syns_to_props): + if atom[0] == "ontop" and atom[1] == "agent.n.01_1": + return + + pred, *object_insts = atom + objects = [] + for object_inst in object_insts: + syn_match = re.match(OBJECT_CAT_AND_INST_RE, object_inst.strip("?")) + if syn_match is not None: + objects.append(syn_match.group()) + elif True: # object_inst in VALID_ROOMS: # TODO uncomment when VALID_ROOMS is populated + if pred == "inroom": + objects.append(object_inst) + else: + raise AssertionError(f"Nonsynset {object_inst} outside inroom") + else: + raise AssertionError(f"Invalid room {object_inst}") + assert (pred in UNARIES) or (pred in BINARIES), f"Invalid predicate: {pred}" + assert ((pred in UNARIES) and (len(objects) == 1)) or ((pred in BINARIES) and (len(objects) == 2)), f"Atom has wrong arity: {atom}" + + # Unaries + if pred == "cooked": + assert "cookable" in syns_to_props[objects[0]], f"Inapplicable cooked: {atom}" + if pred == "frozen": + assert "freezable" in syns_to_props[objects[0]], f"Inapplicable frozen: {atom}" + if pred == "closed" or pred == "open": + assert "openable" in syns_to_props[objects[0]], f"Inapplicable closed/open: {atom}" + if pred == "folded" or pred == "unfolded": + assert "drapeable" in syns_to_props[objects[0]], f"Inapplicable folded/unfolded: {atom}" + if pred == "toggled_on": + assert "toggleable" in syns_to_props[objects[0]], f"Inapplicable toggled_on: {atom}" + if pred == "hot": + assert "heatable" in syns_to_props[objects[0]], f"Inapplicable hot: {atom}" + if pred == "on_fire": + assert "flammable" in syns_to_props[objects[0]], f"Inapplicable on_fire: {atom}" + if pred == "assembled": + assert "assembleable" in syns_to_props[objects[0]], f"Inapplicable assembled: {atom}" + if pred == "broken": + assert "breakable" in syns_to_props[objects[0]], f"Inapplicable broken: {atom}" + + # Binaries + if pred == "saturated": + assert ("particleRemover" in syns_to_props[objects[0]]) and ("substance" in syns_to_props[objects[1]]), f"Inapplicable saturated: {atom}" + if pred == "covered": + assert ("nonSubstance" in syns_to_props[objects[0]]) and ("substance" in syns_to_props[objects[1]]), f"Inapplicable covered: {atom}" + if pred == "filled": + assert ("fillable" in syns_to_props[objects[0]]) and ("physicalSubstance" in syns_to_props[objects[1]]), f"Inapplicable filled/empty: {atom}" + if pred == "contains" or pred == "empty": + assert ("fillable" in syns_to_props[objects[0]]) and ("substance" in syns_to_props[objects[1]]), f"Inapplicable contains: {atom}" + if pred == "ontop": + assert ("nonSubstance" in syns_to_props[objects[0]]) and ("nonSubstance" in syns_to_props[objects[1]]), f"Inapplicable ontop: {atom}" + if pred == "nextto": + assert ("nonSubstance" in syns_to_props[objects[0]]) and ("nonSubstance" in syns_to_props[objects[1]]), f"Inapplicable nextto: {atom}" + if pred == "under": + assert ("nonSubstance" in syns_to_props[objects[0]]) and ("rigidBody" in syns_to_props[objects[1]]), f"Inapplicable under: {atom}" + if pred == "touching": + assert ("rigidBody" in syns_to_props[objects[0]]) and ("rigidBody" in syns_to_props[objects[1]]), f"Inapplicable touching: {atom}" + if pred == "inside": + assert ("nonSubstance" in syns_to_props[objects[0]]) and ("nonSubstance" in syns_to_props[objects[1]]), f"Inapplicable inside: {atom}" + if pred == "overlaid": + assert ("drapeable" in syns_to_props[objects[0]]) and ("rigidBody" in syns_to_props[objects[1]]), f"Inapplicable overlaid: {atom}" + if pred == "attached": + assert tuple(objects) in VALID_ATTACHMENTS, f"Inapplicable attached: {atom}" + if pred == "draped": + assert ("drapeable" in syns_to_props[objects[0]]) and ("rigidBody" in syns_to_props[objects[1]]), f"Inapplicable overlaid: {atom}" + if pred == "insource": + assert (("particleSource" in syns_to_props[objects[0]]) or ("particleApplier" in syns_to_props[objects[0]])) and ("substance" in syns_to_props[objects[1]]), f"Inapplicable insource: {atom}" + + +def check_clashing_transition_rules(): + # Check within each submap + for submap_name in TM_SUBMAPS_TO_PARAMS: + with open(os.path.join("..", "bddl", "generated_data", "transition_map", "tm_jsons", submap_name + ".json"), "r") as f: + submap = json.load(f) + seen_object_sets = [] + for rule in submap: + # Get relevant parameters + rule_name = rule.get("rule_name", "No name") + input_objects = rule.get("input_objects", {}) + input_states = rule.get("input_states", {}) + input_states = input_states if input_states is not None else {} + if submap_name == "heat_cook": + equipment = set([list(rule["heat_source"].keys())[0], list(rule["container"].keys())[0]]) + elif submap_name == "single_toggleable_machine": + equipment = set([list(rule["machine"].keys())[0]]) + else: + equipment = set() # Equivalence will pass trivially when checked, because this rule already clashes + output_objects = rule.get("output_objects", {}) + output_states = rule.get("output_states", {}) + output_states = output_states if output_states is not None else {} + + # NOTE doing input_objects.keys, not input_objects.items, because simulator is not actually sensitive to amount. It only checks for category, + # so different amounts but same categories still need to result in the same output. + + # Collect all sets of input objects to check subsetting + input_objects = set(sorted(input_objects.keys(), key=lambda x: x[0])) + output_objects = set(sorted(output_objects.keys(), key=lambda x: x[0])) + input_states_strs = set([syns + "@" + ";".join([f"{pred}:{val}" for pred, val in sorted(states, key=lambda x: x[0])]) for syns, states in sorted(input_states.items(), key=lambda x: x[0])]) + output_states_strs = set([syns + "@" + ";".join([f"{pred}:{val}" for pred, val in sorted(states, key=lambda x: x[0])]) for syns, states in sorted(output_states.items(), key=lambda x: x[0])]) + for seen_rule_name, seen_object_set, seen_states_set, seen_equipment, seen_output_objects, seen_output_states in seen_object_sets: + # If we see that our next input objects set is a subset or superset... + if input_objects.issuperset(seen_object_set) or input_objects.issubset(seen_object_set): + # Construct a set of atomic formulae in string format + if input_states_strs.issuperset(seen_states_set) or input_states_strs.issubset(seen_states_set): + if equipment == seen_equipment: + # At this point, the output needs to be identical + if not output_objects == seen_output_objects or not output_states_strs == seen_output_states: + raise AssertionError(f"Clashing rules with input objects {rule_name} and {seen_rule_name} in submap {submap_name}.") + + seen_object_sets.append((rule_name, input_objects, input_states_strs, equipment, output_objects, output_states_strs)) + + # Check heat_cook rules vs cooking individual items, since those are a potential clash that we know of + # for activity in os.listdir(PROBLEM_FILE_DIR): + # if not os.path.isdir(os.path.join(PROBLEM_FILE_DIR, activity)): continue + # __, objects, init, goal = _get_defn_elements_from_file(activity) + + # # Check for a rigid body ending cooked and starting not cooked/cook state unspecified, or a future clause for a cooked substance + # for cooking_rigids: + + + # NOTE other heuristics as we discover them + + +if __name__ == "__main__": + check_clashing_transition_rules() \ No newline at end of file diff --git a/tests/tm_csvs/baking_cookies_for_the_PTA_bake_sale.csv b/tests/tm_csvs/baking_cookies_for_the_PTA_bake_sale.csv index ae6ca0ab..9756c2fb 100644 --- a/tests/tm_csvs/baking_cookies_for_the_PTA_bake_sale.csv +++ b/tests/tm_csvs/baking_cookies_for_the_PTA_bake_sale.csv @@ -9,14 +9,14 @@ melted__butter.n.01_1, baking_powder.n.01_1, salt.n.02_1, output-objects, -cookie_dough.n.01_1,not cooked +sugar_cookie_dough.n.01_1,not cooked tool, electric_mixer.n.01_1, container, mixing_bowl.n.01_1,inside STEP 2, input-objects, -cookie_dough.n.01_1,not cooked +sugar_cookie_dough.n.01_1,not cooked output-objects, sugar_cookie.n.01_1,cooked sugar_cookie.n.01_2,cooked diff --git a/tests/tm_csvs/baking_sugar_cookies.csv b/tests/tm_csvs/baking_sugar_cookies.csv index bbb03137..fb024e96 100644 --- a/tests/tm_csvs/baking_sugar_cookies.csv +++ b/tests/tm_csvs/baking_sugar_cookies.csv @@ -8,7 +8,7 @@ melted__butter.n.01_1, sodium_carbonate.n.01_1, baking_powder.n.01_1, output-objects, -cookie_dough.n.01_1,not cooked +sugar_cookie_dough.n.01_1,not cooked tool, electric_mixer.n.01_1, container, diff --git a/tests/tm_csvs/cold_brew_coffee.csv b/tests/tm_csvs/cold_brew_coffee.csv deleted file mode 100644 index 46a13dae..00000000 --- a/tests/tm_csvs/cold_brew_coffee.csv +++ /dev/null @@ -1,10 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -ground_coffee.n.01_1, -water.n.06_1, -output-objects, -drip_coffee.n.01_1, -tool, -paper_coffee_filter.n.01_1, -container, -mason_jar.n.01_1,contains diff --git a/tests/tm_csvs/make_a_cappuccino.csv b/tests/tm_csvs/make_a_cappuccino.csv index 8621dea3..0601458e 100644 --- a/tests/tm_csvs/make_a_cappuccino.csv +++ b/tests/tm_csvs/make_a_cappuccino.csv @@ -5,7 +5,7 @@ instant_coffee.n.01_1, output-objects, espresso.n.01_1, tool, -blender.n.01_1, +coffee_maker.n.01_1, container, teacup.n.02_1,contains STEP 2 , diff --git a/tests/tm_csvs/make_a_cheese_pastry.csv b/tests/tm_csvs/make_a_cheese_pastry.csv index 915dda80..bb374a1e 100644 --- a/tests/tm_csvs/make_a_cheese_pastry.csv +++ b/tests/tm_csvs/make_a_cheese_pastry.csv @@ -19,20 +19,20 @@ butter.n.01_1, flour.n.01_1, salt.n.02_1, output-objects, -pastry_dough.n.01_1, +pastry.n.01_1, tool, food_processor.n.01_1, STEP 3, input-objects, -pastry_dough.n.01_1,not cooked +pastry.n.01_1,not cooked cheese_pastry_filling.n.01_1, output-objects, -cheese_pastry.n.01_1,cooked -cheese_pastry.n.01_2,cooked -cheese_pastry.n.01_3,cooked -cheese_pastry.n.01_4,cooked -cheese_pastry.n.01_5,cooked -cheese_pastry.n.01_6,cooked +cheese_tart.n.01_1,cooked +cheese_tart.n.01_2,cooked +cheese_tart.n.01_3,cooked +cheese_tart.n.01_4,cooked +cheese_tart.n.01_5,cooked +cheese_tart.n.01_6,cooked tool, oven.n.01_1, container, diff --git a/tests/tm_csvs/make_a_frappe.csv b/tests/tm_csvs/make_a_frappe.csv index e1e85842..5d94590c 100644 --- a/tests/tm_csvs/make_a_frappe.csv +++ b/tests/tm_csvs/make_a_frappe.csv @@ -7,7 +7,7 @@ ice_cube.n.01_1, ice_cube.n.01_2, ice_cube.n.01_3, ice_cube.n.01_4, -ice_cream.n.01_1, +scoop_of_ice_cream.n.01_1, output-objects, milkshake.n.01_1, tool, diff --git a/tests/tm_csvs/make_a_milkshake.csv b/tests/tm_csvs/make_a_milkshake.csv index c26a2396..a3817505 100644 --- a/tests/tm_csvs/make_a_milkshake.csv +++ b/tests/tm_csvs/make_a_milkshake.csv @@ -2,7 +2,7 @@ STEP 1,Unnamed: 1 input-objects, whole_milk.n.01_1, chocolate_sauce.n.01_1, -ice_cream.n.01_1, +scoop_of_ice_cream.n.01_1, output-objects, milkshake.n.01_1, tool, diff --git a/tests/tm_csvs/make_an_afternoon_tea_with_strawberries.csv b/tests/tm_csvs/make_an_afternoon_tea_with_strawberries.csv deleted file mode 100644 index c5bb1cae..00000000 --- a/tests/tm_csvs/make_an_afternoon_tea_with_strawberries.csv +++ /dev/null @@ -1,12 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -water.n.06_1, -honey.n.01_1, -green_tea.n.01_1, -strawberry.n.01_1, -output-objects, -tea.n.01_1, -tool, -stove.n.01_1, -container, -teapot.n.01_1,contains diff --git a/tests/tm_csvs/make_an_iced_espresso.csv b/tests/tm_csvs/make_an_iced_espresso.csv index b3993d35..bd1d96a5 100644 --- a/tests/tm_csvs/make_an_iced_espresso.csv +++ b/tests/tm_csvs/make_an_iced_espresso.csv @@ -3,8 +3,6 @@ input-objects, espresso.n.01_1, low-fat_milk.n.01_1, sugar_syrup.n.01_1, -ice_cube.n.01_1, -ice_cube.n.01_2, output-objects, cafe_au_lait.n.01_1, tool, diff --git a/tests/tm_csvs/make_brownies.csv b/tests/tm_csvs/make_brownies.csv index 0f65a166..1956b214 100644 --- a/tests/tm_csvs/make_brownies.csv +++ b/tests/tm_csvs/make_brownies.csv @@ -1,6 +1,6 @@ STEP 1,Unnamed: 1 input-objects, -butter.n.01_1, +melted__butter.n.01_1, granulated_sugar.n.01_1, cocoa_powder.n.01_1, vanilla.n.02_1, @@ -8,10 +8,16 @@ raw_egg.n.01_1, flour.n.01_1, salt.n.02_1, walnut.n.01_1, +walnut.n.01_2, +walnut.n.01_3, +walnut.n.01_4, +walnut.n.01_5, +walnut.n.01_6, +walnut.n.01_7, output-objects, brownie_batter.n.01_1, tool, -spatula.n.01_1, +electric_mixer.n.01_1, container, mixing_bowl.n.01_1,contains STEP 2, diff --git a/tests/tm_csvs/make_clam_chowder.csv b/tests/tm_csvs/make_clam_chowder.csv deleted file mode 100644 index bdff2db5..00000000 --- a/tests/tm_csvs/make_clam_chowder.csv +++ /dev/null @@ -1,15 +0,0 @@ -STEP 1,Unnamed: 1,Unnamed: 2 -input-objects,, -clam.n.03_1,, -diced__vidalia_onion.n.01_1,, -diced__potato.n.01_1,sliced, -flour.n.01_1,, -heavy_cream.n.01_1,, -salt.n.02_1,, -melted__butter.n.01_1,, -output-objects,, -chowder.n.01_1,hot,cooked -tool,, -stove.n.01_1,, -container,, -stockpot.n.01_1,contains, diff --git a/tests/tm_csvs/make_cookie_dough.csv b/tests/tm_csvs/make_cookie_dough.csv index f89d2a4e..e8316e06 100644 --- a/tests/tm_csvs/make_cookie_dough.csv +++ b/tests/tm_csvs/make_cookie_dough.csv @@ -14,11 +14,11 @@ granulated_sugar.n.01_1, raw_egg.n.01_1, raw_egg.n.01_2, vanilla.n.02_1, -butter.n.01_1,melted +melted__butter.n.01_1, baking_powder.n.01_1, salt.n.02_1, output-objects, -cookie_dough.n.01_1,not cooked +sugar_cookie_dough.n.01_1,not cooked tool, electric_mixer.n.01_1, container, diff --git a/tests/tm_csvs/make_cornbread.csv b/tests/tm_csvs/make_cornbread.csv deleted file mode 100644 index 18d9d5b7..00000000 --- a/tests/tm_csvs/make_cornbread.csv +++ /dev/null @@ -1,25 +0,0 @@ -STEP 1,Unnamed: 1,Unnamed: 2 -input-objects,, -flour.n.01_1,, -granulated_sugar.n.01_1,, -raw_egg.n.01_1,, -whole_milk.n.01_1,, -cornmeal.n.01_1,, -melted__butter.n.01_1,, -baking_powder.n.01_1,, -salt.n.02_1,, -output-objects,, -batter.n.02_1,, -tool,, -electric_mixer.n.01_1,, -container,, -mixing_bowl.n.01_1,inside, -STEP 2,, -input-objects,, -batter.n.02_1,not cooked, -output-objects,, -cornbread.n.01_1,cooked,hot -tool,, -oven.n.01_1,, -container,, -casserole.n.02_1,inside, diff --git a/tests/tm_csvs/make_dinner_rolls.csv b/tests/tm_csvs/make_dinner_rolls.csv index 2c8c77c7..0a5139a8 100644 --- a/tests/tm_csvs/make_dinner_rolls.csv +++ b/tests/tm_csvs/make_dinner_rolls.csv @@ -7,14 +7,14 @@ granulated_sugar.n.01_1,, butter.n.01_1,, whole_milk.n.01_1,, output-objects,, -dough.n.01_1,not cooked, +roll_dough.n.01_1,not cooked, tool,, electric_mixer.n.01_1,, container,, mixing_bowl.n.01_1,inside, STEP 2,, input-objects,, -dough.n.01_1,not cooked, +roll_dough.n.01_1,not cooked, output-objects,, bap.n.01_1,cooked bap.n.01_2,cooked diff --git a/tests/tm_csvs/make_edible_chocolate_chip_cookie_dough.csv b/tests/tm_csvs/make_edible_chocolate_chip_cookie_dough.csv index 1b0d49c7..5f5ad528 100644 --- a/tests/tm_csvs/make_edible_chocolate_chip_cookie_dough.csv +++ b/tests/tm_csvs/make_edible_chocolate_chip_cookie_dough.csv @@ -15,7 +15,7 @@ granulated_sugar.n.01_1,, brown_sugar.n.01_1,, salt.n.02_1,, vanilla.n.02_1,, -chocolate_kiss.n.01_1,, +jimmies.n.01_1,, output-objects,, edible_cookie_dough.n.01_1,not cooked, tool,, diff --git a/tests/tm_csvs/make_fish_stock.csv b/tests/tm_csvs/make_fish_stock.csv deleted file mode 100644 index 3290d6dd..00000000 --- a/tests/tm_csvs/make_fish_stock.csv +++ /dev/null @@ -1,12 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -fish.n.02_1, -water.n.06_1, -red_wine.n.01_1, -vegetable.n.01_1, -output-objects, -broth.n.01_1, -tool, -sieve.n.01_1, -container, -stockpot.n.01_1,contains diff --git a/tests/tm_csvs/make_frozen_lemonade.csv b/tests/tm_csvs/make_frozen_lemonade.csv deleted file mode 100644 index 4bb67564..00000000 --- a/tests/tm_csvs/make_frozen_lemonade.csv +++ /dev/null @@ -1,24 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -water.n.06_1, -granulated_sugar.n.01_1, -lemon_juice.n.01_1, -pitcher.n.02_1, -output-objects, -lemonade.n.01_1, -tool, -wooden_spoon.n.02_1, -container, -pitcher.n.02_1,contains -STEP 2, -input-objects, -ice_cube.n.01_1, -ice_cube.n.01_2, -ice_cube.n.01_3, -lemonade.n.01_1, -output-objects, -smoothie.n.02_1, -tool, -blender.n.01_1, -container, -water_glass.n.02_1,contains diff --git a/tests/tm_csvs/make_green_tea_latte.csv b/tests/tm_csvs/make_green_tea_latte.csv index 78ab1e4f..4be40384 100644 --- a/tests/tm_csvs/make_green_tea_latte.csv +++ b/tests/tm_csvs/make_green_tea_latte.csv @@ -1,17 +1,17 @@ STEP 1,Unnamed: 1,Unnamed: 2 input-objects,, water.n.06_1,, -tea_bag.n.01_1,, -output-objects,, green_tea.n.01_1,, +output-objects,, +tea.n.01_1,, tool,, whisk.n.01_1,, container,, cup.n.01_1,contains, STEP 2,, input-objects,, -low-fat_milk.n.01_1,hot, -green_tea.n.01_1,hot, +low-fat_milk.n.01_1,, +tea.n.01_1,, output-objects,, green_tea_latte.n.01_1,, tool,, diff --git a/tests/tm_csvs/make_homemade_bird_food.csv b/tests/tm_csvs/make_homemade_bird_food.csv deleted file mode 100644 index 70978d37..00000000 --- a/tests/tm_csvs/make_homemade_bird_food.csv +++ /dev/null @@ -1,23 +0,0 @@ -STEP 1, -input-objects, -apple.n.01_1, -output-objects, -diced__apple.n.01_1, -tool, -carving_knife.n.01_1, -container, -mixing_bowl.n.01_1,contains -STEP 2, -input-objects, -peanut_butter.n.01_1, -almond.n.02_1, -diced__apple.n.01_1, -sunflower_seed.n.01_1, -raisin.n.01_1, -pinecone.n.01_1, -output-objects, -bird_feed.n.01_1, -tool, -table_knife.n.01_1, -container, -mixing_bowl.n.01_1,contains diff --git a/tests/tm_csvs/make_hot_cocoa.csv b/tests/tm_csvs/make_hot_cocoa.csv index 25361b0f..b2d494f9 100644 --- a/tests/tm_csvs/make_hot_cocoa.csv +++ b/tests/tm_csvs/make_hot_cocoa.csv @@ -7,6 +7,6 @@ vanilla.n.02_1, output-objects, cocoa.n.01_1, tool, -saucepan.n.01_1, +stove.n.01_1, container, -mug.n.04_1,contains +saucepan.n.01_1,contains diff --git a/tests/tm_csvs/make_iced_tea.csv b/tests/tm_csvs/make_iced_tea.csv index f3ffeb7f..7d6f1b82 100644 --- a/tests/tm_csvs/make_iced_tea.csv +++ b/tests/tm_csvs/make_iced_tea.csv @@ -1,10 +1,10 @@ STEP 1,Unnamed: 1 input-objects, -tea_bag.n.01_1, water.n.06_1, output-objects, -tea.n.05_1, +tea.n.01_1, tool, -kettle.n.01_1, +tea_bag.n.01_1, container, -mug.n.04_1,contains \ No newline at end of file +kettle.n.01_1,contains +kettle.n.01_1,toggled_on \ No newline at end of file diff --git a/tests/tm_csvs/make_lamb_stew.csv b/tests/tm_csvs/make_lamb_stew.csv deleted file mode 100644 index 1ab6becb..00000000 --- a/tests/tm_csvs/make_lamb_stew.csv +++ /dev/null @@ -1,56 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -lamb.n.01_1, -output-objects, -diced__lamb.n.01_1, -tool, -carving_knife.n.01_1, -container, -chopping_board.n.01_1, -STEP 2, -input-objects, -carrot.n.03_1, -output-objects, -diced__carrot.n.01_1, -tool, -carving_knife.n.01_1, -container, -chopping_board.n.01_1, -STEP 3, -input-objects, -vidalia_onion.n.01_1, -output-objects, -diced__vidalia_onion.n.01_1, -tool, -carving_knife.n.01_1, -container, -chopping_board.n.01_1, -STEP 3, -input-objects, -potato.n.01_1, -output-objects, -diced__potato.n.01_1, -tool, -carving_knife.n.01_1, -container, -chopping_board.n.01_1, -STEP 5, -input-objects, -diced__lamb.n.01_1, -olive_oil.n.01_1, -diced__vidalia_onion.n.01_1, -diced__carrot.n.01_1, -diced__potato.n.01_1, -beef_broth.n.01_1, -salt.n.02_1, -black_pepper.n.02_1, -butter.n.01_1, -flour.n.01_1, -parsley.n.02_1, -thyme.n.02_1, -output-objects, -lamb_stew.n.01_1, -tool, -stove.n.01_1, -container, -dutch_oven.n.02_1,contains diff --git a/tests/tm_csvs/make_microwave_popcorn.csv b/tests/tm_csvs/make_microwave_popcorn.csv deleted file mode 100644 index d582f470..00000000 --- a/tests/tm_csvs/make_microwave_popcorn.csv +++ /dev/null @@ -1,9 +0,0 @@ -STEP 1,Unnamed: 1,Unnamed: 2 -input-objects,, -popcorn.n.02_1,, -output-objects,, -cooked__popcorn.n.01_1,, -tool,, -microwave.n.02_1,, -container,, -popcorn__bag.n.01_1,contains, diff --git a/tests/tm_csvs/make_muffins.csv b/tests/tm_csvs/make_muffins.csv index d8229455..540c5508 100644 --- a/tests/tm_csvs/make_muffins.csv +++ b/tests/tm_csvs/make_muffins.csv @@ -26,4 +26,4 @@ muffin.n.01_6,cooked tool, oven.n.01_1, container, -tray.n.01_1,ontop +cookie_sheet.n.01_1,ontop diff --git a/tests/tm_csvs/make_popsicles.csv b/tests/tm_csvs/make_popsicles.csv index 91504ba6..2900e249 100644 --- a/tests/tm_csvs/make_popsicles.csv +++ b/tests/tm_csvs/make_popsicles.csv @@ -14,12 +14,12 @@ lemon_juice.n.01_1, yogurt.n.01_1, honey.n.01_1, output-objects, -smoothie.n.01_1, +smoothie.n.02_1, tool, blender.n.01_1, STEP 2, input-objects, -smoothie.n.01_1, +smoothie.n.02_1, output-objects, ice_lolly.n.01_1,frozen ice_lolly.n.01_2,frozen diff --git a/tests/tm_csvs/make_scones.csv b/tests/tm_csvs/make_scones.csv deleted file mode 100644 index e3faf160..00000000 --- a/tests/tm_csvs/make_scones.csv +++ /dev/null @@ -1,30 +0,0 @@ -STEP 1,Unnamed: 1 -input-objects, -flour.n.01_1, -granulated_sugar.n.01_1, -raw_egg.n.01_1, -raw_egg.n.01_2, -whole_milk.n.01_1, -butter.n.01_1, -baking_powder.n.01_1, -salt.n.02_1, -output-objects, -dough.n.01_1,not cooked -tool, -electric_mixer.n.01_1, -container, -mixing_bowl.n.01_1,inside -STEP 2, -input-objects, -biscuit_dough.n.01_1,not cooked -output-objects, -scone.n.01_1,cooked -scone.n.01_2,cooked -scone.n.01_3,cooked -scone.n.01_4,cooked -scone.n.01_5,cooked -scone.n.01_6,cooked -tool, -oven.n.01_1, -container, -cookie_sheet.n.01_1,ontop diff --git a/tests/tm_csvs/make_seafood_stew.csv b/tests/tm_csvs/make_seafood_stew.csv index 5dea3bce..04d70dc0 100644 --- a/tests/tm_csvs/make_seafood_stew.csv +++ b/tests/tm_csvs/make_seafood_stew.csv @@ -30,7 +30,7 @@ tool, carving_knife.n.01_1, container, chopping_board.n.01_1,ontop -STEP 5, +STEP 4, input-objects, diced__bell_pepper.n.01_1, diced__clove.n.01_1, diff --git a/tests/tm_csvs/make_soup.csv b/tests/tm_csvs/make_soup.csv index db24ccd0..e80891a9 100644 --- a/tests/tm_csvs/make_soup.csv +++ b/tests/tm_csvs/make_soup.csv @@ -11,7 +11,7 @@ STEP 2,, input-objects,, celery.n.02_1,, output-objects,, -diced__celery.n.02_1,, +diced__celery.n.01_1,, tool,, carving_knife.n.01_1,, container,, @@ -20,7 +20,7 @@ STEP 3,, input-objects,, chicken_broth.n.01_1,, diced__carrot.n.01_1,, -diced__celery.n.02_1,, +diced__celery.n.01_1,, chicken.n.01_1,not cooked, salt.n.02_1,, rosemary.n.02_1,, diff --git a/tests/tm_csvs/make_warm_drinks_for_the_holidays.csv b/tests/tm_csvs/make_warm_drinks_for_the_holidays.csv index 8c2465aa..7145e1cf 100644 --- a/tests/tm_csvs/make_warm_drinks_for_the_holidays.csv +++ b/tests/tm_csvs/make_warm_drinks_for_the_holidays.csv @@ -3,7 +3,7 @@ input-objects, bourbon.n.02_1, honey.n.01_1, lemon_juice.n.01_1, -water.n.06_1,hot +water.n.06_1, output-objects, hot_toddy.n.01_1, tool, diff --git a/tests/tm_csvs/make_watermelon_punch.csv b/tests/tm_csvs/make_watermelon_punch.csv index 2c2fd841..94005c13 100644 --- a/tests/tm_csvs/make_watermelon_punch.csv +++ b/tests/tm_csvs/make_watermelon_punch.csv @@ -9,7 +9,7 @@ container, chopping_board.n.01_1,ontop STEP 2, input-objects, -diced__watermelon.n.02_1, +diced__watermelon.n.01_1, lemonade.n.01_1, lemon_juice.n.01_1, tonic.n.01_1, diff --git a/tests/tm_csvs/making_coffee.csv b/tests/tm_csvs/making_coffee.csv index abbbacfb..00db4120 100644 --- a/tests/tm_csvs/making_coffee.csv +++ b/tests/tm_csvs/making_coffee.csv @@ -1,9 +1,9 @@ STEP 1,Unnamed: 1 input-objects, coffee_bean.n.01_1, -water.n.06_1,hot +water.n.06_1, output-objects, -drip_coffee.n.01_1,hot +drip_coffee.n.01_1, tool, coffee_maker.n.01_1, container, diff --git a/tests/tm_tests.py b/tests/tm_tests.py new file mode 100644 index 00000000..8575a686 --- /dev/null +++ b/tests/tm_tests.py @@ -0,0 +1,136 @@ +import json +import os +import re + +from bddl.generated_data.transition_map.tm_submap_params import TM_SUBMAPS_TO_PARAMS +from bddl.parsing import parse_domain +from test_utils import check_synset_predicate_alignment, check_clashing_transition_rules + + +TRANSITION_MAP_DIR = "../bddl/generated_data/transition_map/tm_jsons" +SYNS_TO_PROPS_JSON = "../bddl/generated_data/propagated_annots_canonical.json" + +OBJECT_CAT_RE = r"[A-Za-z-_]+\.n\.[0-9]+$" + + +# Tests + + +def no_missing_required_params(rule, submap): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param in param_metadata: + assert (not param_metadata[param]["required"]) or (rule[param] is not None), f"Required param {param} of rule {rule['rule_name']} is required but not present." + for param, value in rule.items(): + if param_metadata[param]["required"]: + assert value is not None, f"Required param {param} of rule {rule['rule_name']} is required has no value" + + +def no_incorrectly_formatted_params(rule, submap): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param, value in rule.items(): + if param_metadata[param]["type"] == "synset" and value is not None: + assert type(value) == dict, f"Malformed synset-type value for param {param} in rule {rule['rule_name']}" + for proposed_synset, proposed_integer in value.items(): + assert re.match(OBJECT_CAT_RE, proposed_synset) is not None, f"Malformed synset {proposed_synset} in param {param} of rule {rule['rule_name']} in submap {submap}" + assert type(proposed_integer) == int, f"Malformed integer {proposed_integer} in param {param} of rule {rule['rule_name']}" + elif param_metadata[param]["type"] == "atom" and value is not None: + assert type(value) == dict, f"Malformed atom-type value for param {param} in rule {rule['rule_name']} in submap {submap}" + for proposed_synsets, proposed_predicates_values in value.items(): + for proposed_synset in proposed_synsets.split(","): + assert re.match(OBJECT_CAT_RE, proposed_synset) is not None, f"Malformed synset {proposed_synset} in param {param} of rule {rule['rule_name']} in submap {submap}" + for proposed_predicate_value in proposed_predicates_values: + assert len(proposed_predicate_value) == 2, f"Malformed predicate-value pair {proposed_predicate_value} for param {param} in rule {rule['rule_name']}" + predicate, val = proposed_predicate_value + assert type(predicate) == str, f"Malformed predicate {predicate} for param {param} in rule {rule['rule_name']} in submap {submap}" + assert type(val) == bool, f"Malformed predicate value {val} for param {param} in rule {rule['rule_name']} in submap {submap}" + elif param_metadata[param]["type"] == "integer": continue + elif param_metadata[param]["type"] == "string": continue + elif value is None: + continue + else: + raise ValueError(f"Unhandled parameter type {param_metadata[param]['type']}") + + +def no_invalid_synsets(rule, submap, syns_to_props): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param, value in rule.items(): + if param_metadata[param]["type"] == "synset" and value is not None: # we know the format since we enforced it above + for proposed_synset in value.keys(): + assert proposed_synset in syns_to_props, f"Invalid synset: {proposed_synset} in rule {rule['rule_name']} in submap {submap}" + elif param_metadata[param]["type"] == "atom" and value is not None: + for proposed_synsets in value.keys(): + for proposed_synset in proposed_synsets.split(","): + assert proposed_synset in syns_to_props, f"Invalid synset {proposed_synset} in rule {rule['rule_name']} in submap {submap}" + elif param_metadata[param]["type"] == "integer": continue + elif param_metadata[param]["type"] == "string": continue + elif value is None: + continue + else: + raise ValueError(f"Unhandled parameter type {param_metadata[param]['type']}") + + +def no_invalid_predicates(rule, submap, domain_predicates): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param, value in rule.items(): + if param_metadata[param]["type"] == "synset": continue + elif param_metadata[param]["type"] == "integer": continue + elif param_metadata[param]["type"] == "string": continue + elif value is None: continue + elif param_metadata[param]["type"] == "atom": + for __, proposed_predicate_values in value.items(): + for proposed_predicate, __ in proposed_predicate_values: + assert proposed_predicate in domain_predicates, f"Invalid predicate {proposed_predicate} in rule {rule['rule_name']} in submap {submap}" + else: + raise ValueError(f"Unhandled parameter type {param_metadata[param]['type']}") + + +def no_misaligned_synsets_predicates(rule, submap, syns_to_props): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param, value in rule.items(): + if param_metadata[param]["type"] == "synset": continue + elif param_metadata[param]["type"] == "integer": continue + elif param_metadata[param]["type"] == "string": continue + elif value is None: continue + elif param_metadata[param]["type"] == "atom": + for synsets, predicate_vals in value.items(): + for predicate, __ in predicate_vals: + synsets = synsets.split(",") + check_synset_predicate_alignment([predicate, *synsets], syns_to_props) + else: + raise ValueError(f"Unhandled parameter type {param_metadata[param]['type']}") + + +def no_substances_with_multiple_instances(rule, submap, syns_to_props): + param_metadata = TM_SUBMAPS_TO_PARAMS[submap] + for param, value in rule.items(): + if param_metadata[param]["type"] == "synset": + for synset, num_instances in value.items(): + if "substance" in syns_to_props[synset]: + assert num_instances == 1, f"Substance {synset} with {num_instances} instances instead of 1 in rule {rule['rule_name']} in submap {submap}" + elif param_metadata[param]["type"] == "atom": continue + elif param_metadata[param]["type"] == "integer": continue + elif param_metadata[param]["type"] == "string": continue + else: + raise ValueError(f"Unhandled parameter type {param_metadata[param]['type']}") + + +def verify_tms(): + with open(SYNS_TO_PROPS_JSON, "r") as f: + syns_to_props = json.load(f) + *__, domain_predicates = parse_domain("omnigibson") + for submap in TM_SUBMAPS_TO_PARAMS: + print(submap) + print() + with open(os.path.join(TRANSITION_MAP_DIR, submap + ".json"), "r") as f: + submap_rules = json.load(f) + for rule in submap_rules: + no_missing_required_params(rule, submap) + no_incorrectly_formatted_params(rule, submap) + no_invalid_synsets(rule, submap, syns_to_props) + no_invalid_predicates(rule, submap, domain_predicates) + no_misaligned_synsets_predicates(rule, submap, syns_to_props) + no_substances_with_multiple_instances(rule, submap, syns_to_props) + + +if __name__ == "__main__": + verify_tms() \ No newline at end of file